Searched refs:RHIF_STATIC_BLOCK (Results 1 – 2 of 2) sorted by relevance
81 if ((info->flags & RHIF_STATIC_BLOCK) == 0) in grow()88 info->flags &= ~RHIF_STATIC_BLOCK; in grow()287 if ((info->flags & RHIF_STATIC_BLOCK) == 0) in rh_destroy()316 info->flags = RHIF_STATIC_INFO | RHIF_STATIC_BLOCK; in rh_init()
38 #define RHIF_STATIC_BLOCK 0x2 macro