HomeSort by: relevance | last modified time | path
    Searched refs:nl2 (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/col/
Makefile 13 nl2.in \
t_col.sh 28 col < $(atf_get_srcdir)/nl2.in
34 col -f < $(atf_get_srcdir)/nl2.in
  /src/sys/arch/arm/apple/
apple_dart.c 633 const u_int nl2 = howmany(ntte, DART_PAGE_SIZE / sizeof(uint64_t)); local in function:apple_dart_attach
634 const u_int nl1 = howmany(nl2, DART_PAGE_SIZE / sizeof(uint64_t));
642 sc->sc_l2 = kmem_zalloc(nl2 * sizeof(*sc->sc_l2), KM_SLEEP);
643 sc->sc_nl2 = nl2;
646 for (idx = 0; idx < nl2; idx++) {

Completed in 12 milliseconds