Home
last modified time | relevance | path

Searched full:untracked (Results 1 – 25 of 33) sorted by relevance

12

/linux/Documentation/arch/s390/
H A Dmm.rst19 - 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 Dgen-diff-patch19 # 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 Dref_tracker.h15 refcount_t untracked; member
35 refcount_set(&dir->untracked, 1); in ref_tracker_dir_init()
/linux/lib/
H A Dref_tracker.c180 WARN_ON_ONCE(refcount_read(&dir->untracked) != 1); in ref_tracker_dir_exit()
206 refcount_inc(&dir->untracked); in ref_tracker_alloc()
236 refcount_dec(&dir->untracked); in ref_tracker_free()
H A Ddebugobjects.c669 * debug_object_init() unconditionally allocates untracked in lookup_object_or_alloc()
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_icmp_related.sh141 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 Dconntrack_vrf.sh146 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 Dnft_synproxy.sh74 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
H A Dconntrack_sctp_collision.sh58 ip net exec "$ROUTER_NS" iptables -A FORWARD -m state --state INVALID,UNTRACKED -j DROP
/linux/scripts/
H A Dremove-stale-files11 # Also, 'git status' shows such stale build artifacts as untracked files.
/linux/mm/kmsan/
H A Dcore.c102 /* @src is untracked: mark @dst as initialized. */ in kmsan_internal_memmove_metadata()
273 * This page is untracked. If there were uninitialized in kmsan_internal_check_memory()
/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h96 /* Conntrack is a fake untracked entry. Obsolete and not used anymore */
/linux/drivers/misc/lkdtm/
H A Dstackleak.c104 " untracked: %lu bytes\n" in check_stackleak_irqoff()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c95 -i tmp1 -p tcp -m tcp --dport 8080 -m state --state INVALID,UNTRACKED \ in test_synproxy()
/linux/rust/kernel/list/
H A Darc.rs75 /// * 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/samples/cgroup/
H A Dmemcg_event_listener.c195 printf("*** No new untracked memcg events available\n"); in read_memcg_events()
/linux/Documentation/core-api/
H A Ddebug-objects.rst146 the object can be deactivated. Deactivating is not allowed for untracked
/linux/net/ipv6/
H A Dndisc.c982 case 0: /* Don't accept untracked na (absent in neighbor cache) */ in accept_untracked_na()
984 case 1: /* Create new entries from na if currently untracked */ in accept_untracked_na()
986 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 Dlag_conf.c527 nfp_warn(priv->app->cpp, "untracked bond got unregistered %s\n", in nfp_fl_lag_schedule_group_delete()
/linux/rust/kernel/
H A Dlist.rs64 /// impl ListArcSafe<0> for BasicItem { untracked; }
718 /// impl ListArcSafe<0> for ListItem { untracked; }
/linux/net/netfilter/
H A Dnft_ct.c847 /* Previously seen (loopback or untracked)? Ignore. */ in nft_notrack_eval()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c477 return "Untracked CMD"; in cmdid2name()
629 return "Untracked EVENT"; in eventid2name()
3094 return "Untracked status"; in suspend_status2name()
/linux/arch/x86/include/asm/
H A Dpgtable.h921 * PAT type is always WB for untracked ranges, so no need to check. in is_new_memtype_allowed()
/linux/kernel/irq/
H A Dchip.c574 * Untracked interrupts are sent from a demultiplexing interrupt handler
/linux/Documentation/netlink/specs/
H A Drt-link.yaml496 name: accept-untracked-na

12