Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/sn/kernel/
Dmca.c33 static u64 *sn_oemdata_size, sn_oemdata_bufsize; variable
56 if (*sn_oemdata_size + len <= sn_oemdata_bufsize) in print_hook()
57 memcpy(*sn_oemdata + *sn_oemdata_size, buf, len); in print_hook()
58 *sn_oemdata_size += len; in print_hook()
95 sn_oemdata_size = oemdata_size; in sn_platform_plat_specific_err_print()
97 *sn_oemdata_size = PAGE_SIZE; /* first guess at how much data will be generated */ in sn_platform_plat_specific_err_print()
98 while (*sn_oemdata_size > sn_oemdata_bufsize) { in sn_platform_plat_specific_err_print()
99 u8 *newbuf = vmalloc(*sn_oemdata_size); in sn_platform_plat_specific_err_print()
108 sn_oemdata_bufsize = *sn_oemdata_size; in sn_platform_plat_specific_err_print()
109 *sn_oemdata_size = 0; in sn_platform_plat_specific_err_print()