Lines Matching refs:tbl
82 extern int nfs4_setup_slot_table(struct nfs4_slot_table *tbl,
84 extern void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl);
85 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
86 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
87 extern int nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl,
90 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
91 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
92 extern void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl);
93 bool nfs41_wake_and_assign_slot(struct nfs4_slot_table *tbl,
95 void nfs41_wake_slot_table(struct nfs4_slot_table *tbl);
97 static inline bool nfs4_slot_tbl_draining(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_draining() argument
99 return !!test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state); in nfs4_slot_tbl_draining()
102 static inline bool nfs4_test_locked_slot(const struct nfs4_slot_table *tbl, in nfs4_test_locked_slot() argument
105 return !!test_bit(slotid, tbl->used_slots); in nfs4_test_locked_slot()
114 extern void nfs41_set_target_slotid(struct nfs4_slot_table *tbl,
116 extern void nfs41_update_target_slotid(struct nfs4_slot_table *tbl,