Searched refs:priority (Results 51 - 75 of 254) sorted by relevance

1234567891011

/freebsd-10.2-release/share/examples/scsi_target/
H A Dscsi_target.h113 extern void send_ccb(union ccb *ccb, int priority);
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h113 int32_t priority; member in struct:bridge_port
158 int32_t priority; member in struct:bridge_if
285 /* Set the bridge priority. */
286 int bridge_set_priority(struct bridge_if *bif, int32_t priority);
321 /* Set a bridge member priority. */
323 int32_t priority);
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dmain.c121 int priority; local
125 priority = LOG_DEBUG;
128 priority = LOG_INFO;
131 priority = LOG_NOTICE;
134 priority = LOG_WARNING;
137 priority = LOG_INFO;
140 syslog(priority, "%s", format);
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_pass.c413 TASK_INIT(&softc->add_physpath_task, /*priority*/0,
545 uint32_t priority; local
578 /* Compatibility for RL/priority-unaware code. */
579 priority = inccb->ccb_h.pinfo.priority;
580 if (priority <= CAM_PRIORITY_OOB)
581 priority += CAM_PRIORITY_OOB + 1;
591 ccb = cam_periph_getccb(periph, priority);
598 priority);
/freebsd-10.2-release/contrib/apr-util/misc/
H A Dapr_thread_pool.c28 #define TASK_PRIORITY_SEG(x) (((x)->dispatch.priority & 0xFF) / 64)
38 apr_byte_t priority; member in union:apr_thread_pool_task::__anon163
404 void *param, apr_byte_t priority,
428 t->dispatch.priority = priority;
434 * Test it the task is the only one within the priority segment.
435 * If it is not, return the first element with same or lower priority.
452 while (t_next->dispatch.priority > t->dispatch.priority) {
529 void *param, apr_byte_t priority, in
402 task_new(apr_thread_pool_t * me, apr_thread_start_t func, void *param, apr_byte_t priority, void *owner, apr_time_t time) argument
528 add_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, apr_byte_t priority, int push, void *owner) argument
[all...]
/freebsd-10.2-release/sys/geom/mirror/
H A Dg_mirror_ctl.c99 intmax_t *slicep, *priority; local
154 priority = gctl_get_paraml(req, "priority", sizeof(*priority));
155 if (priority == NULL) {
156 gctl_error(req, "No '%s' argument.", "priority");
159 if (*priority < -1 || *priority > 255) {
161 *priority);
165 * Since we have a priority, w
394 intmax_t *priority; local
[all...]
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h1996 * an associated priority value.
1999 * @param priority Vector of 8 priorities, one per POW Input Queue (0-7).
2000 * Highest priority is 0 and lowest is 7. A priority value
2007 static inline void cvmx_pow_set_priority(uint64_t core_num, const uint8_t priority[]) argument
2018 if (priority[i] != 0xF)
2019 prio_mask |= 1<<priority[i];
2034 qos_pri.s.qos0_pri = priority[0];
2035 qos_pri.s.qos1_pri = priority[1];
2036 qos_pri.s.qos2_pri = priority[
[all...]
H A Dcvmx-pko.c307 * static queue priority validation
323 static_priority_end = queue; /* all queues are static priority */
326 * Check to make sure all static priority queues are contiguous.
334 cvmx_dprintf("ERROR: __cvmx_pko_iport_config: Static priority "
340 cvmx_dprintf("ERROR: __cvmx_pko_iport_config: Static priority "
362 * Convert the priority into an enable bit field.
382 "Invalid priority %llu\n",
552 uint64_t priority = 8; local
559 &priority);
777 * @param priority Arra
788 cvmx_pko_config_port(uint64_t port, uint64_t base_queue, uint64_t num_queues, const uint64_t priority[]) argument
[all...]
H A Dcvmx-srio.h119 uint64_t prio : 2; /**< The sRIO prio (priority) field in the
248 the priority that SSO/POW will schedule the
316 uint64_t prio : 2; /**< The sRIO prio (priority) field for all
439 * @param priority Doorbell priority (0-3)
445 int is16bit, int priority, uint16_t data);
467 * @param priority Priority of the doorbell (0-3)
475 int *destid_index, uint32_t *sequence_num, int *srcid, int *priority,
500 * SRIO priority of writes (0-3)
504 * SRIO priority o
[all...]
/freebsd-10.2-release/sys/kern/
H A Dkern_synch.c140 * runnable with the specified priority. Sleeps at most sbt units of time
149 * re-locked before _sleep() returns. If priority includes the PDROP
153 _sleep(void *ident, struct lock_object *lock, int priority, argument
175 if (priority & PDROP)
192 if (lock != NULL && priority & PDROP)
196 catch = priority & PCATCH;
197 pri = priority & PRIMASK;
263 if (lock != NULL && lock != &Giant.lock_object && !(priority & PDROP)) {
/freebsd-10.2-release/sys/mips/adm5120/
H A Dobio.c346 int irq, error, priority; local
369 priority = irq_priorities[irq];
371 if (priority == INTR_FIQ)
389 int irq, result, priority; local
400 priority = irq_priorities[irq];
402 if (priority == INTR_FIQ)
/freebsd-10.2-release/sys/cam/ata/
H A Data_pmp.c592 u_int32_t priority, res; local
600 priority = done_ccb->ccb_h.pinfo.priority;
622 xpt_schedule(periph, priority);
669 xpt_schedule(periph, priority);
682 xpt_schedule(periph, priority);
691 xpt_schedule(periph, priority);
703 xpt_schedule(periph, priority);
711 xpt_schedule(periph, priority);
726 xpt_schedule(periph, priority);
[all...]
/freebsd-10.2-release/sbin/ggate/shared/
H A Dggate.h96 void g_gate_vlog(int priority, const char *message, va_list ap);
97 void g_gate_log(int priority, const char *message, ...);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h125 arc_done_func_t *done, void *priv, zio_priority_t priority, int flags,
130 arc_done_func_t *done, void *priv, zio_priority_t priority,
H A Dzio.h501 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb);
507 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb);
511 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb);
524 zio_priority_t priority, enum zio_flag flags);
528 zio_done_func_t *done, void *priv, zio_priority_t priority,
533 zio_done_func_t *done, void *priv, zio_priority_t priority,
566 zio_priority_t priority, enum zio_flag flags,
570 void *data, uint64_t size, int type, zio_priority_t priority,
/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dos_bsd.h208 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int timo) argument
210 return msleep(ident, &vbus_ext->lock, priority, wmesg, timo);
/freebsd-10.2-release/sys/dev/hptnr/
H A Dos_bsd.h202 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int timo) argument
204 return msleep(ident, &vbus_ext->lock, priority, wmesg, timo);
/freebsd-10.2-release/sys/dev/hptrr/
H A Dos_bsd.h203 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int timo) argument
205 return msleep(ident, &vbus_ext->lock, priority, wmesg, timo);
/freebsd-10.2-release/sys/dev/random/
H A Drandom_adaptors.c127 * Fall back to the highest priority item on the available
134 if (rppi->rsp->priority >= primax) {
136 primax = rppi->rsp->priority;
/freebsd-10.2-release/sys/dev/ppbus/
H A Dppb_base.c237 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) argument
241 return (mtx_sleep(wchan, ppb->ppc_lock, priority, wmesg, timo));
/freebsd-10.2-release/sys/dev/acpica/Osd/
H A DOsdSchedule.c144 acpi_task_enqueue(int priority, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
162 TASK_INIT(&at->at_task, priority, acpi_task_execute, at);
200 * Run GPEs and Notifies at the same priority. This allows
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h43 #define MPI_QUEUE_PRIORITY_HIGHEST 0xFF /**< Highest queue priority */
44 #define MPI_QUEUE_PRIORITY_LOWEST 0x00 /**< Lowest queue priority */
155 bit32 priority; /**< The queue priority. Possible values for this field are */ member in struct:mpiOCQueue_s
182 bit32 priority; /**< The queue priority. Possible values for this field are */ member in struct:mpiICQueue_s
203 /* bit0-7 inbound normal priority process depth */
204 /* bit8-15 inbound high priority process depth */
313 bit32 priority; /**< The queue priority member in struct:mpiInboundQueueDescriptor_s
[all...]
/freebsd-10.2-release/contrib/wpa/src/rsn_supp/
H A Dpreauth.c29 int priority; member in struct:rsn_pmksa_candidate
291 /* TODO: drop priority for old candidate entries */
342 * @prio: Priority (the smaller number, the higher priority)
364 /* If BSSID already on candidate list, update the priority of the old
365 * entry. Do not override priority based on normal scan results. */
378 cand->priority = prio;
384 cand->priority = prio;
387 /* Add candidate to the list; order by increasing priority value. i.e.,
388 * highest priority (smallest value) first. */
391 if (cand->priority <
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dinterworking.c811 ssid->priority = cred->priority;
1015 selected->priority < cred->priority)
1141 ssid->priority = cred->priority;
1256 ssid->priority = cred->priority;
1388 selected->priority < cred->priority)
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dia64-opc.c354 priority. */
471 short priority = -1;
484 priority = ia64_dis_names[disent].priority;
487 && priority > found_priority)
504 found_priority = priority;
463 short priority = -1; local

Completed in 159 milliseconds

1234567891011