Home
last modified time | relevance | path

Searched full:priorities (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw_qos.h44 /* Default supported priorities for VPP allocation */
57 * mlx4_SET_PORT_PRIO2TC - This routine maps user priorities to traffic
62 * @prio2tc: Array of TC associated with each priorities.
88 * Before distribution of VPPs to priorities, only availible_vpp is returned.
89 * After initialization it returns the distribution of VPPs among priorities.
94 * @vpp_p_up: Distribution of VPPs to priorities is stored in this array
101 * mlx4_ALLOCATE_VPP_set - Distribution of VPPs among different priorities.
109 * @vpp_p_up: Allocation of VPPs to different priorities.
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h24 /// This class manages priorities of C++ #include categories and calculates
25 /// priorities for headers.
114 /// Map from priorities of #include categories to all #includes in the same
119 /// priorities.
137 // All possible priorities.
138 std::set<int> Priorities; variable
/freebsd/share/man/man9/
H A Dscheduler.964 Each process has three different priorities stored in
118 function compares the priorities of the current thread and
146 Note that a process's priorities are only bumped to the priority of the
201 function updates all process priorities.
218 Once all process priorities have been updated,
H A Ddevstat.9138 priorities.
378 See below for a list of available priorities.
427 The priorities are as follows:
/freebsd/share/doc/psd/05.sysman/
H A D1.6.t30 Process priorities
51 The default priority is 0; lower priorities cause more
55 The \fIsetpriority\fP call sets the priorities of all of the
57 Only the super-user may lower priorities.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp128 // priorities: in isMoreDesirable()
207 const auto I1 = Priorities.find(L); in hasLowerPriority()
208 const auto I2 = Priorities.find(R); in hasLowerPriority()
209 assert(I1 != Priorities.end() && I2 != Priorities.end()); in hasLowerPriority()
214 auto It = Priorities.find(CB); in updateAndCheckDecreased()
251 Priorities[CB] = PriorityT(CB, FAM, Params); in push()
278 DenseMap<const CallBase *, PriorityT> Priorities; member in __anona7cbcc7e0111::PriorityInlineOrder
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.h27 // Reads the order file at `path` into config->priorities.
45 // Returns layout priorities for some or all input sections. Sections are laid
50 // as the source of priorities. If both are present, the order file takes
74 llvm::DenseMap<llvm::StringRef, SymbolPriorityEntry> priorities; variable
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()
/freebsd/lib/libsys/
H A Dgetpriority.282 lower priorities cause more favorable scheduling.
90 system call sets the priorities of all of the specified processes
92 Only the super-user may lower priorities.
H A Drtprio.2127 field may be RTP_PRIO_REALTIME for realtime priorities,
128 RTP_PRIO_NORMAL for normal priorities, and RTP_PRIO_IDLE for idle priorities.
/freebsd/usr.bin/localedef/
H A Dcollate.c72 * c) The priorities for each level are "compressed", so that each
73 * sorting level has consecutively numbered priorities starting at 1.
75 * which only have a few distinct priorities can represent the
79 * d) We record the total number of priorities so that strxfrm can
86 * f) Priorities with the sign bit set are verboten. This works out
95 * some priorities can refer to other priorities, using forward
114 * In order to resolve the priorities, we create a table of priorities.
166 * different priorities at different levels.
478 /* allocate some initial priorities */ in init_collate()
808 * know how many priorities we *really* need. We allocate one in define_collelem()
[all …]
/freebsd/usr.bin/renice/
H A Drenice.893 Useful priorities are:
124 Non super-users cannot increase scheduling priorities of their own processes,
125 even if they were the ones that decreased the priorities in the first place.
/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)
289 Priorities are used by UCL parser to manage the policy of objects rewriting during including other …
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/sys/sys/
H A Dpriority.h62 * Priorities. Note that with 64 run queues, differences less than 4 are
67 * Priorities range from 0 to 255, but differences of less then 4 (RQ_PPQ)
88 * decay to lower priorities if they run for full time slices.
H A Dsyslog.h39 * priorities/facilities are encoded into a single 32-bit quantity, where the
41 * (0-big number). Both the priorities and the facilities map roughly
45 * priorities (these are ordered)
160 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
/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/lib/libc/gen/
H A Dsyslog.387 Priorities are encoded as a
252 the mask for all priorities up to and including
256 The default allows all priorities to be logged.
H A Dnice.352 The default priority is 0; lower priorities cause more favorable scheduling.
53 Only the super-user may lower priorities.
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp753 // Check that priorities are set properly in the .def file. We expect that in getFeaturePriority()
754 // "compat" features are assigned non-duplicate consecutive priorities in getFeaturePriority()
757 unsigned Priorities[] = { in getFeaturePriority() local
760 std::array<unsigned, std::size(Priorities)> HelperList; in getFeaturePriority()
763 for (size_t i = MaxPriority + 1; i != std::size(Priorities); ++i) in getFeaturePriority()
766 std::begin(Priorities), std::end(Priorities)) && in getFeaturePriority()
767 "Priorities don't form consecutive range!"); in getFeaturePriority()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp293 Priorities = {0, INT_MAX}; in HeaderIncludes()
295 Priorities.insert(Category.Priority); in HeaderIncludes()
322 auto Highest = Priorities.begin(); in HeaderIncludes()
333 for (auto I = ++Priorities.begin(), E = Priorities.end(); I != E; ++I) in HeaderIncludes()
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_create_flow.3105 …ecs are tested for matches. Flows with higher priorities will be tested before flows with lower pr…
/freebsd/share/man/man4/
H A Dlagg.4249 and port priorities.
251 system and port priorities.
/freebsd/share/man/man3/
H A Dpthread_mutexattr.3126 is executed at the highest priority among priorities of all threads waiting
130 is executed at highest priority among priorities or priority ceilings of
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.h130 * bhndb resource allocation priorities.
185 const struct bhndb_port_priority *ports; /**< port priorities */
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_con.c42 * WQs, and thus, there are either eight or two possible priorities in a channel.
163 device_printf(dev, "chan_id=%d, priorities=%d\n", in dpaa2_con_attach()

12345678