| /Linux-v5.4/security/integrity/ima/ |
| D | ima_queue.c | 33 static unsigned long binary_runtime_size = ULONG_MAX; 116 if (binary_runtime_size != ULONG_MAX) { in ima_add_digest_entry() 120 binary_runtime_size = (binary_runtime_size < ULONG_MAX - size) ? in ima_add_digest_entry() 121 binary_runtime_size + size : ULONG_MAX; in ima_add_digest_entry() 133 if (binary_runtime_size >= (ULONG_MAX - sizeof(struct ima_kexec_hdr))) in ima_get_binary_runtime_size() 134 return ULONG_MAX; in ima_get_binary_runtime_size()
|
| D | ima_kexec.c | 84 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer() 99 if (binary_runtime_size >= ULONG_MAX - PAGE_SIZE) in ima_add_kexec_buffer() 100 kexec_segment_size = ULONG_MAX; in ima_add_kexec_buffer() 104 if ((kexec_segment_size == ULONG_MAX) || in ima_add_kexec_buffer()
|
| /Linux-v5.4/tools/testing/radix-tree/ |
| D | multiorder.c | 57 xas_for_each(&xas, item, ULONG_MAX) { in multiorder_iteration() 108 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_1) { in multiorder_tagged_iteration() 122 assert(tag_tagged_items(xa, 0, ULONG_MAX, TAG_ENTRIES, XA_MARK_1, in multiorder_tagged_iteration() 136 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_2) { in multiorder_tagged_iteration() 149 assert(tag_tagged_items(xa, 1, ULONG_MAX, MT_NUM_ENTRIES * 2, XA_MARK_1, in multiorder_tagged_iteration() 153 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_0) { in multiorder_tagged_iteration() 187 xas_for_each(&xas, item, ULONG_MAX) { in iterator_func()
|
| D | iteration_check.c | 77 xas_for_each_marked(&xas, entry, ULONG_MAX, TAG) { in tagged_iteration_fn() 110 xas_for_each(&xas, entry, ULONG_MAX) { in untagged_iteration_fn()
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | test_emulate_step.c | 512 .gpr[21] = ULONG_MAX, 513 .gpr[22] = ULONG_MAX, 520 .gpr[21] = ULONG_MAX, 599 .gpr[21] = ULONG_MAX, 600 .gpr[22] = ULONG_MAX, 607 .gpr[21] = ULONG_MAX, 684 .gpr[21] = ULONG_MAX, 685 .gpr[22] = ULONG_MAX, 692 .gpr[21] = ULONG_MAX, 779 .gpr[21] = ULONG_MAX, [all …]
|
| /Linux-v5.4/lib/ |
| D | test_xarray.c | 107 XA_BUG_ON(xa, xas_find(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry() 114 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry() 123 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry() 134 xas_for_each(&xas, entry, ULONG_MAX) { in check_xas_retry() 226 xas_for_each(&xas, entry, ULONG_MAX) in check_xa_mark_1() 235 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in check_xa_mark_1() 272 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in check_xa_mark_2() 278 xas_for_each(&xas, entry, ULONG_MAX) { in check_xa_mark_2() 335 XA_BUG_ON(xa, xa_store_index(xa, ULONG_MAX, GFP_KERNEL) != in check_xa_shrink() 341 xa_erase_index(xa, ULONG_MAX); in check_xa_shrink() [all …]
|
| D | percpu_test.c | 63 CHECK(ul, ulong_counter, ULONG_MAX); in percpu_test_init() 98 CHECK(l, long_counter, ULONG_MAX); in percpu_test_init() 113 CHECK(ul, ulong_counter, ULONG_MAX); in percpu_test_init()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | shm.h | 23 #define SHMMAX (ULONG_MAX - (1UL << 24)) /* max shared seg size (bytes) */ 24 #define SHMALL (ULONG_MAX - (1UL << 24)) /* max shm system wide (pages) */
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | tsc.c | 353 return ULONG_MAX; in calc_pmtimer_ref() 398 return ULONG_MAX; in pit_calibrate_tsc() 417 tscmin = ULONG_MAX; in pit_calibrate_tsc() 439 return ULONG_MAX; in pit_calibrate_tsc() 712 unsigned long tsc_pit_min = ULONG_MAX, tsc_ref_min = ULONG_MAX; in pit_hpet_ptimer_calibrate_cpu() 802 if (i == 1 && tsc_pit_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu() 812 if (tsc_pit_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu() 823 if (tsc_ref_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu() 842 if (tsc_ref_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu()
|
| /Linux-v5.4/arch/arm/mach-omap2/ |
| D | pm.c | 51 .startup_time = ULONG_MAX, 52 .shutdown_time = ULONG_MAX,
|
| /Linux-v5.4/arch/s390/numa/ |
| D | numa.c | 79 align = mode->align ? mode->align() : ULONG_MAX; in numa_setup_memory() 107 start_pfn = ULONG_MAX; in numa_setup_memory()
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | cpu-load.rst | 87 hog (ULONG_MAX); 88 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog (ULONG_MAX);
|
| /Linux-v5.4/drivers/clocksource/ |
| D | timer-gx6605s.c | 60 writel_relaxed(ULONG_MAX - delta, base + TIMER_INI); in gx6605s_timer_set_next_event() 108 ULONG_MAX); in gx6605s_clkevt_init()
|
| /Linux-v5.4/net/can/ |
| D | proc.c | 109 if (count > (ULONG_MAX / HZ)) { in calc_rate() 135 if (pkg_stats->rx_frames > (ULONG_MAX / HZ)) in can_stat_update() 139 if (pkg_stats->tx_frames > (ULONG_MAX / HZ)) in can_stat_update() 143 if (pkg_stats->matches > (ULONG_MAX / 100)) in can_stat_update()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | setup_64.c | 632 return ULONG_MAX; in ppc64_bolted_size() 680 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 684 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 688 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init()
|
| D | mce_power.c | 44 pfn = ULONG_MAX; in addr_to_pfn() 374 if (pfn != ULONG_MAX) { in mce_find_instr_ea_and_phys() 461 if (pfn != ULONG_MAX) { in mce_handle_ierror() 610 uint64_t addr, phys_addr = ULONG_MAX; in mce_handle_error()
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | smp.h | 13 #define INVALID_HARTID ULONG_MAX
|
| /Linux-v5.4/lib/math/ |
| D | int_sqrt.c | 52 if (x <= ULONG_MAX) in int_sqrt64()
|
| /Linux-v5.4/tools/perf/util/ |
| D | units.c | 25 if (value > ULONG_MAX / i->mult) in parse_tag_value()
|
| /Linux-v5.4/kernel/time/ |
| D | tick-broadcast-hrtimer.c | 93 .max_delta_ticks = ULONG_MAX,
|
| /Linux-v5.4/include/linux/ |
| D | limits.h | 16 #define ULONG_MAX (~0UL) macro
|
| D | fault-inject.h | 37 .require_end = ULONG_MAX, \
|
| /Linux-v5.4/mm/ |
| D | memfd.c | 39 xas_for_each(xas, page, ULONG_MAX) { in memfd_tag_pins() 88 xas_for_each_marked(&xas, page, ULONG_MAX, MEMFD_TAG_PINNED) { in memfd_wait_for_pins()
|
| /Linux-v5.4/drivers/devfreq/ |
| D | governor.h | 26 #define DEVFREQ_MAX_FREQ ULONG_MAX
|
| /Linux-v5.4/samples/bpf/ |
| D | ibumad_user.c | 95 if (delay == ULONG_MAX || delay < 0 || in main()
|