Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dcheckkconfigsymbols.py265 def init_worker(): function
276 pool = Pool(cpu_count(), init_worker)
313 pool = Pool(cpu_count(), init_worker)
/linux-6.12.1/drivers/hid/
Dhid-wiimote.h163 struct work_struct init_worker; member
Dhid-wiimote-core.c1211 init_worker); in wiimote_init_worker()
1229 schedule_work(&wdata->init_worker); in __wiimote_schedule()
1756 INIT_WORK(&wdata->init_worker, wiimote_init_worker); in wiimote_create()
1773 cancel_work_sync(&wdata->init_worker); in wiimote_destroy()