Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlock.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/sys/kern/
H A Dsubr_lock.c121 struct lock_delay_config *lc = la->config; in lock_delay()
145 lock_delay_default_init(struct lock_delay_config *lc) in lock_delay_default_init()
152 struct lock_delay_config __read_frequently locks_delay;
H A Dkern_mutex.c145 static struct lock_delay_config __read_frequently mtx_delay;
163 static struct lock_delay_config __read_frequently mtx_spin_delay;
H A Dkern_rwlock.c104 static struct lock_delay_config __read_frequently rw_delay;
H A Dkern_sx.c151 static struct lock_delay_config __read_frequently sx_delay;