Searched refs:LONG_MIN (Results 1 – 14 of 14) sorted by relevance
/linux/arch/powerpc/lib/ |
A D | test_emulate_step.c | 966 .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 D | oom_kill.c | 210 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 D | valid-adjtimex.c | 107 #define LONG_MIN (-LONG_MAX - 1) macro 111 LONG_MIN,
|
/linux/include/vdso/ |
A D | limits.h | 12 #define LONG_MIN (-LONG_MAX - 1) macro
|
/linux/fs/ocfs2/ |
A D | stack_user.c | 381 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 D | pidfd_open_test.c | 31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/linux/drivers/clk/at91/ |
A D | clk-master.c | 385 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 D | clk-peripheral.c | 275 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 D | x86_energy_perf_policy.c | 337 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
|
/linux/ipc/ |
A D | msg.c | 1009 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|
/linux/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 361 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
|
/linux/tools/testing/selftests/net/ |
A D | ipsec.c | 2295 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
|
/linux/fs/proc/ |
A D | base.c | 563 if (badness != LONG_MIN) in proc_oom_score()
|
/linux/kernel/sched/ |
A D | core.c | 3244 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
|
Completed in 68 milliseconds