Searched refs:dst_q (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | quota.c | 316 struct bch_memquota *dst_q, in __bch2_quota_transfer() argument 320 BUG_ON(v + dst_q->c[counter].v < v); in __bch2_quota_transfer() 323 dst_q->c[counter].v += v; in __bch2_quota_transfer() 332 struct bch_memquota *src_q[3], *dst_q[3]; in bch2_quota_transfer() local 343 dst_q[i] = genradix_ptr_alloc(&q->table, dst.q[i], GFP_KERNEL); in bch2_quota_transfer() 344 if (!src_q[i] || !dst_q[i]) in bch2_quota_transfer() 352 ret = bch2_quota_check_limit(c, i, dst_q[i], &msgs, Q_SPC, in bch2_quota_transfer() 353 dst_q[i]->c[Q_SPC].v + space, in bch2_quota_transfer() 358 ret = bch2_quota_check_limit(c, i, dst_q[i], &msgs, Q_INO, in bch2_quota_transfer() 359 dst_q[i]->c[Q_INO].v + 1, in bch2_quota_transfer() [all …]
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-mem2mem.c | 916 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data() local 921 dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll_for_data() 930 (!vb2_is_streaming(dst_q) || dst_q->error || in v4l2_m2m_poll_for_data() 931 (list_empty(&dst_q->queued_list) && !dst_q->last_buffer_dequeued))) in v4l2_m2m_poll_for_data() 939 spin_lock_irqsave(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data() 944 if (!list_empty(&dst_q->done_list) || dst_q->last_buffer_dequeued) in v4l2_m2m_poll_for_data() 946 spin_unlock_irqrestore(&dst_q->done_lock, flags); in v4l2_m2m_poll_for_data() 956 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll() local 968 poll_wait(file, &dst_q->done_wq, wait); in v4l2_m2m_poll()
|
/linux/include/linux/soc/ti/ |
H A D | knav_dma.h | 108 unsigned int dst_q; member
|
/linux/drivers/soc/ti/ |
H A D | knav_dma.c | 176 v |= cfg->u.rx.dst_q & CHAN_QNUM_MASK; in chan_start() 331 chan->cfg.u.rx.dst_q, in dma_debug_show_channels()
|