Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
A Dscanlog.c40 static unsigned int *scanlog_buffer; /* The data buffer */ variable
45 unsigned int *data = scanlog_buffer; in scanlog_read()
133 unsigned int *data = scanlog_buffer; in scanlog_open()
149 unsigned int *data = scanlog_buffer; in scanlog_release()
173 scanlog_buffer = kzalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL); in scanlog_init()
174 if (!scanlog_buffer) in scanlog_init()
183 kfree(scanlog_buffer); in scanlog_init()
190 kfree(scanlog_buffer); in scanlog_cleanup()

Completed in 4 milliseconds