Lines Matching refs:obuf
16 #define OBUFP (obuf + oboff)
49 char *obuf; in ccp5_debugfs_info_read() local
54 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_info_read()
55 if (!obuf) in ccp5_debugfs_info_read()
88 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_info_read()
89 kfree(obuf); in ccp5_debugfs_info_read()
112 char *obuf; in ccp5_debugfs_stats_read() local
127 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_stats_read()
128 if (!obuf) in ccp5_debugfs_stats_read()
150 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_stats_read()
151 kfree(obuf); in ccp5_debugfs_stats_read()
198 char *obuf; in ccp5_debugfs_queue_read() local
203 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_queue_read()
204 if (!obuf) in ccp5_debugfs_queue_read()
236 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_queue_read()
237 kfree(obuf); in ccp5_debugfs_queue_read()