Searched refs:ck_epoch_t (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c105 static ck_epoch_t linux_epoch[RCU_TYPE_MAX];
264 linux_synchronize_rcu_cb(ck_epoch_t *epoch __unused, ck_epoch_record_t *epoch_record, void *arg __unused)
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_epoch.h107 typedef struct ck_epoch ck_epoch_t; typedef in typeref:struct:ck_epoch
234 typedef void ck_epoch_wait_cb_t(ck_epoch_t *, ck_epoch_record_t *,
241 ck_epoch_value(const ck_epoch_t *ep)
248 void ck_epoch_init(ck_epoch_t *);
254 ck_epoch_record_t *ck_epoch_recycle(ck_epoch_t *, void *);
260 void ck_epoch_register(ck_epoch_t *, ck_epoch_record_t *, void *);
271 void ck_epoch_synchronize_wait(ck_epoch_t *, ck_epoch_wait_cb_t *, void *);

Completed in 68 milliseconds