| /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/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/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/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/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/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/tools/testing/selftests/bpf/ |
| H A D | test_bpftool_map.sh | |
| /linux/security/apparmor/ |
| H A 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() 210 *info = "Failed name lookup - deleted entry"; in aa_path_name()
|
| /linux/net/phonet/ |
| H A 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/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/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/drivers/mtd/ |
| H A D | ftl.c | 119 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 D | xfs_ialloc.h | 21 bool deleted; /* record is deleted */ member
|
| /linux/Documentation/netlink/specs/ |
| H A D | dev-energymodel.yaml | 164 name: perf-domain-deleted 165 doc: A performance domain is deleted.
|
| /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
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_dsp_spos.h | 60 int deleted; member 108 unsigned int deleted :1; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fcoe | 124 - "Deleted" - FCF is being removed from the system 133 FCF becomes "Deleted" or the FCF is rediscovered and becomes
|