Home
last modified time | relevance | path

Searched defs:x (Results 1 – 18 of 18) sorted by relevance

/mm/
Dslab.c254 #define OBJFREELIST_SLAB(x) ((x)->flags & CFLGS_OBJFREELIST_SLAB) argument
255 #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) argument
269 #define STATS_INC_ACTIVE(x) ((x)->num_active++) argument
270 #define STATS_DEC_ACTIVE(x) ((x)->num_active--) argument
271 #define STATS_INC_ALLOCED(x) ((x)->num_allocations++) argument
272 #define STATS_INC_GROWN(x) ((x)->grown++) argument
273 #define STATS_ADD_REAPED(x,y) ((x)->reaped += (y)) argument
274 #define STATS_SET_HIGH(x) \ argument
279 #define STATS_INC_ERR(x) ((x)->errors++) argument
280 #define STATS_INC_NODEALLOCS(x) ((x)->node_allocs++) argument
[all …]
Dpage-writeback.c307 unsigned long x = 0; in highmem_dirtyable_memory() local
363 unsigned long x; in global_dirtyable_memory() local
818 long x; in pos_ratio_polynom() local
917 long x; in wb_position_ratio() local
1203 unsigned long x; in wb_update_dirty_ratelimit() local
Dksm.c45 #define NUMA(x) (x) argument
46 #define DO_NUMA(x) do { (x); } while (0) argument
48 #define NUMA(x) (0) argument
49 #define DO_NUMA(x) do { } while (0) argument
Dslub.c290 struct kmem_cache_order_objects x = { in oo_make() local
297 static inline int oo_order(struct kmem_cache_order_objects x) in oo_order()
302 static inline int oo_objects(struct kmem_cache_order_objects x) in oo_objects()
1320 static inline void kfree_hook(const void *x) in kfree_hook()
1326 static inline void *slab_free_hook(struct kmem_cache *s, void *x) in slab_free_hook()
2359 unsigned long x = 0; in count_partial() local
2969 void ___cache_free(struct kmem_cache *cache, void *x, unsigned long addr) in ___cache_free()
2975 void kmem_cache_free(struct kmem_cache *s, void *x) in kmem_cache_free()
3861 void kfree(const void *x) in kfree()
4675 int x; in show_slab_objects() local
[all …]
Dswap_state.c45 #define INC_CACHE_INFO(x) do { swap_cache_info.x++; } while (0) argument
Dvmstat.c245 long x; in __mod_zone_page_state() local
265 long x; in __mod_node_page_state() local
810 long x = atomic_long_read(&pgdat->vm_stat[item]); in node_page_state() local
Dhugetlb_cgroup.c30 #define MEMFILE_PRIVATE(x, val) (((x) << 16) | (val)) argument
Doom_kill.c434 #define K(x) ((x) << (PAGE_SHIFT-10)) argument
Dvmalloc.c217 int is_vmalloc_or_module_addr(const void *x) in is_vmalloc_or_module_addr()
784 #define VMAP_MIN(x, y) ((x) < (y) ? (x) : (y)) /* can't use min() */ argument
785 #define VMAP_MAX(x, y) ((x) > (y) ? (x) : (y)) /* can't use max() */ argument
Dmempolicy.c967 static struct page *new_node_page(struct page *page, unsigned long node, int **x) in new_node_page()
1122 static struct page *new_page(struct page *page, unsigned long start, int **x) in new_page()
1157 static struct page *new_page(struct page *page, unsigned long start, int **x) in new_page()
Dutil.c32 void kfree_const(const void *x) in kfree_const()
Dkmemleak.c280 #define kmemleak_warn(x...) do { \ argument
291 #define kmemleak_stop(x...) do { \ argument
Dslab.h331 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj()
Dbacking-dev.c72 #define K(x) ((x) << (PAGE_SHIFT - 10)) in bdi_debug_stats_show() argument
Dmemory-failure.c1500 static struct page *new_page(struct page *p, unsigned long private, int **x) in new_page()
Dslab_common.c126 void *x = p[i] = kmem_cache_alloc(s, flags); in __kmem_cache_alloc_bulk() local
Dmemcontrol.c244 #define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val)) argument
1143 #define K(x) ((x) << (PAGE_SHIFT-10)) argument
Dpage_alloc.c4259 #define K(x) ((x) << (PAGE_SHIFT-10)) argument