| /xnu-8020.101.4/bsd/kern/ |
| H A D | uipc_mbuf.c | 1837 slab_alloc(mbuf_class_t class, int wait) in slab_alloc() 2207 mbuf_slab_alloc(void *arg, mcache_obj_t ***plist, unsigned int num, int wait) in mbuf_slab_alloc() 2618 int wait) in mbuf_cslab_alloc() 3002 m_clalloc(const u_int32_t num, const int wait, const u_int32_t bufsize) 3303 freelist_populate(mbuf_class_t class, unsigned int num, int wait) 3479 mbuf_cached_above(mbuf_class_t class, int wait) 3663 m_get_common(int wait, short type, int hdr) 3686 #define _M_GET(wait, type) m_get_common(wait, type, 0) argument 3687 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1) argument 3688 #define _M_RETRY(wait, type) _M_GET(wait, type) argument [all …]
|
| H A D | uipc_mbuf2.c | 342 m_tag_create(u_int32_t id, u_int16_t type, int len, int wait, struct mbuf *buf) in m_tag_create() 406 m_tag_alloc(u_int32_t id, u_int16_t type, int len, int wait) in m_tag_alloc()
|
| H A D | mcache.c | 418 mcache_alloc_ext(mcache_t *cp, mcache_obj_t **list, unsigned int num, int wait) in mcache_alloc_ext() 615 mcache_alloc(mcache_t *cp, int wait) in mcache_alloc() 941 int wait) in mcache_slab_alloc()
|
| H A D | tty.c | 2315 ttycheckoutq(struct tty *tp, int wait) in ttycheckoutq()
|
| H A D | kern_event.c | 8251 kev_post_msg_internal(struct kev_msg *event_msg, int wait) in kev_post_msg_internal()
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOSyncer.cpp | 93 IOSyncer::wait(bool autoRelease) in wait() function in IOSyncer
|
| H A D | IOService.cpp | 868 bool wait, computeDeadline = true; in attach() local 2350 _IOServiceInterestNotifier::wait() in wait() function in _IOServiceInterestNotifier 2495 bool wait; in terminatePhase1() local 2722 bool wait; in waitToBecomeTerminateThread() local 2739 bool wait = false, haveDeadline = false; in scheduleTerminatePhase2() local 5367 bool wait; in waitForState() local 5654 bool wait; in waitMatchIdle() local 6722 _IOServiceNotifier::wait() in wait() function in _IOServiceNotifier 6826 _IOServiceNullNotifier::wait() in wait() function in _IOServiceNullNotifier
|
| H A D | IOServicePM.cpp | 8329 bool wait; in waitForPMDriverCall() local
|
| H A D | IOPMrootDomain.cpp | 4915 bool wait; in deregisterPMSettingObject() local
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | smr.c | 222 __smr_scan(smr_t smr, smr_seq_t goal, smr_clock_t clk, bool wait) in __smr_scan() 317 __smr_poll(smr_t smr, smr_seq_t goal, bool wait) in __smr_poll()
|
| H A D | machine.c | 201 __unused boolean_t wait) in processor_assign()
|
| H A D | lock_rw.c | 683 boolean_t wait) in lck_rw_drain_status() 749 boolean_t wait) in lck_rw_grab()
|
| H A D | locks.c | 275 hw_lock_trylock_bit(uint32_t *target, unsigned int bit, bool wait) in hw_lock_trylock_bit() 2327 gate_not_closed_panic(gate_t *gate, bool wait) in gate_not_closed_panic() 2376 wait_result_t* wait, in gate_wait_turnstile()
|
| /xnu-8020.101.4/osfmk/console/ |
| H A D | serial_console.c | 621 _serial_getc(bool wait) in _serial_getc() 656 _vcgetc(__unused bool wait) in _vcgetc()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | wait.h | 194 union wait { union
|
| H A D | kpi_mbuf.h | 267 u_int32_t wait; /* times waited for space */ member
|
| /xnu-8020.101.4/osfmk/tests/ |
| H A D | kernel_tests.c | 1460 wait_result_t wait; in thread_inheritor_like_mutex() local 2086 gate_wait_result_t wait; in thread_gate_like_mutex() local
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_socket.c | 3343 nfs_send(struct nfsreq *req, int wait) in nfs_send() 4329 nfs_request_send(struct nfsreq *req, int wait) in nfs_request_send() 4919 int error, wait = 1; in nfs_request_gss() local
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | locks_arm.c | 279 …t32(uint32_t *target, uint32_t test_mask, uint32_t set_mask, enum memory_order ord, boolean_t wait) in atomic_test_and_set32()
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | locks_i386.c | 179 …t32(uint32_t *target, uint32_t test_mask, uint32_t set_mask, enum memory_order ord, boolean_t wait) in atomic_test_and_set32()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1799 int wait; in flow_rx_agg_host() local
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_bio.c | 1854 buf_flushdirtyblks(vnode_t vp, int wait, int flags, const char *msg) in buf_flushdirtyblks() 1861 buf_flushdirtyblks_skipinfo(vnode_t vp, int wait, int flags, const char *msg) in buf_flushdirtyblks_skipinfo()
|