Searched refs:batch_count (Results 1 – 7 of 7) sorted by relevance
178 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch() argument184 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() local278 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 …]
26 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()
3086 int batch_count = 0; in free_unref_page_list() local3108 if (++batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list()3110 batch_count = 0; in free_unref_page_list()
146 int batch_count; in rds_send_xmit() local151 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()
267 unsigned int batch_count; member
337 u32 batch_count; member
1039 ooo_cmdsn->batch_count = (batch) ? in iscsit_handle_ooo_cmdsn()