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

#include <xpc.h>

Data Fields

short partid
 
spinlock_t lock
 
unsigned int flags
 
enum xp_retval reason
 
int reason_line
 
u16 number
 
u16 entry_size
 
u16 local_nentries
 
u16 remote_nentries
 
atomic_t references
 
atomic_t n_on_msg_allocate_wq
 
wait_queue_head_t msg_allocate_wq
 
u8 delayed_chctl_flags
 
atomic_t n_to_notify
 
xpc_channel_func func
 
voidkey
 
struct completion wdisconnect_wait
 
atomic_t kthreads_assigned
 
u32 kthreads_assigned_limit
 
atomic_t kthreads_idle
 
u32 kthreads_idle_limit
 
atomic_t kthreads_active
 
wait_queue_head_t idle_wq
 
union {
   struct xpc_channel_sn2   sn2
 
   struct xpc_channel_uv   uv
 
sn
 

Detailed Description

Definition at line 542 of file xpc.h.

Field Documentation

u8 delayed_chctl_flags

Definition at line 561 of file xpc.h.

u16 entry_size

Definition at line 552 of file xpc.h.

unsigned int flags

Definition at line 545 of file xpc.h.

Definition at line 566 of file xpc.h.

Definition at line 579 of file xpc.h.

void* key

Definition at line 567 of file xpc.h.

atomic_t kthreads_active

Definition at line 577 of file xpc.h.

atomic_t kthreads_assigned

Definition at line 573 of file xpc.h.

u32 kthreads_assigned_limit

Definition at line 574 of file xpc.h.

atomic_t kthreads_idle

Definition at line 575 of file xpc.h.

u32 kthreads_idle_limit

Definition at line 576 of file xpc.h.

u16 local_nentries

Definition at line 553 of file xpc.h.

spinlock_t lock

Definition at line 544 of file xpc.h.

wait_queue_head_t msg_allocate_wq

Definition at line 559 of file xpc.h.

atomic_t n_on_msg_allocate_wq

Definition at line 558 of file xpc.h.

atomic_t n_to_notify

Definition at line 564 of file xpc.h.

u16 number

Definition at line 550 of file xpc.h.

Definition at line 543 of file xpc.h.

enum xp_retval reason

Definition at line 547 of file xpc.h.

int reason_line

Definition at line 548 of file xpc.h.

atomic_t references

Definition at line 556 of file xpc.h.

u16 remote_nentries

Definition at line 554 of file xpc.h.

union { ... } sn

Definition at line 582 of file xpc.h.

Definition at line 583 of file xpc.h.

struct completion wdisconnect_wait

Definition at line 569 of file xpc.h.


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