Searched refs:batch_size (Results 1 – 2 of 2) sorted by relevance
2132 uint32_t batch_size = DLB2_SW_CREDIT_BATCH_SZ; in dlb2_port_credits_get() local2134 if (unlikely(credits < batch_size)) in dlb2_port_credits_get()2135 batch_size = credits; in dlb2_port_credits_get()2140 &credits, credits - batch_size, false, in dlb2_port_credits_get()2142 return batch_size; in dlb2_port_credits_get()2833 uint32_t batch_size = DLB2_SW_CREDIT_BATCH_SZ; in dlb2_port_credits_inc() local2838 if (qm_port->cached_ldb_credits >= 2 * batch_size) { in dlb2_port_credits_inc()2841 batch_size, __ATOMIC_SEQ_CST); in dlb2_port_credits_inc()2842 qm_port->cached_ldb_credits -= batch_size; in dlb2_port_credits_inc()2849 batch_size, __ATOMIC_SEQ_CST); in dlb2_port_credits_inc()[all …]
2059 uint64_t batch_size = in receive_process_write_record() local2063 drrw->drr_offset >= first_drrw->drr_offset + batch_size)) { in receive_process_write_record()