Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dorangefs-bufmap.h21 void orangefs_bufmap_put(int buffer_index);
25 void orangefs_readdir_index_put(int buffer_index);
28 int buffer_index,
32 int buffer_index,
H A Dfile.c57 int buffer_index; in wait_for_direct_io() local
74 buffer_index = orangefs_bufmap_get(); in wait_for_direct_io()
75 if (buffer_index < 0) { in wait_for_direct_io()
76 ret = buffer_index; in wait_for_direct_io()
87 buffer_index); in wait_for_direct_io()
90 new_op->upcall.req.io.buf_index = buffer_index; in wait_for_direct_io()
140 ret = orangefs_bufmap_copy_from_iovec(iter, buffer_index, in wait_for_direct_io()
172 orangefs_bufmap_put(buffer_index); in wait_for_direct_io()
254 ret = orangefs_bufmap_copy_to_iovec(iter, buffer_index, in wait_for_direct_io()
272 if (buffer_index >= 0) { in wait_for_direct_io()
[all …]
H A Dorangefs-bufmap.c440 void orangefs_bufmap_put(int buffer_index) in orangefs_bufmap_put() argument
442 put(&rw_map, buffer_index); in orangefs_bufmap_put()
461 void orangefs_readdir_index_put(int buffer_index) in orangefs_readdir_index_put() argument
463 put(&readdir_map, buffer_index); in orangefs_readdir_index_put()
471 int buffer_index, in orangefs_bufmap_copy_from_iovec() argument
479 __func__, buffer_index, size); in orangefs_bufmap_copy_from_iovec()
481 to = &__orangefs_bufmap->desc_array[buffer_index]; in orangefs_bufmap_copy_from_iovec()
499 int buffer_index, in orangefs_bufmap_copy_to_iovec() argument
505 from = &__orangefs_bufmap->desc_array[buffer_index]; in orangefs_bufmap_copy_to_iovec()
508 __func__, buffer_index, size); in orangefs_bufmap_copy_to_iovec()
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_mpeg12.c159 u32 buffer_index; in codec_mpeg12_threaded_isr() local
188 buffer_index = ((reg & 0xf) - 1) & 7; in codec_mpeg12_threaded_isr()
190 amvdec_dst_buf_done_idx(sess, buffer_index, offset, field); in codec_mpeg12_threaded_isr()
H A Dcodec_h264.c392 u32 buffer_index = frame_status & BUF_IDX_MASK; in codec_h264_frames_ready() local
405 buffer_index); in codec_h264_frames_ready()
413 amvdec_dst_buf_done_idx(sess, buffer_index, offset, field); in codec_h264_frames_ready()
/linux/sound/pci/lx6464es/
H A Dlx_core.c809 u32 buffer_index) in lx_buffer_cancel() argument
818 chip->rmh.cmd[0] |= buffer_index; in lx_buffer_cancel()
1029 u32 buffer_index = 0; in lx_interrupt_request_new_buffer() local
1044 &buffer_index); in lx_interrupt_request_new_buffer()
1047 buffer_index, (unsigned long)buf, period_bytes); in lx_interrupt_request_new_buffer()
H A Dlx_core.h156 u32 buffer_index);
H A Dlx6464es.c426 u32 buffer_index = 0; in lx_trigger_start() local
435 &buffer_index); in lx_trigger_start()
438 buffer_index, (unsigned long)buf, period_bytes); in lx_trigger_start()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c493 cal_buffer.buffer_index = -1; in __set_legacy_tf()
529 cal_buffer.buffer_index = -1; in __set_output_tf()