Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dpm-cps.c357 const unsigned max_instrs = 256; in cps_gen_entry_code() local
375 p = buf = kcalloc(max_instrs, sizeof(u32), GFP_KERNEL); in cps_gen_entry_code()
608 BUG_ON((p - buf) > max_instrs); in cps_gen_entry_code()