Searched refs:se_target_maxslots (Results 1 – 2 of 2) sorted by relevance
1973 if (ses->se_target_maxslots > from) { in free_session_slots()1975 atomic_sub(ses->se_target_maxslots - new_target, &nfsd_total_target_slots); in free_session_slots()1976 ses->se_target_maxslots = new_target; in free_session_slots()2002 if (ses->se_target_maxslots <= 1) in reduce_session_slots()2006 ret = min(dec, ses->se_target_maxslots-1); in reduce_session_slots()2007 ses->se_target_maxslots -= ret; in reduce_session_slots()2071 new->se_target_maxslots = i; in alloc_session()2837 seq_printf(m, " %u", ses->se_target_maxslots); in client_info_show()4362 seq->maxslots_response = max(session->se_target_maxslots, in nfsd4_construct_sequence_response()4364 seq->target_maxslots = session->se_target_maxslots; in nfsd4_construct_sequence_response()[all …]
385 u32 se_target_maxslots; member