Home
last modified time | relevance | path

Searched refs:PGRP_LOCK (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/kern/
H A Dkern_proc.c498 PGRP_LOCK(pgrp); in pgfind()
607 PGRP_LOCK(pgrp); in enterpgrp()
623 PGRP_LOCK(pgrp); in enterpgrp()
768 PGRP_LOCK(pgrp); in doenterpgrp()
769 PGRP_LOCK(savepgrp); in doenterpgrp()
795 PGRP_LOCK(savepgrp); in leavepgrp()
826 PGRP_LOCK(pgrp); in pgdelete()
869 PGRP_LOCK(pgrp); in fixjobc_kill()
881 PGRP_LOCK(pgrp); in fixjobc_kill()
897 PGRP_LOCK(pgrp); in fixjobc_kill()
H A Dtty_info.c319 PGRP_LOCK(tp->t_pgrp); in tty_info()
H A Dkern_resource.c122 PGRP_LOCK(pg); in kern_getpriority()
214 PGRP_LOCK(pg); in kern_setpriority()
H A Dtty.c435 PGRP_LOCK(pg); in tty_wait_background()
1543 PGRP_LOCK(tp->t_pgrp); in tty_signal_pgrp()
H A Dkern_fork.c602 PGRP_LOCK(p1->p_pgrp); in do_fork()
H A Dkern_sig.c1865 PGRP_LOCK(pgrp); in killpg1()
4280 PGRP_LOCK(sigio->sio_pgrp); in pgsigio()
H A Dkern_descrip.c1085 PGRP_LOCK(pg); in funsetown_locked()
1152 PGRP_LOCK(pg); in funsetownlst()
/freebsd/sys/sys/
H A Dproc.h967 #define PGRP_LOCK(pg) mtx_lock(&(pg)->pg_mtx) macro
974 PGRP_LOCK(pg); \
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2820 PGRP_LOCK(pg); in linux_ioprio_get()
2924 PGRP_LOCK(pg); in linux_ioprio_set()