Home
last modified time | relevance | path

Searched refs:held (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Din_arp.c309 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 Dif_arp.h146 uint32_t held; /* # of packets held waiting for a reply */ member
/xnu-12377.61.12/bsd/conf/
H A Dfiles.x86_6422 # Support for identifying MACF calouts with locks held
/xnu-12377.61.12/osfmk/conf/
H A Dcopyright.osf45 # of its terms. Licensee may be held legally responsible for any
/xnu-12377.61.12/doc/vm/
H A Dpageout_scan.md72 (`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 DREADME98 warranty. In no event will the authors be held liable for any damages
/xnu-12377.61.12/doc/observability/
H A Dmt_stackshot.md145 being held by the initiating CPU. To mitigate this, when a CPU panics during a
/xnu-12377.61.12/tests/skywalk/
H A Dskywalk_test_common.c3147 p3(held, "\t%u total packet%s held awaiting ARP repl%s\n"); in arp_stats()