Home
last modified time | relevance | path

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

12345678910>>...23

/linux-6.12.1/kernel/sched/
Dpelt.c180 ___update_load_sum(u64 now, struct sched_avg *sa, in ___update_load_sum()
295 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se()
306 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
320 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
346 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg()
372 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
403 int update_hw_load_avg(u64 now, struct rq *rq, u64 capacity) in update_hw_load_avg()
478 u64 now = rq_clock_pelt(rq); in update_other_load_avgs() local
Dpelt.h20 update_hw_load_avg(u64 now, struct rq *rq, u64 capacity) in update_hw_load_avg()
188 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg()
194 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg()
200 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
206 update_hw_load_avg(u64 now, struct rq *rq, u64 capacity) in update_hw_load_avg()
Dpsi.c256 u64 now, state_start; in get_recent_times() local
396 static void window_reset(struct psi_window *win, u64 now, u64 value, in window_reset()
415 static u64 window_update(struct psi_window *win, u64 now, u64 value) in window_update()
441 static void update_triggers(struct psi_group *group, u64 now, in update_triggers()
503 static u64 update_averages(struct psi_group *group, u64 now) in update_averages()
561 u64 now; in psi_avgs_work() local
591 static void init_rtpoll_triggers(struct psi_group *group, u64 now) in init_rtpoll_triggers()
635 u64 now; in psi_rtpoll_work() local
742 static void record_times(struct psi_group_cpu *groupc, u64 now) in record_times()
778 u64 now; in psi_group_change() local
[all …]
/linux-6.12.1/tools/testing/selftests/timens/
Dvfork_exec.c24 struct timespec *now; member
30 struct timespec *now = args->now, tst; in tcheck() local
44 static int check_in_thread(char *tst_name, struct timespec *now) in check_in_thread()
60 static int check(char *tst_name, struct timespec *now) in check()
79 struct timespec now; in main() local
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()
/linux-6.12.1/kernel/time/
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()
261 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header()
271 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show() local
Dtick-sched.c57 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64()
206 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()
288 ktime_t now = ktime_get(); in tick_nohz_handler() local
718 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies()
731 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle()
766 ktime_t now, idle; in get_cpu_sleep_time_us() local
844 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart()
1092 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) in tick_nohz_restart_sched_tick()
1112 ktime_t now) in __tick_nohz_full_update_tick()
1354 ktime_t now = ts->idle_entrytime; in tick_nohz_get_sleep_length() local
[all …]
Dalarmtimer.c243 ktime_t min, now, expires; in alarmtimer_suspend() local
451 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval) in alarm_forward()
486 ktime_t now = base->get_ktime(); in __alarm_forward_now() local
571 ktime_t now) in alarm_handle_timer()
613 static s64 alarm_timer_forward(struct k_itimer *timr, ktime_t now) in alarm_timer_forward()
625 static ktime_t alarm_timer_remaining(struct k_itimer *timr, ktime_t now) in alarm_timer_remaining()
758 ktime_t now) in alarmtimer_nsleep_wakeup()
872 ktime_t now = alarm_bases[type].get_ktime(); in alarm_timer_nsleep() local
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()
/linux-6.12.1/arch/mips/kvm/
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-6.12.1/drivers/block/drbd/
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()
128 …int_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, unsigned long now) in seq_print_resource_pending_meta_io()
156 …oid seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned long now) in seq_print_waiting_for_AL()
191 … void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned long now) in seq_print_device_bitmap_io()
216 …t_resource_pending_bitmap_io(struct seq_file *m, struct drbd_resource *resource, unsigned long now) in seq_print_resource_pending_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()
[all …]
/linux-6.12.1/arch/x86/kernel/
Drtc.c35 int mach_set_cmos_time(const struct timespec64 *now) in mach_set_cmos_time()
56 void mach_get_cmos_time(struct timespec64 *now) in mach_get_cmos_time()
102 int update_persistent_clock64(struct timespec64 now) in update_persistent_clock64()
/linux-6.12.1/drivers/pmdomain/
Dgovernor.c125 static void update_domain_next_wakeup(struct generic_pm_domain *genpd, ktime_t now) in update_domain_next_wakeup()
163 unsigned int state, ktime_t now) in next_wakeup_allows_state()
269 static bool _default_power_down_ok(struct dev_pm_domain *pd, ktime_t now) in _default_power_down_ok()
351 ktime_t now = ktime_get(); in cpu_power_down_ok() local
/linux-6.12.1/net/rxrpc/
Dcall_event.c27 ktime_t now = ktime_get_real(); in rxrpc_propose_ping() local
43 ktime_t now = ktime_get_real(), delay; in rxrpc_propose_delay_ACK() local
75 ktime_t resend_at = KTIME_MAX, now, delay; in rxrpc_resend() local
320 ktime_t now, t; in rxrpc_input_call_event() local
/linux-6.12.1/fs/btrfs/
Ddiscard.c195 u64 now) in find_next_block_group()
240 int *discard_index, u64 now) in peek_discard_list()
376 u64 now, bool override) in __btrfs_discard_schedule_work()
440 const u64 now = ktime_get_ns(); in btrfs_discard_schedule_work() local
490 u64 now = ktime_get_ns(); in btrfs_discard_workfn() local
/linux-6.12.1/net/dccp/ccids/
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-6.12.1/drivers/rtc/
Dinterface.c215 struct rtc_time before, now; in __rtc_read_alarm() local
413 time64_t now, scheduled; in __rtc_set_alarm() local
497 struct rtc_time now; in rtc_initialize_alarm() local
587 ktime_t now, onesec; in rtc_update_irq_enable() local
807 ktime_t now; in rtc_timer_enqueue() local
905 ktime_t now; in rtc_timer_do_work() local
/linux-6.12.1/block/
Dblk-iocost.c561 u64 now; member
963 static void ioc_refresh_vrate(struct ioc *ioc, struct ioc_now *now) in ioc_refresh_vrate()
1042 static void ioc_now(struct ioc *ioc, struct ioc_now *now) in ioc_now()
1066 static void ioc_start_period(struct ioc *ioc, struct ioc_now *now) in ioc_start_period()
1085 bool save, struct ioc_now *now) in __propagate_weights()
1160 bool save, struct ioc_now *now) in propagate_weights()
1246 static void weight_updated(struct ioc_gq *iocg, struct ioc_now *now) in weight_updated()
1261 static bool iocg_activate(struct ioc_gq *iocg, struct ioc_now *now) in iocg_activate()
1346 static bool iocg_kick_delay(struct ioc_gq *iocg, struct ioc_now *now) in iocg_kick_delay()
1412 struct ioc_now *now) in iocg_incur_debt()
[all …]
/linux-6.12.1/fs/bcachefs/
Dfs-common.c34 u64 now = bch2_current_time(c); in bch2_create_trans() local
195 u64 now = bch2_current_time(c); in bch2_link_trans() local
255 u64 now = bch2_current_time(c); in bch2_unlink_trans() local
394 u64 now = bch2_current_time(c); in bch2_rename_trans() local
Dclock.c142 static struct io_timer *get_expired_timer(struct io_clock *clock, u64 now) in get_expired_timer()
162 u64 now = atomic64_add_return(sectors, &clock->now); in __bch2_increment_clock() local
174 u64 now = atomic64_read(&clock->now); in bch2_io_timers_to_text() local
/linux-6.12.1/net/atm/
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-6.12.1/arch/x86/events/
Dmsr.c231 u64 now; in msr_read_counter() local
243 u64 prev, now; in msr_event_update() local
267 u64 now = msr_read_counter(event); in msr_event_start() local
/linux-6.12.1/tools/power/cpupower/bench/
Dbenchmark.c35 long long now, then; in calculate_timespace() local
81 long long now, then; in start_benchmark() local
/linux-6.12.1/tools/cgroup/
Diocost_monitor.py114 def dict(self, now): argument
175 def dict(self, now, path): argument
248 now = time.time() variable
/linux-6.12.1/fs/jffs2/
Ddir.c234 uint32_t now = JFFS2_NOW(); in jffs2_unlink() local
255 uint32_t now; in jffs2_link() local
601 uint32_t now = JFFS2_NOW(); in jffs2_rmdir() local
781 uint32_t now; in jffs2_rename() local

12345678910>>...23