Home
last modified time | relevance | path

Searched refs:total_data (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c378 u32 read_ptr, write_ptr_reg, write_ptr, total_data = 0; in eu_stall_data_buf_poll() local
396 total_data += buf_data_size(buf_size, read_ptr, write_ptr); in eu_stall_data_buf_poll()
397 if (num_data_rows(total_data) >= stream->wait_num_reports) in eu_stall_data_buf_poll()
/linux-6.15/drivers/usb/dwc2/
H A Dcore.h129 unsigned long total_data; member
H A Ddebugfs.c257 seq_printf(seq, "total_data=%ld\n", ep->total_data); in ep_show()
H A Dgadget.c647 hs_ep->total_data += to_write; in dwc2_hsotg_write_fifo()
2303 hs_ep->total_data += to_read; in dwc2_hsotg_rx_data()
/linux-6.15/fs/gfs2/
H A Drgrp.c843 u64 total_data = 0; in gfs2_ri_total() local
858 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data); in gfs2_ri_total()
860 return total_data; in gfs2_ri_total()