OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tn_holdcount
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_vfsops.c
346
atomic_inc_32(&node->
tn_holdcount
);
356
if (atomic_dec_32_nv(&node->
tn_holdcount
) == TMPFS_NODE_RECLAIMED) {
tmpfs.h
94
uint32_t
tn_holdcount
;
member in struct:tmpfs_node
209
* Ored into tmpfs_node_t::
tn_holdcount
.
tmpfs_subr.c
211
node->
tn_holdcount
= 0;
315
hold = atomic_or_32_nv(&node->
tn_holdcount
, TMPFS_NODE_RECLAIMED);
Completed in 13 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025