Searched refs:LONG_MIN (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/arch/powerpc/lib/ |
| 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, 1218 .gpr[21] = LONG_MIN | (uint)INT_MIN, [all …]
|
| /Linux-v5.15/include/vdso/ |
| D | limits.h | 12 #define LONG_MIN (-LONG_MAX - 1) macro
|
| /Linux-v5.15/tools/testing/selftests/timers/ |
| D | valid-adjtimex.c | 107 #define LONG_MIN (-LONG_MAX - 1) macro 111 LONG_MIN,
|
| /Linux-v5.15/mm/ |
| 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-v5.15/drivers/clk/at91/ |
| D | clk-master.c | 240 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_master_pres_determine_rate() 449 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
|
| D | clk-peripheral.c | 267 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate() 268 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
|
| /Linux-v5.15/tools/testing/selftests/pidfd/ |
| D | pidfd_open_test.c | 31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
| /Linux-v5.15/fs/ocfs2/ |
| 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-v5.15/tools/power/x86/x86_energy_perf_policy/ |
| D | x86_energy_perf_policy.c | 337 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
|
| /Linux-v5.15/ipc/ |
| D | msg.c | 1009 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|
| /Linux-v5.15/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 361 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | ipsec.c | 2295 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
|
| /Linux-v5.15/fs/proc/ |
| D | base.c | 560 if (badness != LONG_MIN) in proc_oom_score()
|
| /Linux-v5.15/kernel/sched/ |
| D | core.c | 3221 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
|