From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965973AbcLVSYl (ORCPT ); Thu, 22 Dec 2016 13:24:41 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:37050 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932261AbcLVSYi (ORCPT ); Thu, 22 Dec 2016 13:24:38 -0500 Subject: Re: "klist" "k" stand for what ? To: galcon zhao , linux-kernel References: From: Randy Dunlap Message-ID: <0567be54-fc98-9816-2a2a-893518932da8@infradead.org> Date: Thu, 22 Dec 2016 10:24:35 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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