Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDtty_info.c246 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
264 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
HDkern_prot.c351 PGRP_UNLOCK(pgrp); in sys_setsid()
451 PGRP_UNLOCK(pgrp); in sys_setpgid()
456 PGRP_UNLOCK(pgrp); in sys_setpgid()
460 PGRP_UNLOCK(pgrp); in sys_setpgid()
HDkern_proc.c513 PGRP_UNLOCK(pgrp);
580 PGRP_UNLOCK(savepgrp);
581 PGRP_UNLOCK(pgrp);
602 PGRP_UNLOCK(savepgrp);
632 PGRP_UNLOCK(pgrp);
659 PGRP_UNLOCK(pgrp);
HDkern_resource.c138 PGRP_UNLOCK(pg); in sys_getpriority()
223 PGRP_UNLOCK(pg); in sys_setpriority()
HDtty.c467 PGRP_UNLOCK(pg); in tty_wait_background()
1485 PGRP_UNLOCK(tp->t_pgrp); in tty_signal_pgrp()
1832 PGRP_UNLOCK(pg); in tty_generic_ioctl()
HDkern_procctl.c688 PGRP_UNLOCK(pg); in kern_procctl()
HDkern_descrip.c962 PGRP_UNLOCK(pg); in funsetown()
1017 PGRP_UNLOCK(pg); in funsetownlst()
1092 PGRP_UNLOCK(pgrp); in fsetown()
1129 PGRP_UNLOCK(pgrp); in fsetown()
HDkern_fork.c637 PGRP_UNLOCK(p1->p_pgrp); in do_fork()
HDkern_sig.c1754 PGRP_UNLOCK(pgrp); in killpg1()
1934 PGRP_UNLOCK(pgrp); in gsignal()
3779 PGRP_UNLOCK(sigio->sio_pgrp); in pgsigio()
HDkern_ktrace.c972 PGRP_UNLOCK(pg); in sys_ktrace()
/freebsd-11-stable/sys/sys/
HDproc.h851 #define PGRP_UNLOCK(pg) mtx_unlock(&(pg)->pg_mtx) macro
861 PGRP_UNLOCK(pg); \