/src/share/examples/wpa_supplicant/ |
wpa_supplicant.conf | 19 priority=10 27 priority=20 36 priority=30 47 priority=2 74 # priority=5 99 # priority=4 124 # priority=3
|
/src/usr.sbin/altq/altqd/altq.conf.samples/ |
cbq.bandwidthtest | 6 class cbq en0 root_class NULL priority 0 admission none pbandwidth 100 7 class cbq en0 def_class root_class borrow priority 2 pbandwidth 95 default 9 class cbq en0 tcp_class0 def_class priority 3 pbandwidth 8 11 class cbq en0 tcp_class1 def_class priority 3 pbandwidth 16 13 class cbq en0 tcp_class2 def_class priority 3 pbandwidth 24 15 class cbq en0 tcp_class3 def_class priority 3 pbandwidth 32
|
cbq.sharing | 9 class cbq pvc0 root_class NULL priority 0 pbandwidth 100 14 class cbq pvc0 agencyA root_class priority 2 pbandwidth 70 borrow default 15 class cbq pvc0 dataA_class agencyA priority 3 pbandwidth 40 borrow 16 class cbq pvc0 vidA_class agencyA priority 4 pbandwidth 30 borrow 20 class cbq pvc0 agencyB root_class priority 2 pbandwidth 30 borrow 21 class cbq pvc0 dataB_class agencyB priority 3 pbandwidth 20 borrow 22 class cbq pvc0 vidB_class agencyB priority 4 pbandwidth 10 borrow
|
cbq.widecamp | 6 class cbq sr0 root NULL priority 0 pbandwidth 100 10 class cbq sr0 ctl_class root priority 3 pbandwidth 4 maxburst 4 control 11 class cbq sr0 def_class root borrow priority 2 pbandwidth 60 default 13 class cbq sr0 bulk def_class borrow priority 0 pbandwidth 20 14 class cbq sr0 misc def_class borrow priority 0 pbandwidth 12 15 class cbq sr0 intr def_class borrow priority 0 pbandwidth 24 24 class cbq sr0 tcp bulk borrow priority 3 pbandwidth 4 maxburst 8 red 26 class cbq sr0 ftp bulk borrow priority 3 pbandwidth 4 maxburst 8 red 29 class cbq sr0 http bulk borrow priority 3 pbandwidth 4 maxburst 8 red 36 class cbq sr0 pop3 bulk borrow priority 3 pbandwidth 4 maxburst 8 re [all...] |
/src/usr.sbin/bootp/common/ |
report.c | 95 report(int priority, const char *fmt,...) 100 if ((priority < 0) || (priority >= numlevels)) { 101 priority = numlevels - 1; 112 progname, levelnames[priority], buf); 116 syslog((priority | LOG_BOOTP), "%s", buf);
|
/src/distrib/utils/libhack/ |
syslog.c | 57 syslog_ss(int priority, struct syslog_data *data, const char *fmt, ...) 61 vsyslog(priority, fmt, ap); 66 vsyslog_ss(int priority, struct syslog_data *data, const char *fmt, va_list ap) 68 vsyslog(priority, fmt, ap); 72 syslog_r(int priority, struct syslog_data *data, const char *fmt, ...) 76 vsyslog(priority, fmt, ap); 81 vsyslog_r(int priority, struct syslog_data *data, const char *fmt, va_list ap) 83 vsyslog(priority, fmt, ap); 103 syslogp_r(int priority, struct syslog_data *data, const char *msgid, 108 vsyslog(priority, fmt, ap) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_sched.c | 55 WARN(1, "Invalid context priority %d\n", amdgpu_priority); 62 enum drm_sched_priority priority) 80 amdgpu_ctx_priority_override(ctx, priority); 89 enum drm_sched_priority priority) 112 amdgpu_ctx_priority_override(ctx, priority); 124 enum drm_sched_priority priority; local in function:amdgpu_sched_ioctl 127 priority = amdgpu_to_sched_priority(args->in.priority); 128 if (priority == DRM_SCHED_PRIORITY_INVALID) 135 priority); [all...] |
amdgpu_ring.c | 164 * amdgpu_ring_priority_put - restore a ring's priority 167 * @priority: target priority 169 * Release a request for executing at @priority 172 enum drm_sched_priority priority) 179 if (atomic_dec_return(&ring->num_jobs[priority]) > 0) 182 /* no need to restore if the job is already at the lowest priority */ 183 if (priority == DRM_SCHED_PRIORITY_NORMAL) 188 if (ring->priority > priority) [all...] |
amdgpu_ctx.c | 52 enum drm_sched_priority priority) 54 if (priority < 0 || priority >= DRM_SCHED_PRIORITY_MAX) 58 if (priority <= DRM_SCHED_PRIORITY_NORMAL) 76 enum drm_sched_priority priority; local in function:amdgpu_ctx_init_entity 85 priority = (ctx->override_priority == DRM_SCHED_PRIORITY_UNSET) ? 130 r = drm_sched_entity_init(&entity->entity, priority, scheds, num_scheds, 145 enum drm_sched_priority priority, 151 r = amdgpu_ctx_priority_permit(filp, priority); 166 ctx->init_priority = priority; 398 enum drm_sched_priority priority; local in function:amdgpu_ctx_ioctl [all...] |
/src/sys/dev/raidframe/ |
rf_cvscan.c | 65 && tmp->priority == hdr->nxt_priority && pri_ok(tmp->priority)); 72 RF_ASSERT(tmp->priority == hdr->nxt_priority); 73 RF_ASSERT(pri_ok(tmp->priority)); 79 key = tmp->priority, tmp = tmp->next) { 82 RF_ASSERT(pri_ok(tmp->priority)); 83 RF_ASSERT(key >= tmp->priority); 84 RF_ASSERT(tmp->priority < hdr->nxt_priority); 97 for (; (*list_ptr) != NULL && (*list_ptr)->priority > req->priority; [all...] |
rf_fifo.h | 45 RF_DiskQueueData_t *hq_head, *hq_tail; /* high priority requests */ 46 RF_DiskQueueData_t *lq_head, *lq_tail; /* low priority requests */ 55 int priority);
|
rf_cvscan.h | 47 ** share the same, highest priority level. 76 void rf_CvscanEnqueue(void *qptr, RF_DiskQueueData_t * req, int priority);
|
rf_fifo.c | 32 * There are only two priority levels: hi and lo. 67 rf_FifoEnqueue(void *q_in, RF_DiskQueueData_t *elem, int priority) 71 RF_ASSERT(priority == RF_IO_NORMAL_PRIORITY || priority == RF_IO_LOW_PRIORITY); 74 if (priority == RF_IO_NORMAL_PRIORITY) { 150 /* We sometimes need to promote a low priority access to a regular priority access. 154 * the low priority queue to the end of the normal priority queue. 193 /* append to hi-priority queue * [all...] |
rf_sstf.h | 58 void rf_SstfEnqueue(void *qptr, RF_DiskQueueData_t * req, int priority);
|
rf_diskqueue.h | 64 int priority; /* the priority of this request */ member in struct:RF_DiskQueueData_s 95 int (*Promote) (void *, RF_StripeNum_t, RF_ReconUnitNum_t); /* promotes priority of 107 int curPriority; /* the priority of accs all that are currently 131 (!RF_QUEUE_FULL(_q_) && ((_r_)->priority >= (_q_)->curPriority)))
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_scheduler.c | 72 GEM_BUG_ON(p->priority >= last_prio); 73 last_prio = p->priority; 93 if (a->priority > b->priority) 95 if (a->priority < b->priority) 104 const int *priorityp = vk, priority = *priorityp; local in function:compare_priolist_key 106 if (p->priority > priority) 108 if (p->priority < priority [all...] |
i915_scheduler_types.h | 23 * @priority: execution and service priority 28 * @priority will be executed before those with a lower @priority 31 * The &drm_i915_private.kernel_context is assigned the lowest priority. 33 int priority; member in struct:i915_sched_attr 53 * dynamic priority changes. 59 * is put to the back of its priority queue, then reshuffling its dependents).
|
i915_priolist_types.h | 38 /* Smallest priority value that cannot be bumped. */ 43 * another context. They get scheduled with their default priority and 45 * HW until finished by pretending that they have maximum priority, 46 * i.e. nothing can have higher priority and force us to usurp the 58 int priority; member in struct:i915_priolist
|
/src/sys/dev/scsipi/ |
scsipiconf.c | 168 * Return a priority based on how much of the inquiry data matches 184 int priority, len; local in function:scsipi_inqmatch 190 priority = 2; 194 priority += len; 198 priority += len; 202 priority += len; 206 priority, match->type, match->removable, 209 if (priority > *bestpriority) { 210 *bestpriority = priority;
|
/src/tests/lib/libc/gen/posix_spawn/ |
t_spawnattr.c | 78 int min, max, new, priority; local in function:get_different_priority 81 /* Get the priority range for the new scheduler */ 86 priority = param.sched_priority; 90 if (priority != new) 93 ATF_REQUIRE_MSG(priority != new, "could not find different priority"); 108 int pid, scheduler, child_scheduler, priority, status, pfd[2]; local in function:ATF_TC_BODY 125 priority = get_different_priority(scheduler); 126 sp.sched_priority = priority; 127 printf("using scheduler %d, priority %d\n", scheduler, priority) [all...] |
/src/dist/pf/sbin/pflogd/ |
pflogd.h | 39 void logmsg(int priority, const char *message, ...) __printflike(2, 3);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_engine_heartbeat.c | 58 rq->sched.attr.priority); 64 .priority = I915_USER_PRIORITY(I915_PRIORITY_MIN), 85 rq->sched.attr.priority < I915_PRIORITY_BARRIER) { 87 * Gradually raise the priority of the heartbeat to 88 * give high priority work [which presumably desires 92 attr.priority = I915_PRIORITY_MASK; 93 if (rq->sched.attr.priority >= attr.priority) 94 attr.priority |= I915_USER_PRIORITY(I915_PRIORITY_HEARTBEAT); 95 if (rq->sched.attr.priority >= attr.priority [all...] |
/src/usr.sbin/autofs/ |
log.c | 93 log_common(int priority, int log_errno, const char *fmt, va_list ap) 118 syslog(priority, "%s (%s): %s", 123 syslog(priority, "%s: %s", 128 syslog(priority, "%s", msgbuf_strvised); 137 syslog(priority, "%s (%s): %s: %s", 142 syslog(priority, "%s: %s: %s", 147 syslog(priority, "%s: %s",
|
/src/libexec/lfs_cleanerd/ |
cleaner.h | 12 u_int64_t priority; member in struct:clfs_seguse
|
/src/sys/external/bsd/drm2/dist/drm/scheduler/ |
sched_entity.c | 46 * @priority: priority of the entity 59 enum drm_sched_priority priority, 72 entity->priority = priority; 77 entity->rq = &sched_list[0]->sched_rq[entity->priority]; 152 rq = &entity->sched_list[i]->sched_rq[entity->priority]; 380 * drm_sched_entity_set_priority - Sets priority of the entity 383 * @priority: scheduler priority [all...] |