Home
last modified time | relevance | path

Searched defs:pcq (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_pcq.c134 struct pcq { struct
135 u_int pcq_nitems; argument
136 uint8_t pcq_pad1[COHERENCY_UNIT - sizeof(u_int)]; argument
137 volatile uint32_t pcq_pc; argument
138 uint8_t pcq_pad2[COHERENCY_UNIT - sizeof(uint32_t)]; argument
139 void * volatile pcq_items[]; argument
166 pcq_advance(pcq_t *pcq, u_int pc) in pcq_advance()
179 pcq_put(pcq_t *pcq, void *item) in pcq_put()
217 pcq_peek(pcq_t *pcq) in pcq_peek()
234 pcq_get(pcq_t *pcq) in pcq_get()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cpp231 char *f, int l, uptr pcq) { in AnnotatePCQGet()
235 char *f, int l, uptr pcq) { in AnnotatePCQPut()
239 char *f, int l, uptr pcq) { in AnnotatePCQDestroy()
243 char *f, int l, uptr pcq) { in AnnotatePCQCreate()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cc329 char *f, int l, uptr pcq) { in AnnotatePCQGet()
334 char *f, int l, uptr pcq) { in AnnotatePCQPut()
339 char *f, int l, uptr pcq) { in AnnotatePCQDestroy()
344 char *f, int l, uptr pcq) { in AnnotatePCQCreate()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_ann.cc331 char *f, int l, uptr pcq) { in AnnotatePCQGet()
336 char *f, int l, uptr pcq) { in AnnotatePCQPut()
341 char *f, int l, uptr pcq) { in AnnotatePCQDestroy()
346 char *f, int l, uptr pcq) { in AnnotatePCQCreate()
/netbsd-src/sys/dev/
H A Dsequencervar.h93 pcq_t *pcq; member
/netbsd-src/lib/libperfuse/
H A Dops.c818 struct perfuse_cc_queue pcq; in requeue_request() local
849 struct perfuse_cc_queue *pcq; in dequeue_requests() local
/netbsd-src/sys/dev/ic/
H A Dmfi.c1366 struct mfi_prod_cons *pcq; in mfi_intr() local