Home
last modified time | relevance | path

Searched full:deleted (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/linux/drivers/md/dm-vdo/indexer/
H A Dopen-chapter.c26 * Deleted records are marked with a flag rather than actually removed to simplify hash table
27 * management. The array of deleted flags overlays the array of hash slots, but the flags are
34 * Empty or deleted records are replaced by copies of a valid record so that the record pages only
120 * deleted, then we've found the requested name. in probe_chapter_slots()
124 !open_chapter->slots[record_number].deleted) in probe_chapter_slots()
189 open_chapter->slots[record_number].deleted = true; in uds_remove_from_open_chapter()
220 * the chapter zone if it was closed early, and also to replace any deleted records. The in fill_delta_chapter_index()
221 * last record in any filled zone is guaranteed to not have been deleted, so use one of in fill_delta_chapter_index()
247 open_chapter->slots[record_index].deleted) { in fill_delta_chapter_index()
330 if (open_chapter->slots[record_index].deleted) in uds_save_open_chapter()
H A Dopen-chapter.h27 /* If true, the record at the index of this hash slot was deleted */
28 bool deleted : 1; member
36 /* The number of deleted records */
/linux/security/ipe/
H A Dpolicy_fs.c45 * * %-ENOENT - Policy initializing/deleted or is unsigned
88 * * %-ENOENT - Policy initializing/deleted
125 * * %-ENOENT - Policy initializing/deleted
163 * * %-ENOENT - Policy initializing/deleted
206 * * %-ENOENT - Policy initializing/deleted
254 * * %-ENOENT - Policy initializing/deleted
294 * * %-ENOENT - Policy was deleted while updating
345 * * %-ENOENT - Policy initializing/deleted
/linux/Documentation/bpf/
H A Dmap_sk_storage.rst17 either the map or the socket is deleted.
56 Socket-local storage for ``map`` can be deleted from socket ``sk`` using the
106 Socket-local storage for map ``map_fd`` can be deleted from a socket using the
107 ``bpf_map_delete_elem()`` libbpf function. The storage is deleted from the
/linux/include/uapi/linux/
H A Dthermal.h78 THERMAL_GENL_EVENT_TZ_TRIP_DELETE, /* Trip point deleted */
85 THERMAL_GENL_EVENT_THRESHOLD_DELETE, /* A thresold has been deleted */
86 THERMAL_GENL_EVENT_THRESHOLD_FLUSH, /* All thresolds have been deleted */
/linux/tools/testing/selftests/net/
H A Drtnetlink_notification.sh50 # Deleted 13: test-dummy1    inet mcast 224.0.0.1 scope global 
51 # Deleted 13: test-dummy1    inet6 mcast ff02::1 scope global 
92 # Deleted 9: dummy2 inet6 any fe80:: scope global
/linux/fs/ubifs/
H A Dorphan.c14 * with a link count of zero. That happens when an open file is deleted
16 * would be deleted when the file is closed. However in the case of an unclean
18 * orphans' inodes must be deleted which means either scanning the entire index
36 * when the inode is deleted. Any new orphans that are in the orphan tree when
133 dbg_gen("deleted twice ino %lu", (unsigned long)orph->inum); in orphan_delete()
154 * Delete an orphan. This function is called when an inode is deleted.
449 * During commit, the orphans being committed cannot be deleted, so they are
450 * marked for deletion and deleted by this function. Also, the recovery
451 * adds killed orphans to the deletion list, and therefore they are deleted
602 * Check whether an inode can really get deleted. in do_kill_orphans()
[all …]
/linux/include/linux/
H A Dpeci.h66 * @deleted: indicates that PECI device was already deleted
80 bool deleted; member
/linux/Documentation/admin-guide/
H A Dbinderfs.rst70 Binderfs binder devices can be deleted via `unlink() <unlink_>`_. This means
72 ``binder-control`` device cannot be deleted since this would make the binderfs
73 instance unusable. The ``binder-control`` device will be deleted when the
/linux/security/apparmor/
H A Dpath.c155 * 1. A deleted dentry && profile is not allowing mediation of deleted in d_namespace_path()
157 * security_path hooks as a deleted dentry except without an inode in d_namespace_path()
208 *info = "Failed name lookup - deleted entry"; in aa_path_name()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh
/linux/drivers/base/
H A Ddevcoredump.c42 * add a deleted flag so only 1 can call the destructor.
45 bool init_completed, deleted; member
64 * checking if deleted flag is set with &devcd->mutex held.
96 devcd->deleted = true; in __devcd_del()
176 if (!devcd->deleted) in devcd_free()
394 devcd->deleted = false; in dev_coredumpm_timeout()
/linux/security/apparmor/include/
H A Dpath.h21 PATH_DELEGATE_DELETED = 0x10000, /* delegate deleted files */
22 PATH_MEDIATE_DELETED = 0x20000, /* mediate deleted paths */
/linux/net/phonet/
H A Dpn_dev.c267 DECLARE_BITMAP(deleted, 64); in phonet_route_autodel()
275 bitmap_zero(deleted, 64); in phonet_route_autodel()
281 set_bit(i, deleted); in phonet_route_autodel()
286 if (bitmap_empty(deleted, 64)) in phonet_route_autodel()
289 for_each_set_bit(i, deleted, 64) { in phonet_route_autodel()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c177 "invalid deleted k/v: expected %ld = %ld, got %ld = %ld\n", in test_hashmap_generic()
181 "unexpectedly deleted k/v %ld = %ld\n", oldk, oldv)) in test_hashmap_generic()
189 "invalid updated map size (already deleted: %d): %zu\n", in test_hashmap_generic()
215 "unexpectedly deleted k/v %ld = %ld\n", k, v)) in test_hashmap_generic()
221 "not all keys were deleted: found_cnt:%d, found_msk:%llx\n", in test_hashmap_generic()
225 "invalid updated map size (already deleted: %d): %zu\n", in test_hashmap_generic()
/linux/drivers/mtd/
H A Dftl.c119 uint32_t Deleted; member
280 part->EUNInfo[i].Deleted = 0; in build_maps()
299 part->EUNInfo[i].Deleted++; in build_maps()
541 eun->Deleted = 0; in copy_erase_unit()
558 the most deleted blocks. But with a small probability, pick the
637 if (part->EUNInfo[i].Deleted >= best) { in reclaim_block()
638 best = part->EUNInfo[i].Deleted; in reclaim_block()
678 "%d deleted\n", i, in dump_lists()
680 part->EUNInfo[i].Free, part->EUNInfo[i].Deleted); in dump_lists()
905 part->EUNInfo[part->bam_index].Deleted++; in ftl_write()
[all …]
/linux/drivers/acpi/acpica/
H A Dnsalloc.c59 * PARAMETERS: node - Node to be deleted
66 * invoked before the node is deleted.
124 * PARAMETERS: node - Node to be removed/deleted
283 /* Grandchildren should have all been deleted already */ in acpi_ns_delete_children()
309 * PARAMETERS: parent_node - Root of the subtree to be deleted
394 * PARAMETERS: owner_id - All nodes with this owner will be deleted
H A Dutdelete.c27 * PARAMETERS: object - Object to be deleted
95 * Elements of the package are not handled here, they are deleted in acpi_ut_delete_internal_obj()
309 /* Now the object can be safely deleted */ in acpi_ut_delete_internal_obj()
324 * PARAMETERS: obj_list - Pointer to the list to be deleted
451 * (A deleted object will have a huge reference count) in acpi_ut_update_ref_count()
630 * main object to be deleted. in acpi_ut_update_object_reference()
/linux/drivers/peci/
H A Ddevice.c14 * Mutex is used to protect PECI device from being double-deleted.
207 if (!device->deleted) { in peci_device_destroy()
209 device->deleted = true; in peci_device_destroy()
/linux/fs/
H A Dd_path.c255 * Convert a dentry into an ASCII path name. If the entry has been deleted
256 * the string " (deleted)" is appended. Note that this is ambiguous.
288 prepend(&b, " (deleted)", 11); in d_path()
322 prepend(&b, " (deleted)", 11); in simple_dname()
376 prepend(&b, "//deleted", 10); in dentry_path()
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.c57 usnic_dbg("Dev %s vnic idx %u cmd %u already deleted", in usnic_fwd_devcmd_locked()
280 usnic_dbg("Filter %u already deleted for VF Idx %u pf: %s status: %d", in usnic_fwd_dealloc_flow()
291 * a flow fails to be deleted in the firmware, it is an in usnic_fwd_dealloc_flow()
295 usnic_dbg("PF %s VF Idx %u Filter: %u FILTER DELETED", in usnic_fwd_dealloc_flow()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-dhcom-som-cfg-sdcard.dtsi17 * To use usdhc1 as SD card, the WiFi node must be deleted. The associated
18 * pwrseq node is also deleted in order to ensure that GPIO H is released.
/linux/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c62 * has been deleted or while it is being moved . in vcpu_worker()
230 * Clobber the IDT so that a #PF due to the memory region being deleted in guest_code_delete_memory_region()
232 * deleted, there will be no valid mappings. As a result, KVM will in guest_code_delete_memory_region()
242 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region()
250 /* Spin until the memory region is deleted. */ in guest_code_delete_memory_region()
260 /* Spin indefinitely (until the code memslot is deleted). */ in guest_code_delete_memory_region()
/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c350 struct rej_tmout_entry *deleted; in rej_tmout_timeout() local
352 deleted = xa_cmpxchg(item->xa_rej_tmout, item->rem_pv_cm_id, item, NULL, 0); in rej_tmout_timeout()
354 if (deleted != item) in rej_tmout_timeout()
355 pr_debug("deleted(%p) != item(%p)\n", deleted, item); in rej_tmout_timeout()
513 pr_debug("Deleted %d entries in xarray for slave %d during cleanup\n", in rej_tmout_xa_cleanup()
/linux/Documentation/driver-api/
H A Ddevice_link.rst73 typically deleted in its ``->remove`` callback for symmetry. That way, if the
75 orderly deleted on unload. The same restrictions that apply to device link
77 to deletion. Device links managed by the driver core are deleted automatically
116 Moreover, managed device links cannot be deleted directly. They are deleted

12345678910>>...34