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

123456789

/freebsd-current/usr.sbin/nscd/
H A Dsingletons.h35 int queue; member in struct:runtime_env
/freebsd-current/sys/crypto/ccp/
H A Dccp_lsb.c40 ccp_queue_decode_lsb_regions(struct ccp_softc *sc, uint64_t lsbmask, unsigned queue) argument
/freebsd-current/tools/tools/mfi/
H A Dmfi_checkq.c53 int fd, retval, queue; local
/freebsd-current/tools/tools/aac/
H A Daac_checkq.c56 int fd, retval, queue; local
/freebsd-current/contrib/ntp/include/
H A Dntp_prio_q.h35 } queue; typedef in typeref:struct:Queue
[all...]
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_event_queue.h54 struct pt_event queue[evb_max][evq_max]; member in struct:pt_event_queue
/freebsd-current/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-current/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-current/tools/tools/fixwhite/
H A Dfixwhite.c33 static char *queue = NULL; variable
/freebsd-current/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-current/sys/dev/vmware/vmci/
H A Dvmci_queue.h96 vmci_memcpy_to_queue_v_local(struct vmci_queue *queue, uint64_t queue_offset, const void *src, size_t src_offset, size_t size, int buf_type, bool can_block) argument
106 vmci_memcpy_from_queue_v_local(void *dest, size_t dest_offset, const struct vmci_queue *queue, uint64_t queue_offset, size_t size, int buf_type, bool can_block) argument
[all...]
/freebsd-current/sys/ofed/include/rdma/
H A Drdmavt_cq.h88 struct rvt_cq_wc *queue; member in struct:rvt_cq
/freebsd-current/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-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h252 PopulatePendingItemsForQueue(lldb_private::Queue *queue) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp217 queue; member in class:__anon897::UnexploredFirstPriorityQueue
273 queue; member in class:__anon898::UnexploredFirstPriorityLocationQueue
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_debugfs.c103 char *queue; member in struct:__anon511
/freebsd-current/sys/cam/
H A Dcam_sim.c100 cam_sim_alloc(sim_action_func sim_action, sim_poll_func sim_poll, const char *sim_name, void *softc, uint32_t unit, struct mtx *mtx, int max_dev_transactions, int max_tagged_dev_transactions, struct cam_devq *queue) argument
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp67 SmallVector<InputSection *, 0> queue; member in class:__anon1189::MarkLive
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp167 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue, argument
/freebsd-current/contrib/ofed/opensm/complib/
H A Dcl_timer.c58 cl_qlist_t queue; member in struct:_cl_timer_prov
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.c404 struct al_udma_q *queue; local
441 struct al_udma_q *queue; local
[all...]
/freebsd-current/contrib/dma/
H A Dspool.c75 newspoolf(struct queue *queue) argument
157 readqueuef(struct queue *queue, char *queuefn) argument
235 linkspool(struct queue *queue) argument
282 load_queue(struct queue *queue) argument
388 dropspool(struct queue *queue, struct qitem *keep) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c42 POOL_job *queue; member in struct:POOL_ctx_s
[all...]

Completed in 177 milliseconds

123456789