Searched refs:refs (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c750 int refs; local
754 refs = atomic_fetchadd_int(&chan->ch_refs, -1);
757 KASSERT(refs == 1, ("chan%u: invalid refcnt %d for prichan",
758 chan->ch_id, refs + 1));
761 if (refs == 1) {
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp714 SmallVector<TiReference, 1> refs; local
717 discoverTypeIndicesInSymbol(sym, refs);
718 assert(refs.size() == 1);
719 assert(refs.front().Count == 1);
722 reinterpret_cast<TypeIndex *>(content.data() + refs[0].Offset);
/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c279 int refs; local
287 refs = object->ref_count;
305 while (refs-- > 0)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h241 for (auto &VI : FSum->refs())
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c1350 free_mem_refs (struct mem_ref *refs) argument
1354 for (ref = refs; ref; ref = next)
/freebsd-11-stable/usr.bin/localedef/
H A Dcollate.c1047 add_weights(int32_t *refs) argument
1051 add_weight(refs[i], i);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h42 explicit shared_count(long refs = 0) : shared_owners_(refs) {}
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c204 int refs; member in struct:hn_txdesc
2684 KASSERT(txd->refs > 0, ("invalid txd refs %d", txd->refs));
2685 if (atomic_fetchadd_int(&txd->refs, -1) != 1)
2777 KASSERT(txd->m == NULL && txd->refs == 0 &&
2785 txd->refs = 1;
2795 KASSERT(txd->refs > 0, ("invalid txd refs %d", txd->refs));
[all...]
/freebsd-11-stable/sys/net/
H A Dpfvar.h722 u_int refs; member in struct:pf_state
1563 refcount_acquire(&s->refs);
1570 if (refcount_release(&s->refs)) {
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c509 if (stat.refs > 1)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1237 uint64_t refs; local
1242 refs = refcount_remove(&dn->dn_holds, tag);
1254 ASSERT(refs > 0 || dnh->dnh_zrlock.zr_owner != curthread);
1257 if (refs == 0 && db != NULL) {
/freebsd-11-stable/sys/netgraph/
H A Dnetgraph.h383 #define NGF_INVALID 0x00000001 /* free when refs go to 0 */
627 int refs; member in struct:ng_apply_info
1091 int refs; /* number of instances */ member in struct:ng_type
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_drv.c1105 " @%p pci%d:%d:%d refs %d flags %x loads %lu unloads %lu\n",
1108 pci_get_function(ctx->ctx_tag.owner), ctx->refs, ctx->flags,
1119 " @%p dom %d mgaw %d agaw %d pglvl %d end %jx refs %d\n"
1122 (uintmax_t)domain->end, domain->refs, domain->ctx_cnt,
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h737 int refs[MLX4_MAX_MAC_NUM]; member in struct:mlx4_mac_table
760 int refs[MLX4_MAX_VLAN_NUM]; member in struct:mlx4_vlan_table
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c409 unsigned int refs; member in struct:isc__socketmgr
4170 socketmgr->refs++;
4259 manager->refs = 1;
4370 manager->refs--;
4371 if (manager->refs > 0) {
5933 xmlTextWriterWriteFormatString(writer, "%d", mgr->refs);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h911 ref_iterator_range refs() { return {ref_begin(), ref_end()}; }
912 const_ref_iterator_range refs() const { return {ref_begin(), ref_end()}; }
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c471 * But MII refs take 150 uSecs each, so remember the last value
3883 # define NG_TYPE_REF(type) atomic_add_int(&(type)->refs, 1)
3886 if ((type)->refs == 1) \
3889 atomic_subtract_int(&(type)->refs, 1); \
4111 if (ng_type.refs == 0) /* or: if (ng_findtype(&ng_type) == NULL) */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp766 KEYWORD(refs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp799 llvm::all_of(Summary->refs(), [&](const ValueInfo &VI) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp342 Refs += Summary->refs().size();
356 << " refs and " << Calls << " calls)\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3656 NameVals.push_back(FS->refs().size());
3660 for (auto &RI : FS->refs())
3704 NameVals.push_back(VS->refs().size());
3707 for (auto &RI : VS->refs())
3709 // Sort the refs for determinism output, the vector returned by FS->refs() has
3997 for (const ValueInfo &VI : S->refs())
4022 for (auto &RI : VS->refs()) {
4054 for (auto &RI : FS->refs()) {
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h710 * @param refs Passed to the base facet class.
723 * @param refs Passed to the base facet class.
1244 * @param refs Passed to the base facet class.
1255 * @param refs Passed to the base facet class.
1525 ctype_byname<char>::ctype_byname(const char*, size_t refs);
1528 ctype_byname<wchar_t>::ctype_byname(const char*, size_t refs);
1683 * @param refs Refcount to pass to the base class.
1696 * @param refs Refcount to pass to the base class.
1710 * @param refs Refcount to pass to the base class.
1950 * @param refs Passe
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c775 refcount_acquire(&ldev->refs);
2150 if (refcount_release(&ldev->refs))
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c3657 struct ieee_buflist refs;
5981 really of reference type. We put this on the refs field
5989 &info->type_stack->type.classdef->refs)
6460 if (! ieee_buffer_emptyp (&info->type_stack->type.classdef->refs))
6463 &info->type_stack->type.classdef->refs))
3655 struct ieee_buflist refs; member in struct:ieee_type_class
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl58 The fixed font to use for code refs. Defaults to CW.
781 # files and filelike refs in italics

Completed in 430 milliseconds

1234