Searched defs:rds_message (Results 1 – 1 of 1) sorted by relevance
289 struct rds_message { struct290 atomic_t m_refcount;291 struct list_head m_sock_item;292 struct list_head m_conn_item;293 struct rds_incoming m_inc;294 u64 m_ack_seq;295 __be32 m_daddr;296 unsigned long m_flags;303 spinlock_t m_rs_lock;304 wait_queue_head_t m_flush_wait;[all …]