/lib/ |
D | sort.c | 12 static void u32_swap(void *a, void *b, int size) in u32_swap() 19 static void generic_swap(void *a, void *b, int size) in generic_swap() 47 void sort(void *base, size_t num, size_t size, in sort() 49 void (*swap_func)(void *, void *, int size)) in sort()
|
D | find_next_bit.c | 23 unsigned long find_next_bit(const unsigned long *addr, unsigned long size, in find_next_bit() 67 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, in find_next_zero_bit() 112 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() 138 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() 189 long size, unsigned long offset) in generic_find_next_zero_le_bit() 233 long size, unsigned long offset) in generic_find_next_le_bit()
|
D | swiotlb.c | 117 void * __weak __init swiotlb_alloc_boot(size_t size, unsigned long nslabs) in swiotlb_alloc_boot() 148 int __weak swiotlb_arch_range_needs_mapping(void *ptr, size_t size) in swiotlb_arch_range_needs_mapping() 313 address_needs_mapping(struct device *hwdev, dma_addr_t addr, size_t size) in address_needs_mapping() 318 static inline int range_needs_mapping(void *ptr, size_t size) in range_needs_mapping() 331 static void swiotlb_bounce(phys_addr_t phys, char *dma_addr, size_t size, in swiotlb_bounce() 373 map_single(struct device *hwdev, phys_addr_t phys, size_t size, int dir) in map_single() 479 unmap_single(struct device *hwdev, char *dma_addr, size_t size, int dir) in unmap_single() 519 sync_single(struct device *hwdev, char *dma_addr, size_t size, in sync_single() 546 swiotlb_alloc_coherent(struct device *hwdev, size_t size, in swiotlb_alloc_coherent() 599 swiotlb_free_coherent(struct device *hwdev, size_t size, void *vaddr, in swiotlb_free_coherent() [all …]
|
D | lmb.c | 132 static long lmb_add_region(struct lmb_region *rgn, u64 base, u64 size) in lmb_add_region() 196 long lmb_add(u64 base, u64 size) in lmb_add() 208 long lmb_remove(u64 base, u64 size) in lmb_remove() 257 long __init lmb_reserve(u64 base, u64 size) in lmb_reserve() 266 long __init lmb_overlaps_region(struct lmb_region *rgn, u64 base, u64 size) in lmb_overlaps_region() 280 static u64 lmb_align_down(u64 addr, u64 size) in lmb_align_down() 285 static u64 lmb_align_up(u64 addr, u64 size) in lmb_align_up() 291 u64 size, u64 align) in lmb_alloc_nid_unreserved() 316 u64 size, u64 align, int nid) in lmb_alloc_nid_region() 341 u64 __init lmb_alloc_nid(u64 size, u64 align, int nid, in lmb_alloc_nid() [all …]
|
D | iommu-helper.c | 9 unsigned long size, in find_next_zero_area() 52 unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, in iommu_area_alloc() 86 unsigned long size = (addr & (io_page_size - 1)) + len; in iommu_num_pages() local
|
D | genalloc.c | 49 int gen_pool_add(struct gen_pool *pool, unsigned long addr, size_t size, in gen_pool_add() 111 unsigned long gen_pool_alloc(struct gen_pool *pool, size_t size) in gen_pool_alloc() 169 void gen_pool_free(struct gen_pool *pool, unsigned long addr, size_t size) in gen_pool_free()
|
D | find_last_bit.c | 18 unsigned long find_last_bit(const unsigned long *addr, unsigned long size) in find_last_bit()
|
D | string_helpers.c | 23 int string_get_size(u64 size, const enum string_size_units units, in string_get_size()
|
D | prio_heap.c | 9 int heap_init(struct ptr_heap *heap, size_t size, gfp_t gfp_mask, in heap_init()
|
D | vsprintf.c | 399 static char *number(char *buf, char *end, unsigned long long num, int base, int size, int precision… in number() 571 int size = -1; in resource_string() local 726 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf() 958 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 981 int snprintf(char * buf, size_t size, const char *fmt, ...) in snprintf() 1004 int scnprintf(char * buf, size_t size, const char *fmt, ...) in scnprintf()
|
D | devres.c | 24 unsigned long size) in devm_ioremap() 53 unsigned long size) in devm_ioremap_nocache()
|
D | string.c | 150 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() 342 size_t size; in strstrip() local 628 void *memscan(void *addr, int c, size_t size) in memscan()
|
D | parser.c | 194 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy()
|
D | fault-inject.c | 101 bool should_fail(struct fault_attr *attr, ssize_t size) in should_fail()
|
D | debugobjects.c | 518 static void __debug_check_no_obj_freed(const void *address, unsigned long size) in __debug_check_no_obj_freed() 575 void debug_check_no_obj_freed(const void *address, unsigned long size) in debug_check_no_obj_freed()
|
D | inflate.c | 241 static void *malloc(int size) in malloc()
|
/lib/zlib_deflate/ |
D | deflate.c | 623 unsigned size in read_buf()
|