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

1234567

/freebsd-10-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-10-stable/usr.sbin/nscd/
H A Dsingletons.h37 int queue; member in struct:runtime_env
/freebsd-10-stable/tools/tools/aac/
H A Daac_checkq.c59 int fd, retval, queue; local
/freebsd-10-stable/tools/tools/mfi/
H A Dmfi_checkq.c56 int fd, retval, queue; local
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSystemRuntime.h269 PopulatePendingItemsForQueue(lldb_private::Queue *queue) argument
[all...]
/freebsd-10-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...]
H A Dcvmx-helper-rgmii.c359 int queue = cvmx_pko_get_base_queue(ipd_port) + i; local
472 int queue = cvmx_pko_get_base_queue(ipd_port) + i; local
H A Dcvmx-twsi.c80 wait_queue_head_t queue; member in struct:octeon_i2c
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_prio_q.h35 } queue; typedef in typeref:struct:Queue
[all...]
/freebsd-10-stable/tools/tools/fixwhite/
H A Dfixwhite.c35 static char *queue = NULL; variable
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestqueue.c32 static apr_queue_t *queue; variable
/freebsd-10-stable/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c56 item_queue_t queue; local
[all...]
/freebsd-10-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-10-stable/contrib/gcc/
H A Dtree-dump.h70 dump_queue_p queue; member in struct:dump_info
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h85 SetQueueID (lldb::queue_id_t queue) argument
H A DThreadMemory.cpp33 ThreadMemory(Process &process, lldb::tid_t tid, const char *name, const char *queue, lldb::addr_t register_data_addr) argument
/freebsd-10-stable/sys/mips/cavium/octe/
H A Dcavium-ethernet.h52 int queue; /* PKO hardware queue for the port */ member in struct:__anon10392
/freebsd-10-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-10-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-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c58 cl_qlist_t queue; member in struct:_cl_timer_prov
[all...]
/freebsd-10-stable/sys/dev/nxge/xgehal/
H A Dxge-queue.c52 __queue_consume(xge_queue_t *queue, int data_max_size, xge_queue_item_t *item) argument
147 xge_queue_t *queue = (xge_queue_t *)queueh; local
264 xge_queue_t *queue; local
301 xge_queue_t *queue = (xge_queue_t *)queueh; local
328 xge_queue_t *queue = (xge_queue_t *)queueh; local
399 xge_queue_t *queue = (xge_queue_t *)queueh; local
447 xge_queue_t* queue = (xge_queue_t*)qh; local
[all...]
/freebsd-10-stable/sys/dev/vxge/vxgehal/
H A Dvxge-queue.c59 __queue_consume(vxge_queue_t *queue, argument
170 vxge_queue_t *queue = (vxge_queue_t *) queueh; local
303 vxge_queue_t *queue; local
363 vxge_queue_t *queue = (vxge_queue_t *) queueh; local
405 vxge_queue_t *queue = (vxge_queue_t *) queueh; local
500 vxge_queue_t *queue = (vxge_queue_t *) queueh; local
540 vxge_queue_t *queue = (vxge_queue_t *) queueh; local
579 vxge_queue_t *queue = (vxge_queue_t *) queueh; local
[all...]
/freebsd-10-stable/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h153 STAILQ_HEAD(, ng_item) queue; /* actually items queue */ member in struct:ng_bt_itemq
[all...]
H A Dng_bt3c.h83 int32_t queue; /* queue index */ member in struct:__anon10615
H A Dng_ubt.h67 int32_t queue; /* queue index */ member in struct:__anon10835

Completed in 250 milliseconds

1234567