| /include/linux/ |
| D | bootmem.h | 172 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc() 180 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc_nopanic() 189 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc_low() 197 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc_low_nopanic() 206 phys_addr_t size, phys_addr_t align, phys_addr_t min_addr) in memblock_virt_alloc_from_nopanic() 214 phys_addr_t size, int nid) in memblock_virt_alloc_node() 221 phys_addr_t size, int nid) in memblock_virt_alloc_node_nopanic() 229 phys_addr_t base, phys_addr_t size) in memblock_free_early() 235 phys_addr_t base, phys_addr_t size, int nid) in memblock_free_early_nid() 241 phys_addr_t base, phys_addr_t size) in memblock_free_late() [all …]
|
| D | slab.h | 287 static __always_inline int kmalloc_index(size_t size) in kmalloc_index() 348 static __always_inline void kfree_bulk(size_t size, void **p) in kfree_bulk() 357 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() 379 int node, size_t size) in kmem_cache_alloc_node_trace() 387 gfp_t flags, size_t size) in kmem_cache_alloc_trace() 398 int node, size_t size) in kmem_cache_alloc_node_trace() 413 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) in kmalloc_order_trace() 419 static __always_inline void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large() 478 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() 518 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() [all …]
|
| D | pmem.h | 47 static inline void arch_clear_pmem(void *addr, size_t size) in arch_clear_pmem() 52 static inline void arch_wb_cache_pmem(void *addr, size_t size) in arch_wb_cache_pmem() 57 static inline void arch_invalidate_pmem(void *addr, size_t size) in arch_invalidate_pmem() 76 static inline int memcpy_from_pmem(void *dst, void const *src, size_t size) in memcpy_from_pmem() 130 static inline void clear_pmem(void *addr, size_t size) in clear_pmem() 146 static inline void invalidate_pmem(void *addr, size_t size) in invalidate_pmem() 160 static inline void wb_cache_pmem(void *addr, size_t size) in wb_cache_pmem()
|
| D | pci-dma-compat.h | 16 pci_alloc_consistent(struct pci_dev *hwdev, size_t size, in pci_alloc_consistent() 23 pci_zalloc_consistent(struct pci_dev *hwdev, size_t size, in pci_zalloc_consistent() 31 pci_free_consistent(struct pci_dev *hwdev, size_t size, in pci_free_consistent() 38 pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction) in pci_map_single() 45 size_t size, int direction) in pci_unmap_single() 52 unsigned long offset, size_t size, int direction) in pci_map_page() 59 size_t size, int direction) in pci_unmap_page() 80 size_t size, int direction) in pci_dma_sync_single_for_cpu() 87 size_t size, int direction) in pci_dma_sync_single_for_device() 124 unsigned int size) in pci_set_dma_max_seg_size() [all …]
|
| D | dma-debug.h | 113 size_t offset, size_t size, in debug_dma_map_page() 125 size_t size, int direction, in debug_dma_unmap_page() 141 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent() 146 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent() 152 size_t size, int direction, in debug_dma_map_resource() 158 dma_addr_t dma_addr, size_t size, in debug_dma_unmap_resource() 165 size_t size, int direction) in debug_dma_sync_single_for_cpu() 171 size_t size, int direction) in debug_dma_sync_single_for_device() 178 size_t size, in debug_dma_sync_single_range_for_cpu() 186 size_t size, in debug_dma_sync_single_range_for_device()
|
| D | kmemleak.h | 47 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() 71 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() 75 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() 80 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu() 87 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part() 105 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area() 114 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() 118 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys()
|
| D | circ_buf.h | 15 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument 20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument 25 #define CIRC_CNT_TO_END(head,tail,size) \ argument 31 #define CIRC_SPACE_TO_END(head,tail,size) \ argument
|
| D | io-mapping.h | 36 unsigned long size; member 54 unsigned long size) in io_mapping_init_wc() 96 unsigned long size) in io_mapping_map_wc() 121 unsigned long size) in io_mapping_init_wc() 147 unsigned long size) in io_mapping_map_wc() 179 unsigned long size) in io_mapping_create_wc()
|
| D | dma-mapping.h | 160 #define dma_alloc_from_coherent(dev, size, handle, ret) (0) argument 181 size_t size, in dma_map_single_attrs() 200 size_t size, in dma_unmap_single_attrs() 247 size_t offset, size_t size, in dma_map_page() 262 size_t size, enum dma_data_direction dir) in dma_unmap_page() 274 size_t size, in dma_map_resource() 296 size_t size, enum dma_data_direction dir, in dma_unmap_resource() 308 size_t size, in dma_sync_single_for_cpu() 320 dma_addr_t addr, size_t size, in dma_sync_single_for_device() 334 size_t size, in dma_sync_single_range_for_cpu() [all …]
|
| D | posix_acl_xattr.h | 24 posix_acl_xattr_count(size_t size) in posix_acl_xattr_count() 38 static inline void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user() 41 static inline void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user()
|
| D | highuid.h | 55 #define __convert_uid(size, uid) \ argument 57 #define __convert_gid(size, gid) \ argument 63 #define __convert_uid(size, uid) (uid) argument 64 #define __convert_gid(size, gid) (gid) argument
|
| D | nospec.h | 21 unsigned long size) in array_index_mask_nospec() 47 #define array_index_nospec(index, size) \ argument
|
| D | kasan-checks.h | 8 static inline void kasan_check_read(const void *p, unsigned int size) { } in kasan_check_read() 9 static inline void kasan_check_write(const void *p, unsigned int size) { } in kasan_check_write()
|
| D | kcore.h | 18 size_t size; member 25 unsigned long long size; member 33 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
| D | iommu-helper.h | 6 static inline unsigned long iommu_device_max_index(unsigned long size, in iommu_device_max_index() 29 unsigned long size = (addr & (io_page_size - 1)) + len; in iommu_num_pages() local
|
| D | firmware.h | 12 size_t size; member 26 unsigned long size; member 37 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument 81 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
|
| D | kasan.h | 83 static inline void kasan_unpoison_shadow(const void *address, size_t size) {} in kasan_unpoison_shadow() 95 size_t *size, in kasan_cache_create() 108 static inline void kasan_kmalloc_large(void *ptr, size_t size, gfp_t flags) {} in kasan_kmalloc_large() 112 size_t size, gfp_t flags) {} in kasan_kmalloc() 123 static inline int kasan_module_alloc(void *addr, size_t size) { return 0; } in kasan_module_alloc()
|
| D | kfifo.h | 76 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 82 #define STRUCT_KFIFO(type, size) \ argument 99 #define STRUCT_KFIFO_REC_1(size) \ argument 102 #define STRUCT_KFIFO_REC_2(size) \ argument 131 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo argument 156 #define DEFINE_KFIFO(fifo, type, size) \ argument 332 #define kfifo_alloc(fifo, size, gfp_mask) \ argument 366 #define kfifo_init(fifo, buffer, size) \ argument
|
| /include/uapi/asm-generic/ |
| D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 77 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 78 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 79 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 80 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 81 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 82 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
| /include/asm-generic/ |
| D | sections.h | 86 size_t size) in memory_contains() 103 size_t size) in memory_intersects() 119 static inline bool init_section_contains(void *virt, size_t size) in init_section_contains() 133 static inline bool init_section_intersects(void *virt, size_t size) in init_section_intersects()
|
| /include/drm/ |
| D | drm_mem_util.h | 32 static __inline__ void *drm_calloc_large(size_t nmemb, size_t size) in drm_calloc_large() 45 static __inline__ void *drm_malloc_ab(size_t nmemb, size_t size) in drm_malloc_ab() 57 static __inline__ void *drm_malloc_gfp(size_t nmemb, size_t size, gfp_t gfp) in drm_malloc_gfp()
|
| /include/asm-generic/bitops/ |
| D | le.h | 12 unsigned long size, unsigned long offset) in find_next_zero_bit_le() 18 unsigned long size, unsigned long offset) in find_next_bit_le() 24 unsigned long size) in find_first_zero_bit_le() 44 #define find_first_zero_bit_le(addr, size) \ argument
|
| D | find.h | 57 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) argument 58 #define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0) argument
|
| /include/uapi/drm/ |
| D | armada_drm.h | 27 uint32_t size; member 36 uint64_t size; member 46 uint32_t size; member
|
| D | sis_drm.h | 61 unsigned long size; member 66 unsigned long offset, size; member 70 unsigned long offset, size; member
|