/Linux-v5.15/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 …]
|
/Linux-v5.15/drivers/soc/tegra/ |
D | pmc.c | 302 .instance = UINT_MAX, \ 303 .pin = UINT_MAX, \ 1507 if (pad->dpd == UINT_MAX) in tegra_io_pad_get_dpd_register_bit() 1674 if (pad->voltage == UINT_MAX) in tegra_io_pad_set_voltage() 1721 if (pad->voltage == UINT_MAX) in tegra_io_pad_get_voltage() 3236 _pad(TEGRA_IO_PAD_AUDIO, 17, UINT_MAX, "audio"), \ 3237 _pad(TEGRA_IO_PAD_BB, 15, UINT_MAX, "bb"), \ 3238 _pad(TEGRA_IO_PAD_CAM, 36, UINT_MAX, "cam"), \ 3239 _pad(TEGRA_IO_PAD_COMP, 22, UINT_MAX, "comp"), \ 3240 _pad(TEGRA_IO_PAD_CSIA, 0, UINT_MAX, "csia"), \ [all …]
|
/Linux-v5.15/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.15/tools/include/linux/ |
D | refcount.h | 11 * It differs in that the counter saturates at UINT_MAX and will not move once 69 * Similar to atomic_inc_not_zero(), will saturate at UINT_MAX and WARN. 96 REFCOUNT_WARN(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero() 102 * Similar to atomic_inc(), will saturate at UINT_MAX and WARN. 114 * decrement when saturated at UINT_MAX. 126 if (unlikely(val == UINT_MAX)) in refcount_sub_and_test()
|
/Linux-v5.15/tools/testing/selftests/bpf/verifier/ |
D | jmp32.c | 229 BPF_JMP32_IMM(BPF_JGE, BPF_REG_7, UINT_MAX - 1, 1), 239 .data64 = { UINT_MAX, } 242 .data64 = { UINT_MAX - 1, } 254 BPF_LD_IMM64(BPF_REG_8, UINT_MAX | 1ULL << 32), 266 .data64 = { UINT_MAX, } 272 .data64 = { (UINT_MAX - 1) | 2ULL << 32, } 299 BPF_JMP32_IMM(BPF_JGT, BPF_REG_7, UINT_MAX - 1, 1), 309 .data64 = { UINT_MAX, } 312 .data64 = { UINT_MAX - 1, } 324 BPF_LD_IMM64(BPF_REG_8, (UINT_MAX - 1) | 1ULL << 32), [all …]
|
/Linux-v5.15/arch/powerpc/lib/ |
D | test_emulate_step.c | 1027 .descr = "RA = UINT_MAX, RB = UINT_MAX", 1030 .gpr[21] = UINT_MAX, 1031 .gpr[22] = UINT_MAX, 1035 .descr = "RA = UINT_MAX, RB = 0x1", 1038 .gpr[21] = UINT_MAX, 1114 .descr = "RA = UINT_MAX, RB = UINT_MAX", 1117 .gpr[21] = UINT_MAX, 1118 .gpr[22] = UINT_MAX, 1122 .descr = "RA = UINT_MAX, RB = 0x1", 1125 .gpr[21] = UINT_MAX, [all …]
|
/Linux-v5.15/tools/perf/tests/ |
D | keep-tracking.c | 67 .mmap_pages = UINT_MAX, in test__keep_tracking() 68 .user_freq = UINT_MAX, in test__keep_tracking() 81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking() 109 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
|
D | perf-time-to-tsc.c | 51 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc() 52 .user_freq = UINT_MAX, in test__perf_time_to_tsc() 72 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc() 106 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
|
D | event-times.c | 21 .uid = UINT_MAX, in attach__enable_on_exec() 67 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled() 93 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
|
/Linux-v5.15/net/dccp/ccids/lib/ |
D | tfrc.h | 37 if (result > UINT_MAX) { in scaled_div32() 38 DCCP_CRIT("Overflow: %llu/%llu > UINT_MAX", in scaled_div32() 40 return UINT_MAX; in scaled_div32()
|
/Linux-v5.15/drivers/nvdimm/ |
D | bus.c | 789 .out_sizes = { 4, UINT_MAX, }, 793 .in_sizes = { 4, 4, UINT_MAX, }, 799 .in_sizes = { 4, 4, UINT_MAX, }, 801 .out_sizes = { 4, 4, UINT_MAX, }, 805 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 807 .out_sizes = { UINT_MAX, }, 835 .out_sizes = { 4, 4, UINT_MAX, }, 845 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 847 .out_sizes = { UINT_MAX, }, 863 return UINT_MAX; in nd_cmd_in_size() [all …]
|
/Linux-v5.15/sound/firewire/fireworks/ |
D | fireworks_command.c | 291 /* give UINT_MAX if set nothing */ 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.15/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.15/lib/ |
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.15/arch/powerpc/kernel/ |
D | uprobes.c | 19 #define UPROBE_TRAP_NR UINT_MAX 86 * sets thread.trap_nr != UINT_MAX. 90 * UPROBE_TRAP_NR == UINT_MAX set by arch_uprobe_pre_xol().
|
/Linux-v5.15/drivers/net/ethernet/microsoft/mana/ |
D | gdma.h | 223 #define INVALID_PDID UINT_MAX 224 #define INVALID_DOORBELL UINT_MAX 225 #define INVALID_MEM_KEY UINT_MAX 226 #define INVALID_QUEUE_ID UINT_MAX 227 #define INVALID_PCI_MSIX_INDEX UINT_MAX
|
/Linux-v5.15/drivers/md/bcache/ |
D | sysfs.c | 313 sysfs_strtoul_clamp(writeback_delay, dc->writeback_delay, 0, UINT_MAX); in STORE() 337 1, UINT_MAX); in STORE() 340 1, UINT_MAX); in STORE() 350 dc->writeback_rate_fp_term_mid + 1, UINT_MAX); in STORE() 353 1, UINT_MAX); in STORE() 365 0, UINT_MAX); in STORE() 872 0, UINT_MAX); in STORE() 875 0, UINT_MAX); in STORE() 885 sysfs_strtoul_clamp(io_error_limit, c->error_limit, 0, UINT_MAX); in STORE() 892 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in STORE()
|
/Linux-v5.15/drivers/net/can/dev/ |
D | bittiming.c | 30 unsigned int sample_point_error, best_sample_point_error = UINT_MAX; in can_update_sample_point() 71 unsigned int best_bitrate_error = UINT_MAX; in can_calc_bittiming() 73 unsigned int best_sample_point_error = UINT_MAX; in can_calc_bittiming() 114 best_sample_point_error = UINT_MAX; in can_calc_bittiming()
|
/Linux-v5.15/net/rxrpc/ |
D | proc.c | 262 if (*_pos >= UINT_MAX) in rxrpc_peer_seq_start() 269 *_pos = UINT_MAX; in rxrpc_peer_seq_start() 295 if (*_pos >= UINT_MAX) in rxrpc_peer_seq_next() 310 *_pos = UINT_MAX; in rxrpc_peer_seq_next()
|
/Linux-v5.15/sound/firewire/bebob/ |
D | bebob_pcm.c | 19 .min = UINT_MAX, .max = 0, .integer = 1 in hw_rule_rate() 47 .min = UINT_MAX, .max = 0, .integer = 1 in hw_rule_channels() 73 hw->channels_min = UINT_MAX; in limit_channels_and_rates() 76 hw->rate_min = UINT_MAX; in limit_channels_and_rates()
|
/Linux-v5.15/include/keys/ |
D | rxrpc-type.h | 81 if (time > UINT_MAX) in rxrpc_time64_to_u32() 82 return UINT_MAX; in rxrpc_time64_to_u32()
|