Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/lib/
A Dtest_emulate_step.c966 .gpr[21] = LONG_MIN,
967 .gpr[22] = LONG_MIN,
974 .gpr[21] = LONG_MIN,
1052 .gpr[21] = LONG_MIN,
1053 .gpr[22] = LONG_MIN,
1060 .gpr[21] = LONG_MIN,
1138 .gpr[21] = LONG_MIN,
1139 .gpr[22] = LONG_MIN,
1146 .gpr[21] = LONG_MIN,
1232 .gpr[21] = LONG_MIN,
[all …]
/linux/mm/
A Doom_kill.c210 return LONG_MIN; in oom_badness()
214 return LONG_MIN; in oom_badness()
226 return LONG_MIN; in oom_badness()
345 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task()
369 oc->chosen_points = LONG_MIN; in select_bad_process()
/linux/tools/testing/selftests/timers/
A Dvalid-adjtimex.c107 #define LONG_MIN (-LONG_MAX - 1) macro
111 LONG_MIN,
/linux/include/vdso/
A Dlimits.h12 #define LONG_MIN (-LONG_MAX - 1) macro
/linux/fs/ocfs2/
A Dstack_user.c381 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_setnode_msg()
423 if ((major == LONG_MIN) || (major == LONG_MAX) || in ocfs2_control_do_setversion_msg()
426 if ((minor == LONG_MIN) || (minor == LONG_MAX) || in ocfs2_control_do_setversion_msg()
462 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_down_msg()
/linux/tools/testing/selftests/pidfd/
A Dpidfd_open_test.c31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
/linux/drivers/clk/at91/
A Dclk-master.c385 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_master_pres_determine_rate()
691 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
A Dclk-peripheral.c275 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
276 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
/linux/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c337 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
/linux/ipc/
A Dmsg.c1009 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c361 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
/linux/tools/testing/selftests/net/
A Dipsec.c2295 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
/linux/fs/proc/
A Dbase.c563 if (badness != LONG_MIN) in proc_oom_score()
/linux/kernel/sched/
A Dcore.c3244 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()

Completed in 68 milliseconds