Searched refs:held (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | in_arp.c | 309 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq() 335 os_atomic_dec(&arpstat.held, relaxed); in arp_llinfo_addq() 339 os_atomic_inc(&arpstat.held, relaxed); in arp_llinfo_addq() 352 uint32_t held = qlen(&la->la_holdq); in arp_llinfo_flushq() local 354 if (held != 0) { in arp_llinfo_flushq() 355 os_atomic_add(&arpstat.purged, held, relaxed); in arp_llinfo_flushq() 356 os_atomic_add(&arpstat.held, -held, relaxed); in arp_llinfo_flushq() 361 return held; in arp_llinfo_flushq() 1579 os_atomic_dec(&arpstat.held, relaxed); in arp_lookup_ip() 2160 uint32_t held; in arp_ip_handle_input() local [all …]
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_arp.h | 146 uint32_t held; /* # of packets held waiting for a reply */ member
|
| /xnu-12377.61.12/bsd/conf/ |
| H A D | files.x86_64 | 22 # Support for identifying MACF calouts with locks held
|
| /xnu-12377.61.12/osfmk/conf/ |
| H A D | copyright.osf | 45 # of its terms. Licensee may be held legally responsible for any
|
| /xnu-12377.61.12/doc/vm/ |
| H A D | pageout_scan.md | 72 (`vm_page_queue_lock`) is held for most of this loop. 158 held by another thread. If it cannot take the vm-object lock, then identify
|
| /xnu-12377.61.12/libkern/zlib/ |
| H A D | README | 98 warranty. In no event will the authors be held liable for any damages
|
| /xnu-12377.61.12/doc/observability/ |
| H A D | mt_stackshot.md | 145 being held by the initiating CPU. To mitigate this, when a CPU panics during a
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skywalk_test_common.c | 3147 p3(held, "\t%u total packet%s held awaiting ARP repl%s\n"); in arp_stats()
|