OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ltree_lock
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/mtd/ubi/
eba.c
56
spin_lock(&ubi->
ltree_lock
);
58
spin_unlock(&ubi->
ltree_lock
);
86
* @ubi->
ltree_lock
has to be locked.
141
spin_lock(&ubi->
ltree_lock
);
182
spin_unlock(&ubi->
ltree_lock
);
218
spin_lock(&ubi->
ltree_lock
);
227
spin_unlock(&ubi->
ltree_lock
);
272
spin_lock(&ubi->
ltree_lock
);
279
spin_unlock(&ubi->
ltree_lock
);
294
spin_lock(&ubi->
ltree_lock
);
[
all
...]
ubi.h
449
* @
ltree_lock
: protects the lock tree and @global_sqnum
558
spinlock_t
ltree_lock
;
member in struct:ubi_device
[
all
...]
Completed in 542 milliseconds