Searched refs:acquiredLocksLst (Results 1 – 2 of 2) sorted by relevance
326 NCSW_LIST_AddToTail(&p_Lock->node, &p_FmPcd->acquiredLocksLst); in EnqueueLockToAcquiredLst()714 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockTryLockAll()725 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockTryLockAll()750 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockUnlockAll()883 INIT_LIST(&p_FmPcd->acquiredLocksLst); in FM_PCD_Config()
348 t_List acquiredLocksLst; member