Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dvmbus_drv.c1487 #define VMBUS_CHAN_ATTR(_name, _mode, _show, _store) \ macro
1587 static VMBUS_CHAN_ATTR(cpu, S_IRUGO, show_target_cpu, NULL);
1596 static VMBUS_CHAN_ATTR(pending, S_IRUGO, channel_pending_show, NULL);
1605 static VMBUS_CHAN_ATTR(latency, S_IRUGO, channel_latency_show, NULL);
1611 static VMBUS_CHAN_ATTR(interrupts, S_IRUGO, channel_interrupts_show, NULL);
1617 static VMBUS_CHAN_ATTR(events, S_IRUGO, channel_events_show, NULL);
1625 static VMBUS_CHAN_ATTR(intr_in_full, 0444, channel_intr_in_full_show, NULL);
1633 static VMBUS_CHAN_ATTR(intr_out_empty, 0444, channel_intr_out_empty_show, NULL);
1641 static VMBUS_CHAN_ATTR(out_full_first, 0444, channel_out_full_first_show, NULL);
1649 static VMBUS_CHAN_ATTR(out_full_total, 0444, channel_out_full_total_show, NULL);
[all …]