Home
last modified time | relevance | path

Searched refs:prios (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/run-queue/
Dqueue.js44 var prios = Object.keys(this.queue)
45 for (var ii = 0; ii < prios.length; ++ii) {
46 var prioQueue = this.queue[prios[ii]]
49 this.currentPrio = prios[ii]
/third_party/libnl/lib/route/qdisc/
Dprio.c217 static const struct trans_tbl prios[] = { variable
239 return __type2str(prio, buf, size, prios, ARRAY_SIZE(prios)); in rtnl_prio2str()
253 return __str2type(name, prios, ARRAY_SIZE(prios)); in rtnl_str2prio()