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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 124 milliseconds