Searched refs:epoch_record (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c76 ck_epoch_record_t epoch_record; member in struct:linux_epoch_record
100 * Verify that "epoch_record" is at beginning of "struct
103 CTASSERT(offsetof(struct linux_epoch_record, epoch_record) == 0);
136 &record->epoch_record, NULL);
208 ck_epoch_begin(&record->epoch_record,
240 ck_epoch_end(&record->epoch_record,
249 linux_synchronize_rcu_cb(ck_epoch_t *epoch __unused, ck_epoch_record_t *epoch_record, void *arg __unused) argument
252 container_of(epoch_record, struct linux_epoch_record, epoch_record);
/freebsd-current/sys/kern/
H A Dsubr_epoch.c67 typedef struct epoch_record { struct
310 pcpu_zone_record = uma_zcreate("epoch_record pcpu",
311 sizeof(struct epoch_record), NULL, NULL, NULL, NULL,
465 struct epoch_record *er;
515 struct epoch_record *er;
575 record = __containerof(cr, struct epoch_record, er_record);
947 __containerof(ctx, struct epoch_record, er_drain_ctx)->er_parent;

Completed in 110 milliseconds