Home
last modified time | relevance | path

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

/Linux-v6.6/fs/jbd2/
Dcheckpoint.c121 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch() argument
127 for (i = 0; i < *batch_count; i++) in __flush_batch()
131 for (i = 0; i < *batch_count; i++) { in __flush_batch()
137 *batch_count = 0; in __flush_batch()
154 int result, batch_count = 0; in jbd2_log_do_checkpoint() local
212 if (batch_count) in jbd2_log_do_checkpoint()
213 __flush_batch(journal, &batch_count); in jbd2_log_do_checkpoint()
265 journal->j_chkpt_bhs[batch_count++] = bh; in jbd2_log_do_checkpoint()
270 if ((batch_count == JBD2_NR_BATCH) || in jbd2_log_do_checkpoint()
276 if (batch_count) { in jbd2_log_do_checkpoint()
[all …]
/Linux-v6.6/mm/
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()
Dpage_alloc.c2445 int batch_count = 0; in free_unref_page_list() local
2479 if (zone != locked_zone || batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list()
2485 batch_count = 0; in free_unref_page_list()
2512 batch_count++; in free_unref_page_list()
/Linux-v6.6/drivers/s390/cio/
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()
Dqdio.h166 unsigned int batch_count; member
Dqdio_debug.c115 q->u.in.batch_start, q->u.in.batch_count); in qstat_show()
/Linux-v6.6/net/rds/
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-v6.6/include/asm-generic/
Dtlb.h340 unsigned int batch_count; member
/Linux-v6.6/include/target/iscsi/
Discsi_target_core.h325 u32 batch_count; member
/Linux-v6.6/drivers/target/iscsi/
Discsi_target_erl1.c1037 ooo_cmdsn->batch_count = (batch) ? in iscsit_handle_ooo_cmdsn()