Home
last modified time | relevance | path

Searched refs:task_fn_t (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/sys/
H A D_task.h44 typedef void task_fn_t(void *context, int pending); typedef
51 task_fn_t *ta_func; /* (c) task handler */
H A Dtaskqueue.h138 struct timeout_task *timeout_task, int priority, task_fn_t func,
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h96 task_fn_t lkpi_kthread_work_fn;
97 task_fn_t lkpi_kthread_worker_init_fn;
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.h90 struct dpaa2_channel **, uint32_t, task_fn_t);
H A Ddpaa2_channel.c109 struct dpaa2_channel **channel, uint32_t flowid, task_fn_t cleanup_task_fn) in dpaa2_chan_setup()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c79 int nfs_pnfsio(task_fn_t *, void *);
838 nfs_pnfsio(task_fn_t *func, void *context) in nfs_pnfsio()
/freebsd/sys/kern/
H A Dsubr_taskqueue.c108 int priority, task_fn_t func, void *context) in _timeout_task_init()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c389 task_fn_t *task_fn; in vmbus_chan_open_br()
1843 task_fn_t *detach_fn, *attach_fn; in vmbus_chan_msgproc_choffer()
/freebsd/sys/dev/kbdmux/
H A Dkbdmux.c173 static task_fn_t kbdmux_kbd_intr;
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c141 static task_fn_t ubt_task;
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1120 TASK_INIT(&vbus_ext->worker, 0, (task_fn_t *)hpt_do_tasks, vbus_ext); in hpt_final_init()
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1195 TASK_INIT(&vbus_ext->worker, 0, (task_fn_t *)hpt_do_tasks, vbus_ext); in hpt_final_init()
/freebsd/sys/dev/hid/
H A Dhkbd.c312 static task_fn_t hkbd_event_keyinput;
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1478 TASK_INIT(&vbus_ext->worker, 0, (task_fn_t *)hpt_do_tasks, vbus_ext); in hpt_final_init()
/freebsd/sys/dev/isp/
H A Disp_freebsd.c61 static task_fn_t isp_gdt_task;
/freebsd/sys/vm/
H A Duma_core.c4998 TASK_INIT(&zone->uz_maxaction, 0, (task_fn_t *)maxaction, zone); in uma_zone_set_maxaction()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c169 int nfs_pnfsio(task_fn_t *, void *);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c232 int nfs_pnfsio(task_fn_t *, void *);