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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dbacktrace.c283 tile_bundle_bits prefetched_bundles[32]; local
323 if (bytes_to_prefetch > sizeof prefetched_bundles)
324 bytes_to_prefetch = sizeof prefetched_bundles;
326 if (!read_memory_func(prefetched_bundles, pc,
350 bundle.bits = prefetched_bundles[next_bundle++];

Completed in 109 milliseconds