Home
last modified time | relevance | path

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

/drivers/misc/ocxl/
Dlink.c64 struct work_struct fault_work; member
129 static void xsl_fault_handler_bh(struct work_struct *fault_work) in xsl_fault_handler_bh() argument
134 struct xsl_fault *fault = container_of(fault_work, struct xsl_fault, in xsl_fault_handler_bh()
135 fault_work); in xsl_fault_handler_bh()
251 schedule_work(&spa->xsl_fault.fault_work); in xsl_fault_handler()
346 INIT_WORK(&spa->xsl_fault.fault_work, xsl_fault_handler_bh); in alloc_spa()
/drivers/misc/cxl/
Dfault.c228 void cxl_handle_fault(struct work_struct *fault_work) in cxl_handle_fault() argument
231 container_of(fault_work, struct cxl_context, fault_work); in cxl_handle_fault()
Dcontext.c62 INIT_WORK(&ctx->fault_work, cxl_handle_fault); in cxl_context_init()
250 flush_work(&ctx->fault_work); /* Only needed for dedicated process */ in __detach_context()
Dirq.c29 schedule_work(&ctx->fault_work); in schedule_cxl_fault()
Dcxl.h584 struct work_struct fault_work; member