Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dopal.h30 int64_t opal_invalid_call(void);
40 int64_t opal_console_write(int64_t term_number, __be64 *length,
42 int64_t opal_console_read(int64_t term_number, __be64 *length,
44 int64_t opal_console_write_buffer_space(int64_t term_number,
46 int64_t opal_console_flush(int64_t term_number);
55 int64_t opal_cec_reboot(void);
159 int64_t opal_pci_poll(uint64_t id);
160 int64_t opal_return_cpu(void);
192 int64_t opal_sync_host_reboot(void);
199 int64_t opal_handle_hmi(void);
[all …]
A Dasm-prototypes.h34 int64_t __opal_call(int64_t a0, int64_t a1, int64_t a2, int64_t a3,
35 int64_t a4, int64_t a5, int64_t a6, int64_t a7,
36 int64_t opcode, uint64_t msr);
/linux-6.3-rc2/fs/xfs/
A Dxfs_quota.h64 int64_t qt_bcount_delta; /* dquot blk count changes */
69 int64_t qt_rtbcount_delta;/* dquot realtime blk changes */
70 int64_t qt_delrtb_delta; /* delayed RT blk count changes */
74 int64_t qt_icount_delta; /* dquot inode count changes */
81 uint, int64_t);
85 int64_t dblocks, int64_t rblocks, bool force);
88 struct xfs_dquot *, struct xfs_dquot *, int64_t, long, uint);
91 struct xfs_dquot *pdqp, int64_t dblocks);
112 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres()
134 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, in xfs_trans_reserve_quota_nblks()
[all …]
A Dxfs_trans.h139 int64_t t_icount_delta; /* superblock icount change */
140 int64_t t_ifree_delta; /* superblock ifree change */
141 int64_t t_fdblocks_delta; /* superblock fdblocks chg */
142 int64_t t_res_fdblocks_delta; /* on-disk only chg */
144 int64_t t_res_frextents_delta; /* on-disk only chg */
145 int64_t t_dblocks_delta;/* superblock dblocks change */
146 int64_t t_agcount_delta;/* superblock agcount change */
147 int64_t t_imaxpct_delta;/* superblock imaxpct change */
148 int64_t t_rextsize_delta;/* superblock rextsize chg */
150 int64_t t_rblocks_delta;/* superblock rblocks change */
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dopal-call.c96 static int64_t opal_call(int64_t a0, int64_t a1, int64_t a2, int64_t a3, in opal_call()
97 int64_t a4, int64_t a5, int64_t a6, int64_t a7, int64_t opcode) in opal_call()
102 int64_t ret; in opal_call()
127 int64_t name(int64_t a0, int64_t a1, int64_t a2, int64_t a3, \
128 int64_t a4, int64_t a5, int64_t a6, int64_t a7); \
129 int64_t name(int64_t a0, int64_t a1, int64_t a2, int64_t a3, \
130 int64_t a4, int64_t a5, int64_t a6, int64_t a7) \
/linux-6.3-rc2/arch/mips/include/asm/fw/cfe/
A Dcfe_api.h66 int64_t fwi_version; /* major, minor, eco version */
67 int64_t fwi_totalmem; /* total installed mem */
68 int64_t fwi_flags; /* various flags */
69 int64_t fwi_boardid; /* board ID */
70 int64_t fwi_bootarea_va; /* VA of boot area */
71 int64_t fwi_bootarea_pa; /* PA of boot area */
72 int64_t fwi_bootarea_size; /* size of boot area */
79 int64_t cfe_getticks(void);
102 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
106 int cfe_writeblk(int handle, int64_t offset, const char *buffer,
/linux-6.3-rc2/drivers/iio/pressure/
A Dicp10100.c294 val1 = (int64_t)st->cal[0] * (int64_t)t_square; in icp10100_get_pressure()
296 val1 = (int64_t)st->cal[1] * (int64_t)t_square; in icp10100_get_pressure()
299 val1 = (int64_t)st->cal[2] * (int64_t)t_square; in icp10100_get_pressure()
305 val1 = (int64_t)p_lut[0] * (int64_t)p_lut[1] * in icp10100_get_pressure()
307 (int64_t)p_lut[1] * (int64_t)p_lut[2] * in icp10100_get_pressure()
309 (int64_t)p_lut[2] * (int64_t)p_lut[0] * in icp10100_get_pressure()
313 (int64_t)p_lut[1] * (int64_t)(p_calib[2] - p_calib[0]); in icp10100_get_pressure()
317 val1 = (int64_t)p_calib[0] * (int64_t)p_lut[0] - in icp10100_get_pressure()
318 (int64_t)p_calib[1] * (int64_t)p_lut[1] - in icp10100_get_pressure()
320 val2 = (int64_t)p_lut[0] - (int64_t)p_lut[1]; in icp10100_get_pressure()
[all …]
/linux-6.3-rc2/arch/powerpc/boot/
A Dopal.c21 int64_t opal_console_write(int64_t term_number, u64 *length, const u8 *buffer);
22 int64_t opal_console_read(int64_t term_number, uint64_t *length, u8 *buffer);
23 int64_t opal_console_write_buffer_space(uint64_t term_number, uint64_t *length);
24 int64_t opal_console_flush(uint64_t term_number);
25 int64_t opal_poll_events(uint64_t *outstanding_event_mask);
44 int64_t rc; in opal_con_putc()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_core_reloc_bitfields_probed.c31 int64_t ub1;
32 int64_t ub2;
33 int64_t ub7;
34 int64_t sb4;
35 int64_t sb20;
36 int64_t u32;
37 int64_t s32;
A Dtest_core_reloc_bitfields_direct.c31 int64_t ub1;
32 int64_t ub2;
33 int64_t ub7;
34 int64_t sb4;
35 int64_t sb20;
36 int64_t u32;
37 int64_t s32;
A Dstrobemeta.h55 int64_t val;
62 int64_t value;
95 int64_t id;
97 int64_t cnt;
132 int64_t tls_mode;
141 int64_t offset;
145 int64_t req_meta_idx;
169 int64_t req_id;
176 int64_t int_vals[STROBE_MAX_INTS];
294 return (void *)((loc->tls_mode + 1) * (int64_t)addr); in calc_location()
/linux-6.3-rc2/Documentation/translations/zh_CN/arm/
A Dkernel_user_helpers.txt228 int __kuser_cmpxchg64(const int64_t *oldval,
229 const int64_t *newval,
230 volatile int64_t *ptr);
259 typedef int (__kuser_cmpxchg64_t)(const int64_t *oldval,
260 const int64_t *newval,
261 volatile int64_t *ptr);
264 int64_t atomic_add64(volatile int64_t *ptr, int64_t val)
266 int64_t old, new;
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dbw_fixed.h33 int64_t value;
37 (int64_t)(-(1LL << (63 - BW_FIXED_BITS_PER_FRACTIONAL_PART)))
40 (int64_t)((1ULL << (63 - BW_FIXED_BITS_PER_FRACTIONAL_PART)) - 1)
68 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value);
69 static inline struct bw_fixed bw_int_to_fixed(int64_t value) in bw_int_to_fixed()
85 struct bw_fixed bw_frc_to_fixed(int64_t num, int64_t denum);
87 static inline struct bw_fixed fixed31_32_to_bw_fixed(int64_t raw) in fixed31_32_to_bw_fixed()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Dtvmodesnv17.c256 int64_t k1;
257 int64_t ki;
258 int64_t ki2;
259 int64_t ki3;
260 int64_t kr;
261 int64_t kir;
262 int64_t ki2r;
263 int64_t ki3r;
264 int64_t kf;
265 int64_t kif;
[all …]
/linux-6.3-rc2/drivers/iio/imu/inv_icm42600/
A Dinv_icm42600_timestamp.h19 int64_t lo;
20 int64_t up;
46 int64_t timestamp;
63 size_t sensor_nb, int64_t timestamp);
65 static inline int64_t
A Dinv_icm42600_timestamp.c113 size_t sensor_nb, int64_t timestamp) in inv_icm42600_timestamp_interrupt()
116 int64_t delta, interval; in inv_icm42600_timestamp_interrupt()
142 interval = (int64_t)ts->period * (int64_t)sensor_nb; in inv_icm42600_timestamp_interrupt()
170 int64_t interval; in inv_icm42600_timestamp_apply_odr()
192 interval = (int64_t)(fifo_nb - fifo_no) * (int64_t)fifo_period; in inv_icm42600_timestamp_apply_odr()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/calcs/
A Dbw_fixed.c29 ((int64_t)((1ULL << 63) - 1))
40 static uint64_t abs_i64(int64_t arg) in abs_i64()
48 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value) in bw_int_to_fixed_nonconst()
57 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator) in bw_frc_to_fixed()
102 res.value = (int64_t)(res_value); in bw_frc_to_fixed()
114 int64_t multiplicand; in bw_floor2()
127 int64_t multiplicand; in bw_ceil2()
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx-fau.h62 int64_t value:63;
153 int64_t value) in __cvmx_fau_atomic_address()
170 static inline int64_t cvmx_fau_fetch_and_add64(cvmx_fau_reg_64_t reg, in cvmx_fau_fetch_and_add64()
171 int64_t value) in cvmx_fau_fetch_and_add64()
233 cvmx_fau_tagwait_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_tagwait_fetch_and_add64()
337 static inline uint64_t __cvmx_fau_iobdma_data(uint64_t scraddr, int64_t value, in __cvmx_fau_iobdma_data()
365 int64_t value) in cvmx_fau_async_fetch_and_add64()
445 int64_t value) in cvmx_fau_async_tagwait_fetch_and_add64()
526 static inline void cvmx_fau_atomic_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_atomic_add64()
576 static inline void cvmx_fau_atomic_write64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_atomic_write64()
/linux-6.3-rc2/include/linux/iio/
A Dbuffer.h38 void *data, int64_t timestamp) in iio_push_to_buffers_with_timestamp()
41 size_t ts_offset = indio_dev->scan_bytes / sizeof(int64_t) - 1; in iio_push_to_buffers_with_timestamp()
42 ((int64_t *)data)[ts_offset] = timestamp; in iio_push_to_buffers_with_timestamp()
50 int64_t timestamp);
/linux-6.3-rc2/tools/perf/util/
A Dsort.c108 static int64_t
149 static int64_t
155 static int64_t
161 static int64_t
205 static int64_t
277 static int64_t
280 int64_t ret; in sort__sym_cmp()
385 int64_t ret; in sort__srcline_cmp()
1274 int64_t
1300 int64_t
[all …]
A Dsort.h282 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
283 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
284 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
323 int64_t
325 int64_t
327 int64_t
329 int64_t
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/
A Dtest_util.c78 int64_t timespec_to_ns(struct timespec ts) in timespec_to_ns()
80 return (int64_t)ts.tv_nsec + 1000000000LL * (int64_t)ts.tv_sec; in timespec_to_ns()
83 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns()
96 int64_t ns1 = timespec_to_ns(ts1); in timespec_add()
97 int64_t ns2 = timespec_to_ns(ts2); in timespec_add()
103 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub()
104 int64_t ns2 = timespec_to_ns(ts2); in timespec_sub()
118 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div()
/linux-6.3-rc2/arch/powerpc/sysdev/xics/
A Dics-opal.c44 int64_t rc; in ics_opal_unmask_irq()
71 int64_t rc; in ics_opal_mask_real_irq()
102 int64_t rc; in ics_opal_set_affinity()
155 int64_t rc; in ics_opal_check()
172 int64_t rc; in ics_opal_mask_unknown()
186 int64_t rc; in ics_opal_get_server()
/linux-6.3-rc2/drivers/iio/adc/
A Dqcom-spmi-rradc.c304 int64_t *slope) in rradc_get_fab_coeff()
346 int64_t r_id; in rradc_post_process_batt_id()
349 r_id = ((int64_t)adc_code * RR_ADC_FS_VOLTAGE_MV); in rradc_post_process_batt_id()
606 int64_t fab_offset, fab_slope; in rradc_read_scale()
662 int64_t fab_offset, fab_slope; in rradc_read_offset()
663 int64_t offset1, offset2; in rradc_read_offset()
687 (int64_t)(RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset()
691 (int64_t)fab_slope; in rradc_read_offset()
706 (int64_t)RR_ADC_TEMP_FS_VOLTAGE_DEN * in rradc_read_offset()
707 (int64_t)RR_ADC_CHAN_MSB; in rradc_read_offset()
[all …]
/linux-6.3-rc2/kernel/cgroup/
A Dpids.c50 int64_t watermark;
89 static void pids_update_watermark(struct pids_cgroup *p, int64_t nr_pids) in pids_update_watermark()
143 int64_t new = atomic64_add_return(num, &p->counter); in pids_charge()
163 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge()
164 int64_t limit = atomic64_read(&p->limit); in pids_try_charge()
287 int64_t limit; in pids_max_write()
316 int64_t limit = atomic64_read(&pids->limit); in pids_max_show()

Completed in 53 milliseconds

123456789