Searched refs:daemon_mutex (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/cachefiles/
H A Ddaemon.c110 mutex_init(&cache->daemon_mutex);
338 mutex_lock(&cache->daemon_mutex);
344 mutex_unlock(&cache->daemon_mutex);
H A Dinternal.h96 struct mutex daemon_mutex; /* command serialisation mutex */ member in struct:cachefiles_cache

Completed in 151 milliseconds