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

/linux-4.4.14/fs/pstore/
H A Dplatform.c78 static size_t big_oops_buf_sz; variable
222 big_oops_buf_sz = (psinfo->bufsize * 100) / cmpr; allocate_buf_for_compression()
223 big_oops_buf = kmalloc(big_oops_buf_sz, GFP_KERNEL); allocate_buf_for_compression()
314 size = big_oops_buf_sz - hsize; pstore_dump()
544 big_oops_buf_sz); pstore_get_records()
/linux-4.4.14/arch/powerpc/kernel/
H A Dnvram_64.c118 static size_t big_oops_buf_sz; variable
638 big_oops_buf_sz = (oops_data_sz * 100) / 45; nvram_init_oops_partition()
639 big_oops_buf = kmalloc(big_oops_buf_sz, GFP_KERNEL); nvram_init_oops_partition()
714 big_oops_buf, big_oops_buf_sz, &text_len); oops_to_nvram()

Completed in 147 milliseconds