Searched defs:b (Results 1 – 6 of 6) sorted by relevance
6 mod b; module
23 let b = UniqueArc::new("hello, world", GFP_KERNEL)?; in arc_print() localVariable
49 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument50 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument99 static const char *booltostr(bool b) in booltostr()
23 #define min(a, b) ((a) < (b) ? (a) : (b)) argument171 char *b, *l; in read_keys() local
35 #define IN_SET(a, b) \ argument
1488 static void swap(struct stats_record **a, struct stats_record **b) in swap()