Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_epoch.h53 typedef struct ck_epoch_entry ck_epoch_entry_t; typedef
54 typedef void ck_epoch_cb_t(ck_epoch_entry_t *);
197 ck_epoch_entry_t *entry, in ck_epoch_call()
215 ck_epoch_entry_t *entry, in ck_epoch_call_strict()
/freebsd/sys/kern/
H A Dsubr_epoch.c95 CTASSERT(sizeof(ck_epoch_entry_t) == sizeof(struct epoch_context));
780 ck_epoch_entry_t *cb; in epoch_call()