Lines Matching refs:list_head
61 struct list_head kcm_sock_list;
71 struct list_head wait_psock_list;
81 struct list_head wait_rx_list; /* KCMs waiting for receiving */
103 struct list_head psock_list;
108 struct list_head psock_ready_list;
117 struct list_head psock_avail_list;
128 struct list_head mux_list;
134 struct list_head kcm_mux_list;
138 struct list_head kcm_socks; /* All KCM sockets on MUX */
140 struct list_head psocks; /* List of all psocks on MUX */
149 struct list_head kcm_rx_waiters; /* KCMs waiting for receiving */
150 struct list_head psocks_ready; /* List of psocks with a msg ready */
155 struct list_head psocks_avail; /* List of available psocks */
156 struct list_head kcm_tx_waiters; /* KCMs waiting for a TX psock */