Home
last modified time | relevance | path

Searched refs:cxl_start_context (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
Dapi.c165 int cxl_start_context(struct cxl_context *ctx, u64 wed, in cxl_start_context() function
196 EXPORT_SYMBOL_GPL(cxl_start_context);
320 rc = cxl_start_context(ctx, work->work_element_descriptor, current); in cxl_start_work()
/linux-4.4.14/include/misc/
Dcxl.h115 int cxl_start_context(struct cxl_context *ctx, u64 wed,
/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c1358 rc = cxl_start_context(cfg->mcctx, in start_context()