Searched refs:taskq_ent_t (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 111 taskq_ent_t *t; in task_alloc() 220 taskq_ent_t *w; in task_expire_impl() 274 taskq_ent_t *t; in taskq_lowest_id() 335 taskq_ent_t *t; in taskq_find_list() 361 taskq_ent_t *t; in taskq_find() 517 taskq_ent_t *t; in taskq_cancel_id() 570 taskq_ent_t *t; in taskq_dispatch() 637 taskq_ent_t *t; in taskq_dispatch_delay() 862 taskq_ent_t *t; in taskq_thread() 1148 taskq_ent_t *t; in taskq_destroy() [all …]
|
| H A D | spl-proc.c | 254 taskq_ent_t *tqe; in taskq_seq_show_impl() 350 tqe = list_entry(lh, taskq_ent_t, in taskq_seq_show_impl()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 155 static taskq_ent_t * 158 taskq_ent_t *ent = NULL; in taskq_lookup() 172 taskq_insert(taskq_ent_t *ent) in taskq_insert() 269 taskq_free(taskq_ent_t *task) in taskq_free() 281 taskq_ent_t *ent; in taskq_cancel_id() 312 taskq_ent_t *task = arg; in taskq_run() 323 taskq_ent_t *task; in taskq_dispatch_delay() 357 taskq_ent_t *task; in taskq_dispatch() 388 taskq_ent_t *task = arg; in taskq_run_ent() 395 taskq_ent_t *task) in taskq_dispatch_ent() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | taskq.h | 120 } taskq_ent_t; typedef 131 taskq_ent_t *tqt_task; 148 taskq_ent_t *); 149 extern int taskq_empty_ent(taskq_ent_t *); 150 extern void taskq_init_ent(taskq_ent_t *);
|
| H A D | trace_taskq.h | 45 TP_PROTO(taskq_ent_t *taskq_ent), 48 __field(taskq_ent_t *, taskq_ent) 60 TP_PROTO(taskq_ent_t *taskq_ent), \
|
| H A D | kmem_cache.h | 137 taskq_ent_t ska_tqe; /* Task queue entry */
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | taskq.h | 61 } taskq_ent_t; typedef 93 taskq_ent_t *); 94 extern int taskq_empty_ent(taskq_ent_t *); 120 typedef int taskq_ent_t; typedef
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 41 static taskq_ent_t * 44 taskq_ent_t *t; in task_alloc() 74 t = kmem_alloc(sizeof (taskq_ent_t), tqflags); in task_alloc() 87 task_free(taskq_t *tq, taskq_ent_t *t) in task_free() 95 kmem_free(t, sizeof (taskq_ent_t)); in task_free() 106 taskq_ent_t *t; in taskq_dispatch() 144 taskq_empty_ent(taskq_ent_t *t) in taskq_empty_ent() 150 taskq_init_ent(taskq_ent_t *t) in taskq_init_ent() 161 taskq_ent_t *t) in taskq_dispatch_ent() 215 taskq_ent_t *t; in taskq_thread()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 461 } taskq_ent_t; 478 taskq_ent_t *tq_freelist; 479 taskq_ent_t tq_task; 509 taskq_ent_t *); 510 extern int taskq_empty_ent(taskq_ent_t *); 511 extern void taskq_init_ent(taskq_ent_t *);
|
| H A D | spa_impl.h | 442 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent);
|
| H A D | zio.h | 530 taskq_ent_t io_tqent;
|
| H A D | dmu.h | 639 taskq_ent_t dbu_tqent;
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zvol_os.c | 62 taskq_ent_t ent;
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 1058 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent) in spa_taskq_dispatch_ent()
|