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.c678 static taskq_ent_t *taskq_ent_alloc(taskq_t *, int);
1083 taskq_ent_alloc(taskq_t *tq, int flags) in taskq_ent_alloc() function
1427 if ((tqe = taskq_ent_alloc(tq, flags)) == NULL) { in taskq_dispatch()
1541 if ((tqe1 = taskq_ent_alloc(tq, flags)) != NULL) { in taskq_dispatch()
2666 taskq_ent_free(tq, taskq_ent_alloc(tq, TQ_SLEEP)); in taskq_create_common()
2822 taskq_ent_free(tq, taskq_ent_alloc(tq, TQ_SLEEP)); in taskq_destroy()