Home
last modified time | relevance | path

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

/linux-4.1.27/fs/pstore/
Dplatform.c78 static size_t big_oops_buf_sz; variable
222 big_oops_buf_sz = (psinfo->bufsize * 100) / cmpr; in allocate_buf_for_compression()
223 big_oops_buf = kmalloc(big_oops_buf_sz, GFP_KERNEL); in allocate_buf_for_compression()
306 size = big_oops_buf_sz - hsize; in pstore_dump()
497 big_oops_buf_sz); in pstore_get_records()
/linux-4.1.27/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()