Searched refs:queue (Results 76 - 100 of 1686) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/makefs/ffs/
H A Dbuf.h44 #include <sys/queue.h>
/freebsd-current/usr.sbin/lpr/common_source/
H A Dmatchjobs.h38 #include <sys/queue.h>
71 * listed the queue. This guarantees that the "doentry()" routine
81 * after each scan of the queue, with the jobqueue set to null. This
86 #define SCQ_QORDER 0x0002 /* the order of jobs in the queue */
/freebsd-current/sys/sys/
H A D_callout.h41 #include <sys/queue.h>
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dshrinker.h29 #include <sys/queue.h>
/freebsd-current/sys/kern/
H A Dsubr_turnstile.c35 * Implementation of turnstiles used to hold queue of threads blocked on
37 * implement their queues. Turnstiles differ from a sleep queue in that
38 * turnstile queue's are assigned to a lock held by an owning thread. Thus,
74 #include <sys/queue.h>
90 * number chosen because the sleep queue's use the same value for the
114 * the run queue.
267 * If lock holder is actually running or on the run queue
315 int queue; local
347 queue = td->td_tsqueue;
348 MPASS(queue
738 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) argument
827 turnstile_signal(struct turnstile *ts, int queue) argument
878 turnstile_broadcast(struct turnstile *ts, int queue) argument
1066 turnstile_head(struct turnstile *ts, int queue) argument
1081 turnstile_empty(struct turnstile *ts, int queue) argument
1102 print_queue(struct threadqueue *queue, const char *header, const char *prefix) argument
[all...]
/freebsd-current/sys/dev/enetc/
H A Dif_enetc.c482 struct enetc_tx_queue *queue; local
498 queue = &sc->tx_queues[i];
499 queue->sc = sc;
500 queue->ring = (union enetc_tx_bd*)(vaddrs[i]);
501 queue->ring_paddr = paddrs[i];
502 queue->cidx = 0;
513 struct enetc_rx_queue *queue; local
528 queue = &sc->rx_queues[i];
529 queue->sc = sc;
530 queue
649 struct enetc_ctrl_queue *queue; local
724 struct enetc_ctrl_queue *queue = &sc->ctrl_queue; local
742 struct enetc_tx_queue *queue; local
772 struct enetc_rx_queue *queue; local
1095 struct enetc_tx_queue *queue; local
1162 struct enetc_tx_queue *queue; local
1198 struct enetc_rx_queue *queue; local
1230 struct enetc_rx_queue *queue; local
1294 struct enetc_rx_queue *queue; local
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_input.c468 struct vtinput_eventqueue *queue, struct input_event *e)
470 /* check if queue is full */
471 if (queue->idx >= queue->size) {
472 /* alloc new elements for queue */
473 const uint32_t newSize = queue->idx;
474 void *newPtr = realloc(queue->events,
475 queue->size * sizeof(struct vtinput_event_elem));
481 queue->events = newPtr;
482 queue
467 vtinput_eventqueue_add_event( struct vtinput_eventqueue *queue, struct input_event *e) argument
496 vtinput_eventqueue_clear(struct vtinput_eventqueue *queue) argument
503 vtinput_eventqueue_send_events( struct vtinput_eventqueue *queue, struct vqueue_info *vq) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h64 void SetQueueID(lldb::queue_id_t queue) override { m_queue_id = queue; }
/freebsd-current/contrib/openbsm/bin/audit/
H A Daudit.c40 #include <sys/queue.h>
42 #include <compat/queue.h>
/freebsd-current/sys/contrib/dev/rtw88/
H A Dsdio.c464 enum rtw_tx_queue_type queue)
468 switch (queue) {
490 rtw_warn(rtwdev, "Unsupported queue for TX addr: 0x%02x\n",
491 queue);
523 static int rtw_sdio_check_free_txpg(struct rtw_dev *rtwdev, u8 queue, argument
533 switch (queue) {
552 rtw_warn(rtwdev, "Unknown mapping for queue %u\n", queue);
556 /* add the pages from the public queue */
565 switch (queue) {
463 rtw_sdio_get_tx_addr(struct rtw_dev *rtwdev, size_t size, enum rtw_tx_queue_type queue) argument
607 rtw_sdio_write_port(struct rtw_dev *rtwdev, struct sk_buff *skb, enum rtw_tx_queue_type queue) argument
691 rtw_sdio_get_tx_qsel(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 queue) argument
734 u8 queue; local
812 rtw_sdio_tx_skb_prepare(struct rtw_dev *rtwdev, struct rtw_tx_pkt_info *pkt_info, struct sk_buff *skb, enum rtw_tx_queue_type queue) argument
850 rtw_sdio_write_data(struct rtw_dev *rtwdev, struct rtw_tx_pkt_info *pkt_info, struct sk_buff *skb, enum rtw_tx_queue_type queue) argument
895 enum rtw_tx_queue_type queue = rtw_tx_queue_mapping(skb); local
1189 rtw_sdio_process_tx_queue(struct rtw_dev *rtwdev, enum rtw_tx_queue_type queue) argument
1218 int limit, queue; local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h87 * 21-16: RX queue
402 * @cmd_queue: the index of the command queue.
405 * @cmd_q_wdg_timeout: the timeout of the watchdog timer for the command queue.
415 * @scd_set_active: should the transport configure the SCD for HCMD queue
422 * @queue_alloc_cmd_ver: queue allocation command version, set to 0
462 * struct iwl_trans_rxq_dma_data - RX queue DMA data
531 * @txq_enable: setup a queue. To setup an AC queue, use the
533 * this one. The op_mode must not configure the HCMD queue. The scheduler
536 * the sequence number of the packets routed to this queue becaus
1267 iwl_trans_tx(struct iwl_trans *trans, struct sk_buff *skb, struct iwl_device_tx_cmd *dev_cmd, int queue) argument
1281 iwl_trans_reclaim(struct iwl_trans *trans, int queue, int ssn, struct sk_buff_head *skbs) argument
1292 iwl_trans_set_q_ptrs(struct iwl_trans *trans, int queue, int ptr) argument
1303 iwl_trans_txq_disable(struct iwl_trans *trans, int queue, bool configure_scd) argument
1310 iwl_trans_txq_enable_cfg(struct iwl_trans *trans, int queue, u16 ssn, const struct iwl_trans_txq_scd_cfg *cfg, unsigned int queue_wdg_timeout) argument
1326 iwl_trans_get_rxq_dma_data(struct iwl_trans *trans, int queue, struct iwl_trans_rxq_dma_data *data) argument
1336 iwl_trans_txq_free(struct iwl_trans *trans, int queue) argument
1363 iwl_trans_txq_set_shared_mode(struct iwl_trans *trans, int queue, bool shared_mode) argument
1370 iwl_trans_txq_enable(struct iwl_trans *trans, int queue, int fifo, int sta_id, int tid, int frame_limit, u16 ssn, unsigned int queue_wdg_timeout) argument
1387 iwl_trans_ac_txq_enable(struct iwl_trans *trans, int queue, int fifo, unsigned int queue_wdg_timeout) argument
1441 iwl_trans_wait_txq_empty(struct iwl_trans *trans, int queue) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp30 dispatch_queue_t queue; member in struct:__tsan::__anon1072
82 dispatch_queue_t queue, void *orig_context,
86 new_context->queue = queue;
108 dispatch_queue_t q = context->queue;
123 dispatch_queue_t q = context->queue;
235 dispatch_queue_t queue, DISPATCH_NOESCAPE dispatch_block_t block);
237 dispatch_queue_t queue, void *context, dispatch_function_t work);
239 dispatch_queue_t queue, DISPATCH_NOESCAPE dispatch_block_t block);
241 dispatch_queue_t queue, voi
81 AllocContext(ThreadState *thr, uptr pc, dispatch_queue_t queue, void *orig_context, dispatch_function_t orig_work) argument
253 TSAN_INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue, dispatch_block_t block) argument
267 TSAN_INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t queue, void *context, dispatch_function_t work) argument
354 TSAN_INTERCEPTOR(void, dispatch_group_async, dispatch_group_t group, dispatch_queue_t queue, dispatch_block_t block) argument
368 TSAN_INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, dispatch_queue_t queue, void *context, dispatch_function_t work) argument
505 TSAN_INTERCEPTOR(void, dispatch_apply, size_t iterations, dispatch_queue_t queue, DISPATCH_NOESCAPE void (^block)(size_t)) argument
534 TSAN_INTERCEPTOR(void, dispatch_apply_f, size_t iterations, dispatch_queue_t queue, void *context, void (*work)(void *, size_t)) argument
[all...]
/freebsd-current/usr.sbin/jail/
H A Dstate.c258 if (!--dj->ndeps && dj->queue == &depend)
387 requeue(struct cfjail *j, struct cfjails *queue) argument
389 if (j->queue != queue) {
390 TAILQ_REMOVE(j->queue, j, tq);
391 TAILQ_INSERT_TAIL(queue, j, tq);
392 j->queue = queue;
397 requeue_head(struct cfjail *j, struct cfjails *queue) argument
399 TAILQ_REMOVE(j->queue,
[all...]
/freebsd-current/usr.bin/at/
H A Dat.c2 * at.c : Put file into atrun queue
99 static char atqueue = 0; /* which queue to examine for jobs (atq) */
114 static void writefile(time_t runtimer, char queue);
206 writefile(time_t runtimer, char queue) argument
266 sprintf(ppos, "%c%5lx%8lx", queue,
457 /* List all a user's jobs in the queue, by looping through ATJOB_DIR,
466 char queue; local
498 if(sscanf(dirent->d_name, "%c%5lx%8lx", &queue, &jobno, &ctm)!=3)
505 if (atqueue && (queue != atqueue))
520 queue,
542 char queue; local
734 char queue = DEFAULT_AT_QUEUE; local
[all...]
/freebsd-current/contrib/ofed/libcxgb4/
H A Dverbs.c205 chp->cq.queue = mmap(NULL, chp->cq.memsize, PROT_READ|PROT_WRITE,
207 if (chp->cq.queue == MAP_FAILED)
219 chp->cq.sw_queue = calloc(chp->cq.size, sizeof *chp->cq.queue);
225 __func__, chp->cq.cqid, resp.key, chp->cq.queue,
236 munmap(chp->cq.queue, chp->cq.memsize);
274 munmap(chp->cq.queue, chp->cq.memsize);
356 qhp->wq.sq.queue = mmap(NULL, qhp->wq.sq.memsize,
359 if (qhp->wq.sq.queue == MAP_FAILED)
367 qhp->wq.rq.queue = mmap(NULL, qhp->wq.rq.memsize,
370 if (qhp->wq.rq.queue
[all...]
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c626 ** to the available queue. */
1144 /* Add to the freed queue */
1171 notify_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue, argument
1179 (queue == &service->bulk_tx) ? 't' : 'r',
1180 queue->process, queue->remote_notify, queue->remove);
1183 while (queue->remote_notify != queue->process) {
1185 &queue
1339 resolve_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue) argument
1402 abort_outstanding_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue) argument
1830 VCHIQ_BULK_QUEUE_T *queue; local
1900 VCHIQ_BULK_QUEUE_T *queue; local
2265 init_bulk_queue(VCHIQ_BULK_QUEUE_T *queue) argument
3287 VCHIQ_BULK_QUEUE_T *queue; local
[all...]
/freebsd-current/contrib/elftoolchain/libpe/
H A Dpe_init.c27 #include <sys/queue.h>
/freebsd-current/contrib/lib9p/
H A Dthreadpool.h33 #include <sys/queue.h>
42 * response queue. The reason this worker exists is to
73 * which threadpool queue, if any, the request is in now or would
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h45 /// The index number (0-based) of the queue.
67 /// \param [in] queue
69 void AddQueue(lldb::QueueSP queue);
71 /// Find a queue in the QueueList by QueueID
77 /// A QueueSP to the queue requested, if it is present in the QueueList.
78 /// An empty QueueSP will be returned if this queue was not found.
81 /// Find a queue in the QueueList by IndexID
84 /// Find a queue by IndexID. This is an integer associated with each
85 /// unique queue seen during a debug session and will not be reused
86 /// for a different queue
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex_delete.c13 #include <sys/queue.h>
H A Dex_put.c13 #include <sys/queue.h>
H A Dex_undo.c13 #include <sys/queue.h>
/freebsd-current/contrib/nvi/vi/
H A Dv_yank.c13 #include <sys/queue.h>
H A Dv_screen.c13 #include <sys/queue.h>
/freebsd-current/contrib/openbsm/bin/auditd/
H A Dauditd.h34 #include <sys/queue.h>

Completed in 766 milliseconds

1234567891011>>