Home
last modified time | relevance | path

Searched refs:enqueue (Results 26 – 50 of 64) sorted by relevance

123

/freebsd/usr.bin/grep/
H A Dgrep.h152 bool enqueue(struct str *x);
H A Dutil.c233 } else if (Bflag == 0 || (Bflag > 0 && enqueue(&pc->ln))) in procmatch_nomatch()
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched.h125 int (*enqueue)(struct dn_sch_inst *, struct dn_queue *, member
H A Ddn_sched_prio.c219 _SI( .enqueue = ) prio_enqueue,
H A Ddn_sched_rr.c307 _SI( .enqueue = ) rr_enqueue,
H A Ddn_aqm_codel.c436 _SI( .enqueue = ) aqm_codel_enqueue,
H A Ddn_sched_wf2q.c364 _SI( .enqueue = ) wf2qp_enqueue,
H A Dip_dn_io.c527 return q->fs->aqmfp->enqueue(q ,m); in dn_enqueue()
944 if (fs->sched->fp->enqueue(si, q, m)) { in dummynet_io()
H A Ddummynet.txt239 We must enqueue the packet on 'pending' and return immediately.
259 If successful, we call the scheduler's enqueue function(), and
798 - int (*enqueue)(void *s, struct gen *f, struct mbuf *m,
802 masked. The enqueue() must call dn_queue_packet(q, m) function to really
803 enqueue packet in the queue q. The queue 'q' is chosen by the scheduler
847 - enqueue()
H A Ddn_sched_fq_codel.c601 _SI( .enqueue = ) fq_codel_enqueue,
H A Ddn_aqm_pie.c803 _SI( .enqueue = ) aqm_pie_enqueue,
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h75 void enqueue(Callback Cb, void *Ptr, uptr Size) { in enqueue() function
202 C->enqueue(Cb, Ptr, Size); in put()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c598 boolean_t enqueue = B_FALSE; in update_redaction_list() local
611 enqueue = B_FALSE; in update_redaction_list()
620 enqueue = B_FALSE; in update_redaction_list()
623 enqueue = B_TRUE; in update_redaction_list()
636 if (enqueue && redact_block_get_size(&cur) != 0) { in update_redaction_list()
/freebsd/tools/sched/
H A Dschedgraph.d101 sched:::enqueue
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c59 enqueue(ENTRY * ep) in enqueue() function
239 enqueue(&thisentry); in _nc_read_entry_source()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h186 void enqueue(ExplodedNodeSet &Set);
190 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp168 enqueue(&LI); in LRE_WillShrinkVirtReg()
H A DRegAllocGreedy.h322 void enqueue(PQueue &CurQueue, const LiveInterval *LI);
H A DRegAllocGreedy.cpp258 RegAllocBase::enqueue(&LI); in LRE_WillShrinkVirtReg()
284 void RAGreedy::enqueueImpl(const LiveInterval *LI) { enqueue(Queue, LI); } in enqueueImpl()
286 void RAGreedy::enqueue(PQueue &CurQueue, const LiveInterval *LI) { in enqueue() function in RAGreedy
2021 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()
/freebsd/sys/kern/
H A Dsched_4bsd.c269 SDT_PROBE_DEFINE4(sched, , , enqueue, "struct thread *",
1334 SDT_PROBE4(sched, , , enqueue, td, td->td_proc, NULL, in sched_add()
1430 SDT_PROBE4(sched, , , enqueue, td, td->td_proc, NULL,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp71 Engine.enqueue(DstBegin); in processCallEnter()
433 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), Idx); in processCallExit()
567 WList->enqueue(N); in inlineCall()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A DMakefile47 LINKS+= ${LIBEXECDIR}/dwatch/sched ${LIBEXECDIR}/dwatch/sched-enqueue
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c238 inline static void enqueue(cl_list_t * bfsq, switch_t * sw) in enqueue() function
271 enqueue(&bfsq, switches[ir]); in shortest_path()
278 enqueue(&bfsq, swi); in shortest_path()
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh60 exclude EXFAIL common/sched/tst.enqueue.d
/freebsd/sys/netgraph/
H A Dng_pptpgre.c945 goto enqueue; /* reorder enabled and there is a room */ in ng_pptpgre_rcvdata_lower()
975 enqueue: in ng_pptpgre_rcvdata_lower()

123