/Linux-v5.10/net/netfilter/ |
D | nf_conntrack_sane.c | 168 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly; variable 177 nf_conntrack_helpers_unregister(sane, ports_c * 2); in nf_conntrack_sane_fini() 197 nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_sane_init() 201 nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_sane_init() 207 ret = nf_conntrack_helpers_register(sane, ports_c * 2); in nf_conntrack_sane_init()
|
/Linux-v5.10/Documentation/block/ |
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-v5.10/drivers/staging/android/ |
D | TODO | 5 - audit userspace interfaces to make sure they are sane
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-format | 9 we want to export, so that userspace can deal with sane
|
/Linux-v5.10/drivers/greybus/ |
D | Kconfig | 8 sane application layer. It was originally designed for the
|
/Linux-v5.10/Documentation/trace/ |
D | function-graph-fold.vim | 9 " relatively sane even through a context switch.
|
/Linux-v5.10/tools/testing/selftests/futex/ |
D | README | 53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
|
/Linux-v5.10/drivers/staging/vc04_services/interface/ |
D | TODO | 65 9) Reformat core code with more sane indentations
|
/Linux-v5.10/Documentation/usb/ |
D | gadget-testing.rst | 705 The attributes have sane default values. 738 The attributes have sane default values. 778 a number of their subdirectories. There are some sane defaults provided, but 916 The attributes have sane default values.
|
/Linux-v5.10/Documentation/devicetree/bindings/powerpc/opal/ |
D | power-mgt.txt | 89 remaining fields of the psscr to the following sane-default
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | sdma.c | 1724 int sane; in sdma_gethead() local 1733 sane = (hwhead >= swhead) & (hwhead <= swtail); in sdma_gethead() 1736 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in sdma_gethead() 1740 sane = (hwhead == swhead); in sdma_gethead() 1742 if (unlikely(!sane)) { in sdma_gethead()
|
/Linux-v5.10/Documentation/hwmon/ |
D | f71882fg.rst | 163 fan control will not work properly, unless you set a sane fan#_full_speed
|
/Linux-v5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 53 configuration registers to a sane state-- masked or
|
/Linux-v5.10/Documentation/networking/ |
D | operstates.rst | 177 IFLA_OPERSTATE to a sane value.
|
/Linux-v5.10/Documentation/driver-api/usb/ |
D | dma.rst | 77 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kvm_host.h | 739 u8 sane; member
|
/Linux-v5.10/drivers/infiniband/hw/qib/ |
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()
|
D | qib_iba7322.c | 6912 int sane; in qib_sdma_7322_gethead() local 6932 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7322_gethead() 6935 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7322_gethead() 6939 sane = (hwhead == swhead); in qib_sdma_7322_gethead() 6941 if (unlikely(!sane)) { in qib_sdma_7322_gethead()
|
/Linux-v5.10/Documentation/trace/coresight/ |
D | coresight-cpu-debug.rst | 96 - On systems with a sane power controller which can behave correctly with
|
/Linux-v5.10/Documentation/sh/ |
D | new-machine.rst | 133 * setup here. Though it's also sane to leave this empty
|
/Linux-v5.10/Documentation/timers/ |
D | timekeeping.rst | 144 NMI-safe and return a sane value in any context.
|
/Linux-v5.10/Documentation/staging/ |
D | remoteproc.rst | 321 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
|
/Linux-v5.10/Documentation/process/ |
D | botching-up-ioctls.rst | 164 already-completed events, successful waits and timed-out waits are all sane
|
/Linux-v5.10/Documentation/core-api/ |
D | printk-formats.rst | 242 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-energy.rst | 396 Consequently, the only sane governor to use together with EAS is schedutil,
|