Searched refs:now (Results 276 - 300 of 658) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c425 struct timespec64 now; local
443 now = ktime_to_timespec64(ktime_get_real());
445 if (cxgb4_ptp_settime(&adapter->ptp_clock_info, &now) < 0) {
/linux-master/arch/m68k/kernel/
H A Dentry.S26 * all pointers that used to be 'current' are now entry
98 | stack contents now:
106 | stack contents now is just [syscall return address] [pt_regs] [frame]
129 | schedule_tail now used regardless of CONFIG_SMP
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c27 struct timeval start, now, diff, maxtime; local
43 err = gettimeofday(&now, NULL);
47 timersub(&now, &start, &diff);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.h547 ktime_t now = ktime_get(); local
550 if (ktime_compare(*timeout, now) < 0) {
553 ktime_t rem = ktime_sub(*timeout, now);
/linux-master/fs/bcachefs/
H A Dio_write.c40 u64 now, int rw)
59 ca->congested_last = now;
68 u64 now = local_clock(); local
69 u64 io_latency = time_after64(now, submit_time)
70 ? now - submit_time
83 now & ~(~0U << 5))
89 bch2_congested_acct(ca, io_latency, now, rw);
91 __bch2_time_stats_update(&ca->io_latency[rw].stats, submit_time, now);
558 u64 now = ktime_get_ns(); local
561 time_after64(now, w
39 bch2_congested_acct(struct bch_dev *ca, u64 io_latency, u64 now, int rw) argument
[all...]
H A Dmovinggc.c292 atomic64_read(&c->io_clock[WRITE].now)) << 9);
297 atomic64_read(&c->io_clock[WRITE].now) -
351 last = atomic64_read(&clock->now);
/linux-master/net/bridge/
H A Dbr_input.c205 unsigned long now = jiffies; local
210 if (now != dst->used)
211 dst->used = now;
H A Dbr_fdb.c101 unsigned long now = jiffies; local
136 ci.ndm_used = jiffies_to_clock_t(now - fdb->used);
138 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated);
547 unsigned long now = jiffies; local
560 if (time_after(this_timer, now))
562 this_timer - now);
570 if (time_after(this_timer, now)) {
571 work_delay = min(work_delay, this_timer - now);
907 unsigned long now = jiffies; local
910 if (now !
[all...]
/linux-master/sound/soc/meson/
H A Daxg-tdm-interface.c476 enum snd_soc_bias_level now = local
482 if (now == SND_SOC_BIAS_STANDBY)
487 if (now == SND_SOC_BIAS_PREPARE)
/linux-master/drivers/pmdomain/
H A Dcore.c230 u64 delta, now; local
232 now = ktime_get_mono_fast_ns();
233 if (now <= genpd->accounting_time)
236 delta = now - genpd->accounting_time;
248 genpd->accounting_time = now;
291 * as the same is done for devices right now.
3250 u64 now, delta, idle_time = 0; local
3264 now = ktime_get_mono_fast_ns();
3265 if (now > genpd->accounting_time) {
3266 delta = now
3283 u64 now, on_time, delta = 0; local
3307 u64 now, delta, total = 0; local
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S16 * Storage is on the stack now.
136 @ Wow, now the hardware suspend request pins can be used, that makes them functional for
/linux-master/net/netfilter/
H A Dnfnetlink_acct.c480 u64 now; local
489 now = (nfacct->flags & NFACCT_F_QUOTA_PKTS) ?
492 ret = now > *quota;
494 if (now >= *quota &&
/linux-master/drivers/usb/host/
H A Dohci-hub.c266 /* now ohci->lock is always held and irqs are always disabled */
624 u16 now = ohci_readl(ohci, &ohci->regs->fmnumber); local
625 u16 reset_done = now + PORT_RESET_MSEC;
666 now = ohci_readl(ohci, &ohci->regs->fmnumber);
667 } while (tick_before(now, reset_done) && --limit_1 >= 0);
/linux-master/arch/xtensa/lib/
H A Dmemcopy.S98 _bbci.l a5, 1, .Ldstaligned # if dst is now aligned, then
110 j .Ldstaligned # dst is now aligned, return to main algorithm
352 _bbci.l a5, 1, .Lbackdstaligned # if dst is now aligned, then
364 j .Lbackdstaligned # dst is now aligned,
/linux-master/drivers/usb/serial/
H A Dch341.c569 unsigned long now, delay; local
607 now = jiffies;
609 if (time_before(now, priv->break_end)) {
611 delay = priv->break_end - now;
/linux-master/drivers/rtc/
H A Drtc-ds1305.c322 unsigned long now, later; local
334 now = rtc_tm_to_time64(&tm);
337 if (later <= now)
339 if ((later - now) > ds1305->rtc->alarm_offset_max)
445 /* Disable the IRQ, and clear its status ... for now, we "know"
/linux-master/drivers/iio/temperature/
H A Dmlx90614.c200 unsigned long now; local
211 now = jiffies;
212 if (time_before(now, data->ready_timestamp) &&
214 data->ready_timestamp - now)) != 0) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblcr.c25 * now - serverSet[dest_ip].lastMod > T then
29 * serverSet[dest_ip].lastMod <- now;
424 unsigned long now = jiffies; local
435 sysctl_lblcr_expiration(svc), now))
456 * The full expiration check is for this purpose now.
462 unsigned long now = jiffies; local
489 if (time_before(now, en->lastuse+ENTRY_TIMEOUT))
/linux-master/drivers/usb/usbip/
H A Dvudc_dev.c128 struct timespec64 now; local
131 ktime_get_ts64(&now);
132 return ((now.tv_sec - udc->start_time.tv_sec) * 1000 +
133 (now.tv_nsec - udc->start_time.tv_nsec) / NSEC_PER_MSEC)
/linux-master/include/linux/
H A Dclocksource.h219 extern u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 now);
H A Dtimekeeping.h347 extern int update_persistent_clock64(struct timespec64 now);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c342 unsigned long now, then, dif; local
352 now = READ_ONCE(jiffies);
354 dif = now - then;
360 q->dbell_jiffies = now;
/linux-master/drivers/net/can/softing/
H A Dsofting_fw.c39 /* read return-value now */
388 ktime_t now, real_offset; local
392 now = ktime_get();
393 real_offset = ktime_sub(ktime_get_real(), now);
401 while (unlikely(ktime_to_ns(tmp) > ktime_to_ns(now))) {
/linux-master/net/hsr/
H A Dhsr_framereg.c145 unsigned long now; local
158 now = jiffies;
160 new_node->time_in[i] = now;
161 new_node->time_out[i] = now;
/linux-master/scripts/kconfig/
H A Dconf.c103 struct timeval now; local
109 gettimeofday(&now, NULL);
110 seed = (now.tv_sec + 1) * (now.tv_usec + 1);

Completed in 257 milliseconds

<<11121314151617181920>>