Home
last modified time | relevance | path

Searched defs:stime (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/kernel/sound/core/
H A Dhrtimer.c32 struct snd_hrtimer *stime = container_of(hrt, struct snd_hrtimer, hrt); in snd_hrtimer_callback() local
66 struct snd_hrtimer *stime; in snd_hrtimer_open() local
80 struct snd_hrtimer *stime = t->private_data; in snd_hrtimer_close() local
97 struct snd_hrtimer *stime = t->private_data; in snd_hrtimer_start() local
108 struct snd_hrtimer *stime = t->private_data; in snd_hrtimer_stop() local
/OK3568_Linux_fs/kernel/kernel/
H A Dtsacct.c25 u64 utime, stime, utimescaled, stimescaled; in bacct_add_tsk() local
119 u64 utime, u64 stime) in __acct_update_integrals()
148 u64 utime, stime; in acct_update_integrals() local
H A Ddelayacct.c87 u64 utime, stime, stimescaled, utimescaled; in __delayacct_add_tsk() local
H A Dacct.c538 u64 utime, stime; in acct_collect() local
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dtypes.h18 u64 stime; member
H A Dcputime.h26 u64 *utime, u64 *stime) in task_cputime()
H A Dsignal.h50 atomic64_t stime; member
177 u64 utime, stime, cutime, cstime; member
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtime.c276 unsigned long now, unsigned long stime) in vtime_delta_scaled()
319 unsigned long now, stime; in vtime_delta() local
337 unsigned long stime, stime_scaled, steal_time; in vtime_account_kernel() local
367 unsigned long stime, stime_scaled, steal_time; in vtime_account_idle() local
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Daccounting.h13 unsigned long stime; member
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c189 u64 utime, stime; in cpu_clock_sample() local
207 static inline void store_samples(u64 *samples, u64 stime, u64 utime, u64 rtime) in store_samples()
216 u64 stime, utime; in task_sample_cputime() local
225 u64 stime, utime, rtime; in proc_sample_cputime_atomic() local
/OK3568_Linux_fs/kernel/drivers/misc/
H A Duid_sys_stats.c69 u64 stime; member
337 u64 stime; in uid_cputime_show() local
630 u64 utime, stime; in process_notifier() local
/OK3568_Linux_fs/external/xserver/os/
H A Dxserver_poll.c245 struct timeval stime; /* select() timeout value */ in xserver_poll() local
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c307 u64 utime, stime; in thread_group_cputime() local
559 u64 rtime, stime, utime; in cputime_adjust() local
849 void task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Drtl8169.c619 int stime = currticks(); in rtl_send_common() local
727 int stime = currticks(); in rtl8169_hw_start() local
812 int stime = currticks(); in rtl8169_init_ring() local
861 int stime = currticks(); in rtl8169_common_start() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c809 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_display_get_crtc_scanoutpos()
932 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_crtc_get_scanout_position()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c85 ktime_t *stime, ktime_t *etime) in nouveau_display_scanoutpos_head()
124 ktime_t *stime, ktime_t *etime, in nouveau_display_scanoutpos()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dtime.c139 __u64 stime = vtime_delta(tsk); in vtime_account_kernel() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service.h320 #define rtw_systime_to_us(stime) ({u32 __us = _rtw_systime_to_us(stime); typecheck(systime, stime);… argument
321 #define rtw_systime_to_ms(stime) ({u32 __ms = _rtw_systime_to_ms(stime); typecheck(systime, stime);… argument
331 #define rtw_systime_to_us(stime) _rtw_systime_to_us(stime) argument
332 #define rtw_systime_to_ms(stime) _rtw_systime_to_ms(stime) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service.h320 #define rtw_systime_to_us(stime) ({u32 __us = _rtw_systime_to_us(stime); typecheck(systime, stime);… argument
321 #define rtw_systime_to_ms(stime) ({u32 __ms = _rtw_systime_to_ms(stime); typecheck(systime, stime);… argument
331 #define rtw_systime_to_us(stime) _rtw_systime_to_us(stime) argument
332 #define rtw_systime_to_ms(stime) _rtw_systime_to_ms(stime) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/
H A Dosdep_service_linux.c154 inline u32 _rtw_systime_to_ms(systime stime) in _rtw_systime_to_ms()
159 inline u32 _rtw_systime_to_us(systime stime) in _rtw_systime_to_us()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/
H A Dosdep_service_linux.c154 inline u32 _rtw_systime_to_ms(systime stime) in _rtw_systime_to_ms()
159 inline u32 _rtw_systime_to_us(systime stime) in _rtw_systime_to_us()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Drstat.c430 u64 usage, utime, stime; in cgroup_base_stat_cputime_show() local
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dthread_info.h34 __u64 stime; member
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dstack.c198 u64 utime, stime; in mISDNStackd() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_display.c1816 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanoutpos()
1991 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanout_position()

12345