Searched refs:bhash_order (Results 1 – 1 of 1) sorted by relevance
1107 int ehash_order, bhash_order, i; in dccp_init() local1167 bhash_order = ehash_order; in dccp_init()1170 dccp_hashinfo.bhash_size = (1UL << bhash_order) * PAGE_SIZE / in dccp_init()1173 bhash_order > 0) in dccp_init()1176 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, bhash_order); in dccp_init()1177 } while (!dccp_hashinfo.bhash && --bhash_order >= 0); in dccp_init()1185 __get_free_pages(GFP_ATOMIC | __GFP_NOWARN, bhash_order); in dccp_init()1228 free_pages((unsigned long)dccp_hashinfo.bhash2, bhash_order); in dccp_init()1230 free_pages((unsigned long)dccp_hashinfo.bhash, bhash_order); in dccp_init()1252 int bhash_order = get_order(dccp_hashinfo.bhash_size * in dccp_fini() local[all …]