Home
last modified time | relevance | path

Searched refs:_res (Results 1 – 19 of 19) 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.h251 typeof(_do_alloc) _res; \
255 _res = _do_alloc; \
258 _res = _do_alloc; \
259 _res; \
/linux/security/keys/
H A Dkeyctl_pkey.c171 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 Dinternal.h325 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() argument
/linux/arch/x86/boot/
H A Dstring.c289 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 Dkstrtox.c98 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 Dimx-common.c286 struct resource *res, _res; in imx_parse_ioremap_memory() local
310 &_res); in imx_parse_ioremap_memory()
315 res = &_res; in imx_parse_ioremap_memory()
/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/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/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/fs/xfs/
H A Dxfs_super.c1328 int last, shift_left_factor = 0, _res; in suffix_kstrtoint() local
1350 if (kstrtoint(value, base, &_res)) in suffix_kstrtoint()
1353 *res = _res << shift_left_factor; in suffix_kstrtoint()
1364 unsigned long long _res; in suffix_kstrtoull() local
1386 if (kstrtoull(value, base, &_res)) in suffix_kstrtoull()
1389 *res = _res << shift_left_factor; in suffix_kstrtoull()
/linux/drivers/net/can/mscan/
H A Dmscan.h131 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
/linux/drivers/spi/
H A Dspi-stm32-ospi.c769 struct resource *res, _res; in stm32_ospi_get_resources() local
821 res = &_res; in stm32_ospi_get_resources()
/linux/drivers/android/binder/range_alloc/
H A Dtree.rs131 DescriptorState::Reserved(_res) => { in debug_print()
/linux/net/bluetooth/
H A Dsmp.c473 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/tools/testing/cxl/test/
H A Dcxl.c396 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 Dresource.c1954 static void remove_free_mem_region(void *_res) in remove_free_mem_region() argument
1956 struct resource *res = _res; in remove_free_mem_region()
/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/drivers/net/bonding/
H A Dbond_main.c4332 static void bond_fold_stats(struct rtnl_link_stats64 *_res, in bond_fold_stats() argument
4338 u64 *res = (u64 *)_res; in bond_fold_stats()
4341 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in bond_fold_stats()