linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: galcon zhao <galcon.zhao@gmail.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Subject: "klist" "k" stand for what ?
Date: Wed, 21 Dec 2016 18:23:18 +0800	[thread overview]
Message-ID: <CAAyj-x7YRZ+ghXVA-+iBcJfSAfKxosh1GSKiz+7y7rk5KMajJA@mail.gmail.com> (raw)

 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!!!

             reply	other threads:[~2016-12-21 10:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 10:23 galcon zhao [this message]
2016-12-22 18:24 ` "klist" "k" stand for what ? Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAyj-x7YRZ+ghXVA-+iBcJfSAfKxosh1GSKiz+7y7rk5KMajJA@mail.gmail.com \
    --to=galcon.zhao@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).