Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/ck/include/
HDck_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-14-stable/sys/kern/
HDsubr_epoch.c96 CTASSERT(sizeof(ck_epoch_entry_t) == sizeof(struct epoch_context));
781 ck_epoch_entry_t *cb; in epoch_call()