Searched refs:DO_ONCE_LITE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Donce_lite.h10 #define DO_ONCE_LITE(func, ...) \ macro
H A Dprintk.h596 DO_ONCE_LITE(printk, fmt, ##__VA_ARGS__)
598 DO_ONCE_LITE(printk_deferred, fmt, ##__VA_ARGS__)
H A Dskbuff.h2632 DO_ONCE_LITE(skb_dump, KERN_ERR, skb, false);
/linux-master/fs/xfs/
H A Dxfs_message.h59 DO_ONCE_LITE(func, dev, fmt, ##__VA_ARGS__)
/linux-master/net/core/
H A Ddev.c3276 DO_ONCE_LITE(skb_dump, KERN_ERR, skb, false);
3285 DO_ONCE_LITE(skb_dump, KERN_ERR, skb, false);
3371 DO_ONCE_LITE(do_netdev_rx_csum_fault, dev, skb);

Completed in 197 milliseconds