Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pseries/
Dscanlog.c44 static unsigned int *scanlog_buffer; /* The data buffer */ variable
49 unsigned int *data = scanlog_buffer; in scanlog_read()
137 unsigned int *data = scanlog_buffer; in scanlog_open()
153 unsigned int *data = scanlog_buffer; in scanlog_release()
178 scanlog_buffer = kzalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL); in scanlog_init()
179 if (!scanlog_buffer) in scanlog_init()
188 kfree(scanlog_buffer); in scanlog_init()
195 kfree(scanlog_buffer); in scanlog_cleanup()