Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lock_delay_arg_init_noadapt
Function
lock_delay_arg_init_noadapt
freebsd/sys/lock.h:197–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
static inline void
198
lock_delay_arg_init_noadapt(struct lock_delay_arg *la)
199
{
200
la->delay = 0;
201
la->spin_cnt = 0;
202
}
203
204
#define lock_delay_spin(n) do { \
205
u_int _i; \
Callers
5
__rw_rlock_hard
Function · 0.85
kern_rwlock.c
File · 0.85
kern_sx.c
File · 0.85
_sx_slock_hard
Function · 0.85
__mtx_lock_sleep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected