Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 176 – 200 of 669) sorted by relevance

12345678910>>...27

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c211 .overflow_s = UINT_MAX,
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_debugfs.c171 UINT_MAX); in ixgbe_dbg_netdev_ops_write()
/openbmc/qemu/crypto/
H A Dhmac-nettle.c149 size_t shortlen = MIN(len, UINT_MAX); in qcrypto_nettle_hmac_bytesv()
/openbmc/linux/drivers/iio/trigger/
H A Diio-trig-hrtimer.c68 if (!val || val > UINT_MAX) in iio_hrtimer_store_sampling_frequency()
/openbmc/qemu/target/arm/
H A Dkvm-consts.h140 #define QEMU_KVM_ARM_TARGET_NONE UINT_MAX
/openbmc/linux/mm/damon/
H A Dreclaim.c138 .max_age_region = UINT_MAX, in damon_reclaim_new_scheme()
/openbmc/linux/net/sched/
H A Dem_text.c40 return skb_find_text(skb, from, to, tm->config) != UINT_MAX; in em_text_match()
/openbmc/linux/drivers/clocksource/
H A Dtimer-digicolor.c181 writel(UINT_MAX, dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_init()
H A Dtimer-sprd.c154 1, UINT_MAX); in sprd_timer_init()
/openbmc/linux/arch/mips/kernel/
H A Dsmp.c76 unsigned int smp_max_threads __initdata = UINT_MAX;
89 smp_max_threads = clamp_val(smp_max_threads, 1U, UINT_MAX); in early_smt()
/openbmc/linux/arch/arm/probes/uprobes/
H A Dcore.c21 #define UPROBE_TRAP_NR UINT_MAX
/openbmc/linux/tools/testing/scatterlist/
H A Dmain.c54 const unsigned int sgmax = UINT_MAX; in main()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c40 if (ret < 1 || ret > UINT_MAX) { in parse_arg()
/openbmc/linux/drivers/watchdog/
H A Dpseries-wdt.c183 pw->wd.max_timeout = UINT_MAX / 1000; /* from linux/watchdog.h */ in pseries_wdt_probe()
/openbmc/linux/drivers/gpu/host1x/
H A Dcontext.c61 dma_set_max_seg_size(&ctx->dev, UINT_MAX); in host1x_memory_context_list_init()
/openbmc/linux/block/partitions/
H A Damiga.c163 if ((start_sect + nr_sects) > UINT_MAX) { in amiga_partition()
/openbmc/linux/sound/firewire/motu/
H A Damdtp-motu.c340 if (p->cache->tx_cycle_count == UINT_MAX) in process_ir_ctx_payloads()
403 if (p->cache->rx_cycle_count == UINT_MAX) in process_it_ctx_payloads()
/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h459 #define IPSET_NO_TIMEOUT UINT_MAX
462 #define IPSET_MAX_TIMEOUT (UINT_MAX >> 1)/MSEC_PER_SEC
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c352 if (opts->mmap_pages == UINT_MAX) in cs_etm_recording_options()
356 opts->mmap_pages == UINT_MAX) { in cs_etm_recording_options()
404 if (opts->mmap_pages == UINT_MAX) in cs_etm_recording_options()
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c336 package->channel_whitelist = UINT_MAX; in ncsi_set_interface_nl()
375 ndp->package_whitelist = UINT_MAX; in ncsi_clear_interface_nl()
382 np->channel_whitelist = UINT_MAX; in ncsi_clear_interface_nl()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c676 if (opts->mmap_pages == UINT_MAX) in intel_pt_recording_options()
680 opts->mmap_pages == UINT_MAX) { in intel_pt_recording_options()
719 opts->mmap_pages == UINT_MAX) in intel_pt_recording_options()
746 if (opts->mmap_pages == UINT_MAX) in intel_pt_recording_options()
/openbmc/intel-ipmi-oem/src/
H A Dsmbiosmdrv2handler.cpp682 if (outSize > UINT_MAX - xferOffset) in mdr2GetDataBlock()
703 UINT_MAX - in mdr2GetDataBlock()
765 if (xferOffset > UINT_MAX - xferLength) in mdr2SendDataBlock()
782 UINT_MAX - xferOffset) in mdr2SendDataBlock()
800 if (reinterpret_cast<size_t>(sourceAddr) > UINT_MAX - xferLength) in mdr2SendDataBlock()
/openbmc/linux/sound/firewire/
H A Damdtp-stream.c200 hw->periods_max = UINT_MAX; in amdtp_stream_add_pcm_hw_constraints()
765 *data_block_counter != UINT_MAX) in check_cip_header()
769 *data_block_counter == UINT_MAX) { in check_cip_header()
848 if (*data_block_counter == UINT_MAX) in parse_ir_ctx_header()
1490 unsigned int cycle = UINT_MAX; in drop_tx_packets_initially()
1509 if (cycle == UINT_MAX || in drop_tx_packets_initially()
1677 s->data_block_counter = UINT_MAX; in amdtp_stream_start()
/openbmc/linux/lib/
H A Dts_bm.c112 return UINT_MAX; in bm_find()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c241 .max_apic_id = UINT_MAX,

12345678910>>...27