| /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 916 #define kmem_buckets_alloc_track_caller(_b, _size, _flags) \ argument 1024 #define kcalloc_node(_n, _size, _flags, _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 | 157 #define DEFINE_RES_NAMED_DESC(_start, _size, _name, _flags, _desc) \ argument 166 #define DEFINE_RES_NAMED(_start, _size, _name, _flags) \ argument 168 #define DEFINE_RES(_start, _size, _flags) \ argument 171 #define DEFINE_RES_IO_NAMED(_start, _size, _name) \ argument 173 #define DEFINE_RES_IO(_start, _size) \ argument 176 #define DEFINE_RES_MEM_NAMED(_start, _size, _name) \ argument 178 #define DEFINE_RES_MEM(_start, _size) \ argument 181 #define DEFINE_RES_REG_NAMED(_start, _size, _name) \ argument 183 #define DEFINE_RES_REG(_start, _size) \ argument
|
| H A D | sysfs.h | 360 #define __BIN_ATTR_RO(_name, _size) \ argument 363 #define __BIN_ATTR_WO(_name, _size) \ argument 366 #define __BIN_ATTR_RW(_name, _size) \ argument 371 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 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 388 #define __BIN_ATTR_ADMIN_RW(_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 141 #define __alloc_percpu(_size, _align) \ argument 143 #define __alloc_reserved_percpu(_size, _align) \ argument
|
| H A D | mempool.h | 93 #define mempool_init_kmalloc_pool(_pool, _min_nr, _size) \ argument 96 #define mempool_create_kmalloc_pool(_min_nr, _size) \ argument
|
| H A D | min_heap.h | 231 #define min_heap_init_inline(_heap, _data, _size) \ argument 449 #define min_heap_init(_heap, _data, _size) \ argument
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_acl_flex_keys.h | 56 #define MLXSW_AFK_ELEMENT_INFO(_type, _element, _offset, _shift, _size) \ argument 68 #define MLXSW_AFK_ELEMENT_INFO_U32(_element, _offset, _shift, _size) \ argument 72 #define MLXSW_AFK_ELEMENT_INFO_BUF(_element, _offset, _size) \ argument 89 _shift, _size, _u32_key_diff, _avoid_size_check) \ argument 103 #define MLXSW_AFK_ELEMENT_INST_U32(_element, _offset, _shift, _size) \ argument 108 _shift, _size, _key_diff, \ argument 114 #define MLXSW_AFK_ELEMENT_INST_BUF(_element, _offset, _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 60 #define DRM_FORMAT_CONV_STATE_INIT_PREALLOCATED(_mem, _size) \ argument
|
| /linux-6.15/include/acpi/platform/ |
| H A D | aclinuxex.h | 53 #define acpi_os_allocate(_size) \ argument 56 #define acpi_os_allocate_zeroed(_size) \ argument
|
| /linux-6.15/tools/testing/memblock/tests/ |
| H A D | common.h | 91 #define ASSERT_MEM_EQ(_seen, _expected, _size) do { \ argument 103 #define ASSERT_MEM_NE(_seen, _expected, _size) do { \ argument
|
| /linux-6.15/fs/bcachefs/ |
| H A D | eytzinger.h | 161 #define eytzinger1_for_each(_i, _size) \ argument 232 #define eytzinger0_for_each(_i, _size) \ argument 237 #define eytzinger0_for_each_prev(_i, _size) \ argument
|
| H A D | fifo.h | 20 #define init_fifo(fifo, _size, _gfp) \ argument
|
| /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
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_bpf_ma.c | 25 #define DEFINE_ARRAY_WITH_KPTR(_size) \ argument 41 #define DEFINE_ARRAY_WITH_PERCPU_KPTR(_size) \ argument
|
| /linux-6.15/drivers/ufs/core/ |
| H A D | ufs-sysfs.c | 1009 #define UFS_DESC_PARAM(_name, _puname, _duname, _size) \ argument 1019 #define UFS_DEVICE_DESC_PARAM(_name, _uname, _size) \ argument 1092 #define UFS_INTERCONNECT_DESC_PARAM(_name, _uname, _size) \ argument 1109 #define UFS_GEOMETRY_DESC_PARAM(_name, _uname, _size) \ argument 1203 #define UFS_HEALTH_DESC_PARAM(_name, _uname, _size) \ argument 1650 #define UFS_LUN_DESC_PARAM(_pname, _puname, _duname, _size) \ argument 1664 #define UFS_UNIT_DESC_PARAM(_name, _uname, _size) \ argument
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | util.h | 34 #define init_heap(heap, _size, gfp) \ argument 76 #define init_fifo_exact(fifo, _size, gfp) \ argument 82 #define init_fifo(fifo, _size, gfp) \ argument
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | errata_list.h | 107 #define ALT_CMO_OP(_op, _start, _size, _cachesize) \ argument
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | util.h | 27 #define MT76_INCR(_var, _size) \ argument
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_stream_defs.c | 13 #define PVR_STREAM_DEF_SET(owner, member, _size, _array_size, _feature) \ argument
|
| /linux-6.15/arch/riscv/errata/thead/ |
| H A D | errata.c | 74 #define THEAD_CMO_OP(_op, _start, _size, _cachesize) \ argument
|
| /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
|
| /linux-6.15/fs/ext4/ |
| H A D | sysfs.c | 161 #define EXT4_ATTR_STRING(_name,_mode,_size,_struct,_elname) \ argument 181 #define EXT4_RO_ATTR_ES_STRING(_name,_elname,_size) \ argument
|
| /linux-6.15/arch/mips/vdso/ |
| H A D | genvdso.c | 108 static void *map_vdso(const char *path, size_t *_size) in map_vdso()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-uclogic-rdesc.c | 661 #define UCLOGIC_RDESC_FRAME_BUTTONS_BYTES(_id, _size) \ argument
|
| /linux-6.15/drivers/mfd/ |
| H A D | mt6360-core.c | 70 #define MT6360_ALLOC_READ_SIZE(_size) (_size + 3) argument 72 #define MT6360_ALLOC_WRITE_SIZE(_size) (_size + 4) argument
|