Home
last modified time | relevance | path

Searched refs:buffer_size_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-dig.c364 long buffer_size_bytes, void *buffer) in fill_bounds_dir_buf_other() argument
373 read_ret = read(proc_pid_mem_fd, buffer, buffer_size_bytes); in fill_bounds_dir_buf_other()
375 if (read_ret != buffer_size_bytes) in fill_bounds_dir_buf_other()
381 long buffer_size_bytes, void *buffer) in fill_bounds_dir_buf_self() argument
384 unsigned char vec[buffer_size_bytes / PAGE_SIZE]; in fill_bounds_dir_buf_self()
398 incore_ret = mincore(dig_bounds_dir_ptr, buffer_size_bytes, &vec[0]); in fill_bounds_dir_buf_self()
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c31 unsigned int buffer_size_bytes) in inc_wptr() argument
35 WARN((temp * sizeof(uint32_t)) > buffer_size_bytes, in inc_wptr()