Searched refs:work_queue_head (Results 1 – 1 of 1) sorted by relevance
172 static work_queue_entry_t *work_queue_head = nullptr; variable206 if (work_queue_head == nullptr) { in generate_work()207 work_queue_head = q; in generate_work()227 work_queue_entry_t *q = work_queue_head; in schedule_thread_work()230 work_queue_head = work_queue_head->next; in schedule_thread_work()