Searched refs:numa_node (Results 1 - 9 of 9) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf.h | 52 __u32 numa_node; member
|
H A D | libbpf_internal.h | 303 __u32 numa_node; member
|
H A D | gen_loader.c | 467 attr.numa_node = map_attr->numa_node; in bpf_gen__map_create()
|
H A D | libbpf.h | 965 LIBBPF_API int bpf_map__set_numa_node(struct bpf_map *map, __u32 numa_node);
|
H A D | bpf.c | 198 attr.numa_node = OPTS_GET(opts, numa_node, 0); in bpf_map_create()
|
H A D | libbpf.c | 532 __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 D | linker.c | 1549 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 D | bpf.h | 192 uint32_t numa_node; /* numa node (effective only if member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1385 __u32 numa_node; /* numa node (effective only if member
|
Completed in 47 milliseconds