Home
last modified time | relevance | path

Searched refs:alloc (Results 251 – 275 of 308) sorted by relevance

1...<<111213

/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20-asus-tf101.dts57 alloc-ranges = <0x30000000 0x10000000>;
H A Dtegra30-asus-nexus7-grouper-common.dtsi51 alloc-ranges = <0x80000000 0x30000000>;
H A Dtegra20-acer-a500-picasso.dts56 alloc-ranges = <0x30000000 0x10000000>;
H A Dtegra30-asus-transformer-common.dtsi55 alloc-ranges = <0x80000000 0x30000000>;
/freebsd/crypto/openssh/
H A Dsshkey.c623 if (impl != NULL && impl->funcs->alloc != NULL) { in sshkey_new()
624 if (impl->funcs->alloc(k) != 0) { in sshkey_new()
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun4i-a10.dtsi200 alloc-ranges = <0x40000000 0x10000000>;
H A Dsun7i-a20.dtsi182 alloc-ranges = <0x40000000 0x10000000>;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2063 llvm::BumpPtrAllocator &alloc = cfg->getAllocator(); in createOrReuseLocalScope() local
2064 return new (alloc) LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c1577 uint64_t alloc = in vdev_metaslab_init() local
1579 if (alloc < smallest) { in vdev_metaslab_init()
1581 smallest = alloc; in vdev_metaslab_init()
H A Ddsl_dataset.c2227 uint64_t alloc = all - free; in dsl_flush_pending_livelist() local
2228 if (alloc > zfs_livelist_max_entries) { in dsl_flush_pending_livelist()
/freebsd/sys/kern/
H A Dvfs_subr.c1960 goto alloc; in vn_alloc_hard()
1981 goto alloc; in vn_alloc_hard()
2001 alloc: in vn_alloc_hard()
H A Dvfs_vnops.c2355 vn_vget_ino_gen(struct vnode *vp, vn_get_ino_t alloc, void *alloc_arg, in vn_vget_ino_gen() argument
2381 error = alloc(mp, alloc_arg, lkflags, rvp); in vn_vget_ino_gen()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c9818 uint32_t lo, hi, used, free, alloc; in sysctl_meminfo() local
10046 alloc = G_T5_ALLOC(lo); in sysctl_meminfo()
10049 alloc = G_ALLOC(lo); in sysctl_meminfo()
10053 i, used, alloc); in sysctl_meminfo()
10062 alloc = G_T5_ALLOC(lo); in sysctl_meminfo()
10065 alloc = G_ALLOC(lo); in sysctl_meminfo()
10070 i, used, alloc); in sysctl_meminfo()
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c1381 dumpz(alloc); in z_resampler_setup()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor.dtsi87 alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>;
H A Dmsm8996.dtsi551 alloc-ranges = <0x0 0xa0000000 0x0 0x2000000>;
590 alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>;
/freebsd/contrib/tcsh/
H A DFixes1450 2. Fix vms/posix ifdefs in tc.alloc.c
1458 99. Don't use sbrk() in tc.alloc.c on VMS
1615 82. small typo in tc.alloc.c from Mark Moraes.
1852 2. #undef DEBUG in tc.alloc.c, so we continue if we get a bad free()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c1453 int alloc) in qp_res_start_move_to() argument
1475 if (r->com.state == RES_QP_MAPPED && !alloc) in qp_res_start_move_to()
1483 if ((r->com.state == RES_QP_RESERVED && alloc) || in qp_res_start_move_to()
/freebsd/sys/dev/pci/
H A Dpci.c1137 int alloc, new_alloc; in alloc_buffer() local
1139 alloc = roundup2(needed, 8); in alloc_buffer()
1141 if (alloc != new_alloc) { in alloc_buffer()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1727 err = dev->queue_ops->alloc(dev, hwq, idx, n_desc, 0, ring_base); in mt76_init_queue()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h.in755 /* ASN1 alloc/free macros for when a type is only used internally */
/freebsd/contrib/flex/src/
H A Dflex.skl84 #define yyalloc M4_YY_PREFIX[[alloc]]
190 M4_GEN_PREFIX(`alloc')
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmap240 class Allocator = allocator<range-to-alloc-type<R>>>
502 class Allocator = allocator<range-to-alloc-type<R>>>
/freebsd/crypto/heimdal/
H A DChangeLog.2001626 * kdc/kerberos5.c (tgs_rep2): alloc and free csec and cusec
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv8.S35 .section ".text",#alloc,#execinstr

1...<<111213