OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ff_allocated
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
filedesc.h
100
* Note that ff_exclose and
ff_allocated
are likely to be byte sized
103
* modified while the descriptor slot is live, and
ff_allocated
when
116
bool
ff_allocated
; /* d: descriptor slot is allocated */
member in struct:fdfile
/src/sys/kern/
kern_descrip.c
280
while (i > 0 && (ff[i] == NULL || !ff[i]->
ff_allocated
))
298
KASSERT(!ff->
ff_allocated
);
300
ff->
ff_allocated
= true;
326
KASSERT(ff->
ff_allocated
);
340
ff->
ff_allocated
= false;
1199
KASSERT(ff->
ff_allocated
);
1538
ff2->
ff_allocated
= true;
1609
ff->
ff_allocated
= false;
1620
KASSERT(!ff->
ff_allocated
);
Completed in 13 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025