Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/trueos/lib/libdispatch/src/
HDinline_internal.h147 pthread_priority_t priority) in _dispatch_wqthread_override_start() argument
151 (void)_pthread_workqueue_override_start_direct(thread, priority); in _dispatch_wqthread_override_start()
153 (void)thread; (void)priority; in _dispatch_wqthread_override_start()
169 _dispatch_thread_override_start(mach_port_t thread, pthread_priority_t priority) in _dispatch_thread_override_start() argument
173 (void)_pthread_override_qos_class_start_direct(thread, priority); in _dispatch_thread_override_start()
175 (void)thread; (void)priority; in _dispatch_thread_override_start()
206 static inline void _dispatch_reset_defaultpriority(pthread_priority_t priority);
207 static inline void _dispatch_set_priority(pthread_priority_t priority);
363 _dispatch_get_root_queue(qos_class_t priority, bool overcommit) in _dispatch_get_root_queue() argument
365 if (overcommit) switch (priority) { in _dispatch_get_root_queue()
[all …]
HDshims.h124 pthread_priority_t priority) in _pthread_workqueue_override_start_direct() argument
126 (void)thread; (void)priority; in _pthread_workqueue_override_start_direct()
134 pthread_priority_t priority) in _pthread_override_qos_class_start_direct() argument
136 (void)thread; (void)priority; in _pthread_override_qos_class_start_direct()
/trueos/lib/libkse/test/
HDmutex_d.exp230 Testing priority inheritence
234 Inheritence test with change of priority - PASS
237 Inheritence test with change of priority - PASS
240 Inheritence test with change of priority - PASS
243 Inheritence test with change of priority - PASS
246 Inheritence test with change of priority - PASS
248 Testing priority ceilings
251 Lock with ceiling priority < thread priority - PASS
252 Lock with ceiling priority = thread priority - PASS
253 Lock with ceiling priority > thread priority - PASS
[all …]
/trueos/contrib/openpam/lib/libpam/
HDopenpam_log.c67 int priority; in openpam_log() local
75 priority = LOG_DEBUG; in openpam_log()
78 priority = LOG_INFO; in openpam_log()
81 priority = LOG_NOTICE; in openpam_log()
85 priority = LOG_ERR; in openpam_log()
90 vsyslog(priority, fmt, ap); in openpam_log()
102 int priority; in _openpam_log() local
110 priority = LOG_DEBUG; in _openpam_log()
113 priority = LOG_INFO; in _openpam_log()
116 priority = LOG_NOTICE; in _openpam_log()
[all …]
/trueos/crypto/openssl/crypto/pqueue/
HDpqueue.c75 memcpy(item->priority, prio64be, sizeof(item->priority)); in pitem_new()
123 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert()
169 if (memcmp(next->priority, prio64be, 8) == 0) { in pqueue_find()
176 if (memcmp(next->priority, prio64be, 8) == 0) in pqueue_find()
198 item->priority[0], item->priority[1], in pqueue_print()
199 item->priority[2], item->priority[3], in pqueue_print()
200 item->priority[4], item->priority[5], in pqueue_print()
201 item->priority[6], item->priority[7]); in pqueue_print()
/trueos/usr.sbin/pkg/
HDdns_utils.c51 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()
121 unsigned int type, class, ttl, priority, weight, port; in dns_getsrvinfo() local
167 NS_GET16(priority, p); in dns_getsrvinfo()
189 res[n]->priority = priority; in dns_getsrvinfo()
201 priority = f = l = 0; in dns_getsrvinfo()
203 if (res[i]->priority != priority) { in dns_getsrvinfo()
207 priority = res[i]->priority; in dns_getsrvinfo()
/trueos/contrib/ofed/management/opensm/complib/
HDcl_log.c64 int priority, i; in cl_log_event() local
75 priority = LOG_ERR; in cl_log_event()
79 priority = LOG_WARNING; in cl_log_event()
84 priority = LOG_INFO; in cl_log_event()
107 syslog(priority, "%s data:\n%s\n", message, p_buf); in cl_log_event()
112 syslog(priority, "%s\n", message); in cl_log_event()
115 syslog(priority, "%s\n", message); in cl_log_event()
/trueos/libexec/bootpd/
HDreport.c92 report(int priority, const char *fmt,...) in report() argument
97 if ((priority < 0) || (priority >= numlevels)) { in report()
98 priority = numlevels - 1; in report()
109 progname, levelnames[priority], buf); in report()
113 syslog((priority | LOG_BOOTP), "%s", buf); in report()
/trueos/contrib/wpa/wpa_supplicant/
HDwpa_supplicant.conf852 priority=5
861 priority=2
872 priority=2
900 priority=1
914 priority=10
927 priority=2
958 priority=2
1074 priority=5
1087 priority=5
1165 priority=20
/trueos/usr.sbin/ctld/
HDlog.c87 log_common(int priority, int log_errno, const char *fmt, va_list ap) in log_common() argument
111 syslog(priority, "%s (%s): %s", in log_common()
116 syslog(priority, "%s: %s", in log_common()
120 syslog(priority, "%s", msgbuf_strvised); in log_common()
127 syslog(priority, "%s (%s): %s: %s", in log_common()
132 syslog(priority, "%s: %s: %s", in log_common()
137 syslog(priority, "%s: %s", in log_common()
/trueos/usr.sbin/iscsid/
HDlog.c87 log_common(int priority, int log_errno, const char *fmt, va_list ap) in log_common() argument
111 syslog(priority, "%s (%s): %s", in log_common()
116 syslog(priority, "%s: %s", in log_common()
120 syslog(priority, "%s", msgbuf_strvised); in log_common()
127 syslog(priority, "%s (%s): %s: %s", in log_common()
132 syslog(priority, "%s: %s: %s", in log_common()
137 syslog(priority, "%s: %s", in log_common()
/trueos/usr.sbin/autofs/
HDlog.c87 log_common(int priority, int log_errno, const char *fmt, va_list ap) in log_common() argument
111 syslog(priority, "%s (%s): %s", in log_common()
116 syslog(priority, "%s: %s", in log_common()
120 syslog(priority, "%s", msgbuf_strvised); in log_common()
127 syslog(priority, "%s (%s): %s: %s", in log_common()
132 syslog(priority, "%s: %s: %s", in log_common()
137 syslog(priority, "%s: %s", in log_common()
/trueos/crypto/openssl/crypto/bio/
HDbss_log.c131 static void xsyslog(BIO *bp, int priority, const char *string);
173 int priority, i; in slg_write() local
251 priority = mapping[i].log_level; in slg_write()
254 xsyslog(b, priority, pp); in slg_write()
292 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
301 switch (priority) { in xsyslog()
348 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
375 switch (priority) { in xsyslog()
441 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
443 syslog(priority, "%s", string); in xsyslog()
/trueos/sys/sys/
HDtaskqueue.h94 #define TASK_INITIALIZER(priority, func, context) \ argument
96 .ta_priority = (priority), \
109 #define TASK_INIT(task, priority, func, context) do { \ argument
111 (task)->ta_priority = (priority); \
117 struct timeout_task *timeout_task, int priority, task_fn_t func,
119 #define TIMEOUT_TASK_INIT(queue, timeout_task, priority, func, context) \ argument
120 _timeout_task_init(queue, timeout_task, priority, func, context);
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDpridist_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.
HDpriclass_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
/trueos/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
HDt_spawnattr.c73 int scheduler, max, min, new, priority; in get_different_priority() local
83 priority = param.sched_priority; in get_different_priority()
86 new = (priority + 1); in get_different_priority()
104 int pid, scheduler, child_scheduler, priority, status, err, pfd[2]; in ATF_TC_BODY() local
122 priority = get_different_priority(); in ATF_TC_BODY()
123 sp.sched_priority = priority; in ATF_TC_BODY()
/trueos/sys/kern/
HDsubr_devstat.c80 devstat_priority priority);
90 devstat_priority priority) in devstat_new_entry() argument
105 flags, device_type, priority); in devstat_new_entry()
120 devstat_priority priority) in devstat_add_entry() argument
153 if ((priority <= ds_tmp->priority) in devstat_add_entry()
155 || (priority > ds_next->priority))) { in devstat_add_entry()
159 } else if (priority > ds_tmp->priority) { in devstat_add_entry()
188 ds->priority = priority; in devstat_add_entry()
/trueos/contrib/gcc/config/i386/
HDnwld.c36 nwld_named_section_asm_out_constructor (rtx symbol, int priority) in nwld_named_section_asm_out_constructor() argument
48 MAX_INIT_PRIORITY - priority); in nwld_named_section_asm_out_constructor()
57 nwld_named_section_asm_out_destructor (rtx symbol, int priority) in nwld_named_section_asm_out_destructor() argument
68 MAX_INIT_PRIORITY - priority); in nwld_named_section_asm_out_destructor()
/trueos/share/examples/pf/
HDqueue18 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)
HDqueue24 # 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
HDackpri4 # Use a simple priority queue to prioritize empty (no payload) TCP ACKs,
12 # priority queue below, download drops only to 48 kB/s.
20 # value. If it's set too high, the priority queue is not effective, and
25 queue q_pri priority 7
26 queue q_def priority 1 priq(default)
HDfaq-example321 # www_ext_http - http traffic from the WWW server; higher priority.
27 queue www_ext_http bandwidth 50% priority 3 cbq(red borrow)
28 queue www_ext_misc bandwidth 50% priority 1 cbq(borrow)
29 queue boss_ext bandwidth 500Kb priority 3 cbq(borrow)
46 # boss_int - traffic to the boss's PC; assign a higher priority.
52 queue boss_int bandwidth 250Kb priority 3 cbq(borrow)
67 # net_dmz_http - http traffic; higher priority.
72 queue net_dmz_http bandwidth 50% priority 3 cbq(red borrow)
73 queue net_dmz_misc bandwidth 50% priority 1 cbq(default borrow)
/trueos/sys/dev/hpt27xx/
HDos_bsd.h241 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep() argument
243 return msleep(ident, &vbus_ext->lock, priority, wmesg, timo); in hpt_sleep()
246 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep() argument
250 asleep(ident, priority, wmesg, timo); in hpt_sleep()
252 retval = await(priority, timo); in hpt_sleep()
/trueos/sbin/launchd/
HDlog.c92 lm->pri = attr->priority; in _logmsg_add()
134 .priority = pri, in launchd_syslog()
158 bool echo2console = (attr->priority & LOG_CONSOLE); in launchd_vsyslog()
159 attr->priority &= ~LOG_CONSOLE; in launchd_vsyslog()
160 if (attr->priority == LOG_APPLEONLY && launchd_apple_internal) { in launchd_vsyslog()
161 attr->priority = LOG_NOTICE; in launchd_vsyslog()
179 if (attr->priority == LOG_PERF) { in launchd_vsyslog()
192 attr->priority = LOG_DEBUG + 1; in launchd_vsyslog()
237 if ((LOG_MASK(attr->priority) & _launchd_log_up2)) { in launchd_vsyslog()

12345678910>>...15