Searched refs:suspended (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c2191 int suspended = (INP_IS_FLOW_SUSPENDED(inp)) ? 1 : 0; local
2196 if (suspended) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp1077 /* Find an unused slot in the suspended pids table. */
1112 * Publish array of suspended pids in IOPMrootDomain
1119 OSDictionary *suspended = OSDictionary::withCapacity(2); local
1123 suspended->setObject("pid", n);
1127 suspended->setObject("refcount", n);
1130 publish->setObject(suspended);
1131 suspended->release();
1325 // Toggle the suspended status for pid n.

Completed in 80 milliseconds