Lines Matching refs:highest_used_slotid
28 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_init_slot_table()
90 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
93 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
95 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_free_slot()
100 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
145 if (slotid > tbl->highest_used_slotid || in nfs4_lock_slot()
146 tbl->highest_used_slotid == NFS4_NO_SLOT) in nfs4_lock_slot()
147 tbl->highest_used_slotid = slotid; in nfs4_lock_slot()
245 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
254 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
282 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_reset_slot_table()
449 if (tbl->highest_used_slotid > highest_slotid) in nfs41_set_server_slotid_locked()