Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/intel_th/
Dcore.c570 request_module_work); in __intel_th_request_hub_module()
577 INIT_WORK(&th->request_module_work, __intel_th_request_hub_module); in intel_th_request_hub_module()
578 schedule_work(&th->request_module_work); in intel_th_request_hub_module()
585 flush_work(&th->request_module_work); in intel_th_request_hub_module_flush()
Dintel_th.h284 struct work_struct request_module_work; member