Searched refs:BIO_LAZY_FREE (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | lazyfree.c | 77 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 D | bio.h | 41 #define BIO_LAZY_FREE 2 /* Deferred objects freeing. */ macro
|
| H A D | bio.c | 191 } else if (type == BIO_LAZY_FREE) { in bioProcessBackgroundJobs()
|
| H A D | evict.c | 617 while(bioPendingJobsOfType(BIO_LAZY_FREE)) { in freeMemoryIfNeeded()
|