Searched refs:current_index (Results 1 – 2 of 2) sorted by relevance
1437 current_index = 01440 while current_index < max_zallocation:1441 current_zalloc = kern.globals.zallocations[current_index]1443 …print '{0: <5d} {1: <#018x} {2: <5d} {3: <15d}'.format(current_index, current_zalloc.za_element, c…1445 current_index += 11462 current_index = 01465 while current_index < max_zallocation:1466 current_zalloc = kern.globals.zallocations[current_index]1468 …print '{0: <5d} {1: <#018x} {2: <6d}'.format(current_index, current_zalloc.za_element, current_zal…1470 current_index += 1[all …]
9819 unsigned int current_index; local9854 …for (current_index = start_index, addr = start; current_index < max_index; current_index++, addr +…9870 if (!testbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap)) {9871 setbit(current_index, (int *)grand->nested_pmap->nested_region_asid_bitmap);