Home
last modified time | relevance | path

Searched refs:acquiredLocksLst (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c326 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()
H A Dfm_pcd.h348 t_List acquiredLocksLst; member