Lines Matching defs:current_index
378 static int current_index;
433 current_index >= current_detail->hash_size) {
445 current_index = current_detail->hash_size;
447 current_index = 0;
454 current_index < current_detail->hash_size &&
455 hlist_empty(¤t_detail->hash_table[current_index]))
456 current_index++;
460 if (current_detail && current_index < current_detail->hash_size) {
470 head = ¤t_detail->hash_table[current_index];
486 current_index ++;