Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/sbus/char/
H A Doradax.c163 struct dax_ccb { struct
192 struct dax_ccb *ccb_buf;
442 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_lock_pages()
573 if (count == 0 || count > DAX_MAX_CCBS * sizeof(struct dax_ccb)) in dax_write()
576 if (count % sizeof(struct dax_ccb) == 0) in dax_write()
651 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb), in dax_open()
758 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
788 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_preprocess_usr_ccbs()
858 nccbs = count / sizeof(struct dax_ccb); in dax_ccb_exec()
973 naccepted = accepted_len / sizeof(struct dax_ccb); in dax_ccb_exec()
[all...]
/kernel/linux/linux-6.6/drivers/sbus/char/
H A Doradax.c163 struct dax_ccb { struct
192 struct dax_ccb *ccb_buf;
441 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_lock_pages()
572 if (count == 0 || count > DAX_MAX_CCBS * sizeof(struct dax_ccb)) in dax_write()
575 if (count % sizeof(struct dax_ccb) == 0) in dax_write()
650 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb), in dax_open()
757 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
787 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_preprocess_usr_ccbs()
857 nccbs = count / sizeof(struct dax_ccb); in dax_ccb_exec()
972 naccepted = accepted_len / sizeof(struct dax_ccb); in dax_ccb_exec()
[all...]

Completed in 3 milliseconds