/freebsd/sys/isa/ |
H A D | pnpparse.c | 410 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 D | SectionPriorities.cpp | 257 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 D | SectionPriorities.h | 74 llvm::DenseMap<llvm::StringRef, SymbolPriorityEntry> priorities; variable
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | atmel-matrix.txt | 4 behavior (master/slave priorities, undefined burst length type, ...)
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | jcore,aic.txt | 6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
|
/freebsd/contrib/libucl/ |
H A D | README.md | 285 …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 D | CONTRIBUTING.md | 5 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 D | Threading.inc | 111 // 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 D | faq-example2 | 10 # the Internet. use the priq scheduler to control only priorities. set
|
/freebsd/sys/contrib/device-tree/Bindings/mips/brcm/ |
H A D | soc.txt | 127 (bandwidth, priorities etc.) and needs to have its contents restored during
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | nvidia,tegra124-soctherm.txt | 40 SW need to set priorities for various throttle, the HW arbiter can select
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-1.4 | 24 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 D | whatsnew-2.1.txt | 72 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 D | ChangeLog-2.0 | 1067 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 D | ChangeLog-1.4 | 24 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 D | whatsnew-2.1.txt | 72 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 D | ChangeLog-2.0 | 1067 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 D | README-HS20 | 49 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 D | mailprio | 59 # mailprio -- setup mail priorities for a mailing list
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | BRIDGE-MIB.txt | 1406 more restricted bridge and port priorities, as per IEEE
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.c | 3505 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
|
/freebsd/contrib/libevent/test/ |
H A D | regress.c | 3505 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_bus_if.m | 442 * priorities.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 50 // list to describe priorities.
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1540 or `LOG_UPTO(toppri)` to create a mask for all priorities up to and
|