Searched refs:priority (Results 176 - 200 of 232) sorted by relevance

12345678910

/freebsd-9.3-release/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 */
719 if (ptag && (ptag->priority > NG_PRIO_CUTOFF))
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmpt_cam.c556 /* Run this at a low priority. */
557 ccb.ccb_h.pinfo.priority = 5;
/freebsd-9.3-release/contrib/gcc/
H A Dcgraphunit.c1672 cgraph_build_static_cdtor (char which, tree body, int priority) argument
1738 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-9.3-release/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-9.3-release/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-9.3-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-9.3-release/contrib/pf/pfctl/
H A Dparse.y280 int priority;
1502 if ($4.priority > 255) {
1503 yyerror("priority out of range: max 255");
1506 a.priority = $4.priority;
1519 queue_opts.priority = DEFAULT_PRIORITY;
1528 queue_opts.priority = DEFAULT_PRIORITY;
1550 yyerror("priority cannot be respecified");
1554 yyerror("priority out of range: max 255");
1558 queue_opts.priority
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_connectors.c233 * if priority is true, then set them disconnected if this is connected
234 * if priority is false, set us disconnected if they are connected
240 bool priority)
264 if (priority == true) {
237 radeon_connector_analog_encoder_conflict_solve(struct drm_connector *connector, struct drm_encoder *encoder, enum drm_connector_status current_status, bool priority) argument
/freebsd-9.3-release/sys/dev/nve/
H A Dif_nve.c1584 NV_UINT8 priority)
1717 NV_UINT8 *newbuffer, NV_UINT8 priority)
1583 nve_ospacketrx(PNV_VOID ctx, PNV_VOID data, NV_UINT32 success, NV_UINT8 *newbuf, NV_UINT8 priority) argument
1716 nve_ospreprocpkt(PNV_VOID ctx, PNV_VOID readdata, PNV_VOID *id, NV_UINT8 *newbuffer, NV_UINT8 priority) argument
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt196 such objects, we keep them in a priority heap (system_heap).
718 scheduler, or some priority...). A parameter mask can be used for
/freebsd-9.3-release/bin/ps/
H A Dprint.c751 struct priority *lpri;
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c16825 priority INSN_PRIORITY (INSN). Increase the priority to execute the
16826 INSN earlier, reduce the priority to execute INSN later. Do not
16831 rs6000_adjust_priority (rtx insn ATTRIBUTE_UNUSED, int priority)
16835 can't, reduce the priority of multiply/divide so it is scheduled
16840 return priority;
16843 return priority;
16854 fprintf (stderr, "priority was %#x (%d) before adjustment\n",
16855 priority, priority);
16792 rs6000_adjust_priority(rtx insn ATTRIBUTE_UNUSED, int priority) argument
18353 rs6000_elf_asm_out_constructor(rtx symbol, int priority) argument
18382 rs6000_elf_asm_out_destructor(rtx symbol, int priority) argument
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c541 "network block to priority list.",
789 INT(priority);
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_kern.h82 m->priority = NM_MAGIC_PRIORITY; \
/freebsd-9.3-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-9.3-release/sys/netinet/
H A Dsctp_structs.h554 /* priority id */
555 uint16_t priority; member in struct:ss_prio
/freebsd-9.3-release/sys/sys/
H A Dproc.h52 #include <sys/priority.h>
280 u_char td_base_pri; /* (t) Thread base kernel priority. */
281 u_char td_priority; /* (t) Thread active priority. */
/freebsd-9.3-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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1730 * give it priority. l2arc_evict() can't destroy this
3132 void *private, zio_priority_t priority, int zio_flags, uint32_t *arc_flags,
3372 l2arc_read_done, cb, priority,
3411 arc_read_done, buf, priority, zio_flags, zb);
3845 arc_done_func_t *done, void *private, zio_priority_t priority,
3870 priority, zio_flags, zb);
4729 * This is the list priority from which the L2ARC will search for pages to
3131 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, uint32_t *arc_flags, const zbookmark_t *zb) argument
3842 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_t *zb) argument
/freebsd-9.3-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;

Completed in 367 milliseconds

12345678910