OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_freelistindex
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
buf.h
158
int
b_freelistindex
;/* c: free list index (BQ_) */
member in struct:buf
/src/sys/kern/
vfs_bio.c
373
KASSERT(bp->
b_freelistindex
== -1);
376
bp->
b_freelistindex
= dp - bufqueues;
384
KASSERTMSG(bp->
b_freelistindex
== -1, "double free of buffer? "
385
"bp=%p,
b_freelistindex
=%d\n", bp, bp->
b_freelistindex
);
388
bp->
b_freelistindex
= dp - bufqueues;
395
int bqidx = bp->
b_freelistindex
;
411
bp->
b_freelistindex
= -1;
1410
bp->
b_freelistindex
= -1;
/src/sys/fs/udf/
udf.h
166
/* use unused
b_freelistindex
for our UDF_C_TYPE */
167
#define b_udf_c_type
b_freelistindex
Completed in 14 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025