/linux-6.14.4/include/linux/ |
D | llist.h | 35 * The list entries deleted via llist_del_all can be traversed with 37 * entries can not be traversed safely before deleted from the list. 38 * The order of deleted entries is from the newest to the oldest added 130 * llist_for_each - iterate over some deleted entries of a lock-less list 132 * @node: the first entry of deleted list entries 135 * safely only after being deleted from list, so start with an entry 138 * If being used on entries deleted from lock-less list directly, the 147 * llist_for_each_safe - iterate over some deleted entries of a lock-less list 151 * @node: the first entry of deleted list entries 154 * safely only after being deleted from list, so start with an entry [all …]
|
D | peci.h | 66 * @deleted: indicates that PECI device was already deleted 80 bool deleted; member
|
/linux-6.14.4/fs/bcachefs/ |
D | bkey_methods.h | 18 * invalid, entire key will be deleted. 97 struct bkey_i deleted; in bch2_key_trigger_old() local 99 bkey_init(&deleted.k); in bch2_key_trigger_old() 100 deleted.k.p = old.k->p; in bch2_key_trigger_old() 102 return bch2_key_trigger(trans, btree_id, level, old, bkey_i_to_s(&deleted), in bch2_key_trigger_old() 111 struct bkey_i deleted; in bch2_key_trigger_new() local 113 bkey_init(&deleted.k); in bch2_key_trigger_new() 114 deleted.k.p = new.k->p; in bch2_key_trigger_new() 116 return bch2_key_trigger(trans, btree_id, level, bkey_i_to_s_c(&deleted), new, in bch2_key_trigger_new()
|
D | disk_groups.c | 47 prt_printf(err, "disk %u has deleted label %u", i, group_id); in bch2_sb_disk_groups_validate() 102 if (g->entries[i].deleted) { in bch2_disk_groups_to_text() 103 prt_printf(out, "[deleted]"); in bch2_disk_groups_to_text() 134 prt_printf(out, "[deleted]"); in bch2_sb_disk_groups_to_text() 170 dst->deleted = BCH_GROUP_DELETED(src); in bch2_sb_disk_groups_to_cpu() 220 devs = g && t.group < g->nr && !g->entries[t.group].deleted in bch2_target_to_mask() 250 m = g && t.group < g->nr && !g->entries[t.group].deleted in bch2_dev_in_target() 402 if (g->deleted) in bch2_disk_path_to_text()
|
/linux-6.14.4/Documentation/RCU/ |
D | listRCU.rst | 90 or deleted, rather than being modified in place. This is a rare example 229 deleted, without in-place modification, it is very easy to use RCU! 320 function in ipc/shm.c). This code checks a *deleted* flag under a 321 per-entry spinlock, and, if the *deleted* flag is set, pretends that the 328 For the deleted-flag technique to be helpful, why is it necessary 334 to accomplish this would be to add a ``deleted`` flag and a ``lock`` spinlock to the 346 if (e->deleted) { 361 The ``audit_del_rule()`` function would need to set the ``deleted`` flag under the 375 e->deleted = 1; 386 Note that this example assumes that entries are only added and deleted. [all …]
|
/linux-6.14.4/drivers/md/dm-vdo/indexer/ |
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()
|
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-6.14.4/include/uapi/linux/ |
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 */
|
/linux-6.14.4/Documentation/bpf/ |
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
|
/linux-6.14.4/security/ipe/ |
D | policy_fs.c | 40 * * %-ENOENT - Policy initializing/deleted or is unsigned 83 * * %-ENOENT - Policy initializing/deleted 120 * * %-ENOENT - Policy initializing/deleted 158 * * %-ENOENT - Policy initializing/deleted 201 * * %-ENOENT - Policy initializing/deleted 249 * * %-ENOENT - Policy initializing/deleted 327 * * %-ENOENT - Policy initializing/deleted
|
/linux-6.14.4/scripts/dtc/ |
D | dtc.h | 197 bool deleted; member 207 bool deleted; member 218 bool deleted; member 244 if (!(l)->deleted) 251 if (!(p)->deleted) 258 if (!(c)->deleted)
|
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 = 1; in delete_node() [all …]
|
/linux-6.14.4/fs/ubifs/ |
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-6.14.4/security/apparmor/include/ |
D | path.h | 20 PATH_DELEGATE_DELETED = 0x10000, /* delegate deleted files */ 21 PATH_MEDIATE_DELETED = 0x20000, /* mediate deleted paths */
|
/linux-6.14.4/Documentation/admin-guide/ |
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-6.14.4/security/apparmor/ |
D | path.c | 155 * 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() 205 *info = "Failed name lookup - deleted entry"; in aa_path_name()
|
/linux-6.14.4/include/media/ |
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-6.14.4/net/phonet/ |
D | pn_dev.c | 267 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-6.14.4/tools/testing/selftests/net/forwarding/ |
D | bridge_vlan_unaware.sh | 113 ping_ipv4 " with bridge port $swp1 PVID deleted" 114 ping_ipv6 " with bridge port $swp1 PVID deleted"
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
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-6.14.4/tools/testing/selftests/efivarfs/ |
D | efivarfs.sh | 116 echo "$file couldn't be deleted" >&2 140 echo "$file should have been deleted" >&2 297 # var should only be deleted on last close 350 # var should only be deleted on last close
|
/linux-6.14.4/drivers/mtd/ |
D | ftl.c | 119 uint32_t Deleted; member 283 part->EUNInfo[i].Deleted = 0; in build_maps() 302 part->EUNInfo[i].Deleted++; in build_maps() 544 eun->Deleted = 0; in copy_erase_unit() 561 the most deleted blocks. But with a small probability, pick the 640 if (part->EUNInfo[i].Deleted >= best) { in reclaim_block() 641 best = part->EUNInfo[i].Deleted; in reclaim_block() 681 "%d deleted\n", i, in dump_lists() 683 part->EUNInfo[i].Free, part->EUNInfo[i].Deleted); in dump_lists() 908 part->EUNInfo[part->bam_index].Deleted++; in ftl_write() [all …]
|
/linux-6.14.4/drivers/peci/ |
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-6.14.4/drivers/acpi/acpica/ |
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-6.14.4/arch/arm/boot/dts/nxp/imx/ |
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.
|