Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dselect.c373 unsigned long *res_in, *res_out, *res_ex; member
510 rinp = fds->res_in; routp = fds->res_out; rexp = fds->res_ex; in do_select()
514 unsigned long res_in = 0, res_out = 0, res_ex = 0; in do_select() local
540 res_in |= bit; in do_select()
567 if (res_in) in do_select()
568 *rinp = res_in; in do_select()
666 fds.res_in = bits + 3*size; in core_sys_select()
674 zero_fd_set(n, fds.res_in); in core_sys_select()
689 if (set_fd_set(n, inp, fds.res_in) || in core_sys_select()
1228 fds.res_in = (unsigned long *) (bits + 3*size); 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-events217 spapr_vscsi_send_rsp(uint8_t status, int32_t res_in, int32_t res_out) "status: 0x%x, res_in: %"PRId…