Lines Matching defs:kcm_mux
134 struct kcm_mux { struct
135 struct list_head kcm_mux_list; argument
144 struct kcm_mux_stats stats; argument
145 struct kcm_psock_stats aggregate_psock_stats;
146 struct strp_aggr_stats aggregate_strp_stats;
149 spinlock_t rx_lock ____cacheline_aligned_in_smp;
150 struct list_head kcm_rx_waiters; /* KCMs waiting for receiving */
151 struct list_head psocks_ready; /* List of psocks with a msg ready */
152 struct sk_buff_head rx_hold_queue;
155 spinlock_t lock ____cacheline_aligned_in_smp; /* TX and mux locking */
156 struct list_head psocks_avail; /* List of available psocks */
157 struct list_head kcm_tx_waiters; /* KCMs waiting for a TX psock */