sys/kern/kern_smr.c
293
smr_call_impl(&smr, cond_signal_handler, &c, expedite);
sys/sys/smr.h
42
void smr_call_impl(struct smr_entry *, void (*)(void *), void *, int);
sys/sys/smr.h
45
#define smr_call(entry, func, arg) smr_call_impl(entry, func, arg, 0)