Searched refs:activep (Results 1 – 5 of 5) sorted by relevance
108 tpool_active_t *activep; in job_cleanup() local112 for (activepp = &tpool->tp_active; ; activepp = &activep->tpa_next) { in job_cleanup()113 activep = *activepp; in job_cleanup()114 if (activep->tpa_tid == my_tid) { in job_cleanup()115 *activepp = activep->tpa_next; in job_cleanup()461 tpool_active_t *activep; in tpool_destroy() local475 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()476 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()586 tpool_active_t *activep; in tpool_member() local591 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()[all …]
1489 if (*activep) { in process_server_config_line_depth()1511 if (*activep) in process_server_config_line_depth()1853 if (!*activep) in process_server_config_line_depth()1879 if (!*activep) in process_server_config_line_depth()1940 if (!*activep) { in process_server_config_line_depth()2030 if (*activep) { in process_server_config_line_depth()2124 if (!*activep) in process_server_config_line_depth()2418 if (*activep) { in process_server_config_line_depth()2522 if (*activep) in process_server_config_line_depth()2538 if (*activep) in process_server_config_line_depth()[all …]
1073 activep = &cmdline; in process_config_line_depth()1312 if (*activep) { in process_config_line_depth()1332 if (*activep) { in process_config_line_depth()1673 if (*activep) { in process_config_line_depth()1743 *activep = 0; in process_config_line_depth()1764 *activep = 0; in process_config_line_depth()1768 if (!*activep) in process_config_line_depth()1770 *activep = 1; in process_config_line_depth()1773 if (*activep) in process_config_line_depth()1856 if (!*activep) in process_config_line_depth()[all …]
2265 int *activep, PCAP_SOCKET *sockctrlp, uint8 *uses_sslp, SSL **sslp, in rpcap_setup_session() argument2313 *activep = 1; in rpcap_setup_session()2321 *activep = 0; in rpcap_setup_session()
8718 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) argument8730 if ((*activep * 100 / size) > low) {8739 if ((*activep * 100 / size) <= low) {8769 while ((*activep * 100 / size) > low) {