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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_region.c95 mtxmgr->mutex_array = R_ADDR(&mtxmgr->reginfo, mtxregion->mutex_off);
160 void *mutex_array; local
203 &mutex_array)) != 0) {
209 mtxregion->mutex_off_alloc = R_OFFSET(&mtxmgr->reginfo, mutex_array);
210 mutex_array = ALIGNP_INC(mutex_array, mtxregion->stat.st_mutex_align);
211 mtxregion->mutex_off = R_OFFSET(&mtxmgr->reginfo, mutex_array);
212 mtxmgr->mutex_array = mutex_array;
361 mtxmgr->mutex_array
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmutex_int.h778 void *mutex_array; /* Base of the mutex array */ member in struct:__db_mutexmgr
844 ((u_int8_t *)mtxmgr->mutex_array + (indx) * mtxregion->mutex_size);

Completed in 50 milliseconds