Searched refs:bytes_to_prefetch (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.c322 unsigned int bytes_to_prefetch = 4096 - (pc & 4095); local
323 if (bytes_to_prefetch > sizeof prefetched_bundles)
324 bytes_to_prefetch = sizeof prefetched_bundles;
327 bytes_to_prefetch,
346 bytes_to_prefetch / sizeof(tile_bundle_bits);

Completed in 89 milliseconds