Lines Matching refs:rxrpc_bundle
116 static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_alloc_bundle()
119 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle()
132 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle) in rxrpc_get_bundle()
138 void rxrpc_put_bundle(struct rxrpc_bundle *bundle) in rxrpc_put_bundle()
154 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle, gfp_t gfp) in rxrpc_alloc_client_connection()
256 static struct rxrpc_bundle *rxrpc_look_up_bundle(struct rxrpc_conn_parameters *cp, in rxrpc_look_up_bundle()
260 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle()
276 bundle = rb_entry(p, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
305 bundle = rb_entry(parent, struct rxrpc_bundle, local_node); in rxrpc_look_up_bundle()
345 static struct rxrpc_bundle *rxrpc_prep_call(struct rxrpc_sock *rx, in rxrpc_prep_call()
351 struct rxrpc_bundle *bundle; in rxrpc_prep_call()
390 static void rxrpc_add_conn_to_bundle(struct rxrpc_bundle *bundle, gfp_t gfp) in rxrpc_add_conn_to_bundle()
457 static void rxrpc_maybe_add_conn(struct rxrpc_bundle *bundle, gfp_t gfp) in rxrpc_maybe_add_conn()
505 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_activate_one_channel()
559 static void rxrpc_unidle_conn(struct rxrpc_bundle *bundle, struct rxrpc_connection *conn) in rxrpc_unidle_conn()
581 static void rxrpc_activate_channels_locked(struct rxrpc_bundle *bundle) in rxrpc_activate_channels_locked()
617 static void rxrpc_activate_channels(struct rxrpc_bundle *bundle) in rxrpc_activate_channels()
635 static int rxrpc_wait_for_channel(struct rxrpc_bundle *bundle, in rxrpc_wait_for_channel()
696 struct rxrpc_bundle *bundle; in rxrpc_connect_call()
782 void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call) in rxrpc_disconnect_client_call()
895 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_unbundle_conn()