Home
last modified time | relevance | path

Searched refs:async (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/bsd/skywalk/nexus/
H A Dnexus_var.h634 nx_tx_doorbell(struct __kern_channel_ring *kring, boolean_t async) in nx_tx_doorbell() argument
641 kring, (async ? KERN_NEXUS_TXDOORBELLF_ASYNC_REFILL: 0)); in nx_tx_doorbell()
/xnu-11215/config/
H A DMASTER248 # configurable async IO options
249 # CONFIG_AIO_MAX - system wide limit of async IO requests.
250 # CONFIG_AIO_PROCESS_MAX - process limit of async IO requests.
251 # CONFIG_AIO_THREAD_COUNT - number of async IO worker threads created.
/xnu-11215/bsd/sys/
H A Dkern_memorystatus.h694 boolean_t memorystatus_kill_on_VM_compressor_space_shortage(boolean_t async);
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c182 static void cluster_wait_IO(buf_t cbp_head, int async);
917 bool async; in cluster_iodone() local
924 async = cluster_verify_threads && in cluster_iodone()
927 assert(!async || cbp_head->b_attr.ba_verify_ctx); in cluster_iodone()
961 if (async) { in cluster_iodone()
962 async = enqueue_buf_for_verify(cbp_head, callback_arg); in cluster_iodone()
973 } else if (async) { in cluster_iodone()
975 async = enqueue_buf_for_verify(cbp_head, callback_arg); in cluster_iodone()
979 if (async) { in cluster_iodone()
1334 cluster_wait_IO(buf_t cbp_head, int async) in cluster_wait_IO() argument
[all …]
H A Dvfs_bio.c2248 bio_doread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, int async, int queuetype) in bio_doread() argument
2265 SET(bp->b_flags, B_READ | async); in bio_doread()
2280 if (async) { in bio_doread()
2289 } else if (async) { in bio_doread()
/xnu-11215/libsyscall/mach/
H A Derr_iokit.sub142 "(iokit/usb) no async port", // 0x05f
/xnu-11215/bsd/kern/
H A Dmcache.c684 mcache_purge_cache(mcache_t *cp, boolean_t async) in mcache_purge_cache() argument
702 if (async) { in mcache_purge_cache()
H A Dkern_memorystatus.c6647 memorystatus_kill_on_VM_compressor_space_shortage(boolean_t async) in memorystatus_kill_on_VM_compressor_space_shortage() argument
6649 if (async) { in memorystatus_kill_on_VM_compressor_space_shortage()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h587 bool async = false);
/xnu-11215/iokit/DriverKit/
H A DIOUserClient.iig99 …* @field completion For IOConnectAsyncMethod, an OSAction used to deliver async data to the …
/xnu-11215/tests/
H A Dstackshot_tests.m1033 // Create a chain of fake async contexts; sync with asyncstack_expected_stack below
1073 // The signature of an async frame on the OS stack is:
1082 // Modify the saved FP on the stack to include the async frame marker
1088 T_DECL(asyncstack, "test swift async stack entries", T_META_TAG_VM_PREFERRED)
3409 …T_QUIET; T_ASSERT_NOTNULL(async_stack, "async thread %#llx has user_async_stack_frames", asyncstac…
3410 …T_QUIET; T_ASSERT_NOTNULL(start_idx, "async thread %#llx has user_async_start_index", asyncstack_t…
3411 …T_QUIET; T_ASSERT_NOTNULL(user_stack, "async thread %#llx has user_stack_frames", asyncstack_threa…
3547 T_QUIET; T_ASSERT_TRUE(found_asyncstack, "found async stack threadid");
/xnu-11215/bsd/nfs/
H A Dnfs_syscalls.c139 SYSCTL_INT(_vfs_generic_nfs_server, OID_AUTO, async, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_async, 0, …
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp9339 bool async) argument
9425 async ? "async " : "", delay_ms);