Home
last modified time | relevance | path

Searched refs:cxl_stop_context (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/misc/
Dcxl.h120 int cxl_stop_context(struct cxl_context *ctx);
/linux-4.4.14/drivers/misc/cxl/
Dapi.c205 int cxl_stop_context(struct cxl_context *ctx) in cxl_stop_context() function
209 EXPORT_SYMBOL_GPL(cxl_stop_context);
/linux-4.4.14/drivers/scsi/cxlflash/
Dsuperpipe.c1457 cxl_stop_context(ctx); in cxlflash_disk_attach()
1572 cxl_stop_context(ctx); in recover_context()
Dmain.c673 rc = cxl_stop_context(cfg->mcctx); in term_mc()