Searched refs:tpp (Results 1 – 5 of 5) sorted by relevance
424 ngx_thread_pool_t **tpp; in ngx_thread_pool_init_conf() local426 tpp = tcf->pools.elts; in ngx_thread_pool_init_conf()430 if (tpp[i]->threads) { in ngx_thread_pool_init_conf()439 tpp[i]->threads = 32; in ngx_thread_pool_init_conf()446 &tpp[i]->name, tpp[i]->file, tpp[i]->line); in ngx_thread_pool_init_conf()547 if (tpp == NULL) { in ngx_thread_pool_add()551 *tpp = tp; in ngx_thread_pool_add()567 tpp = tcf->pools.elts; in ngx_thread_pool_get()574 return tpp[i]; in ngx_thread_pool_get()604 tpp = tcf->pools.elts; in ngx_thread_pool_init_worker()[all …]
949 struct protox **tpp, *tp; in knownname() local951 for (tpp = protoprotox; *tpp; tpp++) in knownname()952 for (tp = *tpp; tp->pr_name; tp++) in knownname()
230 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit() argument232 ASSERT(*tpp != NULL); in txg_thread_exit()233 *tpp = NULL; in txg_thread_exit()
284 quicklistNode *t = quicklist->tail, *tp = t->prev, *tpp = tp->prev; in __quicklistCompress()295 if (tpp != h) { in __quicklistCompress()296 quicklistCompressNode(tpp); in __quicklistCompress()
6967 struct sctp_tmit_chunk *tpp; in sctp_clean_up_datalist() local6971 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next); in sctp_clean_up_datalist()6972 if (tpp == NULL) { in sctp_clean_up_datalist()6976 tp1 = tpp; in sctp_clean_up_datalist()