Home
last modified time | relevance | path

Searched refs:copy_data (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/most/
H A Dmost_snd.c181 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data() function
245 period_elapsed = copy_data(channel, mbo); in playback_thread()
675 period_elapsed = copy_data(channel, mbo); in audio_rx_completion()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_comp.c360 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_read()
382 ret = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, in do_atomic()
H A Drxe_mr.c335 int copy_data( in copy_data() function
H A Drxe_req.c517 err = copy_data(qp->pd, 0, &wqe->dma, in finish_packet()
H A Drxe_resp.c570 err = copy_data(qp->pd, IB_ACCESS_LOCAL_WRITE, &qp->resp.wqe->dma, in send_data_in()
/linux/kernel/printk/
H A Dprintk_ringbuffer.c1873 static bool copy_data(struct prb_data_ring *data_ring, in copy_data() function
1993 if (!copy_data(&rb->text_data_ring, &desc.text_blk_lpos, info->text_len, in prb_read()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_send.c517 bool copy_data) in mlx5dr_send_fill_and_append_ste_send_info() argument
523 if (copy_data) { in mlx5dr_send_fill_and_append_ste_send_info()
H A Ddr_types.h212 bool copy_data);
/linux/fs/btrfs/
H A Dsend.c4947 bool copy_data; member
4959 if (ctx->copy_data) { in __find_xattr()
4983 ctx.copy_data = (data != NULL); in find_xattr()