Searched refs:sConsiderUnloadsCalled (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp334 static bool sConsiderUnloadsCalled = false; variable
6181 * OSKext::considerUnloads() call, which sets sConsiderUnloadsCalled
6185 if (sConsiderUnloadsCalled && sKxldContext) {
6427 sConsiderUnloadsCalled ? "" : "initial ",
6440 if (!sConsiderUnloadsCalled) {
6441 sConsiderUnloadsCalled = true;

Completed in 76 milliseconds