Home
last modified time | relevance | path

Searched refs:lock_delay_config (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/sys/
HDlock.h173 struct lock_delay_config { struct
178 extern struct lock_delay_config locks_delay; argument
183 struct lock_delay_config *config;
189 lock_delay_arg_init(struct lock_delay_arg *la, struct lock_delay_config *lc) in lock_delay_arg_init()
221 void lock_delay_default_init(struct lock_delay_config *);
/freebsd-13-stable/sys/kern/
HDsubr_lock.c131 struct lock_delay_config *lc = la->config; in lock_delay()
161 lock_delay_default_init(struct lock_delay_config *lc) in lock_delay_default_init()
170 struct lock_delay_config __read_frequently locks_delay;
HDkern_mutex.c145 static struct lock_delay_config __read_frequently mtx_delay;
163 static struct lock_delay_config __read_frequently mtx_spin_delay;
HDkern_sx.c152 static struct lock_delay_config __read_frequently sx_delay;
HDkern_rwlock.c104 static struct lock_delay_config __read_frequently rw_delay;