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

  /src/sys/kern/
sysv_msg.c 87 static bool msg_realloc_state; variable in typeref:typename:bool
166 msg_realloc_state = false;
234 if (msg_realloc_state) {
239 msg_realloc_state = true;
410 msg_realloc_state = false;
726 while (__predict_false(msg_realloc_state))
823 if (msg_realloc_state) {
1036 while (__predict_false(msg_realloc_state))
1165 if (msg_realloc_state) {
sysv_msg.c 87 static bool msg_realloc_state; variable in typeref:typename:bool
166 msg_realloc_state = false;
234 if (msg_realloc_state) {
239 msg_realloc_state = true;
410 msg_realloc_state = false;
726 while (__predict_false(msg_realloc_state))
823 if (msg_realloc_state) {
1036 while (__predict_false(msg_realloc_state))
1165 if (msg_realloc_state) {

Completed in 200 milliseconds