/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_util.c | 41 int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size) in vchiu_queue_init() 61 void vchiu_queue_delete(VCHIU_QUEUE_T *queue) in vchiu_queue_delete() 67 int vchiu_queue_is_empty(VCHIU_QUEUE_T *queue) in vchiu_queue_is_empty() 72 int vchiu_queue_is_full(VCHIU_QUEUE_T *queue) in vchiu_queue_is_full() 77 void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header) in vchiu_queue_push() 107 VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue) in vchiu_queue_peek() 126 VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue) in vchiu_queue_pop()
|
/freebsd/sys/kern/ |
H A D | subr_taskqueue.c | 107 _timeout_task_init(struct taskqueue *queue, struct timeout_task *timeout_task, in _timeout_task_init() 127 task_get_busy(struct taskqueue *queue, struct task *task) in task_get_busy() 144 struct taskqueue *queue; in _taskqueue_create() local 186 taskqueue_set_callback(struct taskqueue *queue, in taskqueue_set_callback() 216 taskqueue_free(struct taskqueue *queue) in taskqueue_free() 231 taskqueue_enqueue_locked(struct taskqueue *queue, struct task *task, int flags) in taskqueue_enqueue_locked() 304 taskqueue_enqueue_flags(struct taskqueue *queue, struct task *task, int flags) in taskqueue_enqueue_flags() 316 taskqueue_enqueue(struct taskqueue *queue, struct task *task) in taskqueue_enqueue() 324 struct taskqueue *queue; in taskqueue_timeout_func() local 337 taskqueue_enqueue_timeout_sbt(struct taskqueue *queue, in taskqueue_enqueue_timeout_sbt() [all …]
|
H A D | subr_gtaskqueue.c | 127 struct gtaskqueue *queue; in _gtaskqueue_create() local 170 gtaskqueue_free(struct gtaskqueue *queue) in gtaskqueue_free() 190 struct gtaskqueue *queue = grouptask->gt_taskqueue; in grouptask_block() local 208 struct gtaskqueue *queue = grouptask->gt_taskqueue; in grouptask_unblock() local 223 grouptaskqueue_enqueue(struct gtaskqueue *queue, struct gtask *gtask) in grouptaskqueue_enqueue() 259 gtaskqueue_drain_tq_queue(struct gtaskqueue *queue) in gtaskqueue_drain_tq_queue() 292 gtaskqueue_drain_tq_active(struct gtaskqueue *queue) in gtaskqueue_drain_tq_active() 320 gtaskqueue_block(struct gtaskqueue *queue) in gtaskqueue_block() 329 gtaskqueue_unblock(struct gtaskqueue *queue) in gtaskqueue_unblock() 340 gtaskqueue_run_locked(struct gtaskqueue *queue) in gtaskqueue_run_locked() [all …]
|
H A D | subr_turnstile.c | 316 int queue; in turnstile_adjust_thread() local 739 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) in turnstile_wait() 828 turnstile_signal(struct turnstile *ts, int queue) in turnstile_signal() 879 turnstile_broadcast(struct turnstile *ts, int queue) in turnstile_broadcast() 1067 turnstile_head(struct turnstile *ts, int queue) in turnstile_head() 1082 turnstile_empty(struct turnstile *ts, int queue) in turnstile_empty() 1103 print_queue(struct threadqueue *queue, const char *header, const char *prefix) in print_queue()
|
/freebsd/sys/contrib/ck/include/spinlock/ |
H A D | mcs.h | 48 ck_spinlock_mcs_init(struct ck_spinlock_mcs **queue) in ck_spinlock_mcs_init() 57 ck_spinlock_mcs_trylock(struct ck_spinlock_mcs **queue, in ck_spinlock_mcs_trylock() 72 ck_spinlock_mcs_locked(struct ck_spinlock_mcs **queue) in ck_spinlock_mcs_locked() 82 ck_spinlock_mcs_lock(struct ck_spinlock_mcs **queue, in ck_spinlock_mcs_lock() 116 ck_spinlock_mcs_unlock(struct ck_spinlock_mcs **queue, in ck_spinlock_mcs_unlock()
|
H A D | clh.h | 57 ck_spinlock_clh_locked(struct ck_spinlock_clh **queue) in ck_spinlock_clh_locked() 69 ck_spinlock_clh_lock(struct ck_spinlock_clh **queue, struct ck_spinlock_clh *thread) in ck_spinlock_clh_lock()
|
/freebsd/contrib/dma/ |
H A D | dma.c | 99 set_from(struct queue *queue, const char *osender) in set_from() 157 do_alias(struct queue *queue, const char *addr) in do_alias() 177 add_recp(struct queue *queue, const char *str, int expand) in add_recp() 244 go_background(struct queue *queue) in go_background() 376 run_queue(struct queue *queue) in run_queue() 389 show_queue(struct queue *queue) in show_queue() 426 struct queue queue; in main() local
|
H A D | spool.c | 75 newspoolf(struct queue *queue) in newspoolf() 157 readqueuef(struct queue *queue, char *queuefn) in readqueuef() 235 linkspool(struct queue *queue) in linkspool() 282 load_queue(struct queue *queue) in load_queue() 388 dropspool(struct queue *queue, struct qitem *keep) in dropspool()
|
H A D | dma.h | 122 struct queue { struct 123 struct queueh queue; member 124 char *id; 125 FILE *mailf; 126 char *tmpf; 127 const char *sender;
|
H A D | mail.c | 168 parse_addrs(struct parse_state *ps, char *s, struct queue *queue) in parse_addrs() 350 writeline(struct queue *queue, const char *line, ssize_t linelen) in writeline() 376 readmail(struct queue *queue, int nodot, int recp_from_header) in readmail()
|
/freebsd/sys/netinet/ |
H A D | tcp_pcap.c | 264 tcp_pcap_add(struct tcphdr *th, struct mbuf *m, struct mbufq *queue) in tcp_pcap_add() 426 tcp_pcap_drain(struct mbufq *queue) in tcp_pcap_drain() 441 tcp_pcap_set_sock_max(struct mbufq *queue, int newval) in tcp_pcap_set_sock_max() 449 tcp_pcap_get_sock_max(struct mbufq *queue) in tcp_pcap_get_sock_max()
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_kernel_if.c | 513 struct vmci_queue *queue; in vmci_alloc_queue() local 571 struct vmci_queue *queue = q; vmci_free_queue() local 817 __vmci_memcpy_to_queue(struct vmci_queue * queue,uint64_t queue_offset,const void * src,size_t size,bool is_iovec) __vmci_memcpy_to_queue() argument 874 __vmci_memcpy_from_queue(void * dest,const struct vmci_queue * queue,uint64_t queue_offset,size_t size,bool is_iovec) __vmci_memcpy_from_queue() argument 931 vmci_memcpy_to_queue(struct vmci_queue * queue,uint64_t queue_offset,const void * src,size_t src_offset,size_t size,int buf_type,bool can_block) vmci_memcpy_to_queue() argument 960 vmci_memcpy_from_queue(void * dest,size_t dest_offset,const struct vmci_queue * queue,uint64_t queue_offset,size_t size,int buf_type,bool can_block) vmci_memcpy_from_queue() argument 988 vmci_memcpy_to_queue_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) vmci_memcpy_to_queue_local() argument 1017 vmci_memcpy_from_queue_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) vmci_memcpy_from_queue_local() argument 1043 vmci_memcpy_to_queue_v(struct vmci_queue * queue,uint64_t queue_offset,const void * src,size_t src_offset,size_t size,int buf_type,bool can_block) vmci_memcpy_to_queue_v() argument 1076 vmci_memcpy_from_queue_v(void * dest,size_t dest_offset,const struct vmci_queue * queue,uint64_t queue_offset,size_t size,int buf_type,bool can_block) vmci_memcpy_from_queue_v() argument [all...] |
H A D | vmci_queue.h | 96 vmci_memcpy_to_queue_v_local(struct vmci_queue *queue, uint64_t queue_offset, in vmci_memcpy_to_queue_v_local() 107 const struct vmci_queue *queue, uint64_t queue_offset, size_t size, in vmci_memcpy_from_queue_v_local()
|
/freebsd/sys/cam/ |
H A D | cam_queue.c | 77 camq_fini(struct camq *queue) in camq_fini() 85 camq_resize(struct camq *queue, int new_size) in camq_resize() 119 camq_insert(struct camq *queue, cam_pinfo *new_entry) in camq_insert() 139 camq_remove(struct camq *queue, int index) in camq_remove() 166 camq_change_priority(struct camq *queue, int index, uint32_t new_priority) in camq_change_priority()
|
H A D | cam_queue.h | 61 struct camq queue; member 160 struct camq *queue = &ccbq->queue; in cam_ccbq_insert_ccb() local 187 struct camq *queue = &ccbq->queue; in cam_ccbq_remove_ccb() local
|
/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 135 sane_queue(const char *queue) in sane_queue() 242 parse_queue(const char *queue) in parse_queue() 253 parse_single_queue(const char *queue) in parse_single_queue() 425 create(const char *queue, struct Creation q_creation) in create() 522 rm(const char *queue) in rm() 558 info(const char *queue) in info() 615 recv(const char *queue) in recv() 661 send(const char *queue, const char *text, unsigned q_priority) in send() 832 const char *queue = itq->text; in main() local 850 const char *queue = itq->text; in main() local [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_barrier_combining.c | 39 ck_barrier_combining_queue_dequeue(struct ck_barrier_combining_queue *queue) in ck_barrier_combining_queue_dequeue() 76 ck_barrier_combining_queue_enqueue(struct ck_barrier_combining_queue *queue, in ck_barrier_combining_queue_enqueue() 99 struct ck_barrier_combining_queue queue; in ck_barrier_combining_group_init() local
|
/freebsd/tools/tools/net80211/w00t/expand/ |
H A D | expand.c | 49 struct queue { struct 55 struct queue *next; argument
|
/freebsd/sys/dev/mana/ |
H A D | gdma_main.c | 341 struct gdma_queue *queue) in mana_gd_create_hw_eq() 377 int mana_gd_disable_queue(struct gdma_queue *queue) in mana_gd_disable_queue() 471 mana_gd_wq_ring_doorbell(struct gdma_context *gc, struct gdma_queue *queue) in mana_gd_wq_ring_doorbell() 629 mana_gd_register_irq(struct gdma_queue *queue, in mana_gd_register_irq() 684 mana_gd_deregiser_irq(struct gdma_queue *queue) in mana_gd_deregiser_irq() 769 struct gdma_queue *queue) in mana_gd_destroy_eq() 788 bool create_hwq, struct gdma_queue *queue) in mana_gd_create_eq() 836 struct gdma_queue *queue) in mana_gd_create_cq() 848 struct gdma_queue *queue) in mana_gd_destroy_cq() 867 struct gdma_queue *queue; in mana_gd_create_hwc_queue() local [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rxmq.c | 18 int queue, struct ieee80211_sta *sta) in iwl_mvm_check_pn() argument 241 struct sk_buff *skb, int queue, in iwl_mvm_pass_packet_to_mac80211() argument 369 iwl_mvm_rx_crypto(struct iwl_mvm * mvm,struct ieee80211_sta * sta,struct ieee80211_hdr * hdr,struct ieee80211_rx_status * stats,u16 phy_info,struct iwl_rx_mpdu_desc * desc,u32 pkt_flags,int queue,u8 * crypt_len) iwl_mvm_rx_crypto() argument 506 iwl_mvm_is_dup(struct ieee80211_sta * sta,int queue,struct ieee80211_rx_status * rx_status,struct ieee80211_hdr * hdr,struct iwl_rx_mpdu_desc * desc) iwl_mvm_is_dup() argument 748 iwl_mvm_del_ba(struct iwl_mvm * mvm,int queue,struct iwl_mvm_delba_data * data) iwl_mvm_del_ba() argument 789 iwl_mvm_release_frames_from_notif(struct iwl_mvm * mvm,struct napi_struct * napi,u8 baid,u16 nssn,int queue,u32 flags) iwl_mvm_release_frames_from_notif() argument 831 iwl_mvm_nssn_sync(struct iwl_mvm * mvm,struct napi_struct * napi,int queue,const struct iwl_mvm_nssn_sync_data * data) iwl_mvm_nssn_sync() argument 840 iwl_mvm_rx_queue_notif(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_queue_notif() argument 897 iwl_mvm_oldsn_workaround(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,struct iwl_mvm_reorder_buffer * buffer,u32 reorder,u32 gp2,int queue) iwl_mvm_oldsn_workaround() argument 949 iwl_mvm_reorder(struct iwl_mvm * mvm,struct napi_struct * napi,int queue,struct ieee80211_sta * sta,struct sk_buff * skb,struct iwl_rx_mpdu_desc * desc) iwl_mvm_reorder() argument 1370 iwl_mvm_decode_he_phy_data(struct iwl_mvm * mvm,struct iwl_mvm_rx_phy_data * phy_data,struct ieee80211_radiotap_he * he,struct ieee80211_radiotap_he_mu * he_mu,struct ieee80211_rx_status * rx_status,int queue) iwl_mvm_decode_he_phy_data() argument 1891 iwl_mvm_rx_eht(struct iwl_mvm * mvm,struct sk_buff * skb,struct iwl_mvm_rx_phy_data * phy_data,int queue) iwl_mvm_rx_eht() argument 2034 iwl_mvm_rx_he(struct iwl_mvm * mvm,struct sk_buff * skb,struct iwl_mvm_rx_phy_data * phy_data,int queue) iwl_mvm_rx_he() argument 2229 iwl_mvm_rx_fill_status(struct iwl_mvm * mvm,struct sk_buff * skb,struct iwl_mvm_rx_phy_data * phy_data,int queue) iwl_mvm_rx_fill_status() argument 2338 iwl_mvm_rx_mpdu_mq(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_mpdu_mq() argument 2652 iwl_mvm_rx_monitor_no_data(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_monitor_no_data() argument 2779 iwl_mvm_rx_frame_release(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_frame_release() argument 2793 iwl_mvm_rx_bar_frame_release(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_bar_frame_release() argument [all...] |
H A D | sta.c | 306 static int iwl_mvm_invalidate_sta_queue(struct iwl_mvm *mvm, int queue, in iwl_mvm_invalidate_sta_queue() argument 357 int queue = *queueptr; in iwl_mvm_disable_txq() local 447 iwl_mvm_get_queue_agg_tids(struct iwl_mvm * mvm,int queue) iwl_mvm_get_queue_agg_tids() argument 487 iwl_mvm_remove_sta_queue_marking(struct iwl_mvm * mvm,int queue) iwl_mvm_remove_sta_queue_marking() argument 550 iwl_mvm_free_inactive_queue(struct iwl_mvm * mvm,int queue,struct ieee80211_sta * old_sta,u8 new_sta_id) iwl_mvm_free_inactive_queue() argument 600 int queue = 0; iwl_mvm_get_shared_queue() local 666 iwl_mvm_reconfig_scd(struct iwl_mvm * mvm,int queue,int fifo,int sta_id,int tid,int frame_limit,u16 ssn) iwl_mvm_reconfig_scd() argument 704 iwl_mvm_redirect_queue(struct iwl_mvm * mvm,int queue,int tid,int ac,int ssn,unsigned int wdg_timeout,bool force,struct iwl_mvm_txq * txq) iwl_mvm_redirect_queue() argument 852 int queue, size; iwl_mvm_tvqm_enable_txq() local 921 int queue = -1; iwl_mvm_sta_alloc_queue_tvqm() local 948 iwl_mvm_update_txq_mapping(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int queue,u8 sta_id,u8 tid) iwl_mvm_update_txq_mapping() argument 991 iwl_mvm_enable_txq(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int queue,u16 ssn,const struct iwl_trans_txq_scd_cfg * cfg,unsigned int wdg_timeout) iwl_mvm_enable_txq() argument 1025 iwl_mvm_change_queue_tid(struct iwl_mvm * mvm,int queue) iwl_mvm_change_queue_tid() argument 1062 iwl_mvm_unshare_queue(struct iwl_mvm * mvm,int queue) iwl_mvm_unshare_queue() argument 1149 iwl_mvm_remove_inactive_tids(struct iwl_mvm * mvm,struct iwl_mvm_sta * mvmsta,int queue,unsigned long tid_bitmap,unsigned long * unshare_queues,unsigned long * changetid_queues) iwl_mvm_remove_inactive_tids() argument 1351 int queue = -1; iwl_mvm_sta_alloc_queue() local 1565 int queue; iwl_mvm_reserve_sta_stream() local 2174 iwl_mvm_enable_aux_snif_queue(struct iwl_mvm * mvm,u16 queue,u8 sta_id,u8 fifo) iwl_mvm_enable_aux_snif_queue() argument 2206 iwl_mvm_add_int_sta_with_queue(struct iwl_mvm * mvm,int macidx,int maccolor,u8 * addr,struct iwl_mvm_int_sta * sta,u16 * queue,int fifo) iwl_mvm_add_int_sta_with_queue() argument 2339 int queue; iwl_mvm_send_add_bcast_sta() local 2415 u16 *queueptr, queue; iwl_mvm_free_bcast_sta_queues() local 2592 int queue = iwl_mvm_tvqm_enable_txq(mvm, NULL, msta->sta_id, iwl_mvm_add_mcast_sta() local 3026 iwl_mvm_sta_tx_agg(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,u8 queue,bool start) iwl_mvm_sta_tx_agg() argument 3208 int queue, ret; iwl_mvm_sta_tx_agg_oper() local 4318 u16 queue; iwl_mvm_add_pasn_sta() local [all...] |
/freebsd/tools/tools/net80211/w00t/redir/ |
H A D | redir.c | 50 struct queue { struct 57 struct queue *next; argument
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_fence.c | 48 struct vmm_fence *queue; in vmm_fence_dequeue() local 71 struct vmm_fence *queue; in vmm_fence_enqueue() local
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 481 struct enetc_tx_queue *queue; in enetc_tx_queues_alloc() local 512 struct enetc_rx_queue *queue; in enetc_rx_queues_alloc() local 648 struct enetc_ctrl_queue *queue; in enetc_ctrl_send() local 723 struct enetc_ctrl_queue *queue = &sc->ctrl_queue; in enetc_init_ctrl() local 741 struct enetc_tx_queue *queue; in enetc_init_tx() local 771 struct enetc_rx_queue *queue; in enetc_init_rx() local 1094 struct enetc_tx_queue *queue; in enetc_isc_txd_encap() local 1161 struct enetc_tx_queue *queue; in enetc_isc_txd_credits_update() local 1197 struct enetc_rx_queue *queue; in enetc_isc_rxd_available() local 1229 struct enetc_rx_queue *queue; in enetc_isc_rxd_pkt_get() local [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-op-mode.h | 145 iwl_op_mode_rx_rss(struct iwl_op_mode * op_mode,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,unsigned int queue) iwl_op_mode_rx_rss() argument 158 iwl_op_mode_queue_full(struct iwl_op_mode * op_mode,int queue) iwl_op_mode_queue_full() argument 164 iwl_op_mode_queue_not_full(struct iwl_op_mode * op_mode,int queue) iwl_op_mode_queue_not_full() argument [all...] |