Lines Matching refs:obuf
19 #define OBUFP (obuf + oboff)
52 char *obuf; in ccp5_debugfs_info_read() local
57 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_info_read()
58 if (!obuf) in ccp5_debugfs_info_read()
91 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_info_read()
92 kfree(obuf); in ccp5_debugfs_info_read()
115 char *obuf; in ccp5_debugfs_stats_read() local
130 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_stats_read()
131 if (!obuf) in ccp5_debugfs_stats_read()
153 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_stats_read()
154 kfree(obuf); in ccp5_debugfs_stats_read()
201 char *obuf; in ccp5_debugfs_queue_read() local
206 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_queue_read()
207 if (!obuf) in ccp5_debugfs_queue_read()
239 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_queue_read()
240 kfree(obuf); in ccp5_debugfs_queue_read()