| /linux/tools/include/nolibc/ |
| H A D | stdint.h | 110 #ifndef LONG_MIN 111 #define LONG_MIN (-__LONG_MAX__ - 1) macro
|
| H A D | stdlib.h | 515 return __strtox(nptr, endptr, base, LONG_MIN, LONG_MAX); in strtol()
|
| /linux/mm/ |
| H A D | oom_kill.c | 208 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()
|
| H A D | list_lru.c | 69 if (unlikely(READ_ONCE(l->nr_items) == LONG_MIN)) { in lock_list_lru() 461 src->nr_items = LONG_MIN; in memcg_reparent_list_lru_one()
|
| /linux/include/vdso/ |
| H A D | limits.h | 12 #define LONG_MIN (-LONG_MAX - 1) macro
|
| /linux/tools/testing/selftests/timers/ |
| H A D | valid-adjtimex.c | 104 #define LONG_MIN (-LONG_MAX - 1) macro 108 LONG_MIN,
|
| /linux/fs/ocfs2/ |
| H A D | stack_user.c | 380 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_setnode_msg() 419 if ((major == LONG_MIN) || (major == LONG_MAX) || in ocfs2_control_do_setversion_msg() 422 if ((minor == LONG_MIN) || (minor == LONG_MAX) || in ocfs2_control_do_setversion_msg() 456 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_down_msg()
|
| /linux/drivers/rtc/ |
| H A 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/tools/testing/selftests/pidfd/ |
| H A D | pidfd_open_test.c | 32 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
| /linux/drivers/clk/at91/ |
| H A D | clk-peripheral.c | 279 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate() 280 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
|
| H A D | clk-master.c | 594 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
|
| /linux/samples/cgroup/ |
| H A D | memcg_event_listener.c | 77 if (((tmp == LONG_MAX || tmp == LONG_MIN) && errno == ERANGE) || in get_memcg_counter()
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 941 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/net/af_unix/ |
| H A D | scm_pidfd.c | 44 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | utils.c | 291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
|
| /linux/drivers/hwmon/ |
| H A D | macsmc-hwmon.c | 173 *p = LONG_MIN; in macsmc_hwmon_read_f32_scaled()
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 340 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
|
| /linux/ipc/ |
| H A D | msg.c | 1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1623 CASE_TEST(strtol_underflow); EXPECT_STRTOX(1, strtol, "-0x8000000000000001", 16, LONG_MIN, -1, ERANGE); break; in test_scanf()
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipsec.c | 2288 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 345 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
|
| /linux/fs/proc/ |
| H A D | base.c | 598 if (badness != LONG_MIN) in proc_oom_score()
|
| /linux/kernel/sched/ |
| H A D | core.c | 2301 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
|