Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlazyfree.c77 bioCreateBackgroundJob(BIO_LAZY_FREE,val,NULL,NULL); in dbAsyncDelete()
98 bioCreateBackgroundJob(BIO_LAZY_FREE,o,NULL,NULL); in freeObjAsync()
112 bioCreateBackgroundJob(BIO_LAZY_FREE,NULL,oldht1,oldht2); in emptyDbAsync()
124 bioCreateBackgroundJob(BIO_LAZY_FREE,NULL,NULL,old); in slotToKeyFlushAsync()
H A Dbio.h41 #define BIO_LAZY_FREE 2 /* Deferred objects freeing. */ macro
H A Dbio.c191 } else if (type == BIO_LAZY_FREE) { in bioProcessBackgroundJobs()
H A Devict.c617 while(bioPendingJobsOfType(BIO_LAZY_FREE)) { in freeMemoryIfNeeded()