Lines Matching refs:ULONG
56 #define TX_BYTE_POOL_ID ((ULONG) 0x42595445)
59 #define TX_BYTE_BLOCK_FREE ((ULONG) 0xFFFFEEEEUL)
63 #define TX_BYTE_BLOCK_MIN ((ULONG) 20)
67 #define TX_BYTE_POOL_MIN ((ULONG) 100)
87 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); \
88 _tx_byte_pool_performance_release_count = ((ULONG) 0); \
89 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \
90 _tx_byte_pool_performance_split_count = ((ULONG) 0); \
91 _tx_byte_pool_performance_search_count = ((ULONG) 0); \
92 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); \
93 _tx_byte_pool_performance_timeout_count = ((ULONG) 0)
105 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
106 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
129 BYTE_POOL_DECLARE ULONG _tx_byte_pool_created_count;
136 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_allocate_count;
141 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_release_count;
146 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_merge_count;
151 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_split_count;
156 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_search_count;
161 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_suspension_count;
166 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_timeout_count;