Lines Matching refs:ULONG

61 ULONG                       _tx_thread_smp_reschedule_pending;
63 volatile ULONG _tx_thread_smp_release_cores_flag;
64 ULONG _tx_thread_smp_system_error;
65 ULONG _tx_thread_smp_inter_core_interrupts[TX_THREAD_SMP_MAX_CORES];
67 ULONG _tx_thread_smp_protect_wait_list_size;
68 ULONG _tx_thread_smp_protect_wait_list[TX_THREAD_SMP_PROTECT_WAIT_LIST_SIZE];
69 ULONG _tx_thread_smp_protect_wait_counts[TX_THREAD_SMP_MAX_CORES];
70 ULONG _tx_thread_smp_protect_wait_list_lock_protect_in_force;
71 ULONG _tx_thread_smp_protect_wait_list_tail;
72 ULONG _tx_thread_smp_protect_wait_list_head;
79 ULONG _tx_thread_smp_max_cores;
80 ULONG _tx_thread_smp_detected_cores;
93 ULONG _tx_thread_created_count;
102 volatile ULONG _tx_thread_system_state[TX_THREAD_SMP_MAX_CORES];
110 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32];
118 ULONG _tx_thread_priority_map_active;
130 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
138 ULONG _tx_thread_preempted_map_active;
219 ULONG _tx_build_options;
237 ULONG _tx_thread_performance_resume_count;
243 ULONG _tx_thread_performance_suspend_count;
249 ULONG _tx_thread_performance_solicited_preemption_count;
256 ULONG _tx_thread_performance_interrupt_preemption_count;
262 ULONG _tx_thread_performance_priority_inversion_count;
269 ULONG _tx_thread_performance_time_slice_count;
276 ULONG _tx_thread_performance_relinquish_count;
282 ULONG _tx_thread_performance_timeout_count;
288 ULONG _tx_thread_performance_wait_abort_count;
294 ULONG _tx_thread_performance_idle_return_count;
300 ULONG _tx_thread_performance_non_idle_return_count;
403 _tx_thread_performance_resume_count = ((ULONG) 0); in _tx_thread_initialize()
404 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
405 _tx_thread_performance_solicited_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
406 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
407 _tx_thread_performance_priority_inversion_count = ((ULONG) 0); in _tx_thread_initialize()
408 _tx_thread_performance_time_slice_count = ((ULONG) 0); in _tx_thread_initialize()
409 _tx_thread_performance_relinquish_count = ((ULONG) 0); in _tx_thread_initialize()
410 _tx_thread_performance_timeout_count = ((ULONG) 0); in _tx_thread_initialize()
411 _tx_thread_performance_wait_abort_count = ((ULONG) 0); in _tx_thread_initialize()
412 _tx_thread_performance_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
413 _tx_thread_performance_non_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
419 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
421 | (((ULONG) 1) << 31) in _tx_thread_initialize()
424 | (((ULONG) 1) << 30) in _tx_thread_initialize()
427 | (((ULONG) 1) << 23) in _tx_thread_initialize()
430 | (((ULONG) 1) << 22) in _tx_thread_initialize()
433 | (((ULONG) 1) << 21) in _tx_thread_initialize()
436 | (((ULONG) 1) << 20) in _tx_thread_initialize()
439 | (((ULONG) 1) << 19) in _tx_thread_initialize()
442 | (((ULONG) 1) << 18) in _tx_thread_initialize()
445 | (((ULONG) 1) << 17) in _tx_thread_initialize()
448 | (((ULONG) 1) << 16) in _tx_thread_initialize()
451 | (((ULONG) 1) << 15) in _tx_thread_initialize()
454 | (((ULONG) 1) << 14) in _tx_thread_initialize()
457 | (((ULONG) 1) << 13) in _tx_thread_initialize()
460 | (((ULONG) 1) << 12) in _tx_thread_initialize()
463 | (((ULONG) 1) << 11) in _tx_thread_initialize()
466 | (((ULONG) 1) << 10) in _tx_thread_initialize()
469 | (((ULONG) 1) << 9) in _tx_thread_initialize()
472 | (((ULONG) 1) << 8) in _tx_thread_initialize()
475 | (((ULONG) 1) << 7) in _tx_thread_initialize()