Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dworkload_config.c46 static const int max_workload_config_entry_count = 1024; variable
272 if (ctx->wlcc_count == (max_workload_config_entry_count - 1)) { in insert_entry()