Searched refs:type_names (Results 1 – 6 of 6) sorted by relevance
54 struct type_set *type_names;53 struct type_set *type_names; global() member
215 if (expr->type_names) { in constraint_expr_destroy() 216 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy() 217 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy() 218 kfree(expr->type_names); in constraint_expr_destroy() 1342 e->type_names = kzalloc_obj(*e->type_names); in class_read() 1343 if (!e->type_names) in class_read() 1345 type_set_init(e->type_names); in class_read() 1346 rc = type_set_read(e->type_names, fp); in class_read() 3288 rc = type_set_write(e->type_names, f in user_write() [all...]
128 clear_crush_names(&map->type_names); in crush_destroy()
305 struct rb_root type_names; member
452 c->type_names = RB_ROOT; in crush_decode()614 err = decode_crush_names(p, end, &c->type_names); in crush_decode()3059 type_cn = lookup_crush_name(&c->type_names, b->type); in get_immediate_parent()
10376 char *type_names; in libbpf_find_prog_btf_id() 10389 type_names = libbpf_get_type_names(false); in libbpf_find_prog_btf_id() 10390 if (type_names != NULL) { in libbpf_find_prog_btf_id() 10391 pr_debug("supported section(type) names are:%s\n", type_names); in libbpf_find_prog_btf_id() 10392 free(type_names); in libbpf_find_prog_btf_id() 10771 char *type_names; in bpf_map__set_initial_value() 10780 type_names = libbpf_get_type_names(true); in bpf_map__initial_value() 10781 if (type_names != NULL) { in bpf_map__initial_value() 10782 pr_debug("attachable section(type) names are:%s\n", type_names); in bpf_map__initial_value() 10783 free(type_names); in bpf_map__initial_value() 10116 char *type_names; libbpf_prog_type_by_name() local 10511 char *type_names; libbpf_attach_type_by_name() local [all...]