Skip to content

Commit

Permalink
5497 lock contention on arcs_mtx
Browse files Browse the repository at this point in the history
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Richard Elling <richard.elling@richardelling.com>
Approved by: Dan McDonald <danmcd@omniti.com>
  • Loading branch information
Prakash Surya authored and Christopher Siden committed Jan 13, 2015
1 parent 6ca7382 commit 244781f
Show file tree
Hide file tree
Showing 8 changed files with 1,674 additions and 635 deletions.
1 change: 1 addition & 0 deletions usr/src/lib/libzpool/common/sys/zfs_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ extern void delay(clock_t ticks);
} while (0);

#define max_ncpus 64
#define boot_ncpus (sysconf(_SC_NPROCESSORS_ONLN))

#define minclsyspri 60
#define maxclsyspri 99
Expand Down
1 change: 1 addition & 0 deletions usr/src/uts/common/Makefile.files
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ ZFS_COMMON_OBJS += \
lz4.o \
lzjb.o \
metaslab.o \
multilist.o \
range_tree.o \
refcount.o \
rrwlock.o \
Expand Down
Loading

0 comments on commit 244781f

Please sign in to comment.