Home
last modified time | relevance | path

Searched refs:sgrp (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dibmpowernv.c338 struct device_node *groups, *sgrp; in init_sensor_group_data() local
346 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data()
347 type = get_sensor_type(sgrp); in init_sensor_group_data()
362 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data()
365 type = get_sensor_type(sgrp); in init_sensor_group_data()
369 if (of_property_read_u32(sgrp, "sensor-group-id", &gid)) in init_sensor_group_data()
372 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0) in init_sensor_group_data()
392 struct device_node *groups, *sgrp; in get_sensor_group() local
398 for_each_child_of_node(groups, sgrp) { in get_sensor_group()
404 type = get_sensor_type(sgrp); in get_sensor_group()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dibmpowernv.c338 struct device_node *groups, *sgrp; in init_sensor_group_data() local
346 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data()
347 type = get_sensor_type(sgrp); in init_sensor_group_data()
362 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data()
365 type = get_sensor_type(sgrp); in init_sensor_group_data()
369 if (of_property_read_u32(sgrp, "sensor-group-id", &gid)) in init_sensor_group_data()
372 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0) in init_sensor_group_data()
392 struct device_node *groups, *sgrp; in get_sensor_group() local
398 for_each_child_of_node(groups, sgrp) { in get_sensor_group()
404 type = get_sensor_type(sgrp); in get_sensor_group()
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-core.c1267 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion() local
1272 part_stat_add(part, sectors[sgrp], bytes >> 9); in blk_account_io_completion()
1286 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done() local
1293 part_stat_inc(part, ios[sgrp]); in blk_account_io_done()
1294 part_stat_add(part, nsecs[sgrp], now - req->start_time_ns); in blk_account_io_done()
1316 const int sgrp = op_stat_group(op); in __part_start_io_acct() local
1321 part_stat_inc(part, ios[sgrp]); in __part_start_io_acct()
1322 part_stat_add(part, sectors[sgrp], sectors); in __part_start_io_acct()
1348 const int sgrp = op_stat_group(op); in __part_end_io_acct() local
1354 part_stat_add(part, nsecs[sgrp], jiffies_to_nsec in __part_end_io_acct()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-core.c988 const int sgrp = op_stat_group(op); in bdev_end_io_acct() local
994 part_stat_inc(bdev, ios[sgrp]); in bdev_end_io_acct()
995 part_stat_add(bdev, sectors[sgrp], sectors); in bdev_end_io_acct()
996 part_stat_add(bdev, nsecs[sgrp], jiffies_to_nsecs(duration)); in bdev_end_io_acct()
H A Dblk-mq.c794 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion() local
797 part_stat_add(req->part, sectors[sgrp], bytes >> 9); in blk_account_io_completion()
996 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done() local
1000 part_stat_inc(req->part, ios[sgrp]); in blk_account_io_done()
1001 part_stat_add(req->part, nsecs[sgrp], now - req->start_time_ns); in blk_account_io_done()

Completed in 11 milliseconds