Searched refs:se_cb_highest_slot (Results 1 – 3 of 3) sorted by relevance
420 idx = max(idx, ses->se_cb_highest_slot); in highest_slotid()499 if (likely(target == READ_ONCE(ses->se_cb_highest_slot))) in update_cb_slot_table()503 if (target > ses->se_cb_highest_slot) { in update_cb_slot_table()514 for (i = ses->se_cb_highest_slot + 1; i <= target; ++i) in update_cb_slot_table()517 ses->se_cb_highest_slot = target; in update_cb_slot_table()1370 if (idx < 0 || idx > ses->se_cb_highest_slot) { in grab_slot()
444 u32 se_cb_highest_slot; /* highest slot client wants */ member
2401 new->se_cb_highest_slot = min(battrs->maxreqs - 1, in alloc_session()4682 cr_ses->back_channel.maxreqs = new->se_cb_highest_slot + 1; in nfsd4_create_session()