| /xnu-11215/tests/ |
| H A D | perf_exit_proc.c | 10 loop(__attribute__ ((unused)) void *arg) in loop() function 24 err = pthread_create(&pthread, NULL, loop, NULL); in run_additional_threads()
|
| H A D | stackshot_spawn_exit_stress.c | 29 loop(__attribute__ ((unused)) void *arg) in loop() function 38 T_QUIET; T_ASSERT_POSIX_ZERO(pthread_create(&pthread, NULL, loop, NULL), "pthread_create");
|
| H A D | stackshot_idle_25570396.m | 177 /* Dispatch NUMENQUEUES jobs to a concurrent queue that spin in a tight loop.
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_srvcache.c | 243 loop: in nfsrv_getcache() 251 goto loop; in nfsrv_getcache() 385 loop: in nfsrv_updatecache() 393 goto loop; in nfsrv_updatecache()
|
| /xnu-11215/bsd/kern/ |
| H A D | qsort.c | 131 loop: SWAPINIT(a, es); in qsort() 205 goto loop; in qsort()
|
| H A D | tty.c | 2117 loop: in ttread() 2300 goto loop; in ttread() 2324 goto loop; in ttread() 2347 goto loop; in ttread() 2368 goto loop; in ttread() 2481 loop: in ttwrite() 2498 goto loop; in ttwrite() 2653 goto loop; in ttwrite() 2668 goto loop; in ttwrite()
|
| H A D | kern_exit.c | 2894 loop: in wait4_nocancel() 3076 goto loop; in wait4_nocancel() 3163 loop: in waitid_nocancel() 3368 goto loop; in waitid_nocancel()
|
| /xnu-11215/doc/primitives/ |
| H A D | sched_cond.md | 79 …been issued, the consumer immediately acks the wakeup and returns to re-enter the work loop. Else, 84 …option of `sched_cond_*` involves adding an additional step (ack) to the consumers work loop. This
|
| H A D | atomics.md | 250 efficiently than a compare exchange loop would allow. 252 Instead of a typical CAS-loop in C11: 286 be a CAS loop, and exposes the ordering upfront, while for traditional CAS loops 289 Any control flow that attempts to exit its scope of the loop needs to be 300 before the loop should be used in this way: 312 // that would cause the loop to always fail
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_quota.c | 909 loop: in dqsync_orphans() 924 goto loop; in dqsync_orphans() 933 goto loop; in dqsync_orphans() 955 goto loop; in dqsync_orphans()
|
| H A D | vfs_subr.c | 2182 loop: in checkalias() 2198 goto loop; in checkalias() 2214 goto loop; in checkalias() 2838 loop: in vflush() 2982 goto loop; in vflush() 2989 goto loop; in vflush() 3388 loop: in get_vp_from_dev() 3401 goto loop; in get_vp_from_dev() 3530 loop: in vcount() 3556 goto loop; in vcount() [all …]
|
| /xnu-11215/bsd/netinet/ |
| H A D | udp_log.h | 38 X(ULEF_DST_LOOPBACK, 0x00000010, loop) \
|
| H A D | igmp.c | 496 const int loop) in igmp_dispatch_queue() argument 524 if (loop) { in igmp_dispatch_queue() 1931 unsigned int loop = 0, uri_sec = 0; in igmp_timeout() local 2025 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0; in igmp_timeout() 2059 igmp_dispatch_queue(igi, &igi->igi_v2q, 0, loop); in igmp_timeout() 2062 igmp_dispatch_queue(NULL, &qrq, 0, loop); in igmp_timeout() 2063 igmp_dispatch_queue(NULL, &scq, 0, loop); in igmp_timeout() 3945 int retval, loop; in igmp_v3_dispatch_general_query() local 3991 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0; in igmp_v3_dispatch_general_query() 3993 loop); in igmp_v3_dispatch_general_query()
|
| H A D | tcp_log.h | 40 X(TLEF_DST_LOOPBACK, 0x00000010, loop) \
|
| H A D | in_mcast.c | 164 SYSCTL_INT(_net_inet_ip_mcast, OID_AUTO, loop, CTLFLAG_RW | CTLFLAG_LOCKED, 3124 u_char loop; in inp_setmoptions() local 3133 error = sooptcopyin(sopt, &loop, sizeof(u_char), in inp_setmoptions() 3146 loop = (u_char)iloop; in inp_setmoptions() 3154 imo->imo_multicast_loop = !!loop; in inp_setmoptions()
|
| H A D | ip_output.c | 911 u_int8_t loop = IP_DEFAULT_MULTICAST_LOOP; in ip_output_list() local 927 loop = imo->imo_multicast_loop; in ip_output_list() 978 if (inm != NULL && (imo == NULL || loop)) { in ip_output_list() 997 ipf_pktopts.ippo_mcast_loop = loop; in ip_output_list()
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 215 loop: in fdesc_allocvp() 226 goto loop; in fdesc_allocvp() 241 goto loop; in fdesc_allocvp()
|
| /xnu-11215/osfmk/tests/ |
| H A D | pmap_tests.c | 522 for (unsigned int loop = 0; loop < num_loops; ++loop) { in test_pmap_page_protect_overhead() local
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_server.sub | 91 "(server/ns) infinite retry loop in resolver", 92 "(server/ns) infinite forwarding loop in resolver",
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 81 The jetsam control loop monitors a different measure of "available" memory
|
| H A D | sanitize.md | 294 A test `harness` or `runner` is the loop that runs a VM function with
|
| /xnu-11215/bsd/netinet6/ |
| H A D | in6_mcast.c | 160 SYSCTL_INT(_net_inet6_ip6_mcast, OID_AUTO, loop, CTLFLAG_RW | CTLFLAG_LOCKED, 3029 u_int loop; in ip6_setmoptions() local 3039 error = sooptcopyin(sopt, &loop, sizeof(u_int), sizeof(u_int)); in ip6_setmoptions() 3043 if (loop > 1) { in ip6_setmoptions() 3053 im6o->im6o_multicast_loop = (u_char)loop; in ip6_setmoptions()
|
| /xnu-11215/bsd/net/ |
| H A D | route.c | 2672 boolean_t loop = FALSE; in rt_setgate() local 2701 loop = sa_equal(SA(&dst_ss), SA(&gate_ss)); in rt_setgate() 2703 loop = (dst->sa_len == gate->sa_len && in rt_setgate() 2713 RTF_GATEWAY) && loop) { in rt_setgate() 2725 (RTF_HOST | RTF_GATEWAY)) && loop) { in rt_setgate()
|
| /xnu-11215/config/ |
| H A D | MASTER | 60 options LOOP # loopback support # <loop> 478 pseudo-device loop # <networking,inet>
|
| /xnu-11215/doc/building/ |
| H A D | bound_checks.md | 141 if a check fails in a long, tight loop). If such a serious issue slips into
|