/kernel/linux/linux-6.6/include/net/ |
H A D | netdev_queues.h | 36 int _res; \ 48 _res = 0; \ 51 _res = -1; \ 53 _res; \ 77 int _res; \ 79 _res = 1; \ 81 _res = netif_txq_try_stop(txq, get_desc, start_thrs); \ 82 _res; \ 121 int _res; \ 130 _res [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | bitfield_kunit.c | 13 u##tp _res; \ 15 _res = u##tp##_encode_bits(v, field); \ 16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \ 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), \ 35 le##tp##_get_bits(_res, fiel [all...] |
H A D | kstrtox.c | 95 unsigned long long _res; in _kstrtoull() local 99 rv = _parse_integer(s, base, &_res); in _kstrtoull() 109 *res = _res; in _kstrtoull()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bitfield_kunit.c | 13 u##tp _res; \ 15 _res = u##tp##_encode_bits(v, field); \ 16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \ 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), \ 35 le##tp##_get_bits(_res, fiel [all...] |
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()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | core.h | 17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ 20 .resources = (_res), \ 21 .num_resources = MFD_RES_SIZE((_res)), \ 31 #define OF_MFD_CELL_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ 32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL) 34 #define OF_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _compat) \ 35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL) 37 #define ACPI_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _match) \ 38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match) 40 #define MFD_CELL_BASIC(_name, _res, _pdat [all...] |
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | core.h | 17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ 20 .resources = (_res), \ 21 .num_resources = MFD_RES_SIZE((_res)), \ 31 #define MFD_CELL_OF_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ 32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL) 34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ 35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL) 37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ 38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match) 40 #define MFD_CELL_BASIC(_name, _res, _pdat [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | helpers.c | 464 unsigned long long _res; in __bpf_strtoll() local 468 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll() 472 if ((long long)-_res > 0) in __bpf_strtoll() 474 *res = -_res; in __bpf_strtoll() 476 if ((long long)_res < 0) in __bpf_strtoll() 478 *res = _res; in __bpf_strtoll() 486 long long _res; in BPF_CALL_4() local 489 err = __bpf_strtoll(buf, buf_len, flags, &_res); in BPF_CALL_4() 492 if (_res != (long)_res) in BPF_CALL_4() 511 unsigned long long _res; BPF_CALL_4() local [all...] |
/kernel/linux/linux-5.10/security/keys/ |
H A D | keyctl_pkey.c | 171 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() 188 if (copy_to_user(_res, &res, sizeof(res)) == 0 && in keyctl_pkey_query() 189 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query() 169 keyctl_pkey_query(key_serial_t id, const char __user *_info, struct keyctl_pkey_query __user *_res) keyctl_pkey_query() argument
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | main.h | 41 bool _res; \ 46 _res = false; \ 48 _res = true; \ 50 _res; \
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyctl_pkey.c | 171 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query() 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() 169 keyctl_pkey_query(key_serial_t id, const char __user *_info, struct keyctl_pkey_query __user *_res) keyctl_pkey_query() argument
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | main.h | 41 bool _res; \ 46 _res = false; \ 48 _res = true; \ 50 _res; \
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | string.c | 297 unsigned long long _res; in _kstrtoull() local 301 rv = _parse_integer(s, base, &_res); in _kstrtoull() 311 *res = _res; in _kstrtoull()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | string.c | 297 unsigned long long _res; in _kstrtoull() local 301 rv = _parse_integer(s, base, &_res); in _kstrtoull() 311 *res = _res; in _kstrtoull()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | helpers.c | 499 unsigned long long _res; in __bpf_strtoll() local 503 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll() 507 if ((long long)-_res > 0) in __bpf_strtoll() 509 *res = -_res; in __bpf_strtoll() 511 if ((long long)_res < 0) in __bpf_strtoll() 513 *res = _res; in __bpf_strtoll() 521 long long _res; in BPF_CALL_4() local 524 err = __bpf_strtoll(buf, buf_len, flags, &_res); in BPF_CALL_4() 527 if (_res != (long)_res) in BPF_CALL_4() 546 unsigned long long _res; BPF_CALL_4() local [all...] |
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
H A D | gettimeofday.c | 191 struct __kernel_old_timespec *_res) in clock_getres_fallback() 194 register struct __kernel_old_timespec *res asm("$r1") = _res; in clock_getres_fallback() 190 clock_getres_fallback(clockid_t _clk_id, struct __kernel_old_timespec *_res) clock_getres_fallback() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
H A D | oid_mgt.c | 512 void *cache, *_res = NULL; in mgt_get_request() local 543 _res = response->data; in mgt_get_request() 547 _res = cache; in mgt_get_request() 551 res->u = ret ? 0 : le32_to_cpu(*(u32 *) _res); in mgt_get_request() 558 memcpy(res->ptr, _res, reslen); in mgt_get_request()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | device-mapper.h | 600 u64 _res; \ 601 (x) = div64_u64_rem(x, y, &_res); \ 602 _res; \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | device-mapper.h | 681 u64 _res; \ 682 (x) = div64_u64_rem(x, y, &_res); \ 683 _res; \
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | net_failover.c | 152 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()
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/core/ |
H A D | mr.c | 14 u64 _res; \ 15 _res = (((_n) + (1 << (__s)) - 1) >> (__s)); \ 16 _res; \
|
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/ |
H A D | mr.c | 15 u64 _res; \ 16 _res = (((_n) + (1 << (__s)) - 1) >> (__s)); \ 17 _res; \
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | net_failover.c | 152 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()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | rockchip_saradc.c | 141 #define SARADC_CHANNEL(_index, _id, _res) { \ 151 .realbits = _res, \
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy.c | 302 static void devm_usb_phy_release2(struct device *dev, void *_res) in devm_usb_phy_release2() argument 304 struct phy_devm *res = _res; in devm_usb_phy_release2()
|