Home
last modified time | relevance | path

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

12

/NextBSD/contrib/ntp/tests/ntpd/
HDntp_prio_q.c52 TEST_ASSERT_NULL(dequeue(q)); in test_EmptyQueue()
74 element* e_ptr_returned = dequeue(q); in test_OneElementQueue()
81 TEST_ASSERT_NULL(dequeue(q)); in test_OneElementQueue()
105 dequeue(q); in test_MultipleElementQueue()
110 dequeue(q); in test_MultipleElementQueue()
111 dequeue(q); in test_MultipleElementQueue()
115 TEST_ASSERT_EQUAL_PTR(dequeue(q), e1_ptr); in test_MultipleElementQueue()
116 TEST_ASSERT_EQUAL_PTR(dequeue(q), e3_ptr); in test_MultipleElementQueue()
117 TEST_ASSERT_EQUAL_PTR(dequeue(q), e2_ptr); in test_MultipleElementQueue()
119 TEST_ASSERT_NULL(dequeue(q)); in test_MultipleElementQueue()
[all …]
/NextBSD/usr.bin/grep/
HDqueue.c54 static struct qentry *dequeue(void);
72 item = dequeue(); in enqueue()
79 dequeue(void) in dequeue() function
97 while ((item = dequeue()) != NULL) { in printqueue()
109 while ((item = dequeue()) != NULL) { in clearqueue()
/NextBSD/contrib/ntp/ntpd/
HDntp_prio_q.c180 void *dequeue( in dequeue() function
221 enqueue(q1, dequeue(q2)); in append_queue()
HDntpsim.c165 curr_event = dequeue(event_queue); in ntpsim()
238 rbuf = (struct recvbuf *)dequeue(recv_queue); in sim_event_timer()
/NextBSD/usr.sbin/ctm/mkCTM/
HDdequeue4 L=/home/ctm/log.dequeue
/NextBSD/sys/netpfil/ipfw/test/
HDmain.c30 uint32_t dequeue; member
138 dequeue(struct cfg_s *c) in dequeue() function
207 c->dequeue++; in mainloop()
208 if ((m = dequeue(c))) { in mainloop()
490 c->deq = p->dequeue; in init()
HDdn_test.h155 void *enqueue, *dequeue; member
/NextBSD/contrib/llvm/lib/CodeGen/
HDRegAllocBase.h87 virtual LiveInterval *dequeue() = 0;
HDRegAllocBase.cpp88 while (LiveInterval *VirtReg = dequeue()) { in allocatePhysRegs()
HDRegAllocBasic.cpp94 LiveInterval *dequeue() override { in dequeue() function in __anon2c3573ce0211::RABasic
HDRegAllocGreedy.cpp315 LiveInterval *dequeue() override;
332 LiveInterval *dequeue(PQueue &CurQueue);
579 LiveInterval *RAGreedy::dequeue() { return dequeue(Queue); } in dequeue() function in RAGreedy
581 LiveInterval *RAGreedy::dequeue(PQueue &CurQueue) { in dequeue() function in RAGreedy
2169 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp55 WorkListUnit dequeue() override { in dequeue() function in __anon71d04b470111::DFS
83 WorkListUnit dequeue() override { in dequeue() function in __anon71d04b470111::BFS
124 WorkListUnit dequeue() override { in dequeue() function in __anon71d04b470211::BFSBlockDFSContents
215 const WorkListUnit& WU = WList->dequeue(); in ExecuteWorkList()
/NextBSD/contrib/ntp/include/
HDntp_prio_q.h51 void *dequeue(queue *my_queue);
/NextBSD/sys/netpfil/ipfw/
HDdn_sched_fifo.c109 _SI( .dequeue = ) fifo_dequeue,
HDdn_sched.h125 struct mbuf * (*dequeue)(struct dn_sch_inst *); member
HDdn_sched_prio.c214 _SI( .dequeue = ) prio_dequeue,
HDdn_sched_rr.c294 _SI( .dequeue = ) rr_dequeue,
HDdn_sched_wf2q.c358 _SI( .dequeue = ) wf2qp_dequeue,
HDdummynet.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()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDWorkList.h78 virtual WorkListUnit dequeue() = 0;
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDLiveVariables.cpp42 const CFGBlock *dequeue();
73 const CFGBlock *DataflowWorklist::dequeue() { in dequeue() function in DataflowWorklist
533 while (const CFGBlock *block = worklist.dequeue()) { in computeLiveness()
HDUninitializedValues.cpp224 const CFGBlock *dequeue();
239 const CFGBlock *DataflowWorklist::dequeue() { in dequeue() function in DataflowWorklist
900 while (const CFGBlock *block = worklist.dequeue()) { in runUninitializedVariablesAnalysis()
/NextBSD/sys/sys/mach/
HDqueue.h138 #define dequeue(queue) dequeue_head(queue) macro
/NextBSD/sys/net/altq/
HDaltq_subr.c142 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify) in altq_attach() argument
147 struct mbuf *(*dequeue)(struct ifaltq *, int);
177 ifq->altq_dequeue = dequeue;
/NextBSD/sys/kern/
HDsched_4bsd.c259 SDT_PROBE_DEFINE3(sched, , , dequeue, "struct thread *",
1423 SDT_PROBE3(sched, , , dequeue, td, td->td_proc, NULL); in sched_rem()

12