Home
last modified time | relevance | path

Searched refs:priority (Results 26 – 50 of 982) sorted by relevance

12345678910>>...40

/netbsd/sys/dev/scsipi/
H A Dscsipiconf.c184 int priority, len; in scsipi_inqmatch() local
190 priority = 2; in scsipi_inqmatch()
194 priority += len; in scsipi_inqmatch()
198 priority += len; in scsipi_inqmatch()
202 priority += len; in scsipi_inqmatch()
206 priority, match->type, match->removable, in scsipi_inqmatch()
209 if (priority > *bestpriority) { in scsipi_inqmatch()
210 *bestpriority = priority; in scsipi_inqmatch()
/netbsd/tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c71 int min, max, new, priority; in get_different_priority() local
79 priority = param.sched_priority; in get_different_priority()
83 if (priority != new) in get_different_priority()
86 ATF_REQUIRE_MSG(priority != new, "could not find different priority"); in get_different_priority()
103 int pid, scheduler, child_scheduler, priority, status, err, pfd[2]; in ATF_TC_BODY() local
121 priority = get_different_priority(scheduler); in ATF_TC_BODY()
122 sp.sched_priority = priority; in ATF_TC_BODY()
123 printf("using scheduler %d, priority %d\n", scheduler, priority); in ATF_TC_BODY()
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Ddnssrv.c186 u_short priority; member
213 int i = a->priority - b->priority; in srv_cmp()
299 u_short port, priority, weight; in ldap_domain2hostlist() local
344 priority = (p[0] << 8) | p[1]; in ldap_domain2hostlist()
357 hostent_head[hostent_count].priority=priority; in ldap_domain2hostlist()
375 priority = hostent_head[0].priority; in ldap_domain2hostlist()
377 if (hostent_head[i].priority != priority) { in ldap_domain2hostlist()
378 priority = hostent_head[i].priority; in ldap_domain2hostlist()
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/container/
H A Dtreap.d20 uint priority; in Treap() member
117 node.priority = rand48(); in Treap()
129 if (node.left.priority < node.priority) in Treap()
135 if (node.right.priority < node.priority) in Treap()
185 if (node.left.priority < node.right.priority) in Treap()
235 if (node.left.priority < node.priority) in Treap()
242 if (node.right.priority < node.priority) in Treap()
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dtreap.d20 uint priority; in Treap() member
117 node.priority = rand48(); in Treap()
129 if (node.left.priority < node.priority) in Treap()
135 if (node.right.priority < node.priority) in Treap()
185 if (node.left.priority < node.right.priority) in Treap()
235 if (node.left.priority < node.priority) in Treap()
242 if (node.right.priority < node.priority) in Treap()
/netbsd/external/gpl3/gdb/dist/sim/frv/
H A Dcache.c822 if (item->priority > request->priority) in pipeline_add_request()
902 req->priority = war->priority; in add_WAR_request()
1074 int priority = req->priority; in address_interference() local
1089 && priority > other_req->priority) in address_interference()
1112 && priority > war->priority) in address_interference()
1130 && priority > other_req->priority) in address_interference()
1141 && priority > cache->BARS.priority) in address_interference()
1146 && priority > cache->NARS.priority) in address_interference()
1164 cache->BARS.priority = req->priority - 1; in wait_for_WAR()
1552 war->priority = cache->BARS.priority; in move_ARS_to_WAR()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/frv/
H A Dcache.c822 if (item->priority > request->priority) in pipeline_add_request()
902 req->priority = war->priority; in add_WAR_request()
1074 int priority = req->priority; in address_interference() local
1089 && priority > other_req->priority) in address_interference()
1112 && priority > war->priority) in address_interference()
1130 && priority > other_req->priority) in address_interference()
1141 && priority > cache->BARS.priority) in address_interference()
1146 && priority > cache->NARS.priority) in address_interference()
1164 cache->BARS.priority = req->priority - 1; in wait_for_WAR()
1552 war->priority = cache->BARS.priority; in move_ARS_to_WAR()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dbbt.c109 if (t->priority < t->left->priority) in insert()
115 if (t->priority < t->right->priority) in insert()
136 n->priority = pseudo_random (); in gfc_insert_bbt()
150 if (t->left->priority > t->right->priority) in delete_root()
H A Dbbt.cc109 if (t->priority < t->left->priority) in insert()
115 if (t->priority < t->right->priority) in insert()
136 n->priority = pseudo_random (); in gfc_insert_bbt()
150 if (t->left->priority > t->right->priority) in delete_root()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dbbt.c109 if (t->priority < t->left->priority) in insert()
115 if (t->priority < t->right->priority) in insert()
136 n->priority = pseudo_random (); in gfc_insert_bbt()
150 if (t->left->priority > t->right->priority) in delete_root()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ctx.c52 enum drm_sched_priority priority) in amdgpu_ctx_priority_permit() argument
54 if (priority < 0 || priority >= DRM_SCHED_PRIORITY_MAX) in amdgpu_ctx_priority_permit()
76 enum drm_sched_priority priority; in amdgpu_ctx_init_entity() local
145 enum drm_sched_priority priority, in amdgpu_ctx_init() argument
166 ctx->init_priority = priority; in amdgpu_ctx_init()
242 enum drm_sched_priority priority, in amdgpu_ctx_alloc() argument
398 enum drm_sched_priority priority; in amdgpu_ctx_ioctl() local
406 priority = amdgpu_to_sched_priority(args->in.priority); in amdgpu_ctx_ioctl()
411 priority = DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_ioctl()
517 enum drm_sched_priority priority) in amdgpu_ctx_priority_override() argument
[all …]
/netbsd/usr.sbin/autofs/
H A Dlog.c93 log_common(int priority, int log_errno, const char *fmt, va_list ap) in log_common() argument
118 syslog(priority, "%s (%s): %s", in log_common()
123 syslog(priority, "%s: %s", in log_common()
128 syslog(priority, "%s", msgbuf_strvised); in log_common()
137 syslog(priority, "%s (%s): %s: %s", in log_common()
142 syslog(priority, "%s: %s: %s", in log_common()
147 syslog(priority, "%s: %s", in log_common()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c84 static void xsyslog(BIO *bp, int priority, const char *string);
130 int priority, i; in slg_write() local
209 priority = mapping[i].log_level; in slg_write()
212 xsyslog(b, priority, pp); in slg_write()
250 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
259 switch (priority) { in xsyslog()
306 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
333 switch (priority) { in xsyslog()
399 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
401 syslog(priority, "%s", string); in xsyslog()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c84 static void xsyslog(BIO *bp, int priority, const char *string);
129 int priority, i; in slg_write() local
210 priority = mapping[i].log_level; in slg_write()
213 xsyslog(b, priority, pp); in slg_write()
251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
260 switch (priority) { in xsyslog()
307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
334 switch (priority) { in xsyslog()
400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
402 syslog(priority, "%s", string); in xsyslog()
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c36 unsigned long num_tasks, int priority, in GOMP_taskloop() argument
187 if (priority > gomp_max_task_priority_var) in GOMP_taskloop()
188 priority = gomp_max_task_priority_var; in GOMP_taskloop()
207 task[i].priority = priority; in GOMP_taskloop()
247 task.priority = priority; in GOMP_taskloop()
290 task->priority = priority; in GOMP_taskloop()
348 task, priority, in GOMP_taskloop()
354 task, priority, PRIORITY_INSERT_BEGIN, in GOMP_taskloop()
357 priority_queue_insert (PQ_TEAM, &team->task_queue, task, priority, in GOMP_taskloop()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve-test.c98 srvs[0].priority = 10; in test_rk_dns_srv_order()
104 srvs[1].priority = 10; in test_rk_dns_srv_order()
120 srvs[i].priority = 1 + i / 4; in test_rk_dns_srv_order()
145 (unsigned long)run, (unsigned long)rr->u.srv->priority, in test_rk_dns_srv_order()
161 if (rr->u.srv->priority < prio0 || in test_rk_dns_srv_order()
162 (rr->u.srv->priority != prio0 && in test_rk_dns_srv_order()
163 (i % 4 != 0 || rr->u.srv->priority > prio0 + 1))) { in test_rk_dns_srv_order()
167 prio0 = rr->u.srv->priority; in test_rk_dns_srv_order()
169 (unsigned long)run, (unsigned long)rr->u.srv->priority, in test_rk_dns_srv_order()
249 printf("%d %d %d %s\n", srv->priority, srv->weight, in main()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c36 unsigned long num_tasks, int priority, in GOMP_taskloop() argument
206 if (priority > gomp_max_task_priority_var) in GOMP_taskloop()
207 priority = gomp_max_task_priority_var; in GOMP_taskloop()
226 task[i].priority = priority; in GOMP_taskloop()
266 task.priority = priority; in GOMP_taskloop()
309 task->priority = priority; in GOMP_taskloop()
367 task, priority, in GOMP_taskloop()
373 task, priority, PRIORITY_INSERT_BEGIN, in GOMP_taskloop()
376 priority_queue_insert (PQ_TEAM, &team->task_queue, task, priority, in GOMP_taskloop()
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dpridist_example.txt48 perl, executing an infinite loop, begins with a high priority of 55 to 59
51 at priority 45 to 49, for 80 ms at priority 35 to 39, down to 60 ms at a
52 priority 15 to 19 - at which point I had hit Ctrl-C to end sampling.
57 setiathome is running with the lowest priority, in the 0 to 4 range.
116 here is due to ts_maxwait triggering a priority boot to avoid CPU starvation;
117 the priority is boosted to the 50 to 54 range, then decreases by 10 until
162 The process has settled to a pattern of 0 priority, ts_maxwait boot to 50,
235 Here we have sampled the kernel running at a priority of 165 to 169. This
236 is the interrupt priority range, and would be an interrupt servicing thread.
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpridist_example.txt48 perl, executing an infinite loop, begins with a high priority of 55 to 59
51 at priority 45 to 49, for 80 ms at priority 35 to 39, down to 60 ms at a
52 priority 15 to 19 - at which point I had hit Ctrl-C to end sampling.
57 setiathome is running with the lowest priority, in the 0 to 4 range.
116 here is due to ts_maxwait triggering a priority boot to avoid CPU starvation;
117 the priority is boosted to the 50 to 54 range, then decreases by 10 until
162 The process has settled to a pattern of 0 priority, ts_maxwait boot to 50,
235 Here we have sampled the kernel running at a priority of 165 to 169. This
236 is the interrupt priority range, and would be an interrupt servicing thread.
H A Dpriclass_example.txt60 The IA interactive class had 30 samples of a 50 to 59 priority, a fairly
61 high priority. This class is used for interactive processes, such as
65 The SYS system class has had 4959 samples at a < 0 priority - the lowest,
70 The RT real time class had 110 samples in the 100 to 109 priority range.
80 reduces the priority of CPU bound processes so that they interefere less
81 with I/O bound processes. The result is more samples in the lower priority
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dpqueue.c27 memcpy(item->priority, prio64be, sizeof(item->priority)); in pitem_new()
67 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert()
113 if (memcmp(next->priority, prio64be, 8) == 0) { in pqueue_find()
120 if (memcmp(next->priority, prio64be, 8) == 0) in pqueue_find()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dpqueue.c27 memcpy(item->priority, prio64be, sizeof(item->priority)); in pitem_new()
67 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert()
113 if (memcmp(next->priority, prio64be, 8) == 0) { in pqueue_find()
120 if (memcmp(next->priority, prio64be, 8) == 0) in pqueue_find()
/netbsd/external/bsd/tcpdump/dist/tests/
H A Dospf-gmpls.out79 priority level 0: 0.000 Mbps
80 priority level 1: 0.000 Mbps
81 priority level 2: 0.000 Mbps
82 priority level 3: 0.000 Mbps
83 priority level 4: 0.000 Mbps
84 priority level 5: 0.000 Mbps
85 priority level 6: 0.000 Mbps
86 priority level 7: 0.000 Mbps
/netbsd/dist/pf/share/pf/
H A Dqueue18 queue deflt bandwidth 10% priority 0 cbq(default ecn)
9 queue http bandwidth 1.5Mb priority 3 { http_vhosts, http_cust1 }
12 queue mail bandwidth 10% priority 1
13 queue ssh bandwidth 100Kb priority 7 cbq(borrow)
14 queue rsets bandwidth 7500b priority 0 cbq(red)
H A Dqueue24 # give interactive ssh traffic priority over ssh bulk transfers (scp, sftp)
13 queue http bandwidth 60% priority 2 cbq(borrow red) { employees, developers }
16 queue mail bandwidth 10% priority 0 cbq(borrow ecn)
18 queue ssh_interactive bandwidth 25% priority 7
19 queue ssh_bulk bandwidth 75% priority 0

12345678910>>...40