Searched refs:taskq_ent_t (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | taskq_impl.h | 55 } taskq_ent_t; typedef 79 taskq_ent_t tqbucket_freelist; 124 taskq_ent_t *tq_freelist; 125 taskq_ent_t tq_task; 153 void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t, taskq_ent_t *);
|
H A D | ddi_periodic.h | 53 taskq_ent_t dpr_taskq_ent; /* only used for level of 0 */
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | taskq.c | 54 taskq_ent_t *tq_freelist; 55 taskq_ent_t tq_task; 58 static taskq_ent_t * 61 taskq_ent_t *t; in task_alloc() 90 t = kmem_alloc(sizeof (taskq_ent_t), tqflags); in task_alloc() 100 task_free(taskq_t *tq, taskq_ent_t *t) in task_free() 108 kmem_free(t, sizeof (taskq_ent_t)); in task_free() 119 taskq_ent_t *t; in taskq_dispatch() 151 taskq_ent_t *t) in taskq_dispatch_ent() 194 taskq_ent_t *t; in taskq_thread()
|
/titanic_44/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 84 taskq_ent_t *tq_freelist; 85 taskq_ent_t tq_task; 88 static taskq_ent_t * 91 taskq_ent_t *t; in task_alloc() 120 t = kmem_alloc(sizeof (taskq_ent_t), tqflags); in task_alloc() 130 task_free(taskq_t *tq, taskq_ent_t *t) in task_free() 138 kmem_free(t, sizeof (taskq_ent_t)); in task_free() 149 taskq_ent_t *t; in taskq_dispatch() 181 taskq_ent_t *t) in taskq_dispatch_ent() 224 taskq_ent_t *t; in taskq_thread()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | taskq.c | 574 static void taskq_d_thread(taskq_ent_t *); 580 static taskq_ent_t *taskq_ent_alloc(taskq_t *, int); 581 static void taskq_ent_free(taskq_t *, taskq_ent_t *); 583 static taskq_ent_t *taskq_bucket_dispatch(taskq_bucket_t *, task_func_t, 751 DTRACE_PROBE2(taskq__enqueue, taskq_t *, tq, taskq_ent_t *, tqe); \ 813 taskq_ent_t *tqe = buf; in taskq_ent_constructor() 825 taskq_ent_t *tqe = buf; in taskq_ent_destructor() 835 sizeof (taskq_ent_t), 0, taskq_ent_constructor, in taskq_init() 969 static taskq_ent_t * 973 taskq_ent_t *tqe; in taskq_ent_alloc() [all …]
|
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | taskq_impl.h | 48 } taskq_ent_t; typedef 53 void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t, taskq_ent_t *);
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | taskq.c | 290 taskq_ent_t taskq_ent; in taskq_ent() 296 if (mdb_vread(&taskq_ent, sizeof (taskq_ent_t), addr) == -1) { in taskq_ent() 361 taskq_ent_t tq_ent; in taskq_ent_walk_step() 365 if (mdb_vread((void *)&tq_ent, sizeof (taskq_ent_t), wsp->walk_addr) == in taskq_ent_walk_step()
|
/titanic_44/usr/src/uts/common/io/nvme/ |
H A D | nvme_var.h | 91 taskq_ent_t nc_tqent;
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa_impl.h | 278 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent);
|
H A D | zio.h | 459 taskq_ent_t io_tqent;
|
H A D | dmu.h | 530 taskq_ent_t dbu_tqent;
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 361 } taskq_ent_t; typedef 386 taskq_ent_t *);
|
/titanic_44/usr/src/uts/common/sys/idm/ |
H A D | idm_impl.h | 383 taskq_ent_t isp_tqent;
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 944 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent) in spa_taskq_dispatch_ent()
|