Searched refs:s64 (Results 401 - 425 of 1215) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs.h71 s64 vnmi_blocked_time;
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_ring.c52 s64 timestamp;
/linux-master/tools/perf/bench/
H A Duprobe.c115 s64 diff_to_baseline = diff - baseline,
/linux-master/include/linux/
H A Dalloc_tag.h59 s64 bytes;
H A Dcgroup-defs.h644 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft);
665 s64 val);
/linux-master/drivers/dma-buf/
H A Dsync_debug.c82 seq_printf(s, "@%lld.%09ld", (s64)ts64.tv_sec, ts64.tv_nsec);
/linux-master/include/linux/atomic/
H A Datomic-long.h1458 return raw_atomic64_try_cmpxchg(v, (s64 *)old, new);
1482 return raw_atomic64_try_cmpxchg_acquire(v, (s64 *)old, new);
1506 return raw_atomic64_try_cmpxchg_release(v, (s64 *)old, new);
1530 return raw_atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new);
/linux-master/drivers/media/i2c/
H A Dov13858.c958 static const s64 link_freq_menu_items[OV13858_NUM_OF_LINK_FREQS] = {
1213 s64 max;
1354 s64 h_blank;
1355 s64 pixel_rate;
1356 s64 link_freq;
1558 s64 exposure_max;
1559 s64 vblank_def;
1560 s64 vblank_min;
1561 s64 hblank;
1562 s64 pixel_rate_mi
[all...]
H A Dimx258.c544 static const s64 link_freq_menu_items[] = {
896 s64 h_blank;
897 s64 pixel_rate;
898 s64 link_freq;
1115 s64 vblank_def;
1116 s64 vblank_min;
1117 s64 pixel_rate_min;
1118 s64 pixel_rate_max;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c256 s64 best_val = 0, val, best_period = 0, period, approx_dev, dif, dif2;
268 s64 best_dif = ppb, best_approx_dev = 1;
309 * fit in a s64 variable. In order to prevent castings simple
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c62 s64 mthca_make_profile(struct mthca_dev *dev,
76 s64 total_size = 0;
/linux-master/drivers/iio/humidity/
H A Ddht11.c80 s64 timestamp;
86 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ];
/linux-master/drivers/iio/test/
H A Diio-test-format.c203 s64 value;
234 value = -((s64)UINT_MAX);
/linux-master/drivers/iio/adc/
H A Dad7887.c74 unsigned char data[ALIGN(4, sizeof(s64)) + sizeof(s64)] __aligned(IIO_DMA_MINALIGN);
/linux-master/arch/powerpc/perf/
H A Dpower7-pmu.c144 static s64 find_alternative_decode(u64 event)
161 s64 ae;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp102.c78 gp102_sec2_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust)
241 gp102_sec2_acr_bld_patch_1(struct nvkm_acr *acr, u32 bld, s64 adjust)
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_ptp.c36 ((s64)ravb_read(ndev, GCT2) << 32);
120 static int ravb_ptp_adjtime(struct ptp_clock_info *ptp, s64 delta)
/linux-master/drivers/ptp/
H A Dptp_dfl_tod.c98 static int coarse_adjust_tod_clock(struct dfl_tod *dt, s64 delta)
171 static int dfl_tod_adjust_time(struct ptp_clock_info *ptp, s64 delta)
/linux-master/fs/jfs/
H A Dnamei.c28 static s64 commitZeroLink(tid_t, struct inode *);
472 s64 new_size = 0;
623 static s64 commitZeroLink(tid_t tid, struct inode *ip)
716 s64 xaddr = addressDXD(&JFS_IP(ip)->ea);
737 s64 xaddr = addressDXD(&JFS_IP(ip)->acl);
888 s64 xlen = 0;
890 s64 xaddr;
1086 s64 new_size = 0;
H A Dinode.c202 s64 lblock64 = lblock;
205 s64 xaddr;
/linux-master/crypto/
H A Dcmac.c76 msb_mask = ((s64)_const[1] >> 63) & gfmask;
91 msb_mask = ((s64)_const[0] >> 63) & gfmask;
/linux-master/drivers/iio/orientation/
H A Dhid-sensor-rotation.c29 s64 timestamp;
190 *(s64 *)raw_data);
H A Dhid-sensor-incl-3d.c38 s64 timestamp;
236 *(s64 *)raw_data);
/linux-master/drivers/iio/pressure/
H A Dhid-sensor-press.c33 s64 timestamp;
203 &press_state->common_attributes, *(s64 *)raw_data);
/linux-master/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c36 s64 timestamp;
233 *(s64 *)raw_data);

Completed in 228 milliseconds

<<11121314151617181920>>