Searched defs:task_func_t (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | taskq.h | 42 typedef void (task_func_t)(void *); typedef 79 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 356 typedef void (task_func_t)(void *); typedef 361 task_func_t *tqent_func; 387 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t); 388 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
|
Completed in 45 milliseconds