/linux-6.6.21/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.6.21/include/vdso/ |
D | limits.h | 11 #define LONG_MAX ((long)(~0UL >> 1)) macro 12 #define LONG_MIN (-LONG_MAX - 1)
|
/linux-6.6.21/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.6.21/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 | 331 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1)
|
/linux-6.6.21/kernel/ |
D | ucount.c | 266 long max = LONG_MAX; in inc_rlimit_ucounts() 272 ret = LONG_MAX; in inc_rlimit_ucounts() 315 long max = LONG_MAX; in inc_rlimit_get_ucounts() 347 if (rlimit > LONG_MAX) in is_rlimit_overlimit() 348 max = LONG_MAX; in is_rlimit_overlimit()
|
D | hung_task.c | 262 static const unsigned long hung_task_timeout_max = (LONG_MAX / HZ);
|
/linux-6.6.21/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.6.21/tools/include/nolibc/ |
D | stdint.h | 109 #ifndef LONG_MAX 110 #define LONG_MAX __LONG_MAX__ macro
|
/linux-6.6.21/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.6.21/drivers/hwmon/ |
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()
|
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.6.21/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.6.21/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.6.21/include/net/ |
D | addrconf.h | 196 if (0xfffffffe > LONG_MAX / unit && timeout > LONG_MAX / unit) in addrconf_timeout_fixup() 197 return LONG_MAX / unit; in addrconf_timeout_fixup()
|
/linux-6.6.21/Documentation/translations/zh_CN/mm/ |
D | hugetlbfs_reserv.rst | 317 之前,所有单独的file_region结构体必须被释放。在这种情况下,region_del的范围是[0, LONG_MAX]。 320 的范围是[new_end_of_file, LONG_MAX]。
|
/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/mm/kasan/ |
D | hw_tags.c | 155 if (!kasan_page_alloc_sample || kasan_page_alloc_sample > LONG_MAX) { in early_kasan_flag_page_alloc_sample()
|
/linux-6.6.21/drivers/clk/ |
D | clk-tps68470.c | 131 long diff, best_diff = LONG_MAX; in tps68470_clk_cfg_lookup()
|
/linux-6.6.21/fs/ |
D | fs-writeback.c | 932 if (nr_pages == LONG_MAX) in wb_split_bdi_pages() 933 return LONG_MAX; in wb_split_bdi_pages() 1802 pages = LONG_MAX; in writeback_chunk_size() 2157 .nr_pages = LONG_MAX, in wb_check_background_flush() 2739 .nr_pages = LONG_MAX, in sync_inodes_sb() 2778 .nr_to_write = LONG_MAX, in write_inode_now()
|
/linux-6.6.21/lib/ |
D | kunit_iov_iter.c | 548 size_t offset0 = LONG_MAX; in iov_kunit_extract_pages_kvec() 626 size_t offset0 = LONG_MAX; in iov_kunit_extract_pages_bvec() 709 size_t offset0 = LONG_MAX; in iov_kunit_extract_pages_xarray()
|