Lines Matching defs:calls
66 struct list_head calls; /* List of calls active in this namespace */
67 spinlock_t call_lock; /* Lock for ->calls */
68 atomic_t nr_calls; /* Count of allocated calls */
120 * This contains circular buffers of preallocated peers, connections and calls
121 * for incoming service calls and their head and tail pointers. This allows
122 * calls to be set up in the data_ready handler, thereby avoiding the need to
149 struct list_head sock_calls; /* List of calls owned by this socket */
150 struct list_head to_be_accepted; /* calls awaiting acceptance */
155 struct rb_root calls; /* User ID -> call mapping */
158 rwlock_t call_lock; /* lock for calls */
316 struct list_head new_client_calls; /* Newly created client calls need connection */
417 RXRPC_CONN_EV_ABORT_CALLS, /* Abort attached calls */
461 * - each connection can only handle four simultaneous calls
637 struct rb_node sock_node; /* Node in rx->calls */