Home
last modified time | relevance | path

Searched refs:table_count (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/ !
H A Dkern_memorystatus.c7171 uint32_t table_count = 0; local
7256 while (p && (table_count < entry_count)) {
7260 table[table_count].proc = p;
7261 table[table_count].priority = entries[i].priority;
7262 table_count++;
7270 for (i = 0; i < table_count; i++) {
7307 …GRP_SET_PROP) | DBG_FUNC_END, MEMORYSTATUS_FLAGS_GRP_SET_PRIORITY, entry_count, table_count, 0, 0);