Searched refs:buffer_index (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/orangefs/ |
| H A D | orangefs-bufmap.h | 21 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 D | file.c | 57 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 D | orangefs-bufmap.c | 439 void orangefs_bufmap_put(int buffer_index) in orangefs_bufmap_put() argument 441 put(&rw_map, buffer_index); in orangefs_bufmap_put() 460 void orangefs_readdir_index_put(int buffer_index) in orangefs_readdir_index_put() argument 462 put(&readdir_map, buffer_index); in orangefs_readdir_index_put() 470 int buffer_index, in orangefs_bufmap_copy_from_iovec() argument 478 __func__, buffer_index, size); in orangefs_bufmap_copy_from_iovec() 480 to = &__orangefs_bufmap->desc_array[buffer_index]; in orangefs_bufmap_copy_from_iovec() 498 int buffer_index, in orangefs_bufmap_copy_to_iovec() argument 504 from = &__orangefs_bufmap->desc_array[buffer_index]; in orangefs_bufmap_copy_to_iovec() 507 __func__, buffer_index, size); in orangefs_bufmap_copy_to_iovec()
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | codec_mpeg12.c | 159 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 D | codec_h264.c | 392 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/gpu/drm/amd/display/modules/color/ |
| H A D | color_gamma.c | 459 if (cal_buffer->buffer_index == 0) { in translate_from_linear_space() 468 if ((cal_buffer->buffer_index >= PRECISE_LUT_REGION_START && in translate_from_linear_space() 469 cal_buffer->buffer_index <= PRECISE_LUT_REGION_END) || in translate_from_linear_space() 470 (cal_buffer->buffer_index < 16)) in translate_from_linear_space() 475 cal_buffer->buffer[cal_buffer->buffer_index%16]); in translate_from_linear_space() 477 if (cal_buffer->buffer_index != -1) { in translate_from_linear_space() 478 cal_buffer->buffer[cal_buffer->buffer_index%16] = scratch_2; in translate_from_linear_space() 479 cal_buffer->buffer_index++; in translate_from_linear_space() 944 cal_buffer->buffer_index = 0; // see variable definition for more info in build_regamma() 957 cal_buffer->buffer_index = -1; in build_regamma() [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-sensor-hub.c | 246 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 D | lx_core.h | 156 u32 buffer_index);
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_color.c | 613 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()
|