Home
last modified time | relevance | path

Searched refs:rb_map (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dringbuf.c192 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc() local
202 rb_map = bpf_map_area_alloc(sizeof(*rb_map), NUMA_NO_NODE); in ringbuf_map_alloc()
203 if (!rb_map) in ringbuf_map_alloc()
208 rb_map->rb = bpf_ringbuf_alloc(attr->max_entries, rb_map->map.numa_node); in ringbuf_map_alloc()
209 if (!rb_map->rb) { in ringbuf_map_alloc()
210 bpf_map_area_free(rb_map); in ringbuf_map_alloc()
214 return &rb_map->map; in ringbuf_map_alloc()
233 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free() local
236 bpf_ringbuf_free(rb_map->rb); in ringbuf_map_free()
237 bpf_map_area_free(rb_map); in ringbuf_map_free()
[all …]
/linux-6.15/drivers/edac/
H A Dxgene_edac.c52 struct regmap *rb_map; member
1471 if (!ctx->edac->rb_map) in xgene_edac_rb_report()
1481 if (regmap_read(ctx->edac->rb_map, RBCSR, &reg)) in xgene_edac_rb_report()
1487 if (regmap_read(ctx->edac->rb_map, RBEIR, &reg)) in xgene_edac_rb_report()
1506 if (regmap_write(ctx->edac->rb_map, RBEIR, 0)) in xgene_edac_rb_report()
1508 if (regmap_write(ctx->edac->rb_map, RBCSR, 0)) in xgene_edac_rb_report()
1898 edac->rb_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe()
1900 if (IS_ERR(edac->rb_map)) { in xgene_edac_probe()
1902 edac->rb_map = NULL; in xgene_edac_probe()
/linux-6.15/include/linux/
H A Dfsl_ifc.h804 __be32 rb_map; member