OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_lock
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/sail/
sync.c
162
static char
sync_lock
[NAME_MAX];
local
164
snprintf(
sync_lock
, sizeof(
sync_lock
), _FILE_LOCK, scenario_number);
165
return
sync_lock
;
328
const char *
sync_lock
;
local
341
sync_lock
= get_lock_file(game);
343
if (link(sync_file,
sync_lock
) >= 0) {
417
unlink(
sync_lock
);
/src/sys/fs/udf/
udf.h
350
kmutex_t
sync_lock
; /* serialize syncing */
member in struct:udf_mount
udf_vfsops.c
266
mutex_destroy(&ump->
sync_lock
);
598
mutex_init(&ump->
sync_lock
, MUTEX_DEFAULT, IPL_NONE);
udf_subr.c
6419
KASSERT(mutex_owned(&ump->
sync_lock
));
6500
mutex_enter(&ump->
sync_lock
);
6547
mutex_exit(&ump->
sync_lock
);
Completed in 21 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026