OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LB_SPIN
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/lockstat/
main.c
105
{ "spin",
LB_SPIN
},
112
{ "Adaptive mutex spin", LB_ADAPTIVE_MUTEX |
LB_SPIN
},
114
{ "Spin mutex spin", LB_SPIN_MUTEX |
LB_SPIN
},
117
{ "RW lock spin", LB_RWLOCK |
LB_SPIN
},
118
{ "Kernel lock spin", LB_KERNEL_LOCK |
LB_SPIN
},
119
{ "Kernel preemption defer", LB_NOPREEMPT |
LB_SPIN
},
120
{ "Miscellaneous wait", LB_MISC |
LB_SPIN
},
125
{ "Spin",
LB_SPIN
},
/src/sys/dev/
lockstat.h
104
#define
LB_SPIN
0x00000001
/src/sys/kern/
kern_mutex.c
506
LB_SPIN_MUTEX |
LB_SPIN
, 1, spintime);
702
LOCKSTAT_EVENT(lsflag, mtx, LB_ADAPTIVE_MUTEX |
LB_SPIN
,
948
LOCKSTAT_EVENT(lsflag, mtx, LB_SPIN_MUTEX |
LB_SPIN
, 1, spintime);
kern_lock.c
295
LB_KERNEL_LOCK |
LB_SPIN
, 1, spintime, RETURN_ADDRESS);
kern_rwlock.c
421
LOCKSTAT_EVENT_RA(lsflag, rw, LB_RWLOCK |
LB_SPIN
, spincnt, spintime,
kern_synch.c
719
LOCKSTAT_EVENT_RA(lsflag, l->l_pfaillock, LB_NOPREEMPT|
LB_SPIN
,
Completed in 14 milliseconds
Indexes created Mon Oct 27 04:09:48 GMT 2025