| /linux/include/linux/ |
| H A D | slab.h | 529 #define DECL_TOKEN_PARAMS(_size, _token) size_t (_size), kmalloc_token_t (_token) argument 530 #define PASS_TOKEN_PARAMS(_size, _token) (_size), (_token) argument 537 #define DECL_TOKEN_PARAMS(_size, _token) size_t (_size) argument 538 #define PASS_TOKEN_PARAMS(_size, _token) (_size) argument 942 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size), kmem_buckets *(_b) argument 943 #define PASS_BUCKET_PARAMS(_size, _b) (_size), (_b) argument 946 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size) argument 947 #define PASS_BUCKET_PARAMS(_size, _b) (_size) argument 951 #define DECL_KMALLOC_PARAMS(_size, _b, _token) DECL_BUCKET_PARAMS(_size, _b) \ argument 954 #define PASS_KMALLOC_PARAMS(_size, _b, _token) PASS_BUCKET_PARAMS(_size, _b) \ argument [all …]
|
| H A D | ioport.h | 158 #define DEFINE_RES_NAMED_DESC(_start, _size, _name, _flags, _desc) \ argument 167 #define DEFINE_RES_NAMED(_start, _size, _name, _flags) \ argument 171 #define __DEFINE_RES3(_start, _size, _flags) \ argument 176 #define DEFINE_RES_IO_NAMED(_start, _size, _name) \ argument 178 #define DEFINE_RES_IO(_start, _size) \ argument 181 #define DEFINE_RES_MEM_NAMED(_start, _size, _name) \ argument 183 #define DEFINE_RES_MEM(_start, _size) \ argument 186 #define DEFINE_RES_REG_NAMED(_start, _size, _name) \ argument 188 #define DEFINE_RES_REG(_start, _size) \ argument
|
| H A D | sysfs.h | 339 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 346 #define __BIN_ATTR_RO(_name, _size) \ argument 349 #define __BIN_ATTR_WO(_name, _size) \ argument 352 #define __BIN_ATTR_RW(_name, _size) \ argument 357 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 361 #define BIN_ATTR_RO(_name, _size) \ argument 364 #define BIN_ATTR_WO(_name, _size) \ argument 367 #define BIN_ATTR_RW(_name, _size) \ argument 371 #define __BIN_ATTR_ADMIN_RO(_name, _size) \ argument 374 #define __BIN_ATTR_ADMIN_RW(_name, _size) \ argument [all …]
|
| H A D | bpf.h | 2806 #define bpf_map_kmalloc_node(_map, _size, _flags, _node) \ argument 2808 #define bpf_map_kmalloc_nolock(_map, _size, _flags, _node) \ argument 2810 #define bpf_map_kzalloc(_map, _size, _flags) \ argument 2812 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument 2814 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument
|
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | assert.h | 49 #define malloc_assert(_size) ({ \ argument 57 #define calloc_assert(_nmemb, _size) ({ \ argument 72 #define snprintf_assert(_s, _size, _fmt, ...) do { \ 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/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/arch/riscv/include/asm/ |
| H A D | errata_list.h | 101 #define ALT_CMO_OP(_op, _start, _size, _cachesize) \ 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/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/riscv/errata/thead/ |
| H A D | errata.c | 74 #define THEAD_CMO_OP(_op, _start, _size, _cachesize) \ argument
|
| /linux/fs/ext4/ |
| H A D | sysfs.c | 192 #define EXT4_ATTR_STRING(_name,_mode,_size,_struct,_elname) \ argument 212 #define EXT4_RO_ATTR_ES_STRING(_name,_elname,_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
|
| /linux/scripts/ |
| H A D | recordmcount.h | 95 # define _size 8 macro 133 # define _size 4 macro
|
| /linux/tools/testing/selftests/vfio/ |
| H A D | vfio_dma_mapping_test.c | 107 #define FIXTURE_VARIANT_ADD_IOMMU_MODE(_iommu_mode, _name, _size, _mmap_flags) \ argument
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | regs.h | 61 #define ZL_REG_IDX(_idx, _page, _offset, _size, _items, _stride) \ argument 77 #define ZL_REG(_page, _offset, _size) \ argument
|
| /linux/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/kernel/trace/ |
| H A D | trace_probe.h | 201 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 212 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument
|
| /linux/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()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | def.h | 215 #define CLEAR_PCI_TX_DESC_CONTENT(__pdesc, _size) \ argument
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_buffers.c | 689 #define MLXSW_SP_SB_PR(_mode, _size) \ argument 695 #define MLXSW_SP_SB_PR_EXT(_mode, _size, _freeze_mode, _freeze_size) \ argument
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | dm.c | 133 #define CAL_SWING_OFF(_off, _dir, _size, _del) \ argument
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 64 #define MIB_DESC(_size, _offset, _name) {.size = _size, .offset = _offset, .name = _name} argument
|