Searched refs:previous_group (Results 1 – 4 of 4) sorted by relevance
81 TX_EVENT_FLAGS_GROUP *previous_group; in _tx_event_flags_create() local111 previous_group = next_group -> tx_event_flags_group_created_previous; in _tx_event_flags_create()115 previous_group -> tx_event_flags_group_created_next = group_ptr; in _tx_event_flags_create()118 group_ptr -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_create()
86 TX_EVENT_FLAGS_GROUP *previous_group; in _tx_event_flags_delete() local122 …previous_group = group_ptr -> tx_event_flags_group_created_p… in _tx_event_flags_delete()123 next_group -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_delete()124 previous_group -> tx_event_flags_group_created_next = next_group; in _tx_event_flags_delete()