HomeSort by: relevance | last modified time | path
    Searched defs:shm_realloc_state (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sysv_shm.c 102 static bool shm_realloc_state; variable in typeref:typename:bool
319 while (__predict_false(shm_realloc_state))
396 while (__predict_false(shm_realloc_state))
522 while (__predict_false(shm_realloc_state))
667 while (__predict_false(shm_realloc_state))
879 while (shm_realloc_state || shm_realloc_disable)
895 shm_realloc_state = true;
922 shm_realloc_state = false;
978 shm_realloc_state = false;

Completed in 12 milliseconds