Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsysv_shm.c102 static bool shm_realloc_state; variable
319 while (__predict_false(shm_realloc_state)) in sys_shmdt()
396 while (__predict_false(shm_realloc_state)) in sys_shmat()
522 while (__predict_false(shm_realloc_state)) in shmctl1()
667 while (__predict_false(shm_realloc_state)) in sys_shmget()
879 while (shm_realloc_state || shm_realloc_disable) in shmrealloc()
895 shm_realloc_state = true; in shmrealloc()
922 shm_realloc_state = false; in shmrealloc()
978 shm_realloc_state = false; in shminit()