Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 126 – 150 of 669) sorted by relevance

12345678910>>...27

/openbmc/linux/drivers/iio/test/
H A Diio-test-format.c228 value = UINT_MAX; in iio_test_iio_format_value_integer_64()
234 value = -((s64)UINT_MAX); in iio_test_iio_format_value_integer_64()
/openbmc/linux/drivers/base/regmap/
H A Dregcache-maple.c296 MA_STATE(mas, mt, 0, UINT_MAX); in regcache_maple_exit()
304 mas_for_each(&mas, entry, UINT_MAX) in regcache_maple_exit()
/openbmc/linux/sound/soc/meson/
H A Daxg-fifo.c39 .period_bytes_max = UINT_MAX,
41 .periods_max = UINT_MAX,
/openbmc/linux/tools/perf/tests/
H A Dcode-reading.c558 .mmap_pages = UINT_MAX, in do_test_code_reading()
559 .user_freq = UINT_MAX, in do_test_code_reading()
694 ret = evlist__mmap(evlist, UINT_MAX); in do_test_code_reading()
/openbmc/linux/drivers/gpio/
H A Dgpio-mvebu.c678 val = UINT_MAX + 1ULL; in mvebu_pwm_get_state()
687 val += UINT_MAX + 1ULL; in mvebu_pwm_get_state()
715 if (val > UINT_MAX + 1ULL) in mvebu_pwm_apply()
721 if (val == UINT_MAX + 1ULL) in mvebu_pwm_apply()
731 if (val > UINT_MAX + 1ULL) in mvebu_pwm_apply()
733 if (val == UINT_MAX + 1ULL) in mvebu_pwm_apply()
/openbmc/linux/samples/watch_queue/
H A Dwatch_test.c149 .subtype_filter[0] = UINT_MAX,
/openbmc/linux/include/linux/
H A Dwatchdog.h181 return t > UINT_MAX / 1000 || t < wdd->min_timeout || in watchdog_timeout_invalid()
/openbmc/linux/arch/powerpc/kernel/
H A Duprobes.c19 #define UPROBE_TRAP_NR UINT_MAX
/openbmc/linux/mm/
H A Dmemtest.c116 for (i = memtest_pattern-1; i < UINT_MAX; --i) { in early_memtest()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_extend.c155 if (value == UINT_MAX) in nf_ct_ext_bump_genid()
/openbmc/linux/arch/csky/kernel/probes/
H A Duprobes.c12 #define UPROBE_TRAP_NR UINT_MAX
/openbmc/linux/kernel/trace/
H A Dtrace_benchmark.c85 if (bm_cnt > UINT_MAX) { in trace_do_benchmark()
/openbmc/linux/lib/
H A Dtest_xarray.c728 XA_BUG_ON(xa, xa_alloc(xa, &id, xa_mk_index(UINT_MAX - 1), in check_xa_alloc_1()
729 XA_LIMIT(UINT_MAX - 1, UINT_MAX), in check_xa_alloc_1()
732 XA_BUG_ON(xa, xa_alloc(xa, &id, xa_mk_index(UINT_MAX), in check_xa_alloc_1()
733 XA_LIMIT(UINT_MAX - 1, UINT_MAX), in check_xa_alloc_1()
738 XA_LIMIT(UINT_MAX - 1, UINT_MAX), in check_xa_alloc_1()
837 next = UINT_MAX; in check_xa_alloc_3()
838 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, xa_mk_index(UINT_MAX), in check_xa_alloc_3()
840 XA_BUG_ON(xa, id != UINT_MAX); in check_xa_alloc_3()
/openbmc/qemu/hw/arm/
H A Darmv7m.c349 if (s->mpu_ns_regions != UINT_MAX && in armv7m_realize()
553 DEFINE_PROP_UINT32("mpu-ns-regions", ARMv7MState, mpu_ns_regions, UINT_MAX),
554 DEFINE_PROP_UINT32("mpu-s-regions", ARMv7MState, mpu_s_regions, UINT_MAX),
/openbmc/linux/tools/testing/selftests/proc/
H A Dfd-001-lookup.c91 for (u = UINT_MAX - 1024; u != 0; u++) { in test_lookup()
H A Dfd-003-kthread.c149 for (u = UINT_MAX - 1024; u != 0; u++) { in test_lookup()
/openbmc/linux/tools/perf/util/
H A Dtarget.c103 target->uid = UINT_MAX; in target__parse_uid()
H A Dsideband_evlist.c122 if (evlist__mmap(evlist, UINT_MAX)) in evlist__start_sb_thread()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_matchall.c124 block->mall.prio_min = UINT_MAX; in prestera_mall_destroy()
/openbmc/linux/drivers/thermal/
H A Dcpuidle_cooling.c178 unsigned int latency_us = UINT_MAX; in __cpuidle_cooling_register()
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c147 if (net->nf.defrag_ipv6_users == UINT_MAX) { in nf_defrag_ipv6_enable()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-qcom-spm.c76 .power_usage = UINT_MAX,
/openbmc/linux/include/soc/bcm2835/
H A Draspberrypi-firmware.h206 return UINT_MAX; in rpi_firmware_clk_get_max_rate()
/openbmc/u-boot/tools/
H A Dmips-relocs.c290 i_rel_shdr = UINT_MAX; in main()
304 if (i_rel_shdr == UINT_MAX) { in main()
/openbmc/linux/sound/pci/ctxfi/
H A Dctpcm.c144 1024, UINT_MAX); in ct_pcm_playback_open()
285 1024, UINT_MAX); in ct_pcm_capture_open()

12345678910>>...27