Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dsev-es-shared.c383 unsigned int io_bytes, exit_bytes; in vc_handle_ioio() local
394 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
395 ghcb_count = sizeof(ghcb->shared_buffer) / io_bytes; in vc_handle_ioio()
399 exit_bytes = exit_info_2 * io_bytes; in vc_handle_ioio()
407 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
429 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
/kernel/linux/linux-5.10/fs/f2fs/
Df2fs.h3099 enum iostat_type type, unsigned long long io_bytes) in f2fs_update_iostat() argument
3104 sbi->rw_iostat[type] += io_bytes; in f2fs_update_iostat()