Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c424 ngx_thread_pool_t **tpp; in ngx_thread_pool_init_conf() local
426 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 …]
/f-stack/tools/netstat/
H A Dmain.c949 struct protox **tpp, *tp; in knownname() local
951 for (tpp = protoprotox; *tpp; tpp++) in knownname()
952 for (tp = *tpp; tp->pr_name; tp++) in knownname()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c230 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit() argument
232 ASSERT(*tpp != NULL); in txg_thread_exit()
233 *tpp = NULL; in txg_thread_exit()
/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c284 quicklistNode *t = quicklist->tail, *tp = t->prev, *tpp = tp->prev; in __quicklistCompress()
295 if (tpp != h) { in __quicklistCompress()
296 quicklistCompressNode(tpp); in __quicklistCompress()
/f-stack/freebsd/netinet/
H A Dsctp_output.c6967 struct sctp_tmit_chunk *tpp; in sctp_clean_up_datalist() local
6971 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()