Home
last modified time | relevance | path

Searched refs:deleting (Results 1 – 24 of 24) sorted by relevance

/linux/kernel/cgroup/
H A Dcpuset.c1590 bool adding, deleting; in remote_cpus_update() local
1604 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, excpus); in remote_cpus_update()
1628 if (deleting) in remote_cpus_update()
1638 if (adding || deleting) in remote_cpus_update()
1695 int deleting; /* Deleting cpus from parent's effective_cpus */ in update_parent_effective_cpumask() local
1709 adding = deleting = false; in update_parent_effective_cpumask()
1782 deleting = true; in update_parent_effective_cpumask()
1824 deleting = cpumask_and(tmp->delmask, in update_parent_effective_cpumask()
1832 deleting = cpumask_and(tmp->delmask, tmp->delmask, in update_parent_effective_cpumask()
1856 if (deleting) { in update_parent_effective_cpumask()
[all …]
/linux/net/sched/
H A Dcls_matchall.c25 bool deleting; member
254 head->deleting = true; in mall_delete()
267 if (!head || head->deleting) in mall_walk()
H A Dcls_api.c467 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()
1127 if (!tp->deleting && tp->prio >= prio) in __tcf_get_next_proto()
1988 WARN_ON(tp_iter->deleting); in tcf_chain_tp_delete_empty()
H A Dcls_flower.c2509 if (tp->deleting) { in fl_change()
3822 tp->deleting = idr_is_empty(&head->handle_idr); in fl_delete_empty()
3825 return tp->deleting; in fl_delete_empty()
/linux/drivers/virt/coco/efi_secret/
H A DKconfig12 <securityfs>/secrets/coco. Files can be read and deleted (deleting
/linux/drivers/net/ethernet/microchip/vcap/
H A DKconfig27 - Creating and deleting rules
/linux/Documentation/bpf/
H A Dmap_cgrp_storage.rst103 (4). ``BPF_MAP_TYPE_CGRP_STORAGE`` supports deleting local storage by a BPF program
/linux/scripts/gdb/linux/
H A Dconstants.py.in43 /* The build system will take care of deleting everything above this marker */
/linux/Documentation/trace/
H A Duser_events.rst190 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 Dstatistics.rst28 must be supplied when querying statistics about the region, deleting the
/linux/fs/jffs2/
H A DREADME.Locking158 creating or deleting any xattr related object.
/linux/drivers/md/
H A Dmd.h628 struct list_head deleting; member
H A Dmd.c779 INIT_LIST_HEAD(&mddev->deleting); in mddev_init()
919 if (!list_empty(&mddev->deleting)) in mddev_unlock()
920 list_splice_init(&mddev->deleting, &delete); in mddev_unlock()
2678 list_add(&rdev->same_set, &mddev->deleting); in md_kick_rdev_from_array()
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst36 - Changing the history of a set of patches by fixing (or deleting) broken
/linux/Documentation/sound/codecs/
H A Dcs35l56.rst254 This is most likely to be cause by accidentally deleting the file from
/linux/include/net/
H A Dsch_generic.h446 bool deleting; member
/linux/Documentation/process/
H A Dmanagement-style.rst95 deleting it, you may have irrevocably lost the trust of that
/linux/Documentation/core-api/
H A Dassoc_array.rst238 5. Destroy an associative array, deleting all objects::
/linux/Documentation/security/
H A Dcredentials.rst81 Actions include reading, writing, creating and deleting files; forking or
/linux/Documentation/filesystems/
H A Dzonefs.rst116 Creating, deleting, renaming or modifying any attribute of files and
/linux/LICENSES/dual/
H A DMPL-1.1474 deleting the provisions above and replace them with the notice and
/linux/Documentation/kernel-hacking/
H A Dlocking.rst1005 Another common problem is deleting timers which restart themselves (by
/linux/Documentation/RCU/
H A DwhatisRCU.rst118 prevent an updater from deleting the data structure out from under them.
/linux/Documentation/virt/kvm/
H A Dapi.rst1420 For TDX guest, deleting/moving memory region loses guest memory contents.