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

/linux-master/lib/kunit/
H A Dattributes.c340 int op_index = -1, attr_index = -1; local
369 attr_index = j;
376 if (attr_index < 0) {
380 filter.attr = &kunit_attr_list[attr_index];
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c284 int attr_index; local
498 attr_index = 3;
500 attr_index = 2;
502 len = item->ri_buf[attr_index].i_len;
503 src = item->ri_buf[attr_index].i_addr;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c495 unsigned int attr_index; local
497 attr_index = mlxsw_hwmon_dev->attrs_count;
498 mlxsw_hwmon_attr = &mlxsw_hwmon_dev->hwmon_attrs[attr_index];
602 mlxsw_hwmon_dev->attrs[attr_index] = &mlxsw_hwmon_attr->dev_attr.attr;
/linux-master/drivers/infiniband/core/
H A Dcm.c3833 u16 attr_index; local
3836 attr_index = be16_to_cpu(((struct ib_mad_hdr *)
3844 if (!cm_id_priv && (attr_index != CM_REJ_COUNTER))
3847 atomic_long_add(1 + msg->retries, &port->counters[CM_XMIT][attr_index]);
3850 &port->counters[CM_XMIT_RETRIES][attr_index]);
/linux-master/net/core/
H A Ddev.c2479 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, argument
2507 cpu_to_node(attr_index));

Completed in 252 milliseconds