OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPINLOCK_BACKOFF_MIN
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/sys/
lock.h
57
#ifndef
SPINLOCK_BACKOFF_MIN
58
#define
SPINLOCK_BACKOFF_MIN
4
/src/sys/kern/
kern_mutex.c
486
count =
SPINLOCK_BACKOFF_MIN
;
503
if (count !=
SPINLOCK_BACKOFF_MIN
) {
561
count =
SPINLOCK_BACKOFF_MIN
;
931
count =
SPINLOCK_BACKOFF_MIN
;
subr_ipi.c
271
int count =
SPINLOCK_BACKOFF_MIN
;
447
int count =
SPINLOCK_BACKOFF_MIN
;
subr_copy.c
489
int count =
SPINLOCK_BACKOFF_MIN
;
530
int count =
SPINLOCK_BACKOFF_MIN
;
subr_thmap.c
302
unsigned bcount =
SPINLOCK_BACKOFF_MIN
;
313
bcount =
SPINLOCK_BACKOFF_MIN
;
subr_pool.c
2550
int count =
SPINLOCK_BACKOFF_MIN
;
2574
return count !=
SPINLOCK_BACKOFF_MIN
;
2585
int count =
SPINLOCK_BACKOFF_MIN
, s;
2615
int count =
SPINLOCK_BACKOFF_MIN
;
2629
return count !=
SPINLOCK_BACKOFF_MIN
;
kern_rwlock.c
363
u_int count =
SPINLOCK_BACKOFF_MIN
;
/src/sys/arch/x86/pci/
pci_machdep.c
345
count =
SPINLOCK_BACKOFF_MIN
;
/src/sys/arch/alpha/alpha/
pmap.c
1110
int backoff =
SPINLOCK_BACKOFF_MIN
;
Completed in 23 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025