| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | hrtimer.c | 32 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 D | tsacct.c | 25 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 D | delayacct.c | 87 u64 utime, stime, stimescaled, utimescaled; in __delayacct_add_tsk() local
|
| H A D | acct.c | 538 u64 utime, stime; in acct_collect() local
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | types.h | 18 u64 stime; member
|
| H A D | cputime.h | 26 u64 *utime, u64 *stime) in task_cputime()
|
| H A D | signal.h | 50 atomic64_t stime; member 177 u64 utime, stime, cutime, cstime; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | time.c | 276 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 D | accounting.h | 13 unsigned long stime; member
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-cpu-timers.c | 189 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 D | uid_sys_stats.c | 69 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 D | xserver_poll.c | 245 struct timeval stime; /* select() timeout value */ in xserver_poll() local
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cputime.c | 307 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 D | rtl8169.c | 619 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 D | amdgpu_display.c | 809 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 D | nouveau_display.c | 85 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 D | time.c | 139 __u64 stime = vtime_delta(tsk); in vtime_account_kernel() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | osdep_service.h | 320 #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 D | osdep_service.h | 320 #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 D | osdep_service_linux.c | 154 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 D | osdep_service_linux.c | 154 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 D | rstat.c | 430 u64 usage, utime, stime; in cgroup_base_stat_cputime_show() local
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | thread_info.h | 34 __u64 stime; member
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | stack.c | 198 u64 utime, stime; in mISDNStackd() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_display.c | 1816 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanoutpos() 1991 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanout_position()
|