Home
last modified time | relevance | path

Searched refs:lazy (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/osfmk/kperf/
H A DMakefile16 lazy.h \
H A Dkperfbsd.c720 SYSCTL_NODE(_kperf, OID_AUTO, lazy, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
/xnu-10002.81.5/bsd/netinet6/
H A Dnd6.c1801 int lazy = nd6_prune_lazy; in nd6_timeout() local
1803 if (sarg.aging > 0 || lazy < 1) { in nd6_timeout()
1808 VERIFY(lazy >= 1); in nd6_timeout()
1810 atv.tv_sec = MAX(nd6_prune, lazy); in nd6_timeout()
1813 ltv.tv_sec = MAX(buf % lazy, 1) * 2; in nd6_timeout()
/xnu-10002.81.5/osfmk/conf/
H A DMakefile.template257 lazy.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles327 osfmk/kperf/lazy.c optional kperf