Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/
Dcheckkconfigsymbols.py265 def init_worker(): function
276 pool = Pool(cpu_count(), init_worker)
313 pool = Pool(cpu_count(), init_worker)
/linux-5.19.10/drivers/hid/
Dhid-wiimote.h162 struct work_struct init_worker; member
Dhid-wiimote-core.c1206 init_worker); in wiimote_init_worker()
1224 schedule_work(&wdata->init_worker); in __wiimote_schedule()
1749 INIT_WORK(&wdata->init_worker, wiimote_init_worker); in wiimote_create()
1766 cancel_work_sync(&wdata->init_worker); in wiimote_destroy()