Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dselect.c376 unsigned long *res_in, *res_out, *res_ex; member
517 unsigned long res_in = 0, res_out = 0, res_ex = 0; in do_select() local
543 res_in |= bit; in do_select()
570 if (res_in) in do_select()
571 *rinp = res_in; in do_select()
669 fds.res_in = bits + 3*size; in core_sys_select()
677 zero_fd_set(n, fds.res_in); in core_sys_select()
692 if (set_fd_set(n, inp, fds.res_in) || in core_sys_select()
1231 fds.res_in = (unsigned long *) (bits + 3*size); in compat_core_sys_select()
1239 zero_fd_set(n, fds.res_in); in compat_core_sys_select()
[all …]
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c233 uint8_t status, int32_t res_in, int32_t res_out) in vscsi_send_rsp() argument
240 trace_spapr_vscsi_send_rsp(status, res_in, res_out); in vscsi_send_rsp()
248 if (res_in < 0) { in vscsi_send_rsp()
250 res_in = -res_in; in vscsi_send_rsp()
251 } else if (res_in) { in vscsi_send_rsp()
260 iu->srp.rsp.data_in_res_cnt = cpu_to_be32(res_in); in vscsi_send_rsp()
557 int32_t res_in = 0, res_out = 0; in vscsi_command_complete() local
584 res_in = req->data_len; in vscsi_command_complete()
587 vscsi_send_rsp(s, req, sreq->status, res_in, res_out); in vscsi_command_complete()
H A Dtrace-events216 spapr_vscsi_send_rsp(uint8_t status, int32_t res_in, int32_t res_out) "status: 0x%x, res_in: %"PRId…