/linux-4.19.296/include/linux/ |
D | bootmem.h | 187 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc() 195 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc_raw() 203 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc_nopanic() 212 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc_low() 220 phys_addr_t size, phys_addr_t align) in memblock_virt_alloc_low_nopanic() 229 phys_addr_t size, phys_addr_t align, phys_addr_t min_addr) in memblock_virt_alloc_from_nopanic() 237 phys_addr_t size, int nid) in memblock_virt_alloc_node() 244 phys_addr_t size, int nid) in memblock_virt_alloc_node_nopanic() 252 phys_addr_t base, phys_addr_t size) in memblock_free_early() 258 phys_addr_t base, phys_addr_t size, int nid) in memblock_free_early_nid() [all …]
|
D | slab.h | 314 static __always_inline unsigned int kmalloc_index(size_t size) in kmalloc_index() 375 static __always_inline void kfree_bulk(size_t size, void **p) in kfree_bulk() 384 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() 406 int node, size_t size) in kmem_cache_alloc_node_trace() 414 gfp_t flags, size_t size) in kmem_cache_alloc_trace() 425 int node, size_t size) in kmem_cache_alloc_node_trace() 440 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) in kmalloc_order_trace() 446 static __always_inline void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large() 503 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() 543 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() [all …]
|
D | kmemleak.h | 50 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() 74 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() 78 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() 83 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu() 87 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc() 94 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part() 112 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area() 121 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() 125 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys()
|
D | pci-dma-compat.h | 17 pci_alloc_consistent(struct pci_dev *hwdev, size_t size, in pci_alloc_consistent() 24 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 | 107 size_t offset, size_t size, in debug_dma_map_page() 119 size_t size, int direction, in debug_dma_unmap_page() 135 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent() 140 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent() 146 size_t size, int direction, in debug_dma_map_resource() 152 dma_addr_t dma_addr, size_t size, in debug_dma_unmap_resource() 159 size_t size, int direction) in debug_dma_sync_single_for_cpu() 165 size_t size, int direction) in debug_dma_sync_single_for_device() 172 size_t size, in debug_dma_sync_single_range_for_cpu() 180 size_t size, in debug_dma_sync_single_range_for_device()
|
D | dma-mapping.h | 176 #define dma_alloc_from_dev_coherent(dev, size, handle, ret) (0) argument 180 static inline void *dma_alloc_from_global_coherent(ssize_t size, in dma_alloc_from_global_coherent() 192 void *cpu_addr, size_t size, in dma_mmap_from_global_coherent() 227 size_t size, in dma_map_single_attrs() 245 size_t size, in dma_unmap_single_attrs() 290 size_t offset, size_t size, in dma_map_page_attrs() 305 dma_addr_t addr, size_t size, in dma_unmap_page_attrs() 319 size_t size, in dma_map_resource() 341 size_t size, enum dma_data_direction dir, in dma_unmap_resource() 353 size_t size, in dma_sync_single_for_cpu() [all …]
|
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() 150 unsigned long size) in io_mapping_map_wc() 182 unsigned long size) in io_mapping_create_wc()
|
D | circ_buf.h | 16 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument 21 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument 26 #define CIRC_CNT_TO_END(head,tail,size) \ argument 32 #define CIRC_SPACE_TO_END(head,tail,size) \ argument
|
/linux-4.19.296/lib/ |
D | test_kasan.c | 33 size_t size = 123; in kmalloc_oob_right() local 49 size_t size = 15; in kmalloc_oob_left() local 65 size_t size = 4096; in kmalloc_node_oob_right() local 82 size_t size = KMALLOC_MAX_CACHE_SIZE + 10; in kmalloc_pagealloc_oob_right() local 101 size_t size = KMALLOC_MAX_CACHE_SIZE + 10; in kmalloc_pagealloc_uaf() local 117 size_t size = KMALLOC_MAX_CACHE_SIZE + 10; in kmalloc_pagealloc_invalid_free() local 133 size_t size = KMALLOC_MAX_CACHE_SIZE - 256; in kmalloc_large_oob_right() local 209 size_t size = 8; in kmalloc_oob_memset_2() local 225 size_t size = 8; in kmalloc_oob_memset_4() local 242 size_t size = 8; in kmalloc_oob_memset_8() local [all …]
|
D | find_bit.c | 71 unsigned long find_next_bit(const unsigned long *addr, unsigned long size, in find_next_bit() 80 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, in find_next_zero_bit() 90 const unsigned long *addr2, unsigned long size, in find_next_and_bit() 102 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() 120 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() 135 unsigned long find_last_bit(const unsigned long *addr, unsigned long size) in find_last_bit() 192 long size, unsigned long offset) in find_next_zero_bit_le() 201 long size, unsigned long offset) in find_next_bit_le()
|
D | decompress_unxz.c | 157 #define kmalloc(size, flags) malloc(size) argument 159 #define vmalloc(size) malloc(size) argument 177 static bool memeq(const void *a, const void *b, size_t size) in memeq() 192 static void memzero(void *buf, size_t size) in memzero() 204 void *memmove(void *dest, const void *src, size_t size) in memmove() 252 long (*fill)(void *dest, unsigned long size), in unxz()
|
D | sort.c | 20 static void u32_swap(void *a, void *b, int size) in u32_swap() 27 static void u64_swap(void *a, void *b, int size) in u64_swap() 34 static void generic_swap(void *a, void *b, int size) in generic_swap() 62 void sort(void *base, size_t num, size_t size, in sort() 64 void (*swap_func)(void *, void *, int size)) in sort()
|
/linux-4.19.296/drivers/misc/mic/scif/ |
D | scif_rb.c | 25 #define scif_rb_ring_cnt(head, tail, size) CIRC_CNT(head, tail, size) argument 26 #define scif_rb_ring_space(head, tail, size) CIRC_SPACE(head, tail, size) argument 37 void *rb_base, u8 size) in scif_rb_init() 49 void *msg, u32 size) in memcpy_torb() 67 void *msg, u32 size) in memcpy_fromrb() 111 int scif_rb_write(struct scif_rb *rb, void *msg, u32 size) in scif_rb_write() 162 static void *scif_rb_get(struct scif_rb *rb, u32 size) in scif_rb_get() 180 u32 scif_rb_get_next(struct scif_rb *rb, void *msg, u32 size) in scif_rb_get_next() 233 u32 scif_rb_count(struct scif_rb *rb, u32 size) in scif_rb_count()
|
D | scif_map.h | 25 struct scif_dev *scifdev, size_t size, in scif_alloc_coherent() 45 struct scif_dev *scifdev, size_t size) in scif_free_coherent() 59 void *local, struct scif_dev *scifdev, size_t size) in scif_map_single() 80 size_t size) in scif_unmap_single() 91 scif_ioremap(dma_addr_t phys, size_t size, struct scif_dev *scifdev) in scif_ioremap()
|
/linux-4.19.296/fs/ |
D | xattr.c | 138 const void *value, size_t size, int flags) in __vfs_setxattr() 170 const void *value, size_t size, int flags) in __vfs_setxattr_noperm() 220 const void *value, size_t size, int flags, in __vfs_setxattr_locked() 247 size_t size, int flags) in vfs_setxattr() 270 size_t size) in xattr_getsecurity() 338 void *value, size_t size) in __vfs_getxattr() 352 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() 383 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr() 484 size_t size, int flags) in setxattr() 529 size_t size, int flags, unsigned int lookup_flags) in path_setxattr() [all …]
|
/linux-4.19.296/fs/ceph/ |
D | xattr.c | 72 size_t size) in ceph_vxattrcb_layout() 129 char *val, size_t size) in ceph_vxattrcb_layout_stripe_unit() 135 char *val, size_t size) in ceph_vxattrcb_layout_stripe_count() 141 char *val, size_t size) in ceph_vxattrcb_layout_object_size() 147 char *val, size_t size) in ceph_vxattrcb_layout_pool() 166 char *val, size_t size) in ceph_vxattrcb_layout_pool_namespace() 180 size_t size) in ceph_vxattrcb_dir_entries() 186 size_t size) in ceph_vxattrcb_dir_files() 192 size_t size) in ceph_vxattrcb_dir_subdirs() 198 size_t size) in ceph_vxattrcb_dir_rentries() [all …]
|
/linux-4.19.296/drivers/ntb/test/ |
D | ntb_tool.c | 217 resource_size_t size; member 342 size_t size, loff_t *offp, in tool_fn_read() 361 size_t size, loff_t *offp, in tool_fn_write() 413 size_t size, loff_t *offp) in tool_port_read() 429 size_t size, loff_t *offp) in tool_peer_port_read() 470 size_t size, loff_t *offp) in tool_link_write() 496 size_t size, loff_t *offp) in tool_peer_link_read() 518 size_t size, loff_t *offp) in tool_peer_link_event_write() 549 size_t size, loff_t *offp) in tool_mw_read() 561 size_t size, loff_t *offp) in tool_mw_write() [all …]
|
/linux-4.19.296/drivers/misc/ocxl/ |
D | pasid.c | 24 static int range_alloc(struct list_head *head, u32 size, int max_id, in range_alloc() 61 static void range_free(struct list_head *head, u32 start, u32 size, in range_free() 81 int ocxl_pasid_afu_alloc(struct ocxl_fn *fn, u32 size) in ocxl_pasid_afu_alloc() 91 void ocxl_pasid_afu_free(struct ocxl_fn *fn, u32 start, u32 size) in ocxl_pasid_afu_free() 96 int ocxl_actag_afu_alloc(struct ocxl_fn *fn, u32 size) in ocxl_actag_afu_alloc() 104 void ocxl_actag_afu_free(struct ocxl_fn *fn, u32 start, u32 size) in ocxl_actag_afu_free()
|
/linux-4.19.296/fs/fuse/ |
D | xattr.c | 15 size_t size, int flags) in fuse_setxattr() 50 size_t size) in fuse_getxattr() 90 static int fuse_verify_xattr_list(char *list, size_t size) in fuse_verify_xattr_list() 107 ssize_t fuse_listxattr(struct dentry *entry, char *list, size_t size) in fuse_listxattr() 182 const char *name, void *value, size_t size) in fuse_xattr_get() 192 const char *name, const void *value, size_t size, in fuse_xattr_set() 211 const char *name, void *value, size_t size) in no_xattr_get() 219 size_t size, int flags) in no_xattr_set()
|
/linux-4.19.296/include/xen/arm/ |
D | page-coherent.h | 28 static inline void *xen_alloc_coherent_pages(struct device *hwdev, size_t size, in xen_alloc_coherent_pages() 34 static inline void xen_free_coherent_pages(struct device *hwdev, size_t size, in xen_free_coherent_pages() 41 dma_addr_t dev_addr, unsigned long offset, size_t size, in xen_dma_map_page() 67 size_t size, enum dma_data_direction dir, unsigned long attrs) in xen_dma_unmap_page() 86 dma_addr_t handle, size_t size, enum dma_data_direction dir) in xen_dma_sync_single_for_cpu() 97 dma_addr_t handle, size_t size, enum dma_data_direction dir) in xen_dma_sync_single_for_device()
|
/linux-4.19.296/include/uapi/asm-generic/ |
D | ioctl.h | 69 #define _IOC(dir,type,nr,size) \ argument 86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/linux-4.19.296/drivers/clk/mmp/ |
D | clk.c | 28 int size) in mmp_register_fixed_rate_clks() 50 int size) in mmp_register_fixed_factor_clks() 72 void __iomem *base, int size) in mmp_register_general_gate_clks() 98 void __iomem *base, int size) in mmp_register_gate_clks() 126 void __iomem *base, int size) in mmp_register_mux_clks() 154 void __iomem *base, int size) in mmp_register_div_clks()
|
/linux-4.19.296/fs/nfsd/ |
D | nfsctl.c | 94 static ssize_t nfsctl_transaction_write(struct file *file, const char __user *buf, size_t size, lof… in nfsctl_transaction_write() 115 static ssize_t nfsctl_transaction_read(struct file *file, char __user *buf, size_t size, loff_t *po… in nfsctl_transaction_read() 251 static ssize_t write_unlock_ip(struct file *file, char *buf, size_t size) in write_unlock_ip() 290 static ssize_t write_unlock_fs(struct file *file, char *buf, size_t size) in write_unlock_fs() 347 static ssize_t write_filehandle(struct file *file, char *buf, size_t size) in write_filehandle() 429 static ssize_t write_threads(struct file *file, char *buf, size_t size) in write_threads() 473 static ssize_t write_pool_threads(struct file *file, char *buf, size_t size) in write_pool_threads() 560 static ssize_t __write_versions(struct file *file, char *buf, size_t size) in __write_versions() 692 static ssize_t write_versions(struct file *file, char *buf, size_t size) in write_versions() 798 static ssize_t __write_ports(struct file *file, char *buf, size_t size, in __write_ports() [all …]
|
/linux-4.19.296/fs/reiserfs/ |
D | xattr_acl.c | 26 int size = acl ? posix_acl_xattr_size(acl->a_count) : 0; in reiserfs_set_acl() local 65 static struct posix_acl *reiserfs_posix_acl_from_disk(const void *value, size_t size) in reiserfs_posix_acl_from_disk() 135 static void *reiserfs_posix_acl_to_disk(const struct posix_acl *acl, size_t * size) in reiserfs_posix_acl_to_disk() 195 int size; in reiserfs_get_acl() local 249 size_t size = 0; in __reiserfs_set_acl() local 372 int size = reiserfs_acl_size(acl->a_count); in reiserfs_cache_default_acl() local
|
/linux-4.19.296/fs/ntfs/ |
D | malloc.h | 42 static inline void *__ntfs_malloc(unsigned long size, gfp_t gfp_mask) in __ntfs_malloc() 64 static inline void *ntfs_malloc_nofs(unsigned long size) in ntfs_malloc_nofs() 81 static inline void *ntfs_malloc_nofs_nofail(unsigned long size) in ntfs_malloc_nofs_nofail()
|