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

/linux-master/kernel/bpf/
H A Dringbuf.c188 struct bpf_ringbuf_map *rb_map; local
198 rb_map = bpf_map_area_alloc(sizeof(*rb_map), NUMA_NO_NODE);
199 if (!rb_map)
202 bpf_map_init_from_attr(&rb_map->map, attr);
204 rb_map->rb = bpf_ringbuf_alloc(attr->max_entries, rb_map->map.numa_node);
205 if (!rb_map->rb) {
206 bpf_map_area_free(rb_map);
210 return &rb_map
229 struct bpf_ringbuf_map *rb_map; local
260 struct bpf_ringbuf_map *rb_map; local
278 struct bpf_ringbuf_map *rb_map; local
313 struct bpf_ringbuf_map *rb_map; local
326 struct bpf_ringbuf_map *rb_map; local
453 struct bpf_ringbuf_map *rb_map; local
527 struct bpf_ringbuf_map *rb_map; local
582 struct bpf_ringbuf_map *rb_map; local
[all...]
/linux-master/drivers/edac/
H A Dxgene_edac.c51 struct regmap *rb_map; member in struct:xgene_edac
1471 if (!ctx->edac->rb_map)
1481 if (regmap_read(ctx->edac->rb_map, RBCSR, &reg))
1487 if (regmap_read(ctx->edac->rb_map, RBEIR, &reg))
1506 if (regmap_write(ctx->edac->rb_map, RBEIR, 0))
1508 if (regmap_write(ctx->edac->rb_map, RBCSR, 0))
1899 edac->rb_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node,
1901 if (IS_ERR(edac->rb_map)) {
1903 edac->rb_map = NULL;
/linux-master/include/linux/
H A Dfsl_ifc.h804 __be32 rb_map; member in struct:fsl_ifc_global

Completed in 139 milliseconds