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

/linux-master/arch/mips/kernel/
H A Dpm-cps.c344 const unsigned max_instrs = 256; local
362 p = buf = kcalloc(max_instrs, sizeof(u32), GFP_KERNEL);
614 BUG_ON((p - buf) > max_instrs);

Completed in 124 milliseconds