| /linux/tools/testing/selftests/cpufreq/ |
| H A D | module.sh | 30 printf "Removing $1 module\n" 71 printf "Removing $1 module\n\n" 137 # try removing module, it should fail as governor is used 138 printf "Removing $2 module\n\n" 181 printf "Removing $1 module\n\n" 216 printf "Removing $1 module\n\n" 236 printf "Removing $2 module\n\n"
|
| /linux/fs/btrfs/tests/ |
| H A D | free-space-tests.c | 35 test_err("error removing extent %d", ret); in test_extents() 53 test_err("error removing tail end %d", ret); in test_extents() 59 test_err("error removing front end %d", ret); in test_extents() 65 test_err("error removing middle piece %d", ret); in test_extents() 105 test_err("error removing bitmap full range %d", ret); in test_bitmaps() 148 test_err("left some space when removing overlapping"); in test_bitmaps() 214 * removing an overlapping chunk. in test_bitmaps_and_extents() 229 test_err("left over pieces after removing overlapping"); in test_bitmaps_and_extents() 250 test_err("problem removing overlapping space %d", ret); in test_bitmaps_and_extents() 255 test_err("left something behind when removing space"); in test_bitmaps_and_extents() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | refcounted_kptr.c | 254 * - removing / not removing the node_data from a collection after 294 * Results should be no different than reading and possibly removing rbtree 327 /* Insert into both tree and list, then try reading-and-removing from either twice 363 * reading data from tree then unstashed map_val, possibly removing from tree 365 * Removing from tree should have no effect on map_val kptr validity
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-selinux-disable | 24 SELinux at runtime. Fedora is in the process of removing the 26 slow process of removing this code from the kernel.
|
| /linux/drivers/md/dm-vdo/ |
| H A D | priority-table.h | 14 * enqueuing an entry and dequeuing an entry with the maximum priority. It also supports removing 15 * an arbitrary entry. The priority of an entry already in the table can be changed by removing it
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_iter_batch.c | 617 .description = "udp: resume after removing a seen socket", 625 .description = "udp: resume after removing one unseen socket", 633 .description = "udp: resume after removing all unseen sockets", 664 .description = "tcp: resume after removing a seen socket (listening)", 672 .description = "tcp: resume after removing one unseen socket (listening)", 680 .description = "tcp: resume after removing all unseen sockets (listening)", 711 .description = "tcp: resume after removing a seen socket (established)", 723 .description = "tcp: resume after removing one unseen socket (established)", 735 .description = "tcp: resume after removing all unseen sockets (established)",
|
| H A D | xdp_adjust_tail.c | 178 /* Test case removing 10 bytes from last frag, NOT freeing it */ in test_xdp_adjust_frags_tail_shrink() 190 /* Test case removing one of two pages, assuming 4K pages */ in test_xdp_adjust_frags_tail_shrink() 201 /* Test case removing two pages resulting in a linear xdp_buff */ in test_xdp_adjust_frags_tail_shrink()
|
| /linux/tools/perf/ |
| H A D | builtin-buildid-cache.c | 216 pr_debug("Removing %s %s: %s\n", sbuild_id, filename, in build_id_cache__remove_file() 234 pr_debug("Removing %s %s: %s\n", pos->s, pathname, in build_id_cache__purge_path() 263 pr_debug("Removing %s (%s): %s\n", buf, pos->s, in build_id_cache__purge_all() 289 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache() 292 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache()
|
| /linux/tools/perf/tests/shell/base_probe/ |
| H A D | test_adding_kernel.sh | 13 # and removing. 117 ### removing added probe 227 ### removing multiple probes 238 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "removing multiple probes"
|
| /linux/tools/lib/perf/include/internal/ |
| H A D | rc_check.h | 54 /* A put operation removing the indirection layer. */ 98 /* A put operation removing the indirection layer. */
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | pci_dlpar.c | 67 /* RPA-specific bits for removing PHBs */ 75 pr_debug("PCI: Removing PHB %04x:%02x...\n", in remove_phb_dynamic()
|
| /linux/scripts/ |
| H A D | headers_install.sh | 8 echo "Prepares kernel header files for use by user space, by removing" 9 echo "all compiler.h definitions and #includes, removing any"
|
| H A D | prune-kernel | 15 echo "removing $f"
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr.h | 460 XFS_DAS_LEAF_REMOVE_OLD, /* Start removing old attr from leaf */ 461 XFS_DAS_LEAF_REMOVE_RMT, /* A rename is removing remote blocks */ 468 XFS_DAS_NODE_REMOVE_OLD, /* Start removing old attr from node */ 469 XFS_DAS_NODE_REMOVE_RMT, /* A rename is removing remote blocks */ 509 /* Used in xfs_attr_node_removename to roll through removing blocks */
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_locked_port.sh | 116 check_err $? "Ping did not work after unlocking port and removing FDB entry." 146 check_err $? "Ping through vlan did not work after unlocking port and removing FDB entry" 174 check_err $? "Ping6 did not work after unlocking port and removing FDB entry"
|
| /linux/drivers/virtio/ |
| H A D | virtio_mem.c | 221 /* The block size used for plugging/adding/removing. */ 248 bool removing; member 692 * Try removing memory from Linux. Will only fail if memory blocks aren't 705 dev_dbg(&vm->vdev->dev, "removing memory: 0x%llx - 0x%llx\n", addr, in virtio_mem_remove_memory() 716 dev_dbg(&vm->vdev->dev, "removing memory failed: %d\n", rc); in virtio_mem_remove_memory() 722 * See virtio_mem_remove_memory(): Try removing a single Linux memory block. 733 * Try offlining and removing memory from Linux. 747 "offlining and removing memory: 0x%llx - 0x%llx\n", addr, in virtio_mem_offline_and_remove_memory() 760 dev_dbg(&vm->vdev->dev, "offlining and removing memory failed: %d\n", rc); in virtio_mem_offline_and_remove_memory() 770 * See virtio_mem_offline_and_remove_memory(): Try offlining and removing [all …]
|
| /linux/Documentation/bpf/ |
| H A D | graph_ds_impl.rst | 142 adding / removing from the root involves fiddling with the 147 or removing, if we're in the critical section bounded by that lock, we know 186 can do arbitrary operations on the data structure like removing and ``free``-ing
|
| /linux/drivers/acpi/acpica/ |
| H A D | nsrepair2.c | 417 u8 removing; in acpi_ns_repair_CST() local 429 removing = FALSE; in acpi_ns_repair_CST() 435 "SubPackage[%u] - removing entry due to zero count", in acpi_ns_repair_CST() 437 removing = TRUE; in acpi_ns_repair_CST() 446 "SubPackage[%u] - removing entry due to invalid Type(0)", in acpi_ns_repair_CST() 448 removing = TRUE; in acpi_ns_repair_CST() 452 if (removing) { in acpi_ns_repair_CST()
|
| /linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | add_and_remove.tc | 3 # description: Kprobe dynamic event - adding and removing
|
| /linux/arch/powerpc/kernel/ |
| H A D | pci-hotplug.c | 87 pr_debug("PCI: Removing devices on bus %04x:%02x\n", in pci_hp_remove_devices() 90 pr_debug(" Removing %s...\n", pci_name(dev)); in pci_hp_remove_devices()
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpadlpar_core.c | 370 pr_debug("PCI: Removing PCI slot below EADS bridge %s\n", in dlpar_remove_pci_slot() 375 pr_debug("PCI: Removing hotplug slot for %04x:%02x...\n", in dlpar_remove_pci_slot() 400 pr_debug("PCI: Now removing bridge device %s\n", pci_name(bus->self)); in dlpar_remove_pci_slot()
|
| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_mod_trace.tc | 21 : "After removing the filter becomes empty"
|
| /linux/fs/xfs/ |
| H A D | xfs_mru_cache.c | 57 * removing an element would involve walking large portions of the entire list, 81 * a) Walk a list, removing the corresponding data store entry for each item. 220 * list need to be deleted. For each element this involves removing it from the 221 * data store, removing it from the reap list, calling the client's free
|
| /linux/include/linux/ |
| H A D | patchkey.h | 8 * clear whether removing this would break anything in userspace.
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 341 Removing that queue. From now on we should not see "Illegal 354 removing from mapped list. Pnode get nulled when the node is 515 a result of removing from the txcmpl list item which was already 828 * Fixing missing static and removing dead code. 1017 * Streamline usage of the defines CLASS2 and CLASS3, removing 1023 config_setup(). Removing a redundant check on scandown value 1039 routine. Also, removing need for outstanding clock linked list 1041 * Move lpfc.conf contents into lpfc_fcp.c. Removing per adapter 1058 declarations. Also removing a redundant #define ScsiResult as it 1124 * Removing lpfc_log_chk_msg_disabled() [all …]
|