Searched refs:LONG_MIN (Results 1 – 19 of 19) sorted by relevance
/linux-6.6.21/arch/powerpc/lib/ |
D | test_emulate_step.c | 963 .gpr[21] = LONG_MIN, 964 .gpr[22] = LONG_MIN, 971 .gpr[21] = LONG_MIN, 1049 .gpr[21] = LONG_MIN, 1050 .gpr[22] = LONG_MIN, 1057 .gpr[21] = LONG_MIN, 1135 .gpr[21] = LONG_MIN, 1136 .gpr[22] = LONG_MIN, 1143 .gpr[21] = LONG_MIN, 1215 .gpr[21] = LONG_MIN | (uint)INT_MIN, [all …]
|
/linux-6.6.21/tools/include/nolibc/ |
D | stdint.h | 106 #ifndef LONG_MIN 107 #define LONG_MIN (-__LONG_MAX__ - 1) macro
|
/linux-6.6.21/include/vdso/ |
D | limits.h | 12 #define LONG_MIN (-LONG_MAX - 1) macro
|
/linux-6.6.21/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 107 #define LONG_MIN (-LONG_MAX - 1) macro 111 LONG_MIN,
|
/linux-6.6.21/mm/ |
D | oom_kill.c | 207 return LONG_MIN; in oom_badness() 211 return LONG_MIN; in oom_badness() 223 return LONG_MIN; in oom_badness() 342 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task() 366 oc->chosen_points = LONG_MIN; in select_bad_process()
|
/linux-6.6.21/tools/testing/selftests/pidfd/ |
D | pidfd_open_test.c | 31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/linux-6.6.21/fs/ocfs2/ |
D | stack_user.c | 382 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_setnode_msg() 424 if ((major == LONG_MIN) || (major == LONG_MAX) || in ocfs2_control_do_setversion_msg() 427 if ((minor == LONG_MIN) || (minor == LONG_MAX) || in ocfs2_control_do_setversion_msg() 463 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_down_msg()
|
/linux-6.6.21/drivers/rtc/ |
D | rtc-rs5c372.c | 591 long steps = LONG_MIN; in rs5c372_set_offset() 619 steps = LONG_MIN; in rs5c372_set_offset() 626 if (steps == LONG_MIN) { in rs5c372_set_offset()
|
/linux-6.6.21/drivers/clk/at91/ |
D | clk-peripheral.c | 278 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate() 279 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
|
D | clk-master.c | 591 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
|
/linux-6.6.21/tools/testing/selftests/net/af_unix/ |
D | scm_pidfd.c | 41 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/linux-6.6.21/tools/testing/selftests/alsa/ |
D | mixer-test.c | 908 if (snd_ctl_elem_info_get_min(ctl->info) != LONG_MIN) { in test_ctl_write_invalid_integer() 919 snd_ctl_elem_value_set_integer(val, i, LONG_MIN); in test_ctl_write_invalid_integer()
|
/linux-6.6.21/tools/testing/selftests/powerpc/ |
D | utils.c | 291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
|
/linux-6.6.21/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-6.6.21/ipc/ |
D | msg.c | 1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | ipsec.c | 2280 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
|
/linux-6.6.21/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 368 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
|
/linux-6.6.21/fs/proc/ |
D | base.c | 563 if (badness != LONG_MIN) in proc_oom_score()
|
/linux-6.6.21/kernel/sched/ |
D | core.c | 2335 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
|