Searched refs:DO_ONCE_LITE (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | once_lite.h | 10 #define DO_ONCE_LITE(func, ...) \ macro
|
| H A D | printk.h | 651 DO_ONCE_LITE(printk, fmt, ##__VA_ARGS__) 653 DO_ONCE_LITE(printk_deferred, fmt, ##__VA_ARGS__)
|
| H A D | skbuff.h | 2740 DO_ONCE_LITE(skb_dump, KERN_ERR, skb, false); in skb_assert_len()
|
| /linux/net/mac80211/ |
| H A D | debug.h | 157 DO_ONCE_LITE(link_err, link, fmt, ##__VA_ARGS__)
|
| /linux/net/core/ |
| H A D | dev.c | 3591 DO_ONCE_LITE(skb_dump, KERN_ERR, skb, false); in skb_checksum_help() 3600 DO_ONCE_LITE(skb_dump, KERN_ERR, skb, false); in skb_checksum_help() 3687 DO_ONCE_LITE(do_netdev_rx_csum_fault, dev, skb); in netdev_rx_csum_fault()
|
| /linux/drivers/iommu/amd/ |
| H A D | iommu.c | 1200 DO_ONCE_LITE(dump_command_buffer, iommu); in wait_on_sem()
|