Home
last modified time | relevance | path

Searched refs:fault_work (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/misc/ocxl/
Dlink.c63 struct work_struct fault_work; member
128 static void xsl_fault_handler_bh(struct work_struct *fault_work) in xsl_fault_handler_bh() argument
133 struct xsl_fault *fault = container_of(fault_work, struct xsl_fault, in xsl_fault_handler_bh()
134 fault_work); in xsl_fault_handler_bh()
241 schedule_work(&spa->xsl_fault.fault_work); in xsl_fault_handler()
331 INIT_WORK(&spa->xsl_fault.fault_work, xsl_fault_handler_bh); in alloc_spa()
/Linux-v4.19/drivers/misc/cxl/
Dfault.c232 void cxl_handle_fault(struct work_struct *fault_work) in cxl_handle_fault() argument
235 container_of(fault_work, struct cxl_context, fault_work); in cxl_handle_fault()
Dcontext.c66 INIT_WORK(&ctx->fault_work, cxl_handle_fault); in cxl_context_init()
254 flush_work(&ctx->fault_work); /* Only needed for dedicated process */ in __detach_context()
Dirq.c33 schedule_work(&ctx->fault_work); in schedule_cxl_fault()
Dcxl.h588 struct work_struct fault_work; member