Searched refs:vacant_dstats_list (Results 1 – 1 of 1) sorted by relevance
85 static struct dstat *vacant_dstats_list = NULL; variable160 if (vacant_dstats_list) { in blkiomon_alloc_dstat()161 dstat = vacant_dstats_list; in blkiomon_alloc_dstat()162 vacant_dstats_list = dstat->next; in blkiomon_alloc_dstat()299 tail->next = vacant_dstats_list; in blkiomon_interval()300 vacant_dstats_list = head; in blkiomon_interval()