Searched refs:activep (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libtpool/ |
H A D | thread_pool.c | 108 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 D | servconf.c | 83 struct connection_info *connectinfo, int flags, int *activep, int depth); 1316 const char *filename, int linenum, int *activep, in process_server_config_line_depth() argument 1372 if (activep == NULL) { /* We are processing a command line directive */ in process_server_config_line_depth() 1374 activep = &cmdline; in process_server_config_line_depth() 1376 if (*activep && opcode != sMatch && opcode != sInclude) in process_server_config_line_depth() 1378 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line_depth() 1400 if (*activep && *charptr == NULL) in process_server_config_line_depth() 1436 if (*activep && *intptr == -1) in process_server_config_line_depth() 1496 if (*activep && *intptr == -1) in process_server_config_line_depth() 1505 if (*activep) { in process_server_config_line_depth() [all …]
|
H A D | readconf.c | 137 int flags, int *activep, int *want_final_pass, int depth); 140 const char *filename, int linenum, int *activep, int flags, 1082 int linenum, int *activep, int flags) in process_config_line() argument 1085 line, filename, linenum, activep, flags, NULL, 0); in process_config_line() 1092 int linenum, int *activep, int flags, int *want_final_pass, int depth) in process_config_line_depth() argument 1115 if (activep == NULL) { /* We are processing a command line directive */ in process_config_line_depth() 1117 activep = &cmdline; in process_config_line_depth() 1186 if (*activep && *intptr == -1) in process_config_line_depth() 1209 if (*activep && *intptr == -1) in process_config_line_depth() 1214 if (*activep && *intptr == -1) in process_config_line_depth() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-rpcap.c | 2265 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/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 8714 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) {
|