Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c127 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch() argument
133 for (i = 0; i < *batch_count; i++) in __flush_batch()
137 for (i = 0; i < *batch_count; i++) { in __flush_batch()
143 *batch_count = 0; in __flush_batch()
160 int result, batch_count = 0; in jbd2_log_do_checkpoint() local
218 if (batch_count) in jbd2_log_do_checkpoint()
219 __flush_batch(journal, &batch_count); in jbd2_log_do_checkpoint()
271 journal->j_chkpt_bhs[batch_count++] = bh; in jbd2_log_do_checkpoint()
276 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()
282 if (batch_count) { in jbd2_log_do_checkpoint()
[all …]
/openbmc/linux/mm/
H A Dmmu_gather.c32 if (tlb->batch_count == MAX_GATHER_BATCH_COUNT) in tlb_next_batch()
39 tlb->batch_count++; in tlb_next_batch()
315 tlb->batch_count = 0; in __tlb_gather_mmu()
H A Dpage_alloc.c2470 int batch_count = 0; in free_unref_page_list() local
2504 if (zone != locked_zone || batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list()
2510 batch_count = 0; in free_unref_page_list()
2537 batch_count++; in free_unref_page_list()
/openbmc/linux/drivers/s390/cio/
H A Dqdio_main.c394 if (!q->u.in.batch_count) in qdio_stop_polling()
401 q->u.in.batch_count); in qdio_stop_polling()
402 q->u.in.batch_count = 0; in qdio_stop_polling()
437 if (!q->u.in.batch_count) in inbound_handle_work()
439 q->u.in.batch_count += count; in inbound_handle_work()
1218 q->u.in.batch_count); in handle_inbound()
1221 q->u.in.batch_count -= overlap; in handle_inbound()
H A Dqdio.h166 unsigned int batch_count; member
H A Dqdio_debug.c115 q->u.in.batch_start, q->u.in.batch_count); in qstat_show()
/openbmc/linux/net/rds/
H A Dsend.c145 int batch_count; in rds_send_xmit() local
150 batch_count = 0; in rds_send_xmit()
241 batch_count++; in rds_send_xmit()
248 if (batch_count >= send_batch_count) in rds_send_xmit()
455 if (batch_count < send_batch_count) in rds_send_xmit()
/openbmc/linux/include/asm-generic/
H A Dtlb.h340 unsigned int batch_count; member
/openbmc/linux/include/target/iscsi/
H A Discsi_target_core.h325 u32 batch_count; member
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_erl1.c1037 ooo_cmdsn->batch_count = (batch) ? in iscsit_handle_ooo_cmdsn()