Searched refs:s64 (Results 351 - 375 of 1215) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/macintosh/
H A Dwindfarm_smu_sensors.c93 s64 scaled;
103 scaled = (s64)(((u64)val) * (u64)cpudiode->m_value);
105 scaled += ((s64)cpudiode->b_value) << 9;
/linux-master/net/dccp/
H A Ddccp.h117 static inline s64 dccp_delta_seqno(const u64 seqno1, const u64 seqno2)
127 return (s64)((seq2 << 16) - (seq1 << 16)) > 0;
147 s64 delta = dccp_delta_seqno(s1, s2);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c215 s64 start, count;
218 /* s64 to prevent overflow. */
219 count = (s64) f->start[i] + f->count[i] - start;
221 f->count[i] = clamp(count, (s64) 1,
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c197 s64 time;
239 s64 time;
276 s64 time;
/linux-master/sound/core/
H A Dcontrol_compat.c142 s64 integer64[64];
156 s64 integer64[64];
193 return sizeof(s64) * count;
/linux-master/drivers/iio/light/
H A Dmax44000.c81 s64 ts __aligned(8);
358 s64 valns = val * NSEC_PER_SEC + val2;
367 s64 valus = val * USEC_PER_SEC + val2;
/linux-master/arch/s390/kernel/
H A Dvtime.c206 if ((s64) steal > 0) {
339 if (likely((s64) timer->expires <
340 (s64) atomic64_read(&virt_timer_current)))
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1254 static void hw_atl_b0_adj_params_get(u64 freq, s64 adj, u32 *ns, u32 *fns)
1257 s64 base_ns = ((adj + NSEC_PER_SEC) * NSEC_PER_SEC);
1265 s64 divisor = div64_s64((s64)NSEC_PER_SEC * NSEC_PER_SEC,
1278 s64 adj_fns_val;
1279 s64 fns_in_sec_phy = phyfreq * (ptp_adj_freq->fns_phy +
1281 s64 fns_in_sec_mac = macfreq * (ptp_adj_freq->fns_mac +
1283 s64 fault_in_sec_phy = AQ_FRAC_PER_NS * NSEC_PER_SEC - fns_in_sec_phy;
1284 s64 fault_in_sec_mac = AQ_FRAC_PER_NS * NSEC_PER_SEC - fns_in_sec_mac;
1286 s64 diff_in_mcp_overflo
[all...]
/linux-master/drivers/pps/
H A Dkapi.c170 (s64)ts->ts_real.tv_sec, ts->ts_real.tv_nsec);
/linux-master/fs/jfs/
H A Djfs_txnmgr.h249 s64 pad; /* 8: Force 64-bit xdlist size */
H A Djfs_dtree.h120 ( ((s64)((dts)->addr1)) << 32 | __le32_to_cpu((dts)->addr2) )
/linux-master/drivers/acpi/
H A Dacpi_lpat.c117 lpat[i] = (s64)obj_e->integer.value;
/linux-master/sound/firewire/
H A Diso-resources.c82 s64 delay = (card->reset_jiffies + HZ) - get_jiffies_64();
/linux-master/arch/mips/math-emu/
H A Ddp_mul.c148 if ((s64) rm < 0) {
/linux-master/drivers/base/power/
H A Dsysfs.c456 s64 msec;
476 s64 msec;
497 s64 msec;
527 s64 msec;
/linux-master/include/linux/crush/
H A Dcrush.h197 s64 choose_args_index;
/linux-master/net/dccp/ccids/
H A Dccid3.c137 } else if (ktime_us_delta(now, hc->tx_t_ld) - (s64)hc->tx_rtt >= 0) {
277 s64 delay;
596 s64 delta = 0;
676 s64 delta;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dbase.c26 s64
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mbox_pci.c42 s64 tm_delta = 0;
/linux-master/drivers/iio/gyro/
H A Ditg3200_buffer.c55 s64 ts __aligned(8);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h214 if ((s64)(diff - *stat) > 0)
/linux-master/drivers/cpufreq/
H A Dcpufreq_governor.h87 s64 sample_delay_ns;
/linux-master/drivers/infiniband/core/
H A Drdma_core.c310 struct ib_uverbs_file *ufile, s64 id,
334 struct ib_uverbs_file *ufile, s64 id,
373 struct ib_uverbs_file *ufile, s64 id,
961 s64 id, struct uverbs_attr_bundle *attrs)
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dacr.h124 void (*bld_patch)(struct nvkm_acr *, u32 bld, s64 adjust);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.h179 s64 nfp_net_dump_calculate_size(struct nfp_pf *pf, struct nfp_dumpspec *spec,

Completed in 301 milliseconds

<<11121314151617181920>>