Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dnvram_64.c118 static size_t big_oops_buf_sz; variable
638 big_oops_buf_sz = (oops_data_sz * 100) / 45; in nvram_init_oops_partition()
639 big_oops_buf = kmalloc(big_oops_buf_sz, GFP_KERNEL); in nvram_init_oops_partition()
714 big_oops_buf, big_oops_buf_sz, &text_len); in oops_to_nvram()