Lines Matching defs:a
27 #define DCCP_CRIT(fmt, a...) printk(KERN_CRIT fmt " at %s:%d/%s()\n", ##a, \ argument
29 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0) argument
38 #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ argument
43 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument
44 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument
45 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) argument
47 #define dccp_pr_debug(format, a...) argument
48 #define dccp_pr_debug_cat(format, a...) argument
49 #define dccp_debug(format, a...) argument
111 #define ADD48(a, b) (((a) + (b)) & UINT48_MAX) argument
112 #define SUB48(a, b) ADD48((a), COMPLEMENT48(b)) argument