Home
last modified time | relevance | path

Searched refs:bhash_order (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/dccp/
Dproto.c1110 int ehash_order, bhash_order, i; in dccp_init() local
1165 bhash_order = ehash_order; in dccp_init()
1168 dccp_hashinfo.bhash_size = (1UL << bhash_order) * PAGE_SIZE / in dccp_init()
1171 bhash_order > 0) in dccp_init()
1174 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, bhash_order); in dccp_init()
1175 } while (!dccp_hashinfo.bhash && --bhash_order >= 0); in dccp_init()
1214 free_pages((unsigned long)dccp_hashinfo.bhash, bhash_order); in dccp_init()