Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c580 static taskq_ent_t *taskq_ent_alloc(taskq_t *, int);
970 taskq_ent_alloc(taskq_t *tq, int flags) in taskq_ent_alloc() function
1159 if ((tqe = taskq_ent_alloc(tq, flags)) == NULL) { in taskq_dispatch()
1270 if ((tqe1 = taskq_ent_alloc(tq, TQ_NOSLEEP)) != NULL) { in taskq_dispatch()
1282 if ((tqe = taskq_ent_alloc(tq, flags)) != NULL) { in taskq_dispatch()
1954 taskq_ent_free(tq, taskq_ent_alloc(tq, TQ_SLEEP)); in taskq_create_common()
2097 taskq_ent_free(tq, taskq_ent_alloc(tq, TQ_SLEEP)); in taskq_destroy()