| /linux/Documentation/arch/s390/ |
| H A D | mm.rst | 19 - The virtual memory regions are tracked or untracked by KASAN 33 | | ... unused gap | KASAN untracked 36 |.amode31 text/data|.amode31 text/data| KASAN untracked 51 | ... unused gap | KASAN untracked 77 | memory map | KASAN untracked 81 | Absolute Lowcore | KASAN untracked 85 | Real Memory Copy| KASAN untracked 88 | | KASAN untracked or 101 | ... unused gap | KASAN untracked 105 | ... unused gap | KASAN untracked [all …]
|
| /linux/scripts/package/ |
| H A D | gen-diff-patch | 19 # it will go into ${diff_patch}. If untracked files are remaining, the resulting 30 # This script does not take care of untracked files because doing so would 32 # untracked files are found. 33 # If all untracked files are just garbage, you can ignore this warning. 35 echo >&2 "Your working tree has diff from HEAD, and also untracked file(s)."
|
| /linux/include/linux/ |
| H A D | ref_tracker.h | 17 refcount_t untracked; member 67 refcount_set(&dir->untracked, 1); in ref_tracker_dir_init()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_icmp_related.sh | 141 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 157 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 165 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
|
| H A D | conntrack_vrf.sh | 146 oif tvrf ct state untracked counter 151 oif tvrf ct state untracked counter 169 ip netns exec "$ns0" nft list table ip nat |grep -q 'untracked counter packets [1-9]'; then
|
| H A D | nft_synproxy.sh | 74 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
|
| H A D | conntrack_sctp_collision.sh | 58 ip net exec "$ROUTER_NS" iptables -A FORWARD -m state --state INVALID,UNTRACKED -j DROP
|
| /linux/rust/kernel/list/ |
| H A D | impl_list_item_mod.rs | 118 /// impl ListArcSafe<0> for SimpleListItem { untracked; } 137 /// impl{T, U} ListArcSafe<0> for ComplexListItem<T, U> { untracked; } 154 /// impl ListArcSafe<0> for SimpleListItem { untracked; } 173 /// impl{T, U} ListArcSafe<0> for ComplexListItem<T, U> { untracked; }
|
| H A D | arc.rs | 75 /// * The `untracked` strategy does not actually keep track of whether a [`ListArc`] exists. When 86 (impl$({$($generics:tt)*})? ListArcSafe<$num:tt> for $t:ty { untracked; } $($rest:tt)*) => {
|
| /linux/scripts/ |
| H A D | remove-stale-files | 11 # Also, 'git status' shows such stale build artifacts as untracked files.
|
| /linux/lib/ |
| H A D | ref_tracker.c | 248 WARN_ON_ONCE(refcount_read(&dir->untracked) != 1); in ref_tracker_dir_exit() 274 refcount_inc(&dir->untracked); in ref_tracker_alloc() 304 refcount_dec(&dir->untracked); in ref_tracker_free()
|
| /linux/mm/kmsan/ |
| H A D | core.c | 99 /* @src is untracked: mark @dst as initialized. */ in kmsan_internal_memmove_metadata() 274 * This page is untracked. If there were uninitialized in kmsan_internal_check_memory()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | nf_conntrack_common.h | 96 /* Conntrack is a fake untracked entry. Obsolete and not used anymore */
|
| /linux/drivers/misc/lkdtm/ |
| H A D | kstack_erase.c | 104 " untracked: %lu bytes\n" in check_stackleak_irqoff()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_synproxy.c | 95 -i tmp1 -p tcp -m tcp --dport 8080 -m state --state INVALID,UNTRACKED \ in test_synproxy()
|
| /linux/samples/cgroup/ |
| H A D | memcg_event_listener.c | 193 printf("*** No new untracked memcg events available\n"); in read_memcg_events()
|
| /linux/Documentation/core-api/ |
| H A D | debug-objects.rst | 146 the object can be deactivated. Deactivating is not allowed for untracked
|
| /linux/drivers/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 231 untracked: false
|
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 67 untracked;
|
| H A D | transaction.rs | 49 impl ListArcSafe<0> for Transaction { untracked; }
|
| H A D | process.rs | 380 impl ListArcSafe<{Self::LIST_NODE}> for NodeRefInfo { untracked; } 381 impl ListArcSafe<{Self::LIST_PROC}> for NodeRefInfo { untracked; } 464 impl ListArcSafe<0> for Process { untracked; }
|
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 132 /* populate kasan shadow for untracked memory */ in kasan_populate_shadow()
|
| /linux/net/ipv6/ |
| H A D | ndisc.c | 974 case 0: /* Don't accept untracked na (absent in neighbor cache) */ in accept_untracked_na() 976 case 1: /* Create new entries from na if currently untracked */ in accept_untracked_na() 978 case 2: /* Create new entries from untracked na only if saddr is in the in accept_untracked_na()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | lag_conf.c | 527 nfp_warn(priv->app->cpp, "untracked bond got unregistered %s\n", in nfp_fl_lag_schedule_group_delete()
|
| /linux/rust/kernel/ |
| H A D | list.rs | 63 /// impl ListArcSafe<0> for BasicItem { untracked; } 173 /// impl{T: ?Sized} ListArcSafe<0> for DTWrap<T> { untracked; } 839 /// impl ListArcSafe<0> for ListItem { untracked; } in prev_ptr()
|