Home
last modified time | relevance | path

Searched refs:n_read (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/perf/
H A Dvpa-dtl.c194 long n_read = 0, read_size = 0; in vpa_dtl_dump_sample_data() local
239 n_read += 1; in vpa_dtl_dump_sample_data()
247 n_read += read_size; in vpa_dtl_dump_sample_data()
250 size = (n_read * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
257 aux_buf->head_size += (n_read * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
258 perf_aux_output_end(&vpa_ctx->handle, n_read * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
267 size = ((n_req + n_read) * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
274 aux_buf->head_size += ((n_req + n_read) * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
276 perf_aux_output_end(&vpa_ctx->handle, (n_req + n_read) * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
/linux/drivers/usb/host/
H A Dxhci-dbgtty.c145 n = port->n_read; in dbc_rx_push_buffer()
155 port->n_read += count; in dbc_rx_push_buffer()
159 port->n_read = 0; in dbc_rx_push_buffer()
476 port->n_read = 0; in xhci_dbc_tty_init_port()
/linux/drivers/usb/gadget/function/
H A Du_serial.c119 unsigned n_read; member
409 n = port->n_read; in gs_rx_push()
422 port->n_read += count; in gs_rx_push()
427 port->n_read = 0; in gs_rx_push()
570 port->n_read = 0; in gs_start_io()
/linux/drivers/spi/
H A Dspi-topcliff-pch.c266 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local
287 n_read = PCH_READABLE(reg_spsr_val); in pch_spi_handler_sub()
289 for (read_cnt = 0; (read_cnt < n_read); read_cnt++) { in pch_spi_handler_sub()