Searched refs:max_slotid (Results 1 – 2 of 2) sorted by relevance
154 tbl->max_slotid + 1); in nfs4_alloc_slot()155 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slotid + 1); in nfs4_alloc_slot()156 if (slotid > tbl->max_slotid) in nfs4_alloc_slot()202 tbl->max_slotid = server_highest_slotid; in nfs4_reset_slot_table()297 if (slot->slot_nr > tbl->max_slotid) in nfs41_wake_and_assign_slot()327 u32 max_slotid; in nfs41_set_max_slotid_locked() local329 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid); in nfs41_set_max_slotid_locked()330 if (max_slotid > tbl->server_highest_slotid) in nfs41_set_max_slotid_locked()331 max_slotid = tbl->server_highest_slotid; in nfs41_set_max_slotid_locked()332 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked()[all …]
40 u32 max_slotid; /* Max allowed slotid value */ member