Lines Matching defs:rxrpc_bundle
407 struct rxrpc_bundle { struct
408 struct rxrpc_conn_parameters params;
409 atomic_t usage;
410 unsigned int debug_id;
411 bool try_upgrade; /* True if the bundle is attempting upgrade */
412 bool alloc_conn; /* True if someone's getting a conn */
413 short alloc_error; /* Error from last conn allocation */
414 spinlock_t channel_lock;
415 struct rb_node local_node; /* Node in local->client_conns */
416 struct list_head waiting_calls; /* Calls waiting for channels */
417 unsigned long avail_chans; /* Mask of available channels */
418 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */