Home
last modified time | relevance | path

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

12

/linux/net/netfilter/
A Dnf_conntrack_sane.c171 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly; variable
180 nf_conntrack_helpers_unregister(sane, ports_c * 2); in nf_conntrack_sane_fini()
200 nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_sane_init()
204 nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_sane_init()
210 ret = nf_conntrack_helpers_register(sane, ports_c * 2); in nf_conntrack_sane_init()
/linux/Documentation/block/
A Drequest.rst65 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/drivers/staging/android/
A DTODO5 - audit userspace interfaces to make sure they are sane
/linux/Documentation/ABI/testing/
A Dsysfs-bus-event_source-devices-format9 we want to export, so that userspace can deal with sane
/linux/drivers/greybus/
A DKconfig8 sane application layer. It was originally designed for the
/linux/Documentation/trace/
A Dfunction-graph-fold.vim9 " relatively sane even through a context switch.
/linux/tools/testing/selftests/futex/
A DREADME53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
/linux/drivers/staging/vc04_services/interface/
A DTODO65 9) Reformat core code with more sane indentations
/linux/Documentation/usb/
A Dgadget-testing.rst705 The attributes have sane default values.
750 The attributes have sane default values.
790 a number of their subdirectories. There are some sane defaults provided, but
938 The attributes have sane default values.
/linux/drivers/infiniband/hw/hfi1/
A Dsdma.c1682 int sane; in sdma_gethead() local
1691 sane = (hwhead >= swhead) & (hwhead <= swtail); in sdma_gethead()
1694 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in sdma_gethead()
1698 sane = (hwhead == swhead); in sdma_gethead()
1700 if (unlikely(!sane)) { in sdma_gethead()
/linux/Documentation/devicetree/bindings/powerpc/opal/
A Dpower-mgt.txt89 remaining fields of the psscr to the following sane-default
/linux/Documentation/hwmon/
A Df71882fg.rst163 fan control will not work properly, unless you set a sane fan#_full_speed
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dmpic.txt53 configuration registers to a sane state-- masked or
/linux/Documentation/networking/
A Doperstates.rst179 IFLA_OPERSTATE to a sane value.
/linux/Documentation/driver-api/usb/
A Ddma.rst77 Unfortunately, the current Linux DMA infrastructure doesn't have a sane
/linux/arch/powerpc/include/asm/
A Dkvm_host.h733 u8 sane; member
/linux/drivers/infiniband/hw/qib/
A Dqib_iba7220.c4267 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 Dqib_iba7322.c6890 int sane; in qib_sdma_7322_gethead() local
6910 sane = (hwhead >= swhead) & (hwhead <= swtail); in qib_sdma_7322_gethead()
6913 sane = ((hwhead >= swhead) && (hwhead < cnt)) || in qib_sdma_7322_gethead()
6917 sane = (hwhead == swhead); in qib_sdma_7322_gethead()
6919 if (unlikely(!sane)) { in qib_sdma_7322_gethead()
/linux/Documentation/trace/coresight/
A Dcoresight-cpu-debug.rst96 - On systems with a sane power controller which can behave correctly with
/linux/Documentation/sh/
A Dnew-machine.rst133 * setup here. Though it's also sane to leave this empty
/linux/Documentation/timers/
A Dtimekeeping.rst144 NMI-safe and return a sane value in any context.
/linux/Documentation/process/
A Dbotching-up-ioctls.rst164 already-completed events, successful waits and timed-out waits are all sane
/linux/Documentation/staging/
A Dremoteproc.rst321 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
/linux/Documentation/core-api/
A Dprintk-formats.rst277 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
/linux/Documentation/scheduler/
A Dsched-energy.rst401 Consequently, the only sane governor to use together with EAS is schedutil,

Completed in 52 milliseconds

12