Searched refs:dclru (Results 1 – 1 of 1) sorted by relevance
124 struct dcnode *dclru; variable821 ASSERT(dclru != NULL); in dcnode_alloc()822 dp = dclru; in dcnode_alloc()853 dp = dclru; in dcnode_free()1085 if (dclru == NULL) in dclru_count()1087 for (dp = dclru; dp->dc_lrunext != dclru; dp = dp->dc_lrunext) in dclru_count()1100 if (dclru == NULL) { in dclru_add()1101 dclru = dp; in dclru_add()1104 struct dcnode *last = dclru->dc_lruprev; in dclru_add()1106 dclru->dc_lruprev = dp; in dclru_add()[all …]