/freebsd/usr.sbin/rtprio/ |
H A D | rtprio.1 | 38 or idletime scheduling priority 44 .Ar priority 48 .Ar priority 68 A process with a realtime priority is not subject to priority 70 higher realtime priority. 72 A process with an idle priority will run only when no other 73 process is runnable and then only if its idle priority is equal or 74 greater than all other runnable idle priority processes. 80 when called without arguments will return the realtime priority 85 is called with 1 argument, it will return the realtime priority [all …]
|
/freebsd/share/man/man9/ |
H A D | scheduler.9 | 73 member is the user priority of the process calculated from a process' 78 member is the saved priority used by 80 When a process obtains a mutex, its priority is saved in 82 While it holds the mutex, the process's priority may be bumped by another 84 When the process releases the mutex, then its priority is restored to the 85 priority saved in 90 member is the actual priority of the process and is used to determine what 96 function compares the cached priority of the currently running process with 99 If the currently running process has a higher priority, then it will return 101 If the current process has a lower priority, then it will return a value [all …]
|
H A D | sleep.9 | 48 .Fn msleep "const void *chan" "struct mtx *mtx" "int priority" "const char *wmesg" "int timo" 50 .Fn msleep_sbt "const void *chan" "struct mtx *mtx" "int priority" \ 65 .Fn tsleep "const void *chan" "int priority" "const char *wmesg" "int timo" 67 .Fn tsleep_sbt "const void *chan" "int priority" "const char *wmesg" \ 115 .Fa priority 116 specifies a new priority for the thread as well as some optional flags. 117 If the new priority is not 0, 120 .Fa priority 124 A new priority of 0 means to use the thread's current priority when 128 .Fa priority [all …]
|
H A D | EVENTHANDLER.9 | 34 .Fn EVENTHANDLER_DEFINE name func arg priority 37 .Fn EVENTHANDLER_REGISTER name func arg priority 49 .Fa "int priority" 72 Callback functions are invoked in order of priority. 73 The relative priority of each callback among other callbacks 75 .Fa priority , 78 (highest priority), to 80 (lowest priority). 83 may be used if the handler does not have a specific priority 188 .Bl -tag -width ".Fa priority" [all …]
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_edma.h | 47 #define DMA_DCHPRI3 0x100 /* Channel n Priority */ 48 #define DMA_DCHPRI2 0x101 /* Channel n Priority */ 49 #define DMA_DCHPRI1 0x102 /* Channel n Priority */ 50 #define DMA_DCHPRI0 0x103 /* Channel n Priority */ 51 #define DMA_DCHPRI7 0x104 /* Channel n Priority */ 52 #define DMA_DCHPRI6 0x105 /* Channel n Priority */ 53 #define DMA_DCHPRI5 0x106 /* Channel n Priority */ 54 #define DMA_DCHPRI4 0x107 /* Channel n Priority */ 55 #define DMA_DCHPRI11 0x108 /* Channel n Priority */ 56 #define DMA_DCHPRI10 0x109 /* Channel n Priority */ [all …]
|
/freebsd/lib/libsys/ |
H A D | rtprio.2 | 60 .Nd examine or modify realtime or idle priority 74 is used to lookup or change the realtime or idle priority of a process, 79 is used to lookup or change the realtime or idle priority of a thread. 85 RTP_LOOKUP to lookup the current priority, 86 and RTP_SET to set the priority. 99 the system call reports the highest priority in the process, 100 or sets all threads' priority in the process, 116 is a pointer to a struct rtprio which is used to specify the priority and priority type. 129 The priority specified by the 134 0 is the highest possible priority. [all …]
|
H A D | sched_setparam.2 | 53 structure must be any integer within the inclusive priority range for 56 Higher numerical values for the priority represent higher priorities. 79 priority have been scheduled to run. 81 If the priority of the process specified by the 83 argument is set higher than that of the lowest priority running process 87 argument will preempt a lowest priority running process. 91 sets its own priority lower than that of one or more other nonempty 92 process lists, then the process that is the head of the highest priority 96 the requested priority change until the higher priority process has 104 is as if the process had been running under SCHED_RR with a priority [all …]
|
/freebsd/ |
H A D | .clang-format | 113 Priority: 1 116 Priority: 2 119 Priority: 2 122 Priority: 2 125 Priority: 2 128 Priority: 2 131 Priority: 3 134 Priority: 3 137 Priority: 4 140 Priority: 5 [all …]
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_log.c | 65 int priority; in openpam_log() local 73 priority = LOG_DEBUG; in openpam_log() 76 priority = LOG_INFO; in openpam_log() 79 priority = LOG_NOTICE; in openpam_log() 83 priority = LOG_ERR; in openpam_log() 88 vsyslog(priority, fmt, ap); in openpam_log() 100 int priority; in _openpam_log() local 108 priority = LOG_DEBUG; in _openpam_log() 111 priority = LOG_INFO; in _openpam_log() 114 priority = LOG_NOTICE; in _openpam_log() [all …]
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_create_flow.3 | 29 uint16_t priority; /* Rule priority - see below */ 96 .SS Flow domains and priority 97 Flow steering defines the concept of domain and priority. Each domain represents an application tha… 98 Domains are prioritized. A higher priority domain will always supersede a lower priority domain whe… 100 .B IB verbs have the higher priority domain. 102 In addition to the domain, there is priority within each of the domains. 103 A lower priority numeric value (higher priority) takes precedence over matching rules with higher n… 104 It is important to note that the priority value of a flow spec is used not only to establish the pr… 119 flow specification, QP or priority are invalid 148 Below flow_attr defines a rule in priority 0 to match a destination [all …]
|
/freebsd/usr.bin/renice/ |
H A D | renice.8 | 33 .Nd alter priority of running processes 36 .Ar priority 45 scheduling priority of one or more running processes. 53 to have their scheduling priority altered. 57 their scheduling priority altered. 62 Instead of changing the specified processes to the given priority, 64 the current priority of each process. 79 Users other than the super-user may only alter the priority of 87 may alter the priority of any process 88 and set the priority to any value in the range [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | ti,c64x+megamod-pic.txt | 7 C64X+ core. Priority 0 and 1 are used for reset and NMI respectively. 8 Priority 2 and 3 are reserved. Priority 4-15 are used for interrupt 18 Single cell specifying the core interrupt priority level (4-15) where 19 4 is highest priority and 15 is lowest priority. 37 One for each core interrupt priority level. In addition to the combined 50 The cells contain the core priority interrupt to which the 56 priority interrupts. The first cell corresponds to 57 core priority 4 and the last cell corresponds to 58 core priority 15. The value of each cell is the 70 be the core priority level, not the megamodule interrupt number. [all …]
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | load.in | 4 .load(try=false, multiline=false, trim=false, escape=false, key="key1", target="string", priority=1… 5 .load(try=false, multiline=true, trim=false, escape=false, key="key2", target="string", priority=1)… 6 .load(try=false, multiline=true, trim=true, escape=false, key="key3", target="string", priority=1) … 7 .load(try=false, multiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "… 8 .load(try=false, multiline=false, trim=true, escape=false, key="key5", target="string", priority=1)… 9 .load(try=false, multiline=false, trim=false, escape=true, key="key6", target="string", priority=1)… 10 .load(try=false, multiline=false, trim=true, escape=true, key="key7", target="string", priority=1) … 11 .load(try=false, multiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "… 12 .load(try=false, multiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "… 13 .load(try=true, multiline=false, trim=false, escape=false, key="key10", target="string", priority=1…
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_hwdata.c | 39 * Resource priority specifications shared by all bhndb(4) bridge 55 * Define a core priority record for all cores matching @p devclass 61 .priority = (BHNDB_PRIORITY_ ## _priority), \ 66 * Define a default core priority record 72 .priority = (BHNDB_PRIORITY_DEFAULT), \ 76 /* Define a port priority record for the type/port/region triplet, optionally 86 .priority = (BHNDB_PRIORITY_ ## _priority), \ 90 /* Define a port priority record for the default (_type, 0, 0) type/port/region 96 * Generic resource priority configuration usable with all currently supported 112 * Low priority device classes. [all …]
|
/freebsd/share/man/man4/ |
H A D | mac_priority.4 | 58 priority. 62 priority. 68 utility to start processes with realtime priority. 70 priority through the 76 utility to start processes with idle priority. 78 priority through the 104 .It Va security.mac.priority.realtime 107 .It Va security.mac.priority.realtime_gid 110 .It Va security.mac.priority.idletime 113 .It Va security.mac.priority.idletime_gid
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | log.c | 44 static void rpcapd_vlog_stderr(log_priority priority, const char *message, va_list ap) in rpcapd_vlog_stderr() argument 50 * priority always has a valid enum value and therefore don't in rpcapd_vlog_stderr() 61 switch (priority) { in rpcapd_vlog_stderr() 92 static void rpcapd_vlog_systemlog(log_priority priority, const char *message, in rpcapd_vlog_systemlog() argument 121 rpcapd_vlog_stderr(priority, message, ap); in rpcapd_vlog_systemlog() 128 switch (priority) { in rpcapd_vlog_systemlog() 167 rpcapd_vlog_stderr(priority, message, ap); in rpcapd_vlog_systemlog() 171 static void rpcapd_vlog_systemlog(log_priority priority, const char *message, in rpcapd_vlog_systemlog() argument 185 switch (priority) { in rpcapd_vlog_systemlog() 242 void rpcapd_log(log_priority priority, const char *message, ...) in rpcapd_log() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSetWavePriority.cpp | 1 //===- AMDGPUSetWavePriority.cpp - Set wave priority ----------------------===// 10 /// Pass to temporarily raise the wave priority beginning the start of 27 #define DEBUG_TYPE "amdgpu-set-wave-priority" 30 "amdgpu-set-wave-priority-valu-insts-threshold", 31 cl::desc("VALU instruction count threshold for adjusting wave priority"), 51 StringRef getPassName() const override { return "Set wave priority"; } in getPassName() 58 unsigned priority) const; 65 INITIALIZE_PASS(AMDGPUSetWavePriority, DEBUG_TYPE, "Set wave priority", false, 77 unsigned priority) const { in BuildSetprioMI() 79 .addImm(priority); in BuildSetprioMI() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_prio_q.c | 3 * This file contains the priority queue implementation used by the 18 /* Priority Queue 20 * Define a priority queue in which the relative priority of the elements 48 /* Define a function to "destroy" a priority queue, freeing-up 145 /* Define a function to add an element to the priority queue. 146 * The element is added according to its priority - 147 * relative priority is given by the get_order function 177 /* Define a function to dequeue the first element from the priority 196 * priority queue 209 * that for priority queues. (Given the current representation) [all …]
|
/freebsd/sys/sys/ |
H A D | priority.h | 38 * Process priority specifications. 42 * Priority classes. 80 #define PRI_MIN (0) /* Highest priority. */ 81 #define PRI_MAX (255) /* Lowest priority. */ 87 * Most hardware interrupt threads run at the same priority, but can 128 #define PRI_USER -2 /* Change to current user priority. */ 129 #define PRI_UNCHANGED -1 /* Do not change priority. */ 132 struct priority { struct 134 u_char pri_level; /* Normal priority level. */ argument 135 u_char pri_native; /* Priority before propagation. */ [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_log.c | 32 int priority; member 158 * Start logging messages at the syslog [priority] level or higher to stderr. 159 * Refer to syslog(3) for valid priority values. 162 zed_log_stderr_open(int priority) in zed_log_stderr_open() argument 165 _ctx.priority = priority; in zed_log_stderr_open() 205 _zed_log_aux(int priority, const char *fmt, va_list vargs) in _zed_log_aux() argument 220 syslog(priority, "%s", buf); in _zed_log_aux() 222 if (_ctx.do_stderr && (priority <= _ctx.priority)) in _zed_log_aux() 227 * Log a message at the given [priority] level specified by the printf-style 231 zed_log_msg(int priority, const char *fmt, ...) in zed_log_msg() argument [all …]
|
/freebsd/usr.sbin/pkg/ |
H A D | dns_utils.c | 51 l = da->priority; in srv_priority_cmp() 52 r = db->priority; in srv_priority_cmp() 67 l = da->priority; in srv_final_cmp() 68 r = db->priority; in srv_final_cmp() 123 unsigned int type, class, ttl, priority, weight, port; in dns_getsrvinfo() local 169 NS_GET16(priority, p); in dns_getsrvinfo() 191 res[n]->priority = priority; in dns_getsrvinfo() 203 priority = f = l = 0; in dns_getsrvinfo() 205 if (res[i]->priority != priority) { in dns_getsrvinfo() 209 priority = res[i]->priority; in dns_getsrvinfo()
|
/freebsd/lib/libpmc/ |
H A D | pmc.corei7uc.3 | 420 Uncore cycles all the entries in the DRAM channel 0 medium or low priority 424 Uncore cycles all the entries in the DRAM channel 1 medium or low priority 428 Uncore cycles all the entries in the DRAM channel 2 medium or low priority 432 Uncore cycles all the entries in the DRAM channel 0 medium or low priority 436 Counts cycles all the entries in the DRAM channel 1 medium or low priority 440 Uncore cycles all the entries in the DRAM channel 2 medium or low priority 444 Counts cycles all the entries in the DRAM channel 0 high priority queue are 448 Counts cycles all the entries in the DRAM channel 1 high priority queue are 452 Counts cycles all the entries in the DRAM channel 2 high priority queue are 456 Counts cycles all the entries in the DRAM channel 0 high priority queue are [all …]
|
/freebsd/contrib/libucl/ |
H A D | README.md | 282 * `priority` (default: 0) - specify priority for the include (see below). 284 …priority then it replaces old one, if we have new object with less priority it is ignored complete… 292 * If we have two objects with the same priority then we form an implicit array 293 * If a new object has bigger priority then we overwrite an old one 294 * If a new object has lower priority then we ignore it 296 By default, the priority of top-level object is set to zero (lowest priority). Currently, 298 rewrite keys from the objects with lower priorities as specified by the policy. The priority 299 of the top-level or any other object can be changed with the `.priority` macro, which has no 300 options and takes the new priority: 303 # Default priority: 0. [all …]
|
/freebsd/lib/geom/mirror/ |
H A D | gmirror.8 | 75 .Fl p Ar priority 91 .Op Fl p Ar priority 153 The order of components is important, because a component's priority is based on its position 155 The component with the biggest priority is used by the 170 Read from the component with the biggest priority. 204 .Bl -tag -width ".Fl p Ar priority" 220 .It Fl p Ar priority 221 Specifies priority for the given component 246 .Bl -tag -width ".Fl p Ar priority" 251 .It Fl p Ar priority [all …]
|
/freebsd/usr.bin/nice/ |
H A D | nice.1 | 33 .Nd execute a utility at an altered scheduling priority 44 at an altered scheduling priority, by incrementing its 49 The lower the nice value of a process, the higher its scheduling priority. 52 with a higher scheduling priority. 85 at priority 5 assuming the priority of the 92 at priority -19 assuming the priority of the
|