Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dvmpressure.c77 static struct vmpressure *vmpressure_parent(struct vmpressure *vmpr) in vmpressure_parent() argument
79 struct cgroup_subsys_state *css = vmpressure_to_css(vmpr); in vmpressure_parent()
160 static bool vmpressure_event(struct vmpressure *vmpr, in vmpressure_event() argument
167 mutex_lock(&vmpr->events_lock); in vmpressure_event()
168 list_for_each_entry(ev, &vmpr->events, node) { in vmpressure_event()
178 mutex_unlock(&vmpr->events_lock); in vmpressure_event()
185 struct vmpressure *vmpr = work_to_vmpressure(work); in vmpressure_work_fn() local
192 spin_lock(&vmpr->sr_lock); in vmpressure_work_fn()
201 scanned = vmpr->tree_scanned; in vmpressure_work_fn()
203 spin_unlock(&vmpr->sr_lock); in vmpressure_work_fn()
[all …]
H A Dmemcontrol.c248 struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr) in vmpressure_to_css() argument
250 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css; in vmpressure_to_css()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvmpressure.h37 extern void vmpressure_init(struct vmpressure *vmpr);
38 extern void vmpressure_cleanup(struct vmpressure *vmpr);
40 extern struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr);