Lines Matching refs:list_head
61 struct list_head kcm_sock_list;
71 struct list_head wait_psock_list;
82 struct list_head wait_rx_list; /* KCMs waiting for receiving */
104 struct list_head psock_list;
109 struct list_head psock_ready_list;
118 struct list_head psock_avail_list;
129 struct list_head mux_list;
135 struct list_head kcm_mux_list;
139 struct list_head kcm_socks; /* All KCM sockets on MUX */
141 struct list_head psocks; /* List of all psocks on MUX */
150 struct list_head kcm_rx_waiters; /* KCMs waiting for receiving */
151 struct list_head psocks_ready; /* List of psocks with a msg ready */
156 struct list_head psocks_avail; /* List of available psocks */
157 struct list_head kcm_tx_waiters; /* KCMs waiting for a TX psock */