Searched refs:bhash_order (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/dccp/ |
H A D | proto.c | 1126 int ehash_order, bhash_order, i; in dccp_init() local 1186 bhash_order = ehash_order; in dccp_init() 1189 dccp_hashinfo.bhash_size = (1UL << bhash_order) * PAGE_SIZE / in dccp_init() 1192 bhash_order > 0) in dccp_init() 1195 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, bhash_order); in dccp_init() 1196 } while (!dccp_hashinfo.bhash && --bhash_order >= 0); in dccp_init() 1204 __get_free_pages(GFP_ATOMIC | __GFP_NOWARN, bhash_order); in dccp_init() 1247 free_pages((unsigned long)dccp_hashinfo.bhash2, bhash_order); in dccp_init() 1249 free_pages((unsigned long)dccp_hashinfo.bhash, bhash_order); in dccp_init() 1271 int bhash_order in dccp_fini() local [all...] |
/kernel/linux/linux-5.10/net/dccp/ |
H A D | proto.c | 1129 int ehash_order, bhash_order, i; in dccp_init() local 1184 bhash_order = ehash_order; in dccp_init() 1187 dccp_hashinfo.bhash_size = (1UL << bhash_order) * PAGE_SIZE / in dccp_init() 1190 bhash_order > 0) in dccp_init() 1193 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, bhash_order); in dccp_init() 1194 } while (!dccp_hashinfo.bhash && --bhash_order >= 0); in dccp_init() 1233 free_pages((unsigned long)dccp_hashinfo.bhash, bhash_order); in dccp_init()
|
Completed in 4 milliseconds