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

  /src/sys/kern/
sysv_shm.c 103 static u_int shm_realloc_disable; variable in typeref:typename:u_int
723 shm_realloc_disable++;
735 shm_realloc_disable--;
770 shm_realloc_disable--;
879 while (shm_realloc_state || shm_realloc_disable)
977 shm_realloc_disable = 0;
sysv_shm.c 103 static u_int shm_realloc_disable; variable in typeref:typename:u_int
723 shm_realloc_disable++;
735 shm_realloc_disable--;
770 shm_realloc_disable--;
879 while (shm_realloc_state || shm_realloc_disable)
977 shm_realloc_disable = 0;

Completed in 22 milliseconds