Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/jbd2/
A Dcheckpoint.c178 for (i = 0; i < *batch_count; i++) in __flush_batch()
182 for (i = 0; i < *batch_count; i++) { in __flush_batch()
187 *batch_count = 0; in __flush_batch()
204 int result, batch_count = 0; in jbd2_log_do_checkpoint() local
271 if (batch_count) in jbd2_log_do_checkpoint()
272 __flush_batch(journal, &batch_count); in jbd2_log_do_checkpoint()
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()
[all …]
/linux-6.3-rc2/mm/
A Dmmu_gather.c32 if (tlb->batch_count == MAX_GATHER_BATCH_COUNT) in tlb_next_batch()
39 tlb->batch_count++; in tlb_next_batch()
314 tlb->batch_count = 0; in __tlb_gather_mmu()
A Dpage_alloc.c3522 int batch_count = 0; in free_unref_page_list() local
3556 if (zone != locked_zone || batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list()
3562 batch_count = 0; in free_unref_page_list()
3589 batch_count++; in free_unref_page_list()
/linux-6.3-rc2/drivers/s390/cio/
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()
1200 q->u.in.batch_count); in handle_inbound()
1203 q->u.in.batch_count -= overlap; in handle_inbound()
A Dqdio.h166 unsigned int batch_count; member
A Dqdio_debug.c115 q->u.in.batch_start, q->u.in.batch_count); in qstat_show()
/linux-6.3-rc2/net/rds/
A 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-6.3-rc2/include/asm-generic/
A Dtlb.h340 unsigned int batch_count; member
/linux-6.3-rc2/include/target/iscsi/
A Discsi_target_core.h328 u32 batch_count; member
/linux-6.3-rc2/drivers/target/iscsi/
A Discsi_target_erl1.c1037 ooo_cmdsn->batch_count = (batch) ? in iscsit_handle_ooo_cmdsn()

Completed in 42 milliseconds