Home
last modified time | relevance | path

Searched refs:buffer_index (Results 1 – 7 of 7) 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 …]
/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/drivers/hid/
H A Dhid-sensor-hub.c246 int buffer_index = 0; in sensor_hub_get_feature() local
273 if (buffer_index >= ret) in sensor_hub_get_feature()
276 memcpy(&((u8 *)buffer)[buffer_index], val_ptr, in sensor_hub_get_feature()
279 buffer_index += (report->field[field_index]->report_size / 8); in sensor_hub_get_feature()
/linux/sound/pci/lx6464es/
H A Dlx_core.h156 u32 buffer_index);
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c613 cal_buffer.buffer_index = -1; in __set_legacy_tf()
649 cal_buffer.buffer_index = -1; in __set_output_tf()
707 cal_buffer.buffer_index = -1; in __set_output_tf_32()