Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 57) sorted by relevance

123

/linux-2.6.39/arch/mips/include/asm/fw/cfe/
Dcfe_api.h79 int64_t fwi_version; /* major, minor, eco version */
80 int64_t fwi_totalmem; /* total installed mem */
81 int64_t fwi_flags; /* various flags */
82 int64_t fwi_boardid; /* board ID */
83 int64_t fwi_bootarea_va; /* VA of boot area */
84 int64_t fwi_bootarea_pa; /* PA of boot area */
85 int64_t fwi_bootarea_size; /* size of boot area */
92 int64_t cfe_getticks(void);
115 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
119 int cfe_writeblk(int handle, int64_t offset, unsigned char *buffer,
/linux-2.6.39/tools/perf/util/
Dsort.h94 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
95 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
111 extern int64_t cmp_null(void *, void *);
112 extern int64_t sort__thread_cmp(struct hist_entry *, struct hist_entry *);
113 extern int64_t sort__comm_cmp(struct hist_entry *, struct hist_entry *);
114 extern int64_t sort__comm_collapse(struct hist_entry *, struct hist_entry *);
115 extern int64_t sort__dso_cmp(struct hist_entry *, struct hist_entry *);
116 extern int64_t sort__sym_cmp(struct hist_entry *, struct hist_entry *);
117 extern int64_t sort__parent_cmp(struct hist_entry *, struct hist_entry *);
118 int64_t sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right);
Dsort.c89 int64_t cmp_null(void *l, void *r) in cmp_null()
101 int64_t
143 int64_t
178 int64_t
189 return (int64_t)(ip_r - ip_l); in sort__sym_cmp()
216 int64_t
222 int64_t
236 int64_t
257 int64_t
Dhist.h58 extern int64_t hist_entry__cmp(struct hist_entry *, struct hist_entry *);
59 extern int64_t hist_entry__collapse(struct hist_entry *, struct hist_entry *);
Dtypes.h11 typedef int64_t s64;
/linux-2.6.39/arch/tile/lib/
Dexports.c71 int64_t __divdi3(int64_t dividend, int64_t divisor);
79 int64_t __moddi3(int64_t dividend, int64_t divisor);
84 int64_t __muldi3(int64_t, int64_t);
/linux-2.6.39/fs/xfs/
Dxfs_trans.h403 int64_t t_icount_delta; /* superblock icount change */
404 int64_t t_ifree_delta; /* superblock ifree change */
405 int64_t t_fdblocks_delta; /* superblock fdblocks chg */
406 int64_t t_res_fdblocks_delta; /* on-disk only chg */
407 int64_t t_frextents_delta;/* superblock freextents chg*/
408 int64_t t_res_frextents_delta; /* on-disk only chg */
410 int64_t t_ag_freeblks_delta; /* debugging counter */
411 int64_t t_ag_flist_delta; /* debugging counter */
412 int64_t t_ag_btree_delta; /* debugging counter */
414 int64_t t_dblocks_delta;/* superblock dblocks change */
[all …]
Dxfs_error.c59 int64_t xfs_etest_fsid[XFS_NUM_INJECT_ERROR];
68 int64_t fsid; in xfs_error_test()
92 int64_t fsid; in xfs_errortag_add()
125 int64_t fsid; in xfs_errortag_clearall()
Dxfs_mount.h94 int64_t, int);
212 int64_t m_low_space[XFS_LOWSP_MAX];
370 int64_t msb_delta; /* Change to make to specified field */
379 extern int xfs_mod_incore_sb(xfs_mount_t *, xfs_sb_field_t, int64_t, int);
Dxfs_log_priv.h601 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val()
613 static inline int64_t
616 return ((int64_t)cycle << 32) | space; in xlog_assign_grant_head_val()
Dxfs_trans.c700 -((int64_t)blocks), rsvd); in xfs_trans_reserve()
741 -((int64_t)rtextents), rsvd); in xfs_trans_reserve()
771 (int64_t)blocks, rsvd); in xfs_trans_reserve()
800 int64_t delta) in xfs_trans_mod_sb()
1018 int64_t blkdelta = 0; in xfs_trans_unreserve_and_mod_sb()
1019 int64_t rtxdelta = 0; in xfs_trans_unreserve_and_mod_sb()
1020 int64_t idelta = 0; in xfs_trans_unreserve_and_mod_sb()
1021 int64_t ifreedelta = 0; in xfs_trans_unreserve_and_mod_sb()
/linux-2.6.39/drivers/staging/octeon/
Dcvmx-fau.h62 int64_t value:63;
143 int64_t value) in __cvmx_fau_atomic_address()
160 static inline int64_t cvmx_fau_fetch_and_add64(cvmx_fau_reg_64_t reg, in cvmx_fau_fetch_and_add64()
161 int64_t value) in cvmx_fau_fetch_and_add64()
220 cvmx_fau_tagwait_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_tagwait_fetch_and_add64()
321 static inline uint64_t __cvmx_fau_iobdma_data(uint64_t scraddr, int64_t value, in __cvmx_fau_iobdma_data()
349 int64_t value) in cvmx_fau_async_fetch_and_add64()
429 int64_t value) in cvmx_fau_async_tagwait_fetch_and_add64()
510 static inline void cvmx_fau_atomic_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_atomic_add64()
557 static inline void cvmx_fau_atomic_write64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_atomic_write64()
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv17_tv_modes.c258 int64_t k1;
259 int64_t ki;
260 int64_t ki2;
261 int64_t ki3;
262 int64_t kr;
263 int64_t kir;
264 int64_t ki2r;
265 int64_t ki3r;
266 int64_t kf;
267 int64_t kif;
[all …]
/linux-2.6.39/arch/powerpc/platforms/cell/
Dbeat.h24 int64_t beat_get_term_char(uint64_t, uint64_t *, uint64_t *, uint64_t *);
25 int64_t beat_put_term_char(uint64_t, uint64_t, uint64_t, uint64_t);
26 int64_t beat_repository_encode(int, const char *, uint64_t[4]);
Dbeat.c146 int64_t beat_get_term_char(u64 vterm, u64 *len, u64 *t1, u64 *t2) in beat_get_term_char()
160 int64_t beat_put_term_char(u64 vterm, u64 len, u64 t1, u64 t2) in beat_put_term_char()
/linux-2.6.39/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h280 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min,
306 int64_t cvmx_bootmem_phy_named_block_alloc(uint64_t size, uint64_t min_addr,
/linux-2.6.39/drivers/tty/hvc/
Dhvc_beat.c36 extern int64_t beat_get_term_char(uint64_t, uint64_t *, uint64_t *, uint64_t *);
37 extern int64_t beat_put_term_char(uint64_t, uint64_t, uint64_t, uint64_t);
/linux-2.6.39/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c79 int64_t address; in cvmx_bootmem_alloc_range()
105 int64_t addr; in cvmx_bootmem_alloc_named_range()
185 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min, in cvmx_bootmem_phy_alloc()
617 int64_t cvmx_bootmem_phy_named_block_alloc(uint64_t size, uint64_t min_addr, in cvmx_bootmem_phy_named_block_alloc()
623 int64_t addr_allocated; in cvmx_bootmem_phy_named_block_alloc()
/linux-2.6.39/drivers/input/misc/
Dhp_sdc_rtc.c154 static int64_t hp_sdc_rtc_read_i8042timer (uint8_t loadcmd, int numreg) in hp_sdc_rtc_read_i8042timer()
194 int64_t raw; in hp_sdc_rtc_read_rt()
213 int64_t raw; in hp_sdc_rtc_read_fhs()
230 int64_t raw; in hp_sdc_rtc_read_mt()
247 int64_t raw; in hp_sdc_rtc_read_dt()
264 int64_t raw; in hp_sdc_rtc_read_ct()
/linux-2.6.39/drivers/md/
Ddm-log-userspace-base.c306 int64_t is_clean; in userspace_is_clean()
334 int64_t in_sync; in userspace_in_sync()
568 int64_t i; /* 64-bit for mix arch compatibility */ in userspace_get_resync_work()
597 int64_t i; in userspace_set_region_sync()
601 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
693 int64_t is_recovering; in userspace_is_remote_recovering()
/linux-2.6.39/drivers/staging/ath6kl/os/linux/include/
Dathtypes_linux.h40 typedef int64_t A_INT64;
/linux-2.6.39/fs/freevxfs/
Dvxfs_bmap.c136 int64_t off; in vxfs_bmap_indir()
209 int64_t off = (typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_typed()
/linux-2.6.39/fs/befs/
Dbtree.c747 if (*(int64_t *) key1 == *(int64_t *) key2)
749 else if (*(int64_t *) key1 > *(int64_t *) key2)
/linux-2.6.39/drivers/staging/iio/Documentation/
Dgeneric_buffer.c95 int64_t val = *(int64_t *) in process_scan()
/linux-2.6.39/arch/s390/lib/
Ddiv64.c108 int64_t rx = r - q; in __div64_32()

123