Home
last modified time | relevance | path

Searched refs:nd2 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dbuild-id.c442 struct str_node *nd, *nd2; in build_id_cache__list_all() local
476 strlist__for_each_entry(nd2, linklist) { in build_id_cache__list_all()
478 nd->s, nd2->s) != SBUILD_ID_SIZE - 1) in build_id_cache__list_all()
Dparse-events.c2361 struct str_node *nd, *nd2; in print_sdt_events() local
2406 nd2 = strlist__next(nd); in print_sdt_events()
2407 if (nd2) { in print_sdt_events()
2408 ptr = strchr(nd2->s, '@'); in print_sdt_events()
2411 if (strcmp(nd->s, nd2->s) == 0) in print_sdt_events()
2424 if (nd2) { in print_sdt_events()
2425 if (strcmp(nd->s, nd2->s) != 0) in print_sdt_events()
/Linux-v5.4/drivers/s390/net/
Dqeth_core_main.c1788 struct node_descriptor nd2; member
1813 tag = (u8 *)&nd->nd2.tag; in qeth_read_conf_data_cb()