Searched refs:callout_init_lock (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | callout.h | 88 #define callout_init_lock(c, lk, f) _Generic((lk), \ macro 93 #define callout_init_mtx(c, mtx, flags) callout_init_lock((c), (mtx), (flags)) 94 #define callout_init_rm(c, rm, flags) callout_init_lock((c), (rm), (flags)) 95 #define callout_init_rw(c, rw, flags) callout_init_lock((c), (rw), (flags))
|