| /linux-6.15/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 924 .gpr[0] = LONG_MAX, 972 .gpr[22] = LONG_MAX, 979 .gpr[21] = LONG_MAX, 980 .gpr[22] = LONG_MAX, 1058 .gpr[22] = LONG_MAX, 1066 .gpr[21] = LONG_MAX, 1067 .gpr[22] = LONG_MAX, 1144 .gpr[22] = LONG_MAX, 1151 .gpr[21] = LONG_MAX, 1152 .gpr[22] = LONG_MAX, [all …]
|
| /linux-6.15/include/vdso/ |
| H A D | limits.h | 11 #define LONG_MAX ((long)(~0UL >> 1)) macro 12 #define LONG_MIN (-LONG_MAX - 1)
|
| /linux-6.15/drivers/acpi/ |
| H A D | fan_hwmon.c | 113 if (fst.speed > LONG_MAX) in acpi_fan_hwmon_read() 123 if (fps->speed > LONG_MAX) in acpi_fan_hwmon_read() 141 if (fps->power > LONG_MAX / MICROWATT_PER_MILLIWATT) in acpi_fan_hwmon_read()
|
| /linux-6.15/drivers/clocksource/ |
| H A D | numachip.c | 46 .max_delta_ns = LONG_MAX, 47 .max_delta_ticks = LONG_MAX,
|
| H A D | timer-goldfish.c | 137 .max_idle_ns = LONG_MAX, in goldfish_timer_init()
|
| /linux-6.15/kernel/ |
| H A D | ucount.c | 252 long max = LONG_MAX; in inc_rlimit_ucounts() 258 ret = LONG_MAX; in inc_rlimit_ucounts() 302 long max = LONG_MAX; in inc_rlimit_get_ucounts() 334 if (rlimit > LONG_MAX) in is_rlimit_overlimit() 335 max = LONG_MAX; in is_rlimit_overlimit()
|
| /linux-6.15/include/linux/ |
| H A D | page_counter.h | 47 #define PAGE_COUNTER_MAX LONG_MAX 49 #define PAGE_COUNTER_MAX (LONG_MAX / PAGE_SIZE)
|
| H A D | user_namespace.h | 166 ns->rlimit_max[type] = max <= LONG_MAX ? max : LONG_MAX; in set_userns_rlimit_max()
|
| H A D | context_tracking_state.h | 10 #define CT_NESTING_IRQ_NONIDLE ((LONG_MAX / 2) + 1)
|
| /linux-6.15/tools/include/nolibc/ |
| H A D | stdint.h | 113 #ifndef LONG_MAX 114 #define LONG_MAX __LONG_MAX__ macro
|
| /linux-6.15/tools/testing/selftests/timers/ |
| H A D | valid-adjtimex.c | 103 #define LONG_MAX (~0UL>>1) macro 104 #define LONG_MIN (-LONG_MAX - 1) 107 LONG_MAX,
|
| /linux-6.15/drivers/hwmon/ |
| H A D | lochnagar-hwmon.c | 80 result = LONG_MAX; in float_to_long() 227 if (power > LONG_MAX) in read_power() 228 *val = LONG_MAX; in read_power()
|
| H A D | ina238.c | 303 *val = clamp_val(power, 0, LONG_MAX); in ina238_read_power() 317 *val = clamp_val(power, 0, LONG_MAX); in ina238_read_power() 346 regval = clamp_val(val, 0, LONG_MAX); in ina238_write_power()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/ |
| H A D | spl_fixpt31_32.c | 66 SPL_ASSERT(res_value <= (unsigned long long)LONG_MAX); in spl_fixpt_from_fraction() 121 SPL_ASSERT(res.value <= (long long)LONG_MAX); in spl_fixpt_mul() 166 SPL_ASSERT(res.value <= (long long)LONG_MAX); in spl_fixpt_sqr()
|
| /linux-6.15/drivers/clk/ti/ |
| H A D | clkt_dpll.c | 294 long prev_min_delta = LONG_MAX; in omap2_dpll_round_rate() 360 if (prev_min_delta == LONG_MAX) { in omap2_dpll_round_rate()
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | time.c | 149 .max_idle_ns = LONG_MAX 199 clockevents_config_and_register(ce, NSEC_PER_SEC, 1000, LONG_MAX); in init_qemu_clockevent()
|
| /linux-6.15/net/can/ |
| H A D | proc.c | 137 if (rx_frames > (LONG_MAX / HZ)) in can_stat_update() 141 if (tx_frames > (LONG_MAX / HZ)) in can_stat_update() 145 if (matches > (LONG_MAX / 100)) in can_stat_update()
|
| /linux-6.15/include/net/ |
| H A D | addrconf.h | 220 if (0xfffffffe > LONG_MAX / unit && timeout > LONG_MAX / unit) in addrconf_timeout_fixup() 221 return LONG_MAX / unit; in addrconf_timeout_fixup()
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | hugetlbfs_reserv.rst | 317 之前,所有单独的file_region结构体必须被释放。在这种情况下,region_del的范围是[0, LONG_MAX]。 320 的范围是[new_end_of_file, LONG_MAX]。
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_sched_job.h | 16 #define XE_SCHED_JOB_TIMEOUT LONG_MAX
|
| /linux-6.15/lib/ |
| H A D | test_ubsan.c | 58 volatile long val = LONG_MAX; in test_ubsan_truncate_signed()
|
| /linux-6.15/fs/ocfs2/ |
| H A 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.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.h | 97 #define PAGECNT_BIAS_MAX LONG_MAX
|
| /linux-6.15/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-6.15/mm/kasan/ |
| H A D | hw_tags.c | 166 if (!kasan_page_alloc_sample || kasan_page_alloc_sample > LONG_MAX) { in early_kasan_flag_page_alloc_sample()
|