| /Linux-v5.10/security/integrity/ima/ |
| D | ima_queue.c | 31 static unsigned long binary_runtime_size = ULONG_MAX; 115 if (binary_runtime_size != ULONG_MAX) { in ima_add_digest_entry() 119 binary_runtime_size = (binary_runtime_size < ULONG_MAX - size) ? in ima_add_digest_entry() 120 binary_runtime_size + size : ULONG_MAX; in ima_add_digest_entry() 132 if (binary_runtime_size >= (ULONG_MAX - sizeof(struct ima_kexec_hdr))) in ima_get_binary_runtime_size() 133 return ULONG_MAX; in ima_get_binary_runtime_size()
|
| D | ima_kexec.c | 83 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer() 98 if (binary_runtime_size >= ULONG_MAX - PAGE_SIZE) in ima_add_kexec_buffer() 99 kexec_segment_size = ULONG_MAX; in ima_add_kexec_buffer() 103 if ((kexec_segment_size == ULONG_MAX) || in ima_add_kexec_buffer()
|
| /Linux-v5.10/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.10/lib/ |
| D | test_xarray.c | 111 XA_BUG_ON(xa, xas_find(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry() 118 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry() 127 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry() 138 xas_for_each(&xas, entry, ULONG_MAX) { in check_xas_retry() 230 xas_for_each(&xas, entry, ULONG_MAX) in check_xa_mark_1() 239 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in check_xa_mark_1() 276 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in check_xa_mark_2() 282 xas_for_each(&xas, entry, ULONG_MAX) { in check_xa_mark_2() 303 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) { in check_xa_mark_3() 361 XA_BUG_ON(xa, xa_store_index(xa, ULONG_MAX, GFP_KERNEL) != 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.10/include/vdso/ |
| D | limits.h | 13 #define ULONG_MAX (~0UL) macro 17 #define UINTPTR_MAX ULONG_MAX
|
| /Linux-v5.10/Documentation/translations/zh_CN/admin-guide/ |
| D | cpu-load.rst | 78 hog (ULONG_MAX); 79 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog (ULONG_MAX);
|
| /Linux-v5.10/arch/powerpc/lib/ |
| D | test_emulate_step.c | 693 .gpr[21] = ULONG_MAX, 694 .gpr[22] = ULONG_MAX, 701 .gpr[21] = ULONG_MAX, 780 .gpr[21] = ULONG_MAX, 781 .gpr[22] = ULONG_MAX, 788 .gpr[21] = ULONG_MAX, 865 .gpr[21] = ULONG_MAX, 866 .gpr[22] = ULONG_MAX, 873 .gpr[21] = ULONG_MAX, 960 .gpr[21] = ULONG_MAX, [all …]
|
| /Linux-v5.10/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.10/arch/x86/kernel/ |
| D | tsc.c | 360 return ULONG_MAX; in calc_pmtimer_ref() 405 return ULONG_MAX; in pit_calibrate_tsc() 424 tscmin = ULONG_MAX; in pit_calibrate_tsc() 446 return ULONG_MAX; in pit_calibrate_tsc() 719 unsigned long tsc_pit_min = ULONG_MAX, tsc_ref_min = ULONG_MAX; in pit_hpet_ptimer_calibrate_cpu() 809 if (i == 1 && tsc_pit_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu() 819 if (tsc_pit_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu() 830 if (tsc_ref_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu() 849 if (tsc_ref_min == ULONG_MAX) { in pit_hpet_ptimer_calibrate_cpu()
|
| /Linux-v5.10/arch/arm/mach-omap2/ |
| D | pm.c | 53 .startup_time = ULONG_MAX, 54 .shutdown_time = ULONG_MAX,
|
| /Linux-v5.10/tools/testing/selftests/arm64/fp/ |
| D | vlset.c | 68 vl = ULONG_MAX; in parse_options() 71 if (vl == ULONG_MAX && errno) { in parse_options()
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | cpu-load.rst | 90 hog (ULONG_MAX); 91 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog(ULONG_MAX);
|
| /Linux-v5.10/drivers/clocksource/ |
| D | timer-gx6605s.c | 61 writel_relaxed(ULONG_MAX - delta, base + TIMER_INI); in gx6605s_timer_set_next_event() 109 ULONG_MAX); in gx6605s_clkevt_init()
|
| /Linux-v5.10/arch/x86/mm/pat/ |
| D | memtype_interval.c | 180 entry_match = interval_iter_first(&memtype_rbroot, 0, ULONG_MAX); in memtype_copy_nth_element() 183 entry_match = interval_iter_next(entry_match, 0, ULONG_MAX); in memtype_copy_nth_element()
|
| /Linux-v5.10/arch/s390/kernel/ |
| D | setup.c | 603 memblock_remove(memory_end, ULONG_MAX); in setup_memory_end() 640 memblock_reserve(memory_end, ULONG_MAX); in reserve_memory_end() 651 memblock_reserve(OLDMEM_SIZE, (phys_addr_t)ULONG_MAX); in reserve_oldmem() 663 memblock_remove(OLDMEM_SIZE, (phys_addr_t)ULONG_MAX); in remove_oldmem() 699 high = crash_base ? crash_base + crash_size : ULONG_MAX; in reserve_crashkernel() 803 memblock_set_node(0, ULONG_MAX, &memblock.memory, 0); in memblock_add_mem_detect_info()
|
| /Linux-v5.10/net/can/ |
| D | proc.c | 108 if (count > (ULONG_MAX / HZ)) { in calc_rate() 134 if (pkg_stats->rx_frames > (ULONG_MAX / HZ)) in can_stat_update() 138 if (pkg_stats->tx_frames > (ULONG_MAX / HZ)) in can_stat_update() 142 if (pkg_stats->matches > (ULONG_MAX / 100)) in can_stat_update()
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | mce_power.c | 44 pfn = ULONG_MAX; in addr_to_pfn() 50 pfn = ULONG_MAX; in addr_to_pfn() 458 if (pfn != ULONG_MAX) { in mce_find_instr_ea_and_phys() 545 if (pfn != ULONG_MAX) { in mce_handle_ierror() 690 uint64_t addr, phys_addr = ULONG_MAX; in mce_handle_error()
|
| /Linux-v5.10/arch/riscv/include/asm/ |
| D | efi.h | 33 return ULONG_MAX; in efi_get_max_fdt_addr()
|
| /Linux-v5.10/tools/perf/util/ |
| D | spark.c | 17 unsigned long min = ULONG_MAX, max = 0, f; in print_spark()
|
| D | units.c | 25 if (value > ULONG_MAX / i->mult) in parse_tag_value()
|
| /Linux-v5.10/lib/math/ |
| D | int_sqrt.c | 52 if (x <= ULONG_MAX) in int_sqrt64()
|
| /Linux-v5.10/kernel/time/ |
| D | tick-broadcast-hrtimer.c | 93 .max_delta_ticks = ULONG_MAX,
|
| /Linux-v5.10/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()
|