Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/linux/net/xdp/
H A Dxsk_queue.h120 static inline void __xskq_cons_read_addr_unchecked(struct xsk_queue *q, u32 cached_cons, u64 *addr) in __xskq_cons_read_addr_unchecked()
128 static inline bool xskq_cons_read_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_read_addr_unchecked()
192 static inline bool xskq_has_descs(struct xsk_queue *q) in xskq_has_descs()
197 static inline bool xskq_cons_is_valid_desc(struct xsk_queue *q, in xskq_cons_is_valid_desc()
208 static inline bool xskq_cons_read_desc(struct xsk_queue *q, in xskq_cons_read_desc()
224 static inline void xskq_cons_release_n(struct xsk_queue *q, u32 cnt) in xskq_cons_release_n()
229 static inline void parse_desc(struct xsk_queue *q, struct xsk_buff_pool *pool, in parse_desc()
237 u32 xskq_cons_read_desc_batch(struct xsk_queue *q, struct xsk_buff_pool *pool, in xskq_cons_read_desc_batch()
279 static inline void __xskq_cons_release(struct xsk_queue *q) in __xskq_cons_release()
284 static inline void __xskq_cons_peek(struct xsk_queue *q) in __xskq_cons_peek()
[all …]
/linux/sound/core/seq/
H A Dseq_queue.c50 static int queue_list_add(struct snd_seq_queue *q) in queue_list_add() argument
68 struct snd_seq_queue *q; in queue_list_remove() local
90 struct snd_seq_queue *q; queue_new() local
121 queue_delete(struct snd_seq_queue * q) queue_delete() argument
162 struct snd_seq_queue *q; snd_seq_queue_alloc() local
181 struct snd_seq_queue *q; snd_seq_queue_delete() local
197 struct snd_seq_queue *q; queueptr() local
212 struct snd_seq_queue *q; snd_seq_queue_find_name() local
230 snd_seq_check_queue(struct snd_seq_queue * q,int atomic,int hop) snd_seq_check_queue() argument
289 struct snd_seq_queue *q; snd_seq_enqueue_event() local
340 check_access(struct snd_seq_queue * q,int client) check_access() argument
348 queue_access_lock(struct snd_seq_queue * q,int client) queue_access_lock() argument
360 queue_access_unlock(struct snd_seq_queue * q) queue_access_unlock() argument
369 struct snd_seq_queue *q = queueptr(queueid); snd_seq_queue_check_access() local
387 struct snd_seq_queue *q = queueptr(queueid); snd_seq_queue_set_owner() local
453 struct snd_seq_queue *q = queueptr(queueid); snd_seq_queue_timer_set_tempo() local
517 struct snd_seq_queue *q; snd_seq_queue_is_used() local
538 struct snd_seq_queue *q; snd_seq_queue_client_leave() local
571 struct snd_seq_queue *q; snd_seq_queue_remove_cells() local
592 queue_broadcast_event(struct snd_seq_queue * q,struct snd_seq_event * ev,int atomic,int hop) queue_broadcast_event() argument
615 snd_seq_queue_process_event(struct snd_seq_queue * q,struct snd_seq_event * ev,int atomic,int hop) snd_seq_queue_process_event() argument
670 struct snd_seq_queue *q; snd_seq_control_queue() local
700 struct snd_seq_queue *q; snd_seq_info_queues_read() local
[all...]
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c47 #define dprintk(q, level, fmt, arg...) \ argument
103 #define log_qop(q, op) \ argument
107 #define call_qop(q, op, args...) \ argument
118 #define call_void_qop(q, op, args...) \ argument
167 #define call_qop(q, op, args...) \ argument
170 #define call_void_qop(q, op, args...) \ argument
187 #define call_bufop(q, op, args...) \ argument
195 #define call_void_bufop(q, op, args...) \ argument
225 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local
380 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local
[all …]
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c56 static void *txq_end(const struct funeth_txq *q) in txq_end()
64 static unsigned int txq_to_end(const struct funeth_txq *q, void *p) in txq_to_end()
78 static struct fun_dataop_gl *fun_write_gl(const struct funeth_txq *q, in fun_write_gl()
107 static struct sk_buff *fun_tls_tx(struct sk_buff *skb, struct funeth_txq *q, in fun_tls_tx()
149 static unsigned int write_pkt_desc(struct sk_buff *skb, struct funeth_txq *q, in write_pkt_desc()
311 static unsigned int fun_txq_avail(const struct funeth_txq *q) in fun_txq_avail()
317 static void fun_tx_check_stop(struct funeth_txq *q) in fun_tx_check_stop()
338 static bool fun_txq_may_restart(struct funeth_txq *q) in fun_txq_may_restart()
347 struct funeth_txq *q = fp->txqs[qid]; in fun_start_xmit() local
385 static u16 txq_hw_head(const struct funeth_txq *q) in txq_hw_head()
[all …]
H A Dfuneth_rx.c50 static void cache_offer(struct funeth_rxq *q, const struct funeth_rxbuf *buf) in cache_offer()
67 static bool cache_get(struct funeth_rxq *q, struct funeth_rxbuf *rb) in cache_get()
98 static int funeth_alloc_page(struct funeth_rxq *q, struct funeth_rxbuf *rb, in funeth_alloc_page()
127 static void funeth_free_page(struct funeth_rxq *q, struct funeth_rxbuf *rb) in funeth_free_page()
141 static void *fun_run_xdp(struct funeth_rxq *q, skb_frag_t *frags, void *buf_va, in fun_run_xdp()
256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) in get_buf()
296 static int fun_gather_pkt(struct funeth_rxq *q, unsigned int tot_len, in fun_gather_pkt()
348 static void advance_cq(struct funeth_rxq *q) in advance_cq()
365 static void fun_handle_cqe_pkt(struct funeth_rxq *q, struct funeth_txq *xdp_q) in fun_handle_cqe_pkt()
479 static int fun_process_cqes(struct funeth_rxq *q, int budget) in fun_process_cqes()
[all …]
/linux/sound/core/seq/oss/
H A Dseq_oss_readq.c35 struct seq_oss_readq *q; in snd_seq_oss_readq_new() local
62 snd_seq_oss_readq_delete(struct seq_oss_readq * q) snd_seq_oss_readq_delete() argument
74 snd_seq_oss_readq_clear(struct seq_oss_readq * q) snd_seq_oss_readq_clear() argument
89 snd_seq_oss_readq_puts(struct seq_oss_readq * q,int dev,unsigned char * data,int len) snd_seq_oss_readq_puts() argument
123 snd_seq_oss_readq_sysex(struct seq_oss_readq * q,int dev,struct snd_seq_event * ev) snd_seq_oss_readq_sysex() argument
141 snd_seq_oss_readq_put_event(struct seq_oss_readq * q,union evrec * ev) snd_seq_oss_readq_put_event() argument
169 snd_seq_oss_readq_pick(struct seq_oss_readq * q,union evrec * rec) snd_seq_oss_readq_pick() argument
181 snd_seq_oss_readq_wait(struct seq_oss_readq * q) snd_seq_oss_readq_wait() argument
193 snd_seq_oss_readq_free(struct seq_oss_readq * q) snd_seq_oss_readq_free() argument
206 snd_seq_oss_readq_poll(struct seq_oss_readq * q,struct file * file,poll_table * wait) snd_seq_oss_readq_poll() argument
216 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq * q,unsigned long curt,int seq_mode) snd_seq_oss_readq_put_timestamp() argument
244 snd_seq_oss_readq_info_read(struct seq_oss_readq * q,struct snd_info_buffer * buf) snd_seq_oss_readq_info_read() argument
[all...]
H A Dseq_oss_writeq.c27 struct seq_oss_writeq *q; in snd_seq_oss_writeq_new() local
54 snd_seq_oss_writeq_delete(struct seq_oss_writeq * q) snd_seq_oss_writeq_delete() argument
67 snd_seq_oss_writeq_clear(struct seq_oss_writeq * q) snd_seq_oss_writeq_clear() argument
83 snd_seq_oss_writeq_sync(struct seq_oss_writeq * q) snd_seq_oss_writeq_sync() argument
123 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq * q,abstime_t time) snd_seq_oss_writeq_wakeup() argument
139 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq * q) snd_seq_oss_writeq_get_free_size() argument
152 snd_seq_oss_writeq_set_output(struct seq_oss_writeq * q,int val) snd_seq_oss_writeq_set_output() argument
[all...]
/linux/kernel/sched/
H A Dswait.c7 void __init_swait_queue_head(struct swait_queue_head *q, const char *name, in __init_swait_queue_head()
22 void swake_up_locked(struct swait_queue_head *q, int wake_flags) in swake_up_locked()
42 void swake_up_all_locked(struct swait_queue_head *q) in swake_up_all_locked()
48 void swake_up_one(struct swait_queue_head *q) in swake_up_one()
62 void swake_up_all(struct swait_queue_head *q) in swake_up_all()
85 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait()
92 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive()
103 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
126 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait()
133 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_queue.h95 static inline u32 queue_next_index(struct rxe_queue *q, int index) in queue_next_index()
100 static inline u32 queue_get_producer(const struct rxe_queue *q, in queue_get_producer()
127 static inline u32 queue_get_consumer(const struct rxe_queue *q, in queue_get_consumer()
154 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) in queue_empty()
162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full()
170 static inline u32 queue_count(const struct rxe_queue *q, in queue_count()
179 static inline void queue_advance_producer(struct rxe_queue *q, in queue_advance_producer()
215 static inline void queue_advance_consumer(struct rxe_queue *q, in queue_advance_consumer()
250 static inline void *queue_producer_addr(struct rxe_queue *q, in queue_producer_addr()
258 static inline void *queue_consumer_addr(struct rxe_queue *q, in queue_consumer_addr()
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Dpio.c24 static u16 generate_cookie(struct b43_pio_txqueue *q, in generate_cookie()
49 struct b43_pio_txqueue *q = NULL; in parse_cookie() local
126 struct b43_pio_txqueue *q; in b43_setup_pioqueue_tx() local
162 struct b43_pio_rxqueue *q; in b43_setup_pioqueue_rx() local
178 static void b43_pio_cancel_tx_packets(struct b43_pio_txqueue *q) in b43_pio_cancel_tx_packets()
192 static void b43_destroy_pioqueue_tx(struct b43_pio_txqueue *q, in b43_destroy_pioqueue_tx()
201 static void b43_destroy_pioqueue_rx(struct b43_pio_rxqueue *q, in b43_destroy_pioqueue_rx()
290 struct b43_pio_txqueue *q; in select_queue_by_priority() local
317 static u16 tx_write_2byte_queue(struct b43_pio_txqueue *q, in tx_write_2byte_queue()
352 struct b43_pio_txqueue *q = pack->queue; in pio_tx_frame_2byte_queue() local
[all …]
/linux/drivers/spi/
H A Dspi-fsl-qspi.c277 static inline int needs_swap_endian(struct fsl_qspi *q) in needs_swap_endian()
282 static inline int needs_4x_clock(struct fsl_qspi *q) in needs_4x_clock()
287 static inline int needs_fill_txfifo(struct fsl_qspi *q) in needs_fill_txfifo()
292 static inline int needs_wakeup_wait_mode(struct fsl_qspi *q) in needs_wakeup_wait_mode()
297 static inline int needs_amba_base_offset(struct fsl_qspi *q) in needs_amba_base_offset()
302 static inline int needs_tdh_setting(struct fsl_qspi *q) in needs_tdh_setting()
311 static inline u32 fsl_qspi_endian_xchg(struct fsl_qspi *q, u32 a) in fsl_qspi_endian_xchg()
323 static void qspi_writel(struct fsl_qspi *q, u32 val, void __iomem *addr) in qspi_writel()
331 static u32 qspi_readl(struct fsl_qspi *q, void __iomem *addr) in qspi_readl()
341 struct fsl_qspi *q = dev_id; in fsl_qspi_irq_handler() local
[all …]
/linux/drivers/accel/habanalabs/common/
H A Dhw_queue.c31 static inline int queue_free_slots(struct hl_hw_queue *q, u32 queue_len) in queue_free_slots()
44 struct hl_hw_queue *q; in hl_hw_queue_update_ci() local
83 void hl_hw_queue_submit_bd(struct hl_device *hdev, struct hl_hw_queue *q, in hl_hw_queue_submit_bd()
128 struct hl_hw_queue *q, int num_of_entries, in ext_queue_sanity_checks()
177 struct hl_hw_queue *q, in int_queue_sanity_checks()
211 static int hw_queue_sanity_checks(struct hl_device *hdev, struct hl_hw_queue *q, in hw_queue_sanity_checks()
242 struct hl_hw_queue *q = &hdev->kernel_queues[hw_queue_id]; in hl_hw_queue_send_cb_no_cmpl() local
282 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in ext_queue_schedule_job() local
347 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in int_queue_schedule_job() local
383 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in hw_queue_schedule_job() local
[all …]
/linux/net/sched/
H A Dsch_multiq.c32 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_classify() local
89 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_dequeue() local
120 struct multiq_sched_data *q = qdisc_priv(sch); multiq_peek() local
151 struct multiq_sched_data *q = qdisc_priv(sch); multiq_reset() local
162 struct multiq_sched_data *q = qdisc_priv(sch); multiq_destroy() local
174 struct multiq_sched_data *q = qdisc_priv(sch); multiq_tune() local
238 struct multiq_sched_data *q = qdisc_priv(sch); multiq_init() local
263 struct multiq_sched_data *q = qdisc_priv(sch); multiq_dump() local
283 struct multiq_sched_data *q = qdisc_priv(sch); multiq_graft() local
296 struct multiq_sched_data *q = qdisc_priv(sch); multiq_leaf() local
304 struct multiq_sched_data *q = qdisc_priv(sch); multiq_find() local
319 multiq_unbind(struct Qdisc * q,unsigned long cl) multiq_unbind() argument
326 struct multiq_sched_data *q = qdisc_priv(sch); multiq_dump_class() local
336 struct multiq_sched_data *q = qdisc_priv(sch); multiq_dump_class_stats() local
349 struct multiq_sched_data *q = qdisc_priv(sch); multiq_walk() local
364 struct multiq_sched_data *q = qdisc_priv(sch); multiq_tcf_block() local
[all...]
H A Dsch_red.c55 static inline int red_use_ecn(struct red_sched_data *q) in red_use_ecn()
60 static inline int red_use_harddrop(struct red_sched_data *q) in red_use_harddrop()
65 static int red_use_nodrop(struct red_sched_data *q) in red_use_nodrop()
74 struct red_sched_data *q = qdisc_priv(sch); in red_enqueue() local
155 struct red_sched_data *q = qdisc_priv(sch); in red_dequeue() local
172 struct red_sched_data *q = qdisc_priv(sch); in red_peek() local
180 struct red_sched_data *q = qdisc_priv(sch); in red_reset() local
188 struct red_sched_data *q = qdisc_priv(sch); in red_offload() local
217 struct red_sched_data *q = qdisc_priv(sch); in red_destroy() local
240 struct red_sched_data *q = qdisc_priv(sch); in __red_change() local
[all …]
H A Dsch_choke.c75 static unsigned int choke_len(const struct choke_sched_data *q) in choke_len()
81 static int use_ecn(const struct choke_sched_data *q) in use_ecn()
87 static int use_harddrop(const struct choke_sched_data *q) in use_harddrop()
93 static void choke_zap_head_holes(struct choke_sched_data *q) in choke_zap_head_holes()
103 static void choke_zap_tail_holes(struct choke_sched_data *q) in choke_zap_tail_holes()
116 struct choke_sched_data *q = qdisc_priv(sch); in choke_drop_by_idx() local
179 static struct sk_buff *choke_peek_random(const struct choke_sched_data *q, in choke_peek_random()
199 static bool choke_match_random(const struct choke_sched_data *q, in choke_match_random()
215 struct choke_sched_data *q = qdisc_priv(sch); in choke_enqueue() local
285 struct choke_sched_data *q = qdisc_priv(sch); in choke_dequeue() local
[all …]
H A Dsch_prio.c33 struct prio_sched_data *q = qdisc_priv(sch); in prio_classify() local
99 struct prio_sched_data *q = qdisc_priv(sch); in prio_peek() local
113 struct prio_sched_data *q = qdisc_priv(sch); in prio_dequeue() local
134 struct prio_sched_data *q = qdisc_priv(sch); in prio_reset() local
168 struct prio_sched_data *q = qdisc_priv(sch); in prio_destroy() local
179 struct prio_sched_data *q = qdisc_priv(sch); in prio_tune() local
232 struct prio_sched_data *q = qdisc_priv(sch); in prio_init() local
264 struct prio_sched_data *q = qdisc_priv(sch); in prio_dump() local
289 struct prio_sched_data *q = qdisc_priv(sch); in prio_graft() local
319 struct prio_sched_data *q = qdisc_priv(sch); in prio_leaf() local
[all …]
H A Dsch_dualpi2.c147 static u64 head_enqueue_time(struct Qdisc *q) in head_enqueue_time()
170 static ktime_t next_pi2_timeout(struct dualpi2_sched_data *q) in next_pi2_timeout()
185 static bool skb_apply_step(struct sk_buff *skb, struct dualpi2_sched_data *q) in skb_apply_step()
190 static bool dualpi2_mark(struct dualpi2_sched_data *q, struct sk_buff *skb) in dualpi2_mark()
199 static void dualpi2_reset_c_protection(struct dualpi2_sched_data *q) in dualpi2_reset_c_protection()
209 struct dualpi2_sched_data *q, u32 wc) in dualpi2_calculate_c_protection()
230 static bool dualpi2_classic_marking(struct dualpi2_sched_data *q, in dualpi2_classic_marking()
253 static bool dualpi2_scalable_marking(struct dualpi2_sched_data *q, in dualpi2_scalable_marking()
282 static bool must_drop(struct Qdisc *sch, struct dualpi2_sched_data *q, in must_drop()
341 static int dualpi2_skb_classify(struct dualpi2_sched_data *q, in dualpi2_skb_classify()
[all …]
H A Dsch_etf.c77 struct etf_sched_data *q = qdisc_priv(sch); in is_packet_valid() local
110 struct etf_sched_data *q = qdisc_priv(sch); in etf_peek_timesortedlist() local
122 struct etf_sched_data *q = qdisc_priv(sch); in reset_watchdog() local
165 struct etf_sched_data *q = qdisc_priv(sch); in etf_enqueue_timesortedlist() local
203 struct etf_sched_data *q = qdisc_priv(sch); in timesortedlist_drop() local
233 struct etf_sched_data *q = qdisc_priv(sch); in timesortedlist_remove() local
255 struct etf_sched_data *q = qdisc_priv(sch); in etf_dequeue_timesortedlist() local
297 struct etf_sched_data *q) in etf_disable_offload()
319 static int etf_enable_offload(struct net_device *dev, struct etf_sched_data *q, in etf_enable_offload()
346 struct etf_sched_data *q = qdisc_priv(sch); in etf_init() local
[all …]
H A Dsch_sfq.c143 static inline struct sfq_head *sfq_dep_head(struct sfq_sched_data *q, sfq_index val) in sfq_dep_head()
150 static unsigned int sfq_hash(const struct sfq_sched_data *q, in sfq_hash()
159 struct sfq_sched_data *q = qdisc_priv(sch); in sfq_classify() local
196 static inline void sfq_link(struct sfq_sched_data *q, sfq_index x) in sfq_link()
212 #define sfq_unlink(q, x, n, p) \ argument
221 static inline void sfq_dec(struct sfq_sched_data *q, sfq_index x) in sfq_dec()
234 static inline void sfq_inc(struct sfq_sched_data *q, sfq_index x) in sfq_inc()
288 struct sfq_sched_data *q = qdisc_priv(sch); in sfq_drop() local
325 static int sfq_prob_mark(const struct sfq_sched_data *q) in sfq_prob_mark()
331 static int sfq_hard_mark(const struct sfq_sched_data *q) in sfq_hard_mark()
[all …]
H A Dsch_qfq.c212 struct qfq_sched *q = qdisc_priv(sch); in qfq_find_class() local
262 static void qfq_init_agg(struct qfq_sched *q, struct qfq_aggregate *agg, in qfq_init_agg()
272 static struct qfq_aggregate *qfq_find_agg(struct qfq_sched *q, in qfq_find_agg()
286 static void qfq_update_agg(struct qfq_sched *q, struct qfq_aggregate *agg, in qfq_update_agg()
320 static void qfq_add_to_agg(struct qfq_sched *q, in qfq_add_to_agg()
337 static void qfq_destroy_agg(struct qfq_sched *q, struct qfq_aggregate *agg) in qfq_destroy_agg()
350 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class()
361 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg()
374 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg()
386 struct qfq_sched *q = qdisc_priv(sch); in qfq_change_agg() local
[all …]
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c30 static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell) in ionic_txq_post()
35 static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell) in ionic_rxq_post()
40 bool ionic_txq_poke_doorbell(struct ionic_queue *q) in ionic_txq_poke_doorbell()
72 bool ionic_rxq_poke_doorbell(struct ionic_queue *q) in ionic_rxq_poke_doorbell()
101 static inline struct ionic_txq_sg_elem *ionic_tx_sg_elems(struct ionic_queue *q) in ionic_tx_sg_elems()
110 struct ionic_queue *q) in q_to_ndq()
125 static void __ionic_rx_put_buf(struct ionic_queue *q, in __ionic_rx_put_buf()
139 static void ionic_rx_put_buf(struct ionic_queue *q, in ionic_rx_put_buf()
145 static void ionic_rx_put_buf_direct(struct ionic_queue *q, in ionic_rx_put_buf_direct()
151 static void ionic_rx_add_skb_frag(struct ionic_queue *q, in ionic_rx_add_skb_frag()
[all …]
/linux/drivers/scsi/arm/
H A Dqueue.c43 #define SET_MAGIC(q,m) ((q)->magic = (m)) argument
44 #define BAD_MAGIC(q,m) ((q)->magic != (m)) argument
46 #define SET_MAGIC(q,m) do { } while (0) argument
47 #define BAD_MAGIC(q,m) (0) argument
62 QE_t *q; in queue_initialise() local
111 QE_t *q; in __queue_add() local
140 QE_t *q; in __queue_remove() local
170 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude() local
219 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag() local
245 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target() local
[all …]
/linux/drivers/net/
H A Dtap.c82 struct tap_queue *q) in tap_enable_queue()
103 struct tap_queue *q) in tap_set_queue()
124 static int tap_disable_queue(struct tap_queue *q) in tap_disable_queue()
159 static void tap_put_queue(struct tap_queue *q) in tap_put_queue()
237 struct tap_queue *q, *tmp; in tap_del_queues() local
260 struct tap_queue *q; in tap_handle_frame() local
441 struct tap_queue *q = container_of(sk, struct tap_queue, sk); in tap_sock_destruct() local
450 struct tap_queue *q; in tap_open() local
515 struct tap_queue *q = file->private_data; in tap_release() local
522 struct tap_queue *q = file->private_data; in tap_poll() local
[all …]
/linux/drivers/s390/cio/
H A Dqdio_main.c116 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, in qdio_do_eqbs()
166 static int qdio_do_sqbs(struct qdio_q *q, unsigned char state, int start, in qdio_do_sqbs()
205 static inline int get_buf_states(struct qdio_q *q, unsigned int bufnr, in get_buf_states()
235 static inline int get_buf_state(struct qdio_q *q, unsigned int bufnr, in get_buf_state()
242 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states()
264 static inline int set_buf_state(struct qdio_q *q, int bufnr, in set_buf_state()
273 struct qdio_q *q; in qdio_init_buf_states() local
284 static inline int qdio_siga_sync(struct qdio_q *q, unsigned int output, in qdio_siga_sync()
305 static inline int qdio_sync_input_queue(struct qdio_q *q) in qdio_sync_input_queue()
310 static inline int qdio_sync_output_queue(struct qdio_q *q) in qdio_sync_output_queue()
[all …]
/linux/block/
H A Dblk-rq-qos.h61 static inline struct rq_qos *rq_qos_id(struct request_queue *q, in rq_qos_id()
72 static inline struct rq_qos *wbt_rq_qos(struct request_queue *q) in wbt_rq_qos()
77 static inline struct rq_qos *iolat_rq_qos(struct request_queue *q) in iolat_rq_qos()
113 static inline void rq_qos_cleanup(struct request_queue *q, struct bio *bio) in rq_qos_cleanup()
120 static inline void rq_qos_done(struct request_queue *q, struct request *rq) in rq_qos_done()
127 static inline void rq_qos_issue(struct request_queue *q, struct request *rq) in rq_qos_issue()
134 static inline void rq_qos_requeue(struct request_queue *q, struct request *rq) in rq_qos_requeue()
143 struct request_queue *q; in rq_qos_done_bio() local
163 static inline void rq_qos_throttle(struct request_queue *q, struct bio *bio) in rq_qos_throttle()
172 static inline void rq_qos_track(struct request_queue *q, struct request *rq, in rq_qos_track()
[all …]

12345678910>>...28