Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/Linux-v4.19/drivers/soc/tegra/
Dpmc.c934 if (pad->dpd == UINT_MAX) in tegra_io_pad_prepare()
1071 if (pad->voltage == UINT_MAX) in tegra_io_pad_set_voltage()
1108 if (pad->voltage == UINT_MAX) in tegra_io_pad_get_voltage()
1653 { .id = TEGRA_IO_PAD_AUDIO, .dpd = 17, .voltage = UINT_MAX },
1654 { .id = TEGRA_IO_PAD_BB, .dpd = 15, .voltage = UINT_MAX },
1655 { .id = TEGRA_IO_PAD_CAM, .dpd = 36, .voltage = UINT_MAX },
1656 { .id = TEGRA_IO_PAD_COMP, .dpd = 22, .voltage = UINT_MAX },
1657 { .id = TEGRA_IO_PAD_CSIA, .dpd = 0, .voltage = UINT_MAX },
1658 { .id = TEGRA_IO_PAD_CSIB, .dpd = 1, .voltage = UINT_MAX },
1659 { .id = TEGRA_IO_PAD_CSIE, .dpd = 44, .voltage = UINT_MAX },
[all …]
/Linux-v4.19/drivers/soc/tegra/fuse/
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},
[all …]
Dspeedo-tegra210.c47 { 2119, UINT_MAX },
48 { 2119, UINT_MAX },
52 { UINT_MAX, UINT_MAX },
53 { UINT_MAX, UINT_MAX },
57 { 1950, 2100, UINT_MAX },
58 { 1950, 2100, UINT_MAX },
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},
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},
Dspeedo-tegra114.c35 {1123, UINT_MAX},
36 {0, UINT_MAX},
40 {1695, UINT_MAX},
41 {0, UINT_MAX},
/Linux-v4.19/lib/
Drefcount.c69 if (unlikely(val == UINT_MAX)) in refcount_add_not_zero_checked()
74 new = UINT_MAX; in refcount_add_not_zero_checked()
78 WARN_ONCE(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_add_not_zero_checked()
133 WARN_ONCE(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero_checked()
182 if (unlikely(val == UINT_MAX)) in refcount_sub_and_test_checked()
272 if (unlikely(val == UINT_MAX)) in refcount_dec_not_one()
Ddynamic_queue_limits.c56 dql->lowest_slack = UINT_MAX; in dql_completed()
96 dql->lowest_slack = UINT_MAX; in dql_completed()
126 dql->lowest_slack = UINT_MAX; in dql_reset()
/Linux-v4.19/tools/perf/tests/
Dkeep-tracking.c61 .mmap_pages = UINT_MAX, in test__keep_tracking()
62 .user_freq = UINT_MAX, in test__keep_tracking()
75 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
103 CHECK__(perf_evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
Devent-times.c19 .uid = UINT_MAX, in attach__enable_on_exec()
65 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled()
91 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
Dopenat-syscall-tp-fields.c25 .uid = UINT_MAX, in test__syscall_openat_tp_fields()
70 err = perf_evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c44 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc()
45 .user_freq = UINT_MAX, in test__perf_time_to_tsc()
65 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()
88 CHECK__(perf_evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
/Linux-v4.19/drivers/nvdimm/
Dbus.c690 .out_sizes = { 4, UINT_MAX, },
694 .in_sizes = { 4, 4, UINT_MAX, },
700 .in_sizes = { 4, 4, UINT_MAX, },
702 .out_sizes = { 4, 4, UINT_MAX, },
706 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, },
708 .out_sizes = { UINT_MAX, },
736 .out_sizes = { 4, 4, UINT_MAX, },
746 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, },
748 .out_sizes = { UINT_MAX, },
764 return UINT_MAX; in nd_cmd_in_size()
[all …]
/Linux-v4.19/kernel/sched/
Dcompletion.c34 if (x->done != UINT_MAX) in complete()
62 x->done = UINT_MAX; in complete_all()
90 if (x->done != UINT_MAX) in do_wait_for_common()
297 else if (x->done != UINT_MAX) in try_wait_for_completion()
/Linux-v4.19/include/linux/
Ddynamic_queue_limits.h66 #define DQL_MAX_OBJECT (UINT_MAX / 16)
67 #define DQL_MAX_LIMIT ((UINT_MAX / 2) - DQL_MAX_OBJECT)
/Linux-v4.19/net/netfilter/
Dxt_set.c63 info->match_set.u.compat.flags, 0, UINT_MAX, in set_match_v0()
127 info->match_set.flags, 0, UINT_MAX, in set_match_v1()
175 info->match_set.flags, info->flags, UINT_MAX, in set_match_v3()
198 info->match_set.flags, info->flags, UINT_MAX, in set_match_v4()
221 info->add_set.u.compat.flags, 0, UINT_MAX, in set_target_v0()
224 info->del_set.u.compat.flags, 0, UINT_MAX, in set_target_v0()
296 info->add_set.flags, 0, UINT_MAX, in set_target_v1()
299 info->del_set.flags, 0, UINT_MAX, in set_target_v1()
370 info->del_set.flags, 0, UINT_MAX, in set_target_v2()
402 info->del_set.flags, 0, UINT_MAX, in set_target_v3()
[all …]
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_command.c301 if ((source == UINT_MAX) && (rate == UINT_MAX)) { in command_set_clock()
316 if ((source != UINT_MAX) && (clock.source != source)) in command_set_clock()
318 if ((rate != UINT_MAX) && (clock.sampling_rate != rate)) in command_set_clock()
370 return command_set_clock(efw, UINT_MAX, rate); in snd_efw_command_set_sampling_rate()
/Linux-v4.19/include/linux/netfilter/ipset/
Dip_set_timeout.h24 #define IPSET_NO_TIMEOUT UINT_MAX
27 #define IPSET_MAX_TIMEOUT (UINT_MAX >> 1)/MSEC_PER_SEC
/Linux-v4.19/net/dccp/ccids/lib/
Dtfrc.h41 if (result > UINT_MAX) { in scaled_div32()
44 return UINT_MAX; in scaled_div32()
/Linux-v4.19/tools/testing/selftests/sysctl/
Dsysctl.sh94 if [ -z $UINT_MAX ]; then
95 UINT_MAX=$(getconf UINT_MAX)
444 TEST_STR="$UINT_MAX"
457 TEST_STR=$(($UINT_MAX+1))
/Linux-v4.19/drivers/gpu/drm/
Ddrm_mode_config.c230 "SRC_X", 0, UINT_MAX); in drm_mode_create_standard_properties()
236 "SRC_Y", 0, UINT_MAX); in drm_mode_create_standard_properties()
242 "SRC_W", 0, UINT_MAX); in drm_mode_create_standard_properties()
248 "SRC_H", 0, UINT_MAX); in drm_mode_create_standard_properties()
323 "DEGAMMA_LUT_SIZE", 0, UINT_MAX); in drm_mode_create_standard_properties()
344 "GAMMA_LUT_SIZE", 0, UINT_MAX); in drm_mode_create_standard_properties()
/Linux-v4.19/tools/include/linux/
Drefcount.h96 REFCOUNT_WARN(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero()
126 if (unlikely(val == UINT_MAX)) in refcount_sub_and_test()
/Linux-v4.19/include/keys/
Drxrpc-type.h139 if (time > UINT_MAX) in rxrpc_time64_to_u32()
140 return UINT_MAX; in rxrpc_time64_to_u32()
/Linux-v4.19/drivers/net/wimax/i2400m/
Ddebugfs.c97 i2400m->rx_pl_min = UINT_MAX; in i2400m_rx_stats_write()
100 i2400m->rx_size_min = UINT_MAX; in i2400m_rx_stats_write()
150 i2400m->tx_pl_min = UINT_MAX; in i2400m_tx_stats_write()
153 i2400m->tx_size_min = UINT_MAX; in i2400m_tx_stats_write()
/Linux-v4.19/drivers/mtd/devices/
Dm25p80.c105 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in m25p80_write()
148 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in m25p80_read()

12345678910>>...16