Lines Matching refs:lmb_alloc
98 a = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
109 c = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
123 a2 = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
244 a = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock()
250 b = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock()
262 a = lmb_alloc(&lmb, ram_size, 1); in test_bigblock()
307 a = lmb_alloc(&lmb, alloc_size, align); in test_noreserved()
312 b = lmb_alloc(&lmb, alloc_size, align); in test_noreserved()
392 a = lmb_alloc(&lmb, ram_size - 4, 1); in lib_test_lmb_at_0()
398 b = lmb_alloc(&lmb, 4, 1); in lib_test_lmb_at_0()
512 e = lmb_alloc(&lmb, 1, 1); in test_alloc_addr()