Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c2305 if (ses->se_target_maxslots > from) { in free_session_slots()
2306 int delta = ses->se_target_maxslots - from; in free_session_slots()
2310 ses->se_target_maxslots = from ?: 1; in free_session_slots()
2329 if (ses->se_target_maxslots <= 1) in reduce_session_slots()
2333 ret = min(dec, ses->se_target_maxslots-1); in reduce_session_slots()
2334 ses->se_target_maxslots -= ret; in reduce_session_slots()
2398 new->se_target_maxslots = i; in alloc_session()
3238 seq_printf(m, " %u", ses->se_target_maxslots); in client_info_show()
4982 seq->maxslots_response = max(session->se_target_maxslots, in nfsd4_construct_sequence_response()
4984 seq->target_maxslots = session->se_target_maxslots; in nfsd4_construct_sequence_response()
[all …]
H A Dstate.h458 u32 se_target_maxslots; member