Searched refs:next_object (Results 1 – 2 of 2) sorted by relevance
81 TXM_MODULE_ALLOCATED_OBJECT *next_object, *previous_object; in _txm_module_manager_object_deallocate() local110 …next_object = module_allocated_object_ptr -> txm_module_… in _txm_module_manager_object_deallocate()112 next_object -> txm_module_allocated_object_previous = previous_object; in _txm_module_manager_object_deallocate()113 previous_object -> txm_module_allocated_object_next = next_object; in _txm_module_manager_object_deallocate()119 module_instance -> txm_module_instance_object_list_head = next_object; in _txm_module_manager_object_deallocate()
96 TXM_MODULE_ALLOCATED_OBJECT *next_object, *previous_object; in _txm_module_manager_object_allocate() local119 next_object = module_instance -> txm_module_instance_object_list_head; in _txm_module_manager_object_allocate()120 previous_object = next_object -> txm_module_allocated_object_previous; in _txm_module_manager_object_allocate()123 next_object -> txm_module_allocated_object_previous = object_ptr; in _txm_module_manager_object_allocate()128 object_ptr -> txm_module_allocated_object_next = next_object; in _txm_module_manager_object_allocate()