Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbio.h33 unsigned long long bioPendingJobsOfType(int type);
H A Dbio.c219 unsigned long long bioPendingJobsOfType(int type) { in bioPendingJobsOfType() function
H A Devict.c617 while(bioPendingJobsOfType(BIO_LAZY_FREE)) { in freeMemoryIfNeeded()
H A Daof.c203 return bioPendingJobsOfType(BIO_AOF_FSYNC) != 0; in aofFsyncInProgress()
H A Dserver.c3397 bioPendingJobsOfType(BIO_AOF_FSYNC), in genRedisInfoString()