Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Dcheckpoint.c258 __flush_batch(journal_t *journal, struct buffer_head **bhs, int *batch_count) in __flush_batch() argument
264 for (i = 0; i < *batch_count; i++) in __flush_batch()
268 for (i = 0; i < *batch_count; i++) { in __flush_batch()
274 *batch_count = 0; in __flush_batch()
288 struct buffer_head **bhs, int *batch_count) in __process_buffer() argument
334 bhs[*batch_count] = bh; in __process_buffer()
337 (*batch_count)++; in __process_buffer()
338 if (*batch_count == NR_BATCH) { in __process_buffer()
340 __flush_batch(journal, bhs, batch_count); in __process_buffer()
392 int batch_count = 0; in log_do_checkpoint() local
[all …]
/linux-4.1.27/fs/jbd2/
Dcheckpoint.c182 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch() argument
188 for (i = 0; i < *batch_count; i++) in __flush_batch()
192 for (i = 0; i < *batch_count; i++) { in __flush_batch()
197 *batch_count = 0; in __flush_batch()
214 int result, batch_count = 0; in jbd2_log_do_checkpoint() local
306 journal->j_chkpt_bhs[batch_count++] = bh; in jbd2_log_do_checkpoint()
309 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()
315 if (batch_count) { in jbd2_log_do_checkpoint()
319 if (batch_count) in jbd2_log_do_checkpoint()
320 __flush_batch(journal, &batch_count); in jbd2_log_do_checkpoint()
/linux-4.1.27/kernel/
Dhung_task.c161 int batch_count = HUNG_TASK_BATCHING; in check_hung_uninterruptible_tasks() local
175 if (!--batch_count) { in check_hung_uninterruptible_tasks()
176 batch_count = HUNG_TASK_BATCHING; in check_hung_uninterruptible_tasks()
/linux-4.1.27/include/asm-generic/
Dtlb.h109 unsigned int batch_count; member
/linux-4.1.27/net/rds/
Dsend.c143 int batch_count; in rds_send_xmit() local
147 batch_count = 0; in rds_send_xmit()
219 batch_count++; in rds_send_xmit()
226 if (batch_count >= 1024) in rds_send_xmit()
/linux-4.1.27/include/target/iscsi/
Discsi_target_core.h326 u32 batch_count; member
/linux-4.1.27/mm/
Dmemory.c193 if (tlb->batch_count == MAX_GATHER_BATCH_COUNT) in tlb_next_batch()
200 tlb->batch_count++; in tlb_next_batch()
227 tlb->batch_count = 0; in tlb_gather_mmu()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_erl1.c1094 ooo_cmdsn->batch_count = (batch) ? in iscsit_handle_ooo_cmdsn()