Searched refs:bucket_index (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Libnotify-133.1.1/
H A Dtable.c59 uint32_t bucket_index; member in struct:__anon2908
359 tt->bucket_index = b;
388 for (b = tt->bucket_index + 1; b < t->bucket_count; b++)
392 tt->bucket_index = b;
398 tt->bucket_index = b;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c195 static proc_t memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search);
196 static proc_t memorystatus_get_next_proc_locked(unsigned int *bucket_index, proc_t p, boolean_t search);
644 static void memorystatus_sort_by_largest_process_locked(unsigned int bucket_index) argument
650 if (bucket_index >= MEMSTAT_BUCKET_COUNT) {
654 current_bucket = &memstat_bucket[bucket_index];
705 static proc_t memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search) { argument
709 if ((*bucket_index) >= MEMSTAT_BUCKET_COUNT) {
713 current_bucket = &memstat_bucket[*bucket_index];
716 while (!next_p && (++(*bucket_index) < MEMSTAT_BUCKET_COUNT)) {
717 current_bucket = &memstat_bucket[*bucket_index];
725 memorystatus_get_next_proc_locked(unsigned int *bucket_index, proc_t p, boolean_t search) argument
3839 uint32_t bucket_index = 0; local
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py110 bucket_index = 0
115 while bucket_index < bucket_count:
116 current_bucket = kern.globals.memstat_bucket[bucket_index]
122 bucket_index += 1

Completed in 127 milliseconds