Searched refs:enqueue (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h78 void enqueue(Callback Cb, void *Ptr, uptr Size) { function in class:scudo::QuarantineCache
198 C->enqueue(Cb, Ptr, Size);
/freebsd-12-stable/tools/sched/
H A Dschedgraph.d103 sched:::enqueue
/freebsd-12-stable/sys/kern/
H A Dsubr_gtaskqueue.c127 taskqueue_enqueue_fn enqueue, void *context,
147 queue->tq_enqueue = enqueue;
152 if (enqueue == gtaskqueue_thread_enqueue)
577 taskqueue_enqueue_fn enqueue, void *context)
579 return _gtaskqueue_create(name, mflags, enqueue, context,
126 _gtaskqueue_create(const char *name, int mflags, taskqueue_enqueue_fn enqueue, void *context, int mtxflags, const char *mtxname __unused) argument
576 gtaskqueue_create_fast(const char *name, int mflags, taskqueue_enqueue_fn enqueue, void *context) argument
H A Dsched_4bsd.c268 SDT_PROBE_DEFINE4(sched, , , enqueue, "struct thread *",
1280 SDT_PROBE4(sched, , , enqueue, td, td->td_proc, NULL,
1372 SDT_PROBE4(sched, , , enqueue, td, td->td_proc, NULL,
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c62 enqueue(ENTRY * ep) function
240 enqueue(&thisentry);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_prio.c221 _SI( .enqueue = ) prio_enqueue,
H A Ddn_sched_rr.c309 _SI( .enqueue = ) rr_enqueue,
H A Ddn_aqm_codel.c430 _SI( .enqueue = ) aqm_codel_enqueue,
H A Ddn_sched_wf2q.c217 * after extracting the candidate, or enqueue() will
228 * next enqueue
365 _SI( .enqueue = ) wf2qp_enqueue,
H A Dip_dn_io.c500 /* Call AQM enqueue function */
502 return q->fs->aqmfp->enqueue(q ,m);
885 * (otherwise it will be ignored by enqueue).
892 if (fs->sched->fp->enqueue(si, q, m)) {
893 /* packet was dropped by enqueue() */
H A Ddn_aqm_pie.c512 * otherwise mark and enqueue it.
800 _SI( .enqueue = ) aqm_pie_enqueue,
H A Ddn_sched_fq_codel.c303 /* enqueue packet into appropriate queue using CoDel AQM.
602 _SI( .enqueue = ) fq_codel_enqueue,
H A Ddn_sched_fq_pie.c287 * positive len -> enqueue
288 * positive len + drop -> drop during enqueue
708 * otherwise mark and enqueue it.
882 /* enqueue packet into appropriate queue using PIE AQM.
1224 _SI( .enqueue = ) fq_pie_enqueue,
H A Ddn_sched_qfq.c837 _SI( .enqueue = ) qfq_enqueue,
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dkwset.c284 enqueue (struct tree *tree, struct trie **last) function
288 enqueue(tree->llink, last);
289 enqueue(tree->rlink, last);
426 enqueue(curr->links, &last);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h190 void enqueue(ExplodedNodeSet &Set);
194 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
196 /// enqueue the nodes corresponding to the end of function onto the
/freebsd-12-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile46 LINKS+= ${LIBEXECDIR}/dwatch/sched ${LIBEXECDIR}/dwatch/sched-enqueue
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp67 Engine.enqueue(DstBegin);
316 // Step 5: Perform the post-condition check of the CallExpr and enqueue the
362 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(),
468 Engine.getWorkList()->enqueue(N);
H A DExprEngine.cpp796 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
814 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
902 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
929 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
948 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp424 void enqueue(LiveInterval *LI) override;
446 void enqueue(PQueue &CurQueue, LiveInterval *LI);
658 enqueue(&LI);
681 void RAGreedy::enqueue(LiveInterval *LI) { enqueue(Queue, LI); } function in class:__anon4625::RAGreedy
683 void RAGreedy::enqueue(PQueue &CurQueue, LiveInterval *LI) { function in class:__anon4625::RAGreedy
689 "Can only enqueue virtual registers");
836 /// defined by enqueue() decides which registers ultimately end up being split
2666 enqueue(RecoloringQueue, *It);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c238 inline static void enqueue(cl_list_t * bfsq, switch_t * sw) function
271 enqueue(&bfsq, switches[ir]);
278 enqueue(&bfsq, swi);
/freebsd-12-stable/sys/net/altq/
H A Daltq_subr.c142 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify)
146 int (*enqueue)(struct ifaltq *, struct mbuf *, struct altq_pktattr *);
176 ifq->altq_enqueue = enqueue;
/freebsd-12-stable/usr.bin/grep/
H A Dutil.c234 } else if (Bflag == 0 || (Bflag > 0 && enqueue(&pc->ln)))
237 * actually doing -B context or if the enqueue resulted in a
/freebsd-12-stable/sys/netgraph/
H A Dng_pptpgre.c917 /* The packet came too early, try to enqueue it.
941 goto enqueue; /* reorder enabled and there is a room */
971 enqueue:
/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Dmain.c7 * iteration, decides whether we can enqueue and/or dequeue.
47 struct mbuf *tosend; /* packet to send -- also flag to enqueue */
77 int state; /* 0 = going up (enqueue), 1: going down (dequeue) */
221 D("loop %d enqueue fail", i );
227 ND("enqueue ok");
535 c->enq = p->enqueue;

Completed in 323 milliseconds

123