Re: [PATCH 0/4] WorkStruct: Shrink work_struct by two thirds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux