Home
last modified time | relevance | path

Searched refs:priorities (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/isa/
H A Dpnpparse.c410 int priorities[1 + MAXDEP]; in pnp_parse_resources() local
429 priorities[0] = 0; in pnp_parse_resources()
472 priorities[ncfgs] = p[0]; in pnp_parse_resources()
474 priorities[ncfgs] = 1; in pnp_parse_resources()
477 priorities[ncfgs]); in pnp_parse_resources()
549 ISA_ADD_CONFIG(parent, dev, priorities[0], &configs[0]); in pnp_parse_resources()
561 ISA_ADD_CONFIG(parent, dev, priorities[i], &configs[i]); in pnp_parse_resources()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp257 auto it = priorities.find(sym->getName()); in getSymbolPriority()
258 if (it == priorities.end()) in getSymbolPriority()
277 bool hasOrderFile = !priorities.empty(); in extractCallGraphProfile()
339 SymbolPriorityEntry &entry = priorities[symbol]; in parseOrderFile()
366 if (priorities.empty()) in buildInputSectionPriorities()
H A DSectionPriorities.h74 llvm::DenseMap<llvm::StringRef, SymbolPriorityEntry> priorities; variable
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Djcore,aic.txt6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
/freebsd/contrib/libucl/
H A DREADME.md285 …erged inside, if we have a plain object then an implicit array is formed (regardless of priorities)
287 - `rewrite` - always rewrite an old value with new one (ignoring priorities)
297 you can define up to 16 priorities (from 0 to 15). Includes with bigger priorities will
298 rewrite keys from the objects with lower priorities as specified by the policy. The priority
/freebsd/contrib/libcbor/
H A DCONTRIBUTING.md5 Community contributions are welcome as long as they align with the [project priorities](https://github.com/PJK/libcbor#main-features) and [goals](https://libcbor.readthedocs.io/en/latest/development.html#goals) and follow the guidelines described below.
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc111 // priorities of the thread so that it can perform background work without
114 // priorities of the thread as they were before the thread entered background
/freebsd/share/examples/pf/
H A Dfaq-example210 # the Internet. use the priq scheduler to control only priorities. set
/freebsd/sys/contrib/device-tree/Bindings/mips/brcm/
H A Dsoc.txt127 (bandwidth, priorities etc.) and needs to have its contents restored during
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt40 SW need to set priorities for various throttle, the HW arbiter can select
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.424 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722)
38 o Fix a problem with excessive memory allocation when using multiple event priorities.
H A Dwhatsnew-2.1.txt72 If you're running Libevent with multiple event priorities, you might
103 number of priorities set in the event base.
738 priorities and take part in the other anti-priority-inversion
H A DChangeLog-2.01067 o Fix a problem with excessive memory allocation when using multiple event priorities.
1108 o Cap the maximum number of priorities at 256.
/freebsd/contrib/libevent/
H A DChangeLog-1.424 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722)
38 o Fix a problem with excessive memory allocation when using multiple event priorities.
H A Dwhatsnew-2.1.txt72 If you're running Libevent with multiple event priorities, you might
103 number of priorities set in the event base.
738 priorities and take part in the other anti-priority-inversion
H A DChangeLog-2.01067 o Fix a problem with excessive memory allocation when using multiple event priorities.
1108 o Cap the maximum number of priorities at 256.
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS2049 used based on configured priorities, scan results, and ANQP information.
504 to select which network to use based on configured priorities:
/freebsd/contrib/sendmail/contrib/
H A Dmailprio59 # mailprio -- setup mail priorities for a mailing list
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt1406 more restricted bridge and port priorities, as per IEEE
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c3505 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
/freebsd/contrib/libevent/test/
H A Dregress.c3505 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
/freebsd/sys/dev/bhnd/
H A Dbhnd_bus_if.m442 * priorities.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td50 // list to describe priorities.
/freebsd/contrib/libxo/doc/
H A Dapi.rst1540 or `LOG_UPTO(toppri)` to create a mask for all priorities up to and

12