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

/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c533 LIST_INSERT_HEAD(SESSHASH(0), &session0, s_hash);
H A Dkern_proc.c1089 for (sess = SESSHASH(sessid)->lh_first; sess != 0; sess = sess->s_hash.le_next)
1218 LIST_INSERT_HEAD(SESSHASH(sess->s_sid), sess, s_hash);
1345 LIST_REMOVE(sessp, s_hash);
2795 LIST_REMOVE(sess, s_hash);
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h132 LIST_ENTRY(session) s_hash; /* Hash chain.(LL) */ member in struct:session

Completed in 34 milliseconds