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

/macosx-10.10.1/BootCache-109/
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
2615 message("could not terminate cache, timed out with %d caller%s in BC_strategy",
2754 if (BC_cache->c_devsw->d_strategy != (strategy_fcn_t*) BC_strategy ||
2760 BC_cache->c_devsw->d_strategy = (strategy_fcn_t*) BC_strategy;
3676 * BC_strategy assumes that the cache extents never move (see the msleep in wait_for_extent).
4945 if ((BC_cache->c_devsw->d_strategy == (strategy_fcn_t*)BC_strategy) ||

Completed in 120 milliseconds