Searched refs:UINT_MAX (Results 1 - 200 of 267) sorted by relevance

12

/linux-4.1.27/drivers/soc/tegra/fuse/
H A Dspeedo-tegra30.c73 {306, 338, 360, 376, UINT_MAX},
74 {295, 336, 358, 375, UINT_MAX},
75 {325, 325, 358, 375, UINT_MAX},
76 {325, 325, 358, 375, UINT_MAX},
77 {292, 324, 348, 364, UINT_MAX},
78 {324, 324, 348, 364, UINT_MAX},
79 {324, 324, 348, 364, UINT_MAX},
80 {295, 336, 358, 375, UINT_MAX},
81 {358, 358, 358, 358, 397, UINT_MAX},
82 {364, 364, 364, 364, 397, UINT_MAX},
83 {295, 336, 358, 375, 391, UINT_MAX},
84 {295, 336, 358, 375, 391, UINT_MAX},
H A Dspeedo-tegra20.c54 {315, 366, 420, UINT_MAX},
55 {303, 368, 419, UINT_MAX},
56 {316, 331, 383, UINT_MAX},
60 {165, 195, 224, UINT_MAX},
61 {165, 195, 224, UINT_MAX},
62 {165, 195, 224, UINT_MAX},
H A Dspeedo-tegra124.c47 {2190, UINT_MAX},
48 {0, UINT_MAX},
52 {1965, UINT_MAX},
53 {0, UINT_MAX},
57 {2101, UINT_MAX},
58 {0, UINT_MAX},
H A Dspeedo-tegra114.c35 {1123, UINT_MAX},
36 {0, UINT_MAX},
40 {1695, UINT_MAX},
41 {0, UINT_MAX},
/linux-4.1.27/arch/mips/include/asm/
H A Didle.h24 .power_usage = UINT_MAX,\
/linux-4.1.27/tools/perf/tests/
H A Dkeep-tracking.c55 .mmap_pages = UINT_MAX, test__keep_tracking()
56 .user_freq = UINT_MAX, test__keep_tracking()
70 threads = thread_map__new(-1, getpid(), UINT_MAX); test__keep_tracking()
98 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false)); test__keep_tracking()
H A Dperf-time-to-tsc.c39 .mmap_pages = UINT_MAX, test__perf_time_to_tsc()
40 .user_freq = UINT_MAX, test__perf_time_to_tsc()
60 threads = thread_map__new(-1, getpid(), UINT_MAX); test__perf_time_to_tsc()
83 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false)); test__perf_time_to_tsc()
H A Dopen-syscall-tp-fields.c12 .uid = UINT_MAX, test__syscall_open_tp_fields()
57 err = perf_evlist__mmap(evlist, UINT_MAX, false); test__syscall_open_tp_fields()
H A Dopen-syscall.c11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); test__open_syscall_event()
H A Dopen-syscall-all-cpus.c14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); test__open_syscall_event_on_all_cpus()
H A Dswitch-tracking.c313 .mmap_pages = UINT_MAX, test__switch_tracking()
314 .user_freq = UINT_MAX, test__switch_tracking()
329 threads = thread_map__new(-1, getpid(), UINT_MAX); test__switch_tracking()
450 err = perf_evlist__mmap(evlist, UINT_MAX, false);
H A Dtask-exit.c41 .uid = UINT_MAX, test__task_exit()
H A Dcode-reading.c391 .mmap_pages = UINT_MAX, do_test_code_reading()
392 .user_freq = UINT_MAX, do_test_code_reading()
514 ret = perf_evlist__mmap(evlist, UINT_MAX, false); do_test_code_reading()
H A Dmmap-basic.c36 threads = thread_map__new(-1, getpid(), UINT_MAX); test__basic_mmap()
H A Dperf-record.c39 .uid = UINT_MAX, test__PERF_RECORD()
/linux-4.1.27/include/linux/netfilter/ipset/
H A Dip_set_timeout.h24 #define IPSET_NO_TIMEOUT UINT_MAX
35 if (timeout > UINT_MAX/MSEC_PER_SEC) ip_set_timeout_uget()
36 timeout = UINT_MAX/MSEC_PER_SEC; ip_set_timeout_uget()
/linux-4.1.27/net/dccp/ccids/lib/
H A Dtfrc.h41 if (result > UINT_MAX) { scaled_div32()
42 DCCP_CRIT("Overflow: %llu/%llu > UINT_MAX", scaled_div32()
44 return UINT_MAX; scaled_div32()
H A Dtfrc_equation.c654 * this and return UINT_MAX - which is a logically adequate consequence. tfrc_calc_x()
700 if (loss_event_rate == UINT_MAX) /* see RFC 4342, 8.5 */ tfrc_invert_loss_event_rate()
/linux-4.1.27/drivers/devfreq/
H A Dgovernor_performance.c24 *freq = UINT_MAX; devfreq_performance_func()
H A Dgovernor_simpleondemand.c30 unsigned long max = (df->max_freq) ? df->max_freq : UINT_MAX; devfreq_simple_ondemand_func()
/linux-4.1.27/arch/arm/include/asm/
H A Dcpuidle.h28 #define ARM_CPUIDLE_WFI_STATE ARM_CPUIDLE_WFI_STATE_PWR(UINT_MAX)
/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_command.c292 /* give UINT_MAX if set nothing */
301 if ((source == UINT_MAX) && (rate == UINT_MAX)) { command_set_clock()
316 if ((source != UINT_MAX) && (clock.source != source)) command_set_clock()
318 if ((rate != UINT_MAX) && (clock.sampling_rate != rate)) command_set_clock()
370 return command_set_clock(efw, UINT_MAX, rate); snd_efw_command_set_sampling_rate()
H A Dfireworks_pcm.c73 .min = UINT_MAX, .max = 0, .integer = 1 hw_rule_rate()
98 .min = UINT_MAX, .max = 0, .integer = 1 hw_rule_channels()
119 hw->channels_min = UINT_MAX; limit_channels()
136 hw->periods_max = UINT_MAX; limit_period_and_buffer()
/linux-4.1.27/net/netfilter/
H A Dxt_set.c56 info->match_set.u.compat.flags, 0, UINT_MAX); set_match_v0()
118 info->match_set.flags, 0, UINT_MAX); set_match_v1()
182 info->match_set.flags, info->flags, UINT_MAX); set_match_v3()
228 info->match_set.flags, info->flags, UINT_MAX); set_match_v4()
256 info->add_set.u.compat.flags, 0, UINT_MAX); set_target_v0()
258 info->del_set.u.compat.flags, 0, UINT_MAX); set_target_v0()
328 info->add_set.flags, 0, UINT_MAX); set_target_v1()
330 info->del_set.flags, 0, UINT_MAX); set_target_v1()
398 info->del_set.flags, 0, UINT_MAX); set_target_v2()
402 add_opt.ext.timeout > UINT_MAX/MSEC_PER_SEC) set_target_v2()
403 add_opt.ext.timeout = UINT_MAX/MSEC_PER_SEC; set_target_v2()
424 info->del_set.flags, 0, UINT_MAX); set_target_v3()
426 info->map_set.flags, 0, UINT_MAX); set_target_v3()
432 add_opt.ext.timeout > UINT_MAX/MSEC_PER_SEC) set_target_v3()
433 add_opt.ext.timeout = UINT_MAX/MSEC_PER_SEC; set_target_v3()
H A Dnf_conntrack_amanda.c117 if (start == UINT_MAX) amanda_help()
123 if (stop == UINT_MAX) amanda_help()
129 if (off == UINT_MAX) amanda_help()
H A Dxt_string.c35 != UINT_MAX) ^ invert; string_mt()
/linux-4.1.27/sound/firewire/bebob/
H A Dbebob_pcm.c20 .min = UINT_MAX, .max = 0, .integer = 1 hw_rule_rate()
48 .min = UINT_MAX, .max = 0, .integer = 1 hw_rule_channels()
74 hw->channels_min = UINT_MAX; limit_channels_and_rates()
77 hw->rate_min = UINT_MAX; limit_channels_and_rates()
99 hw->periods_max = UINT_MAX; limit_period_and_buffer()
/linux-4.1.27/lib/
H A Ddynamic_queue_limits.c55 dql->lowest_slack = UINT_MAX; dql_completed()
95 dql->lowest_slack = UINT_MAX; dql_completed()
125 dql->lowest_slack = UINT_MAX; dql_reset()
H A Dtextsearch.c68 * the position of the first occurrence of the pattern or UINT_MAX if
91 * if (pos != UINT_MAX)
227 * %UINT_MAX if no occurrence was found.
H A Dts_bm.c97 return UINT_MAX; bm_find()
H A Dts_kmp.c75 return UINT_MAX; kmp_find()
H A Dts_fsm.c252 return UINT_MAX; fsm_find()
/linux-4.1.27/fs/notify/
H A Dfdinfo.c149 if (group->max_events == UINT_MAX) fanotify_show_fdinfo()
152 if (group->fanotify_data.max_marks == UINT_MAX) fanotify_show_fdinfo()
H A Dgroup.c103 group->max_events = UINT_MAX; fsnotify_alloc_group()
/linux-4.1.27/sound/firewire/dice/
H A Ddice-pcm.c23 .min = UINT_MAX, .max = 0, .integer = 1 dice_rate_constraint()
58 .min = UINT_MAX, .max = 0, .integer = 1 dice_channels_constraint()
89 hw->channels_min = UINT_MAX; limit_channels_and_rates()
110 hw->periods_max = UINT_MAX; limit_period_and_buffer()
H A Ddice-transaction.c80 if (source != UINT_MAX) { set_clock_info()
85 if (rate != UINT_MAX) { set_clock_info()
163 return set_clock_info(dice, rate, UINT_MAX); snd_dice_transaction_set_rate()
/linux-4.1.27/sound/firewire/oxfw/
H A Doxfw-pcm.c19 .min = UINT_MAX, .max = 0, .integer = 1 hw_rule_rate()
85 hw->channels_min = UINT_MAX; limit_channels_and_rates()
88 hw->rate_min = UINT_MAX; limit_channels_and_rates()
112 hw->periods_max = UINT_MAX; limit_period_and_buffer()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dvmware.c45 "2"(VMWARE_HYPERVISOR_PORT), "3"(UINT_MAX) : \
84 if (ebx != UINT_MAX) vmware_platform_setup()
/linux-4.1.27/include/linux/
H A Dtextsearch.h102 * UINT_MAX if not match was found.
121 * UINT_MAX if no match was found.
H A Ddynamic_queue_limits.h65 #define DQL_MAX_OBJECT (UINT_MAX / 16)
66 #define DQL_MAX_LIMIT ((UINT_MAX / 2) - DQL_MAX_OBJECT)
H A Ddevice-mapper.h590 ((num) > (UINT_MAX - (fixed)) / (obj))
H A Drcupdate.h118 #define UINT_CMP_GE(a, b) (UINT_MAX / 2 >= (a) - (b))
119 #define UINT_CMP_LT(a, b) (UINT_MAX / 2 < (a) - (b))
H A Dirq.h838 #define IRQ_MSK(n) (u32)((n) < 32 ? ((1 << (n)) - 1) : UINT_MAX)
H A Dkernel.h23 #define UINT_MAX (~0U) macro
/linux-4.1.27/kernel/trace/
H A Dtrace_benchmark.c78 * When bm_cnt is greater than UINT_MAX, it breaks the statistics trace_do_benchmark()
82 if (bm_cnt > UINT_MAX) { trace_do_benchmark()
H A Dtrace_functions_graph.c1423 char buf[15]; /* More than enough to hold UINT_MAX + "\n"*/ graph_depth_read()
/linux-4.1.27/tools/perf/util/
H A Dthread_map.c151 if (tid == -1 && uid != UINT_MAX) thread_map__new()
279 if (!tid && uid != UINT_MAX) thread_map__new_str()
H A Dtarget.c74 target->uid = UINT_MAX; target__parse_uid()
H A Drecord.c145 bool user_freq = opts->user_freq != UINT_MAX; record_opts__config_freq()
H A Devlist.c896 if (pages == UINT_MAX) { perf_evlist__mmap_size()
967 unsigned long max = UINT_MAX; perf_evlist__parse_mmap_pages()
H A Dheader.c329 nrc = (u32)(nr & UINT_MAX); write_nrcpus()
335 nra = (u32)(nr & UINT_MAX); write_nrcpus()
545 nr = (u32)(ncpus & UINT_MAX); build_cpu_topology()
H A Dpython.c442 int pid = -1, tid = -1, uid = UINT_MAX; pyrf_thread_map__init()
/linux-4.1.27/drivers/md/
H A Ddm-flakey.c55 {1, UINT_MAX, "Invalid corrupt bio byte"}, parse_features()
57 {0, UINT_MAX, "Invalid corrupt bio flags mask"}, parse_features()
158 {0, UINT_MAX, "Invalid up interval"}, flakey_ctr()
159 {0, UINT_MAX, "Invalid down interval"}, flakey_ctr()
H A Ddm-switch.c256 {1, UINT_MAX, "Invalid region size"}, switch_ctr()
H A Ddm-log-writes.c785 limits->max_discard_sectors = (UINT_MAX >> SECTOR_SHIFT); log_writes_io_hints()
H A Ddm-stats.c198 last->last_rw = UINT_MAX; for_each_possible_cpu()
H A Ddm-bufio.c1735 if (max_age > UINT_MAX / HZ) get_max_age_hz()
1736 max_age = UINT_MAX / HZ; get_max_age_hz()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Ddebugfs.c97 i2400m->rx_pl_min = UINT_MAX; i2400m_rx_stats_write()
100 i2400m->rx_size_min = UINT_MAX; i2400m_rx_stats_write()
150 i2400m->tx_pl_min = UINT_MAX; i2400m_tx_stats_write()
153 i2400m->tx_size_min = UINT_MAX; i2400m_tx_stats_write()
H A Ddriver.c801 i2400m->tx_pl_min = UINT_MAX; i2400m_init()
802 i2400m->tx_size_min = UINT_MAX; i2400m_init()
805 i2400m->rx_pl_min = UINT_MAX; i2400m_init()
806 i2400m->rx_size_min = UINT_MAX; i2400m_init()
/linux-4.1.27/arch/m68k/amiga/
H A Dchipram.c80 error = allocate_resource(&chipram_res, res, size, 0, UINT_MAX, amiga_chip_alloc_res()
/linux-4.1.27/mm/
H A Dmemtest.c114 for (i = memtest_pattern-1; i < UINT_MAX; --i) { early_memtest()
H A Dhuge_memory.c427 if (err || msecs > UINT_MAX) scan_sleep_millisecs_store()
454 if (err || msecs > UINT_MAX) alloc_sleep_millisecs_store()
480 if (err || !pages || pages > UINT_MAX) pages_to_scan_store()
H A Dksm.c2098 if (err || msecs > UINT_MAX) sleep_millisecs_store()
2121 if (err || nr_pages > UINT_MAX) pages_to_scan_store()
2143 if (err || flags > UINT_MAX) run_store()
H A Dpercpu.c1576 unit_map[cpu] = UINT_MAX; pcpu_setup_first_chunk()
1594 PCPU_SETUP_BUG_ON(unit_map[cpu] != UINT_MAX); pcpu_setup_first_chunk()
1611 PCPU_SETUP_BUG_ON(unit_map[cpu] == UINT_MAX); pcpu_setup_first_chunk()
/linux-4.1.27/drivers/watchdog/
H A Dstmp3xxx_rtc_wdt.c20 #define STMP3XXX_MAX_TIMEOUT (UINT_MAX / WDOG_TICK_RATE)
H A Dmoxart_wdt.c126 max_timeout = UINT_MAX / moxart_wdt->clock_frequency; moxart_wdt_probe()
H A Docteon-wdt-main.c590 octeon_wdt.max_timeout = UINT_MAX; octeon_wdt_init()
/linux-4.1.27/drivers/leds/
H A Dleds-pm8941-wled.c275 return UINT_MAX; pm8941_wled_values()
356 c = UINT_MAX; pm8941_wled_configure()
359 if (c == UINT_MAX) { pm8941_wled_configure()
/linux-4.1.27/arch/powerpc/kernel/
H A Duprobes.c31 #define UPROBE_TRAP_NR UINT_MAX
91 * sets thread.trap_nr != UINT_MAX.
95 * UPROBE_TRAP_NR == UINT_MAX set by arch_uprobe_pre_xol().
/linux-4.1.27/drivers/clocksource/
H A Drockchip_timer.c178 clockevents_config_and_register(ce, bc_timer.freq, 1, UINT_MAX); rk_timer_init()
H A Dtimer-digicolor.c180 writel(UINT_MAX, dc_timer_dev.base + COUNT(TIMER_B)); digicolor_timer_init()
/linux-4.1.27/drivers/cpuidle/
H A Dcpuidle-arm.c75 .power_usage = UINT_MAX,
/linux-4.1.27/net/rxrpc/
H A Dar-skbuff.c74 if (call->ackr_win_top < UINT_MAX) rxrpc_hard_ACK_data()
/linux-4.1.27/net/sched/
H A Dem_text.c44 return skb_find_text(skb, from, to, tm->config) != UINT_MAX; em_text_match()
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c195 .overflow_s = UINT_MAX,
/linux-4.1.27/arch/arm/kernel/
H A Ddevtree.c72 * Temp logical map is initialized with UINT_MAX values that are arm_dt_init_cpu_maps()
118 * temp values were initialized to UINT_MAX for_each_child_of_node()
/linux-4.1.27/sound/pci/ctxfi/
H A Dctpcm.c149 1024, UINT_MAX); ct_pcm_playback_open()
295 1024, UINT_MAX); ct_pcm_capture_open()
/linux-4.1.27/sound/core/
H A Dpcm_lib.c540 return UINT_MAX; div32()
549 return UINT_MAX; div_down()
558 return UINT_MAX; div_up()
569 if (div_down(UINT_MAX, a) < b) mul()
570 return UINT_MAX; mul()
581 return UINT_MAX; muldiv32()
584 if (n >= UINT_MAX) { muldiv32()
586 return UINT_MAX; muldiv32()
716 c->max = UINT_MAX; snd_interval_div()
783 c->max = UINT_MAX; snd_interval_mulkdiv()
1033 list_range.min = UINT_MAX; snd_interval_list()
1074 range_union.min = UINT_MAX; snd_interval_ranges()
H A Dpcm_memory.c188 substream->buffer_bytes_max = UINT_MAX; snd_pcm_lib_preallocate_proc_write()
H A Dcontrol.c320 if (card->last_numid >= UINT_MAX - count) snd_ctl_remove_numid_conflict()
373 if (id.index > UINT_MAX - kcontrol->count) snd_ctl_add()
H A Dpcm.c724 substream->buffer_bytes_max = UINT_MAX; snd_pcm_new_stream()
/linux-4.1.27/sound/soc/codecs/
H A Dtlv320aic23.c244 return UINT_MAX; get_score()
253 unsigned best_score = UINT_MAX; find_rate()
288 if ((score != UINT_MAX) && (best_score >= score)) { find_rate()
/linux-4.1.27/drivers/acpi/
H A Dioapic.c197 UINT_MAX, handle_ioapic_add, NULL, acpi_ioapic_add()
/linux-4.1.27/arch/arm/probes/uprobes/
H A Dcore.c24 #define UPROBE_TRAP_NR UINT_MAX
/linux-4.1.27/arch/m68k/atari/
H A Dstram.c165 error = allocate_resource(&stram_pool, res, size, 0, UINT_MAX, atari_stram_alloc()
/linux-4.1.27/security/selinux/ss/
H A Dsidtab.c217 if (s->next_sid == UINT_MAX || s->shutdown) { sidtab_context_to_sid()
/linux-4.1.27/net/netfilter/ipset/
H A Dip_set_hash_netnet.c227 if (unlikely(ip + UINT_MAX == ip_to)) hash_netnet4_uadt()
239 if (unlikely(ip2_from + UINT_MAX == ip2_to)) hash_netnet4_uadt()
H A Dip_set_hash_netportnet.c263 if (unlikely(ip + UINT_MAX == ip_to)) hash_netportnet4_uadt()
282 if (unlikely(ip2_from + UINT_MAX == ip2_to)) hash_netportnet4_uadt()
H A Dip_set_hash_net.c194 if (ip + UINT_MAX == ip_to) hash_net4_uadt()
H A Dip_set_hash_ipportnet.c271 if (ip2_from + UINT_MAX == ip2_to) hash_ipportnet4_uadt()
H A Dip_set_hash_netiface.c354 if (ip + UINT_MAX == ip_to) hash_netiface4_uadt()
H A Dip_set_hash_netport.c241 if (ip + UINT_MAX == ip_to) hash_netport4_uadt()
/linux-4.1.27/net/sctp/
H A Dsysctl.c58 (MAX_SCHEDULE_TIMEOUT / HZ > UINT_MAX)
59 ? UINT_MAX : MAX_SCHEDULE_TIMEOUT / HZ;
/linux-4.1.27/drivers/mmc/host/
H A Dsdhci-s3c.c117 return UINT_MAX; sdhci_s3c_consider_clock()
139 return UINT_MAX; sdhci_s3c_consider_clock()
159 unsigned int best = UINT_MAX; sdhci_s3c_set_clock()
/linux-4.1.27/drivers/staging/comedi/
H A Dcomedidev.h181 * (UINT_MAX+1). Subtracting a "higher" _count value from a "lower"
183 * value from a lower _Count value because prealloc_bufsz < UINT_MAX+1.
191 * less than or equal to UINT_MAX).
H A Ddrivers.c436 if (async->scans_done < (UINT_MAX - nscans)) comedi_inc_scan_progress()
439 async->scans_done = UINT_MAX; comedi_inc_scan_progress()
H A Dcomedi_fops.c405 if (size > (UINT_MAX / 1024)) max_read_buffer_kb_store()
461 if (size > (UINT_MAX / 1024)) read_buffer_kb_store()
518 if (size > (UINT_MAX / 1024)) max_write_buffer_kb_store()
574 if (size > (UINT_MAX / 1024)) write_buffer_kb_store()
/linux-4.1.27/drivers/mtd/
H A Dmtdswap.c70 #define PAGE_UNDEF UINT_MAX
71 #define BLOCK_UNDEF UINT_MAX
72 #define BLOCK_ERROR (UINT_MAX - 1)
73 #define BLOCK_MAX (UINT_MAX - 2)
H A Drfd_ftl.c280 erase->addr > UINT_MAX) { erase_callback()
761 if (mtd->type != MTD_NORFLASH || mtd->size > UINT_MAX) rfd_ftl_add_mtd()
H A Dssfdc.c294 mtd->size > UINT_MAX) ssfdcr_add_mtd()
H A Dmtd_blkdevs.c426 new->rq->limits.max_discard_sectors = UINT_MAX; add_mtd_blktrans_dev()
H A Dinftlcore.c53 if (!mtd_type_is_nand(mtd) || mtd->size > UINT_MAX) inftl_add_mtd()
H A Dnftlcore.c53 if (!mtd_type_is_nand(mtd) || mtd->size > UINT_MAX) nftl_add_mtd()
/linux-4.1.27/drivers/media/platform/
H A Dsh_vou.c534 unsigned int best_err = UINT_MAX, best = 0, img_height_max; vou_adjust_input()
569 best_err = UINT_MAX; vou_adjust_input()
601 unsigned int best_err = UINT_MAX, best = geo->in_width, vou_adjust_output()
643 best_err = UINT_MAX; vou_adjust_output()
/linux-4.1.27/drivers/media/rc/
H A Drc-loopback.c201 rc->max_timeout = UINT_MAX; loop_init()
/linux-4.1.27/drivers/input/misc/
H A Daxp20x-pek.c109 unsigned int best_err = UINT_MAX; axp20x_store_ext_attr()
/linux-4.1.27/block/
H A Dblk-lib.c67 max_discard_sectors = min(q->limits.max_discard_sectors, UINT_MAX >> 9); blkdev_issue_discard()
H A Dblk-settings.c147 lim->max_hw_sectors = UINT_MAX; blk_set_stacking_limits()
148 lim->max_segment_size = UINT_MAX; blk_set_stacking_limits()
149 lim->max_sectors = UINT_MAX; blk_set_stacking_limits()
150 lim->max_write_same_sectors = UINT_MAX; blk_set_stacking_limits()
H A Dcfq-iosched.c4537 STORE_FUNCTION(cfq_quantum_store, &cfqd->cfq_quantum, 1, UINT_MAX, 0);
4539 UINT_MAX, 1);
4541 UINT_MAX, 1);
4542 STORE_FUNCTION(cfq_back_seek_max_store, &cfqd->cfq_back_max, 0, UINT_MAX, 0);
4544 UINT_MAX, 0);
4545 STORE_FUNCTION(cfq_slice_idle_store, &cfqd->cfq_slice_idle, 0, UINT_MAX, 1);
4546 STORE_FUNCTION(cfq_group_idle_store, &cfqd->cfq_group_idle, 0, UINT_MAX, 1);
4547 STORE_FUNCTION(cfq_slice_sync_store, &cfqd->cfq_slice[1], 1, UINT_MAX, 1);
4548 STORE_FUNCTION(cfq_slice_async_store, &cfqd->cfq_slice[0], 1, UINT_MAX, 1);
4550 UINT_MAX, 0);
4552 STORE_FUNCTION(cfq_target_latency_store, &cfqd->cfq_target_latency, 1, UINT_MAX, 1);
H A Dblk-sysfs.c35 if (err || v > UINT_MAX) queue_var_store()
H A Dblk-cgroup.h24 #define THROTL_IOPS_MAX UINT_MAX
H A Dblk-throttle.c837 if (tmp > UINT_MAX) tg_with_in_iops_limit()
838 io_allowed = UINT_MAX; tg_with_in_iops_limit()
/linux-4.1.27/arch/x86/include/asm/
H A Dio_apic.h256 static inline u32 mp_pin_to_gsi(int ioapic, int pin) { return UINT_MAX; } mp_map_gsi_to_irq()
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Dhdmi.c184 .pclk = UINT_MAX,
230 .pclk = UINT_MAX,
304 .pclk = UINT_MAX,
383 .pclk = UINT_MAX,
/linux-4.1.27/fs/notify/fanotify/
H A Dfanotify.c6 #include <linux/kernel.h> /* UINT_MAX */
H A Dfanotify_user.c775 group->max_events = UINT_MAX; SYSCALL_DEFINE2()
784 group->fanotify_data.max_marks = UINT_MAX; SYSCALL_DEFINE2()
/linux-4.1.27/include/sound/
H A Dpcm_params.h225 i->max = UINT_MAX; snd_interval_any()
/linux-4.1.27/sound/firewire/
H A Damdtp.c157 5000, UINT_MAX); amdtp_stream_add_pcm_hw_constraints()
730 s->data_block_counter != UINT_MAX) handle_in_packet()
735 s->data_block_counter == UINT_MAX) { handle_in_packet()
922 s->data_block_counter = UINT_MAX; amdtp_stream_start()
H A Disight.c264 .periods_max = UINT_MAX, isight_open()
/linux-4.1.27/sound/pci/oxygen/
H A Doxygen_io.c158 unsigned int last_read = UINT_MAX; oxygen_read_ac97()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Ddebugfs.c454 u32 reg_type = 0, reg_offset = 0, reg_value = UINT_MAX; mwifiex_regrdwr_write()
508 if (saved_reg_value != UINT_MAX) { mwifiex_regrdwr_read()
/linux-4.1.27/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c121 if (*val > UINT_MAX) fcoe_str_to_dev_loss()
137 if (val > UINT_MAX) fcoe_fcf_set_dev_loss_tmo()
/linux-4.1.27/drivers/cpuidle/governors/
H A Dmenu.c26 * If (MAX_INTERESTING-1) * RESOLUTION > UINT_MAX, the result of
205 thresh = UINT_MAX; /* Discard outliers above this value */ get_typical_interval()
/linux-4.1.27/fs/f2fs/
H A Dgc.c177 return UINT_MAX; get_max_cost()
230 return UINT_MAX - ((100 * (100 - u) * age) / (100 + u)); get_cb_cost()
/linux-4.1.27/drivers/md/bcache/
H A Dsuper.c837 q->limits.max_hw_sectors = UINT_MAX; bcache_device_init()
838 q->limits.max_sectors = UINT_MAX; bcache_device_init()
839 q->limits.max_segment_size = UINT_MAX; bcache_device_init()
841 q->limits.max_discard_sectors = UINT_MAX; bcache_device_init()
/linux-4.1.27/drivers/spi/
H A Dspi-txx9.c393 master->num_chipselect = (u16)UINT_MAX; /* any GPIO numbers */ txx9spi_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.h364 d_lo = m_lo + (UINT_MAX - s_lo) + 1; \
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_proc.c98 unsigned int shift = *rs_total > UINT_MAX ? 16 : 10; drbd_get_syncer_progress()
/linux-4.1.27/fs/ocfs2/
H A Dslot_map.c368 BUG_ON(blocks > UINT_MAX); ocfs2_map_slot_buffers()
H A Daops.c1293 wc->w_first_new_cpos = UINT_MAX; ocfs2_alloc_write_ctxt()
1802 * If w_first_new_cpos is < UINT_MAX, we have a non-sparse ocfs2_populate_write_desc()
2096 wc->w_cpos, wc->w_clen, UINT_MAX); ocfs2_write_begin_nolock()
H A Dextent_map.c399 *num_clusters = UINT_MAX - v_cluster; ocfs2_figure_hole_clusters()
H A Dfile.c925 zero_clusters, UINT_MAX); ocfs2_zero_extend_get_range()
2100 ret = ocfs2_refcount_cow(inode, di_bh, cpos, clusters, UINT_MAX); ocfs2_prepare_inode_for_refcount()
/linux-4.1.27/arch/s390/kernel/
H A Duprobes.c18 #define UPROBE_TRAP_NR UINT_MAX
/linux-4.1.27/arch/arm/crypto/
H A Daesbs-glue.c218 u32 headroom = UINT_MAX - be32_to_cpu(ctr[3]); aesbs_ctr_encrypt()
/linux-4.1.27/net/core/
H A Dgen_stats.c200 est.bps = min_t(u64, UINT_MAX, r->bps); gnet_stats_copy_rate_est()
/linux-4.1.27/kernel/sched/
H A Dcompletion.c54 x->done += UINT_MAX/2; complete_all()
/linux-4.1.27/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c137 hw.periods_max = UINT_MAX; dmaengine_pcm_set_runtime_hwparams()
H A Dsoc-pcm.c361 unsigned int chan_min = 0, chan_max = UINT_MAX; soc_pcm_init_runtime_hw()
362 unsigned int rate_min = 0, rate_max = UINT_MAX; soc_pcm_init_runtime_hw()
363 unsigned int rates = UINT_MAX; soc_pcm_init_runtime_hw()
/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Drepository.c494 *bus_index = UINT_MAX; ps3_repository_find_bus()
502 *bus_index = UINT_MAX; ps3_repository_find_bus()
514 *interrupt_id = UINT_MAX; ps3_repository_find_interrupt()
/linux-4.1.27/fs/gfs2/
H A Dfile.c807 loff_t bytes, max_bytes, max_blks = UINT_MAX; __gfs2_fallocate()
813 loff_t max_chunk_size = UINT_MAX & bsize_mask; __gfs2_fallocate()
822 bytes = UINT_MAX; __gfs2_fallocate()
/linux-4.1.27/net/rds/
H A Drdma.c59 (vec->bytes > (u64)UINT_MAX)) rds_pages_in_vec()
499 * nr_pages for one entry is limited to (UINT_MAX>>PAGE_SHIFT)+1, rds_rdma_pages()
532 * nr_pages for one entry is limited to (UINT_MAX>>PAGE_SHIFT)+1, rds_rdma_extra_size()
H A Dib_cm.c571 UINT_MAX, UINT_MAX); rds_ib_cm_initiate_connect()
/linux-4.1.27/sound/usb/misc/
H A Dua101.c646 substream->runtime->hw.period_bytes_max = UINT_MAX; set_stream_hw()
648 substream->runtime->hw.periods_max = UINT_MAX; set_stream_hw()
652 UINT_MAX); set_stream_hw()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_execbuffer.c942 unsigned relocs_max = UINT_MAX / sizeof(struct drm_i915_gem_relocation_entry); validate_exec_list()
1214 if (args->num_cliprects > UINT_MAX / sizeof(*cliprects)) { i915_gem_ringbuffer_submission()
1727 args->buffer_count > UINT_MAX / sizeof(*exec2_list)) { i915_gem_execbuffer2()
/linux-4.1.27/fs/nilfs2/
H A Dioctl.c907 if (nsegs > UINT_MAX / sizeof(__u64)) nilfs_ioctl_clean_segments()
931 if (argv[n].v_nmembs >= UINT_MAX / argv[n].v_size) nilfs_ioctl_clean_segments()
1259 if (argv.v_nmembs >= UINT_MAX / argv.v_size) nilfs_ioctl_set_suinfo()
/linux-4.1.27/drivers/hwmon/
H A Dntc_thermistor.c305 return UINT_MAX; div64_u64_safe()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c118 if (speed == UINT_MAX) { pch_gbe_set_settings()
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-core.h39 * Ideally FPS_MAX should be infinity, i.e. practically UINT_MAX, but that
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-common.c379 u32 error, min_error = UINT_MAX; v4l2_find_nearest_format()
/linux-4.1.27/drivers/target/
H A Dtarget_core_rd.c340 dev->dev_attrib.hw_max_sectors = UINT_MAX; rd_configure_device()
H A Dtarget_core_fabric_configfs.c372 if (mapped_lun > UINT_MAX) { target_fabric_make_mappedlun()
901 if (unpacked_lun > UINT_MAX) target_fabric_make_lun()
/linux-4.1.27/drivers/block/
H A Dbrd.c503 brd->brd_queue->limits.max_discard_sectors = UINT_MAX; brd_alloc()
H A Dnbd.c827 disk->queue->limits.max_discard_sectors = UINT_MAX; nbd_init()
/linux-4.1.27/drivers/clk/
H A Dclk-divider.c48 unsigned int mindiv = UINT_MAX; _get_table_mindiv()
/linux-4.1.27/drivers/hsi/controllers/
H A Domap_ssi.c390 omap_ssi->max_speed = UINT_MAX; ssi_add_controller()
/linux-4.1.27/drivers/target/tcm_fc/
H A Dtfc_conf.c318 if (index > UINT_MAX) ft_add_tpg()
/linux-4.1.27/fs/proc/
H A Dgeneric.c207 if (i > UINT_MAX - PROC_DYNAMIC_FIRST) { proc_alloc_inum()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dmpic_timer.c335 ticks = ((u64)tmp_ticks & UINT_MAX) * (u64)MAX_TICKS_CASCADE; mpic_get_remain_time()
/linux-4.1.27/fs/cifs/
H A Dasn1.c428 if (size < 2 || size > UINT_MAX/sizeof(unsigned long)) asn1_oid_decode()
H A Dcifsacl.c121 if (id_auth_val <= UINT_MAX) sid_to_key_str()
/linux-4.1.27/net/dccp/
H A Doptions.c289 return likely(ndp <= USHRT_MAX) ? 2 : (ndp <= UINT_MAX ? 4 : 6); dccp_ndp_len()
/linux-4.1.27/sound/isa/sb/
H A Demu8000_pcm.c250 (1000000 + HZ - 1) / HZ, UINT_MAX); emu8k_pcm_open()
/linux-4.1.27/tools/usb/
H A Dtestusb.c370 if (errno || *end || val > UINT_MAX) parse_num()
/linux-4.1.27/drivers/scsi/
H A Dvirtio_scsi.c766 .dma_boundary = UINT_MAX,
785 .dma_boundary = UINT_MAX,
H A Dscsi_sysfs.c314 if (deadline * HZ > UINT_MAX) store_shost_eh_deadline()
/linux-4.1.27/drivers/tty/serial/
H A Dcrisv10.c263 .dma_out_nbr = UINT_MAX,
276 .dma_in_nbr = UINT_MAX,
316 .dma_out_nbr = UINT_MAX,
330 .dma_in_nbr = UINT_MAX,
371 .dma_out_nbr = UINT_MAX,
384 .dma_in_nbr = UINT_MAX,
424 .dma_out_nbr = UINT_MAX,
437 .dma_in_nbr = UINT_MAX,
/linux-4.1.27/fs/reiserfs/
H A Dbitmap.c311 if (info->free_count == UINT_MAX) { block_group_used()
1439 if (info->free_count == UINT_MAX) reiserfs_read_bitmap_block()
/linux-4.1.27/kernel/locking/
H A Dmutex.c663 if (tmp > UINT_MAX/4) ww_mutex_deadlock_injection()
664 tmp = UINT_MAX; ww_mutex_deadlock_injection()
/linux-4.1.27/kernel/
H A Drelay.c169 if (chan->n_subbufs > UINT_MAX / sizeof(size_t *)) relay_create_buf()
581 if (subbuf_size > UINT_MAX / n_subbufs) relay_open()
/linux-4.1.27/tools/perf/
H A Dbuiltin-record.c818 .mmap_pages = UINT_MAX,
819 .user_freq = UINT_MAX,
H A Dbuiltin-top.c1056 .mmap_pages = UINT_MAX, cmd_top()
1057 .user_freq = UINT_MAX, cmd_top()
H A Dbuiltin-trace.c2648 .uid = UINT_MAX, cmd_trace()
2651 .user_freq = UINT_MAX, cmd_trace()
2654 .mmap_pages = UINT_MAX, cmd_trace()
H A Dbuiltin-kvm.c1338 kvm->opts.target.uid = UINT_MAX; kvm_events_live()
/linux-4.1.27/sound/pci/asihpi/
H A Dasihpi.c827 modulo_min(min_buf_pos, pcm_buf_dma_ofs, UINT_MAX+1L); snd_pcm_group_for_each_entry()
1123 card->update_interval_frames, UINT_MAX); snd_card_asihpi_playback_open()
1293 card->update_interval_frames, UINT_MAX); snd_card_asihpi_capture_open()
/linux-4.1.27/drivers/mmc/core/
H A Dcore.c2215 max_qty = UINT_MAX >> card->erase_shift; mmc_do_calc_max_discard()
2217 max_qty = UINT_MAX; mmc_do_calc_max_discard()
2219 max_qty = UINT_MAX / card->erase_size; mmc_do_calc_max_discard()
2259 return UINT_MAX; mmc_calc_max_discard()
/linux-4.1.27/fs/
H A Dioctl.c22 #define FIEMAP_MAX_EXTENTS (UINT_MAX / sizeof(struct fiemap_extent))
/linux-4.1.27/kernel/time/
H A Dclockevents.c516 else if (sec > 600 && dev->max_delta_ticks > UINT_MAX) clockevents_config()
H A Dclocksource.c683 else if (sec > 600 && cs->mask > UINT_MAX) __clocksource_update_freq_scale()
/linux-4.1.27/net/atm/
H A Dclip.c9 #include <linux/kernel.h> /* for UINT_MAX */
/linux-4.1.27/sound/usb/
H A Dpcm.c1116 ptmin = UINT_MAX; setup_hw_info()
1148 ptmin, UINT_MAX); setup_hw_info()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_crtc.c1367 "SRC_X", 0, UINT_MAX); drm_mode_create_standard_properties()
1373 "SRC_Y", 0, UINT_MAX); drm_mode_create_standard_properties()
1379 "SRC_W", 0, UINT_MAX); drm_mode_create_standard_properties()
1385 "SRC_H", 0, UINT_MAX); drm_mode_create_standard_properties()
3294 if ((uint64_t) width * cpp > UINT_MAX) framebuffer_check()
3297 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX) framebuffer_check()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Damplc_pci230.c648 return div > UINT_MAX ? UINT_MAX : (unsigned int)div; pci230_divide_ns()
1386 min_scan_period = UINT_MAX; pci230_ai_check_scan_period()
/linux-4.1.27/drivers/mmc/card/
H A Dmmc_test.c506 while (ns > UINT_MAX) { mmc_test_rate()
1939 for (cnt = 0; cnt < UINT_MAX; cnt++) { mmc_test_rnd_perf()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-ops.c715 * nbytes will always be <= UINT_MAX because dm_wa->length is ccp_queue_buf()
754 * and destination. The resulting len values will always be <= UINT_MAX ccp_prepare_data()
/linux-4.1.27/fs/nfs/
H A Dsuper.c514 { UINT_MAX, "unknown" } nfs_pseudoflavour_to_name()
518 for (i = 0; sec_flavours[i].flavour != UINT_MAX; i++) { nfs_pseudoflavour_to_name()
/linux-4.1.27/drivers/power/
H A Dcharger-manager.c1065 unsigned int wakeup_ms = UINT_MAX; cm_setup_timer()
1106 if (wakeup_ms == UINT_MAX || cm_setup_timer()
/linux-4.1.27/sound/pci/ymfpci/
H A Dymfpci_main.c908 5334, UINT_MAX); snd_ymfpci_playback_open_1()
1033 5334, UINT_MAX); snd_ymfpci_capture_open()
/linux-4.1.27/drivers/net/bonding/
H A Dbond_main.c2109 if (slave->link_failure_count < UINT_MAX) bond_for_each_slave()
2570 if (slave->link_failure_count < UINT_MAX) bond_for_each_slave_rcu()
2730 if (slave->link_failure_count < UINT_MAX) bond_for_each_slave()
2813 if (slave->link_failure_count < UINT_MAX) bond_for_each_slave_rcu()
/linux-4.1.27/drivers/media/i2c/
H A Dov2659.c1078 unsigned int min_err = UINT_MAX; __ov2659_try_frame_size()
/linux-4.1.27/drivers/media/i2c/soc_camera/
H A Dov772x.c665 u32 best_diff = UINT_MAX; ov772x_select_win()
/linux-4.1.27/drivers/s390/block/
H A Ddasd_devmap.c1311 val > UINT_MAX / HZ) { dasd_timeout_store()
/linux-4.1.27/drivers/dma/
H A Ddmatest.c370 while (runtime > UINT_MAX) { dmatest_persec()
/linux-4.1.27/arch/x86/kernel/
H A Duprobes.c50 #define UPROBE_TRAP_NR UINT_MAX
/linux-4.1.27/drivers/block/zram/
H A Dzram_drv.c1209 zram->disk->queue->limits.max_discard_sectors = UINT_MAX; create_device()
/linux-4.1.27/drivers/char/
H A Dlp.c590 if (arg > UINT_MAX / HZ) lp_do_ioctl()
/linux-4.1.27/drivers/hsi/clients/
H A Dcmt_speech.c141 BUILD_BUG_ON((1LLU << RX_PTR_MAX_SHIFT) > UINT_MAX); rx_ptr_shift_too_big()
/linux-4.1.27/Documentation/target/
H A Dtcm_mod_builder.py302 buf += " if (kstrtoul(name + 5, 10, &tpgt) || tpgt > UINT_MAX)\n"
/linux-4.1.27/fs/autofs4/
H A Droot.c780 if (ntimeout > UINT_MAX/HZ) autofs4_compat_get_set_timeout()
/linux-4.1.27/net/ceph/
H A Dosdmap.c869 if (len > (UINT_MAX - sizeof(*pg)) / sizeof(u32)) __decode_pg_temp()
/linux-4.1.27/sound/drivers/
H A Ddummy.c155 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 256, UINT_MAX); emu10k1_playback_constraints()

Completed in 4339 milliseconds

12