Searched refs:priority (Results 201 - 225 of 254) sorted by relevance

1234567891011

/freebsd-10.2-release/sys/dev/sfxge/common/
H A Defx_filter.c293 __in efx_filter_priority_t priority,
303 spec->efs_priority = priority;
291 efx_filter_spec_init_rx( __inout efx_filter_spec_t *spec, __in efx_filter_priority_t priority, __in efx_filter_flag_t flags, __in efx_rxq_t *erp) argument
/freebsd-10.2-release/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-10.2-release/sbin/pfctl/
H A Dparse.y279 int priority;
1501 if ($4.priority > 255) {
1502 yyerror("priority out of range: max 255");
1505 a.priority = $4.priority;
1518 queue_opts.priority = DEFAULT_PRIORITY;
1527 queue_opts.priority = DEFAULT_PRIORITY;
1549 yyerror("priority cannot be respecified");
1553 yyerror("priority out of range: max 255");
1557 queue_opts.priority
[all...]
/freebsd-10.2-release/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...]
H A Dsampicmd.c158 if (AGSA_RC_FAILURE == mpiMsgProduce(circularQ, (void *)pMessage, category, opcode, outq, (bit8)circularQ->priority))
937 if (AGSA_RC_FAILURE == mpiMsgProduce(circularQ, (void *)pIomb, MPI_CATEGORY_SAS_SATA, opcode, outq, (bit8)circularQ->priority))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp2041 int priority = 65535; // FIXME: Do not hardcode such constants. local
2052 priority = Idx.getZExtValue();
2062 ConstructorAttr(Attr.getRange(), S.Context, priority,
2073 int priority = 65535; // FIXME: Do not hardcode such constants. local
2084 priority = Idx.getZExtValue();
2094 DestructorAttr(Attr.getRange(), S.Context, priority,
3027 /// Handle __attribute__((init_priority(priority))) attributes based on
3052 llvm::APSInt priority(32);
3054 !priorityExpr->isIntegerConstantExpr(priority, S.Context)) {
3061 unsigned prioritynum = priority
[all...]
/freebsd-10.2-release/contrib/gcc/
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-10.2-release/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-10.2-release/contrib/gcc/config/s390/
H A Ds390.c4869 /* A C statement (sans semicolon) to update the integer scheduling priority
4870 INSN_PRIORITY (INSN). Increase the priority to execute the INSN earlier,
4871 reduce the priority to execute INSN later. Do not define this macro if
4878 s390_adjust_priority (rtx insn ATTRIBUTE_UNUSED, int priority)
4881 return priority;
4885 return priority;
4891 priority = priority << 3;
4895 priority = priority <<
4877 s390_adjust_priority(rtx insn ATTRIBUTE_UNUSED, int priority) argument
[all...]
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_connectors.c244 * if priority is true, then set them disconnected if this is connected
245 * if priority is false, set us disconnected if they are connected
251 bool priority)
275 if (priority == true) {
248 radeon_connector_analog_encoder_conflict_solve(struct drm_connector *connector, struct drm_encoder *encoder, enum drm_connector_status current_status, bool priority) argument
/freebsd-10.2-release/sys/dev/nve/
H A Dif_nve.c1583 NV_UINT8 priority)
1716 NV_UINT8 *newbuffer, NV_UINT8 priority)
1582 nve_ospacketrx(PNV_VOID ctx, PNV_VOID data, NV_UINT32 success, NV_UINT8 *newbuf, NV_UINT8 priority) argument
1715 nve_ospreprocpkt(PNV_VOID ctx, PNV_VOID readdata, PNV_VOID *id, NV_UINT8 *newbuffer, NV_UINT8 priority) argument
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devent.c1169 /* Allocate our priority queues */
1662 * Active events are stored in priority queues. Lower priorities are always
1663 * process before higher priorities. Low priority events can starve high
1664 * priority ones.
1700 * consider lower-priority events */
2057 /* by default, we put new events into the middle priority */
2254 * Set's the priority of an event - if an event is already scheduled
2255 * changing the priority is going to fail.
2996 event_deferred_cb_init_(struct event_callback *cb, ev_uint8_t priority, deferred_cb_fn fn, void *arg) argument
3001 cb->evcb_pri = priority;
3006 event_deferred_cb_set_priority_(struct event_callback *cb, ev_uint8_t priority) argument
[all...]
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Drs6000.c16826 priority INSN_PRIORITY (INSN). Increase the priority to execute the
16827 INSN earlier, reduce the priority to execute INSN later. Do not
16832 rs6000_adjust_priority (rtx insn ATTRIBUTE_UNUSED, int priority)
16836 can't, reduce the priority of multiply/divide so it is scheduled
16841 return priority;
16844 return priority;
16855 fprintf (stderr, "priority was %#x (%d) before adjustment\n",
16856 priority, priority);
16793 rs6000_adjust_priority(rtx insn ATTRIBUTE_UNUSED, int priority) argument
18354 rs6000_elf_asm_out_constructor(rtx symbol, int priority) argument
18383 rs6000_elf_asm_out_destructor(rtx symbol, int priority) argument
[all...]
/freebsd-10.2-release/bin/ps/
H A Dprint.c694 struct priority *lpri;
/freebsd-10.2-release/sys/netgraph/
H A Dng_lmi.c327 /* Attach a tag to packet, marking it of link level state priority, so
333 ptag->priority = NG_PRIO_LINKSTATE;
/freebsd-10.2-release/sys/netinet/
H A Dsctp_structs.h552 /* priority id */
553 uint16_t priority; member in struct:ss_prio
/freebsd-10.2-release/sys/dev/netmap/
H A Dnetmap_kern.h114 m->priority = NM_MAGIC_PRIORITY_RX; \
/freebsd-10.2-release/sys/sys/
H A Dproc.h52 #include <sys/priority.h>
284 u_char td_base_pri; /* (t) Thread base kernel priority. */
285 u_char td_priority; /* (t) Thread active priority. */
/freebsd-10.2-release/sys/dev/ixl/
H A Di40e_type.h486 u8 priority; member in struct:i40e_ieee_app_priority_table
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1813 * give it priority. l2arc_evict() can't destroy this
3283 void *private, zio_priority_t priority, int zio_flags,
3536 l2arc_read_done, cb, priority,
3575 arc_read_done, buf, priority, zio_flags, zb);
3981 arc_done_func_t *done, void *private, zio_priority_t priority,
4006 priority, zio_flags, zb);
4868 * This is the list priority from which the L2ARC will search for pages to
3282 arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) argument
3978 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, boolean_t l2arc, boolean_t l2arc_compress, const zio_prop_t *zp, arc_done_func_t *ready, arc_done_func_t *physdone, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, const zbookmark_phys_t *zb) argument
/freebsd-10.2-release/contrib/sendmail/src/
H A Dsendmail.h589 long qg_wkrcptfact; /* multiplier for # recipients -> priority */
918 long e_msgpriority; /* adjusted priority of this message */
937 short e_class; /* msg class (priority, junk, etc.) */
1058 ** Message priority classes.
1067 ** is used to order the queue. Higher values mean LOWER priority.
1069 ** Each priority class point is worth WkClassFact priority points;
1070 ** each recipient is worth WkRecipFact priority points. Each time
1071 ** we reprocess a message the priority is adjusted by WkTimeFact.
1072 ** WkTimeFact should normally decrease the priority s
1081 struct priority struct
[all...]
/freebsd-10.2-release/sys/geom/raid/
H A Dg_raid.c101 #define MSLEEP(rv, ident, mtx, priority, wmesg, timeout) do { \
103 rv = msleep((ident), (mtx), (priority), (wmesg), (timeout)); \
2600 * to reduce module priority, allowing submodules to register them first.
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c164 .priority = MLX4_DOMAIN_RFS,
483 .priority = MLX4_DOMAIN_NIC,
2385 mlx4_en_set_tx_ppp, "I", "TX Per-priority pause");
2388 mlx4_en_set_rx_ppp, "I", "RX Per-priority pause");
/freebsd-10.2-release/sys/dev/ce/
H A Dif_ce.c2411 /* Check for high priority data */
2413 NG_TAG_PRIO, NULL)) != NULL && (ptag->priority > NG_PRIO_CUTOFF) )
2418 q = (meta && meta->priority > 0) ? &d->hi_queue : &d->queue;
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscic_sds_port.c706 task_context->priority = 0;

Completed in 402 milliseconds

1234567891011