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

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp36 const char *queue,
47 if (queue)
48 m_queue = queue;
33 ThreadMemory(Process &process, lldb::tid_t tid, const char *name, const char *queue, lldb::addr_t register_data_addr) argument
H A DHistoryThread.h92 SetQueueID(lldb::queue_id_t queue) override
94 m_queue_id = queue;
/freebsd-11.0-release/sys/dev/ixl/
H A Dixlv_vc_mgr.h38 #include <sys/queue.h>
/freebsd-11.0-release/sys/net/
H A Draw_cb.h37 #include <sys/queue.h>
/freebsd-11.0-release/sys/netgraph/bluetooth/include/
H A Dng_bt3c.h80 #define NGM_BT3C_NODE_GET_QLEN 4 /* get queue length */
81 #define NGM_BT3C_NODE_SET_QLEN 5 /* set queue length */
83 int32_t queue; /* queue index */ member in struct:__anon12383
84 #define NGM_BT3C_NODE_IN_QUEUE 1 /* incoming queue */
85 #define NGM_BT3C_NODE_OUT_QUEUE 2 /* outgoing queue */
87 int32_t qlen; /* queue length */
/freebsd-11.0-release/sbin/atm/atmconfig/
H A Datmconfig_device.h38 #include <sys/queue.h>
H A Dprivate.h33 #include <sys/queue.h>
/freebsd-11.0-release/sys/sys/
H A D_task.h32 #include <sys/queue.h>
48 STAILQ_ENTRY(task) ta_link; /* (q) link for queue */
56 STAILQ_ENTRY(gtask) ta_link; /* (q) link for queue */
H A Dmbpool.h44 #include <sys/queue.h>
H A Dturnstile.h34 * queue of threads blocked on them when they are contested. Each
41 * the lock is contested to be put on the queue and block. If a thread
69 * The highest priority thread blocked on a specified queue of a
70 * turnstile can be obtained via turnstile_head(). A given queue can
80 /* Which queue to block on or which queue to wakeup one or more threads from. */
97 int turnstile_empty(struct turnstile *ts, int queue);
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_stop.c17 #include <sys/queue.h>
/freebsd-11.0-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.h37 #include <sys/queue.h>
70 * listed the queue. This guarantees that the "doentry()" routine
80 * after each scan of the queue, with the jobqueue set to null. This
85 #define SCQ_QORDER 0x0002 /* the order of jobs in the queue */
/freebsd-11.0-release/usr.sbin/makefs/ffs/
H A Dbuf.h44 #include <sys/queue.h>
/freebsd-11.0-release/usr.sbin/nandsim/
H A Dnandsim_rcfile.h37 #include <sys/queue.h>
/freebsd-11.0-release/sys/kern/
H A Dsubr_turnstile.c33 * Implementation of turnstiles used to hold queue of threads blocked on
35 * implement their queues. Turnstiles differ from a sleep queue in that
36 * 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.
244 * If lock holder is actually running or on the run queue
292 int queue; local
325 queue = td->td_tsqueue;
326 MPASS(queue
674 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) argument
764 turnstile_signal(struct turnstile *ts, int queue) argument
815 turnstile_broadcast(struct turnstile *ts, int queue) argument
997 turnstile_head(struct turnstile *ts, int queue) argument
1012 turnstile_empty(struct turnstile *ts, int queue) argument
1033 print_queue(struct threadqueue *queue, const char *header, const char *prefix) argument
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c58 cl_qlist_t queue; member in struct:_cl_timer_prov
83 cl_qlist_init(&gp_timer_prov->queue);
130 if (cl_is_qlist_empty(&gp_timer_prov->queue)) {
146 * The timer elements are on the queue in expiration order.
151 (cl_timer_t *) cl_qlist_head(&gp_timer_prov->queue);
180 /* Remove the item from the timer queue. */
181 cl_qlist_remove_item(&gp_timer_prov->queue,
314 /* Remove the timer from the queue if currently queued. */
316 cl_qlist_remove_item(&gp_timer_prov->queue,
334 /* Add the timer to the queue
[all...]
/freebsd-11.0-release/contrib/openbsm/bin/audit/
H A Daudit.c40 #include <sys/queue.h>
42 #include <compat/queue.h>
/freebsd-11.0-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h76 #include <queue>
/freebsd-11.0-release/sys/dev/advansys/
H A Dadwcam.c208 next_acb->queue.scsi_req_baddr = acbvtob(adw, next_acb);
209 next_acb->queue.scsi_req_bo = acbvtobo(adw, next_acb);
210 next_acb->queue.sense_baddr =
254 acb->queue.data_addr = dm_segs[0].ds_addr;
255 acb->queue.data_cnt = ccb->csio.dxfer_len;
292 acb->queue.sg_real_addr = acb->sg_busaddr;
294 acb->queue.sg_real_addr = 0;
305 acb->queue.data_addr = 0;
306 acb->queue.data_cnt = 0;
307 acb->queue
[all...]
/freebsd-11.0-release/usr.sbin/jail/
H A Dstate.c258 if (!--dj->ndeps && dj->queue == &depend)
391 requeue(struct cfjail *j, struct cfjails *queue) argument
393 if (j->queue != queue) {
394 TAILQ_REMOVE(j->queue, j, tq);
395 TAILQ_INSERT_TAIL(queue, j, tq);
396 j->queue = queue;
401 requeue_head(struct cfjail *j, struct cfjails *queue) argument
403 TAILQ_REMOVE(j->queue,
[all...]
/freebsd-11.0-release/usr.bin/at/
H A Dat.c2 * at.c : Put file into atrun queue
98 static char atqueue = 0; /* which queue to examine for jobs (atq) */
113 static void writefile(time_t runtimer, char queue);
205 writefile(time_t runtimer, char queue) argument
265 sprintf(ppos, "%c%5lx%8lx", queue,
456 /* List all a user's jobs in the queue, by looping through ATJOB_DIR,
465 char queue; local
497 if(sscanf(dirent->d_name, "%c%5lx%8lx", &queue, &jobno, &ctm)!=3)
504 if (atqueue && (queue != atqueue))
519 queue,
541 char queue; local
733 char queue = DEFAULT_AT_QUEUE; local
[all...]
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
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);
271 munmap(chp->cq.queue, chp->cq.memsize);
350 qhp->wq.sq.queue = mmap(NULL, qhp->wq.sq.memsize,
353 if (qhp->wq.sq.queue == MAP_FAILED)
361 qhp->wq.rq.queue = mmap(NULL, qhp->wq.rq.memsize,
364 if (qhp->wq.rq.queue
[all...]
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-zip.h232 * @param queue : ZIP instruction queue
233 * @param zcoremask : ZIP coremask to use for this queue
237 int cvmx_zip_queue_initialize(int queue, int zcoremask);
248 * Shutdown the ZIP block for a queue. ZIP must be idle when
251 * @param queue Zip instruction queue of the command
255 int cvmx_zip_queue_shutdown(int queue);
270 * @param queue Zip instruction queue o
[all...]
/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c631 ** to the available queue. */
1145 /* Add to the freed queue */
1172 notify_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue, argument
1180 (queue == &service->bulk_tx) ? 't' : 'r',
1181 queue->process, queue->remote_notify, queue->remove);
1184 while (queue->remote_notify != queue->process) {
1186 &queue
1340 resolve_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue) argument
1403 abort_outstanding_bulks(VCHIQ_SERVICE_T *service, VCHIQ_BULK_QUEUE_T *queue) argument
1831 VCHIQ_BULK_QUEUE_T *queue; local
1901 VCHIQ_BULK_QUEUE_T *queue; local
2266 init_bulk_queue(VCHIQ_BULK_QUEUE_T *queue) argument
3288 VCHIQ_BULK_QUEUE_T *queue; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueList.h55 /// The index number (0-based) of the queue.
87 /// @param [in] queue
91 AddQueue (lldb::QueueSP queue);
94 /// Find a queue in the QueueList by QueueID
100 /// A QueueSP to the queue requested, if it is present in the QueueList.
101 /// An empty QueueSP will be returned if this queue was not found.
107 /// Find a queue in the QueueList by IndexID
110 /// Find a queue by IndexID. This is an integer associated with each
111 /// unique queue seen during a debug session and will not be reused
112 /// for a different queue
[all...]

Completed in 414 milliseconds

1234567891011>>