Lines Matching defs:first
639 /* Even when the first slot is empty but the others aren't */
683 /* An empty array should assign %base to the first alloc */
1520 static noinline void __check_store_range(struct xarray *xa, unsigned long first,
1524 xa_store_range(xa, first, last, xa_mk_index(first), GFP_KERNEL);
1526 XA_BUG_ON(xa, xa_load(xa, first) != xa_mk_index(first));
1527 XA_BUG_ON(xa, xa_load(xa, last) != xa_mk_index(first));
1528 XA_BUG_ON(xa, xa_load(xa, first - 1) != NULL);
1531 xa_store_range(xa, first, last, NULL, GFP_KERNEL);