lkml.org 
[lkml]   [2016]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subject"klist" "k" stand for what ?
 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?

galcon
cheers!!!

\
 
 \ /
  Last update: 2016-12-21 11:23    [W:0.185 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site