Searched refs:sgrp (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/hwmon/ |
A D | ibmpowernv.c | 338 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() 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() 411 of_for_each_phandle(&it, rc, sgrp, "sensors", NULL, 0) in get_sensor_group() [all …]
|
/linux-6.3-rc2/block/ |
A D | blk-core.c | 966 const int sgrp = op_stat_group(op); in bdev_start_io_acct() local 970 part_stat_inc(bdev, ios[sgrp]); in bdev_start_io_acct() 971 part_stat_add(bdev, sectors[sgrp], sectors); in bdev_start_io_acct() 995 const int sgrp = op_stat_group(op); in bdev_end_io_acct() local 1001 part_stat_add(bdev, nsecs[sgrp], jiffies_to_nsecs(duration)); in bdev_end_io_acct()
|
A D | blk-mq.c | 801 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion() local 804 part_stat_add(req->part, sectors[sgrp], bytes >> 9); in blk_account_io_completion() 981 const int sgrp = op_stat_group(req_op(req)); in __blk_account_io_done() local 985 part_stat_inc(req->part, ios[sgrp]); in __blk_account_io_done() 986 part_stat_add(req->part, nsecs[sgrp], now - req->start_time_ns); in __blk_account_io_done()
|
Completed in 15 milliseconds