Searched refs:se_target_maxslots (Results 1 – 2 of 2) sorted by relevance
1983 if (ses->se_target_maxslots > from) { in free_session_slots()1985 atomic_sub(ses->se_target_maxslots - new_target, &nfsd_total_target_slots); in free_session_slots()1986 ses->se_target_maxslots = new_target; in free_session_slots()2012 if (ses->se_target_maxslots <= 1) in reduce_session_slots()2016 ret = min(dec, ses->se_target_maxslots-1); in reduce_session_slots()2017 ses->se_target_maxslots -= ret; in reduce_session_slots()2081 new->se_target_maxslots = i; in alloc_session()2854 seq_printf(m, " %u", ses->se_target_maxslots); in client_info_show()4379 seq->maxslots_response = max(session->se_target_maxslots, in nfsd4_construct_sequence_response()4381 seq->target_maxslots = session->se_target_maxslots; in nfsd4_construct_sequence_response()[all …]
385 u32 se_target_maxslots; member