Linux Kernel
3.7.1
|
#include <zfcp_reqlist.h>
Data Fields | |
spinlock_t | lock |
struct list_head | buckets [ZFCP_REQ_LIST_BUCKETS] |
struct zfcp_reqlist - Container for request list (reqlist) : Spinlock for protecting the hash list : Array of hashbuckets, each is a list of requests in this bucket
Definition at line 21 of file zfcp_reqlist.h.
struct list_head buckets[ZFCP_REQ_LIST_BUCKETS] |
Definition at line 23 of file zfcp_reqlist.h.
spinlock_t lock |
Definition at line 22 of file zfcp_reqlist.h.