| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_bpf_ma.c | 25 #define DEFINE_ARRAY_WITH_KPTR(_size) \ argument 26 struct bin_data_##_size { \ 27 char data[_size - sizeof(void *)]; \ 30 struct bin_data_##_size *__bin_data_##_size; \ 31 struct map_value_##_size { \ 39 } array_##_size SEC(".maps") 42 struct percpu_bin_data_##_size { \ 43 char data[_size]; \ 45 struct percpu_bin_data_##_size *__percpu_bin_data_##_size; \ 46 struct map_value_percpu_##_size { \ [all …]
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | unpack.h | 6 void **_data = (d); __u32 *_size = (s); int _ret = (r); \ 7 if (_ret == -ENOSYS && *_size == sizeof(m)) { \ 9 *_size = _ret = 0; \ 15 void **_data = (d); __u32 *_size = (s); \ 17 if (_ret == -ENOSYS && *_size >= sizeof(m) && \ 20 *_size = *_size - sizeof(m); \ 22 _ret = *_size ? -E2BIG : 0; \ 24 *_size = 0; \
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_acl_flex_keys.h | 63 .size = {.bits = _size}, \ 70 _element, _offset, _shift, _size) 72 #define MLXSW_AFK_ELEMENT_INFO_BUF(_element, _offset, _size) \ argument 74 _element, _offset, 0, _size) 89 _shift, _size, _u32_key_diff, _avoid_size_check) \ argument 96 .size = {.bits = _size}, \ 105 _element, _offset, _shift, _size, 0, false) 108 _shift, _size, _key_diff, \ argument 111 _element, _offset, _shift, _size, \ 114 #define MLXSW_AFK_ELEMENT_INST_BUF(_element, _offset, _size) \ argument [all …]
|
| /linux-6.15/include/linux/ |
| H A D | slab.h | 807 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size), kmem_buckets *(_b) argument 808 #define PASS_BUCKET_PARAMS(_size, _b) (_size), (_b) argument 811 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size) argument 812 #define PASS_BUCKET_PARAMS(_size, _b) (_size) argument 913 #define kmem_buckets_alloc(_b, _size, _flags) \ argument 1024 #define kcalloc_node(_n, _size, _flags, _node) \ argument 1042 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument 1049 #define kvmalloc(_size, _flags) kvmalloc_node(_size, _flags, NUMA_NO_NODE) argument 1050 #define kvmalloc_noprof(_size, _flags) kvmalloc_node_noprof(_size, _flags, NUMA_NO_NODE) argument 1051 #define kvzalloc(_size, _flags) kvmalloc(_size, (_flags)|__GFP_ZERO) argument [all …]
|
| H A D | ioport.h | 160 .end = (_start) + (_size) - 1, \ 168 #define DEFINE_RES(_start, _size, _flags) \ argument 169 DEFINE_RES_NAMED(_start, _size, NULL, _flags) 171 #define DEFINE_RES_IO_NAMED(_start, _size, _name) \ argument 173 #define DEFINE_RES_IO(_start, _size) \ argument 174 DEFINE_RES_IO_NAMED((_start), (_size), NULL) 176 #define DEFINE_RES_MEM_NAMED(_start, _size, _name) \ argument 178 #define DEFINE_RES_MEM(_start, _size) \ argument 179 DEFINE_RES_MEM_NAMED((_start), (_size), NULL) 183 #define DEFINE_RES_REG(_start, _size) \ argument [all …]
|
| H A D | sysfs.h | 357 .size = _size, \ 360 #define __BIN_ATTR_RO(_name, _size) \ argument 363 #define __BIN_ATTR_WO(_name, _size) \ argument 366 #define __BIN_ATTR_RW(_name, _size) \ argument 373 _write, _size) 375 #define BIN_ATTR_RO(_name, _size) \ argument 378 #define BIN_ATTR_WO(_name, _size) \ argument 381 #define BIN_ATTR_RW(_name, _size) \ argument 385 #define __BIN_ATTR_ADMIN_RO(_name, _size) \ argument 391 #define BIN_ATTR_ADMIN_RO(_name, _size) \ argument [all …]
|
| H A D | percpu.h | 139 #define __alloc_percpu_gfp(_size, _align, _gfp) \ argument 140 alloc_hooks(pcpu_alloc_noprof(_size, _align, false, _gfp)) 141 #define __alloc_percpu(_size, _align) \ argument 142 alloc_hooks(pcpu_alloc_noprof(_size, _align, false, GFP_KERNEL)) 143 #define __alloc_reserved_percpu(_size, _align) \ argument 144 alloc_hooks(pcpu_alloc_noprof(_size, _align, true, GFP_KERNEL))
|
| H A D | mempool.h | 93 #define mempool_init_kmalloc_pool(_pool, _min_nr, _size) \ argument 95 (void *)(unsigned long)(_size)) 96 #define mempool_create_kmalloc_pool(_min_nr, _size) \ argument 98 (void *)(unsigned long)(_size))
|
| /linux-6.15/fs/bcachefs/ |
| H A D | eytzinger.h | 161 #define eytzinger1_for_each(_i, _size) \ argument 162 for (unsigned (_i) = eytzinger1_first((_size)); \ 164 (_i) = eytzinger1_next((_i), (_size))) 232 #define eytzinger0_for_each(_i, _size) \ argument 233 for (unsigned (_i) = eytzinger0_first((_size)); \ 235 (_i) = eytzinger0_next((_i), (_size))) 237 #define eytzinger0_for_each_prev(_i, _size) \ argument 238 for (unsigned (_i) = eytzinger0_last((_size)); \ 240 (_i) = eytzinger0_prev((_i), (_size))) 283 size_t _size = (size); \ [all …]
|
| /linux-6.15/include/acpi/platform/ |
| H A D | aclinuxex.h | 53 #define acpi_os_allocate(_size) \ argument 54 kmalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL) 56 #define acpi_os_allocate_zeroed(_size) \ argument 57 kzalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
|
| /linux-6.15/tools/testing/memblock/tests/ |
| H A D | common.h | 91 #define ASSERT_MEM_EQ(_seen, _expected, _size) do { \ argument 92 for (int _i = 0; _i < (_size); _i++) { \ 103 #define ASSERT_MEM_NE(_seen, _expected, _size) do { \ argument 104 for (int _i = 0; _i < (_size); _i++) { \
|
| /linux-6.15/drivers/staging/nvec/ |
| H A D | nvec_kbd.c | 60 int _size = (msg[0] & (3 << 5)) >> 5; in nvec_keys_notifier() local 63 if (_size == NVEC_VAR_SIZE) in nvec_keys_notifier() 66 if (_size == NVEC_3BYTES) in nvec_keys_notifier() 72 if (code_tabs[_size][code] == KEY_CAPSLOCK && state) in nvec_keys_notifier() 75 input_report_key(keys_dev.input, code_tabs[_size][code], in nvec_keys_notifier()
|
| /linux-6.15/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_power.c | 171 #define PAYLOAD_SIZE(_size) ((_size) * sizeof(u32)) argument 375 uint32_t _size = cmds_size > TYPE4_MAX_PAYLOAD ? in a5xx_gpmu_ucode_init() local 379 _size); in a5xx_gpmu_ucode_init() 381 for (i = 0; i < _size; i++) in a5xx_gpmu_ucode_init() 384 offset += _size; in a5xx_gpmu_ucode_init() 385 cmds_size -= _size; in a5xx_gpmu_ucode_init()
|
| /linux-6.15/fs/smb/client/ |
| H A D | fs_context.h | 34 #define CIFS_ALIGN_WSIZE(_fc, _size) cifs_io_align(_fc, "wsize", _size) argument 35 #define CIFS_ALIGN_RSIZE(_fc, _size) cifs_io_align(_fc, "rsize", _size) argument 36 #define CIFS_ALIGN_BSIZE(_fc, _size) cifs_io_align(_fc, "bsize", _size) argument
|
| /linux-6.15/include/drm/ |
| H A D | drm_format_helper.h | 36 #define __DRM_FORMAT_CONV_STATE_INIT(_mem, _size, _preallocated) { \ argument 39 .size = (_size), \ 60 #define DRM_FORMAT_CONV_STATE_INIT_PREALLOCATED(_mem, _size) \ argument 61 __DRM_FORMAT_CONV_STATE_INIT(_mem, _size, true)
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | memory.h | 91 u32 _addr = (a), _size = (s) >> 2, *_data = (void *)(p); \ 92 while (_size--) { \ 99 u32 _addr = (a), _size = (s) >> 2, *_data = (void *)(p); \ 100 while (_size--) { \
|
| /linux-6.15/include/rdma/ |
| H A D | uverbs_types.h | 204 #define UVERBS_TYPE_ALLOC_IDR_SZ(_size, _destroy_object) \ argument 208 .obj_size = (_size) + \ 209 UVERBS_BUILD_BUG_ON((_size) < \
|
| /linux-6.15/include/linux/usb/ |
| H A D | renesas_usbhs.h | 104 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument 106 .bufsize = (_size), \
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | errata_list.h | 107 #define ALT_CMO_OP(_op, _start, _size, _cachesize) \ argument 120 "r"((unsigned long)(_start) + (_size)) \
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | util.h | 34 #define init_heap(heap, _size, gfp) \ argument 38 (heap)->size = (_size); \ 76 #define init_fifo_exact(fifo, _size, gfp) \ argument 78 (fifo)->size = (_size); \ 82 #define init_fifo(fifo, _size, gfp) \ argument 84 (fifo)->size = (_size); \
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | util.h | 27 #define MT76_INCR(_var, _size) \ argument 28 (_var = (((_var) + 1) % (_size)))
|
| /linux-6.15/arch/riscv/errata/thead/ |
| H A D | errata.c | 74 #define THEAD_CMO_OP(_op, _start, _size, _cachesize) \ argument 85 "r"((unsigned long)(_start) + (_size)) \
|
| /linux-6.15/lib/zstd/common/ |
| H A D | compiler.h | 117 size_t const _size = (size_t)(s); \ 119 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
|
| /linux-6.15/include/linux/gpio/ |
| H A D | driver.h | 590 #define for_each_hwgpio_in_range(_chip, _i, _base, _size, _label) \ argument 592 _i < _size; \ 614 #define for_each_requested_gpio_in_range(_chip, _i, _base, _size, _label) \ argument 615 for_each_hwgpio_in_range(_chip, _i, _base, _size, _label) \
|
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | trx.h | 16 static inline void clear_pci_tx_desc_content(__le32 *__pdesc, u32 _size) in clear_pci_tx_desc_content() argument 19 min_t(size_t, _size, TX_DESC_NEXT_DESC_OFFSET)); in clear_pci_tx_desc_content()
|