lkml.org 
[lkml]   [2006]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 0/4] WorkStruct: Shrink work_struct by two thirds

On Nov 20 2006 11:17, Andrew Morton wrote:
>struct work_struct {
> union {
> struct work_struct_lite w;
> struct {
> unsigned long pending;
> struct list_head entry;
> void (*func)(void *);
> void *data;
> void *wq_data;
> };
> }
^

+; ;-)

> struct timer_list timer;
>};
>

-`J'
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-11-21 14:15    [W:0.172 / U:1.808 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site