Searched refs:int64_t (Results 76 - 100 of 236) sorted by relevance

12345678910

/linux-master/drivers/md/bcache/
H A Dbset.h413 static __always_inline int64_t bkey_cmp(const struct bkey *l,
417 ? (int64_t) KEY_INODE(l) - (int64_t) KEY_INODE(r)
418 : (int64_t) KEY_OFFSET(l) - (int64_t) KEY_OFFSET(r);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c311 static int64_t pnv_ioda_map_m64_segmented(struct pnv_phb *phb,
316 int64_t rc;
338 static int64_t pnv_ioda_map_m64_single(struct pnv_phb *phb,
344 int64_t rc;
422 int64_t rc;
H A Dopal-lpc.c26 int64_t rc;
37 int64_t rc;
54 int64_t rc;
/linux-master/kernel/time/
H A Dclockevents.c236 int64_t delta;
275 int64_t delta = 0;
307 int64_t delta;
330 delta = min(delta, (int64_t) dev->max_delta_ns);
331 delta = max(delta, (int64_t) dev->min_delta_ns);
/linux-master/tools/testing/selftests/net/
H A Dso_txtime.c49 int64_t delay_us;
116 int64_t tstop, texpect;
165 int64_t tstamp = 0;
215 tstamp = ((int64_t) err->ee_data) << 32 | err->ee_info;
216 tstamp -= (int64_t) glob_tstart;
H A Dtxtimestamp.c89 int64_t min;
90 int64_t max;
91 int64_t total;
101 static int64_t timespec_to_ns64(struct timespec *ts)
106 static int64_t timespec_to_us64(struct timespec *ts)
122 int64_t ts_delta = timespec_to_ns64(t_end) - timespec_to_ns64(t_start);
156 int64_t cur64, start64;
171 static void __print_ts_delta_formatted(int64_t ts_delta)
182 int64_t ts_delta;
251 __print_ts_delta_formatted((int64_t)(t
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h738 #define XFS_LEGACY_TIME_MIN ((int64_t)S32_MIN)
744 #define XFS_LEGACY_TIME_MAX ((int64_t)S32_MAX)
751 #define XFS_BIGTIME_TIME_MIN ((int64_t)0)
761 #define XFS_BIGTIME_TIME_MAX ((int64_t)((-1ULL / NSEC_PER_SEC) & ~0x3ULL))
776 #define XFS_BIGTIME_EPOCH_OFFSET (-(int64_t)S32_MIN)
1202 #define XFS_DQ_LEGACY_EXPIRY_MIN ((int64_t)1)
1208 #define XFS_DQ_LEGACY_EXPIRY_MAX ((int64_t)U32_MAX)
1226 #define XFS_DQ_BIGTIME_EXPIRY_MAX ((int64_t)4074815106U)
1233 #define XFS_DQ_BIGTIME_SLACK ((int64_t)(1ULL << XFS_DQ_BIGTIME_SHIFT) - 1)
1257 #define XFS_DQ_GRACE_MIN ((int64_t)
[all...]
H A Dxfs_rmap_btree.c240 STATIC int64_t
248 int64_t d;
250 d = (int64_t)be32_to_cpu(kp->rm_startblock) - rec->rm_startblock;
270 STATIC int64_t
279 int64_t d;
285 d = (int64_t)be32_to_cpu(kp1->rm_startblock) -
H A Dxfs_refcount_btree.c178 STATIC int64_t
189 return (int64_t)be32_to_cpu(kp->rc_startblock) - start;
192 STATIC int64_t
201 return (int64_t)be32_to_cpu(k1->refc.rc_startblock) -
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_accel.c81 int64_t timestamp __aligned(8);
365 int64_t val64;
423 val64 = (int64_t)offset * 5LL * 9806650LL;
441 int64_t val64;
469 val64 = (int64_t)val * 1000000LL + (int64_t)val2;
760 int64_t ts_val;
/linux-master/tools/perf/util/
H A Dblock-info.c68 int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right)
88 return (int64_t)(bi_r->start - bi_l->start);
90 return (int64_t)(bi_r->end - bi_l->end);
93 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
209 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt,
223 return (int64_t)l - (int64_t)r;
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.c416 ret, (int64_t) req.mapped);
581 (int64_t)uffdio_copy->copy);
584 (int64_t)uffdio_copy->copy);
618 (int64_t)uffdio_copy.copy);
621 err("UFFDIO_COPY error: %"PRId64, (int64_t)uffdio_copy.copy);
652 (int64_t)uffdio_move.move);
655 err("UFFDIO_MOVE error: %"PRId64, (int64_t)uffdio_move.move);
/linux-master/tools/perf/
H A Dbuiltin-diff.c563 static int64_t block_cycles_diff_cmp(struct hist_entry *left,
578 static int64_t block_sort(struct perf_hpp_fmt *fmt __maybe_unused,
603 int64_t cmp;
749 static int64_t cmp_doubles(double l, double r)
759 static int64_t
799 static int64_t
829 static int64_t
860 static int64_t
868 static int64_t
877 static int64_t
[all...]
/linux-master/drivers/md/
H A Ddm-log-userspace-base.c410 int64_t is_clean;
438 int64_t in_sync;
713 int64_t i; /* 64-bit for mix arch compatibility */
740 int64_t i;
744 pkg.i = (int64_t)in_sync;
837 int64_t is_recovering;
/linux-master/fs/xfs/
H A Dxfs_log_priv.h557 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space)
569 static inline int64_t
572 return ((int64_t)cycle << 32) | space;
H A Dxfs_fsops.c95 int64_t delta;
363 int64_t lcounter, delta;
364 int64_t fdblks_delta = 0;
365 int64_t free;
H A Dxfs_mount.h538 int64_t delta, bool rsvd);
541 xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta, bool reserved)
547 xfs_mod_frextents(struct xfs_mount *mp, int64_t delta)
569 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c28 int64_t difference, expected;
/linux-master/drivers/iio/gyro/
H A Dssp_gyro_sensor.c83 int64_t timestamp)
/linux-master/drivers/iio/accel/
H A Dssp_accel_sensor.c83 int64_t timestamp)
/linux-master/include/linux/
H A Dtypes.h115 typedef s64 int64_t; typedef
/linux-master/arch/mips/math-emu/
H A Dsp_maddf.c164 if ((int64_t) rm64 < 0) {
211 if ((int64_t)zm64 < 0) { /* carry out */
/linux-master/tools/bpf/bpftool/
H A Djson_writer.c241 void jsonw_int(json_writer_t *self, int64_t num)
296 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num)
/linux-master/tools/lib/bpf/
H A Dzip.c177 int64_t limit, offset;
188 limit = (int64_t)offset - (1 << 16);
/linux-master/tools/testing/selftests/bpf/
H A Djson_writer.c241 void jsonw_int(json_writer_t *self, int64_t num)
296 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num)

Completed in 267 milliseconds

12345678910