Home
last modified time | relevance | path

Searched refs:batch_count (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/jbd2/
Dcheckpoint.c178 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch() argument
184 for (i = 0; i < *batch_count; i++) in __flush_batch()
188 for (i = 0; i < *batch_count; i++) { in __flush_batch()
193 *batch_count = 0; in __flush_batch()
210 int result, batch_count = 0; in jbd2_log_do_checkpoint() local
278 if (batch_count) in jbd2_log_do_checkpoint()
279 __flush_batch(journal, &batch_count); in jbd2_log_do_checkpoint()
315 journal->j_chkpt_bhs[batch_count++] = bh; in jbd2_log_do_checkpoint()
318 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()
324 if (batch_count) { in jbd2_log_do_checkpoint()
[all …]
/Linux-v5.4/mm/
Dmmu_gather.c26 if (tlb->batch_count == MAX_GATHER_BATCH_COUNT) in tlb_next_batch()
33 tlb->batch_count++; in tlb_next_batch()
220 tlb->batch_count = 0; in tlb_gather_mmu()
Dpage_alloc.c3086 int batch_count = 0; in free_unref_page_list() local
3108 if (++batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list()
3110 batch_count = 0; in free_unref_page_list()
/Linux-v5.4/net/rds/
Dsend.c146 int batch_count; in rds_send_xmit() local
151 batch_count = 0; in rds_send_xmit()
242 batch_count++; in rds_send_xmit()
249 if (batch_count >= send_batch_count) in rds_send_xmit()
456 if (batch_count < send_batch_count) in rds_send_xmit()
/Linux-v5.4/include/asm-generic/
Dtlb.h267 unsigned int batch_count; member
/Linux-v5.4/include/target/iscsi/
Discsi_target_core.h337 u32 batch_count; member
/Linux-v5.4/drivers/target/iscsi/
Discsi_target_erl1.c1039 ooo_cmdsn->batch_count = (batch) ? in iscsit_handle_ooo_cmdsn()