/mm/ |
D | slab.c | 256 #define OBJFREELIST_SLAB(x) ((x)->flags & CFLGS_OBJFREELIST_SLAB) argument 257 #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) argument 271 #define STATS_INC_ACTIVE(x) ((x)->num_active++) argument 272 #define STATS_DEC_ACTIVE(x) ((x)->num_active--) argument 273 #define STATS_INC_ALLOCED(x) ((x)->num_allocations++) argument 274 #define STATS_INC_GROWN(x) ((x)->grown++) argument 275 #define STATS_ADD_REAPED(x,y) ((x)->reaped += (y)) argument 276 #define STATS_SET_HIGH(x) \ argument 281 #define STATS_INC_ERR(x) ((x)->errors++) argument 282 #define STATS_INC_NODEALLOCS(x) ((x)->node_allocs++) argument [all …]
|
D | page-writeback.c | 308 unsigned long x = 0; in highmem_dirtyable_memory() local 364 unsigned long x; in global_dirtyable_memory() local 817 long x; in pos_ratio_polynom() local 916 long x; in wb_position_ratio() local 1202 unsigned long x; in wb_update_dirty_ratelimit() local
|
D | slub.c | 332 struct kmem_cache_order_objects x = { in oo_make() local 339 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order() 344 static inline unsigned int oo_objects(struct kmem_cache_order_objects x) in oo_objects() 1396 static __always_inline void kfree_hook(void *x) in kfree_hook() 1402 static __always_inline bool slab_free_hook(struct kmem_cache *s, void *x) in slab_free_hook() 2395 unsigned long x = 0; in count_partial() local 3009 void ___cache_free(struct kmem_cache *cache, void *x, unsigned long addr) in ___cache_free() 3015 void kmem_cache_free(struct kmem_cache *s, void *x) in kmem_cache_free() 3935 void kfree(const void *x) in kfree() 4792 int x; in show_slab_objects() local [all …]
|
D | swap_state.c | 61 #define INC_CACHE_INFO(x) do { swap_cache_info.x++; } while (0) argument 62 #define ADD_CACHE_INFO(x, nr) do { swap_cache_info.x += (nr); } while (0) argument
|
D | ksm.c | 46 #define NUMA(x) (x) argument 47 #define DO_NUMA(x) do { (x); } while (0) argument 49 #define NUMA(x) (0) argument 50 #define DO_NUMA(x) do { } while (0) argument
|
D | memcontrol.c | 228 #define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val)) argument 691 long x; in __mod_memcg_state() local 739 long x; in __mod_lruvec_state() local 796 unsigned long x; in __count_memcg_events() local 824 long x = 0; in memcg_events_local() local 1489 #define K(x) ((x) << (PAGE_SHIFT-10)) argument 2306 long x; in memcg_hotplug_cpu_dead() local 2329 long x; in memcg_hotplug_cpu_dead() local 4338 long x = atomic_long_read(&memcg->vmstats[idx]); in memcg_exact_page_state() local
|
D | vmstat.c | 321 long x; in __mod_zone_page_state() local 341 long x; in __mod_node_page_state() local 995 long x = atomic_long_read(&pgdat->vm_stat[item]); in node_page_state() local
|
D | hugetlb_cgroup.c | 30 #define MEMFILE_PRIVATE(x, val) (((x) << 16) | (val)) argument
|
D | kmemleak.c | 239 #define kmemleak_warn(x...) do { \ argument 250 #define kmemleak_stop(x...) do { \ argument
|
D | oom_kill.c | 482 #define K(x) ((x) << (PAGE_SHIFT-10)) argument
|
D | vmalloc.c | 251 int is_vmalloc_or_module_addr(const void *x) in is_vmalloc_or_module_addr() 1390 #define VMAP_MIN(x, y) ((x) < (y) ? (x) : (y)) /* can't use min() */ argument 1391 #define VMAP_MAX(x, y) ((x) > (y) ? (x) : (y)) /* can't use max() */ argument
|
D | util.c | 37 void kfree_const(const void *x) in kfree_const()
|
D | backing-dev.c | 74 #define K(x) ((x) << (PAGE_SHIFT - 10)) in bdi_debug_stats_show() argument
|
D | slab.h | 504 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj()
|
D | slab_common.c | 122 void *x = p[i] = kmem_cache_alloc(s, flags); in __kmem_cache_alloc_bulk() local
|
D | percpu.c | 588 static inline bool pcpu_region_overlap(int a, int b, int x, int y) in pcpu_region_overlap()
|
D | page_alloc.c | 5213 #define K(x) ((x) << (PAGE_SHIFT-10)) argument
|