Searched refs:wfi (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S42 wfi /* wait for interrupt */
/freebsd-13-stable/stand/efi/loader/arch/riscv/
H A Dstart.S167 2: wfi
/freebsd-13-stable/sys/netpfil/ipfw/test/
H A Dmain.c92 double wfi; /* (byte) Worst-case Fair Index of the system */ member in struct:cfg_s
194 double wfi = sch_bytes * weight - bytes; local
196 if (c->q_wfi[mb->flow_id] < wfi)
197 c->q_wfi[mb->flow_id] = wfi;
626 if (c.wfi < c.q_wfi[i])
627 c.wfi = c.q_wfi[i];
632 (unsigned long)c._enqueue, (unsigned long)c.dequeue, c.wfi,
/freebsd-13-stable/sys/riscv/riscv/
H A Dlocore.S265 wfi
329 wfi
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c664 int wfi = -1; /* current wireformat rdata field (rdf) */ local
718 wfi++;
719 if(desc->_wireformat[wfi]
729 } else if(desc->_wireformat[wfi]
733 desc->_wireformat[wfi]) - 1;
778 /* binary remainder, capture comparison in wfi variable */
779 if((wfi = memcmp(di, dj, (ilen<jlen)?ilen:jlen)) != 0)
780 return wfi;
/freebsd-13-stable/sys/arm/include/
H A Dasm.h239 #define WFI wfi
/freebsd-13-stable/sys/riscv/include/
H A Dencoding.h854 DECLARE_INSN(wfi, MATCH_WFI, MASK_WFI)

Completed in 174 milliseconds