Searched refs:DEF_MSG_NUM (Results 1 – 2 of 2) sorted by relevance
255 p->msg_size = DEF_MSG_NUM; in catalog_init()258 p->thash_size = find_prime(DEF_MSG_NUM); in catalog_init()278 tmp->msg_size = DEF_MSG_NUM; in catalog_init()282 tmp->thash_size = find_prime(DEF_MSG_NUM); in catalog_init()488 cur_catalog->msg_size += DEF_MSG_NUM; in handle_message()
93 #define DEF_MSG_NUM 100 macro