Searched defs:taskq_ent_exists (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c582 static int taskq_ent_exists(taskq_t *, task_func_t, void *);
1056 * taskq_ent_exists()
1063 taskq_ent_exists(taskq_t *tq, task_func_t func, void *arg) function
1269 if (!taskq_ent_exists(tq, taskq_bucket_extend, bucket)) {

Completed in 48 milliseconds