Home
last modified time | relevance | path

Searched refs:alloc (Results 176 – 200 of 308) sorted by relevance

12345678910>>...13

/freebsd/sys/sys/
H A Dbus_san.h137 #define bus_space_alloc BUS_SAN(alloc)
/freebsd/sys/conf/
H A Dkern.mk79 -Wno-alloc-size-larger-than \
/freebsd/sys/dev/acpica/
H A Dacpi.c2187 ACPI_MCFG_ALLOCATION *alloc, *end; in acpi_enable_pcie() local
2195 alloc = (ACPI_MCFG_ALLOCATION *)((ACPI_TABLE_MCFG *)hdr + 1); in acpi_enable_pcie()
2196 while (alloc < end) { in acpi_enable_pcie()
2197 pcie_cfgregopen(alloc->Address, alloc->PciSegment, in acpi_enable_pcie()
2198 alloc->StartBusNumber, alloc->EndBusNumber); in acpi_enable_pcie()
2199 alloc++; in acpi_enable_pcie()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S99 { .mmi; alloc r16=ar.pfs,12,0,0,8
289 { .mmi; alloc pfssave=ar.pfs,3,1,12,0
476 { .mmi; alloc r16=ar.pfs,12,0,0,8
666 { .mmi; alloc pfssave=ar.pfs,3,1,12,0
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h90 template <typename T, typename... Args> T *alloc(Args &&... ConstructorArgs) { in alloc() function
/freebsd/bin/csh/
H A DMakefile39 SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td27 def ExprAllocAddress: Property<"expr-alloc-address", "UInt64">,
30 def ExprAllocSize: Property<"expr-alloc-size", "UInt64">,
33 def ExprAllocAlign: Property<"expr-alloc-align", "UInt64">,
/freebsd/crypto/heimdal/appl/push/
H A DChangeLog7 * push.c: alloc memory to handle very long lines
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-tqma8mq.dtsi58 alloc-ranges = <0 0x40000000 0 0x78000000>;
H A Dimx8mn-tqma8mqnl.dtsi45 alloc-ranges = <0 0x40000000 0 0x78000000>;
H A Dimx8mm-tqma8mqml.dtsi47 alloc-ranges = <0 0x40000000 0 0x78000000>;
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dreserved-memory.yaml49 alloc-ranges:
/freebsd/sys/dev/sound/midi/
H A Dsynth_if.m308 METHOD int alloc {
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c572 bool alloc = false; in iwl_pcie_tx_init() local
578 alloc = true; in iwl_pcie_tx_init()
628 if (alloc) in iwl_pcie_tx_init()
/freebsd/sys/vm/
H A Dvm_phys.c1014 goto alloc; in vm_phys_fictitious_reg_range()
1033 goto alloc; in vm_phys_fictitious_reg_range()
1041 alloc: in vm_phys_fictitious_reg_range()
H A Dvm_pager.c420 FIX(alloc); in vm_pager_alloc_dyn_type()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h1101 __sanitizer::LowLevelAllocator &alloc) { in new() argument
1102 return alloc.Allocate(size); in new()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8939.dtsi355 * define reliable alloc-ranges.
358 * alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
368 alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
376 alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
384 alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
H A Dmsm8916.dtsi83 * define reliable alloc-ranges.
86 * alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
96 alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
104 alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
112 alloc-ranges = <0x0 0x86800000 0x0 0x8000000>;
/freebsd/contrib/unbound/services/
H A Dmesh.c864 struct regional* region = alloc_reg_obtain(env->alloc); in mesh_state_create()
872 alloc_reg_release(env->alloc, region); in mesh_state_create()
895 alloc_reg_release(env->alloc, region); in mesh_state_create()
902 alloc_reg_release(env->alloc, region); in mesh_state_create()
990 alloc_reg_release(mstate->s.env->alloc, mstate->s.region); in mesh_state_cleanup()
/freebsd/contrib/unbound/daemon/
H A Dworker.c138 ac = alloc_get_mem(worker->alloc); in worker_mem_report()
2227 worker->alloc = worker->daemon->worker_allocs[worker->thread_num]; in worker_init()
2228 alloc_set_id_cleanup(worker->alloc, &worker_alloc_cleanup, worker); in worker_init()
2234 worker->env.alloc = worker->alloc; in worker_init()
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt4240si-post.dtsi37 alloc-ranges = <0 0 0x10000 0>;
42 alloc-ranges = <0 0 0x10000 0>;
47 alloc-ranges = <0 0 0x10000 0>;
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c839 u32 used, alloc; in fill_meminfo() local
1059 alloc = G_T5_ALLOC(lo); in fill_meminfo()
1062 alloc = G_ALLOC(lo); in fill_meminfo()
1065 meminfo_buff->port_alloc[i] = alloc; in fill_meminfo()
1076 alloc = G_T5_ALLOC(lo); in fill_meminfo()
1079 alloc = G_ALLOC(lo); in fill_meminfo()
1082 meminfo_buff->loopback_alloc[i] = alloc; in fill_meminfo()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1338 CallEventManager(llvm::BumpPtrAllocator &alloc) : Alloc(alloc) {} in CallEventManager() argument
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1495 int64_t alloc = 0; in dump_spacemap() local
1563 alloc += entry_run; in dump_spacemap()
1565 alloc -= entry_run; in dump_spacemap()
1568 if (alloc != space_map_allocated(sm)) { in dump_spacemap()
6903 uint64_t alloc = metaslab_class_get_alloc( in dump_block_stats() local
6909 "Special class", (u_longlong_t)alloc, in dump_block_stats()
6910 100.0 * alloc / space); in dump_block_stats()
6914 uint64_t alloc = metaslab_class_get_alloc( in dump_block_stats() local
6920 "Dedup class", (u_longlong_t)alloc, in dump_block_stats()
6921 100.0 * alloc / space); in dump_block_stats()
[all …]

12345678910>>...13