Searched refs:ehash_order (Results 1 – 1 of 1) sorted by relevance
1126 int ehash_order, bhash_order, i; in dccp_init() local1162 for (ehash_order = 0; (1UL << ehash_order) < goal; ehash_order++) in dccp_init()1165 unsigned long hash_size = (1UL << ehash_order) * PAGE_SIZE / in dccp_init()1172 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, ehash_order); in dccp_init()1173 } while (!dccp_hashinfo.ehash && --ehash_order > 0); in dccp_init()1186 bhash_order = ehash_order; in dccp_init()1253 free_pages((unsigned long)dccp_hashinfo.ehash, ehash_order); in dccp_init()