/linux/drivers/gpu/drm/msm/adreno/ |
H A D | adreno_gen7_0_0_snapshot.h | 169 UINT_MAX, UINT_MAX, 175 UINT_MAX, UINT_MAX, 206 UINT_MAX, UINT_MAX, 239 UINT_MAX, UINT_MAX, 255 UINT_MAX, UINT_MAX, 268 UINT_MAX, UINT_MAX, 281 UINT_MAX, UINT_MAX, 287 UINT_MAX, UINT_MAX, 293 UINT_MAX, UINT_MAX, 302 UINT_MAX, UINT_MAX, [all …]
|
H A D | adreno_gen7_9_0_snapshot.h | 221 UINT_MAX, UINT_MAX, 280 UINT_MAX, UINT_MAX, 287 UINT_MAX, UINT_MAX, 331 UINT_MAX, UINT_MAX, 352 UINT_MAX, UINT_MAX, 364 UINT_MAX, UINT_MAX, 379 UINT_MAX, UINT_MAX, 391 UINT_MAX, UINT_MAX, 412 UINT_MAX, UINT_MAX, 433 UINT_MAX, UINT_MAX, [all …]
|
H A D | adreno_gen7_2_0_snapshot.h | 223 UINT_MAX, UINT_MAX, 263 UINT_MAX, UINT_MAX, 280 UINT_MAX, UINT_MAX, 293 UINT_MAX, UINT_MAX, 306 UINT_MAX, UINT_MAX, 312 UINT_MAX, UINT_MAX, 321 UINT_MAX, UINT_MAX, 330 UINT_MAX, UINT_MAX, 339 UINT_MAX, UINT_MAX, 354 UINT_MAX, UINT_MAX, [all …]
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_format_test.c | 150 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_8bpp() 151 (uint64_t)UINT_MAX); in drm_test_format_min_pitch_one_plane_8bpp() 152 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)), in drm_test_format_min_pitch_one_plane_8bpp() 153 (uint64_t)(UINT_MAX - 1)); in drm_test_format_min_pitch_one_plane_8bpp() 173 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_16bpp() 174 (uint64_t)UINT_MAX * 2); in drm_test_format_min_pitch_one_plane_16bpp() 175 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)), in drm_test_format_min_pitch_one_plane_16bpp() 176 (uint64_t)(UINT_MAX - 1) * 2); in drm_test_format_min_pitch_one_plane_16bpp() 196 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_24bpp() 197 (uint64_t)UINT_MAX * 3); in drm_test_format_min_pitch_one_plane_24bpp() [all …]
|
/linux/drivers/soc/tegra/ |
H A D | pmc.c | 311 .instance = UINT_MAX, \ 312 .pin = UINT_MAX, \ 322 .instance = UINT_MAX, \ 323 .pin = UINT_MAX, \ 1548 if (pad->dpd == UINT_MAX) in tegra_io_pad_prepare() 1695 if (pad->dpd == UINT_MAX) in tegra_io_pad_is_powered() 1716 if (pad->voltage == UINT_MAX) in tegra_io_pad_set_voltage() 1763 if (pad->voltage == UINT_MAX) in tegra_io_pad_get_voltage() 3474 TEGRA_IO_PAD(TEGRA_IO_PAD_AUDIO, 17, 0x1b8, 0x1bc, UINT_MAX, "audio"), 3475 TEGRA_IO_PAD(TEGRA_IO_PAD_BB, 15, 0x1b8, 0x1bc, UINT_MAX, "bb"), [all …]
|
/linux/drivers/soc/tegra/fuse/ |
H A 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 …]
|
H A 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 },
|
H A 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},
|
H A 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},
|
H A D | speedo-tegra114.c | 24 {1123, UINT_MAX}, 25 {0, UINT_MAX}, 29 {1695, UINT_MAX}, 30 {0, UINT_MAX},
|
/linux/tools/include/linux/ |
H A 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/tools/testing/selftests/bpf/verifier/ |
H A 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, } 300 BPF_JMP32_IMM(BPF_JGT, BPF_REG_7, UINT_MAX - 1, 1), 310 .data64 = { UINT_MAX, } 313 .data64 = { UINT_MAX - 1, } 325 BPF_LD_IMM64(BPF_REG_8, (UINT_MAX - 1) | 1ULL << 32), [all …]
|
/linux/drivers/nvdimm/ |
H A D | bus.c | 796 .out_sizes = { 4, UINT_MAX, }, 800 .in_sizes = { 4, 4, UINT_MAX, }, 806 .in_sizes = { 4, 4, UINT_MAX, }, 808 .out_sizes = { 4, 4, UINT_MAX, }, 812 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 814 .out_sizes = { UINT_MAX, }, 842 .out_sizes = { 4, 4, UINT_MAX, }, 852 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 854 .out_sizes = { UINT_MAX, }, 870 return UINT_MAX; in nd_cmd_in_size() [all …]
|
/linux/tools/perf/tests/ |
H A 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()
|
H A D | perf-time-to-tsc.c | 71 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc() 72 .user_freq = UINT_MAX, in test__perf_time_to_tsc() 93 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc() 124 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
|
/linux/net/dccp/ccids/lib/ |
H A 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/net/netfilter/ |
H A 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/sound/firewire/fireworks/ |
H A 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/drivers/net/can/dev/ |
H A D | calc_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() 115 best_sample_point_error = UINT_MAX; in can_calc_bittiming()
|
/linux/drivers/md/bcache/ |
H A 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() 871 0, UINT_MAX); in STORE() 874 0, UINT_MAX); in STORE() 884 sysfs_strtoul_clamp(io_error_limit, c->error_limit, 0, UINT_MAX); in STORE() 891 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in STORE()
|
/linux/arch/powerpc/kernel/ |
H A D | uprobes.c | 19 #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/block/ |
H A D | blk-settings.c | 48 lim->max_hw_sectors = UINT_MAX; in blk_set_stacking_limits() 49 lim->max_segment_size = UINT_MAX; in blk_set_stacking_limits() 50 lim->max_sectors = UINT_MAX; in blk_set_stacking_limits() 51 lim->max_dev_sectors = UINT_MAX; in blk_set_stacking_limits() 52 lim->max_write_zeroes_sectors = UINT_MAX; in blk_set_stacking_limits() 53 lim->max_hw_zone_append_sectors = UINT_MAX; in blk_set_stacking_limits() 54 lim->max_user_discard_sectors = UINT_MAX; in blk_set_stacking_limits() 353 lim->max_segment_size = UINT_MAX; in blk_validate_limits() 406 lim->max_user_discard_sectors = UINT_MAX; in blk_set_default_limits()
|
H A D | blk-throttle.c | 106 return UINT_MAX; in tg_iops_limit() 263 tg->iops[READ] = UINT_MAX; in throtl_pd_alloc() 264 tg->iops[WRITE] = UINT_MAX; in throtl_pd_alloc() 315 tg_iops_limit(tg, rw) != UINT_MAX; in tg_update_has_rules() 559 if (tmp > UINT_MAX) in calculate_io_allowed() 560 io_allowed = UINT_MAX; in calculate_io_allowed() 655 if (iops_limit != UINT_MAX) in __tg_update_carryover() 681 if (iops_limit == UINT_MAX) { in tg_within_iops_limit() 765 if ((bps_limit == U64_MAX && iops_limit == UINT_MAX) || in tg_may_dispatch() 1134 if (v == UINT_MAX) in tg_prfill_conf_uint() [all …]
|
/linux/sound/firewire/bebob/ |
H A 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/net/rxrpc/ |
H A D | proc.c | 325 if (*_pos >= UINT_MAX) in rxrpc_peer_seq_start() 332 *_pos = UINT_MAX; in rxrpc_peer_seq_start() 358 if (*_pos >= UINT_MAX) in rxrpc_peer_seq_next() 373 *_pos = UINT_MAX; in rxrpc_peer_seq_next() 438 if (*_pos >= UINT_MAX) in rxrpc_local_seq_start() 452 if (*_pos >= UINT_MAX) in rxrpc_local_seq_next()
|