Lines Matching refs:VMBUS_CHAN_ATTR
1593 #define VMBUS_CHAN_ATTR(_name, _mode, _show, _store) \
1806 static VMBUS_CHAN_ATTR(cpu, 0644, target_cpu_show, target_cpu_store);
1815 static VMBUS_CHAN_ATTR(pending, S_IRUGO, channel_pending_show, NULL);
1824 static VMBUS_CHAN_ATTR(latency, S_IRUGO, channel_latency_show, NULL);
1830 static VMBUS_CHAN_ATTR(interrupts, S_IRUGO, channel_interrupts_show, NULL);
1836 static VMBUS_CHAN_ATTR(events, S_IRUGO, channel_events_show, NULL);
1844 static VMBUS_CHAN_ATTR(intr_in_full, 0444, channel_intr_in_full_show, NULL);
1852 static VMBUS_CHAN_ATTR(intr_out_empty, 0444, channel_intr_out_empty_show, NULL);
1860 static VMBUS_CHAN_ATTR(out_full_first, 0444, channel_out_full_first_show, NULL);
1868 static VMBUS_CHAN_ATTR(out_full_total, 0444, channel_out_full_total_show, NULL);
1875 static VMBUS_CHAN_ATTR(monitor_id, S_IRUGO, subchannel_monitor_id_show, NULL);