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

  /src/sys/sys/
biohist.h 55 #define BIOHIST_LOG(NAME,FMT,A,B,C,D) KERNHIST_LOG(NAME,FMT,A,B,C,D)
72 #define BIOHIST_LOG(NAME,FMT,A,B,C,D)
  /src/sys/kern/
vfs_bio.c 1625 BIOHIST_LOG(biohist, "waiting bp=%#jx",
1633 BIOHIST_LOG(biohist, "return %jd", bp->b_error, 0, 0, 0);
1703 BIOHIST_LOG(biohist, "callout %#jx", (uintptr_t)callout,
1713 BIOHIST_LOG(biohist, "async", 0, 0, 0, 0);
1719 BIOHIST_LOG(biohist, "wake-up", 0, 0, 0, 0);
1744 BIOHIST_LOG(biohist, "bp=%#jx", (uintptr_t)bp, 0, 0, 0);

Completed in 13 milliseconds