Searched refs:er_record (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | subr_epoch.c | 68 ck_epoch_record_t er_record; member 349 ck_epoch_register(&epoch->e_epoch, &er->er_record, NULL); in epoch_ctor() 487 ck_epoch_begin(&er->er_record, &et->et_section); in _epoch_enter_preempt() 501 if (er->er_record.active == 0) { in epoch_enter() 509 ck_epoch_begin(&er->er_record, NULL); in epoch_enter() 532 ck_epoch_end(&er->er_record, &et->et_section); in _epoch_exit_preempt() 550 ck_epoch_end(&er->er_record, NULL); in epoch_exit() 553 if (er->er_record.active == 0) in epoch_exit() 575 record = __containerof(cr, struct epoch_record, er_record); in epoch_block_handler_preempt() 796 ck_epoch_call(&er->er_record, cb, (ck_epoch_cb_t *)callback); in epoch_call() [all …]
|