/linux-3.4.99/sound/core/ |
D | hrtimer.c | 46 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/ |
D | posix-cpu-timers.c | 157 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 …]
|
D | tsacct.c | 67 stats->ac_stime = cputime_to_usecs(tsk->stime); in bacct_add_tsk() 129 time = tsk->stime + tsk->utime; in acct_update_integrals()
|
D | sys.c | 1640 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()
|
D | delayacct.c | 117 cputime_to_timespec(tsk->utime + tsk->stime, &ts); in __delayacct_add_tsk()
|
D | itimer.c | 61 t = cputime.utime + cputime.stime; in get_cpu_itimer()
|
D | time.c | 81 SYSCALL_DEFINE1(stime, time_t __user *, tptr) in SYSCALL_DEFINE1() argument
|
D | cpu.c | 202 (p->utime || p->stime)) in check_for_tasks()
|
D | acct.c | 597 pacct->ac_stime += current->stime; in acct_collect()
|
D | exit.c | 127 sig->stime += tsk->stime; in __exit_signal()
|
D | signal.c | 1683 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/ |
D | array.c | 375 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/ |
D | aoe.h | 103 ulong stime; /* for disk stats */ member
|
D | aoeblk.c | 198 buf->stime = jiffies; in aoeblk_make_request()
|
/linux-3.4.99/kernel/sched/ |
D | stats.h | 206 cputimer->cputime.stime += cputime; in account_group_system_time()
|
/linux-3.4.99/include/linux/ |
D | sched.h | 483 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/ |
D | drm_irq.c | 579 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/ |
D | apm_32.c | 910 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/ |
D | systbl.h | 31 COMPAT_SYS_SPU(stime)
|
/linux-3.4.99/arch/parisc/kernel/ |
D | syscall_table.S | 89 ENTRY_COMP(stime) /* 25 */
|
/linux-3.4.99/Documentation/accounting/ |
D | getdelays.c | 54 __u64 stime, utime; variable
|
D | taskstats-struct.txt | 173 __u64 ac_stimescaled; /* stime scaled on frequency etc */
|
/linux-3.4.99/arch/x86/syscalls/ |
D | syscall_32.tbl | 34 25 i386 stime sys_stime compat_sys_stime
|
/linux-3.4.99/arch/x86/include/asm/ |
D | kvm_host.h | 417 struct gfn_to_hva_cache stime; member
|
/linux-3.4.99/drivers/isdn/mISDN/ |
D | stack.c | 308 dev_name(&st->dev->dev), st->thread->utime, st->thread->stime); in mISDNStackd()
|