Searched refs:then (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c966 mach_timespec_t then; local
996 then.tv_sec = ts.tv_sec;
997 then.tv_nsec = ts.tv_nsec;
1005 then.tv_sec = 0;
1006 then.tv_nsec = 0;
1008 then.tv_sec = ts.tv_sec - now.tv_sec;
1009 then.tv_nsec = ts.tv_nsec - now.tv_nsec;
1010 if (then.tv_nsec < 0) {
1011 then.tv_nsec += NSEC_PER_SEC;
1012 then
1065 mach_timespec_t then; local
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c306 * another name differing only in case. It then reads
951 /* then remove this node from the monitored node list. */
1162 /* sort pairs then merge */
1309 struct timeval now, then, diff; local
1326 microuptime(&then);
1327 timersub(&then, &now, &diff);
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c495 * If the net.inet.igmp.sendlocal sysctl is 0, then IGMP reports are
978 * to IGMPv3. If we are, then we must clear any recorded source lists,
2119 * bumped up its request count then, so
2470 * FUTURE: If IGIF_V3LITE is enabled for this interface, then we can
2501 * for this group, then we are starting or finishing an IGMP
2576 * If this group was LEAVING, then make sure
3248 uint8_t mode, now, then; local
3361 then = ims_get_mode(inm, ims, 0);
3363 __func__, then, now));
3364 if (now == then) {
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c858 * to MLDv2. If we are, then we must clear any recorded source lists,
1785 * bumped up its request count then, so
2074 * for this group, then we are starting or finishing an MLD
2108 * If the delay argument is non-zero, then we must delay sending the
2154 * If this group was LEAVING, then make sure
2854 uint8_t mode, now, then; local
2964 then = im6s_get_mode(inm, ims, 0);
2966 __func__, then, now));
2967 if (now == then) {

Completed in 41 milliseconds