| /Linux-v5.4/drivers/gpu/drm/selftests/ |
| D | test-drm_format.c | 124 FAIL_ON(drm_format_info_min_pitch(info, 0, UINT_MAX) != in igt_check_drm_format_min_pitch() 125 (uint64_t)UINT_MAX); in igt_check_drm_format_min_pitch() 126 FAIL_ON(drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)) != in igt_check_drm_format_min_pitch() 127 (uint64_t)(UINT_MAX - 1)); in igt_check_drm_format_min_pitch() 143 FAIL_ON(drm_format_info_min_pitch(info, 0, UINT_MAX) != in igt_check_drm_format_min_pitch() 144 (uint64_t)UINT_MAX * 2); in igt_check_drm_format_min_pitch() 145 FAIL_ON(drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)) != in igt_check_drm_format_min_pitch() 146 (uint64_t)(UINT_MAX - 1) * 2); in igt_check_drm_format_min_pitch() 162 FAIL_ON(drm_format_info_min_pitch(info, 0, UINT_MAX) != in igt_check_drm_format_min_pitch() 163 (uint64_t)UINT_MAX * 3); in igt_check_drm_format_min_pitch() [all …]
|
| D | test-drm_framebuffer.c | 75 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX - 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 80 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX / 2, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 85 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX / 2, 0, 0 }, 91 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX / 2, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 97 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX / 2, 0, 0 }, 104 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX / 2, 0, 0 },
|
| /Linux-v5.4/drivers/soc/tegra/ |
| D | pmc.c | 190 .instance = UINT_MAX, \ 191 .pin = UINT_MAX, \ 1167 if (pad->dpd == UINT_MAX) in tegra_io_pad_get_dpd_register_bit() 1334 if (pad->voltage == UINT_MAX) in tegra_io_pad_set_voltage() 1381 if (pad->voltage == UINT_MAX) in tegra_io_pad_get_voltage() 2396 _pad(TEGRA_IO_PAD_AUDIO, 17, UINT_MAX, "audio"), \ 2397 _pad(TEGRA_IO_PAD_BB, 15, UINT_MAX, "bb"), \ 2398 _pad(TEGRA_IO_PAD_CAM, 36, UINT_MAX, "cam"), \ 2399 _pad(TEGRA_IO_PAD_COMP, 22, UINT_MAX, "comp"), \ 2400 _pad(TEGRA_IO_PAD_CSIA, 0, UINT_MAX, "csia"), \ [all …]
|
| /Linux-v5.4/drivers/soc/tegra/fuse/ |
| D | speedo-tegra30.c | 62 {306, 338, 360, 376, UINT_MAX}, 63 {295, 336, 358, 375, UINT_MAX}, 64 {325, 325, 358, 375, UINT_MAX}, 65 {325, 325, 358, 375, UINT_MAX}, 66 {292, 324, 348, 364, UINT_MAX}, 67 {324, 324, 348, 364, UINT_MAX}, 68 {324, 324, 348, 364, UINT_MAX}, 69 {295, 336, 358, 375, UINT_MAX}, 70 {358, 358, 358, 358, 397, UINT_MAX}, 71 {364, 364, 364, 364, 397, UINT_MAX}, [all …]
|
| D | speedo-tegra210.c | 36 { 2119, UINT_MAX }, 37 { 2119, UINT_MAX }, 41 { UINT_MAX, UINT_MAX }, 42 { UINT_MAX, UINT_MAX }, 46 { 1950, 2100, UINT_MAX }, 47 { 1950, 2100, UINT_MAX },
|
| D | speedo-tegra20.c | 43 {315, 366, 420, UINT_MAX}, 44 {303, 368, 419, UINT_MAX}, 45 {316, 331, 383, UINT_MAX}, 49 {165, 195, 224, UINT_MAX}, 50 {165, 195, 224, UINT_MAX}, 51 {165, 195, 224, UINT_MAX},
|
| D | speedo-tegra124.c | 36 {2190, UINT_MAX}, 37 {0, UINT_MAX}, 41 {1965, UINT_MAX}, 42 {0, UINT_MAX}, 46 {2101, UINT_MAX}, 47 {0, UINT_MAX},
|
| D | speedo-tegra114.c | 24 {1123, UINT_MAX}, 25 {0, UINT_MAX}, 29 {1695, UINT_MAX}, 30 {0, UINT_MAX},
|
| /Linux-v5.4/lib/ |
| D | refcount.c | 72 if (unlikely(val == UINT_MAX)) in refcount_add_not_zero_checked() 77 new = UINT_MAX; in refcount_add_not_zero_checked() 81 WARN_ONCE(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_add_not_zero_checked() 136 WARN_ONCE(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero_checked() 185 if (unlikely(val == UINT_MAX)) in refcount_sub_and_test_checked() 280 if (unlikely(val == UINT_MAX)) in refcount_dec_not_one()
|
| D | dynamic_queue_limits.c | 56 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-v5.4/tools/testing/selftests/bpf/verifier/ |
| D | jmp32.c | 208 BPF_JMP32_IMM(BPF_JGE, BPF_REG_7, UINT_MAX - 1, 1), 218 .data64 = { UINT_MAX, } 221 .data64 = { UINT_MAX - 1, } 233 BPF_LD_IMM64(BPF_REG_8, UINT_MAX | 1ULL << 32), 245 .data64 = { UINT_MAX, } 251 .data64 = { (UINT_MAX - 1) | 2ULL << 32, } 276 BPF_JMP32_IMM(BPF_JGT, BPF_REG_7, UINT_MAX - 1, 1), 286 .data64 = { UINT_MAX, } 289 .data64 = { UINT_MAX - 1, } 301 BPF_LD_IMM64(BPF_REG_8, (UINT_MAX - 1) | 1ULL << 32), [all …]
|
| /Linux-v5.4/tools/perf/tests/ |
| D | keep-tracking.c | 66 .mmap_pages = UINT_MAX, in test__keep_tracking() 67 .user_freq = UINT_MAX, in test__keep_tracking() 80 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking() 108 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
|
| /Linux-v5.4/tools/perf/arch/x86/tests/ |
| D | perf-time-to-tsc.c | 50 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc() 51 .user_freq = UINT_MAX, in test__perf_time_to_tsc() 71 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc() 94 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | test_emulate_step.c | 552 .gpr[21] = UINT_MAX, 553 .gpr[22] = UINT_MAX, 560 .gpr[21] = UINT_MAX, 639 .gpr[21] = UINT_MAX, 640 .gpr[22] = UINT_MAX, 647 .gpr[21] = UINT_MAX, 724 .gpr[21] = UINT_MAX, 725 .gpr[22] = UINT_MAX, 732 .gpr[21] = UINT_MAX, 819 .gpr[21] = UINT_MAX, [all …]
|
| /Linux-v5.4/kernel/sched/ |
| D | completion.c | 34 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-v5.4/drivers/nvdimm/ |
| D | bus.c | 748 .out_sizes = { 4, UINT_MAX, }, 752 .in_sizes = { 4, 4, UINT_MAX, }, 758 .in_sizes = { 4, 4, UINT_MAX, }, 760 .out_sizes = { 4, 4, UINT_MAX, }, 764 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 766 .out_sizes = { UINT_MAX, }, 794 .out_sizes = { 4, 4, UINT_MAX, }, 804 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 806 .out_sizes = { UINT_MAX, }, 822 return UINT_MAX; in nd_cmd_in_size() [all …]
|
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | vmware.c | 56 "d"(VMWARE_HYPERVISOR_PORT), "b"(UINT_MAX) : \ 64 "d"(0), "b"(UINT_MAX) : \ 72 "d"(0), "b"(UINT_MAX) : \ 180 if (ebx != UINT_MAX) { in vmware_platform_setup()
|
| /Linux-v5.4/include/linux/ |
| D | dynamic_queue_limits.h | 66 #define DQL_MAX_OBJECT (UINT_MAX / 16) 67 #define DQL_MAX_LIMIT ((UINT_MAX / 2) - DQL_MAX_OBJECT)
|
| /Linux-v5.4/fs/afs/ |
| D | vl_probe.c | 35 unsigned int rtt = UINT_MAX; in afs_vlserver_probe_result() 102 rtt = (_rtt > UINT_MAX) ? UINT_MAX : _rtt; in afs_vlserver_probe_result() 152 server->probe.rtt = UINT_MAX; in afs_do_probe_vlserver() 204 unsigned int rtt = UINT_MAX; in afs_wait_for_vl_probes()
|
| D | fs_probe.c | 35 unsigned int rtt = UINT_MAX; in afs_fileserver_probe_result() 102 rtt = (_rtt > UINT_MAX) ? UINT_MAX : _rtt; in afs_fileserver_probe_result() 152 server->probe.rtt = UINT_MAX; in afs_do_probe_fileserver() 202 unsigned int rtt = UINT_MAX; in afs_wait_for_fs_probes()
|
| /Linux-v5.4/net/netfilter/ |
| D | xt_set.c | 59 info->match_set.u.compat.flags, 0, UINT_MAX, in set_match_v0() 123 info->match_set.flags, 0, UINT_MAX, in set_match_v1() 171 info->match_set.flags, info->flags, UINT_MAX, in set_match_v3() 194 info->match_set.flags, info->flags, UINT_MAX, in set_match_v4() 217 info->add_set.u.compat.flags, 0, UINT_MAX, in set_target_v0() 220 info->del_set.u.compat.flags, 0, UINT_MAX, in set_target_v0() 292 info->add_set.flags, 0, UINT_MAX, in set_target_v1() 295 info->del_set.flags, 0, UINT_MAX, in set_target_v1() 366 info->del_set.flags, 0, UINT_MAX, in set_target_v2() 398 info->del_set.flags, 0, UINT_MAX, in set_target_v3() [all …]
|
| /Linux-v5.4/drivers/net/wimax/i2400m/ |
| D | debugfs.c | 74 i2400m->rx_pl_min = UINT_MAX; in i2400m_rx_stats_write() 77 i2400m->rx_size_min = UINT_MAX; in i2400m_rx_stats_write() 127 i2400m->tx_pl_min = UINT_MAX; in i2400m_tx_stats_write() 130 i2400m->tx_size_min = UINT_MAX; in i2400m_tx_stats_write()
|
| /Linux-v5.4/sound/firewire/fireworks/ |
| D | fireworks_command.c | 300 if ((source == UINT_MAX) && (rate == UINT_MAX)) { in command_set_clock() 315 if ((source != UINT_MAX) && (clock.source != source)) in command_set_clock() 317 if ((rate != UINT_MAX) && (clock.sampling_rate != rate)) in command_set_clock() 369 return command_set_clock(efw, UINT_MAX, rate); in snd_efw_command_set_sampling_rate()
|
| /Linux-v5.4/net/dccp/ccids/lib/ |
| D | tfrc.h | 37 if (result > UINT_MAX) { in scaled_div32() 40 return UINT_MAX; in scaled_div32()
|
| /Linux-v5.4/tools/include/linux/ |
| D | refcount.h | 96 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()
|