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

12345678910

/linux-master/drivers/iio/accel/
H A Dbmc150-accel.h79 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */
/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_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.h338 int64_t bs_blocks; /* number of blocks */
364 int64_t bs_atime; /* access time, seconds */
365 int64_t bs_mtime; /* modify time, seconds */
367 int64_t bs_ctime; /* inode change time, seconds */
368 int64_t bs_btime; /* creation time, seconds */
658 int64_t sx_version; /* version */
660 int64_t sx_fdtarget; /* fd of target file */
661 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/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/
H A Dxfs_dquot.h81 int64_t q_low_space[XFS_QLOWSP_MAX];
192 int64_t freesp;
H A Dxfs_trans.c166 error = xfs_mod_fdblocks(mp, -((int64_t)blocks), rsvd);
213 error = xfs_mod_frextents(mp, -((int64_t)rtextents));
237 xfs_mod_fdblocks(mp, (int64_t)blocks, rsvd);
357 int64_t delta)
384 int64_t blkres_delta;
393 blkres_delta = min_t(int64_t, delta,
515 int64_t rtxdelta;
597 int64_t blkdelta = 0;
598 int64_t rtxdelta = 0;
599 int64_t idelt
[all...]
/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.c464 const int64_t old_value,
468 int64_t min_value, max_value;
469 int64_t curr_value = percpu_counter_sum(counter);
504 int64_t icount, ifree, fdblocks, frextents;
/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 403 milliseconds

12345678910