Home
last modified time | relevance | path

Searched refs:numa_node (Results 1 - 9 of 9) sorted by relevance

/third_party/libbpf/src/
H A Dbpf.h52 __u32 numa_node; member
H A Dlibbpf_internal.h303 __u32 numa_node; member
H A Dgen_loader.c467 attr.numa_node = map_attr->numa_node; in bpf_gen__map_create()
H A Dlibbpf.h965 LIBBPF_API int bpf_map__set_numa_node(struct bpf_map *map, __u32 numa_node);
H A Dbpf.c198 attr.numa_node = OPTS_GET(opts, numa_node, 0); in bpf_map_create()
H A Dlibbpf.c532 __u32 numa_node; member
2326 } else if (strcmp(name, "numa_node") == 0) {
2327 if (!get_map_field_int(map_name, btf, m, &map_def->numa_node))
2563 map->numa_node = def->numa_node;
2596 pr_debug("map '%s': found numa_node = %u.\n", map->name, def->numa_node);
5516 create_attr.numa_node = map->numa_node;
9990 return map->numa_node;
9993 bpf_map__set_numa_node(struct bpf_map *map, __u32 numa_node) global() argument
[all...]
H A Dlinker.c1549 if (main_def->numa_node != extra_def->numa_node) { in map_defs_match()
1550 reason = "numa_node"; in map_defs_match()
/third_party/ltp/include/lapi/
H A Dbpf.h192 uint32_t numa_node; /* numa node (effective only if member
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1385 __u32 numa_node; /* numa node (effective only if member

Completed in 47 milliseconds