| /linux/arch/riscv/include/asm/ |
| H A D | vector.h | 26 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 D | alloc_tag.h | 251 typeof(_do_alloc) _res; \ 255 _res = _do_alloc; \ 258 _res = _do_alloc; \ 259 _res; \
|
| /linux/security/keys/ |
| H A D | keyctl_pkey.c | 171 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument 186 if (copy_to_user(_res, &res, sizeof(res)) == 0 && in keyctl_pkey_query() 187 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
|
| H A D | internal.h | 325 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument
|
| /linux/arch/x86/boot/ |
| H A D | string.c | 289 unsigned long long _res; in _kstrtoull() local 293 rv = _parse_integer(s, base, &_res); in _kstrtoull() 303 *res = _res; in _kstrtoull()
|
| /linux/lib/ |
| H A D | kstrtox.c | 98 unsigned long long _res; in _kstrtoull() local 102 rv = _parse_integer(s, base, &_res); in _kstrtoull() 112 *res = _res; in _kstrtoull()
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 282 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/kernel/bpf/ |
| H A D | helpers.c | 504 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/drivers/usb/phy/ |
| H A D | phy.c | 340 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/fs/xfs/ |
| H A D | xfs_super.c | 1308 int last, shift_left_factor = 0, _res; in suffix_kstrtoint() local 1330 if (kstrtoint(value, base, &_res)) in suffix_kstrtoint() 1333 *res = _res << shift_left_factor; in suffix_kstrtoint() 1344 unsigned long long _res; in suffix_kstrtoull() local 1366 if (kstrtoull(value, base, &_res)) in suffix_kstrtoull() 1369 *res = _res << shift_left_factor; in suffix_kstrtoull()
|
| /linux/drivers/net/can/mscan/ |
| H A D | mscan.h | 131 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
|
| /linux/drivers/vdpa/mlx5/core/ |
| H A D | mr.c | 15 u64 _res; \ 16 _res = (((_n) + (1 << (__s)) - 1) >> (__s)); \ 17 _res; \
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | tree.rs | 131 DescriptorState::Reserved(_res) => { in debug_print()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | main.c | 490 u32 _res = MLX5_CAP_ODP_MAX(dev, field); \ in handle_hca_cap_odp() 491 if (_res) { \ in handle_hca_cap_odp() 493 MLX5_SET(odp_cap, set_hca_cap, field, _res); \ in handle_hca_cap_odp()
|
| /linux/net/bluetooth/ |
| H A D | smp.c | 473 u8 _res[16]; in smp_ah() local 477 memcpy(_res, r, 3); in smp_ah() 478 memset(_res + 3, 0, 13); in smp_ah() 480 err = smp_e(irk, _res); in smp_ah() 492 memcpy(res, _res, 3); in smp_ah()
|
| /linux/fs/resctrl/ |
| H A D | monitor.c | 962 #define MON_EVENT(_eventid, _name, _res, _fp) \ argument 966 .rid = _res, \
|
| /linux/tools/testing/cxl/test/ |
| H A D | cxl.c | 396 struct cxl_mock_res *res, *_res; in depopulate_all_mock_resources() local 399 list_for_each_entry_safe(res, _res, &mock_res, list) { in depopulate_all_mock_resources()
|
| /linux/kernel/ |
| H A D | resource.c | 2003 static void remove_free_mem_region(void *_res) in remove_free_mem_region() argument 2005 struct resource *res = _res; in remove_free_mem_region()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_hw.h | 1013 u8 _res; member
|
| /linux/drivers/nvdimm/ |
| H A D | namespace_devs.c | 648 struct resource *res, *_res; in release_free_pmem() local 650 for_each_dpa_resource_safe(ndd, res, _res) in release_free_pmem()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 4376 static void bond_fold_stats(struct rtnl_link_stats64 *_res, in bond_fold_stats() argument 4382 u64 *res = (u64 *)_res; in bond_fold_stats() 4385 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in bond_fold_stats()
|