Searched refs:epoch_call (Results 1 – 9 of 9) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | epoch.h | 72 void epoch_call(epoch_t epoch, epoch_callback_t cb, epoch_context_t ctx); 105 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c))
|
| /f-stack/freebsd/sys/ |
| H A D | epoch.h | 72 void epoch_call(epoch_t epoch, epoch_callback_t cb, epoch_context_t ctx); 105 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c))
|
| /f-stack/lib/ |
| H A D | ff_subr_epoch.c | 68 epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) in epoch_call() function
|
| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.c | 182 epoch_call(net_epoch_preempt, destroy_rtentry_epoch, in rtfree() 1503 epoch_call(net_epoch_preempt, destroy_subscription_epoch, in rib_unsibscribe() 1517 epoch_call(net_epoch_preempt, destroy_subscription_epoch, in rib_unsibscribe_locked() 1551 epoch_call(net_epoch_preempt, destroy_subscription_epoch, in rib_destroy_subscriptions()
|
| H A D | fib_algo.c | 766 epoch_call(net_epoch_preempt, destroy_fd_instance_epoch, in schedule_destroy_fd_instance() 1291 epoch_call(net_epoch_preempt, destroy_fdh_epoch, in replace_rtables_family() 1346 epoch_call(net_epoch_preempt, destroy_fdh_epoch, in grow_rtables_family() 1476 epoch_call(net_epoch_preempt, release_nhop_epoch, &nrd->ctx); in fib_schedule_release_nhop()
|
| H A D | nhop.c | 169 epoch_call(net_epoch_preempt, destroy_ctl_epoch, in nhops_destroy_rib()
|
| H A D | nhgrp_ctl.c | 356 epoch_call(net_epoch_preempt, destroy_nhgrp_epoch, in nhgrp_free()
|
| H A D | nhop_ctl.c | 689 epoch_call(net_epoch_preempt, destroy_nhop_epoch, in nhop_free()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_epoch.c | 754 epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) in epoch_call() function 971 epoch_call(epoch, &epoch_drain_cb, &er->er_drain_ctx); in epoch_drain_callbacks()
|