Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c587 static taskq_ent_t *taskq_ent_alloc(taskq_t *, int);
979 taskq_ent_alloc(taskq_t *tq, int flags) in taskq_ent_alloc() function
1168 if ((tqe = taskq_ent_alloc(tq, flags)) == NULL) { in taskq_dispatch()
1280 if ((tqe1 = taskq_ent_alloc(tq, TQ_NOSLEEP)) != NULL) { in taskq_dispatch()
1292 if ((tqe = taskq_ent_alloc(tq, flags)) != NULL) { in taskq_dispatch()
2001 taskq_ent_free(tq, taskq_ent_alloc(tq, TQ_SLEEP)); in taskq_create_common()
2144 taskq_ent_free(tq, taskq_ent_alloc(tq, TQ_SLEEP)); in taskq_destroy()