Lines Matching refs:group_ptr

87 UINT  _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,  in _tx_event_flags_get()  argument
119 group_ptr -> tx_event_flags_group__performance_get_count++; in _tx_event_flags_get()
123 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_EVENT_FLAGS_GET, group_ptr, requested_flags, group_ptr -> tx_even… in _tx_event_flags_get()
129 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get()
132 *actual_flags_ptr = current_flags & ~group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get()
175 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
176group_ptr -> tx_event_flags_group_current & (~requested_flags); in _tx_event_flags_get()
186 delayed_clear_flags = group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get()
239 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_get()
242 if (group_ptr -> tx_event_flags_group_suspension_list == TX_NULL) in _tx_event_flags_get()
258 group_ptr -> tx_event_flags_group_delayed_clear = in _tx_event_flags_get()
259group_ptr -> tx_event_flags_group_delayed_clear | requested_flags; in _tx_event_flags_get()
265 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
266group_ptr -> tx_event_flags_group_current & ~requested_flags; in _tx_event_flags_get()
301 group_ptr -> tx_event_flags_group___performance_suspension_count++; in _tx_event_flags_get()
321 thread_ptr -> tx_thread_suspend_control_block = (VOID *) group_ptr; in _tx_event_flags_get()
331 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_get()
339 group_ptr -> tx_event_flags_group_suspension_list = thread_ptr; in _tx_event_flags_get()
347 … next_thread = group_ptr -> tx_event_flags_group_suspension_list; in _tx_event_flags_get()
356 group_ptr -> tx_event_flags_group_suspended_count++; in _tx_event_flags_get()