Searched refs:TAILQ_HEAD (Results 51 - 75 of 515) sorted by relevance

1234567891011>>

/freebsd-12-stable/tools/tools/vhba/
H A Dvhba.h76 TAILQ_HEAD(, ccb_hdr) actv;
77 TAILQ_HEAD(, ccb_hdr) done;
/freebsd-12-stable/sys/dev/xdma/
H A Dxdma.h81 TAILQ_HEAD(xdma_channel_list, xdma_channel) channels;
146 TAILQ_HEAD(, xdma_intr_handler) ie_handlers;
170 TAILQ_HEAD(, xdma_request) bank;
171 TAILQ_HEAD(, xdma_request) queue_in;
172 TAILQ_HEAD(, xdma_request) queue_out;
173 TAILQ_HEAD(, xdma_request) processing;
/freebsd-12-stable/contrib/nvi/common/
H A Dgs.h61 TAILQ_HEAD(_dqh, _scr) dq[1]; /* Displayed screens. */
62 TAILQ_HEAD(_hqh, _scr) hq[1]; /* Hidden screens. */
69 TAILQ_HEAD(_frefh, _fref) frefq[1];
H A Dcut.h13 TAILQ_HEAD(_texth, _text);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex.h95 TAILQ_HEAD(_rh, _range) rq[1]; /* @/global range: linked list. */
164 TAILQ_HEAD(_tagfh, _tagf) tagfq[1];
165 TAILQ_HEAD(_tqh, _tagq) tq[1]; /* Tag queue. */
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas.h65 TAILQ_HEAD(, mpr_command) commands;
68 TAILQ_HEAD(, mpr_command) timedout_commands;
112 TAILQ_HEAD(, mpr_fw_event_work) ev_queue;
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h126 TAILQ_HEAD(, vmbus_channel) vmbus_prichans;
130 TAILQ_HEAD(, vmbus_channel) vmbus_chans;
/freebsd-12-stable/sys/arm/include/
H A Dpmap-v6.h100 TAILQ_HEAD(,pv_entry) pv_list;
109 TAILQ_HEAD(,pv_chunk) pm_pvchunk; /* list of mappings in pmap */
/freebsd-12-stable/sbin/hastd/
H A Dhast.h125 TAILQ_HEAD(, hastd_listen) hc_listen;
127 TAILQ_HEAD(, hast_resource) hc_resources;
/freebsd-12-stable/sys/dev/mfi/
H A Dmfivar.h220 TAILQ_HEAD(,mfi_command) mfi_free;
221 TAILQ_HEAD(,mfi_command) mfi_ready;
222 TAILQ_HEAD(BUSYQ,mfi_command) mfi_busy;
249 TAILQ_HEAD(,mfi_evt_queue_elm) mfi_evt_queue;
252 TAILQ_HEAD(,mfi_aen) mfi_aen_pids;
314 TAILQ_HEAD(,mfi_disk) mfi_ld_tqh;
315 TAILQ_HEAD(,mfi_system_pd) mfi_syspd_tqh;
316 TAILQ_HEAD(,mfi_disk_pending) mfi_ld_pend_tqh;
317 TAILQ_HEAD(,mfi_system_pending) mfi_syspd_pend_tqh;
321 TAILQ_HEAD(, ccb_hd
[all...]
/freebsd-12-stable/contrib/ngatm/libngatm/
H A Dsscfucust.h69 typedef TAILQ_HEAD(sscfu_sigq, sscfu_sig) sscfu_sigq_head_t;
/freebsd-12-stable/contrib/openbsm/sys/bsm/
H A Daudit_internal.h57 TAILQ_HEAD(, au_token) token_q; /* Queue of BSM tokens. */
/freebsd-12-stable/sys/dev/agp/
H A Dagppriv.h54 TAILQ_HEAD(agp_memory_list, agp_memory);
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.h47 TAILQ_HEAD(, icl_cxgbei_conn) rx_head;
/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs_int.h96 extern TAILQ_HEAD(cdev_priv_list, cdev_priv) cdevp_list;
/freebsd-12-stable/sys/dev/twe/
H A Dtwevar.h118 TAILQ_HEAD(, twe_request) twe_free; /* command structures available for reuse */
120 TAILQ_HEAD(, twe_request) twe_ready; /* requests ready for the controller */
121 TAILQ_HEAD(, twe_request) twe_busy; /* requests busy in the controller */
122 TAILQ_HEAD(, twe_request) twe_complete; /* active commands (busy or waiting for completion) */
/freebsd-12-stable/sys/dev/usb/
H A Dusb_process.h56 TAILQ_HEAD(, usb_proc_msg) up_qhead;
/freebsd-12-stable/sys/netinet/
H A Dtcp_fastopen.h70 TAILQ_HEAD(bucket_entries, tcp_fastopen_ccache_entry) ccb_entries;
/freebsd-12-stable/sys/nfsclient/
H A Dnfsmount.h75 TAILQ_HEAD(, buf) nm_bufq; /* async io buffer queue */
/freebsd-12-stable/sys/rpc/
H A Dkrpc.h59 TAILQ_HEAD(ct_request_list, ct_request);
/freebsd-12-stable/sys/sparc64/include/
H A Diommuvar.h45 TAILQ_HEAD(iommu_maplruq_head, bus_dmamap);
/freebsd-12-stable/sys/sys/
H A Drangelock.h62 TAILQ_HEAD(, rl_q_entry) rl_waiters;
H A Dtimers.h98 TAILQ_HEAD(, itimer) its_worklist;
/freebsd-12-stable/sys/vm/
H A Dvm_object.h94 TAILQ_HEAD(pglist, vm_page);
138 TAILQ_HEAD(, vm_page) devp_pglist;
149 TAILQ_HEAD(, vm_page) sgp_pglist;
233 TAILQ_HEAD(object_q, vm_object);
/freebsd-12-stable/sys/bsm/
H A Daudit_internal.h61 TAILQ_HEAD(, au_token) token_q; /* Queue of BSM tokens. */

Completed in 292 milliseconds

1234567891011>>