Searched refs:sm_state_counter (Results 1 – 3 of 3) sorted by relevance
30 int sm_state_counter; variable193 sm_state_counter++; in alloc_sm_state()298 if (sm_state_counter * sizeof(struct sm_state) >= 100000000) in out_of_memory()314 sm_perror("OOM: %luKb sm_state_count = %d", get_mem_kb(), sm_state_counter); in out_of_memory()324 if (sm_state_counter * sizeof(struct sm_state) >= 25000000) in low_on_memory()372 sm_state_counter = 0; in free_every_single_sm_state()
19 extern int sm_state_counter;
743 sm_msg("state_count = %d\n", sm_state_counter); in match_state_count()