Home
last modified time | relevance | path

Searched refs:len_written (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c450 u32 len_written = 0; in cls_copy_data_from_queue_to_uart() local
484 len_written++; in cls_copy_data_from_queue_to_uart()
490 if (len_written > ch->ch_t_tlevel) in cls_copy_data_from_queue_to_uart()
H A Djsm_neo.c482 u32 len_written = 0; in neo_copy_data_from_queue_to_uart() local
545 len_written += s; in neo_copy_data_from_queue_to_uart()
551 if (len_written >= ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()
/openbmc/qemu/linux-headers/asm-s390/
H A Dkvm.h268 __u32 len_written; member
/openbmc/linux/include/uapi/linux/
H A Dkvm.h1741 __u32 len_written; member
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h1734 __u32 len_written; member
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c2806 info.header.len_written = data_len; in kvm_s390_handle_pv()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst5258 len_written is KVM's indication of how much bytes of that buffer
5259 were actually written to. len_written can be used to determine the
5272 __u32 len_written;