Searched refs:subm (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/lightnvm/ |
D | pblk-rb.c | 95 rb->mem = rb->subm = rb->sync = rb->l2p_update = 0; in pblk_rb_init() 213 unsigned int subm = READ_ONCE(rb->subm); in pblk_rb_read_count() local 215 return pblk_rb_ring_count(mem, subm, rb->nr_entries); in pblk_rb_read_count() 228 unsigned int subm; in pblk_rb_read_commit() local 230 subm = READ_ONCE(rb->subm); in pblk_rb_read_commit() 232 smp_store_release(&rb->subm, pblk_rb_ptr_wrap(rb, subm, nr_entries)); in pblk_rb_read_commit() 234 return subm; in pblk_rb_read_commit() 743 unsigned int subm, sync, flush_point; in pblk_rb_flush_point_count() local 754 subm = READ_ONCE(rb->subm); in pblk_rb_flush_point_count() 755 submitted = pblk_rb_ring_count(subm, sync, rb->nr_entries); in pblk_rb_flush_point_count() [all …]
|
D | pblk.h | 168 unsigned int subm; /* Read offset - points to last entry member
|
/Linux-v5.10/lib/mpi/ |
D | ec.c | 458 void (*subm)(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx); member 611 ctx->subm = ec_subm; in mpi_ec_init() 625 ctx->subm = field_table[i].subm; in mpi_ec_init() 872 ctx->subm(E, ctx->p, C, ctx); in dup_point_edwards() 884 ctx->subm(J, F, J, ctx); in dup_point_edwards() 887 ctx->subm(X3, B, C, ctx); in dup_point_edwards() 888 ctx->subm(X3, X3, D, ctx); in dup_point_edwards() 892 ctx->subm(Y3, E, D, ctx); in dup_point_edwards() 1112 ctx->subm(F, B, E, ctx); in add_points_edwards() 1121 ctx->subm(X3, X3, C, ctx); in add_points_edwards() [all …]
|
/Linux-v5.10/include/linux/ |
D | mpi.h | 242 void (*subm)(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ec); member
|