/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_ctl_drv.c | 221 *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 D | string_utils.h | 31 void reserve(size_t Size) { String.reserve(Size + 1); } in reserve() function
|
H A D | vector.h | 56 bool reserve(uptr NewSize) { in reserve() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTUnresolvedSet.h | 89 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 D | ieee802_1x_kay_i.h | 157 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 D | stack_test.c | 53 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 D | arc_os.c | 61 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 D | IndexedMap.h | 56 void reserve(typename StorageT::size_type s) { reserve() function
|
H A D | PackedVector.h | 112 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } in reserve() function
|
H A D | AddressRanges.h | 72 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve() function
|
H A D | MapVector.h | 64 void reserve(size_type NumEntries) { in reserve() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | InstructionWorklist.h | 79 void reserve(size_t Size) { in reserve() function
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | arc_os.c | 136 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 D | simple_packed_serialization.h | 270 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 D | MemoryMapper.cpp | 44 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 D | cxxabi.h | 92 void *reserve; member
|
/freebsd/sys/dev/isci/scil/ |
H A D | sati_mode_pages.h | 113 U8 reserve; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimplePackedSerialization.h | 279 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 D | if_pflog.h | 56 u_int8_t reserve; /* Appease broken software like Wireshark. */ member
|
/freebsd/crypto/openssh/ |
H A D | bitmap.c | 82 reserve(struct bitmap *b, u_int n) in reserve() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 53 ExecutorSharedMemoryMapperService::reserve(uint64_t Size) { in reserve() function in llvm::orc::rt_bootstrap::ExecutorSharedMemoryMapperService
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | arc_os.c | 254 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
|
/freebsd/usr.sbin/ofwdump/ |
H A D | ofw_util.c | 202 int *buflen, int reserve) in ofw_getprop_alloc()
|
/freebsd/contrib/tcpdump/missing/ |
H A D | snprintf.c | 64 int (*reserve)(struct state *, size_t); member
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 197 void reserve(BumpVectorContext &C, unsigned N) { in reserve() function
|