lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 21 Dec 2016 18:23:18 +0800
From:   galcon zhao <galcon.zhao@...il.com>
To:     linux-kernel <linux-kernel@...r.kernel.org>
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!!!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