/linux/include/linux/ |
H A D | slab.h | 780 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size), kmem_buckets *(_b) argument 781 #define PASS_BUCKET_PARAMS(_size, _b) (_size), (_b) argument 784 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size) argument 785 #define PASS_BUCKET_PARAMS(_size, _b) (_size) argument 886 #define kmem_buckets_alloc(_b, _size, _flags) \ argument 889 #define kmem_buckets_alloc_track_caller(_b, _size, _flags) \ argument 999 #define kcalloc_node(_n, _size, _flags, _node) \ argument 1024 #define kvmalloc(_size, _flags) kvmalloc_node(_size, _flags, NUMA_NO_NODE) argument 1025 #define kvmalloc_noprof(_size, _flags) kvmalloc_node_noprof(_size, _flags, NUMA_NO_NODE) argument 1026 #define kvzalloc(_size, _flags) kvmalloc(_size, (_flags)|__GFP_ZERO) argument [all …]
|
H A D | sysfs.h | 328 #define __BIN_ATTR_RO(_name, _size) { \ argument 334 #define __BIN_ATTR_WO(_name, _size) { \ argument 340 #define __BIN_ATTR_RW(_name, _size) \ argument 345 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 349 #define BIN_ATTR_RO(_name, _size) \ argument 352 #define BIN_ATTR_WO(_name, _size) \ argument 355 #define BIN_ATTR_RW(_name, _size) \ argument 359 #define __BIN_ATTR_ADMIN_RO(_name, _size) { \ argument 365 #define __BIN_ATTR_ADMIN_RW(_name, _size) \ argument 368 #define BIN_ATTR_ADMIN_RO(_name, _size) \ argument [all …]
|
H A D | ioport.h | 157 #define DEFINE_RES_NAMED(_start, _size, _name, _flags) \ argument 166 #define DEFINE_RES_IO_NAMED(_start, _size, _name) \ argument 168 #define DEFINE_RES_IO(_start, _size) \ argument 171 #define DEFINE_RES_MEM_NAMED(_start, _size, _name) \ argument 173 #define DEFINE_RES_MEM(_start, _size) \ argument 176 #define DEFINE_RES_REG_NAMED(_start, _size, _name) \ argument 178 #define DEFINE_RES_REG(_start, _size) \ argument
|
H A D | percpu.h | 143 #define __alloc_percpu_gfp(_size, _align, _gfp) \ argument 145 #define __alloc_percpu(_size, _align) \ argument 147 #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
|
/linux/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/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/include/acpi/platform/ |
H A D | aclinuxex.h | 53 #define acpi_os_allocate(_size) \ argument 56 #define acpi_os_allocate_zeroed(_size) \ argument
|
/linux/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/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/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/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 939 #define UFS_DESC_PARAM(_name, _puname, _duname, _size) \ argument 949 #define UFS_DEVICE_DESC_PARAM(_name, _uname, _size) \ argument 1022 #define UFS_INTERCONNECT_DESC_PARAM(_name, _uname, _size) \ argument 1039 #define UFS_GEOMETRY_DESC_PARAM(_name, _uname, _size) \ argument 1133 #define UFS_HEALTH_DESC_PARAM(_name, _uname, _size) \ argument 1577 #define UFS_LUN_DESC_PARAM(_pname, _puname, _duname, _size) \ argument 1591 #define UFS_UNIT_DESC_PARAM(_name, _uname, _size) \ argument
|
/linux/fs/bcachefs/ |
H A D | eytzinger.h | 170 #define eytzinger1_for_each(_i, _size) \ argument 241 #define eytzinger0_for_each(_i, _size) \ argument
|
H A D | fifo.h | 20 #define init_fifo(fifo, _size, _gfp) \ argument
|
/linux/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/arch/riscv/include/asm/ |
H A D | errata_list.h | 106 #define ALT_CMO_OP(_op, _start, _size, _cachesize) \ argument
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | util.h | 27 #define MT76_INCR(_var, _size) \ argument
|
/linux/arch/riscv/errata/thead/ |
H A D | errata.c | 73 #define THEAD_CMO_OP(_op, _start, _size, _cachesize) \ argument
|
/linux/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/drivers/staging/nvec/ |
H A D | nvec_kbd.c | 60 int _size = (msg[0] & (3 << 5)) >> 5; in nvec_keys_notifier() local
|
/linux/include/rdma/ |
H A D | uverbs_types.h | 171 #define UVERBS_TYPE_ALLOC_IDR_SZ(_size, _destroy_object) \ argument
|
/linux/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/arch/mips/vdso/ |
H A D | genvdso.c | 108 static void *map_vdso(const char *path, size_t *_size) in map_vdso()
|
/linux/drivers/hid/ |
H A D | hid-uclogic-rdesc.c | 661 #define UCLOGIC_RDESC_FRAME_BUTTONS_BYTES(_id, _size) \ argument
|
/linux/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
|