/linux-6.1.9/arch/powerpc/lib/ |
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.1.9/include/vdso/ |
D | limits.h | 11 #define LONG_MAX ((long)(~0UL >> 1)) macro 12 #define LONG_MIN (-LONG_MAX - 1)
|
/linux-6.1.9/drivers/clocksource/ |
D | numachip.c | 46 .max_delta_ns = LONG_MAX, 47 .max_delta_ticks = LONG_MAX,
|
D | timer-goldfish.c | 137 .max_idle_ns = LONG_MAX, in goldfish_timer_init()
|
/linux-6.1.9/include/linux/ |
D | page_counter.h | 42 #define PAGE_COUNTER_MAX LONG_MAX 44 #define PAGE_COUNTER_MAX (LONG_MAX / PAGE_SIZE)
|
D | user_namespace.h | 146 ns->rlimit_max[type] = max <= LONG_MAX ? max : LONG_MAX; in set_userns_rlimit_max()
|
D | context_tracking_state.h | 10 #define DYNTICK_IRQ_NONIDLE ((LONG_MAX / 2) + 1)
|
D | jiffies.h | 187 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1)
|
/linux-6.1.9/kernel/ |
D | ucount.c | 265 long max = LONG_MAX; in inc_rlimit_ucounts() 271 ret = LONG_MAX; in inc_rlimit_ucounts() 314 long max = LONG_MAX; in inc_rlimit_get_ucounts() 346 if (rlimit > LONG_MAX) in is_rlimit_overlimit() 347 max = LONG_MAX; in is_rlimit_overlimit()
|
D | hung_task.c | 260 static const unsigned long hung_task_timeout_max = (LONG_MAX / HZ);
|
/linux-6.1.9/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 106 #define LONG_MAX (~0UL>>1) macro 107 #define LONG_MIN (-LONG_MAX - 1) 110 LONG_MAX,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/basics/ |
D | fixpt31_32.c | 88 ASSERT(res_value <= LONG_MAX); in dc_fixpt_from_fraction() 143 ASSERT(res.value <= LONG_MAX); in dc_fixpt_mul() 188 ASSERT(res.value <= LONG_MAX); in dc_fixpt_sqr()
|
/linux-6.1.9/drivers/hwmon/ |
D | lochnagar-hwmon.c | 82 result = LONG_MAX; in float_to_long() 229 if (power > LONG_MAX) in read_power() 230 *val = LONG_MAX; in read_power()
|
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()
|
D | aht10.c | 185 data->min_poll_interval = ms_to_ktime(clamp_val(val, 2000, LONG_MAX)); in aht10_interval_write()
|
/linux-6.1.9/drivers/clk/ti/ |
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.1.9/arch/alpha/kernel/ |
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.1.9/include/net/ |
D | addrconf.h | 188 if (0xfffffffe > LONG_MAX / unit && timeout > LONG_MAX / unit) in addrconf_timeout_fixup() 189 return LONG_MAX / unit; in addrconf_timeout_fixup()
|
/linux-6.1.9/Documentation/translations/zh_CN/mm/ |
D | hugetlbfs_reserv.rst | 316 之前,所有单独的file_region结构体必须被释放。在这种情况下,region_del的范围是[0, LONG_MAX]。 319 的范围是[new_end_of_file, LONG_MAX]。
|
/linux-6.1.9/tools/testing/selftests/pidfd/ |
D | pidfd_open_test.c | 31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/linux-6.1.9/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-6.1.9/fs/ |
D | fs-writeback.c | 911 if (nr_pages == LONG_MAX) in wb_split_bdi_pages() 912 return LONG_MAX; in wb_split_bdi_pages() 1764 pages = LONG_MAX; in writeback_chunk_size() 2113 .nr_pages = LONG_MAX, in wb_check_background_flush() 2695 .nr_pages = LONG_MAX, in sync_inodes_sb() 2734 .nr_to_write = LONG_MAX, in write_inode_now()
|
/linux-6.1.9/drivers/clk/ |
D | clk-tps68470.c | 131 long diff, best_diff = LONG_MAX; in tps68470_clk_cfg_lookup()
|
/linux-6.1.9/drivers/clk/bcm/ |
D | clk-kona.c | 696 if (parent_rate > (unsigned long)LONG_MAX) in clk_recalc_rate() 753 BUG_ON(parent_rate > (u64)LONG_MAX); in round_rate() 1131 if (parent_rate > (unsigned long)LONG_MAX) in kona_peri_clk_set_rate()
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 41 你也可以在XArray中存储0到 ``LONG_MAX`` 之间的整数。你必须首先使用xa_mk_value()
|