• Home
  • Raw
  • Download

Lines Matching refs:rxnet

30 	struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));  in rxrpc_call_seq_start()  local
33 return seq_list_start_head_rcu(&rxnet->calls, *_pos); in rxrpc_call_seq_start()
38 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_next() local
40 return seq_list_next_rcu(v, &rxnet->calls, pos); in rxrpc_call_seq_next()
55 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_show() local
60 if (v == &rxnet->calls) { in rxrpc_call_seq_show()
127 __acquires(rxnet->conn_lock) in rxrpc_connection_seq_start()
129 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_start() local
131 read_lock(&rxnet->conn_lock); in rxrpc_connection_seq_start()
132 return seq_list_start_head(&rxnet->conn_proc_list, *_pos); in rxrpc_connection_seq_start()
138 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_next() local
140 return seq_list_next(v, &rxnet->conn_proc_list, pos); in rxrpc_connection_seq_next()
144 __releases(rxnet->conn_lock) in rxrpc_connection_seq_stop()
146 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_stop() local
148 read_unlock(&rxnet->conn_lock); in rxrpc_connection_seq_stop()
154 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_show() local
157 if (v == &rxnet->conn_proc_list) { in rxrpc_connection_seq_show()
249 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_start() local
251 unsigned int shift = 32 - HASH_BITS(rxnet->peer_hash); in rxrpc_peer_seq_start()
262 if (bucket >= HASH_SIZE(rxnet->peer_hash)) { in rxrpc_peer_seq_start()
273 p = seq_hlist_start_rcu(&rxnet->peer_hash[bucket], n - 1); in rxrpc_peer_seq_start()
284 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_next() local
286 unsigned int shift = 32 - HASH_BITS(rxnet->peer_hash); in rxrpc_peer_seq_next()
294 p = seq_hlist_next_rcu(v, &rxnet->peer_hash[bucket], _pos); in rxrpc_peer_seq_next()
303 if (bucket >= HASH_SIZE(rxnet->peer_hash)) { in rxrpc_peer_seq_next()
312 p = seq_hlist_start_rcu(&rxnet->peer_hash[bucket], n - 1); in rxrpc_peer_seq_next()
363 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_local_seq_start() local
375 return seq_hlist_start_rcu(&rxnet->local_endpoints, n - 1); in rxrpc_local_seq_start()
380 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_local_seq_next() local
385 return seq_hlist_next_rcu(v, &rxnet->local_endpoints, _pos); in rxrpc_local_seq_next()