Searched refs:batch_start (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_sensorhub_ring.c | 584 struct cros_ec_sensors_ring_sample *batch_start, *next_batch_start; in cros_ec_sensor_ring_spread_add() local 588 for (batch_start = sensorhub->ring; batch_start < last_out; in cros_ec_sensor_ring_spread_add() 589 batch_start = next_batch_start) { in cros_ec_sensor_ring_spread_add() 596 batch_start; in cros_ec_sensor_ring_spread_add() 598 s64 batch_timestamp = batch_start->timestamp; in cros_ec_sensor_ring_spread_add() 605 if (batch_start->sensor_id != id) { in cros_ec_sensor_ring_spread_add() 606 next_batch_start = batch_start + 1; in cros_ec_sensor_ring_spread_add() 615 if (batch_start->flag & MOTIONSENSE_SENSOR_FLAG_FLUSH) { in cros_ec_sensor_ring_spread_add() 617 batch_start); in cros_ec_sensor_ring_spread_add() 618 next_batch_start = batch_start + 1; in cros_ec_sensor_ring_spread_add() [all …]
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_main.c | 400 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 D | qdio.h | 165 unsigned int batch_start; member
|
| H A D | qdio_debug.c | 114 q->u.in.batch_start, q->u.in.batch_count); in qstat_show()
|
| /linux/mm/ |
| H A D | swapfile.c | 1431 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 D | tree-log.c | 4149 int batch_start = 0; in process_dir_items_leaf() local 4231 batch_start = i; in process_dir_items_leaf() 4237 batch_start, batch_size); in process_dir_items_leaf()
|