Searched refs:p_flag (Results 51 - 75 of 75) sorted by relevance

123

/freebsd-current/sys/kern/
H A Dkern_descrip.c663 if ((p->p_leader->p_flag & P_ADVLOCK) == 0) {
665 p->p_leader->p_flag |= P_ADVLOCK;
676 if ((p->p_leader->p_flag & P_ADVLOCK) == 0) {
678 p->p_leader->p_flag |= P_ADVLOCK;
1159 KASSERT((p->p_flag & P_WEXIT) != 0,
1220 if ((proc->p_flag & P_WEXIT) != 0) {
2483 (p->p_leader->p_flag & P_ADVLOCK) != 0) {
2504 (p->p_leader->p_flag & P_ADVLOCK) != 0) {
2798 if ((td->td_proc->p_leader->p_flag & P_ADVLOCK) != 0) {
2817 if ((fdtol->fdl_leader->p_flag
[all...]
H A Dtty.c418 return (p->p_session == tp->t_session && p->p_flag & P_CONTROLT);
472 if ((p->p_flag & P_PPWAIT) != 0 ||
1266 p->p_flag &= ~P_CONTROLT;
1890 p->p_flag |= P_CONTROLT;
H A Dkern_thr.c252 p->p_flag |= P_HADTHREADS;
H A Dkern_resource.c638 if ((p->p_flag & P_WEXIT) == 0)
754 (td != curthread || (p->p_flag & P_INEXEC) == 0)) {
H A Dkern_ktrace.c1215 if ((p->p_flag & P_WEXIT) != 0) {
H A Dkern_event.c424 if (p->p_flag & P_WEXIT)
H A Dkern_umtx.c5042 KASSERT((p->p_flag & P_HADTHREADS) == 0 ||
5043 (p->p_flag & P_STOPPED_SINGLE) != 0,
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c771 ASSERT(!(p->p_flag & SVFORK));
1187 if ((curproc->p_flag & SFORKING) == 0)
1217 ASSERT(!(p->p_flag & SVFORK));
H A Ddtrace.c1544 !(proc->p_flag & SNOCD))
1696 (proc->p_flag & SNOCD)) {
7496 (proc->p_flag & SNOCD))
/freebsd-current/sys/compat/linprocfs/
H A Dlinprocfs.c930 if ((p->p_flag & P_CONTROLT) == 0)
1090 if (p->p_flag & P_WEXIT) {
1267 if ((p->p_flag & P_SYSTEM) != 0) {
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Defi_partition.h303 ushort_t p_flag; /* attributes */ member in struct:dk_part
/freebsd-current/sys/compat/linux/
H A Dlinux_elf.c499 issetugid = p->p_flag & P_SUGID ? 1 : 0;
H A Dlinux_file.c171 if (p->p_flag & P_CONTROLT)
189 if (SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) {
/freebsd-current/sys/vm/
H A Dvm_meter.c184 if ((p->p_flag & P_SYSTEM) != 0)
H A Dvm_pageout.c1958 if (p->p_state != PRS_NORMAL || (p->p_flag & (P_INEXEC |
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c205 if (p->p_state != PRS_NORMAL || (p->p_flag & (P_INEXEC |
/freebsd-current/sys/amd64/amd64/
H A Dvm_machdep.c200 if ((td1->td_proc->p_flag & P_KPROC) == 0) {
/freebsd-current/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c974 if ((pp->p_flag & P_WEXIT) != 0) {
1754 while (p->p_flag & SVFORK) {
/freebsd-current/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c872 vtoc->efi_parts[i].p_flag =
1442 LE_16(vtoc->efi_parts[i].p_flag);
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c53 (p->p_flag & (P_TRACED | P_WEXIT)) != P_TRACED ||
/freebsd-current/sys/fs/devfs/
H A Ddevfs_vnops.c665 if (!(p->p_flag & P_CONTROLT)) {
1030 if (!(p->p_flag & P_CONTROLT)) {
/freebsd-current/sys/rpc/
H A Dsvc.c1256 (p->p_flag & P_TOTAL_STOP) != 0) {
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp1035 kmp_flag_64<> p_flag(&thr_bar->b_arrived);
1056 p_flag.set_waiter(other_threads[parent_tid]);
1057 p_flag.release();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3376 if (processInfo.kp_proc.p_flag & P_TRANSLATED) {
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp10304 info.kp_proc.p_flag = 0;
10324 return ( (info.kp_proc.p_flag & P_TRACED) != 0 );

Completed in 646 milliseconds

123