/Linux-v4.19/net/netfilter/ |
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() 198 nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP, "sane", in nf_conntrack_sane_init() 202 nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP, "sane", in nf_conntrack_sane_init() 208 ret = nf_conntrack_helpers_register(sane, ports_c * 2); in nf_conntrack_sane_init()
|
/Linux-v4.19/Documentation/block/ |
D | request.txt | 55 unsigned long hard_nr_sectors B Used to keep sector sane 59 unsigned long hard_nr_sectors B Used to keep nr_sectors sane 70 unsigned int hard_cur_sectors B Used to keep current_nr_sectors sane
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-format | 9 we want to export, so that userspace can deal with sane
|
/Linux-v4.19/drivers/staging/android/ |
D | TODO | 5 - audit userspace interfaces to make sure they are sane
|
/Linux-v4.19/Documentation/trace/ |
D | function-graph-fold.vim | 9 " relatively sane even through a context switch.
|
D | coresight-cpu-debug.txt | 94 - On systems with a sane power controller which can behave correctly with
|
/Linux-v4.19/Documentation/usb/ |
D | wusb-cbaf | 55 You can default most arguments to '' to get a sane value:
|
D | gadget-testing.txt | 612 The attributes have sane default values. 640 The attributes have sane default values. 678 a number of their subdirectories. There are some sane defaults provided, but 801 The attributes have sane default values.
|
/Linux-v4.19/tools/testing/selftests/futex/ |
D | README | 53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/opal/ |
D | power-mgt.txt | 89 remaining fields of the psscr to the following sane-default
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | sdma.c | 1715 int sane; in sdma_gethead() local 1724 sane = (hwhead >= swhead) & (hwhead <= swtail); in sdma_gethead() 1727 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in sdma_gethead() 1731 sane = (hwhead == swhead); in sdma_gethead() 1733 if (unlikely(!sane)) { in sdma_gethead()
|
/Linux-v4.19/Documentation/hwmon/ |
D | f71882fg | 109 fan control will not work properly, unless you set a sane fan#_full_speed
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 53 configuration registers to a sane state-- masked or
|
/Linux-v4.19/Documentation/networking/ |
D | operstates.txt | 154 IFLA_OPERSTATE to a sane value.
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | dma.rst | 77 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
|
/Linux-v4.19/drivers/staging/greybus/ |
D | Kconfig | 7 sane application layer. It was originally designed for the
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | kvm_host.h | 705 u8 sane; member
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_iba7220.c | 4272 int sane; in qib_sdma_7220_gethead() local 4292 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7220_gethead() 4295 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7220_gethead() 4299 sane = (hwhead == swhead); in qib_sdma_7220_gethead() 4302 if (unlikely(!sane)) { in qib_sdma_7220_gethead()
|
D | qib_iba7322.c | 6920 int sane; in qib_sdma_7322_gethead() local 6940 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7322_gethead() 6943 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7322_gethead() 6947 sane = (hwhead == swhead); in qib_sdma_7322_gethead() 6949 if (unlikely(!sane)) { in qib_sdma_7322_gethead()
|
/Linux-v4.19/Documentation/timers/ |
D | timekeeping.txt | 143 NMI-safe and return a sane value in any context.
|
/Linux-v4.19/Documentation/sh/ |
D | new-machine.txt | 130 * setup here. Though it's also sane to leave this empty
|
/Linux-v4.19/Documentation/core-api/ |
D | printk-formats.rst | 194 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
|
/Linux-v4.19/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 163 already-completed events, successful waits and timed-out waits are all sane
|
/Linux-v4.19/Documentation/ |
D | remoteproc.txt | 319 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
|
/Linux-v4.19/Documentation/process/ |
D | howto.rst | 266 be in a reasonably sane state adequate for testing. The goal is to 309 without even a cursory glance to see if they are sane.
|