Searched refs:capacity_before (Results 1 – 1 of 1) sorted by relevance
1580 let capacity_before = v.capacity(); in test_kvvec_shrink_to_no_op() localVariable1583 v.shrink_to(capacity_before + 100, GFP_KERNEL).unwrap(); in test_kvvec_shrink_to_no_op()1585 assert_eq!(v.capacity(), capacity_before); in test_kvvec_shrink_to_no_op()