/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_sane.c | 169 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-6.3-rc2/Documentation/block/ |
A D | request.rst | 65 unsigned long hard_nr_sectors B Used to keep sector sane 69 unsigned long hard_nr_sectors B Used to keep nr_sectors sane 80 unsigned int hard_cur_sectors B Used to keep current_nr_sectors sane
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-event_source-devices-format | 9 we want to export, so that userspace can deal with sane
|
/linux-6.3-rc2/drivers/greybus/ |
A D | Kconfig | 8 sane application layer. It was originally designed for the
|
/linux-6.3-rc2/Documentation/trace/ |
A D | function-graph-fold.vim | 9 " relatively sane even through a context switch.
|
/linux-6.3-rc2/tools/perf/tests/shell/ |
A D | test_intel_pt.sh | 31 sane=$(echo "${temp_dir}" | cut -b 1-26) 32 if [ "${sane}" = "/tmp/perf-test-intel-pt-sh" ] ; then
|
/linux-6.3-rc2/tools/testing/selftests/futex/ |
A D | README | 53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/ |
A D | TODO | 43 * Reformat core code with more sane indentations
|
/linux-6.3-rc2/Documentation/usb/ |
A D | gadget-testing.rst | 711 The attributes have sane default values. 759 The attributes have sane default values. 800 a number of their subdirectories. There are some sane defaults provided, but 949 The attributes have sane default values.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/opal/ |
A D | power-mgt.txt | 89 remaining fields of the psscr to the following sane-default
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | sdma.c | 1684 int sane; in sdma_gethead() local 1693 sane = (hwhead >= swhead) & (hwhead <= swtail); in sdma_gethead() 1696 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in sdma_gethead() 1700 sane = (hwhead == swhead); in sdma_gethead() 1702 if (unlikely(!sane)) { in sdma_gethead()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/fsl/ |
A D | mpic.txt | 53 configuration registers to a sane state-- masked or
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | f71882fg.rst | 163 fan control will not work properly, unless you set a sane fan#_full_speed
|
/linux-6.3-rc2/Documentation/networking/ |
A D | operstates.rst | 179 IFLA_OPERSTATE to a sane value.
|
/linux-6.3-rc2/Documentation/driver-api/usb/ |
A D | dma.rst | 77 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | kvm_host.h | 744 u8 sane; member
|
/linux-6.3-rc2/drivers/infiniband/hw/qib/ |
A D | qib_iba7220.c | 4267 int sane; in qib_sdma_7220_gethead() local 4287 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7220_gethead() 4290 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7220_gethead() 4294 sane = (hwhead == swhead); in qib_sdma_7220_gethead() 4297 if (unlikely(!sane)) { in qib_sdma_7220_gethead()
|
A D | qib_iba7322.c | 6883 int sane; in qib_sdma_7322_gethead() local 6903 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7322_gethead() 6906 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7322_gethead() 6910 sane = (hwhead == swhead); in qib_sdma_7322_gethead() 6912 if (unlikely(!sane)) { in qib_sdma_7322_gethead()
|
/linux-6.3-rc2/Documentation/trace/coresight/ |
A D | coresight-cpu-debug.rst | 96 - On systems with a sane power controller which can behave correctly with
|
/linux-6.3-rc2/Documentation/timers/ |
A D | timekeeping.rst | 144 NMI-safe and return a sane value in any context.
|
/linux-6.3-rc2/Documentation/sh/ |
A D | new-machine.rst | 133 * setup here. Though it's also sane to leave this empty
|
/linux-6.3-rc2/Documentation/staging/ |
A D | remoteproc.rst | 322 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
|
/linux-6.3-rc2/Documentation/process/ |
A D | botching-up-ioctls.rst | 164 already-completed events, successful waits and timed-out waits are all sane
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | printk-formats.rst | 277 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-energy.rst | 401 Consequently, the only sane governor to use together with EAS is schedutil,
|