Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 25 of 126) sorted by relevance

123456

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Dspsc_queue.h48 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 Dlp.h95 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 Dqueue.c39 typedef struct queue { struct
40 struct queue *next; argument
42 } queue_t; argument
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gfx.c43 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 Dd1_lib.c108 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 Dd1_pkt.c207 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 Dcmd-queue.c44 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 Dar5210.c725 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 Dar5211.c798 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 Dar5212.c984 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 Dkfd_priv.h580 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 Dat.c159 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 Dat.h35 char queue; member
/openbsd-src/sys/kern/
H A Dvfs_bio.c1471 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 Dkern_sched.c315 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 Dcma_semaphore_defs.h42 cma__t_queue queue; member
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/
H A DREXX.xs157 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 DREXX.pm36 sub queue subroutine
/openbsd-src/sbin/iked/
H A Dikev2_msg.c1199 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 Dsandbox.py20 import Queue as queue namespace
H A Dlui.py24 import Queue as queue namespace
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_reset_types.h56 wait_queue_head_t queue; member
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp30 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 DWorkList.cpp217 queue; member in __anon59a745250411::UnexploredFirstPriorityQueue
273 queue; member in __anon59a745250511::UnexploredFirstPriorityLocationQueue
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp30 llvm::StringRef name, llvm::StringRef queue, in ThreadMemory()

123456