lkml.org 
[lkml]   [2016]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: "klist" "k" stand for what ?
From
Date
On 12/21/16 02:23, galcon zhao wrote:
> HI ALL:
>
> I am reading kernel source code ,but I have a question.
>
> struct klist {
> spinlock_t k_lock;
> struct list_head k_list;
> void (*get)(struct klist_node *);
> void (*put)(struct klist_node *);
> } __attribute__ ((aligned (sizeof(void *))));
> "klist" "k" stand for what ?
>
> I think "k" is "key", Is it right?

Not sure, but I expect that it means "kernel" list.

--
~Randy

\
 
 \ /
  Last update: 2016-12-22 19:24    [W:0.028 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site