Searched refs:bhash_order (Results 1 – 1 of 1) sorted by relevance
1126 int ehash_order, bhash_order, i; in dccp_init() local1186 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 = get_order(dccp_hashinfo.bhash_size * in dccp_fini() local[all …]