| /linux/tools/perf/scripts/python/ | 
| H A D | stat-cpi.py | 10 def get_key(time, event, cpu, thread):  argument13 def store_key(time, cpu, thread):  argument
 23 def store(time, event, cpu, thread, val, ena, run):  argument
 31 def get(time, event, cpu, thread):  argument
 35 def stat__cycles_k(cpu, thread, time, val, ena, run):  argument
 38 def stat__instructions_k(cpu, thread, time, val, ena, run):  argument
 41 def stat__cycles_u(cpu, thread, time, val, ena, run):  argument
 44 def stat__instructions_u(cpu, thread, time, val, ena, run):  argument
 47 def stat__cycles(cpu, thread, time, val, ena, run):  argument
 50 def stat__instructions(cpu, thread, time, val, ena, run):  argument
 [all …]
 
 | 
| H A D | task-analyzer.py | 543     def schedule_in_at(self, time):  argument547     def schedule_out_at(self, time):  argument
 722 def _handle_task_finish(tid, cpu, time, perf_sample_dict):  argument
 752 def _handle_task_start(tid, cpu, comm, time):  argument
 861 def _is_within_timelimit(time):  argument
 
 | 
| /linux/lib/ | 
| H A D | find_bit_benchmark.c | 39 	ktime_t time;  in test_find_first_bit()  local56 	ktime_t time;  in test_find_first_and_bit()  local
 74 	ktime_t time;  in test_find_next_bit()  local
 88 	ktime_t time;  in test_find_next_zero_bit()  local
 102 	ktime_t time;  in test_find_last_bit()  local
 121 	ktime_t time;  in test_find_nth_bit()  local
 138 	ktime_t time;  in test_find_next_and_bit()  local
 
 | 
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ | 
| H A D | subdev.c | 58 	s64 time;  in nvkm_subdev_fini()  local83 	s64 time;  in nvkm_subdev_preinit()  local
 104 	s64 time;  in nvkm_subdev_oneinit_()  local
 127 	s64 time;  in nvkm_subdev_init_()  local
 219 	s64 time;  in nvkm_subdev_del()  local
 
 | 
| H A D | object.c | 149 	s64 time;  in nvkm_object_fini()  local191 	s64 time;  in nvkm_object_init()  local
 228 	s64 time;  in nvkm_object_dtor()  local
 
 | 
| /linux/kernel/sched/ | 
| H A D | cpufreq_schedutil.c | 64 static bool sugov_should_update_freq(struct sugov_policy *sg_policy, u64 time)  in sugov_should_update_freq()111 static bool sugov_update_next_freq(struct sugov_policy *sg_policy, u64 time,  in sugov_update_next_freq()
 249 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time,  in sugov_iowait_reset()
 278 static void sugov_iowait_boost(struct sugov_cpu *sg_cpu, u64 time,  in sugov_iowait_boost()
 326 static unsigned long sugov_iowait_apply(struct sugov_cpu *sg_cpu, u64 time,  in sugov_iowait_apply()
 400 					      u64 time, unsigned long max_cap,  in sugov_update_single_common()
 419 static void sugov_update_single_freq(struct update_util_data *hook, u64 time,  in sugov_update_single_freq()
 460 static void sugov_update_single_perf(struct update_util_data *hook, u64 time,  in sugov_update_single_perf()
 491 static unsigned int sugov_next_freq_shared(struct sugov_cpu *sg_cpu, u64 time)  in sugov_next_freq_shared()
 514 sugov_update_shared(struct update_util_data *hook, u64 time, unsigned int flags)  in sugov_update_shared()
 
 | 
| /linux/drivers/rtc/ | 
| H A D | rtc-nxp-bbnsm.c | 46 	u32 time;  in bbnsm_read_counter()  local65 	unsigned long time;  in bbnsm_rtc_read_time()  local
 81 	unsigned long time = rtc_tm_to_time64(tm);  in bbnsm_rtc_set_time()  local
 125 	unsigned long time = rtc_tm_to_time64(&alrm->time);  in bbnsm_rtc_set_alarm()  local
 
 | 
| H A D | rtc-meson-vrtc.c | 22 	struct timespec64 time;  in meson_vrtc_read_time()  local32 				       unsigned long time)  in meson_vrtc_set_wakeup_time()
 97 		struct timespec64 time;  in meson_vrtc_suspend()  local
 
 | 
| H A D | rtc-mc146818-lib.c | 101 	struct rtc_time *time;  member154 int mc146818_get_time(struct rtc_time *time, int timeout)  in mc146818_get_time()
 212 int mc146818_set_time(struct rtc_time *time)  in mc146818_set_time()
 
 | 
| H A D | rtc-mpfs.c | 89 	u64 time;  in mpfs_rtc_readtime()  local102 	u64 time;  in mpfs_rtc_settime()  local
 130 	u64 time;  in mpfs_rtc_readalarm()  local
 145 	u64 time;  in mpfs_rtc_setalarm()  local
 
 | 
| H A D | rtc-wm831x.c | 152 			u32 time = (time1[0] << 16) | time1[1];  in wm831x_rtc_readtime()  local173 	unsigned long time, new_time;  in wm831x_rtc_settime()  local
 235 	u32 time;  in wm831x_rtc_readalarm()  local
 283 	unsigned long time;  in wm831x_rtc_setalarm()  local
 
 | 
| H A D | rtc-wm8350.c | 93 	u16 time[4];  in wm8350_rtc_settime()  local143 	u16 time[4];  in wm8350_rtc_readalarm()  local
 247 	u16 time[3];  in wm8350_rtc_setalarm()  local
 
 | 
| H A D | rtc-spacemit-p1.c | 57 	u8 time[6];  in p1_rtc_read_time()  local97 	u8 time[6];  in p1_rtc_set_time()  local
 
 | 
| /linux/net/netfilter/ | 
| H A D | xt_time.c | 80 static inline unsigned int localtime_1(struct xtm *r, time64_t time)  in localtime_1()93 static inline void localtime_2(struct xtm *r, time64_t time)  in localtime_2()
 108 static void localtime_3(struct xtm *r, time64_t time)  in localtime_3()
 
 | 
| /linux/include/linux/ | 
| H A D | hrtimer.h | 97 static inline void hrtimer_set_expires(struct hrtimer *timer, ktime_t time)  in hrtimer_set_expires()103 static inline void hrtimer_set_expires_range(struct hrtimer *timer, ktime_t time, ktime_t delta)  in hrtimer_set_expires_range()
 109 static inline void hrtimer_set_expires_range_ns(struct hrtimer *timer, ktime_t time, u64 delta)  in hrtimer_set_expires_range_ns()
 121 static inline void hrtimer_add_expires(struct hrtimer *timer, ktime_t time)  in hrtimer_add_expires()
 
 | 
| /linux/arch/um/kernel/ | 
| H A D | time.c | 196 static u64 time_travel_ext_req(u32 op, u64 time)  in time_travel_ext_req()264 static void time_travel_ext_update_request(unsigned long long time)  in time_travel_ext_update_request()
 328 static bool time_travel_ext_request(unsigned long long time)  in time_travel_ext_request()
 400 				    unsigned long long time)  in __time_travel_add_event()
 439 				  unsigned long long time)  in time_travel_add_event()
 755 #define time_travel_add_event(e, time) do { } while (0)  argument
 
 | 
| /linux/arch/powerpc/sysdev/ | 
| H A D | mpic_timer.c | 85 		const u64 ticks, time64_t *time)  in convert_ticks_to_time()92 		time64_t time, u64 *ticks)  in convert_time_to_ticks()
 190 static struct mpic_timer *get_timer(time64_t time)  in get_timer()
 286 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time)  in mpic_get_remain_time()
 358 				      time64_t time)  in mpic_request_timer()
 
 | 
