Home
last modified time | relevance | path

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

12345678910>>...21

/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 */
H A Dinotify.h39 #define IN_DELETE 0x00000200 /* Subfile was deleted */
40 #define IN_DELETE_SELF 0x00000400 /* Self was 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/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
H A Dmaps.rst56 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 Dpeci.h66 * @deleted: indicates that PECI device was already deleted
80 bool deleted; member
/linux/security/apparmor/include/
H A Dpath.h21 PATH_DELEGATE_DELETED = 0x10000, /* delegate deleted files */
22 PATH_MEDIATE_DELETED = 0x20000, /* mediate deleted paths */
/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/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/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh
/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()
210 *info = "Failed name lookup - deleted entry"; in aa_path_name()
/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/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/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/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/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
/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/fs/xfs/libxfs/
H A Dxfs_ialloc.h21 bool deleted; /* record is deleted */ member
/linux/Documentation/netlink/specs/
H A Ddev-energymodel.yaml164 name: perf-domain-deleted
165 doc: A performance domain is deleted.
/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/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/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
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h60 int deleted; member
108 unsigned int deleted :1; member
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fcoe124 - "Deleted" - FCF is being removed from the system
133 FCF becomes "Deleted" or the FCF is rediscovered and becomes

12345678910>>...21