Searched refs:taskq_ent_exists (Results 1 – 1 of 1) sorted by relevance
680 static int taskq_ent_exists(taskq_t *, task_func_t, void *);1176 taskq_ent_exists(taskq_t *tq, task_func_t func, void *arg) in taskq_ent_exists() function1539 if (!taskq_ent_exists(tq, taskq_bucket_overflow, bucket)) { in taskq_dispatch()