Searched refs:ctx_event_pending (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/misc/cxl/
H A Dfile.c351 static inline bool ctx_event_pending(struct cxl_context *ctx) function
374 if (ctx_event_pending(ctx))
442 if (ctx_event_pending(ctx) || (ctx->status == CLOSED))
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c962 * ctx_event_pending() - check for any event pending on the context
967 static inline bool ctx_event_pending(struct ocxlflash_context *ctx) function
992 if (ctx_event_pending(ctx))
1037 if (ctx_event_pending(ctx) || (ctx->state == CLOSED))

Completed in 157 milliseconds