Searched refs:LIST_HEAD (Results 1 – 25 of 30) sorted by relevance
12
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | linked_list.c | 247 #define LIST_HEAD 3 macro 314 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in list_and_rb_node_same_struct() 364 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() 390 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() 482 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() 511 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() 540 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() 566 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() 581 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() 607 err = btf__add_field(btf, "a", LIST_HEAD, 0, 0); in test_btf() [all …]
|
| /tools/testing/vsock/ |
| A D | vsock_diag_test.c | 332 LIST_HEAD(sockets); in test_no_sockets() 351 LIST_HEAD(sockets); in test_listen_socket_server() 380 LIST_HEAD(sockets); in test_connect_client() 405 LIST_HEAD(sockets); in test_connect_server()
|
| /tools/usb/usbip/libsrc/ |
| A D | list.h | 25 #define LIST_HEAD(name) \ macro
|
| /tools/perf/util/ |
| A D | lock-contention.c | 22 static LIST_HEAD(callstack_filters);
|
| A D | srccode.c | 36 static LIST_HEAD(srcfile_list);
|
| A D | trace-event-scripting.c | 35 static LIST_HEAD(script_specs);
|
| A D | pmus.c | 40 static LIST_HEAD(core_pmus); 41 static LIST_HEAD(other_pmus);
|
| A D | parse-events.c | 479 LIST_HEAD(config_terms); in parse_events_add_cache() 591 LIST_HEAD(config_terms); in add_tracepoint() 747 LIST_HEAD(config_terms); in parse_events_add_breakpoint() 1397 LIST_HEAD(config_terms); in __parse_events_add_numeric() 1488 LIST_HEAD(config_terms); in parse_events_add_pmu()
|
| A D | intel-tpebs.c | 35 static LIST_HEAD(tpebs_results);
|
| A D | cgroup.c | 29 static LIST_HEAD(cgroup_list);
|
| A D | metricgroup.c | 1069 LIST_HEAD(list); in metricgroup__add_metric() 1337 LIST_HEAD(metric_list); in parse_groups()
|
| A D | bpf-filter.c | 80 static LIST_HEAD(pinned_filters);
|
| A D | annotate-data.c | 1350 LIST_HEAD(basic_blocks); in find_data_type_block() 1362 LIST_HEAD(this_blocks); in find_data_type_block()
|
| A D | dso.c | 497 static LIST_HEAD(dso__data_open);
|
| A D | callchain.c | 1554 LIST_HEAD(head); in callchain_node__make_parent_list()
|
| A D | evlist.c | 1692 LIST_HEAD(move); in evlist__to_front()
|
| /tools/perf/ |
| A D | builtin-kmem.c | 458 static LIST_HEAD(page_alloc_sort_input); 459 static LIST_HEAD(page_caller_sort_input); 1258 static LIST_HEAD(slab_caller_sort); 1259 static LIST_HEAD(slab_alloc_sort); 1260 static LIST_HEAD(page_caller_sort); 1261 static LIST_HEAD(page_alloc_sort);
|
| A D | builtin-annotate.c | 377 LIST_HEAD(tmp); in print_annotate_item_stat()
|
| A D | builtin-report.c | 1037 LIST_HEAD(tasks); in tasks_print()
|
| /tools/testing/selftests/livepatch/test_modules/ |
| A D | test_klp_shadow_vars.c | 18 static LIST_HEAD(ptr_list);
|
| /tools/testing/cxl/test/ |
| A D | mock.c | 14 static LIST_HEAD(mock);
|
| A D | cxl.c | 386 static LIST_HEAD(mock_res);
|
| /tools/testing/nvdimm/test/ |
| A D | iomap.c | 16 static LIST_HEAD(iomap_head);
|
| /tools/perf/tests/ |
| A D | switch-tracking.c | 275 LIST_HEAD(events); in process_events()
|
| /tools/include/linux/ |
| A D | list.h | 22 #define LIST_HEAD(name) \ macro
|
Completed in 62 milliseconds
12