Home
last modified time | relevance | path

Searched defs:reserve (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-head/sys/dev/qat/qat_common/
HDadf_ctl_drv.c221 *adf_ctl_ioctl_bundle(struct adf_user_reserve_ring reserve) in adf_ctl_ioctl_bundle()
260 struct adf_user_reserve_ring reserve = {0}; in adf_ctl_ioctl_reserve_ring() local
307 struct adf_user_reserve_ring reserve; in adf_ctl_ioctl_release_ring() local
353 struct adf_user_reserve_ring reserve; in adf_ctl_ioctl_enable_ring() local
374 struct adf_user_reserve_ring reserve; in adf_ctl_ioctl_disable_ring() local
/freebsd-head/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDstring_utils.h31 void reserve(size_t Size) { String.reserve(Size + 1); } in reserve() function
HDvector.h56 bool reserve(uptr NewSize) { in reserve() function
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDASTUnresolvedSet.h89 void reserve(ASTContext &C, unsigned N) { in reserve() function
115 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); } in reserve() function
/freebsd-head/contrib/wpa/src/pae/
HDieee802_1x_kay_i.h157 u8 reserve; member
231 u8 reserve; member
293 u8 reserve:1; member
299 u8 reserve:1; member
342 u8 reserve:4; member
348 u8 reserve:4; member
386 u8 reserve; member
409 u8 reserve; member
/freebsd-head/crypto/openssl/test/
HDstack_test.c53 static int test_int_stack(int reserve) in test_int_stack()
174 static int test_uchar_stack(int reserve) in test_uchar_stack()
/freebsd-head/sys/contrib/openzfs/lib/libzpool/
HDarc_os.c62 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDIndexedMap.h57 void reserve(typename StorageT::size_type s) { in reserve() function
HDPackedVector.h112 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } in reserve() function
HDAddressRanges.h72 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve() function
HDMapVector.h64 void reserve(size_type NumEntries) { in reserve() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDInstructionWorklist.h79 void reserve(size_t Size) { in reserve() function
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDarc_os.c137 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDTypeLocBuilder.h60 void reserve(size_t Requested) { in reserve() function
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMemoryMapper.cpp44 void InProcessMemoryMapper::reserve(size_t NumBytes, in reserve() function in llvm::orc::InProcessMemoryMapper
220 void SharedMemoryMapper::reserve(size_t NumBytes, in reserve() function in llvm::orc::SharedMemoryMapper
/freebsd-head/contrib/llvm-project/compiler-rt/lib/orc/
HDsimple_packed_serialization.h270 static void reserve(std::string &S, uint64_t Size) { S.reserve(Size); } in reserve() function
299 static void reserve(std::vector<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function
325 static void reserve(std::unordered_map<K, V> &M, uint64_t Size) { in reserve() function
/freebsd-head/contrib/libcxxrt/
HDcxxabi.h92 void *reserve; member
/freebsd-head/sys/dev/isci/scil/
HDsati_mode_pages.h113 U8 reserve; member
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDSimplePackedSerialization.h279 static void reserve(std::string &S, uint64_t Size) { S.reserve(Size); } in reserve() function
301 static void reserve(std::vector<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function
323 static void reserve(SmallVectorImpl<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function
/freebsd-head/sys/net/
HDif_pflog.h56 u_int8_t reserve; /* Appease broken software like Wireshark. */ member
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDExecutorSharedMemoryMapperService.cpp53 ExecutorSharedMemoryMapperService::reserve(uint64_t Size) { in reserve() function in llvm::orc::rt_bootstrap::ExecutorSharedMemoryMapperService
/freebsd-head/crypto/openssh/
HDbitmap.c82 reserve(struct bitmap *b, u_int n) in reserve() function
/freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/
HDarc_os.c255 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
/freebsd-head/usr.sbin/ofwdump/
HDofw_util.c202 int *buflen, int reserve) in ofw_getprop_alloc()
/freebsd-head/contrib/tcpdump/missing/
HDsnprintf.c64 int (*reserve)(struct state *, size_t); member

123