OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLEEPTAB_HASH_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
sleeptab.h
41
#define
SLEEPTAB_HASH_SIZE
(1 << SLEEPTAB_HASH_SHIFT)
42
#define SLEEPTAB_HASH_MASK (
SLEEPTAB_HASH_SIZE
- 1)
48
sleepq_t st_queue[
SLEEPTAB_HASH_SIZE
];
63
extern sleepqlock_t sleepq_locks[
SLEEPTAB_HASH_SIZE
];
77
extern sleepqlock_t sleepq_locks[
SLEEPTAB_HASH_SIZE
];
/src/sys/kern/
kern_sleepq.c
72
sleepqlock_t sleepq_locks[
SLEEPTAB_HASH_SIZE
] __cacheline_aligned;
85
for (i = 0; i <
SLEEPTAB_HASH_SIZE
; i++) {
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025