Searched refs:_txe_byte_allocate_orig (Results 1 – 2 of 2) sorted by relevance
158 UINT _txe_byte_allocate_orig(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG w…162 #pragma weak _txe_byte_allocate_orig=_txe_byte_allocate macro
29 extern UINT _txe_byte_allocate_orig(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, …314 UINT ret = _txe_byte_allocate_orig(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()