Lines Matching refs:highest_used_slotid
29 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_init_slot_table()
91 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
94 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
96 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_free_slot()
101 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
148 if (slotid > tbl->highest_used_slotid || in nfs4_lock_slot()
149 tbl->highest_used_slotid == NFS4_NO_SLOT) in nfs4_lock_slot()
150 tbl->highest_used_slotid = slotid; in nfs4_lock_slot()
248 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
257 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
286 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_reset_slot_table()
453 if (tbl->highest_used_slotid > highest_slotid) in nfs41_set_server_slotid_locked()