/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | spsc_queue.h | 48 static inline void spsc_queue_init(struct spsc_queue *queue) in spsc_queue_init() 55 static inline struct spsc_node *spsc_queue_peek(struct spsc_queue *queue) in spsc_queue_peek() 60 static inline int spsc_queue_count(struct spsc_queue *queue) in spsc_queue_count() 65 static inline bool spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node) in spsc_queue_push() 89 static inline struct spsc_node *spsc_queue_pop(struct spsc_queue *queue) in spsc_queue_pop()
|
/openbsd-src/usr.sbin/lpr/common_source/ |
H A D | lp.h | 95 struct queue { struct 96 time_t q_time; /* modification time */ 97 char q_name[MAXNAMLEN+1]; /* control file name */
|
/openbsd-src/usr.bin/grep/ |
H A D | queue.c | 39 typedef struct queue { struct 40 struct queue *next; argument 42 } queue_t; argument
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.c | 43 int pipe, int queue) in amdgpu_gfx_mec_queue_to_bit() argument 56 int *mec, int *pipe, int *queue) in amdgpu_queue_mask_bit_to_mec_queue() argument 67 int xcc_id, int mec, int pipe, int queue) in amdgpu_gfx_is_mec_queue_enabled() argument 74 int me, int pipe, int queue) in amdgpu_gfx_me_queue_to_bit() argument 87 int *me, int *pipe, int *queue) in amdgpu_gfx_bit_to_me_queue() argument 97 amdgpu_gfx_is_me_queue_enabled(struct amdgpu_device * adev,int me,int pipe,int queue) amdgpu_gfx_is_me_queue_enabled() argument 177 int queue = ring->queue; amdgpu_gfx_is_high_priority_graphics_queue() local 211 int i, j, queue, pipe; amdgpu_gfx_compute_queue_acquire() local 247 int i, queue, pipe; amdgpu_gfx_graphics_queue_acquire() local 277 int mec, pipe, queue; amdgpu_gfx_kiq_acquire() local 571 int mec, pipe, queue; amdgpu_queue_mask_bit_to_set_resource_bit() local [all...] |
/openbsd-src/lib/libssl/ |
H A D | d1_lib.c | 108 dtls1_drain_rcontents(pqueue queue) in dtls1_drain_rcontents() argument 125 dtls1_drain_records(pqueue queue) in dtls1_drain_records() argument 142 dtls1_drain_fragments(pqueue queue) in dtls1_drain_fragments() argument
|
H A D | d1_pkt.c | 207 dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority) in dtls1_buffer_record() argument 253 dtls1_buffer_rcontent(SSL *s, rcontent_pqueue *queue, unsigned char *priority) in dtls1_buffer_rcontent() argument 292 dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue) in dtls1_retrieve_buffered_record() argument 310 dtls1_retrieve_buffered_rcontent(SSL * s,rcontent_pqueue * queue) dtls1_retrieve_buffered_rcontent() argument [all...] |
/openbsd-src/usr.bin/tmux/ |
H A D | cmd-queue.c | 44 struct cmdq_list *queue; member 128 struct cmdq_list *queue; cmdq_new() local 137 cmdq_free(struct cmdq_list * queue) cmdq_free() argument 304 struct cmdq_list *queue = cmdq_get(c); cmdq_append() local 329 struct cmdq_list *queue = after->queue; cmdq_insert_after() local 733 struct cmdq_list *queue = cmdq_get(c); cmdq_next() local 815 struct cmdq_list *queue = cmdq_get(c); cmdq_running() local [all...] |
/openbsd-src/sys/dev/ic/ |
H A D | ar5210.c | 725 u_int queue; in ar5k_ar5210_setup_tx_queue() local 758 ar5k_ar5210_setup_tx_queueprops(struct ath_hal *hal, int queue, in ar5k_ar5210_setup_tx_queueprops() 775 ar5k_ar5210_get_tx_queueprops(struct ath_hal *hal, int queue, in ar5k_ar5210_get_tx_queueprops() 784 ar5k_ar5210_release_tx_queue(struct ath_hal *hal, u_int queue) in ar5k_ar5210_release_tx_queue() 812 ar5k_ar5210_reset_tx_queue(struct ath_hal *hal, u_int queue) in ar5k_ar5210_reset_tx_queue() 865 ar5k_ar5210_get_tx_buf(struct ath_hal *hal, u_int queue) in ar5k_ar5210_get_tx_buf() 890 ar5k_ar5210_put_tx_buf(struct ath_hal *hal, u_int queue, u_int32_t phys_addr) in ar5k_ar5210_put_tx_buf() 918 ar5k_ar5210_num_tx_pending(struct ath_hal *hal, u_int queue) in ar5k_ar5210_num_tx_pending() 924 ar5k_ar5210_tx_start(struct ath_hal *hal, u_int queue) in ar5k_ar5210_tx_start() 964 ar5k_ar5210_stop_tx_dma(struct ath_hal *hal, u_int queue) in ar5k_ar5210_stop_tx_dma()
|
H A D | ar5211.c | 798 u_int queue; in ar5k_ar5211_setup_tx_queue() local 836 ar5k_ar5211_setup_tx_queueprops(struct ath_hal *hal, int queue, in ar5k_ar5211_setup_tx_queueprops() 856 ar5k_ar5211_get_tx_queueprops(struct ath_hal *hal, int queue, in ar5k_ar5211_get_tx_queueprops() 865 ar5k_ar5211_release_tx_queue(struct ath_hal *hal, u_int queue) in ar5k_ar5211_release_tx_queue() 877 ar5k_ar5211_reset_tx_queue(struct ath_hal *hal, u_int queue) in ar5k_ar5211_reset_tx_queue() 1053 ar5k_ar5211_get_tx_buf(struct ath_hal *hal, u_int queue) in ar5k_ar5211_get_tx_buf() 1064 ar5k_ar5211_put_tx_buf(struct ath_hal *hal, u_int queue, u_int32_t phys_addr) in ar5k_ar5211_put_tx_buf() 1081 ar5k_ar5211_num_tx_pending(struct ath_hal *hal, u_int queue) in ar5k_ar5211_num_tx_pending() 1088 ar5k_ar5211_tx_start(struct ath_hal *hal, u_int queue) in ar5k_ar5211_tx_start() 1103 ar5k_ar5211_stop_tx_dma(struct ath_hal *hal, u_int queue) in ar5k_ar5211_stop_tx_dma()
|
H A D | ar5212.c | 984 u_int queue; in ar5k_ar5212_setup_tx_queue() local 1021 ar5k_ar5212_setup_tx_queueprops(struct ath_hal *hal, int queue, in ar5k_ar5212_setup_tx_queueprops() 1041 ar5k_ar5212_get_tx_queueprops(struct ath_hal *hal, int queue, in ar5k_ar5212_get_tx_queueprops() 1050 ar5k_ar5212_release_tx_queue(struct ath_hal *hal, u_int queue) in ar5k_ar5212_release_tx_queue() 1062 ar5k_ar5212_reset_tx_queue(struct ath_hal *hal, u_int queue) in ar5k_ar5212_reset_tx_queue() 1241 ar5k_ar5212_get_tx_buf(struct ath_hal *hal, u_int queue) in ar5k_ar5212_get_tx_buf() 1252 ar5k_ar5212_put_tx_buf(struct ath_hal *hal, u_int queue, u_int32_t phys_addr) in ar5k_ar5212_put_tx_buf() 1269 ar5k_ar5212_num_tx_pending(struct ath_hal *hal, u_int queue) in ar5k_ar5212_num_tx_pending() 1276 ar5k_ar5212_tx_start(struct ath_hal *hal, u_int queue) in ar5k_ar5212_tx_start() 1291 ar5k_ar5212_stop_tx_dma(struct ath_hal *hal, u_int queue) in ar5k_ar5212_stop_tx_dma()
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 580 struct queue { global() struct 585 propertiesqueue global() argument 589 queuequeue global() argument 610 wptr_boqueue global() argument [all...] |
/openbsd-src/usr.bin/at/ |
H A D | at.c | 159 newjob(time_t runtimer, int queue) in newjob() argument 184 writefile(const char *cwd, time_t runtimer, char queue) in writefile() argument 442 char queue, *ep; list_jobs() local 862 char queue = DEFAULT_AT_QUEUE; main() local [all...] |
H A D | at.h | 35 char queue; member
|
/openbsd-src/sys/kern/ |
H A D | vfs_bio.c | 1471 struct bufqueue * queue; bufcache_getcleanbuf() local 1555 struct bufqueue * queue; bufcache_recover_dmapages() local 1679 struct bufqueue *queue; bufcache_take() local 1714 chillbufs(struct bufcache * cache,struct bufqueue * queue,int64_t * queuepages) chillbufs() argument 1750 struct bufqueue *queue; bufcache_release() local [all...] |
H A D | kern_sched.c | 315 spc->spc_whichqs &= ~(1U << queue); in remrunqueue() local 283 int queue = prio >> 2; setrunqueue() local 336 int queue; sched_chooseproc() local 523 int queue; sched_steal_proc() local [all...] |
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/ |
H A D | cma_semaphore_defs.h | 42 cma__t_queue queue; member
|
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/ |
H A D | REXX.xs | 157 PERLCALLcv(PCSZ name, SV *cv, ULONG argc, PRXSTRING argv, PCSZ queue, PRXSTRING ret) in PERLCALLcv() 215 PERLSTART(PCSZ name, ULONG argc, PRXSTRING argv, PCSZ queue, PRXSTRING ret) in PERLSTART() 224 PERLCALL(PCSZ name, ULONG argc, PRXSTRING argv, PCSZ queue, PRXSTRING ret) in PERLCALL()
|
H A D | REXX.pm | 36 sub queue subroutine
|
/openbsd-src/sbin/iked/ |
H A D | ikev2_msg.c | 1199 ikev2_msg_enqueue(struct iked *env, struct iked_msgqueue *queue, in ikev2_msg_enqueue() argument 1225 ikev2_msg_prevail(struct iked *env, struct iked_msgqueue *queue, in ikev2_msg_prevail() argument 1237 ikev2_msg_dispose(struct iked *env, struct iked_msgqueue *queue, in ikev2_msg_dispose() argument 1254 ikev2_msg_flushqueue(struct iked *env, struct iked_msgqueue *queue) in ikev2_msg_flushqueue() argument 1263 ikev2_msg_lookup(struct iked * env,struct iked_msgqueue * queue,struct iked_message * msg,uint8_t exchange) ikev2_msg_lookup() argument [all...] |
/openbsd-src/gnu/llvm/lldb/utils/lui/ |
H A D | sandbox.py | 20 import Queue as queue namespace
|
H A D | lui.py | 24 import Queue as queue namespace
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_reset_types.h | 56 wait_queue_head_t queue; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 30 dispatch_queue_t queue; member 82 dispatch_queue_t queue, void *orig_context, in AllocContext() 268 dispatch_queue_t queue, void *context, in TSAN_INTERCEPTOR() 355 dispatch_queue_t queue, dispatch_block_t block) { in TSAN_INTERCEPTOR() 369 dispatch_queue_t queue, void *context, in TSAN_INTERCEPTOR() 535 dispatch_queue_t queue, void *context, in TSAN_INTERCEPTOR()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 217 queue; member in __anon59a745250411::UnexploredFirstPriorityQueue 273 queue; member in __anon59a745250511::UnexploredFirstPriorityLocationQueue
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | ThreadMemory.cpp | 30 llvm::StringRef name, llvm::StringRef queue, in ThreadMemory()
|