Linux Kernel
3.7.1
|
#include <internal.h>
Data Fields | |
struct rb_node | node |
struct mutex | cons_lock |
spinlock_t | lock |
atomic_t | usage |
atomic_t | nkeys |
atomic_t | nikeys |
kuid_t | uid |
int | qnkeys |
int | qnbytes |
Definition at line 48 of file internal.h.
Definition at line 50 of file internal.h.
spinlock_t lock |
Definition at line 51 of file internal.h.
atomic_t nikeys |
Definition at line 54 of file internal.h.
atomic_t nkeys |
Definition at line 53 of file internal.h.
Definition at line 49 of file internal.h.
int qnbytes |
Definition at line 57 of file internal.h.
int qnkeys |
Definition at line 56 of file internal.h.
kuid_t uid |
Definition at line 55 of file internal.h.
atomic_t usage |
Definition at line 52 of file internal.h.