outbound 4745 drivers/block/rbd.c const void *outbound, outbound 4762 drivers/block/rbd.c if (outbound) { outbound 4770 drivers/block/rbd.c memcpy(page_address(req_page), outbound, outbound_size); outbound 73 drivers/hv/channel.c hv_ringbuffer_cleanup(&channel->outbound); outbound 142 drivers/hv/channel.c err = hv_ringbuffer_init(&newchannel->outbound, page, send_pages); outbound 232 drivers/hv/channel.c hv_ringbuffer_cleanup(&newchannel->outbound); outbound 52 drivers/hv/ring_buffer.c struct hv_ring_buffer_info *rbi = &channel->outbound; outbound 188 drivers/hv/ring_buffer.c mutex_init(&channel->outbound.ring_buffer_mutex); outbound 260 drivers/hv/ring_buffer.c struct hv_ring_buffer_info *outring_info = &channel->outbound; outbound 333 drivers/hv/vmbus_drv.c struct hv_ring_buffer_debug_info outbound; outbound 339 drivers/hv/vmbus_drv.c ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, outbound 340 drivers/hv/vmbus_drv.c &outbound); outbound 344 drivers/hv/vmbus_drv.c return sprintf(buf, "%d\n", outbound.current_interrupt_mask); outbound 352 drivers/hv/vmbus_drv.c struct hv_ring_buffer_debug_info outbound; outbound 358 drivers/hv/vmbus_drv.c ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, outbound 359 drivers/hv/vmbus_drv.c &outbound); outbound 362 drivers/hv/vmbus_drv.c return sprintf(buf, "%d\n", outbound.current_read_index); outbound 371 drivers/hv/vmbus_drv.c struct hv_ring_buffer_debug_info outbound; outbound 377 drivers/hv/vmbus_drv.c ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, outbound 378 drivers/hv/vmbus_drv.c &outbound); outbound 381 drivers/hv/vmbus_drv.c return sprintf(buf, "%d\n", outbound.current_write_index); outbound 390 drivers/hv/vmbus_drv.c struct hv_ring_buffer_debug_info outbound; outbound 396 drivers/hv/vmbus_drv.c ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, outbound 397 drivers/hv/vmbus_drv.c &outbound); outbound 400 drivers/hv/vmbus_drv.c return sprintf(buf, "%d\n", outbound.bytes_avail_toread); outbound 409 drivers/hv/vmbus_drv.c struct hv_ring_buffer_debug_info outbound; outbound 415 drivers/hv/vmbus_drv.c ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, outbound 416 drivers/hv/vmbus_drv.c &outbound); outbound 419 drivers/hv/vmbus_drv.c return sprintf(buf, "%d\n", outbound.bytes_avail_towrite); outbound 1561 drivers/hv/vmbus_drv.c struct hv_ring_buffer_info *rbi = &channel->outbound; outbound 1612 drivers/hv/vmbus_drv.c struct hv_ring_buffer_info *rbi = &channel->outbound; outbound 713 drivers/net/hyperv/netvsc.c (hv_get_avail_to_write_percent(&channel->outbound) > outbound 821 drivers/net/hyperv/netvsc.c u32 ring_avail = hv_get_avail_to_write_percent(&out_channel->outbound); outbound 170 drivers/net/hyperv/netvsc_drv.c aread = hv_get_bytes_to_read(&chn->outbound); outbound 467 drivers/perf/xgene_pmu.c XGENE_PMU_EVENT_ATTR(cswlf-outbound-req-fifo-full, 0x29), outbound 469 drivers/perf/xgene_pmu.c XGENE_PMU_EVENT_ATTR(cswlf-outbound-lack-fifo-full, 0x2b), outbound 471 drivers/perf/xgene_pmu.c XGENE_PMU_EVENT_ATTR(cswlf-outbound-data-fifo-full, 0x2d), outbound 1329 drivers/scsi/storvsc_drv.c &channel->outbound) outbound 1341 drivers/scsi/storvsc_drv.c &outgoing_channel->outbound) outbound 1355 drivers/scsi/storvsc_drv.c &channel->outbound) outbound 148 drivers/soc/qcom/smp2p.c struct list_head outbound; outbound 456 drivers/soc/qcom/smp2p.c INIT_LIST_HEAD(&smp2p->outbound); outbound 525 drivers/soc/qcom/smp2p.c list_add(&entry->node, &smp2p->outbound); outbound 548 drivers/soc/qcom/smp2p.c list_for_each_entry(entry, &smp2p->outbound, node) outbound 571 drivers/soc/qcom/smp2p.c list_for_each_entry(entry, &smp2p->outbound, node) outbound 743 include/linux/hyperv.h struct hv_ring_buffer_info outbound; /* send to parent */ outbound 976 include/linux/hyperv.h spin_lock_irqsave(&c->outbound.ring_lock, flags); outbound 983 include/linux/hyperv.h spin_unlock_irqrestore(&c->outbound.ring_lock, flags); outbound 988 include/linux/hyperv.h c->outbound.ring_buffer->pending_send_sz = size; outbound 78 include/net/sctp/ulpevent.h __u16 outbound, outbound 116 net/sctp/ulpevent.c __u16 flags, __u16 state, __u16 error, __u16 outbound, outbound 212 net/sctp/ulpevent.c sac->sac_outbound_streams = outbound; outbound 209 net/vmw_vsock/hyperv_transport.c u32 writeable = hv_get_bytes_to_write(&chan->outbound); outbound 244 net/vmw_vsock/hyperv_transport.c if (hv_get_bytes_to_write(&chan->outbound) > 0)