Home
last modified time | relevance | path

Searched refs:c_lock (Results 1 – 4 of 4) sorted by relevance

/f-stack/lib/
H A Dff_kern_timeout.c393 struct lock_object *c_lock; in softclock_call_cc() local
407 class = (c->c_lock != NULL) ? LOCK_CLASS(c->c_lock) : NULL; in softclock_call_cc()
415 c_lock = c->c_lock; in softclock_call_cc()
428 if (c_lock != NULL) { in softclock_call_cc()
435 class->lc_unlock(c_lock); in softclock_call_cc()
487 class->lc_unlock(c_lock); in softclock_call_cc()
719 KASSERT(!direct || c->c_lock == NULL, in callout_reset_tick_on()
812 class = LOCK_CLASS(c->c_lock); in _callout_stop_safe()
1016 c->c_lock = NULL; in callout_init()
1019 c->c_lock = &Giant.lock_object; in callout_init()
[all …]
/f-stack/freebsd/kern/
H A Dkern_timeout.c616 struct lock_object *c_lock; in softclock_call_cc() local
637 class = (c->c_lock != NULL) ? LOCK_CLASS(c->c_lock) : NULL; in softclock_call_cc()
645 c_lock = c->c_lock; in softclock_call_cc()
657 if (c_lock != NULL) { in softclock_call_cc()
664 class->lc_unlock(c_lock); in softclock_call_cc()
716 class->lc_unlock(c_lock); in softclock_call_cc()
1074 class = LOCK_CLASS(c->c_lock); in _callout_stop_safe()
1317 c->c_lock = NULL; in callout_init()
1320 c->c_lock = &Giant.lock_object; in callout_init()
1330 c->c_lock = lock; in _callout_init_lock()
[all …]
/f-stack/freebsd/sys/
H A D_callout.h62 struct lock_object *c_lock; /* lock to handle */ member
/f-stack/tools/compat/include/sys/
H A D_callout.h59 struct lock_object *c_lock; /* lock to handle */ member