Searched refs:sarg (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | select_stress.c | 185 struct selarg *sarg = (struct selarg *)arg; in do_select() local 191 sarg->ret = 0; in do_select() 193 FD_COPY(&sarg->def_readfds, &readfds); in do_select() 203 nfd = select(sarg->max_fd + 1, &readfds, 0, 0, tp); in do_select() 207 sarg->ret = EBADF; in do_select() 223 for (int i = 0; i < sarg->nthreads; i++) { in do_select() 224 struct endpoint *ep = &sarg->th[i].ep; in do_select() 267 struct selarg sarg; in test_select_stress() local 326 sarg.max_fd = 0; in test_select_stress() 327 FD_ZERO(&sarg.def_readfds); in test_select_stress() [all …]
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | nd6.c | 1798 struct nd6svc_arg sarg; in nd6_timeout() local 1802 bzero(&sarg, sizeof(sarg)); in nd6_timeout() 1805 sarg.draining = 1; in nd6_timeout() 1807 nd6_service(&sarg); in nd6_timeout() 1809 "sticky %u, killed %u\n", __func__, sarg.found, sarg.aging_lazy, in nd6_timeout() 1810 sarg.aging, sarg.sticky, sarg.killed); in nd6_timeout() 1817 if (sarg.aging_lazy > 0 || sarg.aging > 0 || nd6_sched_timeout_want) { in nd6_timeout() 1822 if (sarg.aging > 0 || lazy < 1) { in nd6_timeout()
|