Searched refs:dequeue (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/usr.bin/grep/
H A Dqueue.c54 static struct qentry *dequeue(void);
72 free(dequeue());
76 dequeue(void) function
94 while ((item = dequeue()) != NULL) {
105 while ((item = dequeue()) != NULL)
/freebsd-10.0-release/usr.sbin/ctm/mkCTM/
H A Ddequeue4 L=/home/ctm/log.dequeue
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocBase.h57 /// live range splitting. They must also override enqueue/dequeue to provide an
85 /// dequeue - Return the next unassigned register, or NULL.
86 virtual LiveInterval *dequeue() = 0;
H A DRegAllocBase.cpp84 while (LiveInterval *VirtReg = dequeue()) {
H A DRegAllocBasic.cpp95 virtual LiveInterval *dequeue() { function in class:__anon2196::RABasic
H A DRegAllocGreedy.cpp238 virtual LiveInterval *dequeue();
422 LiveInterval *RAGreedy::dequeue() { function in class:RAGreedy
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h78 virtual WorkListUnit dequeue() = 0;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddn_sched.h84 * dequeue Called when scheduler instance 's' can
85 * dequeue a packet. Return NULL if none are available.
125 struct mbuf * (*dequeue)(struct dn_sch_inst *); member in struct:dn_alg
160 * thing done on a dequeue as the queue itself may go away.
H A Ddn_sched_fifo.c55 * Enqueue and dequeue use the default library functions.
109 _SI( .dequeue = ) fifo_dequeue,
H A Ddn_sched_prio.c101 * After the dequeue, if this queue become empty, it is index is removed
214 _SI( .dequeue = ) prio_dequeue,
H A Ddn_sched_rr.c198 /* no packet to dequeue*/
294 _SI( .dequeue = ) rr_dequeue,
H A Ddn_sched_wf2q.c358 _SI( .dequeue = ) wf2qp_dequeue,
H A Dip_dn_io.c516 while (si->credit >= 0 && (m = s->fp->dequeue(si)) != NULL) {
H A Ddummynet.txt335 - scheduler instance: if a scheduler instance is waked up, the dequeue()
336 function is called until it has credit. If the dequeue() returns packets,
343 the dequeue() is not called and the instance is destroyed now.
493 If the scheduler has the delete flag enabled the dequeue() is not called and
808 - struct mbuf * (*dequeue)(void *s);
849 - dequeue()
H A Ddn_sched_qfq.c544 dump_sched(q, "start dequeue");)
589 dump_sched(q, "end dequeue");)
817 _SI( .dequeue = ) qfq_dequeue,
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h146 void *enqueue, *dequeue; member in struct:dn_alg
H A Dmain.c7 * iteration, decides whether we can enqueue and/or dequeue.
30 uint32_t dequeue; member in struct:cfg_s
118 /* dequeue returns NON-NULL when a packet is dropped */
133 /* dequeue returns NON-NULL when a packet is available */
135 dequeue(struct cfg_s *c) function
170 c->dequeue++;
171 if ((m = dequeue(c))) {
443 c->deq = p->dequeue;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp54 virtual WorkListUnit dequeue() { function in class:__anon3439::DFS
82 virtual WorkListUnit dequeue() { function in class:__anon3439::BFS
123 virtual WorkListUnit dequeue() { function in class:__anon3440::BFSBlockDFSContents
214 const WorkListUnit& WU = WList->dequeue();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h45 /// dequeue - Remove a block from the worklist.
46 const CFGBlock *dequeue() { function in class:clang::DataflowWorkListTy
202 const CFGBlock *B = WorkList.dequeue();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp43 const CFGBlock *dequeue();
87 const CFGBlock *DataflowWorklist::dequeue() { function in class:DataflowWorklist
554 while (const CFGBlock *block = worklist.dequeue()) {
H A DUninitializedValues.cpp223 const CFGBlock *dequeue();
238 const CFGBlock *DataflowWorklist::dequeue() { function in class:DataflowWorklist
241 // First dequeue from the worklist. This can represent
247 // Next dequeue from the initial reverse post order. This is the
825 while (const CFGBlock *block = worklist.dequeue()) {
/freebsd-10.0-release/sys/kern/
H A Dsched_4bsd.c260 SDT_PROBE_DEFINE3(sched, , , dequeue, dequeue, "struct thread *",
1421 SDT_PROBE3(sched, , , dequeue, td, td->td_proc, NULL);
H A Dsched_ule.c349 SDT_PROBE_DEFINE3(sched, , , dequeue, dequeue, "struct thread *",
2450 SDT_PROBE3(sched, , , dequeue, td, td->td_proc, NULL);
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_subr.c152 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify)
157 struct mbuf *(*dequeue)(struct ifaltq *, int);
187 ifq->altq_dequeue = dequeue;
262 ifq->ifq_drv_maxlen = 0; /* disable bulk dequeue */
350 /* if token is still negative, don't allow dequeue */
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c277 inline static void dequeue(cl_list_t * bfsq, switch_t ** sw) function
306 dequeue(&bfsq, &sw);

Completed in 226 milliseconds

12