Home
last modified time | relevance | path

Searched refs:chosen_points (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/mm/
Doom_kill.c305 unsigned long chosen_points = 0; in select_bad_process() local
314 chosen_points = ULONG_MAX; in select_bad_process()
325 if (!points || points < chosen_points) in select_bad_process()
328 if (points == chosen_points && thread_group_leader(chosen)) in select_bad_process()
332 chosen_points = points; in select_bad_process()
338 *ppoints = chosen_points * 1000 / totalpages; in select_bad_process()
Dmemcontrol.c1346 unsigned long chosen_points = 0; in mem_cgroup_out_of_memory() local
1376 chosen_points = ULONG_MAX; in mem_cgroup_out_of_memory()
1391 if (!points || points < chosen_points) in mem_cgroup_out_of_memory()
1394 if (points == chosen_points && in mem_cgroup_out_of_memory()
1401 chosen_points = points; in mem_cgroup_out_of_memory()
1408 points = chosen_points * 1000 / totalpages; in mem_cgroup_out_of_memory()