Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/kunit/
H A Dattributes.c280 int op_index = -1, attr_index = -1; in kunit_next_attr_filter() local
309 attr_index = j; in kunit_next_attr_filter()
316 if (attr_index < 0) { in kunit_next_attr_filter()
320 filter.attr = &kunit_attr_list[attr_index]; in kunit_next_attr_filter()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_inode_item_recover.c210 int attr_index; in xlog_recover_inode_commit_pass2() local
433 attr_index = 3; in xlog_recover_inode_commit_pass2()
435 attr_index = 2; in xlog_recover_inode_commit_pass2()
437 len = item->ri_buf[attr_index].i_len; in xlog_recover_inode_commit_pass2()
438 src = item->ri_buf[attr_index].i_addr; in xlog_recover_inode_commit_pass2()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode_item_recover.c284 int attr_index; in xlog_recover_inode_commit_pass2() local
497 attr_index = 3; in xlog_recover_inode_commit_pass2()
499 attr_index = 2; in xlog_recover_inode_commit_pass2()
501 len = item->ri_buf[attr_index].i_len; in xlog_recover_inode_commit_pass2()
502 src = item->ri_buf[attr_index].i_addr; in xlog_recover_inode_commit_pass2()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c465 unsigned int attr_index; in mlxsw_hwmon_attr_add() local
467 attr_index = mlxsw_hwmon->attrs_count; in mlxsw_hwmon_attr_add()
468 mlxsw_hwmon_attr = &mlxsw_hwmon->hwmon_attrs[attr_index]; in mlxsw_hwmon_attr_add()
572 mlxsw_hwmon->attrs[attr_index] = &mlxsw_hwmon_attr->dev_attr.attr; in mlxsw_hwmon_attr_add()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c495 unsigned int attr_index; in mlxsw_hwmon_attr_add() local
497 attr_index = mlxsw_hwmon_dev->attrs_count; in mlxsw_hwmon_attr_add()
498 mlxsw_hwmon_attr = &mlxsw_hwmon_dev->hwmon_attrs[attr_index]; in mlxsw_hwmon_attr_add()
602 mlxsw_hwmon_dev->attrs[attr_index] = &mlxsw_hwmon_attr->dev_attr.attr; in mlxsw_hwmon_attr_add()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcm.c3816 u16 attr_index; in cm_send_handler() local
3819 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler()
3827 if (!msg->context[0] && (attr_index != CM_REJ_COUNTER)) in cm_send_handler()
3831 &port->counter_group[CM_XMIT].counter[attr_index]); in cm_send_handler()
3835 counter[attr_index]); in cm_send_handler()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcm.c3812 u16 attr_index; in cm_send_handler() local
3815 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler()
3823 if (!cm_id_priv && (attr_index != CM_REJ_COUNTER)) in cm_send_handler()
3826 atomic_long_add(1 + msg->retries, &port->counters[CM_XMIT][attr_index]); in cm_send_handler()
3829 &port->counters[CM_XMIT_RETRIES][attr_index]); in cm_send_handler()
/kernel/linux/linux-5.10/net/core/
H A Ddev.c2579 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, in expand_xps_map() argument
2607 cpu_to_node(attr_index)); in expand_xps_map()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c2524 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, in expand_xps_map() argument
2552 cpu_to_node(attr_index)); in expand_xps_map()

Completed in 42 milliseconds