search for: cputime_zero

Displaying 5 results from an estimated 5 matches for "cputime_zero".

2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
...ime, cstime; - clock_t utime, stime; + cputime_t cutime, cstime, cgtime; + clock_t utime, stime, gtime; unsigned long rsslim =3D 0; char tcomm[sizeof(task->comm)]; unsigned long flags; @@ -387,8 +394,8 @@ = sigemptyset(&sigign); sigemptyset(&sigcatch); - cutime =3D cstime =3D cputime_zero; - utime =3D stime =3D 0; + cutime =3D cstime =3D cgtime =3D cputime_zero; + utime =3D stime =3D gtime =3D 0; = rcu_read_lock(); if (lock_task_sighand(task, &flags)) { @@ -406,6 +413,7 @@ cmaj_flt =3D sig->cmaj_flt; cutime =3D sig->cutime; cstime =3D sig->cstime; + cgti...
2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
...ime, cstime; - clock_t utime, stime; + cputime_t cutime, cstime, cgtime; + clock_t utime, stime, gtime; unsigned long rsslim =3D 0; char tcomm[sizeof(task->comm)]; unsigned long flags; @@ -387,8 +394,8 @@ = sigemptyset(&sigign); sigemptyset(&sigcatch); - cutime =3D cstime =3D cputime_zero; - utime =3D stime =3D 0; + cutime =3D cstime =3D cgtime =3D cputime_zero; + utime =3D stime =3D gtime =3D 0; = rcu_read_lock(); if (lock_task_sighand(task, &flags)) { @@ -406,6 +413,7 @@ cmaj_flt =3D sig->cmaj_flt; cutime =3D sig->cutime; cstime =3D sig->cstime; + cgti...
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
...IG_GUEST_ACCOUNTING + cputime_t cgtime; + clock_t gtime; +#endif clock_t utime, stime; unsigned long rsslim =3D 0; char tcomm[sizeof(task->comm)]; @@ -388,6 +401,10 @@ static int do_task_stat(struct task_stru sigemptyset(&sigign); sigemptyset(&sigcatch); cutime =3D cstime =3D cputime_zero; +#ifdef CONFIG_GUEST_ACCOUNTING + cgtime =3D cputime_zero; + gtime =3D 0; +#endif utime =3D stime =3D 0; = rcu_read_lock(); @@ -406,6 +423,9 @@ static int do_task_stat(struct task_stru cmaj_flt =3D sig->cmaj_flt; cutime =3D sig->cutime; cstime =3D sig->cstime; +#ifdef CONFI...
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
...IG_GUEST_ACCOUNTING + cputime_t cgtime; + clock_t gtime; +#endif clock_t utime, stime; unsigned long rsslim =3D 0; char tcomm[sizeof(task->comm)]; @@ -388,6 +401,10 @@ static int do_task_stat(struct task_stru sigemptyset(&sigign); sigemptyset(&sigcatch); cutime =3D cstime =3D cputime_zero; +#ifdef CONFIG_GUEST_ACCOUNTING + cgtime =3D cputime_zero; + gtime =3D 0; +#endif utime =3D stime =3D 0; = rcu_read_lock(); @@ -406,6 +423,9 @@ static int do_task_stat(struct task_stru cmaj_flt =3D sig->cmaj_flt; cutime =3D sig->cutime; cstime =3D sig->cstime; +#ifdef CONFI...
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel