Home
last modified time | relevance | path

Searched full:deletion (Results 1 – 25 of 270) sorted by relevance

1234567891011

/linux/tools/perf/util/
H A Dlevenshtein.c16 * are kept in memory (if swaps had the same or higher cost as one deletion
33 * operation is a substitution, a swap, a deletion, or an insertion.
40 * - d (as in "Deletion")
67 /* deletion */ in levenshtein()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh
H A Dbpf_arena_list.h35 /* Safely walk link list elements. Deletion of elements is allowed. */
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c19 /* Do synchronization between addition thread and deletion thread */
228 /* Notify deletion thread to do deletion */ in htab_mem_add_fn()
230 /* Wait for deletion to complete */ in htab_mem_add_fn()
240 /* Do deletion */ in htab_mem_delete_fn()
/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh251 echo "1. GPIO aggregator creation/deletion"
253 echo "1.1. Creation/deletion via configfs"
255 echo "1.1.1. Minimum creation/deletion"
271 echo "1.1.2. Complex creation/deletion"
342 echo "1.2. Creation/deletion via sysfs"
344 echo "1.2.1. Minimum creation/deletion"
356 echo "1.2.2. Complex creation/deletion"
/linux/drivers/acpi/acpica/
H A Dnsalloc.c4 * Module Name: nsalloc - Namespace allocation and deletion utilities
94 /* Invoke the attached data deletion handler if present */ in acpi_ns_delete_node()
203 * track table deletion and deletion of objects created by methods. in acpi_ns_install_node()
402 * MUTEX: Locks namespace during deletion walk.
/linux/drivers/net/wwan/
H A Dwwan_hwsim.c49 spinlock_t ports_lock; /* Serialize ports creation/deletion */
355 /* Make sure that there is no pending deletion work */ in wwan_hwsim_port_del()
463 /* Make sure that there is no pending deletion work */ in wwan_hwsim_dev_del()
668 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_init()
681 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_exit()
/linux/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh646 # Test various deletion scenarios, where only a single route is
654 # Test deletion of a single route when it is the only route in the FIB
663 # Test that deletion of last route does not affect the first one.
709 # Test deletion of a single nexthop from a multipath route.
732 # Test various deletion scenarios, where an entire multipath route is
740 # Test deletion of a multipath route when it is the only route in the
751 # Test that deletion of last route does not affect the first one.
/linux/fs/jffs2/
H A Dbuild.c270 /* It's a deletion dirent. Ignore it */ in jffs2_build_remove_unlinked_inode()
271 dbg_fsbuild("child \"%s\" is a deletion dirent, skipping...\n", fd->name); in jffs2_build_remove_unlinked_inode()
315 /* Deletion should almost _always_ be allowed. We're fairly in jffs2_calc_trigger_levels()
357 dbg_fsbuild("Blocks required to allow deletion: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
H A Dwrite.c557 /* We can't mark stuff obsolete on the medium. We need to write a deletion dirent */ in jffs2_do_unlink()
572 /* Build a deletion node */ in jffs2_do_unlink()
620 node-less deletion dirent instead -- a placeholder */ in jffs2_do_unlink()
648 jffs2_dbg(1, "Removing deletion dirent for \"%s\" from dir ino #%u\n", in jffs2_do_unlink()
689 /* Build a deletion node */ in jffs2_do_link()
H A Dnodelist.h141 /* Dirent nodes should be REF_PRISTINE only if they are not a deletion
142 dirent. Deletion dirents should be REF_NORMAL so that GC gets to
304 #define ALLOC_DELETION 1 /* Deletion node. Best to allow it */
/linux/security/selinux/
H A Dxfrm.c132 * Authorize the deletion of a labeled SA or policy rule.
317 * LSM hook implementation that authorizes deletion of labeled policies.
385 * LSM hook implementation that authorizes deletion of labeled SAs.
/linux/drivers/md/
H A Ddm-thin-metadata.h60 * Device creation/deletion.
82 * Commits _all_ metadata changes: device creation, deletion, mapping
/linux/Documentation/sound/designs/
H A Dseq-oss.rst82 already connected to the sequencer. Once after that, the creation and deletion
302 be released in the close callback. The deletion of ALSA port should be
351 Since the OSS emulation probes the creation and deletion of ALSA MIDI
/linux/drivers/nvme/host/
H A Dconstants.c74 [NVME_SC_ABORT_QUEUE] = "Command Aborted due to SQ Deletion",
120 [NVME_SC_INVALID_QUEUE] = "Invalid Queue Deletion",
/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance.tc3 # description: Test creation and deletion of trace instances
H A Dinstance-event.tc3 # description: Test creation and deletion of trace instances while setting an event
/linux/kernel/bpf/
H A Dmprog.c81 * one exception that for deletion we support delete from front/back. In
174 * or existing element, then enact replacement, addition or deletion.
313 /* The deletion request can either be without filled tuple in which in bpf_mprog_fetch()
/linux/Documentation/networking/
H A Dalias.rst30 Alias deletion
H A Dbareudp.rst27 1) Device creation & deletion
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst124 - mlx5_esw_vport_qos_destroy: trace deletion of transmit scheduler arbiter for vport::
145 - mlx5_esw_group_qos_destroy: trace deletion of transmit scheduler arbiter for group::
/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.h44 /* GEM Object Creation and Deletion */
/linux/tools/memory-model/scripts/
H A Dnewlitmushist.sh49 # Form list of new tests. Note: This does not handle litmus-test deletion!
/linux/include/uapi/linux/
H A Dthermal.h71 THERMAL_GENL_EVENT_TZ_DELETE, /* Thermal zone deletion */
/linux/Documentation/networking/devlink/
H A Dnetdevsim.rst66 - creation/deletion node rate objects;

1234567891011