Home
last modified time | relevance | path

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

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