/linux/drivers/md/dm-vdo/indexer/ |
H A D | open-chapter.c | 26 * 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 D | open-chapter.h | 27 /* 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 D | policy_fs.c | 45 * * %-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/include/uapi/linux/ |
H A D | thermal.h | 78 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 */
|
H A D | inotify.h | 39 #define IN_DELETE 0x00000200 /* Subfile was deleted */ 40 #define IN_DELETE_SELF 0x00000400 /* Self was deleted */
|
/linux/tools/testing/selftests/net/ |
H A D | rtnetlink_notification.sh | 50 # 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/Documentation/bpf/ |
H A D | map_sk_storage.rst | 17 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
|
H A D | maps.rst | 56 failure. The map can be deleted by calling ``close(fd)``. Maps held by open 57 file descriptors will be deleted automatically when a process exits.
|
/linux/include/linux/ |
H A D | peci.h | 66 * @deleted: indicates that PECI device was already deleted 80 bool deleted; member
|
/linux/fs/ubifs/ |
H A D | orphan.c | 14 * 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/scripts/dtc/ |
H A D | dtc.h | 200 bool deleted; 210 bool deleted; 221 bool deleted; 247 if (!(l)->deleted) 254 if (!(p)->deleted) 261 if (!(c)->deleted) 197 bool deleted; global() member 207 bool deleted; global() member 218 bool deleted; global() member
|
H A D | livetree.c | 20 new->deleted = 0; in add_label() 36 label->deleted = 1; in delete_labels() 60 new->deleted = 1; in build_property_delete() 113 new->deleted = 1; in build_node_delete() 148 old_node->deleted = 0; in merge_nodes() 162 if (new_prop->deleted) { in merge_nodes() 176 old_prop->deleted = 0; in merge_nodes() 199 if (new_child->deleted) { in merge_nodes() 295 prop->deleted = 1; in delete_property() 331 node->deleted in delete_node() [all...] |
/linux/Documentation/admin-guide/ |
H A D | binderfs.rst | 70 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/include/ |
H A D | path.h | 21 PATH_DELEGATE_DELETED = 0x10000, /* delegate deleted files */ 22 PATH_MEDIATE_DELETED = 0x20000, /* mediate deleted paths */
|
/linux/include/media/ |
H A D | v4l2-device.h | 290 * Note: subdevs cannot be added or deleted while walking 315 * Note: subdevs cannot be added or deleted while walking 347 * Note: subdevs cannot be added or deleted while walking 382 * Note: subdevs cannot be added or deleted while walking 409 * Note: subdevs cannot be added or deleted while walking 442 * Note: subdevs cannot be added or deleted while walking 469 * Note: subdevs cannot be added or deleted while walking 501 * Note: subdevs cannot be added or deleted while walking
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool_map.sh | 200 echo " Key $key for $map_name was not deleted but should have been deleted" 205 echo "Key $key for $map_name was deleted but should have not been deleted" 210 # Test creation of map's deleted entry, if deletion was successful.
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 177 "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/peci/ |
H A D | device.c | 14 * 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/drivers/acpi/acpica/ |
H A D | nsalloc.c | 59 * 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
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ull-dhcom-som-cfg-sdcard.dtsi | 17 * 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/drivers/infiniband/hw/usnic/ |
H A D | usnic_fwd.c | 57 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/fs/ |
H A D | d_path.c | 255 * 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/mlx4/ |
H A D | cm.c | 350 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/tools/testing/selftests/kvm/ |
H A D | set_memory_region_test.c | 62 * 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/Documentation/driver-api/ |
H A D | device_link.rst | 73 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
|