MCPcopy 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
197static inline void
198lock_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_hardFunction · 0.85
kern_rwlock.cFile · 0.85
kern_sx.cFile · 0.85
_sx_slock_hardFunction · 0.85
__mtx_lock_sleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected