Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h653 extern uint32_t nfsrv_user_stat_max_nodes; /* active user list size limit */
H A Dnfs_subs.c4052 if (list->node_count < nfsrv_user_stat_max_nodes) { in nfsrv_get_user_stat_node()
H A Dnfs_serv.c160 uint32_t nfsrv_user_stat_max_nodes = NFSRV_USER_STAT_DEF_MAX_NODES; variable