Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HD_task.h73 typedef void gtask_fn_t(void *context); typedef
79 gtask_fn_t *ta_func; /* (c) task handler */
/freebsd-14-stable/sys/dev/wg/
HDif_wg.c424 GROUPTASK_INIT(&peer->p_send, 0, (gtask_fn_t *)wg_deliver_out, peer); in wg_peer_create()
426 GROUPTASK_INIT(&peer->p_recv, 0, (gtask_fn_t *)wg_deliver_in, peer); in wg_peer_create()
2902 GROUPTASK_INIT(&sc->sc_handshake, 0, (gtask_fn_t *)wg_softc_handshake_receive, sc); in wg_clone_create()
2908 (gtask_fn_t *)wg_softc_encrypt, sc); in wg_clone_create()
2911 (gtask_fn_t *)wg_softc_decrypt, sc); in wg_clone_create()
/freebsd-14-stable/sys/net/
HDiflib.c6236 gtask_fn_t *fn; in iflib_irq_alloc_generic_subctx()
6300 gtask_fn_t *fn; in iflib_irq_alloc_generic()
6384 gtask_fn_t *fn; in iflib_softirq_alloc_generic()