1. 08 7月, 2011 1 次提交
  2. 12 3月, 2011 1 次提交
    • L
      plist: Shrink struct plist_head · bf6a9b83
      Lai Jiangshan 提交于
      struct plist_head is used in struct task_struct as well as struct
      rtmutex. If we can make it smaller, it will also make these structures
      smaller as well.
      
      The field prio_list in struct plist_head is seldom used and we can get
      its information from the plist_nodes. Removing this field will decrease
      the size of plist_head by half.
      Signed-off-by: NLai Jiangshan <laijs@cn.fujitsu.com>
      LKML-Reference: <4D107982.9090700@cn.fujitsu.com>
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      bf6a9b83
  3. 19 7月, 2010 1 次提交
  4. 13 1月, 2010 1 次提交
  5. 15 12月, 2009 1 次提交
  6. 29 12月, 2008 1 次提交
  7. 18 4月, 2007 1 次提交
    • R
      kernel-doc: fix plist.h comments · 11265420
      Randy Dunlap 提交于
      Make kernel-doc comments match macro names.
      Correct parameter names in a few places.
      Remove '#' from beginning of kernel-doc comment macro names.
      Remove extra (erroneous) blank lines in kernel-doc.
      
      Warning(plist.h:100): Cannot understand  * #PLIST_HEAD_INIT - static struct plist_head initializer on line 100 - I thought it was a doc line
      Warning(plist.h:112): Cannot understand  * #PLIST_NODE_INIT - static struct plist_node initializer on line 112 - I thought it was a doc line
      Warning(plist.h:103): No description found for parameter '_lock'
      Warning(plist.h:129): No description found for parameter 'lock'
      Warning(plist.h:158): No description found for parameter 'pos'
      Warning(plist.h:169): No description found for parameter 'pos'
      Warning(plist.h:169): No description found for parameter 'n'
      Warning(plist.h:179): No description found for parameter 'mem'
      
      This still leaves one warning & one error that need attention:
      Error(plist.h:219): cannot understand prototype: '('
      Warning(plist.h): no structured comments found
      Acked-by: NInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
      Cc: Daniel Walker <dwalker@mvista.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Oleg Nesterov <oleg@tv-sign.ru>
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      11265420
  8. 29 6月, 2006 1 次提交
  9. 28 6月, 2006 1 次提交