Searched defs:objcg (Results 1 – 6 of 6) sorted by relevance
| /linux/mm/ |
| A D | slab.h | 275 struct obj_cgroup *objcg; in memcg_slab_pre_alloc_hook() local 297 struct obj_cgroup *objcg, in memcg_slab_post_alloc_hook() 336 struct obj_cgroup *objcg; in memcg_slab_free_hook() local 396 struct obj_cgroup *objcg, in memcg_slab_post_alloc_hook() 504 struct obj_cgroup *objcg, gfp_t flags, in slab_post_alloc_hook()
|
| A D | memcontrol.c | 311 struct obj_cgroup *objcg; in obj_cgroup_alloc() local 331 struct obj_cgroup *objcg, *iter; in memcg_reparent_objcgs() local 2805 static inline void mod_objcg_mlstate(struct obj_cgroup *objcg, in mod_objcg_mlstate() 2881 struct obj_cgroup *objcg; in mem_cgroup_from_obj() local 2904 struct obj_cgroup *objcg = NULL; in get_obj_cgroup_from_current() local 2975 static void obj_cgroup_uncharge_pages(struct obj_cgroup *objcg, in obj_cgroup_uncharge_pages() 3027 struct obj_cgroup *objcg; in __memcg_kmem_charge_page() local 3051 struct obj_cgroup *objcg; in __memcg_kmem_uncharge_page() local 3281 void obj_cgroup_uncharge(struct obj_cgroup *objcg, size_t size) in obj_cgroup_uncharge() 3615 struct obj_cgroup *objcg; in memcg_online_kmem() local [all …]
|
| A D | percpu.c | 1629 struct obj_cgroup *objcg; in pcpu_memcg_pre_alloc_hook() local 1647 static void pcpu_memcg_post_alloc_hook(struct obj_cgroup *objcg, in pcpu_memcg_post_alloc_hook() 1669 struct obj_cgroup *objcg; in pcpu_memcg_free_hook() local 1696 static void pcpu_memcg_post_alloc_hook(struct obj_cgroup *objcg, in pcpu_memcg_post_alloc_hook() 1728 struct obj_cgroup *objcg = NULL; in pcpu_alloc() local
|
| A D | slab.c | 3218 struct obj_cgroup *objcg = NULL; in slab_alloc_node() local 3302 struct obj_cgroup *objcg = NULL; in slab_alloc() local 3530 struct obj_cgroup *objcg = NULL; in kmem_cache_alloc_bulk() local
|
| A D | slub.c | 3145 struct obj_cgroup *objcg = NULL; in slab_alloc_node() local 3667 struct obj_cgroup *objcg = NULL; in kmem_cache_alloc_bulk() local
|
| /linux/include/linux/ |
| A D | memcontrol.h | 315 struct obj_cgroup __rcu *objcg; member 374 static inline struct mem_cgroup *obj_cgroup_memcg(struct obj_cgroup *objcg) in obj_cgroup_memcg() 472 struct obj_cgroup *objcg; in folio_memcg_rcu() local 514 struct obj_cgroup *objcg; in page_memcg_check() local 818 static inline bool obj_cgroup_tryget(struct obj_cgroup *objcg) in obj_cgroup_tryget() 823 static inline void obj_cgroup_get(struct obj_cgroup *objcg) in obj_cgroup_get() 828 static inline void obj_cgroup_get_many(struct obj_cgroup *objcg, in obj_cgroup_get_many() 834 static inline void obj_cgroup_put(struct obj_cgroup *objcg) in obj_cgroup_put()
|
Completed in 53 milliseconds