/linux-6.6.21/arch/powerpc/include/asm/ |
D | opal.h | 30 int64_t opal_invalid_call(void); 31 int64_t opal_npu_map_lpar(uint64_t phb_id, uint64_t bdf, uint64_t lparid, 33 int64_t opal_npu_spa_setup(uint64_t phb_id, uint32_t bdfn, 35 int64_t opal_npu_spa_clear_cache(uint64_t phb_id, uint32_t bdfn, 37 int64_t opal_npu_tl_set(uint64_t phb_id, uint32_t bdfn, long cap, 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); 47 int64_t opal_rtc_read(__be32 *year_month_day, [all …]
|
D | asm-prototypes.h | 34 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.6.21/fs/xfs/ |
D | xfs_quota.h | 64 int64_t qt_bcount_delta; /* dquot blk count changes */ 65 int64_t qt_delbcnt_delta; /* delayed 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() [all …]
|
D | xfs_trans.h | 139 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 */ 143 int64_t t_frextents_delta;/* superblock freextents 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 */ [all …]
|
/linux-6.6.21/arch/powerpc/platforms/powernv/ |
D | opal-call.c | 96 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.6.21/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 63 int64_t fwi_version; /* major, minor, eco version */ 64 int64_t fwi_totalmem; /* total installed mem */ 65 int64_t fwi_flags; /* various flags */ 66 int64_t fwi_boardid; /* board ID */ 67 int64_t fwi_bootarea_va; /* VA of boot area */ 68 int64_t fwi_bootarea_pa; /* PA of boot area */ 69 int64_t fwi_bootarea_size; /* size of boot area */ 76 int64_t cfe_getticks(void); 99 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer, 103 int cfe_writeblk(int handle, int64_t offset, const char *buffer,
|
/linux-6.6.21/drivers/iio/pressure/ |
D | icp10100.c | 282 int64_t val1, val2; in icp10100_get_pressure() 285 int64_t a, b, c; in icp10100_get_pressure() 294 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() 306 (int64_t)(p_calib[0] - p_calib[1]) + in icp10100_get_pressure() 307 (int64_t)p_lut[1] * (int64_t)p_lut[2] * in icp10100_get_pressure() 308 (int64_t)(p_calib[1] - p_calib[2]) + in icp10100_get_pressure() 309 (int64_t)p_lut[2] * (int64_t)p_lut[0] * in icp10100_get_pressure() [all …]
|
/linux-6.6.21/arch/powerpc/boot/ |
D | opal.c | 21 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.6.21/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_bitfields_probed.c | 31 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;
|
D | test_core_reloc_bitfields_direct.c | 31 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;
|
/linux-6.6.21/drivers/iio/common/inv_sensors/ |
D | inv_sensors_timestamp.c | 104 int64_t delta, jitter; in inv_align_timestamp_it() 105 int64_t adjust; in inv_align_timestamp_it() 111 jitter = INV_SENSORS_TIMESTAMP_JITTER((int64_t)ts->period, ts->chip.jitter); in inv_align_timestamp_it() 124 size_t sensor_nb, int64_t timestamp) in inv_sensors_timestamp_interrupt() 127 int64_t delta, interval; in inv_sensors_timestamp_interrupt() 149 interval = (int64_t)ts->period * (int64_t)sensor_nb; in inv_sensors_timestamp_interrupt() 164 int64_t interval; in inv_sensors_timestamp_apply_odr() 186 interval = (int64_t)(fifo_nb - fifo_no) * (int64_t)fifo_period; in inv_sensors_timestamp_apply_odr()
|
/linux-6.6.21/Documentation/translations/zh_CN/arch/arm/ |
D | kernel_user_helpers.txt | 228 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.6.21/drivers/gpu/drm/amd/display/dc/inc/ |
D | bw_fixed.h | 33 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.6.21/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvmodesnv17.c | 256 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.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
D | bw_fixed.c | 29 ((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.6.21/include/linux/iio/common/ |
D | inv_sensors_timestamp.h | 27 int64_t lo; 28 int64_t up; 60 int64_t timestamp; 75 size_t sensor_nb, int64_t timestamp); 77 static inline int64_t inv_sensors_timestamp_pop(struct inv_sensors_timestamp *ts) in inv_sensors_timestamp_pop()
|
/linux-6.6.21/arch/mips/include/asm/octeon/ |
D | cvmx-fau.h | 62 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.6.21/tools/perf/util/ |
D | sort.c | 96 static int64_t cmp_null(const void *l, const void *r) in cmp_null() 108 static int64_t 144 static int64_t 148 return (int64_t) left->simd_flags.arch - right->simd_flags.arch; in sort__simd_cmp() 150 return (int64_t) left->simd_flags.pred - right->simd_flags.pred; in sort__simd_cmp() 195 static int64_t 201 static int64_t 207 static int64_t 231 static int64_t _sort__dso_cmp(struct map *map_l, struct map *map_r) in _sort__dso_cmp() 251 static int64_t [all …]
|
D | sort.h | 285 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *); 286 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *); 287 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *); 326 int64_t 328 int64_t 330 int64_t 332 int64_t
|
/linux-6.6.21/include/linux/iio/ |
D | buffer.h | 38 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.6.21/tools/testing/selftests/kvm/lib/ |
D | test_util.c | 81 int64_t timespec_to_ns(struct timespec ts) in timespec_to_ns() 83 return (int64_t)ts.tv_nsec + 1000000000LL * (int64_t)ts.tv_sec; in timespec_to_ns() 86 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() 99 int64_t ns1 = timespec_to_ns(ts1); in timespec_add() 100 int64_t ns2 = timespec_to_ns(ts2); in timespec_add() 106 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub() 107 int64_t ns2 = timespec_to_ns(ts2); in timespec_sub() 121 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div()
|
/linux-6.6.21/arch/powerpc/sysdev/xics/ |
D | ics-opal.c | 44 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() 154 int64_t rc; in ics_opal_check() 171 int64_t rc; in ics_opal_mask_unknown() 185 int64_t rc; in ics_opal_get_server()
|
/linux-6.6.21/drivers/iio/adc/ |
D | qcom-spmi-rradc.c | 303 static int rradc_get_fab_coeff(struct rradc_chip *chip, int64_t *offset, in rradc_get_fab_coeff() 304 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() 685 offset1 += (int64_t)RR_ADC_TEMP_FS_VOLTAGE_NUM / 2ULL; in rradc_read_offset() 687 (int64_t)(RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset() 689 offset2 = (int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset() [all …]
|
/linux-6.6.21/tools/include/nolibc/ |
D | stdint.h | 17 typedef signed long long int64_t; typedef 30 typedef int64_t int_least64_t; 39 typedef int64_t int_fast64_t; 42 typedef int64_t intmax_t;
|
/linux-6.6.21/kernel/cgroup/ |
D | pids.c | 50 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()
|