Lines Matching defs:current_index
380 static int current_index;
435 current_index >= current_detail->hash_size) {
447 current_index = current_detail->hash_size;
449 current_index = 0;
456 current_index < current_detail->hash_size &&
457 hlist_empty(¤t_detail->hash_table[current_index]))
458 current_index++;
462 if (current_detail && current_index < current_detail->hash_size) {
472 head = ¤t_detail->hash_table[current_index];
488 current_index ++;