Searched refs:int64_t (Results 51 - 75 of 240) sorted by relevance

12345678910

/linux-master/tools/include/linux/
H A Dtypes.h34 typedef int64_t s64;
/linux-master/include/drm/
H A Ddrm_crtc.h48 static inline int64_t U642I64(uint64_t val)
50 return (int64_t)*((int64_t *)&val);
52 static inline uint64_t I642U64(int64_t val)
H A Ddrm_property.h267 int64_t min, int64_t max);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_stack.c46 int64_t res;
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.h33 int64_t if_blocks;
H A Dxfs_ag_resv.c361 xfs_trans_mod_sb(args->tp, field, -(int64_t)args->len);
370 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len);
374 -((int64_t)args->len - len));
401 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, (int64_t)len);
H A Dxfs_alloc_btree.c250 STATIC int64_t
258 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock;
261 STATIC int64_t
268 int64_t diff;
270 diff = (int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount;
274 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock;
277 STATIC int64_t
286 return (int64_t)be32_to_cpu(k1->alloc.ar_startblock) -
290 STATIC int64_t
297 int64_t dif
[all...]
H A Dxfs_fs.h340 int64_t bs_blocks; /* number of blocks */
366 int64_t bs_atime; /* access time, seconds */
367 int64_t bs_mtime; /* modify time, seconds */
369 int64_t bs_ctime; /* inode change time, seconds */
370 int64_t bs_btime; /* creation time, seconds */
663 int64_t sx_version; /* version */
665 int64_t sx_fdtarget; /* fd of target file */
666 int64_t sx_fdtmp; /* fd of tmp file */
H A Dxfs_inode_fork.h16 int64_t if_bytes; /* bytes in if_data */
171 void * xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
178 const void *data, int64_t size);
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.h45 int64_t allocate_transhuge(void *ptr, int pagemap_fd);
/linux-master/tools/perf/util/
H A Dblock-info.c56 int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right)
76 return (int64_t)(bi_r->start - bi_l->start);
78 return (int64_t)(bi_r->end - bi_l->end);
81 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
197 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt,
211 return (int64_t)l - (int64_t)r;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-dump.c75 static int64_t dump_send_ack(uint32_t dump_id)
120 static int64_t dump_fips_init(uint8_t type)
219 static int64_t dump_read_info(uint32_t *dump_id, uint32_t *dump_size, uint32_t *dump_type)
243 static int64_t dump_read_data(struct dump_obj *dump)
247 int64_t rc;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h332 static fInt fMultiply (fInt X, fInt Y) /* Uses 64-bit integers (int64_t) */
335 int64_t tempProduct;
349 tempProduct = ((int64_t)X.full) * ((int64_t)Y.full); /*Q(16,16)*Q(16,16) = Q(32, 32) - Might become a negative number! */
351 Product.full = (int)tempProduct; /*The int64_t will lose the leading 16 bits that were part of the integer portion */
359 int64_t longlongX, longlongY;
366 longlongX = (int64_t)X.full;
367 longlongY = (int64_t)Y.full;
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c111 static int64_t pctns(struct ptp_clock_time *t)
193 int64_t t1, t2, tp;
194 int64_t interval, offset;
195 int64_t perout_phase = -1;
196 int64_t pulsewidth = -1;
197 int64_t perout = -1;
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-bootmem.c134 int64_t address;
155 int64_t addr;
217 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min,
623 int64_t addr;
718 int64_t cvmx_bootmem_phy_named_block_alloc(uint64_t size, uint64_t min_addr,
724 int64_t addr_allocated;
/linux-master/include/linux/
H A Dhid-sensor-hub.h277 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st,
278 int64_t raw_value);
/linux-master/fs/xfs/scrub/
H A Dquotacheck.c46 int64_t icount_delta;
48 int64_t bcount_delta;
49 int64_t delbcnt_delta;
51 int64_t rtbcount_delta;
52 int64_t delrtb_delta;
132 int64_t inodes,
133 int64_t nblks,
134 int64_t rtblks)
H A Dfscounters.c468 const int64_t old_value,
472 int64_t min_value, max_value;
473 int64_t curr_value = percpu_counter_sum(counter);
508 int64_t icount, ifree, fdblocks, frextents;
/linux-master/fs/xfs/
H A Dxfs_dquot.h81 int64_t q_low_space[XFS_QLOWSP_MAX];
192 int64_t freesp;
/linux-master/arch/mips/tools/
H A Delf-entry.c78 entry = (int64_t)(int32_t)entry;
/linux-master/arch/powerpc/include/asm/
H A Dpnv-pci.h37 int64_t pnv_opal_pci_msi_eoi(struct irq_data *d);
/linux-master/arch/mips/math-emu/
H A Ddp_maddf.c219 if ((int64_t)hrm < 0) {
269 if ((int64_t)hzm < 0) { /* carry out */
290 if ((int64_t)lzm < 0) {
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h150 int64_t rekey_count;
152 int64_t tx_bytes;
153 int64_t rx_bytes;
/linux-master/fs/coda/
H A Dcoda_linux.c154 vattr->va_atime.tv_sec = (int64_t) -1;
156 vattr->va_mtime.tv_sec = (int64_t) -1;
158 vattr->va_ctime.tv_sec = (int64_t) -1;
/linux-master/drivers/md/bcache/
H A Dwriteback.c83 int64_t target = __calc_target_rate(dc);
84 int64_t dirty = bcache_dev_sectors_dirty(&dc->disk);
85 int64_t error = dirty - target;
86 int64_t proportional_scaled =
88 int64_t integral_scaled;
103 int64_t dirty_buckets = c->nbuckets - c->avail_nbuckets;
107 int64_t fragment =
109 int64_t fp_term;
110 int64_t fps;
113 fp_term = (int64_t)d
[all...]

Completed in 436 milliseconds

12345678910