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

  /src/sys/uvm/
uvm.h 153 UVMHIST_DECL(maphist); variable
uvm_map.c 109 UVMHIST_DEFINE(maphist) = UVMHIST_INITIALIZER(maphist, maphistbuf); variable
791 UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist);
799 UVMHIST_LOG(maphist, "<- new entry=%#jx [kentry=%jd]", (uintptr_t)me,
812 UVMHIST_CALLARGS(maphist,"<- freeing map entry=%#jx [flags=%#jx]",
915 UVMHIST_LINK_STATIC(maphist);
917 UVMHIST_CALLED(maphist);
918 UVMHIST_LOG(maphist,"<starting uvm map system>", 0, 0, 0, 0);
1128 UVMHIST_CALLARGS(maphist, "(map=%#jx, start=%#jx, size=%jx, flags=%#jx)",
1130 UVMHIST_LOG(maphist, " uobj/offset %#jx/%jd", (uintptr_t)uobj
    [all...]

Completed in 54 milliseconds