Home
last modified time | relevance | path

Searched refs:PGRP_UNLOCK (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/sys/kern/
Dtty_info.c246 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
264 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
Dkern_prot.c354 PGRP_UNLOCK(pgrp); in sys_setsid()
454 PGRP_UNLOCK(pgrp); in sys_setpgid()
459 PGRP_UNLOCK(pgrp); in sys_setpgid()
463 PGRP_UNLOCK(pgrp); in sys_setpgid()
Dkern_proc.c486 PGRP_UNLOCK(pgrp);
553 PGRP_UNLOCK(savepgrp);
554 PGRP_UNLOCK(pgrp);
575 PGRP_UNLOCK(savepgrp);
605 PGRP_UNLOCK(pgrp);
632 PGRP_UNLOCK(pgrp);
Dkern_resource.c140 PGRP_UNLOCK(pg);
227 PGRP_UNLOCK(pg);
Dtty.c419 PGRP_UNLOCK(pg); in tty_wait_background()
1301 PGRP_UNLOCK(tp->t_pgrp); in tty_signal_pgrp()
1636 PGRP_UNLOCK(pg); in tty_generic_ioctl()
Dkern_fork.c599 PGRP_UNLOCK(p1->p_pgrp); in do_fork()
Dkern_descrip.c1006 PGRP_UNLOCK(pg); in funsetown()
1061 PGRP_UNLOCK(pg); in funsetownlst()
1136 PGRP_UNLOCK(pgrp); in fsetown()
1173 PGRP_UNLOCK(pgrp); in fsetown()
Dkern_sig.c1658 PGRP_UNLOCK(pgrp); in killpg1()
1824 PGRP_UNLOCK(pgrp); in gsignal()
3406 PGRP_UNLOCK(sigio->sio_pgrp);
Dkern_ktrace.c927 PGRP_UNLOCK(pg);
Dsys_process.c1494 PGRP_UNLOCK(pg);
/freebsd-9-stable/sys/sys/
Dproc.h748 #define PGRP_UNLOCK(pg) mtx_unlock(&(pg)->pg_mtx) macro
758 PGRP_UNLOCK(pg); \