Home
last modified time | relevance | path

Searched refs:test_and_set_bit (Results 1 – 25 of 25) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h61 static inline int test_and_set_bit(int nr, void *addr) in test_and_set_bit() function
154 #define ext2_set_bit test_and_set_bit
161 #define minix_test_and_set_bit(nr, addr) test_and_set_bit(nr, addr)
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h78 extern int test_and_set_bit(int nr, void *addr);
179 #define ext2_set_bit test_and_set_bit
186 #define minix_test_and_set_bit(nr, addr) test_and_set_bit(nr, addr)
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h54 static inline int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function
164 #define ext2_set_bit test_and_set_bit
171 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbitops.h161 #define ext2_set_bit test_and_set_bit
168 #define minix_test_and_set_bit(nr, addr) test_and_set_bit(nr, addr)
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dbitops.h21 static inline int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function
/openbmc/u-boot/arch/m68k/include/asm/
H A Dbitops.h30 static inline int test_and_set_bit(int nr, volatile void *vaddr) in test_and_set_bit() function
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h170 test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function
428 static __inline__ int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function
883 #define ext2_set_bit(nr, addr) test_and_set_bit((nr), (addr))
897 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h82 static __inline__ int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function
281 #define ext2_set_bit(nr, addr) test_and_set_bit((nr) ^ 0x18, addr)
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h105 static inline int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function
356 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
/openbmc/u-boot/arch/sh/include/asm/
H A Dbitops.h58 static inline int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h127 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) in test_and_set_bit() function
/openbmc/qemu/hw/virtio/
H A Diothread-vq-mapping.c53 if (test_and_set_bit(vq->value, vqs)) { in iothread_vq_mapping_validate()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c466 if (test_and_set_bit(0, &twl_i2c_lock)) in hw_watchdog_reset()
603 if (test_and_set_bit(0, &twl_i2c_lock)) in rx51_kp_tstc()
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h128 static __inline__ int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Deeprom.c235 test_and_set_bit(cfg->bit, econfig_bytes); in do_econfig()
/openbmc/qemu/include/qemu/
H A Dbitops.h132 static inline int test_and_set_bit(long nr, unsigned long *addr) in test_and_set_bit() function
/openbmc/u-boot/fs/ubifs/
H A Dlpt_commit.c669 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in do_make_pnode_dirty()
677 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in do_make_pnode_dirty()
920 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
926 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
H A Dlpt.c1492 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in dirty_cow_nnode()
1543 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in dirty_cow_pnode()
H A Dtnc.c254 if (!test_and_set_bit(DIRTY_ZNODE, &znode->flags)) { in dirty_cow_znode()
/openbmc/qemu/include/system/
H A Dram_addr.h551 if (!test_and_set_bit(k, dest)) { in cpu_physical_memory_sync_dirty_bitmap()
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.c60 if (test_and_set_bit(pnum, ubi->scanned)) in ubi_io_read_vid_hdr()
/openbmc/qemu/migration/
H A Dram.c2597 rs->migration_dirty_pages += !test_and_set_bit(page, bitmap); in postcopy_chunk_hostpages_pass()
3518 ram_state->migration_dirty_pages += !test_and_set_bit( in colo_record_bitmap()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1659 if (test_and_set_bit(tmp, &nfc->assigned_cs)) { in sunxi_nand_chip_init()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c1309 return test_and_set_bit(chan->id - VMBUS_FIRST_CHANID, in register_chan_id()
/openbmc/qemu/hw/nvme/
H A Dctrl.c6854 if (!test_and_set_bit(nsid, ctrl->changed_nsids)) { in nvme_ns_attachment()