#include <rc80211_pid.h>
Public Attributes | |
unsigned int | ev_count |
spinlock_t | lock |
unsigned int | next_entry |
struct rc_pid_event | ring [RC_PID_EVENT_RING_SIZE] |
wait_queue_head_t | waitqueue |
Definition at line 96 of file kernel-3.2/rc80211_pid.h.
unsigned int rc_pid_event_buffer::ev_count |
Definition at line 98 of file kernel-3.2/rc80211_pid.h.
spinlock_t rc_pid_event_buffer::lock |
Definition at line 107 of file kernel-3.2/rc80211_pid.h.
unsigned int rc_pid_event_buffer::next_entry |
Definition at line 104 of file kernel-3.2/rc80211_pid.h.
Definition at line 101 of file kernel-3.2/rc80211_pid.h.
wait_queue_head_t rc_pid_event_buffer::waitqueue |
Definition at line 110 of file kernel-3.2/rc80211_pid.h.