Home
last modified time | relevance | path

Searched refs:s_count (Results 1 – 5 of 5) sorted by relevance

/f-stack/lib/
H A Dff_init_main.c404 refcount_init(&session0.s_count, 1); in proc0_init()
/f-stack/freebsd/kern/
H A Dinit_main.c490 refcount_init(&session0.s_count, 1); in proc0_init()
H A Dkern_proc.c596 refcount_init(&sess->s_count, 1); in enterpgrp()
966 refcount_acquire(&s->s_count); in sess_hold()
973 if (refcount_release(&s->s_count)) { in sess_release()
1009 pgrp->pg_session->s_count, in DB_SHOW_COMMAND()
H A Dtty.c2404 tp->t_session->s_count, tp->t_session->s_leader, in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dproc.h89 u_int s_count; /* Ref cnt; pgrps in session - atomic. */ member