Searched refs:get_buf (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/virtio/ringtest/ |
| H A D | noring.c | 23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| H A D | main.h | 70 void *get_buf(unsigned *, void **);
|
| H A D | ptr_ring.c | 147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| H A D | ring.c | 143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| H A D | main.c | 139 if (get_buf(&len, &buf)) { in run_guest()
|
| H A D | virtio_ring_0_9.c | 152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| /linux/fs/ |
| H A D | libfs.c | 1308 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member 1363 if (*ppos && attr->get_buf[0]) { in simple_attr_read() 1365 size = strlen(attr->get_buf); in simple_attr_read() 1373 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), in simple_attr_read() 1377 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in simple_attr_read()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_rx.c | 256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) in get_buf() function 304 buf = get_buf(q, buf, tot_len); in fun_gather_pkt()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | file.c | 37 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member 86 size = strlen(attr->get_buf); in spufs_attr_read() 93 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), in spufs_attr_read() 97 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in spufs_attr_read()
|
| /linux/kernel/bpf/ |
| H A D | stream.c | 220 .get_buf = true, in bpf_stream_vprintk_impl()
|
| H A D | helpers.c | 821 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare() 844 if (data->get_buf) in bpf_bprintf_prepare()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 368 .get_buf = true, in BPF_CALL_5() 420 .get_buf = true, in BPF_CALL_4()
|
| /linux/include/linux/ |
| H A D | bpf.h | 3884 bool get_buf; member
|