Searched refs:buffer_size_bytes (Results 1 – 2 of 2) sorted by relevance
364 long buffer_size_bytes, void *buffer) in fill_bounds_dir_buf_other() argument373 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() argument384 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()
31 unsigned int buffer_size_bytes) in inc_wptr() argument35 WARN((temp * sizeof(uint32_t)) > buffer_size_bytes, in inc_wptr()