Home
last modified time | relevance | path

Searched refs:ck_epoch_section_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ck/include/
H A Dck_epoch.h72 typedef struct ck_epoch_section ck_epoch_section_t; typedef
112 void _ck_epoch_addref(ck_epoch_record_t *, ck_epoch_section_t *);
113 bool _ck_epoch_delref(ck_epoch_record_t *, ck_epoch_section_t *);
126 ck_epoch_begin(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_begin()
174 ck_epoch_end(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_end()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c101 sizeof(ck_epoch_section_t)));
213 (ck_epoch_section_t *)&ts->rcu_section[type]); in linux_rcu_read_lock()
245 (ck_epoch_section_t *)&ts->rcu_section[type]); in linux_rcu_read_unlock()
/freebsd/sys/sys/
H A Depoch.h57 ck_epoch_section_t et_section;