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

/macosx-10.9.5/BootCache-106/
H A Dkext.c89 * Number of seconds to wait in BC_strategy for readahead to catch up
555 static int BC_strategy(struct buf *bp);
1643 msleep(ce, &ce->ce_lock, PRIBIO, "BC_strategy", &timeout);
1651 BC_strategy(struct buf *bp) function
2609 message("could not terminate cache, timed out with %d caller%s in BC_strategy",
2748 if (BC_cache->c_devsw->d_strategy != (strategy_fcn_t*) BC_strategy ||
2754 BC_cache->c_devsw->d_strategy = (strategy_fcn_t*) BC_strategy;
3670 * BC_strategy assumes that the cache extents never move (see the msleep in wait_for_extent).
4939 if ((BC_cache->c_devsw->d_strategy == (strategy_fcn_t*)BC_strategy) ||

Completed in 74 milliseconds