Symbol: s64
sys/compat/linuxkpi/common/include/linux/hrtimer.h
50
s64 expires; /* relative time in nanoseconds */
sys/compat/linuxkpi/common/include/linux/hrtimer.h
51
s64 precision; /* in nanoseconds */
sys/compat/linuxkpi/common/include/linux/ktime.h
113
ktime_t retval = {(s64) secs * NSEC_PER_SEC + (s64) nsecs};
sys/compat/linuxkpi/common/include/linux/ktime.h
37
typedef s64 ktime_t;
sys/compat/linuxkpi/common/include/linux/ktime.h
39
#define KTIME_MAX ((s64)~((u64)1 << 63))
sys/compat/linuxkpi/common/include/linux/ptp_clock_kernel.h
49
int (*adjtime)(struct ptp_clock_info *, s64);
sys/compat/linuxkpi/common/include/net/mac80211.h
1058
void (*offset_tsf)(struct ieee80211_hw *, struct ieee80211_vif *, s64);
sys/dev/axgbe/xgbe-ptp.c
162
static int xgbe_adjtime(struct ptp_clock_info *info, s64 delta)
sys/dev/drm2/drm_crtc.h
413
s64 framedur_ns, linedur_ns, pixeldur_ns;
sys/dev/drm2/drm_irq.c
1342
s64 diff_ns;
sys/dev/drm2/drm_irq.c
460
s64 linedur_ns = 0, pixeldur_ns = 0, framedur_ns = 0;
sys/dev/drm2/drm_irq.c
478
pixeldur_ns = (s64) div64_u64(1000000000, dotclock);
sys/dev/drm2/drm_irq.c
479
linedur_ns = (s64) div64_u64(((u64) crtc->hwmode.crtc_htotal *
sys/dev/drm2/drm_irq.c
481
framedur_ns = (s64) crtc->hwmode.crtc_vtotal * linedur_ns;
sys/dev/drm2/drm_irq.c
553
s64 framedur_ns, linedur_ns, pixeldur_ns, delta_ns, duration_ns;
sys/dev/drm2/drm_irq.c
622
if (duration_ns <= (s64) *max_error)
sys/dev/drm2/drm_irq.c
646
delta_ns = (s64) vpos * linedur_ns + (s64) hpos * pixeldur_ns;
sys/dev/drm2/drm_irq.c
99
s64 diff_ns;
sys/dev/e1000/e1000_ich8lan.c
1143
s64 lat_ns;
sys/dev/e1000/e1000_ich8lan.c
1144
s64 value;
sys/dev/e1000/e1000_ich8lan.c
1169
lat_ns = ((s64)rxa * 1024 -
sys/dev/e1000/e1000_ich8lan.c
1170
(2 * (s64)hw->mac.max_frame_size)) * 8 * 1000;
sys/dev/ice/ice_sched.c
3967
s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f;
sys/dev/ice/ice_sched.c
3972
bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE);
sys/dev/ice/ice_sched.c
3980
wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int;
sys/dev/ice/ice_sched.c
3981
wakeup_a = DIV_S64((s64)ICE_RL_PROF_MULTIPLIER *
sys/dev/ice/ice_sched.c
4012
s64 bytes_per_sec, ts_rate, mv_tmp;
sys/dev/ice/ice_sched.c
4016
s64 mv = 0;
sys/dev/ice/ice_sched.c
4024
bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE);
sys/dev/ice/ice_sched.c
4030
ts_rate = DIV_S64((s64)hw->psm_clk_freq,
sys/dev/ice/ice_type.h
64
static inline s64 DIV_S64(s64 dividend, s64 divisor)
sys/dev/mlx4/device.h
1466
s64 mlx4_read_clock(struct mlx4_dev *dev);
sys/dev/mlx4/mlx4_core/mlx4_main.c
1828
s64 mlx4_read_clock(struct mlx4_dev *dev)
sys/dev/mlx4/mlx4_core/mlx4_main.c
1831
s64 cycles;
sys/dev/mlx5/driver.h
1083
s64 mlx5_wait_for_reclaim_vfs_pages(struct mlx5_core_dev *dev);
sys/dev/mlx5/driver.h
597
s64 fw_pages;
sys/dev/mlx5/driver.h
599
s64 pages_per_func[MLX5_MAX_NUMBER_OF_VFS];
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1002
s64 ds;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
822
s64 ds;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
520
s64 mlx5_wait_for_reclaim_vfs_pages(struct mlx5_core_dev *dev)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
523
s64 prevpages = 0;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
524
s64 npages = 0;
sys/dev/mlx5/mlx5_en/en.h
712
m(+1, s64, irq_cpu_base, "irq_cpu_base", "-1: Don't bind IRQ 0..NCPU-1: select this base CPU when binding IRQs") \
sys/dev/mlx5/mlx5_en/en.h
713
m(+1, s64, irq_cpu_stride, "irq_cpu_stride", "0..NCPU-1: Distance between IRQ vectors when binding them")
sys/dev/mthca/mthca_main.c
290
s64 size;
sys/dev/mthca/mthca_main.c
580
s64 icm_size;
sys/dev/mthca/mthca_profile.c
64
s64 mthca_make_profile(struct mthca_dev *dev,
sys/dev/mthca/mthca_profile.c
78
s64 total_size = 0;
sys/dev/mthca/mthca_profile.h
54
s64 mthca_make_profile(struct mthca_dev *mdev,
sys/kern/subr_stats.c
1974
sbuf_printf(buf, "%jd", (intmax_t)vsd->int64.s64);
sys/kern/subr_stats.c
2525
if (VSD(int64, vsd)->s64 < voival->int64.s64) {
sys/kern/subr_stats.c
2526
VSD(int64, vsd)->s64 = voival->int64.s64;
sys/kern/subr_stats.c
2609
if (VSD(int64, vsd)->s64 > voival->int64.s64) {
sys/kern/subr_stats.c
2610
VSD(int64, vsd)->s64 = voival->int64.s64;
sys/kern/subr_stats.c
2687
VSD(int64, vsd)->s64 += voival->int64.s64;
sys/kern/subr_stats.c
2826
if (voival->int64.s64 >= bkt_lb->int64.s64)
sys/kern/subr_stats.c
2827
if ((eq_only && voival->int64.s64 ==
sys/kern/subr_stats.c
2828
bkt_lb->int64.s64) ||
sys/kern/subr_stats.c
2830
voival->int64.s64 < bkt_ub->int64.s64)))
sys/kern/subr_stats.c
301
[VSD_DTYPE_INT_S64] = {.int64 = {.s64 = INT64_MIN}},
sys/kern/subr_stats.c
314
[VSD_DTYPE_INT_S64] = {.int64 = {.s64 = INT64_MAX}},
sys/kern/subr_stats.c
3486
error = Q_QCPYVALI(&x, voival->int64.s64);
sys/kern/subr_stats.c
3558
voival->int64.s64 +=
sys/kern/subr_stats.c
3559
VSD(voistate, statevsd)->prev.int64.s64;
sys/kern/subr_stats.c
3648
VSD(voistate, statevsd)->prev.int64.s64 =
sys/kern/subr_stats.c
3649
voival->int64.s64;
sys/kern/subr_stats.c
494
curstepexp) <= bkt_lb->int64.s64)
sys/kern/subr_stats.c
556
bkt_ub->int64.s64 += (int64_t)step;
sys/kern/subr_stats.c
622
done = (bkt_ub.int64.s64 > info->ub.int64.s64);
sys/kern/subr_stats.c
902
*((int64_t *)vss->iv) = iv.int64.s64;
sys/ofed/drivers/infiniband/core/ib_rdma_core.c
310
struct ib_uverbs_file *ufile, s64 id,
sys/ofed/drivers/infiniband/core/ib_rdma_core.c
334
struct ib_uverbs_file *ufile, s64 id,
sys/ofed/drivers/infiniband/core/ib_rdma_core.c
373
struct ib_uverbs_file *ufile, s64 id,
sys/ofed/drivers/infiniband/core/ib_rdma_core.c
887
s64 id, struct uverbs_attr_bundle *attrs)
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
332
s64 id = o_attr->uobject->id;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
730
int _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
731
size_t idx, s64 lower_bound, u64 upper_bound,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
732
s64 *def_val)
sys/ofed/drivers/infiniband/core/rdma_core.h
65
s64 id, struct uverbs_attr_bundle *attrs);
sys/ofed/include/rdma/uverbs_ioctl.h
889
int _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle,
sys/ofed/include/rdma/uverbs_ioctl.h
890
size_t idx, s64 lower_bound, u64 upper_bound,
sys/ofed/include/rdma/uverbs_ioctl.h
891
s64 *def_val);
sys/ofed/include/rdma/uverbs_ioctl.h
923
_uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle,
sys/ofed/include/rdma/uverbs_ioctl.h
924
size_t idx, s64 lower_bound, u64 upper_bound,
sys/ofed/include/rdma/uverbs_ioctl.h
925
s64 *def_val)
sys/ofed/include/rdma/uverbs_ioctl.h
939
s64 _val; \
sys/ofed/include/rdma/uverbs_ioctl.h
949
s64 _val; \
sys/ofed/include/rdma/uverbs_ioctl.h
950
s64 _def_val = _default; \
sys/ofed/include/rdma/uverbs_types.h
139
struct ib_uverbs_file *ufile, s64 id,
sys/ofed/include/rdma/uverbs_types.h
98
struct ib_uverbs_file *ufile, s64 id,
sys/sys/stats.h
1032
tmp.int64.s64 = voival;
sys/sys/stats.h
1046
tmp.int64.s64 = voival;
sys/sys/stats.h
145
int64_t s64;
sys/sys/stats.h
865
*ret = vsd->int64.s64;
tests/sys/sys/qmath_test.c
124
s64q_t s64;
tests/sys/sys/qmath_test.c
126
Q_INI(&s64, QTEST_IV, 0, QTEST_RPSHFT);
tests/sys/sys/qmath_test.c
127
Q_TOSTR(s64, -1, 10, buf, sizeof(buf));
tests/sys/sys/qmath_test.c
129
ATF_CHECK_EQ(sizeof(s64) << 3, Q_NTBITS(s64));
tests/sys/sys/qmath_test.c
130
ATF_CHECK_EQ(QTEST_RPSHFT, Q_NFBITS(s64));
tests/sys/sys/qmath_test.c
131
ATF_CHECK_EQ(QTEST_INTBITS(s64), Q_NIBITS(s64));
tests/sys/sys/qmath_test.c
132
ATF_CHECK_EQ(QTEST_QITRUNC(s64, INT64_MAX), Q_IMAXVAL(s64));
tests/sys/sys/qmath_test.c
133
ATF_CHECK_EQ(-Q_IMAXVAL(s64), Q_IMINVAL(s64));