| /include/linux/ |
| 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 …]
|
| 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
|
| A D | sysfs.h | 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 #define BIN_ATTR_RO(_name, _size) \ argument 361 #define BIN_ATTR_WO(_name, _size) \ argument 364 #define BIN_ATTR_RW(_name, _size) \ argument 368 #define __BIN_ATTR_ADMIN_RO(_name, _size) \ argument 371 #define __BIN_ATTR_ADMIN_RW(_name, _size) \ argument 374 #define BIN_ATTR_ADMIN_RO(_name, _size) \ argument [all …]
|
| 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
|
| 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
|
| A D | min_heap.h | 231 #define min_heap_init_inline(_heap, _data, _size) \ argument 449 #define min_heap_init(_heap, _data, _size) \ argument
|
| A D | bpf.h | 2485 #define bpf_map_kmalloc_node(_map, _size, _flags, _node) \ argument 2487 #define bpf_map_kzalloc(_map, _size, _flags) \ argument 2489 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument 2491 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument
|
| A D | regmap.h | 1431 #define REG_FIELD_ID(_reg, _lsb, _msb, _size, _offset) { \ argument
|
| /include/drm/ |
| 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
|
| /include/acpi/platform/ |
| A D | aclinuxex.h | 53 #define acpi_os_allocate(_size) \ argument 56 #define acpi_os_allocate_zeroed(_size) \ argument
|
| /include/linux/usb/ |
| A D | renesas_usbhs.h | 104 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument
|
| /include/rdma/ |
| A D | uverbs_types.h | 204 #define UVERBS_TYPE_ALLOC_IDR_SZ(_size, _destroy_object) \ argument
|
| /include/linux/gpio/ |
| A D | driver.h | 583 #define for_each_hwgpio_in_range(_chip, _i, _base, _size, _label) \ argument 607 #define for_each_requested_gpio_in_range(_chip, _i, _base, _size, _label) \ argument
|