Home
last modified time | relevance | path

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

12

/third_party/libdrm/amdgpu/
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/
Dlibrttest.h92 typedef struct { volatile int counter; } atomic_t; typedef
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/
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/
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/
Df_hid.h80 atomic_t open_flag; /* Hid device status. 1: open, 0: close */
84 volatile atomic_t busy_flag;
/third_party/libdrm/freedreno/
Dfreedreno_priv.h85 atomic_t refcnt;
130 atomic_t refcnt;
163 atomic_t refcnt;
Dfreedreno_ringbuffer.h87 atomic_t refcnt;
/third_party/libdrm/etnaviv/
Detnaviv_priv.h63 atomic_t refcnt;
99 atomic_t refcnt;
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Df_generic.h148 atomic_t usage;
173 atomic_t opened;
Dobj_ref.h60 atomic_t refcount;
Dusbd_generic_epfile.h81 volatile atomic_t busy_flag;
/third_party/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()
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/libbpf/.github/actions/build-selftests/
Dvmlinux.h111 } atomic_t; typedef
195 atomic_t val;
211 atomic_t cnts;
374 atomic_t enabled;
468 atomic_t refs;
481 atomic_t a_flags;
731 atomic_t filter_count;
816 atomic_t tail;
1321 atomic_t trace_overrun;
1322 atomic_t tracing_graph_pause;
[all …]
/third_party/libdrm/tegra/
Dprivate.h62 atomic_t ref;
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h144 atomic_t current_memory_agp;
145 atomic_t agp_in_use;
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/
Datomic.h43 typedef Atomic atomic_t; typedef
/third_party/ltp/testcases/realtime/func/sched_football/
Dsched_football.c78 static atomic_t players_ready;
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
Dst_tusb.h63 atomic_t resume_count; /* multiple resumes issue */
/third_party/libdrm/omap/
Domap_drm.c54 atomic_t refcnt;
77 atomic_t refcnt;
/third_party/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c60 atomic_t step;
Dasync_handler_tsc.c69 atomic_t step;
/third_party/libdrm/nouveau/
Dprivate.h87 atomic_t refcnt;
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c63 static atomic_t busy_threads_started;
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h85 atomic_t count; /* reference count */
/third_party/pulseaudio/src/pulsecore/
Dshmasyncq.c67 return (uint8_t*) a + PA_ALIGN(sizeof(atomic_t));

12