Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dproto.c1126 int ehash_order, bhash_order, i; in dccp_init() local
1186 bhash_order = ehash_order; 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
1276 free_pages((unsigned long)dccp_hashinfo.bhash, bhash_order); in dccp_fini()
[all …]