Searched refs:DEF_MSG_NUM (Results 1 – 2 of 2) sorted by relevance
253 p->msg_size = DEF_MSG_NUM; in catalog_init()256 p->thash_size = find_prime(DEF_MSG_NUM); in catalog_init()276 tmp->msg_size = DEF_MSG_NUM; in catalog_init()280 tmp->thash_size = find_prime(DEF_MSG_NUM); in catalog_init()486 cur_catalog->msg_size += DEF_MSG_NUM; in handle_message()
91 #define DEF_MSG_NUM 100 macro