Searched defs:c (Results 1 – 8 of 8) sorted by relevance
/mm/ |
D | page_counter.c | 16 static void propagate_protected_usage(struct page_counter *c, in propagate_protected_usage() 74 struct page_counter *c; in page_counter_charge() local 103 struct page_counter *c; in page_counter_try_charge() local 157 struct page_counter *c; in page_counter_uncharge() local 214 struct page_counter *c; in page_counter_set_min() local 231 struct page_counter *c; in page_counter_set_low() local
|
D | slob.c | 582 int __kmem_cache_create(struct kmem_cache *c, slab_flags_t flags) in __kmem_cache_create() 592 static void *slob_alloc_node(struct kmem_cache *c, gfp_t flags, int node) in slob_alloc_node() 658 void kmem_cache_free(struct kmem_cache *c, void *b) in kmem_cache_free() 687 int __kmem_cache_shutdown(struct kmem_cache *c) in __kmem_cache_shutdown() 693 void __kmem_cache_release(struct kmem_cache *c) in __kmem_cache_release()
|
D | slab_common.c | 797 struct kmem_cache *s, *c; in memcg_deactivate_kmem_caches() local 837 struct kmem_cache *c, *c2; in shutdown_memcg_caches() local 1004 struct kmem_cache *c; in kmem_cache_shrink_all() local 1434 struct kmem_cache *c; in memcg_accumulate_slabinfo() local 1598 struct kmem_cache *s, *c; in memcg_slabinfo_show() local
|
D | slub.c | 1836 struct kmem_cache_cpu *c, gfp_t flags) in get_partial_node() 1885 struct kmem_cache_cpu *c) in get_any_partial() 1949 struct kmem_cache_cpu *c) in get_partial() 2039 void *freelist, struct kmem_cache_cpu *c) in deactivate_slab() 2184 struct kmem_cache_cpu *c) in unfreeze_partials() 2303 static inline void flush_slab(struct kmem_cache *s, struct kmem_cache_cpu *c) in flush_slab() 2318 struct kmem_cache_cpu *c = per_cpu_ptr(s->cpu_slab, cpu); in __flush_cpu_slab() local 2336 struct kmem_cache_cpu *c = per_cpu_ptr(s->cpu_slab, cpu); in has_cpu_slab() local 2447 struct kmem_cache_cpu *c = *pc; in new_slab_objects() local 2540 unsigned long addr, struct kmem_cache_cpu *c) in ___slab_alloc() [all …]
|
D | slab.h | 674 static inline bool slab_want_init_on_alloc(gfp_t flags, struct kmem_cache *c) in slab_want_init_on_alloc() 686 static inline bool slab_want_init_on_free(struct kmem_cache *c) in slab_want_init_on_free()
|
D | slab.c | 3739 struct kmem_cache *c; in kfree() local 3848 struct kmem_cache *c; in do_tune_cpucache() local 4218 struct kmem_cache *c; in __ksize() local
|
D | swapfile.c | 280 unsigned int c) in cluster_set_count() 286 unsigned int c, unsigned int f) in cluster_set_count_flag()
|
/mm/kasan/ |
D | common.c | 103 void *memset(void *addr, int c, size_t len) in memset()
|