Home
last modified time | relevance | path

Searched refs:node1 (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh653 local node1="$DL_HANDLE/$node1_name"
654 rate_node_add "$node1"
655 check_err $? "Failed to add node $node1"
662 rate_attr_tx_rate_check $node1 tx_share $node_tx_share \
663 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_share
666 rate_attr_tx_rate_check $node1 tx_max $node_tx_max \
667 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_max
669 rate_node_del "$node1"
670 check_err $? "Failed to delete node $node1"
676 local node1="$DL_HANDLE/$node1_name"
[all …]
/tools/testing/selftests/alsa/
Dpcm-test.c125 snd_config_t *pcm_config, *node1, *node2; in missing_devices() local
133 node1 = snd_config_iterator_entry(i1); in missing_devices()
134 device = device_from_id(node1); in missing_devices()
137 if (snd_config_get_type(node1) != SND_CONFIG_TYPE_COMPOUND) in missing_devices()
139 snd_config_for_each(i2, next2, node1) { in missing_devices()
/tools/testing/selftests/net/
Dioam6_parser.c36 static struct ioam_config node1 = { variable
394 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data()
431 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data()
/tools/perf/
Dbuiltin-kmem.c202 int node1, node2; in evsel__process_alloc_event() local
204 node1 = cpu__get_node((struct perf_cpu){.cpu = sample->cpu}); in evsel__process_alloc_event()
211 if ((node2 != NUMA_NO_NODE) && (node1 != node2)) in evsel__process_alloc_event()