Lines Matching defs:locked
1839 * this subtree of our hierarchy is already locked
1952 bool locked;
1990 locked = mem_cgroup_oom_trylock(memcg);
1992 if (locked)
2001 if (locked)
2028 bool locked;
2046 locked = mem_cgroup_oom_trylock(memcg);
2048 if (locked)
2051 if (locked && !memcg->oom_kill_disable) {
2062 if (locked) {
2150 * when @page might get freed inside the locked section.
2188 * When charge migration first begins, we can have locked and
5825 * is referenced, charged, isolated, and locked: we can't race
5831 * new memcg that isn't locked, the above state can change
7101 * Both pages must be locked, @newpage->mapping must be set up.