Searched defs:queue (Results 1 - 25 of 190) sorted by relevance

12345678

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_queue.h113 APU_DECLARE(unsigned int) apr_queue_size(apr_queue_t *queue); variable
120 APU_DECLARE(apr_status_t) apr_queue_interrupt_all(apr_queue_t *queue); variable
128 APU_DECLARE(apr_status_t) apr_queue_term(apr_queue_t *queue); variable
[all...]
/freebsd-11-stable/usr.sbin/nscd/
H A Dsingletons.h37 int queue; member in struct:runtime_env
/freebsd-11-stable/tools/tools/mfi/
H A Dmfi_checkq.c56 int fd, retval, queue; local
/freebsd-11-stable/tools/tools/aac/
H A Daac_checkq.c59 int fd, retval, queue; local
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_prio_q.h35 } queue; typedef in typeref:struct:Queue
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c56 item_queue_t queue; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-zip.c96 int cvmx_zip_queue_initialize(int queue, int zcoremask) argument
183 cvmx_zip_queue_shutdown(int queue) argument
225 cvmx_zip_queue_submit(cvmx_zip_command_t *command, int queue) argument
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c41 int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size) argument
61 vchiu_queue_delete(VCHIU_QUEUE_T *queue) argument
67 vchiu_queue_is_empty(VCHIU_QUEUE_T *queue) argument
72 vchiu_queue_is_full(VCHIU_QUEUE_T *queue) argument
77 vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header) argument
107 vchiu_queue_peek(VCHIU_QUEUE_T *queue) argument
126 vchiu_queue_pop(VCHIU_QUEUE_T *queue) argument
[all...]
/freebsd-11-stable/tools/tools/fixwhite/
H A Dfixwhite.c35 static char *queue = NULL; variable
/freebsd-11-stable/sys/contrib/ck/include/spinlock/
H A Dmcs.h48 ck_spinlock_mcs_init(struct ck_spinlock_mcs **queue) argument
57 ck_spinlock_mcs_trylock(struct ck_spinlock_mcs **queue, argument
72 ck_spinlock_mcs_locked(struct ck_spinlock_mcs **queue) argument
82 ck_spinlock_mcs_lock(struct ck_spinlock_mcs **queue, argument
116 ck_spinlock_mcs_unlock(struct ck_spinlock_mcs **queue, struct ck_spinlock_mcs *node) argument
[all...]
H A Dclh.h57 ck_spinlock_clh_locked(struct ck_spinlock_clh **queue) argument
69 ck_spinlock_clh_lock(struct ck_spinlock_clh **queue, struct ck_spinlock_clh *thread) argument
H A Dhclh.h62 ck_spinlock_hclh_locked(struct ck_spinlock_hclh **queue) argument
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_queue.c87 apr_queue_t *queue = data; local
106 apr_queue_t *queue; local
251 apr_queue_size(apr_queue_t *queue) argument
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestqueue.c32 static apr_queue_t *queue; variable
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_cq.h90 struct rvt_cq_wc *queue; member in struct:rvt_cq
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp29 ThreadMemory(Process &process, lldb::tid_t tid, llvm::StringRef name, llvm::StringRef queue, lldb::addr_t register_data_addr) argument
/freebsd-11-stable/contrib/gcc/
H A Dtree-dump.h70 dump_queue_p queue; member in struct:dump_info
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dcavium-ethernet.h54 int queue; /* PKO hardware queue for the port */ member in struct:__anon12172
/freebsd-11-stable/sys/cam/
H A Dcam_sim.c65 cam_sim_alloc(sim_action_func sim_action, sim_poll_func sim_poll, const char *sim_name, void *softc, u_int32_t unit, struct mtx *mtx, int max_dev_transactions, int max_tagged_dev_transactions, struct cam_devq *queue) argument
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_barrier_combining.c39 ck_barrier_combining_queue_dequeue(struct ck_barrier_combining_queue *queue) argument
76 ck_barrier_combining_queue_enqueue(struct ck_barrier_combining_queue *queue, argument
99 struct ck_barrier_combining_queue queue; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h251 PopulatePendingItemsForQueue(lldb_private::Queue *queue) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp223 queue; member in class:__anon906::UnexploredFirstPriorityQueue
285 queue; member in class:__anon907::UnexploredFirstPriorityLocationQueue
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp168 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue, argument
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_queue.h95 class queue class
135 queue(const _Sequence& __c = _Sequence()) : c(__c) {} function in class:queue
239 operator ==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
257 operator <(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
263 operator !=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
269 operator >(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
275 operator <=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
281 operator >=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
[all...]
/freebsd-11-stable/contrib/dma/
H A Dspool.c72 newspoolf(struct queue *queue) argument
154 readqueuef(struct queue *queue, char *queuefn) argument
232 linkspool(struct queue *queue) argument
279 load_queue(struct queue *queue) argument
385 dropspool(struct queue *queue, struct qitem *keep) argument
[all...]

Completed in 373 milliseconds

12345678