Home
last modified time | relevance | path

Searched refs:init_worker (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py263 def init_worker(): function
274 pool = Pool(cpu_count(), init_worker)
311 pool = Pool(cpu_count(), init_worker)
/kernel/linux/linux-6.6/scripts/
H A Dcheckkconfigsymbols.py265 def init_worker(): function
276 pool = Pool(cpu_count(), init_worker)
313 pool = Pool(cpu_count(), init_worker)
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-wiimote.h162 struct work_struct init_worker; member
H A 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()
1761 /* prevent init_worker from being scheduled again */ in wiimote_destroy()
1766 cancel_work_sync(&wdata->init_worker); in wiimote_destroy()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-wiimote.h163 struct work_struct init_worker; member
H A 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()
1768 /* prevent init_worker from being scheduled again */ in wiimote_destroy()
1773 cancel_work_sync(&wdata->init_worker); in wiimote_destroy()

Completed in 9 milliseconds