Lines Matching defs:base
56 /* Destroy an IDA with a single entry at @base */
57 static void ida_check_destroy_1(struct ida *ida, unsigned int base)
59 IDA_BUG_ON(ida, ida_alloc_min(ida, base, GFP_KERNEL) != base);
84 static void ida_check_leaf(struct ida *ida, unsigned int base)
89 IDA_BUG_ON(ida, ida_alloc_min(ida, base, GFP_KERNEL) !=
90 base + i);
112 unsigned long base = (1UL << 31) - j;
114 IDA_BUG_ON(ida, ida_alloc_min(ida, base, GFP_KERNEL) !=
115 base + i);
117 IDA_BUG_ON(ida, ida_alloc_min(ida, base, GFP_KERNEL) !=