mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Enlarge hash table for new condition variable.
This commit is contained in:
parent
24f2cbe959
commit
1c45127bd3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216678
@ -205,8 +205,8 @@ struct umtxq_chain {
|
||||
PRI_MAX_TIMESHARE : (td)->td_user_pri)
|
||||
|
||||
#define GOLDEN_RATIO_PRIME 2654404609U
|
||||
#define UMTX_CHAINS 128
|
||||
#define UMTX_SHIFTS (__WORD_BIT - 7)
|
||||
#define UMTX_CHAINS 512
|
||||
#define UMTX_SHIFTS (__WORD_BIT - 9)
|
||||
|
||||
#define THREAD_SHARE 0
|
||||
#define PROCESS_SHARE 1
|
||||
|
Loading…
Reference in New Issue
Block a user