Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sys/isa/
HDpnpparse.c411 int priorities[1 + MAXDEP]; in pnp_parse_resources() local
430 priorities[0] = 0; in pnp_parse_resources()
473 priorities[ncfgs] = p[0]; in pnp_parse_resources()
475 priorities[ncfgs] = 1; in pnp_parse_resources()
478 priorities[ncfgs]); in pnp_parse_resources()
550 ISA_ADD_CONFIG(parent, dev, priorities[0], &configs[0]); in pnp_parse_resources()
562 ISA_ADD_CONFIG(parent, dev, priorities[i], &configs[i]); in pnp_parse_resources()
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-pko.c292 uint64_t priorities[CVMX_PKO_NQ_PER_PORT_MAX] = { in __cvmx_pko_iport_config() local
304 cvmx_override_pko_queue_priority(pko_port, &priorities[0]); in __cvmx_pko_iport_config()
312 priorities[queue] == CVMX_PKO_QUEUE_STATIC_PRIORITY) in __cvmx_pko_iport_config()
317 priorities[queue] != CVMX_PKO_QUEUE_STATIC_PRIORITY && in __cvmx_pko_iport_config()
332 priorities[queue] == CVMX_PKO_QUEUE_STATIC_PRIORITY) in __cvmx_pko_iport_config()
366 switch ((int)priorities[queue]) in __cvmx_pko_iport_config()
383 (unsigned long long)priorities[queue]); in __cvmx_pko_iport_config()
HDcvmx-helper.h172 extern CVMX_SHARED void (*cvmx_override_pko_queue_priority)(int ipd_port, uint64_t *priorities);
HDcvmx-helper.c117 uint64_t *priorities) = NULL;
790 uint64_t priorities[16] = {[0 ... 15] = 8}; in __cvmx_helper_interface_setup_pko() local
800 cvmx_override_pko_queue_priority(ipd_port, priorities); in __cvmx_helper_interface_setup_pko()
803 cvmx_pko_get_num_queues(ipd_port), priorities); in __cvmx_helper_interface_setup_pko()
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDSectionPriorities.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()
HDSectionPriorities.h74 llvm::DenseMap<llvm::StringRef, SymbolPriorityEntry> priorities; variable
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mfd/
HDatmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/freebsd-13-stable/sys/contrib/device-tree/Bindings/interrupt-controller/
Djcore,aic.txt6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
/freebsd-13-stable/contrib/libucl/
HDREADME.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-13-stable/contrib/libcbor/
HDCONTRIBUTING.md5 Community contributions are welcome as long as they align with the [project priorities](https://git…
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDThreading.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-13-stable/share/examples/pf/
HDfaq-example210 # the Internet. use the priq scheduler to control only priorities. set
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mips/brcm/
HDsoc.txt127 (bandwidth, priorities etc.) and needs to have its contents restored during
/freebsd-13-stable/sys/contrib/device-tree/Bindings/thermal/
Dnvidia,tegra124-soctherm.txt40 SW need to set priorities for various throttle, the HW arbiter can select
/freebsd-13-stable/contrib/libevent/
HDChangeLog-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.
HDwhatsnew-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
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDChangeLog-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.
HDwhatsnew-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
HDChangeLog-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-13-stable/contrib/wpa/wpa_supplicant/
HDREADME-HS2049 used based on configured priorities, scan results, and ANQP information.
504 to select which network to use based on configured priorities:
/freebsd-13-stable/contrib/sendmail/contrib/
HDmailprio59 # mailprio -- setup mail priorities for a mailing list
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
HDBRIDGE-MIB.txt1406 more restricted bridge and port priorities, as per IEEE
/freebsd-13-stable/contrib/libevent/test/
HDregress.c3505 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDregress.c3505 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
/freebsd-13-stable/sys/dev/bhnd/
HDbhnd_bus_if.m442 * priorities.

12