Home
last modified time | relevance | path

Searched refs:dequeue (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp48 WorkListUnit dequeue() override { in dequeue() function in __anonff96a6e20111::DFS
68 WorkListUnit dequeue() override { in dequeue() function in __anonff96a6e20111::BFS
107 WorkListUnit dequeue() override { in dequeue() function in __anonff96a6e20211::BFSBlockDFSContents
173 WorkListUnit dequeue() override { in dequeue() function in __anonff96a6e20311::UnexploredFirstStack
243 WorkListUnit dequeue() override { in dequeue() function in __anonff96a6e20411::UnexploredFirstPriorityQueue
301 WorkListUnit dequeue() override { in dequeue() function in __anonff96a6e20511::UnexploredFirstPriorityLocationQueue
/freebsd-13.1/sys/netpfil/ipfw/
H A Ddn_sched.h129 struct mbuf * (*dequeue)(struct dn_sch_inst *); member
178 if (q->fs->aqmfp && q->fs->aqmfp->dequeue ) in dn_dequeue()
179 return q->fs->aqmfp->dequeue(q); in dn_dequeue()
H A Ddn_sched_fifo.c118 _SI( .dequeue = ) fifo_dequeue,
H A Ddn_aqm.h103 struct mbuf * (*dequeue)(struct dn_queue *); member
H A Ddn_sched_prio.c221 _SI( .dequeue = ) prio_dequeue,
H A Ddn_sched_rr.c309 _SI( .dequeue = ) rr_dequeue,
H A Ddn_aqm_codel.c433 _SI( .dequeue = ) aqm_codel_dequeue,
H A Ddn_sched_wf2q.c366 _SI( .dequeue = ) wf2qp_dequeue,
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()
/freebsd-13.1/sys/dev/vmware/vmci/
H A Dvmci_qpair.c577 dequeue(struct vmci_queue *produce_q, in dequeue() function
688 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_dequeue()
724 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_peek()
794 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_dequev()
830 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_peekv()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_prio_q.c180 void *dequeue( in dequeue() function
221 enqueue(q1, dequeue(q2)); in append_queue()
H A Dntpsim.c166 curr_event = dequeue(event_queue); in ntpsim()
239 rbuf = (struct recvbuf *)dequeue(recv_queue); in sim_event_timer()
/freebsd-13.1/cddl/usr.sbin/dwatch/libexec/
H A Dsched25 : ${PROBE:=sched:::dequeue, sched:::enqueue, sched:::load-change} ;;
46 sched:::change-pri, sched:::dequeue, sched:::enqueue,
H A DMakefile46 LINKS+= ${LIBEXECDIR}/dwatch/sched ${LIBEXECDIR}/dwatch/sched-dequeue
/freebsd-13.1/contrib/ntp/include/
H A Dntp_prio_q.h51 void *dequeue(queue *my_queue);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.h105 virtual LiveInterval *dequeue() = 0;
H A DRegAllocBase.cpp88 while (LiveInterval *VirtReg = dequeue()) { in allocatePhysRegs()
H A DRegAllocBasic.cpp95 LiveInterval *dequeue() override { in dequeue() function in __anon7c0ba8530211::RABasic
H A DRegAllocGreedy.cpp425 LiveInterval *dequeue() override;
453 LiveInterval *dequeue(PQueue &CurQueue);
803 LiveInterval *RAGreedy::dequeue() { return dequeue(Queue); } in dequeue() function in RAGreedy
805 LiveInterval *RAGreedy::dequeue(PQueue &CurQueue) { in dequeue() function in RAGreedy
2765 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h77 virtual WorkListUnit dequeue() = 0;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowWorklist.h42 const CFGBlock *dequeue() { in dequeue() function
/freebsd-13.1/sys/netpfil/ipfw/test/
H A Dmain.c28 uint32_t dequeue; member
231 c->dequeue++; in mainloop()
534 c->deq = p->dequeue; in init()
632 (unsigned long)c._enqueue, (unsigned long)c.dequeue, c.wfi, in main()
/freebsd-13.1/sys/vm/
H A Dvm_pageout.c272 vm_pageout_collect_batch(struct scan_state *ss, const bool dequeue) in vm_pageout_collect_batch() argument
295 } else if (dequeue) in vm_pageout_collect_batch()
299 if (dequeue) { in vm_pageout_collect_batch()
309 if (dequeue) in vm_pageout_collect_batch()
318 vm_pageout_next(struct scan_state *ss, const bool dequeue) in vm_pageout_next() argument
322 vm_pageout_collect_batch(ss, dequeue); in vm_pageout_next()
/freebsd-13.1/tools/sched/
H A Dschedgraph.d109 sched:::dequeue
/freebsd-13.1/sys/net/altq/
H A Daltq_subr.c171 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify) in altq_attach() argument
176 struct mbuf *(*dequeue)(struct ifaltq *, int);
190 ifq->altq_dequeue = dequeue;

12