Searched defs:nfs4_slot_table (Results 1 – 1 of 1) sorted by relevance
37 struct nfs4_slot_table { struct38 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.[all …]