Home
last modified time | relevance | path

Searched refs:se_cb_highest_slot (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4callback.c415 idx = max(idx, ses->se_cb_highest_slot); in highest_slotid()
486 if (likely(target == READ_ONCE(ses->se_cb_highest_slot))) in update_cb_slot_table()
490 if (target > ses->se_cb_highest_slot) { in update_cb_slot_table()
501 for (i = ses->se_cb_highest_slot + 1; i <= target; ++i) in update_cb_slot_table()
504 ses->se_cb_highest_slot = target; in update_cb_slot_table()
1287 if (idx < 0 || idx > ses->se_cb_highest_slot) { in grab_slot()
H A Dstate.h371 u32 se_cb_highest_slot; /* highest slot client wants */ member
H A Dnfs4state.c2074 new->se_cb_highest_slot = min(battrs->maxreqs - 1, in alloc_session()
4062 cr_ses->back_channel.maxreqs = new->se_cb_highest_slot + 1; in nfsd4_create_session()