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