Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hv/
Dvmbus_drv.c1480 #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_total, 0444, channel_out_full_total_show, NULL);
[all …]