Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/linux/kernel/sched/
A Dpelt.c184 ___update_load_sum(u64 now, struct sched_avg *sa, in ___update_load_sum()
299 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se()
310 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
324 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
350 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg()
376 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
407 int update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) in update_thermal_load_avg()
A Dpelt.h19 update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) in update_thermal_load_avg()
160 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg()
166 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg()
172 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
178 update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) in update_thermal_load_avg()
A Dpsi.c254 u64 now, state_start; in get_recent_times() local
369 static u64 update_averages(struct psi_group *group, u64 now) in update_averages()
428 u64 now; in psi_avgs_work() local
503 static void init_triggers(struct psi_group *group, u64 now) in init_triggers()
515 static u64 update_triggers(struct psi_group *group, u64 now) in update_triggers()
592 u64 now; in psi_poll_work() local
655 static void record_times(struct psi_group_cpu *groupc, u64 now) in record_times()
685 unsigned int clear, unsigned int set, u64 now, in psi_group_change()
798 u64 now; in psi_task_change() local
827 u64 now = cpu_clock(cpu); in psi_task_switch() local
[all …]
/linux/kernel/time/
A Dtick-sched.c678 ktime_t now, idle; in get_cpu_idle_time_us() local
719 ktime_t now, iowait; in get_cpu_iowait_time_us() local
964 ktime_t now) in __tick_nohz_full_update_tick()
1182 ktime_t now = ts->idle_entrytime; in tick_nohz_get_sleep_length() local
1232 ktime_t now) in tick_nohz_account_idle_time()
1258 ktime_t now = ktime_get(); in tick_nohz_idle_restart_tick() local
1285 ktime_t now; in tick_nohz_idle_exit() local
1315 ktime_t now = ktime_get(); in tick_nohz_handler() local
1371 ktime_t now; in tick_nohz_irq_enter() local
1419 ktime_t now = ktime_get(); in tick_sched_timer() local
[all …]
A Dtimer_list.c23 u64 now; member
47 int idx, u64 now) in print_timer()
61 u64 now) in print_active_timers()
99 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
115 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu()
257 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header()
267 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show() local
A Dtimekeeping_internal.h19 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask) in clocksource_delta()
30 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask) in clocksource_delta()
A Dalarmtimer.c244 ktime_t min, now, expires; in alarmtimer_suspend() local
441 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval) in alarm_forward()
537 ktime_t now) in alarm_handle_timer()
583 static s64 alarm_timer_forward(struct k_itimer *timr, ktime_t now) in alarm_timer_forward()
595 static ktime_t alarm_timer_remaining(struct k_itimer *timr, ktime_t now) in alarm_timer_remaining()
728 ktime_t now) in alarmtimer_nsleep_wakeup()
842 ktime_t now = alarm_bases[type].get_ktime(); in alarm_timer_nsleep() local
/linux/arch/mips/kvm/
A Demulate.c328 static u32 kvm_mips_ktime_to_count(struct kvm_vcpu *vcpu, ktime_t now) in kvm_mips_ktime_to_count()
385 static u32 kvm_mips_read_count_running(struct kvm_vcpu *vcpu, ktime_t now) in kvm_mips_read_count_running()
474 ktime_t now; in kvm_mips_freeze_hrtimer() local
503 ktime_t now, u32 count) in kvm_mips_resume_hrtimer()
546 ktime_t now, count_time; in kvm_mips_restore_hrtimer() local
607 ktime_t now; in kvm_mips_write_count() local
654 ktime_t now; in kvm_mips_set_count_hz() local
704 ktime_t now = ktime_set(0, 0); /* silence bogus GCC warning */ in kvm_mips_write_compare() local
784 ktime_t now; in kvm_mips_count_disable() local
858 ktime_t expire, now; in kvm_mips_set_count_ctl() local
/linux/drivers/block/drbd/
A Ddrbd_debugfs.c96 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_one_request()
122 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_minor_vnr_req()
191 … void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned long now) in seq_print_device_bitmap_io()
248 unsigned long now) in seq_print_peer_request()
272 struct drbd_device *device, unsigned long now) in seq_print_device_peer_requests()
288 struct drbd_resource *resource, unsigned long now) in seq_print_resource_pending_peer_requests()
303 unsigned long now) in seq_print_resource_transfer_log_summary()
501 unsigned long now) in seq_print_one_timing_detail()
520 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details()
576 unsigned long now = jiffies; in connection_oldest_requests_show() local
[all …]
/linux/net/rxrpc/
A Dcall_event.c31 unsigned long now = jiffies; in rxrpc_propose_ping() local
112 unsigned long now = jiffies, ack_at; in __rxrpc_propose_ACK() local
162 ktime_t now, max_age, oldest, ack_ts; in rxrpc_resend() local
294 unsigned long now, next, t; in rxrpc_process_call() local
/linux/drivers/base/power/
A Ddomain_governor.c120 static void update_domain_next_wakeup(struct generic_pm_domain *genpd, ktime_t now) in update_domain_next_wakeup()
156 unsigned int state, ktime_t now) in next_wakeup_allows_state()
259 static bool _default_power_down_ok(struct dev_pm_domain *pd, ktime_t now) in _default_power_down_ok()
341 ktime_t now = ktime_get(); in cpu_power_down_ok() local
/linux/arch/x86/kernel/
A Drtc.c42 int mach_set_rtc_mmss(const struct timespec64 *now) in mach_set_rtc_mmss()
63 void mach_get_cmos_time(struct timespec64 *now) in mach_get_cmos_time()
148 int update_persistent_clock64(struct timespec64 now) in update_persistent_clock64()
A Dx86_init.c35 static __init int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; } in set_rtc_noop()
36 static __init void get_rtc_noop(struct timespec64 *now) { } in get_rtc_noop()
/linux/fs/btrfs/
A Ddiscard.c159 u64 now) in find_next_block_group()
204 int *discard_index, u64 now) in peek_discard_list()
334 u64 now, bool override) in __btrfs_discard_schedule_work()
397 const u64 now = ktime_get_ns(); in btrfs_discard_schedule_work() local
445 u64 now = ktime_get_ns(); in btrfs_discard_workfn() local
/linux/block/
A Dblk-iocost.c558 u64 now; member
1384 struct ioc_now *now) in iocg_incur_debt()
1409 struct ioc_now *now) in iocg_pay_debt()
1463 struct ioc_now *now) in iocg_kick_waitq()
1549 struct ioc_now now; in iocg_waitq_timer_fn() local
2213 struct ioc_now now; in ioc_timer_fn() local
2562 struct ioc_now now; in ioc_rqos_throttle() local
2698 struct ioc_now now; in ioc_rqos_merge() local
2938 struct ioc_now now; in ioc_pd_init() local
2980 struct ioc_now now; in ioc_pd_free() local
[all …]
/linux/drivers/rtc/
A Dinterface.c215 struct rtc_time before, now; in __rtc_read_alarm() local
412 time64_t now, scheduled; in __rtc_set_alarm() local
496 struct rtc_time now; in rtc_initialize_alarm() local
586 ktime_t now, onesec; in rtc_update_irq_enable() local
806 ktime_t now; in rtc_timer_enqueue() local
901 ktime_t now; in rtc_timer_do_work() local
/linux/net/dccp/ccids/
A Dccid3.c95 static u32 ccid3_hc_tx_idle_rtt(struct ccid3_hc_tx_sock *hc, ktime_t now) in ccid3_hc_tx_idle_rtt()
119 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() local
177 ktime_t now) in ccid3_hc_tx_update_win_count()
276 ktime_t now = ktime_get_real(); in ccid3_hc_tx_send_packet() local
363 ktime_t now; in ccid3_hc_tx_packet_recv() local
595 ktime_t now = ktime_get(); in ccid3_hc_rx_send_feedback() local
/linux/tools/testing/selftests/timens/
A Dtimerfd.c18 static int tclock_gettime(clock_t clockid, struct timespec *now) in tclock_gettime()
25 int run_test(int clockid, struct timespec now) in run_test()
A Dclock_nanosleep.c26 struct timespec *now, *rem; member
43 struct timespec now = {}, rem; in run_test() local
/linux/net/atm/
A Dmpoa_caches.c229 time64_t now; in clear_count_and_expired() local
254 time64_t now; in check_resolving_entries() local
301 time64_t now; in refresh_entries() local
503 time64_t now; in clear_expired() local
/linux/arch/x86/events/
A Dmsr.c222 u64 now; in msr_read_counter() local
234 u64 prev, now; in msr_event_update() local
260 u64 now = msr_read_counter(event); in msr_event_start() local
/linux/tools/power/cpupower/bench/
A Dbenchmark.c35 long long now, then; in calculate_timespace() local
81 long long now, then; in start_benchmark() local
/linux/tools/cgroup/
A Diocost_monitor.py113 def dict(self, now): argument
170 def dict(self, now, path): argument
241 now = time.time() variable
/linux/net/sunrpc/auth_gss/
A Dgss_krb5_unseal.c82 s32 now; in gss_verify_mic_v1() local
152 time64_t now; in gss_verify_mic_v2() local
/linux/fs/jffs2/
A Ddir.c233 uint32_t now = JFFS2_NOW(); in jffs2_unlink() local
253 uint32_t now; in jffs2_link() local
596 uint32_t now = JFFS2_NOW(); in jffs2_rmdir() local
774 uint32_t now; in jffs2_rename() local

Completed in 59 milliseconds

12345678910>>...21