Home
last modified time | relevance | path

Searched refs:type_names (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_allocs.c50 const char *type_names[5] = { in debug_zone_mem_allocs_show() local
68 reg->flags, type_names[reg->gpu_alloc->type]); in debug_zone_mem_allocs_show()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf_dump.c86 struct hashmap *type_names; member
139 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
140 if (IS_ERR(d->type_names)) { in btf_dump__new()
141 err = PTR_ERR(d->type_names); in btf_dump__new()
142 d->type_names = NULL; in btf_dump__new()
209 hashmap__free(d->type_names); in btf_dump__free()
1439 return btf_dump_resolve_name(d, id, d->type_names); in btf_dump_type_name()
H A Dlibbpf.c8513 char *type_names; in libbpf_prog_type_by_name() local
8526 type_names = libbpf_get_type_names(false); in libbpf_prog_type_by_name()
8527 if (type_names != NULL) { in libbpf_prog_type_by_name()
8528 pr_debug("supported section(type) names are:%s\n", type_names); in libbpf_prog_type_by_name()
8529 free(type_names); in libbpf_prog_type_by_name()
8795 char *type_names; in libbpf_attach_type_by_name() local
8810 type_names = libbpf_get_type_names(true); in libbpf_attach_type_by_name()
8811 if (type_names != NULL) { in libbpf_attach_type_by_name()
8812 pr_debug("attachable section(type) names are:%s\n", type_names); in libbpf_attach_type_by_name()
8813 free(type_names); in libbpf_attach_type_by_name()
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dconstraint.h52 struct type_set *type_names; member
H A Dpolicydb.c209 if (expr->type_names) { in constraint_expr_destroy()
210 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
211 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
212 kfree(expr->type_names); in constraint_expr_destroy()
1272 e->type_names = kzalloc(sizeof in read_cons_helper()
1273 (*e->type_names), GFP_KERNEL); in read_cons_helper()
1274 if (!e->type_names) in read_cons_helper()
1276 type_set_init(e->type_names); in read_cons_helper()
1277 rc = type_set_read(e->type_names, fp); in read_cons_helper()
3035 rc = type_set_write(e->type_names, fp); in write_cons_helper()
/OK3568_Linux_fs/kernel/net/ceph/crush/
H A Dcrush.c132 clear_crush_names(&map->type_names); in crush_destroy()
/OK3568_Linux_fs/kernel/include/linux/crush/
H A Dcrush.h305 struct rb_root type_names; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Ddbg_cmd.c116 static const char * const type_names[] = { variable
363 while (type_names[type]) { in cmd_mac_fw_log_cfg()
364 if (PLTFM_STRCMP(input[1], type_names[type]) == 0) in cmd_mac_fw_log_cfg()
368 if (!type_names[type]) { in cmd_mac_fw_log_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Ddbg_cmd.c116 static const char * const type_names[] = { variable
363 while (type_names[type]) { in cmd_mac_fw_log_cfg()
364 if (PLTFM_STRCMP(input[1], type_names[type]) == 0) in cmd_mac_fw_log_cfg()
368 if (!type_names[type]) { in cmd_mac_fw_log_cfg()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c430 c->type_names = RB_ROOT; in crush_decode()
588 err = decode_crush_names(p, end, &c->type_names); in crush_decode()
3020 type_cn = lookup_crush_name(&c->type_names, b->type); in get_immediate_parent()