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

#include <xpc.h>

Data Fields

struct xpc_openclose_argslocal_openclose_args
 
voidlocal_msgqueue_base
 
struct xpc_msg_sn2local_msgqueue
 
voidremote_msgqueue_base
 
struct xpc_msg_sn2remote_msgqueue
 
unsigned long remote_msgqueue_pa
 
struct xpc_notify_sn2notify_queue
 
struct xpc_gp_sn2local_GP
 
struct xpc_gp_sn2 remote_GP
 
struct xpc_gp_sn2 w_local_GP
 
struct xpc_gp_sn2 w_remote_GP
 
s64 next_msg_to_pull
 
struct mutex msg_to_pull_mutex
 

Detailed Description

Definition at line 505 of file xpc.h.

Field Documentation

struct xpc_gp_sn2* local_GP

Definition at line 521 of file xpc.h.

struct xpc_msg_sn2* local_msgqueue

Definition at line 510 of file xpc.h.

void* local_msgqueue_base

Definition at line 509 of file xpc.h.

struct xpc_openclose_args* local_openclose_args

Definition at line 506 of file xpc.h.

struct mutex msg_to_pull_mutex

Definition at line 527 of file xpc.h.

s64 next_msg_to_pull

Definition at line 525 of file xpc.h.

struct xpc_notify_sn2* notify_queue

Definition at line 517 of file xpc.h.

struct xpc_gp_sn2 remote_GP

Definition at line 522 of file xpc.h.

struct xpc_msg_sn2* remote_msgqueue

Definition at line 512 of file xpc.h.

void* remote_msgqueue_base

Definition at line 511 of file xpc.h.

unsigned long remote_msgqueue_pa

Definition at line 514 of file xpc.h.

struct xpc_gp_sn2 w_local_GP

Definition at line 523 of file xpc.h.

struct xpc_gp_sn2 w_remote_GP

Definition at line 524 of file xpc.h.


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