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

/macosx-10.10.1/BootCache-109/
H A Dkext.c405 SInt32 c_strategycalls; /* count of busy strategy calls in the cache */ member in struct:BC_cache_control
1625 * the cache lock by the cleanup code waiting for BC_cache->c_strategycalls
1731 OSAddAtomic(1, &BC_cache->c_strategycalls);
1924 * by checking BC_cache->c_strategycalls, which we incremented above.
2190 OSAddAtomic(-1, &BC_cache->c_strategycalls);
2279 OSAddAtomic(-1, &BC_cache->c_strategycalls);
2612 while (BC_cache->c_strategycalls > 0) {
2616 (int) BC_cache->c_strategycalls,
2617 BC_cache->c_strategycalls == 1 ? "" : "s");

Completed in 192 milliseconds