Searched refs:sne (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/unbound/edns-subnet/ |
| HD | subnetmod.c | 362 struct subnet_env *sne = qstate->env->modinfo[id]; in update_cache() local 364 struct slabhash *subnet_msg_cache = sne->subnet_msg_cache; in update_cache() 407 if (!(tree = get_tree(lru_entry->data, edns, sne, qstate->env->cfg))) { in update_cache() 412 lock_quick_lock(&sne->alloc.lock); in update_cache() 413 rep = reply_info_copy(qstate->return_msg->rep, &sne->alloc, NULL); in update_cache() 414 lock_quick_unlock(&sne->alloc.lock); in update_cache() 455 struct subnet_env *sne = (struct subnet_env*)env->modinfo[id]; in lookup_and_reply() local 469 e = slabhash_lookup(sne->subnet_msg_cache, h, &qstate->qinfo, 1); in lookup_and_reply() 528 struct subnet_env *sne = qstate->env->modinfo[id]; in eval_response() local 561 lock_rw_wrlock(&sne->biglock); in eval_response() [all …]
|
| /freebsd-14-stable/contrib/unbound/daemon/ |
| HD | stats.c | 144 struct subnet_env* sne; in set_subnet_stats() local 147 sne = (struct subnet_env*)worker->env.modinfo[m]; in set_subnet_stats() 149 lock_rw_wrlock(&sne->biglock); in set_subnet_stats() 151 lock_rw_rdlock(&sne->biglock); in set_subnet_stats() 153 svr->num_query_subnet = (long long)(sne->num_msg_nocache + sne->num_msg_cache); in set_subnet_stats() 154 svr->num_query_subnet_cache = (long long)sne->num_msg_cache; in set_subnet_stats() 156 sne->num_msg_cache = 0; in set_subnet_stats() 157 sne->num_msg_nocache = 0; in set_subnet_stats() 159 lock_rw_unlock(&sne->biglock); in set_subnet_stats()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsSchedule.td | 327 def II_SEQ_SNE : InstrItinClass; // seq and sne
|
| HD | MipsInstrInfo.td | 2599 "sne $rd, $rs, $rt">, NOT_ASE_CNMIPS; 2601 def : MipsInstAlias<"sne $rd, $rs", 2607 "sne $rd, $rs, $imm">, NOT_ASE_CNMIPS; 2609 def : MipsInstAlias<"sne $rd, $imm",
|
| HD | Mips64InstrInfo.td | 570 def SNE : SetCC64_R<"sne", setne>, SEQ_FM<0x2b>, ASE_CNMIPS;
|