Home
last modified time | relevance | path

Searched refs:ULLONG_MAX (Results 26 – 50 of 88) sorted by relevance

1234

/openbmc/linux/fs/vboxsf/
H A Dshfl_hostintf.h54 #define SHFL_HANDLE_NIL ULLONG_MAX
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c255 u64 max_mul = div64_u64(ULLONG_MAX, max_val_cycles_rounded); in freq_to_shift()
/openbmc/linux/tools/perf/bench/
H A Devlist-open-close.c37 .user_interval = ULLONG_MAX,
/openbmc/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c714 if (bus->tx_complete_cnt < ULLONG_MAX) in npcm_i2c_callback()
1471 if (bus->nack_cnt < ULLONG_MAX) in npcm_i2c_irq_handle_nack()
1520 if (bus->ber_cnt < ULLONG_MAX) in npcm_i2c_irq_handle_ber()
1765 if (bus->rec_fail_cnt < ULLONG_MAX) in npcm_i2c_recovery_tgclk()
1768 if (bus->rec_succ_cnt < ULLONG_MAX) in npcm_i2c_recovery_tgclk()
2191 if (bus->timeout_cnt < ULLONG_MAX) in npcm_i2c_master_xfer()
/openbmc/linux/lib/
H A Dkstrtox.c79 if (res > div_u64(ULLONG_MAX - val, base)) in _parse_integer_limit()
/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c716 return (curr_pte & PAGE_PRESENT_MASK) ? (curr_pte & HOP_PHYS_ADDR_MASK) : ULLONG_MAX; in hl_mmu_get_next_hop_addr()
1042 if (next_hop_phys_addr == ULLONG_MAX) in hl_mmu_hr_get_next_hop_pgt_info()
1132 if (hop_addr != ULLONG_MAX) in hl_mmu_hr_get_alloc_next_hop()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch682 + (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) || defined(ULONGLONG_MAX))
685 +# elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || (defined(ULONG_LONG_MA…
877 + (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) || defined(ULONGLONG_MAX) || defined(_ULLONG_M…
883 +# elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || \
/openbmc/u-boot/include/linux/
H A Dkernel.h18 #define ULLONG_MAX (~0ULL) macro
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_proc.c209 if (stop_sector != 0 && stop_sector != ULLONG_MAX) in drbd_syncer_progress()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c167 char *str = g_strdup_printf("%llu", ULLONG_MAX); in test_parse_uint_max()
173 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_max()
191 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_overflow()
199 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_overflow()
207 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_overflow()
2589 char *str = g_strdup_printf("%llu", ULLONG_MAX); in test_qemu_strtou64_max()
2598 g_assert_cmphex(res, ==, ULLONG_MAX); in test_qemu_strtou64_max()
2770 char *str = g_strdup_printf("%lld", ULLONG_MAX); in test_qemu_strtou64_full_max()
2777 g_assert_cmphex(res, ==, ULLONG_MAX); in test_qemu_strtou64_full_max()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c53 TEST_ASSERT(base != ULLONG_MAX, "Overflow parsing size!"); in parse_size()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dcommand_submission.c1040 if (handle->cs_seq == ULLONG_MAX) in release_reserved_encaps_signals()
1488 *cs_seq = ULLONG_MAX; in cs_ioctl_default()
1502 staged_mid ? user_sequence : ULLONG_MAX, &cs, flags, in cs_ioctl_default()
1656 *cs_seq = ULLONG_MAX; in cs_ioctl_default()
2083 handle->cs_seq = ULLONG_MAX; in cs_ioctl_reserve_signals()
2207 *cs_seq = ULLONG_MAX; in cs_ioctl_signal_wait()
2362 rc = allocate_cs(hdev, ctx, cs_type, ULLONG_MAX, &cs, flags, timeout); in cs_ioctl_signal_wait()
2434 *cs_seq = ULLONG_MAX; in cs_ioctl_signal_wait()
/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dmr.c456 u64 start = 0, last = ULLONG_MAX; in dup_iotlb()
476 vhost_iotlb_del_range(mvdev->cvq.iotlb, 0, ULLONG_MAX); in prune_iotlb()
/openbmc/linux/kernel/sched/
H A Dpsi.c200 group->rtpoll_next_update = ULLONG_MAX; in group_init()
704 group->rtpoll_next_update = ULLONG_MAX; in psi_rtpoll_work()
1414 u64 period = ULLONG_MAX; in psi_trigger_destroy()
/openbmc/linux/tools/perf/util/
H A Dordered-events.c289 oe->next_flush = ULLONG_MAX; in __ordered_events__flush()
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c320 if (*value != ULLONG_MAX) in filename__read_ull_base()
/openbmc/linux/drivers/md/
H A Ddm-ps-historical-service-time.c37 #define HST_FIXED_MAX (ULLONG_MAX >> HST_FIXED_SHIFT)
/openbmc/linux/fs/xfs/
H A Dxfs_fsmap.c639 info->high.rm_owner = ULLONG_MAX; in __xfs_getfsmap_datadev()
640 info->high.rm_offset = ULLONG_MAX; in __xfs_getfsmap_datadev()
/openbmc/linux/fs/erofs/
H A Dsuper.c919 buf->f_files = ULLONG_MAX; in erofs_statfs()
920 buf->f_ffree = ULLONG_MAX - sbi->inos; in erofs_statfs()
/openbmc/linux/tools/perf/tests/
H A Dswitch-tracking.c334 .user_interval = ULLONG_MAX, in test__switch_tracking()
H A Dcode-reading.c560 .user_interval = ULLONG_MAX, in do_test_code_reading()
/openbmc/linux/mm/
H A Dmemblock.c1136 *idx = ULLONG_MAX; in __next_mem_range()
1169 if (*idx == (u64)ULLONG_MAX) { in __next_mem_range_rev()
1234 *idx = ULLONG_MAX; in __next_mem_range_rev()
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c191 if (s1 == ULLONG_MAX) in SINGLE_KEY()
193 if (s2 == ULLONG_MAX) in SINGLE_KEY()
273 if (wait_time == ULLONG_MAX) in PRINT_KEY()
512 new->wait_time_min = ULLONG_MAX; in lock_stat_findnew()
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic_timer.c96 max_value = div_u64(ULLONG_MAX, priv->timerfreq); in convert_time_to_ticks()
/openbmc/linux/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c196 expect_period = div64_u64(ULLONG_MAX, (u64)priv->clk_rate); in aspeed_pwm_apply()

1234