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

  /src/common/lib/libc/gen/
ptree.c 337 KASSERT((node == pt->pt_root) == (id->id_parent == &pt->pt_rootnode));
341 KASSERT(node == pt->pt_root || PTN_BRANCH_BITOFF(id->id_parent) + PTN_BRANCH_BITLEN(id->id_parent) <= id->id_bitoff);
463 if (target == PT_NODE(pt->pt_root))
470 if (__predict_false(PT_NULL_P(pt->pt_root))) {
1200 const uintptr_t node = pt->pt_root;
  /src/sys/sys/
ptree.h 172 #define pt_root pt_rootnode.ptn_slots[PT_SLOT_ROOT] macro

Completed in 13 milliseconds