Searched refs:queue (Results 51 - 75 of 1262) sorted by relevance

1234567891011>>

/freebsd-10.0-release/lib/libgssapi/
H A Dname.h29 #include <sys/queue.h>
/freebsd-10.0-release/sys/arm/include/
H A Dfiq.h44 #include <sys/queue.h>
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_ubt.h64 #define NGM_UBT_NODE_SET_QLEN 3 /* set queue length */
65 #define NGM_UBT_NODE_GET_QLEN 4 /* get queue length */
67 int32_t queue; /* queue index */ member in struct:__anon10371
72 int32_t qlen; /* queue length */
H A Dng_bt3c.h80 #define NGM_BT3C_NODE_GET_QLEN 4 /* get queue length */
81 #define NGM_BT3C_NODE_SET_QLEN 5 /* set queue length */
83 int32_t queue; /* queue index */ member in struct:__anon10151
84 #define NGM_BT3C_NODE_IN_QUEUE 1 /* incoming queue */
85 #define NGM_BT3C_NODE_OUT_QUEUE 2 /* outgoing queue */
87 int32_t qlen; /* queue length */
/freebsd-10.0-release/sys/sparc64/include/
H A Dsf_buf.h32 #include <sys/queue.h>
/freebsd-10.0-release/sys/sys/
H A D_callout.h41 #include <sys/queue.h>
H A Dmbpool.h44 #include <sys/queue.h>
H A Dturnstile.h37 * queue of threads blocked on them when they are contested. Each
44 * the lock is contested to be put on the queue and block. If a thread
72 * The highest priority thread blocked on a specified queue of a
73 * turnstile can be obtained via turnstile_head(). A given queue can
83 /* Which queue to block on or which queue to wakeup one or more threads from. */
100 int turnstile_empty(struct turnstile *ts, int queue);
/freebsd-10.0-release/usr.bin/make/
H A Ddir.h46 #include <sys/queue.h>
H A Dshell.h45 #include <sys/queue.h>
/freebsd-10.0-release/contrib/libyaml/src/
H A Dyaml_private.h400 * Stack and queue management.
436 #define QUEUE_INIT(context,queue,size) \
437 (((queue).start = yaml_malloc((size)*sizeof(*(queue).start))) ? \
438 ((queue).head = (queue).tail = (queue).start, \
439 (queue).end = (queue).start+(size), \
444 #define QUEUE_DEL(context,queue) \
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_rmlock.c142 struct rm_queue *queue; local
161 for (queue = pc->pc_rm_queue.rmq_next;
162 queue != &pc->pc_rm_queue; queue = queue->rmq_next) {
163 tracker = (struct rm_priotracker *)queue;
226 struct rm_queue *queue; local
231 for (queue = pc->pc_rm_queue.rmq_next; queue != &pc->pc_rm_queue;
232 queue
261 struct rm_queue *queue; local
834 struct rm_queue *queue; local
[all...]
H A Dsubr_turnstile.c33 * Implementation of turnstiles used to hold queue of threads blocked on
35 * implement their queues. Turnstiles differ from a sleep queue in that
36 * turnstile queue's are assigned to a lock held by an owning thread. Thus,
75 #include <sys/queue.h>
91 * number chosen because the sleep queue's use the same value for the
115 * the run queue.
245 * If lock holder is actually running or on the run queue
293 int queue; local
326 queue = td->td_tsqueue;
327 MPASS(queue
675 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) argument
765 turnstile_signal(struct turnstile *ts, int queue) argument
816 turnstile_broadcast(struct turnstile *ts, int queue) argument
998 turnstile_head(struct turnstile *ts, int queue) argument
1013 turnstile_empty(struct turnstile *ts, int queue) argument
1035 print_queue(struct threadqueue *queue, const char *header, const char *prefix) argument
[all...]
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dfs.h82 #define fasync_helper(fd, filp, on, queue) \
85 *(queue) = &(filp)->f_sigio; \
87 *(queue) = NULL; \
91 #define kill_fasync(queue, sig, pollstat) \
93 if (*(queue) != NULL) \
94 pgsigio(*(queue), (sig), 0); \
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp36 const char *queue,
47 if (queue)
48 m_queue = queue;
33 ThreadMemory(Process &process, lldb::tid_t tid, const char *name, const char *queue, lldb::addr_t register_data_addr) argument
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_stop.c17 #include <sys/queue.h>
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_atfork.c32 #include <sys/queue.h>
/freebsd-10.0-release/sbin/atm/atmconfig/
H A Datmconfig_device.h38 #include <sys/queue.h>
H A Dprivate.h33 #include <sys/queue.h>
/freebsd-10.0-release/sys/i386/include/
H A Dsf_buf.h33 #include <sys/queue.h>
/freebsd-10.0-release/sys/mips/cavium/octe/
H A Dcavium-ethernet.h52 int queue; /* PKO hardware queue for the port */ member in struct:__anon9921
91 * Free a work queue entry received in a intercept callback.
94 * Work queue entry to free
/freebsd-10.0-release/sys/net/
H A Draw_cb.h37 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.h37 #include <sys/queue.h>
70 * listed the queue. This guarantees that the "doentry()" routine
80 * after each scan of the queue, with the jobqueue set to null. This
85 #define SCQ_QORDER 0x0002 /* the order of jobs in the queue */
/freebsd-10.0-release/usr.sbin/makefs/ffs/
H A Dbuf.h44 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/nandsim/
H A Dnandsim_rcfile.h37 #include <sys/queue.h>

Completed in 367 milliseconds

1234567891011>>