Home
last modified time | relevance | path

Searched refs:get_obj_cgroup_from_current (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dmemalloc.c535 objcg = get_obj_cgroup_from_current(); in bpf_mem_alloc_init()
556 objcg = get_obj_cgroup_from_current(); in bpf_mem_alloc_init()
H A Dsyscall.c486 map->objcg = get_obj_cgroup_from_current(); in bpf_map_save_memcg()
/linux-6.15/include/linux/
H A Dmemcontrol.h1673 static inline struct obj_cgroup *get_obj_cgroup_from_current(void) in get_obj_cgroup_from_current() function