Lines Matching defs:calls
60 struct list_head calls; /* List of calls active in this namespace */
61 rwlock_t call_lock; /* Lock for ->calls */
62 atomic_t nr_calls; /* Count of allocated calls */
99 * This contains circular buffers of preallocated peers, connections and calls
100 * for incoming service calls and their head and tail pointers. This allows
101 * calls to be set up in the data_ready handler, thereby avoiding the need to
128 struct list_head sock_calls; /* List of calls owned by this socket */
129 struct list_head to_be_accepted; /* calls awaiting acceptance */
134 struct rb_root calls; /* User ID -> call mapping */
137 rwlock_t call_lock; /* lock for calls */
402 * - each connection can only handle four simultaneous calls
573 struct rb_node sock_node; /* Node in rx->calls */