| /linux/drivers/virt/coco/efi_secret/ |
| H A D | Kconfig | 12 <securityfs>/secrets/coco. Files can be read and deleted (deleting
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 1712 bool adding, deleting; in remote_cpus_update() local 1726 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, excpus); in remote_cpus_update() 1750 if (deleting) in remote_cpus_update() 1761 if (adding || deleting) in remote_cpus_update() 1818 int deleting; /* Deleting cpus from parent's effective_cpus */ in update_parent_effective_cpumask() local 1832 adding = deleting = false; in update_parent_effective_cpumask() 1905 deleting = true; in update_parent_effective_cpumask() 1947 deleting = cpumask_and(tmp->delmask, in update_parent_effective_cpumask() 1955 deleting = cpumask_and(tmp->delmask, tmp->delmask, in update_parent_effective_cpumask() 1979 if (deleting) { in update_parent_effective_cpumask() [all …]
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | Kconfig | 27 - Creating and deleting rules
|
| /linux/Documentation/bpf/ |
| H A D | map_cgrp_storage.rst | 103 (4). ``BPF_MAP_TYPE_CGRP_STORAGE`` supports deleting local storage by a BPF program
|
| /linux/scripts/gdb/linux/ |
| H A D | constants.py.in | 43 /* The build system will take care of deleting everything above this marker */
|
| /linux/net/sched/ |
| H A D | cls_api.c | 467 tp->deleting = true; in tcf_proto_check_delete() 468 return tp->deleting; in tcf_proto_check_delete() 474 tp->deleting = true; in tcf_proto_mark_delete() 480 bool deleting; in tcf_proto_is_deleting() local 483 deleting = tp->deleting; in tcf_proto_is_deleting() 486 return deleting; in tcf_proto_is_deleting() 1119 /* 'deleting' flag is set and chain->filter_chain_lock was in __tcf_get_next_proto() 1127 if (!tp->deleting && tp->prio >= prio) in __tcf_get_next_proto() 1988 WARN_ON(tp_iter->deleting); in tcf_chain_tp_delete_empty() [all...] |
| H A D | cls_flower.c | 2513 if (tp->deleting) { in fl_change() 3826 tp->deleting = idr_is_empty(&head->handle_idr); in fl_delete_empty() 3829 return tp->deleting; in fl_delete_empty()
|
| /linux/Documentation/trace/ |
| H A D | user_events.rst | 190 The command to issue is DIAG_IOCSUNREG. This is different than deleting, where 191 deleting actually removes the event from the system. Unregistering simply tells
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | statistics.rst | 28 must be supplied when querying statistics about the region, deleting the
|
| /linux/fs/jffs2/ |
| H A D | README.Locking | 158 creating or deleting any xattr related object.
|
| /linux/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 36 - Changing the history of a set of patches by fixing (or deleting) broken
|
| /linux/include/net/ |
| H A D | sch_generic.h | 443 bool deleting; 426 bool deleting; global() member
|
| /linux/Documentation/sound/codecs/ |
| H A D | cs35l56.rst | 254 This is most likely to be cause by accidentally deleting the file from
|
| /linux/Documentation/process/ |
| H A D | management-style.rst | 95 deleting it, you may have irrevocably lost the trust of that
|
| /linux/Documentation/filesystems/ |
| H A D | ramfs-rootfs-initramfs.rst | 130 Since this is a remarkably persnickety process (and involves deleting
|
| H A D | ext2.rst | 339 stems from performance problems when creating and deleting (and also
|
| H A D | relay.rst | 220 remove_buf_file() must also be defined; it's responsible for deleting
|
| H A D | zonefs.rst | 116 Creating, deleting, renaming or modifying any attribute of files and
|
| H A D | vfs.rst | 532 to support deleting inodes 565 to support deleting subdirectories
|
| H A D | fsverity.rst | 522 fs-verity is being enabled on the file. Changing or deleting the
|
| /linux/Documentation/core-api/ |
| H A D | assoc_array.rst | 238 5. Destroy an associative array, deleting all objects::
|
| /linux/Documentation/security/ |
| H A D | credentials.rst | 81 Actions include reading, writing, creating and deleting files; forking or
|
| /linux/LICENSES/dual/ |
| H A D | MPL-1.1 | 474 deleting the provisions above and replace them with the notice and
|
| /linux/drivers/md/ |
| H A D | md.c | 773 INIT_LIST_HEAD(&mddev->deleting); in mddev_init() 913 if (!list_empty(&mddev->deleting)) in mddev_unlock() 914 list_splice_init(&mddev->deleting, &delete); in mddev_unlock() 2675 list_add(&rdev->same_set, &mddev->deleting); in md_kick_rdev_from_array()
|
| /linux/Documentation/kernel-hacking/ |
| H A D | locking.rst | 1005 Another common problem is deleting timers which restart themselves (by
|