/third_party/libdrm/amdgpu/ |
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/ |
D | librttest.h | 92 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/ |
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/ |
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/ |
D | f_hid.h | 80 atomic_t open_flag; /* Hid device status. 1: open, 0: close */ 84 volatile atomic_t busy_flag;
|
/third_party/libdrm/freedreno/ |
D | freedreno_priv.h | 85 atomic_t refcnt; 130 atomic_t refcnt; 163 atomic_t refcnt;
|
D | freedreno_ringbuffer.h | 87 atomic_t refcnt;
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_priv.h | 63 atomic_t refcnt; 99 atomic_t refcnt;
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | f_generic.h | 148 atomic_t usage; 173 atomic_t opened;
|
D | obj_ref.h | 60 atomic_t refcount;
|
D | usbd_generic_epfile.h | 81 volatile atomic_t busy_flag;
|
/third_party/libdrm/radeon/ |
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/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 111 } 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/ |
D | private.h | 62 atomic_t ref;
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | str_agp.h | 144 atomic_t current_memory_agp; 145 atomic_t agp_in_use;
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/ |
D | atomic.h | 43 typedef Atomic atomic_t; typedef
|
/third_party/ltp/testcases/realtime/func/sched_football/ |
D | sched_football.c | 78 static atomic_t players_ready;
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | st_tusb.h | 63 atomic_t resume_count; /* multiple resumes issue */
|
/third_party/libdrm/omap/ |
D | omap_drm.c | 54 atomic_t refcnt; 77 atomic_t refcnt;
|
/third_party/ltp/testcases/realtime/func/async_handler/ |
D | async_handler.c | 60 atomic_t step;
|
D | async_handler_tsc.c | 69 atomic_t step;
|
/third_party/libdrm/nouveau/ |
D | private.h | 87 atomic_t refcnt;
|
/third_party/ltp/testcases/realtime/func/hrtimer-prio/ |
D | hrtimer-prio.c | 63 static atomic_t busy_threads_started;
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 85 atomic_t count; /* reference count */
|
/third_party/pulseaudio/src/pulsecore/ |
D | shmasyncq.c | 67 return (uint8_t*) a + PA_ALIGN(sizeof(atomic_t));
|