OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bcache_ctl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/ia64/stand/common/
bcache.c
61
static struct bcachectl *
bcache_ctl
;
variable in typeref:struct:bcachectl *
84
free(
bcache_ctl
);
91
bcache_ctl
= (struct bcachectl *)alloc(bcache_nblks * sizeof(struct bcachectl));
93
if ((bcache_data == NULL) || (
bcache_ctl
== NULL) || (bcache_miss == NULL)) {
96
if (
bcache_ctl
)
97
free(
bcache_ctl
);
119
bcache_ctl
[i].bc_count = -1;
120
bcache_ctl
[i].bc_blkno = -1;
272
ocount =
bcache_ctl
[0].bc_count;
276
if (
bcache_ctl
[i].bc_blkno == blkno)
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025