Searched refs:next_object (Results 1 – 2 of 2) sorted by relevance
82 TXM_MODULE_ALLOCATED_OBJECT *next_object, *previous_object; in _txm_module_manager_object_deallocate() local111 …next_object = module_allocated_object_ptr -> txm_module_… in _txm_module_manager_object_deallocate()113 next_object -> txm_module_allocated_object_previous = previous_object; in _txm_module_manager_object_deallocate()114 previous_object -> txm_module_allocated_object_next = next_object; in _txm_module_manager_object_deallocate()120 module_instance -> txm_module_instance_object_list_head = next_object; in _txm_module_manager_object_deallocate()
97 TXM_MODULE_ALLOCATED_OBJECT *next_object, *previous_object; in _txm_module_manager_object_allocate() local120 next_object = module_instance -> txm_module_instance_object_list_head; in _txm_module_manager_object_allocate()121 previous_object = next_object -> txm_module_allocated_object_previous; in _txm_module_manager_object_allocate()124 next_object -> txm_module_allocated_object_previous = object_ptr; in _txm_module_manager_object_allocate()129 object_ptr -> txm_module_allocated_object_next = next_object; in _txm_module_manager_object_allocate()