rxrpc_bundle
TRACE_EVENT(rxrpc_bundle,
struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace);
void rxrpc_put_bundle(struct rxrpc_bundle *, enum rxrpc_bundle_trace);
void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *);
void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
struct rxrpc_bundle *bundle; /* Client connection bundle */
struct rxrpc_bundle *bundle; /* Connection bundle to use */
struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle,
static void rxrpc_free_bundle(struct rxrpc_bundle *bundle)
void rxrpc_put_bundle(struct rxrpc_bundle *bundle, enum rxrpc_bundle_trace why)
rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle)
struct rxrpc_bundle *bundle, *candidate;
bundle = rb_entry(p, struct rxrpc_bundle, local_node);
bundle = rb_entry(parent, struct rxrpc_bundle, local_node);
static bool rxrpc_add_conn_to_bundle(struct rxrpc_bundle *bundle,
static void rxrpc_activate_bundle(struct rxrpc_bundle *bundle)
static bool rxrpc_bundle_has_space(struct rxrpc_bundle *bundle)
struct rxrpc_bundle *bundle = conn->bundle;
static void rxrpc_activate_channels(struct rxrpc_bundle *bundle)
struct rxrpc_bundle *bundle = call->bundle;
void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call)
struct rxrpc_bundle *bundle = conn->bundle;
void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle)
static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_call *call,
struct rxrpc_bundle *bundle;
struct rxrpc_bundle *bundle;
bundle = list_entry(v, struct rxrpc_bundle, proc_link);