Searched refs:f_mtx (Results 1 – 6 of 6) sorted by relevance
25 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_walk()31 k_mutex_unlock(&fcb->f_mtx); in fcb_walk()42 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_walk()47 k_mutex_unlock(&fcb->f_mtx); in fcb_walk()
17 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_rotate()43 k_mutex_unlock(&fcb->f_mtx); in fcb_rotate()
80 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_append()112 k_mutex_unlock(&fcb->f_mtx); in fcb_append()116 k_mutex_unlock(&fcb->f_mtx); in fcb_append()
113 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_getnext()118 k_mutex_unlock(&fcb->f_mtx); in fcb_getnext()
170 k_mutex_init(&fcbp->f_mtx); in fcb_init()
116 struct k_mutex f_mtx; member