Lines Matching refs:list
8 * 1. Redistributions of source code must retain the above copyright notice, this list of
11 * 2. Redistributions in binary form must reproduce the above copyright notice, this list
54 LOS_DL_LIST list;
556 LOS_DL_LIST *list = head->pstNext;
561 while (list != head) {
562 lock = LOS_DL_LIST_ENTRY(list, OsPmLockCB, list);
564 list = list->pstNext;
580 LOS_DL_LIST *list = head->pstNext;
583 while (list != head) {
584 listNode = LOS_DL_LIST_ENTRY(list, OsPmLockCB, list);
590 list = list->pstNext;
602 LOS_ListTailInsert(head, &lock->list);
639 LOS_DL_LIST *list = head->pstNext;
650 while (list != head) {
651 listNode = LOS_DL_LIST_ENTRY(list, OsPmLockCB, list);
657 list = list->pstNext;
666 LOS_ListDelete(&lock->list);