Searched refs:nouts (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/sound/virtio/ |
D | virtio_ctl_msg.c | 130 unsigned int nouts = 0; in virtsnd_ctl_msg_send() local 142 psgs[nouts++] = &msg->sg_request; in virtsnd_ctl_msg_send() 144 psgs[nouts++] = out_sgs; in virtsnd_ctl_msg_send() 146 psgs[nouts + nins++] = &msg->sg_response; in virtsnd_ctl_msg_send() 148 psgs[nouts + nins++] = in_sgs; in virtsnd_ctl_msg_send() 151 rc = virtqueue_add_sgs(queue->vqueue, psgs, nouts, nins, msg, in virtsnd_ctl_msg_send()
|
/Linux-v6.1/drivers/hwtracing/intel_th/ |
D | gth.c | 413 int i, j, nouts = TH_POSSIBLE_OUTPUTS; in intel_th_output_attributes() local 415 int nattrs = nouts * nparms + 1; in intel_th_output_attributes() 427 for (i = 0; i < nouts; i++) { in intel_th_output_attributes()
|
/Linux-v6.1/arch/ia64/kernel/ |
D | ptrace.c | 1958 unsigned long *krbs, cfm, ndirty, nlocals, nouts; in syscall_get_args_cb() local 1976 nouts = (cfm & 0x7f) - nlocals; /* aka sof - sol */ in syscall_get_args_cb() 1982 count = min_t(int, args->n, nouts); in syscall_get_args_cb()
|