Searched refs:bio_mutex (Results 1 – 1 of 1) sorted by relevance
65 static pthread_mutex_t bio_mutex[BIO_NUM_OPS]; variable104 pthread_mutex_init(&bio_mutex[j],NULL); in bioInit()138 pthread_mutex_lock(&bio_mutex[type]); in bioCreateBackgroundJob()142 pthread_mutex_unlock(&bio_mutex[type]); in bioCreateBackgroundJob()162 pthread_mutex_lock(&bio_mutex[type]); in bioProcessBackgroundJobs()184 pthread_mutex_unlock(&bio_mutex[type]); in bioProcessBackgroundJobs()209 pthread_mutex_lock(&bio_mutex[type]); in bioProcessBackgroundJobs()221 pthread_mutex_lock(&bio_mutex[type]); in bioPendingJobsOfType()223 pthread_mutex_unlock(&bio_mutex[type]); in bioPendingJobsOfType()239 pthread_mutex_lock(&bio_mutex[type]); in bioWaitStepOfType()[all …]