Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dworkqueue.c834 static struct worker *first_idle_worker(struct worker_pool *pool) in first_idle_worker() function
853 struct worker *worker = first_idle_worker(pool); in wake_up_worker()
3597 while ((worker = first_idle_worker(pool))) in put_unbound_pool()