Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dfile.c353 static inline bool ctx_event_pending(struct cxl_context *ctx) in ctx_event_pending() function
376 if (ctx_event_pending(ctx)) in afu_poll()
444 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dfile.c353 static inline bool ctx_event_pending(struct cxl_context *ctx) in ctx_event_pending() function
376 if (ctx_event_pending(ctx)) in afu_poll()
444 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Docxl_hw.c959 * ctx_event_pending() - check for any event pending on the context
964 static inline bool ctx_event_pending(struct ocxlflash_context *ctx) in ctx_event_pending() function
989 if (ctx_event_pending(ctx)) in afu_poll()
1034 if (ctx_event_pending(ctx) || (ctx->state == CLOSED)) in afu_read()
/kernel/linux/linux-6.6/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) in ctx_event_pending() function
992 if (ctx_event_pending(ctx)) in afu_poll()
1037 if (ctx_event_pending(ctx) || (ctx->state == CLOSED)) in afu_read()

Completed in 9 milliseconds