Searched refs:priority (Results 76 - 100 of 368) sorted by relevance

1234567891011>>

/freebsd-current/share/examples/scsi_target/
H A Dscsi_target.h113 extern void send_ccb(union ccb *ccb, int priority);
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h42 #define MPI_QUEUE_PRIORITY_HIGHEST 0xFF /**< Highest queue priority */
43 #define MPI_QUEUE_PRIORITY_LOWEST 0x00 /**< Lowest queue priority */
154 bit32 priority; /**< The queue priority. Possible values for this field are */ member in struct:mpiOCQueue_s
181 bit32 priority; /**< The queue priority. Possible values for this field are */ member in struct:mpiICQueue_s
202 /* bit0-7 inbound normal priority process depth */
203 /* bit8-15 inbound high priority process depth */
312 bit32 priority; /**< The queue priority member in struct:mpiInboundQueueDescriptor_s
[all...]
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dpreauth.c29 int priority; member in struct:rsn_pmksa_candidate
316 /* TODO: drop priority for old candidate entries */
368 * @prio: Priority (the smaller number, the higher priority)
390 /* If BSSID already on candidate list, update the priority of the old
391 * entry. Do not override priority based on normal scan results. */
404 cand->priority = prio;
410 cand->priority = prio;
413 /* Add candidate to the list; order by increasing priority value. i.e.,
414 * highest priority (smallest value) first. */
417 if (cand->priority <
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c329 panic("invalid priority %u", p);
423 panic("invalid priority %u", p);
917 * Children i/os inherent their parent's priority, which might
1004 vdev_queue_change_io_priority(zio_t *zio, zio_priority_t priority) argument
1018 ASSERT3U(priority, <, ZIO_PRIORITY_NUM_QUEUEABLE);
1021 if (priority != ZIO_PRIORITY_SYNC_READ &&
1022 priority != ZIO_PRIORITY_ASYNC_READ &&
1023 priority != ZIO_PRIORITY_SCRUB)
1024 priority = ZIO_PRIORITY_ASYNC_READ;
1027 if (priority !
[all...]
/freebsd-current/sys/kern/
H A Dkern_cpu.c63 int priority; member in struct:cf_saved_freq
104 int priority);
231 cf_set_method(device_t dev, const struct cf_level *level, int priority) argument
274 * If the requested level has a lower priority, don't allow
277 if (priority < sc->curr_priority) {
278 CF_DEBUG("ignoring, curr prio %d less than %d\n", priority,
296 priority = saved_freq->priority;
298 level->total_set.freq, priority);
380 * higher priority
[all...]
H A Dkern_synch.c118 * runnable with the specified priority. Sleeps at most sbt units of time
127 * re-locked before _sleep() returns. If priority includes the PDROP
131 _sleep(const void *ident, struct lock_object *lock, int priority, argument
149 (priority & PNOLOCK) != 0,
153 if (priority & PDROP)
162 if (lock != NULL && priority & PDROP)
166 catch = priority & PCATCH;
167 pri = priority & PRIMASK;
229 if (lock != NULL && lock != &Giant.lock_object && !(priority & PDROP)) {
/freebsd-current/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-current/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c53 /* Get Traffic Class from priority traffic class table, 4 bits represent
54 * the traffic class corresponding to the priority.
188 p_data->arr[id].enable, p_data->arr[id].priority,
219 p_data->arr[type].priority = prio;
238 /* Configure dcbx vlan priority in doorbell block for roce EDPM */
271 ecore_dcbx_get_app_priority(u8 pri_bitmap, u8 *priority) argument
277 /* Bitmap 1 corresponds to priority 0, return priority 0 */
279 *priority = 0;
283 /* Choose the highest priority */
340 u8 priority; local
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_ss_functions.c396 * Always prefers streams based on their priority id.
410 strq->ss_params.ss.prio.priority = 0;
434 strq->ss_params.ss.prio.priority = with_strq->ss_params.ss.prio.priority;
436 strq->ss_params.ss.prio.priority = 0;
455 while (strqt != NULL && strqt->ss_params.ss.prio.priority < strq->ss_params.ss.prio.priority) {
525 strqn->ss_params.ss.prio.priority == strqt->ss_params.ss.prio.priority) {
568 *value = strq->ss_params.ss.prio.priority;
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_xpt.c1165 uint32_t priority; local
1171 priority = done_ccb->ccb_h.pinfo.priority;
1193 xpt_schedule(periph, priority);
1229 xpt_schedule(periph, priority);
1257 xpt_schedule(periph, priority);
1266 xpt_schedule(periph, priority);
1335 xpt_schedule(periph, priority);
1400 xpt_schedule(periph, priority);
1433 xpt_schedule(periph, priority);
1574 uint32_t priority; local
[all...]
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c989 unsigned priority; member in struct:ucl_include_params
1050 res = ucl_parser_add_chunk_full (parser, buf, buflen, params->priority,
1075 * @param priority
1197 old_obj = ucl_object_new_full (UCL_ARRAY, params->priority);
1208 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1218 params->priority);
1252 params->priority);
1275 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1340 res = ucl_parser_add_chunk_full (parser, buf, buflen, params->priority,
1511 params.priority
1697 unsigned priority = 255; local
1764 unsigned priority; local
1995 ucl_parser_add_file_full(struct ucl_parser *parser, const char *filename, unsigned priority, enum ucl_duplicate_strategy strat, enum ucl_parse_type parse_type) argument
2027 ucl_parser_add_file_priority(struct ucl_parser *parser, const char *filename, unsigned priority) argument
2052 ucl_parser_add_fd_full(struct ucl_parser *parser, int fd, unsigned priority, enum ucl_duplicate_strategy strat, enum ucl_parse_type parse_type) argument
2091 ucl_parser_add_fd_priority(struct ucl_parser *parser, int fd, unsigned priority) argument
2983 ucl_object_new_full(ucl_type_t type, unsigned priority) argument
3794 ucl_object_set_priority(ucl_object_t *obj, unsigned int priority) argument
[all...]
/freebsd-current/contrib/pf/libevent/
H A Devbuffer.c261 bufferevent_priority_set(struct bufferevent *bufev, int priority) argument
263 if (event_priority_set(&bufev->ev_read, priority) == -1)
265 if (event_priority_set(&bufev->ev_write, priority) == -1)
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dlog.c165 int priority; member in struct:_heimdal_syslog_data
175 syslog(s->priority, "%s", msg);
201 sd->priority = i;
205 sd->priority |= i;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dresolve.h133 unsigned priority; member in struct:rk_srv_record
H A Dresolve.c233 rr->u.srv->priority = (p[0] << 8) | p[1];
620 if((*aa)->u.srv->priority == (*bb)->u.srv->priority)
622 return ((*aa)->u.srv->priority - (*bb)->u.srv->priority);
657 /* sort them by priority and weight */
665 /* find the last record with the same priority and count the
669 if((*tt)->u.srv->priority != (*ss)->u.srv->priority)
674 /* ss is now the first record of this priority an
[all...]
/freebsd-current/contrib/wpa/src/fst/
H A Dfst_iface.h56 return i->cfg.priority;
/freebsd-current/sys/contrib/xen/
H A Devent_channel.h309 * EVTCHNOP_set_priority: set the priority for an event channel.
314 uint32_t priority; member in struct:evtchn_set_priority
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmhi.h57 int client_managed, data_type, hardware_event, irq, irq_moderation_ms, mode, num_elements, offload_channel, priority; member in struct:mhi_event_config
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c35 #include <sys/priority.h>
139 /* make sure the scheduler priority is raised */
/freebsd-current/sys/dev/iscsi/
H A Dicl.h140 int icl_register(const char *offload, bool iser, int priority,
H A Dicl.c125 * priority.
233 icl_register(const char *offload, bool iser, int priority, argument
250 im->im_priority = priority;
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_common.h448 uint64_t priority:3; member in struct:octeon_instr_irh
456 uint64_t priority:3;
496 uint64_t priority:3; member in struct:octeon_rh::__anon2945
535 uint64_t priority:3;
/freebsd-current/sys/sys/
H A Dintr.h159 int intr_ipi_pic_register(device_t dev, u_int priority);
/freebsd-current/contrib/tcpdump/
H A Dprint-lisp.c212 nd_uint8_t priority; member in struct:map_register_loc
358 GET_U_1(lisp_loc->priority),
/freebsd-current/sys/dev/mlx5/
H A Dfs.h117 unsigned int *priority,
122 *priority = 0; /*Priority of leftovers_prio-0*/
116 build_leftovers_ft_param(char *name, unsigned int *priority, int *n_ent, int *n_grp) argument

Completed in 289 milliseconds

1234567891011>>