Home
last modified time | relevance | path

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

/linux/lib/
A Dbitfield_kunit.c13 u##tp _res; \
15 _res = u##tp##_encode_bits(v, field); \
18 (u64)_res); \
20 u##tp##_get_bits(_res, field) != v); \
26 __le##tp _res; \
28 _res = le##tp##_encode_bits(v, field); \
30 _res != cpu_to_le##tp(res), \
32 (u64)le##tp##_to_cpu(_res), \
41 __be##tp _res; \
45 _res != cpu_to_be##tp(res), \
[all …]
A Dkstrtox.c95 unsigned long long _res; in _kstrtoull() local
99 rv = _parse_integer(s, base, &_res); in _kstrtoull()
109 *res = _res; in _kstrtoull()
/linux/include/linux/mfd/
A Dcore.h20 .resources = (_res), \
21 .num_resources = MFD_RES_SIZE((_res)), \
31 #define MFD_CELL_OF_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ argument
34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ argument
35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL)
37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ argument
38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match)
40 #define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \ argument
41 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, NULL)
43 #define MFD_CELL_RES(_name, _res) \ argument
[all …]
/linux/kernel/bpf/
A Dhelpers.c495 unsigned long long _res; in __bpf_strtoll() local
503 if ((long long)-_res > 0) in __bpf_strtoll()
505 *res = -_res; in __bpf_strtoll()
507 if ((long long)_res < 0) in __bpf_strtoll()
509 *res = _res; in __bpf_strtoll()
517 long long _res; in BPF_CALL_4() local
523 if (_res != (long)_res) in BPF_CALL_4()
525 *res = _res; in BPF_CALL_4()
542 unsigned long long _res; in BPF_CALL_4() local
551 if (_res != (unsigned long)_res) in BPF_CALL_4()
[all …]
/linux/security/keys/
A Dkeyctl_pkey.c163 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument
178 if (copy_to_user(_res, &res, sizeof(res)) == 0 && in keyctl_pkey_query()
179 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
A Dinternal.h325 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument
/linux/tools/bpf/bpftool/
A Dmain.h41 bool _res; \
46 _res = false; \
48 _res = true; \
50 _res; \
/linux/arch/x86/boot/
A Dstring.c297 unsigned long long _res; in _kstrtoull() local
301 rv = _parse_integer(s, base, &_res); in _kstrtoull()
311 *res = _res; in _kstrtoull()
/linux/include/linux/
A Ddevice-mapper.h628 u64 _res; \
629 (x) = div64_u64_rem(x, y, &_res); \
630 _res; \
/linux/arch/nds32/kernel/vdso/
A Dgettimeofday.c191 struct __kernel_old_timespec *_res) in clock_getres_fallback() argument
194 register struct __kernel_old_timespec *res asm("$r1") = _res; in clock_getres_fallback()
/linux/drivers/vdpa/mlx5/core/
A Dmr.c15 u64 _res; \
16 _res = (((_n) + (1 << (__s)) - 1) >> (__s)); \
17 _res; \
/linux/drivers/net/
A Dnet_failover.c156 static void net_failover_fold_stats(struct rtnl_link_stats64 *_res, in net_failover_fold_stats() argument
162 u64 *res = (u64 *)_res; in net_failover_fold_stats()
165 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in net_failover_fold_stats()
/linux/drivers/iio/adc/
A Drockchip_saradc.c137 #define SARADC_CHANNEL(_index, _id, _res) { \ argument
147 .realbits = _res, \
/linux/tools/testing/cxl/test/
A Dcxl.c196 struct cxl_mock_res *res, *_res; in depopulate_all_mock_resources() local
199 list_for_each_entry_safe(res, _res, &mock_res, list) { in depopulate_all_mock_resources()
/linux/drivers/usb/phy/
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/drivers/net/can/mscan/
A Dmscan.h131 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dmain.c459 u32 _res = MLX5_CAP_ODP_MAX(dev, field); \ in handle_hca_cap_odp()
460 if (_res) { \ in handle_hca_cap_odp()
462 MLX5_SET(odp_cap, set_hca_cap, field, _res); \ in handle_hca_cap_odp()
/linux/fs/xfs/
A Dxfs_super.c1135 int last, shift_left_factor = 0, _res; in suffix_kstrtoint() local
1157 if (kstrtoint(value, base, &_res)) in suffix_kstrtoint()
1160 *res = _res << shift_left_factor; in suffix_kstrtoint()
/linux/drivers/acpi/
A Dosl.c1497 void *_res, void **return_value) in acpi_deactivate_mem_region() argument
1503 struct resource *res = _res; in acpi_deactivate_mem_region()
/linux/net/bluetooth/
A Dsmp.c472 u8 _res[16]; in smp_ah() local
476 memcpy(_res, r, 3); in smp_ah()
477 memset(_res + 3, 0, 13); in smp_ah()
479 err = smp_e(irk, _res); in smp_ah()
491 memcpy(res, _res, 3); in smp_ah()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_hw.h929 u8 _res; member
/linux/drivers/nvdimm/
A Dnamespace_devs.c816 struct resource *res, *_res; in release_free_pmem() local
818 for_each_dpa_resource_safe(ndd, res, _res) in release_free_pmem()
/linux/drivers/net/bonding/
A Dbond_main.c3990 static void bond_fold_stats(struct rtnl_link_stats64 *_res, in bond_fold_stats() argument
3996 u64 *res = (u64 *)_res; in bond_fold_stats()
3999 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in bond_fold_stats()

Completed in 75 milliseconds