Searched refs:queue (Results 251 - 275 of 1533) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/net/altq/
H A Daltq_fairq.h90 class_queue_t queue; /* the actual queue */ member in struct:fairq_bucket
/freebsd-11-stable/sys/sys/
H A Dsf_buf.h90 #include <sys/queue.h>
H A Dsignalvar.h36 #include <sys/queue.h>
247 sigset_t sq_kill; /* Legacy depth 1 queue. */
248 sigset_t sq_ptrace; /* Depth 1 queue for ptrace(2). */
388 void sigqueue_delete(struct sigqueue *queue, int sig);
390 void sigqueue_flush(struct sigqueue *queue);
391 void sigqueue_init(struct sigqueue *queue, struct proc *p);
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_share.c63 #include <sys/queue.h>
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtqueue.h70 int virtqueue_alloc(device_t dev, uint16_t queue, uint16_t size,
/freebsd-11-stable/sys/fs/ext2fs/
H A Dinode.h44 #include <sys/queue.h>
/freebsd-11-stable/sys/net/
H A Dpfil.h36 #include <sys/queue.h>
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_includes.h51 #include <sys/queue.h>
/freebsd-11-stable/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c34 #include <sys/queue.h>
/freebsd-11-stable/stand/common/
H A Dmd.c33 #include <sys/queue.h>
/freebsd-11-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.h34 #include <sys/queue.h>
82 STAILQ_HEAD(, keystroke_info) ks_queue; /* keystroke info queue */
/freebsd-11-stable/usr.bin/truss/
H A Dtruss.h31 #include <sys/queue.h>
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dirmc.c34 #include <sys/queue.h>
H A Dopush.c34 #include <sys/queue.h>
H A Ddun.c34 #include <sys/queue.h>
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.h37 #include <sys/queue.h>
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol_client.c32 #include <sys/queue.h>
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c48 #include <sys/queue.h>
/freebsd-11-stable/usr.sbin/asf/
H A Dasf_kvm.c34 #include <sys/queue.h> /* for <sys/linker.h> with _KERNEL defined */
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h163 struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h22 llvm::StringRef name, llvm::StringRef queue,
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp68 SmallVector<InputSection *, 256> queue; member in class:lld::elf::__anon1130::MarkLive
203 // Add input section to the queue.
205 queue.push_back(s);
274 while (!queue.empty()) {
275 InputSectionBase &sec = *queue.pop_back_val();
/freebsd-11-stable/lib/libkvm/
H A Dkvm_sparc64.h32 #include <sys/queue.h>
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.h72 /** number of messages in the queue */
234 * lists a worker queue that should be looked at and sent to the log server.
240 struct dt_msg_queue* queue; member in struct:dt_io_list_item
244 * Create new (empty) worker message queue. Limit set to default on max.
246 * @return NULL on malloc failure or a new queue (not locked).
251 * Delete a worker message queue. It has to be unlinked from access,
252 * so it can be deleted without lock worries. The queue is emptied (deleted).
253 * @param mq: message queue.
258 * Submit a message to the queue. The queue i
[all...]
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusvar.h39 #include <sys/queue.h>

Completed in 223 milliseconds

<<11121314151617181920>>