Home
last modified time | relevance | path

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

/freebsd-14.2/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()
461 tpool_active_t *activep; in tpool_destroy() local
475 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() local
591 for (activep = tpool->tp_active; activep; activep = activep->tpa_next) { in tpool_member()
[all …]
/freebsd-14.2/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.c1073 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 …]
/freebsd-14.2/contrib/libpcap/
H A Dpcap-rpcap.c2265 int *activep, PCAP_SOCKET *sockctrlp, uint8 *uses_sslp, SSL **sslp, in rpcap_setup_session() argument
2313 *activep = 1; in rpcap_setup_session()
2321 *activep = 0; in rpcap_setup_session()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c8718 ipftq_t *ipfqs, ipftq_t *userqs, u_int *activep, int size, int low) argument
8730 if ((*activep * 100 / size) > low) {
8739 if ((*activep * 100 / size) <= low) {
8769 while ((*activep * 100 / size) > low) {