/linux/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 kmem_buckets_alloc_track_caller(_b,_size,_flags) global() argument 1024 kcalloc_node(_n,_size,_flags,_node) global() argument 1042 kzalloc_node(_size,_flags,_node) global() argument 1049 kvmalloc(_size,_flags) global() argument 1050 kvmalloc_noprof(_size,_flags) global() argument 1051 kvzalloc(_size,_flags) global() argument 1053 kvzalloc_node(_size,_flags,_node) global() argument 1054 kmem_buckets_valloc(_b,_size,_flags) global() 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_RES_MEM_NAMED(_start,_size,_name) global() argument 178 DEFINE_RES_MEM(_start,_size) global() argument 181 DEFINE_RES_REG_NAMED(_start,_size,_name) global() argument 183 DEFINE_RES_REG(_start,_size) global() argument [all...] |
H A D | sysfs.h | 336 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 343 #define __BIN_ATTR_RO(_name, _size) \ argument 346 #define __BIN_ATTR_WO(_name, _size) \ argument 349 #define __BIN_ATTR_RW(_name, _size) \ argument 354 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 358 BIN_ATTR_RO(_name,_size) global() argument 361 BIN_ATTR_WO(_name,_size) global() argument 364 BIN_ATTR_RW(_name,_size) global() argument 368 __BIN_ATTR_ADMIN_RO(_name,_size) global() argument 371 __BIN_ATTR_ADMIN_RW(_name,_size) global() argument 374 BIN_ATTR_ADMIN_RO(_name,_size) global() argument 377 BIN_ATTR_ADMIN_RW(_name,_size) global() argument [all...] |
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/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 MLXSW_AFK_ELEMENT_INST_EXT_U32(_element,_offset,_shift,_size,_key_diff,_avoid_size_check) global() argument 114 MLXSW_AFK_ELEMENT_INST_BUF(_element,_offset,_size) global() argument [all...] |
/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/drivers/media/platform/qcom/iris/ |
H A D | iris_vpu_buffer.c | 52 u32 _size = ALIGN(((max_t(u32, _size_yuv, ((BIN_BUFFER_THRESHOLD * 3) >> 1)) * in hfi_buffer_bin_vp9d() local 98 u32 _size; in hfi_buffer_comv_h265d() local 115 u32 _size = ALIGN(((ALIGN(frame_width, LCU_MAX_SIZE_PELS) / LCU_MIN_SIZE_PELS) * in size_h265d_bse_cmd_buf() local 182 u32 _size = ALIGN(((ALIGN(frame_width, LCU_MAX_SIZE_PELS) / LCU_MIN_SIZE_PELS) * size_h265d_vpp_cmd_buf() local 198 u32 _size = ALIGN(_size_bse, DMA_ALIGNMENT) + hfi_buffer_non_comv_h265d() local 307 u32 vpss_lb_size = 0, _size; hfi_buffer_line_h265d() local [all...] |
/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/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 [all...] |
/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/arch/x86/kernel/cpu/ |
H A D | cpuid_0x2_table.c | 9 #define CACHE_ENTRY(_desc, _type, _size) \ argument
|
/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 1097 #define UFS_DESC_PARAM(_name, _puname, _duname, _size) \ argument 1107 #define UFS_DEVICE_DESC_PARAM(_name, _uname, _size) \ argument 1180 #define UFS_INTERCONNECT_DESC_PARAM(_name, _uname, _size) \ argument 1197 #define UFS_GEOMETRY_DESC_PARAM(_name, _uname, _size) \ argument 1291 #define UFS_HEALTH_DESC_PARAM(_name, _uname, _size) \ argument 1974 UFS_LUN_DESC_PARAM(_pname,_puname,_duname,_size) global() argument 1988 UFS_UNIT_DESC_PARAM(_name,_uname,_size) global() argument [all...] |
/linux/arch/riscv/include/asm/ |
H A D | errata_list.h | 107 #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/drivers/md/bcache/ |
H A D | util.h | 39 #define init_heap(heap, _size, gfp) \ argument 139 #define init_fifo_exact(fifo, _size, gfp) \ argument 145 #define init_fifo(fifo, _size, gfp) \ argument
|
/linux/drivers/dpll/zl3073x/ |
H A D | regs.h | 47 #define ZL_REG_IDX(_idx, _page, _offset, _size, _items, _stride) \ argument 63 #define ZL_REG(_page, _offset, _size) \ 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/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/arch/mips/vdso/ |
H A D | genvdso.c | 108 static void *map_vdso(const char *path, size_t *_size) in map_vdso() 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/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
|
/linux/include/linux/usb/ |
H A D | renesas_usbhs.h | 104 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument
|