Home
last modified time | relevance | path

Searched defs:taskInfo (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_m/components/exchook/
Dlos_exc_info.h85 TSK_INFO_S taskInfo[LOSCFG_BASE_CORE_TSK_LIMIT + 1]; member
97 ExcTaskInfoArray taskInfo; member
/kernel/liteos_m/arch/risc-v/nuclei/gcc/
Dlos_interrupt.c176 TSK_INFO_S taskInfo; in HalDisplayTaskInfo() local
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dcpqphp_ctrl.c59 struct event_info *taskInfo; in handle_switch_change() local
134 struct event_info *taskInfo; in handle_presence_change() local
226 struct event_info *taskInfo; in handle_power_fault() local
/kernel/linux/linux-4.19/drivers/pci/hotplug/
Dcpqphp_ctrl.c59 struct event_info *taskInfo; in handle_switch_change() local
134 struct event_info *taskInfo; in handle_presence_change() local
226 struct event_info *taskInfo; in handle_power_fault() local
/kernel/liteos_m/kernel/src/
Dlos_task.c1309 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_TaskInfoGet(UINT32 taskID, TSK_INFO_S *taskInfo) in LOS_TaskInfoGet()
/kernel/liteos_a/kernel/base/core/
Dlos_task.c1045 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_TaskInfoGet(UINT32 taskID, TSK_INFO_S *taskInfo) in LOS_TaskInfoGet()
/kernel/liteos_a/kernel/extended/liteipc/
Dhm_liteipc.c328 IpcTaskInfo *taskInfo = LOS_MemAlloc((VOID *)m_aucSysMem1, sizeof(IpcTaskInfo)); in LiteIpcTaskInit() local