Searched defs:rds_message (Results 1 – 1 of 1) sorted by relevance
306 struct rds_message { struct307 atomic_t m_refcount;308 struct list_head m_sock_item;309 struct list_head m_conn_item;310 struct rds_incoming m_inc;311 u64 m_ack_seq;312 __be32 m_daddr;313 unsigned long m_flags;320 spinlock_t m_rs_lock;321 wait_queue_head_t m_flush_wait;[all …]