Lines Matching refs:ULONG
42 ULONG _tx_byte_pool_created_count;
49 ULONG _tx_byte_pool_performance_allocate_count;
54 ULONG _tx_byte_pool_performance_release_count;
59 ULONG _tx_byte_pool_performance_merge_count;
64 ULONG _tx_byte_pool_performance_split_count;
69 ULONG _tx_byte_pool_performance_search_count;
74 ULONG _tx_byte_pool_performance_suspension_count;
79 ULONG _tx_byte_pool_performance_timeout_count;
140 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); in _tx_byte_pool_initialize()
141 _tx_byte_pool_performance_release_count = ((ULONG) 0); in _tx_byte_pool_initialize()
142 _tx_byte_pool_performance_merge_count = ((ULONG) 0); in _tx_byte_pool_initialize()
143 _tx_byte_pool_performance_split_count = ((ULONG) 0); in _tx_byte_pool_initialize()
144 _tx_byte_pool_performance_search_count = ((ULONG) 0); in _tx_byte_pool_initialize()
145 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); in _tx_byte_pool_initialize()
146 _tx_byte_pool_performance_timeout_count = ((ULONG) 0); in _tx_byte_pool_initialize()