Home
last modified time | relevance | path

Searched defs:enqueue (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp44 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anona574dfc00111::DFS
64 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anona574dfc00111::BFS
100 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anona574dfc00211::BFSBlockDFSContents
149 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anona574dfc00311::UnexploredFirstStack
224 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anona574dfc00411::UnexploredFirstPriorityQueue
280 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anona574dfc00511::UnexploredFirstPriorityLocationQueue
H A DCoreEngine.cpp606 void CoreEngine::enqueue(ExplodedNodeSet &Set) { enqueue() function in CoreEngine
611 void CoreEngine::enqueue(ExplodedNodeSet &Set, enqueue() function in CoreEngine
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function
72 void enqueue(ExplodedNode *N) { in enqueue() function
/freebsd-src/sys/sys/
H A Dtaskqueue.h147 #define TASKQUEUE_DEFINE(name, enqueue, context, init) \ argument
171 #define TASKQUEUE_FAST_DEFINE(name, enqueue, context, init) \ argument
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp54 void enqueue(InputSection *isec, uint64_t off) override { in enqueue() function in lld::macho::MarkLiveImpl
75 void MarkLiveImpl<RecordWhyLive>::enqueue( in enqueue() function in lld::macho::MarkLiveImpl
[all...]
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp39 auto enqueue = [&](SectionChunk *c) { in markLive() local
/freebsd-src/usr.bin/grep/
H A Dqueue.c77 enqueue(struct str *x) in enqueue() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp176 void RegAllocBase::enqueue(const LiveInterval *LI) { enqueue() function in RegAllocBase
H A DRegAllocGreedy.cpp286 void RAGreedy::enqueue(PQueue &CurQueue, const LiveInterval *LI) { enqueue() function in RAGreedy
/freebsd-src/contrib/ntp/ntpd/
H A Dntp_prio_q.c149 queue *enqueue( in enqueue() function
/freebsd-src/sys/x86/iommu/
H A Dintel_fault.c128 bool enqueue; in dmar_fault_intr() local
/freebsd-src/sys/netpfil/ipfw/
H A Ddn_aqm.h100 int (*enqueue)(struct dn_queue *, struct mbuf *); member
H A Ddn_sched.h125 int (*enqueue)(struct dn_sch_inst *, struct dn_queue *, member
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp183 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) { enqueue() function in MarkLive
[all...]
/freebsd-src/sys/kern/
H A Dsubr_taskqueue.c141 taskqueue_enqueue_fn enqueue, void *context, in _taskqueue_create()
178 taskqueue_enqueue_fn enqueue, void *context) in taskqueue_create()
878 taskqueue_enqueue_fn enqueue, void *context) in taskqueue_create_fast()
H A Dsubr_gtaskqueue.c124 taskqueue_enqueue_fn enqueue, void *context, in _gtaskqueue_create()
583 taskqueue_enqueue_fn enqueue, void *context) in gtaskqueue_create_fast()
H A Dvfs_subr.c3998 vdropl_impl(struct vnode * vp,bool enqueue) vdropl_impl() argument
/freebsd-src/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c59 enqueue(ENTRY * ep) in enqueue() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h75 void enqueue(Callback Cb, void *Ptr, uptr Size) { in enqueue() function
/freebsd-src/sys/dev/vmware/vmci/
H A Dvmci_qpair.c499 enqueue(struct vmci_queue *produce_q, struct vmci_queue *consume_q, in enqueue() function
/freebsd-src/usr.bin/sdiff/
H A Dsdiff.c892 enqueue(cha function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp425 void DeadCodeScan::enqueue(const CFGBlock *block) { enqueue() function in DeadCodeScan
/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c238 inline static void enqueue(cl_list_t * bfsq, switch_t * sw) in enqueue() function
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c598 boolean_t enqueue = B_FALSE; update_redaction_list() local
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h942 u32 enqueue; member

12