Lines Matching refs:head
555 LOS_DL_LIST *head = &pm->lockList;
556 LOS_DL_LIST *list = head->pstNext;
561 while (list != head) {
579 LOS_DL_LIST *head = &pm->lockList;
580 LOS_DL_LIST *list = head->pstNext;
583 while (list != head) {
602 LOS_ListTailInsert(head, &lock->list);
638 LOS_DL_LIST *head = &pm->lockList;
639 LOS_DL_LIST *list = head->pstNext;
650 while (list != head) {