OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vcache
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/systat/
bufcache.c
63
struct
vcache
{
struct
78
static struct
vcache
vcache
[VCACHE_SIZE];
variable in typeref:struct:vcache[]
360
vcache
[i].vc_addr = NULL;
385
if (
vcache
[i].vc_addr == NULL)
387
vcache
[i].vc_age++;
388
if (
vcache
[i].vc_age <
vcache
[oldest].vc_age)
390
if (
vcache
[i].vc_addr == vaddr) {
391
vcache
[i].vc_age = 0
[
all
...]
bufcache.c
63
struct
vcache
{
struct
78
static struct
vcache
vcache
[VCACHE_SIZE];
variable in typeref:struct:vcache[]
360
vcache
[i].vc_addr = NULL;
385
if (
vcache
[i].vc_addr == NULL)
387
vcache
[i].vc_age++;
388
if (
vcache
[i].vc_age <
vcache
[oldest].vc_age)
390
if (
vcache
[i].vc_addr == vaddr) {
391
vcache
[i].vc_age = 0
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025