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

/linux-master/drivers/hwmon/
H A Dibmpowernv.c338 struct device_node *groups, *sgrp; local
346 for_each_child_of_node(groups, sgrp) {
347 type = get_sensor_type(sgrp);
362 for_each_child_of_node(groups, sgrp) {
365 type = get_sensor_type(sgrp);
369 if (of_property_read_u32(sgrp, "sensor-group-id", &gid))
372 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0)
392 struct device_node *groups, *sgrp; local
398 for_each_child_of_node(groups, sgrp) {
404 type = get_sensor_type(sgrp);
[all...]
/linux-master/block/
H A Dblk-core.c1027 const int sgrp = op_stat_group(op); local
1033 part_stat_inc(bdev, ios[sgrp]);
1034 part_stat_add(bdev, sectors[sgrp], sectors);
1035 part_stat_add(bdev, nsecs[sgrp], jiffies_to_nsecs(duration));
H A Dblk-mq.c792 const int sgrp = op_stat_group(req_op(req)); local
795 part_stat_add(req->part, sectors[sgrp], bytes >> 9);
994 const int sgrp = op_stat_group(req_op(req)); local
998 part_stat_inc(req->part, ios[sgrp]);
999 part_stat_add(req->part, nsecs[sgrp], now - req->start_time_ns);

Completed in 119 milliseconds