Searched refs:alloc_size (Results 1 – 2 of 2) sorted by relevance
205 unsigned int alloc_size = num_ents; in __sg_free_table() local214 if (alloc_size > curr_max_ents) { in __sg_free_table()216 alloc_size = curr_max_ents; in __sg_free_table()217 sg_size = alloc_size - 1; in __sg_free_table()219 sg_size = alloc_size; in __sg_free_table()227 free_fn(sgl, alloc_size); in __sg_free_table()304 unsigned int sg_size, alloc_size = left; in __sg_alloc_table() local306 if (alloc_size > curr_max_ents) { in __sg_alloc_table()307 alloc_size = curr_max_ents; in __sg_alloc_table()308 sg_size = alloc_size - 1; in __sg_alloc_table()[all …]
14666 unsigned int alloc_size = 2000; in build_test_skb_linear_no_head_frag() local14677 skb[i] = alloc_skb(alloc_size, GFP_KERNEL); in build_test_skb_linear_no_head_frag()