Home
last modified time | relevance | path

Searched refs:_res (Results 1 – 20 of 20) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dvector.h26 typeof(_val) _res = _val; \
28 _res = (_res & ~SR_VS_THEAD) | SR_VS_##TYPE##_THEAD; \
30 _res = (_res & ~SR_VS) | SR_VS_##TYPE; \
31 _res; \
35 bool _res; \
37 _res = ((_val) & SR_VS_THEAD) == SR_VS_##TYPE##_THEAD; \
39 _res = ((_val) & SR_VS) == SR_VS_##TYPE; \
40 _res; \
/linux/include/linux/
H A Dalloc_tag.h256 typeof(_do_alloc) _res; \
260 _res = _do_alloc; \
263 _res = _do_alloc; \
264 _res; \
/linux/security/keys/
H A Dkeyctl_pkey.c178 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query()
193 if (copy_to_user(_res, &res, sizeof(res)) == 0 && in keyctl_pkey_query()
194 clear_user(_res->__spare, sizeof(_res->__spare)) == 0)
171 keyctl_pkey_query(key_serial_t id,const char __user * _info,struct keyctl_pkey_query __user * _res) keyctl_pkey_query() argument
H A Dinternal.h327 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query()
325 keyctl_pkey_query(key_serial_t id,const char __user * _info,struct keyctl_pkey_query __user * _res) keyctl_pkey_query() argument
/linux/arch/x86/boot/
H A Dstring.c296 unsigned long long _res; in _kstrtoull() local
303 rv = _parse_integer(s, base, &_res); in _kstrtoull()
313 *res = _res; in _kstrtoull()
/linux/sound/soc/sof/imx/
H A Dimx-common.c282 struct resource *res, _res; in imx_parse_ioremap_memory()
306 &_res); in imx_parse_ioremap_memory()
311 res = &_res; in imx_parse_ioremap_memory()
286 struct resource *res, _res; imx_parse_ioremap_memory() local
/linux/drivers/net/
H A Dnet_failover.c152 static void net_failover_fold_stats(struct rtnl_link_stats64 *_res, in net_failover_fold_stats() argument
158 u64 *res = (u64 *)_res; in net_failover_fold_stats()
161 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in net_failover_fold_stats()
/linux/drivers/net/can/mscan/
H A Dmscan.h131 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
/linux/drivers/usb/phy/
H A Dphy.c340 static void devm_usb_phy_release2(struct device *dev, void *_res) in devm_usb_phy_release2() argument
342 struct phy_devm *res = _res; in devm_usb_phy_release2()
/linux/kernel/bpf/
H A Dhelpers.c504 unsigned long long _res; in __bpf_strtoll() local
508 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll()
512 if ((long long)-_res > 0) in __bpf_strtoll()
514 *res = -_res; in __bpf_strtoll()
516 if ((long long)_res < 0) in __bpf_strtoll()
518 *res = _res; in __bpf_strtoll()
526 long long _res; in BPF_CALL_4() local
530 err = __bpf_strtoll(buf, buf_len, flags, &_res); in BPF_CALL_4()
533 *res = _res; in BPF_CALL_4()
551 unsigned long long _res; in BPF_CALL_4() local
[all …]
/linux/fs/xfs/
H A Dxfs_super.c1358 int last, shift_left_factor = 0, _res; in suffix_kstrtoint() local
1380 if (kstrtoint(value, base, &_res)) in suffix_kstrtoint()
1383 *res = _res << shift_left_factor; in suffix_kstrtoint()
1394 unsigned long long _res; in suffix_kstrtoull() local
1416 if (kstrtoull(value, base, &_res)) in suffix_kstrtoull()
1419 *res = _res << shift_left_factor; in suffix_kstrtoull()
/linux/drivers/vdpa/mlx5/core/
H A Dmr.c15 u64 _res; \
16 _res = (((_n) + (1 << (__s)) - 1) >> (__s)); \
17 _res; \
/linux/drivers/android/binder/range_alloc/
H A Dtree.rs131 DescriptorState::Reserved(_res) => { in debug_print()
/linux/net/bluetooth/
H A Dsmp.c453 u8 _res[16]; in smp_ah() local
457 memcpy(_res, r, 3); in smp_ah()
458 memset(_res + 3, 0, 13); in smp_ah()
460 err = smp_e(irk, _res); in smp_ah()
472 memcpy(res, _res, 3); in smp_ah()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c426 u32 _res = MLX5_CAP_ODP_MAX(dev, field); \ in handle_hca_cap_odp()
427 if (_res) { \ in handle_hca_cap_odp()
429 MLX5_SET(odp_cap, set_hca_cap, field, _res); \ in handle_hca_cap_odp()
/linux/fs/resctrl/
H A Dmonitor.c1018 #define MON_EVENT(_eventid, _name, _res, _fp) \ argument
1022 .rid = _res, \
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h1021 u8 _res; member
/linux/drivers/nvdimm/
H A Dnamespace_devs.c648 struct resource *res, *_res; in release_free_pmem() local
650 for_each_dpa_resource_safe(ndd, res, _res) in release_free_pmem()
/linux/tools/testing/cxl/test/
H A Dcxl.c437 struct cxl_mock_res *res, *_res; in depopulate_all_mock_resources() local
440 list_for_each_entry_safe(res, _res, &mock_res, list) { in depopulate_all_mock_resources()
/linux/drivers/net/bonding/
H A Dbond_main.c4448 static void bond_fold_stats(struct rtnl_link_stats64 *_res, in bond_fold_stats() argument
4454 u64 *res = (u64 *)_res; in bond_fold_stats()
4457 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in bond_fold_stats()