| /f-stack/freebsd/net/ |
| H A D | netmap_user.h | 663 p_state = P_START; in nm_parse() 666 switch (p_state) { in nm_parse() 679 p_state = P_GETNUM; in nm_parse() 683 p_state = P_GETNUM; in nm_parse() 687 p_state = P_GETNUM; in nm_parse() 690 p_state = P_FLAGS; in nm_parse() 693 p_state = P_MEMID; in nm_parse() 704 p_state = P_FLAGS; in nm_parse() 707 p_state = P_MEMID; in nm_parse() 730 p_state = P_MEMID; in nm_parse() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | tty_info.c | 208 switch (TESTAB(p1->p_state == PRS_ZOMBIE, p2->p_state == PRS_ZOMBIE)) { in proc_compare() 361 else if (p->p_state == PRS_ZOMBIE) in tty_info() 378 if (p->p_state == PRS_NEW || p->p_state == PRS_ZOMBIE) in tty_info()
|
| H A D | kern_exit.c | 477 if (q->p_state == PRS_ZOMBIE) { in exit1() 674 p->p_state = PRS_ZOMBIE; in exit1() 855 KASSERT(p->p_state == PRS_ZOMBIE, ("proc_reap: !PRS_ZOMBIE")); in proc_reap() 1055 if (((options & WEXITED) == 0) && (p->p_state == PRS_ZOMBIE)) { in proc_to_reap() 1129 if (p->p_state == PRS_ZOMBIE && !check_only) { in proc_to_reap()
|
| H A D | sys_procdesc.c | 376 if (p->p_state == PRS_ZOMBIE) { in procdesc_close() 537 if (pd->pd_proc->p_state != PRS_ZOMBIE) in procdesc_stat()
|
| H A D | kern_resource.c | 136 if (p->p_state == PRS_NORMAL && in kern_getpriority() 152 if (p->p_state == PRS_NORMAL && in kern_getpriority() 228 if (p->p_state == PRS_NORMAL && in kern_setpriority() 244 if (p->p_state == PRS_NORMAL && in kern_setpriority()
|
| H A D | kern_racct.c | 1263 if (p->p_state != PRS_NORMAL) { in racctd() 1264 if (p->p_state == PRS_ZOMBIE) in racctd() 1316 if (p->p_state != PRS_NORMAL) { in racctd()
|
| H A D | kern_fork.c | 386 p2->p_state = PRS_NEW; /* protect against others */ in do_fork() 688 p2->p_state = PRS_NORMAL; in do_fork() 1046 KASSERT(p->p_state == PRS_NORMAL, ("executing process is still new")); in fork_exit()
|
| H A D | kern_proc.c | 421 if (p->p_state == PRS_NEW) { in pfind_any_locked() 451 if (p->p_state == PRS_NEW || in _pfind() 452 (!zombie && p->p_state == PRS_ZOMBIE)) { in _pfind() 1104 if (p->p_state != PRS_NEW && in fill_kinfo_proc_only() 1105 p->p_state != PRS_ZOMBIE && in fill_kinfo_proc_only() 1119 } else if (p->p_state == PRS_ZOMBIE) in fill_kinfo_proc_only() 1248 if (p->p_state == PRS_NORMAL) { /* approximate. */ in fill_kinfo_thread() 1262 } else if (p->p_state == PRS_ZOMBIE) { in fill_kinfo_thread() 1581 if (p->p_state == PRS_NEW) in proc_iterate()
|
| H A D | init_main.c | 496 p->p_state = PRS_NORMAL; in proc0_init() 643 if (p->p_state == PRS_NEW) { in proc0_post()
|
| H A D | kern_rctl.c | 547 if (p->p_state != PRS_NORMAL) in rctl_enforce() 574 if (p->p_state != PRS_NORMAL) in rctl_enforce() 600 if (p->p_state != PRS_NORMAL) in rctl_enforce() 672 if (p->p_state != PRS_NORMAL) in rctl_enforce()
|
| H A D | kern_synch.c | 569 KASSERT(td->td_proc->p_state != PRS_ZOMBIE, in setrunnable()
|
| H A D | kern_clock.c | 277 if (p->p_state == PRS_NEW) { in deadlkres()
|
| H A D | kern_sig.c | 1710 (notself && p == arg->td->td_proc) || p->p_state == PRS_NEW) in killpg1_sendsig() 1972 if (p->p_state == PRS_NORMAL && in pgsignal() 2181 if (p->p_state == PRS_ZOMBIE) { in tdsendsignal() 2380 } else if (p->p_state == PRS_NORMAL) { in tdsendsignal() 3931 if (p->p_state == PRS_NORMAL && in pgsigio()
|
| H A D | kern_procctl.c | 826 if (p->p_state == PRS_NEW || p_cansee(td, p) != 0) { in kern_procctl()
|
| H A D | kern_prot.c | 2204 MPASS(p->p_state == PRS_ZOMBIE || p->p_state == PRS_NEW); in proc_unset_cred()
|
| H A D | kern_descrip.c | 4133 if (p->p_state == PRS_NEW) { in sysctl_kern_file() 4154 if (p->p_state == PRS_NEW) { in sysctl_kern_file() 4786 if (p->p_state == PRS_NEW) in file_to_first_proc() 4841 if (p->p_state == PRS_NEW) in DB_SHOW_COMMAND()
|
| H A D | kern_ktrace.c | 1015 if (p->p_state == PRS_NEW || in sys_ktrace()
|
| H A D | sched_4bsd.c | 474 if (p->p_state == PRS_NEW) { in schedcpu()
|
| H A D | kern_thread.c | 1685 if (p->p_state == PRS_NEW) { in tdfind()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_swapout.c | 418 if (p->p_state != PRS_NORMAL || in vm_daemon() 477 if (p->p_state == PRS_NORMAL) in vm_daemon() 504 if (p->p_state == PRS_NORMAL) in vm_daemon() 672 if (p->p_state == PRS_NEW || (p->p_flag & (P_SWAPPINGOUT | in swapper_selector() 677 if (p->p_state == PRS_NORMAL && (p->p_flag & P_WKILLED) != 0) { in swapper_selector() 763 if (p->p_state == PRS_NORMAL && (p->p_flag & (P_INMEM | in swapper() 800 if (p->p_state != PRS_NORMAL || p->p_lock != 0 || (p->p_flag & in swapout_procs()
|
| H A D | vm_meter.c | 207 if (p->p_state != PRS_NEW) { in vmtotal()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_ps.c | 159 switch (p->p_state) { in db_ps_proc() 222 if (p->p_flag & P_WEXIT && p->p_state != PRS_ZOMBIE) in db_ps_proc() 458 switch (p->p_state) { in DB_SHOW_COMMAND() 469 db_printf("??? (%#x)\n", p->p_state); in DB_SHOW_COMMAND()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 46 char p_state[256] = { 0 }; in bond_print_lacp() local 72 p_len += snprintf(&p_state[p_len], RTE_DIM(p_state) - p_len, "%s ", in bond_print_lacp() 80 if (p_len && p_state[p_len-1] == ' ') in bond_print_lacp() 81 p_state[p_len-1] = '\0'; in bond_print_lacp() 114 p_state, in bond_print_lacp()
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 409 p->p_state = PRS_NORMAL; in proc0_init()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 615 } p_state; /* (j/c) Process status. */ member
|