Lines Matching refs:max_slotid
171 if (slotid <= tbl->max_slotid) in nfs4_lookup_slot()
246 tbl->max_slotid + 1); in nfs4_alloc_slot()
247 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slotid + 1); in nfs4_alloc_slot()
248 if (slotid <= tbl->max_slotid) { in nfs4_alloc_slot()
287 tbl->max_slotid = server_highest_slotid; in nfs4_reset_slot_table()
382 if (slot->slot_nr > tbl->max_slotid) in nfs41_wake_and_assign_slot()
412 u32 max_slotid; in nfs41_set_max_slotid_locked() local
414 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid); in nfs41_set_max_slotid_locked()
415 if (max_slotid > tbl->server_highest_slotid) in nfs41_set_max_slotid_locked()
416 max_slotid = tbl->server_highest_slotid; in nfs41_set_max_slotid_locked()
417 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked()
418 max_slotid = tbl->target_highest_slotid; in nfs41_set_max_slotid_locked()
419 tbl->max_slotid = max_slotid; in nfs41_set_max_slotid_locked()