Searched refs:before (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c21 struct timeval before, after; local
28 gettimeofday(&before, NULL);
39 elapsed_usecs = (after.tv_sec - before.tv_sec) * (1000 * 1000) +
40 (after.tv_usec - before.tv_usec);
/xnu-2782.1.97/bsd/sys/
H A Dmake_posix_availability.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
54 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dmake_symbol_aliasing.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
58 * http://www.opensource.apple.com/apsl/ and read it before using this file.
/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus_groups.c46 * to the new priority band and relative order before the
54 * before the control call and then again just after the control call.
56 * the device before and after the new property assignments.
72 int32_t pri_before; /* priority before idle move */
73 int32_t indx_before; /* jetsam bucket index before idle move */
79 static boolean_t do_get_priority_list (boolean_t before, memorystatus_priority_entry_t *mypids, size_t pid_count, pidinfo_t *pidinfo);
367 printf("\tDelay [%llu] seconds... (before move to new band)\n", delay_seconds);
396 * The relative bucket placement before moving to the new priority
480 do_get_priority_list (boolean_t before, memorystatus_priority_entry_t *mypids, size_t pid_count, pidinfo_t *pidinfo) argument
509 (int)list_count, before
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
357 /* lock was dropped above, so check first before overriding */
1340 * so check for SOF_MP_SUBFLOW socket flag before detaching the PCB;
1367 * before we detach it.
1464 * in the tcp case), make sure that it is freed before
2455 * to such a scope) ahead of time before the interface
2865 int before, after; local
2870 before = INP_NO_CELLULAR(inp);
2877 if (net_io_policy_log && (before != after)) {
2900 ((before < afte
2910 int before, after; local
[all...]
/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
587 int before, after; local
608 before = ifp->if_idle_flags;
612 if ((after - before) < 0 && ifp->if_idle_flags == 0 &&
617 } else if ((after - before) > 0 && ifp->if_want_aggressive_drain == 0) {
2108 * It is an error to call burst_end before burst_start.
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
1514 * Nuke neighbor cache/prefix/default router management table, right before
1986 * before the default router selection, we perform
2118 * In case we're called before 1.0 sec.
2144 * we need to check ip6forwarding before sending it.
2204 /* In case we're called before 1.0 sec. has elapsed */
3866 nd6_setifinfo(struct ifnet *ifp, u_int32_t before, u_int32_t after) argument
3874 if ((before & ND6_IFF_IFDISABLED) ||
3876 b = (before & ND6_IFF_IFDISABLED);
3887 if ((before
[all...]

Completed in 109 milliseconds