Lines Matching refs:ULONG
55 #define TX_BYTE_POOL_ID ((ULONG) 0x42595445)
58 #define TX_BYTE_BLOCK_FREE ((ULONG) 0xFFFFEEEEUL)
62 #define TX_BYTE_BLOCK_MIN ((ULONG) 20)
66 #define TX_BYTE_POOL_MIN ((ULONG) 100)
86 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); \
87 _tx_byte_pool_performance_release_count = ((ULONG) 0); \
88 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \
89 _tx_byte_pool_performance_split_count = ((ULONG) 0); \
90 _tx_byte_pool_performance_search_count = ((ULONG) 0); \
91 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); \
92 _tx_byte_pool_performance_timeout_count = ((ULONG) 0)
104 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
105 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
128 BYTE_POOL_DECLARE ULONG _tx_byte_pool_created_count;
135 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_allocate_count;
140 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_release_count;
145 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_merge_count;
150 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_split_count;
155 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_search_count;
160 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_suspension_count;
165 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_timeout_count;