| /linux/tools/testing/selftests/bpf/progs/ | 
| H A D | exceptions.c | 335 	u64 time = bpf_ktime_get_ns();  in exception_assert_range()  local344 	u64 time = bpf_ktime_get_ns();  in exception_assert_range_with()  local
 353 	u64 time = bpf_ktime_get_ns();  in exception_bad_assert_range()  local
 362 	u64 time = bpf_ktime_get_ns();  in exception_bad_assert_range_with()  local
 
 | 
| /linux/arch/powerpc/include/asm/ | 
| H A D | mpic_timer.h | 35 		time64_t time) { return NULL; }  in mpic_request_timer()38 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) { }  in mpic_get_remain_time()
 
 | 
| /linux/drivers/net/fddi/skfp/ | 
| H A D | hwt.c | 55 void hwt_start(struct s_smc *smc, u_long time)  in hwt_start()194 	u_long time ;  in hwt_quick_read()  local
 
 | 
| /linux/sound/core/seq/oss/ | 
| H A D | seq_oss_writeq.c | 86 	abstime_t time; in snd_seq_oss_writeq_sync()   local 123 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time) in snd_seq_oss_writeq_wakeup()   argument
 [all...]
 | 
| /linux/include/clocksource/ | 
| H A D | hyperv_timer.h | 45 		     u64 *cur_tsc, u64 *time)  in hv_read_tsc_page_tsc()104 hv_read_tsc_page_tsc(const struct ms_hyperv_tsc_page *tsc_pg, u64 *cur_tsc, u64 *time)  in hv_read_tsc_page_tsc()
 
 | 
| /linux/drivers/firmware/efi/test/ | 
| H A D | efi_test.h | 48 	efi_time_t	*time;  member54 	efi_time_t	*time;  member
 61 	efi_time_t	*time;  member
 67 	efi_time_t	*time;  member
 
 | 
| /linux/fs/fat/ | 
| H A D | fat_test.c | 26 	__le16 time;  member158 	__le16 date, time;  in fat_time_unix2fat_test()  local
 
 | 
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ | 
| H A D | nv04.c | 28 nv04_timer_time(struct nvkm_timer *tmr, u64 time)  in nv04_timer_time()64 nv04_timer_alarm_init(struct nvkm_timer *tmr, u32 time)  in nv04_timer_alarm_init()
 
 |