Home
last modified time | relevance | path

Searched refs:queue (Results 76 – 100 of 173) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.h56 int queue(uintptr_t, uint_t, int, const mdb_arg_t *);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.h157 u8 queue);
162 u16 soft_id, u8 queue, bool cloud_mode);
170 u8 queue,
H A Dixgbe_82599.c1543 u8 queue) in ixgbe_fdir_add_signature_filter_82599() argument
1577 fdircmd |= (u32)queue << IXGBE_FDIRCMD_RX_QUEUE_SHIFT; in ixgbe_fdir_add_signature_filter_82599()
1589 DEBUGOUT2("Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd); in ixgbe_fdir_add_signature_filter_82599()
1877 u16 soft_id, u8 queue, bool cloud_mode) in ixgbe_fdir_write_perfect_filter_82599() argument
1947 if (queue == IXGBE_FDIR_DROP_QUEUE) in ixgbe_fdir_write_perfect_filter_82599()
1952 fdircmd |= (u32)queue << IXGBE_FDIRCMD_RX_QUEUE_SHIFT; in ixgbe_fdir_write_perfect_filter_82599()
2016 u16 soft_id, u8 queue, bool cloud_mode) in ixgbe_fdir_add_perfect_filter_82599() argument
2065 soft_id, queue, cloud_mode); in ixgbe_fdir_add_perfect_filter_82599()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmulti_thread_def.h120 struct tasks_queue_t queue; member
/illumos-gate/usr/src/cmd/syslogd/
H A DMakefile.com31 OBJS= syslogd.o queue.o list.o conf.o
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h166 struct queue;
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c669 list_t *queue = &ct->ct_events.ctq_events; in contract_ack() local
681 for (ev = list_head(queue); ev; ev = list_next(queue, ev)) { in contract_ack()
749 list_t *queue = &ct->ct_events.ctq_events; in contract_qack() local
756 for (ev = list_head(queue); ev; ev = list_next(queue, ev)) { in contract_qack()
789 list_t *queue = &ct->ct_events.ctq_events; in contract_orphan() local
796 for (ev = list_head(queue); ev; ev = list_next(queue, ev)) { in contract_orphan()
/illumos-gate/usr/src/cmd/sendmail/src/
H A DMakefile38 mci.o milter.o mime.o parseaddr.o queue.o ratectrl.o readcf.o \
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c565 oplmsu_cmn_put_xoffxon(queue_t *queue, int data) in oplmsu_cmn_put_xoffxon() argument
573 (void) putq(queue, mp); in oplmsu_cmn_put_xoffxon()
579 (void) putq(queue, mp); in oplmsu_cmn_put_xoffxon()
1259 usr_queue = ctrl->queue; in oplmsu_wcmn_through_hndl()
1438 dst_queue = RD(ctrl->queue); in oplmsu_rcmn_flush_hndl()
1504 dst_queue = RD(ctrl->queue); in oplmsu_rcmn_through_hndl()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c992 char *queue; in remove_name() local
996 queue = CURRENT; in remove_name()
999 queue = BACKUP; in remove_name()
1002 remove_single_name(name, queue, NULL); in remove_name()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_scan.h183 void dsl_scan_io_queue_destroy(dsl_scan_io_queue_t *queue);
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dldap_routing.m437 _ARG6_, `queue', `define(`_LDAP_ROUTE_MAPTEMP_', `_QUEUE_')')
H A Dmsp.m429 dnl This queue directory must have the same group
/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi.h89 extern int ldi_ident_from_stream(struct queue *, ldi_ident_t *);
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c3217 ASSERT(queue == AAC_ADAP_NORM_CMD_Q || queue == AAC_ADAP_NORM_RESP_Q); in aac_fib_enqueue()
3229 &softs->qtablep->qt_qindex[queue][AAC_PRODUCER_INDEX]); in aac_fib_enqueue()
3237 if (pi >= aac_qinfo[queue].size) in aac_fib_enqueue()
3259 if (aac_qinfo[queue].notify != 0) in aac_fib_enqueue()
3260 AAC_NOTIFY(softs, aac_qinfo[queue].notify); in aac_fib_enqueue()
3293 if (pi >= aac_qinfo[queue].size) in aac_fib_dequeue()
3304 if (ci >= aac_qinfo[queue].size) in aac_fib_dequeue()
3316 switch (queue) { in aac_fib_dequeue()
3320 &(softs->qentries[queue] + ci)->aq_fib_addr); in aac_fib_dequeue()
3342 if (unfull && aac_qinfo[queue].notify != 0) in aac_fib_dequeue()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h61 TAILQ_ENTRY(cursor_t) queue;
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c617 boolean_t queue = B_FALSE; in overlay_target_lookup_request() local
625 queue = B_TRUE; in overlay_target_lookup_request()
627 if (queue == B_TRUE) in overlay_target_lookup_request()
707 boolean_t queue = B_FALSE; in overlay_target_lookup_drop() local
743 queue = B_TRUE; in overlay_target_lookup_drop()
750 if (queue == B_TRUE) in overlay_target_lookup_drop()
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h247 queue_t *queue; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.h146 osal_list_t *queue; member
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h127 rcm_queue_t queue; /* per module queue */ member
/illumos-gate/usr/src/uts/common/io/myri10ge/firmware/
H A Dmyri10ge_mcp.h509 uint8_t queue; member
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME1311 as default queue group.
1314 queue groups and possible queue manipulations.
2028 "queue" (the default), the MTA will locally queue the mail.
3047 In addition to the queue directory (which is the default queue group
3424 interpreted relative to the queue
3460 queue files (octal). If not set,
3619 queue-only function kicks in.
3671 must sit in the queue between queue
3673 queue run interval low for better
3737 of queue runners (aka queue children)
[all …]
/illumos-gate/usr/src/man/man9s/
H A DMakefile68 queue.9s \
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c997 char *queue; in papiJobMove() local
1004 queue = printer_name_from_uri_id(printer, job_id); in papiJobMove()
1005 snprintf(req_id, sizeof (req_id), "%s-%d", queue, job_id); in papiJobMove()
1006 free(queue); in papiJobMove()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME125 queue" is provided, whose interface is in libinetutil.h with a
126 corresponding implementation in libinetutil. The timer queue allows
130 The event handler and timer queue objects work hand-in-hand: the event
131 handler is passed a pointer to a timer queue in iu_handle_events() --
139 Although it is possible to instantiate more than one timer queue or
143 handler and timer queue.
380 arbitrary time in the past and in nanoseconds. The timer queue code

1234567