| /kernel/linux/linux-6.6/fs/fuse/ |
| H A D | dev.c | 1376 struct pipe_buffer *bufs; in fuse_dev_splice_read() local 1970 struct pipe_buffer *bufs; in fuse_dev_splice_write() local [all...] |
| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | connect.c | 1149 char *bufs[MAX_COMPOUND]; in cifs_demultiplex_thread() local [all...] |
| /kernel/linux/linux-6.6/drivers/virtio/ |
| H A D | virtio_ring.c | 941 u16 bufs; in virtqueue_enable_cb_delayed_split() local 1810 u16 bufs; in virtqueue_enable_cb_delayed_packed() local
|
| /kernel/linux/linux-6.6/include/media/ |
| H A D | videobuf2-core.h | 622 struct vb2_buffer *bufs[VB2_MAX_FRAME]; member
|
| /kernel/linux/linux-6.6/include/acpi/ |
| H A D | acpi_bus.h | 353 void **bufs; member
|
| /kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
| H A D | csio_wr.h | 374 struct csio_dma_buf *bufs; /* Free list buffer ptr array member
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | helpers.c | 777 static int try_get_buffers(struct bpf_bprintf_buffers **bufs) in try_get_buffers() argument
|
| /kernel/linux/linux-6.6/drivers/dma/ |
| H A D | dmatest.c | 336 static void dmatest_init_srcs(u8 **bufs, unsigned int start, unsigned int len, in dmatest_init_srcs() argument 353 static void dmatest_init_dsts(u8 **bufs, unsigned int start, unsigned int len, in dmatest_init_dsts() argument 392 static unsigned int dmatest_verify(u8 **bufs, unsigned int start, in dmatest_verify() argument
|
| /kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
| H A D | cobalt-driver.h | 212 struct list_head bufs; member
|
| /kernel/linux/linux-6.6/drivers/media/pci/pt1/ |
| H A D | pt1.c | 60 struct pt1_buffer bufs[PT1_NR_BUFS]; member
|
| /kernel/linux/linux-6.6/block/ |
| H A D | blk-throttle.c | 1497 char bufs[4][21] = { "max", "max", "max", "max" }; in tg_prfill_limit() local [all...] |
| /kernel/linux/linux-6.6/sound/core/oss/ |
| H A D | pcm_oss.c | 1310 snd_pcm_sframes_t snd_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) in snd_pcm_oss_writev3() argument 1339 snd_pcm_sframes_t snd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) in snd_pcm_oss_readv3() argument
|
| /kernel/linux/linux-6.6/sound/core/ |
| H A D | pcm_lib.c | 2093 void **bufs = data; in noninterleaved_copy() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 273 void *bufs; in ifobj_zc_avail() local 1434 void *bufs; in thread_common_ops() local 2045 void *bufs; in hugepages_present() local [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_hw.c | 958 static snd_pcm_sframes_t snd_pcm_hw_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_hw_writen() argument 1000 static snd_pcm_sframes_t snd_pcm_hw_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_hw_readn() argument
|
| /third_party/backends/backend/ |
| H A D | u12.h | 282 BufferDef bufs; member
|
| /third_party/libuv/src/win/ |
| H A D | pipe.c | 1519 uv__build_coalesced_write_req(uv_write_t* user_req, const uv_buf_t bufs[], size_t nbufs, uv_write_t** req_out, uv_buf_t* write_buf_out) uv__build_coalesced_write_req() argument 1579 uv__pipe_write_data(uv_loop_t* loop, uv_write_t* req, uv_pipe_t* handle, const uv_buf_t bufs[], size_t nbufs, uv_write_cb cb, int copy_always) uv__pipe_write_data() argument 1755 uv_buf_t* bufs; uv__pipe_write_ipc() local 1849 uv__pipe_write(uv_loop_t* loop, uv_write_t* req, uv_pipe_t* handle, const uv_buf_t bufs[], size_t nbufs, uv_stream_t* send_handle, uv_write_cb cb) uv__pipe_write() argument [all...] |
| H A D | tty.c | 1663 uv__tty_write_bufs(uv_tty_t* handle, const uv_buf_t bufs[], unsigned int nbufs, DWORD* error) global() argument 2172 uv__tty_write(uv_loop_t* loop, uv_write_t* req, uv_tty_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_write_cb cb) global() argument 2202 uv__tty_try_write(uv_tty_t* handle, const uv_buf_t bufs[], unsigned int nbufs) global() argument
|
| /third_party/libuv/test/ |
| H A D | test-fs.c | 3186 uv_buf_t bufs[4]; in fs_read_bufs() local 3738 uv_test_fs_buf_offset(uv_buf_t* bufs, size_t size) uv_test_fs_buf_offset() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_cmd_vgpu10.c | 1179 SVGA3dVertexBuffer *bufs; in SVGA3D_vgpu10_SetVertexBuffers() local 1214 SVGA3dVertexBufferOffsetAndSize *bufs; in SVGA3D_vgpu10_SetVertexBuffersOffsetAndSize() local [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_tls.cc | 660 uv_buf_t* bufs = buf; in EncOut() local 953 DoWrite(WriteWrap* w, uv_buf_t* bufs, size_t count, uv_stream_t* send_handle) DoWrite() argument [all...] |
| /third_party/node/src/ |
| H A D | node_file.cc | 275 DoWrite(WriteWrap* w, uv_buf_t* bufs, size_t count, uv_stream_t* send_handle) DoWrite() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 975 u_vbuf_set_vertex_buffers(struct u_vbuf *mgr, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *bufs) u_vbuf_set_vertex_buffers() argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_state.c | 2224 unsigned bufs = 0; in CSMT_ITEM_NO_WAIT() local [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | fs.c | 411 uv__fs_preadv(uv_file fd, uv_buf_t* bufs, unsigned int nbufs, off_t off) uv__fs_preadv() argument 1637 uv__fs_buf_offset(uv_buf_t* bufs, size_t size) uv__fs_buf_offset() argument 1654 uv_buf_t* bufs; uv__fs_write_all() local 1997 uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], unsigned int nbufs, int64_t off, uv_fs_cb cb) uv_fs_read() argument 2166 uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file file, const uv_buf_t bufs[], unsigned int nbufs, int64_t off, uv_fs_cb cb) uv_fs_write() argument [all...] |