Searched refs:priority (Results 251 - 275 of 344) sorted by relevance

<<11121314

/freebsd-11-stable/sys/cam/
H A Dcam_periph.c477 cam_periph_hold(struct cam_periph *periph, int priority) argument
494 if ((error = cam_periph_sleep(periph, periph, priority,
1258 xpt_setup_ccb(&ccb_h, path, /*priority*/1);
1731 * Drop the priority, so that the recovery
1738 ccb->ccb_h.pinfo.priority--;
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c128 QueueConfig->inboundQueues[i].priority = tdsaAllShared->InboundQueuePriority[i];
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-ring.c498 val64 |= vBIT(hldev->config.ring.queue[i].priority,
503 xge_debug_ring(XGE_TRACE, "Rings priority configured to 0x"XGE_OS_LLXFMT,
/freebsd-11-stable/sys/dev/iir/
H A Diir.h434 u_int8_t priority; /* only 0 used */ member in struct:gdt_ucmd::__anon10268::__anon10271
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_cam.c553 /* Run this at a low priority. */
554 ccb.ccb_h.pinfo.priority = 5;
/freebsd-11-stable/sys/dev/usb/misc/
H A Dudbp.c118 struct ng_bt_mbufq sc_xmitq_hipri; /* hi-priority transmit queue */
119 struct ng_bt_mbufq sc_xmitq; /* low-priority transmit queue */
721 if (ptag && (ptag->priority > NG_PRIO_CUTOFF))
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_fcp.h108 priority:3, member in struct:fc_vft_header_s
/freebsd-11-stable/sys/dev/ismt/
H A Dismt.c40 #include <sys/priority.h>
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c76 * Each line may have a priority, signified as "<n>" as
78 * not present, a default priority is used.
86 * DEFUPRI -- the default priority for user messages
87 * DEFSPRI -- the default priority for kernel messages
92 * Extension to log by program name as well as facility and priority
259 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */
260 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */
395 static int UniquePriority; /* Only log specified priority? */
396 static int LogFacPri; /* Put facility and priority in log message: */
687 case 'u': /* only log specified priority */
1961 int facility, priority; local
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y108 %type <num> facility priority icmpcode seclevel secname icmptype
1639 priority { fr->fr_loglevel = LOG_LOCAL0|$1; }
1640 | facility '.' priority { fr->fr_loglevel = $1 | $3; }
1669 priority: label
/freebsd-11-stable/contrib/gcc/
H A Dcgraphunit.c1686 cgraph_build_static_cdtor (char which, tree body, int priority) argument
1752 fn (XEXP (DECL_RTL (decl), 0), priority);
H A Dhaifa-sched.c44 all the ready insns, and sorted according to priority number, we
46 predecessors in the list according to their priority order. We
52 the ready list. When all insns down to the lowest priority have
313 FIRST is the index of the element with the highest priority; i.e. the
315 priority.
499 static int priority (rtx);
716 /* Compute the priority number for INSN. */ function
719 priority (rtx insn)
737 /* For recovery check instructions we calculate priority slightly
771 scheduled. That is because the priority o
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c1264 machopic_asm_out_constructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
1278 machopic_asm_out_destructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c776 ipu_dc_link_event(struct ipu_softc *sc, int event, int addr, int priority) argument
791 reg |= ((addr << 8) | priority) << shift;
863 IPU_WRITE4(sc, DC_GEN, DC_GEN_SYNC_PRIORITY | DC_GEN_SYNC); /* High priority, sync */
940 /* XXX: set priority? */
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_request.c675 task_context->priority = 0;
839 * -# priority == SCU_TASK_PRIORITY_HIGH. This ensures that the
866 task_context->priority = SCU_TASK_PRIORITY_HIGH;
H A Dscic_sds_stp_request.c273 task_context->priority = SCU_TASK_PRIORITY_NORMAL;
441 task_context->priority = SCU_TASK_PRIORITY_NORMAL;
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_filter.c221 * The combinations are ordered in priority from highest to lowest.
296 __in efx_filter_priority_t priority,
306 spec->efs_priority = priority;
294 efx_filter_spec_init_rx( __out efx_filter_spec_t *spec, __in efx_filter_priority_t priority, __in efx_filter_flags_t flags, __in efx_rxq_t *erp) argument
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c11726 u32 action, bandwidth, priority, set = 0; local
11738 priority =
11739 ((vxge_hal_device_t *) (devh))->config.vp_config[vp_id].priority;
11742 * Get bandwidth and priority settings
11771 if (priority != VXGE_HAL_VPATH_PRIORITY_DEFAULT) {
11775 VXGE_HAL_RTS_ACCESS_STEER_DATA1_SET_RX_PRIORITY(priority);
11790 u32 action, bandwidth, priority, set = 0; local
11802 priority =
11803 ((vxge_hal_device_t *) (devh))->config.vp_config[vp_id].priority;
11806 * Get bandwidth and priority setting
11850 vxge_hal_bw_priority_get(vxge_hal_device_h devh, u64 vp_id, u32 *bandwidth, u32 *priority) argument
11888 vxge_hal_vf_rx_bw_get(vxge_hal_device_h devh, u64 func_id, u32 *bandwidth, u32 *priority) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1621 mpiConfig->inboundQueues[i].priority = MPI_QUEUE_NORMAL;
1698 /* set bit for normal priority or high priority path */
1769 mpiConfig->inboundQueues[i].priority = queueConfig->inboundQueues[i].priority;
1771 SA_DBG2(("siConfiguration: IBQ%d:elementCount=%d elementSize=%d priority=%d Total Size 0x%X\n",
1775 queueConfig->inboundQueues[i].priority,
2307 saRoot->inboundQueue[qIdx].priority = config->inboundQueues[qIdx].priority;
2329 (config->inboundQueues[qIdx].priority << SHIFT3
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y288 int priority;
1541 if ($4.priority > 255) {
1542 yyerror("priority out of range: max 255");
1545 a.priority = $4.priority;
1558 queue_opts.priority = DEFAULT_PRIORITY;
1567 queue_opts.priority = DEFAULT_PRIORITY;
1589 yyerror("priority cannot be respecified");
1593 yyerror("priority out of range: max 255");
1597 queue_opts.priority
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1585 if (flow_attr->priority > MLX4_IB_FLOW_MAX_PRIO) {
1586 pr_err("Invalid priority value %d\n", flow_attr->priority);
1604 flow_attr->priority);
1680 MLX4_DOMAIN_UVERBS | (flow_attr->priority & 0xff),
1693 (flow_attr->num_of_specs > 1) || (flow_attr->priority != 0)) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c145 /* The disassmbly priority of this entry. */
146 int priority; member in struct:disent
1754 ent->priority = order;
2158 ent->priority);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-isoclns.c625 uint8_t priority; member in struct:isis_iih_lan_header
1922 ND_PRINT((ndo, "%s priority level %d: %.3f Mbps",
2328 header_iih_lan->priority));
2347 (header_iih_lan->priority) & ISIS_LAN_PRIORITY_MASK,
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c608 "flow steering failed to find root of priority %s",
689 /* Called under lock of priority, hence locking all upper objects */
1001 "flow steering failed to find root of priority %s",
2161 int priority; local
2172 priority = node - tree_parent->children;
2173 fs_prio = fs_create_prio(fs_ns, priority,
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf1058 [priority-queue-test]
1062 sources = priority-queue-test.c
1580 priority-queue-test root-pools-test stream-test

Completed in 287 milliseconds

<<11121314