Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Dsev-shared.c379 unsigned int io_bytes, exit_bytes; in vc_handle_ioio() local
390 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
391 ghcb_count = sizeof(ghcb->shared_buffer) / io_bytes; in vc_handle_ioio()
395 exit_bytes = exit_info_2 * io_bytes; in vc_handle_ioio()
403 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
425 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
/Linux-v5.15/fs/f2fs/
Diostat.h35 enum iostat_type type, unsigned long long io_bytes);
69 enum iostat_type type, unsigned long long io_bytes) {} in f2fs_update_iostat() argument
Diostat.c161 enum iostat_type type, unsigned long long io_bytes) in f2fs_update_iostat() argument
167 sbi->rw_iostat[type] += io_bytes; in f2fs_update_iostat()