Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
A Dtest_emulate_step.c963 .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,
1229 .gpr[21] = LONG_MIN,
[all …]
/linux/tools/include/nolibc/
A Dstdint.h110 #ifndef LONG_MIN
111 #define LONG_MIN (-__LONG_MAX__ - 1) macro
A Dstdlib.h517 return __strtox(nptr, endptr, base, LONG_MIN, LONG_MAX); in strtol()
/linux/include/vdso/
A Dlimits.h12 #define LONG_MIN (-LONG_MAX - 1) macro
/linux/mm/
A Doom_kill.c208 return LONG_MIN; in oom_badness()
212 return LONG_MIN; in oom_badness()
224 return LONG_MIN; in oom_badness()
343 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task()
367 oc->chosen_points = LONG_MIN; in select_bad_process()
/linux/tools/testing/selftests/timers/
A Dvalid-adjtimex.c106 #define LONG_MIN (-LONG_MAX - 1) macro
110 LONG_MIN,
/linux/tools/testing/selftests/pidfd/
A Dpidfd_open_test.c31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
/linux/fs/ocfs2/
A Dstack_user.c382 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/drivers/rtc/
A Drtc-rs5c372.c591 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/drivers/clk/at91/
A Dclk-peripheral.c278 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
279 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
A Dclk-master.c591 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
/linux/samples/cgroup/
A Dmemcg_event_listener.c79 if (((tmp == LONG_MAX || tmp == LONG_MIN) && errno == ERANGE) || in get_memcg_counter()
/linux/tools/testing/selftests/net/af_unix/
A Dscm_pidfd.c41 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
/linux/tools/testing/selftests/alsa/
A Dmixer-test.c941 if (snd_ctl_elem_info_get_min(ctl->info) != LONG_MIN) { in test_ctl_write_invalid_integer()
952 snd_ctl_elem_value_set_integer(val, i, LONG_MIN); in test_ctl_write_invalid_integer()
/linux/tools/testing/selftests/powerpc/
A Dutils.c291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
/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.c1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
/linux/tools/testing/selftests/nolibc/
A Dnolibc-test.c1211 …CASE_TEST(strtol_underflow); EXPECT_STRTOX(1, strtol, "-0x8000000000000001", 16, LONG_MIN, … in run_stdlib()
/linux/tools/testing/selftests/net/
A Dipsec.c2280 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c371 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
/linux/fs/proc/
A Dbase.c599 if (badness != LONG_MIN) in proc_oom_score()
/linux/kernel/sched/
A Dcore.c2240 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()

Completed in 90 milliseconds