Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c232 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node() argument
236 if (atomic) { in do_write_orph_node()
263 static int write_orph_node(struct ubifs_info *c, int atomic) in write_orph_node() argument
312 err = do_write_orph_node(c, len, atomic); in write_orph_node()
326 static int write_orph_nodes(struct ubifs_info *c, int atomic) in write_orph_nodes() argument
331 err = write_orph_node(c, atomic); in write_orph_nodes()
335 if (atomic) { in write_orph_nodes()
406 int avail, atomic = 0, err; in commit_orphans() local
415 atomic = 1; in commit_orphans()
417 err = write_orph_nodes(c, atomic); in commit_orphans()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dpsci.S204 mrs r9, cpsr @ make cssr&csidr read atomic