Home
last modified time | relevance | path

Searched refs:_prio (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/devd/
H A Ddevd.hh133 int get_priority() const { return (_prio); } in get_priority()
134 void set_priority(int prio) { _prio = prio; } in set_priority()
139 int _prio; member
H A Ddevd.cc175 event_proc::event_proc() : _prio(-1) in event_proc()
/freebsd/sys/riscv/riscv/
H A Daplic.c156 #define APLIC_MK_IRQ_TARGET(_sc, _cpu, _prio) \ argument
157 (_sc->hart_indices[_cpu] << 18 | ((_prio) & 0xff))