Home
last modified time | relevance | path

Searched refs:atomic_read (Results 1 – 20 of 20) sorted by relevance

/external/libdrm/
Dxf86atomic.h45 # define atomic_read(x) ((x)->atomic) macro
65 # define atomic_read(x) AO_load_full(&(x)->atomic) macro
89 # define atomic_read(x) (int) ((x)->atomic) macro
107 c = atomic_read(v); in atomic_add_unless()
/external/u-boot/arch/x86/cpu/
Dmp_init.c58 while (atomic_read(b) == 0) in barrier_wait()
83 while (atomic_read(val) != target) { in wait_for_aps()
366 atomic_read(num_aps), ap_count); in start_aps()
385 if (atomic_read(&rec->barrier) == 0) { in bsp_do_flight_plan()
547 debug("%d/%d eventually checked in?\n", atomic_read(ap_count), in mp_init()
/external/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c491 a = atomic_read(&drv->kobj.refcount); in test_get_drv()
503 if ((a == (atomic_read(&drv->kobj.refcount) - 1))) { in test_get_drv()
551 a = atomic_read(&drv->kobj.refcount); in test_put_drv()
557 if ((a == (atomic_read(&drv->kobj.refcount) + 1))) { in test_put_drv()
/external/libdrm/amdgpu/
Damdgpu_internal.h163 assert(atomic_read(src) > 0); in update_references()
167 assert(atomic_read(dst) > 0); in update_references()
/external/u-boot/arch/arm/include/asm/
Datomic.h35 #define atomic_read(v) ((v)->counter) macro
37 #define atomic64_read(v) atomic_read(v)
/external/syzkaller/pkg/report/testdata/linux/guilty/
D105 BUG: KASAN: use-after-free in atomic_read arch/x86/include/asm/atomic.h:26 [inline] at addr ffff880…
20 atomic_read arch/x86/include/asm/atomic.h:26 [inline]
/external/u-boot/arch/xtensa/include/asm/
Datomic.h15 #define atomic_read(v) ((v)->counter) macro
/external/u-boot/arch/x86/include/asm/
Datomic.h23 static inline int atomic_read(const atomic_t *v) in atomic_read() function
/external/libdaemon/libdaemon/
Ddfork.c76 static ssize_t atomic_read(int fd, void *d, size_t l) { in atomic_read() function
333 if (atomic_read(pipe_fds[0], &dpid, sizeof(dpid)) != sizeof(dpid)) { in daemon_fork()
430 if ((r = atomic_read(_daemon_retval_pipe[0], &i, sizeof(i))) != sizeof(i)) { in daemon_retval_wait()
/external/u-boot/arch/powerpc/include/asm/
Datomic.h16 #define atomic_read(v) ((v)->counter) macro
/external/iputils/Modules/
Dpg3.c388 if (atomic_read(&skb->users) != 1) { in pg_inject()
392 while (atomic_read(&skb->users) != 1) { in pg_inject()
/external/u-boot/include/asm-generic/
Datomic-long.h150 return (long)atomic_read(v); in atomic_long_read()
/external/libunwind/src/ia64/
DGscript.c124 if (atomic_read (&as->cache_generation) != atomic_read (&cache->generation)) in get_script_cache()
/external/libunwind/include/
Dlibunwind_i.h163 #define atomic_read(ptr) (*(ptr)) macro
/external/libunwind/src/dwarf/
DGparser.c531 if (atomic_read (&as->cache_generation) != atomic_read (&cache->generation)) in get_rs_cache()
/external/libdrm/radeon/
Dradeon_cs_gem.c201 if ((atomic_read((atomic_t *)radeon_gem_get_reloc_in_cs(bo)) & cs->id)) { in cs_gem_write_reloc()
/external/u-boot/drivers/usb/gadget/
Dether.c34 #define atomic_read macro
1744 ? ((atomic_read(&dev->tx_qlen) % qmult) != 0)
/external/libdrm/nouveau/
Dnouveau.c600 if (atomic_read(&nvbo->refcnt) == 0) { in nouveau_bo_del()
/external/libdrm/intel/
Dintel_bufmgr_gem.c1400 assert(atomic_read(&bo_gem->refcount) > 0); in drm_intel_gem_bo_unreference_locked_timed()
1409 assert(atomic_read(&bo_gem->refcount) > 0); in drm_intel_gem_bo_unreference()
/external/u-boot/fs/ubifs/
Dsuper.c532 ubifs_assert(!atomic_read(&inode->i_count)); in ubifs_evict_inode()