/third_party/libdrm/amdgpu/ |
H A D | amdgpu_internal.h | 68 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 D | librttest.h | 92 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 D | xf86atomic.h | 43 } 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 D | lookup_pi_state.c | 49 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 D | f_hid.h | 80 atomic_t open_flag; /* Hid device status. 1: open, 0: close */ 84 volatile atomic_t busy_flag;
|
H A D | f_uac.h | 70 volatile atomic_t busy_flag;
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_priv.h | 85 atomic_t refcnt; 130 atomic_t refcnt; 163 atomic_t refcnt;
|
H A D | freedreno_ringbuffer.h | 79 /* This is a bit gross, but we can't use atomic_t in exported 87 atomic_t refcnt;
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_priv.h | 63 atomic_t refcnt; 99 atomic_t refcnt;
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
H A D | f_generic.h | 148 atomic_t usage; 173 atomic_t opened;
|
H A D | obj_ref.h | 60 atomic_t refcount;
|
H A D | usbd_generic_epfile.h | 81 volatile atomic_t busy_flag;
|
/third_party/libdrm/radeon/ |
H A D | radeon_cs_gem.c | 201 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 D | atomic.h | 41 typedef Atomic atomic_t; typedef
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | st_tusb.h | 63 atomic_t resume_count; /* multiple resumes issue */
|
/third_party/libdrm/tegra/ |
H A D | private.h | 62 atomic_t ref;
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | str_agp.h | 144 atomic_t current_memory_agp; 145 atomic_t agp_in_use;
|
/third_party/libdrm/nouveau/ |
H A D | private.h | 87 atomic_t refcnt;
|
/third_party/ltp/testcases/realtime/func/async_handler/ |
H A D | async_handler_tsc.c | 69 atomic_t step;
|
H A D | async_handler.c | 60 atomic_t step;
|
/third_party/ltp/testcases/realtime/func/sched_football/ |
H A D | sched_football.c | 78 static atomic_t players_ready;
|
/third_party/ltp/testcases/realtime/func/hrtimer-prio/ |
H A D | hrtimer-prio.c | 63 static atomic_t busy_threads_started;
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | inotify.h | 85 atomic_t count; /* reference count */
|
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/ |
H A D | pthread_kill_latency.c | 70 atomic_t flag;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | shmasyncq.c | 67 return (uint8_t*) a + PA_ALIGN(sizeof(atomic_t));
|