Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp48 WorkListUnit dequeue() override { in dequeue() function in __anon5f5042760111::DFS
68 WorkListUnit dequeue() override { in dequeue() function in __anon5f5042760111::BFS
107 WorkListUnit dequeue() override { in dequeue() function in __anon5f5042760211::BFSBlockDFSContents
173 WorkListUnit dequeue() override { in dequeue() function in __anon5f5042760311::UnexploredFirstStack
237 WorkListUnit dequeue() override { in dequeue() function in __anon5f5042760411::UnexploredFirstPriorityQueue
289 WorkListUnit dequeue() override { in dequeue() function in __anon5f5042760511::UnexploredFirstPriorityLocationQueue
/freebsd/tests/sys/kern/
H A Dsigwait.c392 bool dequeue) in support_check_sigchld() argument
397 if (dequeue == true) in support_check_sigchld()
401 if (dequeue == true) { in support_check_sigchld()
409 if (dequeue == false) in support_check_sigchld()
411 if (dequeue == true) in support_check_sigchld()
428 test_wait_dequeue_sigchld(bool dequeue) in test_wait_dequeue_sigchld() argument
446 if (dequeue) in test_wait_dequeue_sigchld()
462 support_check_sigchld(&set, CLD_STOPPED, SIGSTOP, pid, dequeue); in test_wait_dequeue_sigchld()
470 support_check_sigchld(&set, CLD_CONTINUED, SIGCONT, pid, dequeue); in test_wait_dequeue_sigchld()
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched.h127 struct mbuf * (*dequeue)(struct dn_sch_inst *); member
179 if (q->fs->aqmfp && q->fs->aqmfp->dequeue ) in dn_dequeue()
180 return q->fs->aqmfp->dequeue(q); in dn_dequeue()
H A Ddn_sched_fifo.c117 _SI( .dequeue = ) fifo_dequeue,
H A Ddn_aqm.h101 struct mbuf * (*dequeue)(struct dn_queue *); member
H A Ddn_sched_prio.c220 _SI( .dequeue = ) prio_dequeue,
H A Ddn_sched_rr.c308 _SI( .dequeue = ) rr_dequeue,
H A Ddn_aqm_codel.c437 _SI( .dequeue = ) aqm_codel_dequeue,
H A Ddn_sched_wf2q.c365 _SI( .dequeue = ) wf2qp_dequeue,
H A Ddummynet.txt334 - scheduler instance: if a scheduler instance is waked up, the dequeue()
335 function is called until it has credit. If the dequeue() returns packets,
342 the dequeue() is not called and the instance is destroyed now.
492 If the scheduler has the delete flag enabled the dequeue() is not called and
807 - struct mbuf * (*dequeue)(void *s);
848 - dequeue()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_qpair.c570 dequeue(struct vmci_queue *produce_q, in dequeue() function
681 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_dequeue()
717 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_peek()
787 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_dequev()
823 result = dequeue(qpair->produce_q, qpair->consume_q, in vmci_qpair_peekv()
/freebsd/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/cddl/usr.sbin/dwatch/libexec/
H A Dsched24 : ${PROBE:=sched:::dequeue, sched:::enqueue, sched:::load-change} ;;
45 sched:::change-pri, sched:::dequeue, sched:::enqueue,
H A DMakefile46 LINKS+= ${LIBEXECDIR}/dwatch/sched ${LIBEXECDIR}/dwatch/sched-dequeue
/freebsd/contrib/ntp/include/
H A Dntp_prio_q.h51 void *dequeue(queue *my_queue);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.h105 virtual const LiveInterval *dequeue() = 0;
H A DRegAllocGreedy.h294 const LiveInterval *dequeue() override;
323 const LiveInterval *dequeue(PQueue &CurQueue);
H A DRegAllocBase.cpp88 while (const LiveInterval *VirtReg = dequeue()) { in allocatePhysRegs()
H A DRegAllocBasic.cpp91 const LiveInterval *dequeue() override { in dequeue() function in __anon1f7cefe70211::RABasic
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h77 virtual WorkListUnit dequeue() = 0;
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowWorklist.h40 const CFGBlock *dequeue() { in dequeue() function
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c27 uint32_t dequeue; member
230 c->dequeue++; in mainloop()
533 c->deq = p->dequeue; in init()
631 (unsigned long)c._enqueue, (unsigned long)c.dequeue, c.wfi, in main()
/freebsd/sys/vm/
H A Dvm_pageout.c268 vm_pageout_collect_batch(struct scan_state *ss, const bool dequeue) in vm_pageout_collect_batch() argument
291 } else if (dequeue) in vm_pageout_collect_batch()
295 if (dequeue) { in vm_pageout_collect_batch()
305 if (dequeue) in vm_pageout_collect_batch()
314 vm_pageout_next(struct scan_state *ss, const bool dequeue) in vm_pageout_next() argument
318 vm_pageout_collect_batch(ss, dequeue); in vm_pageout_next()
/freebsd/tools/sched/
H A Dschedgraph.d107 sched:::dequeue

12