Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/qat/qat_common/
H A Dadf_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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h31 void reserve(size_t Size) { String.reserve(Size + 1); } in reserve() function
H A Dvector.h56 bool reserve(uptr NewSize) { in reserve() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.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/contrib/wpa/src/pae/
H A Dieee802_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/crypto/openssl/test/
H A Dstack_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/sys/contrib/openzfs/lib/libzpool/
H A Darc_os.c61 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h56 void reserve(typename StorageT::size_type s) { reserve() function
H A DPackedVector.h112 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } in reserve() function
H A DAddressRanges.h72 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve() function
H A DMapVector.h64 void reserve(size_type NumEntries) { in reserve() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h79 void reserve(size_t Size) { in reserve() function
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c136 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h270 static void reserve(std::string &S, uint64_t Size) { S.reserve(Size); } in reserve() function
292 static void reserve(std::vector<T> &V, uint64_t Size) { V.reserve(Size); } reserve() function
318 static void reserve(std::unordered_map<K, V> &M, uint64_t Size) { reserve() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.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/contrib/libcxxrt/
H A Dcxxabi.h92 void *reserve; member
/freebsd/sys/dev/isci/scil/
H A Dsati_mode_pages.h113 U8 reserve; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.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/sys/net/
H A Dif_pflog.h56 u_int8_t reserve; /* Appease broken software like Wireshark. */ member
/freebsd/crypto/openssh/
H A Dbitmap.c82 reserve(struct bitmap *b, u_int n) in reserve() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp53 ExecutorSharedMemoryMapperService::reserve(uint64_t Size) { in reserve() function in llvm::orc::rt_bootstrap::ExecutorSharedMemoryMapperService
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c254 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
/freebsd/usr.sbin/ofwdump/
H A Dofw_util.c202 int *buflen, int reserve) in ofw_getprop_alloc()
/freebsd/contrib/tcpdump/missing/
H A Dsnprintf.c64 int (*reserve)(struct state *, size_t); member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h197 void reserve(BumpVectorContext &C, unsigned N) { in reserve() function

123