Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c108 tpool_active_t *activep; in job_cleanup() local
112 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()
473 tpool_active_t *activep; in tpool_destroy() local
487 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) in tpool_destroy()
488 (void) pthread_cancel(activep->tpa_tid); in tpool_destroy()
598 tpool_active_t *activep; in tpool_member() local
603 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
[all …]
/freebsd/crypto/openssh/
H A Dservconf.c1489 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 …]
H A Dreadconf.c1070 activep = &cmdline; in process_config_line_depth()
1309 if (*activep) { in process_config_line_depth()
1329 if (*activep) { in process_config_line_depth()
1670 if (*activep) { in process_config_line_depth()
1740 *activep = 0; in process_config_line_depth()
1761 *activep = 0; in process_config_line_depth()
1765 if (!*activep) in process_config_line_depth()
1767 *activep = 1; in process_config_line_depth()
1770 if (*activep) in process_config_line_depth()
1853 if (!*activep) in process_config_line_depth()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c2261 int *activep, SOCKET *sockctrlp, uint8 *uses_sslp, SSL **sslp, in rpcap_setup_session() argument
2309 *activep = 1; in rpcap_setup_session()
2317 *activep = 0; in rpcap_setup_session()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c8714 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) argument
8726 if ((*activep * 100 / size) > low) {
8735 if ((*activep * 100 / size) <= low) {
8765 while ((*activep * 100 / size) > low) {