Searched defs:nfs4_slot_table (Results 1 – 1 of 1) sorted by relevance
39 struct nfs4_slot_table { struct40 struct nfs4_session *session; /* Parent session */41 struct nfs4_slot *slots; /* seqid per slot */42 unsigned long used_slots[SLOT_TABLE_SZ]; /* used/unused bitmap */43 spinlock_t slot_tbl_lock;44 struct rpc_wait_queue slot_tbl_waitq; /* allocators may wait here */45 wait_queue_head_t slot_waitq; /* Completion wait on slot */46 u32 max_slots; /* # slots in table */47 u32 max_slotid; /* Max allowed slotid value */48 u32 highest_used_slotid; /* sent to server on each SEQ.[all …]
Completed in 5 milliseconds