Home
last modified time | relevance | path

Searched refs:wfi (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c91 double wfi; /* (byte) Worst-case Fair Index of the system */ member
193 double wfi = sch_bytes * weight - bytes; in gnet_stats_deq() local
195 if (c->q_wfi[mb->flow_id] < wfi) in gnet_stats_deq()
196 c->q_wfi[mb->flow_id] = wfi; in gnet_stats_deq()
625 if (c.wfi < c.q_wfi[i]) in main()
626 c.wfi = c.q_wfi[i]; in main()
631 (unsigned long)c._enqueue, (unsigned long)c.dequeue, c.wfi, in main()
/freebsd/sys/arm/arm/
H A Dcpufunc_asm_armv7.S40 wfi /* wait for interrupt */
/freebsd/sys/riscv/riscv/
H A Dlocore.S256 wfi
293 wfi
/freebsd/stand/efi/loader/arch/riscv/
H A Dstart.S165 2: wfi
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c797 int wfi = -1; /* current wireformat rdata field (rdf) */ in canonical_compare_byfield() local
851 wfi++; in canonical_compare_byfield()
852 if(desc->_wireformat[wfi] in canonical_compare_byfield()
862 } else if(desc->_wireformat[wfi] in canonical_compare_byfield()
866 desc->_wireformat[wfi]) - 1; in canonical_compare_byfield()
912 if((wfi = memcmp(di, dj, (ilen<jlen)?ilen:jlen)) != 0) in canonical_compare_byfield()
913 return wfi; in canonical_compare_byfield()
/freebsd/sys/arm/include/
H A Dasm.h180 #define WFI wfi
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon.txt70 If reg value is not zero, cpun exit wfi and go
/freebsd/sys/riscv/include/
H A Dencoding.h853 DECLARE_INSN(wfi, MATCH_WFI, MASK_WFI)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td338 def : tHintAlias<"wfi$p", (tHINT 3, pred:$p), 1>; // A8.6.409
H A DARMInstrThumb2.td4148 def : t2InstAlias<"wfi$p.w", (t2HINT 3, pred:$p), 1>;
H A DARMInstrInfo.td2213 def : InstAlias<"wfi$p", (HINT 3, pred:$p)>, Requires<[IsARM, HasV6K]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td797 def WFI : Priv<"wfi", 0b0001000>, Sched<[]> {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1212 def : InstAlias<"wfi", (HINT 0b011)>;