Home
last modified time | relevance | path

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

/mm/
Dslab.c257 #define OBJFREELIST_SLAB(x) ((x)->flags & CFLGS_OBJFREELIST_SLAB) argument
258 #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) argument
272 #define STATS_INC_ACTIVE(x) ((x)->num_active++) argument
273 #define STATS_DEC_ACTIVE(x) ((x)->num_active--) argument
274 #define STATS_INC_ALLOCED(x) ((x)->num_allocations++) argument
275 #define STATS_INC_GROWN(x) ((x)->grown++) argument
276 #define STATS_ADD_REAPED(x, y) ((x)->reaped += (y)) argument
277 #define STATS_SET_HIGH(x) \ argument
282 #define STATS_INC_ERR(x) ((x)->errors++) argument
283 #define STATS_INC_NODEALLOCS(x) ((x)->node_allocs++) argument
[all …]
Dpage-writeback.c302 unsigned long x = 0; in highmem_dirtyable_memory() local
358 unsigned long x; in global_dirtyable_memory() local
805 long x; in pos_ratio_polynom() local
904 long x; in wb_position_ratio() local
1190 unsigned long x; in wb_update_dirty_ratelimit() local
Dslub.c389 struct kmem_cache_order_objects x = { in oo_make() local
396 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order()
401 static inline unsigned int oo_objects(struct kmem_cache_order_objects x) in oo_objects()
1682 static __always_inline void kfree_hook(void *x) in kfree_hook()
1689 void *x, bool init) in slab_free_hook()
2777 unsigned long x = 0; in count_partial() local
3520 void ___cache_free(struct kmem_cache *cache, void *x, unsigned long addr) in ___cache_free()
3526 void kmem_cache_free(struct kmem_cache *s, void *x) in kmem_cache_free()
4560 void kfree(const void *x) in kfree()
5248 int x; in show_slab_objects() local
[all …]
Dswap_state.c61 #define INC_CACHE_INFO(x) data_race(swap_cache_info.x++) argument
62 #define ADD_CACHE_INFO(x, nr) data_race(swap_cache_info.x += (nr)) argument
Dksm.c46 #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
Dvmstat.c319 long x; in __mod_zone_page_state() local
352 long x; in __mod_node_page_state() local
1027 long x = atomic_long_read(&pgdat->vm_stat[item]); in node_page_state_pages() local
Dreadahead.c118 gfp_t readahead_gfp_mask(struct address_space *x) in readahead_gfp_mask()
Dvmalloc.c74 bool is_vmalloc_addr(const void *x) in is_vmalloc_addr()
631 int is_vmalloc_or_module_addr(const void *x) in is_vmalloc_or_module_addr()
1824 #define VMAP_MIN(x, y) ((x) < (y) ? (x) : (y)) /* can't use min() */ argument
1825 #define VMAP_MAX(x, y) ((x) > (y) ? (x) : (y)) /* can't use max() */ argument
Doom_kill.c489 #define K(x) ((x) << (PAGE_SHIFT-10)) argument
Dkmemleak.c241 #define kmemleak_warn(x...) do { \ argument
252 #define kmemleak_stop(x...) do { \ argument
Dbacking-dev.c36 #define K(x) ((x) << (PAGE_SHIFT - 10)) argument
Dhugetlb_cgroup.c26 #define MEMFILE_PRIVATE(x, val) (((x) << 16) | (val)) argument
Dmemcontrol.c219 #define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val)) argument
672 unsigned int x; in memcg_rstat_updated() local
732 long x = 0; in memcg_page_state_local() local
871 long x = 0; in memcg_events_local() local
1547 #define K(x) ((x) << (PAGE_SHIFT-10)) argument
Dslab_common.c134 void *x = p[i] = kmem_cache_alloc(s, flags); in __kmem_cache_alloc_bulk() local
Dutil.c41 void kfree_const(const void *x) in kfree_const()
Dslab.h471 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj()
Dpercpu.c619 static inline bool pcpu_region_overlap(int a, int b, int x, int y) in pcpu_region_overlap()
Dpage_alloc.c6170 #define K(x) ((x) << (PAGE_SHIFT-10)) argument