Searched refs:reap (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | kern_fork.c | 311 struct sysreaper *reap; in fork1() local 462 if ((reap = p1->p_reaper) != NULL) { in fork1() 463 reaper_hold(reap); in fork1() 464 p2->p_reaper = reap; in fork1() 625 pptr = reaper_get(reap); in fork1() 989 struct sysreaper *reap; in sys_procctl() local 1001 reap = kmalloc(sizeof(*reap), M_REAPER, M_WAITOK|M_ZERO); in sys_procctl() 1003 reaper_init(p, reap); in sys_procctl() 1006 kfree(reap, M_REAPER); in sys_procctl() 1014 reap = p->p_reaper; in sys_procctl() [all …]
|
| HD | kern_exit.c | 298 struct sysreaper *reap; in exit1() local 538 reap = reaper_exit(p); in exit1() 552 reproc = reaper_get(reap); in exit1() 613 reproc = reaper_get(reap); in exit1() 618 if (reap) in exit1() 619 reaper_drop(reap); in exit1()
|
| /dragonfly/sys/sys/ |
| HD | proc.h | 597 void reaper_hold(struct sysreaper *reap); 598 void reaper_drop(struct sysreaper *reap); 601 void reaper_init(struct proc *p, struct sysreaper *reap); 602 struct proc *reaper_get(struct sysreaper *reap);
|
| /dragonfly/usr.sbin/rpcbind/ |
| HD | rpcbind.h | 118 void reap(int);
|
| HD | rpcbind.c | 173 signal(SIGCHLD, reap); in main() 754 reap(int dummy __unused) in reap() function
|
| /dragonfly/sbin/init/ |
| HD | NOTES | 91 check wait status of children we reap 110 7: death: send SIGHUP to all controlling processes, reap for 30 seconds,
|
| /dragonfly/sys/net/bridge/ |
| HD | if_bridge.c | 3667 int reap; in bridge_rtflush() local 3669 reap = 0; in bridge_rtflush() 3676 reap = 1; in bridge_rtflush() 3679 if (reap) { in bridge_rtflush() 3717 int reap; in bridge_rtdelete() local 3719 reap = 0; in bridge_rtdelete() 3727 reap = 1; in bridge_rtdelete() 3730 if (reap) { in bridge_rtdelete()
|
| /dragonfly/sys/dev/netif/nfe/ |
| HD | if_nfe.c | 1064 int reap; in nfe_rxeof() local 1066 reap = 0; in nfe_rxeof() 1088 reap = 1; in nfe_rxeof() 1150 return reap; in nfe_rxeof()
|
| /dragonfly/sys/net/ipfw/ |
| HD | ip_fw2.c | 2332 boolean_t reap) in ipfw_track_state_expire() argument 2350 if (IPFW_STATE_ISDEAD(s) || (reap && IPFW_STATE_TCPCLOSED(s))) { in ipfw_track_state_expire() 2405 boolean_t reap = FALSE; in ipfw_track_expire_loop() local 2411 reap = TRUE; in ipfw_track_expire_loop() 2425 ipfw_track_state_expire(ctx, t, reap); in ipfw_track_expire_loop() 2431 if (TIME_LEQ(t->t_expire, time_uptime) || reap) { in ipfw_track_expire_loop()
|
| /dragonfly/share/dict/ |
| HD | web2 | 163882 reap
|
| /dragonfly/games/fortune/datfiles/ |
| HD | fortunes | 4886 reap crabgrass and fungus, and even small gardens reject their
|