Home
last modified time | relevance | path

Searched refs:sane (Results 1 – 25 of 33) sorted by relevance

12

/linux/net/netfilter/
H A Dnf_conntrack_sane.c169 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly; variable
178 nf_conntrack_helpers_unregister(sane, ports_c * 2); in nf_conntrack_sane_fini()
193 nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_sane_init()
197 nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_sane_init()
203 ret = nf_conntrack_helpers_register(sane, ports_c * 2); in nf_conntrack_sane_init()
/linux/tools/perf/tests/shell/
H A Dperf-report-hierarchy.sh13 sane=$(echo "${temp_dir}" | cut -b 1-21)
14 if [ "${sane}" = "/tmp/perf-test-report" ] ; then
H A Dscript.sh17 sane=$(echo "${temp_dir}" | cut -b 1-21)
18 if [ "${sane}" = "/tmp/perf-test-script" ] ; then
H A Dtest_intel_pt.sh32 sane=$(echo "${temp_dir}" | cut -b 1-26)
33 if [ "${sane}" = "/tmp/perf-test-intel-pt-sh" ] ; then
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-format9 we want to export, so that userspace can deal with sane
/linux/Documentation/trace/
H A Dfunction-graph-fold.vim9 " relatively sane even through a context switch.
/linux/drivers/greybus/
H A DKconfig8 sane application layer. It was originally designed for the
/linux/tools/testing/selftests/futex/
H A DREADME53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.c1665 int sane; in sdma_gethead() local
1674 sane = (hwhead >= swhead) & (hwhead <= swtail); in sdma_gethead()
1677 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in sdma_gethead()
1681 sane = (hwhead == swhead); in sdma_gethead()
1683 if (unlikely(!sane)) { in sdma_gethead()
/linux/Documentation/devicetree/bindings/powerpc/opal/
H A Dpower-mgt.txt89 remaining fields of the psscr to the following sane-default
/linux/Documentation/driver-api/usb/
H A Ddma.rst77 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
/linux/kernel/
H A DKconfig.kexec175 memory buffer/segment size under 1MiB. This represents a sane choice
/linux/Documentation/networking/
H A Doperstates.rst179 IFLA_OPERSTATE to a sane value.
/linux/Documentation/trace/coresight/
H A Dcoresight-cpu-debug.rst96 - On systems with a sane power controller which can behave correctly with
/linux/Documentation/arch/sh/
H A Dnew-machine.rst133 * setup here. Though it's also sane to leave this empty
/linux/Documentation/timers/
H A Dtimekeeping.rst144 NMI-safe and return a sane value in any context.
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst164 already-completed events, successful waits and timed-out waits are all sane
H A Dapplying-patches.rst357 tool) tree to be in a reasonably sane state adequate for testing.
H A Dhowto.rst266 be in a reasonably sane state adequate for testing. The goal is to
/linux/Documentation/core-api/
H A Dprintk-formats.rst296 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst490 sane - as-if validating runtime programmed regions and decoders.
/linux/Documentation/PCI/
H A Dpci.rst528 having sane locking.
/linux/arch/powerpc/kvm/
H A Dbook3s_pr.c1812 if (!vcpu->arch.sane) { in kvmppc_vcpu_run_pr()
H A Dpowerpc.c277 vcpu->arch.sane = r; in kvmppc_sanity_check()
H A Dbooke.c765 if (!vcpu->arch.sane) { in kvmppc_vcpu_run()

12