Home
last modified time | relevance | path

Searched refs:se_target_maxslots (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs4state.c1941 if (ses->se_target_maxslots > from) { in free_session_slots()
1944 ses->se_target_maxslots = new_target; in free_session_slots()
1970 if (ses->se_target_maxslots <= 1) in reduce_session_slots()
1974 ret = min(dec, ses->se_target_maxslots-1); in reduce_session_slots()
1975 ses->se_target_maxslots -= ret; in reduce_session_slots()
2035 new->se_target_maxslots = i; in alloc_session()
2796 seq_printf(m, " %u", ses->se_target_maxslots); in client_info_show()
4394 seq->maxslots <= session->se_target_maxslots) in nfsd4_sequence()
4453 atomic_add(s - session->se_target_maxslots, in nfsd4_sequence()
4455 session->se_target_maxslots = s; in nfsd4_sequence()
[all …]
H A Dstate.h355 u32 se_target_maxslots; member