Home
last modified time | relevance | path

Searched refs:batch_start (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/s390/cio/
H A Dqdio_main.c400 set_buf_states(q, q->u.in.batch_start, SLSB_P_INPUT_NOT_INIT, in qdio_stop_polling()
438 q->u.in.batch_start = start; in inbound_handle_work()
1217 overlap = min_t(int, count - sub_buf(q->u.in.batch_start, bufnr), in handle_inbound()
1220 q->u.in.batch_start = add_buf(q->u.in.batch_start, overlap); in handle_inbound()
H A Dqdio_debug.c114 q->u.in.batch_start, q->u.in.batch_count); in qstat_show()
/linux/mm/
H A Dswapfile.c1431 unsigned long batch_start = SWAP_ENTRY_INVALID; in swap_put_entries_cluster() local
1446 if (!batch_start) in swap_put_entries_cluster()
1447 batch_start = offset; in swap_put_entries_cluster()
1460 if (batch_start) { in swap_put_entries_cluster()
1461 swap_entries_free(si, ci, batch_start, offset - batch_start); in swap_put_entries_cluster()
1462 batch_start = SWAP_ENTRY_INVALID; in swap_put_entries_cluster()
1466 if (batch_start) in swap_put_entries_cluster()
1467 swap_entries_free(si, ci, batch_start, offset - batch_start); in swap_put_entries_cluster()
/linux/fs/btrfs/
H A Dtree-log.c4142 int batch_start = 0; in process_dir_items_leaf() local
4224 batch_start = i; in process_dir_items_leaf()
4230 batch_start, batch_size); in process_dir_items_leaf()