Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 25 of 33) sorted by relevance

12

/linux-3.4.99/sound/core/
Dhrtimer.c46 struct snd_hrtimer *stime = container_of(hrt, struct snd_hrtimer, hrt); in snd_hrtimer_callback() local
47 struct snd_timer *t = stime->timer; in snd_hrtimer_callback()
50 if (!atomic_read(&stime->running)) in snd_hrtimer_callback()
54 snd_timer_interrupt(stime->timer, t->sticks * oruns); in snd_hrtimer_callback()
56 if (!atomic_read(&stime->running)) in snd_hrtimer_callback()
63 struct snd_hrtimer *stime; in snd_hrtimer_open() local
65 stime = kmalloc(sizeof(*stime), GFP_KERNEL); in snd_hrtimer_open()
66 if (!stime) in snd_hrtimer_open()
68 hrtimer_init(&stime->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_hrtimer_open()
69 stime->timer = t; in snd_hrtimer_open()
[all …]
/linux-3.4.99/kernel/
Dposix-cpu-timers.c157 return p->utime + p->stime; in prof_ticks()
226 times->stime = sig->stime; in thread_group_cputime()
237 times->stime += t->stime; in thread_group_cputime()
249 if (b->stime > a->stime) in update_gt_cputime()
250 a->stime = b->stime; in update_gt_cputime()
294 cpu->cpu = cputime.utime + cputime.stime; in cpu_clock_sample_group()
454 cputime_t utime, cputime_t stime, in cleanup_timers() argument
458 cputime_t ptime = utime + stime; in cleanup_timers()
498 tsk->utime, tsk->stime, tsk->se.sum_exec_runtime); in posix_cpu_timers_exit()
506 tsk->utime + sig->utime, tsk->stime + sig->stime, in posix_cpu_timers_exit_group()
[all …]
Dtsacct.c67 stats->ac_stime = cputime_to_usecs(tsk->stime); in bacct_add_tsk()
129 time = tsk->stime + tsk->utime; in acct_update_integrals()
Dsys.c1640 cputime_t tgutime, tgstime, utime, stime; in k_getrusage() local
1644 utime = stime = 0; in k_getrusage()
1647 task_times(current, &utime, &stime); in k_getrusage()
1660 stime = p->signal->cstime; in k_getrusage()
1675 stime += tgstime; in k_getrusage()
1698 cputime_to_timeval(stime, &r->ru_stime); in k_getrusage()
Ddelayacct.c117 cputime_to_timespec(tsk->utime + tsk->stime, &ts); in __delayacct_add_tsk()
Ditimer.c61 t = cputime.utime + cputime.stime; in get_cpu_itimer()
Dtime.c81 SYSCALL_DEFINE1(stime, time_t __user *, tptr) in SYSCALL_DEFINE1() argument
Dcpu.c202 (p->utime || p->stime)) in check_for_tasks()
Dacct.c597 pacct->ac_stime += current->stime; in acct_collect()
Dexit.c127 sig->stime += tsk->stime; in __exit_signal()
Dsignal.c1683 info.si_stime = cputime_to_clock_t(tsk->stime + tsk->signal->stime); in do_notify_parent()
1767 info.si_stime = cputime_to_clock_t(tsk->stime); in do_notify_parent_cldstop()
/linux-3.4.99/fs/proc/
Darray.c375 cputime_t cutime, cstime, utime, stime; in do_task_stat() local
397 cutime = cstime = utime = stime = 0; in do_task_stat()
432 thread_group_times(task, &utime, &stime); in do_task_stat()
448 task_times(task, &utime, &stime); in do_task_stat()
477 seq_put_decimal_ull(m, ' ', cputime_to_clock_t(stime)); in do_task_stat()
/linux-3.4.99/drivers/block/aoe/
Daoe.h103 ulong stime; /* for disk stats */ member
Daoeblk.c198 buf->stime = jiffies; in aoeblk_make_request()
/linux-3.4.99/kernel/sched/
Dstats.h206 cputimer->cputime.stime += cputime; in account_group_system_time()
/linux-3.4.99/include/linux/
Dsched.h483 cputime_t stime; member
487 #define prof_exp stime
494 .stime = 0, \
614 cputime_t utime, stime, cutime, cstime; member
1401 cputime_t utime, stime, utimescaled, stimescaled; member
/linux-3.4.99/drivers/gpu/drm/
Ddrm_irq.c579 struct timeval stime, raw_time; in drm_calc_vbltimestamp_from_scanoutpos() local
628 do_gettimeofday(&stime); in drm_calc_vbltimestamp_from_scanoutpos()
645 duration_ns = timeval_to_ns(&raw_time) - timeval_to_ns(&stime); in drm_calc_vbltimestamp_from_scanoutpos()
/linux-3.4.99/arch/x86/kernel/
Dapm_32.c910 last_stime = current->stime; in apm_cpu_idle()
914 idle_percentage = current->stime - last_stime; in apm_cpu_idle()
921 last_stime = current->stime; in apm_cpu_idle()
/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h31 COMPAT_SYS_SPU(stime)
/linux-3.4.99/arch/parisc/kernel/
Dsyscall_table.S89 ENTRY_COMP(stime) /* 25 */
/linux-3.4.99/Documentation/accounting/
Dgetdelays.c54 __u64 stime, utime; variable
Dtaskstats-struct.txt173 __u64 ac_stimescaled; /* stime scaled on frequency etc */
/linux-3.4.99/arch/x86/syscalls/
Dsyscall_32.tbl34 25 i386 stime sys_stime compat_sys_stime
/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h417 struct gfn_to_hva_cache stime; member
/linux-3.4.99/drivers/isdn/mISDN/
Dstack.c308 dev_name(&st->dev->dev), st->thread->utime, st->thread->stime); in mISDNStackd()

12