Lines Matching defs:nfs4_slot_table
37 struct nfs4_slot_table { struct
38 struct nfs4_session *session; /* Parent session */
39 struct nfs4_slot *slots; /* seqid per slot */
40 unsigned long used_slots[SLOT_TABLE_SZ]; /* used/unused bitmap */
41 spinlock_t slot_tbl_lock;
42 struct rpc_wait_queue slot_tbl_waitq; /* allocators may wait here */
43 wait_queue_head_t slot_waitq; /* Completion wait on slot */
44 u32 max_slots; /* # slots in table */
45 u32 max_slotid; /* Max allowed slotid value */
46 u32 highest_used_slotid; /* sent to server on each SEQ.
70 struct nfs4_slot_table fc_slot_table; argument