batch_count      1039 drivers/target/iscsi/iscsi_target_erl1.c 	ooo_cmdsn->batch_count		= (batch) ?
batch_count       178 fs/jbd2/checkpoint.c __flush_batch(journal_t *journal, int *batch_count)
batch_count       184 fs/jbd2/checkpoint.c 	for (i = 0; i < *batch_count; i++)
batch_count       188 fs/jbd2/checkpoint.c 	for (i = 0; i < *batch_count; i++) {
batch_count       193 fs/jbd2/checkpoint.c 	*batch_count = 0;
batch_count       210 fs/jbd2/checkpoint.c 	int			result, batch_count = 0;
batch_count       278 fs/jbd2/checkpoint.c 			if (batch_count)
batch_count       279 fs/jbd2/checkpoint.c 				__flush_batch(journal, &batch_count);
batch_count       315 fs/jbd2/checkpoint.c 		journal->j_chkpt_bhs[batch_count++] = bh;
batch_count       318 fs/jbd2/checkpoint.c 		if ((batch_count == JBD2_NR_BATCH) ||
batch_count       324 fs/jbd2/checkpoint.c 	if (batch_count) {
batch_count       328 fs/jbd2/checkpoint.c 			if (batch_count)
batch_count       329 fs/jbd2/checkpoint.c 				__flush_batch(journal, &batch_count);
batch_count       275 include/asm-generic/tlb.h 	unsigned int		batch_count;
batch_count       337 include/target/iscsi/iscsi_target_core.h 	u32			batch_count;
batch_count        26 mm/mmu_gather.c 	if (tlb->batch_count == MAX_GATHER_BATCH_COUNT)
batch_count        33 mm/mmu_gather.c 	tlb->batch_count++;
batch_count       220 mm/mmu_gather.c 	tlb->batch_count = 0;
batch_count      3084 mm/page_alloc.c 	int batch_count = 0;
batch_count      3106 mm/page_alloc.c 		if (++batch_count == SWAP_CLUSTER_MAX) {
batch_count      3108 mm/page_alloc.c 			batch_count = 0;
batch_count       146 net/rds/send.c 	int batch_count;
batch_count       151 net/rds/send.c 	batch_count = 0;
batch_count       242 net/rds/send.c 			batch_count++;
batch_count       249 net/rds/send.c 			if (batch_count >= send_batch_count)
batch_count       456 net/rds/send.c 			if (batch_count < send_batch_count)