Home
last modified time | relevance | path

Searched refs:devs (Results 1 – 19 of 19) sorted by relevance

/tools/net/ynl/samples/
A Ddevlink.c11 struct devlink_get_list *devs; in main() local
18 devs = devlink_get_dump(ys); in main()
19 if (!devs) in main()
22 ynl_dump_foreach(devs, d) { in main()
49 devlink_get_list_free(devs); in main()
56 devlink_get_list_free(devs); in main()
A Dnetdev.c63 struct netdev_dev_get_list *devs; in main() local
102 devs = netdev_dev_get_dump(ys); in main()
103 if (!devs) in main()
106 if (ynl_dump_empty(devs)) in main()
108 ynl_dump_foreach(devs, d) in main()
110 netdev_dev_get_list_free(devs); in main()
/tools/perf/tests/shell/
A Dstat.sh155 devs="/sys/bus/event_source/devices"
156 for i in $devs/cpu $devs/cpu_atom $devs/armv8_pmuv3_0 $devs/armv8_cortex_*
/tools/testing/selftests/drivers/net/hw/
A Ddevlink_port_split.py267 devs = json.loads(stdout)['dev']
268 dev = list(devs.keys())[0]
/tools/usb/usbip/libsrc/
A Dusbip_host_common.c155 static void usbip_exported_device_destroy(struct list_head *devs) in usbip_exported_device_destroy() argument
160 list_for_each_safe(i, tmp, devs) { in usbip_exported_device_destroy()
/tools/testing/selftests/net/
A Dnl_netdev.py12 devs = nf.dev_get({}, dump=True)
13 ksft_ge(len(devs), 1)
A Dbpf_offload.py40 devs = [] # devices we created for clean up variable
352 devs.append(self)
372 devs.remove(self)
528 global files, netns, devs
530 for dev in devs:
/tools/testing/selftests/drivers/net/
A Dstats.py158 devs = rtnl.getlink({}, dump=True)
159 all_ifindexes = set(dev["ifi-index"] for dev in devs)
/tools/power/pm-graph/config/
A Dfreeze.cfg92 # show only devs whose name/driver includes one of these strings
A Dstandby.cfg92 # show only devs whose name/driver includes one of these strings
A Dstandby-callgraph.cfg93 # show only devs whose name/driver includes one of these strings
A Dstandby-dev.cfg92 # show only devs whose name/driver includes one of these strings
A Dsuspend-callgraph.cfg97 # show only devs whose name/driver includes one of these strings
A Dsuspend-dev.cfg92 # show only devs whose name/driver includes one of these strings
A Dsuspend-x2-proc.cfg92 # show only devs whose name/driver includes one of these strings
A Dsuspend.cfg92 # show only devs whose name/driver includes one of these strings
A Dfreeze-callgraph.cfg93 # show only devs whose name/driver includes one of these strings
A Dfreeze-dev.cfg92 # show only devs whose name/driver includes one of these strings
/tools/power/pm-graph/
A DREADME403 # Device Filter: show only devs whose name/driver includes one of these strings

Completed in 21 milliseconds