Searched refs:priority (Results 26 - 50 of 254) sorted by relevance

1234567891011

/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_altq.h84 uint8_t priority; /* priority */ member in struct:pf_altq
/freebsd-10.2-release/sys/sys/
H A Drtprio.h37 #include <sys/priority.h>
40 * Process realtime-priority specifications to rtprio.
43 /* priority types. Start at 1 to catch uninitialized fields. */
58 /* priority range */
59 #define RTP_PRIO_MIN 0 /* Highest priority */
60 #define RTP_PRIO_MAX 31 /* Lowest priority */
H A Deventhandler.h115 #define EVENTHANDLER_DEFINE(name, func, arg, priority) \
120 priority); \
134 #define EVENTHANDLER_REGISTER(name, func, arg, priority) \
135 eventhandler_register(NULL, #name, func, arg, priority)
147 const char *name, void *func, void *arg, int priority);
157 const char *name, void *func, void *arg, int priority,
165 /* Generic priority levels */
H A Ddevicestat.h175 devstat_priority priority; /* Controls list pos. */ member in struct:devstat
192 devstat_priority priority);
H A Dpriority.h31 * $FreeBSD: releng/10.2/sys/sys/priority.h 221829 2011-05-13 05:27:58Z mdf $
38 * Process priority specifications.
80 #define PRI_MIN (0) /* Highest priority. */
81 #define PRI_MAX (255) /* Lowest priority. */
122 #define PRI_USER -2 /* Change to current user priority. */
123 #define PRI_UNCHANGED -1 /* Do not change priority. */
126 struct priority { struct
128 u_char pri_level; /* Normal priority level. */
130 u_char pri_user; /* User priority based on p_cpu and p_nice. */
/freebsd-10.2-release/contrib/apr-util/include/
H A Dapr_thread_pool.h36 * priority, which can be valued from 0 to 255, with higher values being served
37 * first. If there are tasks with the same priority, the new task might be put at
89 * Schedule a task to the bottom of the tasks of same priority.
93 * @param priority The priority of the task.
100 apr_byte_t priority,
118 * Schedule a task to the top of the tasks of same priority.
122 * @param priority The priority of the task.
129 apr_byte_t priority,
[all...]
/freebsd-10.2-release/release/picobsd/mfs_tree/etc/
H A Dlogin.conf34 :priority=0:\
56 :priority=0:\
92 :priority=0:\
/freebsd-10.2-release/sys/cam/
H A Dcam_queue.c195 * and a new priority for the element at index, change the priority of
201 if (new_priority > queue->queue_array[index]->priority) {
202 queue->queue_array[index]->priority = new_priority;
206 queue->queue_array[index]->priority = new_priority;
332 if (queue_array[i]->priority == queue_array[j]->priority)
336 return ( queue_array[i]->priority
337 - queue_array[j]->priority );
H A Dcam_queue.h42 * This structure implements a heap based priority queue. The queue
44 * structure holding the priority information used to sort the objects.
145 /* Get the first element priority. */
147 ((camq)->queue_array[CAMQ_HEAD]->priority) : 0)
150 * camq_change_priority: Raise or lower the priority of an entry
202 * If resize fail, push CCB with lowest priority out to the TAILQ.
241 if (bccb->pinfo.priority > cccb->pinfo.priority ||
242 (bccb->pinfo.priority == cccb->pinfo.priority
[all...]
H A Dcam_xpt.h75 u_int32_t priority);
119 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \
120 msleep((chan), xpt_path_mtx(path), (priority), (wmesg), (timo))
H A Dcam_periph.h159 int cam_periph_hold(struct cam_periph *periph, int priority);
167 u_int32_t priority);
212 #define cam_periph_sleep(periph, chan, priority, wmesg, timo) \
213 xpt_path_sleep((periph)->path, (chan), (priority), (wmesg), (timo))
/freebsd-10.2-release/sbin/ggate/shared/
H A Dggate.c65 g_gate_vlog(int priority, const char *message, va_list ap) argument
71 switch (priority) {
95 if (priority != LOG_DEBUG)
96 vsyslog(priority, message, ap);
101 g_gate_log(int priority, const char *message, ...) argument
106 g_gate_vlog(priority, message, ap);
/freebsd-10.2-release/contrib/gcc/
H A Dgthr-posix.h297 /* Set the current thread's priority. */
299 __gthread_objc_thread_set_priority (int priority) argument
320 if (priority > priority_max)
321 priority = priority_max;
322 else if (priority < priority_min)
323 priority = priority_min;
324 params.sched_priority = priority;
340 /* Return the current thread's priority. */
H A Dgthr-posix95.h263 /* Set the current thread's priority. */
265 __gthread_objc_thread_set_priority (int priority) argument
286 if (priority > priority_max)
287 priority = priority_max;
288 else if (priority < priority_min)
289 priority = priority_min;
290 params.sched_priority = priority;
306 /* Return the current thread's priority. */
H A Dgthr-single.h78 /* Set the current thread's priority. */
80 __gthread_objc_thread_set_priority (int UNUSED(priority))
86 /* Return the current thread's priority. */
/freebsd-10.2-release/sys/net/
H A Dvnet.h390 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \
394 arg, priority, \
398 #define VNET_GLOBAL_EVENTHANDLER_REGISTER(name, func, arg, priority) \
402 arg, priority, \
484 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \
485 (tag) = eventhandler_register(NULL, #name, func, arg, priority)
486 #define VNET_GLOBAL_EVENTHANDLER_REGISTER(name, func, arg, priority) \
487 eventhandler_register(NULL, #name, func, arg, priority)
/freebsd-10.2-release/sys/contrib/altq/altq/
H A Daltq_cbq.h82 int priority; member in struct:_cbq_class_stats_
113 u_int priority; member in struct:cbq_class_spec
/freebsd-10.2-release/etc/
H A Dlogin.conf45 :priority=0:\
110 # :priority=0:\
136 # :priority=0:\
190 # :priority=0:\
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_target.c62 int priority; member in struct:targ_cmd_descr
146 int priority);
525 int func_code, priority; local
540 priority = fuword32(&user_ccb->ccb_h.pinfo.priority);
541 if (priority == CAM_PRIORITY_NONE) {
551 ccb = targgetccb(softc, func_code, priority);
571 descr->priority = priority;
575 xpt_schedule(softc->periph, priority);
929 targgetccb(struct targ_softc *softc, xpt_opcode type, int priority) argument
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h54 * pnext - Next network in per-priority list
57 * priority class. The heads of these list are stored in the pssid
73 * priority - Priority group
75 * By default, all networks will get same priority group (0). If some
78 * selecting a BSS. The priority groups will be iterated in decreasing
79 * priority (i.e., the larger the priority value, the sooner the
80 * network is matched against the scan results). Within each priority
85 * not using this priority to select the order for scanning. Instead,
89 int priority; member in struct:wpa_ssid
[all...]
/freebsd-10.2-release/libexec/tftpd/
H A Dtftp-utils.h109 void tftp_log(int priority, const char *message, ...) __printflike(2, 3);
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_process.h32 #include <sys/priority.h>
/freebsd-10.2-release/sys/dev/random/
H A Ddummy_rng.c105 .priority = 1, /* Bottom priority, so goes to last position */
/freebsd-10.2-release/sys/kern/
H A Dsubr_eventhandler.c68 * Insertion is O(n) due to the priority scan, but optimises to O(1)
121 ("%s: handler for %s registered with dead priority", __func__, name));
142 void *func, void *arg, int priority)
151 eg->ee.ee_priority = priority;
166 void *func, void *arg, int priority, vimage_iterator_func_t iterfunc)
177 eg->ee.ee_priority = priority;
141 eventhandler_register(struct eventhandler_list *list, const char *name, void *func, void *arg, int priority) argument
165 vimage_eventhandler_register(struct eventhandler_list *list, const char *name, void *func, void *arg, int priority, vimage_iterator_func_t iterfunc) argument
/freebsd-10.2-release/sys/arm/ti/omap4/
H A Domap4var.h78 unsigned int priority; member in struct:omap4_intr_conf

Completed in 131 milliseconds

1234567891011