Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
klist Struct Reference

#include <klist.h>

Data Fields

spinlock_t k_lock
 
struct list_head k_list
 
void(* get )(struct klist_node *)
 
void(* put )(struct klist_node *)
 

Detailed Description

Definition at line 20 of file klist.h.

Field Documentation

void(* get)(struct klist_node *)

Definition at line 23 of file klist.h.

struct list_head k_list

Definition at line 22 of file klist.h.

spinlock_t k_lock

Definition at line 21 of file klist.h.

void(* put)(struct klist_node *)

Definition at line 24 of file klist.h.


The documentation for this struct was generated from the following file: