Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 67) sorted by relevance

123

/tools/power/acpi/
DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/tools/testing/selftests/net/lib/py/
Dnsim.py98 self.remove()
127 def remove(self): member in NetdevSimDev
133 self.nsims.remove(nsim)
Dutils.py96 self._queue.remove(self)
/tools/testing/selftests/net/
Dbpf_offload.py144 files.remove(f)
182 progs.remove(p)
366 def remove(self): member in BpfNetdevSimDev
367 super().remove()
368 devs.remove(self)
385 def remove(self): member in BpfNetdevSim
527 dev.remove()
681 simdev.remove()
751 simdev.remove()
903 simdev.remove()
[all …]
/tools/testing/selftests/bpf/prog_tests/
Dfs_kfuncs.c65 remove(testfile); in test_xattr()
139 remove(testfile); in test_fsverity()
Dcgroup_hierarchical_stats.c315 ASSERT_OK(remove(path), "remove cgroup_iter pin"); in destroy_progs()
320 ASSERT_OK(remove(path), "remove cgroup_iter root pin"); in destroy_progs()
/tools/testing/selftests/resctrl/
Dmba_test.c161 remove(RESULT_FILE_NAME); in mba_test_cleanup()
175 remove(RESULT_FILE_NAME); in mba_run_test()
Dmbm_test.c130 remove(RESULT_FILE_NAME); in mbm_test_cleanup()
146 remove(RESULT_FILE_NAME); in mbm_run_test()
Dcmt_test.c114 remove(RESULT_FILE_NAME); in cmt_test_cleanup()
171 remove(RESULT_FILE_NAME); in cmt_run_test()
Dcat_test.c133 remove(RESULT_FILE_NAME); in cat_test_cleanup()
280 remove(param.filename); in cat_run_test()
/tools/testing/kunit/android/
DREADME17 After the tests, you can use the following command to remove the virtual device:
44 it needs to remove it first via the rmmod command, and install again
122 rmmod` can be used to remove the already installed test module, and installing
126 the `Used by` column. You can not remove a module with `adb shell rmmod` if it
/tools/perf/Documentation/
Dperf-buildid-cache.txt15 This command manages the build-id cache. It can add, remove, update and purge
44 --remove=::
59 Update specified file of the cache. Note that this doesn't remove
Dperf-test.txt42 for instance, 'perf probe' tests that add/remove probes or clean all probes, etc.
Dperf.data-directory-format.txt4 in following versions of perf. We will remove this
/tools/testing/selftests/drivers/net/lib/py/
Denv.py66 self._ns.remove()
194 self._ns.remove()
197 self._ns_peer.remove()
/tools/usb/usbip/src/
Dusbip_detach.c80 remove(path); in detach_port()
/tools/testing/selftests/android/
DREADME10 After the tests, you can use the following command to remove the virtual device:
/tools/testing/selftests/net/af_unix/
Dunix_connect.c113 remove("test"); in FIXTURE_TEARDOWN()
/tools/testing/selftests/futex/functional/
Dfutex_wait.c172 remove(SHM_PATH); in main()
/tools/testing/selftests/hid/tests/
Dbase.py177 effective_events.remove(ev)
387 os.remove(self.rulesfile.name)
/tools/testing/selftests/wireguard/
Dnetns.sh241 n1 wg set wg0 peer "$more_specific_key" remove
249 … set wg0 peer "$pub3" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 peer "$pub1" remove
251 n2 wg set wg0 peer "$pub3" remove
368 n1 wg set wg0 peer "$pub3" remove
393 n2 wg set wg0 peer "$pub1" remove
638 n0 wg set wg0 peer "$pub2" remove
/tools/usb/usbip/
DINSTALL38 may remove or edit it.
61 5. You can remove the program binaries and object files from the
62 source code directory by typing `make clean'. To also remove the
70 6. Often, you can also type `make uninstall' to remove the installed
/tools/testing/selftests/mm/
Duffd-common.c555 uffd_reg.range.start = msg.arg.remove.start; in uffd_poll_thread()
556 uffd_reg.range.len = msg.arg.remove.end - in uffd_poll_thread()
557 msg.arg.remove.start; in uffd_poll_thread()
/tools/include/uapi/linux/
Duserfaultfd.h137 } remove; member
/tools/verification/dot2/
Dautomata.py108 states.remove(initial_state)

123