Searched refs:stime (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dhrtimer.c46 struct snd_hrtimer *stime = container_of(hrt, struct snd_hrtimer, hrt); local
47 struct snd_timer *t = stime->timer;
50 if (!atomic_read(&stime->running))
54 snd_timer_interrupt(stime->timer, t->sticks * oruns);
56 if (!atomic_read(&stime->running))
63 struct snd_hrtimer *stime; local
65 stime = kmalloc(sizeof(*stime), GFP_KERNEL);
66 if (!stime)
68 hrtimer_init(&stime
78 struct snd_hrtimer *stime = t->private_data; local
90 struct snd_hrtimer *stime = t->private_data; local
102 struct snd_hrtimer *stime = t->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Drdate.c63 if (stime(&remote_time) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-cpu-timers.c172 return cputime_add(p->utime, p->stime);
239 times->stime = sig->stime;
250 times->stime = cputime_add(times->stime, t->stime);
262 if (cputime_gt(b->stime, a->stime))
263 a->stime = b->stime;
464 cleanup_timers(struct list_head *head, cputime_t utime, cputime_t stime, unsigned long long sum_exec_runtime) argument
[all...]
H A Dtsacct.c67 stats->ac_stime = cputime_to_msecs(tsk->stime) * USEC_PER_MSEC;
130 time = tsk->stime + tsk->utime;
H A Dsched_stats.h310 * account_group_system_time - Maintain stime for a thread group.
313 * @cputime: Time value by which to increment the stime field of the
317 * running CPU and update the stime field there.
328 cputimer->cputime.stime =
329 cputime_add(cputimer->cputime.stime, cputime);
H A Ddelayacct.c115 cputime_to_timespec(tsk->utime + tsk->stime, &ts);
H A Ditimer.c61 t = cputime_add(cputime.utime, cputime.stime);
H A Dsys.c1504 cputime_t tgutime, tgstime, utime, stime; local
1508 utime = stime = cputime_zero;
1511 task_times(current, &utime, &stime);
1524 stime = p->signal->cstime;
1539 stime = cputime_add(stime, tgstime);
1562 cputime_to_timeval(stime, &r->ru_stime);
H A Dexit.c120 sig->stime = cputime_add(sig->stime, tsk->stime);
H A Dcpu.c182 !cputime_eq(p->stime, cputime_zero)))
H A Dtime.c7 * time related system calls: time, stime, gettimeofday, settimeofday,
81 SYSCALL_DEFINE1(stime, time_t __user *, tptr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c210 double etime,stime,skew1,skew2; local
292 stime=ntpdiff(&rectime,&xmttime);
300 etime, stime, etime-stime);
309 arrival->fine/4294967, etime, stime,
414 float sec, etime, stime, disp; local
422 &day, &sec, &etime, &stime, &skew, &disp, &freq);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dntpclient.c198 double etime,stime,skew1,skew2; local
250 stime=ntpdiff(&rectime,&xmttime);
258 etime, stime, etime-stime);
267 arrival->fine/4294967, etime, stime,
370 float sec, etime, stime, disp; local
378 &day, &sec, &etime, &stime, &skew, &disp, &freq);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/tools/
H A Dvpnstats.pl63 Connect\stime\s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dcrypto_bench.c248 double mtime, ttime = 0, ttime2 = 0, stime; local
286 stime = sqrt(ttime2 - ttime * ttime);
288 impl->lib, impl->name, size, nruns, ttime, stime);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dprocps.c199 "%lu %lu " /* utime, stime */
211 &sp->utime, &sp->stime,
234 sp->stime = fast_strtoul_10(&cp);
308 cputime_to_clock_t(stime),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c378 cputime_t cutime, cstime, utime, stime; local
400 cutime = cstime = utime = stime = cputime_zero;
435 thread_group_times(task, &utime, &stime);
451 task_times(task, &utime, &stime);
485 cputime_to_clock_t(stime),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_it87.c606 static void send_it87(unsigned long len, unsigned long stime, argument
609 long count = len / stime;
616 time_left = (long)len - (long)count * (long)stime;
617 count += ((2 * time_left) / stime);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoe.h103 ulong stime; /* for disk stats */ member in struct:buf
H A Daoeblk.c197 buf->stime = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddate.c175 if ((opt & DATE_OPT_SET) && stime(&tm) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h459 * @stime: time spent in kernel mode, in &cputime_t units
469 cputime_t stime; member in struct:task_cputime
473 #define prof_exp stime
480 .stime = cputime_zero, \
582 cputime_t utime, stime, cutime, cstime; member in struct:signal_struct
597 * from jiffies_to_ns(utime + stime) if sched_clock uses something
1262 cputime_t utime, stime, utimescaled, stimescaled; member in struct:task_struct
1397 cputime_t acct_timexpd; /* stime + utime since last update */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dapm_32.c692 last_stime = current->stime;
696 idle_percentage = current->stime - last_stime;
703 last_stime = current->stime;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S89 ENTRY_COMP(stime) /* 25 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/accounting/
H A Dgetdelays.c53 __u64 stime, utime; variable

Completed in 241 milliseconds

12