Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jbd2/
Dcheckpoint.c172 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch() argument
178 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()
[all …]
/kernel/linux/linux-5.10/mm/
Dmmu_gather.c26 if (tlb->batch_count == MAX_GATHER_BATCH_COUNT) in tlb_next_batch()
33 tlb->batch_count++; in tlb_next_batch()
278 tlb->batch_count = 0; in tlb_gather_mmu()
Dpage_alloc.c3257 int batch_count = 0; in free_unref_page_list() local
3279 if (++batch_count == SWAP_CLUSTER_MAX) { in free_unref_page_list()
3281 batch_count = 0; in free_unref_page_list()
/kernel/linux/linux-5.10/drivers/staging/hungtask/
Dhungtask_base.c114 static bool rcu_break(int *max_count, int *batch_count, in rcu_break() argument
120 if (!--(*batch_count)) { in rcu_break()
121 *batch_count = HUNG_TASK_BATCHING; in rcu_break()
131 int batch_count = HUNG_TASK_BATCHING; in get_pid_by_name() local
138 if (rcu_break(&max_count, &batch_count, g, t)) in get_pid_by_name()
174 int batch_count = HUNG_TASK_BATCHING; in refresh_appspawn_pids() local
180 if (rcu_break(&max_count, &batch_count, g, t)) in refresh_appspawn_pids()
756 int batch_count = HUNG_TASK_BATCHING; in htbase_check_tasks() local
772 if (!--batch_count) { in htbase_check_tasks()
773 batch_count = HUNG_TASK_BATCHING; in htbase_check_tasks()
/kernel/linux/linux-5.10/drivers/s390/cio/
Dqdio_main.c403 if (!q->u.in.batch_count) in qdio_stop_polling()
410 q->u.in.batch_count); in qdio_stop_polling()
411 q->u.in.batch_count = 0; in qdio_stop_polling()
448 if (!q->u.in.batch_count) in inbound_handle_work()
450 q->u.in.batch_count += count; in inbound_handle_work()
1413 q->u.in.batch_count); in handle_inbound()
1416 q->u.in.batch_count -= overlap; in handle_inbound()
Dqdio_debug.c114 q->u.in.batch_start, q->u.in.batch_count); in qstat_show()
Dqdio.h182 unsigned int batch_count; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/asm-generic/
Dtlb.h290 unsigned int batch_count; member
/kernel/linux/linux-5.10/include/target/iscsi/
Discsi_target_core.h327 u32 batch_count; member
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_erl1.c1039 ooo_cmdsn->batch_count = (batch) ? in iscsit_handle_ooo_cmdsn()