Searched refs:mtx_filelist (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_stat.c86 env, "File name mutex", lp->mtx_filelist, flags);
90 MUTEX_LOCK(env, lp->mtx_filelist);
116 MUTEX_UNLOCK(env, lp->mtx_filelist);
H A Ddbreg_util.c112 MUTEX_LOCK(env, lp->mtx_filelist);
145 MUTEX_UNLOCK(env, lp->mtx_filelist);
270 MUTEX_LOCK(env, lp->mtx_filelist);
275 MUTEX_UNLOCK(env, lp->mtx_filelist);
305 MUTEX_LOCK(env, lp->mtx_filelist);
324 err: MUTEX_UNLOCK(env, lp->mtx_filelist);
374 * __dbreg_id_to_fname acquires the mtx_filelist mutex, which
392 * we released the mutex that protects it (mtx_filelist) inside
471 MUTEX_LOCK(env, lp->mtx_filelist);
479 MUTEX_UNLOCK(env, lp->mtx_filelist);
[all...]
H A Ddbreg.c56 * protection of the mtx_filelist, with the following exception:
58 * We don't want to have to grab the mtx_filelist on every log
252 /* The mtx_filelist protects the FNAME list and id management. */
253 MUTEX_LOCK(env, lp->mtx_filelist);
255 MUTEX_UNLOCK(env, lp->mtx_filelist);
260 MUTEX_UNLOCK(env, lp->mtx_filelist);
267 * Assume the caller holds the mtx_filelist locked. Assume the
371 /* The mtx_filelist protects the FNAME list and id management. */
372 MUTEX_LOCK(env, lp->mtx_filelist);
385 * can't safely close it now, because we hold the mtx_filelist,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h203 db_mutex_t mtx_filelist; /* Mutex guarding file name list. */ member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c271 env, "File name list mutex", lp->mtx_filelist, flags);
H A Dlog.c242 __mutex_alloc(env, MTX_LOG_FILENAME, 0, &lp->mtx_filelist)) != 0)
831 MUTEX_LOCK(env, lp->mtx_filelist);
837 MUTEX_UNLOCK(env, lp->mtx_filelist);

Completed in 48 milliseconds