Home
last modified time | relevance | path

Searched refs:base_buf (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c2288 char base_buf[1024] = {}, comp_buf[1024] = {}, diff_buf[1024] = {}; in output_comp_stats() local
2306 snprintf(base_buf, sizeof(base_buf), "%s", base_str); in output_comp_stats()
2308 snprintf(base_buf, sizeof(base_buf), "%s", comp_str); in output_comp_stats()
2310 snprintf(base_buf, sizeof(base_buf), "%s", base_str); in output_comp_stats()
2322 snprintf(base_buf, sizeof(base_buf), "%ld", base_val); in output_comp_stats()
2324 snprintf(base_buf, sizeof(base_buf), "%s", "N/A"); in output_comp_stats()
2348 len = strlen(base_buf); in output_comp_stats()
2364 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats()
2374 printf("%s%s", i == 0 ? "" : ",", base_buf); in output_comp_stats()
/linux-6.15/drivers/net/can/
H A Dgrcan.c223 void *base_buf; member
928 dma_free_coherent(priv->ofdev_dev, dma->base_size, dma->base_buf, in grcan_free_dma_buffers()
953 dma->base_buf = dma_alloc_coherent(priv->ofdev_dev, in grcan_allocate_dma_buffers()
958 if (!dma->base_buf) in grcan_allocate_dma_buffers()
968 large->buf = dma->base_buf + shift; in grcan_allocate_dma_buffers()