Searched refs:sess_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/fs/nfs/
H A Dnfsrvstate.h131 LIST_ENTRY(nfsdsession) sess_hash; /* Hash list of sessions. */ member in struct:nfsdsession
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c600 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash);
5757 LIST_FOREACH(sep, &shp->list, sess_hash) {
5809 LIST_REMOVE(sep, sess_hash);

Completed in 57 milliseconds