OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
283
while (i > 0 && (ff[i] == NULL || !ff[i]->
ff_allocated
))
301
KASSERT(!ff->
ff_allocated
);
303
ff->
ff_allocated
= true;
329
KASSERT(ff->
ff_allocated
);
343
ff->
ff_allocated
= false;
1202
KASSERT(ff->
ff_allocated
);
1541
ff2->
ff_allocated
= true;
1612
ff->
ff_allocated
= false;
1623
KASSERT(!ff->
ff_allocated
);
Completed in 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026