OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:biohist
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
biohist.h
1
/* $NetBSD:
biohist
.h,v 1.3 2021/04/17 01:53:58 mrg Exp $ */
48
#if defined(
BIOHIST
)
77
#endif /*
BIOHIST
*/
79
BIOHIST_DECL(
biohist
);
variable
/src/sys/kern/
vfs_bio.c
236
/* Initialization for
biohist
*/
238
#include <sys/
biohist
.h>
240
BIOHIST_DEFINE(
biohist
);
variable
246
BIOHIST_INIT(
biohist
, BIOHIST_SIZE);
751
BIOHIST_FUNC(__func__); BIOHIST_CALLED(
biohist
);
781
BIOHIST_FUNC(__func__); BIOHIST_CALLED(
biohist
);
825
BIOHIST_FUNC(__func__); BIOHIST_CALLARGS(
biohist
, "bp=%#jx",
952
BIOHIST_FUNC(__func__); BIOHIST_CALLARGS(
biohist
, "bp=%#jx",
1620
BIOHIST_CALLARGS(
biohist
, "bp=%#jx, oflags=0x%jx, ret_addr=%#jx",
1625
BIOHIST_LOG(
biohist
, "waiting bp=%#jx"
[
all
...]
kern_history.c
65
#ifdef
BIOHIST
66
#include <sys/
biohist
.h>
244
#ifdef
BIOHIST
246
hists[i++] = &
biohist
;
284
#ifdef
BIOHIST
285
hists[i++] = &
biohist
;
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026