Lines Matching refs:highest_used_slotid
28 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_init_slot_table()
89 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
92 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
94 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_free_slot()
99 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
153 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
162 if (slotid > tbl->highest_used_slotid || in nfs4_alloc_slot()
163 tbl->highest_used_slotid == NFS4_NO_SLOT) in nfs4_alloc_slot()
164 tbl->highest_used_slotid = slotid; in nfs4_alloc_slot()
169 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
197 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_reset_slot_table()
364 if (tbl->highest_used_slotid > highest_slotid) in nfs41_set_server_slotid_locked()