Home
last modified time | relevance | path

Searched refs:_callout_init_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
Dcallout.h94 void _callout_init_lock(struct callout *, struct lock_object *, int);
96 _callout_init_lock((c), ((mtx) != NULL) ? &(mtx)->lock_object : \
99 _callout_init_lock((c), ((rm) != NULL) ? &(rm)->lock_object : \
102 _callout_init_lock((c), ((rw) != NULL) ? &(rw)->lock_object : \
/freebsd-10-stable/sys/kern/
Dkern_timeout.c1384 _callout_init_lock(c, lock, flags) function