Lines Matching defs:a
24 #define DCCP_CRIT(fmt, a...) printk(KERN_CRIT fmt " at %s:%d/%s()\n", ##a, \ argument
26 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0) argument
35 #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ argument
40 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument
41 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument
42 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) argument
44 #define dccp_pr_debug(format, a...) do {} while (0) argument
45 #define dccp_pr_debug_cat(format, a...) do {} while (0) argument
46 #define dccp_debug(format, a...) do {} while (0) argument
108 #define ADD48(a, b) (((a) + (b)) & UINT48_MAX) argument
109 #define SUB48(a, b) ADD48((a), COMPLEMENT48(b)) argument