Home
last modified time | relevance | path

Searched refs:INSTANCE_MAX (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c326 if (CurrNode->instance_count >= INSTANCE_MAX) in utopia_create_instance_table()
333 for (count = 0; count < INSTANCE_MAX; count++) in utopia_create_instance_table()
374 for(count = 0; count < INSTANCE_MAX; count++) in utopia_delete_instance_table()
389 if (INSTANCE_MAX == zero_count) in utopia_delete_instance_table()
644 for (j = 0; j < INSTANCE_MAX; j++) in UtopiaModuleGetLocalInstantList()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_private.h42 #define INSTANCE_MAX 100 macro
164 void* instance_list[INSTANCE_MAX];
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c443 for (count = 0; count < INSTANCE_MAX; count++) in utopia_garbage_collection()