Home
last modified time | relevance | path

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

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