Searched refs:VMBUS_CHAN_ATTR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | vmbus_drv.c | 1593 #define VMBUS_CHAN_ATTR(_name, _mode, _show, _store) \ macro 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_tota in channel_out_full_total_show() [all...] |
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | vmbus_drv.c | 1480 #define VMBUS_CHAN_ATTR(_name, _mode, _show, _store) \ macro 1698 static VMBUS_CHAN_ATTR(cpu, 0644, target_cpu_show, target_cpu_store); 1707 static VMBUS_CHAN_ATTR(pending, 0444, channel_pending_show, NULL); 1716 static VMBUS_CHAN_ATTR(latency, 0444, channel_latency_show, NULL); 1722 static VMBUS_CHAN_ATTR(interrupts, 0444, channel_interrupts_show, NULL); 1728 static VMBUS_CHAN_ATTR(events, 0444, channel_events_show, NULL); 1736 static VMBUS_CHAN_ATTR(intr_in_full, 0444, channel_intr_in_full_show, NULL); 1744 static VMBUS_CHAN_ATTR(intr_out_empty, 0444, channel_intr_out_empty_show, NULL); 1752 static VMBUS_CHAN_ATTR(out_full_first, 0444, channel_out_full_first_show, NULL); 1760 static VMBUS_CHAN_ATTR(out_full_tota in channel_out_full_total_show() [all...] |
Completed in 6 milliseconds