Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/sbus/char/
H A Doradax.c194 struct dax_cca *ca_buf; member
195 u64 ca_buf_ra; /* cached RA of ca_buf */
509 if (ctx->ca_buf[idx].status == CCA_STAT_NOT_COMPLETED) in dax_ccb_wait()
530 if (ctx->ca_buf[i].status == CCA_STAT_NOT_COMPLETED) { in dax_close()
538 kfree(ctx->ca_buf); in dax_close()
607 ctx->ca_buf[idx].status = CCA_STAT_KILLED; in dax_write()
608 ctx->ca_buf[idx].err = CCA_ERR_KILLED; in dax_write()
631 if (ctx->ca_buf[i].status != in dax_write()
661 ctx->ca_buf = kzalloc(DAX_MMAP_LEN, GFP_KERNEL); in dax_open()
662 if (ctx->ca_buf in dax_open()
[all...]
/kernel/linux/linux-6.6/drivers/sbus/char/
H A Doradax.c194 struct dax_cca *ca_buf; member
195 u64 ca_buf_ra; /* cached RA of ca_buf */
508 if (ctx->ca_buf[idx].status == CCA_STAT_NOT_COMPLETED) in dax_ccb_wait()
529 if (ctx->ca_buf[i].status == CCA_STAT_NOT_COMPLETED) { in dax_close()
537 kfree(ctx->ca_buf); in dax_close()
606 ctx->ca_buf[idx].status = CCA_STAT_KILLED; in dax_write()
607 ctx->ca_buf[idx].err = CCA_ERR_KILLED; in dax_write()
630 if (ctx->ca_buf[i].status != in dax_write()
660 ctx->ca_buf = kzalloc(DAX_MMAP_LEN, GFP_KERNEL); in dax_open()
661 if (ctx->ca_buf in dax_open()
[all...]

Completed in 5 milliseconds