OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tn_timelock
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_subr.c
240
mutex_init(&node->
tn_timelock
, MUTEX_DEFAULT, IPL_NONE);
357
mutex_destroy(&node->
tn_timelock
);
1165
mutex_enter(&node->
tn_timelock
);
1177
mutex_exit(&node->
tn_timelock
);
1190
KASSERT(mutex_owned(&node->
tn_timelock
));
1220
mutex_enter(&node->
tn_timelock
);
1222
mutex_exit(&node->
tn_timelock
);
tmpfs.h
120
kmutex_t
tn_timelock
;
member in struct:tmpfs_node
tmpfs_vnops.c
451
mutex_enter(&node->
tn_timelock
);
457
mutex_exit(&node->
tn_timelock
);
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025