Home
last modified time | relevance | path

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

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