Searched refs:ls_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c378 &clp->lc_stateid[i], ls_hash);
379 LIST_FOREACH(tstp, &new_clp->lc_stateid[i], ls_hash)
439 &clp->lc_stateid[i], ls_hash);
440 LIST_FOREACH(tstp, &new_clp->lc_stateid[i], ls_hash)
648 LIST_FOREACH(stp, &clp->lc_stateid[i], ls_hash) {
1253 LIST_REMOVE(stp, ls_hash);
1307 LIST_REMOVE(stp, ls_hash);
1353 LIST_REMOVE(stp, ls_hash);
1465 LIST_FOREACH(stp, hp, ls_hash) {
2192 new_stp, ls_hash);
[all...]
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dtraditional.c75 ls_hash, /* After # in preprocessor conditional. */ enumerator in enum:ls
511 else if (lex_state == ls_hash)
638 lex_state = ls_hash;
661 else if (lex_state == ls_hash
/freebsd-10.2-release/sys/fs/nfs/
H A Dnfsrvstate.h165 LIST_ENTRY(nfsstate) ls_hash; /* Hash list entry */ member in struct:nfsstate

Completed in 114 milliseconds