Home
last modified time | relevance | path

Searched refs:epoch_call (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Depoch.h72 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 Depoch.h72 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 Dff_subr_epoch.c68 epoch_call(epoch_t epoch, epoch_callback_t callback, epoch_context_t ctx) in epoch_call() function
/f-stack/freebsd/net/route/
H A Droute_ctl.c182 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 Dfib_algo.c766 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 Dnhop.c169 epoch_call(net_epoch_preempt, destroy_ctl_epoch, in nhops_destroy_rib()
H A Dnhgrp_ctl.c356 epoch_call(net_epoch_preempt, destroy_nhgrp_epoch, in nhgrp_free()
H A Dnhop_ctl.c689 epoch_call(net_epoch_preempt, destroy_nhop_epoch, in nhop_free()
/f-stack/freebsd/kern/
H A Dsubr_epoch.c754 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()