Lines Matching defs:allocated
106 /* request 3 nodes to be allocated. */
150 /* Ensure 3 are allocated. */
532 * Set the newly erased node. This will produce a different allocated
35451 unsigned long allocated;
35464 allocated = mas_allocated(&mas);
35466 MT_BUG_ON(mt, allocated == 0);
35467 MT_BUG_ON(mt, allocated != 1 + height * 3);
35469 allocated = mas_allocated(&mas);
35470 MT_BUG_ON(mt, allocated != 0);
35473 allocated = mas_allocated(&mas);
35475 MT_BUG_ON(mt, allocated == 0);
35476 MT_BUG_ON(mt, allocated != 1 + height * 3);
35479 allocated = mas_allocated(&mas);
35480 MT_BUG_ON(mt, allocated != 0);
35484 allocated = mas_allocated(&mas);
35486 MT_BUG_ON(mt, allocated != 1 + height * 3);
35488 MT_BUG_ON(mt, mas_allocated(&mas) != allocated - 1);
35493 allocated = mas_allocated(&mas);
35494 MT_BUG_ON(mt, allocated != 0);
35497 allocated = mas_allocated(&mas);
35499 MT_BUG_ON(mt, allocated != 1 + height * 3);
35501 MT_BUG_ON(mt, mas_allocated(&mas) != allocated - 1);
35504 allocated = mas_allocated(&mas);
35505 MT_BUG_ON(mt, allocated != 0);
35510 allocated = mas_allocated(&mas);
35512 MT_BUG_ON(mt, allocated != 1 + height * 3);
35514 MT_BUG_ON(mt, mas_allocated(&mas) != allocated - 1);
35516 MT_BUG_ON(mt, mas_allocated(&mas) != allocated);
35519 allocated = mas_allocated(&mas);
35520 MT_BUG_ON(mt, allocated != 0);
35523 allocated = mas_allocated(&mas);
35525 MT_BUG_ON(mt, allocated != 1 + height * 3);
35532 allocated = mas_allocated(&mas);
35533 MT_BUG_ON(mt, allocated != 0);
35539 allocated = mas_allocated(&mas);
35541 MT_BUG_ON(mt, allocated != 0);
35548 allocated = mas_allocated(&mas);
35550 MT_BUG_ON(mt, allocated != 1 + height * 2);
35557 allocated = mas_allocated(&mas);
35559 MT_BUG_ON(mt, allocated != 0);
35565 allocated = mas_allocated(&mas);
35567 MT_BUG_ON(mt, allocated == 0);
35568 MT_BUG_ON(mt, allocated != 1 + height * 3);
35574 allocated = mas_allocated(&mas);
35576 MT_BUG_ON(mt, allocated != 0);
35827 * then needs to free the node it allocated. LeakSanitizer will
35834 mas_nomem(&ms, GFP_KERNEL); /* Node allocated in here. */
35840 mas_nomem(&ms, GFP_KERNEL); /* Node allocated in here. */