Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kperf/
H A DMakefile16 lazy.h \
H A Dkperfbsd.c720 SYSCTL_NODE(_kperf, OID_AUTO, lazy, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
/xnu-12377.41.6/bsd/netinet6/
H A Dnd6.c1817 int lazy = nd6_prune_lazy; in nd6_timeout() local
1819 if (sarg.aging > 0 || lazy < 1) { in nd6_timeout()
1824 VERIFY(lazy >= 1); in nd6_timeout()
1826 atv.tv_sec = MAX(nd6_prune, lazy); in nd6_timeout()
1829 ltv.tv_sec = MAX(buf % lazy, 1) * 2; in nd6_timeout()
/xnu-12377.41.6/osfmk/conf/
H A DMakefile.template326 lazy.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles359 osfmk/kperf/lazy.c optional kperf