Home
last modified time | relevance | path

Searched refs:head (Results 1 – 24 of 24) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alarm.c116 OSi_AlarmQueue.head = NULL; in OS_InitAlarm()
144 SDK_ASSERTMSG(!OSi_AlarmQueue.head, in OS_EndAlarm()
223 for (next = OSi_AlarmQueue.head; next; next = next->next) in OSi_InsertAlarm()
242 OSi_AlarmQueue.head = alarm; in OSi_InsertAlarm()
260 OSi_AlarmQueue.head = OSi_AlarmQueue.tail = alarm; in OSi_InsertAlarm()
398 OSi_AlarmQueue.head = next; in OS_CancelAlarm()
459 alarm = OSi_AlarmQueue.head; in OSi_ArrangeTimer()
478 OSi_AlarmQueue.head = next; in OSi_ArrangeTimer()
510 if (OSi_AlarmQueue.head) in OSi_ArrangeTimer()
512 OSi_SetTimer(OSi_AlarmQueue.head); in OSi_ArrangeTimer()
[all …]
Dos_valarm.c29 OSVAlarm *head; member
93 OSi_VAlarmQueue.head = NULL; in OS_InitVAlarm()
124 SDK_ASSERTMSG(!OSi_VAlarmQueue.head, in OS_EndVAlarm()
164 for (next = OSi_VAlarmQueue.head; next; next = next->next) in OSi_InsertVAlarm()
190 OSi_VAlarmQueue.head = alarm; in OSi_InsertVAlarm()
229 OSi_VAlarmQueue.head = alarm; in OSi_AppendVAlarm()
273 OSi_VAlarmQueue.head = next; in OSi_DetachVAlarm()
525 for (alarm = OSi_VAlarmQueue.head, next = alarm ? alarm->next : NULL; in OS_CancelAllVAlarms()
560 for (alarm = OSi_VAlarmQueue.head, next = alarm ? alarm->next : NULL; in OS_CancelVAlarms()
606 while (NULL != (alarm = OSi_VAlarmQueue.head)) in OSi_VAlarmHandler()
[all …]
Dos_mutex.c118 while (thread->mutexQueue.head) in OSi_UnlockAllMutex()
477 …if ( OS_GetMutexCount(mutex) == 1 && mutex->queue.head == NULL && OS_GetMutexType(mutex) == OS_MUT… in OS_TryLockMutexFromRToW()
532 …if ( OS_GetMutexCount(mutex) == 1 && mutex->queue.head == NULL && OS_GetMutexType(mutex) == OS_MUT… in OS_TryLockMutexFromWToR()
583 thread->mutexQueue.head = mutex; in OSi_EnqueueTail()
649 thread->mutexQueue.head = next; in OSi_DequeueItem()
686 OSMutex *mutex = thread->mutexQueue.head; in OSi_DequeueHead()
700 thread->mutexQueue.head = next; in OSi_DequeueHead()
Dos_thread.c159 OSThread *next = queue->head; in OSi_InsertLinkToQueue()
176 queue->head = thread; in OSi_InsertLinkToQueue()
193 queue->head = thread; in OSi_InsertLinkToQueue()
217 OSThread *t = queue->head; in OSi_RemoveLinkFromQueue()
223 queue->head = next; in OSi_RemoveLinkFromQueue()
250 OSThread *t = queue->head; in OSi_RemoveSpecifiedLinkFromQueue()
263 if (queue->head == t) in OSi_RemoveSpecifiedLinkFromQueue()
265 queue->head = next; in OSi_RemoveSpecifiedLinkFromQueue()
302 OSMutex *t = queue->head; in OSi_RemoveMutexLinkFromQueue()
308 queue->head = next; in OSi_RemoveMutexLinkFromQueue()
[all …]
Dos_irqHandler.c147 ldr r12, [r12, #OSThreadQueue.head] // r12 = OSi_IrqThreadQueue.head in OS_IrqHandler_ThreadSwitch()
164 str r3, [r12, #OSThreadQueue.head] // Clear OSi_IrqThreadQueue.head in OS_IrqHandler_ThreadSwitch()
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_cache.c85 static void WFSi_TouchCachePages(MICache *cache, u32 head, u32 bitset) in WFSi_TouchCachePages() argument
94 u32 pos = p->offset - head; in WFSi_TouchCachePages()
130 p->offset = head + pos; in WFSi_TouchCachePages()
178 u32 head = (offset >> cache->pagewidth); in MI_ReadCache() local
181 for (; (pages = MATH_MIN(tail - head, 32UL)), (pages > 0); head += pages) in MI_ReadCache()
191 u32 pos = p->offset - head; in MI_ReadCache()
225 WFSi_TouchCachePages(cache, head, bitset); in MI_ReadCache()
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c269 for (t = OverlayList.head; t; t = t->next) in GetOverlayByName()
274 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
279 for (t = LtdoverlayList.head; t; t = t->next) in GetOverlayByName()
284 for (t = LtdautoloadList.head; t; t = t->next) in GetOverlayByName()
322 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
483 tAfter *t = overlay->afters.head; in PutSectionAddress()
511 return ForeachObjects(&StaticObject, Static.objects.head, n); in ForeachStaticObjects()
526 return ForeachObjects(&StaticLibrary, Static.libraries.head, n); in ForeachStaticLibraries()
541 return ForeachObjects(&StaticSearchSymbol, Static.searchSymbols.head, n); in ForeachStaticSearchSymbols()
586 return ForeachObjects(&AutoloadObject, Autoload->objects.head, n); in ForeachAutoloadObjects()
[all …]
Dcontainer.c79 list->head = t; in NewOverlay()
87 tOverlay *t = list->head; in GetOverlay()
214 list->head = t; in NewAfter()
223 tAfter *t = list->head; in GetAfter()
274 list->head = t; in NewObject()
283 tObject *t = list->head; in GetObject()
309 tObject *t = list->head; in SetObjectSection()
545 tAfter *t = list->head; in SET_PROPERTY()
566 tOverlay *t = list->head; in s_CheckOverlay()
709 tAfter *t = list->head; in DumpAfters()
[all …]
Dmakelcf.h27 struct tAfter *head; member
41 struct tObject *head; member
69 struct tOverlay *head; member
Dspec.l179 char* head = NULL;
187 head = p + 1;
192 if ( head )
195 return strdup( head );
Dtlcf.l41 char* head = NULL; in getSection() local
50 if ( !head ) in getSection()
52 head = p; in getSection()
57 if ( head ) in getSection()
60 return strdup( head ); in getSection()
/TwlSDK-5.1.0/build/tools/makelcf/
Dcontainer.c137 list->head = t; in NewOverlay()
145 tOverlay *t = list->head; in GetOverlay()
258 list->head = t; in NewAfter()
267 tAfter *t = list->head; in GetAfter()
318 list->head = t; in NewObject()
327 tObject *t = list->head; in GetObject()
353 tObject *t = list->head; in SetObjectSection()
596 tAfter *t = list->head; in SET_PROPERTY()
615 tOverlay *t = list->head; in s_CheckOverlay()
723 tAfter *t = list->head; in DumpAfters()
[all …]
Dcreatelcf.c331 for (t = OverlayList.head; t; t = t->next) in GetOverlayByName()
336 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
374 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
563 tAfter *t = overlay->afters.head; in PutSectionAddress()
616 return ForeachObjects(&StaticObject, Static.objects.head, &Foreach.static_object, n); in ForeachStaticObjects()
642 return ForeachObjects(&StaticLibrary, Static.libraries.head, &Foreach.static_library, n); in ForeachStaticLibraries()
668 …return ForeachObjects(&StaticSearchSymbol, Static.searchSymbols.head, &Foreach.static_searchsymbol… in ForeachStaticSearchSymbols()
726 return ForeachObjects(&AutoloadObject, Autoload->objects.head, &Foreach.autoload_object, n); in ForeachAutoloadObjects()
760 … return ForeachObjects(&AutoloadLibrary, Autoload->libraries.head, &Foreach.autoload_library, n); in ForeachAutoloadLibraries()
794 …return ForeachObjects(&AutoloadSearchSymbol, Autoload->searchSymbols.head, &Foreach.autoload_searc… in ForeachAutoloadSearchSymbols()
[all …]
Dspec.l258 char* head = NULL;
266 head = p + 1;
271 if ( head )
274 return strdup( head );
Dmakelcf.h112 struct tAfter *head; member
126 struct tObject *head; member
154 struct tOverlay *head; member
Dtlcf.l118 char* head = NULL; in getSectionDot() local
131 if ( !head ) in getSectionDot()
133 head = p; in getSectionDot()
138 if ( head ) in getSectionDot()
141 return strdup( head ); in getSectionDot()
/TwlSDK-5.1.0/include/nitro/math/
Dqsort.h72 void MATH_QSort(void *head, u32 num, u32 width, MATHCompareFunc comp, void *stackBuf);
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_overlay.c736 MWiDestructorChain *head = NULL, *tail = NULL; in FS_EndOverlay() local
755 head = p; in FS_EndOverlay()
781 if (!head) in FS_EndOverlay()
788 MWiDestructorChain *next = head->next; in FS_EndOverlay()
789 if (head->dtor) in FS_EndOverlay()
791 (*head->dtor) (head->obj); in FS_EndOverlay()
793 head = next; in FS_EndOverlay()
795 while (head); in FS_EndOverlay()
/TwlSDK-5.1.0/include/nitro/os/common/
Dalarm.h223 OSAlarm *head; member
Dthread.h69 OSThread *head; member
81 OSMutex *head; member
583 queue->head = queue->tail = NULL; in OS_InitThreadQueue()
/TwlSDK-5.1.0/build/libraries/math/common/src/
Dqsort.c39 asm void MATH_QSort( register void* head, register u32 num, register u32 width, register MATHCom… in MATH_QSort() argument
72 mla num, num, width_, head in MATH_QSort()
75 str head, [stack], #4 // PUSH(head); in MATH_QSort()
/TwlSDK-5.1.0/include/twl/os/common/
DsystemCall.h30 u32* head; member
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_system.c859 OS_Printf("head = %d, tail = %d, ", queue->head, queue->tail); in WMi_DebugPrintSendQueue()
865 for (index = queue->head; index != WM_SEND_QUEUE_END; index = queueData[index].next) in WMi_DebugPrintSendQueue()
902 OS_Printf(" head: %d, tail: %d\n", status->sendQueueFreeList.head, in WMi_DebugPrintAllSendQueue()
908 OS_Printf(" head: %d, tail: %d\n", status->readyQueue[2].head, status->readyQueue[2].tail); in WMi_DebugPrintAllSendQueue()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h604 u16 head; member