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.h174 struct lock_delay_config { struct
179 extern struct lock_delay_config locks_delay; argument
184 struct lock_delay_config *config;
190 lock_delay_arg_init(struct lock_delay_arg *la, struct lock_delay_config *lc) in lock_delay_arg_init()
222 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.c149 static struct lock_delay_config __read_frequently mtx_delay;
167 static struct lock_delay_config __read_frequently mtx_spin_delay;
H A Dkern_rwlock.c106 static struct lock_delay_config __read_frequently rw_delay;
H A Dkern_sx.c151 static struct lock_delay_config __read_frequently sx_delay;