Home
last modified time | relevance | path

Searched refs:bio_pending (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dbio.c75 static unsigned long long bio_pending[BIO_NUM_OPS]; variable
108 bio_pending[j] = 0; in bioInit()
140 bio_pending[type]++; in bioCreateBackgroundJob()
211 bio_pending[type]--; in bioProcessBackgroundJobs()
222 val = bio_pending[type]; in bioPendingJobsOfType()
240 val = bio_pending[type]; in bioWaitStepOfType()
243 val = bio_pending[type]; in bioWaitStepOfType()