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

#include <sched.h>

Data Fields

spinlock_t lock
 
struct list_head tasks [RPC_NR_PRIORITY]
 
pid_t owner
 
unsigned char maxpriority
 
unsigned char priority
 
unsigned char count
 
unsigned char nr
 
unsigned short qlen
 
struct rpc_timer timer_list
 

Detailed Description

Definition at line 189 of file sched.h.

Field Documentation

unsigned char count

Definition at line 195 of file sched.h.

spinlock_t lock

Definition at line 190 of file sched.h.

unsigned char maxpriority

Definition at line 193 of file sched.h.

unsigned char nr

Definition at line 196 of file sched.h.

pid_t owner

Definition at line 192 of file sched.h.

unsigned char priority

Definition at line 194 of file sched.h.

unsigned short qlen

Definition at line 197 of file sched.h.

Definition at line 191 of file sched.h.

Definition at line 198 of file sched.h.


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