Searched refs:priority (Results 126 - 150 of 232) sorted by relevance

12345678910

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-higig.h128 uint32_t priority : 3; /**< This is the internal priority of the packet. This internal priority will go through member in struct:__anon6449::__anon6452::__anon6453
H A Dcvmx-pko.h244 * @param priority Array of priority levels for each queue. Values are
249 extern cvmx_pko_status_t cvmx_pko_config_port(uint64_t port, uint64_t base_queue, uint64_t num_queues, const uint64_t priority[]);
H A Dcvmx-sriox-defs.h675 * This register is used to override the response priority of the outgoing doorbell responses.
686 uint64_t rp1_sid : 1; /**< Sets response priority for incomimg doorbells
687 of priority 1 on the secondary ID (0=2, 1=3) */
688 uint64_t rp0_sid : 2; /**< Sets response priority for incomimg doorbells
689 of priority 0 on the secondary ID (0,1=1 2=2, 3=3) */
690 uint64_t rp1_pid : 1; /**< Sets response priority for incomimg doorbells
691 of priority 1 on the primary ID (0=2, 1=3) */
692 uint64_t rp0_pid : 2; /**< Sets response priority for incomimg doorbells
693 of priority 0 on the primary ID (0,1=1 2=2, 3=3) */
843 uint64_t rp1_sid : 1; /**< Sets msg response priority fo
2745 uint64_t priority : 2; /**< Doorbell Priority */ member in struct:cvmx_sriox_rx_bell::cvmx_sriox_rx_bell_s
3445 uint64_t priority : 2; /**< Doorbell Priority */ member in struct:cvmx_sriox_tx_bell::cvmx_sriox_tx_bell_s
3495 uint64_t priority : 2; /**< Doorbell Priority */ member in struct:cvmx_sriox_tx_bell_info::cvmx_sriox_tx_bell_info_s
[all...]
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe_dcb.h49 * strict priority: valid values are 0..5; 0 is highest priority.
50 * There can't be two COSes with the same priority.
112 uint32_t priority; member in struct:bxe_admin_priority_app_table
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscu_task_context.h145 * This priority is used when there is no priority request for this request.
150 * This priority indicates that the task should be scheduled to the head
157 * This priority indicates that the task will be executed before all
164 * This task priority is reserved and should not be used.
559 * This field must be encoded to one of the valid SCU task priority values
564 U32 priority : 2; member in struct:SCU_TASK_CONTEXT
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c1023 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) argument
1029 if ((priority & PCATCH) == 0)
1030 return msleep(ident, mtx, priority, wmesg, timo);
1034 error = msleep(ident, mtx, priority, wmesg, timo);
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h174 u_int8_t priority; member in struct:rfcomm_mcc_pn
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs.h292 int priority, char *wmesg, int timo);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1489 { INT(priority) },
1529 * wpa_config_add_prio_network - Add a network to priority lists
1534 * This function is used to add a network block to the priority list of
1546 * Add to an existing priority list if one is available for the
1547 * configured priority level for this network.
1551 if (prev->priority == ssid->priority) {
1559 /* First network for this priority - add a new priority list */
1566 if (nlist[prio]->priority < ssi
[all...]
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h1173 isc_uint16_t priority; member in struct:dns_rdata_in_srv
2295 isc_uint16_t priority; member in struct:dns_rdata_uri
/freebsd-9.3-release/sys/kern/
H A Dsubr_taskqueue.c92 int priority, task_fn_t func, void *context)
95 TASK_INIT(&timeout_task->t, priority, func, context);
183 * Optimise the case when all tasks have the same priority.
91 _timeout_task_init(struct taskqueue *queue, struct timeout_task *timeout_task, int priority, task_fn_t func, void *context) argument
H A Dkern_lockf.c1372 int priority, error; local
1380 * Set the priority
1382 priority = PLOCK;
1384 priority += 4;
1386 priority |= PCATCH;
1460 error = sx_sleep(lock, &state->ls_lock, priority, lockstr, 0);
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32.h343 struct priority ki_pri;
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhim.h420 int priority; member in struct:_COMMAND
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhim.h423 int priority; member in struct:_COMMAND
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhim.h381 int priority; member in struct:_COMMAND
/freebsd-9.3-release/sys/sys/
H A Duser.h195 struct priority ki_pri; /* process priority */
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c691 val->v.integer = bif->priority;
764 ctx->scratch->int1 = bif->priority;
1220 ctx->scratch->int1 = bif->priority;
1333 val->v.integer = bif->priority;
H A Dbridge_port.c463 ctx->scratch->int1 = bp->priority;
534 val->v.integer = bp->priority;
1224 ctx->scratch->int1 = bp->priority;
1298 val->v.integer = bp->priority;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-decnet.c185 int priority; local
262 priority = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_priority);
268 blksize, priority, hello);
/freebsd-9.3-release/lib/libc/nameser/
H A Dns_print.c384 u_int priority, weight, port; local
391 priority = ns_get16(rdata); rdata += NS_INT16SZ;
394 len = SPRINTF((t, "%u %u %u ", priority, weight, port));
/freebsd-9.3-release/share/examples/scsi_target/
H A Dscsi_target.c389 send_ccb((union ccb *)atio, /*priority*/1);
397 send_ccb((union ccb *)inot, /*priority*/1);
577 /* XXX add a_descr->priority */
603 /* INOTs are handled with priority */
639 /* XXX priority needs to be added to a_descr */
663 send_ccb((union ccb *)ctio, /*priority*/1);
676 send_ccb((union ccb *)atio, /*priority*/1);
749 send_ccb((union ccb *)atio, /*priority*/1);
767 send_ccb((union ccb *)atio, /*priority*/1);
826 send_ccb((union ccb *)inot, /*priority*/
832 send_ccb(union ccb *ccb, int priority) argument
[all...]
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_priq.c29 * priority queue
175 if (a->priority >= PRIQ_MAXPRI)
179 if (pif->pif_classes[a->priority] != NULL)
184 cl = priq_class_create(pif, a->priority, a->qlimit,
957 * if priority is changed, move the class to the new priority
/freebsd-9.3-release/sys/isa/
H A Disa_common.c968 isa_add_config(device_t dev, device_t child, int priority, argument
978 newice->ice_priority = priority;
982 if (ice->ice_priority > priority)
/freebsd-9.3-release/contrib/gcc/
H A Dbb-reorder.c814 int priority = 0;
831 if (edge_freq > priority)
832 priority = edge_freq;
836 if (priority)
837 /* The block with priority should have significantly lower key. */
838 return -(100 * BB_FREQ_MAX + 100 * priority + bb->frequency);
813 int priority = 0; local

Completed in 242 milliseconds

12345678910