Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/intel_th/
Dcore.c549 request_module_work); in __intel_th_request_hub_module()
556 INIT_WORK(&th->request_module_work, __intel_th_request_hub_module); in intel_th_request_hub_module()
557 schedule_work(&th->request_module_work); in intel_th_request_hub_module()
564 flush_work(&th->request_module_work); in intel_th_request_hub_module_flush()
Dintel_th.h269 struct work_struct request_module_work; member