Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alarm.c116 OSi_AlarmQueue.head = NULL; in OS_InitAlarm()
144 SDK_TASSERTMSG(!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_TASSERTMSG(!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.4/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.4/build/tools/makelcf.TWL/
Dcreatelcf.c275 for (t = OverlayList.head; t; t = t->next) in GetOverlayByName()
280 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
285 for (t = LtdoverlayList.head; t; t = t->next) in GetOverlayByName()
290 for (t = LtdautoloadList.head; t; t = t->next) in GetOverlayByName()
328 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
517 tAfter *t = overlay->afters.head; in PutSectionAddress()
570 return ForeachObjects(&StaticObject, Static.objects.head, n); in ForeachStaticObjects()
585 return ForeachObjects(&StaticLibrary, Static.libraries.head, n); in ForeachStaticLibraries()
600 return ForeachObjects(&StaticSearchSymbol, Static.searchSymbols.head, n); in ForeachStaticSearchSymbols()
615 return ForeachObjectsForce(&StaticForce, Static.forces.head, n); in ForeachStaticForces()
[all …]
Dcontainer.c79 list->head = t; in NewOverlay()
87 tOverlay *t = list->head; in GetOverlay()
215 list->head = t; in NewAfter()
224 tAfter *t = list->head; in GetAfter()
275 list->head = t; in NewObject()
284 tObject *t = list->head; in GetObject()
310 tObject *t = list->head; in SetObjectSection()
583 tAfter *t = list->head; in SET_PROPERTY()
604 tOverlay *t = list->head; in s_CheckOverlay()
747 tAfter *t = list->head; in DumpAfters()
[all …]
Dmakelcf.h27 struct tAfter *head; member
41 struct tObject *head; member
69 struct tOverlay *head; member
Dspec.l196 char* head = NULL;
204 head = p + 1;
209 if ( head )
212 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.4/build/tools/makelcf/
Dcontainer.c137 list->head = t; in NewOverlay()
145 tOverlay *t = list->head; in GetOverlay()
259 list->head = t; in NewAfter()
268 tAfter *t = list->head; in GetAfter()
319 list->head = t; in NewObject()
328 tObject *t = list->head; in GetObject()
354 tObject *t = list->head; in SetObjectSection()
634 tAfter *t = list->head; in SET_PROPERTY()
653 tOverlay *t = list->head; in s_CheckOverlay()
761 tAfter *t = list->head; in DumpAfters()
[all …]
Dcreatelcf.c335 for (t = OverlayList.head; t; t = t->next) in GetOverlayByName()
340 for (t = AutoloadList.head; t; t = t->next) in GetOverlayByName()
378 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
601 tAfter *t = overlay->afters.head; in PutSectionAddress()
654 return ForeachObjects(&StaticObject, Static.objects.head, &Foreach.static_object, n); in ForeachStaticObjects()
680 return ForeachObjects(&StaticLibrary, Static.libraries.head, &Foreach.static_library, n); in ForeachStaticLibraries()
706 …return ForeachObjects(&StaticSearchSymbol, Static.searchSymbols.head, &Foreach.static_searchsymbol… in ForeachStaticSearchSymbols()
732 return ForeachObjectsForce(&StaticForce, Static.forces.head, &Foreach.static_force, n); in ForeachStaticForces()
790 return ForeachObjects(&AutoloadObject, Autoload->objects.head, &Foreach.autoload_object, n); in ForeachAutoloadObjects()
824 … return ForeachObjects(&AutoloadLibrary, Autoload->libraries.head, &Foreach.autoload_library, n); in ForeachAutoloadLibraries()
[all …]
Dmakelcf.h112 struct tAfter *head; member
126 struct tObject *head; member
154 struct tOverlay *head; member
Dspec.l275 char* head = NULL;
283 head = p + 1;
288 if ( head )
291 return strdup( head );
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.4/build/libraries/fs/common/src/
Dfs_overlay.c712 MWiDestructorChain *head = NULL, *tail = NULL; in FS_EndOverlay() local
731 head = p; in FS_EndOverlay()
757 if (!head) in FS_EndOverlay()
764 MWiDestructorChain *next = head->next; in FS_EndOverlay()
765 if (head->dtor) in FS_EndOverlay()
767 (*head->dtor) (head->obj); in FS_EndOverlay()
769 head = next; in FS_EndOverlay()
771 while (head); in FS_EndOverlay()
/TwlSDK-5.4/include/nitro/math/
Dqsort.h72 void MATH_QSort(void *head, u32 num, u32 width, MATHCompareFunc comp, void *stackBuf);
/TwlSDK-5.4/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.4/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.4/include/twl/os/common/
DsystemCall.h30 u32* head; member
/TwlSDK-5.4/build/libraries/wm/ARM9/src/
Dwm_system.c871 OS_TPrintf("head = %d, tail = %d, ", queue->head, queue->tail); in WMi_DebugPrintSendQueue()
877 for (index = queue->head; index != WM_SEND_QUEUE_END; index = queueData[index].next) in WMi_DebugPrintSendQueue()
914 OS_TPrintf(" head: %d, tail: %d\n", status->sendQueueFreeList.head, in WMi_DebugPrintAllSendQueue()
920 OS_TPrintf(" head: %d, tail: %d\n", status->readyQueue[2].head, status->readyQueue[2].tail); in WMi_DebugPrintAllSendQueue()
/TwlSDK-5.4/include/nitro/wm/common/
Dwm.h604 u16 head; member