Searched refs:lu_cache (Results 1 – 2 of 2) sorted by relevance
85 if (dir->lu_cache[0] != NULL) { in id_alloc()86 tmp = dir->lu_cache[0]; in id_alloc()112 dir->lu_cache[curr_lvl] = tmp; in id_alloc()136 dir->lu_cache[0] = NULL; in id_alloc()137 for (i = 1; dir->lu_cache[i] != NULL && i < dir->cur_max_level; i++) { in id_alloc()139 dir->lu_cache[i]->bitmap[id_index/32] |= 1 << (id_index%32); in id_alloc()140 if (find_empty_slot(dir->lu_cache[i], &id_index) != NULL) { in id_alloc()263 idr->lu_cache[i] = NULL; in id_creat()276 idr->lu_cache[0] = idr->top; in id_creat()
38 struct id_layer *lu_cache[4]; member
Completed in 4 milliseconds