Searched refs:base_buf (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | veristat.c | 1604 char base_buf[1024] = {}, comp_buf[1024] = {}, diff_buf[1024] = {}; in output_comp_stats() local 1622 snprintf(base_buf, sizeof(base_buf), "%s", base_str); in output_comp_stats() 1624 snprintf(base_buf, sizeof(base_buf), "%s", comp_str); in output_comp_stats() 1626 snprintf(base_buf, sizeof(base_buf), "%s", base_str); in output_comp_stats() 1638 snprintf(base_buf, sizeof(base_buf), "%ld", base_val); in output_comp_stats() 1640 snprintf(base_buf, sizeof(base_buf), "%s", "N/A"); in output_comp_stats() 1664 len = strlen(base_buf); in output_comp_stats() 1680 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats() 1690 printf("%s%s", i == 0 ? "" : ",", base_buf); in output_comp_stats()
|
/Linux-v6.6/drivers/net/can/ |
D | grcan.c | 223 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()
|