Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 22 of 22) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Duipc_mbuf.c1837 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 Duipc_mbuf2.c342 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 Dmcache.c418 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 Dtty.c2315 ttycheckoutq(struct tty *tp, int wait) in ttycheckoutq()
H A Dkern_event.c8251 kev_post_msg_internal(struct kev_msg *event_msg, int wait) in kev_post_msg_internal()
/xnu-8020.101.4/iokit/Kernel/
H A DIOSyncer.cpp93 IOSyncer::wait(bool autoRelease) in wait() function in IOSyncer
H A DIOService.cpp868 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 DIOServicePM.cpp8329 bool wait; in waitForPMDriverCall() local
H A DIOPMrootDomain.cpp4915 bool wait; in deregisterPMSettingObject() local
/xnu-8020.101.4/osfmk/kern/
H A Dsmr.c222 __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 Dmachine.c201 __unused boolean_t wait) in processor_assign()
H A Dlock_rw.c683 boolean_t wait) in lck_rw_drain_status()
749 boolean_t wait) in lck_rw_grab()
H A Dlocks.c275 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 Dserial_console.c621 _serial_getc(bool wait) in _serial_getc()
656 _vcgetc(__unused bool wait) in _vcgetc()
/xnu-8020.101.4/bsd/sys/
H A Dwait.h194 union wait { union
H A Dkpi_mbuf.h267 u_int32_t wait; /* times waited for space */ member
/xnu-8020.101.4/osfmk/tests/
H A Dkernel_tests.c1460 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 Dnfs_socket.c3343 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 Dlocks_arm.c279 …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 Dlocks_i386.c179 …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 Dflow_agg.c1799 int wait; in flow_rx_agg_host() local
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_bio.c1854 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()