Lines Matching refs:ULONG
43 ULONG _tx_byte_pool_created_count;
50 ULONG _tx_byte_pool_performance_allocate_count;
55 ULONG _tx_byte_pool_performance_release_count;
60 ULONG _tx_byte_pool_performance_merge_count;
65 ULONG _tx_byte_pool_performance_split_count;
70 ULONG _tx_byte_pool_performance_search_count;
75 ULONG _tx_byte_pool_performance_suspension_count;
80 ULONG _tx_byte_pool_performance_timeout_count;
141 _tx_byte_pool_performance_allocate_count = ((ULONG) 0); in _tx_byte_pool_initialize()
142 _tx_byte_pool_performance_release_count = ((ULONG) 0); in _tx_byte_pool_initialize()
143 _tx_byte_pool_performance_merge_count = ((ULONG) 0); in _tx_byte_pool_initialize()
144 _tx_byte_pool_performance_split_count = ((ULONG) 0); in _tx_byte_pool_initialize()
145 _tx_byte_pool_performance_search_count = ((ULONG) 0); in _tx_byte_pool_initialize()
146 _tx_byte_pool_performance_suspension_count = ((ULONG) 0); in _tx_byte_pool_initialize()
147 _tx_byte_pool_performance_timeout_count = ((ULONG) 0); in _tx_byte_pool_initialize()