Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dsev-es-shared.c384 unsigned int io_bytes, exit_bytes; in vc_handle_ioio() local
395 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
396 ghcb_count = sizeof(ghcb->shared_buffer) / io_bytes; in vc_handle_ioio()
400 exit_bytes = exit_info_2 * io_bytes; in vc_handle_ioio()
408 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
430 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
/Linux-v5.10/fs/f2fs/
Df2fs.h3103 enum iostat_type type, unsigned long long io_bytes) in f2fs_update_iostat() argument
3108 sbi->rw_iostat[type] += io_bytes; in f2fs_update_iostat()