| /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/drivers/hid/ |
| H A D | hid-appleir.c | 112 spinlock_t lock; /* protects .current_key, .removing */ 115 bool removing; /* set during teardown; gates input_dev access */ member 176 if (!appleir->removing && appleir->current_key) { in key_up_tick() 199 if (appleir->removing) { in appleir_raw_event() 238 if (!appleir->removing) { in appleir_raw_event() 253 if (!appleir->removing) in appleir_raw_event() 343 appleir->removing = true; in appleir_remove()
|
| /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/drivers/net/ethernet/rocker/ |
| H A D | rocker_ofdpa.c | 1256 bool removing; in ofdpa_port_ipv4_neigh() local 1268 removing = found && !adding; in ofdpa_port_ipv4_neigh() 1277 } else if (removing) { in ofdpa_port_ipv4_neigh() 1311 if (adding || removing) { in ofdpa_port_ipv4_neigh() 1368 bool removing; in ofdpa_port_ipv4_nh() local 1381 removing = found && !adding; in ofdpa_port_ipv4_nh() 1390 } else if (removing) { in ofdpa_port_ipv4_nh() 1806 bool removing = (lw->flags & OFDPA_OP_FLAG_REMOVE); in ofdpa_port_fdb_learn_work() local 1812 info.offloaded = !removing; in ofdpa_port_fdb_learn_work() 1813 event = removing ? SWITCHDEV_FDB_DEL_TO_BRIDGE : in ofdpa_port_fdb_learn_work() [all …]
|
| /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/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/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | add_and_remove.tc | 3 # description: Kprobe dynamic event - adding and removing
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | refcounted_kptr.c | 270 * - removing / not removing the node_data from a collection after 310 * Results should be no different than reading and possibly removing rbtree 343 /* Insert into both tree and list, then try reading-and-removing from either twice 379 * reading data from tree then unstashed map_val, possibly removing from tree 381 * Removing from tree should have no effect on map_val kptr validity
|
| /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/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/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_mod_trace.tc | 21 : "After removing the filter becomes empty"
|
| /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/include/linux/ |
| H A D | patchkey.h | 8 * clear whether removing this would break anything in userspace.
|
| /linux/include/uapi/linux/ |
| H A D | patchkey.h | 8 * clear whether removing this would break anything in userspace.
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | config_override.sh | 6 # Combines base and override, removing any Kconfig options from base
|