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

#include <svc.h>

Data Fields

unsigned int sp_id
 
spinlock_t sp_lock
 
struct list_head sp_threads
 
struct list_head sp_sockets
 
unsigned int sp_nrthreads
 
struct list_head sp_all_threads
 
struct svc_pool_stats sp_stats
 

Detailed Description

Definition at line 45 of file svc.h.

Field Documentation

struct list_head sp_all_threads

Definition at line 51 of file svc.h.

unsigned int sp_id

Definition at line 46 of file svc.h.

spinlock_t sp_lock

Definition at line 47 of file svc.h.

unsigned int sp_nrthreads

Definition at line 50 of file svc.h.

struct list_head sp_sockets

Definition at line 49 of file svc.h.

Definition at line 52 of file svc.h.

struct list_head sp_threads

Definition at line 48 of file svc.h.


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