Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_info.c319 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
337 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
H A Dtty.c446 PGRP_UNLOCK(pg); in tty_wait_background()
462 PGRP_UNLOCK(pg); in tty_wait_background()
470 PGRP_UNLOCK(pg); in tty_wait_background()
478 PGRP_UNLOCK(pg); in tty_wait_background()
495 PGRP_UNLOCK(pg); in tty_wait_background()
1524 PGRP_UNLOCK(tp->t_pgrp); in tty_signal_pgrp()
1871 PGRP_UNLOCK(pg); in tty_generic_ioctl()
H A Dkern_proc.c621 PGRP_UNLOCK(pgrp); in enterpgrp()
744 PGRP_UNLOCK(savepgrp); in doenterpgrp()
745 PGRP_UNLOCK(pgrp); in doenterpgrp()
765 PGRP_UNLOCK(savepgrp); in leavepgrp()
795 PGRP_UNLOCK(pgrp); in pgdelete()
837 PGRP_UNLOCK(pgrp); in fixjobc_kill()
858 PGRP_UNLOCK(pgrp); in fixjobc_kill()
868 PGRP_UNLOCK(pgrp); in fixjobc_kill()
H A Dkern_prot.c343 PGRP_UNLOCK(pgrp); in sys_setsid()
441 PGRP_UNLOCK(pgrp); in sys_setpgid()
446 PGRP_UNLOCK(pgrp); in sys_setpgid()
450 PGRP_UNLOCK(pgrp); in sys_setpgid()
H A Dkern_resource.c143 PGRP_UNLOCK(pg); in kern_getpriority()
235 PGRP_UNLOCK(pg); in kern_setpriority()
H A Dkern_procctl.c821 PGRP_UNLOCK(pg); in kern_procctl()
H A Dkern_fork.c596 PGRP_UNLOCK(p1->p_pgrp); in do_fork()
H A Dkern_descrip.c1038 PGRP_UNLOCK(pg); in funsetown_locked()
1128 PGRP_UNLOCK(pg); in funsetownlst()
1206 PGRP_UNLOCK(pgrp); in fsetown()
1213 PGRP_UNLOCK(pgrp); in fsetown()
H A Dkern_sig.c1770 PGRP_UNLOCK(pgrp); in killpg1()
1954 PGRP_UNLOCK(pgrp); in gsignal()
3937 PGRP_UNLOCK(sigio->sio_pgrp); in pgsigio()
H A Dkern_ktrace.c1011 PGRP_UNLOCK(pg); in sys_ktrace()
/f-stack/freebsd/sys/
H A Dproc.h900 #define PGRP_UNLOCK(pg) mtx_unlock(&(pg)->pg_mtx) macro
910 PGRP_UNLOCK(pg); \
/f-stack/lib/
H A Dff_glue.c1004 PGRP_UNLOCK(sigio->sio_pgrp);