Home
last modified time | relevance | path

Searched refs:atomic_t (Results 1 - 25 of 34) sorted by relevance

12

/third_party/libdrm/amdgpu/
H A Damdgpu_internal.h68 atomic_t refcount;
95 atomic_t refcount;
130 atomic_t refcount;
160 static inline bool update_references(atomic_t *dst, atomic_t *src) in update_references()
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h92 typedef struct { volatile int counter; } atomic_t; typedef
112 * v: pointer of type atomic_t
114 static inline int atomic_add(int i, atomic_t *v) in atomic_add()
127 static inline int atomic_inc(atomic_t *v) in atomic_inc()
135 static inline int atomic_get(atomic_t *v) in atomic_get()
143 static inline void atomic_set(int i, atomic_t *v) in atomic_set()
/third_party/libdrm/
H A Dxf86atomic.h43 } atomic_t; typedef
64 } atomic_t; typedef
88 typedef struct { LIBDRM_ATOMIC_TYPE atomic; } atomic_t; typedef
105 static inline int atomic_add_unless(atomic_t *v, int add, int unless) in atomic_add_unless()
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dlookup_pi_state.c49 atomic_t slave_order_a = { 0 };
50 atomic_t slave_order_b = { 0 };
51 atomic_t slave_order_c = { 0 };
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_hid.h80 atomic_t open_flag; /* Hid device status. 1: open, 0: close */
84 volatile atomic_t busy_flag;
H A Df_uac.h70 volatile atomic_t busy_flag;
/third_party/libdrm/freedreno/
H A Dfreedreno_priv.h85 atomic_t refcnt;
130 atomic_t refcnt;
163 atomic_t refcnt;
H A Dfreedreno_ringbuffer.h79 /* This is a bit gross, but we can't use atomic_t in exported
87 atomic_t refcnt;
/third_party/libdrm/etnaviv/
H A Detnaviv_priv.h63 atomic_t refcnt;
99 atomic_t refcnt;
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Df_generic.h148 atomic_t usage;
173 atomic_t opened;
H A Dobj_ref.h60 atomic_t refcount;
H A Dusbd_generic_epfile.h81 volatile atomic_t busy_flag;
/third_party/libdrm/radeon/
H A Dradeon_cs_gem.c201 if ((atomic_read((atomic_t *)radeon_gem_get_reloc_in_cs(bo)) & cs->id)) { in cs_gem_write_reloc()
269 atomic_add((atomic_t *)radeon_gem_get_reloc_in_cs(bo), cs->id); in cs_gem_write_reloc()
450 atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_emit()
482 atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_erase()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h41 typedef Atomic atomic_t; typedef
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h63 atomic_t resume_count; /* multiple resumes issue */
/third_party/libdrm/tegra/
H A Dprivate.h62 atomic_t ref;
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dstr_agp.h144 atomic_t current_memory_agp;
145 atomic_t agp_in_use;
/third_party/libdrm/nouveau/
H A Dprivate.h87 atomic_t refcnt;
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c69 atomic_t step;
H A Dasync_handler.c60 atomic_t step;
/third_party/ltp/testcases/realtime/func/sched_football/
H A Dsched_football.c78 static atomic_t players_ready;
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H A Dhrtimer-prio.c63 static atomic_t busy_threads_started;
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h85 atomic_t count; /* reference count */
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H A Dpthread_kill_latency.c70 atomic_t flag;
/third_party/pulseaudio/src/pulsecore/
H A Dshmasyncq.c67 return (uint8_t*) a + PA_ALIGN(sizeof(atomic_t));

Completed in 15 milliseconds

12