Home
last modified time | relevance | path

Searched refs:down_write_trylock (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/fs/ubifs/
Ddebug.h149 if (unlikely(down_write_trylock(&(c)->commit_sem))) { \
177 if (unlikely(down_write_trylock(&(c)->commit_sem))) { \
/external/u-boot/include/linux/
Dcompat.h232 #define down_write_trylock(...) 1 macro
/external/u-boot/drivers/mtd/ubi/
Deba.c268 if (down_write_trylock(&le->mutex)) in leb_write_trylock()