return result; /* Should never happen. Failed to increment the reference count. */
return result; /* Should never happen. Failed to increment the reference count. */
}
}
return MA_ALREADY_EXISTS; /* This is used later on, outside of the critical section, to determine whether or not a synchronous load should happen now. */
result = MA_ALREADY_EXISTS;
goto done;
} else {
} else {
/*
/*
The node does not already exist. We need to post a LOAD_DATA_BUFFER_NODE job here. This
The node does not already exist. We need to post a LOAD_DATA_BUFFER_NODE job here. This