summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-10-08 10:26:36 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-10-08 10:26:36 -0400
commitf4064d61a86ad6ef0907aab64f2e2769b86f1a7f (patch)
treee28e215208b3dc5cf0736753dd950875a3c2472e
parentgrsecurity-3.1-4.1.7-201509201149 (diff)
downloadhardened-patchset-f4064d61a86ad6ef0907aab64f2e2769b86f1a7f.tar.gz
hardened-patchset-f4064d61a86ad6ef0907aab64f2e2769b86f1a7f.tar.bz2
hardened-patchset-f4064d61a86ad6ef0907aab64f2e2769b86f1a7f.zip
grsecurity-3.1-4.2.3-20151007223020151007
-rw-r--r--4.2.3/0000_README (renamed from 4.1.7/0000_README)2
-rw-r--r--4.2.3/4420_grsecurity-3.1-4.2.3-201510072230.patch (renamed from 4.1.7/4420_grsecurity-3.1-4.1.7-201509201149.patch)78601
-rw-r--r--4.2.3/4425_grsec_remove_EI_PAX.patch (renamed from 4.1.7/4425_grsec_remove_EI_PAX.patch)2
-rw-r--r--4.2.3/4427_force_XATTR_PAX_tmpfs.patch (renamed from 4.1.7/4427_force_XATTR_PAX_tmpfs.patch)4
-rw-r--r--4.2.3/4430_grsec-remove-localversion-grsec.patch (renamed from 4.1.7/4430_grsec-remove-localversion-grsec.patch)0
-rw-r--r--4.2.3/4435_grsec-mute-warnings.patch (renamed from 4.1.7/4435_grsec-mute-warnings.patch)0
-rw-r--r--4.2.3/4440_grsec-remove-protected-paths.patch (renamed from 4.1.7/4440_grsec-remove-protected-paths.patch)0
-rw-r--r--4.2.3/4450_grsec-kconfig-default-gids.patch (renamed from 4.1.7/4450_grsec-kconfig-default-gids.patch)8
-rw-r--r--4.2.3/4465_selinux-avc_audit-log-curr_ip.patch (renamed from 4.1.7/4465_selinux-avc_audit-log-curr_ip.patch)0
-rw-r--r--4.2.3/4470_disable-compat_vdso.patch (renamed from 4.1.7/4470_disable-compat_vdso.patch)2
-rw-r--r--4.2.3/4475_emutramp_default_on.patch (renamed from 4.1.7/4475_emutramp_default_on.patch)4
11 files changed, 39442 insertions, 39181 deletions
diff --git a/4.1.7/0000_README b/4.2.3/0000_README
index 29c7482..08d9f55 100644
--- a/4.1.7/0000_README
+++ b/4.2.3/0000_README
@@ -2,7 +2,7 @@ README
-----------------------------------------------------------------------------
Individual Patch Descriptions:
-----------------------------------------------------------------------------
-Patch: 4420_grsecurity-3.1-4.1.7-201509201149.patch
+Patch: 4420_grsecurity-3.1-4.2.3-201510072230.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/4.1.7/4420_grsecurity-3.1-4.1.7-201509201149.patch b/4.2.3/4420_grsecurity-3.1-4.2.3-201510072230.patch
index 4694239..b4b589d 100644
--- a/4.1.7/4420_grsecurity-3.1-4.1.7-201509201149.patch
+++ b/4.2.3/4420_grsecurity-3.1-4.2.3-201510072230.patch
@@ -235,7 +235,7 @@ index 9de9813..1462492 100644
+zconf.lex.c
zoffset.h
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
-index d2b1c40..3e90a74 100644
+index 13f888a..250729b 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -23,10 +23,11 @@ This document describes the Linux kernel Makefiles.
@@ -313,10 +313,10 @@ index d2b1c40..3e90a74 100644
A typical pattern in a Kbuild file looks like this:
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
-index cd03a0f..b8d72be 100644
+index 1d6f045..2714987 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
-@@ -1223,6 +1223,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
+@@ -1244,6 +1244,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
Format: <unsigned int> such that (rxsize & ~0x1fffc0) == 0.
Default: 1024
@@ -330,7 +330,7 @@ index cd03a0f..b8d72be 100644
hashdist= [KNL,NUMA] Large hashes allocated during boot
are distributed across NUMA nodes. Defaults on
for 64-bit NUMA, off otherwise.
-@@ -2341,6 +2348,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
+@@ -2364,6 +2371,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
noexec=on: enable non-executable mappings (default)
noexec=off: disable non-executable mappings
@@ -341,7 +341,7 @@ index cd03a0f..b8d72be 100644
nosmap [X86]
Disable SMAP (Supervisor Mode Access Prevention)
even if it is supported by processor.
-@@ -2639,6 +2650,30 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
+@@ -2662,6 +2673,30 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
the specified number of seconds. This is to be used if
your oopses keep scrolling off the screen.
@@ -373,7 +373,7 @@ index cd03a0f..b8d72be 100644
pcd. [PARIDE]
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt
-index c831001..1bfbbf6 100644
+index 6fccb69..60c7c7a 100644
--- a/Documentation/sysctl/kernel.txt
+++ b/Documentation/sysctl/kernel.txt
@@ -41,6 +41,7 @@ show up in /proc/sys/kernel:
@@ -406,10 +406,10 @@ index c831001..1bfbbf6 100644
A toggle value indicating if modules are allowed to be loaded
diff --git a/Makefile b/Makefile
-index b8591e5..1d9e8c0 100644
+index a6edbb1..5ac7686 100644
--- a/Makefile
+++ b/Makefile
-@@ -299,7 +299,9 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
+@@ -298,7 +298,9 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
HOSTCC = gcc
HOSTCXX = g++
HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89
@@ -420,7 +420,7 @@ index b8591e5..1d9e8c0 100644
ifeq ($(shell $(HOSTCC) -v 2>&1 | grep -c "clang version"), 1)
HOSTCFLAGS += -Wno-unused-value -Wno-unused-parameter \
-@@ -444,8 +446,8 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
+@@ -434,8 +436,8 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
# Rules shared between *config targets and build targets
# Basic helpers built in scripts/
@@ -431,7 +431,7 @@ index b8591e5..1d9e8c0 100644
$(Q)$(MAKE) $(build)=scripts/basic
$(Q)rm -f .tmp_quiet_recordmcount
-@@ -620,6 +622,74 @@ endif
+@@ -615,6 +617,74 @@ endif
# Tell gcc to never replace conditional load with a non-conditional one
KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0)
@@ -506,7 +506,7 @@ index b8591e5..1d9e8c0 100644
ifdef CONFIG_READABLE_ASM
# Disable optimizations that make assembler listings hard to read.
# reorder blocks reorders the control in the function
-@@ -712,7 +782,7 @@ KBUILD_CFLAGS += $(call cc-option, -gsplit-dwarf, -g)
+@@ -714,7 +784,7 @@ KBUILD_CFLAGS += $(call cc-option, -gsplit-dwarf, -g)
else
KBUILD_CFLAGS += -g
endif
@@ -515,7 +515,7 @@ index b8591e5..1d9e8c0 100644
endif
ifdef CONFIG_DEBUG_INFO_DWARF4
KBUILD_CFLAGS += $(call cc-option, -gdwarf-4,)
-@@ -884,7 +954,7 @@ export mod_sign_cmd
+@@ -886,7 +956,7 @@ export mod_sign_cmd
ifeq ($(KBUILD_EXTMOD),)
@@ -524,7 +524,7 @@ index b8591e5..1d9e8c0 100644
vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
$(core-y) $(core-m) $(drivers-y) $(drivers-m) \
-@@ -934,6 +1004,8 @@ endif
+@@ -936,6 +1006,8 @@ endif
# The actual objects are generated when descending,
# make sure no implicit rule kicks in
@@ -533,7 +533,7 @@ index b8591e5..1d9e8c0 100644
$(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
# Handle descending into subdirectories listed in $(vmlinux-dirs)
-@@ -943,7 +1015,7 @@ $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
+@@ -945,7 +1017,7 @@ $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
# Error messages still appears in the original language
PHONY += $(vmlinux-dirs)
@@ -542,7 +542,7 @@ index b8591e5..1d9e8c0 100644
$(Q)$(MAKE) $(build)=$@
define filechk_kernel.release
-@@ -986,10 +1058,13 @@ prepare1: prepare2 $(version_h) include/generated/utsrelease.h \
+@@ -988,10 +1060,13 @@ prepare1: prepare2 $(version_h) include/generated/utsrelease.h \
archprepare: archheaders archscripts prepare1 scripts_basic
@@ -556,7 +556,7 @@ index b8591e5..1d9e8c0 100644
prepare: prepare0
# Generate some files
-@@ -1097,6 +1172,8 @@ all: modules
+@@ -1099,6 +1174,8 @@ all: modules
# using awk while concatenating to the final file.
PHONY += modules
@@ -565,7 +565,7 @@ index b8591e5..1d9e8c0 100644
modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
$(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
@$(kecho) ' Building modules, stage 2.';
-@@ -1112,7 +1189,7 @@ modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
+@@ -1114,7 +1191,7 @@ modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
# Target to prepare building external modules
PHONY += modules_prepare
@@ -574,7 +574,7 @@ index b8591e5..1d9e8c0 100644
# Target to install modules
PHONY += modules_install
-@@ -1178,7 +1255,10 @@ MRPROPER_FILES += .config .config.old .version .old_version \
+@@ -1180,7 +1257,10 @@ MRPROPER_FILES += .config .config.old .version .old_version \
Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
signing_key.priv signing_key.x509 x509.genkey \
extra_certificates signing_key.x509.keyid \
@@ -586,7 +586,7 @@ index b8591e5..1d9e8c0 100644
# clean - Delete most, but leave enough to build external modules
#
-@@ -1217,7 +1297,7 @@ distclean: mrproper
+@@ -1219,7 +1299,7 @@ distclean: mrproper
@find $(srctree) $(RCS_FIND_IGNORE) \
\( -name '*.orig' -o -name '*.rej' -o -name '*~' \
-o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
@@ -595,7 +595,7 @@ index b8591e5..1d9e8c0 100644
-type f -print | xargs rm -f
-@@ -1383,6 +1463,8 @@ PHONY += $(module-dirs) modules
+@@ -1385,6 +1465,8 @@ PHONY += $(module-dirs) modules
$(module-dirs): crmodverdir $(objtree)/Module.symvers
$(Q)$(MAKE) $(build)=$(patsubst _module_%,%,$@)
@@ -604,7 +604,7 @@ index b8591e5..1d9e8c0 100644
modules: $(module-dirs)
@$(kecho) ' Building modules, stage 2.';
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
-@@ -1523,17 +1605,21 @@ else
+@@ -1525,17 +1607,21 @@ else
target-dir = $(if $(KBUILD_EXTMOD),$(dir $<),$(dir $@))
endif
@@ -630,7 +630,7 @@ index b8591e5..1d9e8c0 100644
$(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
%.symtypes: %.c prepare scripts FORCE
$(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
-@@ -1545,11 +1631,15 @@ endif
+@@ -1547,11 +1633,15 @@ endif
$(build)=$(build-dir)
# Make sure the latest headers are built for Documentation
Documentation/: headers_install
@@ -819,10 +819,10 @@ index 36dc91a..6769cb0 100644
return addr;
}
diff --git a/arch/alpha/mm/fault.c b/arch/alpha/mm/fault.c
-index 9d0ac09..479a962 100644
+index 4a905bd..0a4da53 100644
--- a/arch/alpha/mm/fault.c
+++ b/arch/alpha/mm/fault.c
-@@ -53,6 +53,124 @@ __load_new_mm_context(struct mm_struct *next_mm)
+@@ -52,6 +52,124 @@ __load_new_mm_context(struct mm_struct *next_mm)
__reload_thread(pcb);
}
@@ -947,7 +947,7 @@ index 9d0ac09..479a962 100644
/*
* This routine handles page faults. It determines the address,
-@@ -133,8 +251,29 @@ retry:
+@@ -132,8 +250,29 @@ retry:
good_area:
si_code = SEGV_ACCERR;
if (cause < 0) {
@@ -979,10 +979,10 @@ index 9d0ac09..479a962 100644
/* Allow reads even for write-only mappings */
if (!(vma->vm_flags & (VM_READ | VM_WRITE)))
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
-index 45df48b..952017a 100644
+index ede2526..9e12300 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
-@@ -1716,7 +1716,7 @@ config ALIGNMENT_TRAP
+@@ -1770,7 +1770,7 @@ config ALIGNMENT_TRAP
config UACCESS_WITH_MEMCPY
bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
@@ -991,28 +991,14 @@ index 45df48b..952017a 100644
default y if CPU_FEROCEON
help
Implement faster copy_to_user and clear_user methods for CPU
-@@ -1951,6 +1951,7 @@ config XIP_PHYS_ADDR
- config KEXEC
+@@ -2006,6 +2006,7 @@ config KEXEC
bool "Kexec system call (EXPERIMENTAL)"
depends on (!SMP || PM_SLEEP_SMP)
+ depends on !CPU_V7M
+ depends on !GRKERNSEC_KMEM
help
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
-diff --git a/arch/arm/Makefile b/arch/arm/Makefile
-index 985227c..8acc029 100644
---- a/arch/arm/Makefile
-+++ b/arch/arm/Makefile
-@@ -304,6 +304,9 @@ INSTALL_TARGETS = zinstall uinstall install
-
- PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
-
-+bootpImage uImage: zImage
-+zImage: Image
-+
- $(BOOT_TARGETS): vmlinux
- $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
-
diff --git a/arch/arm/include/asm/atomic.h b/arch/arm/include/asm/atomic.h
index e22c119..abe7041 100644
--- a/arch/arm/include/asm/atomic.h
@@ -1579,7 +1565,7 @@ index e22c119..abe7041 100644
#define atomic64_dec_and_test(v) (atomic64_dec_return((v)) == 0)
#define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL)
diff --git a/arch/arm/include/asm/barrier.h b/arch/arm/include/asm/barrier.h
-index d2f81e6..3c4dba5 100644
+index 6c2327e..85beac4 100644
--- a/arch/arm/include/asm/barrier.h
+++ b/arch/arm/include/asm/barrier.h
@@ -67,7 +67,7 @@
@@ -1615,7 +1601,7 @@ index 75fe66b..ba3dee4 100644
#endif
diff --git a/arch/arm/include/asm/cacheflush.h b/arch/arm/include/asm/cacheflush.h
-index 2d46862..a35415b 100644
+index 4812cda..9da8116 100644
--- a/arch/arm/include/asm/cacheflush.h
+++ b/arch/arm/include/asm/cacheflush.h
@@ -116,7 +116,7 @@ struct cpu_cache_fns {
@@ -1653,15 +1639,17 @@ index 5233151..87a71fa 100644
/*
* Fold a partial checksum without adding pseudo headers
diff --git a/arch/arm/include/asm/cmpxchg.h b/arch/arm/include/asm/cmpxchg.h
-index abb2c37..96db950 100644
+index 1692a05..1835802 100644
--- a/arch/arm/include/asm/cmpxchg.h
+++ b/arch/arm/include/asm/cmpxchg.h
-@@ -104,6 +104,8 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size
-
- #define xchg(ptr,x) \
- ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
-+#define xchg_unchecked(ptr,x) \
-+ ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
+@@ -107,6 +107,10 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size
+ (__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), \
+ sizeof(*(ptr))); \
+ })
++#define xchg_unchecked(ptr, x) ({ \
++ (__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), \
++ sizeof(*(ptr))); \
++})
#include <asm-generic/cmpxchg-local.h>
@@ -1774,7 +1762,7 @@ index de53547..52b9a28 100644
(unsigned long)(dest_buf) + (size)); \
\
diff --git a/arch/arm/include/asm/futex.h b/arch/arm/include/asm/futex.h
-index 4e78065..f265b48 100644
+index 5eed828..365e018 100644
--- a/arch/arm/include/asm/futex.h
+++ b/arch/arm/include/asm/futex.h
@@ -46,6 +46,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
@@ -1795,40 +1783,40 @@ index 4e78065..f265b48 100644
*uval = val;
return ret;
}
-@@ -93,6 +97,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
- if (!access_ok(VERIFY_WRITE, uaddr, sizeof(u32)))
+@@ -94,6 +98,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
return -EFAULT;
+ preempt_disable();
+ pax_open_userland();
+
__asm__ __volatile__("@futex_atomic_cmpxchg_inatomic\n"
"1: " TUSER(ldr) " %1, [%4]\n"
" teq %1, %2\n"
-@@ -103,6 +109,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
+@@ -104,6 +110,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
: "r" (oldval), "r" (newval), "r" (uaddr), "Ir" (-EFAULT)
: "cc", "memory");
+ pax_close_userland();
+
*uval = val;
- return ret;
- }
-@@ -125,6 +133,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
- return -EFAULT;
+ preempt_enable();
- pagefault_disable(); /* implies preempt_disable() */
+@@ -131,6 +139,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
+ preempt_disable();
+ #endif
+ pagefault_disable();
+ pax_open_userland();
switch (op) {
case FUTEX_OP_SET:
-@@ -146,6 +155,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
+@@ -152,6 +161,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
ret = -ENOSYS;
}
+ pax_close_userland();
- pagefault_enable(); /* subsumes preempt_enable() */
-
- if (!ret) {
+ pagefault_enable();
+ #ifndef CONFIG_SMP
+ preempt_enable();
diff --git a/arch/arm/include/asm/kmap_types.h b/arch/arm/include/asm/kmap_types.h
index 83eb2f7..ed77159 100644
--- a/arch/arm/include/asm/kmap_types.h
@@ -2001,7 +1989,7 @@ index 5e68278..1869bae 100644
#define PTE_EXT_AP0 (_AT(pteval_t, 1) << 4)
#define PTE_EXT_AP1 (_AT(pteval_t, 2) << 4)
diff --git a/arch/arm/include/asm/pgtable-2level.h b/arch/arm/include/asm/pgtable-2level.h
-index bfd662e..f6cbb02 100644
+index aeddd28..207745c 100644
--- a/arch/arm/include/asm/pgtable-2level.h
+++ b/arch/arm/include/asm/pgtable-2level.h
@@ -127,6 +127,9 @@
@@ -2013,7 +2001,7 @@ index bfd662e..f6cbb02 100644
+
/*
* These are the memory types, defined to be compatible with
- * pre-ARMv6 CPUs cacheable and bufferable bits: XXCB
+ * pre-ARMv6 CPUs cacheable and bufferable bits: n/a,n/a,C,B
diff --git a/arch/arm/include/asm/pgtable-3level.h b/arch/arm/include/asm/pgtable-3level.h
index a745a2a..481350a 100644
--- a/arch/arm/include/asm/pgtable-3level.h
@@ -2146,10 +2134,10 @@ index c25ef3e..735f14b 100644
extern struct psci_operations psci_ops;
extern struct smp_operations psci_smp_ops;
diff --git a/arch/arm/include/asm/smp.h b/arch/arm/include/asm/smp.h
-index 18f5a55..5072a40 100644
+index 2f3ac1b..67182ae0 100644
--- a/arch/arm/include/asm/smp.h
+++ b/arch/arm/include/asm/smp.h
-@@ -107,7 +107,7 @@ struct smp_operations {
+@@ -108,7 +108,7 @@ struct smp_operations {
int (*cpu_disable)(unsigned int cpu);
#endif
#endif
@@ -2224,7 +2212,7 @@ index 5f833f7..76e6644 100644
}
diff --git a/arch/arm/include/asm/uaccess.h b/arch/arm/include/asm/uaccess.h
-index 74b17d0..57a4bf4 100644
+index 74b17d0..7e6da4b 100644
--- a/arch/arm/include/asm/uaccess.h
+++ b/arch/arm/include/asm/uaccess.h
@@ -18,6 +18,7 @@
@@ -2353,10 +2341,13 @@ index 74b17d0..57a4bf4 100644
#ifdef CONFIG_MMU
-extern unsigned long __must_check __copy_from_user(void *to, const void __user *from, unsigned long n);
-extern unsigned long __must_check __copy_to_user(void __user *to, const void *from, unsigned long n);
-+extern unsigned long __must_check ___copy_from_user(void *to, const void __user *from, unsigned long n);
-+extern unsigned long __must_check ___copy_to_user(void __user *to, const void *from, unsigned long n);
+-extern unsigned long __must_check __copy_to_user_std(void __user *to, const void *from, unsigned long n);
+-extern unsigned long __must_check __clear_user(void __user *addr, unsigned long n);
+-extern unsigned long __must_check __clear_user_std(void __user *addr, unsigned long n);
++extern unsigned long __must_check __size_overflow(3) ___copy_from_user(void *to, const void __user *from, unsigned long n);
++extern unsigned long __must_check __size_overflow(3) ___copy_to_user(void __user *to, const void *from, unsigned long n);
+
-+static inline unsigned long __must_check __copy_from_user(void *to, const void __user *from, unsigned long n)
++static inline unsigned long __must_check __size_overflow(3) __copy_from_user(void *to, const void __user *from, unsigned long n)
+{
+ unsigned long ret;
+
@@ -2378,10 +2369,9 @@ index 74b17d0..57a4bf4 100644
+ return ret;
+}
+
- extern unsigned long __must_check __copy_to_user_std(void __user *to, const void *from, unsigned long n);
--extern unsigned long __must_check __clear_user(void __user *addr, unsigned long n);
-+extern unsigned long __must_check ___clear_user(void __user *addr, unsigned long n);
- extern unsigned long __must_check __clear_user_std(void __user *addr, unsigned long n);
++extern unsigned long __must_check __size_overflow(3) __copy_to_user_std(void __user *to, const void *from, unsigned long n);
++extern unsigned long __must_check __size_overflow(2) ___clear_user(void __user *addr, unsigned long n);
++extern unsigned long __must_check __size_overflow(2) __clear_user_std(void __user *addr, unsigned long n);
+
+static inline unsigned long __must_check __clear_user(void __user *addr, unsigned long n)
+{
@@ -2429,10 +2419,10 @@ index 5af0ed1..cea83883 100644
#define PSR_ENDIAN_MASK 0x00000200 /* Endianness state mask */
diff --git a/arch/arm/kernel/armksyms.c b/arch/arm/kernel/armksyms.c
-index a88671c..1cc895e 100644
+index 5e5a51a..b21eeef 100644
--- a/arch/arm/kernel/armksyms.c
+++ b/arch/arm/kernel/armksyms.c
-@@ -55,7 +55,7 @@ EXPORT_SYMBOL(arm_delay_ops);
+@@ -58,7 +58,7 @@ EXPORT_SYMBOL(arm_delay_ops);
/* networking */
EXPORT_SYMBOL(csum_partial);
@@ -2441,7 +2431,7 @@ index a88671c..1cc895e 100644
EXPORT_SYMBOL(csum_partial_copy_nocheck);
EXPORT_SYMBOL(__csum_ipv6_magic);
-@@ -91,9 +91,9 @@ EXPORT_SYMBOL(__memzero);
+@@ -97,9 +97,9 @@ EXPORT_SYMBOL(mmiocpy);
#ifdef CONFIG_MMU
EXPORT_SYMBOL(copy_page);
@@ -2468,10 +2458,10 @@ index 318da33..373689f 100644
/**
* arm_cpuidle_simple_enter() - a wrapper to cpu_do_idle()
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S
-index 570306c..c87f193 100644
+index cb4fb1e..dc7fcaf 100644
--- a/arch/arm/kernel/entry-armv.S
+++ b/arch/arm/kernel/entry-armv.S
-@@ -48,6 +48,87 @@
+@@ -50,6 +50,87 @@
9997:
.endm
@@ -2559,7 +2549,7 @@ index 570306c..c87f193 100644
.macro pabt_helper
@ PABORT handler takes pt_regs in r2, fault address in r4 and psr in r5
#ifdef MULTI_PABORT
-@@ -90,11 +171,15 @@
+@@ -92,11 +173,15 @@
* Invalid mode handlers
*/
.macro inv_entry, reason
@@ -2575,7 +2565,7 @@ index 570306c..c87f193 100644
mov r1, #\reason
.endm
-@@ -150,7 +235,11 @@ ENDPROC(__und_invalid)
+@@ -152,7 +237,11 @@ ENDPROC(__und_invalid)
.macro svc_entry, stack_hole=0, trace=1
UNWIND(.fnstart )
UNWIND(.save {r0 - pc} )
@@ -2587,7 +2577,7 @@ index 570306c..c87f193 100644
#ifdef CONFIG_THUMB2_KERNEL
SPFIX( str r0, [sp] ) @ temporarily saved
SPFIX( mov r0, sp )
-@@ -165,7 +254,12 @@ ENDPROC(__und_invalid)
+@@ -167,7 +256,12 @@ ENDPROC(__und_invalid)
ldmia r0, {r3 - r5}
add r7, sp, #S_SP - 4 @ here for interlock avoidance
mov r6, #-1 @ "" "" "" ""
@@ -2600,7 +2590,7 @@ index 570306c..c87f193 100644
SPFIX( addeq r2, r2, #4 )
str r3, [sp, #-4]! @ save the "real" r0 copied
@ from the exception stack
-@@ -369,6 +463,9 @@ ENDPROC(__fiq_abt)
+@@ -371,6 +465,9 @@ ENDPROC(__fiq_abt)
.macro usr_entry, trace=1
UNWIND(.fnstart )
UNWIND(.cantunwind ) @ don't unwind the user space
@@ -2610,7 +2600,7 @@ index 570306c..c87f193 100644
sub sp, sp, #S_FRAME_SIZE
ARM( stmib sp, {r1 - r12} )
THUMB( stmia sp, {r0 - r12} )
-@@ -479,7 +576,9 @@ __und_usr:
+@@ -481,7 +578,9 @@ __und_usr:
tst r3, #PSR_T_BIT @ Thumb mode?
bne __und_usr_thumb
sub r4, r2, #4 @ ARM instr at LR - 4
@@ -2620,7 +2610,7 @@ index 570306c..c87f193 100644
ARM_BE8(rev r0, r0) @ little endian instruction
@ r0 = 32-bit ARM instruction which caused the exception
-@@ -513,11 +612,15 @@ __und_usr_thumb:
+@@ -515,11 +614,15 @@ __und_usr_thumb:
*/
.arch armv6t2
#endif
@@ -2636,7 +2626,7 @@ index 570306c..c87f193 100644
ARM_BE8(rev16 r0, r0) @ little endian instruction
add r2, r2, #2 @ r2 is PC + 2, make it PC + 4
str r2, [sp, #S_PC] @ it's a 2x16bit instr, update
-@@ -547,7 +650,8 @@ ENDPROC(__und_usr)
+@@ -549,7 +652,8 @@ ENDPROC(__und_usr)
*/
.pushsection .text.fixup, "ax"
.align 2
@@ -2646,7 +2636,7 @@ index 570306c..c87f193 100644
ret r9
.popsection
.pushsection __ex_table,"a"
-@@ -767,7 +871,7 @@ ENTRY(__switch_to)
+@@ -769,7 +873,7 @@ ENTRY(__switch_to)
THUMB( str lr, [ip], #4 )
ldr r4, [r2, #TI_TP_VALUE]
ldr r5, [r2, #TI_TP_VALUE + 4]
@@ -2655,7 +2645,7 @@ index 570306c..c87f193 100644
ldr r6, [r2, #TI_CPU_DOMAIN]
#endif
switch_tls r1, r4, r5, r3, r7
-@@ -776,7 +880,7 @@ ENTRY(__switch_to)
+@@ -778,7 +882,7 @@ ENTRY(__switch_to)
ldr r8, =__stack_chk_guard
ldr r7, [r7, #TSK_STACK_CANARY]
#endif
@@ -2665,7 +2655,7 @@ index 570306c..c87f193 100644
#endif
mov r5, r0
diff --git a/arch/arm/kernel/entry-common.S b/arch/arm/kernel/entry-common.S
-index 4e7f40c..0f9ee2c 100644
+index b48dd4f..9f9a72f 100644
--- a/arch/arm/kernel/entry-common.S
+++ b/arch/arm/kernel/entry-common.S
@@ -11,18 +11,46 @@
@@ -2718,7 +2708,7 @@ index 4e7f40c..0f9ee2c 100644
.align 5
/*
* This is the fast syscall return path. We do as little as
-@@ -173,6 +201,12 @@ ENTRY(vector_swi)
+@@ -174,6 +202,12 @@ ENTRY(vector_swi)
USER( ldr scno, [lr, #-4] ) @ get SWI instruction
#endif
@@ -2832,10 +2822,10 @@ index 059c3da..8e45cfc 100644
flush_icache_range((unsigned long)base + offset, offset +
length);
diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S
-index 3637973..cb29657 100644
+index 29e2991..7bc5757 100644
--- a/arch/arm/kernel/head.S
+++ b/arch/arm/kernel/head.S
-@@ -444,7 +444,7 @@ __enable_mmu:
+@@ -467,7 +467,7 @@ __enable_mmu:
mov r5, #(domain_val(DOMAIN_USER, DOMAIN_MANAGER) | \
domain_val(DOMAIN_KERNEL, DOMAIN_MANAGER) | \
domain_val(DOMAIN_TABLE, DOMAIN_MANAGER) | \
@@ -2845,19 +2835,29 @@ index 3637973..cb29657 100644
mcr p15, 0, r4, c2, c0, 0 @ load page table pointer
#endif
diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c
-index af791f4..3ff9821 100644
+index efdddcb..35e58f6 100644
--- a/arch/arm/kernel/module.c
+++ b/arch/arm/kernel/module.c
-@@ -38,12 +38,39 @@
+@@ -38,17 +38,47 @@
#endif
#ifdef CONFIG_MMU
-void *module_alloc(unsigned long size)
+static inline void *__module_alloc(unsigned long size, pgprot_t prot)
{
-+ if (!size || PAGE_ALIGN(size) > MODULES_END - MODULES_VADDR)
+- void *p = __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END,
+- GFP_KERNEL, PAGE_KERNEL_EXEC, 0, NUMA_NO_NODE,
++ void *p;
++
++ if (!size || (!IS_ENABLED(CONFIG_ARM_MODULE_PLTS) && PAGE_ALIGN(size) > MODULES_END - MODULES_VADDR))
+ return NULL;
- return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END,
++
++ p = __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END,
++ GFP_KERNEL, prot, 0, NUMA_NO_NODE,
+ __builtin_return_address(0));
+ if (!IS_ENABLED(CONFIG_ARM_MODULE_PLTS) || p)
+ return p;
+ return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END,
- GFP_KERNEL, PAGE_KERNEL_EXEC, 0, NUMA_NO_NODE,
+ GFP_KERNEL, prot, 0, NUMA_NO_NODE,
__builtin_return_address(0));
@@ -3079,7 +3079,7 @@ index ef9119f..31995a3 100644
#ifdef CONFIG_HAVE_ARCH_SECCOMP_FILTER
if (secure_computing() == -1)
diff --git a/arch/arm/kernel/reboot.c b/arch/arm/kernel/reboot.c
-index 1a4d232..2677169 100644
+index 3826935..8ed63ed 100644
--- a/arch/arm/kernel/reboot.c
+++ b/arch/arm/kernel/reboot.c
@@ -122,6 +122,7 @@ void machine_power_off(void)
@@ -3091,10 +3091,10 @@ index 1a4d232..2677169 100644
/*
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
-index 6c777e9..3d2d0ca 100644
+index 36c18b7..0d78292 100644
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
-@@ -105,21 +105,23 @@ EXPORT_SYMBOL(elf_hwcap);
+@@ -108,21 +108,23 @@ EXPORT_SYMBOL(elf_hwcap);
unsigned int elf_hwcap2 __read_mostly;
EXPORT_SYMBOL(elf_hwcap2);
@@ -3123,7 +3123,7 @@ index 6c777e9..3d2d0ca 100644
EXPORT_SYMBOL(outer_cache);
#endif
-@@ -250,9 +252,13 @@ static int __get_cpu_architecture(void)
+@@ -253,9 +255,13 @@ static int __get_cpu_architecture(void)
* Register 0 and check for VMSAv7 or PMSAv7 */
unsigned int mmfr0 = read_cpuid_ext(CPUID_EXT_MMFR0);
if ((mmfr0 & 0x0000000f) >= 0x00000003 ||
@@ -3197,7 +3197,7 @@ index 423663e..bfeb0ff 100644
- return page;
-}
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
-index f11d825..bbe686f 100644
+index 3d6b782..8b3baeb 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -76,7 +76,7 @@ enum ipi_msg_type {
@@ -3210,10 +3210,10 @@ index f11d825..bbe686f 100644
void __init smp_set_ops(struct smp_operations *ops)
{
diff --git a/arch/arm/kernel/tcm.c b/arch/arm/kernel/tcm.c
-index 7a3be1d..b00c7de 100644
+index b10e136..cb5edf9 100644
--- a/arch/arm/kernel/tcm.c
+++ b/arch/arm/kernel/tcm.c
-@@ -61,7 +61,7 @@ static struct map_desc itcm_iomap[] __initdata = {
+@@ -64,7 +64,7 @@ static struct map_desc itcm_iomap[] __initdata = {
.virtual = ITCM_OFFSET,
.pfn = __phys_to_pfn(ITCM_OFFSET),
.length = 0,
@@ -3222,7 +3222,7 @@ index 7a3be1d..b00c7de 100644
}
};
-@@ -267,7 +267,9 @@ no_dtcm:
+@@ -362,7 +362,9 @@ no_dtcm:
start = &__sitcm_text;
end = &__eitcm_text;
ram = &__itcm_start;
@@ -3233,7 +3233,7 @@ index 7a3be1d..b00c7de 100644
start, end);
itcm_present = true;
diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c
-index 3dce1a3..60e857f 100644
+index d358226..bfd4019 100644
--- a/arch/arm/kernel/traps.c
+++ b/arch/arm/kernel/traps.c
@@ -65,7 +65,7 @@ static void dump_mem(const char *, const char *, unsigned long, unsigned long);
@@ -3264,7 +3264,7 @@ index 3dce1a3..60e857f 100644
if (signr)
do_exit(signr);
}
-@@ -878,7 +883,11 @@ void __init early_trap_init(void *vectors_base)
+@@ -870,7 +875,11 @@ void __init early_trap_init(void *vectors_base)
kuser_init(vectors_base);
flush_icache_range(vectors, vectors + PAGE_SIZE * 2);
@@ -3309,7 +3309,7 @@ index 8b60fde..8d986dd 100644
# ifdef CONFIG_ARM_KERNMEM_PERMS
. = ALIGN(1<<SECTION_SHIFT);
diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c
-index d9631ec..b0c966c 100644
+index f9c341c..7430436 100644
--- a/arch/arm/kvm/arm.c
+++ b/arch/arm/kvm/arm.c
@@ -57,7 +57,7 @@ static unsigned long hyp_default_vectors;
@@ -3321,7 +3321,7 @@ index d9631ec..b0c966c 100644
static u8 kvm_next_vmid;
static DEFINE_SPINLOCK(kvm_vmid_lock);
-@@ -373,7 +373,7 @@ void force_vm_exit(const cpumask_t *mask)
+@@ -372,7 +372,7 @@ void force_vm_exit(const cpumask_t *mask)
*/
static bool need_new_vmid_gen(struct kvm *kvm)
{
@@ -3330,7 +3330,7 @@ index d9631ec..b0c966c 100644
}
/**
-@@ -406,7 +406,7 @@ static void update_vttbr(struct kvm *kvm)
+@@ -405,7 +405,7 @@ static void update_vttbr(struct kvm *kvm)
/* First user of a new VMID generation? */
if (unlikely(kvm_next_vmid == 0)) {
@@ -3339,7 +3339,7 @@ index d9631ec..b0c966c 100644
kvm_next_vmid = 1;
/*
-@@ -423,7 +423,7 @@ static void update_vttbr(struct kvm *kvm)
+@@ -422,7 +422,7 @@ static void update_vttbr(struct kvm *kvm)
kvm_call_hyp(__kvm_flush_vm_context);
}
@@ -3348,7 +3348,7 @@ index d9631ec..b0c966c 100644
kvm->arch.vmid = kvm_next_vmid;
kvm_next_vmid++;
-@@ -1098,7 +1098,7 @@ struct kvm_vcpu *kvm_mpidr_to_vcpu(struct kvm *kvm, unsigned long mpidr)
+@@ -1110,7 +1110,7 @@ struct kvm_vcpu *kvm_mpidr_to_vcpu(struct kvm *kvm, unsigned long mpidr)
/**
* Initialize Hyp-mode and memory mappings on all CPUs.
*/
@@ -3482,9 +3482,18 @@ index 8044591..c9b2609 100644
.const_udelay = __loop_const_udelay,
.udelay = __loop_udelay,
diff --git a/arch/arm/lib/uaccess_with_memcpy.c b/arch/arm/lib/uaccess_with_memcpy.c
-index 3e58d71..029817c 100644
+index 4b39af2..9ae747d 100644
--- a/arch/arm/lib/uaccess_with_memcpy.c
+++ b/arch/arm/lib/uaccess_with_memcpy.c
+@@ -85,7 +85,7 @@ pin_page_for_write(const void __user *_addr, pte_t **ptep, spinlock_t **ptlp)
+ return 1;
+ }
+
+-static unsigned long noinline
++static unsigned long noinline __size_overflow(3)
+ __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n)
+ {
+ int atomic;
@@ -136,7 +136,7 @@ out:
}
@@ -3494,6 +3503,15 @@ index 3e58d71..029817c 100644
{
/*
* This test is stubbed out of the main function above to keep
+@@ -150,7 +150,7 @@ __copy_to_user(void __user *to, const void *from, unsigned long n)
+ return __copy_to_user_memcpy(to, from, n);
+ }
+
+-static unsigned long noinline
++static unsigned long noinline __size_overflow(2)
+ __clear_user_memset(void __user *addr, unsigned long n)
+ {
+ if (unlikely(segment_eq(get_fs(), KERNEL_DS))) {
@@ -190,7 +190,7 @@ out:
return n;
}
@@ -3504,10 +3522,10 @@ index 3e58d71..029817c 100644
/* See rational for this in __copy_to_user() above. */
if (n < 64)
diff --git a/arch/arm/mach-exynos/suspend.c b/arch/arm/mach-exynos/suspend.c
-index 7d23ce0..5ef383a 100644
+index f572219..2cf36d5 100644
--- a/arch/arm/mach-exynos/suspend.c
+++ b/arch/arm/mach-exynos/suspend.c
-@@ -738,8 +738,10 @@ void __init exynos_pm_init(void)
+@@ -732,8 +732,10 @@ void __init exynos_pm_init(void)
tmp |= pm_data->wake_disable_mask;
pmu_raw_writel(tmp, S5P_WAKEUP_MASK);
@@ -3520,19 +3538,6 @@ index 7d23ce0..5ef383a 100644
register_syscore_ops(&exynos_pm_syscore_ops);
suspend_set_ops(&exynos_suspend_ops);
-diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
-index 0662087..004d163 100644
---- a/arch/arm/mach-keystone/keystone.c
-+++ b/arch/arm/mach-keystone/keystone.c
-@@ -27,7 +27,7 @@
-
- #include "keystone.h"
-
--static struct notifier_block platform_nb;
-+static notifier_block_no_const platform_nb;
- static unsigned long keystone_dma_pfn_offset __read_mostly;
-
- static int keystone_platform_notifier(struct notifier_block *nb,
diff --git a/arch/arm/mach-mvebu/coherency.c b/arch/arm/mach-mvebu/coherency.c
index e46e9ea..9141c83 100644
--- a/arch/arm/mach-mvebu/coherency.c
@@ -3603,7 +3608,7 @@ index 5305ec7..6d74045 100644
#include <asm/smp_scu.h>
diff --git a/arch/arm/mach-omap2/omap-wakeupgen.c b/arch/arm/mach-omap2/omap-wakeupgen.c
-index 6833df4..3e059b2 100644
+index e1d2e99..d9b3177 100644
--- a/arch/arm/mach-omap2/omap-wakeupgen.c
+++ b/arch/arm/mach-omap2/omap-wakeupgen.c
@@ -330,7 +330,7 @@ static int irq_cpu_hotplug_notify(struct notifier_block *self,
@@ -3616,10 +3621,10 @@ index 6833df4..3e059b2 100644
};
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c
-index 166b18f..f985f04 100644
+index 4cb8fd9..5ce65bc 100644
--- a/arch/arm/mach-omap2/omap_device.c
+++ b/arch/arm/mach-omap2/omap_device.c
-@@ -510,7 +510,7 @@ void omap_device_delete(struct omap_device *od)
+@@ -504,7 +504,7 @@ void omap_device_delete(struct omap_device *od)
struct platform_device __init *omap_device_build(const char *pdev_name,
int pdev_id,
struct omap_hwmod *oh,
@@ -3628,7 +3633,7 @@ index 166b18f..f985f04 100644
{
struct omap_hwmod *ohs[] = { oh };
-@@ -538,7 +538,7 @@ struct platform_device __init *omap_device_build(const char *pdev_name,
+@@ -532,7 +532,7 @@ struct platform_device __init *omap_device_build(const char *pdev_name,
struct platform_device __init *omap_device_build_ss(const char *pdev_name,
int pdev_id,
struct omap_hwmod **ohs,
@@ -3657,7 +3662,7 @@ index 78c02b3..c94109a 100644
struct omap_device *omap_device_alloc(struct platform_device *pdev,
struct omap_hwmod **ohs, int oh_cnt);
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
-index 5286e77..fdd234c 100644
+index 486cc4d..8d1a0b7 100644
--- a/arch/arm/mach-omap2/omap_hwmod.c
+++ b/arch/arm/mach-omap2/omap_hwmod.c
@@ -199,10 +199,10 @@ struct omap_hwmod_soc_ops {
@@ -3720,6 +3725,74 @@ index ff0a68c..b312aa0 100644
pdev = omap_device_build(dev_name, id, oh, &pdata,
sizeof(struct omap_wd_timer_platform_data));
WARN(IS_ERR(pdev), "Can't build omap_device for %s:%s.\n",
+diff --git a/arch/arm/mach-shmobile/platsmp-apmu.c b/arch/arm/mach-shmobile/platsmp-apmu.c
+index b0790fc..71eb21f 100644
+--- a/arch/arm/mach-shmobile/platsmp-apmu.c
++++ b/arch/arm/mach-shmobile/platsmp-apmu.c
+@@ -22,6 +22,7 @@
+ #include <asm/proc-fns.h>
+ #include <asm/smp_plat.h>
+ #include <asm/suspend.h>
++#include <asm/pgtable.h>
+ #include "common.h"
+ #include "platsmp-apmu.h"
+
+@@ -233,6 +234,8 @@ static int shmobile_smp_apmu_enter_suspend(suspend_state_t state)
+
+ void __init shmobile_smp_apmu_suspend_init(void)
+ {
+- shmobile_suspend_ops.enter = shmobile_smp_apmu_enter_suspend;
++ pax_open_kernel();
++ *(void **)&shmobile_suspend_ops.enter = shmobile_smp_apmu_enter_suspend;
++ pax_close_kernel();
+ }
+ #endif
+diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c
+index 34608fc..344d7c0 100644
+--- a/arch/arm/mach-shmobile/pm-r8a7740.c
++++ b/arch/arm/mach-shmobile/pm-r8a7740.c
+@@ -11,6 +11,7 @@
+ #include <linux/console.h>
+ #include <linux/io.h>
+ #include <linux/suspend.h>
++#include <asm/pgtable.h>
+
+ #include "common.h"
+ #include "pm-rmobile.h"
+@@ -117,7 +118,9 @@ static int r8a7740_enter_suspend(suspend_state_t suspend_state)
+
+ static void r8a7740_suspend_init(void)
+ {
+- shmobile_suspend_ops.enter = r8a7740_enter_suspend;
++ pax_open_kernel();
++ *(void **)&shmobile_suspend_ops.enter = r8a7740_enter_suspend;
++ pax_close_kernel();
+ }
+ #else
+ static void r8a7740_suspend_init(void) {}
+diff --git a/arch/arm/mach-shmobile/pm-sh73a0.c b/arch/arm/mach-shmobile/pm-sh73a0.c
+index a7e4668..83334f33 100644
+--- a/arch/arm/mach-shmobile/pm-sh73a0.c
++++ b/arch/arm/mach-shmobile/pm-sh73a0.c
+@@ -9,6 +9,7 @@
+ */
+
+ #include <linux/suspend.h>
++#include <asm/pgtable.h>
+ #include "common.h"
+
+ #ifdef CONFIG_SUSPEND
+@@ -20,7 +21,9 @@ static int sh73a0_enter_suspend(suspend_state_t suspend_state)
+
+ static void sh73a0_suspend_init(void)
+ {
+- shmobile_suspend_ops.enter = sh73a0_enter_suspend;
++ pax_open_kernel();
++ *(void **)&shmobile_suspend_ops.enter = sh73a0_enter_suspend;
++ pax_close_kernel();
+ }
+ #else
+ static void sh73a0_suspend_init(void) {}
diff --git a/arch/arm/mach-tegra/cpuidle-tegra20.c b/arch/arm/mach-tegra/cpuidle-tegra20.c
index 7469347..1ecc350 100644
--- a/arch/arm/mach-tegra/cpuidle-tegra20.c
@@ -3746,7 +3819,7 @@ index 3b9098d..15b390f 100644
#include <linux/irq.h>
#include <linux/kernel.h>
diff --git a/arch/arm/mach-ux500/pm.c b/arch/arm/mach-ux500/pm.c
-index 2cb587b..6ddfebf 100644
+index 8538910..2f39bc4 100644
--- a/arch/arm/mach-ux500/pm.c
+++ b/arch/arm/mach-ux500/pm.c
@@ -10,6 +10,7 @@
@@ -3757,24 +3830,6 @@ index 2cb587b..6ddfebf 100644
#include <linux/irqchip/arm-gic.h>
#include <linux/delay.h>
#include <linux/io.h>
-diff --git a/arch/arm/mach-ux500/setup.h b/arch/arm/mach-ux500/setup.h
-index 2dea8b5..6499da2 100644
---- a/arch/arm/mach-ux500/setup.h
-+++ b/arch/arm/mach-ux500/setup.h
-@@ -33,13 +33,6 @@ extern void ux500_timer_init(void);
- .type = MT_DEVICE, \
- }
-
--#define __MEM_DEV_DESC(x, sz) { \
-- .virtual = IO_ADDRESS(x), \
-- .pfn = __phys_to_pfn(x), \
-- .length = sz, \
-- .type = MT_MEMORY_RWX, \
--}
--
- extern struct smp_operations ux500_smp_ops;
- extern void ux500_cpu_die(unsigned int cpu);
-
diff --git a/arch/arm/mach-zynq/platsmp.c b/arch/arm/mach-zynq/platsmp.c
index f66816c..228b951 100644
--- a/arch/arm/mach-zynq/platsmp.c
@@ -3788,7 +3843,7 @@ index f66816c..228b951 100644
#include "common.h"
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
-index b4f92b9..ffefea9 100644
+index 7c6b976..055db09 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -446,6 +446,7 @@ config CPU_32v5
@@ -3807,7 +3862,7 @@ index b4f92b9..ffefea9 100644
help
This option enables or disables the use of domain switching
via the set_fs() function.
-@@ -798,7 +800,7 @@ config NEED_KUSER_HELPERS
+@@ -818,7 +820,7 @@ config NEED_KUSER_HELPERS
config KUSER_HELPERS
bool "Enable kuser helpers in vector page" if !NEED_KUSER_HELPERS
@@ -3816,7 +3871,7 @@ index b4f92b9..ffefea9 100644
default y
help
Warning: disabling this option may break user programs.
-@@ -812,7 +814,7 @@ config KUSER_HELPERS
+@@ -832,7 +834,7 @@ config KUSER_HELPERS
See Documentation/arm/kernel_user_helpers.txt for details.
However, the fixed address nature of these helpers can be used
@@ -3891,12 +3946,12 @@ index 9769f1e..16aaa55 100644
goto fault; \
} while (0)
diff --git a/arch/arm/mm/cache-l2x0.c b/arch/arm/mm/cache-l2x0.c
-index e309c8f..f8965e8 100644
+index 71b3d33..8af9ade 100644
--- a/arch/arm/mm/cache-l2x0.c
+++ b/arch/arm/mm/cache-l2x0.c
-@@ -43,7 +43,7 @@ struct l2c_init_data {
- void (*save)(void __iomem *);
+@@ -44,7 +44,7 @@ struct l2c_init_data {
void (*configure)(void __iomem *);
+ void (*unlock)(void __iomem *, unsigned);
struct outer_cache_fns outer_cache;
-};
+} __do_const;
@@ -3952,7 +4007,7 @@ index 845769e..4278fd7 100644
atomic64_set(&mm->context.id, asid);
}
diff --git a/arch/arm/mm/fault.c b/arch/arm/mm/fault.c
-index 6333d9c..3bb19f2 100644
+index 0d629b8..01867c8 100644
--- a/arch/arm/mm/fault.c
+++ b/arch/arm/mm/fault.c
@@ -25,6 +25,7 @@
@@ -4202,10 +4257,10 @@ index cf08bdf..772656c 100644
unsigned long search_exception_table(unsigned long addr);
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c
-index be92fa0..5252d7e 100644
+index 8a63b4c..6b04370 100644
--- a/arch/arm/mm/init.c
+++ b/arch/arm/mm/init.c
-@@ -709,7 +709,46 @@ void free_tcmmem(void)
+@@ -710,7 +710,46 @@ void free_tcmmem(void)
{
#ifdef CONFIG_HAVE_TCM
extern char __tcm_start, __tcm_end;
@@ -4253,10 +4308,10 @@ index be92fa0..5252d7e 100644
free_reserved_area(&__tcm_start, &__tcm_end, -1, "TCM link");
#endif
diff --git a/arch/arm/mm/ioremap.c b/arch/arm/mm/ioremap.c
-index d1e5ad7..84dcbf2 100644
+index 0c81056..97279f7 100644
--- a/arch/arm/mm/ioremap.c
+++ b/arch/arm/mm/ioremap.c
-@@ -392,9 +392,9 @@ __arm_ioremap_exec(phys_addr_t phys_addr, size_t size, bool cached)
+@@ -405,9 +405,9 @@ __arm_ioremap_exec(phys_addr_t phys_addr, size_t size, bool cached)
unsigned int mtype;
if (cached)
@@ -4378,7 +4433,7 @@ index 407dc78..047ce9d 100644
}
}
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
-index 7186382..0c145cf 100644
+index 870838a..070df1d 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -41,6 +41,22 @@
@@ -4625,7 +4680,7 @@ index 7186382..0c145cf 100644
md->virtual >= PAGE_OFFSET &&
(md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) {
pr_warn("BUG: mapping for 0x%08llx at 0x%08lx out of vmalloc space\n",
-@@ -1218,18 +1275,15 @@ void __init arm_mm_memblock_reserve(void)
+@@ -1224,18 +1281,15 @@ void __init arm_mm_memblock_reserve(void)
* called function. This means you can't use any function or debugging
* method which may touch any device, otherwise the kernel _will_ crash.
*/
@@ -4648,7 +4703,7 @@ index 7186382..0c145cf 100644
for (addr = VMALLOC_START; addr; addr += PMD_SIZE)
pmd_clear(pmd_off_k(addr));
-@@ -1242,7 +1296,7 @@ static void __init devicemaps_init(const struct machine_desc *mdesc)
+@@ -1248,7 +1302,7 @@ static void __init devicemaps_init(const struct machine_desc *mdesc)
map.pfn = __phys_to_pfn(CONFIG_XIP_PHYS_ADDR & SECTION_MASK);
map.virtual = MODULES_VADDR;
map.length = ((unsigned long)_etext - map.virtual + ~SECTION_MASK) & SECTION_MASK;
@@ -4657,7 +4712,7 @@ index 7186382..0c145cf 100644
create_mapping(&map);
#endif
-@@ -1253,14 +1307,14 @@ static void __init devicemaps_init(const struct machine_desc *mdesc)
+@@ -1259,14 +1313,14 @@ static void __init devicemaps_init(const struct machine_desc *mdesc)
map.pfn = __phys_to_pfn(FLUSH_BASE_PHYS);
map.virtual = FLUSH_BASE;
map.length = SZ_1M;
@@ -4674,7 +4729,7 @@ index 7186382..0c145cf 100644
create_mapping(&map);
#endif
-@@ -1269,7 +1323,7 @@ static void __init devicemaps_init(const struct machine_desc *mdesc)
+@@ -1275,7 +1329,7 @@ static void __init devicemaps_init(const struct machine_desc *mdesc)
* location (0xffff0000). If we aren't using high-vectors, also
* create a mapping at the low-vectors virtual address.
*/
@@ -4683,7 +4738,7 @@ index 7186382..0c145cf 100644
map.virtual = 0xffff0000;
map.length = PAGE_SIZE;
#ifdef CONFIG_KUSER_HELPERS
-@@ -1329,8 +1383,10 @@ static void __init kmap_init(void)
+@@ -1335,8 +1389,10 @@ static void __init kmap_init(void)
static void __init map_lowmem(void)
{
struct memblock_region *reg;
@@ -4694,7 +4749,7 @@ index 7186382..0c145cf 100644
/* Map all the lowmem memory banks. */
for_each_memblock(memory, reg) {
-@@ -1343,11 +1399,48 @@ static void __init map_lowmem(void)
+@@ -1349,11 +1405,48 @@ static void __init map_lowmem(void)
if (start >= end)
break;
@@ -4744,7 +4799,7 @@ index 7186382..0c145cf 100644
create_mapping(&map);
} else if (start >= kernel_x_end) {
-@@ -1371,7 +1464,7 @@ static void __init map_lowmem(void)
+@@ -1377,7 +1470,7 @@ static void __init map_lowmem(void)
map.pfn = __phys_to_pfn(kernel_x_start);
map.virtual = __phys_to_virt(kernel_x_start);
map.length = kernel_x_end - kernel_x_start;
@@ -4753,7 +4808,7 @@ index 7186382..0c145cf 100644
create_mapping(&map);
-@@ -1384,6 +1477,7 @@ static void __init map_lowmem(void)
+@@ -1390,6 +1483,7 @@ static void __init map_lowmem(void)
create_mapping(&map);
}
}
@@ -4762,7 +4817,7 @@ index 7186382..0c145cf 100644
}
diff --git a/arch/arm/net/bpf_jit_32.c b/arch/arm/net/bpf_jit_32.c
-index e0e2358..96c6791 100644
+index c011e22..92a0260 100644
--- a/arch/arm/net/bpf_jit_32.c
+++ b/arch/arm/net/bpf_jit_32.c
@@ -20,6 +20,7 @@
@@ -4773,7 +4828,7 @@ index e0e2358..96c6791 100644
#include "bpf_jit_32.h"
-@@ -72,7 +73,11 @@ struct jit_ctx {
+@@ -72,54 +73,38 @@ struct jit_ctx {
#endif
};
@@ -4783,9 +4838,62 @@ index e0e2358..96c6791 100644
int bpf_jit_enable __read_mostly;
+#endif
- static u64 jit_get_skb_b(struct sk_buff *skb, unsigned offset)
+-static inline int call_neg_helper(struct sk_buff *skb, int offset, void *ret,
+- unsigned int size)
+-{
+- void *ptr = bpf_internal_load_pointer_neg_helper(skb, offset, size);
+-
+- if (!ptr)
+- return -EFAULT;
+- memcpy(ret, ptr, size);
+- return 0;
+-}
+-
+-static u64 jit_get_skb_b(struct sk_buff *skb, int offset)
++static u64 jit_get_skb_b(struct sk_buff *skb, unsigned offset)
{
-@@ -179,8 +184,10 @@ static void jit_fill_hole(void *area, unsigned int size)
+ u8 ret;
+ int err;
+
+- if (offset < 0)
+- err = call_neg_helper(skb, offset, &ret, 1);
+- else
+- err = skb_copy_bits(skb, offset, &ret, 1);
++ err = skb_copy_bits(skb, offset, &ret, 1);
+
+ return (u64)err << 32 | ret;
+ }
+
+-static u64 jit_get_skb_h(struct sk_buff *skb, int offset)
++static u64 jit_get_skb_h(struct sk_buff *skb, unsigned offset)
+ {
+ u16 ret;
+ int err;
+
+- if (offset < 0)
+- err = call_neg_helper(skb, offset, &ret, 2);
+- else
+- err = skb_copy_bits(skb, offset, &ret, 2);
++ err = skb_copy_bits(skb, offset, &ret, 2);
+
+ return (u64)err << 32 | ntohs(ret);
+ }
+
+-static u64 jit_get_skb_w(struct sk_buff *skb, int offset)
++static u64 jit_get_skb_w(struct sk_buff *skb, unsigned offset)
+ {
+ u32 ret;
+ int err;
+
+- if (offset < 0)
+- err = call_neg_helper(skb, offset, &ret, 4);
+- else
+- err = skb_copy_bits(skb, offset, &ret, 4);
++ err = skb_copy_bits(skb, offset, &ret, 4);
+
+ return (u64)err << 32 | ntohl(ret);
+ }
+@@ -199,8 +184,10 @@ static void jit_fill_hole(void *area, unsigned int size)
{
u32 *ptr;
/* We are guaranteed to have aligned memory. */
@@ -4796,30 +4904,35 @@ index e0e2358..96c6791 100644
}
static void build_prologue(struct jit_ctx *ctx)
-@@ -547,7 +554,7 @@ load_common:
- emit(ARM_SUB_I(r_scratch, r_skb_hl,
- 1 << load_order), ctx);
- emit(ARM_CMP_R(r_scratch, r_off), ctx);
-- condt = ARM_COND_HS;
-+ condt = ARM_COND_GE;
- } else {
- emit(ARM_CMP_R(r_skb_hl, r_off), ctx);
+@@ -556,6 +543,9 @@ static int build_body(struct jit_ctx *ctx)
+ case BPF_LD | BPF_B | BPF_ABS:
+ load_order = 0;
+ load:
++ /* the interpreter will deal with the negative K */
++ if ((int)k < 0)
++ return -ENOTSUPP;
+ emit_mov_i(r_off, k, ctx);
+ load_common:
+ ctx->seen |= SEEN_DATA | SEEN_CALL;
+@@ -570,18 +560,6 @@ load_common:
condt = ARM_COND_HI;
-@@ -860,9 +867,11 @@ b_epilogue:
- off = offsetof(struct sk_buff, vlan_tci);
- emit(ARM_LDRH_I(r_A, r_skb, off), ctx);
- if (code == (BPF_ANC | SKF_AD_VLAN_TAG))
-- OP_IMM3(ARM_AND, r_A, r_A, VLAN_VID_MASK, ctx);
-- else
-- OP_IMM3(ARM_AND, r_A, r_A, VLAN_TAG_PRESENT, ctx);
-+ OP_IMM3(ARM_AND, r_A, r_A, ~VLAN_TAG_PRESENT, ctx);
-+ else {
-+ OP_IMM3(ARM_LSR, r_A, r_A, 12, ctx);
-+ OP_IMM3(ARM_AND, r_A, r_A, 0x1, ctx);
-+ }
- break;
- case BPF_ANC | SKF_AD_QUEUE:
- ctx->seen |= SEEN_SKB;
+ }
+
+- /*
+- * test for negative offset, only if we are
+- * currently scheduled to take the fast
+- * path. this will update the flags so that
+- * the slowpath instruction are ignored if the
+- * offset is negative.
+- *
+- * for loard_order == 0 the HI condition will
+- * make loads at offset 0 take the slow path too.
+- */
+- _emit(condt, ARM_CMP_I(r_off, 0), ctx);
+-
+ _emit(condt, ARM_ADD_R(r_scratch, r_off, r_skb_data),
+ ctx);
+
diff --git a/arch/arm/plat-iop/setup.c b/arch/arm/plat-iop/setup.c
index 5b217f4..c23f40e 100644
--- a/arch/arm/plat-iop/setup.c
@@ -4867,7 +4980,7 @@ index 7047051..44e8675 100644
#endif
#endif
diff --git a/arch/arm64/include/asm/barrier.h b/arch/arm64/include/asm/barrier.h
-index 71f19c4..2b13cfe 100644
+index 0fa47c4..b167938 100644
--- a/arch/arm64/include/asm/barrier.h
+++ b/arch/arm64/include/asm/barrier.h
@@ -44,7 +44,7 @@
@@ -4933,7 +5046,7 @@ index 07e1ba44..ec8cbbb 100644
#define user_addr_max get_fs
diff --git a/arch/arm64/mm/dma-mapping.c b/arch/arm64/mm/dma-mapping.c
-index b0bd4e5..54e82f6 100644
+index d16a1ce..a5acc60 100644
--- a/arch/arm64/mm/dma-mapping.c
+++ b/arch/arm64/mm/dma-mapping.c
@@ -134,7 +134,7 @@ static void __dma_free_coherent(struct device *dev, size_t size,
@@ -4998,7 +5111,7 @@ index 479330b..53717a8 100644
#endif /* __ASM_AVR32_KMAP_TYPES_H */
diff --git a/arch/avr32/mm/fault.c b/arch/avr32/mm/fault.c
-index d223a8b..69c5210 100644
+index c035339..e1fa594 100644
--- a/arch/avr32/mm/fault.c
+++ b/arch/avr32/mm/fault.c
@@ -41,6 +41,23 @@ static inline int notify_page_fault(struct pt_regs *regs, int trap)
@@ -5195,10 +5308,10 @@ index 69952c18..4fa2908 100644
#define ARCH_DMA_MINALIGN L1_CACHE_BYTES
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
-index 76d25b2..d3793a0f 100644
+index 42a91a7..29d446e 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
-@@ -541,6 +541,7 @@ source "drivers/sn/Kconfig"
+@@ -518,6 +518,7 @@ source "drivers/sn/Kconfig"
config KEXEC
bool "kexec system call"
depends on !IA64_HP_SIM && (!SMP || HOTPLUG_CPU)
@@ -5237,7 +5350,7 @@ index 0bf0350..2ad1957 100644
+
#endif /* _ASM_IA64_ATOMIC_H */
diff --git a/arch/ia64/include/asm/barrier.h b/arch/ia64/include/asm/barrier.h
-index f6769eb..1cdb590 100644
+index 843ba43..fa118fb 100644
--- a/arch/ia64/include/asm/barrier.h
+++ b/arch/ia64/include/asm/barrier.h
@@ -66,7 +66,7 @@
@@ -5433,10 +5546,10 @@ index 4f3fb6cc..254055e 100644
})
diff --git a/arch/ia64/kernel/module.c b/arch/ia64/kernel/module.c
-index 29754aa..06d2838 100644
+index b15933c..098b1c8 100644
--- a/arch/ia64/kernel/module.c
+++ b/arch/ia64/kernel/module.c
-@@ -492,15 +492,39 @@ module_frob_arch_sections (Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings,
+@@ -484,15 +484,39 @@ module_frob_arch_sections (Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings,
}
static inline int
@@ -5478,7 +5591,7 @@ index 29754aa..06d2838 100644
}
static inline int
-@@ -683,7 +707,14 @@ do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend,
+@@ -675,7 +699,14 @@ do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend,
break;
case RV_BDREL:
@@ -5494,7 +5607,7 @@ index 29754aa..06d2838 100644
break;
case RV_LTV:
-@@ -818,15 +849,15 @@ apply_relocate_add (Elf64_Shdr *sechdrs, const char *strtab, unsigned int symind
+@@ -810,15 +841,15 @@ apply_relocate_add (Elf64_Shdr *sechdrs, const char *strtab, unsigned int symind
* addresses have been selected...
*/
uint64_t gp;
@@ -5562,10 +5675,10 @@ index 41e33f8..65180b2a 100644
}
diff --git a/arch/ia64/kernel/vmlinux.lds.S b/arch/ia64/kernel/vmlinux.lds.S
-index 84f8a52..7c76178 100644
+index dc506b0..39baade 100644
--- a/arch/ia64/kernel/vmlinux.lds.S
+++ b/arch/ia64/kernel/vmlinux.lds.S
-@@ -192,7 +192,7 @@ SECTIONS {
+@@ -171,7 +171,7 @@ SECTIONS {
/* Per-cpu data: */
. = ALIGN(PERCPU_PAGE_SIZE);
PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu)
@@ -5575,7 +5688,7 @@ index 84f8a52..7c76178 100644
* ensure percpu data fits
* into percpu page size
diff --git a/arch/ia64/mm/fault.c b/arch/ia64/mm/fault.c
-index ba5ba7a..36e9d3a 100644
+index 70b40d1..01a9a28 100644
--- a/arch/ia64/mm/fault.c
+++ b/arch/ia64/mm/fault.c
@@ -72,6 +72,23 @@ mapped_kernel_page_is_present (unsigned long address)
@@ -5626,10 +5739,10 @@ index ba5ba7a..36e9d3a 100644
/*
* If for any reason at all we couldn't handle the fault, make
diff --git a/arch/ia64/mm/hugetlbpage.c b/arch/ia64/mm/hugetlbpage.c
-index 52b7604b..455cb85 100644
+index f50d4b3..c7975ee 100644
--- a/arch/ia64/mm/hugetlbpage.c
+++ b/arch/ia64/mm/hugetlbpage.c
-@@ -143,6 +143,7 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, u
+@@ -138,6 +138,7 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, u
unsigned long pgoff, unsigned long flags)
{
struct vm_unmapped_area_info info;
@@ -5637,7 +5750,7 @@ index 52b7604b..455cb85 100644
if (len > RGN_MAP_LIMIT)
return -ENOMEM;
-@@ -166,6 +167,7 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, u
+@@ -161,6 +162,7 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, u
info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT;
info.align_mask = PAGE_MASK & (HPAGE_SIZE - 1);
info.align_offset = 0;
@@ -5646,10 +5759,10 @@ index 52b7604b..455cb85 100644
}
diff --git a/arch/ia64/mm/init.c b/arch/ia64/mm/init.c
-index a9b65cf..49ae1cf 100644
+index 97e48b0..fc59c36 100644
--- a/arch/ia64/mm/init.c
+++ b/arch/ia64/mm/init.c
-@@ -120,6 +120,19 @@ ia64_init_addr_space (void)
+@@ -119,6 +119,19 @@ ia64_init_addr_space (void)
vma->vm_start = current->thread.rbs_bot & PAGE_MASK;
vma->vm_end = vma->vm_start + PAGE_SIZE;
vma->vm_flags = VM_DATA_DEFAULT_FLAGS|VM_GROWSUP|VM_ACCOUNT;
@@ -5669,7 +5782,7 @@ index a9b65cf..49ae1cf 100644
vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
down_write(&current->mm->mmap_sem);
if (insert_vm_struct(current->mm, vma)) {
-@@ -286,7 +299,7 @@ static int __init gate_vma_init(void)
+@@ -279,7 +292,7 @@ static int __init gate_vma_init(void)
gate_vma.vm_start = FIXADDR_USER_START;
gate_vma.vm_end = FIXADDR_USER_END;
gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
@@ -5736,7 +5849,7 @@ index 0395c51..5f26031 100644
#define ARCH_DMA_MINALIGN L1_CACHE_BYTES
diff --git a/arch/metag/include/asm/barrier.h b/arch/metag/include/asm/barrier.h
-index d703d8e..a8e2d70 100644
+index 5a696e5..070490d 100644
--- a/arch/metag/include/asm/barrier.h
+++ b/arch/metag/include/asm/barrier.h
@@ -90,7 +90,7 @@ static inline void fence(void)
@@ -5749,10 +5862,10 @@ index d703d8e..a8e2d70 100644
#define smp_load_acquire(p) \
diff --git a/arch/metag/mm/hugetlbpage.c b/arch/metag/mm/hugetlbpage.c
-index 7ca80ac..794ba72 100644
+index 53f0f6c..2dc07fd 100644
--- a/arch/metag/mm/hugetlbpage.c
+++ b/arch/metag/mm/hugetlbpage.c
-@@ -194,6 +194,7 @@ hugetlb_get_unmapped_area_new_pmd(unsigned long len)
+@@ -189,6 +189,7 @@ hugetlb_get_unmapped_area_new_pmd(unsigned long len)
info.high_limit = TASK_SIZE;
info.align_mask = PAGE_MASK & HUGEPT_MASK;
info.align_offset = 0;
@@ -5779,10 +5892,10 @@ index 4efe96a..60e8699 100644
#define SMP_CACHE_BYTES L1_CACHE_BYTES
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
-index a3b1ffe..7d61ca6 100644
+index 199a835..822b487 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -2586,6 +2586,7 @@ source "kernel/Kconfig.preempt"
+@@ -2591,6 +2591,7 @@ source "kernel/Kconfig.preempt"
config KEXEC
bool "Kexec system call"
@@ -6409,7 +6522,7 @@ index 26d4363..3c9a82e 100644
/*
* atomic64_add_negative - add and test if negative
diff --git a/arch/mips/include/asm/barrier.h b/arch/mips/include/asm/barrier.h
-index 2b8bbbc..4556df6 100644
+index 7ecba84..21774af 100644
--- a/arch/mips/include/asm/barrier.h
+++ b/arch/mips/include/asm/barrier.h
@@ -133,7 +133,7 @@
@@ -6602,7 +6715,7 @@ index b336037..5b874cc 100644
/*
diff --git a/arch/mips/include/asm/pgtable.h b/arch/mips/include/asm/pgtable.h
-index 70f6e7f..11f4ada 100644
+index ae85694..4cdbba8 100644
--- a/arch/mips/include/asm/pgtable.h
+++ b/arch/mips/include/asm/pgtable.h
@@ -20,6 +20,9 @@
@@ -6658,10 +6771,10 @@ index 9c0014e..5101ef5 100644
/*
* We stash processor id into a COP0 register to retrieve it fast
diff --git a/arch/mips/include/asm/uaccess.h b/arch/mips/include/asm/uaccess.h
-index bf8b324..cec5705 100644
+index 5305d69..1da2bf5 100644
--- a/arch/mips/include/asm/uaccess.h
+++ b/arch/mips/include/asm/uaccess.h
-@@ -130,6 +130,7 @@ extern u64 __ua_limit;
+@@ -146,6 +146,7 @@ static inline bool eva_kernel_access(void)
__ok == 0; \
})
@@ -6706,10 +6819,10 @@ index 9287678..f870e47 100644
#include <linux/module.h>
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c
-index a74ec3a..4f06f18 100644
+index 74f6752..f3d7a47 100644
--- a/arch/mips/kernel/i8259.c
+++ b/arch/mips/kernel/i8259.c
-@@ -202,7 +202,7 @@ spurious_8259A_irq:
+@@ -205,7 +205,7 @@ spurious_8259A_irq:
printk(KERN_DEBUG "spurious 8259A interrupt: IRQ%d.\n", irq);
spurious_irq_mask |= irqmask;
}
@@ -6732,10 +6845,10 @@ index 44a1f79..2bd6aa3 100644
void __init gt641xx_irq_init(void)
diff --git a/arch/mips/kernel/irq.c b/arch/mips/kernel/irq.c
-index 3c8a18a..b4929b6 100644
+index 8eb5af8..2baf465 100644
--- a/arch/mips/kernel/irq.c
+++ b/arch/mips/kernel/irq.c
-@@ -76,17 +76,17 @@ void ack_bad_irq(unsigned int irq)
+@@ -34,17 +34,17 @@ void ack_bad_irq(unsigned int irq)
printk("unexpected IRQ # %d\n", irq);
}
@@ -6756,7 +6869,7 @@ index 3c8a18a..b4929b6 100644
}
void __init init_IRQ(void)
-@@ -110,6 +110,8 @@ void __init init_IRQ(void)
+@@ -58,6 +58,8 @@ void __init init_IRQ(void)
}
#ifdef CONFIG_DEBUG_STACKOVERFLOW
@@ -6765,7 +6878,7 @@ index 3c8a18a..b4929b6 100644
static inline void check_stack_overflow(void)
{
unsigned long sp;
-@@ -125,6 +127,7 @@ static inline void check_stack_overflow(void)
+@@ -73,6 +75,7 @@ static inline void check_stack_overflow(void)
printk("do_IRQ: stack overflow: %ld\n",
sp - sizeof(struct thread_info));
dump_stack();
@@ -6906,10 +7019,10 @@ index 2242bdd..b284048 100644
}
/* Arrange for an interrupt in a short while */
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
-index 5f5f44e..cf10625 100644
+index 8ea28e6..c8873d5 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
-@@ -696,7 +696,18 @@ asmlinkage void do_ov(struct pt_regs *regs)
+@@ -697,7 +697,18 @@ asmlinkage void do_ov(struct pt_regs *regs)
siginfo_t info;
prev_state = exception_enter();
@@ -6930,10 +7043,10 @@ index 5f5f44e..cf10625 100644
info.si_code = FPE_INTOVF;
info.si_signo = SIGFPE;
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c
-index 52f205a..335927c 100644
+index cd4c129..290c518 100644
--- a/arch/mips/kvm/mips.c
+++ b/arch/mips/kvm/mips.c
-@@ -1013,7 +1013,7 @@ long kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg)
+@@ -1016,7 +1016,7 @@ long kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg)
return r;
}
@@ -6943,7 +7056,7 @@ index 52f205a..335927c 100644
if (kvm_mips_callbacks) {
kvm_err("kvm: module already exists\n");
diff --git a/arch/mips/mm/fault.c b/arch/mips/mm/fault.c
-index 7ff8637..6004edb 100644
+index 852a41c..75b9d38 100644
--- a/arch/mips/mm/fault.c
+++ b/arch/mips/mm/fault.c
@@ -31,6 +31,23 @@
@@ -6970,7 +7083,7 @@ index 7ff8637..6004edb 100644
/*
* This routine handles page faults. It determines the address,
* and the problem, and then passes it off to one of the appropriate
-@@ -206,6 +223,14 @@ bad_area:
+@@ -207,6 +224,14 @@ bad_area:
bad_area_nosemaphore:
/* User mode accesses just cause a SIGSEGV */
if (user_mode(regs)) {
@@ -7527,7 +7640,7 @@ index 5aba01a..47cdd5a 100644
mm->mmap_base = mm->mmap_legacy_base;
mm->get_unmapped_area = arch_get_unmapped_area;
diff --git a/arch/parisc/kernel/traps.c b/arch/parisc/kernel/traps.c
-index 7f67c4c..d85c11d 100644
+index b99b39f..e3915ae 100644
--- a/arch/parisc/kernel/traps.c
+++ b/arch/parisc/kernel/traps.c
@@ -722,9 +722,7 @@ void notrace handle_interruption(int code, struct pt_regs *regs)
@@ -7542,17 +7655,17 @@ index 7f67c4c..d85c11d 100644
fault_space = regs->iasq[0];
diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c
-index e5120e6..8ddb5cc 100644
+index 15503ad..4b1b8b6 100644
--- a/arch/parisc/mm/fault.c
+++ b/arch/parisc/mm/fault.c
-@@ -15,6 +15,7 @@
- #include <linux/sched.h>
+@@ -16,6 +16,7 @@
#include <linux/interrupt.h>
#include <linux/module.h>
+ #include <linux/uaccess.h>
+#include <linux/unistd.h>
- #include <asm/uaccess.h>
#include <asm/traps.h>
+
@@ -50,7 +51,7 @@ int show_unhandled_signals = 1;
static unsigned long
parisc_acctyp(unsigned long code, unsigned int inst)
@@ -7715,10 +7828,10 @@ index e5120e6..8ddb5cc 100644
/*
* If for any reason at all we couldn't handle the fault, make
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
-index 190cc48..48439ce 100644
+index 5ef2711..21be2c3 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
-@@ -413,6 +413,7 @@ config PPC64_SUPPORTS_MEMORY_FAILURE
+@@ -415,6 +415,7 @@ config PPC64_SUPPORTS_MEMORY_FAILURE
config KEXEC
bool "kexec system call"
depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP))
@@ -8240,7 +8353,7 @@ index 512d278..d31fadd 100644
2:"
: "=&r" (t)
diff --git a/arch/powerpc/include/asm/barrier.h b/arch/powerpc/include/asm/barrier.h
-index a3bf5be..e03ba81 100644
+index 51ccc72..35de789 100644
--- a/arch/powerpc/include/asm/barrier.h
+++ b/arch/powerpc/include/asm/barrier.h
@@ -76,7 +76,7 @@
@@ -8414,7 +8527,7 @@ index 8565c25..2865190 100644
return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0);
}
diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h
-index 69c0598..2c56964 100644
+index 71294a6..9e40aca 100644
--- a/arch/powerpc/include/asm/page.h
+++ b/arch/powerpc/include/asm/page.h
@@ -227,8 +227,9 @@ extern long long virt_phys_offset;
@@ -8638,7 +8751,7 @@ index 7efee4a..48d47cc 100644
#define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
_TIF_NOTIFY_RESUME | _TIF_UPROBE | \
diff --git a/arch/powerpc/include/asm/uaccess.h b/arch/powerpc/include/asm/uaccess.h
-index a0c071d..49cdc7f 100644
+index 2a8ebae..5643c6f 100644
--- a/arch/powerpc/include/asm/uaccess.h
+++ b/arch/powerpc/include/asm/uaccess.h
@@ -58,6 +58,7 @@
@@ -8818,10 +8931,10 @@ index a0c071d..49cdc7f 100644
static inline unsigned long clear_user(void __user *addr, unsigned long size)
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
-index c1ebbda..fd8a98d 100644
+index 12868b1..5155667 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
-@@ -15,6 +15,11 @@ CFLAGS_prom_init.o += -fPIC
+@@ -14,6 +14,11 @@ CFLAGS_prom_init.o += -fPIC
CFLAGS_btext.o += -fPIC
endif
@@ -8833,7 +8946,7 @@ index c1ebbda..fd8a98d 100644
ifdef CONFIG_FUNCTION_TRACER
# Do not trace early boot code
CFLAGS_REMOVE_cputable.o = -pg -mno-sched-epilog
-@@ -27,6 +32,8 @@ CFLAGS_REMOVE_ftrace.o = -pg -mno-sched-epilog
+@@ -26,6 +31,8 @@ CFLAGS_REMOVE_ftrace.o = -pg -mno-sched-epilog
CFLAGS_REMOVE_time.o = -pg -mno-sched-epilog
endif
@@ -8865,10 +8978,10 @@ index 3e68d1c..72a5ee6 100644
ld r4,_DAR(r1)
bl bad_page_fault
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
-index 9519e6b..13f6c38 100644
+index 0a0399c2..262a2e6 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
-@@ -1599,10 +1599,10 @@ handle_page_fault:
+@@ -1591,10 +1591,10 @@ handle_page_fault:
11: ld r4,_DAR(r1)
ld r5,_DSISR(r1)
addi r3,r1,STACK_FRAME_OVERHEAD
@@ -8944,10 +9057,10 @@ index c94d2e0..992a9ce 100644
sechdrs, module);
#endif
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
-index febb50d..bb10020 100644
+index 64e6e9d..cf90ed5 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
-@@ -1036,8 +1036,8 @@ void show_regs(struct pt_regs * regs)
+@@ -1033,8 +1033,8 @@ void show_regs(struct pt_regs * regs)
* Lookup NIP late so we have the best change of getting the
* above info out without failing
*/
@@ -8958,7 +9071,7 @@ index febb50d..bb10020 100644
#endif
show_stack(current, (unsigned long *) regs->gpr[1]);
if (!user_mode(regs))
-@@ -1554,10 +1554,10 @@ void show_stack(struct task_struct *tsk, unsigned long *stack)
+@@ -1550,10 +1550,10 @@ void show_stack(struct task_struct *tsk, unsigned long *stack)
newsp = stack[0];
ip = stack[STACK_FRAME_LR_SAVE];
if (!firstframe || ip != lr) {
@@ -8971,7 +9084,7 @@ index febb50d..bb10020 100644
(void *)current->ret_stack[curr_frame].ret);
curr_frame--;
}
-@@ -1577,7 +1577,7 @@ void show_stack(struct task_struct *tsk, unsigned long *stack)
+@@ -1573,7 +1573,7 @@ void show_stack(struct task_struct *tsk, unsigned long *stack)
struct pt_regs *regs = (struct pt_regs *)
(sp + STACK_FRAME_OVERHEAD);
lr = regs->link;
@@ -8980,7 +9093,7 @@ index febb50d..bb10020 100644
regs->trap, (void *)regs->nip, (void *)lr);
firstframe = 1;
}
-@@ -1613,49 +1613,3 @@ void notrace __ppc64_runlatch_off(void)
+@@ -1609,49 +1609,3 @@ void notrace __ppc64_runlatch_off(void)
mtspr(SPRN_CTRLT, ctrl);
}
#endif /* CONFIG_PPC64 */
@@ -9096,7 +9209,7 @@ index c7c24d2..1bf7039 100644
} else {
err |= setup_trampoline(__NR_rt_sigreturn, &frame->tramp[0]);
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
-index 19e4744..28a8d7b 100644
+index 37de90f..12472ac 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -36,6 +36,7 @@
@@ -9126,7 +9239,7 @@ index 19e4744..28a8d7b 100644
do_exit(signr);
}
-@@ -1137,6 +1143,26 @@ void __kprobes program_check_exception(struct pt_regs *regs)
+@@ -1139,6 +1145,26 @@ void __kprobes program_check_exception(struct pt_regs *regs)
enum ctx_state prev_state = exception_enter();
unsigned int reason = get_reason(regs);
@@ -9154,7 +9267,7 @@ index 19e4744..28a8d7b 100644
* has no FPU, in that case the reason flags will be 0 */
diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c
-index 305eb0d..accc5b40 100644
+index b457bfa..9018cde 100644
--- a/arch/powerpc/kernel/vdso.c
+++ b/arch/powerpc/kernel/vdso.c
@@ -34,6 +34,7 @@
@@ -9165,7 +9278,7 @@ index 305eb0d..accc5b40 100644
#undef DEBUG
-@@ -220,7 +221,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
+@@ -179,7 +180,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
vdso_base = VDSO32_MBASE;
#endif
@@ -9174,7 +9287,7 @@ index 305eb0d..accc5b40 100644
/* vDSO has a problem and was disabled, just don't "enable" it for the
* process
-@@ -240,7 +241,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
+@@ -199,7 +200,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
vdso_base = get_unmapped_area(NULL, vdso_base,
(vdso_pages << PAGE_SHIFT) +
((VDSO_ALIGNMENT - 1) & PAGE_MASK),
@@ -9184,10 +9297,10 @@ index 305eb0d..accc5b40 100644
rc = vdso_base;
goto fail_mmapsem;
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
-index ac3ddf1..9a54c76 100644
+index e5dde32..557af3d 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
-@@ -1403,7 +1403,7 @@ void kvmppc_init_lpid(unsigned long nr_lpids_param)
+@@ -1404,7 +1404,7 @@ void kvmppc_init_lpid(unsigned long nr_lpids_param)
}
EXPORT_SYMBOL_GPL(kvmppc_init_lpid);
@@ -9232,13 +9345,13 @@ index 5eea6f3..5d10396 100644
EXPORT_SYMBOL(copy_in_user);
diff --git a/arch/powerpc/mm/fault.c b/arch/powerpc/mm/fault.c
-index b396868..3eb6b9f 100644
+index a67c6d7..a662e6d 100644
--- a/arch/powerpc/mm/fault.c
+++ b/arch/powerpc/mm/fault.c
-@@ -33,6 +33,10 @@
- #include <linux/ratelimit.h>
+@@ -34,6 +34,10 @@
#include <linux/context_tracking.h>
#include <linux/hugetlb.h>
+ #include <linux/uaccess.h>
+#include <linux/slab.h>
+#include <linux/pagemap.h>
+#include <linux/compiler.h>
@@ -9289,7 +9402,7 @@ index b396868..3eb6b9f 100644
else
is_write = error_code & DSISR_ISSTORE;
#else
-@@ -383,12 +414,16 @@ good_area:
+@@ -384,12 +415,16 @@ good_area:
* "undefined". Of those that can be set, this is the only
* one which seems bad.
*/
@@ -9307,7 +9420,7 @@ index b396868..3eb6b9f 100644
/*
* Allow execution from readable areas if the MMU does not
* provide separate controls over reading and executing.
-@@ -483,6 +518,23 @@ bad_area:
+@@ -484,6 +519,23 @@ bad_area:
bad_area_nosemaphore:
/* User mode accesses cause a SIGSEGV */
if (user_mode(regs)) {
@@ -9442,7 +9555,7 @@ index adbe380..adb7516 100644
+
#endif /* __ARCH_S390_ATOMIC__ */
diff --git a/arch/s390/include/asm/barrier.h b/arch/s390/include/asm/barrier.h
-index 8d72471..5322500 100644
+index e6f8615..4a66339 100644
--- a/arch/s390/include/asm/barrier.h
+++ b/arch/s390/include/asm/barrier.h
@@ -42,7 +42,7 @@
@@ -9501,7 +9614,7 @@ index c4a93d6..4d2a9b4 100644
#endif /* __ASM_EXEC_H */
diff --git a/arch/s390/include/asm/uaccess.h b/arch/s390/include/asm/uaccess.h
-index d64a7a6..0830329 100644
+index 9dd4cc4..36f4b84 100644
--- a/arch/s390/include/asm/uaccess.h
+++ b/arch/s390/include/asm/uaccess.h
@@ -59,6 +59,7 @@ static inline int __range_ok(unsigned long addr, unsigned long size)
@@ -9512,7 +9625,7 @@ index d64a7a6..0830329 100644
#define access_ok(type, addr, size) __access_ok(addr, size)
/*
-@@ -275,6 +276,10 @@ static inline unsigned long __must_check
+@@ -278,6 +279,10 @@ static inline unsigned long __must_check
copy_to_user(void __user *to, const void *from, unsigned long n)
{
might_fault();
@@ -9523,7 +9636,7 @@ index d64a7a6..0830329 100644
return __copy_to_user(to, from, n);
}
-@@ -303,10 +308,14 @@ __compiletime_warning("copy_from_user() buffer size is not provably correct")
+@@ -307,10 +312,14 @@ __compiletime_warning("copy_from_user() buffer size is not provably correct")
static inline unsigned long __must_check
copy_from_user(void *to, const void __user *from, unsigned long n)
{
@@ -10012,7 +10125,7 @@ index 4082749..fd97781 100644
#define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
diff --git a/arch/sparc/include/asm/barrier_64.h b/arch/sparc/include/asm/barrier_64.h
-index 7664894..45a974b 100644
+index 809941e..b443309 100644
--- a/arch/sparc/include/asm/barrier_64.h
+++ b/arch/sparc/include/asm/barrier_64.h
@@ -60,7 +60,7 @@ do { __asm__ __volatile__("ba,pt %%xcc, 1f\n\t" \
@@ -10427,7 +10540,7 @@ index 64ee103..388aef0 100644
}
diff --git a/arch/sparc/include/asm/uaccess_64.h b/arch/sparc/include/asm/uaccess_64.h
-index a35194b..47dabc0d 100644
+index ea6e9a2..5703598 100644
--- a/arch/sparc/include/asm/uaccess_64.h
+++ b/arch/sparc/include/asm/uaccess_64.h
@@ -10,6 +10,7 @@
@@ -10438,7 +10551,7 @@ index a35194b..47dabc0d 100644
#include <asm/asi.h>
#include <asm/spitfire.h>
#include <asm-generic/uaccess-unaligned.h>
-@@ -54,6 +55,11 @@ static inline int __access_ok(const void __user * addr, unsigned long size)
+@@ -76,6 +77,11 @@ static inline int __access_ok(const void __user * addr, unsigned long size)
return 1;
}
@@ -10450,7 +10563,7 @@ index a35194b..47dabc0d 100644
static inline int access_ok(int type, const void __user * addr, unsigned long size)
{
return 1;
-@@ -228,8 +234,15 @@ unsigned long copy_from_user_fixup(void *to, const void __user *from,
+@@ -250,8 +256,15 @@ unsigned long copy_from_user_fixup(void *to, const void __user *from,
static inline unsigned long __must_check
copy_from_user(void *to, const void __user *from, unsigned long size)
{
@@ -10467,7 +10580,7 @@ index a35194b..47dabc0d 100644
if (unlikely(ret))
ret = copy_from_user_fixup(to, from, size);
-@@ -245,8 +258,15 @@ unsigned long copy_to_user_fixup(void __user *to, const void *from,
+@@ -267,8 +280,15 @@ unsigned long copy_to_user_fixup(void __user *to, const void *from,
static inline unsigned long __must_check
copy_to_user(void __user *to, const void *from, unsigned long size)
{
@@ -11293,13 +11406,13 @@ index 30c3ecc..736f015 100644
obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o gup.o
obj-y += fault_$(BITS).o
diff --git a/arch/sparc/mm/fault_32.c b/arch/sparc/mm/fault_32.c
-index 70d8171..274c6c0 100644
+index c399e7b..2387414 100644
--- a/arch/sparc/mm/fault_32.c
+++ b/arch/sparc/mm/fault_32.c
-@@ -21,6 +21,9 @@
- #include <linux/perf_event.h>
+@@ -22,6 +22,9 @@
#include <linux/interrupt.h>
#include <linux/kdebug.h>
+ #include <linux/uaccess.h>
+#include <linux/slab.h>
+#include <linux/pagemap.h>
+#include <linux/compiler.h>
@@ -11610,13 +11723,13 @@ index 70d8171..274c6c0 100644
if (!(vma->vm_flags & (VM_READ | VM_EXEC)))
goto bad_area;
diff --git a/arch/sparc/mm/fault_64.c b/arch/sparc/mm/fault_64.c
-index 4798232..f76e3aa 100644
+index dbabe57..d34d315 100644
--- a/arch/sparc/mm/fault_64.c
+++ b/arch/sparc/mm/fault_64.c
-@@ -22,6 +22,9 @@
- #include <linux/kdebug.h>
+@@ -23,6 +23,9 @@
#include <linux/percpu.h>
#include <linux/context_tracking.h>
+ #include <linux/uaccess.h>
+#include <linux/slab.h>
+#include <linux/pagemap.h>
+#include <linux/compiler.h>
@@ -12130,7 +12243,7 @@ index 4798232..f76e3aa 100644
* load/store/atomic was a write or not, it only says that there
* was no match. So in such a case we (carefully) read the
diff --git a/arch/sparc/mm/hugetlbpage.c b/arch/sparc/mm/hugetlbpage.c
-index 4242eab..9ae6360 100644
+index 131eaf4..285ea31 100644
--- a/arch/sparc/mm/hugetlbpage.c
+++ b/arch/sparc/mm/hugetlbpage.c
@@ -25,8 +25,10 @@ static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *filp,
@@ -12236,7 +12349,7 @@ index 4242eab..9ae6360 100644
pte_t *huge_pte_alloc(struct mm_struct *mm,
diff --git a/arch/sparc/mm/init_64.c b/arch/sparc/mm/init_64.c
-index 559cb74..9e5f097 100644
+index 4ac88b7..bac6cb2 100644
--- a/arch/sparc/mm/init_64.c
+++ b/arch/sparc/mm/init_64.c
@@ -187,9 +187,9 @@ unsigned long sparc64_kern_sec_context __read_mostly;
@@ -12274,10 +12387,10 @@ index 559cb74..9e5f097 100644
#endif /* CONFIG_DEBUG_DCFLUSH */
}
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
-index a07e31b..85c9003 100644
+index 9def1f5..cf0cabc 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
-@@ -198,6 +198,7 @@ source "kernel/Kconfig.hz"
+@@ -204,6 +204,7 @@ source "kernel/Kconfig.hz"
config KEXEC
bool "kexec system call"
@@ -12286,7 +12399,7 @@ index a07e31b..85c9003 100644
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
diff --git a/arch/tile/include/asm/atomic_64.h b/arch/tile/include/asm/atomic_64.h
-index 7b11c5f..755a026 100644
+index 0496970..1a57e5f 100644
--- a/arch/tile/include/asm/atomic_64.h
+++ b/arch/tile/include/asm/atomic_64.h
@@ -105,6 +105,16 @@ static inline long atomic64_add_unless(atomic64_t *v, long a, long u)
@@ -12303,9 +12416,9 @@ index 7b11c5f..755a026 100644
+#define atomic64_dec_unchecked(v) atomic64_dec(v)
+#define atomic64_cmpxchg_unchecked(v, o, n) atomic64_cmpxchg((v), (o), (n))
+
- /* Define this to indicate that cmpxchg is an efficient operation. */
- #define __HAVE_ARCH_CMPXCHG
+ #endif /* !__ASSEMBLY__ */
+ #endif /* _ASM_TILE_ATOMIC_64_H */
diff --git a/arch/tile/include/asm/cache.h b/arch/tile/include/asm/cache.h
index 6160761..00cac88 100644
--- a/arch/tile/include/asm/cache.h
@@ -12325,10 +12438,10 @@ index 6160761..00cac88 100644
/* bytes per L2 cache line */
#define L2_CACHE_SHIFT CHIP_L2_LOG_LINE_SIZE()
diff --git a/arch/tile/include/asm/uaccess.h b/arch/tile/include/asm/uaccess.h
-index f41cb53..31d3ab4 100644
+index 0a9c4265..bfb62d1 100644
--- a/arch/tile/include/asm/uaccess.h
+++ b/arch/tile/include/asm/uaccess.h
-@@ -417,9 +417,9 @@ static inline unsigned long __must_check copy_from_user(void *to,
+@@ -429,9 +429,9 @@ static inline unsigned long __must_check copy_from_user(void *to,
const void __user *from,
unsigned long n)
{
@@ -12341,10 +12454,10 @@ index f41cb53..31d3ab4 100644
else
copy_from_user_overflow();
diff --git a/arch/tile/mm/hugetlbpage.c b/arch/tile/mm/hugetlbpage.c
-index 8416240..a012fb7 100644
+index c034dc3..cf1cc96 100644
--- a/arch/tile/mm/hugetlbpage.c
+++ b/arch/tile/mm/hugetlbpage.c
-@@ -179,6 +179,7 @@ static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file,
+@@ -174,6 +174,7 @@ static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file,
info.high_limit = TASK_SIZE;
info.align_mask = PAGE_MASK & ~huge_page_mask(h);
info.align_offset = 0;
@@ -12352,7 +12465,7 @@ index 8416240..a012fb7 100644
return vm_unmapped_area(&info);
}
-@@ -196,6 +197,7 @@ static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file,
+@@ -191,6 +192,7 @@ static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file,
info.high_limit = current->mm->mmap_base;
info.align_mask = PAGE_MASK & ~huge_page_mask(h);
info.align_offset = 0;
@@ -12361,12 +12474,12 @@ index 8416240..a012fb7 100644
/*
diff --git a/arch/um/Makefile b/arch/um/Makefile
-index 17d4460..9d74338e3de4 100644
+index 098ab33..fc54a33 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
-@@ -72,6 +72,10 @@ USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -D__KERNEL__,,\
- $(patsubst -I%,,$(KBUILD_CFLAGS)))) $(ARCH_INCLUDE) $(MODE_INCLUDE) \
- $(filter -I%,$(CFLAGS)) -D_FILE_OFFSET_BITS=64 -idirafter include
+@@ -73,6 +73,10 @@ USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -I%,,$(KBUILD_CFLAGS))) \
+ -D_FILE_OFFSET_BITS=64 -idirafter include \
+ -D__KERNEL__ -D__UM_HOST__
+ifdef CONSTIFY_PLUGIN
+USER_CFLAGS += -fplugin-arg-constify_plugin-no-constify
@@ -12478,28 +12591,34 @@ index ad8f795..2c7eec6 100644
/*
* Memory returned by kmalloc() may be used for DMA, so we must make
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
-index 226d569..297bf74 100644
+index b3a1a5d..8dbc2d6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
-@@ -32,7 +32,7 @@ config X86
- select HAVE_AOUT if X86_32
- select HAVE_UNSTABLE_SCHED_CLOCK
- select ARCH_SUPPORTS_NUMA_BALANCING if X86_64
-- select ARCH_SUPPORTS_INT128 if X86_64
-+ select ARCH_SUPPORTS_INT128 if X86_64 && !PAX_SIZE_OVERFLOW
- select HAVE_IDE
- select HAVE_OPROFILE
- select HAVE_PCSPKR_PLATFORM
-@@ -134,7 +134,7 @@ config X86
- select RTC_LIB
- select HAVE_DEBUG_STACKOVERFLOW
- select HAVE_IRQ_EXIT_ON_IRQ_STACK if X86_64
-- select HAVE_CC_STACKPROTECTOR
-+ select HAVE_CC_STACKPROTECTOR if X86_64 || !PAX_MEMORY_UDEREF
- select GENERIC_CPU_AUTOPROBE
- select HAVE_ARCH_AUDITSYSCALL
+@@ -35,13 +35,12 @@ config X86
+ select ARCH_MIGHT_HAVE_PC_SERIO
select ARCH_SUPPORTS_ATOMIC_RMW
-@@ -266,7 +266,7 @@ config X86_HT
+ select ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT
+- select ARCH_SUPPORTS_INT128 if X86_64
++ select ARCH_SUPPORTS_INT128 if X86_64 && !PAX_SIZE_OVERFLOW
+ select ARCH_SUPPORTS_NUMA_BALANCING if X86_64
+ select ARCH_USE_BUILTIN_BSWAP
+ select ARCH_USE_CMPXCHG_LOCKREF if X86_64
+ select ARCH_USE_QUEUED_RWLOCKS
+ select ARCH_USE_QUEUED_SPINLOCKS
+- select ARCH_WANTS_DYNAMIC_TASK_STRUCT
+ select ARCH_WANT_FRAME_POINTERS
+ select ARCH_WANT_IPC_PARSE_VERSION if X86_32
+ select ARCH_WANT_OPTIONAL_GPIOLIB
+@@ -85,7 +84,7 @@ config X86
+ select HAVE_ARCH_TRACEHOOK
+ select HAVE_ARCH_TRANSPARENT_HUGEPAGE
+ select HAVE_BPF_JIT if X86_64
+- select HAVE_CC_STACKPROTECTOR
++ select HAVE_CC_STACKPROTECTOR if X86_64 || !PAX_MEMORY_UDEREF
+ select HAVE_CMPXCHG_DOUBLE
+ select HAVE_CMPXCHG_LOCAL
+ select HAVE_CONTEXT_TRACKING if X86_64
+@@ -274,7 +273,7 @@ config X86_64_SMP
config X86_32_LAZY_GS
def_bool y
@@ -12508,7 +12627,7 @@ index 226d569..297bf74 100644
config ARCH_HWEIGHT_CFLAGS
string
-@@ -638,6 +638,7 @@ config SCHED_OMIT_FRAME_POINTER
+@@ -646,6 +645,7 @@ config SCHED_OMIT_FRAME_POINTER
menuconfig HYPERVISOR_GUEST
bool "Linux guest support"
@@ -12516,7 +12635,7 @@ index 226d569..297bf74 100644
---help---
Say Y here to enable options for running Linux under various hyper-
visors. This option enables basic hypervisor detection and platform
-@@ -1005,6 +1006,7 @@ config VM86
+@@ -1014,6 +1014,7 @@ config VM86
config X86_16BIT
bool "Enable support for 16-bit segments" if EXPERT
@@ -12524,7 +12643,7 @@ index 226d569..297bf74 100644
default y
---help---
This option is required by programs like Wine to run 16-bit
-@@ -1178,6 +1180,7 @@ choice
+@@ -1182,6 +1183,7 @@ choice
config NOHIGHMEM
bool "off"
@@ -12532,7 +12651,7 @@ index 226d569..297bf74 100644
---help---
Linux can use up to 64 Gigabytes of physical memory on x86 systems.
However, the address space of 32-bit x86 processors is only 4
-@@ -1214,6 +1217,7 @@ config NOHIGHMEM
+@@ -1218,6 +1220,7 @@ config NOHIGHMEM
config HIGHMEM4G
bool "4GB"
@@ -12540,7 +12659,7 @@ index 226d569..297bf74 100644
---help---
Select this if you have a 32-bit processor and between 1 and 4
gigabytes of physical RAM.
-@@ -1266,7 +1270,7 @@ config PAGE_OFFSET
+@@ -1270,7 +1273,7 @@ config PAGE_OFFSET
hex
default 0xB0000000 if VMSPLIT_3G_OPT
default 0x80000000 if VMSPLIT_2G
@@ -12549,7 +12668,7 @@ index 226d569..297bf74 100644
default 0x40000000 if VMSPLIT_1G
default 0xC0000000
depends on X86_32
-@@ -1286,7 +1290,6 @@ config X86_PAE
+@@ -1290,7 +1293,6 @@ config X86_PAE
config ARCH_PHYS_ADDR_T_64BIT
def_bool y
@@ -12557,7 +12676,7 @@ index 226d569..297bf74 100644
config ARCH_DMA_ADDR_T_64BIT
def_bool y
-@@ -1717,6 +1720,7 @@ source kernel/Kconfig.hz
+@@ -1724,6 +1726,7 @@ source kernel/Kconfig.hz
config KEXEC
bool "kexec system call"
@@ -12565,7 +12684,7 @@ index 226d569..297bf74 100644
---help---
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
-@@ -1899,7 +1903,9 @@ config X86_NEED_RELOCS
+@@ -1906,7 +1909,9 @@ config X86_NEED_RELOCS
config PHYSICAL_ALIGN
hex "Alignment value to which kernel should be aligned"
@@ -12576,7 +12695,7 @@ index 226d569..297bf74 100644
range 0x2000 0x1000000 if X86_32
range 0x200000 0x1000000 if X86_64
---help---
-@@ -1982,6 +1988,7 @@ config COMPAT_VDSO
+@@ -1989,6 +1994,7 @@ config COMPAT_VDSO
def_bool n
prompt "Disable the 32-bit vDSO (needed for glibc 2.3.3)"
depends on X86_32 || IA32_EMULATION
@@ -12584,7 +12703,7 @@ index 226d569..297bf74 100644
---help---
Certain buggy versions of glibc will crash if they are
presented with a 32-bit vDSO that is not mapped at the address
-@@ -2046,6 +2053,22 @@ config CMDLINE_OVERRIDE
+@@ -2053,6 +2059,22 @@ config CMDLINE_OVERRIDE
This is used to work around broken boot loaders. This should
be set to 'N' under normal conditions.
@@ -12639,7 +12758,7 @@ index 6983314..54ad7e8 100644
config X86_MINIMUM_CPU_FAMILY
int
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
-index 72484a6..83a4411 100644
+index d8c0d32..4ea2bb0 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -89,7 +89,7 @@ config EFI_PGT_DUMP
@@ -12661,7 +12780,7 @@ index 72484a6..83a4411 100644
This option helps catch unintended modifications to loadable
kernel module's text and read-only data. It also prevents execution
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
-index 2fda005..2c72d40 100644
+index 118e6de..e02efff 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -65,9 +65,6 @@ ifeq ($(CONFIG_X86_32),y)
@@ -12674,7 +12793,7 @@ index 2fda005..2c72d40 100644
else
BITS := 64
UTS_MACHINE := x86_64
-@@ -107,6 +104,9 @@ else
+@@ -116,6 +113,9 @@ else
KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args)
endif
@@ -12684,15 +12803,15 @@ index 2fda005..2c72d40 100644
# Make sure compiler does not have buggy stack-protector support.
ifdef CONFIG_CC_STACKPROTECTOR
cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh
-@@ -181,6 +181,7 @@ archheaders:
- $(Q)$(MAKE) $(build)=arch/x86/syscalls all
+@@ -184,6 +184,7 @@ archheaders:
+ $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
archprepare:
+ $(if $(LDFLAGS_BUILD_ID),,$(error $(OLD_LD)))
ifeq ($(CONFIG_KEXEC_FILE),y)
$(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c
endif
-@@ -264,3 +265,9 @@ define archhelp
+@@ -267,3 +268,9 @@ define archhelp
echo ' FDARGS="..." arguments for the booted kernel'
echo ' FDINITRD=file initrd for the booted kernel'
endef
@@ -12881,7 +13000,7 @@ index b0c0d16..3b44ff8 100644
.quad 0x0000000000000000 /* TS continued */
gdt_end:
diff --git a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c
-index a107b93..55602de 100644
+index e28437e..6a17460 100644
--- a/arch/x86/boot/compressed/misc.c
+++ b/arch/x86/boot/compressed/misc.c
@@ -242,7 +242,7 @@ static void handle_relocations(void *output, unsigned long output_len)
@@ -14599,101 +14718,1912 @@ index a350c99..c1bac24 100644
+ pax_force_retaddr
ret
ENDPROC(twofish_dec_blk)
-diff --git a/arch/x86/ia32/ia32_aout.c b/arch/x86/ia32/ia32_aout.c
-index ae6aad1..719d6d9 100644
---- a/arch/x86/ia32/ia32_aout.c
-+++ b/arch/x86/ia32/ia32_aout.c
-@@ -153,6 +153,8 @@ static int aout_core_dump(struct coredump_params *cprm)
- unsigned long dump_start, dump_size;
- struct user32 dump;
+diff --git a/arch/x86/entry/calling.h b/arch/x86/entry/calling.h
+index f4e6308..7ba29a1 100644
+--- a/arch/x86/entry/calling.h
++++ b/arch/x86/entry/calling.h
+@@ -93,23 +93,26 @@ For 32-bit we have the following conventions - kernel is built with
+ .endm
-+ memset(&dump, 0, sizeof(dump));
+ .macro SAVE_C_REGS_HELPER offset=0 rax=1 rcx=1 r8910=1 r11=1
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
++ movq %r12, R12+\offset(%rsp)
++#endif
+ .if \r11
+- movq %r11, 6*8+\offset(%rsp)
++ movq %r11, R11+\offset(%rsp)
+ .endif
+ .if \r8910
+- movq %r10, 7*8+\offset(%rsp)
+- movq %r9, 8*8+\offset(%rsp)
+- movq %r8, 9*8+\offset(%rsp)
++ movq %r10, R10+\offset(%rsp)
++ movq %r9, R9+\offset(%rsp)
++ movq %r8, R8+\offset(%rsp)
+ .endif
+ .if \rax
+- movq %rax, 10*8+\offset(%rsp)
++ movq %rax, RAX+\offset(%rsp)
+ .endif
+ .if \rcx
+- movq %rcx, 11*8+\offset(%rsp)
++ movq %rcx, RCX+\offset(%rsp)
+ .endif
+- movq %rdx, 12*8+\offset(%rsp)
+- movq %rsi, 13*8+\offset(%rsp)
+- movq %rdi, 14*8+\offset(%rsp)
++ movq %rdx, RDX+\offset(%rsp)
++ movq %rsi, RSI+\offset(%rsp)
++ movq %rdi, RDI+\offset(%rsp)
+ .endm
+ .macro SAVE_C_REGS offset=0
+ SAVE_C_REGS_HELPER \offset, 1, 1, 1, 1
+@@ -128,76 +131,87 @@ For 32-bit we have the following conventions - kernel is built with
+ .endm
+
+ .macro SAVE_EXTRA_REGS offset=0
+- movq %r15, 0*8+\offset(%rsp)
+- movq %r14, 1*8+\offset(%rsp)
+- movq %r13, 2*8+\offset(%rsp)
+- movq %r12, 3*8+\offset(%rsp)
+- movq %rbp, 4*8+\offset(%rsp)
+- movq %rbx, 5*8+\offset(%rsp)
++ movq %r15, R15+\offset(%rsp)
++ movq %r14, R14+\offset(%rsp)
++ movq %r13, R13+\offset(%rsp)
++#ifndef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
++ movq %r12, R12+\offset(%rsp)
++#endif
++ movq %rbp, RBP+\offset(%rsp)
++ movq %rbx, RBX+\offset(%rsp)
+ .endm
+ .macro SAVE_EXTRA_REGS_RBP offset=0
+- movq %rbp, 4*8+\offset(%rsp)
++ movq %rbp, RBP+\offset(%rsp)
+ .endm
+
+ .macro RESTORE_EXTRA_REGS offset=0
+- movq 0*8+\offset(%rsp), %r15
+- movq 1*8+\offset(%rsp), %r14
+- movq 2*8+\offset(%rsp), %r13
+- movq 3*8+\offset(%rsp), %r12
+- movq 4*8+\offset(%rsp), %rbp
+- movq 5*8+\offset(%rsp), %rbx
++ movq R15+\offset(%rsp), %r15
++ movq R14+\offset(%rsp), %r14
++ movq R13+\offset(%rsp), %r13
++#ifndef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
++ movq R12+\offset(%rsp), %r12
++#endif
++ movq RBP+\offset(%rsp), %rbp
++ movq RBX+\offset(%rsp), %rbx
+ .endm
+
+ .macro ZERO_EXTRA_REGS
+ xorl %r15d, %r15d
+ xorl %r14d, %r14d
+ xorl %r13d, %r13d
++#ifndef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
+ xorl %r12d, %r12d
++#endif
+ xorl %ebp, %ebp
+ xorl %ebx, %ebx
+ .endm
+
+- .macro RESTORE_C_REGS_HELPER rstor_rax=1, rstor_rcx=1, rstor_r11=1, rstor_r8910=1, rstor_rdx=1
++ .macro RESTORE_C_REGS_HELPER rstor_rax=1, rstor_rcx=1, rstor_r11=1, rstor_r8910=1, rstor_rdx=1, rstor_r12=1
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
++ .if \rstor_r12
++ movq R12(%rsp), %r12
++ .endif
++#endif
+ .if \rstor_r11
+- movq 6*8(%rsp), %r11
++ movq R11(%rsp), %r11
+ .endif
+ .if \rstor_r8910
+- movq 7*8(%rsp), %r10
+- movq 8*8(%rsp), %r9
+- movq 9*8(%rsp), %r8
++ movq R10(%rsp), %r10
++ movq R9(%rsp), %r9
++ movq R8(%rsp), %r8
+ .endif
+ .if \rstor_rax
+- movq 10*8(%rsp), %rax
++ movq RAX(%rsp), %rax
+ .endif
+ .if \rstor_rcx
+- movq 11*8(%rsp), %rcx
++ movq RCX(%rsp), %rcx
+ .endif
+ .if \rstor_rdx
+- movq 12*8(%rsp), %rdx
++ movq RDX(%rsp), %rdx
+ .endif
+- movq 13*8(%rsp), %rsi
+- movq 14*8(%rsp), %rdi
++ movq RSI(%rsp), %rsi
++ movq RDI(%rsp), %rdi
+ .endm
+ .macro RESTORE_C_REGS
+- RESTORE_C_REGS_HELPER 1,1,1,1,1
++ RESTORE_C_REGS_HELPER 1,1,1,1,1,1
+ .endm
+ .macro RESTORE_C_REGS_EXCEPT_RAX
+- RESTORE_C_REGS_HELPER 0,1,1,1,1
++ RESTORE_C_REGS_HELPER 0,1,1,1,1,0
+ .endm
+ .macro RESTORE_C_REGS_EXCEPT_RCX
+- RESTORE_C_REGS_HELPER 1,0,1,1,1
++ RESTORE_C_REGS_HELPER 1,0,1,1,1,0
+ .endm
+ .macro RESTORE_C_REGS_EXCEPT_R11
+- RESTORE_C_REGS_HELPER 1,1,0,1,1
++ RESTORE_C_REGS_HELPER 1,1,0,1,1,1
+ .endm
+ .macro RESTORE_C_REGS_EXCEPT_RCX_R11
+- RESTORE_C_REGS_HELPER 1,0,0,1,1
++ RESTORE_C_REGS_HELPER 1,0,0,1,1,1
+ .endm
+ .macro RESTORE_RSI_RDI
+- RESTORE_C_REGS_HELPER 0,0,0,0,0
++ RESTORE_C_REGS_HELPER 0,0,0,0,0,1
+ .endm
+ .macro RESTORE_RSI_RDI_RDX
+- RESTORE_C_REGS_HELPER 0,0,0,0,1
++ RESTORE_C_REGS_HELPER 0,0,0,0,1,1
+ .endm
+
+ .macro REMOVE_PT_GPREGS_FROM_STACK addskip=0
+diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S
+index 21dc60a..844def1 100644
+--- a/arch/x86/entry/entry_32.S
++++ b/arch/x86/entry/entry_32.S
+@@ -157,13 +157,154 @@
+ movl \reg, PT_GS(%esp)
+ .endm
+ .macro SET_KERNEL_GS reg
+
- fs = get_fs();
- set_fs(KERNEL_DS);
- has_dumped = 1;
-diff --git a/arch/x86/ia32/ia32_signal.c b/arch/x86/ia32/ia32_signal.c
-index c81d35e6..3500144 100644
---- a/arch/x86/ia32/ia32_signal.c
-+++ b/arch/x86/ia32/ia32_signal.c
-@@ -216,7 +216,7 @@ asmlinkage long sys32_sigreturn(void)
- if (__get_user(set.sig[0], &frame->sc.oldmask)
- || (_COMPAT_NSIG_WORDS > 1
- && __copy_from_user((((char *) &set.sig) + 4),
-- &frame->extramask,
-+ frame->extramask,
- sizeof(frame->extramask))))
- goto badframe;
++#ifdef CONFIG_CC_STACKPROTECTOR
+ movl $(__KERNEL_STACK_CANARY), \reg
++#elif defined(CONFIG_PAX_MEMORY_UDEREF)
++ movl $(__USER_DS), \reg
++#else
++ xorl \reg, \reg
++#endif
++
+ movl \reg, %gs
+ .endm
-@@ -335,7 +335,7 @@ static void __user *get_sigframe(struct ksignal *ksig, struct pt_regs *regs,
- sp -= frame_size;
- /* Align the stack pointer according to the i386 ABI,
- * i.e. so that on function entry ((sp + 4) & 15) == 0. */
-- sp = ((sp + 4) & -16ul) - 4;
-+ sp = ((sp - 12) & -16ul) - 4;
- return (void __user *) sp;
- }
+ #endif /* CONFIG_X86_32_LAZY_GS */
-@@ -380,10 +380,10 @@ int ia32_setup_frame(int sig, struct ksignal *ksig,
- } else {
- /* Return stub is in 32bit vsyscall page */
- if (current->mm->context.vdso)
-- restorer = current->mm->context.vdso +
-- selected_vdso32->sym___kernel_sigreturn;
-+ restorer = (void __force_user *)(current->mm->context.vdso +
-+ selected_vdso32->sym___kernel_sigreturn);
- else
-- restorer = &frame->retcode;
-+ restorer = frame->retcode;
- }
+-.macro SAVE_ALL
++.macro pax_enter_kernel
++#ifdef CONFIG_PAX_KERNEXEC
++ call pax_enter_kernel
++#endif
++.endm
++
++.macro pax_exit_kernel
++#ifdef CONFIG_PAX_KERNEXEC
++ call pax_exit_kernel
++#endif
++.endm
++
++#ifdef CONFIG_PAX_KERNEXEC
++ENTRY(pax_enter_kernel)
++#ifdef CONFIG_PARAVIRT
++ pushl %eax
++ pushl %ecx
++ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0)
++ mov %eax, %esi
++#else
++ mov %cr0, %esi
++#endif
++ bts $X86_CR0_WP_BIT, %esi
++ jnc 1f
++ mov %cs, %esi
++ cmp $__KERNEL_CS, %esi
++ jz 3f
++ ljmp $__KERNEL_CS, $3f
++1: ljmp $__KERNEXEC_KERNEL_CS, $2f
++2:
++#ifdef CONFIG_PARAVIRT
++ mov %esi, %eax
++ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_write_cr0)
++#else
++ mov %esi, %cr0
++#endif
++3:
++#ifdef CONFIG_PARAVIRT
++ popl %ecx
++ popl %eax
++#endif
++ ret
++ENDPROC(pax_enter_kernel)
++
++ENTRY(pax_exit_kernel)
++#ifdef CONFIG_PARAVIRT
++ pushl %eax
++ pushl %ecx
++#endif
++ mov %cs, %esi
++ cmp $__KERNEXEC_KERNEL_CS, %esi
++ jnz 2f
++#ifdef CONFIG_PARAVIRT
++ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0);
++ mov %eax, %esi
++#else
++ mov %cr0, %esi
++#endif
++ btr $X86_CR0_WP_BIT, %esi
++ ljmp $__KERNEL_CS, $1f
++1:
++#ifdef CONFIG_PARAVIRT
++ mov %esi, %eax
++ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_write_cr0);
++#else
++ mov %esi, %cr0
++#endif
++2:
++#ifdef CONFIG_PARAVIRT
++ popl %ecx
++ popl %eax
++#endif
++ ret
++ENDPROC(pax_exit_kernel)
++#endif
++
++ .macro pax_erase_kstack
++#ifdef CONFIG_PAX_MEMORY_STACKLEAK
++ call pax_erase_kstack
++#endif
++ .endm
++
++#ifdef CONFIG_PAX_MEMORY_STACKLEAK
++/*
++ * ebp: thread_info
++ */
++ENTRY(pax_erase_kstack)
++ pushl %edi
++ pushl %ecx
++ pushl %eax
++
++ mov TI_lowest_stack(%ebp), %edi
++ mov $-0xBEEF, %eax
++ std
++
++1: mov %edi, %ecx
++ and $THREAD_SIZE_asm - 1, %ecx
++ shr $2, %ecx
++ repne scasl
++ jecxz 2f
++
++ cmp $2*16, %ecx
++ jc 2f
++
++ mov $2*16, %ecx
++ repe scasl
++ jecxz 2f
++ jne 1b
++
++2: cld
++ or $2*4, %edi
++ mov %esp, %ecx
++ sub %edi, %ecx
++
++ cmp $THREAD_SIZE_asm, %ecx
++ jb 3f
++ ud2
++3:
++
++ shr $2, %ecx
++ rep stosl
++
++ mov TI_task_thread_sp0(%ebp), %edi
++ sub $128, %edi
++ mov %edi, TI_lowest_stack(%ebp)
++
++ popl %eax
++ popl %ecx
++ popl %edi
++ ret
++ENDPROC(pax_erase_kstack)
++#endif
++
++.macro __SAVE_ALL _DS
+ cld
+ PUSH_GS
+ pushl %fs
+@@ -176,7 +317,7 @@
+ pushl %edx
+ pushl %ecx
+ pushl %ebx
+- movl $(__USER_DS), %edx
++ movl $\_DS, %edx
+ movl %edx, %ds
+ movl %edx, %es
+ movl $(__KERNEL_PERCPU), %edx
+@@ -184,6 +325,15 @@
+ SET_KERNEL_GS %edx
+ .endm
- put_user_try {
-@@ -393,7 +393,7 @@ int ia32_setup_frame(int sig, struct ksignal *ksig,
- * These are actually not used anymore, but left because some
- * gdb versions depend on them as a marker.
- */
-- put_user_ex(*((u64 *)&code), (u64 __user *)frame->retcode);
-+ put_user_ex(*((const u64 *)&code), (u64 __user *)frame->retcode);
- } put_user_catch(err);
++.macro SAVE_ALL
++#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
++ __SAVE_ALL __KERNEL_DS
++ pax_enter_kernel
++#else
++ __SAVE_ALL __USER_DS
++#endif
++.endm
++
+ .macro RESTORE_INT_REGS
+ popl %ebx
+ popl %ecx
+@@ -222,7 +372,7 @@ ENTRY(ret_from_fork)
+ pushl $0x0202 # Reset kernel eflags
+ popfl
+ jmp syscall_exit
+-END(ret_from_fork)
++ENDPROC(ret_from_fork)
- if (err)
-@@ -435,7 +435,7 @@ int ia32_setup_rt_frame(int sig, struct ksignal *ksig,
- 0xb8,
- __NR_ia32_rt_sigreturn,
- 0x80cd,
-- 0,
-+ 0
- };
+ ENTRY(ret_from_kernel_thread)
+ pushl %eax
+@@ -262,7 +412,15 @@ ret_from_intr:
+ andl $SEGMENT_RPL_MASK, %eax
+ #endif
+ cmpl $USER_RPL, %eax
++
++#ifdef CONFIG_PAX_KERNEXEC
++ jae resume_userspace
++
++ pax_exit_kernel
++ jmp resume_kernel
++#else
+ jb resume_kernel # not returning to v8086 or userspace
++#endif
- frame = get_sigframe(ksig, regs, sizeof(*frame), &fpstate);
-@@ -458,16 +458,19 @@ int ia32_setup_rt_frame(int sig, struct ksignal *ksig,
+ ENTRY(resume_userspace)
+ LOCKDEP_SYS_EXIT
+@@ -274,8 +432,8 @@ ENTRY(resume_userspace)
+ andl $_TIF_WORK_MASK, %ecx # is there any work to be done on
+ # int/exception return?
+ jne work_pending
+- jmp restore_all
+-END(ret_from_exception)
++ jmp restore_all_pax
++ENDPROC(ret_from_exception)
- if (ksig->ka.sa.sa_flags & SA_RESTORER)
- restorer = ksig->ka.sa.sa_restorer;
-+ else if (current->mm->context.vdso)
-+ /* Return stub is in 32bit vsyscall page */
-+ restorer = (void __force_user *)(current->mm->context.vdso +
-+ selected_vdso32->sym___kernel_rt_sigreturn);
- else
-- restorer = current->mm->context.vdso +
-- selected_vdso32->sym___kernel_rt_sigreturn;
-+ restorer = frame->retcode;
- put_user_ex(ptr_to_compat(restorer), &frame->pretcode);
+ #ifdef CONFIG_PREEMPT
+ ENTRY(resume_kernel)
+@@ -287,7 +445,7 @@ need_resched:
+ jz restore_all
+ call preempt_schedule_irq
+ jmp need_resched
+-END(resume_kernel)
++ENDPROC(resume_kernel)
+ #endif
- /*
- * Not actually used anymore, but left because some gdb
- * versions need it.
- */
-- put_user_ex(*((u64 *)&code), (u64 __user *)frame->retcode);
-+ put_user_ex(*((const u64 *)&code), (u64 __user *)frame->retcode);
- } put_user_catch(err);
+ /*
+@@ -312,32 +470,44 @@ sysenter_past_esp:
+ pushl $__USER_CS
+ /*
+ * Push current_thread_info()->sysenter_return to the stack.
+- * A tiny bit of offset fixup is necessary: TI_sysenter_return
+- * is relative to thread_info, which is at the bottom of the
+- * kernel stack page. 4*4 means the 4 words pushed above;
+- * TOP_OF_KERNEL_STACK_PADDING takes us to the top of the stack;
+- * and THREAD_SIZE takes us to the bottom.
+ */
+- pushl ((TI_sysenter_return) - THREAD_SIZE + TOP_OF_KERNEL_STACK_PADDING + 4*4)(%esp)
++ pushl $0
- err |= copy_siginfo_to_user32(&frame->info, &ksig->info);
-diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S
-index 72bf268..127572a 100644
---- a/arch/x86/ia32/ia32entry.S
-+++ b/arch/x86/ia32/ia32entry.S
-@@ -15,8 +15,10 @@
+ pushl %eax
+ SAVE_ALL
++ GET_THREAD_INFO(%ebp)
++ movl TI_sysenter_return(%ebp), %ebp
++ movl %ebp, PT_EIP(%esp)
+ ENABLE_INTERRUPTS(CLBR_NONE)
+
+ /*
+ * Load the potential sixth argument from user stack.
+ * Careful about security.
+ */
++ movl PT_OLDESP(%esp),%ebp
++
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ mov PT_OLDSS(%esp), %ds
++1: movl %ds:(%ebp), %ebp
++ push %ss
++ pop %ds
++#else
+ cmpl $__PAGE_OFFSET-3, %ebp
+ jae syscall_fault
+ ASM_STAC
+ 1: movl (%ebp), %ebp
+ ASM_CLAC
++#endif
++
+ movl %ebp, PT_EBP(%esp)
+ _ASM_EXTABLE(1b, syscall_fault)
+
+ GET_THREAD_INFO(%ebp)
+
++#ifdef CONFIG_PAX_RANDKSTACK
++ pax_erase_kstack
++#endif
++
+ testl $_TIF_WORK_SYSCALL_ENTRY, TI_flags(%ebp)
+ jnz sysenter_audit
+ sysenter_do_call:
+@@ -353,12 +523,24 @@ sysenter_after_call:
+ testl $_TIF_ALLWORK_MASK, %ecx
+ jnz sysexit_audit
+ sysenter_exit:
++
++#ifdef CONFIG_PAX_RANDKSTACK
++ pushl %eax
++ movl %esp, %eax
++ call pax_randomize_kstack
++ popl %eax
++#endif
++
++ pax_erase_kstack
++
+ /* if something modifies registers it must also disable sysexit */
+ movl PT_EIP(%esp), %edx
+ movl PT_OLDESP(%esp), %ecx
+ xorl %ebp, %ebp
+ TRACE_IRQS_ON
+ 1: mov PT_FS(%esp), %fs
++2: mov PT_DS(%esp), %ds
++3: mov PT_ES(%esp), %es
+ PTGS_TO_GS
+ ENABLE_INTERRUPTS_SYSEXIT
+
+@@ -372,6 +554,9 @@ sysenter_audit:
+ pushl PT_ESI(%esp) /* a3: 5th arg */
+ pushl PT_EDX+4(%esp) /* a2: 4th arg */
+ call __audit_syscall_entry
++
++ pax_erase_kstack
++
+ popl %ecx /* get that remapped edx off the stack */
+ popl %ecx /* get that remapped esi off the stack */
+ movl PT_EAX(%esp), %eax /* reload syscall number */
+@@ -397,10 +582,16 @@ sysexit_audit:
+ #endif
+
+ .pushsection .fixup, "ax"
+-2: movl $0, PT_FS(%esp)
++4: movl $0, PT_FS(%esp)
++ jmp 1b
++5: movl $0, PT_DS(%esp)
++ jmp 1b
++6: movl $0, PT_ES(%esp)
+ jmp 1b
+ .popsection
+- _ASM_EXTABLE(1b, 2b)
++ _ASM_EXTABLE(1b, 4b)
++ _ASM_EXTABLE(2b, 5b)
++ _ASM_EXTABLE(3b, 6b)
+ PTGS_TO_GS_EX
+ ENDPROC(entry_SYSENTER_32)
+
+@@ -410,6 +601,11 @@ ENTRY(entry_INT80_32)
+ pushl %eax # save orig_eax
+ SAVE_ALL
+ GET_THREAD_INFO(%ebp)
++
++#ifdef CONFIG_PAX_RANDKSTACK
++ pax_erase_kstack
++#endif
++
+ # system call tracing in operation / emulation
+ testl $_TIF_WORK_SYSCALL_ENTRY, TI_flags(%ebp)
+ jnz syscall_trace_entry
+@@ -429,6 +625,15 @@ syscall_exit:
+ testl $_TIF_ALLWORK_MASK, %ecx # current->work
+ jnz syscall_exit_work
+
++restore_all_pax:
++
++#ifdef CONFIG_PAX_RANDKSTACK
++ movl %esp, %eax
++ call pax_randomize_kstack
++#endif
++
++ pax_erase_kstack
++
+ restore_all:
+ TRACE_IRQS_IRET
+ restore_all_notrace:
+@@ -483,14 +688,34 @@ ldt_ss:
+ * compensating for the offset by changing to the ESPFIX segment with
+ * a base address that matches for the difference.
+ */
+-#define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + (GDT_ENTRY_ESPFIX_SS * 8)
++#define GDT_ESPFIX_SS (GDT_ENTRY_ESPFIX_SS * 8)(%ebx)
+ mov %esp, %edx /* load kernel esp */
+ mov PT_OLDESP(%esp), %eax /* load userspace esp */
+ mov %dx, %ax /* eax: new kernel esp */
+ sub %eax, %edx /* offset (low word is 0) */
++#ifdef CONFIG_SMP
++ movl PER_CPU_VAR(cpu_number), %ebx
++ shll $PAGE_SHIFT_asm, %ebx
++ addl $cpu_gdt_table, %ebx
++#else
++ movl $cpu_gdt_table, %ebx
++#endif
+ shr $16, %edx
+- mov %dl, GDT_ESPFIX_SS + 4 /* bits 16..23 */
+- mov %dh, GDT_ESPFIX_SS + 7 /* bits 24..31 */
++
++#ifdef CONFIG_PAX_KERNEXEC
++ mov %cr0, %esi
++ btr $X86_CR0_WP_BIT, %esi
++ mov %esi, %cr0
++#endif
++
++ mov %dl, 4 + GDT_ESPFIX_SS /* bits 16..23 */
++ mov %dh, 7 + GDT_ESPFIX_SS /* bits 24..31 */
++
++#ifdef CONFIG_PAX_KERNEXEC
++ bts $X86_CR0_WP_BIT, %esi
++ mov %esi, %cr0
++#endif
++
+ pushl $__ESPFIX_SS
+ pushl %eax /* new kernel esp */
+ /*
+@@ -519,20 +744,18 @@ work_resched:
+ movl TI_flags(%ebp), %ecx
+ andl $_TIF_WORK_MASK, %ecx # is there any work to be done other
+ # than syscall tracing?
+- jz restore_all
++ jz restore_all_pax
+ testb $_TIF_NEED_RESCHED, %cl
+ jnz work_resched
+
+ work_notifysig: # deal with pending signals and
+ # notify-resume requests
++ movl %esp, %eax
+ #ifdef CONFIG_VM86
+ testl $X86_EFLAGS_VM, PT_EFLAGS(%esp)
+- movl %esp, %eax
+ jnz work_notifysig_v86 # returning to kernel-space or
+ # vm86-space
+ 1:
+-#else
+- movl %esp, %eax
+ #endif
+ TRACE_IRQS_ON
+ ENABLE_INTERRUPTS(CLBR_NONE)
+@@ -553,7 +776,7 @@ work_notifysig_v86:
+ movl %eax, %esp
+ jmp 1b
+ #endif
+-END(work_pending)
++ENDPROC(work_pending)
+
+ # perform syscall exit tracing
+ ALIGN
+@@ -561,11 +784,14 @@ syscall_trace_entry:
+ movl $-ENOSYS, PT_EAX(%esp)
+ movl %esp, %eax
+ call syscall_trace_enter
++
++ pax_erase_kstack
++
+ /* What it returned is what we'll actually use. */
+ cmpl $(NR_syscalls), %eax
+ jnae syscall_call
+ jmp syscall_exit
+-END(syscall_trace_entry)
++ENDPROC(syscall_trace_entry)
+
+ # perform syscall exit tracing
+ ALIGN
+@@ -578,24 +804,28 @@ syscall_exit_work:
+ movl %esp, %eax
+ call syscall_trace_leave
+ jmp resume_userspace
+-END(syscall_exit_work)
++ENDPROC(syscall_exit_work)
+
+ syscall_fault:
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ push %ss
++ pop %ds
++#endif
+ ASM_CLAC
+ GET_THREAD_INFO(%ebp)
+ movl $-EFAULT, PT_EAX(%esp)
+ jmp resume_userspace
+-END(syscall_fault)
++ENDPROC(syscall_fault)
+
+ syscall_badsys:
+ movl $-ENOSYS, %eax
+ jmp syscall_after_call
+-END(syscall_badsys)
++ENDPROC(syscall_badsys)
+
+ sysenter_badsys:
+ movl $-ENOSYS, %eax
+ jmp sysenter_after_call
+-END(sysenter_badsys)
++ENDPROC(sysenter_badsys)
+
+ .macro FIXUP_ESPFIX_STACK
+ /*
+@@ -607,8 +837,15 @@ END(sysenter_badsys)
+ */
+ #ifdef CONFIG_X86_ESPFIX32
+ /* fixup the stack */
+- mov GDT_ESPFIX_SS + 4, %al /* bits 16..23 */
+- mov GDT_ESPFIX_SS + 7, %ah /* bits 24..31 */
++#ifdef CONFIG_SMP
++ movl PER_CPU_VAR(cpu_number), %ebx
++ shll $PAGE_SHIFT_asm, %ebx
++ addl $cpu_gdt_table, %ebx
++#else
++ movl $cpu_gdt_table, %ebx
++#endif
++ mov 4 + GDT_ESPFIX_SS, %al /* bits 16..23 */
++ mov 7 + GDT_ESPFIX_SS, %ah /* bits 24..31 */
+ shl $16, %eax
+ addl %esp, %eax /* the adjusted stack pointer */
+ pushl $__KERNEL_DS
+@@ -644,7 +881,7 @@ ENTRY(irq_entries_start)
+ jmp common_interrupt
+ .align 8
+ .endr
+-END(irq_entries_start)
++ENDPROC(irq_entries_start)
+
+ /*
+ * the CPU automatically disables interrupts when executing an IRQ vector,
+@@ -691,7 +928,7 @@ ENTRY(coprocessor_error)
+ pushl $0
+ pushl $do_coprocessor_error
+ jmp error_code
+-END(coprocessor_error)
++ENDPROC(coprocessor_error)
+
+ ENTRY(simd_coprocessor_error)
+ ASM_CLAC
+@@ -705,25 +942,25 @@ ENTRY(simd_coprocessor_error)
+ pushl $do_simd_coprocessor_error
+ #endif
+ jmp error_code
+-END(simd_coprocessor_error)
++ENDPROC(simd_coprocessor_error)
+
+ ENTRY(device_not_available)
+ ASM_CLAC
+ pushl $-1 # mark this as an int
+ pushl $do_device_not_available
+ jmp error_code
+-END(device_not_available)
++ENDPROC(device_not_available)
+
+ #ifdef CONFIG_PARAVIRT
+ ENTRY(native_iret)
+ iret
+ _ASM_EXTABLE(native_iret, iret_exc)
+-END(native_iret)
++ENDPROC(native_iret)
+
+ ENTRY(native_irq_enable_sysexit)
+ sti
+ sysexit
+-END(native_irq_enable_sysexit)
++ENDPROC(native_irq_enable_sysexit)
+ #endif
+
+ ENTRY(overflow)
+@@ -731,59 +968,59 @@ ENTRY(overflow)
+ pushl $0
+ pushl $do_overflow
+ jmp error_code
+-END(overflow)
++ENDPROC(overflow)
+
+ ENTRY(bounds)
+ ASM_CLAC
+ pushl $0
+ pushl $do_bounds
+ jmp error_code
+-END(bounds)
++ENDPROC(bounds)
+
+ ENTRY(invalid_op)
+ ASM_CLAC
+ pushl $0
+ pushl $do_invalid_op
+ jmp error_code
+-END(invalid_op)
++ENDPROC(invalid_op)
+
+ ENTRY(coprocessor_segment_overrun)
+ ASM_CLAC
+ pushl $0
+ pushl $do_coprocessor_segment_overrun
+ jmp error_code
+-END(coprocessor_segment_overrun)
++ENDPROC(coprocessor_segment_overrun)
+
+ ENTRY(invalid_TSS)
+ ASM_CLAC
+ pushl $do_invalid_TSS
+ jmp error_code
+-END(invalid_TSS)
++ENDPROC(invalid_TSS)
+
+ ENTRY(segment_not_present)
+ ASM_CLAC
+ pushl $do_segment_not_present
+ jmp error_code
+-END(segment_not_present)
++ENDPROC(segment_not_present)
+
+ ENTRY(stack_segment)
+ ASM_CLAC
+ pushl $do_stack_segment
+ jmp error_code
+-END(stack_segment)
++ENDPROC(stack_segment)
+
+ ENTRY(alignment_check)
+ ASM_CLAC
+ pushl $do_alignment_check
+ jmp error_code
+-END(alignment_check)
++ENDPROC(alignment_check)
+
+ ENTRY(divide_error)
+ ASM_CLAC
+ pushl $0 # no error code
+ pushl $do_divide_error
+ jmp error_code
+-END(divide_error)
++ENDPROC(divide_error)
+
+ #ifdef CONFIG_X86_MCE
+ ENTRY(machine_check)
+@@ -791,7 +1028,7 @@ ENTRY(machine_check)
+ pushl $0
+ pushl machine_check_vector
+ jmp error_code
+-END(machine_check)
++ENDPROC(machine_check)
+ #endif
+
+ ENTRY(spurious_interrupt_bug)
+@@ -799,7 +1036,7 @@ ENTRY(spurious_interrupt_bug)
+ pushl $0
+ pushl $do_spurious_interrupt_bug
+ jmp error_code
+-END(spurious_interrupt_bug)
++ENDPROC(spurious_interrupt_bug)
+
+ #ifdef CONFIG_XEN
+ /*
+@@ -906,7 +1143,7 @@ BUILD_INTERRUPT3(hyperv_callback_vector, HYPERVISOR_CALLBACK_VECTOR,
+
+ ENTRY(mcount)
+ ret
+-END(mcount)
++ENDPROC(mcount)
+
+ ENTRY(ftrace_caller)
+ pushl %eax
+@@ -936,7 +1173,7 @@ ftrace_graph_call:
+ .globl ftrace_stub
+ ftrace_stub:
+ ret
+-END(ftrace_caller)
++ENDPROC(ftrace_caller)
+
+ ENTRY(ftrace_regs_caller)
+ pushf /* push flags before compare (in cs location) */
+@@ -1034,7 +1271,7 @@ trace:
+ popl %ecx
+ popl %eax
+ jmp ftrace_stub
+-END(mcount)
++ENDPROC(mcount)
+ #endif /* CONFIG_DYNAMIC_FTRACE */
+ #endif /* CONFIG_FUNCTION_TRACER */
+
+@@ -1052,7 +1289,7 @@ ENTRY(ftrace_graph_caller)
+ popl %ecx
+ popl %eax
+ ret
+-END(ftrace_graph_caller)
++ENDPROC(ftrace_graph_caller)
+
+ .globl return_to_handler
+ return_to_handler:
+@@ -1100,14 +1337,17 @@ error_code:
+ movl $-1, PT_ORIG_EAX(%esp) # no syscall to restart
+ REG_TO_PTGS %ecx
+ SET_KERNEL_GS %ecx
+- movl $(__USER_DS), %ecx
++ movl $(__KERNEL_DS), %ecx
+ movl %ecx, %ds
+ movl %ecx, %es
++
++ pax_enter_kernel
++
+ TRACE_IRQS_OFF
+ movl %esp, %eax # pt_regs pointer
+ call *%edi
+ jmp ret_from_exception
+-END(page_fault)
++ENDPROC(page_fault)
+
+ /*
+ * Debug traps and NMI can happen at the one SYSENTER instruction
+@@ -1145,7 +1385,7 @@ debug_stack_correct:
+ movl %esp, %eax # pt_regs pointer
+ call do_debug
+ jmp ret_from_exception
+-END(debug)
++ENDPROC(debug)
+
+ /*
+ * NMI is doubly nasty. It can happen _while_ we're handling
+@@ -1184,6 +1424,9 @@ nmi_stack_correct:
+ xorl %edx, %edx # zero error code
+ movl %esp, %eax # pt_regs pointer
+ call do_nmi
++
++ pax_exit_kernel
++
+ jmp restore_all_notrace
+
+ nmi_stack_fixup:
+@@ -1217,11 +1460,14 @@ nmi_espfix_stack:
+ FIXUP_ESPFIX_STACK # %eax == %esp
+ xorl %edx, %edx # zero error code
+ call do_nmi
++
++ pax_exit_kernel
++
+ RESTORE_REGS
+ lss 12+4(%esp), %esp # back to espfix stack
+ jmp irq_return
+ #endif
+-END(nmi)
++ENDPROC(nmi)
+
+ ENTRY(int3)
+ ASM_CLAC
+@@ -1232,17 +1478,17 @@ ENTRY(int3)
+ movl %esp, %eax # pt_regs pointer
+ call do_int3
+ jmp ret_from_exception
+-END(int3)
++ENDPROC(int3)
+
+ ENTRY(general_protection)
+ pushl $do_general_protection
+ jmp error_code
+-END(general_protection)
++ENDPROC(general_protection)
+
+ #ifdef CONFIG_KVM_GUEST
+ ENTRY(async_page_fault)
+ ASM_CLAC
+ pushl $do_async_page_fault
+ jmp error_code
+-END(async_page_fault)
++ENDPROC(async_page_fault)
+ #endif
+diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
+index 8cb3e43..a497278 100644
+--- a/arch/x86/entry/entry_64.S
++++ b/arch/x86/entry/entry_64.S
+@@ -37,6 +37,8 @@
+ #include <asm/smap.h>
+ #include <asm/pgtable_types.h>
+ #include <linux/err.h>
++#include <asm/pgtable.h>
++#include <asm/alternative-asm.h>
+
+ /* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this. */
+ #include <linux/elf-em.h>
+@@ -54,6 +56,402 @@ ENTRY(native_usergs_sysret64)
+ ENDPROC(native_usergs_sysret64)
+ #endif /* CONFIG_PARAVIRT */
+
++ .macro ljmpq sel, off
++#if defined(CONFIG_MPSC) || defined(CONFIG_MCORE2) || defined (CONFIG_MATOM)
++ .byte 0x48; ljmp *1234f(%rip)
++ .pushsection .rodata
++ .align 16
++ 1234: .quad \off; .word \sel
++ .popsection
++#else
++ pushq $\sel
++ pushq $\off
++ lretq
++#endif
++ .endm
++
++ .macro pax_enter_kernel
++ pax_set_fptr_mask
++#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
++ call pax_enter_kernel
++#endif
++ .endm
++
++ .macro pax_exit_kernel
++#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
++ call pax_exit_kernel
++#endif
++ .endm
++
++#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
++ENTRY(pax_enter_kernel)
++ pushq %rdi
++
++#ifdef CONFIG_PARAVIRT
++ PV_SAVE_REGS(CLBR_RDI)
++#endif
++
++#ifdef CONFIG_PAX_KERNEXEC
++ GET_CR0_INTO_RDI
++ bts $X86_CR0_WP_BIT,%rdi
++ jnc 3f
++ mov %cs,%edi
++ cmp $__KERNEL_CS,%edi
++ jnz 2f
++1:
++#endif
++
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
++ GET_CR3_INTO_RDI
++ cmp $0,%dil
++ jnz 112f
++ mov $__KERNEL_DS,%edi
++ mov %edi,%ss
++ jmp 111f
++112: cmp $1,%dil
++ jz 113f
++ ud2
++113: sub $4097,%rdi
++ bts $63,%rdi
++ SET_RDI_INTO_CR3
++ mov $__UDEREF_KERNEL_DS,%edi
++ mov %edi,%ss
++111:
++#endif
++
++#ifdef CONFIG_PARAVIRT
++ PV_RESTORE_REGS(CLBR_RDI)
++#endif
++
++ popq %rdi
++ pax_force_retaddr
++ retq
++
++#ifdef CONFIG_PAX_KERNEXEC
++2: ljmpq __KERNEL_CS,1b
++3: ljmpq __KERNEXEC_KERNEL_CS,4f
++4: SET_RDI_INTO_CR0
++ jmp 1b
++#endif
++ENDPROC(pax_enter_kernel)
++
++ENTRY(pax_exit_kernel)
++ pushq %rdi
++
++#ifdef CONFIG_PARAVIRT
++ PV_SAVE_REGS(CLBR_RDI)
++#endif
++
++#ifdef CONFIG_PAX_KERNEXEC
++ mov %cs,%rdi
++ cmp $__KERNEXEC_KERNEL_CS,%edi
++ jz 2f
++ GET_CR0_INTO_RDI
++ bts $X86_CR0_WP_BIT,%rdi
++ jnc 4f
++1:
++#endif
++
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
++ mov %ss,%edi
++ cmp $__UDEREF_KERNEL_DS,%edi
++ jnz 111f
++ GET_CR3_INTO_RDI
++ cmp $0,%dil
++ jz 112f
++ ud2
++112: add $4097,%rdi
++ bts $63,%rdi
++ SET_RDI_INTO_CR3
++ mov $__KERNEL_DS,%edi
++ mov %edi,%ss
++111:
++#endif
++
++#ifdef CONFIG_PARAVIRT
++ PV_RESTORE_REGS(CLBR_RDI);
++#endif
++
++ popq %rdi
++ pax_force_retaddr
++ retq
++
++#ifdef CONFIG_PAX_KERNEXEC
++2: GET_CR0_INTO_RDI
++ btr $X86_CR0_WP_BIT,%rdi
++ jnc 4f
++ ljmpq __KERNEL_CS,3f
++3: SET_RDI_INTO_CR0
++ jmp 1b
++4: ud2
++ jmp 4b
++#endif
++ENDPROC(pax_exit_kernel)
++#endif
++
++ .macro pax_enter_kernel_user
++ pax_set_fptr_mask
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ call pax_enter_kernel_user
++#endif
++ .endm
++
++ .macro pax_exit_kernel_user
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ call pax_exit_kernel_user
++#endif
++#ifdef CONFIG_PAX_RANDKSTACK
++ pushq %rax
++ pushq %r11
++ call pax_randomize_kstack
++ popq %r11
++ popq %rax
++#endif
++ .endm
++
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ENTRY(pax_enter_kernel_user)
++ pushq %rdi
++ pushq %rbx
++
++#ifdef CONFIG_PARAVIRT
++ PV_SAVE_REGS(CLBR_RDI)
++#endif
++
++ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
++ GET_CR3_INTO_RDI
++ cmp $1,%dil
++ jnz 4f
++ sub $4097,%rdi
++ bts $63,%rdi
++ SET_RDI_INTO_CR3
++ jmp 3f
++111:
++
++ GET_CR3_INTO_RDI
++ mov %rdi,%rbx
++ add $__START_KERNEL_map,%rbx
++ sub phys_base(%rip),%rbx
++
++#ifdef CONFIG_PARAVIRT
++ cmpl $0, pv_info+PARAVIRT_enabled
++ jz 1f
++ pushq %rdi
++ i = 0
++ .rept USER_PGD_PTRS
++ mov i*8(%rbx),%rsi
++ mov $0,%sil
++ lea i*8(%rbx),%rdi
++ call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd_batched)
++ i = i + 1
++ .endr
++ popq %rdi
++ jmp 2f
++1:
++#endif
++
++ i = 0
++ .rept USER_PGD_PTRS
++ movb $0,i*8(%rbx)
++ i = i + 1
++ .endr
++
++2: SET_RDI_INTO_CR3
++
++#ifdef CONFIG_PAX_KERNEXEC
++ GET_CR0_INTO_RDI
++ bts $X86_CR0_WP_BIT,%rdi
++ SET_RDI_INTO_CR0
++#endif
++
++3:
++
++#ifdef CONFIG_PARAVIRT
++ PV_RESTORE_REGS(CLBR_RDI)
++#endif
++
++ popq %rbx
++ popq %rdi
++ pax_force_retaddr
++ retq
++4: ud2
++ENDPROC(pax_enter_kernel_user)
++
++ENTRY(pax_exit_kernel_user)
++ pushq %rdi
++ pushq %rbx
++
++#ifdef CONFIG_PARAVIRT
++ PV_SAVE_REGS(CLBR_RDI)
++#endif
++
++ GET_CR3_INTO_RDI
++ ALTERNATIVE "jmp 1f", "", X86_FEATURE_PCID
++ cmp $0,%dil
++ jnz 3f
++ add $4097,%rdi
++ bts $63,%rdi
++ SET_RDI_INTO_CR3
++ jmp 2f
++1:
++
++ mov %rdi,%rbx
++
++#ifdef CONFIG_PAX_KERNEXEC
++ GET_CR0_INTO_RDI
++ btr $X86_CR0_WP_BIT,%rdi
++ jnc 3f
++ SET_RDI_INTO_CR0
++#endif
++
++ add $__START_KERNEL_map,%rbx
++ sub phys_base(%rip),%rbx
++
++#ifdef CONFIG_PARAVIRT
++ cmpl $0, pv_info+PARAVIRT_enabled
++ jz 1f
++ i = 0
++ .rept USER_PGD_PTRS
++ mov i*8(%rbx),%rsi
++ mov $0x67,%sil
++ lea i*8(%rbx),%rdi
++ call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd_batched)
++ i = i + 1
++ .endr
++ jmp 2f
++1:
++#endif
++
++ i = 0
++ .rept USER_PGD_PTRS
++ movb $0x67,i*8(%rbx)
++ i = i + 1
++ .endr
++2:
++
++#ifdef CONFIG_PARAVIRT
++ PV_RESTORE_REGS(CLBR_RDI)
++#endif
++
++ popq %rbx
++ popq %rdi
++ pax_force_retaddr
++ retq
++3: ud2
++ENDPROC(pax_exit_kernel_user)
++#endif
++
++ .macro pax_enter_kernel_nmi
++ pax_set_fptr_mask
++
++#ifdef CONFIG_PAX_KERNEXEC
++ GET_CR0_INTO_RDI
++ bts $X86_CR0_WP_BIT,%rdi
++ jc 110f
++ SET_RDI_INTO_CR0
++ or $2,%ebx
++110:
++#endif
++
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
++ GET_CR3_INTO_RDI
++ cmp $0,%dil
++ jz 111f
++ sub $4097,%rdi
++ or $4,%ebx
++ bts $63,%rdi
++ SET_RDI_INTO_CR3
++ mov $__UDEREF_KERNEL_DS,%edi
++ mov %edi,%ss
++111:
++#endif
++ .endm
++
++ .macro pax_exit_kernel_nmi
++#ifdef CONFIG_PAX_KERNEXEC
++ btr $1,%ebx
++ jnc 110f
++ GET_CR0_INTO_RDI
++ btr $X86_CR0_WP_BIT,%rdi
++ SET_RDI_INTO_CR0
++110:
++#endif
++
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
++ btr $2,%ebx
++ jnc 111f
++ GET_CR3_INTO_RDI
++ add $4097,%rdi
++ bts $63,%rdi
++ SET_RDI_INTO_CR3
++ mov $__KERNEL_DS,%edi
++ mov %edi,%ss
++111:
++#endif
++ .endm
++
++ .macro pax_erase_kstack
++#ifdef CONFIG_PAX_MEMORY_STACKLEAK
++ call pax_erase_kstack
++#endif
++ .endm
++
++#ifdef CONFIG_PAX_MEMORY_STACKLEAK
++ENTRY(pax_erase_kstack)
++ pushq %rdi
++ pushq %rcx
++ pushq %rax
++ pushq %r11
++
++ GET_THREAD_INFO(%r11)
++ mov TI_lowest_stack(%r11), %rdi
++ mov $-0xBEEF, %rax
++ std
++
++1: mov %edi, %ecx
++ and $THREAD_SIZE_asm - 1, %ecx
++ shr $3, %ecx
++ repne scasq
++ jecxz 2f
++
++ cmp $2*8, %ecx
++ jc 2f
++
++ mov $2*8, %ecx
++ repe scasq
++ jecxz 2f
++ jne 1b
++
++2: cld
++ or $2*8, %rdi
++ mov %esp, %ecx
++ sub %edi, %ecx
++
++ cmp $THREAD_SIZE_asm, %rcx
++ jb 3f
++ ud2
++3:
++
++ shr $3, %ecx
++ rep stosq
++
++ mov TI_task_thread_sp0(%r11), %rdi
++ sub $256, %rdi
++ mov %rdi, TI_lowest_stack(%r11)
++
++ popq %r11
++ popq %rax
++ popq %rcx
++ popq %rdi
++ pax_force_retaddr
++ ret
++ENDPROC(pax_erase_kstack)
++#endif
++
+ .macro TRACE_IRQS_IRETQ
+ #ifdef CONFIG_TRACE_IRQFLAGS
+ bt $9, EFLAGS(%rsp) /* interrupts off? */
+@@ -89,7 +487,7 @@ ENDPROC(native_usergs_sysret64)
+ .endm
+
+ .macro TRACE_IRQS_IRETQ_DEBUG
+- bt $9, EFLAGS(%rsp) /* interrupts off? */
++ bt $X86_EFLAGS_IF_BIT, EFLAGS(%rsp) /* interrupts off? */
+ jnc 1f
+ TRACE_IRQS_ON_DEBUG
+ 1:
+@@ -149,14 +547,6 @@ GLOBAL(entry_SYSCALL_64_after_swapgs)
+ /* Construct struct pt_regs on stack */
+ pushq $__USER_DS /* pt_regs->ss */
+ pushq PER_CPU_VAR(rsp_scratch) /* pt_regs->sp */
+- /*
+- * Re-enable interrupts.
+- * We use 'rsp_scratch' as a scratch space, hence irq-off block above
+- * must execute atomically in the face of possible interrupt-driven
+- * task preemption. We must enable interrupts only after we're done
+- * with using rsp_scratch:
+- */
+- ENABLE_INTERRUPTS(CLBR_NONE)
+ pushq %r11 /* pt_regs->flags */
+ pushq $__USER_CS /* pt_regs->cs */
+ pushq %rcx /* pt_regs->ip */
+@@ -172,7 +562,27 @@ GLOBAL(entry_SYSCALL_64_after_swapgs)
+ pushq %r11 /* pt_regs->r11 */
+ sub $(6*8), %rsp /* pt_regs->bp, bx, r12-15 not saved */
+
+- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
++#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
++ movq %r12, R12(%rsp)
++#endif
++
++ pax_enter_kernel_user
++
++#ifdef CONFIG_PAX_RANDKSTACK
++ pax_erase_kstack
++#endif
++
++ /*
++ * Re-enable interrupts.
++ * We use 'rsp_scratch' as a scratch space, hence irq-off block above
++ * must execute atomically in the face of possible interrupt-driven
++ * task preemption. We must enable interrupts only after we're done
++ * with using rsp_scratch:
++ */
++ ENABLE_INTERRUPTS(CLBR_NONE)
++
++ GET_THREAD_INFO(%rcx)
++ testl $_TIF_WORK_SYSCALL_ENTRY, TI_flags(%rcx)
+ jnz tracesys
+ entry_SYSCALL_64_fastpath:
+ #if __SYSCALL_MASK == ~0
+@@ -205,9 +615,13 @@ entry_SYSCALL_64_fastpath:
+ * flags (TIF_NOTIFY_RESUME, TIF_USER_RETURN_NOTIFY, etc) set is
+ * very bad.
+ */
+- testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
++ GET_THREAD_INFO(%rcx)
++ testl $_TIF_ALLWORK_MASK, TI_flags(%rcx)
+ jnz int_ret_from_sys_call_irqs_off /* Go to the slow path */
+
++ pax_exit_kernel_user
++ pax_erase_kstack
++
+ RESTORE_C_REGS_EXCEPT_RCX_R11
+ movq RIP(%rsp), %rcx
+ movq EFLAGS(%rsp), %r11
+@@ -236,6 +650,9 @@ tracesys:
+ call syscall_trace_enter_phase1
+ test %rax, %rax
+ jnz tracesys_phase2 /* if needed, run the slow path */
++
++ pax_erase_kstack
++
+ RESTORE_C_REGS_EXCEPT_RAX /* else restore clobbered regs */
+ movq ORIG_RAX(%rsp), %rax
+ jmp entry_SYSCALL_64_fastpath /* and return to the fast path */
+@@ -247,6 +664,8 @@ tracesys_phase2:
+ movq %rax, %rdx
+ call syscall_trace_enter_phase2
+
++ pax_erase_kstack
++
+ /*
+ * Reload registers from stack in case ptrace changed them.
+ * We don't reload %rax because syscall_trace_entry_phase2() returned
+@@ -284,6 +703,8 @@ GLOBAL(int_with_check)
+ andl %edi, %edx
+ jnz int_careful
+ andl $~TS_COMPAT, TI_status(%rcx)
++ pax_exit_kernel_user
++ pax_erase_kstack
+ jmp syscall_return
+
+ /*
+@@ -407,14 +828,14 @@ syscall_return_via_sysret:
+ opportunistic_sysret_failed:
+ SWAPGS
+ jmp restore_c_regs_and_iret
+-END(entry_SYSCALL_64)
++ENDPROC(entry_SYSCALL_64)
+
+
+ .macro FORK_LIKE func
+ ENTRY(stub_\func)
+ SAVE_EXTRA_REGS 8
+ jmp sys_\func
+-END(stub_\func)
++ENDPROC(stub_\func)
+ .endm
+
+ FORK_LIKE clone
+@@ -434,7 +855,7 @@ return_from_execve:
+ ZERO_EXTRA_REGS
+ movq %rax, RAX(%rsp)
+ jmp int_ret_from_sys_call
+-END(stub_execve)
++ENDPROC(stub_execve)
+ /*
+ * Remaining execve stubs are only 7 bytes long.
+ * ENTRY() often aligns to 16 bytes, which in this case has no benefits.
+@@ -443,7 +864,7 @@ END(stub_execve)
+ GLOBAL(stub_execveat)
+ call sys_execveat
+ jmp return_from_execve
+-END(stub_execveat)
++ENDPROC(stub_execveat)
+
+ #if defined(CONFIG_X86_X32_ABI) || defined(CONFIG_IA32_EMULATION)
+ .align 8
+@@ -451,15 +872,15 @@ GLOBAL(stub_x32_execve)
+ GLOBAL(stub32_execve)
+ call compat_sys_execve
+ jmp return_from_execve
+-END(stub32_execve)
+-END(stub_x32_execve)
++ENDPROC(stub32_execve)
++ENDPROC(stub_x32_execve)
+ .align 8
+ GLOBAL(stub_x32_execveat)
+ GLOBAL(stub32_execveat)
+ call compat_sys_execveat
+ jmp return_from_execve
+-END(stub32_execveat)
+-END(stub_x32_execveat)
++ENDPROC(stub32_execveat)
++ENDPROC(stub_x32_execveat)
+ #endif
+
+ /*
+@@ -488,7 +909,7 @@ ENTRY(stub_x32_rt_sigreturn)
+ SAVE_EXTRA_REGS 8
+ call sys32_x32_rt_sigreturn
+ jmp return_from_stub
+-END(stub_x32_rt_sigreturn)
++ENDPROC(stub_x32_rt_sigreturn)
+ #endif
+
+ /*
+@@ -527,7 +948,7 @@ ENTRY(ret_from_fork)
+ movl $0, RAX(%rsp)
+ RESTORE_EXTRA_REGS
+ jmp int_ret_from_sys_call
+-END(ret_from_fork)
++ENDPROC(ret_from_fork)
+
+ /*
+ * Build the entry stubs with some assembler magic.
+@@ -542,7 +963,7 @@ ENTRY(irq_entries_start)
+ jmp common_interrupt
+ .align 8
+ .endr
+-END(irq_entries_start)
++ENDPROC(irq_entries_start)
+
+ /*
+ * Interrupt entry/exit.
+@@ -555,21 +976,13 @@ END(irq_entries_start)
+ /* 0(%rsp): ~(interrupt number) */
+ .macro interrupt func
+ cld
+- /*
+- * Since nothing in interrupt handling code touches r12...r15 members
+- * of "struct pt_regs", and since interrupts can nest, we can save
+- * four stack slots and simultaneously provide
+- * an unwind-friendly stack layout by saving "truncated" pt_regs
+- * exactly up to rbp slot, without these members.
+- */
+- ALLOC_PT_GPREGS_ON_STACK -RBP
+- SAVE_C_REGS -RBP
+- /* this goes to 0(%rsp) for unwinder, not for saving the value: */
+- SAVE_EXTRA_REGS_RBP -RBP
++ ALLOC_PT_GPREGS_ON_STACK
++ SAVE_C_REGS
++ SAVE_EXTRA_REGS
+
+- leaq -RBP(%rsp), %rdi /* arg1 for \func (pointer to pt_regs) */
++ movq %rsp, %rdi /* arg1 for \func (pointer to pt_regs) */
+
+- testb $3, CS-RBP(%rsp)
++ testb $3, CS(%rsp)
+ jz 1f
+ SWAPGS
+ 1:
+@@ -584,6 +997,18 @@ END(irq_entries_start)
+ incl PER_CPU_VAR(irq_count)
+ cmovzq PER_CPU_VAR(irq_stack_ptr), %rsp
+ pushq %rsi
++
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ testb $3, CS(%rdi)
++ jnz 1f
++ pax_enter_kernel
++ jmp 2f
++1: pax_enter_kernel_user
++2:
++#else
++ pax_enter_kernel
++#endif
++
+ /* We entered an interrupt context - irqs are off: */
+ TRACE_IRQS_OFF
+
+@@ -608,7 +1033,7 @@ ret_from_intr:
+ /* Restore saved previous stack */
+ popq %rsi
+ /* return code expects complete pt_regs - adjust rsp accordingly: */
+- leaq -RBP(%rsi), %rsp
++ movq %rsi, %rsp
+
+ testb $3, CS(%rsp)
+ jz retint_kernel
+@@ -630,6 +1055,8 @@ retint_swapgs: /* return to user-space */
+ * The iretq could re-enable interrupts:
+ */
+ DISABLE_INTERRUPTS(CLBR_ANY)
++ pax_exit_kernel_user
++# pax_erase_kstack
+ TRACE_IRQS_IRETQ
+
+ SWAPGS
+@@ -648,6 +1075,21 @@ retint_kernel:
+ jmp 0b
+ 1:
+ #endif
++
++ pax_exit_kernel
++
++#if defined(CONFIG_EFI) && defined(CONFIG_PAX_KERNEXEC)
++ /* This is a quirk to allow IRQs/NMIs/MCEs during early EFI setup,
++ * namely calling EFI runtime services with a phys mapping. We're
++ * starting off with NOPs and patch in the real instrumentation
++ * (BTS/OR) before starting any userland process; even before starting
++ * up the APs.
++ */
++ ALTERNATIVE "", "pax_force_retaddr 16*8", X86_FEATURE_ALWAYS
++#else
++ pax_force_retaddr RIP
++#endif
++
+ /*
+ * The iretq could re-enable interrupts:
+ */
+@@ -689,15 +1131,15 @@ native_irq_return_ldt:
+ SWAPGS
+ movq PER_CPU_VAR(espfix_waddr), %rdi
+ movq %rax, (0*8)(%rdi) /* RAX */
+- movq (2*8)(%rsp), %rax /* RIP */
++ movq (2*8 + RIP-RIP)(%rsp), %rax /* RIP */
+ movq %rax, (1*8)(%rdi)
+- movq (3*8)(%rsp), %rax /* CS */
++ movq (2*8 + CS-RIP)(%rsp), %rax /* CS */
+ movq %rax, (2*8)(%rdi)
+- movq (4*8)(%rsp), %rax /* RFLAGS */
++ movq (2*8 + EFLAGS-RIP)(%rsp), %rax /* RFLAGS */
+ movq %rax, (3*8)(%rdi)
+- movq (6*8)(%rsp), %rax /* SS */
++ movq (2*8 + SS-RIP)(%rsp), %rax /* SS */
+ movq %rax, (5*8)(%rdi)
+- movq (5*8)(%rsp), %rax /* RSP */
++ movq (2*8 + RSP-RIP)(%rsp), %rax /* RSP */
+ movq %rax, (4*8)(%rdi)
+ andl $0xffff0000, %eax
+ popq %rdi
+@@ -738,7 +1180,7 @@ retint_signal:
+ GET_THREAD_INFO(%rcx)
+ jmp retint_with_reschedule
+
+-END(common_interrupt)
++ENDPROC(common_interrupt)
+
+ /*
+ * APIC interrupts.
+@@ -750,7 +1192,7 @@ ENTRY(\sym)
+ .Lcommon_\sym:
+ interrupt \do_sym
+ jmp ret_from_intr
+-END(\sym)
++ENDPROC(\sym)
+ .endm
+
+ #ifdef CONFIG_TRACING
+@@ -815,7 +1257,7 @@ apicinterrupt IRQ_WORK_VECTOR irq_work_interrupt smp_irq_work_interrupt
+ /*
+ * Exception entry points.
+ */
+-#define CPU_TSS_IST(x) PER_CPU_VAR(cpu_tss) + (TSS_ist + ((x) - 1) * 8)
++#define CPU_TSS_IST(x) (TSS_ist + ((x) - 1) * 8)(%r13)
+
+ .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
+ ENTRY(\sym)
+@@ -862,6 +1304,12 @@ ENTRY(\sym)
+ .endif
+
+ .if \shift_ist != -1
++#ifdef CONFIG_SMP
++ imul $TSS_size, PER_CPU_VAR(cpu_number), %r13d
++ lea cpu_tss(%r13), %r13
++#else
++ lea cpu_tss(%rip), %r13
++#endif
+ subq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
+ .endif
+
+@@ -905,7 +1353,7 @@ ENTRY(\sym)
+
+ jmp error_exit /* %ebx: no swapgs flag */
+ .endif
+-END(\sym)
++ENDPROC(\sym)
+ .endm
+
+ #ifdef CONFIG_TRACING
+@@ -947,8 +1395,9 @@ gs_change:
+ 2: mfence /* workaround */
+ SWAPGS
+ popfq
++ pax_force_retaddr
+ ret
+-END(native_load_gs_index)
++ENDPROC(native_load_gs_index)
+
+ _ASM_EXTABLE(gs_change, bad_gs)
+ .section .fixup, "ax"
+@@ -970,8 +1419,9 @@ ENTRY(do_softirq_own_stack)
+ call __do_softirq
+ leaveq
+ decl PER_CPU_VAR(irq_count)
++ pax_force_retaddr
+ ret
+-END(do_softirq_own_stack)
++ENDPROC(do_softirq_own_stack)
+
+ #ifdef CONFIG_XEN
+ idtentry xen_hypervisor_callback xen_do_hypervisor_callback has_error_code=0
+@@ -1007,7 +1457,7 @@ ENTRY(xen_do_hypervisor_callback) /* do_hypervisor_callback(struct *pt_regs) */
+ call xen_maybe_preempt_hcall
+ #endif
+ jmp error_exit
+-END(xen_do_hypervisor_callback)
++ENDPROC(xen_do_hypervisor_callback)
+
+ /*
+ * Hypervisor uses this for application faults while it executes.
+@@ -1052,7 +1502,7 @@ ENTRY(xen_failsafe_callback)
+ SAVE_C_REGS
+ SAVE_EXTRA_REGS
+ jmp error_exit
+-END(xen_failsafe_callback)
++ENDPROC(xen_failsafe_callback)
+
+ apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
+ xen_hvm_callback_vector xen_evtchn_do_upcall
+@@ -1101,8 +1551,36 @@ ENTRY(paranoid_entry)
+ js 1f /* negative -> in kernel */
+ SWAPGS
+ xorl %ebx, %ebx
+-1: ret
+-END(paranoid_entry)
++1:
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ testb $3, CS+8(%rsp)
++ jnz 1f
++ pax_enter_kernel
++ jmp 2f
++1: pax_enter_kernel_user
++2:
++#else
++ pax_enter_kernel
++#endif
++ pax_force_retaddr
++ ret
++ENDPROC(paranoid_entry)
++
++ENTRY(paranoid_entry_nmi)
++ cld
++ SAVE_C_REGS 8
++ SAVE_EXTRA_REGS 8
++ movl $1, %ebx
++ movl $MSR_GS_BASE, %ecx
++ rdmsr
++ testl %edx, %edx
++ js 1f /* negative -> in kernel */
++ SWAPGS
++ xorl %ebx, %ebx
++1: pax_enter_kernel_nmi
++ pax_force_retaddr
++ ret
++ENDPROC(paranoid_entry_nmi)
+
+ /*
+ * "Paranoid" exit path from exception stack. This is invoked
+@@ -1119,19 +1597,26 @@ END(paranoid_entry)
+ ENTRY(paranoid_exit)
+ DISABLE_INTERRUPTS(CLBR_NONE)
+ TRACE_IRQS_OFF_DEBUG
+- testl %ebx, %ebx /* swapgs needed? */
++ testl $1, %ebx /* swapgs needed? */
+ jnz paranoid_exit_no_swapgs
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ pax_exit_kernel_user
++#else
++ pax_exit_kernel
++#endif
+ TRACE_IRQS_IRETQ
+ SWAPGS_UNSAFE_STACK
+ jmp paranoid_exit_restore
+ paranoid_exit_no_swapgs:
++ pax_exit_kernel
+ TRACE_IRQS_IRETQ_DEBUG
+ paranoid_exit_restore:
+ RESTORE_EXTRA_REGS
+ RESTORE_C_REGS
+ REMOVE_PT_GPREGS_FROM_STACK 8
++ pax_force_retaddr_bts
+ INTERRUPT_RETURN
+-END(paranoid_exit)
++ENDPROC(paranoid_exit)
+
+ /*
+ * Save all registers in pt_regs, and switch gs if needed.
+@@ -1149,7 +1634,18 @@ ENTRY(error_entry)
+ SWAPGS
+
+ error_entry_done:
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ testb $3, CS+8(%rsp)
++ jnz 1f
++ pax_enter_kernel
++ jmp 2f
++1: pax_enter_kernel_user
++2:
++#else
++ pax_enter_kernel
++#endif
+ TRACE_IRQS_OFF
++ pax_force_retaddr
+ ret
+
+ /*
+@@ -1199,7 +1695,7 @@ error_bad_iret:
+ mov %rax, %rsp
+ decl %ebx
+ jmp error_entry_done
+-END(error_entry)
++ENDPROC(error_entry)
+
+
+ /*
+@@ -1212,10 +1708,10 @@ ENTRY(error_exit)
+ RESTORE_EXTRA_REGS
+ DISABLE_INTERRUPTS(CLBR_NONE)
+ TRACE_IRQS_OFF
+- testl %eax, %eax
++ testl $1, %eax
+ jnz retint_kernel
+ jmp retint_user
+-END(error_exit)
++ENDPROC(error_exit)
+
+ /* Runs on exception stack */
+ ENTRY(nmi)
+@@ -1258,6 +1754,8 @@ ENTRY(nmi)
+ * other IST entries.
+ */
+
++ ASM_CLAC
++
+ /* Use %rdx as our temp variable throughout */
+ pushq %rdx
+
+@@ -1298,6 +1796,12 @@ ENTRY(nmi)
+ pushq %r14 /* pt_regs->r14 */
+ pushq %r15 /* pt_regs->r15 */
+
++#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
++ xorl %ebx, %ebx
++#endif
++
++ pax_enter_kernel_nmi
++
+ /*
+ * At this point we no longer need to worry about stack damage
+ * due to nesting -- we're on the normal thread stack and we're
+@@ -1308,12 +1812,19 @@ ENTRY(nmi)
+ movq $-1, %rsi
+ call do_nmi
+
++ pax_exit_kernel_nmi
++
+ /*
+ * Return back to user mode. We must *not* do the normal exit
+ * work, because we don't want to enable interrupts. Fortunately,
+ * do_nmi doesn't modify pt_regs.
+ */
+ SWAPGS
++
++#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
++ movq RBX(%rsp), %rbx
++#endif
++
+ jmp restore_c_regs_and_iret
+
+ .Lnmi_from_kernel:
+@@ -1435,6 +1946,7 @@ nested_nmi_out:
+ popq %rdx
+
+ /* We are returning to kernel mode, so this cannot result in a fault. */
++# pax_force_retaddr_bts
+ INTERRUPT_RETURN
+
+ first_nmi:
+@@ -1508,20 +2020,22 @@ end_repeat_nmi:
+ ALLOC_PT_GPREGS_ON_STACK
+
+ /*
+- * Use paranoid_entry to handle SWAPGS, but no need to use paranoid_exit
++ * Use paranoid_entry_nmi to handle SWAPGS, but no need to use paranoid_exit
+ * as we should not be calling schedule in NMI context.
+ * Even with normal interrupts enabled. An NMI should not be
+ * setting NEED_RESCHED or anything that normal interrupts and
+ * exceptions might do.
+ */
+- call paranoid_entry
++ call paranoid_entry_nmi
+
+ /* paranoidentry do_nmi, 0; without TRACE_IRQS_OFF */
+ movq %rsp, %rdi
+ movq $-1, %rsi
+ call do_nmi
+
+- testl %ebx, %ebx /* swapgs needed? */
++ pax_exit_kernel_nmi
++
++ testl $1, %ebx /* swapgs needed? */
+ jnz nmi_restore
+ nmi_swapgs:
+ SWAPGS_UNSAFE_STACK
+@@ -1532,6 +2046,8 @@ nmi_restore:
+ /* Point RSP at the "iret" frame. */
+ REMOVE_PT_GPREGS_FROM_STACK 6*8
+
++ pax_force_retaddr_bts
++
+ /*
+ * Clear "NMI executing". Set DF first so that we can easily
+ * distinguish the remaining code between here and IRET from
+@@ -1549,9 +2065,9 @@ nmi_restore:
+ * mode, so this cannot result in a fault.
+ */
+ INTERRUPT_RETURN
+-END(nmi)
++ENDPROC(nmi)
+
+ ENTRY(ignore_sysret)
+ mov $-ENOSYS, %eax
+ sysret
+-END(ignore_sysret)
++ENDPROC(ignore_sysret)
+diff --git a/arch/x86/entry/entry_64_compat.S b/arch/x86/entry/entry_64_compat.S
+index a7e257d..3a6ad23 100644
+--- a/arch/x86/entry/entry_64_compat.S
++++ b/arch/x86/entry/entry_64_compat.S
+@@ -13,8 +13,10 @@
#include <asm/irqflags.h>
#include <asm/asm.h>
#include <asm/smap.h>
@@ -14704,75 +16634,70 @@ index 72bf268..127572a 100644
/* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this. */
#include <linux/elf-em.h>
-@@ -85,6 +87,32 @@ ENTRY(native_irq_enable_sysexit)
- ENDPROC(native_irq_enable_sysexit)
+@@ -35,6 +37,32 @@ ENTRY(native_usergs_sysret32)
+ ENDPROC(native_usergs_sysret32)
#endif
+ .macro pax_enter_kernel_user
+ pax_set_fptr_mask
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ call pax_enter_kernel_user
++ call pax_enter_kernel_user
+#endif
+ .endm
+
+ .macro pax_exit_kernel_user
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ call pax_exit_kernel_user
++ call pax_exit_kernel_user
+#endif
+#ifdef CONFIG_PAX_RANDKSTACK
-+ pushq %rax
-+ pushq %r11
-+ call pax_randomize_kstack
-+ popq %r11
-+ popq %rax
++ pushq %rax
++ pushq %r11
++ call pax_randomize_kstack
++ popq %r11
++ popq %rax
+#endif
+ .endm
+
+ .macro pax_erase_kstack
+#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+ call pax_erase_kstack
++ call pax_erase_kstack
+#endif
+ .endm
+
/*
- * 32bit SYSENTER instruction entry.
+ * 32-bit SYSENTER instruction entry.
*
-@@ -119,23 +147,24 @@ ENTRY(ia32_sysenter_target)
- * it is too small to ever cause noticeable irq latency.
+@@ -65,20 +93,21 @@ ENTRY(entry_SYSENTER_compat)
*/
SWAPGS_UNSAFE_STACK
-- movq PER_CPU_VAR(cpu_tss + TSS_sp0), %rsp
+ movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
- ENABLE_INTERRUPTS(CLBR_NONE)
-+ movq PER_CPU_VAR(kernel_stack), %rsp
/* Zero-extending 32-bit regs, do not remove */
movl %ebp, %ebp
movl %eax, %eax
- movl ASM_THREAD_INFO(TI_sysenter_return, %rsp, 0), %r10d
-- CFI_REGISTER rip,r10
+ GET_THREAD_INFO(%r11)
+ movl TI_sysenter_return(%r11), %r11d
-+ CFI_REGISTER rip,r11
/* Construct struct pt_regs on stack */
- pushq_cfi $__USER32_DS /* pt_regs->ss */
- pushq_cfi %rbp /* pt_regs->sp */
- CFI_REL_OFFSET rsp,0
- pushfq_cfi /* pt_regs->flags */
+ pushq $__USER32_DS /* pt_regs->ss */
+ pushq %rbp /* pt_regs->sp */
+ pushfq /* pt_regs->flags */
+ orl $X86_EFLAGS_IF,(%rsp)
- pushq_cfi $__USER32_CS /* pt_regs->cs */
-- pushq_cfi %r10 /* pt_regs->ip = thread_info->sysenter_return */
-+ pushq_cfi %r11 /* pt_regs->ip = thread_info->sysenter_return */
- CFI_REL_OFFSET rip,0
- pushq_cfi_reg rax /* pt_regs->orig_ax */
- pushq_cfi_reg rdi /* pt_regs->di */
-@@ -147,15 +176,37 @@ ENTRY(ia32_sysenter_target)
- sub $(10*8),%rsp /* pt_regs->r8-11,bp,bx,r12-15 not saved */
- CFI_ADJUST_CFA_OFFSET 10*8
+ pushq $__USER32_CS /* pt_regs->cs */
+- pushq %r10 /* pt_regs->ip = thread_info->sysenter_return */
++ pushq %r11 /* pt_regs->ip = thread_info->sysenter_return */
+ pushq %rax /* pt_regs->orig_ax */
+ pushq %rdi /* pt_regs->di */
+ pushq %rsi /* pt_regs->si */
+@@ -88,15 +117,37 @@ ENTRY(entry_SYSENTER_compat)
+ cld
+ sub $(10*8), %rsp /* pt_regs->r8-11, bp, bx, r12-15 not saved */
+#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ movq_cfi r12, R12
++ movq %r12, R12(%rsp)
+#endif
+
+ pax_enter_kernel_user
@@ -14785,17 +16710,17 @@ index 72bf268..127572a 100644
+
/*
* no need to do an access_ok check here because rbp has been
- * 32bit zero extended
+ * 32-bit zero extended
*/
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ addq pax_user_shadow_base,%rbp
++ addq pax_user_shadow_base, %rbp
+ ASM_PAX_OPEN_USERLAND
+#endif
+
ASM_STAC
- 1: movl (%rbp),%ebp
- _ASM_EXTABLE(1b,ia32_badarg)
+ 1: movl (%rbp), %ebp
+ _ASM_EXTABLE(1b, ia32_badarg)
ASM_CLAC
+#ifdef CONFIG_PAX_MEMORY_UDEREF
@@ -14805,107 +16730,105 @@ index 72bf268..127572a 100644
/*
* Sysenter doesn't filter flags, so we need to clear NT
* ourselves. To save a few cycles, we can check whether
-@@ -165,8 +216,9 @@ ENTRY(ia32_sysenter_target)
- jnz sysenter_fix_flags
+@@ -106,8 +157,9 @@ ENTRY(entry_SYSENTER_compat)
+ jnz sysenter_fix_flags
sysenter_flags_fixed:
-- orl $TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
-- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
+- orl $TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
+- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
+ GET_THREAD_INFO(%r11)
-+ orl $TS_COMPAT,TI_status(%r11)
-+ testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%r11)
- CFI_REMEMBER_STATE
- jnz sysenter_tracesys
- cmpq $(IA32_NR_syscalls-1),%rax
-@@ -181,9 +233,10 @@ sysenter_do_call:
- sysenter_dispatch:
- call *ia32_sys_call_table(,%rax,8)
- movq %rax,RAX(%rsp)
++ orl $TS_COMPAT, TI_status(%r11)
++ testl $_TIF_WORK_SYSCALL_ENTRY, TI_flags(%r11)
+ jnz sysenter_tracesys
+
+ sysenter_do_call:
+@@ -123,9 +175,10 @@ sysenter_dispatch:
+ call *ia32_sys_call_table(, %rax, 8)
+ movq %rax, RAX(%rsp)
+ 1:
+ GET_THREAD_INFO(%r11)
DISABLE_INTERRUPTS(CLBR_NONE)
TRACE_IRQS_OFF
- testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+ testl $_TIF_ALLWORK_MASK,TI_flags(%r11)
++ testl $_TIF_ALLWORK_MASK, TI_flags(%r11)
jnz sysexit_audit
sysexit_from_sys_call:
/*
-@@ -196,7 +249,9 @@ sysexit_from_sys_call:
+@@ -138,7 +191,9 @@ sysexit_from_sys_call:
* This code path is still called 'sysexit' because it pairs
* with 'sysenter' and it uses the SYSENTER calling convention.
*/
-- andl $~TS_COMPAT,ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
+- andl $~TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
+ pax_exit_kernel_user
+ pax_erase_kstack
-+ andl $~TS_COMPAT,TI_status(%r11)
- movl RIP(%rsp),%ecx /* User %eip */
- CFI_REGISTER rip,rcx
++ andl $~TS_COMPAT, TI_status(%r11)
+ movl RIP(%rsp), %ecx /* User %eip */
+ movq RAX(%rsp), %rax
RESTORE_RSI_RDI
-@@ -247,6 +302,9 @@ sysexit_from_sys_call:
- movl %ebx,%esi /* 2nd arg: 1st syscall arg */
- movl %eax,%edi /* 1st arg: syscall number */
- call __audit_syscall_entry
-+
+@@ -194,6 +249,8 @@ sysexit_from_sys_call:
+ movl %eax, %edi /* arg1 (RDI) <= syscall number (EAX) */
+ call __audit_syscall_entry
+
+ pax_erase_kstack
+
- movl RAX(%rsp),%eax /* reload syscall number */
- cmpq $(IA32_NR_syscalls-1),%rax
- ja ia32_badsys
-@@ -258,7 +316,7 @@ sysexit_from_sys_call:
+ /*
+ * We are going to jump back to the syscall dispatch code.
+ * Prepare syscall args as required by the 64-bit C ABI.
+@@ -209,7 +266,7 @@ sysexit_from_sys_call:
.endm
.macro auditsys_exit exit
-- testl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+ testl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT),TI_flags(%r11)
- jnz ia32_ret_from_sys_call
+- testl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
++ testl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT), TI_flags(%r11)
+ jnz ia32_ret_from_sys_call
TRACE_IRQS_ON
ENABLE_INTERRUPTS(CLBR_NONE)
-@@ -269,11 +327,12 @@ sysexit_from_sys_call:
- 1: setbe %al /* 1 if error, 0 if not */
- movzbl %al,%edi /* zero-extend that into %edi */
- call __audit_syscall_exit
+@@ -220,10 +277,11 @@ sysexit_from_sys_call:
+ 1: setbe %al /* 1 if error, 0 if not */
+ movzbl %al, %edi /* zero-extend that into %edi */
+ call __audit_syscall_exit
+ GET_THREAD_INFO(%r11)
- movq RAX(%rsp),%rax /* reload syscall return value */
- movl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT),%edi
+ movl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT), %edi
DISABLE_INTERRUPTS(CLBR_NONE)
TRACE_IRQS_OFF
-- testl %edi, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+ testl %edi,TI_flags(%r11)
- jz \exit
- CLEAR_RREGS
- jmp int_with_check
-@@ -295,7 +354,7 @@ sysenter_fix_flags:
+- testl %edi, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
++ testl %edi, TI_flags(%r11)
+ jz \exit
+ xorl %eax, %eax /* Do not leak kernel information */
+ movq %rax, R11(%rsp)
+@@ -249,7 +307,7 @@ sysenter_fix_flags:
sysenter_tracesys:
#ifdef CONFIG_AUDITSYSCALL
- testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+ testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags(%r11)
++ testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT), TI_flags(%r11)
jz sysenter_auditsys
#endif
SAVE_EXTRA_REGS
-@@ -307,6 +366,9 @@ sysenter_tracesys:
+@@ -269,6 +327,9 @@ sysenter_tracesys:
+ movl %eax, %eax /* zero extension */
+
RESTORE_EXTRA_REGS
- cmpq $(IA32_NR_syscalls-1),%rax
- ja int_ret_from_sys_call /* sysenter_tracesys has set RAX(%rsp) */
+
+ pax_erase_kstack
+
jmp sysenter_do_call
- CFI_ENDPROC
- ENDPROC(ia32_sysenter_target)
-@@ -357,7 +419,6 @@ ENTRY(ia32_cstar_target)
- movl %esp,%r8d
- CFI_REGISTER rsp,r8
- movq PER_CPU_VAR(kernel_stack),%rsp
+ ENDPROC(entry_SYSENTER_compat)
+
+@@ -311,7 +372,6 @@ ENTRY(entry_SYSCALL_compat)
+ SWAPGS_UNSAFE_STACK
+ movl %esp, %r8d
+ movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
- ENABLE_INTERRUPTS(CLBR_NONE)
/* Zero-extending 32-bit regs, do not remove */
- movl %eax,%eax
-@@ -380,16 +441,41 @@ ENTRY(ia32_cstar_target)
- sub $(10*8),%rsp /* pt_regs->r8-11,bp,bx,r12-15 not saved */
- CFI_ADJUST_CFA_OFFSET 10*8
+ movl %eax, %eax
+@@ -331,16 +391,41 @@ ENTRY(entry_SYSCALL_compat)
+ pushq $-ENOSYS /* pt_regs->ax */
+ sub $(10*8), %rsp /* pt_regs->r8-11, bp, bx, r12-15 not saved */
+#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ movq_cfi r12, R12
++ movq %r12, R12(%rsp)
+#endif
+
+ pax_enter_kernel_user
@@ -14917,22 +16840,22 @@ index 72bf268..127572a 100644
+ ENABLE_INTERRUPTS(CLBR_NONE)
+
/*
- * no need to do an access_ok check here because r8 has been
- * 32bit zero extended
+ * No need to do an access_ok check here because r8 has been
+ * 32-bit zero extended:
*/
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
+ ASM_PAX_OPEN_USERLAND
-+ movq pax_user_shadow_base,%r8
-+ addq RSP(%rsp),%r8
++ movq pax_user_shadow_base, %r8
++ addq RSP(%rsp), %r8
+#endif
+
ASM_STAC
- 1: movl (%r8),%r9d
- _ASM_EXTABLE(1b,ia32_badarg)
+ 1: movl (%r8), %r9d
+ _ASM_EXTABLE(1b, ia32_badarg)
ASM_CLAC
-- orl $TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
-- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
+- orl $TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
+- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
+ ASM_PAX_CLOSE_USERLAND
@@ -14941,46 +16864,47 @@ index 72bf268..127572a 100644
+ GET_THREAD_INFO(%r11)
+ orl $TS_COMPAT,TI_status(%r11)
+ testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%r11)
- CFI_REMEMBER_STATE
- jnz cstar_tracesys
- cmpq $IA32_NR_syscalls-1,%rax
-@@ -404,12 +490,15 @@ cstar_do_call:
- cstar_dispatch:
- call *ia32_sys_call_table(,%rax,8)
- movq %rax,RAX(%rsp)
+ jnz cstar_tracesys
+
+ cstar_do_call:
+@@ -358,13 +443,16 @@ cstar_dispatch:
+ call *ia32_sys_call_table(, %rax, 8)
+ movq %rax, RAX(%rsp)
+ 1:
+ GET_THREAD_INFO(%r11)
DISABLE_INTERRUPTS(CLBR_NONE)
TRACE_IRQS_OFF
-- testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+ testl $_TIF_ALLWORK_MASK,TI_flags(%r11)
- jnz sysretl_audit
+- testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
++ testl $_TIF_ALLWORK_MASK, TI_flags(%r11)
+ jnz sysretl_audit
+
sysretl_from_sys_call:
-- andl $~TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
+- andl $~TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
+ pax_exit_kernel_user
+ pax_erase_kstack
-+ andl $~TS_COMPAT,TI_status(%r11)
++ andl $~TS_COMPAT, TI_status(%r11)
RESTORE_RSI_RDI_RDX
- movl RIP(%rsp),%ecx
- CFI_REGISTER rip,rcx
-@@ -451,7 +540,7 @@ sysretl_audit:
+ movl RIP(%rsp), %ecx
+ movl EFLAGS(%rsp), %r11d
+@@ -403,7 +491,7 @@ sysretl_audit:
cstar_tracesys:
#ifdef CONFIG_AUDITSYSCALL
-- testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+ testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags(%r11)
- jz cstar_auditsys
+- testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
++ testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT), TI_flags(%r11)
+ jz cstar_auditsys
#endif
- xchgl %r9d,%ebp
-@@ -465,11 +554,19 @@ cstar_tracesys:
- xchgl %ebp,%r9d
- cmpq $(IA32_NR_syscalls-1),%rax
- ja int_ret_from_sys_call /* cstar_tracesys has set RAX(%rsp) */
+ xchgl %r9d, %ebp
+@@ -426,11 +514,19 @@ cstar_tracesys:
+
+ RESTORE_EXTRA_REGS
+ xchgl %ebp, %r9d
+
+ pax_erase_kstack
+
- jmp cstar_do_call
- END(ia32_cstar_target)
-
+ jmp cstar_do_call
+ END(entry_SYSCALL_compat)
+
ia32_badarg:
ASM_CLAC
+
@@ -14988,13 +16912,13 @@ index 72bf268..127572a 100644
+ ASM_PAX_CLOSE_USERLAND
+#endif
+
- movq $-EFAULT,%rax
- jmp ia32_sysret
- CFI_ENDPROC
-@@ -505,14 +602,8 @@ ENTRY(ia32_syscall)
- /*CFI_REL_OFFSET cs,1*8 */
- CFI_REL_OFFSET rip,0*8
+ movq $-EFAULT, RAX(%rsp)
+ ia32_ret_from_sys_call:
+ xorl %eax, %eax /* Do not leak kernel information */
+@@ -462,14 +558,8 @@ ia32_ret_from_sys_call:
+ */
+ ENTRY(entry_INT80_compat)
- /*
- * Interrupts are off on entry.
- * We do not frame this tiny irq-off block with TRACE_IRQS_OFF/ON,
@@ -15005,15 +16929,15 @@ index 72bf268..127572a 100644
- ENABLE_INTERRUPTS(CLBR_NONE)
/* Zero-extending 32-bit regs, do not remove */
- movl %eax,%eax
-@@ -528,8 +619,26 @@ ENTRY(ia32_syscall)
- sub $(10*8),%rsp /* pt_regs->r8-11,bp,bx,r12-15 not saved */
- CFI_ADJUST_CFA_OFFSET 10*8
+ movl %eax, %eax
+@@ -488,8 +578,26 @@ ENTRY(entry_INT80_compat)
+ cld
+ sub $(6*8), %rsp /* pt_regs->bp, bx, r12-15 not saved */
-- orl $TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
-- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
+- orl $TS_COMPAT, ASM_THREAD_INFO(TI_status, %rsp, SIZEOF_PTREGS)
+- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
+#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ movq_cfi r12, R12
++ movq %r12, R12(%rsp)
+#endif
+
+ pax_enter_kernel_user
@@ -15030,26 +16954,371 @@ index 72bf268..127572a 100644
+ ENABLE_INTERRUPTS(CLBR_NONE)
+
+ GET_THREAD_INFO(%r11)
-+ orl $TS_COMPAT,TI_status(%r11)
-+ testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%r11)
- jnz ia32_tracesys
- cmpq $(IA32_NR_syscalls-1),%rax
- ja ia32_badsys
-@@ -557,6 +666,9 @@ ia32_tracesys:
++ orl $TS_COMPAT, TI_status(%r11)
++ testl $_TIF_WORK_SYSCALL_ENTRY, TI_flags(%r11)
+ jnz ia32_tracesys
+
+ ia32_do_call:
+@@ -524,6 +632,9 @@ ia32_tracesys:
+ movl RDI(%rsp), %edi
+ movl %eax, %eax /* zero extension */
RESTORE_EXTRA_REGS
- cmpq $(IA32_NR_syscalls-1),%rax
- ja int_ret_from_sys_call /* ia32_tracesys has set RAX(%rsp) */
+
+ pax_erase_kstack
+
- jmp ia32_do_call
- END(ia32_syscall)
+ jmp ia32_do_call
+ END(entry_INT80_compat)
+
+diff --git a/arch/x86/entry/thunk_64.S b/arch/x86/entry/thunk_64.S
+index efb2b93..8a9cb8e 100644
+--- a/arch/x86/entry/thunk_64.S
++++ b/arch/x86/entry/thunk_64.S
+@@ -8,6 +8,7 @@
+ #include <linux/linkage.h>
+ #include "calling.h"
+ #include <asm/asm.h>
++#include <asm/alternative-asm.h>
+
+ /* rdi: arg1 ... normal C conventions. rax is saved/restored. */
+ .macro THUNK name, func, put_ret_addr_in_rdi=0
+@@ -62,6 +63,7 @@ restore:
+ popq %rdx
+ popq %rsi
+ popq %rdi
++ pax_force_retaddr
+ ret
+ _ASM_NOKPROBE(restore)
+ #endif
+diff --git a/arch/x86/entry/vdso/Makefile b/arch/x86/entry/vdso/Makefile
+index e970320..c006fea 100644
+--- a/arch/x86/entry/vdso/Makefile
++++ b/arch/x86/entry/vdso/Makefile
+@@ -175,7 +175,7 @@ quiet_cmd_vdso = VDSO $@
+ -Wl,-T,$(filter %.lds,$^) $(filter %.o,$^) && \
+ sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
+
+-VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
++VDSO_LDFLAGS = -fPIC -shared -Wl,--no-undefined $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
+ $(call cc-ldoption, -Wl$(comma)--build-id) -Wl,-Bsymbolic $(LTO_CFLAGS)
+ GCOV_PROFILE := n
+
+diff --git a/arch/x86/entry/vdso/vdso2c.h b/arch/x86/entry/vdso/vdso2c.h
+index 0224987..8deb742 100644
+--- a/arch/x86/entry/vdso/vdso2c.h
++++ b/arch/x86/entry/vdso/vdso2c.h
+@@ -12,7 +12,7 @@ static void BITSFUNC(go)(void *raw_addr, size_t raw_len,
+ unsigned long load_size = -1; /* Work around bogus warning */
+ unsigned long mapping_size;
+ ELF(Ehdr) *hdr = (ELF(Ehdr) *)raw_addr;
+- int i;
++ unsigned int i;
+ unsigned long j;
+ ELF(Shdr) *symtab_hdr = NULL, *strtab_hdr, *secstrings_hdr,
+ *alt_sec = NULL;
+@@ -83,7 +83,7 @@ static void BITSFUNC(go)(void *raw_addr, size_t raw_len,
+ for (i = 0;
+ i < GET_LE(&symtab_hdr->sh_size) / GET_LE(&symtab_hdr->sh_entsize);
+ i++) {
+- int k;
++ unsigned int k;
+ ELF(Sym) *sym = raw_addr + GET_LE(&symtab_hdr->sh_offset) +
+ GET_LE(&symtab_hdr->sh_entsize) * i;
+ const char *name = raw_addr + GET_LE(&strtab_hdr->sh_offset) +
+diff --git a/arch/x86/entry/vdso/vma.c b/arch/x86/entry/vdso/vma.c
+index 1c9f750..cfddb1a 100644
+--- a/arch/x86/entry/vdso/vma.c
++++ b/arch/x86/entry/vdso/vma.c
+@@ -19,10 +19,7 @@
+ #include <asm/page.h>
+ #include <asm/hpet.h>
+ #include <asm/desc.h>
+-
+-#if defined(CONFIG_X86_64)
+-unsigned int __read_mostly vdso64_enabled = 1;
+-#endif
++#include <asm/mman.h>
+
+ void __init init_vdso_image(const struct vdso_image *image)
+ {
+@@ -101,6 +98,11 @@ static int map_vdso(const struct vdso_image *image, bool calculate_addr)
+ .pages = no_pages,
+ };
+
++#ifdef CONFIG_PAX_RANDMMAP
++ if (mm->pax_flags & MF_PAX_RANDMMAP)
++ calculate_addr = false;
++#endif
++
+ if (calculate_addr) {
+ addr = vdso_addr(current->mm->start_stack,
+ image->size - image->sym_vvar_start);
+@@ -111,14 +113,14 @@ static int map_vdso(const struct vdso_image *image, bool calculate_addr)
+ down_write(&mm->mmap_sem);
+
+ addr = get_unmapped_area(NULL, addr,
+- image->size - image->sym_vvar_start, 0, 0);
++ image->size - image->sym_vvar_start, 0, MAP_EXECUTABLE);
+ if (IS_ERR_VALUE(addr)) {
+ ret = addr;
+ goto up_fail;
+ }
+
+ text_start = addr - image->sym_vvar_start;
+- current->mm->context.vdso = (void __user *)text_start;
++ mm->context.vdso = text_start;
+
+ /*
+ * MAYWRITE to allow gdb to COW and set breakpoints
+@@ -163,15 +165,12 @@ static int map_vdso(const struct vdso_image *image, bool calculate_addr)
+ hpet_address >> PAGE_SHIFT,
+ PAGE_SIZE,
+ pgprot_noncached(PAGE_READONLY));
+-
+- if (ret)
+- goto up_fail;
+ }
+ #endif
+ up_fail:
+ if (ret)
+- current->mm->context.vdso = NULL;
++ current->mm->context.vdso = 0;
+
+ up_write(&mm->mmap_sem);
+ return ret;
+@@ -191,8 +190,8 @@ static int load_vdso32(void)
+
+ if (selected_vdso32->sym_VDSO32_SYSENTER_RETURN)
+ current_thread_info()->sysenter_return =
+- current->mm->context.vdso +
+- selected_vdso32->sym_VDSO32_SYSENTER_RETURN;
++ (void __force_user *)(current->mm->context.vdso +
++ selected_vdso32->sym_VDSO32_SYSENTER_RETURN);
+
+ return 0;
+ }
+@@ -201,9 +200,6 @@ static int load_vdso32(void)
+ #ifdef CONFIG_X86_64
+ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
+ {
+- if (!vdso64_enabled)
+- return 0;
+-
+ return map_vdso(&vdso_image_64, true);
+ }
+
+@@ -212,12 +208,8 @@ int compat_arch_setup_additional_pages(struct linux_binprm *bprm,
+ int uses_interp)
+ {
+ #ifdef CONFIG_X86_X32_ABI
+- if (test_thread_flag(TIF_X32)) {
+- if (!vdso64_enabled)
+- return 0;
+-
++ if (test_thread_flag(TIF_X32))
+ return map_vdso(&vdso_image_x32, true);
+- }
+ #endif
+
+ return load_vdso32();
+@@ -231,15 +223,6 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
+ #endif
+
+ #ifdef CONFIG_X86_64
+-static __init int vdso_setup(char *s)
+-{
+- vdso64_enabled = simple_strtoul(s, NULL, 0);
+- return 0;
+-}
+-__setup("vdso=", vdso_setup);
+-#endif
+-
+-#ifdef CONFIG_X86_64
+ static void vgetcpu_cpu_init(void *arg)
+ {
+ int cpu = smp_processor_id();
+diff --git a/arch/x86/entry/vsyscall/vsyscall_64.c b/arch/x86/entry/vsyscall/vsyscall_64.c
+index 2dcc6ff..082dc7a 100644
+--- a/arch/x86/entry/vsyscall/vsyscall_64.c
++++ b/arch/x86/entry/vsyscall/vsyscall_64.c
+@@ -38,15 +38,13 @@
+ #define CREATE_TRACE_POINTS
+ #include "vsyscall_trace.h"
+
+-static enum { EMULATE, NATIVE, NONE } vsyscall_mode = EMULATE;
++static enum { EMULATE, NONE } vsyscall_mode = EMULATE;
+
+ static int __init vsyscall_setup(char *str)
+ {
+ if (str) {
+ if (!strcmp("emulate", str))
+ vsyscall_mode = EMULATE;
+- else if (!strcmp("native", str))
+- vsyscall_mode = NATIVE;
+ else if (!strcmp("none", str))
+ vsyscall_mode = NONE;
+ else
+@@ -264,8 +262,7 @@ do_ret:
+ return true;
+
+ sigsegv:
+- force_sig(SIGSEGV, current);
+- return true;
++ do_group_exit(SIGKILL);
+ }
+
+ /*
+@@ -283,8 +280,8 @@ static struct vm_operations_struct gate_vma_ops = {
+ static struct vm_area_struct gate_vma = {
+ .vm_start = VSYSCALL_ADDR,
+ .vm_end = VSYSCALL_ADDR + PAGE_SIZE,
+- .vm_page_prot = PAGE_READONLY_EXEC,
+- .vm_flags = VM_READ | VM_EXEC,
++ .vm_page_prot = PAGE_READONLY,
++ .vm_flags = VM_READ,
+ .vm_ops = &gate_vma_ops,
+ };
+
+@@ -325,10 +322,7 @@ void __init map_vsyscall(void)
+ unsigned long physaddr_vsyscall = __pa_symbol(&__vsyscall_page);
+
+ if (vsyscall_mode != NONE)
+- __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall,
+- vsyscall_mode == NATIVE
+- ? PAGE_KERNEL_VSYSCALL
+- : PAGE_KERNEL_VVAR);
++ __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, PAGE_KERNEL_VVAR);
+
+ BUILD_BUG_ON((unsigned long)__fix_to_virt(VSYSCALL_PAGE) !=
+ (unsigned long)VSYSCALL_ADDR);
+diff --git a/arch/x86/ia32/ia32_aout.c b/arch/x86/ia32/ia32_aout.c
+index ae6aad1..719d6d9 100644
+--- a/arch/x86/ia32/ia32_aout.c
++++ b/arch/x86/ia32/ia32_aout.c
+@@ -153,6 +153,8 @@ static int aout_core_dump(struct coredump_params *cprm)
+ unsigned long dump_start, dump_size;
+ struct user32 dump;
+
++ memset(&dump, 0, sizeof(dump));
++
+ fs = get_fs();
+ set_fs(KERNEL_DS);
+ has_dumped = 1;
+diff --git a/arch/x86/ia32/ia32_signal.c b/arch/x86/ia32/ia32_signal.c
+index ae3a29a..cea65e9 100644
+--- a/arch/x86/ia32/ia32_signal.c
++++ b/arch/x86/ia32/ia32_signal.c
+@@ -216,7 +216,7 @@ asmlinkage long sys32_sigreturn(void)
+ if (__get_user(set.sig[0], &frame->sc.oldmask)
+ || (_COMPAT_NSIG_WORDS > 1
+ && __copy_from_user((((char *) &set.sig) + 4),
+- &frame->extramask,
++ frame->extramask,
+ sizeof(frame->extramask))))
+ goto badframe;
+
+@@ -336,7 +336,7 @@ static void __user *get_sigframe(struct ksignal *ksig, struct pt_regs *regs,
+ sp -= frame_size;
+ /* Align the stack pointer according to the i386 ABI,
+ * i.e. so that on function entry ((sp + 4) & 15) == 0. */
+- sp = ((sp + 4) & -16ul) - 4;
++ sp = ((sp - 12) & -16ul) - 4;
+ return (void __user *) sp;
+ }
+
+@@ -381,10 +381,10 @@ int ia32_setup_frame(int sig, struct ksignal *ksig,
+ } else {
+ /* Return stub is in 32bit vsyscall page */
+ if (current->mm->context.vdso)
+- restorer = current->mm->context.vdso +
+- selected_vdso32->sym___kernel_sigreturn;
++ restorer = (void __force_user *)(current->mm->context.vdso +
++ selected_vdso32->sym___kernel_sigreturn);
+ else
+- restorer = &frame->retcode;
++ restorer = frame->retcode;
+ }
+
+ put_user_try {
+@@ -394,7 +394,7 @@ int ia32_setup_frame(int sig, struct ksignal *ksig,
+ * These are actually not used anymore, but left because some
+ * gdb versions depend on them as a marker.
+ */
+- put_user_ex(*((u64 *)&code), (u64 __user *)frame->retcode);
++ put_user_ex(*((const u64 *)&code), (u64 __user *)frame->retcode);
+ } put_user_catch(err);
+
+ if (err)
+@@ -436,7 +436,7 @@ int ia32_setup_rt_frame(int sig, struct ksignal *ksig,
+ 0xb8,
+ __NR_ia32_rt_sigreturn,
+ 0x80cd,
+- 0,
++ 0
+ };
+
+ frame = get_sigframe(ksig, regs, sizeof(*frame), &fpstate);
+@@ -459,16 +459,19 @@ int ia32_setup_rt_frame(int sig, struct ksignal *ksig,
+
+ if (ksig->ka.sa.sa_flags & SA_RESTORER)
+ restorer = ksig->ka.sa.sa_restorer;
++ else if (current->mm->context.vdso)
++ /* Return stub is in 32bit vsyscall page */
++ restorer = (void __force_user *)(current->mm->context.vdso +
++ selected_vdso32->sym___kernel_rt_sigreturn);
+ else
+- restorer = current->mm->context.vdso +
+- selected_vdso32->sym___kernel_rt_sigreturn;
++ restorer = frame->retcode;
+ put_user_ex(ptr_to_compat(restorer), &frame->pretcode);
+
+ /*
+ * Not actually used anymore, but left because some gdb
+ * versions need it.
+ */
+- put_user_ex(*((u64 *)&code), (u64 __user *)frame->retcode);
++ put_user_ex(*((const u64 *)&code), (u64 __user *)frame->retcode);
+ } put_user_catch(err);
+
+ err |= copy_siginfo_to_user32(&frame->info, &ksig->info);
diff --git a/arch/x86/ia32/sys_ia32.c b/arch/x86/ia32/sys_ia32.c
-index 719cd70..69d576b 100644
+index 719cd70..72af944 100644
--- a/arch/x86/ia32/sys_ia32.c
+++ b/arch/x86/ia32/sys_ia32.c
-@@ -69,8 +69,8 @@ asmlinkage long sys32_ftruncate64(unsigned int fd, unsigned long offset_low,
+@@ -49,18 +49,26 @@
+
+ #define AA(__x) ((unsigned long)(__x))
+
++static inline loff_t compose_loff(unsigned int high, unsigned int low)
++{
++ loff_t retval = low;
++
++ BUILD_BUG_ON(sizeof retval != sizeof low + sizeof high);
++ __builtin_memcpy((unsigned char *)&retval + sizeof low, &high, sizeof high);
++ return retval;
++}
+
+ asmlinkage long sys32_truncate64(const char __user *filename,
+- unsigned long offset_low,
+- unsigned long offset_high)
++ unsigned int offset_low,
++ unsigned int offset_high)
+ {
+- return sys_truncate(filename, ((loff_t) offset_high << 32) | offset_low);
++ return sys_truncate(filename, compose_loff(offset_high, offset_low));
+ }
+
+-asmlinkage long sys32_ftruncate64(unsigned int fd, unsigned long offset_low,
+- unsigned long offset_high)
++asmlinkage long sys32_ftruncate64(unsigned int fd, unsigned int offset_low,
++ unsigned int offset_high)
+ {
+- return sys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low);
++ return sys_ftruncate(fd, ((unsigned long) offset_high << 32) | offset_low);
+ }
+
+ /*
+@@ -69,8 +77,8 @@ asmlinkage long sys32_ftruncate64(unsigned int fd, unsigned long offset_low,
*/
static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat)
{
@@ -15060,8 +17329,54 @@ index 719cd70..69d576b 100644
SET_UID(uid, from_kuid_munged(current_user_ns(), stat->uid));
SET_GID(gid, from_kgid_munged(current_user_ns(), stat->gid));
if (!access_ok(VERIFY_WRITE, ubuf, sizeof(struct stat64)) ||
+@@ -196,29 +204,29 @@ long sys32_fadvise64_64(int fd, __u32 offset_low, __u32 offset_high,
+ __u32 len_low, __u32 len_high, int advice)
+ {
+ return sys_fadvise64_64(fd,
+- (((u64)offset_high)<<32) | offset_low,
+- (((u64)len_high)<<32) | len_low,
++ compose_loff(offset_high, offset_low),
++ compose_loff(len_high, len_low),
+ advice);
+ }
+
+ asmlinkage ssize_t sys32_readahead(int fd, unsigned off_lo, unsigned off_hi,
+ size_t count)
+ {
+- return sys_readahead(fd, ((u64)off_hi << 32) | off_lo, count);
++ return sys_readahead(fd, compose_loff(off_hi, off_lo), count);
+ }
+
+ asmlinkage long sys32_sync_file_range(int fd, unsigned off_low, unsigned off_hi,
+ unsigned n_low, unsigned n_hi, int flags)
+ {
+ return sys_sync_file_range(fd,
+- ((u64)off_hi << 32) | off_low,
+- ((u64)n_hi << 32) | n_low, flags);
++ compose_loff(off_hi, off_low),
++ compose_loff(n_hi, n_low), flags);
+ }
+
+ asmlinkage long sys32_fadvise64(int fd, unsigned offset_lo, unsigned offset_hi,
+- size_t len, int advice)
++ int len, int advice)
+ {
+- return sys_fadvise64_64(fd, ((u64)offset_hi << 32) | offset_lo,
++ return sys_fadvise64_64(fd, compose_loff(offset_hi, offset_lo),
+ len, advice);
+ }
+
+@@ -226,6 +234,6 @@ asmlinkage long sys32_fallocate(int fd, int mode, unsigned offset_lo,
+ unsigned offset_hi, unsigned len_lo,
+ unsigned len_hi)
+ {
+- return sys_fallocate(fd, mode, ((u64)offset_hi << 32) | offset_lo,
+- ((u64)len_hi << 32) | len_lo);
++ return sys_fallocate(fd, mode, compose_loff(offset_hi, offset_lo),
++ compose_loff(len_hi, len_lo));
+ }
diff --git a/arch/x86/include/asm/alternative-asm.h b/arch/x86/include/asm/alternative-asm.h
-index bdf02ee..51a4656 100644
+index e7636ba..e1fb78a 100644
--- a/arch/x86/include/asm/alternative-asm.h
+++ b/arch/x86/include/asm/alternative-asm.h
@@ -18,6 +18,45 @@
@@ -15107,10 +17422,10 @@ index bdf02ee..51a4656 100644
+ .endm
+#endif
+
- .macro altinstruction_entry orig alt feature orig_len alt_len pad_len
- .long \orig - .
- .long \alt - .
-@@ -38,7 +77,7 @@
+ /*
+ * Issue one struct alt_instr descriptor entry (need to put it into
+ * the section .altinstructions, see below). This entry contains
+@@ -50,7 +89,7 @@
altinstruction_entry 140b,143f,\feature,142b-140b,144f-143f,142b-141b
.popsection
@@ -15119,7 +17434,7 @@ index bdf02ee..51a4656 100644
143:
\newinstr
144:
-@@ -68,7 +107,7 @@
+@@ -86,7 +125,7 @@
altinstruction_entry 140b,144f,\feature2,142b-140b,145f-144f,142b-141b
.popsection
@@ -15129,10 +17444,10 @@ index bdf02ee..51a4656 100644
\newinstr1
144:
diff --git a/arch/x86/include/asm/alternative.h b/arch/x86/include/asm/alternative.h
-index ba32af0..ff42fc0 100644
+index 7bfc85b..65d1ec4 100644
--- a/arch/x86/include/asm/alternative.h
+++ b/arch/x86/include/asm/alternative.h
-@@ -130,7 +130,7 @@ static inline int alternatives_text_reserved(void *start, void *end)
+@@ -136,7 +136,7 @@ static inline int alternatives_text_reserved(void *start, void *end)
".pushsection .altinstructions,\"a\"\n" \
ALTINSTR_ENTRY(feature, 1) \
".popsection\n" \
@@ -15141,7 +17456,7 @@ index ba32af0..ff42fc0 100644
ALTINSTR_REPLACEMENT(newinstr, feature, 1) \
".popsection"
-@@ -140,7 +140,7 @@ static inline int alternatives_text_reserved(void *start, void *end)
+@@ -146,7 +146,7 @@ static inline int alternatives_text_reserved(void *start, void *end)
ALTINSTR_ENTRY(feature1, 1) \
ALTINSTR_ENTRY(feature2, 2) \
".popsection\n" \
@@ -15151,7 +17466,7 @@ index ba32af0..ff42fc0 100644
ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \
".popsection"
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h
-index 976b86a..f3bc83a 100644
+index c839363..b9a8c43 100644
--- a/arch/x86/include/asm/apic.h
+++ b/arch/x86/include/asm/apic.h
@@ -45,7 +45,7 @@ static inline void generic_apic_probe(void)
@@ -15186,10 +17501,10 @@ index 20370c6..a2eb9b0 100644
"popl %%ebp\n\t"
"popl %%edi\n\t"
diff --git a/arch/x86/include/asm/atomic.h b/arch/x86/include/asm/atomic.h
-index 5e5cd12..51cdc93 100644
+index e916895..42d729d 100644
--- a/arch/x86/include/asm/atomic.h
+++ b/arch/x86/include/asm/atomic.h
-@@ -28,6 +28,17 @@ static inline int atomic_read(const atomic_t *v)
+@@ -28,6 +28,17 @@ static __always_inline int atomic_read(const atomic_t *v)
}
/**
@@ -15198,7 +17513,7 @@ index 5e5cd12..51cdc93 100644
+ *
+ * Atomically reads the value of @v.
+ */
-+static inline int __intentional_overflow(-1) atomic_read_unchecked(const atomic_unchecked_t *v)
++static __always_inline int __intentional_overflow(-1) atomic_read_unchecked(const atomic_unchecked_t *v)
+{
+ return ACCESS_ONCE((v)->counter);
+}
@@ -15207,7 +17522,7 @@ index 5e5cd12..51cdc93 100644
* atomic_set - set atomic variable
* @v: pointer of type atomic_t
* @i: required value
-@@ -40,6 +51,18 @@ static inline void atomic_set(atomic_t *v, int i)
+@@ -40,6 +51,18 @@ static __always_inline void atomic_set(atomic_t *v, int i)
}
/**
@@ -15217,7 +17532,7 @@ index 5e5cd12..51cdc93 100644
+ *
+ * Atomically sets the value of @v to @i.
+ */
-+static inline void atomic_set_unchecked(atomic_unchecked_t *v, int i)
++static __always_inline void atomic_set_unchecked(atomic_unchecked_t *v, int i)
+{
+ v->counter = i;
+}
@@ -15226,9 +17541,9 @@ index 5e5cd12..51cdc93 100644
* atomic_add - add integer to atomic variable
* @i: integer value to add
* @v: pointer of type atomic_t
-@@ -48,7 +71,29 @@ static inline void atomic_set(atomic_t *v, int i)
+@@ -48,7 +71,29 @@ static __always_inline void atomic_set(atomic_t *v, int i)
*/
- static inline void atomic_add(int i, atomic_t *v)
+ static __always_inline void atomic_add(int i, atomic_t *v)
{
- asm volatile(LOCK_PREFIX "addl %1,%0"
+ asm volatile(LOCK_PREFIX "addl %1,%0\n"
@@ -15251,15 +17566,15 @@ index 5e5cd12..51cdc93 100644
+ *
+ * Atomically adds @i to @v.
+ */
-+static inline void atomic_add_unchecked(int i, atomic_unchecked_t *v)
++static __always_inline void atomic_add_unchecked(int i, atomic_unchecked_t *v)
+{
+ asm volatile(LOCK_PREFIX "addl %1,%0\n"
: "+m" (v->counter)
: "ir" (i));
}
-@@ -62,7 +107,29 @@ static inline void atomic_add(int i, atomic_t *v)
+@@ -62,7 +107,29 @@ static __always_inline void atomic_add(int i, atomic_t *v)
*/
- static inline void atomic_sub(int i, atomic_t *v)
+ static __always_inline void atomic_sub(int i, atomic_t *v)
{
- asm volatile(LOCK_PREFIX "subl %1,%0"
+ asm volatile(LOCK_PREFIX "subl %1,%0\n"
@@ -15282,24 +17597,24 @@ index 5e5cd12..51cdc93 100644
+ *
+ * Atomically subtracts @i from @v.
+ */
-+static inline void atomic_sub_unchecked(int i, atomic_unchecked_t *v)
++static __always_inline void atomic_sub_unchecked(int i, atomic_unchecked_t *v)
+{
+ asm volatile(LOCK_PREFIX "subl %1,%0\n"
: "+m" (v->counter)
: "ir" (i));
}
-@@ -78,7 +145,7 @@ static inline void atomic_sub(int i, atomic_t *v)
+@@ -78,7 +145,7 @@ static __always_inline void atomic_sub(int i, atomic_t *v)
*/
- static inline int atomic_sub_and_test(int i, atomic_t *v)
+ static __always_inline int atomic_sub_and_test(int i, atomic_t *v)
{
- GEN_BINARY_RMWcc(LOCK_PREFIX "subl", v->counter, "er", i, "%0", "e");
+ GEN_BINARY_RMWcc(LOCK_PREFIX "subl", LOCK_PREFIX "addl", v->counter, "er", i, "%0", "e");
}
/**
-@@ -89,7 +156,27 @@ static inline int atomic_sub_and_test(int i, atomic_t *v)
+@@ -89,7 +156,27 @@ static __always_inline int atomic_sub_and_test(int i, atomic_t *v)
*/
- static inline void atomic_inc(atomic_t *v)
+ static __always_inline void atomic_inc(atomic_t *v)
{
- asm volatile(LOCK_PREFIX "incl %0"
+ asm volatile(LOCK_PREFIX "incl %0\n"
@@ -15320,15 +17635,15 @@ index 5e5cd12..51cdc93 100644
+ *
+ * Atomically increments @v by 1.
+ */
-+static inline void atomic_inc_unchecked(atomic_unchecked_t *v)
++static __always_inline void atomic_inc_unchecked(atomic_unchecked_t *v)
+{
+ asm volatile(LOCK_PREFIX "incl %0\n"
: "+m" (v->counter));
}
-@@ -101,7 +188,27 @@ static inline void atomic_inc(atomic_t *v)
+@@ -101,7 +188,27 @@ static __always_inline void atomic_inc(atomic_t *v)
*/
- static inline void atomic_dec(atomic_t *v)
+ static __always_inline void atomic_dec(atomic_t *v)
{
- asm volatile(LOCK_PREFIX "decl %0"
+ asm volatile(LOCK_PREFIX "decl %0\n"
@@ -15349,24 +17664,24 @@ index 5e5cd12..51cdc93 100644
+ *
+ * Atomically decrements @v by 1.
+ */
-+static inline void atomic_dec_unchecked(atomic_unchecked_t *v)
++static __always_inline void atomic_dec_unchecked(atomic_unchecked_t *v)
+{
+ asm volatile(LOCK_PREFIX "decl %0\n"
: "+m" (v->counter));
}
-@@ -115,7 +222,7 @@ static inline void atomic_dec(atomic_t *v)
+@@ -115,7 +222,7 @@ static __always_inline void atomic_dec(atomic_t *v)
*/
- static inline int atomic_dec_and_test(atomic_t *v)
+ static __always_inline int atomic_dec_and_test(atomic_t *v)
{
- GEN_UNARY_RMWcc(LOCK_PREFIX "decl", v->counter, "%0", "e");
+ GEN_UNARY_RMWcc(LOCK_PREFIX "decl", LOCK_PREFIX "incl", v->counter, "%0", "e");
}
/**
-@@ -128,7 +235,20 @@ static inline int atomic_dec_and_test(atomic_t *v)
+@@ -128,7 +235,20 @@ static __always_inline int atomic_dec_and_test(atomic_t *v)
*/
- static inline int atomic_inc_and_test(atomic_t *v)
+ static __always_inline int atomic_inc_and_test(atomic_t *v)
{
- GEN_UNARY_RMWcc(LOCK_PREFIX "incl", v->counter, "%0", "e");
+ GEN_UNARY_RMWcc(LOCK_PREFIX "incl", LOCK_PREFIX "decl", v->counter, "%0", "e");
@@ -15380,27 +17695,27 @@ index 5e5cd12..51cdc93 100644
+ * and returns true if the result is zero, or false for all
+ * other cases.
+ */
-+static inline int atomic_inc_and_test_unchecked(atomic_unchecked_t *v)
++static __always_inline int atomic_inc_and_test_unchecked(atomic_unchecked_t *v)
+{
+ GEN_UNARY_RMWcc_unchecked(LOCK_PREFIX "incl", v->counter, "%0", "e");
}
/**
-@@ -142,7 +262,7 @@ static inline int atomic_inc_and_test(atomic_t *v)
+@@ -142,7 +262,7 @@ static __always_inline int atomic_inc_and_test(atomic_t *v)
*/
- static inline int atomic_add_negative(int i, atomic_t *v)
+ static __always_inline int atomic_add_negative(int i, atomic_t *v)
{
- GEN_BINARY_RMWcc(LOCK_PREFIX "addl", v->counter, "er", i, "%0", "s");
+ GEN_BINARY_RMWcc(LOCK_PREFIX "addl", LOCK_PREFIX "subl", v->counter, "er", i, "%0", "s");
}
/**
-@@ -152,7 +272,19 @@ static inline int atomic_add_negative(int i, atomic_t *v)
+@@ -152,7 +272,19 @@ static __always_inline int atomic_add_negative(int i, atomic_t *v)
*
* Atomically adds @i to @v and returns @i + @v
*/
--static inline int atomic_add_return(int i, atomic_t *v)
-+static inline int __intentional_overflow(-1) atomic_add_return(int i, atomic_t *v)
+-static __always_inline int atomic_add_return(int i, atomic_t *v)
++static __always_inline int __intentional_overflow(-1) atomic_add_return(int i, atomic_t *v)
+{
+ return i + xadd_check_overflow(&v->counter, i);
+}
@@ -15408,38 +17723,38 @@ index 5e5cd12..51cdc93 100644
+/**
+ * atomic_add_return_unchecked - add integer and return
+ * @i: integer value to add
-+ * @v: pointer of type atomic_unchecked_t
++ * @v: pointer of type atomi_uncheckedc_t
+ *
+ * Atomically adds @i to @v and returns @i + @v
+ */
-+static inline int atomic_add_return_unchecked(int i, atomic_unchecked_t *v)
++static __always_inline int atomic_add_return_unchecked(int i, atomic_unchecked_t *v)
{
return i + xadd(&v->counter, i);
}
-@@ -164,15 +296,24 @@ static inline int atomic_add_return(int i, atomic_t *v)
+@@ -164,15 +296,24 @@ static __always_inline int atomic_add_return(int i, atomic_t *v)
*
* Atomically subtracts @i from @v and returns @v - @i
*/
--static inline int atomic_sub_return(int i, atomic_t *v)
-+static inline int __intentional_overflow(-1) atomic_sub_return(int i, atomic_t *v)
+-static __always_inline int atomic_sub_return(int i, atomic_t *v)
++static __always_inline int __intentional_overflow(-1) atomic_sub_return(int i, atomic_t *v)
{
return atomic_add_return(-i, v);
}
#define atomic_inc_return(v) (atomic_add_return(1, v))
-+static inline int atomic_inc_return_unchecked(atomic_unchecked_t *v)
++static __always_inline int atomic_inc_return_unchecked(atomic_unchecked_t *v)
+{
+ return atomic_add_return_unchecked(1, v);
+}
#define atomic_dec_return(v) (atomic_sub_return(1, v))
--static inline int atomic_cmpxchg(atomic_t *v, int old, int new)
-+static inline int __intentional_overflow(-1) atomic_cmpxchg(atomic_t *v, int old, int new)
+-static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new)
++static __always_inline int __intentional_overflow(-1) atomic_cmpxchg(atomic_t *v, int old, int new)
+{
+ return cmpxchg(&v->counter, old, new);
+}
+
-+static inline int atomic_cmpxchg_unchecked(atomic_unchecked_t *v, int old, int new)
++static __always_inline int atomic_cmpxchg_unchecked(atomic_unchecked_t *v, int old, int new)
{
return cmpxchg(&v->counter, old, new);
}
@@ -15457,7 +17772,7 @@ index 5e5cd12..51cdc93 100644
* @v: pointer of type atomic_t
@@ -193,12 +339,25 @@ static inline int atomic_xchg(atomic_t *v, int new)
*/
- static inline int __atomic_add_unless(atomic_t *v, int a, int u)
+ static __always_inline int __atomic_add_unless(atomic_t *v, int a, int u)
{
- int c, old;
+ int c, old, new;
@@ -15484,7 +17799,7 @@ index 5e5cd12..51cdc93 100644
if (likely(old == c))
break;
c = old;
-@@ -207,6 +366,49 @@ static inline int __atomic_add_unless(atomic_t *v, int a, int u)
+@@ -207,6 +366,49 @@ static __always_inline int __atomic_add_unless(atomic_t *v, int a, int u)
}
/**
@@ -15534,7 +17849,7 @@ index 5e5cd12..51cdc93 100644
* atomic_inc_short - increment of a short integer
* @v: pointer to type int
*
-@@ -220,14 +422,37 @@ static inline short int atomic_inc_short(short int *v)
+@@ -220,14 +422,37 @@ static __always_inline short int atomic_inc_short(short int *v)
}
/* These are x86-specific, used by some header files */
@@ -15580,7 +17895,7 @@ index 5e5cd12..51cdc93 100644
#ifdef CONFIG_X86_32
# include <asm/atomic64_32.h>
diff --git a/arch/x86/include/asm/atomic64_32.h b/arch/x86/include/asm/atomic64_32.h
-index b154de7..bf18a5a 100644
+index b154de7..3dc335d 100644
--- a/arch/x86/include/asm/atomic64_32.h
+++ b/arch/x86/include/asm/atomic64_32.h
@@ -12,6 +12,14 @@ typedef struct {
@@ -15684,7 +17999,7 @@ index b154de7..bf18a5a 100644
+ *
+ * Atomically reads the value of @v and returns it.
+ */
-+static inline long long __intentional_overflow(-1) atomic64_read_unchecked(atomic64_unchecked_t *v)
++static inline long long __intentional_overflow(-1) atomic64_read_unchecked(const atomic64_unchecked_t *v)
+{
+ long long r;
+ alternative_atomic64(read, "=&A" (r), "c" (v) : "memory");
@@ -15755,7 +18070,7 @@ index b154de7..bf18a5a 100644
* @i: integer value to subtract
* @v: pointer to type atomic64_t
diff --git a/arch/x86/include/asm/atomic64_64.h b/arch/x86/include/asm/atomic64_64.h
-index f8d273e..02f39f3 100644
+index b965f9e..8e22dd3 100644
--- a/arch/x86/include/asm/atomic64_64.h
+++ b/arch/x86/include/asm/atomic64_64.h
@@ -22,6 +22,18 @@ static inline long atomic64_read(const atomic64_t *v)
@@ -15798,7 +18113,7 @@ index f8d273e..02f39f3 100644
* @v: pointer to type atomic64_t
@@ -42,6 +66,28 @@ static inline void atomic64_set(atomic64_t *v, long i)
*/
- static inline void atomic64_add(long i, atomic64_t *v)
+ static __always_inline void atomic64_add(long i, atomic64_t *v)
{
+ asm volatile(LOCK_PREFIX "addq %1,%0\n"
+
@@ -15820,12 +18135,12 @@ index f8d273e..02f39f3 100644
+ *
+ * Atomically adds @i to @v.
+ */
-+static inline void atomic64_add_unchecked(long i, atomic64_unchecked_t *v)
++static __always_inline void atomic64_add_unchecked(long i, atomic64_unchecked_t *v)
+{
asm volatile(LOCK_PREFIX "addq %1,%0"
: "=m" (v->counter)
: "er" (i), "m" (v->counter));
-@@ -56,7 +102,29 @@ static inline void atomic64_add(long i, atomic64_t *v)
+@@ -56,7 +102,29 @@ static __always_inline void atomic64_add(long i, atomic64_t *v)
*/
static inline void atomic64_sub(long i, atomic64_t *v)
{
@@ -15867,7 +18182,7 @@ index f8d273e..02f39f3 100644
/**
@@ -83,6 +151,27 @@ static inline int atomic64_sub_and_test(long i, atomic64_t *v)
*/
- static inline void atomic64_inc(atomic64_t *v)
+ static __always_inline void atomic64_inc(atomic64_t *v)
{
+ asm volatile(LOCK_PREFIX "incq %0\n"
+
@@ -15888,14 +18203,14 @@ index f8d273e..02f39f3 100644
+ *
+ * Atomically increments @v by 1.
+ */
-+static inline void atomic64_inc_unchecked(atomic64_unchecked_t *v)
++static __always_inline void atomic64_inc_unchecked(atomic64_unchecked_t *v)
+{
asm volatile(LOCK_PREFIX "incq %0"
: "=m" (v->counter)
: "m" (v->counter));
-@@ -96,7 +185,28 @@ static inline void atomic64_inc(atomic64_t *v)
+@@ -96,7 +185,28 @@ static __always_inline void atomic64_inc(atomic64_t *v)
*/
- static inline void atomic64_dec(atomic64_t *v)
+ static __always_inline void atomic64_dec(atomic64_t *v)
{
- asm volatile(LOCK_PREFIX "decq %0"
+ asm volatile(LOCK_PREFIX "decq %0\n"
@@ -15917,13 +18232,13 @@ index f8d273e..02f39f3 100644
+ *
+ * Atomically decrements @v by 1.
+ */
-+static inline void atomic64_dec_unchecked(atomic64_unchecked_t *v)
++static __always_inline void atomic64_dec_unchecked(atomic64_unchecked_t *v)
+{
+ asm volatile(LOCK_PREFIX "decq %0\n"
: "=m" (v->counter)
: "m" (v->counter));
}
-@@ -111,7 +221,7 @@ static inline void atomic64_dec(atomic64_t *v)
+@@ -111,7 +221,7 @@ static __always_inline void atomic64_dec(atomic64_t *v)
*/
static inline int atomic64_dec_and_test(atomic64_t *v)
{
@@ -15952,7 +18267,7 @@ index f8d273e..02f39f3 100644
/**
@@ -150,6 +260,18 @@ static inline int atomic64_add_negative(long i, atomic64_t *v)
*/
- static inline long atomic64_add_return(long i, atomic64_t *v)
+ static __always_inline long atomic64_add_return(long i, atomic64_t *v)
{
+ return i + xadd_check_overflow(&v->counter, i);
+}
@@ -15964,7 +18279,7 @@ index f8d273e..02f39f3 100644
+ *
+ * Atomically adds @i to @v and returns @i + @v
+ */
-+static inline long atomic64_add_return_unchecked(long i, atomic64_unchecked_t *v)
++static __always_inline long atomic64_add_return_unchecked(long i, atomic64_unchecked_t *v)
+{
return i + xadd(&v->counter, i);
}
@@ -16028,7 +18343,7 @@ index f8d273e..02f39f3 100644
#define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
diff --git a/arch/x86/include/asm/barrier.h b/arch/x86/include/asm/barrier.h
-index 959e45b..6ea9bf6 100644
+index e51a8f8..ee075df 100644
--- a/arch/x86/include/asm/barrier.h
+++ b/arch/x86/include/asm/barrier.h
@@ -57,7 +57,7 @@
@@ -16135,10 +18450,10 @@ index cfe3b95..d01b118 100644
int bitpos = -1;
/*
diff --git a/arch/x86/include/asm/boot.h b/arch/x86/include/asm/boot.h
-index 4fa687a..60f2d39 100644
+index 4fa687a..4ca636f 100644
--- a/arch/x86/include/asm/boot.h
+++ b/arch/x86/include/asm/boot.h
-@@ -6,10 +6,15 @@
+@@ -6,7 +6,7 @@
#include <uapi/asm/boot.h>
/* Physical address where kernel should be loaded. */
@@ -16147,14 +18462,6 @@ index 4fa687a..60f2d39 100644
+ (CONFIG_PHYSICAL_ALIGN - 1)) \
& ~(CONFIG_PHYSICAL_ALIGN - 1))
-+#ifndef __ASSEMBLY__
-+extern unsigned char __LOAD_PHYSICAL_ADDR[];
-+#define LOAD_PHYSICAL_ADDR ((unsigned long)__LOAD_PHYSICAL_ADDR)
-+#endif
-+
- /* Minimum kernel alignment, as a power of two */
- #ifdef CONFIG_X86_64
- #define MIN_KERNEL_ALIGN_LG2 PMD_SHIFT
diff --git a/arch/x86/include/asm/cache.h b/arch/x86/include/asm/cache.h
index 48f99f1..d78ebf9 100644
--- a/arch/x86/include/asm/cache.h
@@ -16175,164 +18482,6 @@ index 48f99f1..d78ebf9 100644
#ifdef CONFIG_X86_VSMP
#ifdef CONFIG_SMP
-diff --git a/arch/x86/include/asm/calling.h b/arch/x86/include/asm/calling.h
-index 1c8b50e..166bcaa 100644
---- a/arch/x86/include/asm/calling.h
-+++ b/arch/x86/include/asm/calling.h
-@@ -96,23 +96,26 @@ For 32-bit we have the following conventions - kernel is built with
- .endm
-
- .macro SAVE_C_REGS_HELPER offset=0 rax=1 rcx=1 r8910=1 r11=1
-+#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ movq_cfi r12, R12+\offset
-+#endif
- .if \r11
-- movq_cfi r11, 6*8+\offset
-+ movq_cfi r11, R11+\offset
- .endif
- .if \r8910
-- movq_cfi r10, 7*8+\offset
-- movq_cfi r9, 8*8+\offset
-- movq_cfi r8, 9*8+\offset
-+ movq_cfi r10, R10+\offset
-+ movq_cfi r9, R9+\offset
-+ movq_cfi r8, R8+\offset
- .endif
- .if \rax
-- movq_cfi rax, 10*8+\offset
-+ movq_cfi rax, RAX+\offset
- .endif
- .if \rcx
-- movq_cfi rcx, 11*8+\offset
-+ movq_cfi rcx, RCX+\offset
- .endif
-- movq_cfi rdx, 12*8+\offset
-- movq_cfi rsi, 13*8+\offset
-- movq_cfi rdi, 14*8+\offset
-+ movq_cfi rdx, RDX+\offset
-+ movq_cfi rsi, RSI+\offset
-+ movq_cfi rdi, RDI+\offset
- .endm
- .macro SAVE_C_REGS offset=0
- SAVE_C_REGS_HELPER \offset, 1, 1, 1, 1
-@@ -131,76 +134,87 @@ For 32-bit we have the following conventions - kernel is built with
- .endm
-
- .macro SAVE_EXTRA_REGS offset=0
-- movq_cfi r15, 0*8+\offset
-- movq_cfi r14, 1*8+\offset
-- movq_cfi r13, 2*8+\offset
-- movq_cfi r12, 3*8+\offset
-- movq_cfi rbp, 4*8+\offset
-- movq_cfi rbx, 5*8+\offset
-+ movq_cfi r15, R15+\offset
-+ movq_cfi r14, R14+\offset
-+ movq_cfi r13, R13+\offset
-+#ifndef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ movq_cfi r12, R12+\offset
-+#endif
-+ movq_cfi rbp, RBP+\offset
-+ movq_cfi rbx, RBX+\offset
- .endm
- .macro SAVE_EXTRA_REGS_RBP offset=0
-- movq_cfi rbp, 4*8+\offset
-+ movq_cfi rbp, RBP+\offset
- .endm
-
- .macro RESTORE_EXTRA_REGS offset=0
-- movq_cfi_restore 0*8+\offset, r15
-- movq_cfi_restore 1*8+\offset, r14
-- movq_cfi_restore 2*8+\offset, r13
-- movq_cfi_restore 3*8+\offset, r12
-- movq_cfi_restore 4*8+\offset, rbp
-- movq_cfi_restore 5*8+\offset, rbx
-+ movq_cfi_restore R15+\offset, r15
-+ movq_cfi_restore R14+\offset, r14
-+ movq_cfi_restore R13+\offset, r13
-+#ifndef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ movq_cfi_restore R12+\offset, r12
-+#endif
-+ movq_cfi_restore RBP+\offset, rbp
-+ movq_cfi_restore RBX+\offset, rbx
- .endm
-
- .macro ZERO_EXTRA_REGS
- xorl %r15d, %r15d
- xorl %r14d, %r14d
- xorl %r13d, %r13d
-+#ifndef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
- xorl %r12d, %r12d
-+#endif
- xorl %ebp, %ebp
- xorl %ebx, %ebx
- .endm
-
-- .macro RESTORE_C_REGS_HELPER rstor_rax=1, rstor_rcx=1, rstor_r11=1, rstor_r8910=1, rstor_rdx=1
-+ .macro RESTORE_C_REGS_HELPER rstor_rax=1, rstor_rcx=1, rstor_r11=1, rstor_r8910=1, rstor_rdx=1, rstor_r12=1
-+#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ .if \rstor_r12
-+ movq_cfi_restore R12, r12
-+ .endif
-+#endif
- .if \rstor_r11
-- movq_cfi_restore 6*8, r11
-+ movq_cfi_restore R11, r11
- .endif
- .if \rstor_r8910
-- movq_cfi_restore 7*8, r10
-- movq_cfi_restore 8*8, r9
-- movq_cfi_restore 9*8, r8
-+ movq_cfi_restore R10, r10
-+ movq_cfi_restore R9, r9
-+ movq_cfi_restore R8, r8
- .endif
- .if \rstor_rax
-- movq_cfi_restore 10*8, rax
-+ movq_cfi_restore RAX, rax
- .endif
- .if \rstor_rcx
-- movq_cfi_restore 11*8, rcx
-+ movq_cfi_restore RCX, rcx
- .endif
- .if \rstor_rdx
-- movq_cfi_restore 12*8, rdx
-+ movq_cfi_restore RDX, rdx
- .endif
-- movq_cfi_restore 13*8, rsi
-- movq_cfi_restore 14*8, rdi
-+ movq_cfi_restore RSI, rsi
-+ movq_cfi_restore RDI, rdi
- .endm
- .macro RESTORE_C_REGS
-- RESTORE_C_REGS_HELPER 1,1,1,1,1
-+ RESTORE_C_REGS_HELPER 1,1,1,1,1,1
- .endm
- .macro RESTORE_C_REGS_EXCEPT_RAX
-- RESTORE_C_REGS_HELPER 0,1,1,1,1
-+ RESTORE_C_REGS_HELPER 0,1,1,1,1,0
- .endm
- .macro RESTORE_C_REGS_EXCEPT_RCX
-- RESTORE_C_REGS_HELPER 1,0,1,1,1
-+ RESTORE_C_REGS_HELPER 1,0,1,1,1,0
- .endm
- .macro RESTORE_C_REGS_EXCEPT_R11
-- RESTORE_C_REGS_HELPER 1,1,0,1,1
-+ RESTORE_C_REGS_HELPER 1,1,0,1,1,1
- .endm
- .macro RESTORE_C_REGS_EXCEPT_RCX_R11
-- RESTORE_C_REGS_HELPER 1,0,0,1,1
-+ RESTORE_C_REGS_HELPER 1,0,0,1,1,1
- .endm
- .macro RESTORE_RSI_RDI
-- RESTORE_C_REGS_HELPER 0,0,0,0,0
-+ RESTORE_C_REGS_HELPER 0,0,0,0,0,1
- .endm
- .macro RESTORE_RSI_RDI_RDX
-- RESTORE_C_REGS_HELPER 0,0,0,0,1
-+ RESTORE_C_REGS_HELPER 0,0,0,0,1,1
- .endm
-
- .macro REMOVE_PT_GPREGS_FROM_STACK addskip=0
diff --git a/arch/x86/include/asm/checksum_32.h b/arch/x86/include/asm/checksum_32.h
index f50de69..2b0a458 100644
--- a/arch/x86/include/asm/checksum_32.h
@@ -16371,10 +18520,10 @@ index f50de69..2b0a458 100644
clac();
return ret;
diff --git a/arch/x86/include/asm/cmpxchg.h b/arch/x86/include/asm/cmpxchg.h
-index 99c105d7..2f667ac 100644
+index ad19841..0784041 100644
--- a/arch/x86/include/asm/cmpxchg.h
+++ b/arch/x86/include/asm/cmpxchg.h
-@@ -16,8 +16,12 @@ extern void __cmpxchg_wrong_size(void)
+@@ -14,8 +14,12 @@ extern void __cmpxchg_wrong_size(void)
__compiletime_error("Bad argument size for cmpxchg");
extern void __xadd_wrong_size(void)
__compiletime_error("Bad argument size for xadd");
@@ -16387,7 +18536,7 @@ index 99c105d7..2f667ac 100644
/*
* Constants for operation sizes. On 32-bit, the 64-bit size it set to
-@@ -69,6 +73,38 @@ extern void __add_wrong_size(void)
+@@ -67,6 +71,38 @@ extern void __add_wrong_size(void)
__ret; \
})
@@ -16426,7 +18575,7 @@ index 99c105d7..2f667ac 100644
/*
* Note: no "lock" prefix even on SMP: xchg always implies lock anyway.
* Since this is generally used to protect other memory information, we
-@@ -167,6 +203,9 @@ extern void __add_wrong_size(void)
+@@ -165,6 +201,9 @@ extern void __add_wrong_size(void)
#define xadd_sync(ptr, inc) __xadd((ptr), (inc), "lock; ")
#define xadd_local(ptr, inc) __xadd((ptr), (inc), "")
@@ -16527,7 +18676,7 @@ index 3d6606f..300641d 100644
"6:\n"
".previous\n"
diff --git a/arch/x86/include/asm/desc.h b/arch/x86/include/asm/desc.h
-index a0bf89f..56f0b2a 100644
+index 4e10d73..7319a47 100644
--- a/arch/x86/include/asm/desc.h
+++ b/arch/x86/include/asm/desc.h
@@ -4,6 +4,7 @@
@@ -16636,8 +18785,8 @@ index a0bf89f..56f0b2a 100644
}
/* This intentionally ignores lm, since 32-bit apps don't have that field. */
-@@ -295,7 +308,7 @@ static inline void load_LDT(mm_context_t *pc)
- preempt_enable();
+@@ -280,7 +293,7 @@ static inline void clear_LDT(void)
+ set_ldt(NULL, 0);
}
-static inline unsigned long get_desc_base(const struct desc_struct *desc)
@@ -16645,7 +18794,7 @@ index a0bf89f..56f0b2a 100644
{
return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24));
}
-@@ -319,7 +332,7 @@ static inline void set_desc_limit(struct desc_struct *desc, unsigned long limit)
+@@ -304,7 +317,7 @@ static inline void set_desc_limit(struct desc_struct *desc, unsigned long limit)
}
#ifdef CONFIG_X86_64
@@ -16654,7 +18803,7 @@ index a0bf89f..56f0b2a 100644
{
gate_desc s;
-@@ -329,14 +342,14 @@ static inline void set_nmi_gate(int gate, void *addr)
+@@ -314,14 +327,14 @@ static inline void set_nmi_gate(int gate, void *addr)
#endif
#ifdef CONFIG_TRACING
@@ -16672,7 +18821,7 @@ index a0bf89f..56f0b2a 100644
unsigned dpl, unsigned ist, unsigned seg)
{
gate_desc s;
-@@ -356,7 +369,7 @@ static inline void write_trace_idt_entry(int entry, const gate_desc *gate)
+@@ -341,7 +354,7 @@ static inline void write_trace_idt_entry(int entry, const gate_desc *gate)
#define _trace_set_gate(gate, type, addr, dpl, ist, seg)
#endif
@@ -16681,7 +18830,7 @@ index a0bf89f..56f0b2a 100644
unsigned dpl, unsigned ist, unsigned seg)
{
gate_desc s;
-@@ -379,14 +392,14 @@ static inline void _set_gate(int gate, unsigned type, void *addr,
+@@ -364,14 +377,14 @@ static inline void _set_gate(int gate, unsigned type, void *addr,
#define set_intr_gate_notrace(n, addr) \
do { \
BUG_ON((unsigned)n > 0xFF); \
@@ -16698,7 +18847,7 @@ index a0bf89f..56f0b2a 100644
0, 0, __KERNEL_CS); \
} while (0)
-@@ -414,19 +427,19 @@ static inline void alloc_system_vector(int vector)
+@@ -399,19 +412,19 @@ static inline void alloc_system_vector(int vector)
/*
* This routine sets up an interrupt gate at directory privilege level 3.
*/
@@ -16721,7 +18870,7 @@ index a0bf89f..56f0b2a 100644
{
BUG_ON((unsigned)n > 0xFF);
_set_gate(n, GATE_TRAP, addr, 0, 0, __KERNEL_CS);
-@@ -435,16 +448,16 @@ static inline void set_trap_gate(unsigned int n, void *addr)
+@@ -420,16 +433,16 @@ static inline void set_trap_gate(unsigned int n, void *addr)
static inline void set_task_gate(unsigned int n, unsigned int gdt_entry)
{
BUG_ON((unsigned)n > 0xFF);
@@ -16741,7 +18890,7 @@ index a0bf89f..56f0b2a 100644
{
BUG_ON((unsigned)n > 0xFF);
_set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS);
-@@ -516,4 +529,17 @@ static inline void load_current_idt(void)
+@@ -501,4 +514,17 @@ static inline void load_current_idt(void)
else
load_idt((const struct desc_ptr *)&idt_descr);
}
@@ -16907,11 +19056,11 @@ index 1c7eefe..d0e4702 100644
}
};
-diff --git a/arch/x86/include/asm/fpu-internal.h b/arch/x86/include/asm/fpu-internal.h
-index da5e967..ab07eec 100644
---- a/arch/x86/include/asm/fpu-internal.h
-+++ b/arch/x86/include/asm/fpu-internal.h
-@@ -151,8 +151,11 @@ static inline void sanitize_i387_state(struct task_struct *tsk)
+diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h
+index 3c3550c..995858d 100644
+--- a/arch/x86/include/asm/fpu/internal.h
++++ b/arch/x86/include/asm/fpu/internal.h
+@@ -97,8 +97,11 @@ extern void fpstate_sanitize_xstate(struct fpu *fpu);
#define user_insn(insn, output, input...) \
({ \
int err; \
@@ -16924,7 +19073,7 @@ index da5e967..ab07eec 100644
"2: " ASM_CLAC "\n" \
".section .fixup,\"ax\"\n" \
"3: movl $-1,%[err]\n" \
-@@ -161,6 +164,7 @@ static inline void sanitize_i387_state(struct task_struct *tsk)
+@@ -107,6 +110,7 @@ extern void fpstate_sanitize_xstate(struct fpu *fpu);
_ASM_EXTABLE(1b, 3b) \
: [err] "=r" (err), output \
: "0"(0), input); \
@@ -16932,15 +19081,124 @@ index da5e967..ab07eec 100644
err; \
})
-@@ -327,7 +331,7 @@ static inline int restore_fpu_checking(struct task_struct *tsk)
+@@ -186,9 +190,9 @@ static inline int copy_user_to_fregs(struct fregs_state __user *fx)
+ static inline void copy_fxregs_to_kernel(struct fpu *fpu)
+ {
+ if (config_enabled(CONFIG_X86_32))
+- asm volatile( "fxsave %[fx]" : [fx] "=m" (fpu->state.fxsave));
++ asm volatile( "fxsave %[fx]" : [fx] "=m" (fpu->state->fxsave));
+ else if (config_enabled(CONFIG_AS_FXSAVEQ))
+- asm volatile("fxsaveq %[fx]" : [fx] "=m" (fpu->state.fxsave));
++ asm volatile("fxsaveq %[fx]" : [fx] "=m" (fpu->state->fxsave));
+ else {
+ /* Using "rex64; fxsave %0" is broken because, if the memory
+ * operand uses any extended registers for addressing, a second
+@@ -212,8 +216,8 @@ static inline void copy_fxregs_to_kernel(struct fpu *fpu)
+ * registers.
+ */
+ asm volatile( "rex64/fxsave (%[fx])"
+- : "=m" (fpu->state.fxsave)
+- : [fx] "R" (&fpu->state.fxsave));
++ : "=m" (fpu->state->fxsave)
++ : [fx] "R" (&fpu->state->fxsave));
+ }
+ }
+
+@@ -388,12 +392,16 @@ static inline int copy_xregs_to_user(struct xregs_state __user *buf)
+ if (unlikely(err))
+ return -EFAULT;
+
++ pax_open_userland();
+ __asm__ __volatile__(ASM_STAC "\n"
+- "1:"XSAVE"\n"
++ "1:"
++ __copyuser_seg
++ XSAVE"\n"
+ "2: " ASM_CLAC "\n"
+ xstate_fault(err)
+ : "D" (buf), "a" (-1), "d" (-1), "0" (err)
+ : "memory");
++ pax_close_userland();
+ return err;
+ }
+
+@@ -402,17 +410,21 @@ static inline int copy_xregs_to_user(struct xregs_state __user *buf)
+ */
+ static inline int copy_user_to_xregs(struct xregs_state __user *buf, u64 mask)
+ {
+- struct xregs_state *xstate = ((__force struct xregs_state *)buf);
++ struct xregs_state *xstate = ((__force_kernel struct xregs_state *)buf);
+ u32 lmask = mask;
+ u32 hmask = mask >> 32;
+ int err = 0;
+
++ pax_open_userland();
+ __asm__ __volatile__(ASM_STAC "\n"
+- "1:"XRSTOR"\n"
++ "1:"
++ __copyuser_seg
++ XRSTOR"\n"
+ "2: " ASM_CLAC "\n"
+ xstate_fault(err)
+ : "D" (xstate), "a" (lmask), "d" (hmask), "0" (err)
+ : "memory"); /* memory required? */
++ pax_close_userland();
+ return err;
+ }
+
+@@ -429,7 +441,7 @@ static inline int copy_user_to_xregs(struct xregs_state __user *buf, u64 mask)
+ static inline int copy_fpregs_to_fpstate(struct fpu *fpu)
+ {
+ if (likely(use_xsave())) {
+- copy_xregs_to_kernel(&fpu->state.xsave);
++ copy_xregs_to_kernel(&fpu->state->xsave);
+ return 1;
+ }
+
+@@ -442,7 +454,7 @@ static inline int copy_fpregs_to_fpstate(struct fpu *fpu)
+ * Legacy FPU register saving, FNSAVE always clears FPU registers,
+ * so we have to mark them inactive:
+ */
+- asm volatile("fnsave %[fp]; fwait" : [fp] "=m" (fpu->state.fsave));
++ asm volatile("fnsave %[fp]; fwait" : [fp] "=m" (fpu->state->fsave));
+
+ return 0;
+ }
+@@ -471,7 +483,7 @@ static inline void copy_kernel_to_fpregs(union fpregs_state *fpstate)
"fnclex\n\t"
"emms\n\t"
"fildl %P[addr]" /* set F?P to defined value */
-- : : [addr] "m" (tsk->thread.fpu.has_fpu));
+- : : [addr] "m" (fpstate));
+ : : [addr] "m" (cpu_tss[raw_smp_processor_id()].x86_tss.sp0));
}
- return fpu_restore_checking(&tsk->thread.fpu);
+ __copy_kernel_to_fpregs(fpstate);
+@@ -643,7 +655,7 @@ switch_fpu_prepare(struct fpu *old_fpu, struct fpu *new_fpu, int cpu)
+ static inline void switch_fpu_finish(struct fpu *new_fpu, fpu_switch_t fpu_switch)
+ {
+ if (fpu_switch.preload)
+- copy_kernel_to_fpregs(&new_fpu->state);
++ copy_kernel_to_fpregs(new_fpu->state);
+ }
+
+ /*
+diff --git a/arch/x86/include/asm/fpu/types.h b/arch/x86/include/asm/fpu/types.h
+index c49c517..55ff1d0 100644
+--- a/arch/x86/include/asm/fpu/types.h
++++ b/arch/x86/include/asm/fpu/types.h
+@@ -287,10 +287,9 @@ struct fpu {
+ * logic, which unconditionally saves/restores all FPU state
+ * across context switches. (if FPU state exists.)
+ */
+- union fpregs_state state;
++ union fpregs_state *state;
+ /*
+- * WARNING: 'state' is dynamically-sized. Do not put
+- * anything after it here.
++ * WARNING: 'state' is dynamically-sized.
+ */
+ };
+
diff --git a/arch/x86/include/asm/futex.h b/arch/x86/include/asm/futex.h
index b4c1f54..e290c08 100644
--- a/arch/x86/include/asm/futex.h
@@ -17006,10 +19264,10 @@ index b4c1f54..e290c08 100644
pagefault_enable();
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
-index e9571dd..df5f542 100644
+index 6615032..9c233be 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
-@@ -160,8 +160,8 @@ static inline void unlock_vector_lock(void) {}
+@@ -158,8 +158,8 @@ static inline void unlock_vector_lock(void) {}
#endif /* CONFIG_X86_LOCAL_APIC */
/* Statistics */
@@ -17018,8 +19276,8 @@ index e9571dd..df5f542 100644
+extern atomic_unchecked_t irq_err_count;
+extern atomic_unchecked_t irq_mis_count;
- /* EISA */
- extern void eisa_set_level_irq(unsigned int irq);
+ extern void elcr_set_level_irq(unsigned int irq);
+
diff --git a/arch/x86/include/asm/i8259.h b/arch/x86/include/asm/i8259.h
index ccffa53..3c90c87 100644
--- a/arch/x86/include/asm/i8259.h
@@ -17034,10 +19292,18 @@ index ccffa53..3c90c87 100644
extern struct legacy_pic *legacy_pic;
extern struct legacy_pic null_legacy_pic;
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
-index 34a5b93..27e40a6 100644
+index cc9c61b..7b17f40 100644
--- a/arch/x86/include/asm/io.h
+++ b/arch/x86/include/asm/io.h
-@@ -52,12 +52,12 @@ static inline void name(type val, volatile void __iomem *addr) \
+@@ -42,6 +42,7 @@
+ #include <asm/page.h>
+ #include <asm/early_ioremap.h>
+ #include <asm/pgtable_types.h>
++#include <asm/processor.h>
+
+ #define build_mmio_read(name, size, type, reg, barrier) \
+ static inline type name(const volatile void __iomem *addr) \
+@@ -54,12 +55,12 @@ static inline void name(type val, volatile void __iomem *addr) \
"m" (*(volatile type __force *)addr) barrier); }
build_mmio_read(readb, "b", unsigned char, "=q", :"memory")
@@ -17054,7 +19320,7 @@ index 34a5b93..27e40a6 100644
build_mmio_write(writeb, "b", unsigned char, "q", :"memory")
build_mmio_write(writew, "w", unsigned short, "r", :"memory")
-@@ -113,7 +113,7 @@ build_mmio_write(writeq, "q", unsigned long, "r", :"memory")
+@@ -115,7 +116,7 @@ build_mmio_write(writeq, "q", unsigned long, "r", :"memory")
* this function
*/
@@ -17063,7 +19329,7 @@ index 34a5b93..27e40a6 100644
{
return __pa(address);
}
-@@ -189,7 +189,7 @@ static inline void __iomem *ioremap(resource_size_t offset, unsigned long size)
+@@ -192,7 +193,7 @@ static inline void __iomem *ioremap(resource_size_t offset, unsigned long size)
return ioremap_nocache(offset, size);
}
@@ -17072,9 +19338,9 @@ index 34a5b93..27e40a6 100644
extern void set_iounmap_nonlazy(void);
-@@ -199,6 +199,17 @@ extern void set_iounmap_nonlazy(void);
+@@ -200,6 +201,17 @@ extern void set_iounmap_nonlazy(void);
- #include <linux/vmalloc.h>
+ #include <asm-generic/iomap.h>
+#define ARCH_HAS_VALID_PHYS_ADDR_RANGE
+static inline int valid_phys_addr_range(unsigned long addr, size_t count)
@@ -17330,19 +19596,10 @@ index 0000000..2bfd3ba
+
+#endif /* X86_MMAN_H */
diff --git a/arch/x86/include/asm/mmu.h b/arch/x86/include/asm/mmu.h
-index 09b9620..923aecd 100644
+index 364d274..e51b4bc 100644
--- a/arch/x86/include/asm/mmu.h
+++ b/arch/x86/include/asm/mmu.h
-@@ -9,7 +9,7 @@
- * we put the segment information here.
- */
- typedef struct {
-- void *ldt;
-+ struct desc_struct *ldt;
- int size;
-
- #ifdef CONFIG_X86_64
-@@ -18,7 +18,19 @@ typedef struct {
+@@ -17,7 +17,19 @@ typedef struct {
#endif
struct mutex lock;
@@ -17364,10 +19621,19 @@ index 09b9620..923aecd 100644
atomic_t perf_rdpmc_allowed; /* nonzero if rdpmc is allowed */
} mm_context_t;
diff --git a/arch/x86/include/asm/mmu_context.h b/arch/x86/include/asm/mmu_context.h
-index e997f70..5d819f7 100644
+index 984abfe..f9bac8b 100644
--- a/arch/x86/include/asm/mmu_context.h
+++ b/arch/x86/include/asm/mmu_context.h
-@@ -42,6 +42,20 @@ void destroy_context(struct mm_struct *mm);
+@@ -45,7 +45,7 @@ struct ldt_struct {
+ * allocations, but it's not worth trying to optimize.
+ */
+ struct desc_struct *entries;
+- int size;
++ unsigned int size;
+ };
+
+ static inline void load_mm_ldt(struct mm_struct *mm)
+@@ -86,6 +86,20 @@ void destroy_context(struct mm_struct *mm);
static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
{
@@ -17388,7 +19654,7 @@ index e997f70..5d819f7 100644
#ifdef CONFIG_SMP
if (this_cpu_read(cpu_tlbstate.state) == TLBSTATE_OK)
this_cpu_write(cpu_tlbstate.state, TLBSTATE_LAZY);
-@@ -52,16 +66,59 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
+@@ -96,16 +110,59 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
struct task_struct *tsk)
{
unsigned cpu = smp_processor_id();
@@ -17448,10 +19714,10 @@ index e997f70..5d819f7 100644
trace_tlb_flush(TLB_FLUSH_ON_TASK_SWITCH, TLB_FLUSH_ALL);
/* Stop flush ipis for the previous mm */
-@@ -84,9 +141,67 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
+@@ -128,9 +185,67 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
*/
if (unlikely(prev->context.ldt != next->context.ldt))
- load_LDT_nolock(&next->context);
+ load_mm_ldt(next);
+
+#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_PAGEEXEC) && defined(CONFIG_SMP)
+ if (!(__supported_pte_mask & _PAGE_NX)) {
@@ -17517,7 +19783,7 @@ index e997f70..5d819f7 100644
this_cpu_write(cpu_tlbstate.state, TLBSTATE_OK);
BUG_ON(this_cpu_read(cpu_tlbstate.active_mm) != next);
-@@ -103,13 +218,30 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
+@@ -147,13 +262,30 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
* tlb flush IPI delivery. We must reload CR3
* to make sure to use no freed page tables.
*/
@@ -17528,7 +19794,7 @@ index e997f70..5d819f7 100644
+#endif
+
load_mm_cr4(next);
- load_LDT_nolock(&next->context);
+ load_mm_ldt(next);
+
+#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_PAGEEXEC)
+ if (!(__supported_pte_mask & _PAGE_NX))
@@ -17725,7 +19991,7 @@ index b3bebf9..cb419e7 100644
#define __phys_reloc_hide(x) (x)
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
-index 8957810..f34efb4 100644
+index d143bfa..30d1f41 100644
--- a/arch/x86/include/asm/paravirt.h
+++ b/arch/x86/include/asm/paravirt.h
@@ -560,7 +560,7 @@ static inline pmd_t __pmd(pmdval_t val)
@@ -17777,8 +20043,8 @@ index 8957810..f34efb4 100644
+
#if defined(CONFIG_SMP) && defined(CONFIG_PARAVIRT_SPINLOCKS)
- static __always_inline void __ticket_lock_spinning(struct arch_spinlock *lock,
-@@ -906,7 +933,7 @@ extern void default_banner(void);
+ #ifdef CONFIG_QUEUED_SPINLOCKS
+@@ -933,7 +960,7 @@ extern void default_banner(void);
#define PARA_PATCH(struct, off) ((PARAVIRT_PATCH_##struct + (off)) / 4)
#define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4)
@@ -17787,7 +20053,7 @@ index 8957810..f34efb4 100644
#endif
#define INTERRUPT_RETURN \
-@@ -976,6 +1003,21 @@ extern void default_banner(void);
+@@ -1003,6 +1030,21 @@ extern void default_banner(void);
PARA_SITE(PARA_PATCH(pv_cpu_ops, PV_CPU_usergs_sysret64), \
CLBR_NONE, \
jmp PARA_INDIRECT(pv_cpu_ops+PV_CPU_usergs_sysret64))
@@ -17810,7 +20076,7 @@ index 8957810..f34efb4 100644
#endif /* __ASSEMBLY__ */
diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
-index f7b0b5c..cdd33f9 100644
+index a6b8f9f..fd61ef7 100644
--- a/arch/x86/include/asm/paravirt_types.h
+++ b/arch/x86/include/asm/paravirt_types.h
@@ -84,7 +84,7 @@ struct pv_init_ops {
@@ -17838,7 +20104,7 @@ index f7b0b5c..cdd33f9 100644
struct pv_cpu_ops {
/* hooks for various privileged instructions */
-@@ -192,7 +192,7 @@ struct pv_cpu_ops {
+@@ -193,7 +193,7 @@ struct pv_cpu_ops {
void (*start_context_switch)(struct task_struct *prev);
void (*end_context_switch)(struct task_struct *next);
@@ -17847,7 +20113,7 @@ index f7b0b5c..cdd33f9 100644
struct pv_irq_ops {
/*
-@@ -215,7 +215,7 @@ struct pv_irq_ops {
+@@ -216,7 +216,7 @@ struct pv_irq_ops {
#ifdef CONFIG_X86_64
void (*adjust_exception_frame)(void);
#endif
@@ -17856,7 +20122,7 @@ index f7b0b5c..cdd33f9 100644
struct pv_apic_ops {
#ifdef CONFIG_X86_LOCAL_APIC
-@@ -223,7 +223,7 @@ struct pv_apic_ops {
+@@ -224,7 +224,7 @@ struct pv_apic_ops {
unsigned long start_eip,
unsigned long start_esp);
#endif
@@ -17865,7 +20131,7 @@ index f7b0b5c..cdd33f9 100644
struct pv_mmu_ops {
unsigned long (*read_cr2)(void);
-@@ -313,6 +313,7 @@ struct pv_mmu_ops {
+@@ -314,6 +314,7 @@ struct pv_mmu_ops {
struct paravirt_callee_save make_pud;
void (*set_pgd)(pgd_t *pudp, pgd_t pgdval);
@@ -17873,7 +20139,7 @@ index f7b0b5c..cdd33f9 100644
#endif /* CONFIG_PGTABLE_LEVELS == 4 */
#endif /* CONFIG_PGTABLE_LEVELS >= 3 */
-@@ -324,7 +325,13 @@ struct pv_mmu_ops {
+@@ -325,7 +326,13 @@ struct pv_mmu_ops {
an mfn. We can tell which is which from the index. */
void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx,
phys_addr_t phys, pgprot_t flags);
@@ -17888,10 +20154,10 @@ index f7b0b5c..cdd33f9 100644
struct arch_spinlock;
#ifdef CONFIG_SMP
-@@ -336,11 +343,14 @@ typedef u16 __ticket_t;
- struct pv_lock_ops {
+@@ -347,11 +354,14 @@ struct pv_lock_ops {
struct paravirt_callee_save lock_spinning;
void (*unlock_kick)(struct arch_spinlock *lock, __ticket_t ticket);
+ #endif /* !CONFIG_QUEUED_SPINLOCKS */
-};
+} __no_randomize_layout;
@@ -17905,7 +20171,7 @@ index f7b0b5c..cdd33f9 100644
struct paravirt_patch_template {
struct pv_init_ops pv_init_ops;
struct pv_time_ops pv_time_ops;
-@@ -349,7 +359,7 @@ struct paravirt_patch_template {
+@@ -360,7 +370,7 @@ struct paravirt_patch_template {
struct pv_apic_ops pv_apic_ops;
struct pv_mmu_ops pv_mmu_ops;
struct pv_lock_ops pv_lock_ops;
@@ -17969,10 +20235,17 @@ index bf7f8b5..ca5799d 100644
{
return (pud_t *)get_zeroed_page(GFP_KERNEL|__GFP_REPEAT);
diff --git a/arch/x86/include/asm/pgtable-2level.h b/arch/x86/include/asm/pgtable-2level.h
-index fd74a11..35fd5af 100644
+index fd74a11..98bd591 100644
--- a/arch/x86/include/asm/pgtable-2level.h
+++ b/arch/x86/include/asm/pgtable-2level.h
-@@ -18,7 +18,9 @@ static inline void native_set_pte(pte_t *ptep , pte_t pte)
+@@ -13,12 +13,16 @@
+ */
+ static inline void native_set_pte(pte_t *ptep , pte_t pte)
+ {
++ pax_open_kernel();
+ *ptep = pte;
++ pax_close_kernel();
+ }
static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
{
@@ -17982,11 +20255,66 @@ index fd74a11..35fd5af 100644
}
static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
+@@ -34,13 +38,20 @@ static inline void native_pmd_clear(pmd_t *pmdp)
+ static inline void native_pte_clear(struct mm_struct *mm,
+ unsigned long addr, pte_t *xp)
+ {
++ pax_open_kernel();
+ *xp = native_make_pte(0);
++ pax_close_kernel();
+ }
+
+ #ifdef CONFIG_SMP
+ static inline pte_t native_ptep_get_and_clear(pte_t *xp)
+ {
+- return __pte(xchg(&xp->pte_low, 0));
++ pte_t pte;
++
++ pax_open_kernel();
++ pte = __pte(xchg(&xp->pte_low, 0));
++ pax_close_kernel();
++ return pte;
+ }
+ #else
+ #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
+@@ -49,7 +60,12 @@ static inline pte_t native_ptep_get_and_clear(pte_t *xp)
+ #ifdef CONFIG_SMP
+ static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp)
+ {
+- return __pmd(xchg((pmdval_t *)xp, 0));
++ pmd_t pmd;
++
++ pax_open_kernel();
++ pmd = __pmd(xchg((pmdval_t *)xp, 0));
++ pax_close_kernel();
++ return pmd;
+ }
+ #else
+ #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp)
diff --git a/arch/x86/include/asm/pgtable-3level.h b/arch/x86/include/asm/pgtable-3level.h
-index cdaa58c..e61122b 100644
+index cdaa58c..4038692 100644
--- a/arch/x86/include/asm/pgtable-3level.h
+++ b/arch/x86/include/asm/pgtable-3level.h
-@@ -92,12 +92,16 @@ static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
+@@ -26,9 +26,11 @@
+ */
+ static inline void native_set_pte(pte_t *ptep, pte_t pte)
+ {
++ pax_open_kernel();
+ ptep->pte_high = pte.pte_high;
+ smp_wmb();
+ ptep->pte_low = pte.pte_low;
++ pax_close_kernel();
+ }
+
+ #define pmd_read_atomic pmd_read_atomic
+@@ -87,17 +89,23 @@ static inline pmd_t pmd_read_atomic(pmd_t *pmdp)
+
+ static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
+ {
++ pax_open_kernel();
+ set_64bit((unsigned long long *)(ptep), native_pte_val(pte));
++ pax_close_kernel();
+ }
static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
{
@@ -18003,8 +20331,55 @@ index cdaa58c..e61122b 100644
}
/*
+@@ -108,17 +116,22 @@ static inline void native_set_pud(pud_t *pudp, pud_t pud)
+ static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr,
+ pte_t *ptep)
+ {
++ pax_open_kernel();
+ ptep->pte_low = 0;
+ smp_wmb();
+ ptep->pte_high = 0;
++ pax_close_kernel();
+ }
+
+ static inline void native_pmd_clear(pmd_t *pmd)
+ {
+ u32 *tmp = (u32 *)pmd;
++
++ pax_open_kernel();
+ *tmp = 0;
+ smp_wmb();
+ *(tmp + 1) = 0;
++ pax_close_kernel();
+ }
+
+ static inline void pud_clear(pud_t *pudp)
+@@ -143,9 +156,11 @@ static inline pte_t native_ptep_get_and_clear(pte_t *ptep)
+ pte_t res;
+
+ /* xchg acts as a barrier before the setting of the high bits */
++ pax_open_kernel();
+ res.pte_low = xchg(&ptep->pte_low, 0);
+ res.pte_high = ptep->pte_high;
+ ptep->pte_high = 0;
++ pax_close_kernel();
+
+ return res;
+ }
+@@ -166,9 +181,11 @@ static inline pmd_t native_pmdp_get_and_clear(pmd_t *pmdp)
+ union split_pmd res, *orig = (union split_pmd *)pmdp;
+
+ /* xchg acts as a barrier before setting of the high bits */
++ pax_open_kernel();
+ res.pmd_low = xchg(&orig->pmd_low, 0);
+ res.pmd_high = orig->pmd_high;
+ orig->pmd_high = 0;
++ pax_close_kernel();
+
+ return res.pmd;
+ }
diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h
-index fe57e7a..0573d42 100644
+index 867da5b..7ec083d 100644
--- a/arch/x86/include/asm/pgtable.h
+++ b/arch/x86/include/asm/pgtable.h
@@ -47,6 +47,7 @@ extern struct mm_struct *pgd_page_get_mm(struct page *page);
@@ -18112,7 +20487,7 @@ index fe57e7a..0573d42 100644
}
static inline pte_t pte_mkdirty(pte_t pte)
-@@ -420,6 +487,16 @@ pte_t *populate_extra_pte(unsigned long vaddr);
+@@ -426,6 +493,16 @@ pte_t *populate_extra_pte(unsigned long vaddr);
#endif
#ifndef __ASSEMBLY__
@@ -18129,7 +20504,7 @@ index fe57e7a..0573d42 100644
#include <linux/mm_types.h>
#include <linux/mmdebug.h>
#include <linux/log2.h>
-@@ -571,7 +648,7 @@ static inline unsigned long pud_page_vaddr(pud_t pud)
+@@ -577,7 +654,7 @@ static inline unsigned long pud_page_vaddr(pud_t pud)
* Currently stuck as a macro due to indirect forward reference to
* linux/mmzone.h's __section_mem_map_addr() definition:
*/
@@ -18138,7 +20513,7 @@ index fe57e7a..0573d42 100644
/* Find an entry in the second-level page table.. */
static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address)
-@@ -611,7 +688,7 @@ static inline unsigned long pgd_page_vaddr(pgd_t pgd)
+@@ -617,7 +694,7 @@ static inline unsigned long pgd_page_vaddr(pgd_t pgd)
* Currently stuck as a macro due to indirect forward reference to
* linux/mmzone.h's __section_mem_map_addr() definition:
*/
@@ -18147,7 +20522,7 @@ index fe57e7a..0573d42 100644
/* to find an entry in a page-table-directory. */
static inline unsigned long pud_index(unsigned long address)
-@@ -626,7 +703,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address)
+@@ -632,7 +709,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address)
static inline int pgd_bad(pgd_t pgd)
{
@@ -18156,7 +20531,7 @@ index fe57e7a..0573d42 100644
}
static inline int pgd_none(pgd_t pgd)
-@@ -649,7 +726,12 @@ static inline int pgd_none(pgd_t pgd)
+@@ -655,7 +732,12 @@ static inline int pgd_none(pgd_t pgd)
* pgd_offset() returns a (pgd_t *)
* pgd_index() is used get the offset into the pgd page's array of pgd_t's;
*/
@@ -18170,7 +20545,7 @@ index fe57e7a..0573d42 100644
/*
* a shortcut which implies the use of the kernel's pgd, instead
* of a process's
-@@ -660,6 +742,25 @@ static inline int pgd_none(pgd_t pgd)
+@@ -666,6 +748,25 @@ static inline int pgd_none(pgd_t pgd)
#define KERNEL_PGD_BOUNDARY pgd_index(PAGE_OFFSET)
#define KERNEL_PGD_PTRS (PTRS_PER_PGD - KERNEL_PGD_BOUNDARY)
@@ -18196,7 +20571,7 @@ index fe57e7a..0573d42 100644
#ifndef __ASSEMBLY__
extern int direct_gbpages;
-@@ -826,11 +927,24 @@ static inline void pmdp_set_wrprotect(struct mm_struct *mm,
+@@ -832,11 +933,24 @@ static inline void pmdp_set_wrprotect(struct mm_struct *mm,
* dst and src can be on the same page, but the range must not overlap,
* and must not cross a page boundary.
*/
@@ -18224,7 +20599,7 @@ index fe57e7a..0573d42 100644
static inline int page_level_shift(enum pg_level level)
{
diff --git a/arch/x86/include/asm/pgtable_32.h b/arch/x86/include/asm/pgtable_32.h
-index b6c0b40..3535d47 100644
+index b6c0b40..7b497ea 100644
--- a/arch/x86/include/asm/pgtable_32.h
+++ b/arch/x86/include/asm/pgtable_32.h
@@ -25,9 +25,6 @@
@@ -18250,15 +20625,7 @@ index b6c0b40..3535d47 100644
#if defined(CONFIG_HIGHPTE)
#define pte_offset_map(dir, address) \
((pte_t *)kmap_atomic(pmd_page(*(dir))) + \
-@@ -59,12 +62,17 @@ void paging_init(void);
- /* Clear a kernel PTE and flush it from the TLB */
- #define kpte_clear_flush(ptep, vaddr) \
- do { \
-+ pax_open_kernel(); \
- pte_clear(&init_mm, (vaddr), (ptep)); \
-+ pax_close_kernel(); \
- __flush_tlb_one((vaddr)); \
- } while (0)
+@@ -65,6 +68,9 @@ do { \
#endif /* !__ASSEMBLY__ */
@@ -18269,7 +20636,7 @@ index b6c0b40..3535d47 100644
* kern_addr_valid() is (1) for FLATMEM and (0) for
* SPARSEMEM and DISCONTIGMEM
diff --git a/arch/x86/include/asm/pgtable_32_types.h b/arch/x86/include/asm/pgtable_32_types.h
-index 9fb2f2b..b04b4bf 100644
+index 9fb2f2b..8e18c70 100644
--- a/arch/x86/include/asm/pgtable_32_types.h
+++ b/arch/x86/include/asm/pgtable_32_types.h
@@ -8,7 +8,7 @@
@@ -18281,7 +20648,7 @@ index 9fb2f2b..b04b4bf 100644
# define PMD_MASK (~(PMD_SIZE - 1))
#else
# include <asm/pgtable-2level_types.h>
-@@ -46,6 +46,19 @@ extern bool __vmalloc_start_set; /* set once high_memory is set */
+@@ -46,6 +46,28 @@ extern bool __vmalloc_start_set; /* set once high_memory is set */
# define VMALLOC_END (FIXADDR_START - 2 * PAGE_SIZE)
#endif
@@ -18289,10 +20656,19 @@ index 9fb2f2b..b04b4bf 100644
+#ifndef __ASSEMBLY__
+extern unsigned char MODULES_EXEC_VADDR[];
+extern unsigned char MODULES_EXEC_END[];
++
++extern unsigned char __LOAD_PHYSICAL_ADDR[];
++#define LOAD_PHYSICAL_ADDR ((unsigned long)__LOAD_PHYSICAL_ADDR)
++static inline unsigned long __intentional_overflow(-1) ktla_ktva(unsigned long addr)
++{
++ return addr + LOAD_PHYSICAL_ADDR + PAGE_OFFSET;
++
++}
++static inline unsigned long __intentional_overflow(-1) ktva_ktla(unsigned long addr)
++{
++ return addr - LOAD_PHYSICAL_ADDR - PAGE_OFFSET;
++}
+#endif
-+#include <asm/boot.h>
-+#define ktla_ktva(addr) (addr + LOAD_PHYSICAL_ADDR + PAGE_OFFSET)
-+#define ktva_ktla(addr) (addr - LOAD_PHYSICAL_ADDR - PAGE_OFFSET)
+#else
+#define ktla_ktva(addr) (addr)
+#define ktva_ktla(addr) (addr)
@@ -18302,10 +20678,10 @@ index 9fb2f2b..b04b4bf 100644
#define MODULES_END VMALLOC_END
#define MODULES_LEN (MODULES_VADDR - MODULES_END)
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h
-index 2ee7811..55aca24 100644
+index 2ee7811..c985cfd 100644
--- a/arch/x86/include/asm/pgtable_64.h
+++ b/arch/x86/include/asm/pgtable_64.h
-@@ -16,11 +16,16 @@
+@@ -16,11 +16,17 @@
extern pud_t level3_kernel_pgt[512];
extern pud_t level3_ident_pgt[512];
@@ -18319,13 +20695,31 @@ index 2ee7811..55aca24 100644
-extern pte_t level1_fixmap_pgt[512];
-extern pgd_t init_level4_pgt[];
+extern pmd_t level2_ident_pgt[2][512];
++extern pte_t level1_modules_pgt[4][512];
+extern pte_t level1_fixmap_pgt[3][512];
+extern pte_t level1_vsyscall_pgt[512];
+extern pgd_t init_level4_pgt[512];
#define swapper_pg_dir init_level4_pgt
-@@ -62,7 +67,9 @@ static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
+@@ -47,12 +53,16 @@ void set_pte_vaddr_pud(pud_t *pud_page, unsigned long vaddr, pte_t new_pte);
+ static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr,
+ pte_t *ptep)
+ {
++ pax_open_kernel();
+ *ptep = native_make_pte(0);
++ pax_close_kernel();
+ }
+
+ static inline void native_set_pte(pte_t *ptep, pte_t pte)
+ {
++ pax_open_kernel();
+ *ptep = pte;
++ pax_close_kernel();
+ }
+
+ static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
+@@ -62,7 +72,9 @@ static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
{
@@ -18335,7 +20729,35 @@ index 2ee7811..55aca24 100644
}
static inline void native_pmd_clear(pmd_t *pmd)
-@@ -98,7 +105,9 @@ static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp)
+@@ -73,7 +85,12 @@ static inline void native_pmd_clear(pmd_t *pmd)
+ static inline pte_t native_ptep_get_and_clear(pte_t *xp)
+ {
+ #ifdef CONFIG_SMP
+- return native_make_pte(xchg(&xp->pte, 0));
++ pte_t pte;
++
++ pax_open_kernel();
++ pte = native_make_pte(xchg(&xp->pte, 0));
++ pax_close_kernel();
++ return pte;
+ #else
+ /* native_local_ptep_get_and_clear,
+ but duplicated because of cyclic dependency */
+@@ -86,7 +103,12 @@ static inline pte_t native_ptep_get_and_clear(pte_t *xp)
+ static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp)
+ {
+ #ifdef CONFIG_SMP
+- return native_make_pmd(xchg(&xp->pmd, 0));
++ pmd_t pmd;
++
++ pax_open_kernel();
++ pmd = native_make_pmd(xchg(&xp->pmd, 0));
++ pax_close_kernel();
++ return pmd;
+ #else
+ /* native_local_pmdp_get_and_clear,
+ but duplicated because of cyclic dependency */
+@@ -98,7 +120,9 @@ static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp)
static inline void native_set_pud(pud_t *pudp, pud_t pud)
{
@@ -18345,7 +20767,7 @@ index 2ee7811..55aca24 100644
}
static inline void native_pud_clear(pud_t *pud)
-@@ -108,6 +117,13 @@ static inline void native_pud_clear(pud_t *pud)
+@@ -108,6 +132,13 @@ static inline void native_pud_clear(pud_t *pud)
static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd)
{
@@ -18381,7 +20803,7 @@ index e6844df..432b56e 100644
#endif /* _ASM_X86_PGTABLE_64_DEFS_H */
diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h
-index 78f0c8c..4424bb0 100644
+index 13f310b..f0ef42e 100644
--- a/arch/x86/include/asm/pgtable_types.h
+++ b/arch/x86/include/asm/pgtable_types.h
@@ -85,8 +85,10 @@
@@ -18469,7 +20891,7 @@ index 78f0c8c..4424bb0 100644
#define pgprot_writecombine pgprot_writecombine
extern pgprot_t pgprot_writecombine(pgprot_t prot);
diff --git a/arch/x86/include/asm/preempt.h b/arch/x86/include/asm/preempt.h
-index 8f327184..368fb29 100644
+index dca71714..919d4e1 100644
--- a/arch/x86/include/asm/preempt.h
+++ b/arch/x86/include/asm/preempt.h
@@ -84,7 +84,7 @@ static __always_inline void __preempt_count_sub(int val)
@@ -18482,10 +20904,19 @@ index 8f327184..368fb29 100644
/*
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
-index 23ba676..6584489 100644
+index 944f178..37097a3 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
-@@ -130,7 +130,7 @@ struct cpuinfo_x86 {
+@@ -102,7 +102,7 @@ struct cpuinfo_x86 {
+ int x86_tlbsize;
+ #endif
+ __u8 x86_virt_bits;
+- __u8 x86_phys_bits;
++ __u8 x86_phys_bits __intentional_overflow(-1);
+ /* CPUID returned core id bits: */
+ __u8 x86_coreid_bits;
+ /* Max extended CPUID function supported: */
+@@ -136,7 +136,7 @@ struct cpuinfo_x86 {
/* Index into per_cpu list: */
u16 cpu_index;
u32 microcode;
@@ -18494,7 +20925,7 @@ index 23ba676..6584489 100644
#define X86_VENDOR_INTEL 0
#define X86_VENDOR_CYRIX 1
-@@ -201,9 +201,21 @@ static inline void native_cpuid(unsigned int *eax, unsigned int *ebx,
+@@ -206,9 +206,21 @@ static inline void native_cpuid(unsigned int *eax, unsigned int *ebx,
: "memory");
}
@@ -18517,16 +20948,20 @@ index 23ba676..6584489 100644
}
#ifdef CONFIG_X86_32
-@@ -300,7 +312,7 @@ struct tss_struct {
+@@ -305,11 +317,9 @@ struct tss_struct {
} ____cacheline_aligned;
-DECLARE_PER_CPU_SHARED_ALIGNED(struct tss_struct, cpu_tss);
+extern struct tss_struct cpu_tss[NR_CPUS];
- #ifdef CONFIG_X86_32
+-#ifdef CONFIG_X86_32
DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack);
-@@ -500,6 +512,7 @@ struct thread_struct {
+-#endif
+
+ /*
+ * Save the original ist values for checking stack pointers during debugging
+@@ -381,6 +391,7 @@ struct thread_struct {
unsigned short ds;
unsigned short fsindex;
unsigned short gsindex;
@@ -18534,7 +20969,7 @@ index 23ba676..6584489 100644
#endif
#ifdef CONFIG_X86_32
unsigned long ip;
-@@ -585,10 +598,10 @@ static inline void native_swapgs(void)
+@@ -463,10 +474,10 @@ static inline void native_swapgs(void)
#endif
}
@@ -18547,7 +20982,15 @@ index 23ba676..6584489 100644
#else
/* sp0 on x86_32 is special in and around vm86 mode. */
return this_cpu_read_stable(cpu_current_top_of_stack);
-@@ -837,8 +850,15 @@ static inline void spin_lock_prefetch(const void *x)
+@@ -709,20 +720,30 @@ static inline void spin_lock_prefetch(const void *x)
+ #define TOP_OF_INIT_STACK ((unsigned long)&init_stack + sizeof(init_stack) - \
+ TOP_OF_KERNEL_STACK_PADDING)
+
++extern union fpregs_state init_fpregs_state;
++
+ #ifdef CONFIG_X86_32
+ /*
+ * User space process size: 3GB (default).
*/
#define TASK_SIZE PAGE_OFFSET
#define TASK_SIZE_MAX TASK_SIZE
@@ -18564,7 +21007,14 @@ index 23ba676..6584489 100644
#define INIT_THREAD { \
.sp0 = TOP_OF_INIT_STACK, \
-@@ -859,12 +879,7 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
+ .vm86_info = NULL, \
+ .sysenter_cs = __KERNEL_CS, \
+ .io_bitmap_ptr = NULL, \
++ .fpu.state = &init_fpregs_state, \
+ }
+
+ extern unsigned long thread_saved_pc(struct task_struct *tsk);
+@@ -737,12 +758,7 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
* "struct pt_regs" is possible, but they may contain the
* completely wrong values.
*/
@@ -18578,7 +21028,7 @@ index 23ba676..6584489 100644
#define KSTK_ESP(task) (task_pt_regs(task)->sp)
-@@ -878,13 +893,13 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
+@@ -756,13 +772,13 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
* particular problem by preventing anything from being mapped
* at the maximum canonical address.
*/
@@ -18594,7 +21044,17 @@ index 23ba676..6584489 100644
#define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \
IA32_PAGE_OFFSET : TASK_SIZE_MAX)
-@@ -918,6 +933,10 @@ extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
+@@ -773,7 +789,8 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
+ #define STACK_TOP_MAX TASK_SIZE_MAX
+
+ #define INIT_THREAD { \
+- .sp0 = TOP_OF_INIT_STACK \
++ .sp0 = TOP_OF_INIT_STACK, \
++ .fpu.state = &init_fpregs_state, \
+ }
+
+ /*
+@@ -796,6 +813,10 @@ extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
*/
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
@@ -18605,7 +21065,7 @@ index 23ba676..6584489 100644
#define KSTK_EIP(task) (task_pt_regs(task)->ip)
/* Get/set a process' ability to use the timestamp counter instruction */
-@@ -962,7 +981,7 @@ static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves)
+@@ -841,7 +862,7 @@ static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves)
return 0;
}
@@ -18614,7 +21074,7 @@ index 23ba676..6584489 100644
extern void free_init_pages(char *what, unsigned long begin, unsigned long end);
void default_idle(void);
-@@ -972,6 +991,6 @@ bool xen_set_default_idle(void);
+@@ -851,6 +872,6 @@ bool xen_set_default_idle(void);
#define xen_set_default_idle 0
#endif
@@ -18623,9 +21083,35 @@ index 23ba676..6584489 100644
void df_debug(struct pt_regs *regs, long error_code);
#endif /* _ASM_X86_PROCESSOR_H */
diff --git a/arch/x86/include/asm/ptrace.h b/arch/x86/include/asm/ptrace.h
-index 5fabf13..7388158 100644
+index 5fabf13..7f90572 100644
--- a/arch/x86/include/asm/ptrace.h
+++ b/arch/x86/include/asm/ptrace.h
+@@ -21,10 +21,10 @@ struct pt_regs {
+ unsigned long fs;
+ unsigned long gs;
+ unsigned long orig_ax;
+- unsigned long ip;
++ unsigned long ip __intentional_overflow(-1);
+ unsigned long cs;
+ unsigned long flags;
+- unsigned long sp;
++ unsigned long sp __intentional_overflow(-1);
+ unsigned long ss;
+ };
+
+@@ -57,10 +57,10 @@ struct pt_regs {
+ */
+ unsigned long orig_ax;
+ /* Return frame for iretq */
+- unsigned long ip;
++ unsigned long ip __intentional_overflow(-1);
+ unsigned long cs;
+ unsigned long flags;
+- unsigned long sp;
++ unsigned long sp __intentional_overflow(-1);
+ unsigned long ss;
+ /* top of stack page */
+ };
@@ -125,15 +125,16 @@ static inline int v8086_mode(struct pt_regs *regs)
#ifdef CONFIG_X86_64
static inline bool user_64bit_mode(struct pt_regs *regs)
@@ -19106,7 +21592,7 @@ index ba665eb..0f72938 100644
static __always_inline void clac(void)
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h
-index 17a8dce..79f7280 100644
+index 222a6a3..839da8d 100644
--- a/arch/x86/include/asm/smp.h
+++ b/arch/x86/include/asm/smp.h
@@ -35,7 +35,7 @@ DECLARE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map);
@@ -19116,9 +21602,9 @@ index 17a8dce..79f7280 100644
-DECLARE_PER_CPU_READ_MOSTLY(int, cpu_number);
+DECLARE_PER_CPU_READ_MOSTLY(unsigned int, cpu_number);
- static inline struct cpumask *cpu_sibling_mask(int cpu)
+ static inline struct cpumask *cpu_llc_shared_mask(int cpu)
{
-@@ -78,7 +78,7 @@ struct smp_ops {
+@@ -68,7 +68,7 @@ struct smp_ops {
void (*send_call_func_ipi)(const struct cpumask *mask);
void (*send_call_func_single_ipi)(int cpu);
@@ -19127,7 +21613,7 @@ index 17a8dce..79f7280 100644
/* Globals due to paravirt */
extern void set_cpu_sibling_map(int cpu);
-@@ -192,14 +192,8 @@ extern unsigned disabled_cpus;
+@@ -182,14 +182,8 @@ extern unsigned disabled_cpus;
extern int safe_smp_processor_id(void);
#elif defined(CONFIG_X86_64_SMP)
@@ -19145,10 +21631,10 @@ index 17a8dce..79f7280 100644
#endif
diff --git a/arch/x86/include/asm/stackprotector.h b/arch/x86/include/asm/stackprotector.h
-index 6a99859..03cb807 100644
+index c2e00bb..a10266e 100644
--- a/arch/x86/include/asm/stackprotector.h
+++ b/arch/x86/include/asm/stackprotector.h
-@@ -47,7 +47,7 @@
+@@ -49,7 +49,7 @@
* head_32 for boot CPU and setup_per_cpu_areas() for others.
*/
#define GDT_STACK_CANARY_INIT \
@@ -19157,7 +21643,7 @@ index 6a99859..03cb807 100644
/*
* Initialize the stackprotector canary value.
-@@ -112,7 +112,7 @@ static inline void setup_stack_canary_segment(int cpu)
+@@ -114,7 +114,7 @@ static inline void setup_stack_canary_segment(int cpu)
static inline void load_stack_canary_segment(void)
{
@@ -19220,39 +21706,10 @@ index 70bbe39..4ae2bd4 100644
void dump_trace(struct task_struct *tsk, struct pt_regs *regs,
diff --git a/arch/x86/include/asm/switch_to.h b/arch/x86/include/asm/switch_to.h
-index 751bf4b..3cc39f1 100644
+index d7f3b3b..3cc39f1 100644
--- a/arch/x86/include/asm/switch_to.h
+++ b/arch/x86/include/asm/switch_to.h
-@@ -79,12 +79,12 @@ do { \
- #else /* CONFIG_X86_32 */
-
- /* frame pointer must be last for get_wchan */
--#define SAVE_CONTEXT "pushq %%rbp ; movq %%rsi,%%rbp\n\t"
--#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp\t"
-+#define SAVE_CONTEXT "pushf ; pushq %%rbp ; movq %%rsi,%%rbp\n\t"
-+#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp ; popf\t"
-
- #define __EXTRA_CLOBBER \
- , "rcx", "rbx", "rdx", "r8", "r9", "r10", "r11", \
-- "r12", "r13", "r14", "r15", "flags"
-+ "r12", "r13", "r14", "r15"
-
- #ifdef CONFIG_CC_STACKPROTECTOR
- #define __switch_canary \
-@@ -100,11 +100,7 @@ do { \
- #define __switch_canary_iparam
- #endif /* CC_STACKPROTECTOR */
-
--/*
-- * There is no need to save or restore flags, because flags are always
-- * clean in kernel mode, with the possible exception of IOPL. Kernel IOPL
-- * has no effect.
-- */
-+/* Save restore flags to clear handle leaking NT */
- #define switch_to(prev, next, last) \
- asm volatile(SAVE_CONTEXT \
- "movq %%rsp,%P[threadrsp](%[prev])\n\t" /* save RSP */ \
-@@ -112,7 +108,7 @@ do { \
+@@ -108,7 +108,7 @@ do { \
"call __switch_to\n\t" \
"movq "__percpu_arg([current_task])",%%rsi\n\t" \
__switch_canary \
@@ -19261,7 +21718,7 @@ index 751bf4b..3cc39f1 100644
"movq %%rax,%%rdi\n\t" \
"testl %[_tif_fork],%P[ti_flags](%%r8)\n\t" \
"jnz ret_from_fork\n\t" \
-@@ -123,7 +119,7 @@ do { \
+@@ -119,7 +119,7 @@ do { \
[threadrsp] "i" (offsetof(struct task_struct, thread.sp)), \
[ti_flags] "i" (offsetof(struct thread_info, flags)), \
[_tif_fork] "i" (_TIF_FORK), \
@@ -19270,8 +21727,32 @@ index 751bf4b..3cc39f1 100644
[current_task] "m" (current_task) \
__switch_canary_iparam \
: "memory", "cc" __EXTRA_CLOBBER)
+diff --git a/arch/x86/include/asm/sys_ia32.h b/arch/x86/include/asm/sys_ia32.h
+index 82c34ee..940fa40 100644
+--- a/arch/x86/include/asm/sys_ia32.h
++++ b/arch/x86/include/asm/sys_ia32.h
+@@ -20,8 +20,8 @@
+ #include <asm/ia32.h>
+
+ /* ia32/sys_ia32.c */
+-asmlinkage long sys32_truncate64(const char __user *, unsigned long, unsigned long);
+-asmlinkage long sys32_ftruncate64(unsigned int, unsigned long, unsigned long);
++asmlinkage long sys32_truncate64(const char __user *, unsigned int, unsigned int);
++asmlinkage long sys32_ftruncate64(unsigned int, unsigned int, unsigned int);
+
+ asmlinkage long sys32_stat64(const char __user *, struct stat64 __user *);
+ asmlinkage long sys32_lstat64(const char __user *, struct stat64 __user *);
+@@ -42,7 +42,7 @@ long sys32_vm86_warning(void);
+ asmlinkage ssize_t sys32_readahead(int, unsigned, unsigned, size_t);
+ asmlinkage long sys32_sync_file_range(int, unsigned, unsigned,
+ unsigned, unsigned, int);
+-asmlinkage long sys32_fadvise64(int, unsigned, unsigned, size_t, int);
++asmlinkage long sys32_fadvise64(int, unsigned, unsigned, int, int);
+ asmlinkage long sys32_fallocate(int, int, unsigned,
+ unsigned, unsigned, unsigned);
+
diff --git a/arch/x86/include/asm/thread_info.h b/arch/x86/include/asm/thread_info.h
-index b4bdec3..e8af9bc 100644
+index 225ee54..fae4566 100644
--- a/arch/x86/include/asm/thread_info.h
+++ b/arch/x86/include/asm/thread_info.h
@@ -36,7 +36,7 @@
@@ -19352,9 +21833,9 @@ index b4bdec3..e8af9bc 100644
/* Only used for 64 bit */
#define _TIF_DO_NOTIFY_MASK \
-@@ -179,9 +180,11 @@ struct thread_info {
-
- DECLARE_PER_CPU(unsigned long, kernel_stack);
+@@ -177,9 +178,11 @@ struct thread_info {
+ */
+ #ifndef __ASSEMBLY__
+DECLARE_PER_CPU(struct thread_info *, current_tinfo);
+
@@ -19365,17 +21846,23 @@ index b4bdec3..e8af9bc 100644
}
static inline unsigned long current_stack_pointer(void)
-@@ -199,8 +202,7 @@ static inline unsigned long current_stack_pointer(void)
+@@ -195,14 +198,9 @@ static inline unsigned long current_stack_pointer(void)
+
+ #else /* !__ASSEMBLY__ */
+-#ifdef CONFIG_X86_64
+-# define cpu_current_top_of_stack (cpu_tss + TSS_sp0)
+-#endif
+-
/* Load thread_info address into "reg" */
#define GET_THREAD_INFO(reg) \
-- _ASM_MOV PER_CPU_VAR(kernel_stack),reg ; \
+- _ASM_MOV PER_CPU_VAR(cpu_current_top_of_stack),reg ; \
- _ASM_SUB $(THREAD_SIZE),reg ;
+ _ASM_MOV PER_CPU_VAR(current_tinfo),reg ;
/*
* ASM operand which evaluates to a 'thread_info' address of
-@@ -293,5 +295,12 @@ static inline bool is_ia32_task(void)
+@@ -295,5 +293,12 @@ static inline bool is_ia32_task(void)
extern void arch_task_cache_init(void);
extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
extern void arch_release_task_struct(struct task_struct *tsk);
@@ -19488,7 +21975,7 @@ index cd79194..6a9956f 100644
}
diff --git a/arch/x86/include/asm/uaccess.h b/arch/x86/include/asm/uaccess.h
-index ace9dec..3f9e253 100644
+index a8df874..ef0e34f 100644
--- a/arch/x86/include/asm/uaccess.h
+++ b/arch/x86/include/asm/uaccess.h
@@ -7,6 +7,7 @@
@@ -19512,7 +21999,7 @@ index ace9dec..3f9e253 100644
#define segment_eq(a, b) ((a).seg == (b).seg)
-@@ -85,8 +91,36 @@ static inline bool __chk_range_not_ok(unsigned long addr, unsigned long size, un
+@@ -86,8 +92,36 @@ static inline bool __chk_range_not_ok(unsigned long addr, unsigned long size, un
* checks that the pointer is in the user space range - after calling
* this function, memory access functions may still return -EFAULT.
*/
@@ -19551,7 +22038,7 @@ index ace9dec..3f9e253 100644
/*
* The exception table consists of pairs of addresses relative to the
-@@ -134,11 +168,13 @@ extern int __get_user_8(void);
+@@ -135,11 +169,13 @@ extern int __get_user_8(void);
extern int __get_user_bad(void);
/*
@@ -19568,7 +22055,7 @@ index ace9dec..3f9e253 100644
/**
* get_user: - Get a simple variable from user space.
-@@ -176,10 +212,12 @@ __typeof__(__builtin_choose_expr(sizeof(x) > sizeof(0UL), 0ULL, 0UL))
+@@ -178,10 +214,12 @@ __typeof__(__builtin_choose_expr(sizeof(x) > sizeof(0UL), 0ULL, 0UL))
register __inttype(*(ptr)) __val_gu asm("%"_ASM_DX); \
__chk_user_ptr(ptr); \
might_fault(); \
@@ -19581,7 +22068,7 @@ index ace9dec..3f9e253 100644
__ret_gu; \
})
-@@ -187,13 +225,21 @@ __typeof__(__builtin_choose_expr(sizeof(x) > sizeof(0UL), 0ULL, 0UL))
+@@ -189,13 +227,21 @@ __typeof__(__builtin_choose_expr(sizeof(x) > sizeof(0UL), 0ULL, 0UL))
asm volatile("call __put_user_" #size : "=a" (__ret_pu) \
: "0" ((typeof(*(ptr)))(x)), "c" (ptr) : "ebx")
@@ -19606,7 +22093,7 @@ index ace9dec..3f9e253 100644
"3: " ASM_CLAC "\n" \
".section .fixup,\"ax\"\n" \
"4: movl %3,%0\n" \
-@@ -206,8 +252,8 @@ __typeof__(__builtin_choose_expr(sizeof(x) > sizeof(0UL), 0ULL, 0UL))
+@@ -208,8 +254,8 @@ __typeof__(__builtin_choose_expr(sizeof(x) > sizeof(0UL), 0ULL, 0UL))
#define __put_user_asm_ex_u64(x, addr) \
asm volatile(ASM_STAC "\n" \
@@ -19617,7 +22104,7 @@ index ace9dec..3f9e253 100644
"3: " ASM_CLAC "\n" \
_ASM_EXTABLE_EX(1b, 2b) \
_ASM_EXTABLE_EX(2b, 3b) \
-@@ -257,7 +303,8 @@ extern void __put_user_8(void);
+@@ -260,7 +306,8 @@ extern void __put_user_8(void);
__typeof__(*(ptr)) __pu_val; \
__chk_user_ptr(ptr); \
might_fault(); \
@@ -19627,7 +22114,7 @@ index ace9dec..3f9e253 100644
switch (sizeof(*(ptr))) { \
case 1: \
__put_user_x(1, __pu_val, ptr, __ret_pu); \
-@@ -275,6 +322,7 @@ extern void __put_user_8(void);
+@@ -278,6 +325,7 @@ extern void __put_user_8(void);
__put_user_x(X, __pu_val, ptr, __ret_pu); \
break; \
} \
@@ -19635,7 +22122,7 @@ index ace9dec..3f9e253 100644
__ret_pu; \
})
-@@ -355,8 +403,10 @@ do { \
+@@ -358,8 +406,10 @@ do { \
} while (0)
#define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \
@@ -19647,7 +22134,7 @@ index ace9dec..3f9e253 100644
"2: " ASM_CLAC "\n" \
".section .fixup,\"ax\"\n" \
"3: mov %3,%0\n" \
-@@ -364,8 +414,10 @@ do { \
+@@ -367,8 +417,10 @@ do { \
" jmp 2b\n" \
".previous\n" \
_ASM_EXTABLE(1b, 3b) \
@@ -19660,7 +22147,7 @@ index ace9dec..3f9e253 100644
#define __get_user_size_ex(x, ptr, size) \
do { \
-@@ -389,7 +441,7 @@ do { \
+@@ -392,7 +444,7 @@ do { \
} while (0)
#define __get_user_asm_ex(x, addr, itype, rtype, ltype) \
@@ -19669,7 +22156,7 @@ index ace9dec..3f9e253 100644
"2:\n" \
_ASM_EXTABLE_EX(1b, 2b) \
: ltype(x) : "m" (__m(addr)))
-@@ -406,13 +458,24 @@ do { \
+@@ -409,13 +461,24 @@ do { \
int __gu_err; \
unsigned long __gu_val; \
__get_user_size(__gu_val, (ptr), (size), __gu_err, -EFAULT); \
@@ -19696,7 +22183,7 @@ index ace9dec..3f9e253 100644
/*
* Tell gcc we read from memory instead of writing: this is because
-@@ -420,8 +483,10 @@ struct __large_struct { unsigned long buf[100]; };
+@@ -423,8 +486,10 @@ struct __large_struct { unsigned long buf[100]; };
* aliasing issues.
*/
#define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \
@@ -19708,7 +22195,7 @@ index ace9dec..3f9e253 100644
"2: " ASM_CLAC "\n" \
".section .fixup,\"ax\"\n" \
"3: mov %3,%0\n" \
-@@ -429,10 +494,12 @@ struct __large_struct { unsigned long buf[100]; };
+@@ -432,10 +497,12 @@ struct __large_struct { unsigned long buf[100]; };
".previous\n" \
_ASM_EXTABLE(1b, 3b) \
: "=r"(err) \
@@ -19723,7 +22210,7 @@ index ace9dec..3f9e253 100644
"2:\n" \
_ASM_EXTABLE_EX(1b, 2b) \
: : ltype(x), "m" (__m(addr)))
-@@ -442,11 +509,13 @@ struct __large_struct { unsigned long buf[100]; };
+@@ -445,11 +512,13 @@ struct __large_struct { unsigned long buf[100]; };
*/
#define uaccess_try do { \
current_thread_info()->uaccess_err = 0; \
@@ -19737,7 +22224,7 @@ index ace9dec..3f9e253 100644
(err) |= (current_thread_info()->uaccess_err ? -EFAULT : 0); \
} while (0)
-@@ -471,8 +540,12 @@ struct __large_struct { unsigned long buf[100]; };
+@@ -475,8 +544,12 @@ struct __large_struct { unsigned long buf[100]; };
* On error, the variable @x is set to zero.
*/
@@ -19750,7 +22237,7 @@ index ace9dec..3f9e253 100644
/**
* __put_user: - Write a simple value into user space, with less checking.
-@@ -494,8 +567,12 @@ struct __large_struct { unsigned long buf[100]; };
+@@ -499,8 +572,12 @@ struct __large_struct { unsigned long buf[100]; };
* Returns zero on success, or -EFAULT on error.
*/
@@ -19763,7 +22250,7 @@ index ace9dec..3f9e253 100644
#define __get_user_unaligned __get_user
#define __put_user_unaligned __put_user
-@@ -513,7 +590,7 @@ struct __large_struct { unsigned long buf[100]; };
+@@ -518,7 +595,7 @@ struct __large_struct { unsigned long buf[100]; };
#define get_user_ex(x, ptr) do { \
unsigned long __gue_val; \
__get_user_size_ex((__gue_val), (ptr), (sizeof(*(ptr)))); \
@@ -19772,7 +22259,7 @@ index ace9dec..3f9e253 100644
} while (0)
#define put_user_try uaccess_try
-@@ -531,7 +608,7 @@ extern __must_check long strlen_user(const char __user *str);
+@@ -536,7 +613,7 @@ extern __must_check long strlen_user(const char __user *str);
extern __must_check long strnlen_user(const char __user *str, long n);
unsigned long __must_check clear_user(void __user *mem, unsigned long len);
@@ -19781,7 +22268,7 @@ index ace9dec..3f9e253 100644
extern void __cmpxchg_wrong_size(void)
__compiletime_error("Bad argument size for cmpxchg");
-@@ -542,18 +619,19 @@ extern void __cmpxchg_wrong_size(void)
+@@ -547,18 +624,19 @@ extern void __cmpxchg_wrong_size(void)
__typeof__(ptr) __uval = (uval); \
__typeof__(*(ptr)) __old = (old); \
__typeof__(*(ptr)) __new = (new); \
@@ -19803,7 +22290,7 @@ index ace9dec..3f9e253 100644
: "i" (-EFAULT), "q" (__new), "1" (__old) \
: "memory" \
); \
-@@ -562,14 +640,14 @@ extern void __cmpxchg_wrong_size(void)
+@@ -567,14 +645,14 @@ extern void __cmpxchg_wrong_size(void)
case 2: \
{ \
asm volatile("\t" ASM_STAC "\n" \
@@ -19820,7 +22307,7 @@ index ace9dec..3f9e253 100644
: "i" (-EFAULT), "r" (__new), "1" (__old) \
: "memory" \
); \
-@@ -578,14 +656,14 @@ extern void __cmpxchg_wrong_size(void)
+@@ -583,14 +661,14 @@ extern void __cmpxchg_wrong_size(void)
case 4: \
{ \
asm volatile("\t" ASM_STAC "\n" \
@@ -19837,7 +22324,7 @@ index ace9dec..3f9e253 100644
: "i" (-EFAULT), "r" (__new), "1" (__old) \
: "memory" \
); \
-@@ -597,14 +675,14 @@ extern void __cmpxchg_wrong_size(void)
+@@ -602,14 +680,14 @@ extern void __cmpxchg_wrong_size(void)
__cmpxchg_wrong_size(); \
\
asm volatile("\t" ASM_STAC "\n" \
@@ -19854,7 +22341,7 @@ index ace9dec..3f9e253 100644
: "i" (-EFAULT), "r" (__new), "1" (__old) \
: "memory" \
); \
-@@ -613,6 +691,7 @@ extern void __cmpxchg_wrong_size(void)
+@@ -618,6 +696,7 @@ extern void __cmpxchg_wrong_size(void)
default: \
__cmpxchg_wrong_size(); \
} \
@@ -19862,7 +22349,7 @@ index ace9dec..3f9e253 100644
*__uval = __old; \
__ret; \
})
-@@ -636,17 +715,6 @@ extern struct movsl_mask {
+@@ -641,17 +720,6 @@ extern struct movsl_mask {
#define ARCH_HAS_NOCACHE_UACCESS 1
@@ -19880,7 +22367,7 @@ index ace9dec..3f9e253 100644
#ifdef CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
# define copy_user_diag __compiletime_error
#else
-@@ -656,7 +724,7 @@ unsigned long __must_check _copy_to_user(void __user *to, const void *from,
+@@ -661,7 +729,7 @@ unsigned long __must_check _copy_to_user(void __user *to, const void *from,
extern void copy_user_diag("copy_from_user() buffer size is too small")
copy_from_user_overflow(void);
extern void copy_user_diag("copy_to_user() buffer size is too small")
@@ -19889,7 +22376,7 @@ index ace9dec..3f9e253 100644
#undef copy_user_diag
-@@ -669,7 +737,7 @@ __copy_from_user_overflow(void) __asm__("copy_from_user_overflow");
+@@ -674,7 +742,7 @@ __copy_from_user_overflow(void) __asm__("copy_from_user_overflow");
extern void
__compiletime_warning("copy_to_user() buffer size is not provably correct")
@@ -19898,7 +22385,7 @@ index ace9dec..3f9e253 100644
#define __copy_to_user_overflow(size, count) __copy_to_user_overflow()
#else
-@@ -684,10 +752,16 @@ __copy_from_user_overflow(int size, unsigned long count)
+@@ -689,10 +757,16 @@ __copy_from_user_overflow(int size, unsigned long count)
#endif
@@ -19916,7 +22403,7 @@ index ace9dec..3f9e253 100644
might_fault();
-@@ -709,12 +783,15 @@ copy_from_user(void *to, const void __user *from, unsigned long n)
+@@ -714,12 +788,15 @@ copy_from_user(void *to, const void __user *from, unsigned long n)
* case, and do only runtime checking for non-constant sizes.
*/
@@ -19938,7 +22425,7 @@ index ace9dec..3f9e253 100644
return n;
}
-@@ -722,17 +799,18 @@ copy_from_user(void *to, const void __user *from, unsigned long n)
+@@ -727,17 +804,18 @@ copy_from_user(void *to, const void __user *from, unsigned long n)
static inline unsigned long __must_check
copy_to_user(void __user *to, const void *from, unsigned long n)
{
@@ -19965,7 +22452,7 @@ index ace9dec..3f9e253 100644
return n;
}
diff --git a/arch/x86/include/asm/uaccess_32.h b/arch/x86/include/asm/uaccess_32.h
-index 3c03a5d..edb68ae 100644
+index f5dcb52..da2c15b 100644
--- a/arch/x86/include/asm/uaccess_32.h
+++ b/arch/x86/include/asm/uaccess_32.h
@@ -40,9 +40,14 @@ unsigned long __must_check __copy_from_user_ll_nocache_nozero
@@ -19984,7 +22471,7 @@ index 3c03a5d..edb68ae 100644
if (__builtin_constant_p(n)) {
unsigned long ret;
-@@ -82,12 +87,16 @@ static __always_inline unsigned long __must_check
+@@ -87,12 +92,16 @@ static __always_inline unsigned long __must_check
__copy_to_user(void __user *to, const void *from, unsigned long n)
{
might_fault();
@@ -20002,7 +22489,7 @@ index 3c03a5d..edb68ae 100644
/* Avoid zeroing the tail if the copy fails..
* If 'n' is constant and 1, 2, or 4, we do still zero on a failure,
* but as the zeroing behaviour is only significant when n is not
-@@ -137,6 +146,12 @@ static __always_inline unsigned long
+@@ -143,6 +152,12 @@ static __always_inline unsigned long
__copy_from_user(void *to, const void __user *from, unsigned long n)
{
might_fault();
@@ -20015,7 +22502,7 @@ index 3c03a5d..edb68ae 100644
if (__builtin_constant_p(n)) {
unsigned long ret;
-@@ -159,6 +174,10 @@ static __always_inline unsigned long __copy_from_user_nocache(void *to,
+@@ -165,6 +180,10 @@ static __always_inline unsigned long __copy_from_user_nocache(void *to,
const void __user *from, unsigned long n)
{
might_fault();
@@ -20026,7 +22513,7 @@ index 3c03a5d..edb68ae 100644
if (__builtin_constant_p(n)) {
unsigned long ret;
-@@ -181,7 +200,10 @@ static __always_inline unsigned long
+@@ -187,7 +206,10 @@ static __always_inline unsigned long
__copy_from_user_inatomic_nocache(void *to, const void __user *from,
unsigned long n)
{
@@ -20379,7 +22866,7 @@ index 5b238981..77fdd78 100644
#define WORD_AT_A_TIME_CONSTANTS { REPEAT_BYTE(0x01), REPEAT_BYTE(0x80) }
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h
-index f58a9c7..dc378042a 100644
+index 48d34d2..90671c7 100644
--- a/arch/x86/include/asm/x86_init.h
+++ b/arch/x86/include/asm/x86_init.h
@@ -129,7 +129,7 @@ struct x86_init_ops {
@@ -20408,20 +22895,17 @@ index f58a9c7..dc378042a 100644
+} __no_const;
struct pci_dev;
- struct msi_msg;
-@@ -182,7 +182,7 @@ struct x86_msi_ops {
+
+@@ -177,12 +177,12 @@ struct x86_msi_ops {
+ void (*teardown_msi_irq)(unsigned int irq);
void (*teardown_msi_irqs)(struct pci_dev *dev);
void (*restore_msi_irqs)(struct pci_dev *dev);
- int (*setup_hpet_msi)(unsigned int irq, unsigned int id);
-};
+} __no_const;
- struct IO_APIC_route_entry;
- struct io_apic_irq_attr;
-@@ -203,7 +203,7 @@ struct x86_io_apic_ops {
- unsigned int destination, int vector,
- struct io_apic_irq_attr *attr);
- void (*eoi_ioapic_pin)(int apic, int pin, int vector);
+ struct x86_io_apic_ops {
+ unsigned int (*read) (unsigned int apic, unsigned int reg);
+ void (*disable)(void);
-};
+} __no_const;
@@ -20440,56 +22924,11 @@ index c44a5d5..7f83cfc 100644
{
unsigned long mfn;
-diff --git a/arch/x86/include/asm/xsave.h b/arch/x86/include/asm/xsave.h
-index c9a6d68..cb57f42 100644
---- a/arch/x86/include/asm/xsave.h
-+++ b/arch/x86/include/asm/xsave.h
-@@ -223,12 +223,16 @@ static inline int xsave_user(struct xsave_struct __user *buf)
- if (unlikely(err))
- return -EFAULT;
-
-+ pax_open_userland();
- __asm__ __volatile__(ASM_STAC "\n"
-- "1:"XSAVE"\n"
-+ "1:"
-+ __copyuser_seg
-+ XSAVE"\n"
- "2: " ASM_CLAC "\n"
- xstate_fault
- : "D" (buf), "a" (-1), "d" (-1), "0" (0)
- : "memory");
-+ pax_close_userland();
- return err;
- }
-
-@@ -238,16 +242,20 @@ static inline int xsave_user(struct xsave_struct __user *buf)
- static inline int xrestore_user(struct xsave_struct __user *buf, u64 mask)
- {
- int err = 0;
-- struct xsave_struct *xstate = ((__force struct xsave_struct *)buf);
-+ struct xsave_struct *xstate = ((__force_kernel struct xsave_struct *)buf);
- u32 lmask = mask;
- u32 hmask = mask >> 32;
-
-+ pax_open_userland();
- __asm__ __volatile__(ASM_STAC "\n"
-- "1:"XRSTOR"\n"
-+ "1:"
-+ __copyuser_seg
-+ XRSTOR"\n"
- "2: " ASM_CLAC "\n"
- xstate_fault
- : "D" (xstate), "a" (lmask), "d" (hmask), "0" (0)
- : "memory"); /* memory required? */
-+ pax_close_userland();
- return err;
- }
-
diff --git a/arch/x86/include/uapi/asm/e820.h b/arch/x86/include/uapi/asm/e820.h
-index 960a8a9..404daf7 100644
+index 0f457e6..5970c0a 100644
--- a/arch/x86/include/uapi/asm/e820.h
+++ b/arch/x86/include/uapi/asm/e820.h
-@@ -68,7 +68,7 @@ struct e820map {
+@@ -69,7 +69,7 @@ struct e820map {
#define ISA_START_ADDRESS 0xa0000
#define ISA_END_ADDRESS 0x100000
@@ -20499,7 +22938,7 @@ index 960a8a9..404daf7 100644
#define BIOS_ROM_BASE 0xffe00000
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
-index 9bcd0b5..750f1b7 100644
+index 0f15af4..501a76a 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -28,7 +28,7 @@ obj-y += time.o ioport.o ldt.o dumpstack.o nmi.o
@@ -20510,12 +22949,12 @@ index 9bcd0b5..750f1b7 100644
+obj-$(CONFIG_X86_32) += sys_i386_32.o i386_ksyms_32.o
obj-$(CONFIG_X86_64) += sys_x86_64.o x8664_ksyms_64.o
obj-$(CONFIG_X86_64) += mcount_64.o
- obj-y += syscall_$(BITS).o vsyscall_gtod.o
+ obj-$(CONFIG_X86_ESPFIX64) += espfix_64.o
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
-index dbe76a1..e2ec334 100644
+index 9393896..adbaa90 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
-@@ -1361,7 +1361,7 @@ static void __init acpi_reduced_hw_init(void)
+@@ -1333,7 +1333,7 @@ static void __init acpi_reduced_hw_init(void)
* If your system is blacklisted here, but you find that acpi=force
* works for you, please contact linux-acpi@vger.kernel.org
*/
@@ -20524,7 +22963,7 @@ index dbe76a1..e2ec334 100644
/*
* Boxes that need ACPI disabled
*/
-@@ -1436,7 +1436,7 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
+@@ -1408,7 +1408,7 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
};
/* second table for DMI checks that should run after early-quirks */
@@ -20551,10 +22990,10 @@ index d1daead..acd77e2 100644
#endif
initial_code = (unsigned long)wakeup_long64;
diff --git a/arch/x86/kernel/acpi/wakeup_32.S b/arch/x86/kernel/acpi/wakeup_32.S
-index 665c6b7..eae4d56 100644
+index 0c26b1b..a766e85 100644
--- a/arch/x86/kernel/acpi/wakeup_32.S
+++ b/arch/x86/kernel/acpi/wakeup_32.S
-@@ -29,13 +29,11 @@ wakeup_pmode_return:
+@@ -31,13 +31,11 @@ wakeup_pmode_return:
# and restore the stack ... but you need gdt for this to work
movl saved_context_esp, %esp
@@ -20571,10 +23010,18 @@ index 665c6b7..eae4d56 100644
bogus_magic:
jmp bogus_magic
diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c
-index aef6531..d7ca83a 100644
+index c42827e..c2fd50b 100644
--- a/arch/x86/kernel/alternative.c
+++ b/arch/x86/kernel/alternative.c
-@@ -248,7 +248,9 @@ static void __init_or_module add_nops(void *insns, unsigned int len)
+@@ -20,6 +20,7 @@
+ #include <asm/tlbflush.h>
+ #include <asm/io.h>
+ #include <asm/fixmap.h>
++#include <asm/boot.h>
+
+ int __read_mostly alternatives_patched;
+
+@@ -261,7 +262,9 @@ static void __init_or_module add_nops(void *insns, unsigned int len)
unsigned int noplen = len;
if (noplen > ASM_NOP_MAX)
noplen = ASM_NOP_MAX;
@@ -20584,13 +23031,13 @@ index aef6531..d7ca83a 100644
insns += noplen;
len -= noplen;
}
-@@ -276,6 +278,13 @@ recompute_jump(struct alt_instr *a, u8 *orig_insn, u8 *repl_insn, u8 *insnbuf)
+@@ -289,6 +292,13 @@ recompute_jump(struct alt_instr *a, u8 *orig_insn, u8 *repl_insn, u8 *insnbuf)
if (a->replacementlen != 5)
return;
+#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
+ if (orig_insn < (u8 *)_text || (u8 *)_einittext <= orig_insn)
-+ orig_insn = ktva_ktla(orig_insn);
++ orig_insn = (u8 *)ktva_ktla((unsigned long)orig_insn);
+ else
+ orig_insn -= ____LOAD_PHYSICAL_ADDR - LOAD_PHYSICAL_ADDR;
+#endif
@@ -20598,7 +23045,7 @@ index aef6531..d7ca83a 100644
o_dspl = *(s32 *)(insnbuf + 1);
/* next_rip of the replacement JMP */
-@@ -346,6 +355,7 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
+@@ -359,6 +369,7 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
{
struct alt_instr *a;
u8 *instr, *replacement;
@@ -20606,7 +23053,7 @@ index aef6531..d7ca83a 100644
u8 insnbuf[MAX_PATCH_LEN];
DPRINTK("alt table %p -> %p", start, end);
-@@ -361,46 +371,71 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
+@@ -374,46 +385,71 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
for (a = start; a < end; a++) {
int insnbuf_sz = 0;
@@ -20618,11 +23065,11 @@ index aef6531..d7ca83a 100644
+ if ((u8 *)_text - (____LOAD_PHYSICAL_ADDR - LOAD_PHYSICAL_ADDR) <= instr &&
+ instr < (u8 *)_einittext - (____LOAD_PHYSICAL_ADDR - LOAD_PHYSICAL_ADDR)) {
+ instr += ____LOAD_PHYSICAL_ADDR - LOAD_PHYSICAL_ADDR;
-+ vinstr = ktla_ktva(instr);
++ vinstr = (u8 *)ktla_ktva((unsigned long)instr);
+ } else if ((u8 *)_text <= instr && instr < (u8 *)_einittext) {
-+ vinstr = ktla_ktva(instr);
++ vinstr = (u8 *)ktla_ktva((unsigned long)instr);
+ } else {
-+ instr = ktva_ktla(instr);
++ instr = (u8 *)ktva_ktla((unsigned long)instr);
+ }
+#endif
+
@@ -20632,11 +23079,11 @@ index aef6531..d7ca83a 100644
+ if ((u8 *)_text - (____LOAD_PHYSICAL_ADDR - LOAD_PHYSICAL_ADDR) <= replacement &&
+ replacement < (u8 *)_einittext - (____LOAD_PHYSICAL_ADDR - LOAD_PHYSICAL_ADDR)) {
+ replacement += ____LOAD_PHYSICAL_ADDR - LOAD_PHYSICAL_ADDR;
-+ vreplacement = ktla_ktva(replacement);
++ vreplacement = (u8 *)ktla_ktva((unsigned long)replacement);
+ } else if ((u8 *)_text <= replacement && replacement < (u8 *)_einittext) {
-+ vreplacement = ktla_ktva(replacement);
++ vreplacement = (u8 *)ktla_ktva((unsigned long)replacement);
+ } else
-+ replacement = ktva_ktla(replacement);
++ replacement = (u8 *)ktva_ktla((unsigned long)replacement);
+#endif
+
BUG_ON(a->instrlen > sizeof(insnbuf));
@@ -20692,7 +23139,7 @@ index aef6531..d7ca83a 100644
text_poke_early(instr, insnbuf, insnbuf_sz);
}
-@@ -416,10 +451,16 @@ static void alternatives_smp_lock(const s32 *start, const s32 *end,
+@@ -429,10 +465,16 @@ static void alternatives_smp_lock(const s32 *start, const s32 *end,
for (poff = start; poff < end; poff++) {
u8 *ptr = (u8 *)poff + *poff;
@@ -20706,11 +23153,11 @@ index aef6531..d7ca83a 100644
continue;
/* turn DS segment override prefix into lock prefix */
- if (*ptr == 0x3e)
-+ if (*ktla_ktva(ptr) == 0x3e)
++ if (*(u8 *)ktla_ktva((unsigned long)ptr) == 0x3e)
text_poke(ptr, ((unsigned char []){0xf0}), 1);
}
mutex_unlock(&text_mutex);
-@@ -434,10 +475,16 @@ static void alternatives_smp_unlock(const s32 *start, const s32 *end,
+@@ -447,10 +489,16 @@ static void alternatives_smp_unlock(const s32 *start, const s32 *end,
for (poff = start; poff < end; poff++) {
u8 *ptr = (u8 *)poff + *poff;
@@ -20724,20 +23171,20 @@ index aef6531..d7ca83a 100644
continue;
/* turn lock prefix into DS segment override prefix */
- if (*ptr == 0xf0)
-+ if (*ktla_ktva(ptr) == 0xf0)
++ if (*(u8 *)ktla_ktva((unsigned long)ptr) == 0xf0)
text_poke(ptr, ((unsigned char []){0x3E}), 1);
}
mutex_unlock(&text_mutex);
-@@ -574,7 +621,7 @@ void __init_or_module apply_paravirt(struct paravirt_patch_site *start,
+@@ -587,7 +635,7 @@ void __init_or_module apply_paravirt(struct paravirt_patch_site *start,
BUG_ON(p->len > MAX_PATCH_LEN);
/* prep the buffer with the original instructions */
- memcpy(insnbuf, p->instr, p->len);
-+ memcpy(insnbuf, ktla_ktva(p->instr), p->len);
++ memcpy(insnbuf, (const void *)ktla_ktva((unsigned long)p->instr), p->len);
used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf,
(unsigned long)p->instr, p->len);
-@@ -621,7 +668,7 @@ void __init alternative_instructions(void)
+@@ -634,7 +682,7 @@ void __init alternative_instructions(void)
if (!uniproc_patched || num_possible_cpus() == 1)
free_init_pages("SMP alternatives",
(unsigned long)__smp_locks,
@@ -20746,7 +23193,7 @@ index aef6531..d7ca83a 100644
#endif
apply_paravirt(__parainstructions, __parainstructions_end);
-@@ -641,13 +688,17 @@ void __init alternative_instructions(void)
+@@ -655,13 +703,17 @@ void __init alternative_instructions(void)
* instructions. And on the local CPU you need to be protected again NMI or MCE
* handlers seeing an inconsistent instruction while you patch.
*/
@@ -20759,20 +23206,20 @@ index aef6531..d7ca83a 100644
- memcpy(addr, opcode, len);
+
+ pax_open_kernel();
-+ memcpy(ktla_ktva(addr), opcode, len);
++ memcpy((void *)ktla_ktva((unsigned long)addr), opcode, len);
sync_core();
+ pax_close_kernel();
+
local_irq_restore(flags);
/* Could also do a CLFLUSH here to speed up CPU recovery; but
that causes hangs on some VIA CPUs. */
-@@ -669,36 +720,22 @@ void *__init_or_module text_poke_early(void *addr, const void *opcode,
+@@ -683,36 +735,22 @@ void *__init_or_module text_poke_early(void *addr, const void *opcode,
*/
void *text_poke(void *addr, const void *opcode, size_t len)
{
- unsigned long flags;
- char *vaddr;
-+ unsigned char *vaddr = ktla_ktva(addr);
++ unsigned char *vaddr = (void *)ktla_ktva((unsigned long)addr);
struct page *pages[2];
- int i;
+ size_t i;
@@ -20811,7 +23258,7 @@ index aef6531..d7ca83a 100644
return addr;
}
-@@ -752,7 +789,7 @@ int poke_int3_handler(struct pt_regs *regs)
+@@ -766,7 +804,7 @@ int poke_int3_handler(struct pt_regs *regs)
*/
void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler)
{
@@ -20891,29 +23338,29 @@ index c4a8d63..fe893ac 100644
.name = "bigsmp",
.probe = probe_bigsmp,
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
-index f4dc246..fbab133 100644
+index 206052e..621dfb4 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
-@@ -1862,7 +1862,7 @@ int native_ioapic_set_affinity(struct irq_data *data,
- return ret;
+@@ -1682,7 +1682,7 @@ static unsigned int startup_ioapic_irq(struct irq_data *data)
+ return was_pending;
}
-atomic_t irq_mis_count;
+atomic_unchecked_t irq_mis_count;
#ifdef CONFIG_GENERIC_PENDING_IRQ
- static bool io_apic_level_ack_pending(struct irq_cfg *cfg)
-@@ -2003,7 +2003,7 @@ static void ack_ioapic_level(struct irq_data *data)
+ static bool io_apic_level_ack_pending(struct mp_chip_data *data)
+@@ -1821,7 +1821,7 @@ static void ioapic_ack_level(struct irq_data *irq_data)
* at the cpu.
*/
if (!(v & (1 << (i & 0x1f)))) {
- atomic_inc(&irq_mis_count);
+ atomic_inc_unchecked(&irq_mis_count);
-
- eoi_ioapic_irq(irq, cfg);
+ eoi_ioapic_pin(cfg->vector, irq_data->chip_data);
}
-@@ -2011,7 +2011,7 @@ static void ack_ioapic_level(struct irq_data *data)
- ioapic_irqd_unmask(data, cfg, masked);
+
+@@ -1867,7 +1867,7 @@ static int ioapic_set_affinity(struct irq_data *irq_data,
+ return ret;
}
-static struct irq_chip ioapic_chip __read_mostly = {
@@ -20921,7 +23368,7 @@ index f4dc246..fbab133 100644
.name = "IO-APIC",
.irq_startup = startup_ioapic_irq,
.irq_mask = mask_ioapic_irq,
-@@ -2070,7 +2070,7 @@ static void ack_lapic_irq(struct irq_data *data)
+@@ -1936,7 +1936,7 @@ static void ack_lapic_irq(struct irq_data *data)
ack_APIC_irq();
}
@@ -20930,6 +23377,19 @@ index f4dc246..fbab133 100644
.name = "local-APIC",
.irq_mask = mask_lapic_irq,
.irq_unmask = unmask_lapic_irq,
+diff --git a/arch/x86/kernel/apic/msi.c b/arch/x86/kernel/apic/msi.c
+index 1a9d735..c58b5c5 100644
+--- a/arch/x86/kernel/apic/msi.c
++++ b/arch/x86/kernel/apic/msi.c
+@@ -267,7 +267,7 @@ static void hpet_msi_write_msg(struct irq_data *data, struct msi_msg *msg)
+ hpet_msi_write(data->handler_data, msg);
+ }
+
+-static struct irq_chip hpet_msi_controller = {
++static irq_chip_no_const hpet_msi_controller __read_only = {
+ .name = "HPET-MSI",
+ .irq_unmask = hpet_msi_unmask,
+ .irq_mask = hpet_msi_mask,
diff --git a/arch/x86/kernel/apic/probe_32.c b/arch/x86/kernel/apic/probe_32.c
index bda4886..f9c7195 100644
--- a/arch/x86/kernel/apic/probe_32.c
@@ -20944,19 +23404,19 @@ index bda4886..f9c7195 100644
.name = "default",
.probe = probe_default,
diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
-index 6cedd79..023ff8e 100644
+index 2683f36..0bdc74c 100644
--- a/arch/x86/kernel/apic/vector.c
+++ b/arch/x86/kernel/apic/vector.c
-@@ -21,7 +21,7 @@
-
- static DEFINE_RAW_SPINLOCK(vector_lock);
+@@ -36,7 +36,7 @@ static struct irq_chip lapic_controller;
+ static struct apic_chip_data *legacy_irq_data[NR_IRQS_LEGACY];
+ #endif
-void lock_vector_lock(void)
+void lock_vector_lock(void) __acquires(vector_lock)
{
/* Used to the online set of cpus does not change
* during assign_irq_vector.
-@@ -29,7 +29,7 @@ void lock_vector_lock(void)
+@@ -44,7 +44,7 @@ void lock_vector_lock(void)
raw_spin_lock(&vector_lock);
}
@@ -20988,10 +23448,10 @@ index ab3219b..e8033eb 100644
.name = "cluster x2apic",
.probe = x2apic_cluster_probe,
diff --git a/arch/x86/kernel/apic/x2apic_phys.c b/arch/x86/kernel/apic/x2apic_phys.c
-index 6fae733..5ca17af 100644
+index 3ffd925..8c0f5a8 100644
--- a/arch/x86/kernel/apic/x2apic_phys.c
+++ b/arch/x86/kernel/apic/x2apic_phys.c
-@@ -88,7 +88,7 @@ static int x2apic_phys_probe(void)
+@@ -90,7 +90,7 @@ static int x2apic_phys_probe(void)
return apic == &apic_x2apic_phys;
}
@@ -21098,7 +23558,7 @@ index 927ec92..de68f32 100644
proc_create("apm", 0, NULL, &apm_file_ops);
diff --git a/arch/x86/kernel/asm-offsets.c b/arch/x86/kernel/asm-offsets.c
-index 9f6b934..cf5ffb3 100644
+index 8e3d22a1..37118b6 100644
--- a/arch/x86/kernel/asm-offsets.c
+++ b/arch/x86/kernel/asm-offsets.c
@@ -32,6 +32,8 @@ void common(void) {
@@ -21110,8 +23570,8 @@ index 9f6b934..cf5ffb3 100644
BLANK();
OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);
-@@ -52,8 +54,26 @@ void common(void) {
- OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit);
+@@ -73,8 +75,26 @@ void common(void) {
+ #endif
OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0);
OFFSET(PV_MMU_read_cr2, pv_mmu_ops, read_cr2);
+
@@ -21138,10 +23598,10 @@ index 9f6b934..cf5ffb3 100644
BLANK();
OFFSET(XEN_vcpu_info_mask, vcpu_info, evtchn_upcall_mask);
diff --git a/arch/x86/kernel/asm-offsets_64.c b/arch/x86/kernel/asm-offsets_64.c
-index 5ce6f2d..9e738f3 100644
+index d8f42f9..a46f1fc 100644
--- a/arch/x86/kernel/asm-offsets_64.c
+++ b/arch/x86/kernel/asm-offsets_64.c
-@@ -80,6 +80,7 @@ int main(void)
+@@ -59,6 +59,7 @@ int main(void)
BLANK();
#undef ENTRY
@@ -21165,10 +23625,10 @@ index 9bff687..5b899fb 100644
obj-y += common.o
obj-y += rdrand.o
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
-index e4cf633..941f450 100644
+index dd3a4ba..06672af 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
-@@ -729,7 +729,7 @@ static void init_amd(struct cpuinfo_x86 *c)
+@@ -750,7 +750,7 @@ static void init_amd(struct cpuinfo_x86 *c)
static unsigned int amd_size_cache(struct cpuinfo_x86 *c, unsigned int size)
{
/* AMD errata T13 (order #21922) */
@@ -21177,8 +23637,28 @@ index e4cf633..941f450 100644
/* Duron Rev A0 */
if (c->x86_model == 3 && c->x86_mask == 0)
size = 64;
+diff --git a/arch/x86/kernel/cpu/bugs_64.c b/arch/x86/kernel/cpu/bugs_64.c
+index 04f0fe5..3c0598c 100644
+--- a/arch/x86/kernel/cpu/bugs_64.c
++++ b/arch/x86/kernel/cpu/bugs_64.c
+@@ -10,6 +10,7 @@
+ #include <asm/processor.h>
+ #include <asm/mtrr.h>
+ #include <asm/cacheflush.h>
++#include <asm/sections.h>
+
+ void __init check_bugs(void)
+ {
+@@ -18,6 +19,7 @@ void __init check_bugs(void)
+ printk(KERN_INFO "CPU: ");
+ print_cpu_info(&boot_cpu_data);
+ #endif
++ set_memory_nx((unsigned long)_sinitdata, (__START_KERNEL_map + KERNEL_IMAGE_SIZE - (unsigned long)_sinitdata) >> PAGE_SHIFT);
+ alternative_instructions();
+
+ /*
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
-index a62cf04..a55415c 100644
+index cb9e5df..0d25636 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -91,60 +91,6 @@ static const struct cpu_dev default_cpu = {
@@ -21239,10 +23719,10 @@ index a62cf04..a55415c 100644
-} };
-EXPORT_PER_CPU_SYMBOL_GPL(gdt_page);
-
- static int __init x86_xsave_setup(char *s)
+ static int __init x86_mpx_setup(char *s)
{
- if (strlen(s))
-@@ -306,6 +252,109 @@ static __always_inline void setup_smap(struct cpuinfo_x86 *c)
+ /* require an exact match without trailing characters */
+@@ -287,6 +233,109 @@ static __always_inline void setup_smap(struct cpuinfo_x86 *c)
}
}
@@ -21352,7 +23832,7 @@ index a62cf04..a55415c 100644
/*
* Some CPU features depend on higher CPUID levels, which may not always
* be available due to CPUID level capping or broken virtualization
-@@ -406,7 +455,7 @@ void switch_to_new_gdt(int cpu)
+@@ -387,7 +436,7 @@ void switch_to_new_gdt(int cpu)
{
struct desc_ptr gdt_descr;
@@ -21361,7 +23841,7 @@ index a62cf04..a55415c 100644
gdt_descr.size = GDT_SIZE - 1;
load_gdt(&gdt_descr);
/* Reload the per-cpu base */
-@@ -935,6 +984,20 @@ static void identify_cpu(struct cpuinfo_x86 *c)
+@@ -918,6 +967,20 @@ static void identify_cpu(struct cpuinfo_x86 *c)
setup_smep(c);
setup_smap(c);
@@ -21382,7 +23862,7 @@ index a62cf04..a55415c 100644
/*
* The vendor-specific functions might have changed features.
* Now we do "generic changes."
-@@ -1009,7 +1072,7 @@ void enable_sep_cpu(void)
+@@ -992,7 +1055,7 @@ void enable_sep_cpu(void)
int cpu;
cpu = get_cpu();
@@ -21391,18 +23871,13 @@ index a62cf04..a55415c 100644
if (!boot_cpu_has(X86_FEATURE_SEP))
goto out;
-@@ -1155,14 +1218,16 @@ static __init int setup_disablecpuid(char *arg)
+@@ -1138,10 +1201,12 @@ static __init int setup_disablecpuid(char *arg)
}
__setup("clearcpuid=", setup_disablecpuid);
+DEFINE_PER_CPU(struct thread_info *, current_tinfo) = &init_task.tinfo;
+EXPORT_PER_CPU_SYMBOL(current_tinfo);
+
- DEFINE_PER_CPU(unsigned long, kernel_stack) =
-- (unsigned long)&init_thread_union + THREAD_SIZE;
-+ (unsigned long)&init_thread_union - 16 + THREAD_SIZE;
- EXPORT_PER_CPU_SYMBOL(kernel_stack);
-
#ifdef CONFIG_X86_64
-struct desc_ptr idt_descr = { NR_VECTORS * 16 - 1, (unsigned long) idt_table };
-struct desc_ptr debug_idt_descr = { NR_VECTORS * 16 - 1,
@@ -21412,7 +23887,36 @@ index a62cf04..a55415c 100644
DEFINE_PER_CPU_FIRST(union irq_stack_union,
irq_stack_union) __aligned(PAGE_SIZE) __visible;
-@@ -1367,7 +1432,7 @@ void cpu_init(void)
+@@ -1253,21 +1318,21 @@ EXPORT_PER_CPU_SYMBOL(current_task);
+ DEFINE_PER_CPU(int, __preempt_count) = INIT_PREEMPT_COUNT;
+ EXPORT_PER_CPU_SYMBOL(__preempt_count);
+
++#ifdef CONFIG_CC_STACKPROTECTOR
++DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
++#endif
++
++#endif /* CONFIG_X86_64 */
++
+ /*
+ * On x86_32, vm86 modifies tss.sp0, so sp0 isn't a reliable way to find
+ * the top of the kernel stack. Use an extra percpu variable to track the
+ * top of the kernel stack directly.
+ */
+ DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) =
+- (unsigned long)&init_thread_union + THREAD_SIZE;
++ (unsigned long)&init_thread_union - 16 + THREAD_SIZE;
+ EXPORT_PER_CPU_SYMBOL(cpu_current_top_of_stack);
+
+-#ifdef CONFIG_CC_STACKPROTECTOR
+-DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
+-#endif
+-
+-#endif /* CONFIG_X86_64 */
+-
+ /*
+ * Clear all 6 debug registers:
+ */
+@@ -1343,7 +1408,7 @@ void cpu_init(void)
*/
load_ucode_ap();
@@ -21421,7 +23925,7 @@ index a62cf04..a55415c 100644
oist = &per_cpu(orig_ist, cpu);
#ifdef CONFIG_NUMA
-@@ -1399,7 +1464,6 @@ void cpu_init(void)
+@@ -1375,7 +1440,6 @@ void cpu_init(void)
wrmsrl(MSR_KERNEL_GS_BASE, 0);
barrier();
@@ -21429,7 +23933,7 @@ index a62cf04..a55415c 100644
x2apic_setup();
/*
-@@ -1451,7 +1515,7 @@ void cpu_init(void)
+@@ -1427,7 +1491,7 @@ void cpu_init(void)
{
int cpu = smp_processor_id();
struct task_struct *curr = current;
@@ -21439,7 +23943,7 @@ index a62cf04..a55415c 100644
wait_for_master_cpu(cpu);
diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/intel_cacheinfo.c
-index edcb0e2..a138233 100644
+index be4febc..f7af533 100644
--- a/arch/x86/kernel/cpu/intel_cacheinfo.c
+++ b/arch/x86/kernel/cpu/intel_cacheinfo.c
@@ -519,25 +519,23 @@ cache_private_attrs_is_visible(struct kobject *kobj,
@@ -21491,7 +23995,7 @@ index edcb0e2..a138233 100644
return &cache_private_group;
diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c
-index 20190bd..cadb2ab 100644
+index df919ff..3332bf7 100644
--- a/arch/x86/kernel/cpu/mcheck/mce.c
+++ b/arch/x86/kernel/cpu/mcheck/mce.c
@@ -47,6 +47,7 @@
@@ -21502,7 +24006,7 @@ index 20190bd..cadb2ab 100644
#include "mce-internal.h"
-@@ -256,7 +257,7 @@ static void print_mce(struct mce *m)
+@@ -259,7 +260,7 @@ static void print_mce(struct mce *m)
!(m->mcgstatus & MCG_STATUS_EIPV) ? " !INEXACT!" : "",
m->cs, m->ip);
@@ -21511,7 +24015,7 @@ index 20190bd..cadb2ab 100644
print_symbol("{%s}", m->ip);
pr_cont("\n");
}
-@@ -289,10 +290,10 @@ static void print_mce(struct mce *m)
+@@ -292,10 +293,10 @@ static void print_mce(struct mce *m)
#define PANIC_TIMEOUT 5 /* 5 seconds */
@@ -21524,7 +24028,7 @@ index 20190bd..cadb2ab 100644
/* Panic in progress. Enable interrupts and wait for final IPI */
static void wait_for_panic(void)
-@@ -316,7 +317,7 @@ static void mce_panic(const char *msg, struct mce *final, char *exp)
+@@ -319,7 +320,7 @@ static void mce_panic(const char *msg, struct mce *final, char *exp)
/*
* Make sure only one CPU runs in machine check panic
*/
@@ -21533,7 +24037,7 @@ index 20190bd..cadb2ab 100644
wait_for_panic();
barrier();
-@@ -324,7 +325,7 @@ static void mce_panic(const char *msg, struct mce *final, char *exp)
+@@ -327,7 +328,7 @@ static void mce_panic(const char *msg, struct mce *final, char *exp)
console_verbose();
} else {
/* Don't log too much for fake panic */
@@ -21542,7 +24046,7 @@ index 20190bd..cadb2ab 100644
return;
}
/* First print corrected ones that are still unlogged */
-@@ -363,7 +364,7 @@ static void mce_panic(const char *msg, struct mce *final, char *exp)
+@@ -366,7 +367,7 @@ static void mce_panic(const char *msg, struct mce *final, char *exp)
if (!fake_panic) {
if (panic_timeout == 0)
panic_timeout = mca_cfg.panic_timeout;
@@ -21551,7 +24055,7 @@ index 20190bd..cadb2ab 100644
} else
pr_emerg(HW_ERR "Fake kernel panic: %s\n", msg);
}
-@@ -749,7 +750,7 @@ static int mce_timed_out(u64 *t, const char *msg)
+@@ -752,7 +753,7 @@ static int mce_timed_out(u64 *t, const char *msg)
* might have been modified by someone else.
*/
rmb();
@@ -21560,7 +24064,7 @@ index 20190bd..cadb2ab 100644
wait_for_panic();
if (!mca_cfg.monarch_timeout)
goto out;
-@@ -1679,7 +1680,7 @@ static void unexpected_machine_check(struct pt_regs *regs, long error_code)
+@@ -1708,7 +1709,7 @@ static void unexpected_machine_check(struct pt_regs *regs, long error_code)
}
/* Call the installed machine check handler for this CPU setup. */
@@ -21569,7 +24073,7 @@ index 20190bd..cadb2ab 100644
unexpected_machine_check;
/*
-@@ -1702,7 +1703,9 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
+@@ -1731,7 +1732,9 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
return;
}
@@ -21579,7 +24083,7 @@ index 20190bd..cadb2ab 100644
__mcheck_cpu_init_generic();
__mcheck_cpu_init_vendor(c);
-@@ -1716,7 +1719,7 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
+@@ -1745,7 +1748,7 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
*/
static DEFINE_SPINLOCK(mce_chrdev_state_lock);
@@ -21588,7 +24092,7 @@ index 20190bd..cadb2ab 100644
static int mce_chrdev_open_exclu; /* already open exclusive? */
static int mce_chrdev_open(struct inode *inode, struct file *file)
-@@ -1724,7 +1727,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
+@@ -1753,7 +1756,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
spin_lock(&mce_chrdev_state_lock);
if (mce_chrdev_open_exclu ||
@@ -21597,7 +24101,7 @@ index 20190bd..cadb2ab 100644
spin_unlock(&mce_chrdev_state_lock);
return -EBUSY;
-@@ -1732,7 +1735,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
+@@ -1761,7 +1764,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
if (file->f_flags & O_EXCL)
mce_chrdev_open_exclu = 1;
@@ -21606,7 +24110,7 @@ index 20190bd..cadb2ab 100644
spin_unlock(&mce_chrdev_state_lock);
-@@ -1743,7 +1746,7 @@ static int mce_chrdev_release(struct inode *inode, struct file *file)
+@@ -1772,7 +1775,7 @@ static int mce_chrdev_release(struct inode *inode, struct file *file)
{
spin_lock(&mce_chrdev_state_lock);
@@ -21615,7 +24119,7 @@ index 20190bd..cadb2ab 100644
mce_chrdev_open_exclu = 0;
spin_unlock(&mce_chrdev_state_lock);
-@@ -2419,7 +2422,7 @@ static __init void mce_init_banks(void)
+@@ -2448,7 +2451,7 @@ static __init void mce_init_banks(void)
for (i = 0; i < mca_cfg.banks; i++) {
struct mce_bank *b = &mce_banks[i];
@@ -21624,7 +24128,7 @@ index 20190bd..cadb2ab 100644
sysfs_attr_init(&a->attr);
a->attr.name = b->attrname;
-@@ -2526,7 +2529,7 @@ struct dentry *mce_get_debugfs_dir(void)
+@@ -2555,7 +2558,7 @@ struct dentry *mce_get_debugfs_dir(void)
static void mce_reset(void)
{
cpu_missing = 0;
@@ -21678,10 +24182,10 @@ index 44f1382..315b292 100644
wmb();
diff --git a/arch/x86/kernel/cpu/microcode/core.c b/arch/x86/kernel/cpu/microcode/core.c
-index 36a8361..e7058c2 100644
+index 6236a54..532026d 100644
--- a/arch/x86/kernel/cpu/microcode/core.c
+++ b/arch/x86/kernel/cpu/microcode/core.c
-@@ -518,7 +518,7 @@ mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu)
+@@ -460,7 +460,7 @@ mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu)
return NOTIFY_OK;
}
@@ -21691,10 +24195,10 @@ index 36a8361..e7058c2 100644
};
diff --git a/arch/x86/kernel/cpu/microcode/intel.c b/arch/x86/kernel/cpu/microcode/intel.c
-index a41bead..4e3685b 100644
+index 969dc17..a9c3fdd 100644
--- a/arch/x86/kernel/cpu/microcode/intel.c
+++ b/arch/x86/kernel/cpu/microcode/intel.c
-@@ -298,13 +298,13 @@ static enum ucode_state request_microcode_fw(int cpu, struct device *device,
+@@ -237,13 +237,13 @@ static enum ucode_state request_microcode_fw(int cpu, struct device *device,
static int get_ucode_user(void *to, const void *from, size_t n)
{
@@ -21711,10 +24215,10 @@ index a41bead..4e3685b 100644
static void microcode_fini_cpu(int cpu)
diff --git a/arch/x86/kernel/cpu/mtrr/main.c b/arch/x86/kernel/cpu/mtrr/main.c
-index ea5f363..cb0e905 100644
+index e7ed0d8..57a2ab9 100644
--- a/arch/x86/kernel/cpu/mtrr/main.c
+++ b/arch/x86/kernel/cpu/mtrr/main.c
-@@ -66,7 +66,7 @@ static DEFINE_MUTEX(mtrr_mutex);
+@@ -72,7 +72,7 @@ static DEFINE_MUTEX(mtrr_mutex);
u64 size_or_mask, size_and_mask;
static bool mtrr_aps_delayed_init;
@@ -21724,7 +24228,7 @@ index ea5f363..cb0e905 100644
const struct mtrr_ops *mtrr_if;
diff --git a/arch/x86/kernel/cpu/mtrr/mtrr.h b/arch/x86/kernel/cpu/mtrr/mtrr.h
-index df5e41f..816c719 100644
+index 951884d..4796b75 100644
--- a/arch/x86/kernel/cpu/mtrr/mtrr.h
+++ b/arch/x86/kernel/cpu/mtrr/mtrr.h
@@ -25,7 +25,7 @@ struct mtrr_ops {
@@ -21737,10 +24241,10 @@ index df5e41f..816c719 100644
extern int generic_get_free_region(unsigned long base, unsigned long size,
int replace_reg);
diff --git a/arch/x86/kernel/cpu/perf_event.c b/arch/x86/kernel/cpu/perf_event.c
-index aa4e3a7..469370f 100644
+index 9469dfa..2b026bc 100644
--- a/arch/x86/kernel/cpu/perf_event.c
+++ b/arch/x86/kernel/cpu/perf_event.c
-@@ -1509,7 +1509,7 @@ static void __init pmu_check_apic(void)
+@@ -1518,7 +1518,7 @@ static void __init pmu_check_apic(void)
}
@@ -21749,7 +24253,7 @@ index aa4e3a7..469370f 100644
.name = "format",
.attrs = NULL,
};
-@@ -1608,7 +1608,7 @@ static struct attribute *events_attr[] = {
+@@ -1617,7 +1617,7 @@ static struct attribute *events_attr[] = {
NULL,
};
@@ -21758,16 +24262,25 @@ index aa4e3a7..469370f 100644
.name = "events",
.attrs = events_attr,
};
-@@ -2181,7 +2181,7 @@ static unsigned long get_segment_base(unsigned int segment)
+@@ -2176,7 +2176,7 @@ valid_user_frame(const void __user *fp, unsigned long size)
+ static unsigned long get_segment_base(unsigned int segment)
+ {
+ struct desc_struct *desc;
+- int idx = segment >> 3;
++ unsigned int idx = segment >> 3;
+
+ if ((segment & SEGMENT_TI_MASK) == SEGMENT_LDT) {
+ struct ldt_struct *ldt;
+@@ -2194,7 +2194,7 @@ static unsigned long get_segment_base(unsigned int segment)
if (idx > GDT_ENTRIES)
return 0;
-- desc = raw_cpu_ptr(gdt_page.gdt);
-+ desc = get_cpu_gdt_table(smp_processor_id());
+- desc = raw_cpu_ptr(gdt_page.gdt) + idx;
++ desc = get_cpu_gdt_table(smp_processor_id()) + idx;
}
- return get_desc_base(desc + idx);
-@@ -2271,7 +2271,7 @@ perf_callchain_user(struct perf_callchain_entry *entry, struct pt_regs *regs)
+ return get_desc_base(desc);
+@@ -2284,7 +2284,7 @@ perf_callchain_user(struct perf_callchain_entry *entry, struct pt_regs *regs)
break;
perf_callchain_store(entry, frame.return_address);
@@ -21790,10 +24303,10 @@ index 97242a9..cf9c30e 100644
while (amd_iommu_v2_event_descs[i].attr.attr.name)
diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
-index 2813ea0..3ef5969c8 100644
+index 6326ae2..f092747 100644
--- a/arch/x86/kernel/cpu/perf_event_intel.c
+++ b/arch/x86/kernel/cpu/perf_event_intel.c
-@@ -3033,10 +3033,10 @@ __init int intel_pmu_init(void)
+@@ -3016,10 +3016,10 @@ __init int intel_pmu_init(void)
x86_pmu.num_counters_fixed = max((int)edx.split.num_counters_fixed, 3);
if (boot_cpu_has(X86_FEATURE_PDCM)) {
@@ -21808,7 +24321,7 @@ index 2813ea0..3ef5969c8 100644
intel_ds_init();
diff --git a/arch/x86/kernel/cpu/perf_event_intel_bts.c b/arch/x86/kernel/cpu/perf_event_intel_bts.c
-index 7795f3f..3535b76 100644
+index 43dd672..78c0562 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_bts.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_bts.c
@@ -252,7 +252,7 @@ static void bts_event_start(struct perf_event *event, int flags)
@@ -21839,10 +24352,10 @@ index 7795f3f..3535b76 100644
__bts_event_stop(event);
diff --git a/arch/x86/kernel/cpu/perf_event_intel_cqm.c b/arch/x86/kernel/cpu/perf_event_intel_cqm.c
-index cb77b11..8867302 100644
+index 377e8f8..2982f48 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_cqm.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_cqm.c
-@@ -1360,7 +1360,9 @@ static int __init intel_cqm_init(void)
+@@ -1364,7 +1364,9 @@ static int __init intel_cqm_init(void)
goto out;
}
@@ -21854,7 +24367,7 @@ index cb77b11..8867302 100644
ret = intel_cqm_setup_rmid_cache();
if (ret)
diff --git a/arch/x86/kernel/cpu/perf_event_intel_pt.c b/arch/x86/kernel/cpu/perf_event_intel_pt.c
-index 123ff1b..d53e500 100644
+index 183de71..bd34d52 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_pt.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_pt.c
@@ -116,16 +116,12 @@ static const struct attribute_group *pt_attr_groups[] = {
@@ -21925,7 +24438,7 @@ index 123ff1b..d53e500 100644
}
#define PT_CONFIG_MASK (RTIT_CTL_TSC_EN | RTIT_CTL_DISRETC)
-@@ -928,7 +910,7 @@ static void pt_event_start(struct perf_event *event, int mode)
+@@ -929,7 +911,7 @@ static void pt_event_start(struct perf_event *event, int mode)
return;
}
@@ -21934,7 +24447,7 @@ index 123ff1b..d53e500 100644
event->hw.state = 0;
pt_config_buffer(buf->cur->table, buf->cur_idx,
-@@ -945,7 +927,7 @@ static void pt_event_stop(struct perf_event *event, int mode)
+@@ -946,7 +928,7 @@ static void pt_event_stop(struct perf_event *event, int mode)
* Protect against the PMI racing with disabling wrmsr,
* see comment in intel_pt_interrupt().
*/
@@ -21944,10 +24457,10 @@ index 123ff1b..d53e500 100644
if (event->hw.state == PERF_HES_STOPPED)
diff --git a/arch/x86/kernel/cpu/perf_event_intel_rapl.c b/arch/x86/kernel/cpu/perf_event_intel_rapl.c
-index 358c54a..f068235 100644
+index 5cbd4e6..ee9388a 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_rapl.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_rapl.c
-@@ -487,7 +487,7 @@ static struct attribute *rapl_events_hsw_attr[] = {
+@@ -486,7 +486,7 @@ static struct attribute *rapl_events_hsw_attr[] = {
NULL,
};
@@ -21957,10 +24470,10 @@ index 358c54a..f068235 100644
.attrs = NULL, /* patched at runtime */
};
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
-index 90b7c50..7863ae3 100644
+index 21b5e38..84f1f82 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
-@@ -732,7 +732,7 @@ static void __init uncore_types_exit(struct intel_uncore_type **types)
+@@ -731,7 +731,7 @@ static void __init uncore_types_exit(struct intel_uncore_type **types)
static int __init uncore_type_init(struct intel_uncore_type *type)
{
struct intel_uncore_pmu *pmus;
@@ -21970,7 +24483,7 @@ index 90b7c50..7863ae3 100644
int i, j;
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.h b/arch/x86/kernel/cpu/perf_event_intel_uncore.h
-index ceac8f5..a562de7 100644
+index 0f77f0a..d3c6b7d 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_uncore.h
+++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.h
@@ -115,7 +115,7 @@ struct intel_uncore_box {
@@ -22375,10 +24888,10 @@ index 5f1c626..1cba97e 100644
+EXPORT_SYMBOL(pax_check_alloca);
+#endif
diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c
-index e2ce85d..00ccad0 100644
+index a102564..d1f0b73 100644
--- a/arch/x86/kernel/e820.c
+++ b/arch/x86/kernel/e820.c
-@@ -802,8 +802,8 @@ unsigned long __init e820_end_of_low_ram_pfn(void)
+@@ -803,8 +803,8 @@ unsigned long __init e820_end_of_low_ram_pfn(void)
static void early_panic(char *msg)
{
@@ -22390,7 +24903,7 @@ index e2ce85d..00ccad0 100644
static int userdef __initdata;
diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c
-index 89427d8..00c0d52 100644
+index eec40f5..4fee808 100644
--- a/arch/x86/kernel/early_printk.c
+++ b/arch/x86/kernel/early_printk.c
@@ -7,6 +7,7 @@
@@ -22401,1864 +24914,471 @@ index 89427d8..00c0d52 100644
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/fcntl.h>
-diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
-index 1c30976..71b41b9 100644
---- a/arch/x86/kernel/entry_32.S
-+++ b/arch/x86/kernel/entry_32.S
-@@ -177,13 +177,154 @@
- /*CFI_REL_OFFSET gs, PT_GS*/
- .endm
- .macro SET_KERNEL_GS reg
-+
-+#ifdef CONFIG_CC_STACKPROTECTOR
- movl $(__KERNEL_STACK_CANARY), \reg
-+#elif defined(CONFIG_PAX_MEMORY_UDEREF)
-+ movl $(__USER_DS), \reg
-+#else
-+ xorl \reg, \reg
-+#endif
-+
- movl \reg, %gs
- .endm
-
- #endif /* CONFIG_X86_32_LAZY_GS */
-
--.macro SAVE_ALL
-+.macro pax_enter_kernel
-+#ifdef CONFIG_PAX_KERNEXEC
-+ call pax_enter_kernel
-+#endif
-+.endm
-+
-+.macro pax_exit_kernel
-+#ifdef CONFIG_PAX_KERNEXEC
-+ call pax_exit_kernel
-+#endif
-+.endm
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ENTRY(pax_enter_kernel)
-+#ifdef CONFIG_PARAVIRT
-+ pushl %eax
-+ pushl %ecx
-+ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0)
-+ mov %eax, %esi
-+#else
-+ mov %cr0, %esi
-+#endif
-+ bts $X86_CR0_WP_BIT, %esi
-+ jnc 1f
-+ mov %cs, %esi
-+ cmp $__KERNEL_CS, %esi
-+ jz 3f
-+ ljmp $__KERNEL_CS, $3f
-+1: ljmp $__KERNEXEC_KERNEL_CS, $2f
-+2:
-+#ifdef CONFIG_PARAVIRT
-+ mov %esi, %eax
-+ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_write_cr0)
-+#else
-+ mov %esi, %cr0
-+#endif
-+3:
-+#ifdef CONFIG_PARAVIRT
-+ popl %ecx
-+ popl %eax
-+#endif
-+ ret
-+ENDPROC(pax_enter_kernel)
-+
-+ENTRY(pax_exit_kernel)
-+#ifdef CONFIG_PARAVIRT
-+ pushl %eax
-+ pushl %ecx
-+#endif
-+ mov %cs, %esi
-+ cmp $__KERNEXEC_KERNEL_CS, %esi
-+ jnz 2f
-+#ifdef CONFIG_PARAVIRT
-+ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0);
-+ mov %eax, %esi
-+#else
-+ mov %cr0, %esi
-+#endif
-+ btr $X86_CR0_WP_BIT, %esi
-+ ljmp $__KERNEL_CS, $1f
-+1:
-+#ifdef CONFIG_PARAVIRT
-+ mov %esi, %eax
-+ call PARA_INDIRECT(pv_cpu_ops+PV_CPU_write_cr0);
-+#else
-+ mov %esi, %cr0
-+#endif
-+2:
-+#ifdef CONFIG_PARAVIRT
-+ popl %ecx
-+ popl %eax
-+#endif
-+ ret
-+ENDPROC(pax_exit_kernel)
-+#endif
-+
-+ .macro pax_erase_kstack
-+#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+ call pax_erase_kstack
-+#endif
-+ .endm
-+
-+#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+/*
-+ * ebp: thread_info
-+ */
-+ENTRY(pax_erase_kstack)
-+ pushl %edi
-+ pushl %ecx
-+ pushl %eax
-+
-+ mov TI_lowest_stack(%ebp), %edi
-+ mov $-0xBEEF, %eax
-+ std
-+
-+1: mov %edi, %ecx
-+ and $THREAD_SIZE_asm - 1, %ecx
-+ shr $2, %ecx
-+ repne scasl
-+ jecxz 2f
-+
-+ cmp $2*16, %ecx
-+ jc 2f
-+
-+ mov $2*16, %ecx
-+ repe scasl
-+ jecxz 2f
-+ jne 1b
-+
-+2: cld
-+ or $2*4, %edi
-+ mov %esp, %ecx
-+ sub %edi, %ecx
-+
-+ cmp $THREAD_SIZE_asm, %ecx
-+ jb 3f
-+ ud2
-+3:
-+
-+ shr $2, %ecx
-+ rep stosl
-+
-+ mov TI_task_thread_sp0(%ebp), %edi
-+ sub $128, %edi
-+ mov %edi, TI_lowest_stack(%ebp)
-+
-+ popl %eax
-+ popl %ecx
-+ popl %edi
-+ ret
-+ENDPROC(pax_erase_kstack)
-+#endif
-+
-+.macro __SAVE_ALL _DS
- cld
- PUSH_GS
- pushl_cfi %fs
-@@ -206,7 +347,7 @@
- CFI_REL_OFFSET ecx, 0
- pushl_cfi %ebx
- CFI_REL_OFFSET ebx, 0
-- movl $(__USER_DS), %edx
-+ movl $\_DS, %edx
- movl %edx, %ds
- movl %edx, %es
- movl $(__KERNEL_PERCPU), %edx
-@@ -214,6 +355,15 @@
- SET_KERNEL_GS %edx
- .endm
-
-+.macro SAVE_ALL
-+#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_PAGEEXEC) || defined(CONFIG_PAX_SEGMEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
-+ __SAVE_ALL __KERNEL_DS
-+ pax_enter_kernel
-+#else
-+ __SAVE_ALL __USER_DS
-+#endif
-+.endm
-+
- .macro RESTORE_INT_REGS
- popl_cfi %ebx
- CFI_RESTORE ebx
-@@ -297,7 +447,7 @@ ENTRY(ret_from_fork)
- popfl_cfi
- jmp syscall_exit
- CFI_ENDPROC
--END(ret_from_fork)
-+ENDPROC(ret_from_fork)
-
- ENTRY(ret_from_kernel_thread)
- CFI_STARTPROC
-@@ -340,7 +490,15 @@ ret_from_intr:
- andl $SEGMENT_RPL_MASK, %eax
- #endif
- cmpl $USER_RPL, %eax
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ jae resume_userspace
-+
-+ pax_exit_kernel
-+ jmp resume_kernel
-+#else
- jb resume_kernel # not returning to v8086 or userspace
-+#endif
-
- ENTRY(resume_userspace)
- LOCKDEP_SYS_EXIT
-@@ -352,8 +510,8 @@ ENTRY(resume_userspace)
- andl $_TIF_WORK_MASK, %ecx # is there any work to be done on
- # int/exception return?
- jne work_pending
-- jmp restore_all
--END(ret_from_exception)
-+ jmp restore_all_pax
-+ENDPROC(ret_from_exception)
-
- #ifdef CONFIG_PREEMPT
- ENTRY(resume_kernel)
-@@ -365,7 +523,7 @@ need_resched:
- jz restore_all
- call preempt_schedule_irq
- jmp need_resched
--END(resume_kernel)
-+ENDPROC(resume_kernel)
- #endif
- CFI_ENDPROC
-
-@@ -395,33 +553,45 @@ sysenter_past_esp:
- /*CFI_REL_OFFSET cs, 0*/
- /*
- * Push current_thread_info()->sysenter_return to the stack.
-- * A tiny bit of offset fixup is necessary: TI_sysenter_return
-- * is relative to thread_info, which is at the bottom of the
-- * kernel stack page. 4*4 means the 4 words pushed above;
-- * TOP_OF_KERNEL_STACK_PADDING takes us to the top of the stack;
-- * and THREAD_SIZE takes us to the bottom.
- */
-- pushl_cfi ((TI_sysenter_return) - THREAD_SIZE + TOP_OF_KERNEL_STACK_PADDING + 4*4)(%esp)
-+ pushl_cfi $0
- CFI_REL_OFFSET eip, 0
-
- pushl_cfi %eax
- SAVE_ALL
-+ GET_THREAD_INFO(%ebp)
-+ movl TI_sysenter_return(%ebp),%ebp
-+ movl %ebp,PT_EIP(%esp)
- ENABLE_INTERRUPTS(CLBR_NONE)
+diff --git a/arch/x86/kernel/espfix_64.c b/arch/x86/kernel/espfix_64.c
+index ce95676..da8c6ff 100644
+--- a/arch/x86/kernel/espfix_64.c
++++ b/arch/x86/kernel/espfix_64.c
+@@ -41,6 +41,7 @@
+ #include <asm/pgalloc.h>
+ #include <asm/setup.h>
+ #include <asm/espfix.h>
++#include <asm/bug.h>
/*
- * Load the potential sixth argument from user stack.
- * Careful about security.
- */
-+ movl PT_OLDESP(%esp),%ebp
-+
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ mov PT_OLDSS(%esp),%ds
-+1: movl %ds:(%ebp),%ebp
-+ push %ss
-+ pop %ds
-+#else
- cmpl $__PAGE_OFFSET-3,%ebp
- jae syscall_fault
- ASM_STAC
- 1: movl (%ebp),%ebp
- ASM_CLAC
-+#endif
-+
- movl %ebp,PT_EBP(%esp)
- _ASM_EXTABLE(1b,syscall_fault)
-
- GET_THREAD_INFO(%ebp)
-
-+#ifdef CONFIG_PAX_RANDKSTACK
-+ pax_erase_kstack
-+#endif
-+
- testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%ebp)
- jnz sysenter_audit
- sysenter_do_call:
-@@ -437,12 +607,24 @@ sysenter_after_call:
- testl $_TIF_ALLWORK_MASK, %ecx
- jnz sysexit_audit
- sysenter_exit:
-+
-+#ifdef CONFIG_PAX_RANDKSTACK
-+ pushl_cfi %eax
-+ movl %esp, %eax
-+ call pax_randomize_kstack
-+ popl_cfi %eax
-+#endif
-+
-+ pax_erase_kstack
-+
- /* if something modifies registers it must also disable sysexit */
- movl PT_EIP(%esp), %edx
- movl PT_OLDESP(%esp), %ecx
- xorl %ebp,%ebp
- TRACE_IRQS_ON
- 1: mov PT_FS(%esp), %fs
-+2: mov PT_DS(%esp), %ds
-+3: mov PT_ES(%esp), %es
- PTGS_TO_GS
- ENABLE_INTERRUPTS_SYSEXIT
+ * Note: we only need 6*8 = 48 bytes for the espfix stack, but round
+@@ -70,8 +71,10 @@ static DEFINE_MUTEX(espfix_init_mutex);
+ #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
+ static void *espfix_pages[ESPFIX_MAX_PAGES];
-@@ -456,6 +638,9 @@ sysenter_audit:
- pushl_cfi PT_ESI(%esp) /* a3: 5th arg */
- pushl_cfi PT_EDX+4(%esp) /* a2: 4th arg */
- call __audit_syscall_entry
-+
-+ pax_erase_kstack
-+
- popl_cfi %ecx /* get that remapped edx off the stack */
- popl_cfi %ecx /* get that remapped esi off the stack */
- movl PT_EAX(%esp),%eax /* reload syscall number */
-@@ -482,10 +667,16 @@ sysexit_audit:
-
- CFI_ENDPROC
- .pushsection .fixup,"ax"
--2: movl $0,PT_FS(%esp)
-+4: movl $0,PT_FS(%esp)
-+ jmp 1b
-+5: movl $0,PT_DS(%esp)
-+ jmp 1b
-+6: movl $0,PT_ES(%esp)
- jmp 1b
- .popsection
-- _ASM_EXTABLE(1b,2b)
-+ _ASM_EXTABLE(1b,4b)
-+ _ASM_EXTABLE(2b,5b)
-+ _ASM_EXTABLE(3b,6b)
- PTGS_TO_GS_EX
- ENDPROC(ia32_sysenter_target)
+-static __page_aligned_bss pud_t espfix_pud_page[PTRS_PER_PUD]
+- __aligned(PAGE_SIZE);
++static __page_aligned_rodata pud_t espfix_pud_page[PTRS_PER_PUD];
++static __page_aligned_rodata pmd_t espfix_pmd_page[PTRS_PER_PMD];
++static __page_aligned_rodata pte_t espfix_pte_page[PTRS_PER_PTE];
++static __page_aligned_rodata char espfix_stack_page[ESPFIX_MAX_PAGES][PAGE_SIZE];
-@@ -496,6 +687,11 @@ ENTRY(system_call)
- pushl_cfi %eax # save orig_eax
- SAVE_ALL
- GET_THREAD_INFO(%ebp)
-+
-+#ifdef CONFIG_PAX_RANDKSTACK
-+ pax_erase_kstack
-+#endif
-+
- # system call tracing in operation / emulation
- testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%ebp)
- jnz syscall_trace_entry
-@@ -515,6 +711,15 @@ syscall_exit:
- testl $_TIF_ALLWORK_MASK, %ecx # current->work
- jnz syscall_exit_work
+ static unsigned int page_random, slot_random;
-+restore_all_pax:
-+
-+#ifdef CONFIG_PAX_RANDKSTACK
-+ movl %esp, %eax
-+ call pax_randomize_kstack
-+#endif
-+
-+ pax_erase_kstack
-+
- restore_all:
- TRACE_IRQS_IRET
- restore_all_notrace:
-@@ -569,14 +774,34 @@ ldt_ss:
- * compensating for the offset by changing to the ESPFIX segment with
- * a base address that matches for the difference.
- */
--#define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + (GDT_ENTRY_ESPFIX_SS * 8)
-+#define GDT_ESPFIX_SS (GDT_ENTRY_ESPFIX_SS * 8)(%ebx)
- mov %esp, %edx /* load kernel esp */
- mov PT_OLDESP(%esp), %eax /* load userspace esp */
- mov %dx, %ax /* eax: new kernel esp */
- sub %eax, %edx /* offset (low word is 0) */
-+#ifdef CONFIG_SMP
-+ movl PER_CPU_VAR(cpu_number), %ebx
-+ shll $PAGE_SHIFT_asm, %ebx
-+ addl $cpu_gdt_table, %ebx
-+#else
-+ movl $cpu_gdt_table, %ebx
-+#endif
- shr $16, %edx
-- mov %dl, GDT_ESPFIX_SS + 4 /* bits 16..23 */
-- mov %dh, GDT_ESPFIX_SS + 7 /* bits 24..31 */
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ mov %cr0, %esi
-+ btr $X86_CR0_WP_BIT, %esi
-+ mov %esi, %cr0
-+#endif
-+
-+ mov %dl, 4 + GDT_ESPFIX_SS /* bits 16..23 */
-+ mov %dh, 7 + GDT_ESPFIX_SS /* bits 24..31 */
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ bts $X86_CR0_WP_BIT, %esi
-+ mov %esi, %cr0
-+#endif
-+
- pushl_cfi $__ESPFIX_SS
- pushl_cfi %eax /* new kernel esp */
- /* Disable interrupts, but do not irqtrace this section: we
-@@ -606,20 +831,18 @@ work_resched:
- movl TI_flags(%ebp), %ecx
- andl $_TIF_WORK_MASK, %ecx # is there any work to be done other
- # than syscall tracing?
-- jz restore_all
-+ jz restore_all_pax
- testb $_TIF_NEED_RESCHED, %cl
- jnz work_resched
-
- work_notifysig: # deal with pending signals and
- # notify-resume requests
-+ movl %esp, %eax
- #ifdef CONFIG_VM86
- testl $X86_EFLAGS_VM, PT_EFLAGS(%esp)
-- movl %esp, %eax
- jnz work_notifysig_v86 # returning to kernel-space or
- # vm86-space
- 1:
--#else
-- movl %esp, %eax
- #endif
- TRACE_IRQS_ON
- ENABLE_INTERRUPTS(CLBR_NONE)
-@@ -640,7 +863,7 @@ work_notifysig_v86:
- movl %eax, %esp
- jmp 1b
- #endif
--END(work_pending)
-+ENDPROC(work_pending)
+@@ -122,14 +125,25 @@ static void init_espfix_random(void)
+ void __init init_espfix_bsp(void)
+ {
+ pgd_t *pgd_p;
++ pud_t *pud_p;
++ unsigned long addr, index = pgd_index(ESPFIX_BASE_ADDR);
- # perform syscall exit tracing
- ALIGN
-@@ -648,11 +871,14 @@ syscall_trace_entry:
- movl $-ENOSYS,PT_EAX(%esp)
- movl %esp, %eax
- call syscall_trace_enter
-+
-+ pax_erase_kstack
+ /* Install the espfix pud into the kernel page directory */
+- pgd_p = &init_level4_pgt[pgd_index(ESPFIX_BASE_ADDR)];
+- pgd_populate(&init_mm, pgd_p, (pud_t *)espfix_pud_page);
++ pgd_p = &init_level4_pgt[index];
++ pud_p = espfix_pud_page;
++ paravirt_alloc_pud(&init_mm, __pa(pud_p) >> PAGE_SHIFT);
++ set_pgd(pgd_p, __pgd(PGTABLE_PROT | __pa(pud_p)));
+
- /* What it returned is what we'll actually use. */
- cmpl $(NR_syscalls), %eax
- jnae syscall_call
- jmp syscall_exit
--END(syscall_trace_entry)
-+ENDPROC(syscall_trace_entry)
-
- # perform syscall exit tracing
- ALIGN
-@@ -665,26 +891,30 @@ syscall_exit_work:
- movl %esp, %eax
- call syscall_trace_leave
- jmp resume_userspace
--END(syscall_exit_work)
-+ENDPROC(syscall_exit_work)
- CFI_ENDPROC
-
- RING0_INT_FRAME # can't unwind into user space anyway
- syscall_fault:
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ push %ss
-+ pop %ds
++#ifdef CONFIG_PAX_PER_CPU_PGD
++ clone_pgd_range(get_cpu_pgd(0, kernel) + index, swapper_pg_dir + index, 1);
++ clone_pgd_range(get_cpu_pgd(0, user) + index, swapper_pg_dir + index, 1);
+#endif
- ASM_CLAC
- GET_THREAD_INFO(%ebp)
- movl $-EFAULT,PT_EAX(%esp)
- jmp resume_userspace
--END(syscall_fault)
-+ENDPROC(syscall_fault)
-
- syscall_badsys:
- movl $-ENOSYS,%eax
- jmp syscall_after_call
--END(syscall_badsys)
-+ENDPROC(syscall_badsys)
-
- sysenter_badsys:
- movl $-ENOSYS,%eax
- jmp sysenter_after_call
--END(sysenter_badsys)
-+ENDPROC(sysenter_badsys)
- CFI_ENDPROC
-
- .macro FIXUP_ESPFIX_STACK
-@@ -697,8 +927,15 @@ END(sysenter_badsys)
- */
- #ifdef CONFIG_X86_ESPFIX32
- /* fixup the stack */
-- mov GDT_ESPFIX_SS + 4, %al /* bits 16..23 */
-- mov GDT_ESPFIX_SS + 7, %ah /* bits 24..31 */
-+#ifdef CONFIG_SMP
-+ movl PER_CPU_VAR(cpu_number), %ebx
-+ shll $PAGE_SHIFT_asm, %ebx
-+ addl $cpu_gdt_table, %ebx
-+#else
-+ movl $cpu_gdt_table, %ebx
-+#endif
-+ mov 4 + GDT_ESPFIX_SS, %al /* bits 16..23 */
-+ mov 7 + GDT_ESPFIX_SS, %ah /* bits 24..31 */
- shl $16, %eax
- addl %esp, %eax /* the adjusted stack pointer */
- pushl_cfi $__KERNEL_DS
-@@ -737,7 +974,7 @@ ENTRY(irq_entries_start)
- CFI_ADJUST_CFA_OFFSET -4
- .align 8
- .endr
--END(irq_entries_start)
-+ENDPROC(irq_entries_start)
-
- /*
- * the CPU automatically disables interrupts when executing an IRQ vector,
-@@ -790,7 +1027,7 @@ ENTRY(coprocessor_error)
- pushl_cfi $do_coprocessor_error
- jmp error_code
- CFI_ENDPROC
--END(coprocessor_error)
-+ENDPROC(coprocessor_error)
-
- ENTRY(simd_coprocessor_error)
- RING0_INT_FRAME
-@@ -806,7 +1043,7 @@ ENTRY(simd_coprocessor_error)
- #endif
- jmp error_code
- CFI_ENDPROC
--END(simd_coprocessor_error)
-+ENDPROC(simd_coprocessor_error)
-
- ENTRY(device_not_available)
- RING0_INT_FRAME
-@@ -815,18 +1052,18 @@ ENTRY(device_not_available)
- pushl_cfi $do_device_not_available
- jmp error_code
- CFI_ENDPROC
--END(device_not_available)
-+ENDPROC(device_not_available)
-
- #ifdef CONFIG_PARAVIRT
- ENTRY(native_iret)
- iret
- _ASM_EXTABLE(native_iret, iret_exc)
--END(native_iret)
-+ENDPROC(native_iret)
-
- ENTRY(native_irq_enable_sysexit)
- sti
- sysexit
--END(native_irq_enable_sysexit)
-+ENDPROC(native_irq_enable_sysexit)
- #endif
-
- ENTRY(overflow)
-@@ -836,7 +1073,7 @@ ENTRY(overflow)
- pushl_cfi $do_overflow
- jmp error_code
- CFI_ENDPROC
--END(overflow)
-+ENDPROC(overflow)
-
- ENTRY(bounds)
- RING0_INT_FRAME
-@@ -845,7 +1082,7 @@ ENTRY(bounds)
- pushl_cfi $do_bounds
- jmp error_code
- CFI_ENDPROC
--END(bounds)
-+ENDPROC(bounds)
-
- ENTRY(invalid_op)
- RING0_INT_FRAME
-@@ -854,7 +1091,7 @@ ENTRY(invalid_op)
- pushl_cfi $do_invalid_op
- jmp error_code
- CFI_ENDPROC
--END(invalid_op)
-+ENDPROC(invalid_op)
-
- ENTRY(coprocessor_segment_overrun)
- RING0_INT_FRAME
-@@ -863,7 +1100,7 @@ ENTRY(coprocessor_segment_overrun)
- pushl_cfi $do_coprocessor_segment_overrun
- jmp error_code
- CFI_ENDPROC
--END(coprocessor_segment_overrun)
-+ENDPROC(coprocessor_segment_overrun)
-
- ENTRY(invalid_TSS)
- RING0_EC_FRAME
-@@ -871,7 +1108,7 @@ ENTRY(invalid_TSS)
- pushl_cfi $do_invalid_TSS
- jmp error_code
- CFI_ENDPROC
--END(invalid_TSS)
-+ENDPROC(invalid_TSS)
-
- ENTRY(segment_not_present)
- RING0_EC_FRAME
-@@ -879,7 +1116,7 @@ ENTRY(segment_not_present)
- pushl_cfi $do_segment_not_present
- jmp error_code
- CFI_ENDPROC
--END(segment_not_present)
-+ENDPROC(segment_not_present)
-
- ENTRY(stack_segment)
- RING0_EC_FRAME
-@@ -887,7 +1124,7 @@ ENTRY(stack_segment)
- pushl_cfi $do_stack_segment
- jmp error_code
- CFI_ENDPROC
--END(stack_segment)
-+ENDPROC(stack_segment)
-
- ENTRY(alignment_check)
- RING0_EC_FRAME
-@@ -895,7 +1132,7 @@ ENTRY(alignment_check)
- pushl_cfi $do_alignment_check
- jmp error_code
- CFI_ENDPROC
--END(alignment_check)
-+ENDPROC(alignment_check)
- ENTRY(divide_error)
- RING0_INT_FRAME
-@@ -904,7 +1141,7 @@ ENTRY(divide_error)
- pushl_cfi $do_divide_error
- jmp error_code
- CFI_ENDPROC
--END(divide_error)
-+ENDPROC(divide_error)
-
- #ifdef CONFIG_X86_MCE
- ENTRY(machine_check)
-@@ -914,7 +1151,7 @@ ENTRY(machine_check)
- pushl_cfi machine_check_vector
- jmp error_code
- CFI_ENDPROC
--END(machine_check)
-+ENDPROC(machine_check)
- #endif
-
- ENTRY(spurious_interrupt_bug)
-@@ -924,7 +1161,7 @@ ENTRY(spurious_interrupt_bug)
- pushl_cfi $do_spurious_interrupt_bug
- jmp error_code
- CFI_ENDPROC
--END(spurious_interrupt_bug)
-+ENDPROC(spurious_interrupt_bug)
-
- #ifdef CONFIG_XEN
- /* Xen doesn't set %esp to be precisely what the normal sysenter
-@@ -1033,7 +1270,7 @@ BUILD_INTERRUPT3(hyperv_callback_vector, HYPERVISOR_CALLBACK_VECTOR,
-
- ENTRY(mcount)
- ret
--END(mcount)
-+ENDPROC(mcount)
-
- ENTRY(ftrace_caller)
- pushl %eax
-@@ -1063,7 +1300,7 @@ ftrace_graph_call:
- .globl ftrace_stub
- ftrace_stub:
- ret
--END(ftrace_caller)
-+ENDPROC(ftrace_caller)
-
- ENTRY(ftrace_regs_caller)
- pushf /* push flags before compare (in cs location) */
-@@ -1161,7 +1398,7 @@ trace:
- popl %ecx
- popl %eax
- jmp ftrace_stub
--END(mcount)
-+ENDPROC(mcount)
- #endif /* CONFIG_DYNAMIC_FTRACE */
- #endif /* CONFIG_FUNCTION_TRACER */
-
-@@ -1179,7 +1416,7 @@ ENTRY(ftrace_graph_caller)
- popl %ecx
- popl %eax
- ret
--END(ftrace_graph_caller)
-+ENDPROC(ftrace_graph_caller)
-
- .globl return_to_handler
- return_to_handler:
-@@ -1233,15 +1470,18 @@ error_code:
- movl $-1, PT_ORIG_EAX(%esp) # no syscall to restart
- REG_TO_PTGS %ecx
- SET_KERNEL_GS %ecx
-- movl $(__USER_DS), %ecx
-+ movl $(__KERNEL_DS), %ecx
- movl %ecx, %ds
- movl %ecx, %es
-+
-+ pax_enter_kernel
-+
- TRACE_IRQS_OFF
- movl %esp,%eax # pt_regs pointer
- call *%edi
- jmp ret_from_exception
- CFI_ENDPROC
--END(page_fault)
-+ENDPROC(page_fault)
-
- /*
- * Debug traps and NMI can happen at the one SYSENTER instruction
-@@ -1284,7 +1524,7 @@ debug_stack_correct:
- call do_debug
- jmp ret_from_exception
- CFI_ENDPROC
--END(debug)
-+ENDPROC(debug)
-
- /*
- * NMI is doubly nasty. It can happen _while_ we're handling
-@@ -1324,6 +1564,9 @@ nmi_stack_correct:
- xorl %edx,%edx # zero error code
- movl %esp,%eax # pt_regs pointer
- call do_nmi
-+
-+ pax_exit_kernel
-+
- jmp restore_all_notrace
- CFI_ENDPROC
+ /* Randomize the locations */
+ init_espfix_random();
-@@ -1361,13 +1604,16 @@ nmi_espfix_stack:
- FIXUP_ESPFIX_STACK # %eax == %esp
- xorl %edx,%edx # zero error code
- call do_nmi
++ addr = espfix_base_addr(0);
+
-+ pax_exit_kernel
-+
- RESTORE_REGS
- lss 12+4(%esp), %esp # back to espfix stack
- CFI_ADJUST_CFA_OFFSET -24
- jmp irq_return
- #endif
- CFI_ENDPROC
--END(nmi)
-+ENDPROC(nmi)
-
- ENTRY(int3)
- RING0_INT_FRAME
-@@ -1380,14 +1626,14 @@ ENTRY(int3)
- call do_int3
- jmp ret_from_exception
- CFI_ENDPROC
--END(int3)
-+ENDPROC(int3)
-
- ENTRY(general_protection)
- RING0_EC_FRAME
- pushl_cfi $do_general_protection
- jmp error_code
- CFI_ENDPROC
--END(general_protection)
-+ENDPROC(general_protection)
-
- #ifdef CONFIG_KVM_GUEST
- ENTRY(async_page_fault)
-@@ -1396,6 +1642,6 @@ ENTRY(async_page_fault)
- pushl_cfi $do_async_page_fault
- jmp error_code
- CFI_ENDPROC
--END(async_page_fault)
-+ENDPROC(async_page_fault)
- #endif
+ /* The rest is the same as for any other processor */
+ init_espfix_ap(0);
+ }
+@@ -170,35 +184,39 @@ void init_espfix_ap(int cpu)
+ pud_p = &espfix_pud_page[pud_index(addr)];
+ pud = *pud_p;
+ if (!pud_present(pud)) {
+- struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0);
+-
+- pmd_p = (pmd_t *)page_address(page);
++ if (cpu)
++ pmd_p = page_address(alloc_pages_node(node, PGALLOC_GFP, 0));
++ else
++ pmd_p = espfix_pmd_page;
+ pud = __pud(__pa(pmd_p) | (PGTABLE_PROT & ptemask));
+ paravirt_alloc_pmd(&init_mm, __pa(pmd_p) >> PAGE_SHIFT);
+ for (n = 0; n < ESPFIX_PUD_CLONES; n++)
+ set_pud(&pud_p[n], pud);
+- }
++ } else
++ BUG_ON(!cpu);
-diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S
-index 4bd6c19..a0eba01 100644
---- a/arch/x86/kernel/entry_64.S
-+++ b/arch/x86/kernel/entry_64.S
-@@ -46,6 +46,8 @@
- #include <asm/smap.h>
- #include <asm/pgtable_types.h>
- #include <linux/err.h>
-+#include <asm/pgtable.h>
-+#include <asm/alternative-asm.h>
+ pmd_p = pmd_offset(&pud, addr);
+ pmd = *pmd_p;
+ if (!pmd_present(pmd)) {
+- struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0);
+-
+- pte_p = (pte_t *)page_address(page);
++ if (cpu)
++ pte_p = page_address(alloc_pages_node(node, PGALLOC_GFP, 0));
++ else
++ pte_p = espfix_pte_page;
+ pmd = __pmd(__pa(pte_p) | (PGTABLE_PROT & ptemask));
+ paravirt_alloc_pte(&init_mm, __pa(pte_p) >> PAGE_SHIFT);
+ for (n = 0; n < ESPFIX_PMD_CLONES; n++)
+ set_pmd(&pmd_p[n], pmd);
+- }
++ } else
++ BUG_ON(!cpu);
- /* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this. */
- #include <linux/elf-em.h>
-@@ -64,6 +66,401 @@ ENTRY(native_usergs_sysret64)
- ENDPROC(native_usergs_sysret64)
- #endif /* CONFIG_PARAVIRT */
+ pte_p = pte_offset_kernel(&pmd, addr);
+- stack_page = page_address(alloc_pages_node(node, GFP_KERNEL, 0));
++ stack_page = espfix_stack_page[page];
+ pte = __pte(__pa(stack_page) | (__PAGE_KERNEL_RO & ptemask));
+ for (n = 0; n < ESPFIX_PTE_CLONES; n++)
+ set_pte(&pte_p[n*PTE_STRIDE], pte);
-+ .macro ljmpq sel, off
-+#if defined(CONFIG_MPSC) || defined(CONFIG_MCORE2) || defined (CONFIG_MATOM)
-+ .byte 0x48; ljmp *1234f(%rip)
-+ .pushsection .rodata
-+ .align 16
-+ 1234: .quad \off; .word \sel
-+ .popsection
-+#else
-+ pushq $\sel
-+ pushq $\off
-+ lretq
-+#endif
-+ .endm
-+
-+ .macro pax_enter_kernel
-+ pax_set_fptr_mask
-+#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
-+ call pax_enter_kernel
-+#endif
-+ .endm
-+
-+ .macro pax_exit_kernel
-+#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
-+ call pax_exit_kernel
-+#endif
-+ .endm
-+
-+#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
-+ENTRY(pax_enter_kernel)
-+ pushq %rdi
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_SAVE_REGS(CLBR_RDI)
-+#endif
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ GET_CR0_INTO_RDI
-+ bts $X86_CR0_WP_BIT,%rdi
-+ jnc 3f
-+ mov %cs,%edi
-+ cmp $__KERNEL_CS,%edi
-+ jnz 2f
-+1:
-+#endif
-+
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
-+ GET_CR3_INTO_RDI
-+ cmp $0,%dil
-+ jnz 112f
-+ mov $__KERNEL_DS,%edi
-+ mov %edi,%ss
-+ jmp 111f
-+112: cmp $1,%dil
-+ jz 113f
-+ ud2
-+113: sub $4097,%rdi
-+ bts $63,%rdi
-+ SET_RDI_INTO_CR3
-+ mov $__UDEREF_KERNEL_DS,%edi
-+ mov %edi,%ss
-+111:
-+#endif
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_RESTORE_REGS(CLBR_RDI)
-+#endif
-+
-+ popq %rdi
-+ pax_force_retaddr
-+ retq
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+2: ljmpq __KERNEL_CS,1b
-+3: ljmpq __KERNEXEC_KERNEL_CS,4f
-+4: SET_RDI_INTO_CR0
-+ jmp 1b
-+#endif
-+ENDPROC(pax_enter_kernel)
-+
-+ENTRY(pax_exit_kernel)
-+ pushq %rdi
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_SAVE_REGS(CLBR_RDI)
-+#endif
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ mov %cs,%rdi
-+ cmp $__KERNEXEC_KERNEL_CS,%edi
-+ jz 2f
-+ GET_CR0_INTO_RDI
-+ bts $X86_CR0_WP_BIT,%rdi
-+ jnc 4f
-+1:
-+#endif
-+
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
-+ mov %ss,%edi
-+ cmp $__UDEREF_KERNEL_DS,%edi
-+ jnz 111f
-+ GET_CR3_INTO_RDI
-+ cmp $0,%dil
-+ jz 112f
-+ ud2
-+112: add $4097,%rdi
-+ bts $63,%rdi
-+ SET_RDI_INTO_CR3
-+ mov $__KERNEL_DS,%edi
-+ mov %edi,%ss
-+111:
-+#endif
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_RESTORE_REGS(CLBR_RDI);
-+#endif
-+
-+ popq %rdi
-+ pax_force_retaddr
-+ retq
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+2: GET_CR0_INTO_RDI
-+ btr $X86_CR0_WP_BIT,%rdi
-+ jnc 4f
-+ ljmpq __KERNEL_CS,3f
-+3: SET_RDI_INTO_CR0
-+ jmp 1b
-+4: ud2
-+ jmp 4b
-+#endif
-+ENDPROC(pax_exit_kernel)
-+#endif
-+
-+ .macro pax_enter_kernel_user
-+ pax_set_fptr_mask
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ call pax_enter_kernel_user
-+#endif
-+ .endm
-+
-+ .macro pax_exit_kernel_user
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ call pax_exit_kernel_user
-+#endif
-+#ifdef CONFIG_PAX_RANDKSTACK
-+ pushq %rax
-+ pushq %r11
-+ call pax_randomize_kstack
-+ popq %r11
-+ popq %rax
-+#endif
-+ .endm
-+
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ENTRY(pax_enter_kernel_user)
-+ pushq %rdi
-+ pushq %rbx
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_SAVE_REGS(CLBR_RDI)
-+#endif
-+
-+ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
-+ GET_CR3_INTO_RDI
-+ cmp $1,%dil
-+ jnz 4f
-+ sub $4097,%rdi
-+ bts $63,%rdi
-+ SET_RDI_INTO_CR3
-+ jmp 3f
-+111:
-+
-+ GET_CR3_INTO_RDI
-+ mov %rdi,%rbx
-+ add $__START_KERNEL_map,%rbx
-+ sub phys_base(%rip),%rbx
-+
-+#ifdef CONFIG_PARAVIRT
-+ cmpl $0, pv_info+PARAVIRT_enabled
-+ jz 1f
-+ pushq %rdi
-+ i = 0
-+ .rept USER_PGD_PTRS
-+ mov i*8(%rbx),%rsi
-+ mov $0,%sil
-+ lea i*8(%rbx),%rdi
-+ call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd_batched)
-+ i = i + 1
-+ .endr
-+ popq %rdi
-+ jmp 2f
-+1:
-+#endif
-+
-+ i = 0
-+ .rept USER_PGD_PTRS
-+ movb $0,i*8(%rbx)
-+ i = i + 1
-+ .endr
-+
-+2: SET_RDI_INTO_CR3
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ GET_CR0_INTO_RDI
-+ bts $X86_CR0_WP_BIT,%rdi
-+ SET_RDI_INTO_CR0
-+#endif
-+
-+3:
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_RESTORE_REGS(CLBR_RDI)
-+#endif
-+
-+ popq %rbx
-+ popq %rdi
-+ pax_force_retaddr
-+ retq
-+4: ud2
-+ENDPROC(pax_enter_kernel_user)
-+
-+ENTRY(pax_exit_kernel_user)
-+ pushq %rdi
-+ pushq %rbx
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_SAVE_REGS(CLBR_RDI)
-+#endif
-+
-+ GET_CR3_INTO_RDI
-+ ALTERNATIVE "jmp 1f", "", X86_FEATURE_PCID
-+ cmp $0,%dil
-+ jnz 3f
-+ add $4097,%rdi
-+ bts $63,%rdi
-+ SET_RDI_INTO_CR3
-+ jmp 2f
-+1:
-+
-+ mov %rdi,%rbx
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ GET_CR0_INTO_RDI
-+ btr $X86_CR0_WP_BIT,%rdi
-+ jnc 3f
-+ SET_RDI_INTO_CR0
-+#endif
-+
-+ add $__START_KERNEL_map,%rbx
-+ sub phys_base(%rip),%rbx
-+
-+#ifdef CONFIG_PARAVIRT
-+ cmpl $0, pv_info+PARAVIRT_enabled
-+ jz 1f
-+ i = 0
-+ .rept USER_PGD_PTRS
-+ mov i*8(%rbx),%rsi
-+ mov $0x67,%sil
-+ lea i*8(%rbx),%rdi
-+ call PARA_INDIRECT(pv_mmu_ops+PV_MMU_set_pgd_batched)
-+ i = i + 1
-+ .endr
-+ jmp 2f
-+1:
-+#endif
-+
-+ i = 0
-+ .rept USER_PGD_PTRS
-+ movb $0x67,i*8(%rbx)
-+ i = i + 1
-+ .endr
-+2:
-+
-+#ifdef CONFIG_PARAVIRT
-+ PV_RESTORE_REGS(CLBR_RDI)
-+#endif
-+
-+ popq %rbx
-+ popq %rdi
-+ pax_force_retaddr
-+ retq
-+3: ud2
-+ENDPROC(pax_exit_kernel_user)
-+#endif
-+
-+ .macro pax_enter_kernel_nmi
-+ pax_set_fptr_mask
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+ GET_CR0_INTO_RDI
-+ bts $X86_CR0_WP_BIT,%rdi
-+ jc 110f
-+ SET_RDI_INTO_CR0
-+ or $2,%ebx
-+110:
-+#endif
-+
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
-+ GET_CR3_INTO_RDI
-+ cmp $0,%dil
-+ jz 111f
-+ sub $4097,%rdi
-+ or $4,%ebx
-+ bts $63,%rdi
-+ SET_RDI_INTO_CR3
-+ mov $__UDEREF_KERNEL_DS,%edi
-+ mov %edi,%ss
-+111:
-+#endif
-+ .endm
-+
-+ .macro pax_exit_kernel_nmi
-+#ifdef CONFIG_PAX_KERNEXEC
-+ btr $1,%ebx
-+ jnc 110f
-+ GET_CR0_INTO_RDI
-+ btr $X86_CR0_WP_BIT,%rdi
-+ SET_RDI_INTO_CR0
-+110:
-+#endif
-+
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ ALTERNATIVE "jmp 111f", "", X86_FEATURE_PCID
-+ btr $2,%ebx
-+ jnc 111f
-+ GET_CR3_INTO_RDI
-+ add $4097,%rdi
-+ bts $63,%rdi
-+ SET_RDI_INTO_CR3
-+ mov $__KERNEL_DS,%edi
-+ mov %edi,%ss
-+111:
-+#endif
-+ .endm
-+
-+ .macro pax_erase_kstack
-+#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+ call pax_erase_kstack
-+#endif
-+ .endm
-+
-+#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+ENTRY(pax_erase_kstack)
-+ pushq %rdi
-+ pushq %rcx
-+ pushq %rax
-+ pushq %r11
-+
-+ GET_THREAD_INFO(%r11)
-+ mov TI_lowest_stack(%r11), %rdi
-+ mov $-0xBEEF, %rax
-+ std
-+
-+1: mov %edi, %ecx
-+ and $THREAD_SIZE_asm - 1, %ecx
-+ shr $3, %ecx
-+ repne scasq
-+ jecxz 2f
-+
-+ cmp $2*8, %ecx
-+ jc 2f
-+
-+ mov $2*8, %ecx
-+ repe scasq
-+ jecxz 2f
-+ jne 1b
-+
-+2: cld
-+ or $2*8, %rdi
-+ mov %esp, %ecx
-+ sub %edi, %ecx
-+
-+ cmp $THREAD_SIZE_asm, %rcx
-+ jb 3f
-+ ud2
-+3:
-+
-+ shr $3, %ecx
-+ rep stosq
-+
-+ mov TI_task_thread_sp0(%r11), %rdi
-+ sub $256, %rdi
-+ mov %rdi, TI_lowest_stack(%r11)
-+
-+ popq %r11
-+ popq %rax
-+ popq %rcx
-+ popq %rdi
-+ pax_force_retaddr
-+ ret
-+ENDPROC(pax_erase_kstack)
-+#endif
+ /* Job is done for this CPU and any CPU which shares this page */
+- ACCESS_ONCE(espfix_pages[page]) = stack_page;
++ ACCESS_ONCE_RW(espfix_pages[page]) = stack_page;
- .macro TRACE_IRQS_IRETQ
- #ifdef CONFIG_TRACE_IRQFLAGS
-@@ -100,7 +497,7 @@ ENDPROC(native_usergs_sysret64)
- .endm
+ unlock_done:
+ mutex_unlock(&espfix_init_mutex);
+diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c
+index d25097c..84b0d51 100644
+--- a/arch/x86/kernel/fpu/core.c
++++ b/arch/x86/kernel/fpu/core.c
+@@ -127,7 +127,7 @@ void __kernel_fpu_end(void)
+ struct fpu *fpu = &current->thread.fpu;
+
+ if (fpu->fpregs_active)
+- copy_kernel_to_fpregs(&fpu->state);
++ copy_kernel_to_fpregs(fpu->state);
+ else
+ __fpregs_deactivate_hw();
- .macro TRACE_IRQS_IRETQ_DEBUG
-- bt $9,EFLAGS(%rsp) /* interrupts off? */
-+ bt $X86_EFLAGS_IF_BIT,EFLAGS(%rsp) /* interrupts off? */
- jnc 1f
- TRACE_IRQS_ON_DEBUG
- 1:
-@@ -221,14 +618,6 @@ GLOBAL(system_call_after_swapgs)
- /* Construct struct pt_regs on stack */
- pushq_cfi $__USER_DS /* pt_regs->ss */
- pushq_cfi PER_CPU_VAR(rsp_scratch) /* pt_regs->sp */
-- /*
-- * Re-enable interrupts.
-- * We use 'rsp_scratch' as a scratch space, hence irq-off block above
-- * must execute atomically in the face of possible interrupt-driven
-- * task preemption. We must enable interrupts only after we're done
-- * with using rsp_scratch:
-- */
-- ENABLE_INTERRUPTS(CLBR_NONE)
- pushq_cfi %r11 /* pt_regs->flags */
- pushq_cfi $__USER_CS /* pt_regs->cs */
- pushq_cfi %rcx /* pt_regs->ip */
-@@ -246,7 +635,27 @@ GLOBAL(system_call_after_swapgs)
- sub $(6*8),%rsp /* pt_regs->bp,bx,r12-15 not saved */
- CFI_ADJUST_CFA_OFFSET 6*8
-
-- testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+#ifdef CONFIG_PAX_KERNEXEC_PLUGIN_METHOD_OR
-+ movq_cfi r12, R12
-+#endif
-+
-+ pax_enter_kernel_user
-+
-+#ifdef CONFIG_PAX_RANDKSTACK
-+ pax_erase_kstack
-+#endif
-+
-+ /*
-+ * Re-enable interrupts.
-+ * We use 'rsp_scratch' as a scratch space, hence irq-off block above
-+ * must execute atomically in the face of possible interrupt-driven
-+ * task preemption. We must enable interrupts only after we're done
-+ * with using rsp_scratch:
-+ */
-+ ENABLE_INTERRUPTS(CLBR_NONE)
-+
-+ GET_THREAD_INFO(%rcx)
-+ testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%rcx)
- jnz tracesys
- system_call_fastpath:
- #if __SYSCALL_MASK == ~0
-@@ -279,10 +688,13 @@ system_call_fastpath:
- * flags (TIF_NOTIFY_RESUME, TIF_USER_RETURN_NOTIFY, etc) set is
- * very bad.
+@@ -238,7 +238,7 @@ static void fpu_copy(struct fpu *dst_fpu, struct fpu *src_fpu)
+ * leak into the child task:
*/
-- testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
-+ GET_THREAD_INFO(%rcx)
-+ testl $_TIF_ALLWORK_MASK,TI_flags(%rcx)
- jnz int_ret_from_sys_call_irqs_off /* Go to the slow path */
-
- CFI_REMEMBER_STATE
-+ pax_exit_kernel_user
-+ pax_erase_kstack
+ if (use_eager_fpu())
+- memset(&dst_fpu->state.xsave, 0, xstate_size);
++ memset(&dst_fpu->state->xsave, 0, xstate_size);
- RESTORE_C_REGS_EXCEPT_RCX_R11
- movq RIP(%rsp),%rcx
-@@ -316,6 +728,9 @@ tracesys:
- call syscall_trace_enter_phase1
- test %rax, %rax
- jnz tracesys_phase2 /* if needed, run the slow path */
-+
-+ pax_erase_kstack
-+
- RESTORE_C_REGS_EXCEPT_RAX /* else restore clobbered regs */
- movq ORIG_RAX(%rsp), %rax
- jmp system_call_fastpath /* and return to the fast path */
-@@ -327,6 +742,8 @@ tracesys_phase2:
- movq %rax,%rdx
- call syscall_trace_enter_phase2
-
-+ pax_erase_kstack
-+
/*
- * Reload registers from stack in case ptrace changed them.
- * We don't reload %rax because syscall_trace_entry_phase2() returned
-@@ -364,6 +781,8 @@ GLOBAL(int_with_check)
- andl %edi,%edx
- jnz int_careful
- andl $~TS_COMPAT,TI_status(%rcx)
-+ pax_exit_kernel_user
-+ pax_erase_kstack
- jmp syscall_return
-
- /* Either reschedule or signal or syscall exit tracking needed. */
-@@ -485,7 +904,7 @@ opportunistic_sysret_failed:
- SWAPGS
- jmp restore_c_regs_and_iret
- CFI_ENDPROC
--END(system_call)
-+ENDPROC(system_call)
-
-
- .macro FORK_LIKE func
-@@ -495,7 +914,7 @@ ENTRY(stub_\func)
- SAVE_EXTRA_REGS 8
- jmp sys_\func
- CFI_ENDPROC
--END(stub_\func)
-+ENDPROC(stub_\func)
- .endm
-
- FORK_LIKE clone
-@@ -519,7 +938,7 @@ return_from_execve:
- movq %rax,RAX(%rsp)
- jmp int_ret_from_sys_call
- CFI_ENDPROC
--END(stub_execve)
-+ENDPROC(stub_execve)
- /*
- * Remaining execve stubs are only 7 bytes long.
- * ENTRY() often aligns to 16 bytes, which in this case has no benefits.
-@@ -531,7 +950,7 @@ GLOBAL(stub_execveat)
- call sys_execveat
- jmp return_from_execve
- CFI_ENDPROC
--END(stub_execveat)
-+ENDPROC(stub_execveat)
-
- #ifdef CONFIG_X86_X32_ABI
- .align 8
-@@ -541,7 +960,7 @@ GLOBAL(stub_x32_execve)
- call compat_sys_execve
- jmp return_from_execve
- CFI_ENDPROC
--END(stub_x32_execve)
-+ENDPROC(stub_x32_execve)
- .align 8
- GLOBAL(stub_x32_execveat)
- CFI_STARTPROC
-@@ -549,7 +968,7 @@ GLOBAL(stub_x32_execveat)
- call compat_sys_execveat
- jmp return_from_execve
- CFI_ENDPROC
--END(stub_x32_execveat)
-+ENDPROC(stub_x32_execveat)
- #endif
+ * Save current FPU registers directly into the child
+@@ -285,7 +285,7 @@ void fpu__activate_curr(struct fpu *fpu)
+ WARN_ON_FPU(fpu != &current->thread.fpu);
+
+ if (!fpu->fpstate_active) {
+- fpstate_init(&fpu->state);
++ fpstate_init(fpu->state);
+
+ /* Safe to do for the current task: */
+ fpu->fpstate_active = 1;
+@@ -311,7 +311,7 @@ void fpu__activate_fpstate_read(struct fpu *fpu)
+ fpu__save(fpu);
+ } else {
+ if (!fpu->fpstate_active) {
+- fpstate_init(&fpu->state);
++ fpstate_init(fpu->state);
+
+ /* Safe to do for current and for stopped child tasks: */
+ fpu->fpstate_active = 1;
+@@ -344,7 +344,7 @@ void fpu__activate_fpstate_write(struct fpu *fpu)
+ /* Invalidate any lazy state: */
+ fpu->last_cpu = -1;
+ } else {
+- fpstate_init(&fpu->state);
++ fpstate_init(fpu->state);
+
+ /* Safe to do for stopped child tasks: */
+ fpu->fpstate_active = 1;
+@@ -368,7 +368,7 @@ void fpu__restore(struct fpu *fpu)
+ /* Avoid __kernel_fpu_begin() right after fpregs_activate() */
+ kernel_fpu_disable();
+ fpregs_activate(fpu);
+- copy_kernel_to_fpregs(&fpu->state);
++ copy_kernel_to_fpregs(fpu->state);
+ fpu->counter++;
+ kernel_fpu_enable();
+ }
+@@ -442,25 +442,25 @@ void fpu__clear(struct fpu *fpu)
+ static inline unsigned short get_fpu_cwd(struct fpu *fpu)
+ {
+ if (cpu_has_fxsr) {
+- return fpu->state.fxsave.cwd;
++ return fpu->state->fxsave.cwd;
+ } else {
+- return (unsigned short)fpu->state.fsave.cwd;
++ return (unsigned short)fpu->state->fsave.cwd;
+ }
+ }
- #ifdef CONFIG_IA32_EMULATION
-@@ -592,7 +1011,7 @@ return_from_stub:
- movq %rax,RAX(%rsp)
- jmp int_ret_from_sys_call
- CFI_ENDPROC
--END(stub_rt_sigreturn)
-+ENDPROC(stub_rt_sigreturn)
+ static inline unsigned short get_fpu_swd(struct fpu *fpu)
+ {
+ if (cpu_has_fxsr) {
+- return fpu->state.fxsave.swd;
++ return fpu->state->fxsave.swd;
+ } else {
+- return (unsigned short)fpu->state.fsave.swd;
++ return (unsigned short)fpu->state->fsave.swd;
+ }
+ }
- #ifdef CONFIG_X86_X32_ABI
- ENTRY(stub_x32_rt_sigreturn)
-@@ -602,7 +1021,7 @@ ENTRY(stub_x32_rt_sigreturn)
- call sys32_x32_rt_sigreturn
- jmp return_from_stub
- CFI_ENDPROC
--END(stub_x32_rt_sigreturn)
-+ENDPROC(stub_x32_rt_sigreturn)
+ static inline unsigned short get_fpu_mxcsr(struct fpu *fpu)
+ {
+ if (cpu_has_xmm) {
+- return fpu->state.fxsave.mxcsr;
++ return fpu->state->fxsave.mxcsr;
+ } else {
+ return MXCSR_DEFAULT;
+ }
+diff --git a/arch/x86/kernel/fpu/init.c b/arch/x86/kernel/fpu/init.c
+index d14e9ac..8ca141b 100644
+--- a/arch/x86/kernel/fpu/init.c
++++ b/arch/x86/kernel/fpu/init.c
+@@ -42,7 +42,7 @@ static void fpu__init_cpu_generic(void)
+ /* Flush out any pending x87 state: */
+ #ifdef CONFIG_MATH_EMULATION
+ if (!cpu_has_fpu)
+- fpstate_init_soft(&current->thread.fpu.state.soft);
++ fpstate_init_soft(&current->thread.fpu.state->soft);
+ else
#endif
+ asm volatile ("fninit");
+@@ -147,12 +147,14 @@ EXPORT_SYMBOL_GPL(xstate_size);
+ #define CHECK_MEMBER_AT_END_OF(TYPE, MEMBER) \
+ BUILD_BUG_ON(sizeof(TYPE) != offsetofend(TYPE, MEMBER))
++union fpregs_state init_fpregs_state;
++
/*
-@@ -622,7 +1041,7 @@ ENTRY(ret_from_fork)
-
- RESTORE_EXTRA_REGS
-
-- testl $3,CS(%rsp) # from kernel_thread?
-+ testb $3,CS(%rsp) # from kernel_thread?
+ * We append the 'struct fpu' to the task_struct:
+ */
+ static void __init fpu__init_task_struct_size(void)
+ {
+- int task_size = sizeof(struct task_struct);
++ size_t task_size = sizeof(struct task_struct);
/*
- * By the time we get here, we have no idea whether our pt_regs,
-@@ -641,7 +1060,7 @@ ENTRY(ret_from_fork)
- RESTORE_EXTRA_REGS
- jmp int_ret_from_sys_call
- CFI_ENDPROC
--END(ret_from_fork)
-+ENDPROC(ret_from_fork)
+ * Subtract off the static size of the register state.
+@@ -168,16 +170,12 @@ static void __init fpu__init_task_struct_size(void)
- /*
- * Build the entry stubs with some assembler magic.
-@@ -659,7 +1078,7 @@ ENTRY(irq_entries_start)
- .align 8
- .endr
- CFI_ENDPROC
--END(irq_entries_start)
-+ENDPROC(irq_entries_start)
+ /*
+ * We dynamically size 'struct fpu', so we require that
+- * it be at the end of 'thread_struct' and that
+- * 'thread_struct' be at the end of 'task_struct'. If
++ * it be at the end of 'thread_struct'. If
+ * you hit a compile error here, check the structure to
+ * see if something got added to the end.
+ */
+ CHECK_MEMBER_AT_END_OF(struct fpu, state);
+ CHECK_MEMBER_AT_END_OF(struct thread_struct, fpu);
+- CHECK_MEMBER_AT_END_OF(struct task_struct, thread);
+-
+- arch_task_struct_size = task_size;
+ }
/*
- * Interrupt entry/exit.
-@@ -672,21 +1091,13 @@ END(irq_entries_start)
- /* 0(%rsp): ~(interrupt number) */
- .macro interrupt func
- cld
-- /*
-- * Since nothing in interrupt handling code touches r12...r15 members
-- * of "struct pt_regs", and since interrupts can nest, we can save
-- * four stack slots and simultaneously provide
-- * an unwind-friendly stack layout by saving "truncated" pt_regs
-- * exactly up to rbp slot, without these members.
-- */
-- ALLOC_PT_GPREGS_ON_STACK -RBP
-- SAVE_C_REGS -RBP
-- /* this goes to 0(%rsp) for unwinder, not for saving the value: */
-- SAVE_EXTRA_REGS_RBP -RBP
-+ ALLOC_PT_GPREGS_ON_STACK
-+ SAVE_C_REGS
-+ SAVE_EXTRA_REGS
-
-- leaq -RBP(%rsp),%rdi /* arg1 for \func (pointer to pt_regs) */
-+ movq %rsp,%rdi /* arg1 for \func (pointer to pt_regs) */
-
-- testl $3, CS-RBP(%rsp)
-+ testb $3, CS(%rsp)
- je 1f
- SWAPGS
- 1:
-@@ -709,8 +1120,20 @@ END(irq_entries_start)
- CFI_ESCAPE 0x0f /* DW_CFA_def_cfa_expression */, 6, \
- 0x77 /* DW_OP_breg7 (rsp) */, 0, \
- 0x06 /* DW_OP_deref */, \
-- 0x08 /* DW_OP_const1u */, SIZEOF_PTREGS-RBP, \
-+ 0x08 /* DW_OP_const1u */, SIZEOF_PTREGS, \
- 0x22 /* DW_OP_plus */
-+
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ testb $3, CS(%rdi)
-+ jnz 1f
-+ pax_enter_kernel
-+ jmp 2f
-+1: pax_enter_kernel_user
-+2:
-+#else
-+ pax_enter_kernel
-+#endif
-+
- /* We entered an interrupt context - irqs are off: */
- TRACE_IRQS_OFF
+diff --git a/arch/x86/kernel/fpu/regset.c b/arch/x86/kernel/fpu/regset.c
+index dc60810..6c8a1fa 100644
+--- a/arch/x86/kernel/fpu/regset.c
++++ b/arch/x86/kernel/fpu/regset.c
+@@ -37,7 +37,7 @@ int xfpregs_get(struct task_struct *target, const struct user_regset *regset,
+ fpstate_sanitize_xstate(fpu);
-@@ -735,13 +1158,12 @@ ret_from_intr:
+ return user_regset_copyout(&pos, &count, &kbuf, &ubuf,
+- &fpu->state.fxsave, 0, -1);
++ &fpu->state->fxsave, 0, -1);
+ }
- /* Restore saved previous stack */
- popq %rsi
-- CFI_DEF_CFA rsi,SIZEOF_PTREGS-RBP /* reg/off reset after def_cfa_expr */
-- /* return code expects complete pt_regs - adjust rsp accordingly: */
-- leaq -RBP(%rsi),%rsp
-+ CFI_DEF_CFA rsi,SIZEOF_PTREGS /* reg/off reset after def_cfa_expr */
-+ movq %rsi, %rsp
- CFI_DEF_CFA_REGISTER rsp
-- CFI_ADJUST_CFA_OFFSET RBP
-+ CFI_ADJUST_CFA_OFFSET 0
+ int xfpregs_set(struct task_struct *target, const struct user_regset *regset,
+@@ -54,19 +54,19 @@ int xfpregs_set(struct task_struct *target, const struct user_regset *regset,
+ fpstate_sanitize_xstate(fpu);
-- testl $3,CS(%rsp)
-+ testb $3,CS(%rsp)
- je retint_kernel
- /* Interrupt came from user space */
+ ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
+- &fpu->state.fxsave, 0, -1);
++ &fpu->state->fxsave, 0, -1);
-@@ -763,6 +1185,8 @@ retint_swapgs: /* return to user-space */
- * The iretq could re-enable interrupts:
+ /*
+ * mxcsr reserved bits must be masked to zero for security reasons.
*/
- DISABLE_INTERRUPTS(CLBR_ANY)
-+ pax_exit_kernel_user
-+# pax_erase_kstack
- TRACE_IRQS_IRETQ
+- fpu->state.fxsave.mxcsr &= mxcsr_feature_mask;
++ fpu->state->fxsave.mxcsr &= mxcsr_feature_mask;
- SWAPGS
-@@ -781,6 +1205,21 @@ retint_kernel:
- jmp 0b
- 1:
- #endif
-+
-+ pax_exit_kernel
-+
-+#if defined(CONFIG_EFI) && defined(CONFIG_PAX_KERNEXEC)
-+ /* This is a quirk to allow IRQs/NMIs/MCEs during early EFI setup,
-+ * namely calling EFI runtime services with a phys mapping. We're
-+ * starting off with NOPs and patch in the real instrumentation
-+ * (BTS/OR) before starting any userland process; even before starting
-+ * up the APs.
-+ */
-+ ALTERNATIVE "", "pax_force_retaddr 16*8", X86_FEATURE_ALWAYS
-+#else
-+ pax_force_retaddr RIP
-+#endif
-+
/*
- * The iretq could re-enable interrupts:
+ * update the header bits in the xsave header, indicating the
+ * presence of FP and SSE state.
*/
-@@ -822,15 +1261,15 @@ native_irq_return_ldt:
- SWAPGS
- movq PER_CPU_VAR(espfix_waddr),%rdi
- movq %rax,(0*8)(%rdi) /* RAX */
-- movq (2*8)(%rsp),%rax /* RIP */
-+ movq (2*8 + RIP-RIP)(%rsp),%rax /* RIP */
- movq %rax,(1*8)(%rdi)
-- movq (3*8)(%rsp),%rax /* CS */
-+ movq (2*8 + CS-RIP)(%rsp),%rax /* CS */
- movq %rax,(2*8)(%rdi)
-- movq (4*8)(%rsp),%rax /* RFLAGS */
-+ movq (2*8 + EFLAGS-RIP)(%rsp),%rax /* RFLAGS */
- movq %rax,(3*8)(%rdi)
-- movq (6*8)(%rsp),%rax /* SS */
-+ movq (2*8 + SS-RIP)(%rsp),%rax /* SS */
- movq %rax,(5*8)(%rdi)
-- movq (5*8)(%rsp),%rax /* RSP */
-+ movq (2*8 + RSP-RIP)(%rsp),%rax /* RSP */
- movq %rax,(4*8)(%rdi)
- andl $0xffff0000,%eax
- popq_cfi %rdi
-@@ -873,7 +1312,7 @@ retint_signal:
- jmp retint_with_reschedule
-
- CFI_ENDPROC
--END(common_interrupt)
-+ENDPROC(common_interrupt)
-
- /*
- * APIC interrupts.
-@@ -887,7 +1326,7 @@ ENTRY(\sym)
- interrupt \do_sym
- jmp ret_from_intr
- CFI_ENDPROC
--END(\sym)
-+ENDPROC(\sym)
- .endm
-
- #ifdef CONFIG_TRACING
-@@ -960,7 +1399,7 @@ apicinterrupt IRQ_WORK_VECTOR \
- /*
- * Exception entry points.
- */
--#define CPU_TSS_IST(x) PER_CPU_VAR(cpu_tss) + (TSS_ist + ((x) - 1) * 8)
-+#define CPU_TSS_IST(x) (TSS_ist + ((x) - 1) * 8)(%r13)
-
- .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
- ENTRY(\sym)
-@@ -1016,6 +1455,12 @@ ENTRY(\sym)
- .endif
-
- .if \shift_ist != -1
-+#ifdef CONFIG_SMP
-+ imul $TSS_size, PER_CPU_VAR(cpu_number), %r13d
-+ lea cpu_tss(%r13), %r13
-+#else
-+ lea cpu_tss(%rip), %r13
-+#endif
- subq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
- .endif
-
-@@ -1063,7 +1508,7 @@ ENTRY(\sym)
- .endif
+ if (cpu_has_xsave)
+- fpu->state.xsave.header.xfeatures |= XSTATE_FPSSE;
++ fpu->state->xsave.header.xfeatures |= XSTATE_FPSSE;
- CFI_ENDPROC
--END(\sym)
-+ENDPROC(\sym)
- .endm
-
- #ifdef CONFIG_TRACING
-@@ -1104,9 +1549,10 @@ gs_change:
- 2: mfence /* workaround */
- SWAPGS
- popfq_cfi
-+ pax_force_retaddr
- ret
- CFI_ENDPROC
--END(native_load_gs_index)
-+ENDPROC(native_load_gs_index)
-
- _ASM_EXTABLE(gs_change,bad_gs)
- .section .fixup,"ax"
-@@ -1134,9 +1580,10 @@ ENTRY(do_softirq_own_stack)
- CFI_DEF_CFA_REGISTER rsp
- CFI_ADJUST_CFA_OFFSET -8
- decl PER_CPU_VAR(irq_count)
-+ pax_force_retaddr
- ret
- CFI_ENDPROC
--END(do_softirq_own_stack)
-+ENDPROC(do_softirq_own_stack)
-
- #ifdef CONFIG_XEN
- idtentry xen_hypervisor_callback xen_do_hypervisor_callback has_error_code=0
-@@ -1177,7 +1624,7 @@ ENTRY(xen_do_hypervisor_callback) # do_hypervisor_callback(struct *pt_regs)
- #endif
- jmp error_exit
- CFI_ENDPROC
--END(xen_do_hypervisor_callback)
-+ENDPROC(xen_do_hypervisor_callback)
-
- /*
- * Hypervisor uses this for application faults while it executes.
-@@ -1238,7 +1685,7 @@ ENTRY(xen_failsafe_callback)
- SAVE_EXTRA_REGS
- jmp error_exit
- CFI_ENDPROC
--END(xen_failsafe_callback)
-+ENDPROC(xen_failsafe_callback)
-
- apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
- xen_hvm_callback_vector xen_evtchn_do_upcall
-@@ -1284,9 +1731,39 @@ ENTRY(paranoid_entry)
- js 1f /* negative -> in kernel */
- SWAPGS
- xorl %ebx,%ebx
--1: ret
-+1:
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ testb $3, CS+8(%rsp)
-+ jnz 1f
-+ pax_enter_kernel
-+ jmp 2f
-+1: pax_enter_kernel_user
-+2:
-+#else
-+ pax_enter_kernel
-+#endif
-+ pax_force_retaddr
-+ ret
- CFI_ENDPROC
--END(paranoid_entry)
-+ENDPROC(paranoid_entry)
-+
-+ENTRY(paranoid_entry_nmi)
-+ XCPT_FRAME 1 15*8
-+ cld
-+ SAVE_C_REGS 8
-+ SAVE_EXTRA_REGS 8
-+ movl $1,%ebx
-+ movl $MSR_GS_BASE,%ecx
-+ rdmsr
-+ testl %edx,%edx
-+ js 1f /* negative -> in kernel */
-+ SWAPGS
-+ xorl %ebx,%ebx
-+1: pax_enter_kernel_nmi
-+ pax_force_retaddr
-+ ret
-+ CFI_ENDPROC
-+ENDPROC(paranoid_entry_nmi)
+ return ret;
+ }
+@@ -84,7 +84,7 @@ int xstateregs_get(struct task_struct *target, const struct user_regset *regset,
- /*
- * "Paranoid" exit path from exception stack. This is invoked
-@@ -1303,20 +1780,27 @@ ENTRY(paranoid_exit)
- DEFAULT_FRAME
- DISABLE_INTERRUPTS(CLBR_NONE)
- TRACE_IRQS_OFF_DEBUG
-- testl %ebx,%ebx /* swapgs needed? */
-+ testl $1,%ebx /* swapgs needed? */
- jnz paranoid_exit_no_swapgs
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ pax_exit_kernel_user
-+#else
-+ pax_exit_kernel
-+#endif
- TRACE_IRQS_IRETQ
- SWAPGS_UNSAFE_STACK
- jmp paranoid_exit_restore
- paranoid_exit_no_swapgs:
-+ pax_exit_kernel
- TRACE_IRQS_IRETQ_DEBUG
- paranoid_exit_restore:
- RESTORE_EXTRA_REGS
- RESTORE_C_REGS
- REMOVE_PT_GPREGS_FROM_STACK 8
-+ pax_force_retaddr_bts
- INTERRUPT_RETURN
- CFI_ENDPROC
--END(paranoid_exit)
-+ENDPROC(paranoid_exit)
+ fpu__activate_fpstate_read(fpu);
- /*
- * Save all registers in pt_regs, and switch gs if needed.
-@@ -1328,12 +1812,23 @@ ENTRY(error_entry)
- SAVE_C_REGS 8
- SAVE_EXTRA_REGS 8
- xorl %ebx,%ebx
-- testl $3,CS+8(%rsp)
-+ testb $3,CS+8(%rsp)
- je error_kernelspace
- error_swapgs:
- SWAPGS
- error_sti:
-+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ testb $3, CS+8(%rsp)
-+ jnz 1f
-+ pax_enter_kernel
-+ jmp 2f
-+1: pax_enter_kernel_user
-+2:
-+#else
-+ pax_enter_kernel
-+#endif
- TRACE_IRQS_OFF
-+ pax_force_retaddr
- ret
+- xsave = &fpu->state.xsave;
++ xsave = &fpu->state->xsave;
/*
-@@ -1368,7 +1863,7 @@ error_bad_iret:
- decl %ebx /* Return to usergs */
- jmp error_sti
- CFI_ENDPROC
--END(error_entry)
-+ENDPROC(error_entry)
+ * Copy the 48bytes defined by the software first into the xstate
+@@ -113,7 +113,7 @@ int xstateregs_set(struct task_struct *target, const struct user_regset *regset,
+ fpu__activate_fpstate_write(fpu);
- /* On entry, ebx is "no swapgs" flag (1: don't need swapgs, 0: need it) */
-@@ -1379,7 +1874,7 @@ ENTRY(error_exit)
- DISABLE_INTERRUPTS(CLBR_NONE)
- TRACE_IRQS_OFF
- GET_THREAD_INFO(%rcx)
-- testl %eax,%eax
-+ testl $1,%eax
- jne retint_kernel
- LOCKDEP_SYS_EXIT_IRQ
- movl TI_flags(%rcx),%edx
-@@ -1388,7 +1883,7 @@ ENTRY(error_exit)
- jnz retint_careful
- jmp retint_swapgs
- CFI_ENDPROC
--END(error_exit)
-+ENDPROC(error_exit)
-
- /* Runs on exception stack */
- ENTRY(nmi)
-@@ -1473,6 +1968,12 @@ ENTRY(nmi)
- pushq %r14 /* pt_regs->r14 */
- pushq %r15 /* pt_regs->r15 */
+- xsave = &fpu->state.xsave;
++ xsave = &fpu->state->xsave;
-+#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
-+ xorl %ebx,%ebx
-+#endif
-+
-+ pax_enter_kernel_nmi
-+
+ ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, xsave, 0, -1);
/*
- * At this point we no longer need to worry about stack damage
- * due to nesting -- we're on the normal thread stack and we're
-@@ -1482,12 +1983,19 @@ ENTRY(nmi)
- movq $-1, %rsi
- call do_nmi
+@@ -204,7 +204,7 @@ static inline u32 twd_fxsr_to_i387(struct fxregs_state *fxsave)
+ void
+ convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk)
+ {
+- struct fxregs_state *fxsave = &tsk->thread.fpu.state.fxsave;
++ struct fxregs_state *fxsave = &tsk->thread.fpu.state->fxsave;
+ struct _fpreg *to = (struct _fpreg *) &env->st_space[0];
+ struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0];
+ int i;
+@@ -242,7 +242,7 @@ void convert_to_fxsr(struct task_struct *tsk,
+ const struct user_i387_ia32_struct *env)
-+ pax_exit_kernel_nmi
-+
- /*
- * Return back to user mode. We must *not* do the normal exit
- * work, because we don't want to enable interrupts. Fortunately,
- * do_nmi doesn't modify pt_regs.
+ {
+- struct fxregs_state *fxsave = &tsk->thread.fpu.state.fxsave;
++ struct fxregs_state *fxsave = &tsk->thread.fpu.state->fxsave;
+ struct _fpreg *from = (struct _fpreg *) &env->st_space[0];
+ struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0];
+ int i;
+@@ -280,7 +280,7 @@ int fpregs_get(struct task_struct *target, const struct user_regset *regset,
+
+ if (!cpu_has_fxsr)
+ return user_regset_copyout(&pos, &count, &kbuf, &ubuf,
+- &fpu->state.fsave, 0,
++ &fpu->state->fsave, 0,
+ -1);
+
+ fpstate_sanitize_xstate(fpu);
+@@ -311,7 +311,7 @@ int fpregs_set(struct task_struct *target, const struct user_regset *regset,
+
+ if (!cpu_has_fxsr)
+ return user_regset_copyin(&pos, &count, &kbuf, &ubuf,
+- &fpu->state.fsave, 0,
++ &fpu->state->fsave, 0,
+ -1);
+
+ if (pos > 0 || count < sizeof(env))
+@@ -326,7 +326,7 @@ int fpregs_set(struct task_struct *target, const struct user_regset *regset,
+ * presence of FP.
*/
- SWAPGS
-+
-+#if defined(CONFIG_PAX_KERNEXEC) || defined(CONFIG_PAX_MEMORY_UDEREF)
-+ movq_cfi_restore RBX, rbx
-+#endif
-+
- jmp restore_c_regs_and_iret
+ if (cpu_has_xsave)
+- fpu->state.xsave.header.xfeatures |= XSTATE_FP;
++ fpu->state->xsave.header.xfeatures |= XSTATE_FP;
+ return ret;
+ }
- .Lnmi_from_kernel:
-@@ -1595,8 +2103,7 @@ nested_nmi:
- * Modify the "iret" frame to point to repeat_nmi, forcing another
- * iteration of NMI handling.
- */
-- leaq -1*8(%rsp), %rdx
-- movq %rdx, %rsp
-+ subq $8, %rsp
- CFI_ADJUST_CFA_OFFSET 1*8
- leaq -10*8(%rsp), %rdx
- pushq_cfi $__KERNEL_DS
-@@ -1614,6 +2121,7 @@ nested_nmi_out:
- CFI_RESTORE rdx
+diff --git a/arch/x86/kernel/fpu/signal.c b/arch/x86/kernel/fpu/signal.c
+index 50ec9af..bb871ca 100644
+--- a/arch/x86/kernel/fpu/signal.c
++++ b/arch/x86/kernel/fpu/signal.c
+@@ -54,7 +54,7 @@ static inline int check_for_xstate(struct fxregs_state __user *buf,
+ static inline int save_fsave_header(struct task_struct *tsk, void __user *buf)
+ {
+ if (use_fxsr()) {
+- struct xregs_state *xsave = &tsk->thread.fpu.state.xsave;
++ struct xregs_state *xsave = &tsk->thread.fpu.state->xsave;
+ struct user_i387_ia32_struct env;
+ struct _fpstate_ia32 __user *fp = buf;
- /* We are returning to kernel mode, so this cannot result in a fault. */
-+# pax_force_retaddr_bts
- INTERRUPT_RETURN
+@@ -83,18 +83,18 @@ static inline int save_xstate_epilog(void __user *buf, int ia32_frame)
- CFI_RESTORE_STATE
-@@ -1679,13 +2187,13 @@ end_repeat_nmi:
- ALLOC_PT_GPREGS_ON_STACK
+ /* Setup the bytes not touched by the [f]xsave and reserved for SW. */
+ sw_bytes = ia32_frame ? &fx_sw_reserved_ia32 : &fx_sw_reserved;
+- err = __copy_to_user(&x->i387.sw_reserved, sw_bytes, sizeof(*sw_bytes));
++ err = __copy_to_user(x->i387.sw_reserved, sw_bytes, sizeof(*sw_bytes));
- /*
-- * Use paranoid_entry to handle SWAPGS, but no need to use paranoid_exit
-+ * Use paranoid_entry_nmi to handle SWAPGS, but no need to use paranoid_exit
- * as we should not be calling schedule in NMI context.
- * Even with normal interrupts enabled. An NMI should not be
- * setting NEED_RESCHED or anything that normal interrupts and
- * exceptions might do.
- */
-- call paranoid_entry
-+ call paranoid_entry_nmi
- DEFAULT_FRAME 0
+ if (!use_xsave())
+ return err;
- /* paranoidentry do_nmi, 0; without TRACE_IRQS_OFF */
-@@ -1693,7 +2201,9 @@ end_repeat_nmi:
- movq $-1,%rsi
- call do_nmi
+- err |= __put_user(FP_XSTATE_MAGIC2, (__u32 *)(buf + xstate_size));
++ err |= __put_user(FP_XSTATE_MAGIC2, (__u32 __user *)(buf + xstate_size));
-- testl %ebx,%ebx /* swapgs needed? */
-+ pax_exit_kernel_nmi
-+
-+ testl $1,%ebx /* swapgs needed? */
- jnz nmi_restore
- nmi_swapgs:
- SWAPGS_UNSAFE_STACK
-@@ -1704,6 +2214,8 @@ nmi_restore:
- /* Point RSP at the "iret" frame. */
- REMOVE_PT_GPREGS_FROM_STACK 6*8
+ /*
+ * Read the xfeatures which we copied (directly from the cpu or
+ * from the state in task struct) to the user buffers.
+ */
+- err |= __get_user(xfeatures, (__u32 *)&x->header.xfeatures);
++ err |= __get_user(xfeatures, (__u32 __user *)&x->header.xfeatures);
-+ pax_force_retaddr_bts
-+
/*
- * Clear "NMI executing". Set DF first so that we can easily
- * distinguish the remaining code between here and IRET from
-@@ -1722,12 +2234,12 @@ nmi_restore:
+ * For legacy compatible, we always set FP/SSE bits in the bit
+@@ -109,7 +109,7 @@ static inline int save_xstate_epilog(void __user *buf, int ia32_frame)
*/
- INTERRUPT_RETURN
- CFI_ENDPROC
--END(nmi)
-+ENDPROC(nmi)
+ xfeatures |= XSTATE_FPSSE;
- ENTRY(ignore_sysret)
- CFI_STARTPROC
- mov $-ENOSYS,%eax
- sysret
- CFI_ENDPROC
--END(ignore_sysret)
-+ENDPROC(ignore_sysret)
+- err |= __put_user(xfeatures, (__u32 *)&x->header.xfeatures);
++ err |= __put_user(xfeatures, (__u32 __user *)&x->header.xfeatures);
-diff --git a/arch/x86/kernel/espfix_64.c b/arch/x86/kernel/espfix_64.c
-index f5d0730..5bce89c 100644
---- a/arch/x86/kernel/espfix_64.c
-+++ b/arch/x86/kernel/espfix_64.c
-@@ -70,8 +70,7 @@ static DEFINE_MUTEX(espfix_init_mutex);
- #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
- static void *espfix_pages[ESPFIX_MAX_PAGES];
+ return err;
+ }
+@@ -118,6 +118,7 @@ static inline int copy_fpregs_to_sigframe(struct xregs_state __user *buf)
+ {
+ int err;
--static __page_aligned_bss pud_t espfix_pud_page[PTRS_PER_PUD]
-- __aligned(PAGE_SIZE);
-+static pud_t espfix_pud_page[PTRS_PER_PUD] __page_aligned_rodata;
++ buf = (struct xregs_state __user *)____m(buf);
+ if (use_xsave())
+ err = copy_xregs_to_user(buf);
+ else if (use_fxsr())
+@@ -152,7 +153,7 @@ static inline int copy_fpregs_to_sigframe(struct xregs_state __user *buf)
+ */
+ int copy_fpstate_to_sigframe(void __user *buf, void __user *buf_fx, int size)
+ {
+- struct xregs_state *xsave = &current->thread.fpu.state.xsave;
++ struct xregs_state *xsave = &current->thread.fpu.state->xsave;
+ struct task_struct *tsk = current;
+ int ia32_fxstate = (buf != buf_fx);
- static unsigned int page_random, slot_random;
+@@ -195,7 +196,7 @@ sanitize_restored_xstate(struct task_struct *tsk,
+ struct user_i387_ia32_struct *ia32_env,
+ u64 xfeatures, int fx_only)
+ {
+- struct xregs_state *xsave = &tsk->thread.fpu.state.xsave;
++ struct xregs_state *xsave = &tsk->thread.fpu.state->xsave;
+ struct xstate_header *header = &xsave->header;
-@@ -122,11 +121,17 @@ static void init_espfix_random(void)
- void __init init_espfix_bsp(void)
+ if (use_xsave()) {
+@@ -228,6 +229,7 @@ sanitize_restored_xstate(struct task_struct *tsk,
+ */
+ static inline int copy_user_to_fpregs_zeroing(void __user *buf, u64 xbv, int fx_only)
{
- pgd_t *pgd_p;
-+ unsigned long index = pgd_index(ESPFIX_BASE_ADDR);
++ buf = (void __user *)____m(buf);
+ if (use_xsave()) {
+ if ((unsigned long)buf % 64 || fx_only) {
+ u64 init_bv = xfeatures_mask & ~XSTATE_FPSSE;
+@@ -308,9 +310,9 @@ static int __fpu__restore_sig(void __user *buf, void __user *buf_fx, int size)
+ */
+ fpu__drop(fpu);
+
+- if (__copy_from_user(&fpu->state.xsave, buf_fx, state_size) ||
++ if (__copy_from_user(&fpu->state->xsave, buf_fx, state_size) ||
+ __copy_from_user(&env, buf, sizeof(env))) {
+- fpstate_init(&fpu->state);
++ fpstate_init(fpu->state);
+ err = -1;
+ } else {
+ sanitize_restored_xstate(tsk, &env, xfeatures, fx_only);
+diff --git a/arch/x86/kernel/fpu/xstate.c b/arch/x86/kernel/fpu/xstate.c
+index 62fc001..5ce38be 100644
+--- a/arch/x86/kernel/fpu/xstate.c
++++ b/arch/x86/kernel/fpu/xstate.c
+@@ -93,14 +93,14 @@ EXPORT_SYMBOL_GPL(cpu_has_xfeatures);
+ */
+ void fpstate_sanitize_xstate(struct fpu *fpu)
+ {
+- struct fxregs_state *fx = &fpu->state.fxsave;
++ struct fxregs_state *fx = &fpu->state->fxsave;
+ int feature_bit;
+ u64 xfeatures;
- /* Install the espfix pud into the kernel page directory */
-- pgd_p = &init_level4_pgt[pgd_index(ESPFIX_BASE_ADDR)];
-+ pgd_p = &init_level4_pgt[index];
- pgd_populate(&init_mm, pgd_p, (pud_t *)espfix_pud_page);
+ if (!use_xsaveopt())
+ return;
-+#ifdef CONFIG_PAX_PER_CPU_PGD
-+ clone_pgd_range(get_cpu_pgd(0, kernel) + index, swapper_pg_dir + index, 1);
-+ clone_pgd_range(get_cpu_pgd(0, user) + index, swapper_pg_dir + index, 1);
-+#endif
-+
- /* Randomize the locations */
- init_espfix_random();
+- xfeatures = fpu->state.xsave.header.xfeatures;
++ xfeatures = fpu->state->xsave.header.xfeatures;
-@@ -194,7 +199,7 @@ void init_espfix_ap(void)
- set_pte(&pte_p[n*PTE_STRIDE], pte);
+ /*
+ * None of the feature bits are in init state. So nothing else
+@@ -402,7 +402,7 @@ void *get_xsave_addr(struct xregs_state *xsave, int xstate_feature)
+ if (!boot_cpu_has(X86_FEATURE_XSAVE))
+ return NULL;
- /* Job is done for this CPU and any CPU which shares this page */
-- ACCESS_ONCE(espfix_pages[page]) = stack_page;
-+ ACCESS_ONCE_RW(espfix_pages[page]) = stack_page;
+- xsave = &current->thread.fpu.state.xsave;
++ xsave = &current->thread.fpu.state->xsave;
+ /*
+ * We should not ever be requesting features that we
+ * have not enabled. Remember that pcntxt_mask is
+@@ -457,5 +457,5 @@ const void *get_xsave_field_ptr(int xsave_state)
+ */
+ fpu__save(fpu);
- unlock_done:
- mutex_unlock(&espfix_init_mutex);
+- return get_xsave_addr(&fpu->state.xsave, xsave_state);
++ return get_xsave_addr(&fpu->state->xsave, xsave_state);
+ }
diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c
index 8b7b0a5..02219db 100644
--- a/arch/x86/kernel/ftrace.c
@@ -24404,7 +25524,7 @@ index f129a9a..af8f6da 100644
for (i = 0; i < NUM_EXCEPTION_VECTORS; i++)
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S
-index 7e429c9..7244a52 100644
+index 0e2d96f..5889003 100644
--- a/arch/x86/kernel/head_32.S
+++ b/arch/x86/kernel/head_32.S
@@ -27,6 +27,12 @@
@@ -24460,7 +25580,7 @@ index 7e429c9..7244a52 100644
ENTRY(startup_32)
movl pa(stack_start),%ecx
-@@ -114,6 +129,59 @@ ENTRY(startup_32)
+@@ -114,6 +129,66 @@ ENTRY(startup_32)
2:
leal -__PAGE_OFFSET(%ecx),%esp
@@ -24473,7 +25593,14 @@ index 7e429c9..7244a52 100644
+ movb %ah,GDT_ENTRY_PERCPU * 8 + 7(%edi)
+ movl $__per_cpu_end - 1,%eax
+ subl $__per_cpu_start,%eax
++ cmpl $0x100000,%eax
++ jb 1f
++ shrl $PAGE_SHIFT,%eax
++ orb $0x80,GDT_ENTRY_PERCPU * 8 + 6(%edi)
++1:
+ movw %ax,GDT_ENTRY_PERCPU * 8 + 0(%edi)
++ shrl $16,%eax
++ orb %al,GDT_ENTRY_PERCPU * 8 + 6(%edi)
+#endif
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
@@ -24520,7 +25647,7 @@ index 7e429c9..7244a52 100644
/*
* Clear BSS first so that there are no surprises...
*/
-@@ -209,8 +277,11 @@ ENTRY(startup_32)
+@@ -209,8 +284,11 @@ ENTRY(startup_32)
movl %eax, pa(max_pfn_mapped)
/* Do early initialization of the fixmap area */
@@ -24534,7 +25661,7 @@ index 7e429c9..7244a52 100644
#else /* Not PAE */
page_pde_offset = (__PAGE_OFFSET >> 20);
-@@ -240,8 +311,11 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
+@@ -240,8 +318,11 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
movl %eax, pa(max_pfn_mapped)
/* Do early initialization of the fixmap area */
@@ -24548,7 +25675,7 @@ index 7e429c9..7244a52 100644
#endif
#ifdef CONFIG_PARAVIRT
-@@ -255,9 +329,7 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
+@@ -255,9 +336,7 @@ page_pde_offset = (__PAGE_OFFSET >> 20);
cmpl $num_subarch_entries, %eax
jae bad_subarch
@@ -24559,7 +25686,7 @@ index 7e429c9..7244a52 100644
bad_subarch:
WEAK(lguest_entry)
-@@ -269,10 +341,10 @@ WEAK(xen_entry)
+@@ -269,10 +348,10 @@ WEAK(xen_entry)
__INITDATA
subarch_entries:
@@ -24574,7 +25701,7 @@ index 7e429c9..7244a52 100644
num_subarch_entries = (. - subarch_entries) / 4
.previous
#else
-@@ -362,6 +434,7 @@ default_entry:
+@@ -362,6 +441,7 @@ default_entry:
movl pa(mmu_cr4_features),%eax
movl %eax,%cr4
@@ -24582,7 +25709,7 @@ index 7e429c9..7244a52 100644
testb $X86_CR4_PAE, %al # check if PAE is enabled
jz enable_paging
-@@ -390,6 +463,9 @@ default_entry:
+@@ -390,6 +470,9 @@ default_entry:
/* Make changes effective */
wrmsr
@@ -24592,7 +25719,7 @@ index 7e429c9..7244a52 100644
enable_paging:
/*
-@@ -457,14 +533,20 @@ is486:
+@@ -457,14 +540,20 @@ is486:
1: movl $(__KERNEL_DS),%eax # reload all the segment registers
movl %eax,%ss # after changing gdt.
@@ -24614,7 +25741,7 @@ index 7e429c9..7244a52 100644
movl %eax,%gs
xorl %eax,%eax # Clear LDT
-@@ -521,8 +603,11 @@ setup_once:
+@@ -521,8 +610,11 @@ setup_once:
* relocation. Manually set base address in stack canary
* segment descriptor.
*/
@@ -24627,16 +25754,16 @@ index 7e429c9..7244a52 100644
movw %cx, 8 * GDT_ENTRY_STACK_CANARY + 2(%eax)
shrl $16, %ecx
movb %cl, 8 * GDT_ENTRY_STACK_CANARY + 4(%eax)
-@@ -559,7 +644,7 @@ early_idt_handler_common:
+@@ -559,7 +651,7 @@ early_idt_handler_common:
cmpl $2,(%esp) # X86_TRAP_NMI
- je is_nmi # Ignore NMI
+ je .Lis_nmi # Ignore NMI
- cmpl $2,%ss:early_recursion_flag
+ cmpl $1,%ss:early_recursion_flag
je hlt_loop
incl %ss:early_recursion_flag
-@@ -597,8 +682,8 @@ early_idt_handler_common:
+@@ -597,8 +689,8 @@ early_idt_handler_common:
pushl (20+6*4)(%esp) /* trapno */
pushl $fault_msg
call printk
@@ -24646,7 +25773,7 @@ index 7e429c9..7244a52 100644
hlt_loop:
hlt
jmp hlt_loop
-@@ -618,8 +703,11 @@ ENDPROC(early_idt_handler_common)
+@@ -618,8 +710,11 @@ ENDPROC(early_idt_handler_common)
/* This is the default interrupt "handler" :-) */
ALIGN
ignore_int:
@@ -24659,7 +25786,7 @@ index 7e429c9..7244a52 100644
pushl %eax
pushl %ecx
pushl %edx
-@@ -628,9 +716,6 @@ ignore_int:
+@@ -628,9 +723,6 @@ ignore_int:
movl $(__KERNEL_DS),%eax
movl %eax,%ds
movl %eax,%es
@@ -24669,7 +25796,7 @@ index 7e429c9..7244a52 100644
pushl 16(%esp)
pushl 24(%esp)
pushl 32(%esp)
-@@ -664,29 +749,34 @@ ENTRY(setup_once_ref)
+@@ -664,29 +756,34 @@ ENTRY(setup_once_ref)
/*
* BSS section
*/
@@ -24709,7 +25836,7 @@ index 7e429c9..7244a52 100644
ENTRY(initial_page_table)
.long pa(initial_pg_pmd+PGD_IDENT_ATTR),0 /* low identity map */
# if KPMDS == 3
-@@ -705,12 +795,20 @@ ENTRY(initial_page_table)
+@@ -705,12 +802,20 @@ ENTRY(initial_page_table)
# error "Kernel PMDs should be 1, 2 or 3"
# endif
.align PAGE_SIZE /* needs to be page-sized too */
@@ -24731,7 +25858,7 @@ index 7e429c9..7244a52 100644
__INITRODATA
int_msg:
-@@ -738,7 +836,7 @@ fault_msg:
+@@ -738,7 +843,7 @@ fault_msg:
* segment size, and 32-bit linear address value:
*/
@@ -24740,7 +25867,7 @@ index 7e429c9..7244a52 100644
.globl boot_gdt_descr
.globl idt_descr
-@@ -747,7 +845,7 @@ fault_msg:
+@@ -747,7 +852,7 @@ fault_msg:
.word 0 # 32 bit align gdt_desc.address
boot_gdt_descr:
.word __BOOT_DS+7
@@ -24749,7 +25876,7 @@ index 7e429c9..7244a52 100644
.word 0 # 32-bit align idt_desc.address
idt_descr:
-@@ -758,7 +856,7 @@ idt_descr:
+@@ -758,7 +863,7 @@ idt_descr:
.word 0 # 32 bit align gdt_desc.address
ENTRY(early_gdt_descr)
.word GDT_ENTRIES*8-1
@@ -24758,7 +25885,7 @@ index 7e429c9..7244a52 100644
/*
* The boot_gdt must mirror the equivalent in setup.S and is
-@@ -767,5 +865,65 @@ ENTRY(early_gdt_descr)
+@@ -767,5 +872,65 @@ ENTRY(early_gdt_descr)
.align L1_CACHE_BYTES
ENTRY(boot_gdt)
.fill GDT_ENTRY_BOOT_CS,8,0
@@ -24827,7 +25954,7 @@ index 7e429c9..7244a52 100644
+ .fill PAGE_SIZE_asm - GDT_SIZE,1,0
+ .endr
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
-index 7e5da2c..761adf1 100644
+index 1d40ca8..4d38dbd 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -20,6 +20,8 @@
@@ -24852,7 +25979,7 @@ index 7e5da2c..761adf1 100644
.text
__HEAD
-@@ -89,11 +97,26 @@ startup_64:
+@@ -89,11 +97,33 @@ startup_64:
* Fixup the physical addresses in the page table
*/
addq %rbp, early_level4_pgt + (L4_START_KERNEL*8)(%rip)
@@ -24874,6 +26001,13 @@ index 7e5da2c..761adf1 100644
+ addq %rbp, level3_kernel_pgt + (L3_START_KERNEL*8)(%rip)
+ addq %rbp, level3_kernel_pgt + ((L3_START_KERNEL+1)*8)(%rip)
+
++ addq %rbp, level2_ident_pgt + (0*8)(%rip)
++
++ addq %rbp, level2_fixmap_pgt + (0*8)(%rip)
++ addq %rbp, level2_fixmap_pgt + (1*8)(%rip)
++ addq %rbp, level2_fixmap_pgt + (2*8)(%rip)
++ addq %rbp, level2_fixmap_pgt + (3*8)(%rip)
++
+ addq %rbp, level2_fixmap_pgt + (504*8)(%rip)
+ addq %rbp, level2_fixmap_pgt + (505*8)(%rip)
addq %rbp, level2_fixmap_pgt + (506*8)(%rip)
@@ -24881,7 +26015,7 @@ index 7e5da2c..761adf1 100644
/*
* Set up the identity mapping for the switchover. These
-@@ -174,11 +197,12 @@ ENTRY(secondary_startup_64)
+@@ -174,11 +204,12 @@ ENTRY(secondary_startup_64)
* after the boot processor executes this code.
*/
@@ -24896,7 +26030,7 @@ index 7e5da2c..761adf1 100644
movq %rcx, %cr4
/* Setup early boot stage 4 level pagetables. */
-@@ -199,10 +223,21 @@ ENTRY(secondary_startup_64)
+@@ -199,10 +230,21 @@ ENTRY(secondary_startup_64)
movl $MSR_EFER, %ecx
rdmsr
btsl $_EFER_SCE, %eax /* Enable System Call */
@@ -24919,7 +26053,7 @@ index 7e5da2c..761adf1 100644
1: wrmsr /* Make changes effective */
/* Setup cr0 */
-@@ -282,6 +317,7 @@ ENTRY(secondary_startup_64)
+@@ -282,6 +324,7 @@ ENTRY(secondary_startup_64)
* REX.W + FF /5 JMP m16:64 Jump far, absolute indirect,
* address given in m16:64.
*/
@@ -24927,7 +26061,7 @@ index 7e5da2c..761adf1 100644
movq initial_code(%rip),%rax
pushq $0 # fake return address to stop unwinder
pushq $__KERNEL_CS # set correct cs
-@@ -313,7 +349,7 @@ ENDPROC(start_cpu0)
+@@ -313,7 +356,7 @@ ENDPROC(start_cpu0)
.quad INIT_PER_CPU_VAR(irq_stack_union)
GLOBAL(stack_start)
@@ -24936,7 +26070,7 @@ index 7e5da2c..761adf1 100644
.word 0
__FINITDATA
-@@ -393,7 +429,7 @@ early_idt_handler_common:
+@@ -393,7 +436,7 @@ early_idt_handler_common:
call dump_stack
#ifdef CONFIG_KALLSYMS
leaq early_idt_ripmsg(%rip),%rdi
@@ -24945,7 +26079,7 @@ index 7e5da2c..761adf1 100644
call __print_symbol
#endif
#endif /* EARLY_PRINTK */
-@@ -422,6 +458,7 @@ ENDPROC(early_idt_handler_common)
+@@ -422,6 +465,7 @@ ENDPROC(early_idt_handler_common)
early_recursion_flag:
.long 0
@@ -24953,7 +26087,13 @@ index 7e5da2c..761adf1 100644
#ifdef CONFIG_EARLY_PRINTK
early_idt_msg:
.asciz "PANIC: early exception %02lx rip %lx:%lx error %lx cr2 %lx\n"
-@@ -449,29 +486,52 @@ NEXT_PAGE(early_level4_pgt)
+@@ -444,40 +488,67 @@ GLOBAL(name)
+ __INITDATA
+ NEXT_PAGE(early_level4_pgt)
+ .fill 511,8,0
+- .quad level3_kernel_pgt - __START_KERNEL_map + _PAGE_TABLE
++ .quad level3_kernel_pgt - __START_KERNEL_map + _KERNPG_TABLE
+
NEXT_PAGE(early_dynamic_pgts)
.fill 512*EARLY_DYNAMIC_PAGE_TABLES,8,0
@@ -24976,15 +26116,16 @@ index 7e5da2c..761adf1 100644
+ .quad level3_vmemmap_pgt - __START_KERNEL_map + _KERNPG_TABLE
.org init_level4_pgt + L4_START_KERNEL*8, 0
/* (2^48-(2*1024*1024*1024))/(2^39) = 511 */
- .quad level3_kernel_pgt - __START_KERNEL_map + _PAGE_TABLE
-
+- .quad level3_kernel_pgt - __START_KERNEL_map + _PAGE_TABLE
++ .quad level3_kernel_pgt - __START_KERNEL_map + _KERNPG_TABLE
++
+#ifdef CONFIG_PAX_PER_CPU_PGD
+NEXT_PAGE(cpu_pgd)
+ .rept 2*NR_CPUS
+ .fill 512,8,0
+ .endr
+#endif
-+
+
NEXT_PAGE(level3_ident_pgt)
.quad level2_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
+#ifdef CONFIG_XEN
@@ -25006,26 +26147,27 @@ index 7e5da2c..761adf1 100644
+
NEXT_PAGE(level2_ident_pgt)
- /* Since I easily can, map the first 1G.
++ .quad level1_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
+ /* Since I easily can, map the first 2G.
* Don't set NX because code runs from these pages.
*/
- PMDS(0, __PAGE_KERNEL_IDENT_LARGE_EXEC, PTRS_PER_PMD)
-#endif
-+ PMDS(0, __PAGE_KERNEL_IDENT_LARGE_EXEC, 2*PTRS_PER_PMD)
++ PMDS(PMD_SIZE, __PAGE_KERNEL_IDENT_LARGE_EXEC, 2*PTRS_PER_PMD - 1)
NEXT_PAGE(level3_kernel_pgt)
.fill L3_START_KERNEL,8,0
-@@ -479,6 +539,9 @@ NEXT_PAGE(level3_kernel_pgt)
+ /* (2^48-(2*1024*1024*1024)-((2^39)*511))/(2^30) = 510 */
.quad level2_kernel_pgt - __START_KERNEL_map + _KERNPG_TABLE
- .quad level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
-
+- .quad level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
++ .quad level2_fixmap_pgt - __START_KERNEL_map + _KERNPG_TABLE
++
+NEXT_PAGE(level2_vmemmap_pgt)
+ .fill 512,8,0
-+
+
NEXT_PAGE(level2_kernel_pgt)
/*
- * 512 MB kernel mapping. We spend a full page on this pagetable
-@@ -494,31 +557,69 @@ NEXT_PAGE(level2_kernel_pgt)
+@@ -494,31 +565,79 @@ NEXT_PAGE(level2_kernel_pgt)
KERNEL_IMAGE_SIZE/PMD_SIZE)
NEXT_PAGE(level2_fixmap_pgt)
@@ -25033,13 +26175,23 @@ index 7e5da2c..761adf1 100644
- .quad level1_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
- /* 8MB reserved for vsyscalls + a 2MB hole = 4 + 1 entries */
- .fill 5,8,0
-+ .fill 504,8,0
-+ .quad level1_fixmap_pgt - __START_KERNEL_map + 0 * PAGE_SIZE + _PAGE_TABLE
-+ .quad level1_fixmap_pgt - __START_KERNEL_map + 1 * PAGE_SIZE + _PAGE_TABLE
-+ .quad level1_fixmap_pgt - __START_KERNEL_map + 2 * PAGE_SIZE + _PAGE_TABLE
-+ .quad level1_vsyscall_pgt - __START_KERNEL_map + _PAGE_TABLE
++ .quad level1_modules_pgt - __START_KERNEL_map + 0 * PAGE_SIZE + _KERNPG_TABLE
++ .quad level1_modules_pgt - __START_KERNEL_map + 1 * PAGE_SIZE + _KERNPG_TABLE
++ .quad level1_modules_pgt - __START_KERNEL_map + 2 * PAGE_SIZE + _KERNPG_TABLE
++ .quad level1_modules_pgt - __START_KERNEL_map + 3 * PAGE_SIZE + _KERNPG_TABLE
++ .fill 500,8,0
++ .quad level1_fixmap_pgt - __START_KERNEL_map + 0 * PAGE_SIZE + _KERNPG_TABLE
++ .quad level1_fixmap_pgt - __START_KERNEL_map + 1 * PAGE_SIZE + _KERNPG_TABLE
++ .quad level1_fixmap_pgt - __START_KERNEL_map + 2 * PAGE_SIZE + _KERNPG_TABLE
++ .quad level1_vsyscall_pgt - __START_KERNEL_map + _KERNPG_TABLE
+ /* 6MB reserved for vsyscalls + a 2MB hole = 3 + 1 entries */
+ .fill 4,8,0
++
++NEXT_PAGE(level1_ident_pgt)
++ .fill 512,8,0
++
++NEXT_PAGE(level1_modules_pgt)
++ .fill 4*512,8,0
NEXT_PAGE(level1_fixmap_pgt)
+ .fill 3*512,8,0
@@ -25104,7 +26256,7 @@ index 7e5da2c..761adf1 100644
.skip PAGE_SIZE
diff --git a/arch/x86/kernel/i386_ksyms_32.c b/arch/x86/kernel/i386_ksyms_32.c
-index 05fd74f..c3548b1 100644
+index 64341aa..b1e6632 100644
--- a/arch/x86/kernel/i386_ksyms_32.c
+++ b/arch/x86/kernel/i386_ksyms_32.c
@@ -20,8 +20,12 @@ extern void cmpxchg8b_emu(void);
@@ -25120,9 +26272,9 @@ index 05fd74f..c3548b1 100644
EXPORT_SYMBOL(__get_user_1);
EXPORT_SYMBOL(__get_user_2);
-@@ -44,3 +48,11 @@ EXPORT_SYMBOL(___preempt_schedule);
- EXPORT_SYMBOL(___preempt_schedule_context);
- #endif
+@@ -42,3 +46,11 @@ EXPORT_SYMBOL(empty_zero_page);
+ EXPORT_SYMBOL(___preempt_schedule);
+ EXPORT_SYMBOL(___preempt_schedule_notrace);
#endif
+
+#ifdef CONFIG_PAX_KERNEXEC
@@ -25133,7 +26285,7 @@ index 05fd74f..c3548b1 100644
+EXPORT_SYMBOL(cpu_pgd);
+#endif
diff --git a/arch/x86/kernel/i8259.c b/arch/x86/kernel/i8259.c
-index e7cc537..67d7372 100644
+index 16cb827..372334f 100644
--- a/arch/x86/kernel/i8259.c
+++ b/arch/x86/kernel/i8259.c
@@ -110,7 +110,7 @@ static int i8259A_irq_pending(unsigned int irq)
@@ -25234,19 +26386,19 @@ index 37dae79..620dd84 100644
regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12);
t->iopl = level << 12;
diff --git a/arch/x86/kernel/irq.c b/arch/x86/kernel/irq.c
-index e5952c2..11c3a54 100644
+index c7dfe1b..146f63c 100644
--- a/arch/x86/kernel/irq.c
+++ b/arch/x86/kernel/irq.c
-@@ -22,7 +22,7 @@
- #define CREATE_TRACE_POINTS
- #include <asm/trace/irq_vectors.h>
+@@ -28,7 +28,7 @@ EXPORT_PER_CPU_SYMBOL(irq_stat);
+ DEFINE_PER_CPU(struct pt_regs *, irq_regs);
+ EXPORT_PER_CPU_SYMBOL(irq_regs);
-atomic_t irq_err_count;
+atomic_unchecked_t irq_err_count;
/* Function pointer for generic interrupt vector handling */
void (*x86_platform_ipi_callback)(void) = NULL;
-@@ -132,9 +132,9 @@ int arch_show_interrupts(struct seq_file *p, int prec)
+@@ -144,9 +144,9 @@ int arch_show_interrupts(struct seq_file *p, int prec)
seq_printf(p, "%10u ", irq_stats(j)->irq_hv_callback_count);
seq_puts(p, " Hypervisor callback interrupts\n");
#endif
@@ -25256,9 +26408,9 @@ index e5952c2..11c3a54 100644
- seq_printf(p, "%*s: %10u\n", prec, "MIS", atomic_read(&irq_mis_count));
+ seq_printf(p, "%*s: %10u\n", prec, "MIS", atomic_read_unchecked(&irq_mis_count));
#endif
- return 0;
- }
-@@ -174,7 +174,7 @@ u64 arch_irq_stat_cpu(unsigned int cpu)
+ #ifdef CONFIG_HAVE_KVM
+ seq_printf(p, "%*s: ", prec, "PIN");
+@@ -198,7 +198,7 @@ u64 arch_irq_stat_cpu(unsigned int cpu)
u64 arch_irq_stat(void)
{
@@ -25268,10 +26420,10 @@ index e5952c2..11c3a54 100644
}
diff --git a/arch/x86/kernel/irq_32.c b/arch/x86/kernel/irq_32.c
-index f9fd86a..e6cc9ae 100644
+index cd74f59..588af0b 100644
--- a/arch/x86/kernel/irq_32.c
+++ b/arch/x86/kernel/irq_32.c
-@@ -29,6 +29,8 @@ EXPORT_PER_CPU_SYMBOL(irq_regs);
+@@ -23,6 +23,8 @@
#ifdef CONFIG_DEBUG_STACKOVERFLOW
@@ -25280,7 +26432,7 @@ index f9fd86a..e6cc9ae 100644
int sysctl_panic_on_stackoverflow __read_mostly;
/* Debugging check for stack overflow: is there less than 1KB free? */
-@@ -39,13 +41,14 @@ static int check_stack_overflow(void)
+@@ -33,13 +35,14 @@ static int check_stack_overflow(void)
__asm__ __volatile__("andl %%esp,%0" :
"=r" (sp) : "0" (THREAD_SIZE - 1));
@@ -25296,7 +26448,7 @@ index f9fd86a..e6cc9ae 100644
if (sysctl_panic_on_stackoverflow)
panic("low stack detected by irq handler - check messages\n");
}
-@@ -77,10 +80,9 @@ static inline void *current_stack(void)
+@@ -71,10 +74,9 @@ static inline void *current_stack(void)
static inline int
execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
{
@@ -25308,7 +26460,7 @@ index f9fd86a..e6cc9ae 100644
irqstk = __this_cpu_read(hardirq_stack);
/*
-@@ -89,15 +91,19 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
+@@ -83,15 +85,19 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
* handler) we can't do that and just have to keep using the
* current stack (which is the irq stack already after all)
*/
@@ -25330,7 +26482,7 @@ index f9fd86a..e6cc9ae 100644
if (unlikely(overflow))
call_on_stack(print_stack_overflow, isp);
-@@ -108,6 +114,11 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
+@@ -102,6 +108,11 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
: "0" (irq), "1" (desc), "2" (isp),
"D" (desc->handle_irq)
: "memory", "cc", "ecx");
@@ -25342,7 +26494,7 @@ index f9fd86a..e6cc9ae 100644
return 1;
}
-@@ -116,32 +127,18 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
+@@ -110,32 +121,18 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
*/
void irq_ctx_init(int cpu)
{
@@ -25377,7 +26529,7 @@ index f9fd86a..e6cc9ae 100644
irqstk = __this_cpu_read(softirq_stack);
/* build the stack frame on the softirq stack */
-@@ -151,7 +148,16 @@ void do_softirq_own_stack(void)
+@@ -145,7 +142,16 @@ void do_softirq_own_stack(void)
prev_esp = (u32 *)irqstk;
*prev_esp = current_stack_pointer();
@@ -25395,19 +26547,19 @@ index f9fd86a..e6cc9ae 100644
bool handle_irq(unsigned irq, struct pt_regs *regs)
diff --git a/arch/x86/kernel/irq_64.c b/arch/x86/kernel/irq_64.c
-index 394e643..824fce8 100644
+index bc4604e..0be227d 100644
--- a/arch/x86/kernel/irq_64.c
+++ b/arch/x86/kernel/irq_64.c
-@@ -26,6 +26,8 @@ EXPORT_PER_CPU_SYMBOL(irq_stat);
- DEFINE_PER_CPU(struct pt_regs *, irq_regs);
- EXPORT_PER_CPU_SYMBOL(irq_regs);
+@@ -20,6 +20,8 @@
+ #include <asm/idle.h>
+ #include <asm/apic.h>
+extern void gr_handle_kernel_exploit(void);
+
int sysctl_panic_on_stackoverflow;
/*
-@@ -69,6 +71,8 @@ static inline void stack_overflow_check(struct pt_regs *regs)
+@@ -63,6 +65,8 @@ static inline void stack_overflow_check(struct pt_regs *regs)
irq_stack_top, irq_stack_bottom,
estack_top, estack_bottom);
@@ -25417,14 +26569,14 @@ index 394e643..824fce8 100644
panic("low stack detected by irq handler - check messages\n");
#endif
diff --git a/arch/x86/kernel/jump_label.c b/arch/x86/kernel/jump_label.c
-index 26d5a55..bf8b49b 100644
+index 26d5a55..063fef8 100644
--- a/arch/x86/kernel/jump_label.c
+++ b/arch/x86/kernel/jump_label.c
@@ -31,6 +31,8 @@ static void bug_at(unsigned char *ip, int line)
* Something went wrong. Crash the box, as something could be
* corrupting the kernel.
*/
-+ ip = ktla_ktva(ip);
++ ip = (unsigned char *)ktla_ktva((unsigned long)ip);
+ pr_warning("Unexpected op at %pS [%p] %s:%d\n", ip, ip, __FILE__, line);
pr_warning("Unexpected op at %pS [%p] (%02x %02x %02x %02x %02x) %s:%d\n",
ip, ip, ip[0], ip[1], ip[2], ip[3], ip[4], __FILE__, line);
@@ -25464,7 +26616,7 @@ index 26d5a55..bf8b49b 100644
}
memcpy(&code, ideal_nops[NOP_ATOMIC5], JUMP_LABEL_NOP_SIZE);
diff --git a/arch/x86/kernel/kgdb.c b/arch/x86/kernel/kgdb.c
-index d6178d9..e12482f 100644
+index d6178d9..598681f 100644
--- a/arch/x86/kernel/kgdb.c
+++ b/arch/x86/kernel/kgdb.c
@@ -228,7 +228,10 @@ static void kgdb_correct_hw_break(void)
@@ -25508,12 +26660,12 @@ index d6178d9..e12482f 100644
bpt->type = BP_BREAKPOINT;
- err = probe_kernel_read(bpt->saved_instr, (char *)bpt->bpt_addr,
-+ err = probe_kernel_read(bpt->saved_instr, ktla_ktva((char *)bpt->bpt_addr),
++ err = probe_kernel_read(bpt->saved_instr, (const void *)ktla_ktva(bpt->bpt_addr),
BREAK_INSTR_SIZE);
if (err)
return err;
- err = probe_kernel_write((char *)bpt->bpt_addr,
-+ err = probe_kernel_write(ktla_ktva((char *)bpt->bpt_addr),
++ err = probe_kernel_write((void *)ktla_ktva(bpt->bpt_addr),
arch_kgdb_ops.gdb_bpt_instr, BREAK_INSTR_SIZE);
#ifdef CONFIG_DEBUG_RODATA
if (!err)
@@ -25538,12 +26690,12 @@ index d6178d9..e12482f 100644
knl_write:
#endif /* CONFIG_DEBUG_RODATA */
- return probe_kernel_write((char *)bpt->bpt_addr,
-+ return probe_kernel_write(ktla_ktva((char *)bpt->bpt_addr),
++ return probe_kernel_write((void *)ktla_ktva(bpt->bpt_addr),
(char *)bpt->saved_instr, BREAK_INSTR_SIZE);
}
diff --git a/arch/x86/kernel/kprobes/core.c b/arch/x86/kernel/kprobes/core.c
-index 1deffe6..4705700 100644
+index 1deffe6..3be342a 100644
--- a/arch/x86/kernel/kprobes/core.c
+++ b/arch/x86/kernel/kprobes/core.c
@@ -120,9 +120,12 @@ __synthesize_relative_insn(void *from, void *to, u8 op)
@@ -25551,7 +26703,7 @@ index 1deffe6..4705700 100644
} __packed *insn;
- insn = (struct __arch_relative_insn *)from;
-+ insn = (struct __arch_relative_insn *)ktla_ktva(from);
++ insn = (struct __arch_relative_insn *)ktla_ktva((unsigned long)from);
+
+ pax_open_kernel();
insn->raddr = (s32)((long)(to) - ((long)(from) + 5));
@@ -25736,7 +26888,7 @@ index c2bedae..25e7ab60 100644
.name = "data",
.mode = S_IRUGO,
diff --git a/arch/x86/kernel/ldt.c b/arch/x86/kernel/ldt.c
-index c37886d..f43b63d 100644
+index 2bcc052..864eb84 100644
--- a/arch/x86/kernel/ldt.c
+++ b/arch/x86/kernel/ldt.c
@@ -11,6 +11,7 @@
@@ -25745,9 +26897,9 @@ index c37886d..f43b63d 100644
#include <linux/mm.h>
+#include <linux/ratelimit.h>
#include <linux/smp.h>
+ #include <linux/slab.h>
#include <linux/vmalloc.h>
- #include <linux/uaccess.h>
-@@ -20,6 +21,14 @@
+@@ -21,6 +22,14 @@
#include <asm/mmu_context.h>
#include <asm/syscalls.h>
@@ -25759,39 +26911,13 @@ index c37886d..f43b63d 100644
+int sysctl_modify_ldt __read_only = 0;
+#endif
+
- #ifdef CONFIG_SMP
+ /* context.lock is held for us, so we don't need any locking. */
static void flush_ldt(void *current_mm)
{
-@@ -66,13 +75,13 @@ static int alloc_ldt(mm_context_t *pc, int mincount, int reload)
- if (reload) {
- #ifdef CONFIG_SMP
- preempt_disable();
-- load_LDT(pc);
-+ load_LDT_nolock(pc);
- if (!cpumask_equal(mm_cpumask(current->mm),
- cpumask_of(smp_processor_id())))
- smp_call_function(flush_ldt, current->mm, 1);
- preempt_enable();
- #else
-- load_LDT(pc);
-+ load_LDT_nolock(pc);
- #endif
- }
- if (oldsize) {
-@@ -94,7 +103,7 @@ static inline int copy_ldt(mm_context_t *new, mm_context_t *old)
- return err;
-
- for (i = 0; i < old->size; i++)
-- write_ldt_entry(new->ldt, i, old->ldt + i * LDT_ENTRY_SIZE);
-+ write_ldt_entry(new->ldt, i, old->ldt + i);
- return 0;
- }
+@@ -109,6 +118,23 @@ int init_new_context(struct task_struct *tsk, struct mm_struct *mm)
+ struct mm_struct *old_mm;
+ int retval = 0;
-@@ -115,6 +124,24 @@ int init_new_context(struct task_struct *tsk, struct mm_struct *mm)
- retval = copy_ldt(&mm->context, &old_mm->context);
- mutex_unlock(&old_mm->context.lock);
- }
-+
+ if (tsk == current) {
+ mm->context.vdso = 0;
+
@@ -25809,24 +26935,25 @@ index c37886d..f43b63d 100644
+
+ }
+
- return retval;
- }
-
-@@ -229,6 +256,13 @@ static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode)
- }
- }
-
+ mutex_init(&mm->context.lock);
+ old_mm = current->mm;
+ if (!old_mm) {
+@@ -235,6 +261,14 @@ static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode)
+ /* The user wants to clear the entry. */
+ memset(&ldt, 0, sizeof(ldt));
+ } else {
++
+#ifdef CONFIG_PAX_SEGMEXEC
-+ if ((mm->pax_flags & MF_PAX_SEGMEXEC) && (ldt_info.contents & MODIFY_LDT_CONTENTS_CODE)) {
-+ error = -EINVAL;
-+ goto out_unlock;
-+ }
++ if ((mm->pax_flags & MF_PAX_SEGMEXEC) && (ldt_info.contents & MODIFY_LDT_CONTENTS_CODE)) {
++ error = -EINVAL;
++ goto out;
++ }
+#endif
+
- if (!IS_ENABLED(CONFIG_X86_16BIT) && !ldt_info.seg_32bit) {
- error = -EINVAL;
- goto out_unlock;
-@@ -254,6 +288,15 @@ asmlinkage int sys_modify_ldt(int func, void __user *ptr,
+ if (!IS_ENABLED(CONFIG_X86_16BIT) && !ldt_info.seg_32bit) {
+ error = -EINVAL;
+ goto out;
+@@ -276,6 +310,15 @@ asmlinkage int sys_modify_ldt(int func, void __user *ptr,
{
int ret = -ENOSYS;
@@ -25992,7 +27119,7 @@ index 94ea120..4154cea 100644
+ENDPROC(return_to_handler)
#endif
diff --git a/arch/x86/kernel/module.c b/arch/x86/kernel/module.c
-index 005c03e..2f440cd 100644
+index 005c03e..7000fe4 100644
--- a/arch/x86/kernel/module.c
+++ b/arch/x86/kernel/module.c
@@ -75,17 +75,17 @@ static unsigned long int get_module_load_offset(void)
@@ -26085,7 +27212,7 @@ index 005c03e..2f440cd 100644
+ plocation = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr + rel[i].r_offset;
+ location = (uint32_t)plocation;
+ if (sechdrs[sechdrs[relsec].sh_info].sh_flags & SHF_EXECINSTR)
-+ plocation = ktla_ktva((void *)plocation);
++ plocation = (uint32_t *)ktla_ktva((unsigned long)plocation);
/* This is the symbol it is referring to. Note that all
undefined symbols have been resolved. */
sym = (Elf32_Sym *)sechdrs[symindex].sh_addr
@@ -26302,20 +27429,20 @@ index 6d9582e..f746287 100644
return;
}
diff --git a/arch/x86/kernel/paravirt-spinlocks.c b/arch/x86/kernel/paravirt-spinlocks.c
-index bbb6c73..24a58ef 100644
+index 33ee3e0..da3519a 100644
--- a/arch/x86/kernel/paravirt-spinlocks.c
+++ b/arch/x86/kernel/paravirt-spinlocks.c
-@@ -8,7 +8,7 @@
-
- #include <asm/paravirt.h>
+@@ -23,7 +23,7 @@ bool pv_is_native_spin_unlock(void)
+ }
+ #endif
-struct pv_lock_ops pv_lock_ops = {
+struct pv_lock_ops pv_lock_ops __read_only = {
#ifdef CONFIG_SMP
- .lock_spinning = __PV_IS_CALLEE_SAVE(paravirt_nop),
- .unlock_kick = paravirt_nop,
+ #ifdef CONFIG_QUEUED_SPINLOCKS
+ .queued_spin_lock_slowpath = native_queued_spin_lock_slowpath,
diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c
-index c614dd4..9ad659e 100644
+index 58bcfb6..0adb7d7 100644
--- a/arch/x86/kernel/paravirt.c
+++ b/arch/x86/kernel/paravirt.c
@@ -56,6 +56,9 @@ u64 _paravirt_ident_64(u64 x)
@@ -26334,7 +27461,7 @@ index c614dd4..9ad659e 100644
/* If there's no function, patch it with a ud2a (BUG) */
- ret = paravirt_patch_insns(insnbuf, len, ud2a, ud2a+sizeof(ud2a));
- else if (opfunc == _paravirt_nop)
-+ ret = paravirt_patch_insns(insnbuf, len, ktva_ktla(ud2a), ud2a+sizeof(ud2a));
++ ret = paravirt_patch_insns(insnbuf, len, (const char *)ktva_ktla((unsigned long)ud2a), ud2a+sizeof(ud2a));
+ else if (opfunc == (void *)_paravirt_nop)
/* If the operation is a nop, then nop the callsite */
ret = paravirt_patch_nop();
@@ -26352,17 +27479,17 @@ index c614dd4..9ad659e 100644
+#endif
else if (type == PARAVIRT_PATCH(pv_cpu_ops.iret) ||
- type == PARAVIRT_PATCH(pv_cpu_ops.irq_enable_sysexit) ||
-@@ -176,7 +183,7 @@ unsigned paravirt_patch_insns(void *insnbuf, unsigned len,
+ #ifdef CONFIG_X86_32
+@@ -178,7 +185,7 @@ unsigned paravirt_patch_insns(void *insnbuf, unsigned len,
if (insn_len > len || start == NULL)
insn_len = len;
else
- memcpy(insnbuf, start, insn_len);
-+ memcpy(insnbuf, ktla_ktva(start), insn_len);
++ memcpy(insnbuf, (const char *)ktla_ktva((unsigned long)start), insn_len);
return insn_len;
}
-@@ -300,7 +307,7 @@ enum paravirt_lazy_mode paravirt_get_lazy_mode(void)
+@@ -302,7 +309,7 @@ enum paravirt_lazy_mode paravirt_get_lazy_mode(void)
return this_cpu_read(paravirt_lazy_mode);
}
@@ -26371,7 +27498,7 @@ index c614dd4..9ad659e 100644
.name = "bare hardware",
.paravirt_enabled = 0,
.kernel_rpl = 0,
-@@ -311,16 +318,16 @@ struct pv_info pv_info = {
+@@ -313,16 +320,16 @@ struct pv_info pv_info = {
#endif
};
@@ -26391,7 +27518,7 @@ index c614dd4..9ad659e 100644
.save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
.restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
.irq_disable = __PV_IS_CALLEE_SAVE(native_irq_disable),
-@@ -332,7 +339,7 @@ __visible struct pv_irq_ops pv_irq_ops = {
+@@ -334,7 +341,7 @@ __visible struct pv_irq_ops pv_irq_ops = {
#endif
};
@@ -26400,7 +27527,7 @@ index c614dd4..9ad659e 100644
.cpuid = native_cpuid,
.get_debugreg = native_get_debugreg,
.set_debugreg = native_set_debugreg,
-@@ -395,21 +402,26 @@ NOKPROBE_SYMBOL(native_get_debugreg);
+@@ -397,21 +404,26 @@ NOKPROBE_SYMBOL(native_get_debugreg);
NOKPROBE_SYMBOL(native_set_debugreg);
NOKPROBE_SYMBOL(native_load_idt);
@@ -26430,7 +27557,7 @@ index c614dd4..9ad659e 100644
.read_cr2 = native_read_cr2,
.write_cr2 = native_write_cr2,
-@@ -459,6 +471,7 @@ struct pv_mmu_ops pv_mmu_ops = {
+@@ -461,6 +473,7 @@ struct pv_mmu_ops pv_mmu_ops = {
.make_pud = PTE_IDENT,
.set_pgd = native_set_pgd,
@@ -26438,7 +27565,7 @@ index c614dd4..9ad659e 100644
#endif
#endif /* CONFIG_PGTABLE_LEVELS >= 3 */
-@@ -479,6 +492,12 @@ struct pv_mmu_ops pv_mmu_ops = {
+@@ -481,6 +494,12 @@ struct pv_mmu_ops pv_mmu_ops = {
},
.set_fixmap = native_set_fixmap,
@@ -26452,7 +27579,7 @@ index c614dd4..9ad659e 100644
EXPORT_SYMBOL_GPL(pv_time_ops);
diff --git a/arch/x86/kernel/paravirt_patch_64.c b/arch/x86/kernel/paravirt_patch_64.c
-index a1da673..b6f5831 100644
+index 8aa0558..465512e 100644
--- a/arch/x86/kernel/paravirt_patch_64.c
+++ b/arch/x86/kernel/paravirt_patch_64.c
@@ -9,7 +9,11 @@ DEF_NATIVE(pv_irq_ops, save_fl, "pushfq; popq %rax");
@@ -26467,7 +27594,7 @@ index a1da673..b6f5831 100644
DEF_NATIVE(pv_cpu_ops, clts, "clts");
DEF_NATIVE(pv_cpu_ops, wbinvd, "wbinvd");
-@@ -57,7 +61,11 @@ unsigned native_patch(u8 type, u16 clobbers, void *ibuf,
+@@ -62,7 +66,11 @@ unsigned native_patch(u8 type, u16 clobbers, void *ibuf,
PATCH_SITE(pv_mmu_ops, read_cr3);
PATCH_SITE(pv_mmu_ops, write_cr3);
PATCH_SITE(pv_cpu_ops, clts);
@@ -26477,8 +27604,8 @@ index a1da673..b6f5831 100644
+#endif
+
PATCH_SITE(pv_cpu_ops, wbinvd);
-
- patch_site:
+ #if defined(CONFIG_PARAVIRT_SPINLOCKS) && defined(CONFIG_QUEUED_SPINLOCKS)
+ case PARAVIRT_PATCH(pv_lock_ops.queued_spin_unlock):
diff --git a/arch/x86/kernel/pci-calgary_64.c b/arch/x86/kernel/pci-calgary_64.c
index 0497f71..7186c0d 100644
--- a/arch/x86/kernel/pci-calgary_64.c
@@ -26506,10 +27633,10 @@ index 35ccf75..7a15747 100644
#define DEBUG 1
diff --git a/arch/x86/kernel/pci-swiotlb.c b/arch/x86/kernel/pci-swiotlb.c
-index 77dd0ad..9ec4723 100644
+index adf0392..88a7576 100644
--- a/arch/x86/kernel/pci-swiotlb.c
+++ b/arch/x86/kernel/pci-swiotlb.c
-@@ -33,7 +33,7 @@ void x86_swiotlb_free_coherent(struct device *dev, size_t size,
+@@ -40,7 +40,7 @@ void x86_swiotlb_free_coherent(struct device *dev, size_t size,
struct dma_attrs *attrs)
{
if (is_swiotlb_buffer(dma_to_phys(dev, dma_addr)))
@@ -26519,10 +27646,18 @@ index 77dd0ad..9ec4723 100644
dma_generic_free_coherent(dev, size, vaddr, dma_addr, attrs);
}
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
-index 9717437..44bc9aa 100644
+index c27cad7..47e3f47 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
-@@ -38,7 +38,8 @@
+@@ -15,6 +15,7 @@
+ #include <linux/dmi.h>
+ #include <linux/utsname.h>
+ #include <linux/stackprotector.h>
++#include <linux/kthread.h>
+ #include <linux/tick.h>
+ #include <linux/cpuidle.h>
+ #include <trace/events/power.h>
+@@ -37,7 +38,8 @@
* section. Since TSS's are completely CPU-local, we want them
* on exact cacheline boundaries, to eliminate cacheline ping-pong.
*/
@@ -26532,7 +27667,7 @@ index 9717437..44bc9aa 100644
.x86_tss = {
.sp0 = TOP_OF_INIT_STACK,
#ifdef CONFIG_X86_32
-@@ -56,6 +57,7 @@ __visible DEFINE_PER_CPU_SHARED_ALIGNED(struct tss_struct, cpu_tss) = {
+@@ -55,6 +57,7 @@ __visible DEFINE_PER_CPU_SHARED_ALIGNED(struct tss_struct, cpu_tss) = {
*/
.io_bitmap = { [0 ... IO_BITMAP_LONGS] = ~0 },
#endif
@@ -26540,17 +27675,45 @@ index 9717437..44bc9aa 100644
};
EXPORT_PER_CPU_SYMBOL(cpu_tss);
-@@ -115,7 +117,7 @@ void arch_task_cache_init(void)
- task_xstate_cachep =
- kmem_cache_create("task_xstate", xstate_size,
- __alignof__(union thread_xstate),
-- SLAB_PANIC | SLAB_NOTRACK, NULL);
-+ SLAB_PANIC | SLAB_NOTRACK | SLAB_USERCOPY, NULL);
- setup_xstate_comp();
+@@ -75,17 +78,35 @@ void idle_notifier_unregister(struct notifier_block *n)
+ EXPORT_SYMBOL_GPL(idle_notifier_unregister);
+ #endif
+
++struct kmem_cache *fpregs_state_cachep;
++EXPORT_SYMBOL(fpregs_state_cachep);
++
++void __init arch_task_cache_init(void)
++{
++ /* create a slab on which task_structs can be allocated */
++ fpregs_state_cachep =
++ kmem_cache_create("fpregs_state", xstate_size,
++ ARCH_MIN_TASKALIGN, SLAB_PANIC | SLAB_NOTRACK | SLAB_USERCOPY, NULL);
++}
++
+ /*
+ * this gets called so that we can store lazy state into memory and copy the
+ * current task into the new thread.
+ */
+ int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
+ {
+- memcpy(dst, src, arch_task_struct_size);
++ *dst = *src;
+
++ dst->thread.fpu.state = kmem_cache_alloc_node(fpregs_state_cachep, GFP_KERNEL, tsk_fork_get_node(src));
+ return fpu__copy(&dst->thread.fpu, &src->thread.fpu);
}
-@@ -129,7 +131,7 @@ void exit_thread(void)
- unsigned long *bp = t->io_bitmap_ptr;
++void arch_release_task_struct(struct task_struct *tsk)
++{
++ kmem_cache_free(fpregs_state_cachep, tsk->thread.fpu.state);
++ tsk->thread.fpu.state = NULL;
++}
++
+ /*
+ * Free current thread data structures etc..
+ */
+@@ -97,7 +118,7 @@ void exit_thread(void)
+ struct fpu *fpu = &t->fpu;
if (bp) {
- struct tss_struct *tss = &per_cpu(cpu_tss, get_cpu());
@@ -26558,7 +27721,7 @@ index 9717437..44bc9aa 100644
t->io_bitmap_ptr = NULL;
clear_thread_flag(TIF_IO_BITMAP);
-@@ -149,6 +151,9 @@ void flush_thread(void)
+@@ -117,6 +138,9 @@ void flush_thread(void)
{
struct task_struct *tsk = current;
@@ -26568,7 +27731,7 @@ index 9717437..44bc9aa 100644
flush_ptrace_hw_breakpoint(tsk);
memset(tsk->thread.tls_array, 0, sizeof(tsk->thread.tls_array));
-@@ -302,7 +307,7 @@ static void __exit_idle(void)
+@@ -258,7 +282,7 @@ static void __exit_idle(void)
void exit_idle(void)
{
/* idle loop has pid 0 */
@@ -26577,7 +27740,7 @@ index 9717437..44bc9aa 100644
return;
__exit_idle();
}
-@@ -355,7 +360,7 @@ bool xen_set_default_idle(void)
+@@ -311,7 +335,7 @@ bool xen_set_default_idle(void)
return ret;
}
#endif
@@ -26586,7 +27749,7 @@ index 9717437..44bc9aa 100644
{
local_irq_disable();
/*
-@@ -533,16 +538,43 @@ static int __init idle_setup(char *str)
+@@ -488,16 +512,40 @@ static int __init idle_setup(char *str)
}
early_param("idle", idle_setup);
@@ -26631,17 +27794,14 @@ index 9717437..44bc9aa 100644
+
+ thread->sp0 ^= time;
+ load_sp0(cpu_tss + smp_processor_id(), thread);
-+
-+#ifdef CONFIG_X86_64
-+ this_cpu_write(kernel_stack, thread->sp0);
-+#endif
++ this_cpu_write(cpu_current_top_of_stack, thread->sp0);
+}
+#endif
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
-index 8ed2106..1345704 100644
+index f73c962..6589332 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
-@@ -64,6 +64,7 @@ asmlinkage void ret_from_kernel_thread(void) __asm__("ret_from_kernel_thread");
+@@ -63,6 +63,7 @@ asmlinkage void ret_from_kernel_thread(void) __asm__("ret_from_kernel_thread");
unsigned long thread_saved_pc(struct task_struct *tsk)
{
return ((unsigned long *)tsk->thread.sp)[3];
@@ -26649,7 +27809,7 @@ index 8ed2106..1345704 100644
}
void __show_regs(struct pt_regs *regs, int all)
-@@ -76,16 +77,15 @@ void __show_regs(struct pt_regs *regs, int all)
+@@ -75,16 +76,15 @@ void __show_regs(struct pt_regs *regs, int all)
if (user_mode(regs)) {
sp = regs->sp;
ss = regs->ss & 0xffff;
@@ -26668,9 +27828,9 @@ index 8ed2106..1345704 100644
print_symbol("EIP is at %s\n", regs->ip);
printk(KERN_DEFAULT "EAX: %08lx EBX: %08lx ECX: %08lx EDX: %08lx\n",
-@@ -132,21 +132,22 @@ void release_thread(struct task_struct *dead_task)
- int copy_thread(unsigned long clone_flags, unsigned long sp,
- unsigned long arg, struct task_struct *p)
+@@ -131,21 +131,22 @@ void release_thread(struct task_struct *dead_task)
+ int copy_thread_tls(unsigned long clone_flags, unsigned long sp,
+ unsigned long arg, struct task_struct *p, unsigned long tls)
{
- struct pt_regs *childregs = task_pt_regs(p);
+ struct pt_regs *childregs = task_stack_page(p) + THREAD_SIZE - sizeof(struct pt_regs) - 8;
@@ -26695,16 +27855,16 @@ index 8ed2106..1345704 100644
childregs->fs = __KERNEL_PERCPU;
childregs->bx = sp; /* function */
childregs->bp = arg;
-@@ -244,7 +245,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
- struct thread_struct *prev = &prev_p->thread,
- *next = &next_p->thread;
+@@ -245,7 +246,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+ struct fpu *prev_fpu = &prev->fpu;
+ struct fpu *next_fpu = &next->fpu;
int cpu = smp_processor_id();
- struct tss_struct *tss = &per_cpu(cpu_tss, cpu);
+ struct tss_struct *tss = cpu_tss + cpu;
- fpu_switch_t fpu;
+ fpu_switch_t fpu_switch;
/* never put a printk in __switch_to... printk() calls wake_up*() indirectly */
-@@ -263,6 +264,10 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -264,6 +265,10 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
*/
lazy_save_gs(prev->gs);
@@ -26715,42 +27875,38 @@ index 8ed2106..1345704 100644
/*
* Load the per-thread Thread-Local Storage descriptor.
*/
-@@ -306,12 +311,10 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -307,9 +312,9 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
* current_thread_info().
*/
load_sp0(tss, next);
-- this_cpu_write(kernel_stack,
-- (unsigned long)task_stack_page(next_p) +
-- THREAD_SIZE);
- this_cpu_write(cpu_current_top_of_stack,
- (unsigned long)task_stack_page(next_p) +
- THREAD_SIZE);
+ this_cpu_write(current_task, next_p);
+ this_cpu_write(current_tinfo, &next_p->tinfo);
-+ this_cpu_write(kernel_stack, next->sp0);
+ this_cpu_write(cpu_current_top_of_stack, next->sp0);
/*
* Restore %gs if needed (which is common)
-@@ -321,8 +324,6 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -319,8 +324,6 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
- switch_fpu_finish(next_p, fpu);
+ switch_fpu_finish(next_fpu, fpu_switch);
- this_cpu_write(current_task, next_p);
-
return prev_p;
}
-@@ -352,4 +353,3 @@ unsigned long get_wchan(struct task_struct *p)
+@@ -350,4 +353,3 @@ unsigned long get_wchan(struct task_struct *p)
} while (count++ < 16);
return 0;
}
-
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
-index ddfdbf7..625417c 100644
+index f6b9163..1ab8c96 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
-@@ -158,9 +158,10 @@ int copy_thread(unsigned long clone_flags, unsigned long sp,
+@@ -157,9 +157,10 @@ int copy_thread_tls(unsigned long clone_flags, unsigned long sp,
struct pt_regs *childregs;
struct task_struct *me = current;
@@ -26762,7 +27918,7 @@ index ddfdbf7..625417c 100644
set_tsk_thread_flag(p, TIF_FORK);
p->thread.io_bitmap_ptr = NULL;
-@@ -170,6 +171,8 @@ int copy_thread(unsigned long clone_flags, unsigned long sp,
+@@ -169,6 +170,8 @@ int copy_thread_tls(unsigned long clone_flags, unsigned long sp,
p->thread.fs = p->thread.fsindex ? 0 : me->thread.fs;
savesegment(es, p->thread.es);
savesegment(ds, p->thread.ds);
@@ -26771,16 +27927,16 @@ index ddfdbf7..625417c 100644
memset(p->thread.ptrace_bps, 0, sizeof(p->thread.ptrace_bps));
if (unlikely(p->flags & PF_KTHREAD)) {
-@@ -275,7 +278,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
- struct thread_struct *prev = &prev_p->thread;
- struct thread_struct *next = &next_p->thread;
+@@ -276,7 +279,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+ struct fpu *prev_fpu = &prev->fpu;
+ struct fpu *next_fpu = &next->fpu;
int cpu = smp_processor_id();
- struct tss_struct *tss = &per_cpu(cpu_tss, cpu);
+ struct tss_struct *tss = cpu_tss + cpu;
unsigned fsindex, gsindex;
- fpu_switch_t fpu;
+ fpu_switch_t fpu_switch;
-@@ -326,6 +329,10 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -327,6 +330,10 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
if (unlikely(next->ds | prev->ds))
loadsegment(ds, next->ds);
@@ -26791,7 +27947,7 @@ index ddfdbf7..625417c 100644
/*
* Switch FS and GS.
*
-@@ -397,6 +404,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -398,6 +405,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
* Switch the PDA and FPU contexts.
*/
this_cpu_write(current_task, next_p);
@@ -26799,17 +27955,16 @@ index ddfdbf7..625417c 100644
/*
* If it were not for PREEMPT_ACTIVE we could guarantee that the
-@@ -409,8 +417,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -410,6 +418,8 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
/* Reload esp0 and ss1. This changes current_thread_info(). */
load_sp0(tss, next);
-- this_cpu_write(kernel_stack,
-- (unsigned long)task_stack_page(next_p) + THREAD_SIZE);
-+ this_cpu_write(kernel_stack, next->sp0);
-
++ this_cpu_write(cpu_current_top_of_stack, next->sp0);
++
/*
* Now maybe reload the debug registers and handle I/O bitmaps
-@@ -508,12 +515,11 @@ unsigned long get_wchan(struct task_struct *p)
+ */
+@@ -506,12 +516,11 @@ unsigned long get_wchan(struct task_struct *p)
if (!p || p == current || p->state == TASK_RUNNING)
return 0;
stack = (unsigned long)task_stack_page(p);
@@ -26825,7 +27980,7 @@ index ddfdbf7..625417c 100644
ip = *(u64 *)(fp+8);
if (!in_sched_functions(ip))
diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c
-index a7bc794..094ee8e 100644
+index 9be72bc..f4329c5 100644
--- a/arch/x86/kernel/ptrace.c
+++ b/arch/x86/kernel/ptrace.c
@@ -186,10 +186,10 @@ unsigned long kernel_stack_pointer(struct pt_regs *regs)
@@ -27139,7 +28294,7 @@ index 98111b3..73ca125 100644
identity_mapped:
/* set return address to 0 if not preserving context */
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
-index d74ac33..6d14941 100644
+index 80f874b..b3eff67 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -111,6 +111,7 @@
@@ -27166,7 +28321,7 @@ index d74ac33..6d14941 100644
#endif
/* Boot loader ID and version as integers, for the benefit of proc_dointvec */
-@@ -771,7 +774,7 @@ static void __init trim_bios_range(void)
+@@ -772,7 +775,7 @@ static void __init trim_bios_range(void)
* area (640->1Mb) as ram even though it is not.
* take them out.
*/
@@ -27175,16 +28330,16 @@ index d74ac33..6d14941 100644
sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
}
-@@ -779,7 +782,7 @@ static void __init trim_bios_range(void)
+@@ -780,7 +783,7 @@ static void __init trim_bios_range(void)
/* called before trim_bios_range() to spare extra sanitize */
static void __init e820_add_kernel_range(void)
{
- u64 start = __pa_symbol(_text);
-+ u64 start = __pa_symbol(ktla_ktva(_text));
++ u64 start = __pa_symbol(ktla_ktva((unsigned long)_text));
u64 size = __pa_symbol(_end) - start;
/*
-@@ -860,8 +863,8 @@ dump_kernel_offset(struct notifier_block *self, unsigned long v, void *p)
+@@ -861,8 +864,8 @@ dump_kernel_offset(struct notifier_block *self, unsigned long v, void *p)
void __init setup_arch(char **cmdline_p)
{
@@ -27195,15 +28350,16 @@ index d74ac33..6d14941 100644
early_reserve_initrd();
-@@ -959,16 +962,16 @@ void __init setup_arch(char **cmdline_p)
+@@ -960,16 +963,16 @@ void __init setup_arch(char **cmdline_p)
if (!boot_params.hdr.root_flags)
root_mountflags &= ~MS_RDONLY;
- init_mm.start_code = (unsigned long) _text;
- init_mm.end_code = (unsigned long) _etext;
-+ init_mm.start_code = ktla_ktva((unsigned long) _text);
-+ init_mm.end_code = ktla_ktva((unsigned long) _etext);
- init_mm.end_data = (unsigned long) _edata;
+- init_mm.end_data = (unsigned long) _edata;
++ init_mm.start_code = ktla_ktva((unsigned long)_text);
++ init_mm.end_code = ktla_ktva((unsigned long)_etext);
++ init_mm.end_data = (unsigned long)_edata;
init_mm.brk = _brk_end;
mpx_mm_init(&init_mm);
@@ -27211,8 +28367,8 @@ index d74ac33..6d14941 100644
- code_resource.start = __pa_symbol(_text);
- code_resource.end = __pa_symbol(_etext)-1;
- data_resource.start = __pa_symbol(_etext);
-+ code_resource.start = __pa_symbol(ktla_ktva(_text));
-+ code_resource.end = __pa_symbol(ktla_ktva(_etext))-1;
++ code_resource.start = __pa_symbol(ktla_ktva((unsigned long)_text));
++ code_resource.end = __pa_symbol(ktla_ktva((unsigned long)_etext))-1;
+ data_resource.start = __pa_symbol(_sdata);
data_resource.end = __pa_symbol(_edata)-1;
bss_resource.start = __pa_symbol(__bss_start);
@@ -27294,7 +28450,7 @@ index e4fcb87..9c06c55 100644
* Up to this point, the boot CPU has been using .init.data
* area. Reload any changed state for the boot CPU.
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
-index e0fd5f47..b551e66 100644
+index 71820c4..ad16f6b 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -189,7 +189,7 @@ static unsigned long align_sigframe(unsigned long sp)
@@ -27306,7 +28462,7 @@ index e0fd5f47..b551e66 100644
#else /* !CONFIG_X86_32 */
sp = round_down(sp, 16) - 8;
#endif
-@@ -297,10 +297,9 @@ __setup_frame(int sig, struct ksignal *ksig, sigset_t *set,
+@@ -298,10 +298,9 @@ __setup_frame(int sig, struct ksignal *ksig, sigset_t *set,
}
if (current->mm->context.vdso)
@@ -27319,7 +28475,7 @@ index e0fd5f47..b551e66 100644
if (ksig->ka.sa.sa_flags & SA_RESTORER)
restorer = ksig->ka.sa.sa_restorer;
-@@ -314,7 +313,7 @@ __setup_frame(int sig, struct ksignal *ksig, sigset_t *set,
+@@ -315,7 +314,7 @@ __setup_frame(int sig, struct ksignal *ksig, sigset_t *set,
* reasons and because gdb uses it as a signature to notice
* signal handler stack frames.
*/
@@ -27328,7 +28484,7 @@ index e0fd5f47..b551e66 100644
if (err)
return -EFAULT;
-@@ -361,8 +360,10 @@ static int __setup_rt_frame(int sig, struct ksignal *ksig,
+@@ -362,8 +361,10 @@ static int __setup_rt_frame(int sig, struct ksignal *ksig,
save_altstack_ex(&frame->uc.uc_stack, regs->sp);
/* Set up to return from userspace. */
@@ -27341,7 +28497,7 @@ index e0fd5f47..b551e66 100644
if (ksig->ka.sa.sa_flags & SA_RESTORER)
restorer = ksig->ka.sa.sa_restorer;
put_user_ex(restorer, &frame->pretcode);
-@@ -374,7 +375,7 @@ static int __setup_rt_frame(int sig, struct ksignal *ksig,
+@@ -375,7 +376,7 @@ static int __setup_rt_frame(int sig, struct ksignal *ksig,
* reasons and because gdb uses it as a signature to notice
* signal handler stack frames.
*/
@@ -27350,7 +28506,7 @@ index e0fd5f47..b551e66 100644
} put_user_catch(err);
err |= copy_siginfo_to_user(&frame->info, &ksig->info);
-@@ -594,7 +595,12 @@ setup_rt_frame(struct ksignal *ksig, struct pt_regs *regs)
+@@ -611,7 +612,12 @@ setup_rt_frame(struct ksignal *ksig, struct pt_regs *regs)
{
int usig = ksig->sig;
sigset_t *set = sigmask_to_save();
@@ -27364,7 +28520,7 @@ index e0fd5f47..b551e66 100644
/* Set up the stack frame */
if (is_ia32_frame()) {
-@@ -605,7 +611,7 @@ setup_rt_frame(struct ksignal *ksig, struct pt_regs *regs)
+@@ -622,7 +628,7 @@ setup_rt_frame(struct ksignal *ksig, struct pt_regs *regs)
} else if (is_x32_frame()) {
return x32_setup_rt_frame(ksig, cset, regs);
} else {
@@ -27374,10 +28530,10 @@ index e0fd5f47..b551e66 100644
}
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c
-index be8e1bd..a3d93fa 100644
+index 15aaa69..66103af 100644
--- a/arch/x86/kernel/smp.c
+++ b/arch/x86/kernel/smp.c
-@@ -341,7 +341,7 @@ static int __init nonmi_ipi_setup(char *str)
+@@ -334,7 +334,7 @@ static int __init nonmi_ipi_setup(char *str)
__setup("nonmi_ipi", nonmi_ipi_setup);
@@ -27387,10 +28543,10 @@ index be8e1bd..a3d93fa 100644
.smp_prepare_cpus = native_smp_prepare_cpus,
.smp_cpus_done = native_smp_cpus_done,
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
-index 50e547e..d59d06a 100644
+index b1f3ed9c..b76221b 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
-@@ -226,14 +226,17 @@ static void notrace start_secondary(void *unused)
+@@ -220,14 +220,17 @@ static void notrace start_secondary(void *unused)
enable_start_cpu0 = 0;
@@ -27412,29 +28568,26 @@ index 50e547e..d59d06a 100644
/*
* Check TSC synchronization with the BP:
*/
-@@ -782,18 +785,17 @@ void common_cpu_up(unsigned int cpu, struct task_struct *idle)
+@@ -808,16 +811,15 @@ void common_cpu_up(unsigned int cpu, struct task_struct *idle)
alternatives_enable_smp();
per_cpu(current_task, cpu) = idle;
+ per_cpu(current_tinfo, cpu) = &idle->tinfo;
#ifdef CONFIG_X86_32
- /* Stack for startup_32 can be just as for start_secondary onwards */
+- /* Stack for startup_32 can be just as for start_secondary onwards */
irq_ctx_init(cpu);
- per_cpu(cpu_current_top_of_stack, cpu) =
- (unsigned long)task_stack_page(idle) + THREAD_SIZE;
-+ per_cpu(cpu_current_top_of_stack, cpu) = (unsigned long)task_stack_page(idle) - 16 + THREAD_SIZE;
#else
clear_tsk_thread_flag(idle, TIF_FORK);
initial_gs = per_cpu_offset(cpu);
#endif
-- per_cpu(kernel_stack, cpu) =
-- (unsigned long)task_stack_page(idle) + THREAD_SIZE;
-+ per_cpu(kernel_stack, cpu) = (unsigned long)task_stack_page(idle) - 16 + THREAD_SIZE;
++ per_cpu(cpu_current_top_of_stack, cpu) = (unsigned long)task_stack_page(idle) - 16 + THREAD_SIZE;
}
/*
-@@ -814,9 +816,11 @@ static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle)
+@@ -838,9 +840,11 @@ static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle)
unsigned long timeout;
idle->thread.sp = (unsigned long) (((struct pt_regs *)
@@ -27447,7 +28600,7 @@ index 50e547e..d59d06a 100644
initial_code = (unsigned long)start_secondary;
stack_start = idle->thread.sp;
-@@ -961,6 +965,15 @@ int native_cpu_up(unsigned int cpu, struct task_struct *tidle)
+@@ -992,6 +996,15 @@ int native_cpu_up(unsigned int cpu, struct task_struct *tidle)
common_cpu_up(cpu, tidle);
@@ -27460,27 +28613,14 @@ index 50e547e..d59d06a 100644
+ KERNEL_PGD_PTRS);
+#endif
+
- err = do_boot_cpu(apicid, cpu, tidle);
- if (err) {
- pr_err("do_boot_cpu failed(%d) to wakeup CPU#%u\n", err, cpu);
+ /*
+ * We have to walk the irq descriptors to setup the vector
+ * space for the cpu which comes online. Prevent irq
diff --git a/arch/x86/kernel/step.c b/arch/x86/kernel/step.c
-index 9b4d51d..5d28b58 100644
+index 0ccb53a..fbc4759 100644
--- a/arch/x86/kernel/step.c
+++ b/arch/x86/kernel/step.c
-@@ -27,10 +27,10 @@ unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *re
- struct desc_struct *desc;
- unsigned long base;
-
-- seg &= ~7UL;
-+ seg >>= 3;
-
- mutex_lock(&child->mm->context.lock);
-- if (unlikely((seg >> 3) >= child->mm->context.size))
-+ if (unlikely(seg >= child->mm->context.size))
- addr = -1L; /* bogus selector, access would fault */
- else {
- desc = child->mm->context.ldt + seg;
-@@ -42,7 +42,8 @@ unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *re
+@@ -44,7 +44,8 @@ unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *re
addr += base;
}
mutex_unlock(&child->mm->context.lock);
@@ -27490,7 +28630,7 @@ index 9b4d51d..5d28b58 100644
return addr;
}
-@@ -53,6 +54,9 @@ static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs)
+@@ -55,6 +56,9 @@ static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs)
unsigned char opcode[15];
unsigned long addr = convert_ip_to_linear(child, regs);
@@ -27926,10 +29066,10 @@ index 1c113db..287b42e 100644
static int trace_irq_vector_refcount;
static DEFINE_MUTEX(irq_vector_mutex);
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c
-index 324ab52..0cfd2d05 100644
+index f579192..aed90b8 100644
--- a/arch/x86/kernel/traps.c
+++ b/arch/x86/kernel/traps.c
-@@ -68,7 +68,7 @@
+@@ -69,7 +69,7 @@
#include <asm/proto.h>
/* No need to be aligned, but done to keep all IDTs defined the same way. */
@@ -27938,7 +29078,7 @@ index 324ab52..0cfd2d05 100644
#else
#include <asm/processor-flags.h>
#include <asm/setup.h>
-@@ -77,7 +77,7 @@ asmlinkage int system_call(void);
+@@ -77,7 +77,7 @@ gate_desc debug_idt_table[NR_VECTORS] __page_aligned_bss;
#endif
/* Must be page-aligned because the real IDT is used in a fixmap. */
@@ -28016,7 +29156,7 @@ index 324ab52..0cfd2d05 100644
#ifdef CONFIG_DOUBLEFAULT
df_debug(regs, error_code);
#endif
-@@ -475,11 +492,35 @@ do_general_protection(struct pt_regs *regs, long error_code)
+@@ -473,11 +490,35 @@ do_general_protection(struct pt_regs *regs, long error_code)
tsk->thread.error_code = error_code;
tsk->thread.trap_nr = X86_TRAP_GP;
if (notify_die(DIE_GPF, "general protection fault", regs, error_code,
@@ -28053,7 +29193,7 @@ index 324ab52..0cfd2d05 100644
tsk->thread.error_code = error_code;
tsk->thread.trap_nr = X86_TRAP_GP;
-@@ -578,6 +619,9 @@ struct bad_iret_stack *fixup_bad_iret(struct bad_iret_stack *s)
+@@ -576,6 +617,9 @@ struct bad_iret_stack *fixup_bad_iret(struct bad_iret_stack *s)
container_of(task_pt_regs(current),
struct bad_iret_stack, regs);
@@ -28064,7 +29204,7 @@ index 324ab52..0cfd2d05 100644
memmove(&new_stack->regs.ip, (void *)s->regs.sp, 5*8);
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c
-index 5054497..139f8f8 100644
+index 7437b41..45f6250 100644
--- a/arch/x86/kernel/tsc.c
+++ b/arch/x86/kernel/tsc.c
@@ -150,7 +150,7 @@ static void cyc2ns_write_end(int cpu, struct cyc2ns_data *data)
@@ -28077,10 +29217,10 @@ index 5054497..139f8f8 100644
/*
diff --git a/arch/x86/kernel/uprobes.c b/arch/x86/kernel/uprobes.c
-index 0b81ad6..fff670e 100644
+index 6647624..2056791 100644
--- a/arch/x86/kernel/uprobes.c
+++ b/arch/x86/kernel/uprobes.c
-@@ -986,7 +986,7 @@ arch_uretprobe_hijack_return_addr(unsigned long trampoline_vaddr, struct pt_regs
+@@ -978,7 +978,7 @@ arch_uretprobe_hijack_return_addr(unsigned long trampoline_vaddr, struct pt_regs
if (nleft != rasize) {
pr_err("uprobe: return address clobbered: pid=%d, %%sp=%#lx, "
@@ -28170,7 +29310,7 @@ index fc9db6e..2c5865d 100644
goto cannot_handle;
if ((segoffs >> 16) == BIOSSEG)
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S
-index 00bf300..129df8e 100644
+index 00bf300..03e1c3b 100644
--- a/arch/x86/kernel/vmlinux.lds.S
+++ b/arch/x86/kernel/vmlinux.lds.S
@@ -26,6 +26,13 @@
@@ -28205,10 +29345,11 @@ index 00bf300..129df8e 100644
#ifdef CONFIG_SMP
percpu PT_LOAD FLAGS(6); /* RW_ */
#endif
+- init PT_LOAD FLAGS(7); /* RWE */
+-#endif
+ text.init PT_LOAD FLAGS(5); /* R_E */
+ text.exit PT_LOAD FLAGS(5); /* R_E */
- init PT_LOAD FLAGS(7); /* RWE */
--#endif
++ init PT_LOAD FLAGS(6); /* RW_ */
note PT_NOTE FLAGS(0); /* ___ */
}
@@ -28338,14 +29479,13 @@ index 00bf300..129df8e 100644
/*
* percpu offsets are zero-based on SMP. PERCPU_VADDR() changes the
* output PHDR, so the next output section - .init.text - should
-@@ -190,12 +255,27 @@ SECTIONS
+@@ -190,12 +255,33 @@ SECTIONS
"per-CPU data too large - increase CONFIG_PHYSICAL_START")
#endif
- INIT_TEXT_SECTION(PAGE_SIZE)
-#ifdef CONFIG_X86_64
- :init
--#endif
+ . = ALIGN(PAGE_SIZE);
+ init_begin = .;
+ .init.text (. - __KERNEL_TEXT_OFFSET): AT(init_begin - LOAD_OFFSET) {
@@ -28353,8 +29493,7 @@ index 00bf300..129df8e 100644
+ INIT_TEXT
+ . = ALIGN(PAGE_SIZE);
+ } :text.init
-
-- INIT_DATA_SECTION(16)
++
+ /*
+ * .exit.text is discard at runtime, not link time, to deal with
+ * references from .altinstructions and .eh_frame
@@ -28362,7 +29501,14 @@ index 00bf300..129df8e 100644
+ .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET + __KERNEL_TEXT_OFFSET) {
+ EXIT_TEXT
+ VMLINUX_SYMBOL(_einittext) = .;
++
++#ifdef CONFIG_PAX_KERNEXEC
++ . = ALIGN(HPAGE_SIZE);
++#else
+ . = ALIGN(16);
+ #endif
+
+- INIT_DATA_SECTION(16)
+ } :text.exit
+ . = init_begin + SIZEOF(.init.text) + SIZEOF(.exit.text);
+
@@ -28371,7 +29517,7 @@ index 00bf300..129df8e 100644
.x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
__x86_cpu_dev_start = .;
-@@ -266,19 +346,12 @@ SECTIONS
+@@ -266,19 +352,12 @@ SECTIONS
}
. = ALIGN(8);
@@ -28392,7 +29538,7 @@ index 00bf300..129df8e 100644
PERCPU_SECTION(INTERNODE_CACHE_BYTES)
#endif
-@@ -297,16 +370,10 @@ SECTIONS
+@@ -297,16 +376,10 @@ SECTIONS
.smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) {
__smp_locks = .;
*(.smp_locks)
@@ -28410,7 +29556,7 @@ index 00bf300..129df8e 100644
/* BSS */
. = ALIGN(PAGE_SIZE);
.bss : AT(ADDR(.bss) - LOAD_OFFSET) {
-@@ -322,6 +389,7 @@ SECTIONS
+@@ -322,6 +395,7 @@ SECTIONS
__brk_base = .;
. += 64 * 1024; /* 64k alignment slop space */
*(.brk_reservation) /* areas brk users have reserved */
@@ -28418,7 +29564,7 @@ index 00bf300..129df8e 100644
__brk_limit = .;
}
-@@ -348,13 +416,12 @@ SECTIONS
+@@ -348,13 +422,12 @@ SECTIONS
* for the boot processor.
*/
#define INIT_PER_CPU(x) init_per_cpu__##x = x + __per_cpu_load
@@ -28433,62 +29579,8 @@ index 00bf300..129df8e 100644
"kernel image bigger than KERNEL_IMAGE_SIZE");
#ifdef CONFIG_SMP
-diff --git a/arch/x86/kernel/vsyscall_64.c b/arch/x86/kernel/vsyscall_64.c
-index 2dcc6ff..082dc7a 100644
---- a/arch/x86/kernel/vsyscall_64.c
-+++ b/arch/x86/kernel/vsyscall_64.c
-@@ -38,15 +38,13 @@
- #define CREATE_TRACE_POINTS
- #include "vsyscall_trace.h"
-
--static enum { EMULATE, NATIVE, NONE } vsyscall_mode = EMULATE;
-+static enum { EMULATE, NONE } vsyscall_mode = EMULATE;
-
- static int __init vsyscall_setup(char *str)
- {
- if (str) {
- if (!strcmp("emulate", str))
- vsyscall_mode = EMULATE;
-- else if (!strcmp("native", str))
-- vsyscall_mode = NATIVE;
- else if (!strcmp("none", str))
- vsyscall_mode = NONE;
- else
-@@ -264,8 +262,7 @@ do_ret:
- return true;
-
- sigsegv:
-- force_sig(SIGSEGV, current);
-- return true;
-+ do_group_exit(SIGKILL);
- }
-
- /*
-@@ -283,8 +280,8 @@ static struct vm_operations_struct gate_vma_ops = {
- static struct vm_area_struct gate_vma = {
- .vm_start = VSYSCALL_ADDR,
- .vm_end = VSYSCALL_ADDR + PAGE_SIZE,
-- .vm_page_prot = PAGE_READONLY_EXEC,
-- .vm_flags = VM_READ | VM_EXEC,
-+ .vm_page_prot = PAGE_READONLY,
-+ .vm_flags = VM_READ,
- .vm_ops = &gate_vma_ops,
- };
-
-@@ -325,10 +322,7 @@ void __init map_vsyscall(void)
- unsigned long physaddr_vsyscall = __pa_symbol(&__vsyscall_page);
-
- if (vsyscall_mode != NONE)
-- __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall,
-- vsyscall_mode == NATIVE
-- ? PAGE_KERNEL_VSYSCALL
-- : PAGE_KERNEL_VVAR);
-+ __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, PAGE_KERNEL_VVAR);
-
- BUILD_BUG_ON((unsigned long)__fix_to_virt(VSYSCALL_PAGE) !=
- (unsigned long)VSYSCALL_ADDR);
diff --git a/arch/x86/kernel/x8664_ksyms_64.c b/arch/x86/kernel/x8664_ksyms_64.c
-index 37d8fa4..66e319a 100644
+index a0695be..33e180c 100644
--- a/arch/x86/kernel/x8664_ksyms_64.c
+++ b/arch/x86/kernel/x8664_ksyms_64.c
@@ -34,8 +34,6 @@ EXPORT_SYMBOL(copy_user_generic_string);
@@ -28500,19 +29592,19 @@ index 37d8fa4..66e319a 100644
EXPORT_SYMBOL(copy_page);
EXPORT_SYMBOL(clear_page);
-@@ -79,3 +77,7 @@ EXPORT_SYMBOL(___preempt_schedule);
- EXPORT_SYMBOL(___preempt_schedule_context);
- #endif
+@@ -77,3 +75,7 @@ EXPORT_SYMBOL(native_load_gs_index);
+ EXPORT_SYMBOL(___preempt_schedule);
+ EXPORT_SYMBOL(___preempt_schedule_notrace);
#endif
+
+#ifdef CONFIG_PAX_PER_CPU_PGD
+EXPORT_SYMBOL(cpu_pgd);
+#endif
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c
-index 234b072..b7ab191 100644
+index 3839628..2e5b5b35 100644
--- a/arch/x86/kernel/x86_init.c
+++ b/arch/x86/kernel/x86_init.c
-@@ -93,7 +93,7 @@ struct x86_cpuinit_ops x86_cpuinit = {
+@@ -92,7 +92,7 @@ struct x86_cpuinit_ops x86_cpuinit = {
static void default_nmi_init(void) { };
static int default_i8042_detect(void) { return 1; };
@@ -28521,80 +29613,29 @@ index 234b072..b7ab191 100644
.calibrate_tsc = native_calibrate_tsc,
.get_wallclock = mach_get_cmos_time,
.set_wallclock = mach_set_rtc_mmss,
-@@ -109,7 +109,7 @@ struct x86_platform_ops x86_platform = {
+@@ -108,7 +108,7 @@ struct x86_platform_ops x86_platform = {
EXPORT_SYMBOL_GPL(x86_platform);
#if defined(CONFIG_PCI_MSI)
-struct x86_msi_ops x86_msi = {
+struct x86_msi_ops x86_msi __read_only = {
.setup_msi_irqs = native_setup_msi_irqs,
- .compose_msi_msg = native_compose_msi_msg,
.teardown_msi_irq = native_teardown_msi_irq,
-@@ -140,7 +140,7 @@ void arch_restore_msi_irqs(struct pci_dev *dev)
+ .teardown_msi_irqs = default_teardown_msi_irqs,
+@@ -137,7 +137,7 @@ void arch_restore_msi_irqs(struct pci_dev *dev)
}
#endif
-struct x86_io_apic_ops x86_io_apic_ops = {
+struct x86_io_apic_ops x86_io_apic_ops __read_only = {
- .init = native_io_apic_init_mappings,
.read = native_io_apic_read,
- .write = native_io_apic_write,
-diff --git a/arch/x86/kernel/xsave.c b/arch/x86/kernel/xsave.c
-index 87a815b..727dbe6 100644
---- a/arch/x86/kernel/xsave.c
-+++ b/arch/x86/kernel/xsave.c
-@@ -168,18 +168,18 @@ static inline int save_xstate_epilog(void __user *buf, int ia32_frame)
-
- /* Setup the bytes not touched by the [f]xsave and reserved for SW. */
- sw_bytes = ia32_frame ? &fx_sw_reserved_ia32 : &fx_sw_reserved;
-- err = __copy_to_user(&x->i387.sw_reserved, sw_bytes, sizeof(*sw_bytes));
-+ err = __copy_to_user(x->i387.sw_reserved, sw_bytes, sizeof(*sw_bytes));
-
- if (!use_xsave())
- return err;
-
-- err |= __put_user(FP_XSTATE_MAGIC2, (__u32 *)(buf + xstate_size));
-+ err |= __put_user(FP_XSTATE_MAGIC2, (__u32 __user *)(buf + xstate_size));
-
- /*
- * Read the xstate_bv which we copied (directly from the cpu or
- * from the state in task struct) to the user buffers.
- */
-- err |= __get_user(xstate_bv, (__u32 *)&x->xsave_hdr.xstate_bv);
-+ err |= __get_user(xstate_bv, (__u32 __user *)&x->xsave_hdr.xstate_bv);
-
- /*
- * For legacy compatible, we always set FP/SSE bits in the bit
-@@ -194,7 +194,7 @@ static inline int save_xstate_epilog(void __user *buf, int ia32_frame)
- */
- xstate_bv |= XSTATE_FPSSE;
-
-- err |= __put_user(xstate_bv, (__u32 *)&x->xsave_hdr.xstate_bv);
-+ err |= __put_user(xstate_bv, (__u32 __user *)&x->xsave_hdr.xstate_bv);
-
- return err;
- }
-@@ -203,6 +203,7 @@ static inline int save_user_xstate(struct xsave_struct __user *buf)
- {
- int err;
-
-+ buf = (struct xsave_struct __user *)____m(buf);
- if (use_xsave())
- err = xsave_user(buf);
- else if (use_fxsr())
-@@ -313,6 +314,7 @@ sanitize_restored_xstate(struct task_struct *tsk,
- */
- static inline int restore_user_xstate(void __user *buf, u64 xbv, int fx_only)
- {
-+ buf = (void __user *)____m(buf);
- if (use_xsave()) {
- if ((unsigned long)buf % 64 || fx_only) {
- u64 init_bv = pcntxt_mask & ~XSTATE_FPSSE;
+ .disable = native_disable_io_apic,
+ };
diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c
-index 1d08ad3..c6a4faf 100644
+index 2fbea25..9e0f8c7 100644
--- a/arch/x86/kvm/cpuid.c
+++ b/arch/x86/kvm/cpuid.c
-@@ -204,15 +204,20 @@ int kvm_vcpu_ioctl_set_cpuid2(struct kvm_vcpu *vcpu,
+@@ -206,15 +206,20 @@ int kvm_vcpu_ioctl_set_cpuid2(struct kvm_vcpu *vcpu,
struct kvm_cpuid2 *cpuid,
struct kvm_cpuid_entry2 __user *entries)
{
@@ -28618,7 +29659,7 @@ index 1d08ad3..c6a4faf 100644
vcpu->arch.cpuid_nent = cpuid->nent;
kvm_apic_set_version(vcpu);
kvm_x86_ops->cpuid_update(vcpu);
-@@ -225,15 +230,19 @@ int kvm_vcpu_ioctl_get_cpuid2(struct kvm_vcpu *vcpu,
+@@ -227,15 +232,19 @@ int kvm_vcpu_ioctl_get_cpuid2(struct kvm_vcpu *vcpu,
struct kvm_cpuid2 *cpuid,
struct kvm_cpuid_entry2 __user *entries)
{
@@ -28642,10 +29683,10 @@ index 1d08ad3..c6a4faf 100644
out:
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
-index 630bcb0..a7f6d9e 100644
+index e7a4fde..623af93 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
-@@ -3569,7 +3569,7 @@ static int check_cr_write(struct x86_emulate_ctxt *ctxt)
+@@ -3847,7 +3847,7 @@ static int check_cr_write(struct x86_emulate_ctxt *ctxt)
int cr = ctxt->modrm_reg;
u64 efer = 0;
@@ -28655,7 +29696,7 @@ index 630bcb0..a7f6d9e 100644
0, 0, 0, /* CR3 checked later */
CR4_RESERVED_BITS,
diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c
-index 67d07e0..10769d5 100644
+index 2a5ca97..ce8577a 100644
--- a/arch/x86/kvm/lapic.c
+++ b/arch/x86/kvm/lapic.c
@@ -56,7 +56,7 @@
@@ -28668,7 +29709,7 @@ index 67d07e0..10769d5 100644
#define APIC_LVT_NUM 6
/* 14 is the version for Xeon and Pentium 8.4.8*/
diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h
-index 6e6d115..43fecbf 100644
+index 0f67d7e..4b9fa11 100644
--- a/arch/x86/kvm/paging_tmpl.h
+++ b/arch/x86/kvm/paging_tmpl.h
@@ -343,7 +343,7 @@ retry_walk:
@@ -28681,10 +29722,10 @@ index 6e6d115..43fecbf 100644
goto error;
walker->ptep_user[walker->level - 1] = ptep_user;
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
-index 4911bf1..e7d3ed2 100644
+index 8e0c084..bdb9c3b 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
-@@ -3577,7 +3577,11 @@ static void reload_tss(struct kvm_vcpu *vcpu)
+@@ -3688,7 +3688,11 @@ static void reload_tss(struct kvm_vcpu *vcpu)
int cpu = raw_smp_processor_id();
struct svm_cpu_data *sd = per_cpu(svm_data, cpu);
@@ -28696,7 +29737,7 @@ index 4911bf1..e7d3ed2 100644
load_TR_desc();
}
-@@ -3973,6 +3977,10 @@ static void svm_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -4084,6 +4088,10 @@ static void svm_vcpu_run(struct kvm_vcpu *vcpu)
#endif
#endif
@@ -28708,7 +29749,7 @@ index 4911bf1..e7d3ed2 100644
local_irq_disable();
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
-index 2d73807..84a0e59 100644
+index 83b7b5c..26d8b1b 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -1440,12 +1440,12 @@ static void vmcs_write64(unsigned long field, u64 value)
@@ -28749,7 +29790,7 @@ index 2d73807..84a0e59 100644
rdmsrl(MSR_IA32_SYSENTER_ESP, sysenter_esp);
vmcs_writel(HOST_IA32_SYSENTER_ESP, sysenter_esp); /* 22.2.3 */
vmx->loaded_vmcs->cpu = cpu;
-@@ -2233,7 +2241,7 @@ static void setup_msrs(struct vcpu_vmx *vmx)
+@@ -2232,7 +2240,7 @@ static void setup_msrs(struct vcpu_vmx *vmx)
* reads and returns guest's timestamp counter "register"
* guest_tsc = host_tsc + tsc_offset -- 21.3
*/
@@ -28758,7 +29799,7 @@ index 2d73807..84a0e59 100644
{
u64 host_tsc, tsc_offset;
-@@ -4467,7 +4475,10 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
+@@ -4459,7 +4467,10 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
unsigned long cr4;
vmcs_writel(HOST_CR0, read_cr0() & ~X86_CR0_TS); /* 22.2.3 */
@@ -28769,7 +29810,7 @@ index 2d73807..84a0e59 100644
/* Save the most likely value for this task's CR4 in the VMCS. */
cr4 = cr4_read_shadow();
-@@ -4494,7 +4505,7 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
+@@ -4486,7 +4497,7 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
vmcs_writel(HOST_IDTR_BASE, dt.address); /* 22.2.4 */
vmx->host_idt_base = dt.address;
@@ -28778,7 +29819,7 @@ index 2d73807..84a0e59 100644
rdmsr(MSR_IA32_SYSENTER_CS, low32, high32);
vmcs_write32(HOST_IA32_SYSENTER_CS, low32);
-@@ -6107,11 +6118,17 @@ static __init int hardware_setup(void)
+@@ -6097,11 +6108,17 @@ static __init int hardware_setup(void)
* page upon invalidation. No need to do anything if not
* using the APIC_ACCESS_ADDR VMCS field.
*/
@@ -28800,7 +29841,7 @@ index 2d73807..84a0e59 100644
if (enable_ept && !cpu_has_vmx_ept_2m_page())
kvm_disable_largepages();
-@@ -6122,14 +6139,16 @@ static __init int hardware_setup(void)
+@@ -6112,14 +6129,16 @@ static __init int hardware_setup(void)
if (!cpu_has_vmx_apicv())
enable_apicv = 0;
@@ -28822,7 +29863,7 @@ index 2d73807..84a0e59 100644
vmx_disable_intercept_for_msr(MSR_FS_BASE, false);
vmx_disable_intercept_for_msr(MSR_GS_BASE, false);
-@@ -6182,10 +6201,12 @@ static __init int hardware_setup(void)
+@@ -6172,10 +6191,12 @@ static __init int hardware_setup(void)
enable_pml = 0;
if (!enable_pml) {
@@ -28839,7 +29880,7 @@ index 2d73807..84a0e59 100644
}
return alloc_kvm_area();
-@@ -8230,6 +8251,12 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -8378,6 +8399,12 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
"jmp 2f \n\t"
"1: " __ex(ASM_VMX_VMRESUME) "\n\t"
"2: "
@@ -28852,7 +29893,7 @@ index 2d73807..84a0e59 100644
/* Save guest registers, load host registers, keep flags */
"mov %0, %c[wordsize](%%" _ASM_SP ") \n\t"
"pop %0 \n\t"
-@@ -8282,6 +8309,11 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -8430,6 +8457,11 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
#endif
[cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2)),
[wordsize]"i"(sizeof(ulong))
@@ -28864,7 +29905,7 @@ index 2d73807..84a0e59 100644
: "cc", "memory"
#ifdef CONFIG_X86_64
, "rax", "rbx", "rdi", "rsi"
-@@ -8295,7 +8327,7 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -8443,7 +8475,7 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
if (debugctlmsr)
update_debugctlmsr(debugctlmsr);
@@ -28873,7 +29914,7 @@ index 2d73807..84a0e59 100644
/*
* The sysexit path does not restore ds/es, so we must set them to
* a reasonable value ourselves.
-@@ -8304,8 +8336,18 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -8452,8 +8484,18 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
* may be executed in interrupt context, which saves and restore segments
* around it, nullifying its effect.
*/
@@ -28895,10 +29936,10 @@ index 2d73807..84a0e59 100644
vcpu->arch.regs_avail = ~((1 << VCPU_REGS_RIP) | (1 << VCPU_REGS_RSP)
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
-index ea306ad..669f42d 100644
+index 8f0f6ec..9cee69e 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
-@@ -1929,8 +1929,8 @@ static int xen_hvm_config(struct kvm_vcpu *vcpu, u64 data)
+@@ -1842,8 +1842,8 @@ static int xen_hvm_config(struct kvm_vcpu *vcpu, u64 data)
{
struct kvm *kvm = vcpu->kvm;
int lm = is_long_mode(vcpu);
@@ -28909,7 +29950,7 @@ index ea306ad..669f42d 100644
u8 blob_size = lm ? kvm->arch.xen_hvm_config.blob_size_64
: kvm->arch.xen_hvm_config.blob_size_32;
u32 page_num = data & ~PAGE_MASK;
-@@ -2867,6 +2867,8 @@ long kvm_arch_dev_ioctl(struct file *filp,
+@@ -2731,6 +2731,8 @@ long kvm_arch_dev_ioctl(struct file *filp,
if (n < msr_list.nmsrs)
goto out;
r = -EFAULT;
@@ -28918,7 +29959,43 @@ index ea306ad..669f42d 100644
if (copy_to_user(user_msr_list->indices, &msrs_to_save,
num_msrs_to_save * sizeof(u32)))
goto out;
-@@ -5784,7 +5786,7 @@ static struct notifier_block pvclock_gtod_notifier = {
+@@ -3091,7 +3093,7 @@ static int kvm_vcpu_ioctl_x86_set_debugregs(struct kvm_vcpu *vcpu,
+
+ static void fill_xsave(u8 *dest, struct kvm_vcpu *vcpu)
+ {
+- struct xregs_state *xsave = &vcpu->arch.guest_fpu.state.xsave;
++ struct xregs_state *xsave = &vcpu->arch.guest_fpu.state->xsave;
+ u64 xstate_bv = xsave->header.xfeatures;
+ u64 valid;
+
+@@ -3127,7 +3129,7 @@ static void fill_xsave(u8 *dest, struct kvm_vcpu *vcpu)
+
+ static void load_xsave(struct kvm_vcpu *vcpu, u8 *src)
+ {
+- struct xregs_state *xsave = &vcpu->arch.guest_fpu.state.xsave;
++ struct xregs_state *xsave = &vcpu->arch.guest_fpu.state->xsave;
+ u64 xstate_bv = *(u64 *)(src + XSAVE_HDR_OFFSET);
+ u64 valid;
+
+@@ -3171,7 +3173,7 @@ static void kvm_vcpu_ioctl_x86_get_xsave(struct kvm_vcpu *vcpu,
+ fill_xsave((u8 *) guest_xsave->region, vcpu);
+ } else {
+ memcpy(guest_xsave->region,
+- &vcpu->arch.guest_fpu.state.fxsave,
++ &vcpu->arch.guest_fpu.state->fxsave,
+ sizeof(struct fxregs_state));
+ *(u64 *)&guest_xsave->region[XSAVE_HDR_OFFSET / sizeof(u32)] =
+ XSTATE_FPSSE;
+@@ -3196,7 +3198,7 @@ static int kvm_vcpu_ioctl_x86_set_xsave(struct kvm_vcpu *vcpu,
+ } else {
+ if (xstate_bv & ~XSTATE_FPSSE)
+ return -EINVAL;
+- memcpy(&vcpu->arch.guest_fpu.state.fxsave,
++ memcpy(&vcpu->arch.guest_fpu.state->fxsave,
+ guest_xsave->region, sizeof(struct fxregs_state));
+ }
+ return 0;
+@@ -5786,7 +5788,7 @@ static struct notifier_block pvclock_gtod_notifier = {
};
#endif
@@ -28927,8 +30004,94 @@ index ea306ad..669f42d 100644
{
int r;
struct kvm_x86_ops *ops = opaque;
+@@ -7210,7 +7212,7 @@ int kvm_arch_vcpu_ioctl_translate(struct kvm_vcpu *vcpu,
+ int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
+ {
+ struct fxregs_state *fxsave =
+- &vcpu->arch.guest_fpu.state.fxsave;
++ &vcpu->arch.guest_fpu.state->fxsave;
+
+ memcpy(fpu->fpr, fxsave->st_space, 128);
+ fpu->fcw = fxsave->cwd;
+@@ -7227,7 +7229,7 @@ int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
+ int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
+ {
+ struct fxregs_state *fxsave =
+- &vcpu->arch.guest_fpu.state.fxsave;
++ &vcpu->arch.guest_fpu.state->fxsave;
+
+ memcpy(fxsave->st_space, fpu->fpr, 128);
+ fxsave->cwd = fpu->fcw;
+@@ -7243,9 +7245,9 @@ int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
+
+ static void fx_init(struct kvm_vcpu *vcpu)
+ {
+- fpstate_init(&vcpu->arch.guest_fpu.state);
++ fpstate_init(vcpu->arch.guest_fpu.state);
+ if (cpu_has_xsaves)
+- vcpu->arch.guest_fpu.state.xsave.header.xcomp_bv =
++ vcpu->arch.guest_fpu.state->xsave.header.xcomp_bv =
+ host_xcr0 | XSTATE_COMPACTION_ENABLED;
+
+ /*
+@@ -7269,7 +7271,7 @@ void kvm_load_guest_fpu(struct kvm_vcpu *vcpu)
+ kvm_put_guest_xcr0(vcpu);
+ vcpu->guest_fpu_loaded = 1;
+ __kernel_fpu_begin();
+- __copy_kernel_to_fpregs(&vcpu->arch.guest_fpu.state);
++ __copy_kernel_to_fpregs(vcpu->arch.guest_fpu.state);
+ trace_kvm_fpu(1);
+ }
+
+@@ -7547,6 +7549,8 @@ bool kvm_vcpu_compatible(struct kvm_vcpu *vcpu)
+
+ struct static_key kvm_no_apic_vcpu __read_mostly;
+
++extern struct kmem_cache *fpregs_state_cachep;
++
+ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
+ {
+ struct page *page;
+@@ -7563,11 +7567,14 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
+ else
+ vcpu->arch.mp_state = KVM_MP_STATE_UNINITIALIZED;
+
+- page = alloc_page(GFP_KERNEL | __GFP_ZERO);
+- if (!page) {
+- r = -ENOMEM;
++ r = -ENOMEM;
++ vcpu->arch.guest_fpu.state = kmem_cache_alloc(fpregs_state_cachep, GFP_KERNEL);
++ if (!vcpu->arch.guest_fpu.state)
+ goto fail;
+- }
++
++ page = alloc_page(GFP_KERNEL | __GFP_ZERO);
++ if (!page)
++ goto fail_free_fpregs;
+ vcpu->arch.pio_data = page_address(page);
+
+ kvm_set_tsc_khz(vcpu, max_tsc_khz);
+@@ -7621,6 +7628,9 @@ fail_mmu_destroy:
+ kvm_mmu_destroy(vcpu);
+ fail_free_pio_data:
+ free_page((unsigned long)vcpu->arch.pio_data);
++fail_free_fpregs:
++ kmem_cache_free(fpregs_state_cachep, vcpu->arch.guest_fpu.state);
++ vcpu->arch.guest_fpu.state = NULL;
+ fail:
+ return r;
+ }
+@@ -7638,6 +7648,8 @@ void kvm_arch_vcpu_uninit(struct kvm_vcpu *vcpu)
+ free_page((unsigned long)vcpu->arch.pio_data);
+ if (!irqchip_in_kernel(vcpu->kvm))
+ static_key_slow_dec(&kvm_no_apic_vcpu);
++ kmem_cache_free(fpregs_state_cachep, vcpu->arch.guest_fpu.state);
++ vcpu->arch.guest_fpu.state = NULL;
+ }
+
+ void kvm_arch_sched_in(struct kvm_vcpu *vcpu, int cpu)
diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c
-index 8f9a133..3c7694b 100644
+index f2dc08c..d85d906 100644
--- a/arch/x86/lguest/boot.c
+++ b/arch/x86/lguest/boot.c
@@ -1341,9 +1341,10 @@ static __init int early_put_chars(u32 vtermno, const char *buf, int count)
@@ -28944,10 +30107,10 @@ index 8f9a133..3c7694b 100644
/*G:050
diff --git a/arch/x86/lib/atomic64_386_32.S b/arch/x86/lib/atomic64_386_32.S
-index 00933d5..3a64af9 100644
+index 9b0ca8f..bb4af41 100644
--- a/arch/x86/lib/atomic64_386_32.S
+++ b/arch/x86/lib/atomic64_386_32.S
-@@ -48,6 +48,10 @@ BEGIN(read)
+@@ -45,6 +45,10 @@ BEGIN(read)
movl (v), %eax
movl 4(v), %edx
RET_ENDP
@@ -28958,7 +30121,7 @@ index 00933d5..3a64af9 100644
#undef v
#define v %esi
-@@ -55,6 +59,10 @@ BEGIN(set)
+@@ -52,6 +56,10 @@ BEGIN(set)
movl %ebx, (v)
movl %ecx, 4(v)
RET_ENDP
@@ -28969,7 +30132,7 @@ index 00933d5..3a64af9 100644
#undef v
#define v %esi
-@@ -70,6 +78,20 @@ RET_ENDP
+@@ -67,6 +75,20 @@ RET_ENDP
BEGIN(add)
addl %eax, (v)
adcl %edx, 4(v)
@@ -28990,7 +30153,7 @@ index 00933d5..3a64af9 100644
RET_ENDP
#undef v
-@@ -77,6 +99,24 @@ RET_ENDP
+@@ -74,6 +96,24 @@ RET_ENDP
BEGIN(add_return)
addl (v), %eax
adcl 4(v), %edx
@@ -29015,7 +30178,7 @@ index 00933d5..3a64af9 100644
movl %eax, (v)
movl %edx, 4(v)
RET_ENDP
-@@ -86,6 +126,20 @@ RET_ENDP
+@@ -83,6 +123,20 @@ RET_ENDP
BEGIN(sub)
subl %eax, (v)
sbbl %edx, 4(v)
@@ -29036,7 +30199,7 @@ index 00933d5..3a64af9 100644
RET_ENDP
#undef v
-@@ -96,6 +150,27 @@ BEGIN(sub_return)
+@@ -93,6 +147,27 @@ BEGIN(sub_return)
sbbl $0, %edx
addl (v), %eax
adcl 4(v), %edx
@@ -29064,7 +30227,7 @@ index 00933d5..3a64af9 100644
movl %eax, (v)
movl %edx, 4(v)
RET_ENDP
-@@ -105,6 +180,20 @@ RET_ENDP
+@@ -102,6 +177,20 @@ RET_ENDP
BEGIN(inc)
addl $1, (v)
adcl $0, 4(v)
@@ -29085,7 +30248,7 @@ index 00933d5..3a64af9 100644
RET_ENDP
#undef v
-@@ -114,6 +203,26 @@ BEGIN(inc_return)
+@@ -111,6 +200,26 @@ BEGIN(inc_return)
movl 4(v), %edx
addl $1, %eax
adcl $0, %edx
@@ -29112,7 +30275,7 @@ index 00933d5..3a64af9 100644
movl %eax, (v)
movl %edx, 4(v)
RET_ENDP
-@@ -123,6 +232,20 @@ RET_ENDP
+@@ -120,6 +229,20 @@ RET_ENDP
BEGIN(dec)
subl $1, (v)
sbbl $0, 4(v)
@@ -29133,7 +30296,7 @@ index 00933d5..3a64af9 100644
RET_ENDP
#undef v
-@@ -132,6 +255,26 @@ BEGIN(dec_return)
+@@ -129,6 +252,26 @@ BEGIN(dec_return)
movl 4(v), %edx
subl $1, %eax
sbbl $0, %edx
@@ -29160,7 +30323,7 @@ index 00933d5..3a64af9 100644
movl %eax, (v)
movl %edx, 4(v)
RET_ENDP
-@@ -143,6 +286,13 @@ BEGIN(add_unless)
+@@ -140,6 +283,13 @@ BEGIN(add_unless)
adcl %edx, %edi
addl (v), %eax
adcl 4(v), %edx
@@ -29174,7 +30337,7 @@ index 00933d5..3a64af9 100644
cmpl %eax, %ecx
je 3f
1:
-@@ -168,6 +318,13 @@ BEGIN(inc_not_zero)
+@@ -165,6 +315,13 @@ BEGIN(inc_not_zero)
1:
addl $1, %eax
adcl $0, %edx
@@ -29188,7 +30351,7 @@ index 00933d5..3a64af9 100644
movl %eax, (v)
movl %edx, 4(v)
movl $1, %eax
-@@ -186,6 +343,13 @@ BEGIN(dec_if_positive)
+@@ -183,6 +340,13 @@ BEGIN(dec_if_positive)
movl 4(v), %edx
subl $1, %eax
sbbl $0, %edx
@@ -29203,42 +30366,35 @@ index 00933d5..3a64af9 100644
movl %eax, (v)
movl %edx, 4(v)
diff --git a/arch/x86/lib/atomic64_cx8_32.S b/arch/x86/lib/atomic64_cx8_32.S
-index 082a851..6a963bc 100644
+index db3ae854..b8ad0de 100644
--- a/arch/x86/lib/atomic64_cx8_32.S
+++ b/arch/x86/lib/atomic64_cx8_32.S
-@@ -25,10 +25,20 @@ ENTRY(atomic64_read_cx8)
- CFI_STARTPROC
+@@ -22,9 +22,16 @@
+ ENTRY(atomic64_read_cx8)
read64 %ecx
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(atomic64_read_cx8)
+ENTRY(atomic64_read_unchecked_cx8)
-+ CFI_STARTPROC
-+
+ read64 %ecx
+ pax_force_retaddr
+ ret
-+ CFI_ENDPROC
+ENDPROC(atomic64_read_unchecked_cx8)
+
ENTRY(atomic64_set_cx8)
- CFI_STARTPROC
-
-@@ -38,10 +48,25 @@ ENTRY(atomic64_set_cx8)
+ 1:
+ /* we don't need LOCK_PREFIX since aligned 64-bit writes
+@@ -32,20 +39,33 @@ ENTRY(atomic64_set_cx8)
cmpxchg8b (%esi)
jne 1b
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(atomic64_set_cx8)
+ENTRY(atomic64_set_unchecked_cx8)
-+ CFI_STARTPROC
-+
+1:
+/* we don't need LOCK_PREFIX since aligned 64-bit writes
+ * are atomic on 586 and newer */
@@ -29247,29 +30403,26 @@ index 082a851..6a963bc 100644
+
+ pax_force_retaddr
+ ret
-+ CFI_ENDPROC
+ENDPROC(atomic64_set_unchecked_cx8)
+
ENTRY(atomic64_xchg_cx8)
- CFI_STARTPROC
-
-@@ -50,12 +75,13 @@ ENTRY(atomic64_xchg_cx8)
+ 1:
+ LOCK_PREFIX
cmpxchg8b (%esi)
jne 1b
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(atomic64_xchg_cx8)
-.macro addsub_return func ins insc
-ENTRY(atomic64_\func\()_return_cx8)
+.macro addsub_return func ins insc unchecked=""
+ENTRY(atomic64_\func\()_return\unchecked\()_cx8)
- CFI_STARTPROC
- pushl_cfi_reg ebp
- pushl_cfi_reg ebx
-@@ -72,27 +98,44 @@ ENTRY(atomic64_\func\()_return_cx8)
+ pushl %ebp
+ pushl %ebx
+ pushl %esi
+@@ -61,26 +81,43 @@ ENTRY(atomic64_\func\()_return_cx8)
movl %edx, %ecx
\ins\()l %esi, %ebx
\insc\()l %edi, %ecx
@@ -29296,13 +30449,12 @@ index 082a851..6a963bc 100644
+#endif
+.endif
+
- popl_cfi_reg edi
- popl_cfi_reg esi
- popl_cfi_reg ebx
- popl_cfi_reg ebp
+ popl %edi
+ popl %esi
+ popl %ebx
+ popl %ebp
+ pax_force_retaddr
ret
- CFI_ENDPROC
-ENDPROC(atomic64_\func\()_return_cx8)
+ENDPROC(atomic64_\func\()_return\unchecked\()_cx8)
.endm
@@ -29316,10 +30468,10 @@ index 082a851..6a963bc 100644
-ENTRY(atomic64_\func\()_return_cx8)
+.macro incdec_return func ins insc unchecked=""
+ENTRY(atomic64_\func\()_return\unchecked\()_cx8)
- CFI_STARTPROC
- pushl_cfi_reg ebx
+ pushl %ebx
-@@ -102,21 +145,38 @@ ENTRY(atomic64_\func\()_return_cx8)
+ read64 %esi
+@@ -89,20 +126,37 @@ ENTRY(atomic64_\func\()_return_cx8)
movl %edx, %ecx
\ins\()l $1, %ebx
\insc\()l $0, %ecx
@@ -29346,10 +30498,9 @@ index 082a851..6a963bc 100644
+#endif
+.endif
+
- popl_cfi_reg ebx
+ popl %ebx
+ pax_force_retaddr
ret
- CFI_ENDPROC
-ENDPROC(atomic64_\func\()_return_cx8)
+ENDPROC(atomic64_\func\()_return\unchecked\()_cx8)
.endm
@@ -29360,8 +30511,8 @@ index 082a851..6a963bc 100644
+incdec_return dec sub sbb _unchecked
ENTRY(atomic64_dec_if_positive_cx8)
- CFI_STARTPROC
-@@ -128,6 +188,13 @@ ENTRY(atomic64_dec_if_positive_cx8)
+ pushl %ebx
+@@ -113,6 +167,13 @@ ENTRY(atomic64_dec_if_positive_cx8)
movl %edx, %ecx
subl $1, %ebx
sbb $0, %ecx
@@ -29375,15 +30526,15 @@ index 082a851..6a963bc 100644
js 2f
LOCK_PREFIX
cmpxchg8b (%esi)
-@@ -137,6 +204,7 @@ ENTRY(atomic64_dec_if_positive_cx8)
+@@ -122,6 +183,7 @@ ENTRY(atomic64_dec_if_positive_cx8)
movl %ebx, %eax
movl %ecx, %edx
- popl_cfi_reg ebx
+ popl %ebx
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(atomic64_dec_if_positive_cx8)
-@@ -161,6 +229,13 @@ ENTRY(atomic64_add_unless_cx8)
+
+@@ -144,6 +206,13 @@ ENTRY(atomic64_add_unless_cx8)
movl %edx, %ecx
addl %ebp, %ebx
adcl %edi, %ecx
@@ -29397,15 +30548,15 @@ index 082a851..6a963bc 100644
LOCK_PREFIX
cmpxchg8b (%esi)
jne 1b
-@@ -171,6 +246,7 @@ ENTRY(atomic64_add_unless_cx8)
- CFI_ADJUST_CFA_OFFSET -8
- popl_cfi_reg ebx
- popl_cfi_reg ebp
+@@ -153,6 +222,7 @@ ENTRY(atomic64_add_unless_cx8)
+ addl $8, %esp
+ popl %ebx
+ popl %ebp
+ pax_force_retaddr
ret
4:
cmpl %edx, 4(%esp)
-@@ -193,6 +269,13 @@ ENTRY(atomic64_inc_not_zero_cx8)
+@@ -173,6 +243,13 @@ ENTRY(atomic64_inc_not_zero_cx8)
xorl %ecx, %ecx
addl $1, %ebx
adcl %edx, %ecx
@@ -29419,20 +30570,19 @@ index 082a851..6a963bc 100644
LOCK_PREFIX
cmpxchg8b (%esi)
jne 1b
-@@ -200,6 +283,7 @@ ENTRY(atomic64_inc_not_zero_cx8)
+@@ -180,5 +257,6 @@ ENTRY(atomic64_inc_not_zero_cx8)
movl $1, %eax
3:
- popl_cfi_reg ebx
+ popl %ebx
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(atomic64_inc_not_zero_cx8)
diff --git a/arch/x86/lib/checksum_32.S b/arch/x86/lib/checksum_32.S
-index 9bc944a..e52be6c 100644
+index c1e6232..758bc31 100644
--- a/arch/x86/lib/checksum_32.S
+++ b/arch/x86/lib/checksum_32.S
-@@ -29,7 +29,8 @@
- #include <asm/dwarf2.h>
+@@ -28,7 +28,8 @@
+ #include <linux/linkage.h>
#include <asm/errno.h>
#include <asm/asm.h>
-
@@ -29441,34 +30591,29 @@ index 9bc944a..e52be6c 100644
/*
* computes a partial checksum, e.g. for TCP/UDP fragments
*/
-@@ -285,9 +286,24 @@ unsigned int csum_partial_copy_generic (const char *src, char *dst,
+@@ -280,7 +281,20 @@ unsigned int csum_partial_copy_generic (const char *src, char *dst,
#define ARGBASE 16
#define FP 12
-
--ENTRY(csum_partial_copy_generic)
-+
-+ENTRY(csum_partial_copy_generic_to_user)
- CFI_STARTPROC
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ pushl_cfi %gs
-+ popl_cfi %es
++ pushl %gs
++ popl %es
+ jmp csum_partial_copy_generic
+#endif
+
+ENTRY(csum_partial_copy_generic_from_user)
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ pushl_cfi %gs
-+ popl_cfi %ds
++ pushl %gs
++ popl %ds
+#endif
+
-+ENTRY(csum_partial_copy_generic)
+ ENTRY(csum_partial_copy_generic)
subl $4,%esp
- CFI_ADJUST_CFA_OFFSET 4
- pushl_cfi_reg edi
-@@ -306,7 +322,7 @@ ENTRY(csum_partial_copy_generic)
+ pushl %edi
+@@ -299,7 +313,7 @@ ENTRY(csum_partial_copy_generic)
jmp 4f
SRC(1: movw (%esi), %bx )
addl $2, %esi
@@ -29477,7 +30622,7 @@ index 9bc944a..e52be6c 100644
addl $2, %edi
addw %bx, %ax
adcl $0, %eax
-@@ -318,30 +334,30 @@ DST( movw %bx, (%edi) )
+@@ -311,30 +325,30 @@ DST( movw %bx, (%edi) )
SRC(1: movl (%esi), %ebx )
SRC( movl 4(%esi), %edx )
adcl %ebx, %eax
@@ -29516,7 +30661,7 @@ index 9bc944a..e52be6c 100644
lea 32(%esi), %esi
lea 32(%edi), %edi
-@@ -355,7 +371,7 @@ DST( movl %edx, 28(%edi) )
+@@ -348,7 +362,7 @@ DST( movl %edx, 28(%edi) )
shrl $2, %edx # This clears CF
SRC(3: movl (%esi), %ebx )
adcl %ebx, %eax
@@ -29525,7 +30670,7 @@ index 9bc944a..e52be6c 100644
lea 4(%esi), %esi
lea 4(%edi), %edi
dec %edx
-@@ -367,12 +383,12 @@ DST( movl %ebx, (%edi) )
+@@ -360,12 +374,12 @@ DST( movl %ebx, (%edi) )
jb 5f
SRC( movw (%esi), %cx )
leal 2(%esi), %esi
@@ -29540,7 +30685,7 @@ index 9bc944a..e52be6c 100644
6: addl %ecx, %eax
adcl $0, %eax
7:
-@@ -383,7 +399,7 @@ DST( movb %cl, (%edi) )
+@@ -376,7 +390,7 @@ DST( movb %cl, (%edi) )
6001:
movl ARGBASE+20(%esp), %ebx # src_err_ptr
@@ -29549,7 +30694,7 @@ index 9bc944a..e52be6c 100644
# zero the complete destination - computing the rest
# is too much work
-@@ -396,37 +412,58 @@ DST( movb %cl, (%edi) )
+@@ -389,34 +403,58 @@ DST( movb %cl, (%edi) )
6002:
movl ARGBASE+24(%esp), %ebx # dst_err_ptr
@@ -29559,16 +30704,18 @@ index 9bc944a..e52be6c 100644
.previous
-+ pushl_cfi %ss
-+ popl_cfi %ds
-+ pushl_cfi %ss
-+ popl_cfi %es
- popl_cfi_reg ebx
- popl_cfi_reg esi
- popl_cfi_reg edi
- popl_cfi %ecx # equivalent to addl $4,%esp
++#ifdef CONFIG_PAX_MEMORY_UDEREF
++ pushl %ss
++ popl %ds
++ pushl %ss
++ popl %es
++#endif
++
+ popl %ebx
+ popl %esi
+ popl %edi
+ popl %ecx # equivalent to addl $4,%esp
ret
- CFI_ENDPROC
-ENDPROC(csum_partial_copy_generic)
+ENDPROC(csum_partial_copy_generic_to_user)
@@ -29592,29 +30739,26 @@ index 9bc944a..e52be6c 100644
#define ARGBASE 12
-
--ENTRY(csum_partial_copy_generic)
+
+ENTRY(csum_partial_copy_generic_to_user)
- CFI_STARTPROC
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ pushl_cfi %gs
-+ popl_cfi %es
++ pushl %gs
++ popl %es
+ jmp csum_partial_copy_generic
+#endif
+
+ENTRY(csum_partial_copy_generic_from_user)
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ pushl_cfi %gs
-+ popl_cfi %ds
++ pushl %gs
++ popl %ds
+#endif
+
-+ENTRY(csum_partial_copy_generic)
- pushl_cfi_reg ebx
- pushl_cfi_reg edi
- pushl_cfi_reg esi
-@@ -444,7 +481,7 @@ ENTRY(csum_partial_copy_generic)
+ ENTRY(csum_partial_copy_generic)
+ pushl %ebx
+ pushl %edi
+@@ -435,7 +473,7 @@ ENTRY(csum_partial_copy_generic)
subl %ebx, %edi
lea -1(%esi),%edx
andl $-32,%edx
@@ -29623,7 +30767,7 @@ index 9bc944a..e52be6c 100644
testl %esi, %esi
jmp *%ebx
1: addl $64,%esi
-@@ -465,19 +502,19 @@ ENTRY(csum_partial_copy_generic)
+@@ -456,19 +494,19 @@ ENTRY(csum_partial_copy_generic)
jb 5f
SRC( movw (%esi), %dx )
leal 2(%esi), %esi
@@ -29646,7 +30790,7 @@ index 9bc944a..e52be6c 100644
# zero the complete destination (computing the rest is too much work)
movl ARGBASE+8(%esp),%edi # dst
movl ARGBASE+12(%esp),%ecx # len
-@@ -485,16 +522,23 @@ DST( movb %dl, (%edi) )
+@@ -476,15 +514,22 @@ DST( movb %dl, (%edi) )
rep; stosb
jmp 7b
6002: movl ARGBASE+24(%esp), %ebx # dst_err_ptr
@@ -29656,101 +30800,95 @@ index 9bc944a..e52be6c 100644
.previous
+#ifdef CONFIG_PAX_MEMORY_UDEREF
-+ pushl_cfi %ss
-+ popl_cfi %ds
-+ pushl_cfi %ss
-+ popl_cfi %es
++ pushl %ss
++ popl %ds
++ pushl %ss
++ popl %es
+#endif
+
- popl_cfi_reg esi
- popl_cfi_reg edi
- popl_cfi_reg ebx
+ popl %esi
+ popl %edi
+ popl %ebx
ret
- CFI_ENDPROC
-ENDPROC(csum_partial_copy_generic)
+ENDPROC(csum_partial_copy_generic_to_user)
#undef ROUND
#undef ROUND1
diff --git a/arch/x86/lib/clear_page_64.S b/arch/x86/lib/clear_page_64.S
-index e67e579..4782449 100644
+index a2fe51b..507dab0 100644
--- a/arch/x86/lib/clear_page_64.S
+++ b/arch/x86/lib/clear_page_64.S
-@@ -23,6 +23,7 @@ ENTRY(clear_page)
+@@ -21,6 +21,7 @@ ENTRY(clear_page)
movl $4096/8,%ecx
xorl %eax,%eax
rep stosq
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(clear_page)
-@@ -47,6 +48,7 @@ ENTRY(clear_page_orig)
+
+@@ -43,6 +44,7 @@ ENTRY(clear_page_orig)
leaq 64(%rdi),%rdi
jnz .Lloop
nop
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(clear_page_orig)
-@@ -56,6 +58,7 @@ ENTRY(clear_page_c_e)
+
+@@ -50,5 +52,6 @@ ENTRY(clear_page_c_e)
movl $4096,%ecx
xorl %eax,%eax
rep stosb
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(clear_page_c_e)
diff --git a/arch/x86/lib/cmpxchg16b_emu.S b/arch/x86/lib/cmpxchg16b_emu.S
-index 40a1725..5d12ac4 100644
+index 9b33024..e52ee44 100644
--- a/arch/x86/lib/cmpxchg16b_emu.S
+++ b/arch/x86/lib/cmpxchg16b_emu.S
-@@ -8,6 +8,7 @@
+@@ -7,6 +7,7 @@
+ */
#include <linux/linkage.h>
- #include <asm/dwarf2.h>
#include <asm/percpu.h>
+#include <asm/alternative-asm.h>
.text
-@@ -46,12 +47,14 @@ CFI_STARTPROC
- CFI_REMEMBER_STATE
- popfq_cfi
+@@ -43,11 +44,13 @@ ENTRY(this_cpu_cmpxchg16b_emu)
+
+ popfq
mov $1, %al
+ pax_force_retaddr
ret
- CFI_RESTORE_STATE
.Lnot_same:
- popfq_cfi
+ popfq
xor %al,%al
+ pax_force_retaddr
ret
- CFI_ENDPROC
+ ENDPROC(this_cpu_cmpxchg16b_emu)
diff --git a/arch/x86/lib/copy_page_64.S b/arch/x86/lib/copy_page_64.S
-index 8239dbc..e714d2a 100644
+index 009f982..9b3db5e 100644
--- a/arch/x86/lib/copy_page_64.S
+++ b/arch/x86/lib/copy_page_64.S
-@@ -17,6 +17,7 @@ ENTRY(copy_page)
+@@ -15,13 +15,14 @@ ENTRY(copy_page)
ALTERNATIVE "jmp copy_page_regs", "", X86_FEATURE_REP_GOOD
movl $4096/8, %ecx
rep movsq
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(copy_page)
-@@ -27,8 +28,8 @@ ENTRY(copy_page_regs)
- CFI_ADJUST_CFA_OFFSET 2*8
+
+ ENTRY(copy_page_regs)
+ subq $2*8, %rsp
movq %rbx, (%rsp)
- CFI_REL_OFFSET rbx, 0
- movq %r12, 1*8(%rsp)
-- CFI_REL_OFFSET r12, 1*8
+ movq %r13, 1*8(%rsp)
-+ CFI_REL_OFFSET r13, 1*8
movl $(4096/64)-5, %ecx
.p2align 4
-@@ -41,7 +42,7 @@ ENTRY(copy_page_regs)
+@@ -34,7 +35,7 @@ ENTRY(copy_page_regs)
movq 0x8*4(%rsi), %r9
movq 0x8*5(%rsi), %r10
movq 0x8*6(%rsi), %r11
@@ -29759,7 +30897,7 @@ index 8239dbc..e714d2a 100644
prefetcht0 5*64(%rsi)
-@@ -52,7 +53,7 @@ ENTRY(copy_page_regs)
+@@ -45,7 +46,7 @@ ENTRY(copy_page_regs)
movq %r9, 0x8*4(%rdi)
movq %r10, 0x8*5(%rdi)
movq %r11, 0x8*6(%rdi)
@@ -29768,7 +30906,7 @@ index 8239dbc..e714d2a 100644
leaq 64 (%rsi), %rsi
leaq 64 (%rdi), %rdi
-@@ -71,7 +72,7 @@ ENTRY(copy_page_regs)
+@@ -64,7 +65,7 @@ ENTRY(copy_page_regs)
movq 0x8*4(%rsi), %r9
movq 0x8*5(%rsi), %r10
movq 0x8*6(%rsi), %r11
@@ -29777,7 +30915,7 @@ index 8239dbc..e714d2a 100644
movq %rax, 0x8*0(%rdi)
movq %rbx, 0x8*1(%rdi)
-@@ -80,7 +81,7 @@ ENTRY(copy_page_regs)
+@@ -73,14 +74,15 @@ ENTRY(copy_page_regs)
movq %r9, 0x8*4(%rdi)
movq %r10, 0x8*5(%rdi)
movq %r11, 0x8*6(%rdi)
@@ -29786,39 +30924,26 @@ index 8239dbc..e714d2a 100644
leaq 64(%rdi), %rdi
leaq 64(%rsi), %rsi
-@@ -88,10 +89,11 @@ ENTRY(copy_page_regs)
+ jnz .Loop2
movq (%rsp), %rbx
- CFI_RESTORE rbx
- movq 1*8(%rsp), %r12
-- CFI_RESTORE r12
+ movq 1*8(%rsp), %r13
-+ CFI_RESTORE r13
addq $2*8, %rsp
- CFI_ADJUST_CFA_OFFSET -2*8
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(copy_page_regs)
diff --git a/arch/x86/lib/copy_user_64.S b/arch/x86/lib/copy_user_64.S
-index fa997df..060ab18 100644
+index 982ce34..8e14731 100644
--- a/arch/x86/lib/copy_user_64.S
+++ b/arch/x86/lib/copy_user_64.S
-@@ -15,6 +15,7 @@
+@@ -14,50 +14,7 @@
#include <asm/alternative-asm.h>
#include <asm/asm.h>
#include <asm/smap.h>
-+#include <asm/pgtable.h>
-
- .macro ALIGN_DESTINATION
- /* check for bad alignment of destination */
-@@ -40,56 +41,6 @@
- _ASM_EXTABLE(101b,103b)
- .endm
-
+-
-/* Standard copy_to_user with segment limit checking */
-ENTRY(_copy_to_user)
-- CFI_STARTPROC
- GET_THREAD_INFO(%rax)
- movq %rdi,%rcx
- addq %rdx,%rcx
@@ -29830,12 +30955,10 @@ index fa997df..060ab18 100644
- X86_FEATURE_REP_GOOD, \
- "jmp copy_user_enhanced_fast_string", \
- X86_FEATURE_ERMS
-- CFI_ENDPROC
-ENDPROC(_copy_to_user)
-
-/* Standard copy_from_user with segment limit checking */
-ENTRY(_copy_from_user)
-- CFI_STARTPROC
- GET_THREAD_INFO(%rax)
- movq %rsi,%rcx
- addq %rdx,%rcx
@@ -29847,14 +30970,12 @@ index fa997df..060ab18 100644
- X86_FEATURE_REP_GOOD, \
- "jmp copy_user_enhanced_fast_string", \
- X86_FEATURE_ERMS
-- CFI_ENDPROC
-ENDPROC(_copy_from_user)
-
- .section .fixup,"ax"
- /* must zero dest */
-ENTRY(bad_from_user)
-bad_from_user:
-- CFI_STARTPROC
- movl %edx,%ecx
- xorl %eax,%eax
- rep
@@ -29862,22 +30983,21 @@ index fa997df..060ab18 100644
-bad_to_user:
- movl %edx,%eax
- ret
-- CFI_ENDPROC
-ENDPROC(bad_from_user)
- .previous
--
++#include <asm/pgtable.h>
+
/*
* copy_user_generic_unrolled - memory copy with exception handling.
- * This version is for CPUs like P4 that don't have efficient micro
-@@ -105,6 +56,7 @@ ENDPROC(bad_from_user)
+@@ -73,6 +30,7 @@ ENDPROC(bad_from_user)
+ * eax uncopied bytes or 0 if successful.
*/
ENTRY(copy_user_generic_unrolled)
- CFI_STARTPROC
+ ASM_PAX_OPEN_USERLAND
ASM_STAC
cmpl $8,%edx
jb 20f /* less then 8 bytes, go to byte copy loop */
-@@ -154,6 +106,8 @@ ENTRY(copy_user_generic_unrolled)
+@@ -122,6 +80,8 @@ ENTRY(copy_user_generic_unrolled)
jnz 21b
23: xor %eax,%eax
ASM_CLAC
@@ -29886,15 +31006,15 @@ index fa997df..060ab18 100644
ret
.section .fixup,"ax"
-@@ -209,6 +163,7 @@ ENDPROC(copy_user_generic_unrolled)
+@@ -175,6 +135,7 @@ ENDPROC(copy_user_generic_unrolled)
+ * eax uncopied bytes or 0 if successful.
*/
ENTRY(copy_user_generic_string)
- CFI_STARTPROC
+ ASM_PAX_OPEN_USERLAND
ASM_STAC
cmpl $8,%edx
jb 2f /* less than 8 bytes, go to byte copy loop */
-@@ -223,6 +178,8 @@ ENTRY(copy_user_generic_string)
+@@ -189,6 +150,8 @@ ENTRY(copy_user_generic_string)
movsb
xorl %eax,%eax
ASM_CLAC
@@ -29903,10 +31023,10 @@ index fa997df..060ab18 100644
ret
.section .fixup,"ax"
-@@ -250,12 +207,15 @@ ENDPROC(copy_user_generic_string)
+@@ -214,12 +177,15 @@ ENDPROC(copy_user_generic_string)
+ * eax uncopied bytes or 0 if successful.
*/
ENTRY(copy_user_enhanced_fast_string)
- CFI_STARTPROC
+ ASM_PAX_OPEN_USERLAND
ASM_STAC
movl %edx,%ecx
@@ -29919,30 +31039,10 @@ index fa997df..060ab18 100644
ret
.section .fixup,"ax"
-diff --git a/arch/x86/lib/copy_user_nocache_64.S b/arch/x86/lib/copy_user_nocache_64.S
-index 6a4f43c..c70fb52 100644
---- a/arch/x86/lib/copy_user_nocache_64.S
-+++ b/arch/x86/lib/copy_user_nocache_64.S
-@@ -8,6 +8,7 @@
-
- #include <linux/linkage.h>
- #include <asm/dwarf2.h>
-+#include <asm/alternative-asm.h>
-
- #define FIX_ALIGNMENT 1
-
-@@ -16,6 +17,7 @@
- #include <asm/thread_info.h>
- #include <asm/asm.h>
- #include <asm/smap.h>
-+#include <asm/pgtable.h>
-
- .macro ALIGN_DESTINATION
- #ifdef FIX_ALIGNMENT
-@@ -49,6 +51,16 @@
+@@ -235,6 +201,16 @@ ENDPROC(copy_user_enhanced_fast_string)
+ * This will force destination/source out of cache for more performance.
*/
ENTRY(__copy_user_nocache)
- CFI_STARTPROC
+
+#ifdef CONFIG_PAX_MEMORY_UDEREF
+ mov pax_user_shadow_base,%rcx
@@ -29956,7 +31056,7 @@ index 6a4f43c..c70fb52 100644
ASM_STAC
cmpl $8,%edx
jb 20f /* less then 8 bytes, go to byte copy loop */
-@@ -98,7 +110,9 @@ ENTRY(__copy_user_nocache)
+@@ -284,7 +260,9 @@ ENTRY(__copy_user_nocache)
jnz 21b
23: xorl %eax,%eax
ASM_CLAC
@@ -29967,29 +31067,27 @@ index 6a4f43c..c70fb52 100644
.section .fixup,"ax"
diff --git a/arch/x86/lib/csum-copy_64.S b/arch/x86/lib/csum-copy_64.S
-index 9734182..dbee61c 100644
+index 7e48807..cc966ff 100644
--- a/arch/x86/lib/csum-copy_64.S
+++ b/arch/x86/lib/csum-copy_64.S
-@@ -9,6 +9,7 @@
- #include <asm/dwarf2.h>
+@@ -8,6 +8,7 @@
+ #include <linux/linkage.h>
#include <asm/errno.h>
#include <asm/asm.h>
+#include <asm/alternative-asm.h>
/*
* Checksum copy with exception handling.
-@@ -56,8 +57,8 @@ ENTRY(csum_partial_copy_generic)
- CFI_ADJUST_CFA_OFFSET 7*8
+@@ -52,7 +53,7 @@ ENTRY(csum_partial_copy_generic)
+ .Lignore:
+ subq $7*8, %rsp
movq %rbx, 2*8(%rsp)
- CFI_REL_OFFSET rbx, 2*8
- movq %r12, 3*8(%rsp)
-- CFI_REL_OFFSET r12, 3*8
+ movq %r15, 3*8(%rsp)
-+ CFI_REL_OFFSET r15, 3*8
movq %r14, 4*8(%rsp)
- CFI_REL_OFFSET r14, 4*8
movq %r13, 5*8(%rsp)
-@@ -72,16 +73,16 @@ ENTRY(csum_partial_copy_generic)
+ movq %rbp, 6*8(%rsp)
+@@ -64,16 +65,16 @@ ENTRY(csum_partial_copy_generic)
movl %edx, %ecx
xorl %r9d, %r9d
@@ -30009,7 +31107,7 @@ index 9734182..dbee61c 100644
/* r10: temp5, rbp: temp6, r14 temp7, r13 temp8 */
.p2align 4
.Lloop:
-@@ -115,7 +116,7 @@ ENTRY(csum_partial_copy_generic)
+@@ -107,7 +108,7 @@ ENTRY(csum_partial_copy_generic)
adcq %r14, %rax
adcq %r13, %rax
@@ -30018,25 +31116,20 @@ index 9734182..dbee61c 100644
dest
movq %rbx, (%rsi)
-@@ -210,8 +211,8 @@ ENTRY(csum_partial_copy_generic)
+@@ -200,11 +201,12 @@ ENTRY(csum_partial_copy_generic)
+
.Lende:
movq 2*8(%rsp), %rbx
- CFI_RESTORE rbx
- movq 3*8(%rsp), %r12
-- CFI_RESTORE r12
+ movq 3*8(%rsp), %r15
-+ CFI_RESTORE r15
movq 4*8(%rsp), %r14
- CFI_RESTORE r14
movq 5*8(%rsp), %r13
-@@ -220,6 +221,7 @@ ENTRY(csum_partial_copy_generic)
- CFI_RESTORE rbp
+ movq 6*8(%rsp), %rbp
addq $7*8, %rsp
- CFI_ADJUST_CFA_OFFSET -7*8
+ pax_force_retaddr
ret
- CFI_RESTORE_STATE
+ /* Exception handlers. Very simple, zeroing is done in the wrappers */
diff --git a/arch/x86/lib/csum-wrappers_64.c b/arch/x86/lib/csum-wrappers_64.c
index 1318f75..44c30fd 100644
--- a/arch/x86/lib/csum-wrappers_64.c
@@ -30070,10 +31163,10 @@ index 1318f75..44c30fd 100644
}
EXPORT_SYMBOL(csum_partial_copy_to_user);
diff --git a/arch/x86/lib/getuser.S b/arch/x86/lib/getuser.S
-index a451235..a74bfa3 100644
+index 46668cd..a3bdfb9 100644
--- a/arch/x86/lib/getuser.S
+++ b/arch/x86/lib/getuser.S
-@@ -33,17 +33,40 @@
+@@ -32,42 +32,93 @@
#include <asm/thread_info.h>
#include <asm/asm.h>
#include <asm/smap.h>
@@ -30089,7 +31182,6 @@ index a451235..a74bfa3 100644
.text
ENTRY(__get_user_1)
- CFI_STARTPROC
+
+#if !defined(CONFIG_X86_32) || !defined(CONFIG_PAX_MEMORY_UDEREF)
GET_THREAD_INFO(%_ASM_DX)
@@ -30113,11 +31205,9 @@ index a451235..a74bfa3 100644
ASM_CLAC
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(__get_user_1)
-@@ -51,14 +74,28 @@ ENDPROC(__get_user_1)
+
ENTRY(__get_user_2)
- CFI_STARTPROC
add $1,%_ASM_AX
+
+#if !defined(CONFIG_X86_32) || !defined(CONFIG_PAX_MEMORY_UDEREF)
@@ -30143,11 +31233,9 @@ index a451235..a74bfa3 100644
ASM_CLAC
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(__get_user_2)
-@@ -66,14 +103,28 @@ ENDPROC(__get_user_2)
+
ENTRY(__get_user_4)
- CFI_STARTPROC
add $3,%_ASM_AX
+
+#if !defined(CONFIG_X86_32) || !defined(CONFIG_PAX_MEMORY_UDEREF)
@@ -30173,9 +31261,9 @@ index a451235..a74bfa3 100644
ASM_CLAC
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(__get_user_4)
-@@ -86,10 +137,20 @@ ENTRY(__get_user_8)
+
+@@ -78,10 +129,20 @@ ENTRY(__get_user_8)
GET_THREAD_INFO(%_ASM_DX)
cmp TI_addr_limit(%_ASM_DX),%_ASM_AX
jae bad_get_user
@@ -30196,7 +31284,7 @@ index a451235..a74bfa3 100644
ret
#else
add $7,%_ASM_AX
-@@ -98,10 +159,11 @@ ENTRY(__get_user_8)
+@@ -90,10 +151,11 @@ ENTRY(__get_user_8)
cmp TI_addr_limit(%_ASM_DX),%_ASM_AX
jae bad_get_user_8
ASM_STAC
@@ -30209,25 +31297,25 @@ index a451235..a74bfa3 100644
+ pax_force_retaddr
ret
#endif
- CFI_ENDPROC
-@@ -113,6 +175,7 @@ bad_get_user:
+ ENDPROC(__get_user_8)
+@@ -103,6 +165,7 @@ bad_get_user:
xor %edx,%edx
mov $(-EFAULT),%_ASM_AX
ASM_CLAC
+ pax_force_retaddr
ret
- CFI_ENDPROC
END(bad_get_user)
-@@ -124,6 +187,7 @@ bad_get_user_8:
+
+@@ -112,6 +175,7 @@ bad_get_user_8:
xor %ecx,%ecx
mov $(-EFAULT),%_ASM_AX
ASM_CLAC
+ pax_force_retaddr
ret
- CFI_ENDPROC
END(bad_get_user_8)
+ #endif
diff --git a/arch/x86/lib/insn.c b/arch/x86/lib/insn.c
-index 8f72b33..a43d9969 100644
+index 8f72b33..4667a46 100644
--- a/arch/x86/lib/insn.c
+++ b/arch/x86/lib/insn.c
@@ -20,8 +20,10 @@
@@ -30248,37 +31336,36 @@ index 8f72b33..a43d9969 100644
- insn->kaddr = kaddr;
- insn->end_kaddr = kaddr + buf_len;
- insn->next_byte = kaddr;
-+ insn->kaddr = ktla_ktva(kaddr);
++ insn->kaddr = (void *)ktla_ktva((unsigned long)kaddr);
+ insn->end_kaddr = insn->kaddr + buf_len;
+ insn->next_byte = insn->kaddr;
insn->x86_64 = x86_64 ? 1 : 0;
insn->opnd_bytes = 4;
if (x86_64)
diff --git a/arch/x86/lib/iomap_copy_64.S b/arch/x86/lib/iomap_copy_64.S
-index 05a95e7..326f2fa 100644
+index 33147fe..12a8815 100644
--- a/arch/x86/lib/iomap_copy_64.S
+++ b/arch/x86/lib/iomap_copy_64.S
-@@ -17,6 +17,7 @@
+@@ -16,6 +16,7 @@
+ */
#include <linux/linkage.h>
- #include <asm/dwarf2.h>
+#include <asm/alternative-asm.h>
/*
* override generic version in lib/iomap_copy.c
-@@ -25,6 +26,7 @@ ENTRY(__iowrite32_copy)
- CFI_STARTPROC
+@@ -23,5 +24,6 @@
+ ENTRY(__iowrite32_copy)
movl %edx,%ecx
rep movsd
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(__iowrite32_copy)
diff --git a/arch/x86/lib/memcpy_64.S b/arch/x86/lib/memcpy_64.S
-index b046664..dec9465 100644
+index 16698bb..971d300 100644
--- a/arch/x86/lib/memcpy_64.S
+++ b/arch/x86/lib/memcpy_64.S
-@@ -37,6 +37,7 @@ ENTRY(memcpy)
+@@ -36,6 +36,7 @@ ENTRY(memcpy)
rep movsq
movl %edx, %ecx
rep movsb
@@ -30286,7 +31373,7 @@ index b046664..dec9465 100644
ret
ENDPROC(memcpy)
ENDPROC(__memcpy)
-@@ -49,6 +50,7 @@ ENTRY(memcpy_erms)
+@@ -48,6 +49,7 @@ ENTRY(memcpy_erms)
movq %rdi, %rax
movq %rdx, %rcx
rep movsb
@@ -30294,7 +31381,7 @@ index b046664..dec9465 100644
ret
ENDPROC(memcpy_erms)
-@@ -134,6 +136,7 @@ ENTRY(memcpy_orig)
+@@ -132,6 +134,7 @@ ENTRY(memcpy_orig)
movq %r9, 1*8(%rdi)
movq %r10, -2*8(%rdi, %rdx)
movq %r11, -1*8(%rdi, %rdx)
@@ -30302,7 +31389,7 @@ index b046664..dec9465 100644
retq
.p2align 4
.Lless_16bytes:
-@@ -146,6 +149,7 @@ ENTRY(memcpy_orig)
+@@ -144,6 +147,7 @@ ENTRY(memcpy_orig)
movq -1*8(%rsi, %rdx), %r9
movq %r8, 0*8(%rdi)
movq %r9, -1*8(%rdi, %rdx)
@@ -30310,7 +31397,7 @@ index b046664..dec9465 100644
retq
.p2align 4
.Lless_8bytes:
-@@ -159,6 +163,7 @@ ENTRY(memcpy_orig)
+@@ -157,6 +161,7 @@ ENTRY(memcpy_orig)
movl -4(%rsi, %rdx), %r8d
movl %ecx, (%rdi)
movl %r8d, -4(%rdi, %rdx)
@@ -30318,19 +31405,18 @@ index b046664..dec9465 100644
retq
.p2align 4
.Lless_3bytes:
-@@ -177,6 +182,7 @@ ENTRY(memcpy_orig)
+@@ -175,5 +180,6 @@ ENTRY(memcpy_orig)
movb %cl, (%rdi)
.Lend:
+ pax_force_retaddr
retq
- CFI_ENDPROC
ENDPROC(memcpy_orig)
diff --git a/arch/x86/lib/memmove_64.S b/arch/x86/lib/memmove_64.S
-index 0f8a0d0..f6e0ea4 100644
+index ca2afdd..2e474fa 100644
--- a/arch/x86/lib/memmove_64.S
+++ b/arch/x86/lib/memmove_64.S
-@@ -43,7 +43,7 @@ ENTRY(__memmove)
+@@ -41,7 +41,7 @@ ENTRY(__memmove)
jg 2f
.Lmemmove_begin_forward:
@@ -30339,19 +31425,19 @@ index 0f8a0d0..f6e0ea4 100644
/*
* movsq instruction have many startup latency
-@@ -206,6 +206,7 @@ ENTRY(__memmove)
+@@ -204,6 +204,7 @@ ENTRY(__memmove)
movb (%rsi), %r11b
movb %r11b, (%rdi)
13:
+ pax_force_retaddr
retq
- CFI_ENDPROC
ENDPROC(__memmove)
+ ENDPROC(memmove)
diff --git a/arch/x86/lib/memset_64.S b/arch/x86/lib/memset_64.S
-index 93118fb..386ed2a 100644
+index 2661fad..b584d5c 100644
--- a/arch/x86/lib/memset_64.S
+++ b/arch/x86/lib/memset_64.S
-@@ -41,6 +41,7 @@ ENTRY(__memset)
+@@ -40,6 +40,7 @@ ENTRY(__memset)
movl %edx,%ecx
rep stosb
movq %r9,%rax
@@ -30359,7 +31445,7 @@ index 93118fb..386ed2a 100644
ret
ENDPROC(memset)
ENDPROC(__memset)
-@@ -62,6 +63,7 @@ ENTRY(memset_erms)
+@@ -61,6 +62,7 @@ ENTRY(memset_erms)
movq %rdx,%rcx
rep stosb
movq %r9,%rax
@@ -30367,16 +31453,16 @@ index 93118fb..386ed2a 100644
ret
ENDPROC(memset_erms)
-@@ -126,6 +128,7 @@ ENTRY(memset_orig)
+@@ -123,6 +125,7 @@ ENTRY(memset_orig)
.Lende:
movq %r10,%rax
+ pax_force_retaddr
ret
- CFI_RESTORE_STATE
+ .Lbad_alignment:
diff --git a/arch/x86/lib/mmx_32.c b/arch/x86/lib/mmx_32.c
-index c9f2d9b..e7fd2c0 100644
+index e5e3ed8..d7c08c2 100644
--- a/arch/x86/lib/mmx_32.c
+++ b/arch/x86/lib/mmx_32.c
@@ -29,6 +29,7 @@ void *_mmx_memcpy(void *to, const void *from, size_t len)
@@ -30695,30 +31781,30 @@ index c9f2d9b..e7fd2c0 100644
from += 64;
to += 64;
diff --git a/arch/x86/lib/msr-reg.S b/arch/x86/lib/msr-reg.S
-index 3ca5218..c2ae6bc 100644
+index c815564..303dcfa 100644
--- a/arch/x86/lib/msr-reg.S
+++ b/arch/x86/lib/msr-reg.S
-@@ -3,6 +3,7 @@
- #include <asm/dwarf2.h>
+@@ -2,6 +2,7 @@
+ #include <linux/errno.h>
#include <asm/asm.h>
#include <asm/msr.h>
+#include <asm/alternative-asm.h>
#ifdef CONFIG_X86_64
/*
-@@ -37,6 +38,7 @@ ENTRY(\op\()_safe_regs)
+@@ -34,6 +35,7 @@ ENTRY(\op\()_safe_regs)
movl %edi, 28(%r10)
- popq_cfi_reg rbp
- popq_cfi_reg rbx
+ popq %rbp
+ popq %rbx
+ pax_force_retaddr
ret
3:
- CFI_RESTORE_STATE
+ movl $-EIO, %r11d
diff --git a/arch/x86/lib/putuser.S b/arch/x86/lib/putuser.S
-index fc6ba17..14ad9a5 100644
+index e0817a1..bc9cf66 100644
--- a/arch/x86/lib/putuser.S
+++ b/arch/x86/lib/putuser.S
-@@ -16,7 +16,9 @@
+@@ -15,7 +15,9 @@
#include <asm/errno.h>
#include <asm/asm.h>
#include <asm/smap.h>
@@ -30729,19 +31815,16 @@ index fc6ba17..14ad9a5 100644
/*
* __put_user_X
-@@ -30,57 +32,125 @@
+@@ -29,55 +31,124 @@
* as they get called from within inline assembly.
*/
--#define ENTER CFI_STARTPROC ; \
-- GET_THREAD_INFO(%_ASM_BX)
+-#define ENTER GET_THREAD_INFO(%_ASM_BX)
-#define EXIT ASM_CLAC ; \
-- ret ; \
-+#define ENTER CFI_STARTPROC
++#define ENTER
+#define EXIT ASM_CLAC ; \
+ pax_force_retaddr ; \
-+ ret ; \
- CFI_ENDPROC
+ ret
+#if defined(CONFIG_X86_64) && defined(CONFIG_PAX_MEMORY_UDEREF)
+#define _DEST %_ASM_CX,%_ASM_BX
@@ -30865,78 +31948,44 @@ index fc6ba17..14ad9a5 100644
xor %eax,%eax
EXIT
diff --git a/arch/x86/lib/rwsem.S b/arch/x86/lib/rwsem.S
-index 2322abe..1e78a75 100644
+index 40027db..37bb69d 100644
--- a/arch/x86/lib/rwsem.S
+++ b/arch/x86/lib/rwsem.S
-@@ -92,6 +92,7 @@ ENTRY(call_rwsem_down_read_failed)
+@@ -90,6 +90,7 @@ ENTRY(call_rwsem_down_read_failed)
call rwsem_down_read_failed
- __ASM_SIZE(pop,_cfi_reg) __ASM_REG(dx)
+ __ASM_SIZE(pop,) %__ASM_REG(dx)
restore_common_regs
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(call_rwsem_down_read_failed)
-@@ -102,6 +103,7 @@ ENTRY(call_rwsem_down_write_failed)
+
+@@ -98,6 +99,7 @@ ENTRY(call_rwsem_down_write_failed)
movq %rax,%rdi
call rwsem_down_write_failed
restore_common_regs
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(call_rwsem_down_write_failed)
-@@ -115,7 +117,8 @@ ENTRY(call_rwsem_wake)
+
+@@ -109,7 +111,8 @@ ENTRY(call_rwsem_wake)
movq %rax,%rdi
call rwsem_wake
restore_common_regs
-1: ret
+1: pax_force_retaddr
+ ret
- CFI_ENDPROC
ENDPROC(call_rwsem_wake)
-@@ -127,6 +130,7 @@ ENTRY(call_rwsem_downgrade_wake)
+ ENTRY(call_rwsem_downgrade_wake)
+@@ -119,5 +122,6 @@ ENTRY(call_rwsem_downgrade_wake)
call rwsem_downgrade_wake
- __ASM_SIZE(pop,_cfi_reg) __ASM_REG(dx)
+ __ASM_SIZE(pop,) %__ASM_REG(dx)
restore_common_regs
+ pax_force_retaddr
ret
- CFI_ENDPROC
ENDPROC(call_rwsem_downgrade_wake)
-diff --git a/arch/x86/lib/thunk_64.S b/arch/x86/lib/thunk_64.S
-index f89ba4e9..512b2de 100644
---- a/arch/x86/lib/thunk_64.S
-+++ b/arch/x86/lib/thunk_64.S
-@@ -9,6 +9,7 @@
- #include <asm/dwarf2.h>
- #include <asm/calling.h>
- #include <asm/asm.h>
-+#include <asm/alternative-asm.h>
-
- /* rdi: arg1 ... normal C conventions. rax is saved/restored. */
- .macro THUNK name, func, put_ret_addr_in_rdi=0
-@@ -69,6 +70,7 @@ restore:
- popq_cfi_reg rdx
- popq_cfi_reg rsi
- popq_cfi_reg rdi
-+ pax_force_retaddr
- ret
- CFI_ENDPROC
- _ASM_NOKPROBE(restore)
-diff --git a/arch/x86/lib/usercopy.c b/arch/x86/lib/usercopy.c
-index ddf9ecb..e342586 100644
---- a/arch/x86/lib/usercopy.c
-+++ b/arch/x86/lib/usercopy.c
-@@ -20,7 +20,7 @@ copy_from_user_nmi(void *to, const void __user *from, unsigned long n)
- unsigned long ret;
-
- if (__range_not_ok(from, n, TASK_SIZE))
-- return 0;
-+ return n;
-
- /*
- * Even though this function is typically called from NMI/IRQ context
diff --git a/arch/x86/lib/usercopy_32.c b/arch/x86/lib/usercopy_32.c
-index e2f5e21..4b22130 100644
+index 91d93b9..4b22130 100644
--- a/arch/x86/lib/usercopy_32.c
+++ b/arch/x86/lib/usercopy_32.c
@@ -42,11 +42,13 @@ do { \
@@ -31433,7 +32482,7 @@ index e2f5e21..4b22130 100644
clac();
return n;
}
-@@ -632,58 +743,38 @@ unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *fr
+@@ -632,60 +743,38 @@ unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *fr
if (n > 64 && cpu_has_xmm2)
n = __copy_user_intel_nocache(to, from, n);
else
@@ -31454,7 +32503,8 @@ index e2f5e21..4b22130 100644
- * @from: Source address, in kernel space.
- * @n: Number of bytes to copy.
- *
-- * Context: User context only. This function may sleep.
+- * Context: User context only. This function may sleep if pagefaults are
+- * enabled.
- *
- * Copy data from kernel space to user space.
- *
@@ -31491,7 +32541,8 @@ index e2f5e21..4b22130 100644
- * @from: Source address, in user space.
- * @n: Number of bytes to copy.
- *
-- * Context: User context only. This function may sleep.
+- * Context: User context only. This function may sleep if pagefaults are
+- * enabled.
- *
- * Copy data from user space to kernel space.
- *
@@ -31580,6 +32631,54 @@ index 0a42327..7a82465 100644
memset(to, 0, len);
return len;
}
+diff --git a/arch/x86/math-emu/fpu_aux.c b/arch/x86/math-emu/fpu_aux.c
+index dd76a05..df65688 100644
+--- a/arch/x86/math-emu/fpu_aux.c
++++ b/arch/x86/math-emu/fpu_aux.c
+@@ -52,7 +52,7 @@ void fpstate_init_soft(struct swregs_state *soft)
+
+ void finit(void)
+ {
+- fpstate_init_soft(&current->thread.fpu.state.soft);
++ fpstate_init_soft(&current->thread.fpu.state->soft);
+ }
+
+ /*
+diff --git a/arch/x86/math-emu/fpu_entry.c b/arch/x86/math-emu/fpu_entry.c
+index 3d8f2e4..ef7cf4e 100644
+--- a/arch/x86/math-emu/fpu_entry.c
++++ b/arch/x86/math-emu/fpu_entry.c
+@@ -677,7 +677,7 @@ int fpregs_soft_set(struct task_struct *target,
+ unsigned int pos, unsigned int count,
+ const void *kbuf, const void __user *ubuf)
+ {
+- struct swregs_state *s387 = &target->thread.fpu.state.soft;
++ struct swregs_state *s387 = &target->thread.fpu.state->soft;
+ void *space = s387->st_space;
+ int ret;
+ int offset, other, i, tags, regnr, tag, newtop;
+@@ -729,7 +729,7 @@ int fpregs_soft_get(struct task_struct *target,
+ unsigned int pos, unsigned int count,
+ void *kbuf, void __user *ubuf)
+ {
+- struct swregs_state *s387 = &target->thread.fpu.state.soft;
++ struct swregs_state *s387 = &target->thread.fpu.state->soft;
+ const void *space = s387->st_space;
+ int ret;
+ int offset = (S387->ftop & 7) * 10, other = 80 - offset;
+diff --git a/arch/x86/math-emu/fpu_system.h b/arch/x86/math-emu/fpu_system.h
+index 5e044d5..d342fce 100644
+--- a/arch/x86/math-emu/fpu_system.h
++++ b/arch/x86/math-emu/fpu_system.h
+@@ -46,7 +46,7 @@ static inline struct desc_struct FPU_get_ldt_descriptor(unsigned seg)
+ #define SEG_EXPAND_DOWN(s) (((s).b & ((1 << 11) | (1 << 10))) \
+ == (1 << 10))
+
+-#define I387 (&current->thread.fpu.state)
++#define I387 (current->thread.fpu.state)
+ #define FPU_info (I387->soft.info)
+
+ #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs))
diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile
index a482d10..1a6edb5 100644
--- a/arch/x86/mm/Makefile
@@ -31593,10 +32692,15 @@ index a482d10..1a6edb5 100644
+obj-$(CONFIG_X86_64) += uderef_64.o
+CFLAGS_uderef_64.o := $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS)) -fcall-saved-rax
diff --git a/arch/x86/mm/extable.c b/arch/x86/mm/extable.c
-index 903ec1e..c4166b2 100644
+index 903ec1e..41b4708 100644
--- a/arch/x86/mm/extable.c
+++ b/arch/x86/mm/extable.c
-@@ -6,12 +6,24 @@
+@@ -2,16 +2,29 @@
+ #include <linux/spinlock.h>
+ #include <linux/sort.h>
+ #include <asm/uaccess.h>
++#include <asm/boot.h>
+
static inline unsigned long
ex_insn_addr(const struct exception_table_entry *x)
{
@@ -31623,7 +32727,7 @@ index 903ec1e..c4166b2 100644
}
int fixup_exception(struct pt_regs *regs)
-@@ -20,7 +32,7 @@ int fixup_exception(struct pt_regs *regs)
+@@ -20,7 +33,7 @@ int fixup_exception(struct pt_regs *regs)
unsigned long new_ip;
#ifdef CONFIG_PNPBIOS
@@ -31632,7 +32736,7 @@ index 903ec1e..c4166b2 100644
extern u32 pnp_bios_fault_eip, pnp_bios_fault_esp;
extern u32 pnp_bios_is_utter_crap;
pnp_bios_is_utter_crap = 1;
-@@ -145,6 +157,13 @@ void sort_extable(struct exception_table_entry *start,
+@@ -145,6 +158,13 @@ void sort_extable(struct exception_table_entry *start,
i += 4;
p->fixup -= i;
i += 4;
@@ -31647,13 +32751,13 @@ index 903ec1e..c4166b2 100644
}
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c
-index 181c53b..d336596 100644
+index 9dc9098..938251a 100644
--- a/arch/x86/mm/fault.c
+++ b/arch/x86/mm/fault.c
-@@ -13,12 +13,19 @@
- #include <linux/hugetlb.h> /* hstate_index_to_shift */
+@@ -14,12 +14,19 @@
#include <linux/prefetch.h> /* prefetchw */
#include <linux/context_tracking.h> /* exception_enter(), ... */
+ #include <linux/uaccess.h> /* faulthandler_disabled() */
+#include <linux/unistd.h>
+#include <linux/compiler.h>
@@ -31670,7 +32774,7 @@ index 181c53b..d336596 100644
#define CREATE_TRACE_POINTS
#include <asm/trace/exceptions.h>
-@@ -120,7 +127,10 @@ check_prefetch_opcode(struct pt_regs *regs, unsigned char *instr,
+@@ -121,7 +128,10 @@ check_prefetch_opcode(struct pt_regs *regs, unsigned char *instr,
return !instr_lo || (instr_lo>>1) == 1;
case 0x00:
/* Prefetch instruction is 0x0F0D or 0x0F18 */
@@ -31682,7 +32786,7 @@ index 181c53b..d336596 100644
return 0;
*prefetch = (instr_lo == 0xF) &&
-@@ -154,7 +164,10 @@ is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr)
+@@ -155,7 +165,10 @@ is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr)
while (instr < max_instr) {
unsigned char opcode;
@@ -31694,7 +32798,7 @@ index 181c53b..d336596 100644
break;
instr++;
-@@ -185,6 +198,34 @@ force_sig_info_fault(int si_signo, int si_code, unsigned long address,
+@@ -186,6 +199,34 @@ force_sig_info_fault(int si_signo, int si_code, unsigned long address,
force_sig_info(si_signo, &info, tsk);
}
@@ -31729,7 +32833,7 @@ index 181c53b..d336596 100644
DEFINE_SPINLOCK(pgd_lock);
LIST_HEAD(pgd_list);
-@@ -235,10 +276,27 @@ void vmalloc_sync_all(void)
+@@ -236,10 +277,27 @@ void vmalloc_sync_all(void)
for (address = VMALLOC_START & PMD_MASK;
address >= TASK_SIZE && address < FIXADDR_TOP;
address += PMD_SIZE) {
@@ -31757,7 +32861,7 @@ index 181c53b..d336596 100644
spinlock_t *pgt_lock;
pmd_t *ret;
-@@ -246,8 +304,14 @@ void vmalloc_sync_all(void)
+@@ -247,8 +305,14 @@ void vmalloc_sync_all(void)
pgt_lock = &pgd_page_get_mm(page)->page_table_lock;
spin_lock(pgt_lock);
@@ -31773,7 +32877,7 @@ index 181c53b..d336596 100644
if (!ret)
break;
-@@ -281,6 +345,12 @@ static noinline int vmalloc_fault(unsigned long address)
+@@ -282,6 +346,12 @@ static noinline int vmalloc_fault(unsigned long address)
* an interrupt in the middle of a task switch..
*/
pgd_paddr = read_cr3();
@@ -31786,7 +32890,7 @@ index 181c53b..d336596 100644
pmd_k = vmalloc_sync_one(__va(pgd_paddr), address);
if (!pmd_k)
return -1;
-@@ -377,11 +447,25 @@ static noinline int vmalloc_fault(unsigned long address)
+@@ -378,11 +448,25 @@ static noinline int vmalloc_fault(unsigned long address)
* happen within a race in page table update. In the later
* case just flush:
*/
@@ -31813,7 +32917,7 @@ index 181c53b..d336596 100644
if (pgd_none(*pgd)) {
set_pgd(pgd, *pgd_ref);
arch_flush_lazy_mmu_mode();
-@@ -548,7 +632,7 @@ static int is_errata93(struct pt_regs *regs, unsigned long address)
+@@ -549,7 +633,7 @@ static int is_errata93(struct pt_regs *regs, unsigned long address)
static int is_errata100(struct pt_regs *regs, unsigned long address)
{
#ifdef CONFIG_X86_64
@@ -31822,7 +32926,7 @@ index 181c53b..d336596 100644
return 1;
#endif
return 0;
-@@ -575,9 +659,9 @@ static int is_f00f_bug(struct pt_regs *regs, unsigned long address)
+@@ -576,9 +660,9 @@ static int is_f00f_bug(struct pt_regs *regs, unsigned long address)
}
static const char nx_warning[] = KERN_CRIT
@@ -31834,7 +32938,7 @@ index 181c53b..d336596 100644
static void
show_fault_oops(struct pt_regs *regs, unsigned long error_code,
-@@ -586,7 +670,7 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
+@@ -587,7 +671,7 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
if (!oops_may_print())
return;
@@ -31843,7 +32947,7 @@ index 181c53b..d336596 100644
unsigned int level;
pgd_t *pgd;
pte_t *pte;
-@@ -597,13 +681,25 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
+@@ -598,13 +682,25 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
pte = lookup_address_in_pgd(pgd, address, &level);
if (pte && pte_present(*pte) && !pte_exec(*pte))
@@ -31871,7 +32975,7 @@ index 181c53b..d336596 100644
printk(KERN_ALERT "BUG: unable to handle kernel ");
if (address < PAGE_SIZE)
printk(KERN_CONT "NULL pointer dereference");
-@@ -782,6 +878,22 @@ __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code,
+@@ -783,6 +879,22 @@ __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code,
return;
}
#endif
@@ -31894,7 +32998,7 @@ index 181c53b..d336596 100644
/* Kernel addresses are always protection faults: */
if (address >= TASK_SIZE)
error_code |= PF_PROT;
-@@ -864,7 +976,7 @@ do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address,
+@@ -865,7 +977,7 @@ do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address,
if (fault & (VM_FAULT_HWPOISON|VM_FAULT_HWPOISON_LARGE)) {
printk(KERN_ERR
"MCE: Killing %s:%d due to hardware memory corruption fault at %lx\n",
@@ -31903,7 +33007,7 @@ index 181c53b..d336596 100644
code = BUS_MCEERR_AR;
}
#endif
-@@ -916,6 +1028,107 @@ static int spurious_fault_check(unsigned long error_code, pte_t *pte)
+@@ -917,6 +1029,107 @@ static int spurious_fault_check(unsigned long error_code, pte_t *pte)
return 1;
}
@@ -32011,7 +33115,7 @@ index 181c53b..d336596 100644
/*
* Handle a spurious fault caused by a stale TLB entry.
*
-@@ -1001,6 +1214,9 @@ int show_unhandled_signals = 1;
+@@ -1002,6 +1215,9 @@ int show_unhandled_signals = 1;
static inline int
access_error(unsigned long error_code, struct vm_area_struct *vma)
{
@@ -32021,7 +33125,7 @@ index 181c53b..d336596 100644
if (error_code & PF_WRITE) {
/* write, present and write, not present: */
if (unlikely(!(vma->vm_flags & VM_WRITE)))
-@@ -1063,6 +1279,22 @@ __do_page_fault(struct pt_regs *regs, unsigned long error_code,
+@@ -1064,6 +1280,22 @@ __do_page_fault(struct pt_regs *regs, unsigned long error_code,
tsk = current;
mm = tsk->mm;
@@ -32044,7 +33148,7 @@ index 181c53b..d336596 100644
/*
* Detect and handle instructions that would cause a page fault for
* both a tracked kernel page and a userspace page.
-@@ -1187,6 +1419,11 @@ retry:
+@@ -1188,6 +1420,11 @@ retry:
might_sleep();
}
@@ -32056,7 +33160,7 @@ index 181c53b..d336596 100644
vma = find_vma(mm, address);
if (unlikely(!vma)) {
bad_area(regs, error_code, address);
-@@ -1198,18 +1435,24 @@ retry:
+@@ -1199,18 +1436,24 @@ retry:
bad_area(regs, error_code, address);
return;
}
@@ -32092,7 +33196,7 @@ index 181c53b..d336596 100644
if (unlikely(expand_stack(vma, address))) {
bad_area(regs, error_code, address);
return;
-@@ -1329,3 +1572,292 @@ trace_do_page_fault(struct pt_regs *regs, unsigned long error_code)
+@@ -1330,3 +1573,292 @@ trace_do_page_fault(struct pt_regs *regs, unsigned long error_code)
}
NOKPROBE_SYMBOL(trace_do_page_fault);
#endif /* CONFIG_TRACING */
@@ -32410,17 +33514,15 @@ index 81bf3d2..7ef25c2 100644
* XXX: batch / limit 'nr', to avoid large irq off latency
* needs some instrumenting to determine the common sizes used by
diff --git a/arch/x86/mm/highmem_32.c b/arch/x86/mm/highmem_32.c
-index 4500142..53a363c 100644
+index eecb207a..ad42a30 100644
--- a/arch/x86/mm/highmem_32.c
+++ b/arch/x86/mm/highmem_32.c
-@@ -45,7 +45,11 @@ void *kmap_atomic_prot(struct page *page, pgprot_t prot)
+@@ -45,7 +45,9 @@ void *kmap_atomic_prot(struct page *page, pgprot_t prot)
idx = type + KM_TYPE_NR*smp_processor_id();
vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx);
BUG_ON(!pte_none(*(kmap_pte-idx)));
+
-+ pax_open_kernel();
set_pte(kmap_pte-idx, mk_pte(page, prot));
-+ pax_close_kernel();
+
arch_flush_lazy_mmu_mode();
@@ -32528,7 +33630,7 @@ index 42982b2..7168fc3 100644
#endif /* CONFIG_HUGETLB_PAGE */
diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
-index 1d55318..d58fd6a 100644
+index 8533b46..8c83176 100644
--- a/arch/x86/mm/init.c
+++ b/arch/x86/mm/init.c
@@ -4,6 +4,7 @@
@@ -32609,7 +33711,7 @@ index 1d55318..d58fd6a 100644
if (iomem_is_exclusive(pagenr << PAGE_SHIFT))
return 0;
if (!page_is_ram(pagenr))
-@@ -680,8 +724,117 @@ void free_init_pages(char *what, unsigned long begin, unsigned long end)
+@@ -680,8 +724,127 @@ void free_init_pages(char *what, unsigned long begin, unsigned long end)
#endif
}
@@ -32685,7 +33787,7 @@ index 1d55318..d58fd6a 100644
+ pgd = pgd_offset_k(addr);
+ pud = pud_offset(pgd, addr);
+ pmd = pmd_offset(pud, addr);
-+ set_pmd(pmd, __pmd(pmd_val(*pmd) | (_PAGE_NX & __supported_pte_mask)));
++ set_pmd(pmd, __pmd(pmd_val(*pmd) | (_PAGE_NX & __supported_pte_mask)));
+ }
+*/
+#endif
@@ -32696,16 +33798,23 @@ index 1d55318..d58fd6a 100644
+
+#else
+ /* PaX: make kernel code/rodata read-only, rest non-executable */
++ set_memory_ro((unsigned long)_text, ((unsigned long)(_sdata - _text) >> PAGE_SHIFT));
++ set_memory_nx((unsigned long)_sdata, (__START_KERNEL_map + KERNEL_IMAGE_SIZE - (unsigned long)_sdata) >> PAGE_SHIFT);
++
+ for (addr = __START_KERNEL_map; addr < __START_KERNEL_map + KERNEL_IMAGE_SIZE; addr += PMD_SIZE) {
+ pgd = pgd_offset_k(addr);
+ pud = pud_offset(pgd, addr);
+ pmd = pmd_offset(pud, addr);
+ if (!pmd_present(*pmd))
+ continue;
++ if (addr >= (unsigned long)_text)
++ BUG_ON(!pmd_large(*pmd));
+ if ((unsigned long)_text <= addr && addr < (unsigned long)_sdata)
-+ set_pmd(pmd, __pmd(pmd_val(*pmd) & ~_PAGE_RW));
++ BUG_ON(pmd_write(*pmd));
++// set_pmd(pmd, __pmd(pmd_val(*pmd) & ~_PAGE_RW));
+ else
-+ set_pmd(pmd, __pmd(pmd_val(*pmd) | (_PAGE_NX & __supported_pte_mask)));
++ BUG_ON(!(pmd_flags(*pmd) & _PAGE_NX));
++// set_pmd(pmd, __pmd(pmd_val(*pmd) | (_PAGE_NX & __supported_pte_mask)));
+ }
+
+ addr = (unsigned long)__va(__pa(__START_KERNEL_map));
@@ -32716,8 +33825,11 @@ index 1d55318..d58fd6a 100644
+ pmd = pmd_offset(pud, addr);
+ if (!pmd_present(*pmd))
+ continue;
++ if (addr >= (unsigned long)_text)
++ BUG_ON(!pmd_large(*pmd));
+ if ((unsigned long)__va(__pa(_text)) <= addr && addr < (unsigned long)__va(__pa(_sdata)))
-+ set_pmd(pmd, __pmd(pmd_val(*pmd) & ~_PAGE_RW));
++ BUG_ON(pmd_write(*pmd));
++// set_pmd(pmd, __pmd(pmd_val(*pmd) & ~_PAGE_RW));
+ }
+#endif
+
@@ -32728,7 +33840,7 @@ index 1d55318..d58fd6a 100644
(unsigned long)(&__init_begin),
(unsigned long)(&__init_end));
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c
-index c8140e1..59257fc 100644
+index 68aec42..95ad5d3 100644
--- a/arch/x86/mm/init_32.c
+++ b/arch/x86/mm/init_32.c
@@ -62,33 +62,6 @@ static noinline int do_test_wp_bit(void);
@@ -32794,7 +33906,7 @@ index c8140e1..59257fc 100644
pmd_t * __init populate_extra_pmd(unsigned long vaddr)
{
int pgd_idx = pgd_index(vaddr);
-@@ -208,6 +196,7 @@ page_table_range_init(unsigned long start, unsigned long end, pgd_t *pgd_base)
+@@ -209,6 +197,7 @@ page_table_range_init(unsigned long start, unsigned long end, pgd_t *pgd_base)
int pgd_idx, pmd_idx;
unsigned long vaddr;
pgd_t *pgd;
@@ -32802,7 +33914,7 @@ index c8140e1..59257fc 100644
pmd_t *pmd;
pte_t *pte = NULL;
unsigned long count = page_table_range_init_count(start, end);
-@@ -222,8 +211,13 @@ page_table_range_init(unsigned long start, unsigned long end, pgd_t *pgd_base)
+@@ -223,8 +212,13 @@ page_table_range_init(unsigned long start, unsigned long end, pgd_t *pgd_base)
pgd = pgd_base + pgd_idx;
for ( ; (pgd_idx < PTRS_PER_PGD) && (vaddr != end); pgd++, pgd_idx++) {
@@ -32818,7 +33930,7 @@ index c8140e1..59257fc 100644
for (; (pmd_idx < PTRS_PER_PMD) && (vaddr != end);
pmd++, pmd_idx++) {
pte = page_table_kmap_check(one_page_table_init(pmd),
-@@ -235,11 +229,20 @@ page_table_range_init(unsigned long start, unsigned long end, pgd_t *pgd_base)
+@@ -236,11 +230,20 @@ page_table_range_init(unsigned long start, unsigned long end, pgd_t *pgd_base)
}
}
@@ -32843,7 +33955,7 @@ index c8140e1..59257fc 100644
}
/*
-@@ -256,9 +259,10 @@ kernel_physical_mapping_init(unsigned long start,
+@@ -257,9 +260,10 @@ kernel_physical_mapping_init(unsigned long start,
unsigned long last_map_addr = end;
unsigned long start_pfn, end_pfn;
pgd_t *pgd_base = swapper_pg_dir;
@@ -32855,7 +33967,7 @@ index c8140e1..59257fc 100644
pmd_t *pmd;
pte_t *pte;
unsigned pages_2m, pages_4k;
-@@ -291,8 +295,13 @@ repeat:
+@@ -292,8 +296,13 @@ repeat:
pfn = start_pfn;
pgd_idx = pgd_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET);
pgd = pgd_base + pgd_idx;
@@ -32871,7 +33983,7 @@ index c8140e1..59257fc 100644
if (pfn >= end_pfn)
continue;
-@@ -304,14 +313,13 @@ repeat:
+@@ -305,14 +314,13 @@ repeat:
#endif
for (; pmd_idx < PTRS_PER_PMD && pfn < end_pfn;
pmd++, pmd_idx++) {
@@ -32887,7 +33999,7 @@ index c8140e1..59257fc 100644
pgprot_t prot = PAGE_KERNEL_LARGE;
/*
* first pass will use the same initial
-@@ -322,11 +330,7 @@ repeat:
+@@ -323,11 +331,7 @@ repeat:
_PAGE_PSE);
pfn &= PMD_MASK >> PAGE_SHIFT;
@@ -32900,7 +34012,7 @@ index c8140e1..59257fc 100644
prot = PAGE_KERNEL_LARGE_EXEC;
pages_2m++;
-@@ -343,7 +347,7 @@ repeat:
+@@ -344,7 +348,7 @@ repeat:
pte_ofs = pte_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET);
pte += pte_ofs;
for (; pte_ofs < PTRS_PER_PTE && pfn < end_pfn;
@@ -32909,7 +34021,7 @@ index c8140e1..59257fc 100644
pgprot_t prot = PAGE_KERNEL;
/*
* first pass will use the same initial
-@@ -351,7 +355,7 @@ repeat:
+@@ -352,7 +356,7 @@ repeat:
*/
pgprot_t init_prot = __pgprot(PTE_IDENT_ATTR);
@@ -32918,7 +34030,7 @@ index c8140e1..59257fc 100644
prot = PAGE_KERNEL_EXEC;
pages_4k++;
-@@ -474,7 +478,7 @@ void __init native_pagetable_init(void)
+@@ -475,7 +479,7 @@ void __init native_pagetable_init(void)
pud = pud_offset(pgd, va);
pmd = pmd_offset(pud, va);
@@ -32927,7 +34039,7 @@ index c8140e1..59257fc 100644
break;
/* should not be large page here */
-@@ -532,12 +536,10 @@ void __init early_ioremap_page_table_range_init(void)
+@@ -533,12 +537,10 @@ void __init early_ioremap_page_table_range_init(void)
static void __init pagetable_init(void)
{
@@ -32942,7 +34054,7 @@ index c8140e1..59257fc 100644
EXPORT_SYMBOL_GPL(__supported_pte_mask);
/* user-defined highmem size */
-@@ -787,10 +789,10 @@ void __init mem_init(void)
+@@ -788,10 +790,10 @@ void __init mem_init(void)
((unsigned long)&__init_end -
(unsigned long)&__init_begin) >> 10,
@@ -32956,7 +34068,7 @@ index c8140e1..59257fc 100644
((unsigned long)&_etext - (unsigned long)&_text) >> 10);
/*
-@@ -884,6 +886,7 @@ void set_kernel_text_rw(void)
+@@ -885,6 +887,7 @@ void set_kernel_text_rw(void)
if (!kernel_set_to_readonly)
return;
@@ -32964,7 +34076,7 @@ index c8140e1..59257fc 100644
pr_debug("Set kernel text: %lx - %lx for read write\n",
start, start+size);
-@@ -898,6 +901,7 @@ void set_kernel_text_ro(void)
+@@ -899,6 +902,7 @@ void set_kernel_text_ro(void)
if (!kernel_set_to_readonly)
return;
@@ -32972,7 +34084,7 @@ index c8140e1..59257fc 100644
pr_debug("Set kernel text: %lx - %lx for read only\n",
start, start+size);
-@@ -926,6 +930,7 @@ void mark_rodata_ro(void)
+@@ -927,6 +931,7 @@ void mark_rodata_ro(void)
unsigned long start = PFN_ALIGN(_text);
unsigned long size = PFN_ALIGN(_etext) - start;
@@ -32981,7 +34093,7 @@ index c8140e1..59257fc 100644
printk(KERN_INFO "Write protecting the kernel text: %luk\n",
size >> 10);
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
-index 3fba623..5ee9802 100644
+index 3fba623..a5d0500 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -136,7 +136,7 @@ int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page,
@@ -33069,17 +34181,7 @@ index 3fba623..5ee9802 100644
if (pmd != pmd_offset(pud, 0))
printk(KERN_ERR "PAGETABLE BUG #01! %p <-> %p\n",
pmd, pmd_offset(pud, 0));
-@@ -275,7 +303,9 @@ void set_pte_vaddr_pud(pud_t *pud_page, unsigned long vaddr, pte_t new_pte)
- pmd = fill_pmd(pud, vaddr);
- pte = fill_pte(pmd, vaddr);
-
-+ pax_open_kernel();
- set_pte(pte, new_pte);
-+ pax_close_kernel();
-
- /*
- * It's enough to flush this one mapping.
-@@ -337,14 +367,12 @@ static void __init __init_extra_mapping(unsigned long phys, unsigned long size,
+@@ -337,14 +365,12 @@ static void __init __init_extra_mapping(unsigned long phys, unsigned long size,
pgd = pgd_offset_k((unsigned long)__va(phys));
if (pgd_none(*pgd)) {
pud = (pud_t *) spp_getpage();
@@ -33096,7 +34198,7 @@ index 3fba623..5ee9802 100644
}
pmd = pmd_offset(pud, phys);
BUG_ON(!pmd_none(*pmd));
-@@ -585,7 +613,7 @@ phys_pud_init(pud_t *pud_page, unsigned long addr, unsigned long end,
+@@ -585,7 +611,7 @@ phys_pud_init(pud_t *pud_page, unsigned long addr, unsigned long end,
prot);
spin_lock(&init_mm.page_table_lock);
@@ -33105,7 +34207,7 @@ index 3fba623..5ee9802 100644
spin_unlock(&init_mm.page_table_lock);
}
__flush_tlb_all();
-@@ -626,7 +654,7 @@ kernel_physical_mapping_init(unsigned long start,
+@@ -626,7 +652,7 @@ kernel_physical_mapping_init(unsigned long start,
page_size_mask);
spin_lock(&init_mm.page_table_lock);
@@ -33114,27 +34216,11 @@ index 3fba623..5ee9802 100644
spin_unlock(&init_mm.page_table_lock);
pgd_changed = true;
}
-diff --git a/arch/x86/mm/iomap_32.c b/arch/x86/mm/iomap_32.c
-index 9ca35fc..4b2b7b7 100644
---- a/arch/x86/mm/iomap_32.c
-+++ b/arch/x86/mm/iomap_32.c
-@@ -64,7 +64,11 @@ void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot)
- type = kmap_atomic_idx_push();
- idx = type + KM_TYPE_NR * smp_processor_id();
- vaddr = __fix_to_virt(FIX_KMAP_BEGIN + idx);
-+
-+ pax_open_kernel();
- set_pte(kmap_pte - idx, pfn_pte(pfn, prot));
-+ pax_close_kernel();
-+
- arch_flush_lazy_mmu_mode();
-
- return (void *)vaddr;
diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c
-index 70e7444..e9904fd 100644
+index b9c78f3..9ca7e24 100644
--- a/arch/x86/mm/ioremap.c
+++ b/arch/x86/mm/ioremap.c
-@@ -56,12 +56,10 @@ static int __ioremap_check_ram(unsigned long start_pfn, unsigned long nr_pages,
+@@ -59,8 +59,8 @@ static int __ioremap_check_ram(unsigned long start_pfn, unsigned long nr_pages,
unsigned long i;
for (i = 0; i < nr_pages; ++i)
@@ -33144,50 +34230,8 @@ index 70e7444..e9904fd 100644
+ !PageReserved(pfn_to_page(start_pfn + i))))
return 1;
-- WARN_ONCE(1, "ioremap on RAM pfn 0x%lx\n", start_pfn);
--
return 0;
- }
-
-@@ -91,7 +89,6 @@ static void __iomem *__ioremap_caller(resource_size_t phys_addr,
- pgprot_t prot;
- int retval;
- void __iomem *ret_addr;
-- int ram_region;
-
- /* Don't allow wraparound or zero size */
- last_addr = phys_addr + size - 1;
-@@ -114,23 +111,15 @@ static void __iomem *__ioremap_caller(resource_size_t phys_addr,
- /*
- * Don't allow anybody to remap normal RAM that we're using..
- */
-- /* First check if whole region can be identified as RAM or not */
-- ram_region = region_is_ram(phys_addr, size);
-- if (ram_region > 0) {
-- WARN_ONCE(1, "ioremap on RAM at 0x%lx - 0x%lx\n",
-- (unsigned long int)phys_addr,
-- (unsigned long int)last_addr);
-+ pfn = phys_addr >> PAGE_SHIFT;
-+ last_pfn = last_addr >> PAGE_SHIFT;
-+ if (walk_system_ram_range(pfn, last_pfn - pfn + 1, NULL,
-+ __ioremap_check_ram) == 1) {
-+ WARN_ONCE(1, "ioremap on RAM at 0x%llx - 0x%llx\n",
-+ phys_addr, last_addr);
- return NULL;
- }
-
-- /* If could not be identified(-1), check page by page */
-- if (ram_region < 0) {
-- pfn = phys_addr >> PAGE_SHIFT;
-- last_pfn = last_addr >> PAGE_SHIFT;
-- if (walk_system_ram_range(pfn, last_pfn - pfn + 1, NULL,
-- __ioremap_check_ram) == 1)
-- return NULL;
-- }
- /*
- * Mappings have to be page-aligned
- */
-@@ -288,7 +277,7 @@ EXPORT_SYMBOL(ioremap_prot);
+@@ -332,7 +332,7 @@ EXPORT_SYMBOL(ioremap_prot);
*
* Caller must ensure there is only one unmapping for the same pointer.
*/
@@ -33196,13 +34240,13 @@ index 70e7444..e9904fd 100644
{
struct vm_struct *p, *o;
-@@ -351,32 +340,36 @@ int arch_ioremap_pmd_supported(void)
+@@ -395,31 +395,37 @@ int __init arch_ioremap_pmd_supported(void)
*/
void *xlate_dev_mem_ptr(phys_addr_t phys)
{
- unsigned long start = phys & PAGE_MASK;
- unsigned long offset = phys & ~PAGE_MASK;
-- unsigned long vaddr;
+- void *vaddr;
+ phys_addr_t pfn = phys >> PAGE_SHIFT;
- /* If page is RAM, we can use __va. Otherwise ioremap and unmap. */
@@ -33217,12 +34261,12 @@ index 70e7444..e9904fd 100644
+ return __va(phys);
+ }
-- vaddr = (unsigned long)ioremap_cache(start, PAGE_SIZE);
+- vaddr = ioremap_cache(start, PAGE_SIZE);
- /* Only add the offset on success and return NULL if the ioremap() failed: */
- if (vaddr)
- vaddr += offset;
-
-- return (void *)vaddr;
+- return vaddr;
+ return (void __force *)ioremap_cache(phys, 1);
}
@@ -33240,22 +34284,29 @@ index 70e7444..e9904fd 100644
+ }
- iounmap((void __iomem *)((unsigned long)addr & PAGE_MASK));
-- return;
+ iounmap((void __iomem __force *)addr);
}
-static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] __page_aligned_bss;
-+static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] __read_only __aligned(PAGE_SIZE);
++static pte_t __bm_pte[PAGE_SIZE/sizeof(pte_t)] __read_only __aligned(PAGE_SIZE);
++static pte_t *bm_pte __read_only = __bm_pte;
static inline pmd_t * __init early_ioremap_pmd(unsigned long addr)
{
-@@ -412,8 +405,7 @@ void __init early_ioremap_init(void)
+@@ -455,8 +461,14 @@ void __init early_ioremap_init(void)
early_ioremap_setup();
pmd = early_ioremap_pmd(fix_to_virt(FIX_BTMAP_BEGIN));
- memset(bm_pte, 0, sizeof(bm_pte));
- pmd_populate_kernel(&init_mm, pmd, bm_pte);
-+ pmd_populate_user(&init_mm, pmd, bm_pte);
++ if (pmd_none(*pmd))
++#ifdef CONFIG_COMPAT_VDSO
++ pmd_populate_user(&init_mm, pmd, __bm_pte);
++#else
++ pmd_populate_kernel(&init_mm, pmd, __bm_pte);
++#endif
++ else
++ bm_pte = (pte_t *)pmd_page_vaddr(*pmd);
/*
* The boot-ioremap range spans multiple pmds, for which
@@ -33429,7 +34480,7 @@ index 4053bb5..b1ad3dc 100644
unsigned long uninitialized_var(pfn_align);
int i, nid;
diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c
-index 89af288..05381957 100644
+index 727158c..91bc23b 100644
--- a/arch/x86/mm/pageattr.c
+++ b/arch/x86/mm/pageattr.c
@@ -260,7 +260,7 @@ static inline pgprot_t static_protections(pgprot_t prot, unsigned long address,
@@ -33476,11 +34527,9 @@ index 89af288..05381957 100644
prot = __pgprot(pgprot_val(prot) & ~pgprot_val(forbidden));
return prot;
-@@ -438,23 +447,37 @@ EXPORT_SYMBOL_GPL(slow_virt_to_phys);
- static void __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte)
+@@ -437,16 +446,28 @@ static void __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte)
{
/* change init_mm */
-+ pax_open_kernel();
set_pte_atomic(kpte, pte);
+
#ifdef CONFIG_X86_32
@@ -33509,106 +34558,78 @@ index 89af288..05381957 100644
pud = pud_offset(pgd, address);
pmd = pmd_offset(pud, address);
set_pte_atomic((pte_t *)pmd, pte);
- }
- }
- #endif
-+ pax_close_kernel();
- }
+@@ -505,7 +526,8 @@ try_preserve_large_page(pte_t *kpte, unsigned long address,
+ * up accordingly.
+ */
+ old_pte = *kpte;
+- old_prot = req_prot = pgprot_large_2_4k(pte_pgprot(old_pte));
++ old_prot = pte_pgprot(old_pte);
++ req_prot = pgprot_large_2_4k(old_prot);
- static int
+ pgprot_val(req_prot) &= ~pgprot_val(cpa->mask_clr);
+ pgprot_val(req_prot) |= pgprot_val(cpa->mask_set);
diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
-index 35af677..e7bf11f 100644
+index 188e3e0..5c75446 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
-@@ -89,7 +89,7 @@ static inline enum page_cache_mode get_page_memtype(struct page *pg)
- unsigned long pg_flags = pg->flags & _PGMT_MASK;
-
- if (pg_flags == _PGMT_DEFAULT)
-- return -1;
-+ return _PAGE_CACHE_MODE_NUM;
- else if (pg_flags == _PGMT_WC)
- return _PAGE_CACHE_MODE_WC;
- else if (pg_flags == _PGMT_UC_MINUS)
-@@ -346,7 +346,7 @@ static int reserve_ram_pages_type(u64 start, u64 end,
-
- page = pfn_to_page(pfn);
- type = get_page_memtype(page);
-- if (type != -1) {
-+ if (type != _PAGE_CACHE_MODE_NUM) {
- pr_info("reserve_ram_pages_type failed [mem %#010Lx-%#010Lx], track 0x%x, req 0x%x\n",
- start, end - 1, type, req_type);
- if (new_type)
-@@ -498,7 +498,7 @@ int free_memtype(u64 start, u64 end)
+@@ -588,7 +588,7 @@ int free_memtype(u64 start, u64 end)
if (!entry) {
- printk(KERN_INFO "%s:%d freeing invalid memtype [mem %#010Lx-%#010Lx]\n",
-- current->comm, current->pid, start, end - 1);
+ pr_info("x86/PAT: %s:%d freeing invalid memtype [mem %#010Lx-%#010Lx]\n",
+- current->comm, current->pid, start, end - 1);
+ current->comm, task_pid_nr(current), start, end - 1);
return -EINVAL;
}
-@@ -532,10 +532,10 @@ static enum page_cache_mode lookup_memtype(u64 paddr)
- page = pfn_to_page(paddr >> PAGE_SHIFT);
- rettype = get_page_memtype(page);
- /*
-- * -1 from get_page_memtype() implies RAM page is in its
-+ * _PAGE_CACHE_MODE_NUM from get_page_memtype() implies RAM page is in its
- * default state and not reserved, and hence of type WB
- */
-- if (rettype == -1)
-+ if (rettype == _PAGE_CACHE_MODE_NUM)
- rettype = _PAGE_CACHE_MODE_WB;
-
- return rettype;
-@@ -628,8 +628,8 @@ static inline int range_is_allowed(unsigned long pfn, unsigned long size)
+@@ -711,8 +711,8 @@ static inline int range_is_allowed(unsigned long pfn, unsigned long size)
while (cursor < to) {
if (!devmem_is_allowed(pfn)) {
-- printk(KERN_INFO "Program %s tried to access /dev/mem between [mem %#010Lx-%#010Lx], PAT prevents it\n",
-- current->comm, from, to - 1);
-+ printk(KERN_INFO "Program %s tried to access /dev/mem between [mem %#010Lx-%#010Lx] (%#010Lx), PAT prevents it\n",
-+ current->comm, from, to - 1, cursor);
+- pr_info("x86/PAT: Program %s tried to access /dev/mem between [mem %#010Lx-%#010Lx], PAT prevents it\n",
+- current->comm, from, to - 1);
++ pr_info("x86/PAT: Program %s tried to access /dev/mem between [mem %#010Lx-%#010Lx] (%#010Lx), PAT prevents it\n",
++ current->comm, from, to - 1, cursor);
return 0;
}
cursor += PAGE_SIZE;
-@@ -700,7 +700,7 @@ int kernel_map_sync_memtype(u64 base, unsigned long size,
+@@ -782,7 +782,7 @@ int kernel_map_sync_memtype(u64 base, unsigned long size,
+
if (ioremap_change_attr((unsigned long)__va(base), id_sz, pcm) < 0) {
- printk(KERN_INFO "%s:%d ioremap_change_attr failed %s "
- "for [mem %#010Lx-%#010Lx]\n",
+ pr_info("x86/PAT: %s:%d ioremap_change_attr failed %s for [mem %#010Lx-%#010Lx]\n",
- current->comm, current->pid,
+ current->comm, task_pid_nr(current),
cattr_name(pcm),
base, (unsigned long long)(base + size-1));
return -EINVAL;
-@@ -735,7 +735,7 @@ static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot,
+@@ -817,7 +817,7 @@ static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot,
pcm = lookup_memtype(paddr);
if (want_pcm != pcm) {
- printk(KERN_WARNING "%s:%d map pfn RAM range req %s for [mem %#010Lx-%#010Lx], got %s\n",
+ pr_warn("x86/PAT: %s:%d map pfn RAM range req %s for [mem %#010Lx-%#010Lx], got %s\n",
- current->comm, current->pid,
+ current->comm, task_pid_nr(current),
cattr_name(want_pcm),
(unsigned long long)paddr,
(unsigned long long)(paddr + size - 1),
-@@ -757,7 +757,7 @@ static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot,
+@@ -838,7 +838,7 @@ static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot,
+ !is_new_memtype_allowed(paddr, size, want_pcm, pcm)) {
free_memtype(paddr, paddr + size);
- printk(KERN_ERR "%s:%d map pfn expected mapping type %s"
- " for [mem %#010Lx-%#010Lx], got %s\n",
-- current->comm, current->pid,
-+ current->comm, task_pid_nr(current),
- cattr_name(want_pcm),
- (unsigned long long)paddr,
- (unsigned long long)(paddr + size - 1),
+ pr_err("x86/PAT: %s:%d map pfn expected mapping type %s for [mem %#010Lx-%#010Lx], got %s\n",
+- current->comm, current->pid,
++ current->comm, task_pid_nr(current),
+ cattr_name(want_pcm),
+ (unsigned long long)paddr,
+ (unsigned long long)(paddr + size - 1),
diff --git a/arch/x86/mm/pat_rbtree.c b/arch/x86/mm/pat_rbtree.c
-index 6582adc..fcc5d0b 100644
+index 6393108..890adda 100644
--- a/arch/x86/mm/pat_rbtree.c
+++ b/arch/x86/mm/pat_rbtree.c
@@ -161,7 +161,7 @@ success:
failure:
- printk(KERN_INFO "%s:%d conflicting memory types "
-- "%Lx-%Lx %s<->%s\n", current->comm, current->pid, start,
-+ "%Lx-%Lx %s<->%s\n", current->comm, task_pid_nr(current), start,
- end, cattr_name(found_type), cattr_name(match->type));
+ pr_info("x86/PAT: %s:%d conflicting memory types %Lx-%Lx %s<->%s\n",
+- current->comm, current->pid, start, end,
++ current->comm, task_pid_nr(current), start, end,
+ cattr_name(found_type), cattr_name(match->type));
return -EBUSY;
}
diff --git a/arch/x86/mm/pf_in.c b/arch/x86/mm/pf_in.c
@@ -33661,7 +34682,7 @@ index 9f0614d..92ae64a 100644
p += get_opcode(p, &opcode);
for (i = 0; i < ARRAY_SIZE(imm_wop); i++)
diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c
-index 0b97d2c..597bb38 100644
+index fb0a9dd..72a6e6f 100644
--- a/arch/x86/mm/pgtable.c
+++ b/arch/x86/mm/pgtable.c
@@ -98,10 +98,75 @@ static inline void pgd_list_del(pgd_t *pgd)
@@ -33949,46 +34970,6 @@ index 0b97d2c..597bb38 100644
pgd_dtor(pgd);
paravirt_pgd_free(mm, pgd);
_pgd_free(pgd);
-diff --git a/arch/x86/mm/pgtable_32.c b/arch/x86/mm/pgtable_32.c
-index 75cc097..79a097f 100644
---- a/arch/x86/mm/pgtable_32.c
-+++ b/arch/x86/mm/pgtable_32.c
-@@ -47,10 +47,13 @@ void set_pte_vaddr(unsigned long vaddr, pte_t pteval)
- return;
- }
- pte = pte_offset_kernel(pmd, vaddr);
-+
-+ pax_open_kernel();
- if (pte_val(pteval))
- set_pte_at(&init_mm, vaddr, pte, pteval);
- else
- pte_clear(&init_mm, vaddr, pte);
-+ pax_close_kernel();
-
- /*
- * It's enough to flush this one mapping.
-diff --git a/arch/x86/mm/physaddr.c b/arch/x86/mm/physaddr.c
-index e666cbb..61788c45 100644
---- a/arch/x86/mm/physaddr.c
-+++ b/arch/x86/mm/physaddr.c
-@@ -10,7 +10,7 @@
- #ifdef CONFIG_X86_64
-
- #ifdef CONFIG_DEBUG_VIRTUAL
--unsigned long __phys_addr(unsigned long x)
-+unsigned long __intentional_overflow(-1) __phys_addr(unsigned long x)
- {
- unsigned long y = x - __START_KERNEL_map;
-
-@@ -67,7 +67,7 @@ EXPORT_SYMBOL(__virt_addr_valid);
- #else
-
- #ifdef CONFIG_DEBUG_VIRTUAL
--unsigned long __phys_addr(unsigned long x)
-+unsigned long __intentional_overflow(-1) __phys_addr(unsigned long x)
- {
- unsigned long phys_addr = x - PAGE_OFFSET;
- /* VMALLOC_* aren't constants */
diff --git a/arch/x86/mm/setup_nx.c b/arch/x86/mm/setup_nx.c
index 90555bf..f5f1828 100644
--- a/arch/x86/mm/setup_nx.c
@@ -34082,18 +35063,18 @@ index 0000000..3fda3f3
+EXPORT_SYMBOL(__pax_close_userland);
+#endif
diff --git a/arch/x86/net/bpf_jit.S b/arch/x86/net/bpf_jit.S
-index 6440221..f84b5c7 100644
+index 4093216..44b6b83 100644
--- a/arch/x86/net/bpf_jit.S
+++ b/arch/x86/net/bpf_jit.S
-@@ -9,6 +9,7 @@
+@@ -8,6 +8,7 @@
+ * of the License.
*/
#include <linux/linkage.h>
- #include <asm/dwarf2.h>
+#include <asm/alternative-asm.h>
/*
* Calling convention :
-@@ -38,6 +39,7 @@ sk_load_word_positive_offset:
+@@ -37,6 +38,7 @@ sk_load_word_positive_offset:
jle bpf_slow_path_word
mov (SKBDATA,%rsi),%eax
bswap %eax /* ntohl() */
@@ -34101,7 +35082,7 @@ index 6440221..f84b5c7 100644
ret
sk_load_half:
-@@ -55,6 +57,7 @@ sk_load_half_positive_offset:
+@@ -54,6 +56,7 @@ sk_load_half_positive_offset:
jle bpf_slow_path_half
movzwl (SKBDATA,%rsi),%eax
rol $8,%ax # ntohs()
@@ -34109,7 +35090,7 @@ index 6440221..f84b5c7 100644
ret
sk_load_byte:
-@@ -69,6 +72,7 @@ sk_load_byte_positive_offset:
+@@ -68,6 +71,7 @@ sk_load_byte_positive_offset:
cmp %esi,%r9d /* if (offset >= hlen) goto bpf_slow_path_byte */
jle bpf_slow_path_byte
movzbl (SKBDATA,%rsi),%eax
@@ -34117,7 +35098,7 @@ index 6440221..f84b5c7 100644
ret
/* rsi contains offset and can be scratched */
-@@ -90,6 +94,7 @@ bpf_slow_path_word:
+@@ -89,6 +93,7 @@ bpf_slow_path_word:
js bpf_error
mov - MAX_BPF_STACK + 32(%rbp),%eax
bswap %eax
@@ -34125,7 +35106,7 @@ index 6440221..f84b5c7 100644
ret
bpf_slow_path_half:
-@@ -98,12 +103,14 @@ bpf_slow_path_half:
+@@ -97,12 +102,14 @@ bpf_slow_path_half:
mov - MAX_BPF_STACK + 32(%rbp),%ax
rol $8,%ax
movzwl %ax,%eax
@@ -34140,7 +35121,7 @@ index 6440221..f84b5c7 100644
ret
#define sk_negative_common(SIZE) \
-@@ -126,6 +133,7 @@ sk_load_word_negative_offset:
+@@ -125,6 +132,7 @@ sk_load_word_negative_offset:
sk_negative_common(4)
mov (%rax), %eax
bswap %eax
@@ -34148,7 +35129,7 @@ index 6440221..f84b5c7 100644
ret
bpf_slow_path_half_neg:
-@@ -137,6 +145,7 @@ sk_load_half_negative_offset:
+@@ -136,6 +144,7 @@ sk_load_half_negative_offset:
mov (%rax),%ax
rol $8,%ax
movzwl %ax,%eax
@@ -34156,7 +35137,7 @@ index 6440221..f84b5c7 100644
ret
bpf_slow_path_byte_neg:
-@@ -146,6 +155,7 @@ sk_load_byte_negative_offset:
+@@ -145,6 +154,7 @@ sk_load_byte_negative_offset:
.globl sk_load_byte_negative_offset
sk_negative_common(1)
movzbl (%rax), %eax
@@ -34164,19 +35145,19 @@ index 6440221..f84b5c7 100644
ret
bpf_error:
-@@ -156,4 +166,5 @@ bpf_error:
+@@ -155,4 +165,5 @@ bpf_error:
mov - MAX_BPF_STACK + 16(%rbp),%r14
mov - MAX_BPF_STACK + 24(%rbp),%r15
leaveq
+ pax_force_retaddr
ret
diff --git a/arch/x86/net/bpf_jit_comp.c b/arch/x86/net/bpf_jit_comp.c
-index ddeff48..877ead6 100644
+index be2e7a2..e6960dd 100644
--- a/arch/x86/net/bpf_jit_comp.c
+++ b/arch/x86/net/bpf_jit_comp.c
-@@ -13,7 +13,11 @@
- #include <linux/if_vlan.h>
+@@ -14,7 +14,11 @@
#include <asm/cacheflush.h>
+ #include <linux/bpf.h>
+#ifdef CONFIG_GRKERNSEC_BPF_HARDEN
+int bpf_jit_enable __read_only;
@@ -34186,7 +35167,7 @@ index ddeff48..877ead6 100644
/*
* assembly code in arch/x86/net/bpf_jit.S
-@@ -174,7 +178,9 @@ static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg)
+@@ -176,7 +180,9 @@ static u8 add_2reg(u8 byte, u32 dst_reg, u32 src_reg)
static void jit_fill_hole(void *area, unsigned int size)
{
/* fill whole space with int3 instructions */
@@ -34196,7 +35177,7 @@ index ddeff48..877ead6 100644
}
struct jit_context {
-@@ -924,7 +930,9 @@ common_load:
+@@ -1026,7 +1032,9 @@ common_load:
pr_err("bpf_jit_compile fatal error\n");
return -EFAULT;
}
@@ -34206,7 +35187,7 @@ index ddeff48..877ead6 100644
}
proglen += ilen;
addrs[i] = proglen;
-@@ -1001,7 +1009,6 @@ void bpf_int_jit_compile(struct bpf_prog *prog)
+@@ -1103,7 +1111,6 @@ void bpf_int_jit_compile(struct bpf_prog *prog)
if (image) {
bpf_flush_icache(header, image + proglen);
@@ -34214,7 +35195,7 @@ index ddeff48..877ead6 100644
prog->bpf_func = (void *)image;
prog->jited = true;
}
-@@ -1014,12 +1021,8 @@ void bpf_jit_free(struct bpf_prog *fp)
+@@ -1116,12 +1123,8 @@ void bpf_jit_free(struct bpf_prog *fp)
unsigned long addr = (unsigned long)fp->bpf_func & PAGE_MASK;
struct bpf_binary_header *header = (void *)addr;
@@ -34340,7 +35321,7 @@ index 71e8a67..6a313bb 100644
struct op_counter_config;
diff --git a/arch/x86/pci/intel_mid_pci.c b/arch/x86/pci/intel_mid_pci.c
-index 852aa4c..71613f2 100644
+index 2706230..74b4d9f 100644
--- a/arch/x86/pci/intel_mid_pci.c
+++ b/arch/x86/pci/intel_mid_pci.c
@@ -258,7 +258,7 @@ int __init intel_mid_pci_init(void)
@@ -34353,7 +35334,7 @@ index 852aa4c..71613f2 100644
/* Continue with standard init */
return 1;
diff --git a/arch/x86/pci/irq.c b/arch/x86/pci/irq.c
-index 5dc6ca5..25c03f5 100644
+index 9bd1154..e9d4656 100644
--- a/arch/x86/pci/irq.c
+++ b/arch/x86/pci/irq.c
@@ -51,7 +51,7 @@ struct irq_router {
@@ -34365,7 +35346,7 @@ index 5dc6ca5..25c03f5 100644
int (*pcibios_enable_irq)(struct pci_dev *dev) = pirq_enable_irq;
void (*pcibios_disable_irq)(struct pci_dev *dev) = pirq_disable_irq;
-@@ -791,7 +791,7 @@ static __init int pico_router_probe(struct irq_router *r, struct pci_dev *router
+@@ -792,7 +792,7 @@ static __init int pico_router_probe(struct irq_router *r, struct pci_dev *router
return 0;
}
@@ -34374,7 +35355,7 @@ index 5dc6ca5..25c03f5 100644
{ PCI_VENDOR_ID_INTEL, intel_router_probe },
{ PCI_VENDOR_ID_AL, ali_router_probe },
{ PCI_VENDOR_ID_ITE, ite_router_probe },
-@@ -818,7 +818,7 @@ static struct pci_dev *pirq_router_dev;
+@@ -819,7 +819,7 @@ static struct pci_dev *pirq_router_dev;
static void __init pirq_find_router(struct irq_router *r)
{
struct irq_routing_table *rt = pirq_table;
@@ -34383,7 +35364,7 @@ index 5dc6ca5..25c03f5 100644
#ifdef CONFIG_PCI_BIOS
if (!rt->signature) {
-@@ -1091,7 +1091,7 @@ static int __init fix_acer_tm360_irqrouting(const struct dmi_system_id *d)
+@@ -1092,7 +1092,7 @@ static int __init fix_acer_tm360_irqrouting(const struct dmi_system_id *d)
return 0;
}
@@ -34943,7 +35924,7 @@ index 86d0f9e..6d499f4 100644
ENDPROC(efi_call)
diff --git a/arch/x86/platform/intel-mid/intel-mid.c b/arch/x86/platform/intel-mid/intel-mid.c
-index 3005f0c..d06aeb0 100644
+index 01d54ea..ba1d71c 100644
--- a/arch/x86/platform/intel-mid/intel-mid.c
+++ b/arch/x86/platform/intel-mid/intel-mid.c
@@ -63,7 +63,7 @@ enum intel_mid_timer_options intel_mid_timer_options;
@@ -35014,7 +35995,7 @@ index aaca917..66eadbc 100644
return &tangier_ops;
}
diff --git a/arch/x86/platform/intel-quark/imr_selftest.c b/arch/x86/platform/intel-quark/imr_selftest.c
-index 278e4da..55e8d8a 100644
+index 278e4da..35db1a9 100644
--- a/arch/x86/platform/intel-quark/imr_selftest.c
+++ b/arch/x86/platform/intel-quark/imr_selftest.c
@@ -55,7 +55,7 @@ static void __init imr_self_test_result(int res, const char *fmt, ...)
@@ -35022,7 +36003,7 @@ index 278e4da..55e8d8a 100644
static void __init imr_self_test(void)
{
- phys_addr_t base = virt_to_phys(&_text);
-+ phys_addr_t base = virt_to_phys(ktla_ktva(_text));
++ phys_addr_t base = virt_to_phys((void *)ktla_ktva((unsigned long)_text));
size_t size = virt_to_phys(&__end_rodata) - base;
const char *fmt_over = "overlapped IMR @ (0x%08lx - 0x%08lx)\n";
int ret;
@@ -35040,7 +36021,7 @@ index d6ee929..3637cb5 100644
.getproplen = olpc_dt_getproplen,
.getproperty = olpc_dt_getproperty,
diff --git a/arch/x86/power/cpu.c b/arch/x86/power/cpu.c
-index 757678f..9895d9b 100644
+index 9ab5279..8ba4611 100644
--- a/arch/x86/power/cpu.c
+++ b/arch/x86/power/cpu.c
@@ -134,11 +134,8 @@ static void do_fpu_end(void)
@@ -35069,7 +36050,7 @@ index 757678f..9895d9b 100644
#endif
load_TR_desc(); /* This does ltr */
diff --git a/arch/x86/realmode/init.c b/arch/x86/realmode/init.c
-index 0b7a63d..0d0f2c2 100644
+index 0b7a63d..dff2199 100644
--- a/arch/x86/realmode/init.c
+++ b/arch/x86/realmode/init.c
@@ -68,7 +68,13 @@ void __init setup_real_mode(void)
@@ -35077,7 +36058,7 @@ index 0b7a63d..0d0f2c2 100644
#ifdef CONFIG_X86_32
- trampoline_header->start = __pa_symbol(startup_32_smp);
-+ trampoline_header->start = __pa_symbol(ktla_ktva(startup_32_smp));
++ trampoline_header->start = __pa_symbol(ktla_ktva((unsigned long)startup_32_smp));
+
+#ifdef CONFIG_PAX_KERNEXEC
+ trampoline_header->start -= LOAD_PHYSICAL_ADDR;
@@ -35236,7 +36217,7 @@ index 604a37e..e49702a 100644
relocs-objs := relocs_32.o relocs_64.o relocs_common.o
PHONY += relocs
diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c
-index 0c2fae8..88036b7 100644
+index 0c2fae8..88d7719 100644
--- a/arch/x86/tools/relocs.c
+++ b/arch/x86/tools/relocs.c
@@ -1,5 +1,7 @@
@@ -35404,6 +36385,15 @@ index 0c2fae8..88036b7 100644
struct section *sec = &secs[i];
if (sec->shdr.sh_type != SHT_REL_TYPE) {
+@@ -697,7 +745,7 @@ static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,
+ * kernel data and does not require special treatment.
+ *
+ */
+-static int per_cpu_shndx = -1;
++static unsigned int per_cpu_shndx = ~0;
+ static Elf_Addr per_cpu_load_addr;
+
+ static void percpu_init(void)
@@ -830,6 +878,23 @@ static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,
{
unsigned r_type = ELF32_R_TYPE(rel->r_info);
@@ -35451,10 +36441,10 @@ index 0c2fae8..88036b7 100644
percpu_init();
if (show_absolute_syms) {
diff --git a/arch/x86/um/mem_32.c b/arch/x86/um/mem_32.c
-index f40281e..92728c9 100644
+index 744afdc..a0b8a0d 100644
--- a/arch/x86/um/mem_32.c
+++ b/arch/x86/um/mem_32.c
-@@ -21,7 +21,7 @@ static int __init gate_vma_init(void)
+@@ -20,7 +20,7 @@ static int __init gate_vma_init(void)
gate_vma.vm_start = FIXADDR_USER_START;
gate_vma.vm_end = FIXADDR_USER_END;
gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
@@ -35464,10 +36454,10 @@ index f40281e..92728c9 100644
return 0;
}
diff --git a/arch/x86/um/tls_32.c b/arch/x86/um/tls_32.c
-index 80ffa5b..a33bd15 100644
+index 48e3858..ab4458c 100644
--- a/arch/x86/um/tls_32.c
+++ b/arch/x86/um/tls_32.c
-@@ -260,7 +260,7 @@ out:
+@@ -261,7 +261,7 @@ out:
if (unlikely(task == current &&
!t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) {
printk(KERN_ERR "get_tls_entry: task with pid %d got here "
@@ -35476,157 +36466,6 @@ index 80ffa5b..a33bd15 100644
}
return 0;
-diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
-index e970320..c006fea 100644
---- a/arch/x86/vdso/Makefile
-+++ b/arch/x86/vdso/Makefile
-@@ -175,7 +175,7 @@ quiet_cmd_vdso = VDSO $@
- -Wl,-T,$(filter %.lds,$^) $(filter %.o,$^) && \
- sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
-
--VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
-+VDSO_LDFLAGS = -fPIC -shared -Wl,--no-undefined $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
- $(call cc-ldoption, -Wl$(comma)--build-id) -Wl,-Bsymbolic $(LTO_CFLAGS)
- GCOV_PROFILE := n
-
-diff --git a/arch/x86/vdso/vdso2c.h b/arch/x86/vdso/vdso2c.h
-index 0224987..c7d65a5 100644
---- a/arch/x86/vdso/vdso2c.h
-+++ b/arch/x86/vdso/vdso2c.h
-@@ -12,7 +12,7 @@ static void BITSFUNC(go)(void *raw_addr, size_t raw_len,
- unsigned long load_size = -1; /* Work around bogus warning */
- unsigned long mapping_size;
- ELF(Ehdr) *hdr = (ELF(Ehdr) *)raw_addr;
-- int i;
-+ unsigned int i;
- unsigned long j;
- ELF(Shdr) *symtab_hdr = NULL, *strtab_hdr, *secstrings_hdr,
- *alt_sec = NULL;
-diff --git a/arch/x86/vdso/vdso32-setup.c b/arch/x86/vdso/vdso32-setup.c
-index e904c27..b9eaa03 100644
---- a/arch/x86/vdso/vdso32-setup.c
-+++ b/arch/x86/vdso/vdso32-setup.c
-@@ -14,6 +14,7 @@
- #include <asm/cpufeature.h>
- #include <asm/processor.h>
- #include <asm/vdso.h>
-+#include <asm/mman.h>
-
- #ifdef CONFIG_COMPAT_VDSO
- #define VDSO_DEFAULT 0
-diff --git a/arch/x86/vdso/vma.c b/arch/x86/vdso/vma.c
-index 1c9f750..cfddb1a 100644
---- a/arch/x86/vdso/vma.c
-+++ b/arch/x86/vdso/vma.c
-@@ -19,10 +19,7 @@
- #include <asm/page.h>
- #include <asm/hpet.h>
- #include <asm/desc.h>
--
--#if defined(CONFIG_X86_64)
--unsigned int __read_mostly vdso64_enabled = 1;
--#endif
-+#include <asm/mman.h>
-
- void __init init_vdso_image(const struct vdso_image *image)
- {
-@@ -101,6 +98,11 @@ static int map_vdso(const struct vdso_image *image, bool calculate_addr)
- .pages = no_pages,
- };
-
-+#ifdef CONFIG_PAX_RANDMMAP
-+ if (mm->pax_flags & MF_PAX_RANDMMAP)
-+ calculate_addr = false;
-+#endif
-+
- if (calculate_addr) {
- addr = vdso_addr(current->mm->start_stack,
- image->size - image->sym_vvar_start);
-@@ -111,14 +113,14 @@ static int map_vdso(const struct vdso_image *image, bool calculate_addr)
- down_write(&mm->mmap_sem);
-
- addr = get_unmapped_area(NULL, addr,
-- image->size - image->sym_vvar_start, 0, 0);
-+ image->size - image->sym_vvar_start, 0, MAP_EXECUTABLE);
- if (IS_ERR_VALUE(addr)) {
- ret = addr;
- goto up_fail;
- }
-
- text_start = addr - image->sym_vvar_start;
-- current->mm->context.vdso = (void __user *)text_start;
-+ mm->context.vdso = text_start;
-
- /*
- * MAYWRITE to allow gdb to COW and set breakpoints
-@@ -163,15 +165,12 @@ static int map_vdso(const struct vdso_image *image, bool calculate_addr)
- hpet_address >> PAGE_SHIFT,
- PAGE_SIZE,
- pgprot_noncached(PAGE_READONLY));
--
-- if (ret)
-- goto up_fail;
- }
- #endif
-
- up_fail:
- if (ret)
-- current->mm->context.vdso = NULL;
-+ current->mm->context.vdso = 0;
-
- up_write(&mm->mmap_sem);
- return ret;
-@@ -191,8 +190,8 @@ static int load_vdso32(void)
-
- if (selected_vdso32->sym_VDSO32_SYSENTER_RETURN)
- current_thread_info()->sysenter_return =
-- current->mm->context.vdso +
-- selected_vdso32->sym_VDSO32_SYSENTER_RETURN;
-+ (void __force_user *)(current->mm->context.vdso +
-+ selected_vdso32->sym_VDSO32_SYSENTER_RETURN);
-
- return 0;
- }
-@@ -201,9 +200,6 @@ static int load_vdso32(void)
- #ifdef CONFIG_X86_64
- int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
- {
-- if (!vdso64_enabled)
-- return 0;
--
- return map_vdso(&vdso_image_64, true);
- }
-
-@@ -212,12 +208,8 @@ int compat_arch_setup_additional_pages(struct linux_binprm *bprm,
- int uses_interp)
- {
- #ifdef CONFIG_X86_X32_ABI
-- if (test_thread_flag(TIF_X32)) {
-- if (!vdso64_enabled)
-- return 0;
--
-+ if (test_thread_flag(TIF_X32))
- return map_vdso(&vdso_image_x32, true);
-- }
- #endif
-
- return load_vdso32();
-@@ -231,15 +223,6 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
- #endif
-
- #ifdef CONFIG_X86_64
--static __init int vdso_setup(char *s)
--{
-- vdso64_enabled = simple_strtoul(s, NULL, 0);
-- return 0;
--}
--__setup("vdso=", vdso_setup);
--#endif
--
--#ifdef CONFIG_X86_64
- static void vgetcpu_cpu_init(void *arg)
- {
- int cpu = smp_processor_id();
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 4841453..d59a203 100644
--- a/arch/x86/xen/Kconfig
@@ -35640,7 +36479,7 @@ index 4841453..d59a203 100644
This is the Linux Xen port. Enabling this will allow the
kernel to boot in a paravirtualized environment under the
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
-index a671e83..a9dc1d9 100644
+index 11d6fb4..c581662 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -125,8 +125,6 @@ EXPORT_SYMBOL_GPL(xen_start_info);
@@ -35681,7 +36520,7 @@ index a671e83..a9dc1d9 100644
BUG_ON(va & ~PAGE_MASK);
for (f = 0; va < dtr->address + size; va += PAGE_SIZE, f++) {
-@@ -1263,30 +1259,30 @@ static const struct pv_apic_ops xen_apic_ops __initconst = {
+@@ -1264,30 +1260,30 @@ static const struct pv_apic_ops xen_apic_ops __initconst = {
#endif
};
@@ -35719,7 +36558,7 @@ index a671e83..a9dc1d9 100644
{
if (pm_power_off)
pm_power_off();
-@@ -1439,8 +1435,11 @@ static void __ref xen_setup_gdt(int cpu)
+@@ -1440,8 +1436,11 @@ static void __ref xen_setup_gdt(int cpu)
pv_cpu_ops.write_gdt_entry = xen_write_gdt_entry_boot;
pv_cpu_ops.load_gdt = xen_load_gdt_boot;
@@ -35733,7 +36572,7 @@ index a671e83..a9dc1d9 100644
pv_cpu_ops.write_gdt_entry = xen_write_gdt_entry;
pv_cpu_ops.load_gdt = xen_load_gdt;
-@@ -1555,7 +1554,17 @@ asmlinkage __visible void __init xen_start_kernel(void)
+@@ -1557,7 +1556,17 @@ asmlinkage __visible void __init xen_start_kernel(void)
__userpte_alloc_gfp &= ~__GFP_HIGHMEM;
/* Work out if we support NX */
@@ -35752,7 +36591,7 @@ index a671e83..a9dc1d9 100644
/* Get mfn list */
xen_build_dynamic_phys_to_machine();
-@@ -1583,13 +1592,6 @@ asmlinkage __visible void __init xen_start_kernel(void)
+@@ -1585,13 +1594,6 @@ asmlinkage __visible void __init xen_start_kernel(void)
machine_ops = xen_machine_ops;
@@ -35767,7 +36606,7 @@ index a671e83..a9dc1d9 100644
#ifdef CONFIG_ACPI_NUMA
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c
-index dd151b2..d5ab952 100644
+index dd151b2..d87e22e 100644
--- a/arch/x86/xen/mmu.c
+++ b/arch/x86/xen/mmu.c
@@ -379,7 +379,7 @@ static pteval_t pte_mfn_to_pfn(pteval_t val)
@@ -35791,7 +36630,7 @@ index dd151b2..d5ab952 100644
convert_pfn_mfn(level2_fixmap_pgt);
}
/* We get [511][511] and have Xen's version of level2_kernel_pgt */
-@@ -1860,11 +1864,18 @@ void __init xen_setup_kernel_pagetable(pgd_t *pgd, unsigned long max_pfn)
+@@ -1860,11 +1864,22 @@ void __init xen_setup_kernel_pagetable(pgd_t *pgd, unsigned long max_pfn)
set_page_prot(init_level4_pgt, PAGE_KERNEL_RO);
set_page_prot(level3_ident_pgt, PAGE_KERNEL_RO);
set_page_prot(level3_kernel_pgt, PAGE_KERNEL_RO);
@@ -35804,6 +36643,10 @@ index dd151b2..d5ab952 100644
set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO);
set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO);
- set_page_prot(level1_fixmap_pgt, PAGE_KERNEL_RO);
++ set_page_prot(level1_modules_pgt[0], PAGE_KERNEL_RO);
++ set_page_prot(level1_modules_pgt[1], PAGE_KERNEL_RO);
++ set_page_prot(level1_modules_pgt[2], PAGE_KERNEL_RO);
++ set_page_prot(level1_modules_pgt[3], PAGE_KERNEL_RO);
+ set_page_prot(level1_fixmap_pgt[0], PAGE_KERNEL_RO);
+ set_page_prot(level1_fixmap_pgt[1], PAGE_KERNEL_RO);
+ set_page_prot(level1_fixmap_pgt[2], PAGE_KERNEL_RO);
@@ -35811,7 +36654,7 @@ index dd151b2..d5ab952 100644
/* Pin down new L4 */
pin_pagetable_pfn(MMUEXT_PIN_L4_TABLE,
-@@ -2048,6 +2059,7 @@ static void __init xen_post_allocator_init(void)
+@@ -2048,6 +2063,7 @@ static void __init xen_post_allocator_init(void)
pv_mmu_ops.set_pud = xen_set_pud;
#if CONFIG_PGTABLE_LEVELS == 4
pv_mmu_ops.set_pgd = xen_set_pgd;
@@ -35819,7 +36662,7 @@ index dd151b2..d5ab952 100644
#endif
/* This will work as long as patching hasn't happened yet
-@@ -2126,6 +2138,7 @@ static const struct pv_mmu_ops xen_mmu_ops __initconst = {
+@@ -2126,6 +2142,7 @@ static const struct pv_mmu_ops xen_mmu_ops __initconst = {
.pud_val = PV_CALLEE_SAVE(xen_pud_val),
.make_pud = PV_CALLEE_SAVE(xen_make_pud),
.set_pgd = xen_set_pgd_hyper,
@@ -35916,7 +36759,7 @@ index 8afdfcc..79239db 100644
mov %rsi,xen_start_info
mov $init_thread_union+THREAD_SIZE,%rsp
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h
-index bef30cb..f1a0d68 100644
+index 2292721..a9bb18e 100644
--- a/arch/x86/xen/xen-ops.h
+++ b/arch/x86/xen/xen-ops.h
@@ -16,8 +16,6 @@ void xen_syscall_target(void);
@@ -35967,10 +36810,10 @@ index 2f33760..835e50a 100644
#define XCHAL_ICACHE_SIZE 8192 /* I-cache size in bytes or 0 */
#define XCHAL_DCACHE_SIZE 8192 /* D-cache size in bytes or 0 */
diff --git a/block/bio.c b/block/bio.c
-index 4441522..dedbafc 100644
+index d6e5ba3..2bb142c 100644
--- a/block/bio.c
+++ b/block/bio.c
-@@ -1172,7 +1172,7 @@ struct bio *bio_copy_user_iov(struct request_queue *q,
+@@ -1187,7 +1187,7 @@ struct bio *bio_copy_user_iov(struct request_queue *q,
/*
* Overflow, abort
*/
@@ -35979,7 +36822,7 @@ index 4441522..dedbafc 100644
return ERR_PTR(-EINVAL);
nr_pages += end - start;
-@@ -1297,7 +1297,7 @@ struct bio *bio_map_user_iov(struct request_queue *q,
+@@ -1312,7 +1312,7 @@ struct bio *bio_map_user_iov(struct request_queue *q,
/*
* Overflow, abort
*/
@@ -36081,10 +36924,10 @@ index f678c73..f35aa18 100644
err = -EFAULT;
goto out;
diff --git a/block/genhd.c b/block/genhd.c
-index ea982ea..86e0f9e 100644
+index 59a1395..54ff187 100644
--- a/block/genhd.c
+++ b/block/genhd.c
-@@ -469,21 +469,24 @@ static char *bdevt_str(dev_t devt, char *buf)
+@@ -470,21 +470,24 @@ static char *bdevt_str(dev_t devt, char *buf)
/*
* Register device numbers dev..(dev+range-1)
@@ -36138,7 +36981,7 @@ index 26cb624..a49c3a5 100644
(u8 *) pte, count) < count) {
kfree(pte);
diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c
-index 55b6f15..b602c9a 100644
+index dda653c..028a13ee 100644
--- a/block/scsi_ioctl.c
+++ b/block/scsi_ioctl.c
@@ -67,7 +67,7 @@ static int scsi_get_bus(struct request_queue *q, int __user *p)
@@ -36202,7 +37045,7 @@ index 55b6f15..b602c9a 100644
goto error;
diff --git a/crypto/cryptd.c b/crypto/cryptd.c
-index b0602ba..fb71850 100644
+index 22ba81f..1acac67 100644
--- a/crypto/cryptd.c
+++ b/crypto/cryptd.c
@@ -63,7 +63,7 @@ struct cryptd_blkcipher_ctx {
@@ -36224,10 +37067,10 @@ index b0602ba..fb71850 100644
static void cryptd_queue_worker(struct work_struct *work);
diff --git a/crypto/pcrypt.c b/crypto/pcrypt.c
-index c305d41..a96de79 100644
+index 45e7d51..2967121 100644
--- a/crypto/pcrypt.c
+++ b/crypto/pcrypt.c
-@@ -440,7 +440,7 @@ static int pcrypt_sysfs_add(struct padata_instance *pinst, const char *name)
+@@ -385,7 +385,7 @@ static int pcrypt_sysfs_add(struct padata_instance *pinst, const char *name)
int ret;
pinst->kobj.kset = pcrypt_kset;
@@ -36237,10 +37080,10 @@ index c305d41..a96de79 100644
kobject_uevent(&pinst->kobj, KOBJ_ADD);
diff --git a/crypto/zlib.c b/crypto/zlib.c
-index 0eefa9d..0fa3d29 100644
+index d51a30a..fb1f8af 100644
--- a/crypto/zlib.c
+++ b/crypto/zlib.c
-@@ -95,10 +95,10 @@ static int zlib_compress_setup(struct crypto_pcomp *tfm, void *params,
+@@ -95,10 +95,10 @@ static int zlib_compress_setup(struct crypto_pcomp *tfm, const void *params,
zlib_comp_exit(ctx);
window_bits = tb[ZLIB_COMP_WINDOWBITS]
@@ -36253,11 +37096,24 @@ index 0eefa9d..0fa3d29 100644
: DEF_MEM_LEVEL;
workspacesize = zlib_deflate_workspacesize(window_bits, mem_level);
+diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
+index 8c2fe2f..fc47c12 100644
+--- a/drivers/acpi/acpi_video.c
++++ b/drivers/acpi/acpi_video.c
+@@ -398,7 +398,7 @@ static int video_disable_backlight_sysfs_if(
+ return 0;
+ }
+
+-static struct dmi_system_id video_dmi_table[] = {
++static const struct dmi_system_id video_dmi_table[] = {
+ /*
+ * Broken _BQC workaround http://bugzilla.kernel.org/show_bug.cgi?id=13121
+ */
diff --git a/drivers/acpi/acpica/hwxfsleep.c b/drivers/acpi/acpica/hwxfsleep.c
-index 3b37676..898edfa 100644
+index 52dfd0d..8386baf 100644
--- a/drivers/acpi/acpica/hwxfsleep.c
+++ b/drivers/acpi/acpica/hwxfsleep.c
-@@ -63,11 +63,12 @@ static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id);
+@@ -70,11 +70,12 @@ static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id);
/* Legacy functions are optional, based upon ACPI_REDUCED_HARDWARE */
static struct acpi_sleep_functions acpi_sleep_dispatch[] = {
@@ -36289,7 +37145,7 @@ index 16129c7..8b675cd 100644
struct apei_exec_context {
u32 ip;
diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c
-index e82d097..0c855c1 100644
+index 2bfd53c..391e9a4 100644
--- a/drivers/acpi/apei/ghes.c
+++ b/drivers/acpi/apei/ghes.c
@@ -478,7 +478,7 @@ static void __ghes_print_estatus(const char *pfx,
@@ -36328,7 +37184,7 @@ index a83e3c6..c3d617f 100644
bgrt_kobj = kobject_create_and_add("bgrt", acpi_kobj);
if (!bgrt_kobj)
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
-index 1d17919..315e955 100644
+index 278dc4b..976433d 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -51,7 +51,7 @@ struct acpi_blacklist_item {
@@ -36340,9 +37196,9 @@ index 1d17919..315e955 100644
/*
* POLICY: If *anything* doesn't work, put it on the blacklist.
-@@ -163,7 +163,7 @@ static int __init dmi_disable_osi_win8(const struct dmi_system_id *d)
- return 0;
+@@ -172,7 +172,7 @@ static int __init dmi_enable_rev_override(const struct dmi_system_id *d)
}
+ #endif
-static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
+static const struct dmi_system_id acpi_osi_dmi_table[] __initconst = {
@@ -36387,10 +37243,10 @@ index c68e724..e863008 100644
/* parse the table header to get the table length */
if (count <= sizeof(struct acpi_table_header))
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
-index 8217e0b..3294cb6 100644
+index 88dbbb1..90714c0 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
-@@ -1026,6 +1026,8 @@ EXPORT_SYMBOL_GPL(acpi_subsys_freeze);
+@@ -1045,6 +1045,8 @@ EXPORT_SYMBOL_GPL(acpi_subsys_freeze);
#endif /* CONFIG_PM_SLEEP */
@@ -36399,7 +37255,7 @@ index 8217e0b..3294cb6 100644
static struct dev_pm_domain acpi_general_pm_domain = {
.ops = {
.runtime_suspend = acpi_subsys_runtime_suspend,
-@@ -1042,6 +1044,7 @@ static struct dev_pm_domain acpi_general_pm_domain = {
+@@ -1061,6 +1063,7 @@ static struct dev_pm_domain acpi_general_pm_domain = {
.restore_early = acpi_subsys_resume_early,
#endif
},
@@ -36407,7 +37263,7 @@ index 8217e0b..3294cb6 100644
};
/**
-@@ -1111,7 +1114,6 @@ int acpi_dev_pm_attach(struct device *dev, bool power_on)
+@@ -1130,7 +1133,6 @@ int acpi_dev_pm_attach(struct device *dev, bool power_on)
acpi_device_wakeup(adev, ACPI_STATE_S0, false);
}
@@ -36416,10 +37272,10 @@ index 8217e0b..3294cb6 100644
}
EXPORT_SYMBOL_GPL(acpi_dev_pm_attach);
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
-index 5e8fed4..d9bb545 100644
+index 9d4761d..ece2163 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
-@@ -1293,7 +1293,7 @@ static int ec_clear_on_resume(const struct dmi_system_id *id)
+@@ -1434,7 +1434,7 @@ static int ec_clear_on_resume(const struct dmi_system_id *id)
return 0;
}
@@ -36455,7 +37311,7 @@ index d9f7158..168e742 100644
};
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c
-index 39e0c8e..b5ae20c 100644
+index d540f42..d5b32ac 100644
--- a/drivers/acpi/processor_idle.c
+++ b/drivers/acpi/processor_idle.c
@@ -910,7 +910,7 @@ static int acpi_processor_setup_cpuidle_states(struct acpi_processor *pr)
@@ -36468,10 +37324,10 @@ index 39e0c8e..b5ae20c 100644
if (!pr->flags.power_setup_done)
diff --git a/drivers/acpi/processor_pdc.c b/drivers/acpi/processor_pdc.c
-index e5dd808..1eceed1 100644
+index 7cfbda4..74f738c 100644
--- a/drivers/acpi/processor_pdc.c
+++ b/drivers/acpi/processor_pdc.c
-@@ -176,7 +176,7 @@ static int __init set_no_mwait(const struct dmi_system_id *id)
+@@ -173,7 +173,7 @@ static int __init set_no_mwait(const struct dmi_system_id *id)
return 0;
}
@@ -36512,10 +37368,10 @@ index 0876d77b..3ba0127 100644
static void delete_gpe_attr_array(void)
{
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c
-index d24fa19..782f1e6 100644
+index 6d4e44e..44fb839 100644
--- a/drivers/acpi/thermal.c
+++ b/drivers/acpi/thermal.c
-@@ -1209,7 +1209,7 @@ static int thermal_psv(const struct dmi_system_id *d) {
+@@ -1212,7 +1212,7 @@ static int thermal_psv(const struct dmi_system_id *d) {
return 0;
}
@@ -36524,21 +37380,40 @@ index d24fa19..782f1e6 100644
/*
* Award BIOS on this AOpen makes thermal control almost worthless.
* http://bugzilla.kernel.org/show_bug.cgi?id=8842
-diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
-index cc79d3f..28adb33 100644
---- a/drivers/acpi/video.c
-+++ b/drivers/acpi/video.c
-@@ -431,7 +431,7 @@ static int __init video_enable_native_backlight(const struct dmi_system_id *d)
- return 0;
+diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
+index 2922f1f..26b0c03 100644
+--- a/drivers/acpi/video_detect.c
++++ b/drivers/acpi/video_detect.c
+@@ -41,7 +41,6 @@ ACPI_MODULE_NAME("video");
+ void acpi_video_unregister_backlight(void);
+
+ static bool backlight_notifier_registered;
+-static struct notifier_block backlight_nb;
+ static struct work_struct backlight_notify_work;
+
+ static enum acpi_backlight_type acpi_backlight_cmdline = acpi_backlight_undef;
+@@ -284,6 +283,10 @@ static int acpi_video_backlight_notify(struct notifier_block *nb,
+ return NOTIFY_OK;
}
--static struct dmi_system_id video_dmi_table[] __initdata = {
-+static const struct dmi_system_id video_dmi_table[] __initconst = {
- /*
- * Broken _BQC workaround http://bugzilla.kernel.org/show_bug.cgi?id=13121
- */
++static const struct notifier_block backlight_nb = {
++ .notifier_call = acpi_video_backlight_notify,
++};
++
+ /*
+ * Determine which type of backlight interface to use on this system,
+ * First check cmdline, then dmi quirks, then do autodetect.
+@@ -314,8 +317,6 @@ enum acpi_backlight_type acpi_video_get_backlight_type(void)
+ &video_caps, NULL);
+ INIT_WORK(&backlight_notify_work,
+ acpi_video_backlight_notify_work);
+- backlight_nb.notifier_call = acpi_video_backlight_notify;
+- backlight_nb.priority = 0;
+ if (backlight_register_notifier(&backlight_nb) == 0)
+ backlight_notifier_registered = true;
+ init_done = true;
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
-index 287c4ba..6a600bc 100644
+index d256a66..4040556 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -1252,7 +1252,7 @@ int ahci_kick_engine(struct ata_port *ap)
@@ -36551,7 +37426,7 @@ index 287c4ba..6a600bc 100644
unsigned long timeout_msec)
{
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
-index e0064d1..e53c75e 100644
+index 790e0de..6bae378 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -102,7 +102,7 @@ static unsigned int ata_dev_set_xfermode(struct ata_device *dev);
@@ -36636,7 +37511,7 @@ index f840ca1..edd6ef3 100644
extern int libata_fua;
extern int libata_noacpi;
diff --git a/drivers/ata/pata_arasan_cf.c b/drivers/ata/pata_arasan_cf.c
-index a9b0c82..207d97d 100644
+index 5d9ee99..8fa2585 100644
--- a/drivers/ata/pata_arasan_cf.c
+++ b/drivers/ata/pata_arasan_cf.c
@@ -865,7 +865,9 @@ static int arasan_cf_probe(struct platform_device *pdev)
@@ -36903,7 +37778,7 @@ index 75dde90..4309ead 100644
fore200e->tx_sat++;
DPRINTK(2, "tx queue of device %s is saturated, PDU dropped - heartbeat is %08x\n",
diff --git a/drivers/atm/he.c b/drivers/atm/he.c
-index 93dca2e..c5daa69 100644
+index a8da3a5..67cf6c2 100644
--- a/drivers/atm/he.c
+++ b/drivers/atm/he.c
@@ -1692,7 +1692,7 @@ he_service_rbrq(struct he_dev *he_dev, int group)
@@ -37168,7 +38043,7 @@ index 074616b..d6b3d5f 100644
}
atomic_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc);
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
-index 924f8e2..3375a3e 100644
+index 65e6590..df77d04 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -1145,7 +1145,7 @@ static int rx_pkt(struct atm_dev *dev)
@@ -37645,10 +38520,10 @@ index cecfb94..87009ec 100644
}
diff --git a/drivers/base/bus.c b/drivers/base/bus.c
-index 79bc203..fa3945b 100644
+index 5005924..9fc06c4 100644
--- a/drivers/base/bus.c
+++ b/drivers/base/bus.c
-@@ -1126,7 +1126,7 @@ int subsys_interface_register(struct subsys_interface *sif)
+@@ -1141,7 +1141,7 @@ int subsys_interface_register(struct subsys_interface *sif)
return -EINVAL;
mutex_lock(&subsys->p->mutex);
@@ -37657,7 +38532,7 @@ index 79bc203..fa3945b 100644
if (sif->add_dev) {
subsys_dev_iter_init(&iter, subsys, NULL, NULL);
while ((dev = subsys_dev_iter_next(&iter)))
-@@ -1151,7 +1151,7 @@ void subsys_interface_unregister(struct subsys_interface *sif)
+@@ -1166,7 +1166,7 @@ void subsys_interface_unregister(struct subsys_interface *sif)
subsys = sif->subsys;
mutex_lock(&subsys->p->mutex);
@@ -37695,10 +38570,10 @@ index 68f0314..ca2a609 100644
while (1) {
spin_lock(&req_lock);
diff --git a/drivers/base/node.c b/drivers/base/node.c
-index a2aa65b..8831326 100644
+index 560751b..3a4847a 100644
--- a/drivers/base/node.c
+++ b/drivers/base/node.c
-@@ -613,7 +613,7 @@ static ssize_t print_nodes_state(enum node_states state, char *buf)
+@@ -627,7 +627,7 @@ static ssize_t print_nodes_state(enum node_states state, char *buf)
struct node_attr {
struct device_attribute attr;
enum node_states state;
@@ -37708,10 +38583,10 @@ index a2aa65b..8831326 100644
static ssize_t show_node_state(struct device *dev,
struct device_attribute *attr, char *buf)
diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c
-index 2327613..211d7f5 100644
+index 0ee43c1..369dd62 100644
--- a/drivers/base/power/domain.c
+++ b/drivers/base/power/domain.c
-@@ -1725,7 +1725,7 @@ int pm_genpd_attach_cpuidle(struct generic_pm_domain *genpd, int state)
+@@ -1738,7 +1738,7 @@ int pm_genpd_attach_cpuidle(struct generic_pm_domain *genpd, int state)
{
struct cpuidle_driver *cpuidle_drv;
struct gpd_cpuidle_data *cpuidle_data;
@@ -37720,7 +38595,7 @@ index 2327613..211d7f5 100644
int ret = 0;
if (IS_ERR_OR_NULL(genpd) || state < 0)
-@@ -1793,7 +1793,7 @@ int pm_genpd_name_attach_cpuidle(const char *name, int state)
+@@ -1806,7 +1806,7 @@ int pm_genpd_name_attach_cpuidle(const char *name, int state)
int pm_genpd_detach_cpuidle(struct generic_pm_domain *genpd)
{
struct gpd_cpuidle_data *cpuidle_data;
@@ -37729,7 +38604,7 @@ index 2327613..211d7f5 100644
int ret = 0;
if (IS_ERR_OR_NULL(genpd))
-@@ -2222,8 +2222,11 @@ int genpd_dev_pm_attach(struct device *dev)
+@@ -2241,8 +2241,11 @@ int genpd_dev_pm_attach(struct device *dev)
return ret;
}
@@ -37757,10 +38632,10 @@ index d2be3f9..0a3167a 100644
static DEVICE_ATTR(runtime_status, 0444, rtpm_status_show, NULL);
diff --git a/drivers/base/power/wakeup.c b/drivers/base/power/wakeup.c
-index 7726200..a417da7 100644
+index 51f15bc..892a668 100644
--- a/drivers/base/power/wakeup.c
+++ b/drivers/base/power/wakeup.c
-@@ -32,14 +32,14 @@ static bool pm_abort_suspend __read_mostly;
+@@ -33,14 +33,14 @@ static bool pm_abort_suspend __read_mostly;
* They need to be modified together atomically, so it's better to use one
* atomic variable to hold them both.
*/
@@ -37777,7 +38652,7 @@ index 7726200..a417da7 100644
*cnt = (comb >> IN_PROGRESS_BITS);
*inpr = comb & MAX_IN_PROGRESS;
-@@ -404,7 +404,7 @@ static void wakeup_source_activate(struct wakeup_source *ws)
+@@ -537,7 +537,7 @@ static void wakeup_source_activate(struct wakeup_source *ws)
ws->start_prevent_time = ws->last_time;
/* Increment the counter of events in progress. */
@@ -37786,7 +38661,7 @@ index 7726200..a417da7 100644
trace_wakeup_source_activate(ws->name, cec);
}
-@@ -530,7 +530,7 @@ static void wakeup_source_deactivate(struct wakeup_source *ws)
+@@ -663,7 +663,7 @@ static void wakeup_source_deactivate(struct wakeup_source *ws)
* Increment the counter of registered wakeup events and decrement the
* couter of wakeup events in progress simultaneously.
*/
@@ -37795,6 +38670,60 @@ index 7726200..a417da7 100644
trace_wakeup_source_deactivate(ws->name, cec);
split_counters(&cnt, &inpr);
+diff --git a/drivers/base/regmap/regmap-debugfs.c b/drivers/base/regmap/regmap-debugfs.c
+index 5799a0b..f7c7a7e 100644
+--- a/drivers/base/regmap/regmap-debugfs.c
++++ b/drivers/base/regmap/regmap-debugfs.c
+@@ -30,10 +30,9 @@ static LIST_HEAD(regmap_debugfs_early_list);
+ static DEFINE_MUTEX(regmap_debugfs_early_lock);
+
+ /* Calculate the length of a fixed format */
+-static size_t regmap_calc_reg_len(int max_val, char *buf, size_t buf_size)
++static size_t regmap_calc_reg_len(int max_val)
+ {
+- snprintf(buf, buf_size, "%x", max_val);
+- return strlen(buf);
++ return snprintf(NULL, 0, "%x", max_val);
+ }
+
+ static ssize_t regmap_name_read_file(struct file *file,
+@@ -174,8 +173,7 @@ static inline void regmap_calc_tot_len(struct regmap *map,
+ {
+ /* Calculate the length of a fixed format */
+ if (!map->debugfs_tot_len) {
+- map->debugfs_reg_len = regmap_calc_reg_len(map->max_register,
+- buf, count);
++ map->debugfs_reg_len = regmap_calc_reg_len(map->max_register);
+ map->debugfs_val_len = 2 * map->format.val_bytes;
+ map->debugfs_tot_len = map->debugfs_reg_len +
+ map->debugfs_val_len + 3; /* : \n */
+@@ -405,7 +403,7 @@ static ssize_t regmap_access_read_file(struct file *file,
+ char __user *user_buf, size_t count,
+ loff_t *ppos)
+ {
+- int reg_len, tot_len;
++ size_t reg_len, tot_len;
+ size_t buf_pos = 0;
+ loff_t p = 0;
+ ssize_t ret;
+@@ -421,7 +419,7 @@ static ssize_t regmap_access_read_file(struct file *file,
+ return -ENOMEM;
+
+ /* Calculate the length of a fixed format */
+- reg_len = regmap_calc_reg_len(map->max_register, buf, count);
++ reg_len = regmap_calc_reg_len(map->max_register);
+ tot_len = reg_len + 10; /* ': R W V P\n' */
+
+ for (i = 0; i <= map->max_register; i += map->reg_stride) {
+@@ -432,7 +430,7 @@ static ssize_t regmap_access_read_file(struct file *file,
+ /* If we're in the region the user is trying to read */
+ if (p >= *ppos) {
+ /* ...but not beyond it */
+- if (buf_pos >= count - 1 - tot_len)
++ if (buf_pos + tot_len + 1 >= count)
+ break;
+
+ /* Format the register */
diff --git a/drivers/base/syscore.c b/drivers/base/syscore.c
index 8d98a32..61d3165 100644
--- a/drivers/base/syscore.c
@@ -37818,10 +38747,10 @@ index 8d98a32..61d3165 100644
}
EXPORT_SYMBOL_GPL(unregister_syscore_ops);
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
-index ff20f19..018f1da 100644
+index 0422c47..b222c7a 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
-@@ -3008,7 +3008,7 @@ static void start_io(ctlr_info_t *h)
+@@ -3024,7 +3024,7 @@ static void start_io(ctlr_info_t *h)
while (!list_empty(&h->reqQ)) {
c = list_entry(h->reqQ.next, CommandList_struct, list);
/* can't do anything if fifo is full */
@@ -37830,7 +38759,7 @@ index ff20f19..018f1da 100644
dev_warn(&h->pdev->dev, "fifo full\n");
break;
}
-@@ -3018,7 +3018,7 @@ static void start_io(ctlr_info_t *h)
+@@ -3034,7 +3034,7 @@ static void start_io(ctlr_info_t *h)
h->Qdepth--;
/* Tell the controller execute command */
@@ -37839,7 +38768,7 @@ index ff20f19..018f1da 100644
/* Put job onto the completed Q */
addQ(&h->cmpQ, c);
-@@ -3444,17 +3444,17 @@ startio:
+@@ -3460,17 +3460,17 @@ startio:
static inline unsigned long get_next_completion(ctlr_info_t *h)
{
@@ -37860,7 +38789,7 @@ index ff20f19..018f1da 100644
(h->interrupts_enabled == 0));
}
-@@ -3487,7 +3487,7 @@ static inline u32 next_command(ctlr_info_t *h)
+@@ -3503,7 +3503,7 @@ static inline u32 next_command(ctlr_info_t *h)
u32 a;
if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant)))
@@ -37869,7 +38798,7 @@ index ff20f19..018f1da 100644
if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
a = *(h->reply_pool_head); /* Next cmd in ring buffer */
-@@ -4044,7 +4044,7 @@ static void cciss_put_controller_into_performant_mode(ctlr_info_t *h)
+@@ -4060,7 +4060,7 @@ static void cciss_put_controller_into_performant_mode(ctlr_info_t *h)
trans_support & CFGTBL_Trans_use_short_tags);
/* Change the access methods to the performant access methods */
@@ -37878,7 +38807,7 @@ index ff20f19..018f1da 100644
h->transMethod = CFGTBL_Trans_Performant;
return;
-@@ -4318,7 +4318,7 @@ static int cciss_pci_init(ctlr_info_t *h)
+@@ -4334,7 +4334,7 @@ static int cciss_pci_init(ctlr_info_t *h)
if (prod_index < 0)
return -ENODEV;
h->product_name = products[prod_index].product_name;
@@ -37887,7 +38816,7 @@ index ff20f19..018f1da 100644
if (cciss_board_disabled(h)) {
dev_warn(&h->pdev->dev, "controller appears to be disabled\n");
-@@ -5050,7 +5050,7 @@ reinit_after_soft_reset:
+@@ -5065,7 +5065,7 @@ reinit_after_soft_reset:
}
/* make sure the board interrupts are off */
@@ -37896,7 +38825,7 @@ index ff20f19..018f1da 100644
rc = cciss_request_irq(h, do_cciss_msix_intr, do_cciss_intx);
if (rc)
goto clean2;
-@@ -5100,7 +5100,7 @@ reinit_after_soft_reset:
+@@ -5115,7 +5115,7 @@ reinit_after_soft_reset:
* fake ones to scoop up any residual completions.
*/
spin_lock_irqsave(&h->lock, flags);
@@ -37905,7 +38834,7 @@ index ff20f19..018f1da 100644
spin_unlock_irqrestore(&h->lock, flags);
free_irq(h->intr[h->intr_mode], h);
rc = cciss_request_irq(h, cciss_msix_discard_completions,
-@@ -5120,9 +5120,9 @@ reinit_after_soft_reset:
+@@ -5135,9 +5135,9 @@ reinit_after_soft_reset:
dev_info(&h->pdev->dev, "Board READY.\n");
dev_info(&h->pdev->dev,
"Waiting for stale completions to drain.\n");
@@ -37917,7 +38846,7 @@ index ff20f19..018f1da 100644
rc = controller_reset_failed(h->cfgtable);
if (rc)
-@@ -5145,7 +5145,7 @@ reinit_after_soft_reset:
+@@ -5160,7 +5160,7 @@ reinit_after_soft_reset:
cciss_scsi_setup(h);
/* Turn the interrupts on so we can service requests */
@@ -37926,7 +38855,7 @@ index ff20f19..018f1da 100644
/* Get the firmware version */
inq_buff = kzalloc(sizeof(InquiryData_struct), GFP_KERNEL);
-@@ -5217,7 +5217,7 @@ static void cciss_shutdown(struct pci_dev *pdev)
+@@ -5232,7 +5232,7 @@ static void cciss_shutdown(struct pci_dev *pdev)
kfree(flush_buf);
if (return_code != IO_OK)
dev_warn(&h->pdev->dev, "Error flushing cache\n");
@@ -38138,10 +39067,10 @@ index 434c77d..6d3219a 100644
}
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
-index b905e98..0812ed8 100644
+index efd19c2..6ccfa94 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
-@@ -385,7 +385,7 @@ struct drbd_epoch {
+@@ -386,7 +386,7 @@ struct drbd_epoch {
struct drbd_connection *connection;
struct list_head list;
unsigned int barrier_nr;
@@ -38150,7 +39079,7 @@ index b905e98..0812ed8 100644
atomic_t active; /* increased on every req. added, and dec on every finished. */
unsigned long flags;
};
-@@ -946,7 +946,7 @@ struct drbd_device {
+@@ -947,7 +947,7 @@ struct drbd_device {
unsigned int al_tr_number;
int al_tr_cycle;
wait_queue_head_t seq_wait;
@@ -38159,7 +39088,7 @@ index b905e98..0812ed8 100644
unsigned int peer_seq;
spinlock_t peer_seq_lock;
unsigned long comm_bm_set; /* communicated number of set bits. */
-@@ -955,8 +955,8 @@ struct drbd_device {
+@@ -956,8 +956,8 @@ struct drbd_device {
struct mutex own_state_mutex;
struct mutex *state_mutex; /* either own_state_mutex or first_peer_device(device)->connection->cstate_mutex */
char congestion_reason; /* Why we where congested... */
@@ -38171,7 +39100,7 @@ index b905e98..0812ed8 100644
int rs_last_events; /* counter of read or write "events" (unit sectors)
* on the lower level device when we last looked. */
diff --git a/drivers/block/drbd/drbd_main.c b/drivers/block/drbd/drbd_main.c
-index 81fde9e..9948c05 100644
+index a151853..b9b5baa 100644
--- a/drivers/block/drbd/drbd_main.c
+++ b/drivers/block/drbd/drbd_main.c
@@ -1328,7 +1328,7 @@ static int _drbd_send_ack(struct drbd_peer_device *peer_device, enum drbd_packet
@@ -38235,7 +39164,7 @@ index 74df8cf..e41fc24 100644
if (!msg)
goto failed;
diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
-index cee2035..22f66bd 100644
+index c097909..13688e1 100644
--- a/drivers/block/drbd/drbd_receiver.c
+++ b/drivers/block/drbd/drbd_receiver.c
@@ -870,7 +870,7 @@ int drbd_connected(struct drbd_peer_device *peer_device)
@@ -38421,10 +39350,10 @@ index d0fae55..4469096 100644
device->rs_last_events =
(int)part_stat_read(&disk->part0, sectors[0]) +
diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c
-index 09e628da..7607aaa 100644
+index 4c20c22..caef1eb 100644
--- a/drivers/block/pktcdvd.c
+++ b/drivers/block/pktcdvd.c
-@@ -108,7 +108,7 @@ static int pkt_seq_show(struct seq_file *m, void *p);
+@@ -109,7 +109,7 @@ static int pkt_seq_show(struct seq_file *m, void *p);
static sector_t get_zone(sector_t sector, struct pktcdvd_device *pd)
{
@@ -38433,7 +39362,7 @@ index 09e628da..7607aaa 100644
}
/*
-@@ -1890,7 +1890,7 @@ static noinline_for_stack int pkt_probe_settings(struct pktcdvd_device *pd)
+@@ -1891,7 +1891,7 @@ static noinline_for_stack int pkt_probe_settings(struct pktcdvd_device *pd)
return -EROFS;
}
pd->settings.fp = ti.fp;
@@ -38443,7 +39372,7 @@ index 09e628da..7607aaa 100644
if (ti.nwa_v) {
pd->nwa = be32_to_cpu(ti.next_writable);
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c
-index 010ce0b..7c0049e 100644
+index bc67a93..d552e86 100644
--- a/drivers/block/rbd.c
+++ b/drivers/block/rbd.c
@@ -64,7 +64,7 @@
@@ -38526,7 +39455,7 @@ index e5565fb..71be10b4 100644
+ .command_completed = smart1_completed,
};
diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c
-index 55c135b..9f8d60c 100644
+index 7a722df..54b76ab 100644
--- a/drivers/bluetooth/btwilink.c
+++ b/drivers/bluetooth/btwilink.c
@@ -288,7 +288,7 @@ static int ti_st_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
@@ -38603,7 +39532,7 @@ index 584bc31..e64a12c 100644
static int gdrom_bdops_open(struct block_device *bdev, fmode_t mode)
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
-index a4af822..ed58cd1 100644
+index a043107..1263e4a 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -17,7 +17,8 @@ config DEVMEM
@@ -38659,6 +39588,21 @@ index 09f17eb..8531d2f 100644
sizeof(struct agp_segment) * reserve.seg_count)) {
kfree(segment);
return -EFAULT;
+diff --git a/drivers/char/agp/intel-gtt.c b/drivers/char/agp/intel-gtt.c
+index c6dea3f..72ae4b0 100644
+--- a/drivers/char/agp/intel-gtt.c
++++ b/drivers/char/agp/intel-gtt.c
+@@ -1408,8 +1408,8 @@ int intel_gmch_probe(struct pci_dev *bridge_pdev, struct pci_dev *gpu_pdev,
+ }
+ EXPORT_SYMBOL(intel_gmch_probe);
+
+-void intel_gtt_get(size_t *gtt_total, size_t *stolen_size,
+- phys_addr_t *mappable_base, unsigned long *mappable_end)
++void intel_gtt_get(uint64_t *gtt_total, uint64_t *stolen_size,
++ uint64_t *mappable_base, uint64_t *mappable_end)
+ {
+ *gtt_total = intel_private.gtt_total_entries << PAGE_SHIFT;
+ *stolen_size = intel_private.stolen_size;
diff --git a/drivers/char/genrtc.c b/drivers/char/genrtc.c
index 4f94375..413694e 100644
--- a/drivers/char/genrtc.c
@@ -38684,19 +39628,6 @@ index 5c0baa9..44011b1 100644
struct hpet_info *info)
{
struct hpet_timer __iomem *timer;
-diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c
-index 3c1a123..a33c99f 100644
---- a/drivers/char/i8k.c
-+++ b/drivers/char/i8k.c
-@@ -790,7 +790,7 @@ static const struct i8k_config_data i8k_config_data[] = {
- },
- };
-
--static struct dmi_system_id i8k_dmi_table[] __initdata = {
-+static const struct dmi_system_id i8k_dmi_table[] __initconst = {
- {
- .ident = "Dell Inspiron",
- .matches = {
diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
index bf75f63..359fa10 100644
--- a/drivers/char/ipmi/ipmi_msghandler.c
@@ -38928,7 +39859,7 @@ index 9df78e2..01ba9ae 100644
*ppos = i;
diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c
-index 0ea9986..e7b07e4 100644
+index 7680d52..073f799e 100644
--- a/drivers/char/pcmcia/synclink_cs.c
+++ b/drivers/char/pcmcia/synclink_cs.c
@@ -2345,7 +2345,7 @@ static void mgslpc_close(struct tty_struct *tty, struct file * filp)
@@ -39000,7 +39931,7 @@ index 0ea9986..e7b07e4 100644
if (cmd != SIOCWANDEV)
diff --git a/drivers/char/random.c b/drivers/char/random.c
-index 9cd6968..6416f00 100644
+index d0da5d8..739fd3a 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -289,9 +289,6 @@
@@ -39013,7 +39944,7 @@ index 9cd6968..6416f00 100644
*/
#define ENTROPY_SHIFT 3
#define ENTROPY_BITS(r) ((r)->entropy_count >> ENTROPY_SHIFT)
-@@ -439,9 +436,9 @@ struct entropy_store {
+@@ -442,9 +439,9 @@ struct entropy_store {
};
static void push_to_pool(struct work_struct *work);
@@ -39026,7 +39957,7 @@ index 9cd6968..6416f00 100644
static struct entropy_store input_pool = {
.poolinfo = &poolinfo_table[0],
-@@ -635,7 +632,7 @@ retry:
+@@ -654,7 +651,7 @@ retry:
/* The +2 corresponds to the /4 in the denominator */
do {
@@ -39035,7 +39966,7 @@ index 9cd6968..6416f00 100644
unsigned int add =
((pool_size - entropy_count)*anfrac*3) >> s;
-@@ -1207,7 +1204,7 @@ static ssize_t extract_entropy_user(struct entropy_store *r, void __user *buf,
+@@ -1227,7 +1224,7 @@ static ssize_t extract_entropy_user(struct entropy_store *r, void __user *buf,
extract_buf(r, tmp);
i = min_t(int, nbytes, EXTRACT_SIZE);
@@ -39044,7 +39975,7 @@ index 9cd6968..6416f00 100644
ret = -EFAULT;
break;
}
-@@ -1590,7 +1587,7 @@ static char sysctl_bootid[16];
+@@ -1668,7 +1665,7 @@ static char sysctl_bootid[16];
static int proc_do_uuid(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
@@ -39053,7 +39984,7 @@ index 9cd6968..6416f00 100644
unsigned char buf[64], tmp_uuid[16], *uuid;
uuid = table->data;
-@@ -1620,7 +1617,7 @@ static int proc_do_uuid(struct ctl_table *table, int write,
+@@ -1698,7 +1695,7 @@ static int proc_do_uuid(struct ctl_table *table, int write,
static int proc_do_entropy(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
@@ -39164,7 +40095,7 @@ index 3a56a13..f8cbd25 100644
return 0;
}
diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c
-index 50754d20..9561cdc 100644
+index d2406fe..243951a 100644
--- a/drivers/char/virtio_console.c
+++ b/drivers/char/virtio_console.c
@@ -685,7 +685,7 @@ static ssize_t fill_readbuf(struct port *port, char __user *out_buf,
@@ -39186,7 +40117,7 @@ index 50754d20..9561cdc 100644
static int wait_port_writable(struct port *port, bool nonblock)
diff --git a/drivers/clk/clk-composite.c b/drivers/clk/clk-composite.c
-index 956b7e5..b655045 100644
+index 616f5ae..747bdd0 100644
--- a/drivers/clk/clk-composite.c
+++ b/drivers/clk/clk-composite.c
@@ -197,7 +197,7 @@ struct clk *clk_register_composite(struct device *dev, const char *name,
@@ -39197,42 +40128,11 @@ index 956b7e5..b655045 100644
+ clk_ops_no_const *clk_composite_ops;
composite = kzalloc(sizeof(*composite), GFP_KERNEL);
- if (!composite) {
-diff --git a/drivers/clk/clk-mux.c b/drivers/clk/clk-mux.c
-index 69a094c..1fa2a8d 100644
---- a/drivers/clk/clk-mux.c
-+++ b/drivers/clk/clk-mux.c
-@@ -114,7 +114,7 @@ const struct clk_ops clk_mux_ro_ops = {
- EXPORT_SYMBOL_GPL(clk_mux_ro_ops);
-
- struct clk *clk_register_mux_table(struct device *dev, const char *name,
-- const char **parent_names, u8 num_parents, unsigned long flags,
-+ const char * const *parent_names, u8 num_parents, unsigned long flags,
- void __iomem *reg, u8 shift, u32 mask,
- u8 clk_mux_flags, u32 *table, spinlock_t *lock)
- {
-@@ -166,7 +166,7 @@ struct clk *clk_register_mux_table(struct device *dev, const char *name,
- EXPORT_SYMBOL_GPL(clk_register_mux_table);
-
- struct clk *clk_register_mux(struct device *dev, const char *name,
-- const char **parent_names, u8 num_parents, unsigned long flags,
-+ const char * const *parent_names, u8 num_parents, unsigned long flags,
- void __iomem *reg, u8 shift, u8 width,
- u8 clk_mux_flags, spinlock_t *lock)
- {
+ if (!composite)
diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h
-index e4c7538..9d5c18a 100644
+index b775fc2..2d45b64 100644
--- a/drivers/clk/samsung/clk.h
+++ b/drivers/clk/samsung/clk.h
-@@ -121,7 +121,7 @@ struct samsung_mux_clock {
- unsigned int id;
- const char *dev_name;
- const char *name;
-- const char **parent_names;
-+ const char * const *parent_names;
- u8 num_parents;
- unsigned long flags;
- unsigned long offset;
@@ -260,7 +260,7 @@ struct samsung_gate_clock {
#define GATE_DA(_id, dname, cname, pname, o, b, f, gf, a) \
__GATE(_id, dname, cname, pname, o, b, f, gf, a)
@@ -39243,7 +40143,7 @@ index e4c7538..9d5c18a 100644
/**
* struct samsung_clk_reg_dump: register dump of clock controller registers.
diff --git a/drivers/clk/socfpga/clk-gate.c b/drivers/clk/socfpga/clk-gate.c
-index dd3a78c..386d49c 100644
+index 82449cd..dcfec30 100644
--- a/drivers/clk/socfpga/clk-gate.c
+++ b/drivers/clk/socfpga/clk-gate.c
@@ -22,6 +22,7 @@
@@ -39254,7 +40154,7 @@ index dd3a78c..386d49c 100644
#include "clk.h"
-@@ -174,7 +175,7 @@ static int socfpga_clk_prepare(struct clk_hw *hwclk)
+@@ -170,7 +171,7 @@ static int socfpga_clk_prepare(struct clk_hw *hwclk)
return 0;
}
@@ -39263,7 +40163,7 @@ index dd3a78c..386d49c 100644
.prepare = socfpga_clk_prepare,
.recalc_rate = socfpga_clk_recalc_rate,
.get_parent = socfpga_clk_get_parent,
-@@ -208,8 +209,10 @@ static void __init __socfpga_gate_init(struct device_node *node,
+@@ -203,8 +204,10 @@ static void __init __socfpga_gate_init(struct device_node *node,
socfpga_clk->hw.reg = clk_mgr_base_addr + clk_gate[0];
socfpga_clk->hw.bit_idx = clk_gate[1];
@@ -39277,7 +40177,7 @@ index dd3a78c..386d49c 100644
rc = of_property_read_u32(node, "fixed-divider", &fixed_div);
diff --git a/drivers/clk/socfpga/clk-pll.c b/drivers/clk/socfpga/clk-pll.c
-index de6da95..c98278b 100644
+index 8f26b52..29f2a3a 100644
--- a/drivers/clk/socfpga/clk-pll.c
+++ b/drivers/clk/socfpga/clk-pll.c
@@ -21,6 +21,7 @@
@@ -39297,7 +40197,7 @@ index de6da95..c98278b 100644
.recalc_rate = clk_pll_recalc_rate,
.get_parent = clk_pll_get_parent,
};
-@@ -120,8 +121,10 @@ static __init struct clk *__socfpga_pll_init(struct device_node *node,
+@@ -115,8 +116,10 @@ static __init struct clk *__socfpga_pll_init(struct device_node *node,
pll_clk->hw.hw.init = &init;
pll_clk->hw.bit_idx = SOCFPGA_PLL_EXT_ENA;
@@ -39311,7 +40211,7 @@ index de6da95..c98278b 100644
clk = clk_register(NULL, &pll_clk->hw.hw);
if (WARN_ON(IS_ERR(clk))) {
diff --git a/drivers/cpufreq/acpi-cpufreq.c b/drivers/cpufreq/acpi-cpufreq.c
-index b0c18ed..1713a80 100644
+index 0136dfc..4cc55cb 100644
--- a/drivers/cpufreq/acpi-cpufreq.c
+++ b/drivers/cpufreq/acpi-cpufreq.c
@@ -675,8 +675,11 @@ static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy)
@@ -39328,7 +40228,7 @@ index b0c18ed..1713a80 100644
result = acpi_processor_register_performance(data->acpi_data, cpu);
if (result)
-@@ -809,7 +812,9 @@ static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy)
+@@ -810,7 +813,9 @@ static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy)
policy->cur = acpi_cpufreq_guess_freq(data, policy->cpu);
break;
case ACPI_ADR_SPACE_FIXED_HARDWARE:
@@ -39339,7 +40239,7 @@ index b0c18ed..1713a80 100644
break;
default:
break;
-@@ -903,8 +908,10 @@ static void __init acpi_cpufreq_boost_init(void)
+@@ -904,8 +909,10 @@ static void __init acpi_cpufreq_boost_init(void)
if (!msrs)
return;
@@ -39353,7 +40253,7 @@ index b0c18ed..1713a80 100644
cpu_notifier_register_begin();
diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers/cpufreq/cpufreq-dt.c
-index bab67db..91af7e3 100644
+index 528a82bf..78dc025 100644
--- a/drivers/cpufreq/cpufreq-dt.c
+++ b/drivers/cpufreq/cpufreq-dt.c
@@ -392,7 +392,9 @@ static int dt_cpufreq_probe(struct platform_device *pdev)
@@ -39368,11 +40268,11 @@ index bab67db..91af7e3 100644
ret = cpufreq_register_driver(&dt_cpufreq_driver);
if (ret)
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
-index 8ae655c..3141442 100644
+index 7a3c30c..bac142e 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
-@@ -2108,7 +2108,7 @@ void cpufreq_unregister_governor(struct cpufreq_governor *governor)
- }
+@@ -2197,7 +2197,7 @@ void cpufreq_unregister_governor(struct cpufreq_governor *governor)
+ read_unlock_irqrestore(&cpufreq_driver_lock, flags);
mutex_lock(&cpufreq_governor_mutex);
- list_del(&governor->governor_list);
@@ -39380,7 +40280,7 @@ index 8ae655c..3141442 100644
mutex_unlock(&cpufreq_governor_mutex);
return;
}
-@@ -2323,7 +2323,7 @@ static int cpufreq_cpu_callback(struct notifier_block *nfb,
+@@ -2412,7 +2412,7 @@ static int cpufreq_cpu_callback(struct notifier_block *nfb,
return NOTIFY_OK;
}
@@ -39389,7 +40289,7 @@ index 8ae655c..3141442 100644
.notifier_call = cpufreq_cpu_callback,
};
-@@ -2363,13 +2363,17 @@ int cpufreq_boost_trigger_state(int state)
+@@ -2452,13 +2452,17 @@ int cpufreq_boost_trigger_state(int state)
return 0;
write_lock_irqsave(&cpufreq_driver_lock, flags);
@@ -39409,7 +40309,7 @@ index 8ae655c..3141442 100644
write_unlock_irqrestore(&cpufreq_driver_lock, flags);
pr_err("%s: Cannot %s BOOST\n",
-@@ -2434,16 +2438,22 @@ int cpufreq_register_driver(struct cpufreq_driver *driver_data)
+@@ -2523,16 +2527,22 @@ int cpufreq_register_driver(struct cpufreq_driver *driver_data)
cpufreq_driver = driver_data;
write_unlock_irqrestore(&cpufreq_driver_lock, flags);
@@ -39437,63 +40337,45 @@ index 8ae655c..3141442 100644
ret = cpufreq_sysfs_create_file(&boost.attr);
if (ret) {
diff --git a/drivers/cpufreq/cpufreq_governor.c b/drivers/cpufreq/cpufreq_governor.c
-index 1b44496..b80ff5e 100644
+index 57a39f8..feb9c73 100644
--- a/drivers/cpufreq/cpufreq_governor.c
+++ b/drivers/cpufreq/cpufreq_governor.c
-@@ -245,7 +245,7 @@ int cpufreq_governor_dbs(struct cpufreq_policy *policy,
- struct dbs_data *dbs_data;
- struct od_cpu_dbs_info_s *od_dbs_info = NULL;
- struct cs_cpu_dbs_info_s *cs_dbs_info = NULL;
-- struct od_ops *od_ops = NULL;
-+ const struct od_ops *od_ops = NULL;
- struct od_dbs_tuners *od_tuners = NULL;
- struct cs_dbs_tuners *cs_tuners = NULL;
- struct cpu_dbs_common_info *cpu_cdbs;
-@@ -311,7 +311,7 @@ int cpufreq_governor_dbs(struct cpufreq_policy *policy,
-
- if ((cdata->governor == GOV_CONSERVATIVE) &&
- (!policy->governor->initialized)) {
-- struct cs_ops *cs_ops = dbs_data->cdata->gov_ops;
-+ const struct cs_ops *cs_ops = dbs_data->cdata->gov_ops;
-
- cpufreq_register_notifier(cs_ops->notifier_block,
- CPUFREQ_TRANSITION_NOTIFIER);
-@@ -331,7 +331,7 @@ int cpufreq_governor_dbs(struct cpufreq_policy *policy,
-
- if ((dbs_data->cdata->governor == GOV_CONSERVATIVE) &&
- (policy->governor->initialized == 1)) {
-- struct cs_ops *cs_ops = dbs_data->cdata->gov_ops;
-+ const struct cs_ops *cs_ops = dbs_data->cdata->gov_ops;
-
- cpufreq_unregister_notifier(cs_ops->notifier_block,
- CPUFREQ_TRANSITION_NOTIFIER);
+@@ -378,7 +378,7 @@ static int cpufreq_governor_start(struct cpufreq_policy *policy,
+ cs_dbs_info->enable = 1;
+ cs_dbs_info->requested_freq = policy->cur;
+ } else {
+- struct od_ops *od_ops = cdata->gov_ops;
++ const struct od_ops *od_ops = cdata->gov_ops;
+ struct od_cpu_dbs_info_s *od_dbs_info = cdata->get_cpu_dbs_info_s(cpu);
+
+ od_dbs_info->rate_mult = 1;
diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h
-index cc401d1..8197340 100644
+index 34736f5..da8cf4a 100644
--- a/drivers/cpufreq/cpufreq_governor.h
+++ b/drivers/cpufreq/cpufreq_governor.h
@@ -212,7 +212,7 @@ struct common_dbs_data {
- void (*exit)(struct dbs_data *dbs_data);
+ void (*exit)(struct dbs_data *dbs_data, bool notify);
/* Governor specific ops, see below */
- void *gov_ops;
+ const void *gov_ops;
- };
- /* Governor Per policy data */
-@@ -232,7 +232,7 @@ struct od_ops {
+ /*
+ * Protects governor's data (struct dbs_data and struct common_dbs_data)
+@@ -234,7 +234,7 @@ struct od_ops {
unsigned int (*powersave_bias_target)(struct cpufreq_policy *policy,
unsigned int freq_next, unsigned int relation);
void (*freq_increase)(struct cpufreq_policy *policy, unsigned int freq);
-};
+} __no_const;
- struct cs_ops {
- struct notifier_block *notifier_block;
+ static inline int delay_for_sampling_rate(unsigned int sampling_rate)
+ {
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c
-index ad3f38f..8f086cd 100644
+index 3c1e10f..02f17af 100644
--- a/drivers/cpufreq/cpufreq_ondemand.c
+++ b/drivers/cpufreq/cpufreq_ondemand.c
-@@ -524,7 +524,7 @@ static void od_exit(struct dbs_data *dbs_data)
+@@ -523,7 +523,7 @@ static void od_exit(struct dbs_data *dbs_data, bool notify)
define_get_cpu_dbs_routines(od_cpu_dbs_info);
@@ -39524,10 +40406,10 @@ index ad3f38f..8f086cd 100644
}
EXPORT_SYMBOL_GPL(od_unregister_powersave_bias_handler);
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
-index 6f9d27f..14385d1 100644
+index fcb929e..e628818 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
-@@ -134,10 +134,10 @@ struct pstate_funcs {
+@@ -137,10 +137,10 @@ struct pstate_funcs {
struct cpu_defaults {
struct pstate_adjust_policy pid_policy;
struct pstate_funcs funcs;
@@ -39540,7 +40422,7 @@ index 6f9d27f..14385d1 100644
static int hwp_active;
struct perf_limits {
-@@ -722,18 +722,18 @@ static void intel_pstate_set_pstate(struct cpudata *cpu, int pstate)
+@@ -726,18 +726,18 @@ static void intel_pstate_set_pstate(struct cpudata *cpu, int pstate, bool force)
cpu->pstate.current_pstate = pstate;
@@ -39563,10 +40445,10 @@ index 6f9d27f..14385d1 100644
- pstate_funcs.get_vid(cpu);
+ if (pstate_funcs->get_vid)
+ pstate_funcs->get_vid(cpu);
- intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate);
+ intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate, false);
}
-@@ -1057,15 +1057,15 @@ static unsigned int force_load;
+@@ -1070,15 +1070,15 @@ static unsigned int force_load;
static int intel_pstate_msrs_not_valid(void)
{
@@ -39586,7 +40468,7 @@ index 6f9d27f..14385d1 100644
{
pid_params.sample_rate_ms = policy->sample_rate_ms;
pid_params.p_gain_pct = policy->p_gain_pct;
-@@ -1077,12 +1077,7 @@ static void copy_pid_params(struct pstate_adjust_policy *policy)
+@@ -1090,12 +1090,7 @@ static void copy_pid_params(struct pstate_adjust_policy *policy)
static void copy_cpu_funcs(struct pstate_funcs *funcs)
{
@@ -39601,7 +40483,7 @@ index 6f9d27f..14385d1 100644
#if IS_ENABLED(CONFIG_ACPI)
diff --git a/drivers/cpufreq/p4-clockmod.c b/drivers/cpufreq/p4-clockmod.c
-index 529cfd9..0e28fff 100644
+index 5dd95da..abc3837 100644
--- a/drivers/cpufreq/p4-clockmod.c
+++ b/drivers/cpufreq/p4-clockmod.c
@@ -134,10 +134,14 @@ static unsigned int cpufreq_p4_get_frequency(struct cpuinfo_x86 *c)
@@ -39773,6 +40655,19 @@ index 5db1478..e90e25e 100644
snprintf(state->name, CPUIDLE_NAME_LEN, "POLL");
snprintf(state->desc, CPUIDLE_DESC_LEN, "CPUIDLE CORE POLL IDLE");
+diff --git a/drivers/cpuidle/dt_idle_states.c b/drivers/cpuidle/dt_idle_states.c
+index a5c111b..1113002 100644
+--- a/drivers/cpuidle/dt_idle_states.c
++++ b/drivers/cpuidle/dt_idle_states.c
+@@ -21,7 +21,7 @@
+
+ #include "dt_idle_states.h"
+
+-static int init_state_node(struct cpuidle_state *idle_state,
++static int init_state_node(cpuidle_state_no_const *idle_state,
+ const struct of_device_id *matches,
+ struct device_node *state_node)
+ {
diff --git a/drivers/cpuidle/governor.c b/drivers/cpuidle/governor.c
index fb9f511..213e6cc 100644
--- a/drivers/cpuidle/governor.c
@@ -39888,7 +40783,7 @@ index 592af5f..bb1d583 100644
EXPORT_SYMBOL_GPL(edac_device_alloc_index);
diff --git a/drivers/edac/edac_mc_sysfs.c b/drivers/edac/edac_mc_sysfs.c
-index 112d63a..5443a61 100644
+index 33df7d9..0794989 100644
--- a/drivers/edac/edac_mc_sysfs.c
+++ b/drivers/edac/edac_mc_sysfs.c
@@ -154,7 +154,7 @@ static const char * const edac_caps[] = {
@@ -40134,6 +41029,33 @@ index 94a58a0..f5eba42 100644
#define to_dmi_dev_attr(_dev_attr) \
container_of(_dev_attr, struct dmi_device_attribute, dev_attr)
+diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan.c
+index ac1ce4a..321745e 100644
+--- a/drivers/firmware/dmi_scan.c
++++ b/drivers/firmware/dmi_scan.c
+@@ -690,14 +690,18 @@ static int __init dmi_init(void)
+ if (!dmi_table)
+ goto err_tables;
+
+- bin_attr_smbios_entry_point.size = smbios_entry_point_size;
+- bin_attr_smbios_entry_point.private = smbios_entry_point;
++ pax_open_kernel();
++ *(size_t *)&bin_attr_smbios_entry_point.size = smbios_entry_point_size;
++ *(void **)&bin_attr_smbios_entry_point.private = smbios_entry_point;
++ pax_close_kernel();
+ ret = sysfs_create_bin_file(tables_kobj, &bin_attr_smbios_entry_point);
+ if (ret)
+ goto err_unmap;
+
+- bin_attr_DMI.size = dmi_len;
+- bin_attr_DMI.private = dmi_table;
++ pax_open_kernel();
++ *(size_t *)&bin_attr_DMI.size = dmi_len;
++ *(void **)&bin_attr_DMI.private = dmi_table;
++ pax_close_kernel();
+ ret = sysfs_create_bin_file(tables_kobj, &bin_attr_DMI);
+ if (!ret)
+ return 0;
diff --git a/drivers/firmware/efi/cper.c b/drivers/firmware/efi/cper.c
index d425374..1da1716 100644
--- a/drivers/firmware/efi/cper.c
@@ -40156,10 +41078,10 @@ index d425374..1da1716 100644
EXPORT_SYMBOL_GPL(cper_next_record_id);
diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c
-index 63226e9..302716e 100644
+index d6144e3..23f9686 100644
--- a/drivers/firmware/efi/efi.c
+++ b/drivers/firmware/efi/efi.c
-@@ -164,14 +164,16 @@ static struct attribute_group efi_subsys_attr_group = {
+@@ -170,14 +170,16 @@ static struct attribute_group efi_subsys_attr_group = {
};
static struct efivars generic_efivars;
@@ -40182,10 +41104,10 @@ index 63226e9..302716e 100644
return efivars_register(&generic_efivars, &generic_ops, efi_kobj);
}
diff --git a/drivers/firmware/efi/efivars.c b/drivers/firmware/efi/efivars.c
-index 7b2e049..a253334 100644
+index 756eca8..2336d08 100644
--- a/drivers/firmware/efi/efivars.c
+++ b/drivers/firmware/efi/efivars.c
-@@ -589,7 +589,7 @@ efivar_create_sysfs_entry(struct efivar_entry *new_var)
+@@ -590,7 +590,7 @@ efivar_create_sysfs_entry(struct efivar_entry *new_var)
static int
create_efivars_bin_attributes(void)
{
@@ -40246,7 +41168,7 @@ index 2f569aa..26e4f39 100644
}
diff --git a/drivers/firmware/memmap.c b/drivers/firmware/memmap.c
-index cc016c61..d35279e 100644
+index 5de3ed2..d839c56 100644
--- a/drivers/firmware/memmap.c
+++ b/drivers/firmware/memmap.c
@@ -124,7 +124,7 @@ static void __meminit release_firmware_map_entry(struct kobject *kobj)
@@ -40258,8 +41180,33 @@ index cc016c61..d35279e 100644
.release = release_firmware_map_entry,
.sysfs_ops = &memmap_attr_ops,
.default_attrs = def_attrs,
+diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c
+index c246ac3..6867ca6 100644
+--- a/drivers/gpio/gpio-davinci.c
++++ b/drivers/gpio/gpio-davinci.c
+@@ -442,9 +442,9 @@ static struct irq_chip *davinci_gpio_get_irq_chip(unsigned int irq)
+ return &gpio_unbanked.chip;
+ };
+
+-static struct irq_chip *keystone_gpio_get_irq_chip(unsigned int irq)
++static irq_chip_no_const *keystone_gpio_get_irq_chip(unsigned int irq)
+ {
+- static struct irq_chip gpio_unbanked;
++ static irq_chip_no_const gpio_unbanked;
+
+ gpio_unbanked = *irq_get_chip(irq);
+ return &gpio_unbanked;
+@@ -474,7 +474,7 @@ static int davinci_gpio_irq_setup(struct platform_device *pdev)
+ struct davinci_gpio_regs __iomem *g;
+ struct irq_domain *irq_domain = NULL;
+ const struct of_device_id *match;
+- struct irq_chip *irq_chip;
++ irq_chip_no_const *irq_chip;
+ gpio_get_irq_chip_cb_t gpio_get_irq_chip;
+
+ /*
diff --git a/drivers/gpio/gpio-em.c b/drivers/gpio/gpio-em.c
-index 3cfcfc6..09d6f117 100644
+index fbf2873..0a37114 100644
--- a/drivers/gpio/gpio-em.c
+++ b/drivers/gpio/gpio-em.c
@@ -278,7 +278,7 @@ static int em_gio_probe(struct platform_device *pdev)
@@ -40285,10 +41232,10 @@ index 4ba7ed5..1536b5d 100644
static struct {
spinlock_t lock;
diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c
-index b232397..ce8c4dc 100644
+index 61a731f..d5ca6cb 100644
--- a/drivers/gpio/gpio-omap.c
+++ b/drivers/gpio/gpio-omap.c
-@@ -1054,7 +1054,7 @@ static void omap_gpio_mod_init(struct gpio_bank *bank)
+@@ -1067,7 +1067,7 @@ static void omap_gpio_mod_init(struct gpio_bank *bank)
dev_err(bank->dev, "Could not get gpio dbck\n");
}
@@ -40297,7 +41244,7 @@ index b232397..ce8c4dc 100644
{
static int gpio;
int irq_base = 0;
-@@ -1137,7 +1137,7 @@ static int omap_gpio_probe(struct platform_device *pdev)
+@@ -1150,7 +1150,7 @@ static int omap_gpio_probe(struct platform_device *pdev)
const struct omap_gpio_platform_data *pdata;
struct resource *res;
struct gpio_bank *bank;
@@ -40333,10 +41280,10 @@ index c1caa45..f0f97d2 100644
return -EINVAL;
}
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
-index 6bc612b..3932464 100644
+index bf4bd1d..51154a3 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
-@@ -558,8 +558,10 @@ static void gpiochip_irqchip_remove(struct gpio_chip *gpiochip)
+@@ -569,8 +569,10 @@ static void gpiochip_irqchip_remove(struct gpio_chip *gpiochip)
}
if (gpiochip->irqchip) {
@@ -40349,7 +41296,7 @@ index 6bc612b..3932464 100644
gpiochip->irqchip = NULL;
}
}
-@@ -625,8 +627,11 @@ int gpiochip_irqchip_add(struct gpio_chip *gpiochip,
+@@ -636,8 +638,11 @@ int gpiochip_irqchip_add(struct gpio_chip *gpiochip,
gpiochip->irqchip = NULL;
return -EINVAL;
}
@@ -40363,19 +41310,391 @@ index 6bc612b..3932464 100644
/*
* Prepare the mapping since the irqchip shall be orthogonal to
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+index 99f158e..20b6c4c 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+@@ -1071,7 +1071,7 @@ static bool amdgpu_switcheroo_can_switch(struct pci_dev *pdev)
+ * locking inversion with the driver load path. And the access here is
+ * completely racy anyway. So don't bother with locking for now.
+ */
+- return dev->open_count == 0;
++ return local_read(&dev->open_count) == 0;
+ }
+
+ static const struct vga_switcheroo_client_ops amdgpu_switcheroo_ops = {
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
+index c991973..8eb176b 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
+@@ -419,7 +419,7 @@ static int kfd_ioctl_set_memory_policy(struct file *filep,
+ (args->alternate_policy == KFD_IOC_CACHE_POLICY_COHERENT)
+ ? cache_policy_coherent : cache_policy_noncoherent;
+
+- if (!dev->dqm->ops.set_cache_memory_policy(dev->dqm,
++ if (!dev->dqm->ops->set_cache_memory_policy(dev->dqm,
+ &pdd->qpd,
+ default_policy,
+ alternate_policy,
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+index 75312c8..e3684e6 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+@@ -293,7 +293,7 @@ bool kgd2kfd_device_init(struct kfd_dev *kfd,
+ goto device_queue_manager_error;
+ }
+
+- if (kfd->dqm->ops.start(kfd->dqm) != 0) {
++ if (kfd->dqm->ops->start(kfd->dqm) != 0) {
+ dev_err(kfd_device,
+ "Error starting queuen manager for device (%x:%x)\n",
+ kfd->pdev->vendor, kfd->pdev->device);
+@@ -349,7 +349,7 @@ void kgd2kfd_suspend(struct kfd_dev *kfd)
+ BUG_ON(kfd == NULL);
+
+ if (kfd->init_complete) {
+- kfd->dqm->ops.stop(kfd->dqm);
++ kfd->dqm->ops->stop(kfd->dqm);
+ amd_iommu_set_invalidate_ctx_cb(kfd->pdev, NULL);
+ amd_iommu_set_invalid_ppr_cb(kfd->pdev, NULL);
+ amd_iommu_free_device(kfd->pdev);
+@@ -372,7 +372,7 @@ int kgd2kfd_resume(struct kfd_dev *kfd)
+ amd_iommu_set_invalidate_ctx_cb(kfd->pdev,
+ iommu_pasid_shutdown_callback);
+ amd_iommu_set_invalid_ppr_cb(kfd->pdev, iommu_invalid_ppr_cb);
+- kfd->dqm->ops.start(kfd->dqm);
++ kfd->dqm->ops->start(kfd->dqm);
+ }
+
+ return 0;
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+index 4bb7f42..320fcac 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+@@ -242,7 +242,7 @@ static int create_compute_queue_nocpsch(struct device_queue_manager *dqm,
+
+ BUG_ON(!dqm || !q || !qpd);
+
+- mqd = dqm->ops.get_mqd_manager(dqm, KFD_MQD_TYPE_COMPUTE);
++ mqd = dqm->ops->get_mqd_manager(dqm, KFD_MQD_TYPE_COMPUTE);
+ if (mqd == NULL)
+ return -ENOMEM;
+
+@@ -288,14 +288,14 @@ static int destroy_queue_nocpsch(struct device_queue_manager *dqm,
+ mutex_lock(&dqm->lock);
+
+ if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE) {
+- mqd = dqm->ops.get_mqd_manager(dqm, KFD_MQD_TYPE_COMPUTE);
++ mqd = dqm->ops->get_mqd_manager(dqm, KFD_MQD_TYPE_COMPUTE);
+ if (mqd == NULL) {
+ retval = -ENOMEM;
+ goto out;
+ }
+ deallocate_hqd(dqm, q);
+ } else if (q->properties.type == KFD_QUEUE_TYPE_SDMA) {
+- mqd = dqm->ops.get_mqd_manager(dqm, KFD_MQD_TYPE_SDMA);
++ mqd = dqm->ops->get_mqd_manager(dqm, KFD_MQD_TYPE_SDMA);
+ if (mqd == NULL) {
+ retval = -ENOMEM;
+ goto out;
+@@ -347,7 +347,7 @@ static int update_queue(struct device_queue_manager *dqm, struct queue *q)
+ BUG_ON(!dqm || !q || !q->mqd);
+
+ mutex_lock(&dqm->lock);
+- mqd = dqm->ops.get_mqd_manager(dqm,
++ mqd = dqm->ops->get_mqd_manager(dqm,
+ get_mqd_type_from_queue_type(q->properties.type));
+ if (mqd == NULL) {
+ mutex_unlock(&dqm->lock);
+@@ -414,7 +414,7 @@ static int register_process_nocpsch(struct device_queue_manager *dqm,
+ mutex_lock(&dqm->lock);
+ list_add(&n->list, &dqm->queues);
+
+- retval = dqm->ops_asic_specific.register_process(dqm, qpd);
++ retval = dqm->ops_asic_specific->register_process(dqm, qpd);
+
+ dqm->processes_count++;
+
+@@ -502,7 +502,7 @@ int init_pipelines(struct device_queue_manager *dqm,
+
+ memset(hpdptr, 0, CIK_HPD_EOP_BYTES * pipes_num);
+
+- mqd = dqm->ops.get_mqd_manager(dqm, KFD_MQD_TYPE_COMPUTE);
++ mqd = dqm->ops->get_mqd_manager(dqm, KFD_MQD_TYPE_COMPUTE);
+ if (mqd == NULL) {
+ kfd_gtt_sa_free(dqm->dev, dqm->pipeline_mem);
+ return -ENOMEM;
+@@ -635,7 +635,7 @@ static int create_sdma_queue_nocpsch(struct device_queue_manager *dqm,
+ struct mqd_manager *mqd;
+ int retval;
+
+- mqd = dqm->ops.get_mqd_manager(dqm, KFD_MQD_TYPE_SDMA);
++ mqd = dqm->ops->get_mqd_manager(dqm, KFD_MQD_TYPE_SDMA);
+ if (!mqd)
+ return -ENOMEM;
+
+@@ -650,7 +650,7 @@ static int create_sdma_queue_nocpsch(struct device_queue_manager *dqm,
+ pr_debug(" sdma queue id: %d\n", q->properties.sdma_queue_id);
+ pr_debug(" sdma engine id: %d\n", q->properties.sdma_engine_id);
+
+- dqm->ops_asic_specific.init_sdma_vm(dqm, q, qpd);
++ dqm->ops_asic_specific->init_sdma_vm(dqm, q, qpd);
+ retval = mqd->init_mqd(mqd, &q->mqd, &q->mqd_mem_obj,
+ &q->gart_mqd_addr, &q->properties);
+ if (retval != 0) {
+@@ -712,7 +712,7 @@ static int initialize_cpsch(struct device_queue_manager *dqm)
+ dqm->queue_count = dqm->processes_count = 0;
+ dqm->sdma_queue_count = 0;
+ dqm->active_runlist = false;
+- retval = dqm->ops_asic_specific.initialize(dqm);
++ retval = dqm->ops_asic_specific->initialize(dqm);
+ if (retval != 0)
+ goto fail_init_pipelines;
+
+@@ -879,7 +879,7 @@ static int create_queue_cpsch(struct device_queue_manager *dqm, struct queue *q,
+ if (q->properties.type == KFD_QUEUE_TYPE_SDMA)
+ select_sdma_engine_id(q);
+
+- mqd = dqm->ops.get_mqd_manager(dqm,
++ mqd = dqm->ops->get_mqd_manager(dqm,
+ get_mqd_type_from_queue_type(q->properties.type));
+
+ if (mqd == NULL) {
+@@ -887,7 +887,7 @@ static int create_queue_cpsch(struct device_queue_manager *dqm, struct queue *q,
+ return -ENOMEM;
+ }
+
+- dqm->ops_asic_specific.init_sdma_vm(dqm, q, qpd);
++ dqm->ops_asic_specific->init_sdma_vm(dqm, q, qpd);
+ retval = mqd->init_mqd(mqd, &q->mqd, &q->mqd_mem_obj,
+ &q->gart_mqd_addr, &q->properties);
+ if (retval != 0)
+@@ -1060,7 +1060,7 @@ static int destroy_queue_cpsch(struct device_queue_manager *dqm,
+
+ }
+
+- mqd = dqm->ops.get_mqd_manager(dqm,
++ mqd = dqm->ops->get_mqd_manager(dqm,
+ get_mqd_type_from_queue_type(q->properties.type));
+ if (!mqd) {
+ retval = -ENOMEM;
+@@ -1149,7 +1149,7 @@ static bool set_cache_memory_policy(struct device_queue_manager *dqm,
+ qpd->sh_mem_ape1_limit = limit >> 16;
+ }
+
+- retval = dqm->ops_asic_specific.set_cache_memory_policy(
++ retval = dqm->ops_asic_specific->set_cache_memory_policy(
+ dqm,
+ qpd,
+ default_policy,
+@@ -1172,6 +1172,36 @@ out:
+ return false;
+ }
+
++static const struct device_queue_manager_ops cp_dqm_ops = {
++ .create_queue = create_queue_cpsch,
++ .initialize = initialize_cpsch,
++ .start = start_cpsch,
++ .stop = stop_cpsch,
++ .destroy_queue = destroy_queue_cpsch,
++ .update_queue = update_queue,
++ .get_mqd_manager = get_mqd_manager_nocpsch,
++ .register_process = register_process_nocpsch,
++ .unregister_process = unregister_process_nocpsch,
++ .uninitialize = uninitialize_nocpsch,
++ .create_kernel_queue = create_kernel_queue_cpsch,
++ .destroy_kernel_queue = destroy_kernel_queue_cpsch,
++ .set_cache_memory_policy = set_cache_memory_policy,
++};
++
++static const struct device_queue_manager_ops no_cp_dqm_ops = {
++ .start = start_nocpsch,
++ .stop = stop_nocpsch,
++ .create_queue = create_queue_nocpsch,
++ .destroy_queue = destroy_queue_nocpsch,
++ .update_queue = update_queue,
++ .get_mqd_manager = get_mqd_manager_nocpsch,
++ .register_process = register_process_nocpsch,
++ .unregister_process = unregister_process_nocpsch,
++ .initialize = initialize_nocpsch,
++ .uninitialize = uninitialize_nocpsch,
++ .set_cache_memory_policy = set_cache_memory_policy,
++};
++
+ struct device_queue_manager *device_queue_manager_init(struct kfd_dev *dev)
+ {
+ struct device_queue_manager *dqm;
+@@ -1189,33 +1219,11 @@ struct device_queue_manager *device_queue_manager_init(struct kfd_dev *dev)
+ case KFD_SCHED_POLICY_HWS:
+ case KFD_SCHED_POLICY_HWS_NO_OVERSUBSCRIPTION:
+ /* initialize dqm for cp scheduling */
+- dqm->ops.create_queue = create_queue_cpsch;
+- dqm->ops.initialize = initialize_cpsch;
+- dqm->ops.start = start_cpsch;
+- dqm->ops.stop = stop_cpsch;
+- dqm->ops.destroy_queue = destroy_queue_cpsch;
+- dqm->ops.update_queue = update_queue;
+- dqm->ops.get_mqd_manager = get_mqd_manager_nocpsch;
+- dqm->ops.register_process = register_process_nocpsch;
+- dqm->ops.unregister_process = unregister_process_nocpsch;
+- dqm->ops.uninitialize = uninitialize_nocpsch;
+- dqm->ops.create_kernel_queue = create_kernel_queue_cpsch;
+- dqm->ops.destroy_kernel_queue = destroy_kernel_queue_cpsch;
+- dqm->ops.set_cache_memory_policy = set_cache_memory_policy;
++ dqm->ops = &cp_dqm_ops;
+ break;
+ case KFD_SCHED_POLICY_NO_HWS:
+ /* initialize dqm for no cp scheduling */
+- dqm->ops.start = start_nocpsch;
+- dqm->ops.stop = stop_nocpsch;
+- dqm->ops.create_queue = create_queue_nocpsch;
+- dqm->ops.destroy_queue = destroy_queue_nocpsch;
+- dqm->ops.update_queue = update_queue;
+- dqm->ops.get_mqd_manager = get_mqd_manager_nocpsch;
+- dqm->ops.register_process = register_process_nocpsch;
+- dqm->ops.unregister_process = unregister_process_nocpsch;
+- dqm->ops.initialize = initialize_nocpsch;
+- dqm->ops.uninitialize = uninitialize_nocpsch;
+- dqm->ops.set_cache_memory_policy = set_cache_memory_policy;
++ dqm->ops = &no_cp_dqm_ops;
+ break;
+ default:
+ BUG();
+@@ -1224,15 +1232,15 @@ struct device_queue_manager *device_queue_manager_init(struct kfd_dev *dev)
+
+ switch (dev->device_info->asic_family) {
+ case CHIP_CARRIZO:
+- device_queue_manager_init_vi(&dqm->ops_asic_specific);
++ device_queue_manager_init_vi(dqm);
+ break;
+
+ case CHIP_KAVERI:
+- device_queue_manager_init_cik(&dqm->ops_asic_specific);
++ device_queue_manager_init_cik(dqm);
+ break;
+ }
+
+- if (dqm->ops.initialize(dqm) != 0) {
++ if (dqm->ops->initialize(dqm) != 0) {
+ kfree(dqm);
+ return NULL;
+ }
+@@ -1244,6 +1252,6 @@ void device_queue_manager_uninit(struct device_queue_manager *dqm)
+ {
+ BUG_ON(!dqm);
+
+- dqm->ops.uninitialize(dqm);
++ dqm->ops->uninitialize(dqm);
+ kfree(dqm);
+ }
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
-index 488f51d..301d462 100644
+index ec4036a..3ef0646 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
-@@ -118,7 +118,7 @@ struct device_queue_manager_ops {
- enum cache_policy alternate_policy,
- void __user *alternate_aperture_base,
- uint64_t alternate_aperture_size);
--};
-+} __no_const;
+@@ -154,8 +154,8 @@ struct device_queue_manager_asic_ops {
+ */
- /**
- * struct device_queue_manager
+ struct device_queue_manager {
+- struct device_queue_manager_ops ops;
+- struct device_queue_manager_asic_ops ops_asic_specific;
++ struct device_queue_manager_ops *ops;
++ struct device_queue_manager_asic_ops *ops_asic_specific;
+
+ struct mqd_manager *mqds[KFD_MQD_TYPE_MAX];
+ struct packet_manager packets;
+@@ -178,8 +178,8 @@ struct device_queue_manager {
+ bool active_runlist;
+ };
+
+-void device_queue_manager_init_cik(struct device_queue_manager_asic_ops *ops);
+-void device_queue_manager_init_vi(struct device_queue_manager_asic_ops *ops);
++void device_queue_manager_init_cik(struct device_queue_manager *dqm);
++void device_queue_manager_init_vi(struct device_queue_manager *dqm);
+ void program_sh_mem_settings(struct device_queue_manager *dqm,
+ struct qcm_process_device *qpd);
+ int init_pipelines(struct device_queue_manager *dqm,
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c
+index 9ce8a20..1ca4e22 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c
+@@ -36,12 +36,16 @@ static int initialize_cpsch_cik(struct device_queue_manager *dqm);
+ static void init_sdma_vm(struct device_queue_manager *dqm, struct queue *q,
+ struct qcm_process_device *qpd);
+
+-void device_queue_manager_init_cik(struct device_queue_manager_asic_ops *ops)
++static const struct device_queue_manager_asic_ops cik_dqm_asic_ops = {
++ .set_cache_memory_policy = set_cache_memory_policy_cik,
++ .register_process = register_process_cik,
++ .initialize = initialize_cpsch_cik,
++ .init_sdma_vm = init_sdma_vm,
++};
++
++void device_queue_manager_init_cik(struct device_queue_manager *dqm)
+ {
+- ops->set_cache_memory_policy = set_cache_memory_policy_cik;
+- ops->register_process = register_process_cik;
+- ops->initialize = initialize_cpsch_cik;
+- ops->init_sdma_vm = init_sdma_vm;
++ dqm->ops_asic_specific = &cik_dqm_asic_ops;
+ }
+
+ static uint32_t compute_sh_mem_bases_64bit(unsigned int top_address_nybble)
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c
+index 4c15212..61bfab8 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c
+@@ -35,14 +35,18 @@ static int initialize_cpsch_vi(struct device_queue_manager *dqm);
+ static void init_sdma_vm(struct device_queue_manager *dqm, struct queue *q,
+ struct qcm_process_device *qpd);
+
+-void device_queue_manager_init_vi(struct device_queue_manager_asic_ops *ops)
++static const struct device_queue_manager_asic_ops vi_dqm_asic_ops = {
++ .set_cache_memory_policy = set_cache_memory_policy_vi,
++ .register_process = register_process_vi,
++ .initialize = initialize_cpsch_vi,
++ .init_sdma_vm = init_sdma_vm,
++};
++
++void device_queue_manager_init_vi(struct device_queue_manager *dqm)
+ {
+ pr_warn("amdkfd: VI DQM is not currently supported\n");
+
+- ops->set_cache_memory_policy = set_cache_memory_policy_vi;
+- ops->register_process = register_process_vi;
+- ops->initialize = initialize_cpsch_vi;
+- ops->init_sdma_vm = init_sdma_vm;
++ dqm->ops_asic_specific = &vi_dqm_asic_ops;
+ }
+
+ static bool set_cache_memory_policy_vi(struct device_queue_manager *dqm,
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c b/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
+index 7f134aa..cd34d4a 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
+@@ -50,8 +50,8 @@ static void interrupt_wq(struct work_struct *);
+
+ int kfd_interrupt_init(struct kfd_dev *kfd)
+ {
+- void *interrupt_ring = kmalloc_array(KFD_INTERRUPT_RING_SIZE,
+- kfd->device_info->ih_ring_entry_size,
++ void *interrupt_ring = kmalloc_array(kfd->device_info->ih_ring_entry_size,
++ KFD_INTERRUPT_RING_SIZE,
+ GFP_KERNEL);
+ if (!interrupt_ring)
+ return -ENOMEM;
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c b/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
+index 8fa8941..5ae07df 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
+@@ -56,7 +56,7 @@ static bool initialize(struct kernel_queue *kq, struct kfd_dev *dev,
+ switch (type) {
+ case KFD_QUEUE_TYPE_DIQ:
+ case KFD_QUEUE_TYPE_HIQ:
+- kq->mqd = dev->dqm->ops.get_mqd_manager(dev->dqm,
++ kq->mqd = dev->dqm->ops->get_mqd_manager(dev->dqm,
+ KFD_MQD_TYPE_HIQ);
+ break;
+ default:
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h b/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h
index 5940531..a75b0e5 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h
@@ -40389,6 +41708,80 @@ index 5940531..a75b0e5 100644
struct kernel_queue {
struct kernel_queue_ops ops;
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
+index 7b69070..d7bd78b 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
+@@ -194,7 +194,7 @@ int pqm_create_queue(struct process_queue_manager *pqm,
+
+ if (list_empty(&pqm->queues)) {
+ pdd->qpd.pqm = pqm;
+- dev->dqm->ops.register_process(dev->dqm, &pdd->qpd);
++ dev->dqm->ops->register_process(dev->dqm, &pdd->qpd);
+ }
+
+ pqn = kzalloc(sizeof(struct process_queue_node), GFP_KERNEL);
+@@ -220,7 +220,7 @@ int pqm_create_queue(struct process_queue_manager *pqm,
+ goto err_create_queue;
+ pqn->q = q;
+ pqn->kq = NULL;
+- retval = dev->dqm->ops.create_queue(dev->dqm, q, &pdd->qpd,
++ retval = dev->dqm->ops->create_queue(dev->dqm, q, &pdd->qpd,
+ &q->properties.vmid);
+ pr_debug("DQM returned %d for create_queue\n", retval);
+ print_queue(q);
+@@ -234,7 +234,7 @@ int pqm_create_queue(struct process_queue_manager *pqm,
+ kq->queue->properties.queue_id = *qid;
+ pqn->kq = kq;
+ pqn->q = NULL;
+- retval = dev->dqm->ops.create_kernel_queue(dev->dqm,
++ retval = dev->dqm->ops->create_kernel_queue(dev->dqm,
+ kq, &pdd->qpd);
+ break;
+ default:
+@@ -265,7 +265,7 @@ err_allocate_pqn:
+ /* check if queues list is empty unregister process from device */
+ clear_bit(*qid, pqm->queue_slot_bitmap);
+ if (list_empty(&pqm->queues))
+- dev->dqm->ops.unregister_process(dev->dqm, &pdd->qpd);
++ dev->dqm->ops->unregister_process(dev->dqm, &pdd->qpd);
+ return retval;
+ }
+
+@@ -306,13 +306,13 @@ int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid)
+ if (pqn->kq) {
+ /* destroy kernel queue (DIQ) */
+ dqm = pqn->kq->dev->dqm;
+- dqm->ops.destroy_kernel_queue(dqm, pqn->kq, &pdd->qpd);
++ dqm->ops->destroy_kernel_queue(dqm, pqn->kq, &pdd->qpd);
+ kernel_queue_uninit(pqn->kq);
+ }
+
+ if (pqn->q) {
+ dqm = pqn->q->device->dqm;
+- retval = dqm->ops.destroy_queue(dqm, &pdd->qpd, pqn->q);
++ retval = dqm->ops->destroy_queue(dqm, &pdd->qpd, pqn->q);
+ if (retval != 0)
+ return retval;
+
+@@ -324,7 +324,7 @@ int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid)
+ clear_bit(qid, pqm->queue_slot_bitmap);
+
+ if (list_empty(&pqm->queues))
+- dqm->ops.unregister_process(dqm, &pdd->qpd);
++ dqm->ops->unregister_process(dqm, &pdd->qpd);
+
+ return retval;
+ }
+@@ -349,7 +349,7 @@ int pqm_update_queue(struct process_queue_manager *pqm, unsigned int qid,
+ pqn->q->properties.queue_percent = p->queue_percent;
+ pqn->q->properties.priority = p->priority;
+
+- retval = pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm,
++ retval = pqn->q->device->dqm->ops->update_queue(pqn->q->device->dqm,
+ pqn->q);
+ if (retval != 0)
+ return retval;
diff --git a/drivers/gpu/drm/drm_context.c b/drivers/gpu/drm/drm_context.c
index 9b23525..65f4110 100644
--- a/drivers/gpu/drm/drm_context.c
@@ -40541,10 +41934,10 @@ index 9b23525..65f4110 100644
dev->driver->context_dtor(dev, ctx->handle);
drm_legacy_ctxbitmap_free(dev, ctx->handle);
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c
-index 800a025..c88f1a4 100644
+index fed7483..5bc0335 100644
--- a/drivers/gpu/drm/drm_crtc.c
+++ b/drivers/gpu/drm/drm_crtc.c
-@@ -4179,7 +4179,7 @@ int drm_mode_getproperty_ioctl(struct drm_device *dev,
+@@ -4174,7 +4174,7 @@ int drm_mode_getproperty_ioctl(struct drm_device *dev,
goto done;
}
@@ -40554,10 +41947,10 @@ index 800a025..c88f1a4 100644
ret = -EFAULT;
goto done;
diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
-index 48f7359..8c3b594 100644
+index b7bf4ce..585cf3b 100644
--- a/drivers/gpu/drm/drm_drv.c
+++ b/drivers/gpu/drm/drm_drv.c
-@@ -448,7 +448,7 @@ void drm_unplug_dev(struct drm_device *dev)
+@@ -434,7 +434,7 @@ void drm_unplug_dev(struct drm_device *dev)
drm_device_set_unplugged(dev);
@@ -40566,7 +41959,7 @@ index 48f7359..8c3b594 100644
drm_put_dev(dev);
}
mutex_unlock(&drm_global_mutex);
-@@ -596,10 +596,13 @@ struct drm_device *drm_dev_alloc(struct drm_driver *driver,
+@@ -582,10 +582,13 @@ struct drm_device *drm_dev_alloc(struct drm_driver *driver,
if (drm_ht_create(&dev->map_hash, 12))
goto err_minors;
@@ -40585,7 +41978,7 @@ index 48f7359..8c3b594 100644
if (drm_core_check_feature(dev, DRIVER_GEM)) {
diff --git a/drivers/gpu/drm/drm_fops.c b/drivers/gpu/drm/drm_fops.c
-index 076dd60..e4a4ba7 100644
+index c59ce4d..056d413 100644
--- a/drivers/gpu/drm/drm_fops.c
+++ b/drivers/gpu/drm/drm_fops.c
@@ -89,7 +89,7 @@ int drm_open(struct inode *inode, struct file *filp)
@@ -40606,7 +41999,7 @@ index 076dd60..e4a4ba7 100644
drm_minor_release(minor);
return retcode;
}
-@@ -376,7 +376,7 @@ int drm_release(struct inode *inode, struct file *filp)
+@@ -377,7 +377,7 @@ int drm_release(struct inode *inode, struct file *filp)
mutex_lock(&drm_global_mutex);
@@ -40615,7 +42008,7 @@ index 076dd60..e4a4ba7 100644
mutex_lock(&dev->struct_mutex);
list_del(&file_priv->lhead);
-@@ -389,10 +389,10 @@ int drm_release(struct inode *inode, struct file *filp)
+@@ -392,10 +392,10 @@ int drm_release(struct inode *inode, struct file *filp)
* Begin inline drm_release
*/
@@ -40626,8 +42019,8 @@ index 076dd60..e4a4ba7 100644
- dev->open_count);
+ local_read(&dev->open_count));
- /* Release any auth tokens that might point to this file_priv,
- (do that under the drm_global_mutex) */
+ /* if the master has gone away we can't do anything with the lock */
+ if (file_priv->minor->master)
@@ -465,7 +465,7 @@ int drm_release(struct inode *inode, struct file *filp)
* End inline drm_release
*/
@@ -40782,10 +42175,10 @@ index 9cfcd0a..7142a7f 100644
ret = drm_ioctl(filp, cmd, arg);
diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c
-index 266dcd6..d0194d9 100644
+index b1d303f..c59012c 100644
--- a/drivers/gpu/drm/drm_ioctl.c
+++ b/drivers/gpu/drm/drm_ioctl.c
-@@ -663,7 +663,7 @@ long drm_ioctl(struct file *filp,
+@@ -650,7 +650,7 @@ long drm_ioctl(struct file *filp,
struct drm_file *file_priv = filp->private_data;
struct drm_device *dev;
const struct drm_ioctl_desc *ioctl = NULL;
@@ -40875,8 +42268,21 @@ index 93ec5dc..82acbaf 100644
int front_offset;
} drm_i810_private_t;
+diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
+index 82bbe3f..ce004bf 100644
+--- a/drivers/gpu/drm/i915/i915_debugfs.c
++++ b/drivers/gpu/drm/i915/i915_debugfs.c
+@@ -480,7 +480,7 @@ static int i915_gem_object_info(struct seq_file *m, void* data)
+ seq_printf(m, "%u fault mappable objects, %zu bytes\n",
+ count, size);
+
+- seq_printf(m, "%zu [%lu] gtt total\n",
++ seq_printf(m, "%llu [%llu] gtt total\n",
+ dev_priv->gtt.base.total,
+ dev_priv->gtt.mappable_end - dev_priv->gtt.base.start);
+
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
-index 68e0c85..3303192 100644
+index d2df321..f746478 100644
--- a/drivers/gpu/drm/i915/i915_dma.c
+++ b/drivers/gpu/drm/i915/i915_dma.c
@@ -162,6 +162,8 @@ static int i915_getparam(struct drm_device *dev, void *data,
@@ -40898,10 +42304,10 @@ index 68e0c85..3303192 100644
static const struct vga_switcheroo_client_ops i915_switcheroo_ops = {
diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
-index a3190e79..86b06cb 100644
+index 5e6b4a2..6ba2c85 100644
--- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
+++ b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
-@@ -936,12 +936,12 @@ i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec)
+@@ -935,12 +935,12 @@ i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec)
static int
validate_exec_list(struct drm_device *dev,
struct drm_i915_gem_exec_object2 *exec,
@@ -40916,6 +42322,134 @@ index a3190e79..86b06cb 100644
invalid_flags = __EXEC_OBJECT_UNKNOWN_FLAGS;
if (USES_FULL_PPGTT(dev))
+diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
+index 31e8269..7055934 100644
+--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
++++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
+@@ -2360,10 +2360,10 @@ static void chv_setup_private_ppat(struct drm_i915_private *dev_priv)
+ }
+
+ static int gen8_gmch_probe(struct drm_device *dev,
+- size_t *gtt_total,
+- size_t *stolen,
+- phys_addr_t *mappable_base,
+- unsigned long *mappable_end)
++ uint64_t *gtt_total,
++ uint64_t *stolen,
++ uint64_t *mappable_base,
++ uint64_t *mappable_end)
+ {
+ struct drm_i915_private *dev_priv = dev->dev_private;
+ unsigned int gtt_size;
+@@ -2408,10 +2408,10 @@ static int gen8_gmch_probe(struct drm_device *dev,
+ }
+
+ static int gen6_gmch_probe(struct drm_device *dev,
+- size_t *gtt_total,
+- size_t *stolen,
+- phys_addr_t *mappable_base,
+- unsigned long *mappable_end)
++ uint64_t *gtt_total,
++ uint64_t *stolen,
++ uint64_t *mappable_base,
++ uint64_t *mappable_end)
+ {
+ struct drm_i915_private *dev_priv = dev->dev_private;
+ unsigned int gtt_size;
+@@ -2425,7 +2425,7 @@ static int gen6_gmch_probe(struct drm_device *dev,
+ * a coarse sanity check.
+ */
+ if ((*mappable_end < (64<<20) || (*mappable_end > (512<<20)))) {
+- DRM_ERROR("Unknown GMADR size (%lx)\n",
++ DRM_ERROR("Unknown GMADR size (%llx)\n",
+ dev_priv->gtt.mappable_end);
+ return -ENXIO;
+ }
+@@ -2459,10 +2459,10 @@ static void gen6_gmch_remove(struct i915_address_space *vm)
+ }
+
+ static int i915_gmch_probe(struct drm_device *dev,
+- size_t *gtt_total,
+- size_t *stolen,
+- phys_addr_t *mappable_base,
+- unsigned long *mappable_end)
++ uint64_t *gtt_total,
++ uint64_t *stolen,
++ uint64_t *mappable_base,
++ uint64_t *mappable_end)
+ {
+ struct drm_i915_private *dev_priv = dev->dev_private;
+ int ret;
+@@ -2527,10 +2527,10 @@ int i915_gem_gtt_init(struct drm_device *dev)
+ gtt->base.dev = dev;
+
+ /* GMADR is the PCI mmio aperture into the global GTT. */
+- DRM_INFO("Memory usable by graphics device = %zdM\n",
++ DRM_INFO("Memory usable by graphics device = %lldM\n",
+ gtt->base.total >> 20);
+- DRM_DEBUG_DRIVER("GMADR size = %ldM\n", gtt->mappable_end >> 20);
+- DRM_DEBUG_DRIVER("GTT stolen size = %zdM\n", gtt->stolen_size >> 20);
++ DRM_DEBUG_DRIVER("GMADR size = %lldM\n", gtt->mappable_end >> 20);
++ DRM_DEBUG_DRIVER("GTT stolen size = %lldM\n", gtt->stolen_size >> 20);
+ #ifdef CONFIG_INTEL_IOMMU
+ if (intel_iommu_gfx_mapped)
+ DRM_INFO("VT-d active for gfx access\n");
+diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.h b/drivers/gpu/drm/i915/i915_gem_gtt.h
+index 0d46dd2..1171c00 100644
+--- a/drivers/gpu/drm/i915/i915_gem_gtt.h
++++ b/drivers/gpu/drm/i915/i915_gem_gtt.h
+@@ -233,8 +233,8 @@ struct i915_address_space {
+ struct drm_mm mm;
+ struct drm_device *dev;
+ struct list_head global_link;
+- unsigned long start; /* Start offset always 0 for dri2 */
+- size_t total; /* size addr space maps (ex. 2GB for ggtt) */
++ uint64_t start; /* Start offset always 0 for dri2 */
++ uint64_t total; /* size addr space maps (ex. 2GB for ggtt) */
+
+ struct {
+ dma_addr_t addr;
+@@ -300,11 +300,11 @@ struct i915_address_space {
+ */
+ struct i915_gtt {
+ struct i915_address_space base;
+- size_t stolen_size; /* Total size of stolen memory */
++ uint64_t stolen_size; /* Total size of stolen memory */
+
+- unsigned long mappable_end; /* End offset that we can CPU map */
++ uint64_t mappable_end; /* End offset that we can CPU map */
+ struct io_mapping *mappable; /* Mapping to our CPU mappable region */
+- phys_addr_t mappable_base; /* PA of our GMADR */
++ uint64_t mappable_base; /* PA of our GMADR */
+
+ /** "Graphics Stolen Memory" holds the global PTEs */
+ void __iomem *gsm;
+@@ -314,9 +314,9 @@ struct i915_gtt {
+ int mtrr;
+
+ /* global gtt ops */
+- int (*gtt_probe)(struct drm_device *dev, size_t *gtt_total,
+- size_t *stolen, phys_addr_t *mappable_base,
+- unsigned long *mappable_end);
++ int (*gtt_probe)(struct drm_device *dev, uint64_t *gtt_total,
++ uint64_t *stolen, uint64_t *mappable_base,
++ uint64_t *mappable_end);
+ };
+
+ struct i915_hw_ppgtt {
+diff --git a/drivers/gpu/drm/i915/i915_gem_stolen.c b/drivers/gpu/drm/i915/i915_gem_stolen.c
+index 8b5b784..78711f6 100644
+--- a/drivers/gpu/drm/i915/i915_gem_stolen.c
++++ b/drivers/gpu/drm/i915/i915_gem_stolen.c
+@@ -310,7 +310,7 @@ int i915_gem_init_stolen(struct drm_device *dev)
+ if (dev_priv->mm.stolen_base == 0)
+ return 0;
+
+- DRM_DEBUG_KMS("found %zd bytes of stolen memory at %08lx\n",
++ DRM_DEBUG_KMS("found %lld bytes of stolen memory at %08lx\n",
+ dev_priv->gtt.stolen_size, dev_priv->mm.stolen_base);
+
+ if (INTEL_INFO(dev)->gen >= 8) {
diff --git a/drivers/gpu/drm/i915/i915_ioc32.c b/drivers/gpu/drm/i915/i915_ioc32.c
index 23aa04c..1d25960 100644
--- a/drivers/gpu/drm/i915/i915_ioc32.c
@@ -40975,10 +42509,10 @@ index 23aa04c..1d25960 100644
ret = drm_ioctl(filp, cmd, arg);
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
-index 57c8878..8ef38a7 100644
+index 107c6c0..e1926b0 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
-@@ -13617,13 +13617,13 @@ struct intel_quirk {
+@@ -14501,13 +14501,13 @@ struct intel_quirk {
int subsystem_vendor;
int subsystem_device;
void (*hook)(struct drm_device *dev);
@@ -40994,7 +42528,7 @@ index 57c8878..8ef38a7 100644
static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
{
-@@ -13631,18 +13631,20 @@ static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
+@@ -14515,18 +14515,20 @@ static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
return 1;
}
@@ -41141,10 +42675,10 @@ index 0190b69..60c3eaf 100644
#define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry })
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
-index cd6dae0..f25eb48 100644
+index 477cbb1..109b826 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
-@@ -943,7 +943,8 @@ static struct drm_driver
+@@ -946,7 +946,8 @@ static struct drm_driver
driver_stub = {
.driver_features =
DRIVER_USE_AGP |
@@ -41180,7 +42714,7 @@ index 462679a..88e32a7 100644
if (nr < DRM_COMMAND_BASE)
diff --git a/drivers/gpu/drm/nouveau/nouveau_ttm.c b/drivers/gpu/drm/nouveau/nouveau_ttm.c
-index 18f4497..10f6025 100644
+index 7464aef3..c63ae4f 100644
--- a/drivers/gpu/drm/nouveau/nouveau_ttm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_ttm.c
@@ -130,11 +130,11 @@ nouveau_vram_manager_debug(struct ttm_mem_type_manager *man, const char *prefix)
@@ -41200,7 +42734,7 @@ index 18f4497..10f6025 100644
};
static int
-@@ -198,11 +198,11 @@ nouveau_gart_manager_debug(struct ttm_mem_type_manager *man, const char *prefix)
+@@ -207,11 +207,11 @@ nouveau_gart_manager_debug(struct ttm_mem_type_manager *man, const char *prefix)
}
const struct ttm_mem_type_manager_func nouveau_gart_manager = {
@@ -41217,7 +42751,7 @@ index 18f4497..10f6025 100644
};
/*XXX*/
-@@ -271,11 +271,11 @@ nv04_gart_manager_debug(struct ttm_mem_type_manager *man, const char *prefix)
+@@ -280,11 +280,11 @@ nv04_gart_manager_debug(struct ttm_mem_type_manager *man, const char *prefix)
}
const struct ttm_mem_type_manager_func nv04_gart_manager = {
@@ -41247,8 +42781,21 @@ index c7592ec..dd45ebc 100644
}
static const struct vga_switcheroo_client_ops
+diff --git a/drivers/gpu/drm/omapdrm/Makefile b/drivers/gpu/drm/omapdrm/Makefile
+index 778372b..4b81cb4 100644
+--- a/drivers/gpu/drm/omapdrm/Makefile
++++ b/drivers/gpu/drm/omapdrm/Makefile
+@@ -3,7 +3,7 @@
+ # Direct Rendering Infrastructure (DRI)
+ #
+
+-ccflags-y := -Iinclude/drm -Werror
++ccflags-y := -Iinclude/drm
+ omapdrm-y := omap_drv.o \
+ omap_irq.o \
+ omap_debugfs.o \
diff --git a/drivers/gpu/drm/qxl/qxl_cmd.c b/drivers/gpu/drm/qxl/qxl_cmd.c
-index f33251d..22f6cb1 100644
+index fdc1833..f307630 100644
--- a/drivers/gpu/drm/qxl/qxl_cmd.c
+++ b/drivers/gpu/drm/qxl/qxl_cmd.c
@@ -285,27 +285,27 @@ static int wait_for_io_cmd_user(struct qxl_device *qdev, uint8_t val, long port,
@@ -41305,7 +42852,7 @@ index 6911b8c..89d6867 100644
return 0;
}
diff --git a/drivers/gpu/drm/qxl/qxl_drv.h b/drivers/gpu/drm/qxl/qxl_drv.h
-index 7c6cafe..460f542 100644
+index 01a8694..584fb48 100644
--- a/drivers/gpu/drm/qxl/qxl_drv.h
+++ b/drivers/gpu/drm/qxl/qxl_drv.h
@@ -290,10 +290,10 @@ struct qxl_device {
@@ -41324,7 +42871,7 @@ index 7c6cafe..460f542 100644
wait_queue_head_t display_event;
wait_queue_head_t cursor_event;
diff --git a/drivers/gpu/drm/qxl/qxl_ioctl.c b/drivers/gpu/drm/qxl/qxl_ioctl.c
-index 7354a4c..f37d7f9 100644
+index bda5c5f..140ac46 100644
--- a/drivers/gpu/drm/qxl/qxl_ioctl.c
+++ b/drivers/gpu/drm/qxl/qxl_ioctl.c
@@ -183,7 +183,7 @@ static int qxl_process_single_command(struct qxl_device *qdev,
@@ -41345,7 +42892,7 @@ index 7354a4c..f37d7f9 100644
sizeof(reloc))) {
ret = -EFAULT;
goto out_free_bos;
-@@ -296,10 +296,10 @@ static int qxl_execbuffer_ioctl(struct drm_device *dev, void *data,
+@@ -282,10 +282,10 @@ static int qxl_execbuffer_ioctl(struct drm_device *dev, void *data,
for (cmd_num = 0; cmd_num < execbuffer->commands_num; ++cmd_num) {
@@ -41595,10 +43142,10 @@ index b928c17..e5d9400 100644
if (regcomp
(&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
-index 604c44d..6eb6c4b 100644
+index d8319da..d6e066f 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
-@@ -1247,7 +1247,7 @@ static bool radeon_switcheroo_can_switch(struct pci_dev *pdev)
+@@ -1253,7 +1253,7 @@ static bool radeon_switcheroo_can_switch(struct pci_dev *pdev)
* locking inversion with the driver load path. And the access here is
* completely racy anyway. So don't bother with locking for now.
*/
@@ -41709,7 +43256,7 @@ index 15aee72..cda326e 100644
DRM_DEBUG("pid=%d\n", DRM_CURRENTPID);
diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c
-index edafd3c..3af7c9c 100644
+index 06ac59fe..57e0681 100644
--- a/drivers/gpu/drm/radeon/radeon_ttm.c
+++ b/drivers/gpu/drm/radeon/radeon_ttm.c
@@ -961,7 +961,7 @@ void radeon_ttm_set_active_vram_size(struct radeon_device *rdev, u64 size)
@@ -41789,6 +43336,21 @@ index 7591d89..463e2b6 100644
err = drm_debugfs_create_files(sor->debugfs_files,
ARRAY_SIZE(debugfs_files),
+diff --git a/drivers/gpu/drm/tilcdc/Makefile b/drivers/gpu/drm/tilcdc/Makefile
+index deeca48..54e1b6c 100644
+--- a/drivers/gpu/drm/tilcdc/Makefile
++++ b/drivers/gpu/drm/tilcdc/Makefile
+@@ -1,7 +1,7 @@
+ ccflags-y := -Iinclude/drm
+-ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
+- ccflags-y += -Werror
+-endif
++#ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
++# ccflags-y += -Werror
++#endif
+
+ obj-$(CONFIG_DRM_TILCDC_SLAVE_COMPAT) += tilcdc_slave_compat.o \
+ tilcdc_slave_compat.dtb.o
diff --git a/drivers/gpu/drm/ttm/ttm_bo_manager.c b/drivers/gpu/drm/ttm/ttm_bo_manager.c
index aa0bd054..aea6a01 100644
--- a/drivers/gpu/drm/ttm/ttm_bo_manager.c
@@ -41909,7 +43471,7 @@ index 025c429..314062f 100644
/* set zero flag for page allocation if required */
diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c b/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
-index 01e1d27..aaa018a 100644
+index 624d941..106fa1f 100644
--- a/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
+++ b/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
@@ -56,7 +56,7 @@
@@ -41921,7 +43483,7 @@ index 01e1d27..aaa018a 100644
/* times are in msecs */
#define IS_UNDEFINED (0)
#define IS_WC (1<<1)
-@@ -413,7 +413,7 @@ static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)
+@@ -416,7 +416,7 @@ static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)
* @nr_free: If set to true will free all pages in pool
* @use_static: Safe to use static buffer
**/
@@ -41930,7 +43492,7 @@ index 01e1d27..aaa018a 100644
bool use_static)
{
static struct page *static_buf[NUM_PAGES_TO_ALLOC];
-@@ -421,8 +421,7 @@ static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free,
+@@ -424,8 +424,7 @@ static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free,
struct dma_page *dma_p, *tmp;
struct page **pages_to_free;
struct list_head d_pages;
@@ -41940,7 +43502,7 @@ index 01e1d27..aaa018a 100644
if (NUM_PAGES_TO_ALLOC < nr_free)
npages_to_free = NUM_PAGES_TO_ALLOC;
-@@ -499,7 +498,8 @@ restart:
+@@ -502,7 +501,8 @@ restart:
/* remove range of pages from the pool */
if (freed_pages) {
ttm_pool_update_free_locked(pool, freed_pages);
@@ -41950,7 +43512,7 @@ index 01e1d27..aaa018a 100644
}
spin_unlock_irqrestore(&pool->lock, irq_flags);
-@@ -936,7 +936,7 @@ void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev)
+@@ -939,7 +939,7 @@ void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev)
struct dma_page *d_page, *next;
enum pool_type type;
bool is_cached = false;
@@ -41959,7 +43521,7 @@ index 01e1d27..aaa018a 100644
unsigned long irq_flags;
type = ttm_to_type(ttm->page_flags, ttm->caching_state);
-@@ -1012,7 +1012,7 @@ ttm_dma_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
+@@ -1014,7 +1014,7 @@ ttm_dma_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
static unsigned start_pool;
unsigned idx = 0;
unsigned pool_offset;
@@ -41968,7 +43530,7 @@ index 01e1d27..aaa018a 100644
struct device_pools *p;
unsigned long freed = 0;
-@@ -1025,7 +1025,7 @@ ttm_dma_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
+@@ -1027,7 +1027,7 @@ ttm_dma_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
goto out;
pool_offset = ++start_pool % _manager->npools;
list_for_each_entry(p, &_manager->pools, pools) {
@@ -41977,7 +43539,7 @@ index 01e1d27..aaa018a 100644
if (!p->dev)
continue;
-@@ -1039,7 +1039,7 @@ ttm_dma_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
+@@ -1041,7 +1041,7 @@ ttm_dma_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
shrink_pages = ttm_dma_page_pool_free(p->pool, nr_free, true);
freed += nr_free - shrink_pages;
@@ -42094,6 +43656,53 @@ index 1319433..a993b0c 100644
irqwait->request.type &= ~_DRM_VBLANK_RELATIVE;
case VIA_IRQ_ABSOLUTE:
break;
+diff --git a/drivers/gpu/drm/virtio/virtgpu_debugfs.c b/drivers/gpu/drm/virtio/virtgpu_debugfs.c
+index db8b491..d87b27c 100644
+--- a/drivers/gpu/drm/virtio/virtgpu_debugfs.c
++++ b/drivers/gpu/drm/virtio/virtgpu_debugfs.c
+@@ -34,7 +34,7 @@ virtio_gpu_debugfs_irq_info(struct seq_file *m, void *data)
+ struct drm_info_node *node = (struct drm_info_node *) m->private;
+ struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
+
+- seq_printf(m, "fence %ld %lld\n",
++ seq_printf(m, "fence %lld %lld\n",
+ atomic64_read(&vgdev->fence_drv.last_seq),
+ vgdev->fence_drv.sync_seq);
+ return 0;
+diff --git a/drivers/gpu/drm/virtio/virtgpu_fence.c b/drivers/gpu/drm/virtio/virtgpu_fence.c
+index 1da6326..98dd385 100644
+--- a/drivers/gpu/drm/virtio/virtgpu_fence.c
++++ b/drivers/gpu/drm/virtio/virtgpu_fence.c
+@@ -61,7 +61,7 @@ static void virtio_timeline_value_str(struct fence *f, char *str, int size)
+ {
+ struct virtio_gpu_fence *fence = to_virtio_fence(f);
+
+- snprintf(str, size, "%lu", atomic64_read(&fence->drv->last_seq));
++ snprintf(str, size, "%llu", atomic64_read(&fence->drv->last_seq));
+ }
+
+ static const struct fence_ops virtio_fence_ops = {
+diff --git a/drivers/gpu/drm/virtio/virtgpu_ttm.c b/drivers/gpu/drm/virtio/virtgpu_ttm.c
+index b092d7b..3bbecd9 100644
+--- a/drivers/gpu/drm/virtio/virtgpu_ttm.c
++++ b/drivers/gpu/drm/virtio/virtgpu_ttm.c
+@@ -197,11 +197,11 @@ static void ttm_bo_man_debug(struct ttm_mem_type_manager *man,
+ }
+
+ static const struct ttm_mem_type_manager_func virtio_gpu_bo_manager_func = {
+- ttm_bo_man_init,
+- ttm_bo_man_takedown,
+- ttm_bo_man_get_node,
+- ttm_bo_man_put_node,
+- ttm_bo_man_debug
++ .init = &ttm_bo_man_init,
++ .takedown = &ttm_bo_man_takedown,
++ .get_node = &ttm_bo_man_get_node,
++ .put_node = &ttm_bo_man_put_node,
++ .debug = &ttm_bo_man_debug
+ };
+
+ static int virtio_gpu_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
index d26a6da..5fa41ed 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
@@ -42246,10 +43855,10 @@ index 37ac7b5..d52a5c9 100644
/* copy over all the bus versions */
if (dev->bus && dev->bus->pm) {
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
-index 722a925..594c312 100644
+index e6fce23..85949a0 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
-@@ -2552,7 +2552,7 @@ EXPORT_SYMBOL_GPL(hid_ignore);
+@@ -2550,7 +2550,7 @@ EXPORT_SYMBOL_GPL(hid_ignore);
int hid_add_device(struct hid_device *hdev)
{
@@ -42258,7 +43867,7 @@ index 722a925..594c312 100644
int ret;
if (WARN_ON(hdev->status & HID_STAT_ADDED))
-@@ -2595,7 +2595,7 @@ int hid_add_device(struct hid_device *hdev)
+@@ -2593,7 +2593,7 @@ int hid_add_device(struct hid_device *hdev)
/* XXX hack, any other cleaner solution after the driver core
* is converted to allow more than 20 bytes as the device name? */
dev_set_name(&hdev->dev, "%04X:%04X:%04X.%04X", hdev->bus,
@@ -42268,18 +43877,9 @@ index 722a925..594c312 100644
hid_debug_register(hdev, dev_name(&hdev->dev));
ret = device_add(&hdev->dev);
diff --git a/drivers/hid/hid-sensor-custom.c b/drivers/hid/hid-sensor-custom.c
-index 5614fee..8301fbf 100644
+index 5614fee..8a6f5f6 100644
--- a/drivers/hid/hid-sensor-custom.c
+++ b/drivers/hid/hid-sensor-custom.c
-@@ -34,7 +34,7 @@ struct hid_sensor_custom_field {
- int report_id;
- char group_name[HID_CUSTOM_NAME_LENGTH];
- struct hid_sensor_hub_attribute_info attribute;
-- struct device_attribute sd_attrs[HID_CUSTOM_MAX_CORE_ATTRS];
-+ device_attribute_no_const sd_attrs[HID_CUSTOM_MAX_CORE_ATTRS];
- char attr_name[HID_CUSTOM_TOTAL_ATTRS][HID_CUSTOM_NAME_LENGTH];
- struct attribute *attrs[HID_CUSTOM_TOTAL_ATTRS];
- struct attribute_group hid_custom_attribute_group;
@@ -590,7 +590,7 @@ static int hid_sensor_custom_add_attributes(struct hid_sensor_custom
j = 0;
while (j < HID_CUSTOM_TOTAL_ATTRS &&
@@ -42303,10 +43903,10 @@ index c13fb5b..55a3802 100644
*off += size;
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
-index 54da66d..aa3a3d7 100644
+index 603ce97..7f27468 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
-@@ -373,7 +373,7 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,
+@@ -382,7 +382,7 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,
int ret = 0;
next_gpadl_handle =
@@ -42316,7 +43916,7 @@ index 54da66d..aa3a3d7 100644
ret = create_gpadl_header(kbuffer, size, &msginfo, &msgcount);
if (ret)
diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c
-index d3943bc..3de28a9 100644
+index d3943bc..597fd1e 100644
--- a/drivers/hv/hv.c
+++ b/drivers/hv/hv.c
@@ -118,7 +118,7 @@ static u64 do_hypercall(u64 control, void *input, void *output)
@@ -42324,7 +43924,7 @@ index d3943bc..3de28a9 100644
u32 output_address_hi = output_address >> 32;
u32 output_address_lo = output_address & 0xFFFFFFFF;
- void *hypercall_page = hv_context.hypercall_page;
-+ void *hypercall_page = ktva_ktla(hv_context.hypercall_page);
++ void *hypercall_page = (void *)ktva_ktla((unsigned long)hv_context.hypercall_page);
__asm__ __volatile__ ("call *%8" : "=d"(hv_status_hi),
"=a"(hv_status_lo) : "d" (control_hi),
@@ -42338,7 +43938,7 @@ index d3943bc..3de28a9 100644
if (!virtaddr)
goto cleanup;
diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
-index cb5b7dc..6052f22 100644
+index 8a725cd..91abaf0 100644
--- a/drivers/hv/hv_balloon.c
+++ b/drivers/hv/hv_balloon.c
@@ -469,7 +469,7 @@ MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");
@@ -42350,7 +43950,7 @@ index cb5b7dc..6052f22 100644
static int dm_ring_size = (5 * PAGE_SIZE);
-@@ -941,7 +941,7 @@ static void hot_add_req(struct work_struct *dummy)
+@@ -943,7 +943,7 @@ static void hot_add_req(struct work_struct *dummy)
pr_info("Memory hot add failed\n");
dm->state = DM_INITIALIZED;
@@ -42359,7 +43959,7 @@ index cb5b7dc..6052f22 100644
vmbus_sendpacket(dm->dev->channel, &resp,
sizeof(struct dm_hot_add_response),
(unsigned long)NULL,
-@@ -1022,7 +1022,7 @@ static void post_status(struct hv_dynmem_device *dm)
+@@ -1024,7 +1024,7 @@ static void post_status(struct hv_dynmem_device *dm)
memset(&status, 0, sizeof(struct dm_status));
status.hdr.type = DM_STATUS_REPORT;
status.hdr.size = sizeof(struct dm_status);
@@ -42368,7 +43968,7 @@ index cb5b7dc..6052f22 100644
/*
* The host expects the guest to report free and committed memory.
-@@ -1046,7 +1046,7 @@ static void post_status(struct hv_dynmem_device *dm)
+@@ -1048,7 +1048,7 @@ static void post_status(struct hv_dynmem_device *dm)
* send the status. This can happen if we were interrupted
* after we picked our transaction ID.
*/
@@ -42377,7 +43977,7 @@ index cb5b7dc..6052f22 100644
return;
/*
-@@ -1191,7 +1191,7 @@ static void balloon_up(struct work_struct *dummy)
+@@ -1193,7 +1193,7 @@ static void balloon_up(struct work_struct *dummy)
*/
do {
@@ -42386,7 +43986,7 @@ index cb5b7dc..6052f22 100644
ret = vmbus_sendpacket(dm_device.dev->channel,
bl_resp,
bl_resp->hdr.size,
-@@ -1237,7 +1237,7 @@ static void balloon_down(struct hv_dynmem_device *dm,
+@@ -1239,7 +1239,7 @@ static void balloon_down(struct hv_dynmem_device *dm,
memset(&resp, 0, sizeof(struct dm_unballoon_response));
resp.hdr.type = DM_UNBALLOON_RESPONSE;
@@ -42395,7 +43995,7 @@ index cb5b7dc..6052f22 100644
resp.hdr.size = sizeof(struct dm_unballoon_response);
vmbus_sendpacket(dm_device.dev->channel, &resp,
-@@ -1298,7 +1298,7 @@ static void version_resp(struct hv_dynmem_device *dm,
+@@ -1300,7 +1300,7 @@ static void version_resp(struct hv_dynmem_device *dm,
memset(&version_req, 0, sizeof(struct dm_version_request));
version_req.hdr.type = DM_VERSION_REQUEST;
version_req.hdr.size = sizeof(struct dm_version_request);
@@ -42404,7 +44004,7 @@ index cb5b7dc..6052f22 100644
version_req.version.version = DYNMEM_PROTOCOL_VERSION_WIN7;
version_req.is_last_attempt = 1;
-@@ -1471,7 +1471,7 @@ static int balloon_probe(struct hv_device *dev,
+@@ -1473,7 +1473,7 @@ static int balloon_probe(struct hv_device *dev,
memset(&version_req, 0, sizeof(struct dm_version_request));
version_req.hdr.type = DM_VERSION_REQUEST;
version_req.hdr.size = sizeof(struct dm_version_request);
@@ -42413,7 +44013,7 @@ index cb5b7dc..6052f22 100644
version_req.version.version = DYNMEM_PROTOCOL_VERSION_WIN8;
version_req.is_last_attempt = 0;
-@@ -1502,7 +1502,7 @@ static int balloon_probe(struct hv_device *dev,
+@@ -1504,7 +1504,7 @@ static int balloon_probe(struct hv_device *dev,
memset(&cap_msg, 0, sizeof(struct dm_capabilities));
cap_msg.hdr.type = DM_CAPABILITIES_REPORT;
cap_msg.hdr.size = sizeof(struct dm_capabilities);
@@ -42423,7 +44023,7 @@ index cb5b7dc..6052f22 100644
cap_msg.caps.cap_bits.balloon = 1;
cap_msg.caps.cap_bits.hot_add = 1;
diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
-index 887287a..238a626 100644
+index cddc0c9..2eb587d 100644
--- a/drivers/hv/hyperv_vmbus.h
+++ b/drivers/hv/hyperv_vmbus.h
@@ -645,7 +645,7 @@ enum vmbus_connect_state {
@@ -42433,8 +44033,8 @@ index 887287a..238a626 100644
- atomic_t next_gpadl_handle;
+ atomic_unchecked_t next_gpadl_handle;
+ struct completion unload_event;
/*
- * Represents channel interrupts. Each bit position represents a
diff --git a/drivers/hwmon/acpi_power_meter.c b/drivers/hwmon/acpi_power_meter.c
index 579bdf9..0dac21d5 100644
--- a/drivers/hwmon/acpi_power_meter.c
@@ -42508,10 +44108,10 @@ index cccef87..06ce8ec 100644
{
sysfs_attr_init(&attr->attr);
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
-index ed303ba..e24bd26f 100644
+index 3e03379..ec521d3 100644
--- a/drivers/hwmon/coretemp.c
+++ b/drivers/hwmon/coretemp.c
-@@ -782,7 +782,7 @@ static int coretemp_cpu_callback(struct notifier_block *nfb,
+@@ -783,7 +783,7 @@ static int coretemp_cpu_callback(struct notifier_block *nfb,
return NOTIFY_OK;
}
@@ -42520,6 +44120,19 @@ index ed303ba..e24bd26f 100644
.notifier_call = coretemp_cpu_callback,
};
+diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c
+index c848789..e9e9217 100644
+--- a/drivers/hwmon/dell-smm-hwmon.c
++++ b/drivers/hwmon/dell-smm-hwmon.c
+@@ -819,7 +819,7 @@ static const struct i8k_config_data i8k_config_data[] = {
+ },
+ };
+
+-static struct dmi_system_id i8k_dmi_table[] __initdata = {
++static const struct dmi_system_id i8k_dmi_table[] __initconst = {
+ {
+ .ident = "Dell Inspiron",
+ .matches = {
diff --git a/drivers/hwmon/ibmaem.c b/drivers/hwmon/ibmaem.c
index 7a8a6fb..015c1fd 100644
--- a/drivers/hwmon/ibmaem.c
@@ -42633,7 +44246,7 @@ index f2e47c7..45d7941 100644
label = devm_kzalloc(data->dev, sizeof(*label), GFP_KERNEL);
if (!label)
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c
-index d4f0935..7420593 100644
+index 497a7f8..3fffedf 100644
--- a/drivers/hwmon/sht15.c
+++ b/drivers/hwmon/sht15.c
@@ -169,7 +169,7 @@ struct sht15_data {
@@ -42750,7 +44363,7 @@ index 71c7a39..71dd3e0 100644
if (IS_ERR(rdwr_pa[i].buf)) {
res = PTR_ERR(rdwr_pa[i].buf);
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
-index 0b510ba..4fbb5085 100644
+index 64a6b82..a524354 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -768,7 +768,7 @@ static void cdrom_do_block_pc(ide_drive_t *drive, struct request *rq)
@@ -42762,11 +44375,24 @@ index 0b510ba..4fbb5085 100644
drive->dma = 0;
}
}
+diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c
+index 56b9708..980b63b 100644
+--- a/drivers/ide/ide-disk.c
++++ b/drivers/ide/ide-disk.c
+@@ -178,7 +178,7 @@ static ide_startstop_t __ide_do_rw_disk(ide_drive_t *drive, struct request *rq,
+ * 1073741822 == 549756 MB or 48bit addressing fake drive
+ */
+
+-static ide_startstop_t ide_do_rw_disk(ide_drive_t *drive, struct request *rq,
++static ide_startstop_t __intentional_overflow(-1) ide_do_rw_disk(ide_drive_t *drive, struct request *rq,
+ sector_t block)
+ {
+ ide_hwif_t *hwif = drive->hwif;
diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
-index 4df97f6..c751151 100644
+index 3524b0d..8c14520 100644
--- a/drivers/iio/industrialio-core.c
+++ b/drivers/iio/industrialio-core.c
-@@ -570,7 +570,7 @@ static ssize_t iio_write_channel_info(struct device *dev,
+@@ -576,7 +576,7 @@ static ssize_t iio_write_channel_info(struct device *dev,
}
static
@@ -42775,8 +44401,21 @@ index 4df97f6..c751151 100644
const char *postfix,
struct iio_chan_spec const *chan,
ssize_t (*readfunc)(struct device *dev,
+diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
+index b13936d..65322b2 100644
+--- a/drivers/iio/magnetometer/ak8975.c
++++ b/drivers/iio/magnetometer/ak8975.c
+@@ -776,7 +776,7 @@ static int ak8975_probe(struct i2c_client *client,
+ name = id->name;
+ } else if (ACPI_HANDLE(&client->dev))
+ name = ak8975_match_acpi_device(&client->dev, &chipset);
+- else
++ if (!name)
+ return -ENOSYS;
+
+ if (chipset >= AK_MAX_TYPE) {
diff --git a/drivers/infiniband/core/cm.c b/drivers/infiniband/core/cm.c
-index 0271608..81998c5 100644
+index 3a972eb..4126183 100644
--- a/drivers/infiniband/core/cm.c
+++ b/drivers/infiniband/core/cm.c
@@ -115,7 +115,7 @@ static char const counter_group_names[CM_COUNTER_GROUPS]
@@ -42788,7 +44427,7 @@ index 0271608..81998c5 100644
};
struct cm_counter_attribute {
-@@ -1397,7 +1397,7 @@ static void cm_dup_req_handler(struct cm_work *work,
+@@ -1411,7 +1411,7 @@ static void cm_dup_req_handler(struct cm_work *work,
struct ib_mad_send_buf *msg = NULL;
int ret;
@@ -42797,7 +44436,7 @@ index 0271608..81998c5 100644
counter[CM_REQ_COUNTER]);
/* Quick state check to discard duplicate REQs. */
-@@ -1784,7 +1784,7 @@ static void cm_dup_rep_handler(struct cm_work *work)
+@@ -1798,7 +1798,7 @@ static void cm_dup_rep_handler(struct cm_work *work)
if (!cm_id_priv)
return;
@@ -42806,7 +44445,7 @@ index 0271608..81998c5 100644
counter[CM_REP_COUNTER]);
ret = cm_alloc_response_msg(work->port, work->mad_recv_wc, &msg);
if (ret)
-@@ -1951,7 +1951,7 @@ static int cm_rtu_handler(struct cm_work *work)
+@@ -1965,7 +1965,7 @@ static int cm_rtu_handler(struct cm_work *work)
if (cm_id_priv->id.state != IB_CM_REP_SENT &&
cm_id_priv->id.state != IB_CM_MRA_REP_RCVD) {
spin_unlock_irq(&cm_id_priv->lock);
@@ -42815,7 +44454,7 @@ index 0271608..81998c5 100644
counter[CM_RTU_COUNTER]);
goto out;
}
-@@ -2134,7 +2134,7 @@ static int cm_dreq_handler(struct cm_work *work)
+@@ -2148,7 +2148,7 @@ static int cm_dreq_handler(struct cm_work *work)
cm_id_priv = cm_acquire_id(dreq_msg->remote_comm_id,
dreq_msg->local_comm_id);
if (!cm_id_priv) {
@@ -42824,7 +44463,7 @@ index 0271608..81998c5 100644
counter[CM_DREQ_COUNTER]);
cm_issue_drep(work->port, work->mad_recv_wc);
return -EINVAL;
-@@ -2159,7 +2159,7 @@ static int cm_dreq_handler(struct cm_work *work)
+@@ -2173,7 +2173,7 @@ static int cm_dreq_handler(struct cm_work *work)
case IB_CM_MRA_REP_RCVD:
break;
case IB_CM_TIMEWAIT:
@@ -42833,7 +44472,7 @@ index 0271608..81998c5 100644
counter[CM_DREQ_COUNTER]);
if (cm_alloc_response_msg(work->port, work->mad_recv_wc, &msg))
goto unlock;
-@@ -2173,7 +2173,7 @@ static int cm_dreq_handler(struct cm_work *work)
+@@ -2187,7 +2187,7 @@ static int cm_dreq_handler(struct cm_work *work)
cm_free_msg(msg);
goto deref;
case IB_CM_DREQ_RCVD:
@@ -42842,7 +44481,7 @@ index 0271608..81998c5 100644
counter[CM_DREQ_COUNTER]);
goto unlock;
default:
-@@ -2540,7 +2540,7 @@ static int cm_mra_handler(struct cm_work *work)
+@@ -2554,7 +2554,7 @@ static int cm_mra_handler(struct cm_work *work)
ib_modify_mad(cm_id_priv->av.port->mad_agent,
cm_id_priv->msg, timeout)) {
if (cm_id_priv->id.lap_state == IB_CM_MRA_LAP_RCVD)
@@ -42851,7 +44490,7 @@ index 0271608..81998c5 100644
counter_group[CM_RECV_DUPLICATES].
counter[CM_MRA_COUNTER]);
goto out;
-@@ -2549,7 +2549,7 @@ static int cm_mra_handler(struct cm_work *work)
+@@ -2563,7 +2563,7 @@ static int cm_mra_handler(struct cm_work *work)
break;
case IB_CM_MRA_REQ_RCVD:
case IB_CM_MRA_REP_RCVD:
@@ -42860,7 +44499,7 @@ index 0271608..81998c5 100644
counter[CM_MRA_COUNTER]);
/* fall through */
default:
-@@ -2711,7 +2711,7 @@ static int cm_lap_handler(struct cm_work *work)
+@@ -2725,7 +2725,7 @@ static int cm_lap_handler(struct cm_work *work)
case IB_CM_LAP_IDLE:
break;
case IB_CM_MRA_LAP_SENT:
@@ -42869,7 +44508,7 @@ index 0271608..81998c5 100644
counter[CM_LAP_COUNTER]);
if (cm_alloc_response_msg(work->port, work->mad_recv_wc, &msg))
goto unlock;
-@@ -2727,7 +2727,7 @@ static int cm_lap_handler(struct cm_work *work)
+@@ -2741,7 +2741,7 @@ static int cm_lap_handler(struct cm_work *work)
cm_free_msg(msg);
goto deref;
case IB_CM_LAP_RCVD:
@@ -42878,7 +44517,7 @@ index 0271608..81998c5 100644
counter[CM_LAP_COUNTER]);
goto unlock;
default:
-@@ -3011,7 +3011,7 @@ static int cm_sidr_req_handler(struct cm_work *work)
+@@ -3025,7 +3025,7 @@ static int cm_sidr_req_handler(struct cm_work *work)
cur_cm_id_priv = cm_insert_remote_sidr(cm_id_priv);
if (cur_cm_id_priv) {
spin_unlock_irq(&cm.lock);
@@ -42887,7 +44526,7 @@ index 0271608..81998c5 100644
counter[CM_SIDR_REQ_COUNTER]);
goto out; /* Duplicate message. */
}
-@@ -3223,10 +3223,10 @@ static void cm_send_handler(struct ib_mad_agent *mad_agent,
+@@ -3237,10 +3237,10 @@ static void cm_send_handler(struct ib_mad_agent *mad_agent,
if (!msg->context[0] && (attr_index != CM_REJ_COUNTER))
msg->retries = 1;
@@ -42900,7 +44539,7 @@ index 0271608..81998c5 100644
&port->counter_group[CM_XMIT_RETRIES].
counter[attr_index]);
-@@ -3436,7 +3436,7 @@ static void cm_recv_handler(struct ib_mad_agent *mad_agent,
+@@ -3466,7 +3466,7 @@ static void cm_recv_handler(struct ib_mad_agent *mad_agent,
}
attr_id = be16_to_cpu(mad_recv_wc->recv_buf.mad->mad_hdr.attr_id);
@@ -42909,7 +44548,7 @@ index 0271608..81998c5 100644
counter[attr_id - CM_ATTR_ID_OFFSET]);
work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths,
-@@ -3667,7 +3667,7 @@ static ssize_t cm_show_counter(struct kobject *obj, struct attribute *attr,
+@@ -3709,7 +3709,7 @@ static ssize_t cm_show_counter(struct kobject *obj, struct attribute *attr,
cm_attr = container_of(attr, struct cm_counter_attribute, attr);
return sprintf(buf, "%ld\n",
@@ -42990,7 +44629,7 @@ index 9f5ad7c..588cd84 100644
}
}
diff --git a/drivers/infiniband/core/uverbs_cmd.c b/drivers/infiniband/core/uverbs_cmd.c
-index a9f0489..27a161b 100644
+index a6ca83b..bd3a726 100644
--- a/drivers/infiniband/core/uverbs_cmd.c
+++ b/drivers/infiniband/core/uverbs_cmd.c
@@ -951,6 +951,9 @@ ssize_t ib_uverbs_reg_mr(struct ib_uverbs_file *file,
@@ -43080,10 +44719,10 @@ index 1f95bba..9530f87 100644
sdata, wqe->wr.wr.atomic.swap);
goto send_comp;
diff --git a/drivers/infiniband/hw/mlx4/mad.c b/drivers/infiniband/hw/mlx4/mad.c
-index 9cd2b00..7486df4 100644
+index 68b3dfa..3e0c511 100644
--- a/drivers/infiniband/hw/mlx4/mad.c
+++ b/drivers/infiniband/hw/mlx4/mad.c
-@@ -106,7 +106,7 @@ __be64 mlx4_ib_gen_node_guid(void)
+@@ -98,7 +98,7 @@ __be64 mlx4_ib_gen_node_guid(void)
__be64 mlx4_ib_get_new_demux_tid(struct mlx4_ib_demux_ctx *ctx)
{
@@ -43093,10 +44732,10 @@ index 9cd2b00..7486df4 100644
}
diff --git a/drivers/infiniband/hw/mlx4/mcg.c b/drivers/infiniband/hw/mlx4/mcg.c
-index ed327e6..ca1739e0 100644
+index a0559a8..86a2320 100644
--- a/drivers/infiniband/hw/mlx4/mcg.c
+++ b/drivers/infiniband/hw/mlx4/mcg.c
-@@ -1041,7 +1041,7 @@ int mlx4_ib_mcg_port_init(struct mlx4_ib_demux_ctx *ctx)
+@@ -1042,7 +1042,7 @@ int mlx4_ib_mcg_port_init(struct mlx4_ib_demux_ctx *ctx)
{
char name[20];
@@ -43106,10 +44745,10 @@ index ed327e6..ca1739e0 100644
ctx->mcg_wq = create_singlethread_workqueue(name);
if (!ctx->mcg_wq)
diff --git a/drivers/infiniband/hw/mlx4/mlx4_ib.h b/drivers/infiniband/hw/mlx4/mlx4_ib.h
-index fce39343..9d8fdff 100644
+index 334387f..e640d74 100644
--- a/drivers/infiniband/hw/mlx4/mlx4_ib.h
+++ b/drivers/infiniband/hw/mlx4/mlx4_ib.h
-@@ -435,7 +435,7 @@ struct mlx4_ib_demux_ctx {
+@@ -436,7 +436,7 @@ struct mlx4_ib_demux_ctx {
struct list_head mcg_mgid0_list;
struct workqueue_struct *mcg_wq;
struct mlx4_ib_demux_pv_ctx **tun;
@@ -43119,7 +44758,7 @@ index fce39343..9d8fdff 100644
};
diff --git a/drivers/infiniband/hw/mthca/mthca_cmd.c b/drivers/infiniband/hw/mthca/mthca_cmd.c
-index 9d3e5c1..6f166df 100644
+index c7f49bb..6a021bb 100644
--- a/drivers/infiniband/hw/mthca/mthca_cmd.c
+++ b/drivers/infiniband/hw/mthca/mthca_cmd.c
@@ -772,7 +772,7 @@ static void mthca_setup_cmd_doorbells(struct mthca_dev *dev, u64 base)
@@ -43155,8 +44794,8 @@ index 9d3e5c1..6f166df 100644
-int mthca_MAD_IFC(struct mthca_dev *dev, int ignore_mkey, int ignore_bkey,
+int __intentional_overflow(-1) mthca_MAD_IFC(struct mthca_dev *dev, int ignore_mkey, int ignore_bkey,
- int port, struct ib_wc *in_wc, struct ib_grh *in_grh,
- void *in_mad, void *response_mad)
+ int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
+ const void *in_mad, void *response_mad)
{
diff --git a/drivers/infiniband/hw/mthca/mthca_main.c b/drivers/infiniband/hw/mthca/mthca_main.c
index ded76c1..0cf0a08 100644
@@ -43203,10 +44842,10 @@ index ed9a989..6aa5dc2 100644
int list_len, u64 iova, u64 total_size,
u32 access, struct mthca_mr *mr)
diff --git a/drivers/infiniband/hw/mthca/mthca_provider.c b/drivers/infiniband/hw/mthca/mthca_provider.c
-index 415f8e1..e34214e 100644
+index 93ae51d..84c4a44 100644
--- a/drivers/infiniband/hw/mthca/mthca_provider.c
+++ b/drivers/infiniband/hw/mthca/mthca_provider.c
-@@ -764,7 +764,7 @@ unlock:
+@@ -771,7 +771,7 @@ unlock:
return 0;
}
@@ -43297,7 +44936,7 @@ index bd9d132..70d84f4 100644
extern u32 int_mod_timer_init;
extern u32 int_mod_cq_depth_256;
diff --git a/drivers/infiniband/hw/nes/nes_cm.c b/drivers/infiniband/hw/nes/nes_cm.c
-index 72b4341..2600332 100644
+index 8a3ad17..e1ed4bc 100644
--- a/drivers/infiniband/hw/nes/nes_cm.c
+++ b/drivers/infiniband/hw/nes/nes_cm.c
@@ -69,14 +69,14 @@ u32 cm_packets_dropped;
@@ -43378,7 +45017,7 @@ index 72b4341..2600332 100644
} else {
spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
}
-@@ -1667,7 +1667,7 @@ static struct nes_cm_node *make_cm_node(struct nes_cm_core *cm_core,
+@@ -1670,7 +1670,7 @@ static struct nes_cm_node *make_cm_node(struct nes_cm_core *cm_core,
cm_node->rem_mac);
add_hte_node(cm_core, cm_node);
@@ -43387,7 +45026,7 @@ index 72b4341..2600332 100644
return cm_node;
}
-@@ -1728,7 +1728,7 @@ static int rem_ref_cm_node(struct nes_cm_core *cm_core,
+@@ -1731,7 +1731,7 @@ static int rem_ref_cm_node(struct nes_cm_core *cm_core,
}
atomic_dec(&cm_core->node_cnt);
@@ -43396,7 +45035,7 @@ index 72b4341..2600332 100644
nesqp = cm_node->nesqp;
if (nesqp) {
nesqp->cm_node = NULL;
-@@ -1792,7 +1792,7 @@ static int process_options(struct nes_cm_node *cm_node, u8 *optionsloc,
+@@ -1795,7 +1795,7 @@ static int process_options(struct nes_cm_node *cm_node, u8 *optionsloc,
static void drop_packet(struct sk_buff *skb)
{
@@ -43405,7 +45044,7 @@ index 72b4341..2600332 100644
dev_kfree_skb_any(skb);
}
-@@ -1855,7 +1855,7 @@ static void handle_rst_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
+@@ -1858,7 +1858,7 @@ static void handle_rst_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
{
int reset = 0; /* whether to send reset in case of err.. */
@@ -43414,7 +45053,7 @@ index 72b4341..2600332 100644
nes_debug(NES_DBG_CM, "Received Reset, cm_node = %p, state = %u."
" refcnt=%d\n", cm_node, cm_node->state,
atomic_read(&cm_node->ref_count));
-@@ -2523,7 +2523,7 @@ static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *cm_core,
+@@ -2526,7 +2526,7 @@ static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *cm_core,
rem_ref_cm_node(cm_node->cm_core, cm_node);
return NULL;
}
@@ -43423,7 +45062,7 @@ index 72b4341..2600332 100644
loopbackremotenode->loopbackpartner = cm_node;
loopbackremotenode->tcp_cntxt.rcv_wscale =
NES_CM_DEFAULT_RCV_WND_SCALE;
-@@ -2804,7 +2804,7 @@ static int mini_cm_recv_pkt(struct nes_cm_core *cm_core,
+@@ -2807,7 +2807,7 @@ static int mini_cm_recv_pkt(struct nes_cm_core *cm_core,
nes_queue_mgt_skbs(skb, nesvnic, cm_node->nesqp);
else {
rem_ref_cm_node(cm_core, cm_node);
@@ -43432,7 +45071,7 @@ index 72b4341..2600332 100644
dev_kfree_skb_any(skb);
}
break;
-@@ -3112,7 +3112,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
+@@ -3118,7 +3118,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
if ((cm_id) && (cm_id->event_handler)) {
if (issue_disconn) {
@@ -43441,7 +45080,7 @@ index 72b4341..2600332 100644
cm_event.event = IW_CM_EVENT_DISCONNECT;
cm_event.status = disconn_status;
cm_event.local_addr = cm_id->local_addr;
-@@ -3134,7 +3134,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
+@@ -3140,7 +3140,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
}
if (issue_close) {
@@ -43450,7 +45089,7 @@ index 72b4341..2600332 100644
nes_disconnect(nesqp, 1);
cm_id->provider_data = nesqp;
-@@ -3272,7 +3272,7 @@ int nes_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
+@@ -3278,7 +3278,7 @@ int nes_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
nes_debug(NES_DBG_CM, "QP%u, cm_node=%p, jiffies = %lu listener = %p\n",
nesqp->hwqp.qp_id, cm_node, jiffies, cm_node->listener);
@@ -43459,7 +45098,7 @@ index 72b4341..2600332 100644
nes_debug(NES_DBG_CM, "netdev refcnt = %u.\n",
netdev_refcnt_read(nesvnic->netdev));
-@@ -3470,7 +3470,7 @@ int nes_reject(struct iw_cm_id *cm_id, const void *pdata, u8 pdata_len)
+@@ -3476,7 +3476,7 @@ int nes_reject(struct iw_cm_id *cm_id, const void *pdata, u8 pdata_len)
struct nes_cm_core *cm_core;
u8 *start_buff;
@@ -43468,7 +45107,7 @@ index 72b4341..2600332 100644
cm_node = (struct nes_cm_node *)cm_id->provider_data;
loopback = cm_node->loopbackpartner;
cm_core = cm_node->cm_core;
-@@ -3535,7 +3535,7 @@ int nes_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
+@@ -3541,7 +3541,7 @@ int nes_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
ntohs(raddr->sin_port), ntohl(laddr->sin_addr.s_addr),
ntohs(laddr->sin_port));
@@ -43477,7 +45116,7 @@ index 72b4341..2600332 100644
nesqp->active_conn = 1;
/* cache the cm_id in the qp */
-@@ -3680,7 +3680,7 @@ int nes_create_listen(struct iw_cm_id *cm_id, int backlog)
+@@ -3688,7 +3688,7 @@ int nes_create_listen(struct iw_cm_id *cm_id, int backlog)
g_cm_core->api->stop_listener(g_cm_core, (void *)cm_node);
return err;
}
@@ -43486,7 +45125,7 @@ index 72b4341..2600332 100644
}
cm_id->add_ref(cm_id);
-@@ -3787,7 +3787,7 @@ static void cm_event_connected(struct nes_cm_event *event)
+@@ -3795,7 +3795,7 @@ static void cm_event_connected(struct nes_cm_event *event)
if (nesqp->destroyed)
return;
@@ -43495,7 +45134,7 @@ index 72b4341..2600332 100644
nes_debug(NES_DBG_CM, "QP%u attempting to connect to 0x%08X:0x%04X on"
" local port 0x%04X. jiffies = %lu.\n",
nesqp->hwqp.qp_id, ntohl(raddr->sin_addr.s_addr),
-@@ -3972,7 +3972,7 @@ static void cm_event_reset(struct nes_cm_event *event)
+@@ -3980,7 +3980,7 @@ static void cm_event_reset(struct nes_cm_event *event)
cm_id->add_ref(cm_id);
ret = cm_id->event_handler(cm_id, &cm_event);
@@ -43504,7 +45143,7 @@ index 72b4341..2600332 100644
cm_event.event = IW_CM_EVENT_CLOSE;
cm_event.status = 0;
cm_event.provider_data = cm_id->provider_data;
-@@ -4012,7 +4012,7 @@ static void cm_event_mpa_req(struct nes_cm_event *event)
+@@ -4020,7 +4020,7 @@ static void cm_event_mpa_req(struct nes_cm_event *event)
return;
cm_id = cm_node->cm_id;
@@ -43513,7 +45152,7 @@ index 72b4341..2600332 100644
nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
cm_node, cm_id, jiffies);
-@@ -4061,7 +4061,7 @@ static void cm_event_mpa_reject(struct nes_cm_event *event)
+@@ -4069,7 +4069,7 @@ static void cm_event_mpa_reject(struct nes_cm_event *event)
return;
cm_id = cm_node->cm_id;
@@ -43620,7 +45259,7 @@ index 70acda9..a96de9d 100644
/**
diff --git a/drivers/infiniband/hw/nes/nes_verbs.c b/drivers/infiniband/hw/nes/nes_verbs.c
-index c0d0296..3185f57 100644
+index fbc43e5..3672792 100644
--- a/drivers/infiniband/hw/nes/nes_verbs.c
+++ b/drivers/infiniband/hw/nes/nes_verbs.c
@@ -46,9 +46,9 @@
@@ -43636,7 +45275,7 @@ index c0d0296..3185f57 100644
static void nes_unregister_ofa_device(struct nes_ib_device *nesibdev);
-@@ -1134,7 +1134,7 @@ static struct ib_qp *nes_create_qp(struct ib_pd *ibpd,
+@@ -1137,7 +1137,7 @@ static struct ib_qp *nes_create_qp(struct ib_pd *ibpd,
if (init_attr->create_flags)
return ERR_PTR(-EINVAL);
@@ -43645,7 +45284,7 @@ index c0d0296..3185f57 100644
switch (init_attr->qp_type) {
case IB_QPT_RC:
if (nes_drv_opt & NES_DRV_OPT_NO_INLINE_DATA) {
-@@ -1468,7 +1468,7 @@ static int nes_destroy_qp(struct ib_qp *ibqp)
+@@ -1471,7 +1471,7 @@ static int nes_destroy_qp(struct ib_qp *ibqp)
struct iw_cm_event cm_event;
int ret = 0;
@@ -43701,10 +45340,10 @@ index e853a21..56fc5a8 100644
gameport->dev.release = gameport_release_port;
if (gameport->parent)
diff --git a/drivers/input/input.c b/drivers/input/input.c
-index cc357f1..ee42fbc 100644
+index 78d2499..1f0318e 100644
--- a/drivers/input/input.c
+++ b/drivers/input/input.c
-@@ -1781,7 +1781,7 @@ EXPORT_SYMBOL_GPL(input_class);
+@@ -1775,7 +1775,7 @@ EXPORT_SYMBOL_GPL(input_class);
*/
struct input_dev *input_allocate_device(void)
{
@@ -43713,7 +45352,7 @@ index cc357f1..ee42fbc 100644
struct input_dev *dev;
dev = kzalloc(sizeof(struct input_dev), GFP_KERNEL);
-@@ -1796,7 +1796,7 @@ struct input_dev *input_allocate_device(void)
+@@ -1790,7 +1790,7 @@ struct input_dev *input_allocate_device(void)
INIT_LIST_HEAD(&dev->node);
dev_set_name(&dev->dev, "input%lu",
@@ -43735,26 +45374,26 @@ index 4a95b22..874c182 100644
#include <linux/gameport.h>
#include <linux/jiffies.h>
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
-index 61c7611..e1bfa38 100644
+index f8850f9..9708a2d 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
-@@ -905,7 +905,7 @@ static void xpad_led_set(struct led_classdev *led_cdev,
+@@ -959,7 +959,7 @@ static void xpad_led_set(struct led_classdev *led_cdev,
static int xpad_led_probe(struct usb_xpad *xpad)
{
-- static atomic_t led_seq = ATOMIC_INIT(-1);
-+ static atomic_unchecked_t led_seq = ATOMIC_INIT(-1);
- unsigned long led_no;
+- static atomic_t led_seq = ATOMIC_INIT(-1);
++ static atomic_unchecked_t led_seq = ATOMIC_INIT(-1);
struct xpad_led *led;
struct led_classdev *led_cdev;
-@@ -918,7 +918,7 @@ static int xpad_led_probe(struct usb_xpad *xpad)
+ int error;
+@@ -971,7 +971,7 @@ static int xpad_led_probe(struct usb_xpad *xpad)
if (!led)
return -ENOMEM;
-- led_no = atomic_inc_return(&led_seq);
-+ led_no = atomic_inc_return_unchecked(&led_seq);
+- xpad->led_no = atomic_inc_return(&led_seq);
++ xpad->led_no = atomic_inc_return_unchecked(&led_seq);
- snprintf(led->name, sizeof(led->name), "xpad%lu", led_no);
+ snprintf(led->name, sizeof(led->name), "xpad%lu", xpad->led_no);
led->xpad = xpad;
diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c
index ac1fa5f..5f7502c 100644
@@ -43862,10 +45501,10 @@ index 92e2243..8fd9092 100644
.ident = "Shift",
.matches = {
diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c
-index ca9f4ed..b860ff1 100644
+index 658ee39..6fde5be 100644
--- a/drivers/iommu/amd_iommu.c
+++ b/drivers/iommu/amd_iommu.c
-@@ -829,11 +829,21 @@ static void copy_cmd_to_buffer(struct amd_iommu *iommu,
+@@ -794,11 +794,21 @@ static void copy_cmd_to_buffer(struct amd_iommu *iommu,
static void build_completion_wait(struct iommu_cmd *cmd, u64 address)
{
@@ -43890,10 +45529,10 @@ index ca9f4ed..b860ff1 100644
CMD_SET_TYPE(cmd, CMD_COMPL_WAIT);
}
diff --git a/drivers/iommu/arm-smmu.c b/drivers/iommu/arm-smmu.c
-index 65075ef..53823f9 100644
+index 4cd0c29..afd3cbe 100644
--- a/drivers/iommu/arm-smmu.c
+++ b/drivers/iommu/arm-smmu.c
-@@ -331,7 +331,7 @@ enum arm_smmu_domain_stage {
+@@ -330,7 +330,7 @@ enum arm_smmu_domain_stage {
struct arm_smmu_domain {
struct arm_smmu_device *smmu;
@@ -43902,7 +45541,7 @@ index 65075ef..53823f9 100644
spinlock_t pgtbl_lock;
struct arm_smmu_cfg cfg;
enum arm_smmu_domain_stage stage;
-@@ -817,7 +817,7 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain,
+@@ -816,7 +816,7 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain,
{
int irq, start, ret = 0;
unsigned long ias, oas;
@@ -43911,7 +45550,7 @@ index 65075ef..53823f9 100644
struct io_pgtable_cfg pgtbl_cfg;
enum io_pgtable_fmt fmt;
struct arm_smmu_domain *smmu_domain = to_smmu_domain(domain);
-@@ -902,14 +902,16 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain,
+@@ -901,14 +901,16 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain,
};
smmu_domain->smmu = smmu;
@@ -43931,7 +45570,7 @@ index 65075ef..53823f9 100644
/* Initialise the context bank with our page table cfg */
arm_smmu_init_context_bank(smmu_domain, &pgtbl_cfg);
-@@ -930,7 +932,7 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain,
+@@ -929,7 +931,7 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain,
mutex_unlock(&smmu_domain->init_mutex);
/* Publish page table ops for map/unmap */
@@ -43940,7 +45579,7 @@ index 65075ef..53823f9 100644
return 0;
out_clear_smmu:
-@@ -963,8 +965,7 @@ static void arm_smmu_destroy_domain_context(struct iommu_domain *domain)
+@@ -962,8 +964,7 @@ static void arm_smmu_destroy_domain_context(struct iommu_domain *domain)
free_irq(irq, domain);
}
@@ -43950,7 +45589,7 @@ index 65075ef..53823f9 100644
__arm_smmu_free_bitmap(smmu->context_map, cfg->cbndx);
}
-@@ -1190,13 +1191,13 @@ static int arm_smmu_map(struct iommu_domain *domain, unsigned long iova,
+@@ -1189,13 +1190,13 @@ static int arm_smmu_map(struct iommu_domain *domain, unsigned long iova,
int ret;
unsigned long flags;
struct arm_smmu_domain *smmu_domain = to_smmu_domain(domain);
@@ -43967,7 +45606,7 @@ index 65075ef..53823f9 100644
spin_unlock_irqrestore(&smmu_domain->pgtbl_lock, flags);
return ret;
}
-@@ -1207,13 +1208,13 @@ static size_t arm_smmu_unmap(struct iommu_domain *domain, unsigned long iova,
+@@ -1206,13 +1207,13 @@ static size_t arm_smmu_unmap(struct iommu_domain *domain, unsigned long iova,
size_t ret;
unsigned long flags;
struct arm_smmu_domain *smmu_domain = to_smmu_domain(domain);
@@ -43984,7 +45623,7 @@ index 65075ef..53823f9 100644
spin_unlock_irqrestore(&smmu_domain->pgtbl_lock, flags);
return ret;
}
-@@ -1224,7 +1225,7 @@ static phys_addr_t arm_smmu_iova_to_phys_hard(struct iommu_domain *domain,
+@@ -1223,7 +1224,7 @@ static phys_addr_t arm_smmu_iova_to_phys_hard(struct iommu_domain *domain,
struct arm_smmu_domain *smmu_domain = to_smmu_domain(domain);
struct arm_smmu_device *smmu = smmu_domain->smmu;
struct arm_smmu_cfg *cfg = &smmu_domain->cfg;
@@ -43993,7 +45632,7 @@ index 65075ef..53823f9 100644
struct device *dev = smmu->dev;
void __iomem *cb_base;
u32 tmp;
-@@ -1247,7 +1248,7 @@ static phys_addr_t arm_smmu_iova_to_phys_hard(struct iommu_domain *domain,
+@@ -1246,7 +1247,7 @@ static phys_addr_t arm_smmu_iova_to_phys_hard(struct iommu_domain *domain,
dev_err(dev,
"iova to phys timed out on 0x%pad. Falling back to software table walk.\n",
&iova);
@@ -44002,7 +45641,7 @@ index 65075ef..53823f9 100644
}
phys = readl_relaxed(cb_base + ARM_SMMU_CB_PAR_LO);
-@@ -1268,9 +1269,9 @@ static phys_addr_t arm_smmu_iova_to_phys(struct iommu_domain *domain,
+@@ -1267,9 +1268,9 @@ static phys_addr_t arm_smmu_iova_to_phys(struct iommu_domain *domain,
phys_addr_t ret;
unsigned long flags;
struct arm_smmu_domain *smmu_domain = to_smmu_domain(domain);
@@ -44014,7 +45653,7 @@ index 65075ef..53823f9 100644
return 0;
spin_lock_irqsave(&smmu_domain->pgtbl_lock, flags);
-@@ -1278,7 +1279,7 @@ static phys_addr_t arm_smmu_iova_to_phys(struct iommu_domain *domain,
+@@ -1277,7 +1278,7 @@ static phys_addr_t arm_smmu_iova_to_phys(struct iommu_domain *domain,
smmu_domain->stage == ARM_SMMU_DOMAIN_S1) {
ret = arm_smmu_iova_to_phys_hard(domain, iova);
} else {
@@ -44023,7 +45662,7 @@ index 65075ef..53823f9 100644
}
spin_unlock_irqrestore(&smmu_domain->pgtbl_lock, flags);
-@@ -1668,7 +1669,9 @@ static int arm_smmu_device_cfg_probe(struct arm_smmu_device *smmu)
+@@ -1667,7 +1668,9 @@ static int arm_smmu_device_cfg_probe(struct arm_smmu_device *smmu)
size |= SZ_64K | SZ_512M;
}
@@ -44035,7 +45674,7 @@ index 65075ef..53823f9 100644
if (smmu->features & ARM_SMMU_FEAT_TRANS_S1)
diff --git a/drivers/iommu/io-pgtable-arm.c b/drivers/iommu/io-pgtable-arm.c
-index 4e46021..f0a24fef 100644
+index e29d5d7..e5eeb3e 100644
--- a/drivers/iommu/io-pgtable-arm.c
+++ b/drivers/iommu/io-pgtable-arm.c
@@ -36,12 +36,6 @@
@@ -44051,7 +45690,7 @@ index 4e46021..f0a24fef 100644
/*
* For consistency with the architecture, we always consider
* ARM_LPAE_MAX_LEVELS levels, with the walk starting at level n >=0
-@@ -304,10 +298,10 @@ static arm_lpae_iopte arm_lpae_prot_to_pte(struct arm_lpae_io_pgtable *data,
+@@ -319,10 +313,10 @@ static arm_lpae_iopte arm_lpae_prot_to_pte(struct arm_lpae_io_pgtable *data,
return pte;
}
@@ -44064,7 +45703,7 @@ index 4e46021..f0a24fef 100644
arm_lpae_iopte *ptep = data->pgd;
int lvl = ARM_LPAE_START_LVL(data);
arm_lpae_iopte prot;
-@@ -447,12 +441,11 @@ static int __arm_lpae_unmap(struct arm_lpae_io_pgtable *data,
+@@ -462,12 +456,11 @@ static int __arm_lpae_unmap(struct arm_lpae_io_pgtable *data,
return __arm_lpae_unmap(data, iova, size, lvl + 1, ptep);
}
@@ -44079,7 +45718,7 @@ index 4e46021..f0a24fef 100644
arm_lpae_iopte *ptep = data->pgd;
int lvl = ARM_LPAE_START_LVL(data);
-@@ -463,10 +456,10 @@ static int arm_lpae_unmap(struct io_pgtable_ops *ops, unsigned long iova,
+@@ -478,10 +471,10 @@ static int arm_lpae_unmap(struct io_pgtable_ops *ops, unsigned long iova,
return unmapped;
}
@@ -44092,7 +45731,7 @@ index 4e46021..f0a24fef 100644
arm_lpae_iopte pte, *ptep = data->pgd;
int lvl = ARM_LPAE_START_LVL(data);
-@@ -533,6 +526,12 @@ static void arm_lpae_restrict_pgsizes(struct io_pgtable_cfg *cfg)
+@@ -548,6 +541,12 @@ static void arm_lpae_restrict_pgsizes(struct io_pgtable_cfg *cfg)
}
}
@@ -44105,7 +45744,7 @@ index 4e46021..f0a24fef 100644
static struct arm_lpae_io_pgtable *
arm_lpae_alloc_pgtable(struct io_pgtable_cfg *cfg)
{
-@@ -564,11 +563,7 @@ arm_lpae_alloc_pgtable(struct io_pgtable_cfg *cfg)
+@@ -579,11 +578,7 @@ arm_lpae_alloc_pgtable(struct io_pgtable_cfg *cfg)
pgd_bits = va_bits - (data->bits_per_level * (data->levels - 1));
data->pgd_size = 1UL << (pgd_bits + ilog2(sizeof(arm_lpae_iopte)));
@@ -44118,7 +45757,7 @@ index 4e46021..f0a24fef 100644
return data;
}
-@@ -830,9 +825,9 @@ static struct iommu_gather_ops dummy_tlb_ops __initdata = {
+@@ -845,9 +840,9 @@ static struct iommu_gather_ops dummy_tlb_ops __initdata = {
.flush_pgtable = dummy_flush_pgtable,
};
@@ -44130,7 +45769,7 @@ index 4e46021..f0a24fef 100644
struct io_pgtable_cfg *cfg = &data->iop.cfg;
pr_err("cfg: pgsize_bitmap 0x%lx, ias %u-bit\n",
-@@ -842,9 +837,9 @@ static void __init arm_lpae_dump_ops(struct io_pgtable_ops *ops)
+@@ -857,9 +852,9 @@ static void __init arm_lpae_dump_ops(struct io_pgtable_ops *ops)
data->bits_per_level, data->pgd);
}
@@ -44142,7 +45781,7 @@ index 4e46021..f0a24fef 100644
selftest_running = false; \
-EFAULT; \
})
-@@ -859,30 +854,32 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
+@@ -874,30 +869,32 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
int i, j;
unsigned long iova;
size_t size;
@@ -44184,7 +45823,7 @@ index 4e46021..f0a24fef 100644
/*
* Distinct mappings of different granule sizes.
-@@ -892,19 +889,19 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
+@@ -907,19 +904,19 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
while (j != BITS_PER_LONG) {
size = 1UL << j;
@@ -44210,7 +45849,7 @@ index 4e46021..f0a24fef 100644
iova += SZ_1G;
j++;
-@@ -913,15 +910,15 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
+@@ -928,15 +925,15 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
/* Partial unmap */
size = 1UL << __ffs(cfg->pgsize_bitmap);
@@ -44232,7 +45871,7 @@ index 4e46021..f0a24fef 100644
/* Full unmap */
iova = 0;
-@@ -929,25 +926,25 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
+@@ -944,25 +941,25 @@ static int __init arm_lpae_run_tests(struct io_pgtable_cfg *cfg)
while (j != BITS_PER_LONG) {
size = 1UL << j;
@@ -44364,10 +46003,10 @@ index 10e32f6..0b276c8 100644
/**
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
-index d4f527e..8e4a4fd 100644
+index f286090..bac3e7e 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
-@@ -802,7 +802,7 @@ static int iommu_bus_notifier(struct notifier_block *nb,
+@@ -934,7 +934,7 @@ static int iommu_bus_notifier(struct notifier_block *nb,
static int iommu_bus_init(struct bus_type *bus, const struct iommu_ops *ops)
{
int err;
@@ -44436,10 +46075,10 @@ index 1a67c53..23181d8 100644
static int ipmmu_find_utlbs(struct ipmmu_vmsa_device *mmu, struct device *dev,
diff --git a/drivers/iommu/irq_remapping.c b/drivers/iommu/irq_remapping.c
-index 390079e..1da9d6c 100644
+index 2d99930..b8b358c 100644
--- a/drivers/iommu/irq_remapping.c
+++ b/drivers/iommu/irq_remapping.c
-@@ -329,7 +329,7 @@ int setup_hpet_msi_remapped(unsigned int irq, unsigned int id)
+@@ -149,7 +149,7 @@ int __init irq_remap_enable_fault_handling(void)
void panic_if_irq_remap(const char *msg)
{
if (irq_remapping_enabled)
@@ -44447,26 +46086,9 @@ index 390079e..1da9d6c 100644
+ panic("%s", msg);
}
- static void ir_ack_apic_edge(struct irq_data *data)
-@@ -350,10 +350,12 @@ static void ir_print_prefix(struct irq_data *data, struct seq_file *p)
-
- void irq_remap_modify_chip_defaults(struct irq_chip *chip)
- {
-- chip->irq_print_chip = ir_print_prefix;
-- chip->irq_ack = ir_ack_apic_edge;
-- chip->irq_eoi = ir_ack_apic_level;
-- chip->irq_set_affinity = x86_io_apic_ops.set_affinity;
-+ pax_open_kernel();
-+ *(void **)&chip->irq_print_chip = ir_print_prefix;
-+ *(void **)&chip->irq_ack = ir_ack_apic_edge;
-+ *(void **)&chip->irq_eoi = ir_ack_apic_level;
-+ *(void **)&chip->irq_set_affinity = x86_io_apic_ops.set_affinity;
-+ pax_close_kernel();
- }
-
- bool setup_remapped_irq(int irq, struct irq_cfg *cfg, struct irq_chip *chip)
+ void ir_ack_apic_edge(struct irq_data *data)
diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
-index 01999d7..4f14bb7 100644
+index 4dd8826..1f33400 100644
--- a/drivers/irqchip/irq-gic.c
+++ b/drivers/irqchip/irq-gic.c
@@ -313,7 +313,7 @@ static void gic_handle_cascade_irq(unsigned int irq, struct irq_desc *desc)
@@ -44479,7 +46101,7 @@ index 01999d7..4f14bb7 100644
.irq_mask = gic_mask_irq,
.irq_unmask = gic_unmask_irq,
diff --git a/drivers/irqchip/irq-renesas-intc-irqpin.c b/drivers/irqchip/irq-renesas-intc-irqpin.c
-index 9a0767b..5e5f86f 100644
+index 0670ab4..1094651 100644
--- a/drivers/irqchip/irq-renesas-intc-irqpin.c
+++ b/drivers/irqchip/irq-renesas-intc-irqpin.c
@@ -373,7 +373,7 @@ static int intc_irqpin_probe(struct platform_device *pdev)
@@ -44492,10 +46114,10 @@ index 9a0767b..5e5f86f 100644
void (*disable_fn)(struct irq_data *d);
const char *name = dev_name(dev);
diff --git a/drivers/irqchip/irq-renesas-irqc.c b/drivers/irqchip/irq-renesas-irqc.c
-index cdf80b7..e5c3ade 100644
+index 778bd07..0397152 100644
--- a/drivers/irqchip/irq-renesas-irqc.c
+++ b/drivers/irqchip/irq-renesas-irqc.c
-@@ -179,7 +179,7 @@ static int irqc_probe(struct platform_device *pdev)
+@@ -176,7 +176,7 @@ static int irqc_probe(struct platform_device *pdev)
struct irqc_priv *p;
struct resource *io;
struct resource *irq;
@@ -44617,7 +46239,7 @@ index 600c79b..3752bab 100644
mutex_unlock(&cs->mutex);
diff --git a/drivers/isdn/gigaset/ser-gigaset.c b/drivers/isdn/gigaset/ser-gigaset.c
-index 8c91fd5..14f13ce 100644
+index 375be50..675293c 100644
--- a/drivers/isdn/gigaset/ser-gigaset.c
+++ b/drivers/isdn/gigaset/ser-gigaset.c
@@ -453,22 +453,22 @@ static int gigaset_set_line_ctrl(struct cardstate *cs, unsigned cflag)
@@ -44926,7 +46548,7 @@ index e3abebc9..6a35328 100644
/* If the entry's not present, there's nothing to release. */
if (pmd_flags(*spmd) & _PAGE_PRESENT) {
diff --git a/drivers/lguest/x86/core.c b/drivers/lguest/x86/core.c
-index 30f2aef..391c748 100644
+index 6a4cd77..c9e2d9f 100644
--- a/drivers/lguest/x86/core.c
+++ b/drivers/lguest/x86/core.c
@@ -60,7 +60,7 @@ static struct {
@@ -44934,7 +46556,7 @@ index 30f2aef..391c748 100644
static unsigned long switcher_offset(void)
{
- return switcher_addr - (unsigned long)start_switcher_text;
-+ return switcher_addr - (unsigned long)ktla_ktva(start_switcher_text);
++ return switcher_addr - ktla_ktva((unsigned long)start_switcher_text);
}
/* This cpu's struct lguest_pages (after the Switcher text page) */
@@ -44966,7 +46588,7 @@ index 30f2aef..391c748 100644
* need this structure to feed to Intel's "lcall" instruction.
*/
- lguest_entry.offset = (long)switch_to_guest + switcher_offset();
-+ lguest_entry.offset = (long)ktla_ktva(switch_to_guest) + switcher_offset();
++ lguest_entry.offset = ktla_ktva((unsigned long)switch_to_guest) + switcher_offset();
lguest_entry.segment = LGUEST_CS;
/*
@@ -45033,7 +46655,7 @@ index 40634b0..4f5855e 100644
// Every interrupt can come to us here
// But we must truly tell each apart.
diff --git a/drivers/md/bcache/closure.h b/drivers/md/bcache/closure.h
-index a08e3ee..df8ade2 100644
+index 79a6d63..47acff6 100644
--- a/drivers/md/bcache/closure.h
+++ b/drivers/md/bcache/closure.h
@@ -238,7 +238,7 @@ static inline void closure_set_stopped(struct closure *cl)
@@ -45046,15 +46668,15 @@ index a08e3ee..df8ade2 100644
cl->fn = fn;
cl->wq = wq;
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
-index c90118e..226d9e5 100644
+index e51de52..c52ff17 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
-@@ -1936,7 +1936,7 @@ void bitmap_status(struct seq_file *seq, struct bitmap *bitmap)
+@@ -1933,7 +1933,7 @@ void bitmap_status(struct seq_file *seq, struct bitmap *bitmap)
chunk_kb ? "KB" : "B");
if (bitmap->storage.file) {
seq_printf(seq, ", file: ");
-- seq_path(seq, &bitmap->storage.file->f_path, " \t\n");
-+ seq_path(seq, &bitmap->storage.file->f_path, " \t\n\\");
+- seq_file_path(seq, bitmap->storage.file, " \t\n");
++ seq_file_path(seq, bitmap->storage.file, " \t\n\\");
}
seq_printf(seq, "\n");
@@ -45072,10 +46694,10 @@ index 720ceeb..030f1d4 100644
DMWARN("name not supplied when creating device");
return -EINVAL;
diff --git a/drivers/md/dm-raid1.c b/drivers/md/dm-raid1.c
-index 089d627..ef7352e 100644
+index d83696b..44f22f7 100644
--- a/drivers/md/dm-raid1.c
+++ b/drivers/md/dm-raid1.c
-@@ -40,7 +40,7 @@ enum dm_raid1_error {
+@@ -42,7 +42,7 @@ enum dm_raid1_error {
struct mirror {
struct mirror_set *ms;
@@ -45084,7 +46706,7 @@ index 089d627..ef7352e 100644
unsigned long error_type;
struct dm_dev *dev;
sector_t offset;
-@@ -186,7 +186,7 @@ static struct mirror *get_valid_mirror(struct mirror_set *ms)
+@@ -188,7 +188,7 @@ static struct mirror *get_valid_mirror(struct mirror_set *ms)
struct mirror *m;
for (m = ms->mirror; m < ms->mirror + ms->nr_mirrors; m++)
@@ -45093,7 +46715,7 @@ index 089d627..ef7352e 100644
return m;
return NULL;
-@@ -218,7 +218,7 @@ static void fail_mirror(struct mirror *m, enum dm_raid1_error error_type)
+@@ -220,7 +220,7 @@ static void fail_mirror(struct mirror *m, enum dm_raid1_error error_type)
* simple way to tell if a device has encountered
* errors.
*/
@@ -45102,7 +46724,16 @@ index 089d627..ef7352e 100644
if (test_and_set_bit(error_type, &m->error_type))
return;
-@@ -409,7 +409,7 @@ static struct mirror *choose_mirror(struct mirror_set *ms, sector_t sector)
+@@ -378,7 +378,7 @@ static void reset_ms_flags(struct mirror_set *ms)
+
+ ms->leg_failure = 0;
+ for (m = 0; m < ms->nr_mirrors; m++) {
+- atomic_set(&(ms->mirror[m].error_count), 0);
++ atomic_set_unchecked(&(ms->mirror[m].error_count), 0);
+ ms->mirror[m].error_type = 0;
+ }
+ }
+@@ -423,7 +423,7 @@ static struct mirror *choose_mirror(struct mirror_set *ms, sector_t sector)
struct mirror *m = get_default_mirror(ms);
do {
@@ -45111,7 +46742,7 @@ index 089d627..ef7352e 100644
return m;
if (m-- == ms->mirror)
-@@ -423,7 +423,7 @@ static int default_ok(struct mirror *m)
+@@ -437,7 +437,7 @@ static int default_ok(struct mirror *m)
{
struct mirror *default_mirror = get_default_mirror(m->ms);
@@ -45120,7 +46751,7 @@ index 089d627..ef7352e 100644
}
static int mirror_available(struct mirror_set *ms, struct bio *bio)
-@@ -560,7 +560,7 @@ static void do_reads(struct mirror_set *ms, struct bio_list *reads)
+@@ -574,7 +574,7 @@ static void do_reads(struct mirror_set *ms, struct bio_list *reads)
*/
if (likely(region_in_sync(ms, region, 1)))
m = choose_mirror(ms, bio->bi_iter.bi_sector);
@@ -45129,7 +46760,7 @@ index 089d627..ef7352e 100644
m = NULL;
if (likely(m))
-@@ -936,7 +936,7 @@ static int get_mirror(struct mirror_set *ms, struct dm_target *ti,
+@@ -956,7 +956,7 @@ static int get_mirror(struct mirror_set *ms, struct dm_target *ti,
}
ms->mirror[mirror].ms = ms;
@@ -45138,7 +46769,7 @@ index 089d627..ef7352e 100644
ms->mirror[mirror].error_type = 0;
ms->mirror[mirror].offset = offset;
-@@ -1351,7 +1351,7 @@ static void mirror_resume(struct dm_target *ti)
+@@ -1380,7 +1380,7 @@ static void mirror_resume(struct dm_target *ti)
*/
static char device_status_char(struct mirror *m)
{
@@ -45148,10 +46779,10 @@ index 089d627..ef7352e 100644
return (test_bit(DM_RAID1_FLUSH_ERROR, &(m->error_type))) ? 'F' :
diff --git a/drivers/md/dm-stats.c b/drivers/md/dm-stats.c
-index 419bdd4..e5eb76d 100644
+index 8289804..12db118 100644
--- a/drivers/md/dm-stats.c
+++ b/drivers/md/dm-stats.c
-@@ -382,7 +382,7 @@ do_sync_free:
+@@ -435,7 +435,7 @@ do_sync_free:
synchronize_rcu_expedited();
dm_stat_free(&s->rcu_head);
} else {
@@ -45160,7 +46791,7 @@ index 419bdd4..e5eb76d 100644
call_rcu(&s->rcu_head, dm_stat_free);
}
return 0;
-@@ -554,8 +554,8 @@ void dm_stats_account_io(struct dm_stats *stats, unsigned long bi_rw,
+@@ -648,8 +648,8 @@ void dm_stats_account_io(struct dm_stats *stats, unsigned long bi_rw,
((bi_rw & (REQ_WRITE | REQ_DISCARD)) ==
(ACCESS_ONCE(last->last_rw) & (REQ_WRITE | REQ_DISCARD)))
));
@@ -45172,7 +46803,7 @@ index 419bdd4..e5eb76d 100644
rcu_read_lock();
diff --git a/drivers/md/dm-stripe.c b/drivers/md/dm-stripe.c
-index f8b37d4..5c5cafd 100644
+index a672a15..dc85e99 100644
--- a/drivers/md/dm-stripe.c
+++ b/drivers/md/dm-stripe.c
@@ -21,7 +21,7 @@ struct stripe {
@@ -45227,10 +46858,10 @@ index 16ba55a..31af906 100644
"start=%llu, len=%llu, dev_size=%llu",
dm_device_name(ti->table->md), bdevname(bdev, b),
diff --git a/drivers/md/dm-thin-metadata.c b/drivers/md/dm-thin-metadata.c
-index cde1d67..4c88a5ce 100644
+index 6ba47cf..a870ba2 100644
--- a/drivers/md/dm-thin-metadata.c
+++ b/drivers/md/dm-thin-metadata.c
-@@ -404,7 +404,7 @@ static void __setup_btree_details(struct dm_pool_metadata *pmd)
+@@ -403,7 +403,7 @@ static void __setup_btree_details(struct dm_pool_metadata *pmd)
{
pmd->info.tm = pmd->tm;
pmd->info.levels = 2;
@@ -45239,7 +46870,7 @@ index cde1d67..4c88a5ce 100644
pmd->info.value_type.size = sizeof(__le64);
pmd->info.value_type.inc = data_block_inc;
pmd->info.value_type.dec = data_block_dec;
-@@ -423,7 +423,7 @@ static void __setup_btree_details(struct dm_pool_metadata *pmd)
+@@ -422,7 +422,7 @@ static void __setup_btree_details(struct dm_pool_metadata *pmd)
pmd->bl_info.tm = pmd->tm;
pmd->bl_info.levels = 1;
@@ -45249,10 +46880,10 @@ index cde1d67..4c88a5ce 100644
pmd->bl_info.value_type.inc = data_block_inc;
pmd->bl_info.value_type.dec = data_block_dec;
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
-index 697f34f..8301900 100644
+index 0d7ab20..350d006 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
-@@ -191,9 +191,9 @@ struct mapped_device {
+@@ -194,9 +194,9 @@ struct mapped_device {
/*
* Event handling.
*/
@@ -45264,7 +46895,7 @@ index 697f34f..8301900 100644
struct list_head uevent_list;
spinlock_t uevent_lock; /* Protect access to uevent_list */
-@@ -2287,8 +2287,8 @@ static struct mapped_device *alloc_dev(int minor)
+@@ -2339,8 +2339,8 @@ static struct mapped_device *alloc_dev(int minor)
spin_lock_init(&md->deferred_lock);
atomic_set(&md->holders, 1);
atomic_set(&md->open_count, 0);
@@ -45275,7 +46906,7 @@ index 697f34f..8301900 100644
INIT_LIST_HEAD(&md->uevent_list);
INIT_LIST_HEAD(&md->table_devices);
spin_lock_init(&md->uevent_lock);
-@@ -2455,7 +2455,7 @@ static void event_callback(void *context)
+@@ -2481,7 +2481,7 @@ static void event_callback(void *context)
dm_send_uevents(&uevents, &disk_to_dev(md->disk)->kobj);
@@ -45284,7 +46915,7 @@ index 697f34f..8301900 100644
wake_up(&md->eventq);
}
-@@ -3454,18 +3454,18 @@ int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
+@@ -3481,18 +3481,18 @@ int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
uint32_t dm_next_uevent_seq(struct mapped_device *md)
{
@@ -45307,7 +46938,7 @@ index 697f34f..8301900 100644
void dm_uevent_add(struct mapped_device *md, struct list_head *elist)
diff --git a/drivers/md/md.c b/drivers/md/md.c
-index e462151..8ac9655 100644
+index e25f00f..12caa60 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -197,10 +197,10 @@ EXPORT_SYMBOL_GPL(bio_clone_mddev);
@@ -45350,7 +46981,7 @@ index e462151..8ac9655 100644
sb->raid_disks = cpu_to_le32(mddev->raid_disks);
sb->size = cpu_to_le64(mddev->dev_sectors);
-@@ -2624,7 +2624,7 @@ __ATTR_PREALLOC(state, S_IRUGO|S_IWUSR, state_show, state_store);
+@@ -2622,7 +2622,7 @@ __ATTR_PREALLOC(state, S_IRUGO|S_IWUSR, state_show, state_store);
static ssize_t
errors_show(struct md_rdev *rdev, char *page)
{
@@ -45359,16 +46990,16 @@ index e462151..8ac9655 100644
}
static ssize_t
-@@ -2633,7 +2633,7 @@ errors_store(struct md_rdev *rdev, const char *buf, size_t len)
- char *e;
- unsigned long n = simple_strtoul(buf, &e, 10);
- if (*buf && (*e == 0 || *e == '\n')) {
-- atomic_set(&rdev->corrected_errors, n);
-+ atomic_set_unchecked(&rdev->corrected_errors, n);
- return len;
- }
- return -EINVAL;
-@@ -3069,8 +3069,8 @@ int md_rdev_init(struct md_rdev *rdev)
+@@ -2634,7 +2634,7 @@ errors_store(struct md_rdev *rdev, const char *buf, size_t len)
+ rv = kstrtouint(buf, 10, &n);
+ if (rv < 0)
+ return rv;
+- atomic_set(&rdev->corrected_errors, n);
++ atomic_set_unchecked(&rdev->corrected_errors, n);
+ return len;
+ }
+ static struct rdev_sysfs_entry rdev_errors =
+@@ -3071,8 +3071,8 @@ int md_rdev_init(struct md_rdev *rdev)
rdev->sb_loaded = 0;
rdev->bb_page = NULL;
atomic_set(&rdev->nr_pending, 0);
@@ -45379,34 +47010,7 @@ index e462151..8ac9655 100644
INIT_LIST_HEAD(&rdev->same_set);
init_waitqueue_head(&rdev->blocked_wait);
-@@ -5746,16 +5746,16 @@ static int get_bitmap_file(struct mddev *mddev, void __user * arg)
-
- err = 0;
- spin_lock(&mddev->lock);
-- /* bitmap disabled, zero the first byte and copy out */
-- if (!mddev->bitmap_info.file)
-- file->pathname[0] = '\0';
-- else if ((ptr = d_path(&mddev->bitmap_info.file->f_path,
-- file->pathname, sizeof(file->pathname))),
-- IS_ERR(ptr))
-- err = PTR_ERR(ptr);
-- else
-- memmove(file->pathname, ptr,
-- sizeof(file->pathname)-(ptr-file->pathname));
-+ /* bitmap enabled */
-+ if (mddev->bitmap_info.file) {
-+ ptr = d_path(&mddev->bitmap_info.file->f_path,
-+ file->pathname, sizeof(file->pathname));
-+ if (IS_ERR(ptr))
-+ err = PTR_ERR(ptr);
-+ else
-+ memmove(file->pathname, ptr,
-+ sizeof(file->pathname)-(ptr-file->pathname));
-+ }
- spin_unlock(&mddev->lock);
-
- if (err == 0 &&
-@@ -7237,7 +7237,7 @@ static int md_seq_show(struct seq_file *seq, void *v)
+@@ -7256,7 +7256,7 @@ static int md_seq_show(struct seq_file *seq, void *v)
spin_unlock(&pers_lock);
seq_printf(seq, "\n");
@@ -45415,7 +47019,7 @@ index e462151..8ac9655 100644
return 0;
}
if (v == (void*)2) {
-@@ -7340,7 +7340,7 @@ static int md_seq_open(struct inode *inode, struct file *file)
+@@ -7359,7 +7359,7 @@ static int md_seq_open(struct inode *inode, struct file *file)
return error;
seq = file->private_data;
@@ -45424,7 +47028,7 @@ index e462151..8ac9655 100644
return error;
}
-@@ -7357,7 +7357,7 @@ static unsigned int mdstat_poll(struct file *filp, poll_table *wait)
+@@ -7376,7 +7376,7 @@ static unsigned int mdstat_poll(struct file *filp, poll_table *wait)
/* always allow read */
mask = POLLIN | POLLRDNORM;
@@ -45433,7 +47037,7 @@ index e462151..8ac9655 100644
mask |= POLLERR | POLLPRI;
return mask;
}
-@@ -7453,7 +7453,7 @@ static int is_mddev_idle(struct mddev *mddev, int init)
+@@ -7472,7 +7472,7 @@ static int is_mddev_idle(struct mddev *mddev, int init)
struct gendisk *disk = rdev->bdev->bd_contains->bd_disk;
curr_events = (int)part_stat_read(&disk->part0, sectors[0]) +
(int)part_stat_read(&disk->part0, sectors[1]) -
@@ -45443,10 +47047,10 @@ index e462151..8ac9655 100644
* as sync_io is counted when a request starts, and
* disk_stats is counted when it completes.
diff --git a/drivers/md/md.h b/drivers/md/md.h
-index 4046a6c..e2f2997 100644
+index 7da6e9c..f0c1f10 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
-@@ -95,13 +95,13 @@ struct md_rdev {
+@@ -96,13 +96,13 @@ struct md_rdev {
* only maintained for arrays that
* support hot removal
*/
@@ -45462,7 +47066,7 @@ index 4046a6c..e2f2997 100644
* for reporting to userspace and storing
* in superblock.
*/
-@@ -486,7 +486,7 @@ extern void mddev_unlock(struct mddev *mddev);
+@@ -487,7 +487,7 @@ extern void mddev_unlock(struct mddev *mddev);
static inline void md_sync_acct(struct block_device *bdev, unsigned long nr_sectors)
{
@@ -45506,10 +47110,10 @@ index 3e6d115..ffecdeb 100644
/*----------------------------------------------------------------*/
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c
-index 5ce3cd5c..f147017 100644
+index 967a4ed..002d339 100644
--- a/drivers/md/raid1.c
+++ b/drivers/md/raid1.c
-@@ -1936,7 +1936,7 @@ static int fix_sync_read_error(struct r1bio *r1_bio)
+@@ -1937,7 +1937,7 @@ static int fix_sync_read_error(struct r1bio *r1_bio)
if (r1_sync_page_io(rdev, sect, s,
bio->bi_io_vec[idx].bv_page,
READ) != 0)
@@ -45518,7 +47122,7 @@ index 5ce3cd5c..f147017 100644
}
sectors -= s;
sect += s;
-@@ -2169,7 +2169,7 @@ static void fix_read_error(struct r1conf *conf, int read_disk,
+@@ -2170,7 +2170,7 @@ static void fix_read_error(struct r1conf *conf, int read_disk,
!test_bit(Faulty, &rdev->flags)) {
if (r1_sync_page_io(rdev, sect, s,
conf->tmppage, READ)) {
@@ -45528,7 +47132,7 @@ index 5ce3cd5c..f147017 100644
"md/raid1:%s: read error corrected "
"(%d sectors at %llu on %s)\n",
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
-index f55c3f3..4cca8c8 100644
+index 38c58e1..89c3e0f 100644
--- a/drivers/md/raid10.c
+++ b/drivers/md/raid10.c
@@ -1934,7 +1934,7 @@ static void end_sync_read(struct bio *bio, int error)
@@ -45540,7 +47144,7 @@ index f55c3f3..4cca8c8 100644
&conf->mirrors[d].rdev->corrected_errors);
/* for reconstruct, we always reschedule after a read.
-@@ -2291,7 +2291,7 @@ static void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev)
+@@ -2281,7 +2281,7 @@ static void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev)
{
struct timespec cur_time_mon;
unsigned long hours_since_last;
@@ -45549,7 +47153,7 @@ index f55c3f3..4cca8c8 100644
ktime_get_ts(&cur_time_mon);
-@@ -2313,9 +2313,9 @@ static void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev)
+@@ -2303,9 +2303,9 @@ static void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev)
* overflowing the shift of read_errors by hours_since_last.
*/
if (hours_since_last >= 8 * sizeof(read_errors))
@@ -45561,7 +47165,7 @@ index f55c3f3..4cca8c8 100644
}
static int r10_sync_page_io(struct md_rdev *rdev, sector_t sector,
-@@ -2369,8 +2369,8 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10
+@@ -2359,8 +2359,8 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10
return;
check_decay_read_errors(mddev, rdev);
@@ -45572,7 +47176,7 @@ index f55c3f3..4cca8c8 100644
char b[BDEVNAME_SIZE];
bdevname(rdev->bdev, b);
-@@ -2378,7 +2378,7 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10
+@@ -2368,7 +2368,7 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10
"md/raid10:%s: %s: Raid device exceeded "
"read_error threshold [cur %d:max %d]\n",
mdname(mddev), b,
@@ -45581,7 +47185,7 @@ index f55c3f3..4cca8c8 100644
printk(KERN_NOTICE
"md/raid10:%s: %s: Failing raid device\n",
mdname(mddev), b);
-@@ -2533,7 +2533,7 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10
+@@ -2523,7 +2523,7 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10
sect +
choose_data_offset(r10_bio, rdev)),
bdevname(rdev->bdev, b));
@@ -45591,10 +47195,10 @@ index f55c3f3..4cca8c8 100644
rdev_dec_pending(rdev, mddev);
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
-index b6793d2..92be2bc 100644
+index f757023..f958632 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
-@@ -1108,23 +1108,23 @@ async_copy_data(int frombio, struct bio *bio, struct page **page,
+@@ -1119,23 +1119,23 @@ async_copy_data(int frombio, struct bio *bio, struct page **page,
struct bio_vec bvl;
struct bvec_iter iter;
struct page *bio_page;
@@ -45624,7 +47228,7 @@ index b6793d2..92be2bc 100644
if (page_offset < 0) {
b_offset = -page_offset;
-@@ -2017,6 +2017,10 @@ static int grow_one_stripe(struct r5conf *conf, gfp_t gfp)
+@@ -2028,6 +2028,10 @@ static int grow_one_stripe(struct r5conf *conf, gfp_t gfp)
return 1;
}
@@ -45635,7 +47239,7 @@ index b6793d2..92be2bc 100644
static int grow_stripes(struct r5conf *conf, int num)
{
struct kmem_cache *sc;
-@@ -2027,7 +2031,11 @@ static int grow_stripes(struct r5conf *conf, int num)
+@@ -2038,7 +2042,11 @@ static int grow_stripes(struct r5conf *conf, int num)
"raid%d-%s", conf->level, mdname(conf->mddev));
else
sprintf(conf->cache_name[0],
@@ -45647,7 +47251,7 @@ index b6793d2..92be2bc 100644
sprintf(conf->cache_name[1], "%s-alt", conf->cache_name[0]);
conf->active_name = 0;
-@@ -2315,21 +2323,21 @@ static void raid5_end_read_request(struct bio * bi, int error)
+@@ -2331,21 +2339,21 @@ static void raid5_end_read_request(struct bio * bi, int error)
mdname(conf->mddev), STRIPE_SECTORS,
(unsigned long long)s,
bdevname(rdev->bdev, b));
@@ -45673,7 +47277,7 @@ index b6793d2..92be2bc 100644
if (test_bit(R5_ReadRepl, &sh->dev[i].flags))
printk_ratelimited(
KERN_WARNING
-@@ -2357,7 +2365,7 @@ static void raid5_end_read_request(struct bio * bi, int error)
+@@ -2373,7 +2381,7 @@ static void raid5_end_read_request(struct bio * bi, int error)
mdname(conf->mddev),
(unsigned long long)s,
bdn);
@@ -45734,7 +47338,7 @@ index baa2789..c8de7fe 100644
#if IS_REACHABLE(CONFIG_DVB_DIB7000P)
void *dib7000p_attach(struct dib7000p_ops *ops);
diff --git a/drivers/media/dvb-frontends/dib8000.h b/drivers/media/dvb-frontends/dib8000.h
-index 780c37b..50e2620 100644
+index 2b8b4b1..8cef451 100644
--- a/drivers/media/dvb-frontends/dib8000.h
+++ b/drivers/media/dvb-frontends/dib8000.h
@@ -61,7 +61,7 @@ struct dib8000_ops {
@@ -45747,7 +47351,7 @@ index 780c37b..50e2620 100644
#if IS_REACHABLE(CONFIG_DVB_DIB8000)
void *dib8000_attach(struct dib8000_ops *ops);
diff --git a/drivers/media/pci/cx88/cx88-video.c b/drivers/media/pci/cx88/cx88-video.c
-index c9decd8..7849cec 100644
+index 400e5ca..f69f748 100644
--- a/drivers/media/pci/cx88/cx88-video.c
+++ b/drivers/media/pci/cx88/cx88-video.c
@@ -50,9 +50,9 @@ MODULE_VERSION(CX88_VERSION);
@@ -45764,7 +47368,7 @@ index c9decd8..7849cec 100644
module_param_array(video_nr, int, NULL, 0444);
module_param_array(vbi_nr, int, NULL, 0444);
diff --git a/drivers/media/pci/ivtv/ivtv-driver.c b/drivers/media/pci/ivtv/ivtv-driver.c
-index c2e60b4..5eeccc0 100644
+index 8616fa8..e16eeaf 100644
--- a/drivers/media/pci/ivtv/ivtv-driver.c
+++ b/drivers/media/pci/ivtv/ivtv-driver.c
@@ -83,7 +83,7 @@ static struct pci_device_id ivtv_pci_tbl[] = {
@@ -45842,7 +47446,7 @@ index c135165..dc69499 100644
/* ------------------------------------------------------------------ */
diff --git a/drivers/media/platform/omap/omap_vout.c b/drivers/media/platform/omap/omap_vout.c
-index 17b189a..b78aa6b 100644
+index f09c5f1..38f6d65 100644
--- a/drivers/media/platform/omap/omap_vout.c
+++ b/drivers/media/platform/omap/omap_vout.c
@@ -63,7 +63,6 @@ enum omap_vout_channels {
@@ -45853,7 +47457,7 @@ index 17b189a..b78aa6b 100644
/* Variables configurable through module params*/
static u32 video1_numbuffers = 3;
static u32 video2_numbuffers = 3;
-@@ -1012,6 +1011,12 @@ static int omap_vout_open(struct file *file)
+@@ -1008,6 +1007,12 @@ static int omap_vout_open(struct file *file)
{
struct videobuf_queue *q;
struct omap_vout_device *vout = NULL;
@@ -45866,7 +47470,7 @@ index 17b189a..b78aa6b 100644
vout = video_drvdata(file);
v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, "Entering %s\n", __func__);
-@@ -1029,10 +1034,6 @@ static int omap_vout_open(struct file *file)
+@@ -1025,10 +1030,6 @@ static int omap_vout_open(struct file *file)
vout->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
q = &vout->vbq;
@@ -46094,7 +47698,7 @@ index 8654e0d..0608a64 100644
static int shark_write_reg(struct radio_tea5777 *tea, u64 reg)
{
diff --git a/drivers/media/radio/radio-si476x.c b/drivers/media/radio/radio-si476x.c
-index dccf586..d5db411 100644
+index 9cbb8cd..2bf2ff3 100644
--- a/drivers/media/radio/radio-si476x.c
+++ b/drivers/media/radio/radio-si476x.c
@@ -1445,7 +1445,7 @@ static int si476x_radio_probe(struct platform_device *pdev)
@@ -46270,11 +47874,11 @@ index 9fd1527..8927230 100644
}
diff --git a/drivers/media/usb/dvb-usb/cinergyT2-fe.c b/drivers/media/usb/dvb-usb/cinergyT2-fe.c
-index c890fe4..f9b2ae6 100644
+index b3ec743..9c0e418 100644
--- a/drivers/media/usb/dvb-usb/cinergyT2-fe.c
+++ b/drivers/media/usb/dvb-usb/cinergyT2-fe.c
@@ -145,103 +145,176 @@ static int cinergyt2_fe_read_status(struct dvb_frontend *fe,
- fe_status_t *status)
+ enum fe_status *status)
{
struct cinergyt2_fe_state *state = fe->demodulator_priv;
- struct dvbt_get_status_msg result;
@@ -46620,7 +48224,7 @@ index 733a7ff..f8b52e3 100644
}
EXPORT_SYMBOL(usb_cypress_load_firmware);
diff --git a/drivers/media/usb/dvb-usb/technisat-usb2.c b/drivers/media/usb/dvb-usb/technisat-usb2.c
-index 5801ae7..83f71fa 100644
+index 03f334d..0986492 100644
--- a/drivers/media/usb/dvb-usb/technisat-usb2.c
+++ b/drivers/media/usb/dvb-usb/technisat-usb2.c
@@ -87,8 +87,11 @@ struct technisat_usb2_state {
@@ -46900,10 +48504,10 @@ index 5b0a30b..1974b38 100644
if (basename[len - 1] >= '0' && basename[len - 1] <= '9')
diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c b/drivers/media/v4l2-core/v4l2-ioctl.c
-index aa407cb..ee847d4 100644
+index 85de455..4987854 100644
--- a/drivers/media/v4l2-core/v4l2-ioctl.c
+++ b/drivers/media/v4l2-core/v4l2-ioctl.c
-@@ -2151,7 +2151,8 @@ struct v4l2_ioctl_info {
+@@ -2341,7 +2341,8 @@ struct v4l2_ioctl_info {
struct file *file, void *fh, void *p);
} u;
void (*debug)(const void *arg, bool write_only);
@@ -46913,7 +48517,7 @@ index aa407cb..ee847d4 100644
/* This control needs a priority check */
#define INFO_FL_PRIO (1 << 0)
-@@ -2335,7 +2336,7 @@ static long __video_do_ioctl(struct file *file,
+@@ -2525,7 +2526,7 @@ static long __video_do_ioctl(struct file *file,
struct video_device *vfd = video_devdata(file);
const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops;
bool write_only = false;
@@ -46922,7 +48526,7 @@ index aa407cb..ee847d4 100644
const struct v4l2_ioctl_info *info;
void *fh = file->private_data;
struct v4l2_fh *vfh = NULL;
-@@ -2426,7 +2427,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
+@@ -2616,7 +2617,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
ret = -EINVAL;
break;
}
@@ -46931,7 +48535,7 @@ index aa407cb..ee847d4 100644
*kernel_ptr = (void **)&buf->m.planes;
*array_size = sizeof(struct v4l2_plane) * buf->length;
ret = 1;
-@@ -2443,7 +2444,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
+@@ -2633,7 +2634,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
ret = -EINVAL;
break;
}
@@ -46940,7 +48544,7 @@ index aa407cb..ee847d4 100644
*kernel_ptr = (void **)&edid->edid;
*array_size = edid->blocks * 128;
ret = 1;
-@@ -2461,7 +2462,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
+@@ -2651,7 +2652,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
ret = -EINVAL;
break;
}
@@ -46949,7 +48553,7 @@ index aa407cb..ee847d4 100644
*kernel_ptr = (void **)&ctrls->controls;
*array_size = sizeof(struct v4l2_ext_control)
* ctrls->count;
-@@ -2562,7 +2563,7 @@ video_usercopy(struct file *file, unsigned int cmd, unsigned long arg,
+@@ -2752,7 +2753,7 @@ video_usercopy(struct file *file, unsigned int cmd, unsigned long arg,
}
if (has_array_args) {
@@ -46959,7 +48563,7 @@ index aa407cb..ee847d4 100644
err = -EFAULT;
goto out_array_args;
diff --git a/drivers/memory/omap-gpmc.c b/drivers/memory/omap-gpmc.c
-index c94ea0d..b8a9f88 100644
+index 9426276..9abd11e 100644
--- a/drivers/memory/omap-gpmc.c
+++ b/drivers/memory/omap-gpmc.c
@@ -232,7 +232,6 @@ struct omap3_gpmc_regs {
@@ -47005,10 +48609,10 @@ index c94ea0d..b8a9f88 100644
gpmc_client_irq[1].bitmask = GPMC_IRQ_COUNT_EVENT;
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c
-index 187f836..679544b 100644
+index 5dcc031..e08ecd2 100644
--- a/drivers/message/fusion/mptbase.c
+++ b/drivers/message/fusion/mptbase.c
-@@ -6746,8 +6746,13 @@ static int mpt_iocinfo_proc_show(struct seq_file *m, void *v)
+@@ -6722,8 +6722,13 @@ static int mpt_iocinfo_proc_show(struct seq_file *m, void *v)
seq_printf(m, " MaxChainDepth = 0x%02x frames\n", ioc->facts.MaxChainDepth);
seq_printf(m, " MinBlockSize = 0x%02x bytes\n", 4*ioc->facts.BlockSize);
@@ -47022,7 +48626,7 @@ index 187f836..679544b 100644
/*
* Rounding UP to nearest 4-kB boundary here...
*/
-@@ -6760,7 +6765,11 @@ static int mpt_iocinfo_proc_show(struct seq_file *m, void *v)
+@@ -6736,7 +6741,11 @@ static int mpt_iocinfo_proc_show(struct seq_file *m, void *v)
ioc->facts.GlobalCredits);
seq_printf(m, " Frames @ 0x%p (Dma @ 0x%p)\n",
@@ -47035,7 +48639,7 @@ index 187f836..679544b 100644
seq_printf(m, " {CurRepSz=%d} x {CurRepDepth=%d} = %d bytes ^= 0x%x\n",
ioc->reply_sz, ioc->reply_depth, ioc->reply_sz*ioc->reply_depth, sz);
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c
-index 5bdaae1..eced16f 100644
+index 005a88b..5a90fbb 100644
--- a/drivers/message/fusion/mptsas.c
+++ b/drivers/message/fusion/mptsas.c
@@ -446,6 +446,23 @@ mptsas_is_end_device(struct mptsas_devinfo * attached)
@@ -47087,7 +48691,7 @@ index 5bdaae1..eced16f 100644
mptsas_get_port(struct mptsas_phyinfo *phy_info)
{
diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c
-index cdd6f3d..1907a98 100644
+index 0236cd7..53b10d7 100644
--- a/drivers/mfd/ab8500-debugfs.c
+++ b/drivers/mfd/ab8500-debugfs.c
@@ -100,7 +100,7 @@ static int irq_last;
@@ -47139,7 +48743,7 @@ index 7612d89..70549c2 100644
if (!irq) {
dev_warn(tps65910->dev, "No interrupt support, no core IRQ\n");
diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c
-index 1b772ef..01e77d33 100644
+index a3fa7f4..eac02ef 100644
--- a/drivers/mfd/twl4030-irq.c
+++ b/drivers/mfd/twl4030-irq.c
@@ -34,6 +34,7 @@
@@ -47197,7 +48801,7 @@ index 8385177..2f54635 100644
return -ENODEV;
diff --git a/drivers/misc/kgdbts.c b/drivers/misc/kgdbts.c
-index 36f5d52..32311c3 100644
+index 9a60bd4..cee2069 100644
--- a/drivers/misc/kgdbts.c
+++ b/drivers/misc/kgdbts.c
@@ -834,7 +834,7 @@ static void run_plant_and_detach_test(int is_early)
@@ -47205,7 +48809,7 @@ index 36f5d52..32311c3 100644
char after[BREAK_INSTR_SIZE];
- probe_kernel_read(before, (char *)kgdbts_break_test,
-+ probe_kernel_read(before, ktla_ktva((char *)kgdbts_break_test),
++ probe_kernel_read(before, (void *)ktla_ktva((unsigned long)kgdbts_break_test),
BREAK_INSTR_SIZE);
init_simple_test();
ts.tst = plant_and_detach_test;
@@ -47214,12 +48818,12 @@ index 36f5d52..32311c3 100644
if (!is_early)
kgdb_breakpoint();
- probe_kernel_read(after, (char *)kgdbts_break_test,
-+ probe_kernel_read(after, ktla_ktva((char *)kgdbts_break_test),
++ probe_kernel_read(after, (void *)ktla_ktva((unsigned long)kgdbts_break_test),
BREAK_INSTR_SIZE);
if (memcmp(before, after, BREAK_INSTR_SIZE)) {
printk(KERN_CRIT "kgdbts: ERROR kgdb corrupted memory\n");
diff --git a/drivers/misc/lis3lv02d/lis3lv02d.c b/drivers/misc/lis3lv02d/lis3lv02d.c
-index 4739689..8a52950 100644
+index fb8705f..dc2f679 100644
--- a/drivers/misc/lis3lv02d/lis3lv02d.c
+++ b/drivers/misc/lis3lv02d/lis3lv02d.c
@@ -497,7 +497,7 @@ static irqreturn_t lis302dl_interrupt(int irq, void *data)
@@ -47271,6 +48875,46 @@ index c439c82..1f20f57 100644
union axis_conversion ac; /* hw -> logical axis */
int mapped_btns[3];
+diff --git a/drivers/misc/mic/scif/scif_rb.c b/drivers/misc/mic/scif/scif_rb.c
+index 637cc46..4fb1267 100644
+--- a/drivers/misc/mic/scif/scif_rb.c
++++ b/drivers/misc/mic/scif/scif_rb.c
+@@ -138,7 +138,7 @@ void scif_rb_commit(struct scif_rb *rb)
+ * the read barrier in scif_rb_count(..)
+ */
+ wmb();
+- ACCESS_ONCE(*rb->write_ptr) = rb->current_write_offset;
++ ACCESS_ONCE_RW(*rb->write_ptr) = rb->current_write_offset;
+ #ifdef CONFIG_INTEL_MIC_CARD
+ /*
+ * X100 Si bug: For the case where a Core is performing an EXT_WR
+@@ -147,7 +147,7 @@ void scif_rb_commit(struct scif_rb *rb)
+ * This way, if ordering is violated for the Interrupt Message, it will
+ * fall just behind the first Posted associated with the first EXT_WR.
+ */
+- ACCESS_ONCE(*rb->write_ptr) = rb->current_write_offset;
++ ACCESS_ONCE_RW(*rb->write_ptr) = rb->current_write_offset;
+ #endif
+ }
+
+@@ -210,7 +210,7 @@ void scif_rb_update_read_ptr(struct scif_rb *rb)
+ * scif_rb_space(..)
+ */
+ mb();
+- ACCESS_ONCE(*rb->read_ptr) = new_offset;
++ ACCESS_ONCE_RW(*rb->read_ptr) = new_offset;
+ #ifdef CONFIG_INTEL_MIC_CARD
+ /*
+ * X100 Si Bug: For the case where a Core is performing an EXT_WR
+@@ -219,7 +219,7 @@ void scif_rb_update_read_ptr(struct scif_rb *rb)
+ * This way, if ordering is violated for the Interrupt Message, it will
+ * fall just behind the first Posted associated with the first EXT_WR.
+ */
+- ACCESS_ONCE(*rb->read_ptr) = new_offset;
++ ACCESS_ONCE_RW(*rb->read_ptr) = new_offset;
+ #endif
+ }
+
diff --git a/drivers/misc/sgi-gru/gruhandles.c b/drivers/misc/sgi-gru/gruhandles.c
index 2f30bad..c4c13d0 100644
--- a/drivers/misc/sgi-gru/gruhandles.c
@@ -47566,7 +49210,7 @@ index 7f32712..8539ab2 100644
/*
* Timer function to enforce the timelimit on the partition disengage.
diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c
-index 31d2627..d1b80a5 100644
+index a1b820f..e299c58 100644
--- a/drivers/mmc/card/block.c
+++ b/drivers/mmc/card/block.c
@@ -579,7 +579,7 @@ static int mmc_blk_ioctl_cmd(struct block_device *bdev,
@@ -47579,13 +49223,13 @@ index 31d2627..d1b80a5 100644
goto cmd_rel_host;
}
diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h
-index f45ab91..9f50d8f 100644
+index 8ce4674..a23c858 100644
--- a/drivers/mmc/host/dw_mmc.h
+++ b/drivers/mmc/host/dw_mmc.h
-@@ -287,5 +287,5 @@ struct dw_mci_drv_data {
- int (*execute_tuning)(struct dw_mci_slot *slot);
- int (*prepare_hs400_tuning)(struct dw_mci *host,
+@@ -286,5 +286,5 @@ struct dw_mci_drv_data {
struct mmc_ios *ios);
+ int (*switch_voltage)(struct mmc_host *mmc,
+ struct mmc_ios *ios);
-};
+} __do_const;
#endif /* _DW_MMC_H_ */
@@ -47605,10 +49249,10 @@ index fb26674..3172c2b 100644
mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY;
mmc->max_busy_timeout = 0;
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
-index d0abdffb..bb1f8d7 100644
+index 4d12032..2b0eb6d 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
-@@ -2004,7 +2004,9 @@ static int omap_hsmmc_probe(struct platform_device *pdev)
+@@ -1984,7 +1984,9 @@ static int omap_hsmmc_probe(struct platform_device *pdev)
if (host->pdata->controller_flags & OMAP_HSMMC_BROKEN_MULTIBLOCK_READ) {
dev_info(&pdev->dev, "multiblock reads disabled due to 35xx erratum 2.1.1.128; MMC read performance may suffer\n");
@@ -47618,13 +49262,13 @@ index d0abdffb..bb1f8d7 100644
+ pax_close_kernel();
}
- pm_runtime_enable(host->dev);
+ device_init_wakeup(&pdev->dev, true);
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
-index 82f512d..5a228bb 100644
+index c6b9f64..00e656c 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
-@@ -993,9 +993,12 @@ static int sdhci_esdhc_imx_probe(struct platform_device *pdev)
- host->mmc->caps |= MMC_CAP_1_8V_DDR;
+@@ -1088,9 +1088,12 @@ static int sdhci_esdhc_imx_probe(struct platform_device *pdev)
+ host->ioaddr + 0x6c);
}
- if (imx_data->socdata->flags & ESDHC_FLAG_MAN_TUNING)
@@ -47639,7 +49283,7 @@ index 82f512d..5a228bb 100644
if (imx_data->socdata->flags & ESDHC_FLAG_STD_TUNING)
writel(readl(host->ioaddr + ESDHC_TUNING_CTRL) |
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
-index c6d2dd7..81b1ca3 100644
+index 70c724b..308aafc 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -598,9 +598,11 @@ static int sdhci_s3c_probe(struct platform_device *pdev)
@@ -47721,10 +49365,10 @@ index c23184a..4115c41 100644
struct sm_sysfs_attribute *vendor_attribute;
char *vendor;
diff --git a/drivers/net/bonding/bond_netlink.c b/drivers/net/bonding/bond_netlink.c
-index 7b11243..b3278a3 100644
+index 1bda292..3f4af40 100644
--- a/drivers/net/bonding/bond_netlink.c
+++ b/drivers/net/bonding/bond_netlink.c
-@@ -585,7 +585,7 @@ nla_put_failure:
+@@ -649,7 +649,7 @@ nla_put_failure:
return -EMSGSIZE;
}
@@ -47816,10 +49460,10 @@ index 0443654..4f0aa18 100644
if (!request_mem_region(mem->start, mem_size, pdev->name)) {
diff --git a/drivers/net/ethernet/altera/altera_tse_main.c b/drivers/net/ethernet/altera/altera_tse_main.c
-index da48e66..2dbec80 100644
+index 8207877..ce13e99 100644
--- a/drivers/net/ethernet/altera/altera_tse_main.c
+++ b/drivers/net/ethernet/altera/altera_tse_main.c
-@@ -1256,7 +1256,7 @@ static int tse_shutdown(struct net_device *dev)
+@@ -1255,7 +1255,7 @@ static int tse_shutdown(struct net_device *dev)
return 0;
}
@@ -47828,7 +49472,7 @@ index da48e66..2dbec80 100644
.ndo_open = tse_open,
.ndo_stop = tse_shutdown,
.ndo_start_xmit = tse_start_xmit,
-@@ -1493,11 +1493,13 @@ static int altera_tse_probe(struct platform_device *pdev)
+@@ -1492,11 +1492,13 @@ static int altera_tse_probe(struct platform_device *pdev)
ndev->netdev_ops = &altera_tse_netdev_ops;
altera_tse_set_ethtool_ops(ndev);
@@ -47843,10 +49487,10 @@ index da48e66..2dbec80 100644
/* Scatter/gather IO is not supported,
* so it is turned off
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-common.h b/drivers/net/ethernet/amd/xgbe/xgbe-common.h
-index 34c28aa..5e06567 100644
+index b6fa891..31ef157 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-common.h
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-common.h
-@@ -1124,14 +1124,14 @@ do { \
+@@ -1279,14 +1279,14 @@ do { \
* operations, everything works on mask values.
*/
#define XMDIO_READ(_pdata, _mmd, _reg) \
@@ -47864,10 +49508,10 @@ index 34c28aa..5e06567 100644
#define XMDIO_WRITE_BITS(_pdata, _mmd, _reg, _mask, _val) \
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-dcb.c b/drivers/net/ethernet/amd/xgbe/xgbe-dcb.c
-index 8a50b01..39c1ad0 100644
+index a6b9899..2e5e972 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-dcb.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-dcb.c
-@@ -187,7 +187,7 @@ static int xgbe_dcb_ieee_setets(struct net_device *netdev,
+@@ -190,7 +190,7 @@ static int xgbe_dcb_ieee_setets(struct net_device *netdev,
memcpy(pdata->ets, ets, sizeof(*pdata->ets));
@@ -47876,7 +49520,7 @@ index 8a50b01..39c1ad0 100644
return 0;
}
-@@ -226,7 +226,7 @@ static int xgbe_dcb_ieee_setpfc(struct net_device *netdev,
+@@ -230,7 +230,7 @@ static int xgbe_dcb_ieee_setpfc(struct net_device *netdev,
memcpy(pdata->pfc, pfc, sizeof(*pdata->pfc));
@@ -47886,10 +49530,10 @@ index 8a50b01..39c1ad0 100644
return 0;
}
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-desc.c b/drivers/net/ethernet/amd/xgbe/xgbe-desc.c
-index 5c92fb7..08be735 100644
+index b3bc87f..5bdfdd3 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-desc.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-desc.c
-@@ -347,7 +347,7 @@ static int xgbe_map_rx_buffer(struct xgbe_prv_data *pdata,
+@@ -353,7 +353,7 @@ static int xgbe_map_rx_buffer(struct xgbe_prv_data *pdata,
static void xgbe_wrapper_tx_descriptor_init(struct xgbe_prv_data *pdata)
{
@@ -47898,7 +49542,7 @@ index 5c92fb7..08be735 100644
struct xgbe_channel *channel;
struct xgbe_ring *ring;
struct xgbe_ring_data *rdata;
-@@ -388,7 +388,7 @@ static void xgbe_wrapper_tx_descriptor_init(struct xgbe_prv_data *pdata)
+@@ -394,7 +394,7 @@ static void xgbe_wrapper_tx_descriptor_init(struct xgbe_prv_data *pdata)
static void xgbe_wrapper_rx_descriptor_init(struct xgbe_prv_data *pdata)
{
@@ -47907,7 +49551,7 @@ index 5c92fb7..08be735 100644
struct xgbe_channel *channel;
struct xgbe_ring *ring;
struct xgbe_ring_desc *rdesc;
-@@ -620,17 +620,12 @@ err_out:
+@@ -628,17 +628,12 @@ err_out:
return 0;
}
@@ -47925,7 +49569,7 @@ index 5c92fb7..08be735 100644
-
- DBGPR("<--xgbe_init_function_ptrs_desc\n");
-}
-+struct xgbe_desc_if default_xgbe_desc_if = {
++const struct xgbe_desc_if default_xgbe_desc_if = {
+ .alloc_ring_resources = xgbe_alloc_ring_resources,
+ .free_ring_resources = xgbe_free_ring_resources,
+ .map_tx_skb = xgbe_map_tx_skb,
@@ -47935,10 +49579,10 @@ index 5c92fb7..08be735 100644
+ .wrapper_rx_desc_init = xgbe_wrapper_rx_descriptor_init,
+};
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-dev.c b/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
-index 21d9497..c74b40f 100644
+index a4473d8..039a2ab 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
-@@ -2772,7 +2772,7 @@ static void xgbe_powerdown_rx(struct xgbe_prv_data *pdata)
+@@ -2776,7 +2776,7 @@ static void xgbe_powerdown_rx(struct xgbe_prv_data *pdata)
static int xgbe_init(struct xgbe_prv_data *pdata)
{
@@ -47947,7 +49591,7 @@ index 21d9497..c74b40f 100644
int ret;
DBGPR("-->xgbe_init\n");
-@@ -2838,106 +2838,101 @@ static int xgbe_init(struct xgbe_prv_data *pdata)
+@@ -2842,106 +2842,101 @@ static int xgbe_init(struct xgbe_prv_data *pdata)
return 0;
}
@@ -47992,7 +49636,7 @@ index 21d9497..c74b40f 100644
- hw_if->disable_int = xgbe_disable_int;
- hw_if->init = xgbe_init;
- hw_if->exit = xgbe_exit;
-+struct xgbe_hw_if default_xgbe_hw_if = {
++const struct xgbe_hw_if default_xgbe_hw_if = {
+ .tx_complete = xgbe_tx_complete,
+
+ .set_mac_address = xgbe_set_mac_address,
@@ -48131,10 +49775,10 @@ index 21d9497..c74b40f 100644
+ .set_rss_lookup_table = xgbe_set_rss_lookup_table,
+};
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-drv.c b/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
-index 9fd6c69..588ff02 100644
+index aae9d5e..29ce58d 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
-@@ -243,7 +243,7 @@ static int xgbe_maybe_stop_tx_queue(struct xgbe_channel *channel,
+@@ -245,7 +245,7 @@ static int xgbe_maybe_stop_tx_queue(struct xgbe_channel *channel,
* support, tell it now
*/
if (ring->tx.xmit_more)
@@ -48143,7 +49787,7 @@ index 9fd6c69..588ff02 100644
return NETDEV_TX_BUSY;
}
-@@ -271,7 +271,7 @@ static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu)
+@@ -273,7 +273,7 @@ static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu)
static void xgbe_enable_rx_tx_ints(struct xgbe_prv_data *pdata)
{
@@ -48152,7 +49796,7 @@ index 9fd6c69..588ff02 100644
struct xgbe_channel *channel;
enum xgbe_int int_id;
unsigned int i;
-@@ -293,7 +293,7 @@ static void xgbe_enable_rx_tx_ints(struct xgbe_prv_data *pdata)
+@@ -295,7 +295,7 @@ static void xgbe_enable_rx_tx_ints(struct xgbe_prv_data *pdata)
static void xgbe_disable_rx_tx_ints(struct xgbe_prv_data *pdata)
{
@@ -48161,7 +49805,7 @@ index 9fd6c69..588ff02 100644
struct xgbe_channel *channel;
enum xgbe_int int_id;
unsigned int i;
-@@ -316,7 +316,7 @@ static void xgbe_disable_rx_tx_ints(struct xgbe_prv_data *pdata)
+@@ -318,7 +318,7 @@ static void xgbe_disable_rx_tx_ints(struct xgbe_prv_data *pdata)
static irqreturn_t xgbe_isr(int irq, void *data)
{
struct xgbe_prv_data *pdata = data;
@@ -48170,7 +49814,16 @@ index 9fd6c69..588ff02 100644
struct xgbe_channel *channel;
unsigned int dma_isr, dma_ch_isr;
unsigned int mac_isr, mac_tssr;
-@@ -682,7 +682,7 @@ static void xgbe_free_irqs(struct xgbe_prv_data *pdata)
+@@ -443,7 +443,7 @@ static void xgbe_service(struct work_struct *work)
+ struct xgbe_prv_data,
+ service_work);
+
+- pdata->phy_if.phy_status(pdata);
++ pdata->phy_if->phy_status(pdata);
+ }
+
+ static void xgbe_service_timer(unsigned long data)
+@@ -702,7 +702,7 @@ static void xgbe_free_irqs(struct xgbe_prv_data *pdata)
void xgbe_init_tx_coalesce(struct xgbe_prv_data *pdata)
{
@@ -48179,7 +49832,7 @@ index 9fd6c69..588ff02 100644
DBGPR("-->xgbe_init_tx_coalesce\n");
-@@ -696,7 +696,7 @@ void xgbe_init_tx_coalesce(struct xgbe_prv_data *pdata)
+@@ -716,7 +716,7 @@ void xgbe_init_tx_coalesce(struct xgbe_prv_data *pdata)
void xgbe_init_rx_coalesce(struct xgbe_prv_data *pdata)
{
@@ -48188,7 +49841,7 @@ index 9fd6c69..588ff02 100644
DBGPR("-->xgbe_init_rx_coalesce\n");
-@@ -711,7 +711,7 @@ void xgbe_init_rx_coalesce(struct xgbe_prv_data *pdata)
+@@ -731,7 +731,7 @@ void xgbe_init_rx_coalesce(struct xgbe_prv_data *pdata)
static void xgbe_free_tx_data(struct xgbe_prv_data *pdata)
{
@@ -48197,7 +49850,7 @@ index 9fd6c69..588ff02 100644
struct xgbe_channel *channel;
struct xgbe_ring *ring;
struct xgbe_ring_data *rdata;
-@@ -736,7 +736,7 @@ static void xgbe_free_tx_data(struct xgbe_prv_data *pdata)
+@@ -756,7 +756,7 @@ static void xgbe_free_tx_data(struct xgbe_prv_data *pdata)
static void xgbe_free_rx_data(struct xgbe_prv_data *pdata)
{
@@ -48206,16 +49859,14 @@ index 9fd6c69..588ff02 100644
struct xgbe_channel *channel;
struct xgbe_ring *ring;
struct xgbe_ring_data *rdata;
-@@ -762,7 +762,7 @@ static void xgbe_free_rx_data(struct xgbe_prv_data *pdata)
- static void xgbe_adjust_link(struct net_device *netdev)
- {
- struct xgbe_prv_data *pdata = netdev_priv(netdev);
-- struct xgbe_hw_if *hw_if = &pdata->hw_if;
-+ struct xgbe_hw_if *hw_if = pdata->hw_if;
- struct phy_device *phydev = pdata->phydev;
- int new_state = 0;
+@@ -784,13 +784,13 @@ static int xgbe_phy_init(struct xgbe_prv_data *pdata)
+ pdata->phy_link = -1;
+ pdata->phy_speed = SPEED_UNKNOWN;
+
+- return pdata->phy_if.phy_reset(pdata);
++ return pdata->phy_if->phy_reset(pdata);
+ }
-@@ -870,7 +870,7 @@ static void xgbe_phy_exit(struct xgbe_prv_data *pdata)
int xgbe_powerdown(struct net_device *netdev, unsigned int caller)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48224,7 +49875,7 @@ index 9fd6c69..588ff02 100644
unsigned long flags;
DBGPR("-->xgbe_powerdown\n");
-@@ -908,7 +908,7 @@ int xgbe_powerdown(struct net_device *netdev, unsigned int caller)
+@@ -829,7 +829,7 @@ int xgbe_powerdown(struct net_device *netdev, unsigned int caller)
int xgbe_powerup(struct net_device *netdev, unsigned int caller)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48233,25 +49884,29 @@ index 9fd6c69..588ff02 100644
unsigned long flags;
DBGPR("-->xgbe_powerup\n");
-@@ -945,7 +945,7 @@ int xgbe_powerup(struct net_device *netdev, unsigned int caller)
+@@ -866,8 +866,8 @@ int xgbe_powerup(struct net_device *netdev, unsigned int caller)
static int xgbe_start(struct xgbe_prv_data *pdata)
{
- struct xgbe_hw_if *hw_if = &pdata->hw_if;
+- struct xgbe_phy_if *phy_if = &pdata->phy_if;
+ struct xgbe_hw_if *hw_if = pdata->hw_if;
++ struct xgbe_phy_if *phy_if = pdata->phy_if;
struct net_device *netdev = pdata->netdev;
int ret;
-@@ -984,7 +984,7 @@ err_napi:
+@@ -910,8 +910,8 @@ err_phy:
static void xgbe_stop(struct xgbe_prv_data *pdata)
{
- struct xgbe_hw_if *hw_if = &pdata->hw_if;
+- struct xgbe_phy_if *phy_if = &pdata->phy_if;
+ struct xgbe_hw_if *hw_if = pdata->hw_if;
++ struct xgbe_phy_if *phy_if = pdata->phy_if;
struct xgbe_channel *channel;
struct net_device *netdev = pdata->netdev;
struct netdev_queue *txq;
-@@ -1211,7 +1211,7 @@ static int xgbe_set_hwtstamp_settings(struct xgbe_prv_data *pdata,
+@@ -1139,7 +1139,7 @@ static int xgbe_set_hwtstamp_settings(struct xgbe_prv_data *pdata,
return -ERANGE;
}
@@ -48260,7 +49915,7 @@ index 9fd6c69..588ff02 100644
memcpy(&pdata->tstamp_config, &config, sizeof(config));
-@@ -1360,7 +1360,7 @@ static void xgbe_packet_info(struct xgbe_prv_data *pdata,
+@@ -1288,7 +1288,7 @@ static void xgbe_packet_info(struct xgbe_prv_data *pdata,
static int xgbe_open(struct net_device *netdev)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48269,7 +49924,7 @@ index 9fd6c69..588ff02 100644
int ret;
DBGPR("-->xgbe_open\n");
-@@ -1432,7 +1432,7 @@ err_phy_init:
+@@ -1360,7 +1360,7 @@ err_sysclk:
static int xgbe_close(struct net_device *netdev)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48278,7 +49933,7 @@ index 9fd6c69..588ff02 100644
DBGPR("-->xgbe_close\n");
-@@ -1460,8 +1460,8 @@ static int xgbe_close(struct net_device *netdev)
+@@ -1387,8 +1387,8 @@ static int xgbe_close(struct net_device *netdev)
static int xgbe_xmit(struct sk_buff *skb, struct net_device *netdev)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48289,7 +49944,7 @@ index 9fd6c69..588ff02 100644
struct xgbe_channel *channel;
struct xgbe_ring *ring;
struct xgbe_packet_data *packet;
-@@ -1529,7 +1529,7 @@ tx_netdev_return:
+@@ -1457,7 +1457,7 @@ tx_netdev_return:
static void xgbe_set_rx_mode(struct net_device *netdev)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48298,7 +49953,7 @@ index 9fd6c69..588ff02 100644
DBGPR("-->xgbe_set_rx_mode\n");
-@@ -1541,7 +1541,7 @@ static void xgbe_set_rx_mode(struct net_device *netdev)
+@@ -1469,7 +1469,7 @@ static void xgbe_set_rx_mode(struct net_device *netdev)
static int xgbe_set_mac_address(struct net_device *netdev, void *addr)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48307,7 +49962,7 @@ index 9fd6c69..588ff02 100644
struct sockaddr *saddr = addr;
DBGPR("-->xgbe_set_mac_address\n");
-@@ -1616,7 +1616,7 @@ static struct rtnl_link_stats64 *xgbe_get_stats64(struct net_device *netdev,
+@@ -1544,7 +1544,7 @@ static struct rtnl_link_stats64 *xgbe_get_stats64(struct net_device *netdev,
DBGPR("-->%s\n", __func__);
@@ -48316,7 +49971,7 @@ index 9fd6c69..588ff02 100644
s->rx_packets = pstats->rxframecount_gb;
s->rx_bytes = pstats->rxoctetcount_gb;
-@@ -1643,7 +1643,7 @@ static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto,
+@@ -1571,7 +1571,7 @@ static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto,
u16 vid)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48325,7 +49980,7 @@ index 9fd6c69..588ff02 100644
DBGPR("-->%s\n", __func__);
-@@ -1659,7 +1659,7 @@ static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto,
+@@ -1587,7 +1587,7 @@ static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto,
u16 vid)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48334,7 +49989,7 @@ index 9fd6c69..588ff02 100644
DBGPR("-->%s\n", __func__);
-@@ -1725,7 +1725,7 @@ static int xgbe_set_features(struct net_device *netdev,
+@@ -1654,7 +1654,7 @@ static int xgbe_set_features(struct net_device *netdev,
netdev_features_t features)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48343,7 +49998,7 @@ index 9fd6c69..588ff02 100644
netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter;
int ret = 0;
-@@ -1791,8 +1791,8 @@ struct net_device_ops *xgbe_get_netdev_ops(void)
+@@ -1720,8 +1720,8 @@ struct net_device_ops *xgbe_get_netdev_ops(void)
static void xgbe_rx_refresh(struct xgbe_channel *channel)
{
struct xgbe_prv_data *pdata = channel->pdata;
@@ -48354,7 +50009,7 @@ index 9fd6c69..588ff02 100644
struct xgbe_ring *ring = channel->rx_ring;
struct xgbe_ring_data *rdata;
-@@ -1847,8 +1847,8 @@ static struct sk_buff *xgbe_create_skb(struct napi_struct *napi,
+@@ -1798,8 +1798,8 @@ static struct sk_buff *xgbe_create_skb(struct xgbe_prv_data *pdata,
static int xgbe_tx_poll(struct xgbe_channel *channel)
{
struct xgbe_prv_data *pdata = channel->pdata;
@@ -48365,7 +50020,7 @@ index 9fd6c69..588ff02 100644
struct xgbe_ring *ring = channel->tx_ring;
struct xgbe_ring_data *rdata;
struct xgbe_ring_desc *rdesc;
-@@ -1913,7 +1913,7 @@ static int xgbe_tx_poll(struct xgbe_channel *channel)
+@@ -1863,7 +1863,7 @@ static int xgbe_tx_poll(struct xgbe_channel *channel)
static int xgbe_rx_poll(struct xgbe_channel *channel, int budget)
{
struct xgbe_prv_data *pdata = channel->pdata;
@@ -48375,10 +50030,10 @@ index 9fd6c69..588ff02 100644
struct xgbe_ring_data *rdata;
struct xgbe_packet_data *packet;
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c b/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c
-index 5f149e8..6736bf4 100644
+index 59e090e..90bc0b4 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c
-@@ -203,7 +203,7 @@ static void xgbe_get_ethtool_stats(struct net_device *netdev,
+@@ -211,7 +211,7 @@ static void xgbe_get_ethtool_stats(struct net_device *netdev,
DBGPR("-->%s\n", __func__);
@@ -48387,7 +50042,25 @@ index 5f149e8..6736bf4 100644
for (i = 0; i < XGBE_STATS_COUNT; i++) {
stat = (u8 *)pdata + xgbe_gstring_stats[i].stat_offset;
*data++ = *(u64 *)stat;
-@@ -396,7 +396,7 @@ static int xgbe_set_coalesce(struct net_device *netdev,
+@@ -284,7 +284,7 @@ static int xgbe_set_pauseparam(struct net_device *netdev,
+ pdata->phy.advertising ^= ADVERTISED_Asym_Pause;
+
+ if (netif_running(netdev))
+- ret = pdata->phy_if.phy_config_aneg(pdata);
++ ret = pdata->phy_if->phy_config_aneg(pdata);
+
+ DBGPR("<--xgbe_set_pauseparam\n");
+
+@@ -364,7 +364,7 @@ static int xgbe_set_settings(struct net_device *netdev,
+ pdata->phy.advertising &= ~ADVERTISED_Autoneg;
+
+ if (netif_running(netdev))
+- ret = pdata->phy_if.phy_config_aneg(pdata);
++ ret = pdata->phy_if->phy_config_aneg(pdata);
+
+ DBGPR("<--xgbe_set_settings\n");
+
+@@ -411,7 +411,7 @@ static int xgbe_set_coalesce(struct net_device *netdev,
struct ethtool_coalesce *ec)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48396,7 +50069,7 @@ index 5f149e8..6736bf4 100644
unsigned int rx_frames, rx_riwt, rx_usecs;
unsigned int tx_frames;
-@@ -521,7 +521,7 @@ static int xgbe_set_rxfh(struct net_device *netdev, const u32 *indir,
+@@ -536,7 +536,7 @@ static int xgbe_set_rxfh(struct net_device *netdev, const u32 *indir,
const u8 *key, const u8 hfunc)
{
struct xgbe_prv_data *pdata = netdev_priv(netdev);
@@ -48406,56 +50079,117 @@ index 5f149e8..6736bf4 100644
if (hfunc != ETH_RSS_HASH_NO_CHANGE && hfunc != ETH_RSS_HASH_TOP)
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-main.c b/drivers/net/ethernet/amd/xgbe/xgbe-main.c
-index 7149053..889c5492 100644
+index e83bd76..f2d5d56 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-main.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-main.c
-@@ -159,12 +159,6 @@ static void xgbe_default_config(struct xgbe_prv_data *pdata)
+@@ -202,13 +202,6 @@ static void xgbe_default_config(struct xgbe_prv_data *pdata)
DBGPR("<--xgbe_default_config\n");
}
-static void xgbe_init_all_fptrs(struct xgbe_prv_data *pdata)
-{
- xgbe_init_function_ptrs_dev(&pdata->hw_if);
+- xgbe_init_function_ptrs_phy(&pdata->phy_if);
- xgbe_init_function_ptrs_desc(&pdata->desc_if);
-}
-
#ifdef CONFIG_ACPI
static int xgbe_acpi_support(struct xgbe_prv_data *pdata)
{
-@@ -387,9 +381,8 @@ static int xgbe_probe(struct platform_device *pdev)
+@@ -641,10 +634,12 @@ static int xgbe_probe(struct platform_device *pdev)
memcpy(netdev->dev_addr, pdata->mac_addr, netdev->addr_len);
/* Set all the function pointers */
- xgbe_init_all_fptrs(pdata);
-- hw_if = &pdata->hw_if;
-- desc_if = &pdata->desc_if;
-+ hw_if = pdata->hw_if = &default_xgbe_hw_if;
-+ desc_if = pdata->desc_if = &default_xgbe_desc_if;
++ pdata->hw_if = &default_xgbe_hw_if;
++ pdata->phy_if = &default_xgbe_phy_if;
++ pdata->desc_if = &default_xgbe_desc_if;
/* Issue software reset to device */
- hw_if->exit(pdata);
+- pdata->hw_if.exit(pdata);
++ pdata->hw_if->exit(pdata);
+
+ /* Populate the hardware features */
+ xgbe_get_all_hw_features(pdata);
+@@ -698,7 +693,7 @@ static int xgbe_probe(struct platform_device *pdev)
+ XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1);
+
+ /* Call MDIO/PHY initialization routine */
+- pdata->phy_if.phy_init(pdata);
++ pdata->phy_if->phy_init(pdata);
+
+ /* Set device operations */
+ netdev->netdev_ops = xgbe_get_netdev_ops();
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c b/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
-index 59e267f..0842a88 100644
+index 9088c3a..2ffe7c4 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
+++ b/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
-@@ -126,7 +126,7 @@
- static int xgbe_mdio_read(struct mii_bus *mii, int prtad, int mmd_reg)
- {
- struct xgbe_prv_data *pdata = mii->priv;
-- struct xgbe_hw_if *hw_if = &pdata->hw_if;
-+ struct xgbe_hw_if *hw_if = pdata->hw_if;
- int mmd_data;
+@@ -202,7 +202,7 @@ static void xgbe_xgmii_mode(struct xgbe_prv_data *pdata)
+ xgbe_an_enable_kr_training(pdata);
+
+ /* Set MAC to 10G speed */
+- pdata->hw_if.set_xgmii_speed(pdata);
++ pdata->hw_if->set_xgmii_speed(pdata);
+
+ /* Set PCS to KR/10G speed */
+ reg = XMDIO_READ(pdata, MDIO_MMD_PCS, MDIO_CTRL2);
+@@ -250,7 +250,7 @@ static void xgbe_gmii_2500_mode(struct xgbe_prv_data *pdata)
+ xgbe_an_disable_kr_training(pdata);
+
+ /* Set MAC to 2.5G speed */
+- pdata->hw_if.set_gmii_2500_speed(pdata);
++ pdata->hw_if->set_gmii_2500_speed(pdata);
+
+ /* Set PCS to KX/1G speed */
+ reg = XMDIO_READ(pdata, MDIO_MMD_PCS, MDIO_CTRL2);
+@@ -298,7 +298,7 @@ static void xgbe_gmii_mode(struct xgbe_prv_data *pdata)
+ xgbe_an_disable_kr_training(pdata);
+
+ /* Set MAC to 1G speed */
+- pdata->hw_if.set_gmii_speed(pdata);
++ pdata->hw_if->set_gmii_speed(pdata);
+
+ /* Set PCS to KX/1G speed */
+ reg = XMDIO_READ(pdata, MDIO_MMD_PCS, MDIO_CTRL2);
+@@ -872,13 +872,13 @@ static void xgbe_phy_adjust_link(struct xgbe_prv_data *pdata)
+
+ if (pdata->tx_pause != pdata->phy.tx_pause) {
+ new_state = 1;
+- pdata->hw_if.config_tx_flow_control(pdata);
++ pdata->hw_if->config_tx_flow_control(pdata);
+ pdata->tx_pause = pdata->phy.tx_pause;
+ }
- DBGPR_MDIO("-->xgbe_mdio_read: prtad=%#x mmd_reg=%#x\n",
-@@ -143,7 +143,7 @@ static int xgbe_mdio_write(struct mii_bus *mii, int prtad, int mmd_reg,
- u16 mmd_val)
- {
- struct xgbe_prv_data *pdata = mii->priv;
-- struct xgbe_hw_if *hw_if = &pdata->hw_if;
-+ struct xgbe_hw_if *hw_if = pdata->hw_if;
- int mmd_data = mmd_val;
+ if (pdata->rx_pause != pdata->phy.rx_pause) {
+ new_state = 1;
+- pdata->hw_if.config_rx_flow_control(pdata);
++ pdata->hw_if->config_rx_flow_control(pdata);
+ pdata->rx_pause = pdata->phy.rx_pause;
+ }
+
+@@ -1351,14 +1351,13 @@ static void xgbe_phy_init(struct xgbe_prv_data *pdata)
+ xgbe_dump_phy_registers(pdata);
+ }
- DBGPR_MDIO("-->xgbe_mdio_write: prtad=%#x mmd_reg=%#x mmd_data=%#x\n",
+-void xgbe_init_function_ptrs_phy(struct xgbe_phy_if *phy_if)
+-{
+- phy_if->phy_init = xgbe_phy_init;
++const struct xgbe_phy_if default_xgbe_phy_if = {
++ .phy_init = xgbe_phy_init,
+
+- phy_if->phy_reset = xgbe_phy_reset;
+- phy_if->phy_start = xgbe_phy_start;
+- phy_if->phy_stop = xgbe_phy_stop;
++ .phy_reset = xgbe_phy_reset,
++ .phy_start = xgbe_phy_start,
++ .phy_stop = xgbe_phy_stop,
+
+- phy_if->phy_status = xgbe_phy_status;
+- phy_if->phy_config_aneg = xgbe_phy_config_aneg;
+-}
++ .phy_status = xgbe_phy_status,
++ .phy_config_aneg = xgbe_phy_config_aneg,
++};
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-ptp.c b/drivers/net/ethernet/amd/xgbe/xgbe-ptp.c
index b03e4f5..78e4cc4 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe-ptp.c
@@ -48479,48 +50213,38 @@ index b03e4f5..78e4cc4 100644
spin_unlock_irqrestore(&pdata->tstamp_lock, flags);
diff --git a/drivers/net/ethernet/amd/xgbe/xgbe.h b/drivers/net/ethernet/amd/xgbe/xgbe.h
-index e62dfa2..7df28d5 100644
+index 717ce21..aacd1f3 100644
--- a/drivers/net/ethernet/amd/xgbe/xgbe.h
+++ b/drivers/net/ethernet/amd/xgbe/xgbe.h
-@@ -673,8 +673,8 @@ struct xgbe_prv_data {
+@@ -801,9 +801,9 @@ struct xgbe_prv_data {
int dev_irq;
unsigned int per_channel_irq;
- struct xgbe_hw_if hw_if;
+- struct xgbe_phy_if phy_if;
- struct xgbe_desc_if desc_if;
+ struct xgbe_hw_if *hw_if;
++ struct xgbe_phy_if *phy_if;
+ struct xgbe_desc_if *desc_if;
/* AXI DMA settings */
unsigned int coherent;
-@@ -797,6 +797,9 @@ struct xgbe_prv_data {
+@@ -964,6 +964,10 @@ struct xgbe_prv_data {
#endif
};
-+extern struct xgbe_hw_if default_xgbe_hw_if;
-+extern struct xgbe_desc_if default_xgbe_desc_if;
++extern const struct xgbe_hw_if default_xgbe_hw_if;
++extern const struct xgbe_phy_if default_xgbe_phy_if;
++extern const struct xgbe_desc_if default_xgbe_desc_if;
+
/* Function prototypes*/
void xgbe_init_function_ptrs_dev(struct xgbe_hw_if *);
-diff --git a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c
-index 783543a..a472348 100644
---- a/drivers/net/ethernet/broadcom/bcmsysport.c
-+++ b/drivers/net/ethernet/broadcom/bcmsysport.c
-@@ -1721,7 +1721,7 @@ static int bcm_sysport_probe(struct platform_device *pdev)
- macaddr = of_get_mac_address(dn);
- if (!macaddr || !is_valid_ether_addr(macaddr)) {
- dev_warn(&pdev->dev, "using random Ethernet MAC\n");
-- random_ether_addr(dev->dev_addr);
-+ eth_hw_addr_random(dev);
- } else {
- ether_addr_copy(dev->dev_addr, macaddr);
- }
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
-index d7a7175..7011194 100644
+index 03b7404..01ff3b3 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
-@@ -1065,7 +1065,7 @@ static inline u8 bnx2x_get_path_func_num(struct bnx2x *bp)
+@@ -1082,7 +1082,7 @@ static inline u8 bnx2x_get_path_func_num(struct bnx2x *bp)
static inline void bnx2x_init_bp_objs(struct bnx2x *bp)
{
/* RX_MODE controlling object */
@@ -48530,7 +50254,7 @@ index d7a7175..7011194 100644
/* multicast configuration controlling object */
bnx2x_init_mcast_obj(bp, &bp->mcast_obj, bp->fp->cl_id, bp->fp->cid,
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
-index 07cdf9b..b08ecc7 100644
+index 4ad415a..8e0a040 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
@@ -2329,15 +2329,14 @@ int bnx2x_config_rx_mode(struct bnx2x *bp,
@@ -48581,10 +50305,10 @@ index 31c9f82..e65e986 100644
#define CHIPREV_ID_5752_A0_HW 0x5000
#define CHIPREV_ID_5752_A0 0x6000
diff --git a/drivers/net/ethernet/brocade/bna/bna_enet.c b/drivers/net/ethernet/brocade/bna/bna_enet.c
-index deb8da6..45d473b 100644
+index 4e5c387..bba8173 100644
--- a/drivers/net/ethernet/brocade/bna/bna_enet.c
+++ b/drivers/net/ethernet/brocade/bna/bna_enet.c
-@@ -1694,10 +1694,10 @@ bna_cb_ioceth_reset(void *arg)
+@@ -1676,10 +1676,10 @@ bna_cb_ioceth_reset(void *arg)
}
static struct bfa_ioc_cbfn bna_ioceth_cbfn = {
@@ -48599,6 +50323,67 @@ index deb8da6..45d473b 100644
};
static void bna_attr_init(struct bna_ioceth *ioceth)
+diff --git a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c b/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
+index 29f3308..b594c38 100644
+--- a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
++++ b/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
+@@ -265,9 +265,9 @@ static void octnet_mdio_resp_callback(struct octeon_device *oct,
+ if (status) {
+ dev_err(&oct->pci_dev->dev, "MIDO instruction failed. Status: %llx\n",
+ CVM_CAST64(status));
+- ACCESS_ONCE(mdio_cmd_ctx->cond) = -1;
++ ACCESS_ONCE_RW(mdio_cmd_ctx->cond) = -1;
+ } else {
+- ACCESS_ONCE(mdio_cmd_ctx->cond) = 1;
++ ACCESS_ONCE_RW(mdio_cmd_ctx->cond) = 1;
+ }
+ wake_up_interruptible(&mdio_cmd_ctx->wc);
+ }
+@@ -298,7 +298,7 @@ octnet_mdio45_access(struct lio *lio, int op, int loc, int *value)
+ mdio_cmd_rsp = (struct oct_mdio_cmd_resp *)sc->virtrptr;
+ mdio_cmd = (struct oct_mdio_cmd *)sc->virtdptr;
+
+- ACCESS_ONCE(mdio_cmd_ctx->cond) = 0;
++ ACCESS_ONCE_RW(mdio_cmd_ctx->cond) = 0;
+ mdio_cmd_ctx->octeon_id = lio_get_device_id(oct_dev);
+ mdio_cmd->op = op;
+ mdio_cmd->mdio_addr = loc;
+diff --git a/drivers/net/ethernet/cavium/liquidio/lio_main.c b/drivers/net/ethernet/cavium/liquidio/lio_main.c
+index 0660dee..e07895e 100644
+--- a/drivers/net/ethernet/cavium/liquidio/lio_main.c
++++ b/drivers/net/ethernet/cavium/liquidio/lio_main.c
+@@ -1727,7 +1727,7 @@ static void if_cfg_callback(struct octeon_device *oct,
+ if (resp->status)
+ dev_err(&oct->pci_dev->dev, "nic if cfg instruction failed. Status: %llx\n",
+ CVM_CAST64(resp->status));
+- ACCESS_ONCE(ctx->cond) = 1;
++ ACCESS_ONCE_RW(ctx->cond) = 1;
+
+ /* This barrier is required to be sure that the response has been
+ * written fully before waking up the handler
+@@ -3177,7 +3177,7 @@ static int setup_nic_devices(struct octeon_device *octeon_dev)
+ dev_dbg(&octeon_dev->pci_dev->dev,
+ "requesting config for interface %d, iqs %d, oqs %d\n",
+ i, num_iqueues, num_oqueues);
+- ACCESS_ONCE(ctx->cond) = 0;
++ ACCESS_ONCE_RW(ctx->cond) = 0;
+ ctx->octeon_id = lio_get_device_id(octeon_dev);
+ init_waitqueue_head(&ctx->wc);
+
+@@ -3240,8 +3240,11 @@ static int setup_nic_devices(struct octeon_device *octeon_dev)
+ props = &octeon_dev->props[i];
+ props->netdev = netdev;
+
+- if (num_iqueues > 1)
+- lionetdevops.ndo_select_queue = select_q;
++ if (num_iqueues > 1) {
++ pax_open_kernel();
++ *(void **)&lionetdevops.ndo_select_queue = select_q;
++ pax_close_kernel();
++ }
+
+ /* Associate the routines that will handle different
+ * netdev tasks.
diff --git a/drivers/net/ethernet/chelsio/cxgb3/l2t.h b/drivers/net/ethernet/chelsio/cxgb3/l2t.h
index 8cffcdf..aadf043 100644
--- a/drivers/net/ethernet/chelsio/cxgb3/l2t.h
@@ -48613,7 +50398,7 @@ index 8cffcdf..aadf043 100644
#define L2T_SKB_CB(skb) ((struct l2t_skb_cb *)(skb)->cb)
diff --git a/drivers/net/ethernet/dec/tulip/de4x5.c b/drivers/net/ethernet/dec/tulip/de4x5.c
-index badff18..e15c4ec 100644
+index 8966f31..e15a101 100644
--- a/drivers/net/ethernet/dec/tulip/de4x5.c
+++ b/drivers/net/ethernet/dec/tulip/de4x5.c
@@ -5373,7 +5373,7 @@ de4x5_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
@@ -48635,10 +50420,10 @@ index badff18..e15c4ec 100644
break;
}
diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet/be_main.c
-index e43cc8a..f1cf67c 100644
+index 6ca693b..fa18c3f 100644
--- a/drivers/net/ethernet/emulex/benet/be_main.c
+++ b/drivers/net/ethernet/emulex/benet/be_main.c
-@@ -539,7 +539,7 @@ static void accumulate_16bit_val(u32 *acc, u16 val)
+@@ -551,7 +551,7 @@ static void accumulate_16bit_val(u32 *acc, u16 val)
if (wrapped)
newacc += 65536;
@@ -48673,19 +50458,6 @@ index dce5f7b..2433466 100644
#include "ftmac100.h"
-diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_main.c b/drivers/net/ethernet/intel/fm10k/fm10k_main.c
-index c754b20..c9da1b5 100644
---- a/drivers/net/ethernet/intel/fm10k/fm10k_main.c
-+++ b/drivers/net/ethernet/intel/fm10k/fm10k_main.c
-@@ -216,7 +216,7 @@ static void fm10k_reuse_rx_page(struct fm10k_ring *rx_ring,
-
- static inline bool fm10k_page_is_reserved(struct page *page)
- {
-- return (page_to_nid(page) != numa_mem_id()) || page->pfmemalloc;
-+ return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page);
- }
-
- static bool fm10k_can_reuse_rx_page(struct fm10k_rx_buffer *rx_buffer,
diff --git a/drivers/net/ethernet/intel/i40e/i40e_ptp.c b/drivers/net/ethernet/intel/i40e/i40e_ptp.c
index a92b772..250fe69 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_ptp.c
@@ -48699,32 +50471,6 @@ index a92b772..250fe69 100644
smp_mb(); /* Force the above update. */
}
-diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c
-index a0a9b1f..3fe93e7 100644
---- a/drivers/net/ethernet/intel/igb/igb_main.c
-+++ b/drivers/net/ethernet/intel/igb/igb_main.c
-@@ -6584,7 +6584,7 @@ static void igb_reuse_rx_page(struct igb_ring *rx_ring,
-
- static inline bool igb_page_is_reserved(struct page *page)
- {
-- return (page_to_nid(page) != numa_mem_id()) || page->pfmemalloc;
-+ return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page);
- }
-
- static bool igb_can_reuse_rx_page(struct igb_rx_buffer *rx_buffer,
-diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
-index 5be12a0..463ff47 100644
---- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
-+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
-@@ -1829,7 +1829,7 @@ static void ixgbe_reuse_rx_page(struct ixgbe_ring *rx_ring,
-
- static inline bool ixgbe_page_is_reserved(struct page *page)
- {
-- return (page_to_nid(page) != numa_mem_id()) || page->pfmemalloc;
-+ return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page);
- }
-
- /**
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
index e5ba040..d47531c 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
@@ -48738,87 +50484,6 @@ index e5ba040..d47531c 100644
smp_mb();
/* need lock to prevent incorrect read while modifying cyclecounter */
-diff --git a/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c b/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
-index e71cdde..1d7b00b 100644
---- a/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
-+++ b/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
-@@ -765,7 +765,7 @@ static void ixgbevf_reuse_rx_page(struct ixgbevf_ring *rx_ring,
-
- static inline bool ixgbevf_page_is_reserved(struct page *page)
- {
-- return (page_to_nid(page) != numa_mem_id()) || page->pfmemalloc;
-+ return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page);
- }
-
- /**
-diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
-index 74d0389..086ac03 100644
---- a/drivers/net/ethernet/marvell/mvneta.c
-+++ b/drivers/net/ethernet/marvell/mvneta.c
-@@ -1462,7 +1462,7 @@ static int mvneta_rx(struct mvneta_port *pp, int rx_todo,
- struct mvneta_rx_queue *rxq)
- {
- struct net_device *dev = pp->dev;
-- int rx_done, rx_filled;
-+ int rx_done;
- u32 rcvd_pkts = 0;
- u32 rcvd_bytes = 0;
-
-@@ -1473,7 +1473,6 @@ static int mvneta_rx(struct mvneta_port *pp, int rx_todo,
- rx_todo = rx_done;
-
- rx_done = 0;
-- rx_filled = 0;
-
- /* Fairness NAPI loop */
- while (rx_done < rx_todo) {
-@@ -1484,7 +1483,6 @@ static int mvneta_rx(struct mvneta_port *pp, int rx_todo,
- int rx_bytes, err;
-
- rx_done++;
-- rx_filled++;
- rx_status = rx_desc->status;
- rx_bytes = rx_desc->data_size - (ETH_FCS_LEN + MVNETA_MH_SIZE);
- data = (unsigned char *)rx_desc->buf_cookie;
-@@ -1524,6 +1522,14 @@ static int mvneta_rx(struct mvneta_port *pp, int rx_todo,
- continue;
- }
-
-+ /* Refill processing */
-+ err = mvneta_rx_refill(pp, rx_desc);
-+ if (err) {
-+ netdev_err(dev, "Linux processing - Can't refill\n");
-+ rxq->missed++;
-+ goto err_drop_frame;
-+ }
-+
- skb = build_skb(data, pp->frag_size > PAGE_SIZE ? 0 : pp->frag_size);
- if (!skb)
- goto err_drop_frame;
-@@ -1543,14 +1549,6 @@ static int mvneta_rx(struct mvneta_port *pp, int rx_todo,
- mvneta_rx_csum(pp, rx_status, skb);
-
- napi_gro_receive(&pp->napi, skb);
--
-- /* Refill processing */
-- err = mvneta_rx_refill(pp, rx_desc);
-- if (err) {
-- netdev_err(dev, "Linux processing - Can't refill\n");
-- rxq->missed++;
-- rx_filled--;
-- }
- }
-
- if (rcvd_pkts) {
-@@ -1563,7 +1561,7 @@ static int mvneta_rx(struct mvneta_port *pp, int rx_todo,
- }
-
- /* Update rxq management counters */
-- mvneta_rxq_desc_num_update(pp, rxq, rx_done, rx_filled);
-+ mvneta_rxq_desc_num_update(pp, rxq, rx_done, rx_done);
-
- return rx_done;
- }
diff --git a/drivers/net/ethernet/mellanox/mlx4/en_tx.c b/drivers/net/ethernet/mellanox/mlx4/en_tx.c
index c10d98f..72914c6 100644
--- a/drivers/net/ethernet/mellanox/mlx4/en_tx.c
@@ -48834,6 +50499,21 @@ index c10d98f..72914c6 100644
netdev_tx_completed_queue(ring->tx_queue, packets, bytes);
+diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
+index 40206da..9d94643 100644
+--- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
++++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
+@@ -1734,7 +1734,9 @@ static void mlx5e_build_netdev(struct net_device *netdev)
+ SET_NETDEV_DEV(netdev, &mdev->pdev->dev);
+
+ if (priv->num_tc > 1) {
+- mlx5e_netdev_ops.ndo_select_queue = mlx5e_select_queue;
++ pax_open_kernel();
++ *(void **)&mlx5e_netdev_ops.ndo_select_queue = mlx5e_select_queue;
++ pax_close_kernel();
+ }
+
+ netdev->netdev_ops = &mlx5e_netdev_ops;
diff --git a/drivers/net/ethernet/neterion/vxge/vxge-config.c b/drivers/net/ethernet/neterion/vxge/vxge-config.c
index 6223930..975033d 100644
--- a/drivers/net/ethernet/neterion/vxge/vxge-config.c
@@ -48860,18 +50540,9 @@ index 6223930..975033d 100644
__vxge_hw_mempool_create(vpath->hldev,
fifo->config->memblock_size,
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
-index 33669c2..674c39a 100644
+index 753ea8b..674c39a 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
-@@ -1415,7 +1415,7 @@ static int qlcnic_83xx_copy_fw_file(struct qlcnic_adapter *adapter)
- if (fw->size & 0xF) {
- addr = dest + size;
- for (i = 0; i < (fw->size & 0xF); i++)
-- data[i] = temp[size + i];
-+ data[i] = ((u8 *)temp)[size + i];
- for (; i < 16; i++)
- data[i] = 0;
- ret = qlcnic_ms_mem_write128(adapter, addr,
@@ -2324,7 +2324,9 @@ int qlcnic_83xx_configure_opmode(struct qlcnic_adapter *adapter)
max_tx_rings = QLCNIC_MAX_VNIC_TX_RINGS;
} else if (ret == QLC_83XX_DEFAULT_OPMODE) {
@@ -48928,7 +50599,7 @@ index 332bb8a..e6adcd1 100644
u32 entry_offset, dump, no_entries, buf_offset = 0;
int i, k, ops_cnt, ops_index, dump_size = 0;
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
-index 3df51fa..e9b517f 100644
+index f790f61..f1faafe 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -788,22 +788,22 @@ struct rtl8169_private {
@@ -48959,10 +50630,10 @@ index 3df51fa..e9b517f 100644
int (*set_speed)(struct net_device *, u8 aneg, u16 sp, u8 dpx, u32 adv);
int (*get_settings)(struct net_device *, struct ethtool_cmd *);
diff --git a/drivers/net/ethernet/sfc/ptp.c b/drivers/net/ethernet/sfc/ptp.c
-index a2e9aee..af41a0e 100644
+index ad62615..a4c124d 100644
--- a/drivers/net/ethernet/sfc/ptp.c
+++ b/drivers/net/ethernet/sfc/ptp.c
-@@ -822,7 +822,7 @@ static int efx_ptp_synchronize(struct efx_nic *efx, unsigned int num_readings)
+@@ -832,7 +832,7 @@ static int efx_ptp_synchronize(struct efx_nic *efx, unsigned int num_readings)
ptp->start.dma_addr);
/* Clear flag that signals MC ready */
@@ -48972,7 +50643,7 @@ index a2e9aee..af41a0e 100644
MC_CMD_PTP_IN_SYNCHRONIZE_LEN);
EFX_BUG_ON_PARANOID(rc);
diff --git a/drivers/net/ethernet/stmicro/stmmac/mmc_core.c b/drivers/net/ethernet/stmicro/stmmac/mmc_core.c
-index 08c483b..2c4a553 100644
+index 3f20bb1..59add41 100644
--- a/drivers/net/ethernet/stmicro/stmmac/mmc_core.c
+++ b/drivers/net/ethernet/stmicro/stmmac/mmc_core.c
@@ -140,8 +140,8 @@ void dwmac_mmc_ctrl(void __iomem *ioaddr, unsigned int mode)
@@ -48987,10 +50658,10 @@ index 08c483b..2c4a553 100644
/* To mask all all interrupts.*/
diff --git a/drivers/net/ethernet/via/via-rhine.c b/drivers/net/ethernet/via/via-rhine.c
-index de28504..7f1c1cd 100644
+index a832637..092da0a 100644
--- a/drivers/net/ethernet/via/via-rhine.c
+++ b/drivers/net/ethernet/via/via-rhine.c
-@@ -2525,7 +2525,7 @@ static struct platform_driver rhine_driver_platform = {
+@@ -2599,7 +2599,7 @@ static struct platform_driver rhine_driver_platform = {
}
};
@@ -49000,10 +50671,10 @@ index de28504..7f1c1cd 100644
.ident = "EPIA-M",
.matches = {
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
-index 41071d3..6e362e1 100644
+index dd45440..c5f3cae 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
-@@ -176,7 +176,7 @@ struct rndis_device {
+@@ -177,7 +177,7 @@ struct rndis_device {
enum rndis_device_state state;
bool link_state;
bool link_change;
@@ -49013,10 +50684,10 @@ index 41071d3..6e362e1 100644
spinlock_t request_lock;
struct list_head req_list;
diff --git a/drivers/net/hyperv/rndis_filter.c b/drivers/net/hyperv/rndis_filter.c
-index 9118cea..1a8e06a 100644
+index 236aeb7..fd695e2 100644
--- a/drivers/net/hyperv/rndis_filter.c
+++ b/drivers/net/hyperv/rndis_filter.c
-@@ -100,7 +100,7 @@ static struct rndis_request *get_rndis_request(struct rndis_device *dev,
+@@ -101,7 +101,7 @@ static struct rndis_request *get_rndis_request(struct rndis_device *dev,
* template
*/
set = &rndis_msg->msg.set_req;
@@ -49025,7 +50696,7 @@ index 9118cea..1a8e06a 100644
/* Add to the request list */
spin_lock_irqsave(&dev->request_lock, flags);
-@@ -923,7 +923,7 @@ static void rndis_filter_halt_device(struct rndis_device *dev)
+@@ -924,7 +924,7 @@ static void rndis_filter_halt_device(struct rndis_device *dev)
/* Setup the rndis set */
halt = &request->request_msg.msg.halt_req;
@@ -49047,35 +50718,19 @@ index 94570aa..1a798e1 100644
.kind = "ifb",
.priv_size = sizeof(struct ifb_private),
.setup = ifb_setup,
-diff --git a/drivers/net/ipvlan/ipvlan.h b/drivers/net/ipvlan/ipvlan.h
-index 54549a6..0799442 100644
---- a/drivers/net/ipvlan/ipvlan.h
-+++ b/drivers/net/ipvlan/ipvlan.h
-@@ -102,6 +102,11 @@ static inline struct ipvl_port *ipvlan_port_get_rcu(const struct net_device *d)
- return rcu_dereference(d->rx_handler_data);
- }
-
-+static inline struct ipvl_port *ipvlan_port_get_rcu_bh(const struct net_device *d)
-+{
-+ return rcu_dereference_bh(d->rx_handler_data);
-+}
-+
- static inline struct ipvl_port *ipvlan_port_get_rtnl(const struct net_device *d)
- {
- return rtnl_dereference(d->rx_handler_data);
diff --git a/drivers/net/ipvlan/ipvlan_core.c b/drivers/net/ipvlan/ipvlan_core.c
-index c30b5c3..b349dad 100644
+index 207f62e..af3f5e5 100644
--- a/drivers/net/ipvlan/ipvlan_core.c
+++ b/drivers/net/ipvlan/ipvlan_core.c
-@@ -507,7 +507,7 @@ static int ipvlan_xmit_mode_l2(struct sk_buff *skb, struct net_device *dev)
- int ipvlan_queue_xmit(struct sk_buff *skb, struct net_device *dev)
- {
- struct ipvl_dev *ipvlan = netdev_priv(dev);
-- struct ipvl_port *port = ipvlan_port_get_rcu(ipvlan->phy_dev);
-+ struct ipvl_port *port = ipvlan_port_get_rcu_bh(ipvlan->phy_dev);
-
- if (!port)
- goto out;
+@@ -466,7 +466,7 @@ static void ipvlan_multicast_enqueue(struct ipvl_port *port,
+ schedule_work(&port->wq);
+ } else {
+ spin_unlock(&port->backlog.lock);
+- atomic_long_inc(&skb->dev->rx_dropped);
++ atomic_long_inc_unchecked(&skb->dev->rx_dropped);
+ kfree_skb(skb);
+ }
+ }
diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
index 9f59f17..52cb38f 100644
--- a/drivers/net/macvlan.c
@@ -49122,10 +50777,10 @@ index 9f59f17..52cb38f 100644
};
diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c
-index 8c350c5..30fdc98 100644
+index 248478c..05e8467 100644
--- a/drivers/net/macvtap.c
+++ b/drivers/net/macvtap.c
-@@ -436,7 +436,7 @@ static void macvtap_setup(struct net_device *dev)
+@@ -485,7 +485,7 @@ static void macvtap_setup(struct net_device *dev)
dev->tx_queue_len = TUN_READQ_SIZE;
}
@@ -49134,7 +50789,7 @@ index 8c350c5..30fdc98 100644
.kind = "macvtap",
.setup = macvtap_setup,
.newlink = macvtap_newlink,
-@@ -1033,7 +1033,7 @@ static long macvtap_ioctl(struct file *file, unsigned int cmd,
+@@ -1090,7 +1090,7 @@ static long macvtap_ioctl(struct file *file, unsigned int cmd,
ret = 0;
u = q->flags;
@@ -49143,7 +50798,7 @@ index 8c350c5..30fdc98 100644
put_user(u, &ifr->ifr_flags))
ret = -EFAULT;
macvtap_put_vlan(vlan);
-@@ -1214,7 +1214,7 @@ static int macvtap_device_event(struct notifier_block *unused,
+@@ -1308,7 +1308,7 @@ static int macvtap_device_event(struct notifier_block *unused,
return NOTIFY_DONE;
}
@@ -49152,14 +50807,6 @@ index 8c350c5..30fdc98 100644
.notifier_call = macvtap_device_event,
};
-@@ -1268,6 +1268,7 @@ static void macvtap_exit(void)
- class_unregister(macvtap_class);
- cdev_del(&macvtap_cdev);
- unregister_chrdev_region(macvtap_major, MACVTAP_NUM_DEVS);
-+ idr_destroy(&minor_idr);
- }
- module_exit(macvtap_exit);
-
diff --git a/drivers/net/nlmon.c b/drivers/net/nlmon.c
index 34924df..a747360 100644
--- a/drivers/net/nlmon.c
@@ -49174,7 +50821,7 @@ index 34924df..a747360 100644
.priv_size = sizeof(struct nlmon),
.setup = nlmon_setup,
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
-index d551df6..fa4c2df 100644
+index 55f0178..6220e93 100644
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
@@ -218,7 +218,7 @@ EXPORT_SYMBOL(phy_device_create);
@@ -49186,7 +50833,7 @@ index d551df6..fa4c2df 100644
struct phy_c45_device_ids *c45_ids) {
int phy_reg;
int i, reg_addr;
-@@ -288,7 +288,7 @@ static int get_phy_c45_ids(struct mii_bus *bus, int addr, u32 *phy_id,
+@@ -296,7 +296,7 @@ retry: reg_addr = MII_ADDR_C45 | i << 16 | MDIO_DEVS2;
* its return value is in turn returned.
*
*/
@@ -49195,7 +50842,7 @@ index d551df6..fa4c2df 100644
bool is_c45, struct phy_c45_device_ids *c45_ids)
{
int phy_reg;
-@@ -326,7 +326,7 @@ static int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id,
+@@ -334,7 +334,7 @@ static int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id,
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45)
{
struct phy_c45_device_ids c45_ids = {0};
@@ -49205,10 +50852,10 @@ index d551df6..fa4c2df 100644
r = get_phy_id(bus, addr, &phy_id, is_c45, &c45_ids);
diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c
-index 9d15566..5ad4ef6 100644
+index 487be20..f4c87bc 100644
--- a/drivers/net/ppp/ppp_generic.c
+++ b/drivers/net/ppp/ppp_generic.c
-@@ -1022,7 +1022,6 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -1035,7 +1035,6 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
void __user *addr = (void __user *) ifr->ifr_ifru.ifru_data;
struct ppp_stats stats;
struct ppp_comp_stats cstats;
@@ -49216,7 +50863,7 @@ index 9d15566..5ad4ef6 100644
switch (cmd) {
case SIOCGPPPSTATS:
-@@ -1044,8 +1043,7 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -1057,8 +1056,7 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
break;
case SIOCGPPPVER:
@@ -49240,10 +50887,10 @@ index 079f7ad..b2a2bfa7 100644
/* We've got a compressed packet; read the change byte */
diff --git a/drivers/net/team/team.c b/drivers/net/team/team.c
-index 6928448..e30c57f 100644
+index daa054b..07d6b98 100644
--- a/drivers/net/team/team.c
+++ b/drivers/net/team/team.c
-@@ -2103,7 +2103,7 @@ static unsigned int team_get_num_rx_queues(void)
+@@ -2107,7 +2107,7 @@ static unsigned int team_get_num_rx_queues(void)
return TEAM_DEFAULT_NUM_RX_QUEUES;
}
@@ -49252,7 +50899,7 @@ index 6928448..e30c57f 100644
.kind = DRV_NAME,
.priv_size = sizeof(struct team),
.setup = team_setup,
-@@ -2893,7 +2893,7 @@ static int team_device_event(struct notifier_block *unused,
+@@ -2897,7 +2897,7 @@ static int team_device_event(struct notifier_block *unused,
return NOTIFY_DONE;
}
@@ -49262,10 +50909,10 @@ index 6928448..e30c57f 100644
};
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
-index e470ae5..e812f5e 100644
+index 06a0394..1756d18 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
-@@ -1421,7 +1421,7 @@ static int tun_validate(struct nlattr *tb[], struct nlattr *data[])
+@@ -1472,7 +1472,7 @@ static int tun_validate(struct nlattr *tb[], struct nlattr *data[])
return -EINVAL;
}
@@ -49274,7 +50921,7 @@ index e470ae5..e812f5e 100644
.kind = DRV_NAME,
.priv_size = sizeof(struct tun_struct),
.setup = tun_setup,
-@@ -1828,7 +1828,7 @@ unlock:
+@@ -1871,7 +1871,7 @@ unlock:
}
static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
@@ -49283,7 +50930,7 @@ index e470ae5..e812f5e 100644
{
struct tun_file *tfile = file->private_data;
struct tun_struct *tun;
-@@ -1842,6 +1842,9 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
+@@ -1885,6 +1885,9 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
int le;
int ret;
@@ -49385,10 +51032,10 @@ index 111d907..1ee643e 100644
hso_start_serial_device(serial_table[i], GFP_NOIO);
hso_kick_transmit(dev2ser(serial_table[i]));
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
-index aafa1a1..f59c651 100644
+index ad8cbc6..de80b09 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
-@@ -602,7 +602,7 @@ struct r8152 {
+@@ -603,7 +603,7 @@ struct r8152 {
void (*unload)(struct r8152 *);
int (*eee_get)(struct r8152 *, struct ethtool_eee *);
int (*eee_set)(struct r8152 *, struct ethtool_eee *);
@@ -49420,7 +51067,7 @@ index a2515887..6d13233 100644
/* we will have to manufacture ethernet headers, prepare template */
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
-index 63c7810..a694d2b 100644
+index 237f8e5..8dccb91 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -48,7 +48,7 @@ module_param(gso, bool, 0444);
@@ -49432,68 +51079,11 @@ index 63c7810..a694d2b 100644
#define VIRTNET_DRIVER_VERSION "1.0.0"
-@@ -1756,9 +1756,9 @@ static int virtnet_probe(struct virtio_device *vdev)
- /* Do we support "hardware" checksums? */
- if (virtio_has_feature(vdev, VIRTIO_NET_F_CSUM)) {
- /* This opens up the world of extra features. */
-- dev->hw_features |= NETIF_F_HW_CSUM|NETIF_F_SG|NETIF_F_FRAGLIST;
-+ dev->hw_features |= NETIF_F_HW_CSUM|NETIF_F_SG;
- if (csum)
-- dev->features |= NETIF_F_HW_CSUM|NETIF_F_SG|NETIF_F_FRAGLIST;
-+ dev->features |= NETIF_F_HW_CSUM|NETIF_F_SG;
-
- if (virtio_has_feature(vdev, VIRTIO_NET_F_GSO)) {
- dev->hw_features |= NETIF_F_TSO | NETIF_F_UFO
-diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c b/drivers/net/vmxnet3/vmxnet3_drv.c
-index 61c0840..92e7f7e 100644
---- a/drivers/net/vmxnet3/vmxnet3_drv.c
-+++ b/drivers/net/vmxnet3/vmxnet3_drv.c
-@@ -1167,7 +1167,7 @@ vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq,
- static const u32 rxprod_reg[2] = {
- VMXNET3_REG_RXPROD, VMXNET3_REG_RXPROD2
- };
-- u32 num_rxd = 0;
-+ u32 num_pkts = 0;
- bool skip_page_frags = false;
- struct Vmxnet3_RxCompDesc *rcd;
- struct vmxnet3_rx_ctx *ctx = &rq->rx_ctx;
-@@ -1185,13 +1185,12 @@ vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq,
- struct Vmxnet3_RxDesc *rxd;
- u32 idx, ring_idx;
- struct vmxnet3_cmd_ring *ring = NULL;
-- if (num_rxd >= quota) {
-+ if (num_pkts >= quota) {
- /* we may stop even before we see the EOP desc of
- * the current pkt
- */
- break;
- }
-- num_rxd++;
- BUG_ON(rcd->rqID != rq->qid && rcd->rqID != rq->qid2);
- idx = rcd->rxdIdx;
- ring_idx = rcd->rqID < adapter->num_rx_queues ? 0 : 1;
-@@ -1323,6 +1322,7 @@ vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq,
- napi_gro_receive(&rq->napi, skb);
-
- ctx->skb = NULL;
-+ num_pkts++;
- }
-
- rcd_done:
-@@ -1353,7 +1353,7 @@ rcd_done:
- &rq->comp_ring.base[rq->comp_ring.next2proc].rcd, &rxComp);
- }
-
-- return num_rxd;
-+ return num_pkts;
- }
-
-
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
-index 21a0fbf..055b54f 100644
+index 5bc4b1e..d5769f5 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
-@@ -2878,7 +2878,7 @@ static struct net *vxlan_get_link_net(const struct net_device *dev)
+@@ -2884,7 +2884,7 @@ static struct net *vxlan_get_link_net(const struct net_device *dev)
return vxlan->net;
}
@@ -49502,7 +51092,7 @@ index 21a0fbf..055b54f 100644
.kind = "vxlan",
.maxtype = IFLA_VXLAN_MAX,
.policy = vxlan_policy,
-@@ -2926,7 +2926,7 @@ static int vxlan_lowerdev_event(struct notifier_block *unused,
+@@ -2932,7 +2932,7 @@ static int vxlan_lowerdev_event(struct notifier_block *unused,
return NOTIFY_DONE;
}
@@ -49628,7 +51218,7 @@ index 5920c99..ff2e4a5 100644
static void
diff --git a/drivers/net/wan/z85230.c b/drivers/net/wan/z85230.c
-index feacc3b..5bac0de 100644
+index 2f0bd69..e46ed7b 100644
--- a/drivers/net/wan/z85230.c
+++ b/drivers/net/wan/z85230.c
@@ -485,9 +485,9 @@ static void z8530_status(struct z8530_channel *chan)
@@ -49706,7 +51296,7 @@ index d0c97c2..108f59b 100644
/* Only super-user can write RIDs */
diff --git a/drivers/net/wireless/at76c50x-usb.c b/drivers/net/wireless/at76c50x-usb.c
-index 49219c5..3625441 100644
+index dab2513..4c4b65d 100644
--- a/drivers/net/wireless/at76c50x-usb.c
+++ b/drivers/net/wireless/at76c50x-usb.c
@@ -353,7 +353,7 @@ static int at76_dfu_get_state(struct usb_device *udev, u8 *state)
@@ -49719,10 +51309,10 @@ index 49219c5..3625441 100644
return msecs_to_jiffies((s->poll_timeout[2] << 16)
| (s->poll_timeout[1] << 8)
diff --git a/drivers/net/wireless/ath/ath10k/htc.c b/drivers/net/wireless/ath/ath10k/htc.c
-index 2fd9e18..3f55bdd 100644
+index 85bfa2a..3f6e72c 100644
--- a/drivers/net/wireless/ath/ath10k/htc.c
+++ b/drivers/net/wireless/ath/ath10k/htc.c
-@@ -849,7 +849,10 @@ int ath10k_htc_start(struct ath10k_htc *htc)
+@@ -839,7 +839,10 @@ int ath10k_htc_start(struct ath10k_htc *htc)
/* registered target arrival callback from the HIF layer */
int ath10k_htc_init(struct ath10k *ar)
{
@@ -49734,7 +51324,7 @@ index 2fd9e18..3f55bdd 100644
struct ath10k_htc_ep *ep = NULL;
struct ath10k_htc *htc = &ar->htc;
-@@ -858,8 +861,6 @@ int ath10k_htc_init(struct ath10k *ar)
+@@ -848,8 +851,6 @@ int ath10k_htc_init(struct ath10k *ar)
ath10k_htc_reset_endpoint_states(htc);
/* setup HIF layer callbacks */
@@ -49987,7 +51577,7 @@ index da84b70..83e4978 100644
static u16 ar9003_calc_ptr_chksum(struct ar9003_txc *ads)
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
-index c1d2d03..08352db 100644
+index e8454db..c7b26fe 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -671,7 +671,7 @@ struct ath_hw_private_ops {
@@ -50009,10 +51599,10 @@ index c1d2d03..08352db 100644
struct ath_nf_limits {
s16 max;
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
-index d5f2fbf..0740c8b 100644
+index cfd45cb..6de2be6 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -2575,16 +2575,18 @@ void ath9k_fill_chanctx_ops(void)
+@@ -2574,16 +2574,18 @@ void ath9k_fill_chanctx_ops(void)
if (!ath9k_is_chanctx_enabled())
return;
@@ -50055,10 +51645,10 @@ index 058a9f2..d5cb1ba 100644
u32 freqref, vco_freq, val1, val2, val3, timeout, timeoutref, count;
u16 old_comm15, scale;
diff --git a/drivers/net/wireless/iwlegacy/3945-mac.c b/drivers/net/wireless/iwlegacy/3945-mac.c
-index e566580..2c218ca 100644
+index 7f4cb69..16c0825 100644
--- a/drivers/net/wireless/iwlegacy/3945-mac.c
+++ b/drivers/net/wireless/iwlegacy/3945-mac.c
-@@ -3631,7 +3631,9 @@ il3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
+@@ -3633,7 +3633,9 @@ il3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
*/
if (il3945_mod_params.disable_hw_scan) {
D_INFO("Disabling hw_scan\n");
@@ -50206,10 +51796,10 @@ index 0ffb6ff..c0b7f0e 100644
memset(buf, 0, sizeof(buf));
buf_size = min(count, sizeof(buf) - 1);
diff --git a/drivers/net/wireless/iwlwifi/pcie/trans.c b/drivers/net/wireless/iwlwifi/pcie/trans.c
-index 699a480..1801fc3 100644
+index 9e144e7..2f5511a 100644
--- a/drivers/net/wireless/iwlwifi/pcie/trans.c
+++ b/drivers/net/wireless/iwlwifi/pcie/trans.c
-@@ -1935,7 +1935,7 @@ static ssize_t iwl_dbgfs_interrupt_write(struct file *file,
+@@ -1950,7 +1950,7 @@ static ssize_t iwl_dbgfs_interrupt_write(struct file *file,
struct isr_statistics *isr_stats = &trans_pcie->isr_stats;
char buf[8];
@@ -50218,7 +51808,7 @@ index 699a480..1801fc3 100644
u32 reset_flag;
memset(buf, 0, sizeof(buf));
-@@ -1956,7 +1956,7 @@ static ssize_t iwl_dbgfs_csr_write(struct file *file,
+@@ -1971,7 +1971,7 @@ static ssize_t iwl_dbgfs_csr_write(struct file *file,
{
struct iwl_trans *trans = file->private_data;
char buf[8];
@@ -50228,10 +51818,10 @@ index 699a480..1801fc3 100644
memset(buf, 0, sizeof(buf));
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c
-index d5c0a1a..d056b20 100644
+index 99e873d..0d9aab2 100644
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
-@@ -3149,20 +3149,20 @@ static int __init init_mac80211_hwsim(void)
+@@ -3148,20 +3148,20 @@ static int __init init_mac80211_hwsim(void)
if (channels < 1)
return -EINVAL;
@@ -50267,7 +51857,7 @@ index d5c0a1a..d056b20 100644
spin_lock_init(&hwsim_radio_lock);
INIT_LIST_HEAD(&hwsim_radios);
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c
-index d72ff8e..c209a45 100644
+index 71a825c..ce7d6c3 100644
--- a/drivers/net/wireless/rndis_wlan.c
+++ b/drivers/net/wireless/rndis_wlan.c
@@ -1236,7 +1236,7 @@ static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold)
@@ -50361,10 +51951,10 @@ index af0fe2e..d04986b 100644
wlcore_set_min_fw_ver(wl, WL127X_CHIP_VER,
WL127X_IFTYPE_SR_VER, WL127X_MAJOR_SR_VER,
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
-index 717c4f5..a813aeb 100644
+index 49aca2c..3b9c10c 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
-@@ -1923,8 +1923,10 @@ static int wl18xx_setup(struct wl1271 *wl)
+@@ -1952,8 +1952,10 @@ static int wl18xx_setup(struct wl1271 *wl)
}
if (!checksum_param) {
@@ -50390,27 +51980,6 @@ index a912dc0..a8225ba 100644
u16 int_num;
ZD_ASSERT(in_interrupt());
-diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
-index 0d25943..0866c5d 100644
---- a/drivers/net/xen-netback/netback.c
-+++ b/drivers/net/xen-netback/netback.c
-@@ -1571,13 +1571,13 @@ static inline void xenvif_tx_dealloc_action(struct xenvif_queue *queue)
- smp_rmb();
-
- while (dc != dp) {
-- BUG_ON(gop - queue->tx_unmap_ops > MAX_PENDING_REQS);
-+ BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS);
- pending_idx =
- queue->dealloc_ring[pending_index(dc++)];
-
-- pending_idx_release[gop-queue->tx_unmap_ops] =
-+ pending_idx_release[gop - queue->tx_unmap_ops] =
- pending_idx;
-- queue->pages_to_unmap[gop-queue->tx_unmap_ops] =
-+ queue->pages_to_unmap[gop - queue->tx_unmap_ops] =
- queue->mmap_pages[pending_idx];
- gnttab_set_unmap_op(gop,
- idx_to_kaddr(queue, pending_idx),
diff --git a/drivers/nfc/nfcwilink.c b/drivers/nfc/nfcwilink.c
index ce2e2cf..f81e500 100644
--- a/drivers/nfc/nfcwilink.c
@@ -50424,64 +51993,11 @@ index ce2e2cf..f81e500 100644
int rc;
__u32 protocols;
-diff --git a/drivers/nfc/st21nfca/st21nfca.c b/drivers/nfc/st21nfca/st21nfca.c
-index d251f72..0512865 100644
---- a/drivers/nfc/st21nfca/st21nfca.c
-+++ b/drivers/nfc/st21nfca/st21nfca.c
-@@ -148,14 +148,14 @@ static int st21nfca_hci_load_session(struct nfc_hci_dev *hdev)
- ST21NFCA_DEVICE_MGNT_GATE,
- ST21NFCA_DEVICE_MGNT_PIPE);
- if (r < 0)
-- goto free_info;
-+ return r;
-
- /* Get pipe list */
- r = nfc_hci_send_cmd(hdev, ST21NFCA_DEVICE_MGNT_GATE,
- ST21NFCA_DM_GETINFO, pipe_list, sizeof(pipe_list),
- &skb_pipe_list);
- if (r < 0)
-- goto free_info;
-+ return r;
-
- /* Complete the existing gate_pipe table */
- for (i = 0; i < skb_pipe_list->len; i++) {
-@@ -181,6 +181,7 @@ static int st21nfca_hci_load_session(struct nfc_hci_dev *hdev)
- info->src_host_id != ST21NFCA_ESE_HOST_ID) {
- pr_err("Unexpected apdu_reader pipe on host %x\n",
- info->src_host_id);
-+ kfree_skb(skb_pipe_info);
- continue;
- }
-
-@@ -200,6 +201,7 @@ static int st21nfca_hci_load_session(struct nfc_hci_dev *hdev)
- hdev->pipes[st21nfca_gates[j].pipe].dest_host =
- info->src_host_id;
- }
-+ kfree_skb(skb_pipe_info);
- }
-
- /*
-@@ -214,13 +216,12 @@ static int st21nfca_hci_load_session(struct nfc_hci_dev *hdev)
- st21nfca_gates[i].gate,
- st21nfca_gates[i].pipe);
- if (r < 0)
-- goto free_info;
-+ goto free_list;
- }
- }
-
- memcpy(hdev->init_data.gates, st21nfca_gates, sizeof(st21nfca_gates));
--free_info:
-- kfree_skb(skb_pipe_info);
-+free_list:
- kfree_skb(skb_pipe_list);
- return r;
- }
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
-index cde35c5d01..2dbfdbbf 100644
+index 6e82bc42..ab4145c 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
-@@ -1136,7 +1136,9 @@ static int __init of_fdt_raw_init(void)
+@@ -1161,7 +1161,9 @@ static int __init of_fdt_raw_init(void)
pr_warn("fdt: not creating '/sys/firmware/fdt': CRC check failed\n");
return 0;
}
@@ -50650,10 +52166,10 @@ index bdef916..88c7dee 100644
};
diff --git a/drivers/parport/procfs.c b/drivers/parport/procfs.c
-index 3b47080..6cd05dd 100644
+index c776333..aa6b325 100644
--- a/drivers/parport/procfs.c
+++ b/drivers/parport/procfs.c
-@@ -64,7 +64,7 @@ static int do_active_device(struct ctl_table *table, int write,
+@@ -65,7 +65,7 @@ static int do_active_device(struct ctl_table *table, int write,
*ppos += len;
@@ -50662,7 +52178,7 @@ index 3b47080..6cd05dd 100644
}
#ifdef CONFIG_PARPORT_1284
-@@ -106,7 +106,7 @@ static int do_autoprobe(struct ctl_table *table, int write,
+@@ -107,7 +107,7 @@ static int do_autoprobe(struct ctl_table *table, int write,
*ppos += len;
@@ -50861,10 +52377,10 @@ index 56d8486..f26113f 100644
mutex_lock(&pci_hp_mutex);
/*
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
-index 07aa722..84514b4 100644
+index 612b21a..9494a5e 100644
--- a/drivers/pci/hotplug/pciehp_core.c
+++ b/drivers/pci/hotplug/pciehp_core.c
-@@ -92,7 +92,7 @@ static int init_slot(struct controller *ctrl)
+@@ -87,7 +87,7 @@ static int init_slot(struct controller *ctrl)
struct slot *slot = ctrl->slot;
struct hotplug_slot *hotplug = NULL;
struct hotplug_slot_info *info = NULL;
@@ -50874,10 +52390,10 @@ index 07aa722..84514b4 100644
int retval = -ENOMEM;
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c
-index c3e7dfc..cbd9625 100644
+index f66be86..6cbcabb 100644
--- a/drivers/pci/msi.c
+++ b/drivers/pci/msi.c
-@@ -513,8 +513,8 @@ static int populate_msi_sysfs(struct pci_dev *pdev)
+@@ -492,8 +492,8 @@ static int populate_msi_sysfs(struct pci_dev *pdev)
{
struct attribute **msi_attrs;
struct attribute *msi_attr;
@@ -50888,7 +52404,7 @@ index c3e7dfc..cbd9625 100644
const struct attribute_group **msi_irq_groups;
struct msi_desc *entry;
int ret = -ENOMEM;
-@@ -573,7 +573,7 @@ error_attrs:
+@@ -552,7 +552,7 @@ error_attrs:
count = 0;
msi_attr = msi_attrs[count];
while (msi_attr) {
@@ -50897,6 +52413,38 @@ index c3e7dfc..cbd9625 100644
kfree(msi_attr->name);
kfree(msi_dev_attr);
++count;
+@@ -1236,12 +1236,14 @@ static void pci_msi_domain_update_dom_ops(struct msi_domain_info *info)
+ if (ops == NULL) {
+ info->ops = &pci_msi_domain_ops_default;
+ } else {
++ pax_open_kernel();
+ if (ops->set_desc == NULL)
+- ops->set_desc = pci_msi_domain_set_desc;
++ *(void **)&ops->set_desc = pci_msi_domain_set_desc;
+ if (ops->msi_check == NULL)
+- ops->msi_check = pci_msi_domain_check_cap;
++ *(void **)&ops->msi_check = pci_msi_domain_check_cap;
+ if (ops->handle_error == NULL)
+- ops->handle_error = pci_msi_domain_handle_error;
++ *(void **)&ops->handle_error = pci_msi_domain_handle_error;
++ pax_close_kernel();
+ }
+ }
+
+@@ -1250,8 +1252,11 @@ static void pci_msi_domain_update_chip_ops(struct msi_domain_info *info)
+ struct irq_chip *chip = info->chip;
+
+ BUG_ON(!chip);
+- if (!chip->irq_write_msi_msg)
+- chip->irq_write_msi_msg = pci_msi_domain_write_msg;
++ if (!chip->irq_write_msi_msg) {
++ pax_open_kernel();
++ *(void **)&chip->irq_write_msi_msg = pci_msi_domain_write_msg;
++ pax_close_kernel();
++ }
+ }
+
+ /**
diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c
index 312f23a..d21181c 100644
--- a/drivers/pci/pci-sysfs.c
@@ -50929,7 +52477,7 @@ index 312f23a..d21181c 100644
if (!sysfs_initialized)
return -EACCES;
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h
-index 9bd762c2..6fb9504 100644
+index 4ff0ff1..e309fb0 100644
--- a/drivers/pci/pci.h
+++ b/drivers/pci/pci.h
@@ -99,7 +99,7 @@ struct pci_vpd_ops {
@@ -50942,7 +52490,7 @@ index 9bd762c2..6fb9504 100644
int pci_vpd_pci22_init(struct pci_dev *dev);
diff --git a/drivers/pci/pcie/aspm.c b/drivers/pci/pcie/aspm.c
-index 7d4fcdc..2f6d8f8 100644
+index 317e355..21f7b91 100644
--- a/drivers/pci/pcie/aspm.c
+++ b/drivers/pci/pcie/aspm.c
@@ -27,9 +27,9 @@
@@ -50972,7 +52520,7 @@ index be35da2..ec16cdb 100644
* Boxes that should not use MSI for PCIe PME signaling.
*/
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
-index c911857..56f3f9d 100644
+index f6ae0d0..af897bc 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -176,7 +176,7 @@ int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type,
@@ -51005,6 +52553,29 @@ index 3f155e7..0f4b1f0 100644
proc_create("devices", 0, proc_bus_pci_dir,
&proc_bus_pci_dev_operations);
proc_initialized = 1;
+diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c
+index 2deb130..8194e13 100644
+--- a/drivers/pinctrl/pinctrl-at91.c
++++ b/drivers/pinctrl/pinctrl-at91.c
+@@ -24,6 +24,7 @@
+ #include <linux/pinctrl/pinmux.h>
+ /* Since we request GPIOs from ourself */
+ #include <linux/pinctrl/consumer.h>
++#include <asm/pgtable.h>
+
+ #include "pinctrl-at91.h"
+ #include "core.h"
+@@ -1656,7 +1657,9 @@ static int at91_gpio_of_irq_setup(struct platform_device *pdev,
+ at91_gpio->pioc_hwirq = irqd_to_hwirq(d);
+
+ /* Setup proper .irq_set_type function */
+- gpio_irqchip.irq_set_type = at91_gpio->ops->irq_type;
++ pax_open_kernel();
++ *(void **)&gpio_irqchip.irq_set_type = at91_gpio->ops->irq_type;
++ pax_close_kernel();
+
+ /* Disable irqs of this PIO controller */
+ writel_relaxed(~0, at91_gpio->regbase + PIO_IDR);
diff --git a/drivers/platform/chrome/chromeos_pstore.c b/drivers/platform/chrome/chromeos_pstore.c
index 3474920..acc9581 100644
--- a/drivers/platform/chrome/chromeos_pstore.c
@@ -51041,10 +52612,10 @@ index 1e1e594..8fe59c5 100644
};
diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
-index 7543a56..367ca8ed 100644
+index efbc3f0..18ae682 100644
--- a/drivers/platform/x86/asus-wmi.c
+++ b/drivers/platform/x86/asus-wmi.c
-@@ -1589,6 +1589,10 @@ static int show_dsts(struct seq_file *m, void *data)
+@@ -1868,6 +1868,10 @@ static int show_dsts(struct seq_file *m, void *data)
int err;
u32 retval = -1;
@@ -51055,7 +52626,7 @@ index 7543a56..367ca8ed 100644
err = asus_wmi_get_devstate(asus, asus->debug.dev_id, &retval);
if (err < 0)
-@@ -1605,6 +1609,10 @@ static int show_devs(struct seq_file *m, void *data)
+@@ -1884,6 +1888,10 @@ static int show_devs(struct seq_file *m, void *data)
int err;
u32 retval = -1;
@@ -51066,7 +52637,7 @@ index 7543a56..367ca8ed 100644
err = asus_wmi_set_devstate(asus->debug.dev_id, asus->debug.ctrl_param,
&retval);
-@@ -1629,6 +1637,10 @@ static int show_call(struct seq_file *m, void *data)
+@@ -1908,6 +1916,10 @@ static int show_call(struct seq_file *m, void *data)
union acpi_object *obj;
acpi_status status;
@@ -51078,7 +52649,7 @@ index 7543a56..367ca8ed 100644
1, asus->debug.method_id,
&input, &output);
diff --git a/drivers/platform/x86/compal-laptop.c b/drivers/platform/x86/compal-laptop.c
-index b4e9447..9dc6ec34 100644
+index f2706d2..850edfa4 100644
--- a/drivers/platform/x86/compal-laptop.c
+++ b/drivers/platform/x86/compal-laptop.c
@@ -765,7 +765,7 @@ static int dmi_check_cb_extra(const struct dmi_system_id *id)
@@ -51117,10 +52688,10 @@ index 97c2be1..2ee50ce 100644
.matches = { \
DMI_MATCH(DMI_SYS_VENDOR, "IBM"), \
diff --git a/drivers/platform/x86/intel_oaktrail.c b/drivers/platform/x86/intel_oaktrail.c
-index 8037c8b..f88445c 100644
+index 6aa33c4..cfb5425 100644
--- a/drivers/platform/x86/intel_oaktrail.c
+++ b/drivers/platform/x86/intel_oaktrail.c
-@@ -298,7 +298,7 @@ static int dmi_check_cb(const struct dmi_system_id *id)
+@@ -299,7 +299,7 @@ static int dmi_check_cb(const struct dmi_system_id *id)
return 0;
}
@@ -51130,10 +52701,10 @@ index 8037c8b..f88445c 100644
.ident = "OakTrail platform",
.matches = {
diff --git a/drivers/platform/x86/msi-laptop.c b/drivers/platform/x86/msi-laptop.c
-index 0859877..59d596d 100644
+index 4231770..10a6caf 100644
--- a/drivers/platform/x86/msi-laptop.c
+++ b/drivers/platform/x86/msi-laptop.c
-@@ -604,7 +604,7 @@ static int dmi_check_cb(const struct dmi_system_id *dmi)
+@@ -605,7 +605,7 @@ static int dmi_check_cb(const struct dmi_system_id *dmi)
return 1;
}
@@ -51142,7 +52713,7 @@ index 0859877..59d596d 100644
{
.ident = "MSI S270",
.matches = {
-@@ -999,12 +999,14 @@ static int __init load_scm_model_init(struct platform_device *sdev)
+@@ -1000,12 +1000,14 @@ static int __init load_scm_model_init(struct platform_device *sdev)
if (!quirks->ec_read_only) {
/* allow userland write sysfs file */
@@ -51164,10 +52735,10 @@ index 0859877..59d596d 100644
/* disable hardware control by fn key */
diff --git a/drivers/platform/x86/msi-wmi.c b/drivers/platform/x86/msi-wmi.c
-index 6d2bac0..ec2b029 100644
+index 978e6d6..1f0b37d 100644
--- a/drivers/platform/x86/msi-wmi.c
+++ b/drivers/platform/x86/msi-wmi.c
-@@ -183,7 +183,7 @@ static const struct backlight_ops msi_backlight_ops = {
+@@ -184,7 +184,7 @@ static const struct backlight_ops msi_backlight_ops = {
static void msi_wmi_notify(u32 value, void *context)
{
struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL };
@@ -51177,7 +52748,7 @@ index 6d2bac0..ec2b029 100644
acpi_status status;
diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
-index 9e701b2..c68a7b5 100644
+index 8c146e2..356c62e 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -1567,7 +1567,7 @@ static int __init samsung_dmi_matched(const struct dmi_system_id *d)
@@ -51203,10 +52774,10 @@ index e6aac72..e11ff24 100644
.ident = "Samsung Q10",
.matches = {
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c
-index e51c1e7..71bb385 100644
+index aeb80d1..3eb376b 100644
--- a/drivers/platform/x86/sony-laptop.c
+++ b/drivers/platform/x86/sony-laptop.c
-@@ -2526,7 +2526,7 @@ static void sony_nc_gfx_switch_cleanup(struct platform_device *pd)
+@@ -2527,7 +2527,7 @@ static void sony_nc_gfx_switch_cleanup(struct platform_device *pd)
}
/* High speed charging function */
@@ -51215,7 +52786,7 @@ index e51c1e7..71bb385 100644
static ssize_t sony_nc_highspeed_charging_store(struct device *dev,
struct device_attribute *attr,
-@@ -2600,7 +2600,7 @@ static void sony_nc_highspeed_charging_cleanup(struct platform_device *pd)
+@@ -2601,7 +2601,7 @@ static void sony_nc_highspeed_charging_cleanup(struct platform_device *pd)
}
/* low battery function */
@@ -51224,7 +52795,7 @@ index e51c1e7..71bb385 100644
static ssize_t sony_nc_lowbatt_store(struct device *dev,
struct device_attribute *attr,
-@@ -2666,7 +2666,7 @@ static void sony_nc_lowbatt_cleanup(struct platform_device *pd)
+@@ -2667,7 +2667,7 @@ static void sony_nc_lowbatt_cleanup(struct platform_device *pd)
}
/* fan speed function */
@@ -51233,7 +52804,7 @@ index e51c1e7..71bb385 100644
static ssize_t sony_nc_hsfan_store(struct device *dev,
struct device_attribute *attr,
-@@ -2773,7 +2773,7 @@ static void sony_nc_fanspeed_cleanup(struct platform_device *pd)
+@@ -2774,7 +2774,7 @@ static void sony_nc_fanspeed_cleanup(struct platform_device *pd)
}
/* USB charge function */
@@ -51242,7 +52813,7 @@ index e51c1e7..71bb385 100644
static ssize_t sony_nc_usb_charge_store(struct device *dev,
struct device_attribute *attr,
-@@ -2847,7 +2847,7 @@ static void sony_nc_usb_charge_cleanup(struct platform_device *pd)
+@@ -2848,7 +2848,7 @@ static void sony_nc_usb_charge_cleanup(struct platform_device *pd)
}
/* Panel ID function */
@@ -51251,7 +52822,7 @@ index e51c1e7..71bb385 100644
static ssize_t sony_nc_panelid_show(struct device *dev,
struct device_attribute *attr, char *buffer)
-@@ -2894,7 +2894,7 @@ static void sony_nc_panelid_cleanup(struct platform_device *pd)
+@@ -2895,7 +2895,7 @@ static void sony_nc_panelid_cleanup(struct platform_device *pd)
}
/* smart connect function */
@@ -51260,7 +52831,7 @@ index e51c1e7..71bb385 100644
static ssize_t sony_nc_smart_conn_store(struct device *dev,
struct device_attribute *attr,
-@@ -4854,7 +4854,7 @@ static struct acpi_driver sony_pic_driver = {
+@@ -4851,7 +4851,7 @@ static struct acpi_driver sony_pic_driver = {
.drv.pm = &sony_pic_pm,
};
@@ -51270,10 +52841,10 @@ index e51c1e7..71bb385 100644
.ident = "Sony Vaio",
.matches = {
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
-index 28f3281..171d8c3 100644
+index 33e488c..417aaea 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
-@@ -2459,10 +2459,10 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
+@@ -2460,10 +2460,10 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
&& !tp_features.bright_unkfw)
TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME);
}
@@ -51403,7 +52974,7 @@ index cc439fd..8fa30df 100644
#endif /* CONFIG_SYSFS */
diff --git a/drivers/power/power_supply_core.c b/drivers/power/power_supply_core.c
-index 4bc0c7f..198c99d 100644
+index 869284c..38a812b 100644
--- a/drivers/power/power_supply_core.c
+++ b/drivers/power/power_supply_core.c
@@ -28,7 +28,10 @@ EXPORT_SYMBOL_GPL(power_supply_class);
@@ -51418,7 +52989,7 @@ index 4bc0c7f..198c99d 100644
#define POWER_SUPPLY_DEFERRED_REGISTER_TIME msecs_to_jiffies(10)
-@@ -921,7 +924,7 @@ static int __init power_supply_class_init(void)
+@@ -960,7 +963,7 @@ static int __init power_supply_class_init(void)
return PTR_ERR(power_supply_class);
power_supply_class->dev_uevent = power_supply_uevent;
@@ -51428,7 +52999,7 @@ index 4bc0c7f..198c99d 100644
return 0;
}
diff --git a/drivers/power/power_supply_sysfs.c b/drivers/power/power_supply_sysfs.c
-index 9134e3d..45eee1e 100644
+index ed2d7fd..266b28f 100644
--- a/drivers/power/power_supply_sysfs.c
+++ b/drivers/power/power_supply_sysfs.c
@@ -238,17 +238,15 @@ static struct attribute_group power_supply_attr_group = {
@@ -51451,6 +53022,42 @@ index 9134e3d..45eee1e 100644
for (i = 0; i < ARRAY_SIZE(power_supply_attrs); i++)
__power_supply_attrs[i] = &power_supply_attrs[i].attr;
}
+diff --git a/drivers/power/reset/at91-reset.c b/drivers/power/reset/at91-reset.c
+index 36dc52f..e2e8a4b 100644
+--- a/drivers/power/reset/at91-reset.c
++++ b/drivers/power/reset/at91-reset.c
+@@ -16,6 +16,7 @@
+ #include <linux/of_address.h>
+ #include <linux/platform_device.h>
+ #include <linux/reboot.h>
++#include <asm/pgtable.h>
+
+ #include <soc/at91/at91sam9_ddrsdr.h>
+ #include <soc/at91/at91sam9_sdramc.h>
+@@ -191,7 +192,9 @@ static int at91_reset_of_probe(struct platform_device *pdev)
+ }
+
+ match = of_match_node(at91_reset_of_match, pdev->dev.of_node);
+- at91_restart_nb.notifier_call = match->data;
++ pax_open_kernel();
++ *(void **)&at91_restart_nb.notifier_call = match->data;
++ pax_close_kernel();
+ return register_restart_handler(&at91_restart_nb);
+ }
+
+@@ -219,9 +222,11 @@ static int at91_reset_platform_probe(struct platform_device *pdev)
+ }
+
+ match = platform_get_device_id(pdev);
+- at91_restart_nb.notifier_call =
++ pax_open_kernel();
++ *(void **)&at91_restart_nb.notifier_call =
+ (int (*)(struct notifier_block *,
+ unsigned long, void *)) match->driver_data;
++ pax_close_kernel();
+
+ return register_restart_handler(&at91_restart_nb);
+ }
diff --git a/drivers/powercap/powercap_sys.c b/drivers/powercap/powercap_sys.c
index 84419af..268ede8 100644
--- a/drivers/powercap/powercap_sys.c
@@ -51667,10 +53274,10 @@ index 302e626..12579af 100644
da->attr.name = info->pin_config[i].name;
da->attr.mode = 0644;
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
-index 8a28116..05b0ad5 100644
+index 78387a6..faffdc7 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
-@@ -3603,7 +3603,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
+@@ -3646,7 +3646,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
const struct regulation_constraints *constraints = NULL;
const struct regulator_init_data *init_data;
struct regulator_config *config = NULL;
@@ -51679,7 +53286,7 @@ index 8a28116..05b0ad5 100644
struct regulator_dev *rdev;
struct device *dev;
int ret, i;
-@@ -3686,7 +3686,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
+@@ -3729,7 +3729,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
rdev->dev.class = &regulator_class;
rdev->dev.parent = dev;
dev_set_name(&rdev->dev, "regulator.%lu",
@@ -51706,11 +53313,26 @@ index 4071d74..260b15a 100644
/*
diff --git a/drivers/regulator/max8973-regulator.c b/drivers/regulator/max8973-regulator.c
-index c3d55c2..0dddfe6 100644
+index e94ddcf..bad33ad 100644
--- a/drivers/regulator/max8973-regulator.c
+++ b/drivers/regulator/max8973-regulator.c
-@@ -403,9 +403,11 @@ static int max8973_probe(struct i2c_client *client,
- if (!pdata || !pdata->enable_ext_control) {
+@@ -580,9 +580,11 @@ static int max8973_probe(struct i2c_client *client,
+ if (!pdata->enable_ext_control) {
+ max->desc.enable_reg = MAX8973_VOUT;
+ max->desc.enable_mask = MAX8973_VOUT_ENABLE;
+- max->ops.enable = regulator_enable_regmap;
+- max->ops.disable = regulator_disable_regmap;
+- max->ops.is_enabled = regulator_is_enabled_regmap;
++ pax_open_kernel();
++ *(void **)&max->ops.enable = regulator_enable_regmap;
++ *(void **)&max->ops.disable = regulator_disable_regmap;
++ *(void **)&max->ops.is_enabled = regulator_is_enabled_regmap;
++ pax_close_kernel();
+ break;
+ }
+
+@@ -610,9 +612,11 @@ static int max8973_probe(struct i2c_client *client,
+
max->desc.enable_reg = MAX8973_VOUT;
max->desc.enable_mask = MAX8973_VOUT_ENABLE;
- max->ops.enable = regulator_enable_regmap;
@@ -51721,9 +53343,9 @@ index c3d55c2..0dddfe6 100644
+ *(void **)&max->ops.disable = regulator_disable_regmap;
+ *(void **)&max->ops.is_enabled = regulator_is_enabled_regmap;
+ pax_close_kernel();
- }
-
- if (pdata) {
+ break;
+ default:
+ break;
diff --git a/drivers/regulator/mc13892-regulator.c b/drivers/regulator/mc13892-regulator.c
index 0d17c92..a29f627 100644
--- a/drivers/regulator/mc13892-regulator.c
@@ -51744,6 +53366,31 @@ index 0d17c92..a29f627 100644
mc13892_regulators[MC13892_VCAM].desc.ops = &mc13892_vcam_ops;
mc13xxx_data = mc13xxx_parse_regulators_dt(pdev, mc13892_regulators,
+diff --git a/drivers/rtc/rtc-armada38x.c b/drivers/rtc/rtc-armada38x.c
+index 2b08cac..8942201 100644
+--- a/drivers/rtc/rtc-armada38x.c
++++ b/drivers/rtc/rtc-armada38x.c
+@@ -18,6 +18,7 @@
+ #include <linux/of.h>
+ #include <linux/platform_device.h>
+ #include <linux/rtc.h>
++#include <asm/pgtable.h>
+
+ #define RTC_STATUS 0x0
+ #define RTC_STATUS_ALARM1 BIT(0)
+@@ -254,8 +255,10 @@ static __init int armada38x_rtc_probe(struct platform_device *pdev)
+ * If there is no interrupt available then we can't
+ * use the alarm
+ */
+- armada38x_rtc_ops.set_alarm = NULL;
+- armada38x_rtc_ops.alarm_irq_enable = NULL;
++ pax_open_kernel();
++ *(void **)&armada38x_rtc_ops.set_alarm = NULL;
++ *(void **)&armada38x_rtc_ops.alarm_irq_enable = NULL;
++ pax_close_kernel();
+ }
+ platform_set_drvdata(pdev, rtc);
+ if (rtc->irq != -1)
diff --git a/drivers/rtc/rtc-cmos.c b/drivers/rtc/rtc-cmos.c
index a82556a0..e842923 100644
--- a/drivers/rtc/rtc-cmos.c
@@ -51781,7 +53428,7 @@ index 799c34b..8e9786a 100644
case RTC_PIE_ON:
diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c
-index 4ffabb3..1f87fca 100644
+index 6e76de1..d38a1e0 100644
--- a/drivers/rtc/rtc-ds1307.c
+++ b/drivers/rtc/rtc-ds1307.c
@@ -107,7 +107,7 @@ struct ds1307 {
@@ -51826,10 +53473,10 @@ index 3a2da4c..e88493c 100644
rtc = devm_rtc_device_register(&plat_dev->dev, "test",
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c
-index 1f74760..8e00a89 100644
+index 7a6dbfb..5cdcd29 100644
--- a/drivers/scsi/be2iscsi/be_main.c
+++ b/drivers/scsi/be2iscsi/be_main.c
-@@ -3165,7 +3165,7 @@ be_sgl_create_contiguous(void *virtual_address,
+@@ -3184,7 +3184,7 @@ be_sgl_create_contiguous(void *virtual_address,
{
WARN_ON(!virtual_address);
WARN_ON(!physical_address);
@@ -52033,10 +53680,10 @@ index 8bb173e..20236b4 100644
/* These three are default values which can be overridden */
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
-index 8eab107..599cd79 100644
+index 1dafeb4..3da5095 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
-@@ -697,10 +697,10 @@ static inline u32 next_command(struct ctlr_info *h, u8 q)
+@@ -793,10 +793,10 @@ static inline u32 next_command(struct ctlr_info *h, u8 q)
struct reply_queue_buffer *rq = &h->reply_queue[q];
if (h->transMethod & CFGTBL_Trans_io_accel1)
@@ -52049,16 +53696,16 @@ index 8eab107..599cd79 100644
if ((rq->head[rq->current_entry] & 1) == rq->wraparound) {
a = rq->head[rq->current_entry];
-@@ -837,7 +837,7 @@ static void enqueue_cmd_and_start_io(struct ctlr_info *h,
+@@ -978,7 +978,7 @@ static void __enqueue_cmd_and_start_io(struct ctlr_info *h,
break;
default:
- set_performant_mode(h, c);
+ set_performant_mode(h, c, reply_queue);
- h->access.submit_command(h, c);
+ h->access->submit_command(h, c);
}
}
-@@ -5369,17 +5369,17 @@ static void __iomem *remap_pci_mem(ulong base, ulong size)
+@@ -6340,17 +6340,17 @@ static void __iomem *remap_pci_mem(ulong base, ulong size)
static inline unsigned long get_next_completion(struct ctlr_info *h, u8 q)
{
@@ -52079,16 +53726,16 @@ index 8eab107..599cd79 100644
(h->interrupts_enabled == 0);
}
-@@ -6270,7 +6270,7 @@ static int hpsa_pci_init(struct ctlr_info *h)
+@@ -7288,7 +7288,7 @@ static int hpsa_pci_init(struct ctlr_info *h)
if (prod_index < 0)
return prod_index;
h->product_name = products[prod_index].product_name;
- h->access = *(products[prod_index].access);
+ h->access = products[prod_index].access;
- pci_disable_link_state(h->pdev, PCIE_LINK_STATE_L0S |
- PCIE_LINK_STATE_L1 | PCIE_LINK_STATE_CLKPM);
-@@ -6647,7 +6647,7 @@ static void controller_lockup_detected(struct ctlr_info *h)
+ h->needs_abort_tags_swizzled =
+ ctlr_needs_abort_tags_swizzled(h->board_id);
+@@ -7687,7 +7687,7 @@ static void controller_lockup_detected(struct ctlr_info *h)
unsigned long flags;
u32 lockup_detected;
@@ -52097,16 +53744,16 @@ index 8eab107..599cd79 100644
spin_lock_irqsave(&h->lock, flags);
lockup_detected = readl(h->vaddr + SA5_SCRATCHPAD_OFFSET);
if (!lockup_detected) {
-@@ -6922,7 +6922,7 @@ reinit_after_soft_reset:
+@@ -7970,7 +7970,7 @@ reinit_after_soft_reset:
}
/* make sure the board interrupts are off */
- h->access.set_intr_mask(h, HPSA_INTR_OFF);
+ h->access->set_intr_mask(h, HPSA_INTR_OFF);
- if (hpsa_request_irqs(h, do_hpsa_intr_msi, do_hpsa_intr_intx))
- goto clean2;
-@@ -6958,7 +6958,7 @@ reinit_after_soft_reset:
+ rc = hpsa_request_irqs(h, do_hpsa_intr_msi, do_hpsa_intr_intx);
+ if (rc)
+@@ -8029,7 +8029,7 @@ reinit_after_soft_reset:
* fake ones to scoop up any residual completions.
*/
spin_lock_irqsave(&h->lock, flags);
@@ -52115,7 +53762,7 @@ index 8eab107..599cd79 100644
spin_unlock_irqrestore(&h->lock, flags);
hpsa_free_irqs(h);
rc = hpsa_request_irqs(h, hpsa_msix_discard_completions,
-@@ -6977,9 +6977,9 @@ reinit_after_soft_reset:
+@@ -8059,9 +8059,9 @@ reinit_after_soft_reset:
dev_info(&h->pdev->dev, "Board READY.\n");
dev_info(&h->pdev->dev,
"Waiting for stale completions to drain.\n");
@@ -52127,7 +53774,7 @@ index 8eab107..599cd79 100644
rc = controller_reset_failed(h->cfgtable);
if (rc)
-@@ -7004,7 +7004,7 @@ reinit_after_soft_reset:
+@@ -8086,7 +8086,7 @@ reinit_after_soft_reset:
/* Turn the interrupts on so we can service requests */
@@ -52135,17 +53782,26 @@ index 8eab107..599cd79 100644
+ h->access->set_intr_mask(h, HPSA_INTR_ON);
hpsa_hba_inquiry(h);
- hpsa_register_scsi(h); /* hook ourselves into SCSI subsystem */
-@@ -7077,7 +7077,7 @@ static void hpsa_shutdown(struct pci_dev *pdev)
+
+@@ -8104,7 +8104,7 @@ clean9: /* wq, sh, perf, sg, cmd, irq, shost, pci, lu, aer/h */
+ kfree(h->hba_inquiry_data);
+ clean7: /* perf, sg, cmd, irq, shost, pci, lu, aer/h */
+ hpsa_free_performant_mode(h);
+- h->access.set_intr_mask(h, HPSA_INTR_OFF);
++ h->access->set_intr_mask(h, HPSA_INTR_OFF);
+ clean6: /* sg, cmd, irq, pci, lockup, wq/aer/h */
+ hpsa_free_sg_chain_blocks(h);
+ clean5: /* cmd, irq, shost, pci, lu, aer/h */
+@@ -8174,7 +8174,7 @@ static void hpsa_shutdown(struct pci_dev *pdev)
* To write all data in the battery backed cache to disks
*/
hpsa_flush_cache(h);
- h->access.set_intr_mask(h, HPSA_INTR_OFF);
+ h->access->set_intr_mask(h, HPSA_INTR_OFF);
- hpsa_free_irqs_and_disable_msix(h);
+ hpsa_free_irqs(h); /* init_one 4 */
+ hpsa_disable_interrupt_mode(h); /* pci_init 2 */
}
-
-@@ -7198,7 +7198,7 @@ static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
+@@ -8306,7 +8306,7 @@ static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
CFGTBL_Trans_enable_directed_msix |
(trans_support & (CFGTBL_Trans_io_accel1 |
CFGTBL_Trans_io_accel2));
@@ -52154,7 +53810,7 @@ index 8eab107..599cd79 100644
/* This is a bit complicated. There are 8 registers on
* the controller which we write to to tell it 8 different
-@@ -7240,7 +7240,7 @@ static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
+@@ -8348,7 +8348,7 @@ static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
* perform the superfluous readl() after each command submission.
*/
if (trans_support & (CFGTBL_Trans_io_accel1 | CFGTBL_Trans_io_accel2))
@@ -52163,7 +53819,7 @@ index 8eab107..599cd79 100644
/* Controller spec: zero out this buffer. */
for (i = 0; i < h->nreply_queues; i++)
-@@ -7270,12 +7270,12 @@ static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
+@@ -8378,12 +8378,12 @@ static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
* enable outbound interrupt coalescing in accelerator mode;
*/
if (trans_support & CFGTBL_Trans_io_accel1) {
@@ -52179,10 +53835,10 @@ index 8eab107..599cd79 100644
writel(4, &h->cfgtable->HostWrite.CoalIntCount);
}
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h
-index 6577130..955f9a4 100644
+index 6ee4da6..dfafb48 100644
--- a/drivers/scsi/hpsa.h
+++ b/drivers/scsi/hpsa.h
-@@ -143,7 +143,7 @@ struct ctlr_info {
+@@ -152,7 +152,7 @@ struct ctlr_info {
unsigned int msix_vector;
unsigned int msi_vector;
int intr_mode; /* either PERF_MODE_INT or SIMPLE_MODE_INT */
@@ -52191,7 +53847,7 @@ index 6577130..955f9a4 100644
char hba_mode_enabled;
/* queue and queue Info */
-@@ -525,38 +525,38 @@ static unsigned long SA5_ioaccel_mode1_completed(struct ctlr_info *h, u8 q)
+@@ -542,38 +542,38 @@ static unsigned long SA5_ioaccel_mode1_completed(struct ctlr_info *h, u8 q)
}
static struct access_method SA5_access = {
@@ -52409,10 +54065,10 @@ index 9c706d8..d3e3ed2 100644
.qc_issue = sas_ata_qc_issue,
.qc_fill_rtf = sas_ata_qc_fill_rtf,
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
-index 9b81a34..a9b7b8c 100644
+index a5a56fa..43499fd 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
-@@ -433,7 +433,7 @@ struct lpfc_vport {
+@@ -435,7 +435,7 @@ struct lpfc_vport {
struct dentry *debug_nodelist;
struct dentry *vport_debugfs_root;
struct lpfc_debugfs_trc *disc_trc;
@@ -52421,7 +54077,7 @@ index 9b81a34..a9b7b8c 100644
#endif
uint8_t stat_data_enabled;
uint8_t stat_data_blocked;
-@@ -883,8 +883,8 @@ struct lpfc_hba {
+@@ -885,8 +885,8 @@ struct lpfc_hba {
struct timer_list fabric_block_timer;
unsigned long bit_flags;
#define FABRIC_COMANDS_BLOCKED 0
@@ -52432,7 +54088,7 @@ index 9b81a34..a9b7b8c 100644
unsigned long last_rsrc_error_time;
unsigned long last_ramp_down_time;
#ifdef CONFIG_SCSI_LPFC_DEBUG_FS
-@@ -919,7 +919,7 @@ struct lpfc_hba {
+@@ -921,7 +921,7 @@ struct lpfc_hba {
struct dentry *debug_slow_ring_trc;
struct lpfc_debugfs_trc *slow_ring_trc;
@@ -52442,7 +54098,7 @@ index 9b81a34..a9b7b8c 100644
struct dentry *idiag_root;
struct dentry *idiag_pci_cfg;
diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
-index 513edcb..805c6a8 100644
+index 25aa9b9..d700a65 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -106,7 +106,7 @@ MODULE_PARM_DESC(lpfc_debugfs_mask_disc_trc,
@@ -52525,10 +54181,10 @@ index 513edcb..805c6a8 100644
snprintf(name, sizeof(name), "discovery_trace");
vport->debug_disc_trc =
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
-index e8c8c1e..5f2e11c 100644
+index f962118..6706983 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
-@@ -11406,8 +11406,10 @@ lpfc_init(void)
+@@ -11416,8 +11416,10 @@ lpfc_init(void)
"misc_register returned with status %d", error);
if (lpfc_enable_npiv) {
@@ -52542,7 +54198,7 @@ index e8c8c1e..5f2e11c 100644
lpfc_transport_template =
fc_attach_transport(&lpfc_transport_functions);
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
-index c140f99..11b2505 100644
+index e5eb40d..056dcd4 100644
--- a/drivers/scsi/lpfc/lpfc_scsi.c
+++ b/drivers/scsi/lpfc/lpfc_scsi.c
@@ -261,7 +261,7 @@ lpfc_rampdown_queue_depth(struct lpfc_hba *phba)
@@ -52724,7 +54380,7 @@ index e1d150f..6c6df44 100644
/* To indicate add/delete/modify during CCN */
u8 change_detected;
diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c
-index 82b92c4..3178171 100644
+index 437254e..a66eb82 100644
--- a/drivers/scsi/qla2xxx/qla_attr.c
+++ b/drivers/scsi/qla2xxx/qla_attr.c
@@ -2192,7 +2192,7 @@ qla24xx_vport_disable(struct fc_vport *fc_vport, bool disable)
@@ -52761,7 +54417,7 @@ index 7686bfe..4710893 100644
extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *, bool);
extern void qla2x00_init_host_attr(scsi_qla_host_t *);
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
-index 7462dd7..5b64c24 100644
+index 8a5cac8..4eba6ab 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -1435,8 +1435,10 @@ qla2x00_config_dma_addressing(struct qla_hw_data *ha)
@@ -52778,10 +54434,10 @@ index 7462dd7..5b64c24 100644
}
}
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h
-index 8f6d0fb..1b21097 100644
+index a7cfc27..151f483 100644
--- a/drivers/scsi/qla4xxx/ql4_def.h
+++ b/drivers/scsi/qla4xxx/ql4_def.h
-@@ -305,7 +305,7 @@ struct ddb_entry {
+@@ -306,7 +306,7 @@ struct ddb_entry {
* (4000 only) */
atomic_t relogin_timer; /* Max Time to wait for
* relogin to complete */
@@ -52819,10 +54475,10 @@ index 6d25879..3031a9f 100644
ddb_entry->default_relogin_timeout =
(def_timeout > LOGIN_TOV) && (def_timeout < LOGIN_TOV * 10) ?
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
-index 3833bf5..95feaf1 100644
+index 207d6a7..bf155b5 100644
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
-@@ -637,7 +637,7 @@ void scsi_finish_command(struct scsi_cmnd *cmd)
+@@ -591,7 +591,7 @@ void scsi_finish_command(struct scsi_cmnd *cmd)
good_bytes = scsi_bufflen(cmd);
if (cmd->request->cmd_type != REQ_TYPE_BLOCK_PC) {
@@ -52919,7 +54575,7 @@ index 24eaaf6..de30ec9 100644
/*
* Check for overflow; dev_loss_tmo is u32
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
-index 67d43e3..8cee73c 100644
+index 55647aa..b647d05 100644
--- a/drivers/scsi/scsi_transport_iscsi.c
+++ b/drivers/scsi/scsi_transport_iscsi.c
@@ -79,7 +79,7 @@ struct iscsi_internal {
@@ -52931,7 +54587,7 @@ index 67d43e3..8cee73c 100644
static struct workqueue_struct *iscsi_eh_timer_workq;
static DEFINE_IDA(iscsi_sess_ida);
-@@ -2071,7 +2071,7 @@ int iscsi_add_session(struct iscsi_cls_session *session, unsigned int target_id)
+@@ -2073,7 +2073,7 @@ int iscsi_add_session(struct iscsi_cls_session *session, unsigned int target_id)
int err;
ihost = shost->shost_data;
@@ -52940,7 +54596,7 @@ index 67d43e3..8cee73c 100644
if (target_id == ISCSI_MAX_TARGET) {
id = ida_simple_get(&iscsi_sess_ida, 0, 0, GFP_KERNEL);
-@@ -4515,7 +4515,7 @@ static __init int iscsi_transport_init(void)
+@@ -4517,7 +4517,7 @@ static __init int iscsi_transport_init(void)
printk(KERN_INFO "Loading iSCSI transport class v%s.\n",
ISCSI_TRANSPORT_VERSION);
@@ -52950,7 +54606,7 @@ index 67d43e3..8cee73c 100644
err = class_register(&iscsi_transport_class);
if (err)
diff --git a/drivers/scsi/scsi_transport_srp.c b/drivers/scsi/scsi_transport_srp.c
-index f115f67..b80b2c1 100644
+index e3cd3ec..00560ec 100644
--- a/drivers/scsi/scsi_transport_srp.c
+++ b/drivers/scsi/scsi_transport_srp.c
@@ -35,7 +35,7 @@
@@ -52962,7 +54618,7 @@ index f115f67..b80b2c1 100644
};
#define to_srp_host_attrs(host) ((struct srp_host_attrs *)(host)->shost_data)
-@@ -100,7 +100,7 @@ static int srp_host_setup(struct transport_container *tc, struct device *dev,
+@@ -105,7 +105,7 @@ static int srp_host_setup(struct transport_container *tc, struct device *dev,
struct Scsi_Host *shost = dev_to_shost(dev);
struct srp_host_attrs *srp_host = to_srp_host_attrs(shost);
@@ -52971,7 +54627,7 @@ index f115f67..b80b2c1 100644
return 0;
}
-@@ -744,7 +744,7 @@ struct srp_rport *srp_rport_add(struct Scsi_Host *shost,
+@@ -752,7 +752,7 @@ struct srp_rport *srp_rport_add(struct Scsi_Host *shost,
rport_fast_io_fail_timedout);
INIT_DELAYED_WORK(&rport->dev_loss_work, rport_dev_loss_timedout);
@@ -52981,7 +54637,7 @@ index f115f67..b80b2c1 100644
transport_setup_device(&rport->dev);
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
-index 11ea52b..7968d4d 100644
+index a20da8c..7f47bac 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -111,7 +111,7 @@ static int sd_resume(struct device *);
@@ -53086,10 +54742,10 @@ index c0d660f..24a5854 100644
.read = fuse_read,
};
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
-index d35c1a1..eda08dc 100644
+index cf8b91b..a13d434 100644
--- a/drivers/spi/spi.c
+++ b/drivers/spi/spi.c
-@@ -2206,7 +2206,7 @@ int spi_bus_unlock(struct spi_master *master)
+@@ -2216,7 +2216,7 @@ int spi_bus_unlock(struct spi_master *master)
EXPORT_SYMBOL_GPL(spi_bus_unlock);
/* portable code must never pass more than 32 bytes */
@@ -53098,6 +54754,19 @@ index d35c1a1..eda08dc 100644
static u8 *buf;
+diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
+index c7de641..ff76c07 100644
+--- a/drivers/spi/spidev.c
++++ b/drivers/spi/spidev.c
+@@ -95,7 +95,7 @@ MODULE_PARM_DESC(bufsiz, "data bytes in biggest supported SPI message");
+
+ /*-------------------------------------------------------------------------*/
+
+-static ssize_t
++static ssize_t __intentional_overflow(-1)
+ spidev_sync(struct spidev_data *spidev, struct spi_message *message)
+ {
+ DECLARE_COMPLETION_ONSTACK(done);
diff --git a/drivers/staging/android/timed_output.c b/drivers/staging/android/timed_output.c
index b41429f..2de5373 100644
--- a/drivers/staging/android/timed_output.c
@@ -53130,10 +54799,10 @@ index b41429f..2de5373 100644
MKDEV(0, tdev->index), NULL, "%s", tdev->name);
if (IS_ERR(tdev->dev))
diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c
-index e78ddbe..ac437c0 100644
+index 985d94b..49c59fb 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
-@@ -297,8 +297,8 @@ static void comedi_file_reset(struct file *file)
+@@ -314,8 +314,8 @@ static void comedi_file_reset(struct file *file)
}
cfp->last_attached = dev->attached;
cfp->last_detach_count = dev->detach_count;
@@ -53144,7 +54813,7 @@ index e78ddbe..ac437c0 100644
}
static void comedi_file_check(struct file *file)
-@@ -1951,7 +1951,7 @@ static int do_setrsubd_ioctl(struct comedi_device *dev, unsigned long arg,
+@@ -1983,7 +1983,7 @@ static int do_setrsubd_ioctl(struct comedi_device *dev, unsigned long arg,
!(s_old->async->cmd.flags & CMDF_WRITE))
return -EBUSY;
@@ -53153,7 +54822,7 @@ index e78ddbe..ac437c0 100644
return 0;
}
-@@ -1993,7 +1993,7 @@ static int do_setwsubd_ioctl(struct comedi_device *dev, unsigned long arg,
+@@ -2025,7 +2025,7 @@ static int do_setwsubd_ioctl(struct comedi_device *dev, unsigned long arg,
(s_old->async->cmd.flags & CMDF_WRITE))
return -EBUSY;
@@ -53163,10 +54832,10 @@ index e78ddbe..ac437c0 100644
}
diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c
-index 53b748b..a5ae0b3 100644
+index 9cc8141..ffd5039 100644
--- a/drivers/staging/fbtft/fbtft-core.c
+++ b/drivers/staging/fbtft/fbtft-core.c
-@@ -680,7 +680,7 @@ struct fb_info *fbtft_framebuffer_alloc(struct fbtft_display *display,
+@@ -681,7 +681,7 @@ struct fb_info *fbtft_framebuffer_alloc(struct fbtft_display *display,
{
struct fb_info *info;
struct fbtft_par *par;
@@ -53176,7 +54845,7 @@ index 53b748b..a5ae0b3 100644
struct fbtft_platform_data *pdata = dev->platform_data;
u8 *vmem = NULL;
diff --git a/drivers/staging/fbtft/fbtft.h b/drivers/staging/fbtft/fbtft.h
-index 9fd98cb..a9cf912 100644
+index 7d817eb..d22e49e 100644
--- a/drivers/staging/fbtft/fbtft.h
+++ b/drivers/staging/fbtft/fbtft.h
@@ -106,7 +106,7 @@ struct fbtft_ops {
@@ -53201,210 +54870,6 @@ index 001348c..cfaac8a 100644
static struct tty_driver *gdm_driver[TTY_MAX_COUNT];
static struct gdm *gdm_table[TTY_MAX_COUNT][GDM_TTY_MINOR];
-diff --git a/drivers/staging/i2o/i2o.h b/drivers/staging/i2o/i2o.h
-index d23c3c2..eb63c81 100644
---- a/drivers/staging/i2o/i2o.h
-+++ b/drivers/staging/i2o/i2o.h
-@@ -565,7 +565,7 @@ struct i2o_controller {
- struct i2o_device *exec; /* Executive */
- #if BITS_PER_LONG == 64
- spinlock_t context_list_lock; /* lock for context_list */
-- atomic_t context_list_counter; /* needed for unique contexts */
-+ atomic_unchecked_t context_list_counter; /* needed for unique contexts */
- struct list_head context_list; /* list of context id's
- and pointers */
- #endif
-diff --git a/drivers/staging/i2o/i2o_proc.c b/drivers/staging/i2o/i2o_proc.c
-index 780fee3..ca9dcae 100644
---- a/drivers/staging/i2o/i2o_proc.c
-+++ b/drivers/staging/i2o/i2o_proc.c
-@@ -253,12 +253,6 @@ static char *scsi_devices[] = {
- "Array Controller Device"
- };
-
--static char *chtostr(char *tmp, u8 *chars, int n)
--{
-- tmp[0] = 0;
-- return strncat(tmp, (char *)chars, n);
--}
--
- static int i2o_report_query_status(struct seq_file *seq, int block_status,
- char *group)
- {
-@@ -711,9 +705,9 @@ static int i2o_seq_show_status(struct seq_file *seq, void *v)
- static int i2o_seq_show_hw(struct seq_file *seq, void *v)
- {
- struct i2o_controller *c = (struct i2o_controller *)seq->private;
-- static u32 work32[5];
-- static u8 *work8 = (u8 *) work32;
-- static u16 *work16 = (u16 *) work32;
-+ u32 work32[5];
-+ u8 *work8 = (u8 *) work32;
-+ u16 *work16 = (u16 *) work32;
- int token;
- u32 hwcap;
-
-@@ -794,7 +788,6 @@ static int i2o_seq_show_ddm_table(struct seq_file *seq, void *v)
- } *result;
-
- i2o_exec_execute_ddm_table ddm_table;
-- char tmp[28 + 1];
-
- result = kmalloc(sizeof(*result), GFP_KERNEL);
- if (!result)
-@@ -829,8 +822,7 @@ static int i2o_seq_show_ddm_table(struct seq_file *seq, void *v)
-
- seq_printf(seq, "%-#7x", ddm_table.i2o_vendor_id);
- seq_printf(seq, "%-#8x", ddm_table.module_id);
-- seq_printf(seq, "%-29s",
-- chtostr(tmp, ddm_table.module_name_version, 28));
-+ seq_printf(seq, "%-.28s", ddm_table.module_name_version);
- seq_printf(seq, "%9d ", ddm_table.data_size);
- seq_printf(seq, "%8d", ddm_table.code_size);
-
-@@ -897,7 +889,6 @@ static int i2o_seq_show_drivers_stored(struct seq_file *seq, void *v)
-
- i2o_driver_result_table *result;
- i2o_driver_store_table *dst;
-- char tmp[28 + 1];
-
- result = kmalloc(sizeof(i2o_driver_result_table), GFP_KERNEL);
- if (result == NULL)
-@@ -932,9 +923,8 @@ static int i2o_seq_show_drivers_stored(struct seq_file *seq, void *v)
-
- seq_printf(seq, "%-#7x", dst->i2o_vendor_id);
- seq_printf(seq, "%-#8x", dst->module_id);
-- seq_printf(seq, "%-29s",
-- chtostr(tmp, dst->module_name_version, 28));
-- seq_printf(seq, "%-9s", chtostr(tmp, dst->date, 8));
-+ seq_printf(seq, "%-.28s", dst->module_name_version);
-+ seq_printf(seq, "%-.8s", dst->date);
- seq_printf(seq, "%8d ", dst->module_size);
- seq_printf(seq, "%8d ", dst->mpb_size);
- seq_printf(seq, "0x%04x", dst->module_flags);
-@@ -1250,11 +1240,10 @@ static int i2o_seq_show_authorized_users(struct seq_file *seq, void *v)
- static int i2o_seq_show_dev_identity(struct seq_file *seq, void *v)
- {
- struct i2o_device *d = (struct i2o_device *)seq->private;
-- static u32 work32[128]; // allow for "stuff" + up to 256 byte (max) serial number
-+ u32 work32[128]; // allow for "stuff" + up to 256 byte (max) serial number
- // == (allow) 512d bytes (max)
-- static u16 *work16 = (u16 *) work32;
-+ u16 *work16 = (u16 *) work32;
- int token;
-- char tmp[16 + 1];
-
- token = i2o_parm_field_get(d, 0xF100, -1, &work32, sizeof(work32));
-
-@@ -1266,14 +1255,10 @@ static int i2o_seq_show_dev_identity(struct seq_file *seq, void *v)
- seq_printf(seq, "Device Class : %s\n", i2o_get_class_name(work16[0]));
- seq_printf(seq, "Owner TID : %0#5x\n", work16[2]);
- seq_printf(seq, "Parent TID : %0#5x\n", work16[3]);
-- seq_printf(seq, "Vendor info : %s\n",
-- chtostr(tmp, (u8 *) (work32 + 2), 16));
-- seq_printf(seq, "Product info : %s\n",
-- chtostr(tmp, (u8 *) (work32 + 6), 16));
-- seq_printf(seq, "Description : %s\n",
-- chtostr(tmp, (u8 *) (work32 + 10), 16));
-- seq_printf(seq, "Product rev. : %s\n",
-- chtostr(tmp, (u8 *) (work32 + 14), 8));
-+ seq_printf(seq, "Vendor info : %.16s\n", (u8 *) (work32 + 2));
-+ seq_printf(seq, "Product info : %.16s\n", (u8 *) (work32 + 6));
-+ seq_printf(seq, "Description : %.16s\n", (u8 *) (work32 + 10));
-+ seq_printf(seq, "Product rev. : %.8s\n", (u8 *) (work32 + 14));
-
- seq_printf(seq, "Serial number : ");
- print_serial_number(seq, (u8 *) (work32 + 16),
-@@ -1310,8 +1295,6 @@ static int i2o_seq_show_ddm_identity(struct seq_file *seq, void *v)
- u8 pad[256]; // allow up to 256 byte (max) serial number
- } result;
-
-- char tmp[24 + 1];
--
- token = i2o_parm_field_get(d, 0xF101, -1, &result, sizeof(result));
-
- if (token < 0) {
-@@ -1320,10 +1303,8 @@ static int i2o_seq_show_ddm_identity(struct seq_file *seq, void *v)
- }
-
- seq_printf(seq, "Registering DDM TID : 0x%03x\n", result.ddm_tid);
-- seq_printf(seq, "Module name : %s\n",
-- chtostr(tmp, result.module_name, 24));
-- seq_printf(seq, "Module revision : %s\n",
-- chtostr(tmp, result.module_rev, 8));
-+ seq_printf(seq, "Module name : %.24s\n", result.module_name);
-+ seq_printf(seq, "Module revision : %.8s\n", result.module_rev);
-
- seq_printf(seq, "Serial number : ");
- print_serial_number(seq, result.serial_number, sizeof(result) - 36);
-@@ -1347,8 +1328,6 @@ static int i2o_seq_show_uinfo(struct seq_file *seq, void *v)
- u8 instance_number[4];
- } result;
-
-- char tmp[64 + 1];
--
- token = i2o_parm_field_get(d, 0xF102, -1, &result, sizeof(result));
-
- if (token < 0) {
-@@ -1356,14 +1335,10 @@ static int i2o_seq_show_uinfo(struct seq_file *seq, void *v)
- return 0;
- }
-
-- seq_printf(seq, "Device name : %s\n",
-- chtostr(tmp, result.device_name, 64));
-- seq_printf(seq, "Service name : %s\n",
-- chtostr(tmp, result.service_name, 64));
-- seq_printf(seq, "Physical name : %s\n",
-- chtostr(tmp, result.physical_location, 64));
-- seq_printf(seq, "Instance number : %s\n",
-- chtostr(tmp, result.instance_number, 4));
-+ seq_printf(seq, "Device name : %.64s\n", result.device_name);
-+ seq_printf(seq, "Service name : %.64s\n", result.service_name);
-+ seq_printf(seq, "Physical name : %.64s\n", result.physical_location);
-+ seq_printf(seq, "Instance number : %.4s\n", result.instance_number);
-
- return 0;
- }
-@@ -1372,9 +1347,9 @@ static int i2o_seq_show_uinfo(struct seq_file *seq, void *v)
- static int i2o_seq_show_sgl_limits(struct seq_file *seq, void *v)
- {
- struct i2o_device *d = (struct i2o_device *)seq->private;
-- static u32 work32[12];
-- static u16 *work16 = (u16 *) work32;
-- static u8 *work8 = (u8 *) work32;
-+ u32 work32[12];
-+ u16 *work16 = (u16 *) work32;
-+ u8 *work8 = (u8 *) work32;
- int token;
-
- token = i2o_parm_field_get(d, 0xF103, -1, &work32, sizeof(work32));
-diff --git a/drivers/staging/i2o/iop.c b/drivers/staging/i2o/iop.c
-index 23bdbe4..4e1f340 100644
---- a/drivers/staging/i2o/iop.c
-+++ b/drivers/staging/i2o/iop.c
-@@ -111,10 +111,10 @@ u32 i2o_cntxt_list_add(struct i2o_controller * c, void *ptr)
-
- spin_lock_irqsave(&c->context_list_lock, flags);
-
-- if (unlikely(atomic_inc_and_test(&c->context_list_counter)))
-- atomic_inc(&c->context_list_counter);
-+ if (unlikely(atomic_inc_and_test_unchecked(&c->context_list_counter)))
-+ atomic_inc_unchecked(&c->context_list_counter);
-
-- entry->context = atomic_read(&c->context_list_counter);
-+ entry->context = atomic_read_unchecked(&c->context_list_counter);
-
- list_add(&entry->list, &c->context_list);
-
-@@ -1076,7 +1076,7 @@ struct i2o_controller *i2o_iop_alloc(void)
-
- #if BITS_PER_LONG == 64
- spin_lock_init(&c->context_list_lock);
-- atomic_set(&c->context_list_counter, 0);
-+ atomic_set_unchecked(&c->context_list_counter, 0);
- INIT_LIST_HEAD(&c->context_list);
- #endif
-
diff --git a/drivers/staging/iio/accel/lis3l02dq_ring.c b/drivers/staging/iio/accel/lis3l02dq_ring.c
index b892f2c..9b4898a 100644
--- a/drivers/staging/iio/accel/lis3l02dq_ring.c
@@ -53434,7 +54899,7 @@ index d98e229..9c59bc2 100644
if (st->iio_attr == NULL)
return -ENOMEM;
diff --git a/drivers/staging/lustre/lnet/selftest/brw_test.c b/drivers/staging/lustre/lnet/selftest/brw_test.c
-index 658f458..0564216 100644
+index de11f1b..f7181cf 100644
--- a/drivers/staging/lustre/lnet/selftest/brw_test.c
+++ b/drivers/staging/lustre/lnet/selftest/brw_test.c
@@ -487,13 +487,11 @@ brw_server_handle(struct srpc_server_rpc *rpc)
@@ -53444,20 +54909,20 @@ index 658f458..0564216 100644
-sfw_test_client_ops_t brw_test_client;
-void brw_init_test_client(void)
-{
-- brw_test_client.tso_init = brw_client_init;
-- brw_test_client.tso_fini = brw_client_fini;
-- brw_test_client.tso_prep_rpc = brw_client_prep_rpc;
-- brw_test_client.tso_done_rpc = brw_client_done_rpc;
+- brw_test_client.tso_init = brw_client_init;
+- brw_test_client.tso_fini = brw_client_fini;
+- brw_test_client.tso_prep_rpc = brw_client_prep_rpc;
+- brw_test_client.tso_done_rpc = brw_client_done_rpc;
+sfw_test_client_ops_t brw_test_client = {
-+ .tso_init = brw_client_init,
-+ .tso_fini = brw_client_fini,
-+ .tso_prep_rpc = brw_client_prep_rpc,
-+ .tso_done_rpc = brw_client_done_rpc,
++ .tso_init = brw_client_init,
++ .tso_fini = brw_client_fini,
++ .tso_prep_rpc = brw_client_prep_rpc,
++ .tso_done_rpc = brw_client_done_rpc,
};
srpc_service_t brw_test_service;
diff --git a/drivers/staging/lustre/lnet/selftest/framework.c b/drivers/staging/lustre/lnet/selftest/framework.c
-index a93a90d..c51dde6 100644
+index 7c5185a..51c2ae7 100644
--- a/drivers/staging/lustre/lnet/selftest/framework.c
+++ b/drivers/staging/lustre/lnet/selftest/framework.c
@@ -1628,12 +1628,10 @@ static srpc_service_t sfw_services[] = {
@@ -53487,7 +54952,7 @@ index a93a90d..c51dde6 100644
rc = sfw_register_test(&ping_test_service, &ping_test_client);
LASSERT(rc == 0);
diff --git a/drivers/staging/lustre/lnet/selftest/ping_test.c b/drivers/staging/lustre/lnet/selftest/ping_test.c
-index 644069a..83cbd26 100644
+index 1dab998..edfe0ac 100644
--- a/drivers/staging/lustre/lnet/selftest/ping_test.c
+++ b/drivers/staging/lustre/lnet/selftest/ping_test.c
@@ -211,14 +211,12 @@ ping_server_handle(struct srpc_server_rpc *rpc)
@@ -53512,10 +54977,10 @@ index 644069a..83cbd26 100644
srpc_service_t ping_test_service;
void ping_init_test_service(void)
diff --git a/drivers/staging/lustre/lustre/include/lustre_dlm.h b/drivers/staging/lustre/lustre/include/lustre_dlm.h
-index bac9902..0225fe1 100644
+index f6f4c03..cdc3556 100644
--- a/drivers/staging/lustre/lustre/include/lustre_dlm.h
+++ b/drivers/staging/lustre/lustre/include/lustre_dlm.h
-@@ -1139,7 +1139,7 @@ struct ldlm_callback_suite {
+@@ -1107,7 +1107,7 @@ struct ldlm_callback_suite {
ldlm_completion_callback lcs_completion;
ldlm_blocking_callback lcs_blocking;
ldlm_glimpse_callback lcs_glimpse;
@@ -53525,10 +54990,10 @@ index bac9902..0225fe1 100644
/* ldlm_lockd.c */
int ldlm_del_waiting_lock(struct ldlm_lock *lock);
diff --git a/drivers/staging/lustre/lustre/include/obd.h b/drivers/staging/lustre/lustre/include/obd.h
-index 2a88b80..62e7e5f 100644
+index 55452e5..43b0f2f 100644
--- a/drivers/staging/lustre/lustre/include/obd.h
+++ b/drivers/staging/lustre/lustre/include/obd.h
-@@ -1362,7 +1362,7 @@ struct md_ops {
+@@ -1364,7 +1364,7 @@ struct md_ops {
* lprocfs_alloc_md_stats() in obdclass/lprocfs_status.c. Also, add a
* wrapper function in include/linux/obd_class.h.
*/
@@ -53551,10 +55016,10 @@ index a4c252f..b21acac 100644
CDEBUG(D_DLMTRACE,
"flags %#llx owner %llu pid %u mode %u start %llu end %llu\n",
diff --git a/drivers/staging/lustre/lustre/libcfs/module.c b/drivers/staging/lustre/lustre/libcfs/module.c
-index f0ee76a..1d01af9 100644
+index e60b2e9..ad9ceb3 100644
--- a/drivers/staging/lustre/lustre/libcfs/module.c
+++ b/drivers/staging/lustre/lustre/libcfs/module.c
-@@ -380,11 +380,11 @@ out:
+@@ -377,11 +377,11 @@ out:
struct cfs_psdev_ops libcfs_psdev_ops = {
@@ -53571,7 +55036,7 @@ index f0ee76a..1d01af9 100644
};
static int init_libcfs_module(void)
-@@ -631,7 +631,7 @@ static int proc_console_max_delay_cs(struct ctl_table *table, int write,
+@@ -623,7 +623,7 @@ static int proc_console_max_delay_cs(struct ctl_table *table, int write,
loff_t *ppos)
{
int rc, max_delay_cs;
@@ -53580,7 +55045,7 @@ index f0ee76a..1d01af9 100644
long d;
dummy.data = &max_delay_cs;
-@@ -664,7 +664,7 @@ static int proc_console_min_delay_cs(struct ctl_table *table, int write,
+@@ -656,7 +656,7 @@ static int proc_console_min_delay_cs(struct ctl_table *table, int write,
loff_t *ppos)
{
int rc, min_delay_cs;
@@ -53589,7 +55054,7 @@ index f0ee76a..1d01af9 100644
long d;
dummy.data = &min_delay_cs;
-@@ -696,7 +696,7 @@ static int proc_console_backoff(struct ctl_table *table, int write,
+@@ -688,7 +688,7 @@ static int proc_console_backoff(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
int rc, backoff;
@@ -53599,10 +55064,10 @@ index f0ee76a..1d01af9 100644
dummy.data = &backoff;
dummy.proc_handler = &proc_dointvec;
diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c
-index 22667db..8b703b6 100644
+index 22853d3..cfa3c49 100644
--- a/drivers/staging/octeon/ethernet-rx.c
+++ b/drivers/staging/octeon/ethernet-rx.c
-@@ -354,14 +354,14 @@ static int cvm_oct_napi_poll(struct napi_struct *napi, int budget)
+@@ -335,14 +335,14 @@ static int cvm_oct_napi_poll(struct napi_struct *napi, int budget)
/* Increment RX stats for virtual ports */
if (work->ipprt >= CVMX_PIP_NUM_INPUT_PORTS) {
#ifdef CONFIG_64BIT
@@ -53621,7 +55086,7 @@ index 22667db..8b703b6 100644
(atomic_t *)&priv->stats.rx_bytes);
#endif
}
-@@ -373,10 +373,10 @@ static int cvm_oct_napi_poll(struct napi_struct *napi, int budget)
+@@ -354,10 +354,10 @@ static int cvm_oct_napi_poll(struct napi_struct *napi, int budget)
dev->name);
*/
#ifdef CONFIG_64BIT
@@ -53635,10 +55100,10 @@ index 22667db..8b703b6 100644
#endif
dev_kfree_skb_irq(skb);
diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c
-index fbbe866..2943243 100644
+index f9dba23..7bc0ef3 100644
--- a/drivers/staging/octeon/ethernet.c
+++ b/drivers/staging/octeon/ethernet.c
-@@ -251,11 +251,11 @@ static struct net_device_stats *cvm_oct_common_get_stats(struct net_device *dev)
+@@ -231,11 +231,11 @@ static struct net_device_stats *cvm_oct_common_get_stats(struct net_device *dev)
* since the RX tasklet also increments it.
*/
#ifdef CONFIG_64BIT
@@ -53681,10 +55146,10 @@ index 070cc03..6806e37 100644
struct io_req {
struct list_head list;
diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
-index dbbb2f8..5232114 100644
+index 8e201f1..bf2a28d 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
-@@ -780,6 +780,7 @@ static struct fb_ops lynxfb_ops = {
+@@ -775,6 +775,7 @@ static struct fb_ops lynxfb_ops = {
.fb_set_par = lynxfb_ops_set_par,
.fb_setcolreg = lynxfb_ops_setcolreg,
.fb_blank = lynxfb_ops_blank,
@@ -53692,7 +55157,7 @@ index dbbb2f8..5232114 100644
.fb_fillrect = cfb_fillrect,
.fb_imageblit = cfb_imageblit,
.fb_copyarea = cfb_copyarea,
-@@ -827,8 +828,10 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
+@@ -822,8 +823,10 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
par->index = index;
output->channel = &crtc->channel;
sm750fb_set_drv(par);
@@ -53704,7 +55169,7 @@ index dbbb2f8..5232114 100644
/* set current cursor variable and proc pointer,
* must be set after crtc member initialized */
-@@ -850,7 +853,9 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
+@@ -845,7 +848,9 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
crtc->cursor.share = share;
memset_io(crtc->cursor.vstart, 0, crtc->cursor.size);
if (!g_hwcursor) {
@@ -53715,7 +55180,7 @@ index dbbb2f8..5232114 100644
crtc->cursor.disable(&crtc->cursor);
}
-@@ -858,9 +863,11 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
+@@ -853,9 +858,11 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
/* set info->fbops, must be set before fb_find_mode */
if (!share->accel_off) {
/* use 2d acceleration */
@@ -53730,33 +55195,33 @@ index dbbb2f8..5232114 100644
}
info->fbops = &lynxfb_ops;
-diff --git a/drivers/staging/unisys/visorchipset/visorchipset.h b/drivers/staging/unisys/visorchipset/visorchipset.h
-index bd46df9..a0a5274 100644
---- a/drivers/staging/unisys/visorchipset/visorchipset.h
-+++ b/drivers/staging/unisys/visorchipset/visorchipset.h
-@@ -170,7 +170,7 @@ struct visorchipset_busdev_notifiers {
- void (*device_resume)(ulong bus_no, ulong dev_no);
- int (*get_channel_info)(uuid_le type_uuid, ulong *min_size,
- ulong *max_size);
+diff --git a/drivers/staging/unisys/visorbus/visorbus_private.h b/drivers/staging/unisys/visorbus/visorbus_private.h
+index 2f12483..6e1b50a 100644
+--- a/drivers/staging/unisys/visorbus/visorbus_private.h
++++ b/drivers/staging/unisys/visorbus/visorbus_private.h
+@@ -35,7 +35,7 @@ struct visorchipset_busdev_notifiers {
+ void (*device_destroy)(struct visor_device *bus_info);
+ void (*device_pause)(struct visor_device *bus_info);
+ void (*device_resume)(struct visor_device *bus_info);
-};
+} __no_const;
/* These functions live inside visorchipset, and will be called to indicate
* responses to specific events (by code outside of visorchipset).
-@@ -185,7 +185,7 @@ struct visorchipset_busdev_responders {
- void (*device_destroy)(ulong bus_no, ulong dev_no, int response);
- void (*device_pause)(ulong bus_no, ulong dev_no, int response);
- void (*device_resume)(ulong bus_no, ulong dev_no, int response);
+@@ -50,7 +50,7 @@ struct visorchipset_busdev_responders {
+ void (*device_destroy)(struct visor_device *p, int response);
+ void (*device_pause)(struct visor_device *p, int response);
+ void (*device_resume)(struct visor_device *p, int response);
-};
+} __no_const;
/** Register functions (in the bus driver) to get called by visorchipset
- * whenever a bus or device appears for which this service partition is
+ * whenever a bus or device appears for which this guest is to be the
diff --git a/drivers/target/sbp/sbp_target.c b/drivers/target/sbp/sbp_target.c
-index 18b0f97..9c7716e 100644
+index 0edf320..49afe95 100644
--- a/drivers/target/sbp/sbp_target.c
+++ b/drivers/target/sbp/sbp_target.c
-@@ -61,7 +61,7 @@ static const u32 sbp_unit_directory_template[] = {
+@@ -60,7 +60,7 @@ static const u32 sbp_unit_directory_template[] = {
#define SESSION_MAINTENANCE_INTERVAL HZ
@@ -53765,8 +55230,8 @@ index 18b0f97..9c7716e 100644
static void session_maintenance_work(struct work_struct *);
static int sbp_run_transaction(struct fw_card *, int, int, int, int,
-@@ -443,7 +443,7 @@ static void sbp_management_request_login(
- login->lun = se_lun;
+@@ -441,7 +441,7 @@ static void sbp_management_request_login(
+ login->login_lun = unpacked_lun;
login->status_fifo_addr = sbp2_pointer_to_addr(&req->orb.status_fifo);
login->exclusive = LOGIN_ORB_EXCLUSIVE(be32_to_cpu(req->orb.misc));
- login->login_id = atomic_inc_return(&login_id);
@@ -53775,10 +55240,10 @@ index 18b0f97..9c7716e 100644
login->tgt_agt = sbp_target_agent_register(login);
if (IS_ERR(login->tgt_agt)) {
diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c
-index ce5f768..a4f884a 100644
+index 09e682b..1980042 100644
--- a/drivers/target/target_core_device.c
+++ b/drivers/target/target_core_device.c
-@@ -1496,7 +1496,7 @@ struct se_device *target_alloc_device(struct se_hba *hba, const char *name)
+@@ -771,7 +771,7 @@ struct se_device *target_alloc_device(struct se_hba *hba, const char *name)
spin_lock_init(&dev->se_tmr_lock);
spin_lock_init(&dev->qf_cmd_lock);
sema_init(&dev->caw_sem, 1);
@@ -53788,10 +55253,10 @@ index ce5f768..a4f884a 100644
spin_lock_init(&dev->t10_wwn.t10_vpd_lock);
INIT_LIST_HEAD(&dev->t10_pr.registration_list);
diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c
-index 675f2d9..1389429 100644
+index ce8574b..98d6199 100644
--- a/drivers/target/target_core_transport.c
+++ b/drivers/target/target_core_transport.c
-@@ -1208,7 +1208,7 @@ transport_check_alloc_task_attr(struct se_cmd *cmd)
+@@ -1181,7 +1181,7 @@ transport_check_alloc_task_attr(struct se_cmd *cmd)
* Used to determine when ORDERED commands should go from
* Dormant to Active status.
*/
@@ -53800,6 +55265,26 @@ index 675f2d9..1389429 100644
pr_debug("Allocated se_ordered_id: %u for Task Attr: 0x%02x on %s\n",
cmd->se_ordered_id, cmd->sam_task_attr,
dev->transport->name);
+diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
+index 620dcd4..b91b5e0 100644
+--- a/drivers/thermal/cpu_cooling.c
++++ b/drivers/thermal/cpu_cooling.c
+@@ -831,10 +831,11 @@ __cpufreq_cooling_register(struct device_node *np,
+ cpumask_copy(&cpufreq_dev->allowed_cpus, clip_cpus);
+
+ if (capacitance) {
+- cpufreq_cooling_ops.get_requested_power =
+- cpufreq_get_requested_power;
+- cpufreq_cooling_ops.state2power = cpufreq_state2power;
+- cpufreq_cooling_ops.power2state = cpufreq_power2state;
++ pax_open_kernel();
++ *(void **)&cpufreq_cooling_ops.get_requested_power = cpufreq_get_requested_power;
++ *(void **)&cpufreq_cooling_ops.state2power = cpufreq_state2power;
++ *(void **)&cpufreq_cooling_ops.power2state = cpufreq_power2state;
++ pax_close_kernel();
+ cpufreq_dev->plat_get_static_power = plat_static_func;
+
+ ret = build_dyn_power_table(cpufreq_dev, capacitance);
diff --git a/drivers/thermal/int340x_thermal/int3400_thermal.c b/drivers/thermal/int340x_thermal/int3400_thermal.c
index 031018e..90981a1 100644
--- a/drivers/thermal/int340x_thermal/int3400_thermal.c
@@ -53818,7 +55303,7 @@ index 031018e..90981a1 100644
priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0,
priv, &int3400_thermal_ops,
diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c
-index 668fb1b..2737bbe 100644
+index b295b2b..f7e2a30 100644
--- a/drivers/thermal/of-thermal.c
+++ b/drivers/thermal/of-thermal.c
@@ -31,6 +31,7 @@
@@ -53829,7 +55314,7 @@ index 668fb1b..2737bbe 100644
#include "thermal_core.h"
-@@ -412,9 +413,11 @@ thermal_zone_of_add_sensor(struct device_node *zone,
+@@ -417,9 +418,11 @@ thermal_zone_of_add_sensor(struct device_node *zone,
tz->ops = ops;
tz->sensor_data = data;
@@ -53844,7 +55329,7 @@ index 668fb1b..2737bbe 100644
mutex_unlock(&tzd->lock);
return tzd;
-@@ -544,9 +547,11 @@ void thermal_zone_of_sensor_unregister(struct device *dev,
+@@ -549,9 +552,11 @@ void thermal_zone_of_sensor_unregister(struct device *dev,
return;
mutex_lock(&tzd->lock);
@@ -53860,7 +55345,7 @@ index 668fb1b..2737bbe 100644
tz->ops = NULL;
tz->sensor_data = NULL;
diff --git a/drivers/thermal/x86_pkg_temp_thermal.c b/drivers/thermal/x86_pkg_temp_thermal.c
-index 9ea3d9d..53e8792 100644
+index 50d1d2c..39c5ce0 100644
--- a/drivers/thermal/x86_pkg_temp_thermal.c
+++ b/drivers/thermal/x86_pkg_temp_thermal.c
@@ -567,7 +567,7 @@ static int pkg_temp_thermal_cpu_callback(struct notifier_block *nfb,
@@ -53873,7 +55358,7 @@ index 9ea3d9d..53e8792 100644
};
diff --git a/drivers/tty/cyclades.c b/drivers/tty/cyclades.c
-index fd66f57..48e6376 100644
+index 87f6578..905c8f8 100644
--- a/drivers/tty/cyclades.c
+++ b/drivers/tty/cyclades.c
@@ -1570,10 +1570,10 @@ static int cy_open(struct tty_struct *tty, struct file *filp)
@@ -53889,7 +55374,7 @@ index fd66f57..48e6376 100644
#endif
/*
-@@ -3974,7 +3974,7 @@ static int cyclades_proc_show(struct seq_file *m, void *v)
+@@ -3970,7 +3970,7 @@ static int cyclades_proc_show(struct seq_file *m, void *v)
for (j = 0; j < cy_card[i].nports; j++) {
info = &cy_card[i].ports[j];
@@ -53899,10 +55384,10 @@ index fd66f57..48e6376 100644
struct tty_struct *tty;
struct tty_ldisc *ld;
diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c
-index 4fcec1d..5a036f7 100644
+index 4e9c4cc..2199d8f 100644
--- a/drivers/tty/hvc/hvc_console.c
+++ b/drivers/tty/hvc/hvc_console.c
-@@ -342,7 +342,7 @@ static int hvc_open(struct tty_struct *tty, struct file * filp)
+@@ -343,7 +343,7 @@ static int hvc_open(struct tty_struct *tty, struct file * filp)
spin_lock_irqsave(&hp->port.lock, flags);
/* Check and then increment for fast path open. */
@@ -53911,7 +55396,7 @@ index 4fcec1d..5a036f7 100644
spin_unlock_irqrestore(&hp->port.lock, flags);
hvc_kick();
return 0;
-@@ -397,7 +397,7 @@ static void hvc_close(struct tty_struct *tty, struct file * filp)
+@@ -398,7 +398,7 @@ static void hvc_close(struct tty_struct *tty, struct file * filp)
spin_lock_irqsave(&hp->port.lock, flags);
@@ -53920,7 +55405,7 @@ index 4fcec1d..5a036f7 100644
spin_unlock_irqrestore(&hp->port.lock, flags);
/* We are done with the tty pointer now. */
tty_port_tty_set(&hp->port, NULL);
-@@ -419,9 +419,9 @@ static void hvc_close(struct tty_struct *tty, struct file * filp)
+@@ -420,9 +420,9 @@ static void hvc_close(struct tty_struct *tty, struct file * filp)
*/
tty_wait_until_sent_from_close(tty, HVC_CLOSE_WAIT);
} else {
@@ -53932,7 +55417,7 @@ index 4fcec1d..5a036f7 100644
spin_unlock_irqrestore(&hp->port.lock, flags);
}
}
-@@ -451,12 +451,12 @@ static void hvc_hangup(struct tty_struct *tty)
+@@ -452,12 +452,12 @@ static void hvc_hangup(struct tty_struct *tty)
* open->hangup case this can be called after the final close so prevent
* that from happening for now.
*/
@@ -53947,7 +55432,7 @@ index 4fcec1d..5a036f7 100644
spin_unlock_irqrestore(&hp->port.lock, flags);
tty_port_tty_set(&hp->port, NULL);
-@@ -504,7 +504,7 @@ static int hvc_write(struct tty_struct *tty, const unsigned char *buf, int count
+@@ -505,7 +505,7 @@ static int hvc_write(struct tty_struct *tty, const unsigned char *buf, int count
return -EPIPE;
/* FIXME what's this (unprotected) check for? */
@@ -53957,7 +55442,7 @@ index 4fcec1d..5a036f7 100644
spin_lock_irqsave(&hp->lock, flags);
diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c
-index 81ff7e1..dfb7b71 100644
+index f7ff97c..0c0ebbf 100644
--- a/drivers/tty/hvc/hvcs.c
+++ b/drivers/tty/hvc/hvcs.c
@@ -83,6 +83,7 @@
@@ -54303,7 +55788,7 @@ index 14c54e0..1efd4f2 100644
tty_port_tty_set(&ch->port, tty);
mutex_lock(&ch->port.mutex);
diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c
-index 2c34c32..81d10e1 100644
+index 382d3fc..b16d625 100644
--- a/drivers/tty/n_gsm.c
+++ b/drivers/tty/n_gsm.c
@@ -1644,7 +1644,7 @@ static struct gsm_dlci *gsm_dlci_alloc(struct gsm_mux *gsm, int addr)
@@ -54315,7 +55800,7 @@ index 2c34c32..81d10e1 100644
kfree(dlci);
return NULL;
}
-@@ -2958,7 +2958,7 @@ static int gsmtty_open(struct tty_struct *tty, struct file *filp)
+@@ -2957,7 +2957,7 @@ static int gsmtty_open(struct tty_struct *tty, struct file *filp)
struct gsm_dlci *dlci = tty->driver_data;
struct tty_port *port = &dlci->port;
@@ -54325,7 +55810,7 @@ index 2c34c32..81d10e1 100644
dlci->modem_rx = 0;
diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c
-index 16ed0b6..7d944b4 100644
+index ee8bfac..9e4ed6f 100644
--- a/drivers/tty/n_tty.c
+++ b/drivers/tty/n_tty.c
@@ -116,7 +116,7 @@ struct n_tty_data {
@@ -54337,7 +55822,7 @@ index 16ed0b6..7d944b4 100644
size_t line_start;
/* protected by output lock */
-@@ -2582,6 +2582,7 @@ void n_tty_inherit_ops(struct tty_ldisc_ops *ops)
+@@ -2579,6 +2579,7 @@ void n_tty_inherit_ops(struct tty_ldisc_ops *ops)
{
*ops = tty_ldisc_N_TTY;
ops->owner = NULL;
@@ -54394,10 +55879,10 @@ index c8dd8dc..dca6cfd 100644
clear_bit((info->aiop * 8) + info->chan, (void *) &xmit_flags[info->board]);
spin_unlock_irqrestore(&info->port.lock, flags);
diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c
-index 4506e40..ac0b470 100644
+index 37fff12..1a88ae1 100644
--- a/drivers/tty/serial/8250/8250_core.c
+++ b/drivers/tty/serial/8250/8250_core.c
-@@ -3241,9 +3241,9 @@ static void univ8250_release_port(struct uart_port *port)
+@@ -3229,9 +3229,9 @@ static void univ8250_release_port(struct uart_port *port)
static void univ8250_rsa_support(struct uart_ops *ops)
{
@@ -54410,7 +55895,7 @@ index 4506e40..ac0b470 100644
}
#else
-@@ -3286,8 +3286,10 @@ static void __init serial8250_isa_init_ports(void)
+@@ -3274,8 +3274,10 @@ static void __init serial8250_isa_init_ports(void)
}
/* chain base port ops to support Remote Supervisor Adapter */
@@ -54422,8 +55907,21 @@ index 4506e40..ac0b470 100644
if (share_irqs)
irqflag = IRQF_SHARED;
+diff --git a/drivers/tty/serial/ifx6x60.c b/drivers/tty/serial/ifx6x60.c
+index 536a33b..1b98f43 100644
+--- a/drivers/tty/serial/ifx6x60.c
++++ b/drivers/tty/serial/ifx6x60.c
+@@ -649,7 +649,7 @@ static void ifx_spi_complete(void *ctx)
+ struct ifx_spi_device *ifx_dev = ctx;
+ int length;
+ int actual_length;
+- unsigned char more;
++ unsigned char more = 0;
+ unsigned char cts;
+ int local_write_pending = 0;
+ int queue_length;
diff --git a/drivers/tty/serial/ioc4_serial.c b/drivers/tty/serial/ioc4_serial.c
-index aa28209..e08fb85 100644
+index e5c42fe..f091b02 100644
--- a/drivers/tty/serial/ioc4_serial.c
+++ b/drivers/tty/serial/ioc4_serial.c
@@ -437,7 +437,7 @@ struct ioc4_soft {
@@ -54454,7 +55952,7 @@ index aa28209..e08fb85 100644
this_mir = this_ir = pending_intrs(soft, intr_type);
diff --git a/drivers/tty/serial/kgdb_nmi.c b/drivers/tty/serial/kgdb_nmi.c
-index 129dc5b..1da5bb8 100644
+index 117df15..2f7dfcf 100644
--- a/drivers/tty/serial/kgdb_nmi.c
+++ b/drivers/tty/serial/kgdb_nmi.c
@@ -53,7 +53,9 @@ static int kgdb_nmi_console_setup(struct console *co, char *options)
@@ -54597,10 +56095,10 @@ index b73889c..9f74f0a 100644
if (unlikely(line < 0 || line >= UART_NR))
return -ENXIO;
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
-index a0ae942..befa48d 100644
+index 5916311..1e32415 100644
--- a/drivers/tty/serial/samsung.c
+++ b/drivers/tty/serial/samsung.c
-@@ -987,11 +987,16 @@ static void s3c24xx_serial_shutdown(struct uart_port *port)
+@@ -995,11 +995,16 @@ static void s3c24xx_serial_shutdown(struct uart_port *port)
ourport->tx_in_progress = 0;
}
@@ -54617,7 +56115,7 @@ index a0ae942..befa48d 100644
dbg("s3c24xx_serial_startup: port=%p (%08llx,%p)\n",
port, (unsigned long long)port->mapbase, port->membase);
-@@ -1698,10 +1703,6 @@ static int s3c24xx_serial_init_port(struct s3c24xx_uart_port *ourport,
+@@ -1706,10 +1711,6 @@ static int s3c24xx_serial_init_port(struct s3c24xx_uart_port *ourport,
/* setup info for port */
port->dev = &platdev->dev;
@@ -54629,10 +56127,10 @@ index a0ae942..befa48d 100644
if (cfg->uart_flags & UPF_CONS_FLOW) {
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c
-index ec54044..fc93d3f 100644
+index f368520..c7a703a 100644
--- a/drivers/tty/serial/serial_core.c
+++ b/drivers/tty/serial/serial_core.c
-@@ -1376,7 +1376,7 @@ static void uart_close(struct tty_struct *tty, struct file *filp)
+@@ -1385,7 +1385,7 @@ static void uart_close(struct tty_struct *tty, struct file *filp)
state = drv->state + tty->index;
port = &state->port;
spin_lock_irq(&port->lock);
@@ -54641,7 +56139,7 @@ index ec54044..fc93d3f 100644
spin_unlock_irq(&port->lock);
return;
}
-@@ -1386,7 +1386,7 @@ static void uart_close(struct tty_struct *tty, struct file *filp)
+@@ -1395,7 +1395,7 @@ static void uart_close(struct tty_struct *tty, struct file *filp)
pr_debug("uart_close(%d) called\n", uport ? uport->line : -1);
@@ -54650,7 +56148,7 @@ index ec54044..fc93d3f 100644
return;
/*
-@@ -1511,7 +1511,7 @@ static void uart_hangup(struct tty_struct *tty)
+@@ -1520,7 +1520,7 @@ static void uart_hangup(struct tty_struct *tty)
uart_flush_buffer(tty);
uart_shutdown(tty, state);
spin_lock_irqsave(&port->lock, flags);
@@ -54659,7 +56157,7 @@ index ec54044..fc93d3f 100644
clear_bit(ASYNCB_NORMAL_ACTIVE, &port->flags);
spin_unlock_irqrestore(&port->lock, flags);
tty_port_tty_set(port, NULL);
-@@ -1598,7 +1598,7 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
+@@ -1607,7 +1607,7 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
pr_debug("uart_open(%d) called\n", line);
spin_lock_irq(&port->lock);
@@ -54689,7 +56187,7 @@ index b1c6bd3..5f038e2 100644
return 0;
}
diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c
-index b799170..87dafd5 100644
+index 2fac712..fcd5268 100644
--- a/drivers/tty/synclink.c
+++ b/drivers/tty/synclink.c
@@ -3090,7 +3090,7 @@ static void mgsl_close(struct tty_struct *tty, struct file * filp)
@@ -54791,7 +56289,7 @@ index b799170..87dafd5 100644
}
return retval;
-@@ -7661,7 +7661,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
+@@ -7662,7 +7662,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
unsigned short new_crctype;
/* return error if TTY interface open */
@@ -54800,7 +56298,7 @@ index b799170..87dafd5 100644
return -EBUSY;
switch (encoding)
-@@ -7756,7 +7756,7 @@ static int hdlcdev_open(struct net_device *dev)
+@@ -7758,7 +7758,7 @@ static int hdlcdev_open(struct net_device *dev)
/* arbitrate between network and tty opens */
spin_lock_irqsave(&info->netlock, flags);
@@ -54809,7 +56307,7 @@ index b799170..87dafd5 100644
printk(KERN_WARNING "%s: hdlc_open returning busy\n", dev->name);
spin_unlock_irqrestore(&info->netlock, flags);
return -EBUSY;
-@@ -7842,7 +7842,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -7844,7 +7844,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
printk("%s:hdlcdev_ioctl(%s)\n",__FILE__,dev->name);
/* return error if TTY interface open */
@@ -54819,7 +56317,7 @@ index b799170..87dafd5 100644
if (cmd != SIOCWANDEV)
diff --git a/drivers/tty/synclink_gt.c b/drivers/tty/synclink_gt.c
-index 0e8c39b..e0cb171 100644
+index 0ea8eee..b3f1b8f 100644
--- a/drivers/tty/synclink_gt.c
+++ b/drivers/tty/synclink_gt.c
@@ -670,7 +670,7 @@ static int open(struct tty_struct *tty, struct file *filp)
@@ -54891,7 +56389,7 @@ index 0e8c39b..e0cb171 100644
return -EBUSY;
DBGINFO(("%s hdlcdev_attach\n", info->device_name));
-@@ -1544,7 +1544,7 @@ static int hdlcdev_open(struct net_device *dev)
+@@ -1545,7 +1545,7 @@ static int hdlcdev_open(struct net_device *dev)
/* arbitrate between network and tty opens */
spin_lock_irqsave(&info->netlock, flags);
@@ -54900,7 +56398,7 @@ index 0e8c39b..e0cb171 100644
DBGINFO(("%s hdlc_open busy\n", dev->name));
spin_unlock_irqrestore(&info->netlock, flags);
return -EBUSY;
-@@ -1629,7 +1629,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -1630,7 +1630,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
DBGINFO(("%s hdlcdev_ioctl\n", dev->name));
/* return error if TTY interface open */
@@ -54909,7 +56407,7 @@ index 0e8c39b..e0cb171 100644
return -EBUSY;
if (cmd != SIOCWANDEV)
-@@ -2413,7 +2413,7 @@ static irqreturn_t slgt_interrupt(int dummy, void *dev_id)
+@@ -2417,7 +2417,7 @@ static irqreturn_t slgt_interrupt(int dummy, void *dev_id)
if (port == NULL)
continue;
spin_lock(&port->lock);
@@ -54918,7 +56416,7 @@ index 0e8c39b..e0cb171 100644
port->pending_bh && !port->bh_running &&
!port->bh_requested) {
DBGISR(("%s bh queued\n", port->device_name));
-@@ -3299,7 +3299,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3303,7 +3303,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
add_wait_queue(&port->open_wait, &wait);
spin_lock_irqsave(&info->lock, flags);
@@ -54927,7 +56425,7 @@ index 0e8c39b..e0cb171 100644
spin_unlock_irqrestore(&info->lock, flags);
port->blocked_open++;
-@@ -3335,7 +3335,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3339,7 +3339,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
remove_wait_queue(&port->open_wait, &wait);
if (!tty_hung_up_p(filp))
@@ -54937,7 +56435,7 @@ index 0e8c39b..e0cb171 100644
if (!retval)
diff --git a/drivers/tty/synclinkmp.c b/drivers/tty/synclinkmp.c
-index c3f9091..abe4601 100644
+index 08633a8..3d56e14 100644
--- a/drivers/tty/synclinkmp.c
+++ b/drivers/tty/synclinkmp.c
@@ -750,7 +750,7 @@ static int open(struct tty_struct *tty, struct file *filp)
@@ -55009,7 +56507,7 @@ index c3f9091..abe4601 100644
return -EBUSY;
switch (encoding)
-@@ -1660,7 +1660,7 @@ static int hdlcdev_open(struct net_device *dev)
+@@ -1661,7 +1661,7 @@ static int hdlcdev_open(struct net_device *dev)
/* arbitrate between network and tty opens */
spin_lock_irqsave(&info->netlock, flags);
@@ -55018,7 +56516,7 @@ index c3f9091..abe4601 100644
printk(KERN_WARNING "%s: hdlc_open returning busy\n", dev->name);
spin_unlock_irqrestore(&info->netlock, flags);
return -EBUSY;
-@@ -1746,7 +1746,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -1747,7 +1747,7 @@ static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
printk("%s:hdlcdev_ioctl(%s)\n",__FILE__,dev->name);
/* return error if TTY interface open */
@@ -55027,7 +56525,7 @@ index c3f9091..abe4601 100644
return -EBUSY;
if (cmd != SIOCWANDEV)
-@@ -2621,7 +2621,7 @@ static irqreturn_t synclinkmp_interrupt(int dummy, void *dev_id)
+@@ -2624,7 +2624,7 @@ static irqreturn_t synclinkmp_interrupt(int dummy, void *dev_id)
* do not request bottom half processing if the
* device is not open in a normal mode.
*/
@@ -55036,7 +56534,7 @@ index c3f9091..abe4601 100644
port->pending_bh && !port->bh_running &&
!port->bh_requested ) {
if ( debug_level >= DEBUG_LEVEL_ISR )
-@@ -3318,10 +3318,10 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3321,10 +3321,10 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
if (debug_level >= DEBUG_LEVEL_INFO)
printk("%s(%d):%s block_til_ready() before block, count=%d\n",
@@ -55049,7 +56547,7 @@ index c3f9091..abe4601 100644
spin_unlock_irqrestore(&info->lock, flags);
port->blocked_open++;
-@@ -3349,7 +3349,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3352,7 +3352,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
if (debug_level >= DEBUG_LEVEL_INFO)
printk("%s(%d):%s block_til_ready() count=%d\n",
@@ -55058,7 +56556,7 @@ index c3f9091..abe4601 100644
tty_unlock(tty);
schedule();
-@@ -3359,12 +3359,12 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3362,12 +3362,12 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
set_current_state(TASK_RUNNING);
remove_wait_queue(&port->open_wait, &wait);
if (!tty_hung_up_p(filp))
@@ -55074,10 +56572,10 @@ index c3f9091..abe4601 100644
if (!retval)
port->flags |= ASYNC_NORMAL_ACTIVE;
diff --git a/drivers/tty/sysrq.c b/drivers/tty/sysrq.c
-index 9ffdfcf..fd81170 100644
+index b5b4278..bb9c7b0 100644
--- a/drivers/tty/sysrq.c
+++ b/drivers/tty/sysrq.c
-@@ -1069,7 +1069,7 @@ EXPORT_SYMBOL(unregister_sysrq_key);
+@@ -1072,7 +1072,7 @@ EXPORT_SYMBOL(unregister_sysrq_key);
static ssize_t write_sysrq_trigger(struct file *file, const char __user *buf,
size_t count, loff_t *ppos)
{
@@ -55087,10 +56585,10 @@ index 9ffdfcf..fd81170 100644
if (get_user(c, buf))
diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c
-index e569546..fbce20c 100644
+index 57fc6ee..b83cc81 100644
--- a/drivers/tty/tty_io.c
+++ b/drivers/tty/tty_io.c
-@@ -3509,7 +3509,7 @@ EXPORT_SYMBOL(tty_devnum);
+@@ -3501,7 +3501,7 @@ EXPORT_SYMBOL(tty_devnum);
void tty_default_fops(struct file_operations *fops)
{
@@ -55100,10 +56598,10 @@ index e569546..fbce20c 100644
/*
diff --git a/drivers/tty/tty_ldisc.c b/drivers/tty/tty_ldisc.c
-index 3737f55..7cef448 100644
+index c07fb5d..942acf7 100644
--- a/drivers/tty/tty_ldisc.c
+++ b/drivers/tty/tty_ldisc.c
-@@ -71,7 +71,7 @@ int tty_register_ldisc(int disc, struct tty_ldisc_ops *new_ldisc)
+@@ -70,7 +70,7 @@ int tty_register_ldisc(int disc, struct tty_ldisc_ops *new_ldisc)
raw_spin_lock_irqsave(&tty_ldiscs_lock, flags);
tty_ldiscs[disc] = new_ldisc;
new_ldisc->num = disc;
@@ -55112,7 +56610,7 @@ index 3737f55..7cef448 100644
raw_spin_unlock_irqrestore(&tty_ldiscs_lock, flags);
return ret;
-@@ -99,7 +99,7 @@ int tty_unregister_ldisc(int disc)
+@@ -98,7 +98,7 @@ int tty_unregister_ldisc(int disc)
return -EINVAL;
raw_spin_lock_irqsave(&tty_ldiscs_lock, flags);
@@ -55121,7 +56619,7 @@ index 3737f55..7cef448 100644
ret = -EBUSY;
else
tty_ldiscs[disc] = NULL;
-@@ -120,7 +120,7 @@ static struct tty_ldisc_ops *get_ldops(int disc)
+@@ -119,7 +119,7 @@ static struct tty_ldisc_ops *get_ldops(int disc)
if (ldops) {
ret = ERR_PTR(-EAGAIN);
if (try_module_get(ldops->owner)) {
@@ -55130,7 +56628,7 @@ index 3737f55..7cef448 100644
ret = ldops;
}
}
-@@ -133,7 +133,7 @@ static void put_ldops(struct tty_ldisc_ops *ldops)
+@@ -132,7 +132,7 @@ static void put_ldops(struct tty_ldisc_ops *ldops)
unsigned long flags;
raw_spin_lock_irqsave(&tty_ldiscs_lock, flags);
@@ -55207,10 +56705,10 @@ index 40b31835..94d92ae 100644
tty_port_tty_set(port, tty);
diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c
-index 8a89f6e..50b32af 100644
+index 6f0336f..5818bc1 100644
--- a/drivers/tty/vt/keyboard.c
+++ b/drivers/tty/vt/keyboard.c
-@@ -641,6 +641,16 @@ static void k_spec(struct vc_data *vc, unsigned char value, char up_flag)
+@@ -642,6 +642,16 @@ static void k_spec(struct vc_data *vc, unsigned char value, char up_flag)
kbd->kbdmode == VC_OFF) &&
value != KVAL(K_SAK))
return; /* SAK is allowed even in raw mode */
@@ -55227,7 +56725,7 @@ index 8a89f6e..50b32af 100644
fn_handler[value](vc);
}
-@@ -1776,9 +1786,6 @@ int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm,
+@@ -1880,9 +1890,6 @@ int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm,
if (copy_from_user(&tmp, user_kbe, sizeof(struct kbentry)))
return -EFAULT;
@@ -55237,7 +56735,7 @@ index 8a89f6e..50b32af 100644
switch (cmd) {
case KDGKBENT:
/* Ensure another thread doesn't free it under us */
-@@ -1793,6 +1800,9 @@ int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm,
+@@ -1897,6 +1904,9 @@ int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm,
spin_unlock_irqrestore(&kbd_event_lock, flags);
return put_user(val, &user_kbe->kb_value);
case KDSKBENT:
@@ -55247,7 +56745,7 @@ index 8a89f6e..50b32af 100644
if (!perm)
return -EPERM;
if (!i && v == K_NOSUCHMAP) {
-@@ -1883,9 +1893,6 @@ int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm)
+@@ -1987,9 +1997,6 @@ int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm)
int i, j, k;
int ret;
@@ -55257,7 +56755,7 @@ index 8a89f6e..50b32af 100644
kbs = kmalloc(sizeof(*kbs), GFP_KERNEL);
if (!kbs) {
ret = -ENOMEM;
-@@ -1919,6 +1926,9 @@ int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm)
+@@ -2023,6 +2030,9 @@ int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm)
kfree(kbs);
return ((p && *p) ? -EOVERFLOW : 0);
case KDSKBSENT:
@@ -55268,7 +56766,7 @@ index 8a89f6e..50b32af 100644
ret = -EPERM;
goto reterr;
diff --git a/drivers/uio/uio.c b/drivers/uio/uio.c
-index 65bf067..b3b2e13 100644
+index 3257d42..b430b06 100644
--- a/drivers/uio/uio.c
+++ b/drivers/uio/uio.c
@@ -25,6 +25,7 @@
@@ -55362,7 +56860,7 @@ index 813d4d3..a71934f 100644
pos += tmp;
diff --git a/drivers/usb/atm/usbatm.c b/drivers/usb/atm/usbatm.c
-index dada014..1d0d517 100644
+index db322d9..f0f4bc1 100644
--- a/drivers/usb/atm/usbatm.c
+++ b/drivers/usb/atm/usbatm.c
@@ -331,7 +331,7 @@ static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char
@@ -55400,7 +56898,7 @@ index dada014..1d0d517 100644
goto out;
}
-@@ -386,7 +386,7 @@ static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char
+@@ -387,7 +387,7 @@ static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char
if (printk_ratelimit())
atm_err(instance, "%s: no memory for skb (length: %u)!\n",
__func__, length);
@@ -55409,7 +56907,7 @@ index dada014..1d0d517 100644
goto out;
}
-@@ -414,7 +414,7 @@ static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char
+@@ -415,7 +415,7 @@ static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char
vcc->push(vcc, skb);
@@ -55418,7 +56916,7 @@ index dada014..1d0d517 100644
out:
skb_trim(sarb, 0);
}
-@@ -612,7 +612,7 @@ static void usbatm_tx_process(unsigned long data)
+@@ -613,7 +613,7 @@ static void usbatm_tx_process(unsigned long data)
struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc;
usbatm_pop(vcc, skb);
@@ -55427,7 +56925,7 @@ index dada014..1d0d517 100644
skb = skb_dequeue(&instance->sndqueue);
}
-@@ -756,11 +756,11 @@ static int usbatm_atm_proc_read(struct atm_dev *atm_dev, loff_t *pos, char *page
+@@ -757,11 +757,11 @@ static int usbatm_atm_proc_read(struct atm_dev *atm_dev, loff_t *pos, char *page
if (!left--)
return sprintf(page,
"AAL5: tx %d ( %d err ), rx %d ( %d err, %d drop )\n",
@@ -55516,7 +57014,7 @@ index 986abde..80e8279 100644
dev->rawdescriptors[i] + (*ppos - pos),
min(len, alloclen))) {
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
-index 1c1385e..18400ff 100644
+index cbcd092..e783f87 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -1554,7 +1554,7 @@ int usb_hcd_submit_urb (struct urb *urb, gfp_t mem_flags)
@@ -55538,7 +57036,7 @@ index 1c1385e..18400ff 100644
wake_up(&usb_kill_urb_queue);
usb_put_urb(urb);
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
-index 1e9a8c9..b4248b7 100644
+index 73dfa19..c22f1e43 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -26,6 +26,7 @@
@@ -55549,7 +57047,7 @@ index 1e9a8c9..b4248b7 100644
#include <asm/uaccess.h>
#include <asm/byteorder.h>
-@@ -4649,6 +4650,10 @@ static void hub_port_connect(struct usb_hub *hub, int port1, u16 portstatus,
+@@ -4655,6 +4656,10 @@ static void hub_port_connect(struct usb_hub *hub, int port1, u16 portstatus,
goto done;
return;
}
@@ -55658,19 +57156,6 @@ index 8cfc319..4868255 100644
return 0;
}
-diff --git a/drivers/usb/gadget/configfs.c b/drivers/usb/gadget/configfs.c
-index 0495c94..289e201 100644
---- a/drivers/usb/gadget/configfs.c
-+++ b/drivers/usb/gadget/configfs.c
-@@ -571,7 +571,7 @@ static struct config_group *function_make(
- if (IS_ERR(fi))
- return ERR_CAST(fi);
-
-- ret = config_item_set_name(&fi->group.cg_item, name);
-+ ret = config_item_set_name(&fi->group.cg_item, "%s", name);
- if (ret) {
- usb_put_function_instance(fi);
- return ERR_PTR(ret);
diff --git a/drivers/usb/gadget/function/f_uac1.c b/drivers/usb/gadget/function/f_uac1.c
index 7856b33..8b7fe09 100644
--- a/drivers/usb/gadget/function/f_uac1.c
@@ -55780,11 +57265,37 @@ index c78c841..48fd281 100644
#include "u_uac1.h"
+diff --git a/drivers/usb/gadget/udc/dummy_hcd.c b/drivers/usb/gadget/udc/dummy_hcd.c
+index 181112c..036bcab 100644
+--- a/drivers/usb/gadget/udc/dummy_hcd.c
++++ b/drivers/usb/gadget/udc/dummy_hcd.c
+@@ -2384,7 +2384,7 @@ static int dummy_setup(struct usb_hcd *hcd)
+ struct dummy *dum;
+
+ dum = *((void **)dev_get_platdata(hcd->self.controller));
+- hcd->self.sg_tablesize = ~0;
++ hcd->self.sg_tablesize = SG_ALL;
+ if (usb_hcd_is_primary_hcd(hcd)) {
+ dum->hs_hcd = hcd_to_dummy_hcd(hcd);
+ dum->hs_hcd->dum = dum;
+diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
+index c63d82c..a7e8665 100644
+--- a/drivers/usb/host/ehci-hcd.c
++++ b/drivers/usb/host/ehci-hcd.c
+@@ -564,7 +564,7 @@ static int ehci_init(struct usb_hcd *hcd)
+
+ /* Accept arbitrarily long scatter-gather lists */
+ if (!(hcd->driver->flags & HCD_LOCAL_MEM))
+- hcd->self.sg_tablesize = ~0;
++ hcd->self.sg_tablesize = SG_ALL;
+ return 0;
+ }
+
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
-index 6920844..480bb7e 100644
+index 22abb68..50b7b84 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
-@@ -772,7 +772,7 @@ static struct urb *request_single_step_set_feature_urb(
+@@ -773,7 +773,7 @@ static struct urb *request_single_step_set_feature_urb(
urb->transfer_flags = URB_DIR_IN;
usb_get_urb(urb);
atomic_inc(&urb->use_count);
@@ -55793,7 +57304,7 @@ index 6920844..480bb7e 100644
urb->setup_dma = dma_map_single(
hcd->self.controller,
urb->setup_packet,
-@@ -839,7 +839,7 @@ static int ehset_single_step_set_feature(struct usb_hcd *hcd, int port)
+@@ -840,7 +840,7 @@ static int ehset_single_step_set_feature(struct usb_hcd *hcd, int port)
urb->status = -EINPROGRESS;
usb_get_urb(urb);
atomic_inc(&urb->use_count);
@@ -55802,8 +57313,50 @@ index 6920844..480bb7e 100644
retval = submit_single_step_set_feature(hcd, urb, 0);
if (!retval && !wait_for_completion_timeout(&done,
msecs_to_jiffies(2000))) {
+diff --git a/drivers/usb/host/ehci-q.c b/drivers/usb/host/ehci-q.c
+index 54f5332..8b8335c 100644
+--- a/drivers/usb/host/ehci-q.c
++++ b/drivers/usb/host/ehci-q.c
+@@ -44,9 +44,9 @@
+
+ static int
+ qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf,
+- size_t len, int token, int maxpacket)
++ size_t len, u32 token, int maxpacket)
+ {
+- int i, count;
++ u32 i, count;
+ u64 addr = buf;
+
+ /* one buffer entry per 4K ... first might be short or unaligned */
+diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c
+index 000ed80..2701154 100644
+--- a/drivers/usb/host/fotg210-hcd.c
++++ b/drivers/usb/host/fotg210-hcd.c
+@@ -5231,7 +5231,7 @@ static int hcd_fotg210_init(struct usb_hcd *hcd)
+
+ /* Accept arbitrarily long scatter-gather lists */
+ if (!(hcd->driver->flags & HCD_LOCAL_MEM))
+- hcd->self.sg_tablesize = ~0;
++ hcd->self.sg_tablesize = SG_ALL;
+ return 0;
+ }
+
+diff --git a/drivers/usb/host/fusbh200-hcd.c b/drivers/usb/host/fusbh200-hcd.c
+index 1fd8718..c7ff47c 100644
+--- a/drivers/usb/host/fusbh200-hcd.c
++++ b/drivers/usb/host/fusbh200-hcd.c
+@@ -5156,7 +5156,7 @@ static int hcd_fusbh200_init(struct usb_hcd *hcd)
+
+ /* Accept arbitrarily long scatter-gather lists */
+ if (!(hcd->driver->flags & HCD_LOCAL_MEM))
+- hcd->self.sg_tablesize = ~0;
++ hcd->self.sg_tablesize = SG_ALL;
+ return 0;
+ }
+
diff --git a/drivers/usb/host/hwa-hc.c b/drivers/usb/host/hwa-hc.c
-index 1db0626..4948782 100644
+index 1db0626..2e9f5ea 100644
--- a/drivers/usb/host/hwa-hc.c
+++ b/drivers/usb/host/hwa-hc.c
@@ -337,7 +337,10 @@ static int __hwahc_op_bwa_set(struct wusbhc *wusbhc, s8 stream_index,
@@ -55832,6 +57385,80 @@ index 1db0626..4948782 100644
return result;
}
+@@ -812,7 +817,7 @@ static int hwahc_probe(struct usb_interface *usb_iface,
+ goto error_alloc;
+ }
+ usb_hcd->wireless = 1;
+- usb_hcd->self.sg_tablesize = ~0;
++ usb_hcd->self.sg_tablesize = SG_ALL;
+ wusbhc = usb_hcd_to_wusbhc(usb_hcd);
+ hwahc = container_of(wusbhc, struct hwahc, wusbhc);
+ hwahc_init(hwahc);
+diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
+index 760cb57..fc7f8ad 100644
+--- a/drivers/usb/host/ohci-hcd.c
++++ b/drivers/usb/host/ohci-hcd.c
+@@ -444,7 +444,7 @@ static int ohci_init (struct ohci_hcd *ohci)
+ struct usb_hcd *hcd = ohci_to_hcd(ohci);
+
+ /* Accept arbitrarily long scatter-gather lists */
+- hcd->self.sg_tablesize = ~0;
++ hcd->self.sg_tablesize = SG_ALL;
+
+ if (distrust_firmware)
+ ohci->flags |= OHCI_QUIRK_HUB_POWER;
+diff --git a/drivers/usb/host/r8a66597.h b/drivers/usb/host/r8a66597.h
+index 672cea3..31a730db 100644
+--- a/drivers/usb/host/r8a66597.h
++++ b/drivers/usb/host/r8a66597.h
+@@ -125,7 +125,7 @@ struct r8a66597 {
+ unsigned short interval_map;
+ unsigned char pipe_cnt[R8A66597_MAX_NUM_PIPE];
+ unsigned char dma_map;
+- unsigned int max_root_hub;
++ unsigned char max_root_hub;
+
+ struct list_head child_device;
+ unsigned long child_connect_map[4];
+diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
+index a7de8e8..e1ef134 100644
+--- a/drivers/usb/host/uhci-hcd.c
++++ b/drivers/usb/host/uhci-hcd.c
+@@ -570,7 +570,7 @@ static int uhci_start(struct usb_hcd *hcd)
+ hcd->uses_new_polling = 1;
+ /* Accept arbitrarily long scatter-gather lists */
+ if (!(hcd->driver->flags & HCD_LOCAL_MEM))
+- hcd->self.sg_tablesize = ~0;
++ hcd->self.sg_tablesize = SG_ALL;
+
+ spin_lock_init(&uhci->lock);
+ setup_timer(&uhci->fsbr_timer, uhci_fsbr_timeout,
+diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
+index 5590eac..16d71c5 100644
+--- a/drivers/usb/host/xhci-pci.c
++++ b/drivers/usb/host/xhci-pci.c
+@@ -30,7 +30,7 @@
+
+ #define PORT2_SSIC_CONFIG_REG2 0x883c
+ #define PROG_DONE (1 << 30)
+-#define SSIC_PORT_UNUSED (1 << 31)
++#define SSIC_PORT_UNUSED (1U << 31)
+
+ /* Device for a quirk */
+ #define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73
+diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
+index 526ebc0..fa8f325 100644
+--- a/drivers/usb/host/xhci.c
++++ b/drivers/usb/host/xhci.c
+@@ -4834,7 +4834,7 @@ int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks)
+ int retval;
+
+ /* Accept arbitrarily long scatter-gather lists */
+- hcd->self.sg_tablesize = ~0;
++ hcd->self.sg_tablesize = SG_ALL;
+
+ /* support to build packet from discontinuous buffers */
+ hcd->self.no_sg_constraint = 1;
diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c
index a0a3827..d7ec10b 100644
--- a/drivers/usb/misc/appledisplay.c
@@ -55894,8 +57521,21 @@ index 3806e70..55c508b 100644
struct usb_serial_port *port = info->port;
struct usb_serial *serial;
int retval = -ENODEV;
+diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
+index 43576ed..583589d 100644
+--- a/drivers/usb/storage/usb.c
++++ b/drivers/usb/storage/usb.c
+@@ -912,7 +912,7 @@ static void usb_stor_scan_dwork(struct work_struct *work)
+ clear_bit(US_FLIDX_SCAN_PENDING, &us->dflags);
+ }
+
+-static unsigned int usb_stor_sg_tablesize(struct usb_interface *intf)
++static unsigned short usb_stor_sg_tablesize(struct usb_interface *intf)
+ {
+ struct usb_device *usb_dev = interface_to_usbdev(intf);
+
diff --git a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h
-index 307e339..6aa97cb 100644
+index da0ad32..50b5bbe 100644
--- a/drivers/usb/storage/usb.h
+++ b/drivers/usb/storage/usb.h
@@ -63,7 +63,7 @@ struct us_unusual_dev {
@@ -55964,6 +57604,19 @@ index 00e4a54..d676f85 100644
usbip_event_add(ud, VDEV_EVENT_ERROR_TCP);
return;
}
+diff --git a/drivers/usb/usbip/vhci_sysfs.c b/drivers/usb/usbip/vhci_sysfs.c
+index 211f43f..6c22ae1 100644
+--- a/drivers/usb/usbip/vhci_sysfs.c
++++ b/drivers/usb/usbip/vhci_sysfs.c
+@@ -59,7 +59,7 @@ static ssize_t status_show(struct device *dev, struct device_attribute *attr,
+ if (vdev->ud.status == VDEV_ST_USED) {
+ out += sprintf(out, "%03u %08x ",
+ vdev->speed, vdev->devid);
+- out += sprintf(out, "%16p ", vdev->ud.tcp_socket);
++ out += sprintf(out, "%16pK ", vdev->ud.tcp_socket);
+ out += sprintf(out, "%s", dev_name(&vdev->udev->dev));
+
+ } else {
diff --git a/drivers/usb/wusbcore/wa-hc.h b/drivers/usb/wusbcore/wa-hc.h
index edc7267..9f65ce2 100644
--- a/drivers/usb/wusbcore/wa-hc.h
@@ -56000,7 +57653,7 @@ index 69af4fd..da390d7 100644
/* Return the xfer's ID. */
diff --git a/drivers/vfio/vfio.c b/drivers/vfio/vfio.c
-index e1278fe..7fdeac4 100644
+index 563c510..1fcc957 100644
--- a/drivers/vfio/vfio.c
+++ b/drivers/vfio/vfio.c
@@ -517,7 +517,7 @@ static int vfio_group_nb_add_dev(struct vfio_group *group, struct device *dev)
@@ -56112,10 +57765,10 @@ index 1b0b233..6f34c2c 100644
err = -ENOSPC;
}
diff --git a/drivers/video/fbdev/aty/aty128fb.c b/drivers/video/fbdev/aty/aty128fb.c
-index 0156954..c07d4e0 100644
+index c42ce2f..4c8bc59 100644
--- a/drivers/video/fbdev/aty/aty128fb.c
+++ b/drivers/video/fbdev/aty/aty128fb.c
-@@ -149,7 +149,7 @@ enum {
+@@ -145,7 +145,7 @@ enum {
};
/* Must match above enum */
@@ -56169,7 +57822,7 @@ index 2fa0317..4983f2a 100644
return 0;
}
diff --git a/drivers/video/fbdev/core/fb_defio.c b/drivers/video/fbdev/core/fb_defio.c
-index d6cab1f..112f680 100644
+index 3fc63c2..eec5e49 100644
--- a/drivers/video/fbdev/core/fb_defio.c
+++ b/drivers/video/fbdev/core/fb_defio.c
@@ -207,7 +207,9 @@ void fb_deferred_io_init(struct fb_info *info)
@@ -56282,6 +57935,19 @@ index 195ad7c..09743fc 100644
};
EXPORT_SYMBOL(matrox_millennium);
#endif
+diff --git a/drivers/video/fbdev/matrox/matroxfb_base.c b/drivers/video/fbdev/matrox/matroxfb_base.c
+index 11eb094..622ee31 100644
+--- a/drivers/video/fbdev/matrox/matroxfb_base.c
++++ b/drivers/video/fbdev/matrox/matroxfb_base.c
+@@ -2176,7 +2176,7 @@ static struct pci_driver matroxfb_driver = {
+ #define RS1056x480 14 /* 132 x 60 text */
+ #define RSNoxNo 15
+ /* 10-FF */
+-static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = {
++static struct { unsigned int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = {
+ { 640, 400, 48, 16, 39, 8, 96, 2, 70 },
+ { 640, 480, 48, 16, 33, 10, 96, 2, 60 },
+ { 800, 600, 144, 24, 28, 8, 112, 6, 60 },
diff --git a/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c b/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
index fe92eed..106e085 100644
--- a/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
@@ -56312,10 +57978,10 @@ index fe92eed..106e085 100644
outreg(draw, GDC_REG_DRAW_BASE, 0);
outreg(draw, GDC_REG_MODE_MISC, 0x8000);
diff --git a/drivers/video/fbdev/nvidia/nvidia.c b/drivers/video/fbdev/nvidia/nvidia.c
-index 4273c6e..b413013 100644
+index ce7dab7..a87baf8 100644
--- a/drivers/video/fbdev/nvidia/nvidia.c
+++ b/drivers/video/fbdev/nvidia/nvidia.c
-@@ -665,19 +665,23 @@ static int nvidiafb_set_par(struct fb_info *info)
+@@ -660,19 +660,23 @@ static int nvidiafb_set_par(struct fb_info *info)
info->fix.line_length = (info->var.xres_virtual *
info->var.bits_per_pixel) >> 3;
if (info->var.accel_flags) {
@@ -56347,7 +58013,7 @@ index 4273c6e..b413013 100644
info->pixmap.scan_align = 1;
info->flags |= FBINFO_HWACCEL_DISABLED;
info->flags &= ~FBINFO_READS_FAST;
-@@ -1169,8 +1173,11 @@ static int nvidia_set_fbinfo(struct fb_info *info)
+@@ -1164,8 +1168,11 @@ static int nvidia_set_fbinfo(struct fb_info *info)
info->pixmap.size = 8 * 1024;
info->pixmap.flags = FB_PIXMAP_SYSTEM;
@@ -56531,7 +58197,7 @@ index ff2b873..626a8d5 100644
return count;
}
diff --git a/drivers/video/fbdev/uvesafb.c b/drivers/video/fbdev/uvesafb.c
-index d32d1c4..46722e6 100644
+index 178ae93..624b2eb 100644
--- a/drivers/video/fbdev/uvesafb.c
+++ b/drivers/video/fbdev/uvesafb.c
@@ -19,6 +19,7 @@
@@ -56565,8 +58231,8 @@ index d32d1c4..46722e6 100644
+ memcpy(par->pmi_code, par->pmi_base, (u16)task->t.regs.ecx);
+ pax_close_kernel();
+
-+ par->pmi_start = ktva_ktla(par->pmi_code + par->pmi_base[1]);
-+ par->pmi_pal = ktva_ktla(par->pmi_code + par->pmi_base[2]);
++ par->pmi_start = (void *)ktva_ktla((unsigned long)(par->pmi_code + par->pmi_base[1]));
++ par->pmi_pal = (void *)ktva_ktla((unsigned long)(par->pmi_code + par->pmi_base[2]));
+#else
par->pmi_start = (u8 *)par->pmi_base + par->pmi_base[1];
par->pmi_pal = (u8 *)par->pmi_base + par->pmi_base[2];
@@ -56645,7 +58311,7 @@ index d32d1c4..46722e6 100644
}
return 0;
diff --git a/drivers/video/fbdev/vesafb.c b/drivers/video/fbdev/vesafb.c
-index d79a0ac..2d0c3d4 100644
+index 528fe91..6fd29fe 100644
--- a/drivers/video/fbdev/vesafb.c
+++ b/drivers/video/fbdev/vesafb.c
@@ -9,6 +9,7 @@
@@ -56656,7 +58322,7 @@ index d79a0ac..2d0c3d4 100644
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
-@@ -52,8 +53,8 @@ static int vram_remap; /* Set amount of memory to be used */
+@@ -56,8 +57,8 @@ static int vram_remap; /* Set amount of memory to be used */
static int vram_total; /* Set total amount of memory */
static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */
static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */
@@ -56667,7 +58333,7 @@ index d79a0ac..2d0c3d4 100644
static int depth __read_mostly;
static int vga_compat __read_mostly;
/* --------------------------------------------------------------------- */
-@@ -233,6 +234,7 @@ static int vesafb_probe(struct platform_device *dev)
+@@ -241,6 +242,7 @@ static int vesafb_probe(struct platform_device *dev)
unsigned int size_remap;
unsigned int size_total;
char *option = NULL;
@@ -56675,7 +58341,7 @@ index d79a0ac..2d0c3d4 100644
/* ignore error return of fb_get_options */
fb_get_options("vesafb", &option);
-@@ -279,10 +281,6 @@ static int vesafb_probe(struct platform_device *dev)
+@@ -287,10 +289,6 @@ static int vesafb_probe(struct platform_device *dev)
size_remap = size_total;
vesafb_fix.smem_len = size_remap;
@@ -56686,7 +58352,7 @@ index d79a0ac..2d0c3d4 100644
if (!request_mem_region(vesafb_fix.smem_start, size_total, "vesafb")) {
printk(KERN_WARNING
"vesafb: cannot reserve video memory at 0x%lx\n",
-@@ -312,9 +310,21 @@ static int vesafb_probe(struct platform_device *dev)
+@@ -320,9 +318,21 @@ static int vesafb_probe(struct platform_device *dev)
printk(KERN_INFO "vesafb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
vesafb_defined.xres, vesafb_defined.yres, vesafb_defined.bits_per_pixel, vesafb_fix.line_length, screen_info.pages);
@@ -56710,7 +58376,7 @@ index d79a0ac..2d0c3d4 100644
}
if (screen_info.vesapm_seg < 0xc000)
-@@ -322,9 +332,25 @@ static int vesafb_probe(struct platform_device *dev)
+@@ -330,9 +340,25 @@ static int vesafb_probe(struct platform_device *dev)
if (ypan || pmi_setpal) {
unsigned short *pmi_base;
@@ -56730,15 +58396,15 @@ index d79a0ac..2d0c3d4 100644
+ pmi_pal = (void*)((char*)pmi_code + pmi_base[2]);
+
+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+ pmi_start = ktva_ktla(pmi_start);
-+ pmi_pal = ktva_ktla(pmi_pal);
++ pmi_start = (void *)ktva_ktla((unsigned long)pmi_start);
++ pmi_pal = (void *)ktva_ktla((unsigned long)pmi_pal);
+ pax_close_kernel();
+#endif
+
printk(KERN_INFO "vesafb: pmi: set display start = %p, set palette = %p\n",pmi_start,pmi_pal);
if (pmi_base[3]) {
printk(KERN_INFO "vesafb: pmi: ports = ");
-@@ -477,8 +503,11 @@ static int vesafb_probe(struct platform_device *dev)
+@@ -452,8 +478,11 @@ static int vesafb_probe(struct platform_device *dev)
info->flags = FBINFO_FLAG_DEFAULT | FBINFO_MISC_FIRMWARE |
(ypan ? FBINFO_HWACCEL_YPAN : 0);
@@ -56752,7 +58418,7 @@ index d79a0ac..2d0c3d4 100644
if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) {
err = -ENOMEM;
-@@ -492,6 +521,11 @@ static int vesafb_probe(struct platform_device *dev)
+@@ -467,6 +496,11 @@ static int vesafb_probe(struct platform_device *dev)
fb_info(info, "%s frame buffer device\n", info->fix.id);
return 0;
err:
@@ -56761,9 +58427,9 @@ index d79a0ac..2d0c3d4 100644
+ module_memfree_exec(pmi_code);
+#endif
+
+ arch_phys_wc_del(par->wc_cookie);
if (info->screen_base)
iounmap(info->screen_base);
- framebuffer_release(info);
diff --git a/drivers/video/fbdev/via/via_clock.h b/drivers/video/fbdev/via/via_clock.h
index 88714ae..16c2e11 100644
--- a/drivers/video/fbdev/via/via_clock.h
@@ -59506,7 +61172,7 @@ index 3c14e43..2630570 100644
+4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
+4 4 4 4 4 4
diff --git a/drivers/xen/events/events_base.c b/drivers/xen/events/events_base.c
-index 3838795..0d48d61 100644
+index 96093ae..b9eed29 100644
--- a/drivers/xen/events/events_base.c
+++ b/drivers/xen/events/events_base.c
@@ -1568,7 +1568,7 @@ void xen_irq_resume(void)
@@ -71933,19 +73599,6 @@ index 0000000..43d7c4f
+:1095C00080080000800E00008008008080080000F5
+:1095D00080000A8080000A00800009808000090065
+:00000001FF
-diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c
-index 53f1e8a..2b96b597 100644
---- a/fs/9p/vfs_inode.c
-+++ b/fs/9p/vfs_inode.c
-@@ -1311,7 +1311,7 @@ static void *v9fs_vfs_follow_link(struct dentry *dentry, struct nameidata *nd)
- void
- v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p)
- {
-- char *s = nd_get_link(nd);
-+ const char *s = nd_get_link(nd);
-
- p9_debug(P9_DEBUG_VFS, " %pd %s\n",
- dentry, IS_ERR(s) ? "<error>" : s);
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index 2d0cbbd..a6d6149 100644
--- a/fs/Kconfig.binfmt
@@ -72155,7 +73808,7 @@ index 4c55668..eeae150 100644
fd_offset + ex.a_text);
if (error != N_DATADDR(ex))
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
-index cd46e41..d67c3df 100644
+index 6b65996..080df24 100644
--- a/fs/binfmt_elf.c
+++ b/fs/binfmt_elf.c
@@ -35,6 +35,7 @@
@@ -72722,7 +74375,7 @@ index cd46e41..d67c3df 100644
+
+#if defined(CONFIG_PAX_NOEXEC) || defined(CONFIG_PAX_ASLR)
+ if (0 > pax_parse_pax_flags(&loc->elf_ex, elf_phdata, bprm->file)) {
-+ send_sig(SIGKILL, current, 0);
++ retval = -EINVAL;
+ goto out_free_dentry;
+ }
+#endif
@@ -72896,6 +74549,15 @@ index cd46e41..d67c3df 100644
goto whole;
/*
+@@ -1363,7 +1844,7 @@ static void fill_elf_header(struct elfhdr *elf, int segs,
+ return;
+ }
+
+-static void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset)
++static void fill_elf_note_phdr(struct elf_phdr *phdr, size_t sz, loff_t offset)
+ {
+ phdr->p_type = PT_NOTE;
+ phdr->p_offset = offset;
@@ -1470,9 +1951,9 @@ static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm)
{
elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv;
@@ -73094,11 +74756,33 @@ index cd46e41..d67c3df 100644
static int __init init_elf_binfmt(void)
{
register_binfmt(&elf_format);
+diff --git a/fs/binfmt_elf_fdpic.c b/fs/binfmt_elf_fdpic.c
+index d3634bf..10fc244 100644
+--- a/fs/binfmt_elf_fdpic.c
++++ b/fs/binfmt_elf_fdpic.c
+@@ -1296,7 +1296,7 @@ static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs)
+ return;
+ }
+
+-static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset)
++static inline void fill_elf_note_phdr(struct elf_phdr *phdr, size_t sz, loff_t offset)
+ {
+ phdr->p_type = PT_NOTE;
+ phdr->p_offset = offset;
+@@ -1667,7 +1667,7 @@ static int elf_fdpic_core_dump(struct coredump_params *cprm)
+
+ /* Write notes phdr entry */
+ {
+- int sz = 0;
++ size_t sz = 0;
+
+ for (i = 0; i < numnote; i++)
+ sz += notesize(notes + i);
diff --git a/fs/block_dev.c b/fs/block_dev.c
-index c7e4163..6939003 100644
+index 1982437..dc80c28 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
-@@ -732,7 +732,7 @@ static bool bd_may_claim(struct block_device *bdev, struct block_device *whole,
+@@ -738,7 +738,7 @@ static bool bd_may_claim(struct block_device *bdev, struct block_device *whole,
else if (bdev->bd_contains == bdev)
return true; /* is a whole device which isn't held */
@@ -73108,7 +74792,7 @@ index c7e4163..6939003 100644
else if (whole->bd_holder != NULL)
return false; /* is a partition of a held device */
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
-index 0f11ebc..1bf3321 100644
+index 54114b4..580cfc9 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -1180,9 +1180,12 @@ static noinline int __btrfs_cow_block(struct btrfs_trans_handle *trans,
@@ -73181,10 +74865,10 @@ index f70119f..ab5894d 100644
spin_lock_init(&delayed_root->lock);
init_waitqueue_head(&delayed_root->wait);
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
-index 9e66f5e..f7caaf0 100644
+index cd7ef34..1e31ae3 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
-@@ -271,7 +271,7 @@ void __btrfs_abort_transaction(struct btrfs_trans_handle *trans,
+@@ -265,7 +265,7 @@ void __btrfs_abort_transaction(struct btrfs_trans_handle *trans,
function, line, errstr);
return;
}
@@ -73194,10 +74878,10 @@ index 9e66f5e..f7caaf0 100644
wake_up(&root->fs_info->transaction_wait);
wake_up(&root->fs_info->transaction_blocked_wait);
diff --git a/fs/btrfs/sysfs.c b/fs/btrfs/sysfs.c
-index e8a4c86..f8c22ae 100644
+index 603b0cc..8e3f600 100644
--- a/fs/btrfs/sysfs.c
+++ b/fs/btrfs/sysfs.c
-@@ -472,7 +472,7 @@ static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add)
+@@ -481,7 +481,7 @@ static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add)
for (set = 0; set < FEAT_MAX; set++) {
int i;
struct attribute *attrs[2];
@@ -73246,10 +74930,10 @@ index 6916a78..4598936 100644
static inline int btrfs_need_log_full_commit(struct btrfs_fs_info *fs_info,
diff --git a/fs/buffer.c b/fs/buffer.c
-index c7a5602..18eabd1 100644
+index 1cf7a53..b49f8c0 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
-@@ -3417,7 +3417,7 @@ void __init buffer_init(void)
+@@ -3440,7 +3440,7 @@ void __init buffer_init(void)
bh_cachep = kmem_cache_create("buffer_head",
sizeof(struct buffer_head), 0,
(SLAB_RECLAIM_ACCOUNT|SLAB_PANIC|
@@ -73319,10 +75003,10 @@ index f601def..b2cf704 100644
cache->bstop_percent = bstop;
diff --git a/fs/cachefiles/internal.h b/fs/cachefiles/internal.h
-index 8c52472..c4e3a69 100644
+index aecd085..3584e2f 100644
--- a/fs/cachefiles/internal.h
+++ b/fs/cachefiles/internal.h
-@@ -66,7 +66,7 @@ struct cachefiles_cache {
+@@ -65,7 +65,7 @@ struct cachefiles_cache {
wait_queue_head_t daemon_pollwq; /* poll waitqueue for daemon */
struct rb_root active_nodes; /* active nodes (can't be culled) */
rwlock_t active_lock; /* lock for active_nodes */
@@ -73331,7 +75015,7 @@ index 8c52472..c4e3a69 100644
unsigned frun_percent; /* when to stop culling (% files) */
unsigned fcull_percent; /* when to start culling (% files) */
unsigned fstop_percent; /* when to stop allocating (% files) */
-@@ -178,19 +178,19 @@ extern int cachefiles_check_in_use(struct cachefiles_cache *cache,
+@@ -177,19 +177,19 @@ extern int cachefiles_check_in_use(struct cachefiles_cache *cache,
* proc.c
*/
#ifdef CONFIG_CACHEFILES_HISTOGRAM
@@ -73357,10 +75041,10 @@ index 8c52472..c4e3a69 100644
#else
diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
-index ab857ab..ff8d593 100644
+index fc1056f..501a546 100644
--- a/fs/cachefiles/namei.c
+++ b/fs/cachefiles/namei.c
-@@ -309,7 +309,7 @@ try_again:
+@@ -312,7 +312,7 @@ try_again:
/* first step is to make up a grave dentry in the graveyard */
sprintf(nbuffer, "%08x%08x",
(uint32_t) get_seconds(),
@@ -73400,33 +75084,30 @@ index eccd339..4c1d995 100644
return 0;
diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c
-index 4248307..f41e44e 100644
+index 9314b4e..4a1f602 100644
--- a/fs/ceph/dir.c
+++ b/fs/ceph/dir.c
-@@ -127,6 +127,8 @@ static int __dcache_readdir(struct file *file, struct dir_context *ctx,
- struct dentry *dentry, *last;
- struct ceph_dentry_info *di;
- int err = 0;
-+ char d_name[DNAME_INLINE_LEN];
-+ const unsigned char *name;
-
- /* claim ref on last dentry we returned */
- last = fi->dentry;
-@@ -190,7 +192,12 @@ more:
-
- dout(" %llu (%llu) dentry %p %pd %p\n", di->offset, ctx->pos,
- dentry, dentry, d_inode(dentry));
-- if (!dir_emit(ctx, dentry->d_name.name,
-+ name = dentry->d_name.name;
-+ if (name == dentry->d_iname) {
-+ memcpy(d_name, name, dentry->d_name.len);
-+ name = d_name;
-+ }
-+ if (!dir_emit(ctx, name,
- dentry->d_name.len,
- ceph_translate_ino(dentry->d_sb, d_inode(dentry)->i_ino),
- d_inode(dentry)->i_mode >> 12)) {
-@@ -248,7 +255,7 @@ static int ceph_readdir(struct file *file, struct dir_context *ctx)
+@@ -214,10 +214,18 @@ static int __dcache_readdir(struct file *file, struct dir_context *ctx,
+ spin_unlock(&dentry->d_lock);
+
+ if (emit_dentry) {
++ char d_name[DNAME_INLINE_LEN];
++ const unsigned char *name;
++
+ dout(" %llu (%llu) dentry %p %pd %p\n", di->offset, ctx->pos,
+ dentry, dentry, d_inode(dentry));
+ ctx->pos = di->offset;
+- if (!dir_emit(ctx, dentry->d_name.name,
++ name = dentry->d_name.name;
++ if (name == dentry->d_iname) {
++ memcpy(d_name, name, dentry->d_name.len);
++ name = d_name;
++ }
++ if (!dir_emit(ctx, name,
+ dentry->d_name.len,
+ ceph_translate_ino(dentry->d_sb,
+ d_inode(dentry)->i_ino),
+@@ -259,7 +267,7 @@ static int ceph_readdir(struct file *file, struct dir_context *ctx)
struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
struct ceph_mds_client *mdsc = fsc->mdsc;
unsigned frag = fpos_frag(ctx->pos);
@@ -73436,10 +75117,10 @@ index 4248307..f41e44e 100644
u32 ftype;
struct ceph_mds_reply_info_parsed *rinfo;
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
-index 4e99053..a7e2a5f 100644
+index 7b6bfcb..f8d5416 100644
--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
-@@ -885,7 +885,7 @@ static int ceph_compare_super(struct super_block *sb, void *data)
+@@ -906,7 +906,7 @@ static int ceph_compare_super(struct super_block *sb, void *data)
/*
* construct our own bdi so we can control readahead, etc.
*/
@@ -73448,7 +75129,7 @@ index 4e99053..a7e2a5f 100644
static int ceph_register_bdi(struct super_block *sb,
struct ceph_fs_client *fsc)
-@@ -902,7 +902,7 @@ static int ceph_register_bdi(struct super_block *sb,
+@@ -923,7 +923,7 @@ static int ceph_register_bdi(struct super_block *sb,
VM_MAX_READAHEAD * 1024 / PAGE_CACHE_SIZE;
err = bdi_register(&fsc->backing_dev_info, NULL, "ceph-%ld",
@@ -73502,7 +75183,7 @@ index 7febcf2..62a5721 100644
server->ops->print_stats(m, tcon);
}
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
-index 0a9fb6b..9def7fa 100644
+index 6a1119e..b2f2160 100644
--- a/fs/cifs/cifsfs.c
+++ b/fs/cifs/cifsfs.c
@@ -1082,7 +1082,7 @@ cifs_init_request_bufs(void)
@@ -73535,10 +75216,10 @@ index 0a9fb6b..9def7fa 100644
atomic_set(&midCount, 0);
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
-index 22b289a..bbbba082 100644
+index b406a32..243eb1c 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
-@@ -823,35 +823,35 @@ struct cifs_tcon {
+@@ -832,35 +832,35 @@ struct cifs_tcon {
__u16 Flags; /* optional support bits */
enum statusEnum tidStatus;
#ifdef CONFIG_CIFS_STATS
@@ -73598,7 +75279,7 @@ index 22b289a..bbbba082 100644
} smb2_stats;
#endif /* CONFIG_CIFS_SMB2 */
} stats;
-@@ -1198,7 +1198,7 @@ convert_delimiter(char *path, char delim)
+@@ -1207,7 +1207,7 @@ convert_delimiter(char *path, char delim)
}
#ifdef CONFIG_CIFS_STATS
@@ -73607,7 +75288,7 @@ index 22b289a..bbbba082 100644
static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon,
unsigned int bytes)
-@@ -1565,8 +1565,8 @@ GLOBAL_EXTERN atomic_t tconInfoReconnectCount;
+@@ -1574,8 +1574,8 @@ GLOBAL_EXTERN atomic_t tconInfoReconnectCount;
/* Various Debug counters */
GLOBAL_EXTERN atomic_t bufAllocCount; /* current number allocated */
#ifdef CONFIG_CIFS_STATS2
@@ -73640,6 +75321,66 @@ index 3f50cee..7741620 100644
scanned = true;
}
server = cifs_sb_master_tcon(cifs_sb)->ses->server;
+diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c
+index f621b44..6b66dd5 100644
+--- a/fs/cifs/inode.c
++++ b/fs/cifs/inode.c
+@@ -2034,7 +2034,6 @@ cifs_set_file_size(struct inode *inode, struct iattr *attrs,
+ struct tcon_link *tlink = NULL;
+ struct cifs_tcon *tcon = NULL;
+ struct TCP_Server_Info *server;
+- struct cifs_io_parms io_parms;
+
+ /*
+ * To avoid spurious oplock breaks from server, in the case of
+@@ -2056,18 +2055,6 @@ cifs_set_file_size(struct inode *inode, struct iattr *attrs,
+ rc = -ENOSYS;
+ cifsFileInfo_put(open_file);
+ cifs_dbg(FYI, "SetFSize for attrs rc = %d\n", rc);
+- if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) {
+- unsigned int bytes_written;
+-
+- io_parms.netfid = open_file->fid.netfid;
+- io_parms.pid = open_file->pid;
+- io_parms.tcon = tcon;
+- io_parms.offset = 0;
+- io_parms.length = attrs->ia_size;
+- rc = CIFSSMBWrite(xid, &io_parms, &bytes_written,
+- NULL, NULL, 1);
+- cifs_dbg(FYI, "Wrt seteof rc %d\n", rc);
+- }
+ } else
+ rc = -EINVAL;
+
+@@ -2093,28 +2080,7 @@ cifs_set_file_size(struct inode *inode, struct iattr *attrs,
+ else
+ rc = -ENOSYS;
+ cifs_dbg(FYI, "SetEOF by path (setattrs) rc = %d\n", rc);
+- if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) {
+- __u16 netfid;
+- int oplock = 0;
+
+- rc = SMBLegacyOpen(xid, tcon, full_path, FILE_OPEN,
+- GENERIC_WRITE, CREATE_NOT_DIR, &netfid,
+- &oplock, NULL, cifs_sb->local_nls,
+- cifs_remap(cifs_sb));
+- if (rc == 0) {
+- unsigned int bytes_written;
+-
+- io_parms.netfid = netfid;
+- io_parms.pid = current->tgid;
+- io_parms.tcon = tcon;
+- io_parms.offset = 0;
+- io_parms.length = attrs->ia_size;
+- rc = CIFSSMBWrite(xid, &io_parms, &bytes_written, NULL,
+- NULL, 1);
+- cifs_dbg(FYI, "wrt seteof rc %d\n", rc);
+- CIFSSMBClose(xid, tcon, netfid);
+- }
+- }
+ if (tlink)
+ cifs_put_tlink(tlink);
+
diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c
index 8442b8b..ea6986f 100644
--- a/fs/cifs/misc.c
@@ -73772,7 +75513,7 @@ index fc537c2..47d654c 100644
}
diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c
-index 54daee5..2669fcb 100644
+index df91bcf..c499de7 100644
--- a/fs/cifs/smb2ops.c
+++ b/fs/cifs/smb2ops.c
@@ -418,8 +418,8 @@ smb2_clear_stats(struct cifs_tcon *tcon)
@@ -73893,10 +75634,10 @@ index 54daee5..2669fcb 100644
}
diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu.c
-index 54cbe19..fcd4a1b 100644
+index b8b4f08..6e84a23 100644
--- a/fs/cifs/smb2pdu.c
+++ b/fs/cifs/smb2pdu.c
-@@ -2147,8 +2147,7 @@ SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
+@@ -2206,8 +2206,7 @@ SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
default:
cifs_dbg(VFS, "info level %u isn't supported\n",
srch_inf->info_level);
@@ -74085,7 +75826,7 @@ index 4d24d17..4f8c09e 100644
/*
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
-index 6b8e2f0..9b13a5e 100644
+index 48851f6..6c79d32 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -622,7 +622,7 @@ static int serial_struct_ioctl(unsigned fd, unsigned cmd,
@@ -74117,7 +75858,7 @@ index 6b8e2f0..9b13a5e 100644
return -EFAULT;
return ioctl_preallocate(file, p);
-@@ -1620,8 +1620,8 @@ COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd,
+@@ -1621,8 +1621,8 @@ COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd,
static int __init init_sys32_ioctl_cmp(const void *p, const void *q)
{
unsigned int a, b;
@@ -74156,33 +75897,11 @@ index c81ce7f..f3de5fd 100644
/*
* We'll have a dentry and an inode for
-diff --git a/fs/configfs/item.c b/fs/configfs/item.c
-index e65f9ff..3ed264d 100644
---- a/fs/configfs/item.c
-+++ b/fs/configfs/item.c
-@@ -116,7 +116,7 @@ void config_item_init_type_name(struct config_item *item,
- const char *name,
- struct config_item_type *type)
- {
-- config_item_set_name(item, name);
-+ config_item_set_name(item, "%s", name);
- item->ci_type = type;
- config_item_init(item);
- }
-@@ -125,7 +125,7 @@ EXPORT_SYMBOL(config_item_init_type_name);
- void config_group_init_type_name(struct config_group *group, const char *name,
- struct config_item_type *type)
- {
-- config_item_set_name(&group->cg_item, name);
-+ config_item_set_name(&group->cg_item, "%s", name);
- group->cg_item.ci_type = type;
- config_group_init(group);
- }
diff --git a/fs/coredump.c b/fs/coredump.c
-index bbbe139..b76fae5 100644
+index a8f7564..3dde349 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
-@@ -450,8 +450,8 @@ static void wait_for_dump_helpers(struct file *file)
+@@ -457,8 +457,8 @@ static void wait_for_dump_helpers(struct file *file)
struct pipe_inode_info *pipe = file->private_data;
pipe_lock(pipe);
@@ -74193,7 +75912,7 @@ index bbbe139..b76fae5 100644
wake_up_interruptible_sync(&pipe->wait);
kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
pipe_unlock(pipe);
-@@ -460,11 +460,11 @@ static void wait_for_dump_helpers(struct file *file)
+@@ -467,11 +467,11 @@ static void wait_for_dump_helpers(struct file *file)
* We actually want wait_event_freezable() but then we need
* to clear TIF_SIGPENDING and improve dump_interrupted().
*/
@@ -74208,9 +75927,9 @@ index bbbe139..b76fae5 100644
pipe_unlock(pipe);
}
-@@ -511,7 +511,9 @@ void do_coredump(const siginfo_t *siginfo)
- struct files_struct *displaced;
- bool need_nonrelative = false;
+@@ -518,7 +518,9 @@ void do_coredump(const siginfo_t *siginfo)
+ /* require nonrelative corefile path and be extra careful */
+ bool need_suid_safe = false;
bool core_dumped = false;
- static atomic_t core_dump_count = ATOMIC_INIT(0);
+ static atomic_unchecked_t core_dump_count = ATOMIC_INIT(0);
@@ -74219,7 +75938,7 @@ index bbbe139..b76fae5 100644
struct coredump_params cprm = {
.siginfo = siginfo,
.regs = signal_pt_regs(),
-@@ -524,12 +526,17 @@ void do_coredump(const siginfo_t *siginfo)
+@@ -531,12 +533,17 @@ void do_coredump(const siginfo_t *siginfo)
.mm_flags = mm->flags,
};
@@ -74239,8 +75958,8 @@ index bbbe139..b76fae5 100644
goto fail;
cred = prepare_creds();
-@@ -548,7 +555,7 @@ void do_coredump(const siginfo_t *siginfo)
- need_nonrelative = true;
+@@ -554,7 +561,7 @@ void do_coredump(const siginfo_t *siginfo)
+ need_suid_safe = true;
}
- retval = coredump_wait(siginfo->si_signo, &core_state);
@@ -74248,7 +75967,7 @@ index bbbe139..b76fae5 100644
if (retval < 0)
goto fail_creds;
-@@ -591,7 +598,7 @@ void do_coredump(const siginfo_t *siginfo)
+@@ -597,7 +604,7 @@ void do_coredump(const siginfo_t *siginfo)
}
cprm.limit = RLIM_INFINITY;
@@ -74257,7 +75976,7 @@ index bbbe139..b76fae5 100644
if (core_pipe_limit && (core_pipe_limit < dump_count)) {
printk(KERN_WARNING "Pid %d(%s) over core_pipe_limit\n",
task_tgid_vnr(current), current->comm);
-@@ -623,6 +630,8 @@ void do_coredump(const siginfo_t *siginfo)
+@@ -629,6 +636,8 @@ void do_coredump(const siginfo_t *siginfo)
} else {
struct inode *inode;
@@ -74266,7 +75985,7 @@ index bbbe139..b76fae5 100644
if (cprm.limit < binfmt->min_coredump)
goto fail_unlock;
-@@ -681,7 +690,7 @@ close_fail:
+@@ -718,7 +727,7 @@ close_fail:
filp_close(cprm.file, NULL);
fail_dropcount:
if (ispipe)
@@ -74275,7 +75994,7 @@ index bbbe139..b76fae5 100644
fail_unlock:
kfree(cn.corename);
coredump_finish(mm, core_dumped);
-@@ -702,6 +711,8 @@ int dump_emit(struct coredump_params *cprm, const void *addr, int nr)
+@@ -739,6 +748,8 @@ int dump_emit(struct coredump_params *cprm, const void *addr, int nr)
struct file *file = cprm->file;
loff_t pos = file->f_pos;
ssize_t n;
@@ -74285,7 +76004,7 @@ index bbbe139..b76fae5 100644
return 0;
while (nr) {
diff --git a/fs/dcache.c b/fs/dcache.c
-index 5d03eb0..d874b57 100644
+index 9b5fe50..8e7901e 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -545,7 +545,7 @@ static void __dentry_kill(struct dentry *dentry)
@@ -74460,7 +76179,7 @@ index 5d03eb0..d874b57 100644
INIT_HLIST_BL_NODE(&dentry->d_hash);
INIT_LIST_HEAD(&dentry->d_lru);
INIT_LIST_HEAD(&dentry->d_subdirs);
-@@ -2324,7 +2327,7 @@ struct dentry *__d_lookup(const struct dentry *parent, const struct qstr *name)
+@@ -2327,7 +2330,7 @@ struct dentry *__d_lookup(const struct dentry *parent, const struct qstr *name)
goto next;
}
@@ -74469,7 +76188,7 @@ index 5d03eb0..d874b57 100644
found = dentry;
spin_unlock(&dentry->d_lock);
break;
-@@ -2392,7 +2395,7 @@ again:
+@@ -2395,7 +2398,7 @@ again:
spin_lock(&dentry->d_lock);
inode = dentry->d_inode;
isdir = S_ISDIR(inode->i_mode);
@@ -74478,7 +76197,7 @@ index 5d03eb0..d874b57 100644
if (!spin_trylock(&inode->i_lock)) {
spin_unlock(&dentry->d_lock);
cpu_relax();
-@@ -3334,7 +3337,7 @@ static enum d_walk_ret d_genocide_kill(void *data, struct dentry *dentry)
+@@ -3337,7 +3340,7 @@ static enum d_walk_ret d_genocide_kill(void *data, struct dentry *dentry)
if (!(dentry->d_flags & DCACHE_GENOCIDE)) {
dentry->d_flags |= DCACHE_GENOCIDE;
@@ -74487,9 +76206,9 @@ index 5d03eb0..d874b57 100644
}
}
return D_WALK_CONTINUE;
-@@ -3450,7 +3453,8 @@ void __init vfs_caches_init(unsigned long mempages)
- mempages -= reserve;
-
+@@ -3445,7 +3448,8 @@ void __init vfs_caches_init_early(void)
+ void __init vfs_caches_init(void)
+ {
names_cachep = kmem_cache_create("names_cache", PATH_MAX, 0,
- SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL);
+ SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_USERCOPY|
@@ -74498,10 +76217,10 @@ index 5d03eb0..d874b57 100644
dcache_init();
inode_init();
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
-index 1275604..d2ca85b 100644
+index c711be8..23b8df9 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.c
-@@ -407,6 +407,10 @@ EXPORT_SYMBOL_GPL(debugfs_create_file_size);
+@@ -402,6 +402,10 @@ EXPORT_SYMBOL_GPL(debugfs_create_file_size);
* If debugfs is not enabled in the kernel, the value -%ENODEV will be
* returned.
*/
@@ -74512,7 +76231,7 @@ index 1275604..d2ca85b 100644
struct dentry *debugfs_create_dir(const char *name, struct dentry *parent)
{
struct dentry *dentry = start_creating(name, parent);
-@@ -419,7 +423,12 @@ struct dentry *debugfs_create_dir(const char *name, struct dentry *parent)
+@@ -414,7 +418,12 @@ struct dentry *debugfs_create_dir(const char *name, struct dentry *parent)
if (unlikely(!inode))
return failed_creating(dentry);
@@ -74527,10 +76246,10 @@ index 1275604..d2ca85b 100644
inode->i_fop = &simple_dir_operations;
diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c
-index fc850b5..1677a2a 100644
+index 3c4db11..a43976f 100644
--- a/fs/ecryptfs/inode.c
+++ b/fs/ecryptfs/inode.c
-@@ -663,7 +663,7 @@ static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz)
+@@ -662,7 +662,7 @@ static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz)
old_fs = get_fs();
set_fs(get_ds());
rc = d_inode(lower_dentry)->i_op->readlink(lower_dentry,
@@ -75380,7 +77099,7 @@ index 9f9992b..8b59411 100644
}
return 1;
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
-index d0e746e..82e06f0 100644
+index 900e19c..f7dc2b8 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -267,10 +267,8 @@ static int ext2_show_options(struct seq_file *seq, struct dentry *root)
@@ -75449,7 +77168,7 @@ index 158b5d4..2432610 100644
}
return 1;
diff --git a/fs/ext3/super.c b/fs/ext3/super.c
-index a9312f0..e3a11ec 100644
+index 5ed0044..656e3d2 100644
--- a/fs/ext3/super.c
+++ b/fs/ext3/super.c
@@ -655,10 +655,8 @@ static int ext3_show_options(struct seq_file *seq, struct dentry *root)
@@ -75501,7 +77220,7 @@ index 7cf3650..e3f4a51 100644
static int
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c
-index 955bf49a..44ee359 100644
+index cd6ea29..1cd2a97 100644
--- a/fs/ext4/balloc.c
+++ b/fs/ext4/balloc.c
@@ -556,8 +556,8 @@ static int ext4_has_free_clusters(struct ext4_sb_info *sbi,
@@ -75516,10 +77235,10 @@ index 955bf49a..44ee359 100644
if (free_clusters >= (nclusters + dirty_clusters +
resv_clusters))
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
-index 9a83f14..1dd1b38 100644
+index f5e9f04..91296b9 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
-@@ -1310,19 +1310,19 @@ struct ext4_sb_info {
+@@ -1305,19 +1305,19 @@ struct ext4_sb_info {
unsigned long s_mb_last_start;
/* stats for buddy allocator */
@@ -75550,10 +77269,10 @@ index 9a83f14..1dd1b38 100644
/* locality groups */
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
-index 4126048..3788867 100644
+index 34b610e..ecc47cb 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
-@@ -1901,7 +1901,7 @@ void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac,
+@@ -1905,7 +1905,7 @@ void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac,
BUG_ON(ac->ac_b_ex.fe_len != ac->ac_g_ex.fe_len);
if (EXT4_SB(sb)->s_mb_stats)
@@ -75562,7 +77281,7 @@ index 4126048..3788867 100644
break;
}
-@@ -2211,7 +2211,7 @@ repeat:
+@@ -2228,7 +2228,7 @@ repeat:
ac->ac_status = AC_STATUS_CONTINUE;
ac->ac_flags |= EXT4_MB_HINT_FIRST;
cr = 3;
@@ -75571,7 +77290,7 @@ index 4126048..3788867 100644
goto repeat;
}
}
-@@ -2716,25 +2716,25 @@ int ext4_mb_release(struct super_block *sb)
+@@ -2732,25 +2732,25 @@ int ext4_mb_release(struct super_block *sb)
if (sbi->s_mb_stats) {
ext4_msg(sb, KERN_INFO,
"mballoc: %u blocks %u reqs (%u success)",
@@ -75607,7 +77326,7 @@ index 4126048..3788867 100644
}
free_percpu(sbi->s_locality_groups);
-@@ -3190,16 +3190,16 @@ static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
+@@ -3206,16 +3206,16 @@ static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
if (sbi->s_mb_stats && ac->ac_g_ex.fe_len > 1) {
@@ -75630,7 +77349,7 @@ index 4126048..3788867 100644
}
if (ac->ac_op == EXT4_MB_HISTORY_ALLOC)
-@@ -3626,7 +3626,7 @@ ext4_mb_new_inode_pa(struct ext4_allocation_context *ac)
+@@ -3642,7 +3642,7 @@ ext4_mb_new_inode_pa(struct ext4_allocation_context *ac)
trace_ext4_mb_new_inode_pa(ac, pa);
ext4_mb_use_inode_pa(ac, pa);
@@ -75639,7 +77358,7 @@ index 4126048..3788867 100644
ei = EXT4_I(ac->ac_inode);
grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
-@@ -3686,7 +3686,7 @@ ext4_mb_new_group_pa(struct ext4_allocation_context *ac)
+@@ -3702,7 +3702,7 @@ ext4_mb_new_group_pa(struct ext4_allocation_context *ac)
trace_ext4_mb_new_group_pa(ac, pa);
ext4_mb_use_group_pa(ac, pa);
@@ -75648,7 +77367,7 @@ index 4126048..3788867 100644
grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
lg = ac->ac_lg;
-@@ -3775,7 +3775,7 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
+@@ -3791,7 +3791,7 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
* from the bitmap and continue.
*/
}
@@ -75657,7 +77376,7 @@ index 4126048..3788867 100644
return err;
}
-@@ -3793,7 +3793,7 @@ ext4_mb_release_group_pa(struct ext4_buddy *e4b,
+@@ -3809,7 +3809,7 @@ ext4_mb_release_group_pa(struct ext4_buddy *e4b,
ext4_get_group_no_and_offset(sb, pa->pa_pstart, &group, &bit);
BUG_ON(group != e4b->bd_group && pa->pa_len != 0);
mb_free_blocks(pa->pa_inode, e4b, bit, pa->pa_len);
@@ -75722,10 +77441,10 @@ index cf0c472..ddf284d 100644
err = ext4_handle_dirty_metadata(handle, NULL, bh);
if (unlikely(err))
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
-index ca12affd..18b4b75 100644
+index a5e8c74..a7711a8 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
-@@ -1233,7 +1233,7 @@ static ext4_fsblk_t get_sb_block(void **data)
+@@ -1274,7 +1274,7 @@ static ext4_fsblk_t get_sb_block(void **data)
}
#define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
@@ -75734,7 +77453,7 @@ index ca12affd..18b4b75 100644
"Contact linux-ext4@vger.kernel.org if you think we should keep it.\n";
#ifdef CONFIG_QUOTA
-@@ -2443,7 +2443,7 @@ struct ext4_attr {
+@@ -2484,7 +2484,7 @@ struct ext4_attr {
int offset;
int deprecated_val;
} u;
@@ -75815,7 +77534,7 @@ index d59712d..2281df9 100644
goto out_err;
}
diff --git a/fs/file.c b/fs/file.c
-index 93c5f89..ed75817 100644
+index 6c672ad..bf787b0 100644
--- a/fs/file.c
+++ b/fs/file.c
@@ -16,6 +16,7 @@
@@ -75841,10 +77560,10 @@ index 93c5f89..ed75817 100644
*/
-static int expand_files(struct files_struct *files, int nr)
+static int expand_files(struct files_struct *files, unsigned int nr)
+ __releases(files->file_lock)
+ __acquires(files->file_lock)
{
- struct fdtable *fdt;
-
-@@ -799,6 +800,7 @@ int replace_fd(unsigned fd, struct file *file, unsigned flags)
+@@ -834,6 +835,7 @@ int replace_fd(unsigned fd, struct file *file, unsigned flags)
if (!file)
return __close_fd(files, fd);
@@ -75852,7 +77571,7 @@ index 93c5f89..ed75817 100644
if (fd >= rlimit(RLIMIT_NOFILE))
return -EBADF;
-@@ -825,6 +827,7 @@ SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)
+@@ -860,6 +862,7 @@ SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)
if (unlikely(oldfd == newfd))
return -EINVAL;
@@ -75860,7 +77579,7 @@ index 93c5f89..ed75817 100644
if (newfd >= rlimit(RLIMIT_NOFILE))
return -EBADF;
-@@ -880,6 +883,7 @@ SYSCALL_DEFINE1(dup, unsigned int, fildes)
+@@ -915,6 +918,7 @@ SYSCALL_DEFINE1(dup, unsigned int, fildes)
int f_dupfd(unsigned int from, struct file *file, unsigned flags)
{
int err;
@@ -75996,7 +77715,7 @@ index 7dca743..1ff87ae 100644
.seq = SEQCNT_ZERO(init_fs.seq),
.umask = 0022,
diff --git a/fs/fscache/cookie.c b/fs/fscache/cookie.c
-index 89acec7..a575262 100644
+index d403c69..30be0a9 100644
--- a/fs/fscache/cookie.c
+++ b/fs/fscache/cookie.c
@@ -19,7 +19,7 @@
@@ -76093,7 +77812,7 @@ index 89acec7..a575262 100644
_debug("ALLOC OBJ%x: %s {%lx}",
object->debug_id, cookie->def->name, object->events);
-@@ -418,7 +418,7 @@ void __fscache_invalidate(struct fscache_cookie *cookie)
+@@ -419,7 +419,7 @@ void __fscache_invalidate(struct fscache_cookie *cookie)
_enter("{%s}", cookie->def->name);
@@ -76102,7 +77821,7 @@ index 89acec7..a575262 100644
/* Only permit invalidation of data files. Invalidating an index will
* require the caller to release all its attachments to the tree rooted
-@@ -476,10 +476,10 @@ void __fscache_update_cookie(struct fscache_cookie *cookie)
+@@ -477,10 +477,10 @@ void __fscache_update_cookie(struct fscache_cookie *cookie)
{
struct fscache_object *object;
@@ -76115,7 +77834,7 @@ index 89acec7..a575262 100644
_leave(" [no cookie]");
return;
}
-@@ -580,12 +580,12 @@ EXPORT_SYMBOL(__fscache_disable_cookie);
+@@ -581,12 +581,12 @@ EXPORT_SYMBOL(__fscache_disable_cookie);
*/
void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire)
{
@@ -76131,7 +77850,7 @@ index 89acec7..a575262 100644
_leave(" [no cookie]");
return;
}
-@@ -686,7 +686,7 @@ int __fscache_check_consistency(struct fscache_cookie *cookie)
+@@ -687,7 +687,7 @@ int __fscache_check_consistency(struct fscache_cookie *cookie)
if (test_bit(FSCACHE_IOERROR, &object->cache->flags))
goto inconsistent;
@@ -76141,21 +77860,21 @@ index 89acec7..a575262 100644
__fscache_use_cookie(cookie);
if (fscache_submit_op(object, op) < 0)
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h
-index 7872a62..d91b19f 100644
+index 97ec451..f722cee 100644
--- a/fs/fscache/internal.h
+++ b/fs/fscache/internal.h
-@@ -137,8 +137,8 @@ extern void fscache_operation_gc(struct work_struct *);
+@@ -136,8 +136,8 @@ extern void fscache_operation_gc(struct work_struct *);
extern int fscache_wait_for_deferred_lookup(struct fscache_cookie *);
extern int fscache_wait_for_operation_activation(struct fscache_object *,
struct fscache_operation *,
- atomic_t *,
-- atomic_t *,
+- atomic_t *);
+ atomic_unchecked_t *,
-+ atomic_unchecked_t *,
- void (*)(struct fscache_operation *));
++ atomic_unchecked_t *);
extern void fscache_invalidate_writes(struct fscache_cookie *);
-@@ -157,101 +157,101 @@ extern void fscache_proc_cleanup(void);
+ /*
+@@ -155,102 +155,102 @@ extern void fscache_proc_cleanup(void);
* stats.c
*/
#ifdef CONFIG_FSCACHE_STATS
@@ -76168,6 +77887,7 @@ index 7872a62..d91b19f 100644
-extern atomic_t fscache_n_op_run;
-extern atomic_t fscache_n_op_enqueue;
-extern atomic_t fscache_n_op_deferred_release;
+-extern atomic_t fscache_n_op_initialised;
-extern atomic_t fscache_n_op_release;
-extern atomic_t fscache_n_op_gc;
-extern atomic_t fscache_n_op_cancelled;
@@ -76176,6 +77896,7 @@ index 7872a62..d91b19f 100644
+extern atomic_unchecked_t fscache_n_op_run;
+extern atomic_unchecked_t fscache_n_op_enqueue;
+extern atomic_unchecked_t fscache_n_op_deferred_release;
++extern atomic_unchecked_t fscache_n_op_initialised;
+extern atomic_unchecked_t fscache_n_op_release;
+extern atomic_unchecked_t fscache_n_op_gc;
+extern atomic_unchecked_t fscache_n_op_cancelled;
@@ -76338,7 +78059,7 @@ index 7872a62..d91b19f 100644
extern atomic_t fscache_n_cop_alloc_object;
extern atomic_t fscache_n_cop_lookup_object;
-@@ -276,6 +276,11 @@ static inline void fscache_stat(atomic_t *stat)
+@@ -280,6 +280,11 @@ static inline void fscache_stat(atomic_t *stat)
atomic_inc(stat);
}
@@ -76350,7 +78071,7 @@ index 7872a62..d91b19f 100644
static inline void fscache_stat_d(atomic_t *stat)
{
atomic_dec(stat);
-@@ -288,6 +293,7 @@ extern const struct file_operations fscache_stats_fops;
+@@ -292,6 +297,7 @@ extern const struct file_operations fscache_stats_fops;
#define __fscache_stat(stat) (NULL)
#define fscache_stat(stat) do {} while (0)
@@ -76359,10 +78080,10 @@ index 7872a62..d91b19f 100644
#endif
diff --git a/fs/fscache/object.c b/fs/fscache/object.c
-index da032da..0076ce7 100644
+index 9e792e3..6b2affb 100644
--- a/fs/fscache/object.c
+++ b/fs/fscache/object.c
-@@ -454,7 +454,7 @@ static const struct fscache_state *fscache_look_up_object(struct fscache_object
+@@ -465,7 +465,7 @@ static const struct fscache_state *fscache_look_up_object(struct fscache_object
_debug("LOOKUP \"%s\" in \"%s\"",
cookie->def->name, object->cache->tag->name);
@@ -76371,7 +78092,7 @@ index da032da..0076ce7 100644
fscache_stat(&fscache_n_cop_lookup_object);
ret = object->cache->ops->lookup_object(object);
fscache_stat_d(&fscache_n_cop_lookup_object);
-@@ -464,7 +464,7 @@ static const struct fscache_state *fscache_look_up_object(struct fscache_object
+@@ -475,7 +475,7 @@ static const struct fscache_state *fscache_look_up_object(struct fscache_object
if (ret == -ETIMEDOUT) {
/* probably stuck behind another object, so move this one to
* the back of the queue */
@@ -76380,7 +78101,7 @@ index da032da..0076ce7 100644
_leave(" [timeout]");
return NO_TRANSIT;
}
-@@ -492,7 +492,7 @@ void fscache_object_lookup_negative(struct fscache_object *object)
+@@ -503,7 +503,7 @@ void fscache_object_lookup_negative(struct fscache_object *object)
_enter("{OBJ%x,%s}", object->debug_id, object->state->name);
if (!test_and_set_bit(FSCACHE_OBJECT_IS_LOOKED_UP, &object->flags)) {
@@ -76389,7 +78110,7 @@ index da032da..0076ce7 100644
/* Allow write requests to begin stacking up and read requests to begin
* returning ENODATA.
-@@ -527,7 +527,7 @@ void fscache_obtained_object(struct fscache_object *object)
+@@ -538,7 +538,7 @@ void fscache_obtained_object(struct fscache_object *object)
/* if we were still looking up, then we must have a positive lookup
* result, in which case there may be data available */
if (!test_and_set_bit(FSCACHE_OBJECT_IS_LOOKED_UP, &object->flags)) {
@@ -76398,7 +78119,7 @@ index da032da..0076ce7 100644
/* We do (presumably) have data */
clear_bit_unlock(FSCACHE_COOKIE_NO_DATA_YET, &cookie->flags);
-@@ -539,7 +539,7 @@ void fscache_obtained_object(struct fscache_object *object)
+@@ -550,7 +550,7 @@ void fscache_obtained_object(struct fscache_object *object)
clear_bit_unlock(FSCACHE_COOKIE_LOOKING_UP, &cookie->flags);
wake_up_bit(&cookie->flags, FSCACHE_COOKIE_LOOKING_UP);
} else {
@@ -76407,7 +78128,7 @@ index da032da..0076ce7 100644
}
set_bit(FSCACHE_OBJECT_IS_AVAILABLE, &object->flags);
-@@ -575,7 +575,7 @@ static const struct fscache_state *fscache_object_available(struct fscache_objec
+@@ -586,7 +586,7 @@ static const struct fscache_state *fscache_object_available(struct fscache_objec
fscache_stat_d(&fscache_n_cop_lookup_complete);
fscache_hist(fscache_obj_instantiate_histogram, object->lookup_jif);
@@ -76416,7 +78137,7 @@ index da032da..0076ce7 100644
_leave("");
return transit_to(JUMPSTART_DEPS);
-@@ -722,7 +722,7 @@ static const struct fscache_state *fscache_drop_object(struct fscache_object *ob
+@@ -735,7 +735,7 @@ static const struct fscache_state *fscache_drop_object(struct fscache_object *ob
/* this just shifts the object release to the work processor */
fscache_put_object(object);
@@ -76425,7 +78146,7 @@ index da032da..0076ce7 100644
_leave("");
return transit_to(OBJECT_DEAD);
-@@ -887,7 +887,7 @@ enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
+@@ -900,7 +900,7 @@ enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
enum fscache_checkaux result;
if (!object->cookie->def->check_aux) {
@@ -76434,7 +78155,7 @@ index da032da..0076ce7 100644
return FSCACHE_CHECKAUX_OKAY;
}
-@@ -896,17 +896,17 @@ enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
+@@ -909,17 +909,17 @@ enum fscache_checkaux fscache_check_aux(struct fscache_object *object,
switch (result) {
/* entry okay as is */
case FSCACHE_CHECKAUX_OKAY:
@@ -76455,7 +78176,7 @@ index da032da..0076ce7 100644
break;
default:
-@@ -993,7 +993,7 @@ static const struct fscache_state *fscache_invalidate_object(struct fscache_obje
+@@ -1007,7 +1007,7 @@ static const struct fscache_state *fscache_invalidate_object(struct fscache_obje
{
const struct fscache_state *s;
@@ -76464,7 +78185,7 @@ index da032da..0076ce7 100644
fscache_stat(&fscache_n_cop_invalidate_object);
s = _fscache_invalidate_object(object, event);
fscache_stat_d(&fscache_n_cop_invalidate_object);
-@@ -1008,7 +1008,7 @@ static const struct fscache_state *fscache_update_object(struct fscache_object *
+@@ -1022,7 +1022,7 @@ static const struct fscache_state *fscache_update_object(struct fscache_object *
{
_enter("{OBJ%x},%d", object->debug_id, event);
@@ -76474,7 +78195,7 @@ index da032da..0076ce7 100644
object->cache->ops->update_object(object);
fscache_stat_d(&fscache_n_cop_update_object);
diff --git a/fs/fscache/operation.c b/fs/fscache/operation.c
-index e7b87a0..a85d47a 100644
+index de67745..6a3a9b6 100644
--- a/fs/fscache/operation.c
+++ b/fs/fscache/operation.c
@@ -17,7 +17,7 @@
@@ -76485,8 +78206,23 @@ index e7b87a0..a85d47a 100644
+atomic_unchecked_t fscache_op_debug_id;
EXPORT_SYMBOL(fscache_op_debug_id);
- /**
-@@ -39,7 +39,7 @@ void fscache_enqueue_operation(struct fscache_operation *op)
+ static void fscache_operation_dummy_cancel(struct fscache_operation *op)
+@@ -40,12 +40,12 @@ void fscache_operation_init(struct fscache_operation *op,
+ INIT_WORK(&op->work, fscache_op_work_func);
+ atomic_set(&op->usage, 1);
+ op->state = FSCACHE_OP_ST_INITIALISED;
+- op->debug_id = atomic_inc_return(&fscache_op_debug_id);
++ op->debug_id = atomic_inc_return_unchecked(&fscache_op_debug_id);
+ op->processor = processor;
+ op->cancel = cancel ?: fscache_operation_dummy_cancel;
+ op->release = release;
+ INIT_LIST_HEAD(&op->pend_link);
+- fscache_stat(&fscache_n_op_initialised);
++ fscache_stat_unchecked(&fscache_n_op_initialised);
+ }
+ EXPORT_SYMBOL(fscache_operation_init);
+
+@@ -68,7 +68,7 @@ void fscache_enqueue_operation(struct fscache_operation *op)
ASSERTCMP(atomic_read(&op->usage), >, 0);
ASSERTCMP(op->state, ==, FSCACHE_OP_ST_IN_PROGRESS);
@@ -76495,7 +78231,7 @@ index e7b87a0..a85d47a 100644
switch (op->flags & FSCACHE_OP_TYPE) {
case FSCACHE_OP_ASYNC:
_debug("queue async");
-@@ -72,7 +72,7 @@ static void fscache_run_op(struct fscache_object *object,
+@@ -101,7 +101,7 @@ static void fscache_run_op(struct fscache_object *object,
wake_up_bit(&op->flags, FSCACHE_OP_WAITING);
if (op->processor)
fscache_enqueue_operation(op);
@@ -76504,7 +78240,16 @@ index e7b87a0..a85d47a 100644
}
/*
-@@ -104,11 +104,11 @@ int fscache_submit_exclusive_op(struct fscache_object *object,
+@@ -169,7 +169,7 @@ int fscache_submit_exclusive_op(struct fscache_object *object,
+ op->state = FSCACHE_OP_ST_PENDING;
+ flags = READ_ONCE(object->flags);
+ if (unlikely(!(flags & BIT(FSCACHE_OBJECT_IS_LIVE)))) {
+- fscache_stat(&fscache_n_op_rejected);
++ fscache_stat_unchecked(&fscache_n_op_rejected);
+ op->cancel(op);
+ op->state = FSCACHE_OP_ST_CANCELLED;
+ ret = -ENOBUFS;
+@@ -185,11 +185,11 @@ int fscache_submit_exclusive_op(struct fscache_object *object,
if (object->n_in_progress > 0) {
atomic_inc(&op->usage);
list_add_tail(&op->pend_link, &object->pending_ops);
@@ -76518,16 +78263,25 @@ index e7b87a0..a85d47a 100644
fscache_start_operations(object);
} else {
ASSERTCMP(object->n_in_progress, ==, 0);
-@@ -124,7 +124,7 @@ int fscache_submit_exclusive_op(struct fscache_object *object,
+@@ -205,7 +205,7 @@ int fscache_submit_exclusive_op(struct fscache_object *object,
object->n_exclusive++; /* reads and writes must wait */
atomic_inc(&op->usage);
list_add_tail(&op->pend_link, &object->pending_ops);
- fscache_stat(&fscache_n_op_pend);
+ fscache_stat_unchecked(&fscache_n_op_pend);
ret = 0;
- } else {
- /* If we're in any other state, there must have been an I/O
-@@ -211,11 +211,11 @@ int fscache_submit_op(struct fscache_object *object,
+ } else if (flags & BIT(FSCACHE_OBJECT_KILLED_BY_CACHE)) {
+ op->cancel(op);
+@@ -254,7 +254,7 @@ int fscache_submit_op(struct fscache_object *object,
+ op->state = FSCACHE_OP_ST_PENDING;
+ flags = READ_ONCE(object->flags);
+ if (unlikely(!(flags & BIT(FSCACHE_OBJECT_IS_LIVE)))) {
+- fscache_stat(&fscache_n_op_rejected);
++ fscache_stat_unchecked(&fscache_n_op_rejected);
+ op->cancel(op);
+ op->state = FSCACHE_OP_ST_CANCELLED;
+ ret = -ENOBUFS;
+@@ -269,11 +269,11 @@ int fscache_submit_op(struct fscache_object *object,
if (object->n_exclusive > 0) {
atomic_inc(&op->usage);
list_add_tail(&op->pend_link, &object->pending_ops);
@@ -76541,29 +78295,34 @@ index e7b87a0..a85d47a 100644
fscache_start_operations(object);
} else {
ASSERTCMP(object->n_exclusive, ==, 0);
-@@ -227,10 +227,10 @@ int fscache_submit_op(struct fscache_object *object,
+@@ -285,7 +285,7 @@ int fscache_submit_op(struct fscache_object *object,
object->n_ops++;
atomic_inc(&op->usage);
list_add_tail(&op->pend_link, &object->pending_ops);
- fscache_stat(&fscache_n_op_pend);
+ fscache_stat_unchecked(&fscache_n_op_pend);
ret = 0;
- } else if (fscache_object_is_dying(object)) {
-- fscache_stat(&fscache_n_op_rejected);
-+ fscache_stat_unchecked(&fscache_n_op_rejected);
+ } else if (flags & BIT(FSCACHE_OBJECT_KILLED_BY_CACHE)) {
+ op->cancel(op);
+@@ -369,7 +369,7 @@ int fscache_cancel_op(struct fscache_operation *op,
+ list_del_init(&op->pend_link);
+ put = true;
+
+- fscache_stat(&fscache_n_op_cancelled);
++ fscache_stat_unchecked(&fscache_n_op_cancelled);
+ op->cancel(op);
op->state = FSCACHE_OP_ST_CANCELLED;
- ret = -ENOBUFS;
- } else if (!test_bit(FSCACHE_IOERROR, &object->cache->flags)) {
-@@ -309,7 +309,7 @@ int fscache_cancel_op(struct fscache_operation *op,
- ret = -EBUSY;
- if (op->state == FSCACHE_OP_ST_PENDING) {
- ASSERT(!list_empty(&op->pend_link));
+ if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags))
+@@ -385,7 +385,7 @@ int fscache_cancel_op(struct fscache_operation *op,
+ if (object->n_in_progress == 0)
+ fscache_start_operations(object);
+
- fscache_stat(&fscache_n_op_cancelled);
+ fscache_stat_unchecked(&fscache_n_op_cancelled);
- list_del_init(&op->pend_link);
- if (do_cancel)
- do_cancel(op);
-@@ -341,7 +341,7 @@ void fscache_cancel_all_ops(struct fscache_object *object)
+ op->cancel(op);
+ op->state = FSCACHE_OP_ST_CANCELLED;
+ if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags))
+@@ -416,7 +416,7 @@ void fscache_cancel_all_ops(struct fscache_object *object)
while (!list_empty(&object->pending_ops)) {
op = list_entry(object->pending_ops.next,
struct fscache_operation, pend_link);
@@ -76572,25 +78331,25 @@ index e7b87a0..a85d47a 100644
list_del_init(&op->pend_link);
ASSERTCMP(op->state, ==, FSCACHE_OP_ST_PENDING);
-@@ -413,7 +413,7 @@ void fscache_put_operation(struct fscache_operation *op)
+@@ -493,7 +493,7 @@ void fscache_put_operation(struct fscache_operation *op)
+ op->state != FSCACHE_OP_ST_COMPLETE,
op->state, ==, FSCACHE_OP_ST_CANCELLED);
- op->state = FSCACHE_OP_ST_DEAD;
- fscache_stat(&fscache_n_op_release);
+ fscache_stat_unchecked(&fscache_n_op_release);
if (op->release) {
op->release(op);
-@@ -432,7 +432,7 @@ void fscache_put_operation(struct fscache_operation *op)
- * lock, and defer it otherwise */
- if (!spin_trylock(&object->lock)) {
- _debug("defer put");
-- fscache_stat(&fscache_n_op_deferred_release);
-+ fscache_stat_unchecked(&fscache_n_op_deferred_release);
+@@ -513,7 +513,7 @@ void fscache_put_operation(struct fscache_operation *op)
+ * lock, and defer it otherwise */
+ if (!spin_trylock(&object->lock)) {
+ _debug("defer put");
+- fscache_stat(&fscache_n_op_deferred_release);
++ fscache_stat_unchecked(&fscache_n_op_deferred_release);
- cache = object->cache;
- spin_lock(&cache->op_gc_list_lock);
-@@ -485,7 +485,7 @@ void fscache_operation_gc(struct work_struct *work)
+ cache = object->cache;
+ spin_lock(&cache->op_gc_list_lock);
+@@ -567,7 +567,7 @@ void fscache_operation_gc(struct work_struct *work)
_debug("GC DEFERRED REL OBJ%x OP%x",
object->debug_id, op->debug_id);
@@ -76600,7 +78359,7 @@ index e7b87a0..a85d47a 100644
ASSERTCMP(atomic_read(&op->usage), ==, 0);
ASSERTCMP(op->state, ==, FSCACHE_OP_ST_DEAD);
diff --git a/fs/fscache/page.c b/fs/fscache/page.c
-index de33b3f..8be4d29 100644
+index 483bbc6..ba36737 100644
--- a/fs/fscache/page.c
+++ b/fs/fscache/page.c
@@ -74,7 +74,7 @@ try_again:
@@ -76683,7 +78442,7 @@ index de33b3f..8be4d29 100644
_leave(" = 0");
return 0;
@@ -242,7 +242,7 @@ nobufs:
- kfree(op);
+ fscache_put_operation(op);
if (wake_cookie)
__fscache_wake_unused_cookie(cookie);
- fscache_stat(&fscache_n_attr_changed_nobufs);
@@ -76691,7 +78450,7 @@ index de33b3f..8be4d29 100644
_leave(" = %d", -ENOBUFS);
return -ENOBUFS;
}
-@@ -281,7 +281,7 @@ static struct fscache_retrieval *fscache_alloc_retrieval(
+@@ -293,7 +293,7 @@ static struct fscache_retrieval *fscache_alloc_retrieval(
/* allocate a retrieval operation and attempt to submit it */
op = kzalloc(sizeof(*op), GFP_NOIO);
if (!op) {
@@ -76700,7 +78459,7 @@ index de33b3f..8be4d29 100644
return NULL;
}
-@@ -311,12 +311,12 @@ int fscache_wait_for_deferred_lookup(struct fscache_cookie *cookie)
+@@ -332,12 +332,12 @@ int fscache_wait_for_deferred_lookup(struct fscache_cookie *cookie)
return 0;
}
@@ -76715,18 +78474,18 @@ index de33b3f..8be4d29 100644
_leave(" = -ERESTARTSYS");
return -ERESTARTSYS;
}
-@@ -345,8 +345,8 @@ static void fscache_do_cancel_retrieval(struct fscache_operation *_op)
+@@ -355,8 +355,8 @@ int fscache_wait_for_deferred_lookup(struct fscache_cookie *cookie)
*/
int fscache_wait_for_operation_activation(struct fscache_object *object,
struct fscache_operation *op,
- atomic_t *stat_op_waits,
-- atomic_t *stat_object_dead,
+- atomic_t *stat_object_dead)
+ atomic_unchecked_t *stat_op_waits,
-+ atomic_unchecked_t *stat_object_dead,
- void (*do_cancel)(struct fscache_operation *))
++ atomic_unchecked_t *stat_object_dead)
{
int ret;
-@@ -356,7 +356,7 @@ int fscache_wait_for_operation_activation(struct fscache_object *object,
+
+@@ -365,7 +365,7 @@ int fscache_wait_for_operation_activation(struct fscache_object *object,
_debug(">>> WT");
if (stat_op_waits)
@@ -76734,8 +78493,8 @@ index de33b3f..8be4d29 100644
+ fscache_stat_unchecked(stat_op_waits);
if (wait_on_bit(&op->flags, FSCACHE_OP_WAITING,
TASK_INTERRUPTIBLE) != 0) {
- ret = fscache_cancel_op(op, do_cancel);
-@@ -373,7 +373,7 @@ int fscache_wait_for_operation_activation(struct fscache_object *object,
+ ret = fscache_cancel_op(op, false);
+@@ -382,7 +382,7 @@ int fscache_wait_for_operation_activation(struct fscache_object *object,
check_if_dead:
if (op->state == FSCACHE_OP_ST_CANCELLED) {
if (stat_object_dead)
@@ -76744,16 +78503,16 @@ index de33b3f..8be4d29 100644
_leave(" = -ENOBUFS [cancelled]");
return -ENOBUFS;
}
-@@ -381,7 +381,7 @@ check_if_dead:
- pr_err("%s() = -ENOBUFS [obj dead %d]\n", __func__, op->state);
- fscache_cancel_op(op, do_cancel);
+@@ -391,7 +391,7 @@ check_if_dead:
+ enum fscache_operation_state state = op->state;
+ fscache_cancel_op(op, true);
if (stat_object_dead)
- fscache_stat(stat_object_dead);
+ fscache_stat_unchecked(stat_object_dead);
+ _leave(" = -ENOBUFS [obj dead %d]", state);
return -ENOBUFS;
}
- return 0;
-@@ -409,7 +409,7 @@ int __fscache_read_or_alloc_page(struct fscache_cookie *cookie,
+@@ -420,7 +420,7 @@ int __fscache_read_or_alloc_page(struct fscache_cookie *cookie,
_enter("%p,%p,,,", cookie, page);
@@ -76762,16 +78521,16 @@ index de33b3f..8be4d29 100644
if (hlist_empty(&cookie->backing_objects))
goto nobufs;
-@@ -451,7 +451,7 @@ int __fscache_read_or_alloc_page(struct fscache_cookie *cookie,
+@@ -462,7 +462,7 @@ int __fscache_read_or_alloc_page(struct fscache_cookie *cookie,
goto nobufs_unlock_dec;
spin_unlock(&cookie->lock);
- fscache_stat(&fscache_n_retrieval_ops);
+ fscache_stat_unchecked(&fscache_n_retrieval_ops);
- /* pin the netfs read context in case we need to do the actual netfs
- * read because we've encountered a cache read failure */
-@@ -482,15 +482,15 @@ int __fscache_read_or_alloc_page(struct fscache_cookie *cookie,
+ /* we wait for the operation to become active, and then process it
+ * *here*, in this thread, and not in the thread pool */
+@@ -488,15 +488,15 @@ int __fscache_read_or_alloc_page(struct fscache_cookie *cookie,
error:
if (ret == -ENOMEM)
@@ -76792,16 +78551,16 @@ index de33b3f..8be4d29 100644
fscache_put_retrieval(op);
_leave(" = %d", ret);
-@@ -505,7 +505,7 @@ nobufs_unlock:
+@@ -511,7 +511,7 @@ nobufs_unlock:
__fscache_wake_unused_cookie(cookie);
- kfree(op);
+ fscache_put_retrieval(op);
nobufs:
- fscache_stat(&fscache_n_retrievals_nobufs);
+ fscache_stat_unchecked(&fscache_n_retrievals_nobufs);
_leave(" = -ENOBUFS");
return -ENOBUFS;
}
-@@ -544,7 +544,7 @@ int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie,
+@@ -550,7 +550,7 @@ int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie,
_enter("%p,,%d,,,", cookie, *nr_pages);
@@ -76810,16 +78569,16 @@ index de33b3f..8be4d29 100644
if (hlist_empty(&cookie->backing_objects))
goto nobufs;
-@@ -582,7 +582,7 @@ int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie,
+@@ -588,7 +588,7 @@ int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie,
goto nobufs_unlock_dec;
spin_unlock(&cookie->lock);
- fscache_stat(&fscache_n_retrieval_ops);
+ fscache_stat_unchecked(&fscache_n_retrieval_ops);
- /* pin the netfs read context in case we need to do the actual netfs
- * read because we've encountered a cache read failure */
-@@ -613,15 +613,15 @@ int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie,
+ /* we wait for the operation to become active, and then process it
+ * *here*, in this thread, and not in the thread pool */
+@@ -614,15 +614,15 @@ int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie,
error:
if (ret == -ENOMEM)
@@ -76840,7 +78599,7 @@ index de33b3f..8be4d29 100644
fscache_put_retrieval(op);
_leave(" = %d", ret);
-@@ -636,7 +636,7 @@ nobufs_unlock:
+@@ -637,7 +637,7 @@ nobufs_unlock:
if (wake_cookie)
__fscache_wake_unused_cookie(cookie);
nobufs:
@@ -76849,7 +78608,7 @@ index de33b3f..8be4d29 100644
_leave(" = -ENOBUFS");
return -ENOBUFS;
}
-@@ -661,7 +661,7 @@ int __fscache_alloc_page(struct fscache_cookie *cookie,
+@@ -662,7 +662,7 @@ int __fscache_alloc_page(struct fscache_cookie *cookie,
_enter("%p,%p,,,", cookie, page);
@@ -76858,7 +78617,7 @@ index de33b3f..8be4d29 100644
if (hlist_empty(&cookie->backing_objects))
goto nobufs;
-@@ -695,7 +695,7 @@ int __fscache_alloc_page(struct fscache_cookie *cookie,
+@@ -696,7 +696,7 @@ int __fscache_alloc_page(struct fscache_cookie *cookie,
goto nobufs_unlock_dec;
spin_unlock(&cookie->lock);
@@ -76958,14 +78717,14 @@ index de33b3f..8be4d29 100644
spin_unlock(&object->lock);
spin_unlock(&cookie->lock);
radix_tree_preload_end();
- kfree(op);
+ fscache_put_operation(&op->op);
- fscache_stat(&fscache_n_stores_ok);
+ fscache_stat_unchecked(&fscache_n_stores_ok);
_leave(" = 0");
return 0;
@@ -1039,14 +1039,14 @@ nobufs:
- kfree(op);
+ fscache_put_operation(&op->op);
if (wake_cookie)
__fscache_wake_unused_cookie(cookie);
- fscache_stat(&fscache_n_stores_nobufs);
@@ -76974,7 +78733,7 @@ index de33b3f..8be4d29 100644
return -ENOBUFS;
nomem_free:
- kfree(op);
+ fscache_put_operation(&op->op);
nomem:
- fscache_stat(&fscache_n_stores_oom);
+ fscache_stat_unchecked(&fscache_n_stores_oom);
@@ -77000,10 +78759,10 @@ index de33b3f..8be4d29 100644
_debug("- mark %p{%lx}", page, page->index);
diff --git a/fs/fscache/stats.c b/fs/fscache/stats.c
-index 40d13c7..ddf52b9 100644
+index 7cfa0aa..d5ef97b7 100644
--- a/fs/fscache/stats.c
+++ b/fs/fscache/stats.c
-@@ -18,99 +18,99 @@
+@@ -18,100 +18,100 @@
/*
* operation counters
*/
@@ -77012,6 +78771,7 @@ index 40d13c7..ddf52b9 100644
-atomic_t fscache_n_op_enqueue;
-atomic_t fscache_n_op_requeue;
-atomic_t fscache_n_op_deferred_release;
+-atomic_t fscache_n_op_initialised;
-atomic_t fscache_n_op_release;
-atomic_t fscache_n_op_gc;
-atomic_t fscache_n_op_cancelled;
@@ -77021,6 +78781,7 @@ index 40d13c7..ddf52b9 100644
+atomic_unchecked_t fscache_n_op_enqueue;
+atomic_unchecked_t fscache_n_op_requeue;
+atomic_unchecked_t fscache_n_op_deferred_release;
++atomic_unchecked_t fscache_n_op_initialised;
+atomic_unchecked_t fscache_n_op_release;
+atomic_unchecked_t fscache_n_op_gc;
+atomic_unchecked_t fscache_n_op_cancelled;
@@ -77183,7 +78944,7 @@ index 40d13c7..ddf52b9 100644
atomic_t fscache_n_cop_alloc_object;
atomic_t fscache_n_cop_lookup_object;
-@@ -138,118 +138,118 @@ static int fscache_stats_show(struct seq_file *m, void *v)
+@@ -144,119 +144,119 @@ static int fscache_stats_show(struct seq_file *m, void *v)
seq_puts(m, "FS-Cache statistics\n");
seq_printf(m, "Cookies: idx=%u dat=%u spc=%u\n",
@@ -77371,10 +79132,12 @@ index 40d13c7..ddf52b9 100644
+ atomic_read_unchecked(&fscache_n_op_enqueue),
+ atomic_read_unchecked(&fscache_n_op_cancelled),
+ atomic_read_unchecked(&fscache_n_op_rejected));
- seq_printf(m, "Ops : dfr=%u rel=%u gc=%u\n",
+ seq_printf(m, "Ops : ini=%u dfr=%u rel=%u gc=%u\n",
+- atomic_read(&fscache_n_op_initialised),
- atomic_read(&fscache_n_op_deferred_release),
- atomic_read(&fscache_n_op_release),
- atomic_read(&fscache_n_op_gc));
++ atomic_read_unchecked(&fscache_n_op_initialised),
+ atomic_read_unchecked(&fscache_n_op_deferred_release),
+ atomic_read_unchecked(&fscache_n_op_release),
+ atomic_read_unchecked(&fscache_n_op_gc));
@@ -77382,10 +79145,10 @@ index 40d13c7..ddf52b9 100644
seq_printf(m, "CacheOp: alo=%d luo=%d luc=%d gro=%d\n",
atomic_read(&fscache_n_cop_alloc_object),
diff --git a/fs/fuse/cuse.c b/fs/fuse/cuse.c
-index e5bbf74..9bfdaf3 100644
+index eae2c11..b277a45 100644
--- a/fs/fuse/cuse.c
+++ b/fs/fuse/cuse.c
-@@ -602,10 +602,12 @@ static int __init cuse_init(void)
+@@ -609,10 +609,12 @@ static int __init cuse_init(void)
INIT_LIST_HEAD(&cuse_conntbl[i]);
/* inherit and extend fuse_dev_operations */
@@ -77403,10 +79166,10 @@ index e5bbf74..9bfdaf3 100644
cuse_class = class_create(THIS_MODULE, "cuse");
if (IS_ERR(cuse_class))
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
-index c8b68ab..97190db 100644
+index ebb5e37..beae05b 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
-@@ -1398,7 +1398,7 @@ static ssize_t fuse_dev_splice_read(struct file *in, loff_t *ppos,
+@@ -1390,7 +1390,7 @@ static ssize_t fuse_dev_splice_read(struct file *in, loff_t *ppos,
ret = 0;
pipe_lock(pipe);
@@ -77415,7 +79178,7 @@ index c8b68ab..97190db 100644
send_sig(SIGPIPE, current, 0);
if (!ret)
ret = -EPIPE;
-@@ -1427,7 +1427,7 @@ static ssize_t fuse_dev_splice_read(struct file *in, loff_t *ppos,
+@@ -1419,7 +1419,7 @@ static ssize_t fuse_dev_splice_read(struct file *in, loff_t *ppos,
page_nr++;
ret += buf->len;
@@ -77424,21 +79187,8 @@ index c8b68ab..97190db 100644
do_wakeup = 1;
}
-diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c
-index 0572bca..cb9c3fa 100644
---- a/fs/fuse/dir.c
-+++ b/fs/fuse/dir.c
-@@ -1394,7 +1394,7 @@ static char *read_link(struct dentry *dentry)
- return link;
- }
-
--static void free_link(char *link)
-+static void free_link(const char *link)
- {
- if (!IS_ERR(link))
- free_page((unsigned long) link);
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c
-index 0fa8062..755b198 100644
+index a38e38f..6dbdcf6 100644
--- a/fs/gfs2/glock.c
+++ b/fs/gfs2/glock.c
@@ -385,9 +385,9 @@ static void state_change(struct gfs2_glock *gl, unsigned int new_state)
@@ -77486,7 +79236,7 @@ index 0fa8062..755b198 100644
}
run_queue(gl, 1);
spin_unlock(&gl->gl_spin);
-@@ -1325,7 +1325,7 @@ void gfs2_glock_complete(struct gfs2_glock *gl, int ret)
+@@ -1326,7 +1326,7 @@ void gfs2_glock_complete(struct gfs2_glock *gl, int ret)
}
}
@@ -77495,7 +79245,7 @@ index 0fa8062..755b198 100644
set_bit(GLF_REPLY_PENDING, &gl->gl_flags);
spin_unlock(&gl->gl_spin);
-@@ -1384,12 +1384,12 @@ add_back_to_lru:
+@@ -1385,12 +1385,12 @@ add_back_to_lru:
goto add_back_to_lru;
}
clear_bit(GLF_LRU, &gl->gl_flags);
@@ -77510,7 +79260,7 @@ index 0fa8062..755b198 100644
spin_unlock(&gl->gl_spin);
cond_resched_lock(&lru_lock);
}
-@@ -1719,7 +1719,7 @@ void gfs2_dump_glock(struct seq_file *seq, const struct gfs2_glock *gl)
+@@ -1720,7 +1720,7 @@ void gfs2_dump_glock(struct seq_file *seq, const struct gfs2_glock *gl)
state2str(gl->gl_demote_state), dtime,
atomic_read(&gl->gl_ail_count),
atomic_read(&gl->gl_revokes),
@@ -77520,10 +79270,10 @@ index 0fa8062..755b198 100644
list_for_each_entry(gh, &gl->gl_holders, gh_list)
dump_holder(seq, gh);
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c
-index fe91951..ce38a6e 100644
+index fa3fa5e..9fe2272 100644
--- a/fs/gfs2/glops.c
+++ b/fs/gfs2/glops.c
-@@ -544,9 +544,9 @@ static void iopen_go_callback(struct gfs2_glock *gl, bool remote)
+@@ -552,9 +552,9 @@ static void iopen_go_callback(struct gfs2_glock *gl, bool remote)
if (gl->gl_demote_state == LM_ST_UNLOCKED &&
gl->gl_state == LM_ST_SHARED && ip) {
@@ -77536,7 +79286,7 @@ index fe91951..ce38a6e 100644
}
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
-index e3065cb..45e7117 100644
+index 9b61f92..ab84778 100644
--- a/fs/gfs2/quota.c
+++ b/fs/gfs2/quota.c
@@ -154,7 +154,7 @@ static enum lru_status gfs2_qd_isolate(struct list_head *item,
@@ -77566,24 +79316,11 @@ index e3065cb..45e7117 100644
list_lru_add(&gfs2_qd_lru, &qd->qd_lru);
spin_unlock(&qd->qd_lockref.lock);
-diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
-index 07d8d8f..2c2a4e7 100644
---- a/fs/hostfs/hostfs_kern.c
-+++ b/fs/hostfs/hostfs_kern.c
-@@ -918,7 +918,7 @@ static void *hostfs_follow_link(struct dentry *dentry, struct nameidata *nd)
-
- static void hostfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
- {
-- char *s = nd_get_link(nd);
-+ const char *s = nd_get_link(nd);
- if (!IS_ERR(s))
- __putname(s);
- }
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c
-index 87724c1..5a5e53f 100644
+index 973c24c..a3cbeb3 100644
--- a/fs/hugetlbfs/inode.c
+++ b/fs/hugetlbfs/inode.c
-@@ -151,6 +151,7 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
+@@ -150,6 +150,7 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
struct mm_struct *mm = current->mm;
struct vm_area_struct *vma;
struct hstate *h = hstate_file(file);
@@ -77591,7 +79328,7 @@ index 87724c1..5a5e53f 100644
struct vm_unmapped_area_info info;
if (len & ~huge_page_mask(h))
-@@ -164,17 +165,26 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
+@@ -163,17 +164,26 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
return addr;
}
@@ -77620,7 +79357,7 @@ index 87724c1..5a5e53f 100644
info.high_limit = TASK_SIZE;
info.align_mask = PAGE_MASK & ~huge_page_mask(h);
info.align_offset = 0;
-@@ -939,7 +949,7 @@ static struct file_system_type hugetlbfs_fs_type = {
+@@ -938,7 +948,7 @@ static struct file_system_type hugetlbfs_fs_type = {
};
MODULE_ALIAS_FS("hugetlbfs");
@@ -77630,10 +79367,10 @@ index 87724c1..5a5e53f 100644
static int can_do_hugetlb_shm(void)
{
diff --git a/fs/inode.c b/fs/inode.c
-index 6e342ca..0538cb7 100644
+index d30640f..9d909a7 100644
--- a/fs/inode.c
+++ b/fs/inode.c
-@@ -830,16 +830,20 @@ unsigned int get_next_ino(void)
+@@ -832,19 +832,19 @@ unsigned int get_next_ino(void)
unsigned int *p = &get_cpu_var(last_ino);
unsigned int res = *p;
@@ -77650,13 +79387,15 @@ index 6e342ca..0538cb7 100644
}
#endif
-- *p = ++res;
+- res++;
+- /* get_next_ino should not provide a 0 inode number */
+- if (unlikely(!res))
+- res++;
+ if (unlikely(!++res))
+ goto start; /* never zero */
-+ *p = res;
+ *p = res;
put_cpu_var(last_ino);
return res;
- }
diff --git a/fs/jffs2/erase.c b/fs/jffs2/erase.c
index 4a6cf28..d3a29d3 100644
--- a/fs/jffs2/erase.c
@@ -77725,7 +79464,7 @@ index 2d48d28..82eddad 100644
}
diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
-index 2bacb99..f745182 100644
+index 7247252..c73808e 100644
--- a/fs/kernfs/file.c
+++ b/fs/kernfs/file.c
@@ -34,7 +34,7 @@ static DEFINE_MUTEX(kernfs_open_file_mutex);
@@ -77789,7 +79528,7 @@ index 2bacb99..f745182 100644
init_waitqueue_head(&new_on->poll);
INIT_LIST_HEAD(&new_on->files);
goto retry;
-@@ -793,7 +793,7 @@ static unsigned int kernfs_fop_poll(struct file *filp, poll_table *wait)
+@@ -792,7 +792,7 @@ static unsigned int kernfs_fop_poll(struct file *filp, poll_table *wait)
kernfs_put_active(kn);
@@ -77798,7 +79537,7 @@ index 2bacb99..f745182 100644
goto trigger;
return DEFAULT_POLLMASK;
-@@ -824,7 +824,7 @@ repeat:
+@@ -823,7 +823,7 @@ repeat:
on = kn->attr.open;
if (on) {
@@ -77807,24 +79546,11 @@ index 2bacb99..f745182 100644
wake_up_interruptible(&on->poll);
}
-diff --git a/fs/kernfs/symlink.c b/fs/kernfs/symlink.c
-index 8a19889..4c3069a 100644
---- a/fs/kernfs/symlink.c
-+++ b/fs/kernfs/symlink.c
-@@ -128,7 +128,7 @@ static void *kernfs_iop_follow_link(struct dentry *dentry, struct nameidata *nd)
- static void kernfs_iop_put_link(struct dentry *dentry, struct nameidata *nd,
- void *cookie)
- {
-- char *page = nd_get_link(nd);
-+ const char *page = nd_get_link(nd);
- if (!IS_ERR(page))
- free_page((unsigned long)page);
- }
diff --git a/fs/libfs.c b/fs/libfs.c
-index 0281359..24971ac 100644
+index c7cbfb0..fc3636d4 100644
--- a/fs/libfs.c
+++ b/fs/libfs.c
-@@ -160,6 +160,9 @@ int dcache_readdir(struct file *file, struct dir_context *ctx)
+@@ -155,6 +155,9 @@ int dcache_readdir(struct file *file, struct dir_context *ctx)
for (p = q->next; p != &dentry->d_subdirs; p = p->next) {
struct dentry *next = list_entry(p, struct dentry, d_child);
@@ -77834,7 +79560,7 @@ index 0281359..24971ac 100644
spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED);
if (!simple_positive(next)) {
spin_unlock(&next->d_lock);
-@@ -168,7 +171,12 @@ int dcache_readdir(struct file *file, struct dir_context *ctx)
+@@ -163,7 +166,12 @@ int dcache_readdir(struct file *file, struct dir_context *ctx)
spin_unlock(&next->d_lock);
spin_unlock(&dentry->d_lock);
@@ -77848,15 +79574,6 @@ index 0281359..24971ac 100644
d_inode(next)->i_ino, dt_type(d_inode(next))))
return 0;
spin_lock(&dentry->d_lock);
-@@ -1027,7 +1035,7 @@ EXPORT_SYMBOL(noop_fsync);
- void kfree_put_link(struct dentry *dentry, struct nameidata *nd,
- void *cookie)
- {
-- char *s = nd_get_link(nd);
-+ const char *s = nd_get_link(nd);
- if (!IS_ERR(s))
- kfree(s);
- }
diff --git a/fs/lockd/clntproc.c b/fs/lockd/clntproc.c
index acd3947..1f896e2 100644
--- a/fs/lockd/clntproc.c
@@ -77876,7 +79593,7 @@ index acd3947..1f896e2 100644
memcpy(c->data, &cookie, 4);
c->len=4;
diff --git a/fs/mount.h b/fs/mount.h
-index 6a61c2b..bd79179 100644
+index 14db05d..687f6d8 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -13,7 +13,7 @@ struct mnt_namespace {
@@ -77898,7 +79615,7 @@ index 6a61c2b..bd79179 100644
#define MNT_NS_INTERNAL ERR_PTR(-EINVAL) /* distinct from any mnt_namespace */
diff --git a/fs/namei.c b/fs/namei.c
-index fe30d3b..57656a7 100644
+index 1c2105e..79d9ccb 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -336,17 +336,32 @@ int generic_permission(struct inode *inode, int mask)
@@ -77953,71 +79670,143 @@ index fe30d3b..57656a7 100644
return -EACCES;
}
EXPORT_SYMBOL(generic_permission);
-@@ -502,7 +509,7 @@ struct nameidata {
- int last_type;
- unsigned depth;
- struct file *base;
-- char *saved_names[MAX_NESTED_LINKS + 1];
-+ const char *saved_names[MAX_NESTED_LINKS + 1];
- };
-
- /*
-@@ -713,13 +720,13 @@ void nd_jump_link(struct nameidata *nd, struct path *path)
- nd->flags |= LOOKUP_JUMPED;
- }
+@@ -514,12 +521,35 @@ struct nameidata {
+ struct nameidata *saved;
+ unsigned root_seq;
+ int dfd;
+-};
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ struct path *symlinkown_stack;
++ struct path symlinkown_internal[EMBEDDED_LEVELS];
++ unsigned symlinkown_depth;
++ int symlinkown_enabled;
++#endif
++} __randomize_layout;
++
++static int gr_handle_nameidata_symlinkowner(const struct nameidata *nd, const struct inode *target)
++{
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ int i;
++
++ for (i = 0; i < nd->symlinkown_depth; i++) {
++ if (gr_handle_symlink_owner(&nd->symlinkown_stack[i], target))
++ return -EACCES;
++ }
++#endif
++ return 0;
++}
--void nd_set_link(struct nameidata *nd, char *path)
-+void nd_set_link(struct nameidata *nd, const char *path)
+ static void set_nameidata(struct nameidata *p, int dfd, struct filename *name)
{
- nd->saved_names[nd->depth] = path;
+ struct nameidata *old = current->nameidata;
+ p->stack = p->internal;
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ p->symlinkown_stack = p->symlinkown_internal;
++ p->symlinkown_enabled = -1;
++#endif
+ p->dfd = dfd;
+ p->name = name;
+ p->total_link_count = old ? old->total_link_count : 0;
+@@ -538,6 +568,12 @@ static void restore_nameidata(void)
+ kfree(now->stack);
+ now->stack = now->internal;
+ }
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ if (now->symlinkown_stack != now->symlinkown_internal) {
++ kfree(now->symlinkown_stack);
++ now->symlinkown_stack = now->symlinkown_internal;
++ }
++#endif
}
- EXPORT_SYMBOL(nd_set_link);
--char *nd_get_link(struct nameidata *nd)
-+const char *nd_get_link(const struct nameidata *nd)
- {
- return nd->saved_names[nd->depth];
+ static int __nd_alloc_stack(struct nameidata *nd)
+@@ -557,11 +593,36 @@ static int __nd_alloc_stack(struct nameidata *nd)
+ }
+ memcpy(p, nd->internal, sizeof(nd->internal));
+ nd->stack = p;
++
+ return 0;
}
-@@ -766,7 +773,7 @@ static inline int may_follow_link(struct path *link, struct nameidata *nd)
- return 0;
-
- /* Allowed if parent directory not sticky and world-writable. */
-- parent = nd->path.dentry->d_inode;
-+ parent = nd->inode;
- if ((parent->i_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH))
- return 0;
-@@ -854,7 +861,7 @@ follow_link(struct path *link, struct nameidata *nd, void **p)
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++static int nd_alloc_symlinkown_stack(struct nameidata *nd)
++{
++ struct path *p;
++
++ if (likely(nd->symlinkown_depth != EMBEDDED_LEVELS))
++ return 0;
++ if (nd->symlinkown_stack != nd->symlinkown_internal)
++ return 0;
++
++ p = kmalloc(MAXSYMLINKS * sizeof(struct path), GFP_KERNEL);
++ if (unlikely(!p))
++ return -ENOMEM;
++ memcpy(p, nd->symlinkown_internal, sizeof(nd->symlinkown_internal));
++ nd->symlinkown_stack = p;
++ return 0;
++}
++#endif
++
+ static inline int nd_alloc_stack(struct nameidata *nd)
{
- struct dentry *dentry = link->dentry;
- int error;
-- char *s;
-+ const char *s;
-
- BUG_ON(nd->flags & LOOKUP_RCU);
-
-@@ -875,6 +882,11 @@ follow_link(struct path *link, struct nameidata *nd, void **p)
- if (error)
- goto out_put_nd_path;
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ if (nd->flags & LOOKUP_RCU)
++ return -ECHILD;
++#endif
++
+ if (likely(nd->depth != EMBEDDED_LEVELS))
+ return 0;
+ if (likely(nd->stack != nd->internal))
+@@ -590,6 +651,14 @@ static void terminate_walk(struct nameidata *nd)
+ path_put(&nd->path);
+ for (i = 0; i < nd->depth; i++)
+ path_put(&nd->stack[i].link);
++
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ /* we'll only ever set our values in ref-walk mode */
++ for (i = 0; i < nd->symlinkown_depth; i++)
++ path_put(&nd->symlinkown_stack[i]);
++ nd->symlinkown_depth = 0;
++#endif
++
+ if (nd->root.mnt && !(nd->flags & LOOKUP_ROOT)) {
+ path_put(&nd->root);
+ nd->root.mnt = NULL;
+@@ -986,6 +1055,9 @@ const char *get_link(struct nameidata *nd)
+ if (unlikely(error))
+ return ERR_PTR(error);
-+ if (gr_handle_follow_link(dentry, nd->path.mnt)) {
-+ error = -EACCES;
-+ goto out_put_nd_path;
-+ }
++ if (gr_handle_follow_link(dentry, last->link.mnt))
++ return ERR_PTR(-EACCES);
+
nd->last_type = LAST_BIND;
- *p = dentry->d_inode->i_op->follow_link(dentry, nd);
- error = PTR_ERR(*p);
-@@ -1647,6 +1659,8 @@ static inline int nested_symlink(struct path *path, struct nameidata *nd)
- if (res)
- break;
- res = walk_component(nd, path, LOOKUP_FOLLOW);
-+ if (res >= 0 && gr_handle_symlink_owner(&link, nd->inode))
-+ res = -EACCES;
- put_link(nd, &link, cookie);
- } while (res > 0);
+ res = inode->i_link;
+ if (!res) {
+@@ -1665,6 +1737,23 @@ static int pick_link(struct nameidata *nd, struct path *link,
+ }
+ }
-@@ -1719,7 +1733,7 @@ EXPORT_SYMBOL(full_name_hash);
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ if (unlikely(nd->symlinkown_enabled == -1))
++ nd->symlinkown_enabled = gr_get_symlinkown_enabled();
++ if (nd->symlinkown_enabled && gr_is_global_nonroot(inode->i_uid)) {
++ struct path *symlinkownlast;
++ error = nd_alloc_symlinkown_stack(nd);
++ if (unlikely(error)) {
++ path_put(link);
++ return error;
++ }
++ symlinkownlast = nd->symlinkown_stack + nd->symlinkown_depth++;
++ symlinkownlast->dentry = link->dentry;
++ symlinkownlast->mnt = link->mnt;
++ path_get(symlinkownlast);
++ }
++#endif
++
+ last = nd->stack + nd->depth++;
+ last->link = *link;
+ last->cookie = NULL;
+@@ -1804,7 +1893,7 @@ EXPORT_SYMBOL(full_name_hash);
static inline u64 hash_name(const char *name)
{
unsigned long a, b, adata, bdata, mask, hash, len;
@@ -78026,47 +79815,40 @@ index fe30d3b..57656a7 100644
hash = a = 0;
len = -sizeof(unsigned long);
-@@ -2015,6 +2029,8 @@ static int path_lookupat(int dfd, const struct filename *name,
- if (err)
- break;
- err = lookup_last(nd, &path);
-+ if (!err && gr_handle_symlink_owner(&link, nd->inode))
-+ err = -EACCES;
- put_link(nd, &link, cookie);
- }
- }
-@@ -2022,6 +2038,13 @@ static int path_lookupat(int dfd, const struct filename *name,
+@@ -1973,6 +2062,9 @@ static const char *path_init(struct nameidata *nd, unsigned flags)
+ nd->flags = flags | LOOKUP_JUMPED | LOOKUP_PARENT;
+ nd->depth = 0;
+ nd->total_link_count = 0;
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ nd->symlinkown_depth = 0;
++#endif
+ if (flags & LOOKUP_ROOT) {
+ struct dentry *root = nd->root.dentry;
+ struct inode *inode = root->d_inode;
+@@ -2110,6 +2202,11 @@ static int path_lookupat(struct nameidata *nd, unsigned flags, struct path *path
if (!err)
err = complete_walk(nd);
+ if (!err && !(nd->flags & LOOKUP_PARENT)) {
-+ if (!gr_acl_handle_hidden_file(nd->path.dentry, nd->path.mnt)) {
-+ path_put(&nd->path);
++ if (!gr_acl_handle_hidden_file(nd->path.dentry, nd->path.mnt))
+ err = -ENOENT;
-+ }
+ }
+
- if (!err && nd->flags & LOOKUP_DIRECTORY) {
- if (!d_can_lookup(nd->path.dentry)) {
- path_put(&nd->path);
-@@ -2042,8 +2065,15 @@ static int filename_lookup(int dfd, struct filename *name,
- if (unlikely(retval == -ESTALE))
- retval = path_lookupat(dfd, name, flags | LOOKUP_REVAL, nd);
-
-- if (likely(!retval))
-+ if (likely(!retval)) {
- audit_inode(name, nd->path.dentry, flags & LOOKUP_PARENT);
-+ if (name->name[0] != '/' && nd->path.dentry && nd->inode) {
-+ if (!gr_chroot_fchdir(nd->path.dentry, nd->path.mnt)) {
-+ path_put(&nd->path);
-+ return -ENOENT;
-+ }
-+ }
-+ }
- return retval;
- }
-
-@@ -2621,6 +2651,13 @@ static int may_open(struct path *path, int acc_mode, int flag)
+ if (!err && nd->flags & LOOKUP_DIRECTORY)
+ if (!d_can_lookup(nd->path.dentry))
+ err = -ENOTDIR;
+@@ -2158,6 +2255,10 @@ static int path_parentat(struct nameidata *nd, unsigned flags,
+ err = link_path_walk(s, nd);
+ if (!err)
+ err = complete_walk(nd);
++
++ if (!err && gr_handle_nameidata_symlinkowner(nd, nd->inode))
++ err = -EACCES;
++
+ if (!err) {
+ *parent = nd->path;
+ nd->path.mnt = NULL;
+@@ -2689,6 +2790,13 @@ static int may_open(struct path *path, int acc_mode, int flag)
if (flag & O_NOATIME && !inode_owner_or_capable(inode))
return -EPERM;
@@ -78080,21 +79862,13 @@ index fe30d3b..57656a7 100644
return 0;
}
-@@ -2852,7 +2889,7 @@ looked_up:
- * cleared otherwise prior to returning.
- */
- static int lookup_open(struct nameidata *nd, struct path *path,
-- struct file *file,
-+ struct path *link, struct file *file,
- const struct open_flags *op,
- bool got_write, int *opened)
- {
-@@ -2887,6 +2924,17 @@ static int lookup_open(struct nameidata *nd, struct path *path,
+@@ -2955,6 +3063,18 @@ static int lookup_open(struct nameidata *nd, struct path *path,
/* Negative dentry, just create the file */
if (!dentry->d_inode && (op->open_flag & O_CREAT)) {
umode_t mode = op->mode;
+
-+ if (link && gr_handle_symlink_owner(link, dir->d_inode)) {
++
++ if (gr_handle_nameidata_symlinkowner(nd, dir_inode)) {
+ error = -EACCES;
+ goto out_dput;
+ }
@@ -78107,7 +79881,7 @@ index fe30d3b..57656a7 100644
if (!IS_POSIXACL(dir->d_inode))
mode &= ~current_umask();
/*
-@@ -2908,6 +2956,8 @@ static int lookup_open(struct nameidata *nd, struct path *path,
+@@ -2976,6 +3096,8 @@ static int lookup_open(struct nameidata *nd, struct path *path,
nd->flags & LOOKUP_EXCL);
if (error)
goto out_dput;
@@ -78116,83 +79890,55 @@ index fe30d3b..57656a7 100644
}
out_no_open:
path->dentry = dentry;
-@@ -2922,7 +2972,7 @@ out_dput:
- /*
- * Handle the last step of open()
- */
--static int do_last(struct nameidata *nd, struct path *path,
-+static int do_last(struct nameidata *nd, struct path *path, struct path *link,
- struct file *file, const struct open_flags *op,
- int *opened, struct filename *name)
- {
-@@ -2972,6 +3022,15 @@ static int do_last(struct nameidata *nd, struct path *path,
+@@ -3039,6 +3161,9 @@ static int do_last(struct nameidata *nd,
if (error)
return error;
-+ if (!gr_acl_handle_hidden_file(dir, nd->path.mnt)) {
-+ error = -ENOENT;
-+ goto out;
-+ }
-+ if (link && gr_handle_symlink_owner(link, nd->inode)) {
-+ error = -EACCES;
-+ goto out;
-+ }
++ if (!gr_acl_handle_hidden_file(dir, nd->path.mnt))
++ return -ENOENT;
+
- audit_inode(name, dir, LOOKUP_PARENT);
- error = -EISDIR;
+ audit_inode(nd->name, dir, LOOKUP_PARENT);
/* trailing slashes? */
-@@ -2991,7 +3050,7 @@ retry_lookup:
- */
- }
- mutex_lock(&dir->d_inode->i_mutex);
-- error = lookup_open(nd, path, file, op, got_write, opened);
-+ error = lookup_open(nd, path, link, file, op, got_write, opened);
- mutex_unlock(&dir->d_inode->i_mutex);
-
- if (error <= 0) {
-@@ -3015,11 +3074,28 @@ retry_lookup:
+ if (unlikely(nd->last.name[nd->last.len]))
+@@ -3081,11 +3206,24 @@ retry_lookup:
goto finish_open_created;
}
-+ if (!gr_acl_handle_hidden_file(path->dentry, nd->path.mnt)) {
-+ error = -ENOENT;
-+ goto exit_dput;
-+ }
-+ if (link && gr_handle_symlink_owner(link, path->dentry->d_inode)) {
-+ error = -EACCES;
-+ goto exit_dput;
++ if (!gr_acl_handle_hidden_file(path.dentry, nd->path.mnt)) {
++ path_to_nameidata(&path, nd);
++ return -ENOENT;
+ }
+
/*
* create/update audit record if it already exists.
*/
-- if (d_is_positive(path->dentry))
-+ if (d_is_positive(path->dentry)) {
+- if (d_is_positive(path.dentry))
++ if (d_is_positive(path.dentry)) {
+ /* only check if O_CREAT is specified, all other checks need to go
+ into may_open */
-+ if (gr_handle_fifo(path->dentry, path->mnt, dir, open_flag, acc_mode)) {
-+ error = -EACCES;
-+ goto exit_dput;
++ if (gr_handle_fifo(path.dentry, path.mnt, dir, open_flag, acc_mode)) {
++ path_to_nameidata(&path, nd);
++ return -EACCES;
+ }
+
- audit_inode(name, path->dentry, 0);
+ audit_inode(nd->name, path.dentry, 0);
+ }
/*
* If atomic_open() acquired write access it is dropped now due to
-@@ -3060,6 +3136,11 @@ finish_lookup:
- }
- }
- BUG_ON(inode != path->dentry->d_inode);
-+ /* if we're resolving a symlink to another symlink */
-+ if (link && gr_handle_symlink_owner(link, inode)) {
-+ error = -EACCES;
-+ goto out;
-+ }
- return 1;
- }
+@@ -3121,6 +3259,11 @@ finish_lookup:
+ if (unlikely(error))
+ return error;
-@@ -3079,7 +3160,18 @@ finish_open:
++ if (gr_handle_nameidata_symlinkowner(nd, inode)) {
++ path_to_nameidata(&path, nd);
++ return -EACCES;
++ }
++
+ if (unlikely(d_is_symlink(path.dentry)) && !(open_flag & O_PATH)) {
+ path_to_nameidata(&path, nd);
+ return -ELOOP;
+@@ -3143,6 +3286,12 @@ finish_open:
path_put(&save_parent);
return error;
}
@@ -78201,41 +79947,17 @@ index fe30d3b..57656a7 100644
+ error = -ENOENT;
+ goto out;
+ }
-+ if (link && gr_handle_symlink_owner(link, nd->inode)) {
-+ error = -EACCES;
-+ goto out;
-+ }
-+
- audit_inode(name, nd->path.dentry, 0);
+
+ audit_inode(nd->name, nd->path.dentry, 0);
error = -EISDIR;
if ((open_flag & O_CREAT) && d_is_dir(nd->path.dentry))
- goto out;
-@@ -3240,7 +3332,7 @@ static struct file *path_openat(int dfd, struct filename *pathname,
- if (unlikely(error))
- goto out;
-
-- error = do_last(nd, &path, file, op, &opened, pathname);
-+ error = do_last(nd, &path, NULL, file, op, &opened, pathname);
- while (unlikely(error > 0)) { /* trailing symlink */
- struct path link = path;
- void *cookie;
-@@ -3258,7 +3350,7 @@ static struct file *path_openat(int dfd, struct filename *pathname,
- error = follow_link(&link, nd, &cookie);
- if (unlikely(error))
- break;
-- error = do_last(nd, &path, file, op, &opened, pathname);
-+ error = do_last(nd, &path, &link, file, op, &opened, pathname);
- put_link(nd, &link, cookie);
- }
- out:
-@@ -3361,9 +3453,11 @@ static struct dentry *filename_create(int dfd, struct filename *name,
+@@ -3409,9 +3558,11 @@ static struct dentry *filename_create(int dfd, struct filename *name,
goto unlock;
error = -EEXIST;
- if (d_is_positive(dentry))
+ if (d_is_positive(dentry)) {
-+ if (!gr_acl_handle_hidden_file(dentry, nd.path.mnt))
++ if (!gr_acl_handle_hidden_file(dentry, path->mnt))
+ error = -ENOENT;
goto fail;
-
@@ -78243,7 +79965,7 @@ index fe30d3b..57656a7 100644
/*
* Special case - lookup gave negative, but... we had foo/bar/
* From the vfs_mknod() POV we just have a negative dentry -
-@@ -3428,6 +3522,20 @@ struct dentry *user_path_create(int dfd, const char __user *pathname,
+@@ -3465,6 +3616,20 @@ inline struct dentry *user_path_create(int dfd, const char __user *pathname,
}
EXPORT_SYMBOL(user_path_create);
@@ -78264,7 +79986,7 @@ index fe30d3b..57656a7 100644
int vfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev)
{
int error = may_create(dir, dentry);
-@@ -3491,6 +3599,17 @@ retry:
+@@ -3528,6 +3693,17 @@ retry:
if (!IS_POSIXACL(path.dentry->d_inode))
mode &= ~current_umask();
@@ -78282,7 +80004,7 @@ index fe30d3b..57656a7 100644
error = security_path_mknod(&path, dentry, mode, dev);
if (error)
goto out;
-@@ -3506,6 +3625,8 @@ retry:
+@@ -3543,6 +3719,8 @@ retry:
error = vfs_mknod(path.dentry->d_inode,dentry,mode,0);
break;
}
@@ -78291,7 +80013,7 @@ index fe30d3b..57656a7 100644
out:
done_path_create(&path, dentry);
if (retry_estale(error, lookup_flags)) {
-@@ -3560,9 +3681,16 @@ retry:
+@@ -3597,9 +3775,16 @@ retry:
if (!IS_POSIXACL(path.dentry->d_inode))
mode &= ~current_umask();
@@ -78308,7 +80030,7 @@ index fe30d3b..57656a7 100644
done_path_create(&path, dentry);
if (retry_estale(error, lookup_flags)) {
lookup_flags |= LOOKUP_REVAL;
-@@ -3595,7 +3723,7 @@ void dentry_unhash(struct dentry *dentry)
+@@ -3632,7 +3817,7 @@ void dentry_unhash(struct dentry *dentry)
{
shrink_dcache_parent(dentry);
spin_lock(&dentry->d_lock);
@@ -78317,70 +80039,68 @@ index fe30d3b..57656a7 100644
__d_drop(dentry);
spin_unlock(&dentry->d_lock);
}
-@@ -3646,6 +3774,8 @@ static long do_rmdir(int dfd, const char __user *pathname)
- struct filename *name;
- struct dentry *dentry;
- struct nameidata nd;
+@@ -3685,6 +3870,8 @@ static long do_rmdir(int dfd, const char __user *pathname)
+ struct path path;
+ struct qstr last;
+ int type;
+ u64 saved_ino = 0;
+ dev_t saved_dev = 0;
unsigned int lookup_flags = 0;
retry:
- name = user_path_parent(dfd, pathname, &nd, lookup_flags);
-@@ -3678,10 +3808,21 @@ retry:
+ name = user_path_parent(dfd, pathname,
+@@ -3717,10 +3904,20 @@ retry:
error = -ENOENT;
goto exit3;
}
-+
+ saved_ino = gr_get_ino_from_dentry(dentry);
+ saved_dev = gr_get_dev_from_dentry(dentry);
+
-+ if (!gr_acl_handle_rmdir(dentry, nd.path.mnt)) {
++ if (!gr_acl_handle_rmdir(dentry, path.mnt)) {
+ error = -EACCES;
+ goto exit3;
+ }
+
- error = security_path_rmdir(&nd.path, dentry);
+ error = security_path_rmdir(&path, dentry);
if (error)
goto exit3;
- error = vfs_rmdir(nd.path.dentry->d_inode, dentry);
+ error = vfs_rmdir(path.dentry->d_inode, dentry);
+ if (!error && (saved_dev || saved_ino))
+ gr_handle_delete(saved_ino, saved_dev);
exit3:
dput(dentry);
exit2:
-@@ -3774,6 +3915,8 @@ static long do_unlinkat(int dfd, const char __user *pathname)
- struct nameidata nd;
+@@ -3815,6 +4012,8 @@ static long do_unlinkat(int dfd, const char __user *pathname)
+ int type;
struct inode *inode = NULL;
struct inode *delegated_inode = NULL;
+ u64 saved_ino = 0;
+ dev_t saved_dev = 0;
unsigned int lookup_flags = 0;
retry:
- name = user_path_parent(dfd, pathname, &nd, lookup_flags);
-@@ -3800,10 +3943,22 @@ retry_deleg:
+ name = user_path_parent(dfd, pathname,
+@@ -3841,10 +4040,21 @@ retry_deleg:
if (d_is_negative(dentry))
goto slashes;
ihold(inode);
-+
+ if (inode->i_nlink <= 1) {
+ saved_ino = gr_get_ino_from_dentry(dentry);
+ saved_dev = gr_get_dev_from_dentry(dentry);
+ }
-+ if (!gr_acl_handle_unlink(dentry, nd.path.mnt)) {
++ if (!gr_acl_handle_unlink(dentry, path.mnt)) {
+ error = -EACCES;
+ goto exit2;
+ }
+
- error = security_path_unlink(&nd.path, dentry);
+ error = security_path_unlink(&path, dentry);
if (error)
goto exit2;
- error = vfs_unlink(nd.path.dentry->d_inode, dentry, &delegated_inode);
+ error = vfs_unlink(path.dentry->d_inode, dentry, &delegated_inode);
+ if (!error && (saved_ino || saved_dev))
+ gr_handle_delete(saved_ino, saved_dev);
exit2:
dput(dentry);
}
-@@ -3892,9 +4047,17 @@ retry:
+@@ -3933,9 +4143,17 @@ retry:
if (IS_ERR(dentry))
goto out_putname;
@@ -78398,7 +80118,7 @@ index fe30d3b..57656a7 100644
done_path_create(&path, dentry);
if (retry_estale(error, lookup_flags)) {
lookup_flags |= LOOKUP_REVAL;
-@@ -3998,6 +4161,7 @@ SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname,
+@@ -4039,6 +4257,7 @@ SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname,
struct dentry *new_dentry;
struct path old_path, new_path;
struct inode *delegated_inode = NULL;
@@ -78406,7 +80126,7 @@ index fe30d3b..57656a7 100644
int how = 0;
int error;
-@@ -4021,7 +4185,7 @@ retry:
+@@ -4062,7 +4281,7 @@ retry:
if (error)
return error;
@@ -78415,7 +80135,7 @@ index fe30d3b..57656a7 100644
(how & LOOKUP_REVAL));
error = PTR_ERR(new_dentry);
if (IS_ERR(new_dentry))
-@@ -4033,11 +4197,26 @@ retry:
+@@ -4074,11 +4293,26 @@ retry:
error = may_linkat(&old_path);
if (unlikely(error))
goto out_dput;
@@ -78442,11 +80162,11 @@ index fe30d3b..57656a7 100644
done_path_create(&new_path, new_dentry);
if (delegated_inode) {
error = break_deleg_wait(&delegated_inode);
-@@ -4353,6 +4532,20 @@ retry_deleg:
+@@ -4393,6 +4627,20 @@ retry_deleg:
if (new_dentry == trap)
goto exit5;
-+ if (gr_bad_chroot_rename(old_dentry, oldnd.path.mnt, new_dentry, newnd.path.mnt)) {
++ if (gr_bad_chroot_rename(old_dentry, old_path.mnt, new_dentry, new_path.mnt)) {
+ /* use EXDEV error to cause 'mv' to switch to an alternative
+ * method for usability
+ */
@@ -78454,26 +80174,26 @@ index fe30d3b..57656a7 100644
+ goto exit5;
+ }
+
-+ error = gr_acl_handle_rename(new_dentry, new_dir, newnd.path.mnt,
-+ old_dentry, d_backing_inode(old_dir), oldnd.path.mnt,
++ error = gr_acl_handle_rename(new_dentry, new_path.dentry, new_path.mnt,
++ old_dentry, d_backing_inode(old_path.dentry), old_path.mnt,
+ to, flags);
+ if (error)
+ goto exit5;
+
- error = security_path_rename(&oldnd.path, old_dentry,
- &newnd.path, new_dentry, flags);
+ error = security_path_rename(&old_path, old_dentry,
+ &new_path, new_dentry, flags);
if (error)
-@@ -4360,6 +4553,9 @@ retry_deleg:
- error = vfs_rename(old_dir->d_inode, old_dentry,
- new_dir->d_inode, new_dentry,
+@@ -4400,6 +4648,9 @@ retry_deleg:
+ error = vfs_rename(old_path.dentry->d_inode, old_dentry,
+ new_path.dentry->d_inode, new_dentry,
&delegated_inode, flags);
+ if (!error)
-+ gr_handle_rename(d_backing_inode(old_dir), d_backing_inode(new_dir), old_dentry,
-+ new_dentry, oldnd.path.mnt, d_is_positive(new_dentry) ? 1 : 0, flags);
++ gr_handle_rename(d_backing_inode(old_path.dentry), d_backing_inode(new_path.dentry), old_dentry,
++ new_dentry, old_path.mnt, d_is_positive(new_dentry) ? 1 : 0, flags);
exit5:
dput(new_dentry);
exit4:
-@@ -4416,14 +4612,24 @@ EXPORT_SYMBOL(vfs_whiteout);
+@@ -4456,14 +4707,24 @@ EXPORT_SYMBOL(vfs_whiteout);
int readlink_copy(char __user *buffer, int buflen, const char *link)
{
@@ -78500,10 +80220,10 @@ index fe30d3b..57656a7 100644
out:
return len;
diff --git a/fs/namespace.c b/fs/namespace.c
-index fce3cc1..ac3626c 100644
+index 2b8aa15..3230081 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
-@@ -1505,6 +1505,9 @@ static int do_umount(struct mount *mnt, int flags)
+@@ -1516,6 +1516,9 @@ static int do_umount(struct mount *mnt, int flags)
if (!(sb->s_flags & MS_RDONLY))
retval = do_remount_sb(sb, MS_RDONLY, NULL, 0);
up_write(&sb->s_umount);
@@ -78513,7 +80233,7 @@ index fce3cc1..ac3626c 100644
return retval;
}
-@@ -1527,6 +1530,9 @@ static int do_umount(struct mount *mnt, int flags)
+@@ -1538,6 +1541,9 @@ static int do_umount(struct mount *mnt, int flags)
}
unlock_mount_hash();
namespace_unlock();
@@ -78523,7 +80243,7 @@ index fce3cc1..ac3626c 100644
return retval;
}
-@@ -1581,7 +1587,7 @@ static inline bool may_mount(void)
+@@ -1592,7 +1598,7 @@ static inline bool may_mount(void)
* unixes. Our API is identical to OSF/1 to avoid making a mess of AMD
*/
@@ -78532,7 +80252,7 @@ index fce3cc1..ac3626c 100644
{
struct path path;
struct mount *mnt;
-@@ -1626,7 +1632,7 @@ out:
+@@ -1637,7 +1643,7 @@ out:
/*
* The 2.0 compatible umount. No flags.
*/
@@ -78541,7 +80261,7 @@ index fce3cc1..ac3626c 100644
{
return sys_umount(name, 0);
}
-@@ -2701,6 +2707,16 @@ long do_mount(const char *dev_name, const char __user *dir_name,
+@@ -2712,6 +2718,16 @@ long do_mount(const char *dev_name, const char __user *dir_name,
MS_NOATIME | MS_NODIRATIME | MS_RELATIME| MS_KERNMOUNT |
MS_STRICTATIME);
@@ -78558,7 +80278,7 @@ index fce3cc1..ac3626c 100644
if (flags & MS_REMOUNT)
retval = do_remount(&path, flags & ~MS_REMOUNT, mnt_flags,
data_page);
-@@ -2714,7 +2730,10 @@ long do_mount(const char *dev_name, const char __user *dir_name,
+@@ -2725,7 +2741,10 @@ long do_mount(const char *dev_name, const char __user *dir_name,
retval = do_new_mount(&path, type_page, flags, mnt_flags,
dev_name, data_page);
dput_out:
@@ -78569,7 +80289,7 @@ index fce3cc1..ac3626c 100644
return retval;
}
-@@ -2732,7 +2751,7 @@ static void free_mnt_ns(struct mnt_namespace *ns)
+@@ -2743,7 +2762,7 @@ static void free_mnt_ns(struct mnt_namespace *ns)
* number incrementing at 10Ghz will take 12,427 years to wrap which
* is effectively never, so we can ignore the possibility.
*/
@@ -78578,7 +80298,7 @@ index fce3cc1..ac3626c 100644
static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
{
-@@ -2748,7 +2767,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
+@@ -2759,7 +2778,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
return ERR_PTR(ret);
}
new_ns->ns.ops = &mntns_operations;
@@ -78587,7 +80307,7 @@ index fce3cc1..ac3626c 100644
atomic_set(&new_ns->count, 1);
new_ns->root = NULL;
INIT_LIST_HEAD(&new_ns->list);
-@@ -2758,7 +2777,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
+@@ -2769,7 +2788,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
return new_ns;
}
@@ -78596,7 +80316,7 @@ index fce3cc1..ac3626c 100644
struct user_namespace *user_ns, struct fs_struct *new_fs)
{
struct mnt_namespace *new_ns;
-@@ -2879,8 +2898,8 @@ struct dentry *mount_subtree(struct vfsmount *mnt, const char *name)
+@@ -2890,8 +2909,8 @@ struct dentry *mount_subtree(struct vfsmount *mnt, const char *name)
}
EXPORT_SYMBOL(mount_subtree);
@@ -78607,7 +80327,7 @@ index fce3cc1..ac3626c 100644
{
int ret;
char *kernel_type;
-@@ -2986,6 +3005,11 @@ SYSCALL_DEFINE2(pivot_root, const char __user *, new_root,
+@@ -2997,6 +3016,11 @@ SYSCALL_DEFINE2(pivot_root, const char __user *, new_root,
if (error)
goto out2;
@@ -78619,7 +80339,7 @@ index fce3cc1..ac3626c 100644
get_fs_root(current->fs, &root);
old_mp = lock_mount(&old);
error = PTR_ERR(old_mp);
-@@ -3287,7 +3311,7 @@ static int mntns_install(struct nsproxy *nsproxy, struct ns_common *ns)
+@@ -3298,7 +3322,7 @@ static int mntns_install(struct nsproxy *nsproxy, struct ns_common *ns)
!ns_capable(current_user_ns(), CAP_SYS_ADMIN))
return -EPERM;
@@ -78629,7 +80349,7 @@ index fce3cc1..ac3626c 100644
get_mnt_ns(mnt_ns);
diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c
-index 19ca95c..b28702c 100644
+index 6b1697a..6d5787c 100644
--- a/fs/nfs/callback_xdr.c
+++ b/fs/nfs/callback_xdr.c
@@ -51,7 +51,7 @@ struct callback_op {
@@ -78642,11 +80362,11 @@ index 19ca95c..b28702c 100644
static struct callback_op callback_ops[];
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
-index 5d25b9d..765fc0f 100644
+index 4afbe13..a6a26ce 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
-@@ -1277,16 +1277,16 @@ static int nfs_ctime_need_update(const struct inode *inode, const struct nfs_fat
- return timespec_compare(&fattr->ctime, &inode->i_ctime) > 0;
+@@ -1273,16 +1273,16 @@ static int nfs_check_inode_attributes(struct inode *inode, struct nfs_fattr *fat
+ return 0;
}
-static atomic_long_t nfs_attr_generation_counter;
@@ -78665,99 +80385,11 @@ index 5d25b9d..765fc0f 100644
}
EXPORT_SYMBOL_GPL(nfs_inc_attr_generation_counter);
-diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
-index 9e6475b..7970138 100644
---- a/fs/nfs/internal.h
-+++ b/fs/nfs/internal.h
-@@ -296,6 +296,22 @@ extern struct rpc_procinfo nfs4_procedures[];
-
- #ifdef CONFIG_NFS_V4_SECURITY_LABEL
- extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags);
-+static inline struct nfs4_label *
-+nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src)
-+{
-+ if (!dst || !src)
-+ return NULL;
-+
-+ if (src->len > NFS4_MAXLABELLEN)
-+ return NULL;
-+
-+ dst->lfs = src->lfs;
-+ dst->pi = src->pi;
-+ dst->len = src->len;
-+ memcpy(dst->label, src->label, src->len);
-+
-+ return dst;
-+}
- static inline void nfs4_label_free(struct nfs4_label *label)
- {
- if (label) {
-@@ -316,6 +332,11 @@ static inline void nfs4_label_free(void *label) {}
- static inline void nfs_zap_label_cache_locked(struct nfs_inode *nfsi)
- {
- }
-+static inline struct nfs4_label *
-+nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src)
-+{
-+ return NULL;
-+}
- #endif /* CONFIG_NFS_V4_SECURITY_LABEL */
-
- /* proc.c */
-diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
-index d3f2051..dd338dc 100644
---- a/fs/nfs/nfs4proc.c
-+++ b/fs/nfs/nfs4proc.c
-@@ -916,6 +916,7 @@ struct nfs4_opendata {
- struct nfs_open_confirmres c_res;
- struct nfs4_string owner_name;
- struct nfs4_string group_name;
-+ struct nfs4_label *a_label;
- struct nfs_fattr f_attr;
- struct nfs4_label *f_label;
- struct dentry *dir;
-@@ -1019,6 +1020,10 @@ static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
- if (IS_ERR(p->f_label))
- goto err_free_p;
-
-+ p->a_label = nfs4_label_alloc(server, gfp_mask);
-+ if (IS_ERR(p->a_label))
-+ goto err_free_f;
-+
- alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
- p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
- if (IS_ERR(p->o_arg.seqid))
-@@ -1047,7 +1052,7 @@ static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
- p->o_arg.server = server;
- p->o_arg.bitmask = nfs4_bitmask(server, label);
- p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
-- p->o_arg.label = label;
-+ p->o_arg.label = nfs4_label_copy(p->a_label, label);
- p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
- switch (p->o_arg.claim) {
- case NFS4_OPEN_CLAIM_NULL:
-@@ -1080,6 +1085,8 @@ static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
- return p;
-
- err_free_label:
-+ nfs4_label_free(p->a_label);
-+err_free_f:
- nfs4_label_free(p->f_label);
- err_free_p:
- kfree(p);
-@@ -1099,6 +1106,7 @@ static void nfs4_opendata_free(struct kref *kref)
- nfs4_put_open_state(p->state);
- nfs4_put_state_owner(p->owner);
-
-+ nfs4_label_free(p->a_label);
- nfs4_label_free(p->f_label);
-
- dput(p->dir);
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
-index 864e200..357c255 100644
+index 90cfda7..e4b50df 100644
--- a/fs/nfsd/nfs4proc.c
+++ b/fs/nfsd/nfs4proc.c
-@@ -1496,7 +1496,7 @@ struct nfsd4_operation {
+@@ -1487,7 +1487,7 @@ struct nfsd4_operation {
nfsd4op_rsize op_rsize_bop;
stateid_getter op_get_currentstateid;
stateid_setter op_set_currentstateid;
@@ -78767,10 +80399,10 @@ index 864e200..357c255 100644
static struct nfsd4_operation nfsd4_ops[];
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
-index d4d8445..36ae1a1 100644
+index b81f725..8e36601 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
-@@ -1703,7 +1703,7 @@ nfsd4_decode_notsupp(struct nfsd4_compoundargs *argp, void *p)
+@@ -1704,7 +1704,7 @@ nfsd4_decode_notsupp(struct nfsd4_compoundargs *argp, void *p)
typedef __be32(*nfsd4_dec)(struct nfsd4_compoundargs *argp, void *);
@@ -78820,10 +80452,10 @@ index 46ec934..f384e41 100644
break;
case RC_REPLBUFF:
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
-index 84d770b..929bc5e 100644
+index b5e077a..50cf549 100644
--- a/fs/nfsd/vfs.c
+++ b/fs/nfsd/vfs.c
-@@ -893,7 +893,7 @@ __be32 nfsd_readv(struct file *file, loff_t offset, struct kvec *vec, int vlen,
+@@ -855,7 +855,7 @@ __be32 nfsd_readv(struct file *file, loff_t offset, struct kvec *vec, int vlen,
oldfs = get_fs();
set_fs(KERNEL_DS);
@@ -78832,7 +80464,7 @@ index 84d770b..929bc5e 100644
set_fs(oldfs);
return nfsd_finish_read(file, count, host_err);
}
-@@ -980,7 +980,7 @@ nfsd_vfs_write(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file,
+@@ -942,7 +942,7 @@ nfsd_vfs_write(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file,
/* Write the data. */
oldfs = get_fs(); set_fs(KERNEL_DS);
@@ -78841,7 +80473,7 @@ index 84d770b..929bc5e 100644
set_fs(oldfs);
if (host_err < 0)
goto out_nfserr;
-@@ -1525,7 +1525,7 @@ nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp)
+@@ -1455,7 +1455,7 @@ nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp)
*/
oldfs = get_fs(); set_fs(KERNEL_DS);
@@ -79050,7 +80682,7 @@ index 857bbbc..3c47d15 100644
bail:
if (handle)
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
-index 460c6c3..b4ef513 100644
+index 690ddc6..f2d4c4d 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -247,11 +247,11 @@ enum ocfs2_vol_state
@@ -79129,7 +80761,7 @@ index 4479029..5de740b 100644
}
}
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
-index 403c566..6525b35 100644
+index a482e31..81b251d 100644
--- a/fs/ocfs2/super.c
+++ b/fs/ocfs2/super.c
@@ -308,11 +308,11 @@ static int ocfs2_osb_dump(struct ocfs2_super *osb, char *buf, int len)
@@ -79167,7 +80799,7 @@ index 403c566..6525b35 100644
/* Copy the blockcheck stats from the superblock probe */
osb->osb_ecc_stats = *stats;
diff --git a/fs/open.c b/fs/open.c
-index 98e5a52..8e77e14 100644
+index e33dab2..cdbdad9 100644
--- a/fs/open.c
+++ b/fs/open.c
@@ -32,6 +32,8 @@
@@ -79179,7 +80811,7 @@ index 98e5a52..8e77e14 100644
#include "internal.h"
int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs,
-@@ -103,6 +105,8 @@ long vfs_truncate(struct path *path, loff_t length)
+@@ -105,6 +107,8 @@ long vfs_truncate(struct path *path, loff_t length)
error = locks_verify_truncate(inode, NULL, length);
if (!error)
error = security_path_truncate(path);
@@ -79188,7 +80820,7 @@ index 98e5a52..8e77e14 100644
if (!error)
error = do_truncate(path->dentry, length, 0, NULL);
-@@ -187,6 +191,8 @@ static long do_sys_ftruncate(unsigned int fd, loff_t length, int small)
+@@ -189,6 +193,8 @@ static long do_sys_ftruncate(unsigned int fd, loff_t length, int small)
error = locks_verify_truncate(inode, f.file, length);
if (!error)
error = security_path_truncate(&f.file->f_path);
@@ -79197,7 +80829,7 @@ index 98e5a52..8e77e14 100644
if (!error)
error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, f.file);
sb_end_write(inode->i_sb);
-@@ -396,6 +402,9 @@ retry:
+@@ -398,6 +404,9 @@ retry:
if (__mnt_is_readonly(path.mnt))
res = -EROFS;
@@ -79207,7 +80839,7 @@ index 98e5a52..8e77e14 100644
out_path_release:
path_put(&path);
if (retry_estale(res, lookup_flags)) {
-@@ -427,6 +436,8 @@ retry:
+@@ -429,6 +438,8 @@ retry:
if (error)
goto dput_and_out;
@@ -79216,7 +80848,7 @@ index 98e5a52..8e77e14 100644
set_fs_pwd(current->fs, &path);
dput_and_out:
-@@ -456,6 +467,13 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd)
+@@ -458,6 +469,13 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd)
goto out_putf;
error = inode_permission(inode, MAY_EXEC | MAY_CHDIR);
@@ -79230,7 +80862,7 @@ index 98e5a52..8e77e14 100644
if (!error)
set_fs_pwd(current->fs, &f.file->f_path);
out_putf:
-@@ -485,7 +503,13 @@ retry:
+@@ -487,7 +505,13 @@ retry:
if (error)
goto dput_and_out;
@@ -79244,7 +80876,7 @@ index 98e5a52..8e77e14 100644
error = 0;
dput_and_out:
path_put(&path);
-@@ -509,6 +533,16 @@ static int chmod_common(struct path *path, umode_t mode)
+@@ -511,6 +535,16 @@ static int chmod_common(struct path *path, umode_t mode)
return error;
retry_deleg:
mutex_lock(&inode->i_mutex);
@@ -79261,7 +80893,7 @@ index 98e5a52..8e77e14 100644
error = security_path_chmod(path, mode);
if (error)
goto out_unlock;
-@@ -574,6 +608,9 @@ static int chown_common(struct path *path, uid_t user, gid_t group)
+@@ -576,6 +610,9 @@ static int chown_common(struct path *path, uid_t user, gid_t group)
uid = make_kuid(current_user_ns(), user);
gid = make_kgid(current_user_ns(), group);
@@ -79271,7 +80903,7 @@ index 98e5a52..8e77e14 100644
retry_deleg:
newattrs.ia_valid = ATTR_CTIME;
if (user != (uid_t) -1) {
-@@ -1018,6 +1055,7 @@ long do_sys_open(int dfd, const char __user *filename, int flags, umode_t mode)
+@@ -1029,6 +1066,7 @@ long do_sys_open(int dfd, const char __user *filename, int flags, umode_t mode)
} else {
fsnotify_open(f);
fd_install(fd, f);
@@ -79280,21 +80912,21 @@ index 98e5a52..8e77e14 100644
}
putname(tmp);
diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c
-index 04f1248..60b3be1 100644
+index d9da5a4..7ced3c7 100644
--- a/fs/overlayfs/inode.c
+++ b/fs/overlayfs/inode.c
-@@ -344,6 +344,9 @@ static int ovl_dentry_open(struct dentry *dentry, struct file *file,
- enum ovl_path_type type;
- bool want_write = false;
+@@ -346,6 +346,9 @@ struct inode *ovl_d_select_inode(struct dentry *dentry, unsigned file_flags)
+ if (d_is_dir(dentry))
+ return d_backing_inode(dentry);
+ if (d_is_dir(dentry))
+ return d_backing_inode(dentry);
+
type = ovl_path_real(dentry, &realpath);
- if (ovl_open_need_copy_up(file->f_flags, type, realpath.dentry)) {
- want_write = true;
+ if (ovl_open_need_copy_up(file_flags, type, realpath.dentry)) {
+ err = ovl_want_write(dentry);
diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
-index bf8537c..c16ef7d 100644
+index 79073d6..0eb5c27 100644
--- a/fs/overlayfs/super.c
+++ b/fs/overlayfs/super.c
@@ -172,7 +172,7 @@ void ovl_path_lower(struct dentry *dentry, struct path *path)
@@ -79306,7 +80938,7 @@ index bf8537c..c16ef7d 100644
}
int ovl_want_write(struct dentry *dentry)
-@@ -816,8 +816,8 @@ static unsigned int ovl_split_lowerdirs(char *str)
+@@ -879,8 +879,8 @@ static unsigned int ovl_split_lowerdirs(char *str)
static int ovl_fill_super(struct super_block *sb, void *data, int silent)
{
@@ -79566,7 +81198,7 @@ index 8865f79..bd2c79b 100644
if (!capable(CAP_SYS_RESOURCE) && size > pipe_max_size) {
diff --git a/fs/posix_acl.c b/fs/posix_acl.c
-index 84bb65b8..4270e47 100644
+index 4fb17de..13d8c0f 100644
--- a/fs/posix_acl.c
+++ b/fs/posix_acl.c
@@ -20,6 +20,7 @@
@@ -79604,7 +81236,7 @@ index 84bb65b8..4270e47 100644
err = posix_acl_create_masq(clone, mode_p);
if (err < 0) {
posix_acl_release(clone);
-@@ -663,11 +666,12 @@ struct posix_acl *
+@@ -657,11 +660,12 @@ struct posix_acl *
posix_acl_from_xattr(struct user_namespace *user_ns,
const void *value, size_t size)
{
@@ -79619,7 +81251,7 @@ index 84bb65b8..4270e47 100644
if (!value)
return NULL;
-@@ -693,12 +697,18 @@ posix_acl_from_xattr(struct user_namespace *user_ns,
+@@ -687,12 +691,18 @@ posix_acl_from_xattr(struct user_namespace *user_ns,
switch(acl_e->e_tag) {
case ACL_USER_OBJ:
@@ -79638,7 +81270,7 @@ index 84bb65b8..4270e47 100644
acl_e->e_uid =
make_kuid(user_ns,
le32_to_cpu(entry->e_id));
-@@ -706,6 +716,7 @@ posix_acl_from_xattr(struct user_namespace *user_ns,
+@@ -700,6 +710,7 @@ posix_acl_from_xattr(struct user_namespace *user_ns,
goto fail;
break;
case ACL_GROUP:
@@ -79647,7 +81279,7 @@ index 84bb65b8..4270e47 100644
make_kgid(user_ns,
le32_to_cpu(entry->e_id));
diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig
-index 2183fcf..3c32a98 100644
+index 1ade120..a86f1a2 100644
--- a/fs/proc/Kconfig
+++ b/fs/proc/Kconfig
@@ -30,7 +30,7 @@ config PROC_FS
@@ -79682,7 +81314,7 @@ index 2183fcf..3c32a98 100644
help
Various /proc files exist to monitor process memory utilization:
diff --git a/fs/proc/array.c b/fs/proc/array.c
-index fd02a9e..7bc9dff 100644
+index ce065cf..8974fed 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -60,6 +60,7 @@
@@ -79693,7 +81325,7 @@ index fd02a9e..7bc9dff 100644
#include <linux/proc_fs.h>
#include <linux/ioport.h>
#include <linux/uaccess.h>
-@@ -340,6 +341,21 @@ static void task_cpus_allowed(struct seq_file *m, struct task_struct *task)
+@@ -348,6 +349,21 @@ static void task_cpus_allowed(struct seq_file *m, struct task_struct *task)
cpumask_pr_args(&task->cpus_allowed));
}
@@ -79715,7 +81347,7 @@ index fd02a9e..7bc9dff 100644
int proc_pid_status(struct seq_file *m, struct pid_namespace *ns,
struct pid *pid, struct task_struct *task)
{
-@@ -358,9 +374,24 @@ int proc_pid_status(struct seq_file *m, struct pid_namespace *ns,
+@@ -366,9 +382,24 @@ int proc_pid_status(struct seq_file *m, struct pid_namespace *ns,
task_cpus_allowed(m, task);
cpuset_task_status_allowed(m, task);
task_context_switch_counts(m, task);
@@ -79740,7 +81372,7 @@ index fd02a9e..7bc9dff 100644
static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
struct pid *pid, struct task_struct *task, int whole)
{
-@@ -382,6 +413,13 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
+@@ -390,6 +421,13 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
char tcomm[sizeof(task->comm)];
unsigned long flags;
@@ -79754,7 +81386,7 @@ index fd02a9e..7bc9dff 100644
state = *get_task_state(task);
vsize = eip = esp = 0;
permitted = ptrace_may_access(task, PTRACE_MODE_READ | PTRACE_MODE_NOAUDIT);
-@@ -452,6 +490,19 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
+@@ -460,6 +498,19 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
gtime = task_gtime(task);
}
@@ -79774,7 +81406,7 @@ index fd02a9e..7bc9dff 100644
/* scale priority and nice values from timeslices to -20..20 */
/* to make it look like a "normal" Unix priority/nice value */
priority = task_prio(task);
-@@ -483,9 +534,15 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
+@@ -491,9 +542,15 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
seq_put_decimal_ull(m, ' ', vsize);
seq_put_decimal_ull(m, ' ', mm ? get_mm_rss(mm) : 0);
seq_put_decimal_ull(m, ' ', rsslim);
@@ -79790,7 +81422,7 @@ index fd02a9e..7bc9dff 100644
seq_put_decimal_ull(m, ' ', esp);
seq_put_decimal_ull(m, ' ', eip);
/* The signal information here is obsolete.
-@@ -507,7 +564,11 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
+@@ -515,7 +572,11 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
seq_put_decimal_ull(m, ' ', cputime_to_clock_t(gtime));
seq_put_decimal_ll(m, ' ', cputime_to_clock_t(cgtime));
@@ -79803,7 +81435,7 @@ index fd02a9e..7bc9dff 100644
seq_put_decimal_ull(m, ' ', mm->start_data);
seq_put_decimal_ull(m, ' ', mm->end_data);
seq_put_decimal_ull(m, ' ', mm->start_brk);
-@@ -545,8 +606,15 @@ int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns,
+@@ -553,8 +614,15 @@ int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns,
struct pid *pid, struct task_struct *task)
{
unsigned long size = 0, resident = 0, shared = 0, text = 0, data = 0;
@@ -79820,7 +81452,7 @@ index fd02a9e..7bc9dff 100644
if (mm) {
size = task_statm(mm, &shared, &text, &data, &resident);
mmput(mm);
-@@ -569,6 +637,20 @@ int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns,
+@@ -577,6 +645,20 @@ int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns,
return 0;
}
@@ -79838,11 +81470,11 @@ index fd02a9e..7bc9dff 100644
+}
+#endif
+
- #ifdef CONFIG_CHECKPOINT_RESTORE
+ #ifdef CONFIG_PROC_CHILDREN
static struct pid *
get_children_pid(struct inode *inode, struct pid *pid_prev, loff_t pos)
diff --git a/fs/proc/base.c b/fs/proc/base.c
-index 093ca14..322f097 100644
+index aa50d1a..7a62b7a 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -113,6 +113,14 @@ struct pid_entry {
@@ -79860,9 +81492,21 @@ index 093ca14..322f097 100644
#define NOD(NAME, MODE, IOP, FOP, OP) { \
.name = (NAME), \
.len = sizeof(NAME) - 1, \
-@@ -208,12 +216,28 @@ static int proc_pid_cmdline(struct seq_file *m, struct pid_namespace *ns,
- return 0;
- }
+@@ -224,6 +232,11 @@ static ssize_t proc_pid_cmdline_read(struct file *file, char __user *buf,
+ goto out_mmput;
+ }
+
++ if (gr_acl_handle_procpidmem(tsk)) {
++ rv = 0;
++ goto out_mmput;
++ }
++
+ page = (char *)__get_free_page(GFP_TEMPORARY);
+ if (!page) {
+ rv = -ENOMEM;
+@@ -400,12 +413,28 @@ static const struct file_operations proc_pid_cmdline_ops = {
+ .llseek = generic_file_llseek,
+ };
+#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
+#define PAX_RAND_FLAGS(_mm) (_mm != NULL && _mm != current->mm && \
@@ -79889,7 +81533,7 @@ index 093ca14..322f097 100644
do {
nwords += 2;
} while (mm->saved_auxv[nwords - 2] != 0); /* AT_NULL */
-@@ -225,7 +249,7 @@ static int proc_pid_auxv(struct seq_file *m, struct pid_namespace *ns,
+@@ -417,7 +446,7 @@ static int proc_pid_auxv(struct seq_file *m, struct pid_namespace *ns,
}
@@ -79898,7 +81542,7 @@ index 093ca14..322f097 100644
/*
* Provides a wchan file via kallsyms in a proper one-value-per-file format.
* Returns the resolved symbol. If that fails, simply return the address.
-@@ -267,7 +291,7 @@ static void unlock_trace(struct task_struct *task)
+@@ -459,7 +488,7 @@ static void unlock_trace(struct task_struct *task)
mutex_unlock(&task->signal->cred_guard_mutex);
}
@@ -79907,7 +81551,7 @@ index 093ca14..322f097 100644
#define MAX_STACK_TRACE_DEPTH 64
-@@ -462,7 +486,7 @@ static int proc_pid_limits(struct seq_file *m, struct pid_namespace *ns,
+@@ -657,7 +686,7 @@ static int proc_pid_limits(struct seq_file *m, struct pid_namespace *ns,
return 0;
}
@@ -79916,7 +81560,7 @@ index 093ca14..322f097 100644
static int proc_pid_syscall(struct seq_file *m, struct pid_namespace *ns,
struct pid *pid, struct task_struct *task)
{
-@@ -495,7 +519,7 @@ static int proc_pid_syscall(struct seq_file *m, struct pid_namespace *ns,
+@@ -690,7 +719,7 @@ static int proc_pid_syscall(struct seq_file *m, struct pid_namespace *ns,
/************************************************************************/
/* permission checks */
@@ -79925,7 +81569,7 @@ index 093ca14..322f097 100644
{
struct task_struct *task;
int allowed = 0;
-@@ -505,7 +529,10 @@ static int proc_fd_access_allowed(struct inode *inode)
+@@ -700,7 +729,10 @@ static int proc_fd_access_allowed(struct inode *inode)
*/
task = get_proc_task(inode);
if (task) {
@@ -79937,7 +81581,7 @@ index 093ca14..322f097 100644
put_task_struct(task);
}
return allowed;
-@@ -536,10 +563,35 @@ static bool has_pid_permissions(struct pid_namespace *pid,
+@@ -731,10 +763,35 @@ static bool has_pid_permissions(struct pid_namespace *pid,
struct task_struct *task,
int hide_pid_min)
{
@@ -79973,7 +81617,7 @@ index 093ca14..322f097 100644
return ptrace_may_access(task, PTRACE_MODE_READ);
}
-@@ -557,7 +609,11 @@ static int proc_pid_permission(struct inode *inode, int mask)
+@@ -752,7 +809,11 @@ static int proc_pid_permission(struct inode *inode, int mask)
put_task_struct(task);
if (!has_perms) {
@@ -79985,7 +81629,7 @@ index 093ca14..322f097 100644
/*
* Let's make getdents(), stat(), and open()
* consistent with each other. If a process
-@@ -618,6 +674,10 @@ struct mm_struct *proc_mem_open(struct inode *inode, unsigned int mode)
+@@ -813,6 +874,10 @@ struct mm_struct *proc_mem_open(struct inode *inode, unsigned int mode)
if (task) {
mm = mm_access(task, mode);
@@ -79996,7 +81640,7 @@ index 093ca14..322f097 100644
put_task_struct(task);
if (!IS_ERR_OR_NULL(mm)) {
-@@ -639,6 +699,11 @@ static int __mem_open(struct inode *inode, struct file *file, unsigned int mode)
+@@ -834,6 +899,11 @@ static int __mem_open(struct inode *inode, struct file *file, unsigned int mode)
return PTR_ERR(mm);
file->private_data = mm;
@@ -80008,7 +81652,7 @@ index 093ca14..322f097 100644
return 0;
}
-@@ -660,6 +725,17 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
+@@ -855,6 +925,17 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
ssize_t copied;
char *page;
@@ -80026,7 +81670,7 @@ index 093ca14..322f097 100644
if (!mm)
return 0;
-@@ -672,7 +748,7 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
+@@ -867,7 +948,7 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
goto free;
while (count > 0) {
@@ -80035,7 +81679,7 @@ index 093ca14..322f097 100644
if (write && copy_from_user(page, buf, this_len)) {
copied = -EFAULT;
-@@ -764,6 +840,13 @@ static ssize_t environ_read(struct file *file, char __user *buf,
+@@ -959,6 +1040,13 @@ static ssize_t environ_read(struct file *file, char __user *buf,
if (!mm)
return 0;
@@ -80049,7 +81693,7 @@ index 093ca14..322f097 100644
page = (char *)__get_free_page(GFP_TEMPORARY);
if (!page)
return -ENOMEM;
-@@ -773,7 +856,7 @@ static ssize_t environ_read(struct file *file, char __user *buf,
+@@ -968,7 +1056,7 @@ static ssize_t environ_read(struct file *file, char __user *buf,
goto free;
while (count > 0) {
size_t this_len, max_len;
@@ -80058,7 +81702,7 @@ index 093ca14..322f097 100644
if (src >= (mm->env_end - mm->env_start))
break;
-@@ -1387,7 +1470,7 @@ static void *proc_pid_follow_link(struct dentry *dentry, struct nameidata *nd)
+@@ -1582,7 +1670,7 @@ static const char *proc_pid_follow_link(struct dentry *dentry, void **cookie)
int error = -EACCES;
/* Are we allowed to snoop on the tasks file descriptors? */
@@ -80067,7 +81711,7 @@ index 093ca14..322f097 100644
goto out;
error = PROC_I(inode)->op.proc_get_link(dentry, &path);
-@@ -1431,8 +1514,18 @@ static int proc_pid_readlink(struct dentry * dentry, char __user * buffer, int b
+@@ -1626,8 +1714,18 @@ static int proc_pid_readlink(struct dentry * dentry, char __user * buffer, int b
struct path path;
/* Are we allowed to snoop on the tasks file descriptors? */
@@ -80088,7 +81732,7 @@ index 093ca14..322f097 100644
error = PROC_I(inode)->op.proc_get_link(dentry, &path);
if (error)
-@@ -1482,7 +1575,11 @@ struct inode *proc_pid_make_inode(struct super_block * sb, struct task_struct *t
+@@ -1677,7 +1775,11 @@ struct inode *proc_pid_make_inode(struct super_block * sb, struct task_struct *t
rcu_read_lock();
cred = __task_cred(task);
inode->i_uid = cred->euid;
@@ -80100,7 +81744,7 @@ index 093ca14..322f097 100644
rcu_read_unlock();
}
security_task_to_inode(task, inode);
-@@ -1518,10 +1615,19 @@ int pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat)
+@@ -1713,10 +1815,19 @@ int pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat)
return -ENOENT;
}
if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
@@ -80120,7 +81764,7 @@ index 093ca14..322f097 100644
}
}
rcu_read_unlock();
-@@ -1559,11 +1665,20 @@ int pid_revalidate(struct dentry *dentry, unsigned int flags)
+@@ -1754,11 +1865,20 @@ int pid_revalidate(struct dentry *dentry, unsigned int flags)
if (task) {
if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
@@ -80141,7 +81785,7 @@ index 093ca14..322f097 100644
rcu_read_unlock();
} else {
inode->i_uid = GLOBAL_ROOT_UID;
-@@ -2095,6 +2210,9 @@ static struct dentry *proc_pident_lookup(struct inode *dir,
+@@ -2290,6 +2410,9 @@ static struct dentry *proc_pident_lookup(struct inode *dir,
if (!task)
goto out_no_task;
@@ -80151,7 +81795,7 @@ index 093ca14..322f097 100644
/*
* Yes, it does not scale. And it should not. Don't add
* new entries into /proc/<tgid>/ without very good reasons.
-@@ -2125,6 +2243,9 @@ static int proc_pident_readdir(struct file *file, struct dir_context *ctx,
+@@ -2320,6 +2443,9 @@ static int proc_pident_readdir(struct file *file, struct dir_context *ctx,
if (!task)
return -ENOENT;
@@ -80161,7 +81805,7 @@ index 093ca14..322f097 100644
if (!dir_emit_dots(file, ctx))
goto out;
-@@ -2569,7 +2690,7 @@ static const struct pid_entry tgid_base_stuff[] = {
+@@ -2764,7 +2890,7 @@ static const struct pid_entry tgid_base_stuff[] = {
REG("autogroup", S_IRUGO|S_IWUSR, proc_pid_sched_autogroup_operations),
#endif
REG("comm", S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
@@ -80169,8 +81813,8 @@ index 093ca14..322f097 100644
+#if defined(CONFIG_HAVE_ARCH_TRACEHOOK) && !defined(CONFIG_GRKERNSEC_PROC_MEMMAP)
ONE("syscall", S_IRUSR, proc_pid_syscall),
#endif
- ONE("cmdline", S_IRUGO, proc_pid_cmdline),
-@@ -2594,10 +2715,10 @@ static const struct pid_entry tgid_base_stuff[] = {
+ REG("cmdline", S_IRUGO, proc_pid_cmdline_ops),
+@@ -2789,10 +2915,10 @@ static const struct pid_entry tgid_base_stuff[] = {
#ifdef CONFIG_SECURITY
DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
#endif
@@ -80182,8 +81826,8 @@ index 093ca14..322f097 100644
+#if defined(CONFIG_STACKTRACE) && !defined(CONFIG_GRKERNSEC_HIDESYM)
ONE("stack", S_IRUSR, proc_pid_stack),
#endif
- #ifdef CONFIG_SCHEDSTATS
-@@ -2631,6 +2752,9 @@ static const struct pid_entry tgid_base_stuff[] = {
+ #ifdef CONFIG_SCHED_INFO
+@@ -2826,6 +2952,9 @@ static const struct pid_entry tgid_base_stuff[] = {
#ifdef CONFIG_HARDWALL
ONE("hardwall", S_IRUGO, proc_pid_hardwall),
#endif
@@ -80193,7 +81837,7 @@ index 093ca14..322f097 100644
#ifdef CONFIG_USER_NS
REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations),
REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations),
-@@ -2763,7 +2887,14 @@ static int proc_pid_instantiate(struct inode *dir,
+@@ -2958,7 +3087,14 @@ static int proc_pid_instantiate(struct inode *dir,
if (!inode)
goto out;
@@ -80208,7 +81852,7 @@ index 093ca14..322f097 100644
inode->i_op = &proc_tgid_base_inode_operations;
inode->i_fop = &proc_tgid_base_operations;
inode->i_flags|=S_IMMUTABLE;
-@@ -2801,7 +2932,11 @@ struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, unsign
+@@ -2996,7 +3132,11 @@ struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, unsign
if (!task)
goto out;
@@ -80220,7 +81864,7 @@ index 093ca14..322f097 100644
put_task_struct(task);
out:
return ERR_PTR(result);
-@@ -2915,7 +3050,7 @@ static const struct pid_entry tid_base_stuff[] = {
+@@ -3110,7 +3250,7 @@ static const struct pid_entry tid_base_stuff[] = {
REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations),
#endif
REG("comm", S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
@@ -80228,8 +81872,8 @@ index 093ca14..322f097 100644
+#if defined(CONFIG_HAVE_ARCH_TRACEHOOK) && !defined(CONFIG_GRKERNSEC_PROC_MEMMAP)
ONE("syscall", S_IRUSR, proc_pid_syscall),
#endif
- ONE("cmdline", S_IRUGO, proc_pid_cmdline),
-@@ -2942,10 +3077,10 @@ static const struct pid_entry tid_base_stuff[] = {
+ REG("cmdline", S_IRUGO, proc_pid_cmdline_ops),
+@@ -3137,10 +3277,10 @@ static const struct pid_entry tid_base_stuff[] = {
#ifdef CONFIG_SECURITY
DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
#endif
@@ -80241,7 +81885,7 @@ index 093ca14..322f097 100644
+#if defined(CONFIG_STACKTRACE) && !defined(CONFIG_GRKERNSEC_HIDESYM)
ONE("stack", S_IRUSR, proc_pid_stack),
#endif
- #ifdef CONFIG_SCHEDSTATS
+ #ifdef CONFIG_SCHED_INFO
diff --git a/fs/proc/cmdline.c b/fs/proc/cmdline.c
index cbd82df..c0407d2 100644
--- a/fs/proc/cmdline.c
@@ -80430,13 +82074,13 @@ index e5dee5c..dafe21b 100644
{
umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO;
diff --git a/fs/proc/inode.c b/fs/proc/inode.c
-index e3eb552..bcb0f25 100644
+index bd95b9f..a64a773 100644
--- a/fs/proc/inode.c
+++ b/fs/proc/inode.c
-@@ -24,11 +24,17 @@
+@@ -23,11 +23,17 @@
+ #include <linux/slab.h>
#include <linux/mount.h>
#include <linux/magic.h>
- #include <linux/namei.h>
+#include <linux/grsecurity.h>
#include <asm/uaccess.h>
@@ -80451,7 +82095,7 @@ index e3eb552..bcb0f25 100644
static void proc_evict_inode(struct inode *inode)
{
struct proc_dir_entry *de;
-@@ -49,6 +55,13 @@ static void proc_evict_inode(struct inode *inode)
+@@ -48,6 +54,13 @@ static void proc_evict_inode(struct inode *inode)
RCU_INIT_POINTER(PROC_I(inode)->sysctl, NULL);
sysctl_head_put(head);
}
@@ -80465,7 +82109,7 @@ index e3eb552..bcb0f25 100644
}
static struct kmem_cache * proc_inode_cachep;
-@@ -430,7 +443,11 @@ struct inode *proc_get_inode(struct super_block *sb, struct proc_dir_entry *de)
+@@ -429,7 +442,11 @@ struct inode *proc_get_inode(struct super_block *sb, struct proc_dir_entry *de)
if (de->mode) {
inode->i_mode = de->mode;
inode->i_uid = de->uid;
@@ -80542,7 +82186,7 @@ index a352d57..cb94a5c 100644
}
fs_initcall(proc_interrupts_init);
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
-index 91a4e64..14bf8fa 100644
+index 92e6726..a600d4fa 100644
--- a/fs/proc/kcore.c
+++ b/fs/proc/kcore.c
@@ -483,9 +483,10 @@ read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos)
@@ -80624,15 +82268,15 @@ index d3ebf2e..6ad42d1 100644
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
, K(global_page_state(NR_ANON_TRANSPARENT_HUGEPAGES) *
diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
-index d4a3574..b421ce9 100644
+index f8595e8..e0d13cbd 100644
--- a/fs/proc/nommu.c
+++ b/fs/proc/nommu.c
@@ -64,7 +64,7 @@ static int nommu_region_show(struct seq_file *m, struct vm_region *region)
if (file) {
seq_pad(m, ' ');
-- seq_path(m, &file->f_path, "");
-+ seq_path(m, &file->f_path, "\n\\");
+- seq_file_path(m, file, "");
++ seq_file_path(m, file, "\n\\");
}
seq_putc(m, '\n');
@@ -81058,7 +82702,7 @@ index 510413eb..34d9a8c 100644
seq_printf(p, "softirq %llu", (unsigned long long)sum_softirq);
diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
-index 6dee68d..1b4add0 100644
+index ca1e091..a048795 100644
--- a/fs/proc/task_mmu.c
+++ b/fs/proc/task_mmu.c
@@ -13,12 +13,19 @@
@@ -81153,8 +82797,8 @@ index 6dee68d..1b4add0 100644
*/
if (file) {
seq_pad(m, ' ');
-- seq_path(m, &file->f_path, "\n");
-+ seq_path(m, &file->f_path, "\n\\");
+- seq_file_path(m, file, "\n");
++ seq_file_path(m, file, "\n\\");
goto done;
}
@@ -81242,13 +82886,13 @@ index 6dee68d..1b4add0 100644
if (file) {
seq_puts(m, " file=");
-- seq_path(m, &file->f_path, "\n\t= ");
-+ seq_path(m, &file->f_path, "\n\t\\= ");
+- seq_file_path(m, file, "\n\t= ");
++ seq_file_path(m, file, "\n\t\\= ");
} else if (vma->vm_start <= mm->brk && vma->vm_end >= mm->start_brk) {
seq_puts(m, " heap");
} else {
diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c
-index 599ec2e..f1413ae 100644
+index e0d64c9..c44c96e 100644
--- a/fs/proc/task_nommu.c
+++ b/fs/proc/task_nommu.c
@@ -51,7 +51,7 @@ void task_mem(struct seq_file *m, struct mm_struct *mm)
@@ -81264,8 +82908,8 @@ index 599ec2e..f1413ae 100644
if (file) {
seq_pad(m, ' ');
-- seq_path(m, &file->f_path, "");
-+ seq_path(m, &file->f_path, "\n\\");
+- seq_file_path(m, file, "");
++ seq_file_path(m, file, "\n\\");
} else if (mm) {
pid_t tid = pid_of_stack(priv, vma, is_pid);
@@ -81550,10 +83194,10 @@ index 2adcde1..7d27bc8 100644
#define __fs_changed(gen,s) (gen != get_generation (s))
#define fs_changed(gen,s) \
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
-index 0111ad0..00f4749 100644
+index 4a62fe8..5dc2f5f 100644
--- a/fs/reiserfs/super.c
+++ b/fs/reiserfs/super.c
-@@ -1868,6 +1868,10 @@ static int reiserfs_fill_super(struct super_block *s, void *data, int silent)
+@@ -1870,6 +1870,10 @@ static int reiserfs_fill_super(struct super_block *s, void *data, int silent)
sbi->s_mount_opt |= (1 << REISERFS_SMALLTAIL);
sbi->s_mount_opt |= (1 << REISERFS_ERROR_RO);
sbi->s_mount_opt |= (1 << REISERFS_BARRIER_FLUSH);
@@ -81565,7 +83209,7 @@ index 0111ad0..00f4749 100644
sbi->s_alloc_options.preallocmin = 0;
/* Preallocate by 16 blocks (17-1) at once */
diff --git a/fs/select.c b/fs/select.c
-index f684c75..4117611 100644
+index 0155473..29d751f 100644
--- a/fs/select.c
+++ b/fs/select.c
@@ -20,6 +20,7 @@
@@ -81585,7 +83229,7 @@ index f684c75..4117611 100644
return -EINVAL;
diff --git a/fs/seq_file.c b/fs/seq_file.c
-index 555f821..02a990b 100644
+index ce9e39f..5c5a436 100644
--- a/fs/seq_file.c
+++ b/fs/seq_file.c
@@ -12,6 +12,8 @@
@@ -81609,7 +83253,7 @@ index 555f821..02a990b 100644
return buf;
}
-@@ -65,6 +67,9 @@ int seq_open(struct file *file, const struct seq_operations *op)
+@@ -68,6 +70,9 @@ int seq_open(struct file *file, const struct seq_operations *op)
#ifdef CONFIG_USER_NS
p->user_ns = file->f_cred->user_ns;
#endif
@@ -81619,7 +83263,7 @@ index 555f821..02a990b 100644
/*
* Wrappers around seq_open(e.g. swaps_open) need to be
-@@ -87,6 +92,16 @@ int seq_open(struct file *file, const struct seq_operations *op)
+@@ -90,6 +95,16 @@ int seq_open(struct file *file, const struct seq_operations *op)
}
EXPORT_SYMBOL(seq_open);
@@ -81636,7 +83280,7 @@ index 555f821..02a990b 100644
static int traverse(struct seq_file *m, loff_t offset)
{
loff_t pos = 0, index;
-@@ -158,7 +173,7 @@ Eoverflow:
+@@ -161,7 +176,7 @@ Eoverflow:
ssize_t seq_read(struct file *file, char __user *buf, size_t size, loff_t *ppos)
{
struct seq_file *m = file->private_data;
@@ -81645,7 +83289,7 @@ index 555f821..02a990b 100644
loff_t pos;
size_t n;
void *p;
-@@ -557,7 +572,7 @@ static void single_stop(struct seq_file *p, void *v)
+@@ -575,7 +590,7 @@ static void single_stop(struct seq_file *p, void *v)
int single_open(struct file *file, int (*show)(struct seq_file *, void *),
void *data)
{
@@ -81654,7 +83298,7 @@ index 555f821..02a990b 100644
int res = -ENOMEM;
if (op) {
-@@ -593,6 +608,17 @@ int single_open_size(struct file *file, int (*show)(struct seq_file *, void *),
+@@ -611,6 +626,17 @@ int single_open_size(struct file *file, int (*show)(struct seq_file *, void *),
}
EXPORT_SYMBOL(single_open_size);
@@ -81673,7 +83317,7 @@ index 555f821..02a990b 100644
{
const struct seq_operations *op = ((struct seq_file *)file->private_data)->op;
diff --git a/fs/splice.c b/fs/splice.c
-index bfe62ae..a84920d 100644
+index 5fc1e50..6ae8957 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -192,7 +192,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
@@ -81706,7 +83350,7 @@ index bfe62ae..a84920d 100644
}
pipe_unlock(pipe);
-@@ -578,7 +578,7 @@ static ssize_t kernel_readv(struct file *file, const struct iovec *vec,
+@@ -579,7 +579,7 @@ static ssize_t kernel_readv(struct file *file, const struct iovec *vec,
old_fs = get_fs();
set_fs(get_ds());
/* The cast to a user pointer is valid due to the set_fs() */
@@ -81715,7 +83359,7 @@ index bfe62ae..a84920d 100644
set_fs(old_fs);
return res;
-@@ -593,7 +593,7 @@ ssize_t kernel_write(struct file *file, const char *buf, size_t count,
+@@ -594,7 +594,7 @@ ssize_t kernel_write(struct file *file, const char *buf, size_t count,
old_fs = get_fs();
set_fs(get_ds());
/* The cast to a user pointer is valid due to the set_fs() */
@@ -81724,7 +83368,7 @@ index bfe62ae..a84920d 100644
set_fs(old_fs);
return res;
-@@ -646,7 +646,7 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos,
+@@ -647,7 +647,7 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos,
goto err;
this_len = min_t(size_t, len, PAGE_CACHE_SIZE - offset);
@@ -81733,7 +83377,7 @@ index bfe62ae..a84920d 100644
vec[i].iov_len = this_len;
spd.pages[i] = page;
spd.nr_pages++;
-@@ -785,7 +785,7 @@ static int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_des
+@@ -786,7 +786,7 @@ static int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_des
ops->release(pipe, buf);
pipe->curbuf = (pipe->curbuf + 1) & (pipe->buffers - 1);
pipe->nrbufs--;
@@ -81742,7 +83386,7 @@ index bfe62ae..a84920d 100644
sd->need_wakeup = true;
}
-@@ -809,10 +809,10 @@ static int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_des
+@@ -810,10 +810,10 @@ static int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_des
static int splice_from_pipe_next(struct pipe_inode_info *pipe, struct splice_desc *sd)
{
while (!pipe->nrbufs) {
@@ -81755,7 +83399,7 @@ index bfe62ae..a84920d 100644
return 0;
if (sd->flags & SPLICE_F_NONBLOCK)
-@@ -1027,7 +1027,7 @@ iter_file_splice_write(struct pipe_inode_info *pipe, struct file *out,
+@@ -1028,7 +1028,7 @@ iter_file_splice_write(struct pipe_inode_info *pipe, struct file *out,
ops->release(pipe, buf);
pipe->curbuf = (pipe->curbuf + 1) & (pipe->buffers - 1);
pipe->nrbufs--;
@@ -81764,7 +83408,7 @@ index bfe62ae..a84920d 100644
sd.need_wakeup = true;
} else {
buf->offset += ret;
-@@ -1187,7 +1187,7 @@ ssize_t splice_direct_to_actor(struct file *in, struct splice_desc *sd,
+@@ -1188,7 +1188,7 @@ ssize_t splice_direct_to_actor(struct file *in, struct splice_desc *sd,
* out of the pipe right after the splice_to_pipe(). So set
* PIPE_READERS appropriately.
*/
@@ -81773,7 +83417,7 @@ index bfe62ae..a84920d 100644
current->splice_pipe = pipe;
}
-@@ -1494,6 +1494,7 @@ static int get_iovec_page_array(const struct iovec __user *iov,
+@@ -1495,6 +1495,7 @@ static int get_iovec_page_array(const struct iovec __user *iov,
partial[buffers].offset = off;
partial[buffers].len = plen;
@@ -81781,7 +83425,7 @@ index bfe62ae..a84920d 100644
off = 0;
len -= plen;
-@@ -1725,9 +1726,9 @@ static int ipipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
+@@ -1726,9 +1727,9 @@ static int ipipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
ret = -ERESTARTSYS;
break;
}
@@ -81793,7 +83437,7 @@ index bfe62ae..a84920d 100644
if (flags & SPLICE_F_NONBLOCK) {
ret = -EAGAIN;
break;
-@@ -1759,7 +1760,7 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
+@@ -1760,7 +1761,7 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
pipe_lock(pipe);
while (pipe->nrbufs >= pipe->buffers) {
@@ -81802,7 +83446,7 @@ index bfe62ae..a84920d 100644
send_sig(SIGPIPE, current, 0);
ret = -EPIPE;
break;
-@@ -1772,9 +1773,9 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
+@@ -1773,9 +1774,9 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
ret = -ERESTARTSYS;
break;
}
@@ -81814,7 +83458,7 @@ index bfe62ae..a84920d 100644
}
pipe_unlock(pipe);
-@@ -1810,14 +1811,14 @@ retry:
+@@ -1811,14 +1812,14 @@ retry:
pipe_double_lock(ipipe, opipe);
do {
@@ -81831,7 +83475,7 @@ index bfe62ae..a84920d 100644
break;
/*
-@@ -1914,7 +1915,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
+@@ -1915,7 +1916,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
pipe_double_lock(ipipe, opipe);
do {
@@ -81840,7 +83484,7 @@ index bfe62ae..a84920d 100644
send_sig(SIGPIPE, current, 0);
if (!ret)
ret = -EPIPE;
-@@ -1959,7 +1960,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
+@@ -1960,7 +1961,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
* return EAGAIN if we have the potential of some data in the
* future, otherwise just return 0
*/
@@ -81996,10 +83640,10 @@ index 94374e4..b5da3a1 100644
}
diff --git a/fs/sysv/sysv.h b/fs/sysv/sysv.h
-index 69d4889..a810bd4 100644
+index 6c21228..9afd5fe 100644
--- a/fs/sysv/sysv.h
+++ b/fs/sysv/sysv.h
-@@ -188,7 +188,7 @@ static inline u32 PDP_swab(u32 x)
+@@ -187,7 +187,7 @@ static inline u32 PDP_swab(u32 x)
#endif
}
@@ -82009,7 +83653,7 @@ index 69d4889..a810bd4 100644
if (sbi->s_bytesex == BYTESEX_PDP)
return PDP_swab((__force __u32)n);
diff --git a/fs/tracefs/inode.c b/fs/tracefs/inode.c
-index a43df11..c368e71 100644
+index cbc8d5d..56d2600 100644
--- a/fs/tracefs/inode.c
+++ b/fs/tracefs/inode.c
@@ -53,7 +53,7 @@ static const struct file_operations tracefs_file_operations = {
@@ -82108,7 +83752,7 @@ index aa138d6..5f3a811 100644
error = notify_change(path->dentry, &newattrs, &delegated_inode);
mutex_unlock(&inode->i_mutex);
diff --git a/fs/xattr.c b/fs/xattr.c
-index 4ef6985..a6cd6567 100644
+index 072fee1..9e497b0 100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -227,6 +227,27 @@ int vfs_xattr_cmp(struct dentry *dentry, const char *xattr_name,
@@ -82229,7 +83873,7 @@ index 4ef6985..a6cd6567 100644
}
fdput(f);
diff --git a/fs/xfs/libxfs/xfs_bmap.c b/fs/xfs/libxfs/xfs_bmap.c
-index f1026e8..a0fbe4f 100644
+index 63e05b6..249b043 100644
--- a/fs/xfs/libxfs/xfs_bmap.c
+++ b/fs/xfs/libxfs/xfs_bmap.c
@@ -554,7 +554,7 @@ xfs_bmap_validate_ret(
@@ -82260,7 +83904,7 @@ index 098cd78..724d3f8 100644
return 0;
sfep = dp->d_ops->sf_nextentry(sfp, sfep);
diff --git a/fs/xfs/xfs_ioctl.c b/fs/xfs/xfs_ioctl.c
-index 87f67c6..7e335bf 100644
+index ea7d85a..6d4b24b 100644
--- a/fs/xfs/xfs_ioctl.c
+++ b/fs/xfs/xfs_ioctl.c
@@ -120,7 +120,7 @@ xfs_find_handle(
@@ -82273,10 +83917,10 @@ index 87f67c6..7e335bf 100644
goto out_put;
diff --git a/fs/xfs/xfs_linux.h b/fs/xfs/xfs_linux.h
-index 7c7842c..ce15222 100644
+index 85f883d..db6eecc 100644
--- a/fs/xfs/xfs_linux.h
+++ b/fs/xfs/xfs_linux.h
-@@ -225,7 +225,7 @@ static inline kgid_t xfs_gid_to_kgid(__uint32_t gid)
+@@ -211,7 +211,7 @@ static inline kgid_t xfs_gid_to_kgid(__uint32_t gid)
* of the compiler which do not like us using do_div in the middle
* of large functions.
*/
@@ -82285,7 +83929,7 @@ index 7c7842c..ce15222 100644
{
__u32 mod;
-@@ -281,7 +281,7 @@ static inline __u32 xfs_do_mod(void *a, __u32 b, int n)
+@@ -267,7 +267,7 @@ static inline __u32 xfs_do_mod(void *a, __u32 b, int n)
return 0;
}
#else
@@ -91662,26 +93306,32 @@ index 0000000..1773300
+}
diff --git a/grsecurity/grsec_link.c b/grsecurity/grsec_link.c
new file mode 100644
-index 0000000..8ef2b75
+index 0000000..84c44a0
--- /dev/null
+++ b/grsecurity/grsec_link.c
-@@ -0,0 +1,59 @@
+@@ -0,0 +1,65 @@
+#include <linux/kernel.h>
+#include <linux/sched.h>
+#include <linux/fs.h>
+#include <linux/file.h>
+#include <linux/grinternal.h>
+
++int gr_get_symlinkown_enabled(void)
++{
++#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
++ if (grsec_enable_symlinkown && in_group_p(grsec_symlinkown_gid))
++ return 1;
++#endif
++ return 0;
++}
++
+int gr_handle_symlink_owner(const struct path *link, const struct inode *target)
+{
+#ifdef CONFIG_GRKERNSEC_SYMLINKOWN
+ const struct inode *link_inode = d_backing_inode(link->dentry);
+
-+ if (grsec_enable_symlinkown && in_group_p(grsec_symlinkown_gid) &&
-+ /* ignore root-owned links, e.g. /proc/self */
-+ gr_is_global_nonroot(link_inode->i_uid) && target &&
-+ !uid_eq(link_inode->i_uid, target->i_uid)) {
-+ gr_log_fs_int2(GR_DONT_AUDIT, GR_SYMLINKOWNER_MSG, link->dentry, link->mnt, link_inode->i_uid, target->i_uid);
++ if (target && !uid_eq(link_inode->i_uid, target->i_uid)) {
++ gr_log_fs_int2(GR_DONT_AUDIT, GR_SYMLINKOWNER_MSG, link->dentry, link->mnt, GR_GLOBAL_UID(link_inode->i_uid), GR_GLOBAL_UID(target->i_uid));
+ return 1;
+ }
+#endif
@@ -91699,7 +93349,7 @@ index 0000000..8ef2b75
+ if (grsec_enable_link && d_is_symlink(dentry) &&
+ (parent->i_mode & S_ISVTX) && !uid_eq(parent->i_uid, inode->i_uid) &&
+ (parent->i_mode & S_IWOTH) && !uid_eq(cred->fsuid, inode->i_uid)) {
-+ gr_log_fs_int2(GR_DONT_AUDIT, GR_SYMLINK_MSG, dentry, mnt, inode->i_uid, inode->i_gid);
++ gr_log_fs_int2(GR_DONT_AUDIT, GR_SYMLINK_MSG, dentry, mnt, GR_GLOBAL_UID(inode->i_uid), GR_GLOBAL_GID(inode->i_gid));
+ return -EACCES;
+ }
+#endif
@@ -91719,7 +93369,7 @@ index 0000000..8ef2b75
+ (!d_is_reg(dentry) || is_privileged_binary(dentry) ||
+ (inode_permission(inode, MAY_READ | MAY_WRITE))) &&
+ !capable(CAP_FOWNER) && gr_is_global_nonroot(cred->uid)) {
-+ gr_log_fs_int2_str(GR_DONT_AUDIT, GR_HARDLINK_MSG, dentry, mnt, inode->i_uid, inode->i_gid, to->name);
++ gr_log_fs_int2_str(GR_DONT_AUDIT, GR_HARDLINK_MSG, dentry, mnt, GR_GLOBAL_UID(inode->i_uid), GR_GLOBAL_GID(inode->i_gid), to->name);
+ return -EPERM;
+ }
+#endif
@@ -91727,10 +93377,10 @@ index 0000000..8ef2b75
+}
diff --git a/grsecurity/grsec_log.c b/grsecurity/grsec_log.c
new file mode 100644
-index 0000000..0eac5aa
+index 0000000..a24b338
--- /dev/null
+++ b/grsecurity/grsec_log.c
-@@ -0,0 +1,342 @@
+@@ -0,0 +1,340 @@
+#include <linux/kernel.h>
+#include <linux/sched.h>
+#include <linux/file.h>
@@ -92043,8 +93693,6 @@ index 0000000..0eac5aa
+ __u8 whr, chr;
+ __u8 wmin, cmin;
+ __u8 wsec, csec;
-+ char cur_tty[64] = { 0 };
-+ char parent_tty[64] = { 0 };
+
+ task = va_arg(ap, struct task_struct *);
+ wday = va_arg(ap, unsigned int);
@@ -92059,7 +93707,7 @@ index 0000000..0eac5aa
+ cred = __task_cred(task);
+ pcred = __task_cred(task->real_parent);
+
-+ gr_log_middle_varargs(audit, msg, gr_task_fullpath(task), task->comm, task_pid_nr(task), &task->signal->curr_ip, tty_name(task->signal->tty, cur_tty), GR_GLOBAL_UID(cred->uid), GR_GLOBAL_UID(cred->euid), GR_GLOBAL_GID(cred->gid), GR_GLOBAL_GID(cred->egid), wday, whr, wmin, wsec, cday, chr, cmin, csec, (task->flags & PF_SIGNALED) ? "killed by signal" : "exited", ulong1, gr_parent_task_fullpath(task), task->real_parent->comm, task_pid_nr(task->real_parent), &task->real_parent->signal->curr_ip, tty_name(task->real_parent->signal->tty, parent_tty), GR_GLOBAL_UID(pcred->uid), GR_GLOBAL_UID(pcred->euid), GR_GLOBAL_GID(pcred->gid), GR_GLOBAL_GID(pcred->egid));
++ gr_log_middle_varargs(audit, msg, gr_task_fullpath(task), task->comm, task_pid_nr(task), &task->signal->curr_ip, tty_name(task->signal->tty), GR_GLOBAL_UID(cred->uid), GR_GLOBAL_UID(cred->euid), GR_GLOBAL_GID(cred->gid), GR_GLOBAL_GID(cred->egid), wday, whr, wmin, wsec, cday, chr, cmin, csec, (task->flags & PF_SIGNALED) ? "killed by signal" : "exited", ulong1, gr_parent_task_fullpath(task), task->real_parent->comm, task_pid_nr(task->real_parent), &task->real_parent->signal->curr_ip, tty_name(task->real_parent->signal->tty), GR_GLOBAL_UID(pcred->uid), GR_GLOBAL_UID(pcred->euid), GR_GLOBAL_GID(pcred->gid), GR_GLOBAL_GID(pcred->egid));
+ }
+ break;
+ default:
@@ -93901,10 +95549,10 @@ index 30ad9c8..c70c170 100644
+
#endif /* _ASM_GENERIC_ATOMIC64_H */
diff --git a/include/asm-generic/barrier.h b/include/asm-generic/barrier.h
-index f5c40b0..e902f9d 100644
+index 55e3abc..104e2a1 100644
--- a/include/asm-generic/barrier.h
+++ b/include/asm-generic/barrier.h
-@@ -82,7 +82,7 @@
+@@ -108,7 +108,7 @@
do { \
compiletime_assert_atomic_type(*p); \
smp_mb(); \
@@ -94150,10 +95798,10 @@ index 810431d..0ec4804f 100644
* (puds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.)
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
-index 39f1d6a..7dae6fb 100644
+index 29c57b2..da571a2 100644
--- a/include/asm-generic/pgtable.h
+++ b/include/asm-generic/pgtable.h
-@@ -695,6 +695,22 @@ static inline int pmd_protnone(pmd_t pmd)
+@@ -715,6 +715,22 @@ static inline int pmd_protnone(pmd_t pmd)
}
#endif /* CONFIG_NUMA_BALANCING */
@@ -94176,6 +95824,18 @@ index 39f1d6a..7dae6fb 100644
#endif /* CONFIG_MMU */
#ifdef CONFIG_HAVE_ARCH_HUGE_VMAP
+diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h
+index b58fd66..6cfae67 100644
+--- a/include/asm-generic/sections.h
++++ b/include/asm-generic/sections.h
+@@ -30,6 +30,7 @@ extern char _data[], _sdata[], _edata[];
+ extern char __bss_start[], __bss_stop[];
+ extern char __init_begin[], __init_end[];
+ extern char _sinittext[], _einittext[];
++extern char _sinitdata[], _einitdata[];
+ extern char _end[];
+ extern char __per_cpu_load[], __per_cpu_start[], __per_cpu_end[];
+ extern char __kprobes_text_start[], __kprobes_text_end[];
diff --git a/include/asm-generic/uaccess.h b/include/asm-generic/uaccess.h
index 72d8803..cb9749c 100644
--- a/include/asm-generic/uaccess.h
@@ -94202,7 +95862,7 @@ index 72d8803..cb9749c 100644
+
#endif /* __ASM_GENERIC_UACCESS_H */
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
-index 8bd374d..9590e70 100644
+index 8bd374d..2665ce3 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -246,6 +246,7 @@
@@ -94253,11 +95913,26 @@ index 8bd374d..9590e70 100644
/**
* PERCPU_SECTION - define output section for percpu area, simple version
+@@ -813,12 +818,14 @@
+
+ #define INIT_DATA_SECTION(initsetup_align) \
+ .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) { \
++ VMLINUX_SYMBOL(_sinitdata) = .; \
+ INIT_DATA \
+ INIT_SETUP(initsetup_align) \
+ INIT_CALLS \
+ CON_INITCALL \
+ SECURITY_INITCALL \
+ INIT_RAM_FS \
++ VMLINUX_SYMBOL(_einitdata) = .; \
+ }
+
+ #define BSS_SECTION(sbss_align, bss_align, stop_align) \
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h
-index 0ecb768..f910132 100644
+index d4ebf6e..ca4bd35 100644
--- a/include/crypto/algapi.h
+++ b/include/crypto/algapi.h
-@@ -34,7 +34,7 @@ struct crypto_type {
+@@ -35,7 +35,7 @@ struct crypto_type {
unsigned int maskclear;
unsigned int maskset;
unsigned int tfmsize;
@@ -94267,7 +95942,7 @@ index 0ecb768..f910132 100644
struct crypto_instance {
struct crypto_alg alg;
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
-index 62c40777..f980496 100644
+index 5aa5197..e4ca348 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -59,6 +59,7 @@
@@ -94335,7 +96010,7 @@ index 62c40777..f980496 100644
/**
* Creates a driver or general drm_ioctl_desc array entry for the given
-@@ -645,7 +649,8 @@ struct drm_info_list {
+@@ -647,7 +651,8 @@ struct drm_info_list {
int (*show)(struct seq_file*, void*); /** show callback */
u32 driver_features; /**< Required driver features for this entry */
void *data;
@@ -94345,7 +96020,7 @@ index 62c40777..f980496 100644
/**
* debugfs node structure. This structure represents a debugfs file.
-@@ -729,7 +734,7 @@ struct drm_device {
+@@ -735,7 +740,7 @@ struct drm_device {
/** \name Usage Counters */
/*@{ */
@@ -94355,7 +96030,7 @@ index 62c40777..f980496 100644
int buf_use; /**< Buffers in use -- cannot alloc */
atomic_t buf_alloc; /**< Buffer allocation in progress */
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h
-index c8fc187..079d4c2 100644
+index 918aa68..f162a8a 100644
--- a/include/drm/drm_crtc_helper.h
+++ b/include/drm/drm_crtc_helper.h
@@ -161,7 +161,7 @@ struct drm_encoder_helper_funcs {
@@ -94367,8 +96042,21 @@ index c8fc187..079d4c2 100644
/**
* struct drm_connector_helper_funcs - helper operations for connectors
+diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h
+index 0de6290..600f107 100644
+--- a/include/drm/drm_mm.h
++++ b/include/drm/drm_mm.h
+@@ -297,7 +297,7 @@ void drm_mm_remove_node(struct drm_mm_node *node);
+ void drm_mm_replace_node(struct drm_mm_node *old, struct drm_mm_node *new);
+ void drm_mm_init(struct drm_mm *mm,
+ u64 start,
+- u64 size);
++ u64 size) __intentional_overflow(-1);
+ void drm_mm_takedown(struct drm_mm *mm);
+ bool drm_mm_clean(struct drm_mm *mm);
+
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
-index 6133723..4c1fccb 100644
+index 17c4456..da0c5eb 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -37,7 +37,7 @@
@@ -94380,6 +96068,21 @@ index 6133723..4c1fccb 100644
0x030000, 0xff0000, \
(unsigned long) info }
+diff --git a/include/drm/intel-gtt.h b/include/drm/intel-gtt.h
+index b08bdad..21e6054 100644
+--- a/include/drm/intel-gtt.h
++++ b/include/drm/intel-gtt.h
+@@ -3,8 +3,8 @@
+ #ifndef _DRM_INTEL_GTT_H
+ #define _DRM_INTEL_GTT_H
+
+-void intel_gtt_get(size_t *gtt_total, size_t *stolen_size,
+- phys_addr_t *mappable_base, unsigned long *mappable_end);
++void intel_gtt_get(uint64_t *gtt_total, uint64_t *stolen_size,
++ uint64_t *mappable_base, uint64_t *mappable_end);
+
+ int intel_gmch_probe(struct pci_dev *bridge_pdev, struct pci_dev *gpu_pdev,
+ struct agp_bridge_data *bridge);
diff --git a/include/drm/ttm/ttm_memory.h b/include/drm/ttm/ttm_memory.h
index 72dcbe8..8db58d7 100644
--- a/include/drm/ttm/ttm_memory.h
@@ -94505,9 +96208,18 @@ index ea17cca..dd56e56 100644
if (small_const_nbits(nbits))
return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits));
diff --git a/include/linux/bitops.h b/include/linux/bitops.h
-index 297f5bd..0b6d1e8 100644
+index 297f5bd..5892caa 100644
--- a/include/linux/bitops.h
+++ b/include/linux/bitops.h
+@@ -75,7 +75,7 @@ static __inline__ int get_count_order(unsigned int count)
+ return order;
+ }
+
+-static inline unsigned long hweight_long(unsigned long w)
++static inline unsigned long __intentional_overflow(-1) hweight_long(unsigned long w)
+ {
+ return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
+ }
@@ -105,7 +105,7 @@ static inline __u64 ror64(__u64 word, unsigned int shift)
* @word: value to rotate
* @shift: bits to roll
@@ -94536,10 +96248,10 @@ index 297f5bd..0b6d1e8 100644
if (sizeof(l) == 4)
return fls(l);
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
-index 5d93a66..978c4a0 100644
+index d4068c1..77159a1 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
-@@ -1614,7 +1614,7 @@ struct block_device_operations {
+@@ -1567,7 +1567,7 @@ struct block_device_operations {
/* this callback is with swap_lock and sometimes page table lock held */
void (*swap_slot_free_notify) (struct block_device *, unsigned long);
struct module *owner;
@@ -94639,10 +96351,10 @@ index bda5ec0b4..51d8ea1 100644
extern int cleancache_register_ops(struct cleancache_ops *ops);
extern void __cleancache_init_fs(struct super_block *);
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
-index df69531..0180e68 100644
+index 78842f4..7e7f81f 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
-@@ -195,6 +195,7 @@ struct clk_ops {
+@@ -196,6 +196,7 @@ struct clk_ops {
void (*init)(struct clk_hw *hw);
int (*debug_init)(struct clk_hw *hw, struct dentry *dentry);
};
@@ -94650,55 +96362,8 @@ index df69531..0180e68 100644
/**
* struct clk_init_data - holds init data that's common to all clocks and is
-@@ -209,7 +210,7 @@ struct clk_ops {
- struct clk_init_data {
- const char *name;
- const struct clk_ops *ops;
-- const char **parent_names;
-+ const char * const *parent_names;
- u8 num_parents;
- unsigned long flags;
- };
-@@ -426,12 +427,12 @@ extern const struct clk_ops clk_mux_ops;
- extern const struct clk_ops clk_mux_ro_ops;
-
- struct clk *clk_register_mux(struct device *dev, const char *name,
-- const char **parent_names, u8 num_parents, unsigned long flags,
-+ const char * const *parent_names, u8 num_parents, unsigned long flags,
- void __iomem *reg, u8 shift, u8 width,
- u8 clk_mux_flags, spinlock_t *lock);
-
- struct clk *clk_register_mux_table(struct device *dev, const char *name,
-- const char **parent_names, u8 num_parents, unsigned long flags,
-+ const char * const *parent_names, u8 num_parents, unsigned long flags,
- void __iomem *reg, u8 shift, u32 mask,
- u8 clk_mux_flags, u32 *table, spinlock_t *lock);
-
-diff --git a/include/linux/clkdev.h b/include/linux/clkdev.h
-index 94bad77..a39e810 100644
---- a/include/linux/clkdev.h
-+++ b/include/linux/clkdev.h
-@@ -32,7 +32,7 @@ struct clk_lookup {
- }
-
- struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id,
-- const char *dev_fmt, ...);
-+ const char *dev_fmt, ...) __printf(3, 4);
-
- void clkdev_add(struct clk_lookup *cl);
- void clkdev_drop(struct clk_lookup *cl);
-@@ -40,7 +40,8 @@ void clkdev_drop(struct clk_lookup *cl);
- void clkdev_add_table(struct clk_lookup *, size_t);
- int clk_add_alias(const char *, const char *, char *, struct device *);
-
--int clk_register_clkdev(struct clk *, const char *, const char *, ...);
-+int clk_register_clkdev(struct clk *, const char *, const char *, ...)
-+ __printf(3, 4);
- int clk_register_clkdevs(struct clk *, struct clk_lookup *, size_t);
-
- #ifdef CONFIG_COMMON_CLK
diff --git a/include/linux/compat.h b/include/linux/compat.h
-index ab25814..63b52db 100644
+index a76c917..63b52db 100644
--- a/include/linux/compat.h
+++ b/include/linux/compat.h
@@ -316,7 +316,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
@@ -94719,15 +96384,6 @@ index ab25814..63b52db 100644
asmlinkage long compat_sys_keyctl(u32 option,
u32 arg2, u32 arg3, u32 arg4, u32 arg5);
asmlinkage long compat_sys_ustat(unsigned dev, struct compat_ustat __user *u32);
-@@ -424,7 +424,7 @@ asmlinkage long compat_sys_settimeofday(struct compat_timeval __user *tv,
-
- asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp);
-
--extern int compat_printk(const char *fmt, ...);
-+extern __printf(1, 2) int compat_printk(const char *fmt, ...);
- extern void sigset_from_compat(sigset_t *set, const compat_sigset_t *compat);
- extern void sigset_to_compat(compat_sigset_t *compat, const sigset_t *set);
-
@@ -439,7 +439,7 @@ extern int compat_ptrace_request(struct task_struct *child,
extern long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
compat_ulong_t addr, compat_ulong_t data);
@@ -94738,25 +96394,21 @@ index ab25814..63b52db 100644
asmlinkage long compat_sys_lookup_dcookie(u32, u32, char __user *, compat_size_t);
/*
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h
-index 371e560..e2e4e3e 100644
+index dfaa7b3..58cebfb 100644
--- a/include/linux/compiler-gcc.h
+++ b/include/linux/compiler-gcc.h
-@@ -108,8 +108,8 @@
+@@ -116,8 +116,8 @@
*/
- #define __pure __attribute__((pure))
- #define __aligned(x) __attribute__((aligned(x)))
--#define __printf(a, b) __attribute__((format(printf, a, b)))
--#define __scanf(a, b) __attribute__((format(scanf, a, b)))
-+#define __printf(a, b) __attribute__((format(printf, a, b))) __nocapture(a, b)
-+#define __scanf(a, b) __attribute__((format(scanf, a, b))) __nocapture(a, b)
- #define noinline __attribute__((noinline))
- #define __attribute_const__ __attribute__((__const__))
- #define __maybe_unused __attribute__((unused))
-diff --git a/include/linux/compiler-gcc4.h b/include/linux/compiler-gcc4.h
-index 769e198..7ee7cb5 100644
---- a/include/linux/compiler-gcc4.h
-+++ b/include/linux/compiler-gcc4.h
-@@ -39,9 +39,38 @@
+ #define __pure __attribute__((pure))
+ #define __aligned(x) __attribute__((aligned(x)))
+-#define __printf(a, b) __attribute__((format(printf, a, b)))
+-#define __scanf(a, b) __attribute__((format(scanf, a, b)))
++#define __printf(a, b) __attribute__((format(printf, a, b))) __nocapture(a, b)
++#define __scanf(a, b) __attribute__((format(scanf, a, b))) __nocapture(a, b)
+ #define __attribute_const__ __attribute__((__const__))
+ #define __maybe_unused __attribute__((unused))
+ #define __always_unused __attribute__((unused))
+@@ -184,9 +184,38 @@
# define __compiletime_warning(message) __attribute__((warning(message)))
# define __compiletime_error(message) __attribute__((error(message)))
#endif /* __CHECKER__ */
@@ -94795,47 +96447,8 @@ index 769e198..7ee7cb5 100644
/*
* Mark a position in code as unreachable. This can be used to
* suppress control flow warnings after asm blocks that transfer
-diff --git a/include/linux/compiler-gcc5.h b/include/linux/compiler-gcc5.h
-index efee493..8aa8f6b 100644
---- a/include/linux/compiler-gcc5.h
-+++ b/include/linux/compiler-gcc5.h
-@@ -28,6 +28,34 @@
- # define __compiletime_error(message) __attribute__((error(message)))
- #endif /* __CHECKER__ */
-
-+#define __alloc_size(...) __attribute((alloc_size(__VA_ARGS__)))
-+#define __bos(ptr, arg) __builtin_object_size((ptr), (arg))
-+#define __bos0(ptr) __bos((ptr), 0)
-+#define __bos1(ptr) __bos((ptr), 1)
-+
-+#ifdef RANDSTRUCT_PLUGIN
-+#define __randomize_layout __attribute__((randomize_layout))
-+#define __no_randomize_layout __attribute__((no_randomize_layout))
-+#endif
-+
-+#ifdef CONSTIFY_PLUGIN
-+#define __no_const __attribute__((no_const))
-+#define __do_const __attribute__((do_const))
-+#endif
-+
-+#ifdef SIZE_OVERFLOW_PLUGIN
-+#define __size_overflow(...) __attribute__((size_overflow(__VA_ARGS__)))
-+#define __intentional_overflow(...) __attribute__((intentional_overflow(__VA_ARGS__)))
-+#endif
-+
-+#ifdef LATENT_ENTROPY_PLUGIN
-+#define __latent_entropy __attribute__((latent_entropy))
-+#endif
-+
-+#ifdef INITIFY_PLUGIN
-+#define __nocapture(...) __attribute__((nocapture(__VA_ARGS__)))
-+#endif
-+
- /*
- * Mark a position in code as unreachable. This can be used to
- * suppress control flow warnings after asm blocks that transfer
diff --git a/include/linux/compiler.h b/include/linux/compiler.h
-index 8677225..2d49df1 100644
+index e08a6ae..2e5e776 100644
--- a/include/linux/compiler.h
+++ b/include/linux/compiler.h
@@ -5,11 +5,14 @@
@@ -94853,11 +96466,13 @@ index 8677225..2d49df1 100644
# define __must_hold(x) __attribute__((context(x,1,1)))
# define __acquires(x) __attribute__((context(x,0,1)))
# define __releases(x) __attribute__((context(x,1,0)))
-@@ -17,20 +20,37 @@
+@@ -17,21 +20,39 @@
# define __release(x) __context__(x,-1)
# define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0)
# define __percpu __attribute__((noderef, address_space(3)))
+# define __force_percpu __force __percpu
+ # define __pmem __attribute__((noderef, address_space(5)))
++# define __force_pmem __force __pmem
#ifdef CONFIG_SPARSE_RCU_POINTER
# define __rcu __attribute__((noderef, address_space(4)))
+# define __force_rcu __force __rcu
@@ -94893,17 +96508,19 @@ index 8677225..2d49df1 100644
# define __chk_user_ptr(x) (void)0
# define __chk_io_ptr(x) (void)0
# define __builtin_warning(x, y...) (1)
-@@ -41,7 +61,9 @@ extern void __chk_io_ptr(const volatile void __iomem *);
+@@ -42,8 +63,11 @@ extern void __chk_io_ptr(const volatile void __iomem *);
# define __release(x) (void)0
# define __cond_lock(x,c) (c)
# define __percpu
+# define __force_percpu
# define __rcu
+# define __force_rcu
+ # define __pmem
++# define __force_pmem
#endif
/* Indirect macros required for expanded argument pasting, eg. __LINE__. */
-@@ -199,27 +221,27 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
+@@ -201,27 +225,27 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
static __always_inline void __read_once_size(const volatile void *p, void *res, int size)
{
switch (size) {
@@ -94942,7 +96559,7 @@ index 8677225..2d49df1 100644
barrier();
}
}
-@@ -352,6 +374,38 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
+@@ -370,6 +394,38 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
# define __attribute_const__ /* unimplemented */
#endif
@@ -94981,7 +96598,7 @@ index 8677225..2d49df1 100644
/*
* Tell gcc if a function is cold. The compiler will assume any path
* directly leading to the call is unlikely.
-@@ -361,6 +415,22 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
+@@ -379,6 +435,22 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
#define __cold
#endif
@@ -95004,7 +96621,7 @@ index 8677225..2d49df1 100644
/* Simple shorthand for a section definition */
#ifndef __section
# define __section(S) __attribute__ ((__section__(#S)))
-@@ -375,6 +445,8 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
+@@ -393,6 +465,8 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
# define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b))
#endif
@@ -95013,7 +96630,7 @@ index 8677225..2d49df1 100644
/* Is this type a native word size -- useful for atomic operations */
#ifndef __native_word
# define __native_word(t) (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || sizeof(t) == sizeof(int) || sizeof(t) == sizeof(long))
-@@ -454,8 +526,9 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
+@@ -472,8 +546,9 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
*/
#define __ACCESS_ONCE(x) ({ \
__maybe_unused typeof(x) __var = (__force typeof(x)) 0; \
@@ -95022,8 +96639,8 @@ index 8677225..2d49df1 100644
#define ACCESS_ONCE(x) (*__ACCESS_ONCE(x))
+#define ACCESS_ONCE_RW(x) (*(volatile typeof(x) *)&(x))
- /* Ignore/forbid kprobes attach on very low level functions marked by this attribute: */
- #ifdef CONFIG_KPROBES
+ /**
+ * lockless_dereference() - safely load a pointer for later dereference
diff --git a/include/linux/completion.h b/include/linux/completion.h
index 5d5aaae..0ea9b84 100644
--- a/include/linux/completion.h
@@ -95052,20 +96669,10 @@ index 5d5aaae..0ea9b84 100644
extern bool completion_done(struct completion *x);
diff --git a/include/linux/configfs.h b/include/linux/configfs.h
-index 34025df..9c263df 100644
+index 63a36e8..26b0825 100644
--- a/include/linux/configfs.h
+++ b/include/linux/configfs.h
-@@ -64,7 +64,8 @@ struct config_item {
- struct dentry *ci_dentry;
- };
-
--extern int config_item_set_name(struct config_item *, const char *, ...);
-+extern __printf(2, 3)
-+int config_item_set_name(struct config_item *, const char *, ...);
-
- static inline char *config_item_name(struct config_item * item)
- {
-@@ -125,7 +126,7 @@ struct configfs_attribute {
+@@ -125,7 +125,7 @@ struct configfs_attribute {
const char *ca_name;
struct module *ca_owner;
umode_t ca_mode;
@@ -95074,29 +96681,11 @@ index 34025df..9c263df 100644
/*
* Users often need to create attribute structures for their configurable
-diff --git a/include/linux/cpu.h b/include/linux/cpu.h
-index c0fb6b1..23c30bd 100644
---- a/include/linux/cpu.h
-+++ b/include/linux/cpu.h
-@@ -40,9 +40,10 @@ extern void cpu_remove_dev_attr(struct device_attribute *attr);
- extern int cpu_add_dev_attr_group(struct attribute_group *attrs);
- extern void cpu_remove_dev_attr_group(struct attribute_group *attrs);
-
--extern struct device *cpu_device_create(struct device *parent, void *drvdata,
-- const struct attribute_group **groups,
-- const char *fmt, ...);
-+extern __printf(4, 5)
-+struct device *cpu_device_create(struct device *parent, void *drvdata,
-+ const struct attribute_group **groups,
-+ const char *fmt, ...);
- #ifdef CONFIG_HOTPLUG_CPU
- extern void unregister_cpu(struct cpu *cpu);
- extern ssize_t arch_cpu_probe(const char *, size_t);
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
-index 2ee4888..0451f5e 100644
+index bde1e56..168de74 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
-@@ -207,6 +207,7 @@ struct global_attr {
+@@ -211,6 +211,7 @@ struct global_attr {
ssize_t (*store)(struct kobject *a, struct attribute *b,
const char *c, size_t count);
};
@@ -95104,7 +96693,7 @@ index 2ee4888..0451f5e 100644
#define define_one_global_ro(_name) \
static struct global_attr _name = \
-@@ -278,7 +279,7 @@ struct cpufreq_driver {
+@@ -282,7 +283,7 @@ struct cpufreq_driver {
bool boost_supported;
bool boost_enabled;
int (*set_boost)(int state);
@@ -95114,7 +96703,7 @@ index 2ee4888..0451f5e 100644
/* flags */
#define CPUFREQ_STICKY (1 << 0) /* driver isn't removed even if
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h
-index 9c5e892..feb34e0 100644
+index d075d34..3b6734a 100644
--- a/include/linux/cpuidle.h
+++ b/include/linux/cpuidle.h
@@ -59,7 +59,8 @@ struct cpuidle_state {
@@ -95127,7 +96716,7 @@ index 9c5e892..feb34e0 100644
/* Idle State Flags */
#define CPUIDLE_FLAG_COUPLED (0x02) /* state applies to multiple cpus */
-@@ -227,7 +228,7 @@ struct cpuidle_governor {
+@@ -235,7 +236,7 @@ struct cpuidle_governor {
void (*reflect) (struct cpuidle_device *dev, int index);
struct module *owner;
@@ -95238,10 +96827,10 @@ index 8b6c083..51cb9f5 100644
#define current_cred_xxx(xxx) \
({ \
diff --git a/include/linux/crypto.h b/include/linux/crypto.h
-index 10df5d2..503d678 100644
+index 81ef938..9ec0fdb 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
-@@ -632,7 +632,7 @@ struct cipher_tfm {
+@@ -569,7 +569,7 @@ struct cipher_tfm {
const u8 *key, unsigned int keylen);
void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
@@ -95250,22 +96839,15 @@ index 10df5d2..503d678 100644
struct hash_tfm {
int (*init)(struct hash_desc *desc);
-@@ -653,13 +653,13 @@ struct compress_tfm {
+@@ -590,7 +590,7 @@ struct compress_tfm {
int (*cot_decompress)(struct crypto_tfm *tfm,
const u8 *src, unsigned int slen,
u8 *dst, unsigned int *dlen);
-};
+} __no_const;
- struct rng_tfm {
- int (*rng_gen_random)(struct crypto_rng *tfm, u8 *rdata,
- unsigned int dlen);
- int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);
--};
-+} __no_const;
-
#define crt_ablkcipher crt_u.ablkcipher
- #define crt_aead crt_u.aead
+ #define crt_blkcipher crt_u.blkcipher
diff --git a/include/linux/ctype.h b/include/linux/ctype.h
index 653589e..4ef254a 100644
--- a/include/linux/ctype.h
@@ -95280,7 +96862,7 @@ index 653589e..4ef254a 100644
return c | 0x20;
}
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
-index df334cb..e730faa 100644
+index d67ae11..9ec20d2 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -123,6 +123,9 @@ struct dentry {
@@ -95302,7 +96884,7 @@ index df334cb..e730faa 100644
/*
* dentry->d_lock spinlock nesting subclasses:
-@@ -319,13 +322,14 @@ extern struct dentry *__d_lookup_rcu(const struct dentry *parent,
+@@ -321,7 +324,7 @@ extern struct dentry *__d_lookup_rcu(const struct dentry *parent,
static inline unsigned d_count(const struct dentry *dentry)
{
@@ -95311,15 +96893,7 @@ index df334cb..e730faa 100644
}
/*
- * helper function for dentry_operations.d_dname() members
- */
--extern char *dynamic_dname(struct dentry *, char *, int, const char *, ...);
-+extern __printf(4, 5)
-+char *dynamic_dname(struct dentry *, char *, int, const char *, ...);
- extern char *simple_dname(struct dentry *, char *, int);
-
- extern char *__d_path(const struct path *, const struct path *, char *, int);
-@@ -347,7 +351,7 @@ extern char *dentry_path(struct dentry *, char *, int);
+@@ -350,7 +353,7 @@ extern char *dentry_path(struct dentry *, char *, int);
static inline struct dentry *dget_dlock(struct dentry *dentry)
{
if (dentry)
@@ -95355,10 +96929,10 @@ index ce447f0..83c66bd 100644
/**
* struct devfreq - Device devfreq structure
diff --git a/include/linux/device.h b/include/linux/device.h
-index 6558af9..48bce1a 100644
+index a2b4ea7..b07dddd 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
-@@ -312,7 +312,7 @@ struct subsys_interface {
+@@ -342,7 +342,7 @@ struct subsys_interface {
struct list_head node;
int (*add_dev)(struct device *dev, struct subsys_interface *sif);
int (*remove_dev)(struct device *dev, struct subsys_interface *sif);
@@ -95367,7 +96941,7 @@ index 6558af9..48bce1a 100644
int subsys_interface_register(struct subsys_interface *sif);
void subsys_interface_unregister(struct subsys_interface *sif);
-@@ -508,7 +508,7 @@ struct device_type {
+@@ -538,7 +538,7 @@ struct device_type {
void (*release)(struct device *dev);
const struct dev_pm_ops *pm;
@@ -95376,7 +96950,7 @@ index 6558af9..48bce1a 100644
/* interface for exporting device attributes */
struct device_attribute {
-@@ -518,11 +518,12 @@ struct device_attribute {
+@@ -548,11 +548,12 @@ struct device_attribute {
ssize_t (*store)(struct device *dev, struct device_attribute *attr,
const char *buf, size_t count);
};
@@ -95390,35 +96964,6 @@ index 6558af9..48bce1a 100644
ssize_t device_show_ulong(struct device *dev, struct device_attribute *attr,
char *buf);
-@@ -607,8 +608,9 @@ extern int devres_release_group(struct device *dev, void *id);
-
- /* managed devm_k.alloc/kfree for device drivers */
- extern void *devm_kmalloc(struct device *dev, size_t size, gfp_t gfp);
--extern char *devm_kvasprintf(struct device *dev, gfp_t gfp, const char *fmt,
-- va_list ap);
-+extern __printf(3, 0)
-+char *devm_kvasprintf(struct device *dev, gfp_t gfp, const char *fmt,
-+ va_list ap);
- extern __printf(3, 4)
- char *devm_kasprintf(struct device *dev, gfp_t gfp, const char *fmt, ...);
- static inline void *devm_kzalloc(struct device *dev, size_t size, gfp_t gfp)
-@@ -980,12 +982,10 @@ extern int __must_check device_reprobe(struct device *dev);
- /*
- * Easy functions for dynamically creating devices on the fly
- */
--extern struct device *device_create_vargs(struct class *cls,
-- struct device *parent,
-- dev_t devt,
-- void *drvdata,
-- const char *fmt,
-- va_list vargs);
-+extern __printf(5, 0)
-+struct device *device_create_vargs(struct class *cls, struct device *parent,
-+ dev_t devt, void *drvdata,
-+ const char *fmt, va_list vargs);
- extern __printf(5, 6)
- struct device *device_create(struct class *cls, struct device *parent,
- dev_t devt, void *drvdata,
diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h
index ac07ff0..edff186 100644
--- a/include/linux/dma-mapping.h
@@ -95433,10 +96978,10 @@ index ac07ff0..edff186 100644
#define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1))
diff --git a/include/linux/efi.h b/include/linux/efi.h
-index af5be03..d8a6ae2 100644
+index 85ef051..2714c3b 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
-@@ -1057,6 +1057,7 @@ struct efivar_operations {
+@@ -1073,6 +1073,7 @@ struct efivar_operations {
efi_set_variable_nonblocking_t *set_variable_nonblocking;
efi_query_variable_store_t *query_variable_store;
};
@@ -95484,10 +97029,10 @@ index a729120..6ede2c9 100644
return (long) ptr;
}
diff --git a/include/linux/extcon.h b/include/linux/extcon.h
-index 36f49c4..a2a1f4c 100644
+index b16d929..d389bf1 100644
--- a/include/linux/extcon.h
+++ b/include/linux/extcon.h
-@@ -135,7 +135,7 @@ struct extcon_dev {
+@@ -120,7 +120,7 @@ struct extcon_dev {
/* /sys/class/extcon/.../mutually_exclusive/... */
struct attribute_group attr_g_muex;
struct attribute **attrs_muex;
@@ -95511,10 +97056,10 @@ index 043f328..180ccbf 100644
#ifdef CONFIG_FB_TILEBLITTING
#define FB_TILE_CURSOR_NONE 0
diff --git a/include/linux/fdtable.h b/include/linux/fdtable.h
-index 230f87b..1fd0485 100644
+index fbb8874..15c61e7 100644
--- a/include/linux/fdtable.h
+++ b/include/linux/fdtable.h
-@@ -100,7 +100,7 @@ struct files_struct *get_files_struct(struct task_struct *);
+@@ -103,7 +103,7 @@ struct files_struct *get_files_struct(struct task_struct *);
void put_files_struct(struct files_struct *fs);
void reset_files_struct(struct files_struct *);
int unshare_files(struct files_struct **);
@@ -95523,24 +97068,11 @@ index 230f87b..1fd0485 100644
void do_close_on_exec(struct files_struct *);
int iterate_fd(struct files_struct *, unsigned,
int (*)(const void *, struct file *, unsigned),
-diff --git a/include/linux/frontswap.h b/include/linux/frontswap.h
-index 8293262..2b3b8bd 100644
---- a/include/linux/frontswap.h
-+++ b/include/linux/frontswap.h
-@@ -11,7 +11,7 @@ struct frontswap_ops {
- int (*load)(unsigned, pgoff_t, struct page *);
- void (*invalidate_page)(unsigned, pgoff_t);
- void (*invalidate_area)(unsigned);
--};
-+} __no_const;
-
- extern bool frontswap_enabled;
- extern struct frontswap_ops *
diff --git a/include/linux/fs.h b/include/linux/fs.h
-index 571aab9..03a5b06 100644
+index 84b783f..b31767d 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
-@@ -437,7 +437,7 @@ struct address_space {
+@@ -439,7 +439,7 @@ struct address_space {
spinlock_t private_lock; /* for use by the address_space */
struct list_head private_list; /* ditto */
void *private_data; /* ditto */
@@ -95549,7 +97081,7 @@ index 571aab9..03a5b06 100644
/*
* On most architectures that alignment is already the case; but
* must be enforced here for CRIS, to let the least significant bit
-@@ -480,7 +480,7 @@ struct block_device {
+@@ -482,7 +482,7 @@ struct block_device {
int bd_fsfreeze_count;
/* Mutex for freeze */
struct mutex bd_fsfreeze_mutex;
@@ -95558,7 +97090,7 @@ index 571aab9..03a5b06 100644
/*
* Radix-tree tags, for tagging dirty and writeback pages within the pagecache
-@@ -666,7 +666,7 @@ struct inode {
+@@ -677,7 +677,7 @@ struct inode {
#endif
void *i_private; /* fs or device private pointer */
@@ -95567,7 +97099,7 @@ index 571aab9..03a5b06 100644
static inline int inode_unhashed(struct inode *inode)
{
-@@ -861,7 +861,7 @@ struct file {
+@@ -872,7 +872,7 @@ struct file {
struct list_head f_tfile_llink;
#endif /* #ifdef CONFIG_EPOLL */
struct address_space *f_mapping;
@@ -95576,7 +97108,7 @@ index 571aab9..03a5b06 100644
struct file_handle {
__u32 handle_bytes;
-@@ -990,7 +990,7 @@ struct file_lock {
+@@ -1001,7 +1001,7 @@ struct file_lock {
int state; /* state of grant or error if -ve */
} afs;
} fl_u;
@@ -95585,7 +97117,7 @@ index 571aab9..03a5b06 100644
struct file_lock_context {
spinlock_t flc_lock;
-@@ -1351,7 +1351,7 @@ struct super_block {
+@@ -1380,7 +1380,7 @@ struct super_block {
* Indicates how deep in a filesystem stack this SB is
*/
int s_stack_depth;
@@ -95594,7 +97126,7 @@ index 571aab9..03a5b06 100644
extern struct timespec current_fs_time(struct super_block *sb);
-@@ -1603,7 +1603,8 @@ struct file_operations {
+@@ -1632,7 +1632,8 @@ struct file_operations {
#ifndef CONFIG_MMU
unsigned (*mmap_capabilities)(struct file *);
#endif
@@ -95604,7 +97136,7 @@ index 571aab9..03a5b06 100644
struct inode_operations {
struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
-@@ -2303,7 +2304,7 @@ extern int register_chrdev_region(dev_t, unsigned, const char *);
+@@ -2341,7 +2342,7 @@ extern int register_chrdev_region(dev_t, unsigned, const char *);
extern int __register_chrdev(unsigned int major, unsigned int baseminor,
unsigned int count, const char *name,
const struct file_operations *fops);
@@ -95613,7 +97145,7 @@ index 571aab9..03a5b06 100644
unsigned int count, const char *name);
extern void unregister_chrdev_region(dev_t, unsigned);
extern void chrdev_show(struct seq_file *,off_t);
-@@ -2989,4 +2990,14 @@ static inline bool dir_relax(struct inode *inode)
+@@ -3041,4 +3042,14 @@ static inline bool dir_relax(struct inode *inode)
return !IS_DEADDIR(inode);
}
@@ -95649,10 +97181,10 @@ index 0efc3e6..fd23610 100644
extern struct kmem_cache *fs_cachep;
diff --git a/include/linux/fscache-cache.h b/include/linux/fscache-cache.h
-index 7714849..a4a5c7a 100644
+index 604e152..5954d0d 100644
--- a/include/linux/fscache-cache.h
+++ b/include/linux/fscache-cache.h
-@@ -113,7 +113,7 @@ struct fscache_operation {
+@@ -117,7 +117,7 @@ struct fscache_operation {
fscache_operation_release_t release;
};
@@ -95661,15 +97193,6 @@ index 7714849..a4a5c7a 100644
extern void fscache_op_work_func(struct work_struct *work);
extern void fscache_enqueue_operation(struct fscache_operation *);
-@@ -135,7 +135,7 @@ static inline void fscache_operation_init(struct fscache_operation *op,
- INIT_WORK(&op->work, fscache_op_work_func);
- atomic_set(&op->usage, 1);
- op->state = FSCACHE_OP_ST_INITIALISED;
-- op->debug_id = atomic_inc_return(&fscache_op_debug_id);
-+ op->debug_id = atomic_inc_return_unchecked(&fscache_op_debug_id);
- op->processor = processor;
- op->release = release;
- INIT_LIST_HEAD(&op->pend_link);
diff --git a/include/linux/fscache.h b/include/linux/fscache.h
index 115bb81..e7b812b 100644
--- a/include/linux/fscache.h
@@ -95752,7 +97275,7 @@ index 667c311..abac2a7 100644
};
diff --git a/include/linux/gfp.h b/include/linux/gfp.h
-index 15928f0..90b31d7 100644
+index ad35f30..30b1916 100644
--- a/include/linux/gfp.h
+++ b/include/linux/gfp.h
@@ -35,6 +35,13 @@ struct vm_area_struct;
@@ -96828,10 +98351,10 @@ index 0000000..3092b3c
+#define GR_MSRWRITE_MSG "denied write to CPU MSR by "
diff --git a/include/linux/grsecurity.h b/include/linux/grsecurity.h
new file mode 100644
-index 0000000..ae28a25
+index 0000000..bdf5c8b
--- /dev/null
+++ b/include/linux/grsecurity.h
-@@ -0,0 +1,247 @@
+@@ -0,0 +1,249 @@
+#ifndef GR_SECURITY_H
+#define GR_SECURITY_H
+#include <linux/fs.h>
@@ -97039,6 +98562,8 @@ index 0000000..ae28a25
+u64 gr_get_ino_from_dentry(struct dentry *dentry);
+void gr_put_exec_file(struct task_struct *task);
+
++int gr_get_symlinkown_enabled(void);
++
+int gr_ptrace_readexec(struct file *file, int unsafe_flags);
+
+void gr_inc_chroot_refcnts(struct dentry *dentry, struct vfsmount *mnt);
@@ -97105,10 +98630,10 @@ index 0000000..e7ffaaf
+
+#endif
diff --git a/include/linux/highmem.h b/include/linux/highmem.h
-index 9286a46..373f27f 100644
+index 6aefcd0..98b81dc 100644
--- a/include/linux/highmem.h
+++ b/include/linux/highmem.h
-@@ -189,6 +189,18 @@ static inline void clear_highpage(struct page *page)
+@@ -191,6 +191,18 @@ static inline void clear_highpage(struct page *page)
kunmap_atomic(kaddr);
}
@@ -97164,7 +98689,7 @@ index e83a738..8b323fa 100644
/**
* struct i2c_bus_recovery_info - I2C bus recovery information
diff --git a/include/linux/if_pppox.h b/include/linux/if_pppox.h
-index 66a7d76..5e68d20 100644
+index b49cf92..0c29072 100644
--- a/include/linux/if_pppox.h
+++ b/include/linux/if_pppox.h
@@ -78,7 +78,7 @@ struct pppox_proto {
@@ -97177,7 +98702,7 @@ index 66a7d76..5e68d20 100644
extern int register_pppox_proto(int proto_num, const struct pppox_proto *pp);
extern void unregister_pppox_proto(int proto_num);
diff --git a/include/linux/init.h b/include/linux/init.h
-index 21b6d76..4a6775c 100644
+index b449f37..61005b3 100644
--- a/include/linux/init.h
+++ b/include/linux/init.h
@@ -37,9 +37,17 @@
@@ -97199,8 +98724,8 @@ index 21b6d76..4a6775c 100644
#define __initdata __section(.init.data)
#define __initconst __constsection(.init.rodata)
#define __exitdata __section(.exit.data)
-@@ -100,7 +108,7 @@
- #define __cpuexitconst
+@@ -92,7 +100,7 @@
+ #define __exit __section(.exit.text) __exitused __cold notrace
/* Used for MEMORY_HOTPLUG */
-#define __meminit __section(.meminit.text) __cold notrace
@@ -97209,10 +98734,10 @@ index 21b6d76..4a6775c 100644
#define __meminitconst __constsection(.meminit.rodata)
#define __memexit __section(.memexit.text) __exitused __cold notrace
diff --git a/include/linux/init_task.h b/include/linux/init_task.h
-index 696d223..6d6b39f 100644
+index e8493fe..8684844 100644
--- a/include/linux/init_task.h
+++ b/include/linux/init_task.h
-@@ -158,6 +158,12 @@ extern struct task_group root_task_group;
+@@ -149,6 +149,12 @@ extern struct task_group root_task_group;
#define INIT_TASK_COMM "swapper"
@@ -97225,7 +98750,7 @@ index 696d223..6d6b39f 100644
#ifdef CONFIG_RT_MUTEXES
# define INIT_RT_MUTEXES(tsk) \
.pi_waiters = RB_ROOT, \
-@@ -224,6 +230,7 @@ extern struct task_group root_task_group;
+@@ -215,6 +221,7 @@ extern struct task_group root_task_group;
RCU_POINTER_INITIALIZER(cred, &init_cred), \
.comm = INIT_TASK_COMM, \
.thread = INIT_THREAD, \
@@ -97234,10 +98759,10 @@ index 696d223..6d6b39f 100644
.files = &init_files, \
.signal = &init_signals, \
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
-index 950ae45..df6ac60 100644
+index be7e75c..09bec77 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
-@@ -432,8 +432,8 @@ extern const char * const softirq_to_name[NR_SOFTIRQS];
+@@ -433,8 +433,8 @@ extern const char * const softirq_to_name[NR_SOFTIRQS];
struct softirq_action
{
@@ -97248,7 +98773,7 @@ index 950ae45..df6ac60 100644
asmlinkage void do_softirq(void);
asmlinkage void __do_softirq(void);
-@@ -447,7 +447,7 @@ static inline void do_softirq_own_stack(void)
+@@ -448,7 +448,7 @@ static inline void do_softirq_own_stack(void)
}
#endif
@@ -97258,10 +98783,10 @@ index 950ae45..df6ac60 100644
extern void __raise_softirq_irqoff(unsigned int nr);
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
-index 0546b87..46fd5b6 100644
+index f9c1b6d..db7d6f5 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
-@@ -174,7 +174,7 @@ struct iommu_ops {
+@@ -192,7 +192,7 @@ struct iommu_ops {
unsigned long pgsize_bitmap;
void *priv;
@@ -97270,15 +98795,6 @@ index 0546b87..46fd5b6 100644
#define IOMMU_GROUP_NOTIFY_ADD_DEVICE 1 /* Device added */
#define IOMMU_GROUP_NOTIFY_DEL_DEVICE 2 /* Pre Device removed */
-@@ -234,7 +234,7 @@ extern int iommu_domain_set_attr(struct iommu_domain *domain, enum iommu_attr,
- void *data);
- struct device *iommu_device_create(struct device *parent, void *drvdata,
- const struct attribute_group **groups,
-- const char *fmt, ...);
-+ const char *fmt, ...) __printf(4, 5);
- void iommu_device_destroy(struct device *dev);
- int iommu_device_link(struct device *dev, struct device *link);
- void iommu_device_unlink(struct device *dev, struct device *link);
diff --git a/include/linux/ioport.h b/include/linux/ioport.h
index 388e3ae..d7e45a1 100644
--- a/include/linux/ioport.h
@@ -97292,6 +98808,21 @@ index 388e3ae..d7e45a1 100644
{
return res->end - res->start + 1;
}
+diff --git a/include/linux/ipc.h b/include/linux/ipc.h
+index 9d84942..12d5bdf 100644
+--- a/include/linux/ipc.h
++++ b/include/linux/ipc.h
+@@ -19,8 +19,8 @@ struct kern_ipc_perm
+ kuid_t cuid;
+ kgid_t cgid;
+ umode_t mode;
+- unsigned long seq;
++ unsigned long seq __intentional_overflow(-1);
+ void *security;
+-};
++} __randomize_layout;
+
+ #endif /* _LINUX_IPC_H */
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h
index 1eee6bc..9cf4912 100644
--- a/include/linux/ipc_namespace.h
@@ -97306,24 +98837,26 @@ index 1eee6bc..9cf4912 100644
extern struct ipc_namespace init_ipc_ns;
extern atomic_t nr_ipc_ns;
diff --git a/include/linux/irq.h b/include/linux/irq.h
-index 3532dca..03ffc0b 100644
+index 51744bc..e902653 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
-@@ -370,7 +370,8 @@ struct irq_chip {
- int (*irq_set_irqchip_state)(struct irq_data *data, enum irqchip_irq_state which, bool state);
+@@ -383,7 +383,10 @@ struct irq_chip {
+ int (*irq_set_vcpu_affinity)(struct irq_data *data, void *vcpu_info);
unsigned long flags;
-};
+} __do_const;
++#ifndef _LINUX_IRQDOMAIN_H
+typedef struct irq_chip __no_const irq_chip_no_const;
++#endif
/*
* irq_chip specific flags
diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h
-index dd1109f..4f4fdda 100644
+index fcea4e4..cff381d 100644
--- a/include/linux/irqdesc.h
+++ b/include/linux/irqdesc.h
-@@ -61,7 +61,7 @@ struct irq_desc {
+@@ -59,7 +59,7 @@ struct irq_desc {
unsigned int irq_count; /* For detecting broken IRQs */
unsigned long last_unhandled; /* Aging timer for unhandled count */
unsigned int irqs_unhandled;
@@ -97333,22 +98866,33 @@ index dd1109f..4f4fdda 100644
raw_spinlock_t lock;
struct cpumask *percpu_enabled;
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
-index 676d730..8d3a1ad 100644
+index 744ac0e..382b1a6 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
-@@ -40,6 +40,7 @@ struct device_node;
+@@ -40,6 +40,9 @@ struct device_node;
struct irq_domain;
struct of_device_id;
struct irq_chip;
++#ifndef _LINUX_IRQ_H
+typedef struct irq_chip __no_const irq_chip_no_const;
++#endif
struct irq_data;
/* Number of irqs reserved for a legacy isa controller */
diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h
-index c367cbd..c9b79e6 100644
+index 535fd3b..74d73e6 100644
--- a/include/linux/jiffies.h
+++ b/include/linux/jiffies.h
-@@ -280,20 +280,20 @@ extern unsigned long preset_lpj;
+@@ -75,7 +75,7 @@ extern int register_refined_jiffies(long clock_tick_rate);
+ * get_jiffies_64() will do this for you as appropriate.
+ */
+ extern u64 __jiffy_data jiffies_64;
+-extern unsigned long volatile __jiffy_data jiffies;
++extern unsigned long volatile __jiffy_data __intentional_overflow(-1) jiffies;
+
+ #if (BITS_PER_LONG < 64)
+ u64 get_jiffies_64(void);
+@@ -281,22 +281,22 @@ extern unsigned long preset_lpj;
/*
* Convert various time units to each other:
*/
@@ -97363,10 +98907,65 @@ index c367cbd..c9b79e6 100644
return (u64)jiffies_to_usecs(j) * NSEC_PER_USEC;
}
--extern unsigned long msecs_to_jiffies(const unsigned int m);
--extern unsigned long usecs_to_jiffies(const unsigned int u);
-+extern unsigned long msecs_to_jiffies(const unsigned int m) __intentional_overflow(-1);
-+extern unsigned long usecs_to_jiffies(const unsigned int u) __intentional_overflow(-1);
+-extern unsigned long __msecs_to_jiffies(const unsigned int m);
++extern unsigned long __msecs_to_jiffies(const unsigned int m) __intentional_overflow(-1);
+ #if HZ <= MSEC_PER_SEC && !(MSEC_PER_SEC % HZ)
+ /*
+ * HZ is equal to or smaller than 1000, and 1000 is a nice round
+ * multiple of HZ, divide with the factor between them, but round
+ * upwards:
+ */
+-static inline unsigned long _msecs_to_jiffies(const unsigned int m)
++static inline unsigned long __intentional_overflow(-1) _msecs_to_jiffies(const unsigned int m)
+ {
+ return (m + (MSEC_PER_SEC / HZ) - 1) / (MSEC_PER_SEC / HZ);
+ }
+@@ -307,7 +307,7 @@ static inline unsigned long _msecs_to_jiffies(const unsigned int m)
+ *
+ * But first make sure the multiplication result cannot overflow:
+ */
+-static inline unsigned long _msecs_to_jiffies(const unsigned int m)
++static inline unsigned long __intentional_overflow(-1) _msecs_to_jiffies(const unsigned int m)
+ {
+ if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET))
+ return MAX_JIFFY_OFFSET;
+@@ -318,7 +318,7 @@ static inline unsigned long _msecs_to_jiffies(const unsigned int m)
+ * Generic case - multiply, round and divide. But first check that if
+ * we are doing a net multiplication, that we wouldn't overflow:
+ */
+-static inline unsigned long _msecs_to_jiffies(const unsigned int m)
++static inline unsigned long __intentional_overflow(-1) _msecs_to_jiffies(const unsigned int m)
+ {
+ if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET))
+ return MAX_JIFFY_OFFSET;
+@@ -362,21 +362,19 @@ static inline unsigned long msecs_to_jiffies(const unsigned int m)
+ }
+ }
+
+-extern unsigned long __usecs_to_jiffies(const unsigned int u);
++extern unsigned long __usecs_to_jiffies(const unsigned int u) __intentional_overflow(-1);
+ #if HZ <= USEC_PER_SEC && !(USEC_PER_SEC % HZ)
+-static inline unsigned long _usecs_to_jiffies(const unsigned int u)
++static inline unsigned long __intentional_overflow(-1) _usecs_to_jiffies(const unsigned int u)
+ {
+ return (u + (USEC_PER_SEC / HZ) - 1) / (USEC_PER_SEC / HZ);
+ }
+ #elif HZ > USEC_PER_SEC && !(HZ % USEC_PER_SEC)
+-static inline unsigned long _usecs_to_jiffies(const unsigned int u)
++static inline unsigned long __intentional_overflow(-1) _usecs_to_jiffies(const unsigned int u)
+ {
+ return u * (HZ / USEC_PER_SEC);
+ }
+-static inline unsigned long _usecs_to_jiffies(const unsigned int u)
+-{
+ #else
+-static inline unsigned long _usecs_to_jiffies(const unsigned int u)
++static inline unsigned long __intentional_overflow(-1) _usecs_to_jiffies(const unsigned int u)
+ {
+ return (USEC_TO_HZ_MUL32 * u + USEC_TO_HZ_ADJ32)
+ >> USEC_TO_HZ_SHR32;
+@@ -418,8 +416,8 @@ static inline unsigned long usecs_to_jiffies(const unsigned int u)
+
extern unsigned long timespec_to_jiffies(const struct timespec *value);
extern void jiffies_to_timespec(const unsigned long jiffies,
- struct timespec *value);
@@ -97413,10 +99012,10 @@ index 6883e19..e854fcb 100644
/* This macro allows us to keep printk typechecking */
static __printf(1, 2)
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
-index 3a5b48e..240107b 100644
+index 5582410..13ecc80 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
-@@ -390,7 +390,7 @@ static inline int __must_check kstrtos32_from_user(const char __user *s, size_t
+@@ -391,7 +391,7 @@ static inline int __must_check kstrtos32_from_user(const char __user *s, size_t
/* Obsolete, do not use. Use kstrto<foo> instead */
extern unsigned long simple_strtoul(const char *,char **,unsigned int);
@@ -97425,38 +99024,6 @@ index 3a5b48e..240107b 100644
extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
extern long long simple_strtoll(const char *,char **,unsigned int);
-@@ -410,7 +410,8 @@ extern __printf(3, 0)
- int vscnprintf(char *buf, size_t size, const char *fmt, va_list args);
- extern __printf(2, 3)
- char *kasprintf(gfp_t gfp, const char *fmt, ...);
--extern char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
-+extern __printf(2, 0)
-+char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
-
- extern __scanf(2, 3)
- int sscanf(const char *, const char *, ...);
-@@ -681,10 +682,10 @@ do { \
- __ftrace_vprintk(_THIS_IP_, fmt, vargs); \
- } while (0)
-
--extern int
-+extern __printf(2, 0) int
- __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap);
-
--extern int
-+extern __printf(2, 0) int
- __ftrace_vprintk(unsigned long ip, const char *fmt, va_list ap);
-
- extern void ftrace_dump(enum ftrace_dump_mode oops_dump_mode);
-@@ -704,7 +705,7 @@ int trace_printk(const char *fmt, ...)
- {
- return 0;
- }
--static inline int
-+static __printf(1, 0) inline int
- ftrace_vprintk(const char *fmt, va_list ap)
- {
- return 0;
diff --git a/include/linux/key-type.h b/include/linux/key-type.h
index ff9f1d3..6712be5 100644
--- a/include/linux/key-type.h
@@ -97547,22 +99114,10 @@ index 0555cc6..40116ce 100644
char **envp;
int wait;
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
-index 2d61b90..3d69945 100644
+index 637f670..3d69945 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
-@@ -80,8 +80,9 @@ struct kobject {
-
- extern __printf(2, 3)
- int kobject_set_name(struct kobject *kobj, const char *name, ...);
--extern int kobject_set_name_vargs(struct kobject *kobj, const char *fmt,
-- va_list vargs);
-+extern __printf(2, 0)
-+int kobject_set_name_vargs(struct kobject *kobj, const char *fmt,
-+ va_list vargs);
-
- static inline const char *kobject_name(const struct kobject *kobj)
- {
-@@ -118,7 +119,7 @@ struct kobj_type {
+@@ -119,7 +119,7 @@ struct kobj_type {
struct attribute **default_attrs;
const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
const void *(*namespace)(struct kobject *kobj);
@@ -97571,7 +99126,7 @@ index 2d61b90..3d69945 100644
struct kobj_uevent_env {
char *argv[3];
-@@ -142,6 +143,7 @@ struct kobj_attribute {
+@@ -143,6 +143,7 @@ struct kobj_attribute {
ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
const char *buf, size_t count);
};
@@ -97579,7 +99134,7 @@ index 2d61b90..3d69945 100644
extern const struct sysfs_ops kobj_sysfs_ops;
-@@ -169,7 +171,7 @@ struct kset {
+@@ -170,7 +171,7 @@ struct kset {
spinlock_t list_lock;
struct kobject kobj;
const struct kset_uevent_ops *uevent_ops;
@@ -97615,10 +99170,10 @@ index 484604d..0f6c5b6 100644
if (atomic_sub_and_test((int) count, &kref->refcount)) {
release(kref);
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
-index ad45054..7c54663 100644
+index 05e99b8..484b1f97 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
-@@ -455,7 +455,7 @@ static inline void kvm_irqfd_exit(void)
+@@ -468,7 +468,7 @@ static inline void kvm_irqfd_exit(void)
{
}
#endif
@@ -97627,7 +99182,7 @@ index ad45054..7c54663 100644
struct module *module);
void kvm_exit(void);
-@@ -633,7 +633,7 @@ int kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu,
+@@ -678,7 +678,7 @@ int kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu,
struct kvm_guest_debug *dbg);
int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run);
@@ -97637,10 +99192,10 @@ index ad45054..7c54663 100644
int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu);
diff --git a/include/linux/libata.h b/include/linux/libata.h
-index e0e3378..38e206f 100644
+index c9cfbcd..46986db 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
-@@ -991,7 +991,7 @@ struct ata_port_operations {
+@@ -990,7 +990,7 @@ struct ata_port_operations {
* fields must be pointers.
*/
const struct ata_port_operations *inherits;
@@ -97739,6 +99294,28 @@ index b10b122..d37b3de 100644
}
#endif /* __LINUX_LOCKREF_H */
+diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h
+index 9429f05..a5d5425 100644
+--- a/include/linux/lsm_hooks.h
++++ b/include/linux/lsm_hooks.h
+@@ -1824,7 +1824,7 @@ struct security_hook_heads {
+ struct list_head audit_rule_match;
+ struct list_head audit_rule_free;
+ #endif /* CONFIG_AUDIT */
+-};
++} __randomize_layout;
+
+ /*
+ * Security module hook list structure.
+@@ -1834,7 +1834,7 @@ struct security_hook_list {
+ struct list_head list;
+ struct list_head *head;
+ union security_list_options hook;
+-};
++} __randomize_layout;
+
+ /*
+ * Initializing a security_hook_list structure takes
diff --git a/include/linux/math64.h b/include/linux/math64.h
index c45c089..298841c 100644
--- a/include/linux/math64.h
@@ -97814,10 +99391,10 @@ index 3d385c8..deacb6a 100644
static inline int
vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst)
diff --git a/include/linux/mm.h b/include/linux/mm.h
-index 0755b9f..bf8eab1 100644
+index bf6f117..0bcd7ea 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
-@@ -135,6 +135,11 @@ extern unsigned int kobjsize(const void *objp);
+@@ -136,6 +136,11 @@ extern unsigned int kobjsize(const void *objp);
#define VM_DONTCOPY 0x00020000 /* Do not copy this vma on fork */
#define VM_DONTEXPAND 0x00040000 /* Cannot expand with mremap() */
@@ -97829,7 +99406,7 @@ index 0755b9f..bf8eab1 100644
#define VM_ACCOUNT 0x00100000 /* Is a VM accounted object */
#define VM_NORESERVE 0x00200000 /* should the VM suppress accounting */
#define VM_HUGETLB 0x00400000 /* Huge TLB Page VM */
-@@ -257,8 +262,8 @@ struct vm_operations_struct {
+@@ -258,8 +263,8 @@ struct vm_operations_struct {
/* called by access_process_vm when get_user_pages() fails, typically
* for use by special VMAs that can switch between memory and hardware
*/
@@ -97840,7 +99417,7 @@ index 0755b9f..bf8eab1 100644
/* Called by the /proc/PID/maps code to ask the vma whether it
* has a special name. Returning non-NULL will also cause this
-@@ -296,6 +301,7 @@ struct vm_operations_struct {
+@@ -297,6 +302,7 @@ struct vm_operations_struct {
struct page *(*find_special_page)(struct vm_area_struct *vma,
unsigned long addr);
};
@@ -97848,42 +99425,7 @@ index 0755b9f..bf8eab1 100644
struct mmu_gather;
struct inode;
-@@ -1002,6 +1008,34 @@ static inline int page_mapped(struct page *page)
- }
-
- /*
-+ * Return true only if the page has been allocated with
-+ * ALLOC_NO_WATERMARKS and the low watermark was not
-+ * met implying that the system is under some pressure.
-+ */
-+static inline bool page_is_pfmemalloc(struct page *page)
-+{
-+ /*
-+ * Page index cannot be this large so this must be
-+ * a pfmemalloc page.
-+ */
-+ return page->index == -1UL;
-+}
-+
-+/*
-+ * Only to be called by the page allocator on a freshly allocated
-+ * page.
-+ */
-+static inline void set_page_pfmemalloc(struct page *page)
-+{
-+ page->index = -1UL;
-+}
-+
-+static inline void clear_page_pfmemalloc(struct page *page)
-+{
-+ page->index = 0;
-+}
-+
-+/*
- * Different kinds of faults, as returned by handle_mm_fault().
- * Used to decide whether a process gets delivered SIGBUS or
- * just gets major/minor fault counters bumped up.
-@@ -1131,8 +1165,8 @@ int follow_pfn(struct vm_area_struct *vma, unsigned long address,
+@@ -1160,8 +1166,8 @@ int follow_pfn(struct vm_area_struct *vma, unsigned long address,
unsigned long *pfn);
int follow_phys(struct vm_area_struct *vma, unsigned long address,
unsigned int flags, unsigned long *prot, resource_size_t *phys);
@@ -97894,7 +99436,7 @@ index 0755b9f..bf8eab1 100644
static inline void unmap_shared_mapping_range(struct address_space *mapping,
loff_t const holebegin, loff_t const holelen)
-@@ -1172,9 +1206,9 @@ static inline int fixup_user_fault(struct task_struct *tsk,
+@@ -1201,9 +1207,9 @@ static inline int fixup_user_fault(struct task_struct *tsk,
}
#endif
@@ -97907,7 +99449,7 @@ index 0755b9f..bf8eab1 100644
long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
unsigned long start, unsigned long nr_pages,
-@@ -1219,34 +1253,6 @@ int clear_page_dirty_for_io(struct page *page);
+@@ -1251,34 +1257,6 @@ int clear_page_dirty_for_io(struct page *page);
int get_cmdline(struct task_struct *task, char *buffer, int buflen);
@@ -97942,7 +99484,7 @@ index 0755b9f..bf8eab1 100644
extern struct task_struct *task_of_stack(struct task_struct *task,
struct vm_area_struct *vma, bool in_group);
-@@ -1369,8 +1375,15 @@ static inline int __pud_alloc(struct mm_struct *mm, pgd_t *pgd,
+@@ -1401,8 +1379,15 @@ static inline int __pud_alloc(struct mm_struct *mm, pgd_t *pgd,
{
return 0;
}
@@ -97958,7 +99500,7 @@ index 0755b9f..bf8eab1 100644
#endif
#if defined(__PAGETABLE_PMD_FOLDED) || !defined(CONFIG_MMU)
-@@ -1380,6 +1393,12 @@ static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud,
+@@ -1412,6 +1397,12 @@ static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud,
return 0;
}
@@ -97971,7 +99513,7 @@ index 0755b9f..bf8eab1 100644
static inline void mm_nr_pmds_init(struct mm_struct *mm) {}
static inline unsigned long mm_nr_pmds(struct mm_struct *mm)
-@@ -1392,6 +1411,7 @@ static inline void mm_dec_nr_pmds(struct mm_struct *mm) {}
+@@ -1424,6 +1415,7 @@ static inline void mm_dec_nr_pmds(struct mm_struct *mm) {}
#else
int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address);
@@ -97979,7 +99521,7 @@ index 0755b9f..bf8eab1 100644
static inline void mm_nr_pmds_init(struct mm_struct *mm)
{
-@@ -1429,11 +1449,23 @@ static inline pud_t *pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long a
+@@ -1461,11 +1453,23 @@ static inline pud_t *pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long a
NULL: pud_offset(pgd, address);
}
@@ -98003,7 +99545,7 @@ index 0755b9f..bf8eab1 100644
#endif /* CONFIG_MMU && !__ARCH_HAS_4LEVEL_HACK */
#if USE_SPLIT_PTE_PTLOCKS
-@@ -1810,12 +1842,23 @@ extern struct vm_area_struct *copy_vma(struct vm_area_struct **,
+@@ -1846,12 +1850,23 @@ extern struct vm_area_struct *copy_vma(struct vm_area_struct **,
bool *need_rmap_locks);
extern void exit_mmap(struct mm_struct *);
@@ -98027,7 +99569,7 @@ index 0755b9f..bf8eab1 100644
if (rlim < RLIM_INFINITY) {
if (((new - start) + (end_data - start_data)) > rlim)
return -ENOSPC;
-@@ -1840,7 +1883,7 @@ extern int install_special_mapping(struct mm_struct *mm,
+@@ -1876,7 +1891,7 @@ extern int install_special_mapping(struct mm_struct *mm,
unsigned long addr, unsigned long len,
unsigned long flags, struct page **pages);
@@ -98036,7 +99578,7 @@ index 0755b9f..bf8eab1 100644
extern unsigned long mmap_region(struct file *file, unsigned long addr,
unsigned long len, vm_flags_t vm_flags, unsigned long pgoff);
-@@ -1848,6 +1891,7 @@ extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
+@@ -1884,6 +1899,7 @@ extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
unsigned long len, unsigned long prot, unsigned long flags,
unsigned long pgoff, unsigned long *populate);
extern int do_munmap(struct mm_struct *, unsigned long, size_t);
@@ -98044,7 +99586,7 @@ index 0755b9f..bf8eab1 100644
#ifdef CONFIG_MMU
extern int __mm_populate(unsigned long addr, unsigned long len,
-@@ -1876,10 +1920,11 @@ struct vm_unmapped_area_info {
+@@ -1912,10 +1928,11 @@ struct vm_unmapped_area_info {
unsigned long high_limit;
unsigned long align_mask;
unsigned long align_offset;
@@ -98058,7 +99600,7 @@ index 0755b9f..bf8eab1 100644
/*
* Search for an unmapped address range.
-@@ -1891,7 +1936,7 @@ extern unsigned long unmapped_area_topdown(struct vm_unmapped_area_info *info);
+@@ -1927,7 +1944,7 @@ extern unsigned long unmapped_area_topdown(struct vm_unmapped_area_info *info);
* - satisfies (begin_addr & align_mask) == (align_offset & align_mask)
*/
static inline unsigned long
@@ -98067,7 +99609,7 @@ index 0755b9f..bf8eab1 100644
{
if (info->flags & VM_UNMAPPED_AREA_TOPDOWN)
return unmapped_area_topdown(info);
-@@ -1953,6 +1998,10 @@ extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long add
+@@ -1989,6 +2006,10 @@ extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long add
extern struct vm_area_struct * find_vma_prev(struct mm_struct * mm, unsigned long addr,
struct vm_area_struct **pprev);
@@ -98078,7 +99620,7 @@ index 0755b9f..bf8eab1 100644
/* Look up the first VMA which intersects the interval start_addr..end_addr-1,
NULL if none. Assume start_addr < end_addr. */
static inline struct vm_area_struct * find_vma_intersection(struct mm_struct * mm, unsigned long start_addr, unsigned long end_addr)
-@@ -1982,10 +2031,10 @@ static inline struct vm_area_struct *find_exact_vma(struct mm_struct *mm,
+@@ -2018,10 +2039,10 @@ static inline struct vm_area_struct *find_exact_vma(struct mm_struct *mm,
}
#ifdef CONFIG_MMU
@@ -98091,7 +99633,7 @@ index 0755b9f..bf8eab1 100644
{
return __pgprot(0);
}
-@@ -2047,6 +2096,11 @@ void vm_stat_account(struct mm_struct *, unsigned long, struct file *, long);
+@@ -2083,6 +2104,11 @@ void vm_stat_account(struct mm_struct *, unsigned long, struct file *, long);
static inline void vm_stat_account(struct mm_struct *mm,
unsigned long flags, struct file *file, long pages)
{
@@ -98103,7 +99645,7 @@ index 0755b9f..bf8eab1 100644
mm->total_vm += pages;
}
#endif /* CONFIG_PROC_FS */
-@@ -2149,7 +2203,7 @@ extern int unpoison_memory(unsigned long pfn);
+@@ -2186,7 +2212,7 @@ extern int get_hwpoison_page(struct page *page);
extern int sysctl_memory_failure_early_kill;
extern int sysctl_memory_failure_recovery;
extern void shake_page(struct page *p, int access);
@@ -98111,8 +99653,8 @@ index 0755b9f..bf8eab1 100644
+extern atomic_long_unchecked_t num_poisoned_pages;
extern int soft_offline_page(struct page *page, int flags);
- #if defined(CONFIG_TRANSPARENT_HUGEPAGE) || defined(CONFIG_HUGETLBFS)
-@@ -2200,5 +2254,11 @@ void __init setup_nr_node_ids(void);
+
+@@ -2271,5 +2297,11 @@ void __init setup_nr_node_ids(void);
static inline void setup_nr_node_ids(void) {}
#endif
@@ -98125,26 +99667,10 @@ index 0755b9f..bf8eab1 100644
#endif /* __KERNEL__ */
#endif /* _LINUX_MM_H */
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
-index 8d37e26..29c54c9 100644
+index 1554957..0973bc5 100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
-@@ -63,15 +63,6 @@ struct page {
- union {
- pgoff_t index; /* Our offset within mapping. */
- void *freelist; /* sl[aou]b first free object */
-- bool pfmemalloc; /* If set by the page allocator,
-- * ALLOC_NO_WATERMARKS was set
-- * and the low watermark was not
-- * met implying that the system
-- * is under some pressure. The
-- * caller should try ensure
-- * this page is only used to
-- * free other pages.
-- */
- };
-
- union {
-@@ -313,7 +304,9 @@ struct vm_area_struct {
+@@ -322,7 +322,9 @@ struct vm_area_struct {
#ifdef CONFIG_NUMA
struct mempolicy *vm_policy; /* NUMA policy for the VMA */
#endif
@@ -98155,7 +99681,7 @@ index 8d37e26..29c54c9 100644
struct core_thread {
struct task_struct *task;
-@@ -466,7 +459,25 @@ struct mm_struct {
+@@ -475,7 +477,25 @@ struct mm_struct {
/* address of the bounds directory */
void __user *bd_addr;
#endif
@@ -98183,7 +99709,7 @@ index 8d37e26..29c54c9 100644
static inline void mm_init_cpumask(struct mm_struct *mm)
{
diff --git a/include/linux/mmiotrace.h b/include/linux/mmiotrace.h
-index c5d5278..85cd5ce 100644
+index 3ba327a..85cd5ce 100644
--- a/include/linux/mmiotrace.h
+++ b/include/linux/mmiotrace.h
@@ -46,7 +46,7 @@ extern int kmmio_handler(struct pt_regs *regs, unsigned long addr);
@@ -98204,16 +99730,8 @@ index c5d5278..85cd5ce 100644
{
}
-@@ -106,6 +106,6 @@ extern void enable_mmiotrace(void);
- extern void disable_mmiotrace(void);
- extern void mmio_trace_rw(struct mmiotrace_rw *rw);
- extern void mmio_trace_mapping(struct mmiotrace_map *map);
--extern int mmio_trace_printk(const char *fmt, va_list args);
-+extern __printf(1, 0) int mmio_trace_printk(const char *fmt, va_list args);
-
- #endif /* _LINUX_MMIOTRACE_H */
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
-index 54d74f6..0728424 100644
+index 754c259..7b65ac6 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -526,7 +526,7 @@ struct zone {
@@ -98226,7 +99744,7 @@ index 54d74f6..0728424 100644
enum zone_flags {
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
-index 3bfd567..72e7d8f 100644
+index 34f25b7..0586069 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -139,7 +139,7 @@ struct usb_device_id {
@@ -98238,7 +99756,7 @@ index 3bfd567..72e7d8f 100644
#define HID_BUS_ANY 0xffff
#define HID_GROUP_ANY 0x0000
-@@ -470,7 +470,7 @@ struct dmi_system_id {
+@@ -472,7 +472,7 @@ struct dmi_system_id {
const char *ident;
struct dmi_strmatch matches[4];
void *driver_data;
@@ -98248,13 +99766,13 @@ index 3bfd567..72e7d8f 100644
* struct dmi_device_id appears during expansion of
* "MODULE_DEVICE_TABLE(dmi, x)". Compiler doesn't look inside it
diff --git a/include/linux/module.h b/include/linux/module.h
-index c883b86..516812e 100644
+index 3a19c79..dea8c47 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
-@@ -17,9 +17,11 @@
- #include <linux/moduleparam.h>
+@@ -19,9 +19,11 @@
#include <linux/jump_label.h>
#include <linux/export.h>
+ #include <linux/rbtree_latch.h>
+#include <linux/fs.h>
#include <linux/percpu.h>
@@ -98263,7 +99781,7 @@ index c883b86..516812e 100644
/* In stripped ARM and x86-64 modules, ~ is surprisingly rare. */
#define MODULE_SIG_STRING "~Module signature appended~\n"
-@@ -42,7 +44,7 @@ struct module_kobject {
+@@ -44,7 +46,7 @@ struct module_kobject {
struct kobject *drivers_dir;
struct module_param_attrs *mp;
struct completion *kobj_completion;
@@ -98272,7 +99790,7 @@ index c883b86..516812e 100644
struct module_attribute {
struct attribute attr;
-@@ -54,12 +56,13 @@ struct module_attribute {
+@@ -56,12 +58,13 @@ struct module_attribute {
int (*test)(struct module *);
void (*free)(struct module *);
};
@@ -98287,7 +99805,7 @@ index c883b86..516812e 100644
extern ssize_t __modver_version_show(struct module_attribute *,
struct module_kobject *, char *);
-@@ -221,7 +224,7 @@ struct module {
+@@ -313,7 +316,7 @@ struct module {
/* Sysfs stuff. */
struct module_kobject mkobj;
@@ -98296,12 +99814,18 @@ index c883b86..516812e 100644
const char *version;
const char *srcversion;
struct kobject *holders_dir;
-@@ -270,19 +273,16 @@ struct module {
- int (*init)(void);
-
- /* If this is non-NULL, vfree after init() returns */
-- void *module_init;
-+ void *module_init_rx, *module_init_rw;
+@@ -370,20 +373,21 @@ struct module {
+ * If this is non-NULL, vfree() after init() returns.
+ *
+ * Cacheline align here, such that:
+- * module_init, module_core, init_size, core_size,
++ * module_init_*, module_core_*, init_size_*, core_size_*,
+ * init_text_size, core_text_size and mtn_core::{mod,node[0]}
+ * are on the same cacheline.
+ */
+- void *module_init ____cacheline_aligned;
++ void *module_init_rw ____cacheline_aligned;
++ void *module_init_rx;
/* Here is the actual code + data, vfree'd on unload. */
- void *module_core;
@@ -98313,14 +99837,29 @@ index c883b86..516812e 100644
/* The size of the executable code in each section. */
- unsigned int init_text_size, core_text_size;
--
-- /* Size of RO sections of the module (text+rodata) */
-- unsigned int init_ro_size, core_ro_size;
+ unsigned int init_size_rx, core_size_rx;
+ #ifdef CONFIG_MODULES_TREE_LOOKUP
+ /*
+@@ -391,13 +395,12 @@ struct module {
+ * above entries such that a regular lookup will only touch one
+ * cacheline.
+ */
+- struct mod_tree_node mtn_core;
+- struct mod_tree_node mtn_init;
++ struct mod_tree_node mtn_core_rw;
++ struct mod_tree_node mtn_core_rx;
++ struct mod_tree_node mtn_init_rw;
++ struct mod_tree_node mtn_init_rx;
+ #endif
+
+- /* Size of RO sections of the module (text+rodata) */
+- unsigned int init_ro_size, core_ro_size;
+-
/* Arch-specific module values */
struct mod_arch_specific arch;
-@@ -340,6 +340,10 @@ struct module {
+
+@@ -454,6 +457,10 @@ struct module {
unsigned int num_trace_events;
struct trace_enum_map **trace_enums;
unsigned int num_trace_enums;
@@ -98331,16 +99870,17 @@ index c883b86..516812e 100644
#endif
#ifdef CONFIG_FTRACE_MCOUNT_RECORD
unsigned int num_ftrace_callsites;
-@@ -367,7 +371,7 @@ struct module {
+@@ -481,7 +488,8 @@ struct module {
ctor_fn_t *ctors;
unsigned int num_ctors;
#endif
--};
-+} __randomize_layout;
+-} ____cacheline_aligned;
++} ____cacheline_aligned __randomize_layout;
++
#ifndef MODULE_ARCH_INIT
#define MODULE_ARCH_INIT {}
#endif
-@@ -388,18 +392,48 @@ bool is_module_address(unsigned long addr);
+@@ -502,18 +510,48 @@ bool is_module_address(unsigned long addr);
bool is_module_percpu_address(unsigned long addr);
bool is_module_text_address(unsigned long addr);
@@ -98442,10 +99982,10 @@ index 4d0cb9b..3169ac7 100644
}
#endif
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h
-index 1c9effa..1160bdd 100644
+index c12f214..3ef907f 100644
--- a/include/linux/moduleparam.h
+++ b/include/linux/moduleparam.h
-@@ -323,7 +323,7 @@ static inline void __kernel_param_unlock(void)
+@@ -289,7 +289,7 @@ static inline void kernel_param_unlock(struct module *mod)
* @len is usually just sizeof(string).
*/
#define module_param_string(name, string, len, perm) \
@@ -98454,7 +99994,7 @@ index 1c9effa..1160bdd 100644
= { len, string }; \
__module_param_call(MODULE_PARAM_PREFIX, name, \
&param_ops_string, \
-@@ -467,7 +467,7 @@ extern int param_set_bint(const char *val, const struct kernel_param *kp);
+@@ -440,7 +440,7 @@ extern int param_set_bint(const char *val, const struct kernel_param *kp);
*/
#define module_param_array_named(name, array, type, nump, perm) \
param_check_##type(name, &(array)[0]); \
@@ -98476,26 +100016,11 @@ index f822c3c..958ca0a 100644
struct file; /* forward dec */
struct path;
-diff --git a/include/linux/namei.h b/include/linux/namei.h
-index c899077..b9a2010 100644
---- a/include/linux/namei.h
-+++ b/include/linux/namei.h
-@@ -71,8 +71,8 @@ extern struct dentry *lock_rename(struct dentry *, struct dentry *);
- extern void unlock_rename(struct dentry *, struct dentry *);
-
- extern void nd_jump_link(struct nameidata *nd, struct path *path);
--extern void nd_set_link(struct nameidata *nd, char *path);
--extern char *nd_get_link(struct nameidata *nd);
-+extern void nd_set_link(struct nameidata *nd, const char *path);
-+extern const char *nd_get_link(const struct nameidata *nd);
-
- static inline void nd_terminate_link(void *name, size_t len, size_t maxlen)
- {
diff --git a/include/linux/net.h b/include/linux/net.h
-index 738ea48..409dc09 100644
+index 04aa068..8a24df5 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
-@@ -190,7 +190,7 @@ struct net_proto_family {
+@@ -189,7 +189,7 @@ struct net_proto_family {
int (*create)(struct net *net, struct socket *sock,
int protocol, int kern);
struct module *owner;
@@ -98505,10 +100030,10 @@ index 738ea48..409dc09 100644
struct iovec;
struct kvec;
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
-index 05b9a69..4d7e300 100644
+index e20979d..3c7827b 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
-@@ -1208,6 +1208,7 @@ struct net_device_ops {
+@@ -1212,6 +1212,7 @@ struct net_device_ops {
u32 maxrate);
int (*ndo_get_iflink)(const struct net_device *dev);
};
@@ -98516,7 +100041,7 @@ index 05b9a69..4d7e300 100644
/**
* enum net_device_priv_flags - &struct net_device priv_flags
-@@ -1515,7 +1516,7 @@ struct net_device {
+@@ -1519,7 +1520,7 @@ struct net_device {
unsigned long base_addr;
int irq;
@@ -98525,7 +100050,7 @@ index 05b9a69..4d7e300 100644
/*
* Some hardware also needs these fields (state,dev_list,
-@@ -1554,8 +1555,8 @@ struct net_device {
+@@ -1558,8 +1559,8 @@ struct net_device {
struct net_device_stats stats;
@@ -98537,10 +100062,10 @@ index 05b9a69..4d7e300 100644
#ifdef CONFIG_WIRELESS_EXT
const struct iw_handler_def * wireless_handlers;
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
-index 63560d0..64aba5c 100644
+index 00050df..0bc7081 100644
--- a/include/linux/netfilter.h
+++ b/include/linux/netfilter.h
-@@ -113,7 +113,7 @@ struct nf_sockopt_ops {
+@@ -115,7 +115,7 @@ struct nf_sockopt_ops {
#endif
/* Use the module struct to lock set/get code in place */
struct module *owner;
@@ -98691,10 +100216,10 @@ index caebf2a..4c3ae9d 100644
/*
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
-index d8a82a8..8b580f0 100644
+index 2027809..c9cd38e 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
-@@ -379,8 +379,8 @@ struct perf_event {
+@@ -384,8 +384,8 @@ struct perf_event {
enum perf_event_active_state state;
unsigned int attach_state;
@@ -98705,7 +100230,7 @@ index d8a82a8..8b580f0 100644
/*
* These are the total time in nanoseconds that the event
-@@ -431,8 +431,8 @@ struct perf_event {
+@@ -436,8 +436,8 @@ struct perf_event {
* These accumulate total time (in nanoseconds) that children
* events have been enabled and running, respectively.
*/
@@ -98716,7 +100241,7 @@ index d8a82a8..8b580f0 100644
/*
* Protect attach/detach and child_list:
-@@ -812,7 +812,7 @@ static inline void perf_event_task_sched_out(struct task_struct *prev,
+@@ -859,7 +859,7 @@ static inline void perf_event_task_sched_out(struct task_struct *prev,
static inline u64 __perf_event_count(struct perf_event *event)
{
@@ -98725,7 +100250,7 @@ index d8a82a8..8b580f0 100644
}
extern void perf_event_mmap(struct vm_area_struct *vma);
-@@ -836,7 +836,7 @@ static inline void perf_callchain_store(struct perf_callchain_entry *entry, u64
+@@ -883,7 +883,7 @@ static inline void perf_callchain_store(struct perf_callchain_entry *entry, u64
entry->ip[entry->nr++] = ip;
}
@@ -98734,7 +100259,7 @@ index d8a82a8..8b580f0 100644
extern int sysctl_perf_event_mlock;
extern int sysctl_perf_event_sample_rate;
extern int sysctl_perf_cpu_time_max_percent;
-@@ -851,19 +851,24 @@ extern int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
+@@ -898,19 +898,24 @@ extern int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
loff_t *ppos);
@@ -98762,7 +100287,7 @@ index d8a82a8..8b580f0 100644
}
extern void perf_event_init(void);
-@@ -1017,7 +1022,7 @@ struct perf_pmu_events_attr {
+@@ -1066,7 +1071,7 @@ struct perf_pmu_events_attr {
struct device_attribute attr;
u64 id;
const char *event_str;
@@ -98804,10 +100329,10 @@ index eb8b8ac..62649e1 100644
unsigned int w_counter;
struct page *tmp_page;
diff --git a/include/linux/pm.h b/include/linux/pm.h
-index 2d29c64..1b25b2a 100644
+index 35d599e..c604209 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
-@@ -616,6 +616,7 @@ struct dev_pm_domain {
+@@ -630,6 +630,7 @@ struct dev_pm_domain {
void (*sync)(struct device *dev);
void (*dismiss)(struct device *dev);
};
@@ -98901,10 +100426,10 @@ index 4ea1d37..80f4b33 100644
/*
* The return value from decompress routine is the length of the
diff --git a/include/linux/preempt.h b/include/linux/preempt.h
-index de83b4e..c4b997d 100644
+index 84991f1..6f23603 100644
--- a/include/linux/preempt.h
+++ b/include/linux/preempt.h
-@@ -27,11 +27,16 @@ extern void preempt_count_sub(int val);
+@@ -131,11 +131,16 @@ extern void preempt_count_sub(int val);
#define preempt_count_dec_and_test() __preempt_count_dec_and_test()
#endif
@@ -98919,9 +100444,9 @@ index de83b4e..c4b997d 100644
#define preempt_count_dec() preempt_count_sub(1)
+#define raw_preempt_count_dec() raw_preempt_count_sub(1)
- #ifdef CONFIG_PREEMPT_COUNT
-
-@@ -41,6 +46,12 @@ do { \
+ #define preempt_active_enter() \
+ do { \
+@@ -157,6 +162,12 @@ do { \
barrier(); \
} while (0)
@@ -98934,7 +100459,7 @@ index de83b4e..c4b997d 100644
#define sched_preempt_enable_no_resched() \
do { \
barrier(); \
-@@ -49,6 +60,12 @@ do { \
+@@ -165,6 +176,12 @@ do { \
#define preempt_enable_no_resched() sched_preempt_enable_no_resched()
@@ -98944,10 +100469,10 @@ index de83b4e..c4b997d 100644
+ raw_preempt_count_dec(); \
+} while (0)
+
+ #define preemptible() (preempt_count() == 0 && !irqs_disabled())
+
#ifdef CONFIG_PREEMPT
- #define preempt_enable() \
- do { \
-@@ -113,8 +130,10 @@ do { \
+@@ -225,8 +242,10 @@ do { \
* region.
*/
#define preempt_disable() barrier()
@@ -98958,7 +100483,7 @@ index de83b4e..c4b997d 100644
#define preempt_enable() barrier()
#define preempt_check_resched() do { } while (0)
-@@ -128,11 +147,13 @@ do { \
+@@ -241,11 +260,13 @@ do { \
/*
* Modules have no business playing preemption tricks.
*/
@@ -98973,20 +100498,18 @@ index de83b4e..c4b997d 100644
#define preempt_set_need_resched() \
do { \
diff --git a/include/linux/printk.h b/include/linux/printk.h
-index 9b30871..1aebc2d 100644
+index a6298b2..57fe982 100644
--- a/include/linux/printk.h
+++ b/include/linux/printk.h
-@@ -120,7 +120,8 @@ static inline __printf(1, 2) __cold
- void early_printk(const char *s, ...) { }
+@@ -123,6 +123,7 @@ void early_printk(const char *s, ...) { }
#endif
--typedef int(*printk_func_t)(const char *fmt, va_list args);
-+typedef __printf(1, 0) int (*printk_func_t)(const char *fmt, va_list args);
+ typedef __printf(1, 0) int (*printk_func_t)(const char *fmt, va_list args);
+extern int kptr_restrict;
#ifdef CONFIG_PRINTK
asmlinkage __printf(5, 0)
-@@ -156,7 +157,6 @@ extern bool printk_timed_ratelimit(unsigned long *caller_jiffies,
+@@ -158,7 +159,6 @@ extern bool printk_timed_ratelimit(unsigned long *caller_jiffies,
extern int printk_delay_msec;
extern int dmesg_restrict;
@@ -98994,24 +100517,6 @@ index 9b30871..1aebc2d 100644
extern void wake_up_klogd(void);
-@@ -164,7 +164,7 @@ char *log_buf_addr_get(void);
- u32 log_buf_len_get(void);
- void log_buf_kexec_setup(void);
- void __init setup_log_buf(int early);
--void dump_stack_set_arch_desc(const char *fmt, ...);
-+__printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...);
- void dump_stack_print_info(const char *log_lvl);
- void show_regs_print_info(const char *log_lvl);
- #else
-@@ -215,7 +215,7 @@ static inline void setup_log_buf(int early)
- {
- }
-
--static inline void dump_stack_set_arch_desc(const char *fmt, ...)
-+static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...)
- {
- }
-
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
index b97bf2e..f14c92d4 100644
--- a/include/linux/proc_fs.h
@@ -99097,11 +100602,11 @@ index b2505ac..5f7ab55 100644
extern bool qid_valid(struct kqid qid);
diff --git a/include/linux/random.h b/include/linux/random.h
-index b05856e..0a9f14e 100644
+index e651874..8ab1592 100644
--- a/include/linux/random.h
+++ b/include/linux/random.h
-@@ -9,9 +9,19 @@
- #include <uapi/linux/random.h>
+@@ -16,9 +16,19 @@ struct random_ready_callback {
+ };
extern void add_device_randomness(const void *, unsigned int);
+
@@ -99121,8 +100626,8 @@ index b05856e..0a9f14e 100644
+extern void add_interrupt_randomness(int irq, int irq_flags) __latent_entropy;
extern void get_random_bytes(void *buf, int nbytes);
- extern void get_random_bytes_arch(void *buf, int nbytes);
-@@ -22,10 +32,10 @@ extern int random_int_secret_init(void);
+ extern int add_random_ready_callback(struct random_ready_callback *rdy);
+@@ -31,10 +41,10 @@ extern int random_int_secret_init(void);
extern const struct file_operations random_fops, urandom_fops;
#endif
@@ -99135,7 +100640,7 @@ index b05856e..0a9f14e 100644
void prandom_bytes(void *buf, size_t nbytes);
void prandom_seed(u32 seed);
void prandom_reseed_late(void);
-@@ -37,6 +47,11 @@ struct rnd_state {
+@@ -46,6 +56,11 @@ struct rnd_state {
u32 prandom_u32_state(struct rnd_state *state);
void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
@@ -99147,7 +100652,7 @@ index b05856e..0a9f14e 100644
/**
* prandom_u32_max - returns a pseudo-random number in interval [0, ep_ro)
* @ep_ro: right open interval endpoint
-@@ -49,7 +64,7 @@ void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
+@@ -58,7 +73,7 @@ void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
*
* Returns: pseudo-random number in interval [0, ep_ro)
*/
@@ -99157,7 +100662,7 @@ index b05856e..0a9f14e 100644
return (u32)(((u64) prandom_u32() * ep_ro) >> 32);
}
diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h
-index 378c5ee..aa84a47 100644
+index 14d7b83..a1edf56 100644
--- a/include/linux/rbtree_augmented.h
+++ b/include/linux/rbtree_augmented.h
@@ -90,7 +90,9 @@ rbname ## _rotate(struct rb_node *rb_old, struct rb_node *rb_new) \
@@ -99172,20 +100677,9 @@ index 378c5ee..aa84a47 100644
diff --git a/include/linux/rculist.h b/include/linux/rculist.h
-index a18b16f..2683096 100644
+index 17c6b1f..a65e3f8 100644
--- a/include/linux/rculist.h
+++ b/include/linux/rculist.h
-@@ -29,8 +29,8 @@
- */
- static inline void INIT_LIST_HEAD_RCU(struct list_head *list)
- {
-- ACCESS_ONCE(list->next) = list;
-- ACCESS_ONCE(list->prev) = list;
-+ ACCESS_ONCE_RW(list->next) = list;
-+ ACCESS_ONCE_RW(list->prev) = list;
- }
-
- /*
@@ -59,6 +59,9 @@ void __list_add_rcu(struct list_head *new,
struct list_head *prev, struct list_head *next);
#endif
@@ -99230,19 +100724,6 @@ index a18b16f..2683096 100644
/**
* hlist_del_init_rcu - deletes entry from hash list with re-initialization
* @n: the element to delete from the hash list.
-diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
-index 573a5af..de97a14 100644
---- a/include/linux/rcupdate.h
-+++ b/include/linux/rcupdate.h
-@@ -365,7 +365,7 @@ extern struct srcu_struct tasks_rcu_exit_srcu;
- do { \
- rcu_all_qs(); \
- if (ACCESS_ONCE((t)->rcu_tasks_holdout)) \
-- ACCESS_ONCE((t)->rcu_tasks_holdout) = false; \
-+ ACCESS_ONCE_RW((t)->rcu_tasks_holdout) = false; \
- } while (0)
- #else /* #ifdef CONFIG_TASKS_RCU */
- #define TASKS_RCU(x) do { } while (0)
diff --git a/include/linux/reboot.h b/include/linux/reboot.h
index a7ff409..03e2fa8 100644
--- a/include/linux/reboot.h
@@ -99310,7 +100791,7 @@ index d7c8359..818daf5 100644
/*
* CONFIG_RELAY kernel API, kernel/relay.c
diff --git a/include/linux/rio.h b/include/linux/rio.h
-index 6bda06f..bf39a9b 100644
+index cde976e..ebd6033 100644
--- a/include/linux/rio.h
+++ b/include/linux/rio.h
@@ -358,7 +358,7 @@ struct rio_ops {
@@ -99338,7 +100819,7 @@ index c89c53a..aa0a65a 100644
static inline void anon_vma_merge(struct vm_area_struct *vma,
struct vm_area_struct *next)
diff --git a/include/linux/scatterlist.h b/include/linux/scatterlist.h
-index ed8f9e70..2e627f2 100644
+index 9b1ef0c..9fa3feb 100644
--- a/include/linux/scatterlist.h
+++ b/include/linux/scatterlist.h
@@ -1,6 +1,7 @@
@@ -99347,9 +100828,9 @@ index ed8f9e70..2e627f2 100644
+#include <linux/sched.h>
#include <linux/string.h>
+ #include <linux/types.h>
#include <linux/bug.h>
- #include <linux/mm.h>
-@@ -111,10 +112,17 @@ static inline struct page *sg_page(struct scatterlist *sg)
+@@ -136,10 +137,17 @@ static inline struct page *sg_page(struct scatterlist *sg)
static inline void sg_set_buf(struct scatterlist *sg, const void *buf,
unsigned int buflen)
{
@@ -99370,18 +100851,27 @@ index ed8f9e70..2e627f2 100644
/*
diff --git a/include/linux/sched.h b/include/linux/sched.h
-index 26a2e61..36bbf4b 100644
+index 04b5ada..9a2d1d0 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
-@@ -132,6 +132,7 @@ struct fs_struct;
- struct perf_event_context;
+@@ -7,7 +7,7 @@
+
+
+ struct sched_param {
+- int sched_priority;
++ unsigned int sched_priority;
+ };
+
+ #include <asm/param.h> /* for HZ */
+@@ -134,6 +134,7 @@ struct perf_event_context;
struct blk_plug;
struct filename;
+ struct nameidata;
+struct linux_binprm;
#define VMACACHE_BITS 2
#define VMACACHE_SIZE (1U << VMACACHE_BITS)
-@@ -413,7 +414,7 @@ extern char __sched_text_start[], __sched_text_end[];
+@@ -418,7 +419,7 @@ extern char __sched_text_start[], __sched_text_end[];
extern int in_sched_functions(unsigned long addr);
#define MAX_SCHEDULE_TIMEOUT LONG_MAX
@@ -99390,7 +100880,7 @@ index 26a2e61..36bbf4b 100644
extern signed long schedule_timeout_interruptible(signed long timeout);
extern signed long schedule_timeout_killable(signed long timeout);
extern signed long schedule_timeout_uninterruptible(signed long timeout);
-@@ -431,6 +432,19 @@ struct nsproxy;
+@@ -436,6 +437,19 @@ struct nsproxy;
struct user_namespace;
#ifdef CONFIG_MMU
@@ -99410,7 +100900,7 @@ index 26a2e61..36bbf4b 100644
extern void arch_pick_mmap_layout(struct mm_struct *mm);
extern unsigned long
arch_get_unmapped_area(struct file *, unsigned long, unsigned long,
-@@ -729,6 +743,17 @@ struct signal_struct {
+@@ -749,6 +763,17 @@ struct signal_struct {
#ifdef CONFIG_TASKSTATS
struct taskstats *stats;
#endif
@@ -99428,7 +100918,7 @@ index 26a2e61..36bbf4b 100644
#ifdef CONFIG_AUDIT
unsigned audit_tty;
unsigned audit_tty_log_passwd;
-@@ -755,7 +780,7 @@ struct signal_struct {
+@@ -763,7 +788,7 @@ struct signal_struct {
struct mutex cred_guard_mutex; /* guard against foreign influences on
* credential calculations
* (notably. ptrace) */
@@ -99437,7 +100927,7 @@ index 26a2e61..36bbf4b 100644
/*
* Bits in flags field of signal_struct.
-@@ -808,6 +833,14 @@ struct user_struct {
+@@ -816,6 +841,14 @@ struct user_struct {
struct key *session_keyring; /* UID's default session keyring */
#endif
@@ -99452,7 +100942,7 @@ index 26a2e61..36bbf4b 100644
/* Hash table maintenance information */
struct hlist_node uidhash_node;
kuid_t uid;
-@@ -815,7 +848,7 @@ struct user_struct {
+@@ -823,7 +856,7 @@ struct user_struct {
#ifdef CONFIG_PERF_EVENTS
atomic_long_t locked_vm;
#endif
@@ -99461,7 +100951,7 @@ index 26a2e61..36bbf4b 100644
extern int uids_sysfs_init(void);
-@@ -1292,6 +1325,9 @@ enum perf_event_task_context {
+@@ -1344,6 +1377,9 @@ enum perf_event_task_context {
struct task_struct {
volatile long state; /* -1 unrunnable, 0 runnable, >0 stopped */
void *stack;
@@ -99471,7 +100961,7 @@ index 26a2e61..36bbf4b 100644
atomic_t usage;
unsigned int flags; /* per process flags, defined below */
unsigned int ptrace;
-@@ -1425,8 +1461,8 @@ struct task_struct {
+@@ -1476,8 +1512,8 @@ struct task_struct {
struct list_head thread_node;
struct completion *vfork_done; /* for vfork() */
@@ -99482,7 +100972,7 @@ index 26a2e61..36bbf4b 100644
cputime_t utime, stime, utimescaled, stimescaled;
cputime_t gtime;
-@@ -1451,11 +1487,6 @@ struct task_struct {
+@@ -1502,11 +1538,6 @@ struct task_struct {
struct task_cputime cputime_expires;
struct list_head cpu_timers[3];
@@ -99494,18 +100984,7 @@ index 26a2e61..36bbf4b 100644
char comm[TASK_COMM_LEN]; /* executable name excluding path
- access with [gs]et_task_comm (which lock
it with task_lock())
-@@ -1473,6 +1504,10 @@ struct task_struct {
- #endif
- /* CPU-specific state of this task */
- struct thread_struct thread;
-+/* thread_info moved to task_struct */
-+#ifdef CONFIG_X86
-+ struct thread_info tinfo;
-+#endif
- /* filesystem information */
- struct fs_struct *fs;
- /* open file information */
-@@ -1547,6 +1582,10 @@ struct task_struct {
+@@ -1598,6 +1629,10 @@ struct task_struct {
gfp_t lockdep_reclaim_gfp;
#endif
@@ -99516,7 +100995,7 @@ index 26a2e61..36bbf4b 100644
/* journalling filesystem info */
void *journal_info;
-@@ -1585,6 +1624,10 @@ struct task_struct {
+@@ -1636,6 +1671,10 @@ struct task_struct {
/* cg_list protected by css_set_lock and tsk->alloc_lock */
struct list_head cg_list;
#endif
@@ -99527,7 +101006,7 @@ index 26a2e61..36bbf4b 100644
#ifdef CONFIG_FUTEX
struct robust_list_head __user *robust_list;
#ifdef CONFIG_COMPAT
-@@ -1696,7 +1739,7 @@ struct task_struct {
+@@ -1747,7 +1786,7 @@ struct task_struct {
* Number of functions that haven't been traced
* because of depth overrun.
*/
@@ -99536,11 +101015,10 @@ index 26a2e61..36bbf4b 100644
/* Pause for the tracing */
atomic_t tracing_graph_pause;
#endif
-@@ -1724,7 +1767,78 @@ struct task_struct {
- #ifdef CONFIG_DEBUG_ATOMIC_SLEEP
+@@ -1776,22 +1815,91 @@ struct task_struct {
unsigned long task_state_change;
#endif
--};
+ int pagefault_disabled;
+
+#ifdef CONFIG_GRKERNSEC
+ /* grsecurity */
@@ -99565,8 +101043,28 @@ index 26a2e61..36bbf4b 100644
+ u8 gr_is_chrooted;
+#endif
+
++/* thread_info moved to task_struct */
++#ifdef CONFIG_X86
++ struct thread_info tinfo;
++#endif
+ /* CPU-specific state of this task */
+ struct thread_struct thread;
+-/*
+- * WARNING: on x86, 'thread_struct' contains a variable-sized
+- * structure. It *MUST* be at the end of 'task_struct'.
+- *
+- * Do not put anything below here!
+- */
+-};
+} __randomize_layout;
-+
+
+ #ifdef CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT
+-extern int arch_task_struct_size __read_mostly;
++extern size_t arch_task_struct_size __read_mostly;
+ #else
+ # define arch_task_struct_size (sizeof(struct task_struct))
+ #endif
+
+#define MF_PAX_PAGEEXEC 0x01000000 /* Paging based non-executable pages */
+#define MF_PAX_EMUTRAMP 0x02000000 /* Emulate trampolines */
+#define MF_PAX_MPROTECT 0x04000000 /* Restrict mprotect() */
@@ -99613,10 +101111,11 @@ index 26a2e61..36bbf4b 100644
+extern void pax_report_fault(struct pt_regs *regs, void *pc, void *sp);
+extern void pax_report_insns(struct pt_regs *regs, void *pc, void *sp);
+extern void pax_report_refcount_overflow(struct pt_regs *regs);
-
++
/* Future-safe accessor for struct task_struct's cpus_allowed. */
#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
-@@ -1807,7 +1921,7 @@ struct pid_namespace;
+
+@@ -1873,7 +1981,7 @@ struct pid_namespace;
pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,
struct pid_namespace *ns);
@@ -99625,7 +101124,7 @@ index 26a2e61..36bbf4b 100644
{
return tsk->pid;
}
-@@ -2175,6 +2289,25 @@ extern u64 sched_clock_cpu(int cpu);
+@@ -2241,6 +2349,25 @@ extern u64 sched_clock_cpu(int cpu);
extern void sched_clock_init(void);
@@ -99651,7 +101150,7 @@ index 26a2e61..36bbf4b 100644
#ifndef CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
static inline void sched_clock_tick(void)
{
-@@ -2303,7 +2436,9 @@ extern void set_curr_task(int cpu, struct task_struct *p);
+@@ -2369,7 +2496,9 @@ extern void set_curr_task(int cpu, struct task_struct *p);
void yield(void);
union thread_union {
@@ -99661,7 +101160,7 @@ index 26a2e61..36bbf4b 100644
unsigned long stack[THREAD_SIZE/sizeof(long)];
};
-@@ -2336,6 +2471,7 @@ extern struct pid_namespace init_pid_ns;
+@@ -2402,6 +2531,7 @@ extern struct pid_namespace init_pid_ns;
*/
extern struct task_struct *find_task_by_vpid(pid_t nr);
@@ -99669,7 +101168,7 @@ index 26a2e61..36bbf4b 100644
extern struct task_struct *find_task_by_pid_ns(pid_t nr,
struct pid_namespace *ns);
-@@ -2500,7 +2636,7 @@ extern void __cleanup_sighand(struct sighand_struct *);
+@@ -2579,7 +2709,7 @@ extern void __cleanup_sighand(struct sighand_struct *);
extern void exit_itimers(struct signal_struct *);
extern void flush_itimer_signals(void);
@@ -99678,7 +101177,7 @@ index 26a2e61..36bbf4b 100644
extern int do_execve(struct filename *,
const char __user * const __user *,
-@@ -2721,9 +2857,9 @@ static inline unsigned long *end_of_stack(struct task_struct *p)
+@@ -2784,9 +2914,9 @@ static inline unsigned long *end_of_stack(struct task_struct *p)
#define task_stack_end_corrupted(task) \
(*(end_of_stack(task)) != STACK_END_MAGIC)
@@ -99691,7 +101190,7 @@ index 26a2e61..36bbf4b 100644
return (obj >= stack) && (obj < (stack + THREAD_SIZE));
}
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h
-index 596a0e0..bea77ec 100644
+index c9e4731..c716293 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -34,6 +34,7 @@ enum { sysctl_hung_task_timeout_secs = 0 };
@@ -99703,35 +101202,26 @@ index 596a0e0..bea77ec 100644
extern unsigned int sysctl_sched_latency;
extern unsigned int sysctl_sched_min_granularity;
diff --git a/include/linux/security.h b/include/linux/security.h
-index 18264ea..e0238e4 100644
+index 79d85dd..5bc05d7 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
-@@ -27,6 +27,7 @@
- #include <linux/slab.h>
+@@ -28,6 +28,7 @@
#include <linux/err.h>
#include <linux/string.h>
+ #include <linux/mm.h>
+#include <linux/grsecurity.h>
struct linux_binprm;
struct cred;
-@@ -116,8 +117,6 @@ struct seq_file;
-
- extern int cap_netlink_send(struct sock *sk, struct sk_buff *skb);
-
--void reset_security_ops(void);
--
- #ifdef CONFIG_MMU
- extern unsigned long mmap_min_addr;
- extern unsigned long dac_mmap_min_addr;
-@@ -1755,7 +1754,7 @@ struct security_operations {
- struct audit_context *actx);
- void (*audit_rule_free) (void *lsmrule);
- #endif /* CONFIG_AUDIT */
--};
-+} __randomize_layout;
+@@ -946,7 +947,7 @@ static inline int security_task_prctl(int option, unsigned long arg2,
+ unsigned long arg4,
+ unsigned long arg5)
+ {
+- return cap_task_prctl(option, arg2, arg3, arg3, arg5);
++ return cap_task_prctl(option, arg2, arg3, arg4, arg5);
+ }
- /* prototypes */
- extern int security_init(void);
+ static inline void security_task_to_inode(struct task_struct *p, struct inode *inode)
diff --git a/include/linux/semaphore.h b/include/linux/semaphore.h
index dc368b8..e895209 100644
--- a/include/linux/semaphore.h
@@ -99746,7 +101236,7 @@ index dc368b8..e895209 100644
extern int __must_check down_trylock(struct semaphore *sem);
extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
diff --git a/include/linux/seq_file.h b/include/linux/seq_file.h
-index afbb1fd..e1d205d 100644
+index d4c7271..abf5706 100644
--- a/include/linux/seq_file.h
+++ b/include/linux/seq_file.h
@@ -27,6 +27,9 @@ struct seq_file {
@@ -99775,7 +101265,7 @@ index afbb1fd..e1d205d 100644
ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
loff_t seq_lseek(struct file *, loff_t, int);
int seq_release(struct inode *, struct file *);
-@@ -128,6 +133,7 @@ int seq_path_root(struct seq_file *m, const struct path *path,
+@@ -129,6 +134,7 @@ int seq_path_root(struct seq_file *m, const struct path *path,
const struct path *root, const char *esc);
int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
@@ -99784,20 +101274,22 @@ index afbb1fd..e1d205d 100644
int single_release(struct inode *, struct file *);
void *__seq_open_private(struct file *, const struct seq_operations *, int);
diff --git a/include/linux/shm.h b/include/linux/shm.h
-index 6fb8016..ab4465e 100644
+index 6fb8016..2cf60e7 100644
--- a/include/linux/shm.h
+++ b/include/linux/shm.h
-@@ -22,6 +22,10 @@ struct shmid_kernel /* private to the kernel */
+@@ -22,7 +22,11 @@ struct shmid_kernel /* private to the kernel */
/* The task created the shm object. NULL if the task is dead. */
struct task_struct *shm_creator;
struct list_head shm_clist; /* list by creator */
+-};
+#ifdef CONFIG_GRKERNSEC
+ u64 shm_createtime;
+ pid_t shm_lapid;
+#endif
- };
++} __randomize_layout;
/* shm_mode upper byte flags */
+ #define SHM_DEST 01000 /* segment will be destroyed on last detach */
diff --git a/include/linux/signal.h b/include/linux/signal.h
index ab1e039..ad4229e 100644
--- a/include/linux/signal.h
@@ -99812,10 +101304,10 @@ index ab1e039..ad4229e 100644
static inline void disallow_signal(int sig)
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
-index f15154a..17b985a 100644
+index 9b88536..6a15c44 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
-@@ -776,7 +776,7 @@ struct sk_buff *__alloc_skb(unsigned int size, gfp_t priority, int flags,
+@@ -784,7 +784,7 @@ struct sk_buff *__alloc_skb(unsigned int size, gfp_t priority, int flags,
int node);
struct sk_buff *__build_skb(void *data, unsigned int frag_size);
struct sk_buff *build_skb(void *data, unsigned int frag_size);
@@ -99824,32 +101316,7 @@ index f15154a..17b985a 100644
gfp_t priority)
{
return __alloc_skb(size, priority, 0, NUMA_NO_NODE);
-@@ -1590,20 +1590,16 @@ static inline void __skb_fill_page_desc(struct sk_buff *skb, int i,
- skb_frag_t *frag = &skb_shinfo(skb)->frags[i];
-
- /*
-- * Propagate page->pfmemalloc to the skb if we can. The problem is
-- * that not all callers have unique ownership of the page. If
-- * pfmemalloc is set, we check the mapping as a mapping implies
-- * page->index is set (index and pfmemalloc share space).
-- * If it's a valid mapping, we cannot use page->pfmemalloc but we
-- * do not lose pfmemalloc information as the pages would not be
-- * allocated using __GFP_MEMALLOC.
-+ * Propagate page pfmemalloc to the skb if we can. The problem is
-+ * that not all callers have unique ownership of the page but rely
-+ * on page_is_pfmemalloc doing the right thing(tm).
- */
- frag->page.p = page;
- frag->page_offset = off;
- skb_frag_size_set(frag, size);
-
- page = compound_head(page);
-- if (page->pfmemalloc && !page->mapping)
-+ if (page_is_pfmemalloc(page))
- skb->pfmemalloc = true;
- }
-
-@@ -1971,7 +1967,7 @@ static inline u32 skb_inner_network_header_len(const struct sk_buff *skb)
+@@ -1979,7 +1979,7 @@ static inline u32 skb_inner_network_header_len(const struct sk_buff *skb)
return skb->inner_transport_header - skb->inner_network_header;
}
@@ -99858,7 +101325,7 @@ index f15154a..17b985a 100644
{
return skb_network_header(skb) - skb->data;
}
-@@ -2031,7 +2027,7 @@ static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len)
+@@ -2039,7 +2039,7 @@ static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len)
* NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8)
*/
#ifndef NET_SKB_PAD
@@ -99867,16 +101334,7 @@ index f15154a..17b985a 100644
#endif
int ___pskb_trim(struct sk_buff *skb, unsigned int len);
-@@ -2250,7 +2246,7 @@ static inline struct page *dev_alloc_page(void)
- static inline void skb_propagate_pfmemalloc(struct page *page,
- struct sk_buff *skb)
- {
-- if (page && page->pfmemalloc)
-+ if (page_is_pfmemalloc(page))
- skb->pfmemalloc = true;
- }
-
-@@ -2673,9 +2669,9 @@ struct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock,
+@@ -2682,9 +2682,9 @@ struct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock,
int *err);
unsigned int datagram_poll(struct file *file, struct socket *sock,
struct poll_table_struct *wait);
@@ -99888,7 +101346,7 @@ index f15154a..17b985a 100644
struct msghdr *msg, int size)
{
return skb_copy_datagram_iter(from, offset, &msg->msg_iter, size);
-@@ -3197,6 +3193,9 @@ static inline void nf_reset(struct sk_buff *skb)
+@@ -3213,6 +3213,9 @@ static inline void nf_reset(struct sk_buff *skb)
nf_bridge_put(skb->nf_bridge);
skb->nf_bridge = NULL;
#endif
@@ -99899,7 +101357,7 @@ index f15154a..17b985a 100644
static inline void nf_reset_trace(struct sk_buff *skb)
diff --git a/include/linux/slab.h b/include/linux/slab.h
-index ffd24c8..cbbe7de 100644
+index a99f0e5..4efa730 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -15,14 +15,29 @@
@@ -99970,8 +101428,8 @@ index ffd24c8..cbbe7de 100644
* Figure out which kmalloc slab an allocation of a certain size
* belongs to.
@@ -243,7 +267,7 @@ extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
- * 2 = 120 .. 192 bytes
- * n = 2^(n-1) .. 2^n -1
+ * 2 = 129 .. 192 bytes
+ * n = 2^(n-1)+1 .. 2^n
*/
-static __always_inline int kmalloc_index(size_t size)
+static __always_inline __size_overflow(1) int kmalloc_index(size_t size)
@@ -100057,13 +101515,13 @@ index c441407..f487b83 100644
/*
* Callback to arch code if there's nosmp or maxcpus=0 on the
diff --git a/include/linux/sock_diag.h b/include/linux/sock_diag.h
-index 083ac38..b23e3e8 100644
+index fddebc6..6f0ae39 100644
--- a/include/linux/sock_diag.h
+++ b/include/linux/sock_diag.h
-@@ -11,7 +11,7 @@ struct sock;
- struct sock_diag_handler {
+@@ -15,7 +15,7 @@ struct sock_diag_handler {
__u8 family;
int (*dump)(struct sk_buff *skb, struct nlmsghdr *nlh);
+ int (*get_info)(struct sk_buff *skb, struct sock *sk);
-};
+} __do_const;
@@ -100117,10 +101575,10 @@ index 07d8e53..dc934c9 100644
#endif /* _LINUX_SUNRPC_ADDR_H */
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h
-index 598ba80..d90cba6 100644
+index 131032f..5f9378a 100644
--- a/include/linux/sunrpc/clnt.h
+++ b/include/linux/sunrpc/clnt.h
-@@ -100,7 +100,7 @@ struct rpc_procinfo {
+@@ -101,7 +101,7 @@ struct rpc_procinfo {
unsigned int p_timer; /* Which RTT timer to use */
u32 p_statidx; /* Which procedure to account */
const char * p_name; /* name of procedure */
@@ -100143,7 +101601,7 @@ index fae6fb9..023fbcd 100644
/*
* Function prototypes.
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h
-index df8edf8..d140fec 100644
+index 4929a8a..b8f29e9 100644
--- a/include/linux/sunrpc/svc_rdma.h
+++ b/include/linux/sunrpc/svc_rdma.h
@@ -53,15 +53,15 @@ extern unsigned int svcrdma_ord;
@@ -100199,7 +101657,7 @@ index e7a018e..49f8b17 100644
extern dma_addr_t swiotlb_map_page(struct device *dev, struct page *page,
unsigned long offset, size_t size,
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
-index 76d1e38..200776e 100644
+index b45c45b..a6ae64c 100644
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@ -102,7 +102,12 @@ union bpf_attr;
@@ -100353,6 +101811,55 @@ index 387fa7d..3fcde6b 100644
#ifdef CONFIG_MAGIC_SYSRQ
+diff --git a/include/linux/tcp.h b/include/linux/tcp.h
+index 48c3696..e7a7ba6 100644
+--- a/include/linux/tcp.h
++++ b/include/linux/tcp.h
+@@ -63,13 +63,13 @@ struct tcp_fastopen_cookie {
+
+ /* This defines a selective acknowledgement block. */
+ struct tcp_sack_block_wire {
+- __be32 start_seq;
+- __be32 end_seq;
++ __be32 start_seq __intentional_overflow(-1);
++ __be32 end_seq __intentional_overflow(-1);
+ };
+
+ struct tcp_sack_block {
+- u32 start_seq;
+- u32 end_seq;
++ u32 start_seq __intentional_overflow(-1);
++ u32 end_seq __intentional_overflow(-1);
+ };
+
+ /*These are used to set the sack_ok field in struct tcp_options_received */
+@@ -153,7 +153,7 @@ struct tcp_sock {
+ * total number of segments in.
+ */
+ u32 rcv_nxt; /* What we want to receive next */
+- u32 copied_seq; /* Head of yet unread data */
++ u32 copied_seq __intentional_overflow(-1); /* Head of yet unread data */
+ u32 rcv_wup; /* rcv_nxt on last window update sent */
+ u32 snd_nxt; /* Next sequence we send */
+ u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut
+@@ -248,7 +248,7 @@ struct tcp_sock {
+ u32 prr_out; /* Total number of pkts sent during Recovery. */
+
+ u32 rcv_wnd; /* Current receiver window */
+- u32 write_seq; /* Tail(+1) of data held in tcp send buffer */
++ u32 write_seq __intentional_overflow(-1); /* Tail(+1) of data held in tcp send buffer */
+ u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */
+ u32 pushed_seq; /* Last pushed seq, required to talk to windows */
+ u32 lost_out; /* Lost packets */
+@@ -291,7 +291,7 @@ struct tcp_sock {
+ int undo_retrans; /* number of undoable retransmissions. */
+ u32 total_retrans; /* Total retransmits for entire connection */
+
+- u32 urg_seq; /* Seq of received urgent pointer */
++ u32 urg_seq __intentional_overflow(-1); /* Seq of received urgent pointer */
+ unsigned int keepalive_time; /* time before keep alive takes place */
+ unsigned int keepalive_intvl; /* time interval between keep alive probes */
+
diff --git a/include/linux/thread_info.h b/include/linux/thread_info.h
index ff307b5..f1a4468 100644
--- a/include/linux/thread_info.h
@@ -100372,7 +101879,7 @@ index ff307b5..f1a4468 100644
#endif /* _LINUX_THREAD_INFO_H */
diff --git a/include/linux/tty.h b/include/linux/tty.h
-index d76631f..de91e82 100644
+index ad6c891..93a8f45 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -225,7 +225,7 @@ struct tty_port {
@@ -100469,10 +101976,10 @@ index 8715287..1be77ee 100644
struct list_head {
diff --git a/include/linux/uaccess.h b/include/linux/uaccess.h
-index ecd3319..8a36ded 100644
+index ae572c1..73bd4ec 100644
--- a/include/linux/uaccess.h
+++ b/include/linux/uaccess.h
-@@ -75,11 +75,11 @@ static inline unsigned long __copy_from_user_nocache(void *to,
+@@ -97,11 +97,11 @@ static inline unsigned long __copy_from_user_nocache(void *to,
long ret; \
mm_segment_t old_fs = get_fs(); \
\
@@ -100566,9 +102073,18 @@ index 99c1b4d..562e6f3 100644
static inline void put_unaligned_le16(u16 val, void *p)
diff --git a/include/linux/usb.h b/include/linux/usb.h
-index 447fe29..9fc875f 100644
+index 447fe29..1424a9a 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
+@@ -363,7 +363,7 @@ struct usb_bus {
+ * with the URB_SHORT_NOT_OK flag set.
+ */
+ unsigned no_sg_constraint:1; /* no sg constraint */
+- unsigned sg_tablesize; /* 0 or largest number of sg list entries */
++ unsigned short sg_tablesize; /* 0 or largest number of sg list entries */
+
+ int devnum_next; /* Next open device number in
+ * round-robin allocation */
@@ -592,7 +592,7 @@ struct usb_device {
int maxchild;
@@ -100587,8 +102103,20 @@ index 447fe29..9fc875f 100644
extern int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe,
void *data, int len, int *actual_length, int timeout);
extern int usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe,
+diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
+index c9aa779..46d6f69 100644
+--- a/include/linux/usb/hcd.h
++++ b/include/linux/usb/hcd.h
+@@ -23,6 +23,7 @@
+
+ #include <linux/rwsem.h>
+ #include <linux/interrupt.h>
++#include <scsi/scsi_host.h>
+
+ #define MAX_TOPO_LEVEL 6
+
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
-index f06529c..dfeabd8 100644
+index 3dd5a78..ed69d7b 100644
--- a/include/linux/usb/renesas_usbhs.h
+++ b/include/linux/usb/renesas_usbhs.h
@@ -39,7 +39,7 @@ enum {
@@ -100902,7 +102430,7 @@ index 5122b5e..598b440 100644
void v9fs_register_trans(struct p9_trans_module *m);
void v9fs_unregister_trans(struct p9_trans_module *m);
diff --git a/include/net/af_unix.h b/include/net/af_unix.h
-index a175ba4..196eb8242 100644
+index 4a167b3..73dcbb3 100644
--- a/include/net/af_unix.h
+++ b/include/net/af_unix.h
@@ -36,7 +36,7 @@ struct unix_skb_parms {
@@ -100913,7 +102441,7 @@ index a175ba4..196eb8242 100644
+} __randomize_layout;
#define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb))
- #define UNIXSID(skb) (&UNIXCB((skb)).secid)
+
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 2239a37..a83461f 100644
--- a/include/net/bluetooth/l2cap.h
@@ -100928,10 +102456,10 @@ index 2239a37..a83461f 100644
struct l2cap_conn {
struct hci_conn *hcon;
diff --git a/include/net/bonding.h b/include/net/bonding.h
-index 78ed135..2f53667 100644
+index 20defc0..3072903 100644
--- a/include/net/bonding.h
+++ b/include/net/bonding.h
-@@ -658,7 +658,7 @@ extern struct rtnl_link_ops bond_link_ops;
+@@ -661,7 +661,7 @@ extern struct rtnl_link_ops bond_link_ops;
static inline void bond_tx_drop(struct net_device *dev, struct sk_buff *skb)
{
@@ -101015,71 +102543,19 @@ index 0320bbb..938789c 100644
/** inet_connection_sock - INET connection oriented sock
*
-diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h
-index 8d17655..2f3246d 100644
---- a/include/net/inet_frag.h
-+++ b/include/net/inet_frag.h
-@@ -21,13 +21,11 @@ struct netns_frags {
- * @INET_FRAG_FIRST_IN: first fragment has arrived
- * @INET_FRAG_LAST_IN: final fragment has arrived
- * @INET_FRAG_COMPLETE: frag queue has been processed and is due for destruction
-- * @INET_FRAG_EVICTED: frag queue is being evicted
- */
- enum {
- INET_FRAG_FIRST_IN = BIT(0),
- INET_FRAG_LAST_IN = BIT(1),
- INET_FRAG_COMPLETE = BIT(2),
-- INET_FRAG_EVICTED = BIT(3)
- };
-
- /**
-@@ -45,6 +43,7 @@ enum {
- * @flags: fragment queue flags
- * @max_size: (ipv4 only) maximum received fragment size with IP_DF set
- * @net: namespace that this frag belongs to
-+ * @list_evictor: list of queues to forcefully evict (e.g. due to low memory)
- */
- struct inet_frag_queue {
- spinlock_t lock;
-@@ -59,6 +58,7 @@ struct inet_frag_queue {
- __u8 flags;
- u16 max_size;
- struct netns_frags *net;
-+ struct hlist_node list_evictor;
- };
-
- #define INETFRAGS_HASHSZ 1024
-@@ -125,6 +125,11 @@ static inline void inet_frag_put(struct inet_frag_queue *q, struct inet_frags *f
- inet_frag_destroy(q, f);
- }
-
-+static inline bool inet_frag_evicting(struct inet_frag_queue *q)
-+{
-+ return !hlist_unhashed(&q->list_evictor);
-+}
-+
- /* Memory Tracking Functions. */
-
- /* The default percpu_counter batch size is not big enough to scale to
-@@ -139,14 +144,14 @@ static inline int frag_mem_limit(struct netns_frags *nf)
- return percpu_counter_read(&nf->mem);
- }
-
--static inline void sub_frag_mem_limit(struct inet_frag_queue *q, int i)
-+static inline void sub_frag_mem_limit(struct netns_frags *nf, int i)
- {
-- __percpu_counter_add(&q->net->mem, -i, frag_percpu_counter_batch);
-+ __percpu_counter_add(&nf->mem, -i, frag_percpu_counter_batch);
- }
-
--static inline void add_frag_mem_limit(struct inet_frag_queue *q, int i)
-+static inline void add_frag_mem_limit(struct netns_frags *nf, int i)
- {
-- __percpu_counter_add(&q->net->mem, i, frag_percpu_counter_batch);
-+ __percpu_counter_add(&nf->mem, i, frag_percpu_counter_batch);
- }
-
- static inline void init_frag_mem_limit(struct netns_frags *nf)
+diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h
+index 47eb67b..0e733b2 100644
+--- a/include/net/inet_sock.h
++++ b/include/net/inet_sock.h
+@@ -43,7 +43,7 @@
+ struct ip_options {
+ __be32 faddr;
+ __be32 nexthop;
+- unsigned char optlen;
++ unsigned char optlen __intentional_overflow(0);
+ unsigned char srr;
+ unsigned char rr;
+ unsigned char ts;
diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h
index d5332dd..10a5c3c 100644
--- a/include/net/inetpeer.h
@@ -101094,10 +102570,10 @@ index d5332dd..10a5c3c 100644
struct rcu_head rcu;
struct inet_peer *gc_next;
diff --git a/include/net/ip.h b/include/net/ip.h
-index d14af7e..52816c2 100644
+index d5fe9f2..8da10ed 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
-@@ -318,7 +318,7 @@ static inline unsigned int ip_skb_dst_mtu(const struct sk_buff *skb)
+@@ -319,7 +319,7 @@ static inline unsigned int ip_skb_dst_mtu(const struct sk_buff *skb)
}
}
@@ -101107,7 +102583,7 @@ index d14af7e..52816c2 100644
static inline void ip_select_ident_segs(struct net *net, struct sk_buff *skb,
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
-index 54271ed..eb7e0e6 100644
+index 5fa643b..d871e20 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -170,7 +170,7 @@ __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh);
@@ -101248,10 +102724,19 @@ index c4359e2..76dbc4a 100644
struct llc_sap_state {
u8 curr_state;
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
-index fc57f6b..9c1fdb2 100644
+index 6b1077c..7b72f67 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
-@@ -5104,7 +5104,7 @@ struct rate_control_ops {
+@@ -5106,7 +5106,7 @@ struct ieee80211_tx_rate_control {
+ struct sk_buff *skb;
+ struct ieee80211_tx_rate reported_rate;
+ bool rts, short_preamble;
+- u8 max_rate_idx;
++ s8 max_rate_idx;
+ u32 rate_idx_mask;
+ u8 *rate_idx_mcs_mask;
+ bool bss;
+@@ -5143,7 +5143,7 @@ struct rate_control_ops {
void (*remove_sta_debugfs)(void *priv, void *priv_sta);
u32 (*get_expected_throughput)(void *priv_sta);
@@ -101283,10 +102768,19 @@ index bd33e66..6508d00 100644
enum {
NEIGH_ARP_TABLE = 0,
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
-index f733656..54053db 100644
+index e951453..0685f5b 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
-@@ -132,8 +132,8 @@ struct net {
+@@ -53,7 +53,7 @@ struct net {
+ */
+ spinlock_t rules_mod_lock;
+
+- atomic64_t cookie_gen;
++ atomic64_unchecked_t cookie_gen;
+
+ struct list_head list; /* list of network namespaces */
+ struct list_head cleanup_list; /* namespaces on death row */
+@@ -135,8 +135,8 @@ struct net {
struct netns_mpls mpls;
#endif
struct sock *diag_nlsk;
@@ -101297,7 +102791,7 @@ index f733656..54053db 100644
#include <linux/seq_file_net.h>
-@@ -268,7 +268,11 @@ static inline struct net *read_pnet(const possible_net_t *pnet)
+@@ -271,7 +271,11 @@ static inline struct net *read_pnet(const possible_net_t *pnet)
#define __net_init __init
#define __net_exit __exit_refok
#define __net_initdata __initdata
@@ -101308,8 +102802,8 @@ index f733656..54053db 100644
+#endif
#endif
- int peernet2id(struct net *net, struct net *peer);
-@@ -281,7 +285,7 @@ struct pernet_operations {
+ int peernet2id_alloc(struct net *net, struct net *peer);
+@@ -286,7 +290,7 @@ struct pernet_operations {
void (*exit_batch)(struct list_head *net_exit_list);
int *id;
size_t size;
@@ -101318,7 +102812,7 @@ index f733656..54053db 100644
/*
* Use these carefully. If you implement a network device and it
-@@ -329,12 +333,12 @@ static inline void unregister_net_sysctl_table(struct ctl_table_header *header)
+@@ -334,12 +338,12 @@ static inline void unregister_net_sysctl_table(struct ctl_table_header *header)
static inline int rt_genid_ipv4(struct net *net)
{
@@ -101333,7 +102827,7 @@ index f733656..54053db 100644
}
extern void (*__fib6_flush_trees)(struct net *net);
-@@ -361,12 +365,12 @@ static inline void rt_genid_bump_all(struct net *net)
+@@ -366,12 +370,12 @@ static inline void rt_genid_bump_all(struct net *net)
static inline int fnhe_genid(struct net *net)
{
@@ -101362,7 +102856,7 @@ index 2a5dbcc..8243656 100644
}
diff --git a/include/net/netns/conntrack.h b/include/net/netns/conntrack.h
-index 29d6a94..235d3d84 100644
+index 723b61c..4386367 100644
--- a/include/net/netns/conntrack.h
+++ b/include/net/netns/conntrack.h
@@ -14,10 +14,10 @@ struct nf_conntrack_ecache;
@@ -101388,10 +102882,10 @@ index 29d6a94..235d3d84 100644
};
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
-index 614a49b..0b94386 100644
+index c68926b..106c147 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
-@@ -90,7 +90,7 @@ struct netns_ipv4 {
+@@ -93,7 +93,7 @@ struct netns_ipv4 {
struct ping_group_range ping_group_range;
@@ -101400,7 +102894,7 @@ index 614a49b..0b94386 100644
#ifdef CONFIG_SYSCTL
unsigned long *sysctl_local_reserved_ports;
-@@ -104,6 +104,6 @@ struct netns_ipv4 {
+@@ -107,6 +107,6 @@ struct netns_ipv4 {
struct fib_rules_ops *mr_rules_ops;
#endif
#endif
@@ -101409,10 +102903,10 @@ index 614a49b..0b94386 100644
};
#endif
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
-index d2527bf..2c802d5 100644
+index 8d93544..05c3e89 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
-@@ -78,8 +78,8 @@ struct netns_ipv6 {
+@@ -79,8 +79,8 @@ struct netns_ipv6 {
struct fib_rules_ops *mr6_rules_ops;
#endif
#endif
@@ -101535,10 +103029,19 @@ index 495c87e..5b327ff 100644
/* Structure to track chunk fragments that have been acked, but peer
diff --git a/include/net/sock.h b/include/net/sock.h
-index 3a4898e..67456ac 100644
+index f21f070..29ac73e 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
-@@ -363,7 +363,7 @@ struct sock {
+@@ -198,7 +198,7 @@ struct sock_common {
+ struct in6_addr skc_v6_rcv_saddr;
+ #endif
+
+- atomic64_t skc_cookie;
++ atomic64_unchecked_t skc_cookie;
+
+ /*
+ * fields between dontcopy_begin/dontcopy_end
+@@ -364,7 +364,7 @@ struct sock {
unsigned int sk_napi_id;
unsigned int sk_ll_usec;
#endif
@@ -101547,7 +103050,7 @@ index 3a4898e..67456ac 100644
int sk_rcvbuf;
struct sk_filter __rcu *sk_filter;
-@@ -1039,7 +1039,7 @@ struct proto {
+@@ -1038,7 +1038,7 @@ struct proto {
void (*destroy_cgroup)(struct mem_cgroup *memcg);
struct cg_proto *(*proto_cgroup)(struct mem_cgroup *memcg);
#endif
@@ -101556,7 +103059,7 @@ index 3a4898e..67456ac 100644
/*
* Bits in struct cg_proto.flags
-@@ -1212,7 +1212,7 @@ static inline void memcg_memory_allocated_sub(struct cg_proto *prot,
+@@ -1211,7 +1211,7 @@ static inline void memcg_memory_allocated_sub(struct cg_proto *prot,
page_counter_uncharge(&prot->memory_allocated, amt);
}
@@ -101565,7 +103068,7 @@ index 3a4898e..67456ac 100644
sk_memory_allocated(const struct sock *sk)
{
struct proto *prot = sk->sk_prot;
-@@ -1777,7 +1777,7 @@ static inline void sk_nocaps_add(struct sock *sk, netdev_features_t flags)
+@@ -1776,7 +1776,7 @@ static inline void sk_nocaps_add(struct sock *sk, netdev_features_t flags)
}
static inline int skb_do_copy_data_nocache(struct sock *sk, struct sk_buff *skb,
@@ -101574,15 +103077,15 @@ index 3a4898e..67456ac 100644
int copy, int offset)
{
if (skb->ip_summed == CHECKSUM_NONE) {
-@@ -2024,7 +2024,7 @@ static inline void sk_stream_moderate_sndbuf(struct sock *sk)
+@@ -2023,7 +2023,7 @@ static inline void sk_stream_moderate_sndbuf(struct sock *sk)
}
}
--struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp);
-+struct sk_buff * __intentional_overflow(0) sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp);
+-struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp,
++struct sk_buff * __intentional_overflow(0) sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp,
+ bool force_schedule);
/**
- * sk_page_frag - return an appropriate page_frag
@@ -2099,7 +2099,7 @@ struct sock_skb_cb {
static inline void
sock_skb_set_dropcount(const struct sock *sk, struct sk_buff *skb)
@@ -101593,43 +103096,43 @@ index 3a4898e..67456ac 100644
void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk,
diff --git a/include/net/tcp.h b/include/net/tcp.h
-index 6d204f3..d5a8ff0 100644
+index 950cfec..0bf9d85 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
-@@ -523,7 +523,7 @@ void tcp_retransmit_timer(struct sock *sk);
+@@ -546,7 +546,7 @@ void tcp_retransmit_timer(struct sock *sk);
void tcp_xmit_retransmit_queue(struct sock *);
void tcp_simple_retransmit(struct sock *);
int tcp_trim_head(struct sock *, struct sk_buff *, u32);
-int tcp_fragment(struct sock *, struct sk_buff *, u32, unsigned int, gfp_t);
-+int __intentional_overflow(3) tcp_fragment(struct sock *, struct sk_buff *, u32, unsigned int, gfp_t);
++int tcp_fragment(struct sock *, struct sk_buff *, u32, unsigned int, gfp_t) __intentional_overflow(3);
void tcp_send_probe0(struct sock *);
void tcp_send_partial(struct sock *);
-@@ -699,8 +699,8 @@ static inline u32 tcp_skb_timestamp(const struct sk_buff *skb)
+@@ -724,8 +724,8 @@ static inline u32 tcp_skb_timestamp(const struct sk_buff *skb)
* If this grows please adjust skbuff.h:skbuff->cb[xxx] size appropriately.
*/
struct tcp_skb_cb {
- __u32 seq; /* Starting sequence number */
- __u32 end_seq; /* SEQ + FIN + SYN + datalen */
-+ __u32 seq __intentional_overflow(0); /* Starting sequence number */
-+ __u32 end_seq __intentional_overflow(0); /* SEQ + FIN + SYN + datalen */
++ __u32 seq __intentional_overflow(-1); /* Starting sequence number */
++ __u32 end_seq __intentional_overflow(-1); /* SEQ + FIN + SYN + datalen */
union {
/* Note : tcp_tw_isn is used in input path only
* (isn chosen by tcp_timewait_state_process())
-@@ -725,7 +725,7 @@ struct tcp_skb_cb {
+@@ -753,7 +753,7 @@ struct tcp_skb_cb {
__u8 ip_dsfield; /* IPv4 tos or IPv6 dsfield */
/* 1 byte hole */
- __u32 ack_seq; /* Sequence number ACK'd */
-+ __u32 ack_seq __intentional_overflow(0); /* Sequence number ACK'd */
++ __u32 ack_seq __intentional_overflow(-1); /* Sequence number ACK'd */
union {
struct inet_skb_parm h4;
#if IS_ENABLED(CONFIG_IPV6)
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
-index 36ac102..6e8b34b 100644
+index f0ee97e..73e2b5a 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
-@@ -283,7 +283,6 @@ struct xfrm_dst;
+@@ -284,7 +284,6 @@ struct xfrm_dst;
struct xfrm_policy_afinfo {
unsigned short family;
struct dst_ops *dst_ops;
@@ -101637,7 +103140,7 @@ index 36ac102..6e8b34b 100644
struct dst_entry *(*dst_lookup)(struct net *net, int tos,
const xfrm_address_t *saddr,
const xfrm_address_t *daddr);
-@@ -301,7 +300,7 @@ struct xfrm_policy_afinfo {
+@@ -302,7 +301,7 @@ struct xfrm_policy_afinfo {
struct net_device *dev,
const struct flowi *fl);
struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig);
@@ -101646,7 +103149,7 @@ index 36ac102..6e8b34b 100644
int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo);
int xfrm_policy_unregister_afinfo(struct xfrm_policy_afinfo *afinfo);
-@@ -340,7 +339,7 @@ struct xfrm_state_afinfo {
+@@ -341,7 +340,7 @@ struct xfrm_state_afinfo {
int (*transport_finish)(struct sk_buff *skb,
int async);
void (*local_error)(struct sk_buff *skb, u32 mtu);
@@ -101655,7 +103158,7 @@ index 36ac102..6e8b34b 100644
int xfrm_state_register_afinfo(struct xfrm_state_afinfo *afinfo);
int xfrm_state_unregister_afinfo(struct xfrm_state_afinfo *afinfo);
-@@ -435,7 +434,7 @@ struct xfrm_mode {
+@@ -436,7 +435,7 @@ struct xfrm_mode {
struct module *owner;
unsigned int encap;
int flags;
@@ -101664,7 +103167,7 @@ index 36ac102..6e8b34b 100644
/* Flags for xfrm_mode. */
enum {
-@@ -530,7 +529,7 @@ struct xfrm_policy {
+@@ -531,7 +530,7 @@ struct xfrm_policy {
struct timer_list timer;
struct flow_cache_object flo;
@@ -101673,7 +103176,7 @@ index 36ac102..6e8b34b 100644
u32 priority;
u32 index;
struct xfrm_mark mark;
-@@ -1163,6 +1162,7 @@ static inline void xfrm_sk_free_policy(struct sock *sk)
+@@ -1164,6 +1163,7 @@ static inline void xfrm_sk_free_policy(struct sock *sk)
}
void xfrm_garbage_collect(struct net *net);
@@ -101681,7 +103184,7 @@ index 36ac102..6e8b34b 100644
#else
-@@ -1201,6 +1201,9 @@ static inline int xfrm6_policy_check_reverse(struct sock *sk, int dir,
+@@ -1202,6 +1202,9 @@ static inline int xfrm6_policy_check_reverse(struct sock *sk, int dir,
static inline void xfrm_garbage_collect(struct net *net)
{
}
@@ -101692,10 +103195,10 @@ index 36ac102..6e8b34b 100644
static __inline__
diff --git a/include/rdma/iw_cm.h b/include/rdma/iw_cm.h
-index 1017e0b..227aa4d 100644
+index 036bd27..c0d7f17 100644
--- a/include/rdma/iw_cm.h
+++ b/include/rdma/iw_cm.h
-@@ -122,7 +122,7 @@ struct iw_cm_verbs {
+@@ -123,7 +123,7 @@ struct iw_cm_verbs {
int backlog);
int (*destroy_listen)(struct iw_cm_id *cm_id);
@@ -101726,7 +103229,7 @@ index 93d14da..734b3d8 100644
u8 qfull;
enum fc_lport_state state;
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
-index a4c9336..d6f8f34 100644
+index ae84b22..7954097 100644
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@ -185,9 +185,9 @@ struct scsi_device {
@@ -101769,6 +103272,19 @@ index 784bc2c..855a04c 100644
/**
+diff --git a/include/scsi/sg.h b/include/scsi/sg.h
+index 3afec70..b196b43 100644
+--- a/include/scsi/sg.h
++++ b/include/scsi/sg.h
+@@ -52,7 +52,7 @@ typedef struct sg_io_hdr
+ or scatter gather list */
+ unsigned char __user *cmdp; /* [i], [*i] points to command to perform */
+ void __user *sbp; /* [i], [*o] points to sense_buffer memory */
+- unsigned int timeout; /* [i] MAX_UINT->no timeout (unit: millisec) */
++ unsigned int timeout __intentional_overflow(-1); /* [i] MAX_UINT->no timeout (unit: millisec) */
+ unsigned int flags; /* [i] 0 -> default, see SG_FLAG... */
+ int pack_id; /* [i->o] unused internally (normally) */
+ void __user * usr_ptr; /* [i->o] unused internally */
diff --git a/include/sound/compress_driver.h b/include/sound/compress_driver.h
index fa1d055..3647940 100644
--- a/include/sound/compress_driver.h
@@ -101783,10 +103299,10 @@ index fa1d055..3647940 100644
/**
* struct snd_compr: Compressed device
diff --git a/include/sound/soc.h b/include/sound/soc.h
-index f6226914..e919a2e 100644
+index 93df8bf..c84577b 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
-@@ -870,7 +870,7 @@ struct snd_soc_codec_driver {
+@@ -883,7 +883,7 @@ struct snd_soc_codec_driver {
enum snd_soc_dapm_type, int);
bool ignore_pmdown_time; /* Doesn't benefit from pmdown delay */
@@ -101795,7 +103311,7 @@ index f6226914..e919a2e 100644
/* SoC platform interface */
struct snd_soc_platform_driver {
-@@ -897,7 +897,7 @@ struct snd_soc_platform_driver {
+@@ -910,7 +910,7 @@ struct snd_soc_platform_driver {
const struct snd_compr_ops *compr_ops;
int (*bespoke_trigger)(struct snd_pcm_substream *, int);
@@ -101805,10 +103321,10 @@ index f6226914..e919a2e 100644
struct snd_soc_dai_link_component {
const char *name;
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
-index 480e9f8..2d59c93 100644
+index 17ae2d6..2c06382 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
-@@ -767,7 +767,7 @@ struct se_device {
+@@ -751,7 +751,7 @@ struct se_device {
atomic_long_t write_bytes;
/* Active commands on this virtual SE device */
atomic_t simple_cmds;
@@ -101816,7 +103332,7 @@ index 480e9f8..2d59c93 100644
+ atomic_unchecked_t dev_ordered_id;
atomic_t dev_ordered_sync;
atomic_t dev_qf_count;
- int export_count;
+ u32 export_count;
diff --git a/include/trace/events/fs.h b/include/trace/events/fs.h
new file mode 100644
index 0000000..fb634b7
@@ -101899,10 +103415,10 @@ index ff8f6c0..6b6bae3 100644
TP_ARGS(irq, action, ret),
diff --git a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h
-index a7e41fb..c115957 100644
+index db809b7..05a44aa 100644
--- a/include/uapi/drm/i915_drm.h
+++ b/include/uapi/drm/i915_drm.h
-@@ -350,6 +350,7 @@ typedef struct drm_i915_irq_wait {
+@@ -354,6 +354,7 @@ typedef struct drm_i915_irq_wait {
#define I915_PARAM_REVISION 32
#define I915_PARAM_SUBSLICE_TOTAL 33
#define I915_PARAM_EU_TOTAL 34
@@ -102022,6 +103538,19 @@ index d876736..ccce5c0 100644
}
#define __cpu_to_le64s(x) do { (void)(x); } while (0)
#define __le64_to_cpus(x) do { (void)(x); } while (0)
+diff --git a/include/uapi/linux/connector.h b/include/uapi/linux/connector.h
+index 4cb2835..cfbc4e2 100644
+--- a/include/uapi/linux/connector.h
++++ b/include/uapi/linux/connector.h
+@@ -69,7 +69,7 @@ struct cb_id {
+ struct cn_msg {
+ struct cb_id id;
+
+- __u32 seq;
++ __u32 seq __intentional_overflow(-1);
+ __u32 ack;
+
+ __u16 len; /* Length of the following data */
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h
index 71e1d0e..6cc9caf 100644
--- a/include/uapi/linux/elf.h
@@ -102185,18 +103714,18 @@ index 30f5362..8ed8ac9 100644
void *pmi_pal;
u8 *vbe_state_orig; /*
diff --git a/init/Kconfig b/init/Kconfig
-index dc24dec..b77638f 100644
+index af09b4f..17fcb78 100644
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -1145,6 +1145,7 @@ endif # CGROUPS
-
+@@ -1139,6 +1139,7 @@ endif # CGROUPS
config CHECKPOINT_RESTORE
bool "Checkpoint/restore support" if EXPERT
+ select PROC_CHILDREN
+ depends on !GRKERNSEC
default n
help
Enables additional kernel features in a sake of checkpoint/restore.
-@@ -1670,7 +1671,7 @@ config SLUB_DEBUG
+@@ -1664,7 +1665,7 @@ config SLUB_DEBUG
config COMPAT_BRK
bool "Disable heap randomization"
@@ -102205,7 +103734,7 @@ index dc24dec..b77638f 100644
help
Randomizing heap placement makes heap exploits harder, but it
also breaks ancient binaries (including anything libc5 based).
-@@ -2001,7 +2002,7 @@ config INIT_ALL_POSSIBLE
+@@ -1994,7 +1995,7 @@ config INIT_ALL_POSSIBLE
config STOP_MACHINE
bool
default y
@@ -102229,7 +103758,7 @@ index 7bc47ee..6da2dc7 100644
ifneq ($(CONFIG_BLK_DEV_INITRD),y)
obj-y += noinitramfs.o
diff --git a/init/do_mounts.c b/init/do_mounts.c
-index a95bbdb..82c48fd 100644
+index dea5de9..bbdbb5f 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -363,11 +363,11 @@ static void __init get_fs_names(char *page)
@@ -102268,7 +103797,7 @@ index a95bbdb..82c48fd 100644
termios.c_lflag |= ICANON;
sys_ioctl(fd, TCSETSF, (long)&termios);
sys_close(fd);
-@@ -595,8 +595,8 @@ void __init prepare_namespace(void)
+@@ -600,8 +600,8 @@ void __init prepare_namespace(void)
mount_root();
out:
devtmpfs_mount("dev");
@@ -102554,7 +104083,7 @@ index ad1bd77..dca2c1b 100644
next_state = Reset;
return 0;
diff --git a/init/main.c b/init/main.c
-index 2a89545..58711ee 100644
+index 5650655..937d1b1 100644
--- a/init/main.c
+++ b/init/main.c
@@ -97,6 +97,8 @@ extern void radix_tree_init(void);
@@ -102604,7 +104133,7 @@ index 2a89545..58711ee 100644
static const char *argv_init[MAX_INIT_ARGS+2] = { "init", NULL, };
const char *envp_init[MAX_INIT_ENVS+2] = { "HOME=/", "TERM=linux", NULL, };
static const char *panic_later, *panic_param;
-@@ -726,7 +759,7 @@ static bool __init_or_module initcall_blacklisted(initcall_t fn)
+@@ -731,7 +764,7 @@ static bool __init_or_module initcall_blacklisted(initcall_t fn)
struct blacklist_entry *entry;
char *fn_name;
@@ -102613,7 +104142,7 @@ index 2a89545..58711ee 100644
if (!fn_name)
return false;
-@@ -778,7 +811,7 @@ int __init_or_module do_one_initcall(initcall_t fn)
+@@ -783,7 +816,7 @@ int __init_or_module do_one_initcall(initcall_t fn)
{
int count = preempt_count();
int ret;
@@ -102622,7 +104151,7 @@ index 2a89545..58711ee 100644
if (initcall_blacklisted(fn))
return -EPERM;
-@@ -788,18 +821,17 @@ int __init_or_module do_one_initcall(initcall_t fn)
+@@ -793,18 +826,17 @@ int __init_or_module do_one_initcall(initcall_t fn)
else
ret = fn();
@@ -102645,7 +104174,7 @@ index 2a89545..58711ee 100644
return ret;
}
-@@ -905,8 +937,8 @@ static int run_init_process(const char *init_filename)
+@@ -910,8 +942,8 @@ static int run_init_process(const char *init_filename)
{
argv_init[0] = init_filename;
return do_execve(getname_kernel(init_filename),
@@ -102656,7 +104185,7 @@ index 2a89545..58711ee 100644
}
static int try_to_run_init_process(const char *init_filename)
-@@ -923,6 +955,10 @@ static int try_to_run_init_process(const char *init_filename)
+@@ -928,6 +960,10 @@ static int try_to_run_init_process(const char *init_filename)
return ret;
}
@@ -102667,7 +104196,7 @@ index 2a89545..58711ee 100644
static noinline void __init kernel_init_freeable(void);
static int __ref kernel_init(void *unused)
-@@ -947,6 +983,11 @@ static int __ref kernel_init(void *unused)
+@@ -952,6 +988,11 @@ static int __ref kernel_init(void *unused)
ramdisk_execute_command, ret);
}
@@ -102679,7 +104208,7 @@ index 2a89545..58711ee 100644
/*
* We try each of these until one succeeds.
*
-@@ -1002,7 +1043,7 @@ static noinline void __init kernel_init_freeable(void)
+@@ -1009,7 +1050,7 @@ static noinline void __init kernel_init_freeable(void)
do_basic_setup();
/* Open the /dev/console on the rootfs, this should never fail */
@@ -102688,7 +104217,7 @@ index 2a89545..58711ee 100644
pr_err("Warning: unable to open an initial console.\n");
(void) sys_dup(0);
-@@ -1015,11 +1056,13 @@ static noinline void __init kernel_init_freeable(void)
+@@ -1022,11 +1063,13 @@ static noinline void __init kernel_init_freeable(void)
if (!ramdisk_execute_command)
ramdisk_execute_command = "/init";
@@ -102788,10 +104317,10 @@ index 68d4e95..1477ded 100644
mq_table.data = get_mq(table);
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
-index c3fc5c2..1f32fe2 100644
+index 161a180..be31d93 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
-@@ -275,6 +275,7 @@ static struct inode *mqueue_get_inode(struct super_block *sb,
+@@ -274,6 +274,7 @@ static struct inode *mqueue_get_inode(struct super_block *sb,
mq_bytes = mq_treesize + (info->attr.mq_maxmsg *
info->attr.mq_msgsize);
@@ -102799,8 +104328,40 @@ index c3fc5c2..1f32fe2 100644
spin_lock(&mq_lock);
if (u->mq_bytes + mq_bytes < u->mq_bytes ||
u->mq_bytes + mq_bytes > rlimit(RLIMIT_MSGQUEUE)) {
+diff --git a/ipc/msg.c b/ipc/msg.c
+index 66c4f56..1471db9 100644
+--- a/ipc/msg.c
++++ b/ipc/msg.c
+@@ -137,13 +137,6 @@ static int newque(struct ipc_namespace *ns, struct ipc_params *params)
+ return retval;
+ }
+
+- /* ipc_addid() locks msq upon success. */
+- id = ipc_addid(&msg_ids(ns), &msq->q_perm, ns->msg_ctlmni);
+- if (id < 0) {
+- ipc_rcu_putref(msq, msg_rcu_free);
+- return id;
+- }
+-
+ msq->q_stime = msq->q_rtime = 0;
+ msq->q_ctime = get_seconds();
+ msq->q_cbytes = msq->q_qnum = 0;
+@@ -153,6 +146,13 @@ static int newque(struct ipc_namespace *ns, struct ipc_params *params)
+ INIT_LIST_HEAD(&msq->q_receivers);
+ INIT_LIST_HEAD(&msq->q_senders);
+
++ /* ipc_addid() locks msq upon success. */
++ id = ipc_addid(&msg_ids(ns), &msq->q_perm, ns->msg_ctlmni);
++ if (id < 0) {
++ ipc_rcu_putref(msq, msg_rcu_free);
++ return id;
++ }
++
+ ipc_unlock_object(&msq->q_perm);
+ rcu_read_unlock();
+
diff --git a/ipc/sem.c b/ipc/sem.c
-index c50aa57..07e9531 100644
+index b471e5a..89aef1d 100644
--- a/ipc/sem.c
+++ b/ipc/sem.c
@@ -1790,7 +1790,7 @@ static int get_queue_result(struct sem_queue *q)
@@ -102822,7 +104383,7 @@ index c50aa57..07e9531 100644
return sys_semtimedop(semid, tsops, nsops, NULL);
}
diff --git a/ipc/shm.c b/ipc/shm.c
-index 6d76707..b646bbe 100644
+index 4aef24d..c545631 100644
--- a/ipc/shm.c
+++ b/ipc/shm.c
@@ -72,6 +72,14 @@ static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
@@ -102840,7 +104401,17 @@ index 6d76707..b646bbe 100644
void shm_init_ns(struct ipc_namespace *ns)
{
ns->shm_ctlmax = SHMMAX;
-@@ -560,6 +568,9 @@ static int newseg(struct ipc_namespace *ns, struct ipc_params *params)
+@@ -551,20 +559,24 @@ static int newseg(struct ipc_namespace *ns, struct ipc_params *params)
+ if (IS_ERR(file))
+ goto no_file;
+
+- id = ipc_addid(&shm_ids(ns), &shp->shm_perm, ns->shm_ctlmni);
+- if (id < 0) {
+- error = id;
+- goto no_id;
+- }
+-
+ shp->shm_cprid = task_tgid_vnr(current);
shp->shm_lprid = 0;
shp->shm_atim = shp->shm_dtim = 0;
shp->shm_ctim = get_seconds();
@@ -102850,7 +104421,18 @@ index 6d76707..b646bbe 100644
shp->shm_segsz = size;
shp->shm_nattch = 0;
shp->shm_file = file;
-@@ -1096,6 +1107,12 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
+ shp->shm_creator = current;
++
++ id = ipc_addid(&shm_ids(ns), &shp->shm_perm, ns->shm_ctlmni);
++ if (id < 0) {
++ error = id;
++ goto no_id;
++ }
++
+ list_add(&shp->shm_clist, &current->sysvshm.shm_clist);
+
+ /*
+@@ -1097,6 +1109,12 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
f_mode = FMODE_READ | FMODE_WRITE;
}
if (shmflg & SHM_EXEC) {
@@ -102863,7 +104445,7 @@ index 6d76707..b646bbe 100644
prot |= PROT_EXEC;
acc_mode |= S_IXUGO;
}
-@@ -1120,6 +1137,15 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
+@@ -1121,6 +1139,15 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
if (err)
goto out_unlock;
@@ -102879,7 +104461,7 @@ index 6d76707..b646bbe 100644
ipc_lock_object(&shp->shm_perm);
/* check if shm_destroy() is tearing down shp */
-@@ -1132,6 +1158,9 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
+@@ -1133,6 +1160,9 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
path = shp->shm_file->f_path;
path_get(&path);
shp->shm_nattch++;
@@ -102890,7 +104472,7 @@ index 6d76707..b646bbe 100644
ipc_unlock_object(&shp->shm_perm);
rcu_read_unlock();
diff --git a/ipc/util.c b/ipc/util.c
-index ff3323e..d6d63d1 100644
+index be42300..049b0ff 100644
--- a/ipc/util.c
+++ b/ipc/util.c
@@ -71,6 +71,8 @@ struct ipc_proc_iface {
@@ -102902,7 +104484,29 @@ index ff3323e..d6d63d1 100644
/**
* ipc_init - initialise ipc subsystem
*
-@@ -497,6 +499,10 @@ int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flag)
+@@ -237,6 +239,10 @@ int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int size)
+ rcu_read_lock();
+ spin_lock(&new->lock);
+
++ current_euid_egid(&euid, &egid);
++ new->cuid = new->uid = euid;
++ new->gid = new->cgid = egid;
++
+ id = idr_alloc(&ids->ipcs_idr, new,
+ (next_id < 0) ? 0 : ipcid_to_idx(next_id), 0,
+ GFP_NOWAIT);
+@@ -249,10 +255,6 @@ int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int size)
+
+ ids->in_use++;
+
+- current_euid_egid(&euid, &egid);
+- new->cuid = new->uid = euid;
+- new->gid = new->cgid = egid;
+-
+ if (next_id < 0) {
+ new->seq = ids->seq++;
+ if (ids->seq > IPCID_SEQ_MAX)
+@@ -494,6 +496,10 @@ int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flag)
granted_mode >>= 6;
else if (in_group_p(ipcp->cgid) || in_group_p(ipcp->gid))
granted_mode >>= 3;
@@ -102914,7 +104518,7 @@ index ff3323e..d6d63d1 100644
if ((requested_mode & ~granted_mode & 0007) &&
!ns_capable(ns->user_ns, CAP_IPC_OWNER))
diff --git a/kernel/audit.c b/kernel/audit.c
-index 1c13e42..6c171ab 100644
+index f9e6065..3fcb6ab 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -124,7 +124,7 @@ u32 audit_sig_sid = 0;
@@ -102954,19 +104558,19 @@ index 1c13e42..6c171ab 100644
s.feature_bitmap = AUDIT_FEATURE_BITMAP_ALL;
s.backlog_wait_time = audit_backlog_wait_time_master;
diff --git a/kernel/auditsc.c b/kernel/auditsc.c
-index 9fb9d1c..afb1610 100644
+index e85bdfd..441a638 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
-@@ -1023,7 +1023,7 @@ static int audit_log_single_execve_arg(struct audit_context *context,
+@@ -1021,7 +1021,7 @@ static int audit_log_single_execve_arg(struct audit_context *context,
* for strings that are too long, we should not have created
* any.
*/
-- if (unlikely((len == -1) || len > MAX_ARG_STRLEN - 1)) {
-+ if (unlikely(len > MAX_ARG_STRLEN - 1)) {
- WARN_ON(1);
+- if (WARN_ON_ONCE(len < 0 || len > MAX_ARG_STRLEN - 1)) {
++ if (WARN_ON_ONCE(len > MAX_ARG_STRLEN - 1)) {
send_sig(SIGKILL, current, 0);
return -1;
-@@ -1955,7 +1955,7 @@ int auditsc_get_stamp(struct audit_context *ctx,
+ }
+@@ -1952,7 +1952,7 @@ int auditsc_get_stamp(struct audit_context *ctx,
}
/* global counter which is incremented every time something logs in */
@@ -102975,7 +104579,7 @@ index 9fb9d1c..afb1610 100644
static int audit_set_loginuid_perm(kuid_t loginuid)
{
-@@ -2022,7 +2022,7 @@ int audit_set_loginuid(kuid_t loginuid)
+@@ -2019,7 +2019,7 @@ int audit_set_loginuid(kuid_t loginuid)
/* are we setting or clearing? */
if (uid_valid(loginuid))
@@ -102985,10 +104589,10 @@ index 9fb9d1c..afb1610 100644
task->sessionid = sessionid;
task->loginuid = loginuid;
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c
-index 54f0e7f..fed997b 100644
+index c5bedc8..6ec8715 100644
--- a/kernel/bpf/core.c
+++ b/kernel/bpf/core.c
-@@ -143,14 +143,17 @@ bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
+@@ -145,14 +145,17 @@ bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
* random section of illegal instructions.
*/
size = round_up(proglen + sizeof(*hdr) + 128, PAGE_SIZE);
@@ -103007,7 +104611,7 @@ index 54f0e7f..fed997b 100644
hole = min_t(unsigned int, size - (proglen + sizeof(*hdr)),
PAGE_SIZE - sizeof(*hdr));
start = (prandom_u32() % hole) & ~(alignment - 1);
-@@ -163,7 +166,7 @@ bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
+@@ -165,7 +168,7 @@ bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
void bpf_jit_binary_free(struct bpf_binary_header *hdr)
{
@@ -103017,10 +104621,10 @@ index 54f0e7f..fed997b 100644
#endif /* CONFIG_BPF_JIT */
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c
-index 3bae6c5..59ea175 100644
+index a1b14d1..7dce5d9 100644
--- a/kernel/bpf/syscall.c
+++ b/kernel/bpf/syscall.c
-@@ -554,11 +554,15 @@ SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, siz
+@@ -592,11 +592,15 @@ SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, siz
int err;
/* the syscall is limited to root temporarily. This restriction will be
@@ -103137,10 +104741,10 @@ index 45432b5..988f1e4 100644
+}
+EXPORT_SYMBOL(capable_wrt_inode_uidgid_nolog);
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
-index e8a5491..ab4bfa3 100644
+index c6c4240..8af0064 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
-@@ -5347,6 +5347,9 @@ static void cgroup_release_agent(struct work_struct *work)
+@@ -5367,6 +5367,9 @@ static void cgroup_release_agent(struct work_struct *work)
if (!pathbuf || !agentbuf)
goto out;
@@ -103150,7 +104754,7 @@ index e8a5491..ab4bfa3 100644
path = cgroup_path(cgrp, pathbuf, PATH_MAX);
if (!path)
goto out;
-@@ -5532,7 +5535,7 @@ static int cgroup_css_links_read(struct seq_file *seq, void *v)
+@@ -5552,7 +5555,7 @@ static int cgroup_css_links_read(struct seq_file *seq, void *v)
struct task_struct *task;
int count = 0;
@@ -103569,10 +105173,10 @@ index 41213454..861e178 100644
#ifdef CONFIG_MODULE_UNLOAD
{
diff --git a/kernel/events/core.c b/kernel/events/core.c
-index 9481749..5fbec5b 100644
+index e6feb51..470c853 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
-@@ -172,8 +172,15 @@ static struct srcu_struct pmus_srcu;
+@@ -174,8 +174,15 @@ static struct srcu_struct pmus_srcu;
* 0 - disallow raw tracepoint access for unpriv
* 1 - disallow cpu events for unpriv
* 2 - disallow kernel profiling for unpriv
@@ -103589,7 +105193,7 @@ index 9481749..5fbec5b 100644
/* Minimum for 512 kiB + 1 user control page */
int sysctl_perf_event_mlock __read_mostly = 512 + (PAGE_SIZE / 1024); /* 'free' kiB per user */
-@@ -199,7 +206,7 @@ void update_perf_cpu_limits(void)
+@@ -201,7 +208,7 @@ void update_perf_cpu_limits(void)
tmp *= sysctl_perf_cpu_time_max_percent;
do_div(tmp, 100);
@@ -103598,7 +105202,7 @@ index 9481749..5fbec5b 100644
}
static int perf_rotate_context(struct perf_cpu_context *cpuctx);
-@@ -305,7 +312,7 @@ void perf_sample_event_took(u64 sample_len_ns)
+@@ -307,7 +314,7 @@ void perf_sample_event_took(u64 sample_len_ns)
}
}
@@ -103607,7 +105211,7 @@ index 9481749..5fbec5b 100644
static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
enum event_type_t event_type);
-@@ -3771,9 +3778,9 @@ u64 perf_event_read_value(struct perf_event *event, u64 *enabled, u64 *running)
+@@ -3753,9 +3760,9 @@ u64 perf_event_read_value(struct perf_event *event, u64 *enabled, u64 *running)
mutex_lock(&event->child_mutex);
total += perf_event_read(event);
*enabled += event->total_time_enabled +
@@ -103619,7 +105223,7 @@ index 9481749..5fbec5b 100644
list_for_each_entry(child, &event->child_list, child_list) {
total += perf_event_read(child);
-@@ -4303,10 +4310,10 @@ void perf_event_update_userpage(struct perf_event *event)
+@@ -4285,10 +4292,10 @@ void perf_event_update_userpage(struct perf_event *event)
userpg->offset -= local64_read(&event->hw.prev_count);
userpg->time_enabled = enabled +
@@ -103632,7 +105236,7 @@ index 9481749..5fbec5b 100644
arch_perf_update_userpage(event, userpg, now);
-@@ -4989,7 +4996,7 @@ perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size,
+@@ -4963,7 +4970,7 @@ perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size,
/* Data. */
sp = perf_user_stack_pointer(regs);
@@ -103641,7 +105245,7 @@ index 9481749..5fbec5b 100644
dyn_size = dump_size - rem;
perf_output_skip(handle, rem);
-@@ -5080,11 +5087,11 @@ static void perf_output_read_one(struct perf_output_handle *handle,
+@@ -5054,11 +5061,11 @@ static void perf_output_read_one(struct perf_output_handle *handle,
values[n++] = perf_event_count(event);
if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
values[n++] = enabled +
@@ -103655,7 +105259,7 @@ index 9481749..5fbec5b 100644
}
if (read_format & PERF_FORMAT_ID)
values[n++] = primary_event_id(event);
-@@ -7576,7 +7583,7 @@ perf_event_alloc(struct perf_event_attr *attr, int cpu,
+@@ -7588,7 +7595,7 @@ perf_event_alloc(struct perf_event_attr *attr, int cpu,
event->parent = parent_event;
event->ns = get_pid_ns(task_active_pid_ns(current));
@@ -103664,7 +105268,7 @@ index 9481749..5fbec5b 100644
event->state = PERF_EVENT_STATE_INACTIVE;
-@@ -7935,6 +7942,11 @@ SYSCALL_DEFINE5(perf_event_open,
+@@ -7947,6 +7954,11 @@ SYSCALL_DEFINE5(perf_event_open,
if (flags & ~PERF_FLAG_ALL)
return -EINVAL;
@@ -103676,7 +105280,7 @@ index 9481749..5fbec5b 100644
err = perf_copy_attr(attr_uptr, &attr);
if (err)
return err;
-@@ -8383,10 +8395,10 @@ static void sync_child_event(struct perf_event *child_event,
+@@ -8395,10 +8407,10 @@ static void sync_child_event(struct perf_event *child_event,
/*
* Add back the child's count to the parent's count:
*/
@@ -103691,10 +105295,10 @@ index 9481749..5fbec5b 100644
/*
diff --git a/kernel/events/internal.h b/kernel/events/internal.h
-index 9f6ce9b..e4f2cbb 100644
+index 2bbad9c..056f20c 100644
--- a/kernel/events/internal.h
+++ b/kernel/events/internal.h
-@@ -114,10 +114,10 @@ static inline unsigned long perf_aux_size(struct ring_buffer *rb)
+@@ -115,10 +115,10 @@ static inline unsigned long perf_aux_size(struct ring_buffer *rb)
return rb->aux_nr_pages << PAGE_SHIFT;
}
@@ -103707,7 +105311,7 @@ index 9f6ce9b..e4f2cbb 100644
{ \
unsigned long size, written; \
\
-@@ -150,7 +150,7 @@ memcpy_common(void *dst, const void *src, unsigned long n)
+@@ -151,7 +151,7 @@ memcpy_common(void *dst, const void *src, unsigned long n)
return 0;
}
@@ -103716,7 +105320,7 @@ index 9f6ce9b..e4f2cbb 100644
static inline unsigned long
memcpy_skip(void *dst, const void *src, unsigned long n)
-@@ -158,7 +158,7 @@ memcpy_skip(void *dst, const void *src, unsigned long n)
+@@ -159,7 +159,7 @@ memcpy_skip(void *dst, const void *src, unsigned long n)
return 0;
}
@@ -103725,7 +105329,7 @@ index 9f6ce9b..e4f2cbb 100644
#ifndef arch_perf_out_copy_user
#define arch_perf_out_copy_user arch_perf_out_copy_user
-@@ -176,7 +176,7 @@ arch_perf_out_copy_user(void *dst, const void *src, unsigned long n)
+@@ -177,7 +177,7 @@ arch_perf_out_copy_user(void *dst, const void *src, unsigned long n)
}
#endif
@@ -103748,7 +105352,7 @@ index cb346f2..e4dc317 100644
pagefault_disable();
result = __copy_from_user_inatomic(&opcode, (void __user*)vaddr,
diff --git a/kernel/exit.c b/kernel/exit.c
-index 22fcc05..5f07dbc 100644
+index 031325e..c6342c4 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -171,6 +171,10 @@ void release_task(struct task_struct *p)
@@ -103799,7 +105403,7 @@ index 22fcc05..5f07dbc 100644
{
struct signal_struct *sig = current->signal;
diff --git a/kernel/fork.c b/kernel/fork.c
-index 03c1eaa..461be4c 100644
+index 26a70dc..74efe33 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -188,12 +188,54 @@ static void free_thread_info(struct thread_info *ti)
@@ -103884,7 +105488,16 @@ index 03c1eaa..461be4c 100644
rt_mutex_debug_task_free(tsk);
ftrace_graph_exit_task(tsk);
put_seccomp_filter(tsk);
-@@ -329,6 +375,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -289,7 +335,7 @@ static void set_max_threads(unsigned int max_threads_suggested)
+
+ #ifdef CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT
+ /* Initialized by the architecture: */
+-int arch_task_struct_size __read_mostly;
++size_t arch_task_struct_size __read_mostly;
+ #endif
+
+ void __init fork_init(void)
+@@ -334,6 +380,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
{
struct task_struct *tsk;
struct thread_info *ti;
@@ -103892,7 +105505,7 @@ index 03c1eaa..461be4c 100644
int node = tsk_fork_get_node(orig);
int err;
-@@ -336,7 +383,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -341,7 +388,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
if (!tsk)
return NULL;
@@ -103901,7 +105514,7 @@ index 03c1eaa..461be4c 100644
if (!ti)
goto free_tsk;
-@@ -345,6 +392,9 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -350,6 +397,9 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
goto free_ti;
tsk->stack = ti;
@@ -103911,7 +105524,7 @@ index 03c1eaa..461be4c 100644
#ifdef CONFIG_SECCOMP
/*
* We must handle setting up seccomp filters once we're under
-@@ -361,7 +411,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -366,7 +416,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
set_task_stack_end_magic(tsk);
#ifdef CONFIG_CC_STACKPROTECTOR
@@ -103920,7 +105533,7 @@ index 03c1eaa..461be4c 100644
#endif
/*
-@@ -375,24 +425,89 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -380,24 +430,89 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
tsk->splice_pipe = NULL;
tsk->task_frag.page = NULL;
@@ -104014,7 +105627,7 @@ index 03c1eaa..461be4c 100644
uprobe_start_dup_mmap();
down_write(&oldmm->mmap_sem);
-@@ -423,51 +538,15 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
+@@ -428,51 +543,15 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
prev = NULL;
for (mpnt = oldmm->mmap; mpnt; mpnt = mpnt->vm_next) {
@@ -104070,7 +105683,7 @@ index 03c1eaa..461be4c 100644
}
/*
-@@ -499,6 +578,31 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
+@@ -504,6 +583,31 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
if (retval)
goto out;
}
@@ -104102,7 +105715,7 @@ index 03c1eaa..461be4c 100644
/* a new mm has just been created */
arch_dup_mmap(oldmm, mm);
retval = 0;
-@@ -508,14 +612,6 @@ out:
+@@ -513,14 +617,6 @@ out:
up_write(&oldmm->mmap_sem);
uprobe_end_dup_mmap();
return retval;
@@ -104117,7 +105730,7 @@ index 03c1eaa..461be4c 100644
}
static inline int mm_alloc_pgd(struct mm_struct *mm)
-@@ -790,8 +886,8 @@ struct mm_struct *mm_access(struct task_struct *task, unsigned int mode)
+@@ -795,8 +891,8 @@ struct mm_struct *mm_access(struct task_struct *task, unsigned int mode)
return ERR_PTR(err);
mm = get_task_mm(task);
@@ -104128,7 +105741,7 @@ index 03c1eaa..461be4c 100644
mmput(mm);
mm = ERR_PTR(-EACCES);
}
-@@ -992,13 +1088,20 @@ static int copy_fs(unsigned long clone_flags, struct task_struct *tsk)
+@@ -997,13 +1093,20 @@ static int copy_fs(unsigned long clone_flags, struct task_struct *tsk)
spin_unlock(&fs->lock);
return -EAGAIN;
}
@@ -104150,7 +105763,7 @@ index 03c1eaa..461be4c 100644
return 0;
}
-@@ -1236,7 +1339,7 @@ init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid)
+@@ -1234,7 +1337,7 @@ init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid)
* parts of the process environment (as per the clone
* flags). The actual kick-off is left to the caller.
*/
@@ -104159,7 +105772,7 @@ index 03c1eaa..461be4c 100644
unsigned long stack_start,
unsigned long stack_size,
int __user *child_tidptr,
-@@ -1307,6 +1410,9 @@ static struct task_struct *copy_process(unsigned long clone_flags,
+@@ -1306,6 +1409,9 @@ static struct task_struct *copy_process(unsigned long clone_flags,
DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled);
#endif
retval = -EAGAIN;
@@ -104169,7 +105782,7 @@ index 03c1eaa..461be4c 100644
if (atomic_read(&p->real_cred->user->processes) >=
task_rlimit(p, RLIMIT_NPROC)) {
if (p->real_cred->user != INIT_USER &&
-@@ -1554,6 +1660,11 @@ static struct task_struct *copy_process(unsigned long clone_flags,
+@@ -1556,6 +1662,11 @@ static struct task_struct *copy_process(unsigned long clone_flags,
goto bad_fork_free_pid;
}
@@ -104181,7 +105794,7 @@ index 03c1eaa..461be4c 100644
if (likely(p->pid)) {
ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace);
-@@ -1643,6 +1754,8 @@ bad_fork_cleanup_count:
+@@ -1645,6 +1756,8 @@ bad_fork_cleanup_count:
bad_fork_free:
free_task(p);
fork_out:
@@ -104190,15 +105803,15 @@ index 03c1eaa..461be4c 100644
return ERR_PTR(retval);
}
-@@ -1704,6 +1817,7 @@ long do_fork(unsigned long clone_flags,
+@@ -1707,6 +1820,7 @@ long _do_fork(unsigned long clone_flags,
p = copy_process(clone_flags, stack_start, stack_size,
- child_tidptr, NULL, trace);
+ child_tidptr, NULL, trace, tls);
+ add_latent_entropy();
/*
* Do this prior waking up the new thread - the thread pointer
* might get invalid after that point, if the thread exits quickly.
-@@ -1720,6 +1834,8 @@ long do_fork(unsigned long clone_flags,
+@@ -1723,6 +1837,8 @@ long _do_fork(unsigned long clone_flags,
if (clone_flags & CLONE_PARENT_SETTID)
put_user(nr, parent_tidptr);
@@ -104207,7 +105820,7 @@ index 03c1eaa..461be4c 100644
if (clone_flags & CLONE_VFORK) {
p->vfork_done = &vfork;
init_completion(&vfork);
-@@ -1838,7 +1954,7 @@ void __init proc_caches_init(void)
+@@ -1855,7 +1971,7 @@ void __init proc_caches_init(void)
mm_cachep = kmem_cache_create("mm_struct",
sizeof(struct mm_struct), ARCH_MIN_MMSTRUCT_ALIGN,
SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL);
@@ -104216,7 +105829,7 @@ index 03c1eaa..461be4c 100644
mmap_init();
nsproxy_cache_init();
}
-@@ -1878,7 +1994,7 @@ static int unshare_fs(unsigned long unshare_flags, struct fs_struct **new_fsp)
+@@ -1903,7 +2019,7 @@ static int unshare_fs(unsigned long unshare_flags, struct fs_struct **new_fsp)
return 0;
/* don't need lock here; in the worst case we'll do useless copy */
@@ -104225,7 +105838,7 @@ index 03c1eaa..461be4c 100644
return 0;
*new_fsp = copy_fs_struct(fs);
-@@ -1990,7 +2106,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
+@@ -2015,7 +2131,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
fs = current->fs;
spin_lock(&fs->lock);
current->fs = new_fs;
@@ -104235,7 +105848,7 @@ index 03c1eaa..461be4c 100644
new_fs = NULL;
else
new_fs = fs;
-@@ -2054,7 +2171,7 @@ int unshare_files(struct files_struct **displaced)
+@@ -2079,7 +2196,7 @@ int unshare_files(struct files_struct **displaced)
int sysctl_max_threads(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
@@ -104245,7 +105858,7 @@ index 03c1eaa..461be4c 100644
int threads = max_threads;
int min = MIN_THREADS;
diff --git a/kernel/futex.c b/kernel/futex.c
-index 2579e40..c33f33e 100644
+index c4a182f..e789324 100644
--- a/kernel/futex.c
+++ b/kernel/futex.c
@@ -201,7 +201,7 @@ struct futex_pi_state {
@@ -104287,7 +105900,7 @@ index 2579e40..c33f33e 100644
pagefault_disable();
ret = __copy_from_user_inatomic(dest, from, sizeof(u32));
-@@ -3006,6 +3011,7 @@ static void __init futex_detect_cmpxchg(void)
+@@ -3030,6 +3035,7 @@ static void __init futex_detect_cmpxchg(void)
{
#ifndef CONFIG_HAVE_FUTEX_CMPXCHG
u32 curval;
@@ -104295,7 +105908,7 @@ index 2579e40..c33f33e 100644
/*
* This will fail and we want it. Some arch implementations do
-@@ -3017,8 +3023,11 @@ static void __init futex_detect_cmpxchg(void)
+@@ -3041,8 +3047,11 @@ static void __init futex_detect_cmpxchg(void)
* implementation, the non-functional ones will return
* -ENOSYS.
*/
@@ -104321,10 +105934,10 @@ index 55c8c93..9ba7ad6 100644
{
compat_uptr_t base = ptr_to_compat(entry);
diff --git a/kernel/gcov/base.c b/kernel/gcov/base.c
-index a744098..539f7b6 100644
+index 7080ae1..c9b3761 100644
--- a/kernel/gcov/base.c
+++ b/kernel/gcov/base.c
-@@ -117,11 +117,6 @@ void gcov_enable_events(void)
+@@ -123,11 +123,6 @@ void gcov_enable_events(void)
}
#ifdef CONFIG_MODULES
@@ -104336,7 +105949,7 @@ index a744098..539f7b6 100644
/* Update list and generate events when modules are unloaded. */
static int gcov_module_notifier(struct notifier_block *nb, unsigned long event,
void *data)
-@@ -136,7 +131,7 @@ static int gcov_module_notifier(struct notifier_block *nb, unsigned long event,
+@@ -142,7 +137,7 @@ static int gcov_module_notifier(struct notifier_block *nb, unsigned long event,
/* Remove entries located in module from linked list. */
while ((info = gcov_info_next(info))) {
@@ -104346,10 +105959,10 @@ index a744098..539f7b6 100644
if (gcov_events_enabled)
gcov_event(GCOV_REMOVE, info);
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
-index e68932b..2247e06 100644
+index f974485..c5b8afd 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
-@@ -906,7 +906,7 @@ static int irq_thread(void *data)
+@@ -937,7 +937,7 @@ static int irq_thread(void *data)
action_ret = handler_fn(desc, action);
if (action_ret == IRQ_HANDLED)
@@ -104358,6 +105971,52 @@ index e68932b..2247e06 100644
wake_threads_waitq(desc);
}
+diff --git a/kernel/irq/msi.c b/kernel/irq/msi.c
+index 7bf1f1b..d73e508 100644
+--- a/kernel/irq/msi.c
++++ b/kernel/irq/msi.c
+@@ -195,16 +195,18 @@ static void msi_domain_update_dom_ops(struct msi_domain_info *info)
+ return;
+ }
+
++ pax_open_kernel();
+ if (ops->get_hwirq == NULL)
+- ops->get_hwirq = msi_domain_ops_default.get_hwirq;
++ *(void **)&ops->get_hwirq = msi_domain_ops_default.get_hwirq;
+ if (ops->msi_init == NULL)
+- ops->msi_init = msi_domain_ops_default.msi_init;
++ *(void **)&ops->msi_init = msi_domain_ops_default.msi_init;
+ if (ops->msi_check == NULL)
+- ops->msi_check = msi_domain_ops_default.msi_check;
++ *(void **)&ops->msi_check = msi_domain_ops_default.msi_check;
+ if (ops->msi_prepare == NULL)
+- ops->msi_prepare = msi_domain_ops_default.msi_prepare;
++ *(void **)&ops->msi_prepare = msi_domain_ops_default.msi_prepare;
+ if (ops->set_desc == NULL)
+- ops->set_desc = msi_domain_ops_default.set_desc;
++ *(void **)&ops->set_desc = msi_domain_ops_default.set_desc;
++ pax_close_kernel();
+ }
+
+ static void msi_domain_update_chip_ops(struct msi_domain_info *info)
+@@ -212,12 +214,14 @@ static void msi_domain_update_chip_ops(struct msi_domain_info *info)
+ struct irq_chip *chip = info->chip;
+
+ BUG_ON(!chip);
++ pax_open_kernel();
+ if (!chip->irq_mask)
+- chip->irq_mask = pci_msi_mask_irq;
++ *(void **)&chip->irq_mask = pci_msi_mask_irq;
+ if (!chip->irq_unmask)
+- chip->irq_unmask = pci_msi_unmask_irq;
++ *(void **)&chip->irq_unmask = pci_msi_unmask_irq;
+ if (!chip->irq_set_affinity)
+- chip->irq_set_affinity = msi_domain_set_affinity;
++ *(void **)&chip->irq_set_affinity = msi_domain_set_affinity;
++ pax_close_kernel();
+ }
+
+ /**
diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c
index e2514b0..de3dfe0 100644
--- a/kernel/irq/spurious.c
@@ -104372,7 +106031,7 @@ index e2514b0..de3dfe0 100644
if (handled != desc->threads_handled_last) {
action_ret = IRQ_HANDLED;
diff --git a/kernel/jump_label.c b/kernel/jump_label.c
-index 9019f15..9a3c42e 100644
+index 52ebaca..ec6f5cb 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -14,6 +14,7 @@
@@ -104527,10 +106186,10 @@ index 0aa69ea..a7fcafb 100644
/*
diff --git a/kernel/kexec.c b/kernel/kexec.c
-index 7a36fdc..de8c4ed 100644
+index a785c10..6dbb06f 100644
--- a/kernel/kexec.c
+++ b/kernel/kexec.c
-@@ -1232,7 +1232,7 @@ static int kimage_load_segment(struct kimage *image,
+@@ -1243,7 +1243,7 @@ static int kimage_load_segment(struct kimage *image,
*/
struct kimage *kexec_image;
struct kimage *kexec_crash_image;
@@ -104539,7 +106198,7 @@ index 7a36fdc..de8c4ed 100644
static DEFINE_MUTEX(kexec_mutex);
-@@ -1348,7 +1348,8 @@ COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry,
+@@ -1359,7 +1359,8 @@ COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry,
compat_ulong_t, flags)
{
struct compat_kexec_segment in;
@@ -104817,7 +106476,7 @@ index 6683cce..daf8999 100644
.name = "notes",
.mode = S_IRUGO,
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
-index aaeae88..10f3663 100644
+index 8acfbf7..0c5a34a 100644
--- a/kernel/locking/lockdep.c
+++ b/kernel/locking/lockdep.c
@@ -613,6 +613,10 @@ static int static_obj(void *obj)
@@ -105071,7 +106730,7 @@ index 1d96dd0..994ff19 100644
default:
diff --git a/kernel/module.c b/kernel/module.c
-index cfc9e84..a058697 100644
+index b86b7bf..f5eaa56 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -59,6 +59,7 @@
@@ -105082,26 +106741,181 @@ index cfc9e84..a058697 100644
#include <uapi/linux/module.h>
#include "module-internal.h"
-@@ -145,7 +146,7 @@ module_param(sig_enforce, bool_enable_only, 0644);
- #endif /* CONFIG_MODULE_SIG */
+@@ -108,7 +109,7 @@ static LIST_HEAD(modules);
+ * Use a latched RB-tree for __module_address(); this allows us to use
+ * RCU-sched lookups of the address from any context.
+ *
+- * Because modules have two address ranges: init and core, we need two
++ * Because modules have four address ranges: init_{rw,rx} and core_{rw,rx}, we need four
+ * latch_tree_nodes entries. Therefore we need the back-pointer from
+ * mod_tree_node.
+ *
+@@ -125,10 +126,14 @@ static __always_inline unsigned long __mod_tree_val(struct latch_tree_node *n)
+ struct mod_tree_node *mtn = container_of(n, struct mod_tree_node, node);
+ struct module *mod = mtn->mod;
+
+- if (unlikely(mtn == &mod->mtn_init))
+- return (unsigned long)mod->module_init;
++ if (unlikely(mtn == &mod->mtn_init_rw))
++ return (unsigned long)mod->module_init_rw;
++ if (unlikely(mtn == &mod->mtn_init_rx))
++ return (unsigned long)mod->module_init_rx;
+
+- return (unsigned long)mod->module_core;
++ if (unlikely(mtn == &mod->mtn_core_rw))
++ return (unsigned long)mod->module_core_rw;
++ return (unsigned long)mod->module_core_rx;
+ }
+
+ static __always_inline unsigned long __mod_tree_size(struct latch_tree_node *n)
+@@ -136,10 +141,14 @@ static __always_inline unsigned long __mod_tree_size(struct latch_tree_node *n)
+ struct mod_tree_node *mtn = container_of(n, struct mod_tree_node, node);
+ struct module *mod = mtn->mod;
+
+- if (unlikely(mtn == &mod->mtn_init))
+- return (unsigned long)mod->init_size;
++ if (unlikely(mtn == &mod->mtn_init_rw))
++ return (unsigned long)mod->init_size_rw;
++ if (unlikely(mtn == &mod->mtn_init_rx))
++ return (unsigned long)mod->init_size_rx;
+
+- return (unsigned long)mod->core_size;
++ if (unlikely(mtn == &mod->mtn_core_rw))
++ return (unsigned long)mod->core_size_rw;
++ return (unsigned long)mod->core_size_rx;
+ }
+
+ static __always_inline bool
+@@ -172,14 +181,19 @@ static const struct latch_tree_ops mod_tree_ops = {
+
+ static struct mod_tree_root {
+ struct latch_tree_root root;
+- unsigned long addr_min;
+- unsigned long addr_max;
++ unsigned long addr_min_rw;
++ unsigned long addr_min_rx;
++ unsigned long addr_max_rw;
++ unsigned long addr_max_rx;
+ } mod_tree __cacheline_aligned = {
+- .addr_min = -1UL,
++ .addr_min_rw = -1UL,
++ .addr_min_rx = -1UL,
+ };
- /* Block module loading/unloading? */
--int modules_disabled = 0;
-+int modules_disabled __read_only = 0;
- core_param(nomodule, modules_disabled, bint, 0);
+-#define module_addr_min mod_tree.addr_min
+-#define module_addr_max mod_tree.addr_max
++#define module_addr_min_rw mod_tree.addr_min_rw
++#define module_addr_min_rx mod_tree.addr_min_rx
++#define module_addr_max_rw mod_tree.addr_max_rw
++#define module_addr_max_rx mod_tree.addr_max_rx
- /* Waiting for a module to finish initializing? */
-@@ -155,7 +156,8 @@ static BLOCKING_NOTIFIER_HEAD(module_notify_list);
+ static noinline void __mod_tree_insert(struct mod_tree_node *node)
+ {
+@@ -197,23 +211,31 @@ static void __mod_tree_remove(struct mod_tree_node *node)
+ */
+ static void mod_tree_insert(struct module *mod)
+ {
+- mod->mtn_core.mod = mod;
+- mod->mtn_init.mod = mod;
++ mod->mtn_core_rw.mod = mod;
++ mod->mtn_core_rx.mod = mod;
++ mod->mtn_init_rw.mod = mod;
++ mod->mtn_init_rx.mod = mod;
+
+- __mod_tree_insert(&mod->mtn_core);
+- if (mod->init_size)
+- __mod_tree_insert(&mod->mtn_init);
++ __mod_tree_insert(&mod->mtn_core_rw);
++ __mod_tree_insert(&mod->mtn_core_rx);
++ if (mod->init_size_rw)
++ __mod_tree_insert(&mod->mtn_init_rw);
++ if (mod->init_size_rx)
++ __mod_tree_insert(&mod->mtn_init_rx);
+ }
+
+ static void mod_tree_remove_init(struct module *mod)
+ {
+- if (mod->init_size)
+- __mod_tree_remove(&mod->mtn_init);
++ if (mod->init_size_rw)
++ __mod_tree_remove(&mod->mtn_init_rw);
++ if (mod->init_size_rx)
++ __mod_tree_remove(&mod->mtn_init_rx);
+ }
+
+ static void mod_tree_remove(struct module *mod)
+ {
+- __mod_tree_remove(&mod->mtn_core);
++ __mod_tree_remove(&mod->mtn_core_rw);
++ __mod_tree_remove(&mod->mtn_core_rx);
+ mod_tree_remove_init(mod);
+ }
+
+@@ -230,7 +252,8 @@ static struct module *mod_find(unsigned long addr)
+
+ #else /* MODULES_TREE_LOOKUP */
- /* Bounds of module allocation, for speeding __module_address.
- * Protected by module_mutex. */
-static unsigned long module_addr_min = -1UL, module_addr_max = 0;
+static unsigned long module_addr_min_rw = -1UL, module_addr_max_rw = 0;
+static unsigned long module_addr_min_rx = -1UL, module_addr_max_rx = 0;
- int register_module_notifier(struct notifier_block *nb)
+ static void mod_tree_insert(struct module *mod) { }
+ static void mod_tree_remove_init(struct module *mod) { }
+@@ -254,22 +277,36 @@ static struct module *mod_find(unsigned long addr)
+ * Bounds of module text, for speeding up __module_address.
+ * Protected by module_mutex.
+ */
+-static void __mod_update_bounds(void *base, unsigned int size)
++static void __mod_update_bounds_rw(void *base, unsigned int size)
+ {
+ unsigned long min = (unsigned long)base;
+ unsigned long max = min + size;
+
+- if (min < module_addr_min)
+- module_addr_min = min;
+- if (max > module_addr_max)
+- module_addr_max = max;
++ if (min < module_addr_min_rw)
++ module_addr_min_rw = min;
++ if (max > module_addr_max_rw)
++ module_addr_max_rw = max;
++}
++
++static void __mod_update_bounds_rx(void *base, unsigned int size)
++{
++ unsigned long min = (unsigned long)base;
++ unsigned long max = min + size;
++
++ if (min < module_addr_min_rx)
++ module_addr_min_rx = min;
++ if (max > module_addr_max_rx)
++ module_addr_max_rx = max;
+ }
+
+ static void mod_update_bounds(struct module *mod)
{
-@@ -322,7 +324,7 @@ bool each_symbol_section(bool (*fn)(const struct symsearch *arr,
+- __mod_update_bounds(mod->module_core, mod->core_size);
+- if (mod->init_size)
+- __mod_update_bounds(mod->module_init, mod->init_size);
++ __mod_update_bounds_rw(mod->module_core_rw, mod->core_size_rw);
++ __mod_update_bounds_rx(mod->module_core_rx, mod->core_size_rx);
++ if (mod->init_size_rw)
++ __mod_update_bounds_rw(mod->module_init_rw, mod->init_size_rw);
++ if (mod->init_size_rx)
++ __mod_update_bounds_rx(mod->module_init_rx, mod->init_size_rx);
+ }
+
+ #ifdef CONFIG_KGDB_KDB
+@@ -298,7 +335,7 @@ module_param(sig_enforce, bool_enable_only, 0644);
+ #endif /* !CONFIG_MODULE_SIG_FORCE */
+
+ /* Block module loading/unloading? */
+-int modules_disabled = 0;
++int modules_disabled __read_only = 0;
+ core_param(nomodule, modules_disabled, bint, 0);
+
+ /* Waiting for a module to finish initializing? */
+@@ -473,7 +510,7 @@ bool each_symbol_section(bool (*fn)(const struct symsearch *arr,
return true;
list_for_each_entry_rcu(mod, &modules, list) {
@@ -105110,7 +106924,7 @@ index cfc9e84..a058697 100644
{ mod->syms, mod->syms + mod->num_syms, mod->crcs,
NOT_GPL_ONLY, false },
{ mod->gpl_syms, mod->gpl_syms + mod->num_gpl_syms,
-@@ -347,7 +349,7 @@ bool each_symbol_section(bool (*fn)(const struct symsearch *arr,
+@@ -498,7 +535,7 @@ bool each_symbol_section(bool (*fn)(const struct symsearch *arr,
if (mod->state == MODULE_STATE_UNFORMED)
continue;
@@ -105119,7 +106933,7 @@ index cfc9e84..a058697 100644
return true;
}
return false;
-@@ -487,7 +489,7 @@ static int percpu_modalloc(struct module *mod, struct load_info *info)
+@@ -644,7 +681,7 @@ static int percpu_modalloc(struct module *mod, struct load_info *info)
if (!pcpusec->sh_size)
return 0;
@@ -105128,7 +106942,7 @@ index cfc9e84..a058697 100644
pr_warn("%s: per-cpu alignment %li > %li\n",
mod->name, align, PAGE_SIZE);
align = PAGE_SIZE;
-@@ -1053,7 +1055,7 @@ struct module_attribute module_uevent =
+@@ -1210,7 +1247,7 @@ struct module_attribute module_uevent =
static ssize_t show_coresize(struct module_attribute *mattr,
struct module_kobject *mk, char *buffer)
{
@@ -105137,7 +106951,7 @@ index cfc9e84..a058697 100644
}
static struct module_attribute modinfo_coresize =
-@@ -1062,7 +1064,7 @@ static struct module_attribute modinfo_coresize =
+@@ -1219,7 +1256,7 @@ static struct module_attribute modinfo_coresize =
static ssize_t show_initsize(struct module_attribute *mattr,
struct module_kobject *mk, char *buffer)
{
@@ -105146,7 +106960,7 @@ index cfc9e84..a058697 100644
}
static struct module_attribute modinfo_initsize =
-@@ -1154,12 +1156,29 @@ static int check_version(Elf_Shdr *sechdrs,
+@@ -1311,12 +1348,29 @@ static int check_version(Elf_Shdr *sechdrs,
goto bad_version;
}
@@ -105176,7 +106990,7 @@ index cfc9e84..a058697 100644
return 0;
}
-@@ -1281,7 +1300,7 @@ resolve_symbol_wait(struct module *mod,
+@@ -1444,7 +1498,7 @@ resolve_symbol_wait(struct module *mod,
*/
#ifdef CONFIG_SYSFS
@@ -105185,7 +106999,7 @@ index cfc9e84..a058697 100644
static inline bool sect_empty(const Elf_Shdr *sect)
{
return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0;
-@@ -1419,7 +1438,7 @@ static void add_notes_attrs(struct module *mod, const struct load_info *info)
+@@ -1582,7 +1636,7 @@ static void add_notes_attrs(struct module *mod, const struct load_info *info)
{
unsigned int notes, loaded, i;
struct module_notes_attrs *notes_attrs;
@@ -105194,7 +107008,7 @@ index cfc9e84..a058697 100644
/* failed to create section attributes, so can't create notes */
if (!mod->sect_attrs)
-@@ -1531,7 +1550,7 @@ static void del_usage_links(struct module *mod)
+@@ -1694,7 +1748,7 @@ static void del_usage_links(struct module *mod)
static int module_add_modinfo_attrs(struct module *mod)
{
struct module_attribute *attr;
@@ -105203,7 +107017,7 @@ index cfc9e84..a058697 100644
int error = 0;
int i;
-@@ -1741,21 +1760,21 @@ static void set_section_ro_nx(void *base,
+@@ -1911,21 +1965,21 @@ static void set_section_ro_nx(void *base,
static void unset_module_core_ro_nx(struct module *mod)
{
@@ -105233,7 +107047,7 @@ index cfc9e84..a058697 100644
set_memory_rw);
}
-@@ -1768,14 +1787,14 @@ void set_all_modules_text_rw(void)
+@@ -1938,14 +1992,14 @@ void set_all_modules_text_rw(void)
list_for_each_entry_rcu(mod, &modules, list) {
if (mod->state == MODULE_STATE_UNFORMED)
continue;
@@ -105254,7 +107068,7 @@ index cfc9e84..a058697 100644
set_memory_rw);
}
}
-@@ -1791,14 +1810,14 @@ void set_all_modules_text_ro(void)
+@@ -1961,14 +2015,14 @@ void set_all_modules_text_ro(void)
list_for_each_entry_rcu(mod, &modules, list) {
if (mod->state == MODULE_STATE_UNFORMED)
continue;
@@ -105275,7 +107089,7 @@ index cfc9e84..a058697 100644
set_memory_ro);
}
}
-@@ -1807,7 +1826,15 @@ void set_all_modules_text_ro(void)
+@@ -1977,7 +2031,15 @@ void set_all_modules_text_ro(void)
#else
static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, unsigned long total_size) { }
static void unset_module_core_ro_nx(struct module *mod) { }
@@ -105292,7 +107106,7 @@ index cfc9e84..a058697 100644
#endif
void __weak module_memfree(void *module_region)
-@@ -1861,16 +1888,19 @@ static void free_module(struct module *mod)
+@@ -2032,16 +2094,19 @@ static void free_module(struct module *mod)
/* This may be NULL, but that's OK */
unset_module_init_ro_nx(mod);
module_arch_freeing_init(mod);
@@ -105315,7 +107129,7 @@ index cfc9e84..a058697 100644
#ifdef CONFIG_MPU
update_protections(current->mm);
-@@ -1939,9 +1969,31 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
+@@ -2110,9 +2175,31 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
int ret = 0;
const struct kernel_symbol *ksym;
@@ -105347,7 +107161,7 @@ index cfc9e84..a058697 100644
switch (sym[i].st_shndx) {
case SHN_COMMON:
/* Ignore common symbols */
-@@ -1966,7 +2018,9 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
+@@ -2137,7 +2224,9 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
ksym = resolve_symbol_wait(mod, info, name);
/* Ok if resolved. */
if (ksym && !IS_ERR(ksym)) {
@@ -105357,7 +107171,7 @@ index cfc9e84..a058697 100644
break;
}
-@@ -1985,11 +2039,20 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
+@@ -2156,11 +2245,20 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
secbase = (unsigned long)mod_percpu(mod);
else
secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
@@ -105378,7 +107192,7 @@ index cfc9e84..a058697 100644
return ret;
}
-@@ -2073,22 +2136,12 @@ static void layout_sections(struct module *mod, struct load_info *info)
+@@ -2244,22 +2342,12 @@ static void layout_sections(struct module *mod, struct load_info *info)
|| s->sh_entsize != ~0UL
|| strstarts(sname, ".init"))
continue;
@@ -105405,7 +107219,7 @@ index cfc9e84..a058697 100644
}
pr_debug("Init section allocation order:\n");
-@@ -2102,23 +2155,13 @@ static void layout_sections(struct module *mod, struct load_info *info)
+@@ -2273,23 +2361,13 @@ static void layout_sections(struct module *mod, struct load_info *info)
|| s->sh_entsize != ~0UL
|| !strstarts(sname, ".init"))
continue;
@@ -105434,7 +107248,7 @@ index cfc9e84..a058697 100644
}
}
-@@ -2291,7 +2334,7 @@ static void layout_symtab(struct module *mod, struct load_info *info)
+@@ -2462,7 +2540,7 @@ static void layout_symtab(struct module *mod, struct load_info *info)
/* Put symbol section at end of init part of module. */
symsect->sh_flags |= SHF_ALLOC;
@@ -105443,7 +107257,7 @@ index cfc9e84..a058697 100644
info->index.sym) | INIT_OFFSET_MASK;
pr_debug("\t%s\n", info->secstrings + symsect->sh_name);
-@@ -2308,16 +2351,16 @@ static void layout_symtab(struct module *mod, struct load_info *info)
+@@ -2479,16 +2557,16 @@ static void layout_symtab(struct module *mod, struct load_info *info)
}
/* Append room for core symbols at end of core part. */
@@ -105466,7 +107280,7 @@ index cfc9e84..a058697 100644
pr_debug("\t%s\n", info->secstrings + strsect->sh_name);
}
-@@ -2334,12 +2377,14 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
+@@ -2505,12 +2583,14 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
/* Make sure we get permanent strtab: don't use info->strtab. */
mod->strtab = (void *)info->sechdrs[info->index.str].sh_addr;
@@ -105483,7 +107297,7 @@ index cfc9e84..a058697 100644
src = mod->symtab;
for (ndst = i = 0; i < mod->num_symtab; i++) {
if (i == 0 ||
-@@ -2351,6 +2396,8 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
+@@ -2522,6 +2602,8 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
}
}
mod->core_num_syms = ndst;
@@ -105492,46 +107306,7 @@ index cfc9e84..a058697 100644
}
#else
static inline void layout_symtab(struct module *mod, struct load_info *info)
-@@ -2384,17 +2431,33 @@ void * __weak module_alloc(unsigned long size)
- return vmalloc_exec(size);
- }
-
--static void *module_alloc_update_bounds(unsigned long size)
-+static void *module_alloc_update_bounds_rw(unsigned long size)
- {
- void *ret = module_alloc(size);
-
- if (ret) {
- mutex_lock(&module_mutex);
- /* Update module bounds. */
-- if ((unsigned long)ret < module_addr_min)
-- module_addr_min = (unsigned long)ret;
-- if ((unsigned long)ret + size > module_addr_max)
-- module_addr_max = (unsigned long)ret + size;
-+ if ((unsigned long)ret < module_addr_min_rw)
-+ module_addr_min_rw = (unsigned long)ret;
-+ if ((unsigned long)ret + size > module_addr_max_rw)
-+ module_addr_max_rw = (unsigned long)ret + size;
-+ mutex_unlock(&module_mutex);
-+ }
-+ return ret;
-+}
-+
-+static void *module_alloc_update_bounds_rx(unsigned long size)
-+{
-+ void *ret = module_alloc_exec(size);
-+
-+ if (ret) {
-+ mutex_lock(&module_mutex);
-+ /* Update module bounds. */
-+ if ((unsigned long)ret < module_addr_min_rx)
-+ module_addr_min_rx = (unsigned long)ret;
-+ if ((unsigned long)ret + size > module_addr_max_rx)
-+ module_addr_max_rx = (unsigned long)ret + size;
- mutex_unlock(&module_mutex);
- }
- return ret;
-@@ -2666,7 +2729,15 @@ static struct module *setup_load_info(struct load_info *info, int flags)
+@@ -2821,7 +2903,15 @@ static struct module *setup_load_info(struct load_info *info, int flags)
mod = (void *)info->sechdrs[info->index.mod].sh_addr;
if (info->index.sym == 0) {
@@ -105547,7 +107322,7 @@ index cfc9e84..a058697 100644
return ERR_PTR(-ENOEXEC);
}
-@@ -2682,8 +2753,14 @@ static struct module *setup_load_info(struct load_info *info, int flags)
+@@ -2837,8 +2927,14 @@ static struct module *setup_load_info(struct load_info *info, int flags)
static int check_modinfo(struct module *mod, struct load_info *info, int flags)
{
const char *modmagic = get_modinfo(info, "vermagic");
@@ -105562,7 +107337,7 @@ index cfc9e84..a058697 100644
if (flags & MODULE_INIT_IGNORE_VERMAGIC)
modmagic = NULL;
-@@ -2708,7 +2785,7 @@ static int check_modinfo(struct module *mod, struct load_info *info, int flags)
+@@ -2863,7 +2959,7 @@ static int check_modinfo(struct module *mod, struct load_info *info, int flags)
}
/* Set up license info based on the info section */
@@ -105571,16 +107346,16 @@ index cfc9e84..a058697 100644
return 0;
}
-@@ -2805,7 +2882,7 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -2960,7 +3056,7 @@ static int move_module(struct module *mod, struct load_info *info)
void *ptr;
/* Do the allocs. */
-- ptr = module_alloc_update_bounds(mod->core_size);
-+ ptr = module_alloc_update_bounds_rw(mod->core_size_rw);
+- ptr = module_alloc(mod->core_size);
++ ptr = module_alloc(mod->core_size_rw);
/*
* The pointer to this block is stored in the module structure
* which is inside the block. Just mark it as not being a
-@@ -2815,11 +2892,11 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -2970,11 +3066,11 @@ static int move_module(struct module *mod, struct load_info *info)
if (!ptr)
return -ENOMEM;
@@ -105590,13 +107365,13 @@ index cfc9e84..a058697 100644
+ mod->module_core_rw = ptr;
- if (mod->init_size) {
-- ptr = module_alloc_update_bounds(mod->init_size);
+- ptr = module_alloc(mod->init_size);
+ if (mod->init_size_rw) {
-+ ptr = module_alloc_update_bounds_rw(mod->init_size_rw);
++ ptr = module_alloc(mod->init_size_rw);
/*
* The pointer to this block is stored in the module structure
* which is inside the block. This block doesn't need to be
-@@ -2828,13 +2905,45 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -2983,13 +3079,45 @@ static int move_module(struct module *mod, struct load_info *info)
*/
kmemleak_ignore(ptr);
if (!ptr) {
@@ -105612,7 +107387,7 @@ index cfc9e84..a058697 100644
- mod->module_init = NULL;
+ mod->module_init_rw = NULL;
+
-+ ptr = module_alloc_update_bounds_rx(mod->core_size_rx);
++ ptr = module_alloc_exec(mod->core_size_rx);
+ kmemleak_not_leak(ptr);
+ if (!ptr) {
+ if (mod->module_init_rw)
@@ -105627,7 +107402,7 @@ index cfc9e84..a058697 100644
+ mod->module_core_rx = ptr;
+
+ if (mod->init_size_rx) {
-+ ptr = module_alloc_update_bounds_rx(mod->init_size_rx);
++ ptr = module_alloc_exec(mod->init_size_rx);
+ kmemleak_ignore(ptr);
+ if (!ptr && mod->init_size_rx) {
+ module_memfree_exec(mod->module_core_rx);
@@ -105646,7 +107421,7 @@ index cfc9e84..a058697 100644
/* Transfer each section which specifies SHF_ALLOC */
pr_debug("final section addresses:\n");
-@@ -2845,16 +2954,45 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -3000,16 +3128,45 @@ static int move_module(struct module *mod, struct load_info *info)
if (!(shdr->sh_flags & SHF_ALLOC))
continue;
@@ -105699,7 +107474,7 @@ index cfc9e84..a058697 100644
pr_debug("\t0x%lx %s\n",
(long)shdr->sh_addr, info->secstrings + shdr->sh_name);
}
-@@ -2911,12 +3049,12 @@ static void flush_module_icache(const struct module *mod)
+@@ -3066,12 +3223,12 @@ static void flush_module_icache(const struct module *mod)
* Do it before processing of module parameters, so the module
* can provide parameter accessor functions of its own.
*/
@@ -105718,7 +107493,7 @@ index cfc9e84..a058697 100644
set_fs(old_fs);
}
-@@ -2974,8 +3112,10 @@ static void module_deallocate(struct module *mod, struct load_info *info)
+@@ -3129,8 +3286,10 @@ static void module_deallocate(struct module *mod, struct load_info *info)
{
percpu_modfree(mod);
module_arch_freeing_init(mod);
@@ -105731,7 +107506,7 @@ index cfc9e84..a058697 100644
}
int __weak module_finalize(const Elf_Ehdr *hdr,
-@@ -2988,7 +3128,9 @@ int __weak module_finalize(const Elf_Ehdr *hdr,
+@@ -3143,7 +3302,9 @@ int __weak module_finalize(const Elf_Ehdr *hdr,
static int post_relocation(struct module *mod, const struct load_info *info)
{
/* Sort exception table now relocations are done. */
@@ -105741,7 +107516,7 @@ index cfc9e84..a058697 100644
/* Copy relocated percpu area over. */
percpu_modcopy(mod, (void *)info->sechdrs[info->index.pcpu].sh_addr,
-@@ -3036,13 +3178,15 @@ static void do_mod_ctors(struct module *mod)
+@@ -3191,13 +3352,15 @@ static void do_mod_ctors(struct module *mod)
/* For freeing module_init on success, in case kallsyms traversing */
struct mod_initfree {
struct rcu_head rcu;
@@ -105759,7 +107534,7 @@ index cfc9e84..a058697 100644
kfree(m);
}
-@@ -3062,7 +3206,8 @@ static noinline int do_init_module(struct module *mod)
+@@ -3217,7 +3380,8 @@ static noinline int do_init_module(struct module *mod)
ret = -ENOMEM;
goto fail;
}
@@ -105769,8 +107544,8 @@ index cfc9e84..a058697 100644
/*
* We want to find out whether @mod uses async during init. Clear
-@@ -3121,10 +3266,10 @@ static noinline int do_init_module(struct module *mod)
- #endif
+@@ -3277,10 +3441,10 @@ static noinline int do_init_module(struct module *mod)
+ mod_tree_remove_init(mod);
unset_module_init_ro_nx(mod);
module_arch_freeing_init(mod);
- mod->module_init = NULL;
@@ -105783,8 +107558,8 @@ index cfc9e84..a058697 100644
+ mod->init_size_rx = 0;
/*
* We want to free module_init, but be aware that kallsyms may be
- * walking this with preempt disabled. In all the failure paths,
-@@ -3212,16 +3357,16 @@ static int complete_formation(struct module *mod, struct load_info *info)
+ * walking this with preempt disabled. In all the failure paths, we
+@@ -3370,16 +3534,16 @@ static int complete_formation(struct module *mod, struct load_info *info)
module_bug_finalize(info->hdr, info->sechdrs, mod);
/* Set RO and NX regions for core */
@@ -105809,7 +107584,7 @@ index cfc9e84..a058697 100644
/* Mark state as coming so strong_try_module_get() ignores us,
* but kallsyms etc. can see us. */
-@@ -3305,9 +3450,38 @@ static int load_module(struct load_info *info, const char __user *uargs,
+@@ -3474,9 +3638,38 @@ static int load_module(struct load_info *info, const char __user *uargs,
if (err)
goto free_unload;
@@ -105848,7 +107623,7 @@ index cfc9e84..a058697 100644
/* Fix up syms, so that st_value is a pointer to location. */
err = simplify_symbols(mod, info);
if (err < 0)
-@@ -3323,13 +3497,6 @@ static int load_module(struct load_info *info, const char __user *uargs,
+@@ -3492,13 +3685,6 @@ static int load_module(struct load_info *info, const char __user *uargs,
flush_module_icache(mod);
@@ -105862,7 +107637,7 @@ index cfc9e84..a058697 100644
dynamic_debug_setup(info->debug, info->num_debug);
/* Ftrace init must be called in the MODULE_STATE_UNFORMED state */
-@@ -3380,11 +3547,10 @@ static int load_module(struct load_info *info, const char __user *uargs,
+@@ -3550,11 +3736,10 @@ static int load_module(struct load_info *info, const char __user *uargs,
ddebug_cleanup:
dynamic_debug_remove(info->debug);
synchronize_sched();
@@ -105875,7 +107650,7 @@ index cfc9e84..a058697 100644
free_unload:
module_unload_free(mod);
unlink_mod:
-@@ -3397,7 +3563,8 @@ static int load_module(struct load_info *info, const char __user *uargs,
+@@ -3568,7 +3753,8 @@ static int load_module(struct load_info *info, const char __user *uargs,
mutex_unlock(&module_mutex);
free_module:
/* Free lock-classes; relies on the preceding sync_rcu() */
@@ -105885,7 +107660,7 @@ index cfc9e84..a058697 100644
module_deallocate(mod, info);
free_copy:
-@@ -3474,10 +3641,16 @@ static const char *get_ksymbol(struct module *mod,
+@@ -3645,10 +3831,16 @@ static const char *get_ksymbol(struct module *mod,
unsigned long nextval;
/* At worse, next value is at end of module */
@@ -105905,7 +107680,7 @@ index cfc9e84..a058697 100644
/* Scan for closest preceding symbol, and next symbol. (ELF
starts real symbols at 1). */
-@@ -3725,7 +3898,7 @@ static int m_show(struct seq_file *m, void *p)
+@@ -3895,7 +4087,7 @@ static int m_show(struct seq_file *m, void *p)
return 0;
seq_printf(m, "%s %u",
@@ -105914,7 +107689,7 @@ index cfc9e84..a058697 100644
print_unload_info(m, mod);
/* Informative for users. */
-@@ -3734,7 +3907,7 @@ static int m_show(struct seq_file *m, void *p)
+@@ -3904,7 +4096,7 @@ static int m_show(struct seq_file *m, void *p)
mod->state == MODULE_STATE_COMING ? "Loading" :
"Live");
/* Used by oprofile and other similar tools. */
@@ -105923,7 +107698,7 @@ index cfc9e84..a058697 100644
/* Taints info */
if (mod->taints)
-@@ -3770,7 +3943,17 @@ static const struct file_operations proc_modules_operations = {
+@@ -3940,7 +4132,17 @@ static const struct file_operations proc_modules_operations = {
static int __init proc_modules_init(void)
{
@@ -105941,7 +107716,7 @@ index cfc9e84..a058697 100644
return 0;
}
module_init(proc_modules_init);
-@@ -3831,7 +4014,8 @@ struct module *__module_address(unsigned long addr)
+@@ -4001,7 +4203,8 @@ struct module *__module_address(unsigned long addr)
{
struct module *mod;
@@ -105950,8 +107725,8 @@ index cfc9e84..a058697 100644
+ (addr < module_addr_min_rw || addr > module_addr_max_rw))
return NULL;
- list_for_each_entry_rcu(mod, &modules, list) {
-@@ -3872,11 +4056,20 @@ bool is_module_text_address(unsigned long addr)
+ module_assert_mutex_or_preempt();
+@@ -4044,11 +4247,20 @@ bool is_module_text_address(unsigned long addr)
*/
struct module *__module_text_address(unsigned long addr)
{
@@ -106054,7 +107829,7 @@ index b38bea9..91acfbe 100644
atomic_set(&pd->refcnt, 0);
pd->pinst = pinst;
diff --git a/kernel/panic.c b/kernel/panic.c
-index 8136ad7..15c857b 100644
+index 04e91ff..2419384 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -54,7 +54,7 @@ EXPORT_SYMBOL(panic_blink);
@@ -106066,7 +107841,7 @@ index 8136ad7..15c857b 100644
{
while (1)
cpu_relax();
-@@ -425,7 +425,7 @@ static void warn_slowpath_common(const char *file, int line, void *caller,
+@@ -426,7 +426,7 @@ static void warn_slowpath_common(const char *file, int line, void *caller,
disable_trace_on_warning();
pr_warn("------------[ cut here ]------------\n");
@@ -106075,7 +107850,7 @@ index 8136ad7..15c857b 100644
raw_smp_processor_id(), current->pid, file, line, caller);
if (args)
-@@ -490,7 +490,8 @@ EXPORT_SYMBOL(warn_slowpath_null);
+@@ -491,7 +491,8 @@ EXPORT_SYMBOL(warn_slowpath_null);
*/
__visible void __stack_chk_fail(void)
{
@@ -106211,10 +107986,10 @@ index 564f786..361a18e 100644
if (pm_wakeup_pending()) {
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
-index bff0169..c90815d 100644
+index cf8c242..84e7843 100644
--- a/kernel/printk/printk.c
+++ b/kernel/printk/printk.c
-@@ -463,7 +463,7 @@ static int log_store(int facility, int level,
+@@ -475,7 +475,7 @@ static int log_store(int facility, int level,
return msg->text_len;
}
@@ -106223,8 +107998,8 @@ index bff0169..c90815d 100644
static int syslog_action_restricted(int type)
{
-@@ -486,6 +486,11 @@ int check_syslog_permissions(int type, bool from_file)
- if (from_file && type != SYSLOG_ACTION_OPEN)
+@@ -498,6 +498,11 @@ int check_syslog_permissions(int type, int source)
+ if (source == SYSLOG_FROM_PROC && type != SYSLOG_ACTION_OPEN)
goto ok;
+#ifdef CONFIG_GRKERNSEC_DMESG
@@ -106392,7 +108167,7 @@ index c8e0e05..2be5614 100644
}
diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c
-index 8dbe276..8e87dbd 100644
+index 59e32684..d2eb3d9 100644
--- a/kernel/rcu/rcutorture.c
+++ b/kernel/rcu/rcutorture.c
@@ -134,12 +134,12 @@ static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1],
@@ -106446,7 +108221,7 @@ index 8dbe276..8e87dbd 100644
spin_lock_bh(&rcu_torture_lock);
list_add_tail(&p->rtort_free, &rcu_torture_freelist);
spin_unlock_bh(&rcu_torture_lock);
-@@ -308,7 +308,7 @@ rcu_torture_pipe_update_one(struct rcu_torture *rp)
+@@ -309,7 +309,7 @@ rcu_torture_pipe_update_one(struct rcu_torture *rp)
i = rp->rtort_pipe_count;
if (i > RCU_TORTURE_PIPE_LEN)
i = RCU_TORTURE_PIPE_LEN;
@@ -106455,7 +108230,7 @@ index 8dbe276..8e87dbd 100644
if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) {
rp->rtort_mbtest = 0;
return true;
-@@ -796,7 +796,7 @@ rcu_torture_cbflood(void *arg)
+@@ -830,7 +830,7 @@ rcu_torture_cbflood(void *arg)
VERBOSE_TOROUT_STRING("rcu_torture_cbflood task started");
do {
schedule_timeout_interruptible(cbflood_inter_holdoff);
@@ -106464,7 +108239,7 @@ index 8dbe276..8e87dbd 100644
WARN_ON(signal_pending(current));
for (i = 0; i < cbflood_n_burst; i++) {
for (j = 0; j < cbflood_n_per_burst; j++) {
-@@ -923,7 +923,7 @@ rcu_torture_writer(void *arg)
+@@ -957,7 +957,7 @@ rcu_torture_writer(void *arg)
i = old_rp->rtort_pipe_count;
if (i > RCU_TORTURE_PIPE_LEN)
i = RCU_TORTURE_PIPE_LEN;
@@ -106473,7 +108248,7 @@ index 8dbe276..8e87dbd 100644
old_rp->rtort_pipe_count++;
switch (synctype[torture_random(&rand) % nsynctypes]) {
case RTWS_DEF_FREE:
-@@ -1061,7 +1061,7 @@ static void rcu_torture_timer(unsigned long unused)
+@@ -1095,7 +1095,7 @@ static void rcu_torture_timer(unsigned long unused)
return;
}
if (p->rtort_mbtest == 0)
@@ -106482,7 +108257,7 @@ index 8dbe276..8e87dbd 100644
spin_lock(&rand_lock);
cur_ops->read_delay(&rand);
n_rcu_torture_timers++;
-@@ -1136,7 +1136,7 @@ rcu_torture_reader(void *arg)
+@@ -1170,7 +1170,7 @@ rcu_torture_reader(void *arg)
continue;
}
if (p->rtort_mbtest == 0)
@@ -106491,7 +108266,7 @@ index 8dbe276..8e87dbd 100644
cur_ops->read_delay(&rand);
preempt_disable();
pipe_count = p->rtort_pipe_count;
-@@ -1205,11 +1205,11 @@ rcu_torture_stats_print(void)
+@@ -1239,11 +1239,11 @@ rcu_torture_stats_print(void)
rcu_torture_current,
rcu_torture_current_version,
list_empty(&rcu_torture_freelist),
@@ -106507,7 +108282,7 @@ index 8dbe276..8e87dbd 100644
n_rcu_torture_boost_ktrerror,
n_rcu_torture_boost_rterror);
pr_cont("rtbf: %ld rtb: %ld nt: %ld ",
-@@ -1221,17 +1221,17 @@ rcu_torture_stats_print(void)
+@@ -1255,17 +1255,17 @@ rcu_torture_stats_print(void)
n_barrier_successes,
n_barrier_attempts,
n_rcu_torture_barrier_error);
@@ -106528,7 +108303,7 @@ index 8dbe276..8e87dbd 100644
WARN_ON_ONCE(1);
}
pr_cont("Reader Pipe: ");
-@@ -1248,7 +1248,7 @@ rcu_torture_stats_print(void)
+@@ -1282,7 +1282,7 @@ rcu_torture_stats_print(void)
pr_alert("%s%s ", torture_type, TORTURE_FLAG);
pr_cont("Free-Block Circulation: ");
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
@@ -106537,7 +108312,7 @@ index 8dbe276..8e87dbd 100644
}
pr_cont("\n");
-@@ -1595,7 +1595,7 @@ rcu_torture_cleanup(void)
+@@ -1636,7 +1636,7 @@ rcu_torture_cleanup(void)
rcu_torture_stats_print(); /* -After- the stats thread is stopped! */
@@ -106546,7 +108321,7 @@ index 8dbe276..8e87dbd 100644
rcu_torture_print_module_parms(cur_ops, "End of test: FAILURE");
else if (torture_onoff_failures())
rcu_torture_print_module_parms(cur_ops,
-@@ -1720,18 +1720,18 @@ rcu_torture_init(void)
+@@ -1761,18 +1761,18 @@ rcu_torture_init(void)
rcu_torture_current = NULL;
rcu_torture_current_version = 0;
@@ -106572,7 +108347,7 @@ index 8dbe276..8e87dbd 100644
for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
per_cpu(rcu_torture_count, cpu)[i] = 0;
diff --git a/kernel/rcu/tiny.c b/kernel/rcu/tiny.c
-index ec30868..89752ff 100644
+index c291bd6..8a01679 100644
--- a/kernel/rcu/tiny.c
+++ b/kernel/rcu/tiny.c
@@ -42,7 +42,7 @@
@@ -106584,7 +108359,7 @@ index ec30868..89752ff 100644
static void __call_rcu(struct rcu_head *head,
void (*func)(struct rcu_head *rcu),
struct rcu_ctrlblk *rcp);
-@@ -203,7 +203,7 @@ static void __rcu_process_callbacks(struct rcu_ctrlblk *rcp)
+@@ -170,7 +170,7 @@ static void __rcu_process_callbacks(struct rcu_ctrlblk *rcp)
false));
}
@@ -106593,37 +108368,11 @@ index ec30868..89752ff 100644
{
__rcu_process_callbacks(&rcu_sched_ctrlblk);
__rcu_process_callbacks(&rcu_bh_ctrlblk);
-diff --git a/kernel/rcu/tiny_plugin.h b/kernel/rcu/tiny_plugin.h
-index f94e209..d2985bd 100644
---- a/kernel/rcu/tiny_plugin.h
-+++ b/kernel/rcu/tiny_plugin.h
-@@ -150,10 +150,10 @@ static void check_cpu_stall(struct rcu_ctrlblk *rcp)
- rcp->name, rcp->ticks_this_gp, DYNTICK_TASK_EXIT_IDLE,
- jiffies - rcp->gp_start, rcp->qlen);
- dump_stack();
-- ACCESS_ONCE(rcp->jiffies_stall) = jiffies +
-+ ACCESS_ONCE_RW(rcp->jiffies_stall) = jiffies +
- 3 * rcu_jiffies_till_stall_check() + 3;
- } else if (ULONG_CMP_GE(j, js)) {
-- ACCESS_ONCE(rcp->jiffies_stall) = jiffies + rcu_jiffies_till_stall_check();
-+ ACCESS_ONCE_RW(rcp->jiffies_stall) = jiffies + rcu_jiffies_till_stall_check();
- }
- }
-
-@@ -161,7 +161,7 @@ static void reset_cpu_stall_ticks(struct rcu_ctrlblk *rcp)
- {
- rcp->ticks_this_gp = 0;
- rcp->gp_start = jiffies;
-- ACCESS_ONCE(rcp->jiffies_stall) = jiffies + rcu_jiffies_till_stall_check();
-+ ACCESS_ONCE_RW(rcp->jiffies_stall) = jiffies + rcu_jiffies_till_stall_check();
- }
-
- static void check_cpu_stalls(void)
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
-index 8cf7304..953f8ad 100644
+index 65137bc..775d7ad 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
-@@ -290,7 +290,7 @@ static void rcu_momentary_dyntick_idle(void)
+@@ -326,7 +326,7 @@ static void rcu_momentary_dyntick_idle(void)
*/
rdtp = this_cpu_ptr(&rcu_dynticks);
smp_mb__before_atomic(); /* Earlier stuff before QS. */
@@ -106632,19 +108381,20 @@ index 8cf7304..953f8ad 100644
smp_mb__after_atomic(); /* Later stuff after QS. */
break;
}
-@@ -602,9 +602,9 @@ static void rcu_eqs_enter_common(long long oldval, bool user)
+@@ -639,10 +639,10 @@ static void rcu_eqs_enter_common(long long oldval, bool user)
rcu_prepare_for_idle();
/* CPUs seeing atomic_inc() must see prior RCU read-side crit sects */
smp_mb__before_atomic(); /* See above. */
- atomic_inc(&rdtp->dynticks);
+ atomic_inc_unchecked(&rdtp->dynticks);
smp_mb__after_atomic(); /* Force ordering with next sojourn. */
-- WARN_ON_ONCE(atomic_read(&rdtp->dynticks) & 0x1);
-+ WARN_ON_ONCE(atomic_read_unchecked(&rdtp->dynticks) & 0x1);
+ WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
+- atomic_read(&rdtp->dynticks) & 0x1);
++ atomic_read_unchecked(&rdtp->dynticks) & 0x1);
rcu_dynticks_task_enter();
/*
-@@ -725,10 +725,10 @@ static void rcu_eqs_exit_common(long long oldval, int user)
+@@ -765,11 +765,11 @@ static void rcu_eqs_exit_common(long long oldval, int user)
rcu_dynticks_task_exit();
smp_mb__before_atomic(); /* Force ordering w/previous sojourn. */
@@ -106652,12 +108402,13 @@ index 8cf7304..953f8ad 100644
+ atomic_inc_unchecked(&rdtp->dynticks);
/* CPUs seeing atomic_inc() must see later RCU read-side crit sects */
smp_mb__after_atomic(); /* See above. */
-- WARN_ON_ONCE(!(atomic_read(&rdtp->dynticks) & 0x1));
-+ WARN_ON_ONCE(!(atomic_read_unchecked(&rdtp->dynticks) & 0x1));
+ WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
+- !(atomic_read(&rdtp->dynticks) & 0x1));
++ !(atomic_read_unchecked(&rdtp->dynticks) & 0x1));
rcu_cleanup_after_idle();
trace_rcu_dyntick(TPS("End"), oldval, rdtp->dynticks_nesting);
- if (!user && !is_idle_task(current)) {
-@@ -862,12 +862,12 @@ void rcu_nmi_enter(void)
+ if (IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
+@@ -905,12 +905,12 @@ void rcu_nmi_enter(void)
* to be in the outermost NMI handler that interrupted an RCU-idle
* period (observation due to Andy Lutomirski).
*/
@@ -106673,7 +108424,7 @@ index 8cf7304..953f8ad 100644
incby = 1;
}
rdtp->dynticks_nmi_nesting += incby;
-@@ -892,7 +892,7 @@ void rcu_nmi_exit(void)
+@@ -935,7 +935,7 @@ void rcu_nmi_exit(void)
* to us!)
*/
WARN_ON_ONCE(rdtp->dynticks_nmi_nesting <= 0);
@@ -106682,7 +108433,7 @@ index 8cf7304..953f8ad 100644
/*
* If the nesting level is not 1, the CPU wasn't RCU-idle, so
-@@ -907,9 +907,9 @@ void rcu_nmi_exit(void)
+@@ -950,9 +950,9 @@ void rcu_nmi_exit(void)
rdtp->dynticks_nmi_nesting = 0;
/* CPUs seeing atomic_inc() must see prior RCU read-side crit sects */
smp_mb__before_atomic(); /* See above. */
@@ -106694,7 +108445,7 @@ index 8cf7304..953f8ad 100644
}
/**
-@@ -922,7 +922,7 @@ void rcu_nmi_exit(void)
+@@ -965,7 +965,7 @@ void rcu_nmi_exit(void)
*/
bool notrace __rcu_is_watching(void)
{
@@ -106703,7 +108454,7 @@ index 8cf7304..953f8ad 100644
}
/**
-@@ -1005,7 +1005,7 @@ static int rcu_is_cpu_rrupt_from_idle(void)
+@@ -1048,7 +1048,7 @@ static int rcu_is_cpu_rrupt_from_idle(void)
static int dyntick_save_progress_counter(struct rcu_data *rdp,
bool *isidle, unsigned long *maxj)
{
@@ -106712,16 +108463,7 @@ index 8cf7304..953f8ad 100644
rcu_sysidle_check_cpu(rdp, isidle, maxj);
if ((rdp->dynticks_snap & 0x1) == 0) {
trace_rcu_fqs(rdp->rsp->name, rdp->gpnum, rdp->cpu, TPS("dti"));
-@@ -1013,7 +1013,7 @@ static int dyntick_save_progress_counter(struct rcu_data *rdp,
- } else {
- if (ULONG_CMP_LT(ACCESS_ONCE(rdp->gpnum) + ULONG_MAX / 4,
- rdp->mynode->gpnum))
-- ACCESS_ONCE(rdp->gpwrap) = true;
-+ ACCESS_ONCE_RW(rdp->gpwrap) = true;
- return 0;
- }
- }
-@@ -1031,7 +1031,7 @@ static int rcu_implicit_dynticks_qs(struct rcu_data *rdp,
+@@ -1074,7 +1074,7 @@ static int rcu_implicit_dynticks_qs(struct rcu_data *rdp,
int *rcrmp;
unsigned int snap;
@@ -106730,225 +108472,7 @@ index 8cf7304..953f8ad 100644
snap = (unsigned int)rdp->dynticks_snap;
/*
-@@ -1094,10 +1094,10 @@ static int rcu_implicit_dynticks_qs(struct rcu_data *rdp,
- rdp->rsp->gp_start + jiffies_till_sched_qs) ||
- ULONG_CMP_GE(jiffies, rdp->rsp->jiffies_resched)) {
- if (!(ACCESS_ONCE(*rcrmp) & rdp->rsp->flavor_mask)) {
-- ACCESS_ONCE(rdp->cond_resched_completed) =
-+ ACCESS_ONCE_RW(rdp->cond_resched_completed) =
- ACCESS_ONCE(rdp->mynode->completed);
- smp_mb(); /* ->cond_resched_completed before *rcrmp. */
-- ACCESS_ONCE(*rcrmp) =
-+ ACCESS_ONCE_RW(*rcrmp) =
- ACCESS_ONCE(*rcrmp) + rdp->rsp->flavor_mask;
- resched_cpu(rdp->cpu); /* Force CPU into scheduler. */
- rdp->rsp->jiffies_resched += 5; /* Enable beating. */
-@@ -1119,7 +1119,7 @@ static void record_gp_stall_check_time(struct rcu_state *rsp)
- rsp->gp_start = j;
- smp_wmb(); /* Record start time before stall time. */
- j1 = rcu_jiffies_till_stall_check();
-- ACCESS_ONCE(rsp->jiffies_stall) = j + j1;
-+ ACCESS_ONCE_RW(rsp->jiffies_stall) = j + j1;
- rsp->jiffies_resched = j + j1 / 2;
- rsp->n_force_qs_gpstart = ACCESS_ONCE(rsp->n_force_qs);
- }
-@@ -1178,7 +1178,7 @@ static void print_other_cpu_stall(struct rcu_state *rsp, unsigned long gpnum)
- raw_spin_unlock_irqrestore(&rnp->lock, flags);
- return;
- }
-- ACCESS_ONCE(rsp->jiffies_stall) = jiffies + 3 * rcu_jiffies_till_stall_check() + 3;
-+ ACCESS_ONCE_RW(rsp->jiffies_stall) = jiffies + 3 * rcu_jiffies_till_stall_check() + 3;
- raw_spin_unlock_irqrestore(&rnp->lock, flags);
-
- /*
-@@ -1263,7 +1263,7 @@ static void print_cpu_stall(struct rcu_state *rsp)
-
- raw_spin_lock_irqsave(&rnp->lock, flags);
- if (ULONG_CMP_GE(jiffies, ACCESS_ONCE(rsp->jiffies_stall)))
-- ACCESS_ONCE(rsp->jiffies_stall) = jiffies +
-+ ACCESS_ONCE_RW(rsp->jiffies_stall) = jiffies +
- 3 * rcu_jiffies_till_stall_check() + 3;
- raw_spin_unlock_irqrestore(&rnp->lock, flags);
-
-@@ -1347,7 +1347,7 @@ void rcu_cpu_stall_reset(void)
- struct rcu_state *rsp;
-
- for_each_rcu_flavor(rsp)
-- ACCESS_ONCE(rsp->jiffies_stall) = jiffies + ULONG_MAX / 2;
-+ ACCESS_ONCE_RW(rsp->jiffies_stall) = jiffies + ULONG_MAX / 2;
- }
-
- /*
-@@ -1704,7 +1704,7 @@ static bool __note_gp_changes(struct rcu_state *rsp, struct rcu_node *rnp,
- rdp->rcu_qs_ctr_snap = __this_cpu_read(rcu_qs_ctr);
- rdp->qs_pending = !!(rnp->qsmask & rdp->grpmask);
- zero_cpu_stall_ticks(rdp);
-- ACCESS_ONCE(rdp->gpwrap) = false;
-+ ACCESS_ONCE_RW(rdp->gpwrap) = false;
- }
- return ret;
- }
-@@ -1740,7 +1740,7 @@ static int rcu_gp_init(struct rcu_state *rsp)
- struct rcu_data *rdp;
- struct rcu_node *rnp = rcu_get_root(rsp);
-
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- raw_spin_lock_irq(&rnp->lock);
- smp_mb__after_unlock_lock();
- if (!ACCESS_ONCE(rsp->gp_flags)) {
-@@ -1748,7 +1748,7 @@ static int rcu_gp_init(struct rcu_state *rsp)
- raw_spin_unlock_irq(&rnp->lock);
- return 0;
- }
-- ACCESS_ONCE(rsp->gp_flags) = 0; /* Clear all flags: New grace period. */
-+ ACCESS_ONCE_RW(rsp->gp_flags) = 0; /* Clear all flags: New grace period. */
-
- if (WARN_ON_ONCE(rcu_gp_in_progress(rsp))) {
- /*
-@@ -1834,9 +1834,9 @@ static int rcu_gp_init(struct rcu_state *rsp)
- rdp = this_cpu_ptr(rsp->rda);
- rcu_preempt_check_blocked_tasks(rnp);
- rnp->qsmask = rnp->qsmaskinit;
-- ACCESS_ONCE(rnp->gpnum) = rsp->gpnum;
-+ ACCESS_ONCE_RW(rnp->gpnum) = rsp->gpnum;
- if (WARN_ON_ONCE(rnp->completed != rsp->completed))
-- ACCESS_ONCE(rnp->completed) = rsp->completed;
-+ ACCESS_ONCE_RW(rnp->completed) = rsp->completed;
- if (rnp == rdp->mynode)
- (void)__note_gp_changes(rsp, rnp, rdp);
- rcu_preempt_boost_start_gp(rnp);
-@@ -1845,7 +1845,7 @@ static int rcu_gp_init(struct rcu_state *rsp)
- rnp->grphi, rnp->qsmask);
- raw_spin_unlock_irq(&rnp->lock);
- cond_resched_rcu_qs();
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- if (gp_init_delay > 0 &&
- !(rsp->gpnum % (rcu_num_nodes * PER_RCU_NODE_PERIOD)))
- schedule_timeout_uninterruptible(gp_init_delay);
-@@ -1864,7 +1864,7 @@ static int rcu_gp_fqs(struct rcu_state *rsp, int fqs_state_in)
- unsigned long maxj;
- struct rcu_node *rnp = rcu_get_root(rsp);
-
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- rsp->n_force_qs++;
- if (fqs_state == RCU_SAVE_DYNTICK) {
- /* Collect dyntick-idle snapshots. */
-@@ -1885,7 +1885,7 @@ static int rcu_gp_fqs(struct rcu_state *rsp, int fqs_state_in)
- if (ACCESS_ONCE(rsp->gp_flags) & RCU_GP_FLAG_FQS) {
- raw_spin_lock_irq(&rnp->lock);
- smp_mb__after_unlock_lock();
-- ACCESS_ONCE(rsp->gp_flags) =
-+ ACCESS_ONCE_RW(rsp->gp_flags) =
- ACCESS_ONCE(rsp->gp_flags) & ~RCU_GP_FLAG_FQS;
- raw_spin_unlock_irq(&rnp->lock);
- }
-@@ -1903,7 +1903,7 @@ static void rcu_gp_cleanup(struct rcu_state *rsp)
- struct rcu_data *rdp;
- struct rcu_node *rnp = rcu_get_root(rsp);
-
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- raw_spin_lock_irq(&rnp->lock);
- smp_mb__after_unlock_lock();
- gp_duration = jiffies - rsp->gp_start;
-@@ -1934,7 +1934,7 @@ static void rcu_gp_cleanup(struct rcu_state *rsp)
- smp_mb__after_unlock_lock();
- WARN_ON_ONCE(rcu_preempt_blocked_readers_cgp(rnp));
- WARN_ON_ONCE(rnp->qsmask);
-- ACCESS_ONCE(rnp->completed) = rsp->gpnum;
-+ ACCESS_ONCE_RW(rnp->completed) = rsp->gpnum;
- rdp = this_cpu_ptr(rsp->rda);
- if (rnp == rdp->mynode)
- needgp = __note_gp_changes(rsp, rnp, rdp) || needgp;
-@@ -1942,7 +1942,7 @@ static void rcu_gp_cleanup(struct rcu_state *rsp)
- nocb += rcu_future_gp_cleanup(rsp, rnp);
- raw_spin_unlock_irq(&rnp->lock);
- cond_resched_rcu_qs();
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- }
- rnp = rcu_get_root(rsp);
- raw_spin_lock_irq(&rnp->lock);
-@@ -1950,14 +1950,14 @@ static void rcu_gp_cleanup(struct rcu_state *rsp)
- rcu_nocb_gp_set(rnp, nocb);
-
- /* Declare grace period done. */
-- ACCESS_ONCE(rsp->completed) = rsp->gpnum;
-+ ACCESS_ONCE_RW(rsp->completed) = rsp->gpnum;
- trace_rcu_grace_period(rsp->name, rsp->completed, TPS("end"));
- rsp->fqs_state = RCU_GP_IDLE;
- rdp = this_cpu_ptr(rsp->rda);
- /* Advance CBs to reduce false positives below. */
- needgp = rcu_advance_cbs(rsp, rnp, rdp) || needgp;
- if (needgp || cpu_needs_another_gp(rsp, rdp)) {
-- ACCESS_ONCE(rsp->gp_flags) = RCU_GP_FLAG_INIT;
-+ ACCESS_ONCE_RW(rsp->gp_flags) = RCU_GP_FLAG_INIT;
- trace_rcu_grace_period(rsp->name,
- ACCESS_ONCE(rsp->gpnum),
- TPS("newreq"));
-@@ -1993,7 +1993,7 @@ static int __noreturn rcu_gp_kthread(void *arg)
- if (rcu_gp_init(rsp))
- break;
- cond_resched_rcu_qs();
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- WARN_ON(signal_pending(current));
- trace_rcu_grace_period(rsp->name,
- ACCESS_ONCE(rsp->gpnum),
-@@ -2037,11 +2037,11 @@ static int __noreturn rcu_gp_kthread(void *arg)
- ACCESS_ONCE(rsp->gpnum),
- TPS("fqsend"));
- cond_resched_rcu_qs();
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- } else {
- /* Deal with stray signal. */
- cond_resched_rcu_qs();
-- ACCESS_ONCE(rsp->gp_activity) = jiffies;
-+ ACCESS_ONCE_RW(rsp->gp_activity) = jiffies;
- WARN_ON(signal_pending(current));
- trace_rcu_grace_period(rsp->name,
- ACCESS_ONCE(rsp->gpnum),
-@@ -2086,7 +2086,7 @@ rcu_start_gp_advanced(struct rcu_state *rsp, struct rcu_node *rnp,
- */
- return false;
- }
-- ACCESS_ONCE(rsp->gp_flags) = RCU_GP_FLAG_INIT;
-+ ACCESS_ONCE_RW(rsp->gp_flags) = RCU_GP_FLAG_INIT;
- trace_rcu_grace_period(rsp->name, ACCESS_ONCE(rsp->gpnum),
- TPS("newreq"));
-
-@@ -2359,7 +2359,7 @@ rcu_send_cbs_to_orphanage(int cpu, struct rcu_state *rsp,
- rsp->qlen += rdp->qlen;
- rdp->n_cbs_orphaned += rdp->qlen;
- rdp->qlen_lazy = 0;
-- ACCESS_ONCE(rdp->qlen) = 0;
-+ ACCESS_ONCE_RW(rdp->qlen) = 0;
- }
-
- /*
-@@ -2636,7 +2636,7 @@ static void rcu_do_batch(struct rcu_state *rsp, struct rcu_data *rdp)
- }
- smp_mb(); /* List handling before counting for rcu_barrier(). */
- rdp->qlen_lazy -= count_lazy;
-- ACCESS_ONCE(rdp->qlen) = rdp->qlen - count;
-+ ACCESS_ONCE_RW(rdp->qlen) = rdp->qlen - count;
- rdp->n_cbs_invoked += count;
-
- /* Reinstate batch limit if we have worked down the excess. */
-@@ -2814,7 +2814,7 @@ static void force_quiescent_state(struct rcu_state *rsp)
- raw_spin_unlock_irqrestore(&rnp_old->lock, flags);
- return; /* Someone beat us to it. */
- }
-- ACCESS_ONCE(rsp->gp_flags) =
-+ ACCESS_ONCE_RW(rsp->gp_flags) =
- ACCESS_ONCE(rsp->gp_flags) | RCU_GP_FLAG_FQS;
- raw_spin_unlock_irqrestore(&rnp_old->lock, flags);
- rcu_gp_kthread_wake(rsp);
-@@ -2860,7 +2860,7 @@ __rcu_process_callbacks(struct rcu_state *rsp)
+@@ -2895,7 +2895,7 @@ __rcu_process_callbacks(struct rcu_state *rsp)
/*
* Do RCU core processing for the current CPU.
*/
@@ -106957,25 +108481,7 @@ index 8cf7304..953f8ad 100644
{
struct rcu_state *rsp;
-@@ -2972,7 +2972,7 @@ __call_rcu(struct rcu_head *head, void (*func)(struct rcu_head *rcu),
- WARN_ON_ONCE((unsigned long)head & 0x1); /* Misaligned rcu_head! */
- if (debug_rcu_head_queue(head)) {
- /* Probable double call_rcu(), so leak the callback. */
-- ACCESS_ONCE(head->func) = rcu_leak_callback;
-+ ACCESS_ONCE_RW(head->func) = rcu_leak_callback;
- WARN_ONCE(1, "__call_rcu(): Leaked duplicate callback\n");
- return;
- }
-@@ -3011,7 +3011,7 @@ __call_rcu(struct rcu_head *head, void (*func)(struct rcu_head *rcu),
- if (!likely(rdp->nxtlist))
- init_default_callback_list(rdp);
- }
-- ACCESS_ONCE(rdp->qlen) = rdp->qlen + 1;
-+ ACCESS_ONCE_RW(rdp->qlen) = rdp->qlen + 1;
- if (lazy)
- rdp->qlen_lazy++;
- else
-@@ -3284,11 +3284,11 @@ void synchronize_sched_expedited(void)
+@@ -3319,11 +3319,11 @@ void synchronize_sched_expedited(void)
* counter wrap on a 32-bit system. Quite a few more CPUs would of
* course be required on a 64-bit system.
*/
@@ -106983,13 +108489,13 @@ index 8cf7304..953f8ad 100644
+ if (ULONG_CMP_GE((ulong)atomic_long_read_unchecked(&rsp->expedited_start),
(ulong)atomic_long_read(&rsp->expedited_done) +
ULONG_MAX / 8)) {
- synchronize_sched();
+ wait_rcu_gp(call_rcu_sched);
- atomic_long_inc(&rsp->expedited_wrap);
-+ atomic_long_inc_unchecked(&rsp->expedited_wrap);
++ atomic_long_inc_return_unchecked(&rsp->expedited_wrap);
return;
}
-@@ -3296,12 +3296,12 @@ void synchronize_sched_expedited(void)
+@@ -3331,12 +3331,12 @@ void synchronize_sched_expedited(void)
* Take a ticket. Note that atomic_inc_return() implies a
* full memory barrier.
*/
@@ -107004,7 +108510,7 @@ index 8cf7304..953f8ad 100644
return;
}
WARN_ON_ONCE(cpu_is_offline(raw_smp_processor_id()));
-@@ -3314,7 +3314,7 @@ void synchronize_sched_expedited(void)
+@@ -3349,7 +3349,7 @@ void synchronize_sched_expedited(void)
for_each_cpu(cpu, cm) {
struct rcu_dynticks *rdtp = &per_cpu(rcu_dynticks, cpu);
@@ -107013,7 +108519,7 @@ index 8cf7304..953f8ad 100644
cpumask_clear_cpu(cpu, cm);
}
if (cpumask_weight(cm) == 0)
-@@ -3329,14 +3329,14 @@ void synchronize_sched_expedited(void)
+@@ -3364,14 +3364,14 @@ void synchronize_sched_expedited(void)
synchronize_sched_expedited_cpu_stop,
NULL) == -EAGAIN) {
put_online_cpus();
@@ -107030,7 +108536,7 @@ index 8cf7304..953f8ad 100644
free_cpumask_var(cm);
return;
}
-@@ -3346,7 +3346,7 @@ void synchronize_sched_expedited(void)
+@@ -3381,7 +3381,7 @@ void synchronize_sched_expedited(void)
udelay(trycount * num_online_cpus());
} else {
wait_rcu_gp(call_rcu_sched);
@@ -107039,7 +108545,7 @@ index 8cf7304..953f8ad 100644
free_cpumask_var(cm);
return;
}
-@@ -3356,7 +3356,7 @@ void synchronize_sched_expedited(void)
+@@ -3391,7 +3391,7 @@ void synchronize_sched_expedited(void)
if (ULONG_CMP_GE((ulong)s, (ulong)firstsnap)) {
/* ensure test happens before caller kfree */
smp_mb__before_atomic(); /* ^^^ */
@@ -107048,7 +108554,7 @@ index 8cf7304..953f8ad 100644
free_cpumask_var(cm);
return;
}
-@@ -3371,14 +3371,14 @@ void synchronize_sched_expedited(void)
+@@ -3406,14 +3406,14 @@ void synchronize_sched_expedited(void)
if (!try_get_online_cpus()) {
/* CPU hotplug operation in flight, use normal GP. */
wait_rcu_gp(call_rcu_sched);
@@ -107066,7 +108572,7 @@ index 8cf7304..953f8ad 100644
all_cpus_idle:
free_cpumask_var(cm);
-@@ -3390,16 +3390,16 @@ all_cpus_idle:
+@@ -3425,16 +3425,16 @@ all_cpus_idle:
* than we did already did their update.
*/
do {
@@ -107086,25 +108592,7 @@ index 8cf7304..953f8ad 100644
put_online_cpus();
}
-@@ -3609,7 +3609,7 @@ static void _rcu_barrier(struct rcu_state *rsp)
- * ACCESS_ONCE() to prevent the compiler from speculating
- * the increment to precede the early-exit check.
- */
-- ACCESS_ONCE(rsp->n_barrier_done) = rsp->n_barrier_done + 1;
-+ ACCESS_ONCE_RW(rsp->n_barrier_done) = rsp->n_barrier_done + 1;
- WARN_ON_ONCE((rsp->n_barrier_done & 0x1) != 1);
- _rcu_barrier_trace(rsp, "Inc1", -1, rsp->n_barrier_done);
- smp_mb(); /* Order ->n_barrier_done increment with below mechanism. */
-@@ -3665,7 +3665,7 @@ static void _rcu_barrier(struct rcu_state *rsp)
-
- /* Increment ->n_barrier_done to prevent duplicate work. */
- smp_mb(); /* Keep increment after above mechanism. */
-- ACCESS_ONCE(rsp->n_barrier_done) = rsp->n_barrier_done + 1;
-+ ACCESS_ONCE_RW(rsp->n_barrier_done) = rsp->n_barrier_done + 1;
- WARN_ON_ONCE((rsp->n_barrier_done & 0x1) != 0);
- _rcu_barrier_trace(rsp, "Inc2", -1, rsp->n_barrier_done);
- smp_mb(); /* Keep increment before caller's subsequent code. */
-@@ -3732,7 +3732,7 @@ rcu_boot_init_percpu_data(int cpu, struct rcu_state *rsp)
+@@ -3767,7 +3767,7 @@ rcu_boot_init_percpu_data(int cpu, struct rcu_state *rsp)
rdp->grpmask = 1UL << (cpu - rdp->mynode->grplo);
rdp->dynticks = &per_cpu(rcu_dynticks, cpu);
WARN_ON_ONCE(rdp->dynticks->dynticks_nesting != DYNTICK_TASK_EXIT_IDLE);
@@ -107113,7 +108601,7 @@ index 8cf7304..953f8ad 100644
rdp->cpu = cpu;
rdp->rsp = rsp;
rcu_boot_init_nocb_percpu_data(rdp);
-@@ -3763,8 +3763,8 @@ rcu_init_percpu_data(int cpu, struct rcu_state *rsp)
+@@ -3798,8 +3798,8 @@ rcu_init_percpu_data(int cpu, struct rcu_state *rsp)
init_callback_list(rdp); /* Re-enable callbacks on this CPU. */
rdp->dynticks->dynticks_nesting = DYNTICK_TASK_EXIT_IDLE;
rcu_sysidle_init_percpu_data(rdp->dynticks);
@@ -107125,10 +108613,10 @@ index 8cf7304..953f8ad 100644
/*
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
-index a69d3da..51993c4 100644
+index 4adb7ca..20910e6 100644
--- a/kernel/rcu/tree.h
+++ b/kernel/rcu/tree.h
-@@ -86,11 +86,11 @@ struct rcu_dynticks {
+@@ -108,11 +108,11 @@ struct rcu_dynticks {
long long dynticks_nesting; /* Track irq/process nesting level. */
/* Process level is worth LLONG_MAX/2. */
int dynticks_nmi_nesting; /* Track NMI nesting level. */
@@ -107142,7 +108630,7 @@ index a69d3da..51993c4 100644
/* "Idle" excludes userspace execution. */
unsigned long dynticks_idle_jiffies;
/* End of last non-NMI non-idle period. */
-@@ -463,17 +463,17 @@ struct rcu_state {
+@@ -483,17 +483,17 @@ struct rcu_state {
/* _rcu_barrier(). */
/* End of fields guarded by barrier_mutex. */
@@ -107172,28 +108660,10 @@ index a69d3da..51993c4 100644
unsigned long jiffies_force_qs; /* Time at which to invoke */
/* force_quiescent_state(). */
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
-index 8c0ec0f..99d52c5 100644
+index 013485f..2e678db 100644
--- a/kernel/rcu/tree_plugin.h
+++ b/kernel/rcu/tree_plugin.h
-@@ -570,7 +570,7 @@ static int rcu_preempted_readers_exp(struct rcu_node *rnp)
- static int sync_rcu_preempt_exp_done(struct rcu_node *rnp)
- {
- return !rcu_preempted_readers_exp(rnp) &&
-- ACCESS_ONCE(rnp->expmask) == 0;
-+ ACCESS_ONCE_RW(rnp->expmask) == 0;
- }
-
- /*
-@@ -780,7 +780,7 @@ void synchronize_rcu_expedited(void)
-
- /* Clean up and exit. */
- smp_mb(); /* ensure expedited GP seen before counter increment. */
-- ACCESS_ONCE(sync_rcu_preempt_exp_count) =
-+ ACCESS_ONCE_RW(sync_rcu_preempt_exp_count) =
- sync_rcu_preempt_exp_count + 1;
- unlock_mb_ret:
- mutex_unlock(&sync_rcu_preempt_exp_mutex);
-@@ -1286,7 +1286,7 @@ static void rcu_boost_kthread_setaffinity(struct rcu_node *rnp, int outgoingcpu)
+@@ -1294,7 +1294,7 @@ static void rcu_boost_kthread_setaffinity(struct rcu_node *rnp, int outgoingcpu)
free_cpumask_var(cm);
}
@@ -107202,7 +108672,7 @@ index 8c0ec0f..99d52c5 100644
.store = &rcu_cpu_kthread_task,
.thread_should_run = rcu_cpu_kthread_should_run,
.thread_fn = rcu_cpu_kthread,
-@@ -1757,7 +1757,7 @@ static void print_cpu_stall_info(struct rcu_state *rsp, int cpu)
+@@ -1767,7 +1767,7 @@ static void print_cpu_stall_info(struct rcu_state *rsp, int cpu)
print_cpu_stall_fast_no_hz(fast_no_hz, cpu);
pr_err("\t%d: (%lu %s) idle=%03x/%llx/%d softirq=%u/%u fqs=%ld %s\n",
cpu, ticks_value, ticks_title,
@@ -107210,67 +108680,10 @@ index 8c0ec0f..99d52c5 100644
+ atomic_read_unchecked(&rdtp->dynticks) & 0xfff,
rdtp->dynticks_nesting, rdtp->dynticks_nmi_nesting,
rdp->softirq_snap, kstat_softirqs_cpu(RCU_SOFTIRQ, cpu),
- ACCESS_ONCE(rsp->n_force_qs) - rsp->n_force_qs_gpstart,
-@@ -1902,7 +1902,7 @@ static void wake_nocb_leader(struct rcu_data *rdp, bool force)
- return;
- if (ACCESS_ONCE(rdp_leader->nocb_leader_sleep) || force) {
- /* Prior smp_mb__after_atomic() orders against prior enqueue. */
-- ACCESS_ONCE(rdp_leader->nocb_leader_sleep) = false;
-+ ACCESS_ONCE_RW(rdp_leader->nocb_leader_sleep) = false;
- wake_up(&rdp_leader->nocb_wq);
- }
- }
-@@ -1975,7 +1975,7 @@ static void __call_rcu_nocb_enqueue(struct rcu_data *rdp,
- atomic_long_add(rhcount, &rdp->nocb_q_count);
- /* rcu_barrier() relies on ->nocb_q_count add before xchg. */
- old_rhpp = xchg(&rdp->nocb_tail, rhtp);
-- ACCESS_ONCE(*old_rhpp) = rhp;
-+ ACCESS_ONCE_RW(*old_rhpp) = rhp;
- atomic_long_add(rhcount_lazy, &rdp->nocb_q_count_lazy);
- smp_mb__after_atomic(); /* Store *old_rhpp before _wake test. */
-
-@@ -2164,7 +2164,7 @@ wait_again:
- continue; /* No CBs here, try next follower. */
-
- /* Move callbacks to wait-for-GP list, which is empty. */
-- ACCESS_ONCE(rdp->nocb_head) = NULL;
-+ ACCESS_ONCE_RW(rdp->nocb_head) = NULL;
- rdp->nocb_gp_tail = xchg(&rdp->nocb_tail, &rdp->nocb_head);
- gotcbs = true;
- }
-@@ -2285,7 +2285,7 @@ static int rcu_nocb_kthread(void *arg)
- list = ACCESS_ONCE(rdp->nocb_follower_head);
- BUG_ON(!list);
- trace_rcu_nocb_wake(rdp->rsp->name, rdp->cpu, "WokeNonEmpty");
-- ACCESS_ONCE(rdp->nocb_follower_head) = NULL;
-+ ACCESS_ONCE_RW(rdp->nocb_follower_head) = NULL;
- tail = xchg(&rdp->nocb_follower_tail, &rdp->nocb_follower_head);
-
- /* Each pass through the following loop invokes a callback. */
-@@ -2335,7 +2335,7 @@ static void do_nocb_deferred_wakeup(struct rcu_data *rdp)
- if (!rcu_nocb_need_deferred_wakeup(rdp))
- return;
- ndw = ACCESS_ONCE(rdp->nocb_defer_wakeup);
-- ACCESS_ONCE(rdp->nocb_defer_wakeup) = RCU_NOGP_WAKE_NOT;
-+ ACCESS_ONCE_RW(rdp->nocb_defer_wakeup) = RCU_NOGP_WAKE_NOT;
- wake_nocb_leader(rdp, ndw == RCU_NOGP_WAKE_FORCE);
- trace_rcu_nocb_wake(rdp->rsp->name, rdp->cpu, TPS("DeferredWake"));
- }
-@@ -2448,7 +2448,7 @@ static void rcu_spawn_one_nocb_kthread(struct rcu_state *rsp, int cpu)
- t = kthread_run(rcu_nocb_kthread, rdp_spawn,
- "rcuo%c/%d", rsp->abbr, cpu);
- BUG_ON(IS_ERR(t));
-- ACCESS_ONCE(rdp_spawn->nocb_kthread) = t;
-+ ACCESS_ONCE_RW(rdp_spawn->nocb_kthread) = t;
- }
-
- /*
-@@ -2663,11 +2663,11 @@ static void rcu_sysidle_enter(int irq)
-
- /* Record start of fully idle period. */
+ READ_ONCE(rsp->n_force_qs) - rsp->n_force_qs_gpstart,
+@@ -2675,9 +2675,9 @@ static void rcu_sysidle_enter(int irq)
j = jiffies;
-- ACCESS_ONCE(rdtp->dynticks_idle_jiffies) = j;
-+ ACCESS_ONCE_RW(rdtp->dynticks_idle_jiffies) = j;
+ WRITE_ONCE(rdtp->dynticks_idle_jiffies, j);
smp_mb__before_atomic();
- atomic_inc(&rdtp->dynticks_idle);
+ atomic_inc_unchecked(&rdtp->dynticks_idle);
@@ -107280,7 +108693,7 @@ index 8c0ec0f..99d52c5 100644
}
/*
-@@ -2738,9 +2738,9 @@ static void rcu_sysidle_exit(int irq)
+@@ -2748,9 +2748,9 @@ static void rcu_sysidle_exit(int irq)
/* Record end of idle period. */
smp_mb__before_atomic();
@@ -107292,7 +108705,7 @@ index 8c0ec0f..99d52c5 100644
/*
* If we are the timekeeping CPU, we are permitted to be non-idle
-@@ -2786,7 +2786,7 @@ static void rcu_sysidle_check_cpu(struct rcu_data *rdp, bool *isidle,
+@@ -2796,7 +2796,7 @@ static void rcu_sysidle_check_cpu(struct rcu_data *rdp, bool *isidle,
WARN_ON_ONCE(smp_processor_id() != tick_do_timer_cpu);
/* Pick up current idle and NMI-nesting counter and check. */
@@ -107301,52 +108714,8 @@ index 8c0ec0f..99d52c5 100644
if (cur & 0x1) {
*isidle = false; /* We are not idle! */
return;
-@@ -2835,7 +2835,7 @@ static void rcu_sysidle(unsigned long j)
- case RCU_SYSIDLE_NOT:
-
- /* First time all are idle, so note a short idle period. */
-- ACCESS_ONCE(full_sysidle_state) = RCU_SYSIDLE_SHORT;
-+ ACCESS_ONCE_RW(full_sysidle_state) = RCU_SYSIDLE_SHORT;
- break;
-
- case RCU_SYSIDLE_SHORT:
-@@ -2873,7 +2873,7 @@ static void rcu_sysidle_cancel(void)
- {
- smp_mb();
- if (full_sysidle_state > RCU_SYSIDLE_SHORT)
-- ACCESS_ONCE(full_sysidle_state) = RCU_SYSIDLE_NOT;
-+ ACCESS_ONCE_RW(full_sysidle_state) = RCU_SYSIDLE_NOT;
- }
-
- /*
-@@ -2925,7 +2925,7 @@ static void rcu_sysidle_cb(struct rcu_head *rhp)
- smp_mb(); /* grace period precedes setting inuse. */
-
- rshp = container_of(rhp, struct rcu_sysidle_head, rh);
-- ACCESS_ONCE(rshp->inuse) = 0;
-+ ACCESS_ONCE_RW(rshp->inuse) = 0;
- }
-
- /*
-@@ -3077,7 +3077,7 @@ static void rcu_bind_gp_kthread(void)
- static void rcu_dynticks_task_enter(void)
- {
- #if defined(CONFIG_TASKS_RCU) && defined(CONFIG_NO_HZ_FULL)
-- ACCESS_ONCE(current->rcu_tasks_idle_cpu) = smp_processor_id();
-+ ACCESS_ONCE_RW(current->rcu_tasks_idle_cpu) = smp_processor_id();
- #endif /* #if defined(CONFIG_TASKS_RCU) && defined(CONFIG_NO_HZ_FULL) */
- }
-
-@@ -3085,6 +3085,6 @@ static void rcu_dynticks_task_enter(void)
- static void rcu_dynticks_task_exit(void)
- {
- #if defined(CONFIG_TASKS_RCU) && defined(CONFIG_NO_HZ_FULL)
-- ACCESS_ONCE(current->rcu_tasks_idle_cpu) = -1;
-+ ACCESS_ONCE_RW(current->rcu_tasks_idle_cpu) = -1;
- #endif /* #if defined(CONFIG_TASKS_RCU) && defined(CONFIG_NO_HZ_FULL) */
- }
diff --git a/kernel/rcu/tree_trace.c b/kernel/rcu/tree_trace.c
-index f92361e..0052f88 100644
+index 3ea7ffc..cb06f2d 100644
--- a/kernel/rcu/tree_trace.c
+++ b/kernel/rcu/tree_trace.c
@@ -125,7 +125,7 @@ static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp)
@@ -107386,52 +108755,8 @@ index f92361e..0052f88 100644
return 0;
}
-diff --git a/kernel/rcu/update.c b/kernel/rcu/update.c
-index 1f13335..77ebb7f 100644
---- a/kernel/rcu/update.c
-+++ b/kernel/rcu/update.c
-@@ -396,10 +396,10 @@ int rcu_jiffies_till_stall_check(void)
- * for CONFIG_RCU_CPU_STALL_TIMEOUT.
- */
- if (till_stall_check < 3) {
-- ACCESS_ONCE(rcu_cpu_stall_timeout) = 3;
-+ ACCESS_ONCE_RW(rcu_cpu_stall_timeout) = 3;
- till_stall_check = 3;
- } else if (till_stall_check > 300) {
-- ACCESS_ONCE(rcu_cpu_stall_timeout) = 300;
-+ ACCESS_ONCE_RW(rcu_cpu_stall_timeout) = 300;
- till_stall_check = 300;
- }
- return till_stall_check * HZ + RCU_STALL_DELAY_DELTA;
-@@ -555,7 +555,7 @@ static void check_holdout_task(struct task_struct *t,
- !ACCESS_ONCE(t->on_rq) ||
- (IS_ENABLED(CONFIG_NO_HZ_FULL) &&
- !is_idle_task(t) && t->rcu_tasks_idle_cpu >= 0)) {
-- ACCESS_ONCE(t->rcu_tasks_holdout) = false;
-+ ACCESS_ONCE_RW(t->rcu_tasks_holdout) = false;
- list_del_init(&t->rcu_tasks_holdout_list);
- put_task_struct(t);
- return;
-@@ -643,7 +643,7 @@ static int __noreturn rcu_tasks_kthread(void *arg)
- !is_idle_task(t)) {
- get_task_struct(t);
- t->rcu_tasks_nvcsw = ACCESS_ONCE(t->nvcsw);
-- ACCESS_ONCE(t->rcu_tasks_holdout) = true;
-+ ACCESS_ONCE_RW(t->rcu_tasks_holdout) = true;
- list_add(&t->rcu_tasks_holdout_list,
- &rcu_tasks_holdouts);
- }
-@@ -740,7 +740,7 @@ static void rcu_spawn_tasks_kthread(void)
- t = kthread_run(rcu_tasks_kthread, NULL, "rcu_tasks_kthread");
- BUG_ON(IS_ERR(t));
- smp_mb(); /* Ensure others see full kthread. */
-- ACCESS_ONCE(rcu_tasks_kthread_ptr) = t;
-+ ACCESS_ONCE_RW(rcu_tasks_kthread_ptr) = t;
- mutex_unlock(&rcu_tasks_kthread_mutex);
- }
-
diff --git a/kernel/resource.c b/kernel/resource.c
-index 90552aa..ad13346 100644
+index fed052a..ad13346 100644
--- a/kernel/resource.c
+++ b/kernel/resource.c
@@ -162,8 +162,18 @@ static const struct file_operations proc_iomem_operations = {
@@ -107453,36 +108778,11 @@ index 90552aa..ad13346 100644
return 0;
}
__initcall(ioresources_init);
-@@ -504,13 +514,13 @@ int region_is_ram(resource_size_t start, unsigned long size)
- {
- struct resource *p;
- resource_size_t end = start + size - 1;
-- int flags = IORESOURCE_MEM | IORESOURCE_BUSY;
-+ unsigned long flags = IORESOURCE_MEM | IORESOURCE_BUSY;
- const char *name = "System RAM";
- int ret = -1;
-
- read_lock(&resource_lock);
- for (p = iomem_resource.child; p ; p = p->sibling) {
-- if (end < p->start)
-+ if (p->end < start)
- continue;
-
- if (p->start <= start && end <= p->end) {
-@@ -521,7 +531,7 @@ int region_is_ram(resource_size_t start, unsigned long size)
- ret = 1;
- break;
- }
-- if (p->end < start)
-+ if (end < p->start)
- break; /* not found */
- }
- read_unlock(&resource_lock);
diff --git a/kernel/sched/auto_group.c b/kernel/sched/auto_group.c
-index eae160d..c9aa22e 100644
+index 750ed60..eb01466 100644
--- a/kernel/sched/auto_group.c
+++ b/kernel/sched/auto_group.c
-@@ -11,7 +11,7 @@
+@@ -9,7 +9,7 @@
unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
static struct autogroup autogroup_default;
@@ -107491,7 +108791,7 @@ index eae160d..c9aa22e 100644
void __init autogroup_init(struct task_struct *init_task)
{
-@@ -79,7 +79,7 @@ static inline struct autogroup *autogroup_create(void)
+@@ -77,7 +77,7 @@ static inline struct autogroup *autogroup_create(void)
kref_init(&ag->kref);
init_rwsem(&ag->lock);
@@ -107532,10 +108832,10 @@ index 8d0f35d..c16360d 100644
unsigned long timeout)
{
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
-index 1236732..df281d6 100644
+index e967343..5064e2f 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -1867,7 +1867,7 @@ void set_numabalancing_state(bool enabled)
+@@ -2080,7 +2080,7 @@ void set_numabalancing_state(bool enabled)
int sysctl_numa_balancing(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
@@ -107544,7 +108844,7 @@ index 1236732..df281d6 100644
int err;
int state = numabalancing_enabled;
-@@ -2317,8 +2317,10 @@ context_switch(struct rq *rq, struct task_struct *prev,
+@@ -2573,8 +2573,10 @@ context_switch(struct rq *rq, struct task_struct *prev,
next->active_mm = oldmm;
atomic_inc(&oldmm->mm_count);
enter_lazy_tlb(oldmm, next);
@@ -107556,7 +108856,7 @@ index 1236732..df281d6 100644
if (!prev->mm) {
prev->active_mm = NULL;
-@@ -3129,6 +3131,8 @@ int can_nice(const struct task_struct *p, const int nice)
+@@ -3386,6 +3388,8 @@ int can_nice(const struct task_struct *p, const int nice)
/* convert nice value [19,-20] to rlimit style value [1,40] */
int nice_rlim = nice_to_rlimit(nice);
@@ -107565,7 +108865,7 @@ index 1236732..df281d6 100644
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}
-@@ -3155,7 +3159,8 @@ SYSCALL_DEFINE1(nice, int, increment)
+@@ -3412,7 +3416,8 @@ SYSCALL_DEFINE1(nice, int, increment)
nice = task_nice(current) + increment;
nice = clamp_val(nice, MIN_NICE, MAX_NICE);
@@ -107575,7 +108875,7 @@ index 1236732..df281d6 100644
return -EPERM;
retval = security_task_setnice(current, nice);
-@@ -3467,6 +3472,7 @@ recheck:
+@@ -3724,6 +3729,7 @@ recheck:
if (policy != p->policy && !rlim_rtprio)
return -EPERM;
@@ -107583,7 +108883,7 @@ index 1236732..df281d6 100644
/* can't increase priority */
if (attr->sched_priority > p->rt_priority &&
attr->sched_priority > rlim_rtprio)
-@@ -4950,6 +4956,7 @@ void idle_task_exit(void)
+@@ -5048,6 +5054,7 @@ void idle_task_exit(void)
if (mm != &init_mm) {
switch_mm(mm, &init_mm, current);
@@ -107591,7 +108891,7 @@ index 1236732..df281d6 100644
finish_arch_post_lock_switch();
}
mmdrop(mm);
-@@ -5045,7 +5052,7 @@ static void migrate_tasks(unsigned int dead_cpu)
+@@ -5150,7 +5157,7 @@ static void migrate_tasks(struct rq *dead_rq)
#if defined(CONFIG_SCHED_DEBUG) && defined(CONFIG_SYSCTL)
@@ -107600,7 +108900,7 @@ index 1236732..df281d6 100644
{
.procname = "sched_domain",
.mode = 0555,
-@@ -5062,17 +5069,17 @@ static struct ctl_table sd_ctl_root[] = {
+@@ -5167,17 +5174,17 @@ static struct ctl_table sd_ctl_root[] = {
{}
};
@@ -107622,7 +108922,7 @@ index 1236732..df281d6 100644
/*
* In the intermediate directories, both the child directory and
-@@ -5080,22 +5087,25 @@ static void sd_free_ctl_entry(struct ctl_table **tablep)
+@@ -5185,22 +5192,25 @@ static void sd_free_ctl_entry(struct ctl_table **tablep)
* will always be set. In the lowest directory the names are
* static strings and all have proc handlers.
*/
@@ -107654,7 +108954,7 @@ index 1236732..df281d6 100644
const char *procname, void *data, int maxlen,
umode_t mode, proc_handler *proc_handler,
bool load_idx)
-@@ -5115,7 +5125,7 @@ set_table_entry(struct ctl_table *entry,
+@@ -5220,7 +5230,7 @@ set_table_entry(struct ctl_table *entry,
static struct ctl_table *
sd_alloc_ctl_domain_table(struct sched_domain *sd)
{
@@ -107663,7 +108963,7 @@ index 1236732..df281d6 100644
if (table == NULL)
return NULL;
-@@ -5153,9 +5163,9 @@ sd_alloc_ctl_domain_table(struct sched_domain *sd)
+@@ -5258,9 +5268,9 @@ sd_alloc_ctl_domain_table(struct sched_domain *sd)
return table;
}
@@ -107675,7 +108975,7 @@ index 1236732..df281d6 100644
struct sched_domain *sd;
int domain_num = 0, i;
char buf[32];
-@@ -5182,11 +5192,13 @@ static struct ctl_table_header *sd_sysctl_header;
+@@ -5287,11 +5297,13 @@ static struct ctl_table_header *sd_sysctl_header;
static void register_sched_domain_sysctl(void)
{
int i, cpu_num = num_possible_cpus();
@@ -107690,7 +108990,7 @@ index 1236732..df281d6 100644
if (entry == NULL)
return;
-@@ -5209,8 +5221,12 @@ static void unregister_sched_domain_sysctl(void)
+@@ -5314,8 +5326,12 @@ static void unregister_sched_domain_sysctl(void)
if (sd_sysctl_header)
unregister_sysctl_table(sd_sysctl_header);
sd_sysctl_header = NULL;
@@ -107706,19 +109006,10 @@ index 1236732..df281d6 100644
#else
static void register_sched_domain_sysctl(void)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
-index c2980e8..4737a6d 100644
+index d113c3b..91a6fcc 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
-@@ -2107,7 +2107,7 @@ void task_numa_fault(int last_cpupid, int mem_node, int pages, int flags)
-
- static void reset_ptenuma_scan(struct task_struct *p)
- {
-- ACCESS_ONCE(p->mm->numa_scan_seq)++;
-+ ACCESS_ONCE_RW(p->mm->numa_scan_seq)++;
- p->mm->numa_scan_offset = 0;
- }
-
-@@ -7753,7 +7753,7 @@ static void nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) { }
+@@ -7958,7 +7958,7 @@ static void nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) { }
* run_rebalance_domains is triggered when needed from the scheduler tick.
* Also triggered for nohz idle balancing (with nohz_balancing_kick set).
*/
@@ -107728,10 +109019,10 @@ index c2980e8..4737a6d 100644
struct rq *this_rq = this_rq();
enum cpu_idle_type idle = this_rq->idle_balance ?
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
-index e0e1299..e1e896b 100644
+index 84d4879..cf3ed33 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
-@@ -1219,7 +1219,7 @@ struct sched_class {
+@@ -1241,7 +1241,7 @@ struct sched_class {
#ifdef CONFIG_FAIR_GROUP_SCHED
void (*task_move_group) (struct task_struct *p, int on_rq);
#endif
@@ -107741,7 +109032,7 @@ index e0e1299..e1e896b 100644
static inline void put_prev_task(struct rq *rq, struct task_struct *prev)
{
diff --git a/kernel/signal.c b/kernel/signal.c
-index 0206be7..6445784 100644
+index 0f6bbbe..d77d2c3 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -53,12 +53,12 @@ static struct kmem_cache *sigqueue_cachep;
@@ -107778,7 +109069,7 @@ index 0206be7..6445784 100644
if (override_rlimit ||
atomic_read(&user->sigpending) <=
task_rlimit(t, RLIMIT_SIGPENDING)) {
-@@ -499,7 +502,7 @@ flush_signal_handlers(struct task_struct *t, int force_default)
+@@ -494,7 +497,7 @@ flush_signal_handlers(struct task_struct *t, int force_default)
int unhandled_signal(struct task_struct *tsk, int sig)
{
@@ -107787,7 +109078,7 @@ index 0206be7..6445784 100644
if (is_global_init(tsk))
return 1;
if (handler != SIG_IGN && handler != SIG_DFL)
-@@ -793,6 +796,13 @@ static int check_kill_permission(int sig, struct siginfo *info,
+@@ -788,6 +791,13 @@ static int check_kill_permission(int sig, struct siginfo *info,
}
}
@@ -107801,7 +109092,7 @@ index 0206be7..6445784 100644
return security_task_kill(t, info, sig, 0);
}
-@@ -1176,7 +1186,7 @@ __group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
+@@ -1171,7 +1181,7 @@ __group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
return send_signal(sig, info, p, 1);
}
@@ -107810,7 +109101,7 @@ index 0206be7..6445784 100644
specific_send_sig_info(int sig, struct siginfo *info, struct task_struct *t)
{
return send_signal(sig, info, t, 0);
-@@ -1213,6 +1223,7 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
+@@ -1208,6 +1218,7 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
unsigned long int flags;
int ret, blocked, ignored;
struct k_sigaction *action;
@@ -107818,7 +109109,7 @@ index 0206be7..6445784 100644
spin_lock_irqsave(&t->sighand->siglock, flags);
action = &t->sighand->action[sig-1];
-@@ -1227,9 +1238,18 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
+@@ -1222,9 +1233,18 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
}
if (action->sa.sa_handler == SIG_DFL)
t->signal->flags &= ~SIGNAL_UNKILLABLE;
@@ -107837,7 +109128,7 @@ index 0206be7..6445784 100644
return ret;
}
-@@ -1310,8 +1330,11 @@ int group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
+@@ -1305,8 +1325,11 @@ int group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
ret = check_kill_permission(sig, info, p);
rcu_read_unlock();
@@ -107850,7 +109141,7 @@ index 0206be7..6445784 100644
return ret;
}
-@@ -2918,7 +2941,15 @@ do_send_specific(pid_t tgid, pid_t pid, int sig, struct siginfo *info)
+@@ -2913,7 +2936,15 @@ do_send_specific(pid_t tgid, pid_t pid, int sig, struct siginfo *info)
int error = -ESRCH;
rcu_read_lock();
@@ -107867,7 +109158,7 @@ index 0206be7..6445784 100644
if (p && (tgid <= 0 || task_tgid_vnr(p) == tgid)) {
error = check_kill_permission(sig, info, p);
/*
-@@ -3247,8 +3278,8 @@ COMPAT_SYSCALL_DEFINE2(sigaltstack,
+@@ -3242,8 +3273,8 @@ COMPAT_SYSCALL_DEFINE2(sigaltstack,
}
seg = get_fs();
set_fs(KERNEL_DS);
@@ -107879,10 +109170,10 @@ index 0206be7..6445784 100644
set_fs(seg);
if (ret >= 0 && uoss_ptr) {
diff --git a/kernel/smpboot.c b/kernel/smpboot.c
-index c697f73..4ef1c25 100644
+index 7c434c3..155d90a 100644
--- a/kernel/smpboot.c
+++ b/kernel/smpboot.c
-@@ -291,7 +291,7 @@ int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread)
+@@ -305,7 +305,7 @@ int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread)
}
smpboot_unpark_thread(plug_thread, cpu);
}
@@ -107891,7 +109182,7 @@ index c697f73..4ef1c25 100644
out:
mutex_unlock(&smpboot_threads_lock);
put_online_cpus();
-@@ -309,7 +309,7 @@ void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread)
+@@ -323,7 +323,7 @@ void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread)
{
get_online_cpus();
mutex_lock(&smpboot_threads_lock);
@@ -107959,7 +109250,7 @@ index 479e443..66d845e1 100644
.thread_should_run = ksoftirqd_should_run,
.thread_fn = run_ksoftirqd,
diff --git a/kernel/sys.c b/kernel/sys.c
-index a4e372b..766810e 100644
+index 259fda2..e824a93 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -160,6 +160,12 @@ static int set_one_prio(struct task_struct *p, int niceval, int error)
@@ -108142,7 +109433,7 @@ index a4e372b..766810e 100644
if (!retval) {
if (old_rlim)
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
-index c3eee4c..2e53ad1 100644
+index 19b62b5..74cc287 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -94,7 +94,6 @@
@@ -108252,7 +109543,7 @@ index c3eee4c..2e53ad1 100644
{
.procname = "sched_child_runs_first",
.data = &sysctl_sched_child_runs_first,
-@@ -637,7 +668,7 @@ static struct ctl_table kern_table[] = {
+@@ -628,7 +659,7 @@ static struct ctl_table kern_table[] = {
.maxlen = sizeof(int),
.mode = 0644,
/* only handle a transition from default "0" to "1" */
@@ -108261,7 +109552,7 @@ index c3eee4c..2e53ad1 100644
.extra1 = &one,
.extra2 = &one,
},
-@@ -648,7 +679,7 @@ static struct ctl_table kern_table[] = {
+@@ -639,7 +670,7 @@ static struct ctl_table kern_table[] = {
.data = &modprobe_path,
.maxlen = KMOD_PATH_LEN,
.mode = 0644,
@@ -108270,7 +109561,7 @@ index c3eee4c..2e53ad1 100644
},
{
.procname = "modules_disabled",
-@@ -656,7 +687,7 @@ static struct ctl_table kern_table[] = {
+@@ -647,7 +678,7 @@ static struct ctl_table kern_table[] = {
.maxlen = sizeof(int),
.mode = 0644,
/* only handle a transition from default "0" to "1" */
@@ -108279,7 +109570,7 @@ index c3eee4c..2e53ad1 100644
.extra1 = &one,
.extra2 = &one,
},
-@@ -811,20 +842,24 @@ static struct ctl_table kern_table[] = {
+@@ -802,20 +833,24 @@ static struct ctl_table kern_table[] = {
.data = &dmesg_restrict,
.maxlen = sizeof(int),
.mode = 0644,
@@ -108307,7 +109598,7 @@ index c3eee4c..2e53ad1 100644
{
.procname = "ngroups_max",
.data = &ngroups_max,
-@@ -962,6 +997,15 @@ static struct ctl_table kern_table[] = {
+@@ -960,6 +995,15 @@ static struct ctl_table kern_table[] = {
.mode = 0644,
.proc_handler = proc_dointvec,
},
@@ -108323,7 +109614,7 @@ index c3eee4c..2e53ad1 100644
#endif
#if defined(CONFIG_MMU)
{
-@@ -1084,10 +1128,17 @@ static struct ctl_table kern_table[] = {
+@@ -1082,10 +1126,17 @@ static struct ctl_table kern_table[] = {
*/
{
.procname = "perf_event_paranoid",
@@ -108344,7 +109635,7 @@ index c3eee4c..2e53ad1 100644
},
{
.procname = "perf_event_mlock_kb",
-@@ -1369,6 +1420,13 @@ static struct ctl_table vm_table[] = {
+@@ -1376,6 +1427,13 @@ static struct ctl_table vm_table[] = {
.proc_handler = proc_dointvec_minmax,
.extra1 = &zero,
},
@@ -108358,7 +109649,7 @@ index c3eee4c..2e53ad1 100644
#else
{
.procname = "nr_trim_pages",
-@@ -1845,6 +1903,16 @@ int proc_dostring(struct ctl_table *table, int write,
+@@ -1852,6 +1910,16 @@ int proc_dostring(struct ctl_table *table, int write,
(char __user *)buffer, lenp, ppos);
}
@@ -108375,7 +109666,7 @@ index c3eee4c..2e53ad1 100644
static size_t proc_skip_spaces(char **buf)
{
size_t ret;
-@@ -1950,6 +2018,8 @@ static int proc_put_long(void __user **buf, size_t *size, unsigned long val,
+@@ -1957,6 +2025,8 @@ static int proc_put_long(void __user **buf, size_t *size, unsigned long val,
len = strlen(tmp);
if (len > *size)
len = *size;
@@ -108384,7 +109675,7 @@ index c3eee4c..2e53ad1 100644
if (copy_to_user(*buf, tmp, len))
return -EFAULT;
*size -= len;
-@@ -1988,7 +2058,7 @@ static int do_proc_dointvec_conv(bool *negp, unsigned long *lvalp,
+@@ -1995,7 +2065,7 @@ static int do_proc_dointvec_conv(bool *negp, unsigned long *lvalp,
int val = *valp;
if (val < 0) {
*negp = true;
@@ -108393,7 +109684,7 @@ index c3eee4c..2e53ad1 100644
} else {
*negp = false;
*lvalp = (unsigned long)val;
-@@ -2128,6 +2198,44 @@ int proc_dointvec(struct ctl_table *table, int write,
+@@ -2135,6 +2205,44 @@ int proc_dointvec(struct ctl_table *table, int write,
NULL,NULL);
}
@@ -108438,7 +109729,7 @@ index c3eee4c..2e53ad1 100644
/*
* Taint values can only be increased
* This means we can safely use a temporary.
-@@ -2135,7 +2243,7 @@ int proc_dointvec(struct ctl_table *table, int write,
+@@ -2142,7 +2250,7 @@ int proc_dointvec(struct ctl_table *table, int write,
static int proc_taint(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
@@ -108447,7 +109738,7 @@ index c3eee4c..2e53ad1 100644
unsigned long tmptaint = get_taint();
int err;
-@@ -2163,16 +2271,14 @@ static int proc_taint(struct ctl_table *table, int write,
+@@ -2170,16 +2278,14 @@ static int proc_taint(struct ctl_table *table, int write,
return err;
}
@@ -108466,7 +109757,7 @@ index c3eee4c..2e53ad1 100644
struct do_proc_dointvec_minmax_conv_param {
int *min;
-@@ -2194,7 +2300,33 @@ static int do_proc_dointvec_minmax_conv(bool *negp, unsigned long *lvalp,
+@@ -2201,7 +2307,33 @@ static int do_proc_dointvec_minmax_conv(bool *negp, unsigned long *lvalp,
int val = *valp;
if (val < 0) {
*negp = true;
@@ -108501,7 +109792,7 @@ index c3eee4c..2e53ad1 100644
} else {
*negp = false;
*lvalp = (unsigned long)val;
-@@ -2230,6 +2362,17 @@ int proc_dointvec_minmax(struct ctl_table *table, int write,
+@@ -2237,6 +2369,17 @@ int proc_dointvec_minmax(struct ctl_table *table, int write,
do_proc_dointvec_minmax_conv, &param);
}
@@ -108519,7 +109810,7 @@ index c3eee4c..2e53ad1 100644
static void validate_coredump_safety(void)
{
#ifdef CONFIG_COREDUMP
-@@ -2429,7 +2572,7 @@ static int do_proc_dointvec_jiffies_conv(bool *negp, unsigned long *lvalp,
+@@ -2436,7 +2579,7 @@ static int do_proc_dointvec_jiffies_conv(bool *negp, unsigned long *lvalp,
unsigned long lval;
if (val < 0) {
*negp = true;
@@ -108528,7 +109819,7 @@ index c3eee4c..2e53ad1 100644
} else {
*negp = false;
lval = (unsigned long)val;
-@@ -2452,7 +2595,7 @@ static int do_proc_dointvec_userhz_jiffies_conv(bool *negp, unsigned long *lvalp
+@@ -2459,7 +2602,7 @@ static int do_proc_dointvec_userhz_jiffies_conv(bool *negp, unsigned long *lvalp
unsigned long lval;
if (val < 0) {
*negp = true;
@@ -108537,7 +109828,7 @@ index c3eee4c..2e53ad1 100644
} else {
*negp = false;
lval = (unsigned long)val;
-@@ -2477,7 +2620,7 @@ static int do_proc_dointvec_ms_jiffies_conv(bool *negp, unsigned long *lvalp,
+@@ -2484,7 +2627,7 @@ static int do_proc_dointvec_ms_jiffies_conv(bool *negp, unsigned long *lvalp,
unsigned long lval;
if (val < 0) {
*negp = true;
@@ -108546,7 +109837,7 @@ index c3eee4c..2e53ad1 100644
} else {
*negp = false;
lval = (unsigned long)val;
-@@ -2732,6 +2875,12 @@ int proc_dostring(struct ctl_table *table, int write,
+@@ -2739,6 +2882,12 @@ int proc_dostring(struct ctl_table *table, int write,
return -ENOSYS;
}
@@ -108559,7 +109850,7 @@ index c3eee4c..2e53ad1 100644
int proc_dointvec(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
-@@ -2788,5 +2937,6 @@ EXPORT_SYMBOL(proc_dointvec_minmax);
+@@ -2795,5 +2944,6 @@ EXPORT_SYMBOL(proc_dointvec_minmax);
EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
EXPORT_SYMBOL(proc_dostring);
@@ -108594,10 +109885,10 @@ index 21f82c2..c1984e5 100644
return cmd_attr_register_cpumask(info);
else if (info->attrs[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK])
diff --git a/kernel/time/alarmtimer.c b/kernel/time/alarmtimer.c
-index 1b001ed..55ef9e4 100644
+index 7fbba635..7cc64ae 100644
--- a/kernel/time/alarmtimer.c
+++ b/kernel/time/alarmtimer.c
-@@ -823,7 +823,7 @@ static int __init alarmtimer_init(void)
+@@ -820,7 +820,7 @@ static int __init alarmtimer_init(void)
struct platform_device *pdev;
int error = 0;
int i;
@@ -108606,24 +109897,11 @@ index 1b001ed..55ef9e4 100644
.clock_getres = alarm_clock_getres,
.clock_get = alarm_clock_get,
.timer_create = alarm_timer_create,
-diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
-index 93ef7190..7c85701 100644
---- a/kernel/time/hrtimer.c
-+++ b/kernel/time/hrtimer.c
-@@ -1393,7 +1393,7 @@ void hrtimer_peek_ahead_timers(void)
- local_irq_restore(flags);
- }
-
--static void run_hrtimer_softirq(struct softirq_action *h)
-+static __latent_entropy void run_hrtimer_softirq(void)
- {
- hrtimer_peek_ahead_timers();
- }
diff --git a/kernel/time/posix-cpu-timers.c b/kernel/time/posix-cpu-timers.c
-index 0075da7..63cc872 100644
+index 892e3da..cb71aa5 100644
--- a/kernel/time/posix-cpu-timers.c
+++ b/kernel/time/posix-cpu-timers.c
-@@ -1449,14 +1449,14 @@ struct k_clock clock_posix_cpu = {
+@@ -1470,14 +1470,14 @@ struct k_clock clock_posix_cpu = {
static __init int init_posix_cpu_timers(void)
{
@@ -108641,7 +109919,7 @@ index 0075da7..63cc872 100644
.clock_get = thread_cpu_clock_get,
.timer_create = thread_cpu_timer_create,
diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c
-index 31ea01f..7fc61ef 100644
+index 31d11ac..5a3bb13 100644
--- a/kernel/time/posix-timers.c
+++ b/kernel/time/posix-timers.c
@@ -43,6 +43,7 @@
@@ -108661,31 +109939,31 @@ index 31ea01f..7fc61ef 100644
/*
* These ones are defined below.
-@@ -277,7 +278,7 @@ static int posix_get_tai(clockid_t which_clock, struct timespec *tp)
+@@ -284,7 +285,7 @@ static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec *tp)
*/
static __init int init_posix_timers(void)
{
- struct k_clock clock_realtime = {
+ static struct k_clock clock_realtime = {
- .clock_getres = hrtimer_get_res,
+ .clock_getres = posix_get_hrtimer_res,
.clock_get = posix_clock_realtime_get,
.clock_set = posix_clock_realtime_set,
-@@ -289,7 +290,7 @@ static __init int init_posix_timers(void)
+@@ -296,7 +297,7 @@ static __init int init_posix_timers(void)
.timer_get = common_timer_get,
.timer_del = common_timer_del,
};
- struct k_clock clock_monotonic = {
+ static struct k_clock clock_monotonic = {
- .clock_getres = hrtimer_get_res,
+ .clock_getres = posix_get_hrtimer_res,
.clock_get = posix_ktime_get_ts,
.nsleep = common_nsleep,
-@@ -299,19 +300,19 @@ static __init int init_posix_timers(void)
+@@ -306,19 +307,19 @@ static __init int init_posix_timers(void)
.timer_get = common_timer_get,
.timer_del = common_timer_del,
};
- struct k_clock clock_monotonic_raw = {
+ static struct k_clock clock_monotonic_raw = {
- .clock_getres = hrtimer_get_res,
+ .clock_getres = posix_get_hrtimer_res,
.clock_get = posix_get_monotonic_raw,
};
- struct k_clock clock_realtime_coarse = {
@@ -108700,19 +109978,19 @@ index 31ea01f..7fc61ef 100644
};
- struct k_clock clock_tai = {
+ static struct k_clock clock_tai = {
- .clock_getres = hrtimer_get_res,
+ .clock_getres = posix_get_hrtimer_res,
.clock_get = posix_get_tai,
.nsleep = common_nsleep,
-@@ -321,7 +322,7 @@ static __init int init_posix_timers(void)
+@@ -328,7 +329,7 @@ static __init int init_posix_timers(void)
.timer_get = common_timer_get,
.timer_del = common_timer_del,
};
- struct k_clock clock_boottime = {
+ static struct k_clock clock_boottime = {
- .clock_getres = hrtimer_get_res,
+ .clock_getres = posix_get_hrtimer_res,
.clock_get = posix_get_boottime,
.nsleep = common_nsleep,
-@@ -533,7 +534,7 @@ void posix_timers_register_clock(const clockid_t clock_id,
+@@ -540,7 +541,7 @@ void posix_timers_register_clock(const clockid_t clock_id,
return;
}
@@ -108721,7 +109999,7 @@ index 31ea01f..7fc61ef 100644
}
EXPORT_SYMBOL_GPL(posix_timers_register_clock);
-@@ -579,9 +580,9 @@ static struct k_clock *clockid_to_kclock(const clockid_t id)
+@@ -586,9 +587,9 @@ static struct k_clock *clockid_to_kclock(const clockid_t id)
return (id & CLOCKFD_MASK) == CLOCKFD ?
&clock_posix_dynamic : &clock_posix_cpu;
@@ -108733,7 +110011,7 @@ index 31ea01f..7fc61ef 100644
}
static int common_timer_create(struct k_itimer *new_timer)
-@@ -599,7 +600,7 @@ SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock,
+@@ -606,7 +607,7 @@ SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock,
struct k_clock *kc = clockid_to_kclock(which_clock);
struct k_itimer *new_timer;
int error, new_timer_id;
@@ -108742,7 +110020,7 @@ index 31ea01f..7fc61ef 100644
int it_id_set = IT_ID_NOT_SET;
if (!kc)
-@@ -1014,6 +1015,13 @@ SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock,
+@@ -1021,6 +1022,13 @@ SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock,
if (copy_from_user(&new_tp, tp, sizeof (*tp)))
return -EFAULT;
@@ -108757,13 +110035,13 @@ index 31ea01f..7fc61ef 100644
}
diff --git a/kernel/time/time.c b/kernel/time/time.c
-index 2c85b77..6530536 100644
+index 85d5bb1..aeca463 100644
--- a/kernel/time/time.c
+++ b/kernel/time/time.c
-@@ -173,6 +173,11 @@ int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz)
- return error;
+@@ -177,6 +177,11 @@ int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz)
+ if (tz->tz_minuteswest > 15*60 || tz->tz_minuteswest < -15*60)
+ return -EINVAL;
- if (tz) {
+ /* we log in do_settimeofday called below, so don't log twice
+ */
+ if (!tv)
@@ -108773,7 +110051,7 @@ index 2c85b77..6530536 100644
update_vsyscall_tz();
if (firsttime) {
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
-index 946acb7..1e13c0f 100644
+index bca3667..2745765 100644
--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -15,6 +15,7 @@
@@ -108794,19 +110072,19 @@ index 946acb7..1e13c0f 100644
write_seqcount_begin(&tk_core.seq);
diff --git a/kernel/time/timer.c b/kernel/time/timer.c
-index 2ece3aa..055a295 100644
+index 84190f0..5cd9067 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
-@@ -1405,7 +1405,7 @@ void update_process_times(int user_tick)
+@@ -1406,7 +1406,7 @@ void update_process_times(int user_tick)
/*
* This function runs timers and the timer-tq in bottom half context.
*/
-static void run_timer_softirq(struct softirq_action *h)
+static __latent_entropy void run_timer_softirq(void)
{
- struct tvec_base *base = __this_cpu_read(tvec_bases);
+ struct tvec_base *base = this_cpu_ptr(&tvec_bases);
-@@ -1468,7 +1468,7 @@ static void process_timeout(unsigned long __data)
+@@ -1467,7 +1467,7 @@ static void process_timeout(unsigned long __data)
*
* In all cases the return value is guaranteed to be non-negative.
*/
@@ -108816,10 +110094,10 @@ index 2ece3aa..055a295 100644
struct timer_list timer;
unsigned long expire;
diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c
-index e878c2e..cf1546bb 100644
+index a4536e1..5d8774c 100644
--- a/kernel/time/timer_list.c
+++ b/kernel/time/timer_list.c
-@@ -45,12 +45,16 @@ DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
+@@ -50,12 +50,16 @@ static void SEQ_printf(struct seq_file *m, const char *fmt, ...)
static void print_name_offset(struct seq_file *m, void *sym)
{
@@ -108836,7 +110114,7 @@ index e878c2e..cf1546bb 100644
}
static void
-@@ -119,7 +123,11 @@ next_one:
+@@ -124,11 +128,14 @@ next_one:
static void
print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now)
{
@@ -108845,10 +110123,14 @@ index e878c2e..cf1546bb 100644
+#else
SEQ_printf(m, " .base: %pK\n", base);
+#endif
- SEQ_printf(m, " .index: %d\n",
- base->index);
- SEQ_printf(m, " .resolution: %Lu nsecs\n",
-@@ -388,7 +396,11 @@ static int __init init_timer_list_procfs(void)
+ SEQ_printf(m, " .index: %d\n", base->index);
+
+ SEQ_printf(m, " .resolution: %u nsecs\n", (unsigned) hrtimer_resolution);
+-
+ SEQ_printf(m, " .get_time: ");
+ print_name_offset(m, base->get_time);
+ SEQ_printf(m, "\n");
+@@ -399,7 +406,11 @@ static int __init init_timer_list_procfs(void)
{
struct proc_dir_entry *pe;
@@ -108861,7 +110143,7 @@ index e878c2e..cf1546bb 100644
return -ENOMEM;
return 0;
diff --git a/kernel/time/timer_stats.c b/kernel/time/timer_stats.c
-index 1fb08f2..ca4bb1e 100644
+index 1adecb4..b4fb631 100644
--- a/kernel/time/timer_stats.c
+++ b/kernel/time/timer_stats.c
@@ -116,7 +116,7 @@ static ktime_t time_start, time_stop;
@@ -108932,48 +110214,8 @@ index 1fb08f2..ca4bb1e 100644
if (!pe)
return -ENOMEM;
return 0;
-diff --git a/kernel/torture.c b/kernel/torture.c
-index dd70993..0bf694b 100644
---- a/kernel/torture.c
-+++ b/kernel/torture.c
-@@ -482,7 +482,7 @@ static int torture_shutdown_notify(struct notifier_block *unused1,
- mutex_lock(&fullstop_mutex);
- if (ACCESS_ONCE(fullstop) == FULLSTOP_DONTSTOP) {
- VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected");
-- ACCESS_ONCE(fullstop) = FULLSTOP_SHUTDOWN;
-+ ACCESS_ONCE_RW(fullstop) = FULLSTOP_SHUTDOWN;
- } else {
- pr_warn("Concurrent rmmod and shutdown illegal!\n");
- }
-@@ -549,14 +549,14 @@ static int torture_stutter(void *arg)
- if (!torture_must_stop()) {
- if (stutter > 1) {
- schedule_timeout_interruptible(stutter - 1);
-- ACCESS_ONCE(stutter_pause_test) = 2;
-+ ACCESS_ONCE_RW(stutter_pause_test) = 2;
- }
- schedule_timeout_interruptible(1);
-- ACCESS_ONCE(stutter_pause_test) = 1;
-+ ACCESS_ONCE_RW(stutter_pause_test) = 1;
- }
- if (!torture_must_stop())
- schedule_timeout_interruptible(stutter);
-- ACCESS_ONCE(stutter_pause_test) = 0;
-+ ACCESS_ONCE_RW(stutter_pause_test) = 0;
- torture_shutdown_absorb("torture_stutter");
- } while (!torture_must_stop());
- torture_kthread_stopping("torture_stutter");
-@@ -648,7 +648,7 @@ bool torture_cleanup_begin(void)
- schedule_timeout_uninterruptible(10);
- return true;
- }
-- ACCESS_ONCE(fullstop) = FULLSTOP_RMMOD;
-+ ACCESS_ONCE_RW(fullstop) = FULLSTOP_RMMOD;
- mutex_unlock(&fullstop_mutex);
- torture_shutdown_cleanup();
- torture_shuffle_cleanup();
diff --git a/kernel/trace/blktrace.c b/kernel/trace/blktrace.c
-index 483cecf..ac46091 100644
+index b3e6b39..719099b 100644
--- a/kernel/trace/blktrace.c
+++ b/kernel/trace/blktrace.c
@@ -328,7 +328,7 @@ static ssize_t blk_dropped_read(struct file *filp, char __user *buffer,
@@ -108994,7 +110236,7 @@ index 483cecf..ac46091 100644
return 0;
}
-@@ -487,7 +487,7 @@ int do_blk_trace_setup(struct request_queue *q, char *name, dev_t dev,
+@@ -485,7 +485,7 @@ int do_blk_trace_setup(struct request_queue *q, char *name, dev_t dev,
bt->dir = dir;
bt->dev = dev;
@@ -109057,10 +110299,10 @@ index eb11011..43adc29 100644
/* make curr_ret_stack visible before we add the ret_stack */
smp_wmb();
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c
-index 0315d43..2e5e9a2 100644
+index 6260717..b9bd83c 100644
--- a/kernel/trace/ring_buffer.c
+++ b/kernel/trace/ring_buffer.c
-@@ -348,9 +348,9 @@ struct buffer_data_page {
+@@ -296,9 +296,9 @@ struct buffer_data_page {
*/
struct buffer_page {
struct list_head list; /* list of buffer pages */
@@ -109072,7 +110314,7 @@ index 0315d43..2e5e9a2 100644
unsigned long real_end; /* real end of data */
struct buffer_data_page *page; /* Actual data page */
};
-@@ -471,11 +471,11 @@ struct ring_buffer_per_cpu {
+@@ -437,11 +437,11 @@ struct ring_buffer_per_cpu {
unsigned long last_overrun;
local_t entries_bytes;
local_t entries;
@@ -109088,7 +110330,7 @@ index 0315d43..2e5e9a2 100644
unsigned long read;
unsigned long read_bytes;
u64 write_stamp;
-@@ -1045,8 +1045,8 @@ static int rb_tail_page_update(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -1011,8 +1011,8 @@ static int rb_tail_page_update(struct ring_buffer_per_cpu *cpu_buffer,
*
* We add a counter to the write field to denote this.
*/
@@ -109099,7 +110341,7 @@ index 0315d43..2e5e9a2 100644
/*
* Just make sure we have seen our old_write and synchronize
-@@ -1074,8 +1074,8 @@ static int rb_tail_page_update(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -1040,8 +1040,8 @@ static int rb_tail_page_update(struct ring_buffer_per_cpu *cpu_buffer,
* cmpxchg to only update if an interrupt did not already
* do it for us. If the cmpxchg fails, we don't care.
*/
@@ -109110,7 +110352,7 @@ index 0315d43..2e5e9a2 100644
/*
* No need to worry about races with clearing out the commit.
-@@ -1443,12 +1443,12 @@ static void rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer);
+@@ -1409,12 +1409,12 @@ static void rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer);
static inline unsigned long rb_page_entries(struct buffer_page *bpage)
{
@@ -109125,7 +110367,7 @@ index 0315d43..2e5e9a2 100644
}
static int
-@@ -1543,7 +1543,7 @@ rb_remove_pages(struct ring_buffer_per_cpu *cpu_buffer, unsigned int nr_pages)
+@@ -1509,7 +1509,7 @@ rb_remove_pages(struct ring_buffer_per_cpu *cpu_buffer, unsigned int nr_pages)
* bytes consumed in ring buffer from here.
* Increment overrun to account for the lost events.
*/
@@ -109134,7 +110376,7 @@ index 0315d43..2e5e9a2 100644
local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes);
}
-@@ -2105,7 +2105,7 @@ rb_handle_head_page(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2071,7 +2071,7 @@ rb_handle_head_page(struct ring_buffer_per_cpu *cpu_buffer,
* it is our responsibility to update
* the counters.
*/
@@ -109143,7 +110385,7 @@ index 0315d43..2e5e9a2 100644
local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes);
/*
-@@ -2255,7 +2255,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2221,7 +2221,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
if (tail == BUF_PAGE_SIZE)
tail_page->real_end = 0;
@@ -109152,7 +110394,7 @@ index 0315d43..2e5e9a2 100644
return;
}
-@@ -2290,7 +2290,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2256,7 +2256,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
rb_event_set_padding(event);
/* Set the write back to the previous setting */
@@ -109161,7 +110403,7 @@ index 0315d43..2e5e9a2 100644
return;
}
-@@ -2302,7 +2302,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2268,7 +2268,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
/* Set write to end of buffer */
length = (tail + length) - BUF_PAGE_SIZE;
@@ -109170,7 +110412,7 @@ index 0315d43..2e5e9a2 100644
}
/*
-@@ -2328,7 +2328,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2294,7 +2294,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
* about it.
*/
if (unlikely(next_page == commit_page)) {
@@ -109179,7 +110421,7 @@ index 0315d43..2e5e9a2 100644
goto out_reset;
}
-@@ -2358,7 +2358,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2324,7 +2324,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
* this is easy, just stop here.
*/
if (!(buffer->flags & RB_FL_OVERWRITE)) {
@@ -109188,7 +110430,7 @@ index 0315d43..2e5e9a2 100644
goto out_reset;
}
-@@ -2384,7 +2384,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2350,7 +2350,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
cpu_buffer->tail_page) &&
(cpu_buffer->commit_page ==
cpu_buffer->reader_page))) {
@@ -109197,7 +110439,7 @@ index 0315d43..2e5e9a2 100644
goto out_reset;
}
}
-@@ -2432,7 +2432,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2398,7 +2398,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
length += RB_LEN_TIME_EXTEND;
tail_page = cpu_buffer->tail_page;
@@ -109206,7 +110448,7 @@ index 0315d43..2e5e9a2 100644
/* set write to only the index of the write */
write &= RB_WRITE_MASK;
-@@ -2456,7 +2456,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2422,7 +2422,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
kmemcheck_annotate_bitfield(event, bitfield);
rb_update_event(cpu_buffer, event, length, add_timestamp, delta);
@@ -109215,7 +110457,7 @@ index 0315d43..2e5e9a2 100644
/*
* If this is the first commit on the page, then update
-@@ -2489,7 +2489,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2455,7 +2455,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
if (bpage->page == (void *)addr && rb_page_write(bpage) == old_index) {
unsigned long write_mask =
@@ -109224,7 +110466,7 @@ index 0315d43..2e5e9a2 100644
unsigned long event_length = rb_event_length(event);
/*
* This is on the tail page. It is possible that
-@@ -2499,7 +2499,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2465,7 +2465,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
*/
old_index += write_mask;
new_index += write_mask;
@@ -109233,7 +110475,7 @@ index 0315d43..2e5e9a2 100644
if (index == old_index) {
/* update counters */
local_sub(event_length, &cpu_buffer->entries_bytes);
-@@ -2514,7 +2514,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2480,7 +2480,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
static void rb_start_commit(struct ring_buffer_per_cpu *cpu_buffer)
{
local_inc(&cpu_buffer->committing);
@@ -109242,7 +110484,7 @@ index 0315d43..2e5e9a2 100644
}
static inline void rb_end_commit(struct ring_buffer_per_cpu *cpu_buffer)
-@@ -2526,7 +2526,7 @@ static inline void rb_end_commit(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -2492,7 +2492,7 @@ static inline void rb_end_commit(struct ring_buffer_per_cpu *cpu_buffer)
return;
again:
@@ -109251,7 +110493,7 @@ index 0315d43..2e5e9a2 100644
/* synchronize with interrupts */
barrier();
if (local_read(&cpu_buffer->committing) == 1)
-@@ -2542,7 +2542,7 @@ static inline void rb_end_commit(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -2508,7 +2508,7 @@ static inline void rb_end_commit(struct ring_buffer_per_cpu *cpu_buffer)
* updating of the commit page and the clearing of the
* committing counter.
*/
@@ -109260,7 +110502,7 @@ index 0315d43..2e5e9a2 100644
!local_read(&cpu_buffer->committing)) {
local_inc(&cpu_buffer->committing);
goto again;
-@@ -2572,7 +2572,7 @@ rb_reserve_next_event(struct ring_buffer *buffer,
+@@ -2538,7 +2538,7 @@ rb_reserve_next_event(struct ring_buffer *buffer,
barrier();
if (unlikely(ACCESS_ONCE(cpu_buffer->buffer) != buffer)) {
local_dec(&cpu_buffer->committing);
@@ -109269,7 +110511,7 @@ index 0315d43..2e5e9a2 100644
return NULL;
}
#endif
-@@ -2898,7 +2898,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2852,7 +2852,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
/* Do the likely case first */
if (likely(bpage->page == (void *)addr)) {
@@ -109278,7 +110520,7 @@ index 0315d43..2e5e9a2 100644
return;
}
-@@ -2910,7 +2910,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2864,7 +2864,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
start = bpage;
do {
if (bpage->page == (void *)addr) {
@@ -109287,7 +110529,7 @@ index 0315d43..2e5e9a2 100644
return;
}
rb_inc_page(cpu_buffer, &bpage);
-@@ -3194,7 +3194,7 @@ static inline unsigned long
+@@ -3152,7 +3152,7 @@ static inline unsigned long
rb_num_of_entries(struct ring_buffer_per_cpu *cpu_buffer)
{
return local_read(&cpu_buffer->entries) -
@@ -109296,7 +110538,7 @@ index 0315d43..2e5e9a2 100644
}
/**
-@@ -3283,7 +3283,7 @@ unsigned long ring_buffer_overrun_cpu(struct ring_buffer *buffer, int cpu)
+@@ -3241,7 +3241,7 @@ unsigned long ring_buffer_overrun_cpu(struct ring_buffer *buffer, int cpu)
return 0;
cpu_buffer = buffer->buffers[cpu];
@@ -109305,7 +110547,7 @@ index 0315d43..2e5e9a2 100644
return ret;
}
-@@ -3306,7 +3306,7 @@ ring_buffer_commit_overrun_cpu(struct ring_buffer *buffer, int cpu)
+@@ -3264,7 +3264,7 @@ ring_buffer_commit_overrun_cpu(struct ring_buffer *buffer, int cpu)
return 0;
cpu_buffer = buffer->buffers[cpu];
@@ -109314,7 +110556,7 @@ index 0315d43..2e5e9a2 100644
return ret;
}
-@@ -3328,7 +3328,7 @@ ring_buffer_dropped_events_cpu(struct ring_buffer *buffer, int cpu)
+@@ -3286,7 +3286,7 @@ ring_buffer_dropped_events_cpu(struct ring_buffer *buffer, int cpu)
return 0;
cpu_buffer = buffer->buffers[cpu];
@@ -109323,7 +110565,7 @@ index 0315d43..2e5e9a2 100644
return ret;
}
-@@ -3391,7 +3391,7 @@ unsigned long ring_buffer_overruns(struct ring_buffer *buffer)
+@@ -3349,7 +3349,7 @@ unsigned long ring_buffer_overruns(struct ring_buffer *buffer)
/* if you care about this being correct, lock the buffer */
for_each_buffer_cpu(buffer, cpu) {
cpu_buffer = buffer->buffers[cpu];
@@ -109332,7 +110574,7 @@ index 0315d43..2e5e9a2 100644
}
return overruns;
-@@ -3562,8 +3562,8 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -3520,8 +3520,8 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
/*
* Reset the reader page to size zero.
*/
@@ -109343,7 +110585,7 @@ index 0315d43..2e5e9a2 100644
local_set(&cpu_buffer->reader_page->page->commit, 0);
cpu_buffer->reader_page->real_end = 0;
-@@ -3597,7 +3597,7 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -3555,7 +3555,7 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
* want to compare with the last_overrun.
*/
smp_mb();
@@ -109352,7 +110594,7 @@ index 0315d43..2e5e9a2 100644
/*
* Here's the tricky part.
-@@ -4169,8 +4169,8 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -4137,8 +4137,8 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
cpu_buffer->head_page
= list_entry(cpu_buffer->pages, struct buffer_page, list);
@@ -109363,7 +110605,7 @@ index 0315d43..2e5e9a2 100644
local_set(&cpu_buffer->head_page->page->commit, 0);
cpu_buffer->head_page->read = 0;
-@@ -4180,18 +4180,18 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -4148,18 +4148,18 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
INIT_LIST_HEAD(&cpu_buffer->reader_page->list);
INIT_LIST_HEAD(&cpu_buffer->new_pages);
@@ -109388,7 +110630,7 @@ index 0315d43..2e5e9a2 100644
cpu_buffer->read = 0;
cpu_buffer->read_bytes = 0;
-@@ -4592,8 +4592,8 @@ int ring_buffer_read_page(struct ring_buffer *buffer,
+@@ -4549,8 +4549,8 @@ int ring_buffer_read_page(struct ring_buffer *buffer,
rb_init_page(bpage);
bpage = reader->page;
reader->page = *data_page;
@@ -109400,10 +110642,10 @@ index 0315d43..2e5e9a2 100644
*data_page = bpage;
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
-index 0533049..85e27f0 100644
+index abcbf7f..ef8b6fe 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
-@@ -3538,7 +3538,7 @@ int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set)
+@@ -3539,7 +3539,7 @@ int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set)
return 0;
}
@@ -109413,7 +110655,7 @@ index 0533049..85e27f0 100644
/* do nothing if flag is already set */
if (!!(trace_flags & mask) == !!enabled)
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
-index 921691c..64e1da1 100644
+index 74bde81..f9abfd4 100644
--- a/kernel/trace/trace.h
+++ b/kernel/trace/trace.h
@@ -1272,7 +1272,7 @@ extern const char *__stop___tracepoint_str[];
@@ -109426,19 +110668,19 @@ index 921691c..64e1da1 100644
/*
* Normal trace_printk() and friends allocates special buffers
diff --git a/kernel/trace/trace_clock.c b/kernel/trace/trace_clock.c
-index 57b67b1..66082a9 100644
+index 0f06532..247c8e7 100644
--- a/kernel/trace/trace_clock.c
+++ b/kernel/trace/trace_clock.c
-@@ -124,7 +124,7 @@ u64 notrace trace_clock_global(void)
- return now;
+@@ -127,7 +127,7 @@ u64 notrace trace_clock_global(void)
}
+ EXPORT_SYMBOL_GPL(trace_clock_global);
-static atomic64_t trace_counter;
+static atomic64_unchecked_t trace_counter;
/*
* trace_clock_counter(): simply an atomic counter.
-@@ -133,5 +133,5 @@ static atomic64_t trace_counter;
+@@ -136,5 +136,5 @@ static atomic64_t trace_counter;
*/
u64 notrace trace_clock_counter(void)
{
@@ -109446,19 +110688,19 @@ index 57b67b1..66082a9 100644
+ return atomic64_inc_return_unchecked(&trace_counter);
}
diff --git a/kernel/trace/trace_events.c b/kernel/trace/trace_events.c
-index c4de47f..5f134b8 100644
+index 404a372..d9e5547 100644
--- a/kernel/trace/trace_events.c
+++ b/kernel/trace/trace_events.c
-@@ -1887,7 +1887,6 @@ __trace_early_add_new_event(struct ftrace_event_call *call,
+@@ -1887,7 +1887,6 @@ __trace_early_add_new_event(struct trace_event_call *call,
return 0;
}
-struct ftrace_module_file_ops;
- static void __add_event_to_tracers(struct ftrace_event_call *call);
+ static void __add_event_to_tracers(struct trace_event_call *call);
/* Add an additional event_call dynamically */
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c
-index a51e796..1f32ebd 100644
+index 8968bf7..e6623fc 100644
--- a/kernel/trace/trace_functions_graph.c
+++ b/kernel/trace/trace_functions_graph.c
@@ -132,7 +132,7 @@ ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth,
@@ -109480,7 +110722,7 @@ index a51e796..1f32ebd 100644
}
diff --git a/kernel/trace/trace_mmiotrace.c b/kernel/trace/trace_mmiotrace.c
-index 7a9ba62..2e0e4a1 100644
+index 638e110..99b73b2 100644
--- a/kernel/trace/trace_mmiotrace.c
+++ b/kernel/trace/trace_mmiotrace.c
@@ -24,7 +24,7 @@ struct header_iter {
@@ -109520,10 +110762,10 @@ index 7a9ba62..2e0e4a1 100644
}
entry = ring_buffer_event_data(event);
diff --git a/kernel/trace/trace_output.c b/kernel/trace/trace_output.c
-index 25a086b..a918131 100644
+index dfab253..8e9b477 100644
--- a/kernel/trace/trace_output.c
+++ b/kernel/trace/trace_output.c
-@@ -752,14 +752,16 @@ int register_ftrace_event(struct trace_event *event)
+@@ -752,14 +752,16 @@ int register_trace_event(struct trace_event *event)
goto out;
}
@@ -109571,10 +110813,10 @@ index 3f34496..0492d95 100644
local_irq_save(flags);
diff --git a/kernel/trace/trace_syscalls.c b/kernel/trace/trace_syscalls.c
-index f97f6e3..d367b48 100644
+index 7d567a4..407a28d 100644
--- a/kernel/trace/trace_syscalls.c
+++ b/kernel/trace/trace_syscalls.c
-@@ -590,6 +590,8 @@ static int perf_sysenter_enable(struct ftrace_event_call *call)
+@@ -590,6 +590,8 @@ static int perf_sysenter_enable(struct trace_event_call *call)
int num;
num = ((struct syscall_metadata *)call->data)->syscall_nr;
@@ -109583,7 +110825,7 @@ index f97f6e3..d367b48 100644
mutex_lock(&syscall_trace_lock);
if (!sys_perf_refcount_enter)
-@@ -610,6 +612,8 @@ static void perf_sysenter_disable(struct ftrace_event_call *call)
+@@ -610,6 +612,8 @@ static void perf_sysenter_disable(struct trace_event_call *call)
int num;
num = ((struct syscall_metadata *)call->data)->syscall_nr;
@@ -109592,7 +110834,7 @@ index f97f6e3..d367b48 100644
mutex_lock(&syscall_trace_lock);
sys_perf_refcount_enter--;
-@@ -662,6 +666,8 @@ static int perf_sysexit_enable(struct ftrace_event_call *call)
+@@ -662,6 +666,8 @@ static int perf_sysexit_enable(struct trace_event_call *call)
int num;
num = ((struct syscall_metadata *)call->data)->syscall_nr;
@@ -109601,7 +110843,7 @@ index f97f6e3..d367b48 100644
mutex_lock(&syscall_trace_lock);
if (!sys_perf_refcount_exit)
-@@ -682,6 +688,8 @@ static void perf_sysexit_disable(struct ftrace_event_call *call)
+@@ -682,6 +688,8 @@ static void perf_sysexit_disable(struct trace_event_call *call)
int num;
num = ((struct syscall_metadata *)call->data)->syscall_nr;
@@ -109659,10 +110901,10 @@ index c8eac43..4b5f08f 100644
memcpy(&uts_table, table, sizeof(uts_table));
uts_table.data = get_uts(table, write);
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
-index 581a68a..7ff6a89 100644
+index a6ffa43..e48103b 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
-@@ -648,7 +648,7 @@ void watchdog_nmi_enable_all(void) {}
+@@ -655,7 +655,7 @@ void watchdog_nmi_enable_all(void) {}
void watchdog_nmi_disable_all(void) {}
#endif /* CONFIG_HARDLOCKUP_DETECTOR */
@@ -109672,10 +110914,10 @@ index 581a68a..7ff6a89 100644
.thread_should_run = watchdog_should_run,
.thread_fn = watchdog,
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
-index 586ad91..5f8844a 100644
+index a413acb..9c3d36a 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
-@@ -4428,7 +4428,7 @@ static void rebind_workers(struct worker_pool *pool)
+@@ -4452,7 +4452,7 @@ static void rebind_workers(struct worker_pool *pool)
WARN_ON_ONCE(!(worker_flags & WORKER_UNBOUND));
worker_flags |= WORKER_REBOUND;
worker_flags &= ~WORKER_UNBOUND;
@@ -109685,10 +110927,10 @@ index 586ad91..5f8844a 100644
spin_unlock_irq(&pool->lock);
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
-index ba2b0c8..a571efc 100644
+index e2894b2..e841553 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
-@@ -936,7 +936,7 @@ config DEBUG_MUTEXES
+@@ -941,7 +941,7 @@ config DEBUG_MUTEXES
config DEBUG_WW_MUTEX_SLOWPATH
bool "Wait/wound mutex debugging: Slowpath testing"
@@ -109697,7 +110939,7 @@ index ba2b0c8..a571efc 100644
select DEBUG_LOCK_ALLOC
select DEBUG_SPINLOCK
select DEBUG_MUTEXES
-@@ -953,7 +953,7 @@ config DEBUG_WW_MUTEX_SLOWPATH
+@@ -958,7 +958,7 @@ config DEBUG_WW_MUTEX_SLOWPATH
config DEBUG_LOCK_ALLOC
bool "Lock debugging: detect incorrect freeing of live locks"
@@ -109706,7 +110948,7 @@ index ba2b0c8..a571efc 100644
select DEBUG_SPINLOCK
select DEBUG_MUTEXES
select LOCKDEP
-@@ -967,7 +967,7 @@ config DEBUG_LOCK_ALLOC
+@@ -972,7 +972,7 @@ config DEBUG_LOCK_ALLOC
config PROVE_LOCKING
bool "Lock debugging: prove locking correctness"
@@ -109715,7 +110957,7 @@ index ba2b0c8..a571efc 100644
select LOCKDEP
select DEBUG_SPINLOCK
select DEBUG_MUTEXES
-@@ -1018,7 +1018,7 @@ config LOCKDEP
+@@ -1023,7 +1023,7 @@ config LOCKDEP
config LOCK_STAT
bool "Lock usage statistics"
@@ -109724,7 +110966,7 @@ index ba2b0c8..a571efc 100644
select LOCKDEP
select DEBUG_SPINLOCK
select DEBUG_MUTEXES
-@@ -1496,6 +1496,7 @@ config LATENCYTOP
+@@ -1563,6 +1563,7 @@ config LATENCYTOP
depends on DEBUG_KERNEL
depends on STACKTRACE_SUPPORT
depends on PROC_FS
@@ -109732,7 +110974,7 @@ index ba2b0c8..a571efc 100644
select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE && !ARM_UNWIND && !ARC
select KALLSYMS
select KALLSYMS_ALL
-@@ -1512,7 +1513,7 @@ config ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
+@@ -1579,7 +1580,7 @@ config ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
config DEBUG_STRICT_USER_COPY_CHECKS
bool "Strict user copy size checks"
depends on ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
@@ -109741,7 +110983,7 @@ index ba2b0c8..a571efc 100644
help
Enabling this option turns a certain set of sanity checks for user
copy operations into compile time failures.
-@@ -1643,7 +1644,7 @@ endmenu # runtime tests
+@@ -1710,7 +1711,7 @@ endmenu # runtime tests
config PROVIDE_OHCI1394_DMA_INIT
bool "Remote debugging over FireWire early on boot"
@@ -109751,10 +110993,10 @@ index ba2b0c8..a571efc 100644
If you want to debug problems which hang or crash the kernel early
on boot and the crashing machine has a FireWire port, you can use
diff --git a/lib/Makefile b/lib/Makefile
-index 6c37933..d48e7ca 100644
+index 6897b52..466bda9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
-@@ -59,7 +59,7 @@ obj-$(CONFIG_BTREE) += btree.o
+@@ -62,7 +62,7 @@ obj-$(CONFIG_BTREE) += btree.o
obj-$(CONFIG_INTERVAL_TREE) += interval_tree.o
obj-$(CONFIG_ASSOCIATIVE_ARRAY) += assoc_array.o
obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o
@@ -109777,7 +111019,7 @@ index 114d1be..ab0350c 100644
(val << avg->factor)) >> avg->weight :
(val << avg->factor);
diff --git a/lib/bitmap.c b/lib/bitmap.c
-index 40162f8..b55c7c7 100644
+index a578a01..7d4dcfd 100644
--- a/lib/bitmap.c
+++ b/lib/bitmap.c
@@ -234,7 +234,7 @@ int __bitmap_subset(const unsigned long *bitmap1,
@@ -109807,7 +111049,7 @@ index 40162f8..b55c7c7 100644
ulen, 1, maskp, nmaskbits);
}
-@@ -505,7 +505,7 @@ static int __bitmap_parselist(const char *buf, unsigned int buflen,
+@@ -506,7 +506,7 @@ static int __bitmap_parselist(const char *buf, unsigned int buflen,
{
unsigned a, b;
int c, old_c, totaldigits;
@@ -109816,7 +111058,7 @@ index 40162f8..b55c7c7 100644
int at_start, in_range;
totaldigits = c = 0;
-@@ -601,7 +601,7 @@ int bitmap_parselist_user(const char __user *ubuf,
+@@ -602,7 +602,7 @@ int bitmap_parselist_user(const char __user *ubuf,
{
if (!access_ok(VERIFY_READ, ubuf, ulen))
return -EFAULT;
@@ -109826,10 +111068,10 @@ index 40162f8..b55c7c7 100644
}
EXPORT_SYMBOL(bitmap_parselist_user);
diff --git a/lib/bug.c b/lib/bug.c
-index 0c3bd95..5a615a1 100644
+index cff145f..724a0b8 100644
--- a/lib/bug.c
+++ b/lib/bug.c
-@@ -145,6 +145,8 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs)
+@@ -148,6 +148,8 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs)
return BUG_TRAP_TYPE_NONE;
bug = find_bug(bugaddr);
@@ -109852,7 +111094,7 @@ index 547f7f9..a6d4ba0 100644
return;
diff --git a/lib/decompress_bunzip2.c b/lib/decompress_bunzip2.c
-index 6dd0335..1e9c239 100644
+index 0234361..41a411c 100644
--- a/lib/decompress_bunzip2.c
+++ b/lib/decompress_bunzip2.c
@@ -665,7 +665,8 @@ static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len,
@@ -109866,7 +111108,7 @@ index 6dd0335..1e9c239 100644
bd->dbuf = large_malloc(bd->dbufSize * sizeof(int));
if (!bd->dbuf)
diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c
-index 0be83af..4605e93 100644
+index decb646..8d6441a 100644
--- a/lib/decompress_unlzma.c
+++ b/lib/decompress_unlzma.c
@@ -39,10 +39,10 @@
@@ -109976,22 +111218,10 @@ index bd2bea9..6b3c95e 100644
return false;
diff --git a/lib/kobject.c b/lib/kobject.c
-index 3b841b9..7c215aa 100644
+index 3e3a5c3..4a12109 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
-@@ -340,8 +340,9 @@ error:
- }
- EXPORT_SYMBOL(kobject_init);
-
--static int kobject_add_varg(struct kobject *kobj, struct kobject *parent,
-- const char *fmt, va_list vargs)
-+static __printf(3, 0) int kobject_add_varg(struct kobject *kobj,
-+ struct kobject *parent,
-+ const char *fmt, va_list vargs)
- {
- int retval;
-
-@@ -936,9 +937,9 @@ EXPORT_SYMBOL_GPL(kset_create_and_add);
+@@ -935,9 +935,9 @@ EXPORT_SYMBOL_GPL(kset_create_and_add);
static DEFINE_SPINLOCK(kobj_ns_type_lock);
@@ -110383,12 +111613,12 @@ index 6111bcb..02e816b 100644
static DECLARE_WAIT_QUEUE_HEAD(percpu_ref_switch_waitq);
diff --git a/lib/radix-tree.c b/lib/radix-tree.c
-index 3d2aa27..a472f20 100644
+index f9ebe1c..e985666 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
-@@ -67,7 +67,7 @@ struct radix_tree_preload {
- int nr;
- struct radix_tree_node *nodes[RADIX_TREE_PRELOAD_SIZE];
+@@ -68,7 +68,7 @@ struct radix_tree_preload {
+ /* nodes->private_data points to next preallocated node */
+ struct radix_tree_node *nodes;
};
-static DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = { 0, };
+static DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads);
@@ -110409,10 +111639,10 @@ index 0bee183..526f12f 100644
/**
* prandom_u32_state - seeded pseudo-random number generator.
diff --git a/lib/rbtree.c b/lib/rbtree.c
-index c16c81a..4dcbda1 100644
+index 1356454..70ce6c6 100644
--- a/lib/rbtree.c
+++ b/lib/rbtree.c
-@@ -380,7 +380,9 @@ static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {}
+@@ -412,7 +412,9 @@ static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {}
static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {}
static const struct rb_augment_callbacks dummy_callbacks = {
@@ -110449,7 +111679,7 @@ index e0af6ff..fcc9f15 100644
/*
diff --git a/lib/strnlen_user.c b/lib/strnlen_user.c
-index fe9a325..85cd8aa 100644
+index 3a5f2b3..102f1ff 100644
--- a/lib/strnlen_user.c
+++ b/lib/strnlen_user.c
@@ -26,7 +26,7 @@
@@ -110462,10 +111692,10 @@ index fe9a325..85cd8aa 100644
unsigned long c;
diff --git a/lib/swiotlb.c b/lib/swiotlb.c
-index 3c365ab..75b43df 100644
+index 76f29ec..1a5316f 100644
--- a/lib/swiotlb.c
+++ b/lib/swiotlb.c
-@@ -683,7 +683,7 @@ EXPORT_SYMBOL(swiotlb_alloc_coherent);
+@@ -690,7 +690,7 @@ EXPORT_SYMBOL(swiotlb_alloc_coherent);
void
swiotlb_free_coherent(struct device *hwdev, size_t size, void *vaddr,
@@ -110474,33 +111704,6 @@ index 3c365ab..75b43df 100644
{
phys_addr_t paddr = dma_to_phys(hwdev, dev_addr);
-diff --git a/lib/test-hexdump.c b/lib/test-hexdump.c
-index c227cc4..5241df3 100644
---- a/lib/test-hexdump.c
-+++ b/lib/test-hexdump.c
-@@ -25,19 +25,19 @@ static const char * const test_data_1_le[] __initconst = {
- "4c", "d1", "19", "99", "43", "b1", "af", "0c",
- };
-
--static const char *test_data_2_le[] __initdata = {
-+static const char * const test_data_2_le[] __initconst = {
- "32be", "7bdb", "180a", "b293",
- "ba70", "24c4", "837d", "9b34",
- "9ca6", "ad31", "0f9c", "e9ac",
- "d14c", "9919", "b143", "0caf",
- };
-
--static const char *test_data_4_le[] __initdata = {
-+static const char * const test_data_4_le[] __initconst = {
- "7bdb32be", "b293180a", "24c4ba70", "9b34837d",
- "ad319ca6", "e9ac0f9c", "9919d14c", "0cafb143",
- };
-
--static const char *test_data_8_le[] __initdata = {
-+static const char * const test_data_8_le[] __initconst = {
- "b293180a7bdb32be", "9b34837d24c4ba70",
- "e9ac0f9cad319ca6", "0cafb1439919d14c",
- };
diff --git a/lib/usercopy.c b/lib/usercopy.c
index 4f5b1dd..7cab418 100644
--- a/lib/usercopy.c
@@ -110656,7 +111859,7 @@ index 0000000..7cd6065
@@ -0,0 +1 @@
+-grsec
diff --git a/mm/Kconfig b/mm/Kconfig
-index 390214d..f96e3b8 100644
+index e79de2b..a1a98eb 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -342,10 +342,11 @@ config KSM
@@ -110674,7 +111877,7 @@ index 390214d..f96e3b8 100644
This is the portion of low virtual memory which should be protected
from userspace allocation. Keeping a user from writing to low pages
can help reduce the impact of kernel NULL pointer bugs.
-@@ -376,7 +377,7 @@ config MEMORY_FAILURE
+@@ -377,7 +378,7 @@ config MEMORY_FAILURE
config HWPOISON_INJECT
tristate "HWPoison pages injector"
@@ -110696,7 +111899,7 @@ index 957d3da..1d34e20 100644
depends on !KMEMCHECK
select PAGE_EXTENSION
diff --git a/mm/backing-dev.c b/mm/backing-dev.c
-index 000e7b3..aad2605 100644
+index dac5bf5..d8c02ce 100644
--- a/mm/backing-dev.c
+++ b/mm/backing-dev.c
@@ -12,7 +12,7 @@
@@ -110708,7 +111911,7 @@ index 000e7b3..aad2605 100644
struct backing_dev_info noop_backing_dev_info = {
.name = "noop",
-@@ -458,7 +458,7 @@ int bdi_setup_and_register(struct backing_dev_info *bdi, char *name)
+@@ -855,7 +855,7 @@ int bdi_setup_and_register(struct backing_dev_info *bdi, char *name)
return err;
err = bdi_register(bdi, NULL, "%.28s-%ld", name,
@@ -110717,54 +111920,24 @@ index 000e7b3..aad2605 100644
if (err) {
bdi_destroy(bdi);
return err;
-diff --git a/mm/cma_debug.c b/mm/cma_debug.c
-index 7621ee3..f8e4b60 100644
---- a/mm/cma_debug.c
-+++ b/mm/cma_debug.c
-@@ -39,7 +39,7 @@ static int cma_used_get(void *data, u64 *val)
-
- mutex_lock(&cma->lock);
- /* pages counter is smaller than sizeof(int) */
-- used = bitmap_weight(cma->bitmap, (int)cma->count);
-+ used = bitmap_weight(cma->bitmap, (int)cma_bitmap_maxno(cma));
- mutex_unlock(&cma->lock);
- *val = (u64)used << cma->order_per_bit;
-
-@@ -52,13 +52,14 @@ static int cma_maxchunk_get(void *data, u64 *val)
- struct cma *cma = data;
- unsigned long maxchunk = 0;
- unsigned long start, end = 0;
-+ unsigned long bitmap_maxno = cma_bitmap_maxno(cma);
-
- mutex_lock(&cma->lock);
- for (;;) {
-- start = find_next_zero_bit(cma->bitmap, cma->count, end);
-+ start = find_next_zero_bit(cma->bitmap, bitmap_maxno, end);
- if (start >= cma->count)
- break;
-- end = find_next_bit(cma->bitmap, cma->count, start);
-+ end = find_next_bit(cma->bitmap, bitmap_maxno, start);
- maxchunk = max(end - start, maxchunk);
+diff --git a/mm/dmapool.c b/mm/dmapool.c
+index fd5fe43..39ea317 100644
+--- a/mm/dmapool.c
++++ b/mm/dmapool.c
+@@ -386,7 +386,7 @@ static struct dma_page *pool_find_page(struct dma_pool *pool, dma_addr_t dma)
+ list_for_each_entry(page, &pool->page_list, page_list) {
+ if (dma < page->dma)
+ continue;
+- if (dma < (page->dma + pool->allocation))
++ if ((dma - page->dma) < pool->allocation)
+ return page;
}
- mutex_unlock(&cma->lock);
-@@ -170,10 +171,10 @@ static void cma_debugfs_add_one(struct cma *cma, int idx)
-
- tmp = debugfs_create_dir(name, cma_debugfs_root);
-
-- debugfs_create_file("alloc", S_IWUSR, cma_debugfs_root, cma,
-+ debugfs_create_file("alloc", S_IWUSR, tmp, cma,
- &cma_alloc_fops);
-
-- debugfs_create_file("free", S_IWUSR, cma_debugfs_root, cma,
-+ debugfs_create_file("free", S_IWUSR, tmp, cma,
- &cma_free_fops);
-
- debugfs_create_file("base_pfn", S_IRUGO, tmp,
+ return NULL;
diff --git a/mm/filemap.c b/mm/filemap.c
-index 6bf5e42..1e631ee 100644
+index 1283fc8..a0347d5 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
-@@ -2095,7 +2095,7 @@ int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
+@@ -2122,7 +2122,7 @@ int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
struct address_space *mapping = file->f_mapping;
if (!mapping->a_ops->readpage)
@@ -110773,7 +111946,7 @@ index 6bf5e42..1e631ee 100644
file_accessed(file);
vma->vm_ops = &generic_file_vm_ops;
return 0;
-@@ -2276,6 +2276,7 @@ inline ssize_t generic_write_checks(struct kiocb *iocb, struct iov_iter *from)
+@@ -2303,6 +2303,7 @@ inline ssize_t generic_write_checks(struct kiocb *iocb, struct iov_iter *from)
pos = iocb->ki_pos;
if (limit != RLIM_INFINITY) {
@@ -110833,38 +112006,22 @@ index 6297f6b..7652403 100644
}
EXPORT_SYMBOL(__get_user_pages);
diff --git a/mm/highmem.c b/mm/highmem.c
-index 123bcd3..0de52ba 100644
+index 123bcd3..07e8516 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
-@@ -195,8 +195,9 @@ static void flush_all_zero_pkmaps(void)
- * So no dangers, even with speculative execution.
+@@ -196,7 +196,6 @@ static void flush_all_zero_pkmaps(void)
*/
page = pte_page(pkmap_page_table[i]);
-+ pax_open_kernel();
pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]);
-
-+ pax_close_kernel();
set_page_address(page, NULL);
need_flush = 1;
}
-@@ -259,9 +260,11 @@ start:
- }
- }
- vaddr = PKMAP_ADDR(last_pkmap_nr);
-+
-+ pax_open_kernel();
- set_pte_at(&init_mm, vaddr,
- &(pkmap_page_table[last_pkmap_nr]), mk_pte(page, kmap_prot));
--
-+ pax_close_kernel();
- pkmap_count[last_pkmap_nr] = 1;
- set_page_address(page, (void *)vaddr);
-
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
-index 8c4c1f9..7019e3d 100644
+index a8c3087..ec431dc 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
-@@ -2365,6 +2365,7 @@ static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
+@@ -2442,6 +2442,7 @@ static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
struct ctl_table *table, int write,
void __user *buffer, size_t *length, loff_t *ppos)
{
@@ -110872,7 +112029,7 @@ index 8c4c1f9..7019e3d 100644
struct hstate *h = &default_hstate;
unsigned long tmp = h->max_huge_pages;
int ret;
-@@ -2372,9 +2373,10 @@ static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
+@@ -2449,9 +2450,10 @@ static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
if (!hugepages_supported())
return -ENOTSUPP;
@@ -110886,7 +112043,7 @@ index 8c4c1f9..7019e3d 100644
if (ret)
goto out;
-@@ -2409,6 +2411,7 @@ int hugetlb_overcommit_handler(struct ctl_table *table, int write,
+@@ -2486,6 +2488,7 @@ int hugetlb_overcommit_handler(struct ctl_table *table, int write,
struct hstate *h = &default_hstate;
unsigned long tmp;
int ret;
@@ -110894,7 +112051,7 @@ index 8c4c1f9..7019e3d 100644
if (!hugepages_supported())
return -ENOTSUPP;
-@@ -2418,9 +2421,10 @@ int hugetlb_overcommit_handler(struct ctl_table *table, int write,
+@@ -2495,9 +2498,10 @@ int hugetlb_overcommit_handler(struct ctl_table *table, int write,
if (write && hstate_is_gigantic(h))
return -EINVAL;
@@ -110908,7 +112065,22 @@ index 8c4c1f9..7019e3d 100644
if (ret)
goto out;
-@@ -2910,6 +2914,27 @@ static void unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2974,6 +2978,14 @@ static void unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
+ continue;
+
+ /*
++ * Shared VMAs have their own reserves and do not affect
++ * MAP_PRIVATE accounting but it is possible that a shared
++ * VMA is using the same page so check and skip such VMAs.
++ */
++ if (iter_vma->vm_flags & VM_MAYSHARE)
++ continue;
++
++ /*
+ * Unmap the page from other VMAs without their own reserves.
+ * They get marked to be SIGKILLed if they fault in these
+ * areas. This is because a future no-page fault on this VMA
+@@ -2987,6 +2999,27 @@ static void unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
i_mmap_unlock_write(mapping);
}
@@ -110936,7 +112108,7 @@ index 8c4c1f9..7019e3d 100644
/*
* Hugetlb_cow() should be called with page lock of the original hugepage held.
* Called with hugetlb_instantiation_mutex held and pte_page locked so we
-@@ -3023,6 +3048,11 @@ retry_avoidcopy:
+@@ -3100,6 +3133,11 @@ retry_avoidcopy:
make_huge_pte(vma, new_page, 1));
page_remove_rmap(old_page);
hugepage_add_new_anon_rmap(new_page, vma, address);
@@ -110948,7 +112120,7 @@ index 8c4c1f9..7019e3d 100644
/* Make the old page be freed below */
new_page = old_page;
}
-@@ -3184,6 +3214,10 @@ retry:
+@@ -3261,6 +3299,10 @@ retry:
&& (vma->vm_flags & VM_SHARED)));
set_huge_pte_at(mm, address, ptep, new_pte);
@@ -110959,7 +112131,7 @@ index 8c4c1f9..7019e3d 100644
if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
/* Optimization, do the COW without a second fault */
ret = hugetlb_cow(mm, vma, address, ptep, new_pte, page, ptl);
-@@ -3251,6 +3285,10 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3328,6 +3370,10 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
struct address_space *mapping;
int need_wait_lock = 0;
@@ -110970,7 +112142,7 @@ index 8c4c1f9..7019e3d 100644
address &= huge_page_mask(h);
ptep = huge_pte_offset(mm, address);
-@@ -3264,6 +3302,26 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3341,6 +3387,26 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
VM_FAULT_SET_HINDEX(hstate_index(h));
}
@@ -110998,18 +112170,18 @@ index 8c4c1f9..7019e3d 100644
if (!ptep)
return VM_FAULT_OOM;
diff --git a/mm/internal.h b/mm/internal.h
-index a25e359..e2c96e9 100644
+index 36b23f1..0787474 100644
--- a/mm/internal.h
+++ b/mm/internal.h
-@@ -156,6 +156,7 @@ __find_buddy_index(unsigned long page_idx, unsigned int order)
-
+@@ -157,6 +157,7 @@ __find_buddy_index(unsigned long page_idx, unsigned int order)
extern int __isolate_free_page(struct page *page, unsigned int order);
- extern void __free_pages_bootmem(struct page *page, unsigned int order);
+ extern void __free_pages_bootmem(struct page *page, unsigned long pfn,
+ unsigned int order);
+extern void free_compound_page(struct page *page);
extern void prep_compound_page(struct page *page, unsigned long order);
#ifdef CONFIG_MEMORY_FAILURE
extern bool is_free_buddy_page(struct page *page);
-@@ -413,7 +414,7 @@ extern u32 hwpoison_filter_enable;
+@@ -406,7 +407,7 @@ extern u32 hwpoison_filter_enable;
extern unsigned long vm_mmap_pgoff(struct file *, unsigned long,
unsigned long, unsigned long,
@@ -111019,10 +112191,10 @@ index a25e359..e2c96e9 100644
extern void set_pageblock_order(void);
unsigned long reclaim_clean_pages_from_list(struct zone *zone,
diff --git a/mm/kmemleak.c b/mm/kmemleak.c
-index 3716cdb..25b97dc 100644
+index cf79f11..254224e 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
-@@ -368,7 +368,7 @@ static void print_unreferenced(struct seq_file *seq,
+@@ -375,7 +375,7 @@ static void print_unreferenced(struct seq_file *seq,
for (i = 0; i < object->trace_len; i++) {
void *ptr = (void *)object->trace[i];
@@ -111031,7 +112203,7 @@ index 3716cdb..25b97dc 100644
}
}
-@@ -1926,7 +1926,7 @@ static int __init kmemleak_late_init(void)
+@@ -1966,7 +1966,7 @@ static int __init kmemleak_late_init(void)
return -ENOMEM;
}
@@ -111063,10 +112235,10 @@ index d53adf9..03a24bf 100644
set_fs(old_fs);
diff --git a/mm/madvise.c b/mm/madvise.c
-index d551475..8fdd7f3 100644
+index 64bb8a2..68e4be5 100644
--- a/mm/madvise.c
+++ b/mm/madvise.c
-@@ -51,6 +51,10 @@ static long madvise_behavior(struct vm_area_struct *vma,
+@@ -52,6 +52,10 @@ static long madvise_behavior(struct vm_area_struct *vma,
pgoff_t pgoff;
unsigned long new_flags = vma->vm_flags;
@@ -111077,7 +112249,7 @@ index d551475..8fdd7f3 100644
switch (behavior) {
case MADV_NORMAL:
new_flags = new_flags & ~VM_RAND_READ & ~VM_SEQ_READ;
-@@ -126,6 +130,13 @@ success:
+@@ -127,6 +131,13 @@ success:
/*
* vm_flags is protected by the mmap_sem held in write mode.
*/
@@ -111091,7 +112263,7 @@ index d551475..8fdd7f3 100644
vma->vm_flags = new_flags;
out:
-@@ -277,11 +288,27 @@ static long madvise_dontneed(struct vm_area_struct *vma,
+@@ -278,11 +289,27 @@ static long madvise_dontneed(struct vm_area_struct *vma,
struct vm_area_struct **prev,
unsigned long start, unsigned long end)
{
@@ -111119,7 +112291,7 @@ index d551475..8fdd7f3 100644
return 0;
}
-@@ -484,6 +511,16 @@ SYSCALL_DEFINE3(madvise, unsigned long, start, size_t, len_in, int, behavior)
+@@ -485,6 +512,16 @@ SYSCALL_DEFINE3(madvise, unsigned long, start, size_t, len_in, int, behavior)
if (end < start)
return error;
@@ -111136,11 +112308,109 @@ index d551475..8fdd7f3 100644
error = 0;
if (end == start)
return error;
+diff --git a/mm/memcontrol.c b/mm/memcontrol.c
+index acb93c5..237d468 100644
+--- a/mm/memcontrol.c
++++ b/mm/memcontrol.c
+@@ -806,12 +806,14 @@ mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
+ }
+
+ /*
++ * Return page count for single (non recursive) @memcg.
++ *
+ * Implementation Note: reading percpu statistics for memcg.
+ *
+ * Both of vmstat[] and percpu_counter has threshold and do periodic
+ * synchronization to implement "quick" read. There are trade-off between
+ * reading cost and precision of value. Then, we may have a chance to implement
+- * a periodic synchronizion of counter in memcg's counter.
++ * a periodic synchronization of counter in memcg's counter.
+ *
+ * But this _read() function is used for user interface now. The user accounts
+ * memory usage by memory cgroup and he _always_ requires exact value because
+@@ -821,17 +823,24 @@ mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
+ *
+ * If there are kernel internal actions which can make use of some not-exact
+ * value, and reading all cpu value can be performance bottleneck in some
+- * common workload, threashold and synchonization as vmstat[] should be
++ * common workload, threshold and synchronization as vmstat[] should be
+ * implemented.
+ */
+-static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
+- enum mem_cgroup_stat_index idx)
++static unsigned long
++mem_cgroup_read_stat(struct mem_cgroup *memcg, enum mem_cgroup_stat_index idx)
+ {
+ long val = 0;
+ int cpu;
+
++ /* Per-cpu values can be negative, use a signed accumulator */
+ for_each_possible_cpu(cpu)
+ val += per_cpu(memcg->stat->count[idx], cpu);
++ /*
++ * Summing races with updates, so val may be negative. Avoid exposing
++ * transient negative values.
++ */
++ if (val < 0)
++ val = 0;
+ return val;
+ }
+
+@@ -1498,7 +1507,7 @@ void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
+ for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
+ if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
+ continue;
+- pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
++ pr_cont(" %s:%luKB", mem_cgroup_stat_names[i],
+ K(mem_cgroup_read_stat(iter, i)));
+ }
+
+@@ -3119,14 +3128,11 @@ static unsigned long tree_stat(struct mem_cgroup *memcg,
+ enum mem_cgroup_stat_index idx)
+ {
+ struct mem_cgroup *iter;
+- long val = 0;
++ unsigned long val = 0;
+
+- /* Per-cpu values can be negative, use a signed accumulator */
+ for_each_mem_cgroup_tree(iter, memcg)
+ val += mem_cgroup_read_stat(iter, idx);
+
+- if (val < 0) /* race ? */
+- val = 0;
+ return val;
+ }
+
+@@ -3469,7 +3475,7 @@ static int memcg_stat_show(struct seq_file *m, void *v)
+ for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
+ if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
+ continue;
+- seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
++ seq_printf(m, "%s %lu\n", mem_cgroup_stat_names[i],
+ mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
+ }
+
+@@ -3494,13 +3500,13 @@ static int memcg_stat_show(struct seq_file *m, void *v)
+ (u64)memsw * PAGE_SIZE);
+
+ for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
+- long long val = 0;
++ unsigned long long val = 0;
+
+ if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
+ continue;
+ for_each_mem_cgroup_tree(mi, memcg)
+ val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
+- seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
++ seq_printf(m, "total_%s %llu\n", mem_cgroup_stat_names[i], val);
+ }
+
+ for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
diff --git a/mm/memory-failure.c b/mm/memory-failure.c
-index 9f48145..60a2ac1 100644
+index 1f4446a..47abb4e 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
-@@ -61,7 +61,7 @@ int sysctl_memory_failure_early_kill __read_mostly = 0;
+@@ -63,7 +63,7 @@ int sysctl_memory_failure_early_kill __read_mostly = 0;
int sysctl_memory_failure_recovery __read_mostly = 1;
@@ -111149,7 +112419,7 @@ index 9f48145..60a2ac1 100644
#if defined(CONFIG_HWPOISON_INJECT) || defined(CONFIG_HWPOISON_INJECT_MODULE)
-@@ -198,7 +198,7 @@ static int kill_proc(struct task_struct *t, unsigned long addr, int trapno,
+@@ -200,7 +200,7 @@ static int kill_proc(struct task_struct *t, unsigned long addr, int trapno,
pfn, t->comm, t->pid);
si.si_signo = SIGBUS;
si.si_errno = 0;
@@ -111158,16 +112428,16 @@ index 9f48145..60a2ac1 100644
#ifdef __ARCH_SI_TRAPNO
si.si_trapno = trapno;
#endif
-@@ -825,7 +825,7 @@ static struct page_state {
+@@ -797,7 +797,7 @@ static struct page_state {
unsigned long res;
- enum action_page_type type;
+ enum mf_action_page_type type;
int (*action)(struct page *p, unsigned long pfn);
-} error_states[] = {
+} __do_const error_states[] = {
- { reserved, reserved, MSG_KERNEL, me_kernel },
+ { reserved, reserved, MF_MSG_KERNEL, me_kernel },
/*
* free pages are specially detected outside this table:
-@@ -1133,7 +1133,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
+@@ -1100,7 +1100,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
nr_pages = 1 << compound_order(hpage);
else /* normal page or thp */
nr_pages = 1;
@@ -111176,7 +112446,7 @@ index 9f48145..60a2ac1 100644
/*
* We need/can do nothing about count=0 pages.
-@@ -1162,7 +1162,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
+@@ -1128,7 +1128,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
if (PageHWPoison(hpage)) {
if ((hwpoison_filter(p) && TestClearPageHWPoison(p))
|| (p != hpage && TestSetPageHWPoison(hpage))) {
@@ -111185,15 +112455,24 @@ index 9f48145..60a2ac1 100644
unlock_page(hpage);
return 0;
}
-@@ -1231,14 +1231,14 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
+@@ -1152,7 +1152,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
+ else
+ pr_err("MCE: %#lx: thp split failed\n", pfn);
+ if (TestClearPageHWPoison(p))
+- atomic_long_sub(nr_pages, &num_poisoned_pages);
++ atomic_long_sub_unchecked(nr_pages, &num_poisoned_pages);
+ put_page(p);
+ if (p != hpage)
+ put_page(hpage);
+@@ -1214,14 +1214,14 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
*/
if (!PageHWPoison(p)) {
printk(KERN_ERR "MCE %#lx: just unpoisoned\n", pfn);
- atomic_long_sub(nr_pages, &num_poisoned_pages);
+ atomic_long_sub_unchecked(nr_pages, &num_poisoned_pages);
+ unlock_page(hpage);
put_page(hpage);
- res = 0;
- goto out;
+ return 0;
}
if (hwpoison_filter(p)) {
if (TestClearPageHWPoison(p))
@@ -111202,7 +112481,7 @@ index 9f48145..60a2ac1 100644
unlock_page(hpage);
put_page(hpage);
return 0;
-@@ -1467,7 +1467,7 @@ int unpoison_memory(unsigned long pfn)
+@@ -1450,7 +1450,7 @@ int unpoison_memory(unsigned long pfn)
return 0;
}
if (TestClearPageHWPoison(p))
@@ -111211,7 +112490,7 @@ index 9f48145..60a2ac1 100644
pr_info("MCE: Software-unpoisoned free page %#lx\n", pfn);
return 0;
}
-@@ -1481,7 +1481,7 @@ int unpoison_memory(unsigned long pfn)
+@@ -1464,7 +1464,7 @@ int unpoison_memory(unsigned long pfn)
*/
if (TestClearPageHWPoison(page)) {
pr_info("MCE: Software-unpoisoned page %#lx\n", pfn);
@@ -111220,7 +112499,7 @@ index 9f48145..60a2ac1 100644
freeit = 1;
if (PageHuge(page))
clear_page_hwpoison_huge_page(page);
-@@ -1617,11 +1617,11 @@ static int soft_offline_huge_page(struct page *page, int flags)
+@@ -1600,11 +1600,11 @@ static int soft_offline_huge_page(struct page *page, int flags)
if (PageHuge(page)) {
set_page_hwpoison_huge_page(hpage);
dequeue_hwpoisoned_huge_page(hpage);
@@ -111234,7 +112513,7 @@ index 9f48145..60a2ac1 100644
}
}
return ret;
-@@ -1660,7 +1660,7 @@ static int __soft_offline_page(struct page *page, int flags)
+@@ -1643,7 +1643,7 @@ static int __soft_offline_page(struct page *page, int flags)
put_page(page);
pr_info("soft_offline: %#lx: invalidated\n", pfn);
SetPageHWPoison(page);
@@ -111243,16 +112522,25 @@ index 9f48145..60a2ac1 100644
return 0;
}
-@@ -1709,7 +1709,7 @@ static int __soft_offline_page(struct page *page, int flags)
- if (!is_free_buddy_page(page))
- pr_info("soft offline: %#lx: page leaked\n",
- pfn);
+@@ -1664,7 +1664,7 @@ static int __soft_offline_page(struct page *page, int flags)
+ page_is_file_cache(page));
+ list_add(&page->lru, &pagelist);
+ if (!TestSetPageHWPoison(page))
- atomic_long_inc(&num_poisoned_pages);
+ atomic_long_inc_unchecked(&num_poisoned_pages);
+ ret = migrate_pages(&pagelist, new_page, NULL, MPOL_MF_MOVE_ALL,
+ MIGRATE_SYNC, MR_MEMORY_FAILURE);
+ if (ret) {
+@@ -1680,7 +1680,7 @@ static int __soft_offline_page(struct page *page, int flags)
+ if (ret > 0)
+ ret = -EIO;
+ if (TestClearPageHWPoison(page))
+- atomic_long_dec(&num_poisoned_pages);
++ atomic_long_dec_unchecked(&num_poisoned_pages);
}
} else {
pr_info("soft offline: %#lx: isolation failed: %d, page count %d, type %lx\n",
-@@ -1779,11 +1779,11 @@ int soft_offline_page(struct page *page, int flags)
+@@ -1742,11 +1742,11 @@ int soft_offline_page(struct page *page, int flags)
if (PageHuge(page)) {
set_page_hwpoison_huge_page(hpage);
if (!dequeue_hwpoisoned_huge_page(hpage))
@@ -111265,9 +112553,9 @@ index 9f48145..60a2ac1 100644
+ atomic_long_inc_unchecked(&num_poisoned_pages);
}
}
- unset_migratetype_isolate(page, MIGRATE_MOVABLE);
+ return ret;
diff --git a/mm/memory.c b/mm/memory.c
-index 2a9e098..37435af 100644
+index 388dcf9..82aa351 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -414,6 +414,7 @@ static inline void free_pmd_range(struct mmu_gather *tlb, pud_t *pud,
@@ -111572,7 +112860,7 @@ index 2a9e098..37435af 100644
/*
* Handle the case of a page which we actually need to copy to a new page.
*
-@@ -2093,6 +2309,12 @@ static int wp_page_copy(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2094,6 +2310,12 @@ static int wp_page_copy(struct mm_struct *mm, struct vm_area_struct *vma,
*/
page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
if (likely(pte_same(*page_table, orig_pte))) {
@@ -111585,7 +112873,7 @@ index 2a9e098..37435af 100644
if (old_page) {
if (!PageAnon(old_page)) {
dec_mm_counter_fast(mm, MM_FILEPAGES);
-@@ -2147,6 +2369,10 @@ static int wp_page_copy(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2148,6 +2370,10 @@ static int wp_page_copy(struct mm_struct *mm, struct vm_area_struct *vma,
page_remove_rmap(old_page);
}
@@ -111596,7 +112884,7 @@ index 2a9e098..37435af 100644
/* Free the old page.. */
new_page = old_page;
page_copied = 1;
-@@ -2578,6 +2804,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2579,6 +2805,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
swap_free(entry);
if (vm_swap_full() || (vma->vm_flags & VM_LOCKED) || PageMlocked(page))
try_to_free_swap(page);
@@ -111608,7 +112896,7 @@ index 2a9e098..37435af 100644
unlock_page(page);
if (page != swapcache) {
/*
-@@ -2601,6 +2832,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2602,6 +2833,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
/* No need to invalidate - it was non-present before */
update_mmu_cache(vma, address, page_table);
@@ -111620,7 +112908,7 @@ index 2a9e098..37435af 100644
unlock:
pte_unmap_unlock(page_table, ptl);
out:
-@@ -2620,40 +2856,6 @@ out_release:
+@@ -2621,40 +2857,6 @@ out_release:
}
/*
@@ -111661,7 +112949,7 @@ index 2a9e098..37435af 100644
* We enter with non-exclusive mmap_sem (to exclude vma changes,
* but allow concurrent faults), and pte mapped but not yet locked.
* We return with mmap_sem still held, but pte unmapped and unlocked.
-@@ -2663,31 +2865,29 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2664,31 +2866,29 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
unsigned int flags)
{
struct mem_cgroup *memcg;
@@ -111701,7 +112989,7 @@ index 2a9e098..37435af 100644
if (unlikely(anon_vma_prepare(vma)))
goto oom;
page = alloc_zeroed_user_highpage_movable(vma, address);
-@@ -2711,6 +2911,11 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2713,6 +2913,11 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
if (!pte_none(*page_table))
goto release;
@@ -111713,7 +113001,7 @@ index 2a9e098..37435af 100644
inc_mm_counter_fast(mm, MM_ANONPAGES);
page_add_new_anon_rmap(page, vma, address);
mem_cgroup_commit_charge(page, memcg, false);
-@@ -2720,6 +2925,12 @@ setpte:
+@@ -2722,6 +2927,12 @@ setpte:
/* No need to invalidate - it was non-present before */
update_mmu_cache(vma, address, page_table);
@@ -111726,7 +113014,7 @@ index 2a9e098..37435af 100644
unlock:
pte_unmap_unlock(page_table, ptl);
return 0;
-@@ -2952,6 +3163,11 @@ static int do_read_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2954,6 +3165,11 @@ static int do_read_fault(struct mm_struct *mm, struct vm_area_struct *vma,
return ret;
}
do_set_pte(vma, address, fault_page, pte, false, false);
@@ -111738,7 +113026,7 @@ index 2a9e098..37435af 100644
unlock_page(fault_page);
unlock_out:
pte_unmap_unlock(pte, ptl);
-@@ -3003,7 +3219,18 @@ static int do_cow_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3005,7 +3221,18 @@ static int do_cow_fault(struct mm_struct *mm, struct vm_area_struct *vma,
}
goto uncharge_out;
}
@@ -111757,7 +113045,7 @@ index 2a9e098..37435af 100644
mem_cgroup_commit_charge(new_page, memcg, false);
lru_cache_add_active_or_unevictable(new_page, vma);
pte_unmap_unlock(pte, ptl);
-@@ -3061,6 +3288,11 @@ static int do_shared_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3063,6 +3290,11 @@ static int do_shared_fault(struct mm_struct *mm, struct vm_area_struct *vma,
return ret;
}
do_set_pte(vma, address, fault_page, pte, true, false);
@@ -111769,7 +113057,7 @@ index 2a9e098..37435af 100644
pte_unmap_unlock(pte, ptl);
if (set_page_dirty(fault_page))
-@@ -3286,6 +3518,12 @@ static int handle_pte_fault(struct mm_struct *mm,
+@@ -3288,6 +3520,12 @@ static int handle_pte_fault(struct mm_struct *mm,
if (flags & FAULT_FLAG_WRITE)
flush_tlb_fix_spurious_fault(vma, address);
}
@@ -111782,7 +113070,7 @@ index 2a9e098..37435af 100644
unlock:
pte_unmap_unlock(pte, ptl);
return 0;
-@@ -3305,9 +3543,41 @@ static int __handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3307,9 +3545,41 @@ static int __handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
pmd_t *pmd;
pte_t *pte;
@@ -111824,7 +113112,7 @@ index 2a9e098..37435af 100644
pgd = pgd_offset(mm, address);
pud = pud_alloc(mm, pgd, address);
if (!pud)
-@@ -3442,6 +3712,23 @@ int __pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address)
+@@ -3444,6 +3714,23 @@ int __pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address)
spin_unlock(&mm->page_table_lock);
return 0;
}
@@ -111848,7 +113136,7 @@ index 2a9e098..37435af 100644
#endif /* __PAGETABLE_PUD_FOLDED */
#ifndef __PAGETABLE_PMD_FOLDED
-@@ -3474,6 +3761,32 @@ int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
+@@ -3476,6 +3763,32 @@ int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
spin_unlock(&mm->page_table_lock);
return 0;
}
@@ -111881,7 +113169,7 @@ index 2a9e098..37435af 100644
#endif /* __PAGETABLE_PMD_FOLDED */
static int __follow_pte(struct mm_struct *mm, unsigned long address,
-@@ -3583,8 +3896,8 @@ out:
+@@ -3585,8 +3898,8 @@ out:
return ret;
}
@@ -111892,7 +113180,7 @@ index 2a9e098..37435af 100644
{
resource_size_t phys_addr;
unsigned long prot = 0;
-@@ -3610,8 +3923,8 @@ EXPORT_SYMBOL_GPL(generic_access_phys);
+@@ -3612,8 +3925,8 @@ EXPORT_SYMBOL_GPL(generic_access_phys);
* Access another process' address space as given in mm. If non-NULL, use the
* given task for page fault accounting.
*/
@@ -111903,7 +113191,7 @@ index 2a9e098..37435af 100644
{
struct vm_area_struct *vma;
void *old_buf = buf;
-@@ -3619,7 +3932,7 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
+@@ -3621,7 +3934,7 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
down_read(&mm->mmap_sem);
/* ignore errors, just check how much was successfully transferred */
while (len) {
@@ -111912,7 +113200,7 @@ index 2a9e098..37435af 100644
void *maddr;
struct page *page = NULL;
-@@ -3680,8 +3993,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
+@@ -3682,8 +3995,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
*
* The caller must hold a reference on @mm.
*/
@@ -111923,7 +113211,7 @@ index 2a9e098..37435af 100644
{
return __access_remote_vm(NULL, mm, addr, buf, len, write);
}
-@@ -3691,11 +4004,11 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
+@@ -3693,11 +4006,11 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
* Source/target buffer must be kernel space,
* Do not walk the page table directly, use get_user_pages
*/
@@ -112015,10 +113303,10 @@ index 99d4c1d..a577817 100644
capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE);
diff --git a/mm/migrate.c b/mm/migrate.c
-index f53838f..a26fa94 100644
+index eb42671..9f2f3ea 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
-@@ -1484,8 +1484,7 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
+@@ -1491,8 +1491,7 @@ SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
*/
tcred = __task_cred(task);
if (!uid_eq(cred->euid, tcred->suid) && !uid_eq(cred->euid, tcred->uid) &&
@@ -112104,10 +113392,10 @@ index 6fd2cf1..cbae765 100644
capable(CAP_IPC_LOCK))
ret = do_mlockall(flags);
diff --git a/mm/mm_init.c b/mm/mm_init.c
-index 5f420f7..dd42fb1b 100644
+index fdadf91..5f527d1 100644
--- a/mm/mm_init.c
+++ b/mm/mm_init.c
-@@ -177,7 +177,7 @@ static int __meminit mm_compute_batch_notifier(struct notifier_block *self,
+@@ -170,7 +170,7 @@ static int __meminit mm_compute_batch_notifier(struct notifier_block *self,
return NOTIFY_OK;
}
@@ -112117,7 +113405,7 @@ index 5f420f7..dd42fb1b 100644
.priority = IPC_CALLBACK_PRI, /* use lowest priority */
};
diff --git a/mm/mmap.c b/mm/mmap.c
-index bb50cac..6d50a9f 100644
+index aa632ad..13456342 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -41,6 +41,7 @@
@@ -112355,7 +113643,7 @@ index bb50cac..6d50a9f 100644
if (locked > lock_limit && !capable(CAP_IPC_LOCK))
return -EAGAIN;
}
-@@ -1264,7 +1354,7 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
+@@ -1267,7 +1357,7 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
* (the exception is when the underlying filesystem is noexec
* mounted, in which case we dont add PROT_EXEC.)
*/
@@ -113375,7 +114663,7 @@ index bb50cac..6d50a9f 100644
vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
diff --git a/mm/mprotect.c b/mm/mprotect.c
-index 8858483..72f2464 100644
+index e7d6f11..6116007 100644
--- a/mm/mprotect.c
+++ b/mm/mprotect.c
@@ -24,10 +24,18 @@
@@ -113395,9 +114683,9 @@ index 8858483..72f2464 100644
#include <asm/tlbflush.h>
+#include <asm/mmu_context.h>
- /*
- * For a prot_numa update we only hold mmap_sem for read so there is a
-@@ -252,6 +260,48 @@ unsigned long change_protection(struct vm_area_struct *vma, unsigned long start,
+ #include "internal.h"
+
+@@ -254,6 +262,48 @@ unsigned long change_protection(struct vm_area_struct *vma, unsigned long start,
return pages;
}
@@ -113446,7 +114734,7 @@ index 8858483..72f2464 100644
int
mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
unsigned long start, unsigned long end, unsigned long newflags)
-@@ -264,11 +314,29 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
+@@ -266,11 +316,29 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
int error;
int dirty_accountable = 0;
@@ -113476,7 +114764,7 @@ index 8858483..72f2464 100644
/*
* If we make a private mapping writable we increase our commit;
* but (without finer accounting) cannot reduce our commit if we
-@@ -285,6 +353,42 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
+@@ -287,6 +355,42 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
}
}
@@ -113519,7 +114807,7 @@ index 8858483..72f2464 100644
/*
* First try to merge with previous and/or next vma.
*/
-@@ -315,7 +419,19 @@ success:
+@@ -317,7 +421,19 @@ success:
* vm_flags and vm_page_prot are protected by the mmap_sem
* held in write mode.
*/
@@ -113539,7 +114827,7 @@ index 8858483..72f2464 100644
dirty_accountable = vma_wants_writenotify(vma);
vma_set_page_prot(vma);
-@@ -351,6 +467,17 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -362,6 +478,17 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
end = start + len;
if (end <= start)
return -ENOMEM;
@@ -113557,7 +114845,7 @@ index 8858483..72f2464 100644
if (!arch_validate_prot(prot))
return -EINVAL;
-@@ -358,7 +485,7 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -369,7 +496,7 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
/*
* Does the application expect PROT_READ to imply PROT_EXEC:
*/
@@ -113566,7 +114854,7 @@ index 8858483..72f2464 100644
prot |= PROT_EXEC;
vm_flags = calc_vm_prot_bits(prot);
-@@ -390,6 +517,11 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -401,6 +528,11 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
if (start > vma->vm_start)
prev = vma;
@@ -113578,7 +114866,7 @@ index 8858483..72f2464 100644
for (nstart = start ; ; ) {
unsigned long newflags;
-@@ -400,6 +532,14 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -411,6 +543,14 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
/* newflags >> 4 shift VM_MAY% in place of VM_% */
if ((newflags & ~(newflags >> 4)) & (VM_READ | VM_WRITE | VM_EXEC)) {
@@ -113593,7 +114881,7 @@ index 8858483..72f2464 100644
error = -EACCES;
goto out;
}
-@@ -414,6 +554,9 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -425,6 +565,9 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
error = mprotect_fixup(vma, &prev, nstart, tmp, newflags);
if (error)
goto out;
@@ -113604,10 +114892,10 @@ index 8858483..72f2464 100644
if (nstart < prev->vm_end)
diff --git a/mm/mremap.c b/mm/mremap.c
-index 034e2d3..81deca5 100644
+index a7c93ec..69c2949 100644
--- a/mm/mremap.c
+++ b/mm/mremap.c
-@@ -142,6 +142,12 @@ static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd,
+@@ -143,6 +143,12 @@ static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd,
continue;
pte = ptep_get_and_clear(mm, old_addr, old_pte);
pte = move_pte(pte, new_vma->vm_page_prot, old_addr, new_addr);
@@ -113620,7 +114908,7 @@ index 034e2d3..81deca5 100644
pte = move_soft_dirty_pte(pte);
set_pte_at(mm, new_addr, new_pte, pte);
}
-@@ -350,6 +356,11 @@ static struct vm_area_struct *vma_to_resize(unsigned long addr,
+@@ -355,6 +361,11 @@ static struct vm_area_struct *vma_to_resize(unsigned long addr,
if (is_vm_hugetlb_page(vma))
return ERR_PTR(-EINVAL);
@@ -113632,7 +114920,7 @@ index 034e2d3..81deca5 100644
/* We can't remap across vm area boundaries */
if (old_len > vma->vm_end - addr)
return ERR_PTR(-EFAULT);
-@@ -396,20 +407,25 @@ static unsigned long mremap_to(unsigned long addr, unsigned long old_len,
+@@ -401,20 +412,25 @@ static unsigned long mremap_to(unsigned long addr, unsigned long old_len,
unsigned long ret = -EINVAL;
unsigned long charged = 0;
unsigned long map_flags;
@@ -113663,7 +114951,7 @@ index 034e2d3..81deca5 100644
goto out;
ret = do_munmap(mm, new_addr, new_len);
-@@ -478,6 +494,7 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
+@@ -483,6 +499,7 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
unsigned long ret = -EINVAL;
unsigned long charged = 0;
bool locked = false;
@@ -113671,7 +114959,7 @@ index 034e2d3..81deca5 100644
if (flags & ~(MREMAP_FIXED | MREMAP_MAYMOVE))
return ret;
-@@ -499,6 +516,17 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
+@@ -504,6 +521,17 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
if (!new_len)
return ret;
@@ -113689,7 +114977,7 @@ index 034e2d3..81deca5 100644
down_write(&current->mm->mmap_sem);
if (flags & MREMAP_FIXED) {
-@@ -549,6 +577,7 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
+@@ -554,6 +582,7 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
new_addr = addr;
}
ret = addr;
@@ -113697,7 +114985,7 @@ index 034e2d3..81deca5 100644
goto out;
}
}
-@@ -572,7 +601,12 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
+@@ -577,7 +606,12 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
goto out;
}
@@ -113711,10 +114999,10 @@ index 034e2d3..81deca5 100644
out:
if (ret & ~PAGE_MASK)
diff --git a/mm/nommu.c b/mm/nommu.c
-index e544508..b56ce7a 100644
+index 58ea364..7b01d28 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
-@@ -72,7 +72,6 @@ int sysctl_max_map_count = DEFAULT_MAX_MAP_COUNT;
+@@ -56,7 +56,6 @@ int sysctl_max_map_count = DEFAULT_MAX_MAP_COUNT;
int sysctl_nr_trim_pages = CONFIG_NOMMU_INITIAL_TRIM_EXCESS;
unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */
unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */
@@ -113722,7 +115010,7 @@ index e544508..b56ce7a 100644
atomic_long_t mmap_pages_allocated;
-@@ -892,15 +891,6 @@ struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)
+@@ -863,15 +862,6 @@ struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)
EXPORT_SYMBOL(find_vma);
/*
@@ -113738,7 +115026,7 @@ index e544508..b56ce7a 100644
* expand a stack to a given address
* - not supported under NOMMU conditions
*/
-@@ -1585,6 +1575,7 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -1535,6 +1525,7 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
/* most fields are the same, copy all, and then fixup */
*new = *vma;
@@ -113746,7 +115034,7 @@ index e544508..b56ce7a 100644
*region = *vma->vm_region;
new->vm_region = region;
-@@ -2007,8 +1998,8 @@ void filemap_map_pages(struct vm_area_struct *vma, struct vm_fault *vmf)
+@@ -1935,8 +1926,8 @@ void filemap_map_pages(struct vm_area_struct *vma, struct vm_fault *vmf)
}
EXPORT_SYMBOL(filemap_map_pages);
@@ -113757,7 +115045,7 @@ index e544508..b56ce7a 100644
{
struct vm_area_struct *vma;
-@@ -2049,8 +2040,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
+@@ -1977,8 +1968,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
*
* The caller must hold a reference on @mm.
*/
@@ -113768,7 +115056,7 @@ index e544508..b56ce7a 100644
{
return __access_remote_vm(NULL, mm, addr, buf, len, write);
}
-@@ -2059,7 +2050,7 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
+@@ -1987,7 +1978,7 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
* Access another process' address space.
* - source/target buffer must be kernel space
*/
@@ -113778,31 +115066,31 @@ index e544508..b56ce7a 100644
struct mm_struct *mm;
diff --git a/mm/page-writeback.c b/mm/page-writeback.c
-index eb59f7e..b23a2a8 100644
+index 5cccc12..1872e56 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
-@@ -664,7 +664,7 @@ static long long pos_ratio_polynom(unsigned long setpoint,
- * card's bdi_dirty may rush to many times higher than bdi_setpoint.
- * - the bdi dirty thresh drops quickly due to change of JBOD workload
+@@ -852,7 +852,7 @@ static long long pos_ratio_polynom(unsigned long setpoint,
+ * card's wb_dirty may rush to many times higher than wb_setpoint.
+ * - the wb dirty thresh drops quickly due to change of JBOD workload
*/
--static unsigned long bdi_position_ratio(struct backing_dev_info *bdi,
-+static unsigned long __intentional_overflow(-1) bdi_position_ratio(struct backing_dev_info *bdi,
- unsigned long thresh,
- unsigned long bg_thresh,
- unsigned long dirty,
+-static void wb_position_ratio(struct dirty_throttle_control *dtc)
++static void __intentional_overflow(-1) wb_position_ratio(struct dirty_throttle_control *dtc)
+ {
+ struct bdi_writeback *wb = dtc->wb;
+ unsigned long write_bw = wb->avg_write_bandwidth;
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
-index ebffa0e..a5ae7f7 100644
+index 5b5240b..2bc0996 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
-@@ -61,6 +61,7 @@
- #include <linux/hugetlb.h>
+@@ -62,6 +62,7 @@
#include <linux/sched/rt.h>
#include <linux/page_owner.h>
+ #include <linux/kthread.h>
+#include <linux/random.h>
#include <asm/sections.h>
#include <asm/tlbflush.h>
-@@ -357,7 +358,7 @@ out:
+@@ -427,7 +428,7 @@ out:
* This usage means that zero-order pages may not be compound.
*/
@@ -113811,7 +115099,7 @@ index ebffa0e..a5ae7f7 100644
{
__free_pages_ok(page, compound_order(page));
}
-@@ -480,7 +481,7 @@ static inline void clear_page_guard(struct zone *zone, struct page *page,
+@@ -536,7 +537,7 @@ static inline void clear_page_guard(struct zone *zone, struct page *page,
__mod_zone_freepage_state(zone, (1 << order), migratetype);
}
#else
@@ -113820,7 +115108,7 @@ index ebffa0e..a5ae7f7 100644
static inline void set_page_guard(struct zone *zone, struct page *page,
unsigned int order, int migratetype) {}
static inline void clear_page_guard(struct zone *zone, struct page *page,
-@@ -783,6 +784,10 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
+@@ -908,6 +909,10 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
bool compound = PageCompound(page);
int i, bad = 0;
@@ -113831,7 +115119,7 @@ index ebffa0e..a5ae7f7 100644
VM_BUG_ON_PAGE(PageTail(page), page);
VM_BUG_ON_PAGE(compound && compound_order(page) != order, page);
-@@ -809,6 +814,12 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
+@@ -934,6 +939,12 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
debug_check_no_obj_freed(page_address(page),
PAGE_SIZE << order);
}
@@ -113844,7 +115132,7 @@ index ebffa0e..a5ae7f7 100644
arch_free_page(page, order);
kernel_map_pages(page, 1 << order, 0);
-@@ -832,6 +843,20 @@ static void __free_pages_ok(struct page *page, unsigned int order)
+@@ -957,6 +968,20 @@ static void __free_pages_ok(struct page *page, unsigned int order)
local_irq_restore(flags);
}
@@ -113862,10 +115150,10 @@ index ebffa0e..a5ae7f7 100644
+EXPORT_SYMBOL(latent_entropy);
+#endif
+
- void __init __free_pages_bootmem(struct page *page, unsigned int order)
+ static void __init __free_pages_boot_core(struct page *page,
+ unsigned long pfn, unsigned int order)
{
- unsigned int nr_pages = 1 << order;
-@@ -847,6 +872,19 @@ void __init __free_pages_bootmem(struct page *page, unsigned int order)
+@@ -973,6 +998,19 @@ static void __init __free_pages_boot_core(struct page *page,
__ClearPageReserved(p);
set_page_count(p, 0);
@@ -113885,54 +115173,27 @@ index ebffa0e..a5ae7f7 100644
page_zone(page)->managed_pages += nr_pages;
set_page_refcounted(page);
__free_pages(page, order);
-@@ -974,8 +1012,10 @@ static int prep_new_page(struct page *page, unsigned int order, gfp_t gfp_flags,
+@@ -1029,7 +1067,6 @@ static inline bool __meminit meminit_pfn_in_nid(unsigned long pfn, int node,
+ }
+ #endif
+
+-
+ void __init __free_pages_bootmem(struct page *page, unsigned long pfn,
+ unsigned int order)
+ {
+@@ -1333,9 +1370,11 @@ static int prep_new_page(struct page *page, unsigned int order, gfp_t gfp_flags,
kernel_map_pages(page, 1 << order, 1);
kasan_alloc_pages(page, order);
+#ifndef CONFIG_PAX_MEMORY_SANITIZE
if (gfp_flags & __GFP_ZERO)
- prep_zero_page(page, order, gfp_flags);
+ for (i = 0; i < (1 << order); i++)
+ clear_highpage(page + i);
+#endif
if (order && (gfp_flags & __GFP_COMP))
prep_compound_page(page, order);
-@@ -983,12 +1023,15 @@ static int prep_new_page(struct page *page, unsigned int order, gfp_t gfp_flags,
- set_page_owner(page, order, gfp_flags);
-
- /*
-- * page->pfmemalloc is set when ALLOC_NO_WATERMARKS was necessary to
-+ * page is set pfmemalloc when ALLOC_NO_WATERMARKS was necessary to
- * allocate the page. The expectation is that the caller is taking
- * steps that will free more memory. The caller should avoid the page
- * being used for !PFMEMALLOC purposes.
- */
-- page->pfmemalloc = !!(alloc_flags & ALLOC_NO_WATERMARKS);
-+ if (alloc_flags & ALLOC_NO_WATERMARKS)
-+ set_page_pfmemalloc(page);
-+ else
-+ clear_page_pfmemalloc(page);
-
- return 0;
- }
-@@ -1649,6 +1692,8 @@ int __isolate_free_page(struct page *page, unsigned int order)
- zone->free_area[order].nr_free--;
- rmv_page_order(page);
-
-+ set_page_owner(page, order, 0);
-+
- /* Set the pageblock if the isolated page is at least a pageblock */
- if (order >= pageblock_order - 1) {
- struct page *endpage = page + (1 << order) - 1;
-@@ -1660,7 +1705,7 @@ int __isolate_free_page(struct page *page, unsigned int order)
- }
- }
-
-- set_page_owner(page, order, 0);
-+
- return 1UL << order;
- }
-
-@@ -1749,7 +1794,7 @@ struct page *buffered_rmqueue(struct zone *preferred_zone,
+@@ -2116,7 +2155,7 @@ struct page *buffered_rmqueue(struct zone *preferred_zone,
}
__mod_zone_page_state(zone, NR_ALLOC_BATCH, -(1 << order));
@@ -113941,7 +115202,7 @@ index ebffa0e..a5ae7f7 100644
!test_bit(ZONE_FAIR_DEPLETED, &zone->flags))
set_bit(ZONE_FAIR_DEPLETED, &zone->flags);
-@@ -2068,7 +2113,7 @@ static void reset_alloc_batches(struct zone *preferred_zone)
+@@ -2435,7 +2474,7 @@ static void reset_alloc_batches(struct zone *preferred_zone)
do {
mod_zone_page_state(zone, NR_ALLOC_BATCH,
high_wmark_pages(zone) - low_wmark_pages(zone) -
@@ -113950,7 +115211,7 @@ index ebffa0e..a5ae7f7 100644
clear_bit(ZONE_FAIR_DEPLETED, &zone->flags);
} while (zone++ != preferred_zone);
}
-@@ -5781,7 +5826,7 @@ static void __setup_per_zone_wmarks(void)
+@@ -6184,7 +6223,7 @@ static void __setup_per_zone_wmarks(void)
__mod_zone_page_state(zone, NR_ALLOC_BATCH,
high_wmark_pages(zone) - low_wmark_pages(zone) -
@@ -114024,10 +115285,10 @@ index e88d071..d80e01a 100644
if (!mm || IS_ERR(mm)) {
rc = IS_ERR(mm) ? PTR_ERR(mm) : -ESRCH;
diff --git a/mm/rmap.c b/mm/rmap.c
-index 24dd3f9..4eb43f4 100644
+index 171b687..1a4b7e8 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
-@@ -166,6 +166,10 @@ int anon_vma_prepare(struct vm_area_struct *vma)
+@@ -168,6 +168,10 @@ int anon_vma_prepare(struct vm_area_struct *vma)
struct anon_vma *anon_vma = vma->anon_vma;
struct anon_vma_chain *avc;
@@ -114038,7 +115299,7 @@ index 24dd3f9..4eb43f4 100644
might_sleep();
if (unlikely(!anon_vma)) {
struct mm_struct *mm = vma->vm_mm;
-@@ -175,6 +179,12 @@ int anon_vma_prepare(struct vm_area_struct *vma)
+@@ -177,6 +181,12 @@ int anon_vma_prepare(struct vm_area_struct *vma)
if (!avc)
goto out_enomem;
@@ -114051,7 +115312,7 @@ index 24dd3f9..4eb43f4 100644
anon_vma = find_mergeable_anon_vma(vma);
allocated = NULL;
if (!anon_vma) {
-@@ -188,6 +198,19 @@ int anon_vma_prepare(struct vm_area_struct *vma)
+@@ -190,6 +200,19 @@ int anon_vma_prepare(struct vm_area_struct *vma)
/* page_table_lock to protect against threads */
spin_lock(&mm->page_table_lock);
if (likely(!vma->anon_vma)) {
@@ -114071,7 +115332,7 @@ index 24dd3f9..4eb43f4 100644
vma->anon_vma = anon_vma;
anon_vma_chain_link(vma, avc, anon_vma);
/* vma reference or self-parent link for new root */
-@@ -200,12 +223,24 @@ int anon_vma_prepare(struct vm_area_struct *vma)
+@@ -202,12 +225,24 @@ int anon_vma_prepare(struct vm_area_struct *vma)
if (unlikely(allocated))
put_anon_vma(allocated);
@@ -114096,7 +115357,7 @@ index 24dd3f9..4eb43f4 100644
anon_vma_chain_free(avc);
out_enomem:
return -ENOMEM;
-@@ -249,7 +284,7 @@ static inline void unlock_anon_vma_root(struct anon_vma *root)
+@@ -251,7 +286,7 @@ static inline void unlock_anon_vma_root(struct anon_vma *root)
* good chance of avoiding scanning the whole hierarchy when it searches where
* page is mapped.
*/
@@ -114105,7 +115366,7 @@ index 24dd3f9..4eb43f4 100644
{
struct anon_vma_chain *avc, *pavc;
struct anon_vma *root = NULL;
-@@ -303,7 +338,7 @@ int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src)
+@@ -305,7 +340,7 @@ int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src)
* the corresponding VMA in the parent process is attached to.
* Returns 0 on success, non-zero on failure.
*/
@@ -114114,7 +115375,7 @@ index 24dd3f9..4eb43f4 100644
{
struct anon_vma_chain *avc;
struct anon_vma *anon_vma;
-@@ -423,8 +458,10 @@ static void anon_vma_ctor(void *data)
+@@ -425,8 +460,10 @@ static void anon_vma_ctor(void *data)
void __init anon_vma_init(void)
{
anon_vma_cachep = kmem_cache_create("anon_vma", sizeof(struct anon_vma),
@@ -114128,7 +115389,7 @@ index 24dd3f9..4eb43f4 100644
/*
diff --git a/mm/shmem.c b/mm/shmem.c
-index 47d536e..8321b4e 100644
+index dbe0c1e..22c16c7 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -33,7 +33,7 @@
@@ -114149,7 +115410,7 @@ index 47d536e..8321b4e 100644
/*
* shmem_fallocate communicates with shmem_fault or shmem_writepage via
-@@ -2555,6 +2555,11 @@ static const struct xattr_handler *shmem_xattr_handlers[] = {
+@@ -2549,6 +2549,11 @@ static const struct xattr_handler *shmem_xattr_handlers[] = {
static int shmem_xattr_validate(const char *name)
{
struct { const char *prefix; size_t len; } arr[] = {
@@ -114161,7 +115422,7 @@ index 47d536e..8321b4e 100644
{ XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN },
{ XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN }
};
-@@ -2610,6 +2615,15 @@ static int shmem_setxattr(struct dentry *dentry, const char *name,
+@@ -2604,6 +2609,15 @@ static int shmem_setxattr(struct dentry *dentry, const char *name,
if (err)
return err;
@@ -114177,7 +115438,7 @@ index 47d536e..8321b4e 100644
return simple_xattr_set(&info->xattrs, name, value, size, flags);
}
-@@ -2993,8 +3007,7 @@ int shmem_fill_super(struct super_block *sb, void *data, int silent)
+@@ -2987,8 +3001,7 @@ int shmem_fill_super(struct super_block *sb, void *data, int silent)
int err = -ENOMEM;
/* Round up to L1_CACHE_BYTES to resist false sharing */
@@ -114188,10 +115449,18 @@ index 47d536e..8321b4e 100644
return -ENOMEM;
diff --git a/mm/slab.c b/mm/slab.c
-index 7eb38dd..0451459 100644
+index bbd0b47..eb6af9e 100644
--- a/mm/slab.c
+++ b/mm/slab.c
-@@ -314,10 +314,12 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
+@@ -116,6 +116,7 @@
+ #include <linux/kmemcheck.h>
+ #include <linux/memory.h>
+ #include <linux/prefetch.h>
++#include <linux/vmalloc.h>
+
+ #include <net/sock.h>
+
+@@ -314,10 +315,12 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
if ((x)->max_freeable < i) \
(x)->max_freeable = i; \
} while (0)
@@ -114208,7 +115477,7 @@ index 7eb38dd..0451459 100644
#else
#define STATS_INC_ACTIVE(x) do { } while (0)
#define STATS_DEC_ACTIVE(x) do { } while (0)
-@@ -334,6 +336,8 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
+@@ -334,6 +337,8 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
#define STATS_INC_ALLOCMISS(x) do { } while (0)
#define STATS_INC_FREEHIT(x) do { } while (0)
#define STATS_INC_FREEMISS(x) do { } while (0)
@@ -114217,7 +115486,7 @@ index 7eb38dd..0451459 100644
#endif
#if DEBUG
-@@ -450,7 +454,7 @@ static inline void *index_to_obj(struct kmem_cache *cache, struct page *page,
+@@ -450,7 +455,7 @@ static inline void *index_to_obj(struct kmem_cache *cache, struct page *page,
* reciprocal_divide(offset, cache->reciprocal_buffer_size)
*/
static inline unsigned int obj_to_index(const struct kmem_cache *cache,
@@ -114226,34 +115495,16 @@ index 7eb38dd..0451459 100644
{
u32 offset = (obj - page->s_mem);
return reciprocal_divide(offset, cache->reciprocal_buffer_size);
-@@ -1452,7 +1456,7 @@ void __init kmem_cache_init(void)
+@@ -1452,7 +1457,7 @@ void __init kmem_cache_init(void)
* structures first. Without this, further allocations will bug.
*/
kmalloc_caches[INDEX_NODE] = create_kmalloc_cache("kmalloc-node",
- kmalloc_size(INDEX_NODE), ARCH_KMALLOC_FLAGS);
+ kmalloc_size(INDEX_NODE), SLAB_USERCOPY | ARCH_KMALLOC_FLAGS);
slab_state = PARTIAL_NODE;
+ setup_kmalloc_cache_index_table();
- slab_early_init = 0;
-@@ -1602,7 +1606,7 @@ static struct page *kmem_getpages(struct kmem_cache *cachep, gfp_t flags,
- }
-
- /* Record if ALLOC_NO_WATERMARKS was set when allocating the slab */
-- if (unlikely(page->pfmemalloc))
-+ if (page_is_pfmemalloc(page))
- pfmemalloc_active = true;
-
- nr_pages = (1 << cachep->gfporder);
-@@ -1613,7 +1617,7 @@ static struct page *kmem_getpages(struct kmem_cache *cachep, gfp_t flags,
- add_zone_page_state(page_zone(page),
- NR_SLAB_UNRECLAIMABLE, nr_pages);
- __SetPageSlab(page);
-- if (page->pfmemalloc)
-+ if (page_is_pfmemalloc(page))
- SetPageSlabPfmemalloc(page);
-
- if (kmemcheck_enabled && !(cachep->flags & SLAB_NOTRACK)) {
-@@ -2073,7 +2077,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
+@@ -2074,7 +2079,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
cachep = find_mergeable(size, align, flags, name, ctor);
if (cachep) {
@@ -114262,7 +115513,27 @@ index 7eb38dd..0451459 100644
/*
* Adjust the object sizes so that we clear
-@@ -3371,6 +3375,20 @@ static inline void __cache_free(struct kmem_cache *cachep, void *objp,
+@@ -2190,9 +2195,16 @@ __kmem_cache_create (struct kmem_cache *cachep, unsigned long flags)
+ size += BYTES_PER_WORD;
+ }
+ #if FORCED_DEBUG && defined(CONFIG_DEBUG_PAGEALLOC)
+- if (size >= kmalloc_size(INDEX_NODE + 1)
+- && cachep->object_size > cache_line_size()
+- && ALIGN(size, cachep->align) < PAGE_SIZE) {
++ /*
++ * To activate debug pagealloc, off-slab management is necessary
++ * requirement. In early phase of initialization, small sized slab
++ * doesn't get initialized so it would not be possible. So, we need
++ * to check size >= 256. It guarantees that all necessary small
++ * sized slab is initialized in current slab initialization sequence.
++ */
++ if (!slab_early_init && size >= kmalloc_size(INDEX_NODE) &&
++ size >= 256 && cachep->object_size > cache_line_size() &&
++ ALIGN(size, cachep->align) < PAGE_SIZE) {
+ cachep->obj_offset += PAGE_SIZE - ALIGN(size, cachep->align);
+ size = PAGE_SIZE;
+ }
+@@ -3372,6 +3384,20 @@ static inline void __cache_free(struct kmem_cache *cachep, void *objp,
struct array_cache *ac = cpu_cache_get(cachep);
check_irq_off();
@@ -114283,7 +115554,7 @@ index 7eb38dd..0451459 100644
kmemleak_free_recursive(objp, cachep->flags);
objp = cache_free_debugcheck(cachep, objp, caller);
-@@ -3483,7 +3501,7 @@ __do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller)
+@@ -3484,7 +3510,7 @@ __do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller)
return kmem_cache_alloc_node_trace(cachep, flags, node, size);
}
@@ -114292,7 +115563,7 @@ index 7eb38dd..0451459 100644
{
return __do_kmalloc_node(size, flags, node, _RET_IP_);
}
-@@ -3503,7 +3521,7 @@ EXPORT_SYMBOL(__kmalloc_node_track_caller);
+@@ -3504,7 +3530,7 @@ EXPORT_SYMBOL(__kmalloc_node_track_caller);
* @flags: the type of memory to allocate (see kmalloc).
* @caller: function caller for debug tracking of the caller
*/
@@ -114301,7 +115572,7 @@ index 7eb38dd..0451459 100644
unsigned long caller)
{
struct kmem_cache *cachep;
-@@ -3576,6 +3594,7 @@ void kfree(const void *objp)
+@@ -3577,6 +3603,7 @@ void kfree(const void *objp)
if (unlikely(ZERO_OR_NULL_PTR(objp)))
return;
@@ -114309,7 +115580,7 @@ index 7eb38dd..0451459 100644
local_irq_save(flags);
kfree_debugcheck(objp);
c = virt_to_cache(objp);
-@@ -3995,14 +4014,22 @@ void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *cachep)
+@@ -3996,14 +4023,22 @@ void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *cachep)
}
/* cpu stats */
{
@@ -114336,7 +115607,7 @@ index 7eb38dd..0451459 100644
#endif
}
-@@ -4210,13 +4237,80 @@ static const struct file_operations proc_slabstats_operations = {
+@@ -4211,13 +4246,80 @@ static const struct file_operations proc_slabstats_operations = {
static int __init slab_proc_init(void)
{
#ifdef CONFIG_DEBUG_SLAB_LEAK
@@ -114419,7 +115690,7 @@ index 7eb38dd..0451459 100644
* ksize - get the actual amount of memory allocated for a given object
* @objp: Pointer to the object
diff --git a/mm/slab.h b/mm/slab.h
-index 4c3ac12..7b2e470 100644
+index 8da63e4..50c423b 100644
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -22,7 +22,7 @@ struct kmem_cache {
@@ -114452,7 +115723,7 @@ index 4c3ac12..7b2e470 100644
unsigned long calculate_alignment(unsigned long flags,
unsigned long align, unsigned long size);
-@@ -114,7 +128,8 @@ static inline unsigned long kmem_cache_flags(unsigned long object_size,
+@@ -115,7 +129,8 @@ static inline unsigned long kmem_cache_flags(unsigned long object_size,
/* Legal flag mask for kmem_cache_create(), for various configurations */
#define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | SLAB_PANIC | \
@@ -114462,7 +115733,7 @@ index 4c3ac12..7b2e470 100644
#if defined(CONFIG_DEBUG_SLAB)
#define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
-@@ -315,6 +330,9 @@ static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x)
+@@ -316,6 +331,9 @@ static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x)
return s;
page = virt_to_head_page(x);
@@ -114473,7 +115744,7 @@ index 4c3ac12..7b2e470 100644
if (slab_equal_or_root(cachep, s))
return cachep;
diff --git a/mm/slab_common.c b/mm/slab_common.c
-index 999bb34..9843aea 100644
+index 8683110..916e2c5 100644
--- a/mm/slab_common.c
+++ b/mm/slab_common.c
@@ -25,11 +25,35 @@
@@ -114513,7 +115784,7 @@ index 999bb34..9843aea 100644
/*
* Set of flags that will prevent slab merging
*/
-@@ -44,7 +68,7 @@ struct kmem_cache *kmem_cache;
+@@ -43,7 +67,7 @@ struct kmem_cache *kmem_cache;
* Merge control. If this is set then no merging of slab caches will occur.
* (Could be removed. This was introduced to pacify the merge skeptics.)
*/
@@ -114522,7 +115793,7 @@ index 999bb34..9843aea 100644
static int __init setup_slab_nomerge(char *str)
{
-@@ -217,7 +241,7 @@ int slab_unmergeable(struct kmem_cache *s)
+@@ -216,7 +240,7 @@ int slab_unmergeable(struct kmem_cache *s)
/*
* We may have set a slab to be unmergeable during bootstrap.
*/
@@ -114531,7 +115802,7 @@ index 999bb34..9843aea 100644
return 1;
return 0;
-@@ -321,7 +345,7 @@ do_kmem_cache_create(const char *name, size_t object_size, size_t size,
+@@ -320,7 +344,7 @@ do_kmem_cache_create(const char *name, size_t object_size, size_t size,
if (err)
goto out_free_cache;
@@ -114540,7 +115811,7 @@ index 999bb34..9843aea 100644
list_add(&s->list, &slab_caches);
out:
if (err)
-@@ -386,6 +410,13 @@ kmem_cache_create(const char *name, size_t size, size_t align,
+@@ -385,6 +409,13 @@ kmem_cache_create(const char *name, size_t size, size_t align,
*/
flags &= CACHE_CREATE_MASK;
@@ -114554,7 +115825,7 @@ index 999bb34..9843aea 100644
s = __kmem_cache_alias(name, size, align, flags, ctor);
if (s)
goto out_unlock;
-@@ -456,7 +487,7 @@ static void do_kmem_cache_release(struct list_head *release,
+@@ -455,7 +486,7 @@ static void do_kmem_cache_release(struct list_head *release,
rcu_barrier();
list_for_each_entry_safe(s, s2, release, list) {
@@ -114563,7 +115834,7 @@ index 999bb34..9843aea 100644
sysfs_slab_remove(s);
#else
slab_kmem_cache_release(s);
-@@ -625,8 +656,7 @@ void kmem_cache_destroy(struct kmem_cache *s)
+@@ -624,8 +655,7 @@ void kmem_cache_destroy(struct kmem_cache *s)
mutex_lock(&slab_mutex);
@@ -114573,7 +115844,7 @@ index 999bb34..9843aea 100644
goto out_unlock;
for_each_memcg_cache_safe(c, c2, s) {
-@@ -691,7 +721,7 @@ void __init create_boot_cache(struct kmem_cache *s, const char *name, size_t siz
+@@ -690,7 +720,7 @@ void __init create_boot_cache(struct kmem_cache *s, const char *name, size_t siz
panic("Creation of kmalloc slab %s size=%zu failed. Reason %d\n",
name, size, err);
@@ -114582,7 +115853,7 @@ index 999bb34..9843aea 100644
}
struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size,
-@@ -704,7 +734,7 @@ struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size,
+@@ -703,7 +733,7 @@ struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size,
create_boot_cache(s, name, size, flags);
list_add(&s->list, &slab_caches);
@@ -114591,7 +115862,7 @@ index 999bb34..9843aea 100644
return s;
}
-@@ -716,6 +746,11 @@ struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
+@@ -715,6 +745,11 @@ struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
EXPORT_SYMBOL(kmalloc_dma_caches);
#endif
@@ -114603,7 +115874,7 @@ index 999bb34..9843aea 100644
/*
* Conversion table for small slabs sizes / 8 to the index in the
* kmalloc array. This is necessary for slabs < 192 since we have non power
-@@ -780,6 +815,13 @@ struct kmem_cache *kmalloc_slab(size_t size, gfp_t flags)
+@@ -779,6 +814,13 @@ struct kmem_cache *kmalloc_slab(size_t size, gfp_t flags)
return kmalloc_dma_caches[index];
#endif
@@ -114617,29 +115888,28 @@ index 999bb34..9843aea 100644
return kmalloc_caches[index];
}
-@@ -836,7 +878,7 @@ void __init create_kmalloc_caches(unsigned long flags)
+@@ -871,7 +913,7 @@ void __init create_kmalloc_caches(unsigned long flags)
+
for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) {
- if (!kmalloc_caches[i]) {
- kmalloc_caches[i] = create_kmalloc_cache(NULL,
-- 1 << i, flags);
-+ 1 << i, SLAB_USERCOPY | flags);
- }
+ if (!kmalloc_caches[i])
+- new_kmalloc_cache(i, flags);
++ new_kmalloc_cache(i, SLAB_USERCOPY | flags);
/*
-@@ -845,10 +887,10 @@ void __init create_kmalloc_caches(unsigned long flags)
+ * Caches that are not of the two-to-the-power-of size.
+@@ -879,9 +921,9 @@ void __init create_kmalloc_caches(unsigned long flags)
* earlier power of two caches
*/
if (KMALLOC_MIN_SIZE <= 32 && !kmalloc_caches[1] && i == 6)
-- kmalloc_caches[1] = create_kmalloc_cache(NULL, 96, flags);
-+ kmalloc_caches[1] = create_kmalloc_cache(NULL, 96, SLAB_USERCOPY | flags);
-
+- new_kmalloc_cache(1, flags);
++ new_kmalloc_cache(1, SLAB_USERCOPY | flags);
if (KMALLOC_MIN_SIZE <= 64 && !kmalloc_caches[2] && i == 7)
-- kmalloc_caches[2] = create_kmalloc_cache(NULL, 192, flags);
-+ kmalloc_caches[2] = create_kmalloc_cache(NULL, 192, SLAB_USERCOPY | flags);
+- new_kmalloc_cache(2, flags);
++ new_kmalloc_cache(2, SLAB_USERCOPY | flags);
}
/* Kmalloc array is now usable */
-@@ -881,6 +923,23 @@ void __init create_kmalloc_caches(unsigned long flags)
+@@ -902,6 +944,23 @@ void __init create_kmalloc_caches(unsigned long flags)
}
}
#endif
@@ -114663,7 +115933,7 @@ index 999bb34..9843aea 100644
}
#endif /* !CONFIG_SLOB */
-@@ -940,6 +999,9 @@ static void print_slabinfo_header(struct seq_file *m)
+@@ -961,6 +1020,9 @@ static void print_slabinfo_header(struct seq_file *m)
seq_puts(m, " : globalstat <listallocs> <maxobjs> <grown> <reaped> "
"<error> <maxfreeable> <nodeallocs> <remotefrees> <alienoverflow>");
seq_puts(m, " : cpustat <allochit> <allocmiss> <freehit> <freemiss>");
@@ -114673,7 +115943,7 @@ index 999bb34..9843aea 100644
#endif
seq_putc(m, '\n');
}
-@@ -1069,7 +1131,7 @@ static int __init slab_proc_init(void)
+@@ -1090,7 +1152,7 @@ static int __init slab_proc_init(void)
module_init(slab_proc_init);
#endif /* CONFIG_SLABINFO */
@@ -114683,10 +115953,18 @@ index 999bb34..9843aea 100644
{
void *ret;
diff --git a/mm/slob.c b/mm/slob.c
-index 4765f65..f17284d 100644
+index 4765f65..5dec45e 100644
--- a/mm/slob.c
+++ b/mm/slob.c
-@@ -157,7 +157,7 @@ static void set_slob(slob_t *s, slobidx_t size, slob_t *next)
+@@ -67,6 +67,7 @@
+ #include <linux/rcupdate.h>
+ #include <linux/list.h>
+ #include <linux/kmemleak.h>
++#include <linux/vmalloc.h>
+
+ #include <trace/events/kmem.h>
+
+@@ -157,7 +158,7 @@ static void set_slob(slob_t *s, slobidx_t size, slob_t *next)
/*
* Return the size of a slob block.
*/
@@ -114695,7 +115973,7 @@ index 4765f65..f17284d 100644
{
if (s->units > 0)
return s->units;
-@@ -167,7 +167,7 @@ static slobidx_t slob_units(slob_t *s)
+@@ -167,7 +168,7 @@ static slobidx_t slob_units(slob_t *s)
/*
* Return the next free slob block pointer after this one.
*/
@@ -114704,7 +115982,7 @@ index 4765f65..f17284d 100644
{
slob_t *base = (slob_t *)((unsigned long)s & PAGE_MASK);
slobidx_t next;
-@@ -182,14 +182,14 @@ static slob_t *slob_next(slob_t *s)
+@@ -182,14 +183,14 @@ static slob_t *slob_next(slob_t *s)
/*
* Returns true if s is the last free block in its page.
*/
@@ -114722,7 +116000,7 @@ index 4765f65..f17284d 100644
#ifdef CONFIG_NUMA
if (node != NUMA_NO_NODE)
-@@ -201,14 +201,18 @@ static void *slob_new_pages(gfp_t gfp, int order, int node)
+@@ -201,14 +202,18 @@ static void *slob_new_pages(gfp_t gfp, int order, int node)
if (!page)
return NULL;
@@ -114744,7 +116022,7 @@ index 4765f65..f17284d 100644
}
/*
-@@ -313,15 +317,15 @@ static void *slob_alloc(size_t size, gfp_t gfp, int align, int node)
+@@ -313,15 +318,15 @@ static void *slob_alloc(size_t size, gfp_t gfp, int align, int node)
/* Not enough space: must allocate a new page */
if (!b) {
@@ -114764,7 +116042,7 @@ index 4765f65..f17284d 100644
INIT_LIST_HEAD(&sp->lru);
set_slob(b, SLOB_UNITS(PAGE_SIZE), b + SLOB_UNITS(PAGE_SIZE));
set_slob_page_free(sp, slob_list);
-@@ -337,7 +341,7 @@ static void *slob_alloc(size_t size, gfp_t gfp, int align, int node)
+@@ -337,7 +342,7 @@ static void *slob_alloc(size_t size, gfp_t gfp, int align, int node)
/*
* slob_free: entry point into the slob allocator.
*/
@@ -114773,7 +116051,7 @@ index 4765f65..f17284d 100644
{
struct page *sp;
slob_t *prev, *next, *b = (slob_t *)block;
-@@ -359,12 +363,15 @@ static void slob_free(void *block, int size)
+@@ -359,12 +364,15 @@ static void slob_free(void *block, int size)
if (slob_page_free(sp))
clear_slob_page_free(sp);
spin_unlock_irqrestore(&slob_lock, flags);
@@ -114792,7 +116070,7 @@ index 4765f65..f17284d 100644
if (!slob_page_free(sp)) {
/* This slob page is about to become partially free. Easy! */
sp->units = units;
-@@ -424,11 +431,10 @@ out:
+@@ -424,11 +432,10 @@ out:
*/
static __always_inline void *
@@ -114807,7 +116085,7 @@ index 4765f65..f17284d 100644
gfp &= gfp_allowed_mask;
-@@ -442,27 +448,45 @@ __do_kmalloc_node(size_t size, gfp_t gfp, int node, unsigned long caller)
+@@ -442,27 +449,45 @@ __do_kmalloc_node(size_t size, gfp_t gfp, int node, unsigned long caller)
if (!m)
return NULL;
@@ -114857,7 +116135,7 @@ index 4765f65..f17284d 100644
{
return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, _RET_IP_);
}
-@@ -491,34 +515,123 @@ void kfree(const void *block)
+@@ -491,34 +516,123 @@ void kfree(const void *block)
return;
kmemleak_free(block);
@@ -114990,7 +116268,7 @@ index 4765f65..f17284d 100644
}
EXPORT_SYMBOL(ksize);
-@@ -534,23 +647,33 @@ int __kmem_cache_create(struct kmem_cache *c, unsigned long flags)
+@@ -534,23 +648,33 @@ int __kmem_cache_create(struct kmem_cache *c, unsigned long flags)
static void *slob_alloc_node(struct kmem_cache *c, gfp_t flags, int node)
{
@@ -115026,7 +116304,7 @@ index 4765f65..f17284d 100644
if (b && c->ctor)
c->ctor(b);
-@@ -566,7 +689,7 @@ void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags)
+@@ -566,7 +690,7 @@ void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags)
EXPORT_SYMBOL(kmem_cache_alloc);
#ifdef CONFIG_NUMA
@@ -115035,7 +116313,7 @@ index 4765f65..f17284d 100644
{
return __do_kmalloc_node(size, gfp, node, _RET_IP_);
}
-@@ -579,12 +702,16 @@ void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node)
+@@ -579,12 +703,16 @@ void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node)
EXPORT_SYMBOL(kmem_cache_alloc_node);
#endif
@@ -115056,7 +116334,7 @@ index 4765f65..f17284d 100644
}
static void kmem_rcu_free(struct rcu_head *head)
-@@ -592,22 +719,36 @@ static void kmem_rcu_free(struct rcu_head *head)
+@@ -592,22 +720,36 @@ static void kmem_rcu_free(struct rcu_head *head)
struct slob_rcu *slob_rcu = (struct slob_rcu *)head;
void *b = (void *)slob_rcu - (slob_rcu->size - sizeof(struct slob_rcu));
@@ -115098,10 +116376,18 @@ index 4765f65..f17284d 100644
EXPORT_SYMBOL(kmem_cache_free);
diff --git a/mm/slub.c b/mm/slub.c
-index 54c0876..61847f8 100644
+index f68c0e5..eb77178 100644
--- a/mm/slub.c
+++ b/mm/slub.c
-@@ -198,7 +198,7 @@ struct track {
+@@ -34,6 +34,7 @@
+ #include <linux/stacktrace.h>
+ #include <linux/prefetch.h>
+ #include <linux/memcontrol.h>
++#include <linux/vmalloc.h>
+
+ #include <trace/events/kmem.h>
+
+@@ -198,7 +199,7 @@ struct track {
enum track_item { TRACK_ALLOC, TRACK_FREE };
@@ -115110,7 +116396,7 @@ index 54c0876..61847f8 100644
static int sysfs_slab_add(struct kmem_cache *);
static int sysfs_slab_alias(struct kmem_cache *, const char *);
static void memcg_propagate_slab_attrs(struct kmem_cache *s);
-@@ -556,7 +556,7 @@ static void print_track(const char *s, struct track *t)
+@@ -556,7 +557,7 @@ static void print_track(const char *s, struct track *t)
if (!t->addr)
return;
@@ -115119,16 +116405,7 @@ index 54c0876..61847f8 100644
s, (void *)t->addr, jiffies - t->when, t->cpu, t->pid);
#ifdef CONFIG_STACKTRACE
{
-@@ -1427,7 +1427,7 @@ static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node)
- inc_slabs_node(s, page_to_nid(page), page->objects);
- page->slab_cache = s;
- __SetPageSlab(page);
-- if (page->pfmemalloc)
-+ if (page_is_pfmemalloc(page))
- SetPageSlabPfmemalloc(page);
-
- start = page_address(page);
-@@ -2707,6 +2707,14 @@ static __always_inline void slab_free(struct kmem_cache *s,
+@@ -2707,6 +2708,14 @@ static __always_inline void slab_free(struct kmem_cache *s,
slab_free_hook(s, x);
@@ -115143,7 +116420,7 @@ index 54c0876..61847f8 100644
redo:
/*
* Determine the currently cpus per cpu slab.
-@@ -3048,6 +3056,9 @@ static int calculate_sizes(struct kmem_cache *s, int forced_order)
+@@ -3048,6 +3057,9 @@ static int calculate_sizes(struct kmem_cache *s, int forced_order)
s->inuse = size;
if (((flags & (SLAB_DESTROY_BY_RCU | SLAB_POISON)) ||
@@ -115153,7 +116430,7 @@ index 54c0876..61847f8 100644
s->ctor)) {
/*
* Relocate free pointer after the object if it is not
-@@ -3302,7 +3313,7 @@ static int __init setup_slub_min_objects(char *str)
+@@ -3302,7 +3314,7 @@ static int __init setup_slub_min_objects(char *str)
__setup("slub_min_objects=", setup_slub_min_objects);
@@ -115162,7 +116439,7 @@ index 54c0876..61847f8 100644
{
struct kmem_cache *s;
void *ret;
-@@ -3340,7 +3351,7 @@ static void *kmalloc_large_node(size_t size, gfp_t flags, int node)
+@@ -3340,7 +3352,7 @@ static void *kmalloc_large_node(size_t size, gfp_t flags, int node)
return ptr;
}
@@ -115171,7 +116448,7 @@ index 54c0876..61847f8 100644
{
struct kmem_cache *s;
void *ret;
-@@ -3388,6 +3399,70 @@ static size_t __ksize(const void *object)
+@@ -3388,6 +3400,70 @@ static size_t __ksize(const void *object)
return slab_ksize(page->slab_cache);
}
@@ -115242,7 +116519,7 @@ index 54c0876..61847f8 100644
size_t ksize(const void *object)
{
size_t size = __ksize(object);
-@@ -3408,6 +3483,7 @@ void kfree(const void *x)
+@@ -3408,6 +3484,7 @@ void kfree(const void *x)
if (unlikely(ZERO_OR_NULL_PTR(x)))
return;
@@ -115250,7 +116527,7 @@ index 54c0876..61847f8 100644
page = virt_to_head_page(x);
if (unlikely(!PageSlab(page))) {
BUG_ON(!PageCompound(page));
-@@ -3724,7 +3800,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
+@@ -3725,7 +3802,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
s = find_mergeable(size, align, flags, name, ctor);
if (s) {
@@ -115259,7 +116536,7 @@ index 54c0876..61847f8 100644
/*
* Adjust the object sizes so that we clear
-@@ -3740,7 +3816,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
+@@ -3741,7 +3818,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
}
if (sysfs_slab_alias(s, name)) {
@@ -115268,7 +116545,7 @@ index 54c0876..61847f8 100644
s = NULL;
}
}
-@@ -3857,7 +3933,7 @@ void *__kmalloc_node_track_caller(size_t size, gfp_t gfpflags,
+@@ -3858,7 +3935,7 @@ void *__kmalloc_node_track_caller(size_t size, gfp_t gfpflags,
}
#endif
@@ -115277,7 +116554,7 @@ index 54c0876..61847f8 100644
static int count_inuse(struct page *page)
{
return page->inuse;
-@@ -4138,7 +4214,11 @@ static int list_locations(struct kmem_cache *s, char *buf,
+@@ -4139,7 +4216,11 @@ static int list_locations(struct kmem_cache *s, char *buf,
len += sprintf(buf + len, "%7ld ", l->count);
if (l->addr)
@@ -115289,7 +116566,7 @@ index 54c0876..61847f8 100644
else
len += sprintf(buf + len, "<not-available>");
-@@ -4236,12 +4316,12 @@ static void __init resiliency_test(void)
+@@ -4237,12 +4318,12 @@ static void __init resiliency_test(void)
validate_slab_cache(kmalloc_caches[9]);
}
#else
@@ -115304,7 +116581,7 @@ index 54c0876..61847f8 100644
enum slab_stat_type {
SL_ALL, /* All slabs */
SL_PARTIAL, /* Only partially allocated slabs */
-@@ -4478,13 +4558,17 @@ static ssize_t ctor_show(struct kmem_cache *s, char *buf)
+@@ -4479,13 +4560,17 @@ static ssize_t ctor_show(struct kmem_cache *s, char *buf)
{
if (!s->ctor)
return 0;
@@ -115323,7 +116600,7 @@ index 54c0876..61847f8 100644
}
SLAB_ATTR_RO(aliases);
-@@ -4572,6 +4656,22 @@ static ssize_t cache_dma_show(struct kmem_cache *s, char *buf)
+@@ -4573,6 +4658,22 @@ static ssize_t cache_dma_show(struct kmem_cache *s, char *buf)
SLAB_ATTR_RO(cache_dma);
#endif
@@ -115346,7 +116623,7 @@ index 54c0876..61847f8 100644
static ssize_t destroy_by_rcu_show(struct kmem_cache *s, char *buf)
{
return sprintf(buf, "%d\n", !!(s->flags & SLAB_DESTROY_BY_RCU));
-@@ -4627,7 +4727,7 @@ static ssize_t trace_store(struct kmem_cache *s, const char *buf,
+@@ -4628,7 +4729,7 @@ static ssize_t trace_store(struct kmem_cache *s, const char *buf,
* as well as cause other issues like converting a mergeable
* cache into an umergeable one.
*/
@@ -115355,7 +116632,7 @@ index 54c0876..61847f8 100644
return -EINVAL;
s->flags &= ~SLAB_TRACE;
-@@ -4747,7 +4847,7 @@ static ssize_t failslab_show(struct kmem_cache *s, char *buf)
+@@ -4748,7 +4849,7 @@ static ssize_t failslab_show(struct kmem_cache *s, char *buf)
static ssize_t failslab_store(struct kmem_cache *s, const char *buf,
size_t length)
{
@@ -115364,7 +116641,7 @@ index 54c0876..61847f8 100644
return -EINVAL;
s->flags &= ~SLAB_FAILSLAB;
-@@ -4914,6 +5014,12 @@ static struct attribute *slab_attrs[] = {
+@@ -4915,6 +5016,12 @@ static struct attribute *slab_attrs[] = {
#ifdef CONFIG_ZONE_DMA
&cache_dma_attr.attr,
#endif
@@ -115377,7 +116654,7 @@ index 54c0876..61847f8 100644
#ifdef CONFIG_NUMA
&remote_node_defrag_ratio_attr.attr,
#endif
-@@ -5155,6 +5261,7 @@ static char *create_unique_id(struct kmem_cache *s)
+@@ -5156,6 +5263,7 @@ static char *create_unique_id(struct kmem_cache *s)
return name;
}
@@ -115385,7 +116662,7 @@ index 54c0876..61847f8 100644
static int sysfs_slab_add(struct kmem_cache *s)
{
int err;
-@@ -5228,6 +5335,7 @@ void sysfs_slab_remove(struct kmem_cache *s)
+@@ -5229,6 +5337,7 @@ void sysfs_slab_remove(struct kmem_cache *s)
kobject_del(&s->kobj);
kobject_put(&s->kobj);
}
@@ -115393,7 +116670,7 @@ index 54c0876..61847f8 100644
/*
* Need to buffer aliases during bootup until sysfs becomes
-@@ -5241,6 +5349,7 @@ struct saved_alias {
+@@ -5242,6 +5351,7 @@ struct saved_alias {
static struct saved_alias *alias_list;
@@ -115401,7 +116678,7 @@ index 54c0876..61847f8 100644
static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
{
struct saved_alias *al;
-@@ -5263,6 +5372,7 @@ static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
+@@ -5264,6 +5374,7 @@ static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
alias_list = al;
return 0;
}
@@ -115445,7 +116722,7 @@ index d1b48b6..6e8590e 100644
}
}
diff --git a/mm/swap.c b/mm/swap.c
-index a7251a8..ac754a9 100644
+index a3a0a2f..915d436 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -85,6 +85,8 @@ static void __put_compound_page(struct page *page)
@@ -115458,7 +116735,7 @@ index a7251a8..ac754a9 100644
}
diff --git a/mm/swapfile.c b/mm/swapfile.c
-index a7e7210..b286e7d 100644
+index 41e4581..6c452c9 100644
--- a/mm/swapfile.c
+++ b/mm/swapfile.c
@@ -84,7 +84,7 @@ static DEFINE_MUTEX(swapon_mutex);
@@ -115536,7 +116813,7 @@ index 68ff8a5..40c7a70 100644
if (len > buflen)
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
-index 2faaa29..37314a8 100644
+index 2faaa29..14881ba 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -40,20 +40,65 @@ struct vfree_deferred {
@@ -115630,12 +116907,7 @@ index 2faaa29..37314a8 100644
} while (pte++, addr += PAGE_SIZE, addr != end);
}
-@@ -127,16 +183,29 @@ static int vmap_pte_range(pmd_t *pmd, unsigned long addr,
- pte = pte_alloc_kernel(pmd, addr);
- if (!pte)
- return -ENOMEM;
-+
-+ pax_open_kernel();
+@@ -130,10 +186,18 @@ static int vmap_pte_range(pmd_t *pmd, unsigned long addr,
do {
struct page *page = pages[*nr];
@@ -115645,24 +116917,18 @@ index 2faaa29..37314a8 100644
+#endif
+
+ if (!pte_none(*pte)) {
-+ pax_close_kernel();
+ WARN_ON(1);
return -EBUSY;
- if (WARN_ON(!page))
+ }
+ if (!page) {
-+ pax_close_kernel();
+ WARN_ON(1);
return -ENOMEM;
+ }
set_pte_at(&init_mm, addr, pte, mk_pte(page, prot));
(*nr)++;
} while (pte++, addr += PAGE_SIZE, addr != end);
-+ pax_close_kernel();
- return 0;
- }
-
-@@ -146,7 +215,7 @@ static int vmap_pmd_range(pud_t *pud, unsigned long addr,
+@@ -146,7 +210,7 @@ static int vmap_pmd_range(pud_t *pud, unsigned long addr,
pmd_t *pmd;
unsigned long next;
@@ -115671,7 +116937,7 @@ index 2faaa29..37314a8 100644
if (!pmd)
return -ENOMEM;
do {
-@@ -163,7 +232,7 @@ static int vmap_pud_range(pgd_t *pgd, unsigned long addr,
+@@ -163,7 +227,7 @@ static int vmap_pud_range(pgd_t *pgd, unsigned long addr,
pud_t *pud;
unsigned long next;
@@ -115680,7 +116946,7 @@ index 2faaa29..37314a8 100644
if (!pud)
return -ENOMEM;
do {
-@@ -223,6 +292,12 @@ int is_vmalloc_or_module_addr(const void *x)
+@@ -223,6 +287,12 @@ int is_vmalloc_or_module_addr(const void *x)
if (addr >= MODULES_VADDR && addr < MODULES_END)
return 1;
#endif
@@ -115693,7 +116959,7 @@ index 2faaa29..37314a8 100644
return is_vmalloc_addr(x);
}
-@@ -243,8 +318,14 @@ struct page *vmalloc_to_page(const void *vmalloc_addr)
+@@ -243,8 +313,14 @@ struct page *vmalloc_to_page(const void *vmalloc_addr)
if (!pgd_none(*pgd)) {
pud_t *pud = pud_offset(pgd, addr);
@@ -115708,7 +116974,7 @@ index 2faaa29..37314a8 100644
if (!pmd_none(*pmd)) {
pte_t *ptep, pte;
-@@ -346,7 +427,7 @@ static void purge_vmap_area_lazy(void);
+@@ -346,7 +422,7 @@ static void purge_vmap_area_lazy(void);
* Allocate a region of KVA of the specified size and alignment, within the
* vstart and vend.
*/
@@ -115717,7 +116983,7 @@ index 2faaa29..37314a8 100644
unsigned long align,
unsigned long vstart, unsigned long vend,
int node, gfp_t gfp_mask)
-@@ -1202,13 +1283,27 @@ void __init vmalloc_init(void)
+@@ -1202,13 +1278,27 @@ void __init vmalloc_init(void)
for_each_possible_cpu(i) {
struct vmap_block_queue *vbq;
struct vfree_deferred *p;
@@ -115746,7 +117012,7 @@ index 2faaa29..37314a8 100644
}
/* Import existing vmlist entries. */
-@@ -1333,6 +1428,16 @@ static struct vm_struct *__get_vm_area_node(unsigned long size,
+@@ -1333,6 +1423,16 @@ static struct vm_struct *__get_vm_area_node(unsigned long size,
struct vm_struct *area;
BUG_ON(in_interrupt());
@@ -115763,7 +117029,7 @@ index 2faaa29..37314a8 100644
if (flags & VM_IOREMAP)
align = 1ul << clamp_t(int, fls_long(size),
PAGE_SHIFT, IOREMAP_MAX_ORDER);
-@@ -1531,13 +1636,36 @@ EXPORT_SYMBOL(vfree);
+@@ -1531,13 +1631,36 @@ EXPORT_SYMBOL(vfree);
*/
void vunmap(const void *addr)
{
@@ -115803,7 +117069,7 @@ index 2faaa29..37314a8 100644
/**
* vmap - map an array of pages into virtually contiguous space
* @pages: array of page pointers
-@@ -1558,6 +1686,11 @@ void *vmap(struct page **pages, unsigned int count,
+@@ -1558,6 +1681,11 @@ void *vmap(struct page **pages, unsigned int count,
if (count > totalram_pages)
return NULL;
@@ -115815,7 +117081,7 @@ index 2faaa29..37314a8 100644
area = get_vm_area_caller((count << PAGE_SHIFT), flags,
__builtin_return_address(0));
if (!area)
-@@ -1662,6 +1795,14 @@ void *__vmalloc_node_range(unsigned long size, unsigned long align,
+@@ -1662,6 +1790,14 @@ void *__vmalloc_node_range(unsigned long size, unsigned long align,
if (!size || (size >> PAGE_SHIFT) > totalram_pages)
goto fail;
@@ -115830,7 +117096,7 @@ index 2faaa29..37314a8 100644
area = __get_vm_area_node(size, align, VM_ALLOC | VM_UNINITIALIZED |
vm_flags, start, end, node, gfp_mask, caller);
if (!area)
-@@ -1715,6 +1856,14 @@ static void *__vmalloc_node(unsigned long size, unsigned long align,
+@@ -1715,6 +1851,14 @@ static void *__vmalloc_node(unsigned long size, unsigned long align,
gfp_mask, prot, 0, node, caller);
}
@@ -115845,7 +117111,7 @@ index 2faaa29..37314a8 100644
void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot)
{
return __vmalloc_node(size, 1, gfp_mask, prot, NUMA_NO_NODE,
-@@ -1838,10 +1987,9 @@ EXPORT_SYMBOL(vzalloc_node);
+@@ -1838,10 +1982,9 @@ EXPORT_SYMBOL(vzalloc_node);
* For tight control over page level allocator and protection flags
* use __vmalloc() instead.
*/
@@ -115857,7 +117123,7 @@ index 2faaa29..37314a8 100644
NUMA_NO_NODE, __builtin_return_address(0));
}
-@@ -2148,6 +2296,8 @@ int remap_vmalloc_range_partial(struct vm_area_struct *vma, unsigned long uaddr,
+@@ -2148,6 +2291,8 @@ int remap_vmalloc_range_partial(struct vm_area_struct *vma, unsigned long uaddr,
{
struct vm_struct *area;
@@ -115866,7 +117132,7 @@ index 2faaa29..37314a8 100644
size = PAGE_ALIGN(size);
if (!PAGE_ALIGNED(uaddr) || !PAGE_ALIGNED(kaddr))
-@@ -2630,7 +2780,11 @@ static int s_show(struct seq_file *m, void *p)
+@@ -2630,7 +2775,11 @@ static int s_show(struct seq_file *m, void *p)
v->addr, v->addr + v->size, v->size);
if (v->caller)
@@ -115983,7 +117249,7 @@ index 4f5cd97..9fb715a 100644
return 0;
}
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c
-index 59555f0..fd7ade9 100644
+index d2cd9de..501c186 100644
--- a/net/8021q/vlan.c
+++ b/net/8021q/vlan.c
@@ -491,7 +491,7 @@ out:
@@ -116231,18 +117497,6 @@ index 0447d5d..3cf4728 100644
__AAL_STAT_ITEMS
#undef __HANDLE_ITEM
}
-diff --git a/net/ax25/ax25_subr.c b/net/ax25/ax25_subr.c
-index 1997538..3b78e84 100644
---- a/net/ax25/ax25_subr.c
-+++ b/net/ax25/ax25_subr.c
-@@ -264,6 +264,7 @@ void ax25_disconnect(ax25_cb *ax25, int reason)
- {
- ax25_clear_queues(ax25);
-
-+ ax25_stop_heartbeat(ax25);
- ax25_stop_t1timer(ax25);
- ax25_stop_t2timer(ax25);
- ax25_stop_t3timer(ax25);
diff --git a/net/ax25/sysctl_net_ax25.c b/net/ax25/sysctl_net_ax25.c
index 919a5ce..cc6b444 100644
--- a/net/ax25/sysctl_net_ax25.c
@@ -116257,10 +117511,10 @@ index 919a5ce..cc6b444 100644
table = kmemdup(ax25_param_table, sizeof(ax25_param_table), GFP_KERNEL);
if (!table)
diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c
-index 00e00e0..710fcd2 100644
+index 753383c..32d12d9 100644
--- a/net/batman-adv/bat_iv_ogm.c
+++ b/net/batman-adv/bat_iv_ogm.c
-@@ -312,7 +312,7 @@ static int batadv_iv_ogm_iface_enable(struct batadv_hard_iface *hard_iface)
+@@ -343,7 +343,7 @@ static int batadv_iv_ogm_iface_enable(struct batadv_hard_iface *hard_iface)
/* randomize initial seqno to avoid collision */
get_random_bytes(&random_seqno, sizeof(random_seqno));
@@ -116269,7 +117523,7 @@ index 00e00e0..710fcd2 100644
hard_iface->bat_iv.ogm_buff_len = BATADV_OGM_HLEN;
ogm_buff = kmalloc(hard_iface->bat_iv.ogm_buff_len, GFP_ATOMIC);
-@@ -917,9 +917,9 @@ static void batadv_iv_ogm_schedule(struct batadv_hard_iface *hard_iface)
+@@ -947,9 +947,9 @@ static void batadv_iv_ogm_schedule(struct batadv_hard_iface *hard_iface)
batadv_ogm_packet->tvlv_len = htons(tvlv_len);
/* change sequence number to network order */
@@ -116281,7 +117535,7 @@ index 00e00e0..710fcd2 100644
batadv_iv_ogm_slide_own_bcast_window(hard_iface);
-@@ -1596,7 +1596,7 @@ static void batadv_iv_ogm_process(const struct sk_buff *skb, int ogm_offset,
+@@ -1626,7 +1626,7 @@ static void batadv_iv_ogm_process(const struct sk_buff *skb, int ogm_offset,
return;
/* could be changed by schedule_own_packet() */
@@ -116291,10 +117545,10 @@ index 00e00e0..710fcd2 100644
if (ogm_packet->flags & BATADV_DIRECTLINK)
has_directlink_flag = true;
diff --git a/net/batman-adv/fragmentation.c b/net/batman-adv/fragmentation.c
-index 3d1dcaa..4699f4e 100644
+index c0f0d01..725928a 100644
--- a/net/batman-adv/fragmentation.c
+++ b/net/batman-adv/fragmentation.c
-@@ -449,7 +449,7 @@ bool batadv_frag_send_packet(struct sk_buff *skb,
+@@ -465,7 +465,7 @@ bool batadv_frag_send_packet(struct sk_buff *skb,
frag_header.packet_type = BATADV_UNICAST_FRAG;
frag_header.version = BATADV_COMPAT_VERSION;
frag_header.ttl = BATADV_TTL;
@@ -116304,10 +117558,10 @@ index 3d1dcaa..4699f4e 100644
frag_header.no = 0;
frag_header.total_size = htons(skb->len);
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
-index 5ec31d7..e371631 100644
+index a2fc843..0f8059e 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
-@@ -295,7 +295,7 @@ send:
+@@ -325,7 +325,7 @@ send:
primary_if->net_dev->dev_addr);
/* set broadcast sequence number */
@@ -116316,7 +117570,7 @@ index 5ec31d7..e371631 100644
bcast_packet->seqno = htonl(seqno);
batadv_add_bcast_packet_to_list(bat_priv, skb, brd_delay);
-@@ -760,7 +760,7 @@ static int batadv_softif_init_late(struct net_device *dev)
+@@ -793,7 +793,7 @@ static int batadv_softif_init_late(struct net_device *dev)
atomic_set(&bat_priv->batman_queue_left, BATADV_BATMAN_QUEUE_LEN);
atomic_set(&bat_priv->mesh_state, BATADV_MESH_INACTIVE);
@@ -116325,7 +117579,7 @@ index 5ec31d7..e371631 100644
atomic_set(&bat_priv->tt.vn, 0);
atomic_set(&bat_priv->tt.local_changes, 0);
atomic_set(&bat_priv->tt.ogm_append_cnt, 0);
-@@ -774,7 +774,7 @@ static int batadv_softif_init_late(struct net_device *dev)
+@@ -807,7 +807,7 @@ static int batadv_softif_init_late(struct net_device *dev)
/* randomize initial seqno to avoid collision */
get_random_bytes(&random_seqno, sizeof(random_seqno));
@@ -116334,7 +117588,7 @@ index 5ec31d7..e371631 100644
bat_priv->primary_if = NULL;
bat_priv->num_ifaces = 0;
-@@ -982,7 +982,7 @@ int batadv_softif_is_valid(const struct net_device *net_dev)
+@@ -1015,7 +1015,7 @@ int batadv_softif_is_valid(const struct net_device *net_dev)
return 0;
}
@@ -116344,10 +117598,10 @@ index 5ec31d7..e371631 100644
.priv_size = sizeof(struct batadv_priv),
.setup = batadv_softif_init_early,
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
-index 9398c3f..0e79657 100644
+index 67d6348..4358755 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
-@@ -67,7 +67,7 @@ enum batadv_dhcp_recipient {
+@@ -81,7 +81,7 @@ enum batadv_dhcp_recipient {
struct batadv_hard_iface_bat_iv {
unsigned char *ogm_buff;
int ogm_buff_len;
@@ -116356,7 +117610,7 @@ index 9398c3f..0e79657 100644
};
/**
-@@ -766,7 +766,7 @@ struct batadv_priv {
+@@ -783,7 +783,7 @@ struct batadv_priv {
atomic_t bonding;
atomic_t fragmentation;
atomic_t packet_size_max;
@@ -116365,7 +117619,7 @@ index 9398c3f..0e79657 100644
#ifdef CONFIG_BATMAN_ADV_BLA
atomic_t bridge_loop_avoidance;
#endif
-@@ -785,7 +785,7 @@ struct batadv_priv {
+@@ -802,7 +802,7 @@ struct batadv_priv {
#endif
uint32_t isolation_mark;
uint32_t isolation_mark_mask;
@@ -116375,7 +117629,7 @@ index 9398c3f..0e79657 100644
atomic_t batman_queue_left;
char num_ifaces;
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c
-index e11a5cf..02864cd 100644
+index f2d30d1..0573933 100644
--- a/net/bluetooth/hci_sock.c
+++ b/net/bluetooth/hci_sock.c
@@ -1253,7 +1253,7 @@ static int hci_sock_setsockopt(struct socket *sock, int level, int optname,
@@ -116388,10 +117642,10 @@ index e11a5cf..02864cd 100644
err = -EFAULT;
break;
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
-index dad4197..253bbdf 100644
+index 45fffa4..c5ad848 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
-@@ -3541,8 +3541,10 @@ static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len,
+@@ -3537,8 +3537,10 @@ static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len,
break;
case L2CAP_CONF_RFC:
@@ -116405,7 +117659,7 @@ index dad4197..253bbdf 100644
if (test_bit(CONF_STATE2_DEVICE, &chan->conf_state) &&
rfc.mode != chan->mode)
diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c
-index a7278f0..3443626 100644
+index 2442877..24ddcd1 100644
--- a/net/bluetooth/l2cap_sock.c
+++ b/net/bluetooth/l2cap_sock.c
@@ -633,7 +633,8 @@ static int l2cap_sock_setsockopt_old(struct socket *sock, int optname,
@@ -116456,10 +117710,10 @@ index a7278f0..3443626 100644
err = -EFAULT;
break;
diff --git a/net/bluetooth/rfcomm/sock.c b/net/bluetooth/rfcomm/sock.c
-index 825e8fb..efc24a4 100644
+index 7511df7..a670df3 100644
--- a/net/bluetooth/rfcomm/sock.c
+++ b/net/bluetooth/rfcomm/sock.c
-@@ -686,7 +686,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
+@@ -690,7 +690,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
struct sock *sk = sock->sk;
struct bt_security sec;
int err = 0;
@@ -116468,7 +117722,7 @@ index 825e8fb..efc24a4 100644
u32 opt;
BT_DBG("sk %p", sk);
-@@ -708,7 +708,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
+@@ -712,7 +712,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
sec.level = BT_SECURITY_LOW;
@@ -116499,49 +117753,11 @@ index 8e385a0..a5bdd8e 100644
tty_port_close(&dev->port, tty, filp);
}
-diff --git a/net/bridge/br_mdb.c b/net/bridge/br_mdb.c
-index e29ad70b..cc00066 100644
---- a/net/bridge/br_mdb.c
-+++ b/net/bridge/br_mdb.c
-@@ -371,6 +371,7 @@ static int __br_mdb_add(struct net *net, struct net_bridge *br,
- if (!p || p->br != br || p->state == BR_STATE_DISABLED)
- return -EINVAL;
-
-+ memset(&ip, 0, sizeof(ip));
- ip.proto = entry->addr.proto;
- if (ip.proto == htons(ETH_P_IP))
- ip.u.ip4 = entry->addr.u.ip4;
-@@ -417,6 +418,7 @@ static int __br_mdb_del(struct net_bridge *br, struct br_mdb_entry *entry)
- if (!netif_running(br->dev) || br->multicast_disabled)
- return -EINVAL;
-
-+ memset(&ip, 0, sizeof(ip));
- ip.proto = entry->addr.proto;
- if (ip.proto == htons(ETH_P_IP)) {
- if (timer_pending(&br->ip4_other_query.timer))
diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
-index 4b5c236..f303683 100644
+index 4d74a06..f37f9c2 100644
--- a/net/bridge/br_netlink.c
+++ b/net/bridge/br_netlink.c
-@@ -112,6 +112,8 @@ static inline size_t br_port_info_size(void)
- + nla_total_size(1) /* IFLA_BRPORT_FAST_LEAVE */
- + nla_total_size(1) /* IFLA_BRPORT_LEARNING */
- + nla_total_size(1) /* IFLA_BRPORT_UNICAST_FLOOD */
-+ + nla_total_size(1) /* IFLA_BRPORT_PROXYARP */
-+ + nla_total_size(1) /* IFLA_BRPORT_PROXYARP_WIFI */
- + 0;
- }
-
-@@ -504,6 +506,8 @@ static const struct nla_policy br_port_policy[IFLA_BRPORT_MAX + 1] = {
- [IFLA_BRPORT_FAST_LEAVE]= { .type = NLA_U8 },
- [IFLA_BRPORT_LEARNING] = { .type = NLA_U8 },
- [IFLA_BRPORT_UNICAST_FLOOD] = { .type = NLA_U8 },
-+ [IFLA_BRPORT_PROXYARP] = { .type = NLA_U8 },
-+ [IFLA_BRPORT_PROXYARP_WIFI] = { .type = NLA_U8 },
- };
-
- /* Change the state of the port and notify spanning tree */
-@@ -841,7 +845,7 @@ static struct rtnl_af_ops br_af_ops __read_mostly = {
+@@ -835,7 +835,7 @@ static struct rtnl_af_ops br_af_ops __read_mostly = {
.get_link_af_size = br_get_link_af_size,
};
@@ -116551,7 +117767,7 @@ index 4b5c236..f303683 100644
.priv_size = sizeof(struct net_bridge),
.setup = br_dev_setup,
diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c
-index 91180a7..1301daa 100644
+index 18ca4b2..7e8d731 100644
--- a/net/bridge/netfilter/ebtables.c
+++ b/net/bridge/netfilter/ebtables.c
@@ -1533,7 +1533,7 @@ static int do_ebt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
@@ -116638,7 +117854,7 @@ index 67a4a36..8d28068 100644
.priv_size = sizeof(struct chnl_net),
.setup = ipcaif_net_setup,
diff --git a/net/can/af_can.c b/net/can/af_can.c
-index 62c635f..0b59618 100644
+index 166d436..2920816 100644
--- a/net/can/af_can.c
+++ b/net/can/af_can.c
@@ -890,7 +890,7 @@ static const struct net_proto_family can_family_ops = {
@@ -116664,7 +117880,7 @@ index a1ba687..aafaec5 100644
}
diff --git a/net/can/gw.c b/net/can/gw.c
-index a6f448e..5902171 100644
+index 4551687..4e82e9b 100644
--- a/net/can/gw.c
+++ b/net/can/gw.c
@@ -80,7 +80,6 @@ MODULE_PARM_DESC(max_hops,
@@ -116675,7 +117891,7 @@ index a6f448e..5902171 100644
static struct kmem_cache *cgw_cache __read_mostly;
-@@ -948,6 +947,10 @@ static int cgw_remove_job(struct sk_buff *skb, struct nlmsghdr *nlh)
+@@ -992,6 +991,10 @@ static int cgw_remove_job(struct sk_buff *skb, struct nlmsghdr *nlh)
return err;
}
@@ -116686,7 +117902,7 @@ index a6f448e..5902171 100644
static __init int cgw_module_init(void)
{
/* sanitize given module parameter */
-@@ -963,7 +966,6 @@ static __init int cgw_module_init(void)
+@@ -1007,7 +1010,6 @@ static __init int cgw_module_init(void)
return -ENOMEM;
/* set notifier */
@@ -116708,10 +117924,10 @@ index 1a19b98..df2b4ec 100644
if (!can_dir) {
printk(KERN_INFO "can: failed to create /proc/net/can . "
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c
-index 967080a..5e75f04 100644
+index e3be1d2..254c555 100644
--- a/net/ceph/messenger.c
+++ b/net/ceph/messenger.c
-@@ -188,7 +188,7 @@ static void con_fault(struct ceph_connection *con);
+@@ -189,7 +189,7 @@ static void con_fault(struct ceph_connection *con);
#define MAX_ADDR_STR_LEN 64 /* 54 is enough */
static char addr_str[ADDR_STR_COUNT][MAX_ADDR_STR_LEN];
@@ -116720,7 +117936,7 @@ index 967080a..5e75f04 100644
static struct page *zero_page; /* used in certain error cases */
-@@ -199,7 +199,7 @@ const char *ceph_pr_addr(const struct sockaddr_storage *ss)
+@@ -200,7 +200,7 @@ const char *ceph_pr_addr(const struct sockaddr_storage *ss)
struct sockaddr_in *in4 = (struct sockaddr_in *) ss;
struct sockaddr_in6 *in6 = (struct sockaddr_in6 *) ss;
@@ -116839,88 +118055,10 @@ index 5cfd26a..7e43828 100644
a0 = a[0];
a1 = a[1];
diff --git a/net/core/datagram.c b/net/core/datagram.c
-index b80fb91..0364f4f 100644
+index 617088a..0364f4f 100644
--- a/net/core/datagram.c
+++ b/net/core/datagram.c
-@@ -131,6 +131,35 @@ out_noerr:
- goto out;
- }
-
-+static struct sk_buff *skb_set_peeked(struct sk_buff *skb)
-+{
-+ struct sk_buff *nskb;
-+
-+ if (skb->peeked)
-+ return skb;
-+
-+ /* We have to unshare an skb before modifying it. */
-+ if (!skb_shared(skb))
-+ goto done;
-+
-+ nskb = skb_clone(skb, GFP_ATOMIC);
-+ if (!nskb)
-+ return ERR_PTR(-ENOMEM);
-+
-+ skb->prev->next = nskb;
-+ skb->next->prev = nskb;
-+ nskb->prev = skb->prev;
-+ nskb->next = skb->next;
-+
-+ consume_skb(skb);
-+ skb = nskb;
-+
-+done:
-+ skb->peeked = 1;
-+
-+ return skb;
-+}
-+
- /**
- * __skb_recv_datagram - Receive a datagram skbuff
- * @sk: socket
-@@ -165,7 +194,9 @@ out_noerr:
- struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned int flags,
- int *peeked, int *off, int *err)
- {
-+ struct sk_buff_head *queue = &sk->sk_receive_queue;
- struct sk_buff *skb, *last;
-+ unsigned long cpu_flags;
- long timeo;
- /*
- * Caller is allowed not to check sk->sk_err before skb_recv_datagram()
-@@ -184,8 +215,6 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned int flags,
- * Look at current nfs client by the way...
- * However, this function was correct in any case. 8)
- */
-- unsigned long cpu_flags;
-- struct sk_buff_head *queue = &sk->sk_receive_queue;
- int _off = *off;
-
- last = (struct sk_buff *)queue;
-@@ -199,7 +228,12 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned int flags,
- _off -= skb->len;
- continue;
- }
-- skb->peeked = 1;
-+
-+ skb = skb_set_peeked(skb);
-+ error = PTR_ERR(skb);
-+ if (IS_ERR(skb))
-+ goto unlock_err;
-+
- atomic_inc(&skb->users);
- } else
- __skb_unlink(skb, queue);
-@@ -223,6 +257,8 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned int flags,
-
- return NULL;
-
-+unlock_err:
-+ spin_unlock_irqrestore(&queue->lock, cpu_flags);
- no_packet:
- *err = error;
- return NULL;
-@@ -302,7 +338,7 @@ int skb_kill_datagram(struct sock *sk, struct sk_buff *skb, unsigned int flags)
+@@ -338,7 +338,7 @@ int skb_kill_datagram(struct sock *sk, struct sk_buff *skb, unsigned int flags)
}
kfree_skb(skb);
@@ -116929,40 +118067,11 @@ index b80fb91..0364f4f 100644
sk_mem_reclaim_partial(sk);
return err;
-@@ -622,7 +658,8 @@ __sum16 __skb_checksum_complete_head(struct sk_buff *skb, int len)
- !skb->csum_complete_sw)
- netdev_rx_csum_fault(skb->dev);
- }
-- skb->csum_valid = !sum;
-+ if (!skb_shared(skb))
-+ skb->csum_valid = !sum;
- return sum;
- }
- EXPORT_SYMBOL(__skb_checksum_complete_head);
-@@ -642,11 +679,13 @@ __sum16 __skb_checksum_complete(struct sk_buff *skb)
- netdev_rx_csum_fault(skb->dev);
- }
-
-- /* Save full packet checksum */
-- skb->csum = csum;
-- skb->ip_summed = CHECKSUM_COMPLETE;
-- skb->csum_complete_sw = 1;
-- skb->csum_valid = !sum;
-+ if (!skb_shared(skb)) {
-+ /* Save full packet checksum */
-+ skb->csum = csum;
-+ skb->ip_summed = CHECKSUM_COMPLETE;
-+ skb->csum_complete_sw = 1;
-+ skb->csum_valid = !sum;
-+ }
-
- return sum;
- }
diff --git a/net/core/dev.c b/net/core/dev.c
-index aa82f9a..f28b00e 100644
+index a8e4dd4..aab06f7 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
-@@ -1720,7 +1720,7 @@ int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
+@@ -1721,7 +1721,7 @@ int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
{
if (skb_orphan_frags(skb, GFP_ATOMIC) ||
unlikely(!is_skb_forwardable(dev, skb))) {
@@ -116971,7 +118080,7 @@ index aa82f9a..f28b00e 100644
kfree_skb(skb);
return NET_RX_DROP;
}
-@@ -3018,7 +3018,7 @@ recursion_alert:
+@@ -3125,7 +3125,7 @@ recursion_alert:
drop:
rcu_read_unlock_bh();
@@ -116980,7 +118089,7 @@ index aa82f9a..f28b00e 100644
kfree_skb_list(skb);
return rc;
out:
-@@ -3367,7 +3367,7 @@ enqueue:
+@@ -3477,7 +3477,7 @@ drop:
local_irq_restore(flags);
@@ -116989,7 +118098,7 @@ index aa82f9a..f28b00e 100644
kfree_skb(skb);
return NET_RX_DROP;
}
-@@ -3444,7 +3444,7 @@ int netif_rx_ni(struct sk_buff *skb)
+@@ -3554,7 +3554,7 @@ int netif_rx_ni(struct sk_buff *skb)
}
EXPORT_SYMBOL(netif_rx_ni);
@@ -116998,7 +118107,7 @@ index aa82f9a..f28b00e 100644
{
struct softnet_data *sd = this_cpu_ptr(&softnet_data);
-@@ -3783,7 +3783,7 @@ ncls:
+@@ -3892,7 +3892,7 @@ ncls:
ret = pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
} else {
drop:
@@ -117007,7 +118116,7 @@ index aa82f9a..f28b00e 100644
kfree_skb(skb);
/* Jamal, now you will not able to escape explaining
* me how you were going to use this. :-)
-@@ -4672,7 +4672,7 @@ out_unlock:
+@@ -4783,7 +4783,7 @@ out_unlock:
return work;
}
@@ -117016,7 +118125,7 @@ index aa82f9a..f28b00e 100644
{
struct softnet_data *sd = this_cpu_ptr(&softnet_data);
unsigned long time_limit = jiffies + 2;
-@@ -6721,8 +6721,8 @@ struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev,
+@@ -6843,8 +6843,8 @@ struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev,
} else {
netdev_stats_to_stats64(storage, &dev->stats);
}
@@ -117046,26 +118155,11 @@ index b94b1d2..da3ed7c 100644
}
EXPORT_SYMBOL(dev_load);
-diff --git a/net/core/dst.c b/net/core/dst.c
-index e956ce6..002144be 100644
---- a/net/core/dst.c
-+++ b/net/core/dst.c
-@@ -284,7 +284,9 @@ void dst_release(struct dst_entry *dst)
- int newrefcnt;
-
- newrefcnt = atomic_dec_return(&dst->__refcnt);
-- WARN_ON(newrefcnt < 0);
-+ if (unlikely(newrefcnt < 0))
-+ net_warn_ratelimited("%s: dst:%p refcnt:%d\n",
-+ __func__, dst, newrefcnt);
- if (unlikely(dst->flags & DST_NOCACHE) && !newrefcnt)
- call_rcu(&dst->rcu_head, dst_destroy_rcu);
- }
diff --git a/net/core/filter.c b/net/core/filter.c
-index bf831a8..8d2c4c2 100644
+index be3098f..51ee477 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
-@@ -579,7 +579,11 @@ do_pass:
+@@ -582,7 +582,11 @@ do_pass:
/* Unknown instruction. */
default:
@@ -117078,7 +118172,7 @@ index bf831a8..8d2c4c2 100644
}
insn++;
-@@ -623,7 +627,7 @@ static int check_load_and_stores(const struct sock_filter *filter, int flen)
+@@ -626,7 +630,7 @@ static int check_load_and_stores(const struct sock_filter *filter, int flen)
u16 *masks, memvalid = 0; /* One bit per cell, 16 cells */
int pc, ret = 0;
@@ -117087,7 +118181,7 @@ index bf831a8..8d2c4c2 100644
masks = kmalloc_array(flen, sizeof(*masks), GFP_KERNEL);
if (!masks)
-@@ -1038,7 +1042,7 @@ int bpf_prog_create(struct bpf_prog **pfp, struct sock_fprog_kern *fprog)
+@@ -1055,7 +1059,7 @@ int bpf_prog_create(struct bpf_prog **pfp, struct sock_fprog_kern *fprog)
if (!fp)
return -ENOMEM;
@@ -117096,6 +118190,21 @@ index bf831a8..8d2c4c2 100644
fp->len = fprog->len;
/* Since unattached filters are not copied back to user
+@@ -1701,9 +1705,13 @@ int sk_get_filter(struct sock *sk, struct sock_filter __user *ubuf,
+ goto out;
+
+ /* We're copying the filter that has been originally attached,
+- * so no conversion/decode needed anymore.
++ * so no conversion/decode needed anymore. eBPF programs that
++ * have no original program cannot be dumped through this.
+ */
++ ret = -EACCES;
+ fprog = filter->prog->orig_prog;
++ if (!fprog)
++ goto out;
+
+ ret = fprog->len;
+ if (!len)
diff --git a/net/core/flow.c b/net/core/flow.c
index 1033725..340f65d 100644
--- a/net/core/flow.c
@@ -117128,10 +118237,10 @@ index 1033725..340f65d 100644
fle->object = flo;
else
diff --git a/net/core/neighbour.c b/net/core/neighbour.c
-index 2237c1b..c0c80ab 100644
+index 84195da..035c7a7 100644
--- a/net/core/neighbour.c
+++ b/net/core/neighbour.c
-@@ -2818,7 +2818,7 @@ static int proc_unres_qlen(struct ctl_table *ctl, int write,
+@@ -2821,7 +2821,7 @@ static int proc_unres_qlen(struct ctl_table *ctl, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
int size, ret;
@@ -117140,7 +118249,7 @@ index 2237c1b..c0c80ab 100644
tmp.extra1 = &zero;
tmp.extra2 = &unres_qlen_max;
-@@ -2880,7 +2880,7 @@ static int neigh_proc_dointvec_zero_intmax(struct ctl_table *ctl, int write,
+@@ -2883,7 +2883,7 @@ static int neigh_proc_dointvec_zero_intmax(struct ctl_table *ctl, int write,
void __user *buffer,
size_t *lenp, loff_t *ppos)
{
@@ -117201,7 +118310,7 @@ index 2bf8329..2eb1423 100644
return 0;
diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c
-index 4238d6d..e6b605c 100644
+index 18b34d7..faecc1d 100644
--- a/net/core/net-sysfs.c
+++ b/net/core/net-sysfs.c
@@ -288,7 +288,7 @@ static ssize_t carrier_changes_show(struct device *dev,
@@ -117214,10 +118323,10 @@ index 4238d6d..e6b605c 100644
static DEVICE_ATTR_RO(carrier_changes);
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
-index 572af00..5acf072 100644
+index 2c2eb1b..a53be3e 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
-@@ -734,7 +734,7 @@ static int __register_pernet_operations(struct list_head *list,
+@@ -775,7 +775,7 @@ static int __register_pernet_operations(struct list_head *list,
int error;
LIST_HEAD(net_exit_list);
@@ -117226,7 +118335,7 @@ index 572af00..5acf072 100644
if (ops->init || (ops->id && ops->size)) {
for_each_net(net) {
error = ops_init(ops, net);
-@@ -747,7 +747,7 @@ static int __register_pernet_operations(struct list_head *list,
+@@ -788,7 +788,7 @@ static int __register_pernet_operations(struct list_head *list,
out_undo:
/* If I have an error cleanup all namespaces I initialized */
@@ -117235,7 +118344,7 @@ index 572af00..5acf072 100644
ops_exit_list(ops, &net_exit_list);
ops_free_list(ops, &net_exit_list);
return error;
-@@ -758,7 +758,7 @@ static void __unregister_pernet_operations(struct pernet_operations *ops)
+@@ -799,7 +799,7 @@ static void __unregister_pernet_operations(struct pernet_operations *ops)
struct net *net;
LIST_HEAD(net_exit_list);
@@ -117244,7 +118353,7 @@ index 572af00..5acf072 100644
for_each_net(net)
list_add_tail(&net->exit_list, &net_exit_list);
ops_exit_list(ops, &net_exit_list);
-@@ -892,7 +892,7 @@ int register_pernet_device(struct pernet_operations *ops)
+@@ -933,7 +933,7 @@ int register_pernet_device(struct pernet_operations *ops)
mutex_lock(&net_mutex);
error = register_pernet_operations(&pernet_list, ops);
if (!error && (first_device == &pernet_list))
@@ -117276,10 +118385,10 @@ index c126a87..10ad89d 100644
iph->ttl = 64;
iph->protocol = IPPROTO_UDP;
diff --git a/net/core/pktgen.c b/net/core/pktgen.c
-index 508155b..fad080f 100644
+index 1cbd209..9553598 100644
--- a/net/core/pktgen.c
+++ b/net/core/pktgen.c
-@@ -3755,7 +3755,7 @@ static int __net_init pg_net_init(struct net *net)
+@@ -3828,7 +3828,7 @@ static int __net_init pg_net_init(struct net *net)
pn->net = net;
INIT_LIST_HEAD(&pn->pktgen_threads);
pn->pktgen_exiting = false;
@@ -117289,7 +118398,7 @@ index 508155b..fad080f 100644
pr_warn("cannot create /proc/net/%s\n", PG_PROC_DIR);
return -ENODEV;
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
-index 8de3682..fcb8a5e 100644
+index 0861018..1fd388b 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -61,7 +61,7 @@ struct rtnl_link {
@@ -117327,7 +118436,7 @@ index 8de3682..fcb8a5e 100644
}
EXPORT_SYMBOL_GPL(__rtnl_link_unregister);
-@@ -1066,7 +1069,7 @@ static int rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev,
+@@ -1082,7 +1085,7 @@ static int rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev,
(dev->ifalias &&
nla_put_string(skb, IFLA_IFALIAS, dev->ifalias)) ||
nla_put_u32(skb, IFLA_CARRIER_CHANGES,
@@ -117336,24 +118445,6 @@ index 8de3682..fcb8a5e 100644
goto nla_put_failure;
if (1) {
-@@ -1748,10 +1751,13 @@ static int do_setlink(const struct sk_buff *skb,
- goto errout;
-
- nla_for_each_nested(attr, tb[IFLA_VF_PORTS], rem) {
-- if (nla_type(attr) != IFLA_VF_PORT)
-- continue;
-- err = nla_parse_nested(port, IFLA_PORT_MAX,
-- attr, ifla_port_policy);
-+ if (nla_type(attr) != IFLA_VF_PORT ||
-+ nla_len(attr) < NLA_HDRLEN) {
-+ err = -EINVAL;
-+ goto errout;
-+ }
-+ err = nla_parse_nested(port, IFLA_PORT_MAX, attr,
-+ ifla_port_policy);
- if (err < 0)
- goto errout;
- if (!port[IFLA_PORT_VF]) {
diff --git a/net/core/scm.c b/net/core/scm.c
index 3b6899b..cf36238 100644
--- a/net/core/scm.c
@@ -117395,19 +118486,10 @@ index 3b6899b..cf36238 100644
{
struct socket *sock;
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
-index 41ec022..89b1df7 100644
+index 7b84330..e0f5a86 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
-@@ -340,7 +340,7 @@ struct sk_buff *build_skb(void *data, unsigned int frag_size)
-
- if (skb && frag_size) {
- skb->head_frag = 1;
-- if (virt_to_head_page(data)->pfmemalloc)
-+ if (page_is_pfmemalloc(virt_to_head_page(data)))
- skb->pfmemalloc = 1;
- }
- return skb;
-@@ -2139,7 +2139,7 @@ EXPORT_SYMBOL(__skb_checksum);
+@@ -2103,7 +2103,7 @@ EXPORT_SYMBOL(__skb_checksum);
__wsum skb_checksum(const struct sk_buff *skb, int offset,
int len, __wsum csum)
{
@@ -117416,7 +118498,7 @@ index 41ec022..89b1df7 100644
.update = csum_partial_ext,
.combine = csum_block_add_ext,
};
-@@ -3335,12 +3335,14 @@ void __init skb_init(void)
+@@ -3317,12 +3317,14 @@ void __init skb_init(void)
skbuff_head_cache = kmem_cache_create("skbuff_head_cache",
sizeof(struct sk_buff),
0,
@@ -117434,10 +118516,10 @@ index 41ec022..89b1df7 100644
}
diff --git a/net/core/sock.c b/net/core/sock.c
-index dc30dc5..8bb3ef3 100644
+index 193901d..33094ab 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
-@@ -440,7 +440,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
+@@ -441,7 +441,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
struct sk_buff_head *list = &sk->sk_receive_queue;
if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) {
@@ -117446,7 +118528,7 @@ index dc30dc5..8bb3ef3 100644
trace_sock_rcvqueue_full(sk, skb);
return -ENOMEM;
}
-@@ -450,7 +450,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
+@@ -451,7 +451,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
return err;
if (!sk_rmem_schedule(sk, skb, skb->truesize)) {
@@ -117455,7 +118537,7 @@ index dc30dc5..8bb3ef3 100644
return -ENOBUFS;
}
-@@ -483,7 +483,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
+@@ -484,7 +484,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
skb->dev = NULL;
if (sk_rcvqueues_full(sk, sk->sk_rcvbuf)) {
@@ -117464,7 +118546,7 @@ index dc30dc5..8bb3ef3 100644
goto discard_and_relse;
}
if (nested)
-@@ -501,7 +501,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
+@@ -502,7 +502,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_);
} else if (sk_add_backlog(sk, skb, sk->sk_rcvbuf)) {
bh_unlock_sock(sk);
@@ -117473,7 +118555,7 @@ index dc30dc5..8bb3ef3 100644
goto discard_and_relse;
}
-@@ -907,6 +907,7 @@ set_rcvbuf:
+@@ -908,6 +908,7 @@ set_rcvbuf:
}
break;
@@ -117481,7 +118563,7 @@ index dc30dc5..8bb3ef3 100644
case SO_ATTACH_BPF:
ret = -EINVAL;
if (optlen == sizeof(u32)) {
-@@ -919,7 +920,7 @@ set_rcvbuf:
+@@ -920,7 +921,7 @@ set_rcvbuf:
ret = sk_attach_bpf(ufd, sk);
}
break;
@@ -117490,7 +118572,7 @@ index dc30dc5..8bb3ef3 100644
case SO_DETACH_FILTER:
ret = sk_detach_filter(sk);
break;
-@@ -1021,12 +1022,12 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
+@@ -1022,12 +1023,12 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
struct timeval tm;
} v;
@@ -117506,7 +118588,7 @@ index dc30dc5..8bb3ef3 100644
return -EINVAL;
memset(&v, 0, sizeof(v));
-@@ -1164,11 +1165,11 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
+@@ -1165,11 +1166,11 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
case SO_PEERNAME:
{
@@ -117520,7 +118602,7 @@ index dc30dc5..8bb3ef3 100644
return -EINVAL;
if (copy_to_user(optval, address, len))
return -EFAULT;
-@@ -1256,7 +1257,7 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
+@@ -1257,7 +1258,7 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
if (len > lv)
len = lv;
@@ -117529,6 +118611,15 @@ index dc30dc5..8bb3ef3 100644
return -EFAULT;
lenout:
if (put_user(len, optlen))
+@@ -1550,7 +1551,7 @@ struct sock *sk_clone_lock(const struct sock *sk, const gfp_t priority)
+ newsk->sk_err = 0;
+ newsk->sk_priority = 0;
+ newsk->sk_incoming_cpu = raw_smp_processor_id();
+- atomic64_set(&newsk->sk_cookie, 0);
++ atomic64_set_unchecked(&newsk->sk_cookie, 0);
+ /*
+ * Before updating sk_refcnt, we must commit prior changes to memory
+ * (Documentation/RCU/rculist_nulls.txt for details)
@@ -2359,7 +2360,7 @@ void sock_init_data(struct socket *sock, struct sock *sk)
*/
smp_wmb();
@@ -117557,10 +118648,10 @@ index dc30dc5..8bb3ef3 100644
msg->msg_flags |= MSG_ERRQUEUE;
err = copied;
diff --git a/net/core/sock_diag.c b/net/core/sock_diag.c
-index 74dddf8..7f4e77e 100644
+index 817622f..2577b26 100644
--- a/net/core/sock_diag.c
+++ b/net/core/sock_diag.c
-@@ -9,7 +9,7 @@
+@@ -12,7 +12,7 @@
#include <linux/inet_diag.h>
#include <linux/sock_diag.h>
@@ -117568,8 +118659,24 @@ index 74dddf8..7f4e77e 100644
+static const struct sock_diag_handler *sock_diag_handlers[AF_MAX] __read_only;
static int (*inet_rcv_compat)(struct sk_buff *skb, struct nlmsghdr *nlh);
static DEFINE_MUTEX(sock_diag_table_mutex);
+ static struct workqueue_struct *broadcast_wq;
+@@ -20,12 +20,12 @@ static struct workqueue_struct *broadcast_wq;
+ static u64 sock_gen_cookie(struct sock *sk)
+ {
+ while (1) {
+- u64 res = atomic64_read(&sk->sk_cookie);
++ u64 res = atomic64_read_unchecked(&sk->sk_cookie);
+
+ if (res)
+ return res;
+- res = atomic64_inc_return(&sock_net(sk)->cookie_gen);
+- atomic64_cmpxchg(&sk->sk_cookie, 0, res);
++ res = atomic64_inc_return_unchecked(&sock_net(sk)->cookie_gen);
++ atomic64_cmpxchg_unchecked(&sk->sk_cookie, 0, res);
+ }
+ }
-@@ -127,8 +127,11 @@ int sock_diag_register(const struct sock_diag_handler *hndl)
+@@ -190,8 +190,11 @@ int sock_diag_register(const struct sock_diag_handler *hndl)
mutex_lock(&sock_diag_table_mutex);
if (sock_diag_handlers[hndl->family])
err = -EBUSY;
@@ -117582,7 +118689,7 @@ index 74dddf8..7f4e77e 100644
mutex_unlock(&sock_diag_table_mutex);
return err;
-@@ -144,7 +147,9 @@ void sock_diag_unregister(const struct sock_diag_handler *hnld)
+@@ -207,7 +210,9 @@ void sock_diag_unregister(const struct sock_diag_handler *hnld)
mutex_lock(&sock_diag_table_mutex);
BUG_ON(sock_diag_handlers[family] != hnld);
@@ -117680,7 +118787,7 @@ index 95b6139..3048623 100644
.exit = sysctl_core_net_exit,
};
diff --git a/net/decnet/af_decnet.c b/net/decnet/af_decnet.c
-index 754484b..4f4b894 100644
+index 675cf94..9279a75 100644
--- a/net/decnet/af_decnet.c
+++ b/net/decnet/af_decnet.c
@@ -466,6 +466,7 @@ static struct proto dn_proto = {
@@ -117690,7 +118797,7 @@ index 754484b..4f4b894 100644
+ .slab_flags = SLAB_USERCOPY,
};
- static struct sock *dn_alloc_sock(struct net *net, struct socket *sock, gfp_t gfp)
+ static struct sock *dn_alloc_sock(struct net *net, struct socket *sock, gfp_t gfp, int kern)
diff --git a/net/decnet/dn_dev.c b/net/decnet/dn_dev.c
index b2c26b0..41f803e 100644
--- a/net/decnet/dn_dev.c
@@ -117727,7 +118834,7 @@ index 5325b54..a0d4d69 100644
*lenp = len;
diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c
-index 392e29a..da953a2 100644
+index b445d49..13e8538 100644
--- a/net/dsa/dsa.c
+++ b/net/dsa/dsa.c
@@ -851,7 +851,7 @@ static struct packet_type dsa_pack_type __read_mostly = {
@@ -117753,10 +118860,10 @@ index a2c7e4c..3dc9f67 100644
.maxtype = IFLA_HSR_MAX,
.policy = hsr_policy,
diff --git a/net/ieee802154/6lowpan/core.c b/net/ieee802154/6lowpan/core.c
-index 0ae5822..3fe3627 100644
+index f20a387..2058892 100644
--- a/net/ieee802154/6lowpan/core.c
+++ b/net/ieee802154/6lowpan/core.c
-@@ -219,7 +219,7 @@ static void lowpan_dellink(struct net_device *dev, struct list_head *head)
+@@ -191,7 +191,7 @@ static void lowpan_dellink(struct net_device *dev, struct list_head *head)
dev_put(real_dev);
}
@@ -117766,36 +118873,9 @@ index 0ae5822..3fe3627 100644
.priv_size = sizeof(struct lowpan_dev_info),
.setup = lowpan_setup,
diff --git a/net/ieee802154/6lowpan/reassembly.c b/net/ieee802154/6lowpan/reassembly.c
-index f46e4d1..dcb7f86 100644
+index 214d44a..dcb7f86 100644
--- a/net/ieee802154/6lowpan/reassembly.c
+++ b/net/ieee802154/6lowpan/reassembly.c
-@@ -207,7 +207,7 @@ found:
- } else {
- fq->q.meat += skb->len;
- }
-- add_frag_mem_limit(&fq->q, skb->truesize);
-+ add_frag_mem_limit(fq->q.net, skb->truesize);
-
- if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) &&
- fq->q.meat == fq->q.len) {
-@@ -287,7 +287,7 @@ static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *prev,
- clone->data_len = clone->len;
- head->data_len -= clone->len;
- head->len -= clone->len;
-- add_frag_mem_limit(&fq->q, clone->truesize);
-+ add_frag_mem_limit(fq->q.net, clone->truesize);
- }
-
- WARN_ON(head == NULL);
-@@ -310,7 +310,7 @@ static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *prev,
- }
- fp = next;
- }
-- sub_frag_mem_limit(&fq->q, sum_truesize);
-+ sub_frag_mem_limit(fq->q.net, sum_truesize);
-
- head->next = NULL;
- head->dev = dev;
@@ -435,14 +435,13 @@ static struct ctl_table lowpan_frags_ctl_table[] = {
static int __net_init lowpan_frags_ns_sysctl_register(struct net *net)
@@ -117837,10 +118917,10 @@ index f46e4d1..dcb7f86 100644
return -ENOMEM;
}
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c
-index a5aa54e..3bd5f9f 100644
+index 9532ee8..020410a 100644
--- a/net/ipv4/af_inet.c
+++ b/net/ipv4/af_inet.c
-@@ -1391,7 +1391,7 @@ int inet_recv_error(struct sock *sk, struct msghdr *msg, int len, int *addr_len)
+@@ -1392,7 +1392,7 @@ int inet_recv_error(struct sock *sk, struct msghdr *msg, int len, int *addr_len)
return ip_recv_error(sk, msg, len, addr_len);
#if IS_ENABLED(CONFIG_IPV6)
if (sk->sk_family == AF_INET6)
@@ -117850,7 +118930,7 @@ index a5aa54e..3bd5f9f 100644
return -EINVAL;
}
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
-index 419d23c..2084616 100644
+index 2d9cb17..20ae904 100644
--- a/net/ipv4/devinet.c
+++ b/net/ipv4/devinet.c
@@ -69,7 +69,8 @@
@@ -117873,7 +118953,7 @@ index 419d23c..2084616 100644
[IPV4_DEVCONF_SEND_REDIRECTS - 1] = 1,
[IPV4_DEVCONF_SECURE_REDIRECTS - 1] = 1,
[IPV4_DEVCONF_SHARED_MEDIA - 1] = 1,
-@@ -1580,7 +1582,7 @@ static int inet_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
+@@ -1579,7 +1581,7 @@ static int inet_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
idx = 0;
head = &net->dev_index_head[h];
rcu_read_lock();
@@ -117882,7 +118962,7 @@ index 419d23c..2084616 100644
net->dev_base_seq;
hlist_for_each_entry_rcu(dev, head, index_hlist) {
if (idx < s_idx)
-@@ -1899,7 +1901,7 @@ static int inet_netconf_dump_devconf(struct sk_buff *skb,
+@@ -1905,7 +1907,7 @@ static int inet_netconf_dump_devconf(struct sk_buff *skb,
idx = 0;
head = &net->dev_index_head[h];
rcu_read_lock();
@@ -117891,7 +118971,7 @@ index 419d23c..2084616 100644
net->dev_base_seq;
hlist_for_each_entry_rcu(dev, head, index_hlist) {
if (idx < s_idx)
-@@ -2134,7 +2136,7 @@ static int ipv4_doint_and_flush(struct ctl_table *ctl, int write,
+@@ -2146,7 +2148,7 @@ static int ipv4_doint_and_flush(struct ctl_table *ctl, int write,
#define DEVINET_SYSCTL_FLUSHING_ENTRY(attr, name) \
DEVINET_SYSCTL_COMPLEX_ENTRY(attr, name, ipv4_doint_and_flush)
@@ -117900,7 +118980,7 @@ index 419d23c..2084616 100644
struct ctl_table_header *sysctl_header;
struct ctl_table devinet_vars[__IPV4_DEVCONF_MAX];
} devinet_sysctl = {
-@@ -2266,7 +2268,7 @@ static __net_init int devinet_init_net(struct net *net)
+@@ -2280,7 +2282,7 @@ static __net_init int devinet_init_net(struct net *net)
int err;
struct ipv4_devconf *all, *dflt;
#ifdef CONFIG_SYSCTL
@@ -117909,7 +118989,7 @@ index 419d23c..2084616 100644
struct ctl_table_header *forw_hdr;
#endif
-@@ -2284,7 +2286,7 @@ static __net_init int devinet_init_net(struct net *net)
+@@ -2298,7 +2300,7 @@ static __net_init int devinet_init_net(struct net *net)
goto err_alloc_dflt;
#ifdef CONFIG_SYSCTL
@@ -117918,7 +118998,7 @@ index 419d23c..2084616 100644
if (!tbl)
goto err_alloc_ctl;
-@@ -2304,7 +2306,10 @@ static __net_init int devinet_init_net(struct net *net)
+@@ -2318,7 +2320,10 @@ static __net_init int devinet_init_net(struct net *net)
goto err_reg_dflt;
err = -ENOMEM;
@@ -117930,7 +119010,7 @@ index 419d23c..2084616 100644
if (!forw_hdr)
goto err_reg_ctl;
net->ipv4.forw_hdr = forw_hdr;
-@@ -2320,8 +2325,7 @@ err_reg_ctl:
+@@ -2334,8 +2339,7 @@ err_reg_ctl:
err_reg_dflt:
__devinet_sysctl_unregister(all);
err_reg_all:
@@ -117941,12 +119021,12 @@ index 419d23c..2084616 100644
#endif
if (dflt != &ipv4_devconf_dflt)
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
-index 872494e..8e0b4d1 100644
+index 6bbc549..28d74951 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -1083,12 +1083,12 @@ static int fib_inetaddr_event(struct notifier_block *this, unsigned long event,
#ifdef CONFIG_IP_ROUTE_MULTIPATH
- fib_sync_up(dev);
+ fib_sync_up(dev, RTNH_F_DEAD);
#endif
- atomic_inc(&net->ipv4.dev_addr_genid);
+ atomic_inc_unchecked(&net->ipv4.dev_addr_genid);
@@ -117959,9 +119039,9 @@ index 872494e..8e0b4d1 100644
if (!ifa->ifa_dev->ifa_list) {
/* Last address was deleted from this interface.
* Disable IP.
-@@ -1126,7 +1126,7 @@ static int fib_netdev_event(struct notifier_block *this, unsigned long event, vo
+@@ -1127,7 +1127,7 @@ static int fib_netdev_event(struct notifier_block *this, unsigned long event, vo
#ifdef CONFIG_IP_ROUTE_MULTIPATH
- fib_sync_up(dev);
+ fib_sync_up(dev, RTNH_F_DEAD);
#endif
- atomic_inc(&net->ipv4.dev_addr_genid);
+ atomic_inc_unchecked(&net->ipv4.dev_addr_genid);
@@ -117969,10 +119049,10 @@ index 872494e..8e0b4d1 100644
break;
case NETDEV_DOWN:
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c
-index 8d695b6..752d427a 100644
+index 3a06586..1020c5b 100644
--- a/net/ipv4/fib_semantics.c
+++ b/net/ipv4/fib_semantics.c
-@@ -752,7 +752,7 @@ __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh)
+@@ -755,7 +755,7 @@ __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh)
nh->nh_saddr = inet_select_addr(nh->nh_dev,
nh->nh_gw,
nh->nh_parent->fib_scope);
@@ -117981,143 +119061,34 @@ index 8d695b6..752d427a 100644
return nh->nh_saddr;
}
-diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
-index 09b62e1..2871350 100644
---- a/net/ipv4/fib_trie.c
-+++ b/net/ipv4/fib_trie.c
-@@ -2457,7 +2457,7 @@ static struct key_vector *fib_route_get_idx(struct fib_route_iter *iter,
- key = l->key + 1;
- iter->pos++;
-
-- if (pos-- <= 0)
-+ if (--pos <= 0)
- break;
-
- l = NULL;
-diff --git a/net/ipv4/inet_fragment.c b/net/ipv4/inet_fragment.c
-index 5e346a0..d0a7c03 100644
---- a/net/ipv4/inet_fragment.c
-+++ b/net/ipv4/inet_fragment.c
-@@ -131,34 +131,22 @@ inet_evict_bucket(struct inet_frags *f, struct inet_frag_bucket *hb)
- unsigned int evicted = 0;
- HLIST_HEAD(expired);
-
--evict_again:
- spin_lock(&hb->chain_lock);
-
- hlist_for_each_entry_safe(fq, n, &hb->chain, list) {
- if (!inet_fragq_should_evict(fq))
- continue;
-
-- if (!del_timer(&fq->timer)) {
-- /* q expiring right now thus increment its refcount so
-- * it won't be freed under us and wait until the timer
-- * has finished executing then destroy it
-- */
-- atomic_inc(&fq->refcnt);
-- spin_unlock(&hb->chain_lock);
-- del_timer_sync(&fq->timer);
-- inet_frag_put(fq, f);
-- goto evict_again;
-- }
-+ if (!del_timer(&fq->timer))
-+ continue;
-
-- fq->flags |= INET_FRAG_EVICTED;
-- hlist_del(&fq->list);
-- hlist_add_head(&fq->list, &expired);
-+ hlist_add_head(&fq->list_evictor, &expired);
- ++evicted;
- }
-
- spin_unlock(&hb->chain_lock);
-
-- hlist_for_each_entry_safe(fq, n, &expired, list)
-+ hlist_for_each_entry_safe(fq, n, &expired, list_evictor)
- f->frag_expire((unsigned long) fq);
-
- return evicted;
-@@ -240,19 +228,21 @@ void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f)
- int i;
-
- nf->low_thresh = 0;
-- local_bh_disable();
-
- evict_again:
-+ local_bh_disable();
- seq = read_seqbegin(&f->rnd_seqlock);
-
- for (i = 0; i < INETFRAGS_HASHSZ ; i++)
- inet_evict_bucket(f, &f->hash[i]);
-
-- if (read_seqretry(&f->rnd_seqlock, seq))
-+ local_bh_enable();
-+ cond_resched();
-+
-+ if (read_seqretry(&f->rnd_seqlock, seq) ||
-+ percpu_counter_sum(&nf->mem))
- goto evict_again;
-
-- local_bh_enable();
--
- percpu_counter_destroy(&nf->mem);
- }
- EXPORT_SYMBOL(inet_frags_exit_net);
-@@ -284,8 +274,8 @@ static inline void fq_unlink(struct inet_frag_queue *fq, struct inet_frags *f)
- struct inet_frag_bucket *hb;
-
- hb = get_frag_bucket_locked(fq, f);
-- if (!(fq->flags & INET_FRAG_EVICTED))
-- hlist_del(&fq->list);
-+ hlist_del(&fq->list);
-+ fq->flags |= INET_FRAG_COMPLETE;
- spin_unlock(&hb->chain_lock);
- }
-
-@@ -297,7 +287,6 @@ void inet_frag_kill(struct inet_frag_queue *fq, struct inet_frags *f)
- if (!(fq->flags & INET_FRAG_COMPLETE)) {
- fq_unlink(fq, f);
- atomic_dec(&fq->refcnt);
-- fq->flags |= INET_FRAG_COMPLETE;
- }
- }
- EXPORT_SYMBOL(inet_frag_kill);
-@@ -330,11 +319,12 @@ void inet_frag_destroy(struct inet_frag_queue *q, struct inet_frags *f)
- fp = xp;
- }
- sum = sum_truesize + f->qsize;
-- sub_frag_mem_limit(q, sum);
-
- if (f->destructor)
- f->destructor(q);
- kmem_cache_free(f->frags_cachep, q);
-+
-+ sub_frag_mem_limit(nf, sum);
- }
- EXPORT_SYMBOL(inet_frag_destroy);
-
-@@ -390,7 +380,7 @@ static struct inet_frag_queue *inet_frag_alloc(struct netns_frags *nf,
-
- q->net = nf;
- f->constructor(q, arg);
-- add_frag_mem_limit(q, f->qsize);
-+ add_frag_mem_limit(nf, f->qsize);
-
- setup_timer(&q->timer, f->frag_expire, (unsigned long)q);
- spin_lock_init(&q->lock);
+diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c
+index 1349571..e136d6e 100644
+--- a/net/ipv4/inet_connection_sock.c
++++ b/net/ipv4/inet_connection_sock.c
+@@ -728,8 +728,8 @@ struct sock *inet_csk_clone_lock(const struct sock *sk,
+ newsk->sk_write_space = sk_stream_write_space;
+
+ newsk->sk_mark = inet_rsk(req)->ir_mark;
+- atomic64_set(&newsk->sk_cookie,
+- atomic64_read(&inet_rsk(req)->ir_cookie));
++ atomic64_set_unchecked(&newsk->sk_cookie,
++ atomic64_read_unchecked(&inet_rsk(req)->ir_cookie));
+
+ newicsk->icsk_retransmits = 0;
+ newicsk->icsk_backoff = 0;
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c
-index c6fb80b..8705495 100644
+index 0cb9165..8589720 100644
--- a/net/ipv4/inet_hashtables.c
+++ b/net/ipv4/inet_hashtables.c
-@@ -18,6 +18,7 @@
- #include <linux/sched.h>
+@@ -19,6 +19,7 @@
#include <linux/slab.h>
#include <linux/wait.h>
+ #include <linux/vmalloc.h>
+#include <linux/security.h>
#include <net/inet_connection_sock.h>
#include <net/inet_hashtables.h>
-@@ -53,6 +54,8 @@ u32 sk_ehashfn(const struct sock *sk)
+@@ -54,6 +55,8 @@ u32 sk_ehashfn(const struct sock *sk)
sk->sk_daddr, sk->sk_dport);
}
@@ -118126,7 +119097,7 @@ index c6fb80b..8705495 100644
/*
* Allocate and initialize a new local port bind bucket.
* The bindhash mutex for snum's hash chain must be held here.
-@@ -564,6 +567,8 @@ ok:
+@@ -566,6 +569,8 @@ ok:
twrefcnt += inet_twsk_bind_unhash(tw, hinfo);
spin_unlock(&head->lock);
@@ -118135,6 +119106,19 @@ index c6fb80b..8705495 100644
if (tw) {
inet_twsk_deschedule(tw);
while (twrefcnt) {
+diff --git a/net/ipv4/inet_timewait_sock.c b/net/ipv4/inet_timewait_sock.c
+index 2ffbd16..6e94995 100644
+--- a/net/ipv4/inet_timewait_sock.c
++++ b/net/ipv4/inet_timewait_sock.c
+@@ -214,7 +214,7 @@ struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk,
+ tw->tw_ipv6only = 0;
+ tw->tw_transparent = inet->transparent;
+ tw->tw_prot = sk->sk_prot_creator;
+- atomic64_set(&tw->tw_cookie, atomic64_read(&sk->sk_cookie));
++ atomic64_set_unchecked(&tw->tw_cookie, atomic64_read_unchecked(&sk->sk_cookie));
+ twsk_net_set(tw, sock_net(sk));
+ setup_timer(&tw->tw_timer, tw_timer_handler, (unsigned long)tw);
+ /*
diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c
index 241afd7..31b95d5 100644
--- a/net/ipv4/inetpeer.c
@@ -118149,19 +119133,10 @@ index 241afd7..31b95d5 100644
p->rate_tokens = 0;
/* 60*HZ is arbitrary, but chosen enough high so that the first
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c
-index cc1da6d..593fc73 100644
+index 921138f..1e011ff 100644
--- a/net/ipv4/ip_fragment.c
+++ b/net/ipv4/ip_fragment.c
-@@ -192,7 +192,7 @@ static void ip_expire(unsigned long arg)
- ipq_kill(qp);
- IP_INC_STATS_BH(net, IPSTATS_MIB_REASMFAILS);
-
-- if (!(qp->q.flags & INET_FRAG_EVICTED)) {
-+ if (!inet_frag_evicting(&qp->q)) {
- struct sk_buff *head = qp->q.fragments;
- const struct iphdr *iph;
- int err;
-@@ -268,7 +268,7 @@ static int ip_frag_too_far(struct ipq *qp)
+@@ -276,7 +276,7 @@ static int ip_frag_too_far(struct ipq *qp)
return 0;
start = qp->rid;
@@ -118170,52 +119145,7 @@ index cc1da6d..593fc73 100644
qp->rid = end;
rc = qp->q.fragments && (end - start) > max;
-@@ -301,7 +301,7 @@ static int ip_frag_reinit(struct ipq *qp)
- kfree_skb(fp);
- fp = xp;
- } while (fp);
-- sub_frag_mem_limit(&qp->q, sum_truesize);
-+ sub_frag_mem_limit(qp->q.net, sum_truesize);
-
- qp->q.flags = 0;
- qp->q.len = 0;
-@@ -446,7 +446,7 @@ found:
- qp->q.fragments = next;
-
- qp->q.meat -= free_it->len;
-- sub_frag_mem_limit(&qp->q, free_it->truesize);
-+ sub_frag_mem_limit(qp->q.net, free_it->truesize);
- kfree_skb(free_it);
- }
- }
-@@ -470,7 +470,7 @@ found:
- qp->q.stamp = skb->tstamp;
- qp->q.meat += skb->len;
- qp->ecn |= ecn;
-- add_frag_mem_limit(&qp->q, skb->truesize);
-+ add_frag_mem_limit(qp->q.net, skb->truesize);
- if (offset == 0)
- qp->q.flags |= INET_FRAG_FIRST_IN;
-
-@@ -573,7 +573,7 @@ static int ip_frag_reasm(struct ipq *qp, struct sk_buff *prev,
- head->len -= clone->len;
- clone->csum = 0;
- clone->ip_summed = head->ip_summed;
-- add_frag_mem_limit(&qp->q, clone->truesize);
-+ add_frag_mem_limit(qp->q.net, clone->truesize);
- }
-
- skb_push(head, head->data - skb_network_header(head));
-@@ -601,7 +601,7 @@ static int ip_frag_reasm(struct ipq *qp, struct sk_buff *prev,
- }
- fp = next;
- }
-- sub_frag_mem_limit(&qp->q, sum_truesize);
-+ sub_frag_mem_limit(qp->q.net, sum_truesize);
-
- head->next = NULL;
- head->dev = dev;
-@@ -750,12 +750,11 @@ static struct ctl_table ip4_frags_ctl_table[] = {
+@@ -780,12 +780,11 @@ static struct ctl_table ip4_frags_ctl_table[] = {
static int __net_init ip4_frags_ns_ctl_register(struct net *net)
{
@@ -118230,7 +119160,7 @@ index cc1da6d..593fc73 100644
if (!table)
goto err_alloc;
-@@ -769,9 +768,10 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
+@@ -799,9 +798,10 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
/* Don't export sysctls to unprivileged users */
if (net->user_ns != &init_user_ns)
table[0].procname = NULL;
@@ -118243,7 +119173,7 @@ index cc1da6d..593fc73 100644
if (!hdr)
goto err_reg;
-@@ -779,8 +779,7 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
+@@ -809,8 +809,7 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
return 0;
err_reg:
@@ -118310,10 +119240,10 @@ index 2db4c87..4db9282 100644
ICMP_PROT_UNREACH, 0);
}
diff --git a/net/ipv4/ip_sockglue.c b/net/ipv4/ip_sockglue.c
-index 6ddde89..653e224 100644
+index c3c359a..504edc6 100644
--- a/net/ipv4/ip_sockglue.c
+++ b/net/ipv4/ip_sockglue.c
-@@ -1291,7 +1291,8 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
+@@ -1295,7 +1295,8 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
len = min_t(unsigned int, len, opt->optlen);
if (put_user(len, optlen))
return -EFAULT;
@@ -118323,7 +119253,7 @@ index 6ddde89..653e224 100644
return -EFAULT;
return 0;
}
-@@ -1425,7 +1426,7 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
+@@ -1432,7 +1433,7 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
if (sk->sk_type != SOCK_STREAM)
return -ENOPROTOOPT;
@@ -118386,7 +119316,7 @@ index 8e7328c..9bd7ed3 100644
return res;
}
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c
-index ff96396..2e928ba 100644
+index 254238d..82c19a2 100644
--- a/net/ipv4/ipip.c
+++ b/net/ipv4/ipip.c
@@ -124,7 +124,7 @@ MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
@@ -118398,7 +119328,7 @@ index ff96396..2e928ba 100644
static int ipip_err(struct sk_buff *skb, u32 info)
{
-@@ -487,7 +487,7 @@ static const struct nla_policy ipip_policy[IFLA_IPTUN_MAX + 1] = {
+@@ -488,7 +488,7 @@ static const struct nla_policy ipip_policy[IFLA_IPTUN_MAX + 1] = {
[IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
};
@@ -118408,10 +119338,10 @@ index ff96396..2e928ba 100644
.maxtype = IFLA_IPTUN_MAX,
.policy = ipip_policy,
diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c
-index a612007..99ac4bc5 100644
+index 92305a1..0a5b349 100644
--- a/net/ipv4/netfilter/arp_tables.c
+++ b/net/ipv4/netfilter/arp_tables.c
-@@ -884,14 +884,14 @@ static int compat_table_info(const struct xt_table_info *info,
+@@ -896,14 +896,14 @@ static int compat_table_info(const struct xt_table_info *info,
#endif
static int get_info(struct net *net, void __user *user,
@@ -118429,7 +119359,7 @@ index a612007..99ac4bc5 100644
sizeof(struct arpt_getinfo));
return -EINVAL;
}
-@@ -928,7 +928,7 @@ static int get_info(struct net *net, void __user *user,
+@@ -940,7 +940,7 @@ static int get_info(struct net *net, void __user *user,
info.size = private->size;
strcpy(info.name, name);
@@ -118438,7 +119368,7 @@ index a612007..99ac4bc5 100644
ret = -EFAULT;
else
ret = 0;
-@@ -1695,7 +1695,7 @@ static int compat_do_arpt_get_ctl(struct sock *sk, int cmd, void __user *user,
+@@ -1705,7 +1705,7 @@ static int compat_do_arpt_get_ctl(struct sock *sk, int cmd, void __user *user,
switch (cmd) {
case ARPT_SO_GET_INFO:
@@ -118447,7 +119377,7 @@ index a612007..99ac4bc5 100644
break;
case ARPT_SO_GET_ENTRIES:
ret = compat_get_entries(sock_net(sk), user, len);
-@@ -1740,7 +1740,7 @@ static int do_arpt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len
+@@ -1750,7 +1750,7 @@ static int do_arpt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len
switch (cmd) {
case ARPT_SO_GET_INFO:
@@ -118457,10 +119387,10 @@ index a612007..99ac4bc5 100644
case ARPT_SO_GET_ENTRIES:
diff --git a/net/ipv4/netfilter/ip_tables.c b/net/ipv4/netfilter/ip_tables.c
-index 2d0e265..67e5b8d 100644
+index 6c72fbb..ce47b05 100644
--- a/net/ipv4/netfilter/ip_tables.c
+++ b/net/ipv4/netfilter/ip_tables.c
-@@ -1072,14 +1072,14 @@ static int compat_table_info(const struct xt_table_info *info,
+@@ -1073,14 +1073,14 @@ static int compat_table_info(const struct xt_table_info *info,
#endif
static int get_info(struct net *net, void __user *user,
@@ -118478,7 +119408,7 @@ index 2d0e265..67e5b8d 100644
sizeof(struct ipt_getinfo));
return -EINVAL;
}
-@@ -1116,7 +1116,7 @@ static int get_info(struct net *net, void __user *user,
+@@ -1117,7 +1117,7 @@ static int get_info(struct net *net, void __user *user,
info.size = private->size;
strcpy(info.name, name);
@@ -118487,7 +119417,7 @@ index 2d0e265..67e5b8d 100644
ret = -EFAULT;
else
ret = 0;
-@@ -1978,7 +1978,7 @@ compat_do_ipt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
+@@ -1968,7 +1968,7 @@ compat_do_ipt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
switch (cmd) {
case IPT_SO_GET_INFO:
@@ -118496,7 +119426,7 @@ index 2d0e265..67e5b8d 100644
break;
case IPT_SO_GET_ENTRIES:
ret = compat_get_entries(sock_net(sk), user, len);
-@@ -2025,7 +2025,7 @@ do_ipt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
+@@ -2015,7 +2015,7 @@ do_ipt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
switch (cmd) {
case IPT_SO_GET_INFO:
@@ -118506,10 +119436,10 @@ index 2d0e265..67e5b8d 100644
case IPT_SO_GET_ENTRIES:
diff --git a/net/ipv4/netfilter/ipt_CLUSTERIP.c b/net/ipv4/netfilter/ipt_CLUSTERIP.c
-index 771ab3d..5b99b18 100644
+index 45cb16a..cef4ecd 100644
--- a/net/ipv4/netfilter/ipt_CLUSTERIP.c
+++ b/net/ipv4/netfilter/ipt_CLUSTERIP.c
-@@ -725,7 +725,7 @@ static int clusterip_net_init(struct net *net)
+@@ -730,7 +730,7 @@ static int clusterip_net_init(struct net *net)
spin_lock_init(&cn->lock);
#ifdef CONFIG_PROC_FS
@@ -118636,7 +119566,7 @@ index 561cd4b..a32a155 100644
static int raw_seq_show(struct seq_file *seq, void *v)
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
-index f45f2a1..e7d47a3 100644
+index e681b85..8a43a65 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -227,7 +227,7 @@ static const struct seq_operations rt_cache_seq_ops = {
@@ -118666,30 +119596,34 @@ index f45f2a1..e7d47a3 100644
}
static const struct file_operations rt_acct_proc_fops = {
-@@ -458,11 +458,11 @@ static struct neighbour *ipv4_neigh_lookup(const struct dst_entry *dst,
+@@ -458,7 +458,7 @@ static struct neighbour *ipv4_neigh_lookup(const struct dst_entry *dst,
#define IP_IDENTS_SZ 2048u
- struct ip_ident_bucket {
-- atomic_t id;
-+ atomic_unchecked_t id;
- u32 stamp32;
- };
--static struct ip_ident_bucket *ip_idents __read_mostly;
-+static struct ip_ident_bucket ip_idents[IP_IDENTS_SZ] __read_mostly;
+-static atomic_t *ip_idents __read_mostly;
++static atomic_unchecked_t ip_idents[IP_IDENTS_SZ] __read_mostly;
+ static u32 *ip_tstamps __read_mostly;
/* In order to protect privacy, we add a perturbation to identifiers
- * if one generator is seldom used. This makes hard for an attacker
-@@ -478,7 +478,7 @@ u32 ip_idents_reserve(u32 hash, int segs)
- if (old != now && cmpxchg(&bucket->stamp32, old, now) == old)
+@@ -468,7 +468,7 @@ static u32 *ip_tstamps __read_mostly;
+ u32 ip_idents_reserve(u32 hash, int segs)
+ {
+ u32 *p_tstamp = ip_tstamps + hash % IP_IDENTS_SZ;
+- atomic_t *p_id = ip_idents + hash % IP_IDENTS_SZ;
++ atomic_unchecked_t *p_id = ip_idents + hash % IP_IDENTS_SZ;
+ u32 old = ACCESS_ONCE(*p_tstamp);
+ u32 now = (u32)jiffies;
+ u32 delta = 0;
+@@ -476,7 +476,7 @@ u32 ip_idents_reserve(u32 hash, int segs)
+ if (old != now && cmpxchg(p_tstamp, old, now) == old)
delta = prandom_u32_max(now - old);
-- return atomic_add_return(segs + delta, &bucket->id) - segs;
-+ return atomic_add_return_unchecked(segs + delta, &bucket->id) - segs;
+- return atomic_add_return(segs + delta, p_id) - segs;
++ return atomic_add_return_unchecked(segs + delta, p_id) - segs;
}
EXPORT_SYMBOL(ip_idents_reserve);
-@@ -2641,34 +2641,34 @@ static struct ctl_table ipv4_route_flush_table[] = {
+@@ -2640,34 +2640,34 @@ static struct ctl_table ipv4_route_flush_table[] = {
.maxlen = sizeof(int),
.mode = 0200,
.proc_handler = ipv4_sysctl_rtcache_flush,
@@ -118732,7 +119666,7 @@ index f45f2a1..e7d47a3 100644
err_dup:
return -ENOMEM;
}
-@@ -2691,8 +2691,8 @@ static __net_initdata struct pernet_operations sysctl_route_ops = {
+@@ -2690,8 +2690,8 @@ static __net_initdata struct pernet_operations sysctl_route_ops = {
static __net_init int rt_genid_init(struct net *net)
{
@@ -118743,7 +119677,7 @@ index f45f2a1..e7d47a3 100644
get_random_bytes(&net->ipv4.dev_addr_genid,
sizeof(net->ipv4.dev_addr_genid));
return 0;
-@@ -2736,11 +2736,7 @@ int __init ip_rt_init(void)
+@@ -2735,11 +2735,7 @@ int __init ip_rt_init(void)
int rc = 0;
int cpu;
@@ -118754,13 +119688,13 @@ index f45f2a1..e7d47a3 100644
- prandom_bytes(ip_idents, IP_IDENTS_SZ * sizeof(*ip_idents));
+ prandom_bytes(ip_idents, sizeof(ip_idents));
- for_each_possible_cpu(cpu) {
- struct uncached_list *ul = &per_cpu(rt_uncached_list, cpu);
+ ip_tstamps = kcalloc(IP_IDENTS_SZ, sizeof(*ip_tstamps), GFP_KERNEL);
+ if (!ip_tstamps)
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
-index c3852a7..7bdbde7 100644
+index 0330ab2..4745d2c 100644
--- a/net/ipv4/sysctl_net_ipv4.c
+++ b/net/ipv4/sysctl_net_ipv4.c
-@@ -60,7 +60,7 @@ static int ipv4_local_port_range(struct ctl_table *table, int write,
+@@ -66,7 +66,7 @@ static int ipv4_local_port_range(struct ctl_table *table, int write,
container_of(table->data, struct net, ipv4.ip_local_ports.range);
int ret;
int range[2];
@@ -118769,7 +119703,7 @@ index c3852a7..7bdbde7 100644
.data = &range,
.maxlen = sizeof(range),
.mode = table->mode,
-@@ -118,7 +118,7 @@ static int ipv4_ping_group_range(struct ctl_table *table, int write,
+@@ -124,7 +124,7 @@ static int ipv4_ping_group_range(struct ctl_table *table, int write,
int ret;
gid_t urange[2];
kgid_t low, high;
@@ -118778,7 +119712,7 @@ index c3852a7..7bdbde7 100644
.data = &urange,
.maxlen = sizeof(urange),
.mode = table->mode,
-@@ -149,7 +149,7 @@ static int proc_tcp_congestion_control(struct ctl_table *ctl, int write,
+@@ -155,7 +155,7 @@ static int proc_tcp_congestion_control(struct ctl_table *ctl, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
char val[TCP_CA_NAME_MAX];
@@ -118787,7 +119721,7 @@ index c3852a7..7bdbde7 100644
.data = val,
.maxlen = TCP_CA_NAME_MAX,
};
-@@ -168,7 +168,7 @@ static int proc_tcp_available_congestion_control(struct ctl_table *ctl,
+@@ -174,7 +174,7 @@ static int proc_tcp_available_congestion_control(struct ctl_table *ctl,
void __user *buffer, size_t *lenp,
loff_t *ppos)
{
@@ -118796,7 +119730,7 @@ index c3852a7..7bdbde7 100644
int ret;
tbl.data = kmalloc(tbl.maxlen, GFP_USER);
-@@ -185,7 +185,7 @@ static int proc_allowed_congestion_control(struct ctl_table *ctl,
+@@ -191,7 +191,7 @@ static int proc_allowed_congestion_control(struct ctl_table *ctl,
void __user *buffer, size_t *lenp,
loff_t *ppos)
{
@@ -118805,7 +119739,7 @@ index c3852a7..7bdbde7 100644
int ret;
tbl.data = kmalloc(tbl.maxlen, GFP_USER);
-@@ -204,7 +204,7 @@ static int proc_tcp_fastopen_key(struct ctl_table *ctl, int write,
+@@ -210,7 +210,7 @@ static int proc_tcp_fastopen_key(struct ctl_table *ctl, int write,
void __user *buffer, size_t *lenp,
loff_t *ppos)
{
@@ -118814,7 +119748,7 @@ index c3852a7..7bdbde7 100644
struct tcp_fastopen_context *ctxt;
int ret;
u32 user_key[4]; /* 16 bytes, matching TCP_FASTOPEN_KEY_LENGTH */
-@@ -902,13 +902,12 @@ static struct ctl_table ipv4_net_table[] = {
+@@ -915,13 +915,12 @@ static struct ctl_table ipv4_net_table[] = {
static __net_init int ipv4_sysctl_init_net(struct net *net)
{
@@ -118830,7 +119764,7 @@ index c3852a7..7bdbde7 100644
if (!table)
goto err_alloc;
-@@ -917,7 +916,10 @@ static __net_init int ipv4_sysctl_init_net(struct net *net)
+@@ -930,7 +929,10 @@ static __net_init int ipv4_sysctl_init_net(struct net *net)
table[i].data += (void *)net - (void *)&init_net;
}
@@ -118843,7 +119777,7 @@ index c3852a7..7bdbde7 100644
goto err_reg;
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
-index c9ab964..607d9f7 100644
+index 728f5b3..dc51cbe 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -767,7 +767,7 @@ static void tcp_update_pacing_rate(struct sock *sk)
@@ -118855,7 +119789,7 @@ index c9ab964..607d9f7 100644
sk->sk_max_pacing_rate);
}
-@@ -4610,7 +4610,7 @@ static struct sk_buff *tcp_collapse_one(struct sock *sk, struct sk_buff *skb,
+@@ -4608,7 +4608,7 @@ static struct sk_buff *tcp_collapse_one(struct sock *sk, struct sk_buff *skb,
* simplifies code)
*/
static void
@@ -118864,7 +119798,7 @@ index c9ab964..607d9f7 100644
struct sk_buff *head, struct sk_buff *tail,
u32 start, u32 end)
{
-@@ -5605,6 +5605,7 @@ discard:
+@@ -5603,6 +5603,7 @@ discard:
tcp_paws_reject(&tp->rx_opt, 0))
goto discard_and_undo;
@@ -118872,7 +119806,7 @@ index c9ab964..607d9f7 100644
if (th->syn) {
/* We see SYN without ACK. It is attempt of
* simultaneous connect with crossed SYNs.
-@@ -5655,6 +5656,7 @@ discard:
+@@ -5653,6 +5654,7 @@ discard:
goto discard;
#endif
}
@@ -118880,7 +119814,7 @@ index c9ab964..607d9f7 100644
/* "fifth, if neither of the SYN or RST bits is set then
* drop the segment and return."
*/
-@@ -5701,7 +5703,7 @@ int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
+@@ -5699,7 +5701,7 @@ int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
goto discard;
if (th->syn) {
@@ -118889,8 +119823,17 @@ index c9ab964..607d9f7 100644
goto discard;
if (icsk->icsk_af_ops->conn_request(sk, skb) < 0)
return 1;
+@@ -6026,7 +6028,7 @@ struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops,
+
+ kmemcheck_annotate_bitfield(ireq, flags);
+ ireq->opt = NULL;
+- atomic64_set(&ireq->ir_cookie, 0);
++ atomic64_set_unchecked(&ireq->ir_cookie, 0);
+ ireq->ireq_state = TCP_NEW_SYN_RECV;
+ write_pnet(&ireq->ireq_net, sock_net(sk_listener));
+ ireq->ireq_family = sk_listener->sk_family;
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
-index fc1c658..4de4e33 100644
+index 0ea2e1c..a4d1c48 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -89,6 +89,10 @@ int sysctl_tcp_tw_reuse __read_mostly;
@@ -118904,15 +119847,6 @@ index fc1c658..4de4e33 100644
#ifdef CONFIG_TCP_MD5SIG
static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key,
__be32 daddr, __be32 saddr, const struct tcphdr *th);
-@@ -1348,7 +1352,7 @@ static struct sock *tcp_v4_hnd_req(struct sock *sk, struct sk_buff *skb)
- req = inet_csk_search_req(sk, th->source, iph->saddr, iph->daddr);
- if (req) {
- nsk = tcp_check_req(sk, skb, req, false);
-- if (!nsk)
-+ if (!nsk || nsk == sk)
- reqsk_put(req);
- return nsk;
- }
@@ -1427,6 +1431,9 @@ int tcp_v4_do_rcv(struct sock *sk, struct sk_buff *skb)
return 0;
@@ -118946,7 +119880,7 @@ index fc1c658..4de4e33 100644
if (unlikely(iph->ttl < inet_sk(sk)->min_ttl)) {
NET_INC_STATS_BH(net, LINUX_MIB_TCPMINTTLDROP);
-@@ -1652,6 +1666,10 @@ csum_error:
+@@ -1653,6 +1667,10 @@ csum_error:
bad_packet:
TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
} else {
@@ -118958,7 +119892,7 @@ index fc1c658..4de4e33 100644
}
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c
-index 17e7339..c72ff6c 100644
+index 4bc00cb..d024adf 100644
--- a/net/ipv4/tcp_minisocks.c
+++ b/net/ipv4/tcp_minisocks.c
@@ -27,6 +27,10 @@
@@ -118972,7 +119906,7 @@ index 17e7339..c72ff6c 100644
int sysctl_tcp_syncookies __read_mostly = 1;
EXPORT_SYMBOL(sysctl_tcp_syncookies);
-@@ -778,7 +782,10 @@ embryonic_reset:
+@@ -782,7 +786,10 @@ embryonic_reset:
* avoid becoming vulnerable to outside attack aiming at
* resetting legit local connections.
*/
@@ -118998,7 +119932,7 @@ index ebf5ff5..4d1ff32 100644
cnt += width;
}
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c
-index 8c65dc1..55fd1ba 100644
+index 5b752f5..9594bb2 100644
--- a/net/ipv4/tcp_timer.c
+++ b/net/ipv4/tcp_timer.c
@@ -22,6 +22,10 @@
@@ -119027,7 +119961,7 @@ index 8c65dc1..55fd1ba 100644
syn_set ? 0 : icsk->icsk_user_timeout, syn_set)) {
/* Has it gone just too far? */
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
-index 83aa604..dbfddf5 100644
+index 1b8c5ba..e1f0542 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -87,6 +87,7 @@
@@ -119135,7 +120069,7 @@ index 83aa604..dbfddf5 100644
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
/*
-@@ -2420,7 +2444,7 @@ static void udp4_format_sock(struct sock *sp, struct seq_file *f,
+@@ -2427,7 +2451,7 @@ static void udp4_format_sock(struct sock *sp, struct seq_file *f,
from_kuid_munged(seq_user_ns(f), sock_i_uid(sp)),
0, sock_i_ino(sp),
atomic_read(&sp->sk_refcnt), sp,
@@ -119198,7 +120132,7 @@ index bff6974..c63736c 100644
return -ENOMEM;
}
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
-index 37b70e8..1475ab7 100644
+index 21c2c81..373c1ba 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -178,7 +178,7 @@ static struct ipv6_devconf ipv6_devconf __read_mostly = {
@@ -119228,7 +120162,7 @@ index 37b70e8..1475ab7 100644
net->dev_base_seq;
hlist_for_each_entry_rcu(dev, head, index_hlist) {
if (idx < s_idx)
-@@ -2506,7 +2506,7 @@ int addrconf_set_dstaddr(struct net *net, void __user *arg)
+@@ -2508,7 +2508,7 @@ int addrconf_set_dstaddr(struct net *net, void __user *arg)
p.iph.ihl = 5;
p.iph.protocol = IPPROTO_IPV6;
p.iph.ttl = 64;
@@ -119237,7 +120171,7 @@ index 37b70e8..1475ab7 100644
if (ops->ndo_do_ioctl) {
mm_segment_t oldfs = get_fs();
-@@ -3772,16 +3772,23 @@ static const struct file_operations if6_fops = {
+@@ -3774,16 +3774,23 @@ static const struct file_operations if6_fops = {
.release = seq_release_net,
};
@@ -119262,7 +120196,7 @@ index 37b70e8..1475ab7 100644
}
static struct pernet_operations if6_proc_net_ops = {
-@@ -4400,7 +4407,7 @@ static int inet6_dump_addr(struct sk_buff *skb, struct netlink_callback *cb,
+@@ -4402,7 +4409,7 @@ static int inet6_dump_addr(struct sk_buff *skb, struct netlink_callback *cb,
s_ip_idx = ip_idx = cb->args[2];
rcu_read_lock();
@@ -119271,7 +120205,7 @@ index 37b70e8..1475ab7 100644
for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
idx = 0;
head = &net->dev_index_head[h];
-@@ -5057,7 +5064,7 @@ static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
+@@ -5059,7 +5066,7 @@ static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
rt_genid_bump_ipv6(net);
break;
}
@@ -119280,7 +120214,7 @@ index 37b70e8..1475ab7 100644
}
static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
-@@ -5077,7 +5084,7 @@ int addrconf_sysctl_forward(struct ctl_table *ctl, int write,
+@@ -5079,7 +5086,7 @@ int addrconf_sysctl_forward(struct ctl_table *ctl, int write,
int *valp = ctl->data;
int val = *valp;
loff_t pos = *ppos;
@@ -119289,7 +120223,7 @@ index 37b70e8..1475ab7 100644
int ret;
/*
-@@ -5102,7 +5109,7 @@ int addrconf_sysctl_mtu(struct ctl_table *ctl, int write,
+@@ -5104,7 +5111,7 @@ int addrconf_sysctl_mtu(struct ctl_table *ctl, int write,
{
struct inet6_dev *idev = ctl->extra1;
int min_mtu = IPV6_MIN_MTU;
@@ -119298,7 +120232,7 @@ index 37b70e8..1475ab7 100644
lctl = *ctl;
lctl.extra1 = &min_mtu;
-@@ -5177,7 +5184,7 @@ int addrconf_sysctl_disable(struct ctl_table *ctl, int write,
+@@ -5179,7 +5186,7 @@ int addrconf_sysctl_disable(struct ctl_table *ctl, int write,
int *valp = ctl->data;
int val = *valp;
loff_t pos = *ppos;
@@ -119307,7 +120241,7 @@ index 37b70e8..1475ab7 100644
int ret;
/*
-@@ -5242,7 +5249,7 @@ static int addrconf_sysctl_stable_secret(struct ctl_table *ctl, int write,
+@@ -5244,7 +5251,7 @@ static int addrconf_sysctl_stable_secret(struct ctl_table *ctl, int write,
int err;
struct in6_addr addr;
char str[IPV6_MAX_STRLEN];
@@ -119317,23 +120251,23 @@ index 37b70e8..1475ab7 100644
struct ipv6_stable_secret *secret = ctl->data;
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
-index eef63b3..d68f5da 100644
+index 7de52b6..ce7fb94 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
-@@ -768,7 +768,7 @@ static int __net_init inet6_net_init(struct net *net)
- net->ipv6.sysctl.auto_flowlabels = 0;
+@@ -770,7 +770,7 @@ static int __net_init inet6_net_init(struct net *net)
net->ipv6.sysctl.idgen_retries = 3;
net->ipv6.sysctl.idgen_delay = 1 * HZ;
+ net->ipv6.sysctl.flowlabel_state_ranges = 1;
- atomic_set(&net->ipv6.fib6_sernum, 1);
+ atomic_set_unchecked(&net->ipv6.fib6_sernum, 1);
err = ipv6_init_mibs(net);
if (err)
diff --git a/net/ipv6/datagram.c b/net/ipv6/datagram.c
-index 62d908e..bac79a9 100644
+index b10a889..e881e1f 100644
--- a/net/ipv6/datagram.c
+++ b/net/ipv6/datagram.c
-@@ -967,5 +967,5 @@ void ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp,
+@@ -977,5 +977,5 @@ void ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp,
0,
sock_i_ino(sp),
atomic_read(&sp->sk_refcnt), sp,
@@ -119341,7 +120275,7 @@ index 62d908e..bac79a9 100644
+ atomic_read_unchecked(&sp->sk_drops));
}
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
-index 2c2b5d5..cc01abd 100644
+index 713d743..8eec687 100644
--- a/net/ipv6/icmp.c
+++ b/net/ipv6/icmp.c
@@ -1004,7 +1004,7 @@ static struct ctl_table ipv6_icmp_table_template[] = {
@@ -119354,7 +120288,7 @@ index 2c2b5d5..cc01abd 100644
table = kmemdup(ipv6_icmp_table_template,
sizeof(ipv6_icmp_table_template),
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
-index bde57b1..5b45dbb 100644
+index 548c623..bc8ec4f 100644
--- a/net/ipv6/ip6_fib.c
+++ b/net/ipv6/ip6_fib.c
@@ -99,9 +99,9 @@ static int fib6_new_sernum(struct net *net)
@@ -119370,7 +120304,7 @@ index bde57b1..5b45dbb 100644
return new;
}
diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c
-index a38d3ac..d02e37d 100644
+index 69f4f68..1f97524 100644
--- a/net/ipv6/ip6_gre.c
+++ b/net/ipv6/ip6_gre.c
@@ -71,8 +71,8 @@ struct ip6gre_net {
@@ -119384,7 +120318,7 @@ index a38d3ac..d02e37d 100644
static int ip6gre_tunnel_init(struct net_device *dev);
static void ip6gre_tunnel_setup(struct net_device *dev);
static void ip6gre_tunnel_link(struct ip6gre_net *ign, struct ip6_tnl *t);
-@@ -1280,7 +1280,7 @@ static void ip6gre_fb_tunnel_init(struct net_device *dev)
+@@ -1281,7 +1281,7 @@ static void ip6gre_fb_tunnel_init(struct net_device *dev)
}
@@ -119393,7 +120327,7 @@ index a38d3ac..d02e37d 100644
.handler = ip6gre_rcv,
.err_handler = ip6gre_err,
.flags = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL,
-@@ -1639,7 +1639,7 @@ static const struct nla_policy ip6gre_policy[IFLA_GRE_MAX + 1] = {
+@@ -1640,7 +1640,7 @@ static const struct nla_policy ip6gre_policy[IFLA_GRE_MAX + 1] = {
[IFLA_GRE_FLAGS] = { .type = NLA_U32 },
};
@@ -119402,7 +120336,7 @@ index a38d3ac..d02e37d 100644
.kind = "ip6gre",
.maxtype = IFLA_GRE_MAX,
.policy = ip6gre_policy,
-@@ -1654,7 +1654,7 @@ static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
+@@ -1655,7 +1655,7 @@ static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
.get_link_net = ip6_tnl_get_link_net,
};
@@ -119412,7 +120346,7 @@ index a38d3ac..d02e37d 100644
.maxtype = IFLA_GRE_MAX,
.policy = ip6gre_policy,
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c
-index 5cafd92..d5aead4 100644
+index 2e67b66..b816b34 100644
--- a/net/ipv6/ip6_tunnel.c
+++ b/net/ipv6/ip6_tunnel.c
@@ -80,7 +80,7 @@ static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2)
@@ -119468,35 +120402,11 @@ index 63e6956..ebbbcf6 100644
msg.msg_controllen = len;
msg.msg_flags = flags;
-diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
-index 96f153c..82fcad9 100644
---- a/net/ipv6/ndisc.c
-+++ b/net/ipv6/ndisc.c
-@@ -1650,6 +1650,7 @@ int ndisc_rcv(struct sk_buff *skb)
- static int ndisc_netdev_event(struct notifier_block *this, unsigned long event, void *ptr)
- {
- struct net_device *dev = netdev_notifier_info_to_dev(ptr);
-+ struct netdev_notifier_change_info *change_info;
- struct net *net = dev_net(dev);
- struct inet6_dev *idev;
-
-@@ -1664,6 +1665,11 @@ static int ndisc_netdev_event(struct notifier_block *this, unsigned long event,
- ndisc_send_unsol_na(dev);
- in6_dev_put(idev);
- break;
-+ case NETDEV_CHANGE:
-+ change_info = ptr;
-+ if (change_info->flags_changed & IFF_NOARP)
-+ neigh_changeaddr(&nd_tbl, dev);
-+ break;
- case NETDEV_DOWN:
- neigh_ifdown(&nd_tbl, dev);
- fib6_run_gc(0, net, false);
diff --git a/net/ipv6/netfilter/ip6_tables.c b/net/ipv6/netfilter/ip6_tables.c
-index 62f5b0d..331fdb1 100644
+index 3c35ced..2e6882f 100644
--- a/net/ipv6/netfilter/ip6_tables.c
+++ b/net/ipv6/netfilter/ip6_tables.c
-@@ -1085,14 +1085,14 @@ static int compat_table_info(const struct xt_table_info *info,
+@@ -1086,14 +1086,14 @@ static int compat_table_info(const struct xt_table_info *info,
#endif
static int get_info(struct net *net, void __user *user,
@@ -119514,7 +120424,7 @@ index 62f5b0d..331fdb1 100644
sizeof(struct ip6t_getinfo));
return -EINVAL;
}
-@@ -1129,7 +1129,7 @@ static int get_info(struct net *net, void __user *user,
+@@ -1130,7 +1130,7 @@ static int get_info(struct net *net, void __user *user,
info.size = private->size;
strcpy(info.name, name);
@@ -119523,7 +120433,7 @@ index 62f5b0d..331fdb1 100644
ret = -EFAULT;
else
ret = 0;
-@@ -1991,7 +1991,7 @@ compat_do_ip6t_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
+@@ -1978,7 +1978,7 @@ compat_do_ip6t_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
switch (cmd) {
case IP6T_SO_GET_INFO:
@@ -119532,7 +120442,7 @@ index 62f5b0d..331fdb1 100644
break;
case IP6T_SO_GET_ENTRIES:
ret = compat_get_entries(sock_net(sk), user, len);
-@@ -2038,7 +2038,7 @@ do_ip6t_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
+@@ -2025,7 +2025,7 @@ do_ip6t_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
switch (cmd) {
case IP6T_SO_GET_INFO:
@@ -119542,7 +120452,7 @@ index 62f5b0d..331fdb1 100644
case IP6T_SO_GET_ENTRIES:
diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
-index 6f187c8..55e564f 100644
+index 6d02498..55e564f 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -96,12 +96,11 @@ static struct ctl_table nf_ct_frag6_sysctl_table[] = {
@@ -119583,33 +120493,6 @@ index 6f187c8..55e564f 100644
err_alloc:
return -ENOMEM;
}
-@@ -348,7 +346,7 @@ found:
- fq->ecn |= ecn;
- if (payload_len > fq->q.max_size)
- fq->q.max_size = payload_len;
-- add_frag_mem_limit(&fq->q, skb->truesize);
-+ add_frag_mem_limit(fq->q.net, skb->truesize);
-
- /* The first fragment.
- * nhoffset is obtained from the first fragment, of course.
-@@ -430,7 +428,7 @@ nf_ct_frag6_reasm(struct frag_queue *fq, struct net_device *dev)
- clone->ip_summed = head->ip_summed;
-
- NFCT_FRAG6_CB(clone)->orig = NULL;
-- add_frag_mem_limit(&fq->q, clone->truesize);
-+ add_frag_mem_limit(fq->q.net, clone->truesize);
- }
-
- /* We have to remove fragment header from datagram and to relocate
-@@ -454,7 +452,7 @@ nf_ct_frag6_reasm(struct frag_queue *fq, struct net_device *dev)
- head->csum = csum_add(head->csum, fp->csum);
- head->truesize += fp->truesize;
- }
-- sub_frag_mem_limit(&fq->q, head->truesize);
-+ sub_frag_mem_limit(fq->q.net, head->truesize);
-
- head->ignore_df = 1;
- head->next = NULL;
diff --git a/net/ipv6/ping.c b/net/ipv6/ping.c
index 263a516..692f738 100644
--- a/net/ipv6/ping.c
@@ -119684,7 +120567,7 @@ index 679253d0..70b653c 100644
goto proc_dev_snmp6_fail;
return 0;
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
-index 8072bd4..1629245 100644
+index ca4700c..e44c0f9 100644
--- a/net/ipv6/raw.c
+++ b/net/ipv6/raw.c
@@ -388,7 +388,7 @@ static inline int rawv6_rcv_skb(struct sock *sk, struct sk_buff *skb)
@@ -119723,7 +120606,7 @@ index 8072bd4..1629245 100644
struct flowi6 *fl6, struct dst_entry **dstp,
unsigned int flags)
{
-@@ -913,12 +913,15 @@ do_confirm:
+@@ -916,12 +916,15 @@ do_confirm:
static int rawv6_seticmpfilter(struct sock *sk, int level, int optname,
char __user *optval, int optlen)
{
@@ -119740,7 +120623,7 @@ index 8072bd4..1629245 100644
return 0;
default:
return -ENOPROTOOPT;
-@@ -931,6 +934,7 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
+@@ -934,6 +937,7 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
char __user *optval, int __user *optlen)
{
int len;
@@ -119748,7 +120631,7 @@ index 8072bd4..1629245 100644
switch (optname) {
case ICMPV6_FILTER:
-@@ -942,7 +946,8 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
+@@ -945,7 +949,8 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
len = sizeof(struct icmp6_filter);
if (put_user(len, optlen))
return -EFAULT;
@@ -119759,45 +120642,9 @@ index 8072bd4..1629245 100644
return 0;
default:
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c
-index 8ffa2c8..0db5dad 100644
+index f1159bb..0db5dad 100644
--- a/net/ipv6/reassembly.c
+++ b/net/ipv6/reassembly.c
-@@ -144,7 +144,7 @@ void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq,
-
- IP6_INC_STATS_BH(net, __in6_dev_get(dev), IPSTATS_MIB_REASMFAILS);
-
-- if (fq->q.flags & INET_FRAG_EVICTED)
-+ if (inet_frag_evicting(&fq->q))
- goto out_rcu_unlock;
-
- IP6_INC_STATS_BH(net, __in6_dev_get(dev), IPSTATS_MIB_REASMTIMEOUT);
-@@ -330,7 +330,7 @@ found:
- fq->q.stamp = skb->tstamp;
- fq->q.meat += skb->len;
- fq->ecn |= ecn;
-- add_frag_mem_limit(&fq->q, skb->truesize);
-+ add_frag_mem_limit(fq->q.net, skb->truesize);
-
- /* The first fragment.
- * nhoffset is obtained from the first fragment, of course.
-@@ -443,7 +443,7 @@ static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev,
- head->len -= clone->len;
- clone->csum = 0;
- clone->ip_summed = head->ip_summed;
-- add_frag_mem_limit(&fq->q, clone->truesize);
-+ add_frag_mem_limit(fq->q.net, clone->truesize);
- }
-
- /* We have to remove fragment header from datagram and to relocate
-@@ -481,7 +481,7 @@ static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev,
- }
- fp = next;
- }
-- sub_frag_mem_limit(&fq->q, sum_truesize);
-+ sub_frag_mem_limit(fq->q.net, sum_truesize);
-
- head->next = NULL;
- head->dev = dev;
@@ -626,12 +626,11 @@ static struct ctl_table ip6_frags_ctl_table[] = {
static int __net_init ip6_frags_ns_sysctl_register(struct net *net)
@@ -119837,10 +120684,10 @@ index 8ffa2c8..0db5dad 100644
return -ENOMEM;
}
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
-index c73ae50..aa55e00 100644
+index 00b64d4..da5099e 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
-@@ -3046,7 +3046,7 @@ struct ctl_table ipv6_route_table_template[] = {
+@@ -3430,7 +3430,7 @@ struct ctl_table ipv6_route_table_template[] = {
struct ctl_table * __net_init ipv6_route_sysctl_init(struct net *net)
{
@@ -119872,10 +120719,10 @@ index ac35a28..070cc8c 100644
.maxtype = IFLA_IPTUN_MAX,
.policy = ipip6_policy,
diff --git a/net/ipv6/sysctl_net_ipv6.c b/net/ipv6/sysctl_net_ipv6.c
-index abcc79f..3b2d2d5 100644
+index 4e705ad..9ba8db8 100644
--- a/net/ipv6/sysctl_net_ipv6.c
+++ b/net/ipv6/sysctl_net_ipv6.c
-@@ -92,7 +92,7 @@ static struct ctl_table ipv6_rotable[] = {
+@@ -99,7 +99,7 @@ static struct ctl_table ipv6_rotable[] = {
static int __net_init ipv6_sysctl_net_init(struct net *net)
{
@@ -119885,10 +120732,10 @@ index abcc79f..3b2d2d5 100644
struct ctl_table *ipv6_icmp_table;
int err;
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
-index 3adffb3..fe3cc78 100644
+index 7a6cea5..1a99e26 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
-@@ -104,6 +104,10 @@ static void inet6_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb)
+@@ -103,6 +103,10 @@ static void inet6_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb)
}
}
@@ -119899,16 +120746,7 @@ index 3adffb3..fe3cc78 100644
static __u32 tcp_v6_init_sequence(const struct sk_buff *skb)
{
return secure_tcpv6_sequence_number(ipv6_hdr(skb)->daddr.s6_addr32,
-@@ -946,7 +950,7 @@ static struct sock *tcp_v6_hnd_req(struct sock *sk, struct sk_buff *skb)
- &ipv6_hdr(skb)->daddr, tcp_v6_iif(skb));
- if (req) {
- nsk = tcp_check_req(sk, skb, req, false);
-- if (!nsk)
-+ if (!nsk || nsk == sk)
- reqsk_put(req);
- return nsk;
- }
-@@ -1283,6 +1287,9 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
+@@ -1280,6 +1284,9 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
return 0;
reset:
@@ -119918,7 +120756,7 @@ index 3adffb3..fe3cc78 100644
tcp_v6_send_reset(sk, skb);
discard:
if (opt_skb)
-@@ -1392,12 +1399,20 @@ static int tcp_v6_rcv(struct sk_buff *skb)
+@@ -1389,12 +1396,20 @@ static int tcp_v6_rcv(struct sk_buff *skb)
sk = __inet6_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest,
inet6_iif(skb));
@@ -119941,7 +120779,7 @@ index 3adffb3..fe3cc78 100644
if (hdr->hop_limit < inet6_sk(sk)->min_hopcount) {
NET_INC_STATS_BH(net, LINUX_MIB_TCPMINTTLDROP);
-@@ -1448,6 +1463,10 @@ csum_error:
+@@ -1446,6 +1461,10 @@ csum_error:
bad_packet:
TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
} else {
@@ -120005,10 +120843,10 @@ index e51fc3e..8f04229 100644
kfree_skb(skb);
diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c
-index f337a90..ba0d2a0 100644
+index ed0583c..606962a 100644
--- a/net/ipv6/xfrm6_policy.c
+++ b/net/ipv6/xfrm6_policy.c
-@@ -185,7 +185,8 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
+@@ -174,7 +174,8 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
return;
case IPPROTO_ICMPV6:
@@ -120018,7 +120856,7 @@ index f337a90..ba0d2a0 100644
u8 *icmp;
nh = skb_network_header(skb);
-@@ -199,7 +200,8 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
+@@ -188,7 +189,8 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
#if IS_ENABLED(CONFIG_IPV6_MIP6)
case IPPROTO_MH:
offset += ipv6_optlen(exthdr);
@@ -120028,7 +120866,7 @@ index f337a90..ba0d2a0 100644
struct ip6_mh *mh;
nh = skb_network_header(skb);
-@@ -222,11 +224,11 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
+@@ -211,11 +213,11 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
}
}
@@ -120042,7 +120880,7 @@ index f337a90..ba0d2a0 100644
return dst_entries_get_fast(ops) > ops->gc_thresh * 2;
}
-@@ -338,19 +340,19 @@ static struct ctl_table xfrm6_policy_table[] = {
+@@ -322,19 +324,19 @@ static struct ctl_table xfrm6_policy_table[] = {
static int __net_init xfrm6_net_init(struct net *net)
{
@@ -120067,7 +120905,7 @@ index f337a90..ba0d2a0 100644
if (!hdr)
goto err_reg;
-@@ -358,8 +360,7 @@ static int __net_init xfrm6_net_init(struct net *net)
+@@ -342,8 +344,7 @@ static int __net_init xfrm6_net_init(struct net *net)
return 0;
err_reg:
@@ -120178,7 +121016,7 @@ index b9ac598..f88cc56 100644
return;
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c
-index 6daa52a..786aa2b 100644
+index 918151c..5bbe95a 100644
--- a/net/iucv/af_iucv.c
+++ b/net/iucv/af_iucv.c
@@ -686,10 +686,10 @@ static void __iucv_auto_name(struct iucv_sock *iucv)
@@ -120208,10 +121046,10 @@ index 2a6a1fd..6c112b0 100644
};
diff --git a/net/key/af_key.c b/net/key/af_key.c
-index f0d52d7..9c9af38 100644
+index 83a7068..facf2f0 100644
--- a/net/key/af_key.c
+++ b/net/key/af_key.c
-@@ -3049,10 +3049,10 @@ static int pfkey_send_policy_notify(struct xfrm_policy *xp, int dir, const struc
+@@ -3050,10 +3050,10 @@ static int pfkey_send_policy_notify(struct xfrm_policy *xp, int dir, const struc
static u32 get_acqseq(void)
{
u32 res;
@@ -120340,10 +121178,10 @@ index 1a3c7e0..80f8b0c 100644
goto out;
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
-index f06d422..de37d95 100644
+index bf7023f..86a5bc6 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
-@@ -582,7 +582,7 @@ static int ieee80211_set_monitor_channel(struct wiphy *wiphy,
+@@ -580,7 +580,7 @@ static int ieee80211_set_monitor_channel(struct wiphy *wiphy,
ret = ieee80211_vif_use_channel(sdata, chandef,
IEEE80211_CHANCTX_EXCLUSIVE);
}
@@ -120352,7 +121190,7 @@ index f06d422..de37d95 100644
local->_oper_chandef = *chandef;
ieee80211_hw_config(local, 0);
}
-@@ -3429,7 +3429,7 @@ static void ieee80211_mgmt_frame_register(struct wiphy *wiphy,
+@@ -3488,7 +3488,7 @@ static void ieee80211_mgmt_frame_register(struct wiphy *wiphy,
else
local->probe_req_reg--;
@@ -120361,7 +121199,7 @@ index f06d422..de37d95 100644
break;
ieee80211_queue_work(&local->hw, &local->reconfig_filter);
-@@ -3564,8 +3564,8 @@ static int ieee80211_cfg_get_channel(struct wiphy *wiphy,
+@@ -3637,8 +3637,8 @@ static int ieee80211_cfg_get_channel(struct wiphy *wiphy,
if (chanctx_conf) {
*chandef = sdata->vif.bss_conf.chandef;
ret = 0;
@@ -120373,7 +121211,7 @@ index f06d422..de37d95 100644
if (local->use_chanctx)
*chandef = local->monitor_chandef;
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
-index c0a9187..2a13300 100644
+index b12f615..a264a60 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -30,6 +30,7 @@
@@ -120384,7 +121222,7 @@ index c0a9187..2a13300 100644
#include "key.h"
#include "sta_info.h"
#include "debug.h"
-@@ -1118,7 +1119,7 @@ struct ieee80211_local {
+@@ -1112,7 +1113,7 @@ struct ieee80211_local {
/* also used to protect ampdu_ac_queue and amdpu_ac_stop_refcnt */
spinlock_t queue_stop_reason_lock;
@@ -120394,7 +121232,7 @@ index c0a9187..2a13300 100644
/* number of interfaces with corresponding FIF_ flags */
int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss, fif_pspoll,
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c
-index 84cef60..53ec813 100644
+index 553ac6d..d2480da 100644
--- a/net/mac80211/iface.c
+++ b/net/mac80211/iface.c
@@ -550,7 +550,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
@@ -120415,8 +121253,8 @@ index 84cef60..53ec813 100644
res = ieee80211_add_virtual_monitor(local);
if (res)
goto err_stop;
-@@ -707,7 +707,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
- atomic_inc(&local->iff_promiscs);
+@@ -704,7 +704,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
+ atomic_inc(&local->iff_allmultis);
if (coming_up)
- local->open_count++;
@@ -120424,7 +121262,7 @@ index 84cef60..53ec813 100644
if (hw_reconf_flags)
ieee80211_hw_config(local, hw_reconf_flags);
-@@ -745,7 +745,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
+@@ -742,7 +742,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
err_del_interface:
drv_remove_interface(local, sdata);
err_stop:
@@ -120433,7 +121271,7 @@ index 84cef60..53ec813 100644
drv_stop(local);
err_del_bss:
sdata->bss = NULL;
-@@ -915,7 +915,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -909,7 +909,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
}
if (going_down)
@@ -120442,7 +121280,7 @@ index 84cef60..53ec813 100644
switch (sdata->vif.type) {
case NL80211_IFTYPE_AP_VLAN:
-@@ -984,7 +984,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -978,7 +978,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
atomic_set(&sdata->txqs_len[txqi->txq.ac], 0);
}
@@ -120451,7 +121289,7 @@ index 84cef60..53ec813 100644
ieee80211_clear_tx_pending(local);
/*
-@@ -1027,7 +1027,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -1021,7 +1021,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
if (cancel_scan)
flush_delayed_work(&local->scan_work);
@@ -120460,7 +121298,7 @@ index 84cef60..53ec813 100644
ieee80211_stop_device(local);
/* no reconfiguring after stop! */
-@@ -1038,7 +1038,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -1032,7 +1032,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
ieee80211_configure_filter(local);
ieee80211_hw_config(local, hw_reconf_flags);
@@ -120469,11 +121307,22 @@ index 84cef60..53ec813 100644
ieee80211_add_virtual_monitor(local);
}
+@@ -1884,8 +1884,8 @@ void ieee80211_remove_interfaces(struct ieee80211_local *local)
+ */
+ cfg80211_shutdown_all_interfaces(local->hw.wiphy);
+
+- WARN(local->open_count, "%s: open count remains %d\n",
+- wiphy_name(local->hw.wiphy), local->open_count);
++ WARN(local_read(&local->open_count), "%s: open count remains %ld\n",
++ wiphy_name(local->hw.wiphy), local_read(&local->open_count));
+
+ mutex_lock(&local->iflist_mtx);
+ list_for_each_entry_safe(sdata, tmp, &local->interfaces, list) {
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
-index e86daed..9cbf3f4 100644
+index 3c63468..b5c285f 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
-@@ -175,7 +175,7 @@ int ieee80211_hw_config(struct ieee80211_local *local, u32 changed)
+@@ -172,7 +172,7 @@ int ieee80211_hw_config(struct ieee80211_local *local, u32 changed)
changed &= ~(IEEE80211_CONF_CHANGE_CHANNEL |
IEEE80211_CONF_CHANGE_POWER);
@@ -120483,7 +121332,7 @@ index e86daed..9cbf3f4 100644
/*
* Goal:
diff --git a/net/mac80211/pm.c b/net/mac80211/pm.c
-index ac6ad62..77dbac5 100644
+index b676b9f..395dd95 100644
--- a/net/mac80211/pm.c
+++ b/net/mac80211/pm.c
@@ -12,7 +12,7 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
@@ -120495,7 +121344,7 @@ index ac6ad62..77dbac5 100644
goto suspend;
ieee80211_scan_cancel(local);
-@@ -150,7 +150,7 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
+@@ -166,7 +166,7 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
WARN_ON(!list_empty(&local->chanctx_list));
/* stop hardware - this must stop RX */
@@ -120505,10 +121354,10 @@ index ac6ad62..77dbac5 100644
suspend:
diff --git a/net/mac80211/rate.c b/net/mac80211/rate.c
-index d53355b..21f583a 100644
+index fda33f9..0e7d4c0 100644
--- a/net/mac80211/rate.c
+++ b/net/mac80211/rate.c
-@@ -724,7 +724,7 @@ int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local,
+@@ -730,7 +730,7 @@ int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local,
ASSERT_RTNL();
@@ -120516,12 +121365,12 @@ index d53355b..21f583a 100644
+ if (local_read(&local->open_count))
return -EBUSY;
- if (local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL) {
+ if (ieee80211_hw_check(&local->hw, HAS_RATE_CONTROL)) {
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c
-index 2880f2a..3085cec 100644
+index 666ddac..0cad93b 100644
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
-@@ -339,7 +339,7 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
+@@ -341,7 +341,7 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
int size = sizeof(struct txq_info) +
ALIGN(hw->txq_data_size, sizeof(void *));
@@ -120531,7 +121380,7 @@ index 2880f2a..3085cec 100644
goto free;
diff --git a/net/mac80211/util.c b/net/mac80211/util.c
-index b864ebc..17326ff 100644
+index 43e5aad..d117c3a 100644
--- a/net/mac80211/util.c
+++ b/net/mac80211/util.c
@@ -1761,7 +1761,7 @@ int ieee80211_reconfig(struct ieee80211_local *local)
@@ -120602,10 +121451,10 @@ index 1f93a59..96faa29 100644
net->mpls.platform_labels = 0;
net->mpls.platform_label = NULL;
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
-index a0f3e6a3..b026fe2 100644
+index 6eae69a..ccccba8 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
-@@ -1112,6 +1112,16 @@ config NETFILTER_XT_MATCH_ESP
+@@ -1125,6 +1125,16 @@ config NETFILTER_XT_MATCH_ESP
To compile it as a module, choose M here. If unsure, say N.
@@ -120621,12 +121470,12 @@ index a0f3e6a3..b026fe2 100644
+
config NETFILTER_XT_MATCH_HASHLIMIT
tristate '"hashlimit" match support'
- depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n)
+ depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
-index a87d8b8..d43183c 100644
+index 70d026d..c400590 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
-@@ -139,6 +139,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_DEVGROUP) += xt_devgroup.o
+@@ -140,6 +140,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_DEVGROUP) += xt_devgroup.o
obj-$(CONFIG_NETFILTER_XT_MATCH_DSCP) += xt_dscp.o
obj-$(CONFIG_NETFILTER_XT_MATCH_ECN) += xt_ecn.o
obj-$(CONFIG_NETFILTER_XT_MATCH_ESP) += xt_esp.o
@@ -120635,10 +121484,10 @@ index a87d8b8..d43183c 100644
obj-$(CONFIG_NETFILTER_XT_MATCH_HELPER) += xt_helper.o
obj-$(CONFIG_NETFILTER_XT_MATCH_HL) += xt_hl.o
diff --git a/net/netfilter/ipset/ip_set_core.c b/net/netfilter/ipset/ip_set_core.c
-index d259da3..6a32b2c 100644
+index 338b404..839dcb0 100644
--- a/net/netfilter/ipset/ip_set_core.c
+++ b/net/netfilter/ipset/ip_set_core.c
-@@ -1952,7 +1952,7 @@ done:
+@@ -1998,7 +1998,7 @@ done:
return ret;
}
@@ -120679,10 +121528,10 @@ index b0f7b62..0541842 100644
if (!todrop_rate[i]) return 0;
diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c
-index 5d2b806..9005b29 100644
+index 38fbc19..4272cb4 100644
--- a/net/netfilter/ipvs/ip_vs_core.c
+++ b/net/netfilter/ipvs/ip_vs_core.c
-@@ -574,7 +574,7 @@ int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
+@@ -586,7 +586,7 @@ int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
ret = cp->packet_xmit(skb, cp, pd->pp, iph);
/* do not touch skb anymore */
@@ -120691,7 +121540,7 @@ index 5d2b806..9005b29 100644
ip_vs_conn_put(cp);
return ret;
}
-@@ -1750,7 +1750,7 @@ ip_vs_in(unsigned int hooknum, struct sk_buff *skb, int af)
+@@ -1762,7 +1762,7 @@ ip_vs_in(unsigned int hooknum, struct sk_buff *skb, int af)
if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
pkts = sysctl_sync_threshold(ipvs);
else
@@ -120701,7 +121550,7 @@ index 5d2b806..9005b29 100644
if (ipvs->sync_state & IP_VS_STATE_MASTER)
ip_vs_sync_conn(net, cp, pkts);
diff --git a/net/netfilter/ipvs/ip_vs_ctl.c b/net/netfilter/ipvs/ip_vs_ctl.c
-index 285eae3..226f4a7 100644
+index 24c5542..e9fd3e5 100644
--- a/net/netfilter/ipvs/ip_vs_ctl.c
+++ b/net/netfilter/ipvs/ip_vs_ctl.c
@@ -814,7 +814,7 @@ __ip_vs_update_dest(struct ip_vs_service *svc, struct ip_vs_dest *dest,
@@ -120713,7 +121562,7 @@ index 285eae3..226f4a7 100644
/* bind the service */
old_svc = rcu_dereference_protected(dest->svc, 1);
-@@ -1679,7 +1679,7 @@ proc_do_sync_ports(struct ctl_table *table, int write,
+@@ -1694,7 +1694,7 @@ proc_do_sync_ports(struct ctl_table *table, int write,
* align with netns init in ip_vs_control_net_init()
*/
@@ -120722,7 +121571,7 @@ index 285eae3..226f4a7 100644
{
.procname = "amemthresh",
.maxlen = sizeof(int),
-@@ -2020,7 +2020,7 @@ static int ip_vs_info_seq_show(struct seq_file *seq, void *v)
+@@ -2036,7 +2036,7 @@ static int ip_vs_info_seq_show(struct seq_file *seq, void *v)
" %-7s %-6d %-10d %-10d\n",
&dest->addr.in6,
ntohs(dest->port),
@@ -120731,7 +121580,7 @@ index 285eae3..226f4a7 100644
atomic_read(&dest->weight),
atomic_read(&dest->activeconns),
atomic_read(&dest->inactconns));
-@@ -2031,7 +2031,7 @@ static int ip_vs_info_seq_show(struct seq_file *seq, void *v)
+@@ -2047,7 +2047,7 @@ static int ip_vs_info_seq_show(struct seq_file *seq, void *v)
"%-7s %-6d %-10d %-10d\n",
ntohl(dest->addr.ip),
ntohs(dest->port),
@@ -120740,7 +121589,7 @@ index 285eae3..226f4a7 100644
atomic_read(&dest->weight),
atomic_read(&dest->activeconns),
atomic_read(&dest->inactconns));
-@@ -2528,7 +2528,7 @@ __ip_vs_get_dest_entries(struct net *net, const struct ip_vs_get_dests *get,
+@@ -2546,7 +2546,7 @@ __ip_vs_get_dest_entries(struct net *net, const struct ip_vs_get_dests *get,
entry.addr = dest->addr.ip;
entry.port = dest->port;
@@ -120749,7 +121598,7 @@ index 285eae3..226f4a7 100644
entry.weight = atomic_read(&dest->weight);
entry.u_threshold = dest->u_threshold;
entry.l_threshold = dest->l_threshold;
-@@ -3101,7 +3101,7 @@ static int ip_vs_genl_fill_dest(struct sk_buff *skb, struct ip_vs_dest *dest)
+@@ -3121,7 +3121,7 @@ static int ip_vs_genl_fill_dest(struct sk_buff *skb, struct ip_vs_dest *dest)
if (nla_put(skb, IPVS_DEST_ATTR_ADDR, sizeof(dest->addr), &dest->addr) ||
nla_put_be16(skb, IPVS_DEST_ATTR_PORT, dest->port) ||
nla_put_u32(skb, IPVS_DEST_ATTR_FWD_METHOD,
@@ -120758,7 +121607,7 @@ index 285eae3..226f4a7 100644
IP_VS_CONN_F_FWD_MASK)) ||
nla_put_u32(skb, IPVS_DEST_ATTR_WEIGHT,
atomic_read(&dest->weight)) ||
-@@ -3739,7 +3739,7 @@ static int __net_init ip_vs_control_net_init_sysctl(struct net *net)
+@@ -3759,7 +3759,7 @@ static int __net_init ip_vs_control_net_init_sysctl(struct net *net)
{
int idx;
struct netns_ipvs *ipvs = net_ipvs(net);
@@ -120794,7 +121643,7 @@ index 2229d2d..b32b785 100644
.procname = "lblcr_expiration",
.data = NULL,
diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfilter/ipvs/ip_vs_sync.c
-index 19b9cce..e4f3112 100644
+index d99ad93..09bd6dc 100644
--- a/net/netfilter/ipvs/ip_vs_sync.c
+++ b/net/netfilter/ipvs/ip_vs_sync.c
@@ -609,7 +609,7 @@ static void ip_vs_sync_conn_v0(struct net *net, struct ip_vs_conn *cp,
@@ -120805,7 +121654,7 @@ index 19b9cce..e4f3112 100644
+ pkts = atomic_add_return_unchecked(1, &cp->in_pkts);
else
pkts = sysctl_sync_threshold(ipvs);
- ip_vs_sync_conn(net, cp->control, pkts);
+ ip_vs_sync_conn(net, cp, pkts);
@@ -771,7 +771,7 @@ control:
if (!cp)
return;
@@ -120825,10 +121674,10 @@ index 19b9cce..e4f3112 100644
cp->old_state = cp->state;
/*
diff --git a/net/netfilter/ipvs/ip_vs_xmit.c b/net/netfilter/ipvs/ip_vs_xmit.c
-index 19986ec..416dbc5 100644
+index 258a0b0..2082f50 100644
--- a/net/netfilter/ipvs/ip_vs_xmit.c
+++ b/net/netfilter/ipvs/ip_vs_xmit.c
-@@ -1215,7 +1215,7 @@ ip_vs_icmp_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
+@@ -1259,7 +1259,7 @@ ip_vs_icmp_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
else
rc = NF_ACCEPT;
/* do not touch skb anymore */
@@ -120837,7 +121686,7 @@ index 19986ec..416dbc5 100644
goto out;
}
-@@ -1308,7 +1308,7 @@ ip_vs_icmp_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp,
+@@ -1352,7 +1352,7 @@ ip_vs_icmp_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp,
else
rc = NF_ACCEPT;
/* do not touch skb anymore */
@@ -120860,10 +121709,10 @@ index 45da11a..ef3e5dc 100644
table = kmemdup(acct_sysctl_table, sizeof(acct_sysctl_table),
GFP_KERNEL);
diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c
-index 13fad86..18c984c 100644
+index 3c20d02..b7e071a 100644
--- a/net/netfilter/nf_conntrack_core.c
+++ b/net/netfilter/nf_conntrack_core.c
-@@ -1733,6 +1733,10 @@ void nf_conntrack_init_end(void)
+@@ -1753,6 +1753,10 @@ void nf_conntrack_init_end(void)
#define DYING_NULLS_VAL ((1<<30)+1)
#define TEMPLATE_NULLS_VAL ((1<<30)+2)
@@ -120874,7 +121723,7 @@ index 13fad86..18c984c 100644
int nf_conntrack_init_net(struct net *net)
{
int ret = -ENOMEM;
-@@ -1758,7 +1762,11 @@ int nf_conntrack_init_net(struct net *net)
+@@ -1777,7 +1781,11 @@ int nf_conntrack_init_net(struct net *net)
if (!net->ct.stat)
goto err_pcpu_lists;
@@ -121006,7 +121855,7 @@ index c68c1e5..8b5d670 100644
}
EXPORT_SYMBOL(nf_unregister_sockopt);
diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c
-index 4ef1fae..f72f08b 100644
+index 4670821..a6c3c47d 100644
--- a/net/netfilter/nfnetlink_log.c
+++ b/net/netfilter/nfnetlink_log.c
@@ -84,7 +84,7 @@ static int nfnl_log_net_id __read_mostly;
@@ -121028,10 +121877,10 @@ index 4ef1fae..f72f08b 100644
if (data_len) {
diff --git a/net/netfilter/nft_compat.c b/net/netfilter/nft_compat.c
-index 7f29cfc..917ef5f 100644
+index 66def31..d64a66d 100644
--- a/net/netfilter/nft_compat.c
+++ b/net/netfilter/nft_compat.c
-@@ -321,14 +321,7 @@ static void nft_match_eval(const struct nft_expr *expr,
+@@ -322,14 +322,7 @@ static void nft_match_eval(const struct nft_expr *expr,
return;
}
@@ -121170,10 +122019,10 @@ index 11de55e..f25e448 100644
return 0;
}
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c
-index bf6e766..be67817 100644
+index 0857f72..e534fee 100644
--- a/net/netlink/af_netlink.c
+++ b/net/netlink/af_netlink.c
-@@ -262,7 +262,7 @@ static void netlink_overrun(struct sock *sk)
+@@ -286,7 +286,7 @@ static void netlink_overrun(struct sock *sk)
sk->sk_error_report(sk);
}
}
@@ -121182,7 +122031,7 @@ index bf6e766..be67817 100644
}
static void netlink_rcv_wake(struct sock *sk)
-@@ -3014,7 +3014,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v)
+@@ -3135,7 +3135,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v)
sk_wmem_alloc_get(s),
nlk->cb_running,
atomic_read(&s->sk_refcnt),
@@ -121267,10 +122116,10 @@ index bc85331..0d3dce0 100644
/**
* struct vport_portids - array of netlink portids of a vport.
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
-index fe1610d..ec1c87f 100644
+index 7851b12..b665c0c 100644
--- a/net/packet/af_packet.c
+++ b/net/packet/af_packet.c
-@@ -275,7 +275,7 @@ static int packet_direct_xmit(struct sk_buff *skb)
+@@ -277,7 +277,7 @@ static int packet_direct_xmit(struct sk_buff *skb)
return ret;
drop:
@@ -121279,7 +122128,7 @@ index fe1610d..ec1c87f 100644
kfree_skb(skb);
return NET_XMIT_DROP;
}
-@@ -1848,7 +1848,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
+@@ -1946,7 +1946,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
drop_n_acct:
spin_lock(&sk->sk_receive_queue.lock);
po->stats.stats1.tp_drops++;
@@ -121288,7 +122137,7 @@ index fe1610d..ec1c87f 100644
spin_unlock(&sk->sk_receive_queue.lock);
drop_n_restore:
-@@ -3514,7 +3514,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
+@@ -3616,7 +3616,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
case PACKET_HDRLEN:
if (len > sizeof(int))
len = sizeof(int);
@@ -121297,7 +122146,7 @@ index fe1610d..ec1c87f 100644
return -EFAULT;
switch (val) {
case TPACKET_V1:
-@@ -3560,7 +3560,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
+@@ -3671,7 +3671,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
len = lv;
if (put_user(len, optlen))
return -EFAULT;
@@ -121307,7 +122156,7 @@ index fe1610d..ec1c87f 100644
return 0;
}
diff --git a/net/phonet/pep.c b/net/phonet/pep.c
-index 6de2aeb..1f8afe8 100644
+index 850a86c..8884a37 100644
--- a/net/phonet/pep.c
+++ b/net/phonet/pep.c
@@ -388,7 +388,7 @@ static int pipe_do_rcv(struct sock *sk, struct sk_buff *skb)
@@ -121395,7 +122244,7 @@ index e6144b8..4f9fda6 100644
if (likely(*recent == gen))
return 0;
diff --git a/net/rds/ib.h b/net/rds/ib.h
-index c36d713..af45bf2 100644
+index 86d88ec..b5461c2 100644
--- a/net/rds/ib.h
+++ b/net/rds/ib.h
@@ -128,7 +128,7 @@ struct rds_ib_connection {
@@ -121408,10 +122257,10 @@ index c36d713..af45bf2 100644
spinlock_t i_ack_lock; /* protect i_ack_next */
u64 i_ack_next; /* next ACK to send */
diff --git a/net/rds/ib_cm.c b/net/rds/ib_cm.c
-index 8a09ee7..45e2b64 100644
+index 0da2a45..388ae0b 100644
--- a/net/rds/ib_cm.c
+++ b/net/rds/ib_cm.c
-@@ -726,7 +726,7 @@ void rds_ib_conn_shutdown(struct rds_connection *conn)
+@@ -699,7 +699,7 @@ void rds_ib_conn_shutdown(struct rds_connection *conn)
/* Clear the ACK state */
clear_bit(IB_ACK_IN_FLIGHT, &ic->i_ack_flags);
#ifdef KERNEL_HAS_ATOMIC64
@@ -121421,7 +122270,7 @@ index 8a09ee7..45e2b64 100644
ic->i_ack_next = 0;
#endif
diff --git a/net/rds/ib_recv.c b/net/rds/ib_recv.c
-index 1b981a4..ae44b0c 100644
+index cac5b45..9a6f263 100644
--- a/net/rds/ib_recv.c
+++ b/net/rds/ib_recv.c
@@ -581,7 +581,7 @@ static u64 rds_ib_get_ack(struct rds_ib_connection *ic)
@@ -121442,19 +122291,6 @@ index 1b981a4..ae44b0c 100644
}
#endif
-diff --git a/net/rds/info.c b/net/rds/info.c
-index 9a6b4f6..140a44a 100644
---- a/net/rds/info.c
-+++ b/net/rds/info.c
-@@ -176,7 +176,7 @@ int rds_info_getsockopt(struct socket *sock, int optname, char __user *optval,
-
- /* check for all kinds of wrapping and the like */
- start = (unsigned long)optval;
-- if (len < 0 || len + PAGE_SIZE - 1 < len || start + len < start) {
-+ if (len < 0 || len > INT_MAX - PAGE_SIZE + 1 || start + len < start) {
- ret = -EINVAL;
- goto out;
- }
diff --git a/net/rds/iw.h b/net/rds/iw.h
index cbe6674..dc9eb89 100644
--- a/net/rds/iw.h
@@ -121469,10 +122305,10 @@ index cbe6674..dc9eb89 100644
spinlock_t i_ack_lock; /* protect i_ack_next */
u64 i_ack_next; /* next ACK to send */
diff --git a/net/rds/iw_cm.c b/net/rds/iw_cm.c
-index a6c2bea..e520995 100644
+index 8f486fa..7849d8c 100644
--- a/net/rds/iw_cm.c
+++ b/net/rds/iw_cm.c
-@@ -663,7 +663,7 @@ void rds_iw_conn_shutdown(struct rds_connection *conn)
+@@ -666,7 +666,7 @@ void rds_iw_conn_shutdown(struct rds_connection *conn)
/* Clear the ACK state */
clear_bit(IB_ACK_IN_FLIGHT, &ic->i_ack_flags);
#ifdef KERNEL_HAS_ATOMIC64
@@ -121504,10 +122340,10 @@ index a66d179..cf1e258 100644
#endif
diff --git a/net/rds/rds.h b/net/rds/rds.h
-index 0d41155..80cc278 100644
+index 2260c1e4..4ea4a57 100644
--- a/net/rds/rds.h
+++ b/net/rds/rds.h
-@@ -449,7 +449,7 @@ struct rds_transport {
+@@ -446,7 +446,7 @@ struct rds_transport {
void (*sync_mr)(void *trans_private, int direction);
void (*free_mr)(void *trans_private, int invalidate);
void (*flush_mrs)(void);
@@ -121543,7 +122379,7 @@ index 53b17ca..45463e7 100644
set_fs(oldfs);
}
diff --git a/net/rxrpc/af_rxrpc.c b/net/rxrpc/af_rxrpc.c
-index 0095b9a..e95c49b 100644
+index 25d60ed..ec9ae2c 100644
--- a/net/rxrpc/af_rxrpc.c
+++ b/net/rxrpc/af_rxrpc.c
@@ -40,7 +40,7 @@ static const struct proto_ops rxrpc_rpc_ops;
@@ -121711,7 +122547,7 @@ index aef1bd2..97736c3 100644
/*
diff --git a/net/rxrpc/ar-local.c b/net/rxrpc/ar-local.c
-index ca904ed..16082d5 100644
+index 78483b4..b1c0e1e 100644
--- a/net/rxrpc/ar-local.c
+++ b/net/rxrpc/ar-local.c
@@ -53,7 +53,7 @@ struct rxrpc_local *rxrpc_alloc_local(struct sockaddr_rxrpc *srx)
@@ -121807,101 +122643,6 @@ index f226709..0e735a8 100644
_proto("Tx RESPONSE %%%u", ntohl(hdr->serial));
ret = kernel_sendmsg(conn->trans->local->socket, &msg, iov, 3, len);
-diff --git a/net/sched/act_bpf.c b/net/sched/act_bpf.c
-index dc6a2d3..3b4fb96 100644
---- a/net/sched/act_bpf.c
-+++ b/net/sched/act_bpf.c
-@@ -332,6 +332,9 @@ static void tcf_bpf_cleanup(struct tc_action *act, int bind)
- bpf_prog_put(prog->filter);
- else
- bpf_prog_destroy(prog->filter);
-+
-+ kfree(prog->bpf_ops);
-+ kfree(prog->bpf_name);
- }
-
- static struct tc_action_ops act_bpf_ops __read_mostly = {
-diff --git a/net/sched/cls_bpf.c b/net/sched/cls_bpf.c
-index 91bd9c1..c0b86f2 100644
---- a/net/sched/cls_bpf.c
-+++ b/net/sched/cls_bpf.c
-@@ -364,7 +364,7 @@ static int cls_bpf_change(struct net *net, struct sk_buff *in_skb,
- goto errout;
-
- if (oldprog) {
-- list_replace_rcu(&prog->link, &oldprog->link);
-+ list_replace_rcu(&oldprog->link, &prog->link);
- tcf_unbind_filter(tp, &oldprog->res);
- call_rcu(&oldprog->rcu, __cls_bpf_delete_prog);
- } else {
-diff --git a/net/sched/cls_flow.c b/net/sched/cls_flow.c
-index a620c4e..75df923 100644
---- a/net/sched/cls_flow.c
-+++ b/net/sched/cls_flow.c
-@@ -419,6 +419,8 @@ static int flow_change(struct net *net, struct sk_buff *in_skb,
- if (!fnew)
- goto err2;
-
-+ tcf_exts_init(&fnew->exts, TCA_FLOW_ACT, TCA_FLOW_POLICE);
-+
- fold = (struct flow_filter *)*arg;
- if (fold) {
- err = -EINVAL;
-@@ -480,7 +482,6 @@ static int flow_change(struct net *net, struct sk_buff *in_skb,
- fnew->mask = ~0U;
- fnew->tp = tp;
- get_random_bytes(&fnew->hashrnd, 4);
-- tcf_exts_init(&fnew->exts, TCA_FLOW_ACT, TCA_FLOW_POLICE);
- }
-
- fnew->perturb_timer.function = flow_perturbation;
-@@ -520,7 +521,7 @@ static int flow_change(struct net *net, struct sk_buff *in_skb,
- if (*arg == 0)
- list_add_tail_rcu(&fnew->list, &head->filters);
- else
-- list_replace_rcu(&fnew->list, &fold->list);
-+ list_replace_rcu(&fold->list, &fnew->list);
-
- *arg = (unsigned long)fnew;
-
-diff --git a/net/sched/sch_fq_codel.c b/net/sched/sch_fq_codel.c
-index c244c45b..4169e55 100644
---- a/net/sched/sch_fq_codel.c
-+++ b/net/sched/sch_fq_codel.c
-@@ -162,14 +162,23 @@ static unsigned int fq_codel_drop(struct Qdisc *sch)
- skb = dequeue_head(flow);
- len = qdisc_pkt_len(skb);
- q->backlogs[idx] -= len;
-- kfree_skb(skb);
- sch->q.qlen--;
- qdisc_qstats_drop(sch);
- qdisc_qstats_backlog_dec(sch, skb);
-+ kfree_skb(skb);
- flow->dropped++;
- return idx;
- }
-
-+static unsigned int fq_codel_qdisc_drop(struct Qdisc *sch)
-+{
-+ unsigned int prev_backlog;
-+
-+ prev_backlog = sch->qstats.backlog;
-+ fq_codel_drop(sch);
-+ return prev_backlog - sch->qstats.backlog;
-+}
-+
- static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch)
- {
- struct fq_codel_sched_data *q = qdisc_priv(sch);
-@@ -598,7 +607,7 @@ static struct Qdisc_ops fq_codel_qdisc_ops __read_mostly = {
- .enqueue = fq_codel_enqueue,
- .dequeue = fq_codel_dequeue,
- .peek = qdisc_peek_dequeued,
-- .drop = fq_codel_drop,
-+ .drop = fq_codel_qdisc_drop,
- .init = fq_codel_init,
- .reset = fq_codel_reset,
- .destroy = fq_codel_destroy,
diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
index 6efca30..1259f82 100644
--- a/net/sched/sch_generic.c
@@ -121924,27 +122665,11 @@ index 6efca30..1259f82 100644
linkwatch_fire_event(dev);
}
}
-diff --git a/net/sched/sch_sfq.c b/net/sched/sch_sfq.c
-index b877140..0f65ba4 100644
---- a/net/sched/sch_sfq.c
-+++ b/net/sched/sch_sfq.c
-@@ -329,10 +329,10 @@ drop:
- len = qdisc_pkt_len(skb);
- slot->backlog -= len;
- sfq_dec(q, x);
-- kfree_skb(skb);
- sch->q.qlen--;
- qdisc_qstats_drop(sch);
- qdisc_qstats_backlog_dec(sch, skb);
-+ kfree_skb(skb);
- return len;
- }
-
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c
-index 0e4198e..f94193e 100644
+index e917d27..13e2a4c 100644
--- a/net/sctp/ipv6.c
+++ b/net/sctp/ipv6.c
-@@ -972,7 +972,7 @@ static const struct inet6_protocol sctpv6_protocol = {
+@@ -973,7 +973,7 @@ static const struct inet6_protocol sctpv6_protocol = {
.flags = INET6_PROTO_NOPOLICY | INET6_PROTO_FINAL,
};
@@ -121953,7 +122678,7 @@ index 0e4198e..f94193e 100644
.sa_family = AF_INET6,
.sctp_xmit = sctp_v6_xmit,
.setsockopt = ipv6_setsockopt,
-@@ -1002,7 +1002,7 @@ static struct sctp_af sctp_af_inet6 = {
+@@ -1003,7 +1003,7 @@ static struct sctp_af sctp_af_inet6 = {
#endif
};
@@ -121962,7 +122687,7 @@ index 0e4198e..f94193e 100644
.event_msgname = sctp_inet6_event_msgname,
.skb_msgname = sctp_inet6_skb_msgname,
.af_supported = sctp_inet6_af_supported,
-@@ -1029,7 +1029,7 @@ void sctp_v6_pf_init(void)
+@@ -1030,7 +1030,7 @@ void sctp_v6_pf_init(void)
void sctp_v6_pf_exit(void)
{
@@ -121972,7 +122697,7 @@ index 0e4198e..f94193e 100644
/* Initialize IPv6 support and register with socket layer. */
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
-index 53b7acd..e7a0919 100644
+index 3ac604f..e1b6dec 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -836,8 +836,10 @@ int sctp_register_af(struct sctp_af *af)
@@ -122015,7 +122740,7 @@ index 53b7acd..e7a0919 100644
static int sctp_v4_protosw_init(void)
diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c
-index fef2acd..c705c4f 100644
+index 85e6f03..d41c1ad 100644
--- a/net/sctp/sm_sideeffect.c
+++ b/net/sctp/sm_sideeffect.c
@@ -439,7 +439,7 @@ static void sctp_generate_sack_event(unsigned long data)
@@ -122028,10 +122753,10 @@ index fef2acd..c705c4f 100644
sctp_generate_t1_cookie_event,
sctp_generate_t1_init_event,
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
-index 5f6c4e6..07880fe 100644
+index 17bef01..46f1473 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
-@@ -2200,11 +2200,13 @@ static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
+@@ -2194,11 +2194,13 @@ static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
{
struct sctp_association *asoc;
struct sctp_ulpevent *event;
@@ -122044,9 +122769,9 @@ index 5f6c4e6..07880fe 100644
return -EFAULT;
+ sctp_sk(sk)->subscribe = subscribe;
- if (sctp_sk(sk)->subscribe.sctp_data_io_event)
- pr_warn_ratelimited(DEPRECATED "%s (pid %d) "
-@@ -4385,13 +4387,16 @@ static int sctp_getsockopt_disable_fragments(struct sock *sk, int len,
+ /* At the time when a user app subscribes to SCTP_SENDER_DRY_EVENT,
+ * if there is no data to be sent or retransmit, the stack will
+@@ -4373,13 +4375,16 @@ static int sctp_getsockopt_disable_fragments(struct sock *sk, int len,
static int sctp_getsockopt_events(struct sock *sk, int len, char __user *optval,
int __user *optlen)
{
@@ -122064,7 +122789,7 @@ index 5f6c4e6..07880fe 100644
return -EFAULT;
return 0;
}
-@@ -4409,6 +4414,8 @@ static int sctp_getsockopt_events(struct sock *sk, int len, char __user *optval,
+@@ -4397,6 +4402,8 @@ static int sctp_getsockopt_events(struct sock *sk, int len, char __user *optval,
*/
static int sctp_getsockopt_autoclose(struct sock *sk, int len, char __user *optval, int __user *optlen)
{
@@ -122073,7 +122798,7 @@ index 5f6c4e6..07880fe 100644
/* Applicable to UDP-style socket only */
if (sctp_style(sk, TCP))
return -EOPNOTSUPP;
-@@ -4417,7 +4424,8 @@ static int sctp_getsockopt_autoclose(struct sock *sk, int len, char __user *optv
+@@ -4405,7 +4412,8 @@ static int sctp_getsockopt_autoclose(struct sock *sk, int len, char __user *optv
len = sizeof(int);
if (put_user(len, optlen))
return -EFAULT;
@@ -122083,7 +122808,7 @@ index 5f6c4e6..07880fe 100644
return -EFAULT;
return 0;
}
-@@ -4791,12 +4799,15 @@ static int sctp_getsockopt_delayed_ack(struct sock *sk, int len,
+@@ -4779,12 +4787,15 @@ static int sctp_getsockopt_delayed_ack(struct sock *sk, int len,
*/
static int sctp_getsockopt_initmsg(struct sock *sk, int len, char __user *optval, int __user *optlen)
{
@@ -122100,7 +122825,7 @@ index 5f6c4e6..07880fe 100644
return -EFAULT;
return 0;
}
-@@ -4837,6 +4848,8 @@ static int sctp_getsockopt_peer_addrs(struct sock *sk, int len,
+@@ -4825,6 +4836,8 @@ static int sctp_getsockopt_peer_addrs(struct sock *sk, int len,
->addr_to_user(sp, &temp);
if (space_left < addrlen)
return -ENOMEM;
@@ -122159,7 +122884,7 @@ index 26d50c5..dfae665 100644
table = kmemdup(sctp_net_table, sizeof(sctp_net_table), GFP_KERNEL);
diff --git a/net/socket.c b/net/socket.c
-index 884e329..def6df6 100644
+index 9963a0b..77c79d6 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -89,6 +89,7 @@
@@ -122196,7 +122921,7 @@ index 884e329..def6df6 100644
static struct file_system_type sock_fs_type = {
.name = "sockfs",
-@@ -1108,6 +1110,8 @@ int __sock_create(struct net *net, int family, int type, int protocol,
+@@ -1105,6 +1107,8 @@ int __sock_create(struct net *net, int family, int type, int protocol,
return -EAFNOSUPPORT;
if (type < 0 || type >= SOCK_MAX)
return -EINVAL;
@@ -122205,7 +122930,7 @@ index 884e329..def6df6 100644
/* Compatibility.
-@@ -1128,6 +1132,20 @@ int __sock_create(struct net *net, int family, int type, int protocol,
+@@ -1125,6 +1129,20 @@ int __sock_create(struct net *net, int family, int type, int protocol,
if (err)
return err;
@@ -122226,7 +122951,7 @@ index 884e329..def6df6 100644
/*
* Allocate the socket and allow the family to set things up. if
* the protocol is 0, the family is instructed to select an appropriate
-@@ -1379,6 +1397,14 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
+@@ -1376,6 +1394,14 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
if (sock) {
err = move_addr_to_kernel(umyaddr, addrlen, &address);
if (err >= 0) {
@@ -122241,7 +122966,7 @@ index 884e329..def6df6 100644
err = security_socket_bind(sock,
(struct sockaddr *)&address,
addrlen);
-@@ -1387,6 +1413,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
+@@ -1384,6 +1410,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
(struct sockaddr *)
&address, addrlen);
}
@@ -122249,7 +122974,7 @@ index 884e329..def6df6 100644
fput_light(sock->file, fput_needed);
}
return err;
-@@ -1410,10 +1437,20 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
+@@ -1407,10 +1434,20 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
if ((unsigned int)backlog > somaxconn)
backlog = somaxconn;
@@ -122270,7 +122995,7 @@ index 884e329..def6df6 100644
fput_light(sock->file, fput_needed);
}
return err;
-@@ -1457,6 +1494,18 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
+@@ -1454,6 +1491,18 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
newsock->type = sock->type;
newsock->ops = sock->ops;
@@ -122289,7 +123014,7 @@ index 884e329..def6df6 100644
/*
* We don't need try_module_get here, as the listening socket (sock)
* has the protocol module (sock->ops->owner) held.
-@@ -1502,6 +1551,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
+@@ -1499,6 +1548,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
fd_install(newfd, newfile);
err = newfd;
@@ -122298,7 +123023,7 @@ index 884e329..def6df6 100644
out_put:
fput_light(sock->file, fput_needed);
out:
-@@ -1534,6 +1585,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
+@@ -1531,6 +1582,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
int, addrlen)
{
struct socket *sock;
@@ -122306,7 +123031,7 @@ index 884e329..def6df6 100644
struct sockaddr_storage address;
int err, fput_needed;
-@@ -1544,6 +1596,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
+@@ -1541,6 +1593,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
if (err < 0)
goto out_put;
@@ -122324,7 +123049,7 @@ index 884e329..def6df6 100644
err =
security_socket_connect(sock, (struct sockaddr *)&address, addrlen);
if (err)
-@@ -1625,6 +1688,8 @@ SYSCALL_DEFINE3(getpeername, int, fd, struct sockaddr __user *, usockaddr,
+@@ -1622,6 +1685,8 @@ SYSCALL_DEFINE3(getpeername, int, fd, struct sockaddr __user *, usockaddr,
* the protocol.
*/
@@ -122333,7 +123058,7 @@ index 884e329..def6df6 100644
SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len,
unsigned int, flags, struct sockaddr __user *, addr,
int, addr_len)
-@@ -1688,7 +1753,7 @@ SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size,
+@@ -1685,7 +1750,7 @@ SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size,
struct socket *sock;
struct iovec iov;
struct msghdr msg;
@@ -122342,7 +123067,7 @@ index 884e329..def6df6 100644
int err, err2;
int fput_needed;
-@@ -1930,7 +1995,7 @@ static int ___sys_sendmsg(struct socket *sock, struct user_msghdr __user *msg,
+@@ -1927,7 +1992,7 @@ static int ___sys_sendmsg(struct socket *sock, struct user_msghdr __user *msg,
* checking falls down on this.
*/
if (copy_from_user(ctl_buf,
@@ -122351,7 +123076,7 @@ index 884e329..def6df6 100644
ctl_len))
goto out_freectl;
msg_sys->msg_control = ctl_buf;
-@@ -2080,7 +2145,7 @@ static int ___sys_recvmsg(struct socket *sock, struct user_msghdr __user *msg,
+@@ -2077,7 +2142,7 @@ static int ___sys_recvmsg(struct socket *sock, struct user_msghdr __user *msg,
ssize_t err;
/* kernel mode address */
@@ -122360,7 +123085,7 @@ index 884e329..def6df6 100644
/* user mode address pointers */
struct sockaddr __user *uaddr;
-@@ -2725,7 +2790,7 @@ static int ethtool_ioctl(struct net *net, struct compat_ifreq __user *ifr32)
+@@ -2722,7 +2787,7 @@ static int ethtool_ioctl(struct net *net, struct compat_ifreq __user *ifr32)
ifr = compat_alloc_user_space(buf_size);
rxnfc = (void __user *)ifr + ALIGN(sizeof(struct ifreq), 8);
@@ -122369,7 +123094,7 @@ index 884e329..def6df6 100644
return -EFAULT;
if (put_user(convert_in ? rxnfc : compat_ptr(data),
-@@ -2836,7 +2901,7 @@ static int bond_ioctl(struct net *net, unsigned int cmd,
+@@ -2833,7 +2898,7 @@ static int bond_ioctl(struct net *net, unsigned int cmd,
old_fs = get_fs();
set_fs(KERNEL_DS);
err = dev_ioctl(net, cmd,
@@ -122378,7 +123103,7 @@ index 884e329..def6df6 100644
set_fs(old_fs);
return err;
-@@ -2929,7 +2994,7 @@ static int compat_sioc_ifmap(struct net *net, unsigned int cmd,
+@@ -2926,7 +2991,7 @@ static int compat_sioc_ifmap(struct net *net, unsigned int cmd,
old_fs = get_fs();
set_fs(KERNEL_DS);
@@ -122387,7 +123112,7 @@ index 884e329..def6df6 100644
set_fs(old_fs);
if (cmd == SIOCGIFMAP && !err) {
-@@ -3013,7 +3078,7 @@ static int routing_ioctl(struct net *net, struct socket *sock,
+@@ -3010,7 +3075,7 @@ static int routing_ioctl(struct net *net, struct socket *sock,
ret |= get_user(rtdev, &(ur4->rt_dev));
if (rtdev) {
ret |= copy_from_user(devname, compat_ptr(rtdev), 15);
@@ -122396,7 +123121,7 @@ index 884e329..def6df6 100644
devname[15] = 0;
} else
r4.rt_dev = NULL;
-@@ -3240,8 +3305,8 @@ int kernel_getsockopt(struct socket *sock, int level, int optname,
+@@ -3237,8 +3302,8 @@ int kernel_getsockopt(struct socket *sock, int level, int optname,
int __user *uoptlen;
int err;
@@ -122407,7 +123132,7 @@ index 884e329..def6df6 100644
set_fs(KERNEL_DS);
if (level == SOL_SOCKET)
-@@ -3261,7 +3326,7 @@ int kernel_setsockopt(struct socket *sock, int level, int optname,
+@@ -3258,7 +3323,7 @@ int kernel_setsockopt(struct socket *sock, int level, int optname,
char __user *uoptval;
int err;
@@ -122452,10 +123177,10 @@ index 2928aff..6f9efeb 100644
goto out_nomem;
cd->u.procfs.channel_ent = NULL;
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
-index e6ce151..ba1cf85 100644
+index 23608eb..f2b5208 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
-@@ -1436,7 +1436,9 @@ call_start(struct rpc_task *task)
+@@ -1428,7 +1428,9 @@ call_start(struct rpc_task *task)
(RPC_IS_ASYNC(task) ? "async" : "sync"));
/* Increment call count */
@@ -122496,7 +123221,7 @@ index 2ecb994..5afb49f 100644
return -ENOMEM;
diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c
-index 78974e4..1e0d1a5 100644
+index 5a16d8d..bafbc6f 100644
--- a/net/sunrpc/svc.c
+++ b/net/sunrpc/svc.c
@@ -1169,7 +1169,9 @@ svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv)
@@ -122533,10 +123258,10 @@ index 621ca7b..59421dd 100644
static int unix_gid_parse(struct cache_detail *cd,
char *mesg, int mlen)
diff --git a/net/sunrpc/xprtrdma/svc_rdma.c b/net/sunrpc/xprtrdma/svc_rdma.c
-index c1b6270..05089c1 100644
+index 2cd252f..eefac51 100644
--- a/net/sunrpc/xprtrdma/svc_rdma.c
+++ b/net/sunrpc/xprtrdma/svc_rdma.c
-@@ -62,15 +62,15 @@ unsigned int svcrdma_max_req_size = RPCRDMA_MAX_REQ_SIZE;
+@@ -61,15 +61,15 @@ unsigned int svcrdma_max_req_size = RPCRDMA_MAX_REQ_SIZE;
static unsigned int min_max_inline = 4096;
static unsigned int max_max_inline = 65536;
@@ -122561,7 +123286,7 @@ index c1b6270..05089c1 100644
/* Temporary NFS request map and context caches */
struct kmem_cache *svc_rdma_map_cachep;
-@@ -110,7 +110,7 @@ static int read_reset_stat(struct ctl_table *table, int write,
+@@ -109,7 +109,7 @@ static int read_reset_stat(struct ctl_table *table, int write,
len -= *ppos;
if (len > *lenp)
len = *lenp;
@@ -122570,7 +123295,7 @@ index c1b6270..05089c1 100644
return -EFAULT;
*lenp = len;
*ppos += len;
-@@ -151,63 +151,63 @@ static struct ctl_table svcrdma_parm_table[] = {
+@@ -150,63 +150,63 @@ static struct ctl_table svcrdma_parm_table[] = {
{
.procname = "rdma_stat_read",
.data = &rdma_stat_read,
@@ -122644,7 +123369,7 @@ index c1b6270..05089c1 100644
.proc_handler = read_reset_stat,
},
diff --git a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
-index f9f13a3..d155c71 100644
+index 2e1348b..2d3b463 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
@@ -209,7 +209,7 @@ int rdma_read_chunk_lcl(struct svcxprt_rdma *xprt,
@@ -122684,7 +123409,7 @@ index f9f13a3..d155c71 100644
/* Build up the XDR from the receive buffers. */
rdma_build_arg_xdr(rqstp, ctxt, ctxt->byte_len);
diff --git a/net/sunrpc/xprtrdma/svc_rdma_sendto.c b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
-index 7de33d1a..7f10241 100644
+index d25cd43..1f5cb46 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_sendto.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
@@ -218,7 +218,7 @@ static int send_write(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp,
@@ -122697,10 +123422,10 @@ index 7de33d1a..7f10241 100644
goto err;
return write_len - bc;
diff --git a/net/sunrpc/xprtrdma/svc_rdma_transport.c b/net/sunrpc/xprtrdma/svc_rdma_transport.c
-index f609c1c..abd491f 100644
+index 48f6de9..e89176b 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_transport.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_transport.c
-@@ -294,7 +294,7 @@ static void rq_cq_reap(struct svcxprt_rdma *xprt)
+@@ -288,7 +288,7 @@ static void rq_cq_reap(struct svcxprt_rdma *xprt)
return;
ib_req_notify_cq(xprt->sc_rq_cq, IB_CQ_NEXT_COMP);
@@ -122709,7 +123434,7 @@ index f609c1c..abd491f 100644
while ((ret = ib_poll_cq(xprt->sc_rq_cq, 1, &wc)) > 0) {
ctxt = (struct svc_rdma_op_ctxt *)(unsigned long)wc.wr_id;
-@@ -316,7 +316,7 @@ static void rq_cq_reap(struct svcxprt_rdma *xprt)
+@@ -310,7 +310,7 @@ static void rq_cq_reap(struct svcxprt_rdma *xprt)
}
if (ctxt)
@@ -122718,7 +123443,7 @@ index f609c1c..abd491f 100644
set_bit(XPT_DATA, &xprt->sc_xprt.xpt_flags);
/*
-@@ -395,7 +395,7 @@ static void sq_cq_reap(struct svcxprt_rdma *xprt)
+@@ -389,7 +389,7 @@ static void sq_cq_reap(struct svcxprt_rdma *xprt)
return;
ib_req_notify_cq(xprt->sc_sq_cq, IB_CQ_NEXT_COMP);
@@ -122727,7 +123452,7 @@ index f609c1c..abd491f 100644
while ((ret = ib_poll_cq(cq, ARRAY_SIZE(wc_a), wc_a)) > 0) {
int i;
-@@ -423,7 +423,7 @@ static void sq_cq_reap(struct svcxprt_rdma *xprt)
+@@ -418,7 +418,7 @@ static void sq_cq_reap(struct svcxprt_rdma *xprt)
}
if (ctxt)
@@ -122736,7 +123461,7 @@ index f609c1c..abd491f 100644
}
static void sq_comp_handler(struct ib_cq *cq, void *cq_context)
-@@ -1275,7 +1275,7 @@ int svc_rdma_send(struct svcxprt_rdma *xprt, struct ib_send_wr *wr)
+@@ -1254,7 +1254,7 @@ int svc_rdma_send(struct svcxprt_rdma *xprt, struct ib_send_wr *wr)
spin_lock_bh(&xprt->sc_lock);
if (xprt->sc_sq_depth < atomic_read(&xprt->sc_sq_count) + wr_count) {
spin_unlock_bh(&xprt->sc_lock);
@@ -122759,10 +123484,10 @@ index e7000be..e3b0ba7 100644
int mode = (table->mode >> 6) & 7;
return (mode << 6) | (mode << 3) | mode;
diff --git a/net/tipc/netlink_compat.c b/net/tipc/netlink_compat.c
-index ce9121e..fd1fcce 100644
+index 53e0fee..ed24ca6 100644
--- a/net/tipc/netlink_compat.c
+++ b/net/tipc/netlink_compat.c
-@@ -64,12 +64,12 @@ struct tipc_nl_compat_cmd_dump {
+@@ -65,13 +65,13 @@ struct tipc_nl_compat_cmd_dump {
int (*header)(struct tipc_nl_compat_msg *);
int (*dumpit)(struct sk_buff *, struct netlink_callback *);
int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs);
@@ -122771,13 +123496,14 @@ index ce9121e..fd1fcce 100644
struct tipc_nl_compat_cmd_doit {
int (*doit)(struct sk_buff *skb, struct genl_info *info);
- int (*transcode)(struct sk_buff *skb, struct tipc_nl_compat_msg *msg);
+ int (*transcode)(struct tipc_nl_compat_cmd_doit *cmd,
+ struct sk_buff *skb, struct tipc_nl_compat_msg *msg);
-};
+} __no_const;
static int tipc_skb_tailroom(struct sk_buff *skb)
{
-@@ -746,7 +746,10 @@ static int tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, u32 sock)
+@@ -836,7 +836,10 @@ static int tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, u32 sock)
void *hdr;
struct nlattr *nest;
struct sk_buff *args;
@@ -122789,7 +123515,7 @@ index ce9121e..fd1fcce 100644
args = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL);
if (!args)
-@@ -769,9 +772,6 @@ static int tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, u32 sock)
+@@ -859,9 +862,6 @@ static int tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, u32 sock)
nla_nest_end(args, nest);
genlmsg_end(args, hdr);
@@ -122799,23 +123525,11 @@ index ce9121e..fd1fcce 100644
err = __tipc_nl_compat_dumpit(&dump, msg, args);
kfree_skb(args);
-diff --git a/net/tipc/socket.c b/net/tipc/socket.c
-index f485600..20cc6df 100644
---- a/net/tipc/socket.c
-+++ b/net/tipc/socket.c
-@@ -2009,6 +2009,7 @@ static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags)
- res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, 1);
- if (res)
- goto exit;
-+ security_sk_clone(sock->sk, new_sock->sk);
-
- new_sk = new_sock->sk;
- new_tsock = tipc_sk(new_sk);
diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c
-index 1c147c8..50d7957 100644
+index 350cca3..a108fc5 100644
--- a/net/tipc/subscr.c
+++ b/net/tipc/subscr.c
-@@ -70,7 +70,7 @@ static void subscr_send_event(struct tipc_subscription *sub, u32 found_lower,
+@@ -75,7 +75,7 @@ static void tipc_subscrp_send_event(struct tipc_subscription *sub,
struct tipc_subscriber *subscriber = sub->subscriber;
struct kvec msg_sect;
@@ -122825,10 +123539,10 @@ index 1c147c8..50d7957 100644
sub->evt.event = htohl(event, sub->swap);
sub->evt.found_lower = htohl(found_lower, sub->swap);
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
-index 0643059..4628deb 100644
+index 03ee4d3..55f7125 100644
--- a/net/unix/af_unix.c
+++ b/net/unix/af_unix.c
-@@ -786,6 +786,12 @@ static struct sock *unix_find_other(struct net *net,
+@@ -802,6 +802,12 @@ static struct sock *unix_find_other(struct net *net,
err = -ECONNREFUSED;
if (!S_ISSOCK(inode->i_mode))
goto put_fail;
@@ -122841,7 +123555,7 @@ index 0643059..4628deb 100644
u = unix_find_socket_byinode(inode);
if (!u)
goto put_fail;
-@@ -806,6 +812,13 @@ static struct sock *unix_find_other(struct net *net,
+@@ -822,6 +828,13 @@ static struct sock *unix_find_other(struct net *net,
if (u) {
struct dentry *dentry;
dentry = unix_sk(u)->path.dentry;
@@ -122855,7 +123569,7 @@ index 0643059..4628deb 100644
if (dentry)
touch_atime(&unix_sk(u)->path);
} else
-@@ -839,12 +852,18 @@ static int unix_mknod(const char *sun_path, umode_t mode, struct path *res)
+@@ -855,12 +868,18 @@ static int unix_mknod(const char *sun_path, umode_t mode, struct path *res)
*/
err = security_path_mknod(&path, dentry, mode, 0);
if (!err) {
@@ -122874,7 +123588,7 @@ index 0643059..4628deb 100644
done_path_create(&path, dentry);
return err;
}
-@@ -2233,11 +2252,14 @@ static unsigned int unix_dgram_poll(struct file *file, struct socket *sock,
+@@ -2440,11 +2459,14 @@ static unsigned int unix_dgram_poll(struct file *file, struct socket *sock,
writable = unix_writable(sk);
other = unix_peer_get(sk);
if (other) {
@@ -122891,7 +123605,7 @@ index 0643059..4628deb 100644
sock_put(other);
}
-@@ -2334,9 +2356,13 @@ static int unix_seq_show(struct seq_file *seq, void *v)
+@@ -2541,9 +2563,13 @@ static int unix_seq_show(struct seq_file *seq, void *v)
seq_puts(seq, "Num RefCount Protocol Flags Type St "
"Inode Path\n");
else {
@@ -122906,7 +123620,7 @@ index 0643059..4628deb 100644
seq_printf(seq, "%pK: %08X %08X %08X %04X %02X %5lu",
s,
-@@ -2361,10 +2387,29 @@ static int unix_seq_show(struct seq_file *seq, void *v)
+@@ -2568,10 +2594,29 @@ static int unix_seq_show(struct seq_file *seq, void *v)
seq_putc(seq, '@');
i++;
}
@@ -123095,10 +123809,10 @@ index 0917f04..f4e3d8c 100644
if (!proc_create("x25/route", S_IRUGO, init_net.proc_net,
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
-index 638af06..7d9daad 100644
+index 18cead7..1cf90dc 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
-@@ -331,7 +331,7 @@ static void xfrm_policy_kill(struct xfrm_policy *policy)
+@@ -323,7 +323,7 @@ static void xfrm_policy_kill(struct xfrm_policy *policy)
{
policy->walk.dead = 1;
@@ -123107,7 +123821,7 @@ index 638af06..7d9daad 100644
if (del_timer(&policy->polq.hold_timer))
xfrm_pol_put(policy);
-@@ -781,7 +781,7 @@ int xfrm_policy_insert(int dir, struct xfrm_policy *policy, int excl)
+@@ -773,7 +773,7 @@ int xfrm_policy_insert(int dir, struct xfrm_policy *policy, int excl)
else
hlist_add_head(&policy->bydst, chain);
__xfrm_policy_link(policy, dir);
@@ -123116,7 +123830,7 @@ index 638af06..7d9daad 100644
/* After previous checking, family can either be AF_INET or AF_INET6 */
if (policy->family == AF_INET)
-@@ -1877,7 +1877,7 @@ xfrm_resolve_and_create_bundle(struct xfrm_policy **pols, int num_pols,
+@@ -1874,7 +1874,7 @@ xfrm_resolve_and_create_bundle(struct xfrm_policy **pols, int num_pols,
xdst->num_pols = num_pols;
memcpy(xdst->pols, pols, sizeof(struct xfrm_policy *) * num_pols);
@@ -123125,7 +123839,7 @@ index 638af06..7d9daad 100644
return xdst;
}
-@@ -2690,10 +2690,11 @@ void xfrm_garbage_collect(struct net *net)
+@@ -2687,10 +2687,11 @@ void xfrm_garbage_collect(struct net *net)
}
EXPORT_SYMBOL(xfrm_garbage_collect);
@@ -123138,7 +123852,7 @@ index 638af06..7d9daad 100644
static void xfrm_init_pmtu(struct dst_entry *dst)
{
-@@ -2743,7 +2744,7 @@ static int xfrm_bundle_ok(struct xfrm_dst *first)
+@@ -2740,7 +2741,7 @@ static int xfrm_bundle_ok(struct xfrm_dst *first)
if (xdst->xfrm_genid != dst->xfrm->genid)
return 0;
if (xdst->num_pols > 0 &&
@@ -123147,7 +123861,7 @@ index 638af06..7d9daad 100644
return 0;
mtu = dst_mtu(dst->child);
-@@ -2831,8 +2832,6 @@ int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo)
+@@ -2828,8 +2829,6 @@ int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo)
dst_ops->link_failure = xfrm_link_failure;
if (likely(dst_ops->neigh_lookup == NULL))
dst_ops->neigh_lookup = xfrm_neigh_lookup;
@@ -123156,7 +123870,7 @@ index 638af06..7d9daad 100644
rcu_assign_pointer(xfrm_policy_afinfo[afinfo->family], afinfo);
}
spin_unlock(&xfrm_policy_afinfo_lock);
-@@ -2886,7 +2885,6 @@ int xfrm_policy_unregister_afinfo(struct xfrm_policy_afinfo *afinfo)
+@@ -2883,7 +2882,6 @@ int xfrm_policy_unregister_afinfo(struct xfrm_policy_afinfo *afinfo)
dst_ops->check = NULL;
dst_ops->negative_advice = NULL;
dst_ops->link_failure = NULL;
@@ -123164,7 +123878,7 @@ index 638af06..7d9daad 100644
}
return err;
}
-@@ -3283,7 +3281,7 @@ static int xfrm_policy_migrate(struct xfrm_policy *pol,
+@@ -3281,7 +3279,7 @@ static int xfrm_policy_migrate(struct xfrm_policy *pol,
sizeof(pol->xfrm_vec[i].saddr));
pol->xfrm_vec[i].encap_family = mp->new_family;
/* flush bundles */
@@ -123174,7 +123888,7 @@ index 638af06..7d9daad 100644
}
diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c
-index 96688cd..e68a2eb 100644
+index 9895a8c..e1f3bfb 100644
--- a/net/xfrm/xfrm_state.c
+++ b/net/xfrm/xfrm_state.c
@@ -166,12 +166,14 @@ int xfrm_register_type(const struct xfrm_type *type, unsigned short family)
@@ -123475,6 +124189,161 @@ index b304068..462d24e 100644
if (*p != INT_CONF) {
fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianness? %#x\n",
+diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c
+index e81a8c7..a615ad7 100644
+--- a/scripts/dtc/checks.c
++++ b/scripts/dtc/checks.c
+@@ -277,7 +277,7 @@ NODE_ERROR(duplicate_property_names, NULL);
+ static void check_node_name_chars(struct check *c, struct node *dt,
+ struct node *node)
+ {
+- int n = strspn(node->name, c->data);
++ size_t n = strspn(node->name, c->data);
+
+ if (n < strlen(node->name))
+ FAIL(c, "Bad character '%c' in node %s",
+@@ -297,7 +297,7 @@ NODE_ERROR(node_name_format, NULL, &node_name_chars);
+ static void check_property_name_chars(struct check *c, struct node *dt,
+ struct node *node, struct property *prop)
+ {
+- int n = strspn(prop->name, c->data);
++ size_t n = strspn(prop->name, c->data);
+
+ if (n < strlen(prop->name))
+ FAIL(c, "Bad character '%c' in property name \"%s\", node %s",
+@@ -399,7 +399,7 @@ static void check_explicit_phandles(struct check *c, struct node *root,
+
+ phandle = propval_cell(prop);
+
+- if ((phandle == 0) || (phandle == -1)) {
++ if ((phandle == 0) || (phandle == ~0U)) {
+ FAIL(c, "%s has bad value (0x%x) in %s property",
+ node->fullpath, phandle, prop->name);
+ return;
+@@ -462,7 +462,7 @@ static void fixup_phandle_references(struct check *c, struct node *dt,
+ cell_t phandle;
+
+ for_each_marker_of_type(m, REF_PHANDLE) {
+- assert(m->offset + sizeof(cell_t) <= prop->val.len);
++ assert(m->offset + (int)sizeof(cell_t) <= prop->val.len);
+
+ refnode = get_node_by_ref(dt, m->ref);
+ if (! refnode) {
+@@ -688,7 +688,7 @@ static void enable_warning_error(struct check *c, bool warn, bool error)
+
+ static void disable_warning_error(struct check *c, bool warn, bool error)
+ {
+- int i;
++ size_t i;
+
+ /* Lowering level, also lower it for things this is the prereq
+ * for */
+@@ -709,7 +709,7 @@ static void disable_warning_error(struct check *c, bool warn, bool error)
+
+ void parse_checks_option(bool warn, bool error, const char *arg)
+ {
+- int i;
++ size_t i;
+ const char *name = arg;
+ bool enable = true;
+
+@@ -737,7 +737,7 @@ void parse_checks_option(bool warn, bool error, const char *arg)
+ void process_checks(bool force, struct boot_info *bi)
+ {
+ struct node *dt = bi->dt;
+- int i;
++ size_t i;
+ int error = 0;
+
+ for (i = 0; i < ARRAY_SIZE(check_table); i++) {
+diff --git a/scripts/dtc/data.c b/scripts/dtc/data.c
+index 8cae237..dcdab66 100644
+--- a/scripts/dtc/data.c
++++ b/scripts/dtc/data.c
+@@ -94,10 +94,10 @@ struct data data_copy_file(FILE *f, size_t maxlen)
+ {
+ struct data d = empty_data;
+
+- while (!feof(f) && (d.len < maxlen)) {
++ while (!feof(f) && ((size_t)d.len < maxlen)) {
+ size_t chunksize, ret;
+
+- if (maxlen == -1)
++ if (maxlen == ~0UL)
+ chunksize = 4096;
+ else
+ chunksize = maxlen - d.len;
+@@ -108,7 +108,7 @@ struct data data_copy_file(FILE *f, size_t maxlen)
+ if (ferror(f))
+ die("Error reading file into data: %s", strerror(errno));
+
+- if (d.len + ret < d.len)
++ if (d.len + ret < (size_t)d.len)
+ die("Overflow reading file into data\n");
+
+ d.len += ret;
+diff --git a/scripts/dtc/flattree.c b/scripts/dtc/flattree.c
+index bd99fa2..e04d08d 100644
+--- a/scripts/dtc/flattree.c
++++ b/scripts/dtc/flattree.c
+@@ -178,7 +178,7 @@ static void asm_emit_data(void *e, struct data d)
+ for_each_marker_of_type(m, LABEL)
+ emit_offset_label(f, m->ref, m->offset);
+
+- while ((d.len - off) >= sizeof(uint32_t)) {
++ while ((d.len - off) >= (int)sizeof(uint32_t)) {
+ asm_emit_cell(e, fdt32_to_cpu(*((uint32_t *)(d.val+off))));
+ off += sizeof(uint32_t);
+ }
+@@ -369,7 +369,7 @@ static void make_fdt_header(struct fdt_header *fdt,
+ void dt_to_blob(FILE *f, struct boot_info *bi, int version)
+ {
+ struct version_info *vi = NULL;
+- int i;
++ size_t i;
+ struct data blob = empty_data;
+ struct data reservebuf = empty_data;
+ struct data dtbuf = empty_data;
+@@ -463,7 +463,7 @@ static void dump_stringtable_asm(FILE *f, struct data strbuf)
+ void dt_to_asm(FILE *f, struct boot_info *bi, int version)
+ {
+ struct version_info *vi = NULL;
+- int i;
++ size_t i;
+ struct data strbuf = empty_data;
+ struct reserve_info *re;
+ const char *symprefix = "dt";
+@@ -543,7 +543,7 @@ void dt_to_asm(FILE *f, struct boot_info *bi, int version)
+ ASM_EMIT_BELONG(f, "0x%08x", (unsigned int)(re->re.size >> 32));
+ ASM_EMIT_BELONG(f, "0x%08x", (unsigned int)(re->re.size & 0xffffffff));
+ }
+- for (i = 0; i < reservenum; i++) {
++ for (i = 0; i < (size_t)reservenum; i++) {
+ fprintf(f, "\t.long\t0, 0\n\t.long\t0, 0\n");
+ }
+
+diff --git a/scripts/dtc/livetree.c b/scripts/dtc/livetree.c
+index e229b84..7141e8e 100644
+--- a/scripts/dtc/livetree.c
++++ b/scripts/dtc/livetree.c
+@@ -492,7 +492,7 @@ struct node *get_node_by_phandle(struct node *tree, cell_t phandle)
+ {
+ struct node *child, *node;
+
+- assert((phandle != 0) && (phandle != -1));
++ assert((phandle != 0) && (phandle != ~0U));
+
+ if (tree->phandle == phandle) {
+ if (tree->deleted)
+@@ -523,7 +523,7 @@ cell_t get_node_phandle(struct node *root, struct node *node)
+ {
+ static cell_t phandle = 1; /* FIXME: ick, static local */
+
+- if ((node->phandle != 0) && (node->phandle != -1))
++ if ((node->phandle != 0) && (node->phandle != ~0U))
+ return node->phandle;
+
+ while (get_node_by_phandle(root, phandle))
diff --git a/scripts/gcc-plugin.sh b/scripts/gcc-plugin.sh
new file mode 100644
index 0000000..eaa4fce
@@ -123544,11 +124413,93 @@ index fdebd66..a349e33 100755
-e 's/__attribute_const__([ \t]|$)/\1/g' \
-e 's@^#include <linux/compiler.h>@@' \
-e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \
+diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
+index 8fa81e8..a9ac144 100644
+--- a/scripts/kallsyms.c
++++ b/scripts/kallsyms.c
+@@ -89,7 +89,7 @@ static inline int is_arm_mapping_symbol(const char *str)
+ }
+
+ static int check_symbol_range(const char *sym, unsigned long long addr,
+- struct addr_range *ranges, int entries)
++ struct addr_range *ranges, size_t entries)
+ {
+ size_t i;
+ struct addr_range *ar;
+@@ -178,7 +178,7 @@ static int read_symbol(FILE *in, struct sym_entry *s)
+ }
+
+ static int symbol_in_range(struct sym_entry *s, struct addr_range *ranges,
+- int entries)
++ size_t entries)
+ {
+ size_t i;
+ struct addr_range *ar;
+diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
+index 91ca126..5f7cad6 100644
+--- a/scripts/kconfig/lkc.h
++++ b/scripts/kconfig/lkc.h
+@@ -108,7 +108,8 @@ void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
+ void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
+ void menu_add_option(int token, char *arg);
+ void menu_finalize(struct menu *parent);
+-void menu_set_type(int type);
++enum symbol_type;
++void menu_set_type(enum symbol_type type);
+
+ /* util.c */
+ struct file *file_lookup(const char *name);
+@@ -123,7 +124,7 @@ struct gstr {
+ * when max_width is not zero long lines in string s (if any) get
+ * wrapped not to exceed the max_width value
+ */
+- int max_width;
++ size_t max_width;
+ };
+ struct gstr str_new(void);
+ void str_free(struct gstr *gs);
+diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c
+index b05cc3d..72fb2a8 100644
+--- a/scripts/kconfig/menu.c
++++ b/scripts/kconfig/menu.c
+@@ -109,7 +109,7 @@ void menu_add_dep(struct expr *dep)
+ current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_dep(dep));
+ }
+
+-void menu_set_type(int type)
++void menu_set_type(enum symbol_type type)
+ {
+ struct symbol *sym = current_entry->sym;
+
+diff --git a/scripts/kconfig/symbol.c b/scripts/kconfig/symbol.c
+index 70c5ee1..3126ab6 100644
+--- a/scripts/kconfig/symbol.c
++++ b/scripts/kconfig/symbol.c
+@@ -957,7 +957,7 @@ const char *sym_escape_string_value(const char *in)
+
+ struct sym_match {
+ struct symbol *sym;
+- off_t so, eo;
++ regoff_t so, eo;
+ };
+
+ /* Compare matched symbols as thus:
+@@ -979,8 +979,8 @@ static int sym_rel_comp(const void *sym1, const void *sym2)
+ * exactly; if this is the case, we can't decide which comes first,
+ * and we fallback to sorting alphabetically.
+ */
+- exact1 = (s1->eo - s1->so) == strlen(s1->sym->name);
+- exact2 = (s2->eo - s2->so) == strlen(s2->sym->name);
++ exact1 = (s1->eo - s1->so) == (long)strlen(s1->sym->name);
++ exact2 = (s2->eo - s2->so) == (long)strlen(s2->sym->name);
+ if (exact1 && !exact2)
+ return -1;
+ if (!exact1 && exact2)
diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh
-index 86a4fe7..99e91f9 100755
+index 1a10d8a..843fdce 100755
--- a/scripts/link-vmlinux.sh
+++ b/scripts/link-vmlinux.sh
-@@ -166,7 +166,7 @@ else
+@@ -179,7 +179,7 @@ else
fi;
# final build of init/
@@ -123558,10 +124509,10 @@ index 86a4fe7..99e91f9 100755
kallsymso=""
kallsyms_vmlinux=""
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c
-index 78691d5..56972f2 100644
+index 5f20882..d914642 100644
--- a/scripts/mod/file2alias.c
+++ b/scripts/mod/file2alias.c
-@@ -142,7 +142,7 @@ static void device_id_check(const char *modname, const char *device_id,
+@@ -154,7 +154,7 @@ static void device_id_check(const char *modname, const char *device_id,
unsigned long size, unsigned long id_size,
void *symval)
{
@@ -123570,7 +124521,7 @@ index 78691d5..56972f2 100644
if (size % id_size || size < id_size) {
fatal("%s: sizeof(struct %s_device_id)=%lu is not a modulo "
-@@ -171,7 +171,7 @@ static void device_id_check(const char *modname, const char *device_id,
+@@ -183,7 +183,7 @@ static void device_id_check(const char *modname, const char *device_id,
/* USB is special because the bcdDevice can be matched against a numeric range */
/* Looks like "usb:vNpNdNdcNdscNdpNicNiscNipNinN" */
static void do_usb_entry(void *symval,
@@ -123579,7 +124530,7 @@ index 78691d5..56972f2 100644
unsigned char range_lo, unsigned char range_hi,
unsigned char max, struct module *mod)
{
-@@ -281,7 +281,7 @@ static void do_usb_entry_multi(void *symval, struct module *mod)
+@@ -293,7 +293,7 @@ static void do_usb_entry_multi(void *symval, struct module *mod)
{
unsigned int devlo, devhi;
unsigned char chi, clo, max;
@@ -123588,7 +124539,7 @@ index 78691d5..56972f2 100644
DEF_FIELD(symval, usb_device_id, match_flags);
DEF_FIELD(symval, usb_device_id, idVendor);
-@@ -534,7 +534,7 @@ static void do_pnp_device_entry(void *symval, unsigned long size,
+@@ -574,7 +574,7 @@ static void do_pnp_device_entry(void *symval, unsigned long size,
for (i = 0; i < count; i++) {
DEF_FIELD_ADDR(symval + i*id_size, pnp_device_id, id);
char acpi_id[sizeof(*id)];
@@ -123597,7 +124548,7 @@ index 78691d5..56972f2 100644
buf_printf(&mod->dev_table_buf,
"MODULE_ALIAS(\"pnp:d%s*\");\n", *id);
-@@ -563,7 +563,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
+@@ -603,7 +603,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
for (j = 0; j < PNP_MAX_DEVICES; j++) {
const char *id = (char *)(*devs)[j].id;
@@ -123606,7 +124557,7 @@ index 78691d5..56972f2 100644
int dup = 0;
if (!id[0])
-@@ -589,7 +589,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
+@@ -629,7 +629,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
/* add an individual alias for every device entry */
if (!dup) {
char acpi_id[PNP_ID_LEN];
@@ -123615,7 +124566,7 @@ index 78691d5..56972f2 100644
buf_printf(&mod->dev_table_buf,
"MODULE_ALIAS(\"pnp:d%s*\");\n", id);
-@@ -939,7 +939,7 @@ static void dmi_ascii_filter(char *d, const char *s)
+@@ -979,7 +979,7 @@ static void dmi_ascii_filter(char *d, const char *s)
static int do_dmi_entry(const char *filename, void *symval,
char *alias)
{
@@ -123625,10 +124576,10 @@ index 78691d5..56972f2 100644
sprintf(alias, "dmi*");
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
-index 91ee1b2..c9cf01a 100644
+index 12d3db3..be51548 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
-@@ -942,6 +942,7 @@ enum mismatch {
+@@ -943,6 +943,7 @@ enum mismatch {
ANY_EXIT_TO_ANY_INIT,
EXPORT_TO_INIT_EXIT,
EXTABLE_TO_NON_TEXT,
@@ -123636,7 +124587,7 @@ index 91ee1b2..c9cf01a 100644
};
/**
-@@ -1068,6 +1069,12 @@ static const struct sectioncheck sectioncheck[] = {
+@@ -1069,6 +1070,12 @@ static const struct sectioncheck sectioncheck[] = {
.good_tosec = {ALL_TEXT_SECTIONS , NULL},
.mismatch = EXTABLE_TO_NON_TEXT,
.handler = extable_mismatch_handler,
@@ -123649,7 +124600,7 @@ index 91ee1b2..c9cf01a 100644
}
};
-@@ -1217,10 +1224,10 @@ static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr,
+@@ -1218,10 +1225,10 @@ static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr,
continue;
if (ELF_ST_TYPE(sym->st_info) == STT_SECTION)
continue;
@@ -123662,7 +124613,7 @@ index 91ee1b2..c9cf01a 100644
if (d < 0)
d = addr - sym->st_value;
if (d < distance) {
-@@ -1503,6 +1510,14 @@ static void report_sec_mismatch(const char *modname,
+@@ -1504,6 +1511,14 @@ static void report_sec_mismatch(const char *modname,
fatal("There's a special handler for this mismatch type, "
"we should never get here.");
break;
@@ -123677,7 +124628,7 @@ index 91ee1b2..c9cf01a 100644
}
fprintf(stderr, "\n");
}
-@@ -1892,7 +1907,7 @@ static void section_rel(const char *modname, struct elf_info *elf,
+@@ -1893,7 +1908,7 @@ static void section_rel(const char *modname, struct elf_info *elf,
static void check_sec_ref(struct module *mod, const char *modname,
struct elf_info *elf)
{
@@ -123686,7 +124637,7 @@ index 91ee1b2..c9cf01a 100644
Elf_Shdr *sechdrs = elf->sechdrs;
/* Walk through all sections */
-@@ -2023,7 +2038,7 @@ void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf,
+@@ -2024,7 +2039,7 @@ void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf,
va_end(ap);
}
@@ -123695,7 +124646,7 @@ index 91ee1b2..c9cf01a 100644
{
if (buf->size - buf->pos < len) {
buf->size += len + SZ;
-@@ -2242,7 +2257,7 @@ static void write_if_changed(struct buffer *b, const char *fname)
+@@ -2243,7 +2258,7 @@ static void write_if_changed(struct buffer *b, const char *fname)
if (fstat(fileno(file), &st) < 0)
goto close_write;
@@ -123897,7 +124848,7 @@ index ba87004..3f4852c 100644
unsigned int secindex_strings;
diff --git a/scripts/tags.sh b/scripts/tags.sh
-index cdb491d..8d32bfc 100755
+index c0a932d..817c587 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -26,7 +26,7 @@ else
@@ -123910,7 +124861,7 @@ index cdb491d..8d32bfc 100755
# Find all available archs
find_all_archs()
diff --git a/security/Kconfig b/security/Kconfig
-index bf4ec46..1fa98bf 100644
+index bf4ec46..20e8f1f 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -4,6 +4,981 @@
@@ -124845,7 +125796,7 @@ index bf4ec46..1fa98bf 100644
+config PAX_SIZE_OVERFLOW
+ bool "Prevent various integer overflows in function size parameters"
+ default y if GRKERNSEC_CONFIG_AUTO
-+ depends on X86
++ depends on BROKEN
+ help
+ By saying Y here the kernel recomputes expressions of function
+ arguments marked by a size_overflow attribute with double integer
@@ -124854,7 +125805,7 @@ index bf4ec46..1fa98bf 100644
+ The recomputed argument is checked against TYPE_MAX and an event
+ is logged on overflow and the triggering process is killed.
+
-+ Homepage: http://www.grsecurity.net/~ephox/overflow_plugin/
++ Homepage: https://github.com/ephox-gcc-plugins
+
+ Note that the implementation requires a gcc with plugin support,
+ i.e., gcc 4.5 or newer. You may need to install the supporting
@@ -124920,10 +125871,10 @@ index 913f377..6e392d5 100644
d_backing_inode(old_dentry)->i_uid,
d_backing_inode(old_dentry)->i_mode
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c
-index e5f1561..c351c05 100644
+index dec607c..2f291ad9 100644
--- a/security/apparmor/lsm.c
+++ b/security/apparmor/lsm.c
-@@ -186,7 +186,7 @@ static int common_perm_dir_dentry(int op, struct path *dir,
+@@ -176,7 +176,7 @@ static int common_perm_dir_dentry(int op, struct path *dir,
struct dentry *dentry, u32 mask,
struct path_cond *cond)
{
@@ -124932,7 +125883,7 @@ index e5f1561..c351c05 100644
return common_perm(op, &path, mask, cond);
}
-@@ -203,7 +203,7 @@ static int common_perm_dir_dentry(int op, struct path *dir,
+@@ -193,7 +193,7 @@ static int common_perm_dir_dentry(int op, struct path *dir,
static int common_perm_mnt_dentry(int op, struct vfsmount *mnt,
struct dentry *dentry, u32 mask)
{
@@ -124941,7 +125892,7 @@ index e5f1561..c351c05 100644
struct path_cond cond = { d_backing_inode(dentry)->i_uid,
d_backing_inode(dentry)->i_mode
};
-@@ -325,8 +325,8 @@ static int apparmor_path_rename(struct path *old_dir, struct dentry *old_dentry,
+@@ -315,8 +315,8 @@ static int apparmor_path_rename(struct path *old_dir, struct dentry *old_dentry,
profile = aa_current_profile();
if (!unconfined(profile)) {
@@ -124952,20 +125903,11 @@ index e5f1561..c351c05 100644
struct path_cond cond = { d_backing_inode(old_dentry)->i_uid,
d_backing_inode(old_dentry)->i_mode
};
-@@ -615,7 +615,7 @@ static int apparmor_task_setrlimit(struct task_struct *task,
- return error;
- }
-
--static struct security_operations apparmor_ops = {
-+static struct security_operations apparmor_ops __read_only = {
- .name = "apparmor",
-
- .ptrace_access_check = apparmor_ptrace_access_check,
diff --git a/security/commoncap.c b/security/commoncap.c
-index f2875cd..9fc1de0 100644
+index d103f5a4..3f7369a 100644
--- a/security/commoncap.c
+++ b/security/commoncap.c
-@@ -427,6 +427,32 @@ int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data
+@@ -422,6 +422,32 @@ int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data
return 0;
}
@@ -124998,7 +125940,7 @@ index f2875cd..9fc1de0 100644
/*
* Attempt to get the on-exec apply capability sets for an executable file from
* its xattrs and, if present, apply them to the proposed credentials being
-@@ -591,6 +617,9 @@ int cap_bprm_secureexec(struct linux_binprm *bprm)
+@@ -586,6 +612,9 @@ int cap_bprm_secureexec(struct linux_binprm *bprm)
const struct cred *cred = current_cred();
kuid_t root_uid = make_kuid(cred->user_ns, 0);
@@ -125009,10 +125951,10 @@ index f2875cd..9fc1de0 100644
if (bprm->cap_effective)
return 1;
diff --git a/security/integrity/ima/ima.h b/security/integrity/ima/ima.h
-index fc56d4d..ac97140 100644
+index e2a60c3..2e41dd3 100644
--- a/security/integrity/ima/ima.h
+++ b/security/integrity/ima/ima.h
-@@ -116,8 +116,8 @@ int ima_init_template(void);
+@@ -125,8 +125,8 @@ int ima_init_template(void);
extern spinlock_t ima_queue_lock;
struct ima_h_table {
@@ -125024,7 +125966,7 @@ index fc56d4d..ac97140 100644
};
extern struct ima_h_table ima_htable;
diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c
-index b8a27c5..50a769f 100644
+index 1d950fb..a8f4eab 100644
--- a/security/integrity/ima/ima_api.c
+++ b/security/integrity/ima/ima_api.c
@@ -137,7 +137,7 @@ void ima_add_violation(struct file *file, const unsigned char *filename,
@@ -125034,8 +125976,8 @@ index b8a27c5..50a769f 100644
- atomic_long_inc(&ima_htable.violations);
+ atomic_long_inc_unchecked(&ima_htable.violations);
- result = ima_alloc_init_template(NULL, file, filename,
- NULL, 0, &entry);
+ result = ima_alloc_init_template(&event_data, &entry);
+ if (result < 0) {
diff --git a/security/integrity/ima/ima_fs.c b/security/integrity/ima/ima_fs.c
index 816d175..20079ae 100644
--- a/security/integrity/ima/ima_fs.c
@@ -125145,35 +126087,8 @@ index f728728..6457a0c 100644
}
/*
-diff --git a/security/security.c b/security/security.c
-index 8e9b1f4..cda8e4c 100644
---- a/security/security.c
-+++ b/security/security.c
-@@ -33,8 +33,8 @@
- static __initdata char chosen_lsm[SECURITY_NAME_MAX + 1] =
- CONFIG_DEFAULT_SECURITY;
-
--static struct security_operations *security_ops;
--static struct security_operations default_security_ops = {
-+struct security_operations *security_ops __read_only;
-+struct security_operations default_security_ops __read_only = {
- .name = "default",
- };
-
-@@ -73,11 +73,6 @@ int __init security_init(void)
- return 0;
- }
-
--void reset_security_ops(void)
--{
-- security_ops = &default_security_ops;
--}
--
- /* Save user chosen LSM */
- static int __init choose_lsm(char *str)
- {
diff --git a/security/selinux/avc.c b/security/selinux/avc.c
-index 3c17dda..482b12c 100644
+index 0b122b1..d9f9568 100644
--- a/security/selinux/avc.c
+++ b/security/selinux/avc.c
@@ -59,7 +59,7 @@ struct avc_node {
@@ -125203,41 +126118,6 @@ index 3c17dda..482b12c 100644
head = &avc_cache.slots[hvalue];
lock = &avc_cache.slots_lock[hvalue];
-diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
-index 7f8d7f1..3436ea3 100644
---- a/security/selinux/hooks.c
-+++ b/security/selinux/hooks.c
-@@ -5842,7 +5842,8 @@ static int selinux_key_getsecurity(struct key *key, char **_buffer)
-
- #endif
-
--static struct security_operations selinux_ops = {
-+static struct security_operations selinux_ops __read_only = {
-+ .name = "selinux",
- .name = "selinux",
-
- .binder_set_context_mgr = selinux_binder_set_context_mgr,
-@@ -6187,6 +6188,9 @@ static void selinux_nf_ip_exit(void)
- #ifdef CONFIG_SECURITY_SELINUX_DISABLE
- static int selinux_disabled;
-
-+extern struct security_operations *security_ops;
-+extern struct security_operations default_security_ops;
-+
- int selinux_disable(void)
- {
- if (ss_initialized) {
-@@ -6204,7 +6208,9 @@ int selinux_disable(void)
- selinux_disabled = 1;
- selinux_enabled = 0;
-
-- reset_security_ops();
-+ pax_open_kernel();
-+ security_ops = &default_security_ops;
-+ pax_close_kernel();
-
- /* Try to destroy the avc node cache */
- avc_disable();
diff --git a/security/selinux/include/xfrm.h b/security/selinux/include/xfrm.h
index 1450f85..a91e0bc 100644
--- a/security/selinux/include/xfrm.h
@@ -125251,19 +126131,6 @@ index 1450f85..a91e0bc 100644
rt_genid_bump_all(net);
}
rtnl_unlock();
-diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
-index b644757..3763b10 100644
---- a/security/smack/smack_lsm.c
-+++ b/security/smack/smack_lsm.c
-@@ -4266,7 +4266,7 @@ static int smack_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen)
- return 0;
- }
-
--struct security_operations smack_ops = {
-+struct security_operations smack_ops __read_only = {
- .name = "smack",
-
- .ptrace_access_check = smack_ptrace_access_check,
diff --git a/security/tomoyo/file.c b/security/tomoyo/file.c
index 2367b10..a0c3c51 100644
--- a/security/tomoyo/file.c
@@ -125331,10 +126198,10 @@ index 390c646..f2f8db3 100644
if (!fstype) {
error = -ENODEV;
diff --git a/security/tomoyo/tomoyo.c b/security/tomoyo/tomoyo.c
-index 57c88d5..0c6fcf3 100644
+index cbf3df4..22b11df 100644
--- a/security/tomoyo/tomoyo.c
+++ b/security/tomoyo/tomoyo.c
-@@ -171,7 +171,7 @@ static int tomoyo_path_truncate(struct path *path)
+@@ -165,7 +165,7 @@ static int tomoyo_path_truncate(struct path *path)
*/
static int tomoyo_path_unlink(struct path *parent, struct dentry *dentry)
{
@@ -125343,7 +126210,7 @@ index 57c88d5..0c6fcf3 100644
return tomoyo_path_perm(TOMOYO_TYPE_UNLINK, &path, NULL);
}
-@@ -187,7 +187,7 @@ static int tomoyo_path_unlink(struct path *parent, struct dentry *dentry)
+@@ -181,7 +181,7 @@ static int tomoyo_path_unlink(struct path *parent, struct dentry *dentry)
static int tomoyo_path_mkdir(struct path *parent, struct dentry *dentry,
umode_t mode)
{
@@ -125352,7 +126219,7 @@ index 57c88d5..0c6fcf3 100644
return tomoyo_path_number_perm(TOMOYO_TYPE_MKDIR, &path,
mode & S_IALLUGO);
}
-@@ -202,7 +202,7 @@ static int tomoyo_path_mkdir(struct path *parent, struct dentry *dentry,
+@@ -196,7 +196,7 @@ static int tomoyo_path_mkdir(struct path *parent, struct dentry *dentry,
*/
static int tomoyo_path_rmdir(struct path *parent, struct dentry *dentry)
{
@@ -125361,7 +126228,7 @@ index 57c88d5..0c6fcf3 100644
return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path, NULL);
}
-@@ -218,7 +218,7 @@ static int tomoyo_path_rmdir(struct path *parent, struct dentry *dentry)
+@@ -212,7 +212,7 @@ static int tomoyo_path_rmdir(struct path *parent, struct dentry *dentry)
static int tomoyo_path_symlink(struct path *parent, struct dentry *dentry,
const char *old_name)
{
@@ -125370,7 +126237,7 @@ index 57c88d5..0c6fcf3 100644
return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path, old_name);
}
-@@ -235,7 +235,7 @@ static int tomoyo_path_symlink(struct path *parent, struct dentry *dentry,
+@@ -229,7 +229,7 @@ static int tomoyo_path_symlink(struct path *parent, struct dentry *dentry,
static int tomoyo_path_mknod(struct path *parent, struct dentry *dentry,
umode_t mode, unsigned int dev)
{
@@ -125379,7 +126246,7 @@ index 57c88d5..0c6fcf3 100644
int type = TOMOYO_TYPE_CREATE;
const unsigned int perm = mode & S_IALLUGO;
-@@ -274,8 +274,8 @@ static int tomoyo_path_mknod(struct path *parent, struct dentry *dentry,
+@@ -268,8 +268,8 @@ static int tomoyo_path_mknod(struct path *parent, struct dentry *dentry,
static int tomoyo_path_link(struct dentry *old_dentry, struct path *new_dir,
struct dentry *new_dentry)
{
@@ -125390,7 +126257,7 @@ index 57c88d5..0c6fcf3 100644
return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2);
}
-@@ -294,8 +294,8 @@ static int tomoyo_path_rename(struct path *old_parent,
+@@ -288,8 +288,8 @@ static int tomoyo_path_rename(struct path *old_parent,
struct path *new_parent,
struct dentry *new_dentry)
{
@@ -125401,7 +126268,7 @@ index 57c88d5..0c6fcf3 100644
return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2);
}
-@@ -423,7 +423,7 @@ static int tomoyo_sb_mount(const char *dev_name, struct path *path,
+@@ -417,7 +417,7 @@ static int tomoyo_sb_mount(const char *dev_name, struct path *path,
*/
static int tomoyo_sb_umount(struct vfsmount *mnt, int flags)
{
@@ -125410,15 +126277,6 @@ index 57c88d5..0c6fcf3 100644
return tomoyo_path_perm(TOMOYO_TYPE_UMOUNT, &path, NULL);
}
-@@ -502,7 +502,7 @@ static int tomoyo_socket_sendmsg(struct socket *sock, struct msghdr *msg,
- * tomoyo_security_ops is a "struct security_operations" which is used for
- * registering TOMOYO.
- */
--static struct security_operations tomoyo_security_ops = {
-+static struct security_operations tomoyo_security_ops __read_only = {
- .name = "tomoyo",
- .cred_alloc_blank = tomoyo_cred_alloc_blank,
- .cred_prepare = tomoyo_cred_prepare,
diff --git a/security/yama/Kconfig b/security/yama/Kconfig
index 3123e1d..951f48d 100644
--- a/security/yama/Kconfig
@@ -125432,19 +126290,10 @@ index 3123e1d..951f48d 100644
help
This selects Yama, which extends DAC support with additional
diff --git a/security/yama/yama_lsm.c b/security/yama/yama_lsm.c
-index 24aae2a..81c4548 100644
+index 5ebb896..68147a2 100644
--- a/security/yama/yama_lsm.c
+++ b/security/yama/yama_lsm.c
-@@ -365,7 +365,7 @@ int yama_ptrace_traceme(struct task_struct *parent)
- }
-
- #ifndef CONFIG_SECURITY_YAMA_STACKED
--static struct security_operations yama_ops = {
-+static struct security_operations yama_ops __read_only = {
- .name = "yama",
-
- .ptrace_access_check = yama_ptrace_access_check,
-@@ -379,7 +379,7 @@ static struct security_operations yama_ops = {
+@@ -362,7 +362,7 @@ void __init yama_add_hooks(void)
static int yama_dointvec_minmax(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
@@ -125604,7 +126453,7 @@ index 75888dd..c940854 100644
default:
result = -EINVAL;
diff --git a/sound/core/sound.c b/sound/core/sound.c
-index 5fc93d0..67d8037 100644
+index 175f9e4..3518d31 100644
--- a/sound/core/sound.c
+++ b/sound/core/sound.c
@@ -86,7 +86,7 @@ static void snd_request_other(int minor)
@@ -125677,7 +126526,7 @@ index 2a008a9..a1efb3f 100644
return 0;
}
diff --git a/sound/drivers/opl4/opl4_lib.c b/sound/drivers/opl4/opl4_lib.c
-index 3b0ee42..8423ad6 100644
+index 89c7aa0..6d75e49 100644
--- a/sound/drivers/opl4/opl4_lib.c
+++ b/sound/drivers/opl4/opl4_lib.c
@@ -29,7 +29,7 @@ MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
@@ -125711,10 +126560,10 @@ index 464385a..46ab3f6 100644
struct snd_rawmidi_substream *midi_input[PORTMAN_NUM_INPUT_PORTS];
};
diff --git a/sound/firewire/amdtp.c b/sound/firewire/amdtp.c
-index bf20593..dec8a14 100644
+index 2a153d2..185af02 100644
--- a/sound/firewire/amdtp.c
+++ b/sound/firewire/amdtp.c
-@@ -573,7 +573,7 @@ static void update_pcm_pointers(struct amdtp_stream *s,
+@@ -591,7 +591,7 @@ static void update_pcm_pointers(struct amdtp_stream *s,
ptr = s->pcm_buffer_pointer + frames;
if (ptr >= pcm->runtime->buffer_size)
ptr -= pcm->runtime->buffer_size;
@@ -125723,20 +126572,20 @@ index bf20593..dec8a14 100644
s->pcm_period_pointer += frames;
if (s->pcm_period_pointer >= pcm->runtime->period_size) {
-@@ -1014,7 +1014,7 @@ EXPORT_SYMBOL(amdtp_stream_pcm_pointer);
- */
+@@ -1056,7 +1056,7 @@ EXPORT_SYMBOL(amdtp_stream_pcm_pointer);
void amdtp_stream_update(struct amdtp_stream *s)
{
+ /* Precomputing. */
- ACCESS_ONCE(s->source_node_id_field) =
+ ACCESS_ONCE_RW(s->source_node_id_field) =
- (fw_parent_device(s->unit)->card->node_id & 0x3f) << 24;
+ (fw_parent_device(s->unit)->card->node_id << CIP_SID_SHIFT) &
+ CIP_SID_MASK;
}
- EXPORT_SYMBOL(amdtp_stream_update);
diff --git a/sound/firewire/amdtp.h b/sound/firewire/amdtp.h
-index 25c9055..e861b6a 100644
+index b2cf9e7..e11623a 100644
--- a/sound/firewire/amdtp.h
+++ b/sound/firewire/amdtp.h
-@@ -233,7 +233,7 @@ static inline bool amdtp_stream_pcm_running(struct amdtp_stream *s)
+@@ -237,7 +237,7 @@ static inline bool amdtp_stream_pcm_running(struct amdtp_stream *s)
static inline void amdtp_stream_pcm_trigger(struct amdtp_stream *s,
struct snd_pcm_substream *pcm)
{
@@ -125745,7 +126594,7 @@ index 25c9055..e861b6a 100644
}
/**
-@@ -251,7 +251,7 @@ static inline void amdtp_stream_midi_trigger(struct amdtp_stream *s,
+@@ -255,7 +255,7 @@ static inline void amdtp_stream_midi_trigger(struct amdtp_stream *s,
struct snd_rawmidi_substream *midi)
{
if (port < s->midi_ports)
@@ -125832,10 +126681,10 @@ index 2dba848..c682aef 100644
wait_event(scs->idle_wait, scs->output_idle);
diff --git a/sound/oss/sb_audio.c b/sound/oss/sb_audio.c
-index 048439a..3be9f6f 100644
+index dc91072..d85a10a 100644
--- a/sound/oss/sb_audio.c
+++ b/sound/oss/sb_audio.c
-@@ -904,7 +904,7 @@ sb16_copy_from_user(int dev,
+@@ -900,7 +900,7 @@ sb16_copy_from_user(int dev,
buf16 = (signed short *)(localbuf + localoffs);
while (c)
{
@@ -125883,10 +126732,10 @@ index 213a416..aeab5c9 100644
list_add(&s->list, &cs4297a_devs);
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
-index 36e8f12..9571f49 100644
+index d1a2cb6..8b3ff00 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
-@@ -1946,7 +1946,7 @@ static int get_kctl_0dB_offset(struct hda_codec *codec,
+@@ -1857,7 +1857,7 @@ static int get_kctl_0dB_offset(struct hda_codec *codec,
/* FIXME: set_fs() hack for obtaining user-space TLV data */
mm_segment_t fs = get_fs();
set_fs(get_ds());
@@ -127172,10 +128021,10 @@ index 0000000..b884a56
+}
diff --git a/tools/gcc/gcc-common.h b/tools/gcc/gcc-common.h
new file mode 100644
-index 0000000..9cf3947
+index 0000000..9660b09
--- /dev/null
+++ b/tools/gcc/gcc-common.h
-@@ -0,0 +1,789 @@
+@@ -0,0 +1,790 @@
+#ifndef GCC_COMMON_H_INCLUDED
+#define GCC_COMMON_H_INCLUDED
+
@@ -127538,6 +128387,7 @@ index 0000000..9cf3947
+#define profile_status_for_fn(FN) ((FN)->cfg->x_profile_status)
+#define BASIC_BLOCK_FOR_FN(FN, N) BASIC_BLOCK_FOR_FUNCTION((FN), (N))
+#define NODE_IMPLICIT_ALIAS(node) (node)->same_body_alias
++#define VAR_P(NODE) (TREE_CODE(NODE) == VAR_DECL)
+
+static inline bool tree_fits_shwi_p(const_tree t)
+{
@@ -129188,10 +130038,10 @@ index 0000000..4838c8a
+}
diff --git a/tools/gcc/latent_entropy_plugin.c b/tools/gcc/latent_entropy_plugin.c
new file mode 100644
-index 0000000..ac6f9b4
+index 0000000..f76c1c6
--- /dev/null
+++ b/tools/gcc/latent_entropy_plugin.c
-@@ -0,0 +1,474 @@
+@@ -0,0 +1,470 @@
+/*
+ * Copyright 2012-2015 by the PaX Team <pageexec@freemail.hu>
+ * Licensed under the GPL v2
@@ -129489,11 +130339,7 @@ index 0000000..ac6f9b4
+ tree local_entropy;
+
+ if (!latent_entropy_decl) {
-+#if BUILDING_GCC_VERSION >= 4009
-+ varpool_node *node;
-+#else
-+ struct varpool_node *node;
-+#endif
++ varpool_node_ptr node;
+
+ FOR_EACH_VARIABLE(node) {
+ tree var = NODE_DECL(node);
@@ -130604,25 +131450,25 @@ index 0000000..06a039c
+}
diff --git a/tools/gcc/size_overflow_plugin/.gitignore b/tools/gcc/size_overflow_plugin/.gitignore
new file mode 100644
-index 0000000..1f0214f
+index 0000000..c4b24b9
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/.gitignore
@@ -0,0 +1,3 @@
-+randomize_layout_seed.h
++disable_size_overflow_hash.h
+size_overflow_hash.h
+size_overflow_hash_aux.h
diff --git a/tools/gcc/size_overflow_plugin/Makefile b/tools/gcc/size_overflow_plugin/Makefile
new file mode 100644
-index 0000000..1ae2ed5
+index 0000000..4c7f7c6
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/Makefile
-@@ -0,0 +1,20 @@
+@@ -0,0 +1,26 @@
+$(HOSTLIBS)-$(CONFIG_PAX_SIZE_OVERFLOW) += size_overflow_plugin.so
+always := $($(HOSTLIBS)-y)
+
+size_overflow_plugin-objs := $(patsubst $(srctree)/$(src)/%.c,%.o,$(wildcard $(srctree)/$(src)/*.c))
+
-+$(patsubst $(srctree)/$(src)/%.c,$(obj)/%.o,$(wildcard $(srctree)/$(src)/*.c)): $(objtree)/$(obj)/size_overflow_hash.h $(objtree)/$(obj)/size_overflow_hash_aux.h
++$(patsubst $(srctree)/$(src)/%.c,$(obj)/%.o,$(wildcard $(srctree)/$(src)/*.c)): $(objtree)/$(obj)/size_overflow_hash.h $(objtree)/$(obj)/size_overflow_hash_aux.h $(objtree)/$(obj)/disable_size_overflow_hash.h
+
+quiet_cmd_build_size_overflow_hash = GENHASH $@
+ cmd_build_size_overflow_hash = \
@@ -130636,13 +131482,11033 @@ index 0000000..1ae2ed5
+$(objtree)/$(obj)/size_overflow_hash_aux.h: $(src)/size_overflow_hash_aux.data FORCE
+ $(call if_changed,build_size_overflow_hash_aux)
+
-+targets += size_overflow_hash.h size_overflow_hash_aux.h
++quiet_cmd_build_disable_size_overflow_hash = GENHASH $@
++ cmd_build_disable_size_overflow_hash = \
++ $(CONFIG_SHELL) $(srctree)/$(src)/generate_size_overflow_hash.sh -s disable_size_overflow_hash -d $< -o $@
++$(objtree)/$(obj)/disable_size_overflow_hash.h: $(src)/disable_size_overflow_hash.data FORCE
++ $(call if_changed,build_disable_size_overflow_hash)
++
++targets += size_overflow_hash.h size_overflow_hash_aux.h disable_size_overflow_hash.h
+diff --git a/tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data b/tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data
+new file mode 100644
+index 0000000..d2ec980
+--- /dev/null
++++ b/tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data
+@@ -0,0 +1,11008 @@
++disable_so_iwl_mvm_allocate_int_sta_fndecl_1 iwl_mvm_allocate_int_sta fndecl 0 1 NULL
++disable_so_hdsp_9632_get_peak_fndecl_2 hdsp_9632_get_peak fndecl 0 2 NULL
++disable_so_pt3_probe_fndecl_3 pt3_probe fndecl 0 3 NULL nohasharray
++disable_so_sb_register_oss_fndecl_3 sb_register_oss fndecl 0 3 &disable_so_pt3_probe_fndecl_3
++disable_so_logi_dj_recv_query_paired_devices_fndecl_13 logi_dj_recv_query_paired_devices fndecl 0 13 NULL
++disable_so_dma_buf_sz_sxgbe_priv_data_24 dma_buf_sz sxgbe_priv_data 0 24 NULL
++disable_so_ocfs2_xattr_get_clusters_fndecl_34 ocfs2_xattr_get_clusters fndecl 0 34 NULL
++disable_so___key_link_begin_fndecl_35 __key_link_begin fndecl 0 35 NULL
++disable_so_osst_reposition_and_retry_fndecl_55 osst_reposition_and_retry fndecl 0 55 NULL
++disable_so_mwl8k_cmd_get_watchdog_bitmap_fndecl_56 mwl8k_cmd_get_watchdog_bitmap fndecl 0 56 NULL
++disable_so___bond_opt_set_fndecl_60 __bond_opt_set fndecl 0 60 NULL
++disable_so_hdsp_check_for_iobox_fndecl_62 hdsp_check_for_iobox fndecl 0 62 NULL
++disable_so_ncp_do_request_fndecl_102 ncp_do_request fndecl 0 102 NULL
++disable_so_kvm_read_guest_fndecl_107 kvm_read_guest fndecl 0 107 NULL nohasharray
++disable_so_do_dmabuf_define_gmrfb_fndecl_107 do_dmabuf_define_gmrfb fndecl 0 107 &disable_so_kvm_read_guest_fndecl_107
++disable_so_sys_sendmsg_fndecl_108 sys_sendmsg fndecl 0 108 NULL
++disable_so__osd_req_finalize_get_attr_list_fndecl_110 _osd_req_finalize_get_attr_list fndecl 0 110 NULL
++disable_so_sst_ipc_tx_message_wait_fndecl_123 sst_ipc_tx_message_wait fndecl 0 123 NULL
++disable_so__ore_read_mirror_fndecl_142 _ore_read_mirror fndecl 0 142 NULL
++disable_so_i1480_cmd_reset_fndecl_144 i1480_cmd_reset fndecl 0 144 NULL
++disable_so_download_boot_block_fndecl_146 download_boot_block fndecl 0 146 NULL
++disable_so_uvc_endpoint_max_bpi_fndecl_155 uvc_endpoint_max_bpi fndecl 0 155 NULL
++disable_so_lpfcdiag_loop_post_rxbufs_fndecl_159 lpfcdiag_loop_post_rxbufs fndecl 0 159 NULL
++disable_so_zd_usb_iowrite16v_async_fndecl_163 zd_usb_iowrite16v_async fndecl 0 163 NULL
++disable_so_vfs_write_fndecl_176 vfs_write fndecl 0 176 NULL
++disable_so_ufx_read_edid_fndecl_184 ufx_read_edid fndecl 0 184 NULL
++disable_so_sch56xx_send_cmd_fndecl_185 sch56xx_send_cmd fndecl 0 185 NULL
++disable_so_mptctl_do_fw_download_fndecl_190 mptctl_do_fw_download fndecl 0 190 NULL
++disable_so_snd_ctl_elem_info_user_fndecl_193 snd_ctl_elem_info_user fndecl 0 193 NULL
++disable_so_give_pages_fndecl_198 give_pages fndecl 0 198 NULL nohasharray
++disable_so_mtrr_tom2_vardecl_198 mtrr_tom2 vardecl 0 198 &disable_so_give_pages_fndecl_198
++disable_so_ocfs2_info_handle_uuid_fndecl_202 ocfs2_info_handle_uuid fndecl 0 202 NULL
++disable_so_snd_asihpi_meter_add_fndecl_207 snd_asihpi_meter_add fndecl 0 207 NULL
++disable_so_teles_probe_fndecl_208 teles_probe fndecl 0 208 NULL
++disable_so_atm_tc_change_fndecl_212 atm_tc_change fndecl 0 212 NULL
++disable_so_sens_read_fndecl_217 sens_read fndecl 0 217 NULL
++disable_so_nouveau_bo_pin_fndecl_220 nouveau_bo_pin fndecl 0 220 NULL nohasharray
++disable_so_wl1251_acx_cca_threshold_fndecl_220 wl1251_acx_cca_threshold fndecl 0 220 &disable_so_nouveau_bo_pin_fndecl_220
++disable_so_intel_ring_idle_fndecl_221 intel_ring_idle fndecl 0 221 NULL
++disable_so_wl1271_acx_ac_cfg_fndecl_224 wl1271_acx_ac_cfg fndecl 0 224 NULL
++disable_so_sony_nc_kbd_backlight_setup_fndecl_226 sony_nc_kbd_backlight_setup fndecl 0 226 NULL
++disable_so_ipath_setrcvhdrsize_fndecl_231 ipath_setrcvhdrsize fndecl 0 231 NULL
++disable_so_iscsit_process_text_cmd_fndecl_237 iscsit_process_text_cmd fndecl 0 237 NULL
++disable_so_saved_skb_len_nfc_digital_dev_251 saved_skb_len nfc_digital_dev 0 251 NULL
++disable_so_snd_ak4117_create_fndecl_253 snd_ak4117_create fndecl 0 253 NULL
++disable_so_get_host_u32_fndecl_254 get_host_u32 fndecl 0 254 NULL
++disable_so_mwl8k_cmd_radio_control_fndecl_258 mwl8k_cmd_radio_control fndecl 0 258 NULL
++disable_so__regmap_select_page_fndecl_260 _regmap_select_page fndecl 0 260 NULL
++disable_so___netpoll_setup_fndecl_265 __netpoll_setup fndecl 0 265 NULL
++disable_so_drbd_send_ack_ex_fndecl_266 drbd_send_ack_ex fndecl 0 266 NULL
++disable_so_smi_dvbsky_m88rs6000_fe_attach_fndecl_267 smi_dvbsky_m88rs6000_fe_attach fndecl 0 267 NULL
++disable_so_max_can_queue_fc_fcp_internal_270 max_can_queue fc_fcp_internal 0 270 NULL
++disable_so_dbg_leb_change_fndecl_272 dbg_leb_change fndecl 0 272 NULL
++disable_so_tcp_current_mss_fndecl_275 tcp_current_mss fndecl 0 275 NULL
++disable_so__hardware_enqueue_fndecl_277 _hardware_enqueue fndecl 0 277 NULL
++disable_so_c2_del_addr_fndecl_280 c2_del_addr fndecl 0 280 NULL
++disable_so_do_mmap_pgoff_fndecl_291 do_mmap_pgoff fndecl 0 291 NULL
++disable_so_islpci_mgt_transaction_fndecl_297 islpci_mgt_transaction fndecl 0 297 NULL
++disable_so__ctl_diag_unregister_fndecl_300 _ctl_diag_unregister fndecl 0 300 NULL
++disable_so_xfs_qm_dqread_fndecl_302 xfs_qm_dqread fndecl 0 302 NULL
++disable_so_xfpregs_get_fndecl_305 xfpregs_get fndecl 0 305 NULL nohasharray
++disable_so_efx_mcdi_init_fndecl_305 efx_mcdi_init fndecl 0 305 &disable_so_xfpregs_get_fndecl_305
++disable_so_err_hci_request_321 err hci_request 0 321 NULL
++disable_so_done_status_atmel_spi_338 done_status atmel_spi 0 338 NULL
++disable_so_ocfs2_journal_access_fndecl_339 ocfs2_journal_access fndecl 0 339 NULL
++disable_so_b43_sdio_probe_fndecl_341 b43_sdio_probe fndecl 0 341 NULL
++disable_so_send_message_failure_fndecl_346 send_message_failure fndecl 0 346 NULL
++disable_so_sur40_probe_fndecl_348 sur40_probe fndecl 0 348 NULL
++disable_so_tx_idx_bchannel_355 tx_idx bchannel 0 355 NULL
++disable_so_cfg80211_vendor_cmd_reply_fndecl_358 cfg80211_vendor_cmd_reply fndecl 0 358 NULL
++disable_so_iwl_mvm_add_int_sta_common_fndecl_365 iwl_mvm_add_int_sta_common fndecl 0 365 NULL
++disable_so_ufx_disable_fndecl_369 ufx_disable fndecl 0 369 NULL
++disable_so_setup_ctxt_fndecl_374 setup_ctxt fndecl 0 374 NULL
++disable_so_drbd_adm_attach_fndecl_389 drbd_adm_attach fndecl 0 389 NULL
++disable_so_btrfs_insert_delayed_item_fndecl_394 btrfs_insert_delayed_item fndecl 0 394 NULL
++disable_so_keyspan_pda_write_fndecl_398 keyspan_pda_write fndecl 0 398 NULL
++disable_so_t4_sge_init_soft_fndecl_407 t4_sge_init_soft fndecl 0 407 NULL
++disable_so_ovl_copy_xattr_fndecl_409 ovl_copy_xattr fndecl 0 409 NULL
++disable_so_ieee80211_mgd_assoc_fndecl_415 ieee80211_mgd_assoc fndecl 0 415 NULL
++disable_so_rx_buf_sz_rhine_private_435 rx_buf_sz rhine_private 0 435 NULL
++disable_so_wl12xx_cmd_channel_switch_fndecl_438 wl12xx_cmd_channel_switch fndecl 0 438 NULL
++disable_so_snd_pcm_hw_refine_fndecl_442 snd_pcm_hw_refine fndecl 0 442 NULL
++disable_so___kfifo_max_r_fndecl_459 __kfifo_max_r fndecl 0 459 NULL
++disable_so_mon_bin_open_fndecl_469 mon_bin_open fndecl 0 469 NULL
++disable_so_ath6kl_read_fwlogs_fndecl_477 ath6kl_read_fwlogs fndecl 0 477 NULL
++disable_so_ocfs2_replace_cow_fndecl_488 ocfs2_replace_cow fndecl 0 488 NULL
++disable_so_cciss_getbustypes_fndecl_491 cciss_getbustypes fndecl 0 491 NULL
++disable_so_usbtv_setup_iso_transfer_fndecl_503 usbtv_setup_iso_transfer fndecl 0 503 NULL
++disable_so_nr_add_node_fndecl_504 nr_add_node fndecl 0 504 NULL
++disable_so_wa_xfer_status_to_errno_fndecl_506 wa_xfer_status_to_errno fndecl 0 506 NULL
++disable_so_length_qib_sge_516 length qib_sge 0 516 NULL
++disable_so_grow_gnttab_list_fndecl_523 grow_gnttab_list fndecl 0 523 NULL
++disable_so_prepare_pages_fndecl_526 prepare_pages fndecl 0 526 NULL
++disable_so_vr_nor_pci_probe_fndecl_527 vr_nor_pci_probe fndecl 0 527 NULL
++disable_so_compat_wext_handle_ioctl_fndecl_531 compat_wext_handle_ioctl fndecl 0 531 NULL
++disable_so___flush_pasid_fndecl_533 __flush_pasid fndecl 0 533 NULL
++disable_so_chipio_write_data_fndecl_537 chipio_write_data fndecl 0 537 NULL
++disable_so_r600_do_wait_for_fifo_fndecl_555 r600_do_wait_for_fifo fndecl 0 555 NULL
++disable_so_try_alloc_port_fndecl_557 try_alloc_port fndecl 0 557 NULL
++disable_so_ubifs_recover_master_node_fndecl_560 ubifs_recover_master_node fndecl 0 560 NULL
++disable_so_xfs_parseargs_fndecl_561 xfs_parseargs fndecl 0 561 NULL
++disable_so_pch_dma_probe_fndecl_562 pch_dma_probe fndecl 0 562 NULL
++disable_so_ext4_swap_extents_fndecl_577 ext4_swap_extents fndecl 0 577 NULL
++disable_so_mwl8k_cmd_bss_start_fndecl_598 mwl8k_cmd_bss_start fndecl 0 598 NULL
++disable_so_usb_bulk_urb_init_fndecl_599 usb_bulk_urb_init fndecl 0 599 NULL
++disable_so_max_send_sge_ib_qp_cap_601 max_send_sge ib_qp_cap 0 601 NULL
++disable_so_xfs_bmapi_read_fndecl_603 xfs_bmapi_read fndecl 0 603 NULL
++disable_so_populate_msi_sysfs_fndecl_604 populate_msi_sysfs fndecl 0 604 NULL
++disable_so_getxattr_fndecl_605 getxattr fndecl 0 605 NULL
++disable_so_rocker_group_l3_unicast_fndecl_612 rocker_group_l3_unicast fndecl 0 612 NULL
++disable_so_maxsize_tm6000_endpoint_618 maxsize tm6000_endpoint 0 618 NULL
++disable_so_xfs_ioc_bulkstat_fndecl_624 xfs_ioc_bulkstat fndecl 0 624 NULL
++disable_so_nvme_trans_log_supp_pages_fndecl_625 nvme_trans_log_supp_pages fndecl 0 625 NULL
++disable_so_sixpack_open_fndecl_626 sixpack_open fndecl 0 626 NULL nohasharray
++disable_so_hopper_pci_probe_fndecl_626 hopper_pci_probe fndecl 0 626 &disable_so_sixpack_open_fndecl_626
++disable_so_x86_cache_max_rmid_cpuinfo_x86_631 x86_cache_max_rmid cpuinfo_x86 0 631 NULL
++disable_so_fat_sync_bhs_fndecl_655 fat_sync_bhs fndecl 0 655 NULL
++disable_so_rtsx_usb_read_ppbuf_fndecl_659 rtsx_usb_read_ppbuf fndecl 0 659 NULL
++disable_so_netup_ci_init_fndecl_660 netup_ci_init fndecl 0 660 NULL
++disable_so_tx_max_size_cxgbi_device_664 tx_max_size cxgbi_device 0 664 NULL nohasharray
++disable_so_evdev_do_ioctl_fndecl_664 evdev_do_ioctl fndecl 0 664 &disable_so_tx_max_size_cxgbi_device_664
++disable_so_mac_len_sk_buff_676 mac_len sk_buff 0 676 NULL
++disable_so_slip_ioctl_fndecl_681 slip_ioctl fndecl 0 681 NULL
++disable_so_snd_pcm_hw_param_first_fndecl_692 snd_pcm_hw_param_first fndecl 0 692 NULL
++disable_so_fragThresh_ConfigRid_700 fragThresh ConfigRid 0 700 NULL
++disable_so_netlink_proto_init_fndecl_703 netlink_proto_init fndecl 0 703 NULL
++disable_so_nilfs_ifile_get_inode_block_fndecl_709 nilfs_ifile_get_inode_block fndecl 0 709 NULL nohasharray
++disable_so_wl1251_acx_service_period_timeout_fndecl_709 wl1251_acx_service_period_timeout fndecl 0 709 &disable_so_nilfs_ifile_get_inode_block_fndecl_709
++disable_so_fuse_notify_retrieve_fndecl_721 fuse_notify_retrieve fndecl 0 721 NULL
++disable_so_mlx4_init_fw_fndecl_723 mlx4_init_fw fndecl 0 723 NULL
++disable_so_flexonenand_addr_fndecl_731 flexonenand_addr fndecl 0 731 NULL
++disable_so_tsi148_alloc_resource_fndecl_736 tsi148_alloc_resource fndecl 0 736 NULL
++disable_so_ocfs2_extent_map_lookup_fndecl_746 ocfs2_extent_map_lookup fndecl 0 746 NULL
++disable_so_vmw_validate_buffers_fndecl_767 vmw_validate_buffers fndecl 0 767 NULL
++disable_so_len_vnic_dev_bar_768 len vnic_dev_bar 0 768 NULL
++disable_so_objectid_btrfs_fid_769 objectid btrfs_fid 0 769 NULL
++disable_so_loopback_open_fndecl_780 loopback_open fndecl 0 780 NULL
++disable_so_iwl_send_bt_init_conf_fndecl_789 iwl_send_bt_init_conf fndecl 0 789 NULL
++disable_so_qp_alloc_hypercall_fndecl_791 qp_alloc_hypercall fndecl 0 791 NULL nohasharray
++disable_so__ctl_btdh_mapping_fndecl_791 _ctl_btdh_mapping fndecl 0 791 &disable_so_qp_alloc_hypercall_fndecl_791
++disable_so_nv_device_resource_start_fndecl_792 nv_device_resource_start fndecl 0 792 NULL
++disable_so_hv_ringbuffer_write_fndecl_801 hv_ringbuffer_write fndecl 0 801 NULL
++disable_so_iwlagn_set_pan_params_fndecl_805 iwlagn_set_pan_params fndecl 0 805 NULL
++disable_so_ib_link_query_port_fndecl_806 ib_link_query_port fndecl 0 806 NULL
++disable_so_asd_find_dir_entry_fndecl_831 asd_find_dir_entry fndecl 0 831 NULL
++disable_so_iommu_alloc_root_entry_fndecl_835 iommu_alloc_root_entry fndecl 0 835 NULL
++disable_so_ipxrtr_ioctl_fndecl_839 ipxrtr_ioctl fndecl 0 839 NULL
++disable_so_trim_bitmaps_fndecl_845 trim_bitmaps fndecl 0 845 NULL
++disable_so_bnx2x_hwtstamp_ioctl_fndecl_846 bnx2x_hwtstamp_ioctl fndecl 0 846 NULL
++disable_so_xfs_btree_increment_fndecl_856 xfs_btree_increment fndecl 0 856 NULL
++disable_so_proc_get_long_fndecl_857 proc_get_long fndecl 0 857 NULL
++disable_so_nilfs_inode_by_name_fndecl_858 nilfs_inode_by_name fndecl 0 858 NULL
++disable_so_adu_read_fndecl_866 adu_read fndecl 0 866 NULL
++disable_so_ad1848_init_fndecl_875 ad1848_init fndecl 0 875 NULL
++disable_so_vt_move_to_console_fndecl_884 vt_move_to_console fndecl 0 884 NULL
++disable_so_efx_ef10_mtd_probe_partition_fndecl_885 efx_ef10_mtd_probe_partition fndecl 0 885 NULL
++disable_so_cx231xx_audio_init_fndecl_888 cx231xx_audio_init fndecl 0 888 NULL
++disable_so_il3945_get_adjacent_rate_fndecl_892 il3945_get_adjacent_rate fndecl 0 892 NULL nohasharray
++disable_so_acpi_pci_link_set_fndecl_892 acpi_pci_link_set fndecl 0 892 &disable_so_il3945_get_adjacent_rate_fndecl_892
++disable_so_mwifiex_send_cmd_fndecl_908 mwifiex_send_cmd fndecl 0 908 NULL
++disable_so_good_bytes_nfs_pgio_header_909 good_bytes nfs_pgio_header 0 909 NULL
++disable_so_chipio_read_fndecl_910 chipio_read fndecl 0 910 NULL
++disable_so_evdev_handle_get_keycode_v2_fndecl_937 evdev_handle_get_keycode_v2 fndecl 0 937 NULL
++disable_so_xpad_init_output_fndecl_941 xpad_init_output fndecl 0 941 NULL
++disable_so_niu_rbr_fill_fndecl_945 niu_rbr_fill fndecl 0 945 NULL
++disable_so_mei_amthif_read_fndecl_947 mei_amthif_read fndecl 0 947 NULL
++disable_so_xfs_bmap_rtalloc_fndecl_958 xfs_bmap_rtalloc fndecl 0 958 NULL
++disable_so_nilfs_segctor_add_super_root_fndecl_966 nilfs_segctor_add_super_root fndecl 0 966 NULL nohasharray
++disable_so_pvr2_hdw_set_streaming_fndecl_966 pvr2_hdw_set_streaming fndecl 0 966 &disable_so_nilfs_segctor_add_super_root_fndecl_966
++disable_so_vmw_fence_obj_init_fndecl_969 vmw_fence_obj_init fndecl 0 969 NULL
++disable_so_em28xx_alloc_urbs_fndecl_983 em28xx_alloc_urbs fndecl 0 983 NULL
++disable_so_crypto_register_ahash_fndecl_984 crypto_register_ahash fndecl 0 984 NULL
++disable_so_logfs_remove_inode_fndecl_986 logfs_remove_inode fndecl 0 986 NULL
++disable_so_bnx2x_alloc_mem_cnic_fndecl_990 bnx2x_alloc_mem_cnic fndecl 0 990 NULL
++disable_so_qxl_debugfs_add_files_fndecl_992 qxl_debugfs_add_files fndecl 0 992 NULL
++disable_so_calc_baud_rate_divisor_fndecl_995 calc_baud_rate_divisor fndecl 0 995 NULL
++disable_so___ims_pcu_execute_bl_command_fndecl_997 __ims_pcu_execute_bl_command fndecl 0 997 NULL
++disable_so_reserve_metadata_bytes_fndecl_1002 reserve_metadata_bytes fndecl 0 1002 NULL nohasharray
++disable_so_check_target_fndecl_1002 check_target fndecl 0 1002 &disable_so_reserve_metadata_bytes_fndecl_1002
++disable_so_hpsa_bmic_ctrl_mode_sense_fndecl_1003 hpsa_bmic_ctrl_mode_sense fndecl 0 1003 NULL
++disable_so_i2c_smbus_check_pec_fndecl_1018 i2c_smbus_check_pec fndecl 0 1018 NULL
++disable_so_update_input_line_level_fndecl_1027 update_input_line_level fndecl 0 1027 NULL
++disable_so_ssb_attach_queued_buses_fndecl_1038 ssb_attach_queued_buses fndecl 0 1038 NULL
++disable_so_write_dir_fndecl_1040 write_dir fndecl 0 1040 NULL nohasharray
++disable_so_ethtool_set_coalesce_fndecl_1040 ethtool_set_coalesce fndecl 0 1040 &disable_so_write_dir_fndecl_1040
++disable_so_rocker_dma_test_offset_fndecl_1055 rocker_dma_test_offset fndecl 0 1055 NULL
++disable_so_hpsa_ioctl_fndecl_1060 hpsa_ioctl fndecl 0 1060 NULL
++disable_so_ene_probe_fndecl_1062 ene_probe fndecl 0 1062 NULL
++disable_so_restore_dsp_rettings_fndecl_1076 restore_dsp_rettings fndecl 0 1076 NULL nohasharray
++disable_so_snd_soc_add_controls_fndecl_1076 snd_soc_add_controls fndecl 0 1076 &disable_so_restore_dsp_rettings_fndecl_1076
++disable_so_cls_bpf_modify_existing_fndecl_1082 cls_bpf_modify_existing fndecl 0 1082 NULL
++disable_so_max_srq_sz_mthca_dev_lim_1088 max_srq_sz mthca_dev_lim 0 1088 NULL
++disable_so___smsc95xx_read_reg_fndecl_1109 __smsc95xx_read_reg fndecl 0 1109 NULL
++disable_so_nfs4_realloc_slot_table_fndecl_1112 nfs4_realloc_slot_table fndecl 0 1112 NULL
++disable_so_asd_reset_flash_fndecl_1113 asd_reset_flash fndecl 0 1113 NULL
++disable_so_jffs2_reserve_space_gc_fndecl_1131 jffs2_reserve_space_gc fndecl 0 1131 NULL
++disable_so_st5481_setup_in_fndecl_1133 st5481_setup_in fndecl 0 1133 NULL
++disable_so_vmw_execbuf_process_fndecl_1142 vmw_execbuf_process fndecl 0 1142 NULL
++disable_so_vmlfb_alloc_vram_fndecl_1154 vmlfb_alloc_vram fndecl 0 1154 NULL nohasharray
++disable_so_sr_get_mcn_fndecl_1154 sr_get_mcn fndecl 0 1154 &disable_so_vmlfb_alloc_vram_fndecl_1154
++disable_so_uwb_rc_set_ie_fndecl_1156 uwb_rc_set_ie fndecl 0 1156 NULL
++disable_so_tipc_subscr_start_fndecl_1158 tipc_subscr_start fndecl 0 1158 NULL
++disable_so_xstateregs_set_fndecl_1159 xstateregs_set fndecl 0 1159 NULL
++disable_so_rtsx_usb_write_ppbuf_fndecl_1165 rtsx_usb_write_ppbuf fndecl 0 1165 NULL nohasharray
++disable_so_bio_copy_to_iter_fndecl_1165 bio_copy_to_iter fndecl 0 1165 &disable_so_rtsx_usb_write_ppbuf_fndecl_1165
++disable_so_intel_overlay_release_old_vid_fndecl_1169 intel_overlay_release_old_vid fndecl 0 1169 NULL
++disable_so___set_xattr_fndecl_1176 __set_xattr fndecl 0 1176 NULL
++disable_so_mwl8k_cmd_get_hw_spec_sta_fndecl_1177 mwl8k_cmd_get_hw_spec_sta fndecl 0 1177 NULL nohasharray
++disable_so_br_vlan_add_fndecl_1177 br_vlan_add fndecl 0 1177 &disable_so_mwl8k_cmd_get_hw_spec_sta_fndecl_1177
++disable_so_add_single_ctl_with_resume_fndecl_1179 add_single_ctl_with_resume fndecl 0 1179 NULL
++disable_so_c4_send_config_fndecl_1180 c4_send_config fndecl 0 1180 NULL
++disable_so_c67x00_ll_reset_fndecl_1182 c67x00_ll_reset fndecl 0 1182 NULL nohasharray
++disable_so_asus_new_rfkill_fndecl_1182 asus_new_rfkill fndecl 0 1182 &disable_so_c67x00_ll_reset_fndecl_1182
++disable_so_hsi_claim_port_fndecl_1191 hsi_claim_port fndecl 0 1191 NULL
++disable_so_nv50_sor_create_fndecl_1201 nv50_sor_create fndecl 0 1201 NULL
++disable_so_max_pkt_size_au0828_dev_1222 max_pkt_size au0828_dev 0 1222 NULL
++disable_so_kxtj9_setup_polled_device_fndecl_1225 kxtj9_setup_polled_device fndecl 0 1225 NULL
++disable_so_subscribe_port_fndecl_1232 subscribe_port fndecl 0 1232 NULL
++disable_so_usb_get_langid_fndecl_1236 usb_get_langid fndecl 0 1236 NULL
++disable_so_ocfs2_refcount_cow_xattr_fndecl_1254 ocfs2_refcount_cow_xattr fndecl 0 1254 NULL
++disable_so_dln2_check_hw_fndecl_1259 dln2_check_hw fndecl 0 1259 NULL
++disable_so_rv7xx_parse_power_table_fndecl_1260 rv7xx_parse_power_table fndecl 0 1260 NULL nohasharray
++disable_so_advansys_eisa_probe_fndecl_1260 advansys_eisa_probe fndecl 0 1260 &disable_so_rv7xx_parse_power_table_fndecl_1260
++disable_so__efx_mcdi_rpc_fndecl_1263 _efx_mcdi_rpc fndecl 0 1263 NULL
++disable_so_bnx2x_nvram_read_dword_fndecl_1283 bnx2x_nvram_read_dword fndecl 0 1283 NULL
++disable_so_ath6kl_configure_target_fndecl_1284 ath6kl_configure_target fndecl 0 1284 NULL
++disable_so_ocfs2_read_extent_block_fndecl_1285 ocfs2_read_extent_block fndecl 0 1285 NULL
++disable_so_qxl_execbuffer_ioctl_fndecl_1286 qxl_execbuffer_ioctl fndecl 0 1286 NULL
++disable_so_qat_hal_batch_wr_lm_fndecl_1289 qat_hal_batch_wr_lm fndecl 0 1289 NULL
++disable_so_evergreen_cs_parse_fndecl_1290 evergreen_cs_parse fndecl 0 1290 NULL
++disable_so_snd_cmipci_mixer_new_fndecl_1300 snd_cmipci_mixer_new fndecl 0 1300 NULL
++disable_so_br_del_if_fndecl_1305 br_del_if fndecl 0 1305 NULL
++disable_so_mwl8k_cmd_update_stadb_del_fndecl_1307 mwl8k_cmd_update_stadb_del fndecl 0 1307 NULL
++disable_so_usb_serial_bus_register_fndecl_1309 usb_serial_bus_register fndecl 0 1309 NULL
++disable_so_curr_resync_mddev_1313 curr_resync mddev 0 1313 NULL
++disable_so_simple_fill_super_fndecl_1319 simple_fill_super fndecl 0 1319 NULL
++disable_so_dbFindCtl_fndecl_1320 dbFindCtl fndecl 0 1320 NULL
++disable_so_kvm_vm_ioctl_set_msix_entry_fndecl_1334 kvm_vm_ioctl_set_msix_entry fndecl 0 1334 NULL
++disable_so_ct_pcm_playback_open_fndecl_1344 ct_pcm_playback_open fndecl 0 1344 NULL
++disable_so_pci200_ioctl_fndecl_1345 pci200_ioctl fndecl 0 1345 NULL
++disable_so_qxl_ttm_init_fndecl_1350 qxl_ttm_init fndecl 0 1350 NULL
++disable_so_btrfs_delalloc_reserve_space_fndecl_1354 btrfs_delalloc_reserve_space fndecl 0 1354 NULL
++disable_so_snd_sbdsp_create_fndecl_1362 snd_sbdsp_create fndecl 0 1362 NULL
++disable_so_redrat3_dev_probe_fndecl_1363 redrat3_dev_probe fndecl 0 1363 NULL
++disable_so_usb_urb_alloc_isoc_urbs_fndecl_1366 usb_urb_alloc_isoc_urbs fndecl 0 1366 NULL
++disable_so_pci_dev_specific_reset_fndecl_1374 pci_dev_specific_reset fndecl 0 1374 NULL
++disable_so_tb_eeprom_ctl_write_fndecl_1380 tb_eeprom_ctl_write fndecl 0 1380 NULL
++disable_so_iwl_mvm_mac_ctxt_cmd_ibss_fndecl_1381 iwl_mvm_mac_ctxt_cmd_ibss fndecl 0 1381 NULL
++disable_so_snd_seq_queue_timer_set_tempo_fndecl_1388 snd_seq_queue_timer_set_tempo fndecl 0 1388 NULL
++disable_so_asd_get_bios_chim_fndecl_1390 asd_get_bios_chim fndecl 0 1390 NULL
++disable_so__maybe_not_all_in_one_io_fndecl_1393 _maybe_not_all_in_one_io fndecl 0 1393 NULL
++disable_so_c2_llp_accept_fndecl_1394 c2_llp_accept fndecl 0 1394 NULL
++disable_so_jffs2_scan_eraseblock_fndecl_1397 jffs2_scan_eraseblock fndecl 0 1397 NULL
++disable_so_usb_transport_fail_vub300_mmc_host_1403 usb_transport_fail vub300_mmc_host 0 1403 NULL
++disable_so_allocate_threshold_blocks_fndecl_1411 allocate_threshold_blocks fndecl 0 1411 NULL
++disable_so_ubifs_leb_write_fndecl_1412 ubifs_leb_write fndecl 0 1412 NULL
++disable_so_tnc_insert_fndecl_1431 tnc_insert fndecl 0 1431 NULL
++disable_so_nv50_oimm_create_fndecl_1433 nv50_oimm_create fndecl 0 1433 NULL
++disable_so_br_stp_set_port_priority_fndecl_1434 br_stp_set_port_priority fndecl 0 1434 NULL
++disable_so_compat_fd_ioctl_fndecl_1461 compat_fd_ioctl fndecl 0 1461 NULL
++disable_so_size_fw_sec_1464 size fw_sec 0 1464 NULL
++disable_so_ocfs2_begin_local_alloc_recovery_fndecl_1474 ocfs2_begin_local_alloc_recovery fndecl 0 1474 NULL nohasharray
++disable_so_xenbus_map_ring_valloc_pv_fndecl_1474 xenbus_map_ring_valloc_pv fndecl 0 1474 &disable_so_ocfs2_begin_local_alloc_recovery_fndecl_1474
++disable_so_mxuport_send_ctrl_urb_fndecl_1488 mxuport_send_ctrl_urb fndecl 0 1488 NULL
++disable_so_filename_trans_read_fndecl_1497 filename_trans_read fndecl 0 1497 NULL
++disable_so_capi20_manufacturer_fndecl_1498 capi20_manufacturer fndecl 0 1498 NULL
++disable_so_vt_do_kbkeycode_ioctl_fndecl_1502 vt_do_kbkeycode_ioctl fndecl 0 1502 NULL
++disable_so_nilfs_mdt_submit_block_fndecl_1507 nilfs_mdt_submit_block fndecl 0 1507 NULL
++disable_so_dma_data_req_size_ivtv_1512 dma_data_req_size ivtv 0 1512 NULL
++disable_so_lpfc_sli_ring_map_fndecl_1520 lpfc_sli_ring_map fndecl 0 1520 NULL
++disable_so_sky2_alloc_buffers_fndecl_1521 sky2_alloc_buffers fndecl 0 1521 NULL
++disable_so_mlx4_init_pd_table_fndecl_1525 mlx4_init_pd_table fndecl 0 1525 NULL
++disable_so_qlcnic_sriov_init_fndecl_1529 qlcnic_sriov_init fndecl 0 1529 NULL
++disable_so_snd_ctl_elem_write_fndecl_1532 snd_ctl_elem_write fndecl 0 1532 NULL
++disable_so_hif_usb_send_regout_fndecl_1537 hif_usb_send_regout fndecl 0 1537 NULL
++disable_so___es_remove_extent_fndecl_1544 __es_remove_extent fndecl 0 1544 NULL
++disable_so_kxtj9_setup_input_device_fndecl_1552 kxtj9_setup_input_device fndecl 0 1552 NULL
++disable_so_sock_queue_rcv_skb_fndecl_1560 sock_queue_rcv_skb fndecl 0 1560 NULL
++disable_so_mxt_t6_command_fndecl_1573 mxt_t6_command fndecl 0 1573 NULL
++disable_so_gf2k_connect_fndecl_1576 gf2k_connect fndecl 0 1576 NULL
++disable_so_svc_addparty_fndecl_1582 svc_addparty fndecl 0 1582 NULL
++disable_so_vb2_dvb_register_adapter_fndecl_1588 vb2_dvb_register_adapter fndecl 0 1588 NULL
++disable_so_pt1_init_tables_fndecl_1602 pt1_init_tables fndecl 0 1602 NULL
++disable_so_nlmsg_notify_fndecl_1604 nlmsg_notify fndecl 0 1604 NULL
++disable_so_onenand_default_bbt_fndecl_1623 onenand_default_bbt fndecl 0 1623 NULL
++disable_so_max_frame_size_usb_usbvision_1625 max_frame_size usb_usbvision 0 1625 NULL
++disable_so_size_bin_attribute_1632 size bin_attribute 0 1632 NULL
++disable_so_dev_prepare_static_identity_mapping_fndecl_1636 dev_prepare_static_identity_mapping fndecl 0 1636 NULL
++disable_so_mwifiex_cmd_802_11_key_material_v1_fndecl_1646 mwifiex_cmd_802_11_key_material_v1 fndecl 0 1646 NULL
++disable_so_nouveau_gem_pushbuf_validate_fndecl_1651 nouveau_gem_pushbuf_validate fndecl 0 1651 NULL
++disable_so_vram_window_mga_mc_1653 vram_window mga_mc 0 1653 NULL
++disable_so_st_set_pages_fndecl_1655 st_set_pages fndecl 0 1655 NULL
++disable_so_hidraw_send_report_fndecl_1674 hidraw_send_report fndecl 0 1674 NULL
++disable_so_gpiod_export_fndecl_1680 gpiod_export fndecl 0 1680 NULL nohasharray
++disable_so_rdma_translate_ip_fndecl_1680 rdma_translate_ip fndecl 0 1680 &disable_so_gpiod_export_fndecl_1680
++disable_so_add_inode_ref_fndecl_1682 add_inode_ref fndecl 0 1682 NULL
++disable_so_vivid_fb_ioctl_fndecl_1685 vivid_fb_ioctl fndecl 0 1685 NULL
++disable_so_rsrc_len_usb_hcd_1686 rsrc_len usb_hcd 0 1686 NULL
++disable_so_avtab_alloc_fndecl_1695 avtab_alloc fndecl 0 1695 NULL
++disable_so_com20020_probe_fndecl_1699 com20020_probe fndecl 0 1699 NULL
++disable_so_compat_sys_mq_getsetattr_fndecl_1704 compat_sys_mq_getsetattr fndecl 0 1704 NULL
++disable_so_res_get_fndecl_1725 res_get fndecl 0 1725 NULL
++disable_so_fw_change_fndecl_1731 fw_change fndecl 0 1731 NULL
++disable_so___gfn_to_hva_many_fndecl_1735 __gfn_to_hva_many fndecl 0 1735 NULL nohasharray
++disable_so_tomoyo_find_next_domain_fndecl_1735 tomoyo_find_next_domain fndecl 0 1735 &disable_so___gfn_to_hva_many_fndecl_1735
++disable_so_read_pnode_fndecl_1737 read_pnode fndecl 0 1737 NULL
++disable_so_uvc_status_start_fndecl_1743 uvc_status_start fndecl 0 1743 NULL
++disable_so_acpi_processor_hotadd_init_fndecl_1758 acpi_processor_hotadd_init fndecl 0 1758 NULL
++disable_so___es_insert_extent_fndecl_1764 __es_insert_extent fndecl 0 1764 NULL nohasharray
++disable_so_rotary_encoder_probe_fndecl_1764 rotary_encoder_probe fndecl 0 1764 &disable_so___es_insert_extent_fndecl_1764
++disable_so_xen_allocate_irq_gsi_fndecl_1769 xen_allocate_irq_gsi fndecl 0 1769 NULL
++disable_so_rslt_reset_vscsifrnt_shadow_1771 rslt_reset vscsifrnt_shadow 0 1771 NULL
++disable_so_user_update_fndecl_1789 user_update fndecl 0 1789 NULL
++disable_so_reiserfs_add_entry_fndecl_1797 reiserfs_add_entry fndecl 0 1797 NULL
++disable_so_radeon_cs_packet_parse_fndecl_1808 radeon_cs_packet_parse fndecl 0 1808 NULL
++disable_so_picolcd_probe_lcd_fndecl_1810 picolcd_probe_lcd fndecl 0 1810 NULL
++disable_so_scan_write_bbt_fndecl_1812 scan_write_bbt fndecl 0 1812 NULL
++disable_so_lleft_ext4_allocation_request_1823 lleft ext4_allocation_request 0 1823 NULL
++disable_so___add_prelim_ref_fndecl_1828 __add_prelim_ref fndecl 0 1828 NULL
++disable_so_wiphy_register_fndecl_1832 wiphy_register fndecl 0 1832 NULL
++disable_so___eql_insert_slave_fndecl_1848 __eql_insert_slave fndecl 0 1848 NULL
++disable_so_msi001_probe_fndecl_1855 msi001_probe fndecl 0 1855 NULL
++disable_so_vmw_cmd_check_fndecl_1869 vmw_cmd_check fndecl 0 1869 NULL
++disable_so_kernfs_rename_ns_fndecl_1873 kernfs_rename_ns fndecl 0 1873 NULL nohasharray
++disable_so_rxq_req_tg3_1873 rxq_req tg3 0 1873 &disable_so_kernfs_rename_ns_fndecl_1873
++disable_so_mwl8k_cmd_set_beacon_fndecl_1877 mwl8k_cmd_set_beacon fndecl 0 1877 NULL
++disable_so_wm831x_set_bits_fndecl_1893 wm831x_set_bits fndecl 0 1893 NULL
++disable_so_qat_hal_exec_micro_init_lm_fndecl_1895 qat_hal_exec_micro_init_lm fndecl 0 1895 NULL
++disable_so_video_begin_fndecl_1900 video_begin fndecl 0 1900 NULL
++disable_so_em28xx_write_regs_req_fndecl_1905 em28xx_write_regs_req fndecl 0 1905 NULL
++disable_so_address_acpi_resource_fixed_memory32_1923 address acpi_resource_fixed_memory32 0 1923 NULL
++disable_so_fix_unclean_leb_fndecl_1927 fix_unclean_leb fndecl 0 1927 NULL
++disable_so___audit_sockaddr_fndecl_1929 __audit_sockaddr fndecl 0 1929 NULL
++disable_so_wacom_send_setup_string_fndecl_1938 wacom_send_setup_string fndecl 0 1938 NULL
++disable_so_ni_init_smc_spll_table_fndecl_1944 ni_init_smc_spll_table fndecl 0 1944 NULL
++disable_so_usblp_write_fndecl_1945 usblp_write fndecl 0 1945 NULL nohasharray
++disable_so_vsp1_video_open_fndecl_1945 vsp1_video_open fndecl 0 1945 &disable_so_usblp_write_fndecl_1945
++disable_so_sd_init_fndecl_1946 sd_init fndecl 0 1946 NULL
++disable_so_sv_resid_sym_ccb_1947 sv_resid sym_ccb 0 1947 NULL
++disable_so_radeon_ttm_tt_populate_fndecl_1967 radeon_ttm_tt_populate fndecl 0 1967 NULL nohasharray
++disable_so_tty_buffer_request_room_fndecl_1967 tty_buffer_request_room fndecl 0 1967 &disable_so_radeon_ttm_tt_populate_fndecl_1967
++disable_so_con_get_cmap_fndecl_1969 con_get_cmap fndecl 0 1969 NULL
++disable_so_add_oui_reg_req_fndecl_1976 add_oui_reg_req fndecl 0 1976 NULL
++disable_so_i5k_find_amb_registers_fndecl_1986 i5k_find_amb_registers fndecl 0 1986 NULL
++disable_so_mlx4_write_mtt_fndecl_1987 mlx4_write_mtt fndecl 0 1987 NULL
++disable_so_b43legacy_wireless_core_attach_fndecl_1992 b43legacy_wireless_core_attach fndecl 0 1992 NULL
++disable_so_mmc_gpio_request_ro_fndecl_1993 mmc_gpio_request_ro fndecl 0 1993 NULL
++disable_so_mwl8k_cmd_set_rateadapt_mode_fndecl_2004 mwl8k_cmd_set_rateadapt_mode fndecl 0 2004 NULL
++disable_so_x25_del_route_fndecl_2013 x25_del_route fndecl 0 2013 NULL
++disable_so_doc_probe_fndecl_2022 doc_probe fndecl 0 2022 NULL nohasharray
++disable_so_ec_i2c_count_message_fndecl_2022 ec_i2c_count_message fndecl 0 2022 &disable_so_doc_probe_fndecl_2022
++disable_so_cx18_s_stream_vbi_fmt_fndecl_2028 cx18_s_stream_vbi_fmt fndecl 0 2028 NULL
++disable_so_ib_umem_odp_map_dma_single_page_fndecl_2040 ib_umem_odp_map_dma_single_page fndecl 0 2040 NULL
++disable_so_ads7846_probe_fndecl_2075 ads7846_probe fndecl 0 2075 NULL
++disable_so___ocfs2_cluster_lock_fndecl_2087 __ocfs2_cluster_lock fndecl 0 2087 NULL
++disable_so_mei_io_cb_alloc_buf_fndecl_2088 mei_io_cb_alloc_buf fndecl 0 2088 NULL
++disable_so___kernel_write_fndecl_2090 __kernel_write fndecl 0 2090 NULL
++disable_so_fib6_del_fndecl_2099 fib6_del fndecl 0 2099 NULL
++disable_so_agaw_intel_iommu_2100 agaw intel_iommu 0 2100 NULL
++disable_so_ufx_config_ddr2_fndecl_2103 ufx_config_ddr2 fndecl 0 2103 NULL
++disable_so_min_odd_fndecl_2105 min_odd fndecl 0 2105 NULL
++disable_so_block_truncate_page_fndecl_2113 block_truncate_page fndecl 0 2113 NULL
++disable_so_ieee80211_init_cipher_suites_fndecl_2114 ieee80211_init_cipher_suites fndecl 0 2114 NULL
++disable_so_lpfc_sli4_cq_event_pool_create_fndecl_2122 lpfc_sli4_cq_event_pool_create fndecl 0 2122 NULL
++disable_so_wl1271_acx_beacon_filter_opt_fndecl_2124 wl1271_acx_beacon_filter_opt fndecl 0 2124 NULL
++disable_so_load_asic_fndecl_2139 load_asic fndecl 0 2139 NULL
++disable_so_security_compute_sid_fndecl_2145 security_compute_sid fndecl 0 2145 NULL
++disable_so_set_rq_size_fndecl_2155 set_rq_size fndecl 0 2155 NULL
++disable_so_xfs_growfs_log_private_fndecl_2158 xfs_growfs_log_private fndecl 0 2158 NULL nohasharray
++disable_so_mei_amthif_send_cmd_fndecl_2158 mei_amthif_send_cmd fndecl 0 2158 &disable_so_xfs_growfs_log_private_fndecl_2158
++disable_so_class_check_fndecl_2160 class_check fndecl 0 2160 NULL
++disable_so_wl1271_acx_rssi_snr_avg_weights_fndecl_2165 wl1271_acx_rssi_snr_avg_weights fndecl 0 2165 NULL
++disable_so_simtec_i2c_probe_fndecl_2169 simtec_i2c_probe fndecl 0 2169 NULL
++disable_so_msix_capability_init_fndecl_2173 msix_capability_init fndecl 0 2173 NULL
++disable_so___logfs_write_rec_fndecl_2176 __logfs_write_rec fndecl 0 2176 NULL nohasharray
++disable_so_r600_cs_common_vline_parse_fndecl_2176 r600_cs_common_vline_parse fndecl 0 2176 &disable_so___logfs_write_rec_fndecl_2176 nohasharray
++disable_so_mlx4_init_mcg_table_fndecl_2176 mlx4_init_mcg_table fndecl 0 2176 &disable_so_r600_cs_common_vline_parse_fndecl_2176
++disable_so_dbAllocCtl_fndecl_2180 dbAllocCtl fndecl 0 2180 NULL
++disable_so__drbd_send_zc_ee_fndecl_2191 _drbd_send_zc_ee fndecl 0 2191 NULL nohasharray
++disable_so_nfnl_cthelper_parse_expect_policy_fndecl_2191 nfnl_cthelper_parse_expect_policy fndecl 0 2191 &disable_so__drbd_send_zc_ee_fndecl_2191
++disable_so_sk_err_soft_sock_2192 sk_err_soft sock 0 2192 NULL
++disable_so_xhci_configure_endpoint_result_fndecl_2207 xhci_configure_endpoint_result fndecl 0 2207 NULL
++disable_so_valuelen_xfs_attr_inactive_list_2216 valuelen xfs_attr_inactive_list 0 2216 NULL
++disable_so_wl1271_cmd_general_parms_fndecl_2223 wl1271_cmd_general_parms fndecl 0 2223 NULL
++disable_so_walk_down_tree_fndecl_2241 walk_down_tree fndecl 0 2241 NULL
++disable_so_s_mb_group_prealloc_ext4_sb_info_2246 s_mb_group_prealloc ext4_sb_info 0 2246 NULL
++disable_so___build_xattrs_fndecl_2248 __build_xattrs fndecl 0 2248 NULL
++disable_so_chipio_write_address_fndecl_2270 chipio_write_address fndecl 0 2270 NULL
++disable_so_compat_rw_copy_check_uvector_fndecl_2274 compat_rw_copy_check_uvector fndecl 0 2274 NULL
++disable_so_wl1251_acx_tsf_info_fndecl_2284 wl1251_acx_tsf_info fndecl 0 2284 NULL
++disable_so_xen_bind_pirq_msi_to_irq_fndecl_2289 xen_bind_pirq_msi_to_irq fndecl 0 2289 NULL
++disable_so_snd_hdsp_hwdep_ioctl_fndecl_2291 snd_hdsp_hwdep_ioctl fndecl 0 2291 NULL
++disable_so_proc_sched_autogroup_set_nice_fndecl_2296 proc_sched_autogroup_set_nice fndecl 0 2296 NULL
++disable_so_snd_card_saa7134_capture_open_fndecl_2297 snd_card_saa7134_capture_open fndecl 0 2297 NULL
++disable_so_sensf_res_len_nfc_target_2304 sensf_res_len nfc_target 0 2304 NULL
++disable_so_af9033_wr_regs_fndecl_2314 af9033_wr_regs fndecl 0 2314 NULL
++disable_so_gen_replace_estimator_fndecl_2319 gen_replace_estimator fndecl 0 2319 NULL
++disable_so_saa7146_stop_preview_fndecl_2327 saa7146_stop_preview fndecl 0 2327 NULL
++disable_so_brcmf_p2p_act_frm_search_fndecl_2336 brcmf_p2p_act_frm_search fndecl 0 2336 NULL
++disable_so_size_debugfs_blob_wrapper_2338 size debugfs_blob_wrapper 0 2338 NULL
++disable_so_nvif_client_new_fndecl_2344 nvif_client_new fndecl 0 2344 NULL
++disable_so_osdblk_sysfs_init_fndecl_2348 osdblk_sysfs_init fndecl 0 2348 NULL nohasharray
++disable_so_snd_ice1712_delta_init_fndecl_2348 snd_ice1712_delta_init fndecl 0 2348 &disable_so_osdblk_sysfs_init_fndecl_2348
++disable_so_btrfs_qgroup_record_ref_fndecl_2356 btrfs_qgroup_record_ref fndecl 0 2356 NULL
++disable_so_cipso_v4_map_cat_enum_hton_fndecl_2359 cipso_v4_map_cat_enum_hton fndecl 0 2359 NULL
++disable_so_xfs_compat_ioc_bulkstat_fndecl_2368 xfs_compat_ioc_bulkstat fndecl 0 2368 NULL
++disable_so_nv17_fence_create_fndecl_2370 nv17_fence_create fndecl 0 2370 NULL
++disable_so_snd_es1968_playback_open_fndecl_2371 snd_es1968_playback_open fndecl 0 2371 NULL
++disable_so_budget_ci_attach_fndecl_2382 budget_ci_attach fndecl 0 2382 NULL
++disable_so_loadfirmware_fndecl_2387 loadfirmware fndecl 0 2387 NULL
++disable_so_hash_ipportnet4_add_fndecl_2389 hash_ipportnet4_add fndecl 0 2389 NULL
++disable_so_decompressed_size_regcache_lzo_ctx_2401 decompressed_size regcache_lzo_ctx 0 2401 NULL
++disable_so_qlcnic_alloc_tx_rings_fndecl_2403 qlcnic_alloc_tx_rings fndecl 0 2403 NULL
++disable_so_wl18xx_acx_set_peer_cap_fndecl_2404 wl18xx_acx_set_peer_cap fndecl 0 2404 NULL
++disable_so___jfs_getxattr_fndecl_2412 __jfs_getxattr fndecl 0 2412 NULL
++disable_so_ocfs2_refcount_cow_hunk_fndecl_2413 ocfs2_refcount_cow_hunk fndecl 0 2413 NULL
++disable_so_ocfs2_info_handle_request_fndecl_2415 ocfs2_info_handle_request fndecl 0 2415 NULL
++disable_so_dbg_check_orphans_fndecl_2420 dbg_check_orphans fndecl 0 2420 NULL
++disable_so_ibmpex_find_sensors_fndecl_2430 ibmpex_find_sensors fndecl 0 2430 NULL
++disable_so_dtSplitPage_fndecl_2436 dtSplitPage fndecl 0 2436 NULL
++disable_so_mtip_submit_request_fndecl_2437 mtip_submit_request fndecl 0 2437 NULL nohasharray
++disable_so_iwl_set_power_fndecl_2437 iwl_set_power fndecl 0 2437 &disable_so_mtip_submit_request_fndecl_2437
++disable_so_ncp_symlink_fndecl_2440 ncp_symlink fndecl 0 2440 NULL
++disable_so_mwl8k_cmd_bbp_reg_access_fndecl_2442 mwl8k_cmd_bbp_reg_access fndecl 0 2442 NULL
++disable_so___irq_alloc_descs_fndecl_2452 __irq_alloc_descs fndecl 0 2452 NULL
++disable_so_validate_nnode_fndecl_2453 validate_nnode fndecl 0 2453 NULL
++disable_so_fb_base_bochs_device_2461 fb_base bochs_device 0 2461 NULL
++disable_so_maxpacket_usb_ep_2473 maxpacket usb_ep 0 2473 NULL
++disable_so_lpfc_sli4_cfg_post_extnts_fndecl_2484 lpfc_sli4_cfg_post_extnts fndecl 0 2484 NULL
++disable_so_pci_hp_change_slot_info_fndecl_2485 pci_hp_change_slot_info fndecl 0 2485 NULL
++disable_so_ocfs2_xattr_get_nolock_fndecl_2493 ocfs2_xattr_get_nolock fndecl 0 2493 NULL
++disable_so_xfs_btree_insert_fndecl_2499 xfs_btree_insert fndecl 0 2499 NULL
++disable_so_kobject_uevent_env_fndecl_2516 kobject_uevent_env fndecl 0 2516 NULL
++disable_so_savage_dispatch_dma_idx_fndecl_2522 savage_dispatch_dma_idx fndecl 0 2522 NULL
++disable_so_snd_azf3328_mixer_new_fndecl_2527 snd_azf3328_mixer_new fndecl 0 2527 NULL
++disable_so_hpt366_init_one_fndecl_2533 hpt366_init_one fndecl 0 2533 NULL
++disable_so_qlcnic_83xx_get_fw_info_fndecl_2539 qlcnic_83xx_get_fw_info fndecl 0 2539 NULL
++disable_so___wa_seg_submit_fndecl_2547 __wa_seg_submit fndecl 0 2547 NULL
++disable_so_snd_m3_create_fndecl_2559 snd_m3_create fndecl 0 2559 NULL
++disable_so___cw1200_reg_read_fndecl_2561 __cw1200_reg_read fndecl 0 2561 NULL
++disable_so_idetape_space_over_filemarks_fndecl_2569 idetape_space_over_filemarks fndecl 0 2569 NULL
++disable_so___tun_chr_ioctl_fndecl_2575 __tun_chr_ioctl fndecl 0 2575 NULL
++disable_so_ipmi_get_my_address_fndecl_2581 ipmi_get_my_address fndecl 0 2581 NULL
++disable_so___gdth_execute_fndecl_2594 __gdth_execute fndecl 0 2594 NULL
++disable_so_vt_do_kdskbmode_fndecl_2597 vt_do_kdskbmode fndecl 0 2597 NULL
++disable_so_page_cache_tree_insert_fndecl_2600 page_cache_tree_insert fndecl 0 2600 NULL
++disable_so_mixart_enum_physio_fndecl_2603 mixart_enum_physio fndecl 0 2603 NULL
++disable_so_xfs_set_dmattrs_fndecl_2609 xfs_set_dmattrs fndecl 0 2609 NULL nohasharray
++disable_so_vivid_create_instance_fndecl_2609 vivid_create_instance fndecl 0 2609 &disable_so_xfs_set_dmattrs_fndecl_2609
++disable_so_e1000_write_eeprom_fndecl_2611 e1000_write_eeprom fndecl 0 2611 NULL
++disable_so_raw_ctl_ioctl_fndecl_2632 raw_ctl_ioctl fndecl 0 2632 NULL
++disable_so_agp_create_segment_fndecl_2634 agp_create_segment fndecl 0 2634 NULL
++disable_so_build_ntlmssp_auth_blob_fndecl_2637 build_ntlmssp_auth_blob fndecl 0 2637 NULL
++disable_so_msix_vectors_megasas_instance_2643 msix_vectors megasas_instance 0 2643 NULL
++disable_so_at76_load_external_fw_fndecl_2649 at76_load_external_fw fndecl 0 2649 NULL
++disable_so_cn_queue_add_callback_fndecl_2655 cn_queue_add_callback fndecl 0 2655 NULL
++disable_so_wl1251_acx_frame_rates_fndecl_2657 wl1251_acx_frame_rates fndecl 0 2657 NULL
++disable_so_resync_max_mddev_2658 resync_max mddev 0 2658 NULL
++disable_so_parse_longlink_mfc_fndecl_2662 parse_longlink_mfc fndecl 0 2662 NULL
++disable_so_mlx4_dev_cap_fndecl_2664 mlx4_dev_cap fndecl 0 2664 NULL
++disable_so_snd_cmipci_create_fndecl_2666 snd_cmipci_create fndecl 0 2666 NULL
++disable_so_ocfs2_assign_bh_fndecl_2667 ocfs2_assign_bh fndecl 0 2667 NULL
++disable_so_xpc_allocate_recv_msg_slot_uv_fndecl_2673 xpc_allocate_recv_msg_slot_uv fndecl 0 2673 NULL
++disable_so_dbg_check_znode_fndecl_2674 dbg_check_znode fndecl 0 2674 NULL
++disable_so_nr_proto_init_fndecl_2676 nr_proto_init fndecl 0 2676 NULL
++disable_so_ufx_reg_clear_bits_fndecl_2677 ufx_reg_clear_bits fndecl 0 2677 NULL
++disable_so_result_ncp_request_reply_2680 result ncp_request_reply 0 2680 NULL
++disable_so_queue_reply_fndecl_2691 queue_reply fndecl 0 2691 NULL
++disable_so_ecryptfs_encrypt_filename_fndecl_2695 ecryptfs_encrypt_filename fndecl 0 2695 NULL
++disable_so_intel_overlay_continue_fndecl_2697 intel_overlay_continue fndecl 0 2697 NULL
++disable_so_xfs_rtmount_init_fndecl_2702 xfs_rtmount_init fndecl 0 2702 NULL
++disable_so_vb2_internal_qbuf_fndecl_2707 vb2_internal_qbuf fndecl 0 2707 NULL
++disable_so_snd_trident_mixer_fndecl_2712 snd_trident_mixer fndecl 0 2712 NULL
++disable_so_nvme_trans_security_protocol_fndecl_2717 nvme_trans_security_protocol fndecl 0 2717 NULL nohasharray
++disable_so_bytesused_v4l2_buffer_2717 bytesused v4l2_buffer 0 2717 &disable_so_nvme_trans_security_protocol_fndecl_2717
++disable_so_rfd_ftl_writesect_fndecl_2728 rfd_ftl_writesect fndecl 0 2728 NULL
++disable_so_nvme_trans_report_luns_fndecl_2749 nvme_trans_report_luns fndecl 0 2749 NULL
++disable_so_kone_init_specials_fndecl_2764 kone_init_specials fndecl 0 2764 NULL
++disable_so_btrfs_write_out_cache_fndecl_2772 btrfs_write_out_cache fndecl 0 2772 NULL
++disable_so_mptctl_readtest_fndecl_2780 mptctl_readtest fndecl 0 2780 NULL
++disable_so_addr_vring_desc_2784 addr vring_desc 0 2784 NULL
++disable_so_uhci_result_common_fndecl_2788 uhci_result_common fndecl 0 2788 NULL
++disable_so_cciss_getfirmver_fndecl_2793 cciss_getfirmver fndecl 0 2793 NULL
++disable_so_ixgbe_ptp_set_timestamp_mode_fndecl_2796 ixgbe_ptp_set_timestamp_mode fndecl 0 2796 NULL nohasharray
++disable_so_parse_block_size_fndecl_2796 parse_block_size fndecl 0 2796 &disable_so_ixgbe_ptp_set_timestamp_mode_fndecl_2796
++disable_so_trim_no_bitmap_fndecl_2799 trim_no_bitmap fndecl 0 2799 NULL
++disable_so_btrfs_ioctl_fitrim_fndecl_2802 btrfs_ioctl_fitrim fndecl 0 2802 NULL nohasharray
++disable_so_si_copy_vbios_mc_reg_table_fndecl_2802 si_copy_vbios_mc_reg_table fndecl 0 2802 &disable_so_btrfs_ioctl_fitrim_fndecl_2802
++disable_so_flashgchar_fndecl_2807 flashgchar fndecl 0 2807 NULL
++disable_so_mutex_lock_interruptible_fndecl_2810 mutex_lock_interruptible fndecl 0 2810 NULL
++disable_so_tmff_init_fndecl_2815 tmff_init fndecl 0 2815 NULL
++disable_so__sp2d_min_pg_fndecl_2819 _sp2d_min_pg fndecl 0 2819 NULL
++disable_so_rtsx_pci_dma_map_sg_fndecl_2820 rtsx_pci_dma_map_sg fndecl 0 2820 NULL nohasharray
++disable_so_lookup_metapath_fndecl_2820 lookup_metapath fndecl 0 2820 &disable_so_rtsx_pci_dma_map_sg_fndecl_2820
++disable_so_binder_ioctl_write_read_fndecl_2825 binder_ioctl_write_read fndecl 0 2825 NULL
++disable_so_flashcard_fndecl_2828 flashcard fndecl 0 2828 NULL
++disable_so_ocfs2_reserve_cluster_bitmap_bits_fndecl_2835 ocfs2_reserve_cluster_bitmap_bits fndecl 0 2835 NULL
++disable_so_cachefiles_check_object_xattr_fndecl_2838 cachefiles_check_object_xattr fndecl 0 2838 NULL
++disable_so_ib_mad_post_receive_mads_fndecl_2840 ib_mad_post_receive_mads fndecl 0 2840 NULL
++disable_so_ib_query_qp_fndecl_2842 ib_query_qp fndecl 0 2842 NULL
++disable_so_snd_cs46xx_create_fndecl_2847 snd_cs46xx_create fndecl 0 2847 NULL
++disable_so_mlx4_multi_func_init_fndecl_2849 mlx4_multi_func_init fndecl 0 2849 NULL
++disable_so_mlx5_cmd_status_to_err_v2_fndecl_2851 mlx5_cmd_status_to_err_v2 fndecl 0 2851 NULL
++disable_so_vmw_kms_init_screen_object_display_fndecl_2858 vmw_kms_init_screen_object_display fndecl 0 2858 NULL
++disable_so_btrfsic_handle_extent_data_fndecl_2864 btrfsic_handle_extent_data fndecl 0 2864 NULL
++disable_so_nilfs_segctor_wait_fndecl_2866 nilfs_segctor_wait fndecl 0 2866 NULL nohasharray
++disable_so_zd_usb_read_fw_fndecl_2866 zd_usb_read_fw fndecl 0 2866 &disable_so_nilfs_segctor_wait_fndecl_2866
++disable_so_lcd_probe_fndecl_2867 lcd_probe fndecl 0 2867 NULL
++disable_so_get_next_block_fndecl_2868 get_next_block fndecl 0 2868 NULL
++disable_so_create_speaker_out_ctls_fndecl_2871 create_speaker_out_ctls fndecl 0 2871 NULL
++disable_so_rndis_error_status_fndecl_2884 rndis_error_status fndecl 0 2884 NULL
++disable_so_find_free_port_fndecl_2891 find_free_port fndecl 0 2891 NULL
++disable_so_erst_check_table_fndecl_2896 erst_check_table fndecl 0 2896 NULL
++disable_so_right_margin_fb_videomode_2901 right_margin fb_videomode 0 2901 NULL
++disable_so_mem_rw_fndecl_2902 mem_rw fndecl 0 2902 NULL nohasharray
++disable_so_sb1000_end_get_set_command_fndecl_2902 sb1000_end_get_set_command fndecl 0 2902 &disable_so_mem_rw_fndecl_2902
++disable_so_get_results_fndecl_2913 get_results fndecl 0 2913 NULL
++disable_so_jffs2_build_inode_fragtree_fndecl_2915 jffs2_build_inode_fragtree fndecl 0 2915 NULL
++disable_so_reset_atmel_card_fndecl_2924 reset_atmel_card fndecl 0 2924 NULL
++disable_so_tx_ring_count_ixgbevf_adapter_2933 tx_ring_count ixgbevf_adapter 0 2933 NULL
++disable_so_rtsx_pci_init_hw_fndecl_2938 rtsx_pci_init_hw fndecl 0 2938 NULL
++disable_so_addrconf_set_dstaddr_fndecl_2945 addrconf_set_dstaddr fndecl 0 2945 NULL
++disable_so_tx_idx_dchannel_2947 tx_idx dchannel 0 2947 NULL
++disable_so_pci_request_region_fndecl_2951 pci_request_region fndecl 0 2951 NULL
++disable_so_reiserfs_paste_into_item_fndecl_2953 reiserfs_paste_into_item fndecl 0 2953 NULL
++disable_so___kfifo_alloc_fndecl_2958 __kfifo_alloc fndecl 0 2958 NULL
++disable_so_pn533_dep_link_up_fndecl_2969 pn533_dep_link_up fndecl 0 2969 NULL nohasharray
++disable_so_qlcnic_83xx_check_heartbeat_fndecl_2969 qlcnic_83xx_check_heartbeat fndecl 0 2969 &disable_so_pn533_dep_link_up_fndecl_2969
++disable_so_reiserfs_new_directory_fndecl_2988 reiserfs_new_directory fndecl 0 2988 NULL
++disable_so_validate_init_fndecl_3001 validate_init fndecl 0 3001 NULL
++disable_so_mwl8k_cmd_set_pre_scan_fndecl_3018 mwl8k_cmd_set_pre_scan fndecl 0 3018 NULL
++disable_so_dev_ifsioc_locked_fndecl_3019 dev_ifsioc_locked fndecl 0 3019 NULL
++disable_so_ptrace_setsiginfo_fndecl_3034 ptrace_setsiginfo fndecl 0 3034 NULL
++disable_so_xfs_bulkstat_grab_ichunk_fndecl_3041 xfs_bulkstat_grab_ichunk fndecl 0 3041 NULL
++disable_so_add_res_tree_fndecl_3044 add_res_tree fndecl 0 3044 NULL
++disable_so_input_open_device_fndecl_3048 input_open_device fndecl 0 3048 NULL
++disable_so_prepare_to_wait_event_fndecl_3060 prepare_to_wait_event fndecl 0 3060 NULL
++disable_so_gref_grant_3074 gref grant 0 3074 NULL
++disable_so_enic_set_niccfg_fndecl_3078 enic_set_niccfg fndecl 0 3078 NULL
++disable_so_brcmf_p2p_escan_fndecl_3080 brcmf_p2p_escan fndecl 0 3080 NULL nohasharray
++disable_so_mnt_clone_write_fndecl_3080 mnt_clone_write fndecl 0 3080 &disable_so_brcmf_p2p_escan_fndecl_3080
++disable_so_ubi_io_read_fndecl_3084 ubi_io_read fndecl 0 3084 NULL nohasharray
++disable_so_cx88_ir_init_fndecl_3084 cx88_ir_init fndecl 0 3084 &disable_so_ubi_io_read_fndecl_3084
++disable_so_cluster_next_swap_info_struct_3087 cluster_next swap_info_struct 0 3087 NULL
++disable_so_as102_fw_upload_fndecl_3094 as102_fw_upload fndecl 0 3094 NULL
++disable_so_mlx4_cmd_use_events_fndecl_3101 mlx4_cmd_use_events fndecl 0 3101 NULL
++disable_so_nouveau_page_flip_emit_fndecl_3110 nouveau_page_flip_emit fndecl 0 3110 NULL
++disable_so_fb_alloc_cmap_gfp_fndecl_3115 fb_alloc_cmap_gfp fndecl 0 3115 NULL
++disable_so_make_rate_fndecl_3144 make_rate fndecl 0 3144 NULL
++disable_so_map_id_up_fndecl_3145 map_id_up fndecl 0 3145 NULL
++disable_so_iseg_base_mlx5_core_dev_3151 iseg_base mlx5_core_dev 0 3151 NULL
++disable_so_receive_uuids_fndecl_3156 receive_uuids fndecl 0 3156 NULL
++disable_so_mmio_size_drm_mga_private_3160 mmio_size drm_mga_private 0 3160 NULL
++disable_so_wl12xx_acx_sg_cfg_fndecl_3163 wl12xx_acx_sg_cfg fndecl 0 3163 NULL nohasharray
++disable_so_dib0700_rc_setup_fndecl_3163 dib0700_rc_setup fndecl 0 3163 &disable_so_wl12xx_acx_sg_cfg_fndecl_3163
++disable_so_parse_parts_fndecl_3169 parse_parts fndecl 0 3169 NULL
++disable_so_usb_serial_generic_submit_read_urb_fndecl_3171 usb_serial_generic_submit_read_urb fndecl 0 3171 NULL
++disable_so_vfio_iommu_type1_ioctl_fndecl_3178 vfio_iommu_type1_ioctl fndecl 0 3178 NULL nohasharray
++disable_so_stinger_connect_fndecl_3178 stinger_connect fndecl 0 3178 &disable_so_vfio_iommu_type1_ioctl_fndecl_3178
++disable_so_nvme_trans_supported_vpd_pages_fndecl_3196 nvme_trans_supported_vpd_pages fndecl 0 3196 NULL
++disable_so_hidp_sock_ioctl_fndecl_3199 hidp_sock_ioctl fndecl 0 3199 NULL
++disable_so_sdr_adc_freq_vivid_dev_3202 sdr_adc_freq vivid_dev 0 3202 NULL
++disable_so_sm501fb_start_fndecl_3203 sm501fb_start fndecl 0 3203 NULL
++disable_so_wl1251_cmd_read_memory_fndecl_3204 wl1251_cmd_read_memory fndecl 0 3204 NULL
++disable_so_ocrdma_copy_cq_uresp_fndecl_3210 ocrdma_copy_cq_uresp fndecl 0 3210 NULL
++disable_so_copy_params_fndecl_3213 copy_params fndecl 0 3213 NULL nohasharray
++disable_so_tx_dma_spi_transfer_3213 tx_dma spi_transfer 0 3213 &disable_so_copy_params_fndecl_3213
++disable_so_iwl_mvm_switch_to_d3_fndecl_3217 iwl_mvm_switch_to_d3 fndecl 0 3217 NULL
++disable_so_pvr2_hdw_gpio_chg_out_fndecl_3221 pvr2_hdw_gpio_chg_out fndecl 0 3221 NULL
++disable_so_usb6fire_midi_init_fndecl_3224 usb6fire_midi_init fndecl 0 3224 NULL
++disable_so_i1480_usb_create_fndecl_3226 i1480_usb_create fndecl 0 3226 NULL
++disable_so_command_setexposure_fndecl_3231 command_setexposure fndecl 0 3231 NULL
++disable_so___insert_pg_pool_fndecl_3233 __insert_pg_pool fndecl 0 3233 NULL
++disable_so_sq_num_entries_c4iw_qp_attributes_3234 sq_num_entries c4iw_qp_attributes 0 3234 NULL
++disable_so_smsc95xx_autosuspend_fndecl_3244 smsc95xx_autosuspend fndecl 0 3244 NULL nohasharray
++disable_so_sctp_del_bind_addr_fndecl_3244 sctp_del_bind_addr fndecl 0 3244 &disable_so_smsc95xx_autosuspend_fndecl_3244
++disable_so_cmpc_add_acpi_notify_device_fndecl_3255 cmpc_add_acpi_notify_device fndecl 0 3255 NULL
++disable_so_vfio_msi_enable_fndecl_3257 vfio_msi_enable fndecl 0 3257 NULL
++disable_so_snd_pcm_open_file_fndecl_3264 snd_pcm_open_file fndecl 0 3264 NULL
++disable_so_vub300_response_error_fndecl_3270 vub300_response_error fndecl 0 3270 NULL nohasharray
++disable_so_acpi_thermal_get_trip_points_fndecl_3270 acpi_thermal_get_trip_points fndecl 0 3270 &disable_so_vub300_response_error_fndecl_3270
++disable_so_altera_set_ir_post_fndecl_3271 altera_set_ir_post fndecl 0 3271 NULL
++disable_so_ath10k_ce_send_nolock_fndecl_3274 ath10k_ce_send_nolock fndecl 0 3274 NULL
++disable_so_copy_ctl_value_from_user_fndecl_3276 copy_ctl_value_from_user fndecl 0 3276 NULL
++disable_so_error_mmc_data_3279 error mmc_data 0 3279 NULL
++disable_so_check_stack_boundary_fndecl_3282 check_stack_boundary fndecl 0 3282 NULL nohasharray
++disable_so_ms_write_bytes_fndecl_3282 ms_write_bytes fndecl 0 3282 &disable_so_check_stack_boundary_fndecl_3282
++disable_so_zd1201_drvr_start_fndecl_3286 zd1201_drvr_start fndecl 0 3286 NULL
++disable_so_check_eofblocks_fl_fndecl_3293 check_eofblocks_fl fndecl 0 3293 NULL
++disable_so_eeepc_acpi_init_fndecl_3300 eeepc_acpi_init fndecl 0 3300 NULL
++disable_so_mpt2sas_base_attach_fndecl_3302 mpt2sas_base_attach fndecl 0 3302 NULL
++disable_so_vmw_context_init_fndecl_3303 vmw_context_init fndecl 0 3303 NULL
++disable_so_qxl_create_monitors_object_fndecl_3308 qxl_create_monitors_object fndecl 0 3308 NULL
++disable_so_srpt_ch_qp_rtr_fndecl_3316 srpt_ch_qp_rtr fndecl 0 3316 NULL
++disable_so_vmw_stream_init_fndecl_3319 vmw_stream_init fndecl 0 3319 NULL
++disable_so_pn533_acr122_poweron_rdr_fndecl_3339 pn533_acr122_poweron_rdr fndecl 0 3339 NULL nohasharray
++disable_so_cw1200_indirect_read_fndecl_3339 cw1200_indirect_read fndecl 0 3339 &disable_so_pn533_acr122_poweron_rdr_fndecl_3339
++disable_so_pkt_setup_dev_fndecl_3344 pkt_setup_dev fndecl 0 3344 NULL
++disable_so_ext4_finish_convert_inline_dir_fndecl_3350 ext4_finish_convert_inline_dir fndecl 0 3350 NULL
++disable_so_try_preserve_large_page_fndecl_3359 try_preserve_large_page fndecl 0 3359 NULL
++disable_so_acpi_ex_opcode_3A_1T_1R_fndecl_3369 acpi_ex_opcode_3A_1T_1R fndecl 0 3369 NULL
++disable_so_iio_map_array_register_fndecl_3374 iio_map_array_register fndecl 0 3374 NULL
++disable_so_mwifiex_cmd_802_11_subsc_evt_fndecl_3375 mwifiex_cmd_802_11_subsc_evt fndecl 0 3375 NULL
++disable_so_pccard_loop_tuple_fndecl_3378 pccard_loop_tuple fndecl 0 3378 NULL
++disable_so_link_free_space_fndecl_3379 link_free_space fndecl 0 3379 NULL
++disable_so_phys_hw_bank_3381 phys hw_bank 0 3381 NULL
++disable_so_pgoff_vm_fault_3385 pgoff vm_fault 0 3385 NULL
++disable_so_xfs_bmap_isaeof_fndecl_3401 xfs_bmap_isaeof fndecl 0 3401 NULL
++disable_so_ip6_mroute_setsockopt_fndecl_3406 ip6_mroute_setsockopt fndecl 0 3406 NULL
++disable_so_get_port_status_fndecl_3424 get_port_status fndecl 0 3424 NULL
++disable_so_resprc_efx_mcdi_iface_3430 resprc efx_mcdi_iface 0 3430 NULL
++disable_so_saa7706h_set_reg16_fndecl_3435 saa7706h_set_reg16 fndecl 0 3435 NULL
++disable_so_command_setcolourbalance_fndecl_3441 command_setcolourbalance fndecl 0 3441 NULL nohasharray
++disable_so_wl1271_acx_sta_rate_policies_fndecl_3441 wl1271_acx_sta_rate_policies fndecl 0 3441 &disable_so_command_setcolourbalance_fndecl_3441
++disable_so_pti_pci_probe_fndecl_3442 pti_pci_probe fndecl 0 3442 NULL
++disable_so_uwb_rc_dev_addr_mgmt_fndecl_3445 uwb_rc_dev_addr_mgmt fndecl 0 3445 NULL
++disable_so_agp_3_5_enable_fndecl_3452 agp_3_5_enable fndecl 0 3452 NULL
++disable_so_rpipe_check_aim_fndecl_3456 rpipe_check_aim fndecl 0 3456 NULL
++disable_so_qib_qsfp_write_fndecl_3477 qib_qsfp_write fndecl 0 3477 NULL nohasharray
++disable_so_nftl_scan_bbt_fndecl_3477 nftl_scan_bbt fndecl 0 3477 &disable_so_qib_qsfp_write_fndecl_3477
++disable_so_flashpchar_fndecl_3481 flashpchar fndecl 0 3481 NULL
++disable_so_gen8_ppgtt_init_fndecl_3483 gen8_ppgtt_init fndecl 0 3483 NULL
++disable_so_ixgbe_open_fndecl_3492 ixgbe_open fndecl 0 3492 NULL
++disable_so_hotkey_init_fndecl_3500 hotkey_init fndecl 0 3500 NULL
++disable_so_set_pages_wb_fndecl_3502 set_pages_wb fndecl 0 3502 NULL
++disable_so_kfifo_copy_to_user_fndecl_3509 kfifo_copy_to_user fndecl 0 3509 NULL
++disable_so_jbd2_journal_skip_recovery_fndecl_3515 jbd2_journal_skip_recovery fndecl 0 3515 NULL
++disable_so_data_blkaddr_dnode_of_data_3521 data_blkaddr dnode_of_data 0 3521 NULL
++disable_so_ipath_user_sdma_coalesce_fndecl_3523 ipath_user_sdma_coalesce fndecl 0 3523 NULL
++disable_so_cross_eof_fndecl_3526 cross_eof fndecl 0 3526 NULL
++disable_so_sys_rt_tgsigqueueinfo_fndecl_3528 sys_rt_tgsigqueueinfo fndecl 0 3528 NULL
++disable_so_cipso_v4_gentag_rng_fndecl_3532 cipso_v4_gentag_rng fndecl 0 3532 NULL
++disable_so_btrfs_qgroup_reserve_fndecl_3543 btrfs_qgroup_reserve fndecl 0 3543 NULL
++disable_so_ocfs2_read_xattr_bucket_fndecl_3553 ocfs2_read_xattr_bucket fndecl 0 3553 NULL
++disable_so_dlm_user_cancel_fndecl_3558 dlm_user_cancel fndecl 0 3558 NULL
++disable_so_roles_init_fndecl_3571 roles_init fndecl 0 3571 NULL
++disable_so_snd_solo_pcm_copy_fndecl_3572 snd_solo_pcm_copy fndecl 0 3572 NULL
++disable_so__snd_pcm_new_fndecl_3575 _snd_pcm_new fndecl 0 3575 NULL
++disable_so_open_substream_fndecl_3592 open_substream fndecl 0 3592 NULL
++disable_so_xfs_alloc_ag_vextent_size_fndecl_3599 xfs_alloc_ag_vextent_size fndecl 0 3599 NULL
++disable_so_hash_net6_add_fndecl_3600 hash_net6_add fndecl 0 3600 NULL
++disable_so_viacam_probe_fndecl_3606 viacam_probe fndecl 0 3606 NULL
++disable_so_xenbus_probe_node_fndecl_3611 xenbus_probe_node fndecl 0 3611 NULL
++disable_so_net_rx_queue_update_kobjects_fndecl_3617 net_rx_queue_update_kobjects fndecl 0 3617 NULL
++disable_so_drm_universal_plane_init_fndecl_3619 drm_universal_plane_init fndecl 0 3619 NULL
++disable_so_pyra_get_profile_settings_fndecl_3620 pyra_get_profile_settings fndecl 0 3620 NULL
++disable_so_bytes_btrfs_dio_private_3624 bytes btrfs_dio_private 0 3624 NULL
++disable_so_add_res_range_fndecl_3629 add_res_range fndecl 0 3629 NULL
++disable_so_pega_rfkill_init_fndecl_3630 pega_rfkill_init fndecl 0 3630 NULL
++disable_so_vmci_transport_queue_pair_alloc_fndecl_3639 vmci_transport_queue_pair_alloc fndecl 0 3639 NULL
++disable_so_t4vf_wr_mbox_core_fndecl_3640 t4vf_wr_mbox_core fndecl 0 3640 NULL
++disable_so_pyra_init_specials_fndecl_3647 pyra_init_specials fndecl 0 3647 NULL
++disable_so_pcxhr_send_msg_nolock_fndecl_3648 pcxhr_send_msg_nolock fndecl 0 3648 NULL
++disable_so_i40e_vsi_mem_alloc_fndecl_3663 i40e_vsi_mem_alloc fndecl 0 3663 NULL
++disable_so_megasas_set_crash_dump_params_ioctl_fndecl_3664 megasas_set_crash_dump_params_ioctl fndecl 0 3664 NULL
++disable_so_ide_config_fndecl_3684 ide_config fndecl 0 3684 NULL
++disable_so_vm_insert_page_fndecl_3687 vm_insert_page fndecl 0 3687 NULL
++disable_so_get_labels_fndecl_3704 get_labels fndecl 0 3704 NULL
++disable_so_ip_getsockopt_fndecl_3711 ip_getsockopt fndecl 0 3711 NULL
++disable_so_byte_len_ib_wc_3716 byte_len ib_wc 0 3716 NULL
++disable_so_usb_mdc800_init_fndecl_3718 usb_mdc800_init fndecl 0 3718 NULL
++disable_so_get_v4l2_edid32_fndecl_3722 get_v4l2_edid32 fndecl 0 3722 NULL
++disable_so___media_entity_setup_link_notify_fndecl_3727 __media_entity_setup_link_notify fndecl 0 3727 NULL
++disable_so_mcs_wrap_fir_skb_fndecl_3729 mcs_wrap_fir_skb fndecl 0 3729 NULL
++disable_so_uwb_rsv_establish_fndecl_3733 uwb_rsv_establish fndecl 0 3733 NULL
++disable_so_snd_seq_event_dup_fndecl_3744 snd_seq_event_dup fndecl 0 3744 NULL
++disable_so_fsloc_parse_fndecl_3745 fsloc_parse fndecl 0 3745 NULL
++disable_so_ntrig_probe_fndecl_3757 ntrig_probe fndecl 0 3757 NULL
++disable_so_cirrus_vram_init_fndecl_3758 cirrus_vram_init fndecl 0 3758 NULL
++disable_so_sas_configure_present_fndecl_3760 sas_configure_present fndecl 0 3760 NULL
++disable_so_mlx4_init_slave_fndecl_3765 mlx4_init_slave fndecl 0 3765 NULL
++disable_so_pvr2_ioread_avail_fndecl_3770 pvr2_ioread_avail fndecl 0 3770 NULL
++disable_so_kvm_vm_ioctl_assign_irq_fndecl_3776 kvm_vm_ioctl_assign_irq fndecl 0 3776 NULL
++disable_so_snd_hda_bus_new_fndecl_3781 snd_hda_bus_new fndecl 0 3781 NULL
++disable_so_savage_verify_state_s4_fndecl_3798 savage_verify_state_s4 fndecl 0 3798 NULL
++disable_so_b43_plcp_get_bitrate_idx_cck_fndecl_3842 b43_plcp_get_bitrate_idx_cck fndecl 0 3842 NULL
++disable_so_btrfs_dirty_pages_fndecl_3848 btrfs_dirty_pages fndecl 0 3848 NULL nohasharray
++disable_so_slow_avc_audit_fndecl_3848 slow_avc_audit fndecl 0 3848 &disable_so_btrfs_dirty_pages_fndecl_3848
++disable_so_iwl_mvm_load_ucode_wait_alive_fndecl_3859 iwl_mvm_load_ucode_wait_alive fndecl 0 3859 NULL
++disable_so_verify_reserved_gdb_fndecl_3861 verify_reserved_gdb fndecl 0 3861 NULL
++disable_so_iwl_phy_db_get_section_data_fndecl_3869 iwl_phy_db_get_section_data fndecl 0 3869 NULL
++disable_so_i40e_alloc_adminq_asq_ring_fndecl_3882 i40e_alloc_adminq_asq_ring fndecl 0 3882 NULL
++disable_so_arch_gnttab_init_fndecl_3893 arch_gnttab_init fndecl 0 3893 NULL nohasharray
++disable_so_read_page_fndecl_3893 read_page fndecl 0 3893 &disable_so_arch_gnttab_init_fndecl_3893
++disable_so_xfs_btree_new_root_fndecl_3895 xfs_btree_new_root fndecl 0 3895 NULL
++disable_so_ieee802154_hdr_push_addr_fndecl_3915 ieee802154_hdr_push_addr fndecl 0 3915 NULL
++disable_so_snd_hdsp_create_midi_fndecl_3916 snd_hdsp_create_midi fndecl 0 3916 NULL
++disable_so_drm_debugfs_init_fndecl_3923 drm_debugfs_init fndecl 0 3923 NULL
++disable_so_btrfs_ioctl_defrag_fndecl_3936 btrfs_ioctl_defrag fndecl 0 3936 NULL
++disable_so_write_boot_mem_fndecl_3940 write_boot_mem fndecl 0 3940 NULL
++disable_so_aac_intr_normal_fndecl_3942 aac_intr_normal fndecl 0 3942 NULL
++disable_so_ath6kl_send_go_probe_resp_fndecl_3946 ath6kl_send_go_probe_resp fndecl 0 3946 NULL
++disable_so__efx_mcdi_rpc_async_fndecl_3948 _efx_mcdi_rpc_async fndecl 0 3948 NULL
++disable_so_resync_min_mddev_3957 resync_min mddev 0 3957 NULL
++disable_so_airspy_ctrl_msg_fndecl_3964 airspy_ctrl_msg fndecl 0 3964 NULL
++disable_so_nv50_crtc_create_fndecl_3969 nv50_crtc_create fndecl 0 3969 NULL
++disable_so_ocfs2_block_check_validate_fndecl_3982 ocfs2_block_check_validate fndecl 0 3982 NULL
++disable_so_tp_len_tpacket2_hdr_3990 tp_len tpacket2_hdr 0 3990 NULL
++disable_so_st_gyro_buffer_postenable_fndecl_3995 st_gyro_buffer_postenable fndecl 0 3995 NULL
++disable_so_buffer_bytes_max_snd_pcm_hardware_4001 buffer_bytes_max snd_pcm_hardware 0 4001 NULL
++disable_so_jffs2_add_frag_to_fragtree_fndecl_4009 jffs2_add_frag_to_fragtree fndecl 0 4009 NULL
++disable_so_build_deemphasis_fndecl_4023 build_deemphasis fndecl 0 4023 NULL
++disable_so_vmw_fb_init_fndecl_4035 vmw_fb_init fndecl 0 4035 NULL nohasharray
++disable_so_rx_buf_sz_netdev_private_4035 rx_buf_sz netdev_private 0 4035 &disable_so_vmw_fb_init_fndecl_4035
++disable_so_brcmf_sdio_txpkt_hdalign_fndecl_4040 brcmf_sdio_txpkt_hdalign fndecl 0 4040 NULL nohasharray
++disable_so_mgr_get_resource_fndecl_4040 mgr_get_resource fndecl 0 4040 &disable_so_brcmf_sdio_txpkt_hdalign_fndecl_4040
++disable_so_acpi_video_bus_add_fndecl_4041 acpi_video_bus_add fndecl 0 4041 NULL
++disable_so_nl80211_parse_wowlan_tcp_fndecl_4048 nl80211_parse_wowlan_tcp fndecl 0 4048 NULL
++disable_so_btrfs_add_root_ref_fndecl_4049 btrfs_add_root_ref fndecl 0 4049 NULL
++disable_so_pvr2_hdw_gpio_chg_dir_fndecl_4058 pvr2_hdw_gpio_chg_dir fndecl 0 4058 NULL
++disable_so_i40e_acquire_nvm_fndecl_4059 i40e_acquire_nvm fndecl 0 4059 NULL nohasharray
++disable_so_wanxl_pci_init_one_fndecl_4059 wanxl_pci_init_one fndecl 0 4059 &disable_so_i40e_acquire_nvm_fndecl_4059
++disable_so_fscache_wait_for_operation_activation_fndecl_4064 fscache_wait_for_operation_activation fndecl 0 4064 NULL
++disable_so_nx_p3_sre_macaddr_change_fndecl_4068 nx_p3_sre_macaddr_change fndecl 0 4068 NULL
++disable_so_input_ff_create_fndecl_4075 input_ff_create fndecl 0 4075 NULL
++disable_so_osst_ioctl_fndecl_4077 osst_ioctl fndecl 0 4077 NULL
++disable_so_t4_wr_mbox_meat_fndecl_4090 t4_wr_mbox_meat fndecl 0 4090 NULL
++disable_so_v4l2_device_register_fndecl_4096 v4l2_device_register fndecl 0 4096 NULL
++disable_so_ae_res_sd_4099 ae_res sd 0 4099 NULL
++disable_so_asd_read_ocm_dir_fndecl_4102 asd_read_ocm_dir fndecl 0 4102 NULL
++disable_so_carl9170_usb_send_rx_irq_urb_fndecl_4103 carl9170_usb_send_rx_irq_urb fndecl 0 4103 NULL
++disable_so_ata_pci_bmdma_init_one_fndecl_4105 ata_pci_bmdma_init_one fndecl 0 4105 NULL
++disable_so_iwlagn_commit_rxon_fndecl_4106 iwlagn_commit_rxon fndecl 0 4106 NULL
++disable_so_blkno_xfs_da_args_4112 blkno xfs_da_args 0 4112 NULL
++disable_so_btrfs_write_marked_extents_fndecl_4123 btrfs_write_marked_extents fndecl 0 4123 NULL
++disable_so_osst_recover_wait_frame_fndecl_4133 osst_recover_wait_frame fndecl 0 4133 NULL
++disable_so_ocfs2_read_group_descriptor_fndecl_4136 ocfs2_read_group_descriptor fndecl 0 4136 NULL nohasharray
++disable_so_pss_coproc_ioctl_fndecl_4136 pss_coproc_ioctl fndecl 0 4136 &disable_so_ocfs2_read_group_descriptor_fndecl_4136
++disable_so_cciss_getluninfo_fndecl_4139 cciss_getluninfo fndecl 0 4139 NULL
++disable_so_fsp_init_fndecl_4146 fsp_init fndecl 0 4146 NULL
++disable_so_broadsheet_spiflash_write_sector_fndecl_4156 broadsheet_spiflash_write_sector fndecl 0 4156 NULL nohasharray
++disable_so_num_msix_vec_be_adapter_4156 num_msix_vec be_adapter 0 4156 &disable_so_broadsheet_spiflash_write_sector_fndecl_4156
++disable_so_cond_read_bool_fndecl_4159 cond_read_bool fndecl 0 4159 NULL
++disable_so_check_acpi_ids_fndecl_4169 check_acpi_ids fndecl 0 4169 NULL
++disable_so_snd_pcm_oss_get_active_substream_fndecl_4181 snd_pcm_oss_get_active_substream fndecl 0 4181 NULL
++disable_so_ttm_mem_init_kernel_zone_fndecl_4186 ttm_mem_init_kernel_zone fndecl 0 4186 NULL
++disable_so_mwifiex_set_frag_fndecl_4197 mwifiex_set_frag fndecl 0 4197 NULL
++disable_so_xfs_bmap_add_extent_hole_real_fndecl_4199 xfs_bmap_add_extent_hole_real fndecl 0 4199 NULL
++disable_so_key_validate_fndecl_4201 key_validate fndecl 0 4201 NULL
++disable_so_vfs_getxattr_fndecl_4203 vfs_getxattr fndecl 0 4203 NULL
++disable_so___vfs_setxattr_noperm_fndecl_4205 __vfs_setxattr_noperm fndecl 0 4205 NULL
++disable_so_mlx4_ib_mcg_port_init_fndecl_4208 mlx4_ib_mcg_port_init fndecl 0 4208 NULL
++disable_so_nci_hci_set_param_fndecl_4215 nci_hci_set_param fndecl 0 4215 NULL
++disable_so_iwl_dbgfs_disable_power_off_write_fndecl_4220 iwl_dbgfs_disable_power_off_write fndecl 0 4220 NULL
++disable_so_dlm_lock_fndecl_4225 dlm_lock fndecl 0 4225 NULL
++disable_so_oti6858_open_fndecl_4249 oti6858_open fndecl 0 4249 NULL
++disable_so_user_width_soc_camera_device_4262 user_width soc_camera_device 0 4262 NULL
++disable_so_fuse_ioctl_copy_user_fndecl_4279 fuse_ioctl_copy_user fndecl 0 4279 NULL
++disable_so_dvd_read_bca_fndecl_4284 dvd_read_bca fndecl 0 4284 NULL
++disable_so_add_pending_dir_move_fndecl_4285 add_pending_dir_move fndecl 0 4285 NULL
++disable_so_read_index_list_fndecl_4294 read_index_list fndecl 0 4294 NULL
++disable_so_si_parse_power_table_fndecl_4296 si_parse_power_table fndecl 0 4296 NULL
++disable_so_uvc_ctrl_fill_xu_info_fndecl_4304 uvc_ctrl_fill_xu_info fndecl 0 4304 NULL
++disable_so___ath_regd_init_fndecl_4314 __ath_regd_init fndecl 0 4314 NULL nohasharray
++disable_so_tfrc_li_init_fndecl_4314 tfrc_li_init fndecl 0 4314 &disable_so___ath_regd_init_fndecl_4314
++disable_so_zd_ioread32v_locked_fndecl_4322 zd_ioread32v_locked fndecl 0 4322 NULL
++disable_so_ethtool_set_rxfh_indir_fndecl_4336 ethtool_set_rxfh_indir fndecl 0 4336 NULL
++disable_so_snd_ctl_elem_remove_fndecl_4337 snd_ctl_elem_remove fndecl 0 4337 NULL
++disable_so_cxgb4vf_pci_probe_fndecl_4349 cxgb4vf_pci_probe fndecl 0 4349 NULL
++disable_so_refill_pi_state_cache_fndecl_4358 refill_pi_state_cache fndecl 0 4358 NULL
++disable_so_lanai_pci_start_fndecl_4362 lanai_pci_start fndecl 0 4362 NULL
++disable_so_check_reg_arg_fndecl_4371 check_reg_arg fndecl 0 4371 NULL nohasharray
++disable_so_kfd_build_sysfs_node_entry_fndecl_4371 kfd_build_sysfs_node_entry fndecl 0 4371 &disable_so_check_reg_arg_fndecl_4371
++disable_so_mwifiex_ret_reg_access_fndecl_4373 mwifiex_ret_reg_access fndecl 0 4373 NULL
++disable_so_vme_register_bridge_fndecl_4375 vme_register_bridge fndecl 0 4375 NULL
++disable_so_adp5589_probe_fndecl_4379 adp5589_probe fndecl 0 4379 NULL
++disable_so_sctp_cmd_interpreter_fndecl_4381 sctp_cmd_interpreter fndecl 0 4381 NULL
++disable_so_adpt_i2o_passthru_fndecl_4383 adpt_i2o_passthru fndecl 0 4383 NULL
++disable_so_security_inode_setxattr_fndecl_4385 security_inode_setxattr fndecl 0 4385 NULL
++disable_so_rio_setup_inb_dbell_fndecl_4391 rio_setup_inb_dbell fndecl 0 4391 NULL
++disable_so_mgag200_bo_create_fndecl_4398 mgag200_bo_create fndecl 0 4398 NULL
++disable_so_snd_usbmidi_out_endpoint_create_fndecl_4407 snd_usbmidi_out_endpoint_create fndecl 0 4407 NULL nohasharray
++disable_so_page_ofs__ntfs_inode_4407 page_ofs _ntfs_inode 0 4407 &disable_so_snd_usbmidi_out_endpoint_create_fndecl_4407
++disable_so_kstrtoll_from_user_fndecl_4415 kstrtoll_from_user fndecl 0 4415 NULL
++disable_so_mlx5_core_get_caps_fndecl_4421 mlx5_core_get_caps fndecl 0 4421 NULL
++disable_so_pcrlock_fndecl_4429 pcrlock fndecl 0 4429 NULL
++disable_so_nand_scan_bbt_fndecl_4431 nand_scan_bbt fndecl 0 4431 NULL
++disable_so_fr_del_pvc_fndecl_4437 fr_del_pvc fndecl 0 4437 NULL
++disable_so_apei_exec_pre_map_gars_fndecl_4442 apei_exec_pre_map_gars fndecl 0 4442 NULL nohasharray
++disable_so_hot_add_disk_fndecl_4442 hot_add_disk fndecl 0 4442 &disable_so_apei_exec_pre_map_gars_fndecl_4442
++disable_so_gunzip_fndecl_4465 gunzip fndecl 0 4465 NULL
++disable_so_poll_select_copy_remaining_fndecl_4468 poll_select_copy_remaining fndecl 0 4468 NULL
++disable_so_ttm_eu_reserve_buffers_fndecl_4473 ttm_eu_reserve_buffers fndecl 0 4473 NULL
++disable_so_tm6000_i2c_register_fndecl_4474 tm6000_i2c_register fndecl 0 4474 NULL
++disable_so_sddr09_read22_fndecl_4476 sddr09_read22 fndecl 0 4476 NULL
++disable_so_snd_emu10k1_verify_controls_fndecl_4480 snd_emu10k1_verify_controls fndecl 0 4480 NULL
++disable_so_ablkcipher_walk_first_fndecl_4483 ablkcipher_walk_first fndecl 0 4483 NULL
++disable_so_em28xx_probe_i2c_ir_fndecl_4488 em28xx_probe_i2c_ir fndecl 0 4488 NULL
++disable_so_efx_mcdi_handle_assertion_fndecl_4494 efx_mcdi_handle_assertion fndecl 0 4494 NULL
++disable_so_edt_ft5x06_factory_mode_fndecl_4518 edt_ft5x06_factory_mode fndecl 0 4518 NULL
++disable_so___mei_cl_recv_fndecl_4519 __mei_cl_recv fndecl 0 4519 NULL
++disable_so_wl1271_acx_beacon_filter_table_fndecl_4546 wl1271_acx_beacon_filter_table fndecl 0 4546 NULL
++disable_so_hsc_break_send_fndecl_4547 hsc_break_send fndecl 0 4547 NULL
++disable_so_f_rf_hackrf_dev_4551 f_rf hackrf_dev 0 4551 NULL
++disable_so_usbnet_write_cmd_fndecl_4556 usbnet_write_cmd fndecl 0 4556 NULL
++disable_so_logfs_delete_dd_fndecl_4561 logfs_delete_dd fndecl 0 4561 NULL
++disable_so_xfs_attr_args_init_fndecl_4564 xfs_attr_args_init fndecl 0 4564 NULL nohasharray
++disable_so_oaktrail_hdmi_i2c_init_fndecl_4564 oaktrail_hdmi_i2c_init fndecl 0 4564 &disable_so_xfs_attr_args_init_fndecl_4564
++disable_so_osst_position_tape_and_confirm_fndecl_4566 osst_position_tape_and_confirm fndecl 0 4566 NULL
++disable_so_iwl_dbgfs_pm_params_write_fndecl_4575 iwl_dbgfs_pm_params_write fndecl 0 4575 NULL
++disable_so_posix_timer_add_fndecl_4591 posix_timer_add fndecl 0 4591 NULL
++disable_so_lpfc_sli4_driver_resource_setup_fndecl_4594 lpfc_sli4_driver_resource_setup fndecl 0 4594 NULL
++disable_so_my_dvb_dmxdev_ts_card_init_fndecl_4595 my_dvb_dmxdev_ts_card_init fndecl 0 4595 NULL
++disable_so_pm8001_chip_fw_flash_update_build_fndecl_4598 pm8001_chip_fw_flash_update_build fndecl 0 4598 NULL
++disable_so_ecryptfs_verify_auth_tok_from_key_fndecl_4599 ecryptfs_verify_auth_tok_from_key fndecl 0 4599 NULL
++disable_so_header_size_partition_4606 header_size partition 0 4606 NULL
++disable_so_usb_serial_probe_fndecl_4608 usb_serial_probe fndecl 0 4608 NULL
++disable_so_irq_nvecs_bnx2_4644 irq_nvecs bnx2 0 4644 NULL
++disable_so_ti_command_in_sync_fndecl_4646 ti_command_in_sync fndecl 0 4646 NULL
++disable_so___rds_rdma_map_fndecl_4652 __rds_rdma_map fndecl 0 4652 NULL
++disable_so_generic_rndis_bind_fndecl_4656 generic_rndis_bind fndecl 0 4656 NULL
++disable_so_create_pnp_modalias_fndecl_4657 create_pnp_modalias fndecl 0 4657 NULL
++disable_so_fuse_copy_args_fndecl_4668 fuse_copy_args fndecl 0 4668 NULL
++disable_so_dlci_add_fndecl_4669 dlci_add fndecl 0 4669 NULL
++disable_so_do_one_pass_fndecl_4673 do_one_pass fndecl 0 4673 NULL
++disable_so_bcache_major_vardecl_super_c_4677 bcache_major vardecl_super.c 0 4677 NULL
++disable_so_ocfs2_initialize_super_fndecl_4685 ocfs2_initialize_super fndecl 0 4685 NULL nohasharray
++disable_so_cmtp_sock_ioctl_fndecl_4685 cmtp_sock_ioctl fndecl 0 4685 &disable_so_ocfs2_initialize_super_fndecl_4685
++disable_so_snd_pcm_hw_param_near_fndecl_4691 snd_pcm_hw_param_near fndecl 0 4691 NULL nohasharray
++disable_so_rxrpc_krb5_decode_principal_fndecl_4691 rxrpc_krb5_decode_principal fndecl 0 4691 &disable_so_snd_pcm_hw_param_near_fndecl_4691
++disable_so_optlen_ip_options_4698 optlen ip_options 0 4698 NULL
++disable_so_single_open_fndecl_4702 single_open fndecl 0 4702 NULL
++disable_so_lpt_gc_fndecl_4706 lpt_gc fndecl 0 4706 NULL
++disable_so_gfs2_glock_nq_m_fndecl_4712 gfs2_glock_nq_m fndecl 0 4712 NULL
++disable_so_si2157_cmd_execute_fndecl_4717 si2157_cmd_execute fndecl 0 4717 NULL
++disable_so_t3_seeprom_read_fndecl_4718 t3_seeprom_read fndecl 0 4718 NULL
++disable_so_alloc_pidmap_fndecl_4720 alloc_pidmap fndecl 0 4720 NULL
++disable_so_vx_send_msg_nolock_fndecl_4721 vx_send_msg_nolock fndecl 0 4721 NULL
++disable_so_register_blkdev_fndecl_4723 register_blkdev fndecl 0 4723 NULL
++disable_so_rsxx_dma_setup_fndecl_4732 rsxx_dma_setup fndecl 0 4732 NULL
++disable_so_wl1271_acx_keep_alive_mode_fndecl_4743 wl1271_acx_keep_alive_mode fndecl 0 4743 NULL
++disable_so_if_version_fndecl_4744 if_version fndecl 0 4744 NULL
++disable_so_snd_compr_set_metadata_fndecl_4766 snd_compr_set_metadata fndecl 0 4766 NULL
++disable_so_atc_create_hw_devs_fndecl_4772 atc_create_hw_devs fndecl 0 4772 NULL
++disable_so_wl1271_acx_sg_enable_fndecl_4780 wl1271_acx_sg_enable fndecl 0 4780 NULL
++disable_so_user_reset_fdc_fndecl_4790 user_reset_fdc fndecl 0 4790 NULL
++disable_so_img_height_s5p_mfc_ctx_4793 img_height s5p_mfc_ctx 0 4793 NULL
++disable_so_nr_del_neigh_fndecl_4807 nr_del_neigh fndecl 0 4807 NULL
++disable_so_drm_mode_vrefresh_fndecl_4817 drm_mode_vrefresh fndecl 0 4817 NULL
++disable_so_period_bytes_snd_card_asihpi_pcm_4828 period_bytes snd_card_asihpi_pcm 0 4828 NULL
++disable_so___cw1200_irq_enable_fndecl_4837 __cw1200_irq_enable fndecl 0 4837 NULL
++disable_so_mlx5_alloc_uuars_fndecl_4845 mlx5_alloc_uuars fndecl 0 4845 NULL
++disable_so_hci_bdaddr_list_del_fndecl_4856 hci_bdaddr_list_del fndecl 0 4856 NULL
++disable_so_do_ipv6_getsockopt_fndecl_4859 do_ipv6_getsockopt fndecl 0 4859 NULL
++disable_so_attach_hdlc_protocol_fndecl_4865 attach_hdlc_protocol fndecl 0 4865 NULL
++disable_so_ib_register_device_fndecl_4869 ib_register_device fndecl 0 4869 NULL
++disable_so_rdmsr_safe_regs_on_cpu_fndecl_4918 rdmsr_safe_regs_on_cpu fndecl 0 4918 NULL
++disable_so_alloc_reserved_tree_block_fndecl_4920 alloc_reserved_tree_block fndecl 0 4920 NULL nohasharray
++disable_so_if_spi_prog_helper_firmware_fndecl_4920 if_spi_prog_helper_firmware fndecl 0 4920 &disable_so_alloc_reserved_tree_block_fndecl_4920
++disable_so_inofreefwd_iag_4921 inofreefwd iag 0 4921 NULL
++disable_so_ui_size_ubifs_inode_4934 ui_size ubifs_inode 0 4934 NULL
++disable_so_usX2Y_urbs_allocate_fndecl_4935 usX2Y_urbs_allocate fndecl 0 4935 NULL
++disable_so_wl1271_acx_cts_protect_fndecl_4951 wl1271_acx_cts_protect fndecl 0 4951 NULL
++disable_so_jbd2_journal_create_slab_fndecl_4952 jbd2_journal_create_slab fndecl 0 4952 NULL
++disable_so_scsi_dev_info_add_list_fndecl_4961 scsi_dev_info_add_list fndecl 0 4961 NULL
++disable_so_elo_probe_fndecl_4969 elo_probe fndecl 0 4969 NULL
++disable_so_evdev_handle_set_keycode_fndecl_4972 evdev_handle_set_keycode fndecl 0 4972 NULL
++disable_so_eeprom_wr_phys_fndecl_4984 eeprom_wr_phys fndecl 0 4984 NULL
++disable_so_mlx5_ib_query_qp_fndecl_4986 mlx5_ib_query_qp fndecl 0 4986 NULL
++disable_so_sk_err_sock_5000 sk_err sock 0 5000 NULL
++disable_so_xfs_qm_dqget_fndecl_5012 xfs_qm_dqget fndecl 0 5012 NULL nohasharray
++disable_so_mgmt_limited_event_fndecl_5012 mgmt_limited_event fndecl 0 5012 &disable_so_xfs_qm_dqget_fndecl_5012
++disable_so_rerr_wdm_device_5023 rerr wdm_device 0 5023 NULL
++disable_so_vt_disallocate_fndecl_5036 vt_disallocate fndecl 0 5036 NULL
++disable_so_self_check_vid_hdr_fndecl_5040 self_check_vid_hdr fndecl 0 5040 NULL
++disable_so_zr364xx_probe_fndecl_5044 zr364xx_probe fndecl 0 5044 NULL
++disable_so_compress_raw_buf_fndecl_5055 compress_raw_buf fndecl 0 5055 NULL
++disable_so_ppp_asynctty_open_fndecl_5057 ppp_asynctty_open fndecl 0 5057 NULL
++disable_so_len_BufferControl_5068 len BufferControl 0 5068 NULL
++disable_so_unpack_ltab_fndecl_5077 unpack_ltab fndecl 0 5077 NULL
++disable_so_udf_bitmap_new_block_fndecl_5093 udf_bitmap_new_block fndecl 0 5093 NULL
++disable_so_kbd_connect_fndecl_5100 kbd_connect fndecl 0 5100 NULL
++disable_so___radix_tree_create_fndecl_5102 __radix_tree_create fndecl 0 5102 NULL
++disable_so_qxl_alloc_surface_release_reserved_fndecl_5103 qxl_alloc_surface_release_reserved fndecl 0 5103 NULL
++disable_so_errno_ipc_message_5111 errno ipc_message 0 5111 NULL
++disable_so_phy_init_hw_fndecl_5115 phy_init_hw fndecl 0 5115 NULL nohasharray
++disable_so_a3d_connect_fndecl_5115 a3d_connect fndecl 0 5115 &disable_so_phy_init_hw_fndecl_5115
++disable_so_binder_thread_write_fndecl_5119 binder_thread_write fndecl 0 5119 NULL
++disable_so_ocfs2_trim_extent_fndecl_5124 ocfs2_trim_extent fndecl 0 5124 NULL
++disable_so_ccp_init_sg_workarea_fndecl_5128 ccp_init_sg_workarea fndecl 0 5128 NULL
++disable_so_emsff_init_fndecl_5130 emsff_init fndecl 0 5130 NULL
++disable_so_fuse_dev_splice_write_fndecl_5131 fuse_dev_splice_write fndecl 0 5131 NULL
++disable_so_rate_num_snd_pcm_hw_params_5135 rate_num snd_pcm_hw_params 0 5135 NULL
++disable_so_read_local_oob_ext_data_fndecl_5137 read_local_oob_ext_data fndecl 0 5137 NULL
++disable_so_lbs_set_snmp_mib_fndecl_5141 lbs_set_snmp_mib fndecl 0 5141 NULL nohasharray
++disable_so_nl80211_parse_coalesce_rule_fndecl_5141 nl80211_parse_coalesce_rule fndecl 0 5141 &disable_so_lbs_set_snmp_mib_fndecl_5141
++disable_so_snd_seq_timer_set_ppq_fndecl_5142 snd_seq_timer_set_ppq fndecl 0 5142 NULL
++disable_so_total_in_z_stream_s_5155 total_in z_stream_s 0 5155 NULL
++disable_so_ext4_es_insert_extent_fndecl_5178 ext4_es_insert_extent fndecl 0 5178 NULL
++disable_so_parse_ipsecrequest_fndecl_5195 parse_ipsecrequest fndecl 0 5195 NULL
++disable_so_em2874_ir_change_protocol_fndecl_5226 em2874_ir_change_protocol fndecl 0 5226 NULL
++disable_so_sq905_read_data_fndecl_5229 sq905_read_data fndecl 0 5229 NULL
++disable_so_usb_reset_configuration_fndecl_5232 usb_reset_configuration fndecl 0 5232 NULL
++disable_so_nfc_hci_get_param_fndecl_5242 nfc_hci_get_param fndecl 0 5242 NULL nohasharray
++disable_so_nr_extents__ntfs_inode_5242 nr_extents _ntfs_inode 0 5242 &disable_so_nfc_hci_get_param_fndecl_5242
++disable_so_sync_lock_fndecl_5244 sync_lock fndecl 0 5244 NULL
++disable_so_prism2_ioctl_set_encryption_fndecl_5245 prism2_ioctl_set_encryption fndecl 0 5245 NULL nohasharray
++disable_so_nj_probe_fndecl_5245 nj_probe fndecl 0 5245 &disable_so_prism2_ioctl_set_encryption_fndecl_5245
++disable_so_vidioc_reqbufs_fndecl_5252 vidioc_reqbufs fndecl 0 5252 NULL
++disable_so_jffs2_sum_add_kvec_fndecl_5270 jffs2_sum_add_kvec fndecl 0 5270 NULL
++disable_so_softing_load_fw_fndecl_5272 softing_load_fw fndecl 0 5272 NULL
++disable_so_snd_sbmixer_init_fndecl_5274 snd_sbmixer_init fndecl 0 5274 NULL
++disable_so_hid_connect_fndecl_5279 hid_connect fndecl 0 5279 NULL
++disable_so_check_func_arg_fndecl_5294 check_func_arg fndecl 0 5294 NULL
++disable_so_ubifs_tnc_locate_fndecl_5295 ubifs_tnc_locate fndecl 0 5295 NULL
++disable_so_drm_ht_create_fndecl_5302 drm_ht_create fndecl 0 5302 NULL
++disable_so_init_mtdram_fndecl_5310 init_mtdram fndecl 0 5310 NULL
++disable_so_overwrite_item_fndecl_5315 overwrite_item fndecl 0 5315 NULL
++disable_so_ati_remote_initialize_fndecl_5324 ati_remote_initialize fndecl 0 5324 NULL
++disable_so_snd_opl3_play_note_fndecl_5340 snd_opl3_play_note fndecl 0 5340 NULL
++disable_so_pci_esp_probe_one_fndecl_5344 pci_esp_probe_one fndecl 0 5344 NULL
++disable_so_idetape_flush_tape_buffers_fndecl_5349 idetape_flush_tape_buffers fndecl 0 5349 NULL
++disable_so_mtrr_del_fndecl_5356 mtrr_del fndecl 0 5356 NULL
++disable_so_compute_blocknr_fndecl_5361 compute_blocknr fndecl 0 5361 NULL
++disable_so_xfs_buf_read_uncached_fndecl_5369 xfs_buf_read_uncached fndecl 0 5369 NULL
++disable_so_snd_mixart_create_pcm_fndecl_5376 snd_mixart_create_pcm fndecl 0 5376 NULL
++disable_so_midi_port_sonicvibes_5377 midi_port sonicvibes 0 5377 NULL
++disable_so_asus_wmi_add_fndecl_5382 asus_wmi_add fndecl 0 5382 NULL
++disable_so_snd_hda_get_connections_fndecl_5398 snd_hda_get_connections fndecl 0 5398 NULL
++disable_so_match_number_fndecl_5399 match_number fndecl 0 5399 NULL
++disable_so_ide_pci_configure_fndecl_5401 ide_pci_configure fndecl 0 5401 NULL
++disable_so_iwl_mvm_mac_ctxt_send_cmd_fndecl_5410 iwl_mvm_mac_ctxt_send_cmd fndecl 0 5410 NULL
++disable_so_snd_pcm_plugin_build_mulaw_fndecl_5412 snd_pcm_plugin_build_mulaw fndecl 0 5412 NULL
++disable_so_value_xen_pci_op_5416 value xen_pci_op 0 5416 NULL
++disable_so_mlx5_debug_eq_add_fndecl_5441 mlx5_debug_eq_add fndecl 0 5441 NULL
++disable_so_clk_fetch_parent_index_fndecl_5463 clk_fetch_parent_index fndecl 0 5463 NULL
++disable_so___block_write_begin_fndecl_5468 __block_write_begin fndecl 0 5468 NULL
++disable_so_r600_packet0_check_fndecl_5471 r600_packet0_check fndecl 0 5471 NULL nohasharray
++disable_so_i915_gem_object_wait_fence_fndecl_5471 i915_gem_object_wait_fence fndecl 0 5471 &disable_so_r600_packet0_check_fndecl_5471
++disable_so_at76_alloc_urbs_fndecl_5472 at76_alloc_urbs fndecl 0 5472 NULL
++disable_so_redrat3_enable_detector_fndecl_5475 redrat3_enable_detector fndecl 0 5475 NULL
++disable_so_nilfs_segctor_sync_fndecl_5478 nilfs_segctor_sync fndecl 0 5478 NULL
++disable_so_push_insn_fndecl_5489 push_insn fndecl 0 5489 NULL
++disable_so_via_ircc_open_fndecl_5491 via_ircc_open fndecl 0 5491 NULL
++disable_so_do_select_fndecl_5492 do_select fndecl 0 5492 NULL
++disable_so_prism2_plx_probe_fndecl_5496 prism2_plx_probe fndecl 0 5496 NULL
++disable_so_skcipher_recvmsg_async_fndecl_5497 skcipher_recvmsg_async fndecl 0 5497 NULL
++disable_so_vlan_vids_add_by_dev_fndecl_5498 vlan_vids_add_by_dev fndecl 0 5498 NULL
++disable_so_mwifiex_set_rts_fndecl_5503 mwifiex_set_rts fndecl 0 5503 NULL
++disable_so_mlx4_multicast_attach_fndecl_5506 mlx4_multicast_attach fndecl 0 5506 NULL
++disable_so_ath6kl_bmi_reg_read_fndecl_5512 ath6kl_bmi_reg_read fndecl 0 5512 NULL
++disable_so_irda_usb_probe_fndecl_5516 irda_usb_probe fndecl 0 5516 NULL
++disable_so_vb2_streamon_fndecl_5521 vb2_streamon fndecl 0 5521 NULL
++disable_so_ptrace_detach_fndecl_5523 ptrace_detach fndecl 0 5523 NULL
++disable_so_smk_write_rules_list_fndecl_5526 smk_write_rules_list fndecl 0 5526 NULL
++disable_so_bma150_register_input_device_fndecl_5529 bma150_register_input_device fndecl 0 5529 NULL
++disable_so_pcxhr_prepair_pipe_start_fndecl_5537 pcxhr_prepair_pipe_start fndecl 0 5537 NULL
++disable_so_pci_parent_bus_reset_fndecl_5544 pci_parent_bus_reset fndecl 0 5544 NULL
++disable_so_logical_ext4_allocation_request_5548 logical ext4_allocation_request 0 5548 NULL
++disable_so_ims_pcu_setup_buttons_fndecl_5550 ims_pcu_setup_buttons fndecl 0 5550 NULL
++disable_so_xfs_btree_read_bufl_fndecl_5558 xfs_btree_read_bufl fndecl 0 5558 NULL nohasharray
++disable_so_wlcore_boot_static_data_fndecl_5558 wlcore_boot_static_data fndecl 0 5558 &disable_so_xfs_btree_read_bufl_fndecl_5558
++disable_so_filemap_fdatawait_range_fndecl_5563 filemap_fdatawait_range fndecl 0 5563 NULL
++disable_so_mxser_ioctl_fndecl_5565 mxser_ioctl fndecl 0 5565 NULL nohasharray
++disable_so_virtblk_probe_fndecl_5565 virtblk_probe fndecl 0 5565 &disable_so_mxser_ioctl_fndecl_5565
++disable_so_iowarrior_write_fndecl_5567 iowarrior_write fndecl 0 5567 NULL
++disable_so_uart_startup_fndecl_5570 uart_startup fndecl 0 5570 NULL nohasharray
++disable_so_rocker_flow_tbl_term_mac_fndecl_5570 rocker_flow_tbl_term_mac fndecl 0 5570 &disable_so_uart_startup_fndecl_5570
++disable_so_session_udf_options_5571 session udf_options 0 5571 NULL nohasharray
++disable_so_vnic_dev_cmd_fndecl_5571 vnic_dev_cmd fndecl 0 5571 &disable_so_session_udf_options_5571
++disable_so_nblocks_range2trim_5574 nblocks range2trim 0 5574 NULL
++disable_so_qxl_bo_init_fndecl_5610 qxl_bo_init fndecl 0 5610 NULL
++disable_so_bnx2x_mcast_setup_e1_fndecl_5614 bnx2x_mcast_setup_e1 fndecl 0 5614 NULL
++disable_so_snd_pcm_oss_write3_fndecl_5618 snd_pcm_oss_write3 fndecl 0 5618 NULL nohasharray
++disable_so_lpfc_bsg_issue_mbox_fndecl_5618 lpfc_bsg_issue_mbox fndecl 0 5618 &disable_so_snd_pcm_oss_write3_fndecl_5618
++disable_so_gpiod_request_fndecl_5619 gpiod_request fndecl 0 5619 NULL
++disable_so_zr36060_basic_test_fndecl_5621 zr36060_basic_test fndecl 0 5621 NULL
++disable_so_gtt_end_radeon_mc_5628 gtt_end radeon_mc 0 5628 NULL
++disable_so_id_iio_dev_5631 id iio_dev 0 5631 NULL
++disable_so___spi_map_msg_fndecl_5657 __spi_map_msg fndecl 0 5657 NULL
++disable_so_snd_riptide_playback_open_fndecl_5662 snd_riptide_playback_open fndecl 0 5662 NULL
++disable_so__base_event_notification_fndecl_5664 _base_event_notification fndecl 0 5664 NULL
++disable_so_mtip_block_compat_ioctl_fndecl_5667 mtip_block_compat_ioctl fndecl 0 5667 NULL
++disable_so_block_mask_htc_target_5671 block_mask htc_target 0 5671 NULL
++disable_so_write_one_cache_group_fndecl_5678 write_one_cache_group fndecl 0 5678 NULL
++disable_so_vnic_dev_cmd_proxy_fndecl_5683 vnic_dev_cmd_proxy fndecl 0 5683 NULL
++disable_so_ata_pci_sff_activate_host_fndecl_5685 ata_pci_sff_activate_host fndecl 0 5685 NULL
++disable_so_set_machine_constraints_fndecl_5696 set_machine_constraints fndecl 0 5696 NULL
++disable_so_bmap_hash_id_fndecl_5706 bmap_hash_id fndecl 0 5706 NULL
++disable_so_csio_hw_fw_dload_fndecl_5707 csio_hw_fw_dload fndecl 0 5707 NULL nohasharray
++disable_so_piix4_add_adapter_fndecl_5707 piix4_add_adapter fndecl 0 5707 &disable_so_csio_hw_fw_dload_fndecl_5707
++disable_so_sr_is_xa_fndecl_5709 sr_is_xa fndecl 0 5709 NULL
++disable_so_snd_es1938_create_fndecl_5715 snd_es1938_create fndecl 0 5715 NULL
++disable_so_ci_copy_vbios_mc_reg_table_fndecl_5718 ci_copy_vbios_mc_reg_table fndecl 0 5718 NULL
++disable_so_ntb_create_callbacks_fndecl_5757 ntb_create_callbacks fndecl 0 5757 NULL
++disable_so_setup_extent_mapping_fndecl_5768 setup_extent_mapping fndecl 0 5768 NULL
++disable_so_et131x_init_eeprom_fndecl_5771 et131x_init_eeprom fndecl 0 5771 NULL
++disable_so_smscore_register_client_fndecl_5772 smscore_register_client fndecl 0 5772 NULL
++disable_so_musb_urb_enqueue_fndecl_5773 musb_urb_enqueue fndecl 0 5773 NULL
++disable_so_usb_ftdi_elan_edset_output_fndecl_5808 usb_ftdi_elan_edset_output fndecl 0 5808 NULL
++disable_so_csio_hw_sf1_read_fndecl_5813 csio_hw_sf1_read fndecl 0 5813 NULL
++disable_so_mwifiex_ret_802_11d_domain_info_fndecl_5834 mwifiex_ret_802_11d_domain_info fndecl 0 5834 NULL
++disable_so_interpret_user_input_fndecl_5842 interpret_user_input fndecl 0 5842 NULL
++disable_so_sound_insert_unit_fndecl_5861 sound_insert_unit fndecl 0 5861 NULL
++disable_so_pcxhr_config_pipes_fndecl_5863 pcxhr_config_pipes fndecl 0 5863 NULL
++disable_so_mmc_test_area_init_fndecl_5870 mmc_test_area_init fndecl 0 5870 NULL nohasharray
++disable_so_rfkill_connect_fndecl_5870 rfkill_connect fndecl 0 5870 &disable_so_mmc_test_area_init_fndecl_5870
++disable_so_vicam_dostream_fndecl_5871 vicam_dostream fndecl 0 5871 NULL
++disable_so_snd_seq_ioctl_delete_port_fndecl_5874 snd_seq_ioctl_delete_port fndecl 0 5874 NULL
++disable_so_SMB2_set_hardlink_fndecl_5883 SMB2_set_hardlink fndecl 0 5883 NULL
++disable_so_xfs_qm_vop_dqalloc_fndecl_5887 xfs_qm_vop_dqalloc fndecl 0 5887 NULL
++disable_so___br_netpoll_enable_fndecl_5914 __br_netpoll_enable fndecl 0 5914 NULL
++disable_so_softing_load_app_fw_fndecl_5918 softing_load_app_fw fndecl 0 5918 NULL
++disable_so_layout_in_gaps_fndecl_5933 layout_in_gaps fndecl 0 5933 NULL
++disable_so_lx_init_ethersound_config_fndecl_5939 lx_init_ethersound_config fndecl 0 5939 NULL
++disable_so_denali_pci_probe_fndecl_5941 denali_pci_probe fndecl 0 5941 NULL
++disable_so_tfrc_tx_packet_history_init_fndecl_5945 tfrc_tx_packet_history_init fndecl 0 5945 NULL
++disable_so_tty_write_lock_fndecl_5948 tty_write_lock fndecl 0 5948 NULL
++disable_so_dma_address_scatterlist_5955 dma_address scatterlist 0 5955 NULL
++disable_so_init_dma_pools_fndecl_5958 init_dma_pools fndecl 0 5958 NULL
++disable_so_ocfs2_steal_resource_fndecl_5967 ocfs2_steal_resource fndecl 0 5967 NULL
++disable_so_wait_port_writable_fndecl_5968 wait_port_writable fndecl 0 5968 NULL
++disable_so_tmiofb_acc_write_fndecl_5969 tmiofb_acc_write fndecl 0 5969 NULL
++disable_so_brcmf_flowring_create_fndecl_5971 brcmf_flowring_create fndecl 0 5971 NULL
++disable_so_dlm_recover_directory_fndecl_5976 dlm_recover_directory fndecl 0 5976 NULL
++disable_so_mtd_get_fact_prot_info_fndecl_5982 mtd_get_fact_prot_info fndecl 0 5982 NULL
++disable_so_nouveau_crtc_page_flip_fndecl_5984 nouveau_crtc_page_flip fndecl 0 5984 NULL
++disable_so_fst_init_card_fndecl_5986 fst_init_card fndecl 0 5986 NULL
++disable_so_get_log_header_fndecl_5988 get_log_header fndecl 0 5988 NULL
++disable_so_allocated_size__ntfs_inode_5992 allocated_size _ntfs_inode 0 5992 NULL
++disable_so_setup_instance_fndecl_5995 setup_instance fndecl 0 5995 NULL nohasharray
++disable_so_create_gpadl_header_fndecl_5995 create_gpadl_header fndecl 0 5995 &disable_so_setup_instance_fndecl_5995
++disable_so_twidjoy_connect_fndecl_6001 twidjoy_connect fndecl 0 6001 NULL
++disable_so_ttm_tt_bind_fndecl_6002 ttm_tt_bind fndecl 0 6002 NULL
++disable_so_nfc_genl_se_io_fndecl_6005 nfc_genl_se_io fndecl 0 6005 NULL
++disable_so_drm_fb_helper_init_fndecl_6007 drm_fb_helper_init fndecl 0 6007 NULL
++disable_so_dwc3_gadget_init_hw_endpoints_fndecl_6012 dwc3_gadget_init_hw_endpoints fndecl 0 6012 NULL
++disable_so_max_discard_sectors_queue_limits_6023 max_discard_sectors queue_limits 0 6023 NULL
++disable_so_snd_pcm_oss_period_size_fndecl_6030 snd_pcm_oss_period_size fndecl 0 6030 NULL
++disable_so_ntb_pci_probe_fndecl_6045 ntb_pci_probe fndecl 0 6045 NULL nohasharray
++disable_so_ethtool_get_value_fndecl_6045 ethtool_get_value fndecl 0 6045 &disable_so_ntb_pci_probe_fndecl_6045
++disable_so_snd_compr_stop_fndecl_6048 snd_compr_stop fndecl 0 6048 NULL
++disable_so_map_base_tpm_inf_dev_6056 map_base tpm_inf_dev 0 6056 NULL
++disable_so_cifs_readv_from_socket_fndecl_6070 cifs_readv_from_socket fndecl 0 6070 NULL
++disable_so_evtchn_bind_to_user_fndecl_6073 evtchn_bind_to_user fndecl 0 6073 NULL
++disable_so_ipheth_get_macaddr_fndecl_6074 ipheth_get_macaddr fndecl 0 6074 NULL
++disable_so_tty_unregister_ldisc_fndecl_6083 tty_unregister_ldisc fndecl 0 6083 NULL
++disable_so_ext3_reserve_inode_write_fndecl_6088 ext3_reserve_inode_write fndecl 0 6088 NULL
++disable_so_tg3_test_nvram_fndecl_6096 tg3_test_nvram fndecl 0 6096 NULL nohasharray
++disable_so_snd_dmaengine_pcm_open_fndecl_6096 snd_dmaengine_pcm_open fndecl 0 6096 &disable_so_tg3_test_nvram_fndecl_6096
++disable_so_btrfs_run_delayed_refs_fndecl_6098 btrfs_run_delayed_refs fndecl 0 6098 NULL nohasharray
++disable_so___gfs2_xattr_set_fndecl_6098 __gfs2_xattr_set fndecl 0 6098 &disable_so_btrfs_run_delayed_refs_fndecl_6098
++disable_so_mls_context_to_sid_fndecl_6108 mls_context_to_sid fndecl 0 6108 NULL
++disable_so_rate_min_snd_pcm_hardware_6109 rate_min snd_pcm_hardware 0 6109 NULL nohasharray
++disable_so_blkdev_issue_discard_fndecl_6109 blkdev_issue_discard fndecl 0 6109 &disable_so_rate_min_snd_pcm_hardware_6109
++disable_so_resid_scsi_data_buffer_6113 resid scsi_data_buffer 0 6113 NULL
++disable_so_check_lpt_crc_fndecl_6116 check_lpt_crc fndecl 0 6116 NULL nohasharray
++disable_so_tree_mod_log_insert_root_fndecl_6116 tree_mod_log_insert_root fndecl 0 6116 &disable_so_check_lpt_crc_fndecl_6116
++disable_so_ilf_blkno_xfs_inode_log_format_6118 ilf_blkno xfs_inode_log_format 0 6118 NULL
++disable_so_suspend_prepare_fndecl_6122 suspend_prepare fndecl 0 6122 NULL
++disable_so_vmw_user_dmabuf_alloc_fndecl_6126 vmw_user_dmabuf_alloc fndecl 0 6126 NULL
++disable_so_ene_hw_detect_fndecl_6132 ene_hw_detect fndecl 0 6132 NULL
++disable_so_check_prereq_fndecl_6141 check_prereq fndecl 0 6141 NULL
++disable_so_ctrl_freq_au0828_dev_6155 ctrl_freq au0828_dev 0 6155 NULL
++disable_so_kernel_write_fndecl_6162 kernel_write fndecl 0 6162 NULL
++disable_so_get_v4l2_window32_fndecl_6165 get_v4l2_window32 fndecl 0 6165 NULL
++disable_so_t4_query_params_fndecl_6167 t4_query_params fndecl 0 6167 NULL
++disable_so_bond_opt_check_deps_fndecl_6175 bond_opt_check_deps fndecl 0 6175 NULL
++disable_so_zd_usb_ioread16v_fndecl_6176 zd_usb_ioread16v fndecl 0 6176 NULL
++disable_so_cpuidle_register_device_fndecl_6179 cpuidle_register_device fndecl 0 6179 NULL
++disable_so_arizona_calc_fratio_fndecl_6185 arizona_calc_fratio fndecl 0 6185 NULL
++disable_so_con_set_trans_old_fndecl_6192 con_set_trans_old fndecl 0 6192 NULL nohasharray
++disable_so_gigaset_isdn_regdev_fndecl_6192 gigaset_isdn_regdev fndecl 0 6192 &disable_so_con_set_trans_old_fndecl_6192
++disable_so_ep_create_wakeup_source_fndecl_6196 ep_create_wakeup_source fndecl 0 6196 NULL
++disable_so_xen_acpi_processor_init_fndecl_6207 xen_acpi_processor_init fndecl 0 6207 NULL
++disable_so_mmc_spi_readtoken_fndecl_6208 mmc_spi_readtoken fndecl 0 6208 NULL
++disable_so_gpio_request_fndecl_6213 gpio_request fndecl 0 6213 NULL
++disable_so_mgsl_adapter_test_fndecl_6227 mgsl_adapter_test fndecl 0 6227 NULL
++disable_so_pcpu_alloc_area_fndecl_6230 pcpu_alloc_area fndecl 0 6230 NULL
++disable_so_bytenr_backref_node_6238 bytenr backref_node 0 6238 NULL
++disable_so_buffer_size_bna_rxq_6244 buffer_size bna_rxq 0 6244 NULL
++disable_so_hub_port_wait_reset_fndecl_6246 hub_port_wait_reset fndecl 0 6246 NULL
++disable_so_rxq_cnt_tg3_6249 rxq_cnt tg3 0 6249 NULL
++disable_so_ubifs_leb_change_fndecl_6254 ubifs_leb_change fndecl 0 6254 NULL
++disable_so_add_durable_context_fndecl_6256 add_durable_context fndecl 0 6256 NULL nohasharray
++disable_so_dvb_bt8xx_probe_fndecl_6256 dvb_bt8xx_probe fndecl 0 6256 &disable_so_add_durable_context_fndecl_6256 nohasharray
++disable_so_ccp_copy_to_from_ksb_fndecl_6256 ccp_copy_to_from_ksb fndecl 0 6256 &disable_so_dvb_bt8xx_probe_fndecl_6256
++disable_so_insert_extent_data_ref_fndecl_6261 insert_extent_data_ref fndecl 0 6261 NULL
++disable_so_blkno_xfs_bmalloca_6265 blkno xfs_bmalloca 0 6265 NULL
++disable_so_do_send_specific_fndecl_6271 do_send_specific fndecl 0 6271 NULL nohasharray
++disable_so_cifs_push_posix_locks_fndecl_6271 cifs_push_posix_locks fndecl 0 6271 &disable_so_do_send_specific_fndecl_6271
++disable_so_command_setsensorfps_fndecl_6277 command_setsensorfps fndecl 0 6277 NULL nohasharray
++disable_so_xhci_queue_ctrl_tx_fndecl_6277 xhci_queue_ctrl_tx fndecl 0 6277 &disable_so_command_setsensorfps_fndecl_6277
++disable_so_copy_out_args_fndecl_6283 copy_out_args fndecl 0 6283 NULL
++disable_so_netvsc_init_buf_fndecl_6288 netvsc_init_buf fndecl 0 6288 NULL
++disable_so__iwl_dbgfs_set_nic_temperature_write_fndecl_6303 _iwl_dbgfs_set_nic_temperature_write fndecl 0 6303 NULL
++disable_so_tcp_repair_options_est_fndecl_6305 tcp_repair_options_est fndecl 0 6305 NULL
++disable_so_get_termio_fndecl_6309 get_termio fndecl 0 6309 NULL
++disable_so_digital_tg_listen_mdaa_fndecl_6312 digital_tg_listen_mdaa fndecl 0 6312 NULL
++disable_so_sysfs_rename_link_ns_fndecl_6315 sysfs_rename_link_ns fndecl 0 6315 NULL
++disable_so___netdev_adjacent_dev_link_fndecl_6321 __netdev_adjacent_dev_link fndecl 0 6321 NULL
++disable_so_velocity_init_td_ring_fndecl_6322 velocity_init_td_ring fndecl 0 6322 NULL
++disable_so_ch_ioctl_fndecl_6333 ch_ioctl fndecl 0 6333 NULL
++disable_so_cipso_v4_gentag_rbm_fndecl_6335 cipso_v4_gentag_rbm fndecl 0 6335 NULL
++disable_so___blkdev_driver_ioctl_fndecl_6340 __blkdev_driver_ioctl fndecl 0 6340 NULL
++disable_so_n_o_ps_usb_stream_kernel_6346 n_o_ps usb_stream_kernel 0 6346 NULL
++disable_so_iwl_dbgfs_bcast_filters_macs_write_fndecl_6348 iwl_dbgfs_bcast_filters_macs_write fndecl 0 6348 NULL
++disable_so_as102_alloc_usb_stream_buffer_fndecl_6350 as102_alloc_usb_stream_buffer fndecl 0 6350 NULL
++disable_so_pcpu_fit_in_area_fndecl_6362 pcpu_fit_in_area fndecl 0 6362 NULL
++disable_so_sisusb_send_bulk_msg_fndecl_6363 sisusb_send_bulk_msg fndecl 0 6363 NULL
++disable_so_brcmf_cfg80211_mgmt_tx_fndecl_6377 brcmf_cfg80211_mgmt_tx fndecl 0 6377 NULL nohasharray
++disable_so_dccp_feat_register_sp_fndecl_6377 dccp_feat_register_sp fndecl 0 6377 &disable_so_brcmf_cfg80211_mgmt_tx_fndecl_6377
++disable_so_xfs_rtallocate_extent_near_fndecl_6383 xfs_rtallocate_extent_near fndecl 0 6383 NULL nohasharray
++disable_so_compat_check_entry_fndecl_6383 compat_check_entry fndecl 0 6383 &disable_so_xfs_rtallocate_extent_near_fndecl_6383
++disable_so_snd_soc_dapm_new_controls_fndecl_6389 snd_soc_dapm_new_controls fndecl 0 6389 NULL
++disable_so_dbExtend_fndecl_6406 dbExtend fndecl 0 6406 NULL
++disable_so_copy_from_iter_fndecl_6410 copy_from_iter fndecl 0 6410 NULL
++disable_so_edt_ft5x06_register_write_fndecl_6422 edt_ft5x06_register_write fndecl 0 6422 NULL
++disable_so_acpi_battery_update_fndecl_6426 acpi_battery_update fndecl 0 6426 NULL
++disable_so_hfsplus_part_find_fndecl_6428 hfsplus_part_find fndecl 0 6428 NULL
++disable_so_mlx4_init_hca_fndecl_6431 mlx4_init_hca fndecl 0 6431 NULL
++disable_so_pcxhr_set_pipe_state_fndecl_6445 pcxhr_set_pipe_state fndecl 0 6445 NULL
++disable_so_snd_hda_parse_generic_codec_fndecl_6448 snd_hda_parse_generic_codec fndecl 0 6448 NULL nohasharray
++disable_so_max_packet_sz_tx_musb_hw_ep_6448 max_packet_sz_tx musb_hw_ep 0 6448 &disable_so_snd_hda_parse_generic_codec_fndecl_6448
++disable_so_lpt_init_rd_fndecl_6451 lpt_init_rd fndecl 0 6451 NULL
++disable_so_qib_init_pportdata_fndecl_6452 qib_init_pportdata fndecl 0 6452 NULL
++disable_so_xfs_btree_lshift_fndecl_6459 xfs_btree_lshift fndecl 0 6459 NULL
++disable_so_hidpp_send_message_sync_fndecl_6461 hidpp_send_message_sync fndecl 0 6461 NULL
++disable_so_lookup_tree_block_ref_fndecl_6469 lookup_tree_block_ref fndecl 0 6469 NULL
++disable_so_xfs_mod_fdblocks_fndecl_6483 xfs_mod_fdblocks fndecl 0 6483 NULL
++disable_so_ch_read_element_status_fndecl_6486 ch_read_element_status fndecl 0 6486 NULL
++disable_so_wl1271_acx_dco_itrim_params_fndecl_6496 wl1271_acx_dco_itrim_params fndecl 0 6496 NULL
++disable_so_bcmgenet_init_rx_ring_fndecl_6500 bcmgenet_init_rx_ring fndecl 0 6500 NULL
++disable_so_rsc_init_fndecl_6508 rsc_init fndecl 0 6508 NULL
++disable_so_rds_get_mr_fndecl_6513 rds_get_mr fndecl 0 6513 NULL
++disable_so_copy_page_from_iter_fndecl_6523 copy_page_from_iter fndecl 0 6523 NULL
++disable_so_dbell_link_fndecl_6529 dbell_link fndecl 0 6529 NULL
++disable_so_size_ubifs_wbuf_6537 size ubifs_wbuf 0 6537 NULL
++disable_so_tx_ring_size_vmxnet3_adapter_6541 tx_ring_size vmxnet3_adapter 0 6541 NULL
++disable_so_crypt_set_key_fndecl_6546 crypt_set_key fndecl 0 6546 NULL
++disable_so_tmdc_setup_port_fndecl_6552 tmdc_setup_port fndecl 0 6552 NULL
++disable_so_msix_vector_ctlr_info_6565 msix_vector ctlr_info 0 6565 NULL
++disable_so_command_setcolourparams_fndecl_6571 command_setcolourparams fndecl 0 6571 NULL
++disable_so_mptctl_do_mpt_command_fndecl_6578 mptctl_do_mpt_command fndecl 0 6578 NULL
++disable_so_wil_write_file_rxon_fndecl_6590 wil_write_file_rxon fndecl 0 6590 NULL
++disable_so_mptspi_probe_fndecl_6608 mptspi_probe fndecl 0 6608 NULL
++disable_so_svc_export_parse_fndecl_6612 svc_export_parse fndecl 0 6612 NULL
++disable_so_proc_allowed_congestion_control_fndecl_6617 proc_allowed_congestion_control fndecl 0 6617 NULL
++disable_so_result_mlx4_cmd_context_6619 result mlx4_cmd_context 0 6619 NULL
++disable_so_carl9170_register_hwrng_fndecl_6621 carl9170_register_hwrng fndecl 0 6621 NULL
++disable_so_packet_setsockopt_fndecl_6637 packet_setsockopt fndecl 0 6637 NULL
++disable_so_replay_one_name_fndecl_6644 replay_one_name fndecl 0 6644 NULL
++disable_so_kvaser_usb_simple_msg_async_fndecl_6650 kvaser_usb_simple_msg_async fndecl 0 6650 NULL nohasharray
++disable_so_purge_port_fndecl_6650 purge_port fndecl 0 6650 &disable_so_kvaser_usb_simple_msg_async_fndecl_6650
++disable_so_vcc_setsockopt_fndecl_6652 vcc_setsockopt fndecl 0 6652 NULL
++disable_so_check_map_access_fndecl_6656 check_map_access fndecl 0 6656 NULL
++disable_so_init_multi_port_fndecl_6683 init_multi_port fndecl 0 6683 NULL
++disable_so_ethoc_mdio_probe_fndecl_6692 ethoc_mdio_probe fndecl 0 6692 NULL
++disable_so_si_set_smc_sram_address_fndecl_6696 si_set_smc_sram_address fndecl 0 6696 NULL
++disable_so_genl_validate_ops_fndecl_6702 genl_validate_ops fndecl 0 6702 NULL
++disable_so_read_rindex_entry_fndecl_6710 read_rindex_entry fndecl 0 6710 NULL
++disable_so_pcmcia_enable_device_fndecl_6713 pcmcia_enable_device fndecl 0 6713 NULL
++disable_so_sample_rate_mixart_mgr_6716 sample_rate mixart_mgr 0 6716 NULL
++disable_so_mlx4_ib_alloc_eqs_fndecl_6731 mlx4_ib_alloc_eqs fndecl 0 6731 NULL
++disable_so_regcache_lzo_prepare_fndecl_6739 regcache_lzo_prepare fndecl 0 6739 NULL
++disable_so_jffs2_read_dnode_fndecl_6743 jffs2_read_dnode fndecl 0 6743 NULL
++disable_so_osst_wait_ready_fndecl_6748 osst_wait_ready fndecl 0 6748 NULL
++disable_so_e1000_setup_all_rx_resources_fndecl_6749 e1000_setup_all_rx_resources fndecl 0 6749 NULL nohasharray
++disable_so_rfcomm_sock_setsockopt_fndecl_6749 rfcomm_sock_setsockopt fndecl 0 6749 &disable_so_e1000_setup_all_rx_resources_fndecl_6749
++disable_so_radeon_driver_open_kms_fndecl_6751 radeon_driver_open_kms fndecl 0 6751 NULL
++disable_so_um_idi_write_fndecl_6758 um_idi_write fndecl 0 6758 NULL
++disable_so_tun_opts_len_sw_flow_key_6759 tun_opts_len sw_flow_key 0 6759 NULL
++disable_so_chipio_write_data_multiple_fndecl_6764 chipio_write_data_multiple fndecl 0 6764 NULL
++disable_so_get_v4l2_framebuffer32_fndecl_6775 get_v4l2_framebuffer32 fndecl 0 6775 NULL
++disable_so_lx_init_xilinx_test_fndecl_6777 lx_init_xilinx_test fndecl 0 6777 NULL
++disable_so_mmc_send_bus_test_fndecl_6782 mmc_send_bus_test fndecl 0 6782 NULL
++disable_so_ocfs2_validate_and_adjust_move_goal_fndecl_6784 ocfs2_validate_and_adjust_move_goal fndecl 0 6784 NULL nohasharray
++disable_so_nvme_trans_log_sense_fndecl_6784 nvme_trans_log_sense fndecl 0 6784 &disable_so_ocfs2_validate_and_adjust_move_goal_fndecl_6784
++disable_so_alloc_and_copy_string_fndecl_6786 alloc_and_copy_string fndecl 0 6786 NULL
++disable_so_osst_space_over_filemarks_forward_fast_fndecl_6802 osst_space_over_filemarks_forward_fast fndecl 0 6802 NULL
++disable_so_dwc3_alloc_trb_pool_fndecl_6808 dwc3_alloc_trb_pool fndecl 0 6808 NULL
++disable_so_validate_hwmon_pack_fndecl_6814 validate_hwmon_pack fndecl 0 6814 NULL
++disable_so_wacom_probe_fndecl_6819 wacom_probe fndecl 0 6819 NULL
++disable_so_btrfs_start_dirty_block_groups_fndecl_6825 btrfs_start_dirty_block_groups fndecl 0 6825 NULL
++disable_so_fw_core_add_descriptor_fndecl_6826 fw_core_add_descriptor fndecl 0 6826 NULL
++disable_so_blk_complete_sghdr_rq_fndecl_6838 blk_complete_sghdr_rq fndecl 0 6838 NULL
++disable_so_copy_page_to_iter_fndecl_6842 copy_page_to_iter fndecl 0 6842 NULL
++disable_so_lcd_proc_write_fndecl_6844 lcd_proc_write fndecl 0 6844 NULL
++disable_so_intel_framebuffer_size_for_mode_fndecl_6849 intel_framebuffer_size_for_mode fndecl 0 6849 NULL nohasharray
++disable_so___ceph_getxattr_fndecl_6849 __ceph_getxattr fndecl 0 6849 &disable_so_intel_framebuffer_size_for_mode_fndecl_6849
++disable_so_ocfs2_info_handle_freeinode_fndecl_6850 ocfs2_info_handle_freeinode fndecl 0 6850 NULL
++disable_so_acpi_processor_get_performance_states_fndecl_6854 acpi_processor_get_performance_states fndecl 0 6854 NULL
++disable_so_btrfs_update_inode_fndecl_6857 btrfs_update_inode fndecl 0 6857 NULL
++disable_so_sf1_read_fndecl_6858 sf1_read fndecl 0 6858 NULL
++disable_so___video_register_device_fndecl_6860 __video_register_device fndecl 0 6860 NULL
++disable_so_qib_user_sdma_num_pages_fndecl_6864 qib_user_sdma_num_pages fndecl 0 6864 NULL
++disable_so_nvif_device_init_fndecl_6881 nvif_device_init fndecl 0 6881 NULL
++disable_so_usbnet_write_cmd_nopm_fndecl_6889 usbnet_write_cmd_nopm fndecl 0 6889 NULL
++disable_so_c2_llp_connect_fndecl_6892 c2_llp_connect fndecl 0 6892 NULL
++disable_so_hpfs_bplus_lookup_fndecl_6896 hpfs_bplus_lookup fndecl 0 6896 NULL nohasharray
++disable_so_btrfs_rmap_block_fndecl_6896 btrfs_rmap_block fndecl 0 6896 &disable_so_hpfs_bplus_lookup_fndecl_6896
++disable_so_pci_save_pcix_state_fndecl_6905 pci_save_pcix_state fndecl 0 6905 NULL
++disable_so_ip6_mc_msfget_fndecl_6920 ip6_mc_msfget fndecl 0 6920 NULL
++disable_so_vif_delete_fndecl_6936 vif_delete fndecl 0 6936 NULL
++disable_so_pppol2tp_tunnel_ioctl_fndecl_6951 pppol2tp_tunnel_ioctl fndecl 0 6951 NULL
++disable_so_iwlagn_disconn_pan_fndecl_6953 iwlagn_disconn_pan fndecl 0 6953 NULL
++disable_so_mtip_hw_init_fndecl_6959 mtip_hw_init fndecl 0 6959 NULL
++disable_so_tlv_put_u64_fndecl_6968 tlv_put_u64 fndecl 0 6968 NULL
++disable_so_pvr2_v4l2_read_fndecl_6981 pvr2_v4l2_read fndecl 0 6981 NULL
++disable_so_async_set_registers_fndecl_6987 async_set_registers fndecl 0 6987 NULL
++disable_so_sq_spare_wqes_mlx4_ib_qp_6994 sq_spare_wqes mlx4_ib_qp 0 6994 NULL
++disable_so_myri10ge_allocate_rings_fndecl_7000 myri10ge_allocate_rings fndecl 0 7000 NULL
++disable_so___posix_lock_file_fndecl_7008 __posix_lock_file fndecl 0 7008 NULL
++disable_so___mlx4_ib_query_port_fndecl_7019 __mlx4_ib_query_port fndecl 0 7019 NULL
++disable_so_channels_snd_pcm_plugin_format_7026 channels snd_pcm_plugin_format 0 7026 NULL
++disable_so_h_sync_strt_wid_crtc_7033 h_sync_strt_wid crtc 0 7033 NULL
++disable_so_fpregs_get_fndecl_7041 fpregs_get fndecl 0 7041 NULL
++disable_so_i2400mu_notification_setup_fndecl_7042 i2400mu_notification_setup fndecl 0 7042 NULL
++disable_so_process_measurement_fndecl_7043 process_measurement fndecl 0 7043 NULL
++disable_so_kvm_read_guest_page_fndecl_7049 kvm_read_guest_page fndecl 0 7049 NULL
++disable_so_reiserfs_symlink_fndecl_7052 reiserfs_symlink fndecl 0 7052 NULL
++disable_so_ddebug_proc_write_fndecl_7060 ddebug_proc_write fndecl 0 7060 NULL
++disable_so_softing_bootloader_command_fndecl_7061 softing_bootloader_command fndecl 0 7061 NULL
++disable_so_policydb_load_isids_fndecl_7063 policydb_load_isids fndecl 0 7063 NULL
++disable_so_no_overlapping_node_fndecl_7068 no_overlapping_node fndecl 0 7068 NULL
++disable_so_fst_add_one_fndecl_7069 fst_add_one fndecl 0 7069 NULL
++disable_so_bcmgenet_init_rx_queues_fndecl_7071 bcmgenet_init_rx_queues fndecl 0 7071 NULL
++disable_so_dma_bytes_snd_pcm_runtime_7108 dma_bytes snd_pcm_runtime 0 7108 NULL
++disable_so_setup_speedfax_fndecl_7111 setup_speedfax fndecl 0 7111 NULL
++disable_so_sctp_bind_addr_copy_fndecl_7122 sctp_bind_addr_copy fndecl 0 7122 NULL
++disable_so_ocfs2_check_new_group_fndecl_7129 ocfs2_check_new_group fndecl 0 7129 NULL
++disable_so_setup_commands_fndecl_7144 setup_commands fndecl 0 7144 NULL
++disable_so_ea_secno_fnode_7151 ea_secno fnode 0 7151 NULL
++disable_so_cf_command_fndecl_7154 cf_command fndecl 0 7154 NULL
++disable_so___add_to_page_cache_locked_fndecl_7168 __add_to_page_cache_locked fndecl 0 7168 NULL
++disable_so_smi_fe_init_fndecl_7172 smi_fe_init fndecl 0 7172 NULL
++disable_so_mfd_add_devices_fndecl_7183 mfd_add_devices fndecl 0 7183 NULL
++disable_so_ino_node_footer_7185 ino node_footer 0 7185 NULL
++disable_so_mmc_calc_max_discard_fndecl_7198 mmc_calc_max_discard fndecl 0 7198 NULL
++disable_so___wa_populate_dto_urb_fndecl_7208 __wa_populate_dto_urb fndecl 0 7208 NULL
++disable_so_drbd_drain_block_fndecl_7210 drbd_drain_block fndecl 0 7210 NULL
++disable_so_slow_copy_fndecl_7211 slow_copy fndecl 0 7211 NULL
++disable_so__iwl_dbgfs_bt_force_ant_write_fndecl_7214 _iwl_dbgfs_bt_force_ant_write fndecl 0 7214 NULL
++disable_so_moxa_real_load_code_fndecl_7221 moxa_real_load_code fndecl 0 7221 NULL
++disable_so_udl_fbdev_init_fndecl_7222 udl_fbdev_init fndecl 0 7222 NULL
++disable_so_iwl_mvm_fw_dbg_collect_fndecl_7228 iwl_mvm_fw_dbg_collect fndecl 0 7228 NULL
++disable_so_sky2_alloc_rx_skbs_fndecl_7237 sky2_alloc_rx_skbs fndecl 0 7237 NULL
++disable_so_synusb_probe_fndecl_7240 synusb_probe fndecl 0 7240 NULL
++disable_so_mptsas_probe_fndecl_7247 mptsas_probe fndecl 0 7247 NULL
++disable_so_verify_extent_fndecl_7249 verify_extent fndecl 0 7249 NULL
++disable_so_lpfc_new_scsi_buf_s4_fndecl_7265 lpfc_new_scsi_buf_s4 fndecl 0 7265 NULL
++disable_so_qlcnic_83xx_init_fndecl_7270 qlcnic_83xx_init fndecl 0 7270 NULL
++disable_so_setup_routing_entry_fndecl_7281 setup_routing_entry fndecl 0 7281 NULL
++disable_so_cafe_smbus_setup_fndecl_7294 cafe_smbus_setup fndecl 0 7294 NULL
++disable_so_hv_kbd_connect_to_vsp_fndecl_7320 hv_kbd_connect_to_vsp fndecl 0 7320 NULL
++disable_so_vmw_cmdbuf_res_add_fndecl_7324 vmw_cmdbuf_res_add fndecl 0 7324 NULL
++disable_so_mc13xxx_irq_request_fndecl_7349 mc13xxx_irq_request fndecl 0 7349 NULL
++disable_so_i40e_sw_init_fndecl_7352 i40e_sw_init fndecl 0 7352 NULL
++disable_so_avc_write_fndecl_7365 avc_write fndecl 0 7365 NULL nohasharray
++disable_so_gtt_phys_addr__intel_private_7365 gtt_phys_addr _intel_private 0 7365 &disable_so_avc_write_fndecl_7365
++disable_so_btree_lookup_raw_fndecl_7367 btree_lookup_raw fndecl 0 7367 NULL
++disable_so_freeze_super_fndecl_7368 freeze_super fndecl 0 7368 NULL
++disable_so_c67x00_create_td_fndecl_7377 c67x00_create_td fndecl 0 7377 NULL
++disable_so_try_get_dev_id_fndecl_7380 try_get_dev_id fndecl 0 7380 NULL
++disable_so_v_tot_disp_crtc_7400 v_tot_disp crtc 0 7400 NULL
++disable_so_ext4_ext_zeroout_fndecl_7404 ext4_ext_zeroout fndecl 0 7404 NULL
++disable_so_xfs_iget_fndecl_7419 xfs_iget fndecl 0 7419 NULL nohasharray
++disable_so_alloc_idx_lebs_fndecl_7419 alloc_idx_lebs fndecl 0 7419 &disable_so_xfs_iget_fndecl_7419
++disable_so_old_deviceless_fndecl_7429 old_deviceless fndecl 0 7429 NULL
++disable_so_iwl_dbgfs_prph_reg_write_fndecl_7432 iwl_dbgfs_prph_reg_write fndecl 0 7432 NULL
++disable_so_crypto_ahash_final_fndecl_7433 crypto_ahash_final fndecl 0 7433 NULL
++disable_so_nvme_sg_io_fndecl_7434 nvme_sg_io fndecl 0 7434 NULL
++disable_so_iio_device_add_event_fndecl_7439 iio_device_add_event fndecl 0 7439 NULL
++disable_so_radio_open_fndecl_7444 radio_open fndecl 0 7444 NULL
++disable_so_kvm_deassign_irq_fndecl_7458 kvm_deassign_irq fndecl 0 7458 NULL
++disable_so_len_sk_buff_7460 len sk_buff 0 7460 NULL
++disable_so_hpfs_alloc_sector_fndecl_7462 hpfs_alloc_sector fndecl 0 7462 NULL
++disable_so_vmw_user_dmabuf_lookup_fndecl_7469 vmw_user_dmabuf_lookup fndecl 0 7469 NULL
++disable_so_xfs_btree_check_block_fndecl_7472 xfs_btree_check_block fndecl 0 7472 NULL
++disable_so__regulator_do_set_voltage_fndecl_7477 _regulator_do_set_voltage fndecl 0 7477 NULL
++disable_so_mcs_rate_info_7481 mcs rate_info 0 7481 NULL
++disable_so_nilfs_bmap_insert_fndecl_7485 nilfs_bmap_insert fndecl 0 7485 NULL
++disable_so_con_set_unimap_fndecl_7487 con_set_unimap fndecl 0 7487 NULL
++disable_so_osst_chk_result_fndecl_7500 osst_chk_result fndecl 0 7500 NULL
++disable_so_sf1_read_fndecl_7504 sf1_read fndecl 0 7504 NULL
++disable_so_calculate_inocache_hashsize_fndecl_7506 calculate_inocache_hashsize fndecl 0 7506 NULL
++disable_so_as102_firmware_upload_fndecl_7509 as102_firmware_upload fndecl 0 7509 NULL
++disable_so_netlink_change_ngroups_fndecl_7514 netlink_change_ngroups fndecl 0 7514 NULL
++disable_so_ccp_register_aes_alg_fndecl_7517 ccp_register_aes_alg fndecl 0 7517 NULL
++disable_so_validate_request_fndecl_7523 validate_request fndecl 0 7523 NULL
++disable_so_ecryptfs_get_tfm_and_mutex_for_cipher_name_fndecl_7524 ecryptfs_get_tfm_and_mutex_for_cipher_name fndecl 0 7524 NULL
++disable_so_filemap_write_and_wait_fndecl_7529 filemap_write_and_wait fndecl 0 7529 NULL
++disable_so_capi_read_fndecl_7532 capi_read fndecl 0 7532 NULL
++disable_so_analog_init_masks_fndecl_7535 analog_init_masks fndecl 0 7535 NULL
++disable_so_radeon_bo_pin_fndecl_7538 radeon_bo_pin fndecl 0 7538 NULL
++disable_so_acpi_pcc_probe_fndecl_7544 acpi_pcc_probe fndecl 0 7544 NULL
++disable_so_ocfs2_block_group_set_bits_fndecl_7547 ocfs2_block_group_set_bits fndecl 0 7547 NULL
++disable_so_snd_seq_client_enqueue_event_fndecl_7554 snd_seq_client_enqueue_event fndecl 0 7554 NULL
++disable_so_ahash_save_req_fndecl_7557 ahash_save_req fndecl 0 7557 NULL
++disable_so_qib_user_sdma_queue_pkts_fndecl_7563 qib_user_sdma_queue_pkts fndecl 0 7563 NULL
++disable_so_start_this_handle_fndecl_7572 start_this_handle fndecl 0 7572 NULL
++disable_so_rtsx_usb_send_cmd_fndecl_7578 rtsx_usb_send_cmd fndecl 0 7578 NULL
++disable_so_alloc_mmu_pages_fndecl_7579 alloc_mmu_pages fndecl 0 7579 NULL
++disable_so_ftdi_elan_edset_input_fndecl_7588 ftdi_elan_edset_input fndecl 0 7588 NULL
++disable_so_ipw_fw_dma_add_buffer_fndecl_7589 ipw_fw_dma_add_buffer fndecl 0 7589 NULL
++disable_so_daio_rsc_init_fndecl_7594 daio_rsc_init fndecl 0 7594 NULL
++disable_so_lpfc_bsg_handle_sli_cfg_ebuf_fndecl_7596 lpfc_bsg_handle_sli_cfg_ebuf fndecl 0 7596 NULL
++disable_so_q_blkno_xfs_dquot_7601 q_blkno xfs_dquot 0 7601 NULL
++disable_so_find_available_queue_slot_fndecl_7603 find_available_queue_slot fndecl 0 7603 NULL
++disable_so_assoc_array_gc_fndecl_7605 assoc_array_gc fndecl 0 7605 NULL
++disable_so_parse_metadata_dev_fndecl_7613 parse_metadata_dev fndecl 0 7613 NULL
++disable_so_ixgbe_setup_all_tx_resources_fndecl_7625 ixgbe_setup_all_tx_resources fndecl 0 7625 NULL
++disable_so_virt_to_scatterlist_fndecl_7637 virt_to_scatterlist fndecl 0 7637 NULL
++disable_so_talk_to_blkback_fndecl_7651 talk_to_blkback fndecl 0 7651 NULL
++disable_so_display_crc_ctl_parse_fndecl_7656 display_crc_ctl_parse fndecl 0 7656 NULL
++disable_so_solo_tw28_init_fndecl_7657 solo_tw28_init fndecl 0 7657 NULL
++disable_so_btrfs_end_transaction_fndecl_7665 btrfs_end_transaction fndecl 0 7665 NULL
++disable_so_btrfs_wait_marked_extents_fndecl_7668 btrfs_wait_marked_extents fndecl 0 7668 NULL
++disable_so_mpi_get_buffer_fndecl_7669 mpi_get_buffer fndecl 0 7669 NULL
++disable_so_ipath_create_user_egr_fndecl_7684 ipath_create_user_egr fndecl 0 7684 NULL
++disable_so_genphy_soft_reset_fndecl_7697 genphy_soft_reset fndecl 0 7697 NULL
++disable_so_t4_fw_reset_fndecl_7702 t4_fw_reset fndecl 0 7702 NULL nohasharray
++disable_so_mxt_upload_cfg_mem_fndecl_7702 mxt_upload_cfg_mem fndecl 0 7702 &disable_so_t4_fw_reset_fndecl_7702
++disable_so_send_subvol_begin_fndecl_7706 send_subvol_begin fndecl 0 7706 NULL
++disable_so_wl1271_cmd_ps_mode_fndecl_7707 wl1271_cmd_ps_mode fndecl 0 7707 NULL
++disable_so_zr36050_setup_fndecl_7709 zr36050_setup fndecl 0 7709 NULL
++disable_so_iwl_read_eeprom_fndecl_7723 iwl_read_eeprom fndecl 0 7723 NULL
++disable_so_vfs_ioctl_fndecl_7728 vfs_ioctl fndecl 0 7728 NULL nohasharray
++disable_so_sess_alloc_buffer_fndecl_7728 sess_alloc_buffer fndecl 0 7728 &disable_so_vfs_ioctl_fndecl_7728
++disable_so_xfs_initialize_perag_data_fndecl_7735 xfs_initialize_perag_data fndecl 0 7735 NULL
++disable_so_level_tree_block_7744 level tree_block 0 7744 NULL
++disable_so_base_addr_net_device_7745 base_addr net_device 0 7745 NULL
++disable_so_beiscsi_create_wrb_rings_fndecl_7749 beiscsi_create_wrb_rings fndecl 0 7749 NULL
++disable_so_snd_usb_mixer_controls_fndecl_7753 snd_usb_mixer_controls fndecl 0 7753 NULL
++disable_so_mlx4_enable_sriov_fndecl_7756 mlx4_enable_sriov fndecl 0 7756 NULL
++disable_so_qla24xx_enable_msix_fndecl_7770 qla24xx_enable_msix fndecl 0 7770 NULL
++disable_so_alloc_reserved_file_extent_fndecl_7776 alloc_reserved_file_extent fndecl 0 7776 NULL
++disable_so_setup_blkring_fndecl_7778 setup_blkring fndecl 0 7778 NULL
++disable_so_mmu_private_affs_inode_info_7785 mmu_private affs_inode_info 0 7785 NULL
++disable_so_ubi_io_sync_erase_fndecl_7797 ubi_io_sync_erase fndecl 0 7797 NULL
++disable_so_xt_check_target_fndecl_7809 xt_check_target fndecl 0 7809 NULL
++disable_so_plen_hci_event_hdr_7815 plen hci_event_hdr 0 7815 NULL
++disable_so_ext4_xattr_ibody_inline_set_fndecl_7828 ext4_xattr_ibody_inline_set fndecl 0 7828 NULL
++disable_so_check_board_id_and_rev_fndecl_7835 check_board_id_and_rev fndecl 0 7835 NULL
++disable_so_sirdev_get_dongle_fndecl_7836 sirdev_get_dongle fndecl 0 7836 NULL
++disable_so_init_iommu_one_fndecl_7837 init_iommu_one fndecl 0 7837 NULL
++disable_so_io_fritz_adapter_7853 io fritz_adapter 0 7853 NULL
++disable_so_rds_get_mr_for_dest_fndecl_7856 rds_get_mr_for_dest fndecl 0 7856 NULL
++disable_so_snd_register_device_fndecl_7864 snd_register_device fndecl 0 7864 NULL
++disable_so_debug_fill_super_fndecl_7866 debug_fill_super fndecl 0 7866 NULL
++disable_so_ims_pcu_setup_gamepad_fndecl_7867 ims_pcu_setup_gamepad fndecl 0 7867 NULL
++disable_so_rocker_flow_tbl_do_fndecl_7870 rocker_flow_tbl_do fndecl 0 7870 NULL
++disable_so_proc_do_submiturb_fndecl_7876 proc_do_submiturb fndecl 0 7876 NULL
++disable_so_flock_to_posix_lock_fndecl_7882 flock_to_posix_lock fndecl 0 7882 NULL
++disable_so_sd_read_data_fndecl_7884 sd_read_data fndecl 0 7884 NULL
++disable_so_atmel_probe_fndecl_7906 atmel_probe fndecl 0 7906 NULL nohasharray
++disable_so_ath6kl_wmi_info_req_cmd_fndecl_7906 ath6kl_wmi_info_req_cmd fndecl 0 7906 &disable_so_atmel_probe_fndecl_7906
++disable_so_rx_ring_size_vmxnet3_adapter_7917 rx_ring_size vmxnet3_adapter 0 7917 NULL
++disable_so_saa7706h_get_reg16_fndecl_7919 saa7706h_get_reg16 fndecl 0 7919 NULL
++disable_so_savage_dispatch_draw_fndecl_7920 savage_dispatch_draw fndecl 0 7920 NULL
++disable_so_uvesafb_setpalette_fndecl_7922 uvesafb_setpalette fndecl 0 7922 NULL
++disable_so_blacklisted_vardecl_acpi_cpufreq_c_7931 blacklisted vardecl_acpi-cpufreq.c 0 7931 NULL
++disable_so_handle_outgoing_dr_smp_fndecl_7932 handle_outgoing_dr_smp fndecl 0 7932 NULL
++disable_so_hfrontporch_v4l2_bt_timings_7935 hfrontporch v4l2_bt_timings 0 7935 NULL
++disable_so_i40evf_verify_api_ver_fndecl_7937 i40evf_verify_api_ver fndecl 0 7937 NULL
++disable_so_brcmf_sdiod_freezer_attach_fndecl_7945 brcmf_sdiod_freezer_attach fndecl 0 7945 NULL
++disable_so_ath6kl_init_hw_start_fndecl_7946 ath6kl_init_hw_start fndecl 0 7946 NULL
++disable_so_xhci_queue_intr_tx_fndecl_7952 xhci_queue_intr_tx fndecl 0 7952 NULL
++disable_so_sd_start_fndecl_7964 sd_start fndecl 0 7964 NULL
++disable_so_nilfs_segctor_update_payload_blocknr_fndecl_7999 nilfs_segctor_update_payload_blocknr fndecl 0 7999 NULL
++disable_so_rds_cmsg_rdma_args_fndecl_8024 rds_cmsg_rdma_args fndecl 0 8024 NULL
++disable_so_mcast_mtu_ipoib_dev_priv_8033 mcast_mtu ipoib_dev_priv 0 8033 NULL
++disable_so_gtt_base_align_radeon_mc_8035 gtt_base_align radeon_mc 0 8035 NULL
++disable_so_do_check_fndecl_8046 do_check fndecl 0 8046 NULL
++disable_so_cb710_check_event_fndecl_8054 cb710_check_event fndecl 0 8054 NULL nohasharray
++disable_so_dsp_dma_setup_fndecl_8054 dsp_dma_setup fndecl 0 8054 &disable_so_cb710_check_event_fndecl_8054
++disable_so_deleterule_fndecl_8057 deleterule fndecl 0 8057 NULL
++disable_so___dev_change_flags_fndecl_8062 __dev_change_flags fndecl 0 8062 NULL
++disable_so_btrfs_unlink_inode_fndecl_8064 btrfs_unlink_inode fndecl 0 8064 NULL
++disable_so_detect_cache_attributes_fndecl_8075 detect_cache_attributes fndecl 0 8075 NULL
++disable_so_copy_counters_to_user_fndecl_8080 copy_counters_to_user fndecl 0 8080 NULL
++disable_so_via_dmablit_grab_slot_fndecl_8081 via_dmablit_grab_slot fndecl 0 8081 NULL
++disable_so_build_dac_controls_fndecl_8088 build_dac_controls fndecl 0 8088 NULL
++disable_so_ethtool_get_dump_data_fndecl_8090 ethtool_get_dump_data fndecl 0 8090 NULL nohasharray
++disable_so_hash_ip4_add_fndecl_8090 hash_ip4_add fndecl 0 8090 &disable_so_ethtool_get_dump_data_fndecl_8090
++disable_so_ali1535_smba_vardecl_i2c_ali1535_c_8095 ali1535_smba vardecl_i2c-ali1535.c 0 8095 NULL
++disable_so_brcmf_sdiod_probe_fndecl_8105 brcmf_sdiod_probe fndecl 0 8105 NULL
++disable_so_smsc95xx_read_reg_fndecl_8113 smsc95xx_read_reg fndecl 0 8113 NULL
++disable_so_prepend_fndecl_8120 prepend fndecl 0 8120 NULL
++disable_so__base_get_port_facts_fndecl_8125 _base_get_port_facts fndecl 0 8125 NULL
++disable_so_jffs2_scan_inode_node_fndecl_8132 jffs2_scan_inode_node fndecl 0 8132 NULL
++disable_so_nct6683_find_fndecl_8139 nct6683_find fndecl 0 8139 NULL
++disable_so_fuse_direct_IO_fndecl_8163 fuse_direct_IO fndecl 0 8163 NULL
++disable_so_tx_ring_count_igb_adapter_8171 tx_ring_count igb_adapter 0 8171 NULL
++disable_so_avail_ubifs_wbuf_8176 avail ubifs_wbuf 0 8176 NULL
++disable_so_smsc95xx_enter_suspend3_fndecl_8189 smsc95xx_enter_suspend3 fndecl 0 8189 NULL
++disable_so_snd_cmipci_pcm_spdif_new_fndecl_8194 snd_cmipci_pcm_spdif_new fndecl 0 8194 NULL
++disable_so_evm_protect_xattr_fndecl_8195 evm_protect_xattr fndecl 0 8195 NULL nohasharray
++disable_so_ethtool_get_rxfh_fndecl_8195 ethtool_get_rxfh fndecl 0 8195 &disable_so_evm_protect_xattr_fndecl_8195
++disable_so_ccp_copy_from_ksb_fndecl_8196 ccp_copy_from_ksb fndecl 0 8196 NULL
++disable_so_resource_alignment_fndecl_8199 resource_alignment fndecl 0 8199 NULL
++disable_so_ath6kl_core_init_fndecl_8208 ath6kl_core_init fndecl 0 8208 NULL
++disable_so_tx_ring_count_fm10k_intfc_8210 tx_ring_count fm10k_intfc 0 8210 NULL
++disable_so_snd_usb_audio_create_fndecl_8211 snd_usb_audio_create fndecl 0 8211 NULL
++disable_so_snd_asihpi_level_add_fndecl_8213 snd_asihpi_level_add fndecl 0 8213 NULL
++disable_so_flush_buffer_fndecl_8236 flush_buffer fndecl 0 8236 NULL
++disable_so_ene_ub6250_probe_fndecl_8238 ene_ub6250_probe fndecl 0 8238 NULL
++disable_so_osst_set_frame_position_fndecl_8253 osst_set_frame_position fndecl 0 8253 NULL
++disable_so_ath6kl_init_upload_fndecl_8260 ath6kl_init_upload fndecl 0 8260 NULL
++disable_so_ieee80211_mesh_csa_beacon_fndecl_8273 ieee80211_mesh_csa_beacon fndecl 0 8273 NULL
++disable_so_ret_regulator_bulk_data_8277 ret regulator_bulk_data 0 8277 NULL
++disable_so_emi62_load_firmware_fndecl_8284 emi62_load_firmware fndecl 0 8284 NULL
++disable_so_dm_ulog_tfr_init_fndecl_8291 dm_ulog_tfr_init fndecl 0 8291 NULL
++disable_so_proc_pid_stack_fndecl_8296 proc_pid_stack fndecl 0 8296 NULL
++disable_so_ip6mr_sk_done_fndecl_8297 ip6mr_sk_done fndecl 0 8297 NULL
++disable_so_common_read_fndecl_8298 common_read fndecl 0 8298 NULL
++disable_so_bond_netpoll_setup_fndecl_8309 bond_netpoll_setup fndecl 0 8309 NULL
++disable_so_alloc_pwms_fndecl_8311 alloc_pwms fndecl 0 8311 NULL
++disable_so_sctp_outq_flush_rtx_fndecl_8326 sctp_outq_flush_rtx fndecl 0 8326 NULL
++disable_so_xfs_bmap_longest_free_extent_fndecl_8327 xfs_bmap_longest_free_extent fndecl 0 8327 NULL nohasharray
++disable_so_vidioc_s_fmt_vid_overlay_fndecl_8327 vidioc_s_fmt_vid_overlay fndecl 0 8327 &disable_so_xfs_bmap_longest_free_extent_fndecl_8327
++disable_so_ttm_bo_move_buffer_fndecl_8328 ttm_bo_move_buffer fndecl 0 8328 NULL nohasharray
++disable_so_check_call_fndecl_8328 check_call fndecl 0 8328 &disable_so_ttm_bo_move_buffer_fndecl_8328
++disable_so_hash_rem_ccp_aes_cmac_req_ctx_8330 hash_rem ccp_aes_cmac_req_ctx 0 8330 NULL
++disable_so_gntalloc_mmap_fndecl_8332 gntalloc_mmap fndecl 0 8332 NULL
++disable_so_vhci_urb_dequeue_fndecl_8333 vhci_urb_dequeue fndecl 0 8333 NULL
++disable_so_netlink_dump_fndecl_8338 netlink_dump fndecl 0 8338 NULL
++disable_so_kobject_add_internal_fndecl_8342 kobject_add_internal fndecl 0 8342 NULL
++disable_so_rfkill_register_fndecl_8346 rfkill_register fndecl 0 8346 NULL
++disable_so_i40e_setup_pf_filter_control_fndecl_8352 i40e_setup_pf_filter_control fndecl 0 8352 NULL
++disable_so_i2c_smbus_write_byte_data_fndecl_8369 i2c_smbus_write_byte_data fndecl 0 8369 NULL
++disable_so_btrfs_split_item_fndecl_8375 btrfs_split_item fndecl 0 8375 NULL
++disable_so_group_send_sig_info_fndecl_8378 group_send_sig_info fndecl 0 8378 NULL
++disable_so_acpi_map_cpu_fndecl_8400 acpi_map_cpu fndecl 0 8400 NULL
++disable_so_ni_copy_vbios_mc_reg_table_fndecl_8405 ni_copy_vbios_mc_reg_table fndecl 0 8405 NULL
++disable_so_ubi_wl_scrub_peb_fndecl_8407 ubi_wl_scrub_peb fndecl 0 8407 NULL
++disable_so_bitrate_snd_at73c213_8409 bitrate snd_at73c213 0 8409 NULL
++disable_so_ttm_dma_populate_fndecl_8425 ttm_dma_populate fndecl 0 8425 NULL
++disable_so_i_ino_inode_8428 i_ino inode 0 8428 NULL
++disable_so___wl18xx_scan_stop_fndecl_8429 __wl18xx_scan_stop fndecl 0 8429 NULL
++disable_so_rtsx_pci_dma_transfer_fndecl_8439 rtsx_pci_dma_transfer fndecl 0 8439 NULL
++disable_so_set_memory_wb_fndecl_8450 set_memory_wb fndecl 0 8450 NULL
++disable_so___g450_setclk_fndecl_8454 __g450_setclk fndecl 0 8454 NULL
++disable_so_adp5589_gpio_add_fndecl_8458 adp5589_gpio_add fndecl 0 8458 NULL
++disable_so_inputs_snd_soc_dapm_widget_8459 inputs snd_soc_dapm_widget 0 8459 NULL
++disable_so_crypto_register_alg_fndecl_8460 crypto_register_alg fndecl 0 8460 NULL
++disable_so_read_id_reg_fndecl_8461 read_id_reg fndecl 0 8461 NULL
++disable_so_mtd_read_user_prot_reg_fndecl_8465 mtd_read_user_prot_reg fndecl 0 8465 NULL
++disable_so_snd_seq_device_new_fndecl_8474 snd_seq_device_new fndecl 0 8474 NULL
++disable_so_isp1362_urb_enqueue_fndecl_8524 isp1362_urb_enqueue fndecl 0 8524 NULL
++disable_so___bond_release_one_fndecl_8527 __bond_release_one fndecl 0 8527 NULL
++disable_so_get_msg_fndecl_8532 get_msg fndecl 0 8532 NULL
++disable_so_rtsx_usb_write_register_fndecl_8533 rtsx_usb_write_register fndecl 0 8533 NULL
++disable_so_overlay_out_left_vivid_dev_8540 overlay_out_left vivid_dev 0 8540 NULL
++disable_so_parse_manfid_fndecl_8549 parse_manfid fndecl 0 8549 NULL
++disable_so_velocity_init_rd_ring_fndecl_8573 velocity_init_rd_ring fndecl 0 8573 NULL
++disable_so_ext4_get_acl_fndecl_8590 ext4_get_acl fndecl 0 8590 NULL
++disable_so_ubifs_lpt_start_commit_fndecl_8607 ubifs_lpt_start_commit fndecl 0 8607 NULL nohasharray
++disable_so_setup_queues_fndecl_8607 setup_queues fndecl 0 8607 &disable_so_ubifs_lpt_start_commit_fndecl_8607
++disable_so_irq_spi_device_8610 irq spi_device 0 8610 NULL
++disable_so_riptide_reset_fndecl_8612 riptide_reset fndecl 0 8612 NULL
++disable_so_xattr_permission_fndecl_8624 xattr_permission fndecl 0 8624 NULL
++disable_so_svcauth_gss_register_pseudoflavor_fndecl_8630 svcauth_gss_register_pseudoflavor fndecl 0 8630 NULL
++disable_so_compat_sock_get_timestamp_fndecl_8635 compat_sock_get_timestamp fndecl 0 8635 NULL
++disable_so_acpi_add_power_resource_fndecl_8651 acpi_add_power_resource fndecl 0 8651 NULL
++disable_so_nvme_trans_mode_sense_fndecl_8652 nvme_trans_mode_sense fndecl 0 8652 NULL
++disable_so_si4713_send_startup_command_fndecl_8663 si4713_send_startup_command fndecl 0 8663 NULL
++disable_so_io_emu_8664 io emu 0 8664 NULL
++disable_so_dvb_usbv2_adapter_init_fndecl_8691 dvb_usbv2_adapter_init fndecl 0 8691 NULL
++disable_so_alps_set_protocol_fndecl_8695 alps_set_protocol fndecl 0 8695 NULL
++disable_so_digital_in_send_fndecl_8698 digital_in_send fndecl 0 8698 NULL
++disable_so_vx_read_status_fndecl_8701 vx_read_status fndecl 0 8701 NULL
++disable_so_lanai_open_fndecl_8702 lanai_open fndecl 0 8702 NULL nohasharray
++disable_so_nl80211_parse_random_mac_fndecl_8702 nl80211_parse_random_mac fndecl 0 8702 &disable_so_lanai_open_fndecl_8702
++disable_so_netlbl_cipsov4_add_common_fndecl_8708 netlbl_cipsov4_add_common fndecl 0 8708 NULL
++disable_so_suni_init_fndecl_8712 suni_init fndecl 0 8712 NULL
++disable_so_normalize_ioctl_fndecl_8717 normalize_ioctl fndecl 0 8717 NULL
++disable_so_ocfs2_local_alloc_reserve_for_window_fndecl_8725 ocfs2_local_alloc_reserve_for_window fndecl 0 8725 NULL
++disable_so_qsfp_read_fndecl_8729 qsfp_read fndecl 0 8729 NULL
++disable_so_vmw_resource_validate_fndecl_8731 vmw_resource_validate fndecl 0 8731 NULL
++disable_so___blockdev_direct_IO_fndecl_8738 __blockdev_direct_IO fndecl 0 8738 NULL
++disable_so_size_kmem_cache_8740 size kmem_cache 0 8740 NULL
++disable_so_perf_ustack_task_size_fndecl_8746 perf_ustack_task_size fndecl 0 8746 NULL
++disable_so___vlan_add_fndecl_8748 __vlan_add fndecl 0 8748 NULL
++disable_so_cpufreq_frequency_table_cpuinfo_fndecl_8758 cpufreq_frequency_table_cpuinfo fndecl 0 8758 NULL
++disable_so_assign_guest_irq_fndecl_8769 assign_guest_irq fndecl 0 8769 NULL
++disable_so_set_output_gain_fndecl_8771 set_output_gain fndecl 0 8771 NULL
++disable_so_nilfs_dat_prepare_alloc_fndecl_8773 nilfs_dat_prepare_alloc fndecl 0 8773 NULL
++disable_so_team_port_add_fndecl_8775 team_port_add fndecl 0 8775 NULL
++disable_so_gfs2_adjust_quota_fndecl_8777 gfs2_adjust_quota fndecl 0 8777 NULL
++disable_so_ino_btrfs_dir_list_8780 ino btrfs_dir_list 0 8780 NULL
++disable_so_wq_sleep_fndecl_8790 wq_sleep fndecl 0 8790 NULL nohasharray
++disable_so_cbaf_check_fndecl_8790 cbaf_check fndecl 0 8790 &disable_so_wq_sleep_fndecl_8790
++disable_so_matroxfb_g450_setclk_fndecl_8803 matroxfb_g450_setclk fndecl 0 8803 NULL
++disable_so_pt3_attach_fe_fndecl_8812 pt3_attach_fe fndecl 0 8812 NULL nohasharray
++disable_so_nilfs_cpfile_get_checkpoint_fndecl_8812 nilfs_cpfile_get_checkpoint fndecl 0 8812 &disable_so_pt3_attach_fe_fndecl_8812
++disable_so_sys_set_mempolicy_fndecl_8819 sys_set_mempolicy fndecl 0 8819 NULL
++disable_so_replace_page_cache_page_fndecl_8822 replace_page_cache_page fndecl 0 8822 NULL
++disable_so___pci_request_region_fndecl_8825 __pci_request_region fndecl 0 8825 NULL
++disable_so_memtype_rb_check_conflict_fndecl_8830 memtype_rb_check_conflict fndecl 0 8830 NULL
++disable_so_snd_soc_add_platform_fndecl_8834 snd_soc_add_platform fndecl 0 8834 NULL
++disable_so_blkno2_xfs_da_args_8858 blkno2 xfs_da_args 0 8858 NULL
++disable_so_hash_netiface6_add_fndecl_8863 hash_netiface6_add fndecl 0 8863 NULL
++disable_so_cma_bind_loopback_fndecl_8866 cma_bind_loopback fndecl 0 8866 NULL
++disable_so_if_usb_probe_fndecl_8868 if_usb_probe fndecl 0 8868 NULL
++disable_so_dm_set_target_max_io_len_fndecl_8872 dm_set_target_max_io_len fndecl 0 8872 NULL
++disable_so_apei_res_add_fndecl_8881 apei_res_add fndecl 0 8881 NULL
++disable_so_move_addr_to_kernel_fndecl_8882 move_addr_to_kernel fndecl 0 8882 NULL
++disable_so_port100_in_send_cmd_fndecl_8886 port100_in_send_cmd fndecl 0 8886 NULL
++disable_so_lp_read_fndecl_8888 lp_read fndecl 0 8888 NULL
++disable_so_ct_mixer_get_mem_fndecl_8893 ct_mixer_get_mem fndecl 0 8893 NULL
++disable_so_rpm_resume_fndecl_8909 rpm_resume fndecl 0 8909 NULL
++disable_so_check_bdq_fndecl_8915 check_bdq fndecl 0 8915 NULL
++disable_so_xfs_filestream_new_ag_fndecl_8916 xfs_filestream_new_ag fndecl 0 8916 NULL nohasharray
++disable_so___drbd_cfg_context_from_attrs_fndecl_8916 __drbd_cfg_context_from_attrs fndecl 0 8916 &disable_so_xfs_filestream_new_ag_fndecl_8916
++disable_so_xfs_bmbt_update_fndecl_8922 xfs_bmbt_update fndecl 0 8922 NULL
++disable_so_rt2x00debug_read_queue_dump_fndecl_8923 rt2x00debug_read_queue_dump fndecl 0 8923 NULL
++disable_so_data_size_mdp_superblock_1_8925 data_size mdp_superblock_1 0 8925 NULL
++disable_so_begin_cmd_fndecl_8941 begin_cmd fndecl 0 8941 NULL
++disable_so_nforce2_s4985_init_fndecl_8948 nforce2_s4985_init fndecl 0 8948 NULL
++disable_so_e1000_alloc_ring_dma_fndecl_8950 e1000_alloc_ring_dma fndecl 0 8950 NULL
++disable_so_pch_gpio_probe_fndecl_8970 pch_gpio_probe fndecl 0 8970 NULL
++disable_so_pc300_ioctl_fndecl_8981 pc300_ioctl fndecl 0 8981 NULL
++disable_so_ocfs2_xattr_find_entry_fndecl_8983 ocfs2_xattr_find_entry fndecl 0 8983 NULL
++disable_so_i40e_init_arq_fndecl_8988 i40e_init_arq fndecl 0 8988 NULL
++disable_so_ubifs_read_master_fndecl_8999 ubifs_read_master fndecl 0 8999 NULL nohasharray
++disable_so_mlx4_ib_steer_qp_reg_fndecl_8999 mlx4_ib_steer_qp_reg fndecl 0 8999 &disable_so_ubifs_read_master_fndecl_8999 nohasharray
++disable_so_ethtool_flash_device_fndecl_8999 ethtool_flash_device fndecl 0 8999 &disable_so_mlx4_ib_steer_qp_reg_fndecl_8999
++disable_so_mpu401_ioctl_fndecl_9007 mpu401_ioctl fndecl 0 9007 NULL
++disable_so_tcp_v4_init_req_fndecl_9009 tcp_v4_init_req fndecl 0 9009 NULL
++disable_so_vb2_dvb_register_frontend_fndecl_9015 vb2_dvb_register_frontend fndecl 0 9015 NULL
++disable_so_size_amd_smbus_9016 size amd_smbus 0 9016 NULL
++disable_so_mwifiex_sdio_probe_fndecl_9021 mwifiex_sdio_probe fndecl 0 9021 NULL
++disable_so_find_ci_fndecl_9022 find_ci fndecl 0 9022 NULL
++disable_so_cinergyt2_streaming_ctrl_fndecl_9023 cinergyt2_streaming_ctrl fndecl 0 9023 NULL
++disable_so_xfs_bmap_extsize_align_fndecl_9025 xfs_bmap_extsize_align fndecl 0 9025 NULL
++disable_so_decode_rc_list_fndecl_9042 decode_rc_list fndecl 0 9042 NULL nohasharray
++disable_so_slave_update_fndecl_9042 slave_update fndecl 0 9042 &disable_so_decode_rc_list_fndecl_9042
++disable_so_usb_isoc_urb_init_fndecl_9062 usb_isoc_urb_init fndecl 0 9062 NULL
++disable_so__drbd_bm_find_next_fndecl_9063 _drbd_bm_find_next fndecl 0 9063 NULL
++disable_so_ocrdma_get_mbx_cqe_errno_fndecl_9064 ocrdma_get_mbx_cqe_errno fndecl 0 9064 NULL
++disable_so_usbtmc_read_fndecl_9066 usbtmc_read fndecl 0 9066 NULL
++disable_so_klsi_105_get_line_state_fndecl_9067 klsi_105_get_line_state fndecl 0 9067 NULL
++disable_so_vl600_bind_fndecl_9068 vl600_bind fndecl 0 9068 NULL
++disable_so_gspca_input_connect_fndecl_9074 gspca_input_connect fndecl 0 9074 NULL
++disable_so_ahc_linux_register_host_fndecl_9076 ahc_linux_register_host fndecl 0 9076 NULL
++disable_so_con_set_trans_new_fndecl_9078 con_set_trans_new fndecl 0 9078 NULL
++disable_so_hashtab_insert_fndecl_9087 hashtab_insert fndecl 0 9087 NULL
++disable_so___add_missing_keys_fndecl_9089 __add_missing_keys fndecl 0 9089 NULL nohasharray
++disable_so_vnic_dev_set_ig_vlan_rewrite_mode_fndecl_9089 vnic_dev_set_ig_vlan_rewrite_mode fndecl 0 9089 &disable_so___add_missing_keys_fndecl_9089
++disable_so_width_fb_fillrect_9090 width fb_fillrect 0 9090 NULL
++disable_so_vmci_qp_alloc_fndecl_9094 vmci_qp_alloc fndecl 0 9094 NULL
++disable_so_dbReAlloc_fndecl_9096 dbReAlloc fndecl 0 9096 NULL
++disable_so_xfs_rtmount_inodes_fndecl_9101 xfs_rtmount_inodes fndecl 0 9101 NULL
++disable_so_init_iommu_from_acpi_fndecl_9116 init_iommu_from_acpi fndecl 0 9116 NULL
++disable_so_get_version_fndecl_9117 get_version fndecl 0 9117 NULL
++disable_so_init_card_fndecl_9118 init_card fndecl 0 9118 NULL nohasharray
++disable_so_ati_remote_probe_fndecl_9118 ati_remote_probe fndecl 0 9118 &disable_so_init_card_fndecl_9118
++disable_so_ip6_route_add_fndecl_9121 ip6_route_add fndecl 0 9121 NULL
++disable_so_xfs_alloc_put_freelist_fndecl_9126 xfs_alloc_put_freelist fndecl 0 9126 NULL
++disable_so_hwarc_get_version_fndecl_9154 hwarc_get_version fndecl 0 9154 NULL
++disable_so_fill_readbuf_fndecl_9155 fill_readbuf fndecl 0 9155 NULL
++disable_so_dlm_callback_start_fndecl_9162 dlm_callback_start fndecl 0 9162 NULL
++disable_so_ore_io_execute_fndecl_9164 ore_io_execute fndecl 0 9164 NULL
++disable_so___ext4_handle_dirty_super_fndecl_9177 __ext4_handle_dirty_super fndecl 0 9177 NULL
++disable_so_snd_pcm_sync_ptr_fndecl_9182 snd_pcm_sync_ptr fndecl 0 9182 NULL
++disable_so_findintfep_fndecl_9185 findintfep fndecl 0 9185 NULL nohasharray
++disable_so_drm_i2c_encoder_init_fndecl_9185 drm_i2c_encoder_init fndecl 0 9185 &disable_so_findintfep_fndecl_9185
++disable_so_ib_sa_service_rec_query_fndecl_9194 ib_sa_service_rec_query fndecl 0 9194 NULL
++disable_so_file_id_object_info_9209 file_id object_info 0 9209 NULL
++disable_so_radeon_do_wait_for_idle_fndecl_9212 radeon_do_wait_for_idle fndecl 0 9212 NULL nohasharray
++disable_so_parse_hex_line_fndecl_9212 parse_hex_line fndecl 0 9212 &disable_so_radeon_do_wait_for_idle_fndecl_9212
++disable_so_write_rcvrd_mst_node_fndecl_9217 write_rcvrd_mst_node fndecl 0 9217 NULL
++disable_so_loop_get_status_fndecl_9218 loop_get_status fndecl 0 9218 NULL
++disable_so_ieee80211_mgd_auth_fndecl_9219 ieee80211_mgd_auth fndecl 0 9219 NULL
++disable_so_vmci_transport_recv_connecting_client_negotiate_fndecl_9222 vmci_transport_recv_connecting_client_negotiate fndecl 0 9222 NULL
++disable_so_virtnet_find_vqs_fndecl_9223 virtnet_find_vqs fndecl 0 9223 NULL
++disable_so_new_steering_entry_fndecl_9227 new_steering_entry fndecl 0 9227 NULL
++disable_so___netdev_upper_dev_link_fndecl_9231 __netdev_upper_dev_link fndecl 0 9231 NULL nohasharray
++disable_so_acpi_processor_add_fndecl_9231 acpi_processor_add fndecl 0 9231 &disable_so___netdev_upper_dev_link_fndecl_9231
++disable_so_add_probe_files_fndecl_9236 add_probe_files fndecl 0 9236 NULL
++disable_so_is_valid_state_fndecl_9240 is_valid_state fndecl 0 9240 NULL nohasharray
++disable_so_snd_intel8x0_ich_chip_init_fndecl_9240 snd_intel8x0_ich_chip_init fndecl 0 9240 &disable_so_is_valid_state_fndecl_9240
++disable_so_r600_cs_check_reg_fndecl_9245 r600_cs_check_reg fndecl 0 9245 NULL
++disable_so_i2400mu_rx_size_grow_fndecl_9246 i2400mu_rx_size_grow fndecl 0 9246 NULL
++disable_so_phys_pmd_init_fndecl_9251 phys_pmd_init fndecl 0 9251 NULL
++disable_so_dynapro_connect_fndecl_9254 dynapro_connect fndecl 0 9254 NULL
++disable_so_sk_priority_sock_9258 sk_priority sock 0 9258 NULL
++disable_so_node_probe_fndecl_9271 node_probe fndecl 0 9271 NULL
++disable_so_c4iw_id_alloc_fndecl_9298 c4iw_id_alloc fndecl 0 9298 NULL
++disable_so___smsc75xx_mdio_read_fndecl_9301 __smsc75xx_mdio_read fndecl 0 9301 NULL
++disable_so_snd_tea575x_val_to_freq_fndecl_9302 snd_tea575x_val_to_freq fndecl 0 9302 NULL
++disable_so_addr_resolve_fndecl_9304 addr_resolve fndecl 0 9304 NULL
++disable_so_address_mic_vqconfig_9306 address mic_vqconfig 0 9306 NULL nohasharray
++disable_so_ubifs_add_orphan_fndecl_9306 ubifs_add_orphan fndecl 0 9306 &disable_so_address_mic_vqconfig_9306
++disable_so_ttm_bo_move_memcpy_fndecl_9320 ttm_bo_move_memcpy fndecl 0 9320 NULL
++disable_so_update_eth_regs_async_fndecl_9322 update_eth_regs_async fndecl 0 9322 NULL
++disable_so_queue_sendconfig_fndecl_9328 queue_sendconfig fndecl 0 9328 NULL
++disable_so_utimes_common_fndecl_9330 utimes_common fndecl 0 9330 NULL
++disable_so_sys_mincore_fndecl_9332 sys_mincore fndecl 0 9332 NULL
++disable_so_create_multi_channel_mode_fndecl_9334 create_multi_channel_mode fndecl 0 9334 NULL
++disable_so_ttm_bo_ioremap_fndecl_9337 ttm_bo_ioremap fndecl 0 9337 NULL
++disable_so_rpc_localaddr_fndecl_9346 rpc_localaddr fndecl 0 9346 NULL
++disable_so_cap_validate_magic_fndecl_9351 cap_validate_magic fndecl 0 9351 NULL
++disable_so__cancel_lock_fndecl_9353 _cancel_lock fndecl 0 9353 NULL
++disable_so_tse_init_rx_buffer_fndecl_9354 tse_init_rx_buffer fndecl 0 9354 NULL
++disable_so_register_vlan_dev_fndecl_9363 register_vlan_dev fndecl 0 9363 NULL
++disable_so_packed_depth_bytes_fndecl_9364 packed_depth_bytes fndecl 0 9364 NULL
++disable_so_string_to_context_struct_fndecl_9366 string_to_context_struct fndecl 0 9366 NULL nohasharray
++disable_so_compat_sys_get_mempolicy_fndecl_9366 compat_sys_get_mempolicy fndecl 0 9366 &disable_so_string_to_context_struct_fndecl_9366
++disable_so_build_node_manager_fndecl_9367 build_node_manager fndecl 0 9367 NULL nohasharray
++disable_so_ax25_uid_ioctl_fndecl_9367 ax25_uid_ioctl fndecl 0 9367 &disable_so_build_node_manager_fndecl_9367
++disable_so_pega_accel_init_fndecl_9404 pega_accel_init fndecl 0 9404 NULL
++disable_so___gpiod_request_fndecl_9416 __gpiod_request fndecl 0 9416 NULL
++disable_so_cls_bpf_prog_from_ops_fndecl_9425 cls_bpf_prog_from_ops fndecl 0 9425 NULL
++disable_so__regulator_do_disable_fndecl_9428 _regulator_do_disable fndecl 0 9428 NULL nohasharray
++disable_so_pktgen_thread_write_fndecl_9428 pktgen_thread_write fndecl 0 9428 &disable_so__regulator_do_disable_fndecl_9428
++disable_so_pci_create_capabilities_sysfs_fndecl_9445 pci_create_capabilities_sysfs fndecl 0 9445 NULL
++disable_so_atm_get_addr_fndecl_9446 atm_get_addr fndecl 0 9446 NULL
++disable_so_e1000_setup_rx_resources_fndecl_9453 e1000_setup_rx_resources fndecl 0 9453 NULL
++disable_so_parse_redboot_partitions_fndecl_9455 parse_redboot_partitions fndecl 0 9455 NULL
++disable_so_snd_pcm_plugin_build_rate_fndecl_9456 snd_pcm_plugin_build_rate fndecl 0 9456 NULL
++disable_so_mtdchar_readoob_fndecl_9459 mtdchar_readoob fndecl 0 9459 NULL
++disable_so_get_rx_bufs_fndecl_9461 get_rx_bufs fndecl 0 9461 NULL
++disable_so_mtip_pci_probe_fndecl_9463 mtip_pci_probe fndecl 0 9463 NULL
++disable_so_fr_add_pvc_fndecl_9467 fr_add_pvc fndecl 0 9467 NULL
++disable_so_hub_port_status_fndecl_9473 hub_port_status fndecl 0 9473 NULL nohasharray
++disable_so_usif_notify_put_fndecl_9473 usif_notify_put fndecl 0 9473 &disable_so_hub_port_status_fndecl_9473
++disable_so_ldm_partition_fndecl_9478 ldm_partition fndecl 0 9478 NULL
++disable_so_nfs_probe_destination_fndecl_9482 nfs_probe_destination fndecl 0 9482 NULL
++disable_so_radeon_fence_wait_next_fndecl_9505 radeon_fence_wait_next fndecl 0 9505 NULL
++disable_so_fillonedir_fndecl_9511 fillonedir fndecl 0 9511 NULL
++disable_so_iwl_mvm_phy_ctxt_add_fndecl_9527 iwl_mvm_phy_ctxt_add fndecl 0 9527 NULL
++disable_so_i2c_type_bootmode_fndecl_9529 i2c_type_bootmode fndecl 0 9529 NULL
++disable_so_mmc_ioctl_cdrom_read_audio_fndecl_9531 mmc_ioctl_cdrom_read_audio fndecl 0 9531 NULL
++disable_so_ath10k_pci_bmi_wait_fndecl_9533 ath10k_pci_bmi_wait fndecl 0 9533 NULL
++disable_so_nv50_display_create_fndecl_9534 nv50_display_create fndecl 0 9534 NULL
++disable_so_populate_cache_leaves_fndecl_9539 populate_cache_leaves fndecl 0 9539 NULL
++disable_so_ax_changedmtu_fndecl_9549 ax_changedmtu fndecl 0 9549 NULL
++disable_so_do_execute_ddcb_fndecl_9553 do_execute_ddcb fndecl 0 9553 NULL
++disable_so_ip_vs_del_dest_fndecl_9560 ip_vs_del_dest fndecl 0 9560 NULL
++disable_so_mlx4_load_fw_fndecl_9570 mlx4_load_fw fndecl 0 9570 NULL
++disable_so_sctp_setsockopt_auth_chunk_fndecl_9576 sctp_setsockopt_auth_chunk fndecl 0 9576 NULL
++disable_so_splice_from_pipe_next_fndecl_9588 splice_from_pipe_next fndecl 0 9588 NULL
++disable_so_get_resource_fndecl_9591 get_resource fndecl 0 9591 NULL
++disable_so_xlog_grant_head_wait_fndecl_9598 xlog_grant_head_wait fndecl 0 9598 NULL
++disable_so_dbg_check_key_order_fndecl_9600 dbg_check_key_order fndecl 0 9600 NULL
++disable_so_dlm_device_register_fndecl_9601 dlm_device_register fndecl 0 9601 NULL
++disable_so_fallible_read_node_fndecl_9604 fallible_read_node fndecl 0 9604 NULL
++disable_so_efx_ef10_get_sysclk_freq_fndecl_9605 efx_ef10_get_sysclk_freq fndecl 0 9605 NULL
++disable_so_pega_rfkill_setup_fndecl_9617 pega_rfkill_setup fndecl 0 9617 NULL
++disable_so_xpc_allocate_send_msg_slot_uv_fndecl_9624 xpc_allocate_send_msg_slot_uv fndecl 0 9624 NULL
++disable_so_copy_to_iter_fndecl_9638 copy_to_iter fndecl 0 9638 NULL
++disable_so_rocker_port_vlan_flood_group_fndecl_9647 rocker_port_vlan_flood_group fndecl 0 9647 NULL
++disable_so_gpio_request_one_fndecl_9650 gpio_request_one fndecl 0 9650 NULL
++disable_so_mwifiex_cmd_802_11_ad_hoc_join_fndecl_9664 mwifiex_cmd_802_11_ad_hoc_join fndecl 0 9664 NULL
++disable_so_digi_port_init_fndecl_9671 digi_port_init fndecl 0 9671 NULL
++disable_so_tsi148_crcsr_init_fndecl_9675 tsi148_crcsr_init fndecl 0 9675 NULL
++disable_so_sctp_do_bind_fndecl_9676 sctp_do_bind fndecl 0 9676 NULL
++disable_so_length_hpfs_dirent_9682 length hpfs_dirent 0 9682 NULL
++disable_so_ext4_mb_alloc_groupinfo_fndecl_9683 ext4_mb_alloc_groupinfo fndecl 0 9683 NULL
++disable_so_scrub_pages_for_parity_fndecl_9684 scrub_pages_for_parity fndecl 0 9684 NULL
++disable_so_osd_req_decode_sense_full_fndecl_9685 osd_req_decode_sense_full fndecl 0 9685 NULL
++disable_so_parent_objectid_btrfs_fid_9687 parent_objectid btrfs_fid 0 9687 NULL
++disable_so_lpfc_sli4_alloc_resource_identifiers_fndecl_9694 lpfc_sli4_alloc_resource_identifiers fndecl 0 9694 NULL
++disable_so_find_free_dev_extent_fndecl_9696 find_free_dev_extent fndecl 0 9696 NULL
++disable_so_dev_pm_qos_expose_latency_limit_fndecl_9720 dev_pm_qos_expose_latency_limit fndecl 0 9720 NULL
++disable_so_reserve_space_fndecl_9722 reserve_space fndecl 0 9722 NULL
++disable_so_start_bidx_of_node_fndecl_9724 start_bidx_of_node fndecl 0 9724 NULL
++disable_so_mtd_block_markbad_fndecl_9740 mtd_block_markbad fndecl 0 9740 NULL
++disable_so_iterate_object_props_fndecl_9747 iterate_object_props fndecl 0 9747 NULL
++disable_so_uwb_rc_mac_addr_setup_fndecl_9754 uwb_rc_mac_addr_setup fndecl 0 9754 NULL
++disable_so_il4965_hwrate_to_plcp_idx_fndecl_9755 il4965_hwrate_to_plcp_idx fndecl 0 9755 NULL
++disable_so_snd_ac97_bus_fndecl_9773 snd_ac97_bus fndecl 0 9773 NULL
++disable_so_encap_hlen_ip_tunnel_9779 encap_hlen ip_tunnel 0 9779 NULL
++disable_so_wacom_set_report_fndecl_9783 wacom_set_report fndecl 0 9783 NULL
++disable_so_r600_parse_extended_power_table_fndecl_9801 r600_parse_extended_power_table fndecl 0 9801 NULL
++disable_so_logi_dj_probe_fndecl_9808 logi_dj_probe fndecl 0 9808 NULL
++disable_so_phy_attach_direct_fndecl_9815 phy_attach_direct fndecl 0 9815 NULL
++disable_so_snd_mpu401_uart_new_fndecl_9822 snd_mpu401_uart_new fndecl 0 9822 NULL
++disable_so_digi_startup_fndecl_9836 digi_startup fndecl 0 9836 NULL
++disable_so_softing_chip_poweron_fndecl_9839 softing_chip_poweron fndecl 0 9839 NULL
++disable_so_kobject_set_name_fndecl_9842 kobject_set_name fndecl 0 9842 NULL
++disable_so_flash_wait_op_fndecl_9849 flash_wait_op fndecl 0 9849 NULL
++disable_so_hpwdt_ioctl_fndecl_9853 hpwdt_ioctl fndecl 0 9853 NULL
++disable_so_snd_cx23885_hw_params_fndecl_9863 snd_cx23885_hw_params fndecl 0 9863 NULL
++disable_so_t4vf_sge_init_fndecl_9865 t4vf_sge_init fndecl 0 9865 NULL
++disable_so_memcg_init_list_lru_fndecl_9871 memcg_init_list_lru fndecl 0 9871 NULL
++disable_so_rx_dma_spi_transfer_9878 rx_dma spi_transfer 0 9878 NULL
++disable_so_mwifiex_update_autoindex_ies_fndecl_9881 mwifiex_update_autoindex_ies fndecl 0 9881 NULL
++disable_so_ipwireless_ppp_start_xmit_fndecl_9891 ipwireless_ppp_start_xmit fndecl 0 9891 NULL
++disable_so_rocker_flow_tbl_del_fndecl_9910 rocker_flow_tbl_del fndecl 0 9910 NULL
++disable_so_ip_rfc1001_connect_fndecl_9917 ip_rfc1001_connect fndecl 0 9917 NULL
++disable_so_wl1251_acx_slot_fndecl_9920 wl1251_acx_slot fndecl 0 9920 NULL
++disable_so_init_pwm_fndecl_9944 init_pwm fndecl 0 9944 NULL
++disable_so_jbd2_journal_load_fndecl_9949 jbd2_journal_load fndecl 0 9949 NULL
++disable_so_mwifiex_process_sta_cmdresp_fndecl_9953 mwifiex_process_sta_cmdresp fndecl 0 9953 NULL
++disable_so_ath6kl_wmi_send_probe_response_cmd_fndecl_9955 ath6kl_wmi_send_probe_response_cmd fndecl 0 9955 NULL
++disable_so_skcipher_wait_for_data_fndecl_9959 skcipher_wait_for_data fndecl 0 9959 NULL
++disable_so_eeepc_setup_pci_hotplug_fndecl_9962 eeepc_setup_pci_hotplug fndecl 0 9962 NULL
++disable_so_apply_constraint_fndecl_9969 apply_constraint fndecl 0 9969 NULL
++disable_so_gru_dump_tgh_fndecl_9976 gru_dump_tgh fndecl 0 9976 NULL
++disable_so_threshold_create_bank_fndecl_9985 threshold_create_bank fndecl 0 9985 NULL
++disable_so_dm_rh_region_to_sector_fndecl_9992 dm_rh_region_to_sector fndecl 0 9992 NULL
++disable_so_storvsc_probe_fndecl_9994 storvsc_probe fndecl 0 9994 NULL
++disable_so_ide_pci_init_two_fndecl_10000 ide_pci_init_two fndecl 0 10000 NULL
++disable_so_SMB2_sess_setup_fndecl_10002 SMB2_sess_setup fndecl 0 10002 NULL nohasharray
++disable_so_sample_bits_twl4030_priv_10002 sample_bits twl4030_priv 0 10002 &disable_so_SMB2_sess_setup_fndecl_10002
++disable_so_tty_check_change_fndecl_10011 tty_check_change fndecl 0 10011 NULL
++disable_so_prism2_hostapd_sta_clear_stats_fndecl_10021 prism2_hostapd_sta_clear_stats fndecl 0 10021 NULL
++disable_so_add_dataflash_otp_fndecl_10031 add_dataflash_otp fndecl 0 10031 NULL
++disable_so_max3100_probe_fndecl_10064 max3100_probe fndecl 0 10064 NULL
++disable_so_qlcnic_sriov_channel_cfg_cmd_fndecl_10084 qlcnic_sriov_channel_cfg_cmd fndecl 0 10084 NULL
++disable_so_snd_seq_enqueue_event_fndecl_10087 snd_seq_enqueue_event fndecl 0 10087 NULL
++disable_so_sound_install_audiodrv_fndecl_10090 sound_install_audiodrv fndecl 0 10090 NULL
++disable_so_radix_tree_insert_fndecl_10107 radix_tree_insert fndecl 0 10107 NULL
++disable_so_platform_device_add_fndecl_10111 platform_device_add fndecl 0 10111 NULL
++disable_so_xen_pcibk_config_quirks_add_field_fndecl_10112 xen_pcibk_config_quirks_add_field fndecl 0 10112 NULL
++disable_so_pc300_pci_init_one_fndecl_10118 pc300_pci_init_one fndecl 0 10118 NULL
++disable_so_netlbl_mgmt_add_common_fndecl_10121 netlbl_mgmt_add_common fndecl 0 10121 NULL
++disable_so_i40e_add_del_fdir_udpv4_fndecl_10137 i40e_add_del_fdir_udpv4 fndecl 0 10137 NULL
++disable_so_lowpan_newlink_fndecl_10146 lowpan_newlink fndecl 0 10146 NULL
++disable_so_i915_gem_object_put_fence_fndecl_10150 i915_gem_object_put_fence fndecl 0 10150 NULL
++disable_so_wl12xx_cmd_croc_fndecl_10157 wl12xx_cmd_croc fndecl 0 10157 NULL
++disable_so_efx_mcdi_loopback_modes_fndecl_10161 efx_mcdi_loopback_modes fndecl 0 10161 NULL
++disable_so_qd_fish_fndecl_10166 qd_fish fndecl 0 10166 NULL
++disable_so_iscsi_target_locate_portal_fndecl_10172 iscsi_target_locate_portal fndecl 0 10172 NULL
++disable_so__set_memory_uc_fndecl_10180 _set_memory_uc fndecl 0 10180 NULL
++disable_so_transport_alloc_session_tags_fndecl_10186 transport_alloc_session_tags fndecl 0 10186 NULL
++disable_so_iio_buffer_add_demux_fndecl_10190 iio_buffer_add_demux fndecl 0 10190 NULL
++disable_so_rose_ioctl_fndecl_10193 rose_ioctl fndecl 0 10193 NULL
++disable_so_queue_sendconfigword_fndecl_10203 queue_sendconfigword fndecl 0 10203 NULL nohasharray
++disable_so_iuu_open_fndecl_10203 iuu_open fndecl 0 10203 &disable_so_queue_sendconfigword_fndecl_10203
++disable_so___ext4_journal_get_write_access_fndecl_10217 __ext4_journal_get_write_access fndecl 0 10217 NULL
++disable_so__regmap_update_bits_fndecl_10227 _regmap_update_bits fndecl 0 10227 NULL
++disable_so_nvkm_vm_get_fndecl_10228 nvkm_vm_get fndecl 0 10228 NULL nohasharray
++disable_so_ubifs_log_end_commit_fndecl_10228 ubifs_log_end_commit fndecl 0 10228 &disable_so_nvkm_vm_get_fndecl_10228
++disable_so_ld_usb_probe_fndecl_10229 ld_usb_probe fndecl 0 10229 NULL
++disable_so_input_get_new_minor_fndecl_10235 input_get_new_minor fndecl 0 10235 NULL
++disable_so_bv_len_bio_vec_10239 bv_len bio_vec 0 10239 NULL
++disable_so_radeon_sync_rings_fndecl_10243 radeon_sync_rings fndecl 0 10243 NULL
++disable_so_register_one_node_fndecl_10246 register_one_node fndecl 0 10246 NULL
++disable_so_bnx2x_test_nvram_tbl_fndecl_10260 bnx2x_test_nvram_tbl fndecl 0 10260 NULL nohasharray
++disable_so_snd_soc_add_card_controls_fndecl_10260 snd_soc_add_card_controls fndecl 0 10260 &disable_so_bnx2x_test_nvram_tbl_fndecl_10260 nohasharray
++disable_so_dma_addr_snd_pcm_runtime_10260 dma_addr snd_pcm_runtime 0 10260 &disable_so_snd_soc_add_card_controls_fndecl_10260
++disable_so_jffs2_scan_dirent_node_fndecl_10268 jffs2_scan_dirent_node fndecl 0 10268 NULL
++disable_so_fb_get_hblank_by_dclk_fndecl_10269 fb_get_hblank_by_dclk fndecl 0 10269 NULL
++disable_so_vmw_resource_buf_alloc_fndecl_10284 vmw_resource_buf_alloc fndecl 0 10284 NULL nohasharray
++disable_so_acpi_memory_device_add_fndecl_10284 acpi_memory_device_add fndecl 0 10284 &disable_so_vmw_resource_buf_alloc_fndecl_10284
++disable_so_snd_ali_create_fndecl_10288 snd_ali_create fndecl 0 10288 NULL
++disable_so_o_width_g2d_frame_10291 o_width g2d_frame 0 10291 NULL
++disable_so_arch_setup_dmar_msi_fndecl_10299 arch_setup_dmar_msi fndecl 0 10299 NULL
++disable_so_rsi_send_auto_rate_request_fndecl_10318 rsi_send_auto_rate_request fndecl 0 10318 NULL
++disable_so_blkcipher_walk_next_fndecl_10321 blkcipher_walk_next fndecl 0 10321 NULL
++disable_so_add_nonoui_reg_req_fndecl_10322 add_nonoui_reg_req fndecl 0 10322 NULL
++disable_so_dev_mem_write_fndecl_10335 dev_mem_write fndecl 0 10335 NULL
++disable_so_proc_tcp_available_congestion_control_fndecl_10342 proc_tcp_available_congestion_control fndecl 0 10342 NULL
++disable_so_snd_seq_timer_open_fndecl_10350 snd_seq_timer_open fndecl 0 10350 NULL
++disable_so_cinergyt2_fe_read_snr_fndecl_10358 cinergyt2_fe_read_snr fndecl 0 10358 NULL
++disable_so_bnx2fc_send_rrq_fndecl_10360 bnx2fc_send_rrq fndecl 0 10360 NULL
++disable_so___pci_request_selected_regions_fndecl_10361 __pci_request_selected_regions fndecl 0 10361 NULL
++disable_so_check_rcom_config_fndecl_10384 check_rcom_config fndecl 0 10384 NULL
++disable_so_tipc_node_add_conn_fndecl_10387 tipc_node_add_conn fndecl 0 10387 NULL
++disable_so_vt_do_kdskbmeta_fndecl_10389 vt_do_kdskbmeta fndecl 0 10389 NULL
++disable_so_iomem_base_myri10ge_priv_10393 iomem_base myri10ge_priv 0 10393 NULL
++disable_so_sunkbd_connect_fndecl_10399 sunkbd_connect fndecl 0 10399 NULL
++disable_so_ihead_offs_ubifs_info_10400 ihead_offs ubifs_info 0 10400 NULL
++disable_so_romfs_blk_strnlen_fndecl_10402 romfs_blk_strnlen fndecl 0 10402 NULL
++disable_so_snd_pcm_stream_proc_init_fndecl_10407 snd_pcm_stream_proc_init fndecl 0 10407 NULL nohasharray
++disable_so_iwl_find_otp_image_fndecl_10407 iwl_find_otp_image fndecl 0 10407 &disable_so_snd_pcm_stream_proc_init_fndecl_10407
++disable_so_qib_user_sdma_coalesce_fndecl_10414 qib_user_sdma_coalesce fndecl 0 10414 NULL
++disable_so_ivtvfb_init_card_fndecl_10415 ivtvfb_init_card fndecl 0 10415 NULL nohasharray
++disable_so_size_xt_table_info_10415 size xt_table_info 0 10415 &disable_so_ivtvfb_init_card_fndecl_10415
++disable_so_xfs_iget_cache_miss_fndecl_10416 xfs_iget_cache_miss fndecl 0 10416 NULL
++disable_so_spi_async_locked_fndecl_10422 spi_async_locked fndecl 0 10422 NULL
++disable_so_prism2_download_fndecl_10423 prism2_download fndecl 0 10423 NULL
++disable_so_loop_set_status_fndecl_10431 loop_set_status fndecl 0 10431 NULL
++disable_so_bnx2x_nvram_crc_fndecl_10438 bnx2x_nvram_crc fndecl 0 10438 NULL
++disable_so_mwifiex_cmd_802_11_ad_hoc_start_fndecl_10446 mwifiex_cmd_802_11_ad_hoc_start fndecl 0 10446 NULL
++disable_so___ww_mutex_lock_fndecl_10447 __ww_mutex_lock fndecl 0 10447 NULL
++disable_so_nfs_idmap_lookup_name_fndecl_10449 nfs_idmap_lookup_name fndecl 0 10449 NULL nohasharray
++disable_so_start_transfer_fndecl_10449 start_transfer fndecl 0 10449 &disable_so_nfs_idmap_lookup_name_fndecl_10449
++disable_so_page_shift_nand_chip_10453 page_shift nand_chip 0 10453 NULL
++disable_so_ib_cm_init_qp_attr_fndecl_10455 ib_cm_init_qp_attr fndecl 0 10455 NULL
++disable_so_prism2_ioctl_get_encryption_fndecl_10458 prism2_ioctl_get_encryption fndecl 0 10458 NULL
++disable_so_cirrusfb_create_object_fndecl_10467 cirrusfb_create_object fndecl 0 10467 NULL nohasharray
++disable_so_hrz_open_fndecl_10467 hrz_open fndecl 0 10467 &disable_so_cirrusfb_create_object_fndecl_10467
++disable_so_ip_mc_leave_group_fndecl_10472 ip_mc_leave_group fndecl 0 10472 NULL nohasharray
++disable_so_usblp_ioctl_fndecl_10472 usblp_ioctl fndecl 0 10472 &disable_so_ip_mc_leave_group_fndecl_10472
++disable_so_nfsd4_get_drc_mem_fndecl_10473 nfsd4_get_drc_mem fndecl 0 10473 NULL
++disable_so_lis3lv02d_get_pwron_wait_fndecl_10484 lis3lv02d_get_pwron_wait fndecl 0 10484 NULL
++disable_so_drbd_nla_check_mandatory_fndecl_10496 drbd_nla_check_mandatory fndecl 0 10496 NULL
++disable_so_mptctl_replace_fw_fndecl_10497 mptctl_replace_fw fndecl 0 10497 NULL
++disable_so_wl1251_acx_station_id_fndecl_10503 wl1251_acx_station_id fndecl 0 10503 NULL
++disable_so_sas_smp_phy_control_fndecl_10516 sas_smp_phy_control fndecl 0 10516 NULL
++disable_so_osst_get_sector_fndecl_10528 osst_get_sector fndecl 0 10528 NULL
++disable_so_alloc_host_sq_fndecl_10529 alloc_host_sq fndecl 0 10529 NULL
++disable_so_register_dvb_fndecl_10534 register_dvb fndecl 0 10534 NULL
++disable_so_emi62_writememory_fndecl_10544 emi62_writememory fndecl 0 10544 NULL
++disable_so_saa7134_s_fmt_vid_overlay_fndecl_10547 saa7134_s_fmt_vid_overlay fndecl 0 10547 NULL
++disable_so_read_cis_cache_fndecl_10548 read_cis_cache fndecl 0 10548 NULL
++disable_so_xfs_btree_read_buf_block_fndecl_10555 xfs_btree_read_buf_block fndecl 0 10555 NULL
++disable_so_device_user_deadlock_fndecl_10557 device_user_deadlock fndecl 0 10557 NULL
++disable_so_wcn36xx_start_fndecl_10566 wcn36xx_start fndecl 0 10566 NULL
++disable_so_tg3_irq_count_fndecl_10569 tg3_irq_count fndecl 0 10569 NULL
++disable_so_tsc_connect_fndecl_10581 tsc_connect fndecl 0 10581 NULL
++disable_so_vmw_compat_shader_add_fndecl_10585 vmw_compat_shader_add fndecl 0 10585 NULL
++disable_so_refresh_fb_videomode_10587 refresh fb_videomode 0 10587 NULL
++disable_so_tsi148_dma_list_add_fndecl_10592 tsi148_dma_list_add fndecl 0 10592 NULL
++disable_so_wcn36xx_smd_send_and_wait_fndecl_10595 wcn36xx_smd_send_and_wait fndecl 0 10595 NULL
++disable_so_wl1271_acx_ap_max_tx_retry_fndecl_10603 wl1271_acx_ap_max_tx_retry fndecl 0 10603 NULL
++disable_so_i40e_init_asq_fndecl_10606 i40e_init_asq fndecl 0 10606 NULL
++disable_so_dbAlloc_fndecl_10609 dbAlloc fndecl 0 10609 NULL
++disable_so_ext4_trim_all_free_fndecl_10621 ext4_trim_all_free fndecl 0 10621 NULL
++disable_so_amd_iommu_bind_pasid_fndecl_10635 amd_iommu_bind_pasid fndecl 0 10635 NULL nohasharray
++disable_so_sdio_read_cis_fndecl_10635 sdio_read_cis fndecl 0 10635 &disable_so_amd_iommu_bind_pasid_fndecl_10635
++disable_so_find_writable_block_fndecl_10636 find_writable_block fndecl 0 10636 NULL nohasharray
++disable_so_qib_create_ctxts_fndecl_10636 qib_create_ctxts fndecl 0 10636 &disable_so_find_writable_block_fndecl_10636 nohasharray
++disable_so_pgbase_nfs_pgio_args_10636 pgbase nfs_pgio_args 0 10636 &disable_so_qib_create_ctxts_fndecl_10636
++disable_so_sge_length_ipath_sge_10646 sge_length ipath_sge 0 10646 NULL
++disable_so_il4965_request_scan_fndecl_10649 il4965_request_scan fndecl 0 10649 NULL
++disable_so_ib_send_cm_rep_fndecl_10651 ib_send_cm_rep fndecl 0 10651 NULL
++disable_so_tlv_put_fndecl_10659 tlv_put fndecl 0 10659 NULL
++disable_so_find_free_ctxt_fndecl_10669 find_free_ctxt fndecl 0 10669 NULL nohasharray
++disable_so_nfc_targets_found_fndecl_10669 nfc_targets_found fndecl 0 10669 &disable_so_find_free_ctxt_fndecl_10669
++disable_so_eni_start_fndecl_10672 eni_start fndecl 0 10672 NULL
++disable_so_mmc_test_simple_transfer_fndecl_10675 mmc_test_simple_transfer fndecl 0 10675 NULL
++disable_so___dev_pm_qos_update_request_fndecl_10676 __dev_pm_qos_update_request fndecl 0 10676 NULL
++disable_so_lm8333_probe_fndecl_10677 lm8333_probe fndecl 0 10677 NULL
++disable_so_snd_m3_assp_client_init_fndecl_10678 snd_m3_assp_client_init fndecl 0 10678 NULL
++disable_so_xfs_rtfind_forw_fndecl_10681 xfs_rtfind_forw fndecl 0 10681 NULL
++disable_so_ioctl_add_descriptor_fndecl_10692 ioctl_add_descriptor fndecl 0 10692 NULL
++disable_so_i40e_init_nvm_fndecl_10701 i40e_init_nvm fndecl 0 10701 NULL
++disable_so___mcam_cam_reset_fndecl_10703 __mcam_cam_reset fndecl 0 10703 NULL
++disable_so_afs_write_begin_fndecl_10704 afs_write_begin fndecl 0 10704 NULL
++disable_so_budget_av_attach_fndecl_10707 budget_av_attach fndecl 0 10707 NULL
++disable_so_xfs_alloc_read_agf_fndecl_10710 xfs_alloc_read_agf fndecl 0 10710 NULL
++disable_so_ahash_prepare_alg_fndecl_10721 ahash_prepare_alg fndecl 0 10721 NULL
++disable_so_ib_ucm_path_get_fndecl_10723 ib_ucm_path_get fndecl 0 10723 NULL
++disable_so_security_transition_sid_fndecl_10727 security_transition_sid fndecl 0 10727 NULL
++disable_so_xen_p2m_size_vardecl_10730 xen_p2m_size vardecl 0 10730 NULL
++disable_so_i915_switch_context_fndecl_10731 i915_switch_context fndecl 0 10731 NULL
++disable_so_prism2_hostapd_set_flags_sta_fndecl_10734 prism2_hostapd_set_flags_sta fndecl 0 10734 NULL
++disable_so_nvme_trans_write_buffer_fndecl_10741 nvme_trans_write_buffer fndecl 0 10741 NULL nohasharray
++disable_so_x_offset_mxr_crop_10741 x_offset mxr_crop 0 10741 &disable_so_nvme_trans_write_buffer_fndecl_10741
++disable_so_sisusb_ioctl_fndecl_10744 sisusb_ioctl fndecl 0 10744 NULL
++disable_so_next_blkoff_curseg_info_10751 next_blkoff curseg_info 0 10751 NULL
++disable_so_write_head_fndecl_10754 write_head fndecl 0 10754 NULL
++disable_so_inet_diag_init_fndecl_10755 inet_diag_init fndecl 0 10755 NULL
++disable_so_adu_write_fndecl_10756 adu_write fndecl 0 10756 NULL
++disable_so_policydb_index_fndecl_10760 policydb_index fndecl 0 10760 NULL nohasharray
++disable_so_mxt_object_show_fndecl_10760 mxt_object_show fndecl 0 10760 &disable_so_policydb_index_fndecl_10760
++disable_so_atrtr_delete_fndecl_10761 atrtr_delete fndecl 0 10761 NULL
++disable_so_audio_read_fndecl_10762 audio_read fndecl 0 10762 NULL
++disable_so___cfg80211_join_ibss_fndecl_10765 __cfg80211_join_ibss fndecl 0 10765 NULL
++disable_so_vmci_doorbell_create_fndecl_10781 vmci_doorbell_create fndecl 0 10781 NULL
++disable_so__snd_emu10k1_init_efx_fndecl_10790 _snd_emu10k1_init_efx fndecl 0 10790 NULL
++disable_so_ea_write_fndecl_10791 ea_write fndecl 0 10791 NULL
++disable_so_drm_vblank_get_fndecl_10795 drm_vblank_get fndecl 0 10795 NULL
++disable_so_set_config_fndecl_10797 set_config fndecl 0 10797 NULL
++disable_so_verify_window_lock_fndecl_10802 verify_window_lock fndecl 0 10802 NULL
++disable_so_xfs_setattr_nonsize_fndecl_10821 xfs_setattr_nonsize fndecl 0 10821 NULL nohasharray
++disable_so_ipoctal_probe_fndecl_10821 ipoctal_probe fndecl 0 10821 &disable_so_xfs_setattr_nonsize_fndecl_10821
++disable_so_usb_serial_generic_open_fndecl_10826 usb_serial_generic_open fndecl 0 10826 NULL
++disable_so_mtd_writev_fndecl_10834 mtd_writev fndecl 0 10834 NULL
++disable_so_rsrc_start_usb_hcd_10839 rsrc_start usb_hcd 0 10839 NULL
++disable_so_moxa_get_serial_info_fndecl_10841 moxa_get_serial_info fndecl 0 10841 NULL
++disable_so_do_generic_file_read_fndecl_10842 do_generic_file_read fndecl 0 10842 NULL
++disable_so_si470x_start_usb_fndecl_10843 si470x_start_usb fndecl 0 10843 NULL
++disable_so_efx_nic_alloc_buffer_fndecl_10851 efx_nic_alloc_buffer fndecl 0 10851 NULL
++disable_so_scan_all_fndecl_10856 scan_all fndecl 0 10856 NULL
++disable_so_snd_hdsp_enable_io_fndecl_10858 snd_hdsp_enable_io fndecl 0 10858 NULL
++disable_so_ntb_bwd_setup_fndecl_10861 ntb_bwd_setup fndecl 0 10861 NULL
++disable_so_xlated_setup_gnttab_pages_fndecl_10863 xlated_setup_gnttab_pages fndecl 0 10863 NULL
++disable_so_io_ctl_check_crc_fndecl_10871 io_ctl_check_crc fndecl 0 10871 NULL
++disable_so_pstore_register_fndecl_10875 pstore_register fndecl 0 10875 NULL
++disable_so_snd_hdspm_create_hwdep_fndecl_10879 snd_hdspm_create_hwdep fndecl 0 10879 NULL
++disable_so_kovaplus_get_profile_buttons_fndecl_10886 kovaplus_get_profile_buttons fndecl 0 10886 NULL
++disable_so_init_uevent_argv_fndecl_10895 init_uevent_argv fndecl 0 10895 NULL
++disable_so_atc_pcm_playback_prepare_fndecl_10897 atc_pcm_playback_prepare fndecl 0 10897 NULL
++disable_so_snd_hdsp_create_pcm_fndecl_10898 snd_hdsp_create_pcm fndecl 0 10898 NULL
++disable_so_hfsplus_delete_attr_fndecl_10903 hfsplus_delete_attr fndecl 0 10903 NULL
++disable_so_ieee802154_max_payload_fndecl_10928 ieee802154_max_payload fndecl 0 10928 NULL
++disable_so_bd_queue_allocate_fndecl_10931 bd_queue_allocate fndecl 0 10931 NULL
++disable_so_ath6kl_fetch_testscript_file_fndecl_10936 ath6kl_fetch_testscript_file fndecl 0 10936 NULL
++disable_so_daio_mgr_get_rsc_fndecl_10938 daio_mgr_get_rsc fndecl 0 10938 NULL
++disable_so_garmin_init_session_fndecl_10950 garmin_init_session fndecl 0 10950 NULL
++disable_so_pt3_alloc_dmabuf_fndecl_10951 pt3_alloc_dmabuf fndecl 0 10951 NULL
++disable_so_vxge_probe_fw_update_fndecl_10961 vxge_probe_fw_update fndecl 0 10961 NULL
++disable_so_blkfront_probe_fndecl_10965 blkfront_probe fndecl 0 10965 NULL
++disable_so_jffs2_flash_read_fndecl_10968 jffs2_flash_read fndecl 0 10968 NULL
++disable_so_fw_iso_buffer_map_dma_fndecl_10979 fw_iso_buffer_map_dma fndecl 0 10979 NULL
++disable_so_wdt_start_fndecl_10986 wdt_start fndecl 0 10986 NULL
++disable_so_msize_vardecl_pmc551_c_10989 msize vardecl_pmc551.c 0 10989 NULL
++disable_so_bcma_get_next_core_fndecl_10990 bcma_get_next_core fndecl 0 10990 NULL
++disable_so_height_v4l2_rect_10995 height v4l2_rect 0 10995 NULL
++disable_so_config_port_tpm_inf_dev_10998 config_port tpm_inf_dev 0 10998 NULL
++disable_so_sctp_v4_protosw_init_fndecl_11004 sctp_v4_protosw_init fndecl 0 11004 NULL
++disable_so_xfs_bmap_add_extent_unwritten_real_fndecl_11006 xfs_bmap_add_extent_unwritten_real fndecl 0 11006 NULL nohasharray
++disable_so_iwl_dbgfs_set_nic_temperature_write_fndecl_11006 iwl_dbgfs_set_nic_temperature_write fndecl 0 11006 &disable_so_xfs_bmap_add_extent_unwritten_real_fndecl_11006
++disable_so_snd_vt1724_create_fndecl_11008 snd_vt1724_create fndecl 0 11008 NULL
++disable_so_height_v4l2_pix_format_mplane_11015 height v4l2_pix_format_mplane 0 11015 NULL
++disable_so_em28xx_write_reg_fndecl_11020 em28xx_write_reg fndecl 0 11020 NULL
++disable_so_register_virtio_driver_fndecl_11025 register_virtio_driver fndecl 0 11025 NULL
++disable_so_ocfs2_info_freefrag_scan_bitmap_fndecl_11032 ocfs2_info_freefrag_scan_bitmap fndecl 0 11032 NULL
++disable_so_iscsit_reject_cmd_fndecl_11037 iscsit_reject_cmd fndecl 0 11037 NULL
++disable_so_ocrdma_copy_pd_uresp_fndecl_11039 ocrdma_copy_pd_uresp fndecl 0 11039 NULL
++disable_so_softing_card_boot_fndecl_11042 softing_card_boot fndecl 0 11042 NULL
++disable_so_gru_dump_chiplet_request_fndecl_11046 gru_dump_chiplet_request fndecl 0 11046 NULL
++disable_so_ocfs2_info_handle_fs_features_fndecl_11047 ocfs2_info_handle_fs_features fndecl 0 11047 NULL nohasharray
++disable_so_snd_seq_deliver_event_fndecl_11047 snd_seq_deliver_event fndecl 0 11047 &disable_so_ocfs2_info_handle_fs_features_fndecl_11047
++disable_so_io_vardecl_sc1200wdt_c_11051 io vardecl_sc1200wdt.c 0 11051 NULL
++disable_so_migrate_page_fndecl_11073 migrate_page fndecl 0 11073 NULL
++disable_so_ir_create_table_fndecl_11084 ir_create_table fndecl 0 11084 NULL
++disable_so___av7110_send_fw_cmd_fndecl_11087 __av7110_send_fw_cmd fndecl 0 11087 NULL
++disable_so_nilfs_segbuf_extend_payload_fndecl_11091 nilfs_segbuf_extend_payload fndecl 0 11091 NULL nohasharray
++disable_so_snd_pcm_new_internal_fndecl_11091 snd_pcm_new_internal fndecl 0 11091 &disable_so_nilfs_segbuf_extend_payload_fndecl_11091
++disable_so_scsi_mq_setup_tags_fndecl_11093 scsi_mq_setup_tags fndecl 0 11093 NULL
++disable_so_chameleon_parse_cells_fndecl_11094 chameleon_parse_cells fndecl 0 11094 NULL
++disable_so_hw_io_ene_device_11095 hw_io ene_device 0 11095 NULL
++disable_so__ctl_send_release_fndecl_11102 _ctl_send_release fndecl 0 11102 NULL
++disable_so_mwl8k_cmd_update_encryption_enable_fndecl_11119 mwl8k_cmd_update_encryption_enable fndecl 0 11119 NULL
++disable_so_gfs2_trans_begin_fndecl_11140 gfs2_trans_begin fndecl 0 11140 NULL
++disable_so_pci_pm_reset_fndecl_11149 pci_pm_reset fndecl 0 11149 NULL
++disable_so_generic_ptrace_pokedata_fndecl_11153 generic_ptrace_pokedata fndecl 0 11153 NULL
++disable_so_evergreen_cs_track_check_fndecl_11175 evergreen_cs_track_check fndecl 0 11175 NULL nohasharray
++disable_so_fdtv_dvb_register_fndecl_11175 fdtv_dvb_register fndecl 0 11175 &disable_so_evergreen_cs_track_check_fndecl_11175
++disable_so_c4iw_init_resource_fndecl_11178 c4iw_init_resource fndecl 0 11178 NULL
++disable_so_sb_pnp_probe_fndecl_11179 sb_pnp_probe fndecl 0 11179 NULL
++disable_so_e1000e_setup_tx_resources_fndecl_11181 e1000e_setup_tx_resources fndecl 0 11181 NULL
++disable_so_sys_get_mempolicy_fndecl_11192 sys_get_mempolicy fndecl 0 11192 NULL
++disable_so_nilfs_sufile_updatev_fndecl_11196 nilfs_sufile_updatev fndecl 0 11196 NULL
++disable_so_wl1271_acx_fm_coex_fndecl_11197 wl1271_acx_fm_coex fndecl 0 11197 NULL
++disable_so_ibmasm_init_one_fndecl_11199 ibmasm_init_one fndecl 0 11199 NULL
++disable_so_mlx4_init_eq_table_fndecl_11204 mlx4_init_eq_table fndecl 0 11204 NULL
++disable_so_usb_register_driver_fndecl_11216 usb_register_driver fndecl 0 11216 NULL
++disable_so_macvlan_port_create_fndecl_11218 macvlan_port_create fndecl 0 11218 NULL
++disable_so__drbd_bm_find_next_zero_fndecl_11228 _drbd_bm_find_next_zero fndecl 0 11228 NULL
++disable_so_btusb_submit_isoc_urb_fndecl_11230 btusb_submit_isoc_urb fndecl 0 11230 NULL
++disable_so_nilfs_sync_super_fndecl_11236 nilfs_sync_super fndecl 0 11236 NULL
++disable_so_qlcnic_83xx_check_cmd_peg_status_fndecl_11237 qlcnic_83xx_check_cmd_peg_status fndecl 0 11237 NULL
++disable_so_ni_initialize_mc_reg_table_fndecl_11247 ni_initialize_mc_reg_table fndecl 0 11247 NULL
++disable_so_tb_drom_parse_entries_fndecl_11257 tb_drom_parse_entries fndecl 0 11257 NULL
++disable_so_pm8001_get_phy_settings_info_fndecl_11263 pm8001_get_phy_settings_info fndecl 0 11263 NULL
++disable_so_xfs_alloc_update_fndecl_11301 xfs_alloc_update fndecl 0 11301 NULL
++disable_so_vmw_resource_do_evict_fndecl_11311 vmw_resource_do_evict fndecl 0 11311 NULL
++disable_so_btrfs_trim_block_group_fndecl_11312 btrfs_trim_block_group fndecl 0 11312 NULL
++disable_so_write_queue_xenstore_keys_fndecl_11330 write_queue_xenstore_keys fndecl 0 11330 NULL
++disable_so_read_alloc_fndecl_11341 read_alloc fndecl 0 11341 NULL
++disable_so_bma150_probe_fndecl_11347 bma150_probe fndecl 0 11347 NULL
++disable_so_fdb_insert_fndecl_11352 fdb_insert fndecl 0 11352 NULL
++disable_so_ciGetLeafPrefixKey_fndecl_11365 ciGetLeafPrefixKey fndecl 0 11365 NULL
++disable_so_open_tx_first_fndecl_11368 open_tx_first fndecl 0 11368 NULL
++disable_so_mraid_mm_setup_dma_pools_fndecl_11371 mraid_mm_setup_dma_pools fndecl 0 11371 NULL
++disable_so_ixgbe_setup_all_rx_resources_fndecl_11372 ixgbe_setup_all_rx_resources fndecl 0 11372 NULL
++disable_so_send_request_fndecl_11373 send_request fndecl 0 11373 NULL
++disable_so_comp_pool_mlx4_caps_11376 comp_pool mlx4_caps 0 11376 NULL
++disable_so_memblock_alloc_base_nid_fndecl_11395 memblock_alloc_base_nid fndecl 0 11395 NULL nohasharray
++disable_so_tp3780I_StartDSP_fndecl_11395 tp3780I_StartDSP fndecl 0 11395 &disable_so_memblock_alloc_base_nid_fndecl_11395
++disable_so_nv84_fence_context_new_fndecl_11404 nv84_fence_context_new fndecl 0 11404 NULL
++disable_so_xfs_alloc_ag_vextent_small_fndecl_11407 xfs_alloc_ag_vextent_small fndecl 0 11407 NULL
++disable_so_csio_hw_flash_fw_fndecl_11408 csio_hw_flash_fw fndecl 0 11408 NULL
++disable_so_iso_packets_buffer_init_fndecl_11414 iso_packets_buffer_init fndecl 0 11414 NULL
++disable_so_xhci_queue_isoc_tx_prepare_fndecl_11415 xhci_queue_isoc_tx_prepare fndecl 0 11415 NULL
++disable_so_acpi_processor_get_performance_info_fndecl_11419 acpi_processor_get_performance_info fndecl 0 11419 NULL
++disable_so_claim_interface_fndecl_11421 claim_interface fndecl 0 11421 NULL nohasharray
++disable_so_ocrdma_mbx_rdma_stats_fndecl_11421 ocrdma_mbx_rdma_stats fndecl 0 11421 &disable_so_claim_interface_fndecl_11421
++disable_so_hash_rem_ccp_sha_req_ctx_11427 hash_rem ccp_sha_req_ctx 0 11427 NULL
++disable_so_ddebug_exec_query_fndecl_11430 ddebug_exec_query fndecl 0 11430 NULL
++disable_so_ccp_init_dm_workarea_fndecl_11450 ccp_init_dm_workarea fndecl 0 11450 NULL
++disable_so_proc_scsi_write_fndecl_11461 proc_scsi_write fndecl 0 11461 NULL
++disable_so_ni_convert_power_level_to_smc_fndecl_11464 ni_convert_power_level_to_smc fndecl 0 11464 NULL
++disable_so_lower_margin_fb_var_screeninfo_11469 lower_margin fb_var_screeninfo 0 11469 NULL
++disable_so_tg3_set_eeprom_fndecl_11481 tg3_set_eeprom fndecl 0 11481 NULL
++disable_so_context_struct_to_string_fndecl_11502 context_struct_to_string fndecl 0 11502 NULL
++disable_so_policydb_write_fndecl_11509 policydb_write fndecl 0 11509 NULL
++disable_so_cxgb4_write_rss_fndecl_11556 cxgb4_write_rss fndecl 0 11556 NULL
++disable_so_spi_sync_locked_fndecl_11557 spi_sync_locked fndecl 0 11557 NULL
++disable_so_avail_in_z_stream_s_11562 avail_in z_stream_s 0 11562 NULL
++disable_so_balance_level_fndecl_11568 balance_level fndecl 0 11568 NULL
++disable_so_zd_ep_regs_out_msg_fndecl_11574 zd_ep_regs_out_msg fndecl 0 11574 NULL
++disable_so_brcmf_fil_iovar_data_get_fndecl_11579 brcmf_fil_iovar_data_get fndecl 0 11579 NULL
++disable_so_kxtj9_probe_fndecl_11592 kxtj9_probe fndecl 0 11592 NULL
++disable_so_nv50_dmac_create_fndecl_11593 nv50_dmac_create fndecl 0 11593 NULL
++disable_so_adf_init_bank_fndecl_11599 adf_init_bank fndecl 0 11599 NULL
++disable_so_regulator_ena_gpio_request_fndecl_11602 regulator_ena_gpio_request fndecl 0 11602 NULL
++disable_so_snd_i2c_device_create_fndecl_11605 snd_i2c_device_create fndecl 0 11605 NULL
++disable_so_compat_sock_get_timestampns_fndecl_11614 compat_sock_get_timestampns fndecl 0 11614 NULL
++disable_so_hexium_attach_fndecl_11629 hexium_attach fndecl 0 11629 NULL
++disable_so_ima_lsm_rule_init_fndecl_11642 ima_lsm_rule_init fndecl 0 11642 NULL
++disable_so_drbd_cfg_context_from_attrs_fndecl_11647 drbd_cfg_context_from_attrs fndecl 0 11647 NULL
++disable_so_iwl_send_bt_init_conf_old_fndecl_11653 iwl_send_bt_init_conf_old fndecl 0 11653 NULL
++disable_so_cdrom_number_of_slots_fndecl_11662 cdrom_number_of_slots fndecl 0 11662 NULL
++disable_so_bulk_size_cam_11663 bulk_size cam 0 11663 NULL
++disable_so_lpfc_sli4_bsg_set_internal_loopback_fndecl_11664 lpfc_sli4_bsg_set_internal_loopback fndecl 0 11664 NULL
++disable_so_sel_write_member_fndecl_11667 sel_write_member fndecl 0 11667 NULL
++disable_so_do_writesect_fndecl_11673 do_writesect fndecl 0 11673 NULL
++disable_so_psmouse_connect_fndecl_11680 psmouse_connect fndecl 0 11680 NULL
++disable_so___btrfs_find_all_roots_fndecl_11682 __btrfs_find_all_roots fndecl 0 11682 NULL
++disable_so_ssb_bus_powerup_fndecl_11684 ssb_bus_powerup fndecl 0 11684 NULL
++disable_so_astfb_create_object_fndecl_11697 astfb_create_object fndecl 0 11697 NULL
++disable_so_ablkcipher_walk_done_fndecl_11708 ablkcipher_walk_done fndecl 0 11708 NULL
++disable_so_netxen_get_minidump_template_size_fndecl_11727 netxen_get_minidump_template_size fndecl 0 11727 NULL
++disable_so_create_of_modalias_fndecl_11729 create_of_modalias fndecl 0 11729 NULL
++disable_so_evtchn_make_refcounted_fndecl_11745 evtchn_make_refcounted fndecl 0 11745 NULL
++disable_so_pci_reset_hotplug_slot_fndecl_11748 pci_reset_hotplug_slot fndecl 0 11748 NULL
++disable_so_snd_virmidi_new_fndecl_11751 snd_virmidi_new fndecl 0 11751 NULL nohasharray
++disable_so_sctp_copy_laddrs_fndecl_11751 sctp_copy_laddrs fndecl 0 11751 &disable_so_snd_virmidi_new_fndecl_11751
++disable_so_get_video_status_fndecl_11753 get_video_status fndecl 0 11753 NULL
++disable_so_tcp_md5_do_add_fndecl_11755 tcp_md5_do_add fndecl 0 11755 NULL
++disable_so_count_nfs_pgio_res_11763 count nfs_pgio_res 0 11763 NULL
++disable_so_azx_alloc_stream_pages_fndecl_11771 azx_alloc_stream_pages fndecl 0 11771 NULL
++disable_so_radeon_cs_ib_fill_fndecl_11777 radeon_cs_ib_fill fndecl 0 11777 NULL
++disable_so_wait_on_sem_fndecl_11778 wait_on_sem fndecl 0 11778 NULL
++disable_so_mlx4_init_srq_table_fndecl_11789 mlx4_init_srq_table fndecl 0 11789 NULL
++disable_so_build_constructor_string_fndecl_11792 build_constructor_string fndecl 0 11792 NULL nohasharray
++disable_so_svc_pool_map_init_percpu_fndecl_11792 svc_pool_map_init_percpu fndecl 0 11792 &disable_so_build_constructor_string_fndecl_11792
++disable_so_cifs_sign_smb_fndecl_11793 cifs_sign_smb fndecl 0 11793 NULL
++disable_so_usif_notify_get_fndecl_11798 usif_notify_get fndecl 0 11798 NULL
++disable_so_gma_intel_setup_gmbus_fndecl_11800 gma_intel_setup_gmbus fndecl 0 11800 NULL
++disable_so___threshold_add_blocks_fndecl_11803 __threshold_add_blocks fndecl 0 11803 NULL nohasharray
++disable_so_ifx_spi_spi_probe_fndecl_11803 ifx_spi_spi_probe fndecl 0 11803 &disable_so___threshold_add_blocks_fndecl_11803 nohasharray
++disable_so_ioc_lockdrv_fndecl_11803 ioc_lockdrv fndecl 0 11803 &disable_so_ifx_spi_spi_probe_fndecl_11803
++disable_so_build_curseg_fndecl_11820 build_curseg fndecl 0 11820 NULL
++disable_so_pci_enable_device_mem_fndecl_11823 pci_enable_device_mem fndecl 0 11823 NULL
++disable_so_asus_led_init_fndecl_11830 asus_led_init fndecl 0 11830 NULL
++disable_so_mpu_io_snd_azf3328_11833 mpu_io snd_azf3328 0 11833 NULL
++disable_so_pci_enable_msix_fndecl_11847 pci_enable_msix fndecl 0 11847 NULL
++disable_so_mic_vringh_copy_fndecl_11848 mic_vringh_copy fndecl 0 11848 NULL
++disable_so_unix_autobind_fndecl_11849 unix_autobind fndecl 0 11849 NULL
++disable_so_ath6kl_cfg80211_init_fndecl_11850 ath6kl_cfg80211_init fndecl 0 11850 NULL
++disable_so_stub_send_ret_submit_fndecl_11852 stub_send_ret_submit fndecl 0 11852 NULL
++disable_so_et131x_adapter_memory_alloc_fndecl_11853 et131x_adapter_memory_alloc fndecl 0 11853 NULL nohasharray
++disable_so_number_of_packets_urb_11853 number_of_packets urb 0 11853 &disable_so_et131x_adapter_memory_alloc_fndecl_11853 nohasharray
++disable_so_add_to_page_cache_lru_fndecl_11853 add_to_page_cache_lru fndecl 0 11853 &disable_so_number_of_packets_urb_11853
++disable_so_i2c_add_adapter_fndecl_11856 i2c_add_adapter fndecl 0 11856 NULL
++disable_so_query_mf_symlink_fndecl_11858 query_mf_symlink fndecl 0 11858 NULL
++disable_so_btmrvl_pscmd_write_fndecl_11859 btmrvl_pscmd_write fndecl 0 11859 NULL
++disable_so_frame_rate_sd_11862 frame_rate sd 0 11862 NULL
++disable_so_iwl_mvm_send_remote_wake_cfg_fndecl_11868 iwl_mvm_send_remote_wake_cfg fndecl 0 11868 NULL
++disable_so_calc_ntlmv2_hash_fndecl_11869 calc_ntlmv2_hash fndecl 0 11869 NULL
++disable_so_dln2_probe_fndecl_11874 dln2_probe fndecl 0 11874 NULL nohasharray
++disable_so_mwifiex_scan_networks_fndecl_11874 mwifiex_scan_networks fndecl 0 11874 &disable_so_dln2_probe_fndecl_11874
++disable_so_idetape_queue_rw_tail_fndecl_11881 idetape_queue_rw_tail fndecl 0 11881 NULL
++disable_so_alloc_empty_pages_fndecl_11885 alloc_empty_pages fndecl 0 11885 NULL nohasharray
++disable_so_leaf_dealloc_fndecl_11885 leaf_dealloc fndecl 0 11885 &disable_so_alloc_empty_pages_fndecl_11885
++disable_so_nilfs_palloc_prepare_alloc_entry_fndecl_11889 nilfs_palloc_prepare_alloc_entry fndecl 0 11889 NULL
++disable_so_vfs_read_fndecl_11892 vfs_read fndecl 0 11892 NULL
++disable_so_init_hash_table_fndecl_11901 init_hash_table fndecl 0 11901 NULL
++disable_so_scs_probe_fndecl_11902 scs_probe fndecl 0 11902 NULL
++disable_so_snd_device_new_fndecl_11911 snd_device_new fndecl 0 11911 NULL
++disable_so_p9_fd_read_fndecl_11921 p9_fd_read fndecl 0 11921 NULL
++disable_so_dvb_ca_en50221_write_data_fndecl_11925 dvb_ca_en50221_write_data fndecl 0 11925 NULL
++disable_so_smscore_set_device_mode_fndecl_11931 smscore_set_device_mode fndecl 0 11931 NULL
++disable_so_verify_preview_fndecl_11943 verify_preview fndecl 0 11943 NULL
++disable_so_dvb_usbv2_adapter_stream_init_fndecl_11945 dvb_usbv2_adapter_stream_init fndecl 0 11945 NULL
++disable_so_gfs2_alloc_blocks_fndecl_11949 gfs2_alloc_blocks fndecl 0 11949 NULL
++disable_so_hci_bdaddr_list_add_fndecl_11954 hci_bdaddr_list_add fndecl 0 11954 NULL
++disable_so_rocker_flow_tbl_vlan_fndecl_11955 rocker_flow_tbl_vlan fndecl 0 11955 NULL
++disable_so_mtip_hw_ioctl_fndecl_11960 mtip_hw_ioctl fndecl 0 11960 NULL
++disable_so_uwb_rc_stop_beacon_fndecl_11970 uwb_rc_stop_beacon fndecl 0 11970 NULL
++disable_so_cttimeout_new_timeout_fndecl_11971 cttimeout_new_timeout fndecl 0 11971 NULL
++disable_so_i_xattr_nid_f2fs_inode_info_11976 i_xattr_nid f2fs_inode_info 0 11976 NULL
++disable_so__regulator_do_enable_fndecl_11979 _regulator_do_enable fndecl 0 11979 NULL
++disable_so_snd_emu10k1_add_controls_fndecl_12004 snd_emu10k1_add_controls fndecl 0 12004 NULL
++disable_so_mlx4_qp_alloc_fndecl_12009 mlx4_qp_alloc fndecl 0 12009 NULL
++disable_so_snd_ctl_remove_user_ctl_fndecl_12011 snd_ctl_remove_user_ctl fndecl 0 12011 NULL
++disable_so_jbd2_journal_restart_fndecl_12015 jbd2_journal_restart fndecl 0 12015 NULL
++disable_so_loop_get_status64_fndecl_12021 loop_get_status64 fndecl 0 12021 NULL
++disable_so_sisusb_write_mem_bulk_fndecl_12029 sisusb_write_mem_bulk fndecl 0 12029 NULL
++disable_so_logi_dj_recv_switch_to_dj_mode_fndecl_12054 logi_dj_recv_switch_to_dj_mode fndecl 0 12054 NULL
++disable_so_mwifiex_adhoc_start_fndecl_12056 mwifiex_adhoc_start fndecl 0 12056 NULL
++disable_so_sun4i_get_temp_fndecl_12058 sun4i_get_temp fndecl 0 12058 NULL
++disable_so_get_ref_objectid_v0_fndecl_12059 get_ref_objectid_v0 fndecl 0 12059 NULL
++disable_so_recover_peb_fndecl_12069 recover_peb fndecl 0 12069 NULL
++disable_so_init_card_fndecl_12072 init_card fndecl 0 12072 NULL nohasharray
++disable_so_rw_verify_area_fndecl_12072 rw_verify_area fndecl 0 12072 &disable_so_init_card_fndecl_12072
++disable_so_lirc_register_driver_fndecl_12073 lirc_register_driver fndecl 0 12073 NULL nohasharray
++disable_so_evdev_handle_get_val_fndecl_12073 evdev_handle_get_val fndecl 0 12073 &disable_so_lirc_register_driver_fndecl_12073
++disable_so_cirrus_bo_create_fndecl_12083 cirrus_bo_create fndecl 0 12083 NULL
++disable_so_nvme_trans_copy_from_user_fndecl_12088 nvme_trans_copy_from_user fndecl 0 12088 NULL
++disable_so_nla_len_nlattr_12092 nla_len nlattr 0 12092 NULL
++disable_so_et131x_tx_dma_memory_alloc_fndecl_12096 et131x_tx_dma_memory_alloc fndecl 0 12096 NULL
++disable_so_prism2_set_genericelement_fndecl_12110 prism2_set_genericelement fndecl 0 12110 NULL nohasharray
++disable_so_length_framebuf_12110 length framebuf 0 12110 &disable_so_prism2_set_genericelement_fndecl_12110
++disable_so_alloc_system_page_fndecl_12111 alloc_system_page fndecl 0 12111 NULL
++disable_so_sta_info_insert_check_fndecl_12113 sta_info_insert_check fndecl 0 12113 NULL
++disable_so_security_context_to_sid_core_fndecl_12115 security_context_to_sid_core fndecl 0 12115 NULL
++disable_so_alc_codec_rename_fndecl_12119 alc_codec_rename fndecl 0 12119 NULL
++disable_so_xfs_bmap_btree_to_extents_fndecl_12130 xfs_bmap_btree_to_extents fndecl 0 12130 NULL
++disable_so_qxl_release_bo_alloc_fndecl_12144 qxl_release_bo_alloc fndecl 0 12144 NULL
++disable_so_gfs2_rgrp_send_discards_fndecl_12149 gfs2_rgrp_send_discards fndecl 0 12149 NULL
++disable_so_joydev_open_fndecl_12150 joydev_open fndecl 0 12150 NULL
++disable_so_range_read_fndecl_12152 range_read fndecl 0 12152 NULL
++disable_so_iwl_mvm_send_cmd_pdu_status_fndecl_12155 iwl_mvm_send_cmd_pdu_status fndecl 0 12155 NULL
++disable_so_set_page_fndecl_12165 set_page fndecl 0 12165 NULL
++disable_so_xfs_bmbt_change_owner_fndecl_12190 xfs_bmbt_change_owner fndecl 0 12190 NULL
++disable_so_i40e_add_del_fdir_tcpv4_fndecl_12196 i40e_add_del_fdir_tcpv4 fndecl 0 12196 NULL
++disable_so_gpiochip_find_base_fndecl_12197 gpiochip_find_base fndecl 0 12197 NULL
++disable_so_lpfc_bsg_diag_mode_enter_fndecl_12200 lpfc_bsg_diag_mode_enter fndecl 0 12200 NULL
++disable_so_pn533_submit_urb_for_response_fndecl_12203 pn533_submit_urb_for_response fndecl 0 12203 NULL
++disable_so_l2cap_sock_setsockopt_old_fndecl_12209 l2cap_sock_setsockopt_old fndecl 0 12209 NULL
++disable_so_efx_mcdi_get_phy_cfg_fndecl_12212 efx_mcdi_get_phy_cfg fndecl 0 12212 NULL
++disable_so_lx_pcm_create_fndecl_12227 lx_pcm_create fndecl 0 12227 NULL
++disable_so_fuse_fill_super_fndecl_12248 fuse_fill_super fndecl 0 12248 NULL nohasharray
++disable_so_cbaf_probe_fndecl_12248 cbaf_probe fndecl 0 12248 &disable_so_fuse_fill_super_fndecl_12248
++disable_so_init_fndecl_12261 init fndecl 0 12261 NULL
++disable_so_btrfs_run_delayed_items_fndecl_12263 btrfs_run_delayed_items fndecl 0 12263 NULL
++disable_so_devid_ptp_clock_12277 devid ptp_clock 0 12277 NULL
++disable_so_ocfs2_xattr_bucket_journal_access_fndecl_12278 ocfs2_xattr_bucket_journal_access fndecl 0 12278 NULL
++disable_so_i915_gem_check_olr_fndecl_12280 i915_gem_check_olr fndecl 0 12280 NULL nohasharray
++disable_so_softing_fct_cmd_fndecl_12280 softing_fct_cmd fndecl 0 12280 &disable_so_i915_gem_check_olr_fndecl_12280
++disable_so_get_esi_asic_fndecl_12282 get_esi_asic fndecl 0 12282 NULL
++disable_so_cp2112_probe_fndecl_12283 cp2112_probe fndecl 0 12283 NULL
++disable_so_usif_notify_new_fndecl_12288 usif_notify_new fndecl 0 12288 NULL
++disable_so_tioclinux_fndecl_12291 tioclinux fndecl 0 12291 NULL
++disable_so_t4_write_flash_fndecl_12294 t4_write_flash fndecl 0 12294 NULL
++disable_so_adjust_tp_fndecl_12297 adjust_tp fndecl 0 12297 NULL
++disable_so_bm_find_next_fndecl_12298 bm_find_next fndecl 0 12298 NULL nohasharray
++disable_so_fat_add_entries_fndecl_12298 fat_add_entries fndecl 0 12298 &disable_so_bm_find_next_fndecl_12298
++disable_so_t4vf_get_vfres_fndecl_12300 t4vf_get_vfres fndecl 0 12300 NULL
++disable_so_mlx4_CONF_SPECIAL_QP_fndecl_12312 mlx4_CONF_SPECIAL_QP fndecl 0 12312 NULL
++disable_so_mwifiex_bss_start_fndecl_12325 mwifiex_bss_start fndecl 0 12325 NULL
++disable_so_ec168_ctrl_msg_fndecl_12328 ec168_ctrl_msg fndecl 0 12328 NULL
++disable_so_enic_set_rss_nic_cfg_fndecl_12333 enic_set_rss_nic_cfg fndecl 0 12333 NULL nohasharray
++disable_so_snd_cs5530_create_fndecl_12333 snd_cs5530_create fndecl 0 12333 &disable_so_enic_set_rss_nic_cfg_fndecl_12333
++disable_so_snd_hdac_bus_exec_verb_unlocked_fndecl_12335 snd_hdac_bus_exec_verb_unlocked fndecl 0 12335 NULL
++disable_so_sctp_outq_tail_fndecl_12338 sctp_outq_tail fndecl 0 12338 NULL
++disable_so_ptrace_resume_fndecl_12341 ptrace_resume fndecl 0 12341 NULL
++disable_so_dccps_iss_dccp_sock_12346 dccps_iss dccp_sock 0 12346 NULL
++disable_so_dlmfs_file_open_fndecl_12353 dlmfs_file_open fndecl 0 12353 NULL
++disable_so_limit_scaled_size_lock_fndecl_12359 limit_scaled_size_lock fndecl 0 12359 NULL
++disable_so_create_setup_data_nodes_fndecl_12366 create_setup_data_nodes fndecl 0 12366 NULL
++disable_so_xfs_alloc_fixup_trees_fndecl_12372 xfs_alloc_fixup_trees fndecl 0 12372 NULL nohasharray
++disable_so_b43legacy_upload_initvals_fndecl_12372 b43legacy_upload_initvals fndecl 0 12372 &disable_so_xfs_alloc_fixup_trees_fndecl_12372
++disable_so_nilfs_btree_get_new_block_fndecl_12377 nilfs_btree_get_new_block fndecl 0 12377 NULL
++disable_so_pci_enable_device_flags_fndecl_12378 pci_enable_device_flags fndecl 0 12378 NULL
++disable_so_ntfs_decompress_fndecl_12387 ntfs_decompress fndecl 0 12387 NULL
++disable_so_udf_translate_to_linux_fndecl_12396 udf_translate_to_linux fndecl 0 12396 NULL nohasharray
++disable_so_w_e_end_ov_reply_fndecl_12396 w_e_end_ov_reply fndecl 0 12396 &disable_so_udf_translate_to_linux_fndecl_12396
++disable_so_mwifiex_adhoc_join_fndecl_12397 mwifiex_adhoc_join fndecl 0 12397 NULL
++disable_so_esd_usb2_setup_rx_urbs_fndecl_12400 esd_usb2_setup_rx_urbs fndecl 0 12400 NULL
++disable_so_edt_ft5x06_debugfs_raw_data_read_fndecl_12401 edt_ft5x06_debugfs_raw_data_read fndecl 0 12401 NULL
++disable_so_btusb_submit_intr_urb_fndecl_12415 btusb_submit_intr_urb fndecl 0 12415 NULL
++disable_so_p9_fd_write_fndecl_12417 p9_fd_write fndecl 0 12417 NULL
++disable_so_cx231xx_init_vbi_isoc_fndecl_12422 cx231xx_init_vbi_isoc fndecl 0 12422 NULL
++disable_so_kovaplus_init_kovaplus_device_struct_fndecl_12427 kovaplus_init_kovaplus_device_struct fndecl 0 12427 NULL
++disable_so_tea5764_i2c_read_fndecl_12428 tea5764_i2c_read fndecl 0 12428 NULL
++disable_so_dvb_usbv2_remote_init_fndecl_12432 dvb_usbv2_remote_init fndecl 0 12432 NULL
++disable_so_sixpack_ioctl_fndecl_12452 sixpack_ioctl fndecl 0 12452 NULL
++disable_so_ttm_bo_mem_space_fndecl_12456 ttm_bo_mem_space fndecl 0 12456 NULL nohasharray
++disable_so_rsxx_reg_access_fndecl_12456 rsxx_reg_access fndecl 0 12456 &disable_so_ttm_bo_mem_space_fndecl_12456
++disable_so_platform_get_irq_fndecl_12459 platform_get_irq fndecl 0 12459 NULL
++disable_so_stk_camera_probe_fndecl_12462 stk_camera_probe fndecl 0 12462 NULL
++disable_so_do_register_framebuffer_fndecl_12464 do_register_framebuffer fndecl 0 12464 NULL
++disable_so_cx25821_alsa_dma_map_fndecl_12470 cx25821_alsa_dma_map fndecl 0 12470 NULL
++disable_so_mlx5_core_mad_ifc_fndecl_12472 mlx5_core_mad_ifc fndecl 0 12472 NULL
++disable_so_peak_pciec_probe_fndecl_12485 peak_pciec_probe fndecl 0 12485 NULL
++disable_so_iwlagn_send_patterns_fndecl_12496 iwlagn_send_patterns fndecl 0 12496 NULL
++disable_so_lanai_dev_open_fndecl_12497 lanai_dev_open fndecl 0 12497 NULL
++disable_so_map_off_xfs_dir2_leaf_map_info_12499 map_off xfs_dir2_leaf_map_info 0 12499 NULL
++disable_so_stream_next_buffer_fndecl_12502 stream_next_buffer fndecl 0 12502 NULL
++disable_so_validate_master_fndecl_12511 validate_master fndecl 0 12511 NULL
++disable_so_ethtool_set_channels_fndecl_12521 ethtool_set_channels fndecl 0 12521 NULL
++disable_so_ethtool_get_features_fndecl_12526 ethtool_get_features fndecl 0 12526 NULL
++disable_so_snd_compr_get_params_fndecl_12529 snd_compr_get_params fndecl 0 12529 NULL
++disable_so_bttv_input_init_fndecl_12536 bttv_input_init fndecl 0 12536 NULL
++disable_so_cdrom_read_cdda_old_fndecl_12547 cdrom_read_cdda_old fndecl 0 12547 NULL
++disable_so_fs_path_add_from_extent_buffer_fndecl_12581 fs_path_add_from_extent_buffer fndecl 0 12581 NULL
++disable_so_ide_do_start_stop_fndecl_12589 ide_do_start_stop fndecl 0 12589 NULL
++disable_so_raid_disk_md_rdev_12590 raid_disk md_rdev 0 12590 NULL
++disable_so_get_floppy_geometry_fndecl_12593 get_floppy_geometry fndecl 0 12593 NULL
++disable_so_asd_process_ctrl_a_user_fndecl_12599 asd_process_ctrl_a_user fndecl 0 12599 NULL
++disable_so_sx_fb_copyarea_12600 sx fb_copyarea 0 12600 NULL
++disable_so_mraid_mm_register_adp_fndecl_12605 mraid_mm_register_adp fndecl 0 12605 NULL nohasharray
++disable_so_dvd_read_disckey_fndecl_12605 dvd_read_disckey fndecl 0 12605 &disable_so_mraid_mm_register_adp_fndecl_12605
++disable_so_ima_protect_xattr_fndecl_12614 ima_protect_xattr fndecl 0 12614 NULL
++disable_so_xfs_attrmulti_attr_get_fndecl_12623 xfs_attrmulti_attr_get fndecl 0 12623 NULL
++disable_so_atmel_ioctl_fndecl_12624 atmel_ioctl fndecl 0 12624 NULL
++disable_so_data_sock_ioctl_bound_fndecl_12629 data_sock_ioctl_bound fndecl 0 12629 NULL
++disable_so_stir421x_fw_upload_fndecl_12630 stir421x_fw_upload fndecl 0 12630 NULL
++disable_so_check_lpt_type_fndecl_12642 check_lpt_type fndecl 0 12642 NULL
++disable_so_cx24117_cmd_execute_nolock_fndecl_12650 cx24117_cmd_execute_nolock fndecl 0 12650 NULL
++disable_so_ccp_crypto_enqueue_cmd_fndecl_12657 ccp_crypto_enqueue_cmd fndecl 0 12657 NULL
++disable_so_machine_constraints_voltage_fndecl_12658 machine_constraints_voltage fndecl 0 12658 NULL
++disable_so_hidpp_send_rap_command_sync_fndecl_12667 hidpp_send_rap_command_sync fndecl 0 12667 NULL nohasharray
++disable_so_sg_offset_iscsi_segment_12667 sg_offset iscsi_segment 0 12667 &disable_so_hidpp_send_rap_command_sync_fndecl_12667
++disable_so_hfc_probe_fndecl_12670 hfc_probe fndecl 0 12670 NULL
++disable_so_ax25_fwd_ioctl_fndecl_12674 ax25_fwd_ioctl fndecl 0 12674 NULL
++disable_so_HST_kyrofb_info_12685 HST kyrofb_info 0 12685 NULL
++disable_so_savage_dispatch_vb_idx_fndecl_12688 savage_dispatch_vb_idx fndecl 0 12688 NULL
++disable_so_sched_group_set_shares_fndecl_12689 sched_group_set_shares fndecl 0 12689 NULL
++disable_so_snd_component_add_fndecl_12699 snd_component_add fndecl 0 12699 NULL
++disable_so_smk_set_access_fndecl_12730 smk_set_access fndecl 0 12730 NULL
++disable_so_relocate_entry_gtt_fndecl_12745 relocate_entry_gtt fndecl 0 12745 NULL
++disable_so_input_ff_create_memless_fndecl_12746 input_ff_create_memless fndecl 0 12746 NULL
++disable_so_snd_es1968_capture_open_fndecl_12747 snd_es1968_capture_open fndecl 0 12747 NULL
++disable_so_get_sum_rsc_fndecl_12757 get_sum_rsc fndecl 0 12757 NULL
++disable_so_reserve_memtype_fndecl_12762 reserve_memtype fndecl 0 12762 NULL
++disable_so_null_add_dev_fndecl_12763 null_add_dev fndecl 0 12763 NULL
++disable_so_set_evtchn_to_irq_fndecl_12766 set_evtchn_to_irq fndecl 0 12766 NULL
++disable_so_carl9170_led_set_state_fndecl_12779 carl9170_led_set_state fndecl 0 12779 NULL
++disable_so_tcp_v6_parse_md5_keys_fndecl_12783 tcp_v6_parse_md5_keys fndecl 0 12783 NULL
++disable_so_i5k_amb_probe_fndecl_12793 i5k_amb_probe fndecl 0 12793 NULL
++disable_so_sbni_ioctl_fndecl_12797 sbni_ioctl fndecl 0 12797 NULL
++disable_so_set_memory_uc_fndecl_12804 set_memory_uc fndecl 0 12804 NULL
++disable_so_asd_read_ocm_fndecl_12806 asd_read_ocm fndecl 0 12806 NULL
++disable_so_lpfc_sli4_queue_verify_fndecl_12812 lpfc_sli4_queue_verify fndecl 0 12812 NULL
++disable_so_get_extent_allocation_hint_fndecl_12820 get_extent_allocation_hint fndecl 0 12820 NULL
++disable_so___videobuf_mmap_setup_fndecl_12822 __videobuf_mmap_setup fndecl 0 12822 NULL
++disable_so_vfio_msi_cap_len_fndecl_12827 vfio_msi_cap_len fndecl 0 12827 NULL
++disable_so_create_urbs_fndecl_12837 create_urbs fndecl 0 12837 NULL
++disable_so_tb_eeprom_ctl_read_fndecl_12839 tb_eeprom_ctl_read fndecl 0 12839 NULL
++disable_so_psb_do_init_fndecl_12848 psb_do_init fndecl 0 12848 NULL
++disable_so_xfs_rtfind_back_fndecl_12849 xfs_rtfind_back fndecl 0 12849 NULL
++disable_so_iwl_mvm_bt_udpate_ctrl_kill_msk_fndecl_12852 iwl_mvm_bt_udpate_ctrl_kill_msk fndecl 0 12852 NULL
++disable_so_snd_interval_refine_max_fndecl_12865 snd_interval_refine_max fndecl 0 12865 NULL
++disable_so__conn_rq_cond_fndecl_12878 _conn_rq_cond fndecl 0 12878 NULL
++disable_so_sony_nc_thermal_setup_fndecl_12886 sony_nc_thermal_setup fndecl 0 12886 NULL
++disable_so_be_get_resources_fndecl_12890 be_get_resources fndecl 0 12890 NULL
++disable_so_spu_set_bus_mode_fndecl_12909 spu_set_bus_mode fndecl 0 12909 NULL
++disable_so_dwc3_gadget_init_endpoints_fndecl_12911 dwc3_gadget_init_endpoints fndecl 0 12911 NULL
++disable_so_si4713_register_i2c_adapter_fndecl_12912 si4713_register_i2c_adapter fndecl 0 12912 NULL
++disable_so_efx_mcdi_rpc_quiet_fndecl_12914 efx_mcdi_rpc_quiet fndecl 0 12914 NULL
++disable_so_mxr_acquire_clocks_fndecl_12918 mxr_acquire_clocks fndecl 0 12918 NULL nohasharray
++disable_so_cfg80211_calculate_bitrate_fndecl_12918 cfg80211_calculate_bitrate fndecl 0 12918 &disable_so_mxr_acquire_clocks_fndecl_12918
++disable_so_m_lblk_ext4_map_blocks_12920 m_lblk ext4_map_blocks 0 12920 NULL
++disable_so_idetape_mtioctop_fndecl_12923 idetape_mtioctop fndecl 0 12923 NULL
++disable_so_sel_loadlut_fndecl_12933 sel_loadlut fndecl 0 12933 NULL
++disable_so_phys_pud_init_fndecl_12941 phys_pud_init fndecl 0 12941 NULL
++disable_so_gfs2_meta_indirect_buffer_fndecl_12942 gfs2_meta_indirect_buffer fndecl 0 12942 NULL
++disable_so_max_select_fd_fndecl_12949 max_select_fd fndecl 0 12949 NULL
++disable_so_b43legacy_debugfs_write_fndecl_12959 b43legacy_debugfs_write fndecl 0 12959 NULL
++disable_so_get_srcimp_rsc_fndecl_12964 get_srcimp_rsc fndecl 0 12964 NULL
++disable_so_megasas_mgmt_fw_ioctl_fndecl_12968 megasas_mgmt_fw_ioctl fndecl 0 12968 NULL
++disable_so_snd_card_asihpi_capture_open_fndecl_12972 snd_card_asihpi_capture_open fndecl 0 12972 NULL
++disable_so_qxl_hw_surface_alloc_fndecl_12980 qxl_hw_surface_alloc fndecl 0 12980 NULL
++disable_so_nv50_fbdma_init_fndecl_12991 nv50_fbdma_init fndecl 0 12991 NULL
++disable_so_mwifiex_update_uap_custom_ie_fndecl_12992 mwifiex_update_uap_custom_ie fndecl 0 12992 NULL
++disable_so_cls_bpf_change_fndecl_12994 cls_bpf_change fndecl 0 12994 NULL
++disable_so_nvme_trans_request_sense_fndecl_12997 nvme_trans_request_sense fndecl 0 12997 NULL
++disable_so_evergreen_surface_check_1d_fndecl_12998 evergreen_surface_check_1d fndecl 0 12998 NULL
++disable_so_patch_conexant_auto_fndecl_13003 patch_conexant_auto fndecl 0 13003 NULL
++disable_so_vprbrd_probe_fndecl_13005 vprbrd_probe fndecl 0 13005 NULL
++disable_so_ocfs2_info_handle_clustersize_fndecl_13008 ocfs2_info_handle_clustersize fndecl 0 13008 NULL
++disable_so_tg3_nvram_exec_cmd_fndecl_13010 tg3_nvram_exec_cmd fndecl 0 13010 NULL
++disable_so_iwlagn_disable_pan_fndecl_13013 iwlagn_disable_pan fndecl 0 13013 NULL
++disable_so_sg_alloc_table_from_pages_fndecl_13015 sg_alloc_table_from_pages fndecl 0 13015 NULL
++disable_so_srpt_cm_req_recv_fndecl_13017 srpt_cm_req_recv fndecl 0 13017 NULL
++disable_so_mcp230xx_probe_fndecl_13018 mcp230xx_probe fndecl 0 13018 NULL
++disable_so_r600_do_wait_for_idle_fndecl_13022 r600_do_wait_for_idle fndecl 0 13022 NULL
++disable_so___free_memory_core_fndecl_13029 __free_memory_core fndecl 0 13029 NULL
++disable_so_xfs_bmap_finish_fndecl_13047 xfs_bmap_finish fndecl 0 13047 NULL
++disable_so_gaff_init_fndecl_13050 gaff_init fndecl 0 13050 NULL
++disable_so_status_mwifiex_wait_queue_13055 status mwifiex_wait_queue 0 13055 NULL
++disable_so_xfs_bunmapi_fndecl_13063 xfs_bunmapi fndecl 0 13063 NULL
++disable_so_create_20k1_hw_obj_fndecl_13071 create_20k1_hw_obj fndecl 0 13071 NULL
++disable_so_t3_seeprom_write_fndecl_13072 t3_seeprom_write fndecl 0 13072 NULL
++disable_so_snd_card_asihpi_playback_open_fndecl_13083 snd_card_asihpi_playback_open fndecl 0 13083 NULL
++disable_so_hard_mtu_usbnet_13093 hard_mtu usbnet 0 13093 NULL nohasharray
++disable_so_cursg_ofs_ide_cmd_13093 cursg_ofs ide_cmd 0 13093 &disable_so_hard_mtu_usbnet_13093
++disable_so_ping_members_fndecl_13099 ping_members fndecl 0 13099 NULL
++disable_so_cifs_reconnect_tcon_fndecl_13115 cifs_reconnect_tcon fndecl 0 13115 NULL
++disable_so_c4iw_ofld_send_fndecl_13116 c4iw_ofld_send fndecl 0 13116 NULL
++disable_so_mwifiex_prog_fw_w_helper_fndecl_13117 mwifiex_prog_fw_w_helper fndecl 0 13117 NULL
++disable_so_stex_common_handshake_fndecl_13142 stex_common_handshake fndecl 0 13142 NULL
++disable_so_nilfs_sysfs_create_checkpoints_group_fndecl_13149 nilfs_sysfs_create_checkpoints_group fndecl 0 13149 NULL
++disable_so_avtab_read_fndecl_13155 avtab_read fndecl 0 13155 NULL
++disable_so_tm6000_v4l2_register_fndecl_13161 tm6000_v4l2_register fndecl 0 13161 NULL
++disable_so_gp2a_probe_fndecl_13162 gp2a_probe fndecl 0 13162 NULL
++disable_so_ivtvfb_init_vidmode_fndecl_13165 ivtvfb_init_vidmode fndecl 0 13165 NULL
++disable_so_missbufcnt_lpfc_sli_ring_13167 missbufcnt lpfc_sli_ring 0 13167 NULL
++disable_so_mif6_add_fndecl_13190 mif6_add fndecl 0 13190 NULL
++disable_so_get_manuf_info_fndecl_13200 get_manuf_info fndecl 0 13200 NULL
++disable_so_ocfs2_stack_driver_get_fndecl_13214 ocfs2_stack_driver_get fndecl 0 13214 NULL
++disable_so_kstrtos16_from_user_fndecl_13215 kstrtos16_from_user fndecl 0 13215 NULL
++disable_so_total_xfer_len_sas_task_13219 total_xfer_len sas_task 0 13219 NULL
++disable_so_kvm_vfio_create_fndecl_13221 kvm_vfio_create fndecl 0 13221 NULL
++disable_so_qlcnic_get_act_pci_func_fndecl_13224 qlcnic_get_act_pci_func fndecl 0 13224 NULL
++disable_so_mtdram_init_device_fndecl_13236 mtdram_init_device fndecl 0 13236 NULL
++disable_so_card_send_command_fndecl_13238 card_send_command fndecl 0 13238 NULL
++disable_so_cciss_getnodename_fndecl_13239 cciss_getnodename fndecl 0 13239 NULL
++disable_so_ocfs2_get_truncate_log_info_fndecl_13243 ocfs2_get_truncate_log_info fndecl 0 13243 NULL
++disable_so_tty_change_softcar_fndecl_13244 tty_change_softcar fndecl 0 13244 NULL
++disable_so_efx_ef10_get_mac_address_fndecl_13249 efx_ef10_get_mac_address fndecl 0 13249 NULL
++disable_so_vmw_present_readback_ioctl_fndecl_13262 vmw_present_readback_ioctl fndecl 0 13262 NULL
++disable_so_get_indirect_fndecl_13265 get_indirect fndecl 0 13265 NULL
++disable_so_zlib_inflate_fndecl_13271 zlib_inflate fndecl 0 13271 NULL
++disable_so_kovaplus_get_profile_settings_fndecl_13285 kovaplus_get_profile_settings fndecl 0 13285 NULL nohasharray
++disable_so_iwl6000_hw_channel_switch_fndecl_13285 iwl6000_hw_channel_switch fndecl 0 13285 &disable_so_kovaplus_get_profile_settings_fndecl_13285
++disable_so_status_usb_iso_packet_descriptor_13287 status usb_iso_packet_descriptor 0 13287 NULL
++disable_so_vb2_internal_streamon_fndecl_13298 vb2_internal_streamon fndecl 0 13298 NULL
++disable_so_ioc_general_fndecl_13301 ioc_general fndecl 0 13301 NULL
++disable_so_mwifiex_associate_fndecl_13309 mwifiex_associate fndecl 0 13309 NULL
++disable_so_iwl_alive_start_fndecl_13313 iwl_alive_start fndecl 0 13313 NULL
++disable_so_vringh_getdesc_kern_fndecl_13322 vringh_getdesc_kern fndecl 0 13322 NULL
++disable_so_acpi_add_single_object_fndecl_13325 acpi_add_single_object fndecl 0 13325 NULL nohasharray
++disable_so_skb_zerocopy_headlen_fndecl_13325 skb_zerocopy_headlen fndecl 0 13325 &disable_so_acpi_add_single_object_fndecl_13325
++disable_so_brcmf_usb_dl_cmd_fndecl_13344 brcmf_usb_dl_cmd fndecl 0 13344 NULL
++disable_so_rndis_command_fndecl_13350 rndis_command fndecl 0 13350 NULL
++disable_so_sst_wait_timeout_fndecl_13353 sst_wait_timeout fndecl 0 13353 NULL
++disable_so_nouveau_dma_wait_fndecl_13361 nouveau_dma_wait fndecl 0 13361 NULL
++disable_so_unit_mddev_13365 unit mddev 0 13365 NULL
++disable_so_addr_bcma_device_13366 addr bcma_device 0 13366 NULL
++disable_so_crypto_check_alg_fndecl_13376 crypto_check_alg fndecl 0 13376 NULL
++disable_so_add_fake_paths_fndecl_13378 add_fake_paths fndecl 0 13378 NULL
++disable_so_x25_asy_ioctl_fndecl_13379 x25_asy_ioctl fndecl 0 13379 NULL
++disable_so_port_capicardparams_13383 port capicardparams 0 13383 NULL
++disable_so_adpt_i2o_post_this_fndecl_13388 adpt_i2o_post_this fndecl 0 13388 NULL
++disable_so_squashfs_read_data_fndecl_13399 squashfs_read_data fndecl 0 13399 NULL
++disable_so_rmmio_base_cirrus_device_13402 rmmio_base cirrus_device 0 13402 NULL
++disable_so_rate_adav80x_13411 rate adav80x 0 13411 NULL
++disable_so_ti_get_lsr_fndecl_13413 ti_get_lsr fndecl 0 13413 NULL
++disable_so_qlcnic_alloc_adapter_resources_fndecl_13420 qlcnic_alloc_adapter_resources fndecl 0 13420 NULL
++disable_so_i2c_smbus_xfer_fndecl_13421 i2c_smbus_xfer fndecl 0 13421 NULL nohasharray
++disable_so_ath6kl_upload_firmware_fndecl_13421 ath6kl_upload_firmware fndecl 0 13421 &disable_so_i2c_smbus_xfer_fndecl_13421
++disable_so_nouveau_channel_prep_fndecl_13435 nouveau_channel_prep fndecl 0 13435 NULL
++disable_so_mwl8k_fw_lock_fndecl_13436 mwl8k_fw_lock fndecl 0 13436 NULL
++disable_so_calc_dflt_lpt_geom_fndecl_13447 calc_dflt_lpt_geom fndecl 0 13447 NULL
++disable_so_team_dev_type_check_change_fndecl_13450 team_dev_type_check_change fndecl 0 13450 NULL
++disable_so_mtd_add_device_partitions_fndecl_13453 mtd_add_device_partitions fndecl 0 13453 NULL
++disable_so_idetape_write_filemark_fndecl_13455 idetape_write_filemark fndecl 0 13455 NULL
++disable_so_pvr2_channel_claim_stream_fndecl_13457 pvr2_channel_claim_stream fndecl 0 13457 NULL
++disable_so_layout_in_empty_space_fndecl_13467 layout_in_empty_space fndecl 0 13467 NULL
++disable_so_set_offload_fndecl_13468 set_offload fndecl 0 13468 NULL
++disable_so_lg4ff_init_fndecl_13469 lg4ff_init fndecl 0 13469 NULL
++disable_so_ubifs_validate_entry_fndecl_13470 ubifs_validate_entry fndecl 0 13470 NULL
++disable_so_snd_ctl_new_fndecl_13472 snd_ctl_new fndecl 0 13472 NULL
++disable_so_height_bttv_fh_13473 height bttv_fh 0 13473 NULL
++disable_so_wl1251_acx_aid_fndecl_13506 wl1251_acx_aid fndecl 0 13506 NULL nohasharray
++disable_so_btmrvl_hscmd_write_fndecl_13506 btmrvl_hscmd_write fndecl 0 13506 &disable_so_wl1251_acx_aid_fndecl_13506
++disable_so_nilfs_sysfs_create_device_group_fndecl_13508 nilfs_sysfs_create_device_group fndecl 0 13508 NULL
++disable_so_ocrdma_get_mbx_errno_fndecl_13522 ocrdma_get_mbx_errno fndecl 0 13522 NULL
++disable_so_cn_netlink_send_fndecl_13523 cn_netlink_send fndecl 0 13523 NULL
++disable_so_max_out_size_ims_pcu_13527 max_out_size ims_pcu 0 13527 NULL
++disable_so_find_rsb_nodir_fndecl_13537 find_rsb_nodir fndecl 0 13537 NULL
++disable_so_rocker_cmd_exec_fndecl_13546 rocker_cmd_exec fndecl 0 13546 NULL
++disable_so_mlx4_bf_alloc_fndecl_13547 mlx4_bf_alloc fndecl 0 13547 NULL
++disable_so_bcma_host_pci_probe_fndecl_13551 bcma_host_pci_probe fndecl 0 13551 NULL
++disable_so___devcgroup_inode_permission_fndecl_13559 __devcgroup_inode_permission fndecl 0 13559 NULL
++disable_so_capture_periodsize_rme96_13564 capture_periodsize rme96 0 13564 NULL
++disable_so_i915_gem_execbuffer_relocate_slow_fndecl_13567 i915_gem_execbuffer_relocate_slow fndecl 0 13567 NULL
++disable_so_edt_ft5x06_ts_readwrite_fndecl_13570 edt_ft5x06_ts_readwrite fndecl 0 13570 NULL
++disable_so_dvb_bt8xx_load_card_fndecl_13591 dvb_bt8xx_load_card fndecl 0 13591 NULL
++disable_so_drm_ht_find_item_fndecl_13598 drm_ht_find_item fndecl 0 13598 NULL
++disable_so_bnx2x_queue_state_change_fndecl_13603 bnx2x_queue_state_change fndecl 0 13603 NULL
++disable_so_cipso_v4_map_cat_rbm_hton_fndecl_13611 cipso_v4_map_cat_rbm_hton fndecl 0 13611 NULL
++disable_so_ext4_try_to_evict_inline_data_fndecl_13620 ext4_try_to_evict_inline_data fndecl 0 13620 NULL
++disable_so_snd_ali_chip_init_fndecl_13621 snd_ali_chip_init fndecl 0 13621 NULL
++disable_so_usb_reset_device_fndecl_13622 usb_reset_device fndecl 0 13622 NULL
++disable_so__set_pages_array_fndecl_13631 _set_pages_array fndecl 0 13631 NULL
++disable_so_xenbus_map_ring_valloc_hvm_fndecl_13638 xenbus_map_ring_valloc_hvm fndecl 0 13638 NULL
++disable_so_smsc95xx_read_reg_nopm_fndecl_13641 smsc95xx_read_reg_nopm fndecl 0 13641 NULL
++disable_so_nbytes_ata_queued_cmd_13642 nbytes ata_queued_cmd 0 13642 NULL
++disable_so_npools_svc_pool_map_13643 npools svc_pool_map 0 13643 NULL
++disable_so_number_mdp_device_descriptor_s_13645 number mdp_device_descriptor_s 0 13645 NULL
++disable_so_page_len_xdr_buf_13652 page_len xdr_buf 0 13652 NULL
++disable_so_snd_rawmidi_new_fndecl_13671 snd_rawmidi_new fndecl 0 13671 NULL
++disable_so_hfsplus_initxattrs_fndecl_13672 hfsplus_initxattrs fndecl 0 13672 NULL
++disable_so_fixup_pmc551_fndecl_13679 fixup_pmc551 fndecl 0 13679 NULL
++disable_so_adf_init_etr_data_fndecl_13681 adf_init_etr_data fndecl 0 13681 NULL
++disable_so_send_message_queue_full_fndecl_13693 send_message_queue_full fndecl 0 13693 NULL
++disable_so_br_set_hello_time_fndecl_13706 br_set_hello_time fndecl 0 13706 NULL
++disable_so_xen_pcibk_enable_msix_fndecl_13716 xen_pcibk_enable_msix fndecl 0 13716 NULL
++disable_so_axff_init_fndecl_13719 axff_init fndecl 0 13719 NULL
++disable_so_iwlagn_request_scan_fndecl_13732 iwlagn_request_scan fndecl 0 13732 NULL
++disable_so_mfd_add_device_fndecl_13737 mfd_add_device fndecl 0 13737 NULL
++disable_so_cirrus_ttm_global_init_fndecl_13742 cirrus_ttm_global_init fndecl 0 13742 NULL
++disable_so_cipso_v4_genopt_fndecl_13743 cipso_v4_genopt fndecl 0 13743 NULL
++disable_so_intel_pin_and_fence_fb_obj_fndecl_13747 intel_pin_and_fence_fb_obj fndecl 0 13747 NULL
++disable_so_select_sec_fndecl_13756 select_sec fndecl 0 13756 NULL
++disable_so_xfs_alloc_pagf_init_fndecl_13761 xfs_alloc_pagf_init fndecl 0 13761 NULL nohasharray
++disable_so_i2c_hid_set_power_fndecl_13761 i2c_hid_set_power fndecl 0 13761 &disable_so_xfs_alloc_pagf_init_fndecl_13761
++disable_so_ibmasm_init_remote_input_dev_fndecl_13762 ibmasm_init_remote_input_dev fndecl 0 13762 NULL
++disable_so_subdev_fh_init_fndecl_13766 subdev_fh_init fndecl 0 13766 NULL
++disable_so_usbhs_dma_calc_received_size_fndecl_13783 usbhs_dma_calc_received_size fndecl 0 13783 NULL
++disable_so_ci_set_mc_special_registers_fndecl_13784 ci_set_mc_special_registers fndecl 0 13784 NULL nohasharray
++disable_so_ehset_single_step_set_feature_fndecl_13784 ehset_single_step_set_feature fndecl 0 13784 &disable_so_ci_set_mc_special_registers_fndecl_13784
++disable_so_lbs_setup_firmware_fndecl_13786 lbs_setup_firmware fndecl 0 13786 NULL
++disable_so_ib_uverbs_attach_mcast_fndecl_13787 ib_uverbs_attach_mcast fndecl 0 13787 NULL
++disable_so_tg3_nvram_read_be32_fndecl_13791 tg3_nvram_read_be32 fndecl 0 13791 NULL nohasharray
++disable_so_acpi_create_platform_device_fndecl_13791 acpi_create_platform_device fndecl 0 13791 &disable_so_tg3_nvram_read_be32_fndecl_13791
++disable_so_xhci_queue_isoc_tx_fndecl_13795 xhci_queue_isoc_tx fndecl 0 13795 NULL
++disable_so_ixgbe_dcb_hw_pfc_config_fndecl_13799 ixgbe_dcb_hw_pfc_config fndecl 0 13799 NULL
++disable_so_rproc_handle_vdev_fndecl_13805 rproc_handle_vdev fndecl 0 13805 NULL
++disable_so_phys_pte_init_fndecl_13824 phys_pte_init fndecl 0 13824 NULL
++disable_so_uwb_rc_mac_addr_get_fndecl_13834 uwb_rc_mac_addr_get fndecl 0 13834 NULL
++disable_so_acpi_os_get_root_pointer_fndecl_13835 acpi_os_get_root_pointer fndecl 0 13835 NULL
++disable_so_ocfs2_refcount_cal_cow_clusters_fndecl_13837 ocfs2_refcount_cal_cow_clusters fndecl 0 13837 NULL nohasharray
++disable_so_evm_inode_init_security_fndecl_13837 evm_inode_init_security fndecl 0 13837 &disable_so_ocfs2_refcount_cal_cow_clusters_fndecl_13837
++disable_so_init_memory_mapping_fndecl_13840 init_memory_mapping fndecl 0 13840 NULL
++disable_so_bfad_iocmd_ioc_disable_fndecl_13857 bfad_iocmd_ioc_disable fndecl 0 13857 NULL
++disable_so_sddr09_read_data_fndecl_13860 sddr09_read_data fndecl 0 13860 NULL
++disable_so_i915_wait_request_fndecl_13866 i915_wait_request fndecl 0 13866 NULL nohasharray
++disable_so_pch_spi_set_tx_fndecl_13866 pch_spi_set_tx fndecl 0 13866 &disable_so_i915_wait_request_fndecl_13866
++disable_so_xfs_btree_lookup_get_block_fndecl_13867 xfs_btree_lookup_get_block fndecl 0 13867 NULL
++disable_so_lock_torture_init_fndecl_13870 lock_torture_init fndecl 0 13870 NULL nohasharray
++disable_so_ufx_reg_set_bits_fndecl_13870 ufx_reg_set_bits fndecl 0 13870 &disable_so_lock_torture_init_fndecl_13870
++disable_so_iwl_send_phy_db_data_fndecl_13872 iwl_send_phy_db_data fndecl 0 13872 NULL nohasharray
++disable_so_i40e_pf_reset_fndecl_13872 i40e_pf_reset fndecl 0 13872 &disable_so_iwl_send_phy_db_data_fndecl_13872
++disable_so_front_len_ceph_msg_header_13876 front_len ceph_msg_header 0 13876 NULL nohasharray
++disable_so_sca_offset__synclinkmp_info_13876 sca_offset _synclinkmp_info 0 13876 &disable_so_front_len_ceph_msg_header_13876
++disable_so_pt1_init_buffer_fndecl_13877 pt1_init_buffer fndecl 0 13877 NULL
++disable_so_csio_hw_sf1_write_fndecl_13879 csio_hw_sf1_write fndecl 0 13879 NULL
++disable_so___f2fs_get_acl_fndecl_13905 __f2fs_get_acl fndecl 0 13905 NULL
++disable_so_hermes_apply_pda_fndecl_13906 hermes_apply_pda fndecl 0 13906 NULL
++disable_so_ep93xx_spi_chip_setup_fndecl_13909 ep93xx_spi_chip_setup fndecl 0 13909 NULL nohasharray
++disable_so_vmw_event_fence_action_queue_fndecl_13909 vmw_event_fence_action_queue fndecl 0 13909 &disable_so_ep93xx_spi_chip_setup_fndecl_13909
++disable_so_rocker_probe_ports_fndecl_13924 rocker_probe_ports fndecl 0 13924 NULL
++disable_so_gru_dump_context_data_fndecl_13938 gru_dump_context_data fndecl 0 13938 NULL
++disable_so_vmw_bo_map_dma_fndecl_13948 vmw_bo_map_dma fndecl 0 13948 NULL
++disable_so___usbnet_write_cmd_fndecl_13951 __usbnet_write_cmd fndecl 0 13951 NULL
++disable_so_journal_bmap_fndecl_13958 journal_bmap fndecl 0 13958 NULL
++disable_so_dlm_send_nodeinfo_fndecl_13962 dlm_send_nodeinfo fndecl 0 13962 NULL
++disable_so_base_addr_cx18_13974 base_addr cx18 0 13974 NULL
++disable_so_usb_ma901radio_probe_fndecl_13976 usb_ma901radio_probe fndecl 0 13976 NULL
++disable_so_ipath_user_sdma_queue_pkts_fndecl_13981 ipath_user_sdma_queue_pkts fndecl 0 13981 NULL
++disable_so_tpmfront_probe_fndecl_13992 tpmfront_probe fndecl 0 13992 NULL
++disable_so_uwb_rc_setup_fndecl_13998 uwb_rc_setup fndecl 0 13998 NULL
++disable_so_parse_audio_processing_unit_fndecl_14002 parse_audio_processing_unit fndecl 0 14002 NULL
++disable_so_blkno_xfs_da_state_blk_14003 blkno xfs_da_state_blk 0 14003 NULL
++disable_so_read_download_mem_fndecl_14009 read_download_mem fndecl 0 14009 NULL
++disable_so_ino_logfs_transaction_14011 ino logfs_transaction 0 14011 NULL
++disable_so_nct6775_find_fndecl_14019 nct6775_find fndecl 0 14019 NULL nohasharray
++disable_so_nl80211_key_allowed_fndecl_14019 nl80211_key_allowed fndecl 0 14019 &disable_so_nct6775_find_fndecl_14019
++disable_so_lbs_get_firmware_fndecl_14026 lbs_get_firmware fndecl 0 14026 NULL
++disable_so_jffs2_scan_medium_fndecl_14030 jffs2_scan_medium fndecl 0 14030 NULL
++disable_so_mlx4_en_ethtool_to_net_trans_rule_fndecl_14051 mlx4_en_ethtool_to_net_trans_rule fndecl 0 14051 NULL
++disable_so_send_i2c_cmd_fndecl_14054 send_i2c_cmd fndecl 0 14054 NULL
++disable_so_ocfs2_xattr_ibody_get_fndecl_14057 ocfs2_xattr_ibody_get fndecl 0 14057 NULL nohasharray
++disable_so_xfs_alloc_vextent_fndecl_14057 xfs_alloc_vextent fndecl 0 14057 &disable_so_ocfs2_xattr_ibody_get_fndecl_14057
++disable_so_msg_len_dvb_diseqc_slave_reply_14073 msg_len dvb_diseqc_slave_reply 0 14073 NULL
++disable_so___falcon_reset_hw_fndecl_14076 __falcon_reset_hw fndecl 0 14076 NULL
++disable_so___ext4_handle_dirty_metadata_fndecl_14098 __ext4_handle_dirty_metadata fndecl 0 14098 NULL
++disable_so_btmrvl_hscfgcmd_write_fndecl_14100 btmrvl_hscfgcmd_write fndecl 0 14100 NULL
++disable_so_tmdc_connect_fndecl_14103 tmdc_connect fndecl 0 14103 NULL
++disable_so_usbnet_probe_fndecl_14109 usbnet_probe fndecl 0 14109 NULL
++disable_so_basic_change_fndecl_14112 basic_change fndecl 0 14112 NULL
++disable_so_megaraid_probe_one_fndecl_14124 megaraid_probe_one fndecl 0 14124 NULL
++disable_so_mantis_stream_control_fndecl_14142 mantis_stream_control fndecl 0 14142 NULL
++disable_so_write_kmem_fndecl_14154 write_kmem fndecl 0 14154 NULL
++disable_so_mrp_init_port_fndecl_14155 mrp_init_port fndecl 0 14155 NULL nohasharray
++disable_so_cinergyt2_fe_set_frontend_fndecl_14155 cinergyt2_fe_set_frontend fndecl 0 14155 &disable_so_mrp_init_port_fndecl_14155
++disable_so_dbAllocAG_fndecl_14159 dbAllocAG fndecl 0 14159 NULL
++disable_so_try_smi_init_fndecl_14163 try_smi_init fndecl 0 14163 NULL
++disable_so_ocfs2_read_blocks_sync_fndecl_14169 ocfs2_read_blocks_sync fndecl 0 14169 NULL
++disable_so_whcrc_setup_rc_umc_fndecl_14175 whcrc_setup_rc_umc fndecl 0 14175 NULL
++disable_so_parport_probe_fndecl_14177 parport_probe fndecl 0 14177 NULL
++disable_so__ore_add_parity_unit_fndecl_14182 _ore_add_parity_unit fndecl 0 14182 NULL
++disable_so_mlx4_cmd_reset_flow_fndecl_14184 mlx4_cmd_reset_flow fndecl 0 14184 NULL
++disable_so_middle_len_ceph_msg_header_14196 middle_len ceph_msg_header 0 14196 NULL
++disable_so_solo_snd_pcm_init_fndecl_14197 solo_snd_pcm_init fndecl 0 14197 NULL
++disable_so_ocfs2_journal_access_path_fndecl_14200 ocfs2_journal_access_path fndecl 0 14200 NULL
++disable_so_kone_get_settings_fndecl_14214 kone_get_settings fndecl 0 14214 NULL
++disable_so_mpt_send_handshake_request_fndecl_14215 mpt_send_handshake_request fndecl 0 14215 NULL
++disable_so_snd_compr_get_codec_caps_fndecl_14217 snd_compr_get_codec_caps fndecl 0 14217 NULL
++disable_so_usb_submit_urb_fndecl_14237 usb_submit_urb fndecl 0 14237 NULL
++disable_so_tsi148_probe_fndecl_14239 tsi148_probe fndecl 0 14239 NULL
++disable_so_ntb_register_event_callback_fndecl_14242 ntb_register_event_callback fndecl 0 14242 NULL
++disable_so_spi_init_fndecl_14246 spi_init fndecl 0 14246 NULL
++disable_so_write_buf_fndecl_14247 write_buf fndecl 0 14247 NULL
++disable_so_wl1251_acx_rate_policies_fndecl_14248 wl1251_acx_rate_policies fndecl 0 14248 NULL
++disable_so___wmi_send_fndecl_14259 __wmi_send fndecl 0 14259 NULL
++disable_so_pmtu_qib_qp_14287 pmtu qib_qp 0 14287 NULL
++disable_so_snd_pcm_oss_write2_fndecl_14295 snd_pcm_oss_write2 fndecl 0 14295 NULL
++disable_so_p54u_firmware_reset_3887_fndecl_14320 p54u_firmware_reset_3887 fndecl 0 14320 NULL
++disable_so_tpacpi_new_rfkill_fndecl_14366 tpacpi_new_rfkill fndecl 0 14366 NULL
++disable_so_scsi_remove_single_device_fndecl_14368 scsi_remove_single_device fndecl 0 14368 NULL
++disable_so_dvb_usbv2_i2c_init_fndecl_14370 dvb_usbv2_i2c_init fndecl 0 14370 NULL
++disable_so_send_purge_fndecl_14372 send_purge fndecl 0 14372 NULL
++disable_so_nvme_trans_mode_page_create_fndecl_14375 nvme_trans_mode_page_create fndecl 0 14375 NULL
++disable_so_start_extent_map_14377 start extent_map 0 14377 NULL
++disable_so_jffs2_do_crccheck_inode_fndecl_14393 jffs2_do_crccheck_inode fndecl 0 14393 NULL
++disable_so_quota_getstatev_fndecl_14396 quota_getstatev fndecl 0 14396 NULL
++disable_so_min_snd_interval_14412 min snd_interval 0 14412 NULL
++disable_so_cw1200_register_common_fndecl_14426 cw1200_register_common fndecl 0 14426 NULL
++disable_so_perf_reg_validate_fndecl_14438 perf_reg_validate fndecl 0 14438 NULL
++disable_so_gigaset_probe_fndecl_14457 gigaset_probe fndecl 0 14457 NULL
++disable_so_logfs_write_direct_fndecl_14465 logfs_write_direct fndecl 0 14465 NULL
++disable_so_mxser_activate_fndecl_14484 mxser_activate fndecl 0 14484 NULL nohasharray
++disable_so_ath6kl_fetch_patch_file_fndecl_14484 ath6kl_fetch_patch_file fndecl 0 14484 &disable_so_mxser_activate_fndecl_14484
++disable_so_lpfc_sli4_hba_setup_fndecl_14492 lpfc_sli4_hba_setup fndecl 0 14492 NULL
++disable_so_asus_rfkill_setup_fndecl_14494 asus_rfkill_setup fndecl 0 14494 NULL
++disable_so_ntfs_perform_write_fndecl_14496 ntfs_perform_write fndecl 0 14496 NULL
++disable_so_i915_gem_set_tiling_fndecl_14497 i915_gem_set_tiling fndecl 0 14497 NULL
++disable_so_snd_cmipci_create_fm_fndecl_14519 snd_cmipci_create_fm fndecl 0 14519 NULL
++disable_so_ppp_register_channel_fndecl_14521 ppp_register_channel fndecl 0 14521 NULL
++disable_so_irda_getsockopt_fndecl_14523 irda_getsockopt fndecl 0 14523 NULL
++disable_so_tb_eeprom_in_fndecl_14527 tb_eeprom_in fndecl 0 14527 NULL
++disable_so_rdma_join_multicast_fndecl_14539 rdma_join_multicast fndecl 0 14539 NULL
++disable_so_size_ichxrom_window_14540 size ichxrom_window 0 14540 NULL nohasharray
++disable_so_r600_cp_dispatch_texture_fndecl_14540 r600_cp_dispatch_texture fndecl 0 14540 &disable_so_size_ichxrom_window_14540
++disable_so_senddata_fndecl_14550 senddata fndecl 0 14550 NULL
++disable_so_ext4_handle_dirty_dirent_node_fndecl_14563 ext4_handle_dirty_dirent_node fndecl 0 14563 NULL nohasharray
++disable_so_hotkey_mask_set_fndecl_14563 hotkey_mask_set fndecl 0 14563 &disable_so_ext4_handle_dirty_dirent_node_fndecl_14563
++disable_so_dup_ref_fndecl_14567 dup_ref fndecl 0 14567 NULL
++disable_so_cmd_rsv_terminate_fndecl_14570 cmd_rsv_terminate fndecl 0 14570 NULL
++disable_so_snd_tea575x_init_fndecl_14576 snd_tea575x_init fndecl 0 14576 NULL
++disable_so_netxen_send_cmd_descs_fndecl_14577 netxen_send_cmd_descs fndecl 0 14577 NULL
++disable_so_pcim_iomap_regions_fndecl_14583 pcim_iomap_regions fndecl 0 14583 NULL
++disable_so_hwarc_probe_fndecl_14586 hwarc_probe fndecl 0 14586 NULL
++disable_so_open_tx_fndecl_14614 open_tx fndecl 0 14614 NULL
++disable_so_vmw_context_define_ioctl_fndecl_14623 vmw_context_define_ioctl fndecl 0 14623 NULL
++disable_so_jffs2_ubivol_setup_fndecl_14625 jffs2_ubivol_setup fndecl 0 14625 NULL
++disable_so_snd_usb_soundblaster_remote_init_fndecl_14632 snd_usb_soundblaster_remote_init fndecl 0 14632 NULL
++disable_so___wa_xfer_abort_fndecl_14634 __wa_xfer_abort fndecl 0 14634 NULL
++disable_so_mlx4_init_uar_table_fndecl_14638 mlx4_init_uar_table fndecl 0 14638 NULL
++disable_so_bnx2fc_send_logo_fndecl_14641 bnx2fc_send_logo fndecl 0 14641 NULL
++disable_so_efx_mcdi_reset_func_fndecl_14642 efx_mcdi_reset_func fndecl 0 14642 NULL
++disable_so_dln2_gpio_get_pin_count_fndecl_14646 dln2_gpio_get_pin_count fndecl 0 14646 NULL
++disable_so_mtd_is_locked_fndecl_14652 mtd_is_locked fndecl 0 14652 NULL
++disable_so_snd_pcm_hw_constraint_mask_fndecl_14654 snd_pcm_hw_constraint_mask fndecl 0 14654 NULL
++disable_so_ext2_try_to_allocate_fndecl_14672 ext2_try_to_allocate fndecl 0 14672 NULL
++disable_so_ath6kl_bmi_write_fndecl_14689 ath6kl_bmi_write fndecl 0 14689 NULL
++disable_so_dvb_usb_device_init_fndecl_14700 dvb_usb_device_init fndecl 0 14700 NULL
++disable_so_userspace_ctr_fndecl_14703 userspace_ctr fndecl 0 14703 NULL
++disable_so___blk_rq_unmap_user_fndecl_14719 __blk_rq_unmap_user fndecl 0 14719 NULL
++disable_so_inexio_connect_fndecl_14720 inexio_connect fndecl 0 14720 NULL
++disable_so_cur_rate_snd_usb_substream_14726 cur_rate snd_usb_substream 0 14726 NULL
++disable_so_watchdog_enable_fndecl_14738 watchdog_enable fndecl 0 14738 NULL
++disable_so_ext2_find_near_fndecl_14741 ext2_find_near fndecl 0 14741 NULL
++disable_so_cifs_read_from_socket_fndecl_14743 cifs_read_from_socket fndecl 0 14743 NULL
++disable_so__softing_fct_cmd_fndecl_14748 _softing_fct_cmd fndecl 0 14748 NULL nohasharray
++disable_so__mic_virtio_copy_fndecl_14748 _mic_virtio_copy fndecl 0 14748 &disable_so__softing_fct_cmd_fndecl_14748
++disable_so_tfilter_notify_fndecl_14754 tfilter_notify fndecl 0 14754 NULL
++disable_so_pci_dev_reset_slot_function_fndecl_14766 pci_dev_reset_slot_function fndecl 0 14766 NULL
++disable_so_radeon_cp_vertex2_fndecl_14767 radeon_cp_vertex2 fndecl 0 14767 NULL
++disable_so_ivtvfb_prep_frame_fndecl_14770 ivtvfb_prep_frame fndecl 0 14770 NULL
++disable_so_ethtool_get_eee_fndecl_14777 ethtool_get_eee fndecl 0 14777 NULL
++disable_so_xfs_alloc_ag_vextent_exact_fndecl_14785 xfs_alloc_ag_vextent_exact fndecl 0 14785 NULL
++disable_so_kset_register_fndecl_14788 kset_register fndecl 0 14788 NULL
++disable_so__acpi_map_lsapic_fndecl_14794 _acpi_map_lsapic fndecl 0 14794 NULL
++disable_so__regulator_call_set_voltage_fndecl_14805 _regulator_call_set_voltage fndecl 0 14805 NULL
++disable_so_parport_read_fndecl_14828 parport_read fndecl 0 14828 NULL nohasharray
++disable_so_kfd_topology_init_fndecl_14828 kfd_topology_init fndecl 0 14828 &disable_so_parport_read_fndecl_14828
++disable_so_bnx2fc_send_srr_fndecl_14842 bnx2fc_send_srr fndecl 0 14842 NULL
++disable_so_dbg_check_bud_bytes_fndecl_14851 dbg_check_bud_bytes fndecl 0 14851 NULL
++disable_so_if_spi_probe_fndecl_14857 if_spi_probe fndecl 0 14857 NULL
++disable_so_qib_create_rcvhdrq_fndecl_14863 qib_create_rcvhdrq fndecl 0 14863 NULL
++disable_so_tipc_work_start_fndecl_14866 tipc_work_start fndecl 0 14866 NULL
++disable_so___class_register_fndecl_14901 __class_register fndecl 0 14901 NULL
++disable_so_orinoco_dl_firmware_fndecl_14909 orinoco_dl_firmware fndecl 0 14909 NULL
++disable_so_entry_size_neigh_table_14911 entry_size neigh_table 0 14911 NULL
++disable_so_root_inode_defrag_14921 root inode_defrag 0 14921 NULL
++disable_so_blkif_recover_fndecl_14923 blkif_recover fndecl 0 14923 NULL
++disable_so_type_read_fndecl_14935 type_read fndecl 0 14935 NULL
++disable_so_len_hif_scatter_item_14940 len hif_scatter_item 0 14940 NULL
++disable_so_security_inode_setsecurity_fndecl_14949 security_inode_setsecurity fndecl 0 14949 NULL nohasharray
++disable_so_wl1251_acx_beacon_filter_opt_fndecl_14949 wl1251_acx_beacon_filter_opt fndecl 0 14949 &disable_so_security_inode_setsecurity_fndecl_14949
++disable_so_wl1251_op_set_key_fndecl_14950 wl1251_op_set_key fndecl 0 14950 NULL
++disable_so_iwl_power_set_mode_fndecl_14952 iwl_power_set_mode fndecl 0 14952 NULL
++disable_so_msi_verify_entries_fndecl_14953 msi_verify_entries fndecl 0 14953 NULL
++disable_so_vfio_pin_pages_fndecl_14957 vfio_pin_pages fndecl 0 14957 NULL
++disable_so_cfg80211_mlme_assoc_fndecl_14967 cfg80211_mlme_assoc fndecl 0 14967 NULL
++disable_so_cifs_calc_signature_fndecl_14970 cifs_calc_signature fndecl 0 14970 NULL
++disable_so_con_get_trans_new_fndecl_14971 con_get_trans_new fndecl 0 14971 NULL
++disable_so_drm_crtc_vblank_get_fndecl_14972 drm_crtc_vblank_get fndecl 0 14972 NULL
++disable_so_snd_asihpi_sampleclock_add_fndecl_14973 snd_asihpi_sampleclock_add fndecl 0 14973 NULL
++disable_so_snd_hdspm_create_fndecl_14991 snd_hdspm_create fndecl 0 14991 NULL
++disable_so_snd_seq_oss_readq_pick_fndecl_14997 snd_seq_oss_readq_pick fndecl 0 14997 NULL
++disable_so_mantis_pci_init_fndecl_15005 mantis_pci_init fndecl 0 15005 NULL nohasharray
++disable_so_alloc_gtt_mem_fndecl_15005 alloc_gtt_mem fndecl 0 15005 &disable_so_mantis_pci_init_fndecl_15005
++disable_so_rs780_dpm_init_fndecl_15006 rs780_dpm_init fndecl 0 15006 NULL
++disable_so_lmc_proto_open_fndecl_15015 lmc_proto_open fndecl 0 15015 NULL
++disable_so_macvtap_do_read_fndecl_15021 macvtap_do_read fndecl 0 15021 NULL nohasharray
++disable_so_cifs_posix_mkdir_fndecl_15021 cifs_posix_mkdir fndecl 0 15021 &disable_so_macvtap_do_read_fndecl_15021
++disable_so_create_extra_outs_fndecl_15023 create_extra_outs fndecl 0 15023 NULL
++disable_so_intel_overlay_do_wait_request_fndecl_15025 intel_overlay_do_wait_request fndecl 0 15025 NULL
++disable_so_vnic_intr_alloc_fndecl_15028 vnic_intr_alloc fndecl 0 15028 NULL
++disable_so_exec_drive_taskfile_fndecl_15029 exec_drive_taskfile fndecl 0 15029 NULL
++disable_so_ea_remove_unstuffed_fndecl_15041 ea_remove_unstuffed fndecl 0 15041 NULL nohasharray
++disable_so_carl9170_register_wps_button_fndecl_15041 carl9170_register_wps_button fndecl 0 15041 &disable_so_ea_remove_unstuffed_fndecl_15041
++disable_so_ipmi_request_supply_msgs_fndecl_15049 ipmi_request_supply_msgs fndecl 0 15049 NULL nohasharray
++disable_so_sas_register_phys_fndecl_15049 sas_register_phys fndecl 0 15049 &disable_so_ipmi_request_supply_msgs_fndecl_15049
++disable_so_ext4_destroy_inline_data_nolock_fndecl_15056 ext4_destroy_inline_data_nolock fndecl 0 15056 NULL
++disable_so_xfs_rtcheck_range_fndecl_15077 xfs_rtcheck_range fndecl 0 15077 NULL
++disable_so_drm_map_handle_fndecl_15083 drm_map_handle fndecl 0 15083 NULL
++disable_so_megasas_mgmt_ioctl_aen_fndecl_15087 megasas_mgmt_ioctl_aen fndecl 0 15087 NULL
++disable_so_jffs2_sum_init_fndecl_15091 jffs2_sum_init fndecl 0 15091 NULL
++disable_so_et131x_rx_dma_memory_alloc_fndecl_15108 et131x_rx_dma_memory_alloc fndecl 0 15108 NULL
++disable_so_trinity_parse_power_table_fndecl_15116 trinity_parse_power_table fndecl 0 15116 NULL
++disable_so_read_sb_page_fndecl_15124 read_sb_page fndecl 0 15124 NULL
++disable_so_intel_wrap_ring_buffer_fndecl_15126 intel_wrap_ring_buffer fndecl 0 15126 NULL
++disable_so_cache_block_group_fndecl_15128 cache_block_group fndecl 0 15128 NULL
++disable_so_hfcmulti_init_fndecl_15134 hfcmulti_init fndecl 0 15134 NULL
++disable_so_read_mode_page_fndecl_15138 read_mode_page fndecl 0 15138 NULL
++disable_so_gfs2_xattr_acl_get_fndecl_15141 gfs2_xattr_acl_get fndecl 0 15141 NULL nohasharray
++disable_so_pci_reset_function_fndecl_15141 pci_reset_function fndecl 0 15141 &disable_so_gfs2_xattr_acl_get_fndecl_15141
++disable_so_copy_oldmem_page_fndecl_15143 copy_oldmem_page fndecl 0 15143 NULL
++disable_so_mtd_unlock_fndecl_15150 mtd_unlock fndecl 0 15150 NULL
++disable_so_sas_get_report_phy_sata_fndecl_15166 sas_get_report_phy_sata fndecl 0 15166 NULL
++disable_so_iwl_mvm_enable_beacon_filter_fndecl_15169 iwl_mvm_enable_beacon_filter fndecl 0 15169 NULL
++disable_so_fuse_reverse_inval_entry_fndecl_15170 fuse_reverse_inval_entry fndecl 0 15170 NULL nohasharray
++disable_so_rts_threshold_wiphy_15170 rts_threshold wiphy 0 15170 &disable_so_fuse_reverse_inval_entry_fndecl_15170
++disable_so_alloc_name_fndecl_15177 alloc_name fndecl 0 15177 NULL
++disable_so_nr_pages_videobuf_dmabuf_15190 nr_pages videobuf_dmabuf 0 15190 NULL
++disable_so_set_chunk_size_fndecl_15193 set_chunk_size fndecl 0 15193 NULL
++disable_so_error_btrfsic_stack_frame_15195 error btrfsic_stack_frame 0 15195 NULL
++disable_so_ethtool_set_eee_fndecl_15198 ethtool_set_eee fndecl 0 15198 NULL
++disable_so_w8001_setup_fndecl_15200 w8001_setup fndecl 0 15200 NULL
++disable_so_team_upper_dev_link_fndecl_15203 team_upper_dev_link fndecl 0 15203 NULL nohasharray
++disable_so_size_nforce2_smbus_15203 size nforce2_smbus 0 15203 &disable_so_team_upper_dev_link_fndecl_15203
++disable_so_simple_setattr_fndecl_15209 simple_setattr fndecl 0 15209 NULL
++disable_so_write_tag_66_packet_fndecl_15216 write_tag_66_packet fndecl 0 15216 NULL
++disable_so_platform_device_register_fndecl_15221 platform_device_register fndecl 0 15221 NULL
++disable_so_sisusb_bulkout_msg_fndecl_15233 sisusb_bulkout_msg fndecl 0 15233 NULL
++disable_so_evergreen_cs_track_validate_stencil_fndecl_15243 evergreen_cs_track_validate_stencil fndecl 0 15243 NULL
++disable_so_beiscsi_mccq_compl_fndecl_15248 beiscsi_mccq_compl fndecl 0 15248 NULL
++disable_so_smsc95xx_enter_suspend1_fndecl_15249 smsc95xx_enter_suspend1 fndecl 0 15249 NULL
++disable_so_kernfs_get_open_node_fndecl_15253 kernfs_get_open_node fndecl 0 15253 NULL
++disable_so_size_write_fndecl_15267 size_write fndecl 0 15267 NULL nohasharray
++disable_so_iio_buffer_update_demux_fndecl_15267 iio_buffer_update_demux fndecl 0 15267 &disable_so_size_write_fndecl_15267
++disable_so_loop_set_status_old_fndecl_15268 loop_set_status_old fndecl 0 15268 NULL
++disable_so_wl1251_acx_low_rssi_fndecl_15276 wl1251_acx_low_rssi fndecl 0 15276 NULL
++disable_so_qlcnic_sriov_set_guest_vlan_mode_fndecl_15284 qlcnic_sriov_set_guest_vlan_mode fndecl 0 15284 NULL nohasharray
++disable_so_apei_resources_request_fndecl_15284 apei_resources_request fndecl 0 15284 &disable_so_qlcnic_sriov_set_guest_vlan_mode_fndecl_15284
++disable_so_crypto_ctxsize_fndecl_15285 crypto_ctxsize fndecl 0 15285 NULL
++disable_so_atk_add_sensor_fndecl_15288 atk_add_sensor fndecl 0 15288 NULL
++disable_so_nvme_trans_fmt_send_cmd_fndecl_15289 nvme_trans_fmt_send_cmd fndecl 0 15289 NULL
++disable_so_alloc_oc_sq_fndecl_15290 alloc_oc_sq fndecl 0 15290 NULL nohasharray
++disable_so_ip_vs_edit_dest_fndecl_15290 ip_vs_edit_dest fndecl 0 15290 &disable_so_alloc_oc_sq_fndecl_15290
++disable_so_wacom_set_device_mode_fndecl_15291 wacom_set_device_mode fndecl 0 15291 NULL
++disable_so_show_temp_fndecl_15296 show_temp fndecl 0 15296 NULL
++disable_so___sg_alloc_table_fndecl_15308 __sg_alloc_table fndecl 0 15308 NULL
++disable_so_ttusb_dec_send_command_fndecl_15309 ttusb_dec_send_command fndecl 0 15309 NULL
++disable_so_unpack_pnode_fndecl_15310 unpack_pnode fndecl 0 15310 NULL
++disable_so_snd_pcm_plug_client_channels_buf_fndecl_15318 snd_pcm_plug_client_channels_buf fndecl 0 15318 NULL
++disable_so_xhci_reset_fndecl_15323 xhci_reset fndecl 0 15323 NULL
++disable_so_p54_fill_band_bitrates_fndecl_15329 p54_fill_band_bitrates fndecl 0 15329 NULL
++disable_so_w_e_end_ov_req_fndecl_15345 w_e_end_ov_req fndecl 0 15345 NULL
++disable_so_sc18is602_txrx_fndecl_15346 sc18is602_txrx fndecl 0 15346 NULL
++disable_so_wcn36xx_dxe_allocate_mem_pools_fndecl_15351 wcn36xx_dxe_allocate_mem_pools fndecl 0 15351 NULL
++disable_so_snd_vx_check_reg_bit_fndecl_15355 snd_vx_check_reg_bit fndecl 0 15355 NULL
++disable_so_mwl8k_cmd_set_rts_threshold_fndecl_15364 mwl8k_cmd_set_rts_threshold fndecl 0 15364 NULL
++disable_so_cifs_negotiate_protocol_fndecl_15375 cifs_negotiate_protocol fndecl 0 15375 NULL
++disable_so_udf_get_filename_fndecl_15376 udf_get_filename fndecl 0 15376 NULL
++disable_so_mpt3sas_base_attach_fndecl_15377 mpt3sas_base_attach fndecl 0 15377 NULL
++disable_so_pmu_dev_alloc_fndecl_15381 pmu_dev_alloc fndecl 0 15381 NULL
++disable_so_fujitsu_connect_fndecl_15386 fujitsu_connect fndecl 0 15386 NULL
++disable_so_sys_mq_timedreceive_fndecl_15392 sys_mq_timedreceive fndecl 0 15392 NULL
++disable_so_size_mtd_info_15393 size mtd_info 0 15393 NULL
++disable_so_raw_geticmpfilter_fndecl_15394 raw_geticmpfilter fndecl 0 15394 NULL
++disable_so_id_mic_device_15395 id mic_device 0 15395 NULL
++disable_so_elsa_cs_probe_fndecl_15409 elsa_cs_probe fndecl 0 15409 NULL
++disable_so__base_get_ioc_facts_fndecl_15418 _base_get_ioc_facts fndecl 0 15418 NULL
++disable_so___send_signal_fndecl_15424 __send_signal fndecl 0 15424 NULL
++disable_so_ddr_base_intel_sst_drv_15431 ddr_base intel_sst_drv 0 15431 NULL
++disable_so_xfs_qm_dqattach_fndecl_15441 xfs_qm_dqattach fndecl 0 15441 NULL
++disable_so_ip_mroute_getsockopt_fndecl_15443 ip_mroute_getsockopt fndecl 0 15443 NULL
++disable_so_work_start_fndecl_15450 work_start fndecl 0 15450 NULL
++disable_so_rtsx_pci_write_ppbuf_fndecl_15464 rtsx_pci_write_ppbuf fndecl 0 15464 NULL nohasharray
++disable_so_ubi_io_read_ec_hdr_fndecl_15464 ubi_io_read_ec_hdr fndecl 0 15464 &disable_so_rtsx_pci_write_ppbuf_fndecl_15464 nohasharray
++disable_so_bnx2fc_send_adisc_fndecl_15464 bnx2fc_send_adisc fndecl 0 15464 &disable_so_ubi_io_read_ec_hdr_fndecl_15464
++disable_so_netlbl_cipsov4_add_std_fndecl_15465 netlbl_cipsov4_add_std fndecl 0 15465 NULL
++disable_so_ieee80211_mesh_build_beacon_fndecl_15468 ieee80211_mesh_build_beacon fndecl 0 15468 NULL
++disable_so_set_geometry_fndecl_15469 set_geometry fndecl 0 15469 NULL
++disable_so_cifs_fill_dirent_fndecl_15470 cifs_fill_dirent fndecl 0 15470 NULL
++disable_so_mmio_len_fb_fix_screeninfo_15477 mmio_len fb_fix_screeninfo 0 15477 NULL
++disable_so_ocfs2_grab_pages_fndecl_15485 ocfs2_grab_pages fndecl 0 15485 NULL
++disable_so_mce_chrdev_read_fndecl_15502 mce_chrdev_read fndecl 0 15502 NULL
++disable_so_sumo_dpm_init_fndecl_15505 sumo_dpm_init fndecl 0 15505 NULL
++disable_so_sys_rt_sigpending_fndecl_15506 sys_rt_sigpending fndecl 0 15506 NULL
++disable_so_ide_task_ioctl_fndecl_15509 ide_task_ioctl fndecl 0 15509 NULL
++disable_so_ensure_wear_leveling_fndecl_15512 ensure_wear_leveling fndecl 0 15512 NULL
++disable_so_arp_ioctl_fndecl_15525 arp_ioctl fndecl 0 15525 NULL
++disable_so_wl1273_fm_get_tx_ctune_fndecl_15534 wl1273_fm_get_tx_ctune fndecl 0 15534 NULL nohasharray
++disable_so_nand_update_bbt_fndecl_15534 nand_update_bbt fndecl 0 15534 &disable_so_wl1273_fm_get_tx_ctune_fndecl_15534
++disable_so_slot_get_fndecl_15540 slot_get fndecl 0 15540 NULL
++disable_so_genwqe_user_vmap_fndecl_15544 genwqe_user_vmap fndecl 0 15544 NULL
++disable_so_index_btframe_15545 index btframe 0 15545 NULL
++disable_so_mwl8k_encryption_set_cmd_info_fndecl_15550 mwl8k_encryption_set_cmd_info fndecl 0 15550 NULL
++disable_so_wlcore_cmd_send_failsafe_fndecl_15553 wlcore_cmd_send_failsafe fndecl 0 15553 NULL
++disable_so_brcmf_pcie_setup_fndecl_15556 brcmf_pcie_setup fndecl 0 15556 NULL
++disable_so_wl1271_acx_pm_config_fndecl_15563 wl1271_acx_pm_config fndecl 0 15563 NULL nohasharray
++disable_so_s5p_mfc_enc_ctrls_setup_fndecl_15563 s5p_mfc_enc_ctrls_setup fndecl 0 15563 &disable_so_wl1271_acx_pm_config_fndecl_15563
++disable_so_hw_ep_prime_fndecl_15564 hw_ep_prime fndecl 0 15564 NULL
++disable_so_format_mf_symlink_fndecl_15566 format_mf_symlink fndecl 0 15566 NULL nohasharray
++disable_so_push_frame_fndecl_15566 push_frame fndecl 0 15566 &disable_so_format_mf_symlink_fndecl_15566
++disable_so_iwl_read_otp_word_fndecl_15572 iwl_read_otp_word fndecl 0 15572 NULL
++disable_so_gpiod_set_debounce_fndecl_15579 gpiod_set_debounce fndecl 0 15579 NULL
++disable_so_acpi20_efi_15582 acpi20 efi 0 15582 NULL
++disable_so_enic_set_intr_mode_fndecl_15594 enic_set_intr_mode fndecl 0 15594 NULL
++disable_so_tx_ring_count_ixgbe_adapter_15595 tx_ring_count ixgbe_adapter 0 15595 NULL
++disable_so_genwqe_map_pages_fndecl_15600 genwqe_map_pages fndecl 0 15600 NULL
++disable_so_drm_addmap_core_fndecl_15627 drm_addmap_core fndecl 0 15627 NULL nohasharray
++disable_so_nents_sg_table_15627 nents sg_table 0 15627 &disable_so_drm_addmap_core_fndecl_15627
++disable_so_phantom_probe_fndecl_15628 phantom_probe fndecl 0 15628 NULL
++disable_so_mcs_wrap_mir_skb_fndecl_15633 mcs_wrap_mir_skb fndecl 0 15633 NULL
++disable_so_ast_fbdev_init_fndecl_15634 ast_fbdev_init fndecl 0 15634 NULL
++disable_so_snd_pcm_hw_rule_noresample_fndecl_15636 snd_pcm_hw_rule_noresample fndecl 0 15636 NULL
++disable_so_pci_af_flr_fndecl_15645 pci_af_flr fndecl 0 15645 NULL
++disable_so_broadsheet_spiflash_erase_sector_fndecl_15653 broadsheet_spiflash_erase_sector fndecl 0 15653 NULL
++disable_so_jffs2_verify_write_fndecl_15662 jffs2_verify_write fndecl 0 15662 NULL nohasharray
++disable_so_eeprom_rd_phys_fndecl_15662 eeprom_rd_phys fndecl 0 15662 &disable_so_jffs2_verify_write_fndecl_15662
++disable_so_mmc_app_send_scr_fndecl_15679 mmc_app_send_scr fndecl 0 15679 NULL
++disable_so_vt_waitactive_fndecl_15695 vt_waitactive fndecl 0 15695 NULL
++disable_so_iov_len_kvec_15702 iov_len kvec 0 15702 NULL
++disable_so_blk_rq_err_bytes_fndecl_15705 blk_rq_err_bytes fndecl 0 15705 NULL
++disable_so_ethtool_set_value_fndecl_15721 ethtool_set_value fndecl 0 15721 NULL
++disable_so_vfat_add_entry_fndecl_15735 vfat_add_entry fndecl 0 15735 NULL
++disable_so___mlx4_qp_alloc_icm_fndecl_15743 __mlx4_qp_alloc_icm fndecl 0 15743 NULL
++disable_so_st_int_ioctl_fndecl_15750 st_int_ioctl fndecl 0 15750 NULL
++disable_so___btrfs_run_delayed_refs_fndecl_15751 __btrfs_run_delayed_refs fndecl 0 15751 NULL nohasharray
++disable_so_ocrdma_mbx_get_ctrl_attribs_fndecl_15751 ocrdma_mbx_get_ctrl_attribs fndecl 0 15751 &disable_so___btrfs_run_delayed_refs_fndecl_15751
++disable_so_ath6kl_init_hw_params_fndecl_15755 ath6kl_init_hw_params fndecl 0 15755 NULL
++disable_so_vidioc_try_fmt_vid_overlay_fndecl_15757 vidioc_try_fmt_vid_overlay fndecl 0 15757 NULL
++disable_so_wait_transaction_complete_fndecl_15768 wait_transaction_complete fndecl 0 15768 NULL
++disable_so_start_bunzip_fndecl_15772 start_bunzip fndecl 0 15772 NULL
++disable_so___amd_iommu_flush_tlb_fndecl_15777 __amd_iommu_flush_tlb fndecl 0 15777 NULL
++disable_so_brcmf_cfg80211_connect_fndecl_15784 brcmf_cfg80211_connect fndecl 0 15784 NULL
++disable_so_next_id_ipc_ids_15788 next_id ipc_ids 0 15788 NULL
++disable_so_eeepc_rfkill_init_fndecl_15807 eeepc_rfkill_init fndecl 0 15807 NULL
++disable_so_hidp_sock_compat_ioctl_fndecl_15808 hidp_sock_compat_ioctl fndecl 0 15808 NULL
++disable_so_check_stack_read_fndecl_15812 check_stack_read fndecl 0 15812 NULL
++disable_so_cache_read_fndecl_15813 cache_read fndecl 0 15813 NULL
++disable_so_target_xcopy_issue_pt_cmd_fndecl_15814 target_xcopy_issue_pt_cmd fndecl 0 15814 NULL
++disable_so_i915_gem_check_wedge_fndecl_15818 i915_gem_check_wedge fndecl 0 15818 NULL
++disable_so_zd1201_docmd_fndecl_15830 zd1201_docmd fndecl 0 15830 NULL
++disable_so_s_fmask_ufs_sb_private_info_15833 s_fmask ufs_sb_private_info 0 15833 NULL nohasharray
++disable_so_em28xx_audio_setup_fndecl_15833 em28xx_audio_setup fndecl 0 15833 &disable_so_s_fmask_ufs_sb_private_info_15833
++disable_so_ocfs2_read_blocks_fndecl_15834 ocfs2_read_blocks fndecl 0 15834 NULL
++disable_so_set_config_fndecl_15835 set_config fndecl 0 15835 NULL
++disable_so_irq_set_msi_desc_fndecl_15846 irq_set_msi_desc fndecl 0 15846 NULL
++disable_so_pci200_pci_init_one_fndecl_15849 pci200_pci_init_one fndecl 0 15849 NULL
++disable_so_retlen_mtd_oob_ops_15862 retlen mtd_oob_ops 0 15862 NULL
++disable_so_mwifiex_is_network_compatible_fndecl_15865 mwifiex_is_network_compatible fndecl 0 15865 NULL
++disable_so_mmc_send_tuning_fndecl_15868 mmc_send_tuning fndecl 0 15868 NULL
++disable_so_unix_mkname_fndecl_15883 unix_mkname fndecl 0 15883 NULL
++disable_so_wl1251_cmd_send_fndecl_15885 wl1251_cmd_send fndecl 0 15885 NULL nohasharray
++disable_so_goku_probe_fndecl_15885 goku_probe fndecl 0 15885 &disable_so_wl1251_cmd_send_fndecl_15885
++disable_so_sn9c2028_read1_fndecl_15891 sn9c2028_read1 fndecl 0 15891 NULL
++disable_so_interrupt_out_size_usb_serial_port_15896 interrupt_out_size usb_serial_port 0 15896 NULL
++disable_so_cpia_usb_transferCmd_fndecl_15901 cpia_usb_transferCmd fndecl 0 15901 NULL
++disable_so_rh_queue_status_fndecl_15921 rh_queue_status fndecl 0 15921 NULL
++disable_so_svc_ioctl_fndecl_15923 svc_ioctl fndecl 0 15923 NULL
++disable_so__ctl_do_reset_fndecl_15929 _ctl_do_reset fndecl 0 15929 NULL
++disable_so_command_setyuvtresh_fndecl_15933 command_setyuvtresh fndecl 0 15933 NULL
++disable_so_v4l2_m2m_dqbuf_fndecl_15936 v4l2_m2m_dqbuf fndecl 0 15936 NULL
++disable_so___mlx4_write_mtt_fndecl_15938 __mlx4_write_mtt fndecl 0 15938 NULL
++disable_so_wl18xx_scan_send_fndecl_15944 wl18xx_scan_send fndecl 0 15944 NULL
++disable_so_uwb_est_register_fndecl_15947 uwb_est_register fndecl 0 15947 NULL
++disable_so_sis96x_smbus_base_vardecl_i2c_sis96x_c_15949 sis96x_smbus_base vardecl_i2c-sis96x.c 0 15949 NULL
++disable_so_xfs_ialloc_pagi_init_fndecl_15952 xfs_ialloc_pagi_init fndecl 0 15952 NULL
++disable_so_post_recv_fndecl_15953 post_recv fndecl 0 15953 NULL
++disable_so__gpiod_direction_output_raw_fndecl_15957 _gpiod_direction_output_raw fndecl 0 15957 NULL
++disable_so_ebt_buf_add_pad_fndecl_15958 ebt_buf_add_pad fndecl 0 15958 NULL
++disable_so_check_alu_op_fndecl_15961 check_alu_op fndecl 0 15961 NULL
++disable_so_src_mgr_create_fndecl_15963 src_mgr_create fndecl 0 15963 NULL
++disable_so_dspxfr_one_seg_fndecl_15971 dspxfr_one_seg fndecl 0 15971 NULL
++disable_so_ath6kl_wmi_beginscan_cmd_fndecl_15973 ath6kl_wmi_beginscan_cmd fndecl 0 15973 NULL
++disable_so_treo_attach_fndecl_15976 treo_attach fndecl 0 15976 NULL
++disable_so_usb6fire_control_add_virtual_fndecl_15981 usb6fire_control_add_virtual fndecl 0 15981 NULL
++disable_so_mmc_test_area_io_fndecl_15982 mmc_test_area_io fndecl 0 15982 NULL
++disable_so_sel_open_policy_fndecl_15989 sel_open_policy fndecl 0 15989 NULL
++disable_so_xfs_qm_dqtobp_fndecl_15995 xfs_qm_dqtobp fndecl 0 15995 NULL
++disable_so_nilfs_cpfile_get_blkoff_fndecl_15997 nilfs_cpfile_get_blkoff fndecl 0 15997 NULL
++disable_so_do_tcp_setsockopt_fndecl_16004 do_tcp_setsockopt fndecl 0 16004 NULL
++disable_so_xen_irq_info_evtchn_setup_fndecl_16009 xen_irq_info_evtchn_setup fndecl 0 16009 NULL
++disable_so_ivtv_buf_copy_from_user_fndecl_16013 ivtv_buf_copy_from_user fndecl 0 16013 NULL
++disable_so_num_stripes_map_lookup_16016 num_stripes map_lookup 0 16016 NULL
++disable_so_wacom_get_report_fndecl_16028 wacom_get_report fndecl 0 16028 NULL
++disable_so_sb_permission_fndecl_16032 sb_permission fndecl 0 16032 NULL
++disable_so_ct_atc_create_fndecl_16033 ct_atc_create fndecl 0 16033 NULL
++disable_so_put_v4l2_standard32_fndecl_16045 put_v4l2_standard32 fndecl 0 16045 NULL
++disable_so_snd_pcm_plugin_build_fndecl_16050 snd_pcm_plugin_build fndecl 0 16050 NULL
++disable_so_nouveau_bo_new_fndecl_16051 nouveau_bo_new fndecl 0 16051 NULL
++disable_so_sys_waitid_fndecl_16055 sys_waitid fndecl 0 16055 NULL nohasharray
++disable_so_store_new_id_fndecl_16055 store_new_id fndecl 0 16055 &disable_so_sys_waitid_fndecl_16055
++disable_so_xfs_alloc_fix_freelist_fndecl_16057 xfs_alloc_fix_freelist fndecl 0 16057 NULL
++disable_so_sidtab_insert_fndecl_16071 sidtab_insert fndecl 0 16071 NULL
++disable_so_ethtool_set_eeprom_fndecl_16072 ethtool_set_eeprom fndecl 0 16072 NULL
++disable_so_ext3_get_inode_loc_fndecl_16085 ext3_get_inode_loc fndecl 0 16085 NULL nohasharray
++disable_so_iwl_mvm_send_cmd_status_fndecl_16085 iwl_mvm_send_cmd_status fndecl 0 16085 &disable_so_ext3_get_inode_loc_fndecl_16085
++disable_so_check_kill_permission_fndecl_16095 check_kill_permission fndecl 0 16095 NULL
++disable_so_blk_addr_f2fs_io_info_16107 blk_addr f2fs_io_info 0 16107 NULL
++disable_so_hfsplus_removexattr_fndecl_16108 hfsplus_removexattr fndecl 0 16108 NULL
++disable_so_isdn_ppp_set_compressor_fndecl_16109 isdn_ppp_set_compressor fndecl 0 16109 NULL
++disable_so_wl1271_cmd_set_ap_key_fndecl_16110 wl1271_cmd_set_ap_key fndecl 0 16110 NULL
++disable_so_falcon_read_nvram_fndecl_16115 falcon_read_nvram fndecl 0 16115 NULL
++disable_so_efx_ptp_ts_init_fndecl_16116 efx_ptp_ts_init fndecl 0 16116 NULL
++disable_so_SMB2_request_res_key_fndecl_16126 SMB2_request_res_key fndecl 0 16126 NULL nohasharray
++disable_so_compat_table_info_fndecl_16126 compat_table_info fndecl 0 16126 &disable_so_SMB2_request_res_key_fndecl_16126
++disable_so_irq_cpu_rmap_add_fndecl_16131 irq_cpu_rmap_add fndecl 0 16131 NULL
++disable_so_smb2_reconnect_fndecl_16136 smb2_reconnect fndecl 0 16136 NULL
++disable_so_ironlake_compute_dpll_fndecl_16138 ironlake_compute_dpll fndecl 0 16138 NULL
++disable_so_mlx4_cmd_poll_fndecl_16139 mlx4_cmd_poll fndecl 0 16139 NULL
++disable_so_iwl_dbgfs_tx_flush_write_fndecl_16144 iwl_dbgfs_tx_flush_write fndecl 0 16144 NULL
++disable_so_samples_per_line_v4l2_vbi_format_16148 samples_per_line v4l2_vbi_format 0 16148 NULL nohasharray
++disable_so_pci_bus_set_aer_ops_fndecl_16148 pci_bus_set_aer_ops fndecl 0 16148 &disable_so_samples_per_line_v4l2_vbi_format_16148
++disable_so_register_shrinker_fndecl_16156 register_shrinker fndecl 0 16156 NULL
++disable_so_read_widget_caps_fndecl_16163 read_widget_caps fndecl 0 16163 NULL
++disable_so_ip_set_create_fndecl_16168 ip_set_create fndecl 0 16168 NULL
++disable_so_reiserfs_commit_write_fndecl_16171 reiserfs_commit_write fndecl 0 16171 NULL
++disable_so_rbt_memtype_check_insert_fndecl_16175 rbt_memtype_check_insert fndecl 0 16175 NULL
++disable_so_minor_lirc_driver_16182 minor lirc_driver 0 16182 NULL nohasharray
++disable_so_board_span_myri10ge_priv_16182 board_span myri10ge_priv 0 16182 &disable_so_minor_lirc_driver_16182
++disable_so_wl18xx_acx_set_checksum_state_fndecl_16183 wl18xx_acx_set_checksum_state fndecl 0 16183 NULL
++disable_so__snd_emu10k1_audigy_init_efx_fndecl_16185 _snd_emu10k1_audigy_init_efx fndecl 0 16185 NULL
++disable_so_vid_hdr_offs_mtd_dev_param_16199 vid_hdr_offs mtd_dev_param 0 16199 NULL
++disable_so___ims_pcu_execute_command_fndecl_16201 __ims_pcu_execute_command fndecl 0 16201 NULL nohasharray
++disable_so_sctp_getsockopt_local_addrs_fndecl_16201 sctp_getsockopt_local_addrs fndecl 0 16201 &disable_so___ims_pcu_execute_command_fndecl_16201
++disable_so_snd_rawmidi_info_user_fndecl_16206 snd_rawmidi_info_user fndecl 0 16206 NULL
++disable_so_lpfc_sli_chipset_init_fndecl_16214 lpfc_sli_chipset_init fndecl 0 16214 NULL
++disable_so_ipath_init_qp_table_fndecl_16220 ipath_init_qp_table fndecl 0 16220 NULL
++disable_so_port_hdspm_16225 port hdspm 0 16225 NULL
++disable_so_cx25821_riscmem_alloc_fndecl_16226 cx25821_riscmem_alloc fndecl 0 16226 NULL
++disable_so_add_tree_block_fndecl_16239 add_tree_block fndecl 0 16239 NULL
++disable_so_tipc_server_start_fndecl_16258 tipc_server_start fndecl 0 16258 NULL
++disable_so___hfsplus_delete_attr_fndecl_16262 __hfsplus_delete_attr fndecl 0 16262 NULL
++disable_so_open_rx_first_fndecl_16279 open_rx_first fndecl 0 16279 NULL
++disable_so_ieee80211_start_tx_ba_session_fndecl_16286 ieee80211_start_tx_ba_session fndecl 0 16286 NULL
++disable_so_dvbdev_get_free_adapter_num_fndecl_16292 dvbdev_get_free_adapter_num fndecl 0 16292 NULL
++disable_so_w_e_send_csum_fndecl_16297 w_e_send_csum fndecl 0 16297 NULL
++disable_so_tb_cfg_read_fndecl_16303 tb_cfg_read fndecl 0 16303 NULL
++disable_so_aac_fib_send_fndecl_16315 aac_fib_send fndecl 0 16315 NULL
++disable_so_AscGetMaxDmaCount_fndecl_16326 AscGetMaxDmaCount fndecl 0 16326 NULL
++disable_so_ubifs_wbuf_init_fndecl_16337 ubifs_wbuf_init fndecl 0 16337 NULL
++disable_so_timerfd_setup_fndecl_16363 timerfd_setup fndecl 0 16363 NULL
++disable_so_atmel_open_fndecl_16364 atmel_open fndecl 0 16364 NULL
++disable_so_intel_shared_dpll_start_config_fndecl_16383 intel_shared_dpll_start_config fndecl 0 16383 NULL
++disable_so_spi_setup_fndecl_16385 spi_setup fndecl 0 16385 NULL
++disable_so_zd_mac_preinit_hw_fndecl_16386 zd_mac_preinit_hw fndecl 0 16386 NULL
++disable_so_sr_set_blocklength_fndecl_16390 sr_set_blocklength fndecl 0 16390 NULL
++disable_so___logfs_seek_data_fndecl_16398 __logfs_seek_data fndecl 0 16398 NULL
++disable_so_make_node_dirty_fndecl_16399 make_node_dirty fndecl 0 16399 NULL
++disable_so_omap_hsmmc_setup_dma_transfer_fndecl_16407 omap_hsmmc_setup_dma_transfer fndecl 0 16407 NULL
++disable_so_nci_hci_connect_gate_fndecl_16408 nci_hci_connect_gate fndecl 0 16408 NULL
++disable_so_ci_dpm_init_fndecl_16421 ci_dpm_init fndecl 0 16421 NULL
++disable_so_snd_seq_ioctl_unsubscribe_port_fndecl_16426 snd_seq_ioctl_unsubscribe_port fndecl 0 16426 NULL
++disable_so_vmw_translate_guest_ptr_fndecl_16432 vmw_translate_guest_ptr fndecl 0 16432 NULL nohasharray
++disable_so_mtip_read_log_page_fndecl_16432 mtip_read_log_page fndecl 0 16432 &disable_so_vmw_translate_guest_ptr_fndecl_16432
++disable_so_snd_m3_pcm_fndecl_16433 snd_m3_pcm fndecl 0 16433 NULL
++disable_so_astfb_create_fndecl_16434 astfb_create fndecl 0 16434 NULL
++disable_so_iwl_eeprom_verify_signature_fndecl_16440 iwl_eeprom_verify_signature fndecl 0 16440 NULL
++disable_so_frame_size_au0828_dev_16447 frame_size au0828_dev 0 16447 NULL
++disable_so_mwl8k_cmd_finalize_join_fndecl_16459 mwl8k_cmd_finalize_join fndecl 0 16459 NULL
++disable_so_snd_pcm_lib_read1_fndecl_16464 snd_pcm_lib_read1 fndecl 0 16464 NULL
++disable_so_ipath_create_qp_fndecl_16467 ipath_create_qp fndecl 0 16467 NULL
++disable_so_bcma_erom_get_addr_desc_fndecl_16484 bcma_erom_get_addr_desc fndecl 0 16484 NULL
++disable_so_xenbus_grant_ring_fndecl_16488 xenbus_grant_ring fndecl 0 16488 NULL
++disable_so_snd_pcm_plugin_build_route_fndecl_16492 snd_pcm_plugin_build_route fndecl 0 16492 NULL
++disable_so_smb_send_rqst_fndecl_16494 smb_send_rqst fndecl 0 16494 NULL
++disable_so_ttm_page_alloc_init_fndecl_16498 ttm_page_alloc_init fndecl 0 16498 NULL
++disable_so_max_srq_wqes_mthca_limits_16499 max_srq_wqes mthca_limits 0 16499 NULL
++disable_so_lpfc_setup_endian_order_fndecl_16512 lpfc_setup_endian_order fndecl 0 16512 NULL
++disable_so_mptctl_do_reset_fndecl_16536 mptctl_do_reset fndecl 0 16536 NULL
++disable_so___uvc_ctrl_add_mapping_fndecl_16541 __uvc_ctrl_add_mapping fndecl 0 16541 NULL
++disable_so_snd_cs8427_init_fndecl_16549 snd_cs8427_init fndecl 0 16549 NULL
++disable_so_sk_peek_off_sock_16562 sk_peek_off sock 0 16562 NULL
++disable_so_snd_usbmidi_create_rawmidi_fndecl_16564 snd_usbmidi_create_rawmidi fndecl 0 16564 NULL
++disable_so_ext3_try_to_allocate_fndecl_16565 ext3_try_to_allocate fndecl 0 16565 NULL
++disable_so_result_wa_xfer_16568 result wa_xfer 0 16568 NULL
++disable_so_pre_rsb_struct_fndecl_16572 pre_rsb_struct fndecl 0 16572 NULL
++disable_so__ctl_ioctl_main_fndecl_16588 _ctl_ioctl_main fndecl 0 16588 NULL
++disable_so_ethtool_set_ringparam_fndecl_16591 ethtool_set_ringparam fndecl 0 16591 NULL
++disable_so_prism2_ioctl_get_rid_fndecl_16596 prism2_ioctl_get_rid fndecl 0 16596 NULL
++disable_so_prism2_download_volatile_fndecl_16597 prism2_download_volatile fndecl 0 16597 NULL
++disable_so_ipmi_get_my_LUN_fndecl_16605 ipmi_get_my_LUN fndecl 0 16605 NULL
++disable_so_io_ctl_init_fndecl_16611 io_ctl_init fndecl 0 16611 NULL
++disable_so_xfs_bmap_btalloc_nullfb_fndecl_16629 xfs_bmap_btalloc_nullfb fndecl 0 16629 NULL
++disable_so_ipath_sdma_get_inflight_fndecl_16631 ipath_sdma_get_inflight fndecl 0 16631 NULL
++disable_so_jffs2_add_full_dnode_to_inode_fndecl_16637 jffs2_add_full_dnode_to_inode fndecl 0 16637 NULL
++disable_so_snd_pcm_hw_constraints_init_fndecl_16638 snd_pcm_hw_constraints_init fndecl 0 16638 NULL
++disable_so_cinergyt2_fe_read_unc_blocks_fndecl_16642 cinergyt2_fe_read_unc_blocks fndecl 0 16642 NULL
++disable_so_svc_pool_map_init_pernode_fndecl_16648 svc_pool_map_init_pernode fndecl 0 16648 NULL
++disable_so_torture_shuffle_init_fndecl_16651 torture_shuffle_init fndecl 0 16651 NULL
++disable_so_ttm_bo_move_ttm_fndecl_16652 ttm_bo_move_ttm fndecl 0 16652 NULL
++disable_so_ath6kl_fetch_fw_file_fndecl_16656 ath6kl_fetch_fw_file fndecl 0 16656 NULL
++disable_so_core_alua_write_tpg_metadata_fndecl_16659 core_alua_write_tpg_metadata fndecl 0 16659 NULL nohasharray
++disable_so_isdn_net_setcfg_fndecl_16659 isdn_net_setcfg fndecl 0 16659 &disable_so_core_alua_write_tpg_metadata_fndecl_16659
++disable_so_usb_add_gadget_udc_fndecl_16673 usb_add_gadget_udc fndecl 0 16673 NULL
++disable_so_usblp_wtest_fndecl_16680 usblp_wtest fndecl 0 16680 NULL
++disable_so_i40evf_map_queues_fndecl_16686 i40evf_map_queues fndecl 0 16686 NULL
++disable_so_jffs2_scan_xref_node_fndecl_16692 jffs2_scan_xref_node fndecl 0 16692 NULL
++disable_so_adjd_s311_update_scan_mode_fndecl_16699 adjd_s311_update_scan_mode fndecl 0 16699 NULL
++disable_so___audit_socketcall_fndecl_16707 __audit_socketcall fndecl 0 16707 NULL
++disable_so_mmc_read_ssr_fndecl_16717 mmc_read_ssr fndecl 0 16717 NULL
++disable_so_mwl8k_cmd_set_aid_fndecl_16718 mwl8k_cmd_set_aid fndecl 0 16718 NULL
++disable_so_rocker_flow_tbl_acl_fndecl_16722 rocker_flow_tbl_acl fndecl 0 16722 NULL
++disable_so_ad7877_probe_fndecl_16736 ad7877_probe fndecl 0 16736 NULL
++disable_so_deflect_extern_action_fndecl_16762 deflect_extern_action fndecl 0 16762 NULL
++disable_so___vfs_write_fndecl_16765 __vfs_write fndecl 0 16765 NULL
++disable_so_cfg80211_classify8021d_fndecl_16771 cfg80211_classify8021d fndecl 0 16771 NULL
++disable_so_vlv_get_dsi_pclk_fndecl_16773 vlv_get_dsi_pclk fndecl 0 16773 NULL nohasharray
++disable_so_key_len_iw_encode_ext_16773 key_len iw_encode_ext 0 16773 &disable_so_vlv_get_dsi_pclk_fndecl_16773
++disable_so_snd_rawmidi_output_params_fndecl_16782 snd_rawmidi_output_params fndecl 0 16782 NULL
++disable_so_parse_reg_rule_fndecl_16785 parse_reg_rule fndecl 0 16785 NULL
++disable_so_sctp_primitive_ASSOCIATE_fndecl_16788 sctp_primitive_ASSOCIATE fndecl 0 16788 NULL
++disable_so_get_string_fndecl_16789 get_string fndecl 0 16789 NULL
++disable_so_mlx4_write_mtt_chunk_fndecl_16793 mlx4_write_mtt_chunk fndecl 0 16793 NULL
++disable_so_do_md_stop_fndecl_16820 do_md_stop fndecl 0 16820 NULL
++disable_so_validate_params_fndecl_16833 validate_params fndecl 0 16833 NULL
++disable_so_mwl8k_check_ba_fndecl_16841 mwl8k_check_ba fndecl 0 16841 NULL
++disable_so_xfs_btree_delete_fndecl_16843 xfs_btree_delete fndecl 0 16843 NULL
++disable_so___add_delayed_refs_fndecl_16846 __add_delayed_refs fndecl 0 16846 NULL
++disable_so_hidp_session_new_fndecl_16848 hidp_session_new fndecl 0 16848 NULL
++disable_so_adf_probe_fndecl_16860 adf_probe fndecl 0 16860 NULL
++disable_so_radeon_bo_create_fndecl_16863 radeon_bo_create fndecl 0 16863 NULL
++disable_so_lpfc_sli4_init_rpi_hdrs_fndecl_16865 lpfc_sli4_init_rpi_hdrs fndecl 0 16865 NULL
++disable_so_cnic_alloc_new_id_fndecl_16866 cnic_alloc_new_id fndecl 0 16866 NULL
++disable_so__ore_add_stripe_unit_fndecl_16884 _ore_add_stripe_unit fndecl 0 16884 NULL
++disable_so_do_sysctl_fndecl_16886 do_sysctl fndecl 0 16886 NULL
++disable_so___rtc_read_time_fndecl_16890 __rtc_read_time fndecl 0 16890 NULL
++disable_so_audmux_read_file_fndecl_16891 audmux_read_file fndecl 0 16891 NULL
++disable_so_c4iw_register_device_fndecl_16897 c4iw_register_device fndecl 0 16897 NULL
++disable_so_ubifs_lpt_post_commit_fndecl_16899 ubifs_lpt_post_commit fndecl 0 16899 NULL
++disable_so_bl_parse_slice_fndecl_16901 bl_parse_slice fndecl 0 16901 NULL
++disable_so_megasas_issue_blocked_abort_cmd_fndecl_16913 megasas_issue_blocked_abort_cmd fndecl 0 16913 NULL
++disable_so_iwl_dbgfs_bt_force_ant_write_fndecl_16914 iwl_dbgfs_bt_force_ant_write fndecl 0 16914 NULL
++disable_so_u32_change_fndecl_16915 u32_change fndecl 0 16915 NULL
++disable_so_wl1271_cmd_ext_radio_parms_fndecl_16917 wl1271_cmd_ext_radio_parms fndecl 0 16917 NULL
++disable_so_read_progstatus_fndecl_16921 read_progstatus fndecl 0 16921 NULL
++disable_so_pinctrl_get_group_selector_fndecl_16925 pinctrl_get_group_selector fndecl 0 16925 NULL
++disable_so_snd_rawmidi_transmit_fndecl_16928 snd_rawmidi_transmit fndecl 0 16928 NULL
++disable_so_wl1251_acx_event_mbox_mask_fndecl_16929 wl1251_acx_event_mbox_mask fndecl 0 16929 NULL
++disable_so_sys_mbind_fndecl_16933 sys_mbind fndecl 0 16933 NULL
++disable_so_ubi_wl_init_fndecl_16945 ubi_wl_init fndecl 0 16945 NULL
++disable_so_vidioc_dqbuf_fndecl_16948 vidioc_dqbuf fndecl 0 16948 NULL
++disable_so_nv50_dac_create_fndecl_16955 nv50_dac_create fndecl 0 16955 NULL
++disable_so_intel_framebuffer_pitch_for_width_fndecl_16956 intel_framebuffer_pitch_for_width fndecl 0 16956 NULL
++disable_so_dlm_user_convert_fndecl_16957 dlm_user_convert fndecl 0 16957 NULL
++disable_so_wl12xx_cmd_role_start_dev_fndecl_16959 wl12xx_cmd_role_start_dev fndecl 0 16959 NULL
++disable_so_admin_mtu_ipoib_dev_priv_16960 admin_mtu ipoib_dev_priv 0 16960 NULL
++disable_so_vcs_read_fndecl_16962 vcs_read fndecl 0 16962 NULL
++disable_so_ipmi_set_timeout_fndecl_16982 ipmi_set_timeout fndecl 0 16982 NULL
++disable_so_SendReceiveBlockingLock_fndecl_16985 SendReceiveBlockingLock fndecl 0 16985 NULL
++disable_so_fuse_read_single_forget_fndecl_17001 fuse_read_single_forget fndecl 0 17001 NULL
++disable_so_id_rtc_device_17005 id rtc_device 0 17005 NULL
++disable_so_fuse_copy_fill_fndecl_17009 fuse_copy_fill fndecl 0 17009 NULL nohasharray
++disable_so_snd_hdac_bus_exec_verb_fndecl_17009 snd_hdac_bus_exec_verb fndecl 0 17009 &disable_so_fuse_copy_fill_fndecl_17009
++disable_so_vmw_cmd_check_not_3d_fndecl_17022 vmw_cmd_check_not_3d fndecl 0 17022 NULL
++disable_so_em28xx_ir_change_protocol_fndecl_17023 em28xx_ir_change_protocol fndecl 0 17023 NULL
++disable_so_mlx5_ib_query_pkey_fndecl_17025 mlx5_ib_query_pkey fndecl 0 17025 NULL
++disable_so_ext4_mb_load_buddy_fndecl_17030 ext4_mb_load_buddy fndecl 0 17030 NULL
++disable_so_rx_buf_len_i40e_ring_17034 rx_buf_len i40e_ring 0 17034 NULL
++disable_so_ext4_ext_map_blocks_fndecl_17053 ext4_ext_map_blocks fndecl 0 17053 NULL
++disable_so_add_port_fndecl_17054 add_port fndecl 0 17054 NULL
++disable_so_command_setcompressiontarget_fndecl_17055 command_setcompressiontarget fndecl 0 17055 NULL
++disable_so_logfs_rename_cross_fndecl_17066 logfs_rename_cross fndecl 0 17066 NULL
++disable_so_gp2ap020a00f_buffer_postenable_fndecl_17067 gp2ap020a00f_buffer_postenable fndecl 0 17067 NULL
++disable_so__base_request_irq_fndecl_17069 _base_request_irq fndecl 0 17069 NULL
++disable_so_target_fabric_tf_ops_check_fndecl_17079 target_fabric_tf_ops_check fndecl 0 17079 NULL
++disable_so_offset_xen_netif_tx_request_17081 offset xen_netif_tx_request 0 17081 NULL
++disable_so_obfuscate_tx_buffer_fndecl_17095 obfuscate_tx_buffer fndecl 0 17095 NULL
++disable_so_mpt3sas_send_diag_release_fndecl_17099 mpt3sas_send_diag_release fndecl 0 17099 NULL
++disable_so_phys_base_fore200e_17100 phys_base fore200e 0 17100 NULL
++disable_so_dlm_user_request_fndecl_17104 dlm_user_request fndecl 0 17104 NULL
++disable_so_sdio_readsb_fndecl_17108 sdio_readsb fndecl 0 17108 NULL
++disable_so_sample_rate_pcxhr_mgr_17120 sample_rate pcxhr_mgr 0 17120 NULL
++disable_so_ore_truncate_fndecl_17126 ore_truncate fndecl 0 17126 NULL
++disable_so_create_20k2_hw_obj_fndecl_17132 create_20k2_hw_obj fndecl 0 17132 NULL
++disable_so_read_register_count_fndecl_17146 read_register_count fndecl 0 17146 NULL
++disable_so_ufshcd_wait_for_dev_cmd_fndecl_17147 ufshcd_wait_for_dev_cmd fndecl 0 17147 NULL
++disable_so_avc_general_set_sig_fmt_fndecl_17151 avc_general_set_sig_fmt fndecl 0 17151 NULL
++disable_so_isdn_open_fndecl_17163 isdn_open fndecl 0 17163 NULL
++disable_so_nilfs_segbuf_write_fndecl_17165 nilfs_segbuf_write fndecl 0 17165 NULL
++disable_so_nvme_trans_inquiry_fndecl_17167 nvme_trans_inquiry fndecl 0 17167 NULL
++disable_so_b43legacy_upload_microcode_fndecl_17168 b43legacy_upload_microcode fndecl 0 17168 NULL
++disable_so_ip_options_get_finish_fndecl_17176 ip_options_get_finish fndecl 0 17176 NULL
++disable_so_command_addr_acpi_ec_17177 command_addr acpi_ec 0 17177 NULL
++disable_so_wl1271_acx_set_ht_information_fndecl_17180 wl1271_acx_set_ht_information fndecl 0 17180 NULL
++disable_so_pci_raw_set_power_state_fndecl_17186 pci_raw_set_power_state fndecl 0 17186 NULL
++disable_so_dbg_check_cats_fndecl_17202 dbg_check_cats fndecl 0 17202 NULL
++disable_so_acpi_device_add_fndecl_17204 acpi_device_add fndecl 0 17204 NULL
++disable_so_hdcs_probe_1020_fndecl_17205 hdcs_probe_1020 fndecl 0 17205 NULL
++disable_so_dvb_frontend_ioctl_properties_fndecl_17211 dvb_frontend_ioctl_properties fndecl 0 17211 NULL
++disable_so_hsc_tx_set_fndecl_17213 hsc_tx_set fndecl 0 17213 NULL nohasharray
++disable_so_offset_btrfs_key_17213 offset btrfs_key 0 17213 &disable_so_hsc_tx_set_fndecl_17213
++disable_so_snd_seq_ioctl_set_queue_timer_fndecl_17219 snd_seq_ioctl_set_queue_timer fndecl 0 17219 NULL
++disable_so_ubi_io_read_vid_hdr_fndecl_17221 ubi_io_read_vid_hdr fndecl 0 17221 NULL nohasharray
++disable_so_usb_hub_create_port_device_fndecl_17221 usb_hub_create_port_device fndecl 0 17221 &disable_so_ubi_io_read_vid_hdr_fndecl_17221
++disable_so_snd_seq_set_queue_tempo_fndecl_17240 snd_seq_set_queue_tempo fndecl 0 17240 NULL nohasharray
++disable_so_wmfw_add_ctl_fndecl_17240 wmfw_add_ctl fndecl 0 17240 &disable_so_snd_seq_set_queue_tempo_fndecl_17240
++disable_so_vxge_device_register_fndecl_17243 vxge_device_register fndecl 0 17243 NULL
++disable_so_ims_pcu_get_info_fndecl_17247 ims_pcu_get_info fndecl 0 17247 NULL
++disable_so_bm_resync_fo_drbd_device_17253 bm_resync_fo drbd_device 0 17253 NULL
++disable_so_tegra_spi_start_transfer_one_fndecl_17260 tegra_spi_start_transfer_one fndecl 0 17260 NULL
++disable_so_nv_probe_fndecl_17262 nv_probe fndecl 0 17262 NULL
++disable_so_line_uart_port_17263 line uart_port 0 17263 NULL
++disable_so_wcn36xx_smd_open_fndecl_17264 wcn36xx_smd_open fndecl 0 17264 NULL
++disable_so_wl18xx_acx_peer_ht_operation_mode_fndecl_17275 wl18xx_acx_peer_ht_operation_mode fndecl 0 17275 NULL
++disable_so_b43_validate_chipaccess_fndecl_17276 b43_validate_chipaccess fndecl 0 17276 NULL
++disable_so_bnx2_nvram_write_fndecl_17277 bnx2_nvram_write fndecl 0 17277 NULL
++disable_so_ubifs_leb_read_fndecl_17287 ubifs_leb_read fndecl 0 17287 NULL nohasharray
++disable_so_brcmf_sdiod_request_data_fndecl_17287 brcmf_sdiod_request_data fndecl 0 17287 &disable_so_ubifs_leb_read_fndecl_17287
++disable_so_brcmf_p2p_run_escan_fndecl_17289 brcmf_p2p_run_escan fndecl 0 17289 NULL
++disable_so_set_eeprom_fndecl_17290 set_eeprom fndecl 0 17290 NULL
++disable_so_fsp_activate_protocol_fndecl_17291 fsp_activate_protocol fndecl 0 17291 NULL nohasharray
++disable_so_i2c_detect_address_fndecl_17291 i2c_detect_address fndecl 0 17291 &disable_so_fsp_activate_protocol_fndecl_17291
++disable_so_xfs_alloc_find_best_extent_fndecl_17294 xfs_alloc_find_best_extent fndecl 0 17294 NULL
++disable_so_adi_init_input_fndecl_17297 adi_init_input fndecl 0 17297 NULL
++disable_so_ps2mult_connect_fndecl_17300 ps2mult_connect fndecl 0 17300 NULL
++disable_so_wacom_connect_fndecl_17315 wacom_connect fndecl 0 17315 NULL
++disable_so_ib_sa_mcmember_rec_query_fndecl_17324 ib_sa_mcmember_rec_query fndecl 0 17324 NULL
++disable_so_snd_opl3_new_fndecl_17330 snd_opl3_new fndecl 0 17330 NULL
++disable_so_vsp1_device_get_fndecl_17336 vsp1_device_get fndecl 0 17336 NULL
++disable_so_port100_send_cmd_async_fndecl_17354 port100_send_cmd_async fndecl 0 17354 NULL
++disable_so_ims_pcu_get_device_info_fndecl_17357 ims_pcu_get_device_info fndecl 0 17357 NULL
++disable_so_config_desc_fndecl_17365 config_desc fndecl 0 17365 NULL
++disable_so_nilfs_sufile_mark_dirty_fndecl_17370 nilfs_sufile_mark_dirty fndecl 0 17370 NULL
++disable_so_search_start___reiserfs_blocknr_hint_17391 search_start __reiserfs_blocknr_hint 0 17391 NULL
++disable_so_snd_usb_parse_audio_interface_fndecl_17399 snd_usb_parse_audio_interface fndecl 0 17399 NULL
++disable_so_acpi_video_bus_get_one_device_fndecl_17409 acpi_video_bus_get_one_device fndecl 0 17409 NULL
++disable_so_lnum_scan_data_17412 lnum scan_data 0 17412 NULL
++disable_so_irq_base_da9055_17413 irq_base da9055 0 17413 NULL
++disable_so_dlm_master_lookup_fndecl_17417 dlm_master_lookup fndecl 0 17417 NULL
++disable_so_ufx_setup_modes_fndecl_17419 ufx_setup_modes fndecl 0 17419 NULL
++disable_so_do_lock_fndecl_17420 do_lock fndecl 0 17420 NULL
++disable_so_rv6xx_parse_power_table_fndecl_17438 rv6xx_parse_power_table fndecl 0 17438 NULL
++disable_so_reply_size_ncp_server_17456 reply_size ncp_server 0 17456 NULL nohasharray
++disable_so_as5011_probe_fndecl_17456 as5011_probe fndecl 0 17456 &disable_so_reply_size_ncp_server_17456
++disable_so_add_to_list_fndecl_17458 add_to_list fndecl 0 17458 NULL
++disable_so_parse_audio_selector_unit_fndecl_17463 parse_audio_selector_unit fndecl 0 17463 NULL
++disable_so_i915_gem_object_wait_rendering_fndecl_17469 i915_gem_object_wait_rendering fndecl 0 17469 NULL
++disable_so_cipso_v4_map_lvl_hton_fndecl_17481 cipso_v4_map_lvl_hton fndecl 0 17481 NULL
++disable_so_sddr09_write_inplace_fndecl_17484 sddr09_write_inplace fndecl 0 17484 NULL
++disable_so_hash_ipport6_add_fndecl_17508 hash_ipport6_add fndecl 0 17508 NULL
++disable_so_brcmf_fil_iovar_data_set_fndecl_17512 brcmf_fil_iovar_data_set fndecl 0 17512 NULL
++disable_so_dvb_dmxdev_init_fndecl_17523 dvb_dmxdev_init fndecl 0 17523 NULL
++disable_so_id_rtsx_pcr_17526 id rtsx_pcr 0 17526 NULL
++disable_so_mei_read_fndecl_17528 mei_read fndecl 0 17528 NULL
++disable_so_i40e_aq_read_nvm_fndecl_17529 i40e_aq_read_nvm fndecl 0 17529 NULL
++disable_so_recv_mesg_maxlen_netns_ipvs_17535 recv_mesg_maxlen netns_ipvs 0 17535 NULL nohasharray
++disable_so_ssb_pcmcia_switch_coreidx_fndecl_17535 ssb_pcmcia_switch_coreidx fndecl 0 17535 &disable_so_recv_mesg_maxlen_netns_ipvs_17535
++disable_so_rndis_set_oid_fndecl_17536 rndis_set_oid fndecl 0 17536 NULL
++disable_so_snd_pcm_plugin_build_copy_fndecl_17537 snd_pcm_plugin_build_copy fndecl 0 17537 NULL
++disable_so_megasas_register_aen_fndecl_17542 megasas_register_aen fndecl 0 17542 NULL nohasharray
++disable_so_wdm_read_fndecl_17542 wdm_read fndecl 0 17542 &disable_so_megasas_register_aen_fndecl_17542
++disable_so_fb_alloc_cmap_fndecl_17545 fb_alloc_cmap fndecl 0 17545 NULL
++disable_so_lanai_normalize_ci_fndecl_17546 lanai_normalize_ci fndecl 0 17546 NULL nohasharray
++disable_so_dvb_usbv2_probe_fndecl_17546 dvb_usbv2_probe fndecl 0 17546 &disable_so_lanai_normalize_ci_fndecl_17546
++disable_so_mchip_comp_read_frame_fndecl_17555 mchip_comp_read_frame fndecl 0 17555 NULL
++disable_so_mmc_test_area_erase_fndecl_17564 mmc_test_area_erase fndecl 0 17564 NULL
++disable_so_snd_timer_dev_register_fndecl_17565 snd_timer_dev_register fndecl 0 17565 NULL
++disable_so_gref_xenkbd_info_17575 gref xenkbd_info 0 17575 NULL
++disable_so_usif_notify_del_fndecl_17583 usif_notify_del fndecl 0 17583 NULL
++disable_so_s2255_probe_v4l_fndecl_17591 s2255_probe_v4l fndecl 0 17591 NULL
++disable_so_smsc75xx_phy_initialize_fndecl_17595 smsc75xx_phy_initialize fndecl 0 17595 NULL
++disable_so_nilfs_construct_segment_fndecl_17615 nilfs_construct_segment fndecl 0 17615 NULL
++disable_so_cir_addr_nvt_dev_17619 cir_addr nvt_dev 0 17619 NULL
++disable_so_pcxhr_setup_firmware_fndecl_17628 pcxhr_setup_firmware fndecl 0 17628 NULL
++disable_so_usbip_recv_iso_fndecl_17639 usbip_recv_iso fndecl 0 17639 NULL
++disable_so_snd_usb_caiaq_send_command_fndecl_17645 snd_usb_caiaq_send_command fndecl 0 17645 NULL
++disable_so_dvb_dmx_init_fndecl_17652 dvb_dmx_init fndecl 0 17652 NULL
++disable_so_wacom_send_and_wait_fndecl_17661 wacom_send_and_wait fndecl 0 17661 NULL
++disable_so_ims_pcu_buffers_alloc_fndecl_17671 ims_pcu_buffers_alloc fndecl 0 17671 NULL
++disable_so_qlcnic_83xx_configure_opmode_fndecl_17672 qlcnic_83xx_configure_opmode fndecl 0 17672 NULL nohasharray
++disable_so_gref_id_gntalloc_gref_17672 gref_id gntalloc_gref 0 17672 &disable_so_qlcnic_83xx_configure_opmode_fndecl_17672
++disable_so_mxt_get_object_table_fndecl_17675 mxt_get_object_table fndecl 0 17675 NULL
++disable_so_watchdog_disable_fndecl_17678 watchdog_disable fndecl 0 17678 NULL
++disable_so_wl1251_cmd_template_set_fndecl_17679 wl1251_cmd_template_set fndecl 0 17679 NULL
++disable_so_vmbus_connect_fndecl_17693 vmbus_connect fndecl 0 17693 NULL
++disable_so__snd_pcm_hw_param_max_fndecl_17702 _snd_pcm_hw_param_max fndecl 0 17702 NULL nohasharray
++disable_so_i915_gem_execbuffer_move_to_gpu_fndecl_17702 i915_gem_execbuffer_move_to_gpu fndecl 0 17702 &disable_so__snd_pcm_hw_param_max_fndecl_17702
++disable_so_wl12xx_cmd_stop_fwlog_fndecl_17712 wl12xx_cmd_stop_fwlog fndecl 0 17712 NULL
++disable_so_csio_wr_alloc_q_fndecl_17717 csio_wr_alloc_q fndecl 0 17717 NULL
++disable_so_evergreen_cs_track_validate_texture_fndecl_17725 evergreen_cs_track_validate_texture fndecl 0 17725 NULL
++disable_so_qp_host_get_user_memory_fndecl_17726 qp_host_get_user_memory fndecl 0 17726 NULL
++disable_so_i40e_config_arq_regs_fndecl_17730 i40e_config_arq_regs fndecl 0 17730 NULL
++disable_so_minor_video_device_17733 minor video_device 0 17733 NULL
++disable_so_ios_per_ctrl_hba_parameters_17734 ios_per_ctrl hba_parameters 0 17734 NULL nohasharray
++disable_so_ata_host_register_fndecl_17734 ata_host_register fndecl 0 17734 &disable_so_ios_per_ctrl_hba_parameters_17734
++disable_so_parse_audio_format_rates_v2_fndecl_17736 parse_audio_format_rates_v2 fndecl 0 17736 NULL
++disable_so_dib0700_jumpram_fndecl_17742 dib0700_jumpram fndecl 0 17742 NULL
++disable_so_num_desc_blocks_fndecl_17744 num_desc_blocks fndecl 0 17744 NULL nohasharray
++disable_so_iwl_dvm_send_cmd_pdu_fndecl_17744 iwl_dvm_send_cmd_pdu fndecl 0 17744 &disable_so_num_desc_blocks_fndecl_17744
++disable_so_timbuart_probe_fndecl_17747 timbuart_probe fndecl 0 17747 NULL
++disable_so_ksdazzle_probe_fndecl_17749 ksdazzle_probe fndecl 0 17749 NULL
++disable_so_read_config_rom_fndecl_17752 read_config_rom fndecl 0 17752 NULL
++disable_so_cmd_per_lun_Scsi_Host_17757 cmd_per_lun Scsi_Host 0 17757 NULL
++disable_so_dev_change_name_fndecl_17771 dev_change_name fndecl 0 17771 NULL
++disable_so_transport_subsystem_register_fndecl_17775 transport_subsystem_register fndecl 0 17775 NULL
++disable_so_do_load_unload_fndecl_17778 do_load_unload fndecl 0 17778 NULL
++disable_so__base_make_ioc_ready_fndecl_17781 _base_make_ioc_ready fndecl 0 17781 NULL
++disable_so_snd_emu10k1_playback_open_fndecl_17787 snd_emu10k1_playback_open fndecl 0 17787 NULL
++disable_so_usX2Y_audio_stream_new_fndecl_17792 usX2Y_audio_stream_new fndecl 0 17792 NULL
++disable_so_onenand_scan_bbt_fndecl_17796 onenand_scan_bbt fndecl 0 17796 NULL
++disable_so_acpi_ut_copy_simple_object_fndecl_17798 acpi_ut_copy_simple_object fndecl 0 17798 NULL
++disable_so_list_size_acpi_pnp_device_id_list_17814 list_size acpi_pnp_device_id_list 0 17814 NULL
++disable_so_snd_hda_override_conn_list_fndecl_17817 snd_hda_override_conn_list fndecl 0 17817 NULL nohasharray
++disable_so_xenbus_file_write_fndecl_17817 xenbus_file_write fndecl 0 17817 &disable_so_snd_hda_override_conn_list_fndecl_17817
++disable_so_nv04_gart_manager_new_fndecl_17819 nv04_gart_manager_new fndecl 0 17819 NULL nohasharray
++disable_so_applesmc_init_index_fndecl_17819 applesmc_init_index fndecl 0 17819 &disable_so_nv04_gart_manager_new_fndecl_17819
++disable_so_ceph_crypto_key_unarmor_fndecl_17821 ceph_crypto_key_unarmor fndecl 0 17821 NULL
++disable_so_key_unseal_fndecl_17822 key_unseal fndecl 0 17822 NULL
++disable_so_ieee80211_init_rate_ctrl_alg_fndecl_17825 ieee80211_init_rate_ctrl_alg fndecl 0 17825 NULL
++disable_so___netdev_adjacent_dev_link_neighbour_fndecl_17826 __netdev_adjacent_dev_link_neighbour fndecl 0 17826 NULL
++disable_so_build_maps_fndecl_17828 build_maps fndecl 0 17828 NULL
++disable_so_exclude_super_stripes_fndecl_17829 exclude_super_stripes fndecl 0 17829 NULL
++disable_so_ibm_get_table_from_acpi_fndecl_17834 ibm_get_table_from_acpi fndecl 0 17834 NULL
++disable_so_xenvif_count_requests_fndecl_17849 xenvif_count_requests fndecl 0 17849 NULL
++disable_so_balance_fndecl_17851 balance fndecl 0 17851 NULL
++disable_so_tmiofb_acc_wait_fndecl_17852 tmiofb_acc_wait fndecl 0 17852 NULL
++disable_so_cifs_lockv_fndecl_17853 cifs_lockv fndecl 0 17853 NULL
++disable_so_kvm_io_bus_register_dev_fndecl_17857 kvm_io_bus_register_dev fndecl 0 17857 NULL
++disable_so_btrfs_ioctl_tree_search_fndecl_17881 btrfs_ioctl_tree_search fndecl 0 17881 NULL
++disable_so_xfs_bmap_extents_to_btree_fndecl_17888 xfs_bmap_extents_to_btree fndecl 0 17888 NULL
++disable_so_mwl8k_cmd_set_new_stn_add_self_fndecl_17904 mwl8k_cmd_set_new_stn_add_self fndecl 0 17904 NULL
++disable_so_netdev_queue_add_kobject_fndecl_17908 netdev_queue_add_kobject fndecl 0 17908 NULL
++disable_so_arch_gnttab_valloc_fndecl_17911 arch_gnttab_valloc fndecl 0 17911 NULL
++disable_so_translate_compat_table_fndecl_17917 translate_compat_table fndecl 0 17917 NULL nohasharray
++disable_so_trinity_parse_sys_info_table_fndecl_17917 trinity_parse_sys_info_table fndecl 0 17917 &disable_so_translate_compat_table_fndecl_17917
++disable_so_ufx_realloc_framebuffer_fndecl_17920 ufx_realloc_framebuffer fndecl 0 17920 NULL
++disable_so_create_multi_out_ctls_fndecl_17921 create_multi_out_ctls fndecl 0 17921 NULL
++disable_so_ipath_verbs_send_dma_fndecl_17922 ipath_verbs_send_dma fndecl 0 17922 NULL
++disable_so_mmio_base_sis_video_info_17941 mmio_base sis_video_info 0 17941 NULL
++disable_so_vb2_internal_dqbuf_fndecl_17949 vb2_internal_dqbuf fndecl 0 17949 NULL
++disable_so_check_max_sdu_fndecl_17952 check_max_sdu fndecl 0 17952 NULL
++disable_so_start_tx_fndecl_17955 start_tx fndecl 0 17955 NULL
++disable_so_ubifs_decompress_fndecl_17965 ubifs_decompress fndecl 0 17965 NULL
++disable_so_qsfp_cks_fndecl_17970 qsfp_cks fndecl 0 17970 NULL
++disable_so_hugetlbfs_fill_super_fndecl_17975 hugetlbfs_fill_super fndecl 0 17975 NULL
++disable_so_tg3_nvram_write_block_unbuffered_fndecl_17976 tg3_nvram_write_block_unbuffered fndecl 0 17976 NULL
++disable_so_nilfs_segctor_extend_segments_fndecl_17980 nilfs_segctor_extend_segments fndecl 0 17980 NULL
++disable_so_vector_msix_entry_17987 vector msix_entry 0 17987 NULL
++disable_so_dtExtendPage_fndecl_17991 dtExtendPage fndecl 0 17991 NULL
++disable_so_b43legacy_phy_init_fndecl_17992 b43legacy_phy_init fndecl 0 17992 NULL
++disable_so_cipso_v4_gentag_enum_fndecl_17997 cipso_v4_gentag_enum fndecl 0 17997 NULL
++disable_so_target_xcopy_read_source_fndecl_18003 target_xcopy_read_source fndecl 0 18003 NULL
++disable_so_mlx4_init_one_fndecl_18009 mlx4_init_one fndecl 0 18009 NULL
++disable_so_ath9k_tx99_init_fndecl_18022 ath9k_tx99_init fndecl 0 18022 NULL
++disable_so_loop_init_xfer_fndecl_18032 loop_init_xfer fndecl 0 18032 NULL
++disable_so_fi_ino_nilfs_finfo_18034 fi_ino nilfs_finfo 0 18034 NULL
++disable_so_copy_items_fndecl_18039 copy_items fndecl 0 18039 NULL
++disable_so_set_caps_fndecl_18044 set_caps fndecl 0 18044 NULL
++disable_so_ld_usb_write_fndecl_18045 ld_usb_write fndecl 0 18045 NULL
++disable_so_va1j5jf8007t_prepare_fndecl_18046 va1j5jf8007t_prepare fndecl 0 18046 NULL
++disable_so_set_termios_fndecl_18062 set_termios fndecl 0 18062 NULL
++disable_so_cciss_alloc_drive_info_fndecl_18064 cciss_alloc_drive_info fndecl 0 18064 NULL
++disable_so_pci_probe_fndecl_18073 pci_probe fndecl 0 18073 NULL
++disable_so_ecryptfs_add_new_key_tfm_fndecl_18084 ecryptfs_add_new_key_tfm fndecl 0 18084 NULL
++disable_so_mipi_dsi_device_transfer_fndecl_18088 mipi_dsi_device_transfer fndecl 0 18088 NULL
++disable_so_kernfs_fop_open_fndecl_18091 kernfs_fop_open fndecl 0 18091 NULL
++disable_so_rndis_query_oid_fndecl_18117 rndis_query_oid fndecl 0 18117 NULL
++disable_so_nvme_trans_fill_blk_desc_fndecl_18128 nvme_trans_fill_blk_desc fndecl 0 18128 NULL
++disable_so_lpfc_bsg_sli_cfg_write_cmd_ext_fndecl_18140 lpfc_bsg_sli_cfg_write_cmd_ext fndecl 0 18140 NULL
++disable_so_nilfs_mdt_insert_new_block_fndecl_18141 nilfs_mdt_insert_new_block fndecl 0 18141 NULL nohasharray
++disable_so_upgrade_mode_fndecl_18141 upgrade_mode fndecl 0 18141 &disable_so_nilfs_mdt_insert_new_block_fndecl_18141
++disable_so_ed_schedule_fndecl_18142 ed_schedule fndecl 0 18142 NULL
++disable_so_iwl_pcie_alloc_dma_ptr_fndecl_18144 iwl_pcie_alloc_dma_ptr fndecl 0 18144 NULL
++disable_so_mtu_net_device_18148 mtu net_device 0 18148 NULL
++disable_so_ioctl_probe_fndecl_18173 ioctl_probe fndecl 0 18173 NULL
++disable_so_brcmf_fil_cmd_data_fndecl_18197 brcmf_fil_cmd_data fndecl 0 18197 NULL
++disable_so_usbnet_get_ethernet_addr_fndecl_18204 usbnet_get_ethernet_addr fndecl 0 18204 NULL nohasharray
++disable_so_hci_sock_blacklist_del_fndecl_18204 hci_sock_blacklist_del fndecl 0 18204 &disable_so_usbnet_get_ethernet_addr_fndecl_18204
++disable_so_dccp_ackvec_init_fndecl_18207 dccp_ackvec_init fndecl 0 18207 NULL
++disable_so_snd_sonicvibes_create_fndecl_18209 snd_sonicvibes_create fndecl 0 18209 NULL
++disable_so_ibmpex_query_sensor_count_fndecl_18214 ibmpex_query_sensor_count fndecl 0 18214 NULL
++disable_so_nilfs_sysfs_create_segctor_group_fndecl_18224 nilfs_sysfs_create_segctor_group fndecl 0 18224 NULL
++disable_so_pvscsi_allocate_rings_fndecl_18226 pvscsi_allocate_rings fndecl 0 18226 NULL
++disable_so_btrfs_lookup_csums_range_fndecl_18235 btrfs_lookup_csums_range fndecl 0 18235 NULL
++disable_so_tree_mod_log_free_eb_fndecl_18239 tree_mod_log_free_eb fndecl 0 18239 NULL
++disable_so_t4_sge_init_fndecl_18244 t4_sge_init fndecl 0 18244 NULL
++disable_so_airo_config_fndecl_18253 airo_config fndecl 0 18253 NULL nohasharray
++disable_so_check_entry_size_and_hooks_fndecl_18253 check_entry_size_and_hooks fndecl 0 18253 &disable_so_airo_config_fndecl_18253
++disable_so_video_proc_write_fndecl_18263 video_proc_write fndecl 0 18263 NULL
++disable_so_otp_select_filemode_fndecl_18264 otp_select_filemode fndecl 0 18264 NULL
++disable_so_rds_rdma_pages_fndecl_18268 rds_rdma_pages fndecl 0 18268 NULL
++disable_so_dccp_feat_push_change_fndecl_18270 dccp_feat_push_change fndecl 0 18270 NULL
++disable_so_cciss_engage_scsi_fndecl_18295 cciss_engage_scsi fndecl 0 18295 NULL
++disable_so_mwl8k_cmd_set_new_stn_add_fndecl_18299 mwl8k_cmd_set_new_stn_add fndecl 0 18299 NULL
++disable_so_twl4030_init_irq_fndecl_18308 twl4030_init_irq fndecl 0 18308 NULL
++disable_so_e820_end_of_low_ram_pfn_fndecl_18324 e820_end_of_low_ram_pfn fndecl 0 18324 NULL
++disable_so_kvm_vcpu_ioctl_set_cpuid_fndecl_18333 kvm_vcpu_ioctl_set_cpuid fndecl 0 18333 NULL
++disable_so_con_get_unimap_fndecl_18340 con_get_unimap fndecl 0 18340 NULL
++disable_so_mon_bin_read_fndecl_18346 mon_bin_read fndecl 0 18346 NULL
++disable_so_vm_pgoff_vm_area_struct_18357 vm_pgoff vm_area_struct 0 18357 NULL
++disable_so_next_blkaddr_node_footer_18360 next_blkaddr node_footer 0 18360 NULL
++disable_so_ecryptfs_write_lower_fndecl_18373 ecryptfs_write_lower fndecl 0 18373 NULL
++disable_so_debugfs_parse_options_fndecl_18377 debugfs_parse_options fndecl 0 18377 NULL
++disable_so_kvm_arch_vcpu_init_fndecl_18379 kvm_arch_vcpu_init fndecl 0 18379 NULL
++disable_so_acpi_get_object_info_fndecl_18381 acpi_get_object_info fndecl 0 18381 NULL
++disable_so_rocker_port_ipv4_neigh_fndecl_18383 rocker_port_ipv4_neigh fndecl 0 18383 NULL
++disable_so_xfs_rtany_summary_fndecl_18384 xfs_rtany_summary fndecl 0 18384 NULL
++disable_so_kvm_ioctl_create_device_fndecl_18390 kvm_ioctl_create_device fndecl 0 18390 NULL
++disable_so_nilfs_segctor_collect_blocks_fndecl_18391 nilfs_segctor_collect_blocks fndecl 0 18391 NULL nohasharray
++disable_so_iwl_dbgfs_d0i3_refs_write_fndecl_18391 iwl_dbgfs_d0i3_refs_write fndecl 0 18391 &disable_so_nilfs_segctor_collect_blocks_fndecl_18391
++disable_so_reply_payload_rcv_len_fc_bsg_reply_18392 reply_payload_rcv_len fc_bsg_reply 0 18392 NULL
++disable_so_bcma_bus_scan_fndecl_18393 bcma_bus_scan fndecl 0 18393 NULL
++disable_so_vmw_surface_define_ioctl_fndecl_18403 vmw_surface_define_ioctl fndecl 0 18403 NULL
++disable_so_populate_pmd_fndecl_18408 populate_pmd fndecl 0 18408 NULL
++disable_so_wl1251_hw_init_data_path_config_fndecl_18413 wl1251_hw_init_data_path_config fndecl 0 18413 NULL
++disable_so_storvsc_queuecommand_fndecl_18420 storvsc_queuecommand fndecl 0 18420 NULL
++disable_so_raw_seticmpfilter_fndecl_18427 raw_seticmpfilter fndecl 0 18427 NULL
++disable_so_vmw_resource_reserve_fndecl_18435 vmw_resource_reserve fndecl 0 18435 NULL
++disable_so_count_iov_iter_18447 count iov_iter 0 18447 NULL
++disable_so_atp_handle_geyser_fndecl_18448 atp_handle_geyser fndecl 0 18448 NULL
++disable_so_xfs_free_extent_fndecl_18480 xfs_free_extent fndecl 0 18480 NULL
++disable_so_drm_mode_page_flip_ioctl_fndecl_18483 drm_mode_page_flip_ioctl fndecl 0 18483 NULL
++disable_so_acpi_video_device_lcd_set_level_fndecl_18496 acpi_video_device_lcd_set_level fndecl 0 18496 NULL
++disable_so_at76_start_monitor_fndecl_18497 at76_start_monitor fndecl 0 18497 NULL
++disable_so_cciss_find_cfg_addrs_fndecl_18500 cciss_find_cfg_addrs fndecl 0 18500 NULL
++disable_so_netlbl_af6list_add_fndecl_18503 netlbl_af6list_add fndecl 0 18503 NULL
++disable_so_send_pbl_messages_fndecl_18506 send_pbl_messages fndecl 0 18506 NULL
++disable_so_ide_tape_read_position_fndecl_18511 ide_tape_read_position fndecl 0 18511 NULL
++disable_so_build_sec_desc_fndecl_18515 build_sec_desc fndecl 0 18515 NULL
++disable_so_ttm_bo_init_fndecl_18524 ttm_bo_init fndecl 0 18524 NULL
++disable_so_brcmf_do_escan_fndecl_18528 brcmf_do_escan fndecl 0 18528 NULL
++disable_so_dlm_user_deadlock_fndecl_18533 dlm_user_deadlock fndecl 0 18533 NULL nohasharray
++disable_so_tty_write_fndecl_18533 tty_write fndecl 0 18533 &disable_so_dlm_user_deadlock_fndecl_18533
++disable_so___percpu_counter_init_fndecl_18536 __percpu_counter_init fndecl 0 18536 NULL
++disable_so_c67x00_drv_probe_fndecl_18547 c67x00_drv_probe fndecl 0 18547 NULL
++disable_so_ubi_leb_write_fndecl_18549 ubi_leb_write fndecl 0 18549 NULL
++disable_so_cros_ec_cmd_xfer_i2c_fndecl_18558 cros_ec_cmd_xfer_i2c fndecl 0 18558 NULL
++disable_so_b43legacy_generate_probe_resp_fndecl_18568 b43legacy_generate_probe_resp fndecl 0 18568 NULL
++disable_so_stop_cpus_fndecl_18570 stop_cpus fndecl 0 18570 NULL
++disable_so_ipxitf_delete_fndecl_18571 ipxitf_delete fndecl 0 18571 NULL
++disable_so_prepare_transfer_fndecl_18573 prepare_transfer fndecl 0 18573 NULL
++disable_so_receive_protocol_fndecl_18600 receive_protocol fndecl 0 18600 NULL
++disable_so_gfs2_extent_map_fndecl_18602 gfs2_extent_map fndecl 0 18602 NULL
++disable_so_ch341_port_probe_fndecl_18616 ch341_port_probe fndecl 0 18616 NULL
++disable_so_mmc_wait_for_app_cmd_fndecl_18618 mmc_wait_for_app_cmd fndecl 0 18618 NULL
++disable_so_reservation_object_reserve_shared_fndecl_18645 reservation_object_reserve_shared fndecl 0 18645 NULL
++disable_so___remove_suid_fndecl_18657 __remove_suid fndecl 0 18657 NULL
++disable_so_compat_copy_entries_fndecl_18658 compat_copy_entries fndecl 0 18658 NULL
++disable_so_ocfs2_validate_gd_self_fndecl_18659 ocfs2_validate_gd_self fndecl 0 18659 NULL
++disable_so_gfs2_unstuffer_page_fndecl_18663 gfs2_unstuffer_page fndecl 0 18663 NULL
++disable_so_ramoops_probe_fndecl_18666 ramoops_probe fndecl 0 18666 NULL
++disable_so_mISDN_register_device_fndecl_18669 mISDN_register_device fndecl 0 18669 NULL
++disable_so_enic_set_nic_cfg_fndecl_18671 enic_set_nic_cfg fndecl 0 18671 NULL
++disable_so_erase_block_fndecl_18678 erase_block fndecl 0 18678 NULL
++disable_so_ipmi_set_my_address_fndecl_18680 ipmi_set_my_address fndecl 0 18680 NULL
++disable_so_il_enqueue_hcmd_fndecl_18688 il_enqueue_hcmd fndecl 0 18688 NULL
++disable_so_compat_target_to_user_fndecl_18697 compat_target_to_user fndecl 0 18697 NULL
++disable_so_dsp_dma_start_fndecl_18710 dsp_dma_start fndecl 0 18710 NULL
++disable_so_tcf_em_validate_fndecl_18720 tcf_em_validate fndecl 0 18720 NULL
++disable_so_pcxhr_init_board_fndecl_18723 pcxhr_init_board fndecl 0 18723 NULL
++disable_so_datablob_parse_fndecl_18730 datablob_parse fndecl 0 18730 NULL
++disable_so_subdev_open_fndecl_18736 subdev_open fndecl 0 18736 NULL
++disable_so_htb_change_class_fndecl_18745 htb_change_class fndecl 0 18745 NULL
++disable_so_max_sges_ocrdma_qp_hwq_info_18746 max_sges ocrdma_qp_hwq_info 0 18746 NULL
++disable_so_bnx2x_register_cnic_fndecl_18755 bnx2x_register_cnic fndecl 0 18755 NULL
++disable_so_read_blocklist_fndecl_18762 read_blocklist fndecl 0 18762 NULL
++disable_so_claimintf_fndecl_18773 claimintf fndecl 0 18773 NULL
++disable_so___jfs_set_acl_fndecl_18781 __jfs_set_acl fndecl 0 18781 NULL
++disable_so_iwl_power_update_mode_fndecl_18784 iwl_power_update_mode fndecl 0 18784 NULL
++disable_so_max_low_pfn_vardecl_18798 max_low_pfn vardecl 0 18798 NULL
++disable_so_wait_for_response_fndecl_18814 wait_for_response fndecl 0 18814 NULL
++disable_so_scsi_ioctl_block_when_processing_errors_fndecl_18819 scsi_ioctl_block_when_processing_errors fndecl 0 18819 NULL nohasharray
++disable_so_tx_cnt_IsdnCardState_18819 tx_cnt IsdnCardState 0 18819 &disable_so_scsi_ioctl_block_when_processing_errors_fndecl_18819
++disable_so_rxrpc_krb5_decode_tagged_data_fndecl_18821 rxrpc_krb5_decode_tagged_data fndecl 0 18821 NULL
++disable_so_usb_descriptor_fillbuf_fndecl_18853 usb_descriptor_fillbuf fndecl 0 18853 NULL
++disable_so__set_memory_wb_fndecl_18854 _set_memory_wb fndecl 0 18854 NULL
++disable_so_grow_inode_fndecl_18860 grow_inode fndecl 0 18860 NULL
++disable_so__efx_mcdi_rpc_finish_fndecl_18861 _efx_mcdi_rpc_finish fndecl 0 18861 NULL
++disable_so_xlog_recover_finish_fndecl_18867 xlog_recover_finish fndecl 0 18867 NULL
++disable_so_mlx5_core_qp_modify_fndecl_18869 mlx5_core_qp_modify fndecl 0 18869 NULL
++disable_so_iommu_domain_identity_map_fndecl_18871 iommu_domain_identity_map fndecl 0 18871 NULL
++disable_so___smsc95xx_write_reg_fndecl_18876 __smsc95xx_write_reg fndecl 0 18876 NULL
++disable_so_osd_y_pan_yuv_playback_info_18877 osd_y_pan yuv_playback_info 0 18877 NULL
++disable_so_nr_rt_ioctl_fndecl_18886 nr_rt_ioctl fndecl 0 18886 NULL nohasharray
++disable_so_ovs_nla_get_identifier_fndecl_18886 ovs_nla_get_identifier fndecl 0 18886 &disable_so_nr_rt_ioctl_fndecl_18886
++disable_so_nilfs_max_size_fndecl_18901 nilfs_max_size fndecl 0 18901 NULL
++disable_so_rv770_dpm_init_fndecl_18904 rv770_dpm_init fndecl 0 18904 NULL
++disable_so_snd_compr_get_caps_fndecl_18913 snd_compr_get_caps fndecl 0 18913 NULL
++disable_so_chipio_send_fndecl_18924 chipio_send fndecl 0 18924 NULL
++disable_so_ipxrtr_create_fndecl_18938 ipxrtr_create fndecl 0 18938 NULL
++disable_so_xfs_init_percpu_counters_fndecl_18941 xfs_init_percpu_counters fndecl 0 18941 NULL nohasharray
++disable_so_ocfs2_figure_hole_clusters_fndecl_18941 ocfs2_figure_hole_clusters fndecl 0 18941 &disable_so_xfs_init_percpu_counters_fndecl_18941
++disable_so_netlbl_unlhsh_add_addr6_fndecl_18945 netlbl_unlhsh_add_addr6 fndecl 0 18945 NULL
++disable_so_qlcnic_sriov_cfg_bc_intr_fndecl_18946 qlcnic_sriov_cfg_bc_intr fndecl 0 18946 NULL
++disable_so_cookie_sg_count_realtek_pci_sdmmc_18954 cookie_sg_count realtek_pci_sdmmc 0 18954 NULL
++disable_so_dm1105_probe_fndecl_18970 dm1105_probe fndecl 0 18970 NULL
++disable_so_mwifiex_ret_tdls_oper_fndecl_18972 mwifiex_ret_tdls_oper fndecl 0 18972 NULL
++disable_so_mlx4_en_create_tx_ring_fndecl_18977 mlx4_en_create_tx_ring fndecl 0 18977 NULL nohasharray
++disable_so_sctp_bindx_rem_fndecl_18977 sctp_bindx_rem fndecl 0 18977 &disable_so_mlx4_en_create_tx_ring_fndecl_18977
++disable_so_rtsx_usb_read_register_fndecl_18981 rtsx_usb_read_register fndecl 0 18981 NULL nohasharray
++disable_so_target_xcopy_setup_pt_fndecl_18981 target_xcopy_setup_pt fndecl 0 18981 &disable_so_rtsx_usb_read_register_fndecl_18981
++disable_so_efivars_pstore_init_fndecl_18983 efivars_pstore_init fndecl 0 18983 NULL
++disable_so_p9_get_mapped_pages_fndecl_18988 p9_get_mapped_pages fndecl 0 18988 NULL
++disable_so_ttm_bo_kmap_ttm_fndecl_18993 ttm_bo_kmap_ttm fndecl 0 18993 NULL
++disable_so_usb_hcd_check_unlink_urb_fndecl_18999 usb_hcd_check_unlink_urb fndecl 0 18999 NULL nohasharray
++disable_so_isl29003_probe_fndecl_18999 isl29003_probe fndecl 0 18999 &disable_so_usb_hcd_check_unlink_urb_fndecl_18999
++disable_so_ni_parse_power_table_fndecl_19003 ni_parse_power_table fndecl 0 19003 NULL
++disable_so_xpad_led_probe_fndecl_19006 xpad_led_probe fndecl 0 19006 NULL
++disable_so_add_single_cap_ctl_fndecl_19012 add_single_cap_ctl fndecl 0 19012 NULL
++disable_so_xen_irq_info_pirq_setup_fndecl_19014 xen_irq_info_pirq_setup fndecl 0 19014 NULL
++disable_so_do_sigaction_fndecl_19020 do_sigaction fndecl 0 19020 NULL
++disable_so_xen_pcibk_config_init_dev_fndecl_19030 xen_pcibk_config_init_dev fndecl 0 19030 NULL
++disable_so_sony_call_snc_handle_fndecl_19031 sony_call_snc_handle fndecl 0 19031 NULL
++disable_so_ccp_crypto_enqueue_request_fndecl_19035 ccp_crypto_enqueue_request fndecl 0 19035 NULL
++disable_so_netif_set_real_num_rx_queues_fndecl_19036 netif_set_real_num_rx_queues fndecl 0 19036 NULL
++disable_so_kill_pid_info_fndecl_19038 kill_pid_info fndecl 0 19038 NULL
++disable_so_snd_opl3_hwdep_new_fndecl_19051 snd_opl3_hwdep_new fndecl 0 19051 NULL
++disable_so_compat_sys_timer_create_fndecl_19053 compat_sys_timer_create fndecl 0 19053 NULL
++disable_so_ib_send_cm_req_fndecl_19056 ib_send_cm_req fndecl 0 19056 NULL
++disable_so_eeepc_led_init_fndecl_19057 eeepc_led_init fndecl 0 19057 NULL
++disable_so_mod_len_extent_map_19058 mod_len extent_map 0 19058 NULL
++disable_so_mei_cl_read_start_fndecl_19077 mei_cl_read_start fndecl 0 19077 NULL
++disable_so_parse_acl_data_fndecl_19080 parse_acl_data fndecl 0 19080 NULL
++disable_so_ttm_copy_io_ttm_page_fndecl_19101 ttm_copy_io_ttm_page fndecl 0 19101 NULL
++disable_so_get_disk_info_fndecl_19106 get_disk_info fndecl 0 19106 NULL
++disable_so_ceph_entity_name_encode_fndecl_19115 ceph_entity_name_encode fndecl 0 19115 NULL
++disable_so_sd_set_bus_speed_mode_fndecl_19116 sd_set_bus_speed_mode fndecl 0 19116 NULL
++disable_so_ipmi_register_for_cmd_fndecl_19131 ipmi_register_for_cmd fndecl 0 19131 NULL
++disable_so_logfs_write_dir_fndecl_19140 logfs_write_dir fndecl 0 19140 NULL
++disable_so_alloc_mad_fndecl_19141 alloc_mad fndecl 0 19141 NULL nohasharray
++disable_so_snd_seq_queue_alloc_fndecl_19141 snd_seq_queue_alloc fndecl 0 19141 &disable_so_alloc_mad_fndecl_19141
++disable_so_start_vivitar_cam_fndecl_19144 start_vivitar_cam fndecl 0 19144 NULL nohasharray
++disable_so_pch_udc_pcd_queue_fndecl_19144 pch_udc_pcd_queue fndecl 0 19144 &disable_so_start_vivitar_cam_fndecl_19144
++disable_so_pvr2_ioread_set_enabled_fndecl_19158 pvr2_ioread_set_enabled fndecl 0 19158 NULL nohasharray
++disable_so_pt1_reset_pci_fndecl_19158 pt1_reset_pci fndecl 0 19158 &disable_so_pvr2_ioread_set_enabled_fndecl_19158
++disable_so___mnt_want_write_fndecl_19160 __mnt_want_write fndecl 0 19160 NULL
++disable_so_ivb_pipe_crc_ctl_reg_fndecl_19163 ivb_pipe_crc_ctl_reg fndecl 0 19163 NULL
++disable_so_matrix_keypad_build_keymap_fndecl_19170 matrix_keypad_build_keymap fndecl 0 19170 NULL
++disable_so_xfs_mru_cache_insert_fndecl_19180 xfs_mru_cache_insert fndecl 0 19180 NULL
++disable_so_xen_max_p2m_pfn_vardecl_19189 xen_max_p2m_pfn vardecl 0 19189 NULL
++disable_so_edge_startup_fndecl_19192 edge_startup fndecl 0 19192 NULL
++disable_so_tp3780I_ReadWriteDspDStore_fndecl_19200 tp3780I_ReadWriteDspDStore fndecl 0 19200 NULL
++disable_so_jffs2_prealloc_raw_node_refs_fndecl_19201 jffs2_prealloc_raw_node_refs fndecl 0 19201 NULL
++disable_so_WaitForDoorbellInt_fndecl_19205 WaitForDoorbellInt fndecl 0 19205 NULL
++disable_so_qt2_attach_fndecl_19214 qt2_attach fndecl 0 19214 NULL nohasharray
++disable_so_ext4_xattr_get_fndecl_19214 ext4_xattr_get fndecl 0 19214 &disable_so_qt2_attach_fndecl_19214
++disable_so_uhid_hid_get_report_fndecl_19215 uhid_hid_get_report fndecl 0 19215 NULL
++disable_so_ctnl_timeout_parse_policy_fndecl_19218 ctnl_timeout_parse_policy fndecl 0 19218 NULL
++disable_so_com20020_config_fndecl_19221 com20020_config fndecl 0 19221 NULL nohasharray
++disable_so__base_send_port_enable_fndecl_19221 _base_send_port_enable fndecl 0 19221 &disable_so_com20020_config_fndecl_19221
++disable_so_mga_driver_load_fndecl_19222 mga_driver_load fndecl 0 19222 NULL
++disable_so_vfio_iommu_replay_fndecl_19225 vfio_iommu_replay fndecl 0 19225 NULL
++disable_so_cport_addr_nm256_19228 cport_addr nm256 0 19228 NULL
++disable_so_snd_pcm_plugin_build_linear_fndecl_19229 snd_pcm_plugin_build_linear fndecl 0 19229 NULL
++disable_so_ci_register_patching_mc_seq_fndecl_19230 ci_register_patching_mc_seq fndecl 0 19230 NULL
++disable_so_add_stereo_vol_fndecl_19241 add_stereo_vol fndecl 0 19241 NULL
++disable_so_pcxhr_dsp_allocate_pipe_fndecl_19242 pcxhr_dsp_allocate_pipe fndecl 0 19242 NULL
++disable_so_get_arg_fndecl_19245 get_arg fndecl 0 19245 NULL
++disable_so_wl1251_acx_conn_monit_params_fndecl_19252 wl1251_acx_conn_monit_params fndecl 0 19252 NULL
++disable_so_idt77252_init_cbr_fndecl_19260 idt77252_init_cbr fndecl 0 19260 NULL
++disable_so_vmw_kms_readback_fndecl_19276 vmw_kms_readback fndecl 0 19276 NULL nohasharray
++disable_so_wl1271_cmd_interrogate_fndecl_19276 wl1271_cmd_interrogate fndecl 0 19276 &disable_so_vmw_kms_readback_fndecl_19276
++disable_so_amd8111_probe_fndecl_19288 amd8111_probe fndecl 0 19288 NULL
++disable_so_parse_org_fndecl_19289 parse_org fndecl 0 19289 NULL
++disable_so_ubi_calc_fm_size_fndecl_19302 ubi_calc_fm_size fndecl 0 19302 NULL
++disable_so_mtip_dma_alloc_fndecl_19310 mtip_dma_alloc fndecl 0 19310 NULL
++disable_so_tcf_ipt_init_fndecl_19319 tcf_ipt_init fndecl 0 19319 NULL
++disable_so_sys_getcwd_fndecl_19324 sys_getcwd fndecl 0 19324 NULL
++disable_so_sctp_listen_for_all_fndecl_19327 sctp_listen_for_all fndecl 0 19327 NULL
++disable_so_mlx4_alloc_resize_buf_fndecl_19329 mlx4_alloc_resize_buf fndecl 0 19329 NULL
++disable_so_s2250_probe_fndecl_19353 s2250_probe fndecl 0 19353 NULL
++disable_so_relocate_entry_clflush_fndecl_19355 relocate_entry_clflush fndecl 0 19355 NULL
++disable_so_minimum_acpi_resource_io_19359 minimum acpi_resource_io 0 19359 NULL
++disable_so_rfcomm_sock_setsockopt_old_fndecl_19366 rfcomm_sock_setsockopt_old fndecl 0 19366 NULL
++disable_so___insert_pg_mapping_fndecl_19370 __insert_pg_mapping fndecl 0 19370 NULL
++disable_so_size_mdu_array_info_s_19374 size mdu_array_info_s 0 19374 NULL
++disable_so_nvme_trans_bdev_char_page_fndecl_19382 nvme_trans_bdev_char_page fndecl 0 19382 NULL
++disable_so_hci_sock_blacklist_add_fndecl_19392 hci_sock_blacklist_add fndecl 0 19392 NULL
++disable_so_send_channel_info_cmd_fndecl_19393 send_channel_info_cmd fndecl 0 19393 NULL
++disable_so_dln2_print_serialno_fndecl_19395 dln2_print_serialno fndecl 0 19395 NULL
++disable_so_dirid_reiserfs_iget_args_19401 dirid reiserfs_iget_args 0 19401 NULL
++disable_so_netdev_adjacent_sysfs_add_fndecl_19406 netdev_adjacent_sysfs_add fndecl 0 19406 NULL
++disable_so_srpt_init_ch_qp_fndecl_19410 srpt_init_ch_qp fndecl 0 19410 NULL
++disable_so_dm_tm_ref_fndecl_19416 dm_tm_ref fndecl 0 19416 NULL
++disable_so_uwb_rc_dev_addr_set_fndecl_19418 uwb_rc_dev_addr_set fndecl 0 19418 NULL
++disable_so_kvm_get_dirty_log_protect_fndecl_19422 kvm_get_dirty_log_protect fndecl 0 19422 NULL
++disable_so_snd_cx25821_hw_params_fndecl_19424 snd_cx25821_hw_params fndecl 0 19424 NULL
++disable_so_ide_setup_pci_controller_fndecl_19430 ide_setup_pci_controller fndecl 0 19430 NULL nohasharray
++disable_so_iwl_dbgfs_scan_ant_rxchain_write_fndecl_19430 iwl_dbgfs_scan_ant_rxchain_write fndecl 0 19430 &disable_so_ide_setup_pci_controller_fndecl_19430 nohasharray
++disable_so_snd_usbmidi_get_ms_info_fndecl_19430 snd_usbmidi_get_ms_info fndecl 0 19430 &disable_so_iwl_dbgfs_scan_ant_rxchain_write_fndecl_19430
++disable_so_coretemp_device_add_fndecl_19434 coretemp_device_add fndecl 0 19434 NULL
++disable_so_config_buf_fndecl_19445 config_buf fndecl 0 19445 NULL nohasharray
++disable_so_sn9c2028_long_command_fndecl_19445 sn9c2028_long_command fndecl 0 19445 &disable_so_config_buf_fndecl_19445
++disable_so_ssb_pcmcia_cfg_write_fndecl_19446 ssb_pcmcia_cfg_write fndecl 0 19446 NULL
++disable_so_i_parent_dir_hpfs_inode_info_19451 i_parent_dir hpfs_inode_info 0 19451 NULL
++disable_so_vcc_connect_fndecl_19469 vcc_connect fndecl 0 19469 NULL
++disable_so_snd_seq_ioctl_create_queue_fndecl_19472 snd_seq_ioctl_create_queue fndecl 0 19472 NULL
++disable_so_orig_block_len_extent_map_19476 orig_block_len extent_map 0 19476 NULL
++disable_so_falcon_probe_board_fndecl_19478 falcon_probe_board fndecl 0 19478 NULL
++disable_so_check_addr_fndecl_19483 check_addr fndecl 0 19483 NULL
++disable_so_lookup_string_fndecl_19486 lookup_string fndecl 0 19486 NULL
++disable_so_reg_read_fndecl_19498 reg_read fndecl 0 19498 NULL
++disable_so_cxacru_cm_get_array_fndecl_19503 cxacru_cm_get_array fndecl 0 19503 NULL
++disable_so_ocfs2_update_last_group_and_inode_fndecl_19520 ocfs2_update_last_group_and_inode fndecl 0 19520 NULL
++disable_so_snd_soc_register_component_fndecl_19525 snd_soc_register_component fndecl 0 19525 NULL
++disable_so_ttm_mem_io_reserve_fndecl_19530 ttm_mem_io_reserve fndecl 0 19530 NULL
++disable_so_sirdev_set_dongle_fndecl_19533 sirdev_set_dongle fndecl 0 19533 NULL
++disable_so_netdev_register_kobject_fndecl_19535 netdev_register_kobject fndecl 0 19535 NULL
++disable_so_reclaim_block_fndecl_19552 reclaim_block fndecl 0 19552 NULL
++disable_so_drm_ioctl_permit_fndecl_19554 drm_ioctl_permit fndecl 0 19554 NULL
++disable_so_at76_set_card_command_fndecl_19556 at76_set_card_command fndecl 0 19556 NULL
++disable_so_cir_addr_fintek_dev_19561 cir_addr fintek_dev 0 19561 NULL
++disable_so_iio_device_register_sysfs_fndecl_19565 iio_device_register_sysfs fndecl 0 19565 NULL
++disable_so_rtsx_pci_card_exclusive_check_fndecl_19570 rtsx_pci_card_exclusive_check fndecl 0 19570 NULL
++disable_so_rx_max_pending_ethtool_ringparam_19591 rx_max_pending ethtool_ringparam 0 19591 NULL
++disable_so_snd_seq_expand_var_event_fndecl_19602 snd_seq_expand_var_event fndecl 0 19602 NULL
++disable_so_sock_create_kern_fndecl_19603 sock_create_kern fndecl 0 19603 NULL
++disable_so_container_device_attach_fndecl_19605 container_device_attach fndecl 0 19605 NULL
++disable_so_vmbus_establish_gpadl_fndecl_19612 vmbus_establish_gpadl fndecl 0 19612 NULL
++disable_so_smi_probe_fndecl_19618 smi_probe fndecl 0 19618 NULL
++disable_so_logical_io_failure_record_19631 logical io_failure_record 0 19631 NULL
++disable_so_bpa10x_open_fndecl_19638 bpa10x_open fndecl 0 19638 NULL
++disable_so_write_cnodes_fndecl_19640 write_cnodes fndecl 0 19640 NULL
++disable_so_sdio_io_rw_ext_helper_fndecl_19641 sdio_io_rw_ext_helper fndecl 0 19641 NULL
++disable_so_afs_fill_page_fndecl_19642 afs_fill_page fndecl 0 19642 NULL
++disable_so_af9033_rd_regs_fndecl_19652 af9033_rd_regs fndecl 0 19652 NULL
++disable_so_ioctl_send_fib_fndecl_19664 ioctl_send_fib fndecl 0 19664 NULL
++disable_so_usdhi6_error_code_fndecl_19670 usdhi6_error_code fndecl 0 19670 NULL
++disable_so_ocfs2_refcount_lock_fndecl_19680 ocfs2_refcount_lock fndecl 0 19680 NULL
++disable_so_softing_netdev_register_fndecl_19690 softing_netdev_register fndecl 0 19690 NULL
++disable_so_nl80211_set_qos_map_fndecl_19697 nl80211_set_qos_map fndecl 0 19697 NULL
++disable_so_commit_orphans_fndecl_19707 commit_orphans fndecl 0 19707 NULL
++disable_so_snd_ymfpci_create_fndecl_19712 snd_ymfpci_create fndecl 0 19712 NULL
++disable_so_isdn_net_rm_fndecl_19726 isdn_net_rm fndecl 0 19726 NULL
++disable_so_write_tag_64_packet_fndecl_19729 write_tag_64_packet fndecl 0 19729 NULL
++disable_so_small_smb_init_no_tc_fndecl_19738 small_smb_init_no_tc fndecl 0 19738 NULL
++disable_so_configfs_setattr_fndecl_19740 configfs_setattr fndecl 0 19740 NULL
++disable_so_bytesperline_v4l2_pix_format_19741 bytesperline v4l2_pix_format 0 19741 NULL
++disable_so_mon_text_read_u_fndecl_19744 mon_text_read_u fndecl 0 19744 NULL
++disable_so_nv17_fence_context_new_fndecl_19752 nv17_fence_context_new fndecl 0 19752 NULL
++disable_so_acpi_bus_get_device_fndecl_19754 acpi_bus_get_device fndecl 0 19754 NULL
++disable_so_i40e_asq_send_command_fndecl_19755 i40e_asq_send_command fndecl 0 19755 NULL
++disable_so_stop_sync_thread_fndecl_19756 stop_sync_thread fndecl 0 19756 NULL
++disable_so_snd_asihpi_aesebu_tx_add_fndecl_19760 snd_asihpi_aesebu_tx_add fndecl 0 19760 NULL nohasharray
++disable_so_curr_hash_dir_private_info_19760 curr_hash dir_private_info 0 19760 &disable_so_snd_asihpi_aesebu_tx_add_fndecl_19760
++disable_so_alloc_sq_fndecl_19766 alloc_sq fndecl 0 19766 NULL
++disable_so_ccp_register_sha_alg_fndecl_19771 ccp_register_sha_alg fndecl 0 19771 NULL
++disable_so_sst_cache_and_parse_fw_fndecl_19774 sst_cache_and_parse_fw fndecl 0 19774 NULL
++disable_so_mixart_enum_connectors_fndecl_19785 mixart_enum_connectors fndecl 0 19785 NULL
++disable_so_hbackporch_v4l2_bt_timings_19806 hbackporch v4l2_bt_timings 0 19806 NULL
++disable_so_vq_wait_for_reply_fndecl_19808 vq_wait_for_reply fndecl 0 19808 NULL
++disable_so_try_to_load_firmware_fndecl_19815 try_to_load_firmware fndecl 0 19815 NULL
++disable_so_insert_extent_backref_fndecl_19826 insert_extent_backref fndecl 0 19826 NULL
++disable_so_team_port_enable_netpoll_fndecl_19840 team_port_enable_netpoll fndecl 0 19840 NULL nohasharray
++disable_so_ubi_update_fastmap_fndecl_19840 ubi_update_fastmap fndecl 0 19840 &disable_so_team_port_enable_netpoll_fndecl_19840
++disable_so_i5k_channel_probe_fndecl_19853 i5k_channel_probe fndecl 0 19853 NULL nohasharray
++disable_so_iobase_w6692_hw_19853 iobase w6692_hw 0 19853 &disable_so_i5k_channel_probe_fndecl_19853
++disable_so_mwifiex_sta_prepare_cmd_fndecl_19854 mwifiex_sta_prepare_cmd fndecl 0 19854 NULL
++disable_so_iwlagn_send_rxon_assoc_fndecl_19855 iwlagn_send_rxon_assoc fndecl 0 19855 NULL
++disable_so_si4713_start_seq_fndecl_19859 si4713_start_seq fndecl 0 19859 NULL
++disable_so_dm_get_table_device_fndecl_19869 dm_get_table_device fndecl 0 19869 NULL
++disable_so_snd_pcm_oss_change_params_fndecl_19874 snd_pcm_oss_change_params fndecl 0 19874 NULL
++disable_so_si_initialize_mc_reg_table_fndecl_19877 si_initialize_mc_reg_table fndecl 0 19877 NULL
++disable_so_snd_mixer_oss_build_input_fndecl_19886 snd_mixer_oss_build_input fndecl 0 19886 NULL
++disable_so___dev_pm_qos_add_request_fndecl_19895 __dev_pm_qos_add_request fndecl 0 19895 NULL
++disable_so_go7007_snd_init_fndecl_19905 go7007_snd_init fndecl 0 19905 NULL
++disable_so_nf_logger_find_get_fndecl_19906 nf_logger_find_get fndecl 0 19906 NULL
++disable_so_ethtool_get_drvinfo_fndecl_19915 ethtool_get_drvinfo fndecl 0 19915 NULL
++disable_so_xt_compat_add_offset_fndecl_19922 xt_compat_add_offset fndecl 0 19922 NULL
++disable_so_vmci_event_dispatch_fndecl_19925 vmci_event_dispatch fndecl 0 19925 NULL
++disable_so___usbnet_read_cmd_fndecl_19928 __usbnet_read_cmd fndecl 0 19928 NULL nohasharray
++disable_so_alloc_shaper_fndecl_19928 alloc_shaper fndecl 0 19928 &disable_so___usbnet_read_cmd_fndecl_19928
++disable_so_create_qp_fndecl_19931 create_qp fndecl 0 19931 NULL
++disable_so_fw_read_file_contents_fndecl_19934 fw_read_file_contents fndecl 0 19934 NULL
++disable_so_alloc_carmine_fb_fndecl_19940 alloc_carmine_fb fndecl 0 19940 NULL
++disable_so_open_dummy_log_fndecl_19942 open_dummy_log fndecl 0 19942 NULL
++disable_so_parse_funcid_fndecl_19943 parse_funcid fndecl 0 19943 NULL
++disable_so_lg_probe_fndecl_19944 lg_probe fndecl 0 19944 NULL
++disable_so_rate_snd_pcm_runtime_19986 rate snd_pcm_runtime 0 19986 NULL
++disable_so_tower_probe_fndecl_19987 tower_probe fndecl 0 19987 NULL
++disable_so_qlcnic_82xx_alloc_mbx_args_fndecl_20002 qlcnic_82xx_alloc_mbx_args fndecl 0 20002 NULL
++disable_so_nilfs_segbuf_reset_fndecl_20003 nilfs_segbuf_reset fndecl 0 20003 NULL
++disable_so_ipv6_route_ioctl_fndecl_20010 ipv6_route_ioctl fndecl 0 20010 NULL
++disable_so___team_option_inst_add_port_fndecl_20013 __team_option_inst_add_port fndecl 0 20013 NULL
++disable_so_sample_rate_lola_20032 sample_rate lola 0 20032 NULL
++disable_so_cipso_v4_doi_add_fndecl_20044 cipso_v4_doi_add fndecl 0 20044 NULL
++disable_so_get_config_fndecl_20051 get_config fndecl 0 20051 NULL
++disable_so_bfad_iocmd_port_cfg_bbcr_fndecl_20055 bfad_iocmd_port_cfg_bbcr fndecl 0 20055 NULL
++disable_so_adf_dev_init_fndecl_20057 adf_dev_init fndecl 0 20057 NULL
++disable_so_avc_general_get_plug_info_fndecl_20062 avc_general_get_plug_info fndecl 0 20062 NULL
++disable_so_cm4000_config_fndecl_20064 cm4000_config fndecl 0 20064 NULL
++disable_so_i40e_get_eeprom_fndecl_20080 i40e_get_eeprom fndecl 0 20080 NULL
++disable_so_vfio_iommu_type1_attach_group_fndecl_20081 vfio_iommu_type1_attach_group fndecl 0 20081 NULL
++disable_so_wext_permission_check_fndecl_20087 wext_permission_check fndecl 0 20087 NULL
++disable_so_get_stripe_fndecl_20094 get_stripe fndecl 0 20094 NULL
++disable_so_xhci_urb_enqueue_fndecl_20103 xhci_urb_enqueue fndecl 0 20103 NULL
++disable_so_do_mincore_fndecl_20105 do_mincore fndecl 0 20105 NULL
++disable_so_do_sync_erase_fndecl_20135 do_sync_erase fndecl 0 20135 NULL
++disable_so_mtd_device_parse_register_fndecl_20147 mtd_device_parse_register fndecl 0 20147 NULL
++disable_so_tpci200_create_device_fndecl_20157 tpci200_create_device fndecl 0 20157 NULL
++disable_so_cx23885_alsa_dma_map_fndecl_20168 cx23885_alsa_dma_map fndecl 0 20168 NULL
++disable_so_tpm_ascii_bios_measurements_open_fndecl_20175 tpm_ascii_bios_measurements_open fndecl 0 20175 NULL
++disable_so_usb_ftdi_elan_edset_single_fndecl_20181 usb_ftdi_elan_edset_single fndecl 0 20181 NULL
++disable_so_iram_base_intel_sst_drv_20196 iram_base intel_sst_drv 0 20196 NULL
++disable_so_alloc_init_skbufs_fndecl_20198 alloc_init_skbufs fndecl 0 20198 NULL
++disable_so_broadsheet_spiflash_wait_for_bit_fndecl_20202 broadsheet_spiflash_wait_for_bit fndecl 0 20202 NULL
++disable_so_kfifo_copy_from_user_fndecl_20208 kfifo_copy_from_user fndecl 0 20208 NULL
++disable_so_pcxhr_toggle_pipes_fndecl_20211 pcxhr_toggle_pipes fndecl 0 20211 NULL nohasharray
++disable_so_prepend_path_fndecl_20211 prepend_path fndecl 0 20211 &disable_so_pcxhr_toggle_pipes_fndecl_20211
++disable_so_mtrr_ioctl_fndecl_20213 mtrr_ioctl fndecl 0 20213 NULL
++disable_so_ati_remote2_urb_init_fndecl_20216 ati_remote2_urb_init fndecl 0 20216 NULL
++disable_so_smscore_sendrequest_and_wait_fndecl_20222 smscore_sendrequest_and_wait fndecl 0 20222 NULL
++disable_so_check_ld_abs_fndecl_20236 check_ld_abs fndecl 0 20236 NULL
++disable_so_mxb_probe_fndecl_20252 mxb_probe fndecl 0 20252 NULL
++disable_so_ip_vs_edit_service_fndecl_20260 ip_vs_edit_service fndecl 0 20260 NULL
++disable_so_efx_ef10_filter_rx_match_pri_fndecl_20263 efx_ef10_filter_rx_match_pri fndecl 0 20263 NULL
++disable_so_qxl_process_single_command_fndecl_20268 qxl_process_single_command fndecl 0 20268 NULL nohasharray
++disable_so_sigd_attach_fndecl_20268 sigd_attach fndecl 0 20268 &disable_so_qxl_process_single_command_fndecl_20268
++disable_so_ioh_gpio_probe_fndecl_20270 ioh_gpio_probe fndecl 0 20270 NULL
++disable_so_r600_cs_parser_relocs_legacy_fndecl_20285 r600_cs_parser_relocs_legacy fndecl 0 20285 NULL
++disable_so_ixgbe_dcbnl_ieee_setets_fndecl_20286 ixgbe_dcbnl_ieee_setets fndecl 0 20286 NULL
++disable_so_soc_mbus_bytes_per_line_fndecl_20288 soc_mbus_bytes_per_line fndecl 0 20288 NULL
++disable_so_kone_receive_fndecl_20289 kone_receive fndecl 0 20289 NULL
++disable_so_register_queue_kobjects_fndecl_20291 register_queue_kobjects fndecl 0 20291 NULL
++disable_so_link_to_fixup_dir_fndecl_20296 link_to_fixup_dir fndecl 0 20296 NULL
++disable_so_mwl8k_cmd_encryption_remove_key_fndecl_20303 mwl8k_cmd_encryption_remove_key fndecl 0 20303 NULL
++disable_so_fw_lookup_and_allocate_buf_fndecl_20320 fw_lookup_and_allocate_buf fndecl 0 20320 NULL
++disable_so_ttm_prime_object_init_fndecl_20321 ttm_prime_object_init fndecl 0 20321 NULL
++disable_so_fallback_migrate_page_fndecl_20325 fallback_migrate_page fndecl 0 20325 NULL
++disable_so_smsusb_init_device_fndecl_20328 smsusb_init_device fndecl 0 20328 NULL
++disable_so_qlf_blkno_xfs_dq_logformat_20330 qlf_blkno xfs_dq_logformat 0 20330 NULL
++disable_so_enic_dev_open_fndecl_20336 enic_dev_open fndecl 0 20336 NULL
++disable_so_scsifront_action_handler_fndecl_20337 scsifront_action_handler fndecl 0 20337 NULL
++disable_so_toshiba_haps_protection_level_fndecl_20340 toshiba_haps_protection_level fndecl 0 20340 NULL
++disable_so_memblock_find_in_range_fndecl_20356 memblock_find_in_range fndecl 0 20356 NULL
++disable_so__alloc_get_attr_list_fndecl_20363 _alloc_get_attr_list fndecl 0 20363 NULL
++disable_so_ceph_set_acl_fndecl_20364 ceph_set_acl fndecl 0 20364 NULL
++disable_so_kfd_parse_crat_table_fndecl_20378 kfd_parse_crat_table fndecl 0 20378 NULL
++disable_so_ms_transfer_data_fndecl_20384 ms_transfer_data fndecl 0 20384 NULL
++disable_so_uwb_drp_avail_reserve_pending_fndecl_20385 uwb_drp_avail_reserve_pending fndecl 0 20385 NULL
++disable_so_build_segment_manager_fndecl_20389 build_segment_manager fndecl 0 20389 NULL
++disable_so___mlx4_ib_destroy_flow_fndecl_20405 __mlx4_ib_destroy_flow fndecl 0 20405 NULL
++disable_so_esd_usb2_start_fndecl_20424 esd_usb2_start fndecl 0 20424 NULL
++disable_so_ioc_resetdrv_fndecl_20436 ioc_resetdrv fndecl 0 20436 NULL
++disable_so_raw_skid_size_x509_certificate_20437 raw_skid_size x509_certificate 0 20437 NULL
++disable_so_ncp__vol2io_fndecl_20439 ncp__vol2io fndecl 0 20439 NULL
++disable_so_lpfc_pci_function_reset_fndecl_20449 lpfc_pci_function_reset fndecl 0 20449 NULL
++disable_so_hub_port_init_fndecl_20450 hub_port_init fndecl 0 20450 NULL
++disable_so_vfat_build_slots_fndecl_20458 vfat_build_slots fndecl 0 20458 NULL
++disable_so_xfs_setsize_buftarg_fndecl_20465 xfs_setsize_buftarg fndecl 0 20465 NULL
++disable_so_sysfs_move_dir_ns_fndecl_20468 sysfs_move_dir_ns fndecl 0 20468 NULL
++disable_so_set_protocol_fndecl_20470 set_protocol fndecl 0 20470 NULL
++disable_so_pn533_send_cmd_direct_async_fndecl_20472 pn533_send_cmd_direct_async fndecl 0 20472 NULL
++disable_so_amradio_set_stereo_fndecl_20478 amradio_set_stereo fndecl 0 20478 NULL
++disable_so_pn533_setup_fndecl_20485 pn533_setup fndecl 0 20485 NULL
++disable_so_wext_ioctl_dispatch_fndecl_20490 wext_ioctl_dispatch fndecl 0 20490 NULL
++disable_so_qp_notify_peer_local_fndecl_20493 qp_notify_peer_local fndecl 0 20493 NULL
++disable_so_elo_connect_fndecl_20495 elo_connect fndecl 0 20495 NULL
++disable_so_id_platform_device_20503 id platform_device 0 20503 NULL
++disable_so_uvc_ioctl_ctrl_map_fndecl_20508 uvc_ioctl_ctrl_map fndecl 0 20508 NULL
++disable_so_ubi_io_write_ec_hdr_fndecl_20510 ubi_io_write_ec_hdr fndecl 0 20510 NULL
++disable_so_s5p_mfc_open_mfc_inst_fndecl_20512 s5p_mfc_open_mfc_inst fndecl 0 20512 NULL
++disable_so_vdc_mem_base_vml_par_20521 vdc_mem_base vml_par 0 20521 NULL
++disable_so___ww_mutex_lock_interruptible_slowpath_fndecl_20533 __ww_mutex_lock_interruptible_slowpath fndecl 0 20533 NULL
++disable_so_nilfs_segctor_fill_in_checkpoint_fndecl_20538 nilfs_segctor_fill_in_checkpoint fndecl 0 20538 NULL
++disable_so_mwifiex_alloc_cmd_buffer_fndecl_20543 mwifiex_alloc_cmd_buffer fndecl 0 20543 NULL
++disable_so_dti_buf_size_wahc_20547 dti_buf_size wahc 0 20547 NULL
++disable_so_set_location_fndecl_20548 set_location fndecl 0 20548 NULL
++disable_so_broadsheet_spiflash_write_byte_fndecl_20549 broadsheet_spiflash_write_byte fndecl 0 20549 NULL
++disable_so_dlm_lowcomms_start_fndecl_20555 dlm_lowcomms_start fndecl 0 20555 NULL
++disable_so_isdn_readbchan_fndecl_20570 isdn_readbchan fndecl 0 20570 NULL
++disable_so_snd_opl3_set_mode_fndecl_20578 snd_opl3_set_mode fndecl 0 20578 NULL
++disable_so_map_single_fndecl_20586 map_single fndecl 0 20586 NULL
++disable_so_ncp_symlink_readpage_fndecl_20587 ncp_symlink_readpage fndecl 0 20587 NULL
++disable_so_nrof_flowrings_brcmf_pcie_shared_info_20590 nrof_flowrings brcmf_pcie_shared_info 0 20590 NULL
++disable_so_i1480_rceb_check_fndecl_20605 i1480_rceb_check fndecl 0 20605 NULL
++disable_so_apei_hest_parse_fndecl_20616 apei_hest_parse fndecl 0 20616 NULL nohasharray
++disable_so_nl802154_dump_wpan_phy_fndecl_20616 nl802154_dump_wpan_phy fndecl 0 20616 &disable_so_apei_hest_parse_fndecl_20616
++disable_so_nvme_trans_bdev_limits_page_fndecl_20626 nvme_trans_bdev_limits_page fndecl 0 20626 NULL
++disable_so_get_version_fndecl_20653 get_version fndecl 0 20653 NULL
++disable_so_ipw_poll_bit_fndecl_20657 ipw_poll_bit fndecl 0 20657 NULL
++disable_so_security_context_to_sid_default_fndecl_20663 security_context_to_sid_default fndecl 0 20663 NULL
++disable_so_nv50_ovly_create_fndecl_20667 nv50_ovly_create fndecl 0 20667 NULL
++disable_so_run_one_delayed_ref_fndecl_20668 run_one_delayed_ref fndecl 0 20668 NULL
++disable_so_sas_ex_manuf_info_fndecl_20676 sas_ex_manuf_info fndecl 0 20676 NULL
++disable_so_nouveau_fence_new_fndecl_20678 nouveau_fence_new fndecl 0 20678 NULL
++disable_so_max_qp_wr_ib_device_attr_20681 max_qp_wr ib_device_attr 0 20681 NULL
++disable_so_snd_seq_timer_set_tempo_fndecl_20683 snd_seq_timer_set_tempo fndecl 0 20683 NULL
++disable_so_num_evt_qs_be_adapter_20688 num_evt_qs be_adapter 0 20688 NULL
++disable_so_snd_aw2_create_fndecl_20694 snd_aw2_create fndecl 0 20694 NULL
++disable_so_hpsa_hba_mode_enabled_fndecl_20701 hpsa_hba_mode_enabled fndecl 0 20701 NULL
++disable_so_iommu_map_fndecl_20721 iommu_map fndecl 0 20721 NULL
++disable_so_ethtool_get_one_feature_fndecl_20724 ethtool_get_one_feature fndecl 0 20724 NULL
++disable_so_i915_gem_execbuffer_reserve_fndecl_20725 i915_gem_execbuffer_reserve fndecl 0 20725 NULL
++disable_so_msb_ftl_initialize_fndecl_20726 msb_ftl_initialize fndecl 0 20726 NULL
++disable_so_nilfs_dat_translate_fndecl_20729 nilfs_dat_translate fndecl 0 20729 NULL
++disable_so_stv0680_set_video_mode_fndecl_20735 stv0680_set_video_mode fndecl 0 20735 NULL
++disable_so_wl1271_acx_service_period_timeout_fndecl_20736 wl1271_acx_service_period_timeout fndecl 0 20736 NULL
++disable_so_qce_ahash_register_one_fndecl_20743 qce_ahash_register_one fndecl 0 20743 NULL
++disable_so_airspy_probe_fndecl_20747 airspy_probe fndecl 0 20747 NULL
++disable_so_ext4_convert_inline_data_nolock_fndecl_20748 ext4_convert_inline_data_nolock fndecl 0 20748 NULL
++disable_so_adf_dev_configure_fndecl_20750 adf_dev_configure fndecl 0 20750 NULL
++disable_so_acpi_battery_set_alarm_fndecl_20751 acpi_battery_set_alarm fndecl 0 20751 NULL
++disable_so_vmw_setup_otable_base_fndecl_20754 vmw_setup_otable_base fndecl 0 20754 NULL
++disable_so_stripe_ctr_fndecl_20764 stripe_ctr fndecl 0 20764 NULL
++disable_so_iwlagn_send_beacon_cmd_fndecl_20769 iwlagn_send_beacon_cmd fndecl 0 20769 NULL
++disable_so_proc_disconnect_claim_fndecl_20774 proc_disconnect_claim fndecl 0 20774 NULL
++disable_so_holtekff_init_fndecl_20789 holtekff_init fndecl 0 20789 NULL
++disable_so_qib_user_sdma_init_payload_fndecl_20792 qib_user_sdma_init_payload fndecl 0 20792 NULL
++disable_so_compat_sys_migrate_pages_fndecl_20806 compat_sys_migrate_pages fndecl 0 20806 NULL
++disable_so_tcf_em_tree_validate_fndecl_20807 tcf_em_tree_validate fndecl 0 20807 NULL
++disable_so_map_smb_to_linux_error_fndecl_20808 map_smb_to_linux_error fndecl 0 20808 NULL
++disable_so_ubifs_orphan_end_commit_fndecl_20810 ubifs_orphan_end_commit fndecl 0 20810 NULL
++disable_so_gfs2_rindex_update_fndecl_20814 gfs2_rindex_update fndecl 0 20814 NULL
++disable_so_lpfc_config_port_prep_fndecl_20815 lpfc_config_port_prep fndecl 0 20815 NULL
++disable_so_mwifiex_check_network_compatibility_fndecl_20827 mwifiex_check_network_compatibility fndecl 0 20827 NULL
++disable_so_drm_fb_helper_single_fb_probe_fndecl_20828 drm_fb_helper_single_fb_probe fndecl 0 20828 NULL nohasharray
++disable_so_vmw_mob_pt_populate_fndecl_20828 vmw_mob_pt_populate fndecl 0 20828 &disable_so_drm_fb_helper_single_fb_probe_fndecl_20828
++disable_so_sh_vou_open_fndecl_20832 sh_vou_open fndecl 0 20832 NULL
++disable_so_beb_rsvd_pebs_ubi_device_20863 beb_rsvd_pebs ubi_device 0 20863 NULL
++disable_so_ssif_detect_fndecl_20866 ssif_detect fndecl 0 20866 NULL
++disable_so_fill_trt_fndecl_20867 fill_trt fndecl 0 20867 NULL
++disable_so_acpi_smbus_write_fndecl_20882 acpi_smbus_write fndecl 0 20882 NULL
++disable_so___readpages_done_fndecl_20894 __readpages_done fndecl 0 20894 NULL nohasharray
++disable_so_nv84_fence_create_fndecl_20894 nv84_fence_create fndecl 0 20894 &disable_so___readpages_done_fndecl_20894
++disable_so_page_counter_memparse_fndecl_20902 page_counter_memparse fndecl 0 20902 NULL
++disable_so_mei_amthif_write_fndecl_20907 mei_amthif_write fndecl 0 20907 NULL
++disable_so_init_node_data_fndecl_20913 init_node_data fndecl 0 20913 NULL
++disable_so_prism2_hostapd_remove_sta_fndecl_20914 prism2_hostapd_remove_sta fndecl 0 20914 NULL
++disable_so_btrfs_next_leaf_fndecl_20915 btrfs_next_leaf fndecl 0 20915 NULL
++disable_so_ext3_xattr_find_entry_fndecl_20918 ext3_xattr_find_entry fndecl 0 20918 NULL
++disable_so_e1000e_setup_rx_resources_fndecl_20919 e1000e_setup_rx_resources fndecl 0 20919 NULL
++disable_so_vmw_get_cap_3d_ioctl_fndecl_20926 vmw_get_cap_3d_ioctl fndecl 0 20926 NULL
++disable_so_add_widget_node_fndecl_20927 add_widget_node fndecl 0 20927 NULL
++disable_so__iwl_dbgfs_d3_sram_write_fndecl_20960 _iwl_dbgfs_d3_sram_write fndecl 0 20960 NULL
++disable_so_logfs_replace_inode_fndecl_20961 logfs_replace_inode fndecl 0 20961 NULL
++disable_so_range_start_writeback_control_20965 range_start writeback_control 0 20965 NULL
++disable_so___mlx4_init_one_fndecl_20968 __mlx4_init_one fndecl 0 20968 NULL
++disable_so_dbDiscardAG_fndecl_20969 dbDiscardAG fndecl 0 20969 NULL
++disable_so_pm_qos_sysfs_add_flags_fndecl_20982 pm_qos_sysfs_add_flags fndecl 0 20982 NULL
++disable_so___set_extent_bit_fndecl_20986 __set_extent_bit fndecl 0 20986 NULL
++disable_so_id_to_sid_fndecl_20990 id_to_sid fndecl 0 20990 NULL
++disable_so_ocfs2_get_acl_nolock_fndecl_20995 ocfs2_get_acl_nolock fndecl 0 20995 NULL
++disable_so_c67x00_urb_enqueue_fndecl_20997 c67x00_urb_enqueue fndecl 0 20997 NULL
++disable_so_si_initialize_smc_dte_tables_fndecl_21002 si_initialize_smc_dte_tables fndecl 0 21002 NULL
++disable_so_hfsplus_create_attr_fndecl_21003 hfsplus_create_attr fndecl 0 21003 NULL
++disable_so_br_fdb_insert_fndecl_21006 br_fdb_insert fndecl 0 21006 NULL
++disable_so_sst_hsw_module_set_param_fndecl_21007 sst_hsw_module_set_param fndecl 0 21007 NULL
++disable_so_fuse_try_move_page_fndecl_21009 fuse_try_move_page fndecl 0 21009 NULL
++disable_so_ubi_eba_read_leb_fndecl_21012 ubi_eba_read_leb fndecl 0 21012 NULL nohasharray
++disable_so_isdn_ppp_bundle_fndecl_21012 isdn_ppp_bundle fndecl 0 21012 &disable_so_ubi_eba_read_leb_fndecl_21012
++disable_so___buf_prepare_fndecl_21013 __buf_prepare fndecl 0 21013 NULL
++disable_so_acpi_bind_one_fndecl_21014 acpi_bind_one fndecl 0 21014 NULL
++disable_so_wlcore_boot_parse_fw_ver_fndecl_21017 wlcore_boot_parse_fw_ver fndecl 0 21017 NULL
++disable_so_gpiochip_add_pingroup_range_fndecl_21018 gpiochip_add_pingroup_range fndecl 0 21018 NULL
++disable_so_reg_set_rd_country_ie_fndecl_21022 reg_set_rd_country_ie fndecl 0 21022 NULL
++disable_so_bfad_iocmd_lport_get_rports_fndecl_21027 bfad_iocmd_lport_get_rports fndecl 0 21027 NULL
++disable_so_apei_res_sub_fndecl_21042 apei_res_sub fndecl 0 21042 NULL
++disable_so_digsig_verify_rsa_fndecl_21054 digsig_verify_rsa fndecl 0 21054 NULL
++disable_so_w1_f1C_add_slave_fndecl_21066 w1_f1C_add_slave fndecl 0 21066 NULL
++disable_so_usbip_recv_fndecl_21076 usbip_recv fndecl 0 21076 NULL
++disable_so_dbg_check_old_index_fndecl_21077 dbg_check_old_index fndecl 0 21077 NULL nohasharray
++disable_so_vcs_write_fndecl_21077 vcs_write fndecl 0 21077 &disable_so_dbg_check_old_index_fndecl_21077
++disable_so_rose_proto_init_fndecl_21078 rose_proto_init fndecl 0 21078 NULL
++disable_so_ceph_unarmor_fndecl_21088 ceph_unarmor fndecl 0 21088 NULL
++disable_so_ext4_read_inline_dir_fndecl_21094 ext4_read_inline_dir fndecl 0 21094 NULL nohasharray
++disable_so_pn533_send_data_async_fndecl_21094 pn533_send_data_async fndecl 0 21094 &disable_so_ext4_read_inline_dir_fndecl_21094 nohasharray
++disable_so_ieee80211_rate_control_register_fndecl_21094 ieee80211_rate_control_register fndecl 0 21094 &disable_so_pn533_send_data_async_fndecl_21094
++disable_so_iwl_load_ucode_wait_alive_fndecl_21107 iwl_load_ucode_wait_alive fndecl 0 21107 NULL
++disable_so___vfs_read_fndecl_21109 __vfs_read fndecl 0 21109 NULL
++disable_so_apei_clear_mce_fndecl_21119 apei_clear_mce fndecl 0 21119 NULL
++disable_so___osst_write_header_fndecl_21126 __osst_write_header fndecl 0 21126 NULL nohasharray
++disable_so_ubifs_run_commit_fndecl_21126 ubifs_run_commit fndecl 0 21126 &disable_so___osst_write_header_fndecl_21126
++disable_so_virtfn_add_fndecl_21127 virtfn_add fndecl 0 21127 NULL
++disable_so_iwl_mvm_mac_ctxt_cmd_sta_fndecl_21134 iwl_mvm_mac_ctxt_cmd_sta fndecl 0 21134 NULL
++disable_so_hiddev_ioctl_usage_fndecl_21140 hiddev_ioctl_usage fndecl 0 21140 NULL
++disable_so_gh_error_gfs2_holder_21149 gh_error gfs2_holder 0 21149 NULL
++disable_so_mptbase_sas_persist_operation_fndecl_21152 mptbase_sas_persist_operation fndecl 0 21152 NULL
++disable_so__request_firmware_fndecl_21158 _request_firmware fndecl 0 21158 NULL
++disable_so_ext4_xattr_find_entry_fndecl_21162 ext4_xattr_find_entry fndecl 0 21162 NULL
++disable_so_fb_cvt_hsync_fndecl_21171 fb_cvt_hsync fndecl 0 21171 NULL nohasharray
++disable_so_io_addr_blogic_probeinfo_21171 io_addr blogic_probeinfo 0 21171 &disable_so_fb_cvt_hsync_fndecl_21171
++disable_so_gfs2_dir_get_existing_buffer_fndecl_21172 gfs2_dir_get_existing_buffer fndecl 0 21172 NULL
++disable_so_mei_write_fndecl_21174 mei_write fndecl 0 21174 NULL
++disable_so_bcm_rx_setup_fndecl_21181 bcm_rx_setup fndecl 0 21181 NULL
++disable_so_usbnet_write_cmd_async_fndecl_21200 usbnet_write_cmd_async fndecl 0 21200 NULL
++disable_so_xfs_free_ag_extent_fndecl_21207 xfs_free_ag_extent fndecl 0 21207 NULL
++disable_so_ast_mm_init_fndecl_21211 ast_mm_init fndecl 0 21211 NULL
++disable_so_stk1160_video_register_fndecl_21218 stk1160_video_register fndecl 0 21218 NULL
++disable_so_wl12xx_acx_set_ba_receiver_session_fndecl_21221 wl12xx_acx_set_ba_receiver_session fndecl 0 21221 NULL
++disable_so_wm0010_firmware_load_fndecl_21231 wm0010_firmware_load fndecl 0 21231 NULL
++disable_so_basic_set_parms_fndecl_21232 basic_set_parms fndecl 0 21232 NULL
++disable_so_blkcipher_walk_done_fndecl_21256 blkcipher_walk_done fndecl 0 21256 NULL
++disable_so_hsync_len_fb_var_screeninfo_21279 hsync_len fb_var_screeninfo 0 21279 NULL
++disable_so_mlx4_init_cq_table_fndecl_21286 mlx4_init_cq_table fndecl 0 21286 NULL
++disable_so_count_nfsd3_readdirres_21299 count nfsd3_readdirres 0 21299 NULL
++disable_so_cmtp_del_connection_fndecl_21300 cmtp_del_connection fndecl 0 21300 NULL
++disable_so_mtrr_file_del_fndecl_21306 mtrr_file_del fndecl 0 21306 NULL
++disable_so_fuse_copy_page_fndecl_21316 fuse_copy_page fndecl 0 21316 NULL
++disable_so_setup_ntlm_response_fndecl_21319 setup_ntlm_response fndecl 0 21319 NULL
++disable_so__iwl_dbgfs_tx_flush_write_fndecl_21320 _iwl_dbgfs_tx_flush_write fndecl 0 21320 NULL
++disable_so_packet_present_len_cfg80211_wowlan_wakeup_21321 packet_present_len cfg80211_wowlan_wakeup 0 21321 NULL
++disable_so__il_poll_bit_fndecl_21338 _il_poll_bit fndecl 0 21338 NULL
++disable_so_tomoyo_supervisor_fndecl_21342 tomoyo_supervisor fndecl 0 21342 NULL
++disable_so_qib_user_sdma_page_to_frags_fndecl_21343 qib_user_sdma_page_to_frags fndecl 0 21343 NULL
++disable_so_raw_cmd_ioctl_fndecl_21345 raw_cmd_ioctl fndecl 0 21345 NULL
++disable_so___netdev_adjacent_dev_link_lists_fndecl_21346 __netdev_adjacent_dev_link_lists fndecl 0 21346 NULL nohasharray
++disable_so_snd_rawmidi_info_select_fndecl_21346 snd_rawmidi_info_select fndecl 0 21346 &disable_so___netdev_adjacent_dev_link_lists_fndecl_21346
++disable_so_brcmf_fil_cmd_int_set_fndecl_21347 brcmf_fil_cmd_int_set fndecl 0 21347 NULL
++disable_so_amd_iommu_domain_set_gcr3_fndecl_21348 amd_iommu_domain_set_gcr3 fndecl 0 21348 NULL
++disable_so_r600_cs_packet_parse_vline_fndecl_21350 r600_cs_packet_parse_vline fndecl 0 21350 NULL
++disable_so_nfs_direct_wait_fndecl_21357 nfs_direct_wait fndecl 0 21357 NULL nohasharray
++disable_so_mwifiex_update_bss_desc_with_ie_fndecl_21357 mwifiex_update_bss_desc_with_ie fndecl 0 21357 &disable_so_nfs_direct_wait_fndecl_21357
++disable_so_read_boot_mem_fndecl_21358 read_boot_mem fndecl 0 21358 NULL
++disable_so_snd_rawmidi_info_fndecl_21360 snd_rawmidi_info fndecl 0 21360 NULL
++disable_so_pvr2_ioread_start_fndecl_21361 pvr2_ioread_start fndecl 0 21361 NULL nohasharray
++disable_so_cfg_elsa_hw_21361 cfg elsa_hw 0 21361 &disable_so_pvr2_ioread_start_fndecl_21361
++disable_so_val_wm831x_auxadc_req_21364 val wm831x_auxadc_req 0 21364 NULL
++disable_so_ax25_listen_register_fndecl_21370 ax25_listen_register fndecl 0 21370 NULL nohasharray
++disable_so_bit_offset_bm_xfer_ctx_21370 bit_offset bm_xfer_ctx 0 21370 &disable_so_ax25_listen_register_fndecl_21370
++disable_so_dma_mask_platform_device_info_21377 dma_mask platform_device_info 0 21377 NULL nohasharray
++disable_so_omap_hsmmc_pre_dma_transfer_fndecl_21377 omap_hsmmc_pre_dma_transfer fndecl 0 21377 &disable_so_dma_mask_platform_device_info_21377
++disable_so_ocfs2_info_handle_label_fndecl_21387 ocfs2_info_handle_label fndecl 0 21387 NULL
++disable_so_fixed_phy_update_regs_fndecl_21388 fixed_phy_update_regs fndecl 0 21388 NULL
++disable_so_check_node_data_fndecl_21393 check_node_data fndecl 0 21393 NULL
++disable_so_parse_longlink_fndecl_21404 parse_longlink fndecl 0 21404 NULL
++disable_so_v4l2_fh_open_fndecl_21406 v4l2_fh_open fndecl 0 21406 NULL nohasharray
++disable_so_create_single_cap_vol_ctl_fndecl_21406 create_single_cap_vol_ctl fndecl 0 21406 &disable_so_v4l2_fh_open_fndecl_21406
++disable_so_ext4_inode_blocks_set_fndecl_21407 ext4_inode_blocks_set fndecl 0 21407 NULL nohasharray
++disable_so_dvb_frontend_ioctl_legacy_fndecl_21407 dvb_frontend_ioctl_legacy fndecl 0 21407 &disable_so_ext4_inode_blocks_set_fndecl_21407
++disable_so_sctp_copy_one_addr_fndecl_21416 sctp_copy_one_addr fndecl 0 21416 NULL nohasharray
++disable_so_lpfc_sli4_xri_sgl_update_fndecl_21416 lpfc_sli4_xri_sgl_update fndecl 0 21416 &disable_so_sctp_copy_one_addr_fndecl_21416
++disable_so_lola_create_fndecl_21431 lola_create fndecl 0 21431 NULL
++disable_so_btrfs_run_dev_replace_fndecl_21436 btrfs_run_dev_replace fndecl 0 21436 NULL
++disable_so_set_disk_faulty_fndecl_21442 set_disk_faulty fndecl 0 21442 NULL
++disable_so_wait_til_done_fndecl_21462 wait_til_done fndecl 0 21462 NULL
++disable_so_dvd_read_physical_fndecl_21470 dvd_read_physical fndecl 0 21470 NULL
++disable_so_wl1251_acx_wake_up_conditions_fndecl_21474 wl1251_acx_wake_up_conditions fndecl 0 21474 NULL
++disable_so_nci_nfcee_mode_set_fndecl_21476 nci_nfcee_mode_set fndecl 0 21476 NULL
++disable_so_iwl_eeprom_acquire_semaphore_fndecl_21479 iwl_eeprom_acquire_semaphore fndecl 0 21479 NULL
++disable_so_mmio_start_fb_fix_screeninfo_21486 mmio_start fb_fix_screeninfo 0 21486 NULL
++disable_so_sm501_plat_probe_fndecl_21487 sm501_plat_probe fndecl 0 21487 NULL
++disable_so_vidioc_g_fmt_vid_out_overlay_fndecl_21493 vidioc_g_fmt_vid_out_overlay fndecl 0 21493 NULL
++disable_so_bnx2x_execute_vlan_mac_fndecl_21506 bnx2x_execute_vlan_mac fndecl 0 21506 NULL
++disable_so_fiemap_check_ranges_fndecl_21519 fiemap_check_ranges fndecl 0 21519 NULL nohasharray
++disable_so_drbg_instantiate_fndecl_21519 drbg_instantiate fndecl 0 21519 &disable_so_fiemap_check_ranges_fndecl_21519
++disable_so_parse_vers_1_fndecl_21523 parse_vers_1 fndecl 0 21523 NULL
++disable_so_snd_cmipci_pcm2_new_fndecl_21524 snd_cmipci_pcm2_new fndecl 0 21524 NULL
++disable_so_ooblen_mtd_oob_ops_21531 ooblen mtd_oob_ops 0 21531 NULL
++disable_so__add_parity_units_fndecl_21539 _add_parity_units fndecl 0 21539 NULL
++disable_so_mthca_init_db_tab_fndecl_21542 mthca_init_db_tab fndecl 0 21542 NULL
++disable_so___mlx4_register_mac_fndecl_21544 __mlx4_register_mac fndecl 0 21544 NULL
++disable_so_lpfc_bsg_handle_sli_cfg_mbox_fndecl_21546 lpfc_bsg_handle_sli_cfg_mbox fndecl 0 21546 NULL
++disable_so_smscore_register_device_fndecl_21555 smscore_register_device fndecl 0 21555 NULL
++disable_so___erst_read_to_erange_fndecl_21558 __erst_read_to_erange fndecl 0 21558 NULL
++disable_so_smscore_load_firmware_from_file_fndecl_21561 smscore_load_firmware_from_file fndecl 0 21561 NULL
++disable_so_init_queue_fndecl_21563 init_queue fndecl 0 21563 NULL
++disable_so_snd_seq_ioctl_get_queue_client_fndecl_21564 snd_seq_ioctl_get_queue_client fndecl 0 21564 NULL
++disable_so_ocfs2_steal_inode_fndecl_21569 ocfs2_steal_inode fndecl 0 21569 NULL
++disable_so_dma_mask_snd_emu10k1_21570 dma_mask snd_emu10k1 0 21570 NULL
++disable_so_start_resource_21572 start resource 0 21572 NULL
++disable_so_s2255_probe_fndecl_21578 s2255_probe fndecl 0 21578 NULL
++disable_so_pcie_flr_fndecl_21585 pcie_flr fndecl 0 21585 NULL
++disable_so_xfs_buf_map_from_irec_fndecl_21587 xfs_buf_map_from_irec fndecl 0 21587 NULL
++disable_so_usX2Y_In04_init_fndecl_21591 usX2Y_In04_init fndecl 0 21591 NULL
++disable_so_proc_put_long_fndecl_21603 proc_put_long fndecl 0 21603 NULL
++disable_so__ctl_diag_register_2_fndecl_21605 _ctl_diag_register_2 fndecl 0 21605 NULL
++disable_so_eql_enslave_fndecl_21614 eql_enslave fndecl 0 21614 NULL
++disable_so_ceph_x_init_fndecl_21629 ceph_x_init fndecl 0 21629 NULL
++disable_so_dquot_alloc_inode_fndecl_21630 dquot_alloc_inode fndecl 0 21630 NULL
++disable_so_set_array_info_fndecl_21631 set_array_info fndecl 0 21631 NULL
++disable_so_lbs_start_card_fndecl_21633 lbs_start_card fndecl 0 21633 NULL
++disable_so_dev_pm_qos_expose_flags_fndecl_21638 dev_pm_qos_expose_flags fndecl 0 21638 NULL
++disable_so_ieee80211_register_hw_fndecl_21643 ieee80211_register_hw fndecl 0 21643 NULL
++disable_so_machine_constraints_current_fndecl_21662 machine_constraints_current fndecl 0 21662 NULL
++disable_so_overlay_cap_left_vivid_dev_21663 overlay_cap_left vivid_dev 0 21663 NULL
++disable_so_widget_tree_create_fndecl_21677 widget_tree_create fndecl 0 21677 NULL
++disable_so_resync_max_sectors_mddev_21693 resync_max_sectors mddev 0 21693 NULL
++disable_so_nilfs_palloc_get_desc_block_fndecl_21696 nilfs_palloc_get_desc_block fndecl 0 21696 NULL
++disable_so_btc_dpm_init_fndecl_21698 btc_dpm_init fndecl 0 21698 NULL
++disable_so_bond_master_upper_dev_link_fndecl_21701 bond_master_upper_dev_link fndecl 0 21701 NULL
++disable_so_ext4_get_inode_loc_fndecl_21703 ext4_get_inode_loc fndecl 0 21703 NULL
++disable_so_nfsacl_encode_fndecl_21708 nfsacl_encode fndecl 0 21708 NULL
++disable_so_blk_rq_unmap_user_fndecl_21714 blk_rq_unmap_user fndecl 0 21714 NULL
++disable_so_ieee80211_prep_connection_fndecl_21718 ieee80211_prep_connection fndecl 0 21718 NULL
++disable_so_dvb_usb_i2c_init_fndecl_21725 dvb_usb_i2c_init fndecl 0 21725 NULL
++disable_so_ata_host_start_fndecl_21730 ata_host_start fndecl 0 21730 NULL
++disable_so_ceph_crypto_key_clone_fndecl_21734 ceph_crypto_key_clone fndecl 0 21734 NULL
++disable_so_moxa_load_fw_fndecl_21739 moxa_load_fw fndecl 0 21739 NULL
++disable_so_ocrdma_mbx_cmd_fndecl_21740 ocrdma_mbx_cmd fndecl 0 21740 NULL
++disable_so_sdricoh_blockio_fndecl_21744 sdricoh_blockio fndecl 0 21744 NULL
++disable_so___ceph_setxattr_fndecl_21751 __ceph_setxattr fndecl 0 21751 NULL
++disable_so_regmap_get_val_bytes_fndecl_21774 regmap_get_val_bytes fndecl 0 21774 NULL
++disable_so_find_group_dir_fndecl_21790 find_group_dir fndecl 0 21790 NULL
++disable_so_idetape_chrdev_read_fndecl_21794 idetape_chrdev_read fndecl 0 21794 NULL
++disable_so_set_unlock_args_fndecl_21795 set_unlock_args fndecl 0 21795 NULL
++disable_so_ecryptfs_encrypt_and_encode_filename_fndecl_21806 ecryptfs_encrypt_and_encode_filename fndecl 0 21806 NULL
++disable_so_snd_pcm_plug_slave_format_fndecl_21831 snd_pcm_plug_slave_format fndecl 0 21831 NULL
++disable_so_i40e_vsi_alloc_arrays_fndecl_21833 i40e_vsi_alloc_arrays fndecl 0 21833 NULL
++disable_so_submit_single_step_set_feature_fndecl_21835 submit_single_step_set_feature fndecl 0 21835 NULL
++disable_so_bond_slave_info_query_fndecl_21839 bond_slave_info_query fndecl 0 21839 NULL
++disable_so_brcmf_set_wsec_mode_fndecl_21841 brcmf_set_wsec_mode fndecl 0 21841 NULL
++disable_so_snd_interval_refine_last_fndecl_21852 snd_interval_refine_last fndecl 0 21852 NULL
++disable_so_rtsx_pci_transfer_data_fndecl_21860 rtsx_pci_transfer_data fndecl 0 21860 NULL
++disable_so__ore_get_io_state_fndecl_21861 _ore_get_io_state fndecl 0 21861 NULL
++disable_so_ore_read_fndecl_21868 ore_read fndecl 0 21868 NULL
++disable_so_sizeimage_vim2m_q_data_21875 sizeimage vim2m_q_data 0 21875 NULL
++disable_so_mlx4_init_icm_table_fndecl_21876 mlx4_init_icm_table fndecl 0 21876 NULL
++disable_so_mtip_block_initialize_fndecl_21877 mtip_block_initialize fndecl 0 21877 NULL
++disable_so__drbd_send_page_fndecl_21886 _drbd_send_page fndecl 0 21886 NULL
++disable_so_cbq_change_class_fndecl_21887 cbq_change_class fndecl 0 21887 NULL
++disable_so_wl1271_acx_init_mem_config_fndecl_21892 wl1271_acx_init_mem_config fndecl 0 21892 NULL
++disable_so_netdev_master_upper_dev_link_fndecl_21901 netdev_master_upper_dev_link fndecl 0 21901 NULL
++disable_so_inftl_scan_bbt_fndecl_21903 inftl_scan_bbt fndecl 0 21903 NULL
++disable_so_sym_compute_residual_fndecl_21916 sym_compute_residual fndecl 0 21916 NULL
++disable_so_iwl_wait_notification_fndecl_21920 iwl_wait_notification fndecl 0 21920 NULL
++disable_so_membase_pm8001_hba_memspace_21924 membase pm8001_hba_memspace 0 21924 NULL
++disable_so_error_memstick_request_21931 error memstick_request 0 21931 NULL
++disable_so_ocfs2_compute_replay_slots_fndecl_21944 ocfs2_compute_replay_slots fndecl 0 21944 NULL
++disable_so_do_update_counters_fndecl_21952 do_update_counters fndecl 0 21952 NULL
++disable_so_con_font_copy_fndecl_21954 con_font_copy fndecl 0 21954 NULL
++disable_so_sel_write_avc_cache_threshold_fndecl_21955 sel_write_avc_cache_threshold fndecl 0 21955 NULL
++disable_so___ocfs2_journal_access_fndecl_21970 __ocfs2_journal_access fndecl 0 21970 NULL
++disable_so_nand_erase_nand_fndecl_21971 nand_erase_nand fndecl 0 21971 NULL nohasharray
++disable_so_r600_do_cp_idle_fndecl_21971 r600_do_cp_idle fndecl 0 21971 &disable_so_nand_erase_nand_fndecl_21971
++disable_so_mlx4_buddy_init_fndecl_21975 mlx4_buddy_init fndecl 0 21975 NULL
++disable_so_mwifiex_scan_specific_ssid_fndecl_21976 mwifiex_scan_specific_ssid fndecl 0 21976 NULL
++disable_so_length_ib_sge_22002 length ib_sge 0 22002 NULL
++disable_so__iwl_mvm_enable_beacon_filter_fndecl_22004 _iwl_mvm_enable_beacon_filter fndecl 0 22004 NULL
++disable_so_vmci_resource_add_fndecl_22007 vmci_resource_add fndecl 0 22007 NULL
++disable_so_udf_get_last_block_fndecl_22014 udf_get_last_block fndecl 0 22014 NULL
++disable_so_wait_for_avail_fndecl_22028 wait_for_avail fndecl 0 22028 NULL
++disable_so_lpfc_config_port_post_fndecl_22037 lpfc_config_port_post fndecl 0 22037 NULL nohasharray
++disable_so_wusbhc_mmcie_set_fndecl_22037 wusbhc_mmcie_set fndecl 0 22037 &disable_so_lpfc_config_port_post_fndecl_22037
++disable_so_dm_exception_store_set_chunk_size_fndecl_22042 dm_exception_store_set_chunk_size fndecl 0 22042 NULL
++disable_so_hsr_portdev_setup_fndecl_22044 hsr_portdev_setup fndecl 0 22044 NULL
++disable_so_result_wacom_22052 result wacom 0 22052 NULL
++disable_so_efx_mcdi_reset_fndecl_22053 efx_mcdi_reset fndecl 0 22053 NULL
++disable_so_pcxhr_check_reg_bit_fndecl_22067 pcxhr_check_reg_bit fndecl 0 22067 NULL nohasharray
++disable_so_rom_base_qxl_device_22067 rom_base qxl_device 0 22067 &disable_so_pcxhr_check_reg_bit_fndecl_22067
++disable_so_proc_init_fndecl_22093 proc_init fndecl 0 22093 NULL
++disable_so_mlx5_ib_query_srq_fndecl_22103 mlx5_ib_query_srq fndecl 0 22103 NULL
++disable_so_sw_connect_fndecl_22111 sw_connect fndecl 0 22111 NULL
++disable_so_mls_from_string_fndecl_22113 mls_from_string fndecl 0 22113 NULL
++disable_so_hotkey_status_set_fndecl_22123 hotkey_status_set fndecl 0 22123 NULL
++disable_so_softing_pdev_probe_fndecl_22126 softing_pdev_probe fndecl 0 22126 NULL
++disable_so_ore_check_io_fndecl_22131 ore_check_io fndecl 0 22131 NULL
++disable_so_nfs_idmap_prepare_message_fndecl_22147 nfs_idmap_prepare_message fndecl 0 22147 NULL
++disable_so_nl80211_set_coalesce_fndecl_22166 nl80211_set_coalesce fndecl 0 22166 NULL nohasharray
++disable_so_netlbl_domhsh_add_default_fndecl_22166 netlbl_domhsh_add_default fndecl 0 22166 &disable_so_nl80211_set_coalesce_fndecl_22166
++disable_so_vb2_queue_or_prepare_buf_fndecl_22189 vb2_queue_or_prepare_buf fndecl 0 22189 NULL
++disable_so_set_vmixer_gain_fndecl_22193 set_vmixer_gain fndecl 0 22193 NULL
++disable_so_wdt_get_status_fndecl_22200 wdt_get_status fndecl 0 22200 NULL
++disable_so_usbnet_cdc_bind_fndecl_22214 usbnet_cdc_bind fndecl 0 22214 NULL
++disable_so_ipack_device_init_fndecl_22230 ipack_device_init fndecl 0 22230 NULL nohasharray
++disable_so_asd_ms_get_connector_map_fndecl_22230 asd_ms_get_connector_map fndecl 0 22230 &disable_so_ipack_device_init_fndecl_22230
++disable_so_do_dmabuf_dirty_sou_fndecl_22234 do_dmabuf_dirty_sou fndecl 0 22234 NULL
++disable_so_btrfs_add_block_group_cache_fndecl_22235 btrfs_add_block_group_cache fndecl 0 22235 NULL
++disable_so_cx231xx_init_audio_isoc_fndecl_22238 cx231xx_init_audio_isoc fndecl 0 22238 NULL
++disable_so_st_flush_write_buffer_fndecl_22242 st_flush_write_buffer fndecl 0 22242 NULL
++disable_so_mwl8k_post_cmd_fndecl_22243 mwl8k_post_cmd fndecl 0 22243 NULL
++disable_so_hfsplus_asc2uni_fndecl_22252 hfsplus_asc2uni fndecl 0 22252 NULL
++disable_so_qp_alloc_ppn_set_fndecl_22255 qp_alloc_ppn_set fndecl 0 22255 NULL
++disable_so___tty_perform_flush_fndecl_22259 __tty_perform_flush fndecl 0 22259 NULL
++disable_so_first_logical_byte_btrfs_fs_info_22264 first_logical_byte btrfs_fs_info 0 22264 NULL
++disable_so_mwl8k_post_pervif_cmd_fndecl_22265 mwl8k_post_pervif_cmd fndecl 0 22265 NULL
++disable_so_smsc75xx_reset_fndecl_22270 smsc75xx_reset fndecl 0 22270 NULL
++disable_so_snd_ice1712_ews88mt_chip_select_fndecl_22272 snd_ice1712_ews88mt_chip_select fndecl 0 22272 NULL
++disable_so_rsxx_creg_setup_fndecl_22276 rsxx_creg_setup fndecl 0 22276 NULL
++disable_so_eni_init_one_fndecl_22281 eni_init_one fndecl 0 22281 NULL
++disable_so_mspro_block_wait_for_ced_fndecl_22282 mspro_block_wait_for_ced fndecl 0 22282 NULL
++disable_so_gsmld_config_fndecl_22287 gsmld_config fndecl 0 22287 NULL
++disable_so_ilo_ccb_setup_fndecl_22289 ilo_ccb_setup fndecl 0 22289 NULL
++disable_so_sn9c2028_read4_fndecl_22290 sn9c2028_read4 fndecl 0 22290 NULL
++disable_so_csio_hw_flash_wait_op_fndecl_22298 csio_hw_flash_wait_op fndecl 0 22298 NULL
++disable_so_pcm_sanity_check_fndecl_22301 pcm_sanity_check fndecl 0 22301 NULL
++disable_so_cb710_mmc_receive_fndecl_22303 cb710_mmc_receive fndecl 0 22303 NULL
++disable_so_i40e_aq_get_switch_config_fndecl_22308 i40e_aq_get_switch_config fndecl 0 22308 NULL
++disable_so_ns_init_module_fndecl_22310 ns_init_module fndecl 0 22310 NULL
++disable_so_isac_ale_ix1_hw_22313 isac_ale ix1_hw 0 22313 NULL
++disable_so_decode_sessionid_fndecl_22317 decode_sessionid fndecl 0 22317 NULL
++disable_so_snd_asihpi_volume_add_fndecl_22318 snd_asihpi_volume_add fndecl 0 22318 NULL
++disable_so_cx8802_register_driver_fndecl_22323 cx8802_register_driver fndecl 0 22323 NULL
++disable_so_xen_upload_processor_pm_data_fndecl_22332 xen_upload_processor_pm_data fndecl 0 22332 NULL nohasharray
++disable_so_mod_init_fndecl_22332 mod_init fndecl 0 22332 &disable_so_xen_upload_processor_pm_data_fndecl_22332
++disable_so_do_flash_update_fndecl_22336 do_flash_update fndecl 0 22336 NULL
++disable_so_f2fs_getxattr_fndecl_22337 f2fs_getxattr fndecl 0 22337 NULL
++disable_so_xfs_bulkstat_fndecl_22342 xfs_bulkstat fndecl 0 22342 NULL
++disable_so_lpfc_sli_config_port_fndecl_22351 lpfc_sli_config_port fndecl 0 22351 NULL
++disable_so_tlv_put_string_fndecl_22356 tlv_put_string fndecl 0 22356 NULL
++disable_so_wl1251_acx_bet_enable_fndecl_22357 wl1251_acx_bet_enable fndecl 0 22357 NULL
++disable_so_genwqe_alloc_sync_sgl_fndecl_22358 genwqe_alloc_sync_sgl fndecl 0 22358 NULL
++disable_so_kvm_send_userspace_msi_fndecl_22362 kvm_send_userspace_msi fndecl 0 22362 NULL
++disable_so__proc_do_string_fndecl_22363 _proc_do_string fndecl 0 22363 NULL
++disable_so_jbd2_journal_wipe_fndecl_22380 jbd2_journal_wipe fndecl 0 22380 NULL
++disable_so_wl1251_acx_arp_ip_filter_fndecl_22386 wl1251_acx_arp_ip_filter fndecl 0 22386 NULL
++disable_so_ath6kl_bmi_lz_data_fndecl_22397 ath6kl_bmi_lz_data fndecl 0 22397 NULL
++disable_so_btrfs_finish_chunk_alloc_fndecl_22400 btrfs_finish_chunk_alloc fndecl 0 22400 NULL
++disable_so___load_free_space_cache_fndecl_22402 __load_free_space_cache fndecl 0 22402 NULL
++disable_so_btc_copy_vbios_mc_reg_table_fndecl_22406 btc_copy_vbios_mc_reg_table fndecl 0 22406 NULL
++disable_so_twl4030_init_sih_modules_fndecl_22411 twl4030_init_sih_modules fndecl 0 22411 NULL nohasharray
++disable_so_parse_badblocks_fndecl_22411 parse_badblocks fndecl 0 22411 &disable_so_twl4030_init_sih_modules_fndecl_22411
++disable_so_t4_flash_erase_sectors_fndecl_22412 t4_flash_erase_sectors fndecl 0 22412 NULL
++disable_so_gpiod_direction_input_fndecl_22413 gpiod_direction_input fndecl 0 22413 NULL
++disable_so_zatm_init_fndecl_22419 zatm_init fndecl 0 22419 NULL
++disable_so_qgroup_subtree_accounting_fndecl_22437 qgroup_subtree_accounting fndecl 0 22437 NULL
++disable_so_s5p_mfc_init_hw_fndecl_22440 s5p_mfc_init_hw fndecl 0 22440 NULL
++disable_so_mon_bin_ioctl_fndecl_22464 mon_bin_ioctl fndecl 0 22464 NULL
++disable_so_vmbus_sendpacket_fndecl_22469 vmbus_sendpacket fndecl 0 22469 NULL nohasharray
++disable_so_drm_crtc_convert_umode_fndecl_22469 drm_crtc_convert_umode fndecl 0 22469 &disable_so_vmbus_sendpacket_fndecl_22469
++disable_so_dn_dev_insert_ifa_fndecl_22474 dn_dev_insert_ifa fndecl 0 22474 NULL
++disable_so_s_data_blksize_affs_sb_info_22478 s_data_blksize affs_sb_info 0 22478 NULL
++disable_so_validate_lock_args_fndecl_22479 validate_lock_args fndecl 0 22479 NULL
++disable_so_find_group_other_fndecl_22490 find_group_other fndecl 0 22490 NULL
++disable_so_cciss_allocate_cmd_pool_fndecl_22492 cciss_allocate_cmd_pool fndecl 0 22492 NULL
++disable_so_mxt_prepare_cfg_mem_fndecl_22499 mxt_prepare_cfg_mem fndecl 0 22499 NULL
++disable_so_pccard_read_tuple_fndecl_22506 pccard_read_tuple fndecl 0 22506 NULL
++disable_so_matroxfb_enable_irq_fndecl_22511 matroxfb_enable_irq fndecl 0 22511 NULL
++disable_so_ext4_check_all_de_fndecl_22527 ext4_check_all_de fndecl 0 22527 NULL nohasharray
++disable_so_vnic_dev_spec_fndecl_22527 vnic_dev_spec fndecl 0 22527 &disable_so_ext4_check_all_de_fndecl_22527
++disable_so_build_sit_info_fndecl_22528 build_sit_info fndecl 0 22528 NULL
++disable_so_sdio_enable_func_fndecl_22530 sdio_enable_func fndecl 0 22530 NULL
++disable_so_count_pch_gbe_tx_ring_22534 count pch_gbe_tx_ring 0 22534 NULL
++disable_so_user_read_fndecl_22553 user_read fndecl 0 22553 NULL nohasharray
++disable_so_ath6kl_sdio_config_fndecl_22553 ath6kl_sdio_config fndecl 0 22553 &disable_so_user_read_fndecl_22553
++disable_so_max_frame_size_pch_gbe_mac_info_22562 max_frame_size pch_gbe_mac_info 0 22562 NULL
++disable_so_mwifiex_init_sdio_fndecl_22563 mwifiex_init_sdio fndecl 0 22563 NULL
++disable_so_btrfs_trim_fs_fndecl_22579 btrfs_trim_fs fndecl 0 22579 NULL
++disable_so_e1000e_config_hwtstamp_fndecl_22585 e1000e_config_hwtstamp fndecl 0 22585 NULL
++disable_so_push_node_left_fndecl_22588 push_node_left fndecl 0 22588 NULL
++disable_so_c4iw_rdev_open_fndecl_22593 c4iw_rdev_open fndecl 0 22593 NULL
++disable_so_snd_seq_ioctl_set_client_pool_fndecl_22601 snd_seq_ioctl_set_client_pool fndecl 0 22601 NULL
++disable_so_lpfc_bsg_read_ebuf_get_fndecl_22602 lpfc_bsg_read_ebuf_get fndecl 0 22602 NULL
++disable_so_brcmf_fil_cmd_data_get_fndecl_22605 brcmf_fil_cmd_data_get fndecl 0 22605 NULL
++disable_so_snd_pcm_lib_write1_fndecl_22621 snd_pcm_lib_write1 fndecl 0 22621 NULL
++disable_so_em28xx_set_audio_source_fndecl_22623 em28xx_set_audio_source fndecl 0 22623 NULL
++disable_so_try_to_bring_up_master_fndecl_22629 try_to_bring_up_master fndecl 0 22629 NULL nohasharray
++disable_so_channels_snd_pcm_oss_runtime_22629 channels snd_pcm_oss_runtime 0 22629 &disable_so_try_to_bring_up_master_fndecl_22629
++disable_so_buf_height_s5p_mfc_ctx_22637 buf_height s5p_mfc_ctx 0 22637 NULL
++disable_so_snd_hdspm_create_midi_fndecl_22643 snd_hdspm_create_midi fndecl 0 22643 NULL
++disable_so_hci_inquiry_fndecl_22647 hci_inquiry fndecl 0 22647 NULL
++disable_so_tg3_nvram_write_block_buffered_fndecl_22652 tg3_nvram_write_block_buffered fndecl 0 22652 NULL
++disable_so_em_meta_change_fndecl_22662 em_meta_change fndecl 0 22662 NULL
++disable_so_cpia2_read_fndecl_22665 cpia2_read fndecl 0 22665 NULL
++disable_so_mlx4_WRITE_ENTRY_fndecl_22673 mlx4_WRITE_ENTRY fndecl 0 22673 NULL
++disable_so_install_resident_loader_fndecl_22681 install_resident_loader fndecl 0 22681 NULL
++disable_so_smk_parse_long_rule_fndecl_22694 smk_parse_long_rule fndecl 0 22694 NULL
++disable_so_len_vring_desc_22700 len vring_desc 0 22700 NULL
++disable_so_btrfs_insert_file_extent_fndecl_22702 btrfs_insert_file_extent fndecl 0 22702 NULL
++disable_so_kernfs_name_hash_fndecl_22704 kernfs_name_hash fndecl 0 22704 NULL
++disable_so_tail_inbuf_t_22719 tail inbuf_t 0 22719 NULL
++disable_so_iwl_dbgfs_bt_tx_prio_write_fndecl_22726 iwl_dbgfs_bt_tx_prio_write fndecl 0 22726 NULL
++disable_so_intel_ctrl_x86_pmu_22729 intel_ctrl x86_pmu 0 22729 NULL
++disable_so_fpregs_set_fndecl_22730 fpregs_set fndecl 0 22730 NULL
++disable_so_samsung_sabi_init_fndecl_22743 samsung_sabi_init fndecl 0 22743 NULL
++disable_so_drm_fb_helper_single_add_all_connectors_fndecl_22752 drm_fb_helper_single_add_all_connectors fndecl 0 22752 NULL
++disable_so_addr6_resolve_fndecl_22753 addr6_resolve fndecl 0 22753 NULL
++disable_so_ocfs2_alloc_dinode_update_counts_fndecl_22768 ocfs2_alloc_dinode_update_counts fndecl 0 22768 NULL
++disable_so_myri10ge_validate_firmware_fndecl_22784 myri10ge_validate_firmware fndecl 0 22784 NULL
++disable_so_radio_tea5777_init_fndecl_22794 radio_tea5777_init fndecl 0 22794 NULL
++disable_so_vmw_fence_create_fndecl_22798 vmw_fence_create fndecl 0 22798 NULL
++disable_so_c2_qp_set_read_limits_fndecl_22801 c2_qp_set_read_limits fndecl 0 22801 NULL
++disable_so___cpuidle_register_driver_fndecl_22806 __cpuidle_register_driver fndecl 0 22806 NULL
++disable_so_adis_update_scan_mode_fndecl_22812 adis_update_scan_mode fndecl 0 22812 NULL
++disable_so_snd_es1968_create_fndecl_22817 snd_es1968_create fndecl 0 22817 NULL
++disable_so_writeout_fndecl_22818 writeout fndecl 0 22818 NULL nohasharray
++disable_so_mlx4_create_eq_fndecl_22818 mlx4_create_eq fndecl 0 22818 &disable_so_writeout_fndecl_22818
++disable_so_snd_vortex_create_fndecl_22822 snd_vortex_create fndecl 0 22822 NULL
++disable_so_brcmf_bss_roaming_done_fndecl_22832 brcmf_bss_roaming_done fndecl 0 22832 NULL
++disable_so_hiddev_ioctl_string_fndecl_22841 hiddev_ioctl_string fndecl 0 22841 NULL
++disable_so_vnic_dev_get_mac_addr_fndecl_22860 vnic_dev_get_mac_addr fndecl 0 22860 NULL
++disable_so_b43legacy_phy_versioning_fndecl_22862 b43legacy_phy_versioning fndecl 0 22862 NULL nohasharray
++disable_so_sst_fill_and_send_cmd_unlocked_fndecl_22862 sst_fill_and_send_cmd_unlocked fndecl 0 22862 &disable_so_b43legacy_phy_versioning_fndecl_22862
++disable_so_xfs_growfs_data_private_fndecl_22868 xfs_growfs_data_private fndecl 0 22868 NULL
++disable_so_objectid_btrfs_key_22871 objectid btrfs_key 0 22871 NULL
++disable_so_regulatory_hint_found_beacon_fndecl_22881 regulatory_hint_found_beacon fndecl 0 22881 NULL
++disable_so_mpt3sas_base_map_resources_fndecl_22882 mpt3sas_base_map_resources fndecl 0 22882 NULL nohasharray
++disable_so_max_wrs_rds_iw_device_22882 max_wrs rds_iw_device 0 22882 &disable_so_mpt3sas_base_map_resources_fndecl_22882
++disable_so_snd_hdsp_load_firmware_from_cache_fndecl_22903 snd_hdsp_load_firmware_from_cache fndecl 0 22903 NULL nohasharray
++disable_so_snd_azf3328_create_fndecl_22903 snd_azf3328_create fndecl 0 22903 &disable_so_snd_hdsp_load_firmware_from_cache_fndecl_22903
++disable_so_receive_SyncParam_fndecl_22905 receive_SyncParam fndecl 0 22905 NULL
++disable_so_membase_phys_efx_nic_22907 membase_phys efx_nic 0 22907 NULL
++disable_so__nfs4_proc_exchange_id_fndecl_22910 _nfs4_proc_exchange_id fndecl 0 22910 NULL
++disable_so_port100_send_frame_async_fndecl_22927 port100_send_frame_async fndecl 0 22927 NULL
++disable_so_create_hw_obj_fndecl_22932 create_hw_obj fndecl 0 22932 NULL
++disable_so_ssb_pcihost_probe_fndecl_22936 ssb_pcihost_probe fndecl 0 22936 NULL
++disable_so_usb_parse_interface_fndecl_22946 usb_parse_interface fndecl 0 22946 NULL
++disable_so_check_overlay_dst_fndecl_22951 check_overlay_dst fndecl 0 22951 NULL
++disable_so_lpfc_fof_queue_setup_fndecl_22955 lpfc_fof_queue_setup fndecl 0 22955 NULL
++disable_so_hid_pidff_init_fndecl_22958 hid_pidff_init fndecl 0 22958 NULL
++disable_so_pb0100_init_controls_fndecl_22964 pb0100_init_controls fndecl 0 22964 NULL
++disable_so_alloc_seq_queue_fndecl_22971 alloc_seq_queue fndecl 0 22971 NULL
++disable_so_port_rcvegrbuf_chunks_ipath_portdata_22973 port_rcvegrbuf_chunks ipath_portdata 0 22973 NULL
++disable_so___mlx4_register_vlan_fndecl_22985 __mlx4_register_vlan fndecl 0 22985 NULL
++disable_so_acpi_battery_write_alarm_fndecl_22987 acpi_battery_write_alarm fndecl 0 22987 NULL
++disable_so_snd_hdac_read_fndecl_22990 snd_hdac_read fndecl 0 22990 NULL
++disable_so_ufx_lite_reset_fndecl_22992 ufx_lite_reset fndecl 0 22992 NULL
++disable_so_mlx4_table_get_fndecl_22993 mlx4_table_get fndecl 0 22993 NULL
++disable_so_dvb_register_adapter_fndecl_23000 dvb_register_adapter fndecl 0 23000 NULL
++disable_so_xhci_check_maxpacket_fndecl_23002 xhci_check_maxpacket fndecl 0 23002 NULL
++disable_so_rocker_group_l2_fan_out_fndecl_23010 rocker_group_l2_fan_out fndecl 0 23010 NULL
++disable_so_open_inline_log_fndecl_23021 open_inline_log fndecl 0 23021 NULL
++disable_so_qlcnic_sriov_alloc_bc_mbx_args_fndecl_23042 qlcnic_sriov_alloc_bc_mbx_args fndecl 0 23042 NULL
++disable_so_trailen_authenc_esn_request_ctx_23047 trailen authenc_esn_request_ctx 0 23047 NULL
++disable_so_i40e_allocate_dma_mem_d_fndecl_23049 i40e_allocate_dma_mem_d fndecl 0 23049 NULL
++disable_so_mpt3sas_config_get_volume_handle_fndecl_23053 mpt3sas_config_get_volume_handle fndecl 0 23053 NULL
++disable_so_genfs_read_fndecl_23054 genfs_read fndecl 0 23054 NULL
++disable_so_shdma_setup_slave_fndecl_23060 shdma_setup_slave fndecl 0 23060 NULL
++disable_so_mmc_test_area_fill_fndecl_23061 mmc_test_area_fill fndecl 0 23061 NULL
++disable_so_ni_populate_sclk_value_fndecl_23068 ni_populate_sclk_value fndecl 0 23068 NULL
++disable_so_to_clkrc_fndecl_23074 to_clkrc fndecl 0 23074 NULL
++disable_so_bnx2_nvram_erase_page_fndecl_23079 bnx2_nvram_erase_page fndecl 0 23079 NULL
++disable_so_set_lcd_brightness_fndecl_23092 set_lcd_brightness fndecl 0 23092 NULL
++disable_so_bnx2x_nvram_read32_fndecl_23100 bnx2x_nvram_read32 fndecl 0 23100 NULL
++disable_so_warrior_connect_fndecl_23115 warrior_connect fndecl 0 23115 NULL
++disable_so_snd_cs4281_create_fndecl_23120 snd_cs4281_create fndecl 0 23120 NULL
++disable_so_sq_max_sges_c4iw_qp_attributes_23123 sq_max_sges c4iw_qp_attributes 0 23123 NULL
++disable_so_cx231xx_init_audio_bulk_fndecl_23133 cx231xx_init_audio_bulk fndecl 0 23133 NULL
++disable_so_thin_ctr_fndecl_23135 thin_ctr fndecl 0 23135 NULL
++disable_so_rtsx_usb_ms_issue_cmd_fndecl_23136 rtsx_usb_ms_issue_cmd fndecl 0 23136 NULL
++disable_so_mxr_acquire_plat_resources_fndecl_23150 mxr_acquire_plat_resources fndecl 0 23150 NULL
++disable_so_dvb_usb_adapter_dvb_init_fndecl_23152 dvb_usb_adapter_dvb_init fndecl 0 23152 NULL nohasharray
++disable_so_sock_getsockopt_fndecl_23152 sock_getsockopt fndecl 0 23152 &disable_so_dvb_usb_adapter_dvb_init_fndecl_23152
++disable_so_memblock_alloc_base_fndecl_23169 memblock_alloc_base fndecl 0 23169 NULL nohasharray
++disable_so_MaxIoCommands_aac_init_23169 MaxIoCommands aac_init 0 23169 &disable_so_memblock_alloc_base_fndecl_23169
++disable_so_xfs_sb_verify_fndecl_23173 xfs_sb_verify fndecl 0 23173 NULL
++disable_so_nvif_object_sclass_fndecl_23175 nvif_object_sclass fndecl 0 23175 NULL
++disable_so_dvbv3_set_delivery_system_fndecl_23206 dvbv3_set_delivery_system fndecl 0 23206 NULL
++disable_so___logfs_delete_fndecl_23208 __logfs_delete fndecl 0 23208 NULL
++disable_so_ttusb_probe_fndecl_23217 ttusb_probe fndecl 0 23217 NULL
++disable_so___assign_irq_vector_fndecl_23226 __assign_irq_vector fndecl 0 23226 NULL
++disable_so__major_vardecl_dm_c_23233 _major vardecl_dm.c 0 23233 NULL
++disable_so_usb_get_status_fndecl_23239 usb_get_status fndecl 0 23239 NULL
++disable_so_dir_per_block_bits_msdos_sb_info_23245 dir_per_block_bits msdos_sb_info 0 23245 NULL
++disable_so_ebitmap_read_fndecl_23268 ebitmap_read fndecl 0 23268 NULL
++disable_so_adi_connect_fndecl_23270 adi_connect fndecl 0 23270 NULL
++disable_so_snd_compr_get_metadata_fndecl_23281 snd_compr_get_metadata fndecl 0 23281 NULL
++disable_so_nv50_fence_create_fndecl_23283 nv50_fence_create fndecl 0 23283 NULL
++disable_so_ino_node_info_23289 ino node_info 0 23289 NULL
++disable_so_gsmtty_ioctl_fndecl_23293 gsmtty_ioctl fndecl 0 23293 NULL
++disable_so_device_check_fndecl_23306 device_check fndecl 0 23306 NULL
++disable_so___ww_mutex_lock_interruptible_fndecl_23308 __ww_mutex_lock_interruptible fndecl 0 23308 NULL
++disable_so_default_mtd_writev_fndecl_23319 default_mtd_writev fndecl 0 23319 NULL
++disable_so_snd_timer_global_register_fndecl_23326 snd_timer_global_register fndecl 0 23326 NULL
++disable_so_extent_from_logical_fndecl_23330 extent_from_logical fndecl 0 23330 NULL
++disable_so_ipmi_unregister_for_cmd_fndecl_23336 ipmi_unregister_for_cmd fndecl 0 23336 NULL
++disable_so_smscore_start_device_fndecl_23345 smscore_start_device fndecl 0 23345 NULL
++disable_so_ssu100_open_fndecl_23350 ssu100_open fndecl 0 23350 NULL
++disable_so_pci_iov_virtfn_devfn_fndecl_23353 pci_iov_virtfn_devfn fndecl 0 23353 NULL
++disable_so_ioctl_allocate_fndecl_23355 ioctl_allocate fndecl 0 23355 NULL
++disable_so_bfad_iocmd_handler_fndecl_23357 bfad_iocmd_handler fndecl 0 23357 NULL
++disable_so_vxres_crtc_23359 vxres crtc 0 23359 NULL nohasharray
++disable_so___rtc_set_alarm_fndecl_23359 __rtc_set_alarm fndecl 0 23359 &disable_so_vxres_crtc_23359
++disable_so_wl1271_ap_init_deauth_template_fndecl_23362 wl1271_ap_init_deauth_template fndecl 0 23362 NULL
++disable_so_amd_iommu_domain_enable_v2_fndecl_23368 amd_iommu_domain_enable_v2 fndecl 0 23368 NULL
++disable_so_default_blksize_st_modedef_23371 default_blksize st_modedef 0 23371 NULL
++disable_so_vfio_dma_do_unmap_fndecl_23395 vfio_dma_do_unmap fndecl 0 23395 NULL
++disable_so_tpm_send_fndecl_23396 tpm_send fndecl 0 23396 NULL
++disable_so_ipwireless_attach_fndecl_23403 ipwireless_attach fndecl 0 23403 NULL
++disable_so_numerator_v4l2_fract_23413 numerator v4l2_fract 0 23413 NULL
++disable_so_run_delayed_extent_op_fndecl_23414 run_delayed_extent_op fndecl 0 23414 NULL
++disable_so_rsb_insert_fndecl_23415 rsb_insert fndecl 0 23415 NULL
++disable_so_mlx4_alloc_eq_table_fndecl_23418 mlx4_alloc_eq_table fndecl 0 23418 NULL
++disable_so_max_snd_interval_23422 max snd_interval 0 23422 NULL
++disable_so___qib_get_user_pages_fndecl_23426 __qib_get_user_pages fndecl 0 23426 NULL
++disable_so_mei_cl_recv_fndecl_23442 mei_cl_recv fndecl 0 23442 NULL
++disable_so_sony_nc_thermal_mode_get_fndecl_23443 sony_nc_thermal_mode_get fndecl 0 23443 NULL
++disable_so_ethtool_get_eeprom_fndecl_23446 ethtool_get_eeprom fndecl 0 23446 NULL
++disable_so_seg_size_wa_xfer_23450 seg_size wa_xfer 0 23450 NULL
++disable_so_ocfs2_reserve_new_inode_fndecl_23458 ocfs2_reserve_new_inode fndecl 0 23458 NULL
++disable_so_ufx_blank_fndecl_23464 ufx_blank fndecl 0 23464 NULL
++disable_so_sl811_cs_probe_fndecl_23469 sl811_cs_probe fndecl 0 23469 NULL
++disable_so_drbd_adm_net_opts_fndecl_23471 drbd_adm_net_opts fndecl 0 23471 NULL
++disable_so_hermes_program_fndecl_23485 hermes_program fndecl 0 23485 NULL
++disable_so_cw1200_reg_read_fndecl_23491 cw1200_reg_read fndecl 0 23491 NULL
++disable_so_mptfc_probe_fndecl_23493 mptfc_probe fndecl 0 23493 NULL
++disable_so_iwlagn_suspend_fndecl_23494 iwlagn_suspend fndecl 0 23494 NULL
++disable_so_mxt_read_and_process_messages_fndecl_23502 mxt_read_and_process_messages fndecl 0 23502 NULL
++disable_so_zd1201_getconfig_fndecl_23519 zd1201_getconfig fndecl 0 23519 NULL
++disable_so___genwqe_enqueue_ddcb_fndecl_23525 __genwqe_enqueue_ddcb fndecl 0 23525 NULL
++disable_so_init_irq_fndecl_23530 init_irq fndecl 0 23530 NULL
++disable_so_parse_strings_fndecl_23535 parse_strings fndecl 0 23535 NULL
++disable_so_mem_size_pch_dev_23541 mem_size pch_dev 0 23541 NULL
++disable_so_ebt_size_mwt_fndecl_23547 ebt_size_mwt fndecl 0 23547 NULL nohasharray
++disable_so_blkfront_setup_indirect_fndecl_23547 blkfront_setup_indirect fndecl 0 23547 &disable_so_ebt_size_mwt_fndecl_23547
++disable_so___mlx4_qp_reserve_range_fndecl_23550 __mlx4_qp_reserve_range fndecl 0 23550 NULL nohasharray
++disable_so_inode_no_exofs_dir_entry_23550 inode_no exofs_dir_entry 0 23550 &disable_so___mlx4_qp_reserve_range_fndecl_23550
++disable_so_xfs_dabuf_map_fndecl_23558 xfs_dabuf_map fndecl 0 23558 NULL
++disable_so_ecryptfs_find_global_auth_tok_for_sig_fndecl_23563 ecryptfs_find_global_auth_tok_for_sig fndecl 0 23563 NULL
++disable_so_sctp_assoc_set_bind_addr_from_ep_fndecl_23572 sctp_assoc_set_bind_addr_from_ep fndecl 0 23572 NULL
++disable_so_rx_max_size_cxgbi_device_23582 rx_max_size cxgbi_device 0 23582 NULL
++disable_so_ttusb_dec_start_sec_feed_fndecl_23585 ttusb_dec_start_sec_feed fndecl 0 23585 NULL
++disable_so_tipc_skb_tailroom_fndecl_23586 tipc_skb_tailroom fndecl 0 23586 NULL
++disable_so_wl1251_cmd_interrogate_fndecl_23588 wl1251_cmd_interrogate fndecl 0 23588 NULL
++disable_so_eeprom_ptov_fndecl_23589 eeprom_ptov fndecl 0 23589 NULL nohasharray
++disable_so_platform_device_add_data_fndecl_23589 platform_device_add_data fndecl 0 23589 &disable_so_eeprom_ptov_fndecl_23589
++disable_so_lirc_cdev_add_fndecl_23605 lirc_cdev_add fndecl 0 23605 NULL
++disable_so_i40e_config_asq_regs_fndecl_23608 i40e_config_asq_regs fndecl 0 23608 NULL
++disable_so_snd_rawmidi_info_select_user_fndecl_23616 snd_rawmidi_info_select_user fndecl 0 23616 NULL
++disable_so_send_cmd_write_baud_rate_fndecl_23620 send_cmd_write_baud_rate fndecl 0 23620 NULL
++disable_so_mthca_alloc_fndecl_23622 mthca_alloc fndecl 0 23622 NULL
++disable_so_drbg_seed_fndecl_23631 drbg_seed fndecl 0 23631 NULL
++disable_so_snd_seq_delete_port_fndecl_23633 snd_seq_delete_port fndecl 0 23633 NULL
++disable_so_btrfs_calc_avail_data_space_fndecl_23642 btrfs_calc_avail_data_space fndecl 0 23642 NULL
++disable_so_initio_probe_one_fndecl_23644 initio_probe_one fndecl 0 23644 NULL
++disable_so_map_urb_for_dma_fndecl_23647 map_urb_for_dma fndecl 0 23647 NULL nohasharray
++disable_so_netdev_get_name_fndecl_23647 netdev_get_name fndecl 0 23647 &disable_so_map_urb_for_dma_fndecl_23647
++disable_so_snd_mixart_setup_firmware_fndecl_23657 snd_mixart_setup_firmware fndecl 0 23657 NULL
++disable_so_add_automute_mode_enum_fndecl_23665 add_automute_mode_enum fndecl 0 23665 NULL nohasharray
++disable_so_DMAbuf_getrdbuffer_fndecl_23665 DMAbuf_getrdbuffer fndecl 0 23665 &disable_so_add_automute_mode_enum_fndecl_23665
++disable_so_if_spi_prog_main_firmware_fndecl_23674 if_spi_prog_main_firmware fndecl 0 23674 NULL nohasharray
++disable_so_mlx5_core_access_reg_fndecl_23674 mlx5_core_access_reg fndecl 0 23674 &disable_so_if_spi_prog_main_firmware_fndecl_23674
++disable_so_ebitmap_cpy_fndecl_23688 ebitmap_cpy fndecl 0 23688 NULL
++disable_so___bitmap_parselist_fndecl_23689 __bitmap_parselist fndecl 0 23689 NULL nohasharray
++disable_so_aio_read_events_ring_fndecl_23689 aio_read_events_ring fndecl 0 23689 &disable_so___bitmap_parselist_fndecl_23689 nohasharray
++disable_so_vnic_dev_init_fndecl_23689 vnic_dev_init fndecl 0 23689 &disable_so_aio_read_events_ring_fndecl_23689
++disable_so_size_ubifs_ino_node_23699 size ubifs_ino_node 0 23699 NULL
++disable_so_interrupt_out_endpoint_size_ld_usb_23705 interrupt_out_endpoint_size ld_usb 0 23705 NULL
++disable_so_gp2ap020a00f_exec_cmd_fndecl_23708 gp2ap020a00f_exec_cmd fndecl 0 23708 NULL
++disable_so_drm_atomic_plane_get_property_fndecl_23712 drm_atomic_plane_get_property fndecl 0 23712 NULL
++disable_so_tx_wait_done_fndecl_23720 tx_wait_done fndecl 0 23720 NULL
++disable_so_efx_ef10_filter_insert_fndecl_23723 efx_ef10_filter_insert fndecl 0 23723 NULL
++disable_so_moxa_load_320b_fndecl_23731 moxa_load_320b fndecl 0 23731 NULL
++disable_so___jffs2_flush_wbuf_fndecl_23735 __jffs2_flush_wbuf fndecl 0 23735 NULL
++disable_so_translate_table_fndecl_23742 translate_table fndecl 0 23742 NULL
++disable_so_regcache_lzo_compress_fndecl_23747 regcache_lzo_compress fndecl 0 23747 NULL
++disable_so_writesize_acm_23756 writesize acm 0 23756 NULL
++disable_so_videobuf_streamon_fndecl_23798 videobuf_streamon fndecl 0 23798 NULL
++disable_so_nvme_trans_modesel_data_fndecl_23803 nvme_trans_modesel_data fndecl 0 23803 NULL
++disable_so_storvsc_connect_to_vsp_fndecl_23813 storvsc_connect_to_vsp fndecl 0 23813 NULL
++disable_so_pcxhr_create_mixer_fndecl_23817 pcxhr_create_mixer fndecl 0 23817 NULL
++disable_so_snd_hwdep_new_fndecl_23819 snd_hwdep_new fndecl 0 23819 NULL
++disable_so_ocfs2_get_refcount_tree_fndecl_23824 ocfs2_get_refcount_tree fndecl 0 23824 NULL nohasharray
++disable_so_bmp085_detect_fndecl_23824 bmp085_detect fndecl 0 23824 &disable_so_ocfs2_get_refcount_tree_fndecl_23824
++disable_so_iwl_set_tx_power_fndecl_23826 iwl_set_tx_power fndecl 0 23826 NULL nohasharray
++disable_so_nbytes_ahash_request_23826 nbytes ahash_request 0 23826 &disable_so_iwl_set_tx_power_fndecl_23826
++disable_so_ct_mixer_create_fndecl_23837 ct_mixer_create fndecl 0 23837 NULL
++disable_so_iscsit_build_sendtargets_response_fndecl_23839 iscsit_build_sendtargets_response fndecl 0 23839 NULL
++disable_so_iwlagn_rxon_connect_fndecl_23846 iwlagn_rxon_connect fndecl 0 23846 NULL
++disable_so___do_proc_doulongvec_minmax_fndecl_23874 __do_proc_doulongvec_minmax fndecl 0 23874 NULL
++disable_so_uwb_rsv_setup_fndecl_23877 uwb_rsv_setup fndecl 0 23877 NULL
++disable_so_logi_dj_recv_send_report_fndecl_23882 logi_dj_recv_send_report fndecl 0 23882 NULL nohasharray
++disable_so_x25_asy_open_fndecl_23882 x25_asy_open fndecl 0 23882 &disable_so_logi_dj_recv_send_report_fndecl_23882
++disable_so_kvm_iommu_map_guest_fndecl_23884 kvm_iommu_map_guest fndecl 0 23884 NULL
++disable_so_mm_take_all_locks_fndecl_23890 mm_take_all_locks fndecl 0 23890 NULL nohasharray
++disable_so_bytes_snd_dma_buffer_23890 bytes snd_dma_buffer 0 23890 &disable_so_mm_take_all_locks_fndecl_23890
++disable_so_quota_getxstatev_fndecl_23899 quota_getxstatev fndecl 0 23899 NULL
++disable_so_xfs_ioc_fsgeometry_v1_fndecl_23903 xfs_ioc_fsgeometry_v1 fndecl 0 23903 NULL
++disable_so_nilfs_transaction_commit_fndecl_23908 nilfs_transaction_commit fndecl 0 23908 NULL
++disable_so_write_all_supers_fndecl_23910 write_all_supers fndecl 0 23910 NULL
++disable_so_intel_crtc_page_flip_fndecl_23911 intel_crtc_page_flip fndecl 0 23911 NULL
++disable_so_carl9170_register_fndecl_23913 carl9170_register fndecl 0 23913 NULL
++disable_so_error_receiving_pkg_23916 error receiving_pkg 0 23916 NULL
++disable_so_is_valid_soft_transition_fndecl_23918 is_valid_soft_transition fndecl 0 23918 NULL
++disable_so_sys_sendmmsg_fndecl_23922 sys_sendmmsg fndecl 0 23922 NULL
++disable_so_acpi_battery_add_fs_fndecl_23940 acpi_battery_add_fs fndecl 0 23940 NULL
++disable_so_guillemot_connect_fndecl_23945 guillemot_connect fndecl 0 23945 NULL
++disable_so_daio_mgr_create_fndecl_23947 daio_mgr_create fndecl 0 23947 NULL
++disable_so_pvr2_buffer_queue_fndecl_23974 pvr2_buffer_queue fndecl 0 23974 NULL
++disable_so_drm_atomic_connector_get_property_fndecl_23984 drm_atomic_connector_get_property fndecl 0 23984 NULL
++disable_so_vsync_len_fb_var_screeninfo_23987 vsync_len fb_var_screeninfo 0 23987 NULL
++disable_so_length_acpi_object_string_23992 length acpi_object_string 0 23992 NULL
++disable_so_pci_request_selected_regions_fndecl_23994 pci_request_selected_regions fndecl 0 23994 NULL
++disable_so_t4vf_get_rss_glb_config_fndecl_23999 t4vf_get_rss_glb_config fndecl 0 23999 NULL
++disable_so___pn533_send_async_fndecl_24001 __pn533_send_async fndecl 0 24001 NULL
++disable_so_create_bind_cap_vol_ctl_fndecl_24002 create_bind_cap_vol_ctl fndecl 0 24002 NULL
++disable_so_sb1000_get_PIDs_fndecl_24007 sb1000_get_PIDs fndecl 0 24007 NULL
++disable_so_get_array_info_fndecl_24011 get_array_info fndecl 0 24011 NULL
++disable_so_ath6kl_wmi_bssfilter_cmd_fndecl_24014 ath6kl_wmi_bssfilter_cmd fndecl 0 24014 NULL nohasharray
++disable_so_tcp_skb_seglen_fndecl_24014 tcp_skb_seglen fndecl 0 24014 &disable_so_ath6kl_wmi_bssfilter_cmd_fndecl_24014
++disable_so_xfs_bmap_btalloc_fndecl_24019 xfs_bmap_btalloc fndecl 0 24019 NULL
++disable_so_drbd_send_ack_fndecl_24022 drbd_send_ack fndecl 0 24022 NULL
++disable_so_dbg_leb_map_fndecl_24031 dbg_leb_map fndecl 0 24031 NULL
++disable_so_ore_write_fndecl_24032 ore_write fndecl 0 24032 NULL
++disable_so_erase_shift_mmc_card_24051 erase_shift mmc_card 0 24051 NULL
++disable_so_osst_int_ioctl_fndecl_24052 osst_int_ioctl fndecl 0 24052 NULL
++disable_so_netlbl_unlhsh_remove_fndecl_24062 netlbl_unlhsh_remove fndecl 0 24062 NULL
++disable_so_jbd2_journal_dirty_metadata_fndecl_24067 jbd2_journal_dirty_metadata fndecl 0 24067 NULL
++disable_so___resolve_indirect_refs_fndecl_24085 __resolve_indirect_refs fndecl 0 24085 NULL nohasharray
++disable_so_bnep_sock_ioctl_fndecl_24085 bnep_sock_ioctl fndecl 0 24085 &disable_so___resolve_indirect_refs_fndecl_24085
++disable_so_dbg_check_tnc_fndecl_24088 dbg_check_tnc fndecl 0 24088 NULL
++disable_so_radeon_atom_get_clock_dividers_fndecl_24091 radeon_atom_get_clock_dividers fndecl 0 24091 NULL
++disable_so_do_vcc_ioctl_fndecl_24098 do_vcc_ioctl fndecl 0 24098 NULL
++disable_so_max_ib_mtu_ipoib_dev_priv_24105 max_ib_mtu ipoib_dev_priv 0 24105 NULL
++disable_so_init_victim_secmap_fndecl_24113 init_victim_secmap fndecl 0 24113 NULL
++disable_so_driver_sysfs_add_fndecl_24122 driver_sysfs_add fndecl 0 24122 NULL
++disable_so___tipc_nl_compat_doit_fndecl_24133 __tipc_nl_compat_doit fndecl 0 24133 NULL
++disable_so_inet_ctl_sock_create_fndecl_24137 inet_ctl_sock_create fndecl 0 24137 NULL
++disable_so_segs_wa_xfer_24141 segs wa_xfer 0 24141 NULL
++disable_so_reqbufs_output_fndecl_24143 reqbufs_output fndecl 0 24143 NULL
++disable_so_check_mf_symlink_fndecl_24146 check_mf_symlink fndecl 0 24146 NULL
++disable_so_load_asic_generic_fndecl_24151 load_asic_generic fndecl 0 24151 NULL
++disable_so_iuu_uart_on_fndecl_24161 iuu_uart_on fndecl 0 24161 NULL
++disable_so_top_v4l2_rect_24176 top v4l2_rect 0 24176 NULL
++disable_so_pcmcia_read_cis_mem_fndecl_24181 pcmcia_read_cis_mem fndecl 0 24181 NULL
++disable_so_hfsplus_setxattr_fndecl_24182 hfsplus_setxattr fndecl 0 24182 NULL
++disable_so_parse_origin_dev_fndecl_24183 parse_origin_dev fndecl 0 24183 NULL
++disable_so_link_mem_sections_fndecl_24189 link_mem_sections fndecl 0 24189 NULL
++disable_so___reqbufs_fndecl_24202 __reqbufs fndecl 0 24202 NULL
++disable_so_regulator_bulk_enable_fndecl_24212 regulator_bulk_enable fndecl 0 24212 NULL
++disable_so_ieee80211_start_sw_scan_fndecl_24213 ieee80211_start_sw_scan fndecl 0 24213 NULL
++disable_so_read_local_ssp_oob_req_fndecl_24216 read_local_ssp_oob_req fndecl 0 24216 NULL
++disable_so_mixart_first_init_fndecl_24234 mixart_first_init fndecl 0 24234 NULL
++disable_so_pcicfg_base_sst_pdata_24243 pcicfg_base sst_pdata 0 24243 NULL
++disable_so_cx23885_risc_databuffer_fndecl_24257 cx23885_risc_databuffer fndecl 0 24257 NULL
++disable_so_rts_thresh_orinoco_private_24258 rts_thresh orinoco_private 0 24258 NULL
++disable_so_intel_fbdev_init_fndecl_24264 intel_fbdev_init fndecl 0 24264 NULL
++disable_so_kone_get_profile_fndecl_24270 kone_get_profile fndecl 0 24270 NULL
++disable_so_dvb_usbv2_adapter_frontend_init_fndecl_24281 dvb_usbv2_adapter_frontend_init fndecl 0 24281 NULL
++disable_so___drm_modeset_lock_all_fndecl_24284 __drm_modeset_lock_all fndecl 0 24284 NULL
++disable_so_ocfs2_info_scan_inode_alloc_fndecl_24310 ocfs2_info_scan_inode_alloc fndecl 0 24310 NULL
++disable_so_init_vq_fndecl_24313 init_vq fndecl 0 24313 NULL
++disable_so_pch_udc_create_dma_chain_fndecl_24314 pch_udc_create_dma_chain fndecl 0 24314 NULL
++disable_so__snd_pcm_hw_param_first_fndecl_24343 _snd_pcm_hw_param_first fndecl 0 24343 NULL
++disable_so_ocfs2_validate_meta_ecc_bhs_fndecl_24348 ocfs2_validate_meta_ecc_bhs fndecl 0 24348 NULL nohasharray
++disable_so_sdio_claim_irq_fndecl_24348 sdio_claim_irq fndecl 0 24348 &disable_so_ocfs2_validate_meta_ecc_bhs_fndecl_24348
++disable_so_ib_device_register_sysfs_fndecl_24354 ib_device_register_sysfs fndecl 0 24354 NULL
++disable_so_wl12xx_cmd_role_stop_ap_fndecl_24356 wl12xx_cmd_role_stop_ap fndecl 0 24356 NULL
++disable_so_i1480_fw_is_running_q_fndecl_24363 i1480_fw_is_running_q fndecl 0 24363 NULL
++disable_so_dst_h_yuv_frame_info_24364 dst_h yuv_frame_info 0 24364 NULL
++disable_so_broadsheet_spiflash_read_range_fndecl_24368 broadsheet_spiflash_read_range fndecl 0 24368 NULL
++disable_so_do_unregister_framebuffer_fndecl_24369 do_unregister_framebuffer fndecl 0 24369 NULL
++disable_so_dspio_write_multiple_fndecl_24378 dspio_write_multiple fndecl 0 24378 NULL
++disable_so_i1480_pre_fw_upload_fndecl_24382 i1480_pre_fw_upload fndecl 0 24382 NULL
++disable_so_rproc_handle_carveout_fndecl_24387 rproc_handle_carveout fndecl 0 24387 NULL
++disable_so_altera_execute_fndecl_24393 altera_execute fndecl 0 24393 NULL
++disable_so_wl1251_acx_wr_tbtt_and_dtim_fndecl_24394 wl1251_acx_wr_tbtt_and_dtim fndecl 0 24394 NULL
++disable_so_tail_sk_buff_24399 tail sk_buff 0 24399 NULL
++disable_so_fw_base_sst_pdata_24402 fw_base sst_pdata 0 24402 NULL
++disable_so_read_rom_fndecl_24403 read_rom fndecl 0 24403 NULL
++disable_so_fb_check_caps_fndecl_24410 fb_check_caps fndecl 0 24410 NULL
++disable_so_rsxx_dma_ctrl_init_fndecl_24415 rsxx_dma_ctrl_init fndecl 0 24415 NULL
++disable_so_md_ioctl_fndecl_24418 md_ioctl fndecl 0 24418 NULL
++disable_so_bus_for_each_drv_fndecl_24425 bus_for_each_drv fndecl 0 24425 NULL
++disable_so_rtl8187_probe_fndecl_24427 rtl8187_probe fndecl 0 24427 NULL
++disable_so_i40e_get_capabilities_fndecl_24431 i40e_get_capabilities fndecl 0 24431 NULL
++disable_so_size_tty_buffer_24438 size tty_buffer 0 24438 NULL
++disable_so_genwqe_pin_mem_fndecl_24439 genwqe_pin_mem fndecl 0 24439 NULL
++disable_so_btrfs_add_system_chunk_fndecl_24440 btrfs_add_system_chunk fndecl 0 24440 NULL
++disable_so_sb_init_legacy_fndecl_24448 sb_init_legacy fndecl 0 24448 NULL
++disable_so_nvif_notify_new_fndecl_24460 nvif_notify_new fndecl 0 24460 NULL
++disable_so_drbd_bm_find_next_fndecl_24464 drbd_bm_find_next fndecl 0 24464 NULL
++disable_so_con_insert_unipair_fndecl_24468 con_insert_unipair fndecl 0 24468 NULL
++disable_so_unlink_queued_fndecl_24470 unlink_queued fndecl 0 24470 NULL
++disable_so_device_bind_driver_fndecl_24472 device_bind_driver fndecl 0 24472 NULL
++disable_so_evdev_ungrab_fndecl_24475 evdev_ungrab fndecl 0 24475 NULL
++disable_so_tg3_nvram_read_fndecl_24485 tg3_nvram_read fndecl 0 24485 NULL
++disable_so_matroxfb_dh_ioctl_fndecl_24489 matroxfb_dh_ioctl fndecl 0 24489 NULL nohasharray
++disable_so_vfio_cap_init_fndecl_24489 vfio_cap_init fndecl 0 24489 &disable_so_matroxfb_dh_ioctl_fndecl_24489 nohasharray
++disable_so_shim_phy_add_intel_sst_drv_24489 shim_phy_add intel_sst_drv 0 24489 &disable_so_vfio_cap_init_fndecl_24489
++disable_so_check_match_fndecl_24490 check_match fndecl 0 24490 NULL
++disable_so_snd_seq_cell_alloc_fndecl_24491 snd_seq_cell_alloc fndecl 0 24491 NULL
++disable_so_idt77252_init_tx_fndecl_24505 idt77252_init_tx fndecl 0 24505 NULL
++disable_so_ecryptfs_get_lower_file_fndecl_24519 ecryptfs_get_lower_file fndecl 0 24519 NULL
++disable_so_sctp_setsockopt_peer_addr_params_fndecl_24525 sctp_setsockopt_peer_addr_params fndecl 0 24525 NULL
++disable_so_mxuport_download_fw_fndecl_24527 mxuport_download_fw fndecl 0 24527 NULL
++disable_so_rocker_port_ig_tbl_fndecl_24534 rocker_port_ig_tbl fndecl 0 24534 NULL
++disable_so_add_stereo_sw_fndecl_24552 add_stereo_sw fndecl 0 24552 NULL
++disable_so_ptrace_getsiginfo_fndecl_24555 ptrace_getsiginfo fndecl 0 24555 NULL
++disable_so_srp_send_req_fndecl_24575 srp_send_req fndecl 0 24575 NULL
++disable_so__conn_request_state_fndecl_24576 _conn_request_state fndecl 0 24576 NULL
++disable_so_security_old_inode_init_security_fndecl_24577 security_old_inode_init_security fndecl 0 24577 NULL nohasharray
++disable_so_isdn_ioctl_fndecl_24577 isdn_ioctl fndecl 0 24577 &disable_so_security_old_inode_init_security_fndecl_24577
++disable_so_joydev_handle_JSIOCSBTNMAP_fndecl_24584 joydev_handle_JSIOCSBTNMAP fndecl 0 24584 NULL
++disable_so_mgmt_exec_nonemb_cmd_fndecl_24591 mgmt_exec_nonemb_cmd fndecl 0 24591 NULL
++disable_so_mic_map_fndecl_24593 mic_map fndecl 0 24593 NULL
++disable_so_img_width_zoran_jpg_settings_24594 img_width zoran_jpg_settings 0 24594 NULL
++disable_so_set_regdom_fndecl_24600 set_regdom fndecl 0 24600 NULL
++disable_so_ubifs_add_bud_to_log_fndecl_24607 ubifs_add_bud_to_log fndecl 0 24607 NULL nohasharray
++disable_so_xhci_handshake_fndecl_24607 xhci_handshake fndecl 0 24607 &disable_so_ubifs_add_bud_to_log_fndecl_24607
++disable_so_idetape_init_rw_fndecl_24612 idetape_init_rw fndecl 0 24612 NULL
++disable_so_unix_bind_fndecl_24615 unix_bind fndecl 0 24615 NULL
++disable_so_snd_pcm_hw_constraints_complete_fndecl_24621 snd_pcm_hw_constraints_complete fndecl 0 24621 NULL
++disable_so_fs_path_add_fndecl_24627 fs_path_add fndecl 0 24627 NULL
++disable_so_plx_pci_add_card_fndecl_24631 plx_pci_add_card fndecl 0 24631 NULL
++disable_so_efx_mcdi_set_workaround_fndecl_24636 efx_mcdi_set_workaround fndecl 0 24636 NULL
++disable_so_i915_gem_object_set_to_cpu_domain_fndecl_24650 i915_gem_object_set_to_cpu_domain fndecl 0 24650 NULL
++disable_so_iwch_register_device_fndecl_24672 iwch_register_device fndecl 0 24672 NULL
++disable_so_id_platform_device_info_24673 id platform_device_info 0 24673 NULL
++disable_so_uhci_fixup_short_transfer_fndecl_24676 uhci_fixup_short_transfer fndecl 0 24676 NULL
++disable_so_ea_alloc_skeleton_fndecl_24683 ea_alloc_skeleton fndecl 0 24683 NULL
++disable_so_tun_set_iff_fndecl_24687 tun_set_iff fndecl 0 24687 NULL
++disable_so_inet_insert_ifa_fndecl_24688 inet_insert_ifa fndecl 0 24688 NULL
++disable_so__base_send_ioc_init_fndecl_24690 _base_send_ioc_init fndecl 0 24690 NULL
++disable_so_mlx4_READ_ENTRY_fndecl_24692 mlx4_READ_ENTRY fndecl 0 24692 NULL
++disable_so_full_height_mxr_crop_24694 full_height mxr_crop 0 24694 NULL
++disable_so_rio_request_inb_dbell_fndecl_24701 rio_request_inb_dbell fndecl 0 24701 NULL
++disable_so_bitmap_search_next_usable_block_fndecl_24705 bitmap_search_next_usable_block fndecl 0 24705 NULL
++disable_so___tree_mod_log_insert_fndecl_24723 __tree_mod_log_insert fndecl 0 24723 NULL
++disable_so_VBP_kyrofb_info_24731 VBP kyrofb_info 0 24731 NULL
++disable_so_dsp_allocate_ports_format_fndecl_24734 dsp_allocate_ports_format fndecl 0 24734 NULL
++disable_so_u32_set_parms_fndecl_24736 u32_set_parms fndecl 0 24736 NULL
++disable_so_i915_gem_init_seqno_fndecl_24738 i915_gem_init_seqno fndecl 0 24738 NULL
++disable_so_sb_pquotino_xfs_sb_24739 sb_pquotino xfs_sb 0 24739 NULL nohasharray
++disable_so_irq_base_da9063_24739 irq_base da9063 0 24739 &disable_so_sb_pquotino_xfs_sb_24739
++disable_so_mtd_lock_user_prot_reg_fndecl_24748 mtd_lock_user_prot_reg fndecl 0 24748 NULL
++disable_so_ocfs2_ioctl_fndecl_24760 ocfs2_ioctl fndecl 0 24760 NULL
++disable_so_td_probe_fndecl_24771 td_probe fndecl 0 24771 NULL
++disable_so_i_disksize_ext3_inode_info_24774 i_disksize ext3_inode_info 0 24774 NULL
++disable_so_usbatm_atm_init_fndecl_24793 usbatm_atm_init fndecl 0 24793 NULL
++disable_so_gnttab_expand_fndecl_24794 gnttab_expand fndecl 0 24794 NULL
++disable_so_write_file_tx99_fndecl_24803 write_file_tx99 fndecl 0 24803 NULL
++disable_so_ceph_auth_build_hello_fndecl_24808 ceph_auth_build_hello fndecl 0 24808 NULL
++disable_so_ubi_io_write_fndecl_24813 ubi_io_write fndecl 0 24813 NULL
++disable_so_array_resync_offset_dm_raid_superblock_24815 array_resync_offset dm_raid_superblock 0 24815 NULL nohasharray
++disable_so_snd_compr_ioctl_fndecl_24815 snd_compr_ioctl fndecl 0 24815 &disable_so_array_resync_offset_dm_raid_superblock_24815
++disable_so_HBP_kyrofb_info_24818 HBP kyrofb_info 0 24818 NULL
++disable_so_swsmi_wireless_status_fndecl_24834 swsmi_wireless_status fndecl 0 24834 NULL
++disable_so_i915_gem_execbuffer_relocate_vma_slow_fndecl_24835 i915_gem_execbuffer_relocate_vma_slow fndecl 0 24835 NULL
++disable_so_lnc_add_directly_fndecl_24843 lnc_add_directly fndecl 0 24843 NULL
++disable_so_cx88_alsa_dma_init_fndecl_24851 cx88_alsa_dma_init fndecl 0 24851 NULL
++disable_so_r592_transfer_fifo_dma_fndecl_24869 r592_transfer_fifo_dma fndecl 0 24869 NULL
++disable_so_xen_pcibk_config_header_add_fields_fndecl_24874 xen_pcibk_config_header_add_fields fndecl 0 24874 NULL
++disable_so___videobuf_copy_to_user_fndecl_24876 __videobuf_copy_to_user fndecl 0 24876 NULL
++disable_so_mlx4_cmd_wait_fndecl_24884 mlx4_cmd_wait fndecl 0 24884 NULL
++disable_so__regmap_read_fndecl_24887 _regmap_read fndecl 0 24887 NULL nohasharray
++disable_so_snd_hdsp_create_controls_fndecl_24887 snd_hdsp_create_controls fndecl 0 24887 &disable_so__regmap_read_fndecl_24887
++disable_so_mei_amthif_run_next_cmd_fndecl_24894 mei_amthif_run_next_cmd fndecl 0 24894 NULL
++disable_so_cifs_push_mandatory_locks_fndecl_24907 cifs_push_mandatory_locks fndecl 0 24907 NULL
++disable_so_uvc_parse_streaming_fndecl_24925 uvc_parse_streaming fndecl 0 24925 NULL nohasharray
++disable_so_tcp_mtu_to_mss_fndecl_24925 tcp_mtu_to_mss fndecl 0 24925 &disable_so_uvc_parse_streaming_fndecl_24925
++disable_so___mutex_lock_killable_slowpath_fndecl_24931 __mutex_lock_killable_slowpath fndecl 0 24931 NULL
++disable_so_devm_gpio_request_one_fndecl_24938 devm_gpio_request_one fndecl 0 24938 NULL
++disable_so_bd_link_disk_holder_fndecl_24944 bd_link_disk_holder fndecl 0 24944 NULL
++disable_so_brcmf_set_auth_type_fndecl_24948 brcmf_set_auth_type fndecl 0 24948 NULL
++disable_so_msb_init_card_fndecl_24960 msb_init_card fndecl 0 24960 NULL
++disable_so_mwl8k_load_fw_image_fndecl_24967 mwl8k_load_fw_image fndecl 0 24967 NULL
++disable_so_nfs4_update_server_fndecl_24968 nfs4_update_server fndecl 0 24968 NULL
++disable_so_nvme_trans_io_fndecl_24970 nvme_trans_io fndecl 0 24970 NULL
++disable_so_ata_pci_sff_prepare_host_fndecl_24973 ata_pci_sff_prepare_host fndecl 0 24973 NULL
++disable_so_max_dma_count_asc_dvc_var_24975 max_dma_count asc_dvc_var 0 24975 NULL nohasharray
++disable_so_netlbl_cfg_cipsov4_map_add_fndecl_24975 netlbl_cfg_cipsov4_map_add fndecl 0 24975 &disable_so_max_dma_count_asc_dvc_var_24975
++disable_so_csio_hw_init_fndecl_24980 csio_hw_init fndecl 0 24980 NULL
++disable_so_exofs_inode_by_name_fndecl_24982 exofs_inode_by_name fndecl 0 24982 NULL
++disable_so_srp_init_qp_fndecl_24993 srp_init_qp fndecl 0 24993 NULL
++disable_so_bnx2x_enable_ptp_packets_fndecl_24996 bnx2x_enable_ptp_packets fndecl 0 24996 NULL
++disable_so_wait_block_group_cache_done_fndecl_24999 wait_block_group_cache_done fndecl 0 24999 NULL
++disable_so_sb1000_get_firmware_version_fndecl_25003 sb1000_get_firmware_version fndecl 0 25003 NULL
++disable_so_rx_jumbo_pending_ethtool_ringparam_25018 rx_jumbo_pending ethtool_ringparam 0 25018 NULL
++disable_so_quota_getxstate_fndecl_25022 quota_getxstate fndecl 0 25022 NULL
++disable_so_iwl_nvm_read_section_fndecl_25027 iwl_nvm_read_section fndecl 0 25027 NULL nohasharray
++disable_so_height_fb_fillrect_25027 height fb_fillrect 0 25027 &disable_so_iwl_nvm_read_section_fndecl_25027
++disable_so_error_nfs_direct_req_25028 error nfs_direct_req 0 25028 NULL
++disable_so_mmc_spi_probe_fndecl_25030 mmc_spi_probe fndecl 0 25030 NULL nohasharray
++disable_so_size_sym_tblmove_25030 size sym_tblmove 0 25030 &disable_so_mmc_spi_probe_fndecl_25030
++disable_so_snd_pcm_channel_info_fndecl_25031 snd_pcm_channel_info fndecl 0 25031 NULL
++disable_so_ide_pci_init_one_fndecl_25041 ide_pci_init_one fndecl 0 25041 NULL
++disable_so_create_capture_mixers_fndecl_25049 create_capture_mixers fndecl 0 25049 NULL
++disable_so_acpi_gpio_count_fndecl_25052 acpi_gpio_count fndecl 0 25052 NULL
++disable_so_x25_route_ioctl_fndecl_25060 x25_route_ioctl fndecl 0 25060 NULL
++disable_so_len_ocrdma_sge_25084 len ocrdma_sge 0 25084 NULL
++disable_so_pcrypt_sysfs_add_fndecl_25092 pcrypt_sysfs_add fndecl 0 25092 NULL
++disable_so_ext4_xattr_block_get_fndecl_25095 ext4_xattr_block_get fndecl 0 25095 NULL nohasharray
++disable_so_snd_cs46xx_chip_init_fndecl_25095 snd_cs46xx_chip_init fndecl 0 25095 &disable_so_ext4_xattr_block_get_fndecl_25095
++disable_so_wdt_stop_fndecl_25099 wdt_stop fndecl 0 25099 NULL
++disable_so_compat_sys_select_fndecl_25104 compat_sys_select fndecl 0 25104 NULL nohasharray
++disable_so_ethtool_set_features_fndecl_25104 ethtool_set_features fndecl 0 25104 &disable_so_compat_sys_select_fndecl_25104
++disable_so___ethtool_get_settings_fndecl_25119 __ethtool_get_settings fndecl 0 25119 NULL
++disable_so_stex_probe_fndecl_25121 stex_probe fndecl 0 25121 NULL
++disable_so_vmw_ttm_map_for_dma_fndecl_25123 vmw_ttm_map_for_dma fndecl 0 25123 NULL
++disable_so_i40e_allocate_virt_mem_d_fndecl_25132 i40e_allocate_virt_mem_d fndecl 0 25132 NULL
++disable_so_osd_finalize_request_fndecl_25136 osd_finalize_request fndecl 0 25136 NULL
++disable_so___hw_addr_create_ex_fndecl_25138 __hw_addr_create_ex fndecl 0 25138 NULL
++disable_so_rate_max_snd_pcm_hardware_25149 rate_max snd_pcm_hardware 0 25149 NULL
++disable_so_pcxhr_download_dsp_fndecl_25154 pcxhr_download_dsp fndecl 0 25154 NULL
++disable_so_vram_base_cirrus_mc_25157 vram_base cirrus_mc 0 25157 NULL
++disable_so_xpc_discovery_fndecl_25160 xpc_discovery fndecl 0 25160 NULL
++disable_so_rdma_request_fndecl_25168 rdma_request fndecl 0 25168 NULL
++disable_so_tcp_syn_options_fndecl_25174 tcp_syn_options fndecl 0 25174 NULL
++disable_so_cipso_v4_map_cat_rng_hton_fndecl_25176 cipso_v4_map_cat_rng_hton fndecl 0 25176 NULL
++disable_so_usb6fire_control_init_fndecl_25186 usb6fire_control_init fndecl 0 25186 NULL
++disable_so_i2c_detect_fndecl_25195 i2c_detect fndecl 0 25195 NULL
++disable_so_crypto_gcm_setkey_fndecl_25197 crypto_gcm_setkey fndecl 0 25197 NULL nohasharray
++disable_so_vmw_user_resource_lookup_handle_fndecl_25197 vmw_user_resource_lookup_handle fndecl 0 25197 &disable_so_crypto_gcm_setkey_fndecl_25197
++disable_so_ip_set_elem_len_fndecl_25209 ip_set_elem_len fndecl 0 25209 NULL nohasharray
++disable_so_wl12xx_cmd_set_peer_state_fndecl_25209 wl12xx_cmd_set_peer_state fndecl 0 25209 &disable_so_ip_set_elem_len_fndecl_25209
++disable_so_pcxhr_dsp_load_fndecl_25226 pcxhr_dsp_load fndecl 0 25226 NULL
++disable_so_regcache_rbtree_insert_to_block_fndecl_25230 regcache_rbtree_insert_to_block fndecl 0 25230 NULL
++disable_so_ocfs2_stack_driver_request_fndecl_25233 ocfs2_stack_driver_request fndecl 0 25233 NULL
++disable_so_vmw_wait_lag_fndecl_25239 vmw_wait_lag fndecl 0 25239 NULL
++disable_so_evm_inode_setxattr_fndecl_25242 evm_inode_setxattr fndecl 0 25242 NULL
++disable_so_icmpv6_sk_init_fndecl_25246 icmpv6_sk_init fndecl 0 25246 NULL
++disable_so_fc_req_to_bsgjob_fndecl_25250 fc_req_to_bsgjob fndecl 0 25250 NULL
++disable_so_ixgbe_setup_fcoe_ddp_resources_fndecl_25252 ixgbe_setup_fcoe_ddp_resources fndecl 0 25252 NULL
++disable_so_snd_ice1712_create_fndecl_25269 snd_ice1712_create fndecl 0 25269 NULL
++disable_so_dlm_wait_function_fndecl_25297 dlm_wait_function fndecl 0 25297 NULL
++disable_so_hsr_add_port_fndecl_25299 hsr_add_port fndecl 0 25299 NULL
++disable_so_wl1251_hw_init_tx_queue_config_fndecl_25326 wl1251_hw_init_tx_queue_config fndecl 0 25326 NULL
++disable_so_btrfs_insert_item_fndecl_25334 btrfs_insert_item fndecl 0 25334 NULL
++disable_so_xfs_inobt_lookup_fndecl_25340 xfs_inobt_lookup fndecl 0 25340 NULL
++disable_so_pci_go_44_fndecl_25348 pci_go_44 fndecl 0 25348 NULL
++disable_so_sctp_apply_peer_addr_params_fndecl_25357 sctp_apply_peer_addr_params fndecl 0 25357 NULL
++disable_so___mptctl_ioctl_fndecl_25360 __mptctl_ioctl fndecl 0 25360 NULL
++disable_so_wl18xx_cmd_dfs_master_restart_fndecl_25368 wl18xx_cmd_dfs_master_restart fndecl 0 25368 NULL
++disable_so_ati_remote2_input_init_fndecl_25371 ati_remote2_input_init fndecl 0 25371 NULL
++disable_so_hfs_fill_super_fndecl_25379 hfs_fill_super fndecl 0 25379 NULL
++disable_so_create_link_fndecl_25385 create_link fndecl 0 25385 NULL
++disable_so_xfs_log_mount_finish_fndecl_25393 xfs_log_mount_finish fndecl 0 25393 NULL
++disable_so_sst_parse_module_memcpy_fndecl_25414 sst_parse_module_memcpy fndecl 0 25414 NULL
++disable_so_find_rsb_fndecl_25421 find_rsb fndecl 0 25421 NULL
++disable_so_mwifiex_cmd_mac_control_fndecl_25438 mwifiex_cmd_mac_control fndecl 0 25438 NULL
++disable_so_compat_sys_old_select_fndecl_25440 compat_sys_old_select fndecl 0 25440 NULL nohasharray
++disable_so_size_xen_netif_tx_request_25440 size xen_netif_tx_request 0 25440 &disable_so_compat_sys_old_select_fndecl_25440
++disable_so_mls_read_range_helper_fndecl_25457 mls_read_range_helper fndecl 0 25457 NULL
++disable_so_sddr09_send_scsi_command_fndecl_25467 sddr09_send_scsi_command fndecl 0 25467 NULL
++disable_so_gnttab_map_refs_fndecl_25468 gnttab_map_refs fndecl 0 25468 NULL
++disable_so_frame_alloc_fndecl_25470 frame_alloc fndecl 0 25470 NULL
++disable_so_dev_alloc_name_fndecl_25472 dev_alloc_name fndecl 0 25472 NULL
++disable_so_ite_probe_fndecl_25479 ite_probe fndecl 0 25479 NULL nohasharray
++disable_so_playback_periodsize_rme96_25479 playback_periodsize rme96 0 25479 &disable_so_ite_probe_fndecl_25479
++disable_so_mlx4_qp_reserve_range_fndecl_25481 mlx4_qp_reserve_range fndecl 0 25481 NULL
++disable_so_iwlagn_rxon_disconn_fndecl_25488 iwlagn_rxon_disconn fndecl 0 25488 NULL
++disable_so_hdpvr_register_videodev_fndecl_25497 hdpvr_register_videodev fndecl 0 25497 NULL
++disable_so_do_wait_fndecl_25504 do_wait fndecl 0 25504 NULL
++disable_so_size_map_info_25510 size map_info 0 25510 NULL
++disable_so_wl1251_acx_rx_config_fndecl_25521 wl1251_acx_rx_config fndecl 0 25521 NULL
++disable_so_f_adc_rtl2832_sdr_dev_25544 f_adc rtl2832_sdr_dev 0 25544 NULL
++disable_so_ni_dpm_init_fndecl_25550 ni_dpm_init fndecl 0 25550 NULL
++disable_so_via_init_one_fndecl_25551 via_init_one fndecl 0 25551 NULL nohasharray
++disable_so_wl1271_acx_tx_power_fndecl_25551 wl1271_acx_tx_power fndecl 0 25551 &disable_so_via_init_one_fndecl_25551
++disable_so_gfs2_jdesc_check_fndecl_25577 gfs2_jdesc_check fndecl 0 25577 NULL
++disable_so_mwl8k_cmd_set_post_scan_fndecl_25578 mwl8k_cmd_set_post_scan fndecl 0 25578 NULL
++disable_so_last_page_snd_emu10k1_memblk_25591 last_page snd_emu10k1_memblk 0 25591 NULL
++disable_so__submit_bh_fndecl_25593 _submit_bh fndecl 0 25593 NULL
++disable_so_ocfs2_steal_meta_fndecl_25625 ocfs2_steal_meta fndecl 0 25625 NULL
++disable_so_pcxhr_load_boot_binary_fndecl_25627 pcxhr_load_boot_binary fndecl 0 25627 NULL
++disable_so_ocfs2_trim_group_fndecl_25634 ocfs2_trim_group fndecl 0 25634 NULL
++disable_so_dbJoin_fndecl_25639 dbJoin fndecl 0 25639 NULL
++disable_so_klsi_105_open_fndecl_25646 klsi_105_open fndecl 0 25646 NULL
++disable_so___intel_ring_prepare_fndecl_25649 __intel_ring_prepare fndecl 0 25649 NULL nohasharray
++disable_so_ufshcd_compose_dev_cmd_fndecl_25649 ufshcd_compose_dev_cmd fndecl 0 25649 &disable_so___intel_ring_prepare_fndecl_25649
++disable_so_rpipe_get_by_ep_fndecl_25656 rpipe_get_by_ep fndecl 0 25656 NULL
++disable_so_tps6507x_ts_probe_fndecl_25658 tps6507x_ts_probe fndecl 0 25658 NULL
++disable_so_set_foreign_p2m_mapping_fndecl_25664 set_foreign_p2m_mapping fndecl 0 25664 NULL
++disable_so_do_fb_ioctl_fndecl_25669 do_fb_ioctl fndecl 0 25669 NULL
++disable_so_nvme_trans_log_info_exceptions_fndecl_25670 nvme_trans_log_info_exceptions fndecl 0 25670 NULL
++disable_so_class_create_file_ns_fndecl_25671 class_create_file_ns fndecl 0 25671 NULL
++disable_so_hash_netport6_add_fndecl_25683 hash_netport6_add fndecl 0 25683 NULL
++disable_so_nv50_base_create_fndecl_25703 nv50_base_create fndecl 0 25703 NULL
++disable_so_drm_crtc_check_viewport_fndecl_25704 drm_crtc_check_viewport fndecl 0 25704 NULL
++disable_so_ib_attach_mcast_fndecl_25705 ib_attach_mcast fndecl 0 25705 NULL
++disable_so_vfd_write_fndecl_25710 vfd_write fndecl 0 25710 NULL nohasharray
++disable_so_pvr2_v4l2_open_fndecl_25710 pvr2_v4l2_open fndecl 0 25710 &disable_so_vfd_write_fndecl_25710 nohasharray
++disable_so_tb_eeprom_active_fndecl_25710 tb_eeprom_active fndecl 0 25710 &disable_so_pvr2_v4l2_open_fndecl_25710
++disable_so_acpi_battery_get_status_fndecl_25712 acpi_battery_get_status fndecl 0 25712 NULL
++disable_so_find_shared_port_fndecl_25714 find_shared_port fndecl 0 25714 NULL
++disable_so_left_margin_fb_var_screeninfo_25722 left_margin fb_var_screeninfo 0 25722 NULL
++disable_so_efi_query_variable_store_fndecl_25737 efi_query_variable_store fndecl 0 25737 NULL
++disable_so_sh_mobile_ceu_get_formats_fndecl_25743 sh_mobile_ceu_get_formats fndecl 0 25743 NULL
++disable_so_add_gid_entry_fndecl_25744 add_gid_entry fndecl 0 25744 NULL nohasharray
++disable_so_inet_listen_fndecl_25744 inet_listen fndecl 0 25744 &disable_so_add_gid_entry_fndecl_25744
++disable_so_rh_urb_enqueue_fndecl_25758 rh_urb_enqueue fndecl 0 25758 NULL nohasharray
++disable_so_port100_tg_send_cmd_fndecl_25758 port100_tg_send_cmd fndecl 0 25758 &disable_so_rh_urb_enqueue_fndecl_25758
++disable_so_deliver_to_subscribers_fndecl_25762 deliver_to_subscribers fndecl 0 25762 NULL
++disable_so_atp_probe_fndecl_25764 atp_probe fndecl 0 25764 NULL
++disable_so_ide_pci_enable_fndecl_25778 ide_pci_enable fndecl 0 25778 NULL
++disable_so_send_mad_fndecl_25791 send_mad fndecl 0 25791 NULL
++disable_so_snd_compr_partial_drain_fndecl_25793 snd_compr_partial_drain fndecl 0 25793 NULL
++disable_so_xen_wdt_kick_fndecl_25810 xen_wdt_kick fndecl 0 25810 NULL
++disable_so_mwifiex_parse_single_response_buf_fndecl_25812 mwifiex_parse_single_response_buf fndecl 0 25812 NULL
++disable_so_snd_ymfpci_request_firmware_fndecl_25818 snd_ymfpci_request_firmware fndecl 0 25818 NULL
++disable_so_mmc_test_area_map_fndecl_25839 mmc_test_area_map fndecl 0 25839 NULL
++disable_so_compat_copy_entry_to_user_fndecl_25850 compat_copy_entry_to_user fndecl 0 25850 NULL
++disable_so_xfs_btree_kill_iroot_fndecl_25851 xfs_btree_kill_iroot fndecl 0 25851 NULL
++disable_so___dev_open_fndecl_25859 __dev_open fndecl 0 25859 NULL
++disable_so_netdev_upper_dev_link_fndecl_25874 netdev_upper_dev_link fndecl 0 25874 NULL nohasharray
++disable_so_ch341_get_status_fndecl_25874 ch341_get_status fndecl 0 25874 &disable_so_netdev_upper_dev_link_fndecl_25874
++disable_so_zlib_inflateSyncPacket_fndecl_25887 zlib_inflateSyncPacket fndecl 0 25887 NULL
++disable_so_download_fw_fndecl_25903 download_fw fndecl 0 25903 NULL
++disable_so_snd_ctl_elem_add_fndecl_25909 snd_ctl_elem_add fndecl 0 25909 NULL
++disable_so_snd_ctl_create_fndecl_25914 snd_ctl_create fndecl 0 25914 NULL
++disable_so_peak_usb_create_dev_fndecl_25919 peak_usb_create_dev fndecl 0 25919 NULL
++disable_so_mtdchar_read_fndecl_25922 mtdchar_read fndecl 0 25922 NULL
++disable_so___ring_enqueue_fndecl_25924 __ring_enqueue fndecl 0 25924 NULL nohasharray
++disable_so___smsc95xx_phy_wait_not_busy_fndecl_25924 __smsc95xx_phy_wait_not_busy fndecl 0 25924 &disable_so___ring_enqueue_fndecl_25924
++disable_so_cx23885_input_init_fndecl_25927 cx23885_input_init fndecl 0 25927 NULL
++disable_so_prism2_download_genesis_fndecl_25935 prism2_download_genesis fndecl 0 25935 NULL
++disable_so_brcmf_run_escan_fndecl_25949 brcmf_run_escan fndecl 0 25949 NULL
++disable_so_rocker_group_tbl_del_fndecl_25952 rocker_group_tbl_del fndecl 0 25952 NULL
++disable_so_radeon_ib_get_fndecl_25957 radeon_ib_get fndecl 0 25957 NULL
++disable_so_scsi_add_single_device_fndecl_25962 scsi_add_single_device fndecl 0 25962 NULL
++disable_so_scsi_esp_register_fndecl_25963 scsi_esp_register fndecl 0 25963 NULL
++disable_so__iwl_dbgfs_sram_write_fndecl_25972 _iwl_dbgfs_sram_write fndecl 0 25972 NULL
++disable_so_be_mbox_notify_wait_fndecl_25976 be_mbox_notify_wait fndecl 0 25976 NULL
++disable_so_acpi_video_bqc_quirk_fndecl_25980 acpi_video_bqc_quirk fndecl 0 25980 NULL
++disable_so_split_state_fndecl_25992 split_state fndecl 0 25992 NULL
++disable_so_rivafb_probe_fndecl_25996 rivafb_probe fndecl 0 25996 NULL
++disable_so_hash_ipmark4_add_fndecl_25998 hash_ipmark4_add fndecl 0 25998 NULL
++disable_so_soc_camera_client_g_rect_fndecl_25999 soc_camera_client_g_rect fndecl 0 25999 NULL
++disable_so_br_add_bridge_fndecl_26001 br_add_bridge fndecl 0 26001 NULL
++disable_so_carl9170_parse_eeprom_fndecl_26011 carl9170_parse_eeprom fndecl 0 26011 NULL
++disable_so_lnum_ubifs_lprops_26017 lnum ubifs_lprops 0 26017 NULL
++disable_so_hugetlbfs_parse_options_fndecl_26038 hugetlbfs_parse_options fndecl 0 26038 NULL
++disable_so_c4iw_rqtpool_create_fndecl_26044 c4iw_rqtpool_create fndecl 0 26044 NULL
++disable_so_data_sock_ioctl_fndecl_26047 data_sock_ioctl fndecl 0 26047 NULL
++disable_so_density_mask_onenand_chip_26051 density_mask onenand_chip 0 26051 NULL
++disable_so_t4_wait_op_done_val_fndecl_26053 t4_wait_op_done_val fndecl 0 26053 NULL
++disable_so_snd_rawmidi_drain_output_fndecl_26059 snd_rawmidi_drain_output fndecl 0 26059 NULL
++disable_so_snd_rawmidi_alloc_substreams_fndecl_26060 snd_rawmidi_alloc_substreams fndecl 0 26060 NULL
++disable_so_update_filter_fndecl_26062 update_filter fndecl 0 26062 NULL
++disable_so_coherent_dma_mask_device_26068 coherent_dma_mask device 0 26068 NULL
++disable_so_nfc_hci_hcp_message_tx_fndecl_26069 nfc_hci_hcp_message_tx fndecl 0 26069 NULL
++disable_so_mfd_platform_add_cell_fndecl_26071 mfd_platform_add_cell fndecl 0 26071 NULL
++disable_so_acpi_memory_get_device_resources_fndecl_26073 acpi_memory_get_device_resources fndecl 0 26073 NULL
++disable_so_nouveau_fence_sync_fndecl_26080 nouveau_fence_sync fndecl 0 26080 NULL
++disable_so_idmap_pipe_downcall_fndecl_26092 idmap_pipe_downcall fndecl 0 26092 NULL
++disable_so_check_ctrlrecip_fndecl_26095 check_ctrlrecip fndecl 0 26095 NULL
++disable_so_wmi_rxon_fndecl_26109 wmi_rxon fndecl 0 26109 NULL
++disable_so_ath6kl_sdio_probe_fndecl_26111 ath6kl_sdio_probe fndecl 0 26111 NULL
++disable_so_acpi_ut_execute_HID_fndecl_26123 acpi_ut_execute_HID fndecl 0 26123 NULL
++disable_so_bind_virq_to_irqhandler_fndecl_26128 bind_virq_to_irqhandler fndecl 0 26128 NULL
++disable_so_target_core_init_configfs_fndecl_26136 target_core_init_configfs fndecl 0 26136 NULL
++disable_so__config_request_fndecl_26142 _config_request fndecl 0 26142 NULL
++disable_so_btrfs_submit_compressed_read_fndecl_26150 btrfs_submit_compressed_read fndecl 0 26150 NULL
++disable_so_usb6fire_fw_ezusb_upload_fndecl_26158 usb6fire_fw_ezusb_upload fndecl 0 26158 NULL
++disable_so_snd_usbmidi_detect_roland_fndecl_26163 snd_usbmidi_detect_roland fndecl 0 26163 NULL
++disable_so_iommu_bus_init_fndecl_26168 iommu_bus_init fndecl 0 26168 NULL nohasharray
++disable_so_tfrc_lib_init_fndecl_26168 tfrc_lib_init fndecl 0 26168 &disable_so_iommu_bus_init_fndecl_26168
++disable_so_nft_log_init_fndecl_26173 nft_log_init fndecl 0 26173 NULL
++disable_so_efx_test_loopback_fndecl_26178 efx_test_loopback fndecl 0 26178 NULL
++disable_so_zram_major_vardecl_zram_drv_c_26180 zram_major vardecl_zram_drv.c 0 26180 NULL
++disable_so_qlcnic_sriov_vf_init_fndecl_26187 qlcnic_sriov_vf_init fndecl 0 26187 NULL
++disable_so_cxgb3_offload_activate_fndecl_26191 cxgb3_offload_activate fndecl 0 26191 NULL
++disable_so_self_check_not_bad_fndecl_26196 self_check_not_bad fndecl 0 26196 NULL
++disable_so_ocontext_read_fndecl_26201 ocontext_read fndecl 0 26201 NULL
++disable_so_ath9k_hif_usb_probe_fndecl_26204 ath9k_hif_usb_probe fndecl 0 26204 NULL
++disable_so_simplefb_probe_fndecl_26209 simplefb_probe fndecl 0 26209 NULL
++disable_so_xen_irq_info_virq_setup_fndecl_26212 xen_irq_info_virq_setup fndecl 0 26212 NULL
++disable_so_rt2x00lib_probe_hw_modes_fndecl_26219 rt2x00lib_probe_hw_modes fndecl 0 26219 NULL
++disable_so_base_snd_cs46xx_region_26223 base snd_cs46xx_region 0 26223 NULL
++disable_so_command_setflickerctrl_fndecl_26233 command_setflickerctrl fndecl 0 26233 NULL
++disable_so_csio_wrm_init_fndecl_26236 csio_wrm_init fndecl 0 26236 NULL
++disable_so_csio_hw_get_vpd_params_fndecl_26238 csio_hw_get_vpd_params fndecl 0 26238 NULL
++disable_so_pci_go_64_fndecl_26242 pci_go_64 fndecl 0 26242 NULL nohasharray
++disable_so_max_srq_wr_ib_device_attr_26242 max_srq_wr ib_device_attr 0 26242 &disable_so_pci_go_64_fndecl_26242
++disable_so_if_config_fndecl_26243 if_config fndecl 0 26243 NULL
++disable_so_xfs_ioc_getxflags_fndecl_26247 xfs_ioc_getxflags fndecl 0 26247 NULL
++disable_so_scsiback_gnttab_data_map_fndecl_26254 scsiback_gnttab_data_map fndecl 0 26254 NULL
++disable_so_iwl_dbgfs_sram_write_fndecl_26260 iwl_dbgfs_sram_write fndecl 0 26260 NULL
++disable_so_mlx4_setup_hca_fndecl_26261 mlx4_setup_hca fndecl 0 26261 NULL
++disable_so_src_len_regcache_lzo_ctx_26272 src_len regcache_lzo_ctx 0 26272 NULL
++disable_so_jumbo_size_qset_params_26273 jumbo_size qset_params 0 26273 NULL
++disable_so_qib_sdma_get_complete_fndecl_26283 qib_sdma_get_complete fndecl 0 26283 NULL
++disable_so_send_write_fndecl_26285 send_write fndecl 0 26285 NULL
++disable_so_sumo_parse_sys_info_table_fndecl_26286 sumo_parse_sys_info_table fndecl 0 26286 NULL
++disable_so_wacom_led_putimage_fndecl_26291 wacom_led_putimage fndecl 0 26291 NULL
++disable_so_sc_max_sge_svcxprt_rdma_26292 sc_max_sge svcxprt_rdma 0 26292 NULL
++disable_so_w_e_end_csum_rs_req_fndecl_26294 w_e_end_csum_rs_req fndecl 0 26294 NULL
++disable_so_evergreen_cs_check_reg_fndecl_26309 evergreen_cs_check_reg fndecl 0 26309 NULL
++disable_so_packet_set_ring_fndecl_26311 packet_set_ring fndecl 0 26311 NULL
++disable_so_snd_ctl_elem_read_fndecl_26312 snd_ctl_elem_read fndecl 0 26312 NULL
++disable_so_dev_ifname_fndecl_26324 dev_ifname fndecl 0 26324 NULL
++disable_so_ocfs2_read_refcount_block_fndecl_26330 ocfs2_read_refcount_block fndecl 0 26330 NULL
++disable_so_i40e_fetch_switch_configuration_fndecl_26343 i40e_fetch_switch_configuration fndecl 0 26343 NULL
++disable_so_bpf_size_to_bytes_fndecl_26355 bpf_size_to_bytes fndecl 0 26355 NULL
++disable_so_send_cancel_fndecl_26375 send_cancel fndecl 0 26375 NULL
++disable_so_cm4000_probe_fndecl_26376 cm4000_probe fndecl 0 26376 NULL
++disable_so_mlx4_init_qp_table_fndecl_26383 mlx4_init_qp_table fndecl 0 26383 NULL
++disable_so_ipvlan_port_create_fndecl_26390 ipvlan_port_create fndecl 0 26390 NULL
++disable_so_lcd_write_fndecl_26394 lcd_write fndecl 0 26394 NULL
++disable_so_ea_init_fndecl_26400 ea_init fndecl 0 26400 NULL nohasharray
++disable_so_sm501fb_start_one_fndecl_26400 sm501fb_start_one fndecl 0 26400 &disable_so_ea_init_fndecl_26400
++disable_so_bad_peb_limit_ubi_device_26403 bad_peb_limit ubi_device 0 26403 NULL
++disable_so_loop_set_status64_fndecl_26405 loop_set_status64 fndecl 0 26405 NULL
++disable_so_regmap_irq_get_virq_fndecl_26413 regmap_irq_get_virq fndecl 0 26413 NULL
++disable_so_fixed_phy_add_fndecl_26416 fixed_phy_add fndecl 0 26416 NULL
++disable_so_perm_read_fndecl_26417 perm_read fndecl 0 26417 NULL
++disable_so_xfs_bmapi_convert_unwritten_fndecl_26421 xfs_bmapi_convert_unwritten fndecl 0 26421 NULL
++disable_so_mmc_spi_readblock_fndecl_26424 mmc_spi_readblock fndecl 0 26424 NULL
++disable_so_mod_start_extent_map_26431 mod_start extent_map 0 26431 NULL
++disable_so_ath6kl_cfg80211_scan_fndecl_26436 ath6kl_cfg80211_scan fndecl 0 26436 NULL
++disable_so_ima_calc_file_hash_atfm_fndecl_26437 ima_calc_file_hash_atfm fndecl 0 26437 NULL nohasharray
++disable_so_nvt_probe_fndecl_26437 nvt_probe fndecl 0 26437 &disable_so_ima_calc_file_hash_atfm_fndecl_26437
++disable_so_start_cif_cam_fndecl_26442 start_cif_cam fndecl 0 26442 NULL
++disable_so_t4vf_port_init_fndecl_26445 t4vf_port_init fndecl 0 26445 NULL
++disable_so_mtdchar_blkpg_ioctl_fndecl_26450 mtdchar_blkpg_ioctl fndecl 0 26450 NULL
++disable_so_ecryptfs_parse_packet_length_fndecl_26457 ecryptfs_parse_packet_length fndecl 0 26457 NULL
++disable_so_xlog_recover_process_efi_fndecl_26460 xlog_recover_process_efi fndecl 0 26460 NULL
++disable_so_snd_pcm_open_substream_fndecl_26469 snd_pcm_open_substream fndecl 0 26469 NULL
++disable_so_reiserfs_end_persistent_transaction_fndecl_26470 reiserfs_end_persistent_transaction fndecl 0 26470 NULL
++disable_so_iscsi_conn_context_id_iscsi_kcqe_26475 iscsi_conn_context_id iscsi_kcqe 0 26475 NULL
++disable_so_xfrm_policy_insert_fndecl_26479 xfrm_policy_insert fndecl 0 26479 NULL
++disable_so_cm_init_qp_init_attr_fndecl_26486 cm_init_qp_init_attr fndecl 0 26486 NULL
++disable_so_i915_vma_unbind_fndecl_26489 i915_vma_unbind fndecl 0 26489 NULL
++disable_so_xen_pcibk_config_quirks_init_fndecl_26500 xen_pcibk_config_quirks_init fndecl 0 26500 NULL
++disable_so_snd_echo_create_fndecl_26502 snd_echo_create fndecl 0 26502 NULL
++disable_so_ipddp_create_fndecl_26508 ipddp_create fndecl 0 26508 NULL nohasharray
++disable_so_usb_serial_register_drivers_fndecl_26508 usb_serial_register_drivers fndecl 0 26508 &disable_so_ipddp_create_fndecl_26508
++disable_so_readahead_cache_fndecl_26518 readahead_cache fndecl 0 26518 NULL
++disable_so_bnx2x_setup_queue_fndecl_26522 bnx2x_setup_queue fndecl 0 26522 NULL
++disable_so_SMBQueryInformation_fndecl_26523 SMBQueryInformation fndecl 0 26523 NULL
++disable_so_rdma_addr_find_dmac_by_grh_fndecl_26530 rdma_addr_find_dmac_by_grh fndecl 0 26530 NULL
++disable_so_drbd_adm_resize_fndecl_26550 drbd_adm_resize fndecl 0 26550 NULL
++disable_so_ops_init_fndecl_26556 ops_init fndecl 0 26556 NULL
++disable_so_pci_irq_pcmcia_socket_26558 pci_irq pcmcia_socket 0 26558 NULL
++disable_so_enic_probe_fndecl_26561 enic_probe fndecl 0 26561 NULL
++disable_so_pcxhr_load_xilinx_binary_fndecl_26586 pcxhr_load_xilinx_binary fndecl 0 26586 NULL
++disable_so_xfs_btree_insrec_fndecl_26593 xfs_btree_insrec fndecl 0 26593 NULL
++disable_so_btrfs_readpage_fndecl_26597 btrfs_readpage fndecl 0 26597 NULL nohasharray
++disable_so_nvme_trans_completion_fndecl_26597 nvme_trans_completion fndecl 0 26597 &disable_so_btrfs_readpage_fndecl_26597
++disable_so_usbfs_increase_memory_usage_fndecl_26598 usbfs_increase_memory_usage fndecl 0 26598 NULL
++disable_so_snd_pcm_hw_constraint_pow2_fndecl_26604 snd_pcm_hw_constraint_pow2 fndecl 0 26604 NULL
++disable_so_ib_resolve_eth_l2_attrs_fndecl_26613 ib_resolve_eth_l2_attrs fndecl 0 26613 NULL
++disable_so_smscore_load_firmware_family2_fndecl_26621 smscore_load_firmware_family2 fndecl 0 26621 NULL
++disable_so_i40evf_allocate_dma_mem_d_fndecl_26622 i40evf_allocate_dma_mem_d fndecl 0 26622 NULL
++disable_so_siena_mtd_probe_partition_fndecl_26626 siena_mtd_probe_partition fndecl 0 26626 NULL
++disable_so_make_rate_with_tolerance_fndecl_26635 make_rate_with_tolerance fndecl 0 26635 NULL
++disable_so_sky2_probe_fndecl_26637 sky2_probe fndecl 0 26637 NULL
++disable_so___xenbus_map_ring_fndecl_26646 __xenbus_map_ring fndecl 0 26646 NULL
++disable_so_efx_ef10_probe_fndecl_26659 efx_ef10_probe fndecl 0 26659 NULL
++disable_so_cirrus_driver_load_fndecl_26662 cirrus_driver_load fndecl 0 26662 NULL
++disable_so_iio_device_add_event_sysfs_fndecl_26664 iio_device_add_event_sysfs fndecl 0 26664 NULL
++disable_so_snd_create_std_mono_ctl_offset_fndecl_26675 snd_create_std_mono_ctl_offset fndecl 0 26675 NULL
++disable_so_et131x_pci_setup_fndecl_26677 et131x_pci_setup fndecl 0 26677 NULL
++disable_so__ctl_diag_release_fndecl_26685 _ctl_diag_release fndecl 0 26685 NULL
++disable_so_omap1_spi100k_txrx_pio_fndecl_26692 omap1_spi100k_txrx_pio fndecl 0 26692 NULL nohasharray
++disable_so_ocfs2_info_handle_maxslots_fndecl_26692 ocfs2_info_handle_maxslots fndecl 0 26692 &disable_so_omap1_spi100k_txrx_pio_fndecl_26692
++disable_so_device_rename_fndecl_26694 device_rename fndecl 0 26694 NULL
++disable_so_xfs_swap_extents_check_format_fndecl_26703 xfs_swap_extents_check_format fndecl 0 26703 NULL
++disable_so_ocfs2_get_clusters_nocache_fndecl_26705 ocfs2_get_clusters_nocache fndecl 0 26705 NULL
++disable_so_lnum_ubifs_zbranch_26709 lnum ubifs_zbranch 0 26709 NULL
++disable_so_mlx4_comm_cmd_fndecl_26710 mlx4_comm_cmd fndecl 0 26710 NULL
++disable_so_sm501fb_probe_fndecl_26716 sm501fb_probe fndecl 0 26716 NULL
++disable_so_dvb_usb_generic_rw_fndecl_26722 dvb_usb_generic_rw fndecl 0 26722 NULL
++disable_so_wl1271_acx_init_rx_interrupt_fndecl_26727 wl1271_acx_init_rx_interrupt fndecl 0 26727 NULL
++disable_so_i40e_setup_misc_vector_fndecl_26728 i40e_setup_misc_vector fndecl 0 26728 NULL
++disable_so_fuse_copy_pages_fndecl_26731 fuse_copy_pages fndecl 0 26731 NULL
++disable_so_igb_ptp_set_timestamp_mode_fndecl_26748 igb_ptp_set_timestamp_mode fndecl 0 26748 NULL
++disable_so____sys_sendmsg_fndecl_26753 ___sys_sendmsg fndecl 0 26753 NULL
++disable_so_nilfs_btree_convert_and_insert_fndecl_26755 nilfs_btree_convert_and_insert fndecl 0 26755 NULL
++disable_so_acpi_video_init_brightness_fndecl_26763 acpi_video_init_brightness fndecl 0 26763 NULL
++disable_so_wl12xx_cmd_role_start_ap_fndecl_26768 wl12xx_cmd_role_start_ap fndecl 0 26768 NULL
++disable_so_pt1_init_frontends_fndecl_26774 pt1_init_frontends fndecl 0 26774 NULL
++disable_so_nvme_trans_power_state_fndecl_26775 nvme_trans_power_state fndecl 0 26775 NULL nohasharray
++disable_so_kvm_set_msi_fndecl_26775 kvm_set_msi fndecl 0 26775 &disable_so_nvme_trans_power_state_fndecl_26775
++disable_so_fw_iso_buffer_alloc_fndecl_26779 fw_iso_buffer_alloc fndecl 0 26779 NULL
++disable_so_osst_space_over_filemarks_forward_slow_fndecl_26780 osst_space_over_filemarks_forward_slow fndecl 0 26780 NULL
++disable_so_lbmLogInit_fndecl_26799 lbmLogInit fndecl 0 26799 NULL
++disable_so_width_v4l2_rect_26802 width v4l2_rect 0 26802 NULL
++disable_so_i2cdev_ioctl_smbus_fndecl_26818 i2cdev_ioctl_smbus fndecl 0 26818 NULL
++disable_so_pinconf_validate_map_fndecl_26832 pinconf_validate_map fndecl 0 26832 NULL
++disable_so_edid_size_ufx_data_26833 edid_size ufx_data 0 26833 NULL
++disable_so_acpi_processor_power_init_fndecl_26840 acpi_processor_power_init fndecl 0 26840 NULL
++disable_so_nv50_ram_get_fndecl_26846 nv50_ram_get fndecl 0 26846 NULL
++disable_so_cypress_load_firmware_fndecl_26853 cypress_load_firmware fndecl 0 26853 NULL
++disable_so_read_commands_fndecl_26856 read_commands fndecl 0 26856 NULL
++disable_so_gfs2_xattr_remove_fndecl_26859 gfs2_xattr_remove fndecl 0 26859 NULL
++disable_so____mei_cl_send_fndecl_26862 ___mei_cl_send fndecl 0 26862 NULL
++disable_so_timekeeping_inject_offset_fndecl_26867 timekeeping_inject_offset fndecl 0 26867 NULL
++disable_so_migrate_pages_fndecl_26870 migrate_pages fndecl 0 26870 NULL
++disable_so_iscsit_execute_cmd_fndecl_26872 iscsit_execute_cmd fndecl 0 26872 NULL
++disable_so_mtip_hw_get_identify_fndecl_26889 mtip_hw_get_identify fndecl 0 26889 NULL
++disable_so_kfd_topology_update_sysfs_fndecl_26908 kfd_topology_update_sysfs fndecl 0 26908 NULL
++disable_so_compat_sys_sysctl_fndecl_26910 compat_sys_sysctl fndecl 0 26910 NULL
++disable_so_snd_ctl_elem_info_fndecl_26912 snd_ctl_elem_info fndecl 0 26912 NULL
++disable_so_jffs2_flash_writev_fndecl_26915 jffs2_flash_writev fndecl 0 26915 NULL
++disable_so_get_wep_key_fndecl_26919 get_wep_key fndecl 0 26919 NULL nohasharray
++disable_so_xfs_btree_delrec_fndecl_26919 xfs_btree_delrec fndecl 0 26919 &disable_so_get_wep_key_fndecl_26919 nohasharray
++disable_so_cache_ctr_fndecl_26919 cache_ctr fndecl 0 26919 &disable_so_xfs_btree_delrec_fndecl_26919
++disable_so_logfs_mtd_can_write_buf_fndecl_26923 logfs_mtd_can_write_buf fndecl 0 26923 NULL
++disable_so_req_submit_fndecl_26935 req_submit fndecl 0 26935 NULL
++disable_so_width_v4l2_pix_format_mplane_26950 width v4l2_pix_format_mplane 0 26950 NULL
++disable_so_cid_cnic_context_26952 cid cnic_context 0 26952 NULL
++disable_so_mwifiex_ret_802_11_scan_fndecl_26957 mwifiex_ret_802_11_scan fndecl 0 26957 NULL
++disable_so_sctp_wait_for_connect_fndecl_26960 sctp_wait_for_connect fndecl 0 26960 NULL
++disable_so_addr_fritzcard_26973 addr fritzcard 0 26973 NULL
++disable_so_request_firmware_nowait_fndecl_26988 request_firmware_nowait fndecl 0 26988 NULL
++disable_so_smb_sendv_fndecl_26990 smb_sendv fndecl 0 26990 NULL
++disable_so_delete_empty_dnode_fndecl_26994 delete_empty_dnode fndecl 0 26994 NULL
++disable_so_ocfs2_inode_lock_update_fndecl_26997 ocfs2_inode_lock_update fndecl 0 26997 NULL nohasharray
++disable_so_qib_sdma_get_inflight_fndecl_26997 qib_sdma_get_inflight fndecl 0 26997 &disable_so_ocfs2_inode_lock_update_fndecl_26997
++disable_so_plff_init_fndecl_27008 plff_init fndecl 0 27008 NULL
++disable_so_via_parse_command_stream_fndecl_27010 via_parse_command_stream fndecl 0 27010 NULL nohasharray
++disable_so_pm8001_chip_get_nvmd_req_fndecl_27010 pm8001_chip_get_nvmd_req fndecl 0 27010 &disable_so_via_parse_command_stream_fndecl_27010
++disable_so_acpi_thermal_get_temperature_fndecl_27014 acpi_thermal_get_temperature fndecl 0 27014 NULL
++disable_so_lpfcdiag_loop_self_reg_fndecl_27022 lpfcdiag_loop_self_reg fndecl 0 27022 NULL nohasharray
++disable_so_snd_cx88_hw_params_fndecl_27022 snd_cx88_hw_params fndecl 0 27022 &disable_so_lpfcdiag_loop_self_reg_fndecl_27022
++disable_so_dx_fb_copyarea_27025 dx fb_copyarea 0 27025 NULL
++disable_so_sctp_setsockopt_peer_primary_addr_fndecl_27027 sctp_setsockopt_peer_primary_addr fndecl 0 27027 NULL
++disable_so_lanai_get_sized_buffer_fndecl_27035 lanai_get_sized_buffer fndecl 0 27035 NULL
++disable_so_mif6_delete_fndecl_27036 mif6_delete fndecl 0 27036 NULL
++disable_so_compat_do_ebt_get_ctl_fndecl_27044 compat_do_ebt_get_ctl fndecl 0 27044 NULL
++disable_so_ata_pci_bmdma_prepare_host_fndecl_27045 ata_pci_bmdma_prepare_host fndecl 0 27045 NULL nohasharray
++disable_so_qib_write_umem32_fndecl_27045 qib_write_umem32 fndecl 0 27045 &disable_so_ata_pci_bmdma_prepare_host_fndecl_27045
++disable_so_brcmf_sdiod_ramrw_fndecl_27055 brcmf_sdiod_ramrw fndecl 0 27055 NULL
++disable_so_cciss_kdump_hard_reset_controller_fndecl_27056 cciss_kdump_hard_reset_controller fndecl 0 27056 NULL
++disable_so_l3_access_valid_fndecl_27064 l3_access_valid fndecl 0 27064 NULL
++disable_so_sb_init_dio_done_wq_fndecl_27065 sb_init_dio_done_wq fndecl 0 27065 NULL nohasharray
++disable_so_radeon_do_cp_idle_fndecl_27065 radeon_do_cp_idle fndecl 0 27065 &disable_so_sb_init_dio_done_wq_fndecl_27065
++disable_so_logfs_delete_fndecl_27067 logfs_delete fndecl 0 27067 NULL
++disable_so_request_any_context_irq_fndecl_27081 request_any_context_irq fndecl 0 27081 NULL
++disable_so_new_layout_mddev_27083 new_layout mddev 0 27083 NULL
++disable_so_far_set_size_geom_27088 far_set_size geom 0 27088 NULL
++disable_so_via_lock_all_dma_pages_fndecl_27092 via_lock_all_dma_pages fndecl 0 27092 NULL
++disable_so_br_set_forward_delay_fndecl_27097 br_set_forward_delay fndecl 0 27097 NULL
++disable_so_dsp_dma_setup_common_fndecl_27104 dsp_dma_setup_common fndecl 0 27104 NULL
++disable_so___btrfs_alloc_chunk_fndecl_27105 __btrfs_alloc_chunk fndecl 0 27105 NULL
++disable_so_migrate_page_move_mapping_fndecl_27111 migrate_page_move_mapping fndecl 0 27111 NULL
++disable_so_usb_hcd_link_urb_to_ep_fndecl_27115 usb_hcd_link_urb_to_ep fndecl 0 27115 NULL nohasharray
++disable_so_query_pkey_block_fndecl_27115 query_pkey_block fndecl 0 27115 &disable_so_usb_hcd_link_urb_to_ep_fndecl_27115 nohasharray
++disable_so_len_lpfc_debug_27115 len lpfc_debug 0 27115 &disable_so_query_pkey_block_fndecl_27115
++disable_so_wcn36xx_smd_start_fndecl_27123 wcn36xx_smd_start fndecl 0 27123 NULL
++disable_so_dln2_hw_init_fndecl_27126 dln2_hw_init fndecl 0 27126 NULL
++disable_so_vfio_cap_len_fndecl_27134 vfio_cap_len fndecl 0 27134 NULL
++disable_so_snd_seq_ioctl_set_queue_tempo_fndecl_27138 snd_seq_ioctl_set_queue_tempo fndecl 0 27138 NULL
++disable_so_cond_read_av_list_fndecl_27158 cond_read_av_list fndecl 0 27158 NULL nohasharray
++disable_so_samsung_init_fndecl_27158 samsung_init fndecl 0 27158 &disable_so_cond_read_av_list_fndecl_27158
++disable_so_sco_sock_getsockopt_old_fndecl_27165 sco_sock_getsockopt_old fndecl 0 27165 NULL
++disable_so_r600_get_platform_caps_fndecl_27170 r600_get_platform_caps fndecl 0 27170 NULL
++disable_so_btmrvl_sdio_download_helper_fndecl_27175 btmrvl_sdio_download_helper fndecl 0 27175 NULL
++disable_so_snd_sbmixer_new_fndecl_27176 snd_sbmixer_new fndecl 0 27176 NULL
++disable_so_enic_set_mac_addr_fndecl_27188 enic_set_mac_addr fndecl 0 27188 NULL
++disable_so_wil_cfg80211_mgmt_tx_fndecl_27195 wil_cfg80211_mgmt_tx fndecl 0 27195 NULL
++disable_so_hotkey_mask_get_fndecl_27198 hotkey_mask_get fndecl 0 27198 NULL
++disable_so_do_write_inode_fndecl_27201 do_write_inode fndecl 0 27201 NULL nohasharray
++disable_so_hfs_parse_new_pmap_fndecl_27201 hfs_parse_new_pmap fndecl 0 27201 &disable_so_do_write_inode_fndecl_27201
++disable_so_t4vf_prep_adapter_fndecl_27217 t4vf_prep_adapter fndecl 0 27217 NULL nohasharray
++disable_so_ethtool_get_ringparam_fndecl_27217 ethtool_get_ringparam fndecl 0 27217 &disable_so_t4vf_prep_adapter_fndecl_27217
++disable_so_sdio_memcpy_fromio_fndecl_27218 sdio_memcpy_fromio fndecl 0 27218 NULL
++disable_so_bm_bn_xfs_buf_map_27223 bm_bn xfs_buf_map 0 27223 NULL
++disable_so_sctp_outq_uncork_fndecl_27237 sctp_outq_uncork fndecl 0 27237 NULL
++disable_so_cancel_lock_fndecl_27244 cancel_lock fndecl 0 27244 NULL
++disable_so_sisusb_recv_bulk_msg_fndecl_27246 sisusb_recv_bulk_msg fndecl 0 27246 NULL
++disable_so_isert_map_rdma_fndecl_27256 isert_map_rdma fndecl 0 27256 NULL
++disable_so_wl1251_acx_pd_threshold_fndecl_27265 wl1251_acx_pd_threshold fndecl 0 27265 NULL
++disable_so_sector_drbd_interval_27266 sector drbd_interval 0 27266 NULL
++disable_so_proc_do_large_bitmap_fndecl_27272 proc_do_large_bitmap fndecl 0 27272 NULL
++disable_so_intel_overlay_off_fndecl_27294 intel_overlay_off fndecl 0 27294 NULL
++disable_so_ubifs_write_master_fndecl_27297 ubifs_write_master fndecl 0 27297 NULL
++disable_so_c_rotor_ufs_cg_private_info_27304 c_rotor ufs_cg_private_info 0 27304 NULL
++disable_so_gpu_mem_size_vml_par_27308 gpu_mem_size vml_par 0 27308 NULL
++disable_so_memblock_alloc_range_nid_fndecl_27321 memblock_alloc_range_nid fndecl 0 27321 NULL
++disable_so_rxrpc_krb5_decode_ticket_fndecl_27329 rxrpc_krb5_decode_ticket fndecl 0 27329 NULL
++disable_so_n_tracerouter_init_fndecl_27335 n_tracerouter_init fndecl 0 27335 NULL
++disable_so_update_rgrp_lvb_fndecl_27340 update_rgrp_lvb fndecl 0 27340 NULL
++disable_so_stex_set_dma_mask_fndecl_27343 stex_set_dma_mask fndecl 0 27343 NULL
++disable_so_offset_gtt_range_27356 offset gtt_range 0 27356 NULL
++disable_so_ptrace_do_wait_fndecl_27360 ptrace_do_wait fndecl 0 27360 NULL
++disable_so_find_new_extents_fndecl_27368 find_new_extents fndecl 0 27368 NULL
++disable_so_snd_ice1712_ews_init_fndecl_27373 snd_ice1712_ews_init fndecl 0 27373 NULL
++disable_so_urb_size_tm6000_core_27374 urb_size tm6000_core 0 27374 NULL
++disable_so_iwl_alive_notify_fndecl_27377 iwl_alive_notify fndecl 0 27377 NULL
++disable_so_i2c_add_numbered_adapter_fndecl_27380 i2c_add_numbered_adapter fndecl 0 27380 NULL
++disable_so_mem_base_pch_dev_27386 mem_base pch_dev 0 27386 NULL
++disable_so_i915_gem_object_finish_gpu_fndecl_27387 i915_gem_object_finish_gpu fndecl 0 27387 NULL
++disable_so_i2c_bit_add_bus_fndecl_27395 i2c_bit_add_bus fndecl 0 27395 NULL
++disable_so_wl1251_cmd_trigger_scan_to_fndecl_27398 wl1251_cmd_trigger_scan_to fndecl 0 27398 NULL
++disable_so_mptctl_mpt_command_fndecl_27401 mptctl_mpt_command fndecl 0 27401 NULL
++disable_so_iwl_mvm_add_aux_sta_fndecl_27408 iwl_mvm_add_aux_sta fndecl 0 27408 NULL
++disable_so_i40e_add_fdir_ethtool_fndecl_27413 i40e_add_fdir_ethtool fndecl 0 27413 NULL
++disable_so_softingcs_probe_fndecl_27420 softingcs_probe fndecl 0 27420 NULL nohasharray
++disable_so_mxr_probe_fndecl_27420 mxr_probe fndecl 0 27420 &disable_so_softingcs_probe_fndecl_27420
++disable_so_tmiofb_ioctl_fndecl_27430 tmiofb_ioctl fndecl 0 27430 NULL
++disable_so_vlan_dev_change_flags_fndecl_27458 vlan_dev_change_flags fndecl 0 27458 NULL
++disable_so_next_header_vardecl_initramfs_c_27464 next_header vardecl_initramfs.c 0 27464 NULL
++disable_so_is_inode_existent_fndecl_27466 is_inode_existent fndecl 0 27466 NULL
++disable_so_rocker_port_ipv4_resolve_fndecl_27472 rocker_port_ipv4_resolve fndecl 0 27472 NULL
++disable_so_snd_seq_fifo_resize_fndecl_27486 snd_seq_fifo_resize fndecl 0 27486 NULL
++disable_so_exofs_parent_ino_fndecl_27488 exofs_parent_ino fndecl 0 27488 NULL
++disable_so_drbd_send_drequest_csum_fndecl_27489 drbd_send_drequest_csum fndecl 0 27489 NULL
++disable_so_ext3_xattr_block_get_fndecl_27491 ext3_xattr_block_get fndecl 0 27491 NULL
++disable_so_wb_index_nfs_page_27494 wb_index nfs_page 0 27494 NULL
++disable_so_host_perf_guest_switch_msr_27498 host perf_guest_switch_msr 0 27498 NULL
++disable_so_vc_allocate_fndecl_27499 vc_allocate fndecl 0 27499 NULL
++disable_so_ocfs2_get_request_ptr_fndecl_27507 ocfs2_get_request_ptr fndecl 0 27507 NULL
++disable_so_max_qp_sz_mthca_dev_lim_27511 max_qp_sz mthca_dev_lim 0 27511 NULL
++disable_so_vis_h_yuv_frame_info_27514 vis_h yuv_frame_info 0 27514 NULL
++disable_so_chipio_write_multiple_fndecl_27518 chipio_write_multiple fndecl 0 27518 NULL
++disable_so__ctl_compat_mpt_command_fndecl_27521 _ctl_compat_mpt_command fndecl 0 27521 NULL
++disable_so_crypto_register_template_fndecl_27525 crypto_register_template fndecl 0 27525 NULL nohasharray
++disable_so_snd_ca0106_create_fndecl_27525 snd_ca0106_create fndecl 0 27525 &disable_so_crypto_register_template_fndecl_27525
++disable_so_qlcnic_sriov_get_vf_vport_info_fndecl_27529 qlcnic_sriov_get_vf_vport_info fndecl 0 27529 NULL
++disable_so_sm501fb_init_fb_fndecl_27534 sm501fb_init_fb fndecl 0 27534 NULL
++disable_so_snd_pcm_plug_slave_size_fndecl_27548 snd_pcm_plug_slave_size fndecl 0 27548 NULL
++disable_so_emi26_set_reset_fndecl_27551 emi26_set_reset fndecl 0 27551 NULL
++disable_so_concat_erase_fndecl_27560 concat_erase fndecl 0 27560 NULL
++disable_so_sddr09_write_data_fndecl_27565 sddr09_write_data fndecl 0 27565 NULL
++disable_so_test_ready_fndecl_27574 test_ready fndecl 0 27574 NULL
++disable_so_snd_atiixp_create_fndecl_27584 snd_atiixp_create fndecl 0 27584 NULL
++disable_so_rdma_addr_find_smac_by_sgid_fndecl_27591 rdma_addr_find_smac_by_sgid fndecl 0 27591 NULL
++disable_so_xfs_bmap_alloc_fndecl_27599 xfs_bmap_alloc fndecl 0 27599 NULL
++disable_so_patch_cmi9880_fndecl_27601 patch_cmi9880 fndecl 0 27601 NULL
++disable_so_hidp_get_connlist_fndecl_27620 hidp_get_connlist fndecl 0 27620 NULL
++disable_so_file_ioctl_fndecl_27628 file_ioctl fndecl 0 27628 NULL nohasharray
++disable_so_nfc_se_io_fndecl_27628 nfc_se_io fndecl 0 27628 &disable_so_file_ioctl_fndecl_27628
++disable_so_gnttab_init_fndecl_27630 gnttab_init fndecl 0 27630 NULL
++disable_so_hampshire_connect_fndecl_27639 hampshire_connect fndecl 0 27639 NULL
++disable_so_create_mf_symlink_fndecl_27647 create_mf_symlink fndecl 0 27647 NULL
++disable_so_error_res_proc_context_27648 error res_proc_context 0 27648 NULL
++disable_so___smsc75xx_write_reg_fndecl_27650 __smsc75xx_write_reg fndecl 0 27650 NULL
++disable_so_nvkm_event_init_fndecl_27654 nvkm_event_init fndecl 0 27654 NULL
++disable_so_vt_do_diacrit_fndecl_27660 vt_do_diacrit fndecl 0 27660 NULL
++disable_so_intel_overlay_put_image_fndecl_27662 intel_overlay_put_image fndecl 0 27662 NULL
++disable_so_send_convert_fndecl_27675 send_convert fndecl 0 27675 NULL
++disable_so_snd_pcm_substream_proc_init_fndecl_27677 snd_pcm_substream_proc_init fndecl 0 27677 NULL
++disable_so__iwl_dbgfs_prph_reg_write_fndecl_27686 _iwl_dbgfs_prph_reg_write fndecl 0 27686 NULL
++disable_so_bnx2x_iov_init_one_fndecl_27687 bnx2x_iov_init_one fndecl 0 27687 NULL
++disable_so_ath10k_ce_send_fndecl_27688 ath10k_ce_send fndecl 0 27688 NULL
++disable_so_rtc_timer_enqueue_fndecl_27693 rtc_timer_enqueue fndecl 0 27693 NULL
++disable_so_snd_pcm_plugin_alloc_fndecl_27703 snd_pcm_plugin_alloc fndecl 0 27703 NULL
++disable_so_snd_asihpi_tuner_add_fndecl_27715 snd_asihpi_tuner_add fndecl 0 27715 NULL
++disable_so_wl18xx_acx_ap_sleep_fndecl_27719 wl18xx_acx_ap_sleep fndecl 0 27719 NULL
++disable_so_azx_first_init_fndecl_27721 azx_first_init fndecl 0 27721 NULL
++disable_so_qxl_ttm_global_init_fndecl_27729 qxl_ttm_global_init fndecl 0 27729 NULL
++disable_so_cx82310_bind_fndecl_27730 cx82310_bind fndecl 0 27730 NULL
++disable_so_kone_init_kone_device_struct_fndecl_27734 kone_init_kone_device_struct fndecl 0 27734 NULL
++disable_so_sidtab_init_fndecl_27779 sidtab_init fndecl 0 27779 NULL
++disable_so_sst_parse_fw_memcpy_fndecl_27798 sst_parse_fw_memcpy fndecl 0 27798 NULL
++disable_so_mlx5_query_ext_port_caps_fndecl_27803 mlx5_query_ext_port_caps fndecl 0 27803 NULL
++disable_so_br_set_max_age_fndecl_27806 br_set_max_age fndecl 0 27806 NULL
++disable_so_sizeimage_v4l2_pix_format_27824 sizeimage v4l2_pix_format 0 27824 NULL
++disable_so_ipath_physaddr_ipath_devdata_27830 ipath_physaddr ipath_devdata 0 27830 NULL
++disable_so_pn533_send_cmd_async_fndecl_27840 pn533_send_cmd_async fndecl 0 27840 NULL nohasharray
++disable_so_sp2_probe_fndecl_27840 sp2_probe fndecl 0 27840 &disable_so_pn533_send_cmd_async_fndecl_27840
++disable_so_ignore_remaining_packet_fndecl_27850 ignore_remaining_packet fndecl 0 27850 NULL
++disable_so_osst_write_filemark_fndecl_27859 osst_write_filemark fndecl 0 27859 NULL
++disable_so_pb_count_s5p_mfc_ctx_27861 pb_count s5p_mfc_ctx 0 27861 NULL
++disable_so_pktgen_setup_dev_fndecl_27866 pktgen_setup_dev fndecl 0 27866 NULL
++disable_so_vmw_stream_claim_ioctl_fndecl_27869 vmw_stream_claim_ioctl fndecl 0 27869 NULL
++disable_so_run_delayed_data_ref_fndecl_27870 run_delayed_data_ref fndecl 0 27870 NULL nohasharray
++disable_so_ptrace_setoptions_fndecl_27870 ptrace_setoptions fndecl 0 27870 &disable_so_run_delayed_data_ref_fndecl_27870 nohasharray
++disable_so___validate_exception_handover_fndecl_27870 __validate_exception_handover fndecl 0 27870 &disable_so_ptrace_setoptions_fndecl_27870
++disable_so_e1000_setup_all_tx_resources_fndecl_27873 e1000_setup_all_tx_resources fndecl 0 27873 NULL
++disable_so_wl1271_acx_aid_fndecl_27879 wl1271_acx_aid fndecl 0 27879 NULL
++disable_so_listxattr_fndecl_27890 listxattr fndecl 0 27890 NULL
++disable_so_check_ci_fndecl_27892 check_ci fndecl 0 27892 NULL
++disable_so_mwl8k_cmd_mimo_config_fndecl_27913 mwl8k_cmd_mimo_config fndecl 0 27913 NULL
++disable_so_fou_create_fndecl_27920 fou_create fndecl 0 27920 NULL
++disable_so_setup_io_fndecl_27921 setup_io fndecl 0 27921 NULL
++disable_so_sta_info_insert_rcu_fndecl_27938 sta_info_insert_rcu fndecl 0 27938 NULL
++disable_so_dev_ifsioc_fndecl_27939 dev_ifsioc fndecl 0 27939 NULL
++disable_so_pn544_hci_i2c_fw_secure_write_frame_cmd_fndecl_27941 pn544_hci_i2c_fw_secure_write_frame_cmd fndecl 0 27941 NULL
++disable_so_capacity_cdrom_device_info_27942 capacity cdrom_device_info 0 27942 NULL
++disable_so_dib0700_download_firmware_fndecl_27951 dib0700_download_firmware fndecl 0 27951 NULL
++disable_so_ufshcd_copy_query_response_fndecl_27959 ufshcd_copy_query_response fndecl 0 27959 NULL
++disable_so_xfs_bmap_last_extent_fndecl_27964 xfs_bmap_last_extent fndecl 0 27964 NULL
++disable_so___btrfs_set_acl_fndecl_27979 __btrfs_set_acl fndecl 0 27979 NULL
++disable_so_dpcm_path_get_fndecl_27982 dpcm_path_get fndecl 0 27982 NULL
++disable_so_sxgbe_init_rx_buffers_fndecl_27984 sxgbe_init_rx_buffers fndecl 0 27984 NULL
++disable_so_rproc_handle_devmem_fndecl_27999 rproc_handle_devmem fndecl 0 27999 NULL
++disable_so_midi_synth_ioctl_fndecl_28002 midi_synth_ioctl fndecl 0 28002 NULL
++disable_so_bytes_str_to_int_fndecl_28004 bytes_str_to_int fndecl 0 28004 NULL
++disable_so_mp_map_pin_to_irq_fndecl_28025 mp_map_pin_to_irq fndecl 0 28025 NULL
++disable_so_block_group_ext3_iloc_28034 block_group ext3_iloc 0 28034 NULL
++disable_so_mos7840_open_fndecl_28036 mos7840_open fndecl 0 28036 NULL
++disable_so_nilfs_segctor_write_fndecl_28042 nilfs_segctor_write fndecl 0 28042 NULL
++disable_so_new_chunk_dm_exception_28044 new_chunk dm_exception 0 28044 NULL
++disable_so_pcmciamtd_probe_fndecl_28045 pcmciamtd_probe fndecl 0 28045 NULL
++disable_so_nilfs_wait_on_logs_fndecl_28049 nilfs_wait_on_logs fndecl 0 28049 NULL
++disable_so_hbucket_elem_add_fndecl_28051 hbucket_elem_add fndecl 0 28051 NULL
++disable_so_maxpacket_usbnet_28054 maxpacket usbnet 0 28054 NULL
++disable_so_wait_noreap_copyout_fndecl_28056 wait_noreap_copyout fndecl 0 28056 NULL
++disable_so_sst_create_block_and_ipc_msg_fndecl_28074 sst_create_block_and_ipc_msg fndecl 0 28074 NULL
++disable_so_bind_rdev_to_array_fndecl_28077 bind_rdev_to_array fndecl 0 28077 NULL
++disable_so_abituguru_detect_fndecl_28078 abituguru_detect fndecl 0 28078 NULL
++disable_so_buflen_qce_sha_reqctx_28088 buflen qce_sha_reqctx 0 28088 NULL
++disable_so_nvkm_engine_create__fndecl_28089 nvkm_engine_create_ fndecl 0 28089 NULL
++disable_so_aac_probe_container_fndecl_28093 aac_probe_container fndecl 0 28093 NULL
++disable_so_mark_sector_deleted_fndecl_28098 mark_sector_deleted fndecl 0 28098 NULL
++disable_so_vmw_fb_create_bo_fndecl_28101 vmw_fb_create_bo fndecl 0 28101 NULL
++disable_so_ath6kl_wmi_set_wmm_txop_fndecl_28102 ath6kl_wmi_set_wmm_txop fndecl 0 28102 NULL
++disable_so_stream_next_buffer_check_queue_fndecl_28114 stream_next_buffer_check_queue fndecl 0 28114 NULL
++disable_so_nfs4_check_cl_exchange_flags_fndecl_28119 nfs4_check_cl_exchange_flags fndecl 0 28119 NULL
++disable_so_si_domain_init_fndecl_28122 si_domain_init fndecl 0 28122 NULL
++disable_so_wLength_usb_ctrlrequest_28143 wLength usb_ctrlrequest 0 28143 NULL
++disable_so_fifo_set_limit_fndecl_28151 fifo_set_limit fndecl 0 28151 NULL nohasharray
++disable_so_rc_framerate_denom_s5p_mfc_enc_params_28151 rc_framerate_denom s5p_mfc_enc_params 0 28151 &disable_so_fifo_set_limit_fndecl_28151
++disable_so_ufshcd_compose_upiu_fndecl_28167 ufshcd_compose_upiu fndecl 0 28167 NULL
++disable_so_xpnet_init_fndecl_28171 xpnet_init fndecl 0 28171 NULL nohasharray
++disable_so_ti_do_config_fndecl_28171 ti_do_config fndecl 0 28171 &disable_so_xpnet_init_fndecl_28171
++disable_so_pmcraid_check_ioctl_buffer_fndecl_28178 pmcraid_check_ioctl_buffer fndecl 0 28178 NULL
++disable_so_t4vf_query_params_fndecl_28182 t4vf_query_params fndecl 0 28182 NULL
++disable_so___dn_setsockopt_fndecl_28183 __dn_setsockopt fndecl 0 28183 NULL
++disable_so_bind_evtchn_to_irq_fndecl_28186 bind_evtchn_to_irq fndecl 0 28186 NULL
++disable_so_ubi_leb_map_fndecl_28192 ubi_leb_map fndecl 0 28192 NULL
++disable_so_ttm_dma_pool_alloc_new_pages_fndecl_28194 ttm_dma_pool_alloc_new_pages fndecl 0 28194 NULL
++disable_so_cirrus_gem_create_fndecl_28197 cirrus_gem_create fndecl 0 28197 NULL
++disable_so_matroxfb_wait_for_sync_fndecl_28200 matroxfb_wait_for_sync fndecl 0 28200 NULL
++disable_so_pyra_send_control_fndecl_28203 pyra_send_control fndecl 0 28203 NULL
++disable_so_region_shift_dm_region_hash_28205 region_shift dm_region_hash 0 28205 NULL
++disable_so_xattr_getsecurity_fndecl_28209 xattr_getsecurity fndecl 0 28209 NULL nohasharray
++disable_so_ast_bo_create_fndecl_28209 ast_bo_create fndecl 0 28209 &disable_so_xattr_getsecurity_fndecl_28209
++disable_so_pcmcia_loop_config_fndecl_28216 pcmcia_loop_config fndecl 0 28216 NULL
++disable_so_pvr2_upload_firmware1_fndecl_28225 pvr2_upload_firmware1 fndecl 0 28225 NULL
++disable_so_nbytes_orig_qce_sha_reqctx_28228 nbytes_orig qce_sha_reqctx 0 28228 NULL
++disable_so_ext4_xattr_ibody_find_fndecl_28245 ext4_xattr_ibody_find fndecl 0 28245 NULL
++disable_so_freqshift_snd_usb_endpoint_28255 freqshift snd_usb_endpoint 0 28255 NULL
++disable_so_diva_um_idi_write_fndecl_28257 diva_um_idi_write fndecl 0 28257 NULL
++disable_so_dev_ifconf_fndecl_28260 dev_ifconf fndecl 0 28260 NULL
++disable_so_ea_set_i_fndecl_28261 ea_set_i fndecl 0 28261 NULL
++disable_so_CIFSPOSIXCreate_fndecl_28262 CIFSPOSIXCreate fndecl 0 28262 NULL
++disable_so_configfs_create_fndecl_28263 configfs_create fndecl 0 28263 NULL
++disable_so_vcc_table_allocate_fndecl_28266 vcc_table_allocate fndecl 0 28266 NULL
++disable_so_snd_soc_register_dais_fndecl_28270 snd_soc_register_dais fndecl 0 28270 NULL
++disable_so_needed_headroom_net_device_28272 needed_headroom net_device 0 28272 NULL
++disable_so_vnic_dev_alloc_desc_ring_fndecl_28277 vnic_dev_alloc_desc_ring fndecl 0 28277 NULL
++disable_so_update_vol_fndecl_28286 update_vol fndecl 0 28286 NULL
++disable_so_mem_cgroup_try_charge_fndecl_28289 mem_cgroup_try_charge fndecl 0 28289 NULL
++disable_so_iwl_mvm_config_sched_scan_profiles_fndecl_28291 iwl_mvm_config_sched_scan_profiles fndecl 0 28291 NULL
++disable_so_ilk_pipe_crc_ctl_reg_fndecl_28295 ilk_pipe_crc_ctl_reg fndecl 0 28295 NULL
++disable_so_save_total_len_pch_spi_data_28296 save_total_len pch_spi_data 0 28296 NULL
++disable_so__iwl_dbgfs_disable_power_off_write_fndecl_28328 _iwl_dbgfs_disable_power_off_write fndecl 0 28328 NULL
++disable_so_check_input_term_fndecl_28330 check_input_term fndecl 0 28330 NULL
++disable_so_rs_get_adjacent_rate_fndecl_28334 rs_get_adjacent_rate fndecl 0 28334 NULL nohasharray
++disable_so_asix_read_cmd_fndecl_28334 asix_read_cmd fndecl 0 28334 &disable_so_rs_get_adjacent_rate_fndecl_28334
++disable_so_wm_adsp_setup_algs_fndecl_28362 wm_adsp_setup_algs fndecl 0 28362 NULL
++disable_so_snd_emu10k1_fx8010_tram_setup_fndecl_28371 snd_emu10k1_fx8010_tram_setup fndecl 0 28371 NULL
++disable_so_init_tid_tabs_fndecl_28375 init_tid_tabs fndecl 0 28375 NULL
++disable_so_prism2_ioctl_mlme_fndecl_28376 prism2_ioctl_mlme fndecl 0 28376 NULL
++disable_so_snd_opl3_ioctl_fndecl_28378 snd_opl3_ioctl fndecl 0 28378 NULL
++disable_so_dev_mc_del_global_fndecl_28384 dev_mc_del_global fndecl 0 28384 NULL
++disable_so_nouveau_gem_object_open_fndecl_28393 nouveau_gem_object_open fndecl 0 28393 NULL
++disable_so_udc_pci_probe_fndecl_28405 udc_pci_probe fndecl 0 28405 NULL
++disable_so_platform_device_add_resources_fndecl_28410 platform_device_add_resources fndecl 0 28410 NULL
++disable_so___inet_insert_ifa_fndecl_28418 __inet_insert_ifa fndecl 0 28418 NULL
++disable_so_get_full_pkey_table_fndecl_28420 get_full_pkey_table fndecl 0 28420 NULL
++disable_so_tlv_put_uuid_fndecl_28427 tlv_put_uuid fndecl 0 28427 NULL
++disable_so_ioctl_fibmap_fndecl_28430 ioctl_fibmap fndecl 0 28430 NULL
++disable_so_vp702x_usb_in_op_unlocked_fndecl_28434 vp702x_usb_in_op_unlocked fndecl 0 28434 NULL
++disable_so_ipath_sdma_verbs_send_fndecl_28436 ipath_sdma_verbs_send fndecl 0 28436 NULL
++disable_so_nilfs_bmap_do_insert_fndecl_28453 nilfs_bmap_do_insert fndecl 0 28453 NULL
++disable_so_ib_post_send_mad_fndecl_28456 ib_post_send_mad fndecl 0 28456 NULL nohasharray
++disable_so_iio_buffer_alloc_sysfs_and_mask_fndecl_28456 iio_buffer_alloc_sysfs_and_mask fndecl 0 28456 &disable_so_ib_post_send_mad_fndecl_28456
++disable_so_gfs2_log_reserve_fndecl_28464 gfs2_log_reserve fndecl 0 28464 NULL
++disable_so_get_l2cap_conn_fndecl_28468 get_l2cap_conn fndecl 0 28468 NULL
++disable_so_wl1271_scan_sched_scan_config_fndecl_28469 wl1271_scan_sched_scan_config fndecl 0 28469 NULL nohasharray
++disable_so_ethtool_tunable_valid_fndecl_28469 ethtool_tunable_valid fndecl 0 28469 &disable_so_wl1271_scan_sched_scan_config_fndecl_28469
++disable_so_hfsc_change_class_fndecl_28473 hfsc_change_class fndecl 0 28473 NULL
++disable_so___decode_primary_temp_fndecl_28481 __decode_primary_temp fndecl 0 28481 NULL
++disable_so_lpfc_bsg_handle_sli_cfg_ext_fndecl_28491 lpfc_bsg_handle_sli_cfg_ext fndecl 0 28491 NULL nohasharray
++disable_so_bl_alloc_extent_fndecl_28491 bl_alloc_extent fndecl 0 28491 &disable_so_lpfc_bsg_handle_sli_cfg_ext_fndecl_28491
++disable_so_get_leb_cnt_fndecl_28495 get_leb_cnt fndecl 0 28495 NULL
++disable_so_xfs_rtallocate_extent_exact_fndecl_28498 xfs_rtallocate_extent_exact fndecl 0 28498 NULL
++disable_so_v4l2_device_register_subdev_nodes_fndecl_28501 v4l2_device_register_subdev_nodes fndecl 0 28501 NULL
++disable_so_ubi_eba_copy_leb_fndecl_28506 ubi_eba_copy_leb fndecl 0 28506 NULL
++disable_so_kvm_request_irq_source_id_fndecl_28509 kvm_request_irq_source_id fndecl 0 28509 NULL nohasharray
++disable_so_saa7706h_probe_fndecl_28509 saa7706h_probe fndecl 0 28509 &disable_so_kvm_request_irq_source_id_fndecl_28509 nohasharray
++disable_so_read_pin_defaults_fndecl_28509 read_pin_defaults fndecl 0 28509 &disable_so_saa7706h_probe_fndecl_28509
++disable_so_dln2_send_wait_fndecl_28510 dln2_send_wait fndecl 0 28510 NULL
++disable_so_brcmf_set_key_mgmt_fndecl_28523 brcmf_set_key_mgmt fndecl 0 28523 NULL
++disable_so__regmap_raw_read_fndecl_28533 _regmap_raw_read fndecl 0 28533 NULL
++disable_so_hpsa_allocate_sg_chain_blocks_fndecl_28541 hpsa_allocate_sg_chain_blocks fndecl 0 28541 NULL
++disable_so_target_register_template_fndecl_28551 target_register_template fndecl 0 28551 NULL
++disable_so_raw_cmd_copyin_fndecl_28554 raw_cmd_copyin fndecl 0 28554 NULL
++disable_so_scan_fast_fndecl_28572 scan_fast fndecl 0 28572 NULL
++disable_so_ufx_i2c_wait_busy_fndecl_28574 ufx_i2c_wait_busy fndecl 0 28574 NULL nohasharray
++disable_so_binder_thread_read_fndecl_28574 binder_thread_read fndecl 0 28574 &disable_so_ufx_i2c_wait_busy_fndecl_28574
++disable_so_lock_trace_fndecl_28579 lock_trace fndecl 0 28579 NULL
++disable_so_wl1251_acx_tid_cfg_fndecl_28584 wl1251_acx_tid_cfg fndecl 0 28584 NULL
++disable_so__iwl_dbgfs_ss_force_write_fndecl_28587 _iwl_dbgfs_ss_force_write fndecl 0 28587 NULL
++disable_so_uhci_map_status_fndecl_28591 uhci_map_status fndecl 0 28591 NULL
++disable_so_ip_vs_add_dest_fndecl_28592 ip_vs_add_dest fndecl 0 28592 NULL
++disable_so_snd_seq_prioq_cell_in_fndecl_28598 snd_seq_prioq_cell_in fndecl 0 28598 NULL
++disable_so_iwl_mvm_read_external_nvm_fndecl_28604 iwl_mvm_read_external_nvm fndecl 0 28604 NULL
++disable_so_is_valid_transition_fndecl_28610 is_valid_transition fndecl 0 28610 NULL
++disable_so_ubifs_scan_a_node_fndecl_28611 ubifs_scan_a_node fndecl 0 28611 NULL
++disable_so_bytesused_v4l2_plane_28616 bytesused v4l2_plane 0 28616 NULL
++disable_so_ocfs2_dentry_attach_lock_fndecl_28620 ocfs2_dentry_attach_lock fndecl 0 28620 NULL
++disable_so_mgmt_get_if_info_fndecl_28624 mgmt_get_if_info fndecl 0 28624 NULL
++disable_so_late_analysis_fndecl_28627 late_analysis fndecl 0 28627 NULL
++disable_so__get_block_create_0_fndecl_28632 _get_block_create_0 fndecl 0 28632 NULL
++disable_so_drbd_recv_all_fndecl_28633 drbd_recv_all fndecl 0 28633 NULL
++disable_so_ilo_ccb_verify_fndecl_28639 ilo_ccb_verify fndecl 0 28639 NULL
++disable_so_ipath_register_ib_device_fndecl_28659 ipath_register_ib_device fndecl 0 28659 NULL
++disable_so_btrfs_write_dirty_block_groups_fndecl_28661 btrfs_write_dirty_block_groups fndecl 0 28661 NULL
++disable_so_hif_usb_send_mgmt_fndecl_28677 hif_usb_send_mgmt fndecl 0 28677 NULL
++disable_so_set_input_gain_fndecl_28682 set_input_gain fndecl 0 28682 NULL
++disable_so_ethtool_set_rxnfc_fndecl_28684 ethtool_set_rxnfc fndecl 0 28684 NULL
++disable_so_xfs_swap_extents_fndecl_28692 xfs_swap_extents fndecl 0 28692 NULL
++disable_so_data_len_rndis_data_hdr_28701 data_len rndis_data_hdr 0 28701 NULL
++disable_so_snd_ac97_mixer_fndecl_28704 snd_ac97_mixer fndecl 0 28704 NULL
++disable_so_mlx4_init_cmpt_table_fndecl_28706 mlx4_init_cmpt_table fndecl 0 28706 NULL
++disable_so_zr36016_basic_test_fndecl_28711 zr36016_basic_test fndecl 0 28711 NULL
++disable_so_radix_tree_extend_fndecl_28720 radix_tree_extend fndecl 0 28720 NULL nohasharray
++disable_so_getexposure_fndecl_28720 getexposure fndecl 0 28720 &disable_so_radix_tree_extend_fndecl_28720
++disable_so_xfs_rtcheck_alloc_range_fndecl_28722 xfs_rtcheck_alloc_range fndecl 0 28722 NULL
++disable_so_iio_compute_scan_bytes_fndecl_28726 iio_compute_scan_bytes fndecl 0 28726 NULL
++disable_so_build_avpair_blob_fndecl_28733 build_avpair_blob fndecl 0 28733 NULL
++disable_so_skb_cow_data_fndecl_28734 skb_cow_data fndecl 0 28734 NULL
++disable_so___audit_signal_info_fndecl_28736 __audit_signal_info fndecl 0 28736 NULL
++disable_so_read_unconf_index_list_fndecl_28739 read_unconf_index_list fndecl 0 28739 NULL
++disable_so_si_init_smc_spll_table_fndecl_28744 si_init_smc_spll_table fndecl 0 28744 NULL
++disable_so_stk1160_vb2_setup_fndecl_28753 stk1160_vb2_setup fndecl 0 28753 NULL
++disable_so_tm6000_ir_init_fndecl_28754 tm6000_ir_init fndecl 0 28754 NULL
++disable_so___issue_creg_rw_fndecl_28778 __issue_creg_rw fndecl 0 28778 NULL
++disable_so_matches_name_fndecl_28779 matches_name fndecl 0 28779 NULL
++disable_so_airo_probe_fndecl_28785 airo_probe fndecl 0 28785 NULL
++disable_so_ext4_xattr_block_find_fndecl_28788 ext4_xattr_block_find fndecl 0 28788 NULL
++disable_so_parse_mf_symlink_fndecl_28795 parse_mf_symlink fndecl 0 28795 NULL
++disable_so___btrfs_run_delayed_items_fndecl_28804 __btrfs_run_delayed_items fndecl 0 28804 NULL
++disable_so_brcmf_fil_bsscfg_data_set_fndecl_28806 brcmf_fil_bsscfg_data_set fndecl 0 28806 NULL
++disable_so_ide_queue_pc_tail_fndecl_28810 ide_queue_pc_tail fndecl 0 28810 NULL nohasharray
++disable_so_bond_release_fndecl_28810 bond_release fndecl 0 28810 &disable_so_ide_queue_pc_tail_fndecl_28810
++disable_so_vnic_wq_alloc_fndecl_28819 vnic_wq_alloc fndecl 0 28819 NULL
++disable_so_ceph_build_auth_fndecl_28825 ceph_build_auth fndecl 0 28825 NULL
++disable_so_sdio_memcpy_toio_fndecl_28828 sdio_memcpy_toio fndecl 0 28828 NULL
++disable_so_isdn_net_force_dial_lp_fndecl_28829 isdn_net_force_dial_lp fndecl 0 28829 NULL
++disable_so_vram_end_radeon_mc_28831 vram_end radeon_mc 0 28831 NULL
++disable_so_br_mdb_copy_fndecl_28834 br_mdb_copy fndecl 0 28834 NULL
++disable_so_ipmr_mfc_add_fndecl_28843 ipmr_mfc_add fndecl 0 28843 NULL
++disable_so_get_ctl_type_fndecl_28853 get_ctl_type fndecl 0 28853 NULL
++disable_so_dvb_usbv2_download_firmware_fndecl_28854 dvb_usbv2_download_firmware fndecl 0 28854 NULL
++disable_so_tx_pending_ethtool_ringparam_28864 tx_pending ethtool_ringparam 0 28864 NULL
++disable_so_i2c_master_recv_fndecl_28869 i2c_master_recv fndecl 0 28869 NULL
++disable_so_rate_snd_pcm_oss_runtime_28878 rate snd_pcm_oss_runtime 0 28878 NULL
++disable_so_rndis_bind_fndecl_28884 rndis_bind fndecl 0 28884 NULL
++disable_so_zlib_inflateInit2_fndecl_28887 zlib_inflateInit2 fndecl 0 28887 NULL
++disable_so_snd_p16v_pcm_open_playback_channel_fndecl_28905 snd_p16v_pcm_open_playback_channel fndecl 0 28905 NULL
++disable_so_ocfs2_relink_block_group_fndecl_28906 ocfs2_relink_block_group fndecl 0 28906 NULL
++disable_so_port_c67x00_urb_priv_28917 port c67x00_urb_priv 0 28917 NULL
++disable_so___pm_runtime_resume_fndecl_28918 __pm_runtime_resume fndecl 0 28918 NULL
++disable_so_irq_set_affinity_notifier_fndecl_28923 irq_set_affinity_notifier fndecl 0 28923 NULL nohasharray
++disable_so_suspend_nvs_register_fndecl_28923 suspend_nvs_register fndecl 0 28923 &disable_so_irq_set_affinity_notifier_fndecl_28923
++disable_so_config_reg_read_fndecl_28931 config_reg_read fndecl 0 28931 NULL
++disable_so_qlcnic_set_real_num_queues_fndecl_28941 qlcnic_set_real_num_queues fndecl 0 28941 NULL
++disable_so_vidioc_qbuf_fndecl_28964 vidioc_qbuf fndecl 0 28964 NULL
++disable_so_ssb_pcmcia_cor_setup_fndecl_28983 ssb_pcmcia_cor_setup fndecl 0 28983 NULL
++disable_so_prodigy192_init_fndecl_28988 prodigy192_init fndecl 0 28988 NULL
++disable_so_vr_nor_mtd_setup_fndecl_29002 vr_nor_mtd_setup fndecl 0 29002 NULL nohasharray
++disable_so_sel_write_create_fndecl_29002 sel_write_create fndecl 0 29002 &disable_so_vr_nor_mtd_setup_fndecl_29002
++disable_so_snd_dmaengine_pcm_register_fndecl_29006 snd_dmaengine_pcm_register fndecl 0 29006 NULL
++disable_so_ivtvfb_prep_dec_dma_to_device_fndecl_29011 ivtvfb_prep_dec_dma_to_device fndecl 0 29011 NULL
++disable_so_elsa_cs_config_fndecl_29013 elsa_cs_config fndecl 0 29013 NULL
++disable_so_wait_on_ctr_state_fndecl_29015 wait_on_ctr_state fndecl 0 29015 NULL
++disable_so_ufx_enable_fndecl_29017 ufx_enable fndecl 0 29017 NULL
++disable_so_setup_cs_fndecl_29019 setup_cs fndecl 0 29019 NULL
++disable_so_dev_uc_add_fndecl_29020 dev_uc_add fndecl 0 29020 NULL nohasharray
++disable_so_init_line_levels_fndecl_29020 init_line_levels fndecl 0 29020 &disable_so_dev_uc_add_fndecl_29020
++disable_so_addr_ib_sge_29021 addr ib_sge 0 29021 NULL
++disable_so___spi_queued_transfer_fndecl_29024 __spi_queued_transfer fndecl 0 29024 NULL
++disable_so_dma_subdivide_fndecl_29027 dma_subdivide fndecl 0 29027 NULL
++disable_so_gssx_dec_option_array_fndecl_29031 gssx_dec_option_array fndecl 0 29031 NULL
++disable_so_mlx4_WRITE_PROMISC_fndecl_29038 mlx4_WRITE_PROMISC fndecl 0 29038 NULL
++disable_so_pcan_usb_pro_drv_loaded_fndecl_29040 pcan_usb_pro_drv_loaded fndecl 0 29040 NULL
++disable_so_drm_vblank_init_fndecl_29041 drm_vblank_init fndecl 0 29041 NULL
++disable_so_create_input_ctls_fndecl_29043 create_input_ctls fndecl 0 29043 NULL
++disable_so_nla_parse_fndecl_29053 nla_parse fndecl 0 29053 NULL
++disable_so_str_to_user_fndecl_29056 str_to_user fndecl 0 29056 NULL
++disable_so_dm_pool_open_thin_device_fndecl_29057 dm_pool_open_thin_device fndecl 0 29057 NULL
++disable_so_uvc_query_ctrl_fndecl_29063 uvc_query_ctrl fndecl 0 29063 NULL
++disable_so_mlx4_create_zones_fndecl_29064 mlx4_create_zones fndecl 0 29064 NULL
++disable_so_xfs_btree_lookup_fndecl_29066 xfs_btree_lookup fndecl 0 29066 NULL
++disable_so_qib_write_fndecl_29073 qib_write fndecl 0 29073 NULL
++disable_so_ip_mc_add1_src_fndecl_29081 ip_mc_add1_src fndecl 0 29081 NULL
++disable_so_ioc_hdrlist_fndecl_29102 ioc_hdrlist fndecl 0 29102 NULL
++disable_so_iwl_mvm_power_send_cmd_fndecl_29104 iwl_mvm_power_send_cmd fndecl 0 29104 NULL
++disable_so_dlm_ls_start_fndecl_29106 dlm_ls_start fndecl 0 29106 NULL
++disable_so_do_ebt_get_ctl_fndecl_29117 do_ebt_get_ctl fndecl 0 29117 NULL
++disable_so_bnx2x_load_cnic_fndecl_29122 bnx2x_load_cnic fndecl 0 29122 NULL
++disable_so_pci_set_power_state_fndecl_29124 pci_set_power_state fndecl 0 29124 NULL
++disable_so_rv6xx_dpm_init_fndecl_29134 rv6xx_dpm_init fndecl 0 29134 NULL
++disable_so_brcmf_usb_probe_cb_fndecl_29142 brcmf_usb_probe_cb fndecl 0 29142 NULL nohasharray
++disable_so_genprobe_ident_chips_fndecl_29142 genprobe_ident_chips fndecl 0 29142 &disable_so_brcmf_usb_probe_cb_fndecl_29142
++disable_so_ti_command_out_sync_fndecl_29168 ti_command_out_sync fndecl 0 29168 NULL
++disable_so_solo_g723_init_fndecl_29171 solo_g723_init fndecl 0 29171 NULL
++disable_so_pvr2_v4l2_iosetup_fndecl_29174 pvr2_v4l2_iosetup fndecl 0 29174 NULL
++disable_so_ext4_mb_init_backend_fndecl_29179 ext4_mb_init_backend fndecl 0 29179 NULL
++disable_so_em28xx_i2c_read_block_fndecl_29188 em28xx_i2c_read_block fndecl 0 29188 NULL
++disable_so_nl80211_set_reg_fndecl_29190 nl80211_set_reg fndecl 0 29190 NULL
++disable_so_cciss_setintinfo_fndecl_29192 cciss_setintinfo fndecl 0 29192 NULL
++disable_so_brcmf_config_wowl_pattern_fndecl_29198 brcmf_config_wowl_pattern fndecl 0 29198 NULL
++disable_so_x25_parse_facilities_fndecl_29207 x25_parse_facilities fndecl 0 29207 NULL
++disable_so_did_overwrite_ref_fndecl_29213 did_overwrite_ref fndecl 0 29213 NULL nohasharray
++disable_so_ax25_rt_del_fndecl_29213 ax25_rt_del fndecl 0 29213 &disable_so_did_overwrite_ref_fndecl_29213
++disable_so_efx_mcdi_check_supported_fndecl_29217 efx_mcdi_check_supported fndecl 0 29217 NULL
++disable_so_register_pernet_operations_fndecl_29226 register_pernet_operations fndecl 0 29226 NULL
++disable_so_au8522_probe_fndecl_29228 au8522_probe fndecl 0 29228 NULL
++disable_so_nv50_pior_create_fndecl_29233 nv50_pior_create fndecl 0 29233 NULL
++disable_so_dvb_dmxdev_buffer_write_fndecl_29234 dvb_dmxdev_buffer_write fndecl 0 29234 NULL
++disable_so_wl12xx_acx_config_ps_fndecl_29242 wl12xx_acx_config_ps fndecl 0 29242 NULL
++disable_so_gfs2_find_jhead_fndecl_29254 gfs2_find_jhead fndecl 0 29254 NULL
++disable_so_nv50_fence_context_new_fndecl_29259 nv50_fence_context_new fndecl 0 29259 NULL
++disable_so___i915_wait_request_fndecl_29260 __i915_wait_request fndecl 0 29260 NULL
++disable_so_wait_for_msg_done_fndecl_29269 wait_for_msg_done fndecl 0 29269 NULL
++disable_so_ssb_pcmcia_hardware_setup_fndecl_29276 ssb_pcmcia_hardware_setup fndecl 0 29276 NULL
++disable_so_sst_validate_fw_image_fndecl_29278 sst_validate_fw_image fndecl 0 29278 NULL
++disable_so_vmbus_open_fndecl_29289 vmbus_open fndecl 0 29289 NULL
++disable_so_btmrvl_sdio_host_to_card_fndecl_29291 btmrvl_sdio_host_to_card fndecl 0 29291 NULL
++disable_so_leb_start_ubi_device_29292 leb_start ubi_device 0 29292 NULL
++disable_so_idetape_position_tape_fndecl_29294 idetape_position_tape fndecl 0 29294 NULL
++disable_so_mmio_len_bnad_29303 mmio_len bnad 0 29303 NULL
++disable_so_tail_ivtv_dma_page_info_29306 tail ivtv_dma_page_info 0 29306 NULL
++disable_so_gnttab_grant_foreign_access_fndecl_29308 gnttab_grant_foreign_access fndecl 0 29308 NULL
++disable_so_soc_mbus_image_size_fndecl_29311 soc_mbus_image_size fndecl 0 29311 NULL
++disable_so_dwc3_gadget_init_fndecl_29327 dwc3_gadget_init fndecl 0 29327 NULL
++disable_so_scan_map_fndecl_29331 scan_map fndecl 0 29331 NULL
++disable_so_xfs_open_devices_fndecl_29337 xfs_open_devices fndecl 0 29337 NULL
++disable_so_bnx2x_test_nvram_dirs_fndecl_29338 bnx2x_test_nvram_dirs fndecl 0 29338 NULL
++disable_so_usb_driver_claim_interface_fndecl_29347 usb_driver_claim_interface fndecl 0 29347 NULL
++disable_so_vmw_fill_compat_cap_fndecl_29350 vmw_fill_compat_cap fndecl 0 29350 NULL
++disable_so_xfs_attr3_leaf_read_fndecl_29357 xfs_attr3_leaf_read fndecl 0 29357 NULL
++disable_so_intel_fill_fb_ggtt_view_fndecl_29359 intel_fill_fb_ggtt_view fndecl 0 29359 NULL
++disable_so_smsc75xx_set_mac_address_fndecl_29364 smsc75xx_set_mac_address fndecl 0 29364 NULL
++disable_so_get_setup_data_size_fndecl_29366 get_setup_data_size fndecl 0 29366 NULL
++disable_so_sta_info_insert_finish_fndecl_29367 sta_info_insert_finish fndecl 0 29367 NULL
++disable_so_smscore_detect_mode_fndecl_29368 smscore_detect_mode fndecl 0 29368 NULL
++disable_so_wl1251_set_key_type_fndecl_29371 wl1251_set_key_type fndecl 0 29371 NULL
++disable_so_dummy_perform_transfer_fndecl_29372 dummy_perform_transfer fndecl 0 29372 NULL
++disable_so_rt2800usb_autorun_detect_fndecl_29399 rt2800usb_autorun_detect fndecl 0 29399 NULL
++disable_so_irq_set_msi_desc_off_fndecl_29400 irq_set_msi_desc_off fndecl 0 29400 NULL
++disable_so_mls_compute_sid_fndecl_29416 mls_compute_sid fndecl 0 29416 NULL
++disable_so_nfc_add_se_fndecl_29425 nfc_add_se fndecl 0 29425 NULL
++disable_so_btrfsic_process_metablock_fndecl_29434 btrfsic_process_metablock fndecl 0 29434 NULL
++disable_so_add_sctp_bind_addr_fndecl_29438 add_sctp_bind_addr fndecl 0 29438 NULL
++disable_so_xfs_attr3_rmt_blocks_fndecl_29445 xfs_attr3_rmt_blocks fndecl 0 29445 NULL
++disable_so_uvesafb_vbe_init_mode_fndecl_29455 uvesafb_vbe_init_mode fndecl 0 29455 NULL
++disable_so_ebt_buf_add_fndecl_29456 ebt_buf_add fndecl 0 29456 NULL
++disable_so_kvm_apic_has_interrupt_fndecl_29462 kvm_apic_has_interrupt fndecl 0 29462 NULL nohasharray
++disable_so_mwifiex_cmd_reg_access_fndecl_29462 mwifiex_cmd_reg_access fndecl 0 29462 &disable_so_kvm_apic_has_interrupt_fndecl_29462
++disable_so_umc_device_register_fndecl_29475 umc_device_register fndecl 0 29475 NULL
++disable_so_macvtap_put_user_fndecl_29476 macvtap_put_user fndecl 0 29476 NULL nohasharray
++disable_so_mwifiex_scan_channel_list_fndecl_29476 mwifiex_scan_channel_list fndecl 0 29476 &disable_so_macvtap_put_user_fndecl_29476
++disable_so_gsmld_ioctl_fndecl_29477 gsmld_ioctl fndecl 0 29477 NULL
++disable_so_osst_read_back_buffer_and_rewrite_fndecl_29478 osst_read_back_buffer_and_rewrite fndecl 0 29478 NULL
++disable_so_rds_ib_recv_alloc_cache_fndecl_29494 rds_ib_recv_alloc_cache fndecl 0 29494 NULL
++disable_so_cx23885_alsa_dma_init_fndecl_29499 cx23885_alsa_dma_init fndecl 0 29499 NULL
++disable_so_ast_ttm_global_init_fndecl_29512 ast_ttm_global_init fndecl 0 29512 NULL
++disable_so_ecryptfs_copy_filename_fndecl_29519 ecryptfs_copy_filename fndecl 0 29519 NULL
++disable_so_avc_has_perm_fndecl_29523 avc_has_perm fndecl 0 29523 NULL
++disable_so_sum_mgr_create_fndecl_29524 sum_mgr_create fndecl 0 29524 NULL
++disable_so_amd64_configure_fndecl_29528 amd64_configure fndecl 0 29528 NULL
++disable_so_ipath_user_sdma_init_payload_fndecl_29529 ipath_user_sdma_init_payload fndecl 0 29529 NULL
++disable_so_vp702x_usb_inout_op_fndecl_29530 vp702x_usb_inout_op fndecl 0 29530 NULL
++disable_so_proc_submiturb_fndecl_29531 proc_submiturb fndecl 0 29531 NULL
++disable_so_pci_enable_msix_range_fndecl_29535 pci_enable_msix_range fndecl 0 29535 NULL
++disable_so_nvme_error_status_fndecl_29541 nvme_error_status fndecl 0 29541 NULL
++disable_so_uwb_rc_ie_add_one_fndecl_29542 uwb_rc_ie_add_one fndecl 0 29542 NULL
++disable_so_zone_mem_ttm_mem_zone_29551 zone_mem ttm_mem_zone 0 29551 NULL
++disable_so_get_daio_rsc_fndecl_29556 get_daio_rsc fndecl 0 29556 NULL
++disable_so_btrfs_qgroup_account_fndecl_29557 btrfs_qgroup_account fndecl 0 29557 NULL
++disable_so_iwl_mvm_send_cmd_pdu_fndecl_29560 iwl_mvm_send_cmd_pdu fndecl 0 29560 NULL
++disable_so_nfnetlink_send_fndecl_29561 nfnetlink_send fndecl 0 29561 NULL
++disable_so_calculate_iosize_fndecl_29562 calculate_iosize fndecl 0 29562 NULL
++disable_so_xstateregs_get_fndecl_29585 xstateregs_get fndecl 0 29585 NULL
++disable_so_main_first_ubifs_info_29606 main_first ubifs_info 0 29606 NULL
++disable_so_atrtr_create_fndecl_29616 atrtr_create fndecl 0 29616 NULL
++disable_so_eeepc_new_rfkill_fndecl_29627 eeepc_new_rfkill fndecl 0 29627 NULL
++disable_so_fill_art_fndecl_29631 fill_art fndecl 0 29631 NULL
++disable_so_read_and_add_raw_conns_fndecl_29632 read_and_add_raw_conns fndecl 0 29632 NULL
++disable_so_vb_bytes_per_frame_cx18_stream_29644 vb_bytes_per_frame cx18_stream 0 29644 NULL
++disable_so_syscall_result_st_buffer_29649 syscall_result st_buffer 0 29649 NULL
++disable_so_ax25_rt_ioctl_fndecl_29652 ax25_rt_ioctl fndecl 0 29652 NULL
++disable_so_ixgbe_dcb_hw_ets_fndecl_29654 ixgbe_dcb_hw_ets fndecl 0 29654 NULL
++disable_so_rate_idx_ieee80211_rx_status_29659 rate_idx ieee80211_rx_status 0 29659 NULL
++disable_so_ethtool_get_wol_fndecl_29662 ethtool_get_wol fndecl 0 29662 NULL
++disable_so_intel_init_ring_buffer_fndecl_29667 intel_init_ring_buffer fndecl 0 29667 NULL
++disable_so_rtsx_usb_seq_read_register_fndecl_29680 rtsx_usb_seq_read_register fndecl 0 29680 NULL
++disable_so_is_connected_input_ep_fndecl_29693 is_connected_input_ep fndecl 0 29693 NULL
++disable_so_mmc_app_set_bus_width_fndecl_29701 mmc_app_set_bus_width fndecl 0 29701 NULL
++disable_so_hspi_status_check_timeout_fndecl_29712 hspi_status_check_timeout fndecl 0 29712 NULL
++disable_so_usdhi6_cmd_flags_fndecl_29713 usdhi6_cmd_flags fndecl 0 29713 NULL
++disable_so_ca91cx42_alloc_resource_fndecl_29717 ca91cx42_alloc_resource fndecl 0 29717 NULL
++disable_so_ubifs_jnl_update_fndecl_29731 ubifs_jnl_update fndecl 0 29731 NULL
++disable_so_add_control_with_pfx_fndecl_29746 add_control_with_pfx fndecl 0 29746 NULL
++disable_so_mtd_lock_fndecl_29757 mtd_lock fndecl 0 29757 NULL
++disable_so_wl1271_acx_ps_rx_streaming_fndecl_29764 wl1271_acx_ps_rx_streaming fndecl 0 29764 NULL
++disable_so_snd_asihpi_mux_add_fndecl_29765 snd_asihpi_mux_add fndecl 0 29765 NULL
++disable_so_cfg_reg_gazel_hw_29767 cfg_reg gazel_hw 0 29767 NULL
++disable_so_drm_primary_helper_update_fndecl_29776 drm_primary_helper_update fndecl 0 29776 NULL
++disable_so_mccic_register_fndecl_29782 mccic_register fndecl 0 29782 NULL
++disable_so_bit_line_usb_fifo_29792 bit_line usb_fifo 0 29792 NULL
++disable_so_flow_change_fndecl_29805 flow_change fndecl 0 29805 NULL
++disable_so_i_disksize_ext4_inode_info_29807 i_disksize ext4_inode_info 0 29807 NULL
++disable_so_dsp_free_router_ports_fndecl_29810 dsp_free_router_ports fndecl 0 29810 NULL
++disable_so_ushc_hw_get_caps_fndecl_29835 ushc_hw_get_caps fndecl 0 29835 NULL
++disable_so_write_orph_node_fndecl_29837 write_orph_node fndecl 0 29837 NULL
++disable_so_mcam_cam_init_fndecl_29853 mcam_cam_init fndecl 0 29853 NULL nohasharray
++disable_so_b43_phy_versioning_fndecl_29853 b43_phy_versioning fndecl 0 29853 &disable_so_mcam_cam_init_fndecl_29853
++disable_so_snd_usb_mixer_status_create_fndecl_29856 snd_usb_mixer_status_create fndecl 0 29856 NULL
++disable_so_mlx4_map_clr_int_fndecl_29867 mlx4_map_clr_int fndecl 0 29867 NULL
++disable_so_mantis_dvb_init_fndecl_29877 mantis_dvb_init fndecl 0 29877 NULL
++disable_so___fib_validate_source_fndecl_29878 __fib_validate_source fndecl 0 29878 NULL
++disable_so_ubi_io_write_vid_hdr_fndecl_29879 ubi_io_write_vid_hdr fndecl 0 29879 NULL
++disable_so_send_unlock_fndecl_29881 send_unlock fndecl 0 29881 NULL
++disable_so_snd_emu10k1_tram_poke_fndecl_29884 snd_emu10k1_tram_poke fndecl 0 29884 NULL
++disable_so_parport_write_fndecl_29886 parport_write fndecl 0 29886 NULL
++disable_so_map_data_for_request_fndecl_29893 map_data_for_request fndecl 0 29893 NULL
++disable_so_residual_st_cmdstatus_29897 residual st_cmdstatus 0 29897 NULL
++disable_so_kvm_irqfd_fndecl_29901 kvm_irqfd fndecl 0 29901 NULL
++disable_so___cached_dev_store_fndecl_29908 __cached_dev_store fndecl 0 29908 NULL
++disable_so_ubi_wl_get_peb_fndecl_29912 ubi_wl_get_peb fndecl 0 29912 NULL
++disable_so_create_endpoint_and_queue_bulk_fndecl_29913 create_endpoint_and_queue_bulk fndecl 0 29913 NULL
++disable_so_ttm_ref_object_add_fndecl_29935 ttm_ref_object_add fndecl 0 29935 NULL
++disable_so_pvr2_ioread_read_fndecl_29939 pvr2_ioread_read fndecl 0 29939 NULL
++disable_so_spi_sync_fndecl_29944 spi_sync fndecl 0 29944 NULL
++disable_so__ctl_eventenable_fndecl_29949 _ctl_eventenable fndecl 0 29949 NULL
++disable_so_cciss_proc_write_fndecl_29952 cciss_proc_write fndecl 0 29952 NULL
++disable_so_gpiochip_add_to_list_fndecl_29957 gpiochip_add_to_list fndecl 0 29957 NULL
++disable_so_mutex_lock_killable_fndecl_29975 mutex_lock_killable fndecl 0 29975 NULL
++disable_so_ubi_leb_change_fndecl_29986 ubi_leb_change fndecl 0 29986 NULL
++disable_so_version_lock_fndecl_29995 version_lock fndecl 0 29995 NULL
++disable_so_via_build_sg_info_fndecl_29998 via_build_sg_info fndecl 0 29998 NULL
++disable_so_nvif_object_new_fndecl_29999 nvif_object_new fndecl 0 29999 NULL
++disable_so_add_keys_fndecl_30015 add_keys fndecl 0 30015 NULL
++disable_so__base_make_ioc_operational_fndecl_30016 _base_make_ioc_operational fndecl 0 30016 NULL
++disable_so_atm_init_fndecl_30019 atm_init fndecl 0 30019 NULL
++disable_so_netlbl_catmap_setbit_fndecl_30024 netlbl_catmap_setbit fndecl 0 30024 NULL
++disable_so_ubi_leb_read_fndecl_30027 ubi_leb_read fndecl 0 30027 NULL
++disable_so_wl1271_acx_bet_enable_fndecl_30031 wl1271_acx_bet_enable fndecl 0 30031 NULL
++disable_so_ax88772_bind_fndecl_30032 ax88772_bind fndecl 0 30032 NULL
++disable_so_max_wqes_mthca_limits_30037 max_wqes mthca_limits 0 30037 NULL
++disable_so_dbAllocAny_fndecl_30049 dbAllocAny fndecl 0 30049 NULL
++disable_so_tef6862_probe_fndecl_30050 tef6862_probe fndecl 0 30050 NULL
++disable_so_add_swap_extent_fndecl_30065 add_swap_extent fndecl 0 30065 NULL
++disable_so_b43_aphy_init_tssi2dbm_table_fndecl_30066 b43_aphy_init_tssi2dbm_table fndecl 0 30066 NULL
++disable_so___smb_init_fndecl_30067 __smb_init fndecl 0 30067 NULL
++disable_so_em28xx_read_reg_req_len_fndecl_30071 em28xx_read_reg_req_len fndecl 0 30071 NULL
++disable_so_dvb_usb_download_firmware_fndecl_30076 dvb_usb_download_firmware fndecl 0 30076 NULL nohasharray
++disable_so_pcmidi_snd_initialise_fndecl_30076 pcmidi_snd_initialise fndecl 0 30076 &disable_so_dvb_usb_download_firmware_fndecl_30076
++disable_so_whci_add_cap_fndecl_30077 whci_add_cap fndecl 0 30077 NULL
++disable_so_arp_req_get_fndecl_30093 arp_req_get fndecl 0 30093 NULL
++disable_so_parse_policy_fndecl_30094 parse_policy fndecl 0 30094 NULL nohasharray
++disable_so_id_watchdog_device_30094 id watchdog_device 0 30094 &disable_so_parse_policy_fndecl_30094
++disable_so_phy_connect_direct_fndecl_30101 phy_connect_direct fndecl 0 30101 NULL
++disable_so_ecryptfs_decode_and_decrypt_filename_fndecl_30104 ecryptfs_decode_and_decrypt_filename fndecl 0 30104 NULL
++disable_so_reiserfs_security_init_fndecl_30105 reiserfs_security_init fndecl 0 30105 NULL
++disable_so_lis3lv02d_init_device_fndecl_30115 lis3lv02d_init_device fndecl 0 30115 NULL
++disable_so_ima_fw_from_file_fndecl_30119 ima_fw_from_file fndecl 0 30119 NULL
++disable_so_iommu_group_add_device_fndecl_30137 iommu_group_add_device fndecl 0 30137 NULL
++disable_so_invalidate_fastmap_fndecl_30142 invalidate_fastmap fndecl 0 30142 NULL
++disable_so_iwl_mvm_load_d3_fw_fndecl_30160 iwl_mvm_load_d3_fw fndecl 0 30160 NULL
++disable_so_mmio_base_drm_mga_private_30161 mmio_base drm_mga_private 0 30161 NULL
++disable_so_dlm_add_member_fndecl_30166 dlm_add_member fndecl 0 30166 NULL
++disable_so_tailsz_cifs_writedata_30171 tailsz cifs_writedata 0 30171 NULL
++disable_so_dvb_init_fndecl_30176 dvb_init fndecl 0 30176 NULL
++disable_so_kvm_vm_ioctl_get_dirty_log_fndecl_30180 kvm_vm_ioctl_get_dirty_log fndecl 0 30180 NULL
++disable_so_codec_send_command_fndecl_30183 codec_send_command fndecl 0 30183 NULL
++disable_so_i915_gem_setup_global_gtt_fndecl_30202 i915_gem_setup_global_gtt fndecl 0 30202 NULL nohasharray
++disable_so_add_controls_fndecl_30202 add_controls fndecl 0 30202 &disable_so_i915_gem_setup_global_gtt_fndecl_30202
++disable_so_dcbnl_cee_fill_fndecl_30203 dcbnl_cee_fill fndecl 0 30203 NULL
++disable_so_fdtv_write_fndecl_30214 fdtv_write fndecl 0 30214 NULL
++disable_so_ttm_copy_ttm_io_page_fndecl_30216 ttm_copy_ttm_io_page fndecl 0 30216 NULL
++disable_so_nvme_trans_mode_select_fndecl_30218 nvme_trans_mode_select fndecl 0 30218 NULL
++disable_so_tegra_spi_start_rx_dma_fndecl_30226 tegra_spi_start_rx_dma fndecl 0 30226 NULL
++disable_so_digital_in_iso_dep_push_sod_fndecl_30227 digital_in_iso_dep_push_sod fndecl 0 30227 NULL
++disable_so___add_keyed_refs_fndecl_30230 __add_keyed_refs fndecl 0 30230 NULL
++disable_so_ipmi_init_msghandler_fndecl_30237 ipmi_init_msghandler fndecl 0 30237 NULL
++disable_so_spdif_passthru_playback_get_resources_fndecl_30238 spdif_passthru_playback_get_resources fndecl 0 30238 NULL
++disable_so_insert_inline_extent_backref_fndecl_30244 insert_inline_extent_backref fndecl 0 30244 NULL
++disable_so_bond_enslave_fndecl_30253 bond_enslave fndecl 0 30253 NULL
++disable_so_kvm_vcpu_ioctl_set_cpuid2_fndecl_30258 kvm_vcpu_ioctl_set_cpuid2 fndecl 0 30258 NULL nohasharray
++disable_so_read_adv_features_fndecl_30258 read_adv_features fndecl 0 30258 &disable_so_kvm_vcpu_ioctl_set_cpuid2_fndecl_30258
++disable_so_pci_msi_vec_count_fndecl_30261 pci_msi_vec_count fndecl 0 30261 NULL
++disable_so_fm_drv_init_fndecl_30275 fm_drv_init fndecl 0 30275 NULL
++disable_so_lpt_gc_lnum_fndecl_30290 lpt_gc_lnum fndecl 0 30290 NULL
++disable_so_virtio_pci_legacy_probe_fndecl_30291 virtio_pci_legacy_probe fndecl 0 30291 NULL
++disable_so_tcp_send_mss_fndecl_30292 tcp_send_mss fndecl 0 30292 NULL
++disable_so_ethtool_get_tunable_fndecl_30294 ethtool_get_tunable fndecl 0 30294 NULL
++disable_so_drm_modeset_lock_all_crtcs_fndecl_30295 drm_modeset_lock_all_crtcs fndecl 0 30295 NULL
++disable_so_smsusb_start_streaming_fndecl_30299 smsusb_start_streaming fndecl 0 30299 NULL
++disable_so_dlfb_realloc_framebuffer_fndecl_30318 dlfb_realloc_framebuffer fndecl 0 30318 NULL
++disable_so_check_corruption_fndecl_30320 check_corruption fndecl 0 30320 NULL
++disable_so_kvm_write_guest_cached_fndecl_30321 kvm_write_guest_cached fndecl 0 30321 NULL
++disable_so_hfs_cat_find_brec_fndecl_30338 hfs_cat_find_brec fndecl 0 30338 NULL
++disable_so_scan_pool_fndecl_30343 scan_pool fndecl 0 30343 NULL
++disable_so_slcan_ioctl_fndecl_30348 slcan_ioctl fndecl 0 30348 NULL
++disable_so_mic_setup_callbacks_fndecl_30356 mic_setup_callbacks fndecl 0 30356 NULL
++disable_so_uvesafb_vbe_find_mode_fndecl_30365 uvesafb_vbe_find_mode fndecl 0 30365 NULL
++disable_so_drm_gem_handle_create_tail_fndecl_30376 drm_gem_handle_create_tail fndecl 0 30376 NULL nohasharray
++disable_so_ath6kl_bmi_reg_write_fndecl_30376 ath6kl_bmi_reg_write fndecl 0 30376 &disable_so_drm_gem_handle_create_tail_fndecl_30376
++disable_so_devm_add_action_fndecl_30380 devm_add_action fndecl 0 30380 NULL
++disable_so_get_callback_via_fndecl_30387 get_callback_via fndecl 0 30387 NULL
++disable_so_dlm_user_unlock_fndecl_30393 dlm_user_unlock fndecl 0 30393 NULL
++disable_so_zd_submit_waiting_urb_fndecl_30400 zd_submit_waiting_urb fndecl 0 30400 NULL
++disable_so_sq_overhead_fndecl_30401 sq_overhead fndecl 0 30401 NULL nohasharray
++disable_so_qlcnic_probe_fndecl_30401 qlcnic_probe fndecl 0 30401 &disable_so_sq_overhead_fndecl_30401
++disable_so_decode_opaque_fixed_fndecl_30421 decode_opaque_fixed fndecl 0 30421 NULL
++disable_so_fb_set_var_fndecl_30424 fb_set_var fndecl 0 30424 NULL
++disable_so_ba0_addr_snd_cs46xx_30426 ba0_addr snd_cs46xx 0 30426 NULL
++disable_so_ufx_usb_probe_fndecl_30427 ufx_usb_probe fndecl 0 30427 NULL
++disable_so_width_bttv_fh_30432 width bttv_fh 0 30432 NULL
++disable_so_xfs_uuid_mount_fndecl_30439 xfs_uuid_mount fndecl 0 30439 NULL
++disable_so_ubifs_write_node_fndecl_30441 ubifs_write_node fndecl 0 30441 NULL nohasharray
++disable_so_dlci_ioctl_fndecl_30441 dlci_ioctl fndecl 0 30441 &disable_so_ubifs_write_node_fndecl_30441
++disable_so_ip6mr_sk_init_fndecl_30442 ip6mr_sk_init fndecl 0 30442 NULL
++disable_so_hash_ipportip4_add_fndecl_30446 hash_ipportip4_add fndecl 0 30446 NULL
++disable_so_zatm_init_one_fndecl_30459 zatm_init_one fndecl 0 30459 NULL
++disable_so_mmap_region_fndecl_30460 mmap_region fndecl 0 30460 NULL
++disable_so_call_usermodehelper_fndecl_30462 call_usermodehelper fndecl 0 30462 NULL
++disable_so_setkeycode_fndecl_30472 setkeycode fndecl 0 30472 NULL
++disable_so_nouveau_gem_new_fndecl_30476 nouveau_gem_new fndecl 0 30476 NULL
++disable_so_conn_is_valid_transition_fndecl_30478 conn_is_valid_transition fndecl 0 30478 NULL
++disable_so_tsl2550_probe_fndecl_30485 tsl2550_probe fndecl 0 30485 NULL
++disable_so_rd_build_prot_space_fndecl_30490 rd_build_prot_space fndecl 0 30490 NULL
++disable_so_iwl_dbgfs_netdetect_write_fndecl_30494 iwl_dbgfs_netdetect_write fndecl 0 30494 NULL
++disable_so_saa7706h_mute_fndecl_30502 saa7706h_mute fndecl 0 30502 NULL
++disable_so_mlx5_core_modify_cq_fndecl_30507 mlx5_core_modify_cq fndecl 0 30507 NULL
++disable_so_i915_gem_wait_for_error_fndecl_30516 i915_gem_wait_for_error fndecl 0 30516 NULL
++disable_so_enic_get_vnic_config_fndecl_30522 enic_get_vnic_config fndecl 0 30522 NULL
++disable_so_i40e_alloc_arq_bufs_fndecl_30532 i40e_alloc_arq_bufs fndecl 0 30532 NULL
++disable_so_wl1271_acx_set_preamble_fndecl_30548 wl1271_acx_set_preamble fndecl 0 30548 NULL
++disable_so_ubifs_log_start_commit_fndecl_30550 ubifs_log_start_commit fndecl 0 30550 NULL
++disable_so_mmc_io_rw_direct_host_fndecl_30553 mmc_io_rw_direct_host fndecl 0 30553 NULL nohasharray
++disable_so_b43legacy_write_initvals_fndecl_30553 b43legacy_write_initvals fndecl 0 30553 &disable_so_mmc_io_rw_direct_host_fndecl_30553
++disable_so_nfs_idmap_legacy_upcall_fndecl_30554 nfs_idmap_legacy_upcall fndecl 0 30554 NULL
++disable_so_snd_hda_attach_beep_device_fndecl_30559 snd_hda_attach_beep_device fndecl 0 30559 NULL
++disable_so___find_set_type_get_fndecl_30570 __find_set_type_get fndecl 0 30570 NULL
++disable_so_snd_pcm_oss_write1_fndecl_30571 snd_pcm_oss_write1 fndecl 0 30571 NULL
++disable_so_drm_ht_insert_item_fndecl_30574 drm_ht_insert_item fndecl 0 30574 NULL
++disable_so_ni_set_mc_special_registers_fndecl_30577 ni_set_mc_special_registers fndecl 0 30577 NULL
++disable_so___do_proc_dointvec_fndecl_30579 __do_proc_dointvec fndecl 0 30579 NULL
++disable_so_ida_get_new_above_fndecl_30582 ida_get_new_above fndecl 0 30582 NULL
++disable_so_readsize_acm_30592 readsize acm 0 30592 NULL
++disable_so___ipath_get_user_pages_fndecl_30595 __ipath_get_user_pages fndecl 0 30595 NULL
++disable_so_gru_dump_tfm_fndecl_30606 gru_dump_tfm fndecl 0 30606 NULL
++disable_so_snd_compr_set_params_fndecl_30613 snd_compr_set_params fndecl 0 30613 NULL
++disable_so_iscsit_handle_task_mgt_cmd_fndecl_30614 iscsit_handle_task_mgt_cmd fndecl 0 30614 NULL
++disable_so___put_v4l2_format32_fndecl_30617 __put_v4l2_format32 fndecl 0 30617 NULL
++disable_so_cm_init_qp_rts_attr_fndecl_30621 cm_init_qp_rts_attr fndecl 0 30621 NULL nohasharray
++disable_so_bnx2x_test_nvram_ext_dirs_fndecl_30621 bnx2x_test_nvram_ext_dirs fndecl 0 30621 &disable_so_cm_init_qp_rts_attr_fndecl_30621
++disable_so_ip_mc_join_group_fndecl_30625 ip_mc_join_group fndecl 0 30625 NULL
++disable_so_vmw_resource_val_add_fndecl_30627 vmw_resource_val_add fndecl 0 30627 NULL
++disable_so_ttusb_dec_boot_dsp_fndecl_30631 ttusb_dec_boot_dsp fndecl 0 30631 NULL
++disable_so_evdev_handle_set_keycode_v2_fndecl_30633 evdev_handle_set_keycode_v2 fndecl 0 30633 NULL
++disable_so_kobject_add_fndecl_30644 kobject_add fndecl 0 30644 NULL
++disable_so_bond_sysfs_slave_add_fndecl_30658 bond_sysfs_slave_add fndecl 0 30658 NULL
++disable_so_atk_add_fndecl_30669 atk_add fndecl 0 30669 NULL
++disable_so_tun_put_user_fndecl_30676 tun_put_user fndecl 0 30676 NULL
++disable_so_amd_iommu_init_device_fndecl_30684 amd_iommu_init_device fndecl 0 30684 NULL
++disable_so_snd_hda_do_attach_fndecl_30688 snd_hda_do_attach fndecl 0 30688 NULL
++disable_so_status_urb_30696 status urb 0 30696 NULL
++disable_so_security_get_bools_fndecl_30703 security_get_bools fndecl 0 30703 NULL
++disable_so_i1480_mac_fw_upload_fndecl_30710 i1480_mac_fw_upload fndecl 0 30710 NULL
++disable_so_sched_autogroup_write_fndecl_30715 sched_autogroup_write fndecl 0 30715 NULL
++disable_so_edd_init_fndecl_30717 edd_init fndecl 0 30717 NULL
++disable_so_init_fpu_fndecl_30719 init_fpu fndecl 0 30719 NULL
++disable_so_parse_device_fndecl_30723 parse_device fndecl 0 30723 NULL
++disable_so_i40e_alloc_adminq_arq_ring_fndecl_30740 i40e_alloc_adminq_arq_ring fndecl 0 30740 NULL
++disable_so_command_setvloffset_fndecl_30761 command_setvloffset fndecl 0 30761 NULL
++disable_so_read_more_fndecl_30767 read_more fndecl 0 30767 NULL
++disable_so_rc_register_device_fndecl_30771 rc_register_device fndecl 0 30771 NULL
++disable_so_lp_write_fndecl_30772 lp_write fndecl 0 30772 NULL
++disable_so_cx88_risc_databuffer_fndecl_30776 cx88_risc_databuffer fndecl 0 30776 NULL
++disable_so_netup_write_i2c_fndecl_30793 netup_write_i2c fndecl 0 30793 NULL
++disable_so_ipath_get_user_pages_fndecl_30794 ipath_get_user_pages fndecl 0 30794 NULL
++disable_so_mtd_del_partition_fndecl_30795 mtd_del_partition fndecl 0 30795 NULL
++disable_so_kobj_map_fndecl_30797 kobj_map fndecl 0 30797 NULL nohasharray
++disable_so_set_mixer_defaults_fndecl_30797 set_mixer_defaults fndecl 0 30797 &disable_so_kobj_map_fndecl_30797 nohasharray
++disable_so_drm_mode_group_init_legacy_group_fndecl_30797 drm_mode_group_init_legacy_group fndecl 0 30797 &disable_so_set_mixer_defaults_fndecl_30797
++disable_so_mvs_pci_init_fndecl_30802 mvs_pci_init fndecl 0 30802 NULL
++disable_so_xfs_ialloc_read_agi_fndecl_30810 xfs_ialloc_read_agi fndecl 0 30810 NULL
++disable_so_wl1271_acx_slot_fndecl_30813 wl1271_acx_slot fndecl 0 30813 NULL
++disable_so_ivtvfb_ioctl_fndecl_30818 ivtvfb_ioctl fndecl 0 30818 NULL
++disable_so_tg3_nvram_write_block_using_eeprom_fndecl_30823 tg3_nvram_write_block_using_eeprom fndecl 0 30823 NULL
++disable_so_wl1271_cmd_configure_fndecl_30829 wl1271_cmd_configure fndecl 0 30829 NULL
++disable_so_nj_init_card_fndecl_30845 nj_init_card fndecl 0 30845 NULL nohasharray
++disable_so_mlx4_NOP_fndecl_30845 mlx4_NOP fndecl 0 30845 &disable_so_nj_init_card_fndecl_30845
++disable_so_copy_msghdr_from_user_fndecl_30861 copy_msghdr_from_user fndecl 0 30861 NULL
++disable_so_spi_sh_send_fndecl_30862 spi_sh_send fndecl 0 30862 NULL
++disable_so_pre_write_mst_fixup_fndecl_30866 pre_write_mst_fixup fndecl 0 30866 NULL
++disable_so_xfs_qm_dqattach_one_fndecl_30870 xfs_qm_dqattach_one fndecl 0 30870 NULL
++disable_so_do_sync_fndecl_30871 do_sync fndecl 0 30871 NULL
++disable_so_sddr09_send_command_fndecl_30873 sddr09_send_command fndecl 0 30873 NULL
++disable_so_ocfs2_claim_suballoc_bits_fndecl_30876 ocfs2_claim_suballoc_bits fndecl 0 30876 NULL
++disable_so_wa_create_fndecl_30883 wa_create fndecl 0 30883 NULL
++disable_so_snd_seq_ioctl_set_queue_client_fndecl_30884 snd_seq_ioctl_set_queue_client fndecl 0 30884 NULL
++disable_so_mmc_sd_switch_hs_fndecl_30885 mmc_sd_switch_hs fndecl 0 30885 NULL
++disable_so_ocfs2_xattr_get_rec_fndecl_30887 ocfs2_xattr_get_rec fndecl 0 30887 NULL
++disable_so_addr_nvkm_fifo_chan_30902 addr nvkm_fifo_chan 0 30902 NULL
++disable_so_lmLogInit_fndecl_30904 lmLogInit fndecl 0 30904 NULL
++disable_so_crypto_register_algs_fndecl_30905 crypto_register_algs fndecl 0 30905 NULL
++disable_so_tb_eeprom_read_n_fndecl_30916 tb_eeprom_read_n fndecl 0 30916 NULL
++disable_so___erst_read_from_storage_fndecl_30921 __erst_read_from_storage fndecl 0 30921 NULL
++disable_so_chipio_write_fndecl_30923 chipio_write fndecl 0 30923 NULL
++disable_so_cudlength_x25_calluserdata_30930 cudlength x25_calluserdata 0 30930 NULL
++disable_so_dvb_usb_adapter_frontend_init_fndecl_30936 dvb_usb_adapter_frontend_init fndecl 0 30936 NULL
++disable_so_xenbus_printf_fndecl_30938 xenbus_printf fndecl 0 30938 NULL
++disable_so_snd_rawmidi_open_fndecl_30943 snd_rawmidi_open fndecl 0 30943 NULL
++disable_so_status_autofs_wait_queue_30950 status autofs_wait_queue 0 30950 NULL
++disable_so_lowpan_control_write_fndecl_30960 lowpan_control_write fndecl 0 30960 NULL
++disable_so_ax25_rt_opt_fndecl_30962 ax25_rt_opt fndecl 0 30962 NULL
++disable_so_vx_transfer_end_fndecl_30966 vx_transfer_end fndecl 0 30966 NULL
++disable_so_get_leaf_fndecl_30972 get_leaf fndecl 0 30972 NULL
++disable_so_avail_out_z_stream_s_30974 avail_out z_stream_s 0 30974 NULL
++disable_so_ext4_mark_iloc_dirty_fndecl_30980 ext4_mark_iloc_dirty fndecl 0 30980 NULL
++disable_so_samsung_debugfs_init_fndecl_30993 samsung_debugfs_init fndecl 0 30993 NULL
++disable_so_s_victim_ino_logfs_super_30996 s_victim_ino logfs_super 0 30996 NULL
++disable_so_smb2_clone_range_fndecl_31004 smb2_clone_range fndecl 0 31004 NULL
++disable_so_btrfs_search_slot_fndecl_31011 btrfs_search_slot fndecl 0 31011 NULL
++disable_so_snd_riptide_create_fndecl_31012 snd_riptide_create fndecl 0 31012 NULL
++disable_so_mount_ubifs_fndecl_31018 mount_ubifs fndecl 0 31018 NULL
++disable_so_mic_sync_dma_fndecl_31034 mic_sync_dma fndecl 0 31034 NULL
++disable_so_iwlagn_mac_resume_fndecl_31035 iwlagn_mac_resume fndecl 0 31035 NULL
++disable_so_i40e_set_num_rings_in_vsi_fndecl_31040 i40e_set_num_rings_in_vsi fndecl 0 31040 NULL
++disable_so_mlx4_SET_ICM_SIZE_fndecl_31042 mlx4_SET_ICM_SIZE fndecl 0 31042 NULL
++disable_so_dsp_registers_phys_echoaudio_31045 dsp_registers_phys echoaudio 0 31045 NULL
++disable_so_submit_urbs_fndecl_31064 submit_urbs fndecl 0 31064 NULL nohasharray
++disable_so_si_lf_eblk_bfs_sb_info_31064 si_lf_eblk bfs_sb_info 0 31064 &disable_so_submit_urbs_fndecl_31064
++disable_so___fuse_direct_read_fndecl_31067 __fuse_direct_read fndecl 0 31067 NULL
++disable_so_rfcomm_sock_getsockopt_old_fndecl_31070 rfcomm_sock_getsockopt_old fndecl 0 31070 NULL
++disable_so_cpufreq_table_validate_and_show_fndecl_31074 cpufreq_table_validate_and_show fndecl 0 31074 NULL
++disable_so_memblock_find_in_range_node_fndecl_31075 memblock_find_in_range_node fndecl 0 31075 NULL
++disable_so_drm_mode_group_init_fndecl_31080 drm_mode_group_init fndecl 0 31080 NULL
++disable_so_nvme_trans_fmt_get_parm_header_fndecl_31087 nvme_trans_fmt_get_parm_header fndecl 0 31087 NULL
++disable_so_tm6000_set_reg_fndecl_31090 tm6000_set_reg fndecl 0 31090 NULL
++disable_so_max3421_transfer_in_done_fndecl_31109 max3421_transfer_in_done fndecl 0 31109 NULL
++disable_so___decode_pools_fndecl_31115 __decode_pools fndecl 0 31115 NULL
++disable_so_mwifiex_usb_probe_fndecl_31127 mwifiex_usb_probe fndecl 0 31127 NULL
++disable_so_xfs_da_mount_fndecl_31130 xfs_da_mount fndecl 0 31130 NULL
++disable_so_mlx4_bitmap_init_fndecl_31138 mlx4_bitmap_init fndecl 0 31138 NULL
++disable_so_cpuidle_register_driver_fndecl_31155 cpuidle_register_driver fndecl 0 31155 NULL
++disable_so_pcrypt_cpumask_change_notify_fndecl_31162 pcrypt_cpumask_change_notify fndecl 0 31162 NULL
++disable_so_compat_get_fd_set_fndecl_31173 compat_get_fd_set fndecl 0 31173 NULL
++disable_so_sel_netnode_sid_slow_fndecl_31175 sel_netnode_sid_slow fndecl 0 31175 NULL
++disable_so_ocfs2_last_eb_is_empty_fndecl_31181 ocfs2_last_eb_is_empty fndecl 0 31181 NULL
++disable_so_asix_set_eeprom_fndecl_31183 asix_set_eeprom fndecl 0 31183 NULL
++disable_so_con_do_clear_unimap_fndecl_31185 con_do_clear_unimap fndecl 0 31185 NULL
++disable_so_ch_set_voltag_fndecl_31201 ch_set_voltag fndecl 0 31201 NULL
++disable_so_check_i2c_image_fndecl_31225 check_i2c_image fndecl 0 31225 NULL
++disable_so_choose_log_fs_mgm_entry_size_fndecl_31228 choose_log_fs_mgm_entry_size fndecl 0 31228 NULL
++disable_so_kaweth_control_fndecl_31233 kaweth_control fndecl 0 31233 NULL
++disable_so_drbd_adm_connect_fndecl_31239 drbd_adm_connect fndecl 0 31239 NULL
++disable_so_cmd_error_zd_usb_31242 cmd_error zd_usb 0 31242 NULL
++disable_so_check_tp_fndecl_31244 check_tp fndecl 0 31244 NULL
++disable_so_rsvp_change_fndecl_31249 rsvp_change fndecl 0 31249 NULL
++disable_so___list_lru_init_fndecl_31251 __list_lru_init fndecl 0 31251 NULL
++disable_so_mgmt_alloc_cmd_data_fndecl_31270 mgmt_alloc_cmd_data fndecl 0 31270 NULL
++disable_so_hpsa_ioctl32_big_passthru_fndecl_31278 hpsa_ioctl32_big_passthru fndecl 0 31278 NULL
++disable_so_irq_pcmcia_device_31283 irq pcmcia_device 0 31283 NULL
++disable_so_mmap_base_kioctx_31285 mmap_base kioctx 0 31285 NULL
++disable_so_igb_enable_sriov_fndecl_31288 igb_enable_sriov fndecl 0 31288 NULL
++disable_so_isdn_net_getpeer_fndecl_31297 isdn_net_getpeer fndecl 0 31297 NULL
++disable_so_copy_urb_data_to_user_fndecl_31298 copy_urb_data_to_user fndecl 0 31298 NULL
++disable_so_send_common_fndecl_31299 send_common fndecl 0 31299 NULL
++disable_so_ar_context_init_fndecl_31300 ar_context_init fndecl 0 31300 NULL nohasharray
++disable_so_vcc_getsockopt_fndecl_31300 vcc_getsockopt fndecl 0 31300 &disable_so_ar_context_init_fndecl_31300
++disable_so_tty_send_xchar_fndecl_31302 tty_send_xchar fndecl 0 31302 NULL
++disable_so_mgmt_cmd_status_fndecl_31306 mgmt_cmd_status fndecl 0 31306 NULL
++disable_so_wl1271_acx_bcn_dtim_options_fndecl_31312 wl1271_acx_bcn_dtim_options fndecl 0 31312 NULL
++disable_so_regulator_ena_gpio_ctrl_fndecl_31318 regulator_ena_gpio_ctrl fndecl 0 31318 NULL nohasharray
++disable_so_mlx4_en_config_rss_qp_fndecl_31318 mlx4_en_config_rss_qp fndecl 0 31318 &disable_so_regulator_ena_gpio_ctrl_fndecl_31318
++disable_so_isl29003_init_client_fndecl_31327 isl29003_init_client fndecl 0 31327 NULL
++disable_so_sctp_primitive_ASCONF_fndecl_31329 sctp_primitive_ASCONF fndecl 0 31329 NULL
++disable_so_ubifs_tnc_add_fndecl_31332 ubifs_tnc_add fndecl 0 31332 NULL
++disable_so_picolcd_init_leds_fndecl_31333 picolcd_init_leds fndecl 0 31333 NULL
++disable_so_ufs_bitmap_search_fndecl_31338 ufs_bitmap_search fndecl 0 31338 NULL
++disable_so_xfs_btree_check_lptr_fndecl_31339 xfs_btree_check_lptr fndecl 0 31339 NULL nohasharray
++disable_so_retval_subprocess_info_31339 retval subprocess_info 0 31339 &disable_so_xfs_btree_check_lptr_fndecl_31339
++disable_so_rocker_desc_err_fndecl_31340 rocker_desc_err fndecl 0 31340 NULL
++disable_so_get_elem_size_fndecl_31341 get_elem_size fndecl 0 31341 NULL
++disable_so_sdio_writesb_fndecl_31345 sdio_writesb fndecl 0 31345 NULL
++disable_so_wl1271_acx_feature_cfg_fndecl_31346 wl1271_acx_feature_cfg fndecl 0 31346 NULL
++disable_so_xfs_attr_rmtval_get_fndecl_31359 xfs_attr_rmtval_get fndecl 0 31359 NULL nohasharray
++disable_so_codec_set_converter_format_fndecl_31359 codec_set_converter_format fndecl 0 31359 &disable_so_xfs_attr_rmtval_get_fndecl_31359
++disable_so_zr36050_basic_test_fndecl_31365 zr36050_basic_test fndecl 0 31365 NULL
++disable_so_dev_get_valid_name_fndecl_31369 dev_get_valid_name fndecl 0 31369 NULL
++disable_so_wl1271_acx_rts_threshold_fndecl_31375 wl1271_acx_rts_threshold fndecl 0 31375 NULL
++disable_so_gfs2_meta_read_fndecl_31379 gfs2_meta_read fndecl 0 31379 NULL
++disable_so_do_send_sig_info_fndecl_31385 do_send_sig_info fndecl 0 31385 NULL
++disable_so_wl1271_acx_host_if_cfg_bitmap_fndecl_31391 wl1271_acx_host_if_cfg_bitmap fndecl 0 31391 NULL
++disable_so_asd_store_update_bios_fndecl_31398 asd_store_update_bios fndecl 0 31398 NULL nohasharray
++disable_so_ip_tunnel_bind_dev_fndecl_31398 ip_tunnel_bind_dev fndecl 0 31398 &disable_so_asd_store_update_bios_fndecl_31398
++disable_so_snd_virmidi_dev_attach_seq_fndecl_31399 snd_virmidi_dev_attach_seq fndecl 0 31399 NULL
++disable_so_ieee80211_probe_auth_fndecl_31410 ieee80211_probe_auth fndecl 0 31410 NULL
++disable_so___dev_mc_add_fndecl_31419 __dev_mc_add fndecl 0 31419 NULL
++disable_so_ima_calc_file_hash_tfm_fndecl_31422 ima_calc_file_hash_tfm fndecl 0 31422 NULL
++disable_so_recovery_offset_md_rdev_31426 recovery_offset md_rdev 0 31426 NULL
++disable_so_snd_intel8x0_ich_chip_reset_fndecl_31440 snd_intel8x0_ich_chip_reset fndecl 0 31440 NULL
++disable_so_igb_ptp_set_ts_config_fndecl_31444 igb_ptp_set_ts_config fndecl 0 31444 NULL
++disable_so_sram_test_and_clear_fndecl_31449 sram_test_and_clear fndecl 0 31449 NULL
++disable_so___ppa_attach_fndecl_31450 __ppa_attach fndecl 0 31450 NULL
++disable_so_snd_pcm_hw_constraint_mask64_fndecl_31457 snd_pcm_hw_constraint_mask64 fndecl 0 31457 NULL
++disable_so_ima_parse_add_rule_fndecl_31458 ima_parse_add_rule fndecl 0 31458 NULL
++disable_so_drbd_send_all_fndecl_31468 drbd_send_all fndecl 0 31468 NULL
++disable_so_ip_encap_hlen_fndecl_31469 ip_encap_hlen fndecl 0 31469 NULL
++disable_so_c2_register_device_fndecl_31480 c2_register_device fndecl 0 31480 NULL
++disable_so_old_dev_ioctl_fndecl_31483 old_dev_ioctl fndecl 0 31483 NULL
++disable_so_xfs_rtcopy_summary_fndecl_31484 xfs_rtcopy_summary fndecl 0 31484 NULL
++disable_so_xfs_attr_rmtval_copyout_fndecl_31485 xfs_attr_rmtval_copyout fndecl 0 31485 NULL
++disable_so_ocfs2_init_slot_info_fndecl_31488 ocfs2_init_slot_info fndecl 0 31488 NULL
++disable_so_alloc_pa_mkey_fndecl_31501 alloc_pa_mkey fndecl 0 31501 NULL
++disable_so_ipc_tx_message_fndecl_31507 ipc_tx_message fndecl 0 31507 NULL
++disable_so_eni_open_fndecl_31521 eni_open fndecl 0 31521 NULL
++disable_so_ext4_mb_init_group_fndecl_31530 ext4_mb_init_group fndecl 0 31530 NULL nohasharray
++disable_so_dvb_usbv2_init_fndecl_31530 dvb_usbv2_init fndecl 0 31530 &disable_so_ext4_mb_init_group_fndecl_31530
++disable_so_t4vf_get_sge_params_fndecl_31538 t4vf_get_sge_params fndecl 0 31538 NULL
++disable_so_sctp_send_asconf_del_ip_fndecl_31540 sctp_send_asconf_del_ip fndecl 0 31540 NULL
++disable_so_do_sigpending_fndecl_31541 do_sigpending fndecl 0 31541 NULL
++disable_so_btrfs_write_and_wait_transaction_fndecl_31547 btrfs_write_and_wait_transaction fndecl 0 31547 NULL
++disable_so_e1000_do_write_eeprom_fndecl_31552 e1000_do_write_eeprom fndecl 0 31552 NULL
++disable_so_kernel_physical_mapping_init_fndecl_31561 kernel_physical_mapping_init fndecl 0 31561 NULL
++disable_so_ihead_lnum_ubifs_info_31563 ihead_lnum ubifs_info 0 31563 NULL nohasharray
++disable_so_ip_rt_ioctl_fndecl_31563 ip_rt_ioctl fndecl 0 31563 &disable_so_ihead_lnum_ubifs_info_31563
++disable_so__regmap_write_fndecl_31576 _regmap_write fndecl 0 31576 NULL
++disable_so_sr_do_ioctl_fndecl_31593 sr_do_ioctl fndecl 0 31593 NULL
++disable_so_ino_cache_progress_btrfs_root_31596 ino_cache_progress btrfs_root 0 31596 NULL
++disable_so_smscore_gpio_set_level_fndecl_31608 smscore_gpio_set_level fndecl 0 31608 NULL
++disable_so_wil_read_file_ioblob_fndecl_31621 wil_read_file_ioblob fndecl 0 31621 NULL
++disable_so_wl1271_cmd_radio_parms_fndecl_31629 wl1271_cmd_radio_parms fndecl 0 31629 NULL
++disable_so_snd_als300_new_pcm_fndecl_31630 snd_als300_new_pcm fndecl 0 31630 NULL
++disable_so_ci_parse_power_table_fndecl_31641 ci_parse_power_table fndecl 0 31641 NULL
++disable_so_mlx5_create_map_eq_fndecl_31646 mlx5_create_map_eq fndecl 0 31646 NULL
++disable_so_ext4_xattr_set_entry_fndecl_31652 ext4_xattr_set_entry fndecl 0 31652 NULL
++disable_so_init_hw_fndecl_31653 init_hw fndecl 0 31653 NULL
++disable_so_suspend_set_state_fndecl_31655 suspend_set_state fndecl 0 31655 NULL
++disable_so_ttm_agp_tt_populate_fndecl_31656 ttm_agp_tt_populate fndecl 0 31656 NULL
++disable_so_hidp_connection_del_fndecl_31658 hidp_connection_del fndecl 0 31658 NULL
++disable_so_e1000_write_eeprom_microwire_fndecl_31659 e1000_write_eeprom_microwire fndecl 0 31659 NULL
++disable_so_ext4_map_blocks_fndecl_31663 ext4_map_blocks fndecl 0 31663 NULL
++disable_so_hp_hpet_phys_hpets_31664 hp_hpet_phys hpets 0 31664 NULL
++disable_so_sf1_write_fndecl_31676 sf1_write fndecl 0 31676 NULL
++disable_so_sctp_v6_protosw_init_fndecl_31685 sctp_v6_protosw_init fndecl 0 31685 NULL
++disable_so_gt215_link_train_fndecl_31694 gt215_link_train fndecl 0 31694 NULL
++disable_so_put_v4l2_edid32_fndecl_31716 put_v4l2_edid32 fndecl 0 31716 NULL
++disable_so_btrfs_add_link_fndecl_31718 btrfs_add_link fndecl 0 31718 NULL
++disable_so___genwqe_execute_raw_ddcb_fndecl_31720 __genwqe_execute_raw_ddcb fndecl 0 31720 NULL
++disable_so_scsiback_gnttab_data_map_batch_fndecl_31722 scsiback_gnttab_data_map_batch fndecl 0 31722 NULL
++disable_so_offset_nfs_pgio_args_31727 offset nfs_pgio_args 0 31727 NULL
++disable_so_snd_bt87x_create_fndecl_31731 snd_bt87x_create fndecl 0 31731 NULL nohasharray
++disable_so_iwl_mvm_legacy_rate_to_mac80211_idx_fndecl_31731 iwl_mvm_legacy_rate_to_mac80211_idx fndecl 0 31731 &disable_so_snd_bt87x_create_fndecl_31731
++disable_so_r100_packet3_check_fndecl_31741 r100_packet3_check fndecl 0 31741 NULL
++disable_so_isdn_ppp_dev_ioctl_stats_fndecl_31746 isdn_ppp_dev_ioctl_stats fndecl 0 31746 NULL
++disable_so_asd_write_flash_seg_fndecl_31748 asd_write_flash_seg fndecl 0 31748 NULL
++disable_so_wl12xx_cmd_stop_channel_switch_fndecl_31750 wl12xx_cmd_stop_channel_switch fndecl 0 31750 NULL
++disable_so_uwb_rc_add_fndecl_31759 uwb_rc_add fndecl 0 31759 NULL
++disable_so_ring_wait_for_space_fndecl_31770 ring_wait_for_space fndecl 0 31770 NULL
++disable_so_i40e_init_msix_fndecl_31776 i40e_init_msix fndecl 0 31776 NULL
++disable_so_dm_exception_store_create_fndecl_31777 dm_exception_store_create fndecl 0 31777 NULL
++disable_so_endpt_ubifs_scan_leb_31792 endpt ubifs_scan_leb 0 31792 NULL
++disable_so_snd_timer_open_fndecl_31807 snd_timer_open fndecl 0 31807 NULL
++disable_so_ethtool_get_sset_info_fndecl_31811 ethtool_get_sset_info fndecl 0 31811 NULL
++disable_so_secure_dccp_sequence_number_fndecl_31815 secure_dccp_sequence_number fndecl 0 31815 NULL
++disable_so_spu_read_fndecl_31817 spu_read fndecl 0 31817 NULL
++disable_so_disarm_req_delay_fndecl_31821 disarm_req_delay fndecl 0 31821 NULL
++disable_so_intel_alloc_ringbuffer_obj_fndecl_31840 intel_alloc_ringbuffer_obj fndecl 0 31840 NULL
++disable_so_bcma_sprom_check_crc_fndecl_31852 bcma_sprom_check_crc fndecl 0 31852 NULL
++disable_so_isdn_ppp_dev_ioctl_fndecl_31861 isdn_ppp_dev_ioctl fndecl 0 31861 NULL
++disable_so_hso_create_shared_int_fndecl_31862 hso_create_shared_int fndecl 0 31862 NULL
++disable_so_ps2mult_create_port_fndecl_31863 ps2mult_create_port fndecl 0 31863 NULL
++disable_so_nvme_trans_format_unit_fndecl_31865 nvme_trans_format_unit fndecl 0 31865 NULL
++disable_so_error_getset_keycode_data_31871 error getset_keycode_data 0 31871 NULL
++disable_so_set_pages_array_uc_fndecl_31887 set_pages_array_uc fndecl 0 31887 NULL
++disable_so_ocfs2_reserve_local_alloc_bits_fndecl_31894 ocfs2_reserve_local_alloc_bits fndecl 0 31894 NULL
++disable_so_tower_write_fndecl_31895 tower_write fndecl 0 31895 NULL
++disable_so_msb_reset_fndecl_31902 msb_reset fndecl 0 31902 NULL
++disable_so_xfs_qm_dqattach_locked_fndecl_31906 xfs_qm_dqattach_locked fndecl 0 31906 NULL
++disable_so_i_ipmi_set_timeout_fndecl_31922 i_ipmi_set_timeout fndecl 0 31922 NULL
++disable_so___dev_set_allmulti_fndecl_31933 __dev_set_allmulti fndecl 0 31933 NULL
++disable_so_rmmio_size_radeon_device_31934 rmmio_size radeon_device 0 31934 NULL
++disable_so_shash_setkey_unaligned_fndecl_31935 shash_setkey_unaligned fndecl 0 31935 NULL
++disable_so_interact_connect_fndecl_31939 interact_connect fndecl 0 31939 NULL
++disable_so_snd_mixer_oss_open_fndecl_31941 snd_mixer_oss_open fndecl 0 31941 NULL
++disable_so_sas_smp_get_phy_events_fndecl_31982 sas_smp_get_phy_events fndecl 0 31982 NULL
++disable_so_rebuild_lun_table_fndecl_31987 rebuild_lun_table fndecl 0 31987 NULL
++disable_so_ax25_rt_autobind_fndecl_31989 ax25_rt_autobind fndecl 0 31989 NULL
++disable_so_qib_create_qp_fndecl_31990 qib_create_qp fndecl 0 31990 NULL
++disable_so_ath9k_tx99_send_fndecl_31993 ath9k_tx99_send fndecl 0 31993 NULL
++disable_so_mls_read_level_fndecl_31997 mls_read_level fndecl 0 31997 NULL
++disable_so_pppoatm_assign_vcc_fndecl_32002 pppoatm_assign_vcc fndecl 0 32002 NULL
++disable_so_nvme_trans_fmt_set_blk_size_count_fndecl_32010 nvme_trans_fmt_set_blk_size_count fndecl 0 32010 NULL
++disable_so_try_enable_event_buffer_fndecl_32018 try_enable_event_buffer fndecl 0 32018 NULL
++disable_so_isert_handle_text_cmd_fndecl_32022 isert_handle_text_cmd fndecl 0 32022 NULL
++disable_so_update_cowonly_root_fndecl_32027 update_cowonly_root fndecl 0 32027 NULL
++disable_so___find_rev_next_zero_bit_fndecl_32028 __find_rev_next_zero_bit fndecl 0 32028 NULL nohasharray
++disable_so___ocfs2_lock_refcount_tree_fndecl_32028 __ocfs2_lock_refcount_tree fndecl 0 32028 &disable_so___find_rev_next_zero_bit_fndecl_32028
++disable_so_mlx5_core_qp_query_fndecl_32037 mlx5_core_qp_query fndecl 0 32037 NULL
++disable_so_ttm_tt_set_caching_fndecl_32055 ttm_tt_set_caching fndecl 0 32055 NULL
++disable_so_reply_atmsvc_msg_32056 reply atmsvc_msg 0 32056 NULL
++disable_so_altera_wait_cycles_fndecl_32072 altera_wait_cycles fndecl 0 32072 NULL
++disable_so_tcp_listen_for_all_fndecl_32078 tcp_listen_for_all fndecl 0 32078 NULL
++disable_so_ipw_up_fndecl_32079 ipw_up fndecl 0 32079 NULL
++disable_so_usb6fire_comm_write8_fndecl_32085 usb6fire_comm_write8 fndecl 0 32085 NULL
++disable_so_dspxfr_hci_write_fndecl_32094 dspxfr_hci_write fndecl 0 32094 NULL
++disable_so_controller_reset_failed_fndecl_32099 controller_reset_failed fndecl 0 32099 NULL
++disable_so_create_l1_fndecl_32104 create_l1 fndecl 0 32104 NULL
++disable_so_mlx5_core_create_mkey_fndecl_32113 mlx5_core_create_mkey fndecl 0 32113 NULL
++disable_so_ieee80211_if_add_fndecl_32114 ieee80211_if_add fndecl 0 32114 NULL
++disable_so_jffs2_sum_scan_sumnode_fndecl_32116 jffs2_sum_scan_sumnode fndecl 0 32116 NULL
++disable_so_teles_cs_config_fndecl_32121 teles_cs_config fndecl 0 32121 NULL
++disable_so_bnx2fc_send_rls_fndecl_32130 bnx2fc_send_rls fndecl 0 32130 NULL
++disable_so_sb_gquotino_xfs_sb_32131 sb_gquotino xfs_sb 0 32131 NULL
++disable_so_snd_pcm_update_state_fndecl_32147 snd_pcm_update_state fndecl 0 32147 NULL
++disable_so_iscsit_add_reject_fndecl_32148 iscsit_add_reject fndecl 0 32148 NULL
++disable_so_acpi_parse_trt_fndecl_32157 acpi_parse_trt fndecl 0 32157 NULL
++disable_so_max_recv_dlength_iscsi_conn_32168 max_recv_dlength iscsi_conn 0 32168 NULL
++disable_so_mwifiex_set_mef_filter_fndecl_32174 mwifiex_set_mef_filter fndecl 0 32174 NULL
++disable_so_ax88172a_init_mdio_fndecl_32176 ax88172a_init_mdio fndecl 0 32176 NULL
++disable_so_open_candev_fndecl_32177 open_candev fndecl 0 32177 NULL
++disable_so_batadv_sysfs_add_vlan_fndecl_32185 batadv_sysfs_add_vlan fndecl 0 32185 NULL
++disable_so_tail_len_beacon_data_32194 tail_len beacon_data 0 32194 NULL
++disable_so_brcmf_set_wpa_version_fndecl_32203 brcmf_set_wpa_version fndecl 0 32203 NULL
++disable_so_wm831x_auxadc_read_irq_fndecl_32212 wm831x_auxadc_read_irq fndecl 0 32212 NULL
++disable_so_residual_task_status_struct_32220 residual task_status_struct 0 32220 NULL
++disable_so_acpi_cpufreq_blacklist_fndecl_32230 acpi_cpufreq_blacklist fndecl 0 32230 NULL nohasharray
++disable_so_irq_create_mapping_fndecl_32230 irq_create_mapping fndecl 0 32230 &disable_so_acpi_cpufreq_blacklist_fndecl_32230
++disable_so_snd_usb_ctl_msg_fndecl_32231 snd_usb_ctl_msg fndecl 0 32231 NULL
++disable_so_hdpvr_register_i2c_adapter_fndecl_32244 hdpvr_register_i2c_adapter fndecl 0 32244 NULL
++disable_so_vivid_create_controls_fndecl_32250 vivid_create_controls fndecl 0 32250 NULL
++disable_so_bochs_mm_init_fndecl_32253 bochs_mm_init fndecl 0 32253 NULL nohasharray
++disable_so_spi_master_initialize_queue_fndecl_32253 spi_master_initialize_queue fndecl 0 32253 &disable_so_bochs_mm_init_fndecl_32253
++disable_so_bfad_im_bsg_vendor_request_fndecl_32260 bfad_im_bsg_vendor_request fndecl 0 32260 NULL
++disable_so_wacom_send_fndecl_32267 wacom_send fndecl 0 32267 NULL
++disable_so_usb_allocate_stream_buffers_fndecl_32279 usb_allocate_stream_buffers fndecl 0 32279 NULL
++disable_so_wl1271_acx_tid_cfg_fndecl_32281 wl1271_acx_tid_cfg fndecl 0 32281 NULL
++disable_so_get_pipes_fndecl_32291 get_pipes fndecl 0 32291 NULL
++disable_so_xfs_inobt_get_rec_fndecl_32300 xfs_inobt_get_rec fndecl 0 32300 NULL nohasharray
++disable_so_pvscsi_probe_fndecl_32300 pvscsi_probe fndecl 0 32300 &disable_so_xfs_inobt_get_rec_fndecl_32300
++disable_so_moxa_set_serial_info_fndecl_32304 moxa_set_serial_info fndecl 0 32304 NULL
++disable_so_nla_put_fndecl_32321 nla_put fndecl 0 32321 NULL
++disable_so_tpm_chip_register_fndecl_32325 tpm_chip_register fndecl 0 32325 NULL
++disable_so_ntp_validate_timex_fndecl_32329 ntp_validate_timex fndecl 0 32329 NULL
++disable_so_mem_start_net_device_32337 mem_start net_device 0 32337 NULL
++disable_so_pkt_ctl_ioctl_fndecl_32343 pkt_ctl_ioctl fndecl 0 32343 NULL
++disable_so_ssb_bus_sdiobus_register_fndecl_32347 ssb_bus_sdiobus_register fndecl 0 32347 NULL
++disable_so_wl1271_probe_fndecl_32348 wl1271_probe fndecl 0 32348 NULL
++disable_so_scrub_raid56_parity_fndecl_32354 scrub_raid56_parity fndecl 0 32354 NULL
++disable_so_jhead_scan_fndecl_32389 jhead_scan fndecl 0 32389 NULL
++disable_so_agbno_xfs_alloc_arg_32410 agbno xfs_alloc_arg 0 32410 NULL
++disable_so_tcp_v4_parse_md5_keys_fndecl_32414 tcp_v4_parse_md5_keys fndecl 0 32414 NULL
++disable_so_dsp_allocate_router_ports_fndecl_32418 dsp_allocate_router_ports fndecl 0 32418 NULL
++disable_so_ims_pcu_parse_cdc_data_fndecl_32424 ims_pcu_parse_cdc_data fndecl 0 32424 NULL
++disable_so_apei_resources_merge_fndecl_32430 apei_resources_merge fndecl 0 32430 NULL
++disable_so_dcbnl_cee_pg_fill_fndecl_32441 dcbnl_cee_pg_fill fndecl 0 32441 NULL
++disable_so_io_ctl_read_bitmap_fndecl_32461 io_ctl_read_bitmap fndecl 0 32461 NULL
++disable_so_blk_execute_rq_fndecl_32470 blk_execute_rq fndecl 0 32470 NULL
++disable_so_atmel_wakeup_firmware_fndecl_32471 atmel_wakeup_firmware fndecl 0 32471 NULL
++disable_so_xfs_btree_rshift_fndecl_32496 xfs_btree_rshift fndecl 0 32496 NULL
++disable_so_c4iw_pblpool_create_fndecl_32501 c4iw_pblpool_create fndecl 0 32501 NULL nohasharray
++disable_so_proc_control_fndecl_32501 proc_control fndecl 0 32501 &disable_so_c4iw_pblpool_create_fndecl_32501
++disable_so_altera_swap_ir_fndecl_32505 altera_swap_ir fndecl 0 32505 NULL
++disable_so_write_bitmap_entries_fndecl_32527 write_bitmap_entries fndecl 0 32527 NULL
++disable_so_map_iommu_fndecl_32528 map_iommu fndecl 0 32528 NULL
++disable_so_hsync_fb_cvt_data_32542 hsync fb_cvt_data 0 32542 NULL
++disable_so_ocfs2_find_path_fndecl_32545 ocfs2_find_path fndecl 0 32545 NULL
++disable_so_pcxhr_start_pipes_fndecl_32546 pcxhr_start_pipes fndecl 0 32546 NULL
++disable_so_SMB2_tcon_fndecl_32552 SMB2_tcon fndecl 0 32552 NULL
++disable_so_cciss_ioctl32_passthru_fndecl_32553 cciss_ioctl32_passthru fndecl 0 32553 NULL
++disable_so_yurex_write_fndecl_32554 yurex_write fndecl 0 32554 NULL
++disable_so_xfs_attr_shortform_getvalue_fndecl_32555 xfs_attr_shortform_getvalue fndecl 0 32555 NULL
++disable_so_joydev_compat_ioctl_fndecl_32558 joydev_compat_ioctl fndecl 0 32558 NULL nohasharray
++disable_so_pfkey_spdadd_fndecl_32558 pfkey_spdadd fndecl 0 32558 &disable_so_joydev_compat_ioctl_fndecl_32558
++disable_so_p54u_upload_firmware_3887_fndecl_32559 p54u_upload_firmware_3887 fndecl 0 32559 NULL
++disable_so_check_tape_fndecl_32571 check_tape fndecl 0 32571 NULL
++disable_so_iov_iter_zero_fndecl_32575 iov_iter_zero fndecl 0 32575 NULL
++disable_so_assign_type_fndecl_32579 assign_type fndecl 0 32579 NULL
++disable_so_uart_set_info_user_fndecl_32581 uart_set_info_user fndecl 0 32581 NULL
++disable_so_inode_ext3_dir_entry_2_32583 inode ext3_dir_entry_2 0 32583 NULL
++disable_so_ubifs_leb_map_fndecl_32592 ubifs_leb_map fndecl 0 32592 NULL
++disable_so_st_accel_buffer_postenable_fndecl_32596 st_accel_buffer_postenable fndecl 0 32596 NULL
++disable_so_extent_read_full_page_fndecl_32617 extent_read_full_page fndecl 0 32617 NULL nohasharray
++disable_so_usb_alloc_streams_fndecl_32617 usb_alloc_streams fndecl 0 32617 &disable_so_extent_read_full_page_fndecl_32617
++disable_so_nilfs_segctor_reset_segment_buffer_fndecl_32618 nilfs_segctor_reset_segment_buffer fndecl 0 32618 NULL
++disable_so_st21nfcb_hci_network_init_fndecl_32623 st21nfcb_hci_network_init fndecl 0 32623 NULL
++disable_so_intel_ring_begin_fndecl_32635 intel_ring_begin fndecl 0 32635 NULL
++disable_so_lpfc_mq_create_fndecl_32637 lpfc_mq_create fndecl 0 32637 NULL
++disable_so_bnx2_nvram_write_dword_fndecl_32639 bnx2_nvram_write_dword fndecl 0 32639 NULL
++disable_so_ahash_op_unaligned_fndecl_32645 ahash_op_unaligned fndecl 0 32645 NULL
++disable_so_pci_save_vc_state_fndecl_32649 pci_save_vc_state fndecl 0 32649 NULL
++disable_so_ivtvfb_init_io_fndecl_32653 ivtvfb_init_io fndecl 0 32653 NULL
++disable_so_mmc_wait_for_cmd_fndecl_32659 mmc_wait_for_cmd fndecl 0 32659 NULL nohasharray
++disable_so_i40e_alloc_asq_bufs_fndecl_32659 i40e_alloc_asq_bufs fndecl 0 32659 &disable_so_mmc_wait_for_cmd_fndecl_32659
++disable_so_nilfs_mdt_get_block_fndecl_32660 nilfs_mdt_get_block fndecl 0 32660 NULL
++disable_so_rtsx_usb_transfer_data_fndecl_32669 rtsx_usb_transfer_data fndecl 0 32669 NULL
++disable_so_wl1271_acx_default_rx_filter_enable_fndecl_32678 wl1271_acx_default_rx_filter_enable fndecl 0 32678 NULL nohasharray
++disable_so_drff_init_fndecl_32678 drff_init fndecl 0 32678 &disable_so_wl1271_acx_default_rx_filter_enable_fndecl_32678
++disable_so_engine_start_viafb_dev_32681 engine_start viafb_dev 0 32681 NULL
++disable_so_ath6kl_upload_patch_fndecl_32682 ath6kl_upload_patch fndecl 0 32682 NULL
++disable_so_lpfc_mem_alloc_active_rrq_pool_s4_fndecl_32683 lpfc_mem_alloc_active_rrq_pool_s4 fndecl 0 32683 NULL
++disable_so_intel_vgt_balloon_fndecl_32684 intel_vgt_balloon fndecl 0 32684 NULL
++disable_so_sysfs_merge_group_fndecl_32710 sysfs_merge_group fndecl 0 32710 NULL nohasharray
++disable_so_hash_net4_add_fndecl_32710 hash_net4_add fndecl 0 32710 &disable_so_sysfs_merge_group_fndecl_32710
++disable_so_br_stp_set_path_cost_fndecl_32712 br_stp_set_path_cost fndecl 0 32712 NULL
++disable_so_layout_commit_fndecl_32717 layout_commit fndecl 0 32717 NULL
++disable_so___change_page_attr_fndecl_32738 __change_page_attr fndecl 0 32738 NULL
++disable_so_goto_low_power_fndecl_32741 goto_low_power fndecl 0 32741 NULL
++disable_so_cp2112_hid_get_fndecl_32758 cp2112_hid_get fndecl 0 32758 NULL
++disable_so_mgag200fb_create_fndecl_32762 mgag200fb_create fndecl 0 32762 NULL
++disable_so_enslave_fndecl_32781 enslave fndecl 0 32781 NULL
++disable_so_xfs_fsb_to_db_fndecl_32785 xfs_fsb_to_db fndecl 0 32785 NULL
++disable_so_efx_mcdi_read_assertion_fndecl_32802 efx_mcdi_read_assertion fndecl 0 32802 NULL
++disable_so_alps_identify_fndecl_32806 alps_identify fndecl 0 32806 NULL
++disable_so_smi_port_attach_fndecl_32808 smi_port_attach fndecl 0 32808 NULL
++disable_so_gen8_ppgtt_allocate_page_directories_fndecl_32821 gen8_ppgtt_allocate_page_directories fndecl 0 32821 NULL
++disable_so_nvme_trans_log_temperature_fndecl_32822 nvme_trans_log_temperature fndecl 0 32822 NULL nohasharray
++disable_so_dlci_del_fndecl_32822 dlci_del fndecl 0 32822 &disable_so_nvme_trans_log_temperature_fndecl_32822
++disable_so_lpfc_sli4_bsg_set_link_diag_state_fndecl_32836 lpfc_sli4_bsg_set_link_diag_state fndecl 0 32836 NULL
++disable_so_tg3_nvram_write_block_fndecl_32841 tg3_nvram_write_block fndecl 0 32841 NULL
++disable_so_kvm_get_apic_interrupt_fndecl_32843 kvm_get_apic_interrupt fndecl 0 32843 NULL
++disable_so_mlx5_ib_query_device_fndecl_32849 mlx5_ib_query_device fndecl 0 32849 NULL
++disable_so_gather_array_fndecl_32850 gather_array fndecl 0 32850 NULL
++disable_so_br_startoff_xfs_bmbt_irec_32854 br_startoff xfs_bmbt_irec 0 32854 NULL
++disable_so_lookup_extent_backref_fndecl_32855 lookup_extent_backref fndecl 0 32855 NULL
++disable_so_snd_card_register_fndecl_32859 snd_card_register fndecl 0 32859 NULL
++disable_so_vt_ioctl_fndecl_32867 vt_ioctl fndecl 0 32867 NULL
++disable_so_dvb_ringbuffer_read_user_fndecl_32877 dvb_ringbuffer_read_user fndecl 0 32877 NULL
++disable_so_mtd_erase_fndecl_32885 mtd_erase fndecl 0 32885 NULL
++disable_so_ttm_set_pages_caching_fndecl_32891 ttm_set_pages_caching fndecl 0 32891 NULL
++disable_so_rds_cmsg_atomic_fndecl_32895 rds_cmsg_atomic fndecl 0 32895 NULL
++disable_so___hw_addr_add_ex_fndecl_32899 __hw_addr_add_ex fndecl 0 32899 NULL
++disable_so___wa_xfer_setup_segs_fndecl_32902 __wa_xfer_setup_segs fndecl 0 32902 NULL
++disable_so_get_master_node_fndecl_32907 get_master_node fndecl 0 32907 NULL
++disable_so_ipv6_getsockopt_sticky_fndecl_32916 ipv6_getsockopt_sticky fndecl 0 32916 NULL
++disable_so_lx_proc_create_fndecl_32920 lx_proc_create fndecl 0 32920 NULL
++disable_so_xfs_btree_decrement_fndecl_32925 xfs_btree_decrement fndecl 0 32925 NULL nohasharray
++disable_so_nr_events_kioctx_32925 nr_events kioctx 0 32925 &disable_so_xfs_btree_decrement_fndecl_32925
++disable_so_vram_base_mga_mc_32927 vram_base mga_mc 0 32927 NULL
++disable_so_niu_alloc_channels_fndecl_32951 niu_alloc_channels fndecl 0 32951 NULL
++disable_so_write_cache_extent_entries_fndecl_32966 write_cache_extent_entries fndecl 0 32966 NULL
++disable_so_ttm_alloc_new_pages_fndecl_32971 ttm_alloc_new_pages fndecl 0 32971 NULL
++disable_so_add_class_attrs_fndecl_32984 add_class_attrs fndecl 0 32984 NULL nohasharray
++disable_so_ore_get_io_state_fndecl_32984 ore_get_io_state fndecl 0 32984 &disable_so_add_class_attrs_fndecl_32984
++disable_so_resid_len_request_32994 resid_len request 0 32994 NULL
++disable_so_usb_shark_probe_fndecl_33002 usb_shark_probe fndecl 0 33002 NULL
++disable_so_mtdchar_write_fndecl_33004 mtdchar_write fndecl 0 33004 NULL
++disable_so_mwl8k_cmd_set_slot_fndecl_33005 mwl8k_cmd_set_slot fndecl 0 33005 NULL
++disable_so_mlx5_query_odp_caps_fndecl_33011 mlx5_query_odp_caps fndecl 0 33011 NULL
++disable_so_read_indexes_fndecl_33014 read_indexes fndecl 0 33014 NULL
++disable_so_exofs_update_inode_fndecl_33018 exofs_update_inode fndecl 0 33018 NULL
++disable_so_skge_probe_fndecl_33026 skge_probe fndecl 0 33026 NULL
++disable_so_configfs_create_link_fndecl_33030 configfs_create_link fndecl 0 33030 NULL
++disable_so_w8001_command_fndecl_33033 w8001_command fndecl 0 33033 NULL
++disable_so_rsi_sdio_read_register_multiple_fndecl_33035 rsi_sdio_read_register_multiple fndecl 0 33035 NULL
++disable_so___fscache_check_consistency_fndecl_33049 __fscache_check_consistency fndecl 0 33049 NULL
++disable_so_qlcnic_register_dcb_fndecl_33057 qlcnic_register_dcb fndecl 0 33057 NULL
++disable_so_dev_read_fndecl_33058 dev_read fndecl 0 33058 NULL
++disable_so_sctp_cmd_process_sack_fndecl_33059 sctp_cmd_process_sack fndecl 0 33059 NULL nohasharray
++disable_so_iov_iter_copy_from_user_atomic_fndecl_33059 iov_iter_copy_from_user_atomic fndecl 0 33059 &disable_so_sctp_cmd_process_sack_fndecl_33059
++disable_so_size_ec168_req_33061 size ec168_req 0 33061 NULL
++disable_so_iio_device_add_info_mask_type_fndecl_33062 iio_device_add_info_mask_type fndecl 0 33062 NULL
++disable_so_fx_init_fndecl_33066 fx_init fndecl 0 33066 NULL
++disable_so_key_seal_fndecl_33069 key_seal fndecl 0 33069 NULL
++disable_so_qd_get_fndecl_33086 qd_get fndecl 0 33086 NULL
++disable_so_garp_init_port_fndecl_33089 garp_init_port fndecl 0 33089 NULL
++disable_so_SMB2_open_fndecl_33092 SMB2_open fndecl 0 33092 NULL
++disable_so_vram_size_cirrus_mc_33094 vram_size cirrus_mc 0 33094 NULL
++disable_so_write_gssp_fndecl_33095 write_gssp fndecl 0 33095 NULL
++disable_so_drm_legacy_dma_setup_fndecl_33096 drm_legacy_dma_setup fndecl 0 33096 NULL
++disable_so_do_get_write_access_fndecl_33097 do_get_write_access fndecl 0 33097 NULL
++disable_so_pt3_fe_init_fndecl_33111 pt3_fe_init fndecl 0 33111 NULL
++disable_so_nla_strlcpy_fndecl_33113 nla_strlcpy fndecl 0 33113 NULL
++disable_so_usb6fire_fw_fpga_upload_fndecl_33123 usb6fire_fw_fpga_upload fndecl 0 33123 NULL
++disable_so_gnttab_map_fndecl_33124 gnttab_map fndecl 0 33124 NULL
++disable_so_carl9170_rng_get_fndecl_33125 carl9170_rng_get fndecl 0 33125 NULL
++disable_so_check_asic_status_fndecl_33127 check_asic_status fndecl 0 33127 NULL
++disable_so_i915_gem_object_sync_fndecl_33138 i915_gem_object_sync fndecl 0 33138 NULL
++disable_so_dlm_request_join_fndecl_33145 dlm_request_join fndecl 0 33145 NULL
++disable_so_wl1271_acx_ap_rate_policy_fndecl_33149 wl1271_acx_ap_rate_policy fndecl 0 33149 NULL
++disable_so_cmm_ioctl_fndecl_33157 cmm_ioctl fndecl 0 33157 NULL
++disable_so_domain_context_mapping_one_fndecl_33159 domain_context_mapping_one fndecl 0 33159 NULL
++disable_so_sisusb_reset_text_mode_fndecl_33163 sisusb_reset_text_mode fndecl 0 33163 NULL
++disable_so_ata_scsi_add_hosts_fndecl_33171 ata_scsi_add_hosts fndecl 0 33171 NULL
++disable_so_wl1271_acx_sleep_auth_fndecl_33172 wl1271_acx_sleep_auth fndecl 0 33172 NULL
++disable_so_cx231xx_init_isoc_fndecl_33174 cx231xx_init_isoc fndecl 0 33174 NULL
++disable_so_sis_drm_alloc_fndecl_33181 sis_drm_alloc fndecl 0 33181 NULL nohasharray
++disable_so_bmp085_probe_fndecl_33181 bmp085_probe fndecl 0 33181 &disable_so_sis_drm_alloc_fndecl_33181
++disable_so_regcache_lzo_decompress_fndecl_33184 regcache_lzo_decompress fndecl 0 33184 NULL
++disable_so_t4_fw_restart_fndecl_33188 t4_fw_restart fndecl 0 33188 NULL
++disable_so_snd_usb_add_audio_stream_fndecl_33192 snd_usb_add_audio_stream fndecl 0 33192 NULL
++disable_so_efx_mcdi_rpc_start_fndecl_33197 efx_mcdi_rpc_start fndecl 0 33197 NULL nohasharray
++disable_so_sf1_write_fndecl_33197 sf1_write fndecl 0 33197 &disable_so_efx_mcdi_rpc_start_fndecl_33197
++disable_so_wl1271_cmd_template_set_fndecl_33203 wl1271_cmd_template_set fndecl 0 33203 NULL
++disable_so_virtio_pci_probe_fndecl_33204 virtio_pci_probe fndecl 0 33204 NULL
++disable_so_wbcir_probe_fndecl_33218 wbcir_probe fndecl 0 33218 NULL
++disable_so_psbfb_create_fndecl_33223 psbfb_create fndecl 0 33223 NULL
++disable_so_ia_open_fndecl_33228 ia_open fndecl 0 33228 NULL
++disable_so_vmci_datagram_get_priv_flags_fndecl_33231 vmci_datagram_get_priv_flags fndecl 0 33231 NULL
++disable_so_ext4_zeroout_es_fndecl_33233 ext4_zeroout_es fndecl 0 33233 NULL
++disable_so_phase22_init_fndecl_33237 phase22_init fndecl 0 33237 NULL
++disable_so_bnx2x_alloc_fp_mem_cnic_fndecl_33238 bnx2x_alloc_fp_mem_cnic fndecl 0 33238 NULL
++disable_so_error_mmc_command_33242 error mmc_command 0 33242 NULL
++disable_so_lx_init_dsp_fndecl_33250 lx_init_dsp fndecl 0 33250 NULL
++disable_so_wb_offset_nfs_page_33255 wb_offset nfs_page 0 33255 NULL
++disable_so_mem_end_net_device_33270 mem_end net_device 0 33270 NULL
++disable_so___ethtool_get_module_info_fndecl_33275 __ethtool_get_module_info fndecl 0 33275 NULL
++disable_so_ixgbe_ptp_set_ts_config_fndecl_33277 ixgbe_ptp_set_ts_config fndecl 0 33277 NULL
++disable_so_compat_agpioc_reserve_wrap_fndecl_33280 compat_agpioc_reserve_wrap fndecl 0 33280 NULL
++disable_so_snd_via82xx_create_fndecl_33286 snd_via82xx_create fndecl 0 33286 NULL
++disable_so_i40evf_clean_arq_element_fndecl_33288 i40evf_clean_arq_element fndecl 0 33288 NULL
++disable_so_cipso_v4_gentag_loc_fndecl_33292 cipso_v4_gentag_loc fndecl 0 33292 NULL
++disable_so_mwl8k_tx_wait_empty_fndecl_33293 mwl8k_tx_wait_empty fndecl 0 33293 NULL nohasharray
++disable_so_mlx4_slave_cap_fndecl_33293 mlx4_slave_cap fndecl 0 33293 &disable_so_mwl8k_tx_wait_empty_fndecl_33293
++disable_so_nvme_trans_read_capacity_fndecl_33300 nvme_trans_read_capacity fndecl 0 33300 NULL
++disable_so_aac_get_containers_fndecl_33311 aac_get_containers fndecl 0 33311 NULL nohasharray
++disable_so_mmc_ext_csd_open_fndecl_33311 mmc_ext_csd_open fndecl 0 33311 &disable_so_aac_get_containers_fndecl_33311
++disable_so_tpm_seal_fndecl_33313 tpm_seal fndecl 0 33313 NULL
++disable_so_mmc_io_rw_direct_fndecl_33314 mmc_io_rw_direct fndecl 0 33314 NULL
++disable_so__iwl_dbgfs_bf_params_write_fndecl_33318 _iwl_dbgfs_bf_params_write fndecl 0 33318 NULL
++disable_so_lpfcdiag_loop_get_xri_fndecl_33329 lpfcdiag_loop_get_xri fndecl 0 33329 NULL
++disable_so_sc1200_init_one_fndecl_33333 sc1200_init_one fndecl 0 33333 NULL
++disable_so_amd_cache_northbridges_fndecl_33342 amd_cache_northbridges fndecl 0 33342 NULL
++disable_so_average_read_fndecl_33348 average_read fndecl 0 33348 NULL
++disable_so_xfs_attr3_leaf_lookup_int_fndecl_33362 xfs_attr3_leaf_lookup_int fndecl 0 33362 NULL
++disable_so_smsusb_submit_urb_fndecl_33365 smsusb_submit_urb fndecl 0 33365 NULL
++disable_so_bus_register_fndecl_33374 bus_register fndecl 0 33374 NULL
++disable_so_nilfs_btree_prepare_convert_and_insert_fndecl_33375 nilfs_btree_prepare_convert_and_insert fndecl 0 33375 NULL
++disable_so_hash_netiface4_add_fndecl_33376 hash_netiface4_add fndecl 0 33376 NULL
++disable_so_netxen_get_minidump_template_fndecl_33380 netxen_get_minidump_template fndecl 0 33380 NULL
++disable_so_parse_weakpages_fndecl_33384 parse_weakpages fndecl 0 33384 NULL
++disable_so_lp_check_status_fndecl_33385 lp_check_status fndecl 0 33385 NULL
++disable_so_bnx2_init_board_fndecl_33388 bnx2_init_board fndecl 0 33388 NULL
++disable_so_ncp__io2vol_fndecl_33390 ncp__io2vol fndecl 0 33390 NULL
++disable_so_ct_map_audio_buffer_fndecl_33392 ct_map_audio_buffer fndecl 0 33392 NULL
++disable_so_ieee80211_mesh_rebuild_beacon_fndecl_33396 ieee80211_mesh_rebuild_beacon fndecl 0 33396 NULL
++disable_so_msp430_ir_init_fndecl_33398 msp430_ir_init fndecl 0 33398 NULL
++disable_so_ocfs2_claim_metadata_fndecl_33403 ocfs2_claim_metadata fndecl 0 33403 NULL
++disable_so_get_cs_sqnum_fndecl_33407 get_cs_sqnum fndecl 0 33407 NULL
++disable_so_dreq_gss_dccp_request_sock_33423 dreq_gss dccp_request_sock 0 33423 NULL
++disable_so_mmc_test_area_io_seq_fndecl_33440 mmc_test_area_io_seq fndecl 0 33440 NULL
++disable_so_usb_parse_configuration_fndecl_33445 usb_parse_configuration fndecl 0 33445 NULL
++disable_so___inet_stream_connect_fndecl_33446 __inet_stream_connect fndecl 0 33446 NULL
++disable_so_emi62_set_reset_fndecl_33450 emi62_set_reset fndecl 0 33450 NULL
++disable_so_usb_gadget_map_request_fndecl_33451 usb_gadget_map_request fndecl 0 33451 NULL
++disable_so_oprofilefs_ulong_from_user_fndecl_33456 oprofilefs_ulong_from_user fndecl 0 33456 NULL
++disable_so_ip6_convert_metrics_fndecl_33458 ip6_convert_metrics fndecl 0 33458 NULL
++disable_so_wl12xx_cmd_add_peer_fndecl_33461 wl12xx_cmd_add_peer fndecl 0 33461 NULL
++disable_so_pcrypt_init_padata_fndecl_33463 pcrypt_init_padata fndecl 0 33463 NULL
++disable_so_dm_get_device_fndecl_33475 dm_get_device fndecl 0 33475 NULL
++disable_so_get_endpoints_fndecl_33476 get_endpoints fndecl 0 33476 NULL
++disable_so_ftdi_elan_write_fndecl_33486 ftdi_elan_write fndecl 0 33486 NULL
++disable_so_ath6kl_wmi_cmd_send_fndecl_33493 ath6kl_wmi_cmd_send fndecl 0 33493 NULL
++disable_so_nbufs_dma_buffparms_33497 nbufs dma_buffparms 0 33497 NULL
++disable_so_hub_configure_fndecl_33501 hub_configure fndecl 0 33501 NULL
++disable_so_whci_probe_fndecl_33514 whci_probe fndecl 0 33514 NULL
++disable_so_xfs_iread_fndecl_33522 xfs_iread fndecl 0 33522 NULL
++disable_so___mxt_write_reg_fndecl_33533 __mxt_write_reg fndecl 0 33533 NULL
++disable_so_ieee802154_hdr_addr_len_fndecl_33535 ieee802154_hdr_addr_len fndecl 0 33535 NULL
++disable_so_mlx4_en_get_qp_fndecl_33536 mlx4_en_get_qp fndecl 0 33536 NULL
++disable_so_mlx5_buf_alloc_fndecl_33539 mlx5_buf_alloc fndecl 0 33539 NULL nohasharray
++disable_so_sas_get_phy_discover_fndecl_33539 sas_get_phy_discover fndecl 0 33539 &disable_so_mlx5_buf_alloc_fndecl_33539
++disable_so_gfs2_set_acl_fndecl_33543 gfs2_set_acl fndecl 0 33543 NULL
++disable_so_fuse_ctl_add_conn_fndecl_33545 fuse_ctl_add_conn fndecl 0 33545 NULL
++disable_so_dlfb_setup_modes_fndecl_33548 dlfb_setup_modes fndecl 0 33548 NULL
++disable_so_hdpvr_probe_fndecl_33557 hdpvr_probe fndecl 0 33557 NULL
++disable_so_rtc_irq_set_freq_fndecl_33559 rtc_irq_set_freq fndecl 0 33559 NULL nohasharray
++disable_so_snd_mixart_probe_fndecl_33559 snd_mixart_probe fndecl 0 33559 &disable_so_rtc_irq_set_freq_fndecl_33559
++disable_so_ext3_xattr_ibody_get_fndecl_33571 ext3_xattr_ibody_get fndecl 0 33571 NULL
++disable_so_bitmap_init_from_disk_fndecl_33575 bitmap_init_from_disk fndecl 0 33575 NULL
++disable_so_sas_get_phy_change_count_fndecl_33581 sas_get_phy_change_count fndecl 0 33581 NULL
++disable_so_check_export_fndecl_33586 check_export fndecl 0 33586 NULL
++disable_so_siena_probe_nvconfig_fndecl_33590 siena_probe_nvconfig fndecl 0 33590 NULL
++disable_so_hci_mgmt_cmd_fndecl_33591 hci_mgmt_cmd fndecl 0 33591 NULL
++disable_so_i915_gem_object_pin_to_display_plane_fndecl_33596 i915_gem_object_pin_to_display_plane fndecl 0 33596 NULL
++disable_so_mwl8k_cmd_get_stat_fndecl_33599 mwl8k_cmd_get_stat fndecl 0 33599 NULL
++disable_so_r852_probe_fndecl_33614 r852_probe fndecl 0 33614 NULL
++disable_so_hfsplus_find_cat_fndecl_33616 hfsplus_find_cat fndecl 0 33616 NULL
++disable_so_pktgen_add_device_fndecl_33617 pktgen_add_device fndecl 0 33617 NULL
++disable_so_fm10k_pfvf_mbx_init_fndecl_33628 fm10k_pfvf_mbx_init fndecl 0 33628 NULL
++disable_so_rc_framerate_num_s5p_mfc_enc_params_33630 rc_framerate_num s5p_mfc_enc_params 0 33630 NULL
++disable_so_parse_cache_dev_fndecl_33635 parse_cache_dev fndecl 0 33635 NULL
++disable_so_iwl_send_static_wepkey_cmd_fndecl_33646 iwl_send_static_wepkey_cmd fndecl 0 33646 NULL
++disable_so_wl12xx_scan_stop_fndecl_33649 wl12xx_scan_stop fndecl 0 33649 NULL
++disable_so_bond_alb_init_slave_fndecl_33659 bond_alb_init_slave fndecl 0 33659 NULL
++disable_so_xfs_alloc_ag_vextent_fndecl_33660 xfs_alloc_ag_vextent fndecl 0 33660 NULL
++disable_so_sys_sysctl_fndecl_33667 sys_sysctl fndecl 0 33667 NULL
++disable_so_acpi_processor_get_info_fndecl_33670 acpi_processor_get_info fndecl 0 33670 NULL
++disable_so_fore200e_send_fndecl_33696 fore200e_send fndecl 0 33696 NULL
++disable_so_ide_cdrom_probe_capabilities_fndecl_33699 ide_cdrom_probe_capabilities fndecl 0 33699 NULL
++disable_so_rtentry_to_fib_config_fndecl_33700 rtentry_to_fib_config fndecl 0 33700 NULL
++disable_so_mmc_test_map_sg_max_scatter_fndecl_33705 mmc_test_map_sg_max_scatter fndecl 0 33705 NULL
++disable_so_calculate_memsize_fndecl_33706 calculate_memsize fndecl 0 33706 NULL
++disable_so_io_ctl_read_entry_fndecl_33707 io_ctl_read_entry fndecl 0 33707 NULL
++disable_so_network_header_sk_buff_33708 network_header sk_buff 0 33708 NULL
++disable_so_diolan_u2c_probe_fndecl_33713 diolan_u2c_probe fndecl 0 33713 NULL
++disable_so_consolidate_fndecl_33722 consolidate fndecl 0 33722 NULL
++disable_so_rionet_add_dev_fndecl_33728 rionet_add_dev fndecl 0 33728 NULL
++disable_so_dlm_rcom_status_fndecl_33733 dlm_rcom_status fndecl 0 33733 NULL
++disable_so_raw_cmd_copyout_fndecl_33741 raw_cmd_copyout fndecl 0 33741 NULL
++disable_so_force_hpet_address_vardecl_33758 force_hpet_address vardecl 0 33758 NULL
++disable_so_wmi_send_fndecl_33768 wmi_send fndecl 0 33768 NULL
++disable_so_udp_sock_create4_fndecl_33782 udp_sock_create4 fndecl 0 33782 NULL
++disable_so_sd_write_data_fndecl_33792 sd_write_data fndecl 0 33792 NULL
++disable_so_sidtab_context_to_sid_fndecl_33793 sidtab_context_to_sid fndecl 0 33793 NULL
++disable_so_edt_ft5x06_register_read_fndecl_33803 edt_ft5x06_register_read fndecl 0 33803 NULL
++disable_so_snd_find_free_minor_fndecl_33820 snd_find_free_minor fndecl 0 33820 NULL
++disable_so_pch_gbe_set_ringparam_fndecl_33836 pch_gbe_set_ringparam fndecl 0 33836 NULL
++disable_so_mgmt_cmd_complete_fndecl_33845 mgmt_cmd_complete fndecl 0 33845 NULL nohasharray
++disable_so_init_hardware_fndecl_33845 init_hardware fndecl 0 33845 &disable_so_mgmt_cmd_complete_fndecl_33845
++disable_so_ufx_reg_write_fndecl_33849 ufx_reg_write fndecl 0 33849 NULL
++disable_so_snd_cs8427_create_fndecl_33866 snd_cs8427_create fndecl 0 33866 NULL
++disable_so_tomoyo_audit_path_log_fndecl_33869 tomoyo_audit_path_log fndecl 0 33869 NULL
++disable_so_r100_cs_parse_packet0_fndecl_33873 r100_cs_parse_packet0 fndecl 0 33873 NULL
++disable_so_intel_lr_context_pin_fndecl_33877 intel_lr_context_pin fndecl 0 33877 NULL
++disable_so_snd_pcm_hw_param_last_fndecl_33883 snd_pcm_hw_param_last fndecl 0 33883 NULL
++disable_so_pktgen_if_write_fndecl_33887 pktgen_if_write fndecl 0 33887 NULL
++disable_so_sst_send_algo_cmd_fndecl_33891 sst_send_algo_cmd fndecl 0 33891 NULL
++disable_so_ieee80211_assign_beacon_fndecl_33893 ieee80211_assign_beacon fndecl 0 33893 NULL
++disable_so_wl18xx_acx_interrupt_notify_config_fndecl_33899 wl18xx_acx_interrupt_notify_config fndecl 0 33899 NULL
++disable_so_drm_atomic_crtc_get_property_fndecl_33900 drm_atomic_crtc_get_property fndecl 0 33900 NULL
++disable_so_add_loopback_list_fndecl_33901 add_loopback_list fndecl 0 33901 NULL
++disable_so_direct2indirect_fndecl_33902 direct2indirect fndecl 0 33902 NULL
++disable_so_vxlan_fdb_append_fndecl_33909 vxlan_fdb_append fndecl 0 33909 NULL
++disable_so_niu_alloc_rx_ring_info_fndecl_33913 niu_alloc_rx_ring_info fndecl 0 33913 NULL
++disable_so_dvb_usb_adapter_init_fndecl_33915 dvb_usb_adapter_init fndecl 0 33915 NULL
++disable_so_ocfs2_validate_meta_ecc_fndecl_33919 ocfs2_validate_meta_ecc fndecl 0 33919 NULL
++disable_so_rocker_port_fdb_learn_fndecl_33924 rocker_port_fdb_learn fndecl 0 33924 NULL
++disable_so_genl_allocate_reserve_groups_fndecl_33930 genl_allocate_reserve_groups fndecl 0 33930 NULL
++disable_so_old_capi_manufacturer_fndecl_33934 old_capi_manufacturer fndecl 0 33934 NULL
++disable_so_ib_rate_to_mlx5_fndecl_33939 ib_rate_to_mlx5 fndecl 0 33939 NULL
++disable_so_wMaxPacketSize_usb_endpoint_descriptor_33942 wMaxPacketSize usb_endpoint_descriptor 0 33942 NULL
++disable_so_amixer_mgr_create_fndecl_33947 amixer_mgr_create fndecl 0 33947 NULL
++disable_so_radeon_semaphore_create_fndecl_33953 radeon_semaphore_create fndecl 0 33953 NULL
++disable_so_jffs2_fill_super_fndecl_33956 jffs2_fill_super fndecl 0 33956 NULL
++disable_so_gfs2_quota_init_fndecl_33965 gfs2_quota_init fndecl 0 33965 NULL
++disable_so_uwb_rsv_get_stream_fndecl_33968 uwb_rsv_get_stream fndecl 0 33968 NULL
++disable_so_nfc_hci_send_cmd_fndecl_33969 nfc_hci_send_cmd fndecl 0 33969 NULL
++disable_so_queue_snd_seq_queue_33970 queue snd_seq_queue 0 33970 NULL
++disable_so_ocfs2_lock_refcount_tree_fndecl_33972 ocfs2_lock_refcount_tree fndecl 0 33972 NULL
++disable_so_pm8001_store_update_fw_fndecl_33975 pm8001_store_update_fw fndecl 0 33975 NULL
++disable_so_ethtool_copy_validate_indir_fndecl_33994 ethtool_copy_validate_indir fndecl 0 33994 NULL
++disable_so_vp702x_usb_probe_fndecl_34003 vp702x_usb_probe fndecl 0 34003 NULL
++disable_so_snd_rawmidi_runtime_create_fndecl_34008 snd_rawmidi_runtime_create fndecl 0 34008 NULL nohasharray
++disable_so_ia_ioctl_fndecl_34008 ia_ioctl fndecl 0 34008 &disable_so_snd_rawmidi_runtime_create_fndecl_34008 nohasharray
++disable_so_cx23888_ir_probe_fndecl_34008 cx23888_ir_probe fndecl 0 34008 &disable_so_ia_ioctl_fndecl_34008
++disable_so___cpuidle_register_device_fndecl_34012 __cpuidle_register_device fndecl 0 34012 NULL
++disable_so_length_p9_wstat_34022 length p9_wstat 0 34022 NULL nohasharray
++disable_so_data_addr_acpi_ec_34022 data_addr acpi_ec 0 34022 &disable_so_length_p9_wstat_34022
++disable_so_read_factory_bbt_fndecl_34029 read_factory_bbt fndecl 0 34029 NULL
++disable_so_membase_jsm_board_34030 membase jsm_board 0 34030 NULL
++disable_so_scs_create_midi_fndecl_34031 scs_create_midi fndecl 0 34031 NULL
++disable_so_cy_startup_fndecl_34038 cy_startup fndecl 0 34038 NULL
++disable_so_it821x_init_one_fndecl_34048 it821x_init_one fndecl 0 34048 NULL
++disable_so_radeon_do_wait_for_fifo_fndecl_34050 radeon_do_wait_for_fifo fndecl 0 34050 NULL
++disable_so_atk_enumerate_old_hwmon_fndecl_34065 atk_enumerate_old_hwmon fndecl 0 34065 NULL
++disable_so_wl1271_acx_wake_up_conditions_fndecl_34066 wl1271_acx_wake_up_conditions fndecl 0 34066 NULL
++disable_so_sys_epoll_ctl_fndecl_34068 sys_epoll_ctl fndecl 0 34068 NULL
++disable_so_qp_alloc_guest_work_fndecl_34074 qp_alloc_guest_work fndecl 0 34074 NULL
++disable_so_init_one_instance_fndecl_34076 init_one_instance fndecl 0 34076 NULL
++disable_so_btusb_submit_bulk_urb_fndecl_34082 btusb_submit_bulk_urb fndecl 0 34082 NULL
++disable_so_device_user_lock_fndecl_34085 device_user_lock fndecl 0 34085 NULL
++disable_so___memblock_alloc_base_fndecl_34092 __memblock_alloc_base fndecl 0 34092 NULL
++disable_so_user_to_new_fndecl_34093 user_to_new fndecl 0 34093 NULL
++disable_so_set_termiox_fndecl_34106 set_termiox fndecl 0 34106 NULL
++disable_so___wa_xfer_setup_sizes_fndecl_34109 __wa_xfer_setup_sizes fndecl 0 34109 NULL
++disable_so_ap192_ak4114_init_fndecl_34114 ap192_ak4114_init fndecl 0 34114 NULL
++disable_so_qxl_alloc_bo_reserved_fndecl_34119 qxl_alloc_bo_reserved fndecl 0 34119 NULL
++disable_so_do_command_fndecl_34128 do_command fndecl 0 34128 NULL
++disable_so_cpuidle_enable_device_fndecl_34132 cpuidle_enable_device fndecl 0 34132 NULL nohasharray
++disable_so_vb2_reqbufs_fndecl_34132 vb2_reqbufs fndecl 0 34132 &disable_so_cpuidle_enable_device_fndecl_34132
++disable_so_sync_erase_fndecl_34134 sync_erase fndecl 0 34134 NULL nohasharray
++disable_so_data_regs_tpm_inf_dev_34134 data_regs tpm_inf_dev 0 34134 &disable_so_sync_erase_fndecl_34134
++disable_so_kfd_parse_subtype_iolink_fndecl_34136 kfd_parse_subtype_iolink fndecl 0 34136 NULL
++disable_so_nilfs_sysfs_create_segments_group_fndecl_34137 nilfs_sysfs_create_segments_group fndecl 0 34137 NULL
++disable_so_vmax_packet_size_pwc_device_34153 vmax_packet_size pwc_device 0 34153 NULL
++disable_so_add_evtchn_fndecl_34157 add_evtchn fndecl 0 34157 NULL
++disable_so_max_requests_rpcrdma_create_data_internal_34158 max_requests rpcrdma_create_data_internal 0 34158 NULL
++disable_so_wl12xx_cmd_start_fwlog_fndecl_34160 wl12xx_cmd_start_fwlog fndecl 0 34160 NULL
++disable_so___domain_mapping_fndecl_34162 __domain_mapping fndecl 0 34162 NULL
++disable_so_bnx2x_set_real_num_queues_fndecl_34164 bnx2x_set_real_num_queues fndecl 0 34164 NULL
++disable_so_genl_family_rcv_msg_fndecl_34170 genl_family_rcv_msg fndecl 0 34170 NULL
++disable_so_osst_seek_sector_fndecl_34173 osst_seek_sector fndecl 0 34173 NULL
++disable_so_vt_do_kdsk_ioctl_fndecl_34183 vt_do_kdsk_ioctl fndecl 0 34183 NULL
++disable_so__base_allocate_memory_pools_fndecl_34194 _base_allocate_memory_pools fndecl 0 34194 NULL nohasharray
++disable_so_nouveau_cli_create_fndecl_34194 nouveau_cli_create fndecl 0 34194 &disable_so__base_allocate_memory_pools_fndecl_34194
++disable_so_qxl_device_init_fndecl_34198 qxl_device_init fndecl 0 34198 NULL
++disable_so_ufshcd_exec_dev_cmd_fndecl_34212 ufshcd_exec_dev_cmd fndecl 0 34212 NULL
++disable_so_usb_urb_initv2_fndecl_34229 usb_urb_initv2 fndecl 0 34229 NULL nohasharray
++disable_so_ath6kl_wmi_simple_cmd_fndecl_34229 ath6kl_wmi_simple_cmd fndecl 0 34229 &disable_so_usb_urb_initv2_fndecl_34229 nohasharray
++disable_so_wl1271_acx_arp_ip_filter_fndecl_34229 wl1271_acx_arp_ip_filter fndecl 0 34229 &disable_so_ath6kl_wmi_simple_cmd_fndecl_34229
++disable_so_snd_tea575x_hw_init_fndecl_34232 snd_tea575x_hw_init fndecl 0 34232 NULL
++disable_so_isdnhdlc_decode_fndecl_34233 isdnhdlc_decode fndecl 0 34233 NULL
++disable_so_addr_uio_mem_34242 addr uio_mem 0 34242 NULL
++disable_so_xfs_btree_split_fndecl_34248 xfs_btree_split fndecl 0 34248 NULL nohasharray
++disable_so_snd_emu10k1x_create_fndecl_34248 snd_emu10k1x_create fndecl 0 34248 &disable_so_xfs_btree_split_fndecl_34248
++disable_so_mwl8k_cmd_encryption_set_key_fndecl_34254 mwl8k_cmd_encryption_set_key fndecl 0 34254 NULL
++disable_so_count_igbvf_ring_34264 count igbvf_ring 0 34264 NULL
++disable_so_ti_startup_fndecl_34277 ti_startup fndecl 0 34277 NULL
++disable_so_ea_get_fndecl_34289 ea_get fndecl 0 34289 NULL nohasharray
++disable_so_osst_reset_header_fndecl_34289 osst_reset_header fndecl 0 34289 &disable_so_ea_get_fndecl_34289
++disable_so_kvm_set_memory_region_fndecl_34290 kvm_set_memory_region fndecl 0 34290 NULL
++disable_so_irq_pm80x_onkey_info_34294 irq pm80x_onkey_info 0 34294 NULL
++disable_so_acpi_power_get_state_fndecl_34304 acpi_power_get_state fndecl 0 34304 NULL
++disable_so_mptsas_sas_expander_pg0_fndecl_34312 mptsas_sas_expander_pg0 fndecl 0 34312 NULL
++disable_so_flock64_to_posix_lock_fndecl_34317 flock64_to_posix_lock fndecl 0 34317 NULL nohasharray
++disable_so_hidp_session_dev_init_fndecl_34317 hidp_session_dev_init fndecl 0 34317 &disable_so_flock64_to_posix_lock_fndecl_34317
++disable_so_acpi_battery_add_fndecl_34326 acpi_battery_add fndecl 0 34326 NULL
++disable_so_nilfs_segctor_create_checkpoint_fndecl_34333 nilfs_segctor_create_checkpoint fndecl 0 34333 NULL
++disable_so_acpi_pci_link_get_current_fndecl_34338 acpi_pci_link_get_current fndecl 0 34338 NULL
++disable_so_kvm_cpu_get_extint_fndecl_34341 kvm_cpu_get_extint fndecl 0 34341 NULL
++disable_so_usb_alloc_stream_buffers_fndecl_34344 usb_alloc_stream_buffers fndecl 0 34344 NULL
++disable_so_snd_compress_new_fndecl_34346 snd_compress_new fndecl 0 34346 NULL
++disable_so_logical_ring_alloc_request_fndecl_34356 logical_ring_alloc_request fndecl 0 34356 NULL
++disable_so_em28xx_write_reg_bits_fndecl_34360 em28xx_write_reg_bits fndecl 0 34360 NULL
++disable_so_src_rsc_init_fndecl_34366 src_rsc_init fndecl 0 34366 NULL
++disable_so_qlcnic_sriov_check_dev_ready_fndecl_34367 qlcnic_sriov_check_dev_ready fndecl 0 34367 NULL
++disable_so_check_auto_mute_availability_fndecl_34373 check_auto_mute_availability fndecl 0 34373 NULL
++disable_so_get_bad_peb_limit_fndecl_34374 get_bad_peb_limit fndecl 0 34374 NULL
++disable_so___uwb_rc_cmd_fndecl_34375 __uwb_rc_cmd fndecl 0 34375 NULL nohasharray
++disable_so_gntalloc_ioctl_alloc_fndecl_34375 gntalloc_ioctl_alloc fndecl 0 34375 &disable_so___uwb_rc_cmd_fndecl_34375
++disable_so_netlbl_cfg_unlbl_static_del_fndecl_34381 netlbl_cfg_unlbl_static_del fndecl 0 34381 NULL
++disable_so_add_extent_mapping_fndecl_34382 add_extent_mapping fndecl 0 34382 NULL nohasharray
++disable_so_uvesafb_setcolreg_fndecl_34382 uvesafb_setcolreg fndecl 0 34382 &disable_so_add_extent_mapping_fndecl_34382
++disable_so_sctp_add_bind_addr_fndecl_34385 sctp_add_bind_addr fndecl 0 34385 NULL nohasharray
++disable_so_pfn_mthca_uar_34385 pfn mthca_uar 0 34385 &disable_so_sctp_add_bind_addr_fndecl_34385
++disable_so_new_to_user_fndecl_34390 new_to_user fndecl 0 34390 NULL
++disable_so_fs_open_fndecl_34392 fs_open fndecl 0 34392 NULL
++disable_so_probe_sysfs_permissions_fndecl_34406 probe_sysfs_permissions fndecl 0 34406 NULL
++disable_so___i2c_transfer_fndecl_34417 __i2c_transfer fndecl 0 34417 NULL
++disable_so_bnx2x_nvram_read_fndecl_34425 bnx2x_nvram_read fndecl 0 34425 NULL
++disable_so_ocfs2_journal_access_gd_fndecl_34434 ocfs2_journal_access_gd fndecl 0 34434 NULL
++disable_so_update_space_info_fndecl_34438 update_space_info fndecl 0 34438 NULL
++disable_so_isp116x_urb_enqueue_fndecl_34440 isp116x_urb_enqueue fndecl 0 34440 NULL
++disable_so_smb2_push_mandatory_locks_fndecl_34449 smb2_push_mandatory_locks fndecl 0 34449 NULL
++disable_so_owner_btrfs_header_34453 owner btrfs_header 0 34453 NULL
++disable_so_hpsa_passthru_ioctl_fndecl_34471 hpsa_passthru_ioctl fndecl 0 34471 NULL
++disable_so_vmw_resource_context_res_add_fndecl_34474 vmw_resource_context_res_add fndecl 0 34474 NULL
++disable_so_i2c_hid_command_fndecl_34481 i2c_hid_command fndecl 0 34481 NULL
++disable_so_tomoyo_execute_permission_fndecl_34482 tomoyo_execute_permission fndecl 0 34482 NULL nohasharray
++disable_so_iwl_dbgfs_bcast_filters_write_fndecl_34482 iwl_dbgfs_bcast_filters_write fndecl 0 34482 &disable_so_tomoyo_execute_permission_fndecl_34482
++disable_so_ocfs2_find_xe_in_bucket_fndecl_34483 ocfs2_find_xe_in_bucket fndecl 0 34483 NULL
++disable_so_iguanair_get_features_fndecl_34486 iguanair_get_features fndecl 0 34486 NULL
++disable_so_ufshcd_query_descriptor_fndecl_34495 ufshcd_query_descriptor fndecl 0 34495 NULL
++disable_so_bnx2x_test_dir_entry_fndecl_34498 bnx2x_test_dir_entry fndecl 0 34498 NULL
++disable_so_pci_dev_reset_fndecl_34510 pci_dev_reset fndecl 0 34510 NULL
++disable_so_qib_set_part_key_fndecl_34520 qib_set_part_key fndecl 0 34520 NULL
++disable_so_clk_enable_fndecl_34522 clk_enable fndecl 0 34522 NULL
++disable_so_p9pdu_vreadf_fndecl_34524 p9pdu_vreadf fndecl 0 34524 NULL
++disable_so_validate_pnode_fndecl_34528 validate_pnode fndecl 0 34528 NULL nohasharray
++disable_so_register_mem_sect_under_node_fndecl_34528 register_mem_sect_under_node fndecl 0 34528 &disable_so_validate_pnode_fndecl_34528
++disable_so_ppp_register_net_channel_fndecl_34529 ppp_register_net_channel fndecl 0 34529 NULL
++disable_so_resid_sg_io_hdr_34541 resid sg_io_hdr 0 34541 NULL
++disable_so_mxr_acquire_resources_fndecl_34555 mxr_acquire_resources fndecl 0 34555 NULL
++disable_so_ubifs_tnc_end_commit_fndecl_34559 ubifs_tnc_end_commit fndecl 0 34559 NULL nohasharray
++disable_so_iwl_mvm_mac_ctxt_cmd_ap_fndecl_34559 iwl_mvm_mac_ctxt_cmd_ap fndecl 0 34559 &disable_so_ubifs_tnc_end_commit_fndecl_34559
++disable_so_get_amixer_rsc_fndecl_34565 get_amixer_rsc fndecl 0 34565 NULL
++disable_so_maxpacket_limit_usb_ep_34566 maxpacket_limit usb_ep 0 34566 NULL
++disable_so_ppp_sync_open_fndecl_34577 ppp_sync_open fndecl 0 34577 NULL
++disable_so_inum_ubifs_dent_node_34584 inum ubifs_dent_node 0 34584 NULL
++disable_so_hcd_alloc_coherent_fndecl_34597 hcd_alloc_coherent fndecl 0 34597 NULL
++disable_so_ath6kl_wmi_data_hdr_add_fndecl_34601 ath6kl_wmi_data_hdr_add fndecl 0 34601 NULL
++disable_so_goldfish_fb_probe_fndecl_34602 goldfish_fb_probe fndecl 0 34602 NULL
++disable_so___check_block_validity_fndecl_34606 __check_block_validity fndecl 0 34606 NULL
++disable_so_bcm63xx_hsspi_do_txrx_fndecl_34614 bcm63xx_hsspi_do_txrx fndecl 0 34614 NULL
++disable_so_nvme_trans_unmap_fndecl_34641 nvme_trans_unmap fndecl 0 34641 NULL
++disable_so_nfs4_try_replacing_one_location_fndecl_34642 nfs4_try_replacing_one_location fndecl 0 34642 NULL
++disable_so_tm6000_audio_init_fndecl_34654 tm6000_audio_init fndecl 0 34654 NULL
++disable_so_init_evtlog_size_iwl_fw_34663 init_evtlog_size iwl_fw 0 34663 NULL
++disable_so_brcmf_sdio_readconsole_fndecl_34668 brcmf_sdio_readconsole fndecl 0 34668 NULL
++disable_so_storvsc_channel_init_fndecl_34674 storvsc_channel_init fndecl 0 34674 NULL
++disable_so_inode_ext4_dir_entry_2_34680 inode ext4_dir_entry_2 0 34680 NULL
++disable_so___mlx5_ib_modify_qp_fndecl_34683 __mlx5_ib_modify_qp fndecl 0 34683 NULL
++disable_so_iscsit_do_build_pdu_and_seq_lists_fndecl_34717 iscsit_do_build_pdu_and_seq_lists fndecl 0 34717 NULL
++disable_so_mlx4_init_xrcd_table_fndecl_34726 mlx4_init_xrcd_table fndecl 0 34726 NULL
++disable_so_wa_xfer_create_subset_sg_fndecl_34731 wa_xfer_create_subset_sg fndecl 0 34731 NULL
++disable_so_error_v4l2_ctrl_handler_34735 error v4l2_ctrl_handler 0 34735 NULL
++disable_so_init_subctxts_fndecl_34737 init_subctxts fndecl 0 34737 NULL nohasharray
++disable_so_vx_alloc_pipe_fndecl_34737 vx_alloc_pipe fndecl 0 34737 &disable_so_init_subctxts_fndecl_34737
++disable_so___smsc95xx_mdio_read_fndecl_34751 __smsc95xx_mdio_read fndecl 0 34751 NULL
++disable_so_sdr_fm_freq_vivid_dev_34755 sdr_fm_freq vivid_dev 0 34755 NULL
++disable_so_mlx4_init_counters_table_fndecl_34756 mlx4_init_counters_table fndecl 0 34756 NULL
++disable_so_ssb_bus_pcmciabus_register_fndecl_34759 ssb_bus_pcmciabus_register fndecl 0 34759 NULL
++disable_so_options_len_ovs_tunnel_info_34769 options_len ovs_tunnel_info 0 34769 NULL
++disable_so_qxl_image_alloc_objects_fndecl_34790 qxl_image_alloc_objects fndecl 0 34790 NULL
++disable_so_result_sir_fsm_34791 result sir_fsm 0 34791 NULL
++disable_so_mwifiex_wait_queue_complete_fndecl_34794 mwifiex_wait_queue_complete fndecl 0 34794 NULL
++disable_so_hdlcdrv_ioctl_fndecl_34799 hdlcdrv_ioctl fndecl 0 34799 NULL
++disable_so_vmci_ctx_enqueue_datagram_fndecl_34800 vmci_ctx_enqueue_datagram fndecl 0 34800 NULL
++disable_so_num_q_vectors_ixgbe_adapter_34808 num_q_vectors ixgbe_adapter 0 34808 NULL
++disable_so_i915_reset_gen7_sol_offsets_fndecl_34816 i915_reset_gen7_sol_offsets fndecl 0 34816 NULL
++disable_so_i915_gem_get_seqno_fndecl_34824 i915_gem_get_seqno fndecl 0 34824 NULL
++disable_so_add_chmap_fndecl_34831 add_chmap fndecl 0 34831 NULL
++disable_so_ipip6_tunnel_add_prl_fndecl_34838 ipip6_tunnel_add_prl fndecl 0 34838 NULL
++disable_so_new_analog_input_fndecl_34845 new_analog_input fndecl 0 34845 NULL
++disable_so_eeepc_platform_init_fndecl_34846 eeepc_platform_init fndecl 0 34846 NULL
++disable_so_afs_deliver_cb_callback_fndecl_34848 afs_deliver_cb_callback fndecl 0 34848 NULL
++disable_so_fw_iso_buffer_init_fndecl_34853 fw_iso_buffer_init fndecl 0 34853 NULL
++disable_so_siena_mtd_get_fw_subtypes_fndecl_34858 siena_mtd_get_fw_subtypes fndecl 0 34858 NULL
++disable_so_btrfs_update_inode_item_fndecl_34866 btrfs_update_inode_item fndecl 0 34866 NULL nohasharray
++disable_so_size_g2d_frame_34866 size g2d_frame 0 34866 &disable_so_btrfs_update_inode_item_fndecl_34866
++disable_so_sddr09_writeX_fndecl_34870 sddr09_writeX fndecl 0 34870 NULL
++disable_so_sbp_update_unit_directory_fndecl_34888 sbp_update_unit_directory fndecl 0 34888 NULL
++disable_so_evdev_open_device_fndecl_34889 evdev_open_device fndecl 0 34889 NULL
++disable_so_scsiback_gnttab_data_map_list_fndecl_34890 scsiback_gnttab_data_map_list fndecl 0 34890 NULL
++disable_so_create_sensor_fndecl_34898 create_sensor fndecl 0 34898 NULL
++disable_so_fat_ent_read_fndecl_34902 fat_ent_read fndecl 0 34902 NULL
++disable_so_mptsas_probe_hba_phys_fndecl_34910 mptsas_probe_hba_phys fndecl 0 34910 NULL
++disable_so_drm_helper_crtc_mode_set_base_fndecl_34920 drm_helper_crtc_mode_set_base fndecl 0 34920 NULL
++disable_so_ubifs_wbuf_sync_nolock_fndecl_34924 ubifs_wbuf_sync_nolock fndecl 0 34924 NULL nohasharray
++disable_so__regulator_enable_fndecl_34924 _regulator_enable fndecl 0 34924 &disable_so_ubifs_wbuf_sync_nolock_fndecl_34924
++disable_so_r100_cs_track_check_pkt3_indx_buffer_fndecl_34925 r100_cs_track_check_pkt3_indx_buffer fndecl 0 34925 NULL
++disable_so_port_fops_write_fndecl_34928 port_fops_write fndecl 0 34928 NULL
++disable_so_fs_path_add_path_fndecl_34955 fs_path_add_path fndecl 0 34955 NULL
++disable_so_gigaset_enterconfigmode_fndecl_34956 gigaset_enterconfigmode fndecl 0 34956 NULL
++disable_so_snd_emux_register_fndecl_34962 snd_emux_register fndecl 0 34962 NULL
++disable_so_snd_pcm_attach_substream_fndecl_34963 snd_pcm_attach_substream fndecl 0 34963 NULL
++disable_so_bus_add_device_fndecl_34970 bus_add_device fndecl 0 34970 NULL
++disable_so_usb_8dev_cmd_version_fndecl_34982 usb_8dev_cmd_version fndecl 0 34982 NULL
++disable_so_IO_APIC_get_PCI_irq_vector_fndecl_34998 IO_APIC_get_PCI_irq_vector fndecl 0 34998 NULL nohasharray
++disable_so_i915_gem_ringbuffer_submission_fndecl_34998 i915_gem_ringbuffer_submission fndecl 0 34998 &disable_so_IO_APIC_get_PCI_irq_vector_fndecl_34998
++disable_so_xhci_mem_init_fndecl_34999 xhci_mem_init fndecl 0 34999 NULL
++disable_so_hdlc_ioctl_fndecl_35002 hdlc_ioctl fndecl 0 35002 NULL
++disable_so_rx_ring_count_ixgbe_adapter_35004 rx_ring_count ixgbe_adapter 0 35004 NULL
++disable_so_platform_get_irq_byname_fndecl_35007 platform_get_irq_byname fndecl 0 35007 NULL
++disable_so_do_trimming_fndecl_35014 do_trimming fndecl 0 35014 NULL
++disable_so_prepend_name_fndecl_35015 prepend_name fndecl 0 35015 NULL
++disable_so_dlm_lowcomms_connect_node_fndecl_35023 dlm_lowcomms_connect_node fndecl 0 35023 NULL nohasharray
++disable_so_radeon_fbdev_init_fndecl_35023 radeon_fbdev_init fndecl 0 35023 &disable_so_dlm_lowcomms_connect_node_fndecl_35023 nohasharray
++disable_so_whcrc_probe_fndecl_35023 whcrc_probe fndecl 0 35023 &disable_so_radeon_fbdev_init_fndecl_35023
++disable_so_vSync_width_panel_info_35029 vSync_width panel_info 0 35029 NULL
++disable_so_evdev_handle_get_keycode_fndecl_35030 evdev_handle_get_keycode fndecl 0 35030 NULL
++disable_so_ipip6_tunnel_del_prl_fndecl_35034 ipip6_tunnel_del_prl fndecl 0 35034 NULL nohasharray
++disable_so_hfc4s8s_probe_fndecl_35034 hfc4s8s_probe fndecl 0 35034 &disable_so_ipip6_tunnel_del_prl_fndecl_35034
++disable_so_build_tce_table_fndecl_35046 build_tce_table fndecl 0 35046 NULL
++disable_so_gpiochip_add_fndecl_35054 gpiochip_add fndecl 0 35054 NULL
++disable_so_jffs2_flash_direct_write_fndecl_35070 jffs2_flash_direct_write fndecl 0 35070 NULL
++disable_so_altera_set_dr_post_fndecl_35072 altera_set_dr_post fndecl 0 35072 NULL
++disable_so_watchdog_trigger_fndecl_35073 watchdog_trigger fndecl 0 35073 NULL
++disable_so_ttm_mem_global_alloc_fndecl_35080 ttm_mem_global_alloc fndecl 0 35080 NULL
++disable_so_get_iovec_page_array_fndecl_35081 get_iovec_page_array fndecl 0 35081 NULL
++disable_so_reclaim_pages_fndecl_35086 reclaim_pages fndecl 0 35086 NULL
++disable_so_wl1251_cmd_ps_mode_fndecl_35104 wl1251_cmd_ps_mode fndecl 0 35104 NULL
++disable_so_cifs_readdir_fndecl_35106 cifs_readdir fndecl 0 35106 NULL
++disable_so_l2cap_sock_getsockopt_old_fndecl_35114 l2cap_sock_getsockopt_old fndecl 0 35114 NULL
++disable_so_mlx4_en_create_rx_ring_fndecl_35128 mlx4_en_create_rx_ring fndecl 0 35128 NULL
++disable_so_msb_ftl_scan_fndecl_35133 msb_ftl_scan fndecl 0 35133 NULL
++disable_so__osd_realloc_seg_fndecl_35139 _osd_realloc_seg fndecl 0 35139 NULL
++disable_so_usb_urb_alloc_bulk_urbs_fndecl_35145 usb_urb_alloc_bulk_urbs fndecl 0 35145 NULL
++disable_so_lg2ff_init_fndecl_35164 lg2ff_init fndecl 0 35164 NULL
++disable_so_snd_pcm_oss_read2_fndecl_35168 snd_pcm_oss_read2 fndecl 0 35168 NULL
++disable_so_wl1271_acx_cca_threshold_fndecl_35170 wl1271_acx_cca_threshold fndecl 0 35170 NULL nohasharray
++disable_so_tb_eeprom_get_drom_offset_fndecl_35170 tb_eeprom_get_drom_offset fndecl 0 35170 &disable_so_wl1271_acx_cca_threshold_fndecl_35170
++disable_so_cifs_is_path_accessible_fndecl_35177 cifs_is_path_accessible fndecl 0 35177 NULL
++disable_so___sound_insert_unit_fndecl_35186 __sound_insert_unit fndecl 0 35186 NULL
++disable_so_sd_set_current_limit_fndecl_35195 sd_set_current_limit fndecl 0 35195 NULL
++disable_so_kvm_vm_ioctl_set_pci_irq_mask_fndecl_35200 kvm_vm_ioctl_set_pci_irq_mask fndecl 0 35200 NULL
++disable_so_tm6000_usb_probe_fndecl_35206 tm6000_usb_probe fndecl 0 35206 NULL
++disable_so_new_lockspace_fndecl_35208 new_lockspace fndecl 0 35208 NULL
++disable_so_nilfs_palloc_get_block_fndecl_35210 nilfs_palloc_get_block fndecl 0 35210 NULL
++disable_so_xlog_recover_process_efis_fndecl_35212 xlog_recover_process_efis fndecl 0 35212 NULL
++disable_so_iommu_queue_command_sync_fndecl_35215 iommu_queue_command_sync fndecl 0 35215 NULL
++disable_so_set_gss_proxy_fndecl_35219 set_gss_proxy fndecl 0 35219 NULL
++disable_so_snd_pcm_add_chmap_ctls_fndecl_35223 snd_pcm_add_chmap_ctls fndecl 0 35223 NULL
++disable_so_vmbus_sendpacket_ctl_fndecl_35225 vmbus_sendpacket_ctl fndecl 0 35225 NULL
++disable_so_timerfd_fget_fndecl_35235 timerfd_fget fndecl 0 35235 NULL
++disable_so_xlate_to_uni_fndecl_35237 xlate_to_uni fndecl 0 35237 NULL
++disable_so_wl18xx_cmd_smart_config_stop_fndecl_35241 wl18xx_cmd_smart_config_stop fndecl 0 35241 NULL
++disable_so_populate_pgd_fndecl_35261 populate_pgd fndecl 0 35261 NULL
++disable_so_ttm_base_object_init_fndecl_35262 ttm_base_object_init fndecl 0 35262 NULL
++disable_so_fuse_notify_inval_entry_fndecl_35266 fuse_notify_inval_entry fndecl 0 35266 NULL
++disable_so_r592_test_io_error_fndecl_35267 r592_test_io_error fndecl 0 35267 NULL
++disable_so_swiotlb_tbl_map_single_fndecl_35276 swiotlb_tbl_map_single fndecl 0 35276 NULL
++disable_so_osst_write_header_fndecl_35282 osst_write_header fndecl 0 35282 NULL
++disable_so_create_lkb_fndecl_35302 create_lkb fndecl 0 35302 NULL
++disable_so_channels_twl4030_priv_35329 channels twl4030_priv 0 35329 NULL
++disable_so_efx_mcdi_port_get_number_fndecl_35338 efx_mcdi_port_get_number fndecl 0 35338 NULL
++disable_so_wanxl_ioctl_fndecl_35339 wanxl_ioctl fndecl 0 35339 NULL
++disable_so_evergreen_cs_track_validate_htile_fndecl_35346 evergreen_cs_track_validate_htile fndecl 0 35346 NULL
++disable_so___pci_dev_reset_fndecl_35361 __pci_dev_reset fndecl 0 35361 NULL
++disable_so_solo_p2m_dma_t_fndecl_35365 solo_p2m_dma_t fndecl 0 35365 NULL
++disable_so_wm0010_stage2_load_fndecl_35375 wm0010_stage2_load fndecl 0 35375 NULL
++disable_so_lanai_setup_tx_vci_fndecl_35377 lanai_setup_tx_vci fndecl 0 35377 NULL nohasharray
++disable_so_selinux_xfrm_alloc_user_fndecl_35377 selinux_xfrm_alloc_user fndecl 0 35377 &disable_so_lanai_setup_tx_vci_fndecl_35377
++disable_so_mmio_base_phys_radeonfb_info_35378 mmio_base_phys radeonfb_info 0 35378 NULL
++disable_so_fuse_read_interrupt_fndecl_35386 fuse_read_interrupt fndecl 0 35386 NULL
++disable_so_lnc_add_fndecl_35390 lnc_add fndecl 0 35390 NULL
++disable_so_pcf50633_adc_async_read_fndecl_35404 pcf50633_adc_async_read fndecl 0 35404 NULL
++disable_so_crypto_ahash_setkey_fndecl_35405 crypto_ahash_setkey fndecl 0 35405 NULL nohasharray
++disable_so_nci_hci_dev_connect_gates_fndecl_35405 nci_hci_dev_connect_gates fndecl 0 35405 &disable_so_crypto_ahash_setkey_fndecl_35405
++disable_so_xfs_bulkstat_one_compat_fndecl_35428 xfs_bulkstat_one_compat fndecl 0 35428 NULL
++disable_so_reiserfs_security_write_fndecl_35431 reiserfs_security_write fndecl 0 35431 NULL
++disable_so_verify_reserved_gdb_fndecl_35439 verify_reserved_gdb fndecl 0 35439 NULL
++disable_so_major_gendisk_35443 major gendisk 0 35443 NULL
++disable_so_intel_ring_alloc_request_fndecl_35444 intel_ring_alloc_request fndecl 0 35444 NULL
++disable_so_crypto_gcm_module_init_fndecl_35446 crypto_gcm_module_init fndecl 0 35446 NULL
++disable_so_gfs2_ri_update_fndecl_35458 gfs2_ri_update fndecl 0 35458 NULL
++disable_so_add_symlink_fndecl_35459 add_symlink fndecl 0 35459 NULL
++disable_so_drbd_send_fndecl_35461 drbd_send fndecl 0 35461 NULL
++disable_so_alloc_lpt_leb_fndecl_35462 alloc_lpt_leb fndecl 0 35462 NULL
++disable_so_sel_write_relabel_fndecl_35464 sel_write_relabel fndecl 0 35464 NULL
++disable_so_dtv_property_process_get_fndecl_35467 dtv_property_process_get fndecl 0 35467 NULL
++disable_so_osst_get_frame_position_fndecl_35475 osst_get_frame_position fndecl 0 35475 NULL
++disable_so___rpipe_set_descr_fndecl_35478 __rpipe_set_descr fndecl 0 35478 NULL
++disable_so_ubi_attach_fastmap_fndecl_35490 ubi_attach_fastmap fndecl 0 35490 NULL
++disable_so_uvc_v4l2_open_fndecl_35491 uvc_v4l2_open fndecl 0 35491 NULL
++disable_so_mantis_i2c_init_fndecl_35492 mantis_i2c_init fndecl 0 35492 NULL
++disable_so_mantis_pci_probe_fndecl_35495 mantis_pci_probe fndecl 0 35495 NULL
++disable_so_dbAllocDmap_fndecl_35496 dbAllocDmap fndecl 0 35496 NULL
++disable_so_torture_peb_fndecl_35497 torture_peb fndecl 0 35497 NULL
++disable_so_acpi_nvs_register_fndecl_35515 acpi_nvs_register fndecl 0 35515 NULL
++disable_so_do_raw_setsockopt_fndecl_35516 do_raw_setsockopt fndecl 0 35516 NULL
++disable_so_cx24117_firmware_ondemand_fndecl_35527 cx24117_firmware_ondemand fndecl 0 35527 NULL
++disable_so_xhci_evaluate_context_result_fndecl_35529 xhci_evaluate_context_result fndecl 0 35529 NULL
++disable_so_regcache_rbtree_init_fndecl_35556 regcache_rbtree_init fndecl 0 35556 NULL
++disable_so_si_set_mc_special_registers_fndecl_35559 si_set_mc_special_registers fndecl 0 35559 NULL
++disable_so_snd_seq_queue_use_fndecl_35562 snd_seq_queue_use fndecl 0 35562 NULL
++disable_so_ptrace_request_fndecl_35563 ptrace_request fndecl 0 35563 NULL
++disable_so_output_sleep_fndecl_35570 output_sleep fndecl 0 35570 NULL
++disable_so_ip_vs_add_service_fndecl_35575 ip_vs_add_service fndecl 0 35575 NULL
++disable_so_cfg80211_mlme_auth_fndecl_35577 cfg80211_mlme_auth fndecl 0 35577 NULL
++disable_so_ext3_find_goal_fndecl_35586 ext3_find_goal fndecl 0 35586 NULL
++disable_so_actual_length_usb_iso_packet_descriptor_35588 actual_length usb_iso_packet_descriptor 0 35588 NULL
++disable_so_xfs_rtallocate_extent_block_fndecl_35604 xfs_rtallocate_extent_block fndecl 0 35604 NULL
++disable_so_nci_hci_dev_session_init_fndecl_35609 nci_hci_dev_session_init fndecl 0 35609 NULL
++disable_so_offset_lv_35617 offset lv 0 35617 NULL
++disable_so_validate_nla_fndecl_35618 validate_nla fndecl 0 35618 NULL
++disable_so_generic_perform_write_fndecl_35619 generic_perform_write fndecl 0 35619 NULL
++disable_so_to_mlx5_st_fndecl_35624 to_mlx5_st fndecl 0 35624 NULL
++disable_so_qxl_driver_load_fndecl_35625 qxl_driver_load fndecl 0 35625 NULL
++disable_so_rocker_flow_tbl_add_fndecl_35629 rocker_flow_tbl_add fndecl 0 35629 NULL
++disable_so_prepare_dma_fndecl_35630 prepare_dma fndecl 0 35630 NULL
++disable_so_cciss_add_gendisk_fndecl_35636 cciss_add_gendisk fndecl 0 35636 NULL
++disable_so_broadsheet_spiflash_rewrite_sector_fndecl_35651 broadsheet_spiflash_rewrite_sector fndecl 0 35651 NULL
++disable_so_snd_intel8x0_create_fndecl_35655 snd_intel8x0_create fndecl 0 35655 NULL
++disable_so_xfs_alloc_read_agfl_fndecl_35660 xfs_alloc_read_agfl fndecl 0 35660 NULL
++disable_so_assign_irq_vector_fndecl_35671 assign_irq_vector fndecl 0 35671 NULL nohasharray
++disable_so_reset_controller_fndecl_35671 reset_controller fndecl 0 35671 &disable_so_assign_irq_vector_fndecl_35671
++disable_so_isert_map_data_buf_fndecl_35701 isert_map_data_buf fndecl 0 35701 NULL
++disable_so_populate_pud_fndecl_35706 populate_pud fndecl 0 35706 NULL
++disable_so_send_cmd_write_uart_register_fndecl_35714 send_cmd_write_uart_register fndecl 0 35714 NULL
++disable_so_credits_csio_q_35715 credits csio_q 0 35715 NULL
++disable_so_snd_opl3_load_patch_seq_oss_fndecl_35720 snd_opl3_load_patch_seq_oss fndecl 0 35720 NULL
++disable_so_kobject_set_name_vargs_fndecl_35730 kobject_set_name_vargs fndecl 0 35730 NULL
++disable_so_offset_ext4_io_end_35743 offset ext4_io_end 0 35743 NULL
++disable_so_vidioc_g_fmt_vid_overlay_fndecl_35748 vidioc_g_fmt_vid_overlay fndecl 0 35748 NULL
++disable_so_hash_ipportip6_add_fndecl_35750 hash_ipportip6_add fndecl 0 35750 NULL
++disable_so_make_rate_fndecl_35764 make_rate fndecl 0 35764 NULL
++disable_so_nvkm_mm_tail_fndecl_35767 nvkm_mm_tail fndecl 0 35767 NULL nohasharray
++disable_so_channels_snd_usb_substream_35767 channels snd_usb_substream 0 35767 &disable_so_nvkm_mm_tail_fndecl_35767
++disable_so_btrfs_run_dev_stats_fndecl_35768 btrfs_run_dev_stats fndecl 0 35768 NULL
++disable_so_arizona_find_fratio_fndecl_35779 arizona_find_fratio fndecl 0 35779 NULL
++disable_so_wl18xx_cmd_channel_switch_fndecl_35791 wl18xx_cmd_channel_switch fndecl 0 35791 NULL
++disable_so_ubi_change_vtbl_record_fndecl_35792 ubi_change_vtbl_record fndecl 0 35792 NULL
++disable_so_mwave_ioctl_fndecl_35793 mwave_ioctl fndecl 0 35793 NULL
++disable_so_nci_hci_get_param_fndecl_35805 nci_hci_get_param fndecl 0 35805 NULL
++disable_so_ext3_xattr_get_fndecl_35806 ext3_xattr_get fndecl 0 35806 NULL
++disable_so_snd_usbmidi_detect_per_port_endpoints_fndecl_35809 snd_usbmidi_detect_per_port_endpoints fndecl 0 35809 NULL
++disable_so_node_req_fndecl_35812 node_req fndecl 0 35812 NULL
++disable_so_ubifs_read_node_wbuf_fndecl_35817 ubifs_read_node_wbuf fndecl 0 35817 NULL
++disable_so_write_ctree_super_fndecl_35820 write_ctree_super fndecl 0 35820 NULL
++disable_so_headroom_caifsock_35821 headroom caifsock 0 35821 NULL
++disable_so_wl1251_cmd_vbm_fndecl_35826 wl1251_cmd_vbm fndecl 0 35826 NULL nohasharray
++disable_so_VFP_kyrofb_info_35826 VFP kyrofb_info 0 35826 &disable_so_wl1251_cmd_vbm_fndecl_35826
++disable_so_usbtv_audio_init_fndecl_35830 usbtv_audio_init fndecl 0 35830 NULL
++disable_so_ecryptfs_find_auth_tok_for_sig_fndecl_35831 ecryptfs_find_auth_tok_for_sig fndecl 0 35831 NULL
++disable_so_srq_size_srpt_device_35833 srq_size srpt_device 0 35833 NULL
++disable_so_clk_core_enable_fndecl_35844 clk_core_enable fndecl 0 35844 NULL
++disable_so_jffs2_do_read_inode_internal_fndecl_35847 jffs2_do_read_inode_internal fndecl 0 35847 NULL
++disable_so_dbAllocNext_fndecl_35857 dbAllocNext fndecl 0 35857 NULL
++disable_so_atm_del_addr_fndecl_35861 atm_del_addr fndecl 0 35861 NULL
++disable_so_ea_remove_stuffed_fndecl_35870 ea_remove_stuffed fndecl 0 35870 NULL
++disable_so_ubifs_jnl_write_inode_fndecl_35889 ubifs_jnl_write_inode fndecl 0 35889 NULL
++disable_so_dapm_connect_mux_fndecl_35904 dapm_connect_mux fndecl 0 35904 NULL
++disable_so_sctp_do_sm_fndecl_35914 sctp_do_sm fndecl 0 35914 NULL
++disable_so_smsc75xx_write_reg_fndecl_35920 smsc75xx_write_reg fndecl 0 35920 NULL
++disable_so_isdn_net_addphone_fndecl_35925 isdn_net_addphone fndecl 0 35925 NULL
++disable_so_ieee802154_hdr_minlen_fndecl_35927 ieee802154_hdr_minlen fndecl 0 35927 NULL
++disable_so_prism2_hostapd_add_sta_fndecl_35928 prism2_hostapd_add_sta fndecl 0 35928 NULL
++disable_so_length_isp1362_ep_35933 length isp1362_ep 0 35933 NULL
++disable_so_snd_pcm_new_stream_fndecl_35934 snd_pcm_new_stream fndecl 0 35934 NULL
++disable_so_alloc_iommu_fndecl_35951 alloc_iommu fndecl 0 35951 NULL
++disable_so_qlcnic_setup_pci_map_fndecl_35980 qlcnic_setup_pci_map fndecl 0 35980 NULL
++disable_so_if_spi_prog_main_firmware_check_len_fndecl_35990 if_spi_prog_main_firmware_check_len fndecl 0 35990 NULL
++disable_so_mss_cache_tcp_sock_35995 mss_cache tcp_sock 0 35995 NULL
++disable_so_fuse_fill_write_pages_fndecl_36001 fuse_fill_write_pages fndecl 0 36001 NULL
++disable_so_create_in_jack_mode_fndecl_36002 create_in_jack_mode fndecl 0 36002 NULL
++disable_so_hwrng_register_fndecl_36015 hwrng_register fndecl 0 36015 NULL
++disable_so_reiserfs_fill_super_fndecl_36029 reiserfs_fill_super fndecl 0 36029 NULL
++disable_so_setup_fndecl_36030 setup fndecl 0 36030 NULL
++disable_so_domain_add_dev_info_fndecl_36049 domain_add_dev_info fndecl 0 36049 NULL
++disable_so_iwl_mvm_mac_ctxt_cmd_go_fndecl_36050 iwl_mvm_mac_ctxt_cmd_go fndecl 0 36050 NULL
++disable_so_manual_retry_count_local_info_36060 manual_retry_count local_info 0 36060 NULL
++disable_so_iwl_mvm_send_patterns_fndecl_36067 iwl_mvm_send_patterns fndecl 0 36067 NULL
++disable_so_wdm_write_fndecl_36084 wdm_write fndecl 0 36084 NULL
++disable_so_ext3_try_to_allocate_with_rsv_fndecl_36090 ext3_try_to_allocate_with_rsv fndecl 0 36090 NULL
++disable_so_vmw_overlay_claim_fndecl_36097 vmw_overlay_claim fndecl 0 36097 NULL
++disable_so_nvme_trans_start_stop_fndecl_36101 nvme_trans_start_stop fndecl 0 36101 NULL
++disable_so_br_del_bridge_fndecl_36110 br_del_bridge fndecl 0 36110 NULL
++disable_so_cypress_probe_fndecl_36118 cypress_probe fndecl 0 36118 NULL
++disable_so_bcmgenet_alloc_rx_buffers_fndecl_36120 bcmgenet_alloc_rx_buffers fndecl 0 36120 NULL
++disable_so_xfs_trans_read_buf_map_fndecl_36121 xfs_trans_read_buf_map fndecl 0 36121 NULL
++disable_so_i40e_init_interrupt_scheme_fndecl_36136 i40e_init_interrupt_scheme fndecl 0 36136 NULL
++disable_so_efi_call_phys_prolog_fndecl_36142 efi_call_phys_prolog fndecl 0 36142 NULL
++disable_so_spi_xcomm_sync_config_fndecl_36146 spi_xcomm_sync_config fndecl 0 36146 NULL
++disable_so_r600_cs_parse_packet0_fndecl_36148 r600_cs_parse_packet0 fndecl 0 36148 NULL
++disable_so_payload_camif_vp_36153 payload camif_vp 0 36153 NULL
++disable_so_brcmf_fil_bsscfg_int_get_fndecl_36168 brcmf_fil_bsscfg_int_get fndecl 0 36168 NULL
++disable_so_do_cpuid_ent_fndecl_36174 do_cpuid_ent fndecl 0 36174 NULL
++disable_so_setup_leaf_for_split_fndecl_36179 setup_leaf_for_split fndecl 0 36179 NULL
++disable_so_bunzip2_fndecl_36183 bunzip2 fndecl 0 36183 NULL
++disable_so_vmw_resource_relocation_add_fndecl_36188 vmw_resource_relocation_add fndecl 0 36188 NULL
++disable_so_efx_mcdi_poll_fndecl_36196 efx_mcdi_poll fndecl 0 36196 NULL
++disable_so_sock_setbindtodevice_fndecl_36202 sock_setbindtodevice fndecl 0 36202 NULL
++disable_so_is_valid_conn_transition_fndecl_36205 is_valid_conn_transition fndecl 0 36205 NULL
++disable_so_netlbl_unlhsh_add_addr4_fndecl_36206 netlbl_unlhsh_add_addr4 fndecl 0 36206 NULL
++disable_so_netdev_master_upper_dev_link_private_fndecl_36208 netdev_master_upper_dev_link_private fndecl 0 36208 NULL
++disable_so_btrfs_find_all_roots_fndecl_36213 btrfs_find_all_roots fndecl 0 36213 NULL
++disable_so_snd_register_oss_device_fndecl_36225 snd_register_oss_device fndecl 0 36225 NULL
++disable_so_mmc_get_ext_csd_fndecl_36226 mmc_get_ext_csd fndecl 0 36226 NULL
++disable_so___start_delalloc_inodes_fndecl_36227 __start_delalloc_inodes fndecl 0 36227 NULL nohasharray
++disable_so_nid_node_footer_36227 nid node_footer 0 36227 &disable_so___start_delalloc_inodes_fndecl_36227
++disable_so_xfs_imap_fndecl_36254 xfs_imap fndecl 0 36254 NULL
++disable_so_tpci200_register_fndecl_36256 tpci200_register fndecl 0 36256 NULL
++disable_so_mcp23s08_probe_one_fndecl_36262 mcp23s08_probe_one fndecl 0 36262 NULL
++disable_so_rocker_group_tbl_add_fndecl_36270 rocker_group_tbl_add fndecl 0 36270 NULL
++disable_so_snd_mixart_create_mixer_fndecl_36272 snd_mixart_create_mixer fndecl 0 36272 NULL
++disable_so_iwl_pcie_txq_alloc_fndecl_36278 iwl_pcie_txq_alloc fndecl 0 36278 NULL
++disable_so_cx24117_load_firmware_fndecl_36281 cx24117_load_firmware fndecl 0 36281 NULL nohasharray
++disable_so__dump_buf_dif_order_vardecl_36281 _dump_buf_dif_order vardecl 0 36281 &disable_so_cx24117_load_firmware_fndecl_36281
++disable_so_uwb_radio_change_channel_fndecl_36287 uwb_radio_change_channel fndecl 0 36287 NULL
++disable_so_create_qp_common_fndecl_36289 create_qp_common fndecl 0 36289 NULL
++disable_so___btrfs_lookup_bio_sums_fndecl_36290 __btrfs_lookup_bio_sums fndecl 0 36290 NULL
++disable_so_get_v4l2_create32_fndecl_36301 get_v4l2_create32 fndecl 0 36301 NULL
++disable_so_snd_dma_alloc_pages_fndecl_36308 snd_dma_alloc_pages fndecl 0 36308 NULL
++disable_so_wl18xx_cmd_smart_config_start_fndecl_36313 wl18xx_cmd_smart_config_start fndecl 0 36313 NULL
++disable_so_fsbno_xfs_alloc_arg_36318 fsbno xfs_alloc_arg 0 36318 NULL
++disable_so_create_extra_out_fndecl_36320 create_extra_out fndecl 0 36320 NULL
++disable_so_do_verify_xattr_datum_fndecl_36328 do_verify_xattr_datum fndecl 0 36328 NULL
++disable_so_r600_check_texture_resource_fndecl_36351 r600_check_texture_resource fndecl 0 36351 NULL
++disable_so_scan_switchcore_fndecl_36364 scan_switchcore fndecl 0 36364 NULL
++disable_so_denali_init_fndecl_36376 denali_init fndecl 0 36376 NULL
++disable_so_snd_riptide_capture_open_fndecl_36379 snd_riptide_capture_open fndecl 0 36379 NULL
++disable_so_get_src_rsc_fndecl_36395 get_src_rsc fndecl 0 36395 NULL
++disable_so_b43legacy_phy_init_tssi2dbm_table_fndecl_36400 b43legacy_phy_init_tssi2dbm_table fndecl 0 36400 NULL
++disable_so_bpf_check_fndecl_36403 bpf_check fndecl 0 36403 NULL
++disable_so_cirrus_device_init_fndecl_36408 cirrus_device_init fndecl 0 36408 NULL
++disable_so_iter_file_splice_write_fndecl_36415 iter_file_splice_write fndecl 0 36415 NULL
++disable_so_ks959_probe_fndecl_36416 ks959_probe fndecl 0 36416 NULL
++disable_so_altera_set_ir_pre_fndecl_36420 altera_set_ir_pre fndecl 0 36420 NULL
++disable_so_gru_send_message_gpa_fndecl_36429 gru_send_message_gpa fndecl 0 36429 NULL
++disable_so_snd_compr_resume_fndecl_36432 snd_compr_resume fndecl 0 36432 NULL
++disable_so_pci_create_resource_files_fndecl_36443 pci_create_resource_files fndecl 0 36443 NULL
++disable_so_regcache_hw_init_fndecl_36444 regcache_hw_init fndecl 0 36444 NULL
++disable_so_vnic_rq_alloc_bufs_fndecl_36449 vnic_rq_alloc_bufs fndecl 0 36449 NULL
++disable_so_hdsp_get_peak_fndecl_36451 hdsp_get_peak fndecl 0 36451 NULL
++disable_so_hSync_width_panel_info_36455 hSync_width panel_info 0 36455 NULL
++disable_so_ov511_i2c_r_fndecl_36459 ov511_i2c_r fndecl 0 36459 NULL
++disable_so_ocfs2_write_block_fndecl_36468 ocfs2_write_block fndecl 0 36468 NULL
++disable_so_strn_len_fndecl_36473 strn_len fndecl 0 36473 NULL
++disable_so_usbip_alloc_iso_desc_pdu_fndecl_36514 usbip_alloc_iso_desc_pdu fndecl 0 36514 NULL
++disable_so_ubifs_check_node_fndecl_36519 ubifs_check_node fndecl 0 36519 NULL
++disable_so_ili210x_i2c_probe_fndecl_36523 ili210x_i2c_probe fndecl 0 36523 NULL
++disable_so_mlx4_config_mad_demux_fndecl_36525 mlx4_config_mad_demux fndecl 0 36525 NULL
++disable_so_ctl_freq_cx231xx_36526 ctl_freq cx231xx 0 36526 NULL
++disable_so_length_ipath_sge_36528 length ipath_sge 0 36528 NULL
++disable_so_ftdi_elan_edset_output_fndecl_36530 ftdi_elan_edset_output fndecl 0 36530 NULL nohasharray
++disable_so_tb_eeprom_transfer_fndecl_36530 tb_eeprom_transfer fndecl 0 36530 &disable_so_ftdi_elan_edset_output_fndecl_36530
++disable_so_inode_doinit_with_dentry_fndecl_36543 inode_doinit_with_dentry fndecl 0 36543 NULL
++disable_so_cm_validate_req_param_fndecl_36546 cm_validate_req_param fndecl 0 36546 NULL
++disable_so_mtd_read_oob_fndecl_36553 mtd_read_oob fndecl 0 36553 NULL
++disable_so_get_a_ctxt_fndecl_36556 get_a_ctxt fndecl 0 36556 NULL
++disable_so_cciss_getpciinfo_fndecl_36557 cciss_getpciinfo fndecl 0 36557 NULL nohasharray
++disable_so_ocfs2_verify_group_and_input_fndecl_36557 ocfs2_verify_group_and_input fndecl 0 36557 &disable_so_cciss_getpciinfo_fndecl_36557
++disable_so_devm_request_threaded_irq_fndecl_36564 devm_request_threaded_irq fndecl 0 36564 NULL
++disable_so_sc_sq_depth_svcxprt_rdma_36568 sc_sq_depth svcxprt_rdma 0 36568 NULL
++disable_so_frag_thresh_orinoco_private_36570 frag_thresh orinoco_private 0 36570 NULL
++disable_so_do_sys_poll_fndecl_36574 do_sys_poll fndecl 0 36574 NULL
++disable_so_t4_load_fw_fndecl_36579 t4_load_fw fndecl 0 36579 NULL nohasharray
++disable_so__ctl_getiocinfo_fndecl_36579 _ctl_getiocinfo fndecl 0 36579 &disable_so_t4_load_fw_fndecl_36579
++disable_so_asus_wmi_get_devstate_bits_fndecl_36582 asus_wmi_get_devstate_bits fndecl 0 36582 NULL nohasharray
++disable_so_audio_write_fndecl_36582 audio_write fndecl 0 36582 &disable_so_asus_wmi_get_devstate_bits_fndecl_36582
++disable_so_status_ctrl_ctx_36584 status ctrl_ctx 0 36584 NULL
++disable_so_vnic_wq_alloc_bufs_fndecl_36597 vnic_wq_alloc_bufs fndecl 0 36597 NULL
++disable_so_update_block_group_fndecl_36600 update_block_group fndecl 0 36600 NULL
++disable_so_jbd2__journal_restart_fndecl_36602 jbd2__journal_restart fndecl 0 36602 NULL
++disable_so_barrier_all_devices_fndecl_36605 barrier_all_devices fndecl 0 36605 NULL
++disable_so_drm_mm_insert_node_generic_fndecl_36608 drm_mm_insert_node_generic fndecl 0 36608 NULL
++disable_so_snd_usbmidi_create_endpoints_midiman_fndecl_36614 snd_usbmidi_create_endpoints_midiman fndecl 0 36614 NULL
++disable_so_ethtool_get_any_eeprom_fndecl_36627 ethtool_get_any_eeprom fndecl 0 36627 NULL
++disable_so_cciss_bigpassthru_fndecl_36634 cciss_bigpassthru fndecl 0 36634 NULL
++disable_so_proc_bulk_fndecl_36643 proc_bulk fndecl 0 36643 NULL
++disable_so_call_usermodehelper_exec_fndecl_36658 call_usermodehelper_exec fndecl 0 36658 NULL
++disable_so_qp_alloc_host_work_fndecl_36661 qp_alloc_host_work fndecl 0 36661 NULL
++disable_so_qlcnic_sriov_setup_vf_fndecl_36669 qlcnic_sriov_setup_vf fndecl 0 36669 NULL
++disable_so_mptctl_hp_hostinfo_fndecl_36671 mptctl_hp_hostinfo fndecl 0 36671 NULL
++disable_so_bio_map_user_iov_fndecl_36677 bio_map_user_iov fndecl 0 36677 NULL
++disable_so_snd_ak4114_create_fndecl_36681 snd_ak4114_create fndecl 0 36681 NULL
++disable_so_wcn36xx_smd_rsp_status_check_fndecl_36705 wcn36xx_smd_rsp_status_check fndecl 0 36705 NULL
++disable_so_pcmcia_parse_tuple_fndecl_36710 pcmcia_parse_tuple fndecl 0 36710 NULL
++disable_so_mwifiex_cmd_tdls_oper_fndecl_36711 mwifiex_cmd_tdls_oper fndecl 0 36711 NULL
++disable_so_cur_to_user_fndecl_36717 cur_to_user fndecl 0 36717 NULL
++disable_so_null_major_vardecl_null_blk_c_36718 null_major vardecl_null_blk.c 0 36718 NULL nohasharray
++disable_so_osst_space_over_filemarks_backward_fndecl_36718 osst_space_over_filemarks_backward fndecl 0 36718 &disable_so_null_major_vardecl_null_blk_c_36718 nohasharray
++disable_so_packet_dev_mc_fndecl_36718 packet_dev_mc fndecl 0 36718 &disable_so_osst_space_over_filemarks_backward_fndecl_36718
++disable_so_reader_probe_fndecl_36731 reader_probe fndecl 0 36731 NULL
++disable_so_ipip6_tunnel_update_6rd_fndecl_36733 ipip6_tunnel_update_6rd fndecl 0 36733 NULL
++disable_so_via_dispatch_cmdbuffer_fndecl_36738 via_dispatch_cmdbuffer fndecl 0 36738 NULL
++disable_so_posix_acl_chmod_fndecl_36739 posix_acl_chmod fndecl 0 36739 NULL
++disable_so_pppol2tp_session_ioctl_fndecl_36749 pppol2tp_session_ioctl fndecl 0 36749 NULL
++disable_so_saved_raid_disk_md_rdev_36752 saved_raid_disk md_rdev 0 36752 NULL
++disable_so_get_v4l2_plane32_fndecl_36757 get_v4l2_plane32 fndecl 0 36757 NULL
++disable_so_sysrq_connect_fndecl_36760 sysrq_connect fndecl 0 36760 NULL
++disable_so_mlx4_en_alloc_resources_fndecl_36767 mlx4_en_alloc_resources fndecl 0 36767 NULL
++disable_so_ilo_map_device_fndecl_36777 ilo_map_device fndecl 0 36777 NULL
++disable_so_sum_rsc_init_fndecl_36783 sum_rsc_init fndecl 0 36783 NULL
++disable_so_do_switch_fndecl_36787 do_switch fndecl 0 36787 NULL
++disable_so_mmio_base_controller_36793 mmio_base controller 0 36793 NULL
++disable_so_set_pages_uc_fndecl_36811 set_pages_uc fndecl 0 36811 NULL nohasharray
++disable_so_idetape_chrdev_write_fndecl_36811 idetape_chrdev_write fndecl 0 36811 &disable_so_set_pages_uc_fndecl_36811
++disable_so_rx_pg_ring_size_bnx2_36835 rx_pg_ring_size bnx2 0 36835 NULL
++disable_so_update_qgroup_status_item_fndecl_36841 update_qgroup_status_item fndecl 0 36841 NULL
++disable_so_sta_info_insert_fndecl_36842 sta_info_insert fndecl 0 36842 NULL
++disable_so_hfsplus_attr_build_key_fndecl_36846 hfsplus_attr_build_key fndecl 0 36846 NULL nohasharray
++disable_so_sas_get_ex_change_count_fndecl_36846 sas_get_ex_change_count fndecl 0 36846 &disable_so_hfsplus_attr_build_key_fndecl_36846
++disable_so_sl811h_urb_enqueue_fndecl_36853 sl811h_urb_enqueue fndecl 0 36853 NULL
++disable_so_tsi148_dma_set_vme_src_attributes_fndecl_36857 tsi148_dma_set_vme_src_attributes fndecl 0 36857 NULL
++disable_so_myri10ge_adopt_running_firmware_fndecl_36865 myri10ge_adopt_running_firmware fndecl 0 36865 NULL
++disable_so_sysfs_create_link_nowarn_fndecl_36867 sysfs_create_link_nowarn fndecl 0 36867 NULL
++disable_so_stex_handshake_fndecl_36868 stex_handshake fndecl 0 36868 NULL
++disable_so_xfs_alloc_get_rec_fndecl_36869 xfs_alloc_get_rec fndecl 0 36869 NULL
++disable_so_snd_hda_codec_new_fndecl_36870 snd_hda_codec_new fndecl 0 36870 NULL
++disable_so_cciss_pci_find_memory_BAR_fndecl_36879 cciss_pci_find_memory_BAR fndecl 0 36879 NULL
++disable_so_cciss_controller_hard_reset_fndecl_36880 cciss_controller_hard_reset fndecl 0 36880 NULL
++disable_so_mptctl_hp_targetinfo_fndecl_36882 mptctl_hp_targetinfo fndecl 0 36882 NULL
++disable_so_pch_udc_probe_fndecl_36886 pch_udc_probe fndecl 0 36886 NULL
++disable_so_mega_m_to_n_fndecl_36888 mega_m_to_n fndecl 0 36888 NULL
++disable_so_rdma_resolve_ip_fndecl_36896 rdma_resolve_ip fndecl 0 36896 NULL
++disable_so_add_ip_rule_fndecl_36902 add_ip_rule fndecl 0 36902 NULL
++disable_so_zd_iowrite32a_locked_fndecl_36909 zd_iowrite32a_locked fndecl 0 36909 NULL
++disable_so_nfsacl_decode_fndecl_36931 nfsacl_decode fndecl 0 36931 NULL nohasharray
++disable_so_dapm_connect_mixer_fndecl_36931 dapm_connect_mixer fndecl 0 36931 &disable_so_nfsacl_decode_fndecl_36931
++disable_so_pt3_alloc_adapter_fndecl_36944 pt3_alloc_adapter fndecl 0 36944 NULL
++disable_so_mxuport_set_rts_fndecl_36947 mxuport_set_rts fndecl 0 36947 NULL
++disable_so_snd_asihpi_aesebu_rx_add_fndecl_36956 snd_asihpi_aesebu_rx_add fndecl 0 36956 NULL
++disable_so_snd_pcm_sw_params_fndecl_36961 snd_pcm_sw_params fndecl 0 36961 NULL
++disable_so_s_rename_dir_logfs_super_36976 s_rename_dir logfs_super 0 36976 NULL
++disable_so_smi_i2c_init_fndecl_37000 smi_i2c_init fndecl 0 37000 NULL
++disable_so_ip_mc_gsfget_fndecl_37002 ip_mc_gsfget fndecl 0 37002 NULL
++disable_so_bcma_sprom_get_fndecl_37013 bcma_sprom_get fndecl 0 37013 NULL
++disable_so_copy_user_acl_fndecl_37021 copy_user_acl fndecl 0 37021 NULL
++disable_so_result_fc_bsg_reply_37029 result fc_bsg_reply 0 37029 NULL
++disable_so_ath6kl_bmi_lz_stream_start_fndecl_37030 ath6kl_bmi_lz_stream_start fndecl 0 37030 NULL
++disable_so_posix_acl_equiv_mode_fndecl_37033 posix_acl_equiv_mode fndecl 0 37033 NULL
++disable_so_moxa_ioctl_fndecl_37039 moxa_ioctl fndecl 0 37039 NULL
++disable_so_pm8001_pci_probe_fndecl_37045 pm8001_pci_probe fndecl 0 37045 NULL
++disable_so_wait_task_stopped_fndecl_37046 wait_task_stopped fndecl 0 37046 NULL
++disable_so_init_node_manager_fndecl_37054 init_node_manager fndecl 0 37054 NULL nohasharray
++disable_so_parse_funce_fndecl_37054 parse_funce fndecl 0 37054 &disable_so_init_node_manager_fndecl_37054
++disable_so_evergreen_cs_track_validate_cb_fndecl_37072 evergreen_cs_track_validate_cb fndecl 0 37072 NULL
++disable_so_rq_xprt_hlen_svc_rqst_37082 rq_xprt_hlen svc_rqst 0 37082 NULL
++disable_so_snd_compr_start_fndecl_37085 snd_compr_start fndecl 0 37085 NULL
++disable_so_fib_nl_newrule_fndecl_37087 fib_nl_newrule fndecl 0 37087 NULL
++disable_so_find_cifs_entry_fndecl_37107 find_cifs_entry fndecl 0 37107 NULL
++disable_so_uart_port_startup_fndecl_37124 uart_port_startup fndecl 0 37124 NULL
++disable_so_ocrdma_mbx_alloc_pd_range_fndecl_37125 ocrdma_mbx_alloc_pd_range fndecl 0 37125 NULL
++disable_so_create_port_fndecl_37126 create_port fndecl 0 37126 NULL
++disable_so_ax88178_bind_fndecl_37133 ax88178_bind fndecl 0 37133 NULL
++disable_so_radeon_master_create_fndecl_37134 radeon_master_create fndecl 0 37134 NULL nohasharray
++disable_so_rd_build_device_space_fndecl_37134 rd_build_device_space fndecl 0 37134 &disable_so_radeon_master_create_fndecl_37134
++disable_so_ufx_set_vid_mode_fndecl_37136 ufx_set_vid_mode fndecl 0 37136 NULL
++disable_so_l2cap_sock_getsockopt_fndecl_37142 l2cap_sock_getsockopt fndecl 0 37142 NULL
++disable_so_ntb_bus_init_fndecl_37143 ntb_bus_init fndecl 0 37143 NULL
++disable_so_qib_init_7322_variables_fndecl_37169 qib_init_7322_variables fndecl 0 37169 NULL
++disable_so_do_sigaltstack_fndecl_37173 do_sigaltstack fndecl 0 37173 NULL
++disable_so_sisusbcon_do_font_op_fndecl_37180 sisusbcon_do_font_op fndecl 0 37180 NULL
++disable_so_f_rf_airspy_37194 f_rf airspy 0 37194 NULL
++disable_so_nr_add_neigh_fndecl_37229 nr_add_neigh fndecl 0 37229 NULL
++disable_so_si470x_set_chan_fndecl_37242 si470x_set_chan fndecl 0 37242 NULL
++disable_so_snd_m3_mixer_fndecl_37247 snd_m3_mixer fndecl 0 37247 NULL
++disable_so_ipath_set_part_key_fndecl_37249 ipath_set_part_key fndecl 0 37249 NULL
++disable_so_hfsplus_find_attr_fndecl_37253 hfsplus_find_attr fndecl 0 37253 NULL
++disable_so_ocfs2_journal_access_eb_fndecl_37258 ocfs2_journal_access_eb fndecl 0 37258 NULL nohasharray
++disable_so_pcxhr_create_pcm_fndecl_37258 pcxhr_create_pcm fndecl 0 37258 &disable_so_ocfs2_journal_access_eb_fndecl_37258
++disable_so_iwl_nvm_init_fndecl_37261 iwl_nvm_init fndecl 0 37261 NULL
++disable_so_gsm_create_network_fndecl_37262 gsm_create_network fndecl 0 37262 NULL
++disable_so_fuse_get_res_by_io_fndecl_37271 fuse_get_res_by_io fndecl 0 37271 NULL
++disable_so_max_packet_sz_rx_musb_hw_ep_37278 max_packet_sz_rx musb_hw_ep 0 37278 NULL
++disable_so_do_ncp_rpc_call_fndecl_37285 do_ncp_rpc_call fndecl 0 37285 NULL
++disable_so_ccp_register_aes_xts_alg_fndecl_37292 ccp_register_aes_xts_alg fndecl 0 37292 NULL
++disable_so_nilfs_segctor_collect_dirty_files_fndecl_37294 nilfs_segctor_collect_dirty_files fndecl 0 37294 NULL
++disable_so_task_has_security_fndecl_37297 task_has_security fndecl 0 37297 NULL
++disable_so_brcmf_usb_probe_fndecl_37305 brcmf_usb_probe fndecl 0 37305 NULL
++disable_so_aer_inject_write_fndecl_37308 aer_inject_write fndecl 0 37308 NULL
++disable_so_mpu_port_es1938_37310 mpu_port es1938 0 37310 NULL
++disable_so_emi26_load_firmware_fndecl_37312 emi26_load_firmware fndecl 0 37312 NULL
++disable_so_sst_prepare_and_post_msg_fndecl_37320 sst_prepare_and_post_msg fndecl 0 37320 NULL
++disable_so_do_md_run_fndecl_37331 do_md_run fndecl 0 37331 NULL
++disable_so_asd_find_flash_de_fndecl_37342 asd_find_flash_de fndecl 0 37342 NULL
++disable_so_sctp_packet_transmit_fndecl_37344 sctp_packet_transmit fndecl 0 37344 NULL
++disable_so_pdev_id_sm501_devdata_37360 pdev_id sm501_devdata 0 37360 NULL
++disable_so_iwl_restore_default_wep_keys_fndecl_37372 iwl_restore_default_wep_keys fndecl 0 37372 NULL
++disable_so_grip_connect_fndecl_37382 grip_connect fndecl 0 37382 NULL
++disable_so_isdn_net_getphones_fndecl_37393 isdn_net_getphones fndecl 0 37393 NULL
++disable_so_via_mem_alloc_fndecl_37419 via_mem_alloc fndecl 0 37419 NULL
++disable_so_ethtool_get_module_eeprom_fndecl_37424 ethtool_get_module_eeprom fndecl 0 37424 NULL
++disable_so_xfs_rtfree_extent_fndecl_37427 xfs_rtfree_extent fndecl 0 37427 NULL
++disable_so_handle_send_req_fndecl_37428 handle_send_req fndecl 0 37428 NULL
++disable_so_wl1251_hw_init_txq_fill_fndecl_37429 wl1251_hw_init_txq_fill fndecl 0 37429 NULL
++disable_so_nv50_chan_create_fndecl_37436 nv50_chan_create fndecl 0 37436 NULL nohasharray
++disable_so_mlx5_cmd_query_adapter_fndecl_37436 mlx5_cmd_query_adapter fndecl 0 37436 &disable_so_nv50_chan_create_fndecl_37436
++disable_so_wl12xx_allocate_link_fndecl_37437 wl12xx_allocate_link fndecl 0 37437 NULL
++disable_so_dib0700_ctrl_rd_fndecl_37445 dib0700_ctrl_rd fndecl 0 37445 NULL
++disable_so_create_cq_kernel_fndecl_37447 create_cq_kernel fndecl 0 37447 NULL
++disable_so_hd_phys_address_hpet_data_37448 hd_phys_address hpet_data 0 37448 NULL
++disable_so_right_margin_fb_var_screeninfo_37453 right_margin fb_var_screeninfo 0 37453 NULL
++disable_so_efx_ef10_mtd_probe_fndecl_37455 efx_ef10_mtd_probe fndecl 0 37455 NULL
++disable_so_snd_compr_drain_fndecl_37457 snd_compr_drain fndecl 0 37457 NULL
++disable_so_kvm_iommu_map_memslots_fndecl_37461 kvm_iommu_map_memslots fndecl 0 37461 NULL
++disable_so_kobject_uevent_fndecl_37466 kobject_uevent fndecl 0 37466 NULL
++disable_so_bi_sector_bvec_iter_37467 bi_sector bvec_iter 0 37467 NULL
++disable_so_cdrom_read_tocentry_fndecl_37469 cdrom_read_tocentry fndecl 0 37469 NULL
++disable_so_ath6kl_fetch_fw_api1_fndecl_37476 ath6kl_fetch_fw_api1 fndecl 0 37476 NULL
++disable_so_xhci_configure_endpoint_fndecl_37477 xhci_configure_endpoint fndecl 0 37477 NULL
++disable_so_ixgbe_setup_rx_resources_fndecl_37484 ixgbe_setup_rx_resources fndecl 0 37484 NULL
++disable_so_snd_sbdsp_probe_fndecl_37489 snd_sbdsp_probe fndecl 0 37489 NULL
++disable_so_i40e_set_ringparam_fndecl_37498 i40e_set_ringparam fndecl 0 37498 NULL
++disable_so_privcmd_ioctl_mmap_batch_fndecl_37509 privcmd_ioctl_mmap_batch fndecl 0 37509 NULL
++disable_so_inode_newsize_ok_fndecl_37511 inode_newsize_ok fndecl 0 37511 NULL
++disable_so_find_domain_name_fndecl_37518 find_domain_name fndecl 0 37518 NULL
++disable_so_maxiradio_probe_fndecl_37522 maxiradio_probe fndecl 0 37522 NULL
++disable_so_rtsx_usb_get_card_status_fndecl_37527 rtsx_usb_get_card_status fndecl 0 37527 NULL
++disable_so_find_good_lh_fndecl_37548 find_good_lh fndecl 0 37548 NULL
++disable_so_btrfs_update_device_fndecl_37550 btrfs_update_device fndecl 0 37550 NULL
++disable_so___team_option_inst_add_fndecl_37553 __team_option_inst_add fndecl 0 37553 NULL
++disable_so_dln2_transfer_fndecl_37576 dln2_transfer fndecl 0 37576 NULL
++disable_so_parse_vers_2_fndecl_37577 parse_vers_2 fndecl 0 37577 NULL nohasharray
++disable_so_cir_wake_addr_nvt_dev_37577 cir_wake_addr nvt_dev 0 37577 &disable_so_parse_vers_2_fndecl_37577
++disable_so_xfs_btree_updkey_fndecl_37592 xfs_btree_updkey fndecl 0 37592 NULL
++disable_so_mlx4_master_process_vhcr_fndecl_37604 mlx4_master_process_vhcr fndecl 0 37604 NULL
++disable_so_hash_ipportnet6_add_fndecl_37613 hash_ipportnet6_add fndecl 0 37613 NULL
++disable_so_tun_do_read_fndecl_37614 tun_do_read fndecl 0 37614 NULL
++disable_so_smsc75xx_wait_ready_fndecl_37618 smsc75xx_wait_ready fndecl 0 37618 NULL
++disable_so_gen8_ppgtt_alloc_fndecl_37622 gen8_ppgtt_alloc fndecl 0 37622 NULL
++disable_so_qp_broker_attach_fndecl_37627 qp_broker_attach fndecl 0 37627 NULL
++disable_so_balloon_hotplug_balloon_stats_37629 balloon_hotplug balloon_stats 0 37629 NULL
++disable_so_snd_card_proc_new_fndecl_37633 snd_card_proc_new fndecl 0 37633 NULL
++disable_so_rmtblkcnt2_xfs_da_args_37635 rmtblkcnt2 xfs_da_args 0 37635 NULL
++disable_so_copy_ctr_args_fndecl_37642 copy_ctr_args fndecl 0 37642 NULL
++disable_so_ext4_inode_blocks_fndecl_37646 ext4_inode_blocks fndecl 0 37646 NULL
++disable_so_route4_change_fndecl_37658 route4_change fndecl 0 37658 NULL
++disable_so_s5p_mfc_dec_ctrls_setup_fndecl_37675 s5p_mfc_dec_ctrls_setup fndecl 0 37675 NULL
++disable_so_snd_seq_ioctl_subscribe_port_fndecl_37679 snd_seq_ioctl_subscribe_port fndecl 0 37679 NULL
++disable_so_mwl8k_cmd_use_fixed_rate_ap_fndecl_37682 mwl8k_cmd_use_fixed_rate_ap fndecl 0 37682 NULL
++disable_so_nvme_trans_ext_inq_page_fndecl_37691 nvme_trans_ext_inq_page fndecl 0 37691 NULL
++disable_so_wm_adsp_load_fndecl_37692 wm_adsp_load fndecl 0 37692 NULL
++disable_so_usb_ftdi_elan_edset_setup_fndecl_37695 usb_ftdi_elan_edset_setup fndecl 0 37695 NULL
++disable_so_handle_hca_cap_fndecl_37696 handle_hca_cap fndecl 0 37696 NULL
++disable_so_ath6kl_wmi_meta_add_fndecl_37698 ath6kl_wmi_meta_add fndecl 0 37698 NULL
++disable_so_sctp_send_asconf_fndecl_37700 sctp_send_asconf fndecl 0 37700 NULL
++disable_so_ib_modify_qp_fndecl_37707 ib_modify_qp fndecl 0 37707 NULL
++disable_so_assoc_array_insert_mid_shortcut_fndecl_37716 assoc_array_insert_mid_shortcut fndecl 0 37716 NULL
++disable_so_layout_cnodes_fndecl_37718 layout_cnodes fndecl 0 37718 NULL
++disable_so_run_start_commands_fndecl_37723 run_start_commands fndecl 0 37723 NULL
++disable_so_len_cap_mon_bin_hdr_37739 len_cap mon_bin_hdr 0 37739 NULL
++disable_so_mon_bin_get_event_fndecl_37740 mon_bin_get_event fndecl 0 37740 NULL
++disable_so_qib_read_umem64_fndecl_37747 qib_read_umem64 fndecl 0 37747 NULL
++disable_so_qp_host_register_user_memory_fndecl_37756 qp_host_register_user_memory fndecl 0 37756 NULL
++disable_so_ttm_bo_wait_fndecl_37762 ttm_bo_wait fndecl 0 37762 NULL
++disable_so_at76_load_internal_fw_fndecl_37775 at76_load_internal_fw fndecl 0 37775 NULL
++disable_so_dspxfr_image_fndecl_37777 dspxfr_image fndecl 0 37777 NULL
++disable_so_send_request_dev_dep_msg_in_fndecl_37783 send_request_dev_dep_msg_in fndecl 0 37783 NULL
++disable_so_b43_one_core_attach_fndecl_37814 b43_one_core_attach fndecl 0 37814 NULL
++disable_so_savage_dispatch_dma_prim_fndecl_37822 savage_dispatch_dma_prim fndecl 0 37822 NULL
++disable_so_treeid_btrfs_ioctl_ino_lookup_args_37824 treeid btrfs_ioctl_ino_lookup_args 0 37824 NULL
++disable_so_con_get_trans_old_fndecl_37825 con_get_trans_old fndecl 0 37825 NULL
++disable_so_ath6kl_fetch_testmode_file_fndecl_37832 ath6kl_fetch_testmode_file fndecl 0 37832 NULL
++disable_so_restore_curseg_summaries_fndecl_37839 restore_curseg_summaries fndecl 0 37839 NULL
++disable_so_split_large_page_fndecl_37840 split_large_page fndecl 0 37840 NULL
++disable_so_cfg80211_conn_scan_fndecl_37841 cfg80211_conn_scan fndecl 0 37841 NULL
++disable_so_mptctl_eventenable_fndecl_37843 mptctl_eventenable fndecl 0 37843 NULL
++disable_so_nofill_fndecl_37857 nofill fndecl 0 37857 NULL
++disable_so_xfs_attr_leaf_get_fndecl_37860 xfs_attr_leaf_get fndecl 0 37860 NULL
++disable_so_sst_media_open_fndecl_37861 sst_media_open fndecl 0 37861 NULL
++disable_so_lx_message_send_atomic_fndecl_37862 lx_message_send_atomic fndecl 0 37862 NULL
++disable_so_sd_write_long_data_fndecl_37870 sd_write_long_data fndecl 0 37870 NULL
++disable_so_regulator_bulk_register_supply_alias_fndecl_37875 regulator_bulk_register_supply_alias fndecl 0 37875 NULL nohasharray
++disable_so_snd_card_file_add_fndecl_37875 snd_card_file_add fndecl 0 37875 &disable_so_regulator_bulk_register_supply_alias_fndecl_37875
++disable_so_mic_smpt_op_fndecl_37878 mic_smpt_op fndecl 0 37878 NULL
++disable_so___vlan_vid_add_fndecl_37888 __vlan_vid_add fndecl 0 37888 NULL
++disable_so_init_status_fndecl_37891 init_status fndecl 0 37891 NULL
++disable_so_calc_send_wqe_fndecl_37899 calc_send_wqe fndecl 0 37899 NULL nohasharray
++disable_so_lpfc_sli4_read_rev_fndecl_37899 lpfc_sli4_read_rev fndecl 0 37899 &disable_so_calc_send_wqe_fndecl_37899
++disable_so_ocfs2_info_handle_unknown_fndecl_37900 ocfs2_info_handle_unknown fndecl 0 37900 NULL
++disable_so_nvkm_vm_create_fndecl_37913 nvkm_vm_create fndecl 0 37913 NULL
++disable_so_count_trail_chars_fndecl_37916 count_trail_chars fndecl 0 37916 NULL
++disable_so_init_vqs_fndecl_37928 init_vqs fndecl 0 37928 NULL
++disable_so_snd_timer_register_system_fndecl_37941 snd_timer_register_system fndecl 0 37941 NULL
++disable_so_relocate_entry_cpu_fndecl_37945 relocate_entry_cpu fndecl 0 37945 NULL
++disable_so_htree_inlinedir_to_tree_fndecl_37948 htree_inlinedir_to_tree fndecl 0 37948 NULL
++disable_so___cpa_process_fault_fndecl_37949 __cpa_process_fault fndecl 0 37949 NULL
++disable_so_fuse_read_batch_forget_fndecl_37950 fuse_read_batch_forget fndecl 0 37950 NULL
++disable_so_phys_memory_base_mgsl_struct_37952 phys_memory_base mgsl_struct 0 37952 NULL
++disable_so_rx_ring_count_fm10k_intfc_37957 rx_ring_count fm10k_intfc 0 37957 NULL
++disable_so_r600_packet3_check_fndecl_37963 r600_packet3_check fndecl 0 37963 NULL
++disable_so_cw1200_register_bh_fndecl_37969 cw1200_register_bh fndecl 0 37969 NULL
++disable_so_snd_mixart_create_fndecl_37973 snd_mixart_create fndecl 0 37973 NULL
++disable_so_va1j5jf8007s_prepare_1_fndecl_37988 va1j5jf8007s_prepare_1 fndecl 0 37988 NULL
++disable_so_netlink_broadcast_fndecl_37990 netlink_broadcast fndecl 0 37990 NULL
++disable_so_intel_overlay_recover_from_interrupt_fndecl_37996 intel_overlay_recover_from_interrupt fndecl 0 37996 NULL
++disable_so_addrconf_del_ifaddr_fndecl_37998 addrconf_del_ifaddr fndecl 0 37998 NULL
++disable_so_sddr09_write_lba_fndecl_38000 sddr09_write_lba fndecl 0 38000 NULL
++disable_so_security_kernel_fw_from_file_fndecl_38002 security_kernel_fw_from_file fndecl 0 38002 NULL
++disable_so_brcmf_fil_bsscfg_int_set_fndecl_38020 brcmf_fil_bsscfg_int_set fndecl 0 38020 NULL
++disable_so_get_cur_path_fndecl_38038 get_cur_path fndecl 0 38038 NULL nohasharray
++disable_so_snd_interval_refine_first_fndecl_38038 snd_interval_refine_first fndecl 0 38038 &disable_so_get_cur_path_fndecl_38038 nohasharray
++disable_so__regulator_force_disable_fndecl_38038 _regulator_force_disable fndecl 0 38038 &disable_so_snd_interval_refine_first_fndecl_38038
++disable_so_x25_negotiate_facilities_fndecl_38044 x25_negotiate_facilities fndecl 0 38044 NULL
++disable_so_asus_input_init_fndecl_38053 asus_input_init fndecl 0 38053 NULL
++disable_so_ethoc_probe_fndecl_38057 ethoc_probe fndecl 0 38057 NULL
++disable_so_write_i2c_mem_fndecl_38067 write_i2c_mem fndecl 0 38067 NULL
++disable_so_isdn_net_getcfg_fndecl_38084 isdn_net_getcfg fndecl 0 38084 NULL
++disable_so_xfs_iformat_btree_fndecl_38096 xfs_iformat_btree fndecl 0 38096 NULL
++disable_so_p54_generate_band_fndecl_38106 p54_generate_band fndecl 0 38106 NULL
++disable_so_length_floppy_raw_cmd_38116 length floppy_raw_cmd 0 38116 NULL
++disable_so_sel_write_access_fndecl_38123 sel_write_access fndecl 0 38123 NULL
++disable_so_page_size_mic_smpt_hw_info_38124 page_size mic_smpt_hw_info 0 38124 NULL
++disable_so_ocfs2_info_handle_blocksize_fndecl_38147 ocfs2_info_handle_blocksize fndecl 0 38147 NULL
++disable_so_nfnl_cthelper_create_fndecl_38150 nfnl_cthelper_create fndecl 0 38150 NULL
++disable_so_btrfs_get_io_failure_record_fndecl_38153 btrfs_get_io_failure_record fndecl 0 38153 NULL
++disable_so_il4965_hwrate_to_mac80211_idx_fndecl_38156 il4965_hwrate_to_mac80211_idx fndecl 0 38156 NULL
++disable_so_nand_scan_fndecl_38167 nand_scan fndecl 0 38167 NULL
++disable_so___mxt_read_reg_fndecl_38178 __mxt_read_reg fndecl 0 38178 NULL
++disable_so_prism2_ioctl_priv_hostapd_fndecl_38194 prism2_ioctl_priv_hostapd fndecl 0 38194 NULL
++disable_so_nilfs_cpfile_checkpoints_in_block_fndecl_38197 nilfs_cpfile_checkpoints_in_block fndecl 0 38197 NULL
++disable_so_goto_high_power_fndecl_38198 goto_high_power fndecl 0 38198 NULL
++disable_so_si470x_usb_driver_probe_fndecl_38207 si470x_usb_driver_probe fndecl 0 38207 NULL
++disable_so___get_cur_name_and_parent_fndecl_38208 __get_cur_name_and_parent fndecl 0 38208 NULL
++disable_so_target_alloc_sgl_fndecl_38227 target_alloc_sgl fndecl 0 38227 NULL
++disable_so_sh_mmcif_error_manage_fndecl_38230 sh_mmcif_error_manage fndecl 0 38230 NULL
++disable_so_tpm_binary_bios_measurements_open_fndecl_38232 tpm_binary_bios_measurements_open fndecl 0 38232 NULL
++disable_so_softing_reset_chip_fndecl_38234 softing_reset_chip fndecl 0 38234 NULL nohasharray
++disable_so_pm8001_tag_alloc_fndecl_38234 pm8001_tag_alloc fndecl 0 38234 &disable_so_softing_reset_chip_fndecl_38234
++disable_so_ext4_xattr_ibody_set_fndecl_38243 ext4_xattr_ibody_set fndecl 0 38243 NULL nohasharray
++disable_so_snd_seq_port_connect_fndecl_38243 snd_seq_port_connect fndecl 0 38243 &disable_so_ext4_xattr_ibody_set_fndecl_38243
++disable_so_ocfs2_read_inode_block_fndecl_38244 ocfs2_read_inode_block fndecl 0 38244 NULL
++disable_so_evergreen_cs_parse_packet0_fndecl_38247 evergreen_cs_parse_packet0 fndecl 0 38247 NULL
++disable_so_ext2_xattr_get_fndecl_38252 ext2_xattr_get fndecl 0 38252 NULL
++disable_so_mpt2sas_base_map_resources_fndecl_38259 mpt2sas_base_map_resources fndecl 0 38259 NULL
++disable_so_ccp_run_sha_cmd_fndecl_38264 ccp_run_sha_cmd fndecl 0 38264 NULL nohasharray
++disable_so_nv_set_ringparam_fndecl_38264 nv_set_ringparam fndecl 0 38264 &disable_so_ccp_run_sha_cmd_fndecl_38264
++disable_so_nouveau_gem_set_domain_fndecl_38273 nouveau_gem_set_domain fndecl 0 38273 NULL
++disable_so_isdn_net_force_hangup_fndecl_38274 isdn_net_force_hangup fndecl 0 38274 NULL
++disable_so_ipw2100_tx_allocate_fndecl_38276 ipw2100_tx_allocate fndecl 0 38276 NULL
++disable_so_parse_audio_unit_fndecl_38299 parse_audio_unit fndecl 0 38299 NULL
++disable_so_device_user_purge_fndecl_38303 device_user_purge fndecl 0 38303 NULL nohasharray
++disable_so_img_width_s5p_mfc_ctx_38303 img_width s5p_mfc_ctx 0 38303 &disable_so_device_user_purge_fndecl_38303
++disable_so_pinmux_validate_map_fndecl_38314 pinmux_validate_map fndecl 0 38314 NULL nohasharray
++disable_so_fat_fill_super_fndecl_38314 fat_fill_super fndecl 0 38314 &disable_so_pinmux_validate_map_fndecl_38314 nohasharray
++disable_so_f2fs_ioc_fitrim_fndecl_38314 f2fs_ioc_fitrim fndecl 0 38314 &disable_so_fat_fill_super_fndecl_38314
++disable_so_wl1251_acx_bcn_dtim_options_fndecl_38321 wl1251_acx_bcn_dtim_options fndecl 0 38321 NULL
++disable_so_pch_i2c_probe_fndecl_38325 pch_i2c_probe fndecl 0 38325 NULL
++disable_so_ipheth_probe_fndecl_38337 ipheth_probe fndecl 0 38337 NULL
++disable_so_iwl_mvm_mac_ctxt_cmd_p2p_device_fndecl_38338 iwl_mvm_mac_ctxt_cmd_p2p_device fndecl 0 38338 NULL
++disable_so_io_ctl_prepare_pages_fndecl_38340 io_ctl_prepare_pages fndecl 0 38340 NULL
++disable_so_get_first_ref_fndecl_38342 get_first_ref fndecl 0 38342 NULL
++disable_so_smi_dvb_init_fndecl_38343 smi_dvb_init fndecl 0 38343 NULL
++disable_so_kovaplus_init_specials_fndecl_38348 kovaplus_init_specials fndecl 0 38348 NULL
++disable_so___btrfs_end_transaction_fndecl_38351 __btrfs_end_transaction fndecl 0 38351 NULL
++disable_so_sys_recvmsg_fndecl_38354 sys_recvmsg fndecl 0 38354 NULL
++disable_so_azx_attach_pcm_stream_fndecl_38356 azx_attach_pcm_stream fndecl 0 38356 NULL
++disable_so_rate_snd_soc_dai_38358 rate snd_soc_dai 0 38358 NULL
++disable_so_mlx4_cmd_init_fndecl_38360 mlx4_cmd_init fndecl 0 38360 NULL nohasharray
++disable_so_enic_addfltr_5t_fndecl_38360 enic_addfltr_5t fndecl 0 38360 &disable_so_mlx4_cmd_init_fndecl_38360
++disable_so_dvb_register_frontend_fndecl_38382 dvb_register_frontend fndecl 0 38382 NULL
++disable_so_mwifiex_cmd_802_11_key_material_fndecl_38388 mwifiex_cmd_802_11_key_material fndecl 0 38388 NULL nohasharray
++disable_so_gigaset_start_fndecl_38388 gigaset_start fndecl 0 38388 &disable_so_mwifiex_cmd_802_11_key_material_fndecl_38388
++disable_so_hfsplus_brec_read_fndecl_38399 hfsplus_brec_read fndecl 0 38399 NULL
++disable_so_loop_get_status_old_fndecl_38405 loop_get_status_old fndecl 0 38405 NULL
++disable_so___detect_osd_fndecl_38410 __detect_osd fndecl 0 38410 NULL
++disable_so_xdr_xcode_array2_fndecl_38417 xdr_xcode_array2 fndecl 0 38417 NULL nohasharray
++disable_so_device_create_lockspace_fndecl_38417 device_create_lockspace fndecl 0 38417 &disable_so_xdr_xcode_array2_fndecl_38417
++disable_so_prism2_hostapd_get_info_sta_fndecl_38426 prism2_hostapd_get_info_sta fndecl 0 38426 NULL
++disable_so_lpfc_issue_reg_vfi_fndecl_38430 lpfc_issue_reg_vfi fndecl 0 38430 NULL nohasharray
++disable_so_dvb_usbv2_adapter_dvb_init_fndecl_38430 dvb_usbv2_adapter_dvb_init fndecl 0 38430 &disable_so_lpfc_issue_reg_vfi_fndecl_38430
++disable_so_pipe_crc_set_source_fndecl_38431 pipe_crc_set_source fndecl 0 38431 NULL
++disable_so_r100_packet3_load_vbpntr_fndecl_38439 r100_packet3_load_vbpntr fndecl 0 38439 NULL
++disable_so_prodigy192_ak4114_init_fndecl_38440 prodigy192_ak4114_init fndecl 0 38440 NULL
++disable_so_ide_cmd_ioctl_fndecl_38443 ide_cmd_ioctl fndecl 0 38443 NULL
++disable_so___imm_attach_fndecl_38446 __imm_attach fndecl 0 38446 NULL
++disable_so_kvm_create_lapic_fndecl_38456 kvm_create_lapic fndecl 0 38456 NULL
++disable_so_wacom_led_control_fndecl_38461 wacom_led_control fndecl 0 38461 NULL
++disable_so_dln2_setup_rx_urbs_fndecl_38469 dln2_setup_rx_urbs fndecl 0 38469 NULL
++disable_so_ti_write_byte_fndecl_38472 ti_write_byte fndecl 0 38472 NULL
++disable_so_ath6kl_init_fetch_firmwares_fndecl_38475 ath6kl_init_fetch_firmwares fndecl 0 38475 NULL
++disable_so_validate_ctrls_fndecl_38478 validate_ctrls fndecl 0 38478 NULL
++disable_so_dspio_scp_fndecl_38481 dspio_scp fndecl 0 38481 NULL
++disable_so_via_dispatch_pci_cmdbuffer_fndecl_38496 via_dispatch_pci_cmdbuffer fndecl 0 38496 NULL
++disable_so_create_rcom_fndecl_38501 create_rcom fndecl 0 38501 NULL
++disable_so_smi_port_init_fndecl_38510 smi_port_init fndecl 0 38510 NULL
++disable_so_max_sg_mthca_limits_38517 max_sg mthca_limits 0 38517 NULL
++disable_so_nfs_remount_fndecl_38525 nfs_remount fndecl 0 38525 NULL
++disable_so_usb_cypress_load_firmware_fndecl_38527 usb_cypress_load_firmware fndecl 0 38527 NULL
++disable_so_nouveau_bo_map_fndecl_38545 nouveau_bo_map fndecl 0 38545 NULL
++disable_so_ulist_add_merge_fndecl_38547 ulist_add_merge fndecl 0 38547 NULL
++disable_so_fb_base_phys_radeonfb_info_38551 fb_base_phys radeonfb_info 0 38551 NULL
++disable_so_nvme_major_vardecl_nvme_core_c_38572 nvme_major vardecl_nvme-core.c 0 38572 NULL nohasharray
++disable_so_efx_end_loopback_fndecl_38572 efx_end_loopback fndecl 0 38572 &disable_so_nvme_major_vardecl_nvme_core_c_38572
++disable_so_snd_pcm_channel_info_user_fndecl_38580 snd_pcm_channel_info_user fndecl 0 38580 NULL
++disable_so_xfs_btree_change_owner_fndecl_38586 xfs_btree_change_owner fndecl 0 38586 NULL
++disable_so_sub_alloc_fndecl_38591 sub_alloc fndecl 0 38591 NULL
++disable_so_irq_xencons_info_38597 irq xencons_info 0 38597 NULL
++disable_so_SendEventNotification_fndecl_38611 SendEventNotification fndecl 0 38611 NULL
++disable_so_ppa_init_fndecl_38621 ppa_init fndecl 0 38621 NULL
++disable_so_fintek_probe_fndecl_38623 fintek_probe fndecl 0 38623 NULL
++disable_so_ipmr_mfc_delete_fndecl_38624 ipmr_mfc_delete fndecl 0 38624 NULL
++disable_so_s5p_mfc_load_firmware_fndecl_38627 s5p_mfc_load_firmware fndecl 0 38627 NULL
++disable_so_ioc_event_fndecl_38637 ioc_event fndecl 0 38637 NULL
++disable_so_file_dirty_fndecl_38641 file_dirty fndecl 0 38641 NULL nohasharray
++disable_so_trusted_update_fndecl_38641 trusted_update fndecl 0 38641 &disable_so_file_dirty_fndecl_38641
++disable_so_xfs_ioc_fssetxattr_fndecl_38645 xfs_ioc_fssetxattr fndecl 0 38645 NULL
++disable_so_find_lkb_fndecl_38648 find_lkb fndecl 0 38648 NULL nohasharray
++disable_so_prepare_ring_fndecl_38648 prepare_ring fndecl 0 38648 &disable_so_find_lkb_fndecl_38648
++disable_so_str_read_fndecl_38656 str_read fndecl 0 38656 NULL
++disable_so_type_set_read_fndecl_38657 type_set_read fndecl 0 38657 NULL
++disable_so_hid_parse_report_fndecl_38666 hid_parse_report fndecl 0 38666 NULL
++disable_so_irq_alloc_hwirqs_fndecl_38673 irq_alloc_hwirqs fndecl 0 38673 NULL
++disable_so_ath6kl_get_fw_fndecl_38674 ath6kl_get_fw fndecl 0 38674 NULL
++disable_so_iio_buffer_add_channel_sysfs_fndecl_38693 iio_buffer_add_channel_sysfs fndecl 0 38693 NULL
++disable_so_prism2_ioctl_set_rid_fndecl_38707 prism2_ioctl_set_rid fndecl 0 38707 NULL
++disable_so_nvme_trans_status_code_fndecl_38708 nvme_trans_status_code fndecl 0 38708 NULL
++disable_so_res_tracker_insert_fndecl_38718 res_tracker_insert fndecl 0 38718 NULL
++disable_so_hfsplus_listxattr_fndecl_38727 hfsplus_listxattr fndecl 0 38727 NULL
++disable_so_ipmi_smi_add_proc_entry_fndecl_38728 ipmi_smi_add_proc_entry fndecl 0 38728 NULL
++disable_so_acpi_table_parse_entries_fndecl_38730 acpi_table_parse_entries fndecl 0 38730 NULL
++disable_so_dvd_read_manufact_fndecl_38735 dvd_read_manufact fndecl 0 38735 NULL
++disable_so_o_height_g2d_frame_38760 o_height g2d_frame 0 38760 NULL
++disable_so_usb_8dev_probe_fndecl_38762 usb_8dev_probe fndecl 0 38762 NULL
++disable_so_rbd_dev_v1_header_info_fndecl_38766 rbd_dev_v1_header_info fndecl 0 38766 NULL
++disable_so_nl80211_dump_wiphy_fndecl_38767 nl80211_dump_wiphy fndecl 0 38767 NULL
++disable_so_cciss_init_reset_devices_fndecl_38772 cciss_init_reset_devices fndecl 0 38772 NULL
++disable_so_parse_options_fndecl_38779 parse_options fndecl 0 38779 NULL
++disable_so_wl1251_acx_sg_enable_fndecl_38803 wl1251_acx_sg_enable fndecl 0 38803 NULL
++disable_so_size_esb2rom_window_38804 size esb2rom_window 0 38804 NULL
++disable_so_dbAdjCtl_fndecl_38819 dbAdjCtl fndecl 0 38819 NULL
++disable_so_commit_fs_roots_fndecl_38825 commit_fs_roots fndecl 0 38825 NULL
++disable_so_solo_p2m_dma_fndecl_38828 solo_p2m_dma fndecl 0 38828 NULL
++disable_so_algorithm_r5conf_38831 algorithm r5conf 0 38831 NULL
++disable_so_memblock_alloc_fndecl_38847 memblock_alloc fndecl 0 38847 NULL
++disable_so_count_ixgbevf_ring_38867 count ixgbevf_ring 0 38867 NULL
++disable_so_wmi_set_ie_fndecl_38876 wmi_set_ie fndecl 0 38876 NULL
++disable_so_mmc_spi_skip_fndecl_38879 mmc_spi_skip fndecl 0 38879 NULL nohasharray
++disable_so_error_dvb_ringbuffer_38879 error dvb_ringbuffer 0 38879 &disable_so_mmc_spi_skip_fndecl_38879
++disable_so_i2c_hid_parse_fndecl_38882 i2c_hid_parse fndecl 0 38882 NULL
++disable_so__ctl_diag_register_fndecl_38888 _ctl_diag_register fndecl 0 38888 NULL
++disable_so_beb_rsvd_level_ubi_device_38898 beb_rsvd_level ubi_device 0 38898 NULL
++disable_so_asus_laptop_get_info_fndecl_38900 asus_laptop_get_info fndecl 0 38900 NULL
++disable_so_ecryptfs_parse_tag_70_packet_fndecl_38906 ecryptfs_parse_tag_70_packet fndecl 0 38906 NULL
++disable_so_usb_amradio_init_fndecl_38916 usb_amradio_init fndecl 0 38916 NULL
++disable_so_device_create_sys_dev_entry_fndecl_38921 device_create_sys_dev_entry fndecl 0 38921 NULL
++disable_so_mipi_dsi_dcs_write_buffer_fndecl_38924 mipi_dsi_dcs_write_buffer fndecl 0 38924 NULL
++disable_so_usb_sg_init_fndecl_38925 usb_sg_init fndecl 0 38925 NULL
++disable_so_mon_bin_fetch_fndecl_38929 mon_bin_fetch fndecl 0 38929 NULL
++disable_so_ccp_register_aes_cmac_algs_fndecl_38933 ccp_register_aes_cmac_algs fndecl 0 38933 NULL
++disable_so_xfs_alloc_update_counters_fndecl_38938 xfs_alloc_update_counters fndecl 0 38938 NULL
++disable_so_mlx4_init_icm_fndecl_38940 mlx4_init_icm fndecl 0 38940 NULL
++disable_so_pcm_open_fndecl_38941 pcm_open fndecl 0 38941 NULL
++disable_so_cmdreset_fndecl_38947 cmdreset fndecl 0 38947 NULL
++disable_so_mmc_ioctl_dvd_read_struct_fndecl_38948 mmc_ioctl_dvd_read_struct fndecl 0 38948 NULL
++disable_so_xfs_iformat_extents_fndecl_38949 xfs_iformat_extents fndecl 0 38949 NULL
++disable_so_gfs2_block_map_fndecl_38959 gfs2_block_map fndecl 0 38959 NULL
++disable_so_snd_rawmidi_input_params_fndecl_38967 snd_rawmidi_input_params fndecl 0 38967 NULL
++disable_so_cdrom_read_cdda_fndecl_38973 cdrom_read_cdda fndecl 0 38973 NULL
++disable_so_remove_conflicting_framebuffers_fndecl_38982 remove_conflicting_framebuffers fndecl 0 38982 NULL
++disable_so_lpfc_rq_create_fndecl_38991 lpfc_rq_create fndecl 0 38991 NULL nohasharray
++disable_so_hsc_read_fndecl_38991 hsc_read fndecl 0 38991 &disable_so_lpfc_rq_create_fndecl_38991
++disable_so_rxrpc_preparse_xdr_rxkad_fndecl_38996 rxrpc_preparse_xdr_rxkad fndecl 0 38996 NULL
++disable_so_sh_mmcif_data_trans_fndecl_39002 sh_mmcif_data_trans fndecl 0 39002 NULL
++disable_so_load_dsp_fndecl_39014 load_dsp fndecl 0 39014 NULL
++disable_so_vmw_kms_init_legacy_display_system_fndecl_39016 vmw_kms_init_legacy_display_system fndecl 0 39016 NULL
++disable_so_ath6kl_set_ap_probe_resp_ies_fndecl_39032 ath6kl_set_ap_probe_resp_ies fndecl 0 39032 NULL
++disable_so_wlcore_set_partition_fndecl_39033 wlcore_set_partition fndecl 0 39033 NULL nohasharray
++disable_so_velocity_init_rings_fndecl_39033 velocity_init_rings fndecl 0 39033 &disable_so_wlcore_set_partition_fndecl_39033
++disable_so_bh_get_fndecl_39036 bh_get fndecl 0 39036 NULL
++disable_so_security_read_policy_fndecl_39053 security_read_policy fndecl 0 39053 NULL
++disable_so_self_check_peb_vid_hdr_fndecl_39056 self_check_peb_vid_hdr fndecl 0 39056 NULL
++disable_so_saa7146_vv_init_fndecl_39066 saa7146_vv_init fndecl 0 39066 NULL
++disable_so_vmbus_teardown_gpadl_fndecl_39073 vmbus_teardown_gpadl fndecl 0 39073 NULL
++disable_so_add_uevent_var_fndecl_39087 add_uevent_var fndecl 0 39087 NULL
++disable_so_ccp_copy_to_ksb_fndecl_39090 ccp_copy_to_ksb fndecl 0 39090 NULL
++disable_so_vfat_create_shortname_fndecl_39101 vfat_create_shortname fndecl 0 39101 NULL
++disable_so_xillybus_write_fndecl_39102 xillybus_write fndecl 0 39102 NULL
++disable_so_dmar_set_interrupt_fndecl_39106 dmar_set_interrupt fndecl 0 39106 NULL
++disable_so_prism2_ioctl_scan_req_fndecl_39108 prism2_ioctl_scan_req fndecl 0 39108 NULL
++disable_so_gfs2_unstuff_dinode_fndecl_39111 gfs2_unstuff_dinode fndecl 0 39111 NULL
++disable_so_put_v4l2_create32_fndecl_39123 put_v4l2_create32 fndecl 0 39123 NULL
++disable_so_regcache_rbtree_write_fndecl_39126 regcache_rbtree_write fndecl 0 39126 NULL
++disable_so_cciss_getheartbeat_fndecl_39146 cciss_getheartbeat fndecl 0 39146 NULL
++disable_so_size_intel_initial_plane_config_39155 size intel_initial_plane_config 0 39155 NULL
++disable_so_result_xfs_btree_split_args_39161 result xfs_btree_split_args 0 39161 NULL
++disable_so_ast_gem_create_fndecl_39167 ast_gem_create fndecl 0 39167 NULL
++disable_so_l2cap_sock_setsockopt_fndecl_39180 l2cap_sock_setsockopt fndecl 0 39180 NULL
++disable_so_ext3_do_update_inode_fndecl_39185 ext3_do_update_inode fndecl 0 39185 NULL
++disable_so_mon_bin_compat_ioctl_fndecl_39209 mon_bin_compat_ioctl fndecl 0 39209 NULL
++disable_so_focaltech_switch_protocol_fndecl_39213 focaltech_switch_protocol fndecl 0 39213 NULL
++disable_so_seq_buf_to_user_fndecl_39222 seq_buf_to_user fndecl 0 39222 NULL
++disable_so_afs_extract_data_fndecl_39238 afs_extract_data fndecl 0 39238 NULL
++disable_so_sel_start_vardecl_selection_c_39245 sel_start vardecl_selection.c 0 39245 NULL
++disable_so_btrfs_issue_discard_fndecl_39257 btrfs_issue_discard fndecl 0 39257 NULL
++disable_so_bind_virq_for_mce_fndecl_39266 bind_virq_for_mce fndecl 0 39266 NULL
++disable_so_ocfs2_map_slot_buffers_fndecl_39268 ocfs2_map_slot_buffers fndecl 0 39268 NULL
++disable_so_vidioc_streamon_fndecl_39272 vidioc_streamon fndecl 0 39272 NULL
++disable_so_soc_codec_reg_show_fndecl_39277 soc_codec_reg_show fndecl 0 39277 NULL
++disable_so_cfg80211_conn_do_work_fndecl_39278 cfg80211_conn_do_work fndecl 0 39278 NULL
++disable_so_watchdog_get_timeleft_fndecl_39280 watchdog_get_timeleft fndecl 0 39280 NULL
++disable_so_find_parent_nodes_fndecl_39282 find_parent_nodes fndecl 0 39282 NULL
++disable_so___i915_add_request_fndecl_39283 __i915_add_request fndecl 0 39283 NULL
++disable_so_pcxhr_load_dsp_binary_fndecl_39293 pcxhr_load_dsp_binary fndecl 0 39293 NULL
++disable_so_nvif_client_init_fndecl_39302 nvif_client_init fndecl 0 39302 NULL
++disable_so_signal_rxdone_entry_desc_39307 signal rxdone_entry_desc 0 39307 NULL
++disable_so_nvme_trans_synchronize_cache_fndecl_39313 nvme_trans_synchronize_cache fndecl 0 39313 NULL
++disable_so_e820_end_of_ram_pfn_fndecl_39315 e820_end_of_ram_pfn fndecl 0 39315 NULL
++disable_so_pwmchip_add_fndecl_39316 pwmchip_add fndecl 0 39316 NULL
++disable_so_pch_gbe_alloc_rx_buffers_pool_fndecl_39317 pch_gbe_alloc_rx_buffers_pool fndecl 0 39317 NULL
++disable_so_cond_init_bool_indexes_fndecl_39321 cond_init_bool_indexes fndecl 0 39321 NULL nohasharray
++disable_so_e1000_set_ringparam_fndecl_39321 e1000_set_ringparam fndecl 0 39321 &disable_so_cond_init_bool_indexes_fndecl_39321
++disable_so_isdn_ppp_read_fndecl_39335 isdn_ppp_read fndecl 0 39335 NULL
++disable_so_nilfs_sufile_segment_usages_in_block_fndecl_39336 nilfs_sufile_segment_usages_in_block fndecl 0 39336 NULL
++disable_so_address_acpi_resource_fixed_io_39338 address acpi_resource_fixed_io 0 39338 NULL
++disable_so_nvkm_mm_head_fndecl_39339 nvkm_mm_head fndecl 0 39339 NULL
++disable_so_ret_vardecl_xpc_uv_c_39340 ret vardecl_xpc_uv.c 0 39340 NULL
++disable_so_r300_cs_parse_fndecl_39348 r300_cs_parse fndecl 0 39348 NULL nohasharray
++disable_so_snd_nm256_peek_for_sig_fndecl_39348 snd_nm256_peek_for_sig fndecl 0 39348 &disable_so_r300_cs_parse_fndecl_39348
++disable_so_sr_cd_check_fndecl_39352 sr_cd_check fndecl 0 39352 NULL
++disable_so_qxl_ttm_debugfs_init_fndecl_39357 qxl_ttm_debugfs_init fndecl 0 39357 NULL
++disable_so_mspro_block_init_disk_fndecl_39362 mspro_block_init_disk fndecl 0 39362 NULL
++disable_so_choose_config_fndecl_39365 choose_config fndecl 0 39365 NULL
++disable_so_pcan_probe_fndecl_39394 pcan_probe fndecl 0 39394 NULL
++disable_so_bl_parse_deviceid_fndecl_39396 bl_parse_deviceid fndecl 0 39396 NULL
++disable_so_validate_acl_mac_addrs_fndecl_39406 validate_acl_mac_addrs fndecl 0 39406 NULL
++disable_so_snd_es1968_alloc_apu_pair_fndecl_39410 snd_es1968_alloc_apu_pair fndecl 0 39410 NULL
++disable_so_board_sample_rate_lx6464es_39420 board_sample_rate lx6464es 0 39420 NULL
++disable_so_cw1200_core_probe_fndecl_39429 cw1200_core_probe fndecl 0 39429 NULL
++disable_so_pm_qos_sysfs_add_resume_latency_fndecl_39430 pm_qos_sysfs_add_resume_latency fndecl 0 39430 NULL
++disable_so_btrfs_del_csums_fndecl_39434 btrfs_del_csums fndecl 0 39434 NULL
++disable_so_btrfs_real_readdir_fndecl_39435 btrfs_real_readdir fndecl 0 39435 NULL
++disable_so_iov_len_iovec_39437 iov_len iovec 0 39437 NULL
++disable_so_last_byte_to_unpin_btrfs_block_group_cache_39442 last_byte_to_unpin btrfs_block_group_cache 0 39442 NULL
++disable_so_dtv_property_process_set_fndecl_39457 dtv_property_process_set fndecl 0 39457 NULL
++disable_so_recovery_cp_mddev_39459 recovery_cp mddev 0 39459 NULL
++disable_so_l1oip_init_fndecl_39492 l1oip_init fndecl 0 39492 NULL
++disable_so_ax25_rt_add_fndecl_39505 ax25_rt_add fndecl 0 39505 NULL
++disable_so_brcmf_proto_attach_fndecl_39510 brcmf_proto_attach fndecl 0 39510 NULL
++disable_so_user_cluster_connect_fndecl_39523 user_cluster_connect fndecl 0 39523 NULL
++disable_so_uwb_est_create_fndecl_39524 uwb_est_create fndecl 0 39524 NULL
++disable_so_rsc_mgr_init_fndecl_39528 rsc_mgr_init fndecl 0 39528 NULL nohasharray
++disable_so_put_v4l2_buffer32_fndecl_39528 put_v4l2_buffer32 fndecl 0 39528 &disable_so_rsc_mgr_init_fndecl_39528
++disable_so_req_run_fndecl_39537 req_run fndecl 0 39537 NULL
++disable_so_compat_copy_entry_to_user_fndecl_39540 compat_copy_entry_to_user fndecl 0 39540 NULL
++disable_so_mlx5_core_query_srq_fndecl_39545 mlx5_core_query_srq fndecl 0 39545 NULL
++disable_so_kaweth_internal_control_msg_fndecl_39552 kaweth_internal_control_msg fndecl 0 39552 NULL
++disable_so_brcmf_sdiod_regrw_helper_fndecl_39558 brcmf_sdiod_regrw_helper fndecl 0 39558 NULL
++disable_so_hci_req_run_skb_fndecl_39561 hci_req_run_skb fndecl 0 39561 NULL
++disable_so___ocfs2_find_path_fndecl_39563 __ocfs2_find_path fndecl 0 39563 NULL
++disable_so_ims_pcu_init_application_mode_fndecl_39566 ims_pcu_init_application_mode fndecl 0 39566 NULL
++disable_so_snd_pcm_hw_rule_add_fndecl_39569 snd_pcm_hw_rule_add fndecl 0 39569 NULL
++disable_so_zatm_open_fndecl_39574 zatm_open fndecl 0 39574 NULL
++disable_so_i915_kick_out_firmware_fb_fndecl_39594 i915_kick_out_firmware_fb fndecl 0 39594 NULL nohasharray
++disable_so_count_snd_ctl_elem_info_39594 count snd_ctl_elem_info 0 39594 &disable_so_i915_kick_out_firmware_fb_fndecl_39594
++disable_so_dm_consult_userspace_fndecl_39601 dm_consult_userspace fndecl 0 39601 NULL
++disable_so_e1000e_hwtstamp_set_fndecl_39607 e1000e_hwtstamp_set fndecl 0 39607 NULL
++disable_so_garmin_port_probe_fndecl_39610 garmin_port_probe fndecl 0 39610 NULL
++disable_so_iwl_set_Xtal_calib_fndecl_39611 iwl_set_Xtal_calib fndecl 0 39611 NULL
++disable_so_qlcnic_setup_idc_param_fndecl_39616 qlcnic_setup_idc_param fndecl 0 39616 NULL nohasharray
++disable_so_snd_usbmidi_create_endpoints_fndecl_39616 snd_usbmidi_create_endpoints fndecl 0 39616 &disable_so_qlcnic_setup_idc_param_fndecl_39616
++disable_so_ssb_pci_switch_coreidx_fndecl_39636 ssb_pci_switch_coreidx fndecl 0 39636 NULL
++disable_so__sess_auth_rawntlmssp_assemble_req_fndecl_39638 _sess_auth_rawntlmssp_assemble_req fndecl 0 39638 NULL
++disable_so_lmc_ioctl_fndecl_39642 lmc_ioctl fndecl 0 39642 NULL
++disable_so_tsi148_dma_set_vme_dest_attributes_fndecl_39653 tsi148_dma_set_vme_dest_attributes fndecl 0 39653 NULL
++disable_so_nouveau_display_create_fndecl_39657 nouveau_display_create fndecl 0 39657 NULL
++disable_so_viafb_get_fb_size_from_pci_fndecl_39663 viafb_get_fb_size_from_pci fndecl 0 39663 NULL
++disable_so_snd_rawmidi_transmit_peek_fndecl_39668 snd_rawmidi_transmit_peek fndecl 0 39668 NULL nohasharray
++disable_so_intel_overlay_switch_off_fndecl_39668 intel_overlay_switch_off fndecl 0 39668 &disable_so_snd_rawmidi_transmit_peek_fndecl_39668
++disable_so_dev_mem_read_fndecl_39681 dev_mem_read fndecl 0 39681 NULL
++disable_so_acpi_battery_get_info_fndecl_39690 acpi_battery_get_info fndecl 0 39690 NULL
++disable_so_sedlbauer_probe_fndecl_39692 sedlbauer_probe fndecl 0 39692 NULL
++disable_so_i2c_smbus_read_byte_data_fndecl_39698 i2c_smbus_read_byte_data fndecl 0 39698 NULL
++disable_so__ep_queue_fndecl_39703 _ep_queue fndecl 0 39703 NULL
++disable_so_mrp_init_applicant_fndecl_39717 mrp_init_applicant fndecl 0 39717 NULL
++disable_so___ext3_get_inode_loc_fndecl_39723 __ext3_get_inode_loc fndecl 0 39723 NULL
++disable_so_qlcnic_83xx_idc_init_fndecl_39728 qlcnic_83xx_idc_init fndecl 0 39728 NULL
++disable_so_sel_netif_insert_fndecl_39736 sel_netif_insert fndecl 0 39736 NULL
++disable_so_tm6000_read_write_usb_fndecl_39749 tm6000_read_write_usb fndecl 0 39749 NULL
++disable_so_ocfs2_xattr_block_get_fndecl_39750 ocfs2_xattr_block_get fndecl 0 39750 NULL
++disable_so_delta_disks_mddev_39759 delta_disks mddev 0 39759 NULL
++disable_so_cciss_ioctl32_big_passthru_fndecl_39767 cciss_ioctl32_big_passthru fndecl 0 39767 NULL
++disable_so_policydb_read_fndecl_39769 policydb_read fndecl 0 39769 NULL
++disable_so_acpi_processor_register_performance_fndecl_39773 acpi_processor_register_performance fndecl 0 39773 NULL
++disable_so_scsi_cmd_blk_ioctl_fndecl_39775 scsi_cmd_blk_ioctl fndecl 0 39775 NULL
++disable_so__regulator_call_set_voltage_sel_fndecl_39777 _regulator_call_set_voltage_sel fndecl 0 39777 NULL
++disable_so_xenkbd_connect_backend_fndecl_39778 xenkbd_connect_backend fndecl 0 39778 NULL
++disable_so_i810_dma_initialize_fndecl_39779 i810_dma_initialize fndecl 0 39779 NULL
++disable_so_jmb38x_ms_probe_fndecl_39794 jmb38x_ms_probe fndecl 0 39794 NULL
++disable_so_ecryptfs_write_inode_size_to_metadata_fndecl_39810 ecryptfs_write_inode_size_to_metadata fndecl 0 39810 NULL
++disable_so_btrfs_search_slot_for_read_fndecl_39816 btrfs_search_slot_for_read fndecl 0 39816 NULL
++disable_so_register_pernet_subsys_fndecl_39817 register_pernet_subsys fndecl 0 39817 NULL
++disable_so_change_page_attr_set_clr_fndecl_39828 change_page_attr_set_clr fndecl 0 39828 NULL
++disable_so_init_rx_ring_fndecl_39832 init_rx_ring fndecl 0 39832 NULL nohasharray
++disable_so_wl1251_cmd_data_path_tx_fndecl_39832 wl1251_cmd_data_path_tx fndecl 0 39832 &disable_so_init_rx_ring_fndecl_39832 nohasharray
++disable_so_zhenhua_connect_fndecl_39832 zhenhua_connect fndecl 0 39832 &disable_so_wl1251_cmd_data_path_tx_fndecl_39832
++disable_so_ttm_pool_populate_fndecl_39842 ttm_pool_populate fndecl 0 39842 NULL
++disable_so_radeon_cs_packet_next_reloc_fndecl_39847 radeon_cs_packet_next_reloc fndecl 0 39847 NULL
++disable_so_brcmf_vif_set_mgmt_ie_fndecl_39850 brcmf_vif_set_mgmt_ie fndecl 0 39850 NULL
++disable_so_unmap_and_move_fndecl_39855 unmap_and_move fndecl 0 39855 NULL
++disable_so_carl9170_debugfs_write_fndecl_39866 carl9170_debugfs_write fndecl 0 39866 NULL
++disable_so_self_check_write_fndecl_39867 self_check_write fndecl 0 39867 NULL
++disable_so_xfs_alloc_get_freelist_fndecl_39881 xfs_alloc_get_freelist fndecl 0 39881 NULL
++disable_so_resync_offset_mdp_superblock_1_39883 resync_offset mdp_superblock_1 0 39883 NULL
++disable_so_nvkm_mm_init_fndecl_39887 nvkm_mm_init fndecl 0 39887 NULL nohasharray
++disable_so_ttm_mem_init_dma32_zone_fndecl_39887 ttm_mem_init_dma32_zone fndecl 0 39887 &disable_so_nvkm_mm_init_fndecl_39887
++disable_so_mmc_app_sd_status_fndecl_39893 mmc_app_sd_status fndecl 0 39893 NULL
++disable_so_pch_spi_probe_fndecl_39894 pch_spi_probe fndecl 0 39894 NULL
++disable_so_btrfs_insert_inode_ref_fndecl_39895 btrfs_insert_inode_ref fndecl 0 39895 NULL
++disable_so_mlx5_cmd_status_to_err_fndecl_39896 mlx5_cmd_status_to_err fndecl 0 39896 NULL
++disable_so_v4l2_ctrl_add_handler_fndecl_39899 v4l2_ctrl_add_handler fndecl 0 39899 NULL
++disable_so_hsr_check_dev_ok_fndecl_39904 hsr_check_dev_ok fndecl 0 39904 NULL
++disable_so_dvb_frontend_get_event_fndecl_39909 dvb_frontend_get_event fndecl 0 39909 NULL
++disable_so_spi_map_buf_fndecl_39919 spi_map_buf fndecl 0 39919 NULL
++disable_so_isdn_ppp_ioctl_fndecl_39920 isdn_ppp_ioctl fndecl 0 39920 NULL
++disable_so_em28xx_dvb_init_fndecl_39929 em28xx_dvb_init fndecl 0 39929 NULL
++disable_so_au0828_rc_register_fndecl_39935 au0828_rc_register fndecl 0 39935 NULL
++disable_so_gfs2_quota_check_fndecl_39937 gfs2_quota_check fndecl 0 39937 NULL
++disable_so_reply_size_uwb_rc_cmd_done_params_39948 reply_size uwb_rc_cmd_done_params 0 39948 NULL nohasharray
++disable_so_iwl_mvm_wowlan_config_fndecl_39948 iwl_mvm_wowlan_config fndecl 0 39948 &disable_so_reply_size_uwb_rc_cmd_done_params_39948
++disable_so___mce_read_apei_fndecl_39956 __mce_read_apei fndecl 0 39956 NULL
++disable_so_acpi_check_resource_conflict_fndecl_39967 acpi_check_resource_conflict fndecl 0 39967 NULL
++disable_so_crtc_clock_drm_display_mode_39969 crtc_clock drm_display_mode 0 39969 NULL
++disable_so_st_chk_result_fndecl_39971 st_chk_result fndecl 0 39971 NULL
++disable_so_be_mcc_compl_process_fndecl_39973 be_mcc_compl_process fndecl 0 39973 NULL
++disable_so___hfsplus_getxattr_fndecl_39975 __hfsplus_getxattr fndecl 0 39975 NULL
++disable_so_agp_3_5_isochronous_node_enable_fndecl_39978 agp_3_5_isochronous_node_enable fndecl 0 39978 NULL
++disable_so_synusb_open_fndecl_39983 synusb_open fndecl 0 39983 NULL
++disable_so_sctp_auth_asoc_init_active_key_fndecl_39985 sctp_auth_asoc_init_active_key fndecl 0 39985 NULL
++disable_so___crypto_alloc_tfm_fndecl_39987 __crypto_alloc_tfm fndecl 0 39987 NULL
++disable_so_i915_gem_object_set_to_gtt_domain_fndecl_39993 i915_gem_object_set_to_gtt_domain fndecl 0 39993 NULL nohasharray
++disable_so_ubi_ensure_anchor_pebs_fndecl_39993 ubi_ensure_anchor_pebs fndecl 0 39993 &disable_so_i915_gem_object_set_to_gtt_domain_fndecl_39993
++disable_so_map_id_range_down_fndecl_40006 map_id_range_down fndecl 0 40006 NULL
++disable_so_mpt_findImVolumes_fndecl_40008 mpt_findImVolumes fndecl 0 40008 NULL
++disable_so_snd_hdac_bus_add_device_fndecl_40016 snd_hdac_bus_add_device fndecl 0 40016 NULL
++disable_so_xfs_iformat_local_fndecl_40019 xfs_iformat_local fndecl 0 40019 NULL
++disable_so_verify_alg_len_net_conf_40020 verify_alg_len net_conf 0 40020 NULL
++disable_so_vmw_mob_calculate_pt_pages_fndecl_40022 vmw_mob_calculate_pt_pages fndecl 0 40022 NULL
++disable_so_b43legacy_validate_chipaccess_fndecl_40024 b43legacy_validate_chipaccess fndecl 0 40024 NULL
++disable_so_dn_dev_ioctl_fndecl_40034 dn_dev_ioctl fndecl 0 40034 NULL
++disable_so_jfs_get_acl_fndecl_40045 jfs_get_acl fndecl 0 40045 NULL
++disable_so_analog_connect_fndecl_40047 analog_connect fndecl 0 40047 NULL
++disable_so_cls_cgroup_change_fndecl_40053 cls_cgroup_change fndecl 0 40053 NULL
++disable_so_smp_execute_task_fndecl_40062 smp_execute_task fndecl 0 40062 NULL
++disable_so_rx_queue_add_kobject_fndecl_40068 rx_queue_add_kobject fndecl 0 40068 NULL
++disable_so_do_rt_tgsigqueueinfo_fndecl_40071 do_rt_tgsigqueueinfo fndecl 0 40071 NULL
++disable_so_proc_dev_atm_read_fndecl_40072 proc_dev_atm_read fndecl 0 40072 NULL
++disable_so_gfs2_quota_lock_fndecl_40096 gfs2_quota_lock fndecl 0 40096 NULL
++disable_so_ocfs2_cluster_connect_fndecl_40103 ocfs2_cluster_connect fndecl 0 40103 NULL nohasharray
++disable_so_hash_netportnet6_add_fndecl_40103 hash_netportnet6_add fndecl 0 40103 &disable_so_ocfs2_cluster_connect_fndecl_40103
++disable_so_evm_inode_setattr_fndecl_40105 evm_inode_setattr fndecl 0 40105 NULL
++disable_so_usdhi6_rq_start_fndecl_40120 usdhi6_rq_start fndecl 0 40120 NULL
++disable_so_rp_ioctl_fndecl_40123 rp_ioctl fndecl 0 40123 NULL
++disable_so_mmc_gpio_request_cd_fndecl_40125 mmc_gpio_request_cd fndecl 0 40125 NULL
++disable_so_v4l2_m2m_qbuf_fndecl_40136 v4l2_m2m_qbuf fndecl 0 40136 NULL
++disable_so_ceph_key_preparse_fndecl_40145 ceph_key_preparse fndecl 0 40145 NULL
++disable_so_nouveau_bo_validate_fndecl_40153 nouveau_bo_validate fndecl 0 40153 NULL
++disable_so_ftdi_elan_edset_single_fndecl_40157 ftdi_elan_edset_single fndecl 0 40157 NULL nohasharray
++disable_so_mptctl_gettargetinfo_fndecl_40157 mptctl_gettargetinfo fndecl 0 40157 &disable_so_ftdi_elan_edset_single_fndecl_40157
++disable_so_getrusage_fndecl_40162 getrusage fndecl 0 40162 NULL
++disable_so_slcan_init_fndecl_40166 slcan_init fndecl 0 40166 NULL
++disable_so_ethtool_get_rxnfc_fndecl_40180 ethtool_get_rxnfc fndecl 0 40180 NULL
++disable_so_command_setlights_fndecl_40187 command_setlights fndecl 0 40187 NULL
++disable_so___jfs_setxattr_fndecl_40196 __jfs_setxattr fndecl 0 40196 NULL
++disable_so_ipw_queue_tx_init_fndecl_40218 ipw_queue_tx_init fndecl 0 40218 NULL
++disable_so_smsc95xx_enter_suspend0_fndecl_40219 smsc95xx_enter_suspend0 fndecl 0 40219 NULL
++disable_so_fuse_notify_poll_fndecl_40221 fuse_notify_poll fndecl 0 40221 NULL
++disable_so_bochs_bo_create_fndecl_40223 bochs_bo_create fndecl 0 40223 NULL nohasharray
++disable_so_snd_hdspm_create_alsa_devices_fndecl_40223 snd_hdspm_create_alsa_devices fndecl 0 40223 &disable_so_bochs_bo_create_fndecl_40223
++disable_so_do_jffs2_getxattr_fndecl_40233 do_jffs2_getxattr fndecl 0 40233 NULL
++disable_so_vmw_fallback_wait_fndecl_40237 vmw_fallback_wait fndecl 0 40237 NULL
++disable_so__iwl_dbgfs_netdetect_write_fndecl_40255 _iwl_dbgfs_netdetect_write fndecl 0 40255 NULL
++disable_so_es_len_extent_status_40276 es_len extent_status 0 40276 NULL
++disable_so_toshiba_haps_add_fndecl_40284 toshiba_haps_add fndecl 0 40284 NULL
++disable_so___smsc75xx_read_reg_fndecl_40291 __smsc75xx_read_reg fndecl 0 40291 NULL
++disable_so_mmc_sd_init_uhs_card_fndecl_40292 mmc_sd_init_uhs_card fndecl 0 40292 NULL
++disable_so_height_v4l2_bt_timings_40304 height v4l2_bt_timings 0 40304 NULL
++disable_so_assigned_device_enable_host_msi_fndecl_40309 assigned_device_enable_host_msi fndecl 0 40309 NULL
++disable_so_max_scaled_width_bttv_crop_40325 max_scaled_width bttv_crop 0 40325 NULL
++disable_so_nilfs_bmap_assign_fndecl_40337 nilfs_bmap_assign fndecl 0 40337 NULL
++disable_so___ext4_ext_dirty_fndecl_40343 __ext4_ext_dirty fndecl 0 40343 NULL nohasharray
++disable_so_minimum_acpi_resource_memory32_40343 minimum acpi_resource_memory32 0 40343 &disable_so___ext4_ext_dirty_fndecl_40343
++disable_so_send_msg_fndecl_40349 send_msg fndecl 0 40349 NULL
++disable_so_bind_virq_to_irq_fndecl_40360 bind_virq_to_irq fndecl 0 40360 NULL
++disable_so_blk_complete_sgv4_hdr_rq_fndecl_40361 blk_complete_sgv4_hdr_rq fndecl 0 40361 NULL
++disable_so_ath6kl_bmi_get_target_info_fndecl_40364 ath6kl_bmi_get_target_info fndecl 0 40364 NULL nohasharray
++disable_so_usbnet_suspend_fndecl_40364 usbnet_suspend fndecl 0 40364 &disable_so_ath6kl_bmi_get_target_info_fndecl_40364 nohasharray
++disable_so_max_wrs_rds_ib_device_40364 max_wrs rds_ib_device 0 40364 &disable_so_usbnet_suspend_fndecl_40364
++disable_so_align_kmem_cache_40377 align kmem_cache 0 40377 NULL
++disable_so_cfg_reg_ix1_hw_40383 cfg_reg ix1_hw 0 40383 NULL
++disable_so_t3_seeprom_wp_fndecl_40384 t3_seeprom_wp fndecl 0 40384 NULL
++disable_so_mxser_ioctl_special_fndecl_40386 mxser_ioctl_special fndecl 0 40386 NULL
++disable_so_snd_cs5535audio_create_fndecl_40393 snd_cs5535audio_create fndecl 0 40393 NULL
++disable_so_ubifs_jnl_rename_fndecl_40403 ubifs_jnl_rename fndecl 0 40403 NULL
++disable_so_max_scaled_height_bttv_crop_40404 max_scaled_height bttv_crop 0 40404 NULL
++disable_so_joydev_ioctl_common_fndecl_40412 joydev_ioctl_common fndecl 0 40412 NULL
++disable_so_uart_add_one_port_fndecl_40430 uart_add_one_port fndecl 0 40430 NULL
++disable_so_rndis_set_config_parameter_fndecl_40434 rndis_set_config_parameter fndecl 0 40434 NULL
++disable_so_test_ctrl_queue_fndecl_40461 test_ctrl_queue fndecl 0 40461 NULL
++disable_so_cfi_staa_writev_fndecl_40463 cfi_staa_writev fndecl 0 40463 NULL
++disable_so_cafe_pci_probe_fndecl_40464 cafe_pci_probe fndecl 0 40464 NULL
++disable_so_nr_i2c_adapter_40466 nr i2c_adapter 0 40466 NULL
++disable_so_skbd_connect_fndecl_40470 skbd_connect fndecl 0 40470 NULL
++disable_so_get_v4l2_buffer32_fndecl_40473 get_v4l2_buffer32 fndecl 0 40473 NULL
++disable_so_add_new_gdb_fndecl_40490 add_new_gdb fndecl 0 40490 NULL
++disable_so_saa7706h_i2c_transfer_fndecl_40502 saa7706h_i2c_transfer fndecl 0 40502 NULL
++disable_so_dn_mss_from_pmtu_fndecl_40520 dn_mss_from_pmtu fndecl 0 40520 NULL
++disable_so_wext_handle_ioctl_fndecl_40525 wext_handle_ioctl fndecl 0 40525 NULL
++disable_so_smb2_lockv_fndecl_40533 smb2_lockv fndecl 0 40533 NULL
++disable_so_ipxitf_add_local_route_fndecl_40543 ipxitf_add_local_route fndecl 0 40543 NULL
++disable_so_amixer_rsc_init_fndecl_40544 amixer_rsc_init fndecl 0 40544 NULL
++disable_so_base_start_aac_dev_40550 base_start aac_dev 0 40550 NULL
++disable_so_lpfc_bsg_sli_cfg_read_cmd_ext_fndecl_40551 lpfc_bsg_sli_cfg_read_cmd_ext fndecl 0 40551 NULL
++disable_so_wait_for_free_request_fndecl_40555 wait_for_free_request fndecl 0 40555 NULL nohasharray
++disable_so_dbg_chk_lpt_free_spc_fndecl_40555 dbg_chk_lpt_free_spc fndecl 0 40555 &disable_so_wait_for_free_request_fndecl_40555
++disable_so_wl1251_hw_init_mem_config_fndecl_40558 wl1251_hw_init_mem_config fndecl 0 40558 NULL
++disable_so_move_to_new_page_fndecl_40564 move_to_new_page fndecl 0 40564 NULL
++disable_so_isdn_read_fndecl_40566 isdn_read fndecl 0 40566 NULL
++disable_so_ip_mc_msfget_fndecl_40572 ip_mc_msfget fndecl 0 40572 NULL
++disable_so_ts2020_writereg_fndecl_40589 ts2020_writereg fndecl 0 40589 NULL
++disable_so_write_mode_page_fndecl_40592 write_mode_page fndecl 0 40592 NULL
++disable_so_sctp_copy_local_addr_list_fndecl_40597 sctp_copy_local_addr_list fndecl 0 40597 NULL
++disable_so_atrtr_ioctl_fndecl_40601 atrtr_ioctl fndecl 0 40601 NULL
++disable_so_vyres_aty128_crtc_40610 vyres aty128_crtc 0 40610 NULL
++disable_so_asus_rfkill_init_fndecl_40611 asus_rfkill_init fndecl 0 40611 NULL
++disable_so_uwb_rc_beacon_fndecl_40613 uwb_rc_beacon fndecl 0 40613 NULL
++disable_so_moxa_load_bios_fndecl_40615 moxa_load_bios fndecl 0 40615 NULL
++disable_so_savage_verify_texaddr_fndecl_40623 savage_verify_texaddr fndecl 0 40623 NULL
++disable_so_altera_swap_dr_fndecl_40633 altera_swap_dr fndecl 0 40633 NULL
++disable_so_sock_setsockopt_fndecl_40635 sock_setsockopt fndecl 0 40635 NULL
++disable_so_mei_cl_flow_ctrl_reduce_fndecl_40650 mei_cl_flow_ctrl_reduce fndecl 0 40650 NULL nohasharray
++disable_so_compat_copy_ebt_replace_from_user_fndecl_40650 compat_copy_ebt_replace_from_user fndecl 0 40650 &disable_so_mei_cl_flow_ctrl_reduce_fndecl_40650
++disable_so_mon_text_read_t_fndecl_40656 mon_text_read_t fndecl 0 40656 NULL
++disable_so_partition_tape_fndecl_40664 partition_tape fndecl 0 40664 NULL
++disable_so_valid_csum_fndecl_40666 valid_csum fndecl 0 40666 NULL
++disable_so_ocfs2_search_one_group_fndecl_40670 ocfs2_search_one_group fndecl 0 40670 NULL
++disable_so_iscsi_switch_str_param_fndecl_40671 iscsi_switch_str_param fndecl 0 40671 NULL
++disable_so_nf_log_proc_dostring_fndecl_40684 nf_log_proc_dostring fndecl 0 40684 NULL
++disable_so_ubi_resize_volume_fndecl_40687 ubi_resize_volume fndecl 0 40687 NULL
++disable_so_build_audio_procunit_fndecl_40694 build_audio_procunit fndecl 0 40694 NULL
++disable_so_xfs_bwrite_fndecl_40697 xfs_bwrite fndecl 0 40697 NULL
++disable_so_kim_probe_fndecl_40698 kim_probe fndecl 0 40698 NULL
++disable_so_q0_buf_size_bna_rx_config_40699 q0_buf_size bna_rx_config 0 40699 NULL
++disable_so_enic_delfltr_fndecl_40701 enic_delfltr fndecl 0 40701 NULL
++disable_so___hci_req_sync_fndecl_40707 __hci_req_sync fndecl 0 40707 NULL
++disable_so_evdev_set_clk_type_fndecl_40712 evdev_set_clk_type fndecl 0 40712 NULL
++disable_so_len_mtd_oob_ops_40721 len mtd_oob_ops 0 40721 NULL
++disable_so_match_int_fndecl_40731 match_int fndecl 0 40731 NULL
++disable_so_do_splice_to_fndecl_40737 do_splice_to fndecl 0 40737 NULL
++disable_so_nfc_hci_target_discovered_fndecl_40739 nfc_hci_target_discovered fndecl 0 40739 NULL
++disable_so_intel_gtt_mappable_entries_fndecl_40740 intel_gtt_mappable_entries fndecl 0 40740 NULL
++disable_so_irtty_ioctl_fndecl_40758 irtty_ioctl fndecl 0 40758 NULL
++disable_so_vfs_iter_write_fndecl_40761 vfs_iter_write fndecl 0 40761 NULL
++disable_so_radeon_fence_wait_any_fndecl_40769 radeon_fence_wait_any fndecl 0 40769 NULL
++disable_so_dev_pm_qos_constraints_allocate_fndecl_40784 dev_pm_qos_constraints_allocate fndecl 0 40784 NULL
++disable_so_write_exec_fndecl_40794 write_exec fndecl 0 40794 NULL
++disable_so_check_frame_fndecl_40798 check_frame fndecl 0 40798 NULL
++disable_so_ath6kl_fetch_board_file_fndecl_40802 ath6kl_fetch_board_file fndecl 0 40802 NULL
++disable_so_snd_ctl_elem_add_compat_fndecl_40806 snd_ctl_elem_add_compat fndecl 0 40806 NULL
++disable_so_xfs_buf_submit_wait_fndecl_40833 xfs_buf_submit_wait fndecl 0 40833 NULL
++disable_so_osst_flush_drive_buffer_fndecl_40846 osst_flush_drive_buffer fndecl 0 40846 NULL
++disable_so_nilfs_ioctl_wrap_copy_fndecl_40869 nilfs_ioctl_wrap_copy fndecl 0 40869 NULL
++disable_so_osst_set_options_fndecl_40884 osst_set_options fndecl 0 40884 NULL nohasharray
++disable_so_add_uuid_fndecl_40884 add_uuid fndecl 0 40884 &disable_so_osst_set_options_fndecl_40884
++disable_so_wl1251_acx_cts_protect_fndecl_40887 wl1251_acx_cts_protect fndecl 0 40887 NULL
++disable_so_ntb_setup_msix_fndecl_40890 ntb_setup_msix fndecl 0 40890 NULL
++disable_so_do_sync_erase_fndecl_40893 do_sync_erase fndecl 0 40893 NULL nohasharray
++disable_so_pci_add_dynid_fndecl_40893 pci_add_dynid fndecl 0 40893 &disable_so_do_sync_erase_fndecl_40893
++disable_so_ath6kl_fwlog_block_read_fndecl_40895 ath6kl_fwlog_block_read fndecl 0 40895 NULL
++disable_so_ip6mr_mfc_delete_fndecl_40901 ip6mr_mfc_delete fndecl 0 40901 NULL
++disable_so_snd_hdac_device_init_fndecl_40902 snd_hdac_device_init fndecl 0 40902 NULL
++disable_so_qxl_modeset_init_fndecl_40918 qxl_modeset_init fndecl 0 40918 NULL
++disable_so_e1000_setup_tx_resources_fndecl_40920 e1000_setup_tx_resources fndecl 0 40920 NULL
++disable_so_sctp_setsockopt_bindx_fndecl_40925 sctp_setsockopt_bindx fndecl 0 40925 NULL
++disable_so_ea_put_fndecl_40928 ea_put fndecl 0 40928 NULL
++disable_so_uwb_radio_setup_fndecl_40939 uwb_radio_setup fndecl 0 40939 NULL
++disable_so_brcmf_construct_chaninfo_fndecl_40940 brcmf_construct_chaninfo fndecl 0 40940 NULL
++disable_so_write_control_reg_fndecl_40949 write_control_reg fndecl 0 40949 NULL
++disable_so_e1000e_get_base_timinca_fndecl_40950 e1000e_get_base_timinca fndecl 0 40950 NULL
++disable_so_kvm_iommu_map_pages_fndecl_40951 kvm_iommu_map_pages fndecl 0 40951 NULL
++disable_so_ftdi_elan_probe_fndecl_40955 ftdi_elan_probe fndecl 0 40955 NULL
++disable_so_iuu_uart_flush_fndecl_40963 iuu_uart_flush fndecl 0 40963 NULL
++disable_so_security_netif_sid_fndecl_40980 security_netif_sid fndecl 0 40980 NULL
++disable_so_convert_ctx_accesses_fndecl_40981 convert_ctx_accesses fndecl 0 40981 NULL
++disable_so_kstrtos8_fndecl_40989 kstrtos8 fndecl 0 40989 NULL
++disable_so_rndis_query_fndecl_40991 rndis_query fndecl 0 40991 NULL
++disable_so_vaddr_get_pfn_fndecl_40993 vaddr_get_pfn fndecl 0 40993 NULL nohasharray
++disable_so_snd_ca0106_pcm_open_playback_channel_fndecl_40993 snd_ca0106_pcm_open_playback_channel fndecl 0 40993 &disable_so_vaddr_get_pfn_fndecl_40993
++disable_so_afs_deliver_cb_probe_uuid_fndecl_40998 afs_deliver_cb_probe_uuid fndecl 0 40998 NULL
++disable_so_ath6kl_target_config_wlan_params_fndecl_41017 ath6kl_target_config_wlan_params fndecl 0 41017 NULL
++disable_so_rxrpc_preparse_xdr_fndecl_41023 rxrpc_preparse_xdr fndecl 0 41023 NULL
++disable_so_do_request_fndecl_41030 do_request fndecl 0 41030 NULL
++disable_so_altera_set_dr_pre_fndecl_41037 altera_set_dr_pre fndecl 0 41037 NULL
++disable_so_ieee802154_hdr_pull_fndecl_41051 ieee802154_hdr_pull fndecl 0 41051 NULL
++disable_so_ems_pci_add_card_fndecl_41065 ems_pci_add_card fndecl 0 41065 NULL
++disable_so_vdc_mem_size_vml_par_41069 vdc_mem_size vml_par 0 41069 NULL
++disable_so_ext4_mb_init_cache_fndecl_41081 ext4_mb_init_cache fndecl 0 41081 NULL
++disable_so_pci_vc_do_save_buffer_fndecl_41087 pci_vc_do_save_buffer fndecl 0 41087 NULL
++disable_so_fat_get_cluster_fndecl_41092 fat_get_cluster fndecl 0 41092 NULL nohasharray
++disable_so_wl1271_acx_event_mbox_mask_fndecl_41092 wl1271_acx_event_mbox_mask fndecl 0 41092 &disable_so_fat_get_cluster_fndecl_41092
++disable_so_av7110_send_fw_cmd_fndecl_41109 av7110_send_fw_cmd fndecl 0 41109 NULL
++disable_so_xfs_imap_lookup_fndecl_41113 xfs_imap_lookup fndecl 0 41113 NULL
++disable_so_ubifs_wbuf_write_nolock_fndecl_41121 ubifs_wbuf_write_nolock fndecl 0 41121 NULL
++disable_so_rt2x00lib_probe_hw_fndecl_41122 rt2x00lib_probe_hw fndecl 0 41122 NULL
++disable_so_check_effect_access_fndecl_41129 check_effect_access fndecl 0 41129 NULL
++disable_so_ip_options_get_from_user_fndecl_41133 ip_options_get_from_user fndecl 0 41133 NULL
++disable_so_moxa_init_board_fndecl_41136 moxa_init_board fndecl 0 41136 NULL nohasharray
++disable_so_cmpc_accel_add_fndecl_41136 cmpc_accel_add fndecl 0 41136 &disable_so_moxa_init_board_fndecl_41136
++disable_so_nilfs_sufile_get_blkoff_fndecl_41139 nilfs_sufile_get_blkoff fndecl 0 41139 NULL
++disable_so_usb_reset_and_verify_device_fndecl_41142 usb_reset_and_verify_device fndecl 0 41142 NULL
++disable_so_xfs_setup_devices_fndecl_41174 xfs_setup_devices fndecl 0 41174 NULL
++disable_so_e1000_write_eeprom_spi_fndecl_41180 e1000_write_eeprom_spi fndecl 0 41180 NULL
++disable_so_wl1271_acx_rssi_snr_trigger_fndecl_41181 wl1271_acx_rssi_snr_trigger fndecl 0 41181 NULL
++disable_so_tg3_nvram_lock_fndecl_41185 tg3_nvram_lock fndecl 0 41185 NULL
++disable_so_wl12xx_cmd_set_default_wep_key_fndecl_41191 wl12xx_cmd_set_default_wep_key fndecl 0 41191 NULL
++disable_so_gfs2_open_common_fndecl_41198 gfs2_open_common fndecl 0 41198 NULL
++disable_so_pyra_init_pyra_device_struct_fndecl_41210 pyra_init_pyra_device_struct fndecl 0 41210 NULL
++disable_so_ceph_get_acl_fndecl_41215 ceph_get_acl fndecl 0 41215 NULL
++disable_so_ttm_mem_io_evict_fndecl_41219 ttm_mem_io_evict fndecl 0 41219 NULL
++disable_so_prctl_set_mm_fndecl_41225 prctl_set_mm fndecl 0 41225 NULL
++disable_so_security_sid_to_context_core_fndecl_41236 security_sid_to_context_core fndecl 0 41236 NULL
++disable_so_avtab_read_item_fndecl_41245 avtab_read_item fndecl 0 41245 NULL
++disable_so___apei_exec_run_fndecl_41248 __apei_exec_run fndecl 0 41248 NULL
++disable_so___spi_sync_fndecl_41250 __spi_sync fndecl 0 41250 NULL
++disable_so_asd_check_flash_type_fndecl_41253 asd_check_flash_type fndecl 0 41253 NULL
++disable_so_xpc_setup_msg_structures_uv_fndecl_41257 xpc_setup_msg_structures_uv fndecl 0 41257 NULL
++disable_so_ipw_load_ucode_fndecl_41262 ipw_load_ucode fndecl 0 41262 NULL
++disable_so_blkdev_issue_zeroout_fndecl_41272 blkdev_issue_zeroout fndecl 0 41272 NULL
++disable_so_mwl8k_cmd_set_new_stn_del_fndecl_41285 mwl8k_cmd_set_new_stn_del fndecl 0 41285 NULL
++disable_so_dy_fb_fillrect_41289 dy fb_fillrect 0 41289 NULL
++disable_so_vb2_queue_init_fndecl_41292 vb2_queue_init fndecl 0 41292 NULL
++disable_so_register_vlan_device_fndecl_41310 register_vlan_device fndecl 0 41310 NULL
++disable_so_block_start_extent_map_41316 block_start extent_map 0 41316 NULL
++disable_so_ret_c4iw_wr_wait_41319 ret c4iw_wr_wait 0 41319 NULL
++disable_so_msb_cache_init_fndecl_41321 msb_cache_init fndecl 0 41321 NULL
++disable_so_drm_vma_node_allow_fndecl_41322 drm_vma_node_allow fndecl 0 41322 NULL
++disable_so_jffs2_flash_direct_writev_fndecl_41324 jffs2_flash_direct_writev fndecl 0 41324 NULL
++disable_so_pcmcia_request_irq_fndecl_41338 pcmcia_request_irq fndecl 0 41338 NULL
++disable_so_fanotify_write_fndecl_41340 fanotify_write fndecl 0 41340 NULL
++disable_so_ocfs2_read_xattr_block_fndecl_41350 ocfs2_read_xattr_block fndecl 0 41350 NULL
++disable_so_r600_parse_clk_voltage_dep_table_fndecl_41360 r600_parse_clk_voltage_dep_table fndecl 0 41360 NULL
++disable_so_bus_create_file_fndecl_41361 bus_create_file fndecl 0 41361 NULL nohasharray
++disable_so__iwl_dbgfs_d0i3_refs_write_fndecl_41361 _iwl_dbgfs_d0i3_refs_write fndecl 0 41361 &disable_so_bus_create_file_fndecl_41361
++disable_so_do_device_access_fndecl_41373 do_device_access fndecl 0 41373 NULL nohasharray
++disable_so_pidff_request_effect_upload_fndecl_41373 pidff_request_effect_upload fndecl 0 41373 &disable_so_do_device_access_fndecl_41373
++disable_so_snd_seq_ioctl_delete_queue_fndecl_41377 snd_seq_ioctl_delete_queue fndecl 0 41377 NULL
++disable_so_rsxx_pci_probe_fndecl_41382 rsxx_pci_probe fndecl 0 41382 NULL
++disable_so_si_calculate_sclk_params_fndecl_41383 si_calculate_sclk_params fndecl 0 41383 NULL
++disable_so_iwl_send_rxon_timing_fndecl_41386 iwl_send_rxon_timing fndecl 0 41386 NULL
++disable_so_radeon_crtc_page_flip_fndecl_41394 radeon_crtc_page_flip fndecl 0 41394 NULL
++disable_so_sctp_v6_add_protocol_fndecl_41404 sctp_v6_add_protocol fndecl 0 41404 NULL
++disable_so_cw1200_load_firmware_fndecl_41406 cw1200_load_firmware fndecl 0 41406 NULL
++disable_so_rtc_dev_ioctl_fndecl_41421 rtc_dev_ioctl fndecl 0 41421 NULL
++disable_so___dev_mc_del_fndecl_41422 __dev_mc_del fndecl 0 41422 NULL
++disable_so_uart_set_info_fndecl_41426 uart_set_info fndecl 0 41426 NULL
++disable_so___feat_register_sp_fndecl_41435 __feat_register_sp fndecl 0 41435 NULL
++disable_so_uea_bind_fndecl_41443 uea_bind fndecl 0 41443 NULL
++disable_so_mwifiex_set_tx_power_fndecl_41451 mwifiex_set_tx_power fndecl 0 41451 NULL
++disable_so_iforce_serio_connect_fndecl_41456 iforce_serio_connect fndecl 0 41456 NULL
++disable_so_gssx_dec_buffer_fndecl_41466 gssx_dec_buffer fndecl 0 41466 NULL
++disable_so_sd_qc_per_block_gfs2_sbd_41469 sd_qc_per_block gfs2_sbd 0 41469 NULL
++disable_so_check_ctx_access_fndecl_41470 check_ctx_access fndecl 0 41470 NULL
++disable_so_major_nr_vardecl_umem_c_41471 major_nr vardecl_umem.c 0 41471 NULL
++disable_so_wl18xx_cmd_smart_config_set_group_key_fndecl_41480 wl18xx_cmd_smart_config_set_group_key fndecl 0 41480 NULL
++disable_so_rsi_init_sdio_interface_fndecl_41482 rsi_init_sdio_interface fndecl 0 41482 NULL
++disable_so_get_var_len_fndecl_41483 get_var_len fndecl 0 41483 NULL
++disable_so_sas_register_ha_fndecl_41489 sas_register_ha fndecl 0 41489 NULL
++disable_so_xfs_btree_check_ptr_fndecl_41490 xfs_btree_check_ptr fndecl 0 41490 NULL
++disable_so_compat_core_sys_select_fndecl_41494 compat_core_sys_select fndecl 0 41494 NULL
++disable_so_pccard_get_next_tuple_fndecl_41495 pccard_get_next_tuple fndecl 0 41495 NULL
++disable_so_pidff_init_fields_fndecl_41512 pidff_init_fields fndecl 0 41512 NULL
++disable_so_qtet_init_fndecl_41520 qtet_init fndecl 0 41520 NULL
++disable_so_register_tpacpi_subdriver_fndecl_41522 register_tpacpi_subdriver fndecl 0 41522 NULL
++disable_so_write_acpi_int_fndecl_41529 write_acpi_int fndecl 0 41529 NULL
++disable_so___set_gcr3_fndecl_41533 __set_gcr3 fndecl 0 41533 NULL
++disable_so_pci_vpd_find_tag_fndecl_41534 pci_vpd_find_tag fndecl 0 41534 NULL
++disable_so_b43_phy_allocate_fndecl_41536 b43_phy_allocate fndecl 0 41536 NULL
++disable_so_mxt_write_reg_fndecl_41544 mxt_write_reg fndecl 0 41544 NULL
++disable_so_velocity_change_mtu_fndecl_41548 velocity_change_mtu fndecl 0 41548 NULL
++disable_so_pcan_usb_pro_init_fndecl_41556 pcan_usb_pro_init fndecl 0 41556 NULL
++disable_so__drbd_send_ack_fndecl_41564 _drbd_send_ack fndecl 0 41564 NULL
++disable_so_ttpci_budget_init_fndecl_41578 ttpci_budget_init fndecl 0 41578 NULL
++disable_so_mtd_get_device_size_fndecl_41579 mtd_get_device_size fndecl 0 41579 NULL
++disable_so_iio_device_add_channel_sysfs_fndecl_41581 iio_device_add_channel_sysfs fndecl 0 41581 NULL
++disable_so_rxrpc_krb5_decode_tagged_array_fndecl_41583 rxrpc_krb5_decode_tagged_array fndecl 0 41583 NULL
++disable_so_rocker_port_ipv4_nh_fndecl_41596 rocker_port_ipv4_nh fndecl 0 41596 NULL
++disable_so_edge_open_fndecl_41616 edge_open fndecl 0 41616 NULL
++disable_so_read_buf_fndecl_41631 read_buf fndecl 0 41631 NULL
++disable_so_ttusb_alloc_iso_urbs_fndecl_41633 ttusb_alloc_iso_urbs fndecl 0 41633 NULL
++disable_so_ipath_tid_free_fndecl_41640 ipath_tid_free fndecl 0 41640 NULL
++disable_so_rate_twl4030_priv_41642 rate twl4030_priv 0 41642 NULL
++disable_so_ipw_stop_master_fndecl_41651 ipw_stop_master fndecl 0 41651 NULL
++disable_so_snd_opl3_write_fndecl_41652 snd_opl3_write fndecl 0 41652 NULL
++disable_so_mlx4_comm_cmd_poll_fndecl_41654 mlx4_comm_cmd_poll fndecl 0 41654 NULL
++disable_so_bl_parse_concat_fndecl_41656 bl_parse_concat fndecl 0 41656 NULL
++disable_so_sky2_test_msi_fndecl_41662 sky2_test_msi fndecl 0 41662 NULL
++disable_so_frag_threshold_atmel_private_41669 frag_threshold atmel_private 0 41669 NULL
++disable_so_lookup_inline_extent_backref_fndecl_41670 lookup_inline_extent_backref fndecl 0 41670 NULL
++disable_so_vram_start_vmw_private_41679 vram_start vmw_private 0 41679 NULL
++disable_so_xfs_alloc_lookup_ge_fndecl_41690 xfs_alloc_lookup_ge fndecl 0 41690 NULL
++disable_so_nvme_trans_standard_inquiry_page_fndecl_41701 nvme_trans_standard_inquiry_page fndecl 0 41701 NULL
++disable_so_tree_mod_log_eb_copy_fndecl_41708 tree_mod_log_eb_copy fndecl 0 41708 NULL
++disable_so_cma_resolve_ib_addr_fndecl_41710 cma_resolve_ib_addr fndecl 0 41710 NULL
++disable_so_if_lock_fndecl_41713 if_lock fndecl 0 41713 NULL
++disable_so_setup_window_lock_fndecl_41715 setup_window_lock fndecl 0 41715 NULL
++disable_so_pci_enable_msi_range_fndecl_41728 pci_enable_msi_range fndecl 0 41728 NULL
++disable_so_v4l2_ctrl_handler_init_class_fndecl_41742 v4l2_ctrl_handler_init_class fndecl 0 41742 NULL
++disable_so_validate_t2_fndecl_41749 validate_t2 fndecl 0 41749 NULL
++disable_so_intel_fb_align_height_fndecl_41750 intel_fb_align_height fndecl 0 41750 NULL
++disable_so_mounts_open_common_fndecl_41752 mounts_open_common fndecl 0 41752 NULL
++disable_so_i_metasize_romfs_inode_info_41756 i_metasize romfs_inode_info 0 41756 NULL
++disable_so_bbt_erase_shift_nand_chip_41764 bbt_erase_shift nand_chip 0 41764 NULL
++disable_so_pcibios_enable_device_fndecl_41776 pcibios_enable_device fndecl 0 41776 NULL nohasharray
++disable_so___erst_record_id_cache_add_one_fndecl_41776 __erst_record_id_cache_add_one fndecl 0 41776 &disable_so_pcibios_enable_device_fndecl_41776
++disable_so_mwifiex_cmd_802_11_associate_fndecl_41779 mwifiex_cmd_802_11_associate fndecl 0 41779 NULL
++disable_so_minor_macvlan_dev_41793 minor macvlan_dev 0 41793 NULL
++disable_so_scsi_add_host_with_dma_fndecl_41814 scsi_add_host_with_dma fndecl 0 41814 NULL
++disable_so_mxt_soft_reset_fndecl_41818 mxt_soft_reset fndecl 0 41818 NULL
++disable_so_snd_emu10k1_ipcm_poke_fndecl_41832 snd_emu10k1_ipcm_poke fndecl 0 41832 NULL
++disable_so_bcma_fill_sprom_with_fallback_fndecl_41833 bcma_fill_sprom_with_fallback fndecl 0 41833 NULL
++disable_so_check_xadd_fndecl_41838 check_xadd fndecl 0 41838 NULL
++disable_so_ino_nilfs_fid_41858 ino nilfs_fid 0 41858 NULL
++disable_so_i2c_smbus_xfer_emulated_fndecl_41868 i2c_smbus_xfer_emulated fndecl 0 41868 NULL nohasharray
++disable_so_ssb_bus_register_fndecl_41868 ssb_bus_register fndecl 0 41868 &disable_so_i2c_smbus_xfer_emulated_fndecl_41868 nohasharray
++disable_so_evergreen_packet3_check_fndecl_41868 evergreen_packet3_check fndecl 0 41868 &disable_so_ssb_bus_register_fndecl_41868
++disable_so_snd_rme96_capture_getrate_fndecl_41874 snd_rme96_capture_getrate fndecl 0 41874 NULL
++disable_so_truncate_upper_fndecl_41884 truncate_upper fndecl 0 41884 NULL
++disable_so_sedlbauer_config_fndecl_41892 sedlbauer_config fndecl 0 41892 NULL
++disable_so_kfd_parse_subtype_mem_fndecl_41902 kfd_parse_subtype_mem fndecl 0 41902 NULL
++disable_so_erase_effect_fndecl_41911 erase_effect fndecl 0 41911 NULL
++disable_so_card_wait_for_busy_clear_fndecl_41919 card_wait_for_busy_clear fndecl 0 41919 NULL
++disable_so_create_indep_hp_ctls_fndecl_41921 create_indep_hp_ctls fndecl 0 41921 NULL
++disable_so_snd_nm256_mixer_fndecl_41925 snd_nm256_mixer fndecl 0 41925 NULL
++disable_so_ath6kl_upload_board_file_fndecl_41927 ath6kl_upload_board_file fndecl 0 41927 NULL nohasharray
++disable_so_ipac_gazel_hw_41927 ipac gazel_hw 0 41927 &disable_so_ath6kl_upload_board_file_fndecl_41927
++disable_so_journal_get_write_access_fndecl_41928 journal_get_write_access fndecl 0 41928 NULL
++disable_so_qgroup_shared_accounting_fndecl_41929 qgroup_shared_accounting fndecl 0 41929 NULL
++disable_so_r100_cs_track_cube_fndecl_41931 r100_cs_track_cube fndecl 0 41931 NULL
++disable_so_whci_n_caps_fndecl_41932 whci_n_caps fndecl 0 41932 NULL
++disable_so_cma_resolve_ib_dev_fndecl_41940 cma_resolve_ib_dev fndecl 0 41940 NULL
++disable_so_rmmio_size_cirrus_device_41950 rmmio_size cirrus_device 0 41950 NULL
++disable_so_i915_gem_object_ggtt_pin_fndecl_41959 i915_gem_object_ggtt_pin fndecl 0 41959 NULL
++disable_so_handler_new_ref_fndecl_41960 handler_new_ref fndecl 0 41960 NULL
++disable_so_hpsa_big_passthru_ioctl_fndecl_41962 hpsa_big_passthru_ioctl fndecl 0 41962 NULL
++disable_so_toshiba_acpi_add_fndecl_41964 toshiba_acpi_add fndecl 0 41964 NULL
++disable_so_ctl_mapbase_timberdale_device_41969 ctl_mapbase timberdale_device 0 41969 NULL
++disable_so_width_fb_copyarea_41973 width fb_copyarea 0 41973 NULL
++disable_so_snd_pcm_oss_read1_fndecl_41992 snd_pcm_oss_read1 fndecl 0 41992 NULL
++disable_so_set_flicker_fndecl_42011 set_flicker fndecl 0 42011 NULL
++disable_so_svc_rdma_xdr_decode_req_fndecl_42015 svc_rdma_xdr_decode_req fndecl 0 42015 NULL
++disable_so_create_setup_data_node_fndecl_42017 create_setup_data_node fndecl 0 42017 NULL
++disable_so_ocfs2_recovery_init_fndecl_42023 ocfs2_recovery_init fndecl 0 42023 NULL
++disable_so_copy_nodes_to_user_fndecl_42028 copy_nodes_to_user fndecl 0 42028 NULL
++disable_so_ohci_urb_enqueue_fndecl_42032 ohci_urb_enqueue fndecl 0 42032 NULL
++disable_so_logfs_inode_write_fndecl_42034 logfs_inode_write fndecl 0 42034 NULL
++disable_so_reiserfs_new_inode_fndecl_42039 reiserfs_new_inode fndecl 0 42039 NULL
++disable_so_user_to_ptr_fndecl_42040 user_to_ptr fndecl 0 42040 NULL
++disable_so_sel_write_load_fndecl_42053 sel_write_load fndecl 0 42053 NULL
++disable_so_fat_add_new_entries_fndecl_42062 fat_add_new_entries fndecl 0 42062 NULL
++disable_so_dvb_usb_get_hexline_fndecl_42063 dvb_usb_get_hexline fndecl 0 42063 NULL
++disable_so_issue_creg_rw_fndecl_42072 issue_creg_rw fndecl 0 42072 NULL nohasharray
++disable_so_ipath_create_rcvhdrq_fndecl_42072 ipath_create_rcvhdrq fndecl 0 42072 &disable_so_issue_creg_rw_fndecl_42072
++disable_so_ath6kl_wmi_set_rx_frame_format_cmd_fndecl_42079 ath6kl_wmi_set_rx_frame_format_cmd fndecl 0 42079 NULL
++disable_so_sys_rt_sigqueueinfo_fndecl_42090 sys_rt_sigqueueinfo fndecl 0 42090 NULL
++disable_so_rtsx_pci_send_cmd_fndecl_42093 rtsx_pci_send_cmd fndecl 0 42093 NULL
++disable_so_gtt_size_radeon_mc_42102 gtt_size radeon_mc 0 42102 NULL
++disable_so_sctp_auth_del_key_id_fndecl_42122 sctp_auth_del_key_id fndecl 0 42122 NULL
++disable_so_atc_get_resources_fndecl_42131 atc_get_resources fndecl 0 42131 NULL
++disable_so_mlx4_en_init_netdev_fndecl_42133 mlx4_en_init_netdev fndecl 0 42133 NULL
++disable_so_lcr_offset_mgsl_struct_42134 lcr_offset mgsl_struct 0 42134 NULL
++disable_so_sumo_parse_power_table_fndecl_42139 sumo_parse_power_table fndecl 0 42139 NULL
++disable_so_uvc_alloc_urb_buffers_fndecl_42145 uvc_alloc_urb_buffers fndecl 0 42145 NULL
++disable_so_osd_execute_request_fndecl_42149 osd_execute_request fndecl 0 42149 NULL
++disable_so_ath6kl_wmi_set_lpreamble_cmd_fndecl_42153 ath6kl_wmi_set_lpreamble_cmd fndecl 0 42153 NULL nohasharray
++disable_so_kvm_vm_ioctl_register_coalesced_mmio_fndecl_42153 kvm_vm_ioctl_register_coalesced_mmio fndecl 0 42153 &disable_so_ath6kl_wmi_set_lpreamble_cmd_fndecl_42153
++disable_so_atm_add_addr_fndecl_42156 atm_add_addr fndecl 0 42156 NULL
++disable_so_netdev_rx_handler_register_fndecl_42179 netdev_rx_handler_register fndecl 0 42179 NULL
++disable_so_ethtool_set_wol_fndecl_42183 ethtool_set_wol fndecl 0 42183 NULL
++disable_so_snd_compr_pause_fndecl_42193 snd_compr_pause fndecl 0 42193 NULL
++disable_so___team_options_register_fndecl_42198 __team_options_register fndecl 0 42198 NULL
++disable_so_sky2_init_fndecl_42207 sky2_init fndecl 0 42207 NULL
++disable_so_smb2_push_mand_fdlocks_fndecl_42215 smb2_push_mand_fdlocks fndecl 0 42215 NULL
++disable_so_put_v4l2_plane32_fndecl_42217 put_v4l2_plane32 fndecl 0 42217 NULL
++disable_so_usb_serial_generic_submit_read_urbs_fndecl_42231 usb_serial_generic_submit_read_urbs fndecl 0 42231 NULL nohasharray
++disable_so_videobuf_qbuf_fndecl_42231 videobuf_qbuf fndecl 0 42231 &disable_so_usb_serial_generic_submit_read_urbs_fndecl_42231
++disable_so_fr_ioctl_fndecl_42243 fr_ioctl fndecl 0 42243 NULL
++disable_so_k_dir_id_in_core_key_42244 k_dir_id in_core_key 0 42244 NULL
++disable_so_fb_cvt_hblank_fndecl_42250 fb_cvt_hblank fndecl 0 42250 NULL
++disable_so_ath6kl_sdio_func0_cmd52_wr_byte_fndecl_42251 ath6kl_sdio_func0_cmd52_wr_byte fndecl 0 42251 NULL
++disable_so_sge_length_qib_sge_42274 sge_length qib_sge 0 42274 NULL
++disable_so_rx_pending_ethtool_ringparam_42280 rx_pending ethtool_ringparam 0 42280 NULL
++disable_so_set_guid_rec_fndecl_42282 set_guid_rec fndecl 0 42282 NULL
++disable_so___stop_machine_fndecl_42288 __stop_machine fndecl 0 42288 NULL
++disable_so_vmlfb_get_gpu_fndecl_42290 vmlfb_get_gpu fndecl 0 42290 NULL
++disable_so_serio_raw_connect_fndecl_42292 serio_raw_connect fndecl 0 42292 NULL
++disable_so_cond_read_list_fndecl_42296 cond_read_list fndecl 0 42296 NULL
++disable_so_ubi_more_leb_change_data_fndecl_42301 ubi_more_leb_change_data fndecl 0 42301 NULL
++disable_so_iwl_send_tx_ant_cfg_fndecl_42314 iwl_send_tx_ant_cfg fndecl 0 42314 NULL
++disable_so_dbg_leb_write_fndecl_42320 dbg_leb_write fndecl 0 42320 NULL nohasharray
++disable_so_kvm_write_guest_page_fndecl_42320 kvm_write_guest_page fndecl 0 42320 &disable_so_dbg_leb_write_fndecl_42320
++disable_so_dlm_slots_assign_fndecl_42324 dlm_slots_assign fndecl 0 42324 NULL
++disable_so_f2fs_trim_fs_fndecl_42333 f2fs_trim_fs fndecl 0 42333 NULL
++disable_so_parse_mic_boost_fndecl_42335 parse_mic_boost fndecl 0 42335 NULL nohasharray
++disable_so_vp3054_i2c_probe_fndecl_42335 vp3054_i2c_probe fndecl 0 42335 &disable_so_parse_mic_boost_fndecl_42335
++disable_so_mlx4_ib_alloc_cq_buf_fndecl_42345 mlx4_ib_alloc_cq_buf fndecl 0 42345 NULL
++disable_so_minor_mei_device_42366 minor mei_device 0 42366 NULL
++disable_so_ext4_ext_get_access_fndecl_42377 ext4_ext_get_access fndecl 0 42377 NULL
++disable_so_ubifs_lpt_end_commit_fndecl_42383 ubifs_lpt_end_commit fndecl 0 42383 NULL
++disable_so___spi_validate_fndecl_42385 __spi_validate fndecl 0 42385 NULL
++disable_so__ctl_diag_read_buffer_fndecl_42386 _ctl_diag_read_buffer fndecl 0 42386 NULL
++disable_so_prctl_set_mm_exe_file_fndecl_42393 prctl_set_mm_exe_file fndecl 0 42393 NULL
++disable_so_jfs_initxattrs_fndecl_42399 jfs_initxattrs fndecl 0 42399 NULL
++disable_so_ethtool_set_rxfh_fndecl_42407 ethtool_set_rxfh fndecl 0 42407 NULL
++disable_so_netlbl_domhsh_validate_fndecl_42418 netlbl_domhsh_validate fndecl 0 42418 NULL
++disable_so_hidraw_ioctl_fndecl_42425 hidraw_ioctl fndecl 0 42425 NULL
++disable_so_pci_save_pcie_state_fndecl_42427 pci_save_pcie_state fndecl 0 42427 NULL
++disable_so_bnx2x_test_nvram_fndecl_42428 bnx2x_test_nvram fndecl 0 42428 NULL
++disable_so___intel_set_mode_setup_plls_fndecl_42442 __intel_set_mode_setup_plls fndecl 0 42442 NULL
++disable_so_spi_start_queue_fndecl_42444 spi_start_queue fndecl 0 42444 NULL
++disable_so_buffer_chain_size_fndecl_42450 buffer_chain_size fndecl 0 42450 NULL
++disable_so_xen_wdt_start_fndecl_42454 xen_wdt_start fndecl 0 42454 NULL
++disable_so_kill_proc_info_fndecl_42457 kill_proc_info fndecl 0 42457 NULL
++disable_so_ocfs2_create_symlink_data_fndecl_42465 ocfs2_create_symlink_data fndecl 0 42465 NULL
++disable_so_snd_soc_register_codec_fndecl_42473 snd_soc_register_codec fndecl 0 42473 NULL
++disable_so_gpio_ir_recv_probe_fndecl_42511 gpio_ir_recv_probe fndecl 0 42511 NULL
++disable_so_ipath_port_info_fndecl_42513 ipath_port_info fndecl 0 42513 NULL
++disable_so___vb2_queue_free_fndecl_42514 __vb2_queue_free fndecl 0 42514 NULL
++disable_so_ide_set_media_lock_fndecl_42515 ide_set_media_lock fndecl 0 42515 NULL
++disable_so_be_mbox_db_ready_wait_fndecl_42516 be_mbox_db_ready_wait fndecl 0 42516 NULL
++disable_so_prism2_request_hostscan_fndecl_42518 prism2_request_hostscan fndecl 0 42518 NULL
++disable_so_xfs_rtmodify_summary_fndecl_42522 xfs_rtmodify_summary fndecl 0 42522 NULL nohasharray
++disable_so_ep_open_fndecl_42522 ep_open fndecl 0 42522 &disable_so_xfs_rtmodify_summary_fndecl_42522
++disable_so_cn_netlink_send_mult_fndecl_42523 cn_netlink_send_mult fndecl 0 42523 NULL
++disable_so__ctl_do_mpt_command_fndecl_42536 _ctl_do_mpt_command fndecl 0 42536 NULL
++disable_so_solo_p2m_init_fndecl_42544 solo_p2m_init fndecl 0 42544 NULL
++disable_so_usb_urb_init_fndecl_42548 usb_urb_init fndecl 0 42548 NULL
++disable_so_ocfs2_block_check_validate_bhs_fndecl_42557 ocfs2_block_check_validate_bhs fndecl 0 42557 NULL nohasharray
++disable_so_sta_info_insert_drv_state_fndecl_42557 sta_info_insert_drv_state fndecl 0 42557 &disable_so_ocfs2_block_check_validate_bhs_fndecl_42557
++disable_so_do_write_orph_node_fndecl_42564 do_write_orph_node fndecl 0 42564 NULL
++disable_so_ufx_i2c_init_fndecl_42565 ufx_i2c_init fndecl 0 42565 NULL
++disable_so_gunze_connect_fndecl_42585 gunze_connect fndecl 0 42585 NULL
++disable_so_r100_cs_track_texture_check_fndecl_42591 r100_cs_track_texture_check fndecl 0 42591 NULL
++disable_so_videobuf_reqbufs_fndecl_42592 videobuf_reqbufs fndecl 0 42592 NULL
++disable_so_wrap_bcma_device_42599 wrap bcma_device 0 42599 NULL
++disable_so_btrfs_map_block_fndecl_42600 btrfs_map_block fndecl 0 42600 NULL
++disable_so_fw_hdrs_load_fndecl_42601 fw_hdrs_load fndecl 0 42601 NULL
++disable_so_ocfs2_check_group_descriptor_fndecl_42611 ocfs2_check_group_descriptor fndecl 0 42611 NULL
++disable_so_HFP_kyrofb_info_42618 HFP kyrofb_info 0 42618 NULL
++disable_so_pcim_enable_device_fndecl_42624 pcim_enable_device fndecl 0 42624 NULL
++disable_so_insert_page_fndecl_42625 insert_page fndecl 0 42625 NULL
++disable_so_iwl_mvm_sta_send_to_fw_fndecl_42633 iwl_mvm_sta_send_to_fw fndecl 0 42633 NULL
++disable_so_find_rsb_dir_fndecl_42636 find_rsb_dir fndecl 0 42636 NULL
++disable_so_e1000_read_eeprom_fndecl_42637 e1000_read_eeprom fndecl 0 42637 NULL
++disable_so_crypt_ctr_cipher_fndecl_42652 crypt_ctr_cipher fndecl 0 42652 NULL
++disable_so___i2c_add_numbered_adapter_fndecl_42670 __i2c_add_numbered_adapter fndecl 0 42670 NULL
++disable_so_netlbl_unlhsh_remove_addr6_fndecl_42673 netlbl_unlhsh_remove_addr6 fndecl 0 42673 NULL
++disable_so_ext4_trim_extent_fndecl_42684 ext4_trim_extent fndecl 0 42684 NULL
++disable_so_uvesafb_set_par_fndecl_42685 uvesafb_set_par fndecl 0 42685 NULL
++disable_so_sm501_init_dev_fndecl_42692 sm501_init_dev fndecl 0 42692 NULL
++disable_so_isofs_read_inode_fndecl_42699 isofs_read_inode fndecl 0 42699 NULL
++disable_so_rtl2832_sdr_probe_fndecl_42711 rtl2832_sdr_probe fndecl 0 42711 NULL
++disable_so_try_read_node_fndecl_42720 try_read_node fndecl 0 42720 NULL
++disable_so_tty_register_ldisc_fndecl_42726 tty_register_ldisc fndecl 0 42726 NULL
++disable_so_brcmf_fil_bsscfg_data_get_fndecl_42728 brcmf_fil_bsscfg_data_get fndecl 0 42728 NULL
++disable_so_em28xx_register_dvb_fndecl_42729 em28xx_register_dvb fndecl 0 42729 NULL
++disable_so_vmw_resource_check_buffer_fndecl_42730 vmw_resource_check_buffer fndecl 0 42730 NULL
++disable_so_cx8802_check_driver_fndecl_42732 cx8802_check_driver fndecl 0 42732 NULL nohasharray
++disable_so_irq_domain_alloc_descs_fndecl_42732 irq_domain_alloc_descs fndecl 0 42732 &disable_so_cx8802_check_driver_fndecl_42732
++disable_so_dma_ioctl_fndecl_42733 dma_ioctl fndecl 0 42733 NULL
++disable_so_qib_diag_read_fndecl_42742 qib_diag_read fndecl 0 42742 NULL
++disable_so_beiscsi_init_sgl_handle_fndecl_42760 beiscsi_init_sgl_handle fndecl 0 42760 NULL
++disable_so_raw_getsockopt_fndecl_42762 raw_getsockopt fndecl 0 42762 NULL
++disable_so_dbAllocDmapLev_fndecl_42765 dbAllocDmapLev fndecl 0 42765 NULL
++disable_so_skb_size_pxa168_eth_private_42775 skb_size pxa168_eth_private 0 42775 NULL
++disable_so_hsr_get_max_mtu_fndecl_42776 hsr_get_max_mtu fndecl 0 42776 NULL
++disable_so___fib_lookup_fndecl_42784 __fib_lookup fndecl 0 42784 NULL
++disable_so_dai_rsc_init_fndecl_42786 dai_rsc_init fndecl 0 42786 NULL
++disable_so_hash_netport4_add_fndecl_42802 hash_netport4_add fndecl 0 42802 NULL
++disable_so_snd_hdspm_create_pcm_fndecl_42809 snd_hdspm_create_pcm fndecl 0 42809 NULL
++disable_so_n_tty_ioctl_helper_fndecl_42812 n_tty_ioctl_helper fndecl 0 42812 NULL
++disable_so_tun_attach_fndecl_42817 tun_attach fndecl 0 42817 NULL
++disable_so__ctl_eventreport_fndecl_42825 _ctl_eventreport fndecl 0 42825 NULL
++disable_so___sock_create_fndecl_42838 __sock_create fndecl 0 42838 NULL
++disable_so_hpwdt_change_timer_fndecl_42850 hpwdt_change_timer fndecl 0 42850 NULL
++disable_so_do_load_xattr_datum_fndecl_42853 do_load_xattr_datum fndecl 0 42853 NULL
++disable_so_associate_dev_fndecl_42854 associate_dev fndecl 0 42854 NULL nohasharray
++disable_so_be_mbox_notify_fndecl_42854 be_mbox_notify fndecl 0 42854 &disable_so_associate_dev_fndecl_42854
++disable_so_via_verify_command_stream_fndecl_42858 via_verify_command_stream fndecl 0 42858 NULL
++disable_so_mmio_start_vmw_private_42869 mmio_start vmw_private 0 42869 NULL
++disable_so_usblp_set_protocol_fndecl_42893 usblp_set_protocol fndecl 0 42893 NULL
++disable_so_number_of_tds_fndecl_42895 number_of_tds fndecl 0 42895 NULL
++disable_so_v4l2_m2m_streamon_fndecl_42902 v4l2_m2m_streamon fndecl 0 42902 NULL
++disable_so_do_command_extended_fndecl_42913 do_command_extended fndecl 0 42913 NULL
++disable_so_vlan_group_prealloc_vid_fndecl_42927 vlan_group_prealloc_vid fndecl 0 42927 NULL
++disable_so_uwb_rc_dev_addr_assign_fndecl_42936 uwb_rc_dev_addr_assign fndecl 0 42936 NULL
++disable_so_mc_vram_size_radeon_mc_42937 mc_vram_size radeon_mc 0 42937 NULL
++disable_so_ast_driver_load_fndecl_42948 ast_driver_load fndecl 0 42948 NULL
++disable_so_wl1251_acx_mem_map_fndecl_42965 wl1251_acx_mem_map fndecl 0 42965 NULL
++disable_so_ttm_bo_add_ttm_fndecl_42976 ttm_bo_add_ttm fndecl 0 42976 NULL
++disable_so_btrfs_make_block_group_fndecl_42978 btrfs_make_block_group fndecl 0 42978 NULL
++disable_so___btrfs_update_delayed_inode_fndecl_42987 __btrfs_update_delayed_inode fndecl 0 42987 NULL nohasharray
++disable_so_init_xattrs_fndecl_42987 init_xattrs fndecl 0 42987 &disable_so___btrfs_update_delayed_inode_fndecl_42987
++disable_so_genl_validate_assign_mc_groups_fndecl_42994 genl_validate_assign_mc_groups fndecl 0 42994 NULL
++disable_so_ad799x_update_scan_mode_fndecl_42995 ad799x_update_scan_mode fndecl 0 42995 NULL
++disable_so_pqm_create_queue_fndecl_43004 pqm_create_queue fndecl 0 43004 NULL
++disable_so_wiphy_verify_combinations_fndecl_43009 wiphy_verify_combinations fndecl 0 43009 NULL
++disable_so_intel_plane_init_fndecl_43013 intel_plane_init fndecl 0 43013 NULL
++disable_so_len_i2c_msg_43014 len i2c_msg 0 43014 NULL
++disable_so_scs_init_hss_address_fndecl_43016 scs_init_hss_address fndecl 0 43016 NULL
++disable_so_ethtool_get_stats_fndecl_43036 ethtool_get_stats fndecl 0 43036 NULL
++disable_so_copy_page_to_iter_iovec_fndecl_43041 copy_page_to_iter_iovec fndecl 0 43041 NULL
++disable_so_init_chip_wc_pat_fndecl_43043 init_chip_wc_pat fndecl 0 43043 NULL
++disable_so_snd_echo_resume_fndecl_43062 snd_echo_resume fndecl 0 43062 NULL
++disable_so_ioctl_fsthaw_fndecl_43067 ioctl_fsthaw fndecl 0 43067 NULL
++disable_so_tp3780I_ReadWriteDspIStore_fndecl_43078 tp3780I_ReadWriteDspIStore fndecl 0 43078 NULL
++disable_so_usbtv_video_init_fndecl_43080 usbtv_video_init fndecl 0 43080 NULL
++disable_so_sabi_command_fndecl_43090 sabi_command fndecl 0 43090 NULL
++disable_so__create_message_fndecl_43096 _create_message fndecl 0 43096 NULL
++disable_so_sector_badblocks_43102 sector badblocks 0 43102 NULL
++disable_so_isdn_net_force_dial_fndecl_43112 isdn_net_force_dial fndecl 0 43112 NULL
++disable_so_result_sess_data_43115 result sess_data 0 43115 NULL
++disable_so_jffs2_garbage_collect_pristine_fndecl_43116 jffs2_garbage_collect_pristine fndecl 0 43116 NULL
++disable_so_sas_ata_init_fndecl_43120 sas_ata_init fndecl 0 43120 NULL
++disable_so_name_cache_insert_fndecl_43125 name_cache_insert fndecl 0 43125 NULL
++disable_so_journal_end_fndecl_43129 journal_end fndecl 0 43129 NULL
++disable_so_efx_mtd_add_fndecl_43131 efx_mtd_add fndecl 0 43131 NULL
++disable_so_pcol_try_alloc_fndecl_43148 pcol_try_alloc fndecl 0 43148 NULL
++disable_so_xfs_rtmodify_range_fndecl_43150 xfs_rtmodify_range fndecl 0 43150 NULL nohasharray
++disable_so_osst_write_trailer_fndecl_43150 osst_write_trailer fndecl 0 43150 &disable_so_xfs_rtmodify_range_fndecl_43150
++disable_so__base_enable_msix_fndecl_43172 _base_enable_msix fndecl 0 43172 NULL
++disable_so_ocfs2_validate_gd_parent_fndecl_43178 ocfs2_validate_gd_parent fndecl 0 43178 NULL nohasharray
++disable_so_smb2_unlock_range_fndecl_43178 smb2_unlock_range fndecl 0 43178 &disable_so_ocfs2_validate_gd_parent_fndecl_43178
++disable_so_stk1160_probe_fndecl_43182 stk1160_probe fndecl 0 43182 NULL
++disable_so_max_pasids_amd_iommu_device_info_43184 max_pasids amd_iommu_device_info 0 43184 NULL
++disable_so_ocfs2_info_freefrag_scan_chain_fndecl_43199 ocfs2_info_freefrag_scan_chain fndecl 0 43199 NULL
++disable_so_cn_add_callback_fndecl_43207 cn_add_callback fndecl 0 43207 NULL
++disable_so_snd_p16v_pcm_open_capture_channel_fndecl_43210 snd_p16v_pcm_open_capture_channel fndecl 0 43210 NULL
++disable_so_radeon_atom_init_mc_reg_table_fndecl_43211 radeon_atom_init_mc_reg_table fndecl 0 43211 NULL nohasharray
++disable_so_read_log_fndecl_43211 read_log fndecl 0 43211 &disable_so_radeon_atom_init_mc_reg_table_fndecl_43211
++disable_so_usbatm_usb_probe_fndecl_43235 usbatm_usb_probe fndecl 0 43235 NULL
++disable_so_dmar_enable_qi_fndecl_43236 dmar_enable_qi fndecl 0 43236 NULL
++disable_so_wacom_query_device_fndecl_43238 wacom_query_device fndecl 0 43238 NULL
++disable_so_send_write_fndecl_43242 send_write fndecl 0 43242 NULL nohasharray
++disable_so_hdsp_check_for_firmware_fndecl_43242 hdsp_check_for_firmware fndecl 0 43242 &disable_so_send_write_fndecl_43242
++disable_so_pt1_enable_ram_fndecl_43250 pt1_enable_ram fndecl 0 43250 NULL
++disable_so_ssb_bus_pcibus_register_fndecl_43265 ssb_bus_pcibus_register fndecl 0 43265 NULL
++disable_so_soc_new_compress_fndecl_43271 soc_new_compress fndecl 0 43271 NULL
++disable_so_radeonfb_create_fndecl_43274 radeonfb_create fndecl 0 43274 NULL
++disable_so_regspacing_si_sm_io_43277 regspacing si_sm_io 0 43277 NULL
++disable_so_mwifiex_ret_802_11_ad_hoc_fndecl_43287 mwifiex_ret_802_11_ad_hoc fndecl 0 43287 NULL
++disable_so_vnic_dev_classifier_fndecl_43292 vnic_dev_classifier fndecl 0 43292 NULL
++disable_so_mwifiex_sdio_poll_card_status_fndecl_43304 mwifiex_sdio_poll_card_status fndecl 0 43304 NULL
++disable_so_transfer_dma_urb_43305 transfer_dma urb 0 43305 NULL
++disable_so_pcxhr_stop_pipes_fndecl_43307 pcxhr_stop_pipes fndecl 0 43307 NULL
++disable_so_rio_request_outb_mbox_fndecl_43309 rio_request_outb_mbox fndecl 0 43309 NULL
++disable_so_ocfs2_path_bh_journal_access_fndecl_43323 ocfs2_path_bh_journal_access fndecl 0 43323 NULL
++disable_so_gigaset_initcshw_fndecl_43327 gigaset_initcshw fndecl 0 43327 NULL nohasharray
++disable_so_cookie_v4_check_fndecl_43327 cookie_v4_check fndecl 0 43327 &disable_so_gigaset_initcshw_fndecl_43327
++disable_so_qib_refresh_qsfp_cache_fndecl_43328 qib_refresh_qsfp_cache fndecl 0 43328 NULL
++disable_so_wl12xx_cmd_role_enable_fndecl_43330 wl12xx_cmd_role_enable fndecl 0 43330 NULL
++disable_so_add_corrupted_fndecl_43332 add_corrupted fndecl 0 43332 NULL
++disable_so_setup_wear_reporting_fndecl_43336 setup_wear_reporting fndecl 0 43336 NULL
++disable_so_batadv_softif_create_vlan_fndecl_43352 batadv_softif_create_vlan fndecl 0 43352 NULL
++disable_so_qxl_fbdev_init_fndecl_43357 qxl_fbdev_init fndecl 0 43357 NULL
++disable_so_efx_mcdi_await_completion_fndecl_43366 efx_mcdi_await_completion fndecl 0 43366 NULL
++disable_so_regcache_lzo_decompress_cache_block_fndecl_43370 regcache_lzo_decompress_cache_block fndecl 0 43370 NULL
++disable_so_compute_bitstructs_fndecl_43385 compute_bitstructs fndecl 0 43385 NULL
++disable_so_xfrm_user_policy_fndecl_43390 xfrm_user_policy fndecl 0 43390 NULL
++disable_so_t4_fw_initialize_fndecl_43401 t4_fw_initialize fndecl 0 43401 NULL
++disable_so_amradio_set_mute_fndecl_43414 amradio_set_mute fndecl 0 43414 NULL
++disable_so_emancipate_fndecl_43417 emancipate fndecl 0 43417 NULL
++disable_so_tegra_spi_start_dma_based_transfer_fndecl_43421 tegra_spi_start_dma_based_transfer fndecl 0 43421 NULL
++disable_so_vt_event_wait_ioctl_fndecl_43426 vt_event_wait_ioctl fndecl 0 43426 NULL
++disable_so_ath10k_pci_hif_exchange_bmi_msg_fndecl_43429 ath10k_pci_hif_exchange_bmi_msg fndecl 0 43429 NULL
++disable_so_offset_afs_call_43431 offset afs_call 0 43431 NULL
++disable_so_ti_vsend_sync_fndecl_43435 ti_vsend_sync fndecl 0 43435 NULL
++disable_so_ems_pcmcia_add_card_fndecl_43440 ems_pcmcia_add_card fndecl 0 43440 NULL
++disable_so_mixart_load_elf_fndecl_43445 mixart_load_elf fndecl 0 43445 NULL
++disable_so_xen_blkbk_map_fndecl_43447 xen_blkbk_map fndecl 0 43447 NULL
++disable_so_mmc_send_cid_fndecl_43456 mmc_send_cid fndecl 0 43456 NULL
++disable_so_aper_base_radeon_mc_43460 aper_base radeon_mc 0 43460 NULL
++disable_so_pt1_probe_fndecl_43461 pt1_probe fndecl 0 43461 NULL
++disable_so_mmio_base_phys_mb862xxfb_par_43476 mmio_base_phys mb862xxfb_par 0 43476 NULL
++disable_so_cinergyt2_fe_read_status_fndecl_43479 cinergyt2_fe_read_status fndecl 0 43479 NULL
++disable_so_ext4_ind_map_blocks_fndecl_43505 ext4_ind_map_blocks fndecl 0 43505 NULL
++disable_so_dmi_id_init_fndecl_43507 dmi_id_init fndecl 0 43507 NULL
++disable_so_cy8ctmg110_probe_fndecl_43515 cy8ctmg110_probe fndecl 0 43515 NULL
++disable_so_ieee80211_set_probe_resp_fndecl_43519 ieee80211_set_probe_resp fndecl 0 43519 NULL
++disable_so_dma_mask__MPT_ADAPTER_43525 dma_mask _MPT_ADAPTER 0 43525 NULL nohasharray
++disable_so__iwl_dbgfs_rx_phyinfo_write_fndecl_43525 _iwl_dbgfs_rx_phyinfo_write fndecl 0 43525 &disable_so_dma_mask__MPT_ADAPTER_43525
++disable_so_radeon_bo_kmap_fndecl_43526 radeon_bo_kmap fndecl 0 43526 NULL
++disable_so_mei_amthif_read_start_fndecl_43534 mei_amthif_read_start fndecl 0 43534 NULL
++disable_so_mwl8k_cmd_get_hw_spec_ap_fndecl_43537 mwl8k_cmd_get_hw_spec_ap fndecl 0 43537 NULL
++disable_so_do_convert_fndecl_43548 do_convert fndecl 0 43548 NULL
++disable_so_role_read_fndecl_43553 role_read fndecl 0 43553 NULL
++disable_so_ipoib_mcast_attach_fndecl_43555 ipoib_mcast_attach fndecl 0 43555 NULL
++disable_so_uea_boot_fndecl_43573 uea_boot fndecl 0 43573 NULL
++disable_so_nilfs_segbuf_wait_fndecl_43577 nilfs_segbuf_wait fndecl 0 43577 NULL
++disable_so_ethtool_get_module_info_fndecl_43586 ethtool_get_module_info fndecl 0 43586 NULL
++disable_so___br_vlan_set_default_pvid_fndecl_43587 __br_vlan_set_default_pvid fndecl 0 43587 NULL
++disable_so_sas_get_port_device_fndecl_43590 sas_get_port_device fndecl 0 43590 NULL
++disable_so_i40e_add_del_fdir_ipv4_fndecl_43605 i40e_add_del_fdir_ipv4 fndecl 0 43605 NULL
++disable_so_matroxfb_ioctl_fndecl_43609 matroxfb_ioctl fndecl 0 43609 NULL
++disable_so_minor_usb_serial_port_43611 minor usb_serial_port 0 43611 NULL
++disable_so_mlx4_en_validate_flow_fndecl_43612 mlx4_en_validate_flow fndecl 0 43612 NULL nohasharray
++disable_so_phys_ctlmem_fst_card_info_43612 phys_ctlmem fst_card_info 0 43612 &disable_so_mlx4_en_validate_flow_fndecl_43612
++disable_so_uwb_radio_start_fndecl_43613 uwb_radio_start fndecl 0 43613 NULL
++disable_so_qnx4_block_map_fndecl_43615 qnx4_block_map fndecl 0 43615 NULL
++disable_so_iscsit_add_reject_from_cmd_fndecl_43623 iscsit_add_reject_from_cmd fndecl 0 43623 NULL
++disable_so_nvif_device_new_fndecl_43629 nvif_device_new fndecl 0 43629 NULL
++disable_so_snd_hdsp_create_alsa_devices_fndecl_43633 snd_hdsp_create_alsa_devices fndecl 0 43633 NULL
++disable_so_sdricoh_mmc_cmd_fndecl_43641 sdricoh_mmc_cmd fndecl 0 43641 NULL
++disable_so_xhci_gen_setup_fndecl_43646 xhci_gen_setup fndecl 0 43646 NULL
++disable_so_ext4_load_journal_fndecl_43650 ext4_load_journal fndecl 0 43650 NULL
++disable_so___mem_cgroup_usage_register_event_fndecl_43660 __mem_cgroup_usage_register_event fndecl 0 43660 NULL
++disable_so_usbnet_read_cmd_nopm_fndecl_43663 usbnet_read_cmd_nopm fndecl 0 43663 NULL
++disable_so_snd_usb_pcm_check_knot_fndecl_43676 snd_usb_pcm_check_knot fndecl 0 43676 NULL
++disable_so_watchdog_ioctl_fndecl_43677 watchdog_ioctl fndecl 0 43677 NULL
++disable_so_acpi_memory_enable_device_fndecl_43679 acpi_memory_enable_device fndecl 0 43679 NULL
++disable_so_width_mxr_crop_43682 width mxr_crop 0 43682 NULL
++disable_so_rfcomm_sock_getsockopt_fndecl_43685 rfcomm_sock_getsockopt fndecl 0 43685 NULL
++disable_so_insert_tree_block_ref_fndecl_43700 insert_tree_block_ref fndecl 0 43700 NULL
++disable_so_usb6fire_fw_fpga_write_fndecl_43705 usb6fire_fw_fpga_write fndecl 0 43705 NULL nohasharray
++disable_so_qlcnic_83xx_copy_fw_file_fndecl_43705 qlcnic_83xx_copy_fw_file fndecl 0 43705 &disable_so_usb6fire_fw_fpga_write_fndecl_43705
++disable_so_btrfsic_process_superblock_fndecl_43718 btrfsic_process_superblock fndecl 0 43718 NULL
++disable_so_gt683r_leds_set_fndecl_43720 gt683r_leds_set fndecl 0 43720 NULL
++disable_so_wl12xx_cmd_remove_peer_fndecl_43721 wl12xx_cmd_remove_peer fndecl 0 43721 NULL
++disable_so_uwb_rc_addr_set_fndecl_43736 uwb_rc_addr_set fndecl 0 43736 NULL
++disable_so_br2684_create_fndecl_43751 br2684_create fndecl 0 43751 NULL
++disable_so_rivafb_check_var_fndecl_43757 rivafb_check_var fndecl 0 43757 NULL
++disable_so_nvkm_i2c_port_create__fndecl_43770 nvkm_i2c_port_create_ fndecl 0 43770 NULL
++disable_so_ipmi_validate_addr_fndecl_43771 ipmi_validate_addr fndecl 0 43771 NULL
++disable_so_acpi_ns_externalize_name_fndecl_43773 acpi_ns_externalize_name fndecl 0 43773 NULL
++disable_so_mlx4_ib_alloc_demux_ctx_fndecl_43775 mlx4_ib_alloc_demux_ctx fndecl 0 43775 NULL
++disable_so_xfs_trans_reserve_fndecl_43809 xfs_trans_reserve fndecl 0 43809 NULL
++disable_so_connlimit_mt_check_fndecl_43817 connlimit_mt_check fndecl 0 43817 NULL
++disable_so___vb2_perform_fileio_fndecl_43818 __vb2_perform_fileio fndecl 0 43818 NULL
++disable_so_rx_buf_size_c2_port_43822 rx_buf_size c2_port 0 43822 NULL
++disable_so_kvm_ioapic_init_fndecl_43829 kvm_ioapic_init fndecl 0 43829 NULL
++disable_so_applesmc_init_smcreg_try_fndecl_43836 applesmc_init_smcreg_try fndecl 0 43836 NULL
++disable_so___sctp_connect_fndecl_43839 __sctp_connect fndecl 0 43839 NULL
++disable_so_run_delayed_tree_ref_fndecl_43857 run_delayed_tree_ref fndecl 0 43857 NULL
++disable_so_ethtool_phys_id_fndecl_43865 ethtool_phys_id fndecl 0 43865 NULL
++disable_so_nfs4_grow_slot_table_fndecl_43866 nfs4_grow_slot_table fndecl 0 43866 NULL
++disable_so_scan_peb_fndecl_43871 scan_peb fndecl 0 43871 NULL
++disable_so_snd_emu10k1_icode_poke_fndecl_43877 snd_emu10k1_icode_poke fndecl 0 43877 NULL
++disable_so_fritzpci_probe_fndecl_43885 fritzpci_probe fndecl 0 43885 NULL
++disable_so_m_logbsize_xfs_mount_43888 m_logbsize xfs_mount 0 43888 NULL
++disable_so_find_extent_in_eb_fndecl_43897 find_extent_in_eb fndecl 0 43897 NULL
++disable_so_w6692_probe_fndecl_43901 w6692_probe fndecl 0 43901 NULL
++disable_so_cirrus_modeset_init_fndecl_43905 cirrus_modeset_init fndecl 0 43905 NULL
++disable_so_atc_pcm_capture_get_resources_fndecl_43906 atc_pcm_capture_get_resources fndecl 0 43906 NULL
++disable_so_ipxrtr_delete_fndecl_43910 ipxrtr_delete fndecl 0 43910 NULL
++disable_so_ethtool_set_dump_fndecl_43917 ethtool_set_dump fndecl 0 43917 NULL
++disable_so_rocker_probe_port_fndecl_43936 rocker_probe_port fndecl 0 43936 NULL
++disable_so_sys_timer_create_fndecl_43937 sys_timer_create fndecl 0 43937 NULL
++disable_so_sddr09_readX_fndecl_43951 sddr09_readX fndecl 0 43951 NULL
++disable_so_brcmf_fil_cmd_data_set_fndecl_43952 brcmf_fil_cmd_data_set fndecl 0 43952 NULL
++disable_so_rx_ring_count_igb_adapter_43964 rx_ring_count igb_adapter 0 43964 NULL
++disable_so_pci_create_sysfs_dev_files_fndecl_43968 pci_create_sysfs_dev_files fndecl 0 43968 NULL
++disable_so_qib_user_sdma_pin_pkt_fndecl_43973 qib_user_sdma_pin_pkt fndecl 0 43973 NULL
++disable_so_dma_set_mask_fndecl_43991 dma_set_mask fndecl 0 43991 NULL
++disable_so_pvm_determine_end_fndecl_43995 pvm_determine_end fndecl 0 43995 NULL
++disable_so_pinctrl_get_group_pins_fndecl_44001 pinctrl_get_group_pins fndecl 0 44001 NULL
++disable_so_nvkm_device_create__fndecl_44008 nvkm_device_create_ fndecl 0 44008 NULL
++disable_so_cinergyt2_power_ctrl_fndecl_44015 cinergyt2_power_ctrl fndecl 0 44015 NULL
++disable_so__kstrtoull_fndecl_44018 _kstrtoull fndecl 0 44018 NULL
++disable_so_brcmf_sdiod_set_sbaddr_window_fndecl_44019 brcmf_sdiod_set_sbaddr_window fndecl 0 44019 NULL
++disable_so_update_output_line_level_fndecl_44026 update_output_line_level fndecl 0 44026 NULL
++disable_so_nilfs_segctor_assign_fndecl_44027 nilfs_segctor_assign fndecl 0 44027 NULL nohasharray
++disable_so_rx_buffer_truesize_efx_nic_44027 rx_buffer_truesize efx_nic 0 44027 &disable_so_nilfs_segctor_assign_fndecl_44027
++disable_so_dg_create_handle_fndecl_44034 dg_create_handle fndecl 0 44034 NULL
++disable_so_reserve_backup_gdb_fndecl_44038 reserve_backup_gdb fndecl 0 44038 NULL
++disable_so_saa7146_register_device_fndecl_44040 saa7146_register_device fndecl 0 44040 NULL
++disable_so_gru_dump_context_fndecl_44043 gru_dump_context fndecl 0 44043 NULL
++disable_so_convert_extent_bit_fndecl_44046 convert_extent_bit fndecl 0 44046 NULL
++disable_so_ep93xx_spi_calc_divisors_fndecl_44051 ep93xx_spi_calc_divisors fndecl 0 44051 NULL
++disable_so_evdev_connect_fndecl_44067 evdev_connect fndecl 0 44067 NULL
++disable_so_velocity_init_dma_rings_fndecl_44076 velocity_init_dma_rings fndecl 0 44076 NULL
++disable_so_asd_register_sas_ha_fndecl_44081 asd_register_sas_ha fndecl 0 44081 NULL nohasharray
++disable_so_rds_ib_recv_alloc_caches_fndecl_44081 rds_ib_recv_alloc_caches fndecl 0 44081 &disable_so_asd_register_sas_ha_fndecl_44081
++disable_so_nv50_display_flip_next_fndecl_44090 nv50_display_flip_next fndecl 0 44090 NULL
++disable_so_xdr_decode_array2_fndecl_44099 xdr_decode_array2 fndecl 0 44099 NULL nohasharray
++disable_so_gnttab_claim_grant_reference_fndecl_44099 gnttab_claim_grant_reference fndecl 0 44099 &disable_so_xdr_decode_array2_fndecl_44099
++disable_so_payload_sz_storvsc_cmd_request_44107 payload_sz storvsc_cmd_request 0 44107 NULL
++disable_so_kvm_vm_ioctl_deassign_device_fndecl_44112 kvm_vm_ioctl_deassign_device fndecl 0 44112 NULL
++disable_so_va1j5jf8007s_prepare_fndecl_44119 va1j5jf8007s_prepare fndecl 0 44119 NULL
++disable_so_cfg80211_ibss_wext_join_fndecl_44122 cfg80211_ibss_wext_join fndecl 0 44122 NULL
++disable_so_gfs2_meta_wait_fndecl_44126 gfs2_meta_wait fndecl 0 44126 NULL
++disable_so_ext4_mb_get_buddy_page_lock_fndecl_44127 ext4_mb_get_buddy_page_lock fndecl 0 44127 NULL
++disable_so_ethtool_get_coalesce_fndecl_44129 ethtool_get_coalesce fndecl 0 44129 NULL
++disable_so_btrfs_defrag_file_fndecl_44130 btrfs_defrag_file fndecl 0 44130 NULL
++disable_so_pch_gbe_setup_rx_resources_fndecl_44135 pch_gbe_setup_rx_resources fndecl 0 44135 NULL
++disable_so_base_nforce2_smbus_44136 base nforce2_smbus 0 44136 NULL
++disable_so_copy_siginfo_to_user_fndecl_44139 copy_siginfo_to_user fndecl 0 44139 NULL
++disable_so_sctp_cmd_send_msg_fndecl_44144 sctp_cmd_send_msg fndecl 0 44144 NULL
++disable_so_enic_dev_wait_fndecl_44152 enic_dev_wait fndecl 0 44152 NULL
++disable_so_vivid_fb_init_vidmode_fndecl_44154 vivid_fb_init_vidmode fndecl 0 44154 NULL
++disable_so_btrfs_delayed_qgroup_accounting_fndecl_44171 btrfs_delayed_qgroup_accounting fndecl 0 44171 NULL
++disable_so_snd_usb_create_mixer_fndecl_44173 snd_usb_create_mixer fndecl 0 44173 NULL
++disable_so_acpi_ut_execute_UID_fndecl_44177 acpi_ut_execute_UID fndecl 0 44177 NULL
++disable_so_pageprog_fndecl_44187 pageprog fndecl 0 44187 NULL
++disable_so_bnx2_nvram_read_dword_fndecl_44194 bnx2_nvram_read_dword fndecl 0 44194 NULL
++disable_so_twl4030_sih_setup_fndecl_44197 twl4030_sih_setup fndecl 0 44197 NULL
++disable_so_btrfs_ioctl_clone_fndecl_44205 btrfs_ioctl_clone fndecl 0 44205 NULL
++disable_so_ipw_load_firmware_fndecl_44208 ipw_load_firmware fndecl 0 44208 NULL
++disable_so_adap_init0_config_fndecl_44236 adap_init0_config fndecl 0 44236 NULL
++disable_so_au0828_init_isoc_fndecl_44238 au0828_init_isoc fndecl 0 44238 NULL
++disable_so_snd_cmipci_pcm_new_fndecl_44243 snd_cmipci_pcm_new fndecl 0 44243 NULL
++disable_so_make_rate_fndecl_44249 make_rate fndecl 0 44249 NULL
++disable_so_s_cur_size_qib_qp_44254 s_cur_size qib_qp 0 44254 NULL
++disable_so_ocfs2_reserve_new_metadata_blocks_fndecl_44277 ocfs2_reserve_new_metadata_blocks fndecl 0 44277 NULL
++disable_so_x25_ioctl_fndecl_44278 x25_ioctl fndecl 0 44278 NULL
++disable_so_new_raid_disk_md_rdev_44282 new_raid_disk md_rdev 0 44282 NULL
++disable_so_rt2x00usb_vendor_request_fndecl_44301 rt2x00usb_vendor_request fndecl 0 44301 NULL
++disable_so_dma_ops_area_alloc_fndecl_44307 dma_ops_area_alloc fndecl 0 44307 NULL
++disable_so_rq_num_entries_c4iw_qp_attributes_44321 rq_num_entries c4iw_qp_attributes 0 44321 NULL
++disable_so_jffs2_do_mount_fs_fndecl_44332 jffs2_do_mount_fs fndecl 0 44332 NULL
++disable_so_vb2_dvb_register_bus_fndecl_44349 vb2_dvb_register_bus fndecl 0 44349 NULL
++disable_so_brcmf_sdio_txpkt_prep_sg_fndecl_44354 brcmf_sdio_txpkt_prep_sg fndecl 0 44354 NULL
++disable_so_unmap_and_move_huge_page_fndecl_44363 unmap_and_move_huge_page fndecl 0 44363 NULL
++disable_so_qlcnic_sriov_vf_init_driver_fndecl_44364 qlcnic_sriov_vf_init_driver fndecl 0 44364 NULL
++disable_so_s5p_mfc_reset_fndecl_44369 s5p_mfc_reset fndecl 0 44369 NULL
++disable_so_snd_hdsp_set_defaults_fndecl_44374 snd_hdsp_set_defaults fndecl 0 44374 NULL
++disable_so_asd_ms_get_phy_params_fndecl_44376 asd_ms_get_phy_params fndecl 0 44376 NULL
++disable_so_top_frame_fndecl_44389 top_frame fndecl 0 44389 NULL
++disable_so_wacom_setup_fndecl_44408 wacom_setup fndecl 0 44408 NULL
++disable_so_mmc_test_check_result_fndecl_44411 mmc_test_check_result fndecl 0 44411 NULL
++disable_so_iommu_calculate_agaw_fndecl_44419 iommu_calculate_agaw fndecl 0 44419 NULL
++disable_so_ipath_write_fndecl_44429 ipath_write fndecl 0 44429 NULL
++disable_so_drr_change_class_fndecl_44440 drr_change_class fndecl 0 44440 NULL
++disable_so_ccid_initialize_builtins_fndecl_44443 ccid_initialize_builtins fndecl 0 44443 NULL
++disable_so_alloc_cq_buf_fndecl_44454 alloc_cq_buf fndecl 0 44454 NULL
++disable_so_do_replace_finish_fndecl_44456 do_replace_finish fndecl 0 44456 NULL
++disable_so___get_inode_info_fndecl_44463 __get_inode_info fndecl 0 44463 NULL
++disable_so_resize_stripes_fndecl_44481 resize_stripes fndecl 0 44481 NULL
++disable_so_parse_audio_feature_unit_fndecl_44487 parse_audio_feature_unit fndecl 0 44487 NULL
++disable_so_mspro_block_set_interface_fndecl_44488 mspro_block_set_interface fndecl 0 44488 NULL
++disable_so_snd_opl3_set_connection_fndecl_44489 snd_opl3_set_connection fndecl 0 44489 NULL
++disable_so_uvesafb_exec_fndecl_44490 uvesafb_exec fndecl 0 44490 NULL nohasharray
++disable_so_parse_features_fndecl_44490 parse_features fndecl 0 44490 &disable_so_uvesafb_exec_fndecl_44490
++disable_so_kone_get_firmware_version_fndecl_44493 kone_get_firmware_version fndecl 0 44493 NULL
++disable_so_fill_meta_index_fndecl_44495 fill_meta_index fndecl 0 44495 NULL
++disable_so_pm8001_chip_fw_flash_update_req_fndecl_44502 pm8001_chip_fw_flash_update_req fndecl 0 44502 NULL
++disable_so_ftdi_elan_edset_setup_fndecl_44513 ftdi_elan_edset_setup fndecl 0 44513 NULL
++disable_so_sddr09_read20_fndecl_44519 sddr09_read20 fndecl 0 44519 NULL
++disable_so_wl12xx_cmd_role_start_ibss_fndecl_44522 wl12xx_cmd_role_start_ibss fndecl 0 44522 NULL
++disable_so_ioctl_preallocate_fndecl_44526 ioctl_preallocate fndecl 0 44526 NULL
++disable_so_insert_one_name_fndecl_44535 insert_one_name fndecl 0 44535 NULL
++disable_so_hpsa_ioctl32_passthru_fndecl_44545 hpsa_ioctl32_passthru fndecl 0 44545 NULL
++disable_so_evergreen_surface_check_fndecl_44549 evergreen_surface_check fndecl 0 44549 NULL
++disable_so_btrfs_async_run_delayed_refs_fndecl_44571 btrfs_async_run_delayed_refs fndecl 0 44571 NULL
++disable_so_assigned_device_enable_host_intx_fndecl_44608 assigned_device_enable_host_intx fndecl 0 44608 NULL
++disable_so_reserve_ram_pages_type_fndecl_44609 reserve_ram_pages_type fndecl 0 44609 NULL
++disable_so___register_pernet_operations_fndecl_44615 __register_pernet_operations fndecl 0 44615 NULL
++disable_so_frontend_init_fndecl_44627 frontend_init fndecl 0 44627 NULL
++disable_so_ipv6_flowlabel_opt_get_fndecl_44630 ipv6_flowlabel_opt_get fndecl 0 44630 NULL nohasharray
++disable_so_prism2_config_fndecl_44630 prism2_config fndecl 0 44630 &disable_so_ipv6_flowlabel_opt_get_fndecl_44630
++disable_so_osst_write_error_recovery_fndecl_44636 osst_write_error_recovery fndecl 0 44636 NULL
++disable_so_ims_pcu_start_io_fndecl_44640 ims_pcu_start_io fndecl 0 44640 NULL
++disable_so_process_request_key_err_fndecl_44647 process_request_key_err fndecl 0 44647 NULL
++disable_so_queue_bulk_sg_tx_fndecl_44649 queue_bulk_sg_tx fndecl 0 44649 NULL
++disable_so_tm6000_start_stream_fndecl_44650 tm6000_start_stream fndecl 0 44650 NULL
++disable_so_pcxhr_write_io_num_reg_cont_fndecl_44653 pcxhr_write_io_num_reg_cont fndecl 0 44653 NULL
++disable_so_ocfs2_find_victim_alloc_group_fndecl_44657 ocfs2_find_victim_alloc_group fndecl 0 44657 NULL nohasharray
++disable_so_pch_gbe_setup_tx_resources_fndecl_44657 pch_gbe_setup_tx_resources fndecl 0 44657 &disable_so_ocfs2_find_victim_alloc_group_fndecl_44657
++disable_so_overlay_cap_top_vivid_dev_44672 overlay_cap_top vivid_dev 0 44672 NULL
++disable_so_iwl_hwrate_to_plcp_idx_fndecl_44674 iwl_hwrate_to_plcp_idx fndecl 0 44674 NULL
++disable_so_xfpregs_set_fndecl_44680 xfpregs_set fndecl 0 44680 NULL
++disable_so_small_smb2_init_fndecl_44684 small_smb2_init fndecl 0 44684 NULL
++disable_so_wm0010_boot_fndecl_44713 wm0010_boot fndecl 0 44713 NULL
++disable_so_altera_irscan_fndecl_44719 altera_irscan fndecl 0 44719 NULL
++disable_so_validate_rulemsg_fndecl_44721 validate_rulemsg fndecl 0 44721 NULL
++disable_so_register_netdevice_fndecl_44725 register_netdevice fndecl 0 44725 NULL
++disable_so_tb_cfg_write_fndecl_44731 tb_cfg_write fndecl 0 44731 NULL
++disable_so_ino_nilfs_recovery_block_44737 ino nilfs_recovery_block 0 44737 NULL
++disable_so_lpfc_hba_init_link_fc_topology_fndecl_44740 lpfc_hba_init_link_fc_topology fndecl 0 44740 NULL
++disable_so_neigh_alloc_fndecl_44743 neigh_alloc fndecl 0 44743 NULL
++disable_so_check_inodes_fndecl_44750 check_inodes fndecl 0 44750 NULL nohasharray
++disable_so_i915_gem_execbuffer_relocate_vma_fndecl_44750 i915_gem_execbuffer_relocate_vma fndecl 0 44750 &disable_so_check_inodes_fndecl_44750
++disable_so_tps65912_device_init_fndecl_44751 tps65912_device_init fndecl 0 44751 NULL
++disable_so_value_acpi_object_integer_44755 value acpi_object_integer 0 44755 NULL
++disable_so_dev_sectors_mddev_44756 dev_sectors mddev 0 44756 NULL
++disable_so_cb710_mmc_send_fndecl_44773 cb710_mmc_send fndecl 0 44773 NULL
++disable_so_nbp_vlan_add_fndecl_44783 nbp_vlan_add fndecl 0 44783 NULL
++disable_so_read_bunzip_fndecl_44792 read_bunzip fndecl 0 44792 NULL
++disable_so_vfio_alloc_group_minor_fndecl_44794 vfio_alloc_group_minor fndecl 0 44794 NULL
++disable_so_ethtool_set_pauseparam_fndecl_44798 ethtool_set_pauseparam fndecl 0 44798 NULL
++disable_so_hid_open_report_fndecl_44800 hid_open_report fndecl 0 44800 NULL
++disable_so_copy_user_transitions_fndecl_44801 copy_user_transitions fndecl 0 44801 NULL
++disable_so_fd_locked_ioctl_fndecl_44809 fd_locked_ioctl fndecl 0 44809 NULL nohasharray
++disable_so_ext3_get_acl_fndecl_44809 ext3_get_acl fndecl 0 44809 &disable_so_fd_locked_ioctl_fndecl_44809
++disable_so_set_extent_delalloc_fndecl_44813 set_extent_delalloc fndecl 0 44813 NULL
++disable_so_mixart_wait_nice_for_register_value_fndecl_44816 mixart_wait_nice_for_register_value fndecl 0 44816 NULL
++disable_so_rssd_disk_name_format_fndecl_44819 rssd_disk_name_format fndecl 0 44819 NULL
++disable_so_cluster_pages_for_defrag_fndecl_44823 cluster_pages_for_defrag fndecl 0 44823 NULL
++disable_so_get_evtchn_to_irq_fndecl_44824 get_evtchn_to_irq fndecl 0 44824 NULL
++disable_so_si470x_start_fndecl_44835 si470x_start fndecl 0 44835 NULL
++disable_so_wlcore_cmd_configure_failsafe_fndecl_44839 wlcore_cmd_configure_failsafe fndecl 0 44839 NULL
++disable_so_xt_compat_match_offset_fndecl_44840 xt_compat_match_offset fndecl 0 44840 NULL
++disable_so_pt1_reset_ram_fndecl_44842 pt1_reset_ram fndecl 0 44842 NULL
++disable_so_spi_sh_receive_fndecl_44846 spi_sh_receive fndecl 0 44846 NULL
++disable_so_snd_compr_ioctl_avail_fndecl_44854 snd_compr_ioctl_avail fndecl 0 44854 NULL
++disable_so_drm_gem_handle_create_fndecl_44855 drm_gem_handle_create fndecl 0 44855 NULL
++disable_so_ecryptfs_cipher_code_to_string_fndecl_44859 ecryptfs_cipher_code_to_string fndecl 0 44859 NULL
++disable_so_create_message_fndecl_44864 create_message fndecl 0 44864 NULL nohasharray
++disable_so_statfs_by_dentry_fndecl_44864 statfs_by_dentry fndecl 0 44864 &disable_so_create_message_fndecl_44864 nohasharray
++disable_so_wl1271_scan_sched_scan_start_fndecl_44864 wl1271_scan_sched_scan_start fndecl 0 44864 &disable_so_statfs_by_dentry_fndecl_44864
++disable_so_moxa_load_code_fndecl_44865 moxa_load_code fndecl 0 44865 NULL nohasharray
++disable_so_pmcraid_build_passthrough_ioadls_fndecl_44865 pmcraid_build_passthrough_ioadls fndecl 0 44865 &disable_so_moxa_load_code_fndecl_44865
++disable_so_intel_setup_irq_remapping_fndecl_44868 intel_setup_irq_remapping fndecl 0 44868 NULL
++disable_so_pcxhr_send_it_dsp_fndecl_44872 pcxhr_send_it_dsp fndecl 0 44872 NULL
++disable_so_i1480_fw_upload_fndecl_44875 i1480_fw_upload fndecl 0 44875 NULL
++disable_so_mtrr_add_page_fndecl_44881 mtrr_add_page fndecl 0 44881 NULL
++disable_so_map_size_bnad_rx_unmap_q_44889 map_size bnad_rx_unmap_q 0 44889 NULL
++disable_so_inst_evtlog_size_iwl_fw_44893 inst_evtlog_size iwl_fw 0 44893 NULL
++disable_so_ath6kl_bmi_init_fndecl_44904 ath6kl_bmi_init fndecl 0 44904 NULL
++disable_so_wacom_i2c_probe_fndecl_44906 wacom_i2c_probe fndecl 0 44906 NULL
++disable_so_add_vol_ctl_fndecl_44917 add_vol_ctl fndecl 0 44917 NULL
++disable_so_put_v4l2_window32_fndecl_44930 put_v4l2_window32 fndecl 0 44930 NULL
++disable_so_ipath_user_sdma_pin_pages_fndecl_44935 ipath_user_sdma_pin_pages fndecl 0 44935 NULL
++disable_so_pt1_do_enable_ram_fndecl_44941 pt1_do_enable_ram fndecl 0 44941 NULL
++disable_so__xfs_log_force_lsn_fndecl_44944 _xfs_log_force_lsn fndecl 0 44944 NULL nohasharray
++disable_so_acpiphp_max_busnr_fndecl_44944 acpiphp_max_busnr fndecl 0 44944 &disable_so__xfs_log_force_lsn_fndecl_44944
++disable_so_sd_diptrs_gfs2_sbd_44954 sd_diptrs gfs2_sbd 0 44954 NULL
++disable_so_snd_intel8x0m_chip_init_fndecl_44959 snd_intel8x0m_chip_init fndecl 0 44959 NULL
++disable_so_kobject_add_varg_fndecl_44966 kobject_add_varg fndecl 0 44966 NULL nohasharray
++disable_so_qib_diag_write_fndecl_44966 qib_diag_write fndecl 0 44966 &disable_so_kobject_add_varg_fndecl_44966
++disable_so_rose_add_node_fndecl_44998 rose_add_node fndecl 0 44998 NULL
++disable_so_erase_xfer_fndecl_45000 erase_xfer fndecl 0 45000 NULL
++disable_so_bnx2fc_initiate_els_fndecl_45008 bnx2fc_initiate_els fndecl 0 45008 NULL
++disable_so_video_usercopy_fndecl_45012 video_usercopy fndecl 0 45012 NULL
++disable_so_wl1251_acx_sg_cfg_fndecl_45014 wl1251_acx_sg_cfg fndecl 0 45014 NULL
++disable_so_spaceorb_connect_fndecl_45038 spaceorb_connect fndecl 0 45038 NULL
++disable_so_small_smb_init_fndecl_45051 small_smb_init fndecl 0 45051 NULL
++disable_so_sys_futimesat_fndecl_45070 sys_futimesat fndecl 0 45070 NULL
++disable_so_i2400m_rx_setup_fndecl_45080 i2400m_rx_setup fndecl 0 45080 NULL
++disable_so_stop_machine_fndecl_45082 stop_machine fndecl 0 45082 NULL
++disable_so_pci_bus_alloc_from_region_fndecl_45084 pci_bus_alloc_from_region fndecl 0 45084 NULL
++disable_so__transport_phy_enable_fndecl_45090 _transport_phy_enable fndecl 0 45090 NULL
++disable_so_b43_gphy_init_tssi2dbm_table_fndecl_45091 b43_gphy_init_tssi2dbm_table fndecl 0 45091 NULL
++disable_so_size_emu_45109 size emu 0 45109 NULL
++disable_so_ixgbe_dcbnl_ieee_setpfc_fndecl_45125 ixgbe_dcbnl_ieee_setpfc fndecl 0 45125 NULL
++disable_so_img_x_zoran_jpg_settings_45135 img_x zoran_jpg_settings 0 45135 NULL
++disable_so___qgroup_excl_accounting_fndecl_45141 __qgroup_excl_accounting fndecl 0 45141 NULL
++disable_so_wl12xx_acx_config_hangover_fndecl_45142 wl12xx_acx_config_hangover fndecl 0 45142 NULL
++disable_so_niu_rbr_add_page_fndecl_45158 niu_rbr_add_page fndecl 0 45158 NULL
++disable_so_ubifs_garbage_collect_fndecl_45168 ubifs_garbage_collect fndecl 0 45168 NULL
++disable_so_hackrf_probe_fndecl_45169 hackrf_probe fndecl 0 45169 NULL
++disable_so_opticon_write_fndecl_45172 opticon_write fndecl 0 45172 NULL
++disable_so_sel_write_checkreqprot_fndecl_45173 sel_write_checkreqprot fndecl 0 45173 NULL
++disable_so_gfs2_bmap_alloc_fndecl_45189 gfs2_bmap_alloc fndecl 0 45189 NULL
++disable_so_pci_max_pasids_fndecl_45190 pci_max_pasids fndecl 0 45190 NULL
++disable_so_i_ipmi_request_fndecl_45208 i_ipmi_request fndecl 0 45208 NULL nohasharray
++disable_so_apds990x_probe_fndecl_45208 apds990x_probe fndecl 0 45208 &disable_so_i_ipmi_request_fndecl_45208
++disable_so_nvif_object_init_fndecl_45219 nvif_object_init fndecl 0 45219 NULL
++disable_so_check_create_fndecl_45227 check_create fndecl 0 45227 NULL
++disable_so_smscore_init_device_fndecl_45248 smscore_init_device fndecl 0 45248 NULL
++disable_so_ext4_update_inline_data_fndecl_45259 ext4_update_inline_data fndecl 0 45259 NULL
++disable_so_bcma_sprom_valid_fndecl_45264 bcma_sprom_valid fndecl 0 45264 NULL
++disable_so_vmw_dmabuf_init_fndecl_45268 vmw_dmabuf_init fndecl 0 45268 NULL
++disable_so_mgt_set_varlen_fndecl_45287 mgt_set_varlen fndecl 0 45287 NULL
++disable_so_asus_setup_pci_hotplug_fndecl_45293 asus_setup_pci_hotplug fndecl 0 45293 NULL
++disable_so_ch341_configure_fndecl_45298 ch341_configure fndecl 0 45298 NULL
++disable_so_tipc_udp_enable_fndecl_45304 tipc_udp_enable fndecl 0 45304 NULL nohasharray
++disable_so_hugetlbfs_read_actor_fndecl_45304 hugetlbfs_read_actor fndecl 0 45304 &disable_so_tipc_udp_enable_fndecl_45304
++disable_so_ocrdma_nonemb_mbx_cmd_fndecl_45307 ocrdma_nonemb_mbx_cmd fndecl 0 45307 NULL
++disable_so_dg_dispatch_as_host_fndecl_45310 dg_dispatch_as_host fndecl 0 45310 NULL
++disable_so_parse_format_fndecl_45311 parse_format fndecl 0 45311 NULL
++disable_so_blkcipher_walk_first_fndecl_45312 blkcipher_walk_first fndecl 0 45312 NULL
++disable_so_rx_count_ethtool_channels_45313 rx_count ethtool_channels 0 45313 NULL
++disable_so_parse_output_paths_fndecl_45317 parse_output_paths fndecl 0 45317 NULL
++disable_so_kv_parse_sys_info_table_fndecl_45339 kv_parse_sys_info_table fndecl 0 45339 NULL
++disable_so_rtsx_pci_init_chip_fndecl_45349 rtsx_pci_init_chip fndecl 0 45349 NULL
++disable_so_hfsplus_listxattr_finder_info_fndecl_45352 hfsplus_listxattr_finder_info fndecl 0 45352 NULL
++disable_so_iwl_dbgfs_ss_force_write_fndecl_45353 iwl_dbgfs_ss_force_write fndecl 0 45353 NULL
++disable_so_efx_test_loopbacks_fndecl_45364 efx_test_loopbacks fndecl 0 45364 NULL
++disable_so_mpt2sas_config_get_volume_handle_fndecl_45368 mpt2sas_config_get_volume_handle fndecl 0 45368 NULL
++disable_so_get_urb_status_from_qtd_fndecl_45378 get_urb_status_from_qtd fndecl 0 45378 NULL
++disable_so_carl9170_usb_load_firmware_fndecl_45384 carl9170_usb_load_firmware fndecl 0 45384 NULL
++disable_so_xfs_btree_make_block_unfull_fndecl_45388 xfs_btree_make_block_unfull fndecl 0 45388 NULL
++disable_so_crypto_shash_setkey_fndecl_45392 crypto_shash_setkey fndecl 0 45392 NULL
++disable_so_broadsheet_spiflash_wait_for_status_fndecl_45393 broadsheet_spiflash_wait_for_status fndecl 0 45393 NULL nohasharray
++disable_so_mmc_do_erase_fndecl_45393 mmc_do_erase fndecl 0 45393 &disable_so_broadsheet_spiflash_wait_for_status_fndecl_45393
++disable_so_drm_mode_setcrtc_fndecl_45411 drm_mode_setcrtc fndecl 0 45411 NULL
++disable_so_hpsa_getpciinfo_ioctl_fndecl_45423 hpsa_getpciinfo_ioctl fndecl 0 45423 NULL
++disable_so_ddcb_cmd_fixups_fndecl_45427 ddcb_cmd_fixups fndecl 0 45427 NULL
++disable_so_asus_wmi_led_init_fndecl_45428 asus_wmi_led_init fndecl 0 45428 NULL
++disable_so_btcx_riscmem_alloc_fndecl_45439 btcx_riscmem_alloc fndecl 0 45439 NULL
++disable_so_em28xx_write_ac97_fndecl_45441 em28xx_write_ac97 fndecl 0 45441 NULL
++disable_so_solo_sysfs_init_fndecl_45442 solo_sysfs_init fndecl 0 45442 NULL
++disable_so_qce_ablkcipher_register_one_fndecl_45458 qce_ablkcipher_register_one fndecl 0 45458 NULL
++disable_so_cm_init_qp_rtr_attr_fndecl_45470 cm_init_qp_rtr_attr fndecl 0 45470 NULL
++disable_so_getoptions_fndecl_45474 getoptions fndecl 0 45474 NULL
++disable_so_gx_line_delta_fndecl_45476 gx_line_delta fndecl 0 45476 NULL nohasharray
++disable_so_xfs_inumbers_fndecl_45476 xfs_inumbers fndecl 0 45476 &disable_so_gx_line_delta_fndecl_45476
++disable_so_ni_convert_power_state_to_smc_fndecl_45477 ni_convert_power_state_to_smc fndecl 0 45477 NULL
++disable_so_i_pos_fat_slot_info_45481 i_pos fat_slot_info 0 45481 NULL nohasharray
++disable_so_led_tg_check_fndecl_45481 led_tg_check fndecl 0 45481 &disable_so_i_pos_fat_slot_info_45481
++disable_so_tb_ctl_tx_fndecl_45492 tb_ctl_tx fndecl 0 45492 NULL
++disable_so_gss_mech_svc_setup_fndecl_45499 gss_mech_svc_setup fndecl 0 45499 NULL
++disable_so_iommu_init_domains_fndecl_45509 iommu_init_domains fndecl 0 45509 NULL
++disable_so_serial_config_fndecl_45511 serial_config fndecl 0 45511 NULL
++disable_so_x509_key_preparse_fndecl_45514 x509_key_preparse fndecl 0 45514 NULL
++disable_so_ttm_set_pages_caching_fndecl_45519 ttm_set_pages_caching fndecl 0 45519 NULL
++disable_so_mwifiex_cmd_mef_cfg_fndecl_45521 mwifiex_cmd_mef_cfg fndecl 0 45521 NULL
++disable_so_inode_change_ok_fndecl_45525 inode_change_ok fndecl 0 45525 NULL
++disable_so_callback_via_vardecl_platform_pci_c_45527 callback_via vardecl_platform-pci.c 0 45527 NULL
++disable_so_ipw_queue_reset_fndecl_45531 ipw_queue_reset fndecl 0 45531 NULL
++disable_so_efx_mcdi_rpc_fndecl_45535 efx_mcdi_rpc fndecl 0 45535 NULL
++disable_so_rtsx_usb_bulk_transfer_sglist_fndecl_45538 rtsx_usb_bulk_transfer_sglist fndecl 0 45538 NULL
++disable_so_ibmasm_send_driver_vpd_fndecl_45563 ibmasm_send_driver_vpd fndecl 0 45563 NULL
++disable_so_ethtool_get_strings_fndecl_45564 ethtool_get_strings fndecl 0 45564 NULL
++disable_so_syncinterval_snd_usb_endpoint_45567 syncinterval snd_usb_endpoint 0 45567 NULL
++disable_so_rsi_init_sdio_slave_regs_fndecl_45577 rsi_init_sdio_slave_regs fndecl 0 45577 NULL
++disable_so_slave_init_fndecl_45597 slave_init fndecl 0 45597 NULL
++disable_so_zd1201_setconfig_fndecl_45612 zd1201_setconfig fndecl 0 45612 NULL
++disable_so_drbd_adm_prepare_fndecl_45615 drbd_adm_prepare fndecl 0 45615 NULL
++disable_so_resize_iovec_fndecl_45619 resize_iovec fndecl 0 45619 NULL
++disable_so_ipw_fw_dma_wait_fndecl_45625 ipw_fw_dma_wait fndecl 0 45625 NULL
++disable_so_convert_lock_fndecl_45629 convert_lock fndecl 0 45629 NULL
++disable_so_kfd_parse_subtype_cache_fndecl_45635 kfd_parse_subtype_cache fndecl 0 45635 NULL
++disable_so_send_eject_command_fndecl_45636 send_eject_command fndecl 0 45636 NULL
++disable_so_codec_set_converter_stream_channel_fndecl_45637 codec_set_converter_stream_channel fndecl 0 45637 NULL
++disable_so_write_mft_record_nolock_fndecl_45639 write_mft_record_nolock fndecl 0 45639 NULL
++disable_so_samsung_rfkill_init_seclinux_fndecl_45649 samsung_rfkill_init_seclinux fndecl 0 45649 NULL nohasharray
++disable_so_send_iosp_ext_cmd_fndecl_45649 send_iosp_ext_cmd fndecl 0 45649 &disable_so_samsung_rfkill_init_seclinux_fndecl_45649
++disable_so___verify_planes_array_fndecl_45650 __verify_planes_array fndecl 0 45650 NULL nohasharray
++disable_so_mlx4_en_uc_steer_add_fndecl_45650 mlx4_en_uc_steer_add fndecl 0 45650 &disable_so___verify_planes_array_fndecl_45650
++disable_so_efi_status_to_err_fndecl_45653 efi_status_to_err fndecl 0 45653 NULL
++disable_so_submit_bh_fndecl_45660 submit_bh fndecl 0 45660 NULL
++disable_so_ocfs2_info_handle_journal_size_fndecl_45669 ocfs2_info_handle_journal_size fndecl 0 45669 NULL
++disable_so_videobuf_dqbuf_fndecl_45673 videobuf_dqbuf fndecl 0 45673 NULL
++disable_so_restart_transaction_fndecl_45677 restart_transaction fndecl 0 45677 NULL
++disable_so_ib_umem_odp_map_dma_pages_fndecl_45679 ib_umem_odp_map_dma_pages fndecl 0 45679 NULL nohasharray
++disable_so_lhead_offs_ubifs_info_45679 lhead_offs ubifs_info 0 45679 &disable_so_ib_umem_odp_map_dma_pages_fndecl_45679
++disable_so_hfsplus_getxattr_finder_info_fndecl_45680 hfsplus_getxattr_finder_info fndecl 0 45680 NULL
++disable_so_slip_init_fndecl_45681 slip_init fndecl 0 45681 NULL
++disable_so_snd_pcm_oss_get_formats_fndecl_45685 snd_pcm_oss_get_formats fndecl 0 45685 NULL
++disable_so_bdi_init_fndecl_45688 bdi_init fndecl 0 45688 NULL
++disable_so_nvme_trans_copy_to_user_fndecl_45691 nvme_trans_copy_to_user fndecl 0 45691 NULL
++disable_so___netdev_adjacent_dev_insert_fndecl_45697 __netdev_adjacent_dev_insert fndecl 0 45697 NULL
++disable_so_shift_badblocks_45703 shift badblocks 0 45703 NULL
++disable_so_check_overlay_src_fndecl_45705 check_overlay_src fndecl 0 45705 NULL
++disable_so_iwl_poll_bit_fndecl_45708 iwl_poll_bit fndecl 0 45708 NULL
++disable_so_zr36057_init_fndecl_45709 zr36057_init fndecl 0 45709 NULL
++disable_so_do_splice_direct_fndecl_45710 do_splice_direct fndecl 0 45710 NULL
++disable_so_st5481_setup_isocpipes_fndecl_45711 st5481_setup_isocpipes fndecl 0 45711 NULL
++disable_so_iwlagn_disable_bss_fndecl_45735 iwlagn_disable_bss fndecl 0 45735 NULL
++disable_so_drm_dev_register_fndecl_45742 drm_dev_register fndecl 0 45742 NULL
++disable_so_err_tb_cfg_result_45744 err tb_cfg_result 0 45744 NULL nohasharray
++disable_so___add_inline_refs_fndecl_45744 __add_inline_refs fndecl 0 45744 &disable_so_err_tb_cfg_result_45744
++disable_so_pm8001_update_flash_fndecl_45754 pm8001_update_flash fndecl 0 45754 NULL
++disable_so_t4_init_devlog_params_fndecl_45757 t4_init_devlog_params fndecl 0 45757 NULL nohasharray
++disable_so_efx_ef10_filter_push_fndecl_45757 efx_ef10_filter_push fndecl 0 45757 &disable_so_t4_init_devlog_params_fndecl_45757
++disable_so_minor_bsg_class_device_45761 minor bsg_class_device 0 45761 NULL
++disable_so_size_entry_mwt_fndecl_45771 size_entry_mwt fndecl 0 45771 NULL
++disable_so_efx_ef10_filter_table_probe_fndecl_45778 efx_ef10_filter_table_probe fndecl 0 45778 NULL
++disable_so_r592_wait_status_fndecl_45781 r592_wait_status fndecl 0 45781 NULL
++disable_so_get_inode_info_fndecl_45784 get_inode_info fndecl 0 45784 NULL
++disable_so_i2c_r_fndecl_45804 i2c_r fndecl 0 45804 NULL
++disable_so_i915_emit_box_fndecl_45807 i915_emit_box fndecl 0 45807 NULL
++disable_so_ufx_ops_ioctl_fndecl_45817 ufx_ops_ioctl fndecl 0 45817 NULL
++disable_so_usblp_wwait_fndecl_45818 usblp_wwait fndecl 0 45818 NULL
++disable_so_xfs_zero_remaining_bytes_fndecl_45820 xfs_zero_remaining_bytes fndecl 0 45820 NULL
++disable_so_ims_pcu_init_bootloader_mode_fndecl_45823 ims_pcu_init_bootloader_mode fndecl 0 45823 NULL
++disable_so_c2_add_addr_fndecl_45842 c2_add_addr fndecl 0 45842 NULL
++disable_so_mmc_read_switch_fndecl_45847 mmc_read_switch fndecl 0 45847 NULL
++disable_so_xfs_rtallocate_extent_size_fndecl_45848 xfs_rtallocate_extent_size fndecl 0 45848 NULL
++disable_so_mwifiex_alloc_sdio_mpa_buffers_fndecl_45874 mwifiex_alloc_sdio_mpa_buffers fndecl 0 45874 NULL
++disable_so_index_cnt_btrfs_inode_45890 index_cnt btrfs_inode 0 45890 NULL
++disable_so_joydev_open_device_fndecl_45904 joydev_open_device fndecl 0 45904 NULL nohasharray
++disable_so_generic_file_direct_write_fndecl_45904 generic_file_direct_write fndecl 0 45904 &disable_so_joydev_open_device_fndecl_45904
++disable_so_check_dev_fndecl_45912 check_dev fndecl 0 45912 NULL nohasharray
++disable_so_samsung_new_rfkill_fndecl_45912 samsung_new_rfkill fndecl 0 45912 &disable_so_check_dev_fndecl_45912
++disable_so_init_se_kmem_caches_fndecl_45918 init_se_kmem_caches fndecl 0 45918 NULL
++disable_so_tw_connect_fndecl_45923 tw_connect fndecl 0 45923 NULL
++disable_so_symtab_init_fndecl_45929 symtab_init fndecl 0 45929 NULL
++disable_so_radeon_driver_load_fndecl_45937 radeon_driver_load fndecl 0 45937 NULL
++disable_so_call_modprobe_fndecl_45949 call_modprobe fndecl 0 45949 NULL
++disable_so_pccard_get_first_tuple_fndecl_45951 pccard_get_first_tuple fndecl 0 45951 NULL
++disable_so_lmc_init_one_fndecl_45961 lmc_init_one fndecl 0 45961 NULL
++disable_so_snd_pcm_update_hw_ptr0_fndecl_45967 snd_pcm_update_hw_ptr0 fndecl 0 45967 NULL
++disable_so_qfq_change_class_fndecl_45970 qfq_change_class fndecl 0 45970 NULL
++disable_so_allocate_method_table_fndecl_45986 allocate_method_table fndecl 0 45986 NULL
++disable_so_up_fnode_45991 up fnode 0 45991 NULL
++disable_so___hw_ppgtt_init_fndecl_45996 __hw_ppgtt_init fndecl 0 45996 NULL
++disable_so_ath6kl_diag_read_fndecl_45998 ath6kl_diag_read fndecl 0 45998 NULL nohasharray
++disable_so_eni_do_init_fndecl_45998 eni_do_init fndecl 0 45998 &disable_so_ath6kl_diag_read_fndecl_45998
++disable_so_IO_Address_DAC960_Controller_45999 IO_Address DAC960_Controller 0 45999 NULL
++disable_so_hsc_open_fndecl_46030 hsc_open fndecl 0 46030 NULL
++disable_so_sram_test_pass_fndecl_46031 sram_test_pass fndecl 0 46031 NULL nohasharray
++disable_so__unlock_lock_fndecl_46031 _unlock_lock fndecl 0 46031 &disable_so_sram_test_pass_fndecl_46031 nohasharray
++disable_so_v4l2_device_register_subdev_fndecl_46031 v4l2_device_register_subdev fndecl 0 46031 &disable_so__unlock_lock_fndecl_46031
++disable_so_setup_pci_fndecl_46035 setup_pci fndecl 0 46035 NULL
++disable_so_cciss_passthru_fndecl_46037 cciss_passthru fndecl 0 46037 NULL
++disable_so_i40e_add_del_fdir_fndecl_46046 i40e_add_del_fdir fndecl 0 46046 NULL nohasharray
++disable_so_iguanair_probe_fndecl_46046 iguanair_probe fndecl 0 46046 &disable_so_i40e_add_del_fdir_fndecl_46046
++disable_so_iwl_send_phy_cfg_cmd_fndecl_46055 iwl_send_phy_cfg_cmd fndecl 0 46055 NULL
++disable_so_st_compression_fndecl_46066 st_compression fndecl 0 46066 NULL
++disable_so_rxrpc_preparse_fndecl_46069 rxrpc_preparse fndecl 0 46069 NULL
++disable_so_gameport_open_fndecl_46078 gameport_open fndecl 0 46078 NULL
++disable_so___devcgroup_check_permission_fndecl_46082 __devcgroup_check_permission fndecl 0 46082 NULL
++disable_so_dm_startblk_adfs_discmap_46088 dm_startblk adfs_discmap 0 46088 NULL
++disable_so_create_multi_cap_vol_ctl_fndecl_46091 create_multi_cap_vol_ctl fndecl 0 46091 NULL
++disable_so_iscsit_process_nop_out_fndecl_46108 iscsit_process_nop_out fndecl 0 46108 NULL
++disable_so_kvm_vm_ioctl_set_memory_region_fndecl_46119 kvm_vm_ioctl_set_memory_region fndecl 0 46119 NULL
++disable_so_eeepc_input_init_fndecl_46121 eeepc_input_init fndecl 0 46121 NULL
++disable_so___team_option_inst_add_option_fndecl_46126 __team_option_inst_add_option fndecl 0 46126 NULL
++disable_so_jffs2_decompress_fndecl_46129 jffs2_decompress fndecl 0 46129 NULL
++disable_so_cciss_init_one_fndecl_46130 cciss_init_one fndecl 0 46130 NULL
++disable_so_perf_copy_attr_fndecl_46131 perf_copy_attr fndecl 0 46131 NULL nohasharray
++disable_so_base_amd_smbus_46131 base amd_smbus 0 46131 &disable_so_perf_copy_attr_fndecl_46131
++disable_so_wacom_add_shared_data_fndecl_46134 wacom_add_shared_data fndecl 0 46134 NULL
++disable_so_sriov_enable_fndecl_46138 sriov_enable fndecl 0 46138 NULL
++disable_so_peak_usb_start_fndecl_46152 peak_usb_start fndecl 0 46152 NULL
++disable_so_iommu_queue_command_fndecl_46167 iommu_queue_command fndecl 0 46167 NULL
++disable_so_add_many_to_attr_set_fndecl_46197 add_many_to_attr_set fndecl 0 46197 NULL nohasharray
++disable_so_length_usb_iso_packet_descriptor_46197 length usb_iso_packet_descriptor 0 46197 &disable_so_add_many_to_attr_set_fndecl_46197
++disable_so_snd_interval_refine_set_fndecl_46199 snd_interval_refine_set fndecl 0 46199 NULL
++disable_so_do_format_fndecl_46202 do_format fndecl 0 46202 NULL
++disable_so_kfd_topology_get_crat_acpi_fndecl_46209 kfd_topology_get_crat_acpi fndecl 0 46209 NULL
++disable_so_pt1_init_table_fndecl_46213 pt1_init_table fndecl 0 46213 NULL
++disable_so_ocrdma_copy_qp_uresp_fndecl_46246 ocrdma_copy_qp_uresp fndecl 0 46246 NULL
++disable_so_erst_clear_fndecl_46248 erst_clear fndecl 0 46248 NULL
++disable_so_gspca_dev_probe2_fndecl_46250 gspca_dev_probe2 fndecl 0 46250 NULL
++disable_so_sh_vou_probe_fndecl_46260 sh_vou_probe fndecl 0 46260 NULL nohasharray
++disable_so_budget_attach_fndecl_46260 budget_attach fndecl 0 46260 &disable_so_sh_vou_probe_fndecl_46260
++disable_so_desc_nr_md_rdev_46281 desc_nr md_rdev 0 46281 NULL
++disable_so_intel_ring_wait_request_fndecl_46282 intel_ring_wait_request fndecl 0 46282 NULL
++disable_so_regmap_raw_write_async_fndecl_46298 regmap_raw_write_async fndecl 0 46298 NULL
++disable_so_con_font_op_fndecl_46302 con_font_op fndecl 0 46302 NULL
++disable_so_osst_flush_buffer_fndecl_46324 osst_flush_buffer fndecl 0 46324 NULL nohasharray
++disable_so_mgslpc_config_fndecl_46324 mgslpc_config fndecl 0 46324 &disable_so_osst_flush_buffer_fndecl_46324
++disable_so_media_device_enum_links_fndecl_46327 media_device_enum_links fndecl 0 46327 NULL
++disable_so_iwl_init_otp_access_fndecl_46341 iwl_init_otp_access fndecl 0 46341 NULL
++disable_so_fs_path_ensure_buf_fndecl_46374 fs_path_ensure_buf fndecl 0 46374 NULL nohasharray
++disable_so_snd_seq_write_fndecl_46374 snd_seq_write fndecl 0 46374 &disable_so_fs_path_ensure_buf_fndecl_46374
++disable_so_atm_change_qos_fndecl_46375 atm_change_qos fndecl 0 46375 NULL
++disable_so_efx_mcdi_get_board_cfg_fndecl_46378 efx_mcdi_get_board_cfg fndecl 0 46378 NULL
++disable_so_ttm_bo_handle_move_mem_fndecl_46382 ttm_bo_handle_move_mem fndecl 0 46382 NULL
++disable_so_fcp_avc_transaction_fndecl_46409 fcp_avc_transaction fndecl 0 46409 NULL
++disable_so_load_free_space_cache_fndecl_46412 load_free_space_cache fndecl 0 46412 NULL
++disable_so_t4vf_get_vpd_params_fndecl_46415 t4vf_get_vpd_params fndecl 0 46415 NULL
++disable_so_proto_register_fndecl_46421 proto_register fndecl 0 46421 NULL
++disable_so_chameleon_parse_gdd_fndecl_46427 chameleon_parse_gdd fndecl 0 46427 NULL
++disable_so_rds_pin_pages_fndecl_46432 rds_pin_pages fndecl 0 46432 NULL
++disable_so_len_acm_wb_46442 len acm_wb 0 46442 NULL
++disable_so_btrfsic_process_superblock_dev_mirror_fndecl_46444 btrfsic_process_superblock_dev_mirror fndecl 0 46444 NULL
++disable_so__iwl_dbgfs_bcast_filters_write_fndecl_46448 _iwl_dbgfs_bcast_filters_write fndecl 0 46448 NULL
++disable_so_fb_base_phys_mb862xxfb_par_46449 fb_base_phys mb862xxfb_par 0 46449 NULL
++disable_so_r8a66597_urb_enqueue_fndecl_46454 r8a66597_urb_enqueue fndecl 0 46454 NULL
++disable_so_snd_seq_queue_timer_open_fndecl_46460 snd_seq_queue_timer_open fndecl 0 46460 NULL
++disable_so_wl1271_cmd_set_sta_key_fndecl_46461 wl1271_cmd_set_sta_key fndecl 0 46461 NULL
++disable_so_tea5764_i2c_probe_fndecl_46472 tea5764_i2c_probe fndecl 0 46472 NULL
++disable_so_msix_setup_entries_fndecl_46474 msix_setup_entries fndecl 0 46474 NULL nohasharray
++disable_so_idr_alloc_fndecl_46474 idr_alloc fndecl 0 46474 &disable_so_msix_setup_entries_fndecl_46474
++disable_so_genwqe_execute_ddcb_fndecl_46477 genwqe_execute_ddcb fndecl 0 46477 NULL
++disable_so_nla_put_nohdr_fndecl_46479 nla_put_nohdr fndecl 0 46479 NULL
++disable_so_udp_add_offload_fndecl_46485 udp_add_offload fndecl 0 46485 NULL
++disable_so_nfsd_cache_update_fndecl_46501 nfsd_cache_update fndecl 0 46501 NULL
++disable_so_mos7840_get_reg_sync_fndecl_46514 mos7840_get_reg_sync fndecl 0 46514 NULL
++disable_so_ipmi_register_smi_fndecl_46519 ipmi_register_smi fndecl 0 46519 NULL
++disable_so_smssdio_probe_fndecl_46541 smssdio_probe fndecl 0 46541 NULL
++disable_so_sc18is602_check_transfer_fndecl_46545 sc18is602_check_transfer fndecl 0 46545 NULL
++disable_so_kvm_set_routing_entry_fndecl_46546 kvm_set_routing_entry fndecl 0 46546 NULL
++disable_so_erasesize_shift_mtd_info_46565 erasesize_shift mtd_info 0 46565 NULL
++disable_so_trusted_instantiate_fndecl_46575 trusted_instantiate fndecl 0 46575 NULL
++disable_so_acpi_setter_handle_fndecl_46576 acpi_setter_handle fndecl 0 46576 NULL
++disable_so_register_snapshot_fndecl_46577 register_snapshot fndecl 0 46577 NULL
++disable_so_ocfs2_adjust_rightmost_branch_fndecl_46580 ocfs2_adjust_rightmost_branch fndecl 0 46580 NULL
++disable_so_mtrr_write_fndecl_46581 mtrr_write fndecl 0 46581 NULL
++disable_so_pvr2_read_register_fndecl_46595 pvr2_read_register fndecl 0 46595 NULL
++disable_so_mmc_do_calc_max_discard_fndecl_46596 mmc_do_calc_max_discard fndecl 0 46596 NULL
++disable_so_avc_denied_fndecl_46598 avc_denied fndecl 0 46598 NULL nohasharray
++disable_so_acpi_ex_store_string_to_string_fndecl_46598 acpi_ex_store_string_to_string fndecl 0 46598 &disable_so_avc_denied_fndecl_46598
++disable_so_uwb_rc_start_beacon_fndecl_46599 uwb_rc_start_beacon fndecl 0 46599 NULL
++disable_so___btrfs_write_out_cache_fndecl_46609 __btrfs_write_out_cache fndecl 0 46609 NULL
++disable_so_usbvision_read_reg_fndecl_46623 usbvision_read_reg fndecl 0 46623 NULL
++disable_so_move_to_indirect_fndecl_46624 move_to_indirect fndecl 0 46624 NULL nohasharray
++disable_so_radeon_bo_list_validate_fndecl_46624 radeon_bo_list_validate fndecl 0 46624 &disable_so_move_to_indirect_fndecl_46624
++disable_so_radeon_cs_parser_init_fndecl_46625 radeon_cs_parser_init fndecl 0 46625 NULL
++disable_so_dvd_read_struct_fndecl_46632 dvd_read_struct fndecl 0 46632 NULL
++disable_so_arch_setup_msi_irqs_fndecl_46642 arch_setup_msi_irqs fndecl 0 46642 NULL nohasharray
++disable_so_ip6mr_mfc_add_fndecl_46642 ip6mr_mfc_add fndecl 0 46642 &disable_so_arch_setup_msi_irqs_fndecl_46642
++disable_so___hw_addr_del_fndecl_46652 __hw_addr_del fndecl 0 46652 NULL
++disable_so_max_wr_ib_srq_attr_46680 max_wr ib_srq_attr 0 46680 NULL
++disable_so_tc90522_probe_fndecl_46685 tc90522_probe fndecl 0 46685 NULL
++disable_so_usb_ftdi_elan_edset_input_fndecl_46689 usb_ftdi_elan_edset_input fndecl 0 46689 NULL
++disable_so_display_crc_ctl_write_fndecl_46690 display_crc_ctl_write fndecl 0 46690 NULL
++disable_so_mlx4_ACCESS_MEM_fndecl_46714 mlx4_ACCESS_MEM fndecl 0 46714 NULL
++disable_so_rionet_setup_netdev_fndecl_46717 rionet_setup_netdev fndecl 0 46717 NULL
++disable_so_fw_core_add_address_handler_fndecl_46736 fw_core_add_address_handler fndecl 0 46736 NULL
++disable_so_syscall_result_osst_buffer_46751 syscall_result osst_buffer 0 46751 NULL
++disable_so_mlx4_slave_cmd_fndecl_46754 mlx4_slave_cmd fndecl 0 46754 NULL
++disable_so_ecryptfs_write_inode_size_to_header_fndecl_46757 ecryptfs_write_inode_size_to_header fndecl 0 46757 NULL
++disable_so_ipoctal_inst_slot_fndecl_46763 ipoctal_inst_slot fndecl 0 46763 NULL nohasharray
++disable_so_mwifiex_del_mgmt_ies_fndecl_46763 mwifiex_del_mgmt_ies fndecl 0 46763 &disable_so_ipoctal_inst_slot_fndecl_46763
++disable_so_rh_call_control_fndecl_46766 rh_call_control fndecl 0 46766 NULL
++disable_so_tcp_md5_do_del_fndecl_46785 tcp_md5_do_del fndecl 0 46785 NULL
++disable_so_ubi_eba_atomic_leb_change_fndecl_46792 ubi_eba_atomic_leb_change fndecl 0 46792 NULL
++disable_so_siena_mtd_probe_fndecl_46802 siena_mtd_probe fndecl 0 46802 NULL
++disable_so_mthca_alloc_resize_buf_fndecl_46841 mthca_alloc_resize_buf fndecl 0 46841 NULL
++disable_so_b43_gphy_op_allocate_fndecl_46844 b43_gphy_op_allocate fndecl 0 46844 NULL
++disable_so_radeon_ring_alloc_fndecl_46854 radeon_ring_alloc fndecl 0 46854 NULL
++disable_so_cifs_sync_mid_result_fndecl_46863 cifs_sync_mid_result fndecl 0 46863 NULL nohasharray
++disable_so_jbd2_journal_bmap_fndecl_46863 jbd2_journal_bmap fndecl 0 46863 &disable_so_cifs_sync_mid_result_fndecl_46863
++disable_so_adu_probe_fndecl_46878 adu_probe fndecl 0 46878 NULL
++disable_so_compat_ipmi_ioctl_fndecl_46887 compat_ipmi_ioctl fndecl 0 46887 NULL
++disable_so_cifs_setup_session_fndecl_46892 cifs_setup_session fndecl 0 46892 NULL
++disable_so_status_queued_ctx_46894 status queued_ctx 0 46894 NULL
++disable_so_buffer_size_snd_urb_ctx_46897 buffer_size snd_urb_ctx 0 46897 NULL
++disable_so_advansys_board_found_fndecl_46906 advansys_board_found fndecl 0 46906 NULL
++disable_so_gfs2_quota_sync_fndecl_46928 gfs2_quota_sync fndecl 0 46928 NULL
++disable_so_altera_wait_msecs_fndecl_46949 altera_wait_msecs fndecl 0 46949 NULL
++disable_so_ebitmap_set_bit_fndecl_46955 ebitmap_set_bit fndecl 0 46955 NULL
++disable_so_sctp_bindx_add_fndecl_46961 sctp_bindx_add fndecl 0 46961 NULL
++disable_so_evergreen_surface_check_2d_fndecl_46966 evergreen_surface_check_2d fndecl 0 46966 NULL nohasharray
++disable_so_can_queue_Scsi_Host_46966 can_queue Scsi_Host 0 46966 &disable_so_evergreen_surface_check_2d_fndecl_46966
++disable_so_vivid_fb_init_fndecl_46969 vivid_fb_init fndecl 0 46969 NULL
++disable_so_vcs_size_fndecl_46977 vcs_size fndecl 0 46977 NULL
++disable_so_nouveau_channel_dma_fndecl_46980 nouveau_channel_dma fndecl 0 46980 NULL
++disable_so_xfs_imap_to_bp_fndecl_46993 xfs_imap_to_bp fndecl 0 46993 NULL
++disable_so_snd_usbmidi_in_endpoint_create_fndecl_46998 snd_usbmidi_in_endpoint_create fndecl 0 46998 NULL nohasharray
++disable_so_skd_acquire_msix_fndecl_46998 skd_acquire_msix fndecl 0 46998 &disable_so_snd_usbmidi_in_endpoint_create_fndecl_46998
++disable_so_buflen_cdrom_generic_command_47000 buflen cdrom_generic_command 0 47000 NULL
++disable_so_update_slot_info_fndecl_47004 update_slot_info fndecl 0 47004 NULL
++disable_so_my_dvb_dmx_ts_card_init_fndecl_47011 my_dvb_dmx_ts_card_init fndecl 0 47011 NULL
++disable_so_y_offset_mxr_crop_47012 y_offset mxr_crop 0 47012 NULL
++disable_so_va_start_vmap_area_47016 va_start vmap_area 0 47016 NULL
++disable_so_pccard_get_tuple_data_fndecl_47026 pccard_get_tuple_data fndecl 0 47026 NULL
++disable_so_cma_resolve_loopback_fndecl_47029 cma_resolve_loopback fndecl 0 47029 NULL
++disable_so_dlm_try_to_join_domain_fndecl_47039 dlm_try_to_join_domain fndecl 0 47039 NULL
++disable_so_cmd_rsv_establish_fndecl_47043 cmd_rsv_establish fndecl 0 47043 NULL
++disable_so_ttm_bo_kmap_fndecl_47045 ttm_bo_kmap fndecl 0 47045 NULL nohasharray
++disable_so_reserve_or_set_tx_fndecl_47045 reserve_or_set_tx fndecl 0 47045 &disable_so_ttm_bo_kmap_fndecl_47045
++disable_so_parport_config_fndecl_47050 parport_config fndecl 0 47050 NULL
++disable_so_pci_save_state_fndecl_47070 pci_save_state fndecl 0 47070 NULL
++disable_so_asd_validate_ms_fndecl_47100 asd_validate_ms fndecl 0 47100 NULL
++disable_so_spu_wait_for_u16_fndecl_47101 spu_wait_for_u16 fndecl 0 47101 NULL
++disable_so_dmatest_func_fndecl_47120 dmatest_func fndecl 0 47120 NULL
++disable_so_ath6kl_init_service_ep_fndecl_47121 ath6kl_init_service_ep fndecl 0 47121 NULL
++disable_so_vb2_qbuf_fndecl_47124 vb2_qbuf fndecl 0 47124 NULL
++disable_so_target_xcopy_write_destination_fndecl_47134 target_xcopy_write_destination fndecl 0 47134 NULL
++disable_so_freq_cx88_core_47137 freq cx88_core 0 47137 NULL
++disable_so_dmaengine_pcm_request_chan_of_fndecl_47172 dmaengine_pcm_request_chan_of fndecl 0 47172 NULL nohasharray
++disable_so_vx_send_msg_fndecl_47172 vx_send_msg fndecl 0 47172 &disable_so_dmaengine_pcm_request_chan_of_fndecl_47172 nohasharray
++disable_so_xt_compat_match_to_user_fndecl_47172 xt_compat_match_to_user fndecl 0 47172 &disable_so_vx_send_msg_fndecl_47172
++disable_so__snd_ctl_add_slave_fndecl_47177 _snd_ctl_add_slave fndecl 0 47177 NULL
++disable_so_nilfs_segbuf_submit_bh_fndecl_47184 nilfs_segbuf_submit_bh fndecl 0 47184 NULL
++disable_so_adap_init0_fndecl_47189 adap_init0 fndecl 0 47189 NULL
++disable_so_msix_count_qla_hw_data_47192 msix_count qla_hw_data 0 47192 NULL
++disable_so_uvc_parse_format_fndecl_47194 uvc_parse_format fndecl 0 47194 NULL
++disable_so_scsi_setup_command_freelist_fndecl_47196 scsi_setup_command_freelist fndecl 0 47196 NULL nohasharray
++disable_so_max_inline_data_ib_qp_cap_47196 max_inline_data ib_qp_cap 0 47196 &disable_so_scsi_setup_command_freelist_fndecl_47196
++disable_so_smsc75xx_bind_fndecl_47197 smsc75xx_bind fndecl 0 47197 NULL
++disable_so_get_byte_fndecl_47224 get_byte fndecl 0 47224 NULL
++disable_so_hfs_brec_read_fndecl_47226 hfs_brec_read fndecl 0 47226 NULL
++disable_so_idt77252_init_rx_fndecl_47227 idt77252_init_rx fndecl 0 47227 NULL
++disable_so_dtSplitUp_fndecl_47231 dtSplitUp fndecl 0 47231 NULL
++disable_so___drbd_set_state_fndecl_47244 __drbd_set_state fndecl 0 47244 NULL
++disable_so_fuse_reverse_inval_inode_fndecl_47245 fuse_reverse_inval_inode fndecl 0 47245 NULL
++disable_so_xhci_init_fndecl_47246 xhci_init fndecl 0 47246 NULL
++disable_so_translate_desc_fndecl_47247 translate_desc fndecl 0 47247 NULL
++disable_so_seek_holedata_loop_fndecl_47256 seek_holedata_loop fndecl 0 47256 NULL
++disable_so_snd_emux_init_hwdep_fndecl_47268 snd_emux_init_hwdep fndecl 0 47268 NULL
++disable_so_em28xx_ir_init_fndecl_47270 em28xx_ir_init fndecl 0 47270 NULL
++disable_so_qlt_add_target_fndecl_47271 qlt_add_target fndecl 0 47271 NULL
++disable_so_progress_btrfs_caching_control_47276 progress btrfs_caching_control 0 47276 NULL
++disable_so_rom_size_qxl_device_47287 rom_size qxl_device 0 47287 NULL
++disable_so___wa_xfer_submit_fndecl_47289 __wa_xfer_submit fndecl 0 47289 NULL
++disable_so_amd756_s4882_init_fndecl_47303 amd756_s4882_init fndecl 0 47303 NULL
++disable_so_command_write_fndecl_47306 command_write fndecl 0 47306 NULL
++disable_so_fb_set_cmap_fndecl_47321 fb_set_cmap fndecl 0 47321 NULL
++disable_so_snd_asihpi_cmode_add_fndecl_47324 snd_asihpi_cmode_add fndecl 0 47324 NULL nohasharray
++disable_so_fat_read_bpb_fndecl_47324 fat_read_bpb fndecl 0 47324 &disable_so_snd_asihpi_cmode_add_fndecl_47324
++disable_so_tnc_read_node_nm_fndecl_47325 tnc_read_node_nm fndecl 0 47325 NULL
++disable_so_ppp_mppe_init_fndecl_47329 ppp_mppe_init fndecl 0 47329 NULL
++disable_so_hash_ipmark6_add_fndecl_47335 hash_ipmark6_add fndecl 0 47335 NULL
++disable_so_iforce_init_device_fndecl_47342 iforce_init_device fndecl 0 47342 NULL
++disable_so_hpfs_add_sector_to_btree_fndecl_47344 hpfs_add_sector_to_btree fndecl 0 47344 NULL
++disable_so_asus_wmi_evaluate_method_fndecl_47346 asus_wmi_evaluate_method fndecl 0 47346 NULL
++disable_so_ath6kl_wmi_send_action_cmd_fndecl_47359 ath6kl_wmi_send_action_cmd fndecl 0 47359 NULL
++disable_so_radeon_sa_bo_new_fndecl_47372 radeon_sa_bo_new fndecl 0 47372 NULL
++disable_so_ds_probe_fndecl_47375 ds_probe fndecl 0 47375 NULL
++disable_so_nilfs_bmap_convert_error_fndecl_47376 nilfs_bmap_convert_error fndecl 0 47376 NULL
++disable_so_find_best_unit_fndecl_47380 find_best_unit fndecl 0 47380 NULL
++disable_so_tp_len_tpacket_hdr_47410 tp_len tpacket_hdr 0 47410 NULL
++disable_so_xfs_btree_get_rec_fndecl_47417 xfs_btree_get_rec fndecl 0 47417 NULL
++disable_so_lpfc_sli4_read_config_fndecl_47432 lpfc_sli4_read_config fndecl 0 47432 NULL
++disable_so___vb2_init_fileio_fndecl_47435 __vb2_init_fileio fndecl 0 47435 NULL
++disable_so_v4l2_m2m_reqbufs_fndecl_47446 v4l2_m2m_reqbufs fndecl 0 47446 NULL
++disable_so_read_ext_index_list_fndecl_47464 read_ext_index_list fndecl 0 47464 NULL
++disable_so_vfio_iommu_map_fndecl_47471 vfio_iommu_map fndecl 0 47471 NULL nohasharray
++disable_so_qxl_bo_pin_fndecl_47471 qxl_bo_pin fndecl 0 47471 &disable_so_vfio_iommu_map_fndecl_47471
++disable_so_bnad_mem_alloc_fndecl_47473 bnad_mem_alloc fndecl 0 47473 NULL
++disable_so_xfs_mount_reset_sbqflags_fndecl_47479 xfs_mount_reset_sbqflags fndecl 0 47479 NULL nohasharray
++disable_so_qib_write_umem64_fndecl_47479 qib_write_umem64 fndecl 0 47479 &disable_so_xfs_mount_reset_sbqflags_fndecl_47479
++disable_so_touchit213_connect_fndecl_47480 touchit213_connect fndecl 0 47480 NULL
++disable_so_tipc_enable_bearer_fndecl_47486 tipc_enable_bearer fndecl 0 47486 NULL
++disable_so_nv50_curs_create_fndecl_47487 nv50_curs_create fndecl 0 47487 NULL nohasharray
++disable_so_savage_verify_state_s3d_fndecl_47487 savage_verify_state_s3d fndecl 0 47487 &disable_so_nv50_curs_create_fndecl_47487
++disable_so_cfg_reg_avm_hw_47488 cfg_reg avm_hw 0 47488 NULL
++disable_so_mpu401_command_fndecl_47501 mpu401_command fndecl 0 47501 NULL
++disable_so_mspro_block_probe_fndecl_47507 mspro_block_probe fndecl 0 47507 NULL
++disable_so_nv50_dma_push_wait_fndecl_47508 nv50_dma_push_wait fndecl 0 47508 NULL
++disable_so_tcf_hash_create_fndecl_47512 tcf_hash_create fndecl 0 47512 NULL
++disable_so_get_free_devid_fndecl_47522 get_free_devid fndecl 0 47522 NULL
++disable_so_iscsit_handle_text_cmd_fndecl_47528 iscsit_handle_text_cmd fndecl 0 47528 NULL
++disable_so_ethtool_set_settings_fndecl_47545 ethtool_set_settings fndecl 0 47545 NULL
++disable_so_fat_read_static_bpb_fndecl_47552 fat_read_static_bpb fndecl 0 47552 NULL
++disable_so_move_block_contents_fndecl_47561 move_block_contents fndecl 0 47561 NULL
++disable_so_ea_read_inline_fndecl_47566 ea_read_inline fndecl 0 47566 NULL
++disable_so_dev_set_mac_address_fndecl_47579 dev_set_mac_address fndecl 0 47579 NULL nohasharray
++disable_so_quota_getstate_fndecl_47579 quota_getstate fndecl 0 47579 &disable_so_dev_set_mac_address_fndecl_47579
++disable_so_scsi_scan_host_selected_fndecl_47580 scsi_scan_host_selected fndecl 0 47580 NULL
++disable_so_efx_mcdi_log_ctrl_fndecl_47589 efx_mcdi_log_ctrl fndecl 0 47589 NULL nohasharray
++disable_so_write_reg_fndecl_47589 write_reg fndecl 0 47589 &disable_so_efx_mcdi_log_ctrl_fndecl_47589
++disable_so_route4_set_parms_fndecl_47591 route4_set_parms fndecl 0 47591 NULL
++disable_so_dir_logfs_transaction_47599 dir logfs_transaction 0 47599 NULL
++disable_so_genwqe_unpin_mem_fndecl_47600 genwqe_unpin_mem fndecl 0 47600 NULL
++disable_so_nilfs_cpfile_get_offset_fndecl_47642 nilfs_cpfile_get_offset fndecl 0 47642 NULL
++disable_so_len_erase_info_47644 len erase_info 0 47644 NULL
++disable_so_dlm_rcom_names_fndecl_47668 dlm_rcom_names fndecl 0 47668 NULL
++disable_so_setup_window_fndecl_47673 setup_window fndecl 0 47673 NULL
++disable_so_rtsx_pci_write_register_fndecl_47674 rtsx_pci_write_register fndecl 0 47674 NULL
++disable_so_ksize_fndecl_47675 ksize fndecl 0 47675 NULL
++disable_so_net_assign_generic_fndecl_47682 net_assign_generic fndecl 0 47682 NULL nohasharray
++disable_so_height_v4l2_pix_format_47682 height v4l2_pix_format 0 47682 &disable_so_net_assign_generic_fndecl_47682
++disable_so_parse_altstr_fndecl_47685 parse_altstr fndecl 0 47685 NULL
++disable_so_batadv_hardif_min_mtu_fndecl_47691 batadv_hardif_min_mtu fndecl 0 47691 NULL
++disable_so_vmw_validate_single_buffer_fndecl_47695 vmw_validate_single_buffer fndecl 0 47695 NULL
++disable_so_gpu_mem_base_vml_par_47703 gpu_mem_base vml_par 0 47703 NULL
++disable_so_at76_probe_fndecl_47704 at76_probe fndecl 0 47704 NULL
++disable_so_spu_init_fndecl_47708 spu_init fndecl 0 47708 NULL
++disable_so_ci_get_vbios_boot_values_fndecl_47709 ci_get_vbios_boot_values fndecl 0 47709 NULL
++disable_so_wlcore_cmd_regdomain_config_locked_fndecl_47715 wlcore_cmd_regdomain_config_locked fndecl 0 47715 NULL
++disable_so___logfs_write_inode_fndecl_47734 __logfs_write_inode fndecl 0 47734 NULL
++disable_so_lpfc_sli4_queue_setup_fndecl_47737 lpfc_sli4_queue_setup fndecl 0 47737 NULL
++disable_so__prepare_for_striping_fndecl_47739 _prepare_for_striping fndecl 0 47739 NULL
++disable_so__transport_expander_phy_control_fndecl_47748 _transport_expander_phy_control fndecl 0 47748 NULL
++disable_so_iwlagn_update_beacon_fndecl_47771 iwlagn_update_beacon fndecl 0 47771 NULL
++disable_so_ctl_ioctl_fndecl_47777 ctl_ioctl fndecl 0 47777 NULL
++disable_so_xfs_iformat_fork_fndecl_47779 xfs_iformat_fork fndecl 0 47779 NULL
++disable_so___open_device_fndecl_47780 __open_device fndecl 0 47780 NULL nohasharray
++disable_so_carminefb_probe_fndecl_47780 carminefb_probe fndecl 0 47780 &disable_so___open_device_fndecl_47780
++disable_so_rx_ring_size_bnx2x_47784 rx_ring_size bnx2x 0 47784 NULL
++disable_so_netdev_queue_update_kobjects_fndecl_47798 netdev_queue_update_kobjects fndecl 0 47798 NULL
++disable_so_juli_init_fndecl_47805 juli_init fndecl 0 47805 NULL
++disable_so_sock_diag_register_fndecl_47806 sock_diag_register fndecl 0 47806 NULL
++disable_so_xenfb_probe_fndecl_47809 xenfb_probe fndecl 0 47809 NULL
++disable_so_cypress_dpm_init_fndecl_47818 cypress_dpm_init fndecl 0 47818 NULL
++disable_so_vfs_lock_file_fndecl_47826 vfs_lock_file fndecl 0 47826 NULL
++disable_so_check_cond_jmp_op_fndecl_47831 check_cond_jmp_op fndecl 0 47831 NULL
++disable_so_set_state_private_fndecl_47835 set_state_private fndecl 0 47835 NULL
++disable_so_assoc_len_amp_ctrl_47844 assoc_len amp_ctrl 0 47844 NULL
++disable_so_s5p_mfc_open_fndecl_47847 s5p_mfc_open fndecl 0 47847 NULL
++disable_so_efx_mcdi_errno_fndecl_47854 efx_mcdi_errno fndecl 0 47854 NULL
++disable_so_lpfc_bsg_diag_loopback_run_fndecl_47856 lpfc_bsg_diag_loopback_run fndecl 0 47856 NULL
++disable_so_receive_DataRequest_fndecl_47864 receive_DataRequest fndecl 0 47864 NULL
++disable_so_length_ar9170_stream_47870 length ar9170_stream 0 47870 NULL
++disable_so_bcma_bus_register_fndecl_47875 bcma_bus_register fndecl 0 47875 NULL
++disable_so_ipath_user_sdma_pin_pkt_fndecl_47878 ipath_user_sdma_pin_pkt fndecl 0 47878 NULL
++disable_so_sd_format_disk_name_fndecl_47880 sd_format_disk_name fndecl 0 47880 NULL
++disable_so_raw_ctl_compat_ioctl_fndecl_47882 raw_ctl_compat_ioctl fndecl 0 47882 NULL
++disable_so_ntb_transport_init_queue_fndecl_47906 ntb_transport_init_queue fndecl 0 47906 NULL
++disable_so_spi_map_msg_fndecl_47912 spi_map_msg fndecl 0 47912 NULL
++disable_so_xfs_bmap_read_extents_fndecl_47915 xfs_bmap_read_extents fndecl 0 47915 NULL
++disable_so_usb6fire_fw_ezusb_write_fndecl_47918 usb6fire_fw_ezusb_write fndecl 0 47918 NULL
++disable_so_hackrf_ctrl_msg_fndecl_47923 hackrf_ctrl_msg fndecl 0 47923 NULL
++disable_so_get_hub_descriptor_fndecl_47931 get_hub_descriptor fndecl 0 47931 NULL
++disable_so_snd_usbmidi_create_fndecl_47939 snd_usbmidi_create fndecl 0 47939 NULL
++disable_so_rsi_setupcard_fndecl_47940 rsi_setupcard fndecl 0 47940 NULL
++disable_so_CIFS_SessSetup_fndecl_47947 CIFS_SessSetup fndecl 0 47947 NULL
++disable_so_mtd_get_user_prot_info_fndecl_47948 mtd_get_user_prot_info fndecl 0 47948 NULL
++disable_so_dlm_new_lockspace_fndecl_47954 dlm_new_lockspace fndecl 0 47954 NULL
++disable_so_st5481_isoc_flatten_fndecl_47963 st5481_isoc_flatten fndecl 0 47963 NULL
++disable_so_il3945_request_scan_fndecl_47969 il3945_request_scan fndecl 0 47969 NULL
++disable_so_hdmi_mode_alternate_clock_fndecl_47981 hdmi_mode_alternate_clock fndecl 0 47981 NULL
++disable_so_sas_ex_phy_discover_helper_fndecl_47989 sas_ex_phy_discover_helper fndecl 0 47989 NULL
++disable_so_set_pasid_state_fndecl_47990 set_pasid_state fndecl 0 47990 NULL
++disable_so_usbhs_mod_gadget_probe_fndecl_47992 usbhs_mod_gadget_probe fndecl 0 47992 NULL
++disable_so_init_pci_cap_msi_perm_fndecl_48010 init_pci_cap_msi_perm fndecl 0 48010 NULL
++disable_so_zpff_init_fndecl_48011 zpff_init fndecl 0 48011 NULL
++disable_so_vmw_cmd_res_reloc_add_fndecl_48012 vmw_cmd_res_reloc_add fndecl 0 48012 NULL
++disable_so_original_mtu_slave_48025 original_mtu slave 0 48025 NULL
++disable_so_ttusbir_probe_fndecl_48037 ttusbir_probe fndecl 0 48037 NULL
++disable_so_sb_size_md_rdev_48046 sb_size md_rdev 0 48046 NULL
++disable_so_pt3_demod_write_fndecl_48051 pt3_demod_write fndecl 0 48051 NULL
++disable_so_r600_cs_track_check_fndecl_48054 r600_cs_track_check fndecl 0 48054 NULL nohasharray
++disable_so_prism54_set_genie_fndecl_48054 prism54_set_genie fndecl 0 48054 &disable_so_r600_cs_track_check_fndecl_48054
++disable_so_xfs_mountfs_fndecl_48057 xfs_mountfs fndecl 0 48057 NULL
++disable_so_ioctl_datasize_ips_ha_48058 ioctl_datasize ips_ha 0 48058 NULL
++disable_so_asd_flash_getid_fndecl_48065 asd_flash_getid fndecl 0 48065 NULL
++disable_so___netlink_dump_start_fndecl_48067 __netlink_dump_start fndecl 0 48067 NULL
++disable_so_gspca_init_transfer_fndecl_48084 gspca_init_transfer fndecl 0 48084 NULL
++disable_so_ide_probe_fndecl_48092 ide_probe fndecl 0 48092 NULL
++disable_so_check_version_fndecl_48093 check_version fndecl 0 48093 NULL
++disable_so_mac_fw_hdrs_push_fndecl_48102 mac_fw_hdrs_push fndecl 0 48102 NULL
++disable_so_init_status_page_fndecl_48103 init_status_page fndecl 0 48103 NULL
++disable_so_dspio_send_scp_message_fndecl_48106 dspio_send_scp_message fndecl 0 48106 NULL
++disable_so_reserve_backup_gdb_fndecl_48112 reserve_backup_gdb fndecl 0 48112 NULL
++disable_so_iwl_dbgfs_uapsd_misbehaving_write_fndecl_48133 iwl_dbgfs_uapsd_misbehaving_write fndecl 0 48133 NULL
++disable_so_mem_read_fndecl_48140 mem_read fndecl 0 48140 NULL
++disable_so_isdn_net_delphone_fndecl_48151 isdn_net_delphone fndecl 0 48151 NULL
++disable_so_isdnhdlc_encode_fndecl_48155 isdnhdlc_encode fndecl 0 48155 NULL
++disable_so_get_vpd_params_fndecl_48165 get_vpd_params fndecl 0 48165 NULL
++disable_so_xfs_alloc_ag_vextent_near_fndecl_48166 xfs_alloc_ag_vextent_near fndecl 0 48166 NULL nohasharray
++disable_so_ipmi_request_settime_fndecl_48166 ipmi_request_settime fndecl 0 48166 &disable_so_xfs_alloc_ag_vextent_near_fndecl_48166
++disable_so_con_font_get_fndecl_48174 con_font_get fndecl 0 48174 NULL
++disable_so_msi_compose_msg_fndecl_48182 msi_compose_msg fndecl 0 48182 NULL
++disable_so_nvkm_fifo_create__fndecl_48184 nvkm_fifo_create_ fndecl 0 48184 NULL
++disable_so_xres_virtual_fb_var_screeninfo_48196 xres_virtual fb_var_screeninfo 0 48196 NULL
++disable_so_snd_rawmidi_transmit_ack_fndecl_48200 snd_rawmidi_transmit_ack fndecl 0 48200 NULL
++disable_so_ethtool_get_ts_info_fndecl_48205 ethtool_get_ts_info fndecl 0 48205 NULL
++disable_so_dev_mc_add_fndecl_48208 dev_mc_add fndecl 0 48208 NULL
++disable_so_em28xx_i2c_register_fndecl_48218 em28xx_i2c_register fndecl 0 48218 NULL
++disable_so_cur_inode_last_extent_send_ctx_48219 cur_inode_last_extent send_ctx 0 48219 NULL
++disable_so_sm_mkoffset_fndecl_48229 sm_mkoffset fndecl 0 48229 NULL
++disable_so_sd_select_driver_type_fndecl_48232 sd_select_driver_type fndecl 0 48232 NULL
++disable_so_input_register_polled_device_fndecl_48235 input_register_polled_device fndecl 0 48235 NULL
++disable_so_s1d13xxxfb_suspend_fndecl_48242 s1d13xxxfb_suspend fndecl 0 48242 NULL
++disable_so_xfs_update_alignment_fndecl_48255 xfs_update_alignment fndecl 0 48255 NULL
++disable_so_hot_remove_disk_fndecl_48260 hot_remove_disk fndecl 0 48260 NULL
++disable_so_qlcnic_set_dma_mask_fndecl_48263 qlcnic_set_dma_mask fndecl 0 48263 NULL
++disable_so__config_alloc_config_dma_memory_fndecl_48268 _config_alloc_config_dma_memory fndecl 0 48268 NULL
++disable_so_sctp_init_fndecl_48273 sctp_init fndecl 0 48273 NULL
++disable_so_i915_gem_object_get_pages_fndecl_48277 i915_gem_object_get_pages fndecl 0 48277 NULL
++disable_so_bt_6lowpan_disconnect_fndecl_48279 bt_6lowpan_disconnect fndecl 0 48279 NULL nohasharray
++disable_so_imm_init_fndecl_48279 imm_init fndecl 0 48279 &disable_so_bt_6lowpan_disconnect_fndecl_48279
++disable_so_compat_sys_set_mempolicy_fndecl_48285 compat_sys_set_mempolicy fndecl 0 48285 NULL
++disable_so_xt_check_match_fndecl_48290 xt_check_match fndecl 0 48290 NULL
++disable_so_asd_read_flash_fndecl_48299 asd_read_flash fndecl 0 48299 NULL nohasharray
++disable_so_receive_sizes_fndecl_48299 receive_sizes fndecl 0 48299 &disable_so_asd_read_flash_fndecl_48299
++disable_so_mmc_send_csd_fndecl_48301 mmc_send_csd fndecl 0 48301 NULL
++disable_so_apei_exec_collect_resources_fndecl_48303 apei_exec_collect_resources fndecl 0 48303 NULL
++disable_so_add_waiting_dir_move_fndecl_48319 add_waiting_dir_move fndecl 0 48319 NULL
++disable_so_acpi_efi_48328 acpi efi 0 48328 NULL
++disable_so_snd_soc_add_codec_controls_fndecl_48331 snd_soc_add_codec_controls fndecl 0 48331 NULL
++disable_so_generic_ptrace_peekdata_fndecl_48349 generic_ptrace_peekdata fndecl 0 48349 NULL
++disable_so_evergreen_surface_check_linear_aligned_fndecl_48353 evergreen_surface_check_linear_aligned fndecl 0 48353 NULL
++disable_so_check_existing_refs_fndecl_48380 check_existing_refs fndecl 0 48380 NULL nohasharray
++disable_so_qlcnic_83xx_init_mailbox_work_fndecl_48380 qlcnic_83xx_init_mailbox_work fndecl 0 48380 &disable_so_check_existing_refs_fndecl_48380
++disable_so_get_location_fndecl_48385 get_location fndecl 0 48385 NULL
++disable_so_qlcnic_83xx_check_hw_status_fndecl_48386 qlcnic_83xx_check_hw_status fndecl 0 48386 NULL
++disable_so_mpt_attach_fndecl_48393 mpt_attach fndecl 0 48393 NULL
++disable_so__snd_pcm_hw_param_set_fndecl_48394 _snd_pcm_hw_param_set fndecl 0 48394 NULL
++disable_so_core_alua_update_tpg_primary_metadata_fndecl_48408 core_alua_update_tpg_primary_metadata fndecl 0 48408 NULL
++disable_so_sys_mq_getsetattr_fndecl_48411 sys_mq_getsetattr fndecl 0 48411 NULL
++disable_so_xhci_halt_fndecl_48412 xhci_halt fndecl 0 48412 NULL
++disable_so_parse_config_fndecl_48423 parse_config fndecl 0 48423 NULL
++disable_so_wl1271_acx_set_ht_capabilities_fndecl_48449 wl1271_acx_set_ht_capabilities fndecl 0 48449 NULL
++disable_so_mwl8k_cmd_use_fixed_rate_sta_fndecl_48453 mwl8k_cmd_use_fixed_rate_sta fndecl 0 48453 NULL
++disable_so_qxl_bo_check_id_fndecl_48457 qxl_bo_check_id fndecl 0 48457 NULL nohasharray
++disable_so_fuse_notify_inval_inode_fndecl_48457 fuse_notify_inval_inode fndecl 0 48457 &disable_so_qxl_bo_check_id_fndecl_48457
++disable_so_ioctl_fiemap_fndecl_48466 ioctl_fiemap fndecl 0 48466 NULL
++disable_so_zd_chip_read_mac_addr_fw_fndecl_48469 zd_chip_read_mac_addr_fw fndecl 0 48469 NULL
++disable_so_pcistub_reg_add_fndecl_48471 pcistub_reg_add fndecl 0 48471 NULL
++disable_so_sisusb_clear_vram_fndecl_48489 sisusb_clear_vram fndecl 0 48489 NULL
++disable_so_ip_vs_new_dest_fndecl_48498 ip_vs_new_dest fndecl 0 48498 NULL
++disable_so_smsc95xx_write_reg_nopm_fndecl_48505 smsc95xx_write_reg_nopm fndecl 0 48505 NULL
++disable_so_usb_add_gadget_udc_release_fndecl_48506 usb_add_gadget_udc_release fndecl 0 48506 NULL
++disable_so_uhid_hid_set_report_fndecl_48508 uhid_hid_set_report fndecl 0 48508 NULL
++disable_so_channels_snd_soc_dai_48509 channels snd_soc_dai 0 48509 NULL
++disable_so_evdev_grab_fndecl_48530 evdev_grab fndecl 0 48530 NULL
++disable_so_dxfer_len_sg_io_hdr_48532 dxfer_len sg_io_hdr 0 48532 NULL
++disable_so_vlan_dev_netpoll_setup_fndecl_48541 vlan_dev_netpoll_setup fndecl 0 48541 NULL
++disable_so_nilfs_segctor_collect_fndecl_48543 nilfs_segctor_collect fndecl 0 48543 NULL
++disable_so_target_xcopy_setup_pt_cmd_fndecl_48548 target_xcopy_setup_pt_cmd fndecl 0 48548 NULL nohasharray
++disable_so_snd_seq_queue_delete_fndecl_48548 snd_seq_queue_delete fndecl 0 48548 &disable_so_target_xcopy_setup_pt_cmd_fndecl_48548
++disable_so_i810_dma_init_fndecl_48550 i810_dma_init fndecl 0 48550 NULL
++disable_so_dsp_allocate_ports_fndecl_48551 dsp_allocate_ports fndecl 0 48551 NULL
++disable_so_inode_permission_fndecl_48552 inode_permission fndecl 0 48552 NULL
++disable_so_acpi_dev_get_resources_fndecl_48557 acpi_dev_get_resources fndecl 0 48557 NULL
++disable_so_gfs2_quota_hold_fndecl_48562 gfs2_quota_hold fndecl 0 48562 NULL
++disable_so_hpsa_allocate_cmd_pool_fndecl_48566 hpsa_allocate_cmd_pool fndecl 0 48566 NULL
++disable_so_start_spy_cam_fndecl_48570 start_spy_cam fndecl 0 48570 NULL
++disable_so_ib_send_rmpp_mad_fndecl_48571 ib_send_rmpp_mad fndecl 0 48571 NULL
++disable_so_btrfs_insert_inode_extref_fndecl_48574 btrfs_insert_inode_extref fndecl 0 48574 NULL
++disable_so_i40e_setup_pf_switch_fndecl_48583 i40e_setup_pf_switch fndecl 0 48583 NULL
++disable_so_tx_ring_size_bnx2x_48584 tx_ring_size bnx2x 0 48584 NULL
++disable_so_joydev_connect_fndecl_48590 joydev_connect fndecl 0 48590 NULL
++disable_so_il3945_hwrate_to_plcp_idx_fndecl_48592 il3945_hwrate_to_plcp_idx fndecl 0 48592 NULL
++disable_so_driver_register_fndecl_48593 driver_register fndecl 0 48593 NULL
++disable_so_xfs_file_ioctl_fndecl_48609 xfs_file_ioctl fndecl 0 48609 NULL
++disable_so_search_ioctl_fndecl_48610 search_ioctl fndecl 0 48610 NULL
++disable_so__base_handshake_req_reply_wait_fndecl_48628 _base_handshake_req_reply_wait fndecl 0 48628 NULL
++disable_so_pn544_hci_i2c_fw_write_cmd_fndecl_48631 pn544_hci_i2c_fw_write_cmd fndecl 0 48631 NULL
++disable_so_ili210x_read_reg_fndecl_48632 ili210x_read_reg fndecl 0 48632 NULL
++disable_so_irq_pm80x_rtc_info_48636 irq pm80x_rtc_info 0 48636 NULL
++disable_so_asd_read_ocm_seg_fndecl_48638 asd_read_ocm_seg fndecl 0 48638 NULL
++disable_so_create_out_jack_modes_fndecl_48652 create_out_jack_modes fndecl 0 48652 NULL nohasharray
++disable_so_logfs_mtd_read_fndecl_48652 logfs_mtd_read fndecl 0 48652 &disable_so_create_out_jack_modes_fndecl_48652
++disable_so_snd_hdspm_create_controls_fndecl_48670 snd_hdspm_create_controls fndecl 0 48670 NULL nohasharray
++disable_so_ppp_irnet_ioctl_fndecl_48670 ppp_irnet_ioctl fndecl 0 48670 &disable_so_snd_hdspm_create_controls_fndecl_48670
++disable_so_brcmf_fw_get_firmwares_fndecl_48672 brcmf_fw_get_firmwares fndecl 0 48672 NULL
++disable_so_xfs_btree_update_fndecl_48676 xfs_btree_update fndecl 0 48676 NULL
++disable_so_spu_wait_for_u32_fndecl_48677 spu_wait_for_u32 fndecl 0 48677 NULL
++disable_so_acpi_button_add_fs_fndecl_48680 acpi_button_add_fs fndecl 0 48680 NULL
++disable_so_migrate_to_node_fndecl_48683 migrate_to_node fndecl 0 48683 NULL
++disable_so_lbs_get_firmware_async_fndecl_48691 lbs_get_firmware_async fndecl 0 48691 NULL
++disable_so_xfs_bmap_add_extent_delay_real_fndecl_48692 xfs_bmap_add_extent_delay_real fndecl 0 48692 NULL
++disable_so_is_connected_output_ep_fndecl_48702 is_connected_output_ep fndecl 0 48702 NULL
++disable_so_asix_write_cmd_fndecl_48707 asix_write_cmd fndecl 0 48707 NULL
++disable_so_gen8_ppgtt_allocate_page_tables_fndecl_48716 gen8_ppgtt_allocate_page_tables fndecl 0 48716 NULL
++disable_so_kfd_build_sysfs_node_tree_fndecl_48728 kfd_build_sysfs_node_tree fndecl 0 48728 NULL
++disable_so_garmin_write_bulk_fndecl_48732 garmin_write_bulk fndecl 0 48732 NULL
++disable_so_brcmf_sdiod_buffrw_fndecl_48736 brcmf_sdiod_buffrw fndecl 0 48736 NULL
++disable_so_shdma_alloc_chan_resources_fndecl_48742 shdma_alloc_chan_resources fndecl 0 48742 NULL
++disable_so_xenbus_irq_vardecl_xenbus_comms_c_48747 xenbus_irq vardecl_xenbus_comms.c 0 48747 NULL
++disable_so_outputs_snd_soc_dapm_widget_48752 outputs snd_soc_dapm_widget 0 48752 NULL
++disable_so_i40evf_allocate_virt_mem_d_fndecl_48753 i40evf_allocate_virt_mem_d fndecl 0 48753 NULL
++disable_so_sisusb_handle_command_fndecl_48761 sisusb_handle_command fndecl 0 48761 NULL
++disable_so_snd_seq_deliver_single_event_fndecl_48764 snd_seq_deliver_single_event fndecl 0 48764 NULL
++disable_so_assign_substream_fndecl_48781 assign_substream fndecl 0 48781 NULL
++disable_so_kstrtos8_from_user_fndecl_48783 kstrtos8_from_user fndecl 0 48783 NULL
++disable_so_regmap_raw_read_fndecl_48789 regmap_raw_read fndecl 0 48789 NULL nohasharray
++disable_so_btrfsic_create_link_to_next_block_fndecl_48789 btrfsic_create_link_to_next_block fndecl 0 48789 &disable_so_regmap_raw_read_fndecl_48789
++disable_so_samsung_rfkill_init_fndecl_48792 samsung_rfkill_init fndecl 0 48792 NULL
++disable_so_len_spi_transfer_48802 len spi_transfer 0 48802 NULL
++disable_so_ext3_max_size_fndecl_48803 ext3_max_size fndecl 0 48803 NULL
++disable_so_jffs2_do_fill_super_fndecl_48829 jffs2_do_fill_super fndecl 0 48829 NULL
++disable_so_tv_freq_vivid_dev_48830 tv_freq vivid_dev 0 48830 NULL
++disable_so_orig_fgconsole_vardecl_console_c_48831 orig_fgconsole vardecl_console.c 0 48831 NULL
++disable_so_trident_pci_probe_fndecl_48832 trident_pci_probe fndecl 0 48832 NULL nohasharray
++disable_so_mic_virtio_copy_from_user_fndecl_48832 mic_virtio_copy_from_user fndecl 0 48832 &disable_so_trident_pci_probe_fndecl_48832
++disable_so_ni_populate_smc_t_fndecl_48841 ni_populate_smc_t fndecl 0 48841 NULL
++disable_so_dlm_user_adopt_orphan_fndecl_48845 dlm_user_adopt_orphan fndecl 0 48845 NULL
++disable_so_snd_timer_new_fndecl_48873 snd_timer_new fndecl 0 48873 NULL
++disable_so_lscan_lnum_ubifs_info_48882 lscan_lnum ubifs_info 0 48882 NULL
++disable_so_pn533_submit_urb_for_ack_fndecl_48889 pn533_submit_urb_for_ack fndecl 0 48889 NULL
++disable_so_qgroup_calc_new_refcnt_fndecl_48894 qgroup_calc_new_refcnt fndecl 0 48894 NULL
++disable_so_i40e_ptp_set_ts_config_fndecl_48905 i40e_ptp_set_ts_config fndecl 0 48905 NULL
++disable_so_smsc95xx_bind_fndecl_48910 smsc95xx_bind fndecl 0 48910 NULL
++disable_so_smscore_configure_board_fndecl_48911 smscore_configure_board fndecl 0 48911 NULL
++disable_so_dccp_sysctl_init_fndecl_48914 dccp_sysctl_init fndecl 0 48914 NULL
++disable_so_rx_ring_count_ixgbevf_adapter_48930 rx_ring_count ixgbevf_adapter 0 48930 NULL
++disable_so_emi26_writememory_fndecl_48935 emi26_writememory fndecl 0 48935 NULL
++disable_so___uhid_report_queue_and_wait_fndecl_48937 __uhid_report_queue_and_wait fndecl 0 48937 NULL
++disable_so_rtsx_usb_get_status_with_bulk_fndecl_48946 rtsx_usb_get_status_with_bulk fndecl 0 48946 NULL
++disable_so_wl18xx_cmd_set_cac_fndecl_48953 wl18xx_cmd_set_cac fndecl 0 48953 NULL
++disable_so_ni_upload_sw_state_fndecl_48955 ni_upload_sw_state fndecl 0 48955 NULL
++disable_so_ath_regd_init_fndecl_48961 ath_regd_init fndecl 0 48961 NULL
++disable_so_xfs_mru_cache_create_fndecl_48964 xfs_mru_cache_create fndecl 0 48964 NULL
++disable_so_csio_hw_fw_halt_fndecl_48968 csio_hw_fw_halt fndecl 0 48968 NULL nohasharray
++disable_so_ramfs_parse_options_fndecl_48968 ramfs_parse_options fndecl 0 48968 &disable_so_csio_hw_fw_halt_fndecl_48968
++disable_so_wait_task_zombie_fndecl_48983 wait_task_zombie fndecl 0 48983 NULL nohasharray
++disable_so_security_get_user_sids_fndecl_48983 security_get_user_sids fndecl 0 48983 &disable_so_wait_task_zombie_fndecl_48983
++disable_so_snd_akm4xxx_build_controls_fndecl_48986 snd_akm4xxx_build_controls fndecl 0 48986 NULL
++disable_so_cifs_unlock_range_fndecl_48995 cifs_unlock_range fndecl 0 48995 NULL
++disable_so_iov_iter_npages_fndecl_49000 iov_iter_npages fndecl 0 49000 NULL nohasharray
++disable_so_pid_task_struct_49000 pid task_struct 0 49000 &disable_so_iov_iter_npages_fndecl_49000
++disable_so_brcmf_notify_sched_scan_results_fndecl_49007 brcmf_notify_sched_scan_results fndecl 0 49007 NULL
++disable_so_bsg_create_job_fndecl_49009 bsg_create_job fndecl 0 49009 NULL
++disable_so_c4iw_ocqp_pool_create_fndecl_49011 c4iw_ocqp_pool_create fndecl 0 49011 NULL
++disable_so_uvesafb_setcmap_fndecl_49022 uvesafb_setcmap fndecl 0 49022 NULL
++disable_so_rocker_port_fdb_fndecl_49030 rocker_port_fdb fndecl 0 49030 NULL
++disable_so_reg_r_fndecl_49040 reg_r fndecl 0 49040 NULL
++disable_so_h_front_porch_fb_cvt_data_49048 h_front_porch fb_cvt_data 0 49048 NULL
++disable_so_cxacru_cm_fndecl_49052 cxacru_cm fndecl 0 49052 NULL
++disable_so_iguanair_send_fndecl_49054 iguanair_send fndecl 0 49054 NULL
++disable_so_fat_calc_dir_size_fndecl_49074 fat_calc_dir_size fndecl 0 49074 NULL
++disable_so_vmw_event_fence_action_create_fndecl_49088 vmw_event_fence_action_create fndecl 0 49088 NULL
++disable_so_ocfs2_find_leaf_fndecl_49090 ocfs2_find_leaf fndecl 0 49090 NULL
++disable_so_prepare_ext_ctrls_fndecl_49096 prepare_ext_ctrls fndecl 0 49096 NULL
++disable_so_rfkill_led_trigger_register_fndecl_49098 rfkill_led_trigger_register fndecl 0 49098 NULL
++disable_so_vmci_qpair_alloc_fndecl_49107 vmci_qpair_alloc fndecl 0 49107 NULL
++disable_so_snd_info_card_create_fndecl_49108 snd_info_card_create fndecl 0 49108 NULL
++disable_so_ino_kernfs_node_49113 ino kernfs_node 0 49113 NULL
++disable_so_ntb_xeon_setup_fndecl_49121 ntb_xeon_setup fndecl 0 49121 NULL
++disable_so_efx_mcdi_nvram_info_fndecl_49124 efx_mcdi_nvram_info fndecl 0 49124 NULL
++disable_so_vxlan_fdb_create_fndecl_49127 vxlan_fdb_create fndecl 0 49127 NULL
++disable_so_regulator_register_supply_alias_fndecl_49138 regulator_register_supply_alias fndecl 0 49138 NULL
++disable_so_wcn36xx_smd_start_rsp_fndecl_49144 wcn36xx_smd_start_rsp fndecl 0 49144 NULL
++disable_so_cis_tpl_parse_fndecl_49146 cis_tpl_parse fndecl 0 49146 NULL
++disable_so_rpipe_get_idle_fndecl_49147 rpipe_get_idle fndecl 0 49147 NULL
++disable_so_ufx_reg_clear_and_set_bits_fndecl_49150 ufx_reg_clear_and_set_bits fndecl 0 49150 NULL
++disable_so_ethtool_get_link_fndecl_49154 ethtool_get_link fndecl 0 49154 NULL
++disable_so_generic_exec_single_fndecl_49159 generic_exec_single fndecl 0 49159 NULL
++disable_so_sync_cached_firmware_buf_fndecl_49162 sync_cached_firmware_buf fndecl 0 49162 NULL
++disable_so_sas_configure_set_fndecl_49189 sas_configure_set fndecl 0 49189 NULL
++disable_so_do_idetape_chrdev_ioctl_fndecl_49205 do_idetape_chrdev_ioctl fndecl 0 49205 NULL
++disable_so_usbnet_read_cmd_fndecl_49216 usbnet_read_cmd fndecl 0 49216 NULL nohasharray
++disable_so_nleft_ide_cmd_49216 nleft ide_cmd 0 49216 &disable_so_usbnet_read_cmd_fndecl_49216
++disable_so_reqsk_queue_alloc_fndecl_49219 reqsk_queue_alloc fndecl 0 49219 NULL
++disable_so_do_cmd_fndecl_49236 do_cmd fndecl 0 49236 NULL
++disable_so_mos7840_write_fndecl_49240 mos7840_write fndecl 0 49240 NULL
++disable_so_uwb_est_grow_fndecl_49252 uwb_est_grow fndecl 0 49252 NULL
++disable_so_usbtv_probe_fndecl_49257 usbtv_probe fndecl 0 49257 NULL
++disable_so_avc_identify_subunit_fndecl_49268 avc_identify_subunit fndecl 0 49268 NULL
++disable_so_dn_confirm_accept_fndecl_49275 dn_confirm_accept fndecl 0 49275 NULL
++disable_so_nv50_dma_wait_fndecl_49278 nv50_dma_wait fndecl 0 49278 NULL
++disable_so_nouveau_channel_new_fndecl_49282 nouveau_channel_new fndecl 0 49282 NULL
++disable_so_idetape_blkdev_ioctl_fndecl_49292 idetape_blkdev_ioctl fndecl 0 49292 NULL
++disable_so_splice_direct_to_actor_fndecl_49310 splice_direct_to_actor fndecl 0 49310 NULL
++disable_so__vnic_dev_cmd_fndecl_49322 _vnic_dev_cmd fndecl 0 49322 NULL nohasharray
++disable_so_via_cputemp_device_add_fndecl_49322 via_cputemp_device_add fndecl 0 49322 &disable_so__vnic_dev_cmd_fndecl_49322
++disable_so_enic_rx_flow_steer_fndecl_49327 enic_rx_flow_steer fndecl 0 49327 NULL
++disable_so_wl1251_acx_set_preamble_fndecl_49329 wl1251_acx_set_preamble fndecl 0 49329 NULL
++disable_so_dmi_system_event_log_fndecl_49334 dmi_system_event_log fndecl 0 49334 NULL
++disable_so_scsi_ioctl_get_pci_fndecl_49335 scsi_ioctl_get_pci fndecl 0 49335 NULL
++disable_so_wl18xx_scan_sched_scan_config_fndecl_49346 wl18xx_scan_sched_scan_config fndecl 0 49346 NULL
++disable_so_kobject_move_fndecl_49347 kobject_move fndecl 0 49347 NULL
++disable_so_pvr2_locate_firmware_fndecl_49353 pvr2_locate_firmware fndecl 0 49353 NULL
++disable_so_wl128x_cmd_general_parms_fndecl_49374 wl128x_cmd_general_parms fndecl 0 49374 NULL
++disable_so_mlx5_cmd_alloc_uar_fndecl_49386 mlx5_cmd_alloc_uar fndecl 0 49386 NULL
++disable_so_vq_send_wr_fndecl_49388 vq_send_wr fndecl 0 49388 NULL
++disable_so_cy_set_serial_info_fndecl_49391 cy_set_serial_info fndecl 0 49391 NULL
++disable_so_usb_ftdi_elan_edset_empty_fndecl_49394 usb_ftdi_elan_edset_empty fndecl 0 49394 NULL nohasharray
++disable_so_wl1271_acx_keep_alive_config_fndecl_49394 wl1271_acx_keep_alive_config fndecl 0 49394 &disable_so_usb_ftdi_elan_edset_empty_fndecl_49394
++disable_so_serio_open_fndecl_49416 serio_open fndecl 0 49416 NULL
++disable_so_mlx4_comm_cmd_wait_fndecl_49432 mlx4_comm_cmd_wait fndecl 0 49432 NULL nohasharray
++disable_so_bytenr_tree_block_49432 bytenr tree_block 0 49432 &disable_so_mlx4_comm_cmd_wait_fndecl_49432
++disable_so_usb_get_device_descriptor_fndecl_49436 usb_get_device_descriptor fndecl 0 49436 NULL
++disable_so_vsxxxaa_connect_fndecl_49440 vsxxxaa_connect fndecl 0 49440 NULL
++disable_so_aer_inject_fndecl_49443 aer_inject fndecl 0 49443 NULL
++disable_so_get_setup_data_total_num_fndecl_49455 get_setup_data_total_num fndecl 0 49455 NULL
++disable_so_selinux_audit_rule_init_fndecl_49458 selinux_audit_rule_init fndecl 0 49458 NULL
++disable_so_usnic_uiom_attach_dev_to_pd_fndecl_49460 usnic_uiom_attach_dev_to_pd fndecl 0 49460 NULL
++disable_so_x25_subscr_ioctl_fndecl_49466 x25_subscr_ioctl fndecl 0 49466 NULL
++disable_so_ivtvfb_write_fndecl_49476 ivtvfb_write fndecl 0 49476 NULL
++disable_so__truncate_mirrors_fndecl_49478 _truncate_mirrors fndecl 0 49478 NULL
++disable_so_mxt_update_cfg_fndecl_49479 mxt_update_cfg fndecl 0 49479 NULL
++disable_so_ea_foreach_i_fndecl_49487 ea_foreach_i fndecl 0 49487 NULL
++disable_so_smb_send_fndecl_49500 smb_send fndecl 0 49500 NULL
++disable_so_wl12xx_acx_set_ba_initiator_policy_fndecl_49534 wl12xx_acx_set_ba_initiator_policy fndecl 0 49534 NULL
++disable_so_regcache_lzo_compress_cache_block_fndecl_49544 regcache_lzo_compress_cache_block fndecl 0 49544 NULL
++disable_so_snd_pcm_sw_params_user_fndecl_49548 snd_pcm_sw_params_user fndecl 0 49548 NULL
++disable_so_wl1251_ps_elp_wakeup_fndecl_49562 wl1251_ps_elp_wakeup fndecl 0 49562 NULL
++disable_so_set_selection_fndecl_49564 set_selection fndecl 0 49564 NULL nohasharray
++disable_so_wl1251_acx_beacon_filter_table_fndecl_49564 wl1251_acx_beacon_filter_table fndecl 0 49564 &disable_so_set_selection_fndecl_49564
++disable_so_hidpp_send_fap_command_sync_fndecl_49568 hidpp_send_fap_command_sync fndecl 0 49568 NULL
++disable_so_jread_fndecl_49580 jread fndecl 0 49580 NULL
++disable_so_mpt_handshake_req_reply_wait_fndecl_49586 mpt_handshake_req_reply_wait fndecl 0 49586 NULL
++disable_so_xfs_rtbuf_get_fndecl_49592 xfs_rtbuf_get fndecl 0 49592 NULL
++disable_so_netlink_broadcast_filtered_fndecl_49594 netlink_broadcast_filtered fndecl 0 49594 NULL
++disable_so_reg_set_rd_core_fndecl_49613 reg_set_rd_core fndecl 0 49613 NULL
++disable_so_write_cmd_usb_fndecl_49619 write_cmd_usb fndecl 0 49619 NULL
++disable_so_reg_read_range_fndecl_49623 reg_read_range fndecl 0 49623 NULL
++disable_so_mlx4_buf_write_mtt_fndecl_49634 mlx4_buf_write_mtt fndecl 0 49634 NULL
++disable_so_cirrus_fbdev_init_fndecl_49643 cirrus_fbdev_init fndecl 0 49643 NULL
++disable_so_lis3lv02d_poweron_fndecl_49648 lis3lv02d_poweron fndecl 0 49648 NULL
++disable_so_il4965_rs_get_adjacent_rate_fndecl_49653 il4965_rs_get_adjacent_rate fndecl 0 49653 NULL
++disable_so_usbnet_get_endpoints_fndecl_49662 usbnet_get_endpoints fndecl 0 49662 NULL
++disable_so_adc_enqueue_request_fndecl_49667 adc_enqueue_request fndecl 0 49667 NULL
++disable_so_ntb_get_mw_size_fndecl_49668 ntb_get_mw_size fndecl 0 49668 NULL
++disable_so_nilfs_bmap_lookup_at_level_fndecl_49671 nilfs_bmap_lookup_at_level fndecl 0 49671 NULL
++disable_so_parse_options_fndecl_49679 parse_options fndecl 0 49679 NULL
++disable_so_snd_lx6464es_create_fndecl_49685 snd_lx6464es_create fndecl 0 49685 NULL
++disable_so_set_extent_bit_fndecl_49692 set_extent_bit fndecl 0 49692 NULL nohasharray
++disable_so_prism2_pci_probe_fndecl_49692 prism2_pci_probe fndecl 0 49692 &disable_so_set_extent_bit_fndecl_49692
++disable_so_xen_copy_pss_data_fndecl_49693 xen_copy_pss_data fndecl 0 49693 NULL
++disable_so_cipso_v4_cache_add_fndecl_49700 cipso_v4_cache_add fndecl 0 49700 NULL
++disable_so_e1000_set_eeprom_fndecl_49707 e1000_set_eeprom fndecl 0 49707 NULL
++disable_so_zd_mac_config_beacon_fndecl_49719 zd_mac_config_beacon fndecl 0 49719 NULL
++disable_so_write_behind_check_fndecl_49726 write_behind_check fndecl 0 49726 NULL
++disable_so_bnx2x_configure_ptp_filters_fndecl_49732 bnx2x_configure_ptp_filters fndecl 0 49732 NULL
++disable_so_mxt_wait_for_completion_fndecl_49734 mxt_wait_for_completion fndecl 0 49734 NULL
++disable_so_mlx4_ARM_COMM_CHANNEL_fndecl_49737 mlx4_ARM_COMM_CHANNEL fndecl 0 49737 NULL
++disable_so_mls_range_set_fndecl_49739 mls_range_set fndecl 0 49739 NULL
++disable_so_jffs2_get_acl_fndecl_49741 jffs2_get_acl fndecl 0 49741 NULL
++disable_so_snd_ctl_elem_write_user_compat_fndecl_49750 snd_ctl_elem_write_user_compat fndecl 0 49750 NULL
++disable_so_savage_dispatch_vb_prim_fndecl_49753 savage_dispatch_vb_prim fndecl 0 49753 NULL
++disable_so_cifs_sign_smbv_fndecl_49776 cifs_sign_smbv fndecl 0 49776 NULL
++disable_so_amradio_send_cmd_fndecl_49779 amradio_send_cmd fndecl 0 49779 NULL
++disable_so_snd_ctl_elem_info_compat_fndecl_49781 snd_ctl_elem_info_compat fndecl 0 49781 NULL
++disable_so_siena_probe_nic_fndecl_49786 siena_probe_nic fndecl 0 49786 NULL
++disable_so_smk_fill_rule_fndecl_49787 smk_fill_rule fndecl 0 49787 NULL
++disable_so_va1j5jf8007t_init_frequency_fndecl_49799 va1j5jf8007t_init_frequency fndecl 0 49799 NULL
++disable_so_pkt_sysfs_init_fndecl_49802 pkt_sysfs_init fndecl 0 49802 NULL
++disable_so_logfs_seek_hole_fndecl_49805 logfs_seek_hole fndecl 0 49805 NULL
++disable_so_fat_chain_add_fndecl_49812 fat_chain_add fndecl 0 49812 NULL
++disable_so_can_rx_register_fndecl_49823 can_rx_register fndecl 0 49823 NULL
++disable_so_wl12xx_cmd_build_probe_req_fndecl_49835 wl12xx_cmd_build_probe_req fndecl 0 49835 NULL nohasharray
++disable_so_atkbd_connect_fndecl_49835 atkbd_connect fndecl 0 49835 &disable_so_wl12xx_cmd_build_probe_req_fndecl_49835
++disable_so_intel_pin_and_map_ringbuffer_obj_fndecl_49837 intel_pin_and_map_ringbuffer_obj fndecl 0 49837 NULL
++disable_so_fifosize_uart_port_49843 fifosize uart_port 0 49843 NULL
++disable_so_wl12xx_cmd_roc_fndecl_49850 wl12xx_cmd_roc fndecl 0 49850 NULL
++disable_so_gfs2_ea_find_fndecl_49858 gfs2_ea_find fndecl 0 49858 NULL nohasharray
++disable_so_wl12xx_cmd_role_disable_fndecl_49858 wl12xx_cmd_role_disable fndecl 0 49858 &disable_so_gfs2_ea_find_fndecl_49858
++disable_so_xfs_sync_sb_fndecl_49876 xfs_sync_sb fndecl 0 49876 NULL
++disable_so_snd_seq_ioctl_get_client_pool_fndecl_49880 snd_seq_ioctl_get_client_pool fndecl 0 49880 NULL
++disable_so_sg_alloc_table_fndecl_49895 sg_alloc_table fndecl 0 49895 NULL
++disable_so_dn_dev_set_ifa_fndecl_49897 dn_dev_set_ifa fndecl 0 49897 NULL
++disable_so_hash_netnet6_add_fndecl_49908 hash_netnet6_add fndecl 0 49908 NULL
++disable_so_port100_submit_urb_for_ack_fndecl_49922 port100_submit_urb_for_ack fndecl 0 49922 NULL
++disable_so_ib_sa_guid_info_rec_query_fndecl_49928 ib_sa_guid_info_rec_query fndecl 0 49928 NULL
++disable_so_smsc75xx_read_reg_fndecl_49942 smsc75xx_read_reg fndecl 0 49942 NULL
++disable_so_tcf_act_police_locate_fndecl_49948 tcf_act_police_locate fndecl 0 49948 NULL
++disable_so_pcxhr_send_msg_fndecl_49960 pcxhr_send_msg fndecl 0 49960 NULL
++disable_so___ethtool_get_sset_count_fndecl_49964 __ethtool_get_sset_count fndecl 0 49964 NULL
++disable_so_xfs_iread_extents_fndecl_49965 xfs_iread_extents fndecl 0 49965 NULL nohasharray
++disable_so_kingsun_probe_fndecl_49965 kingsun_probe fndecl 0 49965 &disable_so_xfs_iread_extents_fndecl_49965
++disable_so___mms114_read_reg_fndecl_49983 __mms114_read_reg fndecl 0 49983 NULL
++disable_so_kv_parse_power_table_fndecl_49984 kv_parse_power_table fndecl 0 49984 NULL
++disable_so_xen_wdt_ioctl_fndecl_49989 xen_wdt_ioctl fndecl 0 49989 NULL
++disable_so_rocker_flow_tbl_bridge_fndecl_50016 rocker_flow_tbl_bridge fndecl 0 50016 NULL
++disable_so_ethtool_get_dump_flag_fndecl_50018 ethtool_get_dump_flag fndecl 0 50018 NULL
++disable_so_netxen_setup_minidump_fndecl_50019 netxen_setup_minidump fndecl 0 50019 NULL
++disable_so_ufx_reg_read_fndecl_50020 ufx_reg_read fndecl 0 50020 NULL
++disable_so_ipmi_create_user_fndecl_50025 ipmi_create_user fndecl 0 50025 NULL
++disable_so_bi_size_bvec_iter_50026 bi_size bvec_iter 0 50026 NULL
++disable_so_snd_oss_kernel_minor_fndecl_50028 snd_oss_kernel_minor fndecl 0 50028 NULL
++disable_so_ima_write_policy_fndecl_50039 ima_write_policy fndecl 0 50039 NULL
++disable_so_mlx4_master_immediate_activate_vlan_qos_fndecl_50045 mlx4_master_immediate_activate_vlan_qos fndecl 0 50045 NULL
++disable_so_solo_dma_vin_region_fndecl_50047 solo_dma_vin_region fndecl 0 50047 NULL
++disable_so_mwifiex_ret_cfg_data_fndecl_50065 mwifiex_ret_cfg_data fndecl 0 50065 NULL
++disable_so_ssb_pci_xtal_fndecl_50070 ssb_pci_xtal fndecl 0 50070 NULL
++disable_so_rtsx_pci_read_ppbuf_fndecl_50078 rtsx_pci_read_ppbuf fndecl 0 50078 NULL nohasharray
++disable_so_lm8323_probe_fndecl_50078 lm8323_probe fndecl 0 50078 &disable_so_rtsx_pci_read_ppbuf_fndecl_50078
++disable_so_context_init_fndecl_50085 context_init fndecl 0 50085 NULL
++disable_so_sctp_cmd_process_init_fndecl_50094 sctp_cmd_process_init fndecl 0 50094 NULL
++disable_so_ixgbe_setup_tx_resources_fndecl_50102 ixgbe_setup_tx_resources fndecl 0 50102 NULL
++disable_so_i2c_register_adapter_fndecl_50119 i2c_register_adapter fndecl 0 50119 NULL nohasharray
++disable_so_snd_nm256_create_fndecl_50119 snd_nm256_create fndecl 0 50119 &disable_so_i2c_register_adapter_fndecl_50119
++disable_so_usb_set_interface_fndecl_50126 usb_set_interface fndecl 0 50126 NULL
++disable_so_sys_timerfd_settime_fndecl_50127 sys_timerfd_settime fndecl 0 50127 NULL
++disable_so_snd_soc_add_component_controls_fndecl_50137 snd_soc_add_component_controls fndecl 0 50137 NULL
++disable_so_regulator_enable_fndecl_50146 regulator_enable fndecl 0 50146 NULL
++disable_so_mlx5_core_create_qp_fndecl_50150 mlx5_core_create_qp fndecl 0 50150 NULL
++disable_so_init_chip_fndecl_50152 init_chip fndecl 0 50152 NULL nohasharray
++disable_so_tb_drom_read_fndecl_50152 tb_drom_read fndecl 0 50152 &disable_so_init_chip_fndecl_50152
++disable_so_nfc_hci_set_param_fndecl_50154 nfc_hci_set_param fndecl 0 50154 NULL
++disable_so_idr_get_empty_slot_fndecl_50161 idr_get_empty_slot fndecl 0 50161 NULL
++disable_so_ext4_mark_inode_dirty_fndecl_50162 ext4_mark_inode_dirty fndecl 0 50162 NULL nohasharray
++disable_so_write_parport_reg_nonblock_fndecl_50162 write_parport_reg_nonblock fndecl 0 50162 &disable_so_ext4_mark_inode_dirty_fndecl_50162
++disable_so_pci_enable_resources_fndecl_50171 pci_enable_resources fndecl 0 50171 NULL nohasharray
++disable_so_mtouch_connect_fndecl_50171 mtouch_connect fndecl 0 50171 &disable_so_pci_enable_resources_fndecl_50171
++disable_so_wl1271_cmd_data_path_fndecl_50178 wl1271_cmd_data_path fndecl 0 50178 NULL
++disable_so_vhost_get_vq_desc_fndecl_50180 vhost_get_vq_desc fndecl 0 50180 NULL
++disable_so_cipso_v4_req_setattr_fndecl_50182 cipso_v4_req_setattr fndecl 0 50182 NULL
++disable_so_ext3_xattr_check_names_fndecl_50197 ext3_xattr_check_names fndecl 0 50197 NULL
++disable_so_hpsa_getdrivver_ioctl_fndecl_50211 hpsa_getdrivver_ioctl fndecl 0 50211 NULL
++disable_so_patch_cmi8888_fndecl_50219 patch_cmi8888 fndecl 0 50219 NULL
++disable_so_evergreen_surface_value_conv_check_fndecl_50230 evergreen_surface_value_conv_check fndecl 0 50230 NULL
++disable_so_subsys_register_fndecl_50233 subsys_register fndecl 0 50233 NULL
++disable_so_get_v4l2_format32_fndecl_50236 get_v4l2_format32 fndecl 0 50236 NULL
++disable_so_snd_seq_timer_set_skew_fndecl_50237 snd_seq_timer_set_skew fndecl 0 50237 NULL
++disable_so_minor_uio_device_50241 minor uio_device 0 50241 NULL
++disable_so_ocfs2_dentry_lock_fndecl_50242 ocfs2_dentry_lock fndecl 0 50242 NULL
++disable_so_ips_init_phase1_fndecl_50245 ips_init_phase1 fndecl 0 50245 NULL
++disable_so_h_tot_disp_crtc_50258 h_tot_disp crtc 0 50258 NULL
++disable_so_posix_acl_to_xattr_fndecl_50262 posix_acl_to_xattr fndecl 0 50262 NULL
++disable_so_fib_table_delete_fndecl_50266 fib_table_delete fndecl 0 50266 NULL
++disable_so_curr_resync_completed_mddev_50273 curr_resync_completed mddev 0 50273 NULL
++disable_so_init_nandsim_fndecl_50279 init_nandsim fndecl 0 50279 NULL
++disable_so_sch56xx_write_virtual_reg_fndecl_50285 sch56xx_write_virtual_reg fndecl 0 50285 NULL
++disable_so_evergreen_packet0_check_fndecl_50289 evergreen_packet0_check fndecl 0 50289 NULL nohasharray
++disable_so_ath6kl_wmi_set_appie_cmd_fndecl_50289 ath6kl_wmi_set_appie_cmd fndecl 0 50289 &disable_so_evergreen_packet0_check_fndecl_50289
++disable_so_cpuidle_add_state_sysfs_fndecl_50292 cpuidle_add_state_sysfs fndecl 0 50292 NULL
++disable_so_bond_do_ioctl_fndecl_50295 bond_do_ioctl fndecl 0 50295 NULL
++disable_so_mwifiex_append_rsn_ie_wpa_wpa2_fndecl_50296 mwifiex_append_rsn_ie_wpa_wpa2 fndecl 0 50296 NULL
++disable_so__iwl_dbgfs_pm_params_write_fndecl_50318 _iwl_dbgfs_pm_params_write fndecl 0 50318 NULL
++disable_so_ceph_crypto_key_decode_fndecl_50321 ceph_crypto_key_decode fndecl 0 50321 NULL
++disable_so_VST_kyrofb_info_50324 VST kyrofb_info 0 50324 NULL
++disable_so_vmw_ttm_map_dma_fndecl_50333 vmw_ttm_map_dma fndecl 0 50333 NULL
++disable_so_hub_port_reset_fndecl_50334 hub_port_reset fndecl 0 50334 NULL
++disable_so_parse_cftable_entry_fndecl_50338 parse_cftable_entry fndecl 0 50338 NULL
++disable_so_efx_mcdi_reset_mc_fndecl_50342 efx_mcdi_reset_mc fndecl 0 50342 NULL
++disable_so_gfs2_dir_write_data_fndecl_50350 gfs2_dir_write_data fndecl 0 50350 NULL
++disable_so_flex_array_prealloc_fndecl_50353 flex_array_prealloc fndecl 0 50353 NULL
++disable_so_em28xx_usb_probe_fndecl_50358 em28xx_usb_probe fndecl 0 50358 NULL
++disable_so_headlen_authenc_esn_request_ctx_50360 headlen authenc_esn_request_ctx 0 50360 NULL
++disable_so_gc_lnum_ubifs_info_50362 gc_lnum ubifs_info 0 50362 NULL
++disable_so_atmel_config_fndecl_50372 atmel_config fndecl 0 50372 NULL
++disable_so_wcn36xx_smd_load_nv_fndecl_50378 wcn36xx_smd_load_nv fndecl 0 50378 NULL
++disable_so_sirdev_tx_complete_fsm_fndecl_50381 sirdev_tx_complete_fsm fndecl 0 50381 NULL
++disable_so_enic_dev_set_ig_vlan_rewrite_mode_fndecl_50401 enic_dev_set_ig_vlan_rewrite_mode fndecl 0 50401 NULL
++disable_so_t4vf_fw_reset_fndecl_50402 t4vf_fw_reset fndecl 0 50402 NULL
++disable_so_ccp_do_cmd_fndecl_50405 ccp_do_cmd fndecl 0 50405 NULL
++disable_so_nilfs_segbuf_submit_bio_fndecl_50411 nilfs_segbuf_submit_bio fndecl 0 50411 NULL
++disable_so_xfs_btree_dup_cursor_fndecl_50417 xfs_btree_dup_cursor fndecl 0 50417 NULL
++disable_so___vcc_connect_fndecl_50431 __vcc_connect fndecl 0 50431 NULL
++disable_so_ssb_devices_register_fndecl_50452 ssb_devices_register fndecl 0 50452 NULL
++disable_so_base_sock_ioctl_fndecl_50456 base_sock_ioctl fndecl 0 50456 NULL
++disable_so_dev_set_name_fndecl_50461 dev_set_name fndecl 0 50461 NULL
++disable_so___ath6kl_wmi_send_mgmt_cmd_fndecl_50472 __ath6kl_wmi_send_mgmt_cmd fndecl 0 50472 NULL
++disable_so_b43legacy_dma_init_fndecl_50473 b43legacy_dma_init fndecl 0 50473 NULL
++disable_so_cafe_nand_probe_fndecl_50477 cafe_nand_probe fndecl 0 50477 NULL
++disable_so_udl_driver_load_fndecl_50482 udl_driver_load fndecl 0 50482 NULL
++disable_so_ccp_enqueue_cmd_fndecl_50483 ccp_enqueue_cmd fndecl 0 50483 NULL
++disable_so_ufx_config_sys_clk_fndecl_50490 ufx_config_sys_clk fndecl 0 50490 NULL nohasharray
++disable_so_compat_update_counters_fndecl_50490 compat_update_counters fndecl 0 50490 &disable_so_ufx_config_sys_clk_fndecl_50490
++disable_so_snd_sbmixer_add_ctl_fndecl_50491 snd_sbmixer_add_ctl fndecl 0 50491 NULL
++disable_so_udf_new_block_fndecl_50500 udf_new_block fndecl 0 50500 NULL
++disable_so_wl1271_scan_send_fndecl_50502 wl1271_scan_send fndecl 0 50502 NULL
++disable_so_bt_6lowpan_connect_fndecl_50509 bt_6lowpan_connect fndecl 0 50509 NULL
++disable_so_analog_init_port_fndecl_50524 analog_init_port fndecl 0 50524 NULL
++disable_so_picolcd_probe_fndecl_50535 picolcd_probe fndecl 0 50535 NULL
++disable_so_ecryptfs_keyring_auth_tok_for_sig_fndecl_50536 ecryptfs_keyring_auth_tok_for_sig fndecl 0 50536 NULL
++disable_so__zd_iowrite32v_async_locked_fndecl_50537 _zd_iowrite32v_async_locked fndecl 0 50537 NULL nohasharray
++disable_so_dccpd_seq_dccp_skb_cb_50537 dccpd_seq dccp_skb_cb 0 50537 &disable_so__zd_iowrite32v_async_locked_fndecl_50537
++disable_so_bind_evtchn_to_irqhandler_fndecl_50547 bind_evtchn_to_irqhandler fndecl 0 50547 NULL nohasharray
++disable_so_et131x_pci_init_fndecl_50547 et131x_pci_init fndecl 0 50547 &disable_so_bind_evtchn_to_irqhandler_fndecl_50547
++disable_so_get_nodes_fndecl_50551 get_nodes fndecl 0 50551 NULL
++disable_so_ax25_ioctl_fndecl_50552 ax25_ioctl fndecl 0 50552 NULL
++disable_so___blkdev_issue_zeroout_fndecl_50559 __blkdev_issue_zeroout fndecl 0 50559 NULL
++disable_so_csio_hw_wait_op_done_val_fndecl_50564 csio_hw_wait_op_done_val fndecl 0 50564 NULL
++disable_so_intel_overlay_do_put_image_fndecl_50567 intel_overlay_do_put_image fndecl 0 50567 NULL
++disable_so_img_y_zoran_jpg_settings_50573 img_y zoran_jpg_settings 0 50573 NULL
++disable_so_sock_get_timestamp_fndecl_50582 sock_get_timestamp fndecl 0 50582 NULL
++disable_so_do_write_kmem_fndecl_50584 do_write_kmem fndecl 0 50584 NULL
++disable_so_bar_sz_ntb_mw_50601 bar_sz ntb_mw 0 50601 NULL
++disable_so_pic_get_irq_fndecl_50614 pic_get_irq fndecl 0 50614 NULL
++disable_so_qlcnic_83xx_issue_cmd_fndecl_50615 qlcnic_83xx_issue_cmd fndecl 0 50615 NULL
++disable_so_ttm_mem_global_alloc_zone_fndecl_50630 ttm_mem_global_alloc_zone fndecl 0 50630 NULL
++disable_so_ea_foreach_fndecl_50638 ea_foreach fndecl 0 50638 NULL
++disable_so_setup_fritz_fndecl_50669 setup_fritz fndecl 0 50669 NULL
++disable_so_snd_pcm_plug_format_plugins_fndecl_50675 snd_pcm_plug_format_plugins fndecl 0 50675 NULL
++disable_so_generic_permission_fndecl_50685 generic_permission fndecl 0 50685 NULL
++disable_so_xenbus_write_watch_fndecl_50695 xenbus_write_watch fndecl 0 50695 NULL
++disable_so_ccp_perform_passthru_fndecl_50697 ccp_perform_passthru fndecl 0 50697 NULL
++disable_so_xenkbd_probe_fndecl_50699 xenkbd_probe fndecl 0 50699 NULL
++disable_so_sc18is602_wait_ready_fndecl_50717 sc18is602_wait_ready fndecl 0 50717 NULL
++disable_so_get_device_info_fndecl_50718 get_device_info fndecl 0 50718 NULL
++disable_so_data_size_usbtouch_usb_50738 data_size usbtouch_usb 0 50738 NULL
++disable_so_jffs2_check_oob_empty_fndecl_50743 jffs2_check_oob_empty fndecl 0 50743 NULL
++disable_so_vnic_cq_alloc_fndecl_50744 vnic_cq_alloc fndecl 0 50744 NULL
++disable_so_assign_host_irq_fndecl_50752 assign_host_irq fndecl 0 50752 NULL
++disable_so_mspro_block_read_attributes_fndecl_50756 mspro_block_read_attributes fndecl 0 50756 NULL
++disable_so_usb_hcd_map_urb_for_dma_fndecl_50765 usb_hcd_map_urb_for_dma fndecl 0 50765 NULL
++disable_so_ax88172a_bind_fndecl_50769 ax88172a_bind fndecl 0 50769 NULL
++disable_so_cros_ec_check_result_fndecl_50770 cros_ec_check_result fndecl 0 50770 NULL
++disable_so_usb6fire_comm_send_buffer_fndecl_50771 usb6fire_comm_send_buffer fndecl 0 50771 NULL
++disable_so_test_add_free_space_entry_fndecl_50777 test_add_free_space_entry fndecl 0 50777 NULL
++disable_so_ocrdma_copy_srq_uresp_fndecl_50781 ocrdma_copy_srq_uresp fndecl 0 50781 NULL
++disable_so_inf_probe_fndecl_50789 inf_probe fndecl 0 50789 NULL
++disable_so_osap_fndecl_50814 osap fndecl 0 50814 NULL
++disable_so_sys_migrate_pages_fndecl_50818 sys_migrate_pages fndecl 0 50818 NULL
++disable_so_ch341_set_baudrate_fndecl_50822 ch341_set_baudrate fndecl 0 50822 NULL
++disable_so_carl9170_read_eeprom_fndecl_50835 carl9170_read_eeprom fndecl 0 50835 NULL
++disable_so_insert_page_fndecl_50845 insert_page fndecl 0 50845 NULL
++disable_so_ocfs2_compat_ioctl_fndecl_50846 ocfs2_compat_ioctl fndecl 0 50846 NULL
++disable_so_decrypted_key_size_ecryptfs_session_key_50847 decrypted_key_size ecryptfs_session_key 0 50847 NULL nohasharray
++disable_so_tpm_dev_add_device_fndecl_50847 tpm_dev_add_device fndecl 0 50847 &disable_so_decrypted_key_size_ecryptfs_session_key_50847
++disable_so_dat_offset_brcmf_sdio_hdrinfo_50859 dat_offset brcmf_sdio_hdrinfo 0 50859 NULL
++disable_so_virtio_pci_modern_probe_fndecl_50860 virtio_pci_modern_probe fndecl 0 50860 NULL
++disable_so_do_walk_down_fndecl_50861 do_walk_down fndecl 0 50861 NULL
++disable_so_drbd_adm_disk_opts_fndecl_50874 drbd_adm_disk_opts fndecl 0 50874 NULL
++disable_so_htab_map_update_elem_fndecl_50880 htab_map_update_elem fndecl 0 50880 NULL
++disable_so_hash_mac4_add_fndecl_50881 hash_mac4_add fndecl 0 50881 NULL
++disable_so_selinux_set_mapping_fndecl_50894 selinux_set_mapping fndecl 0 50894 NULL
++disable_so_r300_packet3_check_fndecl_50897 r300_packet3_check fndecl 0 50897 NULL
++disable_so_netlbl_catmap_walkrng_fndecl_50910 netlbl_catmap_walkrng fndecl 0 50910 NULL
++disable_so_ioc_rescan_fndecl_50914 ioc_rescan fndecl 0 50914 NULL
++disable_so__transport_phy_speed_fndecl_50922 _transport_phy_speed fndecl 0 50922 NULL
++disable_so_nouveau_display_vblank_init_fndecl_50924 nouveau_display_vblank_init fndecl 0 50924 NULL
++disable_so_first_minor_gendisk_50925 first_minor gendisk 0 50925 NULL
++disable_so_io_gameport_50931 io gameport 0 50931 NULL
++disable_so_udbell_physbase_rdma_info_50936 udbell_physbase rdma_info 0 50936 NULL
++disable_so_generic_file_open_fndecl_50937 generic_file_open fndecl 0 50937 NULL
++disable_so___mnt_want_write_file_fndecl_50942 __mnt_want_write_file fndecl 0 50942 NULL
++disable_so_mixart_dsp_load_fndecl_50953 mixart_dsp_load fndecl 0 50953 NULL
++disable_so___vb2_get_done_vb_fndecl_50955 __vb2_get_done_vb fndecl 0 50955 NULL
++disable_so_evt_result_i1480_50957 evt_result i1480 0 50957 NULL
++disable_so_i40e_init_adminq_fndecl_50975 i40e_init_adminq fndecl 0 50975 NULL
++disable_so__request_lock_fndecl_50985 _request_lock fndecl 0 50985 NULL
++disable_so_do_get_mempolicy_fndecl_50990 do_get_mempolicy fndecl 0 50990 NULL
++disable_so_bma150_register_polled_device_fndecl_50993 bma150_register_polled_device fndecl 0 50993 NULL nohasharray
++disable_so_ptrace_peek_siginfo_fndecl_50993 ptrace_peek_siginfo fndecl 0 50993 &disable_so_bma150_register_polled_device_fndecl_50993 nohasharray
++disable_so_dsp_free_ports_fndecl_50993 dsp_free_ports fndecl 0 50993 &disable_so_ptrace_peek_siginfo_fndecl_50993
++disable_so_parse_checksum_fndecl_51007 parse_checksum fndecl 0 51007 NULL
++disable_so_getkeycode_fndecl_51009 getkeycode fndecl 0 51009 NULL
++disable_so_wm97xx_probe_fndecl_51019 wm97xx_probe fndecl 0 51019 NULL
++disable_so_st_core_init_fndecl_51020 st_core_init fndecl 0 51020 NULL
++disable_so_sg_count_realtek_pci_sdmmc_51022 sg_count realtek_pci_sdmmc 0 51022 NULL
++disable_so_acpi_processor_get_platform_limit_fndecl_51025 acpi_processor_get_platform_limit fndecl 0 51025 NULL
++disable_so_intel_init_hw_struct_fndecl_51032 intel_init_hw_struct fndecl 0 51032 NULL
++disable_so_int_proc_write_fndecl_51045 int_proc_write fndecl 0 51045 NULL
++disable_so_parse_gravepages_fndecl_51049 parse_gravepages fndecl 0 51049 NULL
++disable_so_tm6000_init_fndecl_51058 tm6000_init fndecl 0 51058 NULL nohasharray
++disable_so_romfs_dev_strnlen_fndecl_51058 romfs_dev_strnlen fndecl 0 51058 &disable_so_tm6000_init_fndecl_51058
++disable_so_do_remove_conflicting_framebuffers_fndecl_51060 do_remove_conflicting_framebuffers fndecl 0 51060 NULL
++disable_so_hex32_arg_fndecl_51080 hex32_arg fndecl 0 51080 NULL
++disable_so_pcistub_init_device_fndecl_51087 pcistub_init_device fndecl 0 51087 NULL
++disable_so_xfs_initialize_perag_fndecl_51088 xfs_initialize_perag fndecl 0 51088 NULL
++disable_so_pp_write_fndecl_51089 pp_write fndecl 0 51089 NULL
++disable_so_service_buffer_allocate_fndecl_51092 service_buffer_allocate fndecl 0 51092 NULL nohasharray
++disable_so_via_alloc_desc_pages_fndecl_51092 via_alloc_desc_pages fndecl 0 51092 &disable_so_service_buffer_allocate_fndecl_51092
++disable_so_ushc_probe_fndecl_51102 ushc_probe fndecl 0 51102 NULL
++disable_so_msr_ioctl_fndecl_51103 msr_ioctl fndecl 0 51103 NULL
++disable_so_mtdchar_compat_ioctl_fndecl_51105 mtdchar_compat_ioctl fndecl 0 51105 NULL
++disable_so_msb_read_page_fndecl_51110 msb_read_page fndecl 0 51110 NULL
++disable_so_h_back_porch_fb_cvt_data_51117 h_back_porch fb_cvt_data 0 51117 NULL
++disable_so_ubr_zatm_dev_51119 ubr zatm_dev 0 51119 NULL
++disable_so_avc_general_get_sig_fmt_fndecl_51120 avc_general_get_sig_fmt fndecl 0 51120 NULL
++disable_so_iwl_mvm_update_beacon_abort_fndecl_51121 iwl_mvm_update_beacon_abort fndecl 0 51121 NULL
++disable_so_compat_sys_waitid_fndecl_51123 compat_sys_waitid fndecl 0 51123 NULL
++disable_so_nouveau_channel_init_fndecl_51135 nouveau_channel_init fndecl 0 51135 NULL
++disable_so_ntfs_extent_mft_record_free_fndecl_51139 ntfs_extent_mft_record_free fndecl 0 51139 NULL
++disable_so_pin_2_irq_fndecl_51140 pin_2_irq fndecl 0 51140 NULL nohasharray
++disable_so_drm_dp_send_dpcd_write_fndecl_51140 drm_dp_send_dpcd_write fndecl 0 51140 &disable_so_pin_2_irq_fndecl_51140
++disable_so_pn533_transceive_fndecl_51141 pn533_transceive fndecl 0 51141 NULL
++disable_so_create_srq_kernel_fndecl_51143 create_srq_kernel fndecl 0 51143 NULL
++disable_so_i2c_master_send_fndecl_51152 i2c_master_send fndecl 0 51152 NULL
++disable_so_prepare_uptodate_page_fndecl_51157 prepare_uptodate_page fndecl 0 51157 NULL
++disable_so_kvm_read_guest_cached_fndecl_51169 kvm_read_guest_cached fndecl 0 51169 NULL
++disable_so___dev_alloc_name_fndecl_51173 __dev_alloc_name fndecl 0 51173 NULL nohasharray
++disable_so_xt_compat_target_to_user_fndecl_51173 xt_compat_target_to_user fndecl 0 51173 &disable_so___dev_alloc_name_fndecl_51173
++disable_so_do_surface_dirty_sou_fndecl_51181 do_surface_dirty_sou fndecl 0 51181 NULL
++disable_so_pn533_probe_fndecl_51194 pn533_probe fndecl 0 51194 NULL
++disable_so_ethtool_set_value_void_fndecl_51198 ethtool_set_value_void fndecl 0 51198 NULL
++disable_so_mptsas_sas_io_unit_pg0_fndecl_51200 mptsas_sas_io_unit_pg0 fndecl 0 51200 NULL
++disable_so_amb_open_fndecl_51210 amb_open fndecl 0 51210 NULL
++disable_so_read_smc_fndecl_51216 read_smc fndecl 0 51216 NULL
++disable_so_compat_match_to_user_fndecl_51217 compat_match_to_user fndecl 0 51217 NULL
++disable_so_nouveau_bo_vma_add_fndecl_51227 nouveau_bo_vma_add fndecl 0 51227 NULL
++disable_so_xfs_filestream_mount_fndecl_51238 xfs_filestream_mount fndecl 0 51238 NULL
++disable_so_led_trigger_register_fndecl_51239 led_trigger_register fndecl 0 51239 NULL
++disable_so_chipio_read_data_fndecl_51240 chipio_read_data fndecl 0 51240 NULL
++disable_so_tda998x_encoder_init_fndecl_51243 tda998x_encoder_init fndecl 0 51243 NULL
++disable_so_unlinked_urb_51246 unlinked urb 0 51246 NULL
++disable_so_max_gs_mlx4_ib_wq_51251 max_gs mlx4_ib_wq 0 51251 NULL nohasharray
++disable_so_cdev_add_fndecl_51251 cdev_add fndecl 0 51251 &disable_so_max_gs_mlx4_ib_wq_51251
++disable_so_inet_csk_listen_start_fndecl_51274 inet_csk_listen_start fndecl 0 51274 NULL
++disable_so_bnx2x_sriov_info_fndecl_51275 bnx2x_sriov_info fndecl 0 51275 NULL
++disable_so_snd_usbmidi_detect_yamaha_fndecl_51282 snd_usbmidi_detect_yamaha fndecl 0 51282 NULL
++disable_so_ext3_new_block_fndecl_51283 ext3_new_block fndecl 0 51283 NULL
++disable_so_saa7146_init_one_fndecl_51284 saa7146_init_one fndecl 0 51284 NULL
++disable_so_validate_unlock_args_fndecl_51285 validate_unlock_args fndecl 0 51285 NULL
++disable_so_tpci200_install_fndecl_51291 tpci200_install fndecl 0 51291 NULL
++disable_so_xfs_rtallocate_range_fndecl_51292 xfs_rtallocate_range fndecl 0 51292 NULL
++disable_so_root_lnum_ubifs_mst_node_51297 root_lnum ubifs_mst_node 0 51297 NULL nohasharray
++disable_so_evbug_connect_fndecl_51297 evbug_connect fndecl 0 51297 &disable_so_root_lnum_ubifs_mst_node_51297
++disable_so_xfs_qm_dqrepair_fndecl_51301 xfs_qm_dqrepair fndecl 0 51301 NULL
++disable_so_set_pages_array_wc_fndecl_51311 set_pages_array_wc fndecl 0 51311 NULL
++disable_so_spi_register_master_fndecl_51315 spi_register_master fndecl 0 51315 NULL
++disable_so_t4_fw_halt_fndecl_51316 t4_fw_halt fndecl 0 51316 NULL
++disable_so_b43legacy_one_core_attach_fndecl_51318 b43legacy_one_core_attach fndecl 0 51318 NULL
++disable_so___mlx4_cmd_fndecl_51319 __mlx4_cmd fndecl 0 51319 NULL
++disable_so_qlcnic_ms_mem_write128_fndecl_51320 qlcnic_ms_mem_write128 fndecl 0 51320 NULL
++disable_so_rose_del_node_fndecl_51328 rose_del_node fndecl 0 51328 NULL
++disable_so_altera_goto_jstate_fndecl_51337 altera_goto_jstate fndecl 0 51337 NULL
++disable_so_dev_change_flags_fndecl_51349 dev_change_flags fndecl 0 51349 NULL
++disable_so_omap1_spi100k_setup_transfer_fndecl_51353 omap1_spi100k_setup_transfer fndecl 0 51353 NULL
++disable_so_ip_mroute_setsockopt_fndecl_51365 ip_mroute_setsockopt fndecl 0 51365 NULL nohasharray
++disable_so_ida_simple_get_fndecl_51365 ida_simple_get fndecl 0 51365 &disable_so_ip_mroute_setsockopt_fndecl_51365
++disable_so__base_wait_for_iocstate_fndecl_51368 _base_wait_for_iocstate fndecl 0 51368 NULL
++disable_so_jffs2_get_inode_nodes_fndecl_51381 jffs2_get_inode_nodes fndecl 0 51381 NULL nohasharray
++disable_so_xfs_file_compat_ioctl_fndecl_51381 xfs_file_compat_ioctl fndecl 0 51381 &disable_so_jffs2_get_inode_nodes_fndecl_51381
++disable_so_ubifs_tnc_start_commit_fndecl_51382 ubifs_tnc_start_commit fndecl 0 51382 NULL
++disable_so_reshape_progress_r10conf_51390 reshape_progress r10conf 0 51390 NULL
++disable_so_kfd_parse_subtype_fndecl_51396 kfd_parse_subtype fndecl 0 51396 NULL
++disable_so_rtsx_pci_acquire_irq_fndecl_51400 rtsx_pci_acquire_irq fndecl 0 51400 NULL
++disable_so_ntb_transport_init_fndecl_51409 ntb_transport_init fndecl 0 51409 NULL
++disable_so_ext4_ext_next_allocated_block_fndecl_51410 ext4_ext_next_allocated_block fndecl 0 51410 NULL
++disable_so_savage_bci_cmdbuf_fndecl_51424 savage_bci_cmdbuf fndecl 0 51424 NULL
++disable_so__write_mirror_fndecl_51437 _write_mirror fndecl 0 51437 NULL
++disable_so_fdtv_register_rc_fndecl_51441 fdtv_register_rc fndecl 0 51441 NULL
++disable_so_check_stack_write_fndecl_51461 check_stack_write fndecl 0 51461 NULL nohasharray
++disable_so_rx_urb_size_usbnet_51461 rx_urb_size usbnet 0 51461 &disable_so_check_stack_write_fndecl_51461
++disable_so_concat_dev_erase_fndecl_51463 concat_dev_erase fndecl 0 51463 NULL
++disable_so_stk1160_i2c_register_fndecl_51464 stk1160_i2c_register fndecl 0 51464 NULL
++disable_so_snd_pcm_oss_open_file_fndecl_51478 snd_pcm_oss_open_file fndecl 0 51478 NULL
++disable_so__base_diag_reset_fndecl_51479 _base_diag_reset fndecl 0 51479 NULL
++disable_so_pccard_validate_cis_fndecl_51503 pccard_validate_cis fndecl 0 51503 NULL
++disable_so_nfsd_racache_init_fndecl_51504 nfsd_racache_init fndecl 0 51504 NULL
++disable_so_xfer_len_scb_platform_data_51509 xfer_len scb_platform_data 0 51509 NULL
++disable_so_wl12xx_cmd_role_stop_dev_fndecl_51515 wl12xx_cmd_role_stop_dev fndecl 0 51515 NULL
++disable_so_hermes_plug_pdi_fndecl_51519 hermes_plug_pdi fndecl 0 51519 NULL
++disable_so_mcp23s08_irq_setup_fndecl_51538 mcp23s08_irq_setup fndecl 0 51538 NULL
++disable_so_mft_no__ntfs_inode_51541 mft_no _ntfs_inode 0 51541 NULL
++disable_so_lx_init_get_version_features_fndecl_51542 lx_init_get_version_features fndecl 0 51542 NULL nohasharray
++disable_so_proc_tcp_fastopen_key_fndecl_51542 proc_tcp_fastopen_key fndecl 0 51542 &disable_so_lx_init_get_version_features_fndecl_51542
++disable_so_scan_bytes_iio_dev_51546 scan_bytes iio_dev 0 51546 NULL
++disable_so_vfs_readv_fndecl_51560 vfs_readv fndecl 0 51560 NULL
++disable_so_size_mdp_superblock_1_51572 size mdp_superblock_1 0 51572 NULL
++disable_so_rds_rdma_extra_size_fndecl_51573 rds_rdma_extra_size fndecl 0 51573 NULL
++disable_so_wl1251_acx_rx_msdu_life_time_fndecl_51591 wl1251_acx_rx_msdu_life_time fndecl 0 51591 NULL
++disable_so_vmw_cmd_check_define_gmrfb_fndecl_51593 vmw_cmd_check_define_gmrfb fndecl 0 51593 NULL
++disable_so__stb0899_read_reg_fndecl_51594 _stb0899_read_reg fndecl 0 51594 NULL
++disable_so_cciss_ioctl_fndecl_51610 cciss_ioctl fndecl 0 51610 NULL
++disable_so_patch_ca0110_fndecl_51619 patch_ca0110 fndecl 0 51619 NULL
++disable_so_dlm_config_nodes_fndecl_51621 dlm_config_nodes fndecl 0 51621 NULL
++disable_so_sysfs_do_create_link_fndecl_51632 sysfs_do_create_link fndecl 0 51632 NULL nohasharray
++disable_so_sirdev_schedule_request_fndecl_51632 sirdev_schedule_request fndecl 0 51632 &disable_so_sysfs_do_create_link_fndecl_51632
++disable_so__iwl_dbgfs_fw_dbg_conf_write_fndecl_51633 _iwl_dbgfs_fw_dbg_conf_write fndecl 0 51633 NULL
++disable_so_vlan_gvrp_init_applicant_fndecl_51645 vlan_gvrp_init_applicant fndecl 0 51645 NULL
++disable_so_set_vesa_blanking_fndecl_51647 set_vesa_blanking fndecl 0 51647 NULL
++disable_so_xpad_probe_fndecl_51650 xpad_probe fndecl 0 51650 NULL
++disable_so_snd_pcm_new_fndecl_51660 snd_pcm_new fndecl 0 51660 NULL
++disable_so_ioctl_fsfreeze_fndecl_51661 ioctl_fsfreeze fndecl 0 51661 NULL nohasharray
++disable_so_inet_set_ifa_fndecl_51661 inet_set_ifa fndecl 0 51661 &disable_so_ioctl_fsfreeze_fndecl_51661
++disable_so_tm6000_cards_setup_fndecl_51667 tm6000_cards_setup fndecl 0 51667 NULL
++disable_so_rawmidi_open_priv_fndecl_51672 rawmidi_open_priv fndecl 0 51672 NULL
++disable_so_vmw_kms_present_fndecl_51681 vmw_kms_present fndecl 0 51681 NULL
++disable_so_bfad_vport_create_fndecl_51685 bfad_vport_create fndecl 0 51685 NULL
++disable_so_lanai_init_one_fndecl_51689 lanai_init_one fndecl 0 51689 NULL
++disable_so_mptctl_eventreport_fndecl_51690 mptctl_eventreport fndecl 0 51690 NULL
++disable_so_create_hp_mic_jack_mode_fndecl_51691 create_hp_mic_jack_mode fndecl 0 51691 NULL
++disable_so_snd_als300_ac97_fndecl_51692 snd_als300_ac97 fndecl 0 51692 NULL
++disable_so_lower_first_uid_gid_extent_51714 lower_first uid_gid_extent 0 51714 NULL
++disable_so_hsync_len_fb_videomode_51719 hsync_len fb_videomode 0 51719 NULL nohasharray
++disable_so_bar2_pa_c4iw_rdev_51719 bar2_pa c4iw_rdev 0 51719 &disable_so_hsync_len_fb_videomode_51719
++disable_so_iscsit_dump_data_payload_fndecl_51720 iscsit_dump_data_payload fndecl 0 51720 NULL
++disable_so_nlimbs_gcry_mpi_51721 nlimbs gcry_mpi 0 51721 NULL
++disable_so_rx_ring_num_mlx4_en_priv_51723 rx_ring_num mlx4_en_priv 0 51723 NULL
++disable_so_probe_fndecl_51727 probe fndecl 0 51727 NULL nohasharray
++disable_so_wl12xx_cmd_role_start_sta_fndecl_51727 wl12xx_cmd_role_start_sta fndecl 0 51727 &disable_so_probe_fndecl_51727
++disable_so_zr36060_setup_fndecl_51737 zr36060_setup fndecl 0 51737 NULL
++disable_so_find_next_usable_block_fndecl_51759 find_next_usable_block fndecl 0 51759 NULL
++disable_so_fetch_stats_fndecl_51766 fetch_stats fndecl 0 51766 NULL nohasharray
++disable_so_rxbuf_size_alx_priv_51766 rxbuf_size alx_priv 0 51766 &disable_so_fetch_stats_fndecl_51766
++disable_so_ext4_mb_init_fndecl_51769 ext4_mb_init fndecl 0 51769 NULL nohasharray
++disable_so_num_var_ranges_vardecl_51769 num_var_ranges vardecl 0 51769 &disable_so_ext4_mb_init_fndecl_51769
++disable_so_ls_slot_dlm_ls_51774 ls_slot dlm_ls 0 51774 NULL
++disable_so_snd_rme32_capture_getrate_fndecl_51779 snd_rme32_capture_getrate fndecl 0 51779 NULL
++disable_so_acpi_processor_get_performance_control_fndecl_51792 acpi_processor_get_performance_control fndecl 0 51792 NULL nohasharray
++disable_so_pci_bar2_map_lpfc_hba_51792 pci_bar2_map lpfc_hba 0 51792 &disable_so_acpi_processor_get_performance_control_fndecl_51792
++disable_so_inittiger_fndecl_51796 inittiger fndecl 0 51796 NULL
++disable_so_iwl_mvm_mac_ctxt_cmd_listener_fndecl_51799 iwl_mvm_mac_ctxt_cmd_listener fndecl 0 51799 NULL
++disable_so___genl_register_family_fndecl_51801 __genl_register_family fndecl 0 51801 NULL
++disable_so_pt1_unlock_fndecl_51822 pt1_unlock fndecl 0 51822 NULL
++disable_so__ctl_diag_query_fndecl_51823 _ctl_diag_query fndecl 0 51823 NULL
++disable_so_mic_map_single_fndecl_51828 mic_map_single fndecl 0 51828 NULL
++disable_so_creg_queue_cmd_fndecl_51835 creg_queue_cmd fndecl 0 51835 NULL
++disable_so_ramfs_fill_super_fndecl_51836 ramfs_fill_super fndecl 0 51836 NULL nohasharray
++disable_so_cy_get_serial_info_fndecl_51836 cy_get_serial_info fndecl 0 51836 &disable_so_ramfs_fill_super_fndecl_51836
++disable_so_xfs_bmap_btalloc_filestreams_fndecl_51838 xfs_bmap_btalloc_filestreams fndecl 0 51838 NULL
++disable_so_do_pci_enable_device_fndecl_51841 do_pci_enable_device fndecl 0 51841 NULL
++disable_so_max_bdi_bd_list_51847 max_bdi bd_list 0 51847 NULL
++disable_so_ipv6_renew_option_fndecl_51854 ipv6_renew_option fndecl 0 51854 NULL
++disable_so_vlan_check_real_dev_fndecl_51855 vlan_check_real_dev fndecl 0 51855 NULL
++disable_so_gpiod_get_array_fndecl_51859 gpiod_get_array fndecl 0 51859 NULL
++disable_so_dlm_search_rsb_tree_fndecl_51864 dlm_search_rsb_tree fndecl 0 51864 NULL
++disable_so_snd_soc_register_platform_fndecl_51865 snd_soc_register_platform fndecl 0 51865 NULL
++disable_so_lright_ext4_allocation_request_51877 lright ext4_allocation_request 0 51877 NULL
++disable_so_sst_create_ipc_msg_fndecl_51882 sst_create_ipc_msg fndecl 0 51882 NULL
++disable_so_efx_ptp_set_ts_config_fndecl_51884 efx_ptp_set_ts_config fndecl 0 51884 NULL
++disable_so_efx_mcdi_phy_probe_fndecl_51891 efx_mcdi_phy_probe fndecl 0 51891 NULL
++disable_so_cw1200_load_firmware_cw1200_fndecl_51898 cw1200_load_firmware_cw1200 fndecl 0 51898 NULL
++disable_so_drm_plane_check_pixel_format_fndecl_51903 drm_plane_check_pixel_format fndecl 0 51903 NULL
++disable_so_dlm_query_region_handler_fndecl_51906 dlm_query_region_handler fndecl 0 51906 NULL
++disable_so_snd_hdac_refresh_widgets_fndecl_51917 snd_hdac_refresh_widgets fndecl 0 51917 NULL
++disable_so_bch_cached_dev_attach_fndecl_51934 bch_cached_dev_attach fndecl 0 51934 NULL
++disable_so_process_access_response_fndecl_51936 process_access_response fndecl 0 51936 NULL
++disable_so_snd_intel8x0m_ich_chip_init_fndecl_51943 snd_intel8x0m_ich_chip_init fndecl 0 51943 NULL
++disable_so_ntb_device_setup_fndecl_51944 ntb_device_setup fndecl 0 51944 NULL
++disable_so_nci_core_conn_create_fndecl_51946 nci_core_conn_create fndecl 0 51946 NULL
++disable_so_kv_dpm_init_fndecl_51955 kv_dpm_init fndecl 0 51955 NULL
++disable_so_sas_ex_general_fndecl_51956 sas_ex_general fndecl 0 51956 NULL
++disable_so_hdlc_open_fndecl_51966 hdlc_open fndecl 0 51966 NULL
++disable_so_read_port_table_lengths_fndecl_51976 read_port_table_lengths fndecl 0 51976 NULL
++disable_so_pmcraid_copy_sglist_fndecl_51980 pmcraid_copy_sglist fndecl 0 51980 NULL
++disable_so_rt2x00queue_allocate_fndecl_51985 rt2x00queue_allocate fndecl 0 51985 NULL
++disable_so_send_packet_fndecl_51995 send_packet fndecl 0 51995 NULL
++disable_so_kvm_write_guest_fndecl_52005 kvm_write_guest fndecl 0 52005 NULL
++disable_so_idt77252_open_fndecl_52007 idt77252_open fndecl 0 52007 NULL
++disable_so_videobuf_waiton_fndecl_52008 videobuf_waiton fndecl 0 52008 NULL
++disable_so_wl1271_acx_frag_threshold_fndecl_52009 wl1271_acx_frag_threshold fndecl 0 52009 NULL
++disable_so_ib_get_cached_pkey_fndecl_52011 ib_get_cached_pkey fndecl 0 52011 NULL
++disable_so_cpuidle_add_sysfs_fndecl_52026 cpuidle_add_sysfs fndecl 0 52026 NULL
++disable_so_dev_set_mtu_fndecl_52028 dev_set_mtu fndecl 0 52028 NULL
++disable_so_xfrm_dump_sa_fndecl_52034 xfrm_dump_sa fndecl 0 52034 NULL
++disable_so_ipip6_tunnel_get_prl_fndecl_52036 ipip6_tunnel_get_prl fndecl 0 52036 NULL nohasharray
++disable_so_c_height_g2d_frame_52036 c_height g2d_frame 0 52036 &disable_so_ipip6_tunnel_get_prl_fndecl_52036
++disable_so_ttm_dma_page_alloc_init_fndecl_52037 ttm_dma_page_alloc_init fndecl 0 52037 NULL
++disable_so_mapbase_priv_52038 mapbase priv 0 52038 NULL
++disable_so_ipw_get_fw_fndecl_52044 ipw_get_fw fndecl 0 52044 NULL
++disable_so_btrfs_next_old_leaf_fndecl_52050 btrfs_next_old_leaf fndecl 0 52050 NULL
++disable_so__iwl_dbgfs_scan_ant_rxchain_write_fndecl_52060 _iwl_dbgfs_scan_ant_rxchain_write fndecl 0 52060 NULL
++disable_so_mwl8k_cmd_set_wmm_mode_fndecl_52066 mwl8k_cmd_set_wmm_mode fndecl 0 52066 NULL
++disable_so_wait_for_free_credits_fndecl_52082 wait_for_free_credits fndecl 0 52082 NULL nohasharray
++disable_so_ipxitf_create_internal_fndecl_52082 ipxitf_create_internal fndecl 0 52082 &disable_so_wait_for_free_credits_fndecl_52082
++disable_so_btrfs_discard_extent_fndecl_52096 btrfs_discard_extent fndecl 0 52096 NULL
++disable_so_assoc_rem_len_amp_ctrl_52099 assoc_rem_len amp_ctrl 0 52099 NULL
++disable_so_btindex_jfs_inode_info_52105 btindex jfs_inode_info 0 52105 NULL
++disable_so_cma_iboe_join_multicast_fndecl_52126 cma_iboe_join_multicast fndecl 0 52126 NULL
++disable_so_copy_ctl_value_to_user_fndecl_52136 copy_ctl_value_to_user fndecl 0 52136 NULL
++disable_so___fat_write_inode_fndecl_52140 __fat_write_inode fndecl 0 52140 NULL
++disable_so_snd_ak4113_create_fndecl_52143 snd_ak4113_create fndecl 0 52143 NULL
++disable_so_ipheth_alloc_urbs_fndecl_52145 ipheth_alloc_urbs fndecl 0 52145 NULL nohasharray
++disable_so_tipc_disc_create_fndecl_52145 tipc_disc_create fndecl 0 52145 &disable_so_ipheth_alloc_urbs_fndecl_52145
++disable_so_con_font_default_fndecl_52148 con_font_default fndecl 0 52148 NULL
++disable_so_nl80211_trigger_scan_fndecl_52151 nl80211_trigger_scan fndecl 0 52151 NULL
++disable_so_mpx_mmap_fndecl_52167 mpx_mmap fndecl 0 52167 NULL nohasharray
++disable_so_nvkm_object_create__fndecl_52167 nvkm_object_create_ fndecl 0 52167 &disable_so_mpx_mmap_fndecl_52167
++disable_so_ip_ra_control_fndecl_52169 ip_ra_control fndecl 0 52169 NULL nohasharray
++disable_so_set_mode_densblk_fndecl_52169 set_mode_densblk fndecl 0 52169 &disable_so_ip_ra_control_fndecl_52169
++disable_so_mwl8k_create_ba_fndecl_52170 mwl8k_create_ba fndecl 0 52170 NULL
++disable_so_smb_send_kvec_fndecl_52185 smb_send_kvec fndecl 0 52185 NULL
++disable_so___reiserfs_write_begin_fndecl_52188 __reiserfs_write_begin fndecl 0 52188 NULL nohasharray
++disable_so_rd_allocate_sgl_table_fndecl_52188 rd_allocate_sgl_table fndecl 0 52188 &disable_so___reiserfs_write_begin_fndecl_52188
++disable_so_ieee80211_check_queues_fndecl_52191 ieee80211_check_queues fndecl 0 52191 NULL
++disable_so_qp_broker_alloc_fndecl_52197 qp_broker_alloc fndecl 0 52197 NULL
++disable_so_tb_eeprom_out_fndecl_52203 tb_eeprom_out fndecl 0 52203 NULL
++disable_so_mmc_send_cxd_data_fndecl_52204 mmc_send_cxd_data fndecl 0 52204 NULL
++disable_so_wl1271_ap_init_qos_null_template_fndecl_52209 wl1271_ap_init_qos_null_template fndecl 0 52209 NULL
++disable_so_bnx2_acquire_nvram_lock_fndecl_52212 bnx2_acquire_nvram_lock fndecl 0 52212 NULL
++disable_so___ath6kl_init_hw_start_fndecl_52221 __ath6kl_init_hw_start fndecl 0 52221 NULL
++disable_so_trusted_tpm_send_fndecl_52236 trusted_tpm_send fndecl 0 52236 NULL
++disable_so_r100_cs_parse_fndecl_52243 r100_cs_parse fndecl 0 52243 NULL
++disable_so_i40e_vc_get_vf_resources_msg_fndecl_52250 i40e_vc_get_vf_resources_msg fndecl 0 52250 NULL
++disable_so_iwl_mvm_config_scan_fndecl_52253 iwl_mvm_config_scan fndecl 0 52253 NULL nohasharray
++disable_so_snd_rawmidi_ioctl_fndecl_52253 snd_rawmidi_ioctl fndecl 0 52253 &disable_so_iwl_mvm_config_scan_fndecl_52253
++disable_so___ww_mutex_lock_slowpath_fndecl_52254 __ww_mutex_lock_slowpath fndecl 0 52254 NULL
++disable_so_snd_pcm_plugin_build_io_fndecl_52255 snd_pcm_plugin_build_io fndecl 0 52255 NULL nohasharray
++disable_so_snd_hda_get_conn_list_fndecl_52255 snd_hda_get_conn_list fndecl 0 52255 &disable_so_snd_pcm_plugin_build_io_fndecl_52255
++disable_so_alc_codec_rename_from_preset_fndecl_52257 alc_codec_rename_from_preset fndecl 0 52257 NULL
++disable_so_pd_idx_stripe_head_52269 pd_idx stripe_head 0 52269 NULL nohasharray
++disable_so_mlx4_ib_init_alias_guid_service_fndecl_52269 mlx4_ib_init_alias_guid_service fndecl 0 52269 &disable_so_pd_idx_stripe_head_52269
++disable_so_pvr2_hdw_get_eeprom_addr_fndecl_52271 pvr2_hdw_get_eeprom_addr fndecl 0 52271 NULL
++disable_so_dvb_usb_init_fndecl_52279 dvb_usb_init fndecl 0 52279 NULL
++disable_so_picolcd_init_keys_fndecl_52298 picolcd_init_keys fndecl 0 52298 NULL
++disable_so_fuse_notify_store_fndecl_52302 fuse_notify_store fndecl 0 52302 NULL nohasharray
++disable_so_em28xx_v4l2_init_fndecl_52302 em28xx_v4l2_init fndecl 0 52302 &disable_so_fuse_notify_store_fndecl_52302
++disable_so_snd_cs4281_chip_init_fndecl_52306 snd_cs4281_chip_init fndecl 0 52306 NULL
++disable_so_btrfs_insert_delayed_items_fndecl_52308 btrfs_insert_delayed_items fndecl 0 52308 NULL
++disable_so_xt_init_fndecl_52313 xt_init fndecl 0 52313 NULL
++disable_so___btrfs_inc_extent_ref_fndecl_52325 __btrfs_inc_extent_ref fndecl 0 52325 NULL
++disable_so_iwl_dbgfs_d3_sram_read_fndecl_52326 iwl_dbgfs_d3_sram_read fndecl 0 52326 NULL
++disable_so_ide_cd_read_toc_fndecl_52338 ide_cd_read_toc fndecl 0 52338 NULL
++disable_so_ocfs2_info_handle_fndecl_52343 ocfs2_info_handle fndecl 0 52343 NULL
++disable_so_xfs_fs_fill_super_fndecl_52344 xfs_fs_fill_super fndecl 0 52344 NULL
++disable_so_iscsi_target_init_module_fndecl_52347 iscsi_target_init_module fndecl 0 52347 NULL
++disable_so_atc_identify_card_fndecl_52356 atc_identify_card fndecl 0 52356 NULL nohasharray
++disable_so_mac_header_sk_buff_52356 mac_header sk_buff 0 52356 &disable_so_atc_identify_card_fndecl_52356
++disable_so_agpioc_reserve_wrap_fndecl_52357 agpioc_reserve_wrap fndecl 0 52357 NULL nohasharray
++disable_so_devinet_ioctl_fndecl_52357 devinet_ioctl fndecl 0 52357 &disable_so_agpioc_reserve_wrap_fndecl_52357
++disable_so_nr_upid_52360 nr upid 0 52360 NULL
++disable_so_wlcore_acx_average_rssi_fndecl_52373 wlcore_acx_average_rssi fndecl 0 52373 NULL
++disable_so_prot_queue_del_fndecl_52377 prot_queue_del fndecl 0 52377 NULL
++disable_so_bind_get_fndecl_52379 bind_get fndecl 0 52379 NULL
++disable_so_drm_plane_helper_check_update_fndecl_52384 drm_plane_helper_check_update fndecl 0 52384 NULL
++disable_so_si2157_probe_fndecl_52401 si2157_probe fndecl 0 52401 NULL
++disable_so_length_TAG_TW_SG_Entry_52403 length TAG_TW_SG_Entry 0 52403 NULL
++disable_so_t4vf_wait_dev_ready_fndecl_52423 t4vf_wait_dev_ready fndecl 0 52423 NULL
++disable_so_lpfc_sli4_post_scsi_sgl_list_fndecl_52424 lpfc_sli4_post_scsi_sgl_list fndecl 0 52424 NULL
++disable_so___dev_set_promiscuity_fndecl_52427 __dev_set_promiscuity fndecl 0 52427 NULL
++disable_so_composite_bind_fndecl_52434 composite_bind fndecl 0 52434 NULL
++disable_so_dvb_max_pkt_size_isoc_em28xx_52444 dvb_max_pkt_size_isoc em28xx 0 52444 NULL
++disable_so_zlib_inflateReset_fndecl_52447 zlib_inflateReset fndecl 0 52447 NULL
++disable_so_bulk_out_size_usb_serial_port_52448 bulk_out_size usb_serial_port 0 52448 NULL
++disable_so_rocker_flow_tbl_ucast4_routing_fndecl_52456 rocker_flow_tbl_ucast4_routing fndecl 0 52456 NULL
++disable_so_isr_get_status_response_fndecl_52480 isr_get_status_response fndecl 0 52480 NULL
++disable_so_svc_setsockopt_fndecl_52511 svc_setsockopt fndecl 0 52511 NULL
++disable_so_net_hwtstamp_validate_fndecl_52512 net_hwtstamp_validate fndecl 0 52512 NULL
++disable_so_rose_rt_ioctl_fndecl_52513 rose_rt_ioctl fndecl 0 52513 NULL
++disable_so_nouveau_drm_probe_fndecl_52521 nouveau_drm_probe fndecl 0 52521 NULL
++disable_so_netlbl_af4list_add_fndecl_52528 netlbl_af4list_add fndecl 0 52528 NULL
++disable_so_iov_offset_iov_iter_52535 iov_offset iov_iter 0 52535 NULL
++disable_so_send_next_seg_fndecl_52542 send_next_seg fndecl 0 52542 NULL
++disable_so_ipack_device_read_id_fndecl_52553 ipack_device_read_id fndecl 0 52553 NULL
++disable_so_ovfx2_i2c_r_fndecl_52555 ovfx2_i2c_r fndecl 0 52555 NULL
++disable_so_usb_8dev_send_cmd_fndecl_52584 usb_8dev_send_cmd fndecl 0 52584 NULL
++disable_so_xfs_btree_check_sptr_fndecl_52587 xfs_btree_check_sptr fndecl 0 52587 NULL nohasharray
++disable_so___tm6000_ir_int_start_fndecl_52587 __tm6000_ir_int_start fndecl 0 52587 &disable_so_xfs_btree_check_sptr_fndecl_52587
++disable_so_wl1251_acx_feature_cfg_fndecl_52589 wl1251_acx_feature_cfg fndecl 0 52589 NULL
++disable_so_ide_host_register_fndecl_52611 ide_host_register fndecl 0 52611 NULL
++disable_so_ipmi_open_fndecl_52615 ipmi_open fndecl 0 52615 NULL
++disable_so_max_sge_ib_device_attr_52617 max_sge ib_device_attr 0 52617 NULL
++disable_so_adpt_system_info_fndecl_52621 adpt_system_info fndecl 0 52621 NULL
++disable_so_md_set_readonly_fndecl_52637 md_set_readonly fndecl 0 52637 NULL nohasharray
++disable_so_setxattr_fndecl_52637 setxattr fndecl 0 52637 &disable_so_md_set_readonly_fndecl_52637
++disable_so_erst_write_fndecl_52643 erst_write fndecl 0 52643 NULL
++disable_so_netlbl_unlabel_defconf_fndecl_52648 netlbl_unlabel_defconf fndecl 0 52648 NULL
++disable_so_qp_broker_create_fndecl_52654 qp_broker_create fndecl 0 52654 NULL
++disable_so_asd_poll_flash_fndecl_52660 asd_poll_flash fndecl 0 52660 NULL
++disable_so_btrfs_update_root_fndecl_52664 btrfs_update_root fndecl 0 52664 NULL
++disable_so_sys_utimensat_fndecl_52666 sys_utimensat fndecl 0 52666 NULL
++disable_so_logfs_write_rec_fndecl_52675 logfs_write_rec fndecl 0 52675 NULL
++disable_so_powernow_k8_cpu_init_acpi_fndecl_52681 powernow_k8_cpu_init_acpi fndecl 0 52681 NULL
++disable_so_urb_done_max3421_hcd_52691 urb_done max3421_hcd 0 52691 NULL nohasharray
++disable_so_vlan_mvrp_init_applicant_fndecl_52691 vlan_mvrp_init_applicant fndecl 0 52691 &disable_so_urb_done_max3421_hcd_52691 nohasharray
++disable_so_ceph_pagelist_reserve_fndecl_52691 ceph_pagelist_reserve fndecl 0 52691 &disable_so_vlan_mvrp_init_applicant_fndecl_52691
++disable_so_zram_init_fndecl_52698 zram_init fndecl 0 52698 NULL
++disable_so__iwl_dbgfs_bcast_filters_macs_write_fndecl_52702 _iwl_dbgfs_bcast_filters_macs_write fndecl 0 52702 NULL
++disable_so_xlog_grant_head_check_fndecl_52719 xlog_grant_head_check fndecl 0 52719 NULL
++disable_so___hw_addr_add_fndecl_52752 __hw_addr_add fndecl 0 52752 NULL
++disable_so_ethtool_reset_fndecl_52754 ethtool_reset fndecl 0 52754 NULL
++disable_so_nci_hci_open_pipe_fndecl_52756 nci_hci_open_pipe fndecl 0 52756 NULL
++disable_so_ugts_t4_cq_52758 ugts t4_cq 0 52758 NULL
++disable_so_hdlcdev_ioctl_fndecl_52761 hdlcdev_ioctl fndecl 0 52761 NULL
++disable_so___hw_addr_del_ex_fndecl_52770 __hw_addr_del_ex fndecl 0 52770 NULL
++disable_so_reiserfs_init_bitmap_cache_fndecl_52773 reiserfs_init_bitmap_cache fndecl 0 52773 NULL
++disable_so_qxl_allocate_chunk_fndecl_52791 qxl_allocate_chunk fndecl 0 52791 NULL
++disable_so_bnx2fc_send_rec_fndecl_52795 bnx2fc_send_rec fndecl 0 52795 NULL
++disable_so_dtSplitRoot_fndecl_52803 dtSplitRoot fndecl 0 52803 NULL
++disable_so_nilfs_mdt_create_block_fndecl_52807 nilfs_mdt_create_block fndecl 0 52807 NULL nohasharray
++disable_so_snd_ymfpci_capture_open_fndecl_52807 snd_ymfpci_capture_open fndecl 0 52807 &disable_so_nilfs_mdt_create_block_fndecl_52807
++disable_so_mmc_test_map_sg_fndecl_52812 mmc_test_map_sg fndecl 0 52812 NULL
++disable_so_pk_probe_fndecl_52818 pk_probe fndecl 0 52818 NULL
++disable_so_xdr_encode_array2_fndecl_52834 xdr_encode_array2 fndecl 0 52834 NULL nohasharray
++disable_so_bttv_risc_overlay_fndecl_52834 bttv_risc_overlay fndecl 0 52834 &disable_so_xdr_encode_array2_fndecl_52834
++disable_so_ip6_route_del_fndecl_52837 ip6_route_del fndecl 0 52837 NULL
++disable_so_xfs_read_agf_fndecl_52838 xfs_read_agf fndecl 0 52838 NULL
++disable_so_nj_setup_fndecl_52843 nj_setup fndecl 0 52843 NULL
++disable_so_mlx4_load_one_fndecl_52867 mlx4_load_one fndecl 0 52867 NULL
++disable_so_radeon_ring_lock_fndecl_52878 radeon_ring_lock fndecl 0 52878 NULL
++disable_so_simplefb_parse_pd_fndecl_52879 simplefb_parse_pd fndecl 0 52879 NULL
++disable_so_dccp_setsockopt_cscov_fndecl_52885 dccp_setsockopt_cscov fndecl 0 52885 NULL
++disable_so_exec_result_hcp_exec_waiter_52897 exec_result hcp_exec_waiter 0 52897 NULL
++disable_so_nfcmrvl_submit_bulk_urb_fndecl_52911 nfcmrvl_submit_bulk_urb fndecl 0 52911 NULL
++disable_so_buf_width_s5p_mfc_ctx_52912 buf_width s5p_mfc_ctx 0 52912 NULL
++disable_so_xfs_mount_validate_sb_fndecl_52930 xfs_mount_validate_sb fndecl 0 52930 NULL
++disable_so_num_rx_ethoc_52943 num_rx ethoc 0 52943 NULL
++disable_so_mlx4_cmd_post_fndecl_52945 mlx4_cmd_post fndecl 0 52945 NULL
++disable_so_jbd2_journal_get_undo_access_fndecl_52958 jbd2_journal_get_undo_access fndecl 0 52958 NULL
++disable_so_msb_probe_fndecl_52969 msb_probe fndecl 0 52969 NULL
++disable_so_dev_pm_qos_add_request_fndecl_52975 dev_pm_qos_add_request fndecl 0 52975 NULL
++disable_so_get_ports_fndecl_52978 get_ports fndecl 0 52978 NULL
++disable_so_reiserfs_insert_item_fndecl_52983 reiserfs_insert_item fndecl 0 52983 NULL
++disable_so_ipmi_set_maintenance_mode_fndecl_52986 ipmi_set_maintenance_mode fndecl 0 52986 NULL
++disable_so_snd_seq_port_disconnect_fndecl_52992 snd_seq_port_disconnect fndecl 0 52992 NULL
++disable_so_focaltech_init_fndecl_52999 focaltech_init fndecl 0 52999 NULL
++disable_so_hv_post_message_fndecl_53012 hv_post_message fndecl 0 53012 NULL
++disable_so_be_cmd_get_cntl_attributes_fndecl_53017 be_cmd_get_cntl_attributes fndecl 0 53017 NULL
++disable_so_ath6kl_set_probed_ssids_fndecl_53019 ath6kl_set_probed_ssids fndecl 0 53019 NULL
++disable_so_pvr2_channel_limit_inputs_fndecl_53024 pvr2_channel_limit_inputs fndecl 0 53024 NULL
++disable_so_wusbhc_devconnect_start_fndecl_53025 wusbhc_devconnect_start fndecl 0 53025 NULL
++disable_so_tty_insert_flip_string_fixed_flag_fndecl_53031 tty_insert_flip_string_fixed_flag fndecl 0 53031 NULL
++disable_so_dln2_start_rx_urbs_fndecl_53033 dln2_start_rx_urbs fndecl 0 53033 NULL
++disable_so_ethtool_nway_reset_fndecl_53034 ethtool_nway_reset fndecl 0 53034 NULL
++disable_so_xfs_filestream_pick_ag_fndecl_53040 xfs_filestream_pick_ag fndecl 0 53040 NULL
++disable_so_xmit_fifo_size_serial_struct_53048 xmit_fifo_size serial_struct 0 53048 NULL
++disable_so_m_len_ext4_map_blocks_53056 m_len ext4_map_blocks 0 53056 NULL
++disable_so_do_poll_fndecl_53063 do_poll fndecl 0 53063 NULL nohasharray
++disable_so_i1480_usb_probe_fndecl_53063 i1480_usb_probe fndecl 0 53063 &disable_so_do_poll_fndecl_53063
++disable_so_lkkbd_connect_fndecl_53064 lkkbd_connect fndecl 0 53064 NULL
++disable_so_snd_ca0106_pcm_open_capture_channel_fndecl_53076 snd_ca0106_pcm_open_capture_channel fndecl 0 53076 NULL
++disable_so_snd_ak4531_mixer_fndecl_53080 snd_ak4531_mixer fndecl 0 53080 NULL
++disable_so_map_swap_entry_fndecl_53081 map_swap_entry fndecl 0 53081 NULL
++disable_so_analog_init_device_fndecl_53082 analog_init_device fndecl 0 53082 NULL
++disable_so_xfs_btree_dec_cursor_fndecl_53087 xfs_btree_dec_cursor fndecl 0 53087 NULL
++disable_so___hfsplus_setxattr_fndecl_53096 __hfsplus_setxattr fndecl 0 53096 NULL
++disable_so_jffs2_garbage_collect_deletion_dirent_fndecl_53099 jffs2_garbage_collect_deletion_dirent fndecl 0 53099 NULL
++disable_so_af9033_wr_reg_fndecl_53103 af9033_wr_reg fndecl 0 53103 NULL
++disable_so_snd_mixart_pcm_digital_fndecl_53113 snd_mixart_pcm_digital fndecl 0 53113 NULL nohasharray
++disable_so_mmc_app_cmd_fndecl_53113 mmc_app_cmd fndecl 0 53113 &disable_so_snd_mixart_pcm_digital_fndecl_53113
++disable_so_via_sensor_power_setup_fndecl_53124 via_sensor_power_setup fndecl 0 53124 NULL nohasharray
++disable_so_xz_dec_test_write_fndecl_53124 xz_dec_test_write fndecl 0 53124 &disable_so_via_sensor_power_setup_fndecl_53124
++disable_so_lpfc_cq_create_fndecl_53129 lpfc_cq_create fndecl 0 53129 NULL
++disable_so_real_vram_size_radeon_mc_53132 real_vram_size radeon_mc 0 53132 NULL
++disable_so_scan_header_fndecl_53134 scan_header fndecl 0 53134 NULL
++disable_so_read_reg_radio_tea5777_53145 read_reg radio_tea5777 0 53145 NULL nohasharray
++disable_so_write_pinned_extent_entries_fndecl_53145 write_pinned_extent_entries fndecl 0 53145 &disable_so_read_reg_radio_tea5777_53145
++disable_so_mmc_spi_readbytes_fndecl_53146 mmc_spi_readbytes fndecl 0 53146 NULL
++disable_so_nvme_trans_modesel_get_mp_fndecl_53148 nvme_trans_modesel_get_mp fndecl 0 53148 NULL
++disable_so_xoffset_fb_var_screeninfo_53153 xoffset fb_var_screeninfo 0 53153 NULL
++disable_so_add_tcp_udp_rule_fndecl_53155 add_tcp_udp_rule fndecl 0 53155 NULL
++disable_so_e1000_get_eeprom_fndecl_53156 e1000_get_eeprom fndecl 0 53156 NULL
++disable_so_write_rom_fndecl_53167 write_rom fndecl 0 53167 NULL
++disable_so_gt215_clk_pre_fndecl_53170 gt215_clk_pre fndecl 0 53170 NULL
++disable_so_tegra_spi_start_tx_dma_fndecl_53177 tegra_spi_start_tx_dma fndecl 0 53177 NULL nohasharray
++disable_so_page_address_in_vma_fndecl_53177 page_address_in_vma fndecl 0 53177 &disable_so_tegra_spi_start_tx_dma_fndecl_53177
++disable_so_snd_mixart_pcm_analog_fndecl_53180 snd_mixart_pcm_analog fndecl 0 53180 NULL nohasharray
++disable_so_offset_page_frag_53180 offset page_frag 0 53180 &disable_so_snd_mixart_pcm_analog_fndecl_53180
++disable_so_current_freq_av7110_53182 current_freq av7110 0 53182 NULL
++disable_so_ocfs2_add_branch_fndecl_53191 ocfs2_add_branch fndecl 0 53191 NULL
++disable_so_get_port_caps_fndecl_53192 get_port_caps fndecl 0 53192 NULL
++disable_so_alloc_descs_fndecl_53194 alloc_descs fndecl 0 53194 NULL
++disable_so_compat_do_replace_fndecl_53197 compat_do_replace fndecl 0 53197 NULL
++disable_so_t4_prep_fw_fndecl_53207 t4_prep_fw fndecl 0 53207 NULL
++disable_so_snd_riptide_initialize_fndecl_53212 snd_riptide_initialize fndecl 0 53212 NULL
++disable_so_sony_nc_int_call_fndecl_53213 sony_nc_int_call fndecl 0 53213 NULL
++disable_so_setflashmode_fndecl_53217 setflashmode fndecl 0 53217 NULL
++disable_so_find_extent_clone_fndecl_53232 find_extent_clone fndecl 0 53232 NULL
++disable_so_mlx4_get_mgm_entry_size_fndecl_53236 mlx4_get_mgm_entry_size fndecl 0 53236 NULL
++disable_so_btrfs_write_and_wait_marked_extents_fndecl_53239 btrfs_write_and_wait_marked_extents fndecl 0 53239 NULL
++disable_so_xpc_nasid_mask_nlongs_vardecl_53252 xpc_nasid_mask_nlongs vardecl 0 53252 NULL
++disable_so_adis16400_update_scan_mode_fndecl_53256 adis16400_update_scan_mode fndecl 0 53256 NULL
++disable_so_qxl_bo_create_fndecl_53261 qxl_bo_create fndecl 0 53261 NULL
++disable_so_add_new_ctl_fndecl_53263 add_new_ctl fndecl 0 53263 NULL
++disable_so_lpfc_post_buffer_fndecl_53267 lpfc_post_buffer fndecl 0 53267 NULL
++disable_so_wa_nep_create_fndecl_53275 wa_nep_create fndecl 0 53275 NULL
++disable_so_nr_cmds_ctlr_info_53278 nr_cmds ctlr_info 0 53278 NULL
++disable_so_put_v4l2_framebuffer32_fndecl_53280 put_v4l2_framebuffer32 fndecl 0 53280 NULL
++disable_so_iwlagn_send_tx_power_fndecl_53282 iwlagn_send_tx_power fndecl 0 53282 NULL
++disable_so_samsung_rfkill_init_swsmi_fndecl_53284 samsung_rfkill_init_swsmi fndecl 0 53284 NULL
++disable_so___sync_dirty_buffer_fndecl_53315 __sync_dirty_buffer fndecl 0 53315 NULL nohasharray
++disable_so_try_or_set_cluster_fndecl_53315 try_or_set_cluster fndecl 0 53315 &disable_so___sync_dirty_buffer_fndecl_53315
++disable_so_mwifiex_fill_new_bss_desc_fndecl_53316 mwifiex_fill_new_bss_desc fndecl 0 53316 NULL
++disable_so_do_mmu_notifier_register_fndecl_53321 do_mmu_notifier_register fndecl 0 53321 NULL
++disable_so_dummy_validate_stream_fndecl_53322 dummy_validate_stream fndecl 0 53322 NULL
++disable_so_ablkcipher_walk_next_fndecl_53328 ablkcipher_walk_next fndecl 0 53328 NULL
++disable_so_mlx4_status_to_errno_fndecl_53338 mlx4_status_to_errno fndecl 0 53338 NULL
++disable_so_va1j5jf8007s_init_frequency_fndecl_53348 va1j5jf8007s_init_frequency fndecl 0 53348 NULL
++disable_so_ubifs_read_nnode_fndecl_53358 ubifs_read_nnode fndecl 0 53358 NULL
++disable_so_ufshcd_read_desc_param_fndecl_53361 ufshcd_read_desc_param fndecl 0 53361 NULL
++disable_so_ath6kl_bmi_read_fndecl_53368 ath6kl_bmi_read fndecl 0 53368 NULL
++disable_so_skge_reset_fndecl_53374 skge_reset fndecl 0 53374 NULL
++disable_so_be_get_config_fndecl_53377 be_get_config fndecl 0 53377 NULL
++disable_so_iommu_prepare_static_identity_mapping_fndecl_53386 iommu_prepare_static_identity_mapping fndecl 0 53386 NULL
++disable_so_regulator_force_disable_fndecl_53390 regulator_force_disable fndecl 0 53390 NULL
++disable_so_command_setformat_fndecl_53392 command_setformat fndecl 0 53392 NULL
++disable_so_xen_irq_info_common_setup_fndecl_53398 xen_irq_info_common_setup fndecl 0 53398 NULL
++disable_so_qxl_release_validate_bo_fndecl_53400 qxl_release_validate_bo fndecl 0 53400 NULL
++disable_so_mb86290fb_imageblit_fndecl_53406 mb86290fb_imageblit fndecl 0 53406 NULL
++disable_so_mthca_alloc_srq_buf_fndecl_53407 mthca_alloc_srq_buf fndecl 0 53407 NULL
++disable_so_nid_dnode_of_data_53408 nid dnode_of_data 0 53408 NULL
++disable_so_solo_pci_probe_fndecl_53410 solo_pci_probe fndecl 0 53410 NULL
++disable_so_bus_for_each_dev_fndecl_53415 bus_for_each_dev fndecl 0 53415 NULL
++disable_so_cmpc_accel_add_v4_fndecl_53417 cmpc_accel_add_v4 fndecl 0 53417 NULL
++disable_so_vlan_dev_set_egress_priority_fndecl_53418 vlan_dev_set_egress_priority fndecl 0 53418 NULL
++disable_so_codec_reg_read_file_fndecl_53419 codec_reg_read_file fndecl 0 53419 NULL
++disable_so_compat_sys_mbind_fndecl_53427 compat_sys_mbind fndecl 0 53427 NULL
++disable_so_nilfs_write_logs_fndecl_53431 nilfs_write_logs fndecl 0 53431 NULL
++disable_so_init_driver_queues_fndecl_53457 init_driver_queues fndecl 0 53457 NULL
++disable_so_mon_alloc_buff_fndecl_53463 mon_alloc_buff fndecl 0 53463 NULL
++disable_so_osst_write_eod_fndecl_53464 osst_write_eod fndecl 0 53464 NULL
++disable_so_hostap_hw_ready_fndecl_53470 hostap_hw_ready fndecl 0 53470 NULL
++disable_so_guest_perf_guest_switch_msr_53477 guest perf_guest_switch_msr 0 53477 NULL
++disable_so_hfs_parse_old_pmap_fndecl_53479 hfs_parse_old_pmap fndecl 0 53479 NULL nohasharray
++disable_so_t4_config_rss_range_fndecl_53479 t4_config_rss_range fndecl 0 53479 &disable_so_hfs_parse_old_pmap_fndecl_53479 nohasharray
++disable_so_mtdchar_ioctl_fndecl_53479 mtdchar_ioctl fndecl 0 53479 &disable_so_t4_config_rss_range_fndecl_53479
++disable_so_map_sector_fndecl_53483 map_sector fndecl 0 53483 NULL
++disable_so_oper_log_mgm_entry_size_mlx4_dev_53488 oper_log_mgm_entry_size mlx4_dev 0 53488 NULL
++disable_so_alloc_comp_eqs_fndecl_53492 alloc_comp_eqs fndecl 0 53492 NULL
++disable_so_mthca_buf_alloc_fndecl_53510 mthca_buf_alloc fndecl 0 53510 NULL
++disable_so_ath6kl_fetch_otp_file_fndecl_53514 ath6kl_fetch_otp_file fndecl 0 53514 NULL
++disable_so_mmc_io_rw_extended_fndecl_53515 mmc_io_rw_extended fndecl 0 53515 NULL
++disable_so_init_e1_port_fndecl_53524 init_e1_port fndecl 0 53524 NULL
++disable_so_i40e_aq_request_resource_fndecl_53532 i40e_aq_request_resource fndecl 0 53532 NULL
++disable_so_fuse_notify_fndecl_53539 fuse_notify fndecl 0 53539 NULL
++disable_so_lpfc_eq_create_fndecl_53556 lpfc_eq_create fndecl 0 53556 NULL
++disable_so_qib_register_ib_device_fndecl_53566 qib_register_ib_device fndecl 0 53566 NULL
++disable_so_balance_node_right_fndecl_53571 balance_node_right fndecl 0 53571 NULL
++disable_so_sctp_tsnmap_mark_fndecl_53578 sctp_tsnmap_mark fndecl 0 53578 NULL
++disable_so_vcc_ioctl_fndecl_53582 vcc_ioctl fndecl 0 53582 NULL
++disable_so___ip6_del_rt_fndecl_53583 __ip6_del_rt fndecl 0 53583 NULL
++disable_so_gred_change_fndecl_53584 gred_change fndecl 0 53584 NULL
++disable_so_mthca_alloc_wqe_buf_fndecl_53586 mthca_alloc_wqe_buf fndecl 0 53586 NULL
++disable_so_vsp1_device_init_fndecl_53589 vsp1_device_init fndecl 0 53589 NULL nohasharray
++disable_so_c2_nsmr_register_phys_kern_fndecl_53589 c2_nsmr_register_phys_kern fndecl 0 53589 &disable_so_vsp1_device_init_fndecl_53589
++disable_so_rcar_vin_get_formats_fndecl_53591 rcar_vin_get_formats fndecl 0 53591 NULL
++disable_so_kernel_setsockopt_fndecl_53594 kernel_setsockopt fndecl 0 53594 NULL
++disable_so_mmc_set_blocklen_fndecl_53596 mmc_set_blocklen fndecl 0 53596 NULL
++disable_so_rd_module_init_fndecl_53609 rd_module_init fndecl 0 53609 NULL
++disable_so_put_cmsg_compat_fndecl_53618 put_cmsg_compat fndecl 0 53618 NULL nohasharray
++disable_so_irlan_extract_param_fndecl_53618 irlan_extract_param fndecl 0 53618 &disable_so_put_cmsg_compat_fndecl_53618
++disable_so_statctrl_offset__synclinkmp_info_53625 statctrl_offset _synclinkmp_info 0 53625 NULL
++disable_so_device_add_class_symlinks_fndecl_53634 device_add_class_symlinks fndecl 0 53634 NULL
++disable_so_locks_mandatory_area_fndecl_53644 locks_mandatory_area fndecl 0 53644 NULL
++disable_so_ttm_tt_set_placement_caching_fndecl_53645 ttm_tt_set_placement_caching fndecl 0 53645 NULL
++disable_so_svc_dropparty_fndecl_53651 svc_dropparty fndecl 0 53651 NULL
++disable_so_dev_mc_del_fndecl_53664 dev_mc_del fndecl 0 53664 NULL
++disable_so_uvesafb_helper_start_fndecl_53665 uvesafb_helper_start fndecl 0 53665 NULL
++disable_so_ubi_eba_write_leb_fndecl_53678 ubi_eba_write_leb fndecl 0 53678 NULL
++disable_so_xfs_finish_flags_fndecl_53692 xfs_finish_flags fndecl 0 53692 NULL
++disable_so_vgt_balloon_space_fndecl_53697 vgt_balloon_space fndecl 0 53697 NULL
++disable_so_zatm_start_fndecl_53706 zatm_start fndecl 0 53706 NULL
++disable_so_num_arg_fndecl_53716 num_arg fndecl 0 53716 NULL
++disable_so_acpi_manager_get_info_fndecl_53737 acpi_manager_get_info fndecl 0 53737 NULL
++disable_so_zr364xx_board_init_fndecl_53742 zr364xx_board_init fndecl 0 53742 NULL nohasharray
++disable_so_via_dmablit_fndecl_53742 via_dmablit fndecl 0 53742 &disable_so_zr364xx_board_init_fndecl_53742
++disable_so_fat_sync_inode_fndecl_53751 fat_sync_inode fndecl 0 53751 NULL
++disable_so_ext3_new_blocks_fndecl_53754 ext3_new_blocks fndecl 0 53754 NULL
++disable_so_ubi_io_mark_bad_fndecl_53761 ubi_io_mark_bad fndecl 0 53761 NULL
++disable_so_mtd_write_user_prot_reg_fndecl_53762 mtd_write_user_prot_reg fndecl 0 53762 NULL
++disable_so_msb_read_oob_fndecl_53772 msb_read_oob fndecl 0 53772 NULL
++disable_so_kstrtoll_fndecl_53783 kstrtoll fndecl 0 53783 NULL
++disable_so_mgmt_send_event_fndecl_53803 mgmt_send_event fndecl 0 53803 NULL
++disable_so_put_v4l2_event32_fndecl_53805 put_v4l2_event32 fndecl 0 53805 NULL
++disable_so_garp_init_applicant_fndecl_53811 garp_init_applicant fndecl 0 53811 NULL
++disable_so_convert_extent_item_v0_fndecl_53814 convert_extent_item_v0 fndecl 0 53814 NULL
++disable_so_kvm_mmu_create_fndecl_53817 kvm_mmu_create fndecl 0 53817 NULL
++disable_so_jffs2_flash_write_fndecl_53819 jffs2_flash_write fndecl 0 53819 NULL
++disable_so_choose_rate_fndecl_53821 choose_rate fndecl 0 53821 NULL
++disable_so_check_ld_imm_fndecl_53829 check_ld_imm fndecl 0 53829 NULL
++disable_so_carl9170_echo_test_fndecl_53837 carl9170_echo_test fndecl 0 53837 NULL
++disable_so_add_promisc_qp_fndecl_53875 add_promisc_qp fndecl 0 53875 NULL
++disable_so_solo_p2m_dma_desc_fndecl_53880 solo_p2m_dma_desc fndecl 0 53880 NULL
++disable_so_cx25821_alsa_dma_init_fndecl_53886 cx25821_alsa_dma_init fndecl 0 53886 NULL
++disable_so_stir421x_patch_device_fndecl_53915 stir421x_patch_device fndecl 0 53915 NULL
++disable_so_musb_schedule_fndecl_53920 musb_schedule fndecl 0 53920 NULL nohasharray
++disable_so_rs780_parse_power_table_fndecl_53920 rs780_parse_power_table fndecl 0 53920 &disable_so_musb_schedule_fndecl_53920
++disable_so_hrz_open_rx_fndecl_53930 hrz_open_rx fndecl 0 53930 NULL
++disable_so_i40e_init_lan_hmc_fndecl_53935 i40e_init_lan_hmc fndecl 0 53935 NULL
++disable_so_gntdev_open_fndecl_53944 gntdev_open fndecl 0 53944 NULL
++disable_so_swiotlb_nr_tbl_fndecl_53950 swiotlb_nr_tbl fndecl 0 53950 NULL
++disable_so_adpt_i2o_post_wait_fndecl_53951 adpt_i2o_post_wait fndecl 0 53951 NULL
++disable_so_hiddev_ioctl_fndecl_53955 hiddev_ioctl fndecl 0 53955 NULL
++disable_so_vmw_sou_backing_alloc_fndecl_53962 vmw_sou_backing_alloc fndecl 0 53962 NULL
++disable_so_check_mem_access_fndecl_53977 check_mem_access fndecl 0 53977 NULL
++disable_so_xfs_check_sizes_fndecl_53982 xfs_check_sizes fndecl 0 53982 NULL
++disable_so_nfsd_reply_cache_init_fndecl_53988 nfsd_reply_cache_init fndecl 0 53988 NULL
++disable_so_sl811_cs_config_fndecl_53990 sl811_cs_config fndecl 0 53990 NULL
++disable_so_msb_init_disk_fndecl_53991 msb_init_disk fndecl 0 53991 NULL
++disable_so_btrfs_setup_space_cache_fndecl_53997 btrfs_setup_space_cache fndecl 0 53997 NULL
++disable_so___logfs_create_fndecl_54001 __logfs_create fndecl 0 54001 NULL
++disable_so_ufx_ops_check_var_fndecl_54012 ufx_ops_check_var fndecl 0 54012 NULL
++disable_so_rsi_setblocklength_fndecl_54024 rsi_setblocklength fndecl 0 54024 NULL
++disable_so_mic_setup_msi_fndecl_54031 mic_setup_msi fndecl 0 54031 NULL
++disable_so_check_fmode_for_setlk_fndecl_54037 check_fmode_for_setlk fndecl 0 54037 NULL
++disable_so_e1000_do_read_eeprom_fndecl_54043 e1000_do_read_eeprom fndecl 0 54043 NULL
++disable_so_iwl_dbgfs_d3_sram_write_fndecl_54048 iwl_dbgfs_d3_sram_write fndecl 0 54048 NULL
++disable_so_sierra_write_fndecl_54049 sierra_write fndecl 0 54049 NULL
++disable_so__iwl_dbgfs_uapsd_misbehaving_write_fndecl_54054 _iwl_dbgfs_uapsd_misbehaving_write fndecl 0 54054 NULL
++disable_so_qdsb_get_fndecl_54058 qdsb_get fndecl 0 54058 NULL
++disable_so_intf_next_seq_fndecl_54089 intf_next_seq fndecl 0 54089 NULL
++disable_so_scan_block_fast_fndecl_54093 scan_block_fast fndecl 0 54093 NULL nohasharray
++disable_so_efx_begin_loopback_fndecl_54093 efx_begin_loopback fndecl 0 54093 &disable_so_scan_block_fast_fndecl_54093 nohasharray
++disable_so_hash_ip6_add_fndecl_54093 hash_ip6_add fndecl 0 54093 &disable_so_efx_begin_loopback_fndecl_54093
++disable_so_fat_ent_write_fndecl_54100 fat_ent_write fndecl 0 54100 NULL
++disable_so_check_extent_in_eb_fndecl_54112 check_extent_in_eb fndecl 0 54112 NULL
++disable_so_br_min_mtu_fndecl_54113 br_min_mtu fndecl 0 54113 NULL
++disable_so_xfs_rtmodify_summary_int_fndecl_54118 xfs_rtmodify_summary_int fndecl 0 54118 NULL nohasharray
++disable_so_rio_request_inb_mbox_fndecl_54118 rio_request_inb_mbox fndecl 0 54118 &disable_so_xfs_rtmodify_summary_int_fndecl_54118
++disable_so_acpi_thermal_add_fndecl_54133 acpi_thermal_add fndecl 0 54133 NULL
++disable_so_carl9170_exec_cmd_fndecl_54141 carl9170_exec_cmd fndecl 0 54141 NULL
++disable_so_brcmf_usb_dl_writeimage_fndecl_54144 brcmf_usb_dl_writeimage fndecl 0 54144 NULL
++disable_so_ufx_ops_set_par_fndecl_54145 ufx_ops_set_par fndecl 0 54145 NULL
++disable_so_enic_dev_init_fndecl_54147 enic_dev_init fndecl 0 54147 NULL
++disable_so_sp2_write_i2c_fndecl_54157 sp2_write_i2c fndecl 0 54157 NULL
++disable_so_lock_and_cleanup_extent_if_need_fndecl_54163 lock_and_cleanup_extent_if_need fndecl 0 54163 NULL nohasharray
++disable_so_i40e_init_shared_code_fndecl_54163 i40e_init_shared_code fndecl 0 54163 &disable_so_lock_and_cleanup_extent_if_need_fndecl_54163
++disable_so_vmci_route_fndecl_54171 vmci_route fndecl 0 54171 NULL
++disable_so_threshold_create_device_fndecl_54172 threshold_create_device fndecl 0 54172 NULL
++disable_so_handle_one_ule_extension_fndecl_54174 handle_one_ule_extension fndecl 0 54174 NULL
++disable_so_dtv_property_cache_sync_fndecl_54181 dtv_property_cache_sync fndecl 0 54181 NULL
++disable_so_compat_put_bitmap_fndecl_54182 compat_put_bitmap fndecl 0 54182 NULL
++disable_so_reg_area_phys_snd_ymfpci_54196 reg_area_phys snd_ymfpci 0 54196 NULL
++disable_so_ibmasm_send_os_state_fndecl_54199 ibmasm_send_os_state fndecl 0 54199 NULL
++disable_so_ep93xx_spi_enable_fndecl_54214 ep93xx_spi_enable fndecl 0 54214 NULL
++disable_so_cir_addr_ite_dev_54217 cir_addr ite_dev 0 54217 NULL
++disable_so_SMB2_rename_fndecl_54220 SMB2_rename fndecl 0 54220 NULL
++disable_so_cciss_setnodename_fndecl_54233 cciss_setnodename fndecl 0 54233 NULL
++disable_so_picolcd_init_framebuffer_fndecl_54238 picolcd_init_framebuffer fndecl 0 54238 NULL
++disable_so_upper_margin_fb_var_screeninfo_54245 upper_margin fb_var_screeninfo 0 54245 NULL
++disable_so_serial_probe_fndecl_54247 serial_probe fndecl 0 54247 NULL
++disable_so_fl_size_qset_params_54254 fl_size qset_params 0 54254 NULL
++disable_so___erst_read_fndecl_54256 __erst_read fndecl 0 54256 NULL
++disable_so_ssb_bus_scan_fndecl_54257 ssb_bus_scan fndecl 0 54257 NULL
++disable_so_put_cmsg_fndecl_54270 put_cmsg fndecl 0 54270 NULL
++disable_so_xfs_bmap_count_blocks_fndecl_54276 xfs_bmap_count_blocks fndecl 0 54276 NULL
++disable_so_cifs_sign_rqst_fndecl_54283 cifs_sign_rqst fndecl 0 54283 NULL
++disable_so_ubifs_create_dflt_lpt_fndecl_54286 ubifs_create_dflt_lpt fndecl 0 54286 NULL
++disable_so_dma_async_device_register_fndecl_54292 dma_async_device_register fndecl 0 54292 NULL
++disable_so_tsl2550_init_client_fndecl_54299 tsl2550_init_client fndecl 0 54299 NULL
++disable_so_pvr2_issue_simple_cmd_fndecl_54313 pvr2_issue_simple_cmd fndecl 0 54313 NULL
++disable_so_nvme_trans_test_unit_ready_fndecl_54314 nvme_trans_test_unit_ready fndecl 0 54314 NULL
++disable_so_port100_listen_mdaa_fndecl_54317 port100_listen_mdaa fndecl 0 54317 NULL
++disable_so__set_memory_wc_fndecl_54323 _set_memory_wc fndecl 0 54323 NULL
++disable_so_dev_ethtool_fndecl_54324 dev_ethtool fndecl 0 54324 NULL
++disable_so_CIFSSMBPosixLock_fndecl_54325 CIFSSMBPosixLock fndecl 0 54325 NULL
++disable_so_enic_alloc_vnic_resources_fndecl_54343 enic_alloc_vnic_resources fndecl 0 54343 NULL
++disable_so_nvme_scsi_translate_fndecl_54344 nvme_scsi_translate fndecl 0 54344 NULL
++disable_so_watchdog_stop_fndecl_54346 watchdog_stop fndecl 0 54346 NULL
++disable_so_init_dmars_fndecl_54347 init_dmars fndecl 0 54347 NULL
++disable_so_k_objectid_in_core_key_54352 k_objectid in_core_key 0 54352 NULL
++disable_so_ocfs2_begin_truncate_log_recovery_fndecl_54366 ocfs2_begin_truncate_log_recovery fndecl 0 54366 NULL
++disable_so_vmci_send_datagram_fndecl_54373 vmci_send_datagram fndecl 0 54373 NULL
++disable_so_b43_pcmcia_probe_fndecl_54378 b43_pcmcia_probe fndecl 0 54378 NULL
++disable_so_rocker_group_l2_interface_fndecl_54379 rocker_group_l2_interface fndecl 0 54379 NULL
++disable_so_iwl_nvm_read_chunk_fndecl_54381 iwl_nvm_read_chunk fndecl 0 54381 NULL nohasharray
++disable_so_netlbl_unlhsh_add_fndecl_54381 netlbl_unlhsh_add fndecl 0 54381 &disable_so_iwl_nvm_read_chunk_fndecl_54381
++disable_so_eeti_ts_probe_fndecl_54382 eeti_ts_probe fndecl 0 54382 NULL
++disable_so_bt878_adr_bt878_54384 bt878_adr bt878 0 54384 NULL
++disable_so_cw1200_sdio_probe_fndecl_54397 cw1200_sdio_probe fndecl 0 54397 NULL
++disable_so_vmci_datagram_dispatch_fndecl_54402 vmci_datagram_dispatch fndecl 0 54402 NULL
++disable_so__osd_req_alist_elem_size_fndecl_54403 _osd_req_alist_elem_size fndecl 0 54403 NULL
++disable_so_rxkad_verify_packet_encrypt_fndecl_54405 rxkad_verify_packet_encrypt fndecl 0 54405 NULL
++disable_so_user_height_soc_camera_device_54417 user_height soc_camera_device 0 54417 NULL
++disable_so_oxygen_pci_probe_fndecl_54423 oxygen_pci_probe fndecl 0 54423 NULL
++disable_so_startbit_netlbl_lsm_catmap_54432 startbit netlbl_lsm_catmap 0 54432 NULL
++disable_so_cciss_wait_for_board_state_fndecl_54433 cciss_wait_for_board_state fndecl 0 54433 NULL
++disable_so_dsmark_init_fndecl_54434 dsmark_init fndecl 0 54434 NULL
++disable_so_ima_inode_setxattr_fndecl_54436 ima_inode_setxattr fndecl 0 54436 NULL
++disable_so_va1j5jf8007s_prepare_2_fndecl_54442 va1j5jf8007s_prepare_2 fndecl 0 54442 NULL
++disable_so_jbd2_journal_get_write_access_fndecl_54444 jbd2_journal_get_write_access fndecl 0 54444 NULL
++disable_so_CIFSSMBQPathInfo_fndecl_54452 CIFSSMBQPathInfo fndecl 0 54452 NULL
++disable_so_i40e_ptp_set_timestamp_mode_fndecl_54456 i40e_ptp_set_timestamp_mode fndecl 0 54456 NULL
++disable_so_nvkm_notify_init_fndecl_54464 nvkm_notify_init fndecl 0 54464 NULL nohasharray
++disable_so_edd_device_register_fndecl_54464 edd_device_register fndecl 0 54464 &disable_so_nvkm_notify_init_fndecl_54464
++disable_so___stop_cpus_fndecl_54465 __stop_cpus fndecl 0 54465 NULL
++disable_so_usbtest_probe_fndecl_54474 usbtest_probe fndecl 0 54474 NULL
++disable_so_nvif_object_ioctl_fndecl_54479 nvif_object_ioctl fndecl 0 54479 NULL
++disable_so_ca0110_parse_auto_config_fndecl_54481 ca0110_parse_auto_config fndecl 0 54481 NULL
++disable_so_sr_read_tocentry_fndecl_54482 sr_read_tocentry fndecl 0 54482 NULL
++disable_so_choose_port_ctxt_fndecl_54484 choose_port_ctxt fndecl 0 54484 NULL
++disable_so_thermal_zone_bind_cooling_device_fndecl_54490 thermal_zone_bind_cooling_device fndecl 0 54490 NULL
++disable_so_sys_setsockopt_fndecl_54507 sys_setsockopt fndecl 0 54507 NULL
++disable_so_steelseries_srws1_probe_fndecl_54513 steelseries_srws1_probe fndecl 0 54513 NULL
++disable_so___btrfs_buffered_write_fndecl_54524 __btrfs_buffered_write fndecl 0 54524 NULL nohasharray
++disable_so_ieee80211_add_virtual_monitor_fndecl_54524 ieee80211_add_virtual_monitor fndecl 0 54524 &disable_so___btrfs_buffered_write_fndecl_54524
++disable_so_net2280_probe_fndecl_54525 net2280_probe fndecl 0 54525 NULL
++disable_so_b43_debugfs_write_fndecl_54533 b43_debugfs_write fndecl 0 54533 NULL
++disable_so_ext4_groupinfo_create_slab_fndecl_54534 ext4_groupinfo_create_slab fndecl 0 54534 NULL
++disable_so_v_sync_strt_wid_crtc_54541 v_sync_strt_wid crtc 0 54541 NULL
++disable_so_dev_set_allmulti_fndecl_54543 dev_set_allmulti fndecl 0 54543 NULL
++disable_so_crypto_ahash_op_fndecl_54569 crypto_ahash_op fndecl 0 54569 NULL
++disable_so_sjoyff_init_fndecl_54570 sjoyff_init fndecl 0 54570 NULL
++disable_so_ath6kl_wmi_probe_report_req_cmd_fndecl_54576 ath6kl_wmi_probe_report_req_cmd fndecl 0 54576 NULL
++disable_so_priority_sk_buff_54581 priority sk_buff 0 54581 NULL
++disable_so_multiq_tune_fndecl_54583 multiq_tune fndecl 0 54583 NULL
++disable_so_mgslpc_probe_fndecl_54587 mgslpc_probe fndecl 0 54587 NULL
++disable_so_clear_wdm_read_flag_fndecl_54605 clear_wdm_read_flag fndecl 0 54605 NULL nohasharray
++disable_so_mipi_dsi_dcs_write_fndecl_54605 mipi_dsi_dcs_write fndecl 0 54605 &disable_so_clear_wdm_read_flag_fndecl_54605
++disable_so_radix_tree_preload_fndecl_54609 radix_tree_preload fndecl 0 54609 NULL
++disable_so_b43_aphy_op_allocate_fndecl_54618 b43_aphy_op_allocate fndecl 0 54618 NULL
++disable_so_write_orph_nodes_fndecl_54621 write_orph_nodes fndecl 0 54621 NULL
++disable_so_snd_timer_global_new_fndecl_54623 snd_timer_global_new fndecl 0 54623 NULL
++disable_so_fb_aper_offset_drm_radeon_private_54625 fb_aper_offset drm_radeon_private 0 54625 NULL
++disable_so_ch_find_errno_fndecl_54626 ch_find_errno fndecl 0 54626 NULL
++disable_so_n_tx_channels_efx_nic_54638 n_tx_channels efx_nic 0 54638 NULL
++disable_so_gfs2_glock_wait_fndecl_54642 gfs2_glock_wait fndecl 0 54642 NULL
++disable_so_ptrace_regset_fndecl_54644 ptrace_regset fndecl 0 54644 NULL
++disable_so_qgroup_excl_accounting_fndecl_54652 qgroup_excl_accounting fndecl 0 54652 NULL
++disable_so___inode_permission_fndecl_54654 __inode_permission fndecl 0 54654 NULL
++disable_so_reshape_position_mddev_54660 reshape_position mddev 0 54660 NULL
++disable_so_nfs4_sp4_select_mode_fndecl_54671 nfs4_sp4_select_mode fndecl 0 54671 NULL
++disable_so_id_pps_device_54684 id pps_device 0 54684 NULL
++disable_so_i2c_transfer_fndecl_54685 i2c_transfer fndecl 0 54685 NULL
++disable_so_raid1_reshape_fndecl_54686 raid1_reshape fndecl 0 54686 NULL
++disable_so_alb_handle_addr_collision_on_attach_fndecl_54689 alb_handle_addr_collision_on_attach fndecl 0 54689 NULL
++disable_so_uwb_rc_ie_rm_fndecl_54690 uwb_rc_ie_rm fndecl 0 54690 NULL
++disable_so_schedule_erase_fndecl_54695 schedule_erase fndecl 0 54695 NULL
++disable_so_mlx4_en_create_cq_fndecl_54696 mlx4_en_create_cq fndecl 0 54696 NULL
++disable_so_ark3116_open_fndecl_54700 ark3116_open fndecl 0 54700 NULL
++disable_so_status_usb_sg_request_54722 status usb_sg_request 0 54722 NULL nohasharray
++disable_so_snd_emu10k1_code_poke_fndecl_54722 snd_emu10k1_code_poke fndecl 0 54722 &disable_so_status_usb_sg_request_54722
++disable_so_xfs_qm_newmount_fndecl_54723 xfs_qm_newmount fndecl 0 54723 NULL
++disable_so_if_cs_probe_fndecl_54730 if_cs_probe fndecl 0 54730 NULL
++disable_so_wBytesPerInterval_usb_ss_ep_comp_descriptor_54739 wBytesPerInterval usb_ss_ep_comp_descriptor 0 54739 NULL
++disable_so_adf_cfg_dev_add_fndecl_54746 adf_cfg_dev_add fndecl 0 54746 NULL
++disable_so_sisusb_copy_memory_fndecl_54747 sisusb_copy_memory fndecl 0 54747 NULL
++disable_so_security_node_sid_fndecl_54750 security_node_sid fndecl 0 54750 NULL
++disable_so_spi_xcomm_setup_transfer_fndecl_54757 spi_xcomm_setup_transfer fndecl 0 54757 NULL
++disable_so_tpm_unseal_fndecl_54759 tpm_unseal fndecl 0 54759 NULL
++disable_so_lmc_proto_ioctl_fndecl_54770 lmc_proto_ioctl fndecl 0 54770 NULL
++disable_so_xfs_rtallocate_extent_fndecl_54783 xfs_rtallocate_extent fndecl 0 54783 NULL
++disable_so_stv090x_read_reg_fndecl_54785 stv090x_read_reg fndecl 0 54785 NULL
++disable_so_wl1271_acx_set_inconnection_sta_fndecl_54790 wl1271_acx_set_inconnection_sta fndecl 0 54790 NULL nohasharray
++disable_so_keyspan_pda_open_fndecl_54790 keyspan_pda_open fndecl 0 54790 &disable_so_wl1271_acx_set_inconnection_sta_fndecl_54790
++disable_so_uda134x_soc_probe_fndecl_54798 uda134x_soc_probe fndecl 0 54798 NULL
++disable_so_num_sg_agp_memory_54800 num_sg agp_memory 0 54800 NULL
++disable_so_radeonfb_create_pinned_object_fndecl_54805 radeonfb_create_pinned_object fndecl 0 54805 NULL
++disable_so_drm_atomic_get_property_fndecl_54816 drm_atomic_get_property fndecl 0 54816 NULL nohasharray
++disable_so_pci_request_regions_fndecl_54816 pci_request_regions fndecl 0 54816 &disable_so_drm_atomic_get_property_fndecl_54816
++disable_so_nl80211_set_wowlan_fndecl_54820 nl80211_set_wowlan fndecl 0 54820 NULL
++disable_so_build_adc_controls_fndecl_54833 build_adc_controls fndecl 0 54833 NULL
++disable_so_nilfs_commit_super_fndecl_54837 nilfs_commit_super fndecl 0 54837 NULL
++disable_so_rsi_process_pkt_fndecl_54841 rsi_process_pkt fndecl 0 54841 NULL
++disable_so_request_lock_fndecl_54853 request_lock fndecl 0 54853 NULL
++disable_so_csio_hw_write_flash_fndecl_54854 csio_hw_write_flash fndecl 0 54854 NULL
++disable_so_DMAbuf_getwrbuffer_fndecl_54857 DMAbuf_getwrbuffer fndecl 0 54857 NULL
++disable_so_ocrdma_wait_mqe_cmpl_fndecl_54860 ocrdma_wait_mqe_cmpl fndecl 0 54860 NULL
++disable_so_snd_seq_oss_open_fndecl_54871 snd_seq_oss_open fndecl 0 54871 NULL
++disable_so_ide_cd_queue_pc_fndecl_54885 ide_cd_queue_pc fndecl 0 54885 NULL
++disable_so_snd_ctl_open_fndecl_54887 snd_ctl_open fndecl 0 54887 NULL
++disable_so_fib_rules_lookup_fndecl_54890 fib_rules_lookup fndecl 0 54890 NULL
++disable_so_irlan_provider_parse_command_fndecl_54900 irlan_provider_parse_command fndecl 0 54900 NULL
++disable_so_ext3_mark_iloc_dirty_fndecl_54901 ext3_mark_iloc_dirty fndecl 0 54901 NULL
++disable_so_sr_read_tochdr_fndecl_54902 sr_read_tochdr fndecl 0 54902 NULL
++disable_so_nor_erase_prepare_fndecl_54903 nor_erase_prepare fndecl 0 54903 NULL
++disable_so_iscsit_build_pdu_and_seq_lists_fndecl_54916 iscsit_build_pdu_and_seq_lists fndecl 0 54916 NULL
++disable_so_ir_lirc_register_fndecl_54921 ir_lirc_register fndecl 0 54921 NULL
++disable_so_sd_start_ov361x_fndecl_54922 sd_start_ov361x fndecl 0 54922 NULL
++disable_so_i40e_aq_set_vsi_multicast_promiscuous_fndecl_54923 i40e_aq_set_vsi_multicast_promiscuous fndecl 0 54923 NULL
++disable_so_fuse_bdi_init_fndecl_54936 fuse_bdi_init fndecl 0 54936 NULL nohasharray
++disable_so_uvc_ctrl_add_mapping_fndecl_54936 uvc_ctrl_add_mapping fndecl 0 54936 &disable_so_fuse_bdi_init_fndecl_54936
++disable_so_mlx4_internal_err_ret_value_fndecl_54942 mlx4_internal_err_ret_value fndecl 0 54942 NULL nohasharray
++disable_so_btrfs_commit_transaction_fndecl_54942 btrfs_commit_transaction fndecl 0 54942 &disable_so_mlx4_internal_err_ret_value_fndecl_54942
++disable_so_dev_irnet_ioctl_fndecl_54947 dev_irnet_ioctl fndecl 0 54947 NULL
++disable_so_brcmf_attach_fndecl_54959 brcmf_attach fndecl 0 54959 NULL
++disable_so_pci_enable_sriov_fndecl_54962 pci_enable_sriov fndecl 0 54962 NULL
++disable_so_qib_setup_eagerbufs_fndecl_54973 qib_setup_eagerbufs fndecl 0 54973 NULL
++disable_so_offset_usb_iso_packet_descriptor_54977 offset usb_iso_packet_descriptor 0 54977 NULL
++disable_so_v4l2_src_w_yuv_playback_info_54979 v4l2_src_w yuv_playback_info 0 54979 NULL
++disable_so_wl12xx_cmd_role_stop_sta_fndecl_54988 wl12xx_cmd_role_stop_sta fndecl 0 54988 NULL
++disable_so_pvr2_hdw_cpufw_get_fndecl_55011 pvr2_hdw_cpufw_get fndecl 0 55011 NULL
++disable_so_real_space_diff_fndecl_55014 real_space_diff fndecl 0 55014 NULL
++disable_so_curfreq_amradio_device_55017 curfreq amradio_device 0 55017 NULL
++disable_so_command_setcompressionparams_fndecl_55026 command_setcompressionparams fndecl 0 55026 NULL
++disable_so___i2c_bit_add_bus_fndecl_55031 __i2c_bit_add_bus fndecl 0 55031 NULL
++disable_so_get_memsize_fndecl_55032 get_memsize fndecl 0 55032 NULL
++disable_so_snd_sb16dsp_pcm_fndecl_55035 snd_sb16dsp_pcm fndecl 0 55035 NULL
++disable_so_ov518_i2c_r_fndecl_55039 ov518_i2c_r fndecl 0 55039 NULL
++disable_so_wl1271_cmd_send_fndecl_55040 wl1271_cmd_send fndecl 0 55040 NULL
++disable_so___wlcore_cmd_send_fndecl_55041 __wlcore_cmd_send fndecl 0 55041 NULL
++disable_so_rv770_set_smc_sram_address_fndecl_55048 rv770_set_smc_sram_address fndecl 0 55048 NULL
++disable_so_xfs_btree_check_lblock_fndecl_55062 xfs_btree_check_lblock fndecl 0 55062 NULL
++disable_so_mlx4_alloc_hwq_res_fndecl_55064 mlx4_alloc_hwq_res fndecl 0 55064 NULL
++disable_so_get_connections_fndecl_55068 get_connections fndecl 0 55068 NULL
++disable_so_snd_pcm_hw_constraint_step_fndecl_55079 snd_pcm_hw_constraint_step fndecl 0 55079 NULL
++disable_so_nes_probe_fndecl_55088 nes_probe fndecl 0 55088 NULL
++disable_so_asus_wmi_rfkill_init_fndecl_55092 asus_wmi_rfkill_init fndecl 0 55092 NULL
++disable_so_fat_mirror_bhs_fndecl_55104 fat_mirror_bhs fndecl 0 55104 NULL
++disable_so_vt_do_kdgkb_ioctl_fndecl_55105 vt_do_kdgkb_ioctl fndecl 0 55105 NULL
++disable_so_ocfs2_journal_access_di_fndecl_55122 ocfs2_journal_access_di fndecl 0 55122 NULL
++disable_so_brcmf_set_sharedkey_fndecl_55124 brcmf_set_sharedkey fndecl 0 55124 NULL
++disable_so_btrfs_search_old_slot_fndecl_55133 btrfs_search_old_slot fndecl 0 55133 NULL
++disable_so_tc_ctl_tfilter_fndecl_55143 tc_ctl_tfilter fndecl 0 55143 NULL
++disable_so_gigaset_isowbuf_getbytes_fndecl_55147 gigaset_isowbuf_getbytes fndecl 0 55147 NULL
++disable_so_sparse_keymap_setup_fndecl_55151 sparse_keymap_setup fndecl 0 55151 NULL
++disable_so_hub_enable_device_fndecl_55159 hub_enable_device fndecl 0 55159 NULL
++disable_so_sb_start_md_rdev_55161 sb_start md_rdev 0 55161 NULL
++disable_so_dlm_user_purge_fndecl_55172 dlm_user_purge fndecl 0 55172 NULL
++disable_so_frame_ready_nolock_fndecl_55184 frame_ready_nolock fndecl 0 55184 NULL
++disable_so_radeon_vm_clear_bo_fndecl_55203 radeon_vm_clear_bo fndecl 0 55203 NULL
++disable_so_mlx4_qp_alloc_icm_fndecl_55204 mlx4_qp_alloc_icm fndecl 0 55204 NULL
++disable_so_hsync_v4l2_bt_timings_55205 hsync v4l2_bt_timings 0 55205 NULL
++disable_so_ecryptfs_write_packet_length_fndecl_55207 ecryptfs_write_packet_length fndecl 0 55207 NULL
++disable_so_bochs_load_fndecl_55216 bochs_load fndecl 0 55216 NULL
++disable_so_xfs_ioc_getbmapx_fndecl_55246 xfs_ioc_getbmapx fndecl 0 55246 NULL
++disable_so_dev_alloc_name_ns_fndecl_55266 dev_alloc_name_ns fndecl 0 55266 NULL
++disable_so_vb2_dqbuf_fndecl_55284 vb2_dqbuf fndecl 0 55284 NULL
++disable_so_bytes_fuse_io_priv_55292 bytes fuse_io_priv 0 55292 NULL
++disable_so_regmap_irq_chip_get_base_fndecl_55298 regmap_irq_chip_get_base fndecl 0 55298 NULL
++disable_so_ocfs2_defrag_xattr_bucket_fndecl_55307 ocfs2_defrag_xattr_bucket fndecl 0 55307 NULL
++disable_so_csio_hw_seeprom_read_fndecl_55309 csio_hw_seeprom_read fndecl 0 55309 NULL
++disable_so_btrfs_ioctl_clone_range_fndecl_55326 btrfs_ioctl_clone_range fndecl 0 55326 NULL
++disable_so_get_reserved_cluster_alloc_fndecl_55332 get_reserved_cluster_alloc fndecl 0 55332 NULL
++disable_so_i915_gem_object_set_cache_level_fndecl_55336 i915_gem_object_set_cache_level fndecl 0 55336 NULL
++disable_so_add_to_attr_set_fndecl_55346 add_to_attr_set fndecl 0 55346 NULL
++disable_so_alc_alloc_spec_fndecl_55356 alc_alloc_spec fndecl 0 55356 NULL
++disable_so_dm_btree_lookup_fndecl_55361 dm_btree_lookup fndecl 0 55361 NULL
++disable_so_islpci_mgt_transmit_fndecl_55366 islpci_mgt_transmit fndecl 0 55366 NULL
++disable_so_srcimp_mgr_create_fndecl_55369 srcimp_mgr_create fndecl 0 55369 NULL
++disable_so_btrfs_csum_one_bio_fndecl_55370 btrfs_csum_one_bio fndecl 0 55370 NULL
++disable_so_card_wait_for_ready_fndecl_55392 card_wait_for_ready fndecl 0 55392 NULL
++disable_so_xfs_attr_get_fndecl_55405 xfs_attr_get fndecl 0 55405 NULL
++disable_so_jffs2_do_reserve_space_fndecl_55406 jffs2_do_reserve_space fndecl 0 55406 NULL
++disable_so_mwifiex_cmd_11n_addba_rsp_gen_fndecl_55414 mwifiex_cmd_11n_addba_rsp_gen fndecl 0 55414 NULL
++disable_so_get_lsr_info_fndecl_55424 get_lsr_info fndecl 0 55424 NULL
++disable_so_snd_pcm_format_width_fndecl_55426 snd_pcm_format_width fndecl 0 55426 NULL
++disable_so_genwqe_ioctl_fndecl_55436 genwqe_ioctl fndecl 0 55436 NULL
++disable_so_clock_drm_display_mode_55440 clock drm_display_mode 0 55440 NULL
++disable_so_mgsl_claim_resources_fndecl_55444 mgsl_claim_resources fndecl 0 55444 NULL
++disable_so_dma_length_scatterlist_55447 dma_length scatterlist 0 55447 NULL
++disable_so_set_sample_rate_fndecl_55451 set_sample_rate fndecl 0 55451 NULL
++disable_so_ipmi_set_my_LUN_fndecl_55460 ipmi_set_my_LUN fndecl 0 55460 NULL
++disable_so_rx_ring2_size_vmxnet3_adapter_55465 rx_ring2_size vmxnet3_adapter 0 55465 NULL
++disable_so_sess_establish_session_fndecl_55466 sess_establish_session fndecl 0 55466 NULL
++disable_so_start_genius_cam_fndecl_55469 start_genius_cam fndecl 0 55469 NULL
++disable_so_xfs_bmapi_write_fndecl_55475 xfs_bmapi_write fndecl 0 55475 NULL
++disable_so___hidpp_send_report_fndecl_55479 __hidpp_send_report fndecl 0 55479 NULL
++disable_so___send_command_fndecl_55481 __send_command fndecl 0 55481 NULL nohasharray
++disable_so_vrefresh_drm_display_mode_55481 vrefresh drm_display_mode 0 55481 &disable_so___send_command_fndecl_55481
++disable_so_xfs_ioc_fsgetxattr_fndecl_55482 xfs_ioc_fsgetxattr fndecl 0 55482 NULL
++disable_so_cw1200_apb_write_fndecl_55488 cw1200_apb_write fndecl 0 55488 NULL
++disable_so_eject_installer_fndecl_55492 eject_installer fndecl 0 55492 NULL
++disable_so_rx_jumbo_thresh_bnx2_55494 rx_jumbo_thresh bnx2 0 55494 NULL
++disable_so_ipxrtr_add_route_fndecl_55495 ipxrtr_add_route fndecl 0 55495 NULL
++disable_so_setup_nodes_for_search_fndecl_55515 setup_nodes_for_search fndecl 0 55515 NULL
++disable_so_read_cons_helper_fndecl_55538 read_cons_helper fndecl 0 55538 NULL
++disable_so_device_private_init_fndecl_55540 device_private_init fndecl 0 55540 NULL
++disable_so_rds_ib_conn_alloc_fndecl_55541 rds_ib_conn_alloc fndecl 0 55541 NULL
++disable_so___get_v4l2_format32_fndecl_55551 __get_v4l2_format32 fndecl 0 55551 NULL
++disable_so_wireless_process_ioctl_fndecl_55552 wireless_process_ioctl fndecl 0 55552 NULL
++disable_so_snd_als300_create_fndecl_55569 snd_als300_create fndecl 0 55569 NULL
++disable_so_check_qos_fndecl_55574 check_qos fndecl 0 55574 NULL
++disable_so_mc13783_pwrbutton_probe_fndecl_55576 mc13783_pwrbutton_probe fndecl 0 55576 NULL
++disable_so_x25_add_route_fndecl_55577 x25_add_route fndecl 0 55577 NULL
++disable_so_kvm_vm_ioctl_assign_device_fndecl_55595 kvm_vm_ioctl_assign_device fndecl 0 55595 NULL
++disable_so_overlay_out_top_vivid_dev_55610 overlay_out_top vivid_dev 0 55610 NULL
++disable_so_pci_bus_alloc_resource_fndecl_55619 pci_bus_alloc_resource fndecl 0 55619 NULL
++disable_so_pcxhr_read_rmh_status_fndecl_55627 pcxhr_read_rmh_status fndecl 0 55627 NULL
++disable_so_transport_handle_cdb_direct_fndecl_55671 transport_handle_cdb_direct fndecl 0 55671 NULL nohasharray
++disable_so_bochs_ttm_global_init_fndecl_55671 bochs_ttm_global_init fndecl 0 55671 &disable_so_transport_handle_cdb_direct_fndecl_55671
++disable_so_flexonenand_block_fndecl_55676 flexonenand_block fndecl 0 55676 NULL
++disable_so_nvkm_namedb_insert_fndecl_55688 nvkm_namedb_insert fndecl 0 55688 NULL nohasharray
++disable_so___zd_usb_enable_rx_fndecl_55688 __zd_usb_enable_rx fndecl 0 55688 &disable_so_nvkm_namedb_insert_fndecl_55688
++disable_so_vmbus_request_offers_fndecl_55693 vmbus_request_offers fndecl 0 55693 NULL
++disable_so_prism2_ioctl_set_generic_element_fndecl_55726 prism2_ioctl_set_generic_element fndecl 0 55726 NULL
++disable_so_ocfs2_create_new_meta_bhs_fndecl_55728 ocfs2_create_new_meta_bhs fndecl 0 55728 NULL nohasharray
++disable_so_snd_ad1889_create_fndecl_55728 snd_ad1889_create fndecl 0 55728 &disable_so_ocfs2_create_new_meta_bhs_fndecl_55728
++disable_so_btrfs_delalloc_reserve_metadata_fndecl_55736 btrfs_delalloc_reserve_metadata fndecl 0 55736 NULL
++disable_so_parse_audio_mixer_unit_fndecl_55737 parse_audio_mixer_unit fndecl 0 55737 NULL
++disable_so_error_poll_wqueues_55738 error poll_wqueues 0 55738 NULL
++disable_so_cnt_mon_text_ptr_55741 cnt mon_text_ptr 0 55741 NULL
++disable_so_uio_dev_add_attributes_fndecl_55744 uio_dev_add_attributes fndecl 0 55744 NULL
++disable_so_pad_len_ubifs_pad_node_55751 pad_len ubifs_pad_node 0 55751 NULL
++disable_so_snd_interval_refine_fndecl_55760 snd_interval_refine fndecl 0 55760 NULL
++disable_so_watchdog_set_timeout_fndecl_55765 watchdog_set_timeout fndecl 0 55765 NULL
++disable_so_adf_dev_start_fndecl_55789 adf_dev_start fndecl 0 55789 NULL
++disable_so_csio_hw_fw_upgrade_fndecl_55807 csio_hw_fw_upgrade fndecl 0 55807 NULL
++disable_so_mlx4_init_mr_table_fndecl_55809 mlx4_init_mr_table fndecl 0 55809 NULL nohasharray
++disable_so_mwl8k_cmd_set_rf_channel_fndecl_55809 mwl8k_cmd_set_rf_channel fndecl 0 55809 &disable_so_mlx4_init_mr_table_fndecl_55809
++disable_so_drm_minor_register_fndecl_55823 drm_minor_register fndecl 0 55823 NULL
++disable_so_dbBackSplit_fndecl_55826 dbBackSplit fndecl 0 55826 NULL nohasharray
++disable_so_mxr_acquire_layers_fndecl_55826 mxr_acquire_layers fndecl 0 55826 &disable_so_dbBackSplit_fndecl_55826
++disable_so_self_check_peb_ec_hdr_fndecl_55831 self_check_peb_ec_hdr fndecl 0 55831 NULL
++disable_so_mtd_write_fndecl_55842 mtd_write fndecl 0 55842 NULL nohasharray
++disable_so___jffs2_ref_totlen_fndecl_55842 __jffs2_ref_totlen fndecl 0 55842 &disable_so_mtd_write_fndecl_55842
++disable_so_csio_hw_prep_fw_fndecl_55845 csio_hw_prep_fw fndecl 0 55845 NULL
++disable_so_do_raw_getsockopt_fndecl_55863 do_raw_getsockopt fndecl 0 55863 NULL
++disable_so_brcms_c_compute_rspec_fndecl_55873 brcms_c_compute_rspec fndecl 0 55873 NULL
++disable_so_tm6000_init_dev_fndecl_55877 tm6000_init_dev fndecl 0 55877 NULL
++disable_so_register_sja1000dev_fndecl_55883 register_sja1000dev fndecl 0 55883 NULL
++disable_so_iwl_mvm_power_set_ba_fndecl_55884 iwl_mvm_power_set_ba fndecl 0 55884 NULL
++disable_so_psb_driver_load_fndecl_55909 psb_driver_load fndecl 0 55909 NULL
++disable_so_ath6kl_upload_testscript_fndecl_55912 ath6kl_upload_testscript fndecl 0 55912 NULL
++disable_so_sb1000_set_PIDs_fndecl_55914 sb1000_set_PIDs fndecl 0 55914 NULL
++disable_so_ethtool_get_channels_fndecl_55921 ethtool_get_channels fndecl 0 55921 NULL
++disable_so_rpc_anyaddr_fndecl_55925 rpc_anyaddr fndecl 0 55925 NULL
++disable_so_assigned_device_enable_host_msix_fndecl_55933 assigned_device_enable_host_msix fndecl 0 55933 NULL
++disable_so_taos_connect_fndecl_55934 taos_connect fndecl 0 55934 NULL
++disable_so_snd_seq_do_ioctl_fndecl_55935 snd_seq_do_ioctl fndecl 0 55935 NULL nohasharray
++disable_so_prism2_download_nonvolatile_fndecl_55935 prism2_download_nonvolatile fndecl 0 55935 &disable_so_snd_seq_do_ioctl_fndecl_55935
++disable_so_r600_cs_track_validate_db_fndecl_55936 r600_cs_track_validate_db fndecl 0 55936 NULL
++disable_so_mlx4_ib_mcg_attach_fndecl_55946 mlx4_ib_mcg_attach fndecl 0 55946 NULL
++disable_so_osst_seek_logical_blk_fndecl_55950 osst_seek_logical_blk fndecl 0 55950 NULL
++disable_so___generic_file_write_iter_fndecl_55960 __generic_file_write_iter fndecl 0 55960 NULL
++disable_so_adp5588_gpio_add_fndecl_55961 adp5588_gpio_add fndecl 0 55961 NULL
++disable_so_wa_urb_enqueue_fndecl_55966 wa_urb_enqueue fndecl 0 55966 NULL
++disable_so_transfer_buffer_length_urb_55970 transfer_buffer_length urb 0 55970 NULL
++disable_so_pm8001_mpi_build_cmd_fndecl_55977 pm8001_mpi_build_cmd fndecl 0 55977 NULL
++disable_so_cirrusfb_create_fndecl_55978 cirrusfb_create fndecl 0 55978 NULL
++disable_so_i9xx_pipe_crc_ctl_reg_fndecl_55983 i9xx_pipe_crc_ctl_reg fndecl 0 55983 NULL
++disable_so_pcxhr_load_eeprom_binary_fndecl_55985 pcxhr_load_eeprom_binary fndecl 0 55985 NULL
++disable_so_composite_dev_prepare_fndecl_55993 composite_dev_prepare fndecl 0 55993 NULL
++disable_so_mon_bin_get_data_fndecl_55998 mon_bin_get_data fndecl 0 55998 NULL
++disable_so_mmc_send_cxd_native_fndecl_56003 mmc_send_cxd_native fndecl 0 56003 NULL
++disable_so_gpio_request_array_fndecl_56006 gpio_request_array fndecl 0 56006 NULL
++disable_so_drm_object_property_get_value_fndecl_56009 drm_object_property_get_value fndecl 0 56009 NULL
++disable_so_ocfs2_live_connection_attach_fndecl_56019 ocfs2_live_connection_attach fndecl 0 56019 NULL
++disable_so_radeon_vm_init_fndecl_56021 radeon_vm_init fndecl 0 56021 NULL
++disable_so_iscsit_handle_nop_out_fndecl_56023 iscsit_handle_nop_out fndecl 0 56023 NULL
++disable_so_extract_package_fndecl_56026 extract_package fndecl 0 56026 NULL
++disable_so_xfs_iget_cache_hit_fndecl_56028 xfs_iget_cache_hit fndecl 0 56028 NULL nohasharray
++disable_so___iio_device_attr_init_fndecl_56028 __iio_device_attr_init fndecl 0 56028 &disable_so_xfs_iget_cache_hit_fndecl_56028
++disable_so_do_migrate_pages_fndecl_56032 do_migrate_pages fndecl 0 56032 NULL
++disable_so_totalram_pages_vardecl_56043 totalram_pages vardecl 0 56043 NULL
++disable_so_snd_tea575x_get_freq_fndecl_56045 snd_tea575x_get_freq fndecl 0 56045 NULL nohasharray
++disable_so_iwl_phy_db_send_all_channel_groups_fndecl_56045 iwl_phy_db_send_all_channel_groups fndecl 0 56045 &disable_so_snd_tea575x_get_freq_fndecl_56045
++disable_so_qgroup_account_deleted_refs_fndecl_56059 qgroup_account_deleted_refs fndecl 0 56059 NULL
++disable_so_chainsize_ctlr_info_56067 chainsize ctlr_info 0 56067 NULL
++disable_so_iov_iter_single_seg_count_fndecl_56069 iov_iter_single_seg_count fndecl 0 56069 NULL
++disable_so_ti_vread_sync_fndecl_56084 ti_vread_sync fndecl 0 56084 NULL
++disable_so_l_sectBBsize_xlog_56103 l_sectBBsize xlog 0 56103 NULL
++disable_so_xenfb_connect_backend_fndecl_56106 xenfb_connect_backend fndecl 0 56106 NULL
++disable_so_con_set_cmap_fndecl_56130 con_set_cmap fndecl 0 56130 NULL nohasharray
++disable_so_hsc_probe_fndecl_56130 hsc_probe fndecl 0 56130 &disable_so_con_set_cmap_fndecl_56130
++disable_so_create_default_filesystem_fndecl_56133 create_default_filesystem fndecl 0 56133 NULL
++disable_so_ea_read_fndecl_56153 ea_read fndecl 0 56153 NULL nohasharray
++disable_so__iwl_dbgfs_low_latency_write_fndecl_56153 _iwl_dbgfs_low_latency_write fndecl 0 56153 &disable_so_ea_read_fndecl_56153
++disable_so_dm_ulog_sendto_server_fndecl_56158 dm_ulog_sendto_server fndecl 0 56158 NULL
++disable_so_lpfc_do_offline_fndecl_56165 lpfc_do_offline fndecl 0 56165 NULL
++disable_so_sg_ioctl_fndecl_56168 sg_ioctl fndecl 0 56168 NULL
++disable_so_block_len_extent_map_56171 block_len extent_map 0 56171 NULL
++disable_so_netlbl_domhsh_add_fndecl_56174 netlbl_domhsh_add fndecl 0 56174 NULL
++disable_so_iwl_calib_set_fndecl_56179 iwl_calib_set fndecl 0 56179 NULL
++disable_so_mei_cl_flow_ctrl_creds_fndecl_56183 mei_cl_flow_ctrl_creds fndecl 0 56183 NULL
++disable_so_ct_vm_create_fndecl_56185 ct_vm_create fndecl 0 56185 NULL
++disable_so_check_overlay_possible_on_crtc_fndecl_56207 check_overlay_possible_on_crtc fndecl 0 56207 NULL nohasharray
++disable_so_wl1251_cmd_data_path_rx_fndecl_56207 wl1251_cmd_data_path_rx fndecl 0 56207 &disable_so_check_overlay_possible_on_crtc_fndecl_56207
++disable_so_width_v4l2_mbus_framefmt_56214 width v4l2_mbus_framefmt 0 56214 NULL
++disable_so_len_bnad_rx_vector_56218 len bnad_rx_vector 0 56218 NULL
++disable_so_ems_usb_probe_fndecl_56258 ems_usb_probe fndecl 0 56258 NULL
++disable_so_wl1251_acx_default_key_fndecl_56264 wl1251_acx_default_key fndecl 0 56264 NULL
++disable_so_snd_pcm_hw_param_value_fndecl_56270 snd_pcm_hw_param_value fndecl 0 56270 NULL
++disable_so_virtnet_alloc_queues_fndecl_56273 virtnet_alloc_queues fndecl 0 56273 NULL
++disable_so_vyres_crtc_56276 vyres crtc 0 56276 NULL
++disable_so_dram_base_intel_sst_drv_56282 dram_base intel_sst_drv 0 56282 NULL
++disable_so_tcf_pedit_init_fndecl_56304 tcf_pedit_init fndecl 0 56304 NULL
++disable_so_gf100_ram_get_fndecl_56322 gf100_ram_get fndecl 0 56322 NULL
++disable_so_mlx5_MAD_IFC_fndecl_56332 mlx5_MAD_IFC fndecl 0 56332 NULL
++disable_so_ebt_compat_match_offset_fndecl_56334 ebt_compat_match_offset fndecl 0 56334 NULL
++disable_so_st_magn_buffer_postenable_fndecl_56338 st_magn_buffer_postenable fndecl 0 56338 NULL
++disable_so_ir_setkeytable_fndecl_56344 ir_setkeytable fndecl 0 56344 NULL
++disable_so_vmw_user_shader_alloc_fndecl_56348 vmw_user_shader_alloc fndecl 0 56348 NULL
++disable_so_make_reservation_fndecl_56349 make_reservation fndecl 0 56349 NULL
++disable_so___key_instantiate_and_link_fndecl_56352 __key_instantiate_and_link fndecl 0 56352 NULL
++disable_so_acl_permission_check_fndecl_56360 acl_permission_check fndecl 0 56360 NULL
++disable_so_i8xx_pipe_crc_ctl_reg_fndecl_56361 i8xx_pipe_crc_ctl_reg fndecl 0 56361 NULL
++disable_so_snd_usbmidi_detect_endpoints_fndecl_56376 snd_usbmidi_detect_endpoints fndecl 0 56376 NULL
++disable_so_stk1160_scan_usb_fndecl_56377 stk1160_scan_usb fndecl 0 56377 NULL
++disable_so_usb6fire_fw_ihex_init_fndecl_56378 usb6fire_fw_ihex_init fndecl 0 56378 NULL
++disable_so_len_asd_ha_addrspace_56381 len asd_ha_addrspace 0 56381 NULL
++disable_so_dvbv5_set_delivery_system_fndecl_56388 dvbv5_set_delivery_system fndecl 0 56388 NULL
++disable_so_vnic_dev_cmd_no_proxy_fndecl_56390 vnic_dev_cmd_no_proxy fndecl 0 56390 NULL
++disable_so_stride_geom_56394 stride geom 0 56394 NULL
++disable_so_pidff_check_autocenter_fndecl_56399 pidff_check_autocenter fndecl 0 56399 NULL
++disable_so_usb_si4713_probe_fndecl_56407 usb_si4713_probe fndecl 0 56407 NULL
++disable_so_be_cmd_get_func_config_fndecl_56410 be_cmd_get_func_config fndecl 0 56410 NULL
++disable_so_mgag200fb_create_object_fndecl_56416 mgag200fb_create_object fndecl 0 56416 NULL
++disable_so_psb_framebuffer_init_fndecl_56417 psb_framebuffer_init fndecl 0 56417 NULL
++disable_so_notify_change_fndecl_56420 notify_change fndecl 0 56420 NULL
++disable_so_iwl_mvm_mac_ctx_send_fndecl_56422 iwl_mvm_mac_ctx_send fndecl 0 56422 NULL nohasharray
++disable_so_acpi_ut_execute_SUB_fndecl_56422 acpi_ut_execute_SUB fndecl 0 56422 &disable_so_iwl_mvm_mac_ctx_send_fndecl_56422
++disable_so_max_recv_wr_ib_qp_cap_56426 max_recv_wr ib_qp_cap 0 56426 NULL
++disable_so_mwifiex_cfg80211_scan_fndecl_56441 mwifiex_cfg80211_scan fndecl 0 56441 NULL
++disable_so_get_codec_vendor_name_fndecl_56447 get_codec_vendor_name fndecl 0 56447 NULL
++disable_so_kvm_assign_device_fndecl_56451 kvm_assign_device fndecl 0 56451 NULL
++disable_so_w8001_connect_fndecl_56460 w8001_connect fndecl 0 56460 NULL
++disable_so_attach_capi_ctr_fndecl_56464 attach_capi_ctr fndecl 0 56464 NULL nohasharray
++disable_so_qxl_release_list_add_fndecl_56464 qxl_release_list_add fndecl 0 56464 &disable_so_attach_capi_ctr_fndecl_56464
++disable_so_nilfs_sysfs_create_mounted_snapshots_group_fndecl_56468 nilfs_sysfs_create_mounted_snapshots_group fndecl 0 56468 NULL
++disable_so___erst_clear_from_storage_fndecl_56476 __erst_clear_from_storage fndecl 0 56476 NULL
++disable_so_as102_usb_probe_fndecl_56477 as102_usb_probe fndecl 0 56477 NULL
++disable_so_isdn_ppp_mp_init_fndecl_56478 isdn_ppp_mp_init fndecl 0 56478 NULL
++disable_so_pp_read_fndecl_56489 pp_read fndecl 0 56489 NULL nohasharray
++disable_so_ax_open_fndecl_56489 ax_open fndecl 0 56489 &disable_so_pp_read_fndecl_56489
++disable_so_wl1251_acx_fw_version_fndecl_56490 wl1251_acx_fw_version fndecl 0 56490 NULL
++disable_so_reqbufs_capture_fndecl_56493 reqbufs_capture fndecl 0 56493 NULL
++disable_so_usb6fire_comm_init_fndecl_56497 usb6fire_comm_init fndecl 0 56497 NULL
++disable_so_iwl_mvm_mac_ctxt_add_fndecl_56501 iwl_mvm_mac_ctxt_add fndecl 0 56501 NULL
++disable_so_proc_put_char_fndecl_56519 proc_put_char fndecl 0 56519 NULL
++disable_so___vb2_wait_for_done_vb_fndecl_56525 __vb2_wait_for_done_vb fndecl 0 56525 NULL
++disable_so_atm_pcr_check_fndecl_56529 atm_pcr_check fndecl 0 56529 NULL
++disable_so_mwl8k_send_fw_load_cmd_fndecl_56530 mwl8k_send_fw_load_cmd fndecl 0 56530 NULL
++disable_so_ata_pci_init_one_fndecl_56540 ata_pci_init_one fndecl 0 56540 NULL nohasharray
++disable_so_netlbl_unlhsh_remove_addr4_fndecl_56540 netlbl_unlhsh_remove_addr4 fndecl 0 56540 &disable_so_ata_pci_init_one_fndecl_56540
++disable_so_write_bbt_fndecl_56541 write_bbt fndecl 0 56541 NULL
++disable_so_acpi_sbs_add_fndecl_56556 acpi_sbs_add fndecl 0 56556 NULL
++disable_so_security_genfs_sid_fndecl_56558 security_genfs_sid fndecl 0 56558 NULL
++disable_so_sctp_primitive_REQUESTHEARTBEAT_fndecl_56559 sctp_primitive_REQUESTHEARTBEAT fndecl 0 56559 NULL
++disable_so_lpfc_bsg_write_ebuf_set_fndecl_56564 lpfc_bsg_write_ebuf_set fndecl 0 56564 NULL
++disable_so_mwl8k_cmd_tx_power_fndecl_56575 mwl8k_cmd_tx_power fndecl 0 56575 NULL
++disable_so_ocfs2_read_inode_block_full_fndecl_56581 ocfs2_read_inode_block_full fndecl 0 56581 NULL nohasharray
++disable_so_qlcnic_sriov_get_vf_acl_fndecl_56581 qlcnic_sriov_get_vf_acl fndecl 0 56581 &disable_so_ocfs2_read_inode_block_full_fndecl_56581
++disable_so_iwl_dbgfs_fw_dbg_conf_write_fndecl_56593 iwl_dbgfs_fw_dbg_conf_write fndecl 0 56593 NULL
++disable_so_symbol_dl_image_fndecl_56596 symbol_dl_image fndecl 0 56596 NULL
++disable_so_ip6_mroute_getsockopt_fndecl_56597 ip6_mroute_getsockopt fndecl 0 56597 NULL
++disable_so_wl1251_cmd_configure_fndecl_56600 wl1251_cmd_configure fndecl 0 56600 NULL
++disable_so_cb_irq_yenta_socket_56604 cb_irq yenta_socket 0 56604 NULL
++disable_so_snd_mixer_oss_free1_fndecl_56605 snd_mixer_oss_free1 fndecl 0 56605 NULL
++disable_so_wl18xx_acx_rx_ba_filter_fndecl_56611 wl18xx_acx_rx_ba_filter fndecl 0 56611 NULL
++disable_so_mlx5_db_alloc_fndecl_56622 mlx5_db_alloc fndecl 0 56622 NULL
++disable_so_ipddp_ioctl_fndecl_56634 ipddp_ioctl fndecl 0 56634 NULL
++disable_so_platram_probe_fndecl_56637 platram_probe fndecl 0 56637 NULL
++disable_so_devt_device_56638 devt device 0 56638 NULL
++disable_so_get_eeprom_fndecl_56644 get_eeprom fndecl 0 56644 NULL nohasharray
++disable_so_last_sect_blkif_request_segment_56644 last_sect blkif_request_segment 0 56644 &disable_so_get_eeprom_fndecl_56644
++disable_so_mtip_exec_internal_command_fndecl_56648 mtip_exec_internal_command fndecl 0 56648 NULL
++disable_so_count_v4l2_requestbuffers_56650 count v4l2_requestbuffers 0 56650 NULL
++disable_so_compat_sys_sigaltstack_fndecl_56656 compat_sys_sigaltstack fndecl 0 56656 NULL
++disable_so_vmw_resources_reserve_fndecl_56658 vmw_resources_reserve fndecl 0 56658 NULL
++disable_so___ksize_fndecl_56662 __ksize fndecl 0 56662 NULL
++disable_so_wl12xx_cmd_config_fwlog_fndecl_56673 wl12xx_cmd_config_fwlog fndecl 0 56673 NULL
++disable_so_len_fw_desc_56676 len fw_desc 0 56676 NULL
++disable_so__convert_lock_fndecl_56679 _convert_lock fndecl 0 56679 NULL nohasharray
++disable_so_vp702x_usb_inout_cmd_fndecl_56679 vp702x_usb_inout_cmd fndecl 0 56679 &disable_so__convert_lock_fndecl_56679
++disable_so_cmd_result_cardstate_56699 cmd_result cardstate 0 56699 NULL
++disable_so_usb_err_gspca_dev_56706 usb_err gspca_dev 0 56706 NULL
++disable_so_mmc_erase_fndecl_56707 mmc_erase fndecl 0 56707 NULL
++disable_so_isdn_net_realrm_fndecl_56726 isdn_net_realrm fndecl 0 56726 NULL
++disable_so_add_dev_to_thread_fndecl_56739 add_dev_to_thread fndecl 0 56739 NULL
++disable_so__ctl_eventquery_fndecl_56740 _ctl_eventquery fndecl 0 56740 NULL
++disable_so_do_replace_fndecl_56743 do_replace fndecl 0 56743 NULL
++disable_so_xfs_log_reserve_fndecl_56748 xfs_log_reserve fndecl 0 56748 NULL
++disable_so_page_offset_skb_frag_struct_56751 page_offset skb_frag_struct 0 56751 NULL
++disable_so_length_scatterlist_56760 length scatterlist 0 56760 NULL
++disable_so_nvkm_handle_create_fndecl_56761 nvkm_handle_create fndecl 0 56761 NULL
++disable_so_vmw_cmd_check_all_fndecl_56765 vmw_cmd_check_all fndecl 0 56765 NULL
++disable_so_saa7706h_i2c_send_fndecl_56768 saa7706h_i2c_send fndecl 0 56768 NULL
++disable_so_cciss_getintinfo_fndecl_56770 cciss_getintinfo fndecl 0 56770 NULL
++disable_so_drop_one_dir_item_fndecl_56773 drop_one_dir_item fndecl 0 56773 NULL
++disable_so_reset_rm2_fndecl_56778 reset_rm2 fndecl 0 56778 NULL
++disable_so_mlx5_set_path_fndecl_56783 mlx5_set_path fndecl 0 56783 NULL
++disable_so_wl1251_acx_group_address_tbl_fndecl_56786 wl1251_acx_group_address_tbl fndecl 0 56786 NULL
++disable_so_do_lock_file_wait_fndecl_56789 do_lock_file_wait fndecl 0 56789 NULL
++disable_so_mwl8k_cmd_set_hw_spec_fndecl_56795 mwl8k_cmd_set_hw_spec fndecl 0 56795 NULL
++disable_so_state_count_acpi_processor_performance_56807 state_count acpi_processor_performance 0 56807 NULL
++disable_so_vxge_probe_fndecl_56816 vxge_probe fndecl 0 56816 NULL
++disable_so_acpi_button_add_fndecl_56818 acpi_button_add fndecl 0 56818 NULL
++disable_so_fw_parse_fndecl_56822 fw_parse fndecl 0 56822 NULL
++disable_so_page_base_xdr_buf_56823 page_base xdr_buf 0 56823 NULL
++disable_so_irda_extract_ias_value_fndecl_56824 irda_extract_ias_value fndecl 0 56824 NULL
++disable_so_rs_get_best_rate_fndecl_56825 rs_get_best_rate fndecl 0 56825 NULL
++disable_so_btrfs_lookup_extent_info_fndecl_56827 btrfs_lookup_extent_info fndecl 0 56827 NULL nohasharray
++disable_so_iwl_mvm_phy_ctxt_apply_fndecl_56827 iwl_mvm_phy_ctxt_apply fndecl 0 56827 &disable_so_btrfs_lookup_extent_info_fndecl_56827
++disable_so_ima_parse_rule_fndecl_56838 ima_parse_rule fndecl 0 56838 NULL
++disable_so_sc_max_requests_svcxprt_rdma_56840 sc_max_requests svcxprt_rdma 0 56840 NULL
++disable_so_i40evf_get_vf_config_fndecl_56844 i40evf_get_vf_config fndecl 0 56844 NULL
++disable_so_alps_detect_fndecl_56864 alps_detect fndecl 0 56864 NULL nohasharray
++disable_so_lcr_offset__synclinkmp_info_56864 lcr_offset _synclinkmp_info 0 56864 &disable_so_alps_detect_fndecl_56864
++disable_so_xfs_attr3_leaf_getvalue_fndecl_56869 xfs_attr3_leaf_getvalue fndecl 0 56869 NULL
++disable_so_add_special_device_fndecl_56870 add_special_device fndecl 0 56870 NULL
++disable_so_snd_mixer_oss_notify_handler_fndecl_56877 snd_mixer_oss_notify_handler fndecl 0 56877 NULL
++disable_so_xfs_itruncate_extents_fndecl_56879 xfs_itruncate_extents fndecl 0 56879 NULL
++disable_so_limit_write_fndecl_56891 limit_write fndecl 0 56891 NULL
++disable_so_xfs_btree_check_sblock_fndecl_56897 xfs_btree_check_sblock fndecl 0 56897 NULL
++disable_so_atmel_spi_setup_fndecl_56899 atmel_spi_setup fndecl 0 56899 NULL
++disable_so_nilfs_mdt_read_block_fndecl_56901 nilfs_mdt_read_block fndecl 0 56901 NULL
++disable_so_read_znode_fndecl_56908 read_znode fndecl 0 56908 NULL
++disable_so_i40e_setup_tx_descriptors_fndecl_56909 i40e_setup_tx_descriptors fndecl 0 56909 NULL
++disable_so_fw_hdr_load_fndecl_56912 fw_hdr_load fndecl 0 56912 NULL
++disable_so_xt_compat_target_offset_fndecl_56923 xt_compat_target_offset fndecl 0 56923 NULL
++disable_so_mptfc_GetFcDevPage0_fndecl_56930 mptfc_GetFcDevPage0 fndecl 0 56930 NULL
++disable_so_create_endpoint_and_queue_control_fndecl_56934 create_endpoint_and_queue_control fndecl 0 56934 NULL
++disable_so_vmw_resources_validate_fndecl_56937 vmw_resources_validate fndecl 0 56937 NULL
++disable_so_add_del_if_fndecl_56940 add_del_if fndecl 0 56940 NULL
++disable_so_hr222_add_mic_controls_fndecl_56944 hr222_add_mic_controls fndecl 0 56944 NULL
++disable_so_mwifiex_uap_prepare_cmd_fndecl_56956 mwifiex_uap_prepare_cmd fndecl 0 56956 NULL
++disable_so_submit_one_bio_fndecl_56960 submit_one_bio fndecl 0 56960 NULL
++disable_so_speedtch_bind_fndecl_56979 speedtch_bind fndecl 0 56979 NULL
++disable_so_find_next_chunk_fndecl_56983 find_next_chunk fndecl 0 56983 NULL
++disable_so_ath6kl_wmi_startscan_cmd_fndecl_56985 ath6kl_wmi_startscan_cmd fndecl 0 56985 NULL
++disable_so_lpfc_selective_reset_fndecl_56994 lpfc_selective_reset fndecl 0 56994 NULL nohasharray
++disable_so_iwpm_init_fndecl_56994 iwpm_init fndecl 0 56994 &disable_so_lpfc_selective_reset_fndecl_56994
++disable_so_snd_soc_dapm_dai_get_connected_widgets_fndecl_57010 snd_soc_dapm_dai_get_connected_widgets fndecl 0 57010 NULL
++disable_so_buffer_bytes_max_snd_pcm_substream_57022 buffer_bytes_max snd_pcm_substream 0 57022 NULL
++disable_so_csio_scsim_init_fndecl_57025 csio_scsim_init fndecl 0 57025 NULL
++disable_so_dev_open_fndecl_57034 dev_open fndecl 0 57034 NULL
++disable_so_sh_vou_hw_init_fndecl_57038 sh_vou_hw_init fndecl 0 57038 NULL
++disable_so_solo_i2c_init_fndecl_57040 solo_i2c_init fndecl 0 57040 NULL
++disable_so_mmu_notifier_register_fndecl_57041 mmu_notifier_register fndecl 0 57041 NULL
++disable_so___mutex_lock_interruptible_slowpath_fndecl_57044 __mutex_lock_interruptible_slowpath fndecl 0 57044 NULL
++disable_so_lpfc_bsg_check_cmd_access_fndecl_57087 lpfc_bsg_check_cmd_access fndecl 0 57087 NULL
++disable_so_wlcore_validate_fw_ver_fndecl_57093 wlcore_validate_fw_ver fndecl 0 57093 NULL
++disable_so___mac_fw_upload_fndecl_57100 __mac_fw_upload fndecl 0 57100 NULL
++disable_so_xfs_ioc_getbmap_fndecl_57111 xfs_ioc_getbmap fndecl 0 57111 NULL
++disable_so_vx_send_irq_dsp_fndecl_57122 vx_send_irq_dsp fndecl 0 57122 NULL
++disable_so_joydev_ioctl_fndecl_57132 joydev_ioctl fndecl 0 57132 NULL
++disable_so_sg_scsi_ioctl_fndecl_57136 sg_scsi_ioctl fndecl 0 57136 NULL
++disable_so_width_v4l2_bt_timings_57137 width v4l2_bt_timings 0 57137 NULL
++disable_so_acpi_thermal_get_info_fndecl_57138 acpi_thermal_get_info fndecl 0 57138 NULL nohasharray
++disable_so_max_write_same_sectors_queue_limits_57138 max_write_same_sectors queue_limits 0 57138 &disable_so_acpi_thermal_get_info_fndecl_57138
++disable_so_put_v4l2_format32_fndecl_57141 put_v4l2_format32 fndecl 0 57141 NULL
++disable_so_vmw_resize_cmd_bounce_fndecl_57144 vmw_resize_cmd_bounce fndecl 0 57144 NULL
++disable_so_smsc95xx_enter_suspend2_fndecl_57146 smsc95xx_enter_suspend2 fndecl 0 57146 NULL
++disable_so_sd_rw_multi_fndecl_57157 sd_rw_multi fndecl 0 57157 NULL
++disable_so_input_set_keycode_fndecl_57164 input_set_keycode fndecl 0 57164 NULL
++disable_so_ts2020_probe_fndecl_57165 ts2020_probe fndecl 0 57165 NULL
++disable_so_hash_ipport4_add_fndecl_57168 hash_ipport4_add fndecl 0 57168 NULL
++disable_so_ips_abort_init_fndecl_57177 ips_abort_init fndecl 0 57177 NULL
++disable_so_fou_add_to_port_list_fndecl_57179 fou_add_to_port_list fndecl 0 57179 NULL
++disable_so_pvscsi_allocate_sg_fndecl_57182 pvscsi_allocate_sg fndecl 0 57182 NULL
++disable_so_rsxx_setup_dev_fndecl_57186 rsxx_setup_dev fndecl 0 57186 NULL
++disable_so_cirrus_mm_init_fndecl_57198 cirrus_mm_init fndecl 0 57198 NULL
++disable_so_dst_fetch_ha_fndecl_57199 dst_fetch_ha fndecl 0 57199 NULL
++disable_so_logfs_write_buf_fndecl_57213 logfs_write_buf fndecl 0 57213 NULL
++disable_so_mxuport_send_ctrl_data_urb_fndecl_57216 mxuport_send_ctrl_data_urb fndecl 0 57216 NULL
++disable_so_snd_ctl_elem_add_user_fndecl_57226 snd_ctl_elem_add_user fndecl 0 57226 NULL
++disable_so_ubh_scanc_fndecl_57231 ubh_scanc fndecl 0 57231 NULL
++disable_so_dummy_urb_enqueue_fndecl_57235 dummy_urb_enqueue fndecl 0 57235 NULL
++disable_so_drm_mm_reserve_node_fndecl_57239 drm_mm_reserve_node fndecl 0 57239 NULL
++disable_so_find_partition_fndecl_57247 find_partition fndecl 0 57247 NULL
++disable_so_appleir_probe_fndecl_57251 appleir_probe fndecl 0 57251 NULL
++disable_so___verify_length_fndecl_57253 __verify_length fndecl 0 57253 NULL
++disable_so_sg_set_reserved_size_fndecl_57263 sg_set_reserved_size fndecl 0 57263 NULL
++disable_so_qgroup_calc_old_refcnt_fndecl_57266 qgroup_calc_old_refcnt fndecl 0 57266 NULL nohasharray
++disable_so_sc18is602_setup_transfer_fndecl_57266 sc18is602_setup_transfer fndecl 0 57266 &disable_so_qgroup_calc_old_refcnt_fndecl_57266
++disable_so_fuse_dev_do_write_fndecl_57267 fuse_dev_do_write fndecl 0 57267 NULL
++disable_so_acpi_smbus_transaction_fndecl_57277 acpi_smbus_transaction fndecl 0 57277 NULL nohasharray
++disable_so_netlbl_cipsov4_add_local_fndecl_57277 netlbl_cipsov4_add_local fndecl 0 57277 &disable_so_acpi_smbus_transaction_fndecl_57277
++disable_so_sock_set_timeout_fndecl_57281 sock_set_timeout fndecl 0 57281 NULL
++disable_so_mtrr_file_add_fndecl_57296 mtrr_file_add fndecl 0 57296 NULL
++disable_so_ims_pcu_probe_fndecl_57298 ims_pcu_probe fndecl 0 57298 NULL
++disable_so_ip_setsockopt_fndecl_57308 ip_setsockopt fndecl 0 57308 NULL
++disable_so_ati_remote2_probe_fndecl_57310 ati_remote2_probe fndecl 0 57310 NULL
++disable_so_ahash_setkey_unaligned_fndecl_57314 ahash_setkey_unaligned fndecl 0 57314 NULL nohasharray
++disable_so_orinoco_hw_get_essid_fndecl_57314 orinoco_hw_get_essid fndecl 0 57314 &disable_so_ahash_setkey_unaligned_fndecl_57314
++disable_so_ax25_ctl_ioctl_fndecl_57316 ax25_ctl_ioctl fndecl 0 57316 NULL
++disable_so_dbg_chk_lpt_sz_fndecl_57318 dbg_chk_lpt_sz fndecl 0 57318 NULL
++disable_so_dao_rsc_init_fndecl_57331 dao_rsc_init fndecl 0 57331 NULL
++disable_so_ext4_expand_extra_isize_ea_fndecl_57344 ext4_expand_extra_isize_ea fndecl 0 57344 NULL
++disable_so_r600_cs_track_validate_cb_fndecl_57362 r600_cs_track_validate_cb fndecl 0 57362 NULL nohasharray
++disable_so_wl1271_acx_tx_config_options_fndecl_57362 wl1271_acx_tx_config_options fndecl 0 57362 &disable_so_r600_cs_track_validate_cb_fndecl_57362
++disable_so_b43legacy_chip_init_fndecl_57380 b43legacy_chip_init fndecl 0 57380 NULL
++disable_so_vlv_pipe_crc_ctl_reg_fndecl_57388 vlv_pipe_crc_ctl_reg fndecl 0 57388 NULL
++disable_so_sst_fill_memcpy_list_fndecl_57393 sst_fill_memcpy_list fndecl 0 57393 NULL nohasharray
++disable_so_wl1271_ap_init_null_template_fndecl_57393 wl1271_ap_init_null_template fndecl 0 57393 &disable_so_sst_fill_memcpy_list_fndecl_57393
++disable_so_snd_power_wait_fndecl_57397 snd_power_wait fndecl 0 57397 NULL
++disable_so___hw_addr_del_entry_fndecl_57405 __hw_addr_del_entry fndecl 0 57405 NULL nohasharray
++disable_so_acpi_video_bus_get_devices_fndecl_57405 acpi_video_bus_get_devices fndecl 0 57405 &disable_so___hw_addr_del_entry_fndecl_57405
++disable_so_copy_page_from_iter_iovec_fndecl_57409 copy_page_from_iter_iovec fndecl 0 57409 NULL
++disable_so__iwl_dbgfs_bt_tx_prio_write_fndecl_57418 _iwl_dbgfs_bt_tx_prio_write fndecl 0 57418 NULL
++disable_so_fotg210_udc_probe_fndecl_57429 fotg210_udc_probe fndecl 0 57429 NULL
++disable_so_st_ioctl_fndecl_57435 st_ioctl fndecl 0 57435 NULL
++disable_so_key_size_ecryptfs_crypt_stat_57436 key_size ecryptfs_crypt_stat 0 57436 NULL
++disable_so_alb_set_slave_mac_addr_fndecl_57439 alb_set_slave_mac_addr fndecl 0 57439 NULL
++disable_so_convert_tail_for_hole_fndecl_57444 convert_tail_for_hole fndecl 0 57444 NULL
++disable_so_dln2_i2c_read_fndecl_57452 dln2_i2c_read fndecl 0 57452 NULL nohasharray
++disable_so_cpa_process_alias_fndecl_57452 cpa_process_alias fndecl 0 57452 &disable_so_dln2_i2c_read_fndecl_57452
++disable_so_st5481_setup_usb_fndecl_57460 st5481_setup_usb fndecl 0 57460 NULL
++disable_so_ipddp_delete_fndecl_57464 ipddp_delete fndecl 0 57464 NULL
++disable_so_btc_initialize_mc_reg_table_fndecl_57479 btc_initialize_mc_reg_table fndecl 0 57479 NULL
++disable_so_xfs_readsb_fndecl_57480 xfs_readsb fndecl 0 57480 NULL
++disable_so_iwlagn_hwrate_to_mac80211_idx_fndecl_57485 iwlagn_hwrate_to_mac80211_idx fndecl 0 57485 NULL
++disable_so_csio_hw_read_flash_fndecl_57503 csio_hw_read_flash fndecl 0 57503 NULL
++disable_so_efx_ef10_init_datapath_caps_fndecl_57504 efx_ef10_init_datapath_caps fndecl 0 57504 NULL
++disable_so_command_resume_fndecl_57510 command_resume fndecl 0 57510 NULL
++disable_so_iforce_usb_probe_fndecl_57512 iforce_usb_probe fndecl 0 57512 NULL
++disable_so_realloc_lpt_leb_fndecl_57519 realloc_lpt_leb fndecl 0 57519 NULL
++disable_so_nvbios_extend_fndecl_57525 nvbios_extend fndecl 0 57525 NULL
++disable_so_read_ltab_fndecl_57527 read_ltab fndecl 0 57527 NULL
++disable_so_pkt_new_dev_fndecl_57531 pkt_new_dev fndecl 0 57531 NULL
++disable_so_em2860_ir_change_protocol_fndecl_57532 em2860_ir_change_protocol fndecl 0 57532 NULL
++disable_so_megaraid_cmm_register_fndecl_57539 megaraid_cmm_register fndecl 0 57539 NULL
++disable_so_uwb_rc_reset_fndecl_57553 uwb_rc_reset fndecl 0 57553 NULL nohasharray
++disable_so_nvif_notify_init_fndecl_57553 nvif_notify_init fndecl 0 57553 &disable_so_uwb_rc_reset_fndecl_57553
++disable_so_frequency_v4l2_frequency_57580 frequency v4l2_frequency 0 57580 NULL
++disable_so_msi2500_probe_fndecl_57583 msi2500_probe fndecl 0 57583 NULL
++disable_so_mlx4_init_steering_fndecl_57596 mlx4_init_steering fndecl 0 57596 NULL
++disable_so_hsc_rx_set_fndecl_57597 hsc_rx_set fndecl 0 57597 NULL nohasharray
++disable_so_parent_ino_nilfs_fid_57597 parent_ino nilfs_fid 0 57597 &disable_so_hsc_rx_set_fndecl_57597
++disable_so_lpfc_sli4_alloc_extent_fndecl_57603 lpfc_sli4_alloc_extent fndecl 0 57603 NULL
++disable_so_get_cur_inode_state_fndecl_57606 get_cur_inode_state fndecl 0 57606 NULL
++disable_so_revo51_i2c_init_fndecl_57614 revo51_i2c_init fndecl 0 57614 NULL
++disable_so_metrousb_send_unidirectional_cmd_fndecl_57618 metrousb_send_unidirectional_cmd fndecl 0 57618 NULL
++disable_so_nv04_tv_create_fndecl_57629 nv04_tv_create fndecl 0 57629 NULL
++disable_so_netif_set_real_num_tx_queues_fndecl_57633 netif_set_real_num_tx_queues fndecl 0 57633 NULL
++disable_so_mac_hid_emumouse_connect_fndecl_57661 mac_hid_emumouse_connect fndecl 0 57661 NULL
++disable_so_snd_seq_dump_var_event_fndecl_57666 snd_seq_dump_var_event fndecl 0 57666 NULL
++disable_so_iwl_nvm_is_otp_fndecl_57667 iwl_nvm_is_otp fndecl 0 57667 NULL
++disable_so_curheight_usb_usbvision_57669 curheight usb_usbvision 0 57669 NULL
++disable_so_nfsd4_build_namelist_fndecl_57678 nfsd4_build_namelist fndecl 0 57678 NULL
++disable_so_search_start_reloc_control_57681 search_start reloc_control 0 57681 NULL
++disable_so_mwl8k_cmd_enable_sniffer_fndecl_57686 mwl8k_cmd_enable_sniffer fndecl 0 57686 NULL
++disable_so_drm_mode_getconnector_fndecl_57687 drm_mode_getconnector fndecl 0 57687 NULL
++disable_so_snd_emu10k1x_pcm_open_capture_fndecl_57688 snd_emu10k1x_pcm_open_capture fndecl 0 57688 NULL
++disable_so_startup_fndecl_57694 startup fndecl 0 57694 NULL
++disable_so_r600_cs_parse_fndecl_57701 r600_cs_parse fndecl 0 57701 NULL
++disable_so_mmc_test_area_transfer_fndecl_57705 mmc_test_area_transfer fndecl 0 57705 NULL
++disable_so_iwl_mvm_beacon_filter_send_cmd_fndecl_57713 iwl_mvm_beacon_filter_send_cmd fndecl 0 57713 NULL
++disable_so_ttm_bo_create_fndecl_57717 ttm_bo_create fndecl 0 57717 NULL
++disable_so_ib_mad_port_start_fndecl_57727 ib_mad_port_start fndecl 0 57727 NULL
++disable_so_erst_init_fndecl_57729 erst_init fndecl 0 57729 NULL
++disable_so_disk_recovery_offset_dm_raid_superblock_57740 disk_recovery_offset dm_raid_superblock 0 57740 NULL
++disable_so_usb_hcd_submit_urb_fndecl_57747 usb_hcd_submit_urb fndecl 0 57747 NULL
++disable_so___videobuf_free_fndecl_57751 __videobuf_free fndecl 0 57751 NULL
++disable_so_raid10_check_reshape_fndecl_57752 raid10_check_reshape fndecl 0 57752 NULL
++disable_so_bnx2x_test_nvram_dir_fndecl_57758 bnx2x_test_nvram_dir fndecl 0 57758 NULL
++disable_so_fpga_probe_fndecl_57760 fpga_probe fndecl 0 57760 NULL
++disable_so_send_set_info_fndecl_57779 send_set_info fndecl 0 57779 NULL
++disable_so_wl12xx_get_clock_idx_fndecl_57780 wl12xx_get_clock_idx fndecl 0 57780 NULL
++disable_so_uvesafb_vbe_getedid_fndecl_57782 uvesafb_vbe_getedid fndecl 0 57782 NULL
++disable_so_hci_req_run_fndecl_57800 hci_req_run fndecl 0 57800 NULL
++disable_so_read_exec_fndecl_57803 read_exec fndecl 0 57803 NULL
++disable_so_journal_get_superblock_fndecl_57806 journal_get_superblock fndecl 0 57806 NULL
++disable_so_resize_kernel_fndecl_57813 resize_kernel fndecl 0 57813 NULL
++disable_so_blocks_mmc_data_57821 blocks mmc_data 0 57821 NULL
++disable_so_kvm_vm_ioctl_fndecl_57836 kvm_vm_ioctl fndecl 0 57836 NULL
++disable_so_ilo_open_fndecl_57840 ilo_open fndecl 0 57840 NULL
++disable_so___pn533_send_frame_async_fndecl_57850 __pn533_send_frame_async fndecl 0 57850 NULL
++disable_so_be_cmd_query_fw_cfg_fndecl_57855 be_cmd_query_fw_cfg fndecl 0 57855 NULL
++disable_so_broadsheet_spiflash_write_page_fndecl_57862 broadsheet_spiflash_write_page fndecl 0 57862 NULL
++disable_so__usbctrl_vendorreq_async_write_fndecl_57866 _usbctrl_vendorreq_async_write fndecl 0 57866 NULL
++disable_so_snd_pcm_update_hw_ptr_fndecl_57870 snd_pcm_update_hw_ptr fndecl 0 57870 NULL
++disable_so_ath6kl_debug_init_fs_fndecl_57873 ath6kl_debug_init_fs fndecl 0 57873 NULL nohasharray
++disable_so_joydev_handle_JSIOCSAXMAP_fndecl_57873 joydev_handle_JSIOCSAXMAP fndecl 0 57873 &disable_so_ath6kl_debug_init_fs_fndecl_57873
++disable_so_v4l2_src_h_yuv_playback_info_57877 v4l2_src_h yuv_playback_info 0 57877 NULL
++disable_so_command_setecptiming_fndecl_57895 command_setecptiming fndecl 0 57895 NULL
++disable_so_xfs_trans_commit_fndecl_57925 xfs_trans_commit fndecl 0 57925 NULL
++disable_so_myri10ge_send_cmd_fndecl_57927 myri10ge_send_cmd fndecl 0 57927 NULL
++disable_so_parse_audio_extension_unit_fndecl_57938 parse_audio_extension_unit fndecl 0 57938 NULL
++disable_so_lbmIOWait_fndecl_57945 lbmIOWait fndecl 0 57945 NULL
++disable_so_ti_download_firmware_fndecl_57949 ti_download_firmware fndecl 0 57949 NULL
++disable_so_i2c_read_fndecl_57956 i2c_read fndecl 0 57956 NULL
++disable_so_mlx4_RUN_FW_fndecl_57960 mlx4_RUN_FW fndecl 0 57960 NULL
++disable_so_filemap_check_errors_fndecl_57965 filemap_check_errors fndecl 0 57965 NULL
++disable_so_pcxhr_probe_fndecl_57966 pcxhr_probe fndecl 0 57966 NULL
++disable_so_mlx4_uar_alloc_fndecl_57971 mlx4_uar_alloc fndecl 0 57971 NULL
++disable_so_sel_write_enforce_fndecl_57973 sel_write_enforce fndecl 0 57973 NULL
++disable_so_rds_rm_size_fndecl_57975 rds_rm_size fndecl 0 57975 NULL
++disable_so_sel_netif_sid_slow_fndecl_57981 sel_netif_sid_slow fndecl 0 57981 NULL nohasharray
++disable_so_wdt_set_timeout_fndecl_57981 wdt_set_timeout fndecl 0 57981 &disable_so_sel_netif_sid_slow_fndecl_57981
++disable_so_memaddr_velocity_info_57982 memaddr velocity_info 0 57982 NULL
++disable_so_usb_dsbr100_probe_fndecl_57991 usb_dsbr100_probe fndecl 0 57991 NULL
++disable_so_vmw_bo_to_validate_list_fndecl_57992 vmw_bo_to_validate_list fndecl 0 57992 NULL
++disable_so_max_idx_node_sz_ubifs_info_57997 max_idx_node_sz ubifs_info 0 57997 NULL
++disable_so_kovaplus_send_control_fndecl_57999 kovaplus_send_control fndecl 0 57999 NULL
++disable_so_cipso_v4_sock_setattr_fndecl_58003 cipso_v4_sock_setattr fndecl 0 58003 NULL
++disable_so_sermouse_connect_fndecl_58012 sermouse_connect fndecl 0 58012 NULL
++disable_so_asus_wmi_input_init_fndecl_58014 asus_wmi_input_init fndecl 0 58014 NULL
++disable_so_rocker_flow_tbl_ig_port_fndecl_58027 rocker_flow_tbl_ig_port fndecl 0 58027 NULL
++disable_so_at76_usbdfu_download_fndecl_58037 at76_usbdfu_download fndecl 0 58037 NULL
++disable_so__osd_get_print_system_info_fndecl_58053 _osd_get_print_system_info fndecl 0 58053 NULL
++disable_so_update_dev_stat_item_fndecl_58082 update_dev_stat_item fndecl 0 58082 NULL
++disable_so_qib_user_sdma_pin_pages_fndecl_58083 qib_user_sdma_pin_pages fndecl 0 58083 NULL
++disable_so_ib_find_cached_pkey_fndecl_58087 ib_find_cached_pkey fndecl 0 58087 NULL
++disable_so_divas_read_fndecl_58092 divas_read fndecl 0 58092 NULL
++disable_so_wl1271_ps_elp_wakeup_fndecl_58094 wl1271_ps_elp_wakeup fndecl 0 58094 NULL
++disable_so_qxl_release_reserve_list_fndecl_58104 qxl_release_reserve_list fndecl 0 58104 NULL
++disable_so_gssx_dec_linux_creds_fndecl_58111 gssx_dec_linux_creds fndecl 0 58111 NULL
++disable_so_snd_usb_mixer_add_control_fndecl_58119 snd_usb_mixer_add_control fndecl 0 58119 NULL
++disable_so_ore_get_rw_state_fndecl_58120 ore_get_rw_state fndecl 0 58120 NULL
++disable_so_ubi_eba_unmap_leb_fndecl_58124 ubi_eba_unmap_leb fndecl 0 58124 NULL nohasharray
++disable_so_picolcd_init_cir_fndecl_58124 picolcd_init_cir fndecl 0 58124 &disable_so_ubi_eba_unmap_leb_fndecl_58124
++disable_so_do_ip_vs_set_ctl_fndecl_58130 do_ip_vs_set_ctl fndecl 0 58130 NULL
++disable_so_i915_cmd_parser_init_ring_fndecl_58132 i915_cmd_parser_init_ring fndecl 0 58132 NULL
++disable_so_mtd_read_fndecl_58140 mtd_read fndecl 0 58140 NULL
++disable_so_pvr2_upload_firmware2_fndecl_58144 pvr2_upload_firmware2 fndecl 0 58144 NULL
++disable_so_security_inode_setattr_fndecl_58146 security_inode_setattr fndecl 0 58146 NULL
++disable_so_altera_drscan_fndecl_58153 altera_drscan fndecl 0 58153 NULL
++disable_so_savage_init_fb_info_fndecl_58156 savage_init_fb_info fndecl 0 58156 NULL
++disable_so_hpet_ioctl_fndecl_58163 hpet_ioctl fndecl 0 58163 NULL
++disable_so_head_len_beacon_data_58173 head_len beacon_data 0 58173 NULL
++disable_so_pt3_init_all_mxl301rf_fndecl_58177 pt3_init_all_mxl301rf fndecl 0 58177 NULL
++disable_so_as102_dvb_register_fndecl_58191 as102_dvb_register fndecl 0 58191 NULL
++disable_so_mwl8k_cmd_update_mac_addr_fndecl_58193 mwl8k_cmd_update_mac_addr fndecl 0 58193 NULL
++disable_so_kvm_set_irq_routing_fndecl_58195 kvm_set_irq_routing fndecl 0 58195 NULL
++disable_so_falcon_probe_nvconfig_fndecl_58196 falcon_probe_nvconfig fndecl 0 58196 NULL
++disable_so_sysfs_rename_dir_ns_fndecl_58206 sysfs_rename_dir_ns fndecl 0 58206 NULL
++disable_so_maxOutstanding_AdapterControlBlock_58208 maxOutstanding AdapterControlBlock 0 58208 NULL
++disable_so_size_skb_frag_struct_58222 size skb_frag_struct 0 58222 NULL
++disable_so_balloon_page_migrate_fndecl_58231 balloon_page_migrate fndecl 0 58231 NULL
++disable_so_cifs_check_receive_fndecl_58236 cifs_check_receive fndecl 0 58236 NULL
++disable_so_gpiod_count_fndecl_58262 gpiod_count fndecl 0 58262 NULL
++disable_so_lx_dsp_get_clock_frequency_fndecl_58263 lx_dsp_get_clock_frequency fndecl 0 58263 NULL
++disable_so_cb710_mmc_transfer_data_fndecl_58265 cb710_mmc_transfer_data fndecl 0 58265 NULL
++disable_so_snd_ice1712_akm4xxx_init_fndecl_58272 snd_ice1712_akm4xxx_init fndecl 0 58272 NULL
++disable_so_iso_size_usbtv_58278 iso_size usbtv 0 58278 NULL
++disable_so_bio_uncopy_user_fndecl_58288 bio_uncopy_user fndecl 0 58288 NULL
++disable_so_ipv6_dev_get_saddr_fndecl_58290 ipv6_dev_get_saddr fndecl 0 58290 NULL
++disable_so_ufx_unblank_fndecl_58295 ufx_unblank fndecl 0 58295 NULL
++disable_so_adfs_map_lookup_fndecl_58299 adfs_map_lookup fndecl 0 58299 NULL
++disable_so_mwl8k_cmd_rf_tx_power_fndecl_58319 mwl8k_cmd_rf_tx_power fndecl 0 58319 NULL
++disable_so_qxl_alloc_release_reserved_fndecl_58331 qxl_alloc_release_reserved fndecl 0 58331 NULL
++disable_so___platform_driver_register_fndecl_58337 __platform_driver_register fndecl 0 58337 NULL
++disable_so_carl9170_write_reg_fndecl_58343 carl9170_write_reg fndecl 0 58343 NULL
++disable_so_mmc_sd_switch_fndecl_58345 mmc_sd_switch fndecl 0 58345 NULL
++disable_so_mms114_read_reg_fndecl_58357 mms114_read_reg fndecl 0 58357 NULL
++disable_so_rtsx_pci_probe_fndecl_58358 rtsx_pci_probe fndecl 0 58358 NULL
++disable_so_dst_len_regcache_lzo_ctx_58373 dst_len regcache_lzo_ctx 0 58373 NULL
++disable_so_compat_calc_entry_fndecl_58392 compat_calc_entry fndecl 0 58392 NULL
++disable_so_minstrel_get_sample_rate_fndecl_58393 minstrel_get_sample_rate fndecl 0 58393 NULL
++disable_so_ib_uverbs_query_qp_fndecl_58402 ib_uverbs_query_qp fndecl 0 58402 NULL
++disable_so_intel_sst_suspend_fndecl_58411 intel_sst_suspend fndecl 0 58411 NULL
++disable_so_ethtool_get_settings_fndecl_58412 ethtool_get_settings fndecl 0 58412 NULL
++disable_so_skip_to_level_assoc_array_shortcut_58418 skip_to_level assoc_array_shortcut 0 58418 NULL nohasharray
++disable_so_vt_do_kdskled_fndecl_58418 vt_do_kdskled fndecl 0 58418 &disable_so_skip_to_level_assoc_array_shortcut_58418
++disable_so_pt3_set_tuner_power_fndecl_58445 pt3_set_tuner_power fndecl 0 58445 NULL
++disable_so_val_bytes_snd_soc_component_58447 val_bytes snd_soc_component 0 58447 NULL
++disable_so_usermodehelper_read_trylock_fndecl_58469 usermodehelper_read_trylock fndecl 0 58469 NULL
++disable_so_acpi_smbus_read_fndecl_58475 acpi_smbus_read fndecl 0 58475 NULL
++disable_so_mwifiex_add_card_fndecl_58476 mwifiex_add_card fndecl 0 58476 NULL
++disable_so_mlx4_MAD_IFC_wrapper_fndecl_58477 mlx4_MAD_IFC_wrapper fndecl 0 58477 NULL
++disable_so_riva_set_fbinfo_fndecl_58502 riva_set_fbinfo fndecl 0 58502 NULL
++disable_so_ec_i2c_count_response_fndecl_58509 ec_i2c_count_response fndecl 0 58509 NULL
++disable_so_nilfs_segbuf_extend_segsum_fndecl_58510 nilfs_segbuf_extend_segsum fndecl 0 58510 NULL
++disable_so_core_sys_select_fndecl_58517 core_sys_select fndecl 0 58517 NULL
++disable_so_read_block_for_search_fndecl_58525 read_block_for_search fndecl 0 58525 NULL
++disable_so_rx_frag_size_bnx2x_fastpath_58531 rx_frag_size bnx2x_fastpath 0 58531 NULL
++disable_so_il_send_cmd_sync_fndecl_58534 il_send_cmd_sync fndecl 0 58534 NULL
++disable_so_ttm_mem_reg_ioremap_fndecl_58540 ttm_mem_reg_ioremap fndecl 0 58540 NULL nohasharray
++disable_so_leb_read_sanity_check_fndecl_58540 leb_read_sanity_check fndecl 0 58540 &disable_so_ttm_mem_reg_ioremap_fndecl_58540
++disable_so_evergreen_cs_packet_parse_vline_fndecl_58548 evergreen_cs_packet_parse_vline fndecl 0 58548 NULL
++disable_so_usb_hcd_alloc_bandwidth_fndecl_58550 usb_hcd_alloc_bandwidth fndecl 0 58550 NULL
++disable_so_wl128x_cmd_radio_parms_fndecl_58555 wl128x_cmd_radio_parms fndecl 0 58555 NULL
++disable_so_hdsp_9652_get_peak_fndecl_58559 hdsp_9652_get_peak fndecl 0 58559 NULL
++disable_so_agp_remove_client_fndecl_58565 agp_remove_client fndecl 0 58565 NULL
++disable_so_pmcraid_chr_ioctl_fndecl_58580 pmcraid_chr_ioctl fndecl 0 58580 NULL
++disable_so_radeon_bo_pin_restricted_fndecl_58585 radeon_bo_pin_restricted fndecl 0 58585 NULL
++disable_so_ct_pcm_capture_open_fndecl_58586 ct_pcm_capture_open fndecl 0 58586 NULL
++disable_so___erst_write_to_storage_fndecl_58627 __erst_write_to_storage fndecl 0 58627 NULL
++disable_so_tda998x_create_fndecl_58630 tda998x_create fndecl 0 58630 NULL
++disable_so_snd_soc_component_initialize_fndecl_58633 snd_soc_component_initialize fndecl 0 58633 NULL nohasharray
++disable_so_em28xx_init_dev_fndecl_58633 em28xx_init_dev fndecl 0 58633 &disable_so_snd_soc_component_initialize_fndecl_58633
++disable_so_ext4_ext_handle_unwritten_extents_fndecl_58636 ext4_ext_handle_unwritten_extents fndecl 0 58636 NULL
++disable_so_bnep_del_connection_fndecl_58645 bnep_del_connection fndecl 0 58645 NULL
++disable_so_highest_bit_swap_info_struct_58656 highest_bit swap_info_struct 0 58656 NULL
++disable_so_config_ipwireless_fndecl_58659 config_ipwireless fndecl 0 58659 NULL
++disable_so_rx_dma_len_efx_nic_58695 rx_dma_len efx_nic 0 58695 NULL
++disable_so_xfs_btree_get_buf_block_fndecl_58702 xfs_btree_get_buf_block fndecl 0 58702 NULL
++disable_so_svc_pool_map_alloc_arrays_fndecl_58718 svc_pool_map_alloc_arrays fndecl 0 58718 NULL
++disable_so_psb_fbdev_init_fndecl_58721 psb_fbdev_init fndecl 0 58721 NULL
++disable_so_scrub_add_page_to_rd_bio_fndecl_58751 scrub_add_page_to_rd_bio fndecl 0 58751 NULL
++disable_so_vmw_user_fence_create_fndecl_58793 vmw_user_fence_create fndecl 0 58793 NULL
++disable_so_bnx2x_acquire_nvram_lock_fndecl_58794 bnx2x_acquire_nvram_lock fndecl 0 58794 NULL nohasharray
++disable_so_irq_pci_dev_58794 irq pci_dev 0 58794 &disable_so_bnx2x_acquire_nvram_lock_fndecl_58794
++disable_so_reg_write_fndecl_58795 reg_write fndecl 0 58795 NULL
++disable_so_psb_gtt_init_fndecl_58801 psb_gtt_init fndecl 0 58801 NULL
++disable_so_ccp_perform_sha_fndecl_58803 ccp_perform_sha fndecl 0 58803 NULL
++disable_so_p9pdu_readf_fndecl_58806 p9pdu_readf fndecl 0 58806 NULL
++disable_so_snd_intel8x0m_create_fndecl_58813 snd_intel8x0m_create fndecl 0 58813 NULL
++disable_so_snd_pcm_hw_constraint_minmax_fndecl_58816 snd_pcm_hw_constraint_minmax fndecl 0 58816 NULL
++disable_so_xfs_trans_reserve_quota_nblks_fndecl_58818 xfs_trans_reserve_quota_nblks fndecl 0 58818 NULL
++disable_so_nfs_idmap_read_and_verify_message_fndecl_58819 nfs_idmap_read_and_verify_message fndecl 0 58819 NULL
++disable_so_iscsit_setup_text_cmd_fndecl_58835 iscsit_setup_text_cmd fndecl 0 58835 NULL
++disable_so_xpad_init_ff_fndecl_58853 xpad_init_ff fndecl 0 58853 NULL
++disable_so_md_allow_write_fndecl_58858 md_allow_write fndecl 0 58858 NULL
++disable_so_gfs2_replay_read_block_fndecl_58862 gfs2_replay_read_block fndecl 0 58862 NULL
++disable_so_dccp_getsockopt_service_fndecl_58864 dccp_getsockopt_service fndecl 0 58864 NULL
++disable_so_acpi_thermal_register_thermal_zone_fndecl_58866 acpi_thermal_register_thermal_zone fndecl 0 58866 NULL
++disable_so_sctp_auth_set_active_key_fndecl_58869 sctp_auth_set_active_key fndecl 0 58869 NULL
++disable_so_do_utimes_fndecl_58870 do_utimes fndecl 0 58870 NULL
++disable_so_gc_n64_init_ff_fndecl_58877 gc_n64_init_ff fndecl 0 58877 NULL
++disable_so_add_fake_beep_paths_fndecl_58889 add_fake_beep_paths fndecl 0 58889 NULL
++disable_so_size__iohandle_58897 size _iohandle 0 58897 NULL
++disable_so_extlog_init_fndecl_58898 extlog_init fndecl 0 58898 NULL
++disable_so_vhci_read_fndecl_58901 vhci_read fndecl 0 58901 NULL
++disable_so_add_lease_context_fndecl_58903 add_lease_context fndecl 0 58903 NULL
++disable_so_vmlfb_enable_mmio_fndecl_58906 vmlfb_enable_mmio fndecl 0 58906 NULL
++disable_so_ubi_wl_put_peb_fndecl_58909 ubi_wl_put_peb fndecl 0 58909 NULL
++disable_so_ib_send_mad_fndecl_58928 ib_send_mad fndecl 0 58928 NULL
++disable_so_brcmf_usb_bus_setup_fndecl_58943 brcmf_usb_bus_setup fndecl 0 58943 NULL
++disable_so_lpe_base_sst_pdata_58946 lpe_base sst_pdata 0 58946 NULL
++disable_so_arch_setup_msi_irq_fndecl_58948 arch_setup_msi_irq fndecl 0 58948 NULL
++disable_so_dsp_dma_stop_fndecl_58954 dsp_dma_stop fndecl 0 58954 NULL
++disable_so_compat_sys_recvmmsg_fndecl_58963 compat_sys_recvmmsg fndecl 0 58963 NULL
++disable_so_vfreq___fb_timings_58967 vfreq __fb_timings 0 58967 NULL
++disable_so_mspro_block_init_card_fndecl_58969 mspro_block_init_card fndecl 0 58969 NULL
++disable_so_vmw_gb_surface_define_ioctl_fndecl_58971 vmw_gb_surface_define_ioctl fndecl 0 58971 NULL
++disable_so_get_dec_u16_fndecl_58972 get_dec_u16 fndecl 0 58972 NULL
++disable_so_erase_worker_fndecl_58988 erase_worker fndecl 0 58988 NULL
++disable_so_find_free_id_fndecl_59010 find_free_id fndecl 0 59010 NULL
++disable_so_dtv_set_frontend_fndecl_59021 dtv_set_frontend fndecl 0 59021 NULL
++disable_so_dccpsl_nr_dccp_service_list_59022 dccpsl_nr dccp_service_list 0 59022 NULL
++disable_so_copy_to_sk_fndecl_59025 copy_to_sk fndecl 0 59025 NULL
++disable_so_ata_pci_sff_init_host_fndecl_59027 ata_pci_sff_init_host fndecl 0 59027 NULL
++disable_so_bfad_im_scsi_host_alloc_fndecl_59042 bfad_im_scsi_host_alloc fndecl 0 59042 NULL nohasharray
++disable_so_alloc_wbufs_fndecl_59042 alloc_wbufs fndecl 0 59042 &disable_so_bfad_im_scsi_host_alloc_fndecl_59042
++disable_so_dmar_parse_one_atsr_fndecl_59046 dmar_parse_one_atsr fndecl 0 59046 NULL
++disable_so_t3_wait_op_done_val_fndecl_59054 t3_wait_op_done_val fndecl 0 59054 NULL nohasharray
++disable_so_mlx5_ib_resize_cq_fndecl_59054 mlx5_ib_resize_cq fndecl 0 59054 &disable_so_t3_wait_op_done_val_fndecl_59054
++disable_so_niu_alloc_tx_ring_info_fndecl_59070 niu_alloc_tx_ring_info fndecl 0 59070 NULL
++disable_so_vfio_config_init_fndecl_59079 vfio_config_init fndecl 0 59079 NULL
++disable_so_cp2112_hid_output_fndecl_59085 cp2112_hid_output fndecl 0 59085 NULL
++disable_so_ubifs_read_node_fndecl_59093 ubifs_read_node fndecl 0 59093 NULL
++disable_so_prepend_unreachable_fndecl_59109 prepend_unreachable fndecl 0 59109 NULL
++disable_so_mspro_block_switch_interface_fndecl_59111 mspro_block_switch_interface fndecl 0 59111 NULL
++disable_so_dm_btree_del_fndecl_59119 dm_btree_del fndecl 0 59119 NULL
++disable_so_xfs_read_agi_fndecl_59127 xfs_read_agi fndecl 0 59127 NULL
++disable_so_watchdog_ioctl_op_fndecl_59130 watchdog_ioctl_op fndecl 0 59130 NULL
++disable_so_compute_sid_handle_invalid_context_fndecl_59148 compute_sid_handle_invalid_context fndecl 0 59148 NULL
++disable_so_drm_helper_crtc_mode_set_fndecl_59153 drm_helper_crtc_mode_set fndecl 0 59153 NULL
++disable_so_mlx4_catas_init_fndecl_59158 mlx4_catas_init fndecl 0 59158 NULL nohasharray
++disable_so_pvr2_hdw_set_input_allowed_fndecl_59158 pvr2_hdw_set_input_allowed fndecl 0 59158 &disable_so_mlx4_catas_init_fndecl_59158
++disable_so_zlib_inflate_table_fndecl_59160 zlib_inflate_table fndecl 0 59160 NULL nohasharray
++disable_so_free_low_memory_core_early_fndecl_59160 free_low_memory_core_early fndecl 0 59160 &disable_so_zlib_inflate_table_fndecl_59160
++disable_so_ethtool_get_pauseparam_fndecl_59163 ethtool_get_pauseparam fndecl 0 59163 NULL
++disable_so_freq_snd_tea575x_59172 freq snd_tea575x 0 59172 NULL
++disable_so_av_buf_ackno_dccp_ackvec_59183 av_buf_ackno dccp_ackvec 0 59183 NULL
++disable_so_hpet_ioctl_ieon_fndecl_59187 hpet_ioctl_ieon fndecl 0 59187 NULL
++disable_so_img_height_zoran_jpg_settings_59188 img_height zoran_jpg_settings 0 59188 NULL
++disable_so_udp_sock_create6_fndecl_59208 udp_sock_create6 fndecl 0 59208 NULL
++disable_so_mpdu_len_wcn36xx_pdu_59212 mpdu_len wcn36xx_pdu 0 59212 NULL
++disable_so_evergreen_cs_track_validate_depth_fndecl_59230 evergreen_cs_track_validate_depth fndecl 0 59230 NULL
++disable_so_err_msr_regs_info_59233 err msr_regs_info 0 59233 NULL
++disable_so_bits_to_user_fndecl_59238 bits_to_user fndecl 0 59238 NULL
++disable_so_mlx4_db_alloc_fndecl_59240 mlx4_db_alloc fndecl 0 59240 NULL
++disable_so_class_read_fndecl_59251 class_read fndecl 0 59251 NULL
++disable_so_nilfs_sufile_get_offset_fndecl_59264 nilfs_sufile_get_offset fndecl 0 59264 NULL
++disable_so_sb1000_set_frequency_fndecl_59272 sb1000_set_frequency fndecl 0 59272 NULL
++disable_so_hiface_pcm_init_fndecl_59285 hiface_pcm_init fndecl 0 59285 NULL
++disable_so_written_coredump_params_59286 written coredump_params 0 59286 NULL
++disable_so_do_ip_getsockopt_fndecl_59288 do_ip_getsockopt fndecl 0 59288 NULL
++disable_so_mwl8k_feed_fw_image_fndecl_59290 mwl8k_feed_fw_image fndecl 0 59290 NULL
++disable_so_ext3_find_near_fndecl_59291 ext3_find_near fndecl 0 59291 NULL
++disable_so_next_segno_curseg_info_59302 next_segno curseg_info 0 59302 NULL
++disable_so_error_async_delayed_refs_59324 error async_delayed_refs 0 59324 NULL
++disable_so_i2c_inb_fndecl_59328 i2c_inb fndecl 0 59328 NULL
++disable_so_snd_ctl_remove_fndecl_59335 snd_ctl_remove fndecl 0 59335 NULL
++disable_so_bnx2_enable_nvram_write_fndecl_59338 bnx2_enable_nvram_write fndecl 0 59338 NULL
++disable_so_build_dirty_segmap_fndecl_59351 build_dirty_segmap fndecl 0 59351 NULL
++disable_so_tree_mod_log_insert_move_fndecl_59356 tree_mod_log_insert_move fndecl 0 59356 NULL
++disable_so_omap_hsmmc_prepare_data_fndecl_59357 omap_hsmmc_prepare_data fndecl 0 59357 NULL
++disable_so_ie_len_cfg80211_assoc_request_59359 ie_len cfg80211_assoc_request 0 59359 NULL
++disable_so_usb_start_wait_urb_fndecl_59365 usb_start_wait_urb fndecl 0 59365 NULL
++disable_so_ubifs_unpack_nnode_fndecl_59369 ubifs_unpack_nnode fndecl 0 59369 NULL
++disable_so_issue_reg_cmd_fndecl_59376 issue_reg_cmd fndecl 0 59376 NULL
++disable_so_btrfs_run_qgroups_fndecl_59378 btrfs_run_qgroups fndecl 0 59378 NULL
++disable_so_mlx5_ib_query_port_fndecl_59381 mlx5_ib_query_port fndecl 0 59381 NULL
++disable_so_ecryptfs_write_inode_size_to_xattr_fndecl_59387 ecryptfs_write_inode_size_to_xattr fndecl 0 59387 NULL
++disable_so_fm_size_ubi_device_59399 fm_size ubi_device 0 59399 NULL
++disable_so_tty_mode_ioctl_fndecl_59401 tty_mode_ioctl fndecl 0 59401 NULL
++disable_so_drm_legacy_addmap_fndecl_59402 drm_legacy_addmap fndecl 0 59402 NULL
++disable_so___iommu_calculate_agaw_fndecl_59405 __iommu_calculate_agaw fndecl 0 59405 NULL
++disable_so_elem_size_bpf_htab_59409 elem_size bpf_htab 0 59409 NULL
++disable_so_secure_dccpv6_sequence_number_fndecl_59410 secure_dccpv6_sequence_number fndecl 0 59410 NULL nohasharray
++disable_so_cifs_filldir_fndecl_59410 cifs_filldir fndecl 0 59410 &disable_so_secure_dccpv6_sequence_number_fndecl_59410
++disable_so_mpt_config_fndecl_59412 mpt_config fndecl 0 59412 NULL
++disable_so_rtc_set_alarm_fndecl_59413 rtc_set_alarm fndecl 0 59413 NULL nohasharray
++disable_so_netlbl_cfg_unlbl_static_add_fndecl_59413 netlbl_cfg_unlbl_static_add fndecl 0 59413 &disable_so_rtc_set_alarm_fndecl_59413
++disable_so_nfs4_setup_slot_table_fndecl_59431 nfs4_setup_slot_table fndecl 0 59431 NULL
++disable_so_tcp_set_allowed_congestion_control_fndecl_59438 tcp_set_allowed_congestion_control fndecl 0 59438 NULL
++disable_so_xtkbd_connect_fndecl_59448 xtkbd_connect fndecl 0 59448 NULL
++disable_so_platform_gpio_count_fndecl_59459 platform_gpio_count fndecl 0 59459 NULL
++disable_so_kvm_vm_ioctl_irq_line_fndecl_59463 kvm_vm_ioctl_irq_line fndecl 0 59463 NULL
++disable_so_wl18xx_acx_host_if_cfg_bitmap_fndecl_59465 wl18xx_acx_host_if_cfg_bitmap fndecl 0 59465 NULL
++disable_so_addr_erase_info_59472 addr erase_info 0 59472 NULL
++disable_so_tomoyo_environ_fndecl_59477 tomoyo_environ fndecl 0 59477 NULL
++disable_so_gpio_start_pca953x_chip_59479 gpio_start pca953x_chip 0 59479 NULL
++disable_so_adp5588_probe_fndecl_59496 adp5588_probe fndecl 0 59496 NULL
++disable_so_iwl_mvm_d3_reprogram_fndecl_59498 iwl_mvm_d3_reprogram fndecl 0 59498 NULL
++disable_so_ci_initialize_mc_reg_table_fndecl_59499 ci_initialize_mc_reg_table fndecl 0 59499 NULL
++disable_so_mlx4_SW2HW_EQ_fndecl_59500 mlx4_SW2HW_EQ fndecl 0 59500 NULL
++disable_so_sctp_send_asconf_add_ip_fndecl_59513 sctp_send_asconf_add_ip fndecl 0 59513 NULL
++disable_so_ipath_sdma_get_complete_fndecl_59526 ipath_sdma_get_complete fndecl 0 59526 NULL
++disable_so_handle_ule_extensions_fndecl_59533 handle_ule_extensions fndecl 0 59533 NULL
++disable_so_register_framebuffer_fndecl_59539 register_framebuffer fndecl 0 59539 NULL nohasharray
++disable_so_add_to_waiters_fndecl_59539 add_to_waiters fndecl 0 59539 &disable_so_register_framebuffer_fndecl_59539
++disable_so_mmc_spi_writeblock_fndecl_59545 mmc_spi_writeblock fndecl 0 59545 NULL
++disable_so_ocfs2_reserve_clusters_with_limit_fndecl_59548 ocfs2_reserve_clusters_with_limit fndecl 0 59548 NULL
++disable_so___btrfs_map_block_fndecl_59552 __btrfs_map_block fndecl 0 59552 NULL
++disable_so_mthca_alloc_cq_buf_fndecl_59555 mthca_alloc_cq_buf fndecl 0 59555 NULL
++disable_so_dlm_send_regions_fndecl_59558 dlm_send_regions fndecl 0 59558 NULL
++disable_so_security_preserve_bools_fndecl_59571 security_preserve_bools fndecl 0 59571 NULL
++disable_so_prepare_timeout_fndecl_59577 prepare_timeout fndecl 0 59577 NULL
++disable_so_iwl_dvm_send_cmd_fndecl_59578 iwl_dvm_send_cmd fndecl 0 59578 NULL
++disable_so_hv_kbd_probe_fndecl_59587 hv_kbd_probe fndecl 0 59587 NULL
++disable_so_assign_firmware_buf_fndecl_59593 assign_firmware_buf fndecl 0 59593 NULL
++disable_so_vfs_setxattr_fndecl_59599 vfs_setxattr fndecl 0 59599 NULL
++disable_so_radeon_fence_emit_fndecl_59601 radeon_fence_emit fndecl 0 59601 NULL
++disable_so_snd_ensoniq_create_fndecl_59602 snd_ensoniq_create fndecl 0 59602 NULL
++disable_so_snd_hda_gen_parse_auto_config_fndecl_59604 snd_hda_gen_parse_auto_config fndecl 0 59604 NULL nohasharray
++disable_so_ethtool_set_one_feature_fndecl_59604 ethtool_set_one_feature fndecl 0 59604 &disable_so_snd_hda_gen_parse_auto_config_fndecl_59604
++disable_so_height_mxr_crop_59619 height mxr_crop 0 59619 NULL
++disable_so_multiq_init_fndecl_59625 multiq_init fndecl 0 59625 NULL
++disable_so_dccp_init_fndecl_59633 dccp_init fndecl 0 59633 NULL
++disable_so___btrfs_free_extent_fndecl_59646 __btrfs_free_extent fndecl 0 59646 NULL
++disable_so_xfs_trim_extents_fndecl_59654 xfs_trim_extents fndecl 0 59654 NULL
++disable_so_asd_process_ms_fndecl_59663 asd_process_ms fndecl 0 59663 NULL
++disable_so_unlock_lock_fndecl_59668 unlock_lock fndecl 0 59668 NULL
++disable_so_ncp_add_request_fndecl_59671 ncp_add_request fndecl 0 59671 NULL
++disable_so_ms_read_bytes_fndecl_59672 ms_read_bytes fndecl 0 59672 NULL
++disable_so_s_cur_size_ipath_qp_59678 s_cur_size ipath_qp 0 59678 NULL
++disable_so_nilfs_segctor_do_construct_fndecl_59699 nilfs_segctor_do_construct fndecl 0 59699 NULL
++disable_so_device_remove_lockspace_fndecl_59711 device_remove_lockspace fndecl 0 59711 NULL
++disable_so_si470x_set_register_fndecl_59715 si470x_set_register fndecl 0 59715 NULL
++disable_so_rsxx_hw_buffers_init_fndecl_59719 rsxx_hw_buffers_init fndecl 0 59719 NULL
++disable_so_write_index_fndecl_59720 write_index fndecl 0 59720 NULL
++disable_so_hash_netnet4_add_fndecl_59727 hash_netnet4_add fndecl 0 59727 NULL
++disable_so_snd_ice1712_init_cs8427_fndecl_59732 snd_ice1712_init_cs8427 fndecl 0 59732 NULL
++disable_so_probe_one_instance_fndecl_59736 probe_one_instance fndecl 0 59736 NULL
++disable_so___netlink_change_ngroups_fndecl_59743 __netlink_change_ngroups fndecl 0 59743 NULL
++disable_so_efx_mcdi_nvram_types_fndecl_59747 efx_mcdi_nvram_types fndecl 0 59747 NULL
++disable_so_add_conn_list_fndecl_59750 add_conn_list fndecl 0 59750 NULL nohasharray
++disable_so_set_tr_backlight_status_fndecl_59750 set_tr_backlight_status fndecl 0 59750 &disable_so_add_conn_list_fndecl_59750
++disable_so_isofs_read_level3_size_fndecl_59765 isofs_read_level3_size fndecl 0 59765 NULL
++disable_so_snd_opl3_load_patch_fndecl_59766 snd_opl3_load_patch fndecl 0 59766 NULL
++disable_so_mlx4_bitmap_alloc_fndecl_59767 mlx4_bitmap_alloc fndecl 0 59767 NULL
++disable_so_reiserfs_new_symlink_fndecl_59783 reiserfs_new_symlink fndecl 0 59783 NULL
++disable_so_mlx4_buf_alloc_fndecl_59788 mlx4_buf_alloc fndecl 0 59788 NULL nohasharray
++disable_so_write_driver_ver_to_cfgtable_fndecl_59788 write_driver_ver_to_cfgtable fndecl 0 59788 &disable_so_mlx4_buf_alloc_fndecl_59788
++disable_so_sdio_set_block_size_fndecl_59792 sdio_set_block_size fndecl 0 59792 NULL
++disable_so_length_lv_59797 length lv 0 59797 NULL
++disable_so_setup_corb_rirb_fndecl_59810 setup_corb_rirb fndecl 0 59810 NULL
++disable_so_frsz_gspca_dev_59816 frsz gspca_dev 0 59816 NULL
++disable_so_drm_dp_mst_i2c_xfer_fndecl_59817 drm_dp_mst_i2c_xfer fndecl 0 59817 NULL
++disable_so_nilfs_segctor_begin_construction_fndecl_59823 nilfs_segctor_begin_construction fndecl 0 59823 NULL
++disable_so_xen_setup_msi_irqs_fndecl_59830 xen_setup_msi_irqs fndecl 0 59830 NULL
++disable_so_nv04_display_create_fndecl_59832 nv04_display_create fndecl 0 59832 NULL
++disable_so_ufx_config_pix_clk_fndecl_59834 ufx_config_pix_clk fndecl 0 59834 NULL
++disable_so_snd_compress_check_input_fndecl_59839 snd_compress_check_input fndecl 0 59839 NULL
++disable_so_tcp_sendmsg_fastopen_fndecl_59843 tcp_sendmsg_fastopen fndecl 0 59843 NULL
++disable_so_status_mei_cl_cb_59845 status mei_cl_cb 0 59845 NULL
++disable_so_ext4_init_feat_adverts_fndecl_59846 ext4_init_feat_adverts fndecl 0 59846 NULL
++disable_so_sst_fill_byte_control_fndecl_59850 sst_fill_byte_control fndecl 0 59850 NULL
++disable_so___qlcnic_sriov_issue_cmd_fndecl_59858 __qlcnic_sriov_issue_cmd fndecl 0 59858 NULL
++disable_so_copy_user_allowedips_fndecl_59860 copy_user_allowedips fndecl 0 59860 NULL
++disable_so_im_blkno_xfs_imap_59866 im_blkno xfs_imap 0 59866 NULL
++disable_so_apds990x_detect_fndecl_59868 apds990x_detect fndecl 0 59868 NULL
++disable_so_parse_ipsecrequests_fndecl_59875 parse_ipsecrequests fndecl 0 59875 NULL
++disable_so_ide_scan_pio_blacklist_fndecl_59877 ide_scan_pio_blacklist fndecl 0 59877 NULL
++disable_so_dx_fb_fillrect_59878 dx fb_fillrect 0 59878 NULL
++disable_so___dquot_alloc_space_fndecl_59879 __dquot_alloc_space fndecl 0 59879 NULL
++disable_so_gs_can_open_fndecl_59884 gs_can_open fndecl 0 59884 NULL
++disable_so_sctp_auth_init_hmacs_fndecl_59885 sctp_auth_init_hmacs fndecl 0 59885 NULL
++disable_so_mos7720_write_fndecl_59901 mos7720_write fndecl 0 59901 NULL
++disable_so_restart_array_fndecl_59905 restart_array fndecl 0 59905 NULL
++disable_so_snd_seq_oss_midi_check_new_port_fndecl_59910 snd_seq_oss_midi_check_new_port fndecl 0 59910 NULL
++disable_so_ls_members_result_dlm_ls_59915 ls_members_result dlm_ls 0 59915 NULL
++disable_so_hci_req_sync_fndecl_59921 hci_req_sync fndecl 0 59921 NULL
++disable_so_parse_usbdevfs_streams_fndecl_59926 parse_usbdevfs_streams fndecl 0 59926 NULL
++disable_so_spi_async_fndecl_59930 spi_async fndecl 0 59930 NULL
++disable_so_xfs_ioc_fsgeometry_fndecl_59932 xfs_ioc_fsgeometry fndecl 0 59932 NULL
++disable_so_docg4_block_markbad_fndecl_59934 docg4_block_markbad fndecl 0 59934 NULL
++disable_so_check_cfg_fndecl_59950 check_cfg fndecl 0 59950 NULL
++disable_so_snd_compr_update_tstamp_fndecl_59956 snd_compr_update_tstamp fndecl 0 59956 NULL
++disable_so_compat_copy_everything_to_user_fndecl_59961 compat_copy_everything_to_user fndecl 0 59961 NULL
++disable_so_setup_ring_fndecl_59965 setup_ring fndecl 0 59965 NULL
++disable_so_calc_line_length_fndecl_59973 calc_line_length fndecl 0 59973 NULL
++disable_so_scrub_pages_fndecl_59983 scrub_pages fndecl 0 59983 NULL
++disable_so_btrfs_ioctl_tree_search_v2_fndecl_59985 btrfs_ioctl_tree_search_v2 fndecl 0 59985 NULL
++disable_so_lp_wait_ready_fndecl_60001 lp_wait_ready fndecl 0 60001 NULL
++disable_so_vfio_dma_do_map_fndecl_60009 vfio_dma_do_map fndecl 0 60009 NULL
++disable_so_acpi_battery_get_state_fndecl_60022 acpi_battery_get_state fndecl 0 60022 NULL nohasharray
++disable_so___sctp_setsockopt_connectx_fndecl_60022 __sctp_setsockopt_connectx fndecl 0 60022 &disable_so_acpi_battery_get_state_fndecl_60022
++disable_so_alloc_in_bmp_fndecl_60028 alloc_in_bmp fndecl 0 60028 NULL
++disable_so_calculate_alignment_fndecl_60029 calculate_alignment fndecl 0 60029 NULL
++disable_so_mpi_powm_fndecl_60033 mpi_powm fndecl 0 60033 NULL
++disable_so_sel_write_bool_fndecl_60039 sel_write_bool fndecl 0 60039 NULL
++disable_so_rv770_copy_bytes_to_smc_fndecl_60045 rv770_copy_bytes_to_smc fndecl 0 60045 NULL
++disable_so_core_alua_update_tpg_secondary_metadata_fndecl_60048 core_alua_update_tpg_secondary_metadata fndecl 0 60048 NULL
++disable_so_atm_dev_ioctl_fndecl_60049 atm_dev_ioctl fndecl 0 60049 NULL
++disable_so_jbd2_seq_info_open_fndecl_60057 jbd2_seq_info_open fndecl 0 60057 NULL
++disable_so___genwqe_wait_ddcb_fndecl_60061 __genwqe_wait_ddcb fndecl 0 60061 NULL
++disable_so_ucb1400_core_probe_fndecl_60067 ucb1400_core_probe fndecl 0 60067 NULL nohasharray
++disable_so_cx231xx_init_bulk_fndecl_60067 cx231xx_init_bulk fndecl 0 60067 &disable_so_ucb1400_core_probe_fndecl_60067
++disable_so_usb_amradio_probe_fndecl_60069 usb_amradio_probe fndecl 0 60069 NULL
++disable_so_radeon_ib_schedule_fndecl_60075 radeon_ib_schedule fndecl 0 60075 NULL
++disable_so_sram_test_word_fndecl_60077 sram_test_word fndecl 0 60077 NULL
++disable_so_qlcnic_setup_netdev_fndecl_60079 qlcnic_setup_netdev fndecl 0 60079 NULL
++disable_so_compat_effect_fndecl_60084 compat_effect fndecl 0 60084 NULL
++disable_so_ip_mc_source_fndecl_60089 ip_mc_source fndecl 0 60089 NULL
++disable_so_open_rx_fndecl_60098 open_rx fndecl 0 60098 NULL
++disable_so_dg_dispatch_as_guest_fndecl_60100 dg_dispatch_as_guest fndecl 0 60100 NULL
++disable_so_radeon_cs_parser_relocs_fndecl_60108 radeon_cs_parser_relocs fndecl 0 60108 NULL
++disable_so_ref_get_fields_fndecl_60110 ref_get_fields fndecl 0 60110 NULL
++disable_so_raid10_find_virt_fndecl_60115 raid10_find_virt fndecl 0 60115 NULL
++disable_so_radeon_vm_bo_set_addr_fndecl_60122 radeon_vm_bo_set_addr fndecl 0 60122 NULL
++disable_so_fw_change_attrs_fndecl_60126 fw_change_attrs fndecl 0 60126 NULL
++disable_so_wl1271_tm_cmd_interrogate_fndecl_60127 wl1271_tm_cmd_interrogate fndecl 0 60127 NULL
++disable_so_vga_vram_end_vardecl_vgacon_c_60130 vga_vram_end vardecl_vgacon.c 0 60130 NULL nohasharray
++disable_so_iwl_dump_nic_event_log_fndecl_60130 iwl_dump_nic_event_log fndecl 0 60130 &disable_so_vga_vram_end_vardecl_vgacon_c_60130
++disable_so_fb_base_drm_mode_config_60135 fb_base drm_mode_config 0 60135 NULL
++disable_so_parse_cache_args_fndecl_60136 parse_cache_args fndecl 0 60136 NULL
++disable_so_falcon_probe_nic_fndecl_60141 falcon_probe_nic fndecl 0 60141 NULL
++disable_so_sas_expander_discover_fndecl_60143 sas_expander_discover fndecl 0 60143 NULL
++disable_so_regcache_lzo_init_fndecl_60146 regcache_lzo_init fndecl 0 60146 NULL
++disable_so_index_drm_minor_60149 index drm_minor 0 60149 NULL
++disable_so_revo_init_fndecl_60150 revo_init fndecl 0 60150 NULL
++disable_so_brcmf_fil_iovar_int_set_fndecl_60162 brcmf_fil_iovar_int_set fndecl 0 60162 NULL
++disable_so_drm_fb_helper_initial_config_fndecl_60163 drm_fb_helper_initial_config fndecl 0 60163 NULL
++disable_so_usb_stor_probe1_fndecl_60165 usb_stor_probe1 fndecl 0 60165 NULL
++disable_so_nilfs_segctor_feed_segment_fndecl_60166 nilfs_segctor_feed_segment fndecl 0 60166 NULL nohasharray
++disable_so_stream_start_fndecl_60166 stream_start fndecl 0 60166 &disable_so_nilfs_segctor_feed_segment_fndecl_60166
++disable_so_ax25_connect_fndecl_60170 ax25_connect fndecl 0 60170 NULL
++disable_so_acpi_parse_entries_fndecl_60174 acpi_parse_entries fndecl 0 60174 NULL
++disable_so_snd_compr_write_data_fndecl_60179 snd_compr_write_data fndecl 0 60179 NULL
++disable_so_pci_enable_device_fndecl_60193 pci_enable_device fndecl 0 60193 NULL
++disable_so_vfs_getxattr_alloc_fndecl_60202 vfs_getxattr_alloc fndecl 0 60202 NULL
++disable_so_ioctl_fioasync_fndecl_60206 ioctl_fioasync fndecl 0 60206 NULL
++disable_so_rmmio_base_radeon_device_60218 rmmio_base radeon_device 0 60218 NULL
++disable_so_ieee80211_get_ratemask_fndecl_60227 ieee80211_get_ratemask fndecl 0 60227 NULL
++disable_so_frag_len_pau_fpdu_frag_60242 frag_len pau_fpdu_frag 0 60242 NULL
++disable_so_fanout_add_fndecl_60243 fanout_add fndecl 0 60243 NULL
++disable_so_blk_mq_alloc_tag_set_fndecl_60256 blk_mq_alloc_tag_set fndecl 0 60256 NULL
++disable_so_il_init_geos_fndecl_60262 il_init_geos fndecl 0 60262 NULL
++disable_so_iwl_send_phy_db_cmd_fndecl_60263 iwl_send_phy_db_cmd fndecl 0 60263 NULL
++disable_so_erst_dbg_write_fndecl_60264 erst_dbg_write fndecl 0 60264 NULL
++disable_so_acpi_pci_link_add_fndecl_60268 acpi_pci_link_add fndecl 0 60268 NULL
++disable_so_macvlan_dev_netpoll_setup_fndecl_60270 macvlan_dev_netpoll_setup fndecl 0 60270 NULL
++disable_so_sctp_side_effects_fndecl_60271 sctp_side_effects fndecl 0 60271 NULL
++disable_so_set_memory_wc_fndecl_60296 set_memory_wc fndecl 0 60296 NULL
++disable_so_autofs4_wait_fndecl_60301 autofs4_wait fndecl 0 60301 NULL
++disable_so_smscore_gpio_configure_fndecl_60311 smscore_gpio_configure fndecl 0 60311 NULL nohasharray
++disable_so_usbhid_parse_fndecl_60311 usbhid_parse fndecl 0 60311 &disable_so_smscore_gpio_configure_fndecl_60311
++disable_so_put_cfg_tlv_u32_fndecl_60315 put_cfg_tlv_u32 fndecl 0 60315 NULL
++disable_so_area_whcrc_60320 area whcrc 0 60320 NULL
++disable_so_dspio_alloc_dma_chan_fndecl_60324 dspio_alloc_dma_chan fndecl 0 60324 NULL
++disable_so_transfer_fndecl_60326 transfer fndecl 0 60326 NULL
++disable_so_bd_add_to_bdi_fndecl_60336 bd_add_to_bdi fndecl 0 60336 NULL
++disable_so_start_sync_thread_fndecl_60338 start_sync_thread fndecl 0 60338 NULL
++disable_so_nf_ct_l3proto_try_module_get_fndecl_60346 nf_ct_l3proto_try_module_get fndecl 0 60346 NULL
++disable_so_iwl_mvm_fw_dbg_collect_desc_fndecl_60349 iwl_mvm_fw_dbg_collect_desc fndecl 0 60349 NULL nohasharray
++disable_so_hest_ghes_dev_register_fndecl_60349 hest_ghes_dev_register fndecl 0 60349 &disable_so_iwl_mvm_fw_dbg_collect_desc_fndecl_60349
++disable_so_setup_geo_fndecl_60351 setup_geo fndecl 0 60351 NULL nohasharray
++disable_so_cobra_connect_fndecl_60351 cobra_connect fndecl 0 60351 &disable_so_setup_geo_fndecl_60351
++disable_so_validate_list_fndecl_60367 validate_list fndecl 0 60367 NULL nohasharray
++disable_so_saa7134_input_init1_fndecl_60367 saa7134_input_init1 fndecl 0 60367 &disable_so_validate_list_fndecl_60367
++disable_so_iwl_run_init_mvm_ucode_fndecl_60384 iwl_run_init_mvm_ucode fndecl 0 60384 NULL
++disable_so_idd_bar0_ioc4_driver_data_60385 idd_bar0 ioc4_driver_data 0 60385 NULL
++disable_so_scsi_ioctl_reset_fndecl_60388 scsi_ioctl_reset fndecl 0 60388 NULL
++disable_so_btrfs_insert_empty_items_fndecl_60405 btrfs_insert_empty_items fndecl 0 60405 NULL
++disable_so_xfs_bulkstat_one_int_fndecl_60410 xfs_bulkstat_one_int fndecl 0 60410 NULL nohasharray
++disable_so_cat_read_fndecl_60410 cat_read fndecl 0 60410 &disable_so_xfs_bulkstat_one_int_fndecl_60410
++disable_so_add_grefs_fndecl_60417 add_grefs fndecl 0 60417 NULL
++disable_so_sfaxpci_probe_fndecl_60435 sfaxpci_probe fndecl 0 60435 NULL
++disable_so_alloc_xenballooned_pages_fndecl_60439 alloc_xenballooned_pages fndecl 0 60439 NULL
++disable_so___i2c_hid_command_fndecl_60442 __i2c_hid_command fndecl 0 60442 NULL
++disable_so_ide_no_data_taskfile_fndecl_60448 ide_no_data_taskfile fndecl 0 60448 NULL
++disable_so_dw_spi_setup_fndecl_60449 dw_spi_setup fndecl 0 60449 NULL
++disable_so_fprop_local_init_percpu_fndecl_60452 fprop_local_init_percpu fndecl 0 60452 NULL
++disable_so_extref_get_fields_fndecl_60453 extref_get_fields fndecl 0 60453 NULL
++disable_so_i40e_aq_get_firmware_version_fndecl_60456 i40e_aq_get_firmware_version fndecl 0 60456 NULL
++disable_so_send_signal_fndecl_60468 send_signal fndecl 0 60468 NULL
++disable_so_policydb_init_fndecl_60471 policydb_init fndecl 0 60471 NULL
++disable_so_posix_lock_file_fndecl_60475 posix_lock_file fndecl 0 60475 NULL
++disable_so_wl12xx_acx_set_rate_mgmt_params_fndecl_60478 wl12xx_acx_set_rate_mgmt_params fndecl 0 60478 NULL
++disable_so_sctp_v4_add_protocol_fndecl_60480 sctp_v4_add_protocol fndecl 0 60480 NULL
++disable_so_drm_vma_offset_add_fndecl_60483 drm_vma_offset_add fndecl 0 60483 NULL
++disable_so_csio_hw_fw_restart_fndecl_60494 csio_hw_fw_restart fndecl 0 60494 NULL
++disable_so_snd_ctl_add_fndecl_60510 snd_ctl_add fndecl 0 60510 NULL
++disable_so___media_device_enum_links_fndecl_60515 __media_device_enum_links fndecl 0 60515 NULL
++disable_so_acpi_cpufreq_cpu_init_fndecl_60521 acpi_cpufreq_cpu_init fndecl 0 60521 NULL
++disable_so_nfc_genl_se_added_fndecl_60536 nfc_genl_se_added fndecl 0 60536 NULL
++disable_so_mptctl_eventquery_fndecl_60547 mptctl_eventquery fndecl 0 60547 NULL
++disable_so_dma_tx_bytes_lpuart_port_60550 dma_tx_bytes lpuart_port 0 60550 NULL nohasharray
++disable_so_dmar_parse_one_drhd_fndecl_60550 dmar_parse_one_drhd fndecl 0 60550 &disable_so_dma_tx_bytes_lpuart_port_60550
++disable_so_register_netdev_fndecl_60559 register_netdev fndecl 0 60559 NULL
++disable_so_ilo_probe_fndecl_60563 ilo_probe fndecl 0 60563 NULL
++disable_so_origin_ctr_fndecl_60565 origin_ctr fndecl 0 60565 NULL
++disable_so_del_mtd_device_fndecl_60571 del_mtd_device fndecl 0 60571 NULL
++disable_so___xfs_btree_split_fndecl_60576 __xfs_btree_split fndecl 0 60576 NULL
++disable_so_lock_request_fndecl_60580 lock_request fndecl 0 60580 NULL
++disable_so_slot_dlm_member_60581 slot dlm_member 0 60581 NULL
++disable_so_native_ioctl_fndecl_60583 native_ioctl fndecl 0 60583 NULL
++disable_so_ocfs2_slot_map_physical_size_fndecl_60585 ocfs2_slot_map_physical_size fndecl 0 60585 NULL
++disable_so_qib_read_umem32_fndecl_60586 qib_read_umem32 fndecl 0 60586 NULL
++disable_so_ip_mc_add_src_fndecl_60589 ip_mc_add_src fndecl 0 60589 NULL
++disable_so_snd_pcm_hwsync_fndecl_60596 snd_pcm_hwsync fndecl 0 60596 NULL
++disable_so_xfs_btree_block_change_owner_fndecl_60599 xfs_btree_block_change_owner fndecl 0 60599 NULL
++disable_so_r600_cs_legacy_fndecl_60602 r600_cs_legacy fndecl 0 60602 NULL
++disable_so_fuse_ref_page_fndecl_60613 fuse_ref_page fndecl 0 60613 NULL
++disable_so_dvb_register_fndecl_60617 dvb_register fndecl 0 60617 NULL
++disable_so_solo_set_motion_block_fndecl_60618 solo_set_motion_block fndecl 0 60618 NULL
++disable_so_vnic_rq_alloc_fndecl_60624 vnic_rq_alloc fndecl 0 60624 NULL
++disable_so_i40e_alloc_vfs_fndecl_60628 i40e_alloc_vfs fndecl 0 60628 NULL
++disable_so_wait_consider_task_fndecl_60630 wait_consider_task fndecl 0 60630 NULL
++disable_so_gso_size_skb_shared_info_60636 gso_size skb_shared_info 0 60636 NULL
++disable_so___verify_memory_type_fndecl_60647 __verify_memory_type fndecl 0 60647 NULL
++disable_so_vmw_otables_setup_fndecl_60648 vmw_otables_setup fndecl 0 60648 NULL
++disable_so_iwl_send_calib_results_fndecl_60651 iwl_send_calib_results fndecl 0 60651 NULL
++disable_so_uwb_rc_addr_get_fndecl_60653 uwb_rc_addr_get fndecl 0 60653 NULL nohasharray
++disable_so_ethtool_self_test_fndecl_60653 ethtool_self_test fndecl 0 60653 &disable_so_uwb_rc_addr_get_fndecl_60653
++disable_so_create_endpoint_and_queue_int_fndecl_60655 create_endpoint_and_queue_int fndecl 0 60655 NULL
++disable_so_pvr2_hdw_cmd_deep_reset_fndecl_60659 pvr2_hdw_cmd_deep_reset fndecl 0 60659 NULL
++disable_so_nf_conntrack_helper_register_fndecl_60665 nf_conntrack_helper_register fndecl 0 60665 NULL
++disable_so_set_extent_bits_fndecl_60673 set_extent_bits fndecl 0 60673 NULL
++disable_so_pcmciamtd_config_fndecl_60675 pcmciamtd_config fndecl 0 60675 NULL
++disable_so_register_candev_fndecl_60677 register_candev fndecl 0 60677 NULL
++disable_so_sctp_getsockopt_connectx3_fndecl_60679 sctp_getsockopt_connectx3 fndecl 0 60679 NULL
++disable_so_ocrdma_add_mmap_fndecl_60687 ocrdma_add_mmap fndecl 0 60687 NULL
++disable_so_sel_write_user_fndecl_60695 sel_write_user fndecl 0 60695 NULL nohasharray
++disable_so_mon_bin_collate_isodesc_fndecl_60695 mon_bin_collate_isodesc fndecl 0 60695 &disable_so_sel_write_user_fndecl_60695
++disable_so_snd_card_new_fndecl_60707 snd_card_new fndecl 0 60707 NULL
++disable_so_kvm_mmu_page_get_gfn_fndecl_60709 kvm_mmu_page_get_gfn fndecl 0 60709 NULL
++disable_so_prism2_hostapd_fndecl_60735 prism2_hostapd fndecl 0 60735 NULL nohasharray
++disable_so_sony_check_add_dev_list_fndecl_60735 sony_check_add_dev_list fndecl 0 60735 &disable_so_prism2_hostapd_fndecl_60735
++disable_so_command_setapcor_fndecl_60740 command_setapcor fndecl 0 60740 NULL
++disable_so_create_cp_queue_fndecl_60744 create_cp_queue fndecl 0 60744 NULL
++disable_so_xfs_swap_extent_flush_fndecl_60764 xfs_swap_extent_flush fndecl 0 60764 NULL
++disable_so_sd_read_long_data_fndecl_60784 sd_read_long_data fndecl 0 60784 NULL
++disable_so_device_write_fndecl_60791 device_write fndecl 0 60791 NULL
++disable_so_vr_nor_init_partitions_fndecl_60792 vr_nor_init_partitions fndecl 0 60792 NULL nohasharray
++disable_so_full_width_mxr_crop_60792 full_width mxr_crop 0 60792 &disable_so_vr_nor_init_partitions_fndecl_60792
++disable_so_sta_agg_status_write_fndecl_60799 sta_agg_status_write fndecl 0 60799 NULL
++disable_so_kstrtos16_fndecl_60808 kstrtos16 fndecl 0 60808 NULL
++disable_so_create_hp_out_ctls_fndecl_60826 create_hp_out_ctls fndecl 0 60826 NULL
++disable_so_init_iommu_all_fndecl_60829 init_iommu_all fndecl 0 60829 NULL
++disable_so___radix_tree_preload_fndecl_60830 __radix_tree_preload fndecl 0 60830 NULL
++disable_so_logfs_rename_target_fndecl_60838 logfs_rename_target fndecl 0 60838 NULL
++disable_so_ahd_linux_register_host_fndecl_60847 ahd_linux_register_host fndecl 0 60847 NULL
++disable_so_sony_check_add_fndecl_60859 sony_check_add fndecl 0 60859 NULL
++disable_so_input_mt_init_slots_fndecl_60876 input_mt_init_slots fndecl 0 60876 NULL
++disable_so___smsc75xx_phy_wait_not_busy_fndecl_60878 __smsc75xx_phy_wait_not_busy fndecl 0 60878 NULL
++disable_so_wl1251_cmd_scan_fndecl_60879 wl1251_cmd_scan fndecl 0 60879 NULL
++disable_so_osd_y_offset_yuv_playback_info_60883 osd_y_offset yuv_playback_info 0 60883 NULL
++disable_so_load_superblock_fndecl_60887 load_superblock fndecl 0 60887 NULL
++disable_so_sn9c2028_short_command_fndecl_60897 sn9c2028_short_command fndecl 0 60897 NULL nohasharray
++disable_so_orig_start_extent_map_60897 orig_start extent_map 0 60897 &disable_so_sn9c2028_short_command_fndecl_60897
++disable_so_max3421_urb_enqueue_fndecl_60913 max3421_urb_enqueue fndecl 0 60913 NULL
++disable_so_wl1251_acx_rts_threshold_fndecl_60916 wl1251_acx_rts_threshold fndecl 0 60916 NULL
++disable_so_blf_blkno_xfs_buf_log_format_60925 blf_blkno xfs_buf_log_format 0 60925 NULL
++disable_so_wacom_register_inputs_fndecl_60935 wacom_register_inputs fndecl 0 60935 NULL
++disable_so_insert_state_fndecl_60939 insert_state fndecl 0 60939 NULL
++disable_so_mlx5_ib_modify_cq_fndecl_60952 mlx5_ib_modify_cq fndecl 0 60952 NULL
++disable_so_pkt_remove_dev_fndecl_60954 pkt_remove_dev fndecl 0 60954 NULL
++disable_so_sb1000_get_frequency_fndecl_60957 sb1000_get_frequency fndecl 0 60957 NULL
++disable_so_update_counters_fndecl_60965 update_counters fndecl 0 60965 NULL nohasharray
++disable_so_ubifs_jnl_delete_xattr_fndecl_60965 ubifs_jnl_delete_xattr fndecl 0 60965 &disable_so_update_counters_fndecl_60965
++disable_so_context_read_and_validate_fndecl_60977 context_read_and_validate fndecl 0 60977 NULL
++disable_so_ubi_create_volume_fndecl_60992 ubi_create_volume fndecl 0 60992 NULL
++disable_so_quicktest1_fndecl_60998 quicktest1 fndecl 0 60998 NULL
++disable_so_ocfs2_xattr_block_find_fndecl_61008 ocfs2_xattr_block_find fndecl 0 61008 NULL
++disable_so_qla4xxx_copy_from_fwddb_param_fndecl_61025 qla4xxx_copy_from_fwddb_param fndecl 0 61025 NULL
++disable_so_hfmax_fb_monspecs_61030 hfmax fb_monspecs 0 61030 NULL nohasharray
++disable_so_rproc_parse_vring_fndecl_61030 rproc_parse_vring fndecl 0 61030 &disable_so_hfmax_fb_monspecs_61030
++disable_so_snd_ice1712_akm4xxx_build_controls_fndecl_61036 snd_ice1712_akm4xxx_build_controls fndecl 0 61036 NULL
++disable_so_recomp_data_node_fndecl_61048 recomp_data_node fndecl 0 61048 NULL
++disable_so__dln2_transfer_fndecl_61049 _dln2_transfer fndecl 0 61049 NULL
++disable_so_len_tcp_fastopen_cookie_61053 len tcp_fastopen_cookie 0 61053 NULL
++disable_so_nilfs_sufile_trim_fs_fndecl_61058 nilfs_sufile_trim_fs fndecl 0 61058 NULL
++disable_so_nv50_core_create_fndecl_61080 nv50_core_create fndecl 0 61080 NULL
++disable_so_kobject_init_and_add_fndecl_61088 kobject_init_and_add fndecl 0 61088 NULL
++disable_so_left_v4l2_rect_61093 left v4l2_rect 0 61093 NULL
++disable_so_snd_hdac_exec_verb_fndecl_61100 snd_hdac_exec_verb fndecl 0 61100 NULL nohasharray
++disable_so_wl12xx_acx_tsf_info_fndecl_61100 wl12xx_acx_tsf_info fndecl 0 61100 &disable_so_snd_hdac_exec_verb_fndecl_61100
++disable_so_bv_offset_bio_vec_61109 bv_offset bio_vec 0 61109 NULL
++disable_so_jffs2_check_nand_cleanmarker_fndecl_61117 jffs2_check_nand_cleanmarker fndecl 0 61117 NULL
++disable_so___intel_set_mode_fndecl_61128 __intel_set_mode fndecl 0 61128 NULL
++disable_so_get_free_entries_fndecl_61149 get_free_entries fndecl 0 61149 NULL nohasharray
++disable_so_iio_device_register_eventset_fndecl_61149 iio_device_register_eventset fndecl 0 61149 &disable_so_get_free_entries_fndecl_61149
++disable_so_bochs_hw_init_fndecl_61153 bochs_hw_init fndecl 0 61153 NULL
++disable_so_sel_commit_bools_write_fndecl_61166 sel_commit_bools_write fndecl 0 61166 NULL
++disable_so_radeon_do_test_moves_fndecl_61168 radeon_do_test_moves fndecl 0 61168 NULL
++disable_so_ftdi_elan_edset_empty_fndecl_61170 ftdi_elan_edset_empty fndecl 0 61170 NULL
++disable_so_phys_memory_base__synclinkmp_info_61174 phys_memory_base _synclinkmp_info 0 61174 NULL
++disable_so_vmw_wait_seqno_fndecl_61176 vmw_wait_seqno fndecl 0 61176 NULL
++disable_so_pos_dir_context_61195 pos dir_context 0 61195 NULL
++disable_so_port_id_ssp_device_61196 port_id ssp_device 0 61196 NULL
++disable_so_ipmi_heartbeat_fndecl_61198 ipmi_heartbeat fndecl 0 61198 NULL
++disable_so_kvm_vm_ioctl_deassign_dev_irq_fndecl_61200 kvm_vm_ioctl_deassign_dev_irq fndecl 0 61200 NULL
++disable_so_savage_dispatch_state_fndecl_61203 savage_dispatch_state fndecl 0 61203 NULL
++disable_so_cpuidle_add_device_sysfs_fndecl_61204 cpuidle_add_device_sysfs fndecl 0 61204 NULL
++disable_so_cypress_get_hexline_fndecl_61206 cypress_get_hexline fndecl 0 61206 NULL nohasharray
++disable_so_pm8001_set_nvmd_fndecl_61206 pm8001_set_nvmd fndecl 0 61206 &disable_so_cypress_get_hexline_fndecl_61206
++disable_so_zr36016_setup_fndecl_61210 zr36016_setup fndecl 0 61210 NULL
++disable_so_zd_usb_iowrite16v_async_end_fndecl_61215 zd_usb_iowrite16v_async_end fndecl 0 61215 NULL
++disable_so_rmtblkcnt_xfs_da_args_61223 rmtblkcnt xfs_da_args 0 61223 NULL
++disable_so_ipip6_tunnel_ioctl_fndecl_61232 ipip6_tunnel_ioctl fndecl 0 61232 NULL
++disable_so_hidraw_get_report_fndecl_61242 hidraw_get_report fndecl 0 61242 NULL
++disable_so_ext4_reserve_inode_write_fndecl_61253 ext4_reserve_inode_write fndecl 0 61253 NULL
++disable_so_pci_enable_device_io_fndecl_61261 pci_enable_device_io fndecl 0 61261 NULL
++disable_so_commit_cowonly_roots_fndecl_61275 commit_cowonly_roots fndecl 0 61275 NULL
++disable_so_reader_config_fndecl_61280 reader_config fndecl 0 61280 NULL
++disable_so_sd_probe_fndecl_61304 sd_probe fndecl 0 61304 NULL
++disable_so_vector_mxser_board_61308 vector mxser_board 0 61308 NULL
++disable_so_ufx_i2c_configure_fndecl_61311 ufx_i2c_configure fndecl 0 61311 NULL
++disable_so_svc_getsockopt_fndecl_61316 svc_getsockopt fndecl 0 61316 NULL
++disable_so_bounce_error_event_fndecl_61317 bounce_error_event fndecl 0 61317 NULL
++disable_so_mxser_get_serial_info_fndecl_61318 mxser_get_serial_info fndecl 0 61318 NULL
++disable_so_jffs2_find_nextblock_fndecl_61335 jffs2_find_nextblock fndecl 0 61335 NULL
++disable_so_ntfs_read_compressed_block_fndecl_61343 ntfs_read_compressed_block fndecl 0 61343 NULL
++disable_so_ni_populate_mclk_value_fndecl_61346 ni_populate_mclk_value fndecl 0 61346 NULL
++disable_so_sync_dirty_buffer_fndecl_61371 sync_dirty_buffer fndecl 0 61371 NULL
++disable_so_num_msix_vectors_i40evf_adapter_61390 num_msix_vectors i40evf_adapter 0 61390 NULL
++disable_so_iwl_dbgfs_low_latency_write_fndecl_61399 iwl_dbgfs_low_latency_write fndecl 0 61399 NULL
++disable_so___pci_register_driver_fndecl_61400 __pci_register_driver fndecl 0 61400 NULL
++disable_so_wl1251_cmd_join_fndecl_61405 wl1251_cmd_join fndecl 0 61405 NULL
++disable_so_vif_add_fndecl_61410 vif_add fndecl 0 61410 NULL
++disable_so_checkintf_fndecl_61413 checkintf fndecl 0 61413 NULL
++disable_so_fm_v4l2_init_video_device_fndecl_61422 fm_v4l2_init_video_device fndecl 0 61422 NULL
++disable_so_raw_setsockopt_fndecl_61435 raw_setsockopt fndecl 0 61435 NULL
++disable_so_dcbnl_build_peer_app_fndecl_61444 dcbnl_build_peer_app fndecl 0 61444 NULL
++disable_so__request_firmware_prepare_fndecl_61456 _request_firmware_prepare fndecl 0 61456 NULL
++disable_so_ocfs2_zero_range_for_truncate_fndecl_61461 ocfs2_zero_range_for_truncate fndecl 0 61461 NULL
++disable_so_xfs_init_mount_workqueues_fndecl_61465 xfs_init_mount_workqueues fndecl 0 61465 NULL
++disable_so_ubi_eba_write_leb_st_fndecl_61476 ubi_eba_write_leb_st fndecl 0 61476 NULL
++disable_so_dreq_iss_dccp_request_sock_61480 dreq_iss dccp_request_sock 0 61480 NULL
++disable_so_radix_tree_maybe_preload_fndecl_61481 radix_tree_maybe_preload fndecl 0 61481 NULL nohasharray
++disable_so_efx_mcdi_drv_attach_fndecl_61481 efx_mcdi_drv_attach fndecl 0 61481 &disable_so_radix_tree_maybe_preload_fndecl_61481 nohasharray
++disable_so_logfs_write_i0_fndecl_61481 logfs_write_i0 fndecl 0 61481 &disable_so_efx_mcdi_drv_attach_fndecl_61481
++disable_so_generic_file_read_iter_fndecl_61491 generic_file_read_iter fndecl 0 61491 NULL
++disable_so_f_adc_hackrf_dev_61493 f_adc hackrf_dev 0 61493 NULL
++disable_so_pcxhr_sub_init_fndecl_61495 pcxhr_sub_init fndecl 0 61495 NULL nohasharray
++disable_so_ccp_init_data_fndecl_61495 ccp_init_data fndecl 0 61495 &disable_so_pcxhr_sub_init_fndecl_61495
++disable_so_lbs_add_mesh_fndecl_61505 lbs_add_mesh fndecl 0 61505 NULL
++disable_so_mgag200_gem_create_fndecl_61507 mgag200_gem_create fndecl 0 61507 NULL
++disable_so_nl802154_dump_wpan_phy_parse_fndecl_61517 nl802154_dump_wpan_phy_parse fndecl 0 61517 NULL
++disable_so_usb_get_configuration_fndecl_61521 usb_get_configuration fndecl 0 61521 NULL
++disable_so_sys_write_fndecl_61526 sys_write fndecl 0 61526 NULL
++disable_so_snd_pcm_hw_constraint_list_fndecl_61527 snd_pcm_hw_constraint_list fndecl 0 61527 NULL
++disable_so_irq_base_regmap_irq_chip_data_61532 irq_base regmap_irq_chip_data 0 61532 NULL
++disable_so_digital_send_cmd_fndecl_61535 digital_send_cmd fndecl 0 61535 NULL
++disable_so_ret_name_cache_entry_61542 ret name_cache_entry 0 61542 NULL
++disable_so_start_rx_fndecl_61552 start_rx fndecl 0 61552 NULL
++disable_so_mlx5_ib_query_gid_fndecl_61553 mlx5_ib_query_gid fndecl 0 61553 NULL
++disable_so_gfs2_lock_fs_check_clean_fndecl_61554 gfs2_lock_fs_check_clean fndecl 0 61554 NULL
++disable_so_oxygen_mixer_init_fndecl_61557 oxygen_mixer_init fndecl 0 61557 NULL
++disable_so_sb1000_dev_ioctl_fndecl_61562 sb1000_dev_ioctl fndecl 0 61562 NULL
++disable_so_mwl8k_cmd_set_edca_params_fndecl_61567 mwl8k_cmd_set_edca_params fndecl 0 61567 NULL
++disable_so_broadsheet_spiflash_op_on_address_fndecl_61596 broadsheet_spiflash_op_on_address fndecl 0 61596 NULL nohasharray
++disable_so_mlx4_trans_to_dmfs_attach_fndecl_61596 mlx4_trans_to_dmfs_attach fndecl 0 61596 &disable_so_broadsheet_spiflash_op_on_address_fndecl_61596
++disable_so_ext4_max_size_fndecl_61600 ext4_max_size fndecl 0 61600 NULL
++disable_so_em28xx_i2c_eeprom_fndecl_61601 em28xx_i2c_eeprom fndecl 0 61601 NULL
++disable_so_mic_virtio_copy_to_user_fndecl_61611 mic_virtio_copy_to_user fndecl 0 61611 NULL
++disable_so_allocate_mid_fndecl_61612 allocate_mid fndecl 0 61612 NULL
++disable_so_t4vf_get_dev_params_fndecl_61613 t4vf_get_dev_params fndecl 0 61613 NULL
++disable_so_af9033_probe_fndecl_61614 af9033_probe fndecl 0 61614 NULL
++disable_so_iwl_dbgfs_bf_params_write_fndecl_61617 iwl_dbgfs_bf_params_write fndecl 0 61617 NULL
++disable_so_af_alg_make_sg_fndecl_61624 af_alg_make_sg fndecl 0 61624 NULL
++disable_so_iwl_dbgfs_sram_read_fndecl_61642 iwl_dbgfs_sram_read fndecl 0 61642 NULL
++disable_so_iwl_send_bt_env_fndecl_61650 iwl_send_bt_env fndecl 0 61650 NULL
++disable_so_anode_lookup_fndecl_61656 anode_lookup fndecl 0 61656 NULL
++disable_so_cond_read_node_fndecl_61659 cond_read_node fndecl 0 61659 NULL
++disable_so_virtcons_probe_fndecl_61663 virtcons_probe fndecl 0 61663 NULL
++disable_so_oxygen_pcm_init_fndecl_61668 oxygen_pcm_init fndecl 0 61668 NULL
++disable_so_uwb_rc_ie_setup_fndecl_61678 uwb_rc_ie_setup fndecl 0 61678 NULL
++disable_so_iommu_attach_device_fndecl_61689 iommu_attach_device fndecl 0 61689 NULL
++disable_so_snd_fw_transaction_fndecl_61697 snd_fw_transaction fndecl 0 61697 NULL
++disable_so_efx_wait_for_link_fndecl_61699 efx_wait_for_link fndecl 0 61699 NULL
++disable_so_hub_hub_status_fndecl_61700 hub_hub_status fndecl 0 61700 NULL
++disable_so_brcmf_ops_sdio_probe_fndecl_61707 brcmf_ops_sdio_probe fndecl 0 61707 NULL
++disable_so_sel_netport_sid_slow_fndecl_61709 sel_netport_sid_slow fndecl 0 61709 NULL
++disable_so_btrfs_account_dev_extents_size_fndecl_61726 btrfs_account_dev_extents_size fndecl 0 61726 NULL
++disable_so_btrfs_prev_leaf_fndecl_61728 btrfs_prev_leaf fndecl 0 61728 NULL
++disable_so_wmi_call_fndecl_61745 wmi_call fndecl 0 61745 NULL
++disable_so_ni_calculate_sclk_params_fndecl_61747 ni_calculate_sclk_params fndecl 0 61747 NULL
++disable_so_tree_insert_offset_fndecl_61750 tree_insert_offset fndecl 0 61750 NULL
++disable_so_check_idq_fndecl_61766 check_idq fndecl 0 61766 NULL
++disable_so_do_readpage_fndecl_61771 do_readpage fndecl 0 61771 NULL
++disable_so_ipath_assign_port_fndecl_61787 ipath_assign_port fndecl 0 61787 NULL
++disable_so_get_v4l2_ext_controls32_fndecl_61797 get_v4l2_ext_controls32 fndecl 0 61797 NULL
++disable_so_em28xx_read_reg_req_fndecl_61809 em28xx_read_reg_req fndecl 0 61809 NULL
++disable_so_fat_alloc_clusters_fndecl_61813 fat_alloc_clusters fndecl 0 61813 NULL
++disable_so_dev_uc_del_fndecl_61818 dev_uc_del fndecl 0 61818 NULL
++disable_so_lookup_extent_data_ref_fndecl_61819 lookup_extent_data_ref fndecl 0 61819 NULL
++disable_so_xfs_bulkstat_one_fndecl_61834 xfs_bulkstat_one fndecl 0 61834 NULL
++disable_so_smi_dvbsky_sit2_fe_attach_fndecl_61852 smi_dvbsky_sit2_fe_attach fndecl 0 61852 NULL
++disable_so_ocfs2_xattr_bucket_find_fndecl_61853 ocfs2_xattr_bucket_find fndecl 0 61853 NULL
++disable_so_wl1271_acx_mem_map_fndecl_61859 wl1271_acx_mem_map fndecl 0 61859 NULL
++disable_so_i915_gem_phys_pwrite_fndecl_61861 i915_gem_phys_pwrite fndecl 0 61861 NULL
++disable_so_qib_assign_ctxt_fndecl_61866 qib_assign_ctxt fndecl 0 61866 NULL
++disable_so__eip_x86_emulate_ctxt_61869 _eip x86_emulate_ctxt 0 61869 NULL
++disable_so_ethtool_get_perm_addr_fndecl_61870 ethtool_get_perm_addr fndecl 0 61870 NULL
++disable_so_handle_eviocgbit_fndecl_61874 handle_eviocgbit fndecl 0 61874 NULL
++disable_so_sm501fb_probe_one_fndecl_61876 sm501fb_probe_one fndecl 0 61876 NULL nohasharray
++disable_so_ubifs_jnl_change_xattr_fndecl_61876 ubifs_jnl_change_xattr fndecl 0 61876 &disable_so_sm501fb_probe_one_fndecl_61876 nohasharray
++disable_so_port_snd_riptide_61876 port snd_riptide 0 61876 &disable_so_ubifs_jnl_change_xattr_fndecl_61876
++disable_so_vr_nor_init_maps_fndecl_61888 vr_nor_init_maps fndecl 0 61888 NULL
++disable_so_find_group_orlov_fndecl_61896 find_group_orlov fndecl 0 61896 NULL
++disable_so_b43_plcp_get_bitrate_idx_ofdm_fndecl_61900 b43_plcp_get_bitrate_idx_ofdm fndecl 0 61900 NULL
++disable_so_freq_tm6000_core_61902 freq tm6000_core 0 61902 NULL
++disable_so_apei_resources_sub_fndecl_61903 apei_resources_sub fndecl 0 61903 NULL
++disable_so_vmbus_negotiate_version_fndecl_61904 vmbus_negotiate_version fndecl 0 61904 NULL
++disable_so_device_user_unlock_fndecl_61907 device_user_unlock fndecl 0 61907 NULL
++disable_so_maxframe_size_fc_rport_61909 maxframe_size fc_rport 0 61909 NULL
++disable_so_kobject_rename_fndecl_61916 kobject_rename fndecl 0 61916 NULL
++disable_so_iwl_send_bt_prio_tbl_fndecl_61919 iwl_send_bt_prio_tbl fndecl 0 61919 NULL
++disable_so_btc_set_mc_special_registers_fndecl_61925 btc_set_mc_special_registers fndecl 0 61925 NULL
++disable_so_gpiod_direction_output_raw_fndecl_61927 gpiod_direction_output_raw fndecl 0 61927 NULL
++disable_so_si_copy_bytes_to_smc_fndecl_61939 si_copy_bytes_to_smc fndecl 0 61939 NULL
++disable_so_s_last_block_udf_sb_info_61948 s_last_block udf_sb_info 0 61948 NULL
++disable_so_vlan_vid_add_fndecl_61950 vlan_vid_add fndecl 0 61950 NULL
++disable_so_wa_urb_enqueue_b_fndecl_61957 wa_urb_enqueue_b fndecl 0 61957 NULL
++disable_so_s_maxbytes_super_block_61963 s_maxbytes super_block 0 61963 NULL
++disable_so_dbg_check_lprops_fndecl_61986 dbg_check_lprops fndecl 0 61986 NULL
++disable_so_cross_eof_fndecl_61987 cross_eof fndecl 0 61987 NULL
++disable_so_logi_dj_ll_parse_fndecl_61990 logi_dj_ll_parse fndecl 0 61990 NULL
++disable_so_iwl_send_wimax_coex_fndecl_61998 iwl_send_wimax_coex fndecl 0 61998 NULL
++disable_so_ccid_activate_fndecl_62005 ccid_activate fndecl 0 62005 NULL
++disable_so_ext4_ext_convert_to_initialized_fndecl_62009 ext4_ext_convert_to_initialized fndecl 0 62009 NULL
++disable_so_netlbl_cipsov4_add_pass_fndecl_62012 netlbl_cipsov4_add_pass fndecl 0 62012 NULL
++disable_so_vml_pci_probe_fndecl_62022 vml_pci_probe fndecl 0 62022 NULL
++disable_so_n_rx_channels_efx_nic_62034 n_rx_channels efx_nic 0 62034 NULL
++disable_so_dev_sectors_r10conf_62035 dev_sectors r10conf 0 62035 NULL
++disable_so_dma_set_fragment_fndecl_62042 dma_set_fragment fndecl 0 62042 NULL
++disable_so_load_firmware_fndecl_62044 load_firmware fndecl 0 62044 NULL
++disable_so_pci_create_attr_fndecl_62051 pci_create_attr fndecl 0 62051 NULL
++disable_so_scan_revoke_records_fndecl_62054 scan_revoke_records fndecl 0 62054 NULL
++disable_so_snd_intel8x0_chip_init_fndecl_62057 snd_intel8x0_chip_init fndecl 0 62057 NULL
++disable_so_ip_vs_del_service_fndecl_62066 ip_vs_del_service fndecl 0 62066 NULL
++disable_so_iwl_mvm_drain_sta_fndecl_62078 iwl_mvm_drain_sta fndecl 0 62078 NULL
++disable_so__snd_pcm_hw_param_last_fndecl_62080 _snd_pcm_hw_param_last fndecl 0 62080 NULL
++disable_so_bl_parse_stripe_fndecl_62085 bl_parse_stripe fndecl 0 62085 NULL
++disable_so_rtsx_usb_seq_write_register_fndecl_62088 rtsx_usb_seq_write_register fndecl 0 62088 NULL
++disable_so_yoffset_fb_var_screeninfo_62110 yoffset fb_var_screeninfo 0 62110 NULL
++disable_so_scsi_cmd_ioctl_fndecl_62114 scsi_cmd_ioctl fndecl 0 62114 NULL
++disable_so_bo_offset_vmw_surface_offset_62116 bo_offset vmw_surface_offset 0 62116 NULL
++disable_so_aac_probe_one_fndecl_62120 aac_probe_one fndecl 0 62120 NULL
++disable_so_drbd_recv_all_warn_fndecl_62144 drbd_recv_all_warn fndecl 0 62144 NULL
++disable_so_sock_get_timestampns_fndecl_62145 sock_get_timestampns fndecl 0 62145 NULL
++disable_so_mwl8k_cmd_set_rate_fndecl_62155 mwl8k_cmd_set_rate fndecl 0 62155 NULL
++disable_so_rtc_irq_set_state_fndecl_62157 rtc_irq_set_state fndecl 0 62157 NULL
++disable_so_s2255_board_init_fndecl_62171 s2255_board_init fndecl 0 62171 NULL
++disable_so_xen_irq_from_gsi_fndecl_62186 xen_irq_from_gsi fndecl 0 62186 NULL
++disable_so_nand_scan_tail_fndecl_62187 nand_scan_tail fndecl 0 62187 NULL
++disable_so_packet_mc_add_fndecl_62200 packet_mc_add fndecl 0 62200 NULL
++disable_so_maxframe_caifsock_62201 maxframe caifsock 0 62201 NULL
++disable_so_snd_ymfpci_ac3_init_fndecl_62202 snd_ymfpci_ac3_init fndecl 0 62202 NULL
++disable_so_snd_seq_kernel_client_ctl_fndecl_62203 snd_seq_kernel_client_ctl fndecl 0 62203 NULL
++disable_so_sctp_gen_sack_fndecl_62214 sctp_gen_sack fndecl 0 62214 NULL
++disable_so_il_eeprom_init_fndecl_62221 il_eeprom_init fndecl 0 62221 NULL
++disable_so_ptr_to_user_fndecl_62226 ptr_to_user fndecl 0 62226 NULL
++disable_so_ocfs2_info_handle_freefrag_fndecl_62229 ocfs2_info_handle_freefrag fndecl 0 62229 NULL nohasharray
++disable_so_sense_len_request_62229 sense_len request 0 62229 &disable_so_ocfs2_info_handle_freefrag_fndecl_62229
++disable_so_snd_emu10k1_del_controls_fndecl_62233 snd_emu10k1_del_controls fndecl 0 62233 NULL
++disable_so_acpi_ut_execute_CID_fndecl_62256 acpi_ut_execute_CID fndecl 0 62256 NULL
++disable_so_btrfs_set_extent_delalloc_fndecl_62264 btrfs_set_extent_delalloc fndecl 0 62264 NULL
++disable_so_mxser_set_serial_info_fndecl_62284 mxser_set_serial_info fndecl 0 62284 NULL nohasharray
++disable_so_lpfc_wq_create_fndecl_62284 lpfc_wq_create fndecl 0 62284 &disable_so_mxser_set_serial_info_fndecl_62284
++disable_so_map_extent_mft_record_fndecl_62312 map_extent_mft_record fndecl 0 62312 NULL
++disable_so_rocker_dma_test_one_fndecl_62316 rocker_dma_test_one fndecl 0 62316 NULL
++disable_so_gart_bus_addr_agp_bridge_data_62321 gart_bus_addr agp_bridge_data 0 62321 NULL
++disable_so_qib_get_user_pages_fndecl_62338 qib_get_user_pages fndecl 0 62338 NULL
++disable_so_ep_insert_fndecl_62339 ep_insert fndecl 0 62339 NULL
++disable_so_seq_open_fndecl_62353 seq_open fndecl 0 62353 NULL nohasharray
++disable_so_mpi_resize_fndecl_62353 mpi_resize fndecl 0 62353 &disable_so_seq_open_fndecl_62353
++disable_so_check_overlay_scaling_fndecl_62359 check_overlay_scaling fndecl 0 62359 NULL
++disable_so_fm10k_iov_alloc_data_fndecl_62361 fm10k_iov_alloc_data fndecl 0 62361 NULL
++disable_so_rsi_read_pkt_fndecl_62362 rsi_read_pkt fndecl 0 62362 NULL
++disable_so_sysfs_create_link_fndecl_62366 sysfs_create_link fndecl 0 62366 NULL
++disable_so_mptctl_fw_download_fndecl_62368 mptctl_fw_download fndecl 0 62368 NULL
++disable_so__zd_iowrite32v_locked_fndecl_62374 _zd_iowrite32v_locked fndecl 0 62374 NULL nohasharray
++disable_so_create_device_fndecl_62374 create_device fndecl 0 62374 &disable_so__zd_iowrite32v_locked_fndecl_62374
++disable_so_ipxitf_ioctl_fndecl_62377 ipxitf_ioctl fndecl 0 62377 NULL
++disable_so_iwl_dbgfs_rx_phyinfo_write_fndecl_62383 iwl_dbgfs_rx_phyinfo_write fndecl 0 62383 NULL
++disable_so___change_page_attr_set_clr_fndecl_62388 __change_page_attr_set_clr fndecl 0 62388 NULL
++disable_so_bch_bio_max_sectors_fndecl_62400 bch_bio_max_sectors fndecl 0 62400 NULL
++disable_so_iwl_mvm_bt_coex_reduced_txp_fndecl_62402 iwl_mvm_bt_coex_reduced_txp fndecl 0 62402 NULL
++disable_so_phy_poll_reset_fndecl_62403 phy_poll_reset fndecl 0 62403 NULL
++disable_so_config_unknown_volume_fndecl_62407 config_unknown_volume fndecl 0 62407 NULL
++disable_so_rtsx_usb_get_rsp_fndecl_62408 rtsx_usb_get_rsp fndecl 0 62408 NULL
++disable_so_sas_ex_phy_discover_fndecl_62418 sas_ex_phy_discover fndecl 0 62418 NULL
++disable_so___videobuf_copy_stream_fndecl_62450 __videobuf_copy_stream fndecl 0 62450 NULL
++disable_so_copy_everything_to_user_fndecl_62451 copy_everything_to_user fndecl 0 62451 NULL
++disable_so_lpfc_sli4_diag_fcport_reg_setup_fndecl_62456 lpfc_sli4_diag_fcport_reg_setup fndecl 0 62456 NULL
++disable_so_efivar_entry_set_fndecl_62460 efivar_entry_set fndecl 0 62460 NULL
++disable_so_cciss_getdrivver_fndecl_62470 cciss_getdrivver fndecl 0 62470 NULL
++disable_so_nfs40_init_client_fndecl_62480 nfs40_init_client fndecl 0 62480 NULL
++disable_so_digital_tg_listen_nfcf_fndecl_62488 digital_tg_listen_nfcf fndecl 0 62488 NULL
++disable_so_filemap_write_and_wait_range_fndecl_62492 filemap_write_and_wait_range fndecl 0 62492 NULL
++disable_so_try_charge_fndecl_62496 try_charge fndecl 0 62496 NULL
++disable_so_em28xx_audio_analog_set_fndecl_62499 em28xx_audio_analog_set fndecl 0 62499 NULL
++disable_so_sctp_auth_ep_add_chunkid_fndecl_62502 sctp_auth_ep_add_chunkid fndecl 0 62502 NULL
++disable_so_rq_tailsz_smb_rqst_62506 rq_tailsz smb_rqst 0 62506 NULL
++disable_so_btrfs_alloc_dev_extent_fndecl_62518 btrfs_alloc_dev_extent fndecl 0 62518 NULL
++disable_so_ceph_pre_init_acls_fndecl_62519 ceph_pre_init_acls fndecl 0 62519 NULL
++disable_so_xfs_compat_ioc_fsgeometry_v1_fndecl_62523 xfs_compat_ioc_fsgeometry_v1 fndecl 0 62523 NULL
++disable_so_xfs_log_regrant_fndecl_62533 xfs_log_regrant fndecl 0 62533 NULL
++disable_so_drm_dp_mst_wait_tx_reply_fndecl_62534 drm_dp_mst_wait_tx_reply fndecl 0 62534 NULL
++disable_so_i40e_probe_fndecl_62545 i40e_probe fndecl 0 62545 NULL
++disable_so___ext4_get_inode_loc_fndecl_62551 __ext4_get_inode_loc fndecl 0 62551 NULL
++disable_so_be_cmd_wrbq_create_fndecl_62555 be_cmd_wrbq_create fndecl 0 62555 NULL
++disable_so_rsi_sdio_host_intf_read_pkt_fndecl_62557 rsi_sdio_host_intf_read_pkt fndecl 0 62557 NULL
++disable_so_b43_wireless_core_attach_fndecl_62561 b43_wireless_core_attach fndecl 0 62561 NULL
++disable_so_input_grab_device_fndecl_62567 input_grab_device fndecl 0 62567 NULL
++disable_so_svc_pool_map_get_fndecl_62569 svc_pool_map_get fndecl 0 62569 NULL
++disable_so_acpi_bus_register_driver_fndecl_62572 acpi_bus_register_driver fndecl 0 62572 NULL
++disable_so_usb_serial_register_fndecl_62579 usb_serial_register fndecl 0 62579 NULL
++disable_so_srcimp_rsc_init_fndecl_62580 srcimp_rsc_init fndecl 0 62580 NULL
++disable_so_gfs2_rgrp_bh_get_fndecl_62588 gfs2_rgrp_bh_get fndecl 0 62588 NULL
++disable_so_wl1271_acx_group_address_tbl_fndecl_62591 wl1271_acx_group_address_tbl fndecl 0 62591 NULL
++disable_so_msi_capability_init_fndecl_62604 msi_capability_init fndecl 0 62604 NULL
++disable_so_ext4_xattr_check_names_fndecl_62605 ext4_xattr_check_names fndecl 0 62605 NULL nohasharray
++disable_so_freq_cx23885_dev_62605 freq cx23885_dev 0 62605 &disable_so_ext4_xattr_check_names_fndecl_62605
++disable_so_xfs_btree_new_iroot_fndecl_62611 xfs_btree_new_iroot fndecl 0 62611 NULL
++disable_so_wl1251_acx_data_path_params_fndecl_62623 wl1251_acx_data_path_params fndecl 0 62623 NULL
++disable_so_decode_ntlmssp_challenge_fndecl_62633 decode_ntlmssp_challenge fndecl 0 62633 NULL
++disable_so_nilfs_palloc_get_bitmap_block_fndecl_62635 nilfs_palloc_get_bitmap_block fndecl 0 62635 NULL
++disable_so_fs_path_prepare_for_add_fndecl_62638 fs_path_prepare_for_add fndecl 0 62638 NULL
++disable_so_pt1_init_frontend_fndecl_62646 pt1_init_frontend fndecl 0 62646 NULL
++disable_so_sp2_init_fndecl_62649 sp2_init fndecl 0 62649 NULL nohasharray
++disable_so_usb_driver_set_configuration_fndecl_62649 usb_driver_set_configuration fndecl 0 62649 &disable_so_sp2_init_fndecl_62649
++disable_so_budget_patch_attach_fndecl_62657 budget_patch_attach fndecl 0 62657 NULL
++disable_so_count_pch_gbe_rx_ring_62662 count pch_gbe_rx_ring 0 62662 NULL
++disable_so_rpc_queue_upcall_fndecl_62666 rpc_queue_upcall fndecl 0 62666 NULL nohasharray
++disable_so_usif_object_new_fndecl_62666 usif_object_new fndecl 0 62666 &disable_so_rpc_queue_upcall_fndecl_62666
++disable_so_alloc_new_reservation_fndecl_62667 alloc_new_reservation fndecl 0 62667 NULL
++disable_so_tfrc_rx_packet_history_init_fndecl_62672 tfrc_rx_packet_history_init fndecl 0 62672 NULL
++disable_so_freq_saa7164_port_62674 freq saa7164_port 0 62674 NULL
++disable_so_usb6fire_comm_write16_fndecl_62679 usb6fire_comm_write16 fndecl 0 62679 NULL
++disable_so_f_tuner_rtl2832_sdr_dev_62680 f_tuner rtl2832_sdr_dev 0 62680 NULL
++disable_so_nvme_trans_device_id_page_fndecl_62681 nvme_trans_device_id_page fndecl 0 62681 NULL nohasharray
++disable_so_efifb_probe_fndecl_62681 efifb_probe fndecl 0 62681 &disable_so_nvme_trans_device_id_page_fndecl_62681
++disable_so_ib_get_cached_gid_fndecl_62698 ib_get_cached_gid fndecl 0 62698 NULL nohasharray
++disable_so___unmap_and_move_fndecl_62698 __unmap_and_move fndecl 0 62698 &disable_so_ib_get_cached_gid_fndecl_62698
++disable_so_rndis_check_bssid_list_fndecl_62699 rndis_check_bssid_list fndecl 0 62699 NULL
++disable_so_et131x_init_recv_fndecl_62701 et131x_init_recv fndecl 0 62701 NULL
++disable_so_early_erase_peb_fndecl_62704 early_erase_peb fndecl 0 62704 NULL
++disable_so_nvkm_parent_create__fndecl_62723 nvkm_parent_create_ fndecl 0 62723 NULL
++disable_so_init_phys_status_page_fndecl_62727 init_phys_status_page fndecl 0 62727 NULL
++disable_so_wl1271_acx_set_rx_filter_fndecl_62730 wl1271_acx_set_rx_filter fndecl 0 62730 NULL
++disable_so_check_subscription_permission_fndecl_62731 check_subscription_permission fndecl 0 62731 NULL
++disable_so_ipw_load_fndecl_62732 ipw_load fndecl 0 62732 NULL nohasharray
++disable_so_ethtool_get_regs_fndecl_62732 ethtool_get_regs fndecl 0 62732 &disable_so_ipw_load_fndecl_62732
++disable_so_xfs_da_read_buf_fndecl_62739 xfs_da_read_buf fndecl 0 62739 NULL
++disable_so_rxrpc_preparse_xdr_rxk5_fndecl_62744 rxrpc_preparse_xdr_rxk5 fndecl 0 62744 NULL
++disable_so_vb2_vmalloc_dmabuf_ops_attach_fndecl_62749 vb2_vmalloc_dmabuf_ops_attach fndecl 0 62749 NULL nohasharray
++disable_so_mi_first_entry_offset_nilfs_mdt_info_62749 mi_first_entry_offset nilfs_mdt_info 0 62749 &disable_so_vb2_vmalloc_dmabuf_ops_attach_fndecl_62749
++disable_so_fb_add_videomode_fndecl_62754 fb_add_videomode fndecl 0 62754 NULL
++disable_so_ssb_pcmcia_cfg_read_fndecl_62755 ssb_pcmcia_cfg_read fndecl 0 62755 NULL nohasharray
++disable_so_snd_soc_dapm_add_path_fndecl_62755 snd_soc_dapm_add_path fndecl 0 62755 &disable_so_ssb_pcmcia_cfg_read_fndecl_62755
++disable_so_do_timerfd_settime_fndecl_62764 do_timerfd_settime fndecl 0 62764 NULL
++disable_so_notask_error_wait_opts_62765 notask_error wait_opts 0 62765 NULL
++disable_so_wait_grab_pending_fndecl_62773 wait_grab_pending fndecl 0 62773 NULL
++disable_so_iwl_pcie_tx_alloc_fndecl_62776 iwl_pcie_tx_alloc fndecl 0 62776 NULL
++disable_so_isdn_ppp_open_fndecl_62782 isdn_ppp_open fndecl 0 62782 NULL
++disable_so_io_ctl_check_generation_fndecl_62784 io_ctl_check_generation fndecl 0 62784 NULL
++disable_so_kvm_pic_read_irq_fndecl_62795 kvm_pic_read_irq fndecl 0 62795 NULL nohasharray
++disable_so_dev_set_promiscuity_fndecl_62795 dev_set_promiscuity fndecl 0 62795 &disable_so_kvm_pic_read_irq_fndecl_62795
++disable_so_mmc_start_request_fndecl_62798 mmc_start_request fndecl 0 62798 NULL
++disable_so_set_lock_args_fndecl_62814 set_lock_args fndecl 0 62814 NULL
++disable_so_svc_change_qos_fndecl_62836 svc_change_qos fndecl 0 62836 NULL
++disable_so_mlx4_reset_fndecl_62846 mlx4_reset fndecl 0 62846 NULL
++disable_so_nkbd_connect_fndecl_62847 nkbd_connect fndecl 0 62847 NULL
++disable_so_ipath_get_slave_info_fndecl_62849 ipath_get_slave_info fndecl 0 62849 NULL
++disable_so_spi_xcomm_txrx_bufs_fndecl_62860 spi_xcomm_txrx_bufs fndecl 0 62860 NULL
++disable_so_c67x00_td_to_error_fndecl_62867 c67x00_td_to_error fndecl 0 62867 NULL
++disable_so_ext2_max_size_fndecl_62871 ext2_max_size fndecl 0 62871 NULL nohasharray
++disable_so_scsi_verify_blk_ioctl_fndecl_62871 scsi_verify_blk_ioctl fndecl 0 62871 &disable_so_ext2_max_size_fndecl_62871
++disable_so_gfs2_dir_write_stuffed_fndecl_62872 gfs2_dir_write_stuffed fndecl 0 62872 NULL
++disable_so_get_properties_fndecl_62878 get_properties fndecl 0 62878 NULL
++disable_so_ath6kl_set_assoc_req_ies_fndecl_62882 ath6kl_set_assoc_req_ies fndecl 0 62882 NULL
++disable_so_sco_sock_getsockopt_fndecl_62893 sco_sock_getsockopt fndecl 0 62893 NULL
++disable_so_send_cmd_fndecl_62899 send_cmd fndecl 0 62899 NULL nohasharray
++disable_so___nci_request_fndecl_62899 __nci_request fndecl 0 62899 &disable_so_send_cmd_fndecl_62899
++disable_so_cx82310_cmd_fndecl_62905 cx82310_cmd fndecl 0 62905 NULL
++disable_so_focaltech_read_size_fndecl_62910 focaltech_read_size fndecl 0 62910 NULL
++disable_so_create_cq_fndecl_62912 create_cq fndecl 0 62912 NULL
++disable_so_acpi_pci_link_get_possible_fndecl_62913 acpi_pci_link_get_possible fndecl 0 62913 NULL
++disable_so_buflen_xdr_buf_62914 buflen xdr_buf 0 62914 NULL
++disable_so_r100_cs_track_check_fndecl_62916 r100_cs_track_check fndecl 0 62916 NULL
++disable_so_inode_init_always_fndecl_62922 inode_init_always fndecl 0 62922 NULL
++disable_so_ocfs2_grab_eof_pages_fndecl_62928 ocfs2_grab_eof_pages fndecl 0 62928 NULL
++disable_so_magellan_connect_fndecl_62929 magellan_connect fndecl 0 62929 NULL
++disable_so_ext4_xattr_ibody_get_fndecl_62931 ext4_xattr_ibody_get fndecl 0 62931 NULL
++disable_so_ubi_scan_fastmap_fndecl_62933 ubi_scan_fastmap fndecl 0 62933 NULL
++disable_so_ext2_get_acl_fndecl_62936 ext2_get_acl fndecl 0 62936 NULL
++disable_so_iwl_mvm_mac_ctxt_changed_fndecl_62943 iwl_mvm_mac_ctxt_changed fndecl 0 62943 NULL
++disable_so_vbackporch_v4l2_bt_timings_62951 vbackporch v4l2_bt_timings 0 62951 NULL
++disable_so___logfs_write_buf_fndecl_62964 __logfs_write_buf fndecl 0 62964 NULL
++disable_so_io_tlb_nslabs_vardecl_swiotlb_c_62972 io_tlb_nslabs vardecl_swiotlb.c 0 62972 NULL
++disable_so_move_to_top_fndecl_62981 move_to_top fndecl 0 62981 NULL
++disable_so_xfs_trans_reserve_quota_bydquots_fndecl_62982 xfs_trans_reserve_quota_bydquots fndecl 0 62982 NULL
++disable_so_integrity_kernel_read_fndecl_62991 integrity_kernel_read fndecl 0 62991 NULL
++disable_so_layout_mddev_62992 layout mddev 0 62992 NULL
++disable_so_drbd_send_block_fndecl_62994 drbd_send_block fndecl 0 62994 NULL
++disable_so_bnx2x_setup_tx_only_fndecl_62998 bnx2x_setup_tx_only fndecl 0 62998 NULL
++disable_so_ocfs2_xattr_get_value_outside_fndecl_63000 ocfs2_xattr_get_value_outside fndecl 0 63000 NULL
++disable_so_ethtool_get_rxfh_indir_fndecl_63007 ethtool_get_rxfh_indir fndecl 0 63007 NULL
++disable_so_get_rsb_struct_fndecl_63014 get_rsb_struct fndecl 0 63014 NULL
++disable_so_mmio_size_controller_63024 mmio_size controller 0 63024 NULL
++disable_so_r6040_init_one_fndecl_63026 r6040_init_one fndecl 0 63026 NULL
++disable_so_ttm_bo_validate_fndecl_63027 ttm_bo_validate fndecl 0 63027 NULL
++disable_so_alloc_irq_from_domain_fndecl_63028 alloc_irq_from_domain fndecl 0 63028 NULL
++disable_so_kvm_vm_ioctl_assigned_device_fndecl_63032 kvm_vm_ioctl_assigned_device fndecl 0 63032 NULL
++disable_so_sock_getbindtodevice_fndecl_63036 sock_getbindtodevice fndecl 0 63036 NULL nohasharray
++disable_so_acpi_battery_update_retry_fndecl_63036 acpi_battery_update_retry fndecl 0 63036 &disable_so_sock_getbindtodevice_fndecl_63036
++disable_so_i915_gem_execbuffer_relocate_entry_fndecl_63037 i915_gem_execbuffer_relocate_entry fndecl 0 63037 NULL
++disable_so_add_early_maps_fndecl_63043 add_early_maps fndecl 0 63043 NULL
++disable_so_build_free_segmap_fndecl_63049 build_free_segmap fndecl 0 63049 NULL
++disable_so_lpfc_init_active_sgl_array_fndecl_63056 lpfc_init_active_sgl_array fndecl 0 63056 NULL
++disable_so_snd_seq_fifo_event_in_fndecl_63057 snd_seq_fifo_event_in fndecl 0 63057 NULL
++disable_so_nr_perf_branch_stack_63058 nr perf_branch_stack 0 63058 NULL
++disable_so_do_unlock_fndecl_63060 do_unlock fndecl 0 63060 NULL
++disable_so_prev_algo_r5conf_63075 prev_algo r5conf 0 63075 NULL
++disable_so_nfc_hci_execute_cmd_fndecl_63097 nfc_hci_execute_cmd fndecl 0 63097 NULL
++disable_so_vmbus_post_msg_fndecl_63100 vmbus_post_msg fndecl 0 63100 NULL
++disable_so_pt3_init_all_demods_fndecl_63102 pt3_init_all_demods fndecl 0 63102 NULL
++disable_so_ipmi_bmc_register_fndecl_63111 ipmi_bmc_register fndecl 0 63111 NULL
++disable_so_asus_platform_init_fndecl_63117 asus_platform_init fndecl 0 63117 NULL
++disable_so_max_recv_sge_ib_qp_cap_63118 max_recv_sge ib_qp_cap 0 63118 NULL
++disable_so_xillybus_myflush_fndecl_63126 xillybus_myflush fndecl 0 63126 NULL
++disable_so_in_width_sh_vou_geometry_63131 in_width sh_vou_geometry 0 63131 NULL
++disable_so_ixgbe_setup_tc_fndecl_63134 ixgbe_setup_tc fndecl 0 63134 NULL
++disable_so_prism2_sta_send_mgmt_fndecl_63135 prism2_sta_send_mgmt fndecl 0 63135 NULL nohasharray
++disable_so_wl1271_acx_conn_monit_params_fndecl_63135 wl1271_acx_conn_monit_params fndecl 0 63135 &disable_so_prism2_sta_send_mgmt_fndecl_63135
++disable_so_xfs_trans_dqresv_fndecl_63147 xfs_trans_dqresv fndecl 0 63147 NULL
++disable_so_xt_rateest_tg_checkentry_fndecl_63154 xt_rateest_tg_checkentry fndecl 0 63154 NULL
++disable_so_st_press_buffer_postenable_fndecl_63156 st_press_buffer_postenable fndecl 0 63156 NULL
++disable_so_inode_nilfs_dir_entry_63159 inode nilfs_dir_entry 0 63159 NULL
++disable_so_is_state_visited_fndecl_63162 is_state_visited fndecl 0 63162 NULL
++disable_so_decode_pool_fndecl_63174 decode_pool fndecl 0 63174 NULL
++disable_so_jffs2_fill_scan_buf_fndecl_63175 jffs2_fill_scan_buf fndecl 0 63175 NULL
++disable_so_ulist_add_fndecl_63177 ulist_add fndecl 0 63177 NULL
++disable_so_stk_register_video_device_fndecl_63181 stk_register_video_device fndecl 0 63181 NULL
++disable_so_cache_request_fndecl_63187 cache_request fndecl 0 63187 NULL
++disable_so_csums_alg_len_net_conf_63190 csums_alg_len net_conf 0 63190 NULL
++disable_so_at76_init_new_device_fndecl_63195 at76_init_new_device fndecl 0 63195 NULL
++disable_so_hash_netportnet4_add_fndecl_63205 hash_netportnet4_add fndecl 0 63205 NULL
++disable_so_mwl8k_cmd_rf_antenna_fndecl_63217 mwl8k_cmd_rf_antenna fndecl 0 63217 NULL
++disable_so_cx88_alsa_dma_map_fndecl_63222 cx88_alsa_dma_map fndecl 0 63222 NULL
++disable_so_sizeimage_emmaprp_q_data_63224 sizeimage emmaprp_q_data 0 63224 NULL
++disable_so_ca91cx42_probe_fndecl_63225 ca91cx42_probe fndecl 0 63225 NULL
++disable_so_xfs_qm_vop_chown_reserve_fndecl_63235 xfs_qm_vop_chown_reserve fndecl 0 63235 NULL
++disable_so_wacom_allocate_inputs_fndecl_63237 wacom_allocate_inputs fndecl 0 63237 NULL
++disable_so_ufs_alloccg_block_fndecl_63239 ufs_alloccg_block fndecl 0 63239 NULL
++disable_so_broadsheet_spiflash_read_byte_fndecl_63240 broadsheet_spiflash_read_byte fndecl 0 63240 NULL nohasharray
++disable_so_qt2_setup_urbs_fndecl_63240 qt2_setup_urbs fndecl 0 63240 &disable_so_broadsheet_spiflash_read_byte_fndecl_63240
++disable_so___memblock_find_range_bottom_up_fndecl_63241 __memblock_find_range_bottom_up fndecl 0 63241 NULL
++disable_so_request_resource_fndecl_63247 request_resource fndecl 0 63247 NULL
++disable_so_dvb_ca_en50221_io_write_fndecl_63262 dvb_ca_en50221_io_write fndecl 0 63262 NULL
++disable_so_xilly_map_single_pci_fndecl_63299 xilly_map_single_pci fndecl 0 63299 NULL
++disable_so_snd_intel8x0_ich_chip_cold_reset_fndecl_63300 snd_intel8x0_ich_chip_cold_reset fndecl 0 63300 NULL
++disable_so_cx25821_risc_databuffer_audio_fndecl_63304 cx25821_risc_databuffer_audio fndecl 0 63304 NULL
++disable_so_nx_p3_nic_add_mac_fndecl_63307 nx_p3_nic_add_mac fndecl 0 63307 NULL
++disable_so_uwb_rc_get_ie_fndecl_63319 uwb_rc_get_ie fndecl 0 63319 NULL
++disable_so_ia_cbr_setup_fndecl_63339 ia_cbr_setup fndecl 0 63339 NULL
++disable_so_snd_opl3_set_voice_fndecl_63350 snd_opl3_set_voice fndecl 0 63350 NULL
++disable_so_alloc_thread_groups_fndecl_63354 alloc_thread_groups fndecl 0 63354 NULL
++disable_so_x_zoran_overlay_settings_63359 x zoran_overlay_settings 0 63359 NULL
++disable_so_sys_capset_fndecl_63368 sys_capset fndecl 0 63368 NULL
++disable_so_snd_seq_pool_init_fndecl_63370 snd_seq_pool_init fndecl 0 63370 NULL
++disable_so_start_ms350_cam_fndecl_63372 start_ms350_cam fndecl 0 63372 NULL
++disable_so_iwl_mvm_send_proto_offload_fndecl_63376 iwl_mvm_send_proto_offload fndecl 0 63376 NULL
++disable_so_mwifiex_cmd_cfg_data_fndecl_63397 mwifiex_cmd_cfg_data fndecl 0 63397 NULL
++disable_so_drm_ht_just_insert_please_fndecl_63400 drm_ht_just_insert_please fndecl 0 63400 NULL
++disable_so_e820_end_pfn_fndecl_63402 e820_end_pfn fndecl 0 63402 NULL
++disable_so__drbd_no_send_page_fndecl_63409 _drbd_no_send_page fndecl 0 63409 NULL
++disable_so_acpi_bus_get_status_fndecl_63418 acpi_bus_get_status fndecl 0 63418 NULL
++disable_so_rbd_header_from_disk_fndecl_63419 rbd_header_from_disk fndecl 0 63419 NULL
++disable_so_i2c_hid_hwreset_fndecl_63421 i2c_hid_hwreset fndecl 0 63421 NULL
++disable_so_setup_conf_fndecl_63426 setup_conf fndecl 0 63426 NULL
++disable_so_pm8001_chip_set_nvmd_req_fndecl_63427 pm8001_chip_set_nvmd_req fndecl 0 63427 NULL
++disable_so_fuse_notify_delete_fndecl_63431 fuse_notify_delete fndecl 0 63431 NULL
++disable_so_max_send_wr_ib_qp_cap_63450 max_send_wr ib_qp_cap 0 63450 NULL
++disable_so_xfs_bmap_del_extent_fndecl_63451 xfs_bmap_del_extent fndecl 0 63451 NULL
++disable_so_eeepc_acpi_add_fndecl_63456 eeepc_acpi_add fndecl 0 63456 NULL
++disable_so_c_width_g2d_frame_63459 c_width g2d_frame 0 63459 NULL
++disable_so_kxtj9_verify_fndecl_63462 kxtj9_verify fndecl 0 63462 NULL nohasharray
++disable_so_b43legacy_pio_init_fndecl_63462 b43legacy_pio_init fndecl 0 63462 &disable_so_kxtj9_verify_fndecl_63462
++disable_so___ieee80211_start_scan_fndecl_63465 __ieee80211_start_scan fndecl 0 63465 NULL
++disable_so_msb_read_bad_block_table_fndecl_63470 msb_read_bad_block_table fndecl 0 63470 NULL
++disable_so_alloc_4k_fndecl_63471 alloc_4k fndecl 0 63471 NULL
++disable_so___bm_find_next_fndecl_63479 __bm_find_next fndecl 0 63479 NULL nohasharray
++disable_so_amradio_set_freq_fndecl_63479 amradio_set_freq fndecl 0 63479 &disable_so___bm_find_next_fndecl_63479
++disable_so_sctp_setsockopt_active_key_fndecl_63480 sctp_setsockopt_active_key fndecl 0 63480 NULL
++disable_so_width_v4l2_pix_format_63491 width v4l2_pix_format 0 63491 NULL
++disable_so_usb_keene_probe_fndecl_63493 usb_keene_probe fndecl 0 63493 NULL
++disable_so_init_pmc551_fndecl_63495 init_pmc551 fndecl 0 63495 NULL
++disable_so_if_ioctl_fndecl_63505 if_ioctl fndecl 0 63505 NULL
++disable_so_i915_l3_write_fndecl_63507 i915_l3_write fndecl 0 63507 NULL
++disable_so_pch_gbe_up_fndecl_63510 pch_gbe_up fndecl 0 63510 NULL
++disable_so_xfs_rtfree_range_fndecl_63511 xfs_rtfree_range fndecl 0 63511 NULL
++disable_so_dev_mc_add_global_fndecl_63537 dev_mc_add_global fndecl 0 63537 NULL
++disable_so___tty_buffer_request_room_fndecl_63543 __tty_buffer_request_room fndecl 0 63543 NULL
++disable_so_tcp_sync_mss_fndecl_63561 tcp_sync_mss fndecl 0 63561 NULL
++disable_so_acpi_register_lapic_fndecl_63568 acpi_register_lapic fndecl 0 63568 NULL nohasharray
++disable_so_key_payload_reserve_fndecl_63568 key_payload_reserve fndecl 0 63568 &disable_so_acpi_register_lapic_fndecl_63568
++disable_so_sctp_setsockopt_del_key_fndecl_63571 sctp_setsockopt_del_key fndecl 0 63571 NULL
++disable_so_ide_raw_taskfile_fndecl_63584 ide_raw_taskfile fndecl 0 63584 NULL
++disable_so_picolcd_fb_reset_fndecl_63585 picolcd_fb_reset fndecl 0 63585 NULL nohasharray
++disable_so_cit_get_packet_size_fndecl_63585 cit_get_packet_size fndecl 0 63585 &disable_so_picolcd_fb_reset_fndecl_63585
++disable_so_snd_pcm_plug_alloc_fndecl_63600 snd_pcm_plug_alloc fndecl 0 63600 NULL
++disable_so_xhci_queue_bulk_tx_fndecl_63642 xhci_queue_bulk_tx fndecl 0 63642 NULL
++disable_so_ip_mc_msfilter_fndecl_63646 ip_mc_msfilter fndecl 0 63646 NULL
++disable_so_vlan_ioctl_handler_fndecl_63648 vlan_ioctl_handler fndecl 0 63648 NULL
++disable_so___cfg80211_set_encryption_fndecl_63649 __cfg80211_set_encryption fndecl 0 63649 NULL
++disable_so_spaceball_connect_fndecl_63650 spaceball_connect fndecl 0 63650 NULL
++disable_so_qlcnic_sriov_prepare_bc_hdr_fndecl_63651 qlcnic_sriov_prepare_bc_hdr fndecl 0 63651 NULL
++disable_so_iwl_mvm_read_d3_sram_fndecl_63653 iwl_mvm_read_d3_sram fndecl 0 63653 NULL
++disable_so_usbnet_generic_cdc_bind_fndecl_63655 usbnet_generic_cdc_bind fndecl 0 63655 NULL
++disable_so_dlm_match_regions_fndecl_63678 dlm_match_regions fndecl 0 63678 NULL
++disable_so___clk_enable_fndecl_63691 __clk_enable fndecl 0 63691 NULL
++disable_so___iio_add_chan_devattr_fndecl_63697 __iio_add_chan_devattr fndecl 0 63697 NULL
++disable_so_trinity_dpm_init_fndecl_63703 trinity_dpm_init fndecl 0 63703 NULL
++disable_so_do_qib_user_sdma_queue_create_fndecl_63705 do_qib_user_sdma_queue_create fndecl 0 63705 NULL
++disable_so_owner_snd_ctl_elem_info_63711 owner snd_ctl_elem_info 0 63711 NULL
++disable_so_wl1251_acx_sleep_auth_fndecl_63727 wl1251_acx_sleep_auth fndecl 0 63727 NULL
++disable_so_osd_vis_h_yuv_playback_info_63734 osd_vis_h yuv_playback_info 0 63734 NULL
++disable_so_get_mergeable_buf_len_fndecl_63736 get_mergeable_buf_len fndecl 0 63736 NULL
++disable_so_fb_copy_cmap_fndecl_63740 fb_copy_cmap fndecl 0 63740 NULL nohasharray
++disable_so_drm_get_pci_dev_fndecl_63740 drm_get_pci_dev fndecl 0 63740 &disable_so_fb_copy_cmap_fndecl_63740
++disable_so_wear_leveling_worker_fndecl_63749 wear_leveling_worker fndecl 0 63749 NULL nohasharray
++disable_so_wl12xx_acx_mem_cfg_fndecl_63749 wl12xx_acx_mem_cfg fndecl 0 63749 &disable_so_wear_leveling_worker_fndecl_63749
++disable_so_memstick_set_rw_addr_fndecl_63757 memstick_set_rw_addr fndecl 0 63757 NULL
++disable_so_xfs_qm_dqalloc_fndecl_63762 xfs_qm_dqalloc fndecl 0 63762 NULL
++disable_so_em28xx_write_regs_fndecl_63775 em28xx_write_regs fndecl 0 63775 NULL
++disable_so_nl80211_dump_wiphy_parse_fndecl_63776 nl80211_dump_wiphy_parse fndecl 0 63776 NULL
++disable_so_nilfs_sysfs_create_superblock_group_fndecl_63793 nilfs_sysfs_create_superblock_group fndecl 0 63793 NULL
++disable_so_wl_inform_ibss_fndecl_63802 wl_inform_ibss fndecl 0 63802 NULL
++disable_so_sys_recvmmsg_fndecl_63810 sys_recvmmsg fndecl 0 63810 NULL
++disable_so_i40e_vc_send_msg_to_vf_fndecl_63818 i40e_vc_send_msg_to_vf fndecl 0 63818 NULL
++disable_so_len_extent_map_63823 len extent_map 0 63823 NULL
++disable_so_rpipe_aim_fndecl_63832 rpipe_aim fndecl 0 63832 NULL
++disable_so_parse_subpart_fndecl_63835 parse_subpart fndecl 0 63835 NULL
++disable_so_nfs_compare_remount_data_fndecl_63841 nfs_compare_remount_data fndecl 0 63841 NULL nohasharray
++disable_so_dlm_release_lockspace_fndecl_63841 dlm_release_lockspace fndecl 0 63841 &disable_so_nfs_compare_remount_data_fndecl_63841
++disable_so_proc_dostring_fndecl_63843 proc_dostring fndecl 0 63843 NULL
++disable_so_bcmgenet_init_dma_fndecl_63850 bcmgenet_init_dma fndecl 0 63850 NULL
++disable_so_ufshcd_dev_cmd_completion_fndecl_63859 ufshcd_dev_cmd_completion fndecl 0 63859 NULL
++disable_so_smscore_gpio_get_level_fndecl_63872 smscore_gpio_get_level fndecl 0 63872 NULL
++disable_so_threads_start_fndecl_63880 threads_start fndecl 0 63880 NULL
++disable_so_kvm_vm_ioctl_set_msix_nr_fndecl_63891 kvm_vm_ioctl_set_msix_nr fndecl 0 63891 NULL
++disable_so_ubifs_tnc_read_node_fndecl_63892 ubifs_tnc_read_node fndecl 0 63892 NULL
++disable_so_dvb_usb_adapter_stream_init_fndecl_63898 dvb_usb_adapter_stream_init fndecl 0 63898 NULL
++disable_so_ext4_do_update_inode_fndecl_63900 ext4_do_update_inode fndecl 0 63900 NULL
++disable_so_ppp_register_compressor_fndecl_63907 ppp_register_compressor fndecl 0 63907 NULL
++disable_so_gfs2_statfs_slow_fndecl_63913 gfs2_statfs_slow fndecl 0 63913 NULL
++disable_so_iwl_mvm_send_cmd_fndecl_63918 iwl_mvm_send_cmd fndecl 0 63918 NULL nohasharray
++disable_so_snd_pcm_hw_constraint_integer_fndecl_63918 snd_pcm_hw_constraint_integer fndecl 0 63918 &disable_so_iwl_mvm_send_cmd_fndecl_63918
++disable_so_wl1251_acx_ac_cfg_fndecl_63926 wl1251_acx_ac_cfg fndecl 0 63926 NULL
++disable_so_send_vector_fndecl_63929 send_vector fndecl 0 63929 NULL
++disable_so_si_dpm_init_fndecl_63933 si_dpm_init fndecl 0 63933 NULL
++disable_so_falcon_mtd_probe_fndecl_63937 falcon_mtd_probe fndecl 0 63937 NULL
++disable_so_user_dlm_cluster_lock_fndecl_63948 user_dlm_cluster_lock fndecl 0 63948 NULL
++disable_so_pvr2_send_request_fndecl_63959 pvr2_send_request fndecl 0 63959 NULL
++disable_so_smsc95xx_suspend_fndecl_63965 smsc95xx_suspend fndecl 0 63965 NULL
++disable_so_init_x25_asy_fndecl_63967 init_x25_asy fndecl 0 63967 NULL
++disable_so_mxuport_set_termios_flow_fndecl_63980 mxuport_set_termios_flow fndecl 0 63980 NULL
++disable_so_fallible_matches_name_fndecl_63984 fallible_matches_name fndecl 0 63984 NULL
++disable_so_pvr2_send_request_ex_fndecl_64004 pvr2_send_request_ex fndecl 0 64004 NULL
++disable_so_pinctrl_register_map_fndecl_64010 pinctrl_register_map fndecl 0 64010 NULL
++disable_so_snd_midi_event_decode_fndecl_64015 snd_midi_event_decode fndecl 0 64015 NULL
++disable_so_gt683r_mode_set_fndecl_64018 gt683r_mode_set fndecl 0 64018 NULL
++disable_so_setup_w6692_fndecl_64022 setup_w6692 fndecl 0 64022 NULL
++disable_so_dpm_sysfs_add_fndecl_64023 dpm_sysfs_add fndecl 0 64023 NULL
++disable_so_usblp_rtest_fndecl_64026 usblp_rtest fndecl 0 64026 NULL
++disable_so___kvm_set_memory_region_fndecl_64033 __kvm_set_memory_region fndecl 0 64033 NULL
++disable_so_xdr_partial_copy_from_skb_fndecl_64046 xdr_partial_copy_from_skb fndecl 0 64046 NULL
++disable_so_rtc_set_time_fndecl_64057 rtc_set_time fndecl 0 64057 NULL
++disable_so_ext4_xattr_block_set_fndecl_64060 ext4_xattr_block_set fndecl 0 64060 NULL
++disable_so_add_port_fndecl_64075 add_port fndecl 0 64075 NULL nohasharray
++disable_so_parse_weakblocks_fndecl_64075 parse_weakblocks fndecl 0 64075 &disable_so_add_port_fndecl_64075
++disable_so_cea_mode_alternate_clock_fndecl_64078 cea_mode_alternate_clock fndecl 0 64078 NULL
++disable_so_usbtouch_probe_fndecl_64082 usbtouch_probe fndecl 0 64082 NULL
++disable_so_set_arg_fndecl_64091 set_arg fndecl 0 64091 NULL
++disable_so_snd_device_register_all_fndecl_64100 snd_device_register_all fndecl 0 64100 NULL
++disable_so_ubiblock_major_vardecl_block_c_64105 ubiblock_major vardecl_block.c 0 64105 NULL
++disable_so_nvme_trans_unit_serial_page_fndecl_64108 nvme_trans_unit_serial_page fndecl 0 64108 NULL
++disable_so_fc_copy_buffer_to_sglist_fndecl_64115 fc_copy_buffer_to_sglist fndecl 0 64115 NULL
++disable_so_alloc_enc_pages_fndecl_64122 alloc_enc_pages fndecl 0 64122 NULL
++disable_so_probe_docg4_fndecl_64123 probe_docg4 fndecl 0 64123 NULL
++disable_so_mwifiex_ret_tx_rate_cfg_fndecl_64132 mwifiex_ret_tx_rate_cfg fndecl 0 64132 NULL
++disable_so_gen_new_estimator_fndecl_64136 gen_new_estimator fndecl 0 64136 NULL
++disable_so_carl9170_led_init_fndecl_64146 carl9170_led_init fndecl 0 64146 NULL
++disable_so_do_rt_sigqueueinfo_fndecl_64147 do_rt_sigqueueinfo fndecl 0 64147 NULL
++disable_so_vt_compat_ioctl_fndecl_64148 vt_compat_ioctl fndecl 0 64148 NULL
++disable_so_evdev_open_fndecl_64154 evdev_open fndecl 0 64154 NULL
++disable_so_max_gs_mthca_wq_64165 max_gs mthca_wq 0 64165 NULL
++disable_so_xfs_bmapi_allocate_fndecl_64169 xfs_bmapi_allocate fndecl 0 64169 NULL
++disable_so_process_pool_aeb_fndecl_64175 process_pool_aeb fndecl 0 64175 NULL
++disable_so_snd_jack_new_fndecl_64177 snd_jack_new fndecl 0 64177 NULL
++disable_so_snd_compr_next_track_fndecl_64178 snd_compr_next_track fndecl 0 64178 NULL
++disable_so_nfcid1_len_nfc_target_64182 nfcid1_len nfc_target 0 64182 NULL
++disable_so_bnx2x_sp_post_fndecl_64191 bnx2x_sp_post fndecl 0 64191 NULL
++disable_so_bind_set_fndecl_64193 bind_set fndecl 0 64193 NULL
++disable_so_ntb_setup_snb_msix_fndecl_64200 ntb_setup_snb_msix fndecl 0 64200 NULL
++disable_so_ath6kl_wmi_pmparams_cmd_fndecl_64204 ath6kl_wmi_pmparams_cmd fndecl 0 64204 NULL
++disable_so_vx_reset_chk_fndecl_64209 vx_reset_chk fndecl 0 64209 NULL
++disable_so_st_set_options_fndecl_64214 st_set_options fndecl 0 64214 NULL
++disable_so_at76_get_hw_config_fndecl_64216 at76_get_hw_config fndecl 0 64216 NULL
++disable_so_acpi_parse_art_fndecl_64220 acpi_parse_art fndecl 0 64220 NULL
++disable_so_exofs_sync_fs_fndecl_64229 exofs_sync_fs fndecl 0 64229 NULL nohasharray
++disable_so_snd_ymfpci_playback_open_1_fndecl_64229 snd_ymfpci_playback_open_1 fndecl 0 64229 &disable_so_exofs_sync_fs_fndecl_64229
++disable_so_acpi_get_device_data_fndecl_64241 acpi_get_device_data fndecl 0 64241 NULL
++disable_so_gpio_tilt_polled_probe_fndecl_64251 gpio_tilt_polled_probe fndecl 0 64251 NULL
++disable_so_send_key_to_dongle_fndecl_64254 send_key_to_dongle fndecl 0 64254 NULL
++disable_so_inet6_addr_del_fndecl_64255 inet6_addr_del fndecl 0 64255 NULL
++disable_so_ethtool_set_tunable_fndecl_64267 ethtool_set_tunable fndecl 0 64267 NULL
++disable_so_smk_write_netlbladdr_fndecl_64270 smk_write_netlbladdr fndecl 0 64270 NULL
++disable_so_dio_bio_complete_fndecl_64271 dio_bio_complete fndecl 0 64271 NULL
++disable_so_denominator_v4l2_fract_64280 denominator v4l2_fract 0 64280 NULL
++disable_so_btrfs_drop_subtree_fndecl_64285 btrfs_drop_subtree fndecl 0 64285 NULL
++disable_so__dump_buf_data_order_vardecl_64288 _dump_buf_data_order vardecl 0 64288 NULL
++disable_so_dbAllocNear_fndecl_64289 dbAllocNear fndecl 0 64289 NULL
++disable_so_self_check_ec_hdr_fndecl_64307 self_check_ec_hdr fndecl 0 64307 NULL
++disable_so_edac_pci_main_kobj_setup_fndecl_64309 edac_pci_main_kobj_setup fndecl 0 64309 NULL
++disable_so___wa_xfer_setup_fndecl_64316 __wa_xfer_setup fndecl 0 64316 NULL
++disable_so_setup_card_fndecl_64318 setup_card fndecl 0 64318 NULL
++disable_so_amp_write_rem_assoc_frag_fndecl_64321 amp_write_rem_assoc_frag fndecl 0 64321 NULL
++disable_so_t4_fw_upgrade_fndecl_64329 t4_fw_upgrade fndecl 0 64329 NULL
++disable_so_ocfs2_reserve_suballoc_bits_fndecl_64346 ocfs2_reserve_suballoc_bits fndecl 0 64346 NULL
++disable_so_asus_acpi_add_fndecl_64349 asus_acpi_add fndecl 0 64349 NULL
++disable_so_bytesperline_au0828_dev_64350 bytesperline au0828_dev 0 64350 NULL
++disable_so_r592_test_fifo_empty_fndecl_64351 r592_test_fifo_empty fndecl 0 64351 NULL
++disable_so_release_lockspace_fndecl_64361 release_lockspace fndecl 0 64361 NULL
++disable_so_snd_korg1212_create_fndecl_64369 snd_korg1212_create fndecl 0 64369 NULL
++disable_so_self_check_ai_fndecl_64379 self_check_ai fndecl 0 64379 NULL
++disable_so_sctp_outq_flush_fndecl_64382 sctp_outq_flush fndecl 0 64382 NULL nohasharray
++disable_so_drm_modeset_lock_fndecl_64382 drm_modeset_lock fndecl 0 64382 &disable_so_sctp_outq_flush_fndecl_64382
++disable_so_br_mdb_rehash_fndecl_64384 br_mdb_rehash fndecl 0 64384 NULL
++disable_so_b43legacy_wireless_core_init_fndecl_64387 b43legacy_wireless_core_init fndecl 0 64387 NULL
++disable_so_ocfs2_search_chain_fndecl_64396 ocfs2_search_chain fndecl 0 64396 NULL nohasharray
++disable_so_i40e_setup_rx_descriptors_fndecl_64396 i40e_setup_rx_descriptors fndecl 0 64396 &disable_so_ocfs2_search_chain_fndecl_64396
++disable_so__regmap_raw_write_fndecl_64399 _regmap_raw_write fndecl 0 64399 NULL
++disable_so_oobretlen_mtd_oob_ops_64400 oobretlen mtd_oob_ops 0 64400 NULL
++disable_so_secinfo_parse_fndecl_64403 secinfo_parse fndecl 0 64403 NULL nohasharray
++disable_so_do_flash_read_fndecl_64403 do_flash_read fndecl 0 64403 &disable_so_secinfo_parse_fndecl_64403
++disable_so_kvm_update_cpuid_fndecl_64418 kvm_update_cpuid fndecl 0 64418 NULL
++disable_so_rocker_group_tbl_do_fndecl_64424 rocker_group_tbl_do fndecl 0 64424 NULL
++disable_so_pcxhr_create_fndecl_64441 pcxhr_create fndecl 0 64441 NULL nohasharray
++disable_so_rt2x00lib_probe_dev_fndecl_64441 rt2x00lib_probe_dev fndecl 0 64441 &disable_so_pcxhr_create_fndecl_64441
++disable_so_send_write_chunks_fndecl_64466 send_write_chunks fndecl 0 64466 NULL
++disable_so_mlx4_zone_add_one_fndecl_64469 mlx4_zone_add_one fndecl 0 64469 NULL
++disable_so_rsi_send_internal_mgmt_frame_fndecl_64470 rsi_send_internal_mgmt_frame fndecl 0 64470 NULL
++disable_so_stex_ss_handshake_fndecl_64476 stex_ss_handshake fndecl 0 64476 NULL
++disable_so_pcidev_init_fndecl_64478 pcidev_init fndecl 0 64478 NULL
++disable_so_snd_i2c_bus_create_fndecl_64481 snd_i2c_bus_create fndecl 0 64481 NULL
++disable_so_transport_header_sk_buff_64483 transport_header sk_buff 0 64483 NULL
++disable_so_xen_bind_pirq_gsi_to_irq_fndecl_64493 xen_bind_pirq_gsi_to_irq fndecl 0 64493 NULL
++disable_so_fill_board_specific_data_fndecl_64494 fill_board_specific_data fndecl 0 64494 NULL nohasharray
++disable_so_radeon_cp_dispatch_texture_fndecl_64494 radeon_cp_dispatch_texture fndecl 0 64494 &disable_so_fill_board_specific_data_fndecl_64494
++disable_so_setup_ntlmv2_rsp_fndecl_64501 setup_ntlmv2_rsp fndecl 0 64501 NULL
++disable_so_brcmf_msgbuf_flowring_create_fndecl_64503 brcmf_msgbuf_flowring_create fndecl 0 64503 NULL
++disable_so_nci_request_fndecl_64508 nci_request fndecl 0 64508 NULL
++disable_so_fw_get_filesystem_firmware_fndecl_64510 fw_get_filesystem_firmware fndecl 0 64510 NULL
++disable_so_insize_cros_ec_command_64521 insize cros_ec_command 0 64521 NULL
++disable_so_ath6kl_upload_otp_fndecl_64533 ath6kl_upload_otp fndecl 0 64533 NULL nohasharray
++disable_so_lpfc_sli_hbq_setup_fndecl_64533 lpfc_sli_hbq_setup fndecl 0 64533 &disable_so_ath6kl_upload_otp_fndecl_64533
++disable_so_gp2ap020a00f_alter_opmode_fndecl_64535 gp2ap020a00f_alter_opmode fndecl 0 64535 NULL
++disable_so_osd_probe_fndecl_64537 osd_probe fndecl 0 64537 NULL
++disable_so_create_loopback_mixing_ctl_fndecl_64542 create_loopback_mixing_ctl fndecl 0 64542 NULL
++disable_so_acpi_video_bus_check_fndecl_64548 acpi_video_bus_check fndecl 0 64548 NULL
++disable_so_xfs_zero_last_block_fndecl_64560 xfs_zero_last_block fndecl 0 64560 NULL
++disable_so_netlbl_cfg_unlbl_map_add_fndecl_64561 netlbl_cfg_unlbl_map_add fndecl 0 64561 NULL
++disable_so_snd_emu10k1x_playback_open_fndecl_64577 snd_emu10k1x_playback_open fndecl 0 64577 NULL
++disable_so_radeon_fence_wait_fndecl_64584 radeon_fence_wait fndecl 0 64584 NULL
++disable_so_smsdvb_hotplug_fndecl_64602 smsdvb_hotplug fndecl 0 64602 NULL
++disable_so_check_array_args_fndecl_64623 check_array_args fndecl 0 64623 NULL
++disable_so_objio_alloc_io_state_fndecl_64631 objio_alloc_io_state fndecl 0 64631 NULL
++disable_so_create_bbt_fndecl_64638 create_bbt fndecl 0 64638 NULL
++disable_so_idx_ieee80211_tx_rate_64646 idx ieee80211_tx_rate 0 64646 NULL
++disable_so_add_sw_ctl_fndecl_64655 add_sw_ctl fndecl 0 64655 NULL
++disable_so_radeon_cp_texture_fndecl_64659 radeon_cp_texture fndecl 0 64659 NULL
++disable_so_nr_del_node_fndecl_64666 nr_del_node fndecl 0 64666 NULL
++disable_so_snd_ice1712_value_init_fndecl_64667 snd_ice1712_value_init fndecl 0 64667 NULL
++disable_so_oiap_fndecl_64675 oiap fndecl 0 64675 NULL
++disable_so_vmw_present_ioctl_fndecl_64678 vmw_present_ioctl fndecl 0 64678 NULL
++disable_so_mapbase_uart_port_64681 mapbase uart_port 0 64681 NULL
++disable_so_hdcs_probe_1x00_fndecl_64683 hdcs_probe_1x00 fndecl 0 64683 NULL
++disable_so_atk_probe_if_fndecl_64724 atk_probe_if fndecl 0 64724 NULL
++disable_so_raid_disk_mdp_device_descriptor_s_64762 raid_disk mdp_device_descriptor_s 0 64762 NULL nohasharray
++disable_so_CalcNTLMv2_response_fndecl_64762 CalcNTLMv2_response fndecl 0 64762 &disable_so_raid_disk_mdp_device_descriptor_s_64762
++disable_so_CIFSTCon_fndecl_64764 CIFSTCon fndecl 0 64764 NULL
++disable_so_wl1271_cmd_test_fndecl_64770 wl1271_cmd_test fndecl 0 64770 NULL
++disable_so_intel_overlay_on_fndecl_64786 intel_overlay_on fndecl 0 64786 NULL
++disable_so_ssb_pcmcia_init_fndecl_64792 ssb_pcmcia_init fndecl 0 64792 NULL
++disable_so_reg_set_rd_user_fndecl_64803 reg_set_rd_user fndecl 0 64803 NULL
++disable_so_mtd_block_isbad_fndecl_64804 mtd_block_isbad fndecl 0 64804 NULL
++disable_so_hub_set_address_fndecl_64806 hub_set_address fndecl 0 64806 NULL
++disable_so_wl1251_acx_mem_cfg_fndecl_64809 wl1251_acx_mem_cfg fndecl 0 64809 NULL
++disable_so_ocfs2_xattr_index_block_find_fndecl_64835 ocfs2_xattr_index_block_find fndecl 0 64835 NULL
++disable_so_insertrule_fndecl_64838 insertrule fndecl 0 64838 NULL
++disable_so_left_margin_fb_videomode_64866 left_margin fb_videomode 0 64866 NULL
++disable_so_port100_tg_configure_hw_fndecl_64877 port100_tg_configure_hw fndecl 0 64877 NULL
++disable_so_tx_max_frame_ntb_transport_qp_64878 tx_max_frame ntb_transport_qp 0 64878 NULL
++disable_so_rpm_callback_fndecl_64879 rpm_callback fndecl 0 64879 NULL
++disable_so_snd_intel8x0_ali_chip_init_fndecl_64882 snd_intel8x0_ali_chip_init fndecl 0 64882 NULL
++disable_so_loop_info64_to_old_fndecl_64884 loop_info64_to_old fndecl 0 64884 NULL
++disable_so_vfs_listxattr_fndecl_64885 vfs_listxattr fndecl 0 64885 NULL
++disable_so_uwb_rc_vcmd_fndecl_64886 uwb_rc_vcmd fndecl 0 64886 NULL
++disable_so_snd_pcm_hw_param_max_fndecl_64887 snd_pcm_hw_param_max fndecl 0 64887 NULL
++disable_so_snd_cs8427_reg_write_fndecl_64907 snd_cs8427_reg_write fndecl 0 64907 NULL
++disable_so_ocfs2_extend_trans_fndecl_64911 ocfs2_extend_trans fndecl 0 64911 NULL
++disable_so_samsung_leds_init_fndecl_64916 samsung_leds_init fndecl 0 64916 NULL
++disable_so_nvkm_subdev_create__fndecl_64924 nvkm_subdev_create_ fndecl 0 64924 NULL
++disable_so_set_monitor_gain_fndecl_64927 set_monitor_gain fndecl 0 64927 NULL
++disable_so_sq_max_wqes_per_wr_mlx4_ib_qp_64938 sq_max_wqes_per_wr mlx4_ib_qp 0 64938 NULL
++disable_so_asus_wmi_debugfs_init_fndecl_64941 asus_wmi_debugfs_init fndecl 0 64941 NULL
++disable_so_if_spi_init_card_fndecl_64943 if_spi_init_card fndecl 0 64943 NULL
++disable_so_pci_iov_virtfn_bus_fndecl_64949 pci_iov_virtfn_bus fndecl 0 64949 NULL
++disable_so_status_spi_message_64956 status spi_message 0 64956 NULL
++disable_so_uart_register_driver_fndecl_64969 uart_register_driver fndecl 0 64969 NULL
++disable_so_get_protocol_version_fndecl_64972 get_protocol_version fndecl 0 64972 NULL
++disable_so_mwifiex_cfg80211_set_wiphy_params_fndecl_64974 mwifiex_cfg80211_set_wiphy_params fndecl 0 64974 NULL
++disable_so_drm_global_item_ref_fndecl_64982 drm_global_item_ref fndecl 0 64982 NULL
++disable_so_rp2_alloc_ports_fndecl_64987 rp2_alloc_ports fndecl 0 64987 NULL
++disable_so_ch_gstatus_fndecl_64989 ch_gstatus fndecl 0 64989 NULL
++disable_so_drbd_nla_parse_nested_fndecl_65001 drbd_nla_parse_nested fndecl 0 65001 NULL
++disable_so_wait_task_continued_fndecl_65017 wait_task_continued fndecl 0 65017 NULL
++disable_so_tce_table_setparms_fndecl_65020 tce_table_setparms fndecl 0 65020 NULL
++disable_so_wa_rpipes_create_fndecl_65021 wa_rpipes_create fndecl 0 65021 NULL
++disable_so_dfs_file_write_fndecl_65023 dfs_file_write fndecl 0 65023 NULL
++disable_so_lpfc_create_bootstrap_mbox_fndecl_65030 lpfc_create_bootstrap_mbox fndecl 0 65030 NULL nohasharray
++disable_so_drm_dp_payload_send_msg_fndecl_65030 drm_dp_payload_send_msg fndecl 0 65030 &disable_so_lpfc_create_bootstrap_mbox_fndecl_65030
++disable_so_bitmap_load_fndecl_65032 bitmap_load fndecl 0 65032 NULL
++disable_so_create_kernel_qp_fndecl_65035 create_kernel_qp fndecl 0 65035 NULL
++disable_so_wcn36xx_dxe_alloc_ctl_blks_fndecl_65039 wcn36xx_dxe_alloc_ctl_blks fndecl 0 65039 NULL
++disable_so_rtsx_pci_ms_issue_cmd_fndecl_65049 rtsx_pci_ms_issue_cmd fndecl 0 65049 NULL
++disable_so_iommu_domain_set_attr_fndecl_65053 iommu_domain_set_attr fndecl 0 65053 NULL
++disable_so_bus_add_driver_fndecl_65060 bus_add_driver fndecl 0 65060 NULL nohasharray
++disable_so_snd_emu10k1_gpr_poke_fndecl_65060 snd_emu10k1_gpr_poke fndecl 0 65060 &disable_so_bus_add_driver_fndecl_65060
++disable_so_smi_dvbsky_m88ds3103_fe_attach_fndecl_65075 smi_dvbsky_m88ds3103_fe_attach fndecl 0 65075 NULL
++disable_so_xfs_growfs_rt_alloc_fndecl_65079 xfs_growfs_rt_alloc fndecl 0 65079 NULL nohasharray
++disable_so_azx_create_fndecl_65079 azx_create fndecl 0 65079 &disable_so_xfs_growfs_rt_alloc_fndecl_65079
++disable_so_xfs_getbmap_fndecl_65081 xfs_getbmap fndecl 0 65081 NULL
++disable_so_ieee802154_hdr_push_fndecl_65100 ieee802154_hdr_push fndecl 0 65100 NULL
++disable_so_tg3_nvram_read_using_eeprom_fndecl_65103 tg3_nvram_read_using_eeprom fndecl 0 65103 NULL
++disable_so_nilfs_sufile_alloc_fndecl_65109 nilfs_sufile_alloc fndecl 0 65109 NULL nohasharray
++disable_so_mlx4_mtt_init_fndecl_65109 mlx4_mtt_init fndecl 0 65109 &disable_so_nilfs_sufile_alloc_fndecl_65109
++disable_so_mega_n_to_m_fndecl_65113 mega_n_to_m fndecl 0 65113 NULL
++disable_so_fat_alloc_new_dir_fndecl_65115 fat_alloc_new_dir fndecl 0 65115 NULL
++disable_so_scrub_extent_for_parity_fndecl_65123 scrub_extent_for_parity fndecl 0 65123 NULL
++disable_so_do_ip_setsockopt_fndecl_65135 do_ip_setsockopt fndecl 0 65135 NULL
++disable_so_pm_connect_fndecl_65147 pm_connect fndecl 0 65147 NULL
++disable_so_write_inode_fndecl_65151 write_inode fndecl 0 65151 NULL
++disable_so_relocate_file_extent_cluster_fndecl_65163 relocate_file_extent_cluster fndecl 0 65163 NULL
++disable_so_prism54_process_trap_helper_fndecl_65168 prism54_process_trap_helper fndecl 0 65168 NULL
++disable_so_xfs_rtget_summary_fndecl_65179 xfs_rtget_summary fndecl 0 65179 NULL
++disable_so_usb_gadget_get_string_fndecl_65180 usb_gadget_get_string fndecl 0 65180 NULL
++disable_so_security_port_sid_fndecl_65190 security_port_sid fndecl 0 65190 NULL
++disable_so_get_fdb_entries_fndecl_65199 get_fdb_entries fndecl 0 65199 NULL
++disable_so_mpt_do_ioc_recovery_fndecl_65205 mpt_do_ioc_recovery fndecl 0 65205 NULL
++disable_so_hpet_ioctl_common_fndecl_65206 hpet_ioctl_common fndecl 0 65206 NULL
++disable_so_aper_size_radeon_mc_65212 aper_size radeon_mc 0 65212 NULL
++disable_so_snd_ctl_elem_read_user_compat_fndecl_65218 snd_ctl_elem_read_user_compat fndecl 0 65218 NULL
++disable_so_domain_context_mapping_fndecl_65225 domain_context_mapping fndecl 0 65225 NULL
++disable_so_sci_rxfill_fndecl_65226 sci_rxfill fndecl 0 65226 NULL
++disable_so_ocfs2_xattr_bucket_get_name_value_fndecl_65230 ocfs2_xattr_bucket_get_name_value fndecl 0 65230 NULL
++disable_so_hidp_setup_input_fndecl_65233 hidp_setup_input fndecl 0 65233 NULL
++disable_so_dbg_old_index_check_init_fndecl_65242 dbg_old_index_check_init fndecl 0 65242 NULL
++disable_so_range_end_writeback_control_65245 range_end writeback_control 0 65245 NULL
++disable_so_ubi_io_is_bad_fndecl_65260 ubi_io_is_bad fndecl 0 65260 NULL
++disable_so_asus_acpi_init_fndecl_65265 asus_acpi_init fndecl 0 65265 NULL
++disable_so_ubi_self_check_all_ff_fndecl_65268 ubi_self_check_all_ff fndecl 0 65268 NULL
++disable_so_drm_debugfs_create_files_fndecl_65269 drm_debugfs_create_files fndecl 0 65269 NULL
++disable_so_try_set_ext_ctrls_fndecl_65275 try_set_ext_ctrls fndecl 0 65275 NULL
++disable_so_port_rme32_65291 port rme32 0 65291 NULL
++disable_so_mwifiex_set_keyparamset_wep_fndecl_65293 mwifiex_set_keyparamset_wep fndecl 0 65293 NULL
++disable_so_usb_stor_probe2_fndecl_65298 usb_stor_probe2 fndecl 0 65298 NULL
++disable_so_txfifo_size_lpuart_port_65300 txfifo_size lpuart_port 0 65300 NULL
++disable_so_split_item_fndecl_65304 split_item fndecl 0 65304 NULL
++disable_so_radeon_fence_wait_seq_timeout_fndecl_65307 radeon_fence_wait_seq_timeout fndecl 0 65307 NULL
++disable_so_nouveau_fbcon_init_fndecl_65311 nouveau_fbcon_init fndecl 0 65311 NULL
++disable_so_sas_get_phy_attached_dev_fndecl_65316 sas_get_phy_attached_dev fndecl 0 65316 NULL
++disable_so_max_pfn_vardecl_65317 max_pfn vardecl 0 65317 NULL
++disable_so_em28xx_is_ac97_ready_fndecl_65319 em28xx_is_ac97_ready fndecl 0 65319 NULL
++disable_so_do_commit_fndecl_65326 do_commit fndecl 0 65326 NULL
++disable_so_iscsit_add_reject_cmd_fndecl_65339 iscsit_add_reject_cmd fndecl 0 65339 NULL
++disable_so_pm2fb_probe_fndecl_65342 pm2fb_probe fndecl 0 65342 NULL
++disable_so_ni_populate_voltage_value_fndecl_65346 ni_populate_voltage_value fndecl 0 65346 NULL
++disable_so_wm_coeff_read_control_fndecl_65358 wm_coeff_read_control fndecl 0 65358 NULL
++disable_so_wl1251_acx_tx_power_fndecl_65363 wl1251_acx_tx_power fndecl 0 65363 NULL
++disable_so_drbd_send_command_fndecl_65377 drbd_send_command fndecl 0 65377 NULL
++disable_so_ttusb_dec_start_iso_xfer_fndecl_65380 ttusb_dec_start_iso_xfer fndecl 0 65380 NULL
++disable_so_cy_ioctl_fndecl_65384 cy_ioctl fndecl 0 65384 NULL
++disable_so_bnx2_nvram_read_fndecl_65395 bnx2_nvram_read fndecl 0 65395 NULL
++disable_so_wl1271_acx_rx_msdu_life_time_fndecl_65398 wl1271_acx_rx_msdu_life_time fndecl 0 65398 NULL
++disable_so_brcmf_enable_bw40_2g_fndecl_65406 brcmf_enable_bw40_2g fndecl 0 65406 NULL
++disable_so_bnx2x_read_fwinfo_fndecl_65420 bnx2x_read_fwinfo fndecl 0 65420 NULL
++disable_so_fat_zeroed_cluster_fndecl_65422 fat_zeroed_cluster fndecl 0 65422 NULL
++disable_so_free_bud_entry_65425 free bud_entry 0 65425 NULL
++disable_so_lpfc_sli_hba_setup_fndecl_65429 lpfc_sli_hba_setup fndecl 0 65429 NULL
++disable_so_gt683r_led_snd_msg_fndecl_65439 gt683r_led_snd_msg fndecl 0 65439 NULL
++disable_so_hsc_ioctl_fndecl_65451 hsc_ioctl fndecl 0 65451 NULL
++disable_so_snd_mixart_send_msg_fndecl_65453 snd_mixart_send_msg fndecl 0 65453 NULL
++disable_so_sony_find_snc_handle_fndecl_65464 sony_find_snc_handle fndecl 0 65464 NULL nohasharray
++disable_so_smsc75xx_set_rx_max_frame_length_fndecl_65464 smsc75xx_set_rx_max_frame_length fndecl 0 65464 &disable_so_sony_find_snc_handle_fndecl_65464 nohasharray
++disable_so_cfg80211_sme_connect_fndecl_65464 cfg80211_sme_connect fndecl 0 65464 &disable_so_smsc75xx_set_rx_max_frame_length_fndecl_65464
++disable_so_dspio_write_fndecl_65469 dspio_write fndecl 0 65469 NULL
++disable_so_tr_connect_fndecl_65477 tr_connect fndecl 0 65477 NULL
++disable_so_init_subports_fndecl_65497 init_subports fndecl 0 65497 NULL
++disable_so_ccp_register_hmac_alg_fndecl_65501 ccp_register_hmac_alg fndecl 0 65501 NULL
++disable_so_pt1_sync_fndecl_65509 pt1_sync fndecl 0 65509 NULL
++disable_so_apei_exec_for_each_entry_fndecl_65510 apei_exec_for_each_entry fndecl 0 65510 NULL
++disable_so_ath6kl_bmi_fast_download_fndecl_65522 ath6kl_bmi_fast_download fndecl 0 65522 NULL
++disable_so___ext3_journal_get_write_access_fndecl_65530 __ext3_journal_get_write_access fndecl 0 65530 NULL
++disable_so_tree_insert_fndecl_65531 tree_insert fndecl 0 65531 NULL nohasharray
++disable_so_get_hub_status_fndecl_65531 get_hub_status fndecl 0 65531 &disable_so_tree_insert_fndecl_65531
++disable_so_read_block_fndecl_65532 read_block fndecl 0 65532 NULL
++disable_so_ipxitf_create_fndecl_65534 ipxitf_create fndecl 0 65534 NULL
diff --git a/tools/gcc/size_overflow_plugin/generate_size_overflow_hash.sh b/tools/gcc/size_overflow_plugin/generate_size_overflow_hash.sh
new file mode 100644
-index 0000000..12b1e3b
+index 0000000..be9724d
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/generate_size_overflow_hash.sh
-@@ -0,0 +1,102 @@
+@@ -0,0 +1,103 @@
+#!/bin/bash
+
+# This script generates the hash table (size_overflow_hash.h) for the size_overflow gcc plugin (size_overflow_plugin.c).
@@ -130696,12 +142562,13 @@ index 0000000..12b1e3b
+ data_array=($data)
+ struct_hash_name="${data_array[0]}"
+ funcn="${data_array[1]}"
-+ params="${data_array[2]}"
-+ next="${data_array[4]}"
++ context="${data_array[2]}"
++ params="${data_array[3]}"
++ next="${data_array[5]}"
+
+ echo "const struct size_overflow_hash $struct_hash_name = {" >> "$header1"
+
-+ echo -e "\t.next\t= $next,\n\t.name\t= \"$funcn\"," >> "$header1"
++ echo -e "\t.next\t= $next,\n\t.name\t= \"$funcn\",\n\t.context\t= \"$context\"," >> "$header1"
+ echo -en "\t.param\t= " >> "$header1"
+ line=
+ for param_num in ${params//-/ };
@@ -130719,10 +142586,10 @@ index 0000000..12b1e3b
+
+create_array_elements() {
+ index=0
-+ grep -v "nohasharray" $database | sort -n -k 4 | while read data
++ grep -v "nohasharray" $database | sort -n -k 5 | while read data
+ do
+ data_array=($data)
-+ i="${data_array[3]}"
++ i="${data_array[4]}"
+ hash="${data_array[0]}"
+ while [[ $index -lt $i ]]
+ do
@@ -130747,10 +142614,10 @@ index 0000000..12b1e3b
+exit 0
diff --git a/tools/gcc/size_overflow_plugin/insert_size_overflow_asm.c b/tools/gcc/size_overflow_plugin/insert_size_overflow_asm.c
new file mode 100644
-index 0000000..7b7051a
+index 0000000..6c740a8
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/insert_size_overflow_asm.c
-@@ -0,0 +1,411 @@
+@@ -0,0 +1,409 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -130861,7 +142728,6 @@ index 0000000..7b7051a
+{
+ char *asm_comment;
+ const char *mark_str;
-+ gimple stmt;
+ gasm *asm_stmt;
+ gimple_stmt_iterator gsi;
+ tree str_input, str_output;
@@ -130879,8 +142745,7 @@ index 0000000..7b7051a
+ str_output = build_string(4, "=rm");
+ output = create_asm_io_list(str_output, asm_data->output);
+
-+ stmt = gimple_build_asm_vec(asm_comment, input, output, NULL, NULL);
-+ asm_stmt = as_a_gasm(stmt);
++ asm_stmt = as_a_gasm(gimple_build_asm_vec(asm_comment, input, output, NULL, NULL));
+ gimple_asm_set_volatile(asm_stmt, true);
+
+ gsi = gsi_for_stmt(asm_data->def_stmt);
@@ -131076,7 +142941,7 @@ index 0000000..7b7051a
+ for (argnum = 1; argnum <= gimple_call_num_args(stmt); argnum++) {
+ enum intentional_mark mark = handle_intentional_attr(stmt, argnum);
+
-+ if (mark == MARK_NO && orig_argnums[argnum])
++ if (mark == MARK_NO && !is_vararg(fndecl, argnum) && orig_argnums[argnum])
+ insert_so_asm_by_so_attr(stmt, argnum);
+ }
+}
@@ -131164,10 +143029,10 @@ index 0000000..7b7051a
+#endif
diff --git a/tools/gcc/size_overflow_plugin/intentional_overflow.c b/tools/gcc/size_overflow_plugin/intentional_overflow.c
new file mode 100644
-index 0000000..2af88a3
+index 0000000..c6ef934
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/intentional_overflow.c
-@@ -0,0 +1,958 @@
+@@ -0,0 +1,980 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -131335,12 +143200,12 @@ index 0000000..2af88a3
+ if (callee_attr == MARK_END_INTENTIONAL || callee_attr == MARK_YES)
+ return;
+
-+ hash = get_size_overflow_hash_entry_tree(decl, argnum);
++ hash = get_size_overflow_hash_entry_tree(decl, argnum, ONLY_SO);
+ if (!hash)
+ return;
+
-+ loc = DECL_SOURCE_LOCATION(decl);
-+ inform(loc, "The intentional_overflow attribute is missing from +%s+%u+", DECL_NAME_POINTER(decl), argnum);
++// loc = DECL_SOURCE_LOCATION(decl);
++// inform(loc, "The intentional_overflow attribute is missing from +%s+%u+", DECL_NAME_POINTER(decl), argnum);
+}
+
+// Get the field decl of a component ref for intentional_overflow checking
@@ -131364,7 +143229,7 @@ index 0000000..2af88a3
+ * * MARK_NO
+ * * MARK_END_INTENTIONAL
+ */
-+static enum intentional_mark get_intentional_attr_type(const_tree node)
++enum intentional_mark get_intentional_attr_type(const_tree node)
+{
+ const_tree cur_decl;
+
@@ -131399,7 +143264,14 @@ index 0000000..2af88a3
+ return MARK_TURN_OFF;
+ if (is_end_intentional_intentional_attr(fndecl))
+ return MARK_END_INTENTIONAL;
++ break;
+ }
++ case FIELD_DECL:
++ case VAR_DECL:
++ if (is_end_intentional_intentional_attr(node))
++ return MARK_END_INTENTIONAL;
++ if (is_turn_off_intentional_attr(node))
++ return MARK_TURN_OFF;
+ default:
+ break;
+ }
@@ -131495,11 +143367,14 @@ index 0000000..2af88a3
+ }
+}
+
-+static enum intentional_mark check_intentional_size_overflow_asm_and_attribute(const_tree var)
++enum intentional_mark check_intentional_size_overflow_asm_and_attribute(const_tree var)
+{
+ enum intentional_mark mark;
+ gimple_set *visited;
+
++ if (is_turn_off_intentional_attr(get_orig_fndecl(current_function_decl)))
++ return MARK_TURN_OFF;
++
+ visited = pointer_set_create();
+ mark = walk_use_def(visited, var);
+ pointer_set_destroy(visited);
@@ -131595,33 +143470,6 @@ index 0000000..2af88a3
+ gcc_unreachable();
+}
+
-+enum intentional_mark check_intentional_asm(const_gimple stmt, unsigned int argnum)
-+{
-+ const_tree arg;
-+
-+ switch (gimple_code(stmt)) {
-+ case GIMPLE_RETURN:
-+ gcc_assert(argnum == 0);
-+ arg = gimple_return_retval(as_a_const_greturn(stmt));
-+ break;
-+ case GIMPLE_CALL:
-+ gcc_assert(argnum != 0);
-+ gcc_assert(argnum <= gimple_call_num_args(stmt));
-+ arg = gimple_call_arg(stmt, argnum - 1);
-+ break;
-+ case GIMPLE_ASM:
-+ gcc_assert(is_size_overflow_insert_check_asm(as_a_const_gasm(stmt)));
-+ arg = get_size_overflow_asm_input(as_a_const_gasm(stmt));
-+ break;
-+ default:
-+ debug_gimple_stmt((gimple)stmt);
-+ gcc_unreachable();
-+ }
-+
-+ // find a defining marked caller argument or struct field for arg
-+ return check_intentional_size_overflow_asm_and_attribute(arg);
-+}
-+
+bool is_a_cast_and_const_overflow(const_tree no_const_rhs)
+{
+ const_tree rhs1, lhs, rhs1_type, lhs_type;
@@ -131775,7 +143623,7 @@ index 0000000..2af88a3
+ return get_lhs(assign);
+}
+
-+tree handle_intentional_overflow(struct visited *visited, bool check_overflow, gassign *stmt, tree change_rhs, tree new_rhs2)
++tree handle_intentional_overflow(struct visited *visited, next_interesting_function_t expand_from, bool check_overflow, gassign *stmt, tree change_rhs, tree new_rhs2)
+{
+ tree new_rhs, orig_rhs;
+ void (*gimple_assign_set_rhs)(gimple, tree);
@@ -131797,7 +143645,7 @@ index 0000000..2af88a3
+ gimple_assign_set_rhs = &gimple_assign_set_rhs2;
+ }
+
-+ check_size_overflow(stmt, TREE_TYPE(change_rhs), change_rhs, orig_rhs, BEFORE_STMT);
++ check_size_overflow(expand_from, stmt, TREE_TYPE(change_rhs), change_rhs, orig_rhs, BEFORE_STMT);
+
+ new_rhs = change_assign_rhs(visited, stmt, orig_rhs, change_rhs);
+ gimple_assign_set_rhs(stmt, new_rhs);
@@ -131817,11 +143665,11 @@ index 0000000..2af88a3
+ if (is_gimple_constant(rhs1) || is_gimple_constant(rhs2))
+ return false;
+
-+ gcc_assert(TREE_CODE(rhs1) == SSA_NAME && TREE_CODE(rhs2) == SSA_NAME);
-+
+ if (gimple_assign_rhs_code(stmt) != MINUS_EXPR)
+ return false;
+
++ gcc_assert(TREE_CODE(rhs1) == SSA_NAME && TREE_CODE(rhs2) == SSA_NAME);
++
+ rhs1_def_stmt = get_def_stmt(rhs1);
+ rhs2_def_stmt = get_def_stmt(rhs2);
+ if (!gimple_assign_cast_p(rhs1_def_stmt) || !gimple_assign_cast_p(rhs2_def_stmt))
@@ -131909,7 +143757,7 @@ index 0000000..2af88a3
+ }
+}
+
-+tree handle_integer_truncation(struct visited *visited, const_tree lhs)
++tree handle_integer_truncation(struct visited *visited, next_interesting_function_t expand_from, const_tree lhs)
+{
+ tree new_rhs1, new_rhs2;
+ tree new_rhs1_def_stmt_rhs1, new_rhs2_def_stmt_rhs1, new_lhs;
@@ -131920,8 +143768,8 @@ index 0000000..2af88a3
+ if (!is_subtraction_special(visited, stmt))
+ return NULL_TREE;
+
-+ new_rhs1 = expand(visited, rhs1);
-+ new_rhs2 = expand(visited, rhs2);
++ new_rhs1 = expand(visited, expand_from, rhs1);
++ new_rhs2 = expand(visited, expand_from, rhs2);
+
+ new_rhs1_def_stmt_rhs1 = get_def_stmt_rhs(visited, new_rhs1);
+ new_rhs2_def_stmt_rhs1 = get_def_stmt_rhs(visited, new_rhs2);
@@ -131936,7 +143784,7 @@ index 0000000..2af88a3
+
+ assign = create_binary_assign(visited, MINUS_EXPR, stmt, new_rhs1_def_stmt_rhs1, new_rhs2_def_stmt_rhs1);
+ new_lhs = gimple_assign_lhs(assign);
-+ check_size_overflow(assign, TREE_TYPE(new_lhs), new_lhs, rhs1, AFTER_STMT);
++ check_size_overflow(expand_from, assign, TREE_TYPE(new_lhs), new_lhs, rhs1, AFTER_STMT);
+
+ return dup_assign(visited, stmt, lhs, new_rhs1, new_rhs2, NULL_TREE);
+}
@@ -132126,451 +143974,43 @@ index 0000000..2af88a3
+ create_up_and_down_cast(visited, so_stmt, lhs_type, gimple_assign_rhs1(so_stmt));
+}
+
-diff --git a/tools/gcc/size_overflow_plugin/misc.c b/tools/gcc/size_overflow_plugin/misc.c
-new file mode 100644
-index 0000000..c1b4773
---- /dev/null
-+++ b/tools/gcc/size_overflow_plugin/misc.c
-@@ -0,0 +1,441 @@
-+/*
-+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
-+ * Licensed under the GPL v2, or (at your option) v3
-+ *
-+ * Homepage:
-+ * https://github.com/ephox-gcc-plugins/size_overflow
-+ *
-+ * Documentation:
-+ * http://forums.grsecurity.net/viewtopic.php?f=7&t=3043
-+ *
-+ * This plugin recomputes expressions of function arguments marked by a size_overflow attribute
-+ * with double integer precision (DImode/TImode for 32/64 bit integer types).
-+ * The recomputed argument is checked against TYPE_MAX and an event is logged on overflow and the triggering process is killed.
-+ *
-+ * Usage:
-+ * $ make
-+ * $ make run
-+ */
-+
-+#include "size_overflow.h"
-+
-+const char *get_type_name_from_field(const_tree field_decl)
-+{
-+ const_tree context, type_name;
-+
-+ if (TREE_CODE(field_decl) != FIELD_DECL)
-+ return NULL;
-+
-+ context = DECL_CONTEXT(field_decl);
-+ gcc_assert(TREE_CODE(context) == RECORD_TYPE);
-+ type_name = TYPE_NAME(TYPE_MAIN_VARIANT(context));
-+ if (type_name == NULL_TREE)
-+ return NULL;
-+
-+ if (TREE_CODE(type_name) == IDENTIFIER_NODE)
-+ return IDENTIFIER_POINTER(type_name);
-+ else if (TREE_CODE(type_name) == TYPE_DECL)
-+ return DECL_NAME_POINTER(type_name);
-+
-+ debug_tree((tree)field_decl);
-+ debug_tree((tree)type_name);
-+ gcc_unreachable();
-+}
-+
-+// Was the function created by the compiler itself?
-+bool made_by_compiler(const_tree decl)
-+{
-+ struct cgraph_node *node;
-+
-+ if (FUNCTION_PTR_P(decl))
-+ return false;
-+ if (TREE_CODE(decl) == VAR_DECL)
-+ return false;
-+
-+ gcc_assert(TREE_CODE(decl) == FUNCTION_DECL);
-+ if (DECL_ABSTRACT_ORIGIN(decl) != NULL_TREE)
-+ return true;
-+ if (DECL_ARTIFICIAL(decl))
-+ return true;
-+
-+ node = get_cnode(decl);
-+ if (!node)
-+ return false;
-+ return node->clone_of != NULL;
-+}
-+
-+bool skip_types(const_tree var)
-+{
-+ const_tree type;
-+
-+ type = TREE_TYPE(var);
-+ if (type == NULL_TREE)
-+ return true;
-+
-+ switch (TREE_CODE(type)) {
-+ case INTEGER_TYPE:
-+ case ENUMERAL_TYPE:
-+ return false;
-+ default:
-+ return true;
-+ }
-+}
-+
-+gimple get_fnptr_def_stmt(const_tree fn_ptr)
++bool is_intentional_truncation(gassign *assign)
+{
++ enum machine_mode lhs_mode, def_rhs_mode;
+ gimple def_stmt;
++ const_tree decl, rhs, def_rhs, def_def_rhs, lhs;
+
-+ gcc_assert(fn_ptr != NULL_TREE);
-+ gcc_assert(FUNCTION_PTR_P(fn_ptr));
-+
-+ if (is_gimple_constant(fn_ptr))
-+ return NULL;
-+
-+ def_stmt = get_def_stmt(fn_ptr);
-+ gcc_assert(def_stmt);
-+ return def_stmt;
-+}
-+
-+gimple get_def_stmt(const_tree node)
-+{
-+ gcc_assert(node != NULL_TREE);
-+
-+ if (TREE_CODE(node) != SSA_NAME)
-+ return NULL;
-+ return SSA_NAME_DEF_STMT(node);
-+}
-+
-+tree create_new_var(tree type)
-+{
-+ tree new_var = create_tmp_var(type, "cicus");
-+
-+ add_referenced_var(new_var);
-+ return new_var;
-+}
-+
-+static bool skip_cast(tree dst_type, const_tree rhs, bool force)
-+{
-+ const_gimple def_stmt = get_def_stmt(rhs);
-+
-+ if (force)
++ if (gimple_num_ops(assign) != 2)
+ return false;
+
-+ if (is_gimple_constant(rhs))
++ lhs = gimple_assign_lhs(assign);
++ if (VAR_P(lhs))
+ return false;
+
-+ if (!def_stmt || gimple_code(def_stmt) == GIMPLE_NOP)
++ // structure field write
++ decl = get_ref_field(lhs);
++ if (TREE_CODE(decl) != FIELD_DECL)
+ return false;
+
-+ if (!types_compatible_p(dst_type, TREE_TYPE(rhs)))
-+ return false;
-+
-+ // DI type can be on 32 bit (from create_assign) but overflow type stays DI
-+ if (LONG_TYPE_SIZE == GET_MODE_BITSIZE(SImode))
-+ return false;
-+
-+ return true;
-+}
-+
-+tree cast_a_tree(tree type, tree var)
-+{
-+ gcc_assert(type != NULL_TREE);
-+ gcc_assert(var != NULL_TREE);
-+ gcc_assert(fold_convertible_p(type, var));
-+
-+ return fold_convert(type, var);
-+}
-+
-+gimple build_cast_stmt(struct visited *visited, tree dst_type, tree rhs, tree lhs, gimple_stmt_iterator *gsi, bool before, bool force)
-+{
-+ gassign *assign;
-+ gimple def_stmt;
-+
-+ gcc_assert(dst_type != NULL_TREE && rhs != NULL_TREE);
-+ gcc_assert(!is_gimple_constant(rhs));
-+ if (gsi_end_p(*gsi) && before == AFTER_STMT)
-+ gcc_unreachable();
-+
++ rhs = gimple_assign_rhs1(assign);
+ def_stmt = get_def_stmt(rhs);
-+ if (def_stmt && gimple_code(def_stmt) != GIMPLE_NOP && skip_cast(dst_type, rhs, force) && pointer_set_contains(visited->my_stmts, def_stmt))
-+ return def_stmt;
-+
-+ if (lhs == CREATE_NEW_VAR)
-+ lhs = create_new_var(dst_type);
-+
-+ assign = gimple_build_assign(lhs, cast_a_tree(dst_type, rhs));
-+
-+ if (!gsi_end_p(*gsi)) {
-+ location_t loc = gimple_location(gsi_stmt(*gsi));
-+ gimple_set_location(assign, loc);
-+ }
-+
-+ gimple_assign_set_lhs(assign, make_ssa_name(lhs, assign));
-+
-+ if (before)
-+ gsi_insert_before(gsi, assign, GSI_NEW_STMT);
-+ else
-+ gsi_insert_after(gsi, assign, GSI_NEW_STMT);
-+ update_stmt(assign);
-+ return assign;
-+}
-+
-+bool is_size_overflow_type(const_tree var)
-+{
-+ const char *name;
-+ const_tree type_name, type;
-+
-+ if (var == NULL_TREE)
++ if (!def_stmt || !gimple_assign_cast_p(def_stmt))
+ return false;
+
-+ type = TREE_TYPE(var);
-+ type_name = TYPE_NAME(type);
-+ if (type_name == NULL_TREE)
++ lhs_mode = TYPE_MODE(TREE_TYPE(rhs));
++ def_rhs = gimple_assign_rhs1(def_stmt);
++ def_rhs_mode = TYPE_MODE(TREE_TYPE(def_rhs));
++ // cast from 16 to 8
++ if (def_rhs_mode != HImode || lhs_mode != QImode)
+ return false;
+
-+ if (DECL_P(type_name))
-+ name = DECL_NAME_POINTER(type_name);
-+ else
-+ name = IDENTIFIER_POINTER(type_name);
-+
-+ if (!strncmp(name, "size_overflow_type", 18))
-+ return true;
-+ return false;
-+}
-+
-+// Determine if a cloned function has all the original arguments
-+static bool unchanged_arglist(struct cgraph_node *new_node, struct cgraph_node *old_node)
-+{
-+ const_tree new_decl_list, old_decl_list;
-+
-+ if (new_node->clone_of && new_node->clone.tree_map)
-+ return !new_node->clone.args_to_skip;
-+
-+ new_decl_list = DECL_ARGUMENTS(NODE_DECL(new_node));
-+ old_decl_list = DECL_ARGUMENTS(NODE_DECL(old_node));
-+ if (new_decl_list != NULL_TREE && old_decl_list != NULL_TREE)
-+ gcc_assert(list_length(new_decl_list) == list_length(old_decl_list));
-+
-+ return true;
-+}
-+
-+unsigned int get_correct_argnum_fndecl(const_tree fndecl, const_tree correct_argnum_of_fndecl, unsigned int num)
-+{
-+ unsigned int new_num;
-+ const_tree fndecl_arg;
-+ tree fndecl_arglist = DECL_ARGUMENTS(fndecl);
-+ const_tree arg, target_fndecl_arglist;
-+
-+ if (num == 0)
-+ return num;
-+
-+ if (fndecl == correct_argnum_of_fndecl && !DECL_ARTIFICIAL(fndecl))
-+ return num;
-+ else if (fndecl == correct_argnum_of_fndecl && DECL_ARTIFICIAL(fndecl))
-+ return CANNOT_FIND_ARG;
-+
-+ target_fndecl_arglist = DECL_ARGUMENTS(correct_argnum_of_fndecl);
-+ if (fndecl_arglist == NULL_TREE || target_fndecl_arglist == NULL_TREE)
-+ return CANNOT_FIND_ARG;
-+
-+ fndecl_arg = chain_index(num - 1, fndecl_arglist);
-+ gcc_assert(fndecl_arg != NULL_TREE);
-+
-+ for (arg = target_fndecl_arglist, new_num = 1; arg; arg = TREE_CHAIN(arg), new_num++) {
-+ if (arg == fndecl_arg || !strcmp(DECL_NAME_POINTER(arg), DECL_NAME_POINTER(fndecl_arg)))
-+ return new_num;
-+ }
-+
-+ return CANNOT_FIND_ARG;
-+}
-+
-+// Find the specified argument in the originally cloned function
-+static unsigned int clone_argnum_on_orig(struct cgraph_node *new_node, struct cgraph_node *old_node, unsigned int clone_argnum)
-+{
-+ bitmap args_to_skip;
-+ unsigned int i, new_argnum = clone_argnum;
-+
-+ if (unchanged_arglist(new_node, old_node))
-+ return clone_argnum;
-+
-+ gcc_assert(new_node->clone_of && new_node->clone.tree_map);
-+ args_to_skip = new_node->clone.args_to_skip;
-+ for (i = 0; i < clone_argnum; i++) {
-+ if (bitmap_bit_p(args_to_skip, i))
-+ new_argnum++;
-+ }
-+ return new_argnum;
-+}
-+
-+// Find the specified argument in the clone
-+static unsigned int orig_argnum_on_clone(struct cgraph_node *new_node, struct cgraph_node *old_node, unsigned int orig_argnum)
-+{
-+ bitmap args_to_skip;
-+ unsigned int i, new_argnum = orig_argnum;
-+
-+ if (unchanged_arglist(new_node, old_node))
-+ return orig_argnum;
-+
-+ gcc_assert(new_node->clone_of && new_node->clone.tree_map);
-+ args_to_skip = new_node->clone.args_to_skip;
-+ if (bitmap_bit_p(args_to_skip, orig_argnum - 1))
-+ // XXX torolni kellene a nodeot
-+ return CANNOT_FIND_ARG;
-+
-+ for (i = 0; i < orig_argnum; i++) {
-+ if (bitmap_bit_p(args_to_skip, i))
-+ new_argnum--;
-+ }
-+ return new_argnum;
-+}
-+
-+// Associate the argument between a clone and a cloned function
-+static unsigned int get_correct_argnum_cnode(struct cgraph_node *node, struct cgraph_node *correct_argnum_of_node, unsigned int argnum)
-+{
-+ bool node_clone, correct_argnum_of_node_clone;
-+ const_tree correct_argnum_of_node_decl, node_decl;
-+
-+ if (node == correct_argnum_of_node)
-+ return argnum;
-+ if (argnum == 0)
-+ return argnum;
-+
-+ correct_argnum_of_node_decl = NODE_DECL(correct_argnum_of_node);
-+ gcc_assert(correct_argnum_of_node_decl != NULL_TREE);
-+ gcc_assert(correct_argnum_of_node && !DECL_ARTIFICIAL(correct_argnum_of_node_decl));
-+
-+ if (node) {
-+ node_decl = NODE_DECL(node);
-+ gcc_assert(!DECL_ARTIFICIAL(node_decl));
-+ node_clone = made_by_compiler(node_decl);
-+ } else {
-+ node_decl = NULL_TREE;
-+ node_clone = false;
-+ }
-+
-+ if (correct_argnum_of_node_decl == node_decl)
-+ return argnum;
-+
-+ correct_argnum_of_node_clone = made_by_compiler(correct_argnum_of_node_decl);
-+ // the original decl is lost if both nodes are clones
-+ if (node_clone && correct_argnum_of_node_clone) {
-+ gcc_assert(unchanged_arglist(node, correct_argnum_of_node));
-+ return argnum;
-+ }
-+
-+ if (node_clone && !correct_argnum_of_node_clone)
-+ return clone_argnum_on_orig(correct_argnum_of_node, node, argnum);
-+ else if (!node_clone && correct_argnum_of_node_clone)
-+ return orig_argnum_on_clone(correct_argnum_of_node, node, argnum);
-+
-+ if (node)
-+ debug_tree((tree)NODE_DECL(node));
-+ debug_tree((tree)correct_argnum_of_node_decl);
-+ gcc_unreachable();
-+}
-+
-+unsigned int get_correct_argnum(const_tree decl, const_tree correct_argnum_of_decl, unsigned int argnum)
-+{
-+ struct cgraph_node *node, *correct_argnum_of_node;
-+
-+ gcc_assert(decl != NULL_TREE);
-+ gcc_assert(correct_argnum_of_decl != NULL_TREE);
-+
-+ correct_argnum_of_node = get_cnode(correct_argnum_of_decl);
-+ if (!correct_argnum_of_node || DECL_ARTIFICIAL(decl) || DECL_ARTIFICIAL(correct_argnum_of_decl))
-+ return get_correct_argnum_fndecl(decl, correct_argnum_of_decl, argnum);
-+
-+ node = get_cnode(decl);
-+ return get_correct_argnum_cnode(node, correct_argnum_of_node, argnum);
-+}
-+
-+// Find the original cloned function
-+tree get_orig_fndecl(const_tree clone_fndecl)
-+{
-+ struct cgraph_node *node;
-+
-+ if (DECL_ABSTRACT_ORIGIN(clone_fndecl))
-+ return (tree)DECL_ORIGIN(clone_fndecl);
-+ node = get_cnode(clone_fndecl);
-+ if (!node)
-+ return (tree)clone_fndecl;
-+
-+ while (node->clone_of)
-+ node = node->clone_of;
-+ if (!made_by_compiler(NODE_DECL(node)))
-+ return NODE_DECL(node);
-+ // Return the cloned decl because it is needed for the transform callback
-+ return (tree)clone_fndecl;
-+}
-+
-+static tree get_interesting_fndecl_from_stmt(const gcall *stmt)
-+{
-+ if (gimple_call_num_args(stmt) == 0)
-+ return NULL_TREE;
-+ return gimple_call_fndecl(stmt);
-+}
-+
-+tree get_interesting_orig_fndecl_from_stmt(const gcall *stmt)
-+{
-+ tree fndecl;
-+
-+ fndecl = get_interesting_fndecl_from_stmt(stmt);
-+ if (fndecl == NULL_TREE)
-+ return NULL_TREE;
-+ return get_orig_fndecl(fndecl);
-+}
-+
-+void set_dominance_info(void)
-+{
-+ calculate_dominance_info(CDI_DOMINATORS);
-+ calculate_dominance_info(CDI_POST_DOMINATORS);
-+}
-+
-+void unset_dominance_info(void)
-+{
-+ free_dominance_info(CDI_DOMINATORS);
-+ free_dominance_info(CDI_POST_DOMINATORS);
-+}
-+
-+void set_current_function_decl(tree fndecl)
-+{
-+ gcc_assert(fndecl != NULL_TREE);
-+
-+ push_cfun(DECL_STRUCT_FUNCTION(fndecl));
-+#if BUILDING_GCC_VERSION <= 4007
-+ current_function_decl = fndecl;
-+#endif
-+ set_dominance_info();
-+}
-+
-+void unset_current_function_decl(void)
-+{
-+ unset_dominance_info();
-+#if BUILDING_GCC_VERSION <= 4007
-+ current_function_decl = NULL_TREE;
-+#endif
-+ pop_cfun();
-+}
-+
-+bool is_valid_cgraph_node(struct cgraph_node *node)
-+{
-+ if (cgraph_function_body_availability(node) == AVAIL_NOT_AVAILABLE)
++ def_stmt = get_def_stmt(def_rhs);
++ if (!def_stmt || !is_gimple_assign(def_stmt) || gimple_num_ops(def_stmt) != 2)
+ return false;
-+ if (node->thunk.thunk_p || node->alias)
-+ return false;
-+ return true;
-+}
+
-+tree get_lhs(const_gimple stmt)
-+{
-+ switch (gimple_code(stmt)) {
-+ case GIMPLE_ASSIGN:
-+ case GIMPLE_CALL:
-+ return gimple_get_lhs(stmt);
-+ case GIMPLE_PHI:
-+ return gimple_phi_result(stmt);
-+ default:
-+ debug_gimple_stmt((gimple)stmt);
-+ gcc_unreachable();
-+ }
++ def_def_rhs = gimple_assign_rhs1(def_stmt);
++ // structure field read
++ return TREE_CODE(def_def_rhs) == MEM_REF;
+}
+
diff --git a/tools/gcc/size_overflow_plugin/remove_unnecessary_dup.c b/tools/gcc/size_overflow_plugin/remove_unnecessary_dup.c
@@ -132718,10 +144158,10 @@ index 0000000..5622b51
+
diff --git a/tools/gcc/size_overflow_plugin/size_overflow.h b/tools/gcc/size_overflow_plugin/size_overflow.h
new file mode 100644
-index 0000000..07e2ba7
+index 0000000..3e6a038
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow.h
-@@ -0,0 +1,281 @@
+@@ -0,0 +1,329 @@
+#ifndef SIZE_OVERFLOW_H
+#define SIZE_OVERFLOW_H
+
@@ -132747,6 +144187,9 @@ index 0000000..07e2ba7
+#define GLOBAL_NIFN_LEN 65536
+#define NO_HASH 65537
+
++#define ONLY_DISABLE_SO true
++#define ONLY_SO false
++
+#include "gcc-common.h"
+
+#include <string.h>
@@ -132761,20 +144204,47 @@ index 0000000..07e2ba7
+};
+
+enum size_overflow_mark {
-+ NO_SO_MARK, YES_SO_MARK, ASM_STMT_SO_MARK
++ NO_SO_MARK, YES_SO_MARK, ASM_STMT_SO_MARK, ERROR_CODE_SO_MARK
+};
+
+struct decl_hash {
+ size_t tree_codes_len;
+ unsigned char tree_codes[CODES_LIMIT];
+ const_tree decl;
++ const char *context;
+ unsigned int hash;
+ const char *fn_name;
+};
+
++/* Detect error codes
++ * * bin_op: is there a binary assignment in the data flow
++ * * error_const: whether it falls in the signed range of [-4095, -1]
++ * * only_signed_unsigned_cast: is there size cast in the data flow
++ * Error code if: bin_op is false, error_const is true and only_signed_unsigned_cast is false
++ */
++struct error_code {
++ bool bin_op;
++ bool error_const;
++ bool only_signed_unsigned_cast;
++};
++
++typedef struct error_code * error_code_t;
++
+struct next_interesting_function;
+typedef struct next_interesting_function * next_interesting_function_t;
+
++// Store data associated with the next_interesting_function_t entry
++struct fn_raw_data
++{
++ const char *decl_str;
++ tree decl;
++ const char *context;
++ unsigned int hash;
++ unsigned int num;
++ enum size_overflow_mark marked;
++ struct error_code error_data_flow;
++};
++
+#if BUILDING_GCC_VERSION <= 4007
+DEF_VEC_P(next_interesting_function_t);
+DEF_VEC_ALLOC_P(next_interesting_function_t, heap);
@@ -132850,6 +144320,7 @@ index 0000000..07e2ba7
+ * * marked: determines whether to duplicate stmts and/or look for missing hashtable entries
+ * * orig_next_node: pointer to the originally cloned function
+ */
++
+struct next_interesting_function {
+ next_interesting_function_t next;
+#if BUILDING_GCC_VERSION <= 4007
@@ -132863,6 +144334,7 @@ index 0000000..07e2ba7
+ unsigned int num;
+ enum size_overflow_mark marked;
+ next_interesting_function_t orig_next_node;
++ error_code_t error_data_flow;
+};
+
+// size_overflow_plugin.c
@@ -132877,21 +144349,24 @@ index 0000000..07e2ba7
+struct size_overflow_hash {
+ const struct size_overflow_hash * const next;
+ const char * const name;
++ const char * const context;
+ const unsigned int param;
+};
+
++extern const struct size_overflow_hash *get_disable_size_overflow_hash_entry(unsigned int hash, const char *decl_name, const char *context, unsigned int argnum);
+extern const char *get_orig_decl_name(const_tree decl);
+extern bool is_size_overflow_asm(const_gimple stmt);
+extern void print_missing_function(next_interesting_function_t node);
-+extern const struct size_overflow_hash *get_size_overflow_hash_entry_tree(const_tree fndecl, unsigned int argnum);
++extern const struct size_overflow_hash *get_size_overflow_hash_entry_tree(const_tree fndecl, unsigned int argnum, bool only_from_disable_so_hash_table);
+extern unsigned int find_arg_number_tree(const_tree arg, const_tree func);
+extern unsigned int get_decl_hash(const_tree decl, const char *decl_name);
-+extern const struct size_overflow_hash *get_size_overflow_hash_entry(unsigned int hash, const char *decl_name, unsigned int argnum);
++extern const struct size_overflow_hash *get_size_overflow_hash_entry(unsigned int hash, const char *decl_name, const char *context, unsigned int argnum);
+
+
+// intentional_overflow.c
++extern enum intentional_mark get_intentional_attr_type(const_tree node);
+extern tree get_size_overflow_asm_input(const gasm *stmt);
-+extern enum intentional_mark check_intentional_asm(const_gimple stmt, unsigned int argnum);
++extern enum intentional_mark check_intentional_size_overflow_asm_and_attribute(const_tree var);
+extern bool is_size_overflow_insert_check_asm(const gasm *stmt);
+extern enum intentional_mark check_intentional_attribute(const_gimple stmt, unsigned int argnum);
+extern enum intentional_mark get_so_asm_type(const_gimple stmt);
@@ -132899,11 +144374,12 @@ index 0000000..07e2ba7
+extern bool is_a_cast_and_const_overflow(const_tree no_const_rhs);
+extern bool is_const_plus_unsigned_signed_truncation(const_tree lhs);
+extern bool is_a_constant_overflow(const gassign *stmt, const_tree rhs);
-+extern tree handle_intentional_overflow(struct visited *visited, bool check_overflow, gassign *stmt, tree change_rhs, tree new_rhs2);
-+extern tree handle_integer_truncation(struct visited *visited, const_tree lhs);
++extern tree handle_intentional_overflow(struct visited *visited, next_interesting_function_t expand_from, bool check_overflow, gassign *stmt, tree change_rhs, tree new_rhs2);
++extern tree handle_integer_truncation(struct visited *visited, next_interesting_function_t expand_from, const_tree lhs);
+extern bool is_a_neg_overflow(const gassign *stmt, const_tree rhs);
+extern enum intentional_overflow_type add_mul_intentional_overflow(const gassign *stmt);
+extern void unsigned_signed_cast_intentional_overflow(struct visited *visited, gassign *stmt);
++extern bool is_intentional_truncation(gassign *assign);
+
+
+// insert_size_overflow_asm.c
@@ -132915,7 +144391,9 @@ index 0000000..07e2ba7
+extern bool search_interesting_args(tree fndecl, bool *argnums);
+
+
-+// misc.c
++// size_overflow_misc.c
++extern bool is_vararg(const_tree fn, unsigned int num);
++extern tree get_ref_field(const_tree ref);
+extern unsigned int get_correct_argnum_fndecl(const_tree fndecl, const_tree correct_argnum_of_fndecl, unsigned int num);
+extern const char *get_type_name_from_field(const_tree field_decl);
+extern void set_dominance_info(void);
@@ -132943,8 +144421,8 @@ index 0000000..07e2ba7
+
+
+// size_overflow_transform_core.c
-+extern tree expand(struct visited *visited, tree lhs);
-+extern void check_size_overflow(gimple stmt, tree size_overflow_type, tree cast_rhs, tree rhs, bool before);
++extern tree expand(struct visited *visited, next_interesting_function_t expand_from, tree lhs);
++extern void check_size_overflow(next_interesting_function_t expand_from, gimple stmt, tree size_overflow_type, tree cast_rhs, tree rhs, bool before);
+extern tree dup_assign(struct visited *visited, gassign *oldstmt, const_tree node, tree rhs1, tree rhs2, tree __unused rhs3);
+extern tree create_assign(struct visited *visited, gimple oldstmt, tree rhs1, bool before);
+
@@ -132957,13 +144435,21 @@ index 0000000..07e2ba7
+
+
+// size_overflow_ipa.c
++struct walk_use_def_data {
++ next_interesting_function_t parent;
++ struct error_code error_data_flow;
++ next_interesting_function_t next_cnodes_head;
++ gimple_set *visited;
++};
++
++extern const char* get_decl_context(const_tree decl);
+extern void add_to_global_next_interesting_function(next_interesting_function_t new_entry);
-+extern bool has_next_interesting_function_vec(next_interesting_function_t parent, next_interesting_function_t child);
++extern bool has_next_interesting_function_vec(next_interesting_function_t target, next_interesting_function_t next_node);
+extern void push_child(next_interesting_function_t parent, next_interesting_function_t child);
+extern struct cgraph_node *get_cnode(const_tree fndecl);
+extern next_interesting_function_t global_next_interesting_function[GLOBAL_NIFN_LEN];
-+extern next_interesting_function_t get_global_next_interesting_function_entry(const char *decl_name, const char *context, unsigned int hash, unsigned int num, enum size_overflow_mark marked);
-+extern next_interesting_function_t get_global_next_interesting_function_entry_with_hash(const_tree decl, const char *decl_name, unsigned int num, enum size_overflow_mark marked);
++extern next_interesting_function_t get_global_next_interesting_function_entry(struct fn_raw_data *raw_data);
++extern next_interesting_function_t get_global_next_interesting_function_entry_with_hash(struct fn_raw_data *raw_data);
+extern void size_overflow_register_hooks(void);
+#if BUILDING_GCC_VERSION >= 4009
+extern opt_pass *make_size_overflow_functions_pass(void);
@@ -132971,9 +144457,10 @@ index 0000000..07e2ba7
+extern struct opt_pass *make_size_overflow_functions_pass(void);
+#endif
+extern void size_overflow_node_removal_hook(struct cgraph_node *node, void *data);
-+extern next_interesting_function_t get_and_create_next_node_from_global_next_nodes(tree decl, unsigned int num, enum size_overflow_mark marked, next_interesting_function_t orig_next_node);
-+extern next_interesting_function_t create_new_next_interesting_decl(tree decl, const char *decl_name, unsigned int num, enum size_overflow_mark marked, next_interesting_function_t orig_next_node);
-+extern next_interesting_function_t create_new_next_interesting_entry(const char *decl_name, const char *context, unsigned int hash, unsigned int num, enum size_overflow_mark marked, next_interesting_function_t orig_next_node);
++extern next_interesting_function_t get_and_create_next_node_from_global_next_nodes(struct fn_raw_data *raw_data, next_interesting_function_t orig_next_node);
++extern next_interesting_function_t create_new_next_interesting_decl(struct fn_raw_data *raw_data, next_interesting_function_t orig_next_node);
++extern next_interesting_function_t create_new_next_interesting_entry(struct fn_raw_data *raw_data, next_interesting_function_t orig_next_node);
++extern bool is_default_error_data_flow(error_code_t error_code);
+
+
+// size_overflow_lto.c
@@ -132987,10 +144474,10 @@ index 0000000..07e2ba7
+#endif
+
+// size_overflow_fnptrs.c
-+extern next_interesting_function_t handle_function_ptr_ret(gimple_set *visited, next_interesting_function_t next_cnodes_head, const_tree fn_ptr);
++extern void handle_function_ptr_ret(struct walk_use_def_data *use_def_data, const_tree fn_ptr);
+extern void check_local_variables(next_interesting_function_t next_node);
+extern void check_global_variables(next_interesting_function_t cur_global);
-+extern next_interesting_function_t get_and_create_next_node_from_global_next_nodes_fnptr(const_tree fn_ptr, unsigned int num, enum size_overflow_mark marked);
++extern next_interesting_function_t get_and_create_next_node_from_global_next_nodes_fnptr(const_tree fn_ptr, struct fn_raw_data *raw_data);
+
+
+// size_overflow_debug.c
@@ -133001,14 +144488,15 @@ index 0000000..07e2ba7
+extern void __unused print_children_chain_list(next_interesting_function_t next_node);
+extern void __unused print_all_next_node_children_chain_list(next_interesting_function_t next_node);
+extern const char * __unused print_so_mark_name(enum size_overflow_mark mark);
++extern const char * __unused print_intentional_mark_name(enum intentional_mark mark);
+
+#endif
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_debug.c b/tools/gcc/size_overflow_plugin/size_overflow_debug.c
new file mode 100644
-index 0000000..b8e7188
+index 0000000..48994d7
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_debug.c
-@@ -0,0 +1,164 @@
+@@ -0,0 +1,192 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -133091,8 +144579,13 @@ index 0000000..b8e7188
+#else
+ FOR_EACH_VEC_SAFE_ELT(node->children, i, cur) {
+#endif
-+ fprintf(stderr, "\t%u. child: %s %u %p\n", i + 1, cur->decl_name, cur->num, cur);
++ fprintf(stderr, "\t%u. child: %s %u %p marked: %s context: %s\n", i + 1, cur->decl_name, cur->num, cur, print_so_mark_name(cur->marked), cur->context);
+ }
++
++ if (is_default_error_data_flow(node->error_data_flow))
++ fprintf(stderr, "error data flow: default\n");
++ else
++ fprintf(stderr, "error data flow: bin_op: %c, error_const: %c, only_signed_unsigned_cast: %c\n", node->error_data_flow->bin_op?'t':'f', node->error_data_flow->error_const?'t':'f', node->error_data_flow->only_signed_unsigned_cast?'t':'f');
+}
+
+// Dump the full next_interesting_function_t list for parsing by print_dependecy.py
@@ -133165,28509 +144658,16098 @@ index 0000000..b8e7188
+ }
+}
+
++const char * __unused print_intentional_mark_name(enum intentional_mark mark)
++{
++ switch(mark) {
++ case MARK_NO:
++ return "mark no";
++ case MARK_YES:
++ return "mark yes";
++ case MARK_END_INTENTIONAL:
++ return "mark end intetional";
++ case MARK_TURN_OFF:
++ return "mark turn off";
++ }
++
++ gcc_unreachable();
++}
++
+const char * __unused print_so_mark_name(enum size_overflow_mark mark)
+{
-+ if (mark == ASM_STMT_SO_MARK)
++ switch(mark) {
++ case ASM_STMT_SO_MARK:
+ return "asm_stmt_so_mark";
-+ if (mark == YES_SO_MARK)
++ case YES_SO_MARK:
+ return "yes_so_mark";
-+ return "no_so_mark";
++ case NO_SO_MARK:
++ return "no_so_mark";
++ case ERROR_CODE_SO_MARK:
++ return "error_code_so_mark";
++ }
++
++ gcc_unreachable();
+}
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_hash.data b/tools/gcc/size_overflow_plugin/size_overflow_hash.data
new file mode 100644
-index 0000000..ed2d97b
+index 0000000..2281d65
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_hash.data
-@@ -0,0 +1,28385 @@
-+intel_fake_agp_alloc_by_type_1 intel_fake_agp_alloc_by_type 1 1 NULL nohasharray
-+iwl_set_tx_power_1 iwl_set_tx_power 0 1 &intel_fake_agp_alloc_by_type_1
-+ocfs2_get_refcount_tree_3 ocfs2_get_refcount_tree 0 3 NULL
-+phy_read_mmd_4 phy_read_mmd 0 4 NULL
-+smsc95xx_mdio_read_10 smsc95xx_mdio_read 0 10 NULL
-+ext3_writeback_write_end_11 ext3_writeback_write_end 5-0 11 NULL
-+show_ioc_guid_17 show_ioc_guid 0 17 NULL
-+lpfc_topology_show_18 lpfc_topology_show 0 18 NULL nohasharray
-+chassis_clear_18 chassis_clear 0-4 18 &lpfc_topology_show_18
-+mmc_sdio_init_card_20 mmc_sdio_init_card 0 20 NULL
-+storvsc_connect_to_vsp_22 storvsc_connect_to_vsp 2 22 NULL
-+compat_sock_setsockopt_23 compat_sock_setsockopt 5 23 NULL
-+rio_disc_mport_26 rio_disc_mport 0 26 NULL
-+carl9170_alloc_27 carl9170_alloc 1 27 NULL
-+target_core_dev_wwn_show_attr_vpd_unit_serial_33 target_core_dev_wwn_show_attr_vpd_unit_serial 0 33 NULL
-+show_ipv4_iface_dhcp_dns_address_en_34 show_ipv4_iface_dhcp_dns_address_en 0 34 NULL
-+eeprom_93xx46_ew_42 eeprom_93xx46_ew 0 42 NULL
-+atl1e_phy_commit_44 atl1e_phy_commit 0 44 NULL
-+iwlagn_rxon_connect_53 iwlagn_rxon_connect 0 53 NULL
-+padzero_55 padzero 1 55 NULL nohasharray
-+sel_read_policyvers_55 sel_read_policyvers 3-0 55 &padzero_55 nohasharray
-+ext3_xattr_security_list_55 ext3_xattr_security_list 0-5 55 &sel_read_policyvers_55
-+cfg80211_disconnected_57 cfg80211_disconnected 4 57 NULL
-+tps65910_rtc_alarm_irq_enable_59 tps65910_rtc_alarm_irq_enable 0 59 NULL
-+lp3971_ldo_enable_63 lp3971_ldo_enable 0 63 NULL nohasharray
-+lxfb_check_var_63 lxfb_check_var 0 63 &lp3971_ldo_enable_63
-+__skb_to_sgvec_72 __skb_to_sgvec 0 72 NULL
-+_nfs41_test_stateid_76 _nfs41_test_stateid 0 76 NULL
-+gadget_strings_product_store_78 gadget_strings_product_store 0-3 78 NULL
-+ocfs2_remove_btree_range_81 ocfs2_remove_btree_range 0 81 NULL
-+write_file_tpc_86 write_file_tpc 3-0 86 NULL nohasharray
-+uwb_dev_LQE_show_86 uwb_dev_LQE_show 0 86 &write_file_tpc_86
-+snd_korg1212_copy_to_92 snd_korg1212_copy_to 6 92 NULL
-+load_msg_95 load_msg 2 95 NULL
-+bnx2_reset_chip_101 bnx2_reset_chip 0 101 NULL
-+fat_statfs_102 fat_statfs 0 102 NULL
-+ov9650_set_hvflip_105 ov9650_set_hvflip 0 105 NULL
-+nilfs_direct_insert_106 nilfs_direct_insert 0 106 NULL
-+af9015_ctrl_msg_107 af9015_ctrl_msg 0 107 NULL
-+device_flush_iotlb_115 device_flush_iotlb 2-3 115 NULL
-+ipath_verbs_send_117 ipath_verbs_send 3-5 117 NULL
-+nilfs_transaction_commit_119 nilfs_transaction_commit 0 119 NULL
-+_rtl_prep_rx_urb_122 _rtl_prep_rx_urb 0 122 NULL
-+wl1273_fm_stop_125 wl1273_fm_stop 0 125 NULL
-+smack_syslog_126 smack_syslog 0 126 NULL
-+init_q_132 init_q 4 132 NULL
-+btrfs_setxattr_135 btrfs_setxattr 0 135 NULL
-+xfs_inobt_free_block_139 xfs_inobt_free_block 0 139 NULL
-+memstick_alloc_host_142 memstick_alloc_host 1 142 NULL
-+gfs2_glock_get_147 gfs2_glock_get 0 147 NULL nohasharray
-+st_magn_buffer_predisable_147 st_magn_buffer_predisable 0 147 &gfs2_glock_get_147
-+wusb_dev_4way_handshake_150 wusb_dev_4way_handshake 0 150 NULL
-+ping_v6_sendmsg_152 ping_v6_sendmsg 4-0 152 NULL
-+scsi_dh_handler_attach_153 scsi_dh_handler_attach 0 153 NULL nohasharray
-+tracing_trace_options_write_153 tracing_trace_options_write 3 153 &scsi_dh_handler_attach_153
-+set_max_uV_156 set_max_uV 0-4 156 NULL
-+cm_suspend_prepare_161 cm_suspend_prepare 0 161 NULL
-+pci_request_selected_regions_169 pci_request_selected_regions 0 169 NULL
-+pvr2_buffer_queue_181 pvr2_buffer_queue 0 181 NULL nohasharray
-+rtl_op_add_interface_181 rtl_op_add_interface 0 181 &pvr2_buffer_queue_181
-+iscsi_nacl_auth_show_authenticate_target_183 iscsi_nacl_auth_show_authenticate_target 0 183 NULL
-+tda18212_get_if_frequency_185 tda18212_get_if_frequency 0 185 NULL
-+ds2780_store_eeprom_188 ds2780_store_eeprom 0 188 NULL
-+xfs_buf_item_get_format_189 xfs_buf_item_get_format 2 189 NULL
-+xfs_bmap_btalloc_192 xfs_bmap_btalloc 0 192 NULL nohasharray
-+max8998_rtc_stop_alarm_192 max8998_rtc_stop_alarm 0 192 &xfs_bmap_btalloc_192
-+iscsi_session_setup_196 iscsi_session_setup 5-4 196 NULL
-+palmas_write_197 palmas_write 0 197 NULL
-+nes_inetaddr_event_198 nes_inetaddr_event 0 198 NULL
-+obd_proc_jobid_var_seq_write_199 obd_proc_jobid_var_seq_write 3 199 NULL
-+dbg_leb_map_204 dbg_leb_map 0 204 NULL
-+owned_show_208 owned_show 0 208 NULL
-+create_bind_cap_vol_ctl_209 create_bind_cap_vol_ctl 0 209 NULL
-+store_cpufv_215 store_cpufv 0-4 215 NULL
-+snd_cx18_pcm_prepare_219 snd_cx18_pcm_prepare 0 219 NULL nohasharray
-+target_stat_scsi_auth_intr_show_attr_write_mbytes_219 target_stat_scsi_auth_intr_show_attr_write_mbytes 0 219 &snd_cx18_pcm_prepare_219
-+mt9m111_set_autowhitebalance_221 mt9m111_set_autowhitebalance 0 221 NULL
-+__gfs2_setattr_simple_228 __gfs2_setattr_simple 0 228 NULL
-+shdma_init_232 shdma_init 3 232 NULL
-+aux1_show_233 aux1_show 0 233 NULL
-+class_pktcdvd_store_remove_235 class_pktcdvd_store_remove 0-4 235 NULL
-+netlbl_unlhsh_remove_237 netlbl_unlhsh_remove 0 237 NULL
-+usb_pcwd_notify_sys_241 usb_pcwd_notify_sys 0 241 NULL
-+ore_write_243 ore_write 0 243 NULL
-+ac_read_244 ac_read 0-3 244 NULL
-+vlan_proc_add_dev_245 vlan_proc_add_dev 0 245 NULL
-+ll_xattr_cache_seq_write_250 ll_xattr_cache_seq_write 3 250 NULL
-+vpdma_create_desc_list_255 vpdma_create_desc_list 2 255 NULL
-+rt73usb_enable_radio_258 rt73usb_enable_radio 0 258 NULL
-+sctp_assoc_set_bind_addr_from_ep_263 sctp_assoc_set_bind_addr_from_ep 0 263 NULL
-+setup_stream_272 setup_stream 0 272 NULL nohasharray
-+mxl111sf_ctrl_msg_272 mxl111sf_ctrl_msg 0 272 &setup_stream_272 nohasharray
-+mpls_dev_sysctl_register_272 mpls_dev_sysctl_register 0 272 &mxl111sf_ctrl_msg_272
-+xfs_dabuf_map_277 xfs_dabuf_map 0 277 NULL
-+lp855x_get_chip_id_278 lp855x_get_chip_id 0 278 NULL nohasharray
-+iscsi_tpg_attrib_show_demo_mode_write_protect_278 iscsi_tpg_attrib_show_demo_mode_write_protect 0 278 &lp855x_get_chip_id_278
-+print_cpu_modalias_279 print_cpu_modalias 0 279 NULL
-+bdx_change_mtu_282 bdx_change_mtu 0 282 NULL
-+netdev_get_sset_count_286 netdev_get_sset_count 0 286 NULL
-+read_file_war_stats_292 read_file_war_stats 3-0 292 NULL
-+ipvlan_open_298 ipvlan_open 0 298 NULL
-+grgpio_to_irq_300 grgpio_to_irq 2 300 NULL nohasharray
-+sctp_make_control_300 sctp_make_control 4 300 &grgpio_to_irq_300
-+pin_configs_show_303 pin_configs_show 0 303 NULL
-+SYSC_connect_304 SYSC_connect 3 304 NULL
-+tipc_skb_tailroom_305 tipc_skb_tailroom 0 305 NULL
-+syslog_print_307 syslog_print 2-0 307 NULL
-+iscsi_stat_instance_show_attr_nodes_309 iscsi_stat_instance_show_attr_nodes 0 309 NULL
-+platform_device_add_data_310 platform_device_add_data 3-0 310 NULL
-+wl1251_cmd_interrogate_311 wl1251_cmd_interrogate 0 311 NULL
-+dn_setsockopt_314 dn_setsockopt 5-0 314 NULL
-+next_bitstream_show_315 next_bitstream_show 0 315 NULL nohasharray
-+cpumask_parselist_user_315 cpumask_parselist_user 0 315 &next_bitstream_show_315
-+nilfs_btree_last_key_316 nilfs_btree_last_key 0 316 NULL
-+batadv_interface_open_321 batadv_interface_open 0 321 NULL
-+snd_seq_delete_port_322 snd_seq_delete_port 0 322 NULL
-+show_tabletMouseLeft_325 show_tabletMouseLeft 0 325 NULL
-+ath9k_wmi_cmd_327 ath9k_wmi_cmd 4-0 327 NULL
-+ceph_sync_read_328 ceph_sync_read 0 328 NULL nohasharray
-+show_ipv6_iface_nd_stale_tmo_328 show_ipv6_iface_nd_stale_tmo 0 328 &ceph_sync_read_328
-+btrfs_calc_avail_data_space_329 btrfs_calc_avail_data_space 0 329 NULL
-+map_urb_for_dma_332 map_urb_for_dma 0 332 NULL
-+rv3029c2_rtc_read_time_335 rv3029c2_rtc_read_time 0 335 NULL
-+gadget_strings_manufacturer_store_337 gadget_strings_manufacturer_store 0-3 337 NULL
-+scsiback_tpg_param_store_alias_338 scsiback_tpg_param_store_alias 0-3 338 NULL
-+tg3_get_eeprom_len_352 tg3_get_eeprom_len 0 352 NULL
-+ghash_setkey_353 ghash_setkey 0 353 NULL
-+DMAbuf_getrdbuffer_354 DMAbuf_getrdbuffer 0 354 NULL nohasharray
-+add_automute_mode_enum_354 add_automute_mode_enum 0 354 &DMAbuf_getrdbuffer_354
-+show_conn_param_ISCSI_PARAM_IP_FRAGMENT_DISABLE_359 show_conn_param_ISCSI_PARAM_IP_FRAGMENT_DISABLE 0 359 NULL
-+mlx5_core_access_reg_361 mlx5_core_access_reg 3-5 361 NULL
-+boottime_get_364 boottime_get 0 364 NULL nohasharray
-+si4713_tx_rds_buff_364 si4713_tx_rds_buff 0 364 &boottime_get_364 nohasharray
-+genphy_config_init_364 genphy_config_init 0 364 &si4713_tx_rds_buff_364
-+batadv_originator_init_367 batadv_originator_init 0 367 NULL
-+igb_get_rxfh_indir_size_372 igb_get_rxfh_indir_size 0 372 NULL nohasharray
-+rf_set_freq_372 rf_set_freq 0 372 &igb_get_rxfh_indir_size_372
-+fanotify_get_response_373 fanotify_get_response 0 373 NULL nohasharray
-+cxgb4vf_get_regs_len_373 cxgb4vf_get_regs_len 0 373 &fanotify_get_response_373
-+cxacru_sysfs_store_adsl_config_375 cxacru_sysfs_store_adsl_config 0-4 375 NULL
-+cmtp_send_interopmsg_376 cmtp_send_interopmsg 7 376 NULL
-+gameport_description_show_382 gameport_description_show 0 382 NULL
-+dump_fh_385 dump_fh 0 385 NULL nohasharray
-+set_low_power_385 set_low_power 0-4 385 &dump_fh_385
-+xfs_dir_fsync_390 xfs_dir_fsync 0 390 NULL
-+lpfc_fcp_io_sched_show_392 lpfc_fcp_io_sched_show 0 392 NULL
-+gp2ap020a00f_exec_cmd_399 gp2ap020a00f_exec_cmd 0 399 NULL
-+pn_sock_get_port_400 pn_sock_get_port 0 400 NULL
-+ath5k_reset_404 ath5k_reset 0 404 NULL
-+hw_device_state_409 hw_device_state 0 409 NULL
-+aio_read_events_ring_410 aio_read_events_ring 3 410 NULL nohasharray
-+__bitmap_parselist_410 __bitmap_parselist 0 410 &aio_read_events_ring_410
-+show_fcstat_fcp_output_megabytes_411 show_fcstat_fcp_output_megabytes 0 411 NULL nohasharray
-+ebitmap_cpy_411 ebitmap_cpy 0 411 &show_fcstat_fcp_output_megabytes_411
-+max6902_get_reg_417 max6902_get_reg 0 417 NULL
-+lbs_rdmac_read_418 lbs_rdmac_read 3-0 418 NULL
-+__uac_clock_find_source_419 __uac_clock_find_source 0 419 NULL
-+ems_usb_open_422 ems_usb_open 0 422 NULL
-+patch_alc861_423 patch_alc861 0 423 NULL
-+oprofile_set_timeout_432 oprofile_set_timeout 0 432 NULL
-+lua_sysfs_read_control_433 lua_sysfs_read_control 0-5-6 433 NULL
-+null_init_434 null_init 0 434 NULL nohasharray
-+swsusp_swap_check_434 swsusp_swap_check 0 434 &null_init_434
-+usbtv_configure_for_norm_437 usbtv_configure_for_norm 0 437 NULL nohasharray
-+buffer_cpu_notify_437 buffer_cpu_notify 0 437 &usbtv_configure_for_norm_437
-+tw9910_mask_set_438 tw9910_mask_set 0 438 NULL
-+ds1286_set_alarm_440 ds1286_set_alarm 0 440 NULL
-+acpi_ev_create_gpe_block_441 acpi_ev_create_gpe_block 6 441 NULL
-+msr_write_444 msr_write 0-3 444 NULL
-+ath5k_add_interface_447 ath5k_add_interface 0 447 NULL
-+wl1271_power_on_450 wl1271_power_on 0 450 NULL
-+fat_ent_bread_451 fat_ent_bread 0 451 NULL
-+ath5k_hw_channel_452 ath5k_hw_channel 0 452 NULL
-+hid_sensor_power_state_453 hid_sensor_power_state 0 453 NULL
-+show_console_458 show_console 0 458 NULL
-+regcache_lzo_compress_464 regcache_lzo_compress 0 464 NULL nohasharray
-+core_alua_show_nonop_delay_msecs_464 core_alua_show_nonop_delay_msecs 0 464 &regcache_lzo_compress_464
-+bnx2x_compare_fw_ver_466 bnx2x_compare_fw_ver 0 466 NULL
-+smack_inode_getxattr_469 smack_inode_getxattr 0 469 NULL
-+_alloc_get_attr_desc_470 _alloc_get_attr_desc 2 470 NULL nohasharray
-+dib0700_i2c_xfer_legacy_470 dib0700_i2c_xfer_legacy 0 470 &_alloc_get_attr_desc_470
-+reg_show_state_474 reg_show_state 0 474 NULL
-+dccp_manip_pkt_476 dccp_manip_pkt 4 476 NULL
-+flash_fault_show_477 flash_fault_show 0 477 NULL
-+sparse_index_init_482 sparse_index_init 0 482 NULL nohasharray
-+netxen_get_sset_count_482 netxen_get_sset_count 0 482 &sparse_index_init_482
-+videobuf_streamon_485 videobuf_streamon 0 485 NULL
-+cfs_trace_set_debug_mb_usrstr_486 cfs_trace_set_debug_mb_usrstr 2 486 NULL
-+nvme_trans_modesel_data_488 nvme_trans_modesel_data 4 488 NULL
-+saa7146_s_ctrl_492 saa7146_s_ctrl 0 492 NULL
-+rmd256_init_494 rmd256_init 0 494 NULL
-+solo_queue_setup_497 solo_queue_setup 0 497 NULL
-+eventfd_ctx_read_499 eventfd_ctx_read 0 499 NULL
-+iwl_dbgfs_protection_mode_write_502 iwl_dbgfs_protection_mode_write 3-0 502 NULL
-+read_vbt_r0_503 read_vbt_r0 1 503 NULL
-+rx_rx_defrag_end_read_505 rx_rx_defrag_end_read 3-0 505 NULL
-+hotkey_source_mask_show_508 hotkey_source_mask_show 0 508 NULL
-+smp_send_cmd_512 smp_send_cmd 3 512 NULL
-+ezx_pcap_set_bits_514 ezx_pcap_set_bits 0 514 NULL
-+_snd_pcm_hw_param_first_516 _snd_pcm_hw_param_first 0 516 NULL
-+tomoyo_socket_sendmsg_permission_521 tomoyo_socket_sendmsg_permission 0 521 NULL
-+airo_change_mtu_522 airo_change_mtu 0 522 NULL
-+nilfs_direct_last_key_525 nilfs_direct_last_key 0 525 NULL
-+ocfs2_validate_meta_ecc_bhs_527 ocfs2_validate_meta_ecc_bhs 0 527 NULL nohasharray
-+vmci_transport_stream_dequeue_527 vmci_transport_stream_dequeue 0-3 527 &ocfs2_validate_meta_ecc_bhs_527 nohasharray
-+sdio_claim_irq_527 sdio_claim_irq 0 527 &vmci_transport_stream_dequeue_527
-+roccat_common2_sysfs_write_light_control_528 roccat_common2_sysfs_write_light_control 0-6-5 528 NULL
-+store_temp_type_531 store_temp_type 0-4 531 NULL
-+show_temp_pwm_532 show_temp_pwm 0 532 NULL nohasharray
-+csio_t5_mc_read_532 csio_t5_mc_read 0 532 &show_temp_pwm_532
-+radeonfb_set_par_533 radeonfb_set_par 0 533 NULL
-+zlib_deflate_workspacesize_537 zlib_deflate_workspacesize 0-2-1 537 NULL
-+s5p_mfc_alloc_dec_temp_buffers_v6_539 s5p_mfc_alloc_dec_temp_buffers_v6 0 539 NULL
-+iwl_dbgfs_wowlan_sram_read_540 iwl_dbgfs_wowlan_sram_read 3-0 540 NULL
-+write_room_541 write_room 0 541 NULL
-+dle_count_543 dle_count 0 543 NULL
-+broadsheet_spiflash_read_range_547 broadsheet_spiflash_read_range 0 547 NULL
-+devres_alloc_551 devres_alloc 2 551 NULL
-+sco_sock_setsockopt_552 sco_sock_setsockopt 5-0 552 NULL
-+init_560 init 0 560 NULL nohasharray
-+store_lid_resume_560 store_lid_resume 0-4 560 &init_560
-+dev_hard_header_565 dev_hard_header 0 565 NULL nohasharray
-+start_isoc_chain_565 start_isoc_chain 2 565 &dev_hard_header_565
-+sha256_ssse3_export_568 sha256_ssse3_export 0 568 NULL
-+musb_g_ep0_queue_573 musb_g_ep0_queue 0 573 NULL
-+myri10ge_open_577 myri10ge_open 0 577 NULL
-+show_fnode_auto_snd_tgt_disable_582 show_fnode_auto_snd_tgt_disable 0 582 NULL nohasharray
-+layout_store_582 layout_store 0-3 582 &show_fnode_auto_snd_tgt_disable_582
-+compat_sys_preadv_583 compat_sys_preadv 3 583 NULL
-+wdt_notify_sys_584 wdt_notify_sys 0 584 NULL
-+fb_check_caps_585 fb_check_caps 0 585 NULL
-+_nfs4_lookup_root_589 _nfs4_lookup_root 0 589 NULL nohasharray
-+dln2_i2c_xfer_589 dln2_i2c_xfer 0-3 589 &_nfs4_lookup_root_589
-+smk_write_load_self2_591 smk_write_load_self2 3-0 591 NULL
-+card_id_show_592 card_id_show 0 592 NULL nohasharray
-+adp8870_bl_ambient_light_level_show_592 adp8870_bl_ambient_light_level_show 0 592 &card_id_show_592
-+show_rdac4_594 show_rdac4 0 594 NULL nohasharray
-+sctp_v6_addr_to_user_594 sctp_v6_addr_to_user 0 594 &show_rdac4_594
-+sdr_cap_buf_prepare_600 sdr_cap_buf_prepare 0 600 NULL
-+fan_set_level_safe_602 fan_set_level_safe 0 602 NULL
-+iscsi_stat_sess_err_attr_show_603 iscsi_stat_sess_err_attr_show 0 603 NULL
-+ni_gpct_device_construct_610 ni_gpct_device_construct 5 610 NULL
-+show_speed_scan_613 show_speed_scan 0 613 NULL nohasharray
-+enic_dma_map_check_613 enic_dma_map_check 2 613 &show_speed_scan_613
-+pmcraid_show_drv_version_614 pmcraid_show_drv_version 0 614 NULL
-+fuse_request_alloc_nofs_617 fuse_request_alloc_nofs 1 617 NULL
-+ptlrpc_lprocfs_nrs_seq_write_621 ptlrpc_lprocfs_nrs_seq_write 3 621 NULL
-+sysfs_acpi_set_625 sysfs_acpi_set 3-0 625 NULL
-+viafb_dfpl_proc_write_627 viafb_dfpl_proc_write 3-0 627 NULL
-+store_temp_auto_offset_632 store_temp_auto_offset 0-4 632 NULL
-+bus_for_each_drv_634 bus_for_each_drv 0 634 NULL
-+drbd_bm_find_next_643 drbd_bm_find_next 2 643 NULL nohasharray
-+qla2x00_fabric_param_show_643 qla2x00_fabric_param_show 0 643 &drbd_bm_find_next_643 nohasharray
-+cfs_hash_bkt_size_643 cfs_hash_bkt_size 0 643 &qla2x00_fabric_param_show_643
-+unlink_queued_645 unlink_queued 3-4 645 NULL nohasharray
-+i40e_vsi_open_645 i40e_vsi_open 0 645 &unlink_queued_645
-+iscsi_nacl_auth_show_password_mutual_648 iscsi_nacl_auth_show_password_mutual 0 648 NULL
-+read_650 read 0-5-6 650 NULL
-+device_bind_driver_651 device_bind_driver 0 651 NULL nohasharray
-+kovaplus_sysfs_set_actual_profile_651 kovaplus_sysfs_set_actual_profile 0-4 651 &device_bind_driver_651
-+max2165_set_params_652 max2165_set_params 0 652 NULL
-+dtim_interval_read_654 dtim_interval_read 3-0 654 NULL
-+cifs_strict_readv_656 cifs_strict_readv 0 656 NULL
-+mpage_readpage_658 mpage_readpage 0 658 NULL
-+si476x_core_cmd_fm_rds_status_663 si476x_core_cmd_fm_rds_status 0 663 NULL
-+show_ds_req_665 show_ds_req 0 665 NULL
-+gr_add_dma_desc_668 gr_add_dma_desc 0 668 NULL
-+nvif_notify_new_671 nvif_notify_new 6 671 NULL
-+div_u64_rem_672 div_u64_rem 0 672 NULL
-+xfrm_aevent_msgsize_674 xfrm_aevent_msgsize 0 674 NULL
-+mem_rx_free_mem_blks_read_675 mem_rx_free_mem_blks_read 3-0 675 NULL
-+qla4xxx_soft_reset_676 qla4xxx_soft_reset 0 676 NULL
-+idt77252_init_tx_682 idt77252_init_tx 0 682 NULL
-+sys_sendfile64_687 sys_sendfile64 4 687 NULL
-+cxacru_sysfs_showattr_bool_692 cxacru_sysfs_showattr_bool 0 692 NULL
-+loop_attr_do_show_offset_696 loop_attr_do_show_offset 0 696 NULL nohasharray
-+snd_seq_cell_alloc_696 snd_seq_cell_alloc 0 696 &loop_attr_do_show_offset_696
-+vfio_cap_init_698 vfio_cap_init 0 698 NULL
-+max8925_reg_read_700 max8925_reg_read 0 700 NULL
-+padata_sysfs_show_701 padata_sysfs_show 0 701 NULL
-+rtl8169_try_rx_copy_705 rtl8169_try_rx_copy 3 705 NULL
-+ocfs2_fast_symlink_readpage_711 ocfs2_fast_symlink_readpage 0 711 NULL
-+ipath_resize_cq_712 ipath_resize_cq 2 712 NULL nohasharray
-+caif_connect_req_to_link_param_712 caif_connect_req_to_link_param 0 712 &ipath_resize_cq_712
-+i8k_hwmon_set_pwm_713 i8k_hwmon_set_pwm 0-4 713 NULL
-+vlan_get_size_715 vlan_get_size 0 715 NULL
-+disk_max_parts_719 disk_max_parts 0 719 NULL
-+ecryptfs_get_lower_file_724 ecryptfs_get_lower_file 0 724 NULL
-+common_perm_726 common_perm 0 726 NULL
-+sctp_setsockopt_peer_addr_params_734 sctp_setsockopt_peer_addr_params 3-0 734 NULL
-+tpm_inf_recv_735 tpm_inf_recv 0-3 735 NULL
-+wm8962_gpio_direction_out_738 wm8962_gpio_direction_out 0 738 NULL nohasharray
-+provisioning_mode_show_738 provisioning_mode_show 0 738 &wm8962_gpio_direction_out_738
-+store_selfballooning_741 store_selfballooning 0-4 741 NULL
-+c2port_read_dr_742 c2port_read_dr 0 742 NULL nohasharray
-+ubifs_budget_space_742 ubifs_budget_space 0 742 &c2port_read_dr_742
-+srp_send_req_748 srp_send_req 0 748 NULL
-+ddp_set_map_751 ddp_set_map 4 751 NULL
-+xfs_xattr_set_752 xfs_xattr_set 0 752 NULL
-+dvb_video_write_754 dvb_video_write 3-0 754 NULL
-+show_node_type_755 show_node_type 0 755 NULL
-+mc13783_gpo_regulator_disable_757 mc13783_gpo_regulator_disable 0 757 NULL
-+nilfs_snapshot_attr_show_760 nilfs_snapshot_attr_show 0 760 NULL
-+add_stereo_sw_763 add_stereo_sw 0 763 NULL
-+vx_start_stream_766 vx_start_stream 0 766 NULL nohasharray
-+mpage_writepage_766 mpage_writepage 0 766 &vx_start_stream_766 nohasharray
-+reconfigure_port_766 reconfigure_port 0 766 &mpage_writepage_766
-+netxen_show_diag_mode_767 netxen_show_diag_mode 0 767 NULL
-+show_counter_rx_p1_hdr_egr_ovfls_775 show_counter_rx_p1_hdr_egr_ovfls 0 775 NULL
-+s3c_hsotg_ep_queue_778 s3c_hsotg_ep_queue 0 778 NULL
-+dbg_check_tnc_779 dbg_check_tnc 0 779 NULL
-+ceph_monc_do_statfs_781 ceph_monc_do_statfs 0 781 NULL nohasharray
-+cfs_trace_allocate_string_buffer_781 cfs_trace_allocate_string_buffer 2 781 &ceph_monc_do_statfs_781
-+jbd2_journal_dirty_metadata_784 jbd2_journal_dirty_metadata 0 784 NULL nohasharray
-+av7110_ir_proc_write_784 av7110_ir_proc_write 0-3 784 &jbd2_journal_dirty_metadata_784
-+ath6kl_disconnect_timeout_write_794 ath6kl_disconnect_timeout_write 3-0 794 NULL
-+mwifiex_cmd_802_11_scan_ext_803 mwifiex_cmd_802_11_scan_ext 0 803 NULL
-+i2c_hid_power_806 i2c_hid_power 0 806 NULL
-+ath5k_rxbuf_setup_807 ath5k_rxbuf_setup 0 807 NULL
-+sb16_audio_prepare_for_input_808 sb16_audio_prepare_for_input 0 808 NULL nohasharray
-+ping_check_bind_addr_808 ping_check_bind_addr 0 808 &sb16_audio_prepare_for_input_808
-+driver_sysfs_add_809 driver_sysfs_add 0 809 NULL
-+sdo_g_mbus_fmt_811 sdo_g_mbus_fmt 0 811 NULL
-+csio_vport_create_812 csio_vport_create 0 812 NULL
-+dlm_attr_store_813 dlm_attr_store 0-4 813 NULL
-+if_writecmd_815 if_writecmd 2 815 NULL
-+wl1251_boot_upload_nvs_817 wl1251_boot_upload_nvs 0 817 NULL
-+igb_request_irq_821 igb_request_irq 0 821 NULL
-+si4713_read_property_825 si4713_read_property 0 825 NULL
-+read_fifo_826 read_fifo 3 826 NULL nohasharray
-+read_mmd_indirect_826 read_mmd_indirect 0 826 &read_fifo_826
-+brightness_get_837 brightness_get 0 837 NULL nohasharray
-+wl1251_op_start_837 wl1251_op_start 0 837 &brightness_get_837
-+sht15_update_measurements_838 sht15_update_measurements 0 838 NULL nohasharray
-+netprio_device_event_838 netprio_device_event 0 838 &sht15_update_measurements_838
-+show_capability_841 show_capability 0 841 NULL
-+SyS_write_846 SyS_write 3 846 NULL
-+kobil_write_room_847 kobil_write_room 0 847 NULL
-+tnc_next_848 tnc_next 0 848 NULL
-+um_idi_read_850 um_idi_read 3-0 850 NULL
-+watchdog_write_856 watchdog_write 0-3 856 NULL
-+phy_ethtool_gset_857 phy_ethtool_gset 0 857 NULL
-+error_state_read_859 error_state_read 6-0-5 859 NULL
-+reqbufs_output_860 reqbufs_output 0 860 NULL
-+port100_alloc_skb_861 port100_alloc_skb 2 861 NULL nohasharray
-+iio_triggered_buffer_predisable_861 iio_triggered_buffer_predisable 0 861 &port100_alloc_skb_861
-+tuner_i2c_xfer_send_recv_864 tuner_i2c_xfer_send_recv 0-5 864 NULL
-+btrfs_dirty_inode_868 btrfs_dirty_inode 0 868 NULL
-+ipr_read_trace_869 ipr_read_trace 6-0-5 869 NULL nohasharray
-+ace_set_mac_addr_869 ace_set_mac_addr 0 869 &ipr_read_trace_869 nohasharray
-+hfsplus_setxattr_869 hfsplus_setxattr 0 869 &ace_set_mac_addr_869
-+epx_c3_notify_sys_871 epx_c3_notify_sys 0 871 NULL
-+i2c_wait_done_873 i2c_wait_done 0 873 NULL
-+link_mem_sections_878 link_mem_sections 0 878 NULL
-+iwl_dbgfs_fh_reg_read_879 iwl_dbgfs_fh_reg_read 3-0 879 NULL nohasharray
-+o2net_send_message_vec_879 o2net_send_message_vec 4 879 &iwl_dbgfs_fh_reg_read_879
-+show_conn_param_ISCSI_PARAM_PING_TMO_881 show_conn_param_ISCSI_PARAM_PING_TMO 0 881 NULL
-+fc2580_wr_reg_ff_883 fc2580_wr_reg_ff 0 883 NULL nohasharray
-+qla4_8xxx_sysfs_write_fw_dump_883 qla4_8xxx_sysfs_write_fw_dump 0-6-5 883 &fc2580_wr_reg_ff_883
-+set_node_desc_885 set_node_desc 0-4 885 NULL
-+show_fnode_max_burst_len_889 show_fnode_max_burst_len 0 889 NULL
-+vsock_stream_sendmsg_898 vsock_stream_sendmsg 0-4 898 NULL
-+btrfs_is_valid_xattr_899 btrfs_is_valid_xattr 0 899 NULL
-+drv_attr_show_903 drv_attr_show 0 903 NULL nohasharray
-+regulator_bulk_enable_903 regulator_bulk_enable 0 903 &drv_attr_show_903
-+tcpprobe_read_904 tcpprobe_read 0-3 904 NULL
-+snd_pcm_action_single_905 snd_pcm_action_single 0 905 NULL
-+set_file_info_909 set_file_info 0 909 NULL
-+mci_seconds_show_913 mci_seconds_show 0 913 NULL
-+tty_buffer_space_avail_919 tty_buffer_space_avail 0 919 NULL
-+prod_id1_show_921 prod_id1_show 0 921 NULL nohasharray
-+__reqbufs_921 __reqbufs 0 921 &prod_id1_show_921 nohasharray
-+ssp_enable_sensor_921 ssp_enable_sensor 0 921 &__reqbufs_921
-+kernel_sendpage_923 kernel_sendpage 4 923 NULL nohasharray
-+play_video_cb_923 play_video_cb 2 923 &kernel_sendpage_923
-+nfs4_do_fsinfo_925 nfs4_do_fsinfo 0 925 NULL nohasharray
-+pm_runtime_get_sync_925 pm_runtime_get_sync 0 925 &nfs4_do_fsinfo_925
-+wm8350_rtc_start_alarm_927 wm8350_rtc_start_alarm 0 927 NULL
-+snd_ensoniq_trigger_933 snd_ensoniq_trigger 0 933 NULL
-+regulator_enable_regmap_934 regulator_enable_regmap 0 934 NULL
-+ath10k_htt_h2t_stats_req_936 ath10k_htt_h2t_stats_req 0 936 NULL nohasharray
-+ad5360_write_unlocked_936 ad5360_write_unlocked 0 936 &ath10k_htt_h2t_stats_req_936
-+navman_write_938 navman_write 0-4 938 NULL
-+em25xx_bus_B_check_for_device_946 em25xx_bus_B_check_for_device 0 946 NULL
-+carl9170_cmd_buf_950 carl9170_cmd_buf 3 950 NULL nohasharray
-+xudc_start_950 xudc_start 0 950 &carl9170_cmd_buf_950
-+__nodes_weight_956 __nodes_weight 0 956 NULL
-+lpfc_fdmi_on_show_958 lpfc_fdmi_on_show 0 958 NULL nohasharray
-+nilfs_btree_prepare_delete_958 nilfs_btree_prepare_delete 0 958 &lpfc_fdmi_on_show_958
-+mem_limit_store_964 mem_limit_store 0-4 964 NULL
-+chksum_setkey_972 chksum_setkey 0 972 NULL
-+stop_975 stop 0 975 NULL nohasharray
-+mnt_want_write_975 mnt_want_write 0 975 &stop_975
-+gprs_open_978 gprs_open 0 978 NULL nohasharray
-+mlx4_cq_alloc_978 mlx4_cq_alloc 0 978 &gprs_open_978
-+mmio16read__read_file_981 mmio16read__read_file 0 981 NULL nohasharray
-+rocker_port_fdb_flush_981 rocker_port_fdb_flush 0 981 &mmio16read__read_file_981
-+_ctl_ioc_reply_queue_count_show_982 _ctl_ioc_reply_queue_count_show 0 982 NULL nohasharray
-+cx24113_set_params_982 cx24113_set_params 0 982 &_ctl_ioc_reply_queue_count_show_982
-+set_usb2_hw_lpm_983 set_usb2_hw_lpm 0 983 NULL
-+show_node_guid_985 show_node_guid 0 985 NULL
-+usnic_ib_qp_grp_dump_hdr_989 usnic_ib_qp_grp_dump_hdr 2 989 NULL
-+memcmp_990 memcmp 0 990 NULL
-+skge_rx_fill_991 skge_rx_fill 0 991 NULL
-+tts_notify_reboot_993 tts_notify_reboot 0 993 NULL nohasharray
-+memory_probe_store_993 memory_probe_store 0-4 993 &tts_notify_reboot_993
-+cma_free_mem_995 cma_free_mem 2 995 NULL
-+hdlcdev_rx_997 hdlcdev_rx 3 997 NULL
-+pch_udc_create_dma_chain_1001 pch_udc_create_dma_chain 0 1001 NULL
-+cdc_ncm_show_wNdpInDivisor_1003 cdc_ncm_show_wNdpInDivisor 0 1003 NULL nohasharray
-+show_sas_port_num_phys_1003 show_sas_port_num_phys 0 1003 &cdc_ncm_show_wNdpInDivisor_1003
-+remove_monitor_info_1004 remove_monitor_info 3 1004 NULL
-+wl1271_allocate_sta_1006 wl1271_allocate_sta 0 1006 NULL
-+ds1337_set_alarm_1008 ds1337_set_alarm 0 1008 NULL
-+bt856_init_1009 bt856_init 0 1009 NULL
-+readreg_1017 readreg 0-1 1017 NULL
-+cxusb_i2c_xfer_1019 cxusb_i2c_xfer 0-3 1019 NULL nohasharray
-+_do_truncate_1019 _do_truncate 0 1019 &cxusb_i2c_xfer_1019
-+smk_write_cipso2_1021 smk_write_cipso2 3-0 1021 NULL
-+si476x_core_cmd_am_rsq_status_1023 si476x_core_cmd_am_rsq_status 0 1023 NULL
-+show_fc_host_serial_number_1024 show_fc_host_serial_number 0 1024 NULL
-+niu_enable_rx_channel_1025 niu_enable_rx_channel 0 1025 NULL
-+exofs_writepages_1027 exofs_writepages 0 1027 NULL
-+il3945_show_antenna_1032 il3945_show_antenna 0 1032 NULL nohasharray
-+minor_show_1032 minor_show 0 1032 &il3945_show_antenna_1032
-+mpu401_open_1036 mpu401_open 0 1036 NULL nohasharray
-+mlx4_en_create_drop_qp_1036 mlx4_en_create_drop_qp 0 1036 &mpu401_open_1036
-+ltc4245_show_alarm_1037 ltc4245_show_alarm 0 1037 NULL
-+adis_update_scan_mode_1039 adis_update_scan_mode 0 1039 NULL
-+ath5k_start_1041 ath5k_start 0 1041 NULL
-+gigaset_initdriver_1060 gigaset_initdriver 2 1060 NULL nohasharray
-+lpfc_aer_support_store_1060 lpfc_aer_support_store 0-4 1060 &gigaset_initdriver_1060
-+qlcnic_fw_create_ctx_1065 qlcnic_fw_create_ctx 0 1065 NULL
-+mce_request_packet_1073 mce_request_packet 3 1073 NULL nohasharray
-+writeout_1073 writeout 0 1073 &mce_request_packet_1073
-+data_calc_1074 data_calc 0 1074 NULL
-+agp_create_memory_1075 agp_create_memory 1 1075 NULL nohasharray
-+mwifiex_histogram_write_1075 mwifiex_histogram_write 0-3 1075 &agp_create_memory_1075
-+hwrng_init_1077 hwrng_init 0 1077 NULL
-+tps65912_gpio_input_1084 tps65912_gpio_input 0 1084 NULL
-+nfs_pgarray_set_1085 nfs_pgarray_set 2 1085 NULL
-+zl10039_writereg_1086 zl10039_writereg 0 1086 NULL
-+xs_sendpages_1091 xs_sendpages 5 1091 NULL
-+llcp_sock_sendmsg_1092 llcp_sock_sendmsg 4-0 1092 NULL
-+n_tracerouter_read_1094 n_tracerouter_read 0 1094 NULL
-+nfs4_init_nonuniform_client_string_1097 nfs4_init_nonuniform_client_string 3 1097 NULL nohasharray
-+iscsi_nacl_param_show_ErrorRecoveryLevel_1097 iscsi_nacl_param_show_ErrorRecoveryLevel 0 1097 &nfs4_init_nonuniform_client_string_1097
-+fmc_transfer_rds_from_internal_buff_1098 fmc_transfer_rds_from_internal_buff 0 1098 NULL nohasharray
-+ath10k_hif_start_1098 ath10k_hif_start 0 1098 &fmc_transfer_rds_from_internal_buff_1098
-+in1_input_show_1099 in1_input_show 0 1099 NULL
-+bitmap_parse_1103 bitmap_parse 0 1103 NULL
-+show_1104 show 0 1104 NULL
-+__arch_hweight8_1105 __arch_hweight8 0 1105 NULL
-+store_risefalltime_1109 store_risefalltime 0-4 1109 NULL
-+omninet_open_1110 omninet_open 0 1110 NULL
-+utf8s_to_utf16s_1115 utf8s_to_utf16s 0 1115 NULL
-+indirect_bytes_number_1116 indirect_bytes_number 0-2 1116 NULL
-+b43legacy_phy_versioning_1117 b43legacy_phy_versioning 0 1117 NULL
-+bql_show_limit_min_1118 bql_show_limit_min 0 1118 NULL
-+show_temp_crit_enable_1119 show_temp_crit_enable 0 1119 NULL
-+edac_fake_inject_write_1120 edac_fake_inject_write 0-3 1120 NULL nohasharray
-+sha1_base_finish_1120 sha1_base_finish 0 1120 &edac_fake_inject_write_1120
-+splice_read_1122 splice_read 0 1122 NULL
-+sdio_uart_write_room_1123 sdio_uart_write_room 0 1123 NULL nohasharray
-+drvctl_store_1123 drvctl_store 0-4 1123 &sdio_uart_write_room_1123
-+__btrfs_cow_block_1125 __btrfs_cow_block 0 1125 NULL nohasharray
-+__ext4_journal_stop_1125 __ext4_journal_stop 0 1125 &__btrfs_cow_block_1125
-+cfg80211_report_obss_beacon_1133 cfg80211_report_obss_beacon 3 1133 NULL
-+vmalloc_32_1135 vmalloc_32 1 1135 NULL
-+ad1848_prepare_for_input_1140 ad1848_prepare_for_input 0 1140 NULL
-+loop_attr_sizelimit_show_1142 loop_attr_sizelimit_show 0 1142 NULL
-+gadget_dev_desc_bMaxPacketSize0_store_1145 gadget_dev_desc_bMaxPacketSize0_store 0-3 1145 NULL
-+queue_max_integrity_segments_show_1146 queue_max_integrity_segments_show 0 1146 NULL
-+gadget_config_desc_bmAttributes_show_1150 gadget_config_desc_bmAttributes_show 0 1150 NULL nohasharray
-+rt2800usb_enable_radio_1150 rt2800usb_enable_radio 0 1150 &gadget_config_desc_bmAttributes_show_1150 nohasharray
-+patch_vt3476_1150 patch_vt3476 0 1150 &rt2800usb_enable_radio_1150
-+queue_max_hw_sectors_show_1155 queue_max_hw_sectors_show 0 1155 NULL
-+i2400m_rx_ctl_1157 i2400m_rx_ctl 4 1157 NULL
-+lbs_set_host_sleep_1159 lbs_set_host_sleep 0 1159 NULL
-+hso_sysfs_show_porttype_1161 hso_sysfs_show_porttype 0 1161 NULL
-+invalid_io_show_1165 invalid_io_show 0 1165 NULL
-+wl18xx_acx_clear_statistics_1174 wl18xx_acx_clear_statistics 0 1174 NULL
-+pfkey_xfrm_policy2msg_size_1176 pfkey_xfrm_policy2msg_size 0 1176 NULL nohasharray
-+dw2104_i2c_transfer_1176 dw2104_i2c_transfer 0-3 1176 &pfkey_xfrm_policy2msg_size_1176
-+shm32write__write_file_1183 shm32write__write_file 0 1183 NULL
-+show_1186 show 0 1186 NULL
-+ipc_alloc_1192 ipc_alloc 1 1192 NULL nohasharray
-+store_sf_ctrl_1192 store_sf_ctrl 0-4 1192 &ipc_alloc_1192
-+ib_create_send_mad_1196 ib_create_send_mad 5 1196 NULL nohasharray
-+mc13892_gpo_regulator_disable_1196 mc13892_gpo_regulator_disable 0 1196 &ib_create_send_mad_1196
-+tcm_loop_tpg_show_transport_status_1197 tcm_loop_tpg_show_transport_status 0 1197 NULL nohasharray
-+bdx_vlan_rx_add_vid_1197 bdx_vlan_rx_add_vid 0 1197 &tcm_loop_tpg_show_transport_status_1197
-+ivtvfb_set_par_1198 ivtvfb_set_par 0 1198 NULL nohasharray
-+pstore_ftrace_knob_write_1198 pstore_ftrace_knob_write 3 1198 &ivtvfb_set_par_1198
-+i2400m_rx_ctl_ack_1199 i2400m_rx_ctl_ack 3 1199 NULL
-+i2cdev_read_1206 i2cdev_read 3-0 1206 NULL
-+profile_capable_1207 profile_capable 0 1207 NULL
-+kernfs_iop_setattr_1212 kernfs_iop_setattr 0 1212 NULL
-+lov_ost_pool_init_1215 lov_ost_pool_init 2 1215 NULL
-+cifs_writev_1218 cifs_writev 0 1218 NULL nohasharray
-+mlx4_table_get_1218 mlx4_table_get 0 1218 &cifs_writev_1218
-+fsync_buffers_list_1219 fsync_buffers_list 0 1219 NULL
-+generic_file_splice_read_1220 generic_file_splice_read 0 1220 NULL
-+power_1221 power 0 1221 NULL
-+xhci_check_maxpacket_1225 xhci_check_maxpacket 0 1225 NULL nohasharray
-+show_fcstat_fc_xid_not_found_1225 show_fcstat_fc_xid_not_found 0 1225 &xhci_check_maxpacket_1225
-+pci_ni8430_init_1228 pci_ni8430_init 0 1228 NULL
-+ipw_packet_received_skb_1230 ipw_packet_received_skb 2 1230 NULL nohasharray
-+show_out0_ouput_1230 show_out0_ouput 0 1230 &ipw_packet_received_skb_1230
-+mtd_type_show_1233 mtd_type_show 0 1233 NULL nohasharray
-+lbs_set_iface_type_1233 lbs_set_iface_type 0 1233 &mtd_type_show_1233
-+ipw2100_set_address_1236 ipw2100_set_address 0 1236 NULL
-+kernfs_file_direct_read_1238 kernfs_file_direct_read 3-0 1238 NULL
-+acpi_battery_write_alarm_1240 acpi_battery_write_alarm 3-0 1240 NULL
-+v9fs_write_inode_dotl_1241 v9fs_write_inode_dotl 0 1241 NULL
-+ehci_urb_enqueue_1242 ehci_urb_enqueue 0 1242 NULL
-+usnic_ib_show_cq_per_vf_1244 usnic_ib_show_cq_per_vf 0 1244 NULL
-+snd_hdac_read_1245 snd_hdac_read 0 1245 NULL
-+qla2x00_total_isp_aborts_show_1247 qla2x00_total_isp_aborts_show 0 1247 NULL
-+class_osdblk_remove_1250 class_osdblk_remove 0-4 1250 NULL
-+ipath_read_umem64_1254 ipath_read_umem64 0 1254 NULL
-+drm_primary_helper_create_plane_1262 drm_primary_helper_create_plane 3 1262 NULL
-+rocker_group_l2_fan_out_1265 rocker_group_l2_fan_out 3-0 1265 NULL
-+tw9910_s_fmt_1268 tw9910_s_fmt 0 1268 NULL nohasharray
-+roccat_common2_sysfs_write_keys_macro_1268 roccat_common2_sysfs_write_keys_macro 0-6-5 1268 &tw9910_s_fmt_1268
-+patch_ca0132_1272 patch_ca0132 0 1272 NULL
-+ioctl_private_iw_point_1273 ioctl_private_iw_point 7 1273 NULL nohasharray
-+show_aout_1273 show_aout 0 1273 &ioctl_private_iw_point_1273
-+bmc150_accel_validate_trigger_1275 bmc150_accel_validate_trigger 0 1275 NULL
-+n_ext_ts_show_1281 n_ext_ts_show 0 1281 NULL
-+snd_pcm_do_stop_1282 snd_pcm_do_stop 0 1282 NULL nohasharray
-+lpfc_bg_info_show_1282 lpfc_bg_info_show 0 1282 &snd_pcm_do_stop_1282
-+gdth_set_info_1287 gdth_set_info 0-3 1287 NULL nohasharray
-+SyS_flistxattr_1287 SyS_flistxattr 3 1287 &gdth_set_info_1287
-+tx_frag_in_process_called_read_1290 tx_frag_in_process_called_read 3-0 1290 NULL
-+add_std_chmaps_1291 add_std_chmaps 0 1291 NULL
-+posix_acl_xattr_set_1301 posix_acl_xattr_set 4-0 1301 NULL
-+falcon_reconfigure_port_1309 falcon_reconfigure_port 0 1309 NULL
-+nc_vendor_read_1315 nc_vendor_read 0 1315 NULL
-+ndo_switch_parent_id_get_1316 ndo_switch_parent_id_get 0 1316 NULL
-+wm_adsp_buf_alloc_1317 wm_adsp_buf_alloc 2 1317 NULL
-+edge_write_room_1318 edge_write_room 0 1318 NULL nohasharray
-+runtime_show_1318 runtime_show 0 1318 &edge_write_room_1318
-+show_eeprom_delay_1320 show_eeprom_delay 0 1320 NULL nohasharray
-+vbi_out_start_streaming_1320 vbi_out_start_streaming 0 1320 &show_eeprom_delay_1320
-+intel_iommu_show_ecap_1321 intel_iommu_show_ecap 0 1321 NULL
-+rio_mport_scan_1322 rio_mport_scan 0 1322 NULL
-+qlcnic_pci_sriov_configure_1327 qlcnic_pci_sriov_configure 2-0 1327 NULL nohasharray
-+push_node_left_1327 push_node_left 0 1327 &qlcnic_pci_sriov_configure_1327 nohasharray
-+mt9m111_set_red_balance_1327 mt9m111_set_red_balance 0 1327 &push_node_left_1327 nohasharray
-+geos_gpio_store_1327 geos_gpio_store 0-4 1327 &mt9m111_set_red_balance_1327
-+udf_statfs_1329 udf_statfs 0 1329 NULL
-+SMB2_get_srv_num_1333 SMB2_get_srv_num 0 1333 NULL
-+carl9170_rx_stream_1334 carl9170_rx_stream 3 1334 NULL nohasharray
-+md5_final_1334 md5_final 0 1334 &carl9170_rx_stream_1334
-+tcp_port_read_1340 tcp_port_read 0 1340 NULL
-+btrfs_submit_compressed_write_1347 btrfs_submit_compressed_write 5 1347 NULL
-+gen_pool_best_fit_1348 gen_pool_best_fit 2-3-4 1348 NULL
-+dccp_packet_1350 dccp_packet 0 1350 NULL nohasharray
-+nilfs_flush_device_1350 nilfs_flush_device 0 1350 &dccp_packet_1350 nohasharray
-+o2nm_cluster_attr_reconnect_delay_ms_write_1350 o2nm_cluster_attr_reconnect_delay_ms_write 0-3 1350 &nilfs_flush_device_1350
-+bond_verify_device_path_1352 bond_verify_device_path 3 1352 NULL nohasharray
-+tg_set_conf_u64_1352 tg_set_conf_u64 0-3 1352 &bond_verify_device_path_1352
-+em28xx_set_audio_source_1356 em28xx_set_audio_source 0 1356 NULL nohasharray
-+wait_obj_created_1356 wait_obj_created 0 1356 &em28xx_set_audio_source_1356
-+snd_pcm_lib_write1_1358 snd_pcm_lib_write1 0-3 1358 NULL
-+ipx_sendmsg_1362 ipx_sendmsg 4-0 1362 NULL nohasharray
-+show_fan_step_output_1362 show_fan_step_output 0 1362 &ipx_sendmsg_1362
-+__fscache_read_or_alloc_page_1365 __fscache_read_or_alloc_page 0 1365 NULL
-+bfad_im_fw_version_show_1366 bfad_im_fw_version_show 0 1366 NULL
-+pirq_enable_irq_1368 pirq_enable_irq 0 1368 NULL
-+fw_stats_raw_read_1369 fw_stats_raw_read 3-0 1369 NULL
-+snd_seq_ioctl_set_client_pool_1370 snd_seq_ioctl_set_client_pool 0 1370 NULL
-+ocfs2_prepare_inode_for_write_1372 ocfs2_prepare_inode_for_write 0 1372 NULL
-+qla2x00_thermal_temp_show_1374 qla2x00_thermal_temp_show 0 1374 NULL
-+xpcs_reg_addr_read_1381 xpcs_reg_addr_read 3-0 1381 NULL nohasharray
-+rtl8180_init_rx_ring_1381 rtl8180_init_rx_ring 0 1381 &xpcs_reg_addr_read_1381
-+sht15_store_heater_1382 sht15_store_heater 0-4 1382 NULL
-+sctp_setsockopt_initmsg_1383 sctp_setsockopt_initmsg 3-0 1383 NULL
-+do_msgsnd_1387 do_msgsnd 4 1387 NULL nohasharray
-+show_global_beep_1387 show_global_beep 0 1387 &do_msgsnd_1387
-+snd_at73c213_pcm_prepare_1388 snd_at73c213_pcm_prepare 0 1388 NULL nohasharray
-+ds2781_set_rsgain_register_1388 ds2781_set_rsgain_register 0 1388 &snd_at73c213_pcm_prepare_1388
-+common_perm_mnt_dentry_1390 common_perm_mnt_dentry 0 1390 NULL
-+SYSC_io_getevents_1392 SYSC_io_getevents 3 1392 NULL
-+zone_page_state_1393 zone_page_state 0 1393 NULL
-+error_1397 error 0 1397 NULL
-+hugetlbfs_write_end_1398 hugetlbfs_write_end 0-5 1398 NULL
-+rbd_size_show_1401 rbd_size_show 0 1401 NULL nohasharray
-+snd_hda_codec_build_pcms_1401 snd_hda_codec_build_pcms 0 1401 &rbd_size_show_1401
-+hci_si_event_1404 hci_si_event 3 1404 NULL nohasharray
-+matroxfb_dh_decode_var_1404 matroxfb_dh_decode_var 0 1404 &hci_si_event_1404
-+ivtv_start_v4l2_decode_stream_1406 ivtv_start_v4l2_decode_stream 0 1406 NULL
-+show_in_min_alarm_1408 show_in_min_alarm 0 1408 NULL
-+wait_comp_1409 wait_comp 0 1409 NULL
-+b43_gphy_op_switch_channel_1410 b43_gphy_op_switch_channel 0 1410 NULL
-+snd_cmipci_capture_trigger_1411 snd_cmipci_capture_trigger 0 1411 NULL
-+cfs_trace_copyout_string_1416 cfs_trace_copyout_string 2 1416 NULL
-+hfsplus_security_getxattr_1419 hfsplus_security_getxattr 0 1419 NULL
-+sctp_sf_abort_violation_1420 sctp_sf_abort_violation 7 1420 NULL
-+find_temp_source_1425 find_temp_source 0 1425 NULL
-+store_tempsense_1428 store_tempsense 0-4 1428 NULL
-+cpia2_read_1434 cpia2_read 0 1434 NULL
-+init_rs_internal_1436 init_rs_internal 1 1436 NULL
-+stack_max_size_read_1445 stack_max_size_read 3 1445 NULL
-+brcmf_sdio_read_control_1451 brcmf_sdio_read_control 3 1451 NULL
-+__cfg80211_alloc_reply_skb_1454 __cfg80211_alloc_reply_skb 4 1454 NULL nohasharray
-+t4_sge_alloc_eth_txq_1454 t4_sge_alloc_eth_txq 0 1454 &__cfg80211_alloc_reply_skb_1454
-+snd_es1938_playback1_prepare_1455 snd_es1938_playback1_prepare 0 1455 NULL
-+smk_parse_long_rule_1461 smk_parse_long_rule 0 1461 NULL
-+tx_queue_len_read_1463 tx_queue_len_read 3-0 1463 NULL
-+sub_interval_1466 sub_interval 0 1466 NULL
-+xprt_alloc_1475 xprt_alloc 2 1475 NULL
-+SYSC_syslog_1477 SYSC_syslog 3 1477 NULL nohasharray
-+nes_show_adapter_1477 nes_show_adapter 0 1477 &SYSC_syslog_1477
-+selinux_getprocattr_1481 selinux_getprocattr 0 1481 NULL
-+set_otp0en_1484 set_otp0en 4-0 1484 NULL
-+sta_num_ps_buf_frames_read_1488 sta_num_ps_buf_frames_read 3-0 1488 NULL
-+efivar_store_raw_1489 efivar_store_raw 0-3 1489 NULL
-+osd_req_decode_sense_1492 osd_req_decode_sense 0 1492 NULL
-+usbvision_i2c_read_1493 usbvision_i2c_read 0-4 1493 NULL nohasharray
-+iwl_dbgfs_bt_tx_prio_write_1493 iwl_dbgfs_bt_tx_prio_write 0-3 1493 &usbvision_i2c_read_1493
-+snd_seq_ioctl_remove_events_1494 snd_seq_ioctl_remove_events 0 1494 NULL
-+scsiback_tpg_param_show_alias_1495 scsiback_tpg_param_show_alias 0 1495 NULL
-+fpregs_set_1497 fpregs_set 4 1497 NULL
-+em_show_1501 em_show 0 1501 NULL nohasharray
-+__blk_bios_map_sg_1501 __blk_bios_map_sg 0 1501 &em_show_1501
-+packet_buffer_get_1505 packet_buffer_get 0 1505 NULL
-+show_constraint_power_limit_uw_1509 show_constraint_power_limit_uw 0 1509 NULL
-+khugepaged_max_ptes_none_show_1514 khugepaged_max_ptes_none_show 0 1514 NULL
-+smack_netlabel_1516 smack_netlabel 0 1516 NULL
-+tomoyo_round2_1518 tomoyo_round2 0 1518 NULL
-+bluetooth_store_1522 bluetooth_store 4-0 1522 NULL
-+wm831x_alive_ldo_get_status_1525 wm831x_alive_ldo_get_status 0 1525 NULL
-+ieee80211_get_regs_len_1527 ieee80211_get_regs_len 0 1527 NULL
-+alloc_perm_bits_1532 alloc_perm_bits 2 1532 NULL
-+tx_packets_show_1535 tx_packets_show 0 1535 NULL
-+v9fs_file_write_1539 v9fs_file_write 0-3 1539 NULL
-+new_rsb_count_write_1543 new_rsb_count_write 3-0 1543 NULL
-+iscsit_na_nopin_response_timeout_1544 iscsit_na_nopin_response_timeout 0 1544 NULL
-+target_stat_scsi_att_intr_port_show_attr_port_auth_indx_1547 target_stat_scsi_att_intr_port_show_attr_port_auth_indx 0 1547 NULL
-+mei_txe_fw_status_1549 mei_txe_fw_status 0 1549 NULL
-+set_max_min_1551 set_max_min 0-4 1551 NULL
-+queue_show_iostats_1552 queue_show_iostats 0 1552 NULL
-+vxge_del_mac_addr_1554 vxge_del_mac_addr 0 1554 NULL
-+ath6kl_init_get_fwcaps_1557 ath6kl_init_get_fwcaps 3 1557 NULL
-+lpfc_txq_hw_show_1558 lpfc_txq_hw_show 0 1558 NULL nohasharray
-+acerhdf_set_mode_1558 acerhdf_set_mode 0 1558 &lpfc_txq_hw_show_1558
-+TermChar_store_1561 TermChar_store 0-4 1561 NULL
-+w1_f12_read_state_1565 w1_f12_read_state 0-5-6 1565 NULL
-+max_freq_store_1570 max_freq_store 0-4 1570 NULL
-+compat_sys_vmsplice_1571 compat_sys_vmsplice 3 1571 NULL
-+pages_to_scan_store_1572 pages_to_scan_store 0-4 1572 NULL
-+raid_disks_show_1573 raid_disks_show 0 1573 NULL nohasharray
-+ssu100_open_1573 ssu100_open 0 1573 &raid_disks_show_1573
-+gadget_config_name_configuration_store_1575 gadget_config_name_configuration_store 0-3 1575 NULL
-+cyapa_gen5_get_query_data_1577 cyapa_gen5_get_query_data 0 1577 NULL
-+de4x5_init_1580 de4x5_init 0 1580 NULL nohasharray
-+__rtc_set_alarm_1580 __rtc_set_alarm 0 1580 &de4x5_init_1580
-+usblp_show_ieee1284_id_1581 usblp_show_ieee1284_id 0 1581 NULL
-+vv6410_start_1582 vv6410_start 0 1582 NULL
-+ieee80211_if_read_dot11MeshHWMPnetDiameterTraversalTime_1589 ieee80211_if_read_dot11MeshHWMPnetDiameterTraversalTime 3-0 1589 NULL
-+dccp_v6_connect_1590 dccp_v6_connect 0 1590 NULL
-+fc_frame_alloc_1596 fc_frame_alloc 2 1596 NULL
-+b44_init_one_1603 b44_init_one 0 1603 NULL
-+snd_seq_kernel_client_enqueue_blocking_1604 snd_seq_kernel_client_enqueue_blocking 0 1604 NULL
-+__uncore_match_show_1606 __uncore_match_show 0 1606 NULL nohasharray
-+disabled_store_1606 disabled_store 0-4 1606 &__uncore_match_show_1606
-+packet_buffer_init_1607 packet_buffer_init 2 1607 NULL
-+btmrvl_hscmd_read_1614 btmrvl_hscmd_read 3-0 1614 NULL
-+wl1271_ap_init_deauth_template_1617 wl1271_ap_init_deauth_template 0 1617 NULL
-+v9fs_fid_xattr_get_1618 v9fs_fid_xattr_get 0 1618 NULL
-+jfs_write_inode_1620 jfs_write_inode 0 1620 NULL
-+zd_read_regdomain_1622 zd_read_regdomain 0 1622 NULL
-+beiscsi_get_initname_1629 beiscsi_get_initname 0 1629 NULL
-+ip_tunnel_init_1633 ip_tunnel_init 0 1633 NULL
-+rsb_insert_1636 rsb_insert 0 1636 NULL nohasharray
-+inv_fifo_rate_show_1636 inv_fifo_rate_show 0 1636 &rsb_insert_1636
-+cifs_write_end_1643 cifs_write_end 0-5 1643 NULL
-+qla24xx_84xx_fw_version_show_1644 qla24xx_84xx_fw_version_show 0 1644 NULL
-+iwl_pcie_set_hw_ready_1649 iwl_pcie_set_hw_ready 0 1649 NULL
-+set_sample_rate_v1_1651 set_sample_rate_v1 0 1651 NULL
-+tpm_send_1655 tpm_send 0-3 1655 NULL
-+ikconfig_read_current_1658 ikconfig_read_current 3-0 1658 NULL
-+map_block_for_writepage_1662 map_block_for_writepage 0 1662 NULL nohasharray
-+bh1770_lux_update_thresholds_1662 bh1770_lux_update_thresholds 0 1662 &map_block_for_writepage_1662
-+mei_cl_recv_1665 mei_cl_recv 3 1665 NULL
-+nct6775_create_attr_group_1677 nct6775_create_attr_group 3 1677 NULL
-+o2hb_region_blocks_read_1679 o2hb_region_blocks_read 0 1679 NULL
-+hso_net_open_1680 hso_net_open 0 1680 NULL nohasharray
-+amd_iommu_suspend_1680 amd_iommu_suspend 0 1680 &hso_net_open_1680
-+__qib_get_user_pages_1681 __qib_get_user_pages 0 1681 NULL nohasharray
-+ath10k_station_disassoc_1681 ath10k_station_disassoc 0 1681 &__qib_get_user_pages_1681
-+ath10k_bmi_lz_data_1682 ath10k_bmi_lz_data 0 1682 NULL nohasharray
-+niu_compute_rbr_cfig_b_1682 niu_compute_rbr_cfig_b 0 1682 &ath10k_bmi_lz_data_1682
-+configfs_read_file_1683 configfs_read_file 3-0 1683 NULL
-+irst_store_wakeup_events_1684 irst_store_wakeup_events 0-4 1684 NULL
-+rio_enum_mport_1685 rio_enum_mport 0 1685 NULL
-+nilfs_palloc_count_max_entries_1687 nilfs_palloc_count_max_entries 0 1687 NULL
-+tps65217_pmic_enable_1688 tps65217_pmic_enable 0 1688 NULL
-+em25xx_bus_B_recv_bytes_1689 em25xx_bus_B_recv_bytes 0-4 1689 NULL nohasharray
-+ssp_check_lines_1689 ssp_check_lines 0 1689 &em25xx_bus_B_recv_bytes_1689
-+lpfc_max_rpi_show_1691 lpfc_max_rpi_show 0 1691 NULL
-+ipr_store_iopoll_weight_1694 ipr_store_iopoll_weight 0-4 1694 NULL
-+iscsit_na_nopin_timeout_1695 iscsit_na_nopin_timeout 0 1695 NULL
-+enable_irq_1698 enable_irq 0 1698 NULL nohasharray
-+dlm_control_store_1698 dlm_control_store 0-3 1698 &enable_irq_1698
-+iwl_dbgfs_d0i3_refs_read_1705 iwl_dbgfs_d0i3_refs_read 3-0 1705 NULL
-+pdu_write_u_1710 pdu_write_u 3 1710 NULL
-+coda_psdev_write_1711 coda_psdev_write 3-0 1711 NULL
-+btrfs_dir_data_len_1714 btrfs_dir_data_len 0 1714 NULL
-+udf_setattr_1716 udf_setattr 0 1716 NULL
-+ufx_blank_1723 ufx_blank 0 1723 NULL
-+mp_pin_to_gsi_1726 mp_pin_to_gsi 0-2 1726 NULL
-+internal_create_group_1733 internal_create_group 0 1733 NULL
-+dev_irnet_read_1741 dev_irnet_read 3-0 1741 NULL
-+usb_ep_align_maybe_1743 usb_ep_align_maybe 0-3 1743 NULL
-+tx_frag_called_read_1748 tx_frag_called_read 3-0 1748 NULL
-+br_vlan_init_1752 br_vlan_init 0 1752 NULL nohasharray
-+fm10k_setup_rx_resources_1752 fm10k_setup_rx_resources 0 1752 &br_vlan_init_1752
-+bfs_write_inode_1755 bfs_write_inode 0 1755 NULL
-+nobh_writepage_1757 nobh_writepage 0 1757 NULL
-+ieee80211_new_mesh_header_1761 ieee80211_new_mesh_header 0 1761 NULL
-+start_transport_1762 start_transport 0 1762 NULL
-+ebt_size_mwt_1768 ebt_size_mwt 0 1768 NULL
-+__mlx4_qp_reserve_range_1773 __mlx4_qp_reserve_range 3-0 1773 NULL
-+cosa_write_1774 cosa_write 3 1774 NULL
-+set_temp_emergency_1776 set_temp_emergency 0-4 1776 NULL
-+event_show_1780 event_show 0 1780 NULL
-+tpacpi_driver_wlsw_emulstate_store_1783 tpacpi_driver_wlsw_emulstate_store 0-3 1783 NULL
-+usb_dmac_desc_alloc_1792 usb_dmac_desc_alloc 2 1792 NULL
-+fcoe_ctlr_device_add_1793 fcoe_ctlr_device_add 3 1793 NULL
-+ueth_change_mtu_1794 ueth_change_mtu 0 1794 NULL
-+show_auto_fan_1801 show_auto_fan 0 1801 NULL
-+qlcnic_sriov_alloc_bc_mbx_args_1809 qlcnic_sriov_alloc_bc_mbx_args 0 1809 NULL
-+vt596_access_1815 vt596_access 0 1815 NULL
-+cyapa_get_state_1817 cyapa_get_state 0 1817 NULL
-+sta_aid_read_1819 sta_aid_read 3-0 1819 NULL
-+genfs_read_1821 genfs_read 0 1821 NULL
-+vicam_set_camera_power_1824 vicam_set_camera_power 0 1824 NULL
-+set_lcd_brightness_1831 set_lcd_brightness 0 1831 NULL
-+disk_events_poll_msecs_store_1832 disk_events_poll_msecs_store 0-4 1832 NULL
-+qla27xx_fwdt_template_default_size_1836 qla27xx_fwdt_template_default_size 0 1836 NULL
-+qlcnic_get_phys_port_id_1839 qlcnic_get_phys_port_id 0 1839 NULL
-+subsystem_device_show_1840 subsystem_device_show 0 1840 NULL
-+show_1841 show 0 1841 NULL
-+usbduxsigma_firmware_upload_1843 usbduxsigma_firmware_upload 3 1843 NULL
-+fm10k_iov_configure_1845 fm10k_iov_configure 0-2 1845 NULL
-+ov9650_set_auto_white_balance_1847 ov9650_set_auto_white_balance 0 1847 NULL
-+xfs_vm_write_end_1854 xfs_vm_write_end 5-0 1854 NULL
-+bq32k_rtc_read_time_1863 bq32k_rtc_read_time 0 1863 NULL
-+device_prepare_1870 device_prepare 0 1870 NULL
-+qlcnic_config_port_mirroring_1872 qlcnic_config_port_mirroring 0 1872 NULL
-+rds_cong_monitor_1879 rds_cong_monitor 0 1879 NULL
-+sb_issue_zeroout_1884 sb_issue_zeroout 3 1884 NULL
-+show_fcoe_fcf_device_fabric_name_1885 show_fcoe_fcf_device_fabric_name 0 1885 NULL
-+output_read_1886 output_read 0-5-6 1886 NULL
-+acpi_device_update_power_1887 acpi_device_update_power 0 1887 NULL
-+polling_interval_store_1888 polling_interval_store 0-4 1888 NULL
-+write_1891 write 0 1891 NULL
-+show_pwm_auto_point1_pwm_1896 show_pwm_auto_point1_pwm 0 1896 NULL
-+rx_defrag_called_read_1897 rx_defrag_called_read 3-0 1897 NULL
-+nfs_parse_server_name_1899 nfs_parse_server_name 2 1899 NULL
-+smsc9420_ethtool_get_eeprom_len_1900 smsc9420_ethtool_get_eeprom_len 0 1900 NULL nohasharray
-+SyS_add_key_1900 SyS_add_key 4 1900 &smsc9420_ethtool_get_eeprom_len_1900
-+pty_write_room_1904 pty_write_room 0 1904 NULL nohasharray
-+gfs2_getxattr_1904 gfs2_getxattr 0 1904 &pty_write_room_1904
-+rs_sta_dbgfs_drv_tx_stats_write_1908 rs_sta_dbgfs_drv_tx_stats_write 0-3 1908 NULL
-+isku_sysfs_write_keys_media_1910 isku_sysfs_write_keys_media 6-0-5 1910 NULL
-+fst_open_1911 fst_open 0 1911 NULL
-+cdc_ncm_show_wNdpOutPayloadRemainder_1917 cdc_ncm_show_wNdpOutPayloadRemainder 0 1917 NULL
-+uhid_char_read_1920 uhid_char_read 3-0 1920 NULL
-+pwc_s_ctrl_1924 pwc_s_ctrl 0 1924 NULL
-+cxacru_sysfs_show_transmitter_power_1925 cxacru_sysfs_show_transmitter_power 0 1925 NULL nohasharray
-+tcp_cgroup_reset_1925 tcp_cgroup_reset 0-3 1925 &cxacru_sysfs_show_transmitter_power_1925
-+tx_tx_retry_data_read_1926 tx_tx_retry_data_read 3-0 1926 NULL
-+vlan_dev_set_mac_address_1927 vlan_dev_set_mac_address 0 1927 NULL
-+kfd_cache_show_1929 kfd_cache_show 0 1929 NULL
-+rio_read_config_1932 rio_read_config 0-6-5 1932 NULL nohasharray
-+ecryptfs_fsync_1932 ecryptfs_fsync 0 1932 &rio_read_config_1932 nohasharray
-+niu_enable_ldn_in_ldg_1932 niu_enable_ldn_in_ldg 0 1932 &ecryptfs_fsync_1932
-+bdev_erase_1933 bdev_erase 3 1933 NULL
-+bnx2x_set_eth_mac_1936 bnx2x_set_eth_mac 0 1936 NULL
-+gsp_receive_1939 gsp_receive 0-3 1939 NULL
-+nvif_object_sclass_1940 nvif_object_sclass 3 1940 NULL nohasharray
-+cyttsp_probe_1940 cyttsp_probe 4 1940 &nvif_object_sclass_1940
-+bcm7xxx_apd_enable_1942 bcm7xxx_apd_enable 0 1942 NULL nohasharray
-+check_dyn_adc_switch_1942 check_dyn_adc_switch 0 1942 &bcm7xxx_apd_enable_1942
-+e100_get_sset_count_1943 e100_get_sset_count 0 1943 NULL
-+ieee80211_if_fmt_dot11MeshConfirmTimeout_1945 ieee80211_if_fmt_dot11MeshConfirmTimeout 3 1945 NULL
-+igb_open_1946 igb_open 0 1946 NULL
-+i40e_vsi_setup_rx_resources_1947 i40e_vsi_setup_rx_resources 0 1947 NULL
-+fcoe_vport_create_1948 fcoe_vport_create 0 1948 NULL
-+max_readahead_show_1952 max_readahead_show 0 1952 NULL
-+w1_ds2780_do_io_1954 w1_ds2780_do_io 4-3-0 1954 NULL
-+update_qd_1955 update_qd 0 1955 NULL
-+read_swap_header_1957 read_swap_header 0 1957 NULL
-+b43legacy_wireless_core_start_1958 b43legacy_wireless_core_start 0 1958 NULL
-+__assign_irq_vector_1961 __assign_irq_vector 0 1961 NULL
-+show_session_param_ISCSI_PARAM_TGT_RESET_TMO_1963 show_session_param_ISCSI_PARAM_TGT_RESET_TMO 0 1963 NULL nohasharray
-+ql_get_adapter_resources_1963 ql_get_adapter_resources 0 1963 &show_session_param_ISCSI_PARAM_TGT_RESET_TMO_1963
-+ivtv_v4l2_read_1964 ivtv_v4l2_read 3-0 1964 NULL nohasharray
-+dvb_net_open_1964 dvb_net_open 0 1964 &ivtv_v4l2_read_1964
-+qla2xxx_get_vpd_field_1965 qla2xxx_get_vpd_field 4 1965 NULL
-+nvkm_client_map_1967 nvkm_client_map 2-3 1967 NULL
-+xgbe_set_mac_address_1968 xgbe_set_mac_address 0 1968 NULL
-+bq2415x_get_current_limit_1969 bq2415x_get_current_limit 0 1969 NULL nohasharray
-+cyapa_show_baseline_1969 cyapa_show_baseline 0 1969 &bq2415x_get_current_limit_1969
-+libcfs_sock_write_1978 libcfs_sock_write 3 1978 NULL
-+selinux_inode_setotherxattr_1980 selinux_inode_setotherxattr 0 1980 NULL
-+config_table_show_1982 config_table_show 0 1982 NULL
-+__uncore_filter_nc_show_1983 __uncore_filter_nc_show 0 1983 NULL
-+sel_read_avc_hash_stats_1984 sel_read_avc_hash_stats 3-0 1984 NULL
-+proc_sys_setattr_1985 proc_sys_setattr 0 1985 NULL
-+gpio_power_write_1991 gpio_power_write 3-0 1991 NULL
-+__alloc_bootmem_node_1992 __alloc_bootmem_node 2 1992 NULL
-+show_session_param_ISCSI_PARAM_ISID_2003 show_session_param_ISCSI_PARAM_ISID 0 2003 NULL nohasharray
-+usb_sleep_charge_store_2003 usb_sleep_charge_store 0-4 2003 &show_session_param_ISCSI_PARAM_ISID_2003
-+adt7411_show_input_2009 adt7411_show_input 0 2009 NULL
-+rx_rx_defrag_read_2010 rx_rx_defrag_read 3-0 2010 NULL
-+snd_bt87x_start_2014 snd_bt87x_start 0 2014 NULL
-+acpi_ex_create_power_resource_2015 acpi_ex_create_power_resource 0 2015 NULL
-+msgdma_initialize_2017 msgdma_initialize 0 2017 NULL nohasharray
-+dps0_insert_key_2017 dps0_insert_key 0-4 2017 &msgdma_initialize_2017
-+write_flush_pipefs_2021 write_flush_pipefs 3-0 2021 NULL
-+show_otp5en_2024 show_otp5en 0 2024 NULL nohasharray
-+__uncore_mask_rds_show_2024 __uncore_mask_rds_show 0 2024 &show_otp5en_2024
-+devm_ioremap_nocache_2036 devm_ioremap_nocache 2-3 2036 NULL
-+ebitmap_read_2039 ebitmap_read 0 2039 NULL
-+cifs_read_2041 cifs_read 0 2041 NULL
-+ims_pcu_send_command_2046 ims_pcu_send_command 0 2046 NULL
-+ath6kl_fwlog_mask_read_2050 ath6kl_fwlog_mask_read 3-0 2050 NULL
-+atl1_get_sset_count_2051 atl1_get_sset_count 0 2051 NULL
-+bq2415x_sysfs_show_registers_2055 bq2415x_sysfs_show_registers 0 2055 NULL
-+show_speed_2057 show_speed 0 2057 NULL
-+tpg_alloc_2062 tpg_alloc 2 2062 NULL
-+ipath_manage_rcvq_2063 ipath_manage_rcvq 0 2063 NULL
-+ledtrig_cpu_notify_2064 ledtrig_cpu_notify 0 2064 NULL
-+nfs_proc_setattr_2065 nfs_proc_setattr 0 2065 NULL
-+__generic_copy_from_user_intel_2073 __generic_copy_from_user_intel 0 2073 NULL
-+tpacpi_driver_bluetooth_emulstate_store_2079 tpacpi_driver_bluetooth_emulstate_store 0-3 2079 NULL
-+recover_callbacks_read_2080 recover_callbacks_read 0 2080 NULL
-+iwl_dbgfs_current_sleep_command_read_2081 iwl_dbgfs_current_sleep_command_read 3-0 2081 NULL
-+pwm_period_store_2082 pwm_period_store 0-4 2082 NULL
-+nfs_statfs_2086 nfs_statfs 0 2086 NULL
-+mptscsih_device_delay_show_2089 mptscsih_device_delay_show 0 2089 NULL
-+max_luns_store_2090 max_luns_store 0-3 2090 NULL
-+smbioslabel_show_2094 smbioslabel_show 0 2094 NULL nohasharray
-+store_2094 store 0-3 2094 &smbioslabel_show_2094
-+xgmac_reg_value_read_2095 xgmac_reg_value_read 3-0 2095 NULL
-+set_unlock_args_2096 set_unlock_args 0 2096 NULL nohasharray
-+cdc_ncm_store_rx_max_2096 cdc_ncm_store_rx_max 0-4 2096 &set_unlock_args_2096
-+idetape_chrdev_read_2097 idetape_chrdev_read 3-0 2097 NULL nohasharray
-+f2fs_attr_show_2097 f2fs_attr_show 0 2097 &idetape_chrdev_read_2097
-+audit_expand_2098 audit_expand 2-0 2098 NULL
-+__set_print_fmt_2106 __set_print_fmt 0 2106 NULL
-+iwl_dbgfs_log_event_read_2107 iwl_dbgfs_log_event_read 3-0 2107 NULL
-+ecryptfs_encrypt_and_encode_filename_2109 ecryptfs_encrypt_and_encode_filename 6 2109 NULL
-+isl1208_i2c_set_alarm_2113 isl1208_i2c_set_alarm 0 2113 NULL
-+i8k_hwmon_show_pwm_2115 i8k_hwmon_show_pwm 0 2115 NULL nohasharray
-+xfs_dir2_leafn_add_2115 xfs_dir2_leafn_add 0 2115 &i8k_hwmon_show_pwm_2115
-+btrfs_file_extent_inline_len_2116 btrfs_file_extent_inline_len 0 2116 NULL nohasharray
-+store_temp_auto_base_2116 store_temp_auto_base 0-4 2116 &btrfs_file_extent_inline_len_2116
-+enable_read_2117 enable_read 3-0 2117 NULL nohasharray
-+__find_xattr_2117 __find_xattr 6 2117 &enable_read_2117
-+nfs_file_fsync_commit_2119 nfs_file_fsync_commit 0 2119 NULL
-+pcf50633_write_block_2124 pcf50633_write_block 2-3-0 2124 NULL
-+snd_interval_refine_last_2127 snd_interval_refine_last 0 2127 NULL
-+ad5398_disable_2128 ad5398_disable 0 2128 NULL
-+ixgbe_get_eeprom_len_2130 ixgbe_get_eeprom_len 0 2130 NULL
-+fill_input_pin_labels_2135 fill_input_pin_labels 0 2135 NULL
-+show_therm_min_2140 show_therm_min 0 2140 NULL nohasharray
-+target_stat_scsi_lu_attr_store_2140 target_stat_scsi_lu_attr_store 0 2140 &show_therm_min_2140
-+check_load_and_stores_2143 check_load_and_stores 2 2143 NULL
-+mlx4_init_icm_table_2151 mlx4_init_icm_table 4-5 2151 NULL nohasharray
-+multicast_query_response_interval_show_2151 multicast_query_response_interval_show 0 2151 &mlx4_init_icm_table_2151
-+iscsi_tpg_auth_store_userid_mutual_2152 iscsi_tpg_auth_store_userid_mutual 0-3 2152 NULL
-+usb_udc_softconn_store_2153 usb_udc_softconn_store 0-4 2153 NULL
-+__copy_to_user_ll_2157 __copy_to_user_ll 0 2157 NULL nohasharray
-+_drbd_send_page_2157 _drbd_send_page 4 2157 &__copy_to_user_ll_2157
-+cluster_cluster_name_read_2160 cluster_cluster_name_read 0 2160 NULL
-+dbg_check_inode_size_2165 dbg_check_inode_size 0 2165 NULL
-+_ore_get_io_state_2166 _ore_get_io_state 5-4-3-0 2166 NULL
-+rxrpc_preparse_s_2167 rxrpc_preparse_s 0 2167 NULL nohasharray
-+rtsx_pci_transfer_data_2167 rtsx_pci_transfer_data 3 2167 &rxrpc_preparse_s_2167
-+show_fc_starget_node_name_2171 show_fc_starget_node_name 0 2171 NULL
-+ore_read_2175 ore_read 0 2175 NULL
-+intel_i2c_quirk_xfer_2183 intel_i2c_quirk_xfer 0-4 2183 NULL
-+direction_output_2184 direction_output 0 2184 NULL
-+ebt_nat_out_2185 ebt_nat_out 0 2185 NULL
-+show_companion_2189 show_companion 0 2189 NULL
-+target_core_alua_tg_pt_gp_store_attr_alua_support_active_nonoptimized_2190 target_core_alua_tg_pt_gp_store_attr_alua_support_active_nonoptimized 0-3 2190 NULL
-+w1_f1C_fix_count_2191 w1_f1C_fix_count 0-2-1-3 2191 NULL
-+bio_integrity_alloc_2194 bio_integrity_alloc 3 2194 NULL
-+picolcd_debug_reset_write_2195 picolcd_debug_reset_write 3-0 2195 NULL
-+wl1271_acx_init_mem_config_2199 wl1271_acx_init_mem_config 0 2199 NULL
-+out_write_bytes_avail_show_2201 out_write_bytes_avail_show 0 2201 NULL
-+ath10k_mac_txpower_recalc_2204 ath10k_mac_txpower_recalc 0 2204 NULL
-+mcs_receive_start_2206 mcs_receive_start 0 2206 NULL
-+ghash_final_2210 ghash_final 0 2210 NULL
-+il_send_cmd_pdu_2216 il_send_cmd_pdu 0 2216 NULL
-+ssb_bus_ssbbus_register_2217 ssb_bus_ssbbus_register 2 2217 NULL
-+u32_array_read_2219 u32_array_read 3-0 2219 NULL nohasharray
-+mei_dbgfs_read_meclients_2219 mei_dbgfs_read_meclients 3-0 2219 &u32_array_read_2219 nohasharray
-+canon_copy_from_read_buf_2219 canon_copy_from_read_buf 0 2219 &mei_dbgfs_read_meclients_2219
-+fore200e_change_qos_2222 fore200e_change_qos 0 2222 NULL
-+ceph_osdc_new_request_2226 ceph_osdc_new_request 7 2226 NULL
-+iwl_wait_notification_2227 iwl_wait_notification 0 2227 NULL
-+s5k4aa_set_brightness_2228 s5k4aa_set_brightness 0 2228 NULL
-+rx8025_get_time_2231 rx8025_get_time 0 2231 NULL
-+usb_set_usb2_hardware_lpm_2234 usb_set_usb2_hardware_lpm 0 2234 NULL
-+protocol_read_2240 protocol_read 0 2240 NULL
-+mlx4_buddy_init_2244 mlx4_buddy_init 2 2244 NULL
-+ieee80211_if_read_dot11MeshHWMPRannInterval_2249 ieee80211_if_read_dot11MeshHWMPRannInterval 3-0 2249 NULL nohasharray
-+rev_show_2249 rev_show 0 2249 &ieee80211_if_read_dot11MeshHWMPRannInterval_2249
-+sdev_store_timeout_2254 sdev_store_timeout 0-4 2254 NULL
-+sel_write_avc_cache_threshold_2256 sel_write_avc_cache_threshold 3-0 2256 NULL
-+do_update_counters_2259 do_update_counters 4 2259 NULL
-+cap_inode_setxattr_2265 cap_inode_setxattr 0 2265 NULL nohasharray
-+ath9k_sta_remove_2265 ath9k_sta_remove 0 2265 &cap_inode_setxattr_2265
-+reg_page_map_set_2268 reg_page_map_set 0 2268 NULL
-+snd_m3_pcm_prepare_2270 snd_m3_pcm_prepare 0 2270 NULL
-+show_direct_dword_2271 show_direct_dword 0 2271 NULL
-+mwifiex_cmd_11n_addba_req_2272 mwifiex_cmd_11n_addba_req 0 2272 NULL
-+b43legacy_gpio_init_2273 b43legacy_gpio_init 0 2273 NULL
-+ath6kl_wmi_bssinfo_event_rx_2275 ath6kl_wmi_bssinfo_event_rx 3 2275 NULL
-+sbni_open_2276 sbni_open 0 2276 NULL
-+vpdma_alloc_desc_buf_2278 vpdma_alloc_desc_buf 2 2278 NULL
-+_iwl_mvm_enable_beacon_filter_2279 _iwl_mvm_enable_beacon_filter 0 2279 NULL
-+write_live_nvram_2280 write_live_nvram 0-6-5 2280 NULL
-+journal_flush_2281 journal_flush 0 2281 NULL
-+nilfs_snapshot_inodes_count_show_2288 nilfs_snapshot_inodes_count_show 0 2288 NULL nohasharray
-+store_constraint_power_limit_uw_2288 store_constraint_power_limit_uw 0-4 2288 &nilfs_snapshot_inodes_count_show_2288
-+debug_debug5_read_2291 debug_debug5_read 3-0 2291 NULL
-+transient_state_show_2292 transient_state_show 0 2292 NULL
-+__vxge_hw_device_register_poll_2293 __vxge_hw_device_register_poll 0 2293 NULL
-+server_monitor_conn_id_show_2294 server_monitor_conn_id_show 0 2294 NULL nohasharray
-+relay_file_splice_read_2294 relay_file_splice_read 0 2294 &server_monitor_conn_id_show_2294
-+sr_read_cmd_2299 sr_read_cmd 5 2299 NULL
-+jfs_unfreeze_2305 jfs_unfreeze 0 2305 NULL
-+pci_conf1_write_2310 pci_conf1_write 0 2310 NULL
-+intel_sdvo_set_value_2311 intel_sdvo_set_value 4 2311 NULL
-+adfs_dir_update_2313 adfs_dir_update 0 2313 NULL nohasharray
-+fsp_attr_set_pagereg_2313 fsp_attr_set_pagereg 0-4 2313 &adfs_dir_update_2313
-+page_alloc_cpu_notify_2317 page_alloc_cpu_notify 0 2317 NULL
-+alloc_btrfs_bio_2318 alloc_btrfs_bio 2-1 2318 NULL nohasharray
-+hfsplus_find_init_2318 hfsplus_find_init 0 2318 &alloc_btrfs_bio_2318 nohasharray
-+picolcd_fb_write_2318 picolcd_fb_write 3 2318 &hfsplus_find_init_2318
-+store_temp_st_2321 store_temp_st 0-4 2321 NULL
-+gart_map_page_2325 gart_map_page 4-3 2325 NULL
-+fuse_write_begin_2326 fuse_write_begin 0 2326 NULL
-+serial_write_2330 serial_write 3 2330 NULL
-+snd_mixart_trigger_2331 snd_mixart_trigger 0 2331 NULL
-+__erst_read_to_erange_2341 __erst_read_to_erange 0 2341 NULL
-+show_ipv6_iface_nd_reachable_tmo_2343 show_ipv6_iface_nd_reachable_tmo 0 2343 NULL nohasharray
-+dev_attr_store_2343 dev_attr_store 0-4 2343 &show_ipv6_iface_nd_reachable_tmo_2343
-+adapter_up_2348 adapter_up 0 2348 NULL
-+tps80031_vbus_enable_2349 tps80031_vbus_enable 0 2349 NULL
-+nfqnl_rcv_dev_event_2350 nfqnl_rcv_dev_event 0 2350 NULL nohasharray
-+srpt_tpg_attrib_store_srp_max_rsp_size_2350 srpt_tpg_attrib_store_srp_max_rsp_size 0-3 2350 &nfqnl_rcv_dev_event_2350
-+snd_seq_ioctl_get_queue_client_2351 snd_seq_ioctl_get_queue_client 0 2351 NULL
-+_add_parity_units_2352 _add_parity_units 0 2352 NULL
-+out_of_line_wait_on_bit_lock_2353 out_of_line_wait_on_bit_lock 0 2353 NULL
-+zr364xx_read_2354 zr364xx_read 3-0 2354 NULL
-+ntfs_file_aio_write_nolock_2360 ntfs_file_aio_write_nolock 0 2360 NULL
-+store_2362 store 0 2362 NULL
-+viafb_iga2_odev_proc_write_2363 viafb_iga2_odev_proc_write 3-0 2363 NULL nohasharray
-+__mlx4_register_mac_2363 __mlx4_register_mac 0 2363 &viafb_iga2_odev_proc_write_2363
-+mgmt_get_nic_conf_2364 mgmt_get_nic_conf 0 2364 NULL
-+xfs_buf_map_from_irec_2368 xfs_buf_map_from_irec 5-0 2368 NULL nohasharray
-+rose_recvmsg_2368 rose_recvmsg 4-0 2368 &xfs_buf_map_from_irec_2368
-+il_dbgfs_sensitivity_read_2370 il_dbgfs_sensitivity_read 3-0 2370 NULL nohasharray
-+usb2_lpm_l1_timeout_store_2370 usb2_lpm_l1_timeout_store 0-4 2370 &il_dbgfs_sensitivity_read_2370 nohasharray
-+pcie_flr_2370 pcie_flr 0 2370 &usb2_lpm_l1_timeout_store_2370
-+rtl_port_map_2385 rtl_port_map 1-2 2385 NULL
-+show_iface_initial_r2t_2390 show_iface_initial_r2t 0 2390 NULL
-+_transport_get_bay_identifier_2396 _transport_get_bay_identifier 0 2396 NULL
-+uda1380_hw_write_2398 uda1380_hw_write 3 2398 NULL nohasharray
-+_ctl_board_name_show_2398 _ctl_board_name_show 0 2398 &uda1380_hw_write_2398 nohasharray
-+am79c_config_init_2398 am79c_config_init 0 2398 &_ctl_board_name_show_2398
-+wlcore_rx_get_buf_size_2400 wlcore_rx_get_buf_size 0-2 2400 NULL
-+rxpipe_rx_prep_beacon_drop_read_2403 rxpipe_rx_prep_beacon_drop_read 3-0 2403 NULL nohasharray
-+gsmi_clear_config_store_2403 gsmi_clear_config_store 0-4 2403 &rxpipe_rx_prep_beacon_drop_read_2403
-+energy_uj_show_2404 energy_uj_show 0 2404 NULL nohasharray
-+PTR_ERR_OR_ZERO_2404 PTR_ERR_OR_ZERO 0 2404 &energy_uj_show_2404
-+sk_attach_filter_2410 sk_attach_filter 0 2410 NULL
-+isdn_v110_open_2418 isdn_v110_open 3 2418 NULL
-+store_console_2419 store_console 0-4 2419 NULL
-+roccat_common2_send_2422 roccat_common2_send 4-0 2422 NULL nohasharray
-+ks_set_mac_address_2422 ks_set_mac_address 0 2422 &roccat_common2_send_2422
-+flash_strobe_show_2423 flash_strobe_show 0 2423 NULL
-+elan_smbus_set_mode_2425 elan_smbus_set_mode 0 2425 NULL
-+memory_low_write_2426 memory_low_write 0-3 2426 NULL
-+hfcpci_empty_fifo_2427 hfcpci_empty_fifo 4 2427 NULL
-+perf_cpu_notify_2431 perf_cpu_notify 0 2431 NULL
-+show_iface_ipaddress_state_2432 show_iface_ipaddress_state 0 2432 NULL nohasharray
-+set_otp3_2432 set_otp3 4-0 2432 &show_iface_ipaddress_state_2432 nohasharray
-+aty_var_to_pll_514_2432 aty_var_to_pll_514 0 2432 &set_otp3_2432
-+ioremap_nocache_2439 ioremap_nocache 2-1 2439 NULL nohasharray
-+__uncore_filter_tid_show_2439 __uncore_filter_tid_show 0 2439 &ioremap_nocache_2439
-+eir_get_length_2441 eir_get_length 0-2 2441 NULL
-+tpm_transmit_cmd_2442 tpm_transmit_cmd 0-3 2442 NULL
-+max1027_set_trigger_state_2443 max1027_set_trigger_state 0 2443 NULL
-+niu_tx_channel_lpage_init_2444 niu_tx_channel_lpage_init 0 2444 NULL
-+qib_reset_device_2446 qib_reset_device 0 2446 NULL
-+show_session_param_ISCSI_PARAM_DATASEQ_INORDER_EN_2449 show_session_param_ISCSI_PARAM_DATASEQ_INORDER_EN 0 2449 NULL
-+efi_pstore_read_2453 efi_pstore_read 0 2453 NULL
-+ath6kl_usb_bmi_write_2454 ath6kl_usb_bmi_write 3 2454 NULL
-+name_size_2461 name_size 0 2461 NULL nohasharray
-+ibm_rtl_write_2461 ibm_rtl_write 0 2461 &name_size_2461
-+vbi_out_queue_setup_2464 vbi_out_queue_setup 0 2464 NULL
-+__sock_recvmsg_2467 __sock_recvmsg 0-4 2467 NULL
-+signalfd_copyinfo_2472 signalfd_copyinfo 0 2472 NULL
-+b43legacy_debugfs_read_2473 b43legacy_debugfs_read 3-0 2473 NULL
-+fc_fcp_send_data_2479 fc_fcp_send_data 4-3 2479 NULL
-+update_pmkid_2481 update_pmkid 4 2481 NULL
-+wiphy_new_2482 wiphy_new 2 2482 NULL nohasharray
-+matroxfb_decode_var_2482 matroxfb_decode_var 0 2482 &wiphy_new_2482
-+bio_alloc_bioset_2484 bio_alloc_bioset 2 2484 NULL nohasharray
-+hfs_write_begin_2484 hfs_write_begin 3-0 2484 &bio_alloc_bioset_2484
-+of_property_read_string_index_2485 of_property_read_string_index 3 2485 NULL nohasharray
-+hfsplus_user_setxattr_2485 hfsplus_user_setxattr 0 2485 &of_property_read_string_index_2485
-+affs_file_fsync_2486 affs_file_fsync 0 2486 NULL nohasharray
-+sk_attach_bpf_2486 sk_attach_bpf 0 2486 &affs_file_fsync_2486
-+pcistub_quirk_show_2487 pcistub_quirk_show 0 2487 NULL nohasharray
-+ax88179_set_mac_addr_2487 ax88179_set_mac_addr 0 2487 &pcistub_quirk_show_2487
-+xen_wdt_write_2491 xen_wdt_write 0-3 2491 NULL nohasharray
-+cifs_wp_retry_size_2491 cifs_wp_retry_size 0 2491 &xen_wdt_write_2491
-+xenvif_alloc_skb_2492 xenvif_alloc_skb 1 2492 NULL
-+isicom_write_room_2493 isicom_write_room 0 2493 NULL
-+widget_tree_create_2494 widget_tree_create 0 2494 NULL
-+show_tabletExecute_2495 show_tabletExecute 0 2495 NULL
-+_read_fact_prot_reg_2497 _read_fact_prot_reg 0 2497 NULL nohasharray
-+blk_rq_unmap_user_2497 blk_rq_unmap_user 0 2497 &_read_fact_prot_reg_2497 nohasharray
-+usb_8dev_send_cmd_msg_2497 usb_8dev_send_cmd_msg 0 2497 &blk_rq_unmap_user_2497
-+mxt_probe_bootloader_2498 mxt_probe_bootloader 0 2498 NULL
-+read_u8_from_i2c_2501 read_u8_from_i2c 0 2501 NULL
-+parport_pc_read_data_2503 parport_pc_read_data 0 2503 NULL
-+chip_ngpio_show_2504 chip_ngpio_show 0 2504 NULL
-+wiimote_ext_store_2505 wiimote_ext_store 0-4 2505 NULL
-+squashfs_read_fragment_index_table_2506 squashfs_read_fragment_index_table 4 2506 NULL
-+set_blocksize_2507 set_blocksize 0 2507 NULL
-+store_pch_mac_2512 store_pch_mac 0-4 2512 NULL
-+dm_write_2513 dm_write 3 2513 NULL
-+v9fs_cached_file_read_2514 v9fs_cached_file_read 3-0 2514 NULL
-+pm_freeze_timeout_show_2515 pm_freeze_timeout_show 0 2515 NULL nohasharray
-+nilfs_palloc_get_desc_block_2515 nilfs_palloc_get_desc_block 0 2515 &pm_freeze_timeout_show_2515
-+ext4_get_inode_loc_2516 ext4_get_inode_loc 0 2516 NULL
-+bond_master_upper_dev_link_2518 bond_master_upper_dev_link 0 2518 NULL
-+pb0100_set_autogain_target_2519 pb0100_set_autogain_target 0 2519 NULL
-+batadv_tvlv_container_list_size_2524 batadv_tvlv_container_list_size 0 2524 NULL
-+vpfe_buffer_prepare_2527 vpfe_buffer_prepare 0 2527 NULL
-+qlcnic_82xx_config_led_2528 qlcnic_82xx_config_led 0 2528 NULL
-+smk_write_syslog_2529 smk_write_syslog 3-0 2529 NULL nohasharray
-+efs_statfs_2529 efs_statfs 0 2529 &smk_write_syslog_2529
-+chksum_finup_2530 chksum_finup 0 2530 NULL
-+__ceph_setxattr_2532 __ceph_setxattr 4-0 2532 NULL nohasharray
-+inet_csk_get_port_2532 inet_csk_get_port 0 2532 &__ceph_setxattr_2532
-+kobj_to_setup_data_nr_2534 kobj_to_setup_data_nr 0 2534 NULL
-+w1_master_attribute_show_add_2536 w1_master_attribute_show_add 0 2536 NULL nohasharray
-+nilfs_mounted_snapshots_attr_store_2536 nilfs_mounted_snapshots_attr_store 0-4 2536 &w1_master_attribute_show_add_2536
-+reset_chip_2547 reset_chip 0 2547 NULL
-+sn9c2028_read4_2561 sn9c2028_read4 0 2561 NULL
-+cc2520_filter_2562 cc2520_filter 0 2562 NULL
-+xgmac_get_sset_count_2563 xgmac_get_sset_count 0 2563 NULL
-+ath10k_write_pktlog_filter_2569 ath10k_write_pktlog_filter 3-0 2569 NULL nohasharray
-+gfs2_listxattr_2569 gfs2_listxattr 0-3 2569 &ath10k_write_pktlog_filter_2569 nohasharray
-+func_2569 func 0 2569 &gfs2_listxattr_2569
-+gspca_dev_probe_2570 gspca_dev_probe 4 2570 NULL
-+acpi_ds_evaluate_name_path_2573 acpi_ds_evaluate_name_path 0 2573 NULL nohasharray
-+_abb5zes3_rtc_read_time_2573 _abb5zes3_rtc_read_time 0 2573 &acpi_ds_evaluate_name_path_2573
-+pcm_sanity_check_2574 pcm_sanity_check 0 2574 NULL
-+dlm_attr_show_2577 dlm_attr_show 0 2577 NULL nohasharray
-+ttm_mem_zone_store_2577 ttm_mem_zone_store 0-4 2577 &dlm_attr_show_2577
-+saa711x_s_mbus_fmt_2579 saa711x_s_mbus_fmt 0 2579 NULL
-+mxt_hw_version_show_2580 mxt_hw_version_show 0 2580 NULL
-+amd_iommu_show_cap_2585 amd_iommu_show_cap 0 2585 NULL
-+show_orig_dgid_2586 show_orig_dgid 0 2586 NULL
-+show_tabletJitterDelay_2590 show_tabletJitterDelay 0 2590 NULL nohasharray
-+wake_up_key_store_2590 wake_up_key_store 0-4 2590 &show_tabletJitterDelay_2590
-+mdc_max_rpcs_in_flight_seq_write_2594 mdc_max_rpcs_in_flight_seq_write 3 2594 NULL
-+vxlan_init_2599 vxlan_init 0 2599 NULL
-+atmel_change_mtu_2603 atmel_change_mtu 0 2603 NULL
-+__snd_hda_add_vmaster_2604 __snd_hda_add_vmaster 0 2604 NULL
-+__nf_conntrack_confirm_2605 __nf_conntrack_confirm 0 2605 NULL
-+cfq_target_latency_store_2606 cfq_target_latency_store 3-0 2606 NULL
-+xen_upload_processor_pm_data_2607 xen_upload_processor_pm_data 0 2607 NULL
-+rose_getname_2608 rose_getname 0 2608 NULL
-+slot_bytes_2609 slot_bytes 0 2609 NULL
-+read_2610 read 0 2610 NULL
-+__mt9t112_reg_read_2615 __mt9t112_reg_read 0 2615 NULL
-+bytes_to_fcr_rxtrig_2616 bytes_to_fcr_rxtrig 0 2616 NULL
-+smk_write_logging_2618 smk_write_logging 3-0 2618 NULL
-+smack_socket_sendmsg_2622 smack_socket_sendmsg 0 2622 NULL
-+switch_status_2629 switch_status 5 2629 NULL
-+tcm_loop_make_nexus_2630 tcm_loop_make_nexus 0 2630 NULL
-+_proc_do_string_2632 _proc_do_string 2 2632 NULL
-+show_fnode_def_time2wait_2633 show_fnode_def_time2wait 0 2633 NULL
-+f2fs_getxattr_2642 f2fs_getxattr 0 2642 NULL
-+cfq_low_latency_show_2644 cfq_low_latency_show 0 2644 NULL
-+offset_show_2645 offset_show 0 2645 NULL
-+get_sas_protocol_names_2649 get_sas_protocol_names 0 2649 NULL
-+svc_recvfrom_2650 svc_recvfrom 4 2650 NULL
-+lola_setup_controller_2653 lola_setup_controller 0 2653 NULL
-+ascending_callback_2658 ascending_callback 0 2658 NULL nohasharray
-+nfs4_xattr_set_nfs4_acl_2658 nfs4_xattr_set_nfs4_acl 0 2658 &ascending_callback_2658
-+request_msix_queue_irqs_2661 request_msix_queue_irqs 0 2661 NULL
-+snd_es1938_playback_trigger_2663 snd_es1938_playback_trigger 0 2663 NULL nohasharray
-+aac_show_serial_number_2663 aac_show_serial_number 0 2663 &snd_es1938_playback_trigger_2663
-+show_fnode_bidi_chap_2665 show_fnode_bidi_chap 0 2665 NULL
-+ffs_ep0_read_2672 ffs_ep0_read 3 2672 NULL nohasharray
-+w1_master_attribute_show_search_2672 w1_master_attribute_show_search 0 2672 &ffs_ep0_read_2672 nohasharray
-+ath10k_add_interface_2672 ath10k_add_interface 0 2672 &w1_master_attribute_show_search_2672
-+digi_write_2679 digi_write 0-4 2679 NULL
-+bonding_show_arp_interval_2682 bonding_show_arp_interval 0 2682 NULL
-+alx_set_mac_address_2683 alx_set_mac_address 0 2683 NULL
-+ath5k_hw_rf2425_channel_2685 ath5k_hw_rf2425_channel 0 2685 NULL
-+pcnet32_get_sset_count_2686 pcnet32_get_sset_count 0 2686 NULL
-+ds1685_rtc_sysfs_battery_show_2688 ds1685_rtc_sysfs_battery_show 0 2688 NULL
-+__disk_events_show_2691 __disk_events_show 0 2691 NULL nohasharray
-+ia_change_qos_2691 ia_change_qos 0 2691 &__disk_events_show_2691
-+tun_show_flags_2692 tun_show_flags 0 2692 NULL nohasharray
-+oti6858_write_2692 oti6858_write 4-0 2692 &tun_show_flags_2692
-+blkdev_write_begin_2696 blkdev_write_begin 0 2696 NULL nohasharray
-+gdth_set_asc_info_2696 gdth_set_asc_info 0-3 2696 &blkdev_write_begin_2696
-+show_session_param_ISCSI_PARAM_DISCOVERY_AUTH_OPTIONAL_2699 show_session_param_ISCSI_PARAM_DISCOVERY_AUTH_OPTIONAL 0 2699 NULL
-+cbaf_wusb_cdid_show_2700 cbaf_wusb_cdid_show 0 2700 NULL
-+nfc_llcp_send_ui_frame_2702 nfc_llcp_send_ui_frame 5-0 2702 NULL
-+lx_pipe_allocate_2703 lx_pipe_allocate 0 2703 NULL
-+udf_setsize_2705 udf_setsize 0 2705 NULL
-+rawsock_sendmsg_2706 rawsock_sendmsg 3 2706 NULL
-+SyS_pwrite64_2708 SyS_pwrite64 3 2708 NULL nohasharray
-+lprocfs_stats_counter_size_2708 lprocfs_stats_counter_size 0 2708 &SyS_pwrite64_2708
-+sock_error_2715 sock_error 0 2715 NULL nohasharray
-+tg3_request_firmware_2715 tg3_request_firmware 0 2715 &sock_error_2715
-+migration_call_2716 migration_call 0 2716 NULL
-+gpiod_direction_input_2718 gpiod_direction_input 0 2718 NULL
-+snd_hdspm_trigger_2720 snd_hdspm_trigger 0 2720 NULL
-+llc_ui_recvmsg_2730 llc_ui_recvmsg 3 2730 NULL
-+o2hb_region_dev_read_2735 o2hb_region_dev_read 0 2735 NULL
-+ltm_capable_show_2738 ltm_capable_show 0 2738 NULL nohasharray
-+ad5398_enable_2738 ad5398_enable 0 2738 &ltm_capable_show_2738
-+sdo_streamoff_2740 sdo_streamoff 0 2740 NULL
-+selinux_inode_getsecurity_2741 selinux_inode_getsecurity 0 2741 NULL
-+attr_sensitivity_store_tpkbd_2753 attr_sensitivity_store_tpkbd 0-4 2753 NULL
-+show_2757 show 0 2757 NULL
-+rds_free_mr_2761 rds_free_mr 0 2761 NULL
-+hid_report_raw_event_2762 hid_report_raw_event 4 2762 NULL
-+store_prochot_max_2763 store_prochot_max 0-4 2763 NULL nohasharray
-+bh1770_set_lux_thresh_above_2763 bh1770_set_lux_thresh_above 0-4 2763 &store_prochot_max_2763
-+ovl_cache_entry_new_2764 ovl_cache_entry_new 3 2764 NULL
-+happy_meal_init_2765 happy_meal_init 0 2765 NULL
-+xfs_readdir_2767 xfs_readdir 3 2767 NULL
-+fsl_edma_alloc_desc_2769 fsl_edma_alloc_desc 2 2769 NULL
-+mon_bin_ioctl_2771 mon_bin_ioctl 3 2771 NULL
-+_sctp_make_chunk_2774 _sctp_make_chunk 4 2774 NULL nohasharray
-+vmbus_sendpacket_2774 vmbus_sendpacket 0 2774 &_sctp_make_chunk_2774
-+s35390a_set_reg_2775 s35390a_set_reg 0 2775 NULL
-+validate_lock_args_2780 validate_lock_args 0 2780 NULL nohasharray
-+__qlge_vlan_rx_add_vid_2780 __qlge_vlan_rx_add_vid 0 2780 &validate_lock_args_2780
-+nfs4_do_create_2787 nfs4_do_create 0 2787 NULL
-+device_add_attrs_2789 device_add_attrs 0 2789 NULL
-+nvkm_devinit_create__2792 nvkm_devinit_create_ 4 2792 NULL nohasharray
-+write_2792 write 0 2792 &nvkm_devinit_create__2792
-+rocker_dma_ring_bufs_alloc_2795 rocker_dma_ring_bufs_alloc 4-0 2795 NULL
-+_ctl_BRM_status_show_2797 _ctl_BRM_status_show 0 2797 NULL
-+sound_read_2798 sound_read 0-3 2798 NULL nohasharray
-+discover_2798 discover 0 2798 &sound_read_2798
-+fc0012_set_params_2799 fc0012_set_params 0 2799 NULL
-+stop_transport_2802 stop_transport 0 2802 NULL
-+iwl_dbgfs_clear_ucode_statistics_write_2804 iwl_dbgfs_clear_ucode_statistics_write 3-0 2804 NULL nohasharray
-+rtl_set_state_2804 rtl_set_state 0-4 2804 &iwl_dbgfs_clear_ucode_statistics_write_2804
-+sdio_readw_2806 sdio_readw 0 2806 NULL
-+show_2808 show 0 2808 NULL
-+show_min_2810 show_min 0 2810 NULL
-+show_min_height_2812 show_min_height 0 2812 NULL nohasharray
-+rmd160_final_2812 rmd160_final 0 2812 &show_min_height_2812
-+qib_user_sdma_push_pkts_2814 qib_user_sdma_push_pkts 0 2814 NULL
-+store_engine3_leds_2815 store_engine3_leds 0-4 2815 NULL
-+ocfs2_inode_lock_atime_2819 ocfs2_inode_lock_atime 0 2819 NULL
-+aux_xfer_2820 aux_xfer 0-3 2820 NULL
-+ltc4215_show_current_2825 ltc4215_show_current 0 2825 NULL nohasharray
-+store_proxyarp_2825 store_proxyarp 0 2825 &ltc4215_show_current_2825
-+pvc_getname_2826 pvc_getname 0 2826 NULL
-+sel_read_enforce_2828 sel_read_enforce 3-0 2828 NULL nohasharray
-+s35390a_set_alarm_2828 s35390a_set_alarm 0 2828 &sel_read_enforce_2828
-+acm_submit_read_urb_2830 acm_submit_read_urb 0 2830 NULL
-+sock_create_2838 sock_create 0 2838 NULL
-+sctp_packet_2839 sctp_packet 0 2839 NULL
-+show_temp_max_2846 show_temp_max 0 2846 NULL
-+wait_for_avail_2847 wait_for_avail 0 2847 NULL
-+pcxhr_check_reg_bit_2848 pcxhr_check_reg_bit 0 2848 NULL nohasharray
-+ext4_xattr_user_list_2848 ext4_xattr_user_list 0-5 2848 &pcxhr_check_reg_bit_2848
-+wl12xx_op_sta_state_2849 wl12xx_op_sta_state 0 2849 NULL
-+ufs_free_fragments_2857 ufs_free_fragments 2 2857 NULL
-+max_corrected_read_errors_show_2858 max_corrected_read_errors_show 0 2858 NULL nohasharray
-+__uncore_match1_show_2858 __uncore_match1_show 0 2858 &max_corrected_read_errors_show_2858
-+hello_time_store_2859 hello_time_store 4-0 2859 NULL nohasharray
-+store_prochot_interval_2859 store_prochot_interval 0-4 2859 &hello_time_store_2859 nohasharray
-+pwm_unexport_child_2859 pwm_unexport_child 0 2859 &store_prochot_interval_2859
-+iuu_uart_write_2860 iuu_uart_write 0-4 2860 NULL nohasharray
-+btrfs_feature_attr_store_2860 btrfs_feature_attr_store 0-4 2860 &iuu_uart_write_2860
-+sfq_alloc_2861 sfq_alloc 1 2861 NULL
-+irnet_ctrl_read_2863 irnet_ctrl_read 4-0 2863 NULL
-+cifs_get_inode_info_unix_2864 cifs_get_inode_info_unix 0 2864 NULL
-+iwl_mvm_mac_ctxt_allocate_resources_2867 iwl_mvm_mac_ctxt_allocate_resources 0 2867 NULL
-+move_addr_to_user_2868 move_addr_to_user 2 2868 NULL
-+coda_setattr_2871 coda_setattr 0 2871 NULL
-+ath6kl_open_2872 ath6kl_open 0 2872 NULL
-+il4965_alloc_bcast_station_2876 il4965_alloc_bcast_station 0 2876 NULL
-+show_2877 show 0 2877 NULL
-+ksdazzle_net_open_2882 ksdazzle_net_open 0 2882 NULL
-+wait_for_commit_2887 wait_for_commit 0 2887 NULL
-+abx500_get_register_page_interruptible_2888 abx500_get_register_page_interruptible 0 2888 NULL nohasharray
-+tcm_loop_tpg_show_nexus_2888 tcm_loop_tpg_show_nexus 0 2888 &abx500_get_register_page_interruptible_2888
-+sata_req_2894 sata_req 0 2894 NULL
-+bch_cache_show_2895 bch_cache_show 0 2895 NULL
-+cmm_write_2896 cmm_write 3-0 2896 NULL
-+sd_isoc_nego_2899 sd_isoc_nego 0 2899 NULL
-+wacom_btnimg6_store_2901 wacom_btnimg6_store 4-0 2901 NULL
-+max8998_update_reg_2907 max8998_update_reg 0 2907 NULL
-+iommu_group_attr_show_2908 iommu_group_attr_show 0 2908 NULL
-+ore_check_io_2912 ore_check_io 0 2912 NULL
-+target_fabric_nacl_param_attr_show_2915 target_fabric_nacl_param_attr_show 0 2915 NULL
-+osc_import_seq_write_2923 osc_import_seq_write 3 2923 NULL
-+sysv_getattr_2924 sysv_getattr 0 2924 NULL
-+count_esp_combs_2926 count_esp_combs 0 2926 NULL
-+xfs_trans_get_buf_map_2927 xfs_trans_get_buf_map 4 2927 NULL
-+mos7840_set_uart_reg_2929 mos7840_set_uart_reg 0 2929 NULL
-+mls_from_string_2930 mls_from_string 0 2930 NULL
-+smi_data_buf_size_show_2931 smi_data_buf_size_show 0 2931 NULL
-+tsl2550_show_operating_mode_2934 tsl2550_show_operating_mode 0 2934 NULL
-+show_convrate_2936 show_convrate 0 2936 NULL
-+xfs_da_get_buf_2939 xfs_da_get_buf 0 2939 NULL
-+nes_read_indexed_2946 nes_read_indexed 0 2946 NULL
-+cpu_subsys_online_2947 cpu_subsys_online 0 2947 NULL
-+tm6000_i2c_recv_regs16_2949 tm6000_i2c_recv_regs16 5-0 2949 NULL
-+i40e_dbg_prep_dump_buf_2951 i40e_dbg_prep_dump_buf 2 2951 NULL nohasharray
-+store_ideapad_fan_2951 store_ideapad_fan 0-4 2951 &i40e_dbg_prep_dump_buf_2951
-+set_fast_connectable_2952 set_fast_connectable 4 2952 NULL
-+out_intr_mask_show_2953 out_intr_mask_show 0 2953 NULL
-+show_2958 show 0 2958 NULL
-+mc13xxx_spi_read_2961 mc13xxx_spi_read 0 2961 NULL
-+free_area_init_core_2962 free_area_init_core 2-3 2962 NULL
-+ppp_cp_event_2965 ppp_cp_event 6 2965 NULL
-+snd_ice1712_pro_trigger_2968 snd_ice1712_pro_trigger 0 2968 NULL
-+fcoe_device_notification_2970 fcoe_device_notification 0 2970 NULL
-+loopback_trigger_2975 loopback_trigger 0 2975 NULL nohasharray
-+pb0100_set_exposure_2975 pb0100_set_exposure 0 2975 &loopback_trigger_2975
-+do_strnlen_user_2976 do_strnlen_user 0-2 2976 NULL
-+snd_trident_ioctl_2977 snd_trident_ioctl 0 2977 NULL
-+bnx2i_ep_get_param_2979 bnx2i_ep_get_param 0 2979 NULL
-+ps_get_max_charge_cntl_limit_2983 ps_get_max_charge_cntl_limit 0 2983 NULL
-+p9_nr_pages_2992 p9_nr_pages 0-2 2992 NULL
-+_ctl_diag_trigger_event_show_2995 _ctl_diag_trigger_event_show 0 2995 NULL nohasharray
-+nfs_write_inode_2995 nfs_write_inode 0 2995 &_ctl_diag_trigger_event_show_2995
-+packet_bind_2996 packet_bind 0 2996 NULL
-+store_cardr_2997 store_cardr 4-0 2997 NULL
-+ieee80211_parse_bitrates_3000 ieee80211_parse_bitrates 0 3000 NULL nohasharray
-+tcm_qla2xxx_tpg_attrib_show_demo_mode_write_protect_3000 tcm_qla2xxx_tpg_attrib_show_demo_mode_write_protect 0 3000 &ieee80211_parse_bitrates_3000
-+smsc75xx_mdio_read_3001 smsc75xx_mdio_read 0 3001 NULL
-+vb2_queue_or_prepare_buf_3006 vb2_queue_or_prepare_buf 0 3006 NULL nohasharray
-+store_regs_in_max0_3006 store_regs_in_max0 0-4 3006 &vb2_queue_or_prepare_buf_3006
-+lov_stripetype_seq_write_3013 lov_stripetype_seq_write 3 3013 NULL
-+udf_symlink_filler_3015 udf_symlink_filler 0 3015 NULL
-+do_dmabuf_dirty_sou_3017 do_dmabuf_dirty_sou 7 3017 NULL
-+iscsi_stat_instance_show_attr_portals_3019 iscsi_stat_instance_show_attr_portals 0 3019 NULL
-+depth_write_3021 depth_write 3-0 3021 NULL
-+show_in_min0_3025 show_in_min0 0 3025 NULL nohasharray
-+xudc_ep_queue_3025 xudc_ep_queue 0 3025 &show_in_min0_3025
-+__blocking_notifier_call_chain_3028 __blocking_notifier_call_chain 0 3028 NULL
-+unix_listen_3031 unix_listen 0 3031 NULL
-+mem_cgroup_hierarchy_write_3032 mem_cgroup_hierarchy_write 0 3032 NULL
-+xfrm_dst_alloc_copy_3034 xfrm_dst_alloc_copy 3 3034 NULL
-+show_otp0en_3036 show_otp0en 0 3036 NULL
-+iwl_dbgfs_sleep_level_override_read_3038 iwl_dbgfs_sleep_level_override_read 3-0 3038 NULL nohasharray
-+lpfc_idiag_mbxacc_write_3038 lpfc_idiag_mbxacc_write 3-0 3038 &iwl_dbgfs_sleep_level_override_read_3038
-+get_max_acpi_id_3039 get_max_acpi_id 0 3039 NULL nohasharray
-+cyapa_do_i2c_pip_cmd_irq_sync_3039 cyapa_do_i2c_pip_cmd_irq_sync 3-0 3039 &get_max_acpi_id_3039
-+snd_hwdep_read_3040 snd_hwdep_read 0-3 3040 NULL
-+nr_free_buffer_pages_3044 nr_free_buffer_pages 0 3044 NULL
-+instance_pe_count_show_3046 instance_pe_count_show 0 3046 NULL nohasharray
-+mptsas_get_linkerrors_3046 mptsas_get_linkerrors 0 3046 &instance_pe_count_show_3046
-+il3945_ucode_rx_stats_read_3048 il3945_ucode_rx_stats_read 3-0 3048 NULL
-+mwl8k_post_pervif_cmd_3050 mwl8k_post_pervif_cmd 0 3050 NULL nohasharray
-+target_core_alua_tg_pt_gp_store_attr_alua_support_lba_dependent_3050 target_core_alua_tg_pt_gp_store_attr_alua_support_lba_dependent 0-3 3050 &mwl8k_post_pervif_cmd_3050
-+smsc75xx_reset_3053 smsc75xx_reset 0 3053 NULL
-+mwl8k_post_cmd_3056 mwl8k_post_cmd 0 3056 NULL
-+st_flush_write_buffer_3057 st_flush_write_buffer 0 3057 NULL nohasharray
-+mv_ep_enable_3057 mv_ep_enable 0 3057 &st_flush_write_buffer_3057
-+dmi_sysfs_entry_instance_3065 dmi_sysfs_entry_instance 0 3065 NULL nohasharray
-+set_otp4en_3065 set_otp4en 4-0 3065 &dmi_sysfs_entry_instance_3065
-+qp_alloc_ppn_set_3068 qp_alloc_ppn_set 2-4 3068 NULL
-+__blk_end_bidi_request_3070 __blk_end_bidi_request 3-4 3070 NULL
-+dac960_user_command_proc_write_3071 dac960_user_command_proc_write 3-0 3071 NULL nohasharray
-+hfsplus_asc2uni_3071 hfsplus_asc2uni 0 3071 &dac960_user_command_proc_write_3071
-+bDeviceClass_show_3073 bDeviceClass_show 0 3073 NULL
-+show_local_port_3076 show_local_port 0 3076 NULL
-+read_file_antenna_diversity_3077 read_file_antenna_diversity 3-0 3077 NULL
-+nilfs_btree_propagate_p_3078 nilfs_btree_propagate_p 0 3078 NULL
-+poweroff_nb_3079 poweroff_nb 0 3079 NULL
-+free_coherent_3082 free_coherent 4-2 3082 NULL
-+pm2fb_set_par_3084 pm2fb_set_par 0 3084 NULL
-+init_tx_ring_3085 init_tx_ring 4 3085 NULL
-+store_pwm_mode_3090 store_pwm_mode 0-4 3090 NULL
-+usbhsh_queue_push_3092 usbhsh_queue_push 0 3092 NULL
-+bio_integrity_intervals_3094 bio_integrity_intervals 0-2 3094 NULL
-+ttusb2_msg_3100 ttusb2_msg 4 3100 NULL nohasharray
-+acpi_battery_set_alarm_3100 acpi_battery_set_alarm 0 3100 &ttusb2_msg_3100
-+rb_alloc_3102 rb_alloc 1 3102 NULL nohasharray
-+ab_active_port_init_3102 ab_active_port_init 0 3102 &rb_alloc_3102
-+store_fan_stop_time_3106 store_fan_stop_time 0-4 3106 NULL
-+mxl111sf_i2c_xfer_3109 mxl111sf_i2c_xfer 0-3 3109 NULL nohasharray
-+show_protocols_3109 show_protocols 0 3109 &mxl111sf_i2c_xfer_3109
-+acpi_ec_transaction_unlocked_3112 acpi_ec_transaction_unlocked 0 3112 NULL nohasharray
-+show_firmware_version_3112 show_firmware_version 0 3112 &acpi_ec_transaction_unlocked_3112
-+qib_user_sdma_init_payload_3115 qib_user_sdma_init_payload 0 3115 NULL
-+m66592_enable_3117 m66592_enable 0 3117 NULL
-+lpfc_aer_support_show_3121 lpfc_aer_support_show 0 3121 NULL
-+simple_write_to_buffer_3122 simple_write_to_buffer 2-5-0 3122 NULL nohasharray
-+iwlagn_send_beacon_cmd_3122 iwlagn_send_beacon_cmd 0 3122 &simple_write_to_buffer_3122
-+iscsi_nacl_param_show_MaxBurstLength_3124 iscsi_nacl_param_show_MaxBurstLength 0 3124 NULL
-+open_inb_mbox_3128 open_inb_mbox 0 3128 NULL
-+registers_show_3130 registers_show 0 3130 NULL
-+print_time_3132 print_time 0 3132 NULL
-+crypto_rng_ctxsize_3133 crypto_rng_ctxsize 0 3133 NULL
-+ipoib_get_size_3135 ipoib_get_size 0 3135 NULL
-+fill_write_buffer_3142 fill_write_buffer 3-0 3142 NULL
-+filldir_3143 filldir 3 3143 NULL
-+b1_get_slice_3145 b1_get_slice 0 3145 NULL
-+show_spi_host_hba_id_3150 show_spi_host_hba_id 0 3150 NULL
-+CIFSSMBSetPosixACL_3154 CIFSSMBSetPosixACL 5 3154 NULL nohasharray
-+adv7175_write_3154 adv7175_write 0 3154 &CIFSSMBSetPosixACL_3154 nohasharray
-+cfcnfg_get_id_from_ifi_3154 cfcnfg_get_id_from_ifi 0 3154 &adv7175_write_3154
-+sched_cpu_inactive_3155 sched_cpu_inactive 0 3155 NULL
-+compat_sys_migrate_pages_3157 compat_sys_migrate_pages 2 3157 NULL
-+ubifs_orphan_end_commit_3161 ubifs_orphan_end_commit 0 3161 NULL
-+i915_gem_obj_ggtt_offset_3162 i915_gem_obj_ggtt_offset 0 3162 NULL
-+map_smb_to_linux_error_3163 map_smb_to_linux_error 0 3163 NULL
-+gfs2_rindex_update_3165 gfs2_rindex_update 0 3165 NULL
-+nf_conntrack_broadcast_help_3166 nf_conntrack_broadcast_help 0 3166 NULL nohasharray
-+islpci_reset_3166 islpci_reset 0 3166 &nf_conntrack_broadcast_help_3166 nohasharray
-+mgmt_index_event_3166 mgmt_index_event 4 3166 &islpci_reset_3166
-+nfc_alloc_send_skb_3167 nfc_alloc_send_skb 4 3167 NULL
-+rxrpc_create_3175 rxrpc_create 0 3175 NULL nohasharray
-+rebind_store_3175 rebind_store 0-3 3175 &rxrpc_create_3175
-+pkcs7_sig_note_signature_3178 pkcs7_sig_note_signature 5 3178 NULL
-+uinput_ioctl_handler_3181 uinput_ioctl_handler 2 3181 NULL nohasharray
-+uvc_video_stats_dump_3181 uvc_video_stats_dump 3 3181 &uinput_ioctl_handler_3181
-+tx_stats_read_3182 tx_stats_read 0 3182 NULL
-+patch_via_hdmi_3183 patch_via_hdmi 0 3183 NULL
-+compat_do_ip6t_set_ctl_3184 compat_do_ip6t_set_ctl 4 3184 NULL
-+mempool_create_node_3191 mempool_create_node 1 3191 NULL
-+alloc_context_3194 alloc_context 1 3194 NULL
-+dma_init_coherent_memory_3197 dma_init_coherent_memory 1-3 3197 NULL
-+shmem_pread_slow_3198 shmem_pread_slow 2-3 3198 NULL nohasharray
-+udp_sendpage_3198 udp_sendpage 4 3198 &shmem_pread_slow_3198
-+queue_write_same_max_show_3199 queue_write_same_max_show 0 3199 NULL
-+rtc_valid_tm_3200 rtc_valid_tm 0 3200 NULL
-+acpi_smbus_write_3201 acpi_smbus_write 0 3201 NULL
-+gpio_keys_show_keys_3202 gpio_keys_show_keys 0 3202 NULL
-+usb_clear_halt_3203 usb_clear_halt 0 3203 NULL
-+codec_reg_write_file_3204 codec_reg_write_file 3-0 3204 NULL
-+cx24113_get_status_3205 cx24113_get_status 0 3205 NULL
-+default_cpu_mask_to_apicid_and_3207 default_cpu_mask_to_apicid_and 0 3207 NULL
-+__readpages_done_3213 __readpages_done 0 3213 NULL nohasharray
-+sha256_init_3213 sha256_init 0 3213 &__readpages_done_3213
-+get_target_freq_3217 get_target_freq 0 3217 NULL
-+ipath_user_sdma_writev_3218 ipath_user_sdma_writev 0 3218 NULL
-+SyS_sendto_3219 SyS_sendto 6-3 3219 NULL
-+patch_stac9205_3222 patch_stac9205 0 3222 NULL
-+fm3130_get_time_3224 fm3130_get_time 0 3224 NULL nohasharray
-+__uncore_dsp_show_3224 __uncore_dsp_show 0 3224 &fm3130_get_time_3224 nohasharray
-+store_enabled_3224 store_enabled 0-4 3224 &__uncore_dsp_show_3224
-+acpi_ds_method_data_init_args_3229 acpi_ds_method_data_init_args 0 3229 NULL
-+mem_limit_show_3231 mem_limit_show 0 3231 NULL
-+btrfs_next_leaf_3232 btrfs_next_leaf 0 3232 NULL
-+dvb_ringbuffer_pkt_write_3233 dvb_ringbuffer_pkt_write 3 3233 NULL
-+write_adapter_mem_3234 write_adapter_mem 3 3234 NULL
-+qla4xxx_phy_port_num_show_3236 qla4xxx_phy_port_num_show 0 3236 NULL nohasharray
-+e1000e_setup_rx_resources_3236 e1000e_setup_rx_resources 0 3236 &qla4xxx_phy_port_num_show_3236
-+ext3_xattr_find_entry_3237 ext3_xattr_find_entry 0 3237 NULL
-+macb_open_3240 macb_open 0 3240 NULL
-+key_key_read_3241 key_key_read 3-0 3241 NULL
-+add_widget_node_3244 add_widget_node 0 3244 NULL
-+base_sock_bind_3245 base_sock_bind 0 3245 NULL
-+page_counter_memparse_3253 page_counter_memparse 0 3253 NULL
-+check_vendor_extension_3254 check_vendor_extension 1 3254 NULL nohasharray
-+peak_usb_ndo_open_3254 peak_usb_ndo_open 0 3254 &check_vendor_extension_3254 nohasharray
-+__ip_local_out_sk_3254 __ip_local_out_sk 0 3254 &peak_usb_ndo_open_3254
-+mei_amthif_write_3256 mei_amthif_write 0 3256 NULL
-+show_fc_host_firmware_version_3257 show_fc_host_firmware_version 0 3257 NULL
-+ipaq_open_3260 ipaq_open 0 3260 NULL
-+quota_scale_show_3263 quota_scale_show 0 3263 NULL
-+wan_get_status_3268 wan_get_status 0 3268 NULL nohasharray
-+phys_to_dma_3268 phys_to_dma 0-2 3268 &wan_get_status_3268
-+mma8452_show_samp_freq_avail_3269 mma8452_show_samp_freq_avail 0 3269 NULL nohasharray
-+wq_cpumask_store_3269 wq_cpumask_store 0-4 3269 &mma8452_show_samp_freq_avail_3269
-+technisat_usb2_i2c_xfer_3273 technisat_usb2_i2c_xfer 0-3 3273 NULL nohasharray
-+pccard_show_resource_3273 pccard_show_resource 0 3273 &technisat_usb2_i2c_xfer_3273
-+gk20a_instobj_ctor_iommu_3274 gk20a_instobj_ctor_iommu 4 3274 NULL
-+cifs_enable_signing_3276 cifs_enable_signing 0 3276 NULL
-+ath6kl_wmi_get_roam_tbl_cmd_3282 ath6kl_wmi_get_roam_tbl_cmd 0 3282 NULL
-+__ilog2_u64_3284 __ilog2_u64 0 3284 NULL
-+dgram_setsockopt_3285 dgram_setsockopt 0 3285 NULL
-+show_ipv4_iface_subnet_3295 show_ipv4_iface_subnet 0 3295 NULL
-+ieee80211_if_write_beacon_loss_3296 ieee80211_if_write_beacon_loss 3-0 3296 NULL nohasharray
-+patch_stac92hd73xx_3296 patch_stac92hd73xx 0 3296 &ieee80211_if_write_beacon_loss_3296
-+memory_get_cur_bandwidth_3298 memory_get_cur_bandwidth 0 3298 NULL
-+x1205_get_atrim_3299 x1205_get_atrim 0 3299 NULL
-+ip6_ufo_append_data_3302 ip6_ufo_append_data 8-7-6 3302 NULL
-+spidev_compat_ioc_message_3305 spidev_compat_ioc_message 2 3305 NULL nohasharray
-+__set_extent_bit_3305 __set_extent_bit 0 3305 &spidev_compat_ioc_message_3305
-+sriov_configure_3307 sriov_configure 0-2 3307 NULL
-+arvo_sysfs_write_3311 arvo_sysfs_write 6-0 3311 NULL nohasharray
-+minix_write_begin_3311 minix_write_begin 0 3311 &arvo_sysfs_write_3311
-+ceph_vxattrs_name_size_3312 ceph_vxattrs_name_size 0 3312 NULL
-+_iwl_dbgfs_d3_sram_write_3315 _iwl_dbgfs_d3_sram_write 3-0 3315 NULL
-+dbDiscardAG_3322 dbDiscardAG 3 3322 NULL
-+ip6_route_dev_notify_3325 ip6_route_dev_notify 0 3325 NULL
-+compat_sys_setsockopt_3326 compat_sys_setsockopt 5 3326 NULL nohasharray
-+genphy_read_status_3326 genphy_read_status 0 3326 &compat_sys_setsockopt_3326
-+arch_phys_wc_del_3332 arch_phys_wc_del 1 3332 NULL
-+aac_rkt_ioremap_3333 aac_rkt_ioremap 2 3333 NULL
-+lis3lv02d_rate_show_3334 lis3lv02d_rate_show 0 3334 NULL
-+sctp_make_init_ack_3335 sctp_make_init_ack 4 3335 NULL
-+read_from_oldmem_3337 read_from_oldmem 2 3337 NULL
-+sysfs_create_group_3339 sysfs_create_group 0 3339 NULL nohasharray
-+max_power_range_uw_show_3339 max_power_range_uw_show 0 3339 &sysfs_create_group_3339
-+tty_port_register_device_attr_3341 tty_port_register_device_attr 3 3341 NULL
-+ip_local_out_3345 ip_local_out 0 3345 NULL
-+ubifs_sync_wbufs_by_inode_3346 ubifs_sync_wbufs_by_inode 0 3346 NULL
-+bt819_s_stream_3349 bt819_s_stream 0 3349 NULL
-+atm_init_aal34_3350 atm_init_aal34 0 3350 NULL
-+il_dbgfs_interrupt_read_3351 il_dbgfs_interrupt_read 3-0 3351 NULL
-+rose_recvmsg_3352 rose_recvmsg 3 3352 NULL
-+gsm_control_rls_3353 gsm_control_rls 3 3353 NULL nohasharray
-+o2nm_cluster_attr_idle_timeout_ms_write_3353 o2nm_cluster_attr_idle_timeout_ms_write 3-0 3353 &gsm_control_rls_3353
-+anx9805_aux_3358 anx9805_aux 0 3358 NULL
-+jbd2_journal_force_commit_3359 jbd2_journal_force_commit 0 3359 NULL
-+scnprintf_3360 scnprintf 0-2 3360 NULL
-+map_name_show_3361 map_name_show 0 3361 NULL
-+iwl_trans_update_sf_3363 iwl_trans_update_sf 0 3363 NULL
-+sr_read_3366 sr_read 3 3366 NULL
-+nilfs_segctor_fill_in_checkpoint_3369 nilfs_segctor_fill_in_checkpoint 0 3369 NULL
-+mv88e6xxx_phy_write_3375 mv88e6xxx_phy_write 0-2 3375 NULL nohasharray
-+hotkey_bios_enabled_show_3375 hotkey_bios_enabled_show 0 3375 &mv88e6xxx_phy_write_3375
-+cifs_write_3376 cifs_write 0 3376 NULL nohasharray
-+register_xenbus_watch_3376 register_xenbus_watch 0 3376 &cifs_write_3376
-+vsock_getname_3379 vsock_getname 0 3379 NULL nohasharray
-+s5p_mfc_open_mfc_inst_3379 s5p_mfc_open_mfc_inst 0 3379 &vsock_getname_3379
-+slot_show_3380 slot_show 0 3380 NULL nohasharray
-+read_rbu_data_3380 read_rbu_data 6-0-5 3380 &slot_show_3380
-+wake_unlock_show_3383 wake_unlock_show 0 3383 NULL nohasharray
-+ath9k_htc_sta_add_3383 ath9k_htc_sta_add 0 3383 &wake_unlock_show_3383
-+link_state_store_3384 link_state_store 0-4 3384 NULL
-+lanai_setup_rx_vci_aal5_3385 lanai_setup_rx_vci_aal5 0 3385 NULL
-+show_temp_value_3387 show_temp_value 0 3387 NULL nohasharray
-+drv_set_promiscuous_mode_3387 drv_set_promiscuous_mode 0 3387 &show_temp_value_3387
-+lp3971_reg_read_3389 lp3971_reg_read 0 3389 NULL
-+sg_write_3392 sg_write 0-3 3392 NULL
-+mtdchar_writeoob_3393 mtdchar_writeoob 4 3393 NULL
-+iscsit_na_random_datain_pdu_offsets_3398 iscsit_na_random_datain_pdu_offsets 0 3398 NULL
-+isdn_readbchan_3401 isdn_readbchan 0-5 3401 NULL
-+bdc_ep_enable_3404 bdc_ep_enable 0 3404 NULL
-+wl12xx_sdio_set_power_3405 wl12xx_sdio_set_power 0 3405 NULL
-+set_pwm_auto_channels_3410 set_pwm_auto_channels 0-4 3410 NULL
-+tvp5150_g_crop_3412 tvp5150_g_crop 0 3412 NULL
-+__write_reg_3413 __write_reg 0 3413 NULL
-+mei_io_cb_alloc_resp_buf_3414 mei_io_cb_alloc_resp_buf 2-0 3414 NULL nohasharray
-+broadsheet_spiflash_write_byte_3414 broadsheet_spiflash_write_byte 0 3414 &mei_io_cb_alloc_resp_buf_3414
-+set_location_3415 set_location 0 3415 NULL nohasharray
-+be_open_3415 be_open 0 3415 &set_location_3415
-+xfs_attr3_leaf_toosmall_3416 xfs_attr3_leaf_toosmall 0 3416 NULL nohasharray
-+dlm_lowcomms_start_3416 dlm_lowcomms_start 0 3416 &xfs_attr3_leaf_toosmall_3416
-+nfs_commit_unstable_pages_3419 nfs_commit_unstable_pages 0 3419 NULL
-+get_setup_data_paddr_3421 get_setup_data_paddr 0 3421 NULL
-+generic_hdmi_playback_pcm_prepare_3423 generic_hdmi_playback_pcm_prepare 0 3423 NULL
-+pci_add_cap_save_buffer_3426 pci_add_cap_save_buffer 3 3426 NULL
-+led_set_status_3432 led_set_status 0 3432 NULL
-+rj54n1_g_fmt_3433 rj54n1_g_fmt 0 3433 NULL
-+SyS_msgsnd_3436 SyS_msgsnd 3 3436 NULL
-+wm831x_fll_prepare_3438 wm831x_fll_prepare 0 3438 NULL
-+dev_register_3440 dev_register 0 3440 NULL
-+pci_write_aer_3441 pci_write_aer 0 3441 NULL
-+show_conn_param_ISCSI_PARAM_MAX_SEGMENT_SIZE_3442 show_conn_param_ISCSI_PARAM_MAX_SEGMENT_SIZE 0 3442 NULL
-+ncp_symlink_readpage_3448 ncp_symlink_readpage 0 3448 NULL
-+map_single_3449 map_single 0 3449 NULL
-+store_3451 store 0-3 3451 NULL
-+show_in_input1_3453 show_in_input1 0 3453 NULL nohasharray
-+mvs_tag_alloc_3453 mvs_tag_alloc 0 3453 &show_in_input1_3453
-+softsynth_write_3455 softsynth_write 3 3455 NULL
-+snd_pcm_lib_readv_transfer_3464 snd_pcm_lib_readv_transfer 5 3464 NULL
-+alloc_skb_fclone_3467 alloc_skb_fclone 1 3467 NULL nohasharray
-+iscsi_tpg_param_store_MaxConnections_3467 iscsi_tpg_param_store_MaxConnections 0-3 3467 &alloc_skb_fclone_3467
-+usb_authorize_device_3468 usb_authorize_device 0 3468 NULL
-+gx1_frame_buffer_size_3469 gx1_frame_buffer_size 0 3469 NULL
-+i740fb_set_par_3470 i740fb_set_par 0 3470 NULL
-+store_pwm_auto_channels_3471 store_pwm_auto_channels 0-4 3471 NULL
-+dummy_udc_start_3479 dummy_udc_start 0 3479 NULL nohasharray
-+store_hrtbt_enb_3479 store_hrtbt_enb 0-4 3479 &dummy_udc_start_3479
-+wakeup_max_time_show_3485 wakeup_max_time_show 0 3485 NULL
-+friq_read_regr_3489 friq_read_regr 0 3489 NULL
-+security_context_to_sid_default_3492 security_context_to_sid_default 2 3492 NULL
-+comp_tx_3493 comp_tx 0 3493 NULL
-+prepare_3495 prepare 0 3495 NULL
-+xfrm_migrate_msgsize_3496 xfrm_migrate_msgsize 0-1 3496 NULL
-+configure_3498 configure 0 3498 NULL
-+iscsi_stat_instance_attr_store_3501 iscsi_stat_instance_attr_store 0 3501 NULL
-+sys_size_show_3507 sys_size_show 0 3507 NULL
-+ad_sd_buffer_postdisable_3510 ad_sd_buffer_postdisable 0 3510 NULL
-+snd_rme9652_ioctl_3514 snd_rme9652_ioctl 0 3514 NULL
-+snd_usb_clock_find_source_3516 snd_usb_clock_find_source 0 3516 NULL nohasharray
-+iscsi_nacl_auth_store_userid_3516 iscsi_nacl_auth_store_userid 0-3 3516 &snd_usb_clock_find_source_3516
-+target_stat_scsi_tgt_port_show_attr_write_mbytes_3519 target_stat_scsi_tgt_port_show_attr_write_mbytes 0 3519 NULL
-+mem_tx_free_mem_blks_read_3521 mem_tx_free_mem_blks_read 3-0 3521 NULL nohasharray
-+pcf8523_rtc_read_time_3521 pcf8523_rtc_read_time 0 3521 &mem_tx_free_mem_blks_read_3521 nohasharray
-+ieee80211_wx_set_gen_ie_rsl_3521 ieee80211_wx_set_gen_ie_rsl 3 3521 &pcf8523_rtc_read_time_3521
-+m88ts2022_cmd_3523 m88ts2022_cmd 0 3523 NULL
-+ati_remote2_setup_3526 ati_remote2_setup 0 3526 NULL
-+adp8870_show_3527 adp8870_show 0 3527 NULL
-+SyS_semtimedop_3532 SyS_semtimedop 3 3532 NULL
-+ath10k_reg_addr_read_3536 ath10k_reg_addr_read 3-0 3536 NULL
-+SyS_readv_3539 SyS_readv 3 3539 NULL
-+topology_change_detected_show_3540 topology_change_detected_show 0 3540 NULL
-+iwl_mvm_rm_sta_3541 iwl_mvm_rm_sta 0 3541 NULL
-+latency_timer_show_3543 latency_timer_show 0 3543 NULL nohasharray
-+mls_context_cpy_3543 mls_context_cpy 0 3543 &latency_timer_show_3543 nohasharray
-+xfs_allocbt_get_maxrecs_3543 xfs_allocbt_get_maxrecs 0 3543 &mls_context_cpy_3543
-+sht15_send_status_3544 sht15_send_status 0 3544 NULL nohasharray
-+snd_seq_timer_set_tempo_3544 snd_seq_timer_set_tempo 0 3544 &sht15_send_status_3544
-+btrfs_dir_name_len_3549 btrfs_dir_name_len 0 3549 NULL nohasharray
-+raid_show_level_3549 raid_show_level 0 3549 &btrfs_dir_name_len_3549
-+b43legacy_read16_3561 b43legacy_read16 0 3561 NULL nohasharray
-+target_stat_scsi_lu_attr_show_3561 target_stat_scsi_lu_attr_show 0 3561 &b43legacy_read16_3561
-+nilfs_dat_translate_3562 nilfs_dat_translate 0 3562 NULL nohasharray
-+ssp_common_buffer_postenable_3562 ssp_common_buffer_postenable 0 3562 &nilfs_dat_translate_3562
-+generic_exec_single_3564 generic_exec_single 0 3564 NULL nohasharray
-+ip_queue_xmit_3564 ip_queue_xmit 0 3564 &generic_exec_single_3564 nohasharray
-+stv0680_set_video_mode_3564 stv0680_set_video_mode 0 3564 &ip_queue_xmit_3564
-+bnx2x_alloc_fp_mem_3565 bnx2x_alloc_fp_mem 0 3565 NULL
-+alloc_smp_resp_3566 alloc_smp_resp 1 3566 NULL nohasharray
-+cache_type_show_3566 cache_type_show 0 3566 &alloc_smp_resp_3566
-+evtchn_read_3569 evtchn_read 3-0 3569 NULL
-+cifs_async_writev_3576 cifs_async_writev 0 3576 NULL
-+f2fs_listxattr_3577 f2fs_listxattr 0-3 3577 NULL nohasharray
-+mwifiex_cmd_802_11_mac_address_3577 mwifiex_cmd_802_11_mac_address 0 3577 &f2fs_listxattr_3577
-+dormant_show_3581 dormant_show 0 3581 NULL nohasharray
-+amd_rng_init_3581 amd_rng_init 0 3581 &dormant_show_3581
-+ll_track_ppid_seq_write_3582 ll_track_ppid_seq_write 3 3582 NULL
-+vc_resize_3585 vc_resize 2-3 3585 NULL
-+ifalias_show_3586 ifalias_show 0 3586 NULL
-+acpi_ut_allocate_owner_id_3588 acpi_ut_allocate_owner_id 0 3588 NULL
-+show_temp_auto_temp_max_3593 show_temp_auto_temp_max 0 3593 NULL
-+iscsi_tpg_attrib_store_login_timeout_3597 iscsi_tpg_attrib_store_login_timeout 0-3 3597 NULL
-+compat_sys_semtimedop_3606 compat_sys_semtimedop 3 3606 NULL nohasharray
-+show_down_tail_align_3606 show_down_tail_align 0 3606 &compat_sys_semtimedop_3606
-+sctp_getsockopt_events_3607 sctp_getsockopt_events 2 3607 NULL
-+ray_open_3608 ray_open 0 3608 NULL
-+isp1760_ep_enable_3610 isp1760_ep_enable 0 3610 NULL
-+edac_mc_alloc_3611 edac_mc_alloc 4 3611 NULL
-+po1030_set_red_balance_3614 po1030_set_red_balance 0 3614 NULL
-+node_nodeid_write_3616 node_nodeid_write 0-3 3616 NULL
-+tx_tx_starts_read_3617 tx_tx_starts_read 3-0 3617 NULL
-+show_fcstat_link_failure_count_3618 show_fcstat_link_failure_count 0 3618 NULL
-+nilfs_dat_prepare_update_3619 nilfs_dat_prepare_update 0 3619 NULL
-+rv3029c2_i2c_read_regs_3621 rv3029c2_i2c_read_regs 0 3621 NULL
-+atl1e_setup_ring_resources_3623 atl1e_setup_ring_resources 0 3623 NULL
-+bnad_set_mac_address_3625 bnad_set_mac_address 0 3625 NULL
-+wpf_s_stream_3626 wpf_s_stream 0 3626 NULL
-+aligned_kmalloc_3628 aligned_kmalloc 1 3628 NULL
-+udp_v6_get_port_3632 udp_v6_get_port 0 3632 NULL
-+fan_get_speed_3635 fan_get_speed 0 3635 NULL
-+fm10k_alloc_q_vector_3638 fm10k_alloc_q_vector 6-4 3638 NULL
-+store_3640 store 0 3640 NULL
-+eem_opts_host_addr_store_3646 eem_opts_host_addr_store 0-3 3646 NULL
-+cacheinfo_cpu_callback_3647 cacheinfo_cpu_callback 0 3647 NULL nohasharray
-+rocker_port_dma_rings_init_3647 rocker_port_dma_rings_init 0 3647 &cacheinfo_cpu_callback_3647
-+x86_swiotlb_alloc_coherent_3649 x86_swiotlb_alloc_coherent 2 3649 NULL nohasharray
-+cm_copy_private_data_3649 cm_copy_private_data 2 3649 &x86_swiotlb_alloc_coherent_3649
-+ath6kl_disconnect_timeout_read_3650 ath6kl_disconnect_timeout_read 3-0 3650 NULL
-+ixgb_vlan_rx_add_vid_3651 ixgb_vlan_rx_add_vid 0 3651 NULL
-+i915_compat_ioctl_3656 i915_compat_ioctl 2 3656 NULL nohasharray
-+videobuf_dma_contig_user_get_3656 videobuf_dma_contig_user_get 0 3656 &i915_compat_ioctl_3656 nohasharray
-+alc680_parse_auto_config_3656 alc680_parse_auto_config 0 3656 &videobuf_dma_contig_user_get_3656
-+qib_user_sdma_page_to_frags_3660 qib_user_sdma_page_to_frags 0 3660 NULL
-+tomoyo_supervisor_3661 tomoyo_supervisor 0 3661 NULL nohasharray
-+smsc911x_set_mac_address_3661 smsc911x_set_mac_address 0 3661 &tomoyo_supervisor_3661
-+arcmsr_attr_host_fw_request_len_3662 arcmsr_attr_host_fw_request_len 0 3662 NULL
-+cma_alloc_3663 cma_alloc 3-2 3663 NULL
-+tcp_fragment_3669 tcp_fragment 3 3669 NULL
-+fuse_copy_page_3671 fuse_copy_page 0 3671 NULL
-+mcs_setup_transceiver_agilent_3673 mcs_setup_transceiver_agilent 0 3673 NULL
-+netxen_alloc_hw_resources_3674 netxen_alloc_hw_resources 0 3674 NULL
-+_iwl_dbgfs_tx_flush_write_3675 _iwl_dbgfs_tx_flush_write 3-0 3675 NULL
-+rawv6_bind_3679 rawv6_bind 0 3679 NULL
-+show_selfballoon_uphys_3680 show_selfballoon_uphys 0 3680 NULL
-+pvr2_ioread_start_3682 pvr2_ioread_start 0 3682 NULL nohasharray
-+igbvf_change_mtu_3682 igbvf_change_mtu 0 3682 &pvr2_ioread_start_3682
-+spmi_register_write_3684 spmi_register_write 0 3684 NULL
-+ax25_listen_register_3689 ax25_listen_register 0 3689 NULL
-+brcmf_fil_cmd_int_set_3696 brcmf_fil_cmd_int_set 0 3696 NULL
-+__netdev_adjacent_dev_link_lists_3697 __netdev_adjacent_dev_link_lists 0 3697 NULL
-+target_core_show_dev_alias_3699 target_core_show_dev_alias 0 3699 NULL
-+videobuf_pages_to_sg_3708 videobuf_pages_to_sg 2 3708 NULL
-+cfg80211_vendor_event_alloc_3709 cfg80211_vendor_event_alloc 3 3709 NULL
-+sys_getrandom_3710 sys_getrandom 2 3710 NULL
-+mlx4_en_config_rss_steer_3713 mlx4_en_config_rss_steer 0 3713 NULL
-+i2c_sendbytes_3714 i2c_sendbytes 0 3714 NULL
-+msi001_s_ctrl_3716 msi001_s_ctrl 0 3716 NULL
-+__cifs_readpage_from_fscache_3718 __cifs_readpage_from_fscache 0 3718 NULL
-+acm_tty_write_room_3722 acm_tty_write_room 0 3722 NULL
-+ext4_inode_blocks_set_3724 ext4_inode_blocks_set 0 3724 NULL nohasharray
-+do_cancel_3724 do_cancel 0 3724 &ext4_inode_blocks_set_3724
-+lm3533_als_get_threshold_3725 lm3533_als_get_threshold 0 3725 NULL nohasharray
-+v4l2_fh_open_3725 v4l2_fh_open 0 3725 &lm3533_als_get_threshold_3725 nohasharray
-+create_single_cap_vol_ctl_3725 create_single_cap_vol_ctl 0 3725 &v4l2_fh_open_3725
-+sm501fb_crtsrc_show_3731 sm501fb_crtsrc_show 0 3731 NULL
-+ci_ll_write_3740 ci_ll_write 4-0 3740 NULL
-+vlan_filtering_show_3745 vlan_filtering_show 0 3745 NULL
-+cp2112_i2c_write_req_3746 cp2112_i2c_write_req 0-4 3746 NULL nohasharray
-+show_prot_guard_type_3746 show_prot_guard_type 0 3746 &cp2112_i2c_write_req_3746
-+pegasus_open_3748 pegasus_open 0 3748 NULL
-+sysfs_kf_bin_write_3751 sysfs_kf_bin_write 0-4-3 3751 NULL
-+show_lwid_3752 show_lwid 0 3752 NULL nohasharray
-+si476x_core_cmd_fm_rds_blockcount_3752 si476x_core_cmd_fm_rds_blockcount 0 3752 &show_lwid_3752
-+btrfs_reserve_extent_3754 btrfs_reserve_extent 0 3754 NULL
-+show_log_height_3759 show_log_height 0 3759 NULL
-+get_port0_handler_3760 get_port0_handler 0 3760 NULL nohasharray
-+postenable_3760 postenable 0 3760 &get_port0_handler_3760
-+fuse_do_setattr_3762 fuse_do_setattr 0 3762 NULL
-+synaptics_show_disable_gesture_3767 synaptics_show_disable_gesture 0 3767 NULL nohasharray
-+start_isolate_page_range_3767 start_isolate_page_range 0 3767 &synaptics_show_disable_gesture_3767
-+temp1_show_3771 temp1_show 0 3771 NULL nohasharray
-+sctp_copy_one_addr_3771 sctp_copy_one_addr 0 3771 &temp1_show_3771
-+mvs_show_driver_version_3772 mvs_show_driver_version 0 3772 NULL nohasharray
-+koneplus_sysfs_read_profilex_settings_3772 koneplus_sysfs_read_profilex_settings 0-5-6 3772 &mvs_show_driver_version_3772
-+ping_recvmsg_3773 ping_recvmsg 3 3773 NULL
-+store_enable_clkb0_output_3776 store_enable_clkb0_output 0-4 3776 NULL
-+nouveau_sysfs_pstate_set_3777 nouveau_sysfs_pstate_set 0-4 3777 NULL
-+apds990x_prox_enable_show_3778 apds990x_prox_enable_show 0 3778 NULL
-+udf_adinicb_write_begin_3781 udf_adinicb_write_begin 0 3781 NULL
-+set_min_height_3783 set_min_height 0-4 3783 NULL
-+msm_otg_mode_write_3788 msm_otg_mode_write 3-0 3788 NULL
-+set_voltage_3789 set_voltage 0-4 3789 NULL
-+sctp_setsockopt_auth_key_3793 sctp_setsockopt_auth_key 3-0 3793 NULL
-+wq_nice_show_3795 wq_nice_show 0 3795 NULL
-+__netlink_create_3800 __netlink_create 0 3800 NULL
-+show_line3_3802 show_line3 0 3802 NULL
-+t1_set_mac_addr_3808 t1_set_mac_addr 0 3808 NULL
-+mci_max_location_show_3812 mci_max_location_show 0 3812 NULL
-+ncp_file_write_3813 ncp_file_write 3-0 3813 NULL nohasharray
-+iscsi_stat_instance_show_attr_min_ver_3813 iscsi_stat_instance_show_attr_min_ver 0 3813 &ncp_file_write_3813
-+nfs4_client_recover_expired_lease_3814 nfs4_client_recover_expired_lease 0 3814 NULL
-+manage_start_stop_show_3816 manage_start_stop_show 0 3816 NULL nohasharray
-+vpx3220_init_3816 vpx3220_init 0 3816 &manage_start_stop_show_3816
-+wm8350_gpio_direction_in_3818 wm8350_gpio_direction_in 0 3818 NULL
-+security_vm_enough_memory_mm_3821 security_vm_enough_memory_mm 0 3821 NULL
-+show_fnode_tcp_xmit_wsf_3823 show_fnode_tcp_xmit_wsf 0 3823 NULL
-+wl1251_hw_init_3825 wl1251_hw_init 0 3825 NULL
-+llc_ui_recvmsg_3826 llc_ui_recvmsg 4-0 3826 NULL
-+trunc_dealloc_3836 trunc_dealloc 0 3836 NULL
-+ceph_do_getattr_3838 ceph_do_getattr 0 3838 NULL nohasharray
-+ezusb_access_ltv_3838 ezusb_access_ltv 0 3838 &ceph_do_getattr_3838
-+mtip_hw_show_status_3839 mtip_hw_show_status 0 3839 NULL
-+release_version_store_3841 release_version_store 0-4 3841 NULL
-+fuse_try_move_page_3842 fuse_try_move_page 0 3842 NULL nohasharray
-+stringify_nodemap_3842 stringify_nodemap 2 3842 &fuse_try_move_page_3842
-+max8925_disable_3844 max8925_disable 0 3844 NULL
-+vprbrd_i2c_read_3845 vprbrd_i2c_read 0 3845 NULL nohasharray
-+amd_xgbe_phy_switch_mode_3845 amd_xgbe_phy_switch_mode 0 3845 &vprbrd_i2c_read_3845
-+__buf_prepare_3846 __buf_prepare 0 3846 NULL
-+ubi_eba_read_leb_3847 ubi_eba_read_leb 0 3847 NULL
-+wlcore_boot_parse_fw_ver_3850 wlcore_boot_parse_fw_ver 0 3850 NULL
-+create_one_cdev_3852 create_one_cdev 2 3852 NULL
-+ssb_pcmcia_read16_3853 ssb_pcmcia_read16 0 3853 NULL
-+smk_read_onlycap_3855 smk_read_onlycap 3-0 3855 NULL
-+show_session_param_ISCSI_PARAM_TARGET_ALIAS_3856 show_session_param_ISCSI_PARAM_TARGET_ALIAS 0 3856 NULL
-+fuse_retrieve_3857 fuse_retrieve 0 3857 NULL
-+udf_direct_IO_3860 udf_direct_IO 3 3860 NULL
-+c67x00_urb_enqueue_3862 c67x00_urb_enqueue 0 3862 NULL
-+hfsplus_create_attr_3864 hfsplus_create_attr 0 3864 NULL nohasharray
-+video_write_3864 video_write 0 3864 &hfsplus_create_attr_3864
-+get_fd_set_3866 get_fd_set 1 3866 NULL
-+show_pci_3867 show_pci 0 3867 NULL
-+sst_hsw_module_set_param_3868 sst_hsw_module_set_param 5 3868 NULL
-+br_fdb_insert_3869 br_fdb_insert 0 3869 NULL
-+i7core_inject_show_channel_3874 i7core_inject_show_channel 0 3874 NULL
-+show_ctlr_enabled_state_3877 show_ctlr_enabled_state 0 3877 NULL
-+store_thresh_either_en_3880 store_thresh_either_en 0-4 3880 NULL
-+fuse_conn_abort_write_3882 fuse_conn_abort_write 0-3 3882 NULL
-+garp_attr_create_3883 garp_attr_create 3 3883 NULL
-+uea_send_modem_cmd_3888 uea_send_modem_cmd 3 3888 NULL
-+serial8250_set_attr_rx_trig_bytes_3892 serial8250_set_attr_rx_trig_bytes 0-4 3892 NULL
-+efivarfs_file_read_3893 efivarfs_file_read 3-0 3893 NULL
-+nvram_write_3894 nvram_write 3-0 3894 NULL
-+ixgb_setup_rx_resources_3896 ixgb_setup_rx_resources 0 3896 NULL
-+pcibios_enable_irq_3897 pcibios_enable_irq 0 3897 NULL
-+pipeline_pre_proc_swi_read_3898 pipeline_pre_proc_swi_read 3-0 3898 NULL
-+comedi_buf_read_n_available_3899 comedi_buf_read_n_available 0 3899 NULL
-+tps65912_clear_bits_3906 tps65912_clear_bits 0 3906 NULL nohasharray
-+fcoe_ctlr_destroy_store_3906 fcoe_ctlr_destroy_store 0-3 3906 &tps65912_clear_bits_3906
-+retu_regmap_read_3909 retu_regmap_read 0 3909 NULL
-+vcs_write_3910 vcs_write 3-0 3910 NULL nohasharray
-+dbg_check_old_index_3910 dbg_check_old_index 0 3910 &vcs_write_3910
-+usbip_recv_3911 usbip_recv 3 3911 NULL
-+work_on_cpu_3912 work_on_cpu 0 3912 NULL
-+drm_fb_helper_set_par_3913 drm_fb_helper_set_par 0 3913 NULL
-+SyS_move_pages_3920 SyS_move_pages 2 3920 NULL
-+ds2780_set_sense_register_3927 ds2780_set_sense_register 0 3927 NULL
-+klp_disable_func_3928 klp_disable_func 0 3928 NULL
-+iwl_load_ucode_wait_alive_3936 iwl_load_ucode_wait_alive 0 3936 NULL
-+show_allow_ext_sg_3938 show_allow_ext_sg 0 3938 NULL
-+__vfs_read_3942 __vfs_read 0-3 3942 NULL
-+rb_alloc_aux_3943 rb_alloc_aux 4 3943 NULL
-+hdlc_irq_one_3944 hdlc_irq_one 2 3944 NULL
-+cp_refill_rx_3947 cp_refill_rx 0 3947 NULL
-+apei_clear_mce_3948 apei_clear_mce 0 3948 NULL nohasharray
-+ath10k_hif_exchange_bmi_msg_3948 ath10k_hif_exchange_bmi_msg 0 3948 &apei_clear_mce_3948
-+navman_open_3951 navman_open 0 3951 NULL
-+memory_block_change_state_3955 memory_block_change_state 0 3955 NULL
-+devtype_show_3956 devtype_show 0 3956 NULL nohasharray
-+aa_audit_file_3956 aa_audit_file 0-10 3956 &devtype_show_3956
-+nfs_write_begin_3957 nfs_write_begin 0 3957 NULL
-+write_port_3962 write_port 0-4 3962 NULL
-+bql_show_inflight_3970 bql_show_inflight 0 3970 NULL
-+be_vid_config_3976 be_vid_config 0 3976 NULL
-+dequeue_hwpoisoned_huge_page_3980 dequeue_hwpoisoned_huge_page 0 3980 NULL
-+lp5562_store_engine_mux_3982 lp5562_store_engine_mux 0-4 3982 NULL
-+qlcnic_show_beacon_3986 qlcnic_show_beacon 0 3986 NULL nohasharray
-+make_free_space_3986 make_free_space 0 3986 &qlcnic_show_beacon_3986
-+mt9t112_reset_3987 mt9t112_reset 0 3987 NULL
-+virtfn_add_3988 virtfn_add 0 3988 NULL
-+ubifs_run_commit_3989 ubifs_run_commit 0 3989 NULL
-+wake_unlock_store_3991 wake_unlock_store 0-4 3991 NULL
-+do_add_counters_3992 do_add_counters 3 3992 NULL
-+ocfs2_cluster_stack_show_3996 ocfs2_cluster_stack_show 0 3996 NULL
-+iwl_mvm_mac_ctxt_cmd_sta_3997 iwl_mvm_mac_ctxt_cmd_sta 0 3997 NULL
-+via_rng_init_3998 via_rng_init 0 3998 NULL
-+rfcomm_room_3999 rfcomm_room 0 3999 NULL nohasharray
-+set_inc_all_6db_3999 set_inc_all_6db 4-0 3999 &rfcomm_room_3999
-+gsc_s_ctrl_4002 gsc_s_ctrl 0 4002 NULL
-+userspace_status_4004 userspace_status 4-0 4004 NULL nohasharray
-+urbs_show_4004 urbs_show 0 4004 &userspace_status_4004
-+xfs_check_block_4005 xfs_check_block 4 4005 NULL nohasharray
-+mei_write_4005 mei_write 3-0 4005 &xfs_check_block_4005 nohasharray
-+niu_zcp_write_4005 niu_zcp_write 0 4005 &mei_write_4005 nohasharray
-+toshiba_usb_rapid_charge_set_4005 toshiba_usb_rapid_charge_set 0 4005 &niu_zcp_write_4005
-+show_xps_map_4009 show_xps_map 0 4009 NULL
-+snd_hdsp_capture_copy_4011 snd_hdsp_capture_copy 5 4011 NULL
-+bcm_rx_setup_4014 bcm_rx_setup 0 4014 NULL
-+wakeup_active_count_show_4016 wakeup_active_count_show 0 4016 NULL nohasharray
-+hsu_dma_prep_slave_sg_4016 hsu_dma_prep_slave_sg 3 4016 &wakeup_active_count_show_4016
-+amd_xgbe_phy_gmii_mode_4019 amd_xgbe_phy_gmii_mode 0 4019 NULL
-+_request_firmware_4021 _request_firmware 0 4021 NULL
-+blk_end_request_4024 blk_end_request 3 4024 NULL nohasharray
-+ipoib_open_4024 ipoib_open 0 4024 &blk_end_request_4024
-+ext4_xattr_find_entry_4025 ext4_xattr_find_entry 0 4025 NULL nohasharray
-+ndelay_store_4025 ndelay_store 0-3 4025 &ext4_xattr_find_entry_4025
-+amd_ec_write_4027 amd_ec_write 0 4027 NULL
-+ql3xxx_set_mac_address_4033 ql3xxx_set_mac_address 0 4033 NULL
-+b1_get_word_4035 b1_get_word 0 4035 NULL nohasharray
-+usbnet_write_cmd_async_4035 usbnet_write_cmd_async 7 4035 &b1_get_word_4035
-+xfs_free_ag_extent_4036 xfs_free_ag_extent 0 4036 NULL nohasharray
-+sha1_base_do_update_4036 sha1_base_do_update 0 4036 &xfs_free_ag_extent_4036
-+mtip_hw_read_registers_4037 mtip_hw_read_registers 3-0 4037 NULL
-+store_tabletCoordinateMode_4043 store_tabletCoordinateMode 0-4 4043 NULL
-+oprofile_set_ulong_4046 oprofile_set_ulong 0 4046 NULL
-+iscsi_nacl_param_show_MaxOutstandingR2T_4050 iscsi_nacl_param_show_MaxOutstandingR2T 0 4050 NULL
-+i915_gpu_idle_4062 i915_gpu_idle 0 4062 NULL
-+get_dmabuf_4065 get_dmabuf 2 4065 NULL nohasharray
-+show_fc_host_dev_loss_tmo_4065 show_fc_host_dev_loss_tmo 0 4065 &get_dmabuf_4065
-+coreid_show_4066 coreid_show 0 4066 NULL
-+fbcon_fb_unbind_4068 fbcon_fb_unbind 0 4068 NULL
-+cardr_show_4070 cardr_show 0 4070 NULL
-+video_get_max_state_4073 video_get_max_state 0 4073 NULL nohasharray
-+nr_hugepages_mempolicy_show_4073 nr_hugepages_mempolicy_show 0 4073 &video_get_max_state_4073
-+__cfg80211_alloc_event_skb_4075 __cfg80211_alloc_event_skb 5 4075 NULL
-+sctp_make_asconf_4078 sctp_make_asconf 3 4078 NULL nohasharray
-+show_engine1_leds_4078 show_engine1_leds 0 4078 &sctp_make_asconf_4078
-+fbcon_do_set_font_4079 fbcon_do_set_font 2-3 4079 NULL
-+__logfs_segment_write_4080 __logfs_segment_write 0 4080 NULL
-+_ctl_diag_trigger_mpi_show_4082 _ctl_diag_trigger_mpi_show 0 4082 NULL
-+vxlan_open_4083 vxlan_open 0 4083 NULL nohasharray
-+try_online_node_4083 try_online_node 0 4083 &vxlan_open_4083
-+snd_korg1212_prepare_4088 snd_korg1212_prepare 0 4088 NULL
-+da9052_free_irq_4090 da9052_free_irq 2 4090 NULL
-+tcmu_set_configfs_dev_params_4091 tcmu_set_configfs_dev_params 0-3 4091 NULL
-+dccp_v4_init_sock_4096 dccp_v4_init_sock 0 4096 NULL nohasharray
-+__dwc3_gadget_ep0_queue_4096 __dwc3_gadget_ep0_queue 0 4096 &dccp_v4_init_sock_4096
-+show_4097 show 0 4097 NULL
-+flash_show_4102 flash_show 0 4102 NULL
-+ath10k_bmi_lz_stream_start_4103 ath10k_bmi_lz_stream_start 0 4103 NULL
-+eeprom_read_4104 eeprom_read 6-5-0 4104 NULL
-+irq_gc_suspend_4106 irq_gc_suspend 0 4106 NULL nohasharray
-+serial_suspend_4106 serial_suspend 0 4106 &irq_gc_suspend_4106
-+write_reg_4108 write_reg 0 4108 NULL
-+phy_has_fixups_show_4110 phy_has_fixups_show 0 4110 NULL nohasharray
-+eventfd_read_4110 eventfd_read 0-3 4110 &phy_has_fixups_show_4110
-+configfs_setattr_4111 configfs_setattr 0 4111 NULL nohasharray
-+bonding_store_num_peer_notif_4111 bonding_store_num_peer_notif 0-4 4111 &configfs_setattr_4111
-+mt9t112_init_pll_4112 mt9t112_init_pll 0 4112 NULL
-+ocfs2_xattr_tree_list_index_block_4119 ocfs2_xattr_tree_list_index_block 0 4119 NULL
-+proc_task_getattr_4125 proc_task_getattr 0 4125 NULL
-+v9fs_vfs_readpage_4131 v9fs_vfs_readpage 0 4131 NULL
-+show_fnode_fragment_disable_4133 show_fnode_fragment_disable 0 4133 NULL
-+component_match_realloc_4139 component_match_realloc 3 4139 NULL
-+nf_call_iptables_show_4143 nf_call_iptables_show 0 4143 NULL nohasharray
-+ath10k_htt_send_rx_ring_cfg_ll_4143 ath10k_htt_send_rx_ring_cfg_ll 0 4143 &nf_call_iptables_show_4143
-+br_netdev_switch_event_4145 br_netdev_switch_event 0 4145 NULL
-+ntb_netdev_change_mtu_4147 ntb_netdev_change_mtu 2-0 4147 NULL nohasharray
-+mon_text_read_u_4147 mon_text_read_u 0-3 4147 &ntb_netdev_change_mtu_4147
-+tm6000_read_4151 tm6000_read 3-0 4151 NULL nohasharray
-+show_temp_auto_boost_hyst_4151 show_temp_auto_boost_hyst 0 4151 &tm6000_read_4151
-+acpi_bus_get_device_4153 acpi_bus_get_device 0 4153 NULL nohasharray
-+rndis_filter_open_4153 rndis_filter_open 0 4153 &acpi_bus_get_device_4153
-+mpt_raid_phys_disk_get_num_paths_4155 mpt_raid_phys_disk_get_num_paths 0 4155 NULL
-+show_sf2_pwm_4161 show_sf2_pwm 0 4161 NULL
-+echo_show_4163 echo_show 0 4163 NULL nohasharray
-+t1_init_hw_modules_4163 t1_init_hw_modules 0 4163 &echo_show_4163 nohasharray
-+store_4163 store 0 4163 &t1_init_hw_modules_4163
-+radeon_show_one_edid_4164 radeon_show_one_edid 3-0 4164 NULL nohasharray
-+bus_powerup_4164 bus_powerup 0 4164 &radeon_show_one_edid_4164
-+get_alua_req_4166 get_alua_req 3 4166 NULL
-+blk_dropped_read_4168 blk_dropped_read 3 4168 NULL
-+skb_add_data_4171 skb_add_data 3 4171 NULL nohasharray
-+mci_size_mb_show_4171 mci_size_mb_show 0 4171 &skb_add_data_4171
-+manufacturer_show_4172 manufacturer_show 0 4172 NULL
-+show_4173 show 0 4173 NULL
-+read_file_bool_4180 read_file_bool 3-0 4180 NULL nohasharray
-+elants_i2c_calibrate_4180 elants_i2c_calibrate 0 4180 &read_file_bool_4180
-+ov6650_reg_write_4182 ov6650_reg_write 0 4182 NULL
-+bond_option_active_slave_set_4183 bond_option_active_slave_set 0 4183 NULL
-+cpumap_print_to_pagebuf_4190 cpumap_print_to_pagebuf 0 4190 NULL nohasharray
-+get_fan_speed_percent_4190 get_fan_speed_percent 0 4190 &cpumap_print_to_pagebuf_4190
-+blk_mq_hw_sysfs_store_4193 blk_mq_hw_sysfs_store 0-4 4193 NULL
-+jme_set_macaddr_4196 jme_set_macaddr 0 4196 NULL
-+__nfs4_get_acl_uncached_4197 __nfs4_get_acl_uncached 0 4197 NULL
-+vring_new_virtqueue_4199 vring_new_virtqueue 2 4199 NULL
-+target_core_store_dev_udev_path_4200 target_core_store_dev_udev_path 0-3 4200 NULL
-+f1x_determine_channel_4202 f1x_determine_channel 2 4202 NULL
-+_osd_req_list_objects_4204 _osd_req_list_objects 6 4204 NULL
-+v9fs_write_end_4207 v9fs_write_end 0-5 4207 NULL
-+persist_store_4220 persist_store 0-4 4220 NULL
-+rtnetlink_event_4221 rtnetlink_event 0 4221 NULL
-+show_session_param_ISCSI_PARAM_DISCOVERY_PARENT_IDX_4222 show_session_param_ISCSI_PARAM_DISCOVERY_PARENT_IDX 0 4222 NULL
-+ip_send_unicast_reply_4223 ip_send_unicast_reply 7 4223 NULL
-+l2tp_eth_dev_init_4225 l2tp_eth_dev_init 0 4225 NULL
-+vsock_auto_bind_4229 vsock_auto_bind 0 4229 NULL nohasharray
-+bdc_udc_start_4229 bdc_udc_start 0 4229 &vsock_auto_bind_4229
-+axp20x_show_ext_attr_4232 axp20x_show_ext_attr 0 4232 NULL
-+bch_hprint_4233 bch_hprint 0 4233 NULL nohasharray
-+gpio_trig_gpio_store_4233 gpio_trig_gpio_store 0-4 4233 &bch_hprint_4233
-+show_fnode_max_segment_size_4234 show_fnode_max_segment_size 0 4234 NULL nohasharray
-+ext4_direct_IO_4234 ext4_direct_IO 3 4234 &show_fnode_max_segment_size_4234
-+snd_seq_ioctl_query_next_port_4238 snd_seq_ioctl_query_next_port 0 4238 NULL
-+input_dev_show_cap_abs_4239 input_dev_show_cap_abs 0 4239 NULL
-+team_port_enable_netpoll_4243 team_port_enable_netpoll 0 4243 NULL
-+gp2ap020a00f_buffer_predisable_4246 gp2ap020a00f_buffer_predisable 0 4246 NULL
-+pm_qos_remote_wakeup_store_4248 pm_qos_remote_wakeup_store 0-4 4248 NULL
-+timewarn_cs_read_4250 timewarn_cs_read 0 4250 NULL
-+iwlagn_send_rxon_assoc_4252 iwlagn_send_rxon_assoc 0 4252 NULL
-+mwifiex_sta_prepare_cmd_4253 mwifiex_sta_prepare_cmd 0 4253 NULL
-+alg_create_4257 alg_create 0 4257 NULL
-+show_iface_strict_login_comp_en_4260 show_iface_strict_login_comp_en 0 4260 NULL nohasharray
-+__dev_pm_qos_add_request_4260 __dev_pm_qos_add_request 0 4260 &show_iface_strict_login_comp_en_4260
-+base_clock_show_4261 base_clock_show 0 4261 NULL nohasharray
-+tda7432_s_ctrl_4261 tda7432_s_ctrl 0 4261 &base_clock_show_4261
-+__block_write_full_page_4267 __block_write_full_page 0 4267 NULL
-+ip_vs_in_icmp_v6_4268 ip_vs_in_icmp_v6 0 4268 NULL
-+crc32c_intel_finup_4272 crc32c_intel_finup 0 4272 NULL nohasharray
-+tg3_init_5401phy_dsp_4272 tg3_init_5401phy_dsp 0 4272 &crc32c_intel_finup_4272
-+nilfs_segctor_apply_buffers_4273 nilfs_segctor_apply_buffers 0 4273 NULL nohasharray
-+snd_pcm_oss_change_params_4273 snd_pcm_oss_change_params 0 4273 &nilfs_segctor_apply_buffers_4273
-+show_sg_tablesize_4278 show_sg_tablesize 0 4278 NULL
-+pwm_lpss_config_4281 pwm_lpss_config 0 4281 NULL
-+ath6kl_force_roam_write_4282 ath6kl_force_roam_write 3-0 4282 NULL
-+show_sas_device_type_4283 show_sas_device_type 0 4283 NULL
-+goldfish_audio_write_4284 goldfish_audio_write 3 4284 NULL
-+msb_do_write_request_4286 msb_do_write_request 2 4286 NULL
-+xt_compat_add_offset_4289 xt_compat_add_offset 0 4289 NULL nohasharray
-+cp_change_mtu_4289 cp_change_mtu 0 4289 &xt_compat_add_offset_4289
-+get_connectors_for_crtc_4291 get_connectors_for_crtc 0 4291 NULL nohasharray
-+lpfc_stat_data_ctrl_store_4291 lpfc_stat_data_ctrl_store 0-4 4291 &get_connectors_for_crtc_4291
-+vmci_event_dispatch_4294 vmci_event_dispatch 0 4294 NULL
-+v4l2_subdev_s_ctrl_4295 v4l2_subdev_s_ctrl 0 4295 NULL
-+ali15x3_access_4296 ali15x3_access 0 4296 NULL
-+iwl_trans_pcie_start_fw_4297 iwl_trans_pcie_start_fw 0 4297 NULL
-+__usbnet_read_cmd_4299 __usbnet_read_cmd 7-0 4299 NULL
-+fw_read_file_contents_4301 fw_read_file_contents 0 4301 NULL
-+dvb_ringbuffer_pkt_read_user_4303 dvb_ringbuffer_pkt_read_user 3-2-5-0 4303 NULL nohasharray
-+camera_store_4303 camera_store 4-0 4303 &dvb_ringbuffer_pkt_read_user_4303
-+atl2_open_4307 atl2_open 0 4307 NULL nohasharray
-+i915_gem_object_pin_4307 i915_gem_object_pin 0 4307 &atl2_open_4307
-+snd_aw2_pcm_trigger_capture_4314 snd_aw2_pcm_trigger_capture 0 4314 NULL
-+cfg80211_inform_bss_4315 cfg80211_inform_bss 9 4315 NULL nohasharray
-+count_strings_4315 count_strings 0 4315 &cfg80211_inform_bss_4315
-+xgbe_get_sset_count_4316 xgbe_get_sset_count 0 4316 NULL
-+pscsi_create_type_disk_4317 pscsi_create_type_disk 0 4317 NULL nohasharray
-+cpufv_disabled_store_4317 cpufv_disabled_store 0-4 4317 &pscsi_create_type_disk_4317
-+ali1563_transaction_4319 ali1563_transaction 0 4319 NULL nohasharray
-+amd8111e_restart_4319 amd8111e_restart 0 4319 &ali1563_transaction_4319
-+qlcnic_get_nic_info_4327 qlcnic_get_nic_info 0 4327 NULL
-+snd_rawmidi_kernel_read_4328 snd_rawmidi_kernel_read 3 4328 NULL
-+mlx4_qp_modify_4333 mlx4_qp_modify 0 4333 NULL
-+iscsi_disc_store_userid_4337 iscsi_disc_store_userid 0-3 4337 NULL
-+ima_eventdigest_init_common_4338 ima_eventdigest_init_common 2 4338 NULL
-+unix_stream_sendmsg_4343 unix_stream_sendmsg 3 4343 NULL
-+rtl8169_get_sset_count_4349 rtl8169_get_sset_count 0 4349 NULL
-+show_tcrit1_4350 show_tcrit1 0 4350 NULL
-+netdev_vlan_rx_add_vid_4353 netdev_vlan_rx_add_vid 0 4353 NULL
-+store_4354 store 0-3 4354 NULL
-+snd_seq_ioctl_create_queue_4355 snd_seq_ioctl_create_queue 0 4355 NULL
-+ext3_write_inode_4359 ext3_write_inode 0 4359 NULL
-+__gfs2_readpage_4363 __gfs2_readpage 0 4363 NULL
-+ieee80211_change_mtu_4365 ieee80211_change_mtu 0 4365 NULL
-+mc13783_powermisc_rmw_4368 mc13783_powermisc_rmw 0 4368 NULL
-+xfs_attr3_leaf_clearflag_4371 xfs_attr3_leaf_clearflag 0 4371 NULL
-+store_sas_hard_reset_4372 store_sas_hard_reset 0-4 4372 NULL
-+sys_setdomainname_4373 sys_setdomainname 2 4373 NULL
-+write_4374 write 0 4374 NULL
-+esb_write_4376 esb_write 0-3 4376 NULL
-+sd_start_12a_4378 sd_start_12a 0 4378 NULL nohasharray
-+iscsi_stat_logout_attr_store_4378 iscsi_stat_logout_attr_store 0 4378 &sd_start_12a_4378
-+vcc_connect_4382 vcc_connect 0 4382 NULL
-+uevent_seqnum_show_4383 uevent_seqnum_show 0 4383 NULL
-+pci_eg20t_init_4385 pci_eg20t_init 0 4385 NULL
-+irda_sendmsg_4388 irda_sendmsg 4-0 4388 NULL
-+sctp_sendmsg_4391 sctp_sendmsg 3 4391 NULL
-+lp3943_gpio_set_mode_4393 lp3943_gpio_set_mode 0 4393 NULL
-+ovl_listxattr_4399 ovl_listxattr 0-3 4399 NULL
-+get_pwm1_enable_4401 get_pwm1_enable 0 4401 NULL nohasharray
-+ipath_init_chip_4401 ipath_init_chip 0 4401 &get_pwm1_enable_4401
-+reg_read_4409 reg_read 0 4409 NULL
-+access_process_vm_4412 access_process_vm 0 4412 NULL nohasharray
-+cxacru_cm_get_array_4412 cxacru_cm_get_array 4 4412 &access_process_vm_4412
-+can_send_4414 can_send 0 4414 NULL
-+libfc_vport_create_4415 libfc_vport_create 2 4415 NULL
-+fast_charge_timer_store_4416 fast_charge_timer_store 0-4 4416 NULL
-+wusbhc_chid_set_4420 wusbhc_chid_set 0 4420 NULL
-+rtw_android_get_rssi_4421 rtw_android_get_rssi 0 4421 NULL
-+show_fan_stop_output_4422 show_fan_stop_output 0 4422 NULL
-+read_pwr_cal_values_4423 read_pwr_cal_values 0 4423 NULL
-+mptscsih_io_delay_show_4424 mptscsih_io_delay_show 0 4424 NULL
-+xfs_log_show_4426 xfs_log_show 0 4426 NULL
-+read_code_4429 read_code 4 4429 NULL
-+ath10k_htc_start_4430 ath10k_htc_start 0 4430 NULL
-+b43_nphy_op_init_4431 b43_nphy_op_init 0 4431 NULL
-+max8998_rtc_start_alarm_4434 max8998_rtc_start_alarm 0 4434 NULL
-+snd_hdsp_ioctl_4435 snd_hdsp_ioctl 0 4435 NULL
-+pcan_usb_set_silent_4436 pcan_usb_set_silent 0 4436 NULL
-+do_pages_stat_4437 do_pages_stat 2 4437 NULL
-+srpt_tpg_attrib_show_srp_max_rdma_size_4438 srpt_tpg_attrib_show_srp_max_rdma_size 0 4438 NULL
-+vxp_resume_4442 vxp_resume 0 4442 NULL
-+memparse_4444 memparse 0 4444 NULL nohasharray
-+netdev_register_kobject_4444 netdev_register_kobject 0 4444 &memparse_4444
-+vxge_hw_vpath_fw_api_4452 vxge_hw_vpath_fw_api 0 4452 NULL
-+disksize_show_4454 disksize_show 0 4454 NULL
-+set_eeprom4_4457 set_eeprom4 4-0 4457 NULL
-+dn_alloc_send_pskb_4465 dn_alloc_send_pskb 2 4465 NULL
-+ext3_journalled_writepage_4470 ext3_journalled_writepage 0 4470 NULL
-+at76_set_card_command_4471 at76_set_card_command 4 4471 NULL
-+zd_rf_init_rf2959_4476 zd_rf_init_rf2959 0 4476 NULL
-+sock_create_kern_4480 sock_create_kern 0 4480 NULL
-+snd_seq_expand_var_event_4481 snd_seq_expand_var_event 0-5 4481 NULL nohasharray
-+signalfd_dequeue_4481 signalfd_dequeue 0 4481 &snd_seq_expand_var_event_4481
-+beep_write_4485 beep_write 0 4485 NULL
-+sys_semtimedop_4486 sys_semtimedop 3 4486 NULL
-+show_fcstat_prim_seq_protocol_err_count_4487 show_fcstat_prim_seq_protocol_err_count 0 4487 NULL
-+udp_sendmsg_4492 udp_sendmsg 4-0 4492 NULL
-+vmbus_establish_gpadl_4495 vmbus_establish_gpadl 3 4495 NULL
-+ltc4222_get_value_4496 ltc4222_get_value 0 4496 NULL nohasharray
-+bus_scan_store_4496 bus_scan_store 0-3 4496 &ltc4222_get_value_4496
-+_ctl_diag_trigger_mpi_store_4500 _ctl_diag_trigger_mpi_store 0-4 4500 NULL
-+o2nm_node_ipv4_address_read_4501 o2nm_node_ipv4_address_read 0 4501 NULL
-+set_link_security_4502 set_link_security 4 4502 NULL
-+node_read_vmstat_4505 node_read_vmstat 0 4505 NULL
-+l1oip_socket_parse_4507 l1oip_socket_parse 4 4507 NULL
-+start_usb_capture_4519 start_usb_capture 0 4519 NULL
-+acpi_ex_convert_to_integer_4521 acpi_ex_convert_to_integer 0 4521 NULL nohasharray
-+afs_fill_page_4521 afs_fill_page 0 4521 &acpi_ex_convert_to_integer_4521
-+write_cnodes_4523 write_cnodes 0 4523 NULL
-+xfs_btree_kill_root_4526 xfs_btree_kill_root 0 4526 NULL
-+show_modes_4530 show_modes 0 4530 NULL
-+ll_max_readahead_per_file_mb_seq_write_4531 ll_max_readahead_per_file_mb_seq_write 3 4531 NULL
-+sys_llistxattr_4532 sys_llistxattr 3 4532 NULL
-+da9052_group_write_4534 da9052_group_write 0 4534 NULL
-+tipc_getname_4539 tipc_getname 0 4539 NULL
-+d3cold_allowed_store_4541 d3cold_allowed_store 0-4 4541 NULL
-+tty_register_device_4544 tty_register_device 2 4544 NULL nohasharray
-+store_mode_4544 store_mode 0-4 4544 &tty_register_device_4544
-+videobuf_vmalloc_to_sg_4548 videobuf_vmalloc_to_sg 2 4548 NULL
-+generic_packet_4551 generic_packet 0 4551 NULL nohasharray
-+store_risetime_4551 store_risetime 0-4 4551 &generic_packet_4551
-+show_sched4_4552 show_sched4 0 4552 NULL
-+aoedisk_show_state_4553 aoedisk_show_state 0 4553 NULL
-+rxrpc_bind_4554 rxrpc_bind 0 4554 NULL
-+fsl_edma_prep_slave_sg_4555 fsl_edma_prep_slave_sg 3 4555 NULL
-+show_fc_private_host_tgtid_bind_type_4556 show_fc_private_host_tgtid_bind_type 0 4556 NULL
-+max_sectors_store_4559 max_sectors_store 0-4 4559 NULL
-+show_speed_tolerance_4560 show_speed_tolerance 0 4560 NULL
-+rx8581_get_datetime_4561 rx8581_get_datetime 0 4561 NULL
-+ubifs_add_dirt_4567 ubifs_add_dirt 0 4567 NULL
-+xgmac_set_mac_address_4571 xgmac_set_mac_address 0 4571 NULL
-+btrfs_file_extent_inline_item_len_4575 btrfs_file_extent_inline_item_len 0 4575 NULL
-+wl18xx_top_reg_write_4577 wl18xx_top_reg_write 0 4577 NULL
-+xfs_buf_get_maps_4581 xfs_buf_get_maps 2 4581 NULL
-+commit_orphans_4584 commit_orphans 0 4584 NULL
-+aty128fb_set_par_4587 aty128fb_set_par 0 4587 NULL
-+read_rio_4589 read_rio 0-3 4589 NULL
-+acpi_read_fast_4590 acpi_read_fast 3-2 4590 NULL nohasharray
-+alt_capture_pcm_prepare_4590 alt_capture_pcm_prepare 0 4590 &acpi_read_fast_4590
-+multipath_add_disk_4591 multipath_add_disk 0 4591 NULL
-+bch_alloc_4593 bch_alloc 1 4593 NULL
-+ocfs2_refcount_lock_4595 ocfs2_refcount_lock 0 4595 NULL
-+ath10k_dbg_sta_write_delba_4602 ath10k_dbg_sta_write_delba 3-0 4602 NULL nohasharray
-+fuse_copy_one_4602 fuse_copy_one 0 4602 &ath10k_dbg_sta_write_delba_4602
-+pm8001_ctl_iop_log_show_4614 pm8001_ctl_iop_log_show 0 4614 NULL nohasharray
-+device_store_int_4614 device_store_int 0-4 4614 &pm8001_ctl_iop_log_show_4614
-+xfs_bmap_add_attrfork_4617 xfs_bmap_add_attrfork 0 4617 NULL
-+show_designated_bridge_4619 show_designated_bridge 0 4619 NULL nohasharray
-+bdc_gadget_ep_enable_4619 bdc_gadget_ep_enable 0 4619 &show_designated_bridge_4619
-+rp5c01_read_time_4626 rp5c01_read_time 0 4626 NULL
-+bpq_device_event_4633 bpq_device_event 0 4633 NULL nohasharray
-+ll_rw_extents_stats_seq_write_4633 ll_rw_extents_stats_seq_write 3 4633 &bpq_device_event_4633
-+iwl_dbgfs_tx_queue_read_4635 iwl_dbgfs_tx_queue_read 3-0 4635 NULL nohasharray
-+show_valid_zones_4635 show_valid_zones 0 4635 &iwl_dbgfs_tx_queue_read_4635
-+hrz_send_4638 hrz_send 0 4638 NULL
-+wlcore_boot_upload_nvs_4639 wlcore_boot_upload_nvs 0 4639 NULL
-+nilfs_segments_README_show_4646 nilfs_segments_README_show 0 4646 NULL
-+txCommit_4649 txCommit 0 4649 NULL
-+pch_phub_gbe_serial_rom_conf_4650 pch_phub_gbe_serial_rom_conf 0 4650 NULL
-+f2fs_xattr_generic_set_4651 f2fs_xattr_generic_set 0 4651 NULL
-+falcon_describe_nic_stats_4659 falcon_describe_nic_stats 0 4659 NULL
-+show_conn_param_ISCSI_PARAM_OFMARKER_EN_4661 show_conn_param_ISCSI_PARAM_OFMARKER_EN 0 4661 NULL
-+eeprom_93xx46_eral_4666 eeprom_93xx46_eral 0 4666 NULL
-+ttm_pool_store_4671 ttm_pool_store 0-4 4671 NULL
-+test_power_get_usb_property_4680 test_power_get_usb_property 0 4680 NULL
-+niu_get_eeprom_len_4681 niu_get_eeprom_len 0 4681 NULL
-+show_event_log_4682 show_event_log 0 4682 NULL
-+cx18_read_pos_4683 cx18_read_pos 3-0 4683 NULL nohasharray
-+cvt_auto_temp_4683 cvt_auto_temp 0 4683 &cx18_read_pos_4683
-+__uncore_counter_show_4686 __uncore_counter_show 0 4686 NULL
-+short_retry_limit_read_4687 short_retry_limit_read 3-0 4687 NULL
-+cifs_sync_read_4688 cifs_sync_read 0 4688 NULL nohasharray
-+register_queue_kobjects_4688 register_queue_kobjects 0 4688 &cifs_sync_read_4688
-+kone_receive_4690 kone_receive 4-0 4690 NULL
-+soc_mbus_bytes_per_line_4691 soc_mbus_bytes_per_line 0-1 4691 NULL
-+integrity_generate_show_4696 integrity_generate_show 0 4696 NULL
-+uhid_dev_get_report_reply_4697 uhid_dev_get_report_reply 0 4697 NULL
-+iscsi_tpg_auth_show_password_4698 iscsi_tpg_auth_show_password 0 4698 NULL
-+round_pipe_size_4701 round_pipe_size 0 4701 NULL nohasharray
-+gen8_get_total_gtt_size_4701 gen8_get_total_gtt_size 0-1 4701 &round_pipe_size_4701 nohasharray
-+write8_reg_4701 write8_reg 4-0 4701 &gen8_get_total_gtt_size_4701 nohasharray
-+tcs3414_buffer_preenable_4701 tcs3414_buffer_preenable 0 4701 &write8_reg_4701
-+hash_netportnet6_expire_4702 hash_netportnet6_expire 4 4702 NULL
-+qla2x00_phy_version_show_4706 qla2x00_phy_version_show 0 4706 NULL
-+cxgbi_alloc_big_mem_4707 cxgbi_alloc_big_mem 1 4707 NULL
-+toshiba_haps_protection_level_4711 toshiba_haps_protection_level 0 4711 NULL
-+roccat_common2_sysfs_read_tcu_image_4719 roccat_common2_sysfs_read_tcu_image 0-5-6 4719 NULL
-+btrfs_setattr_4721 btrfs_setattr 0 4721 NULL
-+ati_create_gatt_pages_4722 ati_create_gatt_pages 1 4722 NULL nohasharray
-+show_header_4722 show_header 3 4722 &ati_create_gatt_pages_4722
-+fw_lookup_and_allocate_buf_4723 fw_lookup_and_allocate_buf 0 4723 NULL nohasharray
-+cas_change_mtu_4723 cas_change_mtu 0 4723 &fw_lookup_and_allocate_buf_4723
-+path_show_4725 path_show 0 4725 NULL nohasharray
-+bl_power_show_4725 bl_power_show 0 4725 &path_show_4725
-+t4_link_start_4726 t4_link_start 0 4726 NULL nohasharray
-+fallback_migrate_page_4726 fallback_migrate_page 0 4726 &t4_link_start_4726
-+ims_pcu_verify_block_4733 ims_pcu_verify_block 0 4733 NULL
-+ll_rw_offset_stats_seq_write_4736 ll_rw_offset_stats_seq_write 3 4736 NULL
-+scsi_level_show_4738 scsi_level_show 0 4738 NULL
-+ledd_show_4740 ledd_show 0 4740 NULL
-+level_show_4741 level_show 0 4741 NULL
-+rds_ib_get_mr_4742 rds_ib_get_mr 2 4742 NULL
-+acpi_os_signal_4745 acpi_os_signal 0 4745 NULL
-+twl6030_pwmled_enable_4747 twl6030_pwmled_enable 0 4747 NULL
-+st_gyro_buffer_preenable_4749 st_gyro_buffer_preenable 0 4749 NULL
-+_vivid_fb_check_var_4753 _vivid_fb_check_var 0 4753 NULL nohasharray
-+lu_buf_alloc_4753 lu_buf_alloc 2 4753 &_vivid_fb_check_var_4753
-+qla4xxx_get_firmware_status_4759 qla4xxx_get_firmware_status 0 4759 NULL
-+qla2x00_optrom_fw_version_show_4760 qla2x00_optrom_fw_version_show 0 4760 NULL nohasharray
-+_alloc_get_attr_list_4760 _alloc_get_attr_list 0 4760 &qla2x00_optrom_fw_version_show_4760
-+wakeup_active_show_4767 wakeup_active_show 0 4767 NULL
-+shm16write__write_file_4771 shm16write__write_file 0 4771 NULL
-+__orinoco_hw_setup_enc_4772 __orinoco_hw_setup_enc 0 4772 NULL
-+pwr_rcvd_bcns_cnt_read_4774 pwr_rcvd_bcns_cnt_read 3-0 4774 NULL
-+kobj_pkt_store_4775 kobj_pkt_store 0-4 4775 NULL
-+tlan_get_eeprom_len_4776 tlan_get_eeprom_len 0 4776 NULL
-+get_srcimp_4779 get_srcimp 0 4779 NULL nohasharray
-+cifs_read_allocate_pages_4779 cifs_read_allocate_pages 0 4779 &get_srcimp_4779
-+uwb_drp_avail_reserve_pending_4786 uwb_drp_avail_reserve_pending 0 4786 NULL
-+create_subvol_4791 create_subvol 4 4791 NULL
-+w1_master_attribute_store_max_slave_count_4792 w1_master_attribute_store_max_slave_count 0-4 4792 NULL
-+read_4793 read 0-4 4793 NULL
-+sisusb_read_memio_byte_4794 sisusb_read_memio_byte 0 4794 NULL
-+opl3_load_patch_4802 opl3_load_patch 0 4802 NULL
-+set_sync_endpoint_4803 set_sync_endpoint 0 4803 NULL nohasharray
-+au8522_s_ctrl_4803 au8522_s_ctrl 0 4803 &set_sync_endpoint_4803
-+ncp__vol2io_4804 ncp__vol2io 5-0 4804 NULL
-+fan_set_level_4805 fan_set_level 0 4805 NULL
-+C_SYSC_setsockopt_4806 C_SYSC_setsockopt 5 4806 NULL
-+add_new_kprobe_4808 add_new_kprobe 0 4808 NULL
-+vt8623fb_set_par_4814 vt8623fb_set_par 0 4814 NULL
-+show_sticky_4816 show_sticky 0 4816 NULL
-+show_postcode_4819 show_postcode 0 4819 NULL
-+part_fail_store_4820 part_fail_store 0-4 4820 NULL
-+ubifs_log_post_commit_4824 ubifs_log_post_commit 0 4824 NULL
-+esd_usb2_start_4827 esd_usb2_start 0 4827 NULL
-+show_4831 show 0 4831 NULL
-+show_brightness_changed_4834 show_brightness_changed 0 4834 NULL nohasharray
-+acpi_ps_create_op_4834 acpi_ps_create_op 0 4834 &show_brightness_changed_4834
-+__zswap_cpu_notifier_4837 __zswap_cpu_notifier 0 4837 NULL
-+cfq_slice_async_rq_show_4838 cfq_slice_async_rq_show 0 4838 NULL
-+scsi_end_request_4839 scsi_end_request 3-4 4839 NULL
-+iscsit_ta_authentication_4846 iscsit_ta_authentication 0 4846 NULL nohasharray
-+adis16480_enable_irq_4846 adis16480_enable_irq 0 4846 &iscsit_ta_authentication_4846
-+iptunnel_pull_header_4847 iptunnel_pull_header 2 4847 NULL
-+show_sas_phy_sas_address_4856 show_sas_phy_sas_address 0 4856 NULL nohasharray
-+target_core_dev_pr_attr_store_4856 target_core_dev_pr_attr_store 0-4 4856 &show_sas_phy_sas_address_4856
-+roccat_common2_sysfs_read_tcu_4857 roccat_common2_sysfs_read_tcu 0-5-6 4857 NULL
-+gigaset_if_receive_4861 gigaset_if_receive 3 4861 NULL
-+key_tx_spec_read_4862 key_tx_spec_read 3-0 4862 NULL
-+available_sync_leds_show_4863 available_sync_leds_show 0 4863 NULL
-+sco_sock_bind_4864 sco_sock_bind 0 4864 NULL
-+ncp_read_bounce_4867 ncp_read_bounce 0 4867 NULL
-+svc_getname_4869 svc_getname 0 4869 NULL
-+__pm_runtime_suspend_4870 __pm_runtime_suspend 0 4870 NULL
-+hid_register_field_4874 hid_register_field 3-2 4874 NULL
-+tg3_phy_reset_4876 tg3_phy_reset 0 4876 NULL
-+n_tracesink_read_4878 n_tracesink_read 0 4878 NULL
-+wl1271_set_ba_policies_4883 wl1271_set_ba_policies 0 4883 NULL
-+vmxnet3_activate_dev_4885 vmxnet3_activate_dev 0 4885 NULL
-+vga_arb_read_4886 vga_arb_read 3-0 4886 NULL nohasharray
-+ip6_pkt_drop_4886 ip6_pkt_drop 0 4886 &vga_arb_read_4886
-+current_speed_show_4887 current_speed_show 0 4887 NULL
-+sys_ipc_4889 sys_ipc 3 4889 NULL
-+isdn_divert_write_4891 isdn_divert_write 0-3 4891 NULL
-+s2io_ethtool_get_regs_len_4901 s2io_ethtool_get_regs_len 0 4901 NULL
-+shadow_fetch_4907 shadow_fetch 2 4907 NULL
-+nilfs_segbuf_reset_4912 nilfs_segbuf_reset 0 4912 NULL nohasharray
-+mt6397_irq_handle_reg_4912 mt6397_irq_handle_reg 3 4912 &nilfs_segbuf_reset_4912
-+qlcnic_82xx_alloc_mbx_args_4913 qlcnic_82xx_alloc_mbx_args 0 4913 NULL nohasharray
-+smsc911x_ethtool_getregslen_4913 smsc911x_ethtool_getregslen 0 4913 &qlcnic_82xx_alloc_mbx_args_4913
-+sw_activity_store_4914 sw_activity_store 0 4914 NULL
-+acpi_battery_alarm_show_4917 acpi_battery_alarm_show 0 4917 NULL
-+show_pwm1_enable_4919 show_pwm1_enable 0 4919 NULL nohasharray
-+read_4919 read 0 4919 &show_pwm1_enable_4919
-+single_step_cont_4921 single_step_cont 0 4921 NULL
-+wl1271_sysfs_read_fwlog_4922 wl1271_sysfs_read_fwlog 0-6-5 4922 NULL nohasharray
-+edac_device_ctl_log_ce_store_4922 edac_device_ctl_log_ce_store 0-3 4922 &wl1271_sysfs_read_fwlog_4922
-+bfad_im_optionrom_version_show_4923 bfad_im_optionrom_version_show 0 4923 NULL
-+sys_process_vm_writev_4928 sys_process_vm_writev 3-5 4928 NULL
-+rx_compressed_show_4930 rx_compressed_show 0 4930 NULL nohasharray
-+show_fnode_tcp_timer_scale_4930 show_fnode_tcp_timer_scale 0 4930 &rx_compressed_show_4930
-+ntfs_rl_insert_4931 ntfs_rl_insert 4-2 4931 NULL
-+wm831x_unique_id_show_4937 wm831x_unique_id_show 0 4937 NULL
-+ieee80211_if_fmt_ave_beacon_4941 ieee80211_if_fmt_ave_beacon 3 4941 NULL nohasharray
-+asd_show_dev_bios_build_4941 asd_show_dev_bios_build 0 4941 &ieee80211_if_fmt_ave_beacon_4941 nohasharray
-+lp3972_ldo_enable_4941 lp3972_ldo_enable 0 4941 &asd_show_dev_bios_build_4941
-+da9055_reg_write_4942 da9055_reg_write 0 4942 NULL nohasharray
-+saa7146_pgtable_build_4942 saa7146_pgtable_build 0 4942 &da9055_reg_write_4942
-+multicast_query_response_interval_store_4943 multicast_query_response_interval_store 4-0 4943 NULL
-+bl_power_store_4949 bl_power_store 0-4 4949 NULL
-+mt9m001_cropcap_4950 mt9m001_cropcap 0 4950 NULL
-+batadv_interface_change_mtu_4952 batadv_interface_change_mtu 0 4952 NULL
-+request_msix_data_irqs_4956 request_msix_data_irqs 0 4956 NULL
-+netlink_mmap_sendmsg_4957 netlink_mmap_sendmsg 0 4957 NULL
-+fb_deferred_io_fsync_4960 fb_deferred_io_fsync 0 4960 NULL
-+tg3_setup_copper_phy_4964 tg3_setup_copper_phy 0 4964 NULL
-+devm_kzalloc_4966 devm_kzalloc 2 4966 NULL nohasharray
-+write_ee_4966 write_ee 0 4966 &devm_kzalloc_4966
-+compat_rawv6_setsockopt_4967 compat_rawv6_setsockopt 5 4967 NULL
-+ath10k_read_chip_id_4969 ath10k_read_chip_id 3-0 4969 NULL nohasharray
-+lock_device_hotplug_sysfs_4969 lock_device_hotplug_sysfs 0 4969 &ath10k_read_chip_id_4969
-+megasas_page_size_show_4971 megasas_page_size_show 0 4971 NULL
-+hfsplus_ext_write_extent_4973 hfsplus_ext_write_extent 0 4973 NULL
-+set_aout_4974 set_aout 0-4 4974 NULL
-+ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval_4976 ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval 3 4976 NULL
-+twlreg_read_4977 twlreg_read 0 4977 NULL nohasharray
-+do_sync_read_4977 do_sync_read 0-3 4977 &twlreg_read_4977
-+target_core_alua_tg_pt_gp_store_attr_implicit_trans_secs_4981 target_core_alua_tg_pt_gp_store_attr_implicit_trans_secs 0-3 4981 NULL
-+da9063_buck_get_mode_4985 da9063_buck_get_mode 0 4985 NULL
-+b43_gphy_op_prepare_hardware_4988 b43_gphy_op_prepare_hardware 0 4988 NULL
-+bd2802_store_reg0x09_4990 bd2802_store_reg0x09 0-4 4990 NULL
-+read_block_4993 read_block 0 4993 NULL
-+xfs_da3_node_split_4994 xfs_da3_node_split 0 4994 NULL
-+smb3_validate_negotiate_4999 smb3_validate_negotiate 0 4999 NULL
-+compat_SyS_ipc_5000 compat_SyS_ipc 3 5000 NULL
-+max_readahead_store_5004 max_readahead_store 3-0 5004 NULL
-+atl1c_request_irq_5006 atl1c_request_irq 0 5006 NULL
-+qla82xx_pci_mem_write_direct_5008 qla82xx_pci_mem_write_direct 2 5008 NULL
-+lm3533_als_set_target_5010 lm3533_als_set_target 0 5010 NULL
-+xhci_urb_enqueue_5012 xhci_urb_enqueue 0 5012 NULL
-+wl12xx_sdio_power_on_5017 wl12xx_sdio_power_on 0 5017 NULL
-+do_mincore_5018 do_mincore 0-2-1 5018 NULL
-+ucode_regs_read_file_5023 ucode_regs_read_file 0 5023 NULL
-+mtd_device_parse_register_5024 mtd_device_parse_register 5 5024 NULL nohasharray
-+smack_getprocattr_5024 smack_getprocattr 0 5024 &mtd_device_parse_register_5024
-+sbi_deprecated_show_5030 sbi_deprecated_show 0 5030 NULL nohasharray
-+acpi_pad_rrtime_store_5030 acpi_pad_rrtime_store 0-4 5030 &sbi_deprecated_show_5030
-+net2272_start_5033 net2272_start 0 5033 NULL
-+brcm_fet_config_init_5045 brcm_fet_config_init 0 5045 NULL
-+s3fb_check_var_5048 s3fb_check_var 0 5048 NULL
-+blkdev_get_5050 blkdev_get 0 5050 NULL
-+pci_read_aer_5051 pci_read_aer 0 5051 NULL
-+snd_hdspm_channel_info_5053 snd_hdspm_channel_info 0 5053 NULL
-+show_5055 show 0 5055 NULL
-+ocfs2_check_range_for_holes_5066 ocfs2_check_range_for_holes 0 5066 NULL
-+__kmalloc_track_caller_5071 __kmalloc_track_caller 1 5071 NULL
-+bonding_show_primary_5072 bonding_show_primary 0 5072 NULL
-+sun4i_pwm_set_polarity_5079 sun4i_pwm_set_polarity 0 5079 NULL
-+snd_mixart_BA1_read_5082 snd_mixart_BA1_read 5-0 5082 NULL
-+get_fan_failure_5083 get_fan_failure 0 5083 NULL
-+ssb_pci_read16_5084 ssb_pci_read16 0 5084 NULL
-+hdmi_setup_stream_5087 hdmi_setup_stream 0 5087 NULL
-+show_sas_rphy_device_type_5089 show_sas_rphy_device_type 0 5089 NULL
-+get_random_bytes_5091 get_random_bytes 2 5091 NULL nohasharray
-+kfifo_copy_from_user_5091 kfifo_copy_from_user 3-4 5091 &get_random_bytes_5091
-+set_pwm_auto_temp_5092 set_pwm_auto_temp 0-4 5092 NULL
-+compr_fill_5093 compr_fill 2 5093 NULL
-+zd_usb_enable_int_5095 zd_usb_enable_int 0 5095 NULL
-+acpi_ex_create_alias_5097 acpi_ex_create_alias 0 5097 NULL nohasharray
-+pppol2tp_setsockopt_5097 pppol2tp_setsockopt 0 5097 &acpi_ex_create_alias_5097
-+spectrum_cs_resume_5098 spectrum_cs_resume 0 5098 NULL
-+sound_write_5102 sound_write 3-0 5102 NULL
-+i40e_fcoe_ddp_setup_5105 i40e_fcoe_ddp_setup 4 5105 NULL
-+goldfish_pipe_read_5109 goldfish_pipe_read 0-3 5109 NULL nohasharray
-+alloc_init_skbufs_5109 alloc_init_skbufs 0 5109 &goldfish_pipe_read_5109
-+iscsi_stat_sess_attr_show_5113 iscsi_stat_sess_attr_show 0 5113 NULL nohasharray
-+broadsheet_spiflash_wait_for_bit_5113 broadsheet_spiflash_wait_for_bit 0 5113 &iscsi_stat_sess_attr_show_5113 nohasharray
-+f2fs_attr_store_5113 f2fs_attr_store 0-4 5113 &broadsheet_spiflash_wait_for_bit_5113
-+set_pwm_enable_direct_5114 set_pwm_enable_direct 0 5114 NULL
-+i40e_dbg_netdev_ops_write_5117 i40e_dbg_netdev_ops_write 3-0 5117 NULL nohasharray
-+diolan_write_cmd_5117 diolan_write_cmd 0 5117 &i40e_dbg_netdev_ops_write_5117
-+rhine_open_5133 rhine_open 0 5133 NULL
-+il_enqueue_hcmd_5139 il_enqueue_hcmd 0 5139 NULL
-+mlx4_en_activate_rx_rings_5146 mlx4_en_activate_rx_rings 0 5146 NULL
-+ocfs2_inode_lock_full_nested_5148 ocfs2_inode_lock_full_nested 0 5148 NULL
-+macb_get_regs_len_5149 macb_get_regs_len 0 5149 NULL
-+quirks_show_5154 quirks_show 0 5154 NULL
-+nfs4_wait_clnt_recover_5156 nfs4_wait_clnt_recover 0 5156 NULL
-+o2net_recv_tcp_msg_5158 o2net_recv_tcp_msg 3 5158 NULL
-+__uwb_addr_print_5161 __uwb_addr_print 2-0 5161 NULL
-+get_auto_brightness_5169 get_auto_brightness 0 5169 NULL
-+__az6007_write_5170 __az6007_write 0 5170 NULL
-+iwl_dbgfs_status_read_5171 iwl_dbgfs_status_read 3-0 5171 NULL nohasharray
-+o2hb_heartbeat_group_threshold_store_5171 o2hb_heartbeat_group_threshold_store 0-3 5171 &iwl_dbgfs_status_read_5171
-+acpi_pcc_get_sqty_5176 acpi_pcc_get_sqty 0 5176 NULL nohasharray
-+target_stat_scsi_lu_show_attr_indx_5176 target_stat_scsi_lu_show_attr_indx 0 5176 &acpi_pcc_get_sqty_5176
-+datablob_parse_5177 datablob_parse 0 5177 NULL
-+generate_smb3signingkey_5182 generate_smb3signingkey 0 5182 NULL
-+sfi_map_memory_5183 sfi_map_memory 1-2 5183 NULL
-+adjust_memory_5185 adjust_memory 0 5185 NULL
-+bond_option_lacp_rate_set_5190 bond_option_lacp_rate_set 0 5190 NULL
-+o2nm_cluster_attr_write_5195 o2nm_cluster_attr_write 0-2 5195 NULL
-+config_usb_cfg_attr_store_5199 config_usb_cfg_attr_store 0-4 5199 NULL nohasharray
-+raid6_check_reshape_5199 raid6_check_reshape 0 5199 &config_usb_cfg_attr_store_5199
-+b44_alloc_consistent_5200 b44_alloc_consistent 0 5200 NULL
-+mxl111sf_write_reg_5203 mxl111sf_write_reg 0 5203 NULL
-+pipe_set_size_5204 pipe_set_size 2 5204 NULL
-+read_blocklist_5209 read_blocklist 2 5209 NULL
-+store_state_disable_5210 store_state_disable 0-4 5210 NULL
-+snd_nm256_playback_trigger_5213 snd_nm256_playback_trigger 0 5213 NULL nohasharray
-+logfs_readpage_5213 logfs_readpage 0 5213 &snd_nm256_playback_trigger_5213
-+ppp_cp_parse_cr_5214 ppp_cp_parse_cr 4 5214 NULL
-+dwc2_hcd_urb_alloc_5217 dwc2_hcd_urb_alloc 2 5217 NULL
-+get_ep_param_5218 get_ep_param 0 5218 NULL nohasharray
-+saa6752hs_init_5218 saa6752hs_init 0 5218 &get_ep_param_5218 nohasharray
-+target_fabric_tpg_auth_attr_show_5218 target_fabric_tpg_auth_attr_show 0 5218 &saa6752hs_init_5218
-+bpq_set_mac_address_5223 bpq_set_mac_address 0 5223 NULL
-+ath6kl_debug_roam_tbl_event_5224 ath6kl_debug_roam_tbl_event 3 5224 NULL nohasharray
-+reserve_mem_notifier_5224 reserve_mem_notifier 0 5224 &ath6kl_debug_roam_tbl_event_5224
-+atl1e_open_5226 atl1e_open 0 5226 NULL
-+ssb_ioremap_5228 ssb_ioremap 2 5228 NULL
-+wait_for_response_5229 wait_for_response 0 5229 NULL
-+da9052_bat_read_volt_5230 da9052_bat_read_volt 0 5230 NULL
-+show_ata_dev_ering_5233 show_ata_dev_ering 0 5233 NULL
-+iwl_power_update_mode_5235 iwl_power_update_mode 0 5235 NULL
-+isdn_ppp_skb_push_5236 isdn_ppp_skb_push 2 5236 NULL nohasharray
-+cpuset_cpu_active_5236 cpuset_cpu_active 0 5236 &isdn_ppp_skb_push_5236
-+show_iface_delayed_ack_en_5240 show_iface_delayed_ack_en 0 5240 NULL nohasharray
-+uwb_dev_LQE_store_5240 uwb_dev_LQE_store 0-4 5240 &show_iface_delayed_ack_en_5240
-+sctp_abort_pkt_new_5241 sctp_abort_pkt_new 6 5241 NULL
-+led_set_flash_timeout_5242 led_set_flash_timeout 0 5242 NULL
-+aoedisk_show_mac_5245 aoedisk_show_mac 0 5245 NULL
-+cyapa_gen5_do_operational_check_5247 cyapa_gen5_do_operational_check 0 5247 NULL
-+iscsi_nacl_attrib_show_dataout_timeout_retries_5249 iscsi_nacl_attrib_show_dataout_timeout_retries 0 5249 NULL
-+ti_open_5256 ti_open 0 5256 NULL
-+update_nodemask_5257 update_nodemask 0 5257 NULL
-+__uncore_thresh8_show_5261 __uncore_thresh8_show 0 5261 NULL
-+eurwdt_write_5266 eurwdt_write 0-3 5266 NULL
-+bch_cache_set_internal_store_5269 bch_cache_set_internal_store 4-0 5269 NULL
-+dvb_ringbuffer_write_user_5270 dvb_ringbuffer_write_user 3 5270 NULL nohasharray
-+rxrpc_krb5_decode_tagged_data_5270 rxrpc_krb5_decode_tagged_data 0 5270 &dvb_ringbuffer_write_user_5270
-+xgmac_reg_addr_read_5278 xgmac_reg_addr_read 3-0 5278 NULL
-+mpt_lan_open_5281 mpt_lan_open 0 5281 NULL
-+qlafx00_soft_reset_5284 qlafx00_soft_reset 0 5284 NULL
-+alloc_cache_blocks_with_hash_5285 alloc_cache_blocks_with_hash 2 5285 NULL
-+__smsc95xx_write_reg_5295 __smsc95xx_write_reg 0 5295 NULL
-+snd_seq_ioctl_get_queue_tempo_5296 snd_seq_ioctl_get_queue_tempo 0 5296 NULL
-+qla2x00_optrom_fcode_version_show_5297 qla2x00_optrom_fcode_version_show 0 5297 NULL
-+lpfc_max_luns_show_5301 lpfc_max_luns_show 0 5301 NULL
-+sco_sock_sendmsg_5302 sco_sock_sendmsg 3 5302 NULL
-+metapage_readpage_5304 metapage_readpage 0 5304 NULL nohasharray
-+alloc_dec_temp_buffers_5304 alloc_dec_temp_buffers 0 5304 &metapage_readpage_5304 nohasharray
-+t4vf_write_rss_vi_config_5304 t4vf_write_rss_vi_config 0 5304 &alloc_dec_temp_buffers_5304
-+ks8842_open_5309 ks8842_open 0 5309 NULL
-+_efx_mcdi_rpc_finish_5310 _efx_mcdi_rpc_finish 0 5310 NULL
-+grow_inode_5311 grow_inode 0 5311 NULL
-+r592_write_fifo_pio_5315 r592_write_fifo_pio 3 5315 NULL
-+pep_sendmsg_5316 pep_sendmsg 3 5316 NULL
-+sbc_get_write_same_sectors_5317 sbc_get_write_same_sectors 0 5317 NULL
-+selinux_ipv4_output_5320 selinux_ipv4_output 0 5320 NULL
-+pmcraid_show_log_level_5323 pmcraid_show_log_level 0 5323 NULL nohasharray
-+bnx2_init_chip_5323 bnx2_init_chip 0 5323 &pmcraid_show_log_level_5323
-+pwr_elp_enter_read_5324 pwr_elp_enter_read 3-0 5324 NULL
-+ocfs2_writepage_5327 ocfs2_writepage 0 5327 NULL
-+allocate_cnodes_5329 allocate_cnodes 1 5329 NULL
-+max8997_rtc_read_time_5330 max8997_rtc_read_time 0 5330 NULL
-+padlock_sha1_update_nano_5335 padlock_sha1_update_nano 0 5335 NULL
-+nvkm_ioctl_5338 nvkm_ioctl 0 5338 NULL
-+__uncore_occ_edge_show_5340 __uncore_occ_edge_show 0 5340 NULL
-+uinput_ioctl_5342 uinput_ioctl 2 5342 NULL
-+spidev_get_ioc_message_5344 spidev_get_ioc_message 1 5344 NULL
-+ad714x_i2c_read_5345 ad714x_i2c_read 4 5345 NULL
-+policy_store_5346 policy_store 0-4 5346 NULL
-+iio_sysfs_trig_remove_5348 iio_sysfs_trig_remove 0-4 5348 NULL
-+target_stat_scsi_dev_show_attr_inst_5353 target_stat_scsi_dev_show_attr_inst 0 5353 NULL nohasharray
-+qlcnic_sriov_validate_vlan_cfg_5353 qlcnic_sriov_validate_vlan_cfg 0 5353 &target_stat_scsi_dev_show_attr_inst_5353
-+acpi_tb_validate_table_5356 acpi_tb_validate_table 0 5356 NULL
-+ocfs2_figure_hole_clusters_5358 ocfs2_figure_hole_clusters 0 5358 NULL
-+ps_pspoll_utilization_read_5361 ps_pspoll_utilization_read 3-0 5361 NULL
-+icmp_error_5362 icmp_error 0 5362 NULL
-+open_tx_second_5363 open_tx_second 0 5363 NULL
-+cciss_allocate_sg_chain_blocks_5368 cciss_allocate_sg_chain_blocks 3-2 5368 NULL
-+lowpan_alloc_frag_5370 lowpan_alloc_frag 2 5370 NULL
-+set_master_5372 set_master 0 5372 NULL
-+set_sample_rate_v2_5376 set_sample_rate_v2 0 5376 NULL nohasharray
-+rs5c372_get_datetime_5376 rs5c372_get_datetime 0 5376 &set_sample_rate_v2_5376
-+netlink_autobind_5378 netlink_autobind 0 5378 NULL
-+ab3100_enable_regulator_5383 ab3100_enable_regulator 0 5383 NULL
-+iscsi_tpg_param_store_DefaultTime2Retain_5384 iscsi_tpg_param_store_DefaultTime2Retain 0-3 5384 NULL nohasharray
-+disksize_store_5384 disksize_store 0-4 5384 &iscsi_tpg_param_store_DefaultTime2Retain_5384 nohasharray
-+fcr_get_rxtrig_bytes_5384 fcr_get_rxtrig_bytes 0 5384 &disksize_store_5384
-+efx_mcdi_port_reconfigure_5389 efx_mcdi_port_reconfigure 0 5389 NULL
-+at86rf230_set_hw_addr_filt_5394 at86rf230_set_hw_addr_filt 0 5394 NULL
-+bitmap_fold_5396 bitmap_fold 4 5396 NULL
-+brcmf_netdev_set_mac_address_5397 brcmf_netdev_set_mac_address 0 5397 NULL
-+xadc_write_adc_reg_5398 xadc_write_adc_reg 0 5398 NULL
-+regulator_uV_show_5404 regulator_uV_show 0 5404 NULL
-+kvm_reboot_5405 kvm_reboot 0 5405 NULL
-+fat_getattr_5406 fat_getattr 0 5406 NULL
-+gpio_direction_store_5408 gpio_direction_store 0-4 5408 NULL
-+apds990x_prox_reporting_mode_store_5410 apds990x_prox_reporting_mode_store 0-4 5410 NULL
-+xfs_free_extent_5411 xfs_free_extent 0 5411 NULL
-+deinterlace_queue_setup_5412 deinterlace_queue_setup 0 5412 NULL
-+cifs_setattr_5417 cifs_setattr 0 5417 NULL
-+sbp_tpg_attrib_show_max_reconnect_timeout_5421 sbp_tpg_attrib_show_max_reconnect_timeout 0 5421 NULL nohasharray
-+xfs_bmap_add_attrfork_local_5421 xfs_bmap_add_attrfork_local 0 5421 &sbp_tpg_attrib_show_max_reconnect_timeout_5421
-+show_output_5423 show_output 0 5423 NULL nohasharray
-+ftrace_set_hash_5423 ftrace_set_hash 0 5423 &show_output_5423
-+thin_provisioning_show_5428 thin_provisioning_show 0 5428 NULL
-+dev_attr_show_5429 dev_attr_show 0 5429 NULL
-+mxt_check_firmware_format_5432 mxt_check_firmware_format 0 5432 NULL
-+qla4xxx_fw_timestamp_show_5433 qla4xxx_fw_timestamp_show 0 5433 NULL
-+xadc_zynq_read_adc_reg_5440 xadc_zynq_read_adc_reg 0 5440 NULL
-+store_pwm_5441 store_pwm 0-4 5441 NULL
-+gadget_dev_desc_bDeviceSubClass_show_5442 gadget_dev_desc_bDeviceSubClass_show 0 5442 NULL
-+show_id_5444 show_id 0 5444 NULL nohasharray
-+pci_esp_map_sg_5444 pci_esp_map_sg 3 5444 &show_id_5444
-+available_uuids_show_5445 available_uuids_show 0 5445 NULL
-+wm831x_rtc_setalarm_5447 wm831x_rtc_setalarm 0 5447 NULL
-+create_child_5449 create_child 0-4 5449 NULL
-+add_host_show_5451 add_host_show 0 5451 NULL
-+powerclamp_set_cur_state_5453 powerclamp_set_cur_state 0 5453 NULL
-+qla4xxx_fw_state_show_5454 qla4xxx_fw_state_show 0 5454 NULL
-+change_wakeup_protocol_5455 change_wakeup_protocol 0 5455 NULL
-+cyapa_update_fw_store_5458 cyapa_update_fw_store 0-4 5458 NULL
-+adm8211_add_interface_5459 adm8211_add_interface 0 5459 NULL nohasharray
-+acpi_video_device_lcd_set_level_5459 acpi_video_device_lcd_set_level 0 5459 &adm8211_add_interface_5459
-+sfi_map_table_5462 sfi_map_table 1 5462 NULL
-+xfs_efd_init_5463 xfs_efd_init 3 5463 NULL
-+rt5677_gpio_direction_out_5468 rt5677_gpio_direction_out 0 5468 NULL nohasharray
-+ll_xattr_cache_refill_5468 ll_xattr_cache_refill 0 5468 &rt5677_gpio_direction_out_5468
-+kernfs_fop_write_5471 kernfs_fop_write 3-0 5471 NULL nohasharray
-+lm3530_led_enable_5471 lm3530_led_enable 0 5471 &kernfs_fop_write_5471
-+show_cpu_clock_5473 show_cpu_clock 0 5473 NULL
-+show_5474 show 0 5474 NULL nohasharray
-+wl18xx_hw_init_5474 wl18xx_hw_init 0 5474 &show_5474 nohasharray
-+store_5474 store 0-3 5474 &wl18xx_hw_init_5474
-+xfs_efi_init_5476 xfs_efi_init 2 5476 NULL
-+dlm_nodir_show_5477 dlm_nodir_show 0 5477 NULL
-+ubi_leb_write_5478 ubi_leb_write 4-5-0 5478 NULL
-+kone_sysfs_set_tcu_5481 kone_sysfs_set_tcu 0-4 5481 NULL nohasharray
-+max_ratio_store_5481 max_ratio_store 0-4 5481 &kone_sysfs_set_tcu_5481
-+pci_enable_msix_exact_5482 pci_enable_msix_exact 3 5482 NULL
-+cifs_security_flags_proc_write_5484 cifs_security_flags_proc_write 3-0 5484 NULL
-+jffs2_setattr_5486 jffs2_setattr 0 5486 NULL nohasharray
-+pm3fb_set_par_5486 pm3fb_set_par 0 5486 &jffs2_setattr_5486
-+smb2_set_file_info_5487 smb2_set_file_info 0 5487 NULL
-+psb_intel_sdvo_ddc_proxy_xfer_5488 psb_intel_sdvo_ddc_proxy_xfer 0-3 5488 NULL
-+qla2x00_fw_version_show_5491 qla2x00_fw_version_show 0 5491 NULL
-+tty_write_5494 tty_write 3-0 5494 NULL nohasharray
-+dlm_user_deadlock_5494 dlm_user_deadlock 0 5494 &tty_write_5494 nohasharray
-+u3_exit_store_5494 u3_exit_store 0-4 5494 &dlm_user_deadlock_5494
-+tomoyo_update_domain_5498 tomoyo_update_domain 2 5498 NULL nohasharray
-+ieee80211_if_fmt_last_beacon_5498 ieee80211_if_fmt_last_beacon 3 5498 &tomoyo_update_domain_5498
-+adfs_f_update_5499 adfs_f_update 0 5499 NULL
-+ath10k_init_uart_5501 ath10k_init_uart 0 5501 NULL
-+__max_nr_grant_frames_5505 __max_nr_grant_frames 0 5505 NULL
-+roccat_common2_sysfs_write_info_5507 roccat_common2_sysfs_write_info 0-6-5 5507 NULL
-+show_counter_tx_unsup_vl_errs_5509 show_counter_tx_unsup_vl_errs 0 5509 NULL nohasharray
-+default_compression_show_5509 default_compression_show 0 5509 &show_counter_tx_unsup_vl_errs_5509
-+niu_init_hostinfo_5513 niu_init_hostinfo 0 5513 NULL
-+nilfs_btree_get_block_5514 nilfs_btree_get_block 0 5514 NULL
-+spidev_message_5518 spidev_message 3 5518 NULL
-+show_port_state_5521 show_port_state 0 5521 NULL nohasharray
-+uuid_parse_5521 uuid_parse 0 5521 &show_port_state_5521
-+tipc_link_xmit_5522 tipc_link_xmit 0 5522 NULL
-+show_license_5524 show_license 0 5524 NULL
-+pm_qos_remote_wakeup_show_5526 pm_qos_remote_wakeup_show 0 5526 NULL
-+sdev_show_queue_depth_5527 sdev_show_queue_depth 0 5527 NULL
-+sctp_make_op_error_space_5528 sctp_make_op_error_space 3 5528 NULL
-+stop_cpus_5529 stop_cpus 0 5529 NULL
-+ata_scsi_em_message_type_show_5530 ata_scsi_em_message_type_show 0 5530 NULL
-+ieee80211_if_fmt_auto_open_plinks_5534 ieee80211_if_fmt_auto_open_plinks 3 5534 NULL nohasharray
-+prepare_transfer_5534 prepare_transfer 0 5534 &ieee80211_if_fmt_auto_open_plinks_5534 nohasharray
-+typhoon_reset_5534 typhoon_reset 0 5534 &prepare_transfer_5534
-+m48t59_rtc_setalarm_5542 m48t59_rtc_setalarm 0 5542 NULL
-+ks8995_registers_write_5545 ks8995_registers_write 0-5-6 5545 NULL
-+ov9650_set_auto_exposure_5552 ov9650_set_auto_exposure 0 5552 NULL
-+brcmu_pkt_buf_get_skb_5556 brcmu_pkt_buf_get_skb 1 5556 NULL
-+le_readq_5557 le_readq 0 5557 NULL
-+thinkpad_acpi_pdev_name_show_5567 thinkpad_acpi_pdev_name_show 0 5567 NULL
-+v4l2_s_ctrl_5571 v4l2_s_ctrl 0 5571 NULL
-+tda18271_set_standby_mode_5572 tda18271_set_standby_mode 0 5572 NULL
-+fir16_create_5574 fir16_create 3 5574 NULL
-+ax25_sendmsg_5578 ax25_sendmsg 3 5578 NULL
-+bioset_create_5580 bioset_create 1 5580 NULL
-+fat_block_truncate_page_5581 fat_block_truncate_page 0 5581 NULL nohasharray
-+esas2r_write_vda_5581 esas2r_write_vda 0-3-4 5581 &fat_block_truncate_page_5581
-+oz_ep_alloc_5587 oz_ep_alloc 1 5587 NULL
-+ecm_opts_dev_addr_show_5594 ecm_opts_dev_addr_show 0 5594 NULL nohasharray
-+bch_strtoull_h_5594 bch_strtoull_h 0 5594 &ecm_opts_dev_addr_show_5594
-+thermal_throttle_cpu_callback_5596 thermal_throttle_cpu_callback 0 5596 NULL nohasharray
-+bind_store_5596 bind_store 0-3 5596 &thermal_throttle_cpu_callback_5596
-+amd_xgbe_an_init_5602 amd_xgbe_an_init 0 5602 NULL
-+xcan_set_bittiming_5605 xcan_set_bittiming 0 5605 NULL
-+pn_recvmsg_5607 pn_recvmsg 3 5607 NULL
-+ldm_frag_add_5611 ldm_frag_add 2 5611 NULL
-+compat_copy_entries_5617 compat_copy_entries 0 5617 NULL
-+__remove_suid_5618 __remove_suid 0 5618 NULL
-+lx_hardware_start_5619 lx_hardware_start 0 5619 NULL nohasharray
-+ext2_xattr_set_5619 ext2_xattr_set 0 5619 &lx_hardware_start_5619
-+gfs2_unstuffer_page_5620 gfs2_unstuffer_page 0 5620 NULL
-+SYSC_init_module_5626 SYSC_init_module 2 5626 NULL
-+show_tabletPointerMode_5629 show_tabletPointerMode 0 5629 NULL
-+psmouse_set_int_attr_5636 psmouse_set_int_attr 0-4 5636 NULL
-+SYSC_fsetxattr_5639 SYSC_fsetxattr 4 5639 NULL nohasharray
-+dibx000_i2c_gated_gpio67_xfer_5639 dibx000_i2c_gated_gpio67_xfer 0-3 5639 &SYSC_fsetxattr_5639 nohasharray
-+read_port_5639 read_port 0 5639 &dibx000_i2c_gated_gpio67_xfer_5639
-+get_beep_enable_5640 get_beep_enable 0 5640 NULL
-+pipe_buffer_setting_5642 pipe_buffer_setting 0 5642 NULL
-+snd_pcm_plugin_build_linear_5646 snd_pcm_plugin_build_linear 0 5646 NULL nohasharray
-+sxgbe_get_sset_count_5646 sxgbe_get_sset_count 0 5646 &snd_pcm_plugin_build_linear_5646
-+em25xx_bus_B_send_bytes_5647 em25xx_bus_B_send_bytes 0-4 5647 NULL nohasharray
-+bootmode_show_5647 bootmode_show 0 5647 &em25xx_bus_B_send_bytes_5647 nohasharray
-+pci_olpc_read_5647 pci_olpc_read 0 5647 &bootmode_show_5647
-+nilfs_bmap_last_key_5648 nilfs_bmap_last_key 0 5648 NULL
-+__iscsi_tpg_auth_store_password_mutual_5649 __iscsi_tpg_auth_store_password_mutual 0-3 5649 NULL
-+parse_arg_5657 parse_arg 0-2 5657 NULL
-+iscsi_disc_show_userid_5659 iscsi_disc_show_userid 0 5659 NULL
-+uhid_hid_get_report_5660 uhid_hid_get_report 0-4 5660 NULL nohasharray
-+read_uv_5660 read_uv 0 5660 &uhid_hid_get_report_5660
-+ext4_xattr_get_5661 ext4_xattr_get 0 5661 NULL
-+posix_clock_register_5662 posix_clock_register 2 5662 NULL
-+ovl_permission_5663 ovl_permission 0 5663 NULL nohasharray
-+clk_prepare_5663 clk_prepare 0 5663 &ovl_permission_5663 nohasharray
-+store_5663 store 0-3 5663 &clk_prepare_5663
-+mthca_map_reg_5664 mthca_map_reg 2-3 5664 NULL nohasharray
-+set_device_state_5664 set_device_state 0 5664 &mthca_map_reg_5664
-+show_rps_dev_flow_table_cnt_5665 show_rps_dev_flow_table_cnt 0 5665 NULL
-+ath5k_attr_show_noise_immunity_level_max_5666 ath5k_attr_show_noise_immunity_level_max 0 5666 NULL nohasharray
-+show_fnode_snack_req_5666 show_fnode_snack_req 0 5666 &ath5k_attr_show_noise_immunity_level_max_5666
-+wl1251_acx_conn_monit_params_5671 wl1251_acx_conn_monit_params 0 5671 NULL
-+idt77252_init_cbr_5679 idt77252_init_cbr 0 5679 NULL
-+add_stereo_vol_5690 add_stereo_vol 0 5690 NULL
-+lpfc_sriov_hw_max_virtfn_show_5693 lpfc_sriov_hw_max_virtfn_show 0 5693 NULL
-+get_arg_5694 get_arg 3 5694 NULL nohasharray
-+btrfs_space_info_show_bytes_reserved_5694 btrfs_space_info_show_bytes_reserved 0 5694 &get_arg_5694
-+tx_heartbeat_errors_show_5696 tx_heartbeat_errors_show 0 5696 NULL nohasharray
-+show_physical_device_5696 show_physical_device 0 5696 &tx_heartbeat_errors_show_5696
-+squashfs_user_list_5707 squashfs_user_list 0-5 5707 NULL nohasharray
-+deadline_init_queue_5707 deadline_init_queue 0 5707 &squashfs_user_list_5707
-+subbuf_read_actor_5708 subbuf_read_actor 3 5708 NULL
-+ubifs_wbuf_sync_5710 ubifs_wbuf_sync 0 5710 NULL
-+ieee802154_hdr_push_sechdr_5714 ieee802154_hdr_push_sechdr 0 5714 NULL
-+batadv_frag_create_5717 batadv_frag_create 3 5717 NULL
-+pci_hp_diva_init_5719 pci_hp_diva_init 0 5719 NULL
-+show_counter_tx_len_errs_5725 show_counter_tx_len_errs 0 5725 NULL
-+mlx4_cq_alloc_icm_5726 mlx4_cq_alloc_icm 0 5726 NULL
-+vmw_kms_readback_5727 vmw_kms_readback 6 5727 NULL nohasharray
-+wl1271_cmd_interrogate_5727 wl1271_cmd_interrogate 0 5727 &vmw_kms_readback_5727
-+mlx4_en_activate_cq_5729 mlx4_en_activate_cq 0 5729 NULL
-+edac_device_ctl_log_ue_show_5730 edac_device_ctl_log_ue_show 0 5730 NULL
-+sctp_listen_for_all_5740 sctp_listen_for_all 0 5740 NULL
-+sb1_audio_prepare_for_input_5742 sb1_audio_prepare_for_input 0 5742 NULL
-+v9fs_mmap_file_write_5745 v9fs_mmap_file_write 0-3 5745 NULL
-+vxge_change_mtu_5746 vxge_change_mtu 0 5746 NULL
-+get_packet_5747 get_packet 3 5747 NULL
-+ubi_calc_fm_size_5749 ubi_calc_fm_size 0 5749 NULL nohasharray
-+pktgen_device_event_5749 pktgen_device_event 0 5749 &ubi_calc_fm_size_5749
-+pci_netmos_init_5753 pci_netmos_init 0 5753 NULL
-+can_get_size_5754 can_get_size 0 5754 NULL
-+omfs_writepages_5759 omfs_writepages 0 5759 NULL
-+lx_pipe_wait_for_state_5761 lx_pipe_wait_for_state 0 5761 NULL nohasharray
-+truncate_data_block_5761 truncate_data_block 0 5761 &lx_pipe_wait_for_state_5761
-+packet_xmit_5762 packet_xmit 0 5762 NULL
-+skb_add_data_nocache_5763 skb_add_data_nocache 4-0 5763 NULL
-+lpfc_serialnum_show_5767 lpfc_serialnum_show 0 5767 NULL
-+start_5768 start 0 5768 NULL
-+sock_alloc_send_pskb_5769 sock_alloc_send_pskb 2 5769 NULL
-+sctp_setsockopt_autoclose_5775 sctp_setsockopt_autoclose 3-0 5775 NULL nohasharray
-+qlcnic_83xx_sysfs_flash_read_handler_5775 qlcnic_83xx_sysfs_flash_read_handler 6-0-5 5775 &sctp_setsockopt_autoclose_5775
-+mlx4_alloc_resize_buf_5778 mlx4_alloc_resize_buf 3 5778 NULL
-+apply_workqueue_attrs_5779 apply_workqueue_attrs 0 5779 NULL
-+compat_sys_writev_5784 compat_sys_writev 3 5784 NULL nohasharray
-+selinux_inode_listxattr_5784 selinux_inode_listxattr 0 5784 &compat_sys_writev_5784 nohasharray
-+show_map_5784 show_map 0 5784 &selinux_inode_listxattr_5784
-+__vxge_hw_blockpool_malloc_5786 __vxge_hw_blockpool_malloc 2 5786 NULL
-+ath10k_download_board_data_5787 ath10k_download_board_data 0 5787 NULL
-+ov9650_set_blue_balance_5796 ov9650_set_blue_balance 0 5796 NULL
-+nvme_trans_bdev_char_page_5797 nvme_trans_bdev_char_page 3 5797 NULL
-+tpm_show_ppi_tcg_operations_5798 tpm_show_ppi_tcg_operations 0 5798 NULL
-+nes_show_nonidx_data_5803 nes_show_nonidx_data 0 5803 NULL
-+bnad_tx_res_alloc_5811 bnad_tx_res_alloc 0 5811 NULL
-+rfcomm_sock_setsockopt_old_5813 rfcomm_sock_setsockopt_old 0 5813 NULL
-+ceph_listxattr_5817 ceph_listxattr 0-3 5817 NULL
-+trackpoint_show_int_attr_5828 trackpoint_show_int_attr 0 5828 NULL
-+sbi_ui_show_5830 sbi_ui_show 0 5830 NULL nohasharray
-+core_alua_store_nonop_delay_msecs_5830 core_alua_store_nonop_delay_msecs 0-3 5830 &sbi_ui_show_5830
-+mt9v022_s_stream_5838 mt9v022_s_stream 0 5838 NULL
-+stv6110_set_params_5844 stv6110_set_params 0 5844 NULL
-+ceph_msg_new_5846 ceph_msg_new 2 5846 NULL
-+ixgb_check_copybreak_5847 ixgb_check_copybreak 3 5847 NULL
-+setup_req_5848 setup_req 3 5848 NULL nohasharray
-+ext4_xattr_set_5848 ext4_xattr_set 0 5848 &setup_req_5848
-+enter_state_5850 enter_state 0 5850 NULL
-+rx_filter_max_arp_queue_dep_read_5851 rx_filter_max_arp_queue_dep_read 3-0 5851 NULL
-+netdev_adjacent_sysfs_add_5853 netdev_adjacent_sysfs_add 0 5853 NULL
-+lpfc_cr_delay_show_5855 lpfc_cr_delay_show 0 5855 NULL
-+compat_sys_move_pages_5861 compat_sys_move_pages 2 5861 NULL nohasharray
-+uinput_compat_ioctl_5861 uinput_compat_ioctl 2 5861 &compat_sys_move_pages_5861 nohasharray
-+ssb_pcmcia_cfg_write_5861 ssb_pcmcia_cfg_write 0 5861 &uinput_compat_ioctl_5861
-+nes_show_flash_cmd_5862 nes_show_flash_cmd 0 5862 NULL nohasharray
-+sn9c2028_long_command_5862 sn9c2028_long_command 0 5862 &nes_show_flash_cmd_5862
-+padlock_sha256_final_5865 padlock_sha256_final 0 5865 NULL
-+vsscanf_5868 vsscanf 0 5868 NULL
-+ipx_bind_5871 ipx_bind 0 5871 NULL nohasharray
-+store_fc_vport_delete_5871 store_fc_vport_delete 0-4 5871 &ipx_bind_5871
-+bytes_transferred_show_5874 bytes_transferred_show 0 5874 NULL
-+iwl_dbgfs_scan_ant_rxchain_write_5877 iwl_dbgfs_scan_ant_rxchain_write 0-3 5877 NULL
-+num_tgts_show_5884 num_tgts_show 0 5884 NULL nohasharray
-+__alx_open_5884 __alx_open 0 5884 &num_tgts_show_5884
-+scan_bitmap_5888 scan_bitmap 3 5888 NULL
-+lprocfs_fid_width_seq_write_5889 lprocfs_fid_width_seq_write 3 5889 NULL
-+new_sync_read_5891 new_sync_read 0-3 5891 NULL
-+rmd320_final_5897 rmd320_final 0 5897 NULL
-+cyapa_do_i2c_pip_cmd_polling_5900 cyapa_do_i2c_pip_cmd_polling 3-0 5900 NULL
-+twl4030_pwmled_enable_5901 twl4030_pwmled_enable 0 5901 NULL
-+_rtl92cu_init_mac_5902 _rtl92cu_init_mac 0 5902 NULL
-+store_fan_time_5903 store_fan_time 0-4 5903 NULL
-+port_show_regs_5904 port_show_regs 3-0 5904 NULL
-+qlcnic_sriov_cfg_bc_intr_5905 qlcnic_sriov_cfg_bc_intr 0 5905 NULL
-+netlbl_unlhsh_add_addr6_5906 netlbl_unlhsh_add_addr6 0 5906 NULL
-+rbd_segment_length_5907 rbd_segment_length 0-2-3 5907 NULL nohasharray
-+iblock_emulate_read_cap_with_block_size_5907 iblock_emulate_read_cap_with_block_size 0 5907 &rbd_segment_length_5907 nohasharray
-+ad198x_parse_auto_config_5907 ad198x_parse_auto_config 0 5907 &iblock_emulate_read_cap_with_block_size_5907
-+devpath_show_5910 devpath_show 0 5910 NULL
-+uhci_debug_read_5911 uhci_debug_read 3-0 5911 NULL
-+qla82xx_pci_mem_read_2M_5912 qla82xx_pci_mem_read_2M 2 5912 NULL nohasharray
-+compass_heading_data_show_5912 compass_heading_data_show 0 5912 &qla82xx_pci_mem_read_2M_5912
-+__alloc_rx_skb_5915 __alloc_rx_skb 1 5915 NULL
-+lpfc_suppress_link_up_show_5916 lpfc_suppress_link_up_show 0 5916 NULL
-+next_entry_5921 next_entry 0 5921 NULL
-+ttm_bo_kmap_ttm_5922 ttm_bo_kmap_ttm 3 5922 NULL nohasharray
-+af9005_read_tuner_registers_5922 af9005_read_tuner_registers 0 5922 &ttm_bo_kmap_ttm_5922
-+lbs_highsnr_read_5931 lbs_highsnr_read 3-0 5931 NULL
-+ps_poll_ps_poll_timeouts_read_5934 ps_poll_ps_poll_timeouts_read 3-0 5934 NULL
-+mlx4_en_create_tx_ring_5938 mlx4_en_create_tx_ring 3 5938 NULL nohasharray
-+sctp_bindx_rem_5938 sctp_bindx_rem 0 5938 &mlx4_en_create_tx_ring_5938
-+edac_device_alloc_ctl_info_5941 edac_device_alloc_ctl_info 1 5941 NULL
-+ssb_devices_freeze_5945 ssb_devices_freeze 0 5945 NULL
-+devkmsg_write_5947 devkmsg_write 0 5947 NULL nohasharray
-+l2cap_sock_sendmsg_5947 l2cap_sock_sendmsg 3 5947 &devkmsg_write_5947
-+affs_readpage_ofs_5951 affs_readpage_ofs 0 5951 NULL nohasharray
-+p9_get_mapped_pages_5951 p9_get_mapped_pages 4 5951 &affs_readpage_ofs_5951
-+bnx2x_req_msix_irqs_5956 bnx2x_req_msix_irqs 0 5956 NULL
-+tipc_subseq_alloc_5957 tipc_subseq_alloc 1 5957 NULL nohasharray
-+erst_exec_add_value_5957 erst_exec_add_value 0 5957 &tipc_subseq_alloc_5957
-+tcp_recvmsg_5958 tcp_recvmsg 3 5958 NULL
-+attr_press_speed_show_tpkbd_5960 attr_press_speed_show_tpkbd 0 5960 NULL
-+free_hugepages_show_5961 free_hugepages_show 0 5961 NULL
-+ll_statahead_one_5962 ll_statahead_one 3 5962 NULL
-+netif_set_real_num_rx_queues_5967 netif_set_real_num_rx_queues 0 5967 NULL
-+show_activate_slack_5969 show_activate_slack 0 5969 NULL
-+qib_notify_dca_5970 qib_notify_dca 0 5970 NULL
-+ieee80211_if_fmt_rc_rateidx_mask_5ghz_5971 ieee80211_if_fmt_rc_rateidx_mask_5ghz 3 5971 NULL
-+add_single_cap_ctl_5975 add_single_cap_ctl 0 5975 NULL
-+power_limit_0_max_uw_show_5977 power_limit_0_max_uw_show 0 5977 NULL
-+sha224_final_5978 sha224_final 0 5978 NULL
-+show_5979 show 0 5979 NULL nohasharray
-+jbd2_journal_stop_5979 jbd2_journal_stop 0 5979 &show_5979 nohasharray
-+sb1000_check_CRC_5979 sb1000_check_CRC 0 5979 &jbd2_journal_stop_5979 nohasharray
-+store_sf_setup_5979 store_sf_setup 0-4 5979 &sb1000_check_CRC_5979
-+SyS_semop_5980 SyS_semop 3 5980 NULL
-+cifs_user_writev_5982 cifs_user_writev 0 5982 NULL
-+ib_send_cm_req_5987 ib_send_cm_req 0 5987 NULL
-+tps80031_vbus_is_enabled_5998 tps80031_vbus_is_enabled 0 5998 NULL
-+dax_truncate_page_6001 dax_truncate_page 0 6001 NULL
-+mt9v022_s_crop_6011 mt9v022_s_crop 0 6011 NULL
-+numa_node_store_6013 numa_node_store 0-4 6013 NULL
-+phys_port_id_show_6014 phys_port_id_show 0 6014 NULL
-+jffs2_dynrubin_decompress_6015 jffs2_dynrubin_decompress 0 6015 NULL nohasharray
-+fuse_writepage_6015 fuse_writepage 0 6015 &jffs2_dynrubin_decompress_6015
-+ipath_parse_ushort_6016 ipath_parse_ushort 0 6016 NULL
-+mei_hbm_cl_flow_control_req_6018 mei_hbm_cl_flow_control_req 0 6018 NULL
-+btrfs_item_offset_6019 btrfs_item_offset 0 6019 NULL
-+get_sas_linkspeed_names_6021 get_sas_linkspeed_names 0 6021 NULL
-+spi_read_6031 spi_read 0 6031 NULL nohasharray
-+bnx2x_req_irq_6031 bnx2x_req_irq 0 6031 &spi_read_6031
-+show_pwm_auto_point_channel_6032 show_pwm_auto_point_channel 0 6032 NULL nohasharray
-+crypto_rng_reset_6032 crypto_rng_reset 0 6032 &show_pwm_auto_point_channel_6032
-+radeon_process_i2c_ch_6034 radeon_process_i2c_ch 0 6034 NULL
-+ntfs_rl_append_6037 ntfs_rl_append 4-2 6037 NULL
-+hvfb_set_par_6038 hvfb_set_par 0 6038 NULL nohasharray
-+mei_cl_read_start_6038 mei_cl_read_start 2-0 6038 &hvfb_set_par_6038
-+crccheck_store_6040 crccheck_store 0-4 6040 NULL
-+ipath_set_mtu_6042 ipath_set_mtu 0 6042 NULL
-+led_shot_6046 led_shot 0-4 6046 NULL
-+otg_handle_notification_6055 otg_handle_notification 0 6055 NULL nohasharray
-+periph_interrupt_6055 periph_interrupt 2 6055 &otg_handle_notification_6055
-+show_session_param_ISCSI_PARAM_DISCOVERY_LOGOUT_EN_6056 show_session_param_ISCSI_PARAM_DISCOVERY_LOGOUT_EN 0 6056 NULL
-+da9052_request_irq_6058 da9052_request_irq 2 6058 NULL
-+pccard_show_cis_6062 pccard_show_cis 0-5-6 6062 NULL
-+si3054_pcm_prepare_6063 si3054_pcm_prepare 0 6063 NULL
-+i40e_pf_txq_wait_6068 i40e_pf_txq_wait 0 6068 NULL
-+ip6mr_device_event_6069 ip6mr_device_event 0 6069 NULL
-+alloc_msg_6072 alloc_msg 1 6072 NULL nohasharray
-+probe_data_6072 probe_data 0 6072 &alloc_msg_6072
-+sctp_setsockopt_connectx_6073 sctp_setsockopt_connectx 3-0 6073 NULL
-+pvr2_ioread_set_enabled_6085 pvr2_ioread_set_enabled 0 6085 NULL
-+alloc_indirect_6087 alloc_indirect 2 6087 NULL
-+ivb_pipe_crc_ctl_reg_6088 ivb_pipe_crc_ctl_reg 0 6088 NULL
-+__mnt_want_write_6091 __mnt_want_write 0 6091 NULL
-+init_6095 init 0 6095 NULL
-+_random_read_6098 _random_read 3-0 6098 NULL nohasharray
-+iwl_dbgfs_rf_reset_write_6098 iwl_dbgfs_rf_reset_write 0-3 6098 &_random_read_6098
-+snd_seq_queue_alloc_6102 snd_seq_queue_alloc 0 6102 NULL nohasharray
-+alloc_mad_6102 alloc_mad 0 6102 &snd_seq_queue_alloc_6102
-+start_vivitar_cam_6107 start_vivitar_cam 0 6107 NULL nohasharray
-+vlan_protocol_store_6107 vlan_protocol_store 4-0 6107 &start_vivitar_cam_6107 nohasharray
-+pch_udc_pcd_queue_6107 pch_udc_pcd_queue 0 6107 &vlan_protocol_store_6107
-+ipmi_addr_length_6110 ipmi_addr_length 0 6110 NULL nohasharray
-+force_static_address_read_6110 force_static_address_read 3-0 6110 &ipmi_addr_length_6110
-+dfs_global_file_write_6112 dfs_global_file_write 3-0 6112 NULL
-+mic_read_spad_6115 mic_read_spad 0 6115 NULL
-+kovaplus_sysfs_write_info_6117 kovaplus_sysfs_write_info 0-6-5 6117 NULL
-+fcoe_ctlr_enabled_6126 fcoe_ctlr_enabled 0 6126 NULL
-+matrix_keypad_build_keymap_6129 matrix_keypad_build_keymap 3 6129 NULL
-+read_packet_6140 read_packet 0 6140 NULL
-+xfs_mru_cache_insert_6143 xfs_mru_cache_insert 0 6143 NULL
-+ieee80211_if_fmt_beacon_timeout_6153 ieee80211_if_fmt_beacon_timeout 3 6153 NULL nohasharray
-+ltc4245_show_voltage_6153 ltc4245_show_voltage 0 6153 &ieee80211_if_fmt_beacon_timeout_6153
-+tc574_resume_6154 tc574_resume 0 6154 NULL
-+mwifiex_get_stats_info_6156 mwifiex_get_stats_info 0 6156 NULL
-+ivtv_copy_buf_to_user_6159 ivtv_copy_buf_to_user 4 6159 NULL
-+tcam_write_6162 tcam_write 0 6162 NULL
-+show_temp8_6163 show_temp8 0 6163 NULL
-+target_core_alua_lu_gp_attr_show_6166 target_core_alua_lu_gp_attr_show 0 6166 NULL
-+mxt_get_object_table_6168 mxt_get_object_table 0 6168 NULL
-+vdma_mem_alloc_6171 vdma_mem_alloc 1 6171 NULL
-+wl1251_cmd_template_set_6172 wl1251_cmd_template_set 4-0 6172 NULL nohasharray
-+auok190xfb_set_par_6172 auok190xfb_set_par 0 6172 &wl1251_cmd_template_set_6172
-+ath5k_attr_store_firstep_level_6173 ath5k_attr_store_firstep_level 0-4 6173 NULL
-+nf_conntrack_in_6179 nf_conntrack_in 0 6179 NULL nohasharray
-+tc589_resume_6179 tc589_resume 0 6179 &nf_conntrack_in_6179
-+rtc_read_alarm_6180 rtc_read_alarm 0 6180 NULL
-+open_outb_mbox_6182 open_outb_mbox 0 6182 NULL nohasharray
-+ipr_store_update_fw_6182 ipr_store_update_fw 0-4 6182 &open_outb_mbox_6182 nohasharray
-+SyS_setgroups_6182 SyS_setgroups 1 6182 &ipr_store_update_fw_6182
-+freeze_store_6185 freeze_store 0-3 6185 NULL
-+snd_efw_command_get_phys_meters_6190 snd_efw_command_get_phys_meters 3 6190 NULL
-+llcp_sock_getname_6193 llcp_sock_getname 0 6193 NULL
-+_snd_pcm_hw_param_max_6197 _snd_pcm_hw_param_max 0 6197 NULL
-+add_interval_6202 add_interval 0 6202 NULL
-+mxt_show_instance_6207 mxt_show_instance 0-2 6207 NULL
-+show_therm_crit_6210 show_therm_crit 0 6210 NULL nohasharray
-+show_fnode_is_fw_assigned_ipv6_6210 show_fnode_is_fw_assigned_ipv6 0 6210 &show_therm_crit_6210
-+iwl_dvm_send_cmd_pdu_6211 iwl_dvm_send_cmd_pdu 0 6211 NULL
-+sock_no_sendpage_6214 sock_no_sendpage 4 6214 NULL
-+show_tabletCoordinateMode_6217 show_tabletCoordinateMode 0 6217 NULL
-+megasas_sysfs_show_support_device_change_6219 megasas_sysfs_show_support_device_change 0 6219 NULL
-+snd_hdspm_prepare_6224 snd_hdspm_prepare 0 6224 NULL
-+wwan_show_6227 wwan_show 0 6227 NULL nohasharray
-+int3403_get_cur_state_6227 int3403_get_cur_state 0 6227 &wwan_show_6227
-+mqueue_read_file_6228 mqueue_read_file 3-0 6228 NULL
-+pyra_sysfs_read_profilex_settings_6233 pyra_sysfs_read_profilex_settings 0-5-6 6233 NULL nohasharray
-+ax_set_mac_address_6233 ax_set_mac_address 0 6233 &pyra_sysfs_read_profilex_settings_6233
-+store_rf_kill_6235 store_rf_kill 0-4 6235 NULL
-+qla24xx_vport_delete_6236 qla24xx_vport_delete 0 6236 NULL
-+f_hidg_read_6238 f_hidg_read 3 6238 NULL
-+stk1160_write_reg_6242 stk1160_write_reg 0 6242 NULL nohasharray
-+fc_write_6242 fc_write 0-3 6242 &stk1160_write_reg_6242 nohasharray
-+jme_get_eeprom_len_6242 jme_get_eeprom_len 0 6242 &fc_write_6242
-+s5m_rtc_stop_alarm_6244 s5m_rtc_stop_alarm 0 6244 NULL
-+fbcon_prepare_logo_6246 fbcon_prepare_logo 5 6246 NULL nohasharray
-+ipip6_get_size_6246 ipip6_get_size 0 6246 &fbcon_prepare_logo_6246
-+init_dma_desc_rings_6247 init_dma_desc_rings 0 6247 NULL
-+set_pwm_auto_6252 set_pwm_auto 0-4 6252 NULL
-+snd_hda_jack_detect_enable_6269 snd_hda_jack_detect_enable 0 6269 NULL
-+of_gpio_count_6270 of_gpio_count 0 6270 NULL
-+e1000_vlan_rx_add_vid_6273 e1000_vlan_rx_add_vid 0 6273 NULL
-+acpi_unregister_gsi_ioapic_6276 acpi_unregister_gsi_ioapic 1 6276 NULL nohasharray
-+read_mflags_6276 read_mflags 0 6276 &acpi_unregister_gsi_ioapic_6276
-+pcpu_next_pop_6277 pcpu_next_pop 4 6277 NULL
-+tx_tx_start_null_frame_read_6281 tx_tx_start_null_frame_read 3-0 6281 NULL
-+snd_hda_override_conn_list_6282 snd_hda_override_conn_list 3-0 6282 NULL nohasharray
-+xenbus_file_write_6282 xenbus_file_write 3-0 6282 &snd_hda_override_conn_list_6282
-+posix_acl_fix_xattr_to_user_6283 posix_acl_fix_xattr_to_user 2 6283 NULL
-+key_unseal_6285 key_unseal 0 6285 NULL
-+sis630_transaction_wait_6288 sis630_transaction_wait 0 6288 NULL
-+nf_nat_ipv6_manip_pkt_6289 nf_nat_ipv6_manip_pkt 2 6289 NULL
-+serial_port_in_6291 serial_port_in 0 6291 NULL
-+da9055_enable_auto_mode_6292 da9055_enable_auto_mode 0 6292 NULL
-+acpi_ut_copy_simple_object_6293 acpi_ut_copy_simple_object 0 6293 NULL
-+i8k_get_temp_type_6295 i8k_get_temp_type 0 6295 NULL
-+set_activation_height_6303 set_activation_height 0-4 6303 NULL
-+raw_request_6307 raw_request 0 6307 NULL
-+mid_get_vbt_data_r10_6308 mid_get_vbt_data_r10 2 6308 NULL nohasharray
-+snd_card_asihpi_capture_ioctl_6308 snd_card_asihpi_capture_ioctl 0 6308 &mid_get_vbt_data_r10_6308
-+qlcnic_sriov_alloc_bc_msg_6309 qlcnic_sriov_alloc_bc_msg 2 6309 NULL
-+tx_aborted_errors_show_6310 tx_aborted_errors_show 0 6310 NULL nohasharray
-+sbp_wwn_show_attr_version_6310 sbp_wwn_show_attr_version 0 6310 &tx_aborted_errors_show_6310
-+balance_6312 balance 0 6312 NULL
-+ov7670_s_brightness_6313 ov7670_s_brightness 0 6313 NULL nohasharray
-+hfsplus_direct_IO_6313 hfsplus_direct_IO 4-0 6313 &ov7670_s_brightness_6313
-+target_stat_scsi_tgt_port_attr_store_6314 target_stat_scsi_tgt_port_attr_store 0 6314 NULL
-+store_cluster_6316 store_cluster 0-4 6316 NULL
-+write_null_6319 write_null 0-3 6319 NULL
-+__netdev_adjacent_dev_link_neighbour_6321 __netdev_adjacent_dev_link_neighbour 0 6321 NULL
-+extent_write_full_page_6322 extent_write_full_page 0 6322 NULL nohasharray
-+tipc_recvmsg_6322 tipc_recvmsg 3 6322 &extent_write_full_page_6322
-+cyapa_gen3_bl_exit_6326 cyapa_gen3_bl_exit 0 6326 NULL
-+ibm_get_table_from_acpi_6329 ibm_get_table_from_acpi 0 6329 NULL nohasharray
-+SyS_mincore_6329 SyS_mincore 1-2 6329 &ibm_get_table_from_acpi_6329
-+fuse_get_req_for_background_6337 fuse_get_req_for_background 2 6337 NULL
-+ucs2_strnlen_6342 ucs2_strnlen 0 6342 NULL nohasharray
-+ksocknal_lib_kiov_vmap_6342 ksocknal_lib_kiov_vmap 2 6342 &ucs2_strnlen_6342
-+solos_param_show_6344 solos_param_show 0 6344 NULL
-+amd_cpu_notify_6349 amd_cpu_notify 0 6349 NULL
-+regcache_sync_block_raw_6350 regcache_sync_block_raw 5-4 6350 NULL
-+mei_dbgfs_read_devstate_6352 mei_dbgfs_read_devstate 3-0 6352 NULL
-+igbvf_get_sset_count_6355 igbvf_get_sset_count 0 6355 NULL
-+ks8851_get_eeprom_len_6358 ks8851_get_eeprom_len 0 6358 NULL
-+sync_ep_set_params_6361 sync_ep_set_params 0 6361 NULL nohasharray
-+hostap_cs_suspend_6361 hostap_cs_suspend 0 6361 &sync_ep_set_params_6361
-+recover_done_show_6363 recover_done_show 0 6363 NULL nohasharray
-+iwl_mvm_mac_sta_state_6363 iwl_mvm_mac_sta_state 0 6363 &recover_done_show_6363
-+recv_init_6366 recv_init 0 6366 NULL
-+memcg_update_kmem_limit_6368 memcg_update_kmem_limit 0 6368 NULL
-+arch_gnttab_valloc_6372 arch_gnttab_valloc 2 6372 NULL nohasharray
-+lstats_write_6372 lstats_write 0-3 6372 &arch_gnttab_valloc_6372
-+snd_hda_codec_dev_register_6373 snd_hda_codec_dev_register 0 6373 NULL
-+netdev_queue_add_kobject_6375 netdev_queue_add_kobject 0 6375 NULL
-+mwl8k_cmd_update_stadb_add_6376 mwl8k_cmd_update_stadb_add 0 6376 NULL
-+osd_req_read_sg_kern_6378 osd_req_read_sg_kern 5 6378 NULL nohasharray
-+sync_fence_alloc_6378 sync_fence_alloc 1 6378 &osd_req_read_sg_kern_6378
-+msb_write_block_6379 msb_write_block 3 6379 NULL
-+xfs_bmap_extents_to_btree_6387 xfs_bmap_extents_to_btree 0 6387 NULL nohasharray
-+sha1_ssse3_finup_6387 sha1_ssse3_finup 0 6387 &xfs_bmap_extents_to_btree_6387
-+cfq_init_queue_6399 cfq_init_queue 0 6399 NULL
-+bb_store_6401 bb_store 3-0 6401 NULL
-+hash_elasticity_show_6402 hash_elasticity_show 0 6402 NULL
-+bt_skb_alloc_6404 bt_skb_alloc 1 6404 NULL
-+isku_sysfs_write_light_6406 isku_sysfs_write_light 6-0-5 6406 NULL
-+md_attr_show_6408 md_attr_show 0 6408 NULL
-+clear_caseopen_6415 clear_caseopen 0-4 6415 NULL
-+ds2780_write_param_eeprom_bin_6416 ds2780_write_param_eeprom_bin 6-5-0 6416 NULL
-+ims_pcu_update_firmware_store_6419 ims_pcu_update_firmware_store 0-4 6419 NULL
-+posix_acl_fix_xattr_userns_6420 posix_acl_fix_xattr_userns 4 6420 NULL
-+rx_missed_errors_show_6421 rx_missed_errors_show 0 6421 NULL nohasharray
-+snd_hda_create_spdif_in_ctls_6421 snd_hda_create_spdif_in_ctls 0 6421 &rx_missed_errors_show_6421
-+qlcnic_sriov_pf_cfg_flood_6424 qlcnic_sriov_pf_cfg_flood 0 6424 NULL
-+dquot_alloc_space_nodirty_6429 dquot_alloc_space_nodirty 0 6429 NULL
-+l2up_create_6430 l2up_create 3 6430 NULL
-+__alloc_bootmem_node_nopanic_6432 __alloc_bootmem_node_nopanic 2 6432 NULL
-+show_ipv4_iface_fragment_disable_6440 show_ipv4_iface_fragment_disable 0 6440 NULL
-+i915_gem_object_wait_rendering_6446 i915_gem_object_wait_rendering 0 6446 NULL
-+nf_call_ip6tables_show_6447 nf_call_ip6tables_show 0 6447 NULL
-+coda_downcall_6448 coda_downcall 0 6448 NULL
-+ceph_dir_fsync_6452 ceph_dir_fsync 0 6452 NULL
-+add_fx_switch_6459 add_fx_switch 0 6459 NULL
-+nfc_llcp_setsockopt_6461 nfc_llcp_setsockopt 0 6461 NULL
-+show_sustain_6469 show_sustain 0 6469 NULL
-+C_SYSC_vmsplice_6470 C_SYSC_vmsplice 3 6470 NULL nohasharray
-+adt7411_show_vdd_6470 adt7411_show_vdd 0 6470 &C_SYSC_vmsplice_6470
-+exofs_direct_IO_6473 exofs_direct_IO 0 6473 NULL
-+ieee80211_if_fmt_dot11MeshMaxRetries_6476 ieee80211_if_fmt_dot11MeshMaxRetries 3 6476 NULL
-+ibmpex_reset_high_low_6478 ibmpex_reset_high_low 0-4 6478 NULL nohasharray
-+set_pwm_auto_point_fan_6478 set_pwm_auto_point_fan 0-4 6478 &ibmpex_reset_high_low_6478 nohasharray
-+koneplus_sysfs_write_control_6478 koneplus_sysfs_write_control 0-6-5 6478 &set_pwm_auto_point_fan_6478
-+qp_memcpy_from_queue_6479 qp_memcpy_from_queue 5-4 6479 NULL nohasharray
-+i740fb_check_var_6479 i740fb_check_var 0 6479 &qp_memcpy_from_queue_6479
-+megasas_sysfs_set_dbg_lvl_6482 megasas_sysfs_set_dbg_lvl 0-3 6482 NULL
-+go7007_i2c_xfer_6487 go7007_i2c_xfer 0 6487 NULL
-+cipso_v4_map_lvl_hton_6490 cipso_v4_map_lvl_hton 0 6490 NULL
-+elants_i2c_send_6493 elants_i2c_send 3-0 6493 NULL nohasharray
-+il3945_store_flags_6493 il3945_store_flags 0-4 6493 &elants_i2c_send_6493
-+erst_exec_stall_while_true_6497 erst_exec_stall_while_true 0 6497 NULL nohasharray
-+tcm_qla2xxx_npiv_tpg_store_enable_6497 tcm_qla2xxx_npiv_tpg_store_enable 0-3 6497 &erst_exec_stall_while_true_6497
-+dbg_intr_buf_6501 dbg_intr_buf 2 6501 NULL
-+da9052_read_vbat_6502 da9052_read_vbat 0 6502 NULL
-+mei_read_6507 mei_read 3-0 6507 NULL
-+sf_entsize_6521 sf_entsize 0-2 6521 NULL
-+brcmf_fil_iovar_data_set_6523 brcmf_fil_iovar_data_set 0 6523 NULL
-+sha1_mb_export_6524 sha1_mb_export 0 6524 NULL
-+_ctl_fwfault_debug_show_6531 _ctl_fwfault_debug_show 0 6531 NULL
-+bcm_iproc_i2c_check_status_6532 bcm_iproc_i2c_check_status 0 6532 NULL nohasharray
-+ocfs2_commit_truncate_6532 ocfs2_commit_truncate 0 6532 &bcm_iproc_i2c_check_status_6532
-+ufs_truncate_6535 ufs_truncate 0 6535 NULL
-+i40e_vsi_request_irq_6536 i40e_vsi_request_irq 0 6536 NULL
-+snd_timer_dev_register_6542 snd_timer_dev_register 0 6542 NULL
-+m88rs6000t_set_params_6543 m88rs6000t_set_params 0 6543 NULL
-+show_min_uV_6544 show_min_uV 0 6544 NULL
-+cbaf_wusb_host_name_show_6545 cbaf_wusb_host_name_show 0 6545 NULL
-+snd_pcm_plugin_build_copy_6546 snd_pcm_plugin_build_copy 0 6546 NULL
-+rndis_set_oid_6547 rndis_set_oid 4-0 6547 NULL nohasharray
-+nfs_fscache_inode_get_key_6547 nfs_fscache_inode_get_key 0 6547 &rndis_set_oid_6547
-+wdm_read_6549 wdm_read 3-0 6549 NULL
-+nilfs_segctor_last_pseg_block_show_6550 nilfs_segctor_last_pseg_block_show 0 6550 NULL
-+dm_stats_create_6551 dm_stats_create 4-2-3 6551 NULL nohasharray
-+touchpad_show_6551 touchpad_show 0 6551 &dm_stats_create_6551
-+isku_sysfs_write_keys_easyzone_6553 isku_sysfs_write_keys_easyzone 6-0-5 6553 NULL nohasharray
-+lanai_normalize_ci_6553 lanai_normalize_ci 0 6553 &isku_sysfs_write_keys_easyzone_6553
-+fb_alloc_cmap_6554 fb_alloc_cmap 2 6554 NULL
-+notify_handler_6557 notify_handler 0 6557 NULL
-+alc662_parse_auto_config_6558 alc662_parse_auto_config 0 6558 NULL
-+khugepaged_defrag_show_6561 khugepaged_defrag_show 0 6561 NULL
-+adp8860_bl_l3_dark_max_store_6563 adp8860_bl_l3_dark_max_store 4-0 6563 NULL nohasharray
-+SyS_semtimedop_6563 SyS_semtimedop 3 6563 &adp8860_bl_l3_dark_max_store_6563
-+rt2x00mac_start_6564 rt2x00mac_start 0 6564 NULL
-+smsc75xx_phy_initialize_6568 smsc75xx_phy_initialize 0 6568 NULL
-+rng_recvmsg_6569 rng_recvmsg 4-0 6569 NULL
-+xfs_iozero_6573 xfs_iozero 0-3-2 6573 NULL
-+i2c_smbus_write_byte_6574 i2c_smbus_write_byte 0 6574 NULL
-+do_blockdev_direct_IO_6575 do_blockdev_direct_IO 5-0 6575 NULL
-+max8997_rtc_set_alarm_6577 max8997_rtc_set_alarm 0 6577 NULL
-+bt_skb_send_alloc_6581 bt_skb_send_alloc 2 6581 NULL
-+SyS_fcntl64_6582 SyS_fcntl64 3 6582 NULL
-+reg_set_6585 reg_set 0 6585 NULL nohasharray
-+d_namespace_path_6585 d_namespace_path 0 6585 &reg_set_6585
-+log_buf_addr_store_6586 log_buf_addr_store 0-4 6586 NULL
-+nfs4_xattr_list_nfs4_acl_6590 nfs4_xattr_list_nfs4_acl 0-5 6590 NULL
-+bytes_number_6591 bytes_number 0-2 6591 NULL
-+zd_chip_init_hw_6592 zd_chip_init_hw 0 6592 NULL
-+psmouse_attr_show_helper_6602 psmouse_attr_show_helper 0 6602 NULL
-+vmci_transport_notify_pkt_send_pre_enqueue_6605 vmci_transport_notify_pkt_send_pre_enqueue 0 6605 NULL nohasharray
-+store_constraint_time_window_us_6605 store_constraint_time_window_us 0-4 6605 &vmci_transport_notify_pkt_send_pre_enqueue_6605 nohasharray
-+gsmi_exec_6605 gsmi_exec 0 6605 &store_constraint_time_window_us_6605
-+f_read_portcntrs_6611 f_read_portcntrs 0 6611 NULL
-+aa_set_current_hat_6612 aa_set_current_hat 0 6612 NULL
-+show_attr_mode_lsb_6617 show_attr_mode_lsb 0 6617 NULL
-+nilfs_construct_segment_6620 nilfs_construct_segment 0 6620 NULL
-+snd_tm6000_card_trigger_6622 snd_tm6000_card_trigger 0 6622 NULL
-+ebt_in_hook_6624 ebt_in_hook 0 6624 NULL
-+ext4_feat_show_6625 ext4_feat_show 0 6625 NULL
-+viacam_config_controller_6627 viacam_config_controller 0 6627 NULL nohasharray
-+wl12xx_sdio_raw_read_6627 wl12xx_sdio_raw_read 0 6627 &viacam_config_controller_6627
-+irda_open_lsap_6628 irda_open_lsap 0 6628 NULL
-+dn_alloc_skb_6631 dn_alloc_skb 2 6631 NULL
-+ixgbevf_request_msix_irqs_6637 ixgbevf_request_msix_irqs 0 6637 NULL
-+regulator_suspend_disk_state_show_6639 regulator_suspend_disk_state_show 0 6639 NULL
-+show_sf_setup_6640 show_sf_setup 0 6640 NULL
-+snd_vt1724_pcm_prepare_6646 snd_vt1724_pcm_prepare 0 6646 NULL
-+queue_dtd_6652 queue_dtd 0 6652 NULL
-+snd_usb_caiaq_send_command_6654 snd_usb_caiaq_send_command 0 6654 NULL
-+_unlock_pcol_pages_6655 _unlock_pcol_pages 2 6655 NULL nohasharray
-+adp8860_bl_l1_daylight_max_store_6655 adp8860_bl_l1_daylight_max_store 4-0 6655 &_unlock_pcol_pages_6655
-+nilfs_segctor_scan_file_6656 nilfs_segctor_scan_file 0 6656 NULL
-+journal_dirty_metadata_6658 journal_dirty_metadata 0 6658 NULL
-+aac_srcv_ioremap_6659 aac_srcv_ioremap 2 6659 NULL
-+ina226_show_interval_6660 ina226_show_interval 0 6660 NULL
-+xhci_drop_endpoint_6661 xhci_drop_endpoint 0 6661 NULL
-+brcmf_fil_cmd_data_6662 brcmf_fil_cmd_data 0 6662 NULL
-+natsemi_change_mtu_6668 natsemi_change_mtu 0 6668 NULL
-+sd_start_depth_6669 sd_start_depth 0 6669 NULL nohasharray
-+wacom_store_speed_6669 wacom_store_speed 0-4 6669 &sd_start_depth_6669
-+atkbd_show_softrepeat_6672 atkbd_show_softrepeat 0 6672 NULL
-+show_prochot_max_6675 show_prochot_max 0 6675 NULL nohasharray
-+kone_sysfs_write_settings_6675 kone_sysfs_write_settings 0-6-5 6675 &show_prochot_max_6675
-+init_chip_first_6676 init_chip_first 0 6676 NULL
-+process_rcvd_data_6679 process_rcvd_data 3 6679 NULL nohasharray
-+scsiback_tpg_store_nexus_6679 scsiback_tpg_store_nexus 0-3 6679 &process_rcvd_data_6679 nohasharray
-+fuse_dev_splice_read_6679 fuse_dev_splice_read 0 6679 &scsiback_tpg_store_nexus_6679
-+tsl2550_calculate_lux_6682 tsl2550_calculate_lux 0 6682 NULL nohasharray
-+tg3_setup_fiber_phy_6682 tg3_setup_fiber_phy 0 6682 &tsl2550_calculate_lux_6682
-+roccat_common2_sysfs_write_custom_lights_6684 roccat_common2_sysfs_write_custom_lights 0-6-5 6684 NULL
-+ql_process_mac_rx_skb_6689 ql_process_mac_rx_skb 4 6689 NULL
-+cap_show_6691 cap_show 0 6691 NULL
-+btrfs_lookup_csums_range_6696 btrfs_lookup_csums_range 2-3-0 6696 NULL
-+ps_pspoll_max_apturn_read_6699 ps_pspoll_max_apturn_read 3-0 6699 NULL
-+bnad_debugfs_write_regrd_6706 bnad_debugfs_write_regrd 3-0 6706 NULL nohasharray
-+txLog_6706 txLog 0 6706 &bnad_debugfs_write_regrd_6706
-+mpeg_read_6708 mpeg_read 3-0 6708 NULL
-+ibmpex_query_sensor_count_6709 ibmpex_query_sensor_count 0 6709 NULL nohasharray
-+show_modalias_6709 show_modalias 0 6709 &ibmpex_query_sensor_count_6709
-+wl18xx_cmd_radar_detection_debug_6710 wl18xx_cmd_radar_detection_debug 0 6710 NULL nohasharray
-+tcm_loop_tpg_store_nexus_6710 tcm_loop_tpg_store_nexus 0-3 6710 &wl18xx_cmd_radar_detection_debug_6710 nohasharray
-+kxcjk1013_set_power_state_6710 kxcjk1013_set_power_state 0 6710 &tcm_loop_tpg_store_nexus_6710
-+kone_get_weight_6713 kone_get_weight 0 6713 NULL
-+check_clk_sync_6717 check_clk_sync 2 6717 NULL
-+ab3100_disable_regulator_6718 ab3100_disable_regulator 0 6718 NULL nohasharray
-+netconsole_netdev_event_6718 netconsole_netdev_event 0 6718 &ab3100_disable_regulator_6718
-+video_proc_write_6724 video_proc_write 3-0 6724 NULL nohasharray
-+hfsplus_osx_getxattr_6724 hfsplus_osx_getxattr 0 6724 &video_proc_write_6724 nohasharray
-+regulator_status_show_6724 regulator_status_show 0 6724 &hfsplus_osx_getxattr_6724
-+posix_acl_xattr_count_6725 posix_acl_xattr_count 0-1 6725 NULL
-+dccp_feat_push_change_6733 dccp_feat_push_change 0 6733 NULL
-+xfs_attr_rmtval_set_6734 xfs_attr_rmtval_set 0 6734 NULL
-+rds_rdma_pages_6735 rds_rdma_pages 0 6735 NULL
-+qla2x00_sysfs_write_optrom_6736 qla2x00_sysfs_write_optrom 0-5-6 6736 NULL
-+sst_platform_pcm_trigger_6743 sst_platform_pcm_trigger 0 6743 NULL
-+inet_recv_error_6744 inet_recv_error 3-0 6744 NULL
-+mv88e6xxx_reg_read_6748 mv88e6xxx_reg_read 0 6748 NULL
-+wil_reset_6752 wil_reset 0 6752 NULL
-+uvesafb_show_nocrtc_6754 uvesafb_show_nocrtc 0 6754 NULL
-+_mv88e6xxx_phy_write_6755 _mv88e6xxx_phy_write 0 6755 NULL
-+beiscsi_phys_port_disp_6756 beiscsi_phys_port_disp 0 6756 NULL nohasharray
-+cciss_engage_scsi_6756 cciss_engage_scsi 0 6756 &beiscsi_phys_port_disp_6756 nohasharray
-+i915_parse_cmds_6756 i915_parse_cmds 4-5 6756 &cciss_engage_scsi_6756
-+mwifiex_cmd_rf_antenna_6757 mwifiex_cmd_rf_antenna 0 6757 NULL
-+usbhsh_urb_enqueue_6759 usbhsh_urb_enqueue 0 6759 NULL
-+mwl8k_cmd_set_new_stn_add_6760 mwl8k_cmd_set_new_stn_add 0 6760 NULL
-+usX2Y_rate_set_6765 usX2Y_rate_set 0 6765 NULL
-+gt_min_freq_mhz_store_6766 gt_min_freq_mhz_store 0-4 6766 NULL
-+raid10_start_reshape_6768 raid10_start_reshape 0 6768 NULL
-+show_tl_retry_count_6769 show_tl_retry_count 0 6769 NULL
-+target_core_alua_tg_pt_gp_show_attr_alua_support_active_nonoptimized_6771 target_core_alua_tg_pt_gp_show_attr_alua_support_active_nonoptimized 0 6771 NULL
-+sfi_check_table_6772 sfi_check_table 1 6772 NULL
-+mcam_read_setup_6773 mcam_read_setup 0 6773 NULL
-+ivtv_yuv_udma_frame_6774 ivtv_yuv_udma_frame 0 6774 NULL
-+show_fnode_max_outstanding_r2t_6776 show_fnode_max_outstanding_r2t 0 6776 NULL
-+wait_mtu_credits_6777 wait_mtu_credits 0 6777 NULL
-+cifs_posix_open_6781 cifs_posix_open 0 6781 NULL nohasharray
-+kobject_add_varg_6781 kobject_add_varg 0 6781 &cifs_posix_open_6781
-+_nfs4_get_security_label_6782 _nfs4_get_security_label 0 6782 NULL
-+iwl_dbgfs_channels_read_6784 iwl_dbgfs_channels_read 3-0 6784 NULL
-+ieee80211_if_read_6785 ieee80211_if_read 3-0 6785 NULL
-+zone_spanned_pages_in_node_6787 zone_spanned_pages_in_node 0-3-4 6787 NULL
-+pnp_disable_dev_6788 pnp_disable_dev 0 6788 NULL
-+shared_cpumap_show_func_6789 shared_cpumap_show_func 0 6789 NULL
-+atxp1_showgpio2_6790 atxp1_showgpio2 0 6790 NULL
-+hdlcdrv_register_6792 hdlcdrv_register 2 6792 NULL
-+pm_qos_latency_tolerance_show_6796 pm_qos_latency_tolerance_show 0 6796 NULL
-+ll_xattr_cache_find_6798 ll_xattr_cache_find 0 6798 NULL
-+tx_tx_done_data_read_6799 tx_tx_done_data_read 3-0 6799 NULL
-+qlcnic_fw_cmd_create_rx_ctx_6800 qlcnic_fw_cmd_create_rx_ctx 0 6800 NULL nohasharray
-+broken_parity_status_store_6800 broken_parity_status_store 0-4 6800 &qlcnic_fw_cmd_create_rx_ctx_6800
-+get_blocks_6801 get_blocks 0 6801 NULL
-+rounded_hashtable_size_6802 rounded_hashtable_size 0 6802 NULL
-+i7core_inject_store_rank_6803 i7core_inject_store_rank 0-4 6803 NULL
-+il3945_store_tx_power_6804 il3945_store_tx_power 0-4 6804 NULL
-+iscsi_stat_login_show_attr_indx_6806 iscsi_stat_login_show_attr_indx 0 6806 NULL
-+init_port_6810 init_port 0 6810 NULL
-+wait_for_bulk_in_ready_6814 wait_for_bulk_in_ready 0 6814 NULL
-+__chksum_finup_6816 __chksum_finup 0 6816 NULL
-+codec_reg_show_6818 codec_reg_show 0 6818 NULL nohasharray
-+bcm_tx_setup_6818 bcm_tx_setup 0 6818 &codec_reg_show_6818
-+rfcomm_send_frame_6819 rfcomm_send_frame 3 6819 NULL
-+wil_get_bl_info_6823 wil_get_bl_info 0 6823 NULL
-+lbs_rdrf_write_6826 lbs_rdrf_write 3-0 6826 NULL nohasharray
-+host_reset_6826 host_reset 0 6826 &lbs_rdrf_write_6826
-+xfs_bmap_first_unused_6827 xfs_bmap_first_unused 0 6827 NULL
-+pca_xfer_6828 pca_xfer 0-3 6828 NULL
-+f_tempsense_rd_6829 f_tempsense_rd 0 6829 NULL
-+calc_pages_for_6838 calc_pages_for 0-2-1 6838 NULL
-+blk_alloc_flush_queue_6839 blk_alloc_flush_queue 3 6839 NULL
-+mon_bin_read_6841 mon_bin_read 3-0 6841 NULL
-+snd_cs4281_BA0_read_6847 snd_cs4281_BA0_read 5-0 6847 NULL
-+__extent_writepage_io_6848 __extent_writepage_io 0 6848 NULL
-+hw_breakpoint_exceptions_notify_6850 hw_breakpoint_exceptions_notify 0 6850 NULL
-+atmtcp_recv_control_6851 atmtcp_recv_control 0 6851 NULL nohasharray
-+xfs_rtany_summary_6851 xfs_rtany_summary 0 6851 &atmtcp_recv_control_6851
-+nilfs_segctor_collect_blocks_6852 nilfs_segctor_collect_blocks 0 6852 NULL nohasharray
-+iwl_dbgfs_d0i3_refs_write_6852 iwl_dbgfs_d0i3_refs_write 0-3 6852 &nilfs_segctor_collect_blocks_6852
-+as3722_gpio_to_irq_6861 as3722_gpio_to_irq 2 6861 NULL
-+inode_getxattr_6862 inode_getxattr 0 6862 NULL nohasharray
-+pn_send_6862 pn_send 0 6862 &inode_getxattr_6862
-+i7core_inject_show_page_6864 i7core_inject_show_page 0 6864 NULL
-+perf_output_sample_ustack_6868 perf_output_sample_ustack 2 6868 NULL nohasharray
-+iscsi_stat_instance_show_attr_vendor_6868 iscsi_stat_instance_show_attr_vendor 0 6868 &perf_output_sample_ustack_6868
-+subdev_s_ctrl_6869 subdev_s_ctrl 0 6869 NULL
-+ecryptfs_write_lower_6870 ecryptfs_write_lower 0-4 6870 NULL
-+size_6873 size 0 6873 NULL
-+ax88772_link_reset_6876 ax88772_link_reset 0 6876 NULL
-+sm501_gpio_input_6877 sm501_gpio_input 0 6877 NULL nohasharray
-+store_rotate_6877 store_rotate 0-4 6877 &sm501_gpio_input_6877
-+dio_complete_6879 dio_complete 0-2-3 6879 NULL
-+otg_mode_store_6882 otg_mode_store 0-4 6882 NULL
-+nes_netdev_open_6886 nes_netdev_open 0 6886 NULL
-+resize_async_buffer_6887 resize_async_buffer 3 6887 NULL
-+raw_seticmpfilter_6888 raw_seticmpfilter 3-0 6888 NULL nohasharray
-+ieee80211_if_fmt_path_refresh_time_6888 ieee80211_if_fmt_path_refresh_time 3 6888 &raw_seticmpfilter_6888 nohasharray
-+show_type_6888 show_type 0 6888 &ieee80211_if_fmt_path_refresh_time_6888
-+dlmfs_file_write_6892 dlmfs_file_write 3-0 6892 NULL
-+show_fcstat_fc_seq_not_found_6897 show_fcstat_fc_seq_not_found 0 6897 NULL nohasharray
-+iscsi_tpg_param_show_DefaultTime2Retain_6897 iscsi_tpg_param_show_DefaultTime2Retain 0 6897 &show_fcstat_fc_seq_not_found_6897
-+max_write_same_blocks_show_6899 max_write_same_blocks_show 0 6899 NULL
-+wq_nice_store_6901 wq_nice_store 0-4 6901 NULL nohasharray
-+crypto_sha256_finup_6901 crypto_sha256_finup 0 6901 &wq_nice_store_6901
-+veth_change_mtu_6902 veth_change_mtu 0 6902 NULL nohasharray
-+ext4_inode_bitmap_6902 ext4_inode_bitmap 0 6902 &veth_change_mtu_6902
-+acerhdf_get_trip_temp_6903 acerhdf_get_trip_temp 0 6903 NULL
-+hook_6905 hook 0 6905 NULL nohasharray
-+qib_init_6905 qib_init 0 6905 &hook_6905
-+target_core_alua_lu_gp_show_attr_lu_gp_id_6909 target_core_alua_lu_gp_show_attr_lu_gp_id 0 6909 NULL
-+show_tolerance_6910 show_tolerance 0 6910 NULL nohasharray
-+wl1251_hw_init_data_path_config_6910 wl1251_hw_init_data_path_config 0 6910 &show_tolerance_6910
-+proc_sessionid_read_6911 proc_sessionid_read 3-0 6911 NULL nohasharray
-+acm_alloc_minor_6911 acm_alloc_minor 0 6911 &proc_sessionid_read_6911 nohasharray
-+ucma_write_6911 ucma_write 0-3 6911 &acm_alloc_minor_6911
-+humidity1_input_show_6912 humidity1_input_show 0 6912 NULL
-+__kfifo_dma_in_finish_r_6913 __kfifo_dma_in_finish_r 2-3 6913 NULL
-+ioctl_6914 ioctl 0 6914 NULL
-+csio_vport_disable_6917 csio_vport_disable 0 6917 NULL
-+rtl2830_regmap_read_6920 rtl2830_regmap_read 0 6920 NULL
-+qlcnic_82xx_fw_cmd_create_tx_ctx_6921 qlcnic_82xx_fw_cmd_create_tx_ctx 0 6921 NULL nohasharray
-+sm501fb_check_var_crt_6921 sm501fb_check_var_crt 0 6921 &qlcnic_82xx_fw_cmd_create_tx_ctx_6921
-+__vxge_hw_mempool_create_6923 __vxge_hw_mempool_create 3-2-6 6923 NULL nohasharray
-+nfs3_proc_statfs_6923 nfs3_proc_statfs 0 6923 &__vxge_hw_mempool_create_6923
-+reg_set_state_6924 reg_set_state 0-4 6924 NULL
-+cache_do_downcall_6926 cache_do_downcall 3-0 6926 NULL nohasharray
-+vb2_internal_dqbuf_6926 vb2_internal_dqbuf 0 6926 &cache_do_downcall_6926
-+ipath_verbs_send_dma_6929 ipath_verbs_send_dma 6 6929 NULL
-+create_multi_out_ctls_6930 create_multi_out_ctls 0 6930 NULL
-+__c2port_show_dev_id_6936 __c2port_show_dev_id 0 6936 NULL
-+__rpc_pipefs_event_6942 __rpc_pipefs_event 0 6942 NULL
-+qsfp_cks_6945 qsfp_cks 2-0 6945 NULL
-+rt2800usb_get_tx_data_len_6947 rt2800usb_get_tx_data_len 0 6947 NULL
-+hih6130_show_humidity_6948 hih6130_show_humidity 0 6948 NULL
-+ab3100_get_register_page_interruptible_6951 ab3100_get_register_page_interruptible 0-4 6951 NULL
-+str_to_slot_6952 str_to_slot 0 6952 NULL
-+crypto_ahash_update_6959 crypto_ahash_update 0 6959 NULL nohasharray
-+nilfs_segctor_extend_segments_6959 nilfs_segctor_extend_segments 0 6959 &crypto_ahash_update_6959
-+shash_update_unaligned_6960 shash_update_unaligned 0 6960 NULL
-+pch_uart_hal_read_6961 pch_uart_hal_read 0 6961 NULL
-+videobuf_dma_init_kernel_6963 videobuf_dma_init_kernel 3-0 6963 NULL nohasharray
-+read_usattenuation_6963 read_usattenuation 0 6963 &videobuf_dma_init_kernel_6963 nohasharray
-+check_max_sdu_6963 check_max_sdu 0 6963 &read_usattenuation_6963
-+toshiba_sleep_functions_status_get_6970 toshiba_sleep_functions_status_get 0 6970 NULL
-+in_intr_mask_show_6971 in_intr_mask_show 0 6971 NULL
-+rsa_extract_mpi_6973 rsa_extract_mpi 5 6973 NULL nohasharray
-+i40e_dbg_dump_write_6973 i40e_dbg_dump_write 3-0 6973 &rsa_extract_mpi_6973
-+ubifs_decompress_6974 ubifs_decompress 0 6974 NULL
-+acpi_lpss_platform_notify_6980 acpi_lpss_platform_notify 0 6980 NULL
-+ismt_process_desc_6981 ismt_process_desc 0 6981 NULL
-+request_key_async_6990 request_key_async 4 6990 NULL
-+store_spi_transport_max_qas_6996 store_spi_transport_max_qas 0-4 6996 NULL
-+r871x_set_wpa_ie_7000 r871x_set_wpa_ie 3 7000 NULL
-+b43legacy_phy_init_7003 b43legacy_phy_init 0 7003 NULL
-+qlcnic_sysfs_validate_crb_7004 qlcnic_sysfs_validate_crb 0 7004 NULL nohasharray
-+fanotify_handle_event_7004 fanotify_handle_event 0 7004 &qlcnic_sysfs_validate_crb_7004
-+log_wait_commit_7005 log_wait_commit 0 7005 NULL
-+cipso_v4_gentag_enum_7006 cipso_v4_gentag_enum 0 7006 NULL
-+tracing_cpumask_read_7010 tracing_cpumask_read 3 7010 NULL
-+copy_items_7012 copy_items 7 7012 NULL
-+ld_usb_write_7022 ld_usb_write 3-0 7022 NULL
-+get_performance_level_7023 get_performance_level 0 7023 NULL nohasharray
-+c2_pseudo_up_7023 c2_pseudo_up 0 7023 &get_performance_level_7023
-+raid56_parity_recover_7024 raid56_parity_recover 4-0 7024 NULL
-+uwb_rc_mac_addr_store_7027 uwb_rc_mac_addr_store 0-4 7027 NULL
-+snd_pcm_do_resume_7028 snd_pcm_do_resume 0 7028 NULL
-+ath9k_tx99_init_7029 ath9k_tx99_init 0 7029 NULL
-+wimax_msg_7030 wimax_msg 4 7030 NULL
-+ceph_kvmalloc_7033 ceph_kvmalloc 1 7033 NULL nohasharray
-+rawv6_recvmsg_7033 rawv6_recvmsg 3 7033 &ceph_kvmalloc_7033
-+nilfs_segments_attr_store_7037 nilfs_segments_attr_store 0-4 7037 NULL
-+stmmac_hw_setup_7038 stmmac_hw_setup 0 7038 NULL
-+metrics_bytes_identical_show_7039 metrics_bytes_identical_show 0 7039 NULL
-+nilfs_cpfile_get_checkpoint_block_7041 nilfs_cpfile_get_checkpoint_block 0 7041 NULL
-+ipath_get_base_info_7043 ipath_get_base_info 3-0 7043 NULL
-+show_fcoe_fcf_device_fc_map_7044 show_fcoe_fcf_device_fc_map 0 7044 NULL
-+cyapa_gen5_read_mutual_idac_data_7048 cyapa_gen5_read_mutual_idac_data 0 7048 NULL
-+ath5k_hw_rf5111_chan2athchan_7051 ath5k_hw_rf5111_chan2athchan 0 7051 NULL
-+show_sas_expander_component_vendor_id_7054 show_sas_expander_component_vendor_id 0 7054 NULL
-+snd_intel8x0_ali_trigger_7055 snd_intel8x0_ali_trigger 0 7055 NULL
-+sctp_make_op_error_7057 sctp_make_op_error 6-5 7057 NULL nohasharray
-+amd64_hole_show_7057 amd64_hole_show 0 7057 &sctp_make_op_error_7057
-+rs5c_get_regs_7062 rs5c_get_regs 0 7062 NULL
-+srpt_tpg_show_enable_7063 srpt_tpg_show_enable 0 7063 NULL
-+store_hardware_switching_mode_7064 store_hardware_switching_mode 0-4 7064 NULL
-+gart_mapping_error_7065 gart_mapping_error 0-2 7065 NULL
-+target_stat_scsi_auth_intr_show_attr_dev_7066 target_stat_scsi_auth_intr_show_attr_dev 0 7066 NULL nohasharray
-+csio_store_dbg_level_7066 csio_store_dbg_level 0-4 7066 &target_stat_scsi_auth_intr_show_attr_dev_7066
-+hci_sock_recvmsg_7072 hci_sock_recvmsg 4-0 7072 NULL
-+l2cap_sock_getname_7074 l2cap_sock_getname 0 7074 NULL nohasharray
-+event_enable_read_7074 event_enable_read 3 7074 &l2cap_sock_getname_7074
-+mii_status_show_7077 mii_status_show 0 7077 NULL
-+sh_mobile_ceu_videobuf_setup_7080 sh_mobile_ceu_videobuf_setup 0 7080 NULL
-+zd_ioread16v_locked_7082 zd_ioread16v_locked 0 7082 NULL
-+queue_requests_show_7087 queue_requests_show 0 7087 NULL nohasharray
-+read_7087 read 0 7087 &queue_requests_show_7087
-+tipc_send_packet_7091 tipc_send_packet 4-0 7091 NULL nohasharray
-+beacon_interval_read_7091 beacon_interval_read 3-0 7091 &tipc_send_packet_7091
-+show_session_param_ISCSI_PARAM_PDU_INORDER_EN_7095 show_session_param_ISCSI_PARAM_PDU_INORDER_EN 0 7095 NULL nohasharray
-+ecryptfs_add_new_key_tfm_7095 ecryptfs_add_new_key_tfm 0 7095 &show_session_param_ISCSI_PARAM_PDU_INORDER_EN_7095
-+raw_pci_read_7098 raw_pci_read 0 7098 NULL nohasharray
-+cfq_target_latency_show_7098 cfq_target_latency_show 0 7098 &raw_pci_read_7098
-+journal_begin_7100 journal_begin 0 7100 NULL nohasharray
-+nfs_writepage_7100 nfs_writepage 0 7100 &journal_begin_7100
-+cifs_wait_mtu_credits_7101 cifs_wait_mtu_credits 0 7101 NULL
-+pipeline_enc_rx_stat_fifo_int_read_7107 pipeline_enc_rx_stat_fifo_int_read 3-0 7107 NULL
-+uwb_rc_scan_show_7108 uwb_rc_scan_show 0 7108 NULL
-+uwb_rc_beacon_store_7110 uwb_rc_beacon_store 0-4 7110 NULL
-+ed_schedule_7117 ed_schedule 0 7117 NULL nohasharray
-+xfs_attr3_leaf_split_7117 xfs_attr3_leaf_split 0 7117 &ed_schedule_7117
-+nilfs_mdt_insert_new_block_7118 nilfs_mdt_insert_new_block 0 7118 NULL
-+show_value_7119 show_value 0 7119 NULL
-+osc_resend_count_seq_write_7120 osc_resend_count_seq_write 3 7120 NULL
-+zd_iowrite32_7126 zd_iowrite32 0 7126 NULL
-+r8a66597_start_7127 r8a66597_start 0 7127 NULL
-+psmouse_attr_set_protocol_7128 psmouse_attr_set_protocol 0-4 7128 NULL
-+send_mpa_reject_7135 send_mpa_reject 3 7135 NULL
-+qlcnic_enable_msix_7144 qlcnic_enable_msix 2 7144 NULL
-+gfs2_setxattr_7146 gfs2_setxattr 0 7146 NULL
-+show_bpp_7148 show_bpp 0 7148 NULL
-+adc128_set_temp_7149 adc128_set_temp 0-4 7149 NULL
-+pscsi_show_configfs_dev_params_7152 pscsi_show_configfs_dev_params 0 7152 NULL
-+sky2_get_eeprom_len_7154 sky2_get_eeprom_len 0 7154 NULL
-+set_lcd_level_7155 set_lcd_level 0 7155 NULL
-+nct7904_bank_lock_7159 nct7904_bank_lock 0 7159 NULL
-+max732x_gpio_to_irq_7160 max732x_gpio_to_irq 2 7160 NULL
-+fnic_reset_7163 fnic_reset 0 7163 NULL
-+r8a66597_enable_7164 r8a66597_enable 0 7164 NULL
-+show_counter_rx_icrc_errs_7167 show_counter_rx_icrc_errs 0 7167 NULL
-+core_alua_write_tpg_metadata_7168 core_alua_write_tpg_metadata 3 7168 NULL
-+i2c_xfer_7177 i2c_xfer 0-3 7177 NULL
-+fsp_attr_set_flags_7182 fsp_attr_set_flags 0-4 7182 NULL nohasharray
-+set_rdac1_7182 set_rdac1 4-0 7182 &fsp_attr_set_flags_7182 nohasharray
-+ext4_attr_store_7182 ext4_attr_store 0-4 7182 &set_rdac1_7182
-+f_hid_opts_report_desc_store_7188 f_hid_opts_report_desc_store 3 7188 NULL nohasharray
-+iwl_trans_wait_tx_queue_empty_7188 iwl_trans_wait_tx_queue_empty 0 7188 &f_hid_opts_report_desc_store_7188
-+snd_mask_refine_max_7191 snd_mask_refine_max 0 7191 NULL
-+wl1271_init_pta_7195 wl1271_init_pta 0 7195 NULL
-+ext3_xattr_ibody_list_7201 ext3_xattr_ibody_list 0 7201 NULL
-+__alloc_objio_seg_7203 __alloc_objio_seg 1 7203 NULL
-+sysfs_kf_bin_read_7205 sysfs_kf_bin_read 0-4-3 7205 NULL
-+batadv_check_unicast_ttvn_7206 batadv_check_unicast_ttvn 3 7206 NULL
-+adjd_s311_update_scan_mode_7208 adjd_s311_update_scan_mode 0 7208 NULL
-+fsg_common_set_nluns_7209 fsg_common_set_nluns 2 7209 NULL
-+confirm_7211 confirm 0 7211 NULL
-+trace_insert_enum_map_file_7213 trace_insert_enum_map_file 3 7213 NULL
-+tpm_rng_read_7214 tpm_rng_read 3 7214 NULL
-+of_dma_match_channel_7216 of_dma_match_channel 3 7216 NULL
-+acpi_device_uid_show_7226 acpi_device_uid_show 0 7226 NULL nohasharray
-+ipoib_set_mode_7226 ipoib_set_mode 0 7226 &acpi_device_uid_show_7226
-+usblp_wtest_7227 usblp_wtest 0 7227 NULL
-+rpm_suspend_7228 rpm_suspend 0 7228 NULL nohasharray
-+evtchn_2l_max_channels_7228 evtchn_2l_max_channels 0 7228 &rpm_suspend_7228
-+edd_show_info_flags_7231 edd_show_info_flags 0 7231 NULL nohasharray
-+x1205_sysfs_show_dtrim_7231 x1205_sysfs_show_dtrim 0 7231 &edd_show_info_flags_7231
-+rocker_flow_tbl_acl_7233 rocker_flow_tbl_acl 0 7233 NULL
-+led_get_flash_strobe_7234 led_get_flash_strobe 0 7234 NULL
-+usb488_device_capabilities_show_7238 usb488_device_capabilities_show 0 7238 NULL nohasharray
-+fm10k_update_vlan_pf_7238 fm10k_update_vlan_pf 0 7238 &usb488_device_capabilities_show_7238
-+rxrpc_listen_7242 rxrpc_listen 0 7242 NULL
-+iscsi_tpg_param_store_MaxRecvDataSegmentLength_7243 iscsi_tpg_param_store_MaxRecvDataSegmentLength 0-3 7243 NULL
-+show_fnode_targetalias_7247 show_fnode_targetalias 0 7247 NULL
-+dpm_run_callback_7257 dpm_run_callback 0 7257 NULL
-+release_version_show_7263 release_version_show 0 7263 NULL
-+max8998_bulk_read_7265 max8998_bulk_read 0 7265 NULL
-+snd_mask_refine_7267 snd_mask_refine 0 7267 NULL
-+dma_ops_alloc_addresses_7272 dma_ops_alloc_addresses 0-5-3-4 7272 NULL nohasharray
-+ssb_bus_resume_7272 ssb_bus_resume 0 7272 &dma_ops_alloc_addresses_7272
-+palmas_update_bits_7273 palmas_update_bits 0 7273 NULL
-+htu21_show_humidity_7275 htu21_show_humidity 0 7275 NULL
-+__vfs_write_7278 __vfs_write 0-3 7278 NULL
-+radeon_hw_i2c_xfer_7280 radeon_hw_i2c_xfer 0-3 7280 NULL nohasharray
-+smack_task_setnice_7280 smack_task_setnice 0 7280 &radeon_hw_i2c_xfer_7280
-+kvm_suspend_7281 kvm_suspend 0 7281 NULL
-+rx_rate_rx_frames_per_rates_read_7282 rx_rate_rx_frames_per_rates_read 3-0 7282 NULL
-+iwl_pcie_load_firmware_chunk_7284 iwl_pcie_load_firmware_chunk 0 7284 NULL
-+bond_option_arp_all_targets_set_7285 bond_option_arp_all_targets_set 0 7285 NULL
-+show_conn_param_ISCSI_PARAM_RECV_TMO_7290 show_conn_param_ISCSI_PARAM_RECV_TMO 0 7290 NULL nohasharray
-+setup_idle_tx_channel_7290 setup_idle_tx_channel 0 7290 &show_conn_param_ISCSI_PARAM_RECV_TMO_7290
-+isku_sysfs_write_macro_7293 isku_sysfs_write_macro 6-0-5 7293 NULL
-+sctp_primitive_ASSOCIATE_7303 sctp_primitive_ASSOCIATE 0 7303 NULL
-+uvesafb_show_vbe_modes_7306 uvesafb_show_vbe_modes 0 7306 NULL
-+rose_open_7309 rose_open 0 7309 NULL
-+bd2802_store_reg0x11_7311 bd2802_store_reg0x11 0-4 7311 NULL
-+ixgbe_fcoe_ddp_setup_7318 ixgbe_fcoe_ddp_setup 4 7318 NULL
-+security_inode_need_killpriv_7322 security_inode_need_killpriv 0 7322 NULL
-+wait_on_sync_kiocb_7327 wait_on_sync_kiocb 0 7327 NULL
-+queue_discard_max_show_7328 queue_discard_max_show 0 7328 NULL
-+vxlan_gro_remcsum_7332 vxlan_gro_remcsum 2-4-5 7332 NULL
-+do_md_stop_7335 do_md_stop 0 7335 NULL
-+show_fnode_ipaddress_7338 show_fnode_ipaddress 0 7338 NULL
-+ov772x_set_params_7342 ov772x_set_params 0 7342 NULL
-+mgmt_control_7349 mgmt_control 3 7349 NULL
-+t1_get_slice_7350 t1_get_slice 0 7350 NULL
-+diva_xdi_read_7357 diva_xdi_read 0 7357 NULL
-+btrfs_listxattr_7359 btrfs_listxattr 0-3 7359 NULL
-+bop_delete_7361 bop_delete 0 7361 NULL nohasharray
-+carmine_set_par_7361 carmine_set_par 0 7361 &bop_delete_7361
-+ext3_free_blocks_7362 ext3_free_blocks 4-3 7362 NULL
-+nfs_fsync_dir_7363 nfs_fsync_dir 0 7363 NULL
-+koneplus_sysfs_read_info_7367 koneplus_sysfs_read_info 0-5-6 7367 NULL
-+ieee80211_if_read_dot11MeshHWMPactivePathTimeout_7368 ieee80211_if_read_dot11MeshHWMPactivePathTimeout 3-0 7368 NULL
-+schedule_timeout_7371 schedule_timeout 0 7371 NULL
-+rds_setsockopt_7372 rds_setsockopt 0 7372 NULL
-+audit_send_reply_7376 audit_send_reply 7 7376 NULL
-+bind_mode_store_7379 bind_mode_store 0-3 7379 NULL
-+xfs_btree_delete_7384 xfs_btree_delete 0 7384 NULL
-+pm8001_chip_ssp_tm_req_7387 pm8001_chip_ssp_tm_req 0 7387 NULL
-+hweight_long_7388 hweight_long 0-1 7388 NULL
-+bond_opt_tryset_rtnl_7392 bond_opt_tryset_rtnl 0 7392 NULL
-+sl_change_mtu_7396 sl_change_mtu 2-0 7396 NULL nohasharray
-+carrier_store_7396 carrier_store 4-0 7396 &sl_change_mtu_7396
-+_ore_add_stripe_unit_7399 _ore_add_stripe_unit 3-6-0 7399 NULL
-+audmux_read_file_7400 audmux_read_file 3-0 7400 NULL
-+__rtc_read_time_7401 __rtc_read_time 0 7401 NULL
-+tipc_recvmsg_7402 tipc_recvmsg 4-0 7402 NULL
-+drm_property_create_blob_7414 drm_property_create_blob 2 7414 NULL
-+rng_setkey_7415 rng_setkey 0 7415 NULL
-+cfhsi_fifo_occupancy_7417 cfhsi_fifo_occupancy 0 7417 NULL
-+store_7418 store 0-3 7418 NULL
-+switch_mm_7420 switch_mm 0 7420 NULL
-+rds_blckcnt_7435 rds_blckcnt 0 7435 NULL
-+cxacru_sysfs_store_adsl_state_7437 cxacru_sysfs_store_adsl_state 0-4 7437 NULL
-+SendReceiveNoRsp_7438 SendReceiveNoRsp 0 7438 NULL
-+romfs_dev_read_7439 romfs_dev_read 0 7439 NULL nohasharray
-+t4_memory_rw_7439 t4_memory_rw 0 7439 &romfs_dev_read_7439
-+store_7441 store 0 7441 NULL
-+bq2415x_get_termination_current_7443 bq2415x_get_termination_current 0 7443 NULL
-+acpi_ex_create_processor_7444 acpi_ex_create_processor 0 7444 NULL
-+show_mask_7446 show_mask 0 7446 NULL
-+scsi_format_extd_sense_7447 scsi_format_extd_sense 2 7447 NULL
-+ip_options_get_alloc_7448 ip_options_get_alloc 1 7448 NULL nohasharray
-+acpi_ex_create_region_7448 acpi_ex_create_region 0 7448 &ip_options_get_alloc_7448 nohasharray
-+pci_map_page_7448 pci_map_page 0 7448 &acpi_ex_create_region_7448
-+make_node_dirty_7452 make_node_dirty 0 7452 NULL
-+SYSC_setgroups_7454 SYSC_setgroups 1 7454 NULL nohasharray
-+crypto_sha512_update_7454 crypto_sha512_update 0 7454 &SYSC_setgroups_7454
-+rt2x00debug_read_queue_stats_7455 rt2x00debug_read_queue_stats 3-0 7455 NULL
-+show_iface_discovery_logout_7460 show_iface_discovery_logout 0 7460 NULL
-+l2tp_ip6_sendmsg_7461 l2tp_ip6_sendmsg 4-0 7461 NULL nohasharray
-+rose_listen_7461 rose_listen 0 7461 &l2tp_ip6_sendmsg_7461
-+store_auto_pwm_7463 store_auto_pwm 0-4 7463 NULL
-+wm8996_gpio_direction_out_7469 wm8996_gpio_direction_out 0 7469 NULL
-+set_speed_7470 set_speed 0-4 7470 NULL
-+garp_request_join_7471 garp_request_join 4 7471 NULL nohasharray
-+ReadHSCX_7471 ReadHSCX 0 7471 &garp_request_join_7471
-+xcan_chip_start_7472 xcan_chip_start 0 7472 NULL
-+show_max_uV_7474 show_max_uV 0 7474 NULL
-+snd_seq_ioctl_unsubscribe_port_7481 snd_seq_ioctl_unsubscribe_port 0 7481 NULL
-+atalk_getname_7490 atalk_getname 0 7490 NULL
-+snd_pcm_lib_read1_7491 snd_pcm_lib_read1 0-3 7491 NULL nohasharray
-+max_flash_brightness_show_7491 max_flash_brightness_show 0 7491 &snd_pcm_lib_read1_7491
-+setsockopt_7492 setsockopt 0 7492 NULL
-+__padata_add_cpu_7497 __padata_add_cpu 0 7497 NULL
-+prism2_change_mtu_7498 prism2_change_mtu 0 7498 NULL
-+ntb_netdev_open_7505 ntb_netdev_open 0 7505 NULL
-+sdhci_alloc_host_7509 sdhci_alloc_host 2 7509 NULL
-+jump_label_add_module_7513 jump_label_add_module 0 7513 NULL
-+logfs_readpage_nolock_7514 logfs_readpage_nolock 0 7514 NULL
-+array_zalloc_7519 array_zalloc 1-2 7519 NULL
-+xfs_fs_statfs_7522 xfs_fs_statfs 0 7522 NULL nohasharray
-+tg3_writephy_7522 tg3_writephy 0 7522 &xfs_fs_statfs_7522
-+qlcnic_napi_add_7526 qlcnic_napi_add 0 7526 NULL
-+debug_dma_map_page_7528 debug_dma_map_page 6 7528 NULL
-+crypt_alloc_buffer_7532 crypt_alloc_buffer 2 7532 NULL nohasharray
-+show_prot_capabilities_7532 show_prot_capabilities 0 7532 &crypt_alloc_buffer_7532
-+vfio_device_fops_write_7537 vfio_device_fops_write 0-3 7537 NULL
-+virtnet_open_7538 virtnet_open 0 7538 NULL
-+target_core_hba_show_attr_hba_info_7539 target_core_hba_show_attr_hba_info 0 7539 NULL
-+hermes_write_ltv_7541 hermes_write_ltv 0 7541 NULL
-+pinmux_request_gpio_7543 pinmux_request_gpio 0 7543 NULL
-+smb_send_rqst_7549 smb_send_rqst 0 7549 NULL nohasharray
-+write_begin_slow_7549 write_begin_slow 0 7549 &smb_send_rqst_7549
-+input_dev_show_id_version_7550 input_dev_show_id_version 0 7550 NULL
-+snd_pcm_plugin_build_route_7551 snd_pcm_plugin_build_route 0 7551 NULL
-+ahci_transmit_led_message_7552 ahci_transmit_led_message 0-3 7552 NULL
-+goal_in_my_reservation_7553 goal_in_my_reservation 3 7553 NULL
-+store_chip_reset_7556 store_chip_reset 0-4 7556 NULL
-+ath10k_read_htt_stats_mask_7557 ath10k_read_htt_stats_mask 3-0 7557 NULL nohasharray
-+superio_enter_7557 superio_enter 0 7557 &ath10k_read_htt_stats_mask_7557
-+xfs_file_dio_aio_write_7559 xfs_file_dio_aio_write 0 7559 NULL
-+store_bank2_setting_7560 store_bank2_setting 0-4 7560 NULL
-+smk_read_mapped_7562 smk_read_mapped 3-0 7562 NULL
-+netvsc_get_slots_7565 netvsc_get_slots 0 7565 NULL
-+sx9500_update_scan_mode_7567 sx9500_update_scan_mode 0 7567 NULL
-+chan_alloc_skb_cb_7571 chan_alloc_skb_cb 3-2 7571 NULL nohasharray
-+cfs_cpt_num_estimate_7571 cfs_cpt_num_estimate 0 7571 &chan_alloc_skb_cb_7571
-+get_pwm_en_7576 get_pwm_en 0 7576 NULL
-+target_fabric_nacl_auth_attr_show_7584 target_fabric_nacl_auth_attr_show 0 7584 NULL
-+zd_chip_lock_phy_regs_7589 zd_chip_lock_phy_regs 0 7589 NULL
-+ext3_try_to_allocate_7590 ext3_try_to_allocate 3-5-0 7590 NULL
-+fsp_attr_show_hscroll_7598 fsp_attr_show_hscroll 0 7598 NULL nohasharray
-+bond_option_updelay_set_7598 bond_option_updelay_set 0 7598 &fsp_attr_show_hscroll_7598
-+pre_rsb_struct_7599 pre_rsb_struct 0 7599 NULL
-+show_iface_vlan_id_7601 show_iface_vlan_id 0 7601 NULL
-+m88e1111_config_init_7609 m88e1111_config_init 0 7609 NULL
-+snd_azf3328_pcm_trigger_7613 snd_azf3328_pcm_trigger 0 7613 NULL
-+groups_alloc_7614 groups_alloc 1 7614 NULL nohasharray
-+create_dir_7614 create_dir 0 7614 &groups_alloc_7614 nohasharray
-+scan_secs_write_7614 scan_secs_write 3-0 7614 &create_dir_7614
-+__b44_readphy_7624 __b44_readphy 0 7624 NULL
-+send_to_group_7627 send_to_group 0 7627 NULL
-+pch_udc_start_7631 pch_udc_start 0 7631 NULL
-+hw_port_test_set_7633 hw_port_test_set 0 7633 NULL
-+show_pwm_auto_spinup_min_7635 show_pwm_auto_spinup_min 0 7635 NULL
-+net2272_queue_7640 net2272_queue 0 7640 NULL
-+cyapa_gen3_state_parse_7642 cyapa_gen3_state_parse 0 7642 NULL
-+show_tcrit1_hyst_7645 show_tcrit1_hyst 0 7645 NULL
-+write_priomap_7648 write_priomap 0-3 7648 NULL
-+ceph_fsync_7650 ceph_fsync 0 7650 NULL
-+ipath_sdma_get_inflight_7652 ipath_sdma_get_inflight 0 7652 NULL nohasharray
-+iwl_pcie_nic_init_7652 iwl_pcie_nic_init 0 7652 &ipath_sdma_get_inflight_7652
-+xfs_bmap_btalloc_nullfb_7654 xfs_bmap_btalloc_nullfb 0 7654 NULL
-+show_fc_rport_supported_classes_7658 show_fc_rport_supported_classes 0 7658 NULL
-+fault_inject_write_7662 fault_inject_write 3-0 7662 NULL
-+rng_recvmsg_7665 rng_recvmsg 3 7665 NULL
-+ds1305_set_alarm_7667 ds1305_set_alarm 0 7667 NULL
-+acpi_bus_init_power_7670 acpi_bus_init_power 0 7670 NULL
-+tcm_qla2xxx_tpg_attrib_store_generate_node_acls_7674 tcm_qla2xxx_tpg_attrib_store_generate_node_acls 0-3 7674 NULL
-+b43legacy_upload_microcode_7683 b43legacy_upload_microcode 0 7683 NULL nohasharray
-+fm10k_setup_tx_resources_7683 fm10k_setup_tx_resources 0 7683 &b43legacy_upload_microcode_7683
-+acpi_ex_allocate_name_string_7685 acpi_ex_allocate_name_string 1-2 7685 NULL nohasharray
-+skb_copy_expand_7685 skb_copy_expand 3-2 7685 &acpi_ex_allocate_name_string_7685
-+card_id_store_attr_7688 card_id_store_attr 0-4 7688 NULL
-+ip_options_get_finish_7691 ip_options_get_finish 0 7691 NULL
-+device_show_7693 device_show 0 7693 NULL nohasharray
-+tpu_pwm_set_polarity_7693 tpu_pwm_set_polarity 0 7693 &device_show_7693
-+xfs_da3_blk_link_7697 xfs_da3_blk_link 0 7697 NULL
-+acpi_ns_get_pathname_length_7699 acpi_ns_get_pathname_length 0 7699 NULL
-+bnx2_init_nic_7703 bnx2_init_nic 0 7703 NULL
-+dev_info_set_7705 dev_info_set 0 7705 NULL
-+dev_write_7708 dev_write 3-0 7708 NULL nohasharray
-+ds2781_get_rsgain_setting_7708 ds2781_get_rsgain_setting 0 7708 &dev_write_7708
-+unmap_region_7709 unmap_region 1 7709 NULL
-+nilfs_segbuf_write_7710 nilfs_segbuf_write 0 7710 NULL
-+show_7711 show 0 7711 NULL
-+dbg_check_cats_7713 dbg_check_cats 0 7713 NULL
-+sys_pread64_7721 sys_pread64 3 7721 NULL
-+tpm2_get_random_7727 tpm2_get_random 0-3 7727 NULL
-+pci_raw_set_power_state_7729 pci_raw_set_power_state 0 7729 NULL
-+emul_temp_store_7730 emul_temp_store 0-4 7730 NULL
-+__btrfs_add_ordered_extent_7745 __btrfs_add_ordered_extent 0 7745 NULL nohasharray
-+bitmap_read_sb_7745 bitmap_read_sb 0 7745 &__btrfs_add_ordered_extent_7745
-+ip_vs_forward_icmp_7747 ip_vs_forward_icmp 0 7747 NULL
-+ndo_set_mac_address_7748 ndo_set_mac_address 0 7748 NULL
-+ina2xx_show_value_7749 ina2xx_show_value 0 7749 NULL
-+write_7751 write 0 7751 NULL
-+vxge_device_register_7752 vxge_device_register 4 7752 NULL
-+snd_seq_set_queue_tempo_7755 snd_seq_set_queue_tempo 0 7755 NULL
-+snd_seq_ioctl_set_queue_timer_7760 snd_seq_ioctl_set_queue_timer 0 7760 NULL
-+isl12022_rtc_read_time_7761 isl12022_rtc_read_time 0 7761 NULL
-+b43_wireless_core_init_7762 b43_wireless_core_init 0 7762 NULL
-+ubi_io_read_vid_hdr_7766 ubi_io_read_vid_hdr 0 7766 NULL
-+iwl_dbgfs_bt_cmd_read_7770 iwl_dbgfs_bt_cmd_read 3-0 7770 NULL
-+lpfc_used_vpi_show_7773 lpfc_used_vpi_show 0 7773 NULL
-+alloc_candev_7776 alloc_candev 2-1 7776 NULL
-+wcn36xx_smd_open_7779 wcn36xx_smd_open 0 7779 NULL
-+solo_start_streaming_7780 solo_start_streaming 0 7780 NULL
-+__videobuf_read_start_7782 __videobuf_read_start 0 7782 NULL nohasharray
-+iwl_mvm_binding_add_vif_7782 iwl_mvm_binding_add_vif 0 7782 &__videobuf_read_start_7782
-+dfs_global_file_read_7787 dfs_global_file_read 3-0 7787 NULL
-+bnx2_nvram_write_7790 bnx2_nvram_write 2-4 7790 NULL
-+diva_os_copy_from_user_7792 diva_os_copy_from_user 4 7792 NULL nohasharray
-+lustre_packed_msg_size_7792 lustre_packed_msg_size 0 7792 &diva_os_copy_from_user_7792
-+__uncore_wrap_mode_show_7796 __uncore_wrap_mode_show 0 7796 NULL
-+pcxhr_pll_freq_register_7798 pcxhr_pll_freq_register 0 7798 NULL
-+kasan_module_alloc_7800 kasan_module_alloc 2 7800 NULL
-+get_link_af_size_7802 get_link_af_size 0 7802 NULL nohasharray
-+cyapa_i2c_reg_write_block_7802 cyapa_i2c_reg_write_block 0 7802 &get_link_af_size_7802
-+toshiba_usb_rapid_charge_get_7805 toshiba_usb_rapid_charge_get 0 7805 NULL
-+ecm_opts_qmult_show_7809 ecm_opts_qmult_show 0 7809 NULL
-+s2250_s_ctrl_7810 s2250_s_ctrl 0 7810 NULL nohasharray
-+cnic_netdev_event_7810 cnic_netdev_event 0 7810 &s2250_s_ctrl_7810
-+gdm_lte_receive_pkt_7825 gdm_lte_receive_pkt 3 7825 NULL
-+seq_buf_alloc_7828 seq_buf_alloc 1 7828 NULL nohasharray
-+ubifs_leb_read_7828 ubifs_leb_read 0 7828 &seq_buf_alloc_7828
-+show_7835 show 0 7835 NULL
-+xfs_alloc_find_best_extent_7837 xfs_alloc_find_best_extent 0 7837 NULL
-+acpi_execute_simple_method_7840 acpi_execute_simple_method 0 7840 NULL
-+enable_7841 enable 0 7841 NULL nohasharray
-+il_send_cmd_7841 il_send_cmd 0 7841 &enable_7841
-+intel_fbdev_set_par_7848 intel_fbdev_set_par 0 7848 NULL
-+be_mcc_wait_compl_7854 be_mcc_wait_compl 0 7854 NULL
-+da9052_reg_update_7858 da9052_reg_update 0 7858 NULL
-+cfs_trace_dump_debug_buffer_usrstr_7861 cfs_trace_dump_debug_buffer_usrstr 2 7861 NULL
-+snd_intel8x0m_pcm_trigger_7864 snd_intel8x0m_pcm_trigger 0 7864 NULL nohasharray
-+ixgbe_set_vfta_82598_7864 ixgbe_set_vfta_82598 0 7864 &snd_intel8x0m_pcm_trigger_7864 nohasharray
-+__add_pages_7864 __add_pages 0 7864 &ixgbe_set_vfta_82598_7864
-+hdcs_set_state_7870 hdcs_set_state 0 7870 NULL
-+t4_wr_mbox_ns_7872 t4_wr_mbox_ns 0 7872 NULL
-+qla2x00_diag_requests_show_7874 qla2x00_diag_requests_show 0 7874 NULL
-+tipc_alloc_entry_7875 tipc_alloc_entry 2 7875 NULL nohasharray
-+t4_sge_alloc_ctrl_txq_7875 t4_sge_alloc_ctrl_txq 0 7875 &tipc_alloc_entry_7875
-+mac802154_header_create_7877 mac802154_header_create 0 7877 NULL
-+request_7878 request 0 7878 NULL
-+pn533_set_configuration_7881 pn533_set_configuration 4 7881 NULL nohasharray
-+nilfs_sufile_mark_dirty_7881 nilfs_sufile_mark_dirty 0 7881 &pn533_set_configuration_7881
-+gfs2_permission_7884 gfs2_permission 0 7884 NULL
-+rmobile_reset_handler_7887 rmobile_reset_handler 0 7887 NULL nohasharray
-+__ixgbe_enable_sriov_7887 __ixgbe_enable_sriov 0 7887 &rmobile_reset_handler_7887
-+mvs_phy_control_7890 mvs_phy_control 0 7890 NULL nohasharray
-+balloon_init_watcher_7890 balloon_init_watcher 0 7890 &mvs_phy_control_7890
-+dvb_dmxdev_read_sec_7892 dvb_dmxdev_read_sec 4-0 7892 NULL
-+sctp_assoc_set_id_7894 sctp_assoc_set_id 0 7894 NULL
-+xfs_trans_get_efi_7898 xfs_trans_get_efi 2 7898 NULL
-+show_7906 show 0 7906 NULL
-+ext3_group_extend_7911 ext3_group_extend 3 7911 NULL
-+show_volt_min_7916 show_volt_min 0 7916 NULL nohasharray
-+acpi_suspend_enter_7916 acpi_suspend_enter 0 7916 &show_volt_min_7916
-+libfc_host_alloc_7917 libfc_host_alloc 2 7917 NULL
-+show_pwm_at_crit_7923 show_pwm_at_crit 0 7923 NULL
-+wl1251_boot_7924 wl1251_boot 0 7924 NULL
-+sdev_show_eh_timeout_7929 sdev_show_eh_timeout 0 7929 NULL
-+f_hidg_write_7932 f_hidg_write 3 7932 NULL
-+iwl_dbgfs_bt_force_ant_write_7937 iwl_dbgfs_bt_force_ant_write 0-3 7937 NULL
-+ata_scsi_park_show_7938 ata_scsi_park_show 0 7938 NULL nohasharray
-+qla24xx_vport_create_7938 qla24xx_vport_create 0 7938 &ata_scsi_park_show_7938 nohasharray
-+ftrace_hash_move_7938 ftrace_hash_move 0 7938 &qla24xx_vport_create_7938
-+ali1563_block_7941 ali1563_block 0 7941 NULL nohasharray
-+do_set_rxtrig_7941 do_set_rxtrig 0 7941 &ali1563_block_7941
-+wl1271_cmd_ext_radio_parms_7942 wl1271_cmd_ext_radio_parms 0 7942 NULL
-+alloc_block_7943 alloc_block 0 7943 NULL nohasharray
-+fsnotify_7943 fsnotify 0 7943 &alloc_block_7943
-+target_core_dev_wwn_store_attr_vpd_assoc_logical_unit_7947 target_core_dev_wwn_store_attr_vpd_assoc_logical_unit 0-3 7947 NULL
-+get_formats_7949 get_formats 0 7949 NULL
-+multicast_membership_interval_show_7950 multicast_membership_interval_show 0 7950 NULL
-+ubifs_lpt_post_commit_7952 ubifs_lpt_post_commit 0 7952 NULL
-+ixgbe_write_mbx_pf_7953 ixgbe_write_mbx_pf 0 7953 NULL
-+integrity_digsig_verify_7956 integrity_digsig_verify 3 7956 NULL
-+clk_set_rate_7957 clk_set_rate 0 7957 NULL
-+smk_write_load_self_7958 smk_write_load_self 3-0 7958 NULL
-+msi2500_ctrl_msg_7960 msi2500_ctrl_msg 0 7960 NULL nohasharray
-+can_clear_store_7960 can_clear_store 0-3 7960 &msi2500_ctrl_msg_7960
-+bd2802_store_wave_pattern_7961 bd2802_store_wave_pattern 0-4 7961 NULL
-+protection_mode_show_7963 protection_mode_show 0 7963 NULL
-+pm8001_ctl_logging_level_store_7964 pm8001_ctl_logging_level_store 0-4 7964 NULL
-+sha512_ssse3_update_7971 sha512_ssse3_update 0 7971 NULL
-+ath10k_wmi_alloc_skb_7974 ath10k_wmi_alloc_skb 2 7974 NULL
-+vidioc_dqbuf_7975 vidioc_dqbuf 0 7975 NULL
-+dlm_user_convert_7982 dlm_user_convert 0 7982 NULL
-+target_fabric_mappedlun_attr_show_7986 target_fabric_mappedlun_attr_show 0 7986 NULL nohasharray
-+_block_isbad_7986 _block_isbad 0 7986 &target_fabric_mappedlun_attr_show_7986 nohasharray
-+wl1251_acx_event_mbox_mask_7986 wl1251_acx_event_mbox_mask 0 7986 &_block_isbad_7986
-+sys_mbind_7990 sys_mbind 5 7990 NULL nohasharray
-+qlcnic_fw_cmd_set_mtu_7990 qlcnic_fw_cmd_set_mtu 0 7990 &sys_mbind_7990
-+gsc_m2m_buf_prepare_7992 gsc_m2m_buf_prepare 0 7992 NULL
-+ipg_nic_stop_7998 ipg_nic_stop 0 7998 NULL
-+ipmi_set_timeout_8005 ipmi_set_timeout 0 8005 NULL
-+fb_set_par_8006 fb_set_par 0 8006 NULL
-+write_room_8009 write_room 0 8009 NULL
-+nfs_commit_inode_8011 nfs_commit_inode 0 8011 NULL
-+tt3650_ci_msg_locked_8013 tt3650_ci_msg_locked 4 8013 NULL nohasharray
-+ip6gre_tap_init_8013 ip6gre_tap_init 0 8013 &tt3650_ci_msg_locked_8013 nohasharray
-+xfs_break_layouts_8013 xfs_break_layouts 0 8013 &ip6gre_tap_init_8013
-+vcs_read_8017 vcs_read 3-0 8017 NULL
-+cx18_s_audio_mode_8020 cx18_s_audio_mode 0 8020 NULL
-+aux3_show_8025 aux3_show 0 8025 NULL
-+cifs_sync_write_8031 cifs_sync_write 0 8031 NULL nohasharray
-+snd_seq_oss_synth_load_patch_8031 snd_seq_oss_synth_load_patch 0 8031 &cifs_sync_write_8031
-+ath10k_vdev_start_restart_8033 ath10k_vdev_start_restart 0 8033 NULL
-+fuse_copy_fill_8034 fuse_copy_fill 0 8034 NULL nohasharray
-+snd_hdac_bus_exec_verb_8034 snd_hdac_bus_exec_verb 0 8034 &fuse_copy_fill_8034
-+led_set_flash_brightness_8039 led_set_flash_brightness 0 8039 NULL
-+bma180_show_scale_avail_8040 bma180_show_scale_avail 0 8040 NULL nohasharray
-+copy_gr_arg_normal_8040 copy_gr_arg_normal 0 8040 &bma180_show_scale_avail_8040
-+security_syslog_8042 security_syslog 0 8042 NULL
-+wakeup_last_time_show_8047 wakeup_last_time_show 0 8047 NULL
-+iser_rcv_completion_8048 iser_rcv_completion 2 8048 NULL
-+fuse_read_single_forget_8058 fuse_read_single_forget 0 8058 NULL
-+selinux_task_setnice_8061 selinux_task_setnice 0 8061 NULL
-+show_sas_end_dev_ready_led_meaning_8068 show_sas_end_dev_ready_led_meaning 0 8068 NULL
-+leb_read_lock_8070 leb_read_lock 0 8070 NULL nohasharray
-+reiserfs_sync_file_8070 reiserfs_sync_file 0 8070 &leb_read_lock_8070 nohasharray
-+b43legacy_setup_modes_8070 b43legacy_setup_modes 0 8070 &reiserfs_sync_file_8070
-+spi_write_then_read_8073 spi_write_then_read 5-3-0 8073 NULL nohasharray
-+dib0700_i2c_xfer_new_8073 dib0700_i2c_xfer_new 0 8073 &spi_write_then_read_8073 nohasharray
-+waitwarn_us_write_8073 waitwarn_us_write 3-0 8073 &dib0700_i2c_xfer_new_8073 nohasharray
-+set_pwm_8073 set_pwm 0-4 8073 &waitwarn_us_write_8073
-+alloc_targets_8074 alloc_targets 2 8074 NULL nohasharray
-+qla4xxx_post_ping_evt_work_8074 qla4xxx_post_ping_evt_work 4 8074 &alloc_targets_8074 nohasharray
-+current_has_perm_8074 current_has_perm 0 8074 &qla4xxx_post_ping_evt_work_8074 nohasharray
-+reiserfs_setattr_8074 reiserfs_setattr 0 8074 &current_has_perm_8074
-+gfs2_quota_lock_check_8075 gfs2_quota_lock_check 0 8075 NULL
-+new_id_show_8076 new_id_show 0 8076 NULL nohasharray
-+command_setcompressiontarget_8076 command_setcompressiontarget 0 8076 &new_id_show_8076
-+strict_show_8078 strict_show 0 8078 NULL
-+room_for_filename_8085 room_for_filename 3 8085 NULL
-+elan_smbus_calibrate_8090 elan_smbus_calibrate 0 8090 NULL
-+sys_get_trip_type_8091 sys_get_trip_type 0 8091 NULL nohasharray
-+store_spd_enb_8091 store_spd_enb 0-4 8091 &sys_get_trip_type_8091
-+fw_suspend_8094 fw_suspend 0 8094 NULL
-+ext2_commit_chunk_8097 ext2_commit_chunk 3 8097 NULL
-+ds2781_write_8099 ds2781_write 4-3-0 8099 NULL
-+input_dev_show_cap_msc_8102 input_dev_show_cap_msc 0 8102 NULL
-+vmbus_sendpacket_pagebuffer_ctl_8103 vmbus_sendpacket_pagebuffer_ctl 0 8103 NULL
-+csrow_ue_count_show_8104 csrow_ue_count_show 0 8104 NULL
-+ax88179_read_cmd_8105 ax88179_read_cmd 5 8105 NULL
-+show_bpdu_guard_8110 show_bpdu_guard 0 8110 NULL
-+uart_get_attr_port_8112 uart_get_attr_port 0 8112 NULL
-+client_monitor_conn_id_show_8114 client_monitor_conn_id_show 0 8114 NULL
-+ds3234_read_time_8117 ds3234_read_time 0 8117 NULL
-+pch_i2c_xfer_8118 pch_i2c_xfer 0-3 8118 NULL
-+vsp1_video_queue_setup_8120 vsp1_video_queue_setup 0 8120 NULL nohasharray
-+gp2ap020a00f_buffer_postenable_8120 gp2ap020a00f_buffer_postenable 0 8120 &vsp1_video_queue_setup_8120
-+venus_lookup_8121 venus_lookup 4 8121 NULL
-+start_recovery_write_8122 start_recovery_write 0-3 8122 NULL
-+lm3533_als_set_threshold_8125 lm3533_als_set_threshold 0 8125 NULL
-+snd_es1968_pcm_prepare_8126 snd_es1968_pcm_prepare 0 8126 NULL
-+ieee80211_if_fmt_num_buffered_multicast_8127 ieee80211_if_fmt_num_buffered_multicast 3 8127 NULL
-+acpi_ds_build_internal_object_8129 acpi_ds_build_internal_object 0 8129 NULL
-+dlm_user_request_8131 dlm_user_request 0 8131 NULL nohasharray
-+adp8860_bl_ambient_light_zone_store_8131 adp8860_bl_ambient_light_zone_store 0-4 8131 &dlm_user_request_8131
-+mcs_statistics_write_8132 mcs_statistics_write 0-3 8132 NULL
-+next_signal_8135 next_signal 0 8135 NULL
-+mt9m111_set_blue_balance_8136 mt9m111_set_blue_balance 0 8136 NULL
-+mxt_check_bootloader_8143 mxt_check_bootloader 0 8143 NULL
-+iwl_mvm_up_8144 iwl_mvm_up 0 8144 NULL nohasharray
-+deadline_front_merges_store_8144 deadline_front_merges_store 3-0 8144 &iwl_mvm_up_8144
-+acpi_ps_complete_this_op_8145 acpi_ps_complete_this_op 0 8145 NULL nohasharray
-+xfs_da3_split_8145 xfs_da3_split 0 8145 &acpi_ps_complete_this_op_8145
-+reload_store_8150 reload_store 0-4 8150 NULL
-+asd_can_queue_8155 asd_can_queue 0 8155 NULL nohasharray
-+drivename_show_8155 drivename_show 0 8155 &asd_can_queue_8155
-+nouveau_hwmon_temp1_auto_point1_temp_hyst_8156 nouveau_hwmon_temp1_auto_point1_temp_hyst 0 8156 NULL
-+ocfs2_xattr_trusted_set_8157 ocfs2_xattr_trusted_set 0 8157 NULL
-+ath10k_wmi_set_ap_ps_param_8160 ath10k_wmi_set_ap_ps_param 0 8160 NULL
-+num_writes_show_8162 num_writes_show 0 8162 NULL
-+show_fcstat_fcp_control_requests_8163 show_fcstat_fcp_control_requests 0 8163 NULL
-+fm_tx_set_mute_mode_8166 fm_tx_set_mute_mode 0 8166 NULL
-+cxacru_sysfs_showattr_s8_8168 cxacru_sysfs_showattr_s8 0 8168 NULL
-+power_limit_1_min_uw_show_8172 power_limit_1_min_uw_show 0 8172 NULL
-+qib_ctxt_info_8173 qib_ctxt_info 0 8173 NULL
-+kxtj9_set_poll_8177 kxtj9_set_poll 0-4 8177 NULL
-+dma_map_area_8178 dma_map_area 3-2-5 8178 NULL
-+ore_truncate_8181 ore_truncate 0 8181 NULL nohasharray
-+mlx4_en_activate_tx_ring_8181 mlx4_en_activate_tx_ring 0 8181 &ore_truncate_8181
-+show_iface_max_burst_len_8182 show_iface_max_burst_len 0 8182 NULL
-+hci_sock_recvmsg_8184 hci_sock_recvmsg 3 8184 NULL
-+lp3943_update_bits_8185 lp3943_update_bits 0 8185 NULL
-+ieee80211_if_fmt_dot11MeshHoldingTimeout_8187 ieee80211_if_fmt_dot11MeshHoldingTimeout 3 8187 NULL
-+write_classid_8189 write_classid 0 8189 NULL
-+rx_frame_errors_show_8192 rx_frame_errors_show 0 8192 NULL
-+bq2415x_sysfs_set_timer_8199 bq2415x_sysfs_set_timer 0-4 8199 NULL
-+bt_sock_wait_ready_8201 bt_sock_wait_ready 0 8201 NULL
-+class_osdblk_list_8202 class_osdblk_list 0 8202 NULL
-+target_stat_scsi_tgt_dev_show_attr_indx_8203 target_stat_scsi_tgt_dev_show_attr_indx 0 8203 NULL nohasharray
-+bond_option_min_links_set_8203 bond_option_min_links_set 0 8203 &target_stat_scsi_tgt_dev_show_attr_indx_8203
-+mt9m111_set_auto_white_balance_8204 mt9m111_set_auto_white_balance 0 8204 NULL
-+qlcnic_sysfs_validate_mem_8205 qlcnic_sysfs_validate_mem 0 8205 NULL nohasharray
-+nfs_commit_set_lock_8205 nfs_commit_set_lock 0 8205 &qlcnic_sysfs_validate_mem_8205
-+recent_mt_proc_write_8206 recent_mt_proc_write 3-0 8206 NULL
-+__ocfs2_lock_refcount_tree_8207 __ocfs2_lock_refcount_tree 0 8207 NULL
-+rt2x00debug_write_bbp_8212 rt2x00debug_write_bbp 3-0 8212 NULL
-+ad7879_spi_multi_read_8218 ad7879_spi_multi_read 3 8218 NULL
-+play_iframe_8219 play_iframe 3 8219 NULL
-+elants_i2c_read_8222 elants_i2c_read 3-0 8222 NULL
-+ath10k_thermal_set_cur_dutycycle_8224 ath10k_thermal_set_cur_dutycycle 0 8224 NULL
-+show_iface_port_8225 show_iface_port 0 8225 NULL nohasharray
-+pcmciamtd_suspend_8225 pcmciamtd_suspend 0 8225 &show_iface_port_8225
-+twl_pwm_config_8227 twl_pwm_config 0 8227 NULL
-+qlcnic_sysfs_read_mem_8231 qlcnic_sysfs_read_mem 0-6-5 8231 NULL
-+integrity_attr_show_8235 integrity_attr_show 0 8235 NULL
-+iscsit_ta_login_timeout_8238 iscsit_ta_login_timeout 0 8238 NULL
-+show_pwm_sensor_8243 show_pwm_sensor 0 8243 NULL
-+check_xattr_ref_inode_8244 check_xattr_ref_inode 0 8244 NULL
-+show_state_disable_8251 show_state_disable 0 8251 NULL
-+nfs_flush_incompatible_8252 nfs_flush_incompatible 0 8252 NULL
-+add_rx_skb_8257 add_rx_skb 3 8257 NULL nohasharray
-+statfs_sync_store_8257 statfs_sync_store 0-3 8257 &add_rx_skb_8257
-+__uncore_filter_nid_show_8259 __uncore_filter_nid_show 0 8259 NULL nohasharray
-+srpt_tpg_store_enable_8259 srpt_tpg_store_enable 0-3 8259 &__uncore_filter_nid_show_8259
-+t3_init_l2t_8261 t3_init_l2t 1 8261 NULL
-+pci_map_sg_8269 pci_map_sg 3 8269 NULL
-+ntc_thermistor_get_ohm_8270 ntc_thermistor_get_ohm 0 8270 NULL
-+init_cdev_8274 init_cdev 1 8274 NULL
-+blk_cpu_notify_8275 blk_cpu_notify 0 8275 NULL
-+s2io_get_sset_count_8277 s2io_get_sset_count 0 8277 NULL
-+rproc_recovery_write_8281 rproc_recovery_write 3-0 8281 NULL
-+write_file_dummy_8282 write_file_dummy 0-3 8282 NULL nohasharray
-+wlan_store_8282 wlan_store 4-0 8282 &write_file_dummy_8282
-+tcp_listen_for_all_8285 tcp_listen_for_all 0 8285 NULL
-+mlx5_core_create_mkey_8290 mlx5_core_create_mkey 0 8290 NULL
-+rtl92d_download_fw_8295 rtl92d_download_fw 0 8295 NULL
-+hotkey_wakeup_reason_show_8301 hotkey_wakeup_reason_show 0 8301 NULL
-+setsockopt_8304 setsockopt 0 8304 NULL
-+target_stat_scsi_lu_show_attr_lu_name_8305 target_stat_scsi_lu_show_attr_lu_name 0 8305 NULL
-+qib_decode_7220_err_8315 qib_decode_7220_err 3 8315 NULL
-+uevent_store_8319 uevent_store 0-4 8319 NULL
-+ipwireless_send_packet_8328 ipwireless_send_packet 4 8328 NULL
-+niu_set_tcam_key_8334 niu_set_tcam_key 0 8334 NULL
-+amd_xgbe_phy_set_an_8336 amd_xgbe_phy_set_an 0 8336 NULL
-+ip6_make_skb_8338 ip6_make_skb 4-5 8338 NULL nohasharray
-+vsock_stream_setsockopt_8338 vsock_stream_setsockopt 0 8338 &ip6_make_skb_8338
-+bond_option_primary_set_8343 bond_option_primary_set 0 8343 NULL
-+tracing_entries_read_8345 tracing_entries_read 3 8345 NULL
-+sel_make_policycap_8346 sel_make_policycap 0 8346 NULL
-+ieee80211_if_fmt_ht_opmode_8347 ieee80211_if_fmt_ht_opmode 3 8347 NULL
-+target_core_dev_pr_show_attr_res_type_8349 target_core_dev_pr_show_attr_res_type 0 8349 NULL
-+sync_request_8350 sync_request 2 8350 NULL
-+nfs4_lookup_root_sec_8353 nfs4_lookup_root_sec 0 8353 NULL
-+prop_compression_apply_8354 prop_compression_apply 0 8354 NULL nohasharray
-+open_candev_8354 open_candev 0 8354 &prop_compression_apply_8354
-+generic_write_sync_8358 generic_write_sync 0 8358 NULL
-+qlcnic_open_8359 qlcnic_open 0 8359 NULL
-+isku_sysfs_write_talk_8360 isku_sysfs_write_talk 6-0-5 8360 NULL
-+vmalloc_usercopy_8361 vmalloc_usercopy 1 8361 NULL
-+ath6kl_lrssi_roam_write_8362 ath6kl_lrssi_roam_write 3-0 8362 NULL nohasharray
-+batadv_sysfs_add_vlan_8362 batadv_sysfs_add_vlan 0 8362 &ath6kl_lrssi_roam_write_8362
-+alloc_sleep_millisecs_store_8364 alloc_sleep_millisecs_store 0-4 8364 NULL
-+update_read_page_8368 update_read_page 0-2 8368 NULL nohasharray
-+chv_gpio_request_enable_8368 chv_gpio_request_enable 0 8368 &update_read_page_8368
-+nilfs_statfs_8369 nilfs_statfs 0 8369 NULL
-+wil_open_8375 wil_open 0 8375 NULL
-+ndo_init_8377 ndo_init 0 8377 NULL
-+read_ahead_kb_show_8378 read_ahead_kb_show 0 8378 NULL
-+set_auto_pwm_8383 set_auto_pwm 0-4 8383 NULL
-+store_tabletMouseMiddle_8384 store_tabletMouseMiddle 0-4 8384 NULL
-+carl9170_op_add_interface_8386 carl9170_op_add_interface 0 8386 NULL
-+hfsplus_brec_remove_8389 hfsplus_brec_remove 0 8389 NULL
-+bDeviceProtocol_show_8392 bDeviceProtocol_show 0 8392 NULL
-+xdi_copy_from_user_8395 xdi_copy_from_user 4 8395 NULL
-+brightness_set_8396 brightness_set 0 8396 NULL
-+config_8403 config 0 8403 NULL
-+zd_rf_scnprint_id_8406 zd_rf_scnprint_id 0-3 8406 NULL
-+smk_write_change_rule_8411 smk_write_change_rule 3-0 8411 NULL
-+atkbd_show_set_8414 atkbd_show_set 0 8414 NULL
-+show_rc6_ms_8417 show_rc6_ms 0 8417 NULL
-+alua_activate_8420 alua_activate 0 8420 NULL
-+patch_atihdmi_8421 patch_atihdmi 0 8421 NULL
-+keyspan_open_8429 keyspan_open 0 8429 NULL
-+roccat_common2_sysfs_read_8431 roccat_common2_sysfs_read 6-0 8431 NULL
-+capability_set_8433 capability_set 0-4 8433 NULL
-+snd_usb_ctl_msg_8436 snd_usb_ctl_msg 8-0 8436 NULL
-+irq_create_mapping_8437 irq_create_mapping 0-2 8437 NULL nohasharray
-+nfs_sync_inode_8437 nfs_sync_inode 0 8437 &irq_create_mapping_8437
-+sk_stream_wait_memory_8438 sk_stream_wait_memory 0 8438 NULL
-+generic_bin_search_8440 generic_bin_search 0 8440 NULL
-+get_b_bus_req_8443 get_b_bus_req 0 8443 NULL
-+lp3971_dcdc_enable_8444 lp3971_dcdc_enable 0 8444 NULL
-+sl_init_8447 sl_init 0 8447 NULL
-+wacom_btnimg7_store_8448 wacom_btnimg7_store 0-4 8448 NULL
-+hugetlb_vmtruncate_8449 hugetlb_vmtruncate 0 8449 NULL
-+l2cap_chan_connect_8450 l2cap_chan_connect 0 8450 NULL
-+target_fabric_tpg_param_attr_show_8451 target_fabric_tpg_param_attr_show 0 8451 NULL
-+tgr160_final_8455 tgr160_final 0 8455 NULL
-+afs_write_end_8456 afs_write_end 0-5 8456 NULL nohasharray
-+tcam_wait_bit_8456 tcam_wait_bit 0 8456 &afs_write_end_8456
-+ring_wait_for_space_8457 ring_wait_for_space 0 8457 NULL
-+adcxx_show_max_8459 adcxx_show_max 0 8459 NULL
-+ipw_write_room_8464 ipw_write_room 0 8464 NULL nohasharray
-+qlcnic_82xx_get_cap_size_8464 qlcnic_82xx_get_cap_size 0 8464 &ipw_write_room_8464
-+multicast_last_member_interval_show_8468 multicast_last_member_interval_show 0 8468 NULL nohasharray
-+cifs_get_inode_info_8468 cifs_get_inode_info 0 8468 &multicast_last_member_interval_show_8468
-+acpi_ds_eval_region_operands_8469 acpi_ds_eval_region_operands 0 8469 NULL nohasharray
-+radeon_set_dpm_forced_performance_level_8469 radeon_set_dpm_forced_performance_level 0-4 8469 &acpi_ds_eval_region_operands_8469
-+asd_write_flash_seg_8471 asd_write_flash_seg 0 8471 NULL
-+lpfc_oas_tgt_show_8472 lpfc_oas_tgt_show 0 8472 NULL
-+apds990x_lux_calib_format_show_8480 apds990x_lux_calib_format_show 0 8480 NULL
-+afs_cell_lookup_8482 afs_cell_lookup 2 8482 NULL
-+usbip_debug_store_8490 usbip_debug_store 0-4 8490 NULL
-+ecp_write_addr_8491 ecp_write_addr 0 8491 NULL
-+snd_timer_open_8492 snd_timer_open 0 8492 NULL
-+rpcauth_key_timeout_notify_8494 rpcauth_key_timeout_notify 0 8494 NULL
-+in0_input_show_8498 in0_input_show 0 8498 NULL
-+i40e_init_msix_8499 i40e_init_msix 0 8499 NULL
-+fore200e_chunk_alloc_8501 fore200e_chunk_alloc 4-3 8501 NULL
-+ecryptfs_calculate_md5_8504 ecryptfs_calculate_md5 0 8504 NULL
-+dev_config_8506 dev_config 3 8506 NULL
-+ACL_to_cifs_posix_8509 ACL_to_cifs_posix 3 8509 NULL nohasharray
-+kgdb_notify_8509 kgdb_notify 0 8509 &ACL_to_cifs_posix_8509
-+sctp_v6_to_addr_param_8513 sctp_v6_to_addr_param 0 8513 NULL
-+nouveau_platform_device_create__8514 nouveau_platform_device_create_ 2 8514 NULL
-+acpi_ps_complete_op_8518 acpi_ps_complete_op 0-3 8518 NULL nohasharray
-+spi_bus_unlock_8518 spi_bus_unlock 0 8518 &acpi_ps_complete_op_8518
-+swap_writepage_8522 swap_writepage 0 8522 NULL
-+opticon_process_data_packet_8524 opticon_process_data_packet 3 8524 NULL
-+ieee802154_sock_sendmsg_8526 ieee802154_sock_sendmsg 0-4 8526 NULL
-+snd_malloc_sgbuf_pages_8532 snd_malloc_sgbuf_pages 2 8532 NULL nohasharray
-+pnp_resource_len_8532 pnp_resource_len 0 8532 &snd_malloc_sgbuf_pages_8532
-+alloc_pg_vec_8533 alloc_pg_vec 2 8533 NULL
-+ath10k_htt_rx_ring_fill_n_8535 ath10k_htt_rx_ring_fill_n 0 8535 NULL
-+lvs_rh_clear_port_feature_8537 lvs_rh_clear_port_feature 0 8537 NULL
-+de_alloc_rings_8538 de_alloc_rings 0 8538 NULL
-+bh1770_lux_result_show_8541 bh1770_lux_result_show 0 8541 NULL nohasharray
-+ubifs_tnc_remove_ino_8541 ubifs_tnc_remove_ino 0 8541 &bh1770_lux_result_show_8541 nohasharray
-+niu_zcp_read_8541 niu_zcp_read 0 8541 &ubifs_tnc_remove_ino_8541
-+panel_power_on_show_8542 panel_power_on_show 0 8542 NULL nohasharray
-+disarm_req_delay_8542 disarm_req_delay 0 8542 &panel_power_on_show_8542
-+asix_write_gpio_8552 asix_write_gpio 0 8552 NULL
-+ax88172a_reset_8555 ax88172a_reset 0 8555 NULL
-+profile_remove_8556 profile_remove 3-0 8556 NULL nohasharray
-+show_pwm_interpolate_8556 show_pwm_interpolate 0 8556 &profile_remove_8556 nohasharray
-+mask_and_set_register_interruptible_8556 mask_and_set_register_interruptible 0 8556 &show_pwm_interpolate_8556
-+tm6000_radio_s_ctrl_8559 tm6000_radio_s_ctrl 0 8559 NULL
-+btrfs_submit_bio_hook_8560 btrfs_submit_bio_hook 0 8560 NULL nohasharray
-+write_8560 write 0 8560 &btrfs_submit_bio_hook_8560
-+ixgb_open_8565 ixgb_open 0 8565 NULL
-+set_volume_8569 set_volume 0 8569 NULL
-+cache_slow_downcall_8570 cache_slow_downcall 2-0 8570 NULL
-+mga_ioremap_8571 mga_ioremap 1-2 8571 NULL
-+isr_dma0_done_read_8574 isr_dma0_done_read 3-0 8574 NULL nohasharray
-+store_engine3_load_8574 store_engine3_load 0-4 8574 &isr_dma0_done_read_8574
-+tower_write_8580 tower_write 3-0 8580 NULL
-+cmd_wait_8582 cmd_wait 0 8582 NULL
-+quota_refresh_user_store_8597 quota_refresh_user_store 0-3 8597 NULL
-+sctp_user_addto_chunk_8602 sctp_user_addto_chunk 2 8602 NULL nohasharray
-+generic_set_freq_8602 generic_set_freq 0 8602 &sctp_user_addto_chunk_8602 nohasharray
-+iwl_run_init_ucode_8602 iwl_run_init_ucode 0 8602 &generic_set_freq_8602
-+rtllib_MFIE_rate_len_8606 rtllib_MFIE_rate_len 0 8606 NULL
-+i_ipmi_set_timeout_8609 i_ipmi_set_timeout 0 8609 NULL
-+ocores_xfer_8613 ocores_xfer 0-3 8613 NULL
-+cfs_cpt_number_8618 cfs_cpt_number 0 8618 NULL
-+shash_setkey_unaligned_8620 shash_setkey_unaligned 3-0 8620 NULL nohasharray
-+ext2_statfs_8620 ext2_statfs 0 8620 &shash_setkey_unaligned_8620
-+__dev_set_allmulti_8622 __dev_set_allmulti 0 8622 NULL
-+xfs_qm_dqattach_locked_8625 xfs_qm_dqattach_locked 0 8625 NULL
-+cifs_negotiate_8626 cifs_negotiate 0 8626 NULL
-+iwl_pcie_load_cpu_sections_8000_8627 iwl_pcie_load_cpu_sections_8000 0 8627 NULL
-+it821x_firmware_command_8628 it821x_firmware_command 3 8628 NULL
-+scsi_dma_map_8632 scsi_dma_map 0 8632 NULL
-+sh_vou_buf_prepare_8633 sh_vou_buf_prepare 0 8633 NULL
-+fuse_send_write_pages_8636 fuse_send_write_pages 0-5 8636 NULL
-+get_aw_pt_bi_8641 get_aw_pt_bi 0 8641 NULL
-+show_fnode_tcp_recv_wsf_8642 show_fnode_tcp_recv_wsf 0 8642 NULL
-+timeout_show_8646 timeout_show 0 8646 NULL nohasharray
-+adp8860_read_8646 adp8860_read 0 8646 &timeout_show_8646
-+ufs_add_fragments_8648 ufs_add_fragments 2 8648 NULL nohasharray
-+write_sysrq_trigger_8648 write_sysrq_trigger 0-3 8648 &ufs_add_fragments_8648
-+CIFSSMBFlush_8652 CIFSSMBFlush 0 8652 NULL
-+musb_gadget_queue_8656 musb_gadget_queue 0 8656 NULL
-+ci_fan_ctrl_get_fan_speed_percent_8659 ci_fan_ctrl_get_fan_speed_percent 0 8659 NULL
-+tcmu_show_configfs_dev_params_8660 tcmu_show_configfs_dev_params 0 8660 NULL
-+mtd_ecc_stats_corrected_show_8662 mtd_ecc_stats_corrected_show 0 8662 NULL
-+mlx5_vzalloc_8663 mlx5_vzalloc 1 8663 NULL
-+cs421x_parse_auto_config_8664 cs421x_parse_auto_config 0 8664 NULL
-+options_show_8667 options_show 0 8667 NULL
-+mei_txe_write_8670 mei_txe_write 0 8670 NULL
-+kone_sysfs_read_profilex_8672 kone_sysfs_read_profilex 0-5-6 8672 NULL
-+crc32_update_8676 crc32_update 0 8676 NULL
-+dio_bio_alloc_8677 dio_bio_alloc 5 8677 NULL
-+lbs_bcnmiss_read_8678 lbs_bcnmiss_read 3-0 8678 NULL
-+ath9k_tx99_send_8682 ath9k_tx99_send 0 8682 NULL
-+rproc_trace_read_8686 rproc_trace_read 3-0 8686 NULL
-+wacom_btnimg2_store_8696 wacom_btnimg2_store 4-0 8696 NULL
-+start_8697 start 0 8697 NULL
-+saa7110_write_block_8701 saa7110_write_block 3 8701 NULL nohasharray
-+fan_get_state_8701 fan_get_state 0 8701 &saa7110_write_block_8701 nohasharray
-+max197_show_input_8701 max197_show_input 0 8701 &fan_get_state_8701 nohasharray
-+sas_smp_get_phy_events_8701 sas_smp_get_phy_events 0 8701 &max197_show_input_8701
-+arcfb_write_8702 arcfb_write 3 8702 NULL
-+i_size_read_8703 i_size_read 0 8703 NULL nohasharray
-+init_header_8703 init_header 0 8703 &i_size_read_8703
-+HDLC_irq_8709 HDLC_irq 2 8709 NULL
-+az6027_i2c_xfer_8710 az6027_i2c_xfer 0-3 8710 NULL
-+ctrl_out_8712 ctrl_out 5-3 8712 NULL
-+usb_os_desc_attr_store_8714 usb_os_desc_attr_store 0-4 8714 NULL
-+charger_state_show_8720 charger_state_show 0 8720 NULL
-+set_temp_crit_8721 set_temp_crit 0-4 8721 NULL
-+lunid_show_8726 lunid_show 0 8726 NULL
-+vt8623fb_check_var_8727 vt8623fb_check_var 0 8727 NULL
-+ext4_xattr_user_set_8728 ext4_xattr_user_set 0 8728 NULL nohasharray
-+tracing_max_lat_write_8728 tracing_max_lat_write 3 8728 &ext4_xattr_user_set_8728
-+jffs2_acl_count_8729 jffs2_acl_count 0-1 8729 NULL nohasharray
-+cfq_var_show_8729 cfq_var_show 0 8729 &jffs2_acl_count_8729
-+f_dupfd_8730 f_dupfd 1 8730 NULL
-+ip6gre_tunnel_init_8747 ip6gre_tunnel_init 0 8747 NULL
-+iov_iter_zero_8748 iov_iter_zero 1-0 8748 NULL
-+tx_tx_exch_expiry_read_8749 tx_tx_exch_expiry_read 3-0 8749 NULL
-+compound_order_8750 compound_order 0 8750 NULL nohasharray
-+strict_blocks_to_sectors_8750 strict_blocks_to_sectors 0 8750 &compound_order_8750
-+cfg80211_inform_bss_width_8754 cfg80211_inform_bss_width 10 8754 NULL nohasharray
-+firmware_show_8754 firmware_show 0 8754 &cfg80211_inform_bss_width_8754 nohasharray
-+ocfs2_find_path_8754 ocfs2_find_path 0 8754 &firmware_show_8754
-+read_uscorr_8755 read_uscorr 0 8755 NULL
-+xfs_attr_shortform_getvalue_8760 xfs_attr_shortform_getvalue 0 8760 NULL
-+yurex_write_8761 yurex_write 3-0 8761 NULL nohasharray
-+rndis_opts_host_addr_store_8761 rndis_opts_host_addr_store 0-3 8761 &yurex_write_8761
-+SMB2_tcon_8763 SMB2_tcon 0 8763 NULL
-+joydev_compat_ioctl_8765 joydev_compat_ioctl 2 8765 NULL nohasharray
-+usb_os_desc_ext_prop_attr_show_8765 usb_os_desc_ext_prop_attr_show 0 8765 &joydev_compat_ioctl_8765
-+sys_prctl_8766 sys_prctl 4 8766 NULL
-+acpi_ds_method_data_get_value_8767 acpi_ds_method_data_get_value 0 8767 NULL nohasharray
-+aac_show_monitor_version_8767 aac_show_monitor_version 0 8767 &acpi_ds_method_data_get_value_8767
-+i40evf_setup_tx_descriptors_8769 i40evf_setup_tx_descriptors 0 8769 NULL
-+ntfs_writepage_8770 ntfs_writepage 0 8770 NULL
-+ubifs_leb_map_8771 ubifs_leb_map 0 8771 NULL
-+raw_enable_errfilter_8775 raw_enable_errfilter 0 8775 NULL nohasharray
-+st_accel_buffer_postenable_8775 st_accel_buffer_postenable 0 8775 &raw_enable_errfilter_8775
-+kstrtoint_from_user_8778 kstrtoint_from_user 2-0 8778 NULL
-+acpi_device_modalias_8781 acpi_device_modalias 0 8781 NULL
-+rtc_read_time_8782 rtc_read_time 0 8782 NULL
-+ft_nacl_store_port_name_8784 ft_nacl_store_port_name 0-3 8784 NULL
-+ext4_try_to_write_inline_data_8785 ext4_try_to_write_inline_data 4-3 8785 NULL
-+show_hardware_8789 show_hardware 0 8789 NULL
-+edd_show_sectors_8794 edd_show_sectors 0 8794 NULL
-+__bitmap_weight_8796 __bitmap_weight 0 8796 NULL
-+nct7904_read_reg16_8798 nct7904_read_reg16 0 8798 NULL
-+ip_vs_remote_request6_8805 ip_vs_remote_request6 0 8805 NULL
-+gfs2_glock_nq_8808 gfs2_glock_nq 0 8808 NULL nohasharray
-+prod_id2_show_8808 prod_id2_show 0 8808 &gfs2_glock_nq_8808 nohasharray
-+intel_ring_begin_8808 intel_ring_begin 0 8808 &prod_id2_show_8808
-+ntfs_commit_pages_after_write_8809 ntfs_commit_pages_after_write 0 8809 NULL
-+get_size_8811 get_size 0 8811 NULL
-+show_spi_transport_wr_flow_8812 show_spi_transport_wr_flow 0 8812 NULL nohasharray
-+bmp085_update_raw_pressure_8812 bmp085_update_raw_pressure 0 8812 &show_spi_transport_wr_flow_8812
-+bd2802_store_reg0x06_8815 bd2802_store_reg0x06 0-4 8815 NULL
-+show_counter_rx_dwords_8819 show_counter_rx_dwords 0 8819 NULL
-+metronomefb_write_8823 metronomefb_write 3 8823 NULL
-+SyS_llistxattr_8824 SyS_llistxattr 3 8824 NULL nohasharray
-+hfsplus_direct_IO_8824 hfsplus_direct_IO 3 8824 &SyS_llistxattr_8824
-+nilfs_segctor_reset_segment_buffer_8825 nilfs_segctor_reset_segment_buffer 0 8825 NULL
-+extent_read_full_page_8826 extent_read_full_page 0 8826 NULL
-+ll_xattr_cache_get_8829 ll_xattr_cache_get 0 8829 NULL
-+convert_8830 convert 0 8830 NULL
-+mmc_wait_for_cmd_8832 mmc_wait_for_cmd 0 8832 NULL nohasharray
-+new_files_jdata_store_8832 new_files_jdata_store 0-3 8832 &mmc_wait_for_cmd_8832
-+get_queue_depth_8833 get_queue_depth 0 8833 NULL nohasharray
-+icmpv6_manip_pkt_8833 icmpv6_manip_pkt 4 8833 &get_queue_depth_8833
-+dvb_ringbuffer_pkt_next_8834 dvb_ringbuffer_pkt_next 0-2 8834 NULL nohasharray
-+mgmt_generic_event_8834 mgmt_generic_event 4 8834 &dvb_ringbuffer_pkt_next_8834
-+usb_ep_queue_8839 usb_ep_queue 0 8839 NULL nohasharray
-+nilfs_mdt_get_block_8839 nilfs_mdt_get_block 0 8839 &usb_ep_queue_8839
-+policydb_bounds_sanity_check_8846 policydb_bounds_sanity_check 0 8846 NULL
-+vmci_transport_notify_pkt_send_pre_block_8851 vmci_transport_notify_pkt_send_pre_block 0 8851 NULL
-+ahash_op_unaligned_8854 ahash_op_unaligned 0 8854 NULL
-+debug_debug1_read_8856 debug_debug1_read 3-0 8856 NULL
-+wa_nep_queue_8858 wa_nep_queue 2 8858 NULL
-+xgmac_reg_value_write_8860 xgmac_reg_value_write 3-0 8860 NULL
-+inode_getsecurity_8862 inode_getsecurity 0 8862 NULL nohasharray
-+wl1251_power_on_8862 wl1251_power_on 0 8862 &inode_getsecurity_8862
-+q931_help_8865 q931_help 0 8865 NULL nohasharray
-+qlcnic_get_regs_len_8865 qlcnic_get_regs_len 0 8865 &q931_help_8865
-+acpi_ps_complete_final_op_8868 acpi_ps_complete_final_op 0-3 8868 NULL nohasharray
-+icmpv6_error_message_8868 icmpv6_error_message 0 8868 &acpi_ps_complete_final_op_8868
-+rocker_group_l2_flood_8872 rocker_group_l2_flood 4 8872 NULL nohasharray
-+b43_switch_channel_8872 b43_switch_channel 0 8872 &rocker_group_l2_flood_8872
-+masq_inet_event_8874 masq_inet_event 0 8874 NULL nohasharray
-+roccat_common2_sysfs_write_keys_easyzone_8874 roccat_common2_sysfs_write_keys_easyzone 0-6-5 8874 &masq_inet_event_8874
-+radeon_drm_ioctl_8875 radeon_drm_ioctl 2 8875 NULL
-+pnfs_generic_transfer_commit_list_8879 pnfs_generic_transfer_commit_list 0 8879 NULL
-+crypto_rng_get_bytes_8880 crypto_rng_get_bytes 0 8880 NULL
-+nfs_refresh_inode_locked_8884 nfs_refresh_inode_locked 0 8884 NULL
-+compressed_bio_size_8887 compressed_bio_size 0-2 8887 NULL
-+show_engine2_mode_8888 show_engine2_mode 0 8888 NULL nohasharray
-+m41t80_sysfs_show_sqwfreq_8888 m41t80_sysfs_show_sqwfreq 0 8888 &show_engine2_mode_8888 nohasharray
-+qlcnic_attach_8888 qlcnic_attach 0 8888 &m41t80_sysfs_show_sqwfreq_8888
-+ab3100_get_set_reg_8890 ab3100_get_set_reg 3-0 8890 NULL nohasharray
-+tracing_max_lat_read_8890 tracing_max_lat_read 3 8890 &ab3100_get_set_reg_8890
-+nilfs_segctor_last_seg_sequence_show_8900 nilfs_segctor_last_seg_sequence_show 0 8900 NULL
-+sysv_setattr_8904 sysv_setattr 0 8904 NULL
-+msi2500_start_streaming_8905 msi2500_start_streaming 0 8905 NULL
-+sdio_max_byte_size_8907 sdio_max_byte_size 0 8907 NULL
-+show_pwm_auto_prochot_ramp_8908 show_pwm_auto_prochot_ramp 0 8908 NULL nohasharray
-+max_medium_access_timeouts_store_8908 max_medium_access_timeouts_store 0-4 8908 &show_pwm_auto_prochot_ramp_8908
-+bcm7xxx_dummy_config_init_8909 bcm7xxx_dummy_config_init 0 8909 NULL
-+adf4350_sync_config_8913 adf4350_sync_config 0 8913 NULL
-+sysfs_merge_group_8917 sysfs_merge_group 0 8917 NULL
-+write_file_ani_8918 write_file_ani 3-0 8918 NULL
-+i2c_nuvoton_get_burstcount_8919 i2c_nuvoton_get_burstcount 0 8919 NULL
-+data_sock_create_8920 data_sock_create 0 8920 NULL
-+dma_common_contiguous_remap_8921 dma_common_contiguous_remap 2 8921 NULL
-+mci_ue_count_show_8923 mci_ue_count_show 0 8923 NULL nohasharray
-+cx25840_s_stream_8923 cx25840_s_stream 0 8923 &mci_ue_count_show_8923 nohasharray
-+br_stp_set_path_cost_8923 br_stp_set_path_cost 0 8923 &cx25840_s_stream_8923
-+ds2780_get_pio_pin_8925 ds2780_get_pio_pin 0 8925 NULL
-+layout_commit_8926 layout_commit 3-0 8926 NULL
-+s5m_rtc_read_time_8928 s5m_rtc_read_time 0 8928 NULL nohasharray
-+pcnet_resume_8928 pcnet_resume 0 8928 &s5m_rtc_read_time_8928
-+cp2112_hid_get_8933 cp2112_hid_get 4-0 8933 NULL
-+adjust_priv_size_8935 adjust_priv_size 0-1 8935 NULL nohasharray
-+flash_timeout_show_8935 flash_timeout_show 0 8935 &adjust_priv_size_8935
-+apparmor_file_permission_8938 apparmor_file_permission 0 8938 NULL
-+driver_stats_read_8944 driver_stats_read 3-0 8944 NULL
-+ks8995_registers_read_8945 ks8995_registers_read 0-5-6 8945 NULL nohasharray
-+reset_umac_8945 reset_umac 0 8945 &ks8995_registers_read_8945
-+t3_init_hw_8947 t3_init_hw 0 8947 NULL
-+snd_ivtv_pcm_trigger_8948 snd_ivtv_pcm_trigger 0 8948 NULL
-+claim_show_8950 claim_show 0 8950 NULL nohasharray
-+goto_low_power_8950 goto_low_power 0 8950 &claim_show_8950 nohasharray
-+lp8788_set_alarm_8950 lp8788_set_alarm 0 8950 &goto_low_power_8950
-+fuse_read_forget_8951 fuse_read_forget 0 8951 NULL
-+set_red_8954 set_red 0-4 8954 NULL
-+rds_tcp_xmit_8958 rds_tcp_xmit 3 8958 NULL
-+read_file_tgt_stats_8959 read_file_tgt_stats 3-0 8959 NULL nohasharray
-+v9fs_fid_readpage_8959 v9fs_fid_readpage 0 8959 &read_file_tgt_stats_8959
-+qla2x00_sysfs_read_xgmac_stats_8962 qla2x00_sysfs_read_xgmac_stats 0-6-5 8962 NULL
-+usb_allocate_stream_buffers_8964 usb_allocate_stream_buffers 3 8964 NULL nohasharray
-+iscsi_nacl_auth_show_userid_mutual_8964 iscsi_nacl_auth_show_userid_mutual 0 8964 &usb_allocate_stream_buffers_8964
-+__v4l2_ctrl_s_ctrl_8965 __v4l2_ctrl_s_ctrl 0 8965 NULL
-+qib_qsfp_dump_8966 qib_qsfp_dump 0-3 8966 NULL nohasharray
-+atkbd_do_set_set_8966 atkbd_do_set_set 0-4 8966 &qib_qsfp_dump_8966
-+venus_mkdir_8967 venus_mkdir 4 8967 NULL nohasharray
-+serial_number_show_8967 serial_number_show 0 8967 &venus_mkdir_8967
-+seq_open_net_8968 seq_open_net 4 8968 NULL nohasharray
-+vol_cdev_read_8968 vol_cdev_read 3-0 8968 &seq_open_net_8968
-+wl1271_acx_tid_cfg_8970 wl1271_acx_tid_cfg 0 8970 NULL
-+enqueue_tx_8972 enqueue_tx 0 8972 NULL
-+sony_register_touchpad_8981 sony_register_touchpad 2 8981 NULL nohasharray
-+spmi_ext_register_writel_8981 spmi_ext_register_writel 0 8981 &sony_register_touchpad_8981
-+cirrusfb_set_par_foo_8986 cirrusfb_set_par_foo 0 8986 NULL
-+oslec_create_8987 oslec_create 1 8987 NULL
-+il3945_store_antenna_8991 il3945_store_antenna 0-4 8991 NULL
-+show_state_time_8992 show_state_time 0 8992 NULL
-+bcm_read_op_8996 bcm_read_op 0 8996 NULL nohasharray
-+cifs_fscache_inode_get_key_8996 cifs_fscache_inode_get_key 0 8996 &bcm_read_op_8996
-+elan_smbus_finish_fw_update_8997 elan_smbus_finish_fw_update 0 8997 NULL
-+arvo_sysfs_set_mode_key_9002 arvo_sysfs_set_mode_key 0-4 9002 NULL
-+MT2063_AvoidSpurs_9004 MT2063_AvoidSpurs 0 9004 NULL
-+wl1271_event_unmask_9005 wl1271_event_unmask 0 9005 NULL
-+rd_configure_device_9008 rd_configure_device 0 9008 NULL
-+vx_toggle_pipe_9013 vx_toggle_pipe 0 9013 NULL
-+epp_read_data_9015 epp_read_data 0 9015 NULL
-+il_dbgfs_clear_ucode_stats_write_9016 il_dbgfs_clear_ucode_stats_write 3-0 9016 NULL
-+__uncore_mask1_show_9022 __uncore_mask1_show 0 9022 NULL
-+acerhdf_get_max_state_9024 acerhdf_get_max_state 0 9024 NULL nohasharray
-+set_eeprom0_9024 set_eeprom0 4-0 9024 &acerhdf_get_max_state_9024
-+ql_route_initialize_9027 ql_route_initialize 0 9027 NULL
-+fd_ioctl_9028 fd_ioctl 3 9028 NULL nohasharray
-+atl1_set_mac_9028 atl1_set_mac 0 9028 &fd_ioctl_9028
-+amd64_inject_word_store_9031 amd64_inject_word_store 0-4 9031 NULL
-+ncp_modify_file_or_subdir_dos_info_path_9032 ncp_modify_file_or_subdir_dos_info_path 0 9032 NULL
-+qla4_8xxx_find_flt_start_9037 qla4_8xxx_find_flt_start 0 9037 NULL
-+__pskb_copy_9038 __pskb_copy 2 9038 NULL
-+soc_camera_platform_fill_fmt_9040 soc_camera_platform_fill_fmt 0 9040 NULL
-+nla_put_9042 nla_put 0 9042 NULL
-+btrfs_getattr_9046 btrfs_getattr 0 9046 NULL
-+sta_tx_latency_stat_header_9050 sta_tx_latency_stat_header 0-3-4 9050 NULL
-+clk_ctl_store_9053 clk_ctl_store 0-4 9053 NULL
-+__uncore_xbr_mm_cfg_show_9057 __uncore_xbr_mm_cfg_show 0 9057 NULL
-+ep_queue_9060 ep_queue 0 9060 NULL nohasharray
-+rhashtable_lookup_insert_key_9060 rhashtable_lookup_insert_key 0 9060 &ep_queue_9060
-+snd_emu10k1_synth_copy_from_user_9061 snd_emu10k1_synth_copy_from_user 5-3 9061 NULL
-+snd_gus_dram_peek_9062 snd_gus_dram_peek 4 9062 NULL nohasharray
-+fnic_show_link_state_9062 fnic_show_link_state 0 9062 &snd_gus_dram_peek_9062
-+nrbchan_show_9066 nrbchan_show 0 9066 NULL
-+hci_req_add_9067 hci_req_add 3 9067 NULL
-+smi_data_buf_size_store_9071 smi_data_buf_size_store 0-4 9071 NULL
-+scrub_raid56_parity_9073 scrub_raid56_parity 5 9073 NULL
-+ipath_user_sdma_queue_clean_9074 ipath_user_sdma_queue_clean 0 9074 NULL
-+fib_info_hash_alloc_9075 fib_info_hash_alloc 1 9075 NULL nohasharray
-+__uncore_xbr_match_show_9075 __uncore_xbr_match_show 0 9075 &fib_info_hash_alloc_9075
-+bh1770_get_prox_thres_9085 bh1770_get_prox_thres 0 9085 NULL
-+create_queues_9088 create_queues 3-2 9088 NULL
-+ican3_set_bus_state_9090 ican3_set_bus_state 0 9090 NULL
-+nvkm_output_create__9091 nvkm_output_create_ 6 9091 NULL
-+ftdi_prepare_write_buffer_9093 ftdi_prepare_write_buffer 3 9093 NULL
-+ath10k_peer_assoc_prepare_9099 ath10k_peer_assoc_prepare 0 9099 NULL
-+tcp_v4_parse_md5_keys_9101 tcp_v4_parse_md5_keys 0 9101 NULL
-+adxl34x_spi_read_block_9108 adxl34x_spi_read_block 3 9108 NULL nohasharray
-+target_core_alua_tg_pt_gp_store_attr_trans_delay_msecs_9108 target_core_alua_tg_pt_gp_store_attr_trans_delay_msecs 0-3 9108 &adxl34x_spi_read_block_9108
-+caif_stream_sendmsg_9110 caif_stream_sendmsg 4-0 9110 NULL
-+bch_stats_show_9112 bch_stats_show 0 9112 NULL
-+hackrf_set_lna_gain_9115 hackrf_set_lna_gain 0 9115 NULL nohasharray
-+gssp_rpc_create_9115 gssp_rpc_create 0 9115 &hackrf_set_lna_gain_9115
-+isku_sysfs_write_keys_macro_9120 isku_sysfs_write_keys_macro 6-0-5 9120 NULL
-+cyapa_smbus_read_block_9122 cyapa_smbus_read_block 0-3 9122 NULL
-+qla2x00_sysfs_write_fw_dump_template_9127 qla2x00_sysfs_write_fw_dump_template 0-5-6 9127 NULL
-+ext4_list_backups_9138 ext4_list_backups 0 9138 NULL
-+dac7512_store_val_9140 dac7512_store_val 0-4 9140 NULL
-+cpuidle_latency_notify_9141 cpuidle_latency_notify 0 9141 NULL
-+nilfs_superblock_sb_update_frequency_show_9142 nilfs_superblock_sb_update_frequency_show 0 9142 NULL
-+__uvc_query_ctrl_9155 __uvc_query_ctrl 0 9155 NULL
-+atmel_wakeup_firmware_9156 atmel_wakeup_firmware 0 9156 NULL
-+__iscsi_nacl_auth_show_password_9159 __iscsi_nacl_auth_show_password 0 9159 NULL
-+target_stat_scsi_auth_intr_attr_show_9160 target_stat_scsi_auth_intr_attr_show 0 9160 NULL
-+get_fc_port_roles_names_9164 get_fc_port_roles_names 0 9164 NULL
-+dbg_command_buf_9165 dbg_command_buf 2 9165 NULL
-+clk_prepare_enable_9166 clk_prepare_enable 0 9166 NULL
-+show_num_temp_sensors_9173 show_num_temp_sensors 0 9173 NULL
-+pm_autosleep_lock_9176 pm_autosleep_lock 0 9176 NULL
-+ext4_da_write_inline_data_end_9179 ext4_da_write_inline_data_end 4-0 9179 NULL nohasharray
-+w1_ds2780_eeprom_cmd_9179 w1_ds2780_eeprom_cmd 0 9179 &ext4_da_write_inline_data_end_9179
-+isr_irqs_read_9181 isr_irqs_read 3-0 9181 NULL
-+count_leading_zeros_9183 count_leading_zeros 0 9183 NULL nohasharray
-+bitmap_storage_alloc_9183 bitmap_storage_alloc 2-0 9183 &count_leading_zeros_9183
-+show_counter_ib_link_downeds_9184 show_counter_ib_link_downeds 0 9184 NULL
-+ax25_bind_9185 ax25_bind 0 9185 NULL
-+xfs_btree_rshift_9187 xfs_btree_rshift 0 9187 NULL
-+pnfs_commit_list_9191 pnfs_commit_list 0 9191 NULL nohasharray
-+br_dev_open_9191 br_dev_open 0 9191 &pnfs_commit_list_9191
-+alloc_group_attrs_9194 alloc_group_attrs 2 9194 NULL nohasharray
-+altera_swap_ir_9194 altera_swap_ir 2 9194 &alloc_group_attrs_9194 nohasharray
-+ipath_user_sdma_make_progress_9194 ipath_user_sdma_make_progress 0 9194 &altera_swap_ir_9194
-+gx1_gx_base_9198 gx1_gx_base 0 9198 NULL
-+nilfs_btnode_prepare_change_key_9200 nilfs_btnode_prepare_change_key 0 9200 NULL
-+sigmadsp_write_i2c_9201 sigmadsp_write_i2c 4 9201 NULL
-+fill_delalloc_9202 fill_delalloc 0 9202 NULL
-+cx18_av_s_mbus_fmt_9205 cx18_av_s_mbus_fmt 0 9205 NULL
-+ci_udc_start_9208 ci_udc_start 0 9208 NULL nohasharray
-+zd_rf_init_al7230b_9208 zd_rf_init_al7230b 0 9208 &ci_udc_start_9208 nohasharray
-+calibrate_result_9208 calibrate_result 0 9208 &zd_rf_init_al7230b_9208
-+sg_common_write_9209 sg_common_write 0 9209 NULL
-+iwl_dbgfs_frame_stats_read_9211 iwl_dbgfs_frame_stats_read 3-0 9211 NULL nohasharray
-+adc128_show_temp_9211 adc128_show_temp 0 9211 &iwl_dbgfs_frame_stats_read_9211
-+out_write_index_show_9212 out_write_index_show 0 9212 NULL nohasharray
-+new_dev_store_9212 new_dev_store 0-3 9212 &out_write_index_show_9212
-+pm8001_task_prep_smp_9214 pm8001_task_prep_smp 0 9214 NULL
-+card_send_command_9215 card_send_command 3 9215 NULL
-+vti6_change_mtu_9216 vti6_change_mtu 0 9216 NULL
-+protocol_write_9219 protocol_write 3-0 9219 NULL
-+store_spi_transport_dt_9220 store_spi_transport_dt 0-4 9220 NULL
-+tx_tx_prepared_descs_read_9221 tx_tx_prepared_descs_read 3-0 9221 NULL
-+l2cap_create_connless_pdu_9222 l2cap_create_connless_pdu 3 9222 NULL nohasharray
-+splice_to_pipe_9222 splice_to_pipe 0 9222 &l2cap_create_connless_pdu_9222
-+sctp_getsockopt_delayed_ack_9232 sctp_getsockopt_delayed_ack 2 9232 NULL nohasharray
-+core_alua_show_preferred_bit_9232 core_alua_show_preferred_bit 0 9232 &sctp_getsockopt_delayed_ack_9232
-+edac_dev_ctl_info_store_9233 edac_dev_ctl_info_store 0-4 9233 NULL
-+l2tp_ip_sendmsg_9235 l2tp_ip_sendmsg 3 9235 NULL
-+tps6507x_pmic_reg_read_9236 tps6507x_pmic_reg_read 0 9236 NULL
-+__bnx2fc_enable_9238 __bnx2fc_enable 0 9238 NULL
-+ext4_mark_iloc_dirty_9239 ext4_mark_iloc_dirty 0 9239 NULL
-+smack_inode_getsecctx_9240 smack_inode_getsecctx 0 9240 NULL
-+hw_init_hmac_9242 hw_init_hmac 0 9242 NULL
-+min_freq_store_9245 min_freq_store 0-4 9245 NULL
-+cmtp_add_msgpart_9252 cmtp_add_msgpart 4 9252 NULL
-+show_ipInTruncatedPkts_9253 show_ipInTruncatedPkts 0 9253 NULL
-+tcf_csum_ipv4_icmp_9258 tcf_csum_ipv4_icmp 3 9258 NULL nohasharray
-+queue_max_segment_size_show_9258 queue_max_segment_size_show 0 9258 &tcf_csum_ipv4_icmp_9258
-+hfsplus_bnode_read_u16_9262 hfsplus_bnode_read_u16 0 9262 NULL
-+nfs_refresh_inode_9263 nfs_refresh_inode 0 9263 NULL
-+btrfs_search_slot_9264 btrfs_search_slot 0 9264 NULL
-+set_in0_max_9266 set_in0_max 0-4 9266 NULL
-+sdev_show_evt_inquiry_change_reported_9267 sdev_show_evt_inquiry_change_reported 0 9267 NULL
-+CalcStateExt_9270 CalcStateExt 0 9270 NULL
-+show_fnode_tcp_timestamp_stat_9272 show_fnode_tcp_timestamp_stat 0 9272 NULL
-+hdpvr_read_9273 hdpvr_read 3-0 9273 NULL
-+flakey_status_9274 flakey_status 5 9274 NULL
-+show_fan_stop_time_9276 show_fan_stop_time 0 9276 NULL
-+show_indirect_byte_9278 show_indirect_byte 0 9278 NULL nohasharray
-+open_9278 open 0 9278 &show_indirect_byte_9278
-+pnfs_generic_commit_pagelist_9279 pnfs_generic_commit_pagelist 0 9279 NULL nohasharray
-+ipoib_change_mtu_9279 ipoib_change_mtu 0 9279 &pnfs_generic_commit_pagelist_9279
-+i2c_algo_dp_aux_transaction_9282 i2c_algo_dp_aux_transaction 0 9282 NULL
-+show_9287 show 0 9287 NULL
-+vmci_qpair_dequev_9288 vmci_qpair_dequev 0-3 9288 NULL nohasharray
-+__fuse_direct_read_9288 __fuse_direct_read 0 9288 &vmci_qpair_dequev_9288
-+riva_load_video_mode_9289 riva_load_video_mode 0 9289 NULL
-+pwc_set_awb_9297 pwc_set_awb 0 9297 NULL
-+omfs_setattr_9302 omfs_setattr 0 9302 NULL
-+qla82xx_pci_set_window_9303 qla82xx_pci_set_window 0-2 9303 NULL nohasharray
-+mc44s803_get_if_frequency_9303 mc44s803_get_if_frequency 0 9303 &qla82xx_pci_set_window_9303
-+gpio_keys_show_disabled_switches_9306 gpio_keys_show_disabled_switches 0 9306 NULL
-+iwl_dbgfs_stations_read_9309 iwl_dbgfs_stations_read 3-0 9309 NULL
-+ceph_sync_setxattr_9310 ceph_sync_setxattr 0 9310 NULL
-+r820t_set_mux_9314 r820t_set_mux 0 9314 NULL nohasharray
-+tw9903_s_ctrl_9314 tw9903_s_ctrl 0 9314 &r820t_set_mux_9314
-+regmap_i2c_read_9316 regmap_i2c_read 0 9316 NULL
-+xfs_bmap_add_attrfork_extents_9318 xfs_bmap_add_attrfork_extents 0 9318 NULL
-+__blockdev_direct_IO_9321 __blockdev_direct_IO 0-6 9321 NULL
-+goku_ep_enable_9325 goku_ep_enable 0 9325 NULL
-+description_show_9327 description_show 0 9327 NULL
-+acpi_ex_prep_field_value_9328 acpi_ex_prep_field_value 0 9328 NULL
-+module_attr_store_9333 module_attr_store 0-4 9333 NULL
-+ieee80211_if_fmt_txpower_9334 ieee80211_if_fmt_txpower 3 9334 NULL
-+brcmf_sdiod_recv_buf_9336 brcmf_sdiod_recv_buf 3 9336 NULL nohasharray
-+acerhdf_get_trip_type_9336 acerhdf_get_trip_type 0 9336 &brcmf_sdiod_recv_buf_9336
-+nvme_trans_fmt_get_parm_header_9340 nvme_trans_fmt_get_parm_header 2 9340 NULL nohasharray
-+b43_pcmcia_suspend_9340 b43_pcmcia_suspend 0 9340 &nvme_trans_fmt_get_parm_header_9340
-+ocfs2_orphan_for_truncate_9342 ocfs2_orphan_for_truncate 0 9342 NULL
-+get_pipes_num_9343 get_pipes_num 0 9343 NULL
-+esd_usb2_send_msg_9348 esd_usb2_send_msg 0 9348 NULL
-+smi_data_buf_realloc_9360 smi_data_buf_realloc 0 9360 NULL
-+ll_direct_rw_pages_9361 ll_direct_rw_pages 0 9361 NULL
-+fan_get_max_state_9363 fan_get_max_state 0 9363 NULL
-+prepare_fw_update_9365 prepare_fw_update 0 9365 NULL
-+sta_beacon_loss_count_read_9370 sta_beacon_loss_count_read 3-0 9370 NULL
-+b43legacy_attr_interfmode_show_9373 b43legacy_attr_interfmode_show 0 9373 NULL
-+reiserfs_write_end_9374 reiserfs_write_end 0-5 9374 NULL nohasharray
-+raid5_start_reshape_9374 raid5_start_reshape 0 9374 &reiserfs_write_end_9374
-+qlcnic_82xx_napi_add_9375 qlcnic_82xx_napi_add 0 9375 NULL
-+vivid_radio_rx_read_9376 vivid_radio_rx_read 0 9376 NULL
-+cx18_av_audio_s_ctrl_9378 cx18_av_audio_s_ctrl 0 9378 NULL
-+pci_stub_notifier_9381 pci_stub_notifier 0 9381 NULL
-+provides_device_sdrs_show_9385 provides_device_sdrs_show 0 9385 NULL
-+queue_skb_9391 queue_skb 0 9391 NULL
-+mlx4_bitmap_init_9393 mlx4_bitmap_init 5-2 9393 NULL nohasharray
-+s5m_rtc_start_alarm_9393 s5m_rtc_start_alarm 0 9393 &mlx4_bitmap_init_9393
-+apds990x_set_arate_9394 apds990x_set_arate 0 9394 NULL
-+virtqueue_add_outbuf_9395 virtqueue_add_outbuf 3 9395 NULL
-+read_9397 read 3 9397 NULL nohasharray
-+cx23885_buf_prepare_9397 cx23885_buf_prepare 0 9397 &read_9397
-+__jbd2_journal_force_commit_9398 __jbd2_journal_force_commit 0 9398 NULL
-+o2nm_node_show_9403 o2nm_node_show 0 9403 NULL
-+show_ipInHdrErrors_9405 show_ipInHdrErrors 0 9405 NULL nohasharray
-+writepage_nounlock_9405 writepage_nounlock 0 9405 &show_ipInHdrErrors_9405
-+softdog_notify_sys_9410 softdog_notify_sys 0 9410 NULL
-+tpm_stm_i2c_send_9412 tpm_stm_i2c_send 3-0 9412 NULL
-+nobh_truncate_page_9414 nobh_truncate_page 0 9414 NULL nohasharray
-+qlcnic_sriov_pf_cal_res_limit_9414 qlcnic_sriov_pf_cal_res_limit 0 9414 &nobh_truncate_page_9414
-+hash_ipportip4_expire_9415 hash_ipportip4_expire 4 9415 NULL
-+i2c_sysfs_new_device_9417 i2c_sysfs_new_device 0-4 9417 NULL
-+nf_nat_sip_expect_9418 nf_nat_sip_expect 8 9418 NULL nohasharray
-+store_lmc_9418 store_lmc 0-4 9418 &nf_nat_sip_expect_9418
-+ocfs2_direct_IO_zero_extend_9424 ocfs2_direct_IO_zero_extend 0-4 9424 NULL
-+show_ipv6_iface_router_state_9425 show_ipv6_iface_router_state 0 9425 NULL nohasharray
-+prism2_aux_dump_proc_no_read_9425 prism2_aux_dump_proc_no_read 0-3 9425 &show_ipv6_iface_router_state_9425
-+sync_inode_9429 sync_inode 0 9429 NULL
-+bm_realloc_pages_9431 bm_realloc_pages 2 9431 NULL
-+kvm_cpu_hotplug_9434 kvm_cpu_hotplug 0 9434 NULL nohasharray
-+store_auto_brightness_9434 store_auto_brightness 0-4 9434 &kvm_cpu_hotplug_9434
-+sd_start_72a_9437 sd_start_72a 0 9437 NULL
-+ffs_ep0_write_9438 ffs_ep0_write 3 9438 NULL nohasharray
-+wacom_show_speed_9438 wacom_show_speed 0 9438 &ffs_ep0_write_9438 nohasharray
-+ocfs2_last_eb_is_empty_9438 ocfs2_last_eb_is_empty 0 9438 &wacom_show_speed_9438
-+mc13xxx_irq_unmask_9441 mc13xxx_irq_unmask 2-0 9441 NULL
-+kmalloc_array_9444 kmalloc_array 2-1 9444 NULL
-+b43_attr_interfmode_show_9448 b43_attr_interfmode_show 0 9448 NULL
-+ieee80211_if_fmt_fwded_unicast_9454 ieee80211_if_fmt_fwded_unicast 3 9454 NULL
-+mcs_unwrap_mir_9455 mcs_unwrap_mir 3 9455 NULL
-+ad_aggregator_id_show_9456 ad_aggregator_id_show 0 9456 NULL
-+show_in_max2_9458 show_in_max2 0 9458 NULL
-+alloc_stac_spec_9459 alloc_stac_spec 0 9459 NULL
-+fcoe_dcb_app_notification_9468 fcoe_dcb_app_notification 0 9468 NULL
-+agp_generic_alloc_user_9470 agp_generic_alloc_user 1 9470 NULL nohasharray
-+get_registers_9470 get_registers 4 9470 &agp_generic_alloc_user_9470 nohasharray
-+adis16136_read_frequency_9470 adis16136_read_frequency 0 9470 &get_registers_9470
-+parport_uss720_write_compat_9471 parport_uss720_write_compat 0 9471 NULL nohasharray
-+notify_recv_init_9471 notify_recv_init 0 9471 &parport_uss720_write_compat_9471
-+slab_mem_going_online_callback_9474 slab_mem_going_online_callback 0 9474 NULL
-+queue_9475 queue 0 9475 NULL
-+shared_cpu_list_show_9488 shared_cpu_list_show 0 9488 NULL nohasharray
-+proc_bus_pci_write_9488 proc_bus_pci_write 0-3 9488 &shared_cpu_list_show_9488
-+xennet_get_sset_count_9490 xennet_get_sset_count 0 9490 NULL
-+crypt_status_9492 crypt_status 5 9492 NULL nohasharray
-+patch_cs4208_9492 patch_cs4208 0 9492 &crypt_status_9492 nohasharray
-+__alloc_preds_9492 __alloc_preds 2 9492 &patch_cs4208_9492
-+target_core_dev_pr_show_attr_res_pr_registered_i_pts_9493 target_core_dev_pr_show_attr_res_pr_registered_i_pts 0 9493 NULL
-+show_tabletYtilt_9494 show_tabletYtilt 0 9494 NULL
-+spi_w8r8_9497 spi_w8r8 0 9497 NULL
-+sock_recvmsg_9500 sock_recvmsg 0-3 9500 NULL
-+lbs_threshold_write_9502 lbs_threshold_write 5-0 9502 NULL
-+str_to_quirk_9507 str_to_quirk 0 9507 NULL
-+keyring_diff_objects_9508 keyring_diff_objects 0 9508 NULL
-+amd_ec_wait_read_9509 amd_ec_wait_read 0 9509 NULL
-+lp_write_9511 lp_write 3-0 9511 NULL nohasharray
-+saa717x_s_ctrl_9511 saa717x_s_ctrl 0 9511 &lp_write_9511 nohasharray
-+ad7266_wakeup_9511 ad7266_wakeup 0 9511 &saa717x_s_ctrl_9511
-+powerclamp_get_max_state_9512 powerclamp_get_max_state 0 9512 NULL nohasharray
-+vivid_vbi_cap_s_ctrl_9512 vivid_vbi_cap_s_ctrl 0 9512 &powerclamp_get_max_state_9512
-+cx88_risc_databuffer_9515 cx88_risc_databuffer 0 9515 NULL
-+disk_events_show_9516 disk_events_show 0 9516 NULL nohasharray
-+match_format_9516 match_format 0 9516 &disk_events_show_9516
-+do_strip_9517 do_strip 0 9517 NULL
-+target_core_alua_tg_pt_gp_show_attr_preferred_9519 target_core_alua_tg_pt_gp_show_attr_preferred 0 9519 NULL
-+common_rfc4106_set_key_9520 common_rfc4106_set_key 3 9520 NULL
-+iwl_dbgfs_fw_dbg_conf_read_9522 iwl_dbgfs_fw_dbg_conf_read 3-0 9522 NULL
-+roccat_common2_sysfs_read_keys_macro_9524 roccat_common2_sysfs_read_keys_macro 0-5-6 9524 NULL
-+log_buf_len_show_9525 log_buf_len_show 0 9525 NULL
-+ll_max_read_ahead_whole_mb_seq_write_9528 ll_max_read_ahead_whole_mb_seq_write 3 9528 NULL
-+lm3533_update_9529 lm3533_update 0 9529 NULL
-+command_setvloffset_9530 command_setvloffset 0 9530 NULL
-+radeon_fb_helper_set_par_9531 radeon_fb_helper_set_par 0 9531 NULL
-+ceph_vxattrcb_layout_stripe_unit_9532 ceph_vxattrcb_layout_stripe_unit 0 9532 NULL
-+ext3_alloc_branch_9534 ext3_alloc_branch 5 9534 NULL
-+fuse_readpage_9536 fuse_readpage 0 9536 NULL
-+read_cc_table_bin_9538 read_cc_table_bin 0-5-6 9538 NULL
-+iwl_dbgfs_bf_params_read_9542 iwl_dbgfs_bf_params_read 3-0 9542 NULL
-+il_dbgfs_missed_beacon_write_9546 il_dbgfs_missed_beacon_write 3-0 9546 NULL nohasharray
-+unmerge_ksm_pages_9546 unmerge_ksm_pages 0 9546 &il_dbgfs_missed_beacon_write_9546
-+audit_log_n_untrustedstring_9548 audit_log_n_untrustedstring 3 9548 NULL nohasharray
-+gsc_m2m_start_streaming_9548 gsc_m2m_start_streaming 0 9548 &audit_log_n_untrustedstring_9548 nohasharray
-+udc_start_9548 udc_start 0 9548 &gsc_m2m_start_streaming_9548 nohasharray
-+compat_SyS_pwritev64_9548 compat_SyS_pwritev64 3 9548 &udc_start_9548
-+kyrofb_check_var_9550 kyrofb_check_var 0 9550 NULL
-+pm_runtime_get_9552 pm_runtime_get 0 9552 NULL
-+ads1015_read_adc_9556 ads1015_read_adc 0 9556 NULL
-+batadv_tt_prepare_tvlv_global_data_9557 batadv_tt_prepare_tvlv_global_data 0 9557 NULL
-+fw_node_create_9559 fw_node_create 2 9559 NULL
-+ipath_get_user_pages_9561 ipath_get_user_pages 0 9561 NULL
-+_nfs4_proc_access_9563 _nfs4_proc_access 0 9563 NULL nohasharray
-+mwifiex_cmd_coalesce_cfg_9563 mwifiex_cmd_coalesce_cfg 0 9563 &_nfs4_proc_access_9563
-+kobj_map_9566 kobj_map 3-2-0 9566 NULL
-+status_9569 status 0 9569 NULL nohasharray
-+m88e1149_config_init_9569 m88e1149_config_init 0 9569 &status_9569
-+bnx2_get_sset_count_9570 bnx2_get_sset_count 0 9570 NULL
-+ds1343_set_alarm_9573 ds1343_set_alarm 0 9573 NULL
-+f2fs_read_data_pages_9574 f2fs_read_data_pages 4 9574 NULL
-+add_memory_9575 add_memory 0 9575 NULL
-+sch_access_9576 sch_access 0 9576 NULL
-+xc_write_reg_9578 xc_write_reg 0 9578 NULL
-+snd_cmipci_capture_spdif_prepare_9581 snd_cmipci_capture_spdif_prepare 0 9581 NULL
-+cyapa_gen5_write_fw_block_9584 cyapa_gen5_write_fw_block 0 9584 NULL
-+tps65912_reg_enable_9587 tps65912_reg_enable 0 9587 NULL nohasharray
-+khugepaged_defrag_store_9587 khugepaged_defrag_store 4-0 9587 &tps65912_reg_enable_9587
-+shmem_write_begin_9589 shmem_write_begin 0 9589 NULL
-+bop_mark_9593 bop_mark 0 9593 NULL
-+wl1271_cmd_configure_9598 wl1271_cmd_configure 0 9598 NULL
-+store_rps_map_9600 store_rps_map 0-4 9600 NULL
-+__cfqg_set_weight_device_9602 __cfqg_set_weight_device 0-3 9602 NULL
-+do_sync_9604 do_sync 1 9604 NULL
-+snd_emu10k1_fx8010_read_9605 snd_emu10k1_fx8010_read 5-0 9605 NULL nohasharray
-+batadv_send_skb_push_fill_unicast_9605 batadv_send_skb_push_fill_unicast 2 9605 &snd_emu10k1_fx8010_read_9605 nohasharray
-+xfs_qm_dqattach_one_9605 xfs_qm_dqattach_one 0 9605 &batadv_send_skb_push_fill_unicast_9605
-+ixgbevf_set_vfta_vf_9608 ixgbevf_set_vfta_vf 0 9608 NULL
-+acpi_ns_build_internal_name_9620 acpi_ns_build_internal_name 0 9620 NULL nohasharray
-+watchdog_notify_sys_9620 watchdog_notify_sys 0 9620 &acpi_ns_build_internal_name_9620
-+lov_ost_pool_add_9626 lov_ost_pool_add 3 9626 NULL
-+saa7164_buffer_alloc_user_9627 saa7164_buffer_alloc_user 2 9627 NULL
-+i801_block_transaction_byte_by_byte_9630 i801_block_transaction_byte_by_byte 0 9630 NULL nohasharray
-+copy_msghdr_from_user_9630 copy_msghdr_from_user 0 9630 &i801_block_transaction_byte_by_byte_9630
-+kernfs_iop_listxattr_9634 kernfs_iop_listxattr 0-3 9634 NULL
-+ceph_copy_user_to_page_vector_9635 ceph_copy_user_to_page_vector 3-4 9635 NULL
-+acpi_ex_insert_into_field_9638 acpi_ex_insert_into_field 0 9638 NULL
-+compat_sys_keyctl_9639 compat_sys_keyctl 4 9639 NULL nohasharray
-+show_umcast_9639 show_umcast 0 9639 &compat_sys_keyctl_9639 nohasharray
-+show_country_codes_9639 show_country_codes 0 9639 &show_umcast_9639
-+mptsas_get_enclosure_identifier_9640 mptsas_get_enclosure_identifier 0 9640 NULL
-+lmLogInit_9643 lmLogInit 0 9643 NULL
-+patch_vt1709_9644 patch_vt1709 0 9644 NULL
-+ll_checksum_seq_write_9648 ll_checksum_seq_write 3 9648 NULL
-+ocfs2_xattr_get_rec_9652 ocfs2_xattr_get_rec 0 9652 NULL nohasharray
-+zd_ioread32_locked_9652 zd_ioread32_locked 0 9652 &ocfs2_xattr_get_rec_9652
-+__uncore_cmask8_show_9653 __uncore_cmask8_show 0 9653 NULL
-+snd_seq_ioctl_set_queue_client_9655 snd_seq_ioctl_set_queue_client 0 9655 NULL
-+ceph_fscache_inode_get_key_9656 ceph_fscache_inode_get_key 0 9656 NULL
-+queue_received_packet_9657 queue_received_packet 5 9657 NULL
-+usnic_ib_show_fw_ver_9663 usnic_ib_show_fw_ver 0 9663 NULL nohasharray
-+cifs_set_file_info_9663 cifs_set_file_info 0 9663 &usnic_ib_show_fw_ver_9663
-+inode_setattr_9668 inode_setattr 0 9668 NULL
-+snd_opl4_mem_proc_write_9670 snd_opl4_mem_proc_write 5 9670 NULL
-+wl12xx_get_rx_packet_len_9673 wl12xx_get_rx_packet_len 0-3 9673 NULL
-+s_audio_sampling_freq_9675 s_audio_sampling_freq 0 9675 NULL
-+dns_query_9676 dns_query 3 9676 NULL nohasharray
-+ks8842_read16_9676 ks8842_read16 0 9676 &dns_query_9676 nohasharray
-+snd_ac97_dev_register_9676 snd_ac97_dev_register 0 9676 &ks8842_read16_9676
-+qib_7322_handle_hwerrors_9678 qib_7322_handle_hwerrors 3 9678 NULL
-+calgary_map_sg_9680 calgary_map_sg 0-3 9680 NULL
-+urbnum_show_9682 urbnum_show 0 9682 NULL nohasharray
-+wl1271_init_templates_config_9682 wl1271_init_templates_config 0 9682 &urbnum_show_9682
-+f81232_set_register_9683 f81232_set_register 0 9683 NULL
-+nilfs_btree_lookup_9685 nilfs_btree_lookup 0 9685 NULL
-+show_in0_9686 show_in0 0 9686 NULL
-+__erst_read_from_storage_9690 __erst_read_from_storage 0 9690 NULL
-+bfs_writepage_9692 bfs_writepage 0 9692 NULL
-+crc32_final_9693 crc32_final 0 9693 NULL
-+get_max_brightness_9697 get_max_brightness 0 9697 NULL
-+lowpan_control_write_9699 lowpan_control_write 3-0 9699 NULL
-+vx_transfer_end_9701 vx_transfer_end 0 9701 NULL nohasharray
-+show_turbo_cooldown_9701 show_turbo_cooldown 0 9701 &vx_transfer_end_9701 nohasharray
-+tpm_tis_send_data_9701 tpm_tis_send_data 0 9701 &show_turbo_cooldown_9701
-+fuse_iter_npages_9705 fuse_iter_npages 0 9705 NULL nohasharray
-+ieee80211_if_read_aid_9705 ieee80211_if_read_aid 3-0 9705 &fuse_iter_npages_9705
-+update_flag_9706 update_flag 0 9706 NULL
-+core_alua_store_preferred_bit_9711 core_alua_store_preferred_bit 0-3 9711 NULL
-+il4965_commit_rxon_9717 il4965_commit_rxon 0 9717 NULL
-+parse_uac2_sample_rate_range_9718 parse_uac2_sample_rate_range 0 9718 NULL
-+sstfb_set_par_9719 sstfb_set_par 0 9719 NULL
-+SYSC_ppoll_9721 SYSC_ppoll 2 9721 NULL
-+sha512_base_finish_9729 sha512_base_finish 0 9729 NULL
-+t4_wr_mbox_9732 t4_wr_mbox 0 9732 NULL
-+cyapa_update_suspend_scanrate_9734 cyapa_update_suspend_scanrate 0-4 9734 NULL
-+show_cmd_per_lun_9735 show_cmd_per_lun 0 9735 NULL nohasharray
-+c2port_show_rev_id_9735 c2port_show_rev_id 0 9735 &show_cmd_per_lun_9735
-+get_flashnode_param_9736 get_flashnode_param 0 9736 NULL
-+ieee80211_if_fmt_num_mcast_sta_9738 ieee80211_if_fmt_num_mcast_sta 3 9738 NULL nohasharray
-+fan_get_9738 fan_get 0 9738 &ieee80211_if_fmt_num_mcast_sta_9738
-+number_of_sets_show_9739 number_of_sets_show 0 9739 NULL
-+shmem_replace_page_9740 shmem_replace_page 0 9740 NULL
-+ddb_input_read_9743 ddb_input_read 3-0 9743 NULL nohasharray
-+set_otp1_9743 set_otp1 4-0 9743 &ddb_input_read_9743
-+uuid_show_9749 uuid_show 0 9749 NULL
-+regmap_multi_reg_write_bypassed_9751 regmap_multi_reg_write_bypassed 3 9751 NULL nohasharray
-+sta_last_ack_signal_read_9751 sta_last_ack_signal_read 3-0 9751 &regmap_multi_reg_write_bypassed_9751
-+dsa_slave_get_regs_len_9753 dsa_slave_get_regs_len 0 9753 NULL
-+o2nm_cluster_attr_fence_method_write_9755 o2nm_cluster_attr_fence_method_write 0-3 9755 NULL
-+pcpu_alloc_9757 pcpu_alloc 1-2 9757 NULL
-+store_fc_rport_fast_io_fail_tmo_9761 store_fc_rport_fast_io_fail_tmo 0-4 9761 NULL
-+set_rtc_irq_bit_9763 set_rtc_irq_bit 0 9763 NULL
-+__alloc_percpu_9764 __alloc_percpu 1-2 9764 NULL
-+sctp_send_asconf_del_ip_9767 sctp_send_asconf_del_ip 0 9767 NULL
-+amd_decode_mce_9768 amd_decode_mce 0 9768 NULL
-+sh_eth_check_reset_9773 sh_eth_check_reset 0 9773 NULL
-+mapping_error_9774 mapping_error 0 9774 NULL
-+eni_open_9778 eni_open 0 9778 NULL
-+reset_write_9784 reset_write 0-3 9784 NULL
-+wl12xx_fetch_firmware_9788 wl12xx_fetch_firmware 0 9788 NULL nohasharray
-+gpio_value_store_9788 gpio_value_store 0-4 9788 &wl12xx_fetch_firmware_9788
-+ali1535_transaction_9792 ali1535_transaction 0 9792 NULL
-+dib8096p_tuner_write_serpar_9793 dib8096p_tuner_write_serpar 0-3 9793 NULL
-+bio_alloc_map_data_9798 bio_alloc_map_data 1 9798 NULL nohasharray
-+snd_pcm_dev_register_9798 snd_pcm_dev_register 0 9798 &bio_alloc_map_data_9798
-+ath10k_debug_start_9800 ath10k_debug_start 0 9800 NULL
-+_regmap_write_9803 _regmap_write 0 9803 NULL
-+can_change_mtu_9804 can_change_mtu 0 9804 NULL
-+snd_pcm_lib_alloc_vmalloc_32_buffer_9813 snd_pcm_lib_alloc_vmalloc_32_buffer 2 9813 NULL nohasharray
-+ieee80211_if_read_state_9813 ieee80211_if_read_state 3-0 9813 &snd_pcm_lib_alloc_vmalloc_32_buffer_9813 nohasharray
-+udpv6_recvmsg_9813 udpv6_recvmsg 4-0 9813 &ieee80211_if_read_state_9813
-+ath9k_start_9815 ath9k_start 0 9815 NULL
-+pnp_mem_start_9817 pnp_mem_start 0 9817 NULL
-+kernel_physical_mapping_init_9818 kernel_physical_mapping_init 0-2-1 9818 NULL
-+regulator_bypass_show_9824 regulator_bypass_show 0 9824 NULL
-+show_sas_rphy_bay_identifier_9826 show_sas_rphy_bay_identifier 0 9826 NULL nohasharray
-+tipc_setsockopt_9826 tipc_setsockopt 0 9826 &show_sas_rphy_bay_identifier_9826
-+log_recovery_delay_show_9827 log_recovery_delay_show 0 9827 NULL
-+compat_SyS_vmsplice_9828 compat_SyS_vmsplice 3 9828 NULL
-+parport_uss720_ecp_write_addr_9838 parport_uss720_ecp_write_addr 0 9838 NULL
-+dvb_dvr_set_buffer_size_9840 dvb_dvr_set_buffer_size 2 9840 NULL
-+rtl92ce_hw_init_9858 rtl92ce_hw_init 0 9858 NULL
-+garmin_write_room_9859 garmin_write_room 0 9859 NULL
-+iwl_poll_prph_bit_9861 iwl_poll_prph_bit 0 9861 NULL
-+bfad_im_model_show_9862 bfad_im_model_show 0 9862 NULL nohasharray
-+sha256_ssse3_finup_9862 sha256_ssse3_finup 0 9862 &bfad_im_model_show_9862
-+pmcraid_alloc_sglist_9864 pmcraid_alloc_sglist 1 9864 NULL
-+pep_recvmsg_9866 pep_recvmsg 3 9866 NULL
-+task_can_attach_9867 task_can_attach 0 9867 NULL
-+f1x_translate_sysaddr_to_cs_9868 f1x_translate_sysaddr_to_cs 2 9868 NULL
-+wil_read_file_ioblob_9878 wil_read_file_ioblob 3-0 9878 NULL nohasharray
-+dir_commit_chunk_9878 dir_commit_chunk 3 9878 &wil_read_file_ioblob_9878
-+ping_v4_sendmsg_9883 ping_v4_sendmsg 3 9883 NULL
-+fuse_dev_read_9884 fuse_dev_read 0 9884 NULL
-+wl1271_cmd_radio_parms_9886 wl1271_cmd_radio_parms 0 9886 NULL
-+show_sensor_9889 show_sensor 0 9889 NULL
-+snd_midi_event_new_9893 snd_midi_event_new 1 9893 NULL nohasharray
-+bm_register_write_9893 bm_register_write 3-0 9893 &snd_midi_event_new_9893
-+snd_gf1_pcm_playback_copy_9895 snd_gf1_pcm_playback_copy 5 9895 NULL
-+aac_show_vendor_9903 aac_show_vendor 0 9903 NULL nohasharray
-+sf1_write_9903 sf1_write 0 9903 &aac_show_vendor_9903
-+write_9907 write 0-3 9907 NULL
-+compat_sys_ipc_9912 compat_sys_ipc 3 9912 NULL
-+sr_write_cmd_async_9921 sr_write_cmd_async 5 9921 NULL
-+bq2415x_i2c_read_bit_9924 bq2415x_i2c_read_bit 3-0 9924 NULL
-+file_permission_9925 file_permission 0 9925 NULL
-+zd1201_mac_reset_9926 zd1201_mac_reset 0 9926 NULL
-+iwl_dbgfs_prph_reg_read_9928 iwl_dbgfs_prph_reg_read 3-0 9928 NULL
-+store_remote_ip_9929 store_remote_ip 0 9929 NULL
-+metapage_writepage_9936 metapage_writepage 0 9936 NULL
-+tc3589x_reg_read_9940 tc3589x_reg_read 0 9940 NULL
-+pstore_ftrace_knob_read_9947 pstore_ftrace_knob_read 3 9947 NULL
-+read_file_misc_9948 read_file_misc 3-0 9948 NULL
-+bh1770_get_lux_rate_9949 bh1770_get_lux_rate 0 9949 NULL
-+set_rxd_buffer_pointer_9950 set_rxd_buffer_pointer 8 9950 NULL
-+ext2_new_blocks_9954 ext2_new_blocks 2-0 9954 NULL
-+iscsi_tpg_param_show_MaxOutstandingR2T_9959 iscsi_tpg_param_show_MaxOutstandingR2T 0 9959 NULL
-+SyS_gethostname_9964 SyS_gethostname 2 9964 NULL
-+iscsit_ta_demo_mode_discovery_9966 iscsit_ta_demo_mode_discovery 0 9966 NULL nohasharray
-+edac_dev_block_store_9966 edac_dev_block_store 0-4 9966 &iscsit_ta_demo_mode_discovery_9966
-+get_free_serial_index_9969 get_free_serial_index 0 9969 NULL
-+vivid_loop_out_s_ctrl_9970 vivid_loop_out_s_ctrl 0 9970 NULL nohasharray
-+store_9970 store 0 9970 &vivid_loop_out_s_ctrl_9970
-+btrfs_add_link_9973 btrfs_add_link 5 9973 NULL nohasharray
-+show_fcstat_rx_frames_9973 show_fcstat_rx_frames 0 9973 &btrfs_add_link_9973
-+ath6kl_usb_submit_ctrl_out_9978 ath6kl_usb_submit_ctrl_out 6 9978 NULL nohasharray
-+compat_import_iovec_9978 compat_import_iovec 3-0 9978 &ath6kl_usb_submit_ctrl_out_9978
-+il4965_dump_fh_9979 il4965_dump_fh 0 9979 NULL
-+twl6040_power_up_manual_9982 twl6040_power_up_manual 0 9982 NULL nohasharray
-+sscanf_9982 sscanf 0 9982 &twl6040_power_up_manual_9982 nohasharray
-+ixgbevf_obtain_mbx_lock_vf_9982 ixgbevf_obtain_mbx_lock_vf 0 9982 &sscanf_9982
-+max_power_store_9983 max_power_store 0-4 9983 NULL nohasharray
-+store_fan16_9983 store_fan16 0-4 9983 &max_power_store_9983
-+SYSC_move_pages_9986 SYSC_move_pages 2 9986 NULL nohasharray
-+nfs_writepage_locked_9986 nfs_writepage_locked 0 9986 &SYSC_move_pages_9986
-+ems_usb_command_msg_9991 ems_usb_command_msg 0 9991 NULL
-+set_tcrit1_9995 set_tcrit1 0-4 9995 NULL
-+ath10k_peer_create_9999 ath10k_peer_create 0 9999 NULL
-+store_als_en_10003 store_als_en 0-4 10003 NULL
-+dimmdev_edac_mode_show_10010 dimmdev_edac_mode_show 0 10010 NULL
-+check_tp_10015 check_tp 0 10015 NULL
-+i915_gem_obj_ggtt_pin_10018 i915_gem_obj_ggtt_pin 0 10018 NULL
-+aat2870_dump_reg_10019 aat2870_dump_reg 0 10019 NULL
-+da9063_rtc_stop_alarm_10020 da9063_rtc_stop_alarm 0 10020 NULL
-+nouveau_hwmon_set_temp1_auto_point1_temp_hyst_10022 nouveau_hwmon_set_temp1_auto_point1_temp_hyst 0-4 10022 NULL
-+handle_request_10024 handle_request 9 10024 NULL
-+show_tcpRtoMin_10025 show_tcpRtoMin 0 10025 NULL
-+igb_enable_sriov_10027 igb_enable_sriov 0 10027 NULL
-+hdmi_pin_hbr_setup_10030 hdmi_pin_hbr_setup 0 10030 NULL
-+bnx2_alloc_bad_rbuf_10032 bnx2_alloc_bad_rbuf 0 10032 NULL
-+show_fc_vport_roles_10033 show_fc_vport_roles 0 10033 NULL
-+rx8581_rtc_read_time_10036 rx8581_rtc_read_time 0 10036 NULL
-+mgmt_alloc_cmd_data_10037 mgmt_alloc_cmd_data 0 10037 NULL
-+protection_level_store_10041 protection_level_store 0-4 10041 NULL
-+wcn36xx_add_interface_10046 wcn36xx_add_interface 0 10046 NULL nohasharray
-+sm501fb_set_par_pnl_10046 sm501fb_set_par_pnl 0 10046 &wcn36xx_add_interface_10046
-+bop_propagate_10048 bop_propagate 0 10048 NULL
-+wl1271_acx_bcn_dtim_options_10051 wl1271_acx_bcn_dtim_options 0 10051 NULL
-+regulator_ena_gpio_ctrl_10053 regulator_ena_gpio_ctrl 0 10053 NULL nohasharray
-+mlx4_en_config_rss_qp_10053 mlx4_en_config_rss_qp 0 10053 &regulator_ena_gpio_ctrl_10053
-+show_protocol_stat_10062 show_protocol_stat 0 10062 NULL
-+vfio_pci_write_10063 vfio_pci_write 3-0 10063 NULL
-+asymmetric_key_generate_id_10064 asymmetric_key_generate_id 4-2 10064 NULL nohasharray
-+send_common_10064 send_common 0 10064 &asymmetric_key_generate_id_10064 nohasharray
-+bnad_setup_rx_10064 bnad_setup_rx 0 10064 &send_common_10064
-+ksdazzle_change_speed_10068 ksdazzle_change_speed 0 10068 NULL
-+e100_get_regs_len_10071 e100_get_regs_len 0 10071 NULL
-+epat_read_regr_10074 epat_read_regr 0 10074 NULL
-+arkfb_set_par_10075 arkfb_set_par 0 10075 NULL
-+ali1563_block_start_10077 ali1563_block_start 0 10077 NULL
-+cdc_ncm_show_wNdpInAlignment_10081 cdc_ncm_show_wNdpInAlignment 0 10081 NULL nohasharray
-+_ctl_device_handle_show_10081 _ctl_device_handle_show 0 10081 &cdc_ncm_show_wNdpInAlignment_10081 nohasharray
-+wl1271_acx_feature_cfg_10081 wl1271_acx_feature_cfg 0 10081 &_ctl_device_handle_show_10081
-+hr222_pll_freq_register_10084 hr222_pll_freq_register 0 10084 NULL
-+fsa9480_set_manualsw_10088 fsa9480_set_manualsw 0-4 10088 NULL
-+il_add_station_common_10089 il_add_station_common 0 10089 NULL
-+dev_exceptions_copy_10091 dev_exceptions_copy 0 10091 NULL
-+xfs_attr_rmtval_get_10092 xfs_attr_rmtval_get 0 10092 NULL
-+class_show_10093 class_show 0 10093 NULL
-+nr_create_10094 nr_create 0 10094 NULL
-+show_pwm_min_10095 show_pwm_min 0 10095 NULL
-+adp8860_bl_l3_dark_dim_store_10096 adp8860_bl_l3_dark_dim_store 4-0 10096 NULL
-+sctp_primitive_ASCONF_10098 sctp_primitive_ASCONF 0 10098 NULL nohasharray
-+bcm5482_config_init_10098 bcm5482_config_init 0 10098 &sctp_primitive_ASCONF_10098
-+wm831x_gpio_direction_in_10099 wm831x_gpio_direction_in 0 10099 NULL
-+em28xx_read_reg_req_len_10100 em28xx_read_reg_req_len 0 10100 NULL nohasharray
-+nouveau_hwmon_show_temp_10100 nouveau_hwmon_show_temp 0 10100 &em28xx_read_reg_req_len_10100
-+ubifs_tnc_add_10103 ubifs_tnc_add 0 10103 NULL
-+xfs_btree_check_lptr_10104 xfs_btree_check_lptr 0 10104 NULL
-+ufs_bitmap_search_10105 ufs_bitmap_search 0-3 10105 NULL
-+get_elem_size_10110 get_elem_size 0-2 10110 NULL nohasharray
-+dynamic_ps_timeout_read_10110 dynamic_ps_timeout_read 3-0 10110 &get_elem_size_10110
-+rocker_desc_err_10111 rocker_desc_err 0 10111 NULL
-+gfs2_meta_read_10112 gfs2_meta_read 0 10112 NULL nohasharray
-+link_schedule_user_10112 link_schedule_user 0 10112 &gfs2_meta_read_10112
-+host_control_smi_type_store_10118 host_control_smi_type_store 0-4 10118 NULL
-+snd_vortex_pcm_trigger_10123 snd_vortex_pcm_trigger 0 10123 NULL
-+wl1271_acx_host_if_cfg_bitmap_10124 wl1271_acx_host_if_cfg_bitmap 0 10124 NULL
-+offset_to_bit_10134 offset_to_bit 0 10134 NULL nohasharray
-+SyS_migrate_pages_10134 SyS_migrate_pages 2 10134 &offset_to_bit_10134
-+tipc_l2_device_event_10137 tipc_l2_device_event 0 10137 NULL
-+dev_get_valid_name_10138 dev_get_valid_name 0 10138 NULL
-+tw9906_s_ctrl_10143 tw9906_s_ctrl 0 10143 NULL
-+null_hash_setkey_10147 null_hash_setkey 0 10147 NULL
-+qlge_open_10148 qlge_open 0 10148 NULL
-+show_alarms_10150 show_alarms 0 10150 NULL
-+__dev_mc_add_10152 __dev_mc_add 0 10152 NULL
-+enable_iso_interface_10154 enable_iso_interface 0 10154 NULL
-+aes_decrypt_packets_read_10155 aes_decrypt_packets_read 3-0 10155 NULL
-+rx_out_of_mem_read_10157 rx_out_of_mem_read 3-0 10157 NULL nohasharray
-+lm3530_init_registers_10157 lm3530_init_registers 0 10157 &rx_out_of_mem_read_10157 nohasharray
-+tracing_nsecs_write_10157 tracing_nsecs_write 3 10157 &lm3530_init_registers_10157
-+ol_chunk_entries_10159 ol_chunk_entries 0 10159 NULL nohasharray
-+hidg_alloc_ep_req_10159 hidg_alloc_ep_req 2 10159 &ol_chunk_entries_10159
-+brcmf_msgbuf_init_pktids_10160 brcmf_msgbuf_init_pktids 1 10160 NULL
-+snd_virmidi_dev_attach_seq_10164 snd_virmidi_dev_attach_seq 0 10164 NULL nohasharray
-+sh_eth_get_sset_count_10164 sh_eth_get_sset_count 0 10164 &snd_virmidi_dev_attach_seq_10164
-+asd_store_update_bios_10165 asd_store_update_bios 4-0 10165 NULL
-+icmpv6_error_10167 icmpv6_error 0 10167 NULL nohasharray
-+cx2341x_hdl_api_10167 cx2341x_hdl_api 0 10167 &icmpv6_error_10167
-+kstrtol_from_user_10168 kstrtol_from_user 2-0 10168 NULL
-+persistent_ram_vmap_10169 persistent_ram_vmap 1-2 10169 NULL
-+init_rfdlist_10170 init_rfdlist 0 10170 NULL
-+proc_pid_attr_read_10173 proc_pid_attr_read 3-0 10173 NULL
-+hpfs_statfs_10175 hpfs_statfs 0 10175 NULL
-+pci_bus_write_config_word_10180 pci_bus_write_config_word 0 10180 NULL
-+jffs2_user_setxattr_10182 jffs2_user_setxattr 4-0 10182 NULL
-+address_read_file_10187 address_read_file 0 10187 NULL
-+cw1200_wsm_dumps_10192 cw1200_wsm_dumps 0-3 10192 NULL
-+proc_pid_permission_10194 proc_pid_permission 0 10194 NULL
-+volume_set_mute_10197 volume_set_mute 0 10197 NULL
-+cy8ctmg110_write_regs_10204 cy8ctmg110_write_regs 3 10204 NULL
-+extent_writepages_10205 extent_writepages 0 10205 NULL
-+cmpc_accel_g_select_show_v4_10207 cmpc_accel_g_select_show_v4 0 10207 NULL
-+lpfc_link_state_store_10215 lpfc_link_state_store 0-4 10215 NULL
-+__nf_nat_alloc_null_binding_10216 __nf_nat_alloc_null_binding 0 10216 NULL
-+wl12xx_spi_raw_write_10217 wl12xx_spi_raw_write 0 10217 NULL
-+ihex_validate_fw_10218 ihex_validate_fw 0 10218 NULL nohasharray
-+register_ftrace_function_10218 register_ftrace_function 0 10218 &ihex_validate_fw_10218
-+xfs_attr_rmtval_copyout_10222 xfs_attr_rmtval_copyout 0 10222 NULL
-+fsync_10223 fsync 0 10223 NULL
-+keene_cmd_main_10225 keene_cmd_main 0 10225 NULL nohasharray
-+ima_parse_add_rule_10225 ima_parse_add_rule 0 10225 &keene_cmd_main_10225
-+adv7175_g_fmt_10230 adv7175_g_fmt 0 10230 NULL
-+ican3_old_send_msg_10231 ican3_old_send_msg 0 10231 NULL
-+ec168_i2c_xfer_10235 ec168_i2c_xfer 0-3 10235 NULL
-+videobuf_dma_init_overlay_10236 videobuf_dma_init_overlay 0 10236 NULL
-+adfs_fplus_sync_10238 adfs_fplus_sync 0 10238 NULL
-+drbd_send_all_10239 drbd_send_all 4 10239 NULL
-+hdlc_rpr_irq_10240 hdlc_rpr_irq 2 10240 NULL nohasharray
-+qlcnic_83xx_add_rings_10240 qlcnic_83xx_add_rings 0 10240 &hdlc_rpr_irq_10240
-+ecryptfs_readpage_10242 ecryptfs_readpage 0 10242 NULL
-+pm8001_ctl_sas_spec_support_show_10243 pm8001_ctl_sas_spec_support_show 0 10243 NULL
-+nfc_alloc_recv_skb_10244 nfc_alloc_recv_skb 1 10244 NULL nohasharray
-+__uncore_filter_mask_show_10244 __uncore_filter_mask_show 0 10244 &nfc_alloc_recv_skb_10244 nohasharray
-+mutex_lock_killable_10244 mutex_lock_killable 0 10244 &__uncore_filter_mask_show_10244
-+ipip6_tunnel_init_10251 ipip6_tunnel_init 0 10251 NULL
-+ov2640_mask_set_10255 ov2640_mask_set 0 10255 NULL
-+cciss_proc_write_10259 cciss_proc_write 3-0 10259 NULL
-+store_protocols_10261 store_protocols 0-4 10261 NULL
-+snd_pcm_lib_preallocate_pages1_10273 snd_pcm_lib_preallocate_pages1 2 10273 NULL nohasharray
-+target_core_dev_attrib_attr_store_10273 target_core_dev_attrib_attr_store 0 10273 &snd_pcm_lib_preallocate_pages1_10273 nohasharray
-+irq_affinity_proc_write_10273 irq_affinity_proc_write 3-0 10273 &target_core_dev_attrib_attr_store_10273
-+xfs_bmbt_alloc_block_10277 xfs_bmbt_alloc_block 0 10277 NULL
-+rx8025_get_clock_adjust_10280 rx8025_get_clock_adjust 0 10280 NULL
-+__qlcnic_pci_sriov_enable_10281 __qlcnic_pci_sriov_enable 2-0 10281 NULL
-+add_keys_10284 add_keys 0 10284 NULL
-+snd_rme9652_capture_copy_10287 snd_rme9652_capture_copy 5 10287 NULL
-+ubi_leb_change_10289 ubi_leb_change 4-0 10289 NULL nohasharray
-+adp8870_bl_l5_dark_max_show_10289 adp8870_bl_l5_dark_max_show 0 10289 &ubi_leb_change_10289
-+nvif_object_new_10300 nvif_object_new 5 10300 NULL
-+therm_throt_device_show_core_throttle_count_10305 therm_throt_device_show_core_throttle_count 0 10305 NULL
-+diolan_usb_transfer_10306 diolan_usb_transfer 0 10306 NULL nohasharray
-+rocker_port_ctrl_vlan_add_10306 rocker_port_ctrl_vlan_add 0 10306 &diolan_usb_transfer_10306
-+usb_device_read_10309 usb_device_read 0-3 10309 NULL
-+read_emulate_10310 read_emulate 2-4 10310 NULL nohasharray
-+b43legacy_dma_mapping_error_10310 b43legacy_dma_mapping_error 2 10310 &read_emulate_10310
-+prod_id3_show_10314 prod_id3_show 0 10314 NULL
-+show_in_max_alarm_10319 show_in_max_alarm 0 10319 NULL
-+read_file_spectral_count_10320 read_file_spectral_count 3-0 10320 NULL nohasharray
-+ican3_send_msg_10320 ican3_send_msg 0 10320 &read_file_spectral_count_10320
-+ldo_regulator_enable_10323 ldo_regulator_enable 0 10323 NULL nohasharray
-+zd_chip_enable_hwint_10323 zd_chip_enable_hwint 0 10323 &ldo_regulator_enable_10323
-+cifs_permission_10324 cifs_permission 0 10324 NULL
-+matroxfb_check_var_10327 matroxfb_check_var 0 10327 NULL nohasharray
-+compat_SyS_writev_10327 compat_SyS_writev 3 10327 &matroxfb_check_var_10327
-+ubi_leb_read_10328 ubi_leb_read 0 10328 NULL
-+bcmgenet_alloc_rx_buffers_10329 bcmgenet_alloc_rx_buffers 0 10329 NULL
-+netlbl_catmap_setbit_10331 netlbl_catmap_setbit 0 10331 NULL
-+core_alua_show_implicit_trans_secs_10332 core_alua_show_implicit_trans_secs 0 10332 NULL nohasharray
-+usb_string_copy_10332 usb_string_copy 0 10332 &core_alua_show_implicit_trans_secs_10332
-+__smb_init_10336 __smb_init 0 10336 NULL
-+tun_sendmsg_10337 tun_sendmsg 0-4 10337 NULL
-+em28xx_read_reg_req_len_10340 em28xx_read_reg_req_len 0 10340 NULL nohasharray
-+softing_startstop_10340 softing_startstop 0 10340 &em28xx_read_reg_req_len_10340
-+mwifiex_send_tdls_data_frame_10347 mwifiex_send_tdls_data_frame 7 10347 NULL
-+ufx_alloc_urb_list_10349 ufx_alloc_urb_list 3 10349 NULL
-+erst_exec_load_var2_10352 erst_exec_load_var2 0 10352 NULL
-+dbAllocAny_10354 dbAllocAny 0 10354 NULL nohasharray
-+durations_show_10354 durations_show 0 10354 &dbAllocAny_10354
-+ath6kl_listen_int_read_10355 ath6kl_listen_int_read 3-0 10355 NULL
-+sta_ht_capa_read_10366 sta_ht_capa_read 3-0 10366 NULL
-+inotify_handle_event_10370 inotify_handle_event 0 10370 NULL
-+sh_dmae_nmi_handler_10371 sh_dmae_nmi_handler 0 10371 NULL
-+smc91c92_resume_10372 smc91c92_resume 0 10372 NULL
-+phy_connect_direct_10374 phy_connect_direct 0 10374 NULL
-+iscsi_nacl_param_show_MaxConnections_10377 iscsi_nacl_param_show_MaxConnections 0 10377 NULL
-+ecryptfs_decode_and_decrypt_filename_10379 ecryptfs_decode_and_decrypt_filename 5 10379 NULL nohasharray
-+rxon_assoc_10379 rxon_assoc 0 10379 &ecryptfs_decode_and_decrypt_filename_10379
-+show_rdac0_10381 show_rdac0 0 10381 NULL
-+si5351_clkin_prepare_10394 si5351_clkin_prepare 0 10394 NULL nohasharray
-+update_bits_10394 update_bits 0 10394 &si5351_clkin_prepare_10394
-+show_gpio_10395 show_gpio 0 10395 NULL
-+do_compat_pselect_10398 do_compat_pselect 1 10398 NULL
-+airspy_start_streaming_10403 airspy_start_streaming 0 10403 NULL nohasharray
-+ad7791_set_mode_10403 ad7791_set_mode 0 10403 &airspy_start_streaming_10403
-+snd_cs4281_capture_prepare_10410 snd_cs4281_capture_prepare 0 10410 NULL
-+ima_fw_from_file_10420 ima_fw_from_file 0 10420 NULL
-+dead_read_lines_10421 dead_read_lines 0 10421 NULL
-+uhid_hid_output_report_10423 uhid_hid_output_report 0-3 10423 NULL
-+isl29003_store_power_state_10424 isl29003_store_power_state 0-4 10424 NULL
-+elan_i2c_write_cmd_10433 elan_i2c_write_cmd 0 10433 NULL
-+max1363_monitor_store_freq_10434 max1363_monitor_store_freq 0-4 10434 NULL nohasharray
-+fwtty_rx_10434 fwtty_rx 3 10434 &max1363_monitor_store_freq_10434
-+wacom_led1_select_store_10438 wacom_led1_select_store 0-4 10438 NULL
-+ov9640_reg_write_10440 ov9640_reg_write 0 10440 NULL
-+free_block_10441 free_block 0 10441 NULL
-+ipr_alloc_dump_10445 ipr_alloc_dump 0 10445 NULL
-+iscsi_stat_tgt_attr_show_attr_last_fail_type_10446 iscsi_stat_tgt_attr_show_attr_last_fail_type 0 10446 NULL
-+show_fc_host_supported_classes_10447 show_fc_host_supported_classes 0 10447 NULL
-+show_pwm_auto_spinup_time_10454 show_pwm_auto_spinup_time 0 10454 NULL
-+spidev_sync_write_10462 spidev_sync_write 0 10462 NULL
-+o2hb_region_dev_write_10463 o2hb_region_dev_write 0-3 10463 NULL
-+event_phy_transmit_error_read_10471 event_phy_transmit_error_read 3-0 10471 NULL
-+show_control_state_10474 show_control_state 0 10474 NULL
-+hash_ipportip6_expire_10478 hash_ipportip6_expire 4 10478 NULL
-+clip_device_event_10481 clip_device_event 0 10481 NULL
-+mt9m111_setup_geometry_10485 mt9m111_setup_geometry 0 10485 NULL
-+ath10k_wmi_vdev_start_10487 ath10k_wmi_vdev_start 0 10487 NULL
-+__il4965_up_10489 __il4965_up 0 10489 NULL nohasharray
-+lpfc_fcp_imax_store_10489 lpfc_fcp_imax_store 0-4 10489 &__il4965_up_10489
-+show_card_10491 show_card 0 10491 NULL
-+ext2_setattr_10495 ext2_setattr 0 10495 NULL
-+dst_frames_10499 dst_frames 0 10499 NULL
-+ext4_itable_unused_count_10501 ext4_itable_unused_count 0 10501 NULL
-+ca91cx42_alloc_resource_10502 ca91cx42_alloc_resource 2 10502 NULL nohasharray
-+ds2781_get_pio_pin_10502 ds2781_get_pio_pin 0 10502 &ca91cx42_alloc_resource_10502
-+si5351_vxco_prepare_10506 si5351_vxco_prepare 0 10506 NULL
-+qib_alloc_fast_reg_page_list_10507 qib_alloc_fast_reg_page_list 2 10507 NULL
-+sel_write_disable_10511 sel_write_disable 3-0 10511 NULL
-+osd_req_write_sg_kern_10514 osd_req_write_sg_kern 5 10514 NULL nohasharray
-+therm_throt_device_show_package_throttle_count_10514 therm_throt_device_show_package_throttle_count 0 10514 &osd_req_write_sg_kern_10514
-+rds_message_alloc_10517 rds_message_alloc 1 10517 NULL
-+qlcnic_pci_sriov_enable_10519 qlcnic_pci_sriov_enable 2-0 10519 NULL
-+get_vm_area_caller_10527 get_vm_area_caller 1 10527 NULL nohasharray
-+snd_als4000_playback_prepare_10527 snd_als4000_playback_prepare 0 10527 &get_vm_area_caller_10527 nohasharray
-+cw1200_start_10527 cw1200_start 0 10527 &snd_als4000_playback_prepare_10527
-+iscsi_stat_instance_show_attr_inst_10529 iscsi_stat_instance_show_attr_inst 0 10529 NULL nohasharray
-+add_control_with_pfx_10529 add_control_with_pfx 0 10529 &iscsi_stat_instance_show_attr_inst_10529
-+__ceph_tcp_sendpage_10531 __ceph_tcp_sendpage 4 10531 NULL nohasharray
-+set_temp_max_10531 set_temp_max 0-4 10531 &__ceph_tcp_sendpage_10531
-+snd_pcm_lib_read_10536 snd_pcm_lib_read 0-3 10536 NULL nohasharray
-+kstrtouint_from_user_10536 kstrtouint_from_user 2-0 10536 &snd_pcm_lib_read_10536
-+get_key_10538 get_key 0 10538 NULL
-+sas_set_phy_speed_10540 sas_set_phy_speed 0 10540 NULL
-+SYSC_read_10545 SYSC_read 3 10545 NULL
-+crypto_sha512_finup_10555 crypto_sha512_finup 0 10555 NULL
-+pm_qos_no_power_off_show_10556 pm_qos_no_power_off_show 0 10556 NULL
-+ivtv_start_10559 ivtv_start 0 10559 NULL
-+ipr_read_dump_10560 ipr_read_dump 0-5-6 10560 NULL
-+dix_show_10568 dix_show 0 10568 NULL
-+smb2_wait_mtu_credits_10573 smb2_wait_mtu_credits 0 10573 NULL
-+ext4_write_begin_10576 ext4_write_begin 3-4-0 10576 NULL nohasharray
-+lkfirst_show_10576 lkfirst_show 0 10576 &ext4_write_begin_10576
-+swsusp_write_10582 swsusp_write 0 10582 NULL
-+read_usb_charge_10584 read_usb_charge 0 10584 NULL nohasharray
-+set_cmci_disabled_10584 set_cmci_disabled 0-4 10584 &read_usb_charge_10584
-+selinux_inode_getxattr_10587 selinux_inode_getxattr 0 10587 NULL
-+scrub_remap_extent_10588 scrub_remap_extent 2 10588 NULL nohasharray
-+ds1685_rtc_sysfs_auxbatt_show_10588 ds1685_rtc_sysfs_auxbatt_show 0 10588 &scrub_remap_extent_10588
-+validate_buf_10589 validate_buf 0 10589 NULL
-+set_in_max1_10590 set_in_max1 0-4 10590 NULL
-+otp_read_10594 otp_read 5-4-2 10594 NULL
-+alloc_sdma_10596 alloc_sdma 0 10596 NULL
-+acpi_ds_create_bank_field_10598 acpi_ds_create_bank_field 0 10598 NULL
-+em28xx_i2c_send_bytes_10601 em28xx_i2c_send_bytes 0-4 10601 NULL
-+supply_map_read_file_10608 supply_map_read_file 3-0 10608 NULL
-+nvkm_xtensa_create__10615 nvkm_xtensa_create_ 8 10615 NULL
-+usb_8dev_cmd_open_10617 usb_8dev_cmd_open 0 10617 NULL nohasharray
-+vxge_hw_vpath_mac_addr_add_10617 vxge_hw_vpath_mac_addr_add 0 10617 &usb_8dev_cmd_open_10617
-+ima_show_htable_violations_10619 ima_show_htable_violations 3-0 10619 NULL nohasharray
-+migratepage_10619 migratepage 0 10619 &ima_show_htable_violations_10619
-+cxgb3_get_cpl_reply_skb_10620 cxgb3_get_cpl_reply_skb 2 10620 NULL
-+de_refill_rx_10626 de_refill_rx 0 10626 NULL
-+set_attr_mode_lsb_10628 set_attr_mode_lsb 0-4 10628 NULL
-+alloc_coherent_10632 alloc_coherent 2 10632 NULL nohasharray
-+cap_mask_show_10632 cap_mask_show 0 10632 &alloc_coherent_10632 nohasharray
-+il4965_send_tx_power_10632 il4965_send_tx_power 0 10632 &cap_mask_show_10632
-+fq_alloc_node_10633 fq_alloc_node 1 10633 NULL
-+sha256_base_do_update_10634 sha256_base_do_update 0 10634 NULL
-+ov9650_set_auto_gain_10638 ov9650_set_auto_gain 0 10638 NULL nohasharray
-+proc_sys_write_10638 proc_sys_write 0-3 10638 &ov9650_set_auto_gain_10638
-+check_transition_10639 check_transition 0 10639 NULL
-+devm_request_irq_10640 devm_request_irq 0 10640 NULL nohasharray
-+format_nfilters_10640 format_nfilters 0 10640 &devm_request_irq_10640
-+__qbuf_mmap_10642 __qbuf_mmap 0 10642 NULL
-+packet_10644 packet 0 10644 NULL
-+write_orph_node_10654 write_orph_node 0 10654 NULL
-+open_10656 open 0 10656 NULL
-+nfs_idmap_lookup_id_10660 nfs_idmap_lookup_id 2 10660 NULL nohasharray
-+ubi_io_write_vid_hdr_10660 ubi_io_write_vid_hdr 0 10660 &nfs_idmap_lookup_id_10660
-+ni65_alloc_mem_10664 ni65_alloc_mem 3 10664 NULL
-+send_unlock_10666 send_unlock 0 10666 NULL
-+parport_write_10669 parport_write 0 10669 NULL
-+b43_pio_init_10675 b43_pio_init 0 10675 NULL
-+ath9k_hw_process_ini_10682 ath9k_hw_process_ini 0 10682 NULL
-+sdram_offsets_show_10683 sdram_offsets_show 0 10683 NULL
-+aat2870_ldo_disable_10686 aat2870_ldo_disable 0 10686 NULL
-+read_10690 read 0 10690 NULL
-+edge_write_10692 edge_write 4-0 10692 NULL
-+iap_get_mode_10694 iap_get_mode 0 10694 NULL
-+__cached_dev_store_10695 __cached_dev_store 0-4 10695 NULL
-+create_endpoint_and_queue_bulk_10698 create_endpoint_and_queue_bulk 0 10698 NULL
-+ubi_wl_get_peb_10699 ubi_wl_get_peb 0 10699 NULL
-+floppy_cmos_show_10701 floppy_cmos_show 0 10701 NULL
-+selinux_inode_setxattr_10708 selinux_inode_setxattr 4-0 10708 NULL
-+qla82xx_reset_chip_10709 qla82xx_reset_chip 0 10709 NULL
-+bnad_mac_addr_set_locked_10710 bnad_mac_addr_set_locked 0 10710 NULL
-+ovl_fill_lower_10712 ovl_fill_lower 3 10712 NULL
-+rtl92cu_hw_init_10718 rtl92cu_hw_init 0 10718 NULL
-+pvr2_ioread_read_10720 pvr2_ioread_read 3-0 10720 NULL nohasharray
-+shash_async_setkey_10720 shash_async_setkey 3 10720 &pvr2_ioread_read_10720
-+radeon_set_pm_method_10722 radeon_set_pm_method 0-4 10722 NULL
-+__iscsi_complete_pdu_10726 __iscsi_complete_pdu 4 10726 NULL
-+spi_sync_10731 spi_sync 0 10731 NULL
-+sctp_getsockopt_maxseg_10737 sctp_getsockopt_maxseg 2 10737 NULL
-+show_ideapad_fan_10740 show_ideapad_fan 0 10740 NULL
-+quota_sync_store_10741 quota_sync_store 0-3 10741 NULL
-+aal0_buffer_allocate_10743 aal0_buffer_allocate 0 10743 NULL
-+sys_syslog_10746 sys_syslog 3 10746 NULL
-+alloc_one_pg_vec_page_10747 alloc_one_pg_vec_page 1 10747 NULL
-+hci_sock_bind_10748 hci_sock_bind 0 10748 NULL
-+sdram_size_show_10750 sdram_size_show 0 10750 NULL
-+btrfs_sync_file_10755 btrfs_sync_file 0 10755 NULL
-+SyS_io_getevents_10756 SyS_io_getevents 3 10756 NULL
-+lirc_dev_fop_write_10760 lirc_dev_fop_write 0-3 10760 NULL
-+rd_build_prot_space_10761 rd_build_prot_space 3-2 10761 NULL
-+kvm_read_guest_atomic_10765 kvm_read_guest_atomic 4 10765 NULL nohasharray
-+iwl_dbgfs_netdetect_write_10765 iwl_dbgfs_netdetect_write 0-3 10765 &kvm_read_guest_atomic_10765
-+ufs_write_inode_10767 ufs_write_inode 0 10767 NULL nohasharray
-+selinux_disable_10767 selinux_disable 0 10767 &ufs_write_inode_10767
-+qla4xxx_iscsi_version_show_10768 qla4xxx_iscsi_version_show 0 10768 NULL
-+__qp_memcpy_to_queue_10779 __qp_memcpy_to_queue 4-2 10779 NULL
-+max_contrast_show_10783 max_contrast_show 0 10783 NULL
-+class_osdblk_add_10788 class_osdblk_add 0-4 10788 NULL
-+rocker_port_ctrl_vlan_acl_10790 rocker_port_ctrl_vlan_acl 0 10790 NULL
-+i915_gem_wait_for_error_10791 i915_gem_wait_for_error 0 10791 NULL nohasharray
-+ad7793_set_channel_10791 ad7793_set_channel 0 10791 &i915_gem_wait_for_error_10791
-+b43_lpphy_op_init_10795 b43_lpphy_op_init 0 10795 NULL
-+ttm_dma_page_pool_free_10796 ttm_dma_page_pool_free 2-0 10796 NULL nohasharray
-+hpwdt_write_10796 hpwdt_write 0-3 10796 &ttm_dma_page_pool_free_10796
-+sys_bind_10799 sys_bind 3 10799 NULL
-+query_info_10800 query_info 0 10800 NULL
-+usbtv_queue_setup_10801 usbtv_queue_setup 0 10801 NULL
-+nfcwilink_send_bts_cmd_10802 nfcwilink_send_bts_cmd 3 10802 NULL
-+saa7706h_mute_10805 saa7706h_mute 0 10805 NULL
-+i2c_smbus_read_word_data_10810 i2c_smbus_read_word_data 0 10810 NULL nohasharray
-+vsock_stream_recvmsg_10810 vsock_stream_recvmsg 0-4 10810 &i2c_smbus_read_word_data_10810
-+rtl2832_sdr_queue_setup_10815 rtl2832_sdr_queue_setup 0 10815 NULL
-+snd_seq_ioctl_running_mode_10816 snd_seq_ioctl_running_mode 0 10816 NULL
-+make_tree_dirty_10817 make_tree_dirty 0 10817 NULL nohasharray
-+__usermodehelper_disable_10817 __usermodehelper_disable 0 10817 &make_tree_dirty_10817
-+ubifs_log_start_commit_10821 ubifs_log_start_commit 0 10821 NULL
-+b43legacy_write_initvals_10826 b43legacy_write_initvals 0 10826 NULL nohasharray
-+mmc_io_rw_direct_host_10826 mmc_io_rw_direct_host 0 10826 &b43legacy_write_initvals_10826
-+snd_hda_attach_beep_device_10828 snd_hda_attach_beep_device 0 10828 NULL
-+rsi_parse_10831 rsi_parse 0 10831 NULL
-+send_command_10832 send_command 4-0 10832 NULL nohasharray
-+pwm_enable_store_10832 pwm_enable_store 0-4 10832 &send_command_10832
-+lbs_sleepparams_read_10840 lbs_sleepparams_read 3-0 10840 NULL
-+ext4_direct_IO_10843 ext4_direct_IO 4-0 10843 NULL
-+simple_playback_build_controls_10847 simple_playback_build_controls 0 10847 NULL
-+show_therm_input_10848 show_therm_input 0 10848 NULL
-+xfs_bmbt_free_block_10850 xfs_bmbt_free_block 0 10850 NULL
-+ida_get_new_above_10853 ida_get_new_above 0-2 10853 NULL
-+fuse_conn_max_background_read_10855 fuse_conn_max_background_read 3-0 10855 NULL
-+snd_card_asihpi_playback_ioctl_10857 snd_card_asihpi_playback_ioctl 0 10857 NULL
-+usnic_ib_show_qp_per_vf_10858 usnic_ib_show_qp_per_vf 0 10858 NULL
-+read_edid_block_10860 read_edid_block 4 10860 NULL
-+btrfs_permission_10861 btrfs_permission 0 10861 NULL
-+ol_chunk_blocks_10864 ol_chunk_blocks 0 10864 NULL
-+trivial_online_10866 trivial_online 0 10866 NULL
-+xenfb_set_par_10871 xenfb_set_par 0 10871 NULL
-+snd_pcm_oss_write1_10872 snd_pcm_oss_write1 3-0 10872 NULL
-+ov7670_s_sat_hue_10873 ov7670_s_sat_hue 0 10873 NULL nohasharray
-+tw2804_s_ctrl_10873 tw2804_s_ctrl 0 10873 &ov7670_s_sat_hue_10873
-+u1_timeout_store_10874 u1_timeout_store 0-4 10874 NULL
-+rtl2832_sdr_wr_reg_mask_10875 rtl2832_sdr_wr_reg_mask 0 10875 NULL
-+mid_get_vbt_data_r0_10876 mid_get_vbt_data_r0 2 10876 NULL nohasharray
-+ims_pcu_ofn_reg_addr_store_10876 ims_pcu_ofn_reg_addr_store 0-4 10876 &mid_get_vbt_data_r0_10876
-+queue_working_time_show_10877 queue_working_time_show 0 10877 NULL
-+wiidebug_drm_write_10879 wiidebug_drm_write 3-0 10879 NULL
-+sha1_mb_final_10881 sha1_mb_final 0 10881 NULL
-+jffs2_read_inode_range_10882 jffs2_read_inode_range 0 10882 NULL
-+adt7411_show_temp_10883 adt7411_show_temp 0 10883 NULL
-+qla2x00_sysfs_read_vpd_10893 qla2x00_sysfs_read_vpd 6-0-5 10893 NULL
-+__ipath_get_user_pages_10896 __ipath_get_user_pages 0 10896 NULL
-+get_scq_10897 get_scq 2 10897 NULL
-+show_plat_type_10901 show_plat_type 0 10901 NULL nohasharray
-+isp1760_udc_start_10901 isp1760_udc_start 0 10901 &show_plat_type_10901
-+tifm_alloc_adapter_10903 tifm_alloc_adapter 1 10903 NULL nohasharray
-+mcam_vb_start_streaming_10903 mcam_vb_start_streaming 0 10903 &tifm_alloc_adapter_10903
-+bt_to_errno_10906 bt_to_errno 0 10906 NULL
-+ina209_reset_history_10909 ina209_reset_history 0-4 10909 NULL
-+tpacpi_driver_uwb_emulstate_show_10911 tpacpi_driver_uwb_emulstate_show 0 10911 NULL
-+lprocfs_wr_atomic_10912 lprocfs_wr_atomic 3 10912 NULL
-+cramfs_statfs_10915 cramfs_statfs 0 10915 NULL
-+be_cmd_get_mac_from_list_10916 be_cmd_get_mac_from_list 0 10916 NULL
-+kobject_add_10919 kobject_add 0 10919 NULL
-+qla4xxx_host_reset_10920 qla4xxx_host_reset 0 10920 NULL
-+shm_read_file_10927 shm_read_file 0 10927 NULL
-+ip_mc_join_group_10930 ip_mc_join_group 0 10930 NULL
-+ath10k_sta_state_10939 ath10k_sta_state 0 10939 NULL
-+store_guid_10944 store_guid 0-4 10944 NULL
-+show_temp_beep_10945 show_temp_beep 0 10945 NULL
-+tw9910_g_crop_10948 tw9910_g_crop 0 10948 NULL
-+drv_sta_state_10949 drv_sta_state 0 10949 NULL
-+tun_put_user_10951 tun_put_user 0 10951 NULL
-+da9052_map_irq_10952 da9052_map_irq 2 10952 NULL
-+viacam_set_flip_10955 viacam_set_flip 0 10955 NULL
-+crypto_shash_ctxsize_10958 crypto_shash_ctxsize 0 10958 NULL
-+ar9003_dump_modal_eeprom_10959 ar9003_dump_modal_eeprom 0-2-3 10959 NULL
-+bond_sysfs_slave_add_10961 bond_sysfs_slave_add 0 10961 NULL
-+ci_port_test_write_10962 ci_port_test_write 3-0 10962 NULL
-+zcxx_s_ctrl_10963 zcxx_s_ctrl 0 10963 NULL nohasharray
-+legacy_suspend_10963 legacy_suspend 0 10963 &zcxx_s_ctrl_10963
-+pfkey_process_10964 pfkey_process 0 10964 NULL
-+qlcnic_diag_alloc_res_10969 qlcnic_diag_alloc_res 0 10969 NULL
-+bm_entry_read_10976 bm_entry_read 3-0 10976 NULL nohasharray
-+node_weight_write_10976 node_weight_write 0-3 10976 &bm_entry_read_10976
-+sched_autogroup_write_10984 sched_autogroup_write 3-0 10984 NULL
-+gfs2_ok_for_dio_10987 gfs2_ok_for_dio 0 10987 NULL
-+il3945_send_tx_power_10991 il3945_send_tx_power 0 10991 NULL nohasharray
-+restart_firmware_10991 restart_firmware 0 10991 &il3945_send_tx_power_10991
-+edd_show_mbr_signature_10993 edd_show_mbr_signature 0 10993 NULL
-+show_designated_cost_10995 show_designated_cost 0 10995 NULL nohasharray
-+snd_hda_do_attach_10995 snd_hda_do_attach 0 10995 &show_designated_cost_10995
-+xfrm_hash_alloc_10997 xfrm_hash_alloc 1 10997 NULL
-+page_cache_pipe_buf_confirm_11002 page_cache_pipe_buf_confirm 0 11002 NULL
-+rx_filter_accum_arp_pend_requests_read_11003 rx_filter_accum_arp_pend_requests_read 3-0 11003 NULL
-+security_get_bools_11004 security_get_bools 0 11004 NULL
-+show_state_usage_11007 show_state_usage 0 11007 NULL nohasharray
-+niu_reset_rx_xmac_11007 niu_reset_rx_xmac 0 11007 &show_state_usage_11007
-+show_io_db_11009 show_io_db 0 11009 NULL
-+btree_write_cache_pages_11012 btree_write_cache_pages 0 11012 NULL
-+enic_open_11015 enic_open 0 11015 NULL
-+read_11017 read 0 11017 NULL
-+qla4xxx_init_firmware_11018 qla4xxx_init_firmware 0 11018 NULL
-+SetLineNumber_11023 SetLineNumber 0 11023 NULL
-+crc32_pclmul_setkey_11032 crc32_pclmul_setkey 0 11032 NULL nohasharray
-+read_11032 read 0 11032 &crc32_pclmul_setkey_11032
-+mb_find_next_bit_11037 mb_find_next_bit 0-2 11037 NULL nohasharray
-+ixgbe_disable_sriov_11037 ixgbe_disable_sriov 0 11037 &mb_find_next_bit_11037
-+shmem_listxattr_11040 shmem_listxattr 0-3 11040 NULL
-+mask_and_set_register_11042 mask_and_set_register 0 11042 NULL
-+sys_sendfile_11048 sys_sendfile 4 11048 NULL nohasharray
-+rawsock_recvmsg_11048 rawsock_recvmsg 3 11048 &sys_sendfile_11048
-+tda10048_writeregbulk_11050 tda10048_writeregbulk 4 11050 NULL
-+char2uni_11054 char2uni 0 11054 NULL
-+srpt_tpg_attrib_store_srp_sq_size_11059 srpt_tpg_attrib_store_srp_sq_size 0-3 11059 NULL
-+alc260_parse_auto_config_11061 alc260_parse_auto_config 0 11061 NULL
-+qlcnic_83xx_calculate_msix_vector_11063 qlcnic_83xx_calculate_msix_vector 0 11063 NULL
-+__sysv_write_inode_11069 __sysv_write_inode 0 11069 NULL
-+bond_enslave_11070 bond_enslave 0 11070 NULL
-+lpt_gc_lnum_11073 lpt_gc_lnum 0 11073 NULL
-+bond_get_size_11077 bond_get_size 0 11077 NULL
-+tcp_send_mss_11079 tcp_send_mss 0 11079 NULL
-+count_argc_11083 count_argc 0 11083 NULL
-+gt_min_freq_mhz_show_11084 gt_min_freq_mhz_show 0 11084 NULL
-+sda_in_11093 sda_in 0 11093 NULL
-+ds2781_write_user_eeprom_bin_11094 ds2781_write_user_eeprom_bin 6-5-0 11094 NULL nohasharray
-+wlcore_fw_wakeup_11094 wlcore_fw_wakeup 0 11094 &ds2781_write_user_eeprom_bin_11094
-+hash_sendmsg_11095 hash_sendmsg 0-4 11095 NULL
-+aio_read_11102 aio_read 0 11102 NULL
-+show_cmd_sg_entries_11103 show_cmd_sg_entries 0 11103 NULL
-+avc_stream_set_format_11105 avc_stream_set_format 5 11105 NULL
-+kvm_write_guest_cached_11106 kvm_write_guest_cached 4 11106 NULL
-+v_midi_open_11109 v_midi_open 0 11109 NULL
-+wl18xx_top_reg_read_11114 wl18xx_top_reg_read 0 11114 NULL
-+pinctrl_get_device_gpio_range_11118 pinctrl_get_device_gpio_range 0 11118 NULL
-+tc90522_master_xfer_11119 tc90522_master_xfer 3-0 11119 NULL
-+logi_dj_raw_event_11123 logi_dj_raw_event 4 11123 NULL
-+tracing_buffers_read_11124 tracing_buffers_read 3 11124 NULL
-+lpfc_cr_delay_store_11125 lpfc_cr_delay_store 0-4 11125 NULL
-+alloc_alien_cache_11127 alloc_alien_cache 2 11127 NULL
-+store_frontswap_inertia_11129 store_frontswap_inertia 0-4 11129 NULL
-+dlfb_realloc_framebuffer_11133 dlfb_realloc_framebuffer 0 11133 NULL
-+ip6table_nat_local_fn_11142 ip6table_nat_local_fn 0 11142 NULL
-+vv6410_set_hflip_11144 vv6410_set_hflip 0 11144 NULL nohasharray
-+pcnet32_get_regs_len_11144 pcnet32_get_regs_len 0 11144 &vv6410_set_hflip_11144
-+temp_northbridge_11147 temp_northbridge 0 11147 NULL
-+process_ini_11152 process_ini 0 11152 NULL
-+ds2780_set_rsgain_register_11153 ds2780_set_rsgain_register 0 11153 NULL
-+acpi_os_map_memory_11161 acpi_os_map_memory 1-2 11161 NULL nohasharray
-+__uncore_cmask5_show_11161 __uncore_cmask5_show 0 11161 &acpi_os_map_memory_11161
-+target_core_alua_tg_pt_gp_show_attr_alua_access_status_11170 target_core_alua_tg_pt_gp_show_attr_alua_access_status 0 11170 NULL
-+ioat2_alloc_ring_11172 ioat2_alloc_ring 2 11172 NULL
-+acpi_ec_read_io_11175 acpi_ec_read_io 0-3 11175 NULL
-+dlm_user_unlock_11178 dlm_user_unlock 0 11178 NULL
-+blkdev_write_end_11180 blkdev_write_end 5-0 11180 NULL
-+hfs_statfs_11183 hfs_statfs 0 11183 NULL
-+show_local_temp8_11187 show_local_temp8 0 11187 NULL
-+store_lanerev_enb_11190 store_lanerev_enb 0-4 11190 NULL
-+tomoyo_unix_entry_11195 tomoyo_unix_entry 0 11195 NULL
-+rtl2832_sdr_wr_regs_11197 rtl2832_sdr_wr_regs 0 11197 NULL
-+fnic_show_drv_version_11198 fnic_show_drv_version 0 11198 NULL
-+snd_emu10k1x_pcm_prepare_11205 snd_emu10k1x_pcm_prepare 0 11205 NULL
-+qlcnic_get_port_stats_11206 qlcnic_get_port_stats 0 11206 NULL
-+solo_start_thread_11207 solo_start_thread 0 11207 NULL
-+fb_set_var_11211 fb_set_var 0 11211 NULL
-+dma_mapping_error_11213 dma_mapping_error 0-2 11213 NULL
-+set_pwm1_11215 set_pwm1 0-4 11215 NULL
-+test_walk_11216 test_walk 0 11216 NULL
-+sq_overhead_11218 sq_overhead 0 11218 NULL
-+zd_submit_waiting_urb_11219 zd_submit_waiting_urb 0 11219 NULL
-+__swab16p_11220 __swab16p 0 11220 NULL
-+il_dbgfs_rx_queue_read_11221 il_dbgfs_rx_queue_read 3-0 11221 NULL
-+snd_es1938_playback2_trigger_11224 snd_es1938_playback2_trigger 0 11224 NULL
-+top_off_timer_show_11232 top_off_timer_show 0 11232 NULL nohasharray
-+tda18218_wr_reg_11232 tda18218_wr_reg 0 11232 &top_off_timer_show_11232
-+xiic_bus_busy_11233 xiic_bus_busy 0 11233 NULL nohasharray
-+vid_out_start_streaming_11233 vid_out_start_streaming 0 11233 &xiic_bus_busy_11233
-+comedi_alloc_spriv_11234 comedi_alloc_spriv 2 11234 NULL
-+xfs_bmap_last_before_11237 xfs_bmap_last_before 0 11237 NULL
-+__hci_unconf_init_11239 __hci_unconf_init 0 11239 NULL nohasharray
-+__add_zone_11239 __add_zone 0 11239 &__hci_unconf_init_11239
-+il3945_show_tx_power_11240 il3945_show_tx_power 0 11240 NULL nohasharray
-+show_nservers_11240 show_nservers 0 11240 &il3945_show_tx_power_11240
-+call_usermodehelper_11245 call_usermodehelper 0 11245 NULL
-+of_irq_count_11253 of_irq_count 0 11253 NULL
-+store_refalign_11257 store_refalign 0-4 11257 NULL
-+ubifs_write_node_11258 ubifs_write_node 5-3-0 11258 NULL
-+ath5k_attr_show_noise_immunity_level_11266 ath5k_attr_show_noise_immunity_level 0 11266 NULL nohasharray
-+srpt_wwn_show_attr_version_11266 srpt_wwn_show_attr_version 0 11266 &ath5k_attr_show_noise_immunity_level_11266
-+hugetlbfs_read_11268 hugetlbfs_read 3-0 11268 NULL
-+ec_bhf_alloc_dma_mem_11271 ec_bhf_alloc_dma_mem 0 11271 NULL
-+cru_detect_11272 cru_detect 1 11272 NULL
-+ath6kl_power_params_write_11274 ath6kl_power_params_write 3-0 11274 NULL
-+qnx6_readpage_11279 qnx6_readpage 0 11279 NULL
-+SYSC_getrandom_11294 SYSC_getrandom 2 11294 NULL
-+reg_write_11295 reg_write 0 11295 NULL
-+mptscsih_debug_level_store_11299 mptscsih_debug_level_store 0-4 11299 NULL
-+ssb_pcmcia_cor_setup_11300 ssb_pcmcia_cor_setup 0 11300 NULL
-+vhci_urb_enqueue_11304 vhci_urb_enqueue 0 11304 NULL nohasharray
-+show_mtu_11304 show_mtu 0 11304 &vhci_urb_enqueue_11304
-+__proc_daemon_file_11305 __proc_daemon_file 5 11305 NULL
-+rtl2832_sdr_alloc_urbs_11306 rtl2832_sdr_alloc_urbs 0 11306 NULL
-+cma_clear_bitmap_11308 cma_clear_bitmap 3 11308 NULL
-+tcp_send_rcvq_11316 tcp_send_rcvq 3-0 11316 NULL
-+vidioc_qbuf_11319 vidioc_qbuf 0 11319 NULL
-+kovaplus_sysfs_read_profilex_settings_11320 kovaplus_sysfs_read_profilex_settings 0-5-6 11320 NULL nohasharray
-+iscsi_stat_tgt_attr_attr_show_11320 iscsi_stat_tgt_attr_attr_show 0 11320 &kovaplus_sysfs_read_profilex_settings_11320
-+tiadc_buffer_postdisable_11321 tiadc_buffer_postdisable 0 11321 NULL
-+iwl_dbgfs_ss_force_read_11323 iwl_dbgfs_ss_force_read 3-0 11323 NULL
-+shmem_radix_tree_replace_11325 shmem_radix_tree_replace 0 11325 NULL
-+construct_key_11329 construct_key 3 11329 NULL nohasharray
-+__kfifo_out_peek_11329 __kfifo_out_peek 0-3 11329 &construct_key_11329
-+cfctrl_linkup_request_11331 cfctrl_linkup_request 0 11331 NULL
-+usb_store_new_id_11334 usb_store_new_id 0-5 11334 NULL
-+seq_copy_in_user_11336 seq_copy_in_user 3 11336 NULL nohasharray
-+patch_nvhdmi_8ch_7x_11336 patch_nvhdmi_8ch_7x 0 11336 &seq_copy_in_user_11336
-+ufx_enable_11338 ufx_enable 0 11338 NULL
-+dev_uc_add_11343 dev_uc_add 0 11343 NULL
-+setup_cpu_watcher_11344 setup_cpu_watcher 0 11344 NULL
-+ext4_get_inline_size_11349 ext4_get_inline_size 0 11349 NULL
-+mt9m001_s_stream_11350 mt9m001_s_stream 0 11350 NULL
-+kmx61_mag_validate_trigger_11352 kmx61_mag_validate_trigger 0 11352 NULL
-+sel_write_create_11353 sel_write_create 3 11353 NULL
-+show_in1_input_11354 show_in1_input 0 11354 NULL
-+handle_unit_11355 handle_unit 0-1 11355 NULL
-+batadv_skb_head_push_11360 batadv_skb_head_push 2 11360 NULL nohasharray
-+create_input_ctls_11360 create_input_ctls 0 11360 &batadv_skb_head_push_11360
-+of_get_available_child_count_11361 of_get_available_child_count 0 11361 NULL
-+drm_vblank_init_11362 drm_vblank_init 2 11362 NULL nohasharray
-+thread_siblings_list_show_11362 thread_siblings_list_show 0 11362 &drm_vblank_init_11362
-+nilfs_superblock_sb_write_time_secs_show_11367 nilfs_superblock_sb_write_time_secs_show 0 11367 NULL nohasharray
-+lp3943_pwm_set_mode_11367 lp3943_pwm_set_mode 0 11367 &nilfs_superblock_sb_write_time_secs_show_11367
-+qib_get_base_info_11369 qib_get_base_info 3-0 11369 NULL
-+saa6752hs_g_mbus_fmt_11370 saa6752hs_g_mbus_fmt 0 11370 NULL
-+thermal_cooling_device_cur_state_show_11373 thermal_cooling_device_cur_state_show 0 11373 NULL
-+xfs_bmap_add_attrfork_btree_11375 xfs_bmap_add_attrfork_btree 0 11375 NULL
-+lpfc_poll_tmo_show_11377 lpfc_poll_tmo_show 0 11377 NULL
-+__spi_queued_transfer_11379 __spi_queued_transfer 0 11379 NULL
-+rtl2832_sdr_alloc_stream_bufs_11380 rtl2832_sdr_alloc_stream_bufs 0 11380 NULL
-+tcf_register_action_11381 tcf_register_action 2 11381 NULL
-+ext_prop_type_store_11385 ext_prop_type_store 0-3 11385 NULL
-+po1030_set_gain_11386 po1030_set_gain 0 11386 NULL nohasharray
-+tboot_cpu_callback_11386 tboot_cpu_callback 0 11386 &po1030_set_gain_11386
-+merge_across_nodes_store_11387 merge_across_nodes_store 0-4 11387 NULL
-+af9035_rd_regs_11391 af9035_rd_regs 0 11391 NULL nohasharray
-+gfs2_quota_refresh_11391 gfs2_quota_refresh 0 11391 &af9035_rd_regs_11391
-+isku_sysfs_read_keys_capslock_11392 isku_sysfs_read_keys_capslock 6-0-5 11392 NULL
-+qib_write_11394 qib_write 0-3 11394 NULL
-+niu_reset_tx_xmac_11397 niu_reset_tx_xmac 0 11397 NULL
-+dev_irnet_write_11398 dev_irnet_write 3-0 11398 NULL nohasharray
-+store_selfballoon_interval_11398 store_selfballoon_interval 0-4 11398 &dev_irnet_write_11398
-+cw1200_add_interface_11399 cw1200_add_interface 0 11399 NULL nohasharray
-+tse_change_mtu_11399 tse_change_mtu 0 11399 &cw1200_add_interface_11399
-+get_fan_11400 get_fan 0 11400 NULL
-+ip_mc_add1_src_11402 ip_mc_add1_src 0 11402 NULL nohasharray
-+lprocfs_wr_evict_client_11402 lprocfs_wr_evict_client 3 11402 &ip_mc_add1_src_11402
-+attention_read_file_11404 attention_read_file 0 11404 NULL
-+bnx2x_config_rss_eth_11407 bnx2x_config_rss_eth 0 11407 NULL
-+___alloc_bootmem_11410 ___alloc_bootmem 1 11410 NULL
-+str_to_user_11411 str_to_user 2 11411 NULL
-+show_blue_11412 show_blue 0 11412 NULL nohasharray
-+matroxfb_dh_check_var_11412 matroxfb_dh_check_var 0 11412 &show_blue_11412
-+mem_fw_gen_free_mem_blks_read_11413 mem_fw_gen_free_mem_blks_read 3-0 11413 NULL
-+ath6kl_wmi_test_rx_11414 ath6kl_wmi_test_rx 3 11414 NULL
-+iscsi_tpg_param_show_HeaderDigest_11416 iscsi_tpg_param_show_HeaderDigest 0 11416 NULL
-+adis16480_show_firmware_revision_11417 adis16480_show_firmware_revision 3-0 11417 NULL nohasharray
-+xfs_btree_lookup_11417 xfs_btree_lookup 0 11417 &adis16480_show_firmware_revision_11417
-+tx_carrier_errors_show_11418 tx_carrier_errors_show 0 11418 NULL
-+mlx4_create_zones_11419 mlx4_create_zones 4-3-5-6 11419 NULL nohasharray
-+trace_options_read_11419 trace_options_read 3 11419 &mlx4_create_zones_11419
-+i40e_dbg_command_write_11421 i40e_dbg_command_write 3-0 11421 NULL nohasharray
-+nlmsg_perm_11421 nlmsg_perm 0 11421 &i40e_dbg_command_write_11421
-+pccard_show_vcc_11422 pccard_show_vcc 0 11422 NULL
-+attr_show_11424 attr_show 0 11424 NULL
-+vring_size_11426 vring_size 0-2-1 11426 NULL
-+ecryptfs_writepage_11427 ecryptfs_writepage 0 11427 NULL nohasharray
-+iwl_mvm_power_send_cmd_11427 iwl_mvm_power_send_cmd 0 11427 &ecryptfs_writepage_11427
-+ext3_xattr_block_list_11428 ext3_xattr_block_list 0 11428 NULL
-+ovl_want_write_11429 ovl_want_write 0 11429 NULL
-+bttv_read_11432 bttv_read 3-0 11432 NULL
-+adt7310_spi_write_byte_11434 adt7310_spi_write_byte 0 11434 NULL
-+iommu_group_show_name_11438 iommu_group_show_name 0 11438 NULL
-+wait_on_bit_lock_action_11447 wait_on_bit_lock_action 0 11447 NULL
-+ov2640_g_crop_11448 ov2640_g_crop 0 11448 NULL
-+sock_has_perm_11452 sock_has_perm 0 11452 NULL
-+create_zero_mask_11453 create_zero_mask 0-1 11453 NULL nohasharray
-+store_spi_transport_period_11453 store_spi_transport_period 4-0 11453 &create_zero_mask_11453
-+trigger_test_error_11455 trigger_test_error 0-4 11455 NULL
-+adp8860_bl_l2_office_max_store_11458 adp8860_bl_l2_office_max_store 4-0 11458 NULL
-+event_file_write_11460 event_file_write 0-3 11460 NULL
-+acpi_ex_resolve_to_value_11466 acpi_ex_resolve_to_value 0 11466 NULL
-+hidp_sock_create_11468 hidp_sock_create 0 11468 NULL
-+ocfs2_file_write_iter_11469 ocfs2_file_write_iter 0 11469 NULL
-+mv88e6352_phy_wait_11471 mv88e6352_phy_wait 0 11471 NULL
-+st_sensors_write_data_with_mask_11476 st_sensors_write_data_with_mask 0 11476 NULL
-+icmpv6_packet_11477 icmpv6_packet 0 11477 NULL
-+drv_set_lbt_mode_11478 drv_set_lbt_mode 0 11478 NULL
-+pci_set_power_state_11479 pci_set_power_state 0 11479 NULL nohasharray
-+sca3000_read_first_n_hw_rb_11479 sca3000_read_first_n_hw_rb 2 11479 &pci_set_power_state_11479
-+set_otp5_11480 set_otp5 4-0 11480 NULL
-+thermal_get_trip_type_11486 thermal_get_trip_type 0 11486 NULL
-+lpfc_sriov_nr_virtfn_store_11490 lpfc_sriov_nr_virtfn_store 0-4 11490 NULL
-+ti_command_out_sync_11491 ti_command_out_sync 0 11491 NULL
-+pvr2_v4l2_iosetup_11493 pvr2_v4l2_iosetup 0 11493 NULL
-+ads7871_show_name_11494 ads7871_show_name 0 11494 NULL
-+vp_try_to_find_vqs_11502 vp_try_to_find_vqs 2 11502 NULL
-+skb_copy_datagram_msg_11505 skb_copy_datagram_msg 2-4-0 11505 NULL
-+sd_do_mode_sense_11507 sd_do_mode_sense 5 11507 NULL
-+s3fb_set_par_11509 s3fb_set_par 0 11509 NULL
-+kmem_zalloc_11510 kmem_zalloc 1 11510 NULL
-+atkbd_do_set_scroll_11516 atkbd_do_set_scroll 0-4 11516 NULL
-+dvb_net_set_mac_11517 dvb_net_set_mac 0 11517 NULL
-+c2port_show_name_11518 c2port_show_name 0 11518 NULL nohasharray
-+ll_direct_IO_26_seg_11518 ll_direct_IO_26_seg 0 11518 &c2port_show_name_11518
-+__dwc3_gadget_ep_enable_11523 __dwc3_gadget_ep_enable 0 11523 NULL
-+twl_direction_in_11527 twl_direction_in 2-0 11527 NULL
-+usb_pcwd_temperature_read_11539 usb_pcwd_temperature_read 0-3 11539 NULL
-+__uncore_event_ext_show_11540 __uncore_event_ext_show 0 11540 NULL
-+hif_usb_send_mgmt_11542 hif_usb_send_mgmt 0 11542 NULL
-+batadv_tt_init_11545 batadv_tt_init 0 11545 NULL
-+mmc_fwrev_show_11546 mmc_fwrev_show 0 11546 NULL
-+vendor_id_show_11549 vendor_id_show 0 11549 NULL
-+show_vpd_pg83_11553 show_vpd_pg83 6-0-5 11553 NULL nohasharray
-+xfs_rtcheck_alloc_range_11553 xfs_rtcheck_alloc_range 0 11553 &show_vpd_pg83_11553
-+radix_tree_extend_11555 radix_tree_extend 0 11555 NULL
-+show_gpio_mask_11556 show_gpio_mask 0 11556 NULL
-+fsp_attr_set_getreg_11558 fsp_attr_set_getreg 0-4 11558 NULL
-+set_in5_min_11561 set_in5_min 0-4 11561 NULL
-+skb_cow_data_11565 skb_cow_data 0-2 11565 NULL
-+i2c_smbus_read_word_swapped_11566 i2c_smbus_read_word_swapped 0 11566 NULL nohasharray
-+build_avpair_blob_11566 build_avpair_blob 0 11566 &i2c_smbus_read_word_swapped_11566 nohasharray
-+smk_bu_note_11566 smk_bu_note 0-5 11566 &build_avpair_blob_11566 nohasharray
-+set_fan_auto_channel_11566 set_fan_auto_channel 0-4 11566 &smk_bu_note_11566
-+atomic_notifier_call_chain_11567 atomic_notifier_call_chain 0 11567 NULL
-+mlx4_init_cmpt_table_11569 mlx4_init_cmpt_table 3 11569 NULL
-+CIFSSMBWrite2_11570 CIFSSMBWrite2 0 11570 NULL
-+check_hotplug_memory_range_11575 check_hotplug_memory_range 0 11575 NULL
-+lpfc_idiag_ctlacc_write_11576 lpfc_idiag_ctlacc_write 3-0 11576 NULL
-+v9fs_xattr_get_acl_11577 v9fs_xattr_get_acl 0 11577 NULL nohasharray
-+mxl111sf_write_reg_mask_11577 mxl111sf_write_reg_mask 0 11577 &v9fs_xattr_get_acl_11577
-+show_11578 show 0 11578 NULL
-+oprofilefs_ulong_to_user_11582 oprofilefs_ulong_to_user 3-0 11582 NULL
-+batadv_iv_ogm_orig_add_if_11586 batadv_iv_ogm_orig_add_if 2 11586 NULL
-+pvc_bind_11588 pvc_bind 0 11588 NULL
-+snd_pcm_action_11589 snd_pcm_action 0 11589 NULL
-+zd1211_hw_reset_phy_11591 zd1211_hw_reset_phy 0 11591 NULL
-+flash_strobe_store_11592 flash_strobe_store 0-4 11592 NULL
-+wl128x_boot_clk_11594 wl128x_boot_clk 0 11594 NULL
-+fw_device_op_ioctl_11595 fw_device_op_ioctl 2 11595 NULL
-+heartbeat_panic_notifier_11596 heartbeat_panic_notifier 0 11596 NULL
-+iscsi_iser_get_ep_param_11601 iscsi_iser_get_ep_param 0 11601 NULL
-+hycapi_rx_capipkt_11602 hycapi_rx_capipkt 3 11602 NULL
-+batadv_iv_ogm_orig_del_if_11604 batadv_iv_ogm_orig_del_if 2 11604 NULL nohasharray
-+acpi_smbus_cmi_access_11604 acpi_smbus_cmi_access 0 11604 &batadv_iv_ogm_orig_del_if_11604
-+SYSC_mq_timedsend_11607 SYSC_mq_timedsend 3 11607 NULL
-+iscsi_tpg_attrib_show_default_cmdsn_depth_11609 iscsi_tpg_attrib_show_default_cmdsn_depth 0 11609 NULL
-+max_active_show_11610 max_active_show 0 11610 NULL
-+hackrf_start_streaming_11617 hackrf_start_streaming 0 11617 NULL
-+C_SYSC_migrate_pages_11618 C_SYSC_migrate_pages 2 11618 NULL
-+show_caps_11619 show_caps 0 11619 NULL
-+mb862xxfb_check_var_11620 mb862xxfb_check_var 0 11620 NULL
-+tsl2550_get_adc_value_11625 tsl2550_get_adc_value 0 11625 NULL
-+power_write_file_11626 power_write_file 0-3 11626 NULL
-+__issue_creg_rw_11641 __issue_creg_rw 0 11641 NULL
-+llc_shdlc_alloc_skb_11645 llc_shdlc_alloc_skb 2 11645 NULL
-+pm8001_ctl_aap_log_show_11648 pm8001_ctl_aap_log_show 0 11648 NULL nohasharray
-+apds990x_prox_range_show_11648 apds990x_prox_range_show 0 11648 &pm8001_ctl_aap_log_show_11648
-+sisusb_send_bridge_packet_11649 sisusb_send_bridge_packet 2 11649 NULL nohasharray
-+select_size_11649 select_size 0 11649 &sisusb_send_bridge_packet_11649
-+slab_ksize_11664 slab_ksize 0 11664 NULL
-+sigd_send_11665 sigd_send 0 11665 NULL
-+pm8001_ctl_host_sas_address_show_11670 pm8001_ctl_host_sas_address_show 0 11670 NULL
-+ide_queue_pc_tail_11673 ide_queue_pc_tail 5 11673 NULL nohasharray
-+bond_release_11673 bond_release 0 11673 &ide_queue_pc_tail_11673
-+compat_SyS_msgsnd_11675 compat_SyS_msgsnd 3 11675 NULL
-+store_spi_host_signalling_11677 store_spi_host_signalling 0-4 11677 NULL
-+btrfs_alloc_delayed_item_11678 btrfs_alloc_delayed_item 1 11678 NULL
-+da9055_gpio_direction_output_11680 da9055_gpio_direction_output 0 11680 NULL
-+iscsi_stat_login_show_attr_other_fails_11682 iscsi_stat_login_show_attr_other_fails 0 11682 NULL
-+dsp_buffer_alloc_11684 dsp_buffer_alloc 2 11684 NULL
-+sctp_setsockopt_hmac_ident_11687 sctp_setsockopt_hmac_ident 3-0 11687 NULL nohasharray
-+__niu_set_and_wait_clear_ipp_11687 __niu_set_and_wait_clear_ipp 0 11687 &sctp_setsockopt_hmac_ident_11687
-+split_11691 split 2 11691 NULL
-+radeon_atom_hw_i2c_xfer_11692 radeon_atom_hw_i2c_xfer 0-3 11692 NULL
-+mt9t031_set_params_11693 mt9t031_set_params 0 11693 NULL
-+snd_ctl_elem_user_tlv_11695 snd_ctl_elem_user_tlv 3 11695 NULL nohasharray
-+ramoops_pstore_read_11695 ramoops_pstore_read 0 11695 &snd_ctl_elem_user_tlv_11695 nohasharray
-+compat_SyS_keyctl_11695 compat_SyS_keyctl 4 11695 &ramoops_pstore_read_11695
-+portio_start_show_11704 portio_start_show 0 11704 NULL nohasharray
-+ipmr_mfc_add_11704 ipmr_mfc_add 0 11704 &portio_start_show_11704
-+wl1273_fm_set_tx_freq_11706 wl1273_fm_set_tx_freq 0 11706 NULL nohasharray
-+batadv_debugfs_add_meshif_11706 batadv_debugfs_add_meshif 0 11706 &wl1273_fm_set_tx_freq_11706
-+store_11711 store 0 11711 NULL
-+hfs_setxattr_11719 hfs_setxattr 0 11719 NULL
-+fm10k_set_mac_11722 fm10k_set_mac 0 11722 NULL nohasharray
-+default_affinity_write_11722 default_affinity_write 0-3 11722 &fm10k_set_mac_11722
-+blk_rq_cur_bytes_11723 blk_rq_cur_bytes 0 11723 NULL
-+mxt_acquire_irq_11731 mxt_acquire_irq 0 11731 NULL
-+id_show_11734 id_show 0 11734 NULL nohasharray
-+i2c_master_recv_11734 i2c_master_recv 0-3 11734 &id_show_11734
-+bch_flash_dev_create_11738 bch_flash_dev_create 0 11738 NULL
-+sbp_tpg_attrib_store_mgt_orb_timeout_11745 sbp_tpg_attrib_store_mgt_orb_timeout 0-3 11745 NULL
-+vmci_transport_error_to_vsock_error_11746 vmci_transport_error_to_vsock_error 0 11746 NULL
-+__pm_runtime_resume_11749 __pm_runtime_resume 0 11749 NULL
-+inet_get_link_af_size_11751 inet_get_link_af_size 0 11751 NULL
-+iwl_dbgfs_qos_read_11753 iwl_dbgfs_qos_read 3-0 11753 NULL
-+show_session_param_ISCSI_PARAM_PORTAL_TYPE_11765 show_session_param_ISCSI_PARAM_PORTAL_TYPE 0 11765 NULL
-+ieee80211_get_num_supported_channels_11768 ieee80211_get_num_supported_channels 0 11768 NULL
-+tipc_sendmsg_11769 tipc_sendmsg 4-0 11769 NULL
-+x25_asy_open_dev_11772 x25_asy_open_dev 0 11772 NULL
-+ps_pspoll_timeouts_read_11776 ps_pspoll_timeouts_read 3-0 11776 NULL nohasharray
-+exofs_statfs_11776 exofs_statfs 0 11776 &ps_pspoll_timeouts_read_11776 nohasharray
-+store_root_block_11776 store_root_block 0 11776 &exofs_statfs_11776
-+assert_show_11778 assert_show 0 11778 NULL
-+ebt_buf_add_11779 ebt_buf_add 0 11779 NULL
-+mwifiex_cmd_reg_access_11781 mwifiex_cmd_reg_access 0 11781 NULL
-+btrfs_key_blockptr_11786 btrfs_key_blockptr 0 11786 NULL
-+max6902_read_time_11787 max6902_read_time 0 11787 NULL
-+adp8870_bl_l1_daylight_max_show_11793 adp8870_bl_l1_daylight_max_show 0 11793 NULL
-+stats_clear_11802 stats_clear 0-3 11802 NULL
-+show_hca_type_11803 show_hca_type 0 11803 NULL
-+func_11804 func 0 11804 NULL
-+open_11806 open 0 11806 NULL nohasharray
-+saa6752hs_s_ctrl_11806 saa6752hs_s_ctrl 0 11806 &open_11806
-+fan_fan_watchdog_show_11810 fan_fan_watchdog_show 0 11810 NULL
-+_ctl_version_nvdata_persistent_show_11814 _ctl_version_nvdata_persistent_show 0 11814 NULL
-+cx23885_alsa_dma_init_11816 cx23885_alsa_dma_init 2 11816 NULL
-+pcpu_fc_alloc_11818 pcpu_fc_alloc 2 11818 NULL
-+ncp_modify_nfs_info_11819 ncp_modify_nfs_info 0 11819 NULL nohasharray
-+nfs_server_get_key_11819 nfs_server_get_key 0 11819 &ncp_modify_nfs_info_11819
-+amd64_dhar_show_11820 amd64_dhar_show 0 11820 NULL nohasharray
-+__ip_map_update_11820 __ip_map_update 0 11820 &amd64_dhar_show_11820
-+go7007_start_streaming_11821 go7007_start_streaming 0 11821 NULL
-+ufshcd_devfreq_get_dev_status_11822 ufshcd_devfreq_get_dev_status 0 11822 NULL
-+i2c_hid_set_or_send_report_11824 i2c_hid_set_or_send_report 0-5 11824 NULL
-+sctp_setsockopt_maxseg_11829 sctp_setsockopt_maxseg 3-0 11829 NULL nohasharray
-+osst_read_back_buffer_and_rewrite_11829 osst_read_back_buffer_and_rewrite 0 11829 &sctp_setsockopt_maxseg_11829
-+rts51x_read_status_11830 rts51x_read_status 4 11830 NULL
-+macvtap_put_user_11831 macvtap_put_user 0 11831 NULL
-+qla4xxx_recover_adapter_11835 qla4xxx_recover_adapter 0 11835 NULL
-+avc_has_perm_11840 avc_has_perm 0 11840 NULL
-+cyapa_gen3_write_fw_block_11841 cyapa_gen3_write_fw_block 0 11841 NULL
-+__uncore_filter_cfg_en_show_11842 __uncore_filter_cfg_en_show 0 11842 NULL nohasharray
-+notify_11842 notify 0 11842 &__uncore_filter_cfg_en_show_11842
-+unix_stream_connect_11844 unix_stream_connect 3 11844 NULL
-+ipath_user_sdma_init_payload_11850 ipath_user_sdma_init_payload 0 11850 NULL
-+xfs_file_aio_write_checks_11851 xfs_file_aio_write_checks 0 11851 NULL
-+pci_enable_msix_range_11852 pci_enable_msix_range 0-4 11852 NULL
-+show_local_ib_device_11854 show_local_ib_device 0 11854 NULL
-+fsname_show_11856 fsname_show 0 11856 NULL
-+rs5c372_rtc_read_time_11858 rs5c372_rtc_read_time 0 11858 NULL
-+nf_nat_sdp_media_11863 nf_nat_sdp_media 9 11863 NULL
-+show_fcoe_ctlr_device_fcs_error_11865 show_fcoe_ctlr_device_fcs_error 0 11865 NULL nohasharray
-+nilfs_segments_attr_show_11865 nilfs_segments_attr_show 0 11865 &show_fcoe_ctlr_device_fcs_error_11865
-+ecryptfs_copy_filename_11868 ecryptfs_copy_filename 4 11868 NULL
-+bdc_queue_xfr_11873 bdc_queue_xfr 0 11873 NULL
-+fm_rx_get_rds_mode_11874 fm_rx_get_rds_mode 0 11874 NULL
-+show_sf2_level_11876 show_sf2_level 0 11876 NULL
-+sht15_end_transmission_11877 sht15_end_transmission 0 11877 NULL nohasharray
-+nr_hugepages_store_common_11877 nr_hugepages_store_common 0-4 11877 &sht15_end_transmission_11877
-+l2cap_chan_send_11878 l2cap_chan_send 3-0 11878 NULL nohasharray
-+lpfc_modelname_show_11878 lpfc_modelname_show 0 11878 &l2cap_chan_send_11878
-+ext4_xattr_trusted_set_11879 ext4_xattr_trusted_set 0 11879 NULL
-+image_read_11880 image_read 0-6-5 11880 NULL
-+_l2_alloc_skb_11883 _l2_alloc_skb 1 11883 NULL nohasharray
-+iwl_mvm_send_cmd_pdu_11883 iwl_mvm_send_cmd_pdu 0 11883 &_l2_alloc_skb_11883 nohasharray
-+otg_set_peripheral_11883 otg_set_peripheral 0 11883 &iwl_mvm_send_cmd_pdu_11883
-+ieee80211_rx_bss_info_11887 ieee80211_rx_bss_info 3 11887 NULL
-+avc_audit_11888 avc_audit 0 11888 NULL
-+itd1000_set_parameters_11891 itd1000_set_parameters 0 11891 NULL
-+uwb_rc_ie_add_one_11893 uwb_rc_ie_add_one 0 11893 NULL
-+fuse_direct_write_11900 fuse_direct_write 0-3 11900 NULL
-+cifs_idmap_key_instantiate_11901 cifs_idmap_key_instantiate 0 11901 NULL
-+xstateregs_get_11906 xstateregs_get 4 11906 NULL nohasharray
-+snd_pcm_lib_ioctl_channel_info_11906 snd_pcm_lib_ioctl_channel_info 0 11906 &xstateregs_get_11906
-+signalfd_read_11910 signalfd_read 0-3 11910 NULL
-+ti_write_11916 ti_write 0-4 11916 NULL
-+pc87413_notify_sys_11917 pc87413_notify_sys 0 11917 NULL
-+_rbd_dev_v2_snap_features_11922 _rbd_dev_v2_snap_features 0 11922 NULL
-+fs_devrw_entry_11924 fs_devrw_entry 3-0 11924 NULL
-+SMBNTencrypt_11929 SMBNTencrypt 0 11929 NULL nohasharray
-+bitmap_remap_11929 bitmap_remap 5 11929 &SMBNTencrypt_11929
-+show_limit_11932 show_limit 0 11932 NULL
-+nf_nat_ipv6_local_fn_11937 nf_nat_ipv6_local_fn 0 11937 NULL nohasharray
-+max1027_debugfs_reg_access_11937 max1027_debugfs_reg_access 0 11937 &nf_nat_ipv6_local_fn_11937
-+atomic_sub_return_11939 atomic_sub_return 0 11939 NULL
-+dccp_feat_clone_sp_val_11942 dccp_feat_clone_sp_val 3 11942 NULL
-+eventlog_write_11943 eventlog_write 0-6-5 11943 NULL
-+store_sched6_11945 store_sched6 4-0 11945 NULL nohasharray
-+init_memory_block_11945 init_memory_block 0 11945 &store_sched6_11945
-+lpfc_enable_npiv_show_11947 lpfc_enable_npiv_show 0 11947 NULL
-+iscsi_tpg_param_show_ImmediateData_11951 iscsi_tpg_param_show_ImmediateData 0 11951 NULL
-+node_read_cpumap_11952 node_read_cpumap 0 11952 NULL
-+btmrvl_download_cal_data_11953 btmrvl_download_cal_data 3 11953 NULL nohasharray
-+iscsi_nacl_attrib_show_random_datain_seq_offsets_11953 iscsi_nacl_attrib_show_random_datain_seq_offsets 0 11953 &btmrvl_download_cal_data_11953
-+set_pwmfreq_11955 set_pwmfreq 0-4 11955 NULL
-+show_iface_erl_11956 show_iface_erl 0 11956 NULL
-+r1_sync_page_io_11963 r1_sync_page_io 3 11963 NULL
-+qla4xxx_mailbox_command_11965 qla4xxx_mailbox_command 0 11965 NULL
-+lpfc_iocb_hw_show_11966 lpfc_iocb_hw_show 0 11966 NULL
-+uhid_dev_destroy_11967 uhid_dev_destroy 0 11967 NULL
-+f1x_swap_interleaved_region_11970 f1x_swap_interleaved_region 0-2 11970 NULL
-+pptp_getname_11971 pptp_getname 0 11971 NULL
-+split_node_11976 split_node 0 11976 NULL nohasharray
-+create_rx_ctx_11976 create_rx_ctx 0 11976 &split_node_11976
-+st_sensors_i2c_read_byte_11977 st_sensors_i2c_read_byte 0 11977 NULL
-+logfs_read_loop_11982 logfs_read_loop 0 11982 NULL
-+netxen_init_firmware_11983 netxen_init_firmware 0 11983 NULL
-+bma180_show_avail_11986 bma180_show_avail 0 11986 NULL
-+read_and_add_raw_conns_11987 read_and_add_raw_conns 0 11987 NULL
-+cyapa_show_rt_suspend_scanrate_11988 cyapa_show_rt_suspend_scanrate 0 11988 NULL
-+rp_write_room_11990 rp_write_room 0 11990 NULL nohasharray
-+smack_file_permission_11990 smack_file_permission 0 11990 &rp_write_room_11990
-+cfq_slice_async_rq_store_11995 cfq_slice_async_rq_store 3-0 11995 NULL
-+rtl8180_start_12000 rtl8180_start 0 12000 NULL nohasharray
-+sxgbe_init_phy_12000 sxgbe_init_phy 0 12000 &rtl8180_start_12000 nohasharray
-+iommu_suspend_12000 iommu_suspend 0 12000 &sxgbe_init_phy_12000
-+snd_usb_caiaq_pcm_prepare_12001 snd_usb_caiaq_pcm_prepare 0 12001 NULL
-+drv_sta_add_12002 drv_sta_add 0 12002 NULL
-+show_spi_transport_rd_strm_12003 show_spi_transport_rd_strm 0 12003 NULL
-+bh1780_read_12006 bh1780_read 0 12006 NULL
-+rdev_size_show_12007 rdev_size_show 0 12007 NULL
-+ad799x_write_config_12010 ad799x_write_config 0 12010 NULL
-+i40e_pci_sriov_configure_12011 i40e_pci_sriov_configure 2-0 12011 NULL nohasharray
-+atmtcp_v_send_12011 atmtcp_v_send 0 12011 &i40e_pci_sriov_configure_12011 nohasharray
-+pas_set_intr_12011 pas_set_intr 0 12011 &atmtcp_v_send_12011
-+efx_check_disabled_12015 efx_check_disabled 0 12015 NULL
-+audit_sockaddr_12030 audit_sockaddr 0 12030 NULL
-+s2io_card_up_12032 s2io_card_up 0 12032 NULL
-+notifier_call_chain_12036 notifier_call_chain 0 12036 NULL
-+vcc_sendmsg_12038 vcc_sendmsg 3 12038 NULL
-+device_offline_12042 device_offline 0 12042 NULL
-+ftdi_elan_total_command_size_12045 ftdi_elan_total_command_size 0 12045 NULL
-+bdx_tx_init_12046 bdx_tx_init 0 12046 NULL
-+niu_set_mac_addr_12047 niu_set_mac_addr 0 12047 NULL
-+tsl2550_store_power_state_12048 tsl2550_store_power_state 0-4 12048 NULL
-+ieee80211_if_read_user_power_level_12050 ieee80211_if_read_user_power_level 3-0 12050 NULL
-+em28xx_i2c_read_block_12055 em28xx_i2c_read_block 5 12055 NULL
-+tg3_test_msi_12057 tg3_test_msi 0 12057 NULL
-+mt9m111_s_ctrl_12060 mt9m111_s_ctrl 0 12060 NULL
-+brcmf_config_wowl_pattern_12061 brcmf_config_wowl_pattern 4 12061 NULL
-+ath10k_dbg_sta_write_aggr_mode_12064 ath10k_dbg_sta_write_aggr_mode 3-0 12064 NULL nohasharray
-+il4965_ucode_tx_stats_read_12064 il4965_ucode_tx_stats_read 3-0 12064 &ath10k_dbg_sta_write_aggr_mode_12064
-+dvb_dmxdev_buffer_write_12065 dvb_dmxdev_buffer_write 3 12065 NULL
-+srp_new_cm_id_12069 srp_new_cm_id 0 12069 NULL
-+wl12xx_acx_config_ps_12073 wl12xx_acx_config_ps 0 12073 NULL
-+start_streaming_12074 start_streaming 0 12074 NULL
-+ptc_proc_write_12076 ptc_proc_write 3-0 12076 NULL
-+ubifs_recover_log_leb_12079 ubifs_recover_log_leb 3 12079 NULL nohasharray
-+i2c_send_bytes_12079 i2c_send_bytes 0 12079 &ubifs_recover_log_leb_12079
-+u3_entry_store_12081 u3_entry_store 0-4 12081 NULL nohasharray
-+imx074_g_crop_12081 imx074_g_crop 0 12081 &u3_entry_store_12081
-+efx_mcdi_check_supported_12082 efx_mcdi_check_supported 0 12082 NULL
-+show_conn_param_ISCSI_PARAM_TCP_WSF_DISABLE_12083 show_conn_param_ISCSI_PARAM_TCP_WSF_DISABLE 0 12083 NULL nohasharray
-+dpm_suspend_end_12083 dpm_suspend_end 0 12083 &show_conn_param_ISCSI_PARAM_TCP_WSF_DISABLE_12083
-+h5_prepare_pkt_12085 h5_prepare_pkt 4 12085 NULL
-+ipath_map_sg_12089 ipath_map_sg 0-3 12089 NULL
-+mask_rtc_irq_bit_12090 mask_rtc_irq_bit 0 12090 NULL
-+logfs_truncate_direct_12095 logfs_truncate_direct 0 12095 NULL
-+show_cpu_vid_12097 show_cpu_vid 0 12097 NULL
-+mwl8k_request_firmware_12098 mwl8k_request_firmware 0 12098 NULL
-+rtw_malloc2d_12102 rtw_malloc2d 3-2-1 12102 NULL
-+pcf8583_set_ctrl_12106 pcf8583_set_ctrl 0 12106 NULL
-+wm8962_beep_set_12110 wm8962_beep_set 0-4 12110 NULL
-+ssb_pcmcia_hardware_setup_12111 ssb_pcmcia_hardware_setup 0 12111 NULL
-+toshiba_function_keys_set_12112 toshiba_function_keys_set 0 12112 NULL
-+rtsx_transfer_data_partial_12113 rtsx_transfer_data_partial 5 12113 NULL
-+snd_disconnect_read_12117 snd_disconnect_read 0-3 12117 NULL
-+f_gpio_mod_12118 f_gpio_mod 0 12118 NULL nohasharray
-+ntc_show_temp_12118 ntc_show_temp 0 12118 &f_gpio_mod_12118
-+da9052_gpio_direction_output_12120 da9052_gpio_direction_output 0 12120 NULL
-+lpfc_task_mgmt_tmo_store_12122 lpfc_task_mgmt_tmo_store 0-4 12122 NULL
-+__i915_wait_request_12127 __i915_wait_request 0 12127 NULL
-+set_powered_12129 set_powered 4 12129 NULL
-+ramoops_init_prz_12134 ramoops_init_prz 5 12134 NULL
-+xfs_handle_to_dentry_12135 xfs_handle_to_dentry 3 12135 NULL
-+rawv6_seticmpfilter_12137 rawv6_seticmpfilter 5-0 12137 NULL nohasharray
-+store_u8_12137 store_u8 0-4 12137 &rawv6_seticmpfilter_12137
-+soc_mbus_image_size_12140 soc_mbus_image_size 0-3-2 12140 NULL
-+vmw_fifo_reserve_12141 vmw_fifo_reserve 2 12141 NULL
-+il4965_store_debug_level_12142 il4965_store_debug_level 0-4 12142 NULL
-+rawsock_recvmsg_12144 rawsock_recvmsg 4-0 12144 NULL
-+zoran_read_12147 zoran_read 0-3 12147 NULL nohasharray
-+goldfish_fb_check_var_12147 goldfish_fb_check_var 0 12147 &zoran_read_12147
-+btmrvl_sdio_host_to_card_12152 btmrvl_sdio_host_to_card 3 12152 NULL nohasharray
-+bond_option_arp_interval_set_12152 bond_option_arp_interval_set 0 12152 &btmrvl_sdio_host_to_card_12152
-+__bt_get_word_12153 __bt_get_word 2 12153 NULL
-+vmbus_open_12154 vmbus_open 3-2 12154 NULL
-+suspend_lo_show_12159 suspend_lo_show 0 12159 NULL
-+ds1374_read_rtc_12161 ds1374_read_rtc 0 12161 NULL
-+ec_write_12162 ec_write 0 12162 NULL
-+wil_rxdesc_phy_length_12165 wil_rxdesc_phy_length 0 12165 NULL
-+ath5k_attr_show_spur_level_12172 ath5k_attr_show_spur_level 0 12172 NULL
-+fnic_reset_stats_write_12177 fnic_reset_stats_write 3-0 12177 NULL nohasharray
-+ovs_tun_key_attr_size_12177 ovs_tun_key_attr_size 0 12177 &fnic_reset_stats_write_12177
-+space_show_12178 space_show 0 12178 NULL nohasharray
-+LNetEQAlloc_12178 LNetEQAlloc 1 12178 &space_show_12178
-+ddp_make_gl_12179 ddp_make_gl 1 12179 NULL
-+sony_pic_bluetoothpower_show_12182 sony_pic_bluetoothpower_show 0 12182 NULL
-+compat_do_arpt_set_ctl_12184 compat_do_arpt_set_ctl 4 12184 NULL
-+ip_generic_getfrag_12187 ip_generic_getfrag 4 12187 NULL nohasharray
-+tipc_wait_for_sndpkt_12187 tipc_wait_for_sndpkt 0 12187 &ip_generic_getfrag_12187
-+virtblk_serial_show_12190 virtblk_serial_show 0 12190 NULL
-+iscsit_na_random_r2t_offsets_12192 iscsit_na_random_r2t_offsets 0 12192 NULL
-+sta_info_insert_finish_12196 sta_info_insert_finish 0 12196 NULL nohasharray
-+forward_delay_store_12196 forward_delay_store 4-0 12196 &sta_info_insert_finish_12196
-+qt2160_read_block_12198 qt2160_read_block 4 12198 NULL nohasharray
-+m88rs6000t_set_pll_freq_12198 m88rs6000t_set_pll_freq 0 12198 &qt2160_read_block_12198
-+smsc75xx_set_mac_address_12199 smsc75xx_set_mac_address 0 12199 NULL
-+wl1273_fm_vidioc_s_ctrl_12204 wl1273_fm_vidioc_s_ctrl 0 12204 NULL
-+pci_bus_read_config_dword_12210 pci_bus_read_config_dword 0 12210 NULL nohasharray
-+set_fan_target_12210 set_fan_target 0-4 12210 &pci_bus_read_config_dword_12210
-+receive_copy_12216 receive_copy 3 12216 NULL
-+btree_writepages_12217 btree_writepages 0 12217 NULL
-+snd_pcm_kernel_ioctl_12219 snd_pcm_kernel_ioctl 0 12219 NULL
-+fuse_get_req_12221 fuse_get_req 2 12221 NULL nohasharray
-+aat2870_reg_read_file_12221 aat2870_reg_read_file 3-0 12221 &fuse_get_req_12221
-+xfs_attr3_leaf_read_12222 xfs_attr3_leaf_read 0 12222 NULL
-+mode_show_12223 mode_show 0 12223 NULL
-+led_write_12224 led_write 0 12224 NULL
-+tun_net_change_mtu_12229 tun_net_change_mtu 0 12229 NULL
-+sbpro_audio_prepare_for_input_12234 sbpro_audio_prepare_for_input 0 12234 NULL
-+__alloc_bootmem_low_nopanic_12235 __alloc_bootmem_low_nopanic 1 12235 NULL nohasharray
-+bnx2x_alloc_mem_12235 bnx2x_alloc_mem 0 12235 &__alloc_bootmem_low_nopanic_12235
-+usnic_ib_qp_grp_dump_rows_12239 usnic_ib_qp_grp_dump_rows 3 12239 NULL
-+bcdDevice_show_12240 bcdDevice_show 0 12240 NULL
-+tw9910_g_fmt_12243 tw9910_g_fmt 0 12243 NULL
-+rx_length_errors_show_12249 rx_length_errors_show 0 12249 NULL
-+ib_uverbs_unmarshall_recv_12251 ib_uverbs_unmarshall_recv 5 12251 NULL
-+max197_store_range_12255 max197_store_range 0-4 12255 NULL nohasharray
-+efx_ethtool_get_regs_len_12255 efx_ethtool_get_regs_len 0 12255 &max197_store_range_12255
-+store_12256 store 0-3 12256 NULL
-+ath_descdma_setup_12257 ath_descdma_setup 5 12257 NULL
-+_nfs4_proc_mknod_12260 _nfs4_proc_mknod 0 12260 NULL nohasharray
-+irst_show_wakeup_time_12260 irst_show_wakeup_time 0 12260 &_nfs4_proc_mknod_12260 nohasharray
-+qla4xxx_context_reset_12260 qla4xxx_context_reset 0 12260 &irst_show_wakeup_time_12260
-+setsockopt_12262 setsockopt 0 12262 NULL
-+ps2pp_attr_show_smartscroll_12263 ps2pp_attr_show_smartscroll 0 12263 NULL
-+ocfs2_xattr_user_set_12266 ocfs2_xattr_user_set 0 12266 NULL
-+shash_compat_setkey_12267 shash_compat_setkey 3 12267 NULL nohasharray
-+start_12267 start 0 12267 &shash_compat_setkey_12267
-+bond_option_all_slaves_active_set_12268 bond_option_all_slaves_active_set 0 12268 NULL
-+add_sctp_bind_addr_12269 add_sctp_bind_addr 3-0 12269 NULL nohasharray
-+decode_ext_sec_blob_12269 decode_ext_sec_blob 0 12269 &add_sctp_bind_addr_12269
-+fan_get_state_acpi4_12270 fan_get_state_acpi4 0 12270 NULL
-+max8997_led_store_mode_12271 max8997_led_store_mode 0-4 12271 NULL
-+amd64_inject_word_show_12272 amd64_inject_word_show 0 12272 NULL
-+__ip_local_out_12275 __ip_local_out 0 12275 NULL
-+simple_xattr_get_12283 simple_xattr_get 0 12283 NULL nohasharray
-+md4_init_12283 md4_init 0 12283 &simple_xattr_get_12283 nohasharray
-+mls_compute_sid_12283 mls_compute_sid 0 12283 &md4_init_12283
-+note_last_dentry_12285 note_last_dentry 3 12285 NULL
-+il_dbgfs_nvm_read_12288 il_dbgfs_nvm_read 3-0 12288 NULL nohasharray
-+show_sas_phy_enable_12288 show_sas_phy_enable 0 12288 &il_dbgfs_nvm_read_12288 nohasharray
-+tcm_loop_wwn_show_attr_version_12288 tcm_loop_wwn_show_attr_version 0 12288 &show_sas_phy_enable_12288
-+i915_gem_object_pin_view_12293 i915_gem_object_pin_view 0 12293 NULL
-+ds3232_set_alarm_12294 ds3232_set_alarm 0 12294 NULL
-+mb862xx_i2c_read_12299 mb862xx_i2c_read 0 12299 NULL
-+adfs_f_sync_12305 adfs_f_sync 0 12305 NULL
-+__lbs_cmd_12307 __lbs_cmd 0 12307 NULL
-+make_ltab_dirty_12311 make_ltab_dirty 0 12311 NULL
-+nouveau_hwmon_set_critical_temp_12312 nouveau_hwmon_set_critical_temp 0-4 12312 NULL
-+mwl8k_cmd_mimo_config_12314 mwl8k_cmd_mimo_config 0 12314 NULL
-+iscsi_tpg_param_show_MaxConnections_12315 iscsi_tpg_param_show_MaxConnections 0 12315 NULL
-+bt_sock_recvmsg_12316 bt_sock_recvmsg 4-0 12316 NULL nohasharray
-+cdc_ncm_show_wNdpInPayloadRemainder_12316 cdc_ncm_show_wNdpInPayloadRemainder 0 12316 &bt_sock_recvmsg_12316
-+bh1770_set_lux_thresh_below_12318 bh1770_set_lux_thresh_below 0-4 12318 NULL
-+usnic_transport_sock_to_str_12322 usnic_transport_sock_to_str 2-0 12322 NULL nohasharray
-+ocfs2_statfs_12322 ocfs2_statfs 0 12322 &usnic_transport_sock_to_str_12322
-+write_rbu_packet_size_12325 write_rbu_packet_size 0-6-5 12325 NULL
-+show_urb_12326 show_urb 0 12326 NULL
-+pcbit_writecmd_12332 pcbit_writecmd 2 12332 NULL nohasharray
-+HFC_inw_nodebug_12332 HFC_inw_nodebug 0 12332 &pcbit_writecmd_12332
-+xfs_bmap_last_extent_12335 xfs_bmap_last_extent 0 12335 NULL
-+write_12336 write 0 12336 NULL
-+sta_info_insert_rcu_12337 sta_info_insert_rcu 0 12337 NULL
-+pppoe_getname_12338 pppoe_getname 0 12338 NULL nohasharray
-+set_cpus_allowed_ptr_12338 set_cpus_allowed_ptr 0 12338 &pppoe_getname_12338
-+get_burstcount_12341 get_burstcount 0 12341 NULL
-+pn544_hci_i2c_fw_secure_write_frame_cmd_12342 pn544_hci_i2c_fw_secure_write_frame_cmd 3 12342 NULL
-+dn_listen_12343 dn_listen 0 12343 NULL
-+lio_target_nacl_show_info_12345 lio_target_nacl_show_info 0 12345 NULL
-+ipvlan_hard_header_12348 ipvlan_hard_header 0 12348 NULL
-+mptctl_ioctl_12355 mptctl_ioctl 2 12355 NULL nohasharray
-+sxgbe_init_rx_buffers_12355 sxgbe_init_rx_buffers 4 12355 &mptctl_ioctl_12355
-+kstrtoint_12362 kstrtoint 0 12362 NULL nohasharray
-+rtl8187_add_interface_12362 rtl8187_add_interface 0 12362 &kstrtoint_12362
-+__nf_ct_ext_add_length_12364 __nf_ct_ext_add_length 3 12364 NULL
-+smp_alloc_skb_cb_12365 smp_alloc_skb_cb 3-2 12365 NULL
-+store_12367 store 0 12367 NULL
-+ad_sigma_delta_set_channel_12368 ad_sigma_delta_set_channel 0 12368 NULL
-+dev_debug_show_12369 dev_debug_show 0 12369 NULL
-+show_pwm_mode_12372 show_pwm_mode 0 12372 NULL nohasharray
-+target_stat_scsi_lu_show_attr_inst_12372 target_stat_scsi_lu_show_attr_inst 0 12372 &show_pwm_mode_12372
-+read_12377 read 0 12377 NULL
-+xfs_iext_inline_to_direct_12384 xfs_iext_inline_to_direct 2 12384 NULL
-+show_fnode_ipv6_traffic_class_12385 show_fnode_ipv6_traffic_class 0 12385 NULL nohasharray
-+sctp_verify_addr_12385 sctp_verify_addr 0 12385 &show_fnode_ipv6_traffic_class_12385 nohasharray
-+isoc_nego_12385 isoc_nego 0 12385 &sctp_verify_addr_12385
-+write_file_dump_12391 write_file_dump 3-0 12391 NULL nohasharray
-+populate_dir_12391 populate_dir 0 12391 &write_file_dump_12391
-+mp_map_pin_to_irq_12394 mp_map_pin_to_irq 1-4 12394 NULL
-+target_fabric_nacl_attrib_attr_store_12395 target_fabric_nacl_attrib_attr_store 0-4 12395 NULL
-+fm_v4l2_fops_write_12411 fm_v4l2_fops_write 0-3 12411 NULL
-+ext4_bg_num_gdb_nometa_12413 ext4_bg_num_gdb_nometa 0 12413 NULL
-+hbucket_elem_add_12416 hbucket_elem_add 3 12416 NULL
-+nilfs_wait_on_logs_12418 nilfs_wait_on_logs 0 12418 NULL nohasharray
-+mlog_mask_store_12418 mlog_mask_store 0-3 12418 &nilfs_wait_on_logs_12418
-+ieee80211_if_read_num_mcast_sta_12419 ieee80211_if_read_num_mcast_sta 3-0 12419 NULL
-+pccard_show_card_pm_state_12422 pccard_show_card_pm_state 0 12422 NULL
-+stats_store_12424 stats_store 0-3 12424 NULL
-+ppp_sync_read_12426 ppp_sync_read 0 12426 NULL
-+show_display_12427 show_display 0 12427 NULL
-+coda_file_read_12437 coda_file_read 0-3 12437 NULL
-+mos7840_open_12439 mos7840_open 0 12439 NULL
-+nilfs_segctor_write_12441 nilfs_segctor_write 0 12441 NULL nohasharray
-+cfs_array_alloc_12441 cfs_array_alloc 2 12441 &nilfs_segctor_write_12441
-+iscsi_stat_login_show_attr_inst_12452 iscsi_stat_login_show_attr_inst 0 12452 NULL
-+e1000e_get_sset_count_12456 e1000e_get_sset_count 0 12456 NULL
-+nvkm_engine_create__12458 nvkm_engine_create_ 7 12458 NULL
-+deadline_read_expire_store_12459 deadline_read_expire_store 0-3 12459 NULL
-+llcp_sock_recvmsg_12460 llcp_sock_recvmsg 3 12460 NULL
-+rbd_dev_v2_header_info_12466 rbd_dev_v2_header_info 0 12466 NULL
-+defrag_show_12468 defrag_show 0 12468 NULL nohasharray
-+mei_write_message_12468 mei_write_message 0 12468 &defrag_show_12468
-+rsi_prepare_skb_12472 rsi_prepare_skb 4-3 12472 NULL nohasharray
-+ql_wait_for_drvr_lock_12472 ql_wait_for_drvr_lock 0 12472 &rsi_prepare_skb_12472 nohasharray
-+ip101a_g_config_init_12472 ip101a_g_config_init 0 12472 &ql_wait_for_drvr_lock_12472
-+sst_create_block_and_ipc_msg_12473 sst_create_block_and_ipc_msg 0 12473 NULL
-+raw_enable_filters_12474 raw_enable_filters 0 12474 NULL
-+qla4_82xx_pci_mem_write_direct_12479 qla4_82xx_pci_mem_write_direct 2 12479 NULL nohasharray
-+uvc_queue_setup_12479 uvc_queue_setup 0 12479 &qla4_82xx_pci_mem_write_direct_12479
-+stream_next_buffer_check_queue_12481 stream_next_buffer_check_queue 0 12481 NULL
-+selinux_socket_create_12482 selinux_socket_create 0 12482 NULL
-+target_stat_scsi_lu_show_attr_dev_12483 target_stat_scsi_lu_show_attr_dev 0 12483 NULL
-+x25_sendmsg_12487 x25_sendmsg 4-0 12487 NULL
-+__iwl_read_prph_12491 __iwl_read_prph 0 12491 NULL
-+rtllib_auth_challenge_12493 rtllib_auth_challenge 3 12493 NULL
-+fnic_trace_ctrl_read_12497 fnic_trace_ctrl_read 3-0 12497 NULL
-+nilfs_segctor_last_seg_write_time_secs_show_12500 nilfs_segctor_last_seg_write_time_secs_show 0 12500 NULL
-+allow_func_id_match_store_12501 allow_func_id_match_store 0-4 12501 NULL
-+filelayout_commit_pagelist_12506 filelayout_commit_pagelist 0 12506 NULL nohasharray
-+driver_probe_device_12506 driver_probe_device 0 12506 &filelayout_commit_pagelist_12506
-+nfs_readdir_make_qstr_12509 nfs_readdir_make_qstr 3 12509 NULL
-+toshiba_usb_sleep_charge_set_12511 toshiba_usb_sleep_charge_set 0 12511 NULL
-+stream_start_12516 stream_start 0 12516 NULL
-+open_12519 open 0 12519 NULL
-+write_12520 write 0 12520 NULL
-+ql_start_rss_12521 ql_start_rss 0 12521 NULL nohasharray
-+reset_store_12521 reset_store 0-4 12521 &ql_start_rss_12521
-+failed_writes_show_12525 failed_writes_show 0 12525 NULL
-+qib_alloc_fast_reg_mr_12526 qib_alloc_fast_reg_mr 2 12526 NULL
-+mmc_erase_size_show_12530 mmc_erase_size_show 0 12530 NULL
-+xfs_da3_path_shift_12532 xfs_da3_path_shift 0 12532 NULL
-+acpi_dev_pm_explicit_set_12533 acpi_dev_pm_explicit_set 0 12533 NULL
-+efx_nic_get_regs_len_12534 efx_nic_get_regs_len 0 12534 NULL
-+inv_mpu6050_validate_trigger_12535 inv_mpu6050_validate_trigger 0 12535 NULL
-+e100_hw_init_12536 e100_hw_init 0 12536 NULL
-+show_engine_leds_12537 show_engine_leds 0 12537 NULL
-+brcms_ops_sta_add_12540 brcms_ops_sta_add 0 12540 NULL
-+comm_local_read_12541 comm_local_read 0 12541 NULL
-+stv06xx_write_sensor_finish_12543 stv06xx_write_sensor_finish 0 12543 NULL
-+masq_device_event_12546 masq_device_event 0 12546 NULL
-+efx_ef10_mem_map_size_12547 efx_ef10_mem_map_size 0 12547 NULL
-+mr_write_12549 mr_write 0 12549 NULL nohasharray
-+show_temp0_max_12549 show_temp0_max 0 12549 &mr_write_12549
-+mesh_get_default_parameters_12550 mesh_get_default_parameters 0 12550 NULL nohasharray
-+recover_callbacks_write_12550 recover_callbacks_write 0-3 12550 &mesh_get_default_parameters_12550 nohasharray
-+set_limit_12550 set_limit 0-4 12550 &recover_callbacks_write_12550
-+bh1770_prox_enable_show_12551 bh1770_prox_enable_show 0 12551 NULL
-+send_convert_12552 send_convert 0 12552 NULL
-+ptp_pch_enable_12555 ptp_pch_enable 0 12555 NULL
-+store_bank2_mask_12556 store_bank2_mask 0-4 12556 NULL
-+joydev_read_12559 joydev_read 0-3 12559 NULL
-+__smsc75xx_write_reg_12561 __smsc75xx_write_reg 0 12561 NULL
-+ov5642_cropcap_12562 ov5642_cropcap 0 12562 NULL
-+add_beep_ctls_12563 add_beep_ctls 0 12563 NULL
-+arizona_gpio_direction_out_12564 arizona_gpio_direction_out 0 12564 NULL
-+nvkm_event_init_12565 nvkm_event_init 2-3 12565 NULL nohasharray
-+write_inode_now_12565 write_inode_now 0 12565 &nvkm_event_init_12565
-+pwm_config_12570 pwm_config 0 12570 NULL
-+o2hb_region_block_bytes_read_12574 o2hb_region_block_bytes_read 0 12574 NULL
-+hvc_alloc_12579 hvc_alloc 4 12579 NULL
-+snd_pcm_plugin_alloc_12580 snd_pcm_plugin_alloc 2-0 12580 NULL nohasharray
-+ntfs_file_aio_write_12580 ntfs_file_aio_write 0 12580 &snd_pcm_plugin_alloc_12580
-+bond_option_lp_interval_set_12584 bond_option_lp_interval_set 0 12584 NULL
-+request_update_12585 request_update 0 12585 NULL
-+nilfs_direct_propagate_12588 nilfs_direct_propagate 0 12588 NULL nohasharray
-+ns83820_change_mtu_12588 ns83820_change_mtu 0 12588 &nilfs_direct_propagate_12588
-+pcpu_extend_area_map_12589 pcpu_extend_area_map 2 12589 NULL
-+nilfs_segctor_dirty_data_blocks_count_show_12591 nilfs_segctor_dirty_data_blocks_count_show 0 12591 NULL nohasharray
-+qla2x00_sysfs_write_vpd_12591 qla2x00_sysfs_write_vpd 0-6-5 12591 &nilfs_segctor_dirty_data_blocks_count_show_12591
-+nft_rbtree_privsize_12592 nft_rbtree_privsize 0 12592 NULL
-+add_endpoint_12593 add_endpoint 0 12593 NULL
-+_iwl_dbgfs_prph_reg_write_12597 _iwl_dbgfs_prph_reg_write 3-0 12597 NULL
-+tlbflush_write_file_12598 tlbflush_write_file 3-0 12598 NULL
-+ipv6_get_l4proto_12600 ipv6_get_l4proto 2-0 12600 NULL
-+ssp_io_req_12603 ssp_io_req 0 12603 NULL nohasharray
-+ath10k_ce_send_12603 ath10k_ce_send 0 12603 &ssp_io_req_12603
-+vhci_put_user_12604 vhci_put_user 4-0 12604 NULL
-+rtc_timer_enqueue_12606 rtc_timer_enqueue 0 12606 NULL
-+get_port1_handler_12607 get_port1_handler 0 12607 NULL
-+ethoc_get_regs_len_12608 ethoc_get_regs_len 0 12608 NULL
-+qla27xx_fwdt_calculate_dump_size_12617 qla27xx_fwdt_calculate_dump_size 0 12617 NULL nohasharray
-+cx8800_s_vid_ctrl_12617 cx8800_s_vid_ctrl 0 12617 &qla27xx_fwdt_calculate_dump_size_12617
-+kmx61_setup_new_data_interrupt_12618 kmx61_setup_new_data_interrupt 0 12618 NULL
-+fc_fcp_frame_alloc_12624 fc_fcp_frame_alloc 2 12624 NULL nohasharray
-+_nfs41_proc_secinfo_no_name_12624 _nfs41_proc_secinfo_no_name 0 12624 &fc_fcp_frame_alloc_12624
-+get_component_fault_12625 get_component_fault 0 12625 NULL
-+sdhci_pltfm_init_12627 sdhci_pltfm_init 3 12627 NULL
-+wl18xx_acx_ap_sleep_12628 wl18xx_acx_ap_sleep 0 12628 NULL
-+pwr_rcvd_awake_bcns_cnt_read_12632 pwr_rcvd_awake_bcns_cnt_read 3-0 12632 NULL
-+store_blank_12636 store_blank 0-4 12636 NULL
-+pn_sendmsg_12640 pn_sendmsg 4-0 12640 NULL nohasharray
-+nr_sendmsg_12640 nr_sendmsg 3 12640 &pn_sendmsg_12640
-+dwc3_link_state_write_12641 dwc3_link_state_write 3-0 12641 NULL
-+nr_recvmsg_12649 nr_recvmsg 4-0 12649 NULL
-+wb_create_12651 wb_create 1 12651 NULL
-+apply_12652 apply 0 12652 NULL
-+proc_reg_read_12653 proc_reg_read 0-3 12653 NULL
-+pid_show_12655 pid_show 0 12655 NULL nohasharray
-+store_12655 store 0-3 12655 &pid_show_12655 nohasharray
-+rtw_android_get_link_speed_12655 rtw_android_get_link_speed 0 12655 &store_12655
-+ocfs2_read_block_12659 ocfs2_read_block 0 12659 NULL
-+sparse_mem_maps_populate_node_12669 sparse_mem_maps_populate_node 4 12669 NULL nohasharray
-+sel_read_class_12669 sel_read_class 3-0 12669 &sparse_mem_maps_populate_node_12669
-+gl861_i2c_xfer_12676 gl861_i2c_xfer 0-3 12676 NULL
-+ipw2100_hw_send_command_12678 ipw2100_hw_send_command 0 12678 NULL
-+uncore_event_show_12679 uncore_event_show 0 12679 NULL nohasharray
-+sock_splice_read_12679 sock_splice_read 0 12679 &uncore_event_show_12679
-+store_pwm_auto_point_pwm_12680 store_pwm_auto_point_pwm 0-4 12680 NULL
-+bnx2x_config_vlan_mac_12682 bnx2x_config_vlan_mac 0 12682 NULL
-+show_12685 show 0 12685 NULL
-+sidtab_init_12688 sidtab_init 0 12688 NULL
-+pm_qos_latency_tolerance_store_12690 pm_qos_latency_tolerance_store 0-4 12690 NULL
-+update_cpumask_12691 update_cpumask 0 12691 NULL
-+mcp23s08_gpio_to_irq_12692 mcp23s08_gpio_to_irq 2 12692 NULL
-+nsc_ircc_net_open_12694 nsc_ircc_net_open 0 12694 NULL
-+tlan_open_12699 tlan_open 0 12699 NULL
-+ext4_bg_num_gdb_meta_12702 ext4_bg_num_gdb_meta 0 12702 NULL
-+saa7146_i2c_reset_12703 saa7146_i2c_reset 0 12703 NULL
-+iwl_dbgfs_calib_disabled_write_12707 iwl_dbgfs_calib_disabled_write 3-0 12707 NULL
-+ramdisk_show_12715 ramdisk_show 0 12715 NULL
-+ieee80211_if_read_num_buffered_multicast_12716 ieee80211_if_read_num_buffered_multicast 3-0 12716 NULL nohasharray
-+fill_multi_ios_12716 fill_multi_ios 0 12716 &ieee80211_if_read_num_buffered_multicast_12716
-+ivtv_write_12721 ivtv_write 3-0 12721 NULL nohasharray
-+osst_filemark_cnt_show_12721 osst_filemark_cnt_show 0 12721 &ivtv_write_12721 nohasharray
-+class_pktcdvd_store_add_12721 class_pktcdvd_store_add 0-4 12721 &osst_filemark_cnt_show_12721
-+mc13783_adc_read_12732 mc13783_adc_read 0 12732 NULL nohasharray
-+carl9170_init_phy_from_eeprom_12732 carl9170_init_phy_from_eeprom 0 12732 &mc13783_adc_read_12732
-+key_rx_spec_read_12736 key_rx_spec_read 3-0 12736 NULL
-+__mei_cl_async_send_12737 __mei_cl_async_send 3 12737 NULL nohasharray
-+xfs_da3_node_read_12737 xfs_da3_node_read 0 12737 &__mei_cl_async_send_12737
-+lio_target_nacl_show_cmdsn_depth_12739 lio_target_nacl_show_cmdsn_depth 0 12739 NULL
-+get_if_frequency_12740 get_if_frequency 0 12740 NULL
-+pktgen_setup_dev_12745 pktgen_setup_dev 0 12745 NULL
-+show_iostat_ioerr_cnt_12747 show_iostat_ioerr_cnt 0 12747 NULL
-+snd_usbtv_prepare_12749 snd_usbtv_prepare 0 12749 NULL
-+ieee80211_if_read_dot11MeshMaxRetries_12756 ieee80211_if_read_dot11MeshMaxRetries 3-0 12756 NULL
-+traceSMB_proc_write_12763 traceSMB_proc_write 0-3 12763 NULL
-+stac_create_spdif_mux_ctls_12764 stac_create_spdif_mux_ctls 0 12764 NULL
-+snd_emu10k1_capture_trigger_12765 snd_emu10k1_capture_trigger 0 12765 NULL
-+iscsi_stat_tgt_attr_show_attr_fail_intr_name_12767 iscsi_stat_tgt_attr_show_attr_fail_intr_name 0 12767 NULL
-+listxattr_12769 listxattr 3 12769 NULL
-+persistent_show_12774 persistent_show 0 12774 NULL nohasharray
-+store_blue_12774 store_blue 0-4 12774 &persistent_show_12774
-+ip_ufo_append_data_12775 ip_ufo_append_data 8-7-6 12775 NULL nohasharray
-+check_ci_12775 check_ci 0 12775 &ip_ufo_append_data_12775 nohasharray
-+tiadc_buffer_postenable_12775 tiadc_buffer_postenable 0 12775 &check_ci_12775
-+validate_index_12777 validate_index 0 12777 NULL
-+__iscsi_disc_show_userid_mutual_12779 __iscsi_disc_show_userid_mutual 0 12779 NULL
-+store_selfballoon_reserved_mb_12780 store_selfballoon_reserved_mb 0-4 12780 NULL
-+o2hb_heartbeat_group_show_12783 o2hb_heartbeat_group_show 0 12783 NULL nohasharray
-+bcm54xx_exp_write_12783 bcm54xx_exp_write 0 12783 &o2hb_heartbeat_group_show_12783
-+e1000_setup_all_tx_resources_12786 e1000_setup_all_tx_resources 0 12786 NULL
-+ath6kl_wmi_cmd_send_xtnd_12787 ath6kl_wmi_cmd_send_xtnd 0 12787 NULL
-+bnx2x_set_mac_one_12791 bnx2x_set_mac_one 0 12791 NULL
-+be_cmd_vlan_config_12799 be_cmd_vlan_config 0 12799 NULL
-+sysfs_ctlreg_read_12803 sysfs_ctlreg_read 0-5-6 12803 NULL
-+netdev_get_regs_len_12807 netdev_get_regs_len 0 12807 NULL
-+show_spi_transport_period_helper_12808 show_spi_transport_period_helper 0 12808 NULL
-+mgmt_event_12810 mgmt_event 4 12810 NULL
-+xfs_inumbers_fmt_12817 xfs_inumbers_fmt 3 12817 NULL
-+_nfs40_proc_fsid_present_12824 _nfs40_proc_fsid_present 0 12824 NULL nohasharray
-+rt2800_load_firmware_12824 rt2800_load_firmware 0 12824 &_nfs40_proc_fsid_present_12824
-+readq_12825 readq 0 12825 NULL
-+show_12831 show 0 12831 NULL
-+create_12834 create 0 12834 NULL nohasharray
-+SyS_add_key_12834 SyS_add_key 4 12834 &create_12834
-+gfs2_log_reserve_12835 gfs2_log_reserve 0 12835 NULL nohasharray
-+security_audit_rule_init_12835 security_audit_rule_init 0 12835 &gfs2_log_reserve_12835
-+dn_dst_mtu_12837 dn_dst_mtu 0 12837 NULL nohasharray
-+acpi_battery_alarm_store_12837 acpi_battery_alarm_store 0-4 12837 &dn_dst_mtu_12837
-+TSS_authhmac_12839 TSS_authhmac 0 12839 NULL nohasharray
-+get_l2cap_conn_12839 get_l2cap_conn 0 12839 &TSS_authhmac_12839
-+mvs_store_interrupt_coalescing_12841 mvs_store_interrupt_coalescing 0-4 12841 NULL
-+spidev_sync_12842 spidev_sync 0 12842 NULL nohasharray
-+ath6kl_wmi_add_wow_pattern_cmd_12842 ath6kl_wmi_add_wow_pattern_cmd 4 12842 &spidev_sync_12842
-+atkbd_do_set_force_release_12843 atkbd_do_set_force_release 0-4 12843 NULL
-+spidev_ioctl_12846 spidev_ioctl 2 12846 NULL nohasharray
-+si4713_i2c_read_12846 si4713_i2c_read 0 12846 &spidev_ioctl_12846
-+adp5520_bl_dark_dim_store_12853 adp5520_bl_dark_dim_store 4-0 12853 NULL
-+rtl28xxu_i2c_xfer_12854 rtl28xxu_i2c_xfer 0-3 12854 NULL nohasharray
-+nilfs_bmap_do_insert_12854 nilfs_bmap_do_insert 0 12854 &rtl28xxu_i2c_xfer_12854 nohasharray
-+hiddev_read_12854 hiddev_read 0-3 12854 &nilfs_bmap_do_insert_12854 nohasharray
-+cs421x_build_controls_12854 cs421x_build_controls 0 12854 &hiddev_read_12854
-+gadget_dev_desc_bDeviceClass_store_12857 gadget_dev_desc_bDeviceClass_store 0-3 12857 NULL
-+ib_post_send_mad_12859 ib_post_send_mad 0 12859 NULL
-+fc2580_wr_regs_12863 fc2580_wr_regs 0 12863 NULL
-+xfs_rtallocate_extent_exact_12865 xfs_rtallocate_extent_exact 0 12865 NULL
-+serio_raw_read_12868 serio_raw_read 0-3 12868 NULL
-+snd_atiixp_pcm_trigger_12871 snd_atiixp_pcm_trigger 0 12871 NULL nohasharray
-+drop_endpoint_12871 drop_endpoint 0 12871 &snd_atiixp_pcm_trigger_12871 nohasharray
-+show_12871 show 0 12871 &drop_endpoint_12871 nohasharray
-+md_run_12871 md_run 0 12871 &show_12871
-+nilfs_dev_blocksize_show_12874 nilfs_dev_blocksize_show 0 12874 NULL
-+dln2_send_wait_12877 dln2_send_wait 0 12877 NULL
-+allow_restart_store_12880 allow_restart_store 0-4 12880 NULL
-+ath9k_dump_4k_modal_eeprom_12883 ath9k_dump_4k_modal_eeprom 2-3-0 12883 NULL nohasharray
-+do_setattr_12883 do_setattr 0 12883 &ath9k_dump_4k_modal_eeprom_12883
-+show_fnode_tpgt_12887 show_fnode_tpgt 0 12887 NULL
-+show_ata_dev_id_12891 show_ata_dev_id 0 12891 NULL
-+get_leb_cnt_12892 get_leb_cnt 0-2 12892 NULL nohasharray
-+show_hold_timer_12892 show_hold_timer 0 12892 &get_leb_cnt_12892
-+minix_readpage_12897 minix_readpage 0 12897 NULL
-+wsm_cmd_send_12901 wsm_cmd_send 0 12901 NULL
-+_regmap_raw_read_12902 _regmap_raw_read 0 12902 NULL nohasharray
-+request_12902 request 0 12902 &_regmap_raw_read_12902
-+ocfs2_hamming_encode_block_12904 ocfs2_hamming_encode_block 2 12904 NULL
-+sha512_ssse3_export_12905 sha512_ssse3_export 0 12905 NULL
-+elan_write_fw_block_12906 elan_write_fw_block 0 12906 NULL
-+get_virtual_node_size_12908 get_virtual_node_size 0 12908 NULL
-+qlcnic_clear_esw_stats_12911 qlcnic_clear_esw_stats 0 12911 NULL
-+show_temp_status_12912 show_temp_status 0 12912 NULL
-+quota_quantum_show_12921 quota_quantum_show 0 12921 NULL
-+rds_pages_in_vec_12922 rds_pages_in_vec 0 12922 NULL
-+_nfs4_open_expired_12925 _nfs4_open_expired 0 12925 NULL
-+ci_ll_init_12930 ci_ll_init 3 12930 NULL
-+update_mode_show_12934 update_mode_show 0 12934 NULL nohasharray
-+adxl34x_disable_store_12934 adxl34x_disable_store 0-4 12934 &update_mode_show_12934
-+SYSC_sendfile_12936 SYSC_sendfile 4 12936 NULL
-+nvme_npages_12938 nvme_npages 0-1 12938 NULL nohasharray
-+ican3_sysfs_show_term_12938 ican3_sysfs_show_term 0 12938 &nvme_npages_12938
-+wil_write_back_12939 wil_write_back 3-0 12939 NULL nohasharray
-+target_core_alua_tg_pt_gp_show_attr_alua_support_offline_12939 target_core_alua_tg_pt_gp_show_attr_alua_support_offline 0 12939 &wil_write_back_12939
-+sdev_show_scsi_level_12941 sdev_show_scsi_level 0 12941 NULL
-+register_memory_12944 register_memory 0 12944 NULL
-+do_inode_permission_12946 do_inode_permission 0 12946 NULL
-+show_alarm_beep_12949 show_alarm_beep 0 12949 NULL
-+int340x_thermal_get_zone_temp_12954 int340x_thermal_get_zone_temp 0 12954 NULL
-+_ctl_device_delay_show_12957 _ctl_device_delay_show 0 12957 NULL
-+qib_map_sg_12958 qib_map_sg 0-3 12958 NULL
-+bcsp_prepare_pkt_12961 bcsp_prepare_pkt 3 12961 NULL
-+iwlagn_mac_sta_remove_12962 iwlagn_mac_sta_remove 0 12962 NULL nohasharray
-+myri10ge_update_mac_address_12962 myri10ge_update_mac_address 0 12962 &iwlagn_mac_sta_remove_12962
-+bm_status_write_12964 bm_status_write 3-0 12964 NULL
-+lpfc_link_speed_show_12965 lpfc_link_speed_show 0 12965 NULL nohasharray
-+snd_seq_prioq_cell_in_12965 snd_seq_prioq_cell_in 0 12965 &lpfc_link_speed_show_12965
-+start_khugepaged_12971 start_khugepaged 0 12971 NULL
-+__rhashtable_insert_fast_12974 __rhashtable_insert_fast 0 12974 NULL
-+iwl_mvm_read_external_nvm_12975 iwl_mvm_read_external_nvm 0 12975 NULL
-+klp_enable_object_12977 klp_enable_object 0 12977 NULL
-+broadsheet_setup_plls_12983 broadsheet_setup_plls 0 12983 NULL
-+_iwl_dbgfs_ss_force_write_12984 _iwl_dbgfs_ss_force_write 3-0 12984 NULL
-+adfs_statfs_12986 adfs_statfs 0 12986 NULL
-+sk_peek_offset_12991 sk_peek_offset 0 12991 NULL
-+host_lock_show_12993 host_lock_show 0 12993 NULL
-+mgmt_get_if_info_12995 mgmt_get_if_info 0 12995 NULL nohasharray
-+__iscsi_tpg_auth_show_userid_12995 __iscsi_tpg_auth_show_userid 0 12995 &mgmt_get_if_info_12995
-+drbd_recv_all_13002 drbd_recv_all 3 13002 NULL
-+_get_block_create_0_13003 _get_block_create_0 0 13003 NULL nohasharray
-+bfad_im_issue_fc_host_lip_13003 bfad_im_issue_fc_host_lip 0 13003 &_get_block_create_0_13003
-+vmci_transport_stream_enqueue_13004 vmci_transport_stream_enqueue 0-3 13004 NULL nohasharray
-+set_otp0_13004 set_otp0 4-0 13004 &vmci_transport_stream_enqueue_13004
-+shutdown_event_13006 shutdown_event 0 13006 NULL
-+show_octave_13007 show_octave 0 13007 NULL
-+cyberjack_open_13012 cyberjack_open 0 13012 NULL nohasharray
-+musb_srp_store_13012 musb_srp_store 0-4 13012 &cyberjack_open_13012
-+vsscanf_13014 vsscanf 0 13014 NULL
-+dib8096p_tuner_read_serpar_13017 dib8096p_tuner_read_serpar 0-3 13017 NULL
-+netvsc_open_13019 netvsc_open 0 13019 NULL
-+subsystem_filter_write_13022 subsystem_filter_write 3 13022 NULL
-+__uncore_umask_show_13024 __uncore_umask_show 0 13024 NULL nohasharray
-+wsm_set_edca_params_13024 wsm_set_edca_params 0 13024 &__uncore_umask_show_13024 nohasharray
-+aa_setprocattr_changehat_13024 aa_setprocattr_changehat 0 13024 &wsm_set_edca_params_13024
-+dw2102_i2c_transfer_13026 dw2102_i2c_transfer 0-3 13026 NULL
-+lis3lv02d_position_show_13034 lis3lv02d_position_show 0 13034 NULL nohasharray
-+ipg_nic_change_mtu_13034 ipg_nic_change_mtu 0 13034 &lis3lv02d_position_show_13034
-+usbhsh_pipe_attach_13040 usbhsh_pipe_attach 0 13040 NULL nohasharray
-+poll_busy_13040 poll_busy 0 13040 &usbhsh_pipe_attach_13040
-+SyS_sendfile64_13043 SyS_sendfile64 4 13043 NULL
-+ocfs2_write_begin_13045 ocfs2_write_begin 0 13045 NULL
-+nilfs_sync_file_13047 nilfs_sync_file 0 13047 NULL nohasharray
-+cifs_write_allocate_pages_13047 cifs_write_allocate_pages 0 13047 &nilfs_sync_file_13047
-+__dn_setsockopt_13060 __dn_setsockopt 5-0 13060 NULL nohasharray
-+ctnetlink_timestamp_size_13060 ctnetlink_timestamp_size 0 13060 &__dn_setsockopt_13060 nohasharray
-+ptlrpc_lprocfs_threads_min_seq_write_13060 ptlrpc_lprocfs_threads_min_seq_write 3 13060 &ctnetlink_timestamp_size_13060
-+ppp_asynctty_read_13062 ppp_asynctty_read 0 13062 NULL
-+adv7175_s_fmt_13066 adv7175_s_fmt 0 13066 NULL
-+adis_read_reg_16_13072 adis_read_reg_16 0 13072 NULL
-+read_file_tpc_13073 read_file_tpc 3-0 13073 NULL
-+nf_nat_ipv4_fn_13074 nf_nat_ipv4_fn 0 13074 NULL
-+raid5_store_skip_copy_13075 raid5_store_skip_copy 0-3 13075 NULL nohasharray
-+bnx2fc_fcoe_reset_13075 bnx2fc_fcoe_reset 0 13075 &raid5_store_skip_copy_13075
-+wl1251_hw_init_templates_config_13078 wl1251_hw_init_templates_config 0 13078 NULL
-+ti_do_config_13080 ti_do_config 0 13080 NULL
-+get_pwm1_13083 get_pwm1 0 13083 NULL
-+synaptics_set_disable_gesture_13085 synaptics_set_disable_gesture 0-4 13085 NULL
-+radeon_hwmon_get_pwm1_enable_13088 radeon_hwmon_get_pwm1_enable 0 13088 NULL
-+xattr_getsecurity_13090 xattr_getsecurity 0 13090 NULL
-+blk_rq_map_sg_13092 blk_rq_map_sg 0 13092 NULL
-+show_down_head_align_13093 show_down_head_align 0 13093 NULL
-+lec_change_mtu_13094 lec_change_mtu 0 13094 NULL
-+sbi_ui_store_13095 sbi_ui_store 0-4 13095 NULL
-+il_send_add_sta_13097 il_send_add_sta 0 13097 NULL
-+mb_find_next_zero_bit_13100 mb_find_next_zero_bit 2-3-0 13100 NULL
-+ttm_dma_pool_alloc_new_pages_13105 ttm_dma_pool_alloc_new_pages 3 13105 NULL
-+bma180_set_new_data_intr_state_13106 bma180_set_new_data_intr_state 0 13106 NULL
-+ubi_leb_map_13107 ubi_leb_map 0 13107 NULL
-+next_power_13110 next_power 0 13110 NULL
-+snd_rme96_playback_copy_13111 snd_rme96_playback_copy 5 13111 NULL
-+snd_pcm_lib_preallocate_pages_for_all_13112 snd_pcm_lib_preallocate_pages_for_all 4 13112 NULL nohasharray
-+pyra_send_control_13112 pyra_send_control 0 13112 &snd_pcm_lib_preallocate_pages_for_all_13112
-+ltc4215_show_power_13117 ltc4215_show_power 0 13117 NULL
-+bfad_debugfs_read_13119 bfad_debugfs_read 3-0 13119 NULL
-+relay_file_read_13123 relay_file_read 0-3 13123 NULL nohasharray
-+qla2x00_sysfs_write_reset_13123 qla2x00_sysfs_write_reset 0-6-5 13123 &relay_file_read_13123
-+read_13125 read 0-5 13125 NULL
-+tlclk_read_13128 tlclk_read 0-3 13128 NULL
-+ip_make_skb_13129 ip_make_skb 5-6 13129 NULL
-+ipath_do_user_init_13142 ipath_do_user_init 0 13142 NULL nohasharray
-+kone_sysfs_set_startup_profile_13142 kone_sysfs_set_startup_profile 0-4 13142 &ipath_do_user_init_13142
-+mei_hbm_cl_write_13143 mei_hbm_cl_write 0 13143 NULL
-+blk_update_request_13146 blk_update_request 3 13146 NULL
-+erst_reader_13156 erst_reader 0 13156 NULL
-+nes_net_event_13163 nes_net_event 0 13163 NULL
-+hpfs_write_begin_13164 hpfs_write_begin 3-0 13164 NULL
-+cifs_loose_read_iter_13165 cifs_loose_read_iter 0 13165 NULL
-+diva_um_idi_write_13170 diva_um_idi_write 0 13170 NULL
-+caif_stream_recvmsg_13173 caif_stream_recvmsg 4-0 13173 NULL
-+ea_set_i_13174 ea_set_i 0 13174 NULL nohasharray
-+iscsi_tpg_param_store_MaxXmitDataSegmentLength_13174 iscsi_tpg_param_store_MaxXmitDataSegmentLength 0-3 13174 &ea_set_i_13174
-+pwr_disable_ps_read_13176 pwr_disable_ps_read 3-0 13176 NULL
-+ucs2_strlen_13178 ucs2_strlen 0 13178 NULL
-+isl29003_store_mode_13181 isl29003_store_mode 0-4 13181 NULL
-+adis16136_get_freq_13183 adis16136_get_freq 0 13183 NULL nohasharray
-+macvlan_init_13183 macvlan_init 0 13183 &adis16136_get_freq_13183
-+bql_show_limit_max_13184 bql_show_limit_max 0 13184 NULL nohasharray
-+create_trace_uprobe_13184 create_trace_uprobe 1 13184 &bql_show_limit_max_13184
-+dvb_ca_read_13187 dvb_ca_read 0-3 13187 NULL
-+sr_get_eeprom_len_13190 sr_get_eeprom_len 0 13190 NULL
-+ar5523_start_13193 ar5523_start 0 13193 NULL
-+show_session_param_ISCSI_PARAM_PASSWORD_13197 show_session_param_ISCSI_PARAM_PASSWORD 0 13197 NULL nohasharray
-+amd64_inject_section_store_13197 amd64_inject_section_store 0-4 13197 &show_session_param_ISCSI_PARAM_PASSWORD_13197
-+rt61pci_set_state_13199 rt61pci_set_state 0 13199 NULL nohasharray
-+ax88179_get_eeprom_len_13199 ax88179_get_eeprom_len 0 13199 &rt61pci_set_state_13199 nohasharray
-+comedi_read_13199 comedi_read 3 13199 &ax88179_get_eeprom_len_13199
-+set_tach_13200 set_tach 0-4 13200 NULL
-+hash_ipport4_expire_13201 hash_ipport4_expire 4 13201 NULL nohasharray
-+sync_min_show_13201 sync_min_show 0 13201 &hash_ipport4_expire_13201
-+mem_cgroup_try_charge_13202 mem_cgroup_try_charge 0 13202 NULL
-+ilk_pipe_crc_ctl_reg_13204 ilk_pipe_crc_ctl_reg 0 13204 NULL
-+mmc_ext_csd_read_13205 mmc_ext_csd_read 3-0 13205 NULL
-+nfs_sync_mapping_13207 nfs_sync_mapping 0 13207 NULL
-+bitmap_parselist_13211 bitmap_parselist 0 13211 NULL
-+lp3972_dcdc_enable_13217 lp3972_dcdc_enable 0 13217 NULL
-+get_unaligned_le64_13219 get_unaligned_le64 0 13219 NULL
-+svm_msrpm_offset_13220 svm_msrpm_offset 0-1 13220 NULL
-+set_vrm_13222 set_vrm 0-4 13222 NULL
-+dax_clear_blocks_13223 dax_clear_blocks 3 13223 NULL
-+copy_user_subjs_13225 copy_user_subjs 0 13225 NULL
-+fnic_trace_ctrl_write_13229 fnic_trace_ctrl_write 3-0 13229 NULL
-+arcmsr_sysfs_iop_message_clear_13239 arcmsr_sysfs_iop_message_clear 0-6-5 13239 NULL
-+_iwl_dbgfs_disable_power_off_write_13243 _iwl_dbgfs_disable_power_off_write 3-0 13243 NULL
-+soft_show_13244 soft_show 0 13244 NULL
-+asix_read_cmd_13245 asix_read_cmd 5 13245 NULL
-+nilfs_superblock_attr_show_13246 nilfs_superblock_attr_show 0 13246 NULL nohasharray
-+ath5k_hw_rfregs_init_13246 ath5k_hw_rfregs_init 0 13246 &nilfs_superblock_attr_show_13246
-+ov9640_prog_dflt_13247 ov9640_prog_dflt 0 13247 NULL
-+snd_emu10k1_fx8010_tram_setup_13248 snd_emu10k1_fx8010_tram_setup 2 13248 NULL
-+store_13249 store 0 13249 NULL nohasharray
-+fw_download_code_13249 fw_download_code 3 13249 &store_13249
-+__show_chan_per_port_13250 __show_chan_per_port 0 13250 NULL
-+clps711x_pwm_enable_13251 clps711x_pwm_enable 0 13251 NULL
-+init_tid_tabs_13252 init_tid_tabs 4-3-2 13252 NULL nohasharray
-+cpu_rt_runtime_write_13252 cpu_rt_runtime_write 0 13252 &init_tid_tabs_13252
-+hostap_80211_get_hdrlen_13255 hostap_80211_get_hdrlen 0 13255 NULL
-+bio_integrity_trim_13259 bio_integrity_trim 3-2 13259 NULL
-+simple_attr_write_13260 simple_attr_write 3-0 13260 NULL
-+carl9170_rx_13272 carl9170_rx 3 13272 NULL
-+pmcraid_notify_aen_13274 pmcraid_notify_aen 3 13274 NULL
-+nvkm_ltc_create__13275 nvkm_ltc_create_ 4 13275 NULL
-+ip_vs_local_reply6_13278 ip_vs_local_reply6 0 13278 NULL
-+il4965_stats_flag_13281 il4965_stats_flag 0-3 13281 NULL
-+lpfc_idiag_mbxacc_get_setup_13282 lpfc_idiag_mbxacc_get_setup 0 13282 NULL
-+lpfc_vport_disable_13286 lpfc_vport_disable 0 13286 NULL
-+platform_device_add_resources_13289 platform_device_add_resources 3 13289 NULL
-+nvkm_i2c_pad_create__13292 nvkm_i2c_pad_create_ 5 13292 NULL
-+sd_major_13294 sd_major 0-1 13294 NULL
-+cx23885_start_audio_dma_13295 cx23885_start_audio_dma 0 13295 NULL
-+map_offset_show_13301 map_offset_show 0 13301 NULL
-+set_ptk_13304 set_ptk 0 13304 NULL nohasharray
-+__jbd2_update_log_tail_13304 __jbd2_update_log_tail 0 13304 &set_ptk_13304
-+store_13310 store 0 13310 NULL
-+saa7134_s_ctrl_13313 saa7134_s_ctrl 0 13313 NULL
-+read_file_phy_err_13318 read_file_phy_err 3-0 13318 NULL nohasharray
-+shmem_getxattr_13318 shmem_getxattr 0 13318 &read_file_phy_err_13318
-+max16065_show_current_13327 max16065_show_current 0 13327 NULL
-+us122l_ctl_msg_13330 us122l_ctl_msg 8 13330 NULL nohasharray
-+koneplus_sysfs_read_tcu_13330 koneplus_sysfs_read_tcu 0-5-6 13330 &us122l_ctl_msg_13330
-+i2c_sysfs_delete_device_13331 i2c_sysfs_delete_device 0-4 13331 NULL
-+connect_layer1_13336 connect_layer1 0 13336 NULL
-+kvm_read_nested_guest_page_13337 kvm_read_nested_guest_page 5 13337 NULL
-+round_event_name_len_13348 round_event_name_len 0 13348 NULL
-+dlm_event_store_13352 dlm_event_store 0-3 13352 NULL
-+get_bits_13353 get_bits 0-2 13353 NULL
-+az6007_i2c_xfer_13357 az6007_i2c_xfer 0-3 13357 NULL
-+hscx_empty_fifo_13360 hscx_empty_fifo 2 13360 NULL nohasharray
-+ths7303_setval_13360 ths7303_setval 0 13360 &hscx_empty_fifo_13360
-+caif_device_notify_13363 caif_device_notify 0 13363 NULL
-+cache_ctr_13364 cache_ctr 2 13364 NULL nohasharray
-+xfs_btree_delrec_13364 xfs_btree_delrec 0 13364 &cache_ctr_13364
-+snd_via686_capture_prepare_13373 snd_via686_capture_prepare 0 13373 NULL
-+hr222_sub_set_clock_13374 hr222_sub_set_clock 0 13374 NULL
-+wep_key_not_found_read_13377 wep_key_not_found_read 3-0 13377 NULL nohasharray
-+iso_sched_alloc_13377 iso_sched_alloc 1 13377 &wep_key_not_found_read_13377
-+iio_buffer_read_first_n_outer_13378 iio_buffer_read_first_n_outer 0-3 13378 NULL
-+sctp_wait_for_connect_13379 sctp_wait_for_connect 0 13379 NULL
-+bt_sock_recvmsg_13380 bt_sock_recvmsg 3 13380 NULL
-+zl10036_set_params_13381 zl10036_set_params 0 13381 NULL
-+activity_write_13388 activity_write 0-6-5 13388 NULL nohasharray
-+lov_mds_md_size_13388 lov_mds_md_size 0-1 13388 &activity_write_13388
-+i7core_inject_section_show_13394 i7core_inject_section_show 0 13394 NULL
-+vmxnet3_set_mac_addr_13396 vmxnet3_set_mac_addr 0 13396 NULL
-+as3935_sensor_sensitivity_store_13401 as3935_sensor_sensitivity_store 0-4 13401 NULL
-+tm6000_prepare_isoc_13404 tm6000_prepare_isoc 0 13404 NULL
-+carl9170_rx_untie_data_13405 carl9170_rx_untie_data 3 13405 NULL nohasharray
-+ieee80211_check_concurrent_iface_13405 ieee80211_check_concurrent_iface 0 13405 &carl9170_rx_untie_data_13405
-+sky2_receive_13407 sky2_receive 2 13407 NULL
-+ocfs2_inode_lock_update_13414 ocfs2_inode_lock_update 0 13414 NULL nohasharray
-+qib_sdma_get_inflight_13414 qib_sdma_get_inflight 0 13414 &ocfs2_inode_lock_update_13414
-+store_flush_13416 store_flush 0 13416 NULL
-+netxen_alloc_sds_rings_13417 netxen_alloc_sds_rings 2 13417 NULL
-+get_tx_data_len_13418 get_tx_data_len 0 13418 NULL
-+compat_SyS_sendfile64_13420 compat_SyS_sendfile64 4 13420 NULL
-+show_multicast_fast_leave_13427 show_multicast_fast_leave 0 13427 NULL
-+bq2415x_exec_command_13430 bq2415x_exec_command 0 13430 NULL
-+smb_sendv_13437 smb_sendv 0 13437 NULL nohasharray
-+__tipc_send_stream_13437 __tipc_send_stream 3 13437 &smb_sendv_13437
-+mwifiex_get_bss_info_13439 mwifiex_get_bss_info 0 13439 NULL nohasharray
-+request_firmware_nowait_13439 request_firmware_nowait 0 13439 &mwifiex_get_bss_info_13439
-+sctp_setsockopt_peer_primary_addr_13440 sctp_setsockopt_peer_primary_addr 3-0 13440 NULL
-+ath6kl_cfg80211_connect_event_13443 ath6kl_cfg80211_connect_event 7-8-9 13443 NULL
-+close_patch_13445 close_patch 0 13445 NULL
-+ath10k_wmi_vdev_spectral_enable_13446 ath10k_wmi_vdev_spectral_enable 0 13446 NULL
-+lanai_get_sized_buffer_13448 lanai_get_sized_buffer 0 13448 NULL
-+acpi_thermal_get_temperature_13461 acpi_thermal_get_temperature 0 13461 NULL
-+cxacru_sysfs_showattr_LINE_13464 cxacru_sysfs_showattr_LINE 0 13464 NULL nohasharray
-+igb_notify_dca_13464 igb_notify_dca 0 13464 &cxacru_sysfs_showattr_LINE_13464 nohasharray
-+__kgdb_notify_13464 __kgdb_notify 0 13464 &igb_notify_dca_13464
-+nfs4_set_security_label_13465 nfs4_set_security_label 0 13465 NULL
-+musb_mode_store_13466 musb_mode_store 0-4 13466 NULL
-+bcm_iproc_i2c_xfer_13471 bcm_iproc_i2c_xfer 0-3 13471 NULL nohasharray
-+target_freq_show_13471 target_freq_show 0 13471 &bcm_iproc_i2c_xfer_13471
-+rtc_dev_read_13472 rtc_dev_read 0-3 13472 NULL
-+iscsi_post_host_event_13473 iscsi_post_host_event 4 13473 NULL
-+show_13475 show 0 13475 NULL nohasharray
-+asm_did_show_13475 asm_did_show 0 13475 &show_13475
-+get_temp_13476 get_temp 0 13476 NULL
-+sm_lid_show_13478 sm_lid_show 0 13478 NULL
-+sb_init_dio_done_wq_13482 sb_init_dio_done_wq 0 13482 NULL
-+l3_access_valid_13483 l3_access_valid 0 13483 NULL
-+amd8111e_open_13487 amd8111e_open 0 13487 NULL
-+write_13490 write 0 13490 NULL
-+data_read_13494 data_read 3-0 13494 NULL nohasharray
-+ext_prop_data_store_13494 ext_prop_data_store 3-0 13494 &data_read_13494 nohasharray
-+qib_write_umem32_13494 qib_write_umem32 0 13494 &ext_prop_data_store_13494
-+brcmf_sdiod_ramrw_13500 brcmf_sdiod_ramrw 5 13500 NULL
-+queue_nomerges_show_13504 queue_nomerges_show 0 13504 NULL nohasharray
-+__cpu_notify_13504 __cpu_notify 0 13504 &queue_nomerges_show_13504
-+rndis_filter_set_device_mac_13505 rndis_filter_set_device_mac 0 13505 NULL
-+nfs3_proc_setattr_13506 nfs3_proc_setattr 0 13506 NULL
-+core_status_13515 core_status 4-0 13515 NULL nohasharray
-+send_cmd_13515 send_cmd 0 13515 &core_status_13515
-+bonding_show_ad_partner_key_13516 bonding_show_ad_partner_key 0 13516 NULL
-+show_dock_type_13518 show_dock_type 0 13518 NULL
-+smk_write_mapped_13519 smk_write_mapped 3-0 13519 NULL
-+max_comp_streams_show_13525 max_comp_streams_show 0 13525 NULL
-+bm_init_13529 bm_init 2 13529 NULL
-+ocfs2_setattr_13530 ocfs2_setattr 0 13530 NULL nohasharray
-+request_any_context_irq_13530 request_any_context_irq 0 13530 &ocfs2_setattr_13530
-+cx23885_load_firmware_13534 cx23885_load_firmware 0 13534 NULL
-+get_enclosure_identifier_13536 get_enclosure_identifier 0 13536 NULL nohasharray
-+wcn36xx_smd_start_13536 wcn36xx_smd_start 0 13536 &get_enclosure_identifier_13536
-+sync_completed_show_13540 sync_completed_show 0 13540 NULL
-+venus_access_13541 venus_access 0 13541 NULL
-+arizona_micsupp_enable_13545 arizona_micsupp_enable 0 13545 NULL
-+key_getsecurity_13546 key_getsecurity 0 13546 NULL
-+vfio_cap_len_13549 vfio_cap_len 0 13549 NULL nohasharray
-+do_set_fan_pulses_13549 do_set_fan_pulses 0 13549 &vfio_cap_len_13549
-+adp5520_bl_daylight_dim_show_13550 adp5520_bl_daylight_dim_show 0 13550 NULL nohasharray
-+__iscsi_nacl_auth_show_authenticate_target_13550 __iscsi_nacl_auth_show_authenticate_target 0 13550 &adp5520_bl_daylight_dim_show_13550
-+hp100_open_13551 hp100_open 0 13551 NULL
-+__rpm_callback_13552 __rpm_callback 0 13552 NULL
-+i7core_inject_eccmask_store_13555 i7core_inject_eccmask_store 0-4 13555 NULL
-+llcp_sock_recvmsg_13556 llcp_sock_recvmsg 4-0 13556 NULL nohasharray
-+migrate_page_move_mapping_13556 migrate_page_move_mapping 0 13556 &llcp_sock_recvmsg_13556
-+ieee80211_if_read_ap_power_level_13558 ieee80211_if_read_ap_power_level 3-0 13558 NULL
-+hash_net4_expire_13559 hash_net4_expire 4 13559 NULL
-+usb_hcd_link_urb_to_ep_13560 usb_hcd_link_urb_to_ep 0 13560 NULL nohasharray
-+setsockopt_13560 setsockopt 0 13560 &usb_hcd_link_urb_to_ep_13560
-+nfs4_schedule_migration_recovery_13561 nfs4_schedule_migration_recovery 0 13561 NULL
-+smack_setprocattr_13564 smack_setprocattr 0-4 13564 NULL
-+snd_cmipci_playback_prepare_13566 snd_cmipci_playback_prepare 0 13566 NULL
-+alx_alloc_rings_13567 alx_alloc_rings 0 13567 NULL
-+ath10k_spectral_scan_trigger_13573 ath10k_spectral_scan_trigger 0 13573 NULL
-+read_file_antenna_13574 read_file_antenna 3-0 13574 NULL
-+__iscsi_disc_store_password_13575 __iscsi_disc_store_password 0-3 13575 NULL
-+ci_role_start_13579 ci_role_start 0 13579 NULL
-+target_stat_scsi_tgt_port_show_attr_name_13585 target_stat_scsi_tgt_port_show_attr_name 0 13585 NULL
-+driver_override_store_13588 driver_override_store 0-4 13588 NULL
-+cache_write_13589 cache_write 3-0 13589 NULL nohasharray
-+gt_rp_mhz_show_13589 gt_rp_mhz_show 0 13589 &cache_write_13589
-+mpt_lan_receive_post_turbo_13592 mpt_lan_receive_post_turbo 2 13592 NULL nohasharray
-+make_rate_with_tolerance_13592 make_rate_with_tolerance 0 13592 &mpt_lan_receive_post_turbo_13592
-+niu_set_primary_mac_rdc_table_13593 niu_set_primary_mac_rdc_table 0 13593 NULL nohasharray
-+srp_add_target_13593 srp_add_target 0 13593 &niu_set_primary_mac_rdc_table_13593
-+aac_sa_ioremap_13596 aac_sa_ioremap 2 13596 NULL nohasharray
-+irias_new_octseq_value_13596 irias_new_octseq_value 2 13596 &aac_sa_ioremap_13596
-+i40e_change_mtu_13598 i40e_change_mtu 0 13598 NULL
-+hdlc_change_mtu_13603 hdlc_change_mtu 0 13603 NULL
-+twl_rtc_read_time_13605 twl_rtc_read_time 0 13605 NULL
-+exofs_setattr_13607 exofs_setattr 0 13607 NULL
-+adis_write_reg_16_13608 adis_write_reg_16 0 13608 NULL
-+matroxfb_set_par_13610 matroxfb_set_par 0 13610 NULL
-+wl1271_init_ap_rates_13613 wl1271_init_ap_rates 0 13613 NULL
-+swap_cgroup_swapon_13614 swap_cgroup_swapon 2 13614 NULL
-+wm8994_bulk_write_13615 wm8994_bulk_write 2-3 13615 NULL nohasharray
-+ov7670_write_smbus_13615 ov7670_write_smbus 0 13615 &wm8994_bulk_write_13615
-+__ntfs_grab_cache_pages_13617 __ntfs_grab_cache_pages 0 13617 NULL nohasharray
-+nr_recvmsg_13617 nr_recvmsg 3 13617 &__ntfs_grab_cache_pages_13617
-+pmcraid_get_minor_13619 pmcraid_get_minor 0 13619 NULL
-+atl1_get_regs_len_13624 atl1_get_regs_len 0 13624 NULL
-+iio_device_add_event_sysfs_13627 iio_device_add_event_sysfs 0 13627 NULL
-+tpm_stm_i2c_recv_13629 tpm_stm_i2c_recv 0-3 13629 NULL
-+i7core_inject_store_dimm_13633 i7core_inject_store_dimm 0-4 13633 NULL
-+packet_snd_13634 packet_snd 3-0 13634 NULL nohasharray
-+ocfs2_get_clusters_nocache_13634 ocfs2_get_clusters_nocache 0 13634 &packet_snd_13634 nohasharray
-+subsystem_id_store_13634 subsystem_id_store 0-4 13634 &ocfs2_get_clusters_nocache_13634
-+decode_lanman_negprot_rsp_13636 decode_lanman_negprot_rsp 0 13636 NULL nohasharray
-+__qbuf_userptr_13636 __qbuf_userptr 0 13636 &decode_lanman_negprot_rsp_13636 nohasharray
-+adt7310_spi_write_word_13636 adt7310_spi_write_word 0 13636 &__qbuf_userptr_13636
-+mlx4_comm_cmd_13637 mlx4_comm_cmd 0 13637 NULL
-+vprbrd_i2c_addr_13639 vprbrd_i2c_addr 0 13639 NULL nohasharray
-+via_gpio_dir_input_13639 via_gpio_dir_input 0 13639 &vprbrd_i2c_addr_13639
-+ltc4222_show_bool_13640 ltc4222_show_bool 0 13640 NULL
-+nilfs_superblock_sb_write_count_show_13641 nilfs_superblock_sb_write_count_show 0 13641 NULL
-+period_to_str_13642 period_to_str 0 13642 NULL
-+atkbd_show_err_count_13644 atkbd_show_err_count 0 13644 NULL
-+blk_msg_write_13655 blk_msg_write 3 13655 NULL
-+__hfsplus_ext_write_extent_13656 __hfsplus_ext_write_extent 0 13656 NULL
-+crypto_ahash_init_13658 crypto_ahash_init 0 13658 NULL
-+generic_listxattr_13665 generic_listxattr 0-3 13665 NULL
-+cache_downcall_13666 cache_downcall 3-0 13666 NULL
-+nes_store_idx_addr_13673 nes_store_idx_addr 0-3 13673 NULL
-+show_ipOutForwDatagrams_13674 show_ipOutForwDatagrams 0 13674 NULL
-+omap_hsmmc_show_slot_name_13675 omap_hsmmc_show_slot_name 0 13675 NULL
-+i915_gem_obj_ggtt_offset_view_13680 i915_gem_obj_ggtt_offset_view 0 13680 NULL
-+dvb_usb_generic_rw_13681 dvb_usb_generic_rw 0 13681 NULL nohasharray
-+acpi_suspend_lowlevel_13681 acpi_suspend_lowlevel 0 13681 &dvb_usb_generic_rw_13681
-+ext3_xattr_list_entries_13682 ext3_xattr_list_entries 0 13682 NULL nohasharray
-+__iscsi_disc_store_userid_13682 __iscsi_disc_store_userid 0-3 13682 &ext3_xattr_list_entries_13682
-+show_fnode_discovery_logout_13684 show_fnode_discovery_logout 0 13684 NULL nohasharray
-+wl1271_acx_init_rx_interrupt_13684 wl1271_acx_init_rx_interrupt 0 13684 &show_fnode_discovery_logout_13684
-+devcd_data_write_13685 devcd_data_write 0-6-5 13685 NULL
-+wil_read_back_13687 wil_read_back 3-0 13687 NULL
-+max8997_bulk_read_13688 max8997_bulk_read 0 13688 NULL nohasharray
-+fuse_copy_pages_13688 fuse_copy_pages 0 13688 &max8997_bulk_read_13688
-+check_intr_schedule_13691 check_intr_schedule 0 13691 NULL nohasharray
-+gadget_dev_desc_bcdUSB_store_13691 gadget_dev_desc_bcdUSB_store 0-3 13691 &check_intr_schedule_13691 nohasharray
-+uevent_helper_store_13691 uevent_helper_store 0-4 13691 &gadget_dev_desc_bcdUSB_store_13691
-+usb_get_string_13693 usb_get_string 0 13693 NULL
-+tipc_send_stream_13696 tipc_send_stream 3 13696 NULL
-+patch_vt2002P_13697 patch_vt2002P 0 13697 NULL
-+fw_iso_buffer_alloc_13704 fw_iso_buffer_alloc 2 13704 NULL nohasharray
-+ntc_show_name_13704 ntc_show_name 0 13704 &fw_iso_buffer_alloc_13704 nohasharray
-+store_engine3_mode_13704 store_engine3_mode 0-4 13704 &ntc_show_name_13704
-+gprs_attach_13708 gprs_attach 0 13708 NULL
-+osst_space_over_filemarks_forward_slow_13711 osst_space_over_filemarks_forward_slow 0 13711 NULL nohasharray
-+qlcnic_store_diag_mode_13711 qlcnic_store_diag_mode 0-4 13711 &osst_space_over_filemarks_forward_slow_13711
-+nilfs_btree_convert_and_insert_13712 nilfs_btree_convert_and_insert 0 13712 NULL
-+manf_id_show_13718 manf_id_show 0 13718 NULL
-+wm97xx_bat_get_property_13719 wm97xx_bat_get_property 0 13719 NULL
-+store_reconnect_delay_13720 store_reconnect_delay 0-4 13720 NULL
-+get_codec_name_13721 get_codec_name 0 13721 NULL
-+usnic_ib_show_iface_13726 usnic_ib_show_iface 0 13726 NULL
-+mcs_set_reg_13730 mcs_set_reg 0 13730 NULL
-+cifs_call_async_13731 cifs_call_async 0 13731 NULL
-+cfg80211_testmode_alloc_event_skb_13739 cfg80211_testmode_alloc_event_skb 2 13739 NULL nohasharray
-+dsbr100_setfreq_13739 dsbr100_setfreq 0 13739 &cfg80211_testmode_alloc_event_skb_13739
-+ql_wait_reg_rdy_13741 ql_wait_reg_rdy 0 13741 NULL
-+audit_unpack_string_13748 audit_unpack_string 3 13748 NULL
-+snd_hdac_device_register_13749 snd_hdac_device_register 0 13749 NULL
-+ufs_dtog_13750 ufs_dtog 0-2 13750 NULL
-+lbmLogInit_13756 lbmLogInit 0 13756 NULL
-+netprio_set_prio_13758 netprio_set_prio 0 13758 NULL
-+lpfc_fwrev_show_13760 lpfc_fwrev_show 0 13760 NULL
-+udf_direct_IO_13765 udf_direct_IO 4-0 13765 NULL
-+bd2802_store_reg0x0d_13766 bd2802_store_reg0x0d 0-4 13766 NULL
-+raid10_add_disk_13776 raid10_add_disk 0 13776 NULL
-+fb_sys_read_13778 fb_sys_read 3 13778 NULL
-+edac_device_ctl_panic_on_ue_show_13780 edac_device_ctl_panic_on_ue_show 0 13780 NULL
-+qib_setup_sdma_13784 qib_setup_sdma 0 13784 NULL
-+l2tp_ip_recvmsg_13785 l2tp_ip_recvmsg 3 13785 NULL
-+roccat_common2_sysfs_read_sensor_13788 roccat_common2_sysfs_read_sensor 0-5-6 13788 NULL
-+sysfs_do_cmd_13790 sysfs_do_cmd 0-4 13790 NULL
-+ath6kl_mgmt_powersave_ap_13791 ath6kl_mgmt_powersave_ap 6 13791 NULL
-+mlx4_cq_modify_13796 mlx4_cq_modify 0 13796 NULL
-+migrate_pages_13797 migrate_pages 0 13797 NULL
-+cpu_down_13801 cpu_down 0 13801 NULL
-+fbcon_unbind_13802 fbcon_unbind 0 13802 NULL
-+mwifiex_sdio_card_to_host_mp_aggr_13806 mwifiex_sdio_card_to_host_mp_aggr 2 13806 NULL
-+cpu_callback_13812 cpu_callback 0 13812 NULL nohasharray
-+e100_rx_alloc_list_13812 e100_rx_alloc_list 0 13812 &cpu_callback_13812
-+random_read_13815 random_read 3-0 13815 NULL nohasharray
-+__uncore_inv_show_13815 __uncore_inv_show 0 13815 &random_read_13815 nohasharray
-+x86_acpi_suspend_lowlevel_13815 x86_acpi_suspend_lowlevel 0 13815 &__uncore_inv_show_13815
-+gfs2_xattr_remove_13816 gfs2_xattr_remove 0 13816 NULL
-+mutex_lock_interruptible_nested_13817 mutex_lock_interruptible_nested 0 13817 NULL
-+wl18xx_boot_soft_reset_13819 wl18xx_boot_soft_reset 0 13819 NULL nohasharray
-+bnx2_reset_nic_13819 bnx2_reset_nic 0 13819 &wl18xx_boot_soft_reset_13819
-+hsi_register_board_info_13820 hsi_register_board_info 2 13820 NULL nohasharray
-+snd_line6_prepare_13820 snd_line6_prepare 0 13820 &hsi_register_board_info_13820
-+___mei_cl_send_13821 ___mei_cl_send 3 13821 NULL
-+mv88e6123_61_65_get_sset_count_13824 mv88e6123_61_65_get_sset_count 0 13824 NULL
-+iwl_mvm_add_aux_sta_13827 iwl_mvm_add_aux_sta 0 13827 NULL
-+queue_bulk_on_old_endpoint_13828 queue_bulk_on_old_endpoint 0 13828 NULL nohasharray
-+__uncore_filter_opc2_show_13828 __uncore_filter_opc2_show 0 13828 &queue_bulk_on_old_endpoint_13828
-+netxen_sysfs_read_mem_13830 netxen_sysfs_read_mem 0-6-5 13830 NULL
-+qce_ahash_hmac_setkey_13837 qce_ahash_hmac_setkey 3 13837 NULL nohasharray
-+bucket_table_alloc_13837 bucket_table_alloc 2 13837 &qce_ahash_hmac_setkey_13837
-+ds1685_rtc_sysfs_serial_show_13839 ds1685_rtc_sysfs_serial_show 0 13839 NULL
-+hwrng_attr_available_show_13843 hwrng_attr_available_show 0 13843 NULL
-+acknak_13844 acknak 0 13844 NULL nohasharray
-+set_mac_and_bssid_13844 set_mac_and_bssid 0 13844 &acknak_13844 nohasharray
-+bdx_fw_load_13844 bdx_fw_load 0 13844 &set_mac_and_bssid_13844
-+nf_nat_setup_info_13845 nf_nat_setup_info 0 13845 NULL nohasharray
-+cpufv_store_13845 cpufv_store 0-4 13845 &nf_nat_setup_info_13845
-+snd_bt87x_trigger_13849 snd_bt87x_trigger 0 13849 NULL
-+lm95234_read_temp_13850 lm95234_read_temp 0 13850 NULL
-+evdev_ioctl_compat_13851 evdev_ioctl_compat 2 13851 NULL
-+c2port_poll_out_ready_13852 c2port_poll_out_ready 0 13852 NULL
-+visorchipset_file_init_13861 visorchipset_file_init 1 13861 NULL
-+vendor_name_store_13862 vendor_name_store 0-4 13862 NULL
-+ath10k_wmi_vdev_install_key_13866 ath10k_wmi_vdev_install_key 0 13866 NULL
-+lmc_open_13868 lmc_open 0 13868 NULL
-+compat_ip_setsockopt_13870 compat_ip_setsockopt 5 13870 NULL
-+jfs_listxattr_13871 jfs_listxattr 0-3 13871 NULL
-+esas2r_read_vda_13876 esas2r_read_vda 0-3-4 13876 NULL
-+speed_show_13879 speed_show 0 13879 NULL
-+ad9523_read_13881 ad9523_read 0 13881 NULL
-+cpuaffinity_show_13883 cpuaffinity_show 0 13883 NULL
-+regmap_spi_async_write_13884 regmap_spi_async_write 0 13884 NULL
-+qp_memcpy_to_queue_13886 qp_memcpy_to_queue 5-2 13886 NULL nohasharray
-+__fsnotify_parent_13886 __fsnotify_parent 0 13886 &qp_memcpy_to_queue_13886
-+i2c_check_for_device_13887 i2c_check_for_device 0 13887 NULL
-+recv_13888 recv 0-3 13888 NULL
-+t4_enable_vi_params_13889 t4_enable_vi_params 0 13889 NULL
-+get_amixer_13890 get_amixer 0 13890 NULL
-+l2cap_sock_create_13894 l2cap_sock_create 0 13894 NULL
-+__uncore_set_flag_sel_show_13898 __uncore_set_flag_sel_show 0 13898 NULL
-+get_wireless_state_13899 get_wireless_state 0 13899 NULL
-+snd_pcm_aio_read_13900 snd_pcm_aio_read 3-0 13900 NULL
-+snd_seq_fifo_resize_13901 snd_seq_fifo_resize 0 13901 NULL
-+nilfs_bmap_do_truncate_13904 nilfs_bmap_do_truncate 0 13904 NULL
-+xfs_dir3_data_init_13911 xfs_dir3_data_init 0 13911 NULL
-+f81232_open_13915 f81232_open 0 13915 NULL
-+bluetooth_show_13923 bluetooth_show 0 13923 NULL
-+st_sensors_match_odr_13928 st_sensors_match_odr 0 13928 NULL
-+ext3_xattr_block_get_13936 ext3_xattr_block_get 0 13936 NULL
-+sdev_show_evt_capacity_change_reported_13938 sdev_show_evt_capacity_change_reported 0 13938 NULL nohasharray
-+read_packet_data_13938 read_packet_data 0-3-2 13938 &sdev_show_evt_capacity_change_reported_13938 nohasharray
-+drbd_send_drequest_csum_13938 drbd_send_drequest_csum 5 13938 &read_packet_data_13938 nohasharray
-+ath10k_clear_peer_keys_13938 ath10k_clear_peer_keys 0 13938 &drbd_send_drequest_csum_13938
-+b43_gpio_init_13939 b43_gpio_init 0 13939 NULL
-+ieee80211_if_read_dot11MeshForwarding_13940 ieee80211_if_read_dot11MeshForwarding 3-0 13940 NULL
-+iwl_dbgfs_protection_mode_read_13943 iwl_dbgfs_protection_mode_read 3-0 13943 NULL
-+da9052_bat_check_presence_13945 da9052_bat_check_presence 0 13945 NULL
-+ieee80211_if_read_min_discovery_timeout_13946 ieee80211_if_read_min_discovery_timeout 3-0 13946 NULL
-+lpfc_idiag_queacc_read_13950 lpfc_idiag_queacc_read 3-0 13950 NULL nohasharray
-+pagecache_write_end_13950 pagecache_write_end 0-5 13950 &lpfc_idiag_queacc_read_13950
-+ath10k_read_nf_cal_period_13951 ath10k_read_nf_cal_period 3-0 13951 NULL nohasharray
-+serial_in_13951 serial_in 0 13951 &ath10k_read_nf_cal_period_13951 nohasharray
-+aa_path_name_13951 aa_path_name 0 13951 &serial_in_13951
-+osc_grant_shrink_interval_seq_write_13952 osc_grant_shrink_interval_seq_write 3 13952 NULL
-+hsr_dev_change_mtu_13954 hsr_dev_change_mtu 0 13954 NULL
-+audit_caps_13958 audit_caps 3-0 13958 NULL
-+sr_write_13961 sr_write 3 13961 NULL
-+snd_pcm_plug_slave_size_13967 snd_pcm_plug_slave_size 0-2 13967 NULL nohasharray
-+ds2781_set_sense_register_13967 ds2781_set_sense_register 0 13967 &snd_pcm_plug_slave_size_13967
-+ext2_nobh_writepage_13969 ext2_nobh_writepage 0 13969 NULL
-+com90xx_found_13974 com90xx_found 3 13974 NULL
-+adapter_start_13979 adapter_start 0 13979 NULL nohasharray
-+smsc_phy_config_init_13979 smsc_phy_config_init 0 13979 &adapter_start_13979
-+dsp_read_13980 dsp_read 2-0 13980 NULL
-+dvb_demux_read_13981 dvb_demux_read 3-0 13981 NULL nohasharray
-+func_13981 func 0 13981 &dvb_demux_read_13981
-+os_desc_qw_sign_show_13982 os_desc_qw_sign_show 0 13982 NULL
-+mon_notify_13986 mon_notify 0 13986 NULL
-+rbd_image_id_show_13990 rbd_image_id_show 0 13990 NULL nohasharray
-+state_read_13990 state_read 0-5-6 13990 &rbd_image_id_show_13990
-+reiserfs_readpage_13996 reiserfs_readpage 0 13996 NULL
-+stream_pause_release_13997 stream_pause_release 0 13997 NULL
-+show_temp_target_14001 show_temp_target 0 14001 NULL nohasharray
-+iscsi_tpg_attrib_store_prod_mode_write_protect_14001 iscsi_tpg_attrib_store_prod_mode_write_protect 0-3 14001 &show_temp_target_14001
-+rsbtbl_size_read_14002 rsbtbl_size_read 0 14002 NULL
-+dvb_ca_en50221_io_read_14003 dvb_ca_en50221_io_read 0-3 14003 NULL
-+ext2_xattr_trusted_get_14006 ext2_xattr_trusted_get 0 14006 NULL
-+rbd_dev_v2_features_14011 rbd_dev_v2_features 0 14011 NULL
-+fib_rules_event_14013 fib_rules_event 0 14013 NULL
-+sddr09_write_data_14014 sddr09_write_data 3 14014 NULL
-+ext4_journal_force_commit_14015 ext4_journal_force_commit 0 14015 NULL
-+btrfs_get_blocks_direct_14016 btrfs_get_blocks_direct 2 14016 NULL
-+dmi_format_ids_14018 dmi_format_ids 2 14018 NULL nohasharray
-+patch_cmi9880_14018 patch_cmi9880 0 14018 &dmi_format_ids_14018
-+gpio_active_low_store_14019 gpio_active_low_store 0-4 14019 NULL
-+ceph_vxattrcb_dir_rsubdirs_14021 ceph_vxattrcb_dir_rsubdirs 0 14021 NULL nohasharray
-+devm_kmalloc_array_14021 devm_kmalloc_array 2-3 14021 &ceph_vxattrcb_dir_rsubdirs_14021 nohasharray
-+_rtl92s_firmware_downloadcode_14021 _rtl92s_firmware_downloadcode 3 14021 &devm_kmalloc_array_14021
-+iscsi_create_flashnode_conn_14022 iscsi_create_flashnode_conn 4 14022 NULL
-+cs42l56_beep_set_14023 cs42l56_beep_set 0-4 14023 NULL
-+cifs_user_readv_14027 cifs_user_readv 0 14027 NULL
-+adp8870_bl_l3_office_max_store_14028 adp8870_bl_l3_office_max_store 4-0 14028 NULL
-+pci_add_ext_cap_save_buffer_14032 pci_add_ext_cap_save_buffer 3 14032 NULL
-+pcf8563_write_block_data_14033 pcf8563_write_block_data 0 14033 NULL
-+dvb_usercopy_14036 dvb_usercopy 2 14036 NULL
-+mos7720_write_room_14039 mos7720_write_room 0 14039 NULL
-+acpi_gbl_exception_handler_14044 acpi_gbl_exception_handler 0 14044 NULL nohasharray
-+xfs_bmap_alloc_14044 xfs_bmap_alloc 0 14044 &acpi_gbl_exception_handler_14044
-+generic_hdmi_init_14045 generic_hdmi_init 0 14045 NULL
-+read_14049 read 0 14049 NULL
-+vim2m_s_ctrl_14051 vim2m_s_ctrl 0 14051 NULL nohasharray
-+iscsi_tpg_attrib_show_authentication_14051 iscsi_tpg_attrib_show_authentication 0 14051 &vim2m_s_ctrl_14051
-+target_fabric_mappedlun_show_write_protect_14053 target_fabric_mappedlun_show_write_protect 0 14053 NULL
-+ieee80211_if_fmt_aid_14055 ieee80211_if_fmt_aid 3 14055 NULL
-+__wait_latch_14057 __wait_latch 0 14057 NULL
-+sta_agg_status_read_14058 sta_agg_status_read 3-0 14058 NULL
-+ath9k_htc_start_14061 ath9k_htc_start 0 14061 NULL
-+inode_need_killpriv_14062 inode_need_killpriv 0 14062 NULL
-+show_pan_14065 show_pan 0 14065 NULL
-+_nfs4_proc_statfs_14066 _nfs4_proc_statfs 0 14066 NULL
-+pci_conf1_read_14075 pci_conf1_read 0 14075 NULL
-+lov_stripeoffset_seq_write_14078 lov_stripeoffset_seq_write 3 14078 NULL
-+_cx88_stop_audio_dma_14079 _cx88_stop_audio_dma 0 14079 NULL
-+w1_master_attribute_store_pullup_14080 w1_master_attribute_store_pullup 0-4 14080 NULL nohasharray
-+dgram_recvmsg_14080 dgram_recvmsg 3 14080 &w1_master_attribute_store_pullup_14080
-+_nfs4_proc_readdir_14082 _nfs4_proc_readdir 0 14082 NULL
-+cond_read_av_list_14085 cond_read_av_list 0 14085 NULL
-+store_sched2_14094 store_sched2 4-0 14094 NULL
-+do_proc_readlink_14096 do_proc_readlink 3-0 14096 NULL nohasharray
-+show_session_param_ISCSI_PARAM_USERNAME_IN_14096 show_session_param_ISCSI_PARAM_USERNAME_IN 0 14096 &do_proc_readlink_14096
-+iwl_mvm_binding_cmd_14097 iwl_mvm_binding_cmd 0 14097 NULL nohasharray
-+snd_seq_ioctl_set_queue_tempo_14097 snd_seq_ioctl_set_queue_tempo 0 14097 &iwl_mvm_binding_cmd_14097
-+ch341_control_in_14100 ch341_control_in 0 14100 NULL
-+btrfs_clone_alignment_show_14101 btrfs_clone_alignment_show 0 14101 NULL
-+compat_sys_pselect6_14105 compat_sys_pselect6 1 14105 NULL
-+qib_cq_init_14106 qib_cq_init 0 14106 NULL
-+sdev_show_type_14107 sdev_show_type 0 14107 NULL
-+palmas_rtc_read_time_14110 palmas_rtc_read_time 0 14110 NULL
-+btrfs_space_info_show_bytes_used_14115 btrfs_space_info_show_bytes_used 0 14115 NULL
-+selinux_vm_enough_memory_14116 selinux_vm_enough_memory 0 14116 NULL
-+wl12xx_set_power_on_14117 wl12xx_set_power_on 0 14117 NULL
-+rsc_parse_14119 rsc_parse 0 14119 NULL nohasharray
-+enic_set_mac_addr_14119 enic_set_mac_addr 0 14119 &rsc_parse_14119
-+caif_stream_recvmsg_14125 caif_stream_recvmsg 3 14125 NULL
-+readSuper_14128 readSuper 0 14128 NULL
-+show_deactivate_slack_14129 show_deactivate_slack 0 14129 NULL nohasharray
-+iscsi_conn_get_addr_param_14129 iscsi_conn_get_addr_param 0 14129 &show_deactivate_slack_14129
-+bnep_send_14132 bnep_send 3 14132 NULL
-+hibernate_preallocate_memory_14134 hibernate_preallocate_memory 0 14134 NULL
-+ntfs_rl_replace_14136 ntfs_rl_replace 4-2 14136 NULL
-+mt9t031_s_stream_14137 mt9t031_s_stream 0 14137 NULL
-+isku_sysfs_read_light_14140 isku_sysfs_read_light 6-0-5 14140 NULL
-+e100_change_mtu_14143 e100_change_mtu 0 14143 NULL
-+pm_trace_show_14146 pm_trace_show 0 14146 NULL
-+em_canid_change_14150 em_canid_change 3 14150 NULL
-+smm665_show_input_14152 smm665_show_input 0 14152 NULL
-+gsm_dlci_data_14155 gsm_dlci_data 3 14155 NULL nohasharray
-+sx9500_set_trigger_state_14155 sx9500_set_trigger_state 0 14155 &gsm_dlci_data_14155
-+alx_open_14158 alx_open 0 14158 NULL nohasharray
-+lpfc_oas_lun_store_14158 lpfc_oas_lun_store 0-4 14158 &alx_open_14158
-+midi_alloc_ep_req_14159 midi_alloc_ep_req 2 14159 NULL
-+w1_master_attribute_store_remove_14160 w1_master_attribute_store_remove 0-4 14160 NULL
-+do_write_inode_14162 do_write_inode 0 14162 NULL
-+simple_dvb_set_params_14166 simple_dvb_set_params 0 14166 NULL
-+ccp_alloc_ksb_14167 ccp_alloc_ksb 2 14167 NULL
-+print_input_mask_14168 print_input_mask 0-3 14168 NULL nohasharray
-+ledd_store_14168 ledd_store 4-0 14168 &print_input_mask_14168
-+ov9650_set_exposure_14176 ov9650_set_exposure 0 14176 NULL nohasharray
-+ixgbevf_write_mbx_vf_14176 ixgbevf_write_mbx_vf 0 14176 &ov9650_set_exposure_14176
-+uhid_dev_input_14180 uhid_dev_input 0 14180 NULL
-+nfs_file_direct_write_14181 nfs_file_direct_write 0 14181 NULL
-+datafab_read_data_14186 datafab_read_data 4 14186 NULL
-+show_rf_kill_14187 show_rf_kill 0 14187 NULL
-+__platform_create_bundle_14191 __platform_create_bundle 6-4 14191 NULL
-+suspend_14194 suspend 0 14194 NULL nohasharray
-+bh1780_write_14194 bh1780_write 0 14194 &suspend_14194
-+do_splice_14196 do_splice 5 14196 NULL
-+sctp_outq_uncork_14198 sctp_outq_uncork 0 14198 NULL
-+zone_wait_table_init_14199 zone_wait_table_init 0 14199 NULL
-+hfsplus_brec_find_14200 hfsplus_brec_find 0 14200 NULL
-+show_auto_temp_max_14202 show_auto_temp_max 0 14202 NULL nohasharray
-+ahci_show_host_cap2_14202 ahci_show_host_cap2 0 14202 &show_auto_temp_max_14202 nohasharray
-+vfio_user_config_read_14202 vfio_user_config_read 0 14202 &ahci_show_host_cap2_14202
-+sisusb_recv_bulk_msg_14205 sisusb_recv_bulk_msg 0 14205 NULL
-+cancel_lock_14207 cancel_lock 0 14207 NULL
-+alloc_async_14208 alloc_async 1 14208 NULL nohasharray
-+mv88e6352_get_temp_limit_14208 mv88e6352_get_temp_limit 0 14208 &alloc_async_14208
-+fscache_read_or_alloc_page_14210 fscache_read_or_alloc_page 0 14210 NULL
-+store_temp_min_14217 store_temp_min 0-4 14217 NULL
-+__nvme_alloc_iod_14218 __nvme_alloc_iod 1-2 14218 NULL
-+ath6kl_regread_write_14220 ath6kl_regread_write 3-0 14220 NULL nohasharray
-+sst_stream_start_14220 sst_stream_start 0 14220 &ath6kl_regread_write_14220
-+mcp795_read_time_14224 mcp795_read_time 0 14224 NULL
-+wl1251_acx_pd_threshold_14226 wl1251_acx_pd_threshold 0 14226 NULL
-+vfio_direct_config_read_14231 vfio_direct_config_read 0-3 14231 NULL
-+ieee80211_if_write_uapsd_max_sp_len_14233 ieee80211_if_write_uapsd_max_sp_len 3-0 14233 NULL nohasharray
-+store_engine2_load_14233 store_engine2_load 4-0 14233 &ieee80211_if_write_uapsd_max_sp_len_14233
-+show_fc_host_maxframe_size_14237 show_fc_host_maxframe_size 0 14237 NULL
-+usbhsh_endpoint_attach_14238 usbhsh_endpoint_attach 0 14238 NULL
-+de_get_regs_len_14241 de_get_regs_len 0 14241 NULL nohasharray
-+sctp_recvmsg_14241 sctp_recvmsg 3 14241 &de_get_regs_len_14241
-+dma_declare_coherent_memory_14244 dma_declare_coherent_memory 2-4 14244 NULL nohasharray
-+__tipc_link_xmit_14244 __tipc_link_xmit 0 14244 &dma_declare_coherent_memory_14244
-+iscsi_tpg_param_store_AuthMethod_14245 iscsi_tpg_param_store_AuthMethod 0-3 14245 NULL
-+btrfs_token_file_extent_ram_bytes_14247 btrfs_token_file_extent_ram_bytes 0 14247 NULL nohasharray
-+__dwc3_gadget_kick_transfer_14247 __dwc3_gadget_kick_transfer 0 14247 &btrfs_token_file_extent_ram_bytes_14247
-+ext4_setattr_14248 ext4_setattr 0 14248 NULL nohasharray
-+cgroup_populate_dir_14248 cgroup_populate_dir 0 14248 &ext4_setattr_14248
-+pnp_auto_config_dev_14250 pnp_auto_config_dev 0 14250 NULL
-+raid5_show_group_thread_cnt_14251 raid5_show_group_thread_cnt 0 14251 NULL
-+ubifs_write_master_14258 ubifs_write_master 0 14258 NULL
-+bh1770_get_prox_rate_above_14264 bh1770_get_prox_rate_above 0 14264 NULL
-+zd1211_hw_init_hmac_14265 zd1211_hw_init_hmac 0 14265 NULL
-+ath6kl_connect_event_14267 ath6kl_connect_event 7-8-9 14267 NULL
-+l2tp_ip_open_14268 l2tp_ip_open 0 14268 NULL
-+cifs_strict_fsync_14271 cifs_strict_fsync 0 14271 NULL
-+acpi_os_map_iomem_14273 acpi_os_map_iomem 1-2 14273 NULL nohasharray
-+add_numbered_child_14273 add_numbered_child 5 14273 &acpi_os_map_iomem_14273
-+compat_SyS_semtimedop_14276 compat_SyS_semtimedop 3 14276 NULL
-+snd_seq_oss_readq_new_14283 snd_seq_oss_readq_new 2 14283 NULL
-+show_shost_state_14285 show_shost_state 0 14285 NULL
-+exofs_readpage_14288 exofs_readpage 0 14288 NULL
-+rxrpc_krb5_decode_ticket_14290 rxrpc_krb5_decode_ticket 0 14290 NULL
-+rr_status_14293 rr_status 5-0 14293 NULL
-+restart_write_file_14294 restart_write_file 0 14294 NULL
-+lp8788_write_byte_14299 lp8788_write_byte 0 14299 NULL
-+read_default_ldt_14302 read_default_ldt 2 14302 NULL nohasharray
-+cbus_transfer_14302 cbus_transfer 0 14302 &read_default_ldt_14302 nohasharray
-+tw28xx_show_14302 tw28xx_show 0 14302 &cbus_transfer_14302
-+edac_dev_block_show_14303 edac_dev_block_show 0 14303 NULL nohasharray
-+update_rgrp_lvb_14303 update_rgrp_lvb 0 14303 &edac_dev_block_show_14303
-+iwl_alive_notify_14306 iwl_alive_notify 0 14306 NULL nohasharray
-+store_regs_in_min0_14306 store_regs_in_min0 0-4 14306 &iwl_alive_notify_14306
-+i740fb_decode_var_14308 i740fb_decode_var 0 14308 NULL
-+list_one_attr_14309 list_one_attr 0 14309 NULL
-+ov9740_s_stream_14315 ov9740_s_stream 0 14315 NULL nohasharray
-+x2apic_cpu_mask_to_apicid_and_14315 x2apic_cpu_mask_to_apicid_and 0 14315 &ov9740_s_stream_14315
-+show_otp4en_14321 show_otp4en 0 14321 NULL
-+cma_netdev_change_14326 cma_netdev_change 0 14326 NULL
-+xfs_bmap_last_offset_14327 xfs_bmap_last_offset 0 14327 NULL
-+rtpm_usagecount_show_14335 rtpm_usagecount_show 0 14335 NULL nohasharray
-+dvb_usbv2_generic_write_14335 dvb_usbv2_generic_write 0 14335 &rtpm_usagecount_show_14335
-+ch341_get_status_14337 ch341_get_status 0 14337 NULL
-+nvkm_mc_create__14338 nvkm_mc_create_ 4 14338 NULL
-+reshape_direction_store_14340 reshape_direction_store 0-3 14340 NULL
-+sbp_tpg_show_enable_14341 sbp_tpg_show_enable 0 14341 NULL
-+reset_protection_store_14344 reset_protection_store 0-4 14344 NULL
-+p9_client_zc_rpc_14345 p9_client_zc_rpc 7 14345 NULL
-+writepages_14348 writepages 0 14348 NULL
-+bnx2_request_uncached_firmware_14349 bnx2_request_uncached_firmware 0 14349 NULL nohasharray
-+alloc_tx_struct_14349 alloc_tx_struct 1 14349 &bnx2_request_uncached_firmware_14349
-+__dev_open_14352 __dev_open 0 14352 NULL nohasharray
-+ath5k_hw_nic_wakeup_14352 ath5k_hw_nic_wakeup 0 14352 &__dev_open_14352
-+hash_ipportnet4_expire_14354 hash_ipportnet4_expire 4 14354 NULL nohasharray
-+__sha256_ssse3_update_14354 __sha256_ssse3_update 0 14354 &hash_ipportnet4_expire_14354
-+read_block_data_14358 read_block_data 0 14358 NULL
-+_kstrtol_14359 _kstrtol 0 14359 NULL
-+cdc_ncm_store_min_tx_pkt_14360 cdc_ncm_store_min_tx_pkt 0-4 14360 NULL nohasharray
-+tg_set_cfs_period_14360 tg_set_cfs_period 0 14360 &cdc_ncm_store_min_tx_pkt_14360
-+revision_id_show_14361 revision_id_show 0 14361 NULL
-+snd_pcm_lib_readv_14363 snd_pcm_lib_readv 3-0 14363 NULL
-+vlan_dev_change_mtu_14364 vlan_dev_change_mtu 0 14364 NULL
-+_nfs40_proc_get_locations_14375 _nfs40_proc_get_locations 0 14375 NULL
-+vortex_open_14377 vortex_open 0 14377 NULL nohasharray
-+atl1c_get_eeprom_len_14377 atl1c_get_eeprom_len 0 14377 &vortex_open_14377
-+acpi_get_override_irq_14381 acpi_get_override_irq 1 14381 NULL nohasharray
-+mptscsih_version_mpi_show_14381 mptscsih_version_mpi_show 0 14381 &acpi_get_override_irq_14381
-+ext3_write_begin_14384 ext3_write_begin 0 14384 NULL nohasharray
-+cyapa_gen5_bl_enter_14384 cyapa_gen5_bl_enter 0 14384 &ext3_write_begin_14384
-+srp_tmo_valid_14386 srp_tmo_valid 0 14386 NULL
-+walk_page_range_14389 walk_page_range 0 14389 NULL
-+ath6kl_regdump_read_14393 ath6kl_regdump_read 3-0 14393 NULL
-+smk_write_onlycap_14400 smk_write_onlycap 3-0 14400 NULL
-+kernel_module_request_14403 kernel_module_request 0 14403 NULL
-+mac80211_hwsim_netlink_notify_14405 mac80211_hwsim_netlink_notify 0 14405 NULL
-+gpio_edge_store_14412 gpio_edge_store 0-4 14412 NULL
-+show_cpumask_14414 show_cpumask 0 14414 NULL
-+rocker_port_router_mac_14415 rocker_port_router_mac 0 14415 NULL
-+mtd_concat_create_14416 mtd_concat_create 2 14416 NULL
-+mtdchar_read_14417 mtdchar_read 0-3 14417 NULL
-+__b44_writephy_14420 __b44_writephy 0 14420 NULL
-+__smsc95xx_phy_wait_not_busy_14423 __smsc95xx_phy_wait_not_busy 0 14423 NULL
-+get_kcore_size_14425 get_kcore_size 0 14425 NULL
-+show_temp_label_14434 show_temp_label 0 14434 NULL
-+dn_bind_14436 dn_bind 0 14436 NULL
-+_iwl_dbgfs_sram_write_14439 _iwl_dbgfs_sram_write 3-0 14439 NULL
-+mos7840_write_room_14440 mos7840_write_room 0 14440 NULL nohasharray
-+rbd_snap_show_14440 rbd_snap_show 0 14440 &mos7840_write_room_14440 nohasharray
-+qla2x00_zio_store_14440 qla2x00_zio_store 0-4 14440 &rbd_snap_show_14440
-+apds990x_lux_thresh_above_show_14441 apds990x_lux_thresh_above_show 0 14441 NULL
-+_nfs4_proc_getdeviceinfo_14446 _nfs4_proc_getdeviceinfo 0 14446 NULL
-+t4_read_reg64_14447 t4_read_reg64 0 14447 NULL
-+rocker_group_tbl_del_14451 rocker_group_tbl_del 0 14451 NULL nohasharray
-+open_14451 open 0 14451 &rocker_group_tbl_del_14451
-+scsi_add_single_device_14457 scsi_add_single_device 0 14457 NULL
-+ath10k_write_htt_stats_mask_14458 ath10k_write_htt_stats_mask 3-0 14458 NULL
-+access_store_14459 access_store 0-4 14459 NULL
-+qt1010_get_if_frequency_14468 qt1010_get_if_frequency 0 14468 NULL
-+lustre_msg_size_v2_14470 lustre_msg_size_v2 0 14470 NULL
-+ath5k_attr_show_firstep_level_max_14473 ath5k_attr_show_firstep_level_max 0 14473 NULL nohasharray
-+als_sensing_range_store_14473 als_sensing_range_store 0-4 14473 &ath5k_attr_show_firstep_level_max_14473
-+set_peek_off_14474 set_peek_off 0 14474 NULL
-+ath10k_pci_hif_power_up_14475 ath10k_pci_hif_power_up 0 14475 NULL
-+rt2x00debug_read_cap_flags_14477 rt2x00debug_read_cap_flags 0-3 14477 NULL nohasharray
-+hotplug_hrtick_14477 hotplug_hrtick 0 14477 &rt2x00debug_read_cap_flags_14477
-+store_14478 store 0-4 14478 NULL
-+udplite_getfrag_14479 udplite_getfrag 4 14479 NULL nohasharray
-+diolan_usb_cmd_14479 diolan_usb_cmd 0 14479 &udplite_getfrag_14479
-+flexcop_master_xfer_14483 flexcop_master_xfer 0-3 14483 NULL
-+ieee80211_if_read_dot11MeshGateAnnouncementProtocol_14486 ieee80211_if_read_dot11MeshGateAnnouncementProtocol 3-0 14486 NULL nohasharray
-+show_nfilters_14486 show_nfilters 0 14486 &ieee80211_if_read_dot11MeshGateAnnouncementProtocol_14486
-+split_state_14491 split_state 0 14491 NULL
-+soc_camera_client_g_rect_14492 soc_camera_client_g_rect 0 14492 NULL
-+sbp_tpg_attrib_store_max_reconnect_timeout_14494 sbp_tpg_attrib_store_max_reconnect_timeout 0-3 14494 NULL
-+ds1343_show_alarmstatus_14496 ds1343_show_alarmstatus 0 14496 NULL
-+i801_check_post_14501 i801_check_post 0 14501 NULL
-+ocfs2_debug_read_14507 ocfs2_debug_read 3-0 14507 NULL
-+patch_cr157_14509 patch_cr157 0 14509 NULL
-+show_drivers_autoprobe_14510 show_drivers_autoprobe 0 14510 NULL
-+ahci_led_store_14513 ahci_led_store 0-3 14513 NULL
-+do_loop_readv_writev_14515 do_loop_readv_writev 0 14515 NULL
-+mt2266_set_params_14520 mt2266_set_params 0 14520 NULL nohasharray
-+cache_type_store_14520 cache_type_store 0-4 14520 &mt2266_set_params_14520
-+mwl8k_probe_hw_14526 mwl8k_probe_hw 0 14526 NULL
-+nfc_hci_hcp_message_tx_14534 nfc_hci_hcp_message_tx 6 14534 NULL nohasharray
-+audit_watch_handle_event_14534 audit_watch_handle_event 0 14534 &nfc_hci_hcp_message_tx_14534
-+dataflash_read_user_otp_14536 dataflash_read_user_otp 3-2 14536 NULL nohasharray
-+ep0_write_14536 ep0_write 3 14536 &dataflash_read_user_otp_14536 nohasharray
-+prepare_data_14536 prepare_data 3 14536 &ep0_write_14536
-+fuse_write_inode_14540 fuse_write_inode 0 14540 NULL nohasharray
-+patch_alc680_14540 patch_alc680 0 14540 &fuse_write_inode_14540
-+lola_stream_wait_for_fifo_14541 lola_stream_wait_for_fifo 0 14541 NULL
-+_rtl_usb_receive_14542 _rtl_usb_receive 0 14542 NULL
-+getxattr_14545 getxattr 0 14545 NULL nohasharray
-+max8997_rtc_start_alarm_14545 max8997_rtc_start_alarm 0 14545 &getxattr_14545
-+l2cap_send_cmd_14548 l2cap_send_cmd 4 14548 NULL
-+picolcd_debug_eeprom_read_14549 picolcd_debug_eeprom_read 3-0 14549 NULL
-+t4_wait_op_done_val_14550 t4_wait_op_done_val 0 14550 NULL
-+em28xx_i2c_check_for_device_14556 em28xx_i2c_check_for_device 0 14556 NULL
-+edt_ft5x06_setting_store_14557 edt_ft5x06_setting_store 0-4 14557 NULL
-+qp_host_alloc_queue_14566 qp_host_alloc_queue 1 14566 NULL
-+vortex_get_sset_count_14567 vortex_get_sset_count 0 14567 NULL
-+label_cpu_14568 label_cpu 0 14568 NULL
-+SyS_setdomainname_14569 SyS_setdomainname 2 14569 NULL
-+wmi_rxon_14574 wmi_rxon 0 14574 NULL
-+show_temp_auto_pwm_min_14575 show_temp_auto_pwm_min 0 14575 NULL
-+w1_slave_read_14580 w1_slave_read 5-6-0 14580 NULL
-+stuffed_readpage_14581 stuffed_readpage 0 14581 NULL
-+write_info_14584 write_info 0-3 14584 NULL
-+af9005_i2c_read_14586 af9005_i2c_read 0 14586 NULL
-+uart_get_attr_xmit_fifo_size_14588 uart_get_attr_xmit_fifo_size 0 14588 NULL
-+bd2802_store_reg0x0b_14590 bd2802_store_reg0x0b 0-4 14590 NULL
-+idmap_pipe_downcall_14591 idmap_pipe_downcall 3-0 14591 NULL
-+nfs4_xattr_get_nfs4_label_14596 nfs4_xattr_get_nfs4_label 0 14596 NULL
-+ceph_osdc_alloc_request_14597 ceph_osdc_alloc_request 3 14597 NULL nohasharray
-+i2c_smbus_write_word_swapped_14597 i2c_smbus_write_word_swapped 0 14597 &ceph_osdc_alloc_request_14597 nohasharray
-+show_14597 show 0 14597 &i2c_smbus_write_word_swapped_14597
-+nfs4_xattr_list_nfs4_label_14598 nfs4_xattr_list_nfs4_label 0-5 14598 NULL
-+bq2415x_i2c_read_14599 bq2415x_i2c_read 0 14599 NULL
-+uhid_hid_raw_request_14609 uhid_hid_raw_request 0-4 14609 NULL
-+init_nic_14611 init_nic 0 14611 NULL
-+snd_es1938_playback_prepare_14613 snd_es1938_playback_prepare 0 14613 NULL
-+vmci_transport_send_read_14617 vmci_transport_send_read 0 14617 NULL
-+ems_usb_start_14619 ems_usb_start 0 14619 NULL
-+sb1000_start_get_set_command_14626 sb1000_start_get_set_command 0 14626 NULL nohasharray
-+logical_ring_flush_all_caches_14626 logical_ring_flush_all_caches 0 14626 &sb1000_start_get_set_command_14626 nohasharray
-+__intel_ring_prepare_14626 __intel_ring_prepare 0 14626 &logical_ring_flush_all_caches_14626
-+show_temphyst_14627 show_temphyst 0 14627 NULL
-+rpipe_get_by_ep_14635 rpipe_get_by_ep 0 14635 NULL
-+rt2500pci_set_state_14638 rt2500pci_set_state 0 14638 NULL
-+adp8860_bl_ambient_light_zone_show_14639 adp8860_bl_ambient_light_zone_show 0 14639 NULL
-+ocfs2_trim_group_14641 ocfs2_trim_group 4-3 14641 NULL
-+write_14642 write 0 14642 NULL
-+dbJoin_14644 dbJoin 0 14644 NULL
-+profile_replace_14652 profile_replace 3-0 14652 NULL
-+klsi_105_open_14653 klsi_105_open 0 14653 NULL
-+cachefiles_allocate_page_14654 cachefiles_allocate_page 0 14654 NULL
-+show_tcpEstabResets_14657 show_tcpEstabResets 0 14657 NULL
-+store_pwm_auto_spinup_time_14661 store_pwm_auto_spinup_time 0-4 14661 NULL nohasharray
-+store_14661 store 0 14661 &store_pwm_auto_spinup_time_14661
-+usnic_vnic_dump_14662 usnic_vnic_dump 3 14662 NULL
-+f2fs_xattr_generic_get_14665 f2fs_xattr_generic_get 0 14665 NULL nohasharray
-+axp20x_store_ext_attr_14665 axp20x_store_ext_attr 0-4 14665 &f2fs_xattr_generic_get_14665 nohasharray
-+wusb_dev_set_gtk_14665 wusb_dev_set_gtk 0 14665 &axp20x_store_ext_attr_14665
-+ecryptfs_getattr_14674 ecryptfs_getattr 0 14674 NULL
-+min_bytes_needed_14675 min_bytes_needed 0 14675 NULL
-+nvme_trans_log_info_exceptions_14677 nvme_trans_log_info_exceptions 3 14677 NULL
-+show_temp_auto_temp_crit_14678 show_temp_auto_temp_crit 0 14678 NULL
-+store_auto_fan_14679 store_auto_fan 0-4 14679 NULL
-+mfd_add_hotplug_devices_14680 mfd_add_hotplug_devices 3 14680 NULL nohasharray
-+pipeline_enc_tx_stat_fifo_int_read_14680 pipeline_enc_tx_stat_fifo_int_read 3-0 14680 &mfd_add_hotplug_devices_14680 nohasharray
-+gpio_keys_show_disabled_keys_14680 gpio_keys_show_disabled_keys 0 14680 &pipeline_enc_tx_stat_fifo_int_read_14680
-+nvkm_namedb_create__14681 nvkm_namedb_create_ 7 14681 NULL nohasharray
-+tcp_v6_init_sock_14681 tcp_v6_init_sock 0 14681 &nvkm_namedb_create__14681
-+ieee80211_if_fmt_rc_rateidx_mask_2ghz_14683 ieee80211_if_fmt_rc_rateidx_mask_2ghz 3 14683 NULL
-+tsi148_master_set_14685 tsi148_master_set 4 14685 NULL
-+find_shared_port_14689 find_shared_port 0 14689 NULL
-+mt9m001_s_ctrl_14690 mt9m001_s_ctrl 0 14690 NULL
-+show_engine1_mode_14691 show_engine1_mode 0 14691 NULL nohasharray
-+acpi_ds_init_aml_walk_14691 acpi_ds_init_aml_walk 0 14691 &show_engine1_mode_14691
-+usnic_ib_show_board_14694 usnic_ib_show_board 0 14694 NULL
-+tomoyo_path_permission_14701 tomoyo_path_permission 0 14701 NULL nohasharray
-+walk_tg_tree_14701 walk_tg_tree 0 14701 &tomoyo_path_permission_14701
-+SyS_fsetxattr_14702 SyS_fsetxattr 4 14702 NULL
-+power_supply_show_property_14703 power_supply_show_property 0 14703 NULL
-+persistent_ram_ecc_string_14704 persistent_ram_ecc_string 0 14704 NULL nohasharray
-+mt9t112_auto_focus_setting_14704 mt9t112_auto_focus_setting 0 14704 &persistent_ram_ecc_string_14704
-+u_audio_playback_14709 u_audio_playback 3 14709 NULL nohasharray
-+iblock_show_configfs_dev_params_14709 iblock_show_configfs_dev_params 0 14709 &u_audio_playback_14709
-+chv_get_total_gtt_size_14710 chv_get_total_gtt_size 0-1 14710 NULL
-+ntfs_file_fsync_14713 ntfs_file_fsync 0 14713 NULL
-+e4000_set_mixer_gain_14714 e4000_set_mixer_gain 0 14714 NULL nohasharray
-+sctp_setsockopt_recvrcvinfo_14714 sctp_setsockopt_recvrcvinfo 0 14714 &e4000_set_mixer_gain_14714
-+cp_set_mac_address_14715 cp_set_mac_address 0 14715 NULL
-+set_register_interruptible_14716 set_register_interruptible 0 14716 NULL nohasharray
-+blk_mq_tag_update_depth_14716 blk_mq_tag_update_depth 0 14716 &set_register_interruptible_14716
-+vfd_write_14717 vfd_write 3-0 14717 NULL
-+SyS_sendfile_14718 SyS_sendfile 4 14718 NULL
-+inet_listen_14723 inet_listen 0 14723 NULL
-+show_interval_14725 show_interval 0 14725 NULL nohasharray
-+read_ahead_kb_store_14725 read_ahead_kb_store 0-4 14725 &show_interval_14725
-+show_fcstat_fc_no_free_exch_xid_14727 show_fcstat_fc_no_free_exch_xid 0 14727 NULL
-+__blk_end_request_14729 __blk_end_request 3 14729 NULL
-+rh_urb_enqueue_14733 rh_urb_enqueue 0 14733 NULL
-+codec_bind_generic_14739 codec_bind_generic 0 14739 NULL
-+raid1_resize_14740 raid1_resize 2-0 14740 NULL
-+show_conn_param_ISCSI_PARAM_IPV6_TC_14747 show_conn_param_ISCSI_PARAM_IPV6_TC 0 14747 NULL
-+sh_mobile_ceu_get_formats_14748 sh_mobile_ceu_get_formats 0 14748 NULL
-+store_camera_14751 store_camera 4-0 14751 NULL
-+btrfs_inode_extref_name_len_14752 btrfs_inode_extref_name_len 0 14752 NULL
-+rx_rx_cmplt_read_14753 rx_rx_cmplt_read 3-0 14753 NULL
-+blogic_write_info_14757 blogic_write_info 0-3 14757 NULL
-+multicast_query_use_ifaddr_show_14759 multicast_query_use_ifaddr_show 0 14759 NULL
-+cfq_slice_idle_show_14764 cfq_slice_idle_show 0 14764 NULL nohasharray
-+send_mad_14764 send_mad 0 14764 &cfq_slice_idle_show_14764
-+qla82xx_pci_mem_write_2M_14765 qla82xx_pci_mem_write_2M 2 14765 NULL
-+deliver_to_subscribers_14769 deliver_to_subscribers 0 14769 NULL
-+elv_register_queue_14771 elv_register_queue 0 14771 NULL
-+regmap_range_read_file_14775 regmap_range_read_file 3-0 14775 NULL
-+lm3533_als_get_hysteresis_14776 lm3533_als_get_hysteresis 0 14776 NULL
-+pch_i2c_writebytes_14779 pch_i2c_writebytes 0 14779 NULL
-+sta_dev_read_14782 sta_dev_read 3-0 14782 NULL
-+shm32read__write_file_14786 shm32read__write_file 0 14786 NULL
-+qla4_8xxx_device_bootstrap_14787 qla4_8xxx_device_bootstrap 0 14787 NULL
-+wm8775_s_ctrl_14789 wm8775_s_ctrl 0 14789 NULL nohasharray
-+fuse_setattr_14789 fuse_setattr 0 14789 &wm8775_s_ctrl_14789
-+bd2802_store_reg0x0a_14790 bd2802_store_reg0x0a 0-4 14790 NULL
-+keys_proc_write_14792 keys_proc_write 3-0 14792 NULL
-+ext4_kvmalloc_14796 ext4_kvmalloc 1 14796 NULL
-+__kfifo_in_14797 __kfifo_in 0-3 14797 NULL
-+hpet_readl_14801 hpet_readl 0 14801 NULL
-+wb_smsc_wdt_notify_sys_14805 wb_smsc_wdt_notify_sys 0 14805 NULL
-+show_fcstat_fc_xid_busy_14807 show_fcstat_fc_xid_busy 0 14807 NULL nohasharray
-+gameport_bind_driver_14807 gameport_bind_driver 0 14807 &show_fcstat_fc_xid_busy_14807
-+f2fs_write_inode_14812 f2fs_write_inode 0 14812 NULL
-+unix_gid_parse_14819 unix_gid_parse 0 14819 NULL
-+ib_umem_num_pages_14820 ib_umem_num_pages 0 14820 NULL
-+mtd_ecc_step_size_show_14822 mtd_ecc_step_size_show 0 14822 NULL
-+xfs_btree_kill_iroot_14824 xfs_btree_kill_iroot 0 14824 NULL nohasharray
-+store_net_stats_14824 store_net_stats 0-4 14824 &xfs_btree_kill_iroot_14824
-+acpi_ps_init_scope_14825 acpi_ps_init_scope 0 14825 NULL
-+tx_fifo_errors_show_14827 tx_fifo_errors_show 0 14827 NULL
-+show_temp_input_14828 show_temp_input 0 14828 NULL
-+ocfs2_xattr_get_14831 ocfs2_xattr_get 0 14831 NULL
-+flash_brightness_show_14833 flash_brightness_show 0 14833 NULL
-+ocfs2_permission_14834 ocfs2_permission 0 14834 NULL
-+max_power_show_14836 max_power_show 0 14836 NULL
-+name_len_14843 name_len 0-2 14843 NULL
-+subsystem_vendor_show_14845 subsystem_vendor_show 0 14845 NULL
-+dccp_sendmsg_14850 dccp_sendmsg 3 14850 NULL
-+mrp_attr_create_14853 mrp_attr_create 3 14853 NULL
-+__krealloc_14857 __krealloc 2 14857 NULL nohasharray
-+lcd_write_14857 lcd_write 3-0 14857 &__krealloc_14857
-+i2c_nuvoton_wait_for_stat_14859 i2c_nuvoton_wait_for_stat 0 14859 NULL nohasharray
-+blkcg_activate_policy_14859 blkcg_activate_policy 0 14859 &i2c_nuvoton_wait_for_stat_14859
-+get_user_cpu_mask_14861 get_user_cpu_mask 2 14861 NULL
-+asd_erase_nv_sector_14865 asd_erase_nv_sector 0 14865 NULL
-+ds1553_nvram_read_14868 ds1553_nvram_read 0-5-6 14868 NULL nohasharray
-+send_cancel_14868 send_cancel 0 14868 &ds1553_nvram_read_14868
-+snd_cmipci_capture_prepare_14878 snd_cmipci_capture_prepare 0 14878 NULL
-+bInterfaceProtocol_show_14880 bInterfaceProtocol_show 0 14880 NULL
-+gt_act_freq_mhz_show_14882 gt_act_freq_mhz_show 0 14882 NULL
-+dma_generic_free_coherent_14883 dma_generic_free_coherent 2 14883 NULL
-+aoechr_read_14884 aoechr_read 0-3 14884 NULL
-+xfs_bmapi_convert_unwritten_14886 xfs_bmapi_convert_unwritten 0 14886 NULL
-+acpi_os_allocate_14892 acpi_os_allocate 1 14892 NULL
-+mfg_show_14897 mfg_show 0 14897 NULL
-+ea_init_14899 ea_init 0 14899 NULL
-+mwl8k_cmd_radio_enable_14900 mwl8k_cmd_radio_enable 0 14900 NULL
-+SYSC_readv_14901 SYSC_readv 3 14901 NULL
-+netlbl_catmap_walk_14902 netlbl_catmap_walk 0-2 14902 NULL nohasharray
-+playback_pcm_trigger_14902 playback_pcm_trigger 0 14902 &netlbl_catmap_walk_14902
-+acpi_ds_method_error_14906 acpi_ds_method_error 0-1 14906 NULL
-+krealloc_14908 krealloc 2 14908 NULL nohasharray
-+lkfirst_store_14908 lkfirst_store 0-3 14908 &krealloc_14908
-+regmap_irq_get_virq_14910 regmap_irq_get_virq 2 14910 NULL nohasharray
-+acpi_pm_prepare_14910 acpi_pm_prepare 0 14910 &regmap_irq_get_virq_14910
-+sel_make_bools_14912 sel_make_bools 0 14912 NULL nohasharray
-+wlcore_write_data_14912 wlcore_write_data 0 14912 &sel_make_bools_14912
-+sis5595_transaction_14915 sis5595_transaction 0 14915 NULL
-+__arch_hweight64_14923 __arch_hweight64 0 14923 NULL nohasharray
-+qp_memcpy_to_queue_iov_14923 qp_memcpy_to_queue_iov 5-2 14923 &__arch_hweight64_14923 nohasharray
-+parport_uss720_read_data_14923 parport_uss720_read_data 0 14923 &qp_memcpy_to_queue_iov_14923
-+af9005_usb_write_tuner_registers_14924 af9005_usb_write_tuner_registers 0 14924 NULL
-+ratelimit_handler_14925 ratelimit_handler 0 14925 NULL
-+lpfc_request_firmware_upgrade_store_14932 lpfc_request_firmware_upgrade_store 0-4 14932 NULL
-+gether_opts_host_addr_store_14933 gether_opts_host_addr_store 0-3 14933 NULL
-+store_sys_wmi_14934 store_sys_wmi 0-4 14934 NULL
-+__omfs_write_inode_14935 __omfs_write_inode 0 14935 NULL
-+start_cif_cam_14937 start_cif_cam 0 14937 NULL
-+sierra_net_change_mtu_14941 sierra_net_change_mtu 0 14941 NULL
-+queue_cnt_14951 queue_cnt 0 14951 NULL
-+unix_dgram_recvmsg_14952 unix_dgram_recvmsg 4-0 14952 NULL
-+lbs_set_reg_14953 lbs_set_reg 0 14953 NULL
-+ipw_ethtool_get_eeprom_len_14954 ipw_ethtool_get_eeprom_len 0 14954 NULL
-+videobuf_read_stream_14956 videobuf_read_stream 3-0 14956 NULL
-+imx074_s_stream_14963 imx074_s_stream 0 14963 NULL
-+reiserfs_end_persistent_transaction_14965 reiserfs_end_persistent_transaction 0 14965 NULL
-+s3c_camif_subdev_s_ctrl_14968 s3c_camif_subdev_s_ctrl 0 14968 NULL nohasharray
-+ar5523_add_interface_14968 ar5523_add_interface 0 14968 &s3c_camif_subdev_s_ctrl_14968
-+twl6030reg_disable_14969 twl6030reg_disable 0 14969 NULL
-+snd_pcm_oss_make_ready_14971 snd_pcm_oss_make_ready 0 14971 NULL
-+mce_flush_rx_buffer_14976 mce_flush_rx_buffer 2 14976 NULL
-+mpoa_event_listener_14977 mpoa_event_listener 0 14977 NULL
-+s5p_mfc_enc_s_ctrl_14984 s5p_mfc_enc_s_ctrl 0 14984 NULL
-+mc13xxx_irq_mask_14985 mc13xxx_irq_mask 2-0 14985 NULL nohasharray
-+bnx2x_setup_queue_14985 bnx2x_setup_queue 0 14985 &mc13xxx_irq_mask_14985
-+block_ce_count_show_14986 block_ce_count_show 0 14986 NULL
-+gpio_twl4030_write_14987 gpio_twl4030_write 1-0 14987 NULL nohasharray
-+setkey_14987 setkey 3 14987 &gpio_twl4030_write_14987 nohasharray
-+zr364xx_vidioc_streamon_14987 zr364xx_vidioc_streamon 0 14987 &setkey_14987
-+als_sensing_range_show_14991 als_sensing_range_show 0 14991 NULL
-+adp8870_bl_l1_daylight_dim_show_14995 adp8870_bl_l1_daylight_dim_show 0 14995 NULL nohasharray
-+setkey_14995 setkey 0 14995 &adp8870_bl_l1_daylight_dim_show_14995
-+acpi_ds_obj_stack_push_15001 acpi_ds_obj_stack_push 0 15001 NULL
-+store_touchpad_15003 store_touchpad 4-0 15003 NULL nohasharray
-+add_request_15003 add_request 0 15003 &store_touchpad_15003
-+show_slidebar_mode_15004 show_slidebar_mode 0 15004 NULL
-+dump_write_15008 dump_write 0-3 15008 NULL
-+mt9m111_set_global_gain_15009 mt9m111_set_global_gain 0 15009 NULL
-+sctp_setsockopt_default_sndinfo_15011 sctp_setsockopt_default_sndinfo 3-0 15011 NULL nohasharray
-+update_streaming_15011 update_streaming 0 15011 &sctp_setsockopt_default_sndinfo_15011
-+cpuset_cpu_inactive_15013 cpuset_cpu_inactive 0 15013 NULL
-+reconfig_codec_15017 reconfig_codec 0 15017 NULL
-+prepare_hardware_15022 prepare_hardware 0 15022 NULL
-+predisable_15024 predisable 0 15024 NULL
-+vmap_15025 vmap 2 15025 NULL
-+ab3100_is_enabled_regulator_15026 ab3100_is_enabled_regulator 0 15026 NULL
-+set_temp_offset_15033 set_temp_offset 0-4 15033 NULL
-+alloc_ad_spec_15035 alloc_ad_spec 0 15035 NULL
-+srp_parse_tmo_15038 srp_parse_tmo 0 15038 NULL
-+priority_store_15039 priority_store 4-0 15039 NULL
-+read_file_node_aggr_15040 read_file_node_aggr 3-0 15040 NULL
-+nfs3_rpc_wrapper_15047 nfs3_rpc_wrapper 0 15047 NULL
-+fuse_launder_page_15048 fuse_launder_page 0 15048 NULL nohasharray
-+iscsi_stat_sess_show_attr_rxdata_octs_15048 iscsi_stat_sess_show_attr_rxdata_octs 0 15048 &fuse_launder_page_15048 nohasharray
-+loop_attr_partscan_show_15048 loop_attr_partscan_show 0 15048 &iscsi_stat_sess_show_attr_rxdata_octs_15048
-+show_otp3en_15049 show_otp3en 0 15049 NULL
-+show_15051 show 0 15051 NULL
-+cld_pipe_downcall_15058 cld_pipe_downcall 3-0 15058 NULL
-+br_change_mtu_15064 br_change_mtu 0 15064 NULL
-+ieee80211_if_read_uapsd_max_sp_len_15067 ieee80211_if_read_uapsd_max_sp_len 3-0 15067 NULL
-+zero_pages_show_15069 zero_pages_show 0 15069 NULL
-+nfs4_write_cached_acl_15070 nfs4_write_cached_acl 4 15070 NULL
-+ntfs_copy_from_user_15072 ntfs_copy_from_user 0-5-3 15072 NULL
-+pppoe_recvmsg_15073 pppoe_recvmsg 4-0 15073 NULL
-+group_addr_show_15078 group_addr_show 0 15078 NULL
-+s6x0_i2c_transfer_15080 s6x0_i2c_transfer 0-3 15080 NULL
-+atkbd_attr_set_helper_15085 atkbd_attr_set_helper 0 15085 NULL
-+copy_version_to_user_15087 copy_version_to_user 0 15087 NULL nohasharray
-+xfrm_dev_event_15087 xfrm_dev_event 0 15087 &copy_version_to_user_15087
-+xfs_btree_insrec_15090 xfs_btree_insrec 0 15090 NULL
-+show_ppi_operations_15091 show_ppi_operations 0 15091 NULL
-+btrfs_readpage_15094 btrfs_readpage 0 15094 NULL
-+bond_option_downdelay_set_15095 bond_option_downdelay_set 0 15095 NULL
-+ath10k_pci_hif_tx_sg_15096 ath10k_pci_hif_tx_sg 0 15096 NULL
-+show_designated_root_15098 show_designated_root 0 15098 NULL
-+lcd_power_store_15100 lcd_power_store 0-4 15100 NULL
-+xadc_postdisable_15107 xadc_postdisable 0 15107 NULL
-+fc_vport_setup_15109 fc_vport_setup 0 15109 NULL
-+generic_update_time_15110 generic_update_time 0 15110 NULL
-+cy_write_room_15111 cy_write_room 0 15111 NULL
-+show_interface_15117 show_interface 0 15117 NULL
-+compat_SyS_pwritev_15118 compat_SyS_pwritev 3 15118 NULL
-+acpi_power_in_use_show_15121 acpi_power_in_use_show 0 15121 NULL
-+kone_sysfs_show_firmware_version_15123 kone_sysfs_show_firmware_version 0 15123 NULL
-+niu_set_ip_frag_rule_15124 niu_set_ip_frag_rule 0 15124 NULL
-+show_sas_expander_component_id_15127 show_sas_expander_component_id 0 15127 NULL
-+set_max_15128 set_max 0-4 15128 NULL
-+lp55xx_show_max_current_15132 lp55xx_show_max_current 0 15132 NULL
-+nfs4_xattr_set_nfs4_label_15137 nfs4_xattr_set_nfs4_label 0 15137 NULL
-+dummy_hrtimer_prepare_15148 dummy_hrtimer_prepare 0 15148 NULL
-+show_fast_charge_timer_15151 show_fast_charge_timer 0 15151 NULL
-+s5m8767_wait_for_udr_update_15152 s5m8767_wait_for_udr_update 0 15152 NULL
-+ipwireless_ppp_mru_15153 ipwireless_ppp_mru 0 15153 NULL
-+setup_sge_queues_15154 setup_sge_queues 0 15154 NULL
-+aty_var_to_pll_1703_15155 aty_var_to_pll_1703 0 15155 NULL
-+btrfs_submit_compressed_read_15157 btrfs_submit_compressed_read 0 15157 NULL
-+_ctl_diag_trigger_event_store_15158 _ctl_diag_trigger_event_store 0-4 15158 NULL
-+set_temp_auto_temp_crit_15163 set_temp_auto_temp_crit 0-4 15163 NULL
-+acpi_power_transition_15165 acpi_power_transition 0 15165 NULL
-+iwl_dbgfs_sta_drain_write_15167 iwl_dbgfs_sta_drain_write 0-3 15167 NULL
-+_nfs4_proc_getlk_15168 _nfs4_proc_getlk 0 15168 NULL
-+self_check_not_bad_15175 self_check_not_bad 0 15175 NULL
-+et131x_change_mtu_15176 et131x_change_mtu 0 15176 NULL
-+gue_remcsum_15177 gue_remcsum 4 15177 NULL nohasharray
-+ath10k_thermal_get_max_dutycycle_15177 ath10k_thermal_get_max_dutycycle 0 15177 &gue_remcsum_15177
-+ocontext_read_15178 ocontext_read 0 15178 NULL
-+t4_sge_alloc_ofld_txq_15179 t4_sge_alloc_ofld_txq 0 15179 NULL
-+SYSC_setdomainname_15180 SYSC_setdomainname 2 15180 NULL
-+st33zp24_i2c_send_15186 st33zp24_i2c_send 4 15186 NULL
-+pda_power_get_property_15191 pda_power_get_property 0 15191 NULL
-+iscsi_create_endpoint_15193 iscsi_create_endpoint 1 15193 NULL nohasharray
-+radeonfb_check_var_15193 radeonfb_check_var 0 15193 &iscsi_create_endpoint_15193
-+pci200_open_15194 pci200_open 0 15194 NULL
-+blk_queue_init_tags_15200 blk_queue_init_tags 2 15200 NULL
-+async_show_15209 async_show 0 15209 NULL
-+command_setflickerctrl_15210 command_setflickerctrl 0 15210 NULL
-+get_name_to_buffer_15211 get_name_to_buffer 0 15211 NULL
-+top_off_threshold_current_store_15215 top_off_threshold_current_store 4-0 15215 NULL
-+bfad_debugfs_write_regrd_15218 bfad_debugfs_write_regrd 3-0 15218 NULL
-+m88rs6000t_set_demod_mclk_15221 m88rs6000t_set_demod_mclk 0 15221 NULL nohasharray
-+kxcjk1013_setup_any_motion_interrupt_15221 kxcjk1013_setup_any_motion_interrupt 0 15221 &m88rs6000t_set_demod_mclk_15221
-+vx_send_irqa_15223 vx_send_irqa 0 15223 NULL
-+netlink_set_ring_15224 netlink_set_ring 0 15224 NULL
-+c2port_write_dr_15227 c2port_write_dr 0 15227 NULL
-+bonding_show_miimon_15229 bonding_show_miimon 0 15229 NULL nohasharray
-+igb_get_regs_len_15229 igb_get_regs_len 0 15229 &bonding_show_miimon_15229
-+init_unsol_queue_15233 init_unsol_queue 0 15233 NULL
-+zf_notify_sys_15234 zf_notify_sys 0 15234 NULL nohasharray
-+netxen_nic_set_mac_15234 netxen_nic_set_mac 0 15234 &zf_notify_sys_15234
-+iptable_nat_ipv4_out_15236 iptable_nat_ipv4_out 0 15236 NULL
-+iwl_dbgfs_sram_write_15239 iwl_dbgfs_sram_write 3-0 15239 NULL
-+show_temp_input1_15242 show_temp_input1 0 15242 NULL
-+il_dbgfs_rx_stats_read_15243 il_dbgfs_rx_stats_read 3-0 15243 NULL
-+statfs_slow_store_15251 statfs_slow_store 3-0 15251 NULL
-+tg3_init_hw_15257 tg3_init_hw 0 15257 NULL
-+nr_bind_15261 nr_bind 0 15261 NULL
-+div64_u64_15263 div64_u64 0 15263 NULL
-+wacom_led_putimage_15264 wacom_led_putimage 4-0 15264 NULL
-+simple_strtol_15273 simple_strtol 0 15273 NULL
-+rose_set_mac_address_15277 rose_set_mac_address 0 15277 NULL
-+fw_realloc_buffer_15280 fw_realloc_buffer 2-0 15280 NULL
-+nvhdmi_8ch_7x_pcm_prepare_15281 nvhdmi_8ch_7x_pcm_prepare 0 15281 NULL
-+snd_aw2_pcm_prepare_capture_15282 snd_aw2_pcm_prepare_capture 0 15282 NULL
-+snd_via82xx_pcm_prepare_15284 snd_via82xx_pcm_prepare 0 15284 NULL
-+qib_sdma_get_complete_15288 qib_sdma_get_complete 0 15288 NULL
-+sys_connect_15291 sys_connect 3 15291 NULL nohasharray
-+xlate_dev_mem_ptr_15291 xlate_dev_mem_ptr 1 15291 &sys_connect_15291
-+iwl_trans_pcie_read_prph_15295 iwl_trans_pcie_read_prph 0 15295 NULL
-+recover_store_15296 recover_store 0-3 15296 NULL
-+cachefiles_daemon_cull_15298 cachefiles_daemon_cull 0 15298 NULL
-+multicast_query_use_ifaddr_store_15300 multicast_query_use_ifaddr_store 4-0 15300 NULL
-+readpage_15301 readpage 0 15301 NULL
-+kernel_getsockname_15304 kernel_getsockname 0 15304 NULL
-+C_SYSC_move_pages_15305 C_SYSC_move_pages 2 15305 NULL nohasharray
-+ocfs2_read_refcount_block_15305 ocfs2_read_refcount_block 0 15305 &C_SYSC_move_pages_15305
-+cfhsi_rx_15306 cfhsi_rx 0 15306 NULL
-+fcoe_ctlr_send_keep_alive_15308 fcoe_ctlr_send_keep_alive 3 15308 NULL nohasharray
-+show_reg_pages_15308 show_reg_pages 0 15308 &fcoe_ctlr_send_keep_alive_15308
-+alc_init_15309 alc_init 0 15309 NULL
-+range_store_15310 range_store 0-4 15310 NULL
-+qla4_8xxx_stop_firmware_15311 qla4_8xxx_stop_firmware 0 15311 NULL
-+pwm_set_polarity_15313 pwm_set_polarity 0 15313 NULL
-+packet_set_ring_15316 packet_set_ring 0 15316 NULL
-+iscsi_tpg_param_show_MaxXmitDataSegmentLength_15326 iscsi_tpg_param_show_MaxXmitDataSegmentLength 0 15326 NULL
-+bad_inode_getxattr_15327 bad_inode_getxattr 0 15327 NULL
-+show_counter_rx_p3_hdr_egr_ovfls_15329 show_counter_rx_p3_hdr_egr_ovfls 0 15329 NULL
-+lp3943_write_byte_15336 lp3943_write_byte 0 15336 NULL
-+kovaplus_sysfs_read_15337 kovaplus_sysfs_read 6-0 15337 NULL
-+ioread16_15342 ioread16 0 15342 NULL
-+alloc_ring_15345 alloc_ring 2-4 15345 NULL nohasharray
-+crc32_finup_15345 crc32_finup 0 15345 &alloc_ring_15345
-+tpacpi_driver_debug_show_15350 tpacpi_driver_debug_show 0 15350 NULL nohasharray
-+islpci_open_15350 islpci_open 0 15350 &tpacpi_driver_debug_show_15350
-+ext3_commit_super_15352 ext3_commit_super 0 15352 NULL
-+mvs_show_interrupt_coalescing_15353 mvs_show_interrupt_coalescing 0 15353 NULL
-+devid_mask_show_15354 devid_mask_show 0 15354 NULL
-+blkdev_readpages_15357 blkdev_readpages 4 15357 NULL
-+nouveau_hwmon_set_emergency_temp_15358 nouveau_hwmon_set_emergency_temp 0-4 15358 NULL
-+acpi_ut_create_string_object_15360 acpi_ut_create_string_object 1 15360 NULL nohasharray
-+cx88_alsa_dma_init_15360 cx88_alsa_dma_init 2 15360 &acpi_ut_create_string_object_15360
-+wusb_key_derive_15364 wusb_key_derive 0 15364 NULL
-+cfg80211_netdev_notifier_call_15366 cfg80211_netdev_notifier_call 0 15366 NULL nohasharray
-+st_press_buffer_predisable_15366 st_press_buffer_predisable 0 15366 &cfg80211_netdev_notifier_call_15366
-+gpio_keys_show_switches_15369 gpio_keys_show_switches 0 15369 NULL
-+graph_depth_read_15371 graph_depth_read 3 15371 NULL
-+regmap_mmio_read_15372 regmap_mmio_read 0 15372 NULL
-+compat_sys_process_vm_readv_15374 compat_sys_process_vm_readv 3-5 15374 NULL
-+print_cpus_offline_15377 print_cpus_offline 0 15377 NULL
-+fq_codel_zalloc_15378 fq_codel_zalloc 1 15378 NULL nohasharray
-+solo_s_ctrl_15378 solo_s_ctrl 0 15378 &fq_codel_zalloc_15378
-+domain_flush_pages_15379 domain_flush_pages 2-3 15379 NULL nohasharray
-+iosf_mbi_read_15379 iosf_mbi_read 0 15379 &domain_flush_pages_15379
-+alloc_fddidev_15382 alloc_fddidev 1 15382 NULL
-+hotkey_user_mask_set_15391 hotkey_user_mask_set 0 15391 NULL
-+show_lwid_enb_15392 show_lwid_enb 0 15392 NULL
-+_regmap_read_15396 _regmap_read 0 15396 NULL
-+mlx4_cmd_wait_15399 mlx4_cmd_wait 0 15399 NULL
-+sm501fb_check_var_15402 sm501fb_check_var 0 15402 NULL
-+pipeline_csum_to_rx_xfer_swi_read_15403 pipeline_csum_to_rx_xfer_swi_read 3-0 15403 NULL
-+mei_amthif_run_next_cmd_15405 mei_amthif_run_next_cmd 0 15405 NULL
-+get_modalias_15406 get_modalias 2-0 15406 NULL nohasharray
-+nfs_setattr_15406 nfs_setattr 0 15406 &get_modalias_15406
-+qlcnic_83xx_get_cap_size_15413 qlcnic_83xx_get_cap_size 0 15413 NULL
-+multicast_membership_interval_store_15419 multicast_membership_interval_store 4-0 15419 NULL
-+show_pwm_auto_channels_15421 show_pwm_auto_channels 0 15421 NULL nohasharray
-+ov772x_s_stream_15421 ov772x_s_stream 0 15421 &show_pwm_auto_channels_15421
-+metric_id_set_15422 metric_id_set 0-4 15422 NULL
-+__videobuf_copy_to_user_15423 __videobuf_copy_to_user 4-0 15423 NULL
-+tsl2550_store_operating_mode_15427 tsl2550_store_operating_mode 0-4 15427 NULL
-+target_core_store_dev_alias_15430 target_core_store_dev_alias 0-3 15430 NULL
-+dvb_pll_configure_15432 dvb_pll_configure 0-3 15432 NULL
-+prepare_hardware_15436 prepare_hardware 0 15436 NULL
-+tcp_mtu_to_mss_15438 tcp_mtu_to_mss 2-0 15438 NULL
-+wakeup_count_show_15444 wakeup_count_show 0 15444 NULL
-+wl12xx_boot_15445 wl12xx_boot 0 15445 NULL
-+mISDN_sock_recvmsg_15446 mISDN_sock_recvmsg 0-4 15446 NULL
-+regulator_suspend_standby_uV_show_15448 regulator_suspend_standby_uV_show 0 15448 NULL
-+memweight_15450 memweight 0 15450 NULL
-+show_tabletEventsReceived_15451 show_tabletEventsReceived 0 15451 NULL
-+ceph_tcp_recvpage_15453 ceph_tcp_recvpage 4 15453 NULL
-+i2400m_rx_stats_write_15455 i2400m_rx_stats_write 0-3 15455 NULL
-+ls_level_show_15463 ls_level_show 0 15463 NULL
-+vmalloc_15464 vmalloc 1 15464 NULL
-+show_sas_phy_target_port_protocols_15466 show_sas_phy_target_port_protocols 0 15466 NULL
-+w1_f2d_write_15467 w1_f2d_write 3 15467 NULL
-+find_smbios_instance_string_15470 find_smbios_instance_string 0 15470 NULL
-+mtd_flags_show_15472 mtd_flags_show 0 15472 NULL nohasharray
-+__mutex_lock_killable_slowpath_15472 __mutex_lock_killable_slowpath 0 15472 &mtd_flags_show_15472
-+snd_m3_pcm_stop_15476 snd_m3_pcm_stop 0 15476 NULL nohasharray
-+snd_seq_ioctl_query_subs_15476 snd_seq_ioctl_query_subs 0 15476 &snd_m3_pcm_stop_15476
-+ath9k_get_stats_15482 ath9k_get_stats 0 15482 NULL nohasharray
-+rtl_download_firmware_15482 rtl_download_firmware 3 15482 &ath9k_get_stats_15482
-+i2c_readbytes_15483 i2c_readbytes 0 15483 NULL
-+cp2112_read_15484 cp2112_read 0 15484 NULL nohasharray
-+target_stat_scsi_dev_attr_show_15484 target_stat_scsi_dev_attr_show 0 15484 &cp2112_read_15484
-+ds2781_read_block_15486 ds2781_read_block 4-3-0 15486 NULL
-+target_core_alua_lu_gp_show_attr_members_15487 target_core_alua_lu_gp_show_attr_members 0 15487 NULL nohasharray
-+write_hw_15487 write_hw 0-6-5 15487 &target_core_alua_lu_gp_show_attr_members_15487
-+mcs7830_set_mac_address_15497 mcs7830_set_mac_address 0 15497 NULL
-+__clone_and_map_data_bio_15498 __clone_and_map_data_bio 3 15498 NULL
-+vringh_iov_pull_user_15499 vringh_iov_pull_user 3 15499 NULL
-+iolock_15500 iolock 0 15500 NULL
-+psmouse_attr_set_helper_15505 psmouse_attr_set_helper 0-4 15505 NULL
-+bNumInterfaces_show_15506 bNumInterfaces_show 0 15506 NULL nohasharray
-+nct7904_read_reg_15506 nct7904_read_reg 0 15506 &bNumInterfaces_show_15506
-+mwl8k_load_fw_image_15508 mwl8k_load_fw_image 0 15508 NULL
-+pppol2tp_sendmsg_15516 pppol2tp_sendmsg 3 15516 NULL
-+map_sg_15523 map_sg 0-3 15523 NULL
-+da9052_rtc_read_time_15524 da9052_rtc_read_time 0 15524 NULL
-+store_15525 store 0 15525 NULL
-+il4965_mac_sta_add_15529 il4965_mac_sta_add 0 15529 NULL
-+ifx_spi_write_15531 ifx_spi_write 3 15531 NULL
-+da9052_bat_irq_15533 da9052_bat_irq 1 15533 NULL
-+p9_check_zc_errors_15534 p9_check_zc_errors 4 15534 NULL
-+set_pwm_auto_point_temp_15535 set_pwm_auto_point_temp 0-4 15535 NULL
-+show_rdac2_15539 show_rdac2 0 15539 NULL
-+adf4350_reg_access_15542 adf4350_reg_access 0 15542 NULL
-+ql_process_mac_rx_page_15543 ql_process_mac_rx_page 4 15543 NULL
-+get_fc_cos_names_15544 get_fc_cos_names 0 15544 NULL nohasharray
-+zero_the_pointer_15544 zero_the_pointer 0 15544 &get_fc_cos_names_15544 nohasharray
-+sb1000_get_firmware_version_15544 sb1000_get_firmware_version 0 15544 &zero_the_pointer_15544
-+kxcjk1013_get_mode_15550 kxcjk1013_get_mode 0 15550 NULL
-+ipv6_synproxy_hook_15554 ipv6_synproxy_hook 0 15554 NULL
-+iscsi_stat_sess_show_attr_node_15558 iscsi_stat_sess_show_attr_node 0 15558 NULL nohasharray
-+sun4i_pwm_enable_15558 sun4i_pwm_enable 0 15558 &iscsi_stat_sess_show_attr_node_15558
-+do_send_15559 do_send 4 15559 NULL nohasharray
-+_write_oob_15559 _write_oob 0 15559 &do_send_15559
-+ieee80211_amsdu_to_8023s_15561 ieee80211_amsdu_to_8023s 5 15561 NULL
-+i801_block_transaction_15562 i801_block_transaction 0 15562 NULL nohasharray
-+create_capture_mixers_15562 create_capture_mixers 0 15562 &i801_block_transaction_15562
-+get_checksum_15564 get_checksum 0 15564 NULL
-+acpi_gpio_count_15567 acpi_gpio_count 0 15567 NULL
-+iwl_nvm_read_section_15568 iwl_nvm_read_section 0 15568 NULL
-+_read_user_prot_reg_15571 _read_user_prot_reg 0 15571 NULL
-+persistent_status_15574 persistent_status 4 15574 NULL
-+bnx2fc_process_unsol_compl_15576 bnx2fc_process_unsol_compl 2 15576 NULL
-+usbtv_start_streaming_15581 usbtv_start_streaming 0 15581 NULL
-+usbhsh_status_stage_packet_push_15582 usbhsh_status_stage_packet_push 0 15582 NULL
-+notify_recv_pre_dequeue_15583 notify_recv_pre_dequeue 0 15583 NULL
-+show_tcpRtoMax_15584 show_tcpRtoMax 0 15584 NULL
-+vme_user_write_15587 vme_user_write 3 15587 NULL
-+permission_15588 permission 0 15588 NULL
-+adt7x10_show_alarm_15602 adt7x10_show_alarm 0 15602 NULL
-+nes_store_flash_cmd_15603 nes_store_flash_cmd 0-3 15603 NULL
-+x1205_get_datetime_15608 x1205_get_datetime 0 15608 NULL
-+sx150x_install_irq_chip_15609 sx150x_install_irq_chip 3 15609 NULL
-+i40evf_request_traffic_irqs_15610 i40evf_request_traffic_irqs 0 15610 NULL
-+wusb_chid_show_15613 wusb_chid_show 0 15613 NULL nohasharray
-+sdev_show_rev_15613 sdev_show_rev 0 15613 &wusb_chid_show_15613
-+ovl_alloc_entry_15614 ovl_alloc_entry 1 15614 NULL
-+kxcjk1013_data_rdy_trigger_set_state_15617 kxcjk1013_data_rdy_trigger_set_state 0 15617 NULL
-+store_rtap_iface_15620 store_rtap_iface 0-4 15620 NULL
-+pci_user_read_config_dword_15624 pci_user_read_config_dword 0 15624 NULL
-+dsp_cmx_send_member_15625 dsp_cmx_send_member 2 15625 NULL
-+ubifs_add_bud_to_log_15628 ubifs_add_bud_to_log 0 15628 NULL
-+proc_loginuid_read_15631 proc_loginuid_read 3-0 15631 NULL
-+authorized_show_15636 authorized_show 0 15636 NULL
-+fill_func_15640 fill_func 0 15640 NULL
-+bonding_show_xmit_hash_15641 bonding_show_xmit_hash 0 15641 NULL
-+tomoyo_scan_bprm_15642 tomoyo_scan_bprm 4-2 15642 NULL nohasharray
-+pipeline_hs_tx_stat_fifo_int_read_15642 pipeline_hs_tx_stat_fifo_int_read 3-0 15642 &tomoyo_scan_bprm_15642
-+joydev_handle_JSIOCSBTNMAP_15643 joydev_handle_JSIOCSBTNMAP 3 15643 NULL
-+mgmt_exec_nonemb_cmd_15644 mgmt_exec_nonemb_cmd 0 15644 NULL
-+fs_path_add_15648 fs_path_add 3 15648 NULL
-+__do_readpage_15652 __do_readpage 0 15652 NULL
-+xsd_read_15653 xsd_read 3-0 15653 NULL
-+compat_sys_fcntl_15654 compat_sys_fcntl 3 15654 NULL
-+show_attr_powered_15658 show_attr_powered 0 15658 NULL
-+elan_i2c_read_block_15663 elan_i2c_read_block 0 15663 NULL nohasharray
-+mv88e6352_get_sset_count_15663 mv88e6352_get_sset_count 0 15663 &elan_i2c_read_block_15663
-+store_15665 store 0-3 15665 NULL
-+unix_bind_15668 unix_bind 3-0 15668 NULL
-+idetape_init_rw_15671 idetape_init_rw 0 15671 NULL
-+dm_read_15674 dm_read 3 15674 NULL nohasharray
-+snd_korg1212_ioctl_15674 snd_korg1212_ioctl 0 15674 &dm_read_15674 nohasharray
-+SyS_connect_15674 SyS_connect 3 15674 &snd_korg1212_ioctl_15674
-+snd_usb_caiaq_pcm_trigger_15684 snd_usb_caiaq_pcm_trigger 0 15684 NULL
-+qib_diagpkt_write_15685 qib_diagpkt_write 0-3 15685 NULL
-+ndo_open_15687 ndo_open 0 15687 NULL
-+psmouse_attr_show_protocol_15693 psmouse_attr_show_protocol 0 15693 NULL
-+uinput_str_to_user_15695 uinput_str_to_user 3 15695 NULL nohasharray
-+spidev_read_15695 spidev_read 0-3 15695 &uinput_str_to_user_15695
-+show_sas_expander_product_rev_15701 show_sas_expander_product_rev 0 15701 NULL
-+suspend_hi_store_15706 suspend_hi_store 0-3 15706 NULL
-+s6e63m0_sysfs_store_gamma_mode_15708 s6e63m0_sysfs_store_gamma_mode 0-4 15708 NULL
-+as3722_irq_get_virq_15718 as3722_irq_get_virq 2 15718 NULL
-+tracing_snapshot_write_15719 tracing_snapshot_write 3 15719 NULL
-+rio_request_inb_dbell_15726 rio_request_inb_dbell 0 15726 NULL
-+pinctrl_utils_reserve_map_15730 pinctrl_utils_reserve_map 5 15730 NULL nohasharray
-+btrfs_writepage_15730 btrfs_writepage 0 15730 &pinctrl_utils_reserve_map_15730
-+acpi_ex_setup_region_15734 acpi_ex_setup_region 0 15734 NULL
-+ea_alloc_skeleton_15736 ea_alloc_skeleton 0 15736 NULL nohasharray
-+tipc_msg_make_bundle_15736 tipc_msg_make_bundle 2 15736 &ea_alloc_skeleton_15736
-+__tree_mod_log_insert_15744 __tree_mod_log_insert 0 15744 NULL
-+efx_ptp_describe_stats_15746 efx_ptp_describe_stats 0 15746 NULL
-+HiSax_readstatus_15752 HiSax_readstatus 2 15752 NULL nohasharray
-+rcar_i2c_bus_barrier_15752 rcar_i2c_bus_barrier 0 15752 &HiSax_readstatus_15752
-+ufs_update_inode_15753 ufs_update_inode 0 15753 NULL
-+array_state_show_15758 array_state_show 0 15758 NULL
-+bitmap_search_next_usable_block_15762 bitmap_search_next_usable_block 0-3-1 15762 NULL
-+thermal_get_temp_15766 thermal_get_temp 0 15766 NULL nohasharray
-+do_test_15766 do_test 1 15766 &thermal_get_temp_15766
-+fuse_direct_read_15768 fuse_direct_read 0-3 15768 NULL
-+isl1208_i2c_get_atr_15771 isl1208_i2c_get_atr 0 15771 NULL nohasharray
-+chunksize_store_15771 chunksize_store 0-3 15771 &isl1208_i2c_get_atr_15771
-+_mv88e6xxx_reg_read_15773 _mv88e6xxx_reg_read 0 15773 NULL
-+corb_send_verb_15777 corb_send_verb 0 15777 NULL
-+ipr_write_dump_15780 ipr_write_dump 0-6-5 15780 NULL
-+call_modprobe_15781 call_modprobe 0 15781 NULL
-+rj54n1_commit_15787 rj54n1_commit 0 15787 NULL nohasharray
-+usbdev_notify_15787 usbdev_notify 0 15787 &rj54n1_commit_15787
-+scsi_prot_sg_count_15789 scsi_prot_sg_count 0 15789 NULL
-+iscsi_stat_logout_show_attr_normal_logouts_15790 iscsi_stat_logout_show_attr_normal_logouts 0 15790 NULL
-+i915_gem_init_seqno_15793 i915_gem_init_seqno 0 15793 NULL
-+eem_opts_dev_addr_store_15800 eem_opts_dev_addr_store 0-3 15800 NULL
-+smk_read_direct_15803 smk_read_direct 3-0 15803 NULL
-+keyboard_notifier_call_15804 keyboard_notifier_call 0 15804 NULL
-+intel_rng_init_15805 intel_rng_init 0 15805 NULL
-+sysfs_show_current_clocksources_15807 sysfs_show_current_clocksources 0 15807 NULL
-+amd_xgbe_an_enable_kr_training_15808 amd_xgbe_an_enable_kr_training 0 15808 NULL
-+gsmi_clear_eventlog_store_15814 gsmi_clear_eventlog_store 0-4 15814 NULL
-+gx1_read_conf_reg_15817 gx1_read_conf_reg 0 15817 NULL nohasharray
-+gnttab_expand_15817 gnttab_expand 1 15817 &gx1_read_conf_reg_15817
-+snd_seq_ioctl_set_port_info_15819 snd_seq_ioctl_set_port_info 0 15819 NULL
-+afs_proc_rootcell_write_15822 afs_proc_rootcell_write 3-0 15822 NULL
-+ql_start_tx_ring_15823 ql_start_tx_ring 0 15823 NULL
-+isl12057_rtc_set_alarm_15824 isl12057_rtc_set_alarm 0 15824 NULL
-+tps65912_reg_read_15825 tps65912_reg_read 0 15825 NULL
-+s5p_jpeg_queue_setup_15831 s5p_jpeg_queue_setup 0 15831 NULL
-+i40e_configure_rx_ring_15835 i40e_configure_rx_ring 0 15835 NULL
-+read_reg_15838 read_reg 0 15838 NULL
-+nilfs_dev_free_blocks_show_15843 nilfs_dev_free_blocks_show 0 15843 NULL
-+p54_setup_mac_15852 p54_setup_mac 0 15852 NULL
-+write_file_tx99_15856 write_file_tx99 3-0 15856 NULL
-+iscsi_stat_instance_show_attr_max_ver_15860 iscsi_stat_instance_show_attr_max_ver 0 15860 NULL
-+i915_gem_userptr_get_pages_15861 i915_gem_userptr_get_pages 0 15861 NULL
-+recovery_start_store_15862 recovery_start_store 0-3 15862 NULL
-+errors_show_15863 errors_show 0 15863 NULL nohasharray
-+show_ipv6_iface_router_addr_15863 show_ipv6_iface_router_addr 0 15863 &errors_show_15863
-+acpi_sleep_prepare_15866 acpi_sleep_prepare 0 15866 NULL
-+block_write_full_page_15868 block_write_full_page 0 15868 NULL
-+media_entity_init_15870 media_entity_init 4-2 15870 NULL nohasharray
-+ubi_io_write_15870 ubi_io_write 5-4-0 15870 &media_entity_init_15870
-+set_in_min_15872 set_in_min 0-4 15872 NULL
-+__mptctl_ioctl_15875 __mptctl_ioctl 2 15875 NULL
-+afs_vnode_fetch_data_15877 afs_vnode_fetch_data 0 15877 NULL
-+show_dock_state_15881 show_dock_state 0 15881 NULL nohasharray
-+show_temp_alarm_15881 show_temp_alarm 0 15881 &show_dock_state_15881 nohasharray
-+partition_id_show_15881 partition_id_show 0 15881 &show_temp_alarm_15881
-+do_truncation_15882 do_truncation 0 15882 NULL
-+hwahc_op_urb_enqueue_15883 hwahc_op_urb_enqueue 0 15883 NULL
-+m5602_write_bridge_15886 m5602_write_bridge 0 15886 NULL
-+usbhid_output_report_15891 usbhid_output_report 0 15891 NULL
-+raid5_show_preread_threshold_15892 raid5_show_preread_threshold 0 15892 NULL
-+sp_set_mac_address_15899 sp_set_mac_address 0 15899 NULL
-+show_spi_transport_qas_15902 show_spi_transport_qas 0 15902 NULL nohasharray
-+sctp_apply_peer_addr_params_15902 sctp_apply_peer_addr_params 0 15902 &show_spi_transport_qas_15902
-+host_control_action_store_15906 host_control_action_store 0-4 15906 NULL
-+send_tx_power_15914 send_tx_power 0 15914 NULL
-+can_get_xstats_size_15916 can_get_xstats_size 0 15916 NULL
-+alc_build_controls_15918 alc_build_controls 0 15918 NULL
-+unix_dgram_recvmsg_15920 unix_dgram_recvmsg 3 15920 NULL
-+hid_hw_power_15921 hid_hw_power 0 15921 NULL
-+bio_copy_kern_15925 bio_copy_kern 3 15925 NULL
-+erst_exec_store_var1_15933 erst_exec_store_var1 0 15933 NULL
-+wm5100_gpio_direction_in_15934 wm5100_gpio_direction_in 0 15934 NULL
-+tda18218_wr_regs_15935 tda18218_wr_regs 0 15935 NULL
-+power_read_15939 power_read 3-0 15939 NULL
-+hfs_listxattr_15946 hfs_listxattr 0-3 15946 NULL nohasharray
-+sirdev_open_15946 sirdev_open 0 15946 &hfs_listxattr_15946
-+lpfc_idiag_drbacc_read_15948 lpfc_idiag_drbacc_read 3-0 15948 NULL
-+mwifiex_cmd_mac_control_15949 mwifiex_cmd_mac_control 0 15949 NULL
-+snd_pcm_lib_read_transfer_15952 snd_pcm_lib_read_transfer 5 15952 NULL
-+memblock_virt_alloc_try_nid_15954 memblock_virt_alloc_try_nid 1 15954 NULL
-+i40e_get_phys_port_id_15955 i40e_get_phys_port_id 0 15955 NULL
-+mxl5005s_set_params_15963 mxl5005s_set_params 0 15963 NULL
-+b43_nphy_op_switch_channel_15964 b43_nphy_op_switch_channel 0 15964 NULL
-+remap_pci_mem_15966 remap_pci_mem 1-2 15966 NULL nohasharray
-+find_rsb_15966 find_rsb 0 15966 &remap_pci_mem_15966
-+rocker_netdevice_event_15969 rocker_netdevice_event 0 15969 NULL
-+usb_autopm_get_interface_async_15970 usb_autopm_get_interface_async 0 15970 NULL nohasharray
-+mls_read_range_helper_15970 mls_read_range_helper 0 15970 &usb_autopm_get_interface_async_15970
-+sht15_connection_reset_15973 sht15_connection_reset 0 15973 NULL
-+smk_read_ptrace_15974 smk_read_ptrace 3-0 15974 NULL
-+rx_queue_attr_show_15978 rx_queue_attr_show 0 15978 NULL
-+frame_alloc_15981 frame_alloc 4-0 15981 NULL
-+alloc_vm_area_15989 alloc_vm_area 1 15989 NULL
-+stir_net_open_15991 stir_net_open 0 15991 NULL
-+recv_pre_block_15995 recv_pre_block 0 15995 NULL
-+rpm_check_suspend_allowed_15996 rpm_check_suspend_allowed 0 15996 NULL
-+iwlagn_rxon_disconn_16003 iwlagn_rxon_disconn 0 16003 NULL
-+period_store_16008 period_store 0-4 16008 NULL
-+do_open_16009 do_open 0 16009 NULL
-+hdpvr_register_videodev_16010 hdpvr_register_videodev 3 16010 NULL
-+crypto_shash_export_16014 crypto_shash_export 0 16014 NULL
-+viafb_vt1636_proc_write_16018 viafb_vt1636_proc_write 3-0 16018 NULL
-+qlcnic_sysfs_read_esw_config_16022 qlcnic_sysfs_read_esw_config 0-6-5 16022 NULL
-+mlx4_qp_reserve_range_16026 mlx4_qp_reserve_range 3-0 16026 NULL nohasharray
-+wrmsr_safe_on_cpu_16026 wrmsr_safe_on_cpu 0 16026 &mlx4_qp_reserve_range_16026
-+si476x_core_cmd_agc_status_16027 si476x_core_cmd_agc_status 0 16027 NULL
-+got_frame_16028 got_frame 2 16028 NULL
-+wl1251_acx_rx_config_16034 wl1251_acx_rx_config 0 16034 NULL
-+smk_write_unconfined_16041 smk_write_unconfined 3 16041 NULL
-+il3945_tx_reset_16042 il3945_tx_reset 0 16042 NULL
-+iscsi_stat_instance_show_attr_fail_rem_name_16045 iscsi_stat_instance_show_attr_fail_rem_name 0 16045 NULL
-+show_virtual_16047 show_virtual 0 16047 NULL
-+blk_init_tags_16052 blk_init_tags 1 16052 NULL nohasharray
-+hidp_send_message_16052 hidp_send_message 6-0 16052 &blk_init_tags_16052
-+dccp_recvmsg_16056 dccp_recvmsg 4-0 16056 NULL
-+read_file_spectral_period_16057 read_file_spectral_period 3-0 16057 NULL nohasharray
-+pppoe_recvmsg_16057 pppoe_recvmsg 3 16057 &read_file_spectral_period_16057
-+nf_call_iptables_store_16058 nf_call_iptables_store 4-0 16058 NULL
-+si5351_msynth_params_address_16062 si5351_msynth_params_address 0-1 16062 NULL
-+cp2112_write_req_16068 cp2112_write_req 0-5 16068 NULL
-+udf_extend_file_16069 udf_extend_file 0 16069 NULL
-+file_has_perm_16070 file_has_perm 0 16070 NULL
-+__iscsi_tpg_auth_show_authenticate_target_16071 __iscsi_tpg_auth_show_authenticate_target 0 16071 NULL
-+atkbd_attr_show_helper_16073 atkbd_attr_show_helper 0 16073 NULL
-+show_modinfo_srcversion_16077 show_modinfo_srcversion 0 16077 NULL
-+ext4_bio_write_page_16078 ext4_bio_write_page 0 16078 NULL
-+updateSuper_16079 updateSuper 0 16079 NULL
-+mt2063_read_16080 mt2063_read 0 16080 NULL
-+sctp_setsockopt_disable_fragments_16088 sctp_setsockopt_disable_fragments 0 16088 NULL
-+wl1271_acx_tx_power_16092 wl1271_acx_tx_power 0 16092 NULL
-+ps2pp_attr_set_smartscroll_16094 ps2pp_attr_set_smartscroll 0-4 16094 NULL
-+cifs_mapchar_16097 cifs_mapchar 0 16097 NULL
-+pb0100_set_gain_16099 pb0100_set_gain 0 16099 NULL
-+_ctl_ioc_reset_count_show_16102 _ctl_ioc_reset_count_show 0 16102 NULL
-+isr_tx_exch_complete_read_16103 isr_tx_exch_complete_read 3-0 16103 NULL nohasharray
-+mwifiex_cmd_802_11d_domain_info_16103 mwifiex_cmd_802_11d_domain_info 0 16103 &isr_tx_exch_complete_read_16103
-+_submit_bh_16106 _submit_bh 0 16106 NULL
-+isr_hw_pm_mode_changes_read_16110 isr_hw_pm_mode_changes_read 3-0 16110 NULL nohasharray
-+dma_tx_requested_read_16110 dma_tx_requested_read 3-0 16110 &isr_hw_pm_mode_changes_read_16110 nohasharray
-+wlcore_raw_write32_16110 wlcore_raw_write32 0 16110 &dma_tx_requested_read_16110
-+udelay_test_write_16111 udelay_test_write 3 16111 NULL nohasharray
-+goldfish_pipe_error_convert_16111 goldfish_pipe_error_convert 0 16111 &udelay_test_write_16111
-+iommu_map_mmio_space_16114 iommu_map_mmio_space 1-2 16114 NULL
-+wsm_write_mib_16116 wsm_write_mib 4-0 16116 NULL
-+rd_mem_16117 rd_mem 0 16117 NULL nohasharray
-+target_core_hba_store_attr_hba_mode_16117 target_core_hba_store_attr_hba_mode 0-3 16117 &rd_mem_16117
-+ethoc_change_mtu_16120 ethoc_change_mtu 0 16120 NULL
-+mwl8k_cmd_set_post_scan_16121 mwl8k_cmd_set_post_scan 0 16121 NULL
-+dn_getname_16122 dn_getname 0 16122 NULL
-+gsmi_die_callback_16123 gsmi_die_callback 0 16123 NULL
-+snmp_conntrack_help_16126 snmp_conntrack_help 0 16126 NULL
-+sysv_statfs_16128 sysv_statfs 0 16128 NULL
-+compat_sys_select_16131 compat_sys_select 1 16131 NULL
-+fsm_init_16134 fsm_init 2 16134 NULL
-+hysdn_rx_netpkt_16136 hysdn_rx_netpkt 3 16136 NULL
-+bcm_iproc_i2c_xfer_single_msg_16143 bcm_iproc_i2c_xfer_single_msg 0 16143 NULL nohasharray
-+sht21_update_measurements_16143 sht21_update_measurements 0 16143 &bcm_iproc_i2c_xfer_single_msg_16143 nohasharray
-+cfq_fifo_expire_sync_store_16143 cfq_fifo_expire_sync_store 3-0 16143 &sht21_update_measurements_16143
-+input_register_device_16147 input_register_device 0 16147 NULL
-+ext4_xattr_block_get_16148 ext4_xattr_block_get 0 16148 NULL nohasharray
-+set_port1_16148 set_port1 0-4 16148 &ext4_xattr_block_get_16148
-+hidp_send_intr_message_16150 hidp_send_intr_message 4-0 16150 NULL
-+lpfc_vportnum_show_16152 lpfc_vportnum_show 0 16152 NULL
-+ext4_read_inline_data_16156 ext4_read_inline_data 0-3 16156 NULL
-+mgmt_device_found_16159 mgmt_device_found 9-11 16159 NULL nohasharray
-+queues_show_16159 queues_show 0 16159 &mgmt_device_found_16159 nohasharray
-+usb2_lpm_besl_store_16159 usb2_lpm_besl_store 0-4 16159 &queues_show_16159
-+pn_header_create_16161 pn_header_create 0 16161 NULL nohasharray
-+__hw_addr_create_ex_16161 __hw_addr_create_ex 0 16161 &pn_header_create_16161
-+osd_finalize_request_16163 osd_finalize_request 0 16163 NULL
-+bnx2i_get_cid_num_16166 bnx2i_get_cid_num 0 16166 NULL
-+nfcwilink_skb_alloc_16167 nfcwilink_skb_alloc 1 16167 NULL nohasharray
-+sdev_show_timeout_16167 sdev_show_timeout 0 16167 &nfcwilink_skb_alloc_16167
-+iscsi_stat_tgt_attr_show_attr_login_fails_16172 iscsi_stat_tgt_attr_show_attr_login_fails 0 16172 NULL
-+serial_write_room_16174 serial_write_room 0 16174 NULL nohasharray
-+dst_output_sk_16174 dst_output_sk 0 16174 &serial_write_room_16174
-+show_beep_enable_16177 show_beep_enable 0 16177 NULL
-+show_tcpCurrEstab_16188 show_tcpCurrEstab 0 16188 NULL
-+megaraid_sysfs_show_ldnum_16189 megaraid_sysfs_show_ldnum 0 16189 NULL nohasharray
-+ovl_dir_fsync_16189 ovl_dir_fsync 0 16189 &megaraid_sysfs_show_ldnum_16189
-+i40e_allocate_virt_mem_d_16191 i40e_allocate_virt_mem_d 3 16191 NULL nohasharray
-+rcu_oom_notify_16191 rcu_oom_notify 0 16191 &i40e_allocate_virt_mem_d_16191
-+musb_vbus_show_16194 musb_vbus_show 0 16194 NULL
-+cipso_v4_map_cat_rng_hton_16203 cipso_v4_map_cat_rng_hton 0 16203 NULL
-+m5602_read_sensor_16209 m5602_read_sensor 0 16209 NULL
-+bind_16210 bind 0 16210 NULL nohasharray
-+SyS_pselect6_16210 SyS_pselect6 1 16210 &bind_16210
-+create_table_16213 create_table 2 16213 NULL
-+patch_stac927x_16218 patch_stac927x 0 16218 NULL
-+si476x_core_send_command_16219 si476x_core_send_command 4-6-0 16219 NULL nohasharray
-+hdaps_calibrate_show_16219 hdaps_calibrate_show 0 16219 &si476x_core_send_command_16219 nohasharray
-+ps_get_cur_chrage_cntl_limit_16219 ps_get_cur_chrage_cntl_limit 0 16219 &hdaps_calibrate_show_16219
-+sysfs_mbox_write_16220 sysfs_mbox_write 0-6-5 16220 NULL
-+set_fan_max_16221 set_fan_max 0-4 16221 NULL
-+sock_no_getname_16223 sock_no_getname 0 16223 NULL
-+ath9k_hw_ar9287_dump_eeprom_16224 ath9k_hw_ar9287_dump_eeprom 4-5-0 16224 NULL
-+atomic_read_file_16227 atomic_read_file 3-0 16227 NULL
-+cc770_open_16228 cc770_open 0 16228 NULL
-+mlx4_en_get_phys_port_id_16231 mlx4_en_get_phys_port_id 0 16231 NULL
-+r6040_up_16233 r6040_up 0 16233 NULL
-+wl12xx_cmd_set_peer_state_16234 wl12xx_cmd_set_peer_state 0 16234 NULL
-+nmi_timer_cpu_notifier_16236 nmi_timer_cpu_notifier 0 16236 NULL
-+pep_setsockopt_16241 pep_setsockopt 0 16241 NULL
-+update_mctime_16242 update_mctime 0 16242 NULL
-+ds1390_read_time_16244 ds1390_read_time 0 16244 NULL
-+max8998_write_reg_16245 max8998_write_reg 0 16245 NULL
-+btrfs_dev_extent_chunk_offset_16247 btrfs_dev_extent_chunk_offset 0 16247 NULL nohasharray
-+i40e_dbg_dump_read_16247 i40e_dbg_dump_read 3-0 16247 &btrfs_dev_extent_chunk_offset_16247 nohasharray
-+scm_send_16247 scm_send 0 16247 &i40e_dbg_dump_read_16247
-+il_dbgfs_disable_ht40_write_16249 il_dbgfs_disable_ht40_write 3-0 16249 NULL
-+show_xoffset_16251 show_xoffset 0 16251 NULL
-+__apei_exec_write_register_16253 __apei_exec_write_register 0 16253 NULL nohasharray
-+do_shrink_16253 do_shrink 0 16253 &__apei_exec_write_register_16253 nohasharray
-+netlink_setsockopt_16253 netlink_setsockopt 0 16253 &do_shrink_16253
-+SyS_fgetxattr_16254 SyS_fgetxattr 4 16254 NULL
-+saa7164_api_i2c_read_16257 saa7164_api_i2c_read 0 16257 NULL
-+cyapa_gen5_bl_initiate_16258 cyapa_gen5_bl_initiate 0 16258 NULL
-+reiserfs_acl_count_16265 reiserfs_acl_count 0-1 16265 NULL nohasharray
-+evm_inode_setxattr_16265 evm_inode_setxattr 0 16265 &reiserfs_acl_count_16265
-+ath10k_wmi_peer_set_param_16266 ath10k_wmi_peer_set_param 0 16266 NULL
-+wacom_button_image_store_16269 wacom_button_image_store 0-4 16269 NULL
-+snd_ali_trigger_16277 snd_ali_trigger 0 16277 NULL
-+nand_bch_init_16280 nand_bch_init 3-2 16280 NULL
-+ims_pcu_ofn_reg_addr_show_16282 ims_pcu_ofn_reg_addr_show 0 16282 NULL nohasharray
-+iscsi_tpg_param_store_OFMarkInt_16282 iscsi_tpg_param_store_OFMarkInt 0-3 16282 &ims_pcu_ofn_reg_addr_show_16282
-+account_16283 account 0-4-2 16283 NULL nohasharray
-+mirror_status_16283 mirror_status 5 16283 &account_16283
-+regcache_rbtree_insert_to_block_16285 regcache_rbtree_insert_to_block 3-4-0 16285 NULL nohasharray
-+rfcomm_sock_getname_16285 rfcomm_sock_getname 0 16285 &regcache_rbtree_insert_to_block_16285
-+jumpshot_read_data_16287 jumpshot_read_data 4 16287 NULL nohasharray
-+show_analog_out_reg_16287 show_analog_out_reg 0 16287 &jumpshot_read_data_16287
-+bh1770_power_state_store_16288 bh1770_power_state_store 0-4 16288 NULL
-+snd_als4000_capture_trigger_16290 snd_als4000_capture_trigger 0 16290 NULL
-+stk_allocate_buffers_16291 stk_allocate_buffers 2 16291 NULL
-+sha1_ssse3_update_16293 sha1_ssse3_update 0 16293 NULL
-+adis16136_set_freq_16295 adis16136_set_freq 0 16295 NULL
-+snd_at73c213_pcm_trigger_16297 snd_at73c213_pcm_trigger 0 16297 NULL nohasharray
-+SyS_send_16297 SyS_send 3 16297 &snd_at73c213_pcm_trigger_16297
-+pyra_sysfs_write_profile_buttons_16301 pyra_sysfs_write_profile_buttons 0-6-5 16301 NULL
-+fore200e_setsockopt_16304 fore200e_setsockopt 0 16304 NULL
-+ipr_show_resource_path_16307 ipr_show_resource_path 0 16307 NULL
-+show_ipv4_iface_dhcp_use_vendor_id_en_16308 show_ipv4_iface_dhcp_use_vendor_id_en 0 16308 NULL
-+ixgbe_setup_fcoe_ddp_resources_16311 ixgbe_setup_fcoe_ddp_resources 0 16311 NULL
-+ds1511_nvram_write_16312 ds1511_nvram_write 0-6-5 16312 NULL
-+bonding_show_arp_validate_16313 bonding_show_arp_validate 0 16313 NULL
-+of_property_read_string_helper_16314 of_property_read_string_helper 0-5 16314 NULL
-+ar5523_cmd_16318 ar5523_cmd 0 16318 NULL
-+do_set_pwm_16320 do_set_pwm 0 16320 NULL
-+snd_bt87x_prepare_16323 snd_bt87x_prepare 0 16323 NULL
-+enable_periodic_16329 enable_periodic 0 16329 NULL
-+vmw_cursor_update_image_16332 vmw_cursor_update_image 4-3 16332 NULL
-+show_ipOutBcastPkts_16333 show_ipOutBcastPkts 0 16333 NULL
-+acpi_power_get_list_state_16334 acpi_power_get_list_state 0 16334 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_HDRDGST_EN_16334 show_conn_param_ISCSI_PARAM_HDRDGST_EN 0 16334 &acpi_power_get_list_state_16334
-+iptable_nat_ipv4_local_fn_16340 iptable_nat_ipv4_local_fn 0 16340 NULL
-+host_store_rescan_16343 host_store_rescan 0-4 16343 NULL
-+rcar_thermal_get_trip_type_16349 rcar_thermal_get_trip_type 0 16349 NULL
-+cx231xx_i2c_xfer_16353 cx231xx_i2c_xfer 0-3 16353 NULL
-+crypto_pcomp_extsize_16357 crypto_pcomp_extsize 0 16357 NULL
-+sysfs_create_groups_16360 sysfs_create_groups 0 16360 NULL nohasharray
-+tps80031_update_16360 tps80031_update 0 16360 &sysfs_create_groups_16360
-+snd_cs46xx_capture_trigger_16362 snd_cs46xx_capture_trigger 0 16362 NULL
-+total_ps_buffered_read_16365 total_ps_buffered_read 3-0 16365 NULL nohasharray
-+be_cmd_mac_addr_query_16365 be_cmd_mac_addr_query 0 16365 &total_ps_buffered_read_16365
-+rbd_add_16366 rbd_add 0-3 16366 NULL
-+rtl92ee_hw_init_16367 rtl92ee_hw_init 0 16367 NULL
-+acpi_device_adr_show_16370 acpi_device_adr_show 0 16370 NULL
-+set_max_uA_16374 set_max_uA 0-4 16374 NULL
-+iscsi_tcp_conn_setup_16376 iscsi_tcp_conn_setup 2 16376 NULL nohasharray
-+socket_post_create_16376 socket_post_create 0 16376 &iscsi_tcp_conn_setup_16376
-+wl1251_hw_init_tx_queue_config_16381 wl1251_hw_init_tx_queue_config 0 16381 NULL
-+show_ipInBcastPkts_16384 show_ipInBcastPkts 0 16384 NULL
-+nv50_pioc_create_16389 nv50_pioc_create 5 16389 NULL nohasharray
-+rmd160_init_16389 rmd160_init 0 16389 &nv50_pioc_create_16389
-+rate_ctrl_alg_read_16394 rate_ctrl_alg_read 3-0 16394 NULL nohasharray
-+nilfs_palloc_get_entry_block_16394 nilfs_palloc_get_entry_block 0 16394 &rate_ctrl_alg_read_16394
-+l2cap_add_scid_16395 l2cap_add_scid 0 16395 NULL
-+lio_target_nacl_show_tag_16400 lio_target_nacl_show_tag 0 16400 NULL
-+isl29003_show_range_16402 isl29003_show_range 0 16402 NULL
-+diva_os_malloc_16406 diva_os_malloc 2 16406 NULL nohasharray
-+ath10k_pci_diag_read_mem_16406 ath10k_pci_diag_read_mem 0 16406 &diva_os_malloc_16406
-+crypto_ahash_final_16410 crypto_ahash_final 0 16410 NULL nohasharray
-+xfs_file_fsync_16410 xfs_file_fsync 0 16410 &crypto_ahash_final_16410
-+iwl_dbgfs_prph_reg_write_16411 iwl_dbgfs_prph_reg_write 0-3 16411 NULL
-+iio_device_add_event_16412 iio_device_add_event 0 16412 NULL
-+roccat_common2_sysfs_read_actual_profile_16414 roccat_common2_sysfs_read_actual_profile 0-5-6 16414 NULL
-+cdce706_clkout_prepare_16415 cdce706_clkout_prepare 0 16415 NULL nohasharray
-+w1_slave_show_16415 w1_slave_show 0 16415 &cdce706_clkout_prepare_16415 nohasharray
-+patch_alc861vd_16415 patch_alc861vd 0 16415 &w1_slave_show_16415
-+fill_buffer_16418 fill_buffer 0 16418 NULL
-+xfs_btree_check_block_16419 xfs_btree_check_block 0 16419 NULL
-+ieee80211_if_read_tsf_16420 ieee80211_if_read_tsf 3-0 16420 NULL
-+mptsas_phy_reset_16421 mptsas_phy_reset 0 16421 NULL
-+acpiindex_show_16422 acpiindex_show 0 16422 NULL
-+format_nservers_16426 format_nservers 0 16426 NULL
-+nilfs_bmap_insert_16430 nilfs_bmap_insert 0 16430 NULL
-+rxrpc_server_keyring_16431 rxrpc_server_keyring 3-0 16431 NULL
-+fm10k_get_sset_count_16433 fm10k_get_sset_count 0 16433 NULL
-+__bio_add_page_16435 __bio_add_page 0-4 16435 NULL
-+kvaser_usb_send_msg_16436 kvaser_usb_send_msg 0 16436 NULL
-+tps6507x_pmic_enable_16438 tps6507x_pmic_enable 0 16438 NULL
-+cmdline_store_16442 cmdline_store 4-0 16442 NULL
-+do_uevent_16445 do_uevent 0 16445 NULL
-+security_sb_statfs_16448 security_sb_statfs 0 16448 NULL
-+calculate_inocache_hashsize_16449 calculate_inocache_hashsize 0-1 16449 NULL
-+sf1_read_16451 sf1_read 0 16451 NULL
-+blk_mq_sysfs_completed_show_16454 blk_mq_sysfs_completed_show 0 16454 NULL nohasharray
-+atm_init_aal0_16454 atm_init_aal0 0 16454 &blk_mq_sysfs_completed_show_16454
-+netlink_change_ngroups_16457 netlink_change_ngroups 2 16457 NULL
-+req_capsule_get_size_16467 req_capsule_get_size 0 16467 NULL
-+snd_virmidi_dev_register_16470 snd_virmidi_dev_register 0 16470 NULL
-+sock_wmalloc_16472 sock_wmalloc 2 16472 NULL
-+videobuf_iolock_16478 videobuf_iolock 0 16478 NULL
-+max8925_is_enabled_16479 max8925_is_enabled 0 16479 NULL
-+uhci_urb_enqueue_16485 uhci_urb_enqueue 0 16485 NULL
-+store_line1_16491 store_line1 4-0 16491 NULL
-+tracing_readme_read_16493 tracing_readme_read 3 16493 NULL
-+ovl_getxattr_16494 ovl_getxattr 0 16494 NULL nohasharray
-+ufshcd_scale_clks_16494 ufshcd_scale_clks 0 16494 &ovl_getxattr_16494
-+tomoyo_inode_getattr_16497 tomoyo_inode_getattr 0 16497 NULL
-+bmp085_update_raw_temperature_16500 bmp085_update_raw_temperature 0 16500 NULL
-+ecryptfs_get_tfm_and_mutex_for_cipher_name_16503 ecryptfs_get_tfm_and_mutex_for_cipher_name 0 16503 NULL
-+gps_show_16504 gps_show 0 16504 NULL
-+sfe4001_poweron_16505 sfe4001_poweron 0 16505 NULL
-+filemap_write_and_wait_16506 filemap_write_and_wait 0 16506 NULL
-+page_ext_callback_16510 page_ext_callback 0 16510 NULL
-+capi_read_16511 capi_read 0-3 16511 NULL
-+ubifs_gc_end_commit_16518 ubifs_gc_end_commit 0 16518 NULL
-+ath10k_htc_wait_target_16526 ath10k_htc_wait_target 0 16526 NULL
-+snd_interval_max_16529 snd_interval_max 0 16529 NULL nohasharray
-+snd_seq_client_enqueue_event_16529 snd_seq_client_enqueue_event 0 16529 &snd_interval_max_16529
-+ahash_save_req_16534 ahash_save_req 0 16534 NULL
-+qib_user_sdma_queue_pkts_16536 qib_user_sdma_queue_pkts 0 16536 NULL
-+raid10_resize_16537 raid10_resize 2-0 16537 NULL
-+date_show_16538 date_show 0 16538 NULL
-+b43_dma_set_mask_16540 b43_dma_set_mask 0 16540 NULL nohasharray
-+adp8870_bl_l2_bright_max_store_16540 adp8870_bl_l2_bright_max_store 4-0 16540 &b43_dma_set_mask_16540
-+timekeeping_suspend_16546 timekeeping_suspend 0 16546 NULL
-+usb_8dev_open_16548 usb_8dev_open 0 16548 NULL
-+ad799x_write_frequency_16549 ad799x_write_frequency 0-4 16549 NULL
-+fuse_listxattr_16550 fuse_listxattr 0-3 16550 NULL
-+nfc_llcp_send_snl_sdres_16557 nfc_llcp_send_snl_sdres 3 16557 NULL
-+dib0700_i2c_xfer_16559 dib0700_i2c_xfer 0-3 16559 NULL
-+tcp_manip_pkt_16563 tcp_manip_pkt 4 16563 NULL nohasharray
-+mISDN_sock_sendmsg_16563 mISDN_sock_sendmsg 3 16563 &tcp_manip_pkt_16563
-+wcn36xx_dxe_init_16565 wcn36xx_dxe_init 0 16565 NULL
-+lpfc_debugfs_read_16566 lpfc_debugfs_read 3-0 16566 NULL
-+transmit_skb_16573 transmit_skb 0 16573 NULL
-+agp_allocate_memory_wrap_16576 agp_allocate_memory_wrap 1 16576 NULL
-+set_attr_rdpmc_16581 set_attr_rdpmc 0-4 16581 NULL
-+psend_16586 psend 0 16586 NULL
-+lustre_msg_hdr_size_v2_16589 lustre_msg_hdr_size_v2 0 16589 NULL
-+efx_net_open_16592 efx_net_open 0 16592 NULL
-+ncp_file_read_16593 ncp_file_read 0-3 16593 NULL
-+nilfs_sufile_get_stat_16597 nilfs_sufile_get_stat 0 16597 NULL
-+make_lsave_dirty_16600 make_lsave_dirty 0 16600 NULL
-+target_core_hba_attr_show_16601 target_core_hba_attr_show 0 16601 NULL nohasharray
-+iscsi_stat_sess_attr_store_16601 iscsi_stat_sess_attr_store 0 16601 &target_core_hba_attr_show_16601
-+ixgbe_setup_all_tx_resources_16602 ixgbe_setup_all_tx_resources 0 16602 NULL
-+iwl_pcie_load_given_ucode_8000_16610 iwl_pcie_load_given_ucode_8000 0 16610 NULL
-+set_analog_out_reg_16611 set_analog_out_reg 0-4 16611 NULL
-+palmas_irq_get_virq_16613 palmas_irq_get_virq 2 16613 NULL nohasharray
-+pptp_inbound_pkt_16613 pptp_inbound_pkt 0 16613 &palmas_irq_get_virq_16613
-+rds_sendmsg_16616 rds_sendmsg 3 16616 NULL
-+compat_SyS_migrate_pages_16618 compat_SyS_migrate_pages 2 16618 NULL
-+show_mem_start_phys_index_16622 show_mem_start_phys_index 0 16622 NULL
-+s5k83a_s_ctrl_16628 s5k83a_s_ctrl 0 16628 NULL nohasharray
-+_xadc_read_adc_reg_16628 _xadc_read_adc_reg 0 16628 &s5k83a_s_ctrl_16628
-+tuner_i2c_xfer_send_16629 tuner_i2c_xfer_send 0-3 16629 NULL
-+__wait_on_bit_lock_16630 __wait_on_bit_lock 0 16630 NULL
-+strict_store_16631 strict_store 0-3 16631 NULL
-+rtw_set_wpa_ie_16633 rtw_set_wpa_ie 3 16633 NULL
-+orinoco_hw_program_rids_16634 orinoco_hw_program_rids 0 16634 NULL
-+display_crc_ctl_parse_16635 display_crc_ctl_parse 0 16635 NULL
-+led_delay_on_show_16640 led_delay_on_show 0 16640 NULL
-+__sha512_ssse3_update_16646 __sha512_ssse3_update 0 16646 NULL
-+iwl_pcie_load_section_16647 iwl_pcie_load_section 0 16647 NULL
-+pm8001_ctl_fatal_log_show_16650 pm8001_ctl_fatal_log_show 0 16650 NULL
-+btrfs_get_token_32_16651 btrfs_get_token_32 0 16651 NULL
-+nes_netdev_set_mac_address_16657 nes_netdev_set_mac_address 0 16657 NULL
-+__add_to_page_cache_locked_16659 __add_to_page_cache_locked 0 16659 NULL
-+ims_pcu_ofn_reg_data_show_16664 ims_pcu_ofn_reg_data_show 0 16664 NULL
-+phy_read_mmd_indirect_16665 phy_read_mmd_indirect 0 16665 NULL
-+store_remote_port_16666 store_remote_port 0 16666 NULL
-+mfd_add_devices_16668 mfd_add_devices 4 16668 NULL
-+ax88179_write_cmd_async_16671 ax88179_write_cmd_async 5 16671 NULL
-+hash_elasticity_store_16673 hash_elasticity_store 4-0 16673 NULL
-+smsc_ircc_net_open_16680 smsc_ircc_net_open 0 16680 NULL
-+da9052_reg_write_16685 da9052_reg_write 0 16685 NULL
-+iwl_mvm_fw_dbg_collect_16687 iwl_mvm_fw_dbg_collect 4 16687 NULL
-+t4_set_rxmode_16689 t4_set_rxmode 0 16689 NULL
-+drbd_drain_block_16697 drbd_drain_block 2 16697 NULL
-+__wa_populate_dto_urb_16699 __wa_populate_dto_urb 3-4-0 16699 NULL
-+_iwl_dbgfs_bt_force_ant_write_16701 _iwl_dbgfs_bt_force_ant_write 3-0 16701 NULL
-+gadget_dev_desc_bcdDevice_store_16702 gadget_dev_desc_bcdDevice_store 0-3 16702 NULL nohasharray
-+store_simple_pwm_16702 store_simple_pwm 0-4 16702 &gadget_dev_desc_bcdDevice_store_16702
-+dlm_recover_nodeid_show_16709 dlm_recover_nodeid_show 0 16709 NULL nohasharray
-+ath5k_attr_store_cck_weak_signal_detection_16709 ath5k_attr_store_cck_weak_signal_detection 0-4 16709 &dlm_recover_nodeid_show_16709
-+ndisc_netdev_event_16711 ndisc_netdev_event 0 16711 NULL
-+__proc_lnet_buffers_16717 __proc_lnet_buffers 5 16717 NULL
-+show_counter_rx_p0_hdr_egr_ovfls_16725 show_counter_rx_p0_hdr_egr_ovfls 0 16725 NULL nohasharray
-+store_instr_16725 store_instr 0 16725 &show_counter_rx_p0_hdr_egr_ovfls_16725
-+sky2_alloc_rx_skbs_16726 sky2_alloc_rx_skbs 0 16726 NULL
-+xfs_attr3_leaf_create_16728 xfs_attr3_leaf_create 0 16728 NULL
-+ad7877_dac_show_16729 ad7877_dac_show 0 16729 NULL
-+_read_reg_16730 _read_reg 0 16730 NULL
-+com20020_resume_16732 com20020_resume 0 16732 NULL
-+sht21_show_humidity_16735 sht21_show_humidity 0 16735 NULL
-+acpi_ds_method_data_get_node_16736 acpi_ds_method_data_get_node 0 16736 NULL
-+apds990x_lux_calib_store_16745 apds990x_lux_calib_store 0-4 16745 NULL
-+__copy_to_user_swizzled_16748 __copy_to_user_swizzled 3-4 16748 NULL nohasharray
-+ubifs_update_one_lp_16748 ubifs_update_one_lp 0 16748 &__copy_to_user_swizzled_16748
-+trackpoint_set_int_attr_16751 trackpoint_set_int_attr 0-4 16751 NULL
-+store_tabletStylusUpper_16752 store_tabletStylusUpper 0-4 16752 NULL
-+save_mixer_state_16753 save_mixer_state 0 16753 NULL
-+iscsi_recv_pdu_16755 iscsi_recv_pdu 4 16755 NULL nohasharray
-+mlx4_en_fill_rx_buffers_16755 mlx4_en_fill_rx_buffers 0 16755 &iscsi_recv_pdu_16755
-+raid5_show_skip_copy_16760 raid5_show_skip_copy 0 16760 NULL
-+offline_16765 offline 0 16765 NULL
-+migratepage_16769 migratepage 0 16769 NULL
-+pvc_setsockopt_16772 pvc_setsockopt 0 16772 NULL
-+niu_tx_channel_reset_16777 niu_tx_channel_reset 0 16777 NULL
-+savagefb_set_par_16780 savagefb_set_par 0 16780 NULL
-+generic_write_end_16782 generic_write_end 0-5 16782 NULL
-+show_engine_mode_16787 show_engine_mode 0 16787 NULL
-+i2o_parm_issue_16790 i2o_parm_issue 0 16790 NULL
-+pcf85063_rtc_read_time_16795 pcf85063_rtc_read_time 0 16795 NULL
-+rx8025_set_clock_adjust_16798 rx8025_set_clock_adjust 0 16798 NULL
-+wl1271_sysfs_store_bt_coex_state_16800 wl1271_sysfs_store_bt_coex_state 0-4 16800 NULL
-+sdebug_change_qdepth_16802 sdebug_change_qdepth 2-0 16802 NULL
-+get_server_iovec_16804 get_server_iovec 2 16804 NULL
-+mc13xxx_irq_request_16806 mc13xxx_irq_request 2 16806 NULL
-+calc_sq_size_16810 calc_sq_size 0 16810 NULL nohasharray
-+mesh_fwd_csa_frame_16810 mesh_fwd_csa_frame 3 16810 &calc_sq_size_16810
-+rt2x00mac_add_interface_16811 rt2x00mac_add_interface 0 16811 NULL
-+dm_vcalloc_16814 dm_vcalloc 2-1 16814 NULL
-+mcp251x_spi_trans_16815 mcp251x_spi_trans 0 16815 NULL
-+spcp8x5_open_16818 spcp8x5_open 0 16818 NULL
-+bAlternateSetting_show_16822 bAlternateSetting_show 0 16822 NULL
-+diWrite_16825 diWrite 0 16825 NULL
-+drm_malloc_ab_16831 drm_malloc_ab 2-1 16831 NULL
-+scsi_mode_sense_16835 scsi_mode_sense 5 16835 NULL nohasharray
-+show_imon_clock_16835 show_imon_clock 0 16835 &scsi_mode_sense_16835
-+avc_has_perm_noaudit_16837 avc_has_perm_noaudit 0 16837 NULL nohasharray
-+nilfs_dev_attr_store_16837 nilfs_dev_attr_store 0-4 16837 &avc_has_perm_noaudit_16837
-+full_scans_show_16839 full_scans_show 0 16839 NULL nohasharray
-+target_stat_scsi_tgt_port_show_attr_hs_in_cmds_16839 target_stat_scsi_tgt_port_show_attr_hs_in_cmds 0 16839 &full_scans_show_16839
-+ad5398_write_reg_16845 ad5398_write_reg 0 16845 NULL
-+amd8111e_change_mtu_16846 amd8111e_change_mtu 0 16846 NULL
-+qla4_8xxx_sysfs_read_fw_dump_16847 qla4_8xxx_sysfs_read_fw_dump 6-0-5 16847 NULL
-+tun_chr_read_iter_16849 tun_chr_read_iter 0 16849 NULL
-+invalidate_inode_pages2_16850 invalidate_inode_pages2 0 16850 NULL
-+get_pwm_enable_16851 get_pwm_enable 0 16851 NULL
-+hfsplus_min_io_size_16859 hfsplus_min_io_size 0 16859 NULL nohasharray
-+freeze_super_16859 freeze_super 0 16859 &hfsplus_min_io_size_16859
-+vfio_pci_rw_16861 vfio_pci_rw 0-3 16861 NULL
-+__ip_append_data_16864 __ip_append_data 8-9 16864 NULL
-+pm8001_queue_command_16867 pm8001_queue_command 0 16867 NULL
-+alloc_idx_lebs_16872 alloc_idx_lebs 2-0 16872 NULL
-+st_write_16874 st_write 3-0 16874 NULL
-+__kfifo_peek_n_16877 __kfifo_peek_n 0 16877 NULL nohasharray
-+show_session_param_ISCSI_PARAM_FAST_ABORT_16877 show_session_param_ISCSI_PARAM_FAST_ABORT 0 16877 &__kfifo_peek_n_16877
-+always_connected_16878 always_connected 0 16878 NULL
-+tulip_open_16881 tulip_open 0 16881 NULL
-+rtl8187b_init_hw_16888 rtl8187b_init_hw 0 16888 NULL
-+target_core_alua_tg_pt_gp_store_attr_alua_support_offline_16889 target_core_alua_tg_pt_gp_store_attr_alua_support_offline 0-3 16889 NULL
-+xfs_attr_refillstate_16894 xfs_attr_refillstate 0 16894 NULL nohasharray
-+megasas_fw_crash_buffer_store_16894 megasas_fw_crash_buffer_store 0-4 16894 &xfs_attr_refillstate_16894
-+xhci_queue_intr_tx_16899 xhci_queue_intr_tx 0 16899 NULL nohasharray
-+sitd_submit_16899 sitd_submit 0 16899 &xhci_queue_intr_tx_16899
-+xhci_check_bandwidth_16900 xhci_check_bandwidth 0 16900 NULL
-+mt9v022_s_fmt_16903 mt9v022_s_fmt 0 16903 NULL nohasharray
-+fotg210_udc_start_16903 fotg210_udc_start 0 16903 &mt9v022_s_fmt_16903
-+__uncore_match_rds_show_16908 __uncore_match_rds_show 0 16908 NULL
-+wm8350_set_bits_16911 wm8350_set_bits 0 16911 NULL nohasharray
-+sdev_show_evt_mode_parameter_change_reported_16911 sdev_show_evt_mode_parameter_change_reported 0 16911 &wm8350_set_bits_16911 nohasharray
-+sd_start_16911 sd_start 0 16911 &sdev_show_evt_mode_parameter_change_reported_16911 nohasharray
-+jme_change_mtu_16911 jme_change_mtu 0 16911 &sd_start_16911
-+energy_uj_store_16916 energy_uj_store 0-4 16916 NULL
-+rsi_mac80211_sta_add_16920 rsi_mac80211_sta_add 0 16920 NULL
-+btrfs_space_info_show_total_bytes_pinned_16924 btrfs_space_info_show_total_bytes_pinned 0 16924 NULL
-+psb_unlocked_ioctl_16926 psb_unlocked_ioctl 2 16926 NULL nohasharray
-+snd_gf1_mem_proc_dump_16926 snd_gf1_mem_proc_dump 5 16926 &psb_unlocked_ioctl_16926 nohasharray
-+sha1_init_16926 sha1_init 0 16926 &snd_gf1_mem_proc_dump_16926
-+iwl_trans_pcie_send_hcmd_16933 iwl_trans_pcie_send_hcmd 0 16933 NULL
-+__crc32c_intel_finup_16934 __crc32c_intel_finup 0 16934 NULL
-+stable_pages_required_show_16935 stable_pages_required_show 0 16935 NULL
-+nilfs_segctor_update_payload_blocknr_16940 nilfs_segctor_update_payload_blocknr 0 16940 NULL
-+input_polldev_get_min_16941 input_polldev_get_min 0 16941 NULL
-+ip_append_data_16942 ip_append_data 5-6 16942 NULL
-+vmci_qpair_enqueue_16943 vmci_qpair_enqueue 3 16943 NULL
-+_sp2d_alloc_16944 _sp2d_alloc 3-2-1 16944 NULL
-+squashfs_read_table_16945 squashfs_read_table 3 16945 NULL
-+affs_direct_IO_16946 affs_direct_IO 4-0 16946 NULL
-+riic_xfer_16947 riic_xfer 0-3 16947 NULL
-+bq2415x_set_battery_regulation_voltage_16953 bq2415x_set_battery_regulation_voltage 0 16953 NULL nohasharray
-+pm_freeze_timeout_store_16953 pm_freeze_timeout_store 0-4 16953 &bq2415x_set_battery_regulation_voltage_16953
-+ftrace_match_addr_16959 ftrace_match_addr 0 16959 NULL
-+parse_hints_16960 parse_hints 0 16960 NULL
-+svcxdr_dupstr_16963 svcxdr_dupstr 3 16963 NULL nohasharray
-+max8660_write_16963 max8660_write 0 16963 &svcxdr_dupstr_16963
-+usbdux_firmware_upload_16966 usbdux_firmware_upload 3 16966 NULL
-+keyctl_instantiate_key_iov_16969 keyctl_instantiate_key_iov 3 16969 NULL
-+__nfs_revalidate_mapping_16971 __nfs_revalidate_mapping 0 16971 NULL
-+lid_show_16974 lid_show 0 16974 NULL nohasharray
-+roccat_common2_sysfs_read_stored_lights_16974 roccat_common2_sysfs_read_stored_lights 0-5-6 16974 &lid_show_16974
-+htu21_show_temperature_16981 htu21_show_temperature 0 16981 NULL
-+adt7410_i2c_read_word_16994 adt7410_i2c_read_word 0 16994 NULL
-+usb_sleep_music_show_16996 usb_sleep_music_show 0 16996 NULL
-+ieee80211_tdls_build_mgmt_packet_data_16998 ieee80211_tdls_build_mgmt_packet_data 8 16998 NULL nohasharray
-+recover_timer_read_16998 recover_timer_read 0 16998 &ieee80211_tdls_build_mgmt_packet_data_16998
-+bnx2fc_cpu_callback_16999 bnx2fc_cpu_callback 0 16999 NULL
-+qla2x00_beacon_show_17001 qla2x00_beacon_show 0 17001 NULL
-+da9055_read_tjunc_17002 da9055_read_tjunc 0 17002 NULL
-+target_fabric_np_base_attr_store_17003 target_fabric_np_base_attr_store 0-4 17003 NULL
-+smack_inode_getsecurity_17004 smack_inode_getsecurity 0 17004 NULL nohasharray
-+show_phys_device_17004 show_phys_device 0 17004 &smack_inode_getsecurity_17004 nohasharray
-+ad7266_update_scan_mode_17004 ad7266_update_scan_mode 0 17004 &show_phys_device_17004
-+ceph_read_dir_17005 ceph_read_dir 3-0 17005 NULL nohasharray
-+l2tp_ip_bind_17005 l2tp_ip_bind 0 17005 &ceph_read_dir_17005 nohasharray
-+store_hyst_17005 store_hyst 0-4 17005 &l2tp_ip_bind_17005
-+mei_fw_status2str_17009 mei_fw_status2str 3 17009 NULL
-+show_dgid_17011 show_dgid 0 17011 NULL
-+atk_name_show_17015 atk_name_show 0 17015 NULL
-+irda_bind_17016 irda_bind 0 17016 NULL
-+rcu_expedited_store_17017 rcu_expedited_store 0-4 17017 NULL
-+check_fw_17025 check_fw 0 17025 NULL
-+snd_mask_refine_first_17026 snd_mask_refine_first 0 17026 NULL
-+copy_counters_to_user_17027 copy_counters_to_user 5 17027 NULL
-+iwl_sta_update_ht_17031 iwl_sta_update_ht 0 17031 NULL
-+tg3_load_tso_firmware_17032 tg3_load_tso_firmware 0 17032 NULL
-+bl_trig_invert_show_17033 bl_trig_invert_show 0 17033 NULL
-+tps65090_fet_enable_17037 tps65090_fet_enable 0 17037 NULL
-+C_SYSC_keyctl_17041 C_SYSC_keyctl 4 17041 NULL
-+jffs2_trusted_setxattr_17048 jffs2_trusted_setxattr 4-0 17048 NULL nohasharray
-+detect_cache_attributes_17048 detect_cache_attributes 0 17048 &jffs2_trusted_setxattr_17048
-+savage_map_video_17053 savage_map_video 2 17053 NULL nohasharray
-+rbd_dev_v2_snap_context_17053 rbd_dev_v2_snap_context 0 17053 &savage_map_video_17053
-+smsc95xx_read_reg_17058 smsc95xx_read_reg 0 17058 NULL nohasharray
-+store_sockfd_17058 store_sockfd 0-4 17058 &smsc95xx_read_reg_17058
-+__arch_hweight32_17060 __arch_hweight32 0 17060 NULL
-+rw_write_17065 rw_write 0-6-5 17065 NULL
-+sh_veu_queue_setup_17066 sh_veu_queue_setup 0 17066 NULL
-+sddr55_read_data_17072 sddr55_read_data 4 17072 NULL
-+dvb_dvr_read_17073 dvb_dvr_read 3-0 17073 NULL nohasharray
-+mxt_load_fw_17073 mxt_load_fw 0 17073 &dvb_dvr_read_17073
-+simple_transaction_read_17076 simple_transaction_read 3-0 17076 NULL
-+tpm_transmit_17077 tpm_transmit 0-3 17077 NULL
-+__kmalloc_reserve_17080 __kmalloc_reserve 1 17080 NULL nohasharray
-+power_supply_get_property_17080 power_supply_get_property 0 17080 &__kmalloc_reserve_17080
-+kovaplus_select_profile_17084 kovaplus_select_profile 0 17084 NULL
-+entry_length_17093 entry_length 0 17093 NULL
-+write_reg_17098 write_reg 0 17098 NULL
-+sys_preadv_17100 sys_preadv 3 17100 NULL
-+block_ue_count_show_17104 block_ue_count_show 0 17104 NULL nohasharray
-+show_sas_rphy_phy_identifier_17104 show_sas_rphy_phy_identifier 0 17104 &block_ue_count_show_17104
-+components_show_17105 components_show 0 17105 NULL
-+gsm_mux_net_open_17107 gsm_mux_net_open 0 17107 NULL
-+r_heartbeat_file_read_17112 r_heartbeat_file_read 0-3 17112 NULL
-+md4_final_17113 md4_final 0 17113 NULL
-+write_mem_17114 write_mem 3-0 17114 NULL
-+disk_range_show_17116 disk_range_show 0 17116 NULL
-+iscsi_stat_sess_err_show_attr_inst_17120 iscsi_stat_sess_err_show_attr_inst 0 17120 NULL
-+pvr2_hdw_state_report_17121 pvr2_hdw_state_report 3 17121 NULL
-+e1000_open_17127 e1000_open 0 17127 NULL
-+lpfc_hba_down_link_17129 lpfc_hba_down_link 0 17129 NULL
-+mwifiex_get_common_rates_17131 mwifiex_get_common_rates 3 17131 NULL
-+emc6w201_write8_17132 emc6w201_write8 0 17132 NULL
-+br_sysfs_renameif_17142 br_sysfs_renameif 0 17142 NULL
-+do_blockdev_direct_IO_17143 do_blockdev_direct_IO 0-6 17143 NULL
-+video_set_cur_state_17144 video_set_cur_state 0 17144 NULL
-+xfs_attr_node_removename_17149 xfs_attr_node_removename 0 17149 NULL
-+show_sas_rphy_enclosure_identifier_17150 show_sas_rphy_enclosure_identifier 0 17150 NULL
-+jumpshot_write_data_17151 jumpshot_write_data 4 17151 NULL
-+o2nm_cluster_attr_keepalive_delay_ms_write_17152 o2nm_cluster_attr_keepalive_delay_ms_write 3-0 17152 NULL
-+dapm_widget_show_codec_17153 dapm_widget_show_codec 0 17153 NULL
-+genphy_soft_reset_17154 genphy_soft_reset 0 17154 NULL
-+mxt_upload_cfg_mem_17157 mxt_upload_cfg_mem 4 17157 NULL
-+cciss_show_usage_count_17161 cciss_show_usage_count 0 17161 NULL
-+befs_nls2utf_17163 befs_nls2utf 3 17163 NULL
-+tx_tx_start_templates_read_17164 tx_tx_start_templates_read 3-0 17164 NULL nohasharray
-+smb2_sync_read_17164 smb2_sync_read 0 17164 &tx_tx_start_templates_read_17164
-+vhci_get_user_17165 vhci_get_user 0 17165 NULL
-+ceph_vxattrcb_dir_rentries_17167 ceph_vxattrcb_dir_rentries 0 17167 NULL
-+UniStrnlen_17169 UniStrnlen 0 17169 NULL nohasharray
-+nilfs_dat_mark_dirty_17169 nilfs_dat_mark_dirty 0 17169 &UniStrnlen_17169
-+nilfs_write_begin_17172 nilfs_write_begin 0 17172 NULL nohasharray
-+ipoib_dev_init_17172 ipoib_dev_init 0 17172 &nilfs_write_begin_17172 nohasharray
-+cfg80211_sme_get_conn_ies_17172 cfg80211_sme_get_conn_ies 3 17172 &ipoib_dev_init_17172
-+fan_set_state_17173 fan_set_state 0 17173 NULL
-+l1oip_socket_send_17174 l1oip_socket_send 7 17174 NULL
-+ipath_create_user_egr_17175 ipath_create_user_egr 0 17175 NULL
-+set_otp2_17177 set_otp2 4-0 17177 NULL
-+ds2780_set_pmod_enabled_17185 ds2780_set_pmod_enabled 0-4 17185 NULL
-+set_otp2en_17188 set_otp2en 4-0 17188 NULL
-+access_remote_vm_17189 access_remote_vm 0 17189 NULL nohasharray
-+iwl_dbgfs_txfifo_flush_write_17189 iwl_dbgfs_txfifo_flush_write 3-0 17189 &access_remote_vm_17189
-+show_lut_temp_hyst_17190 show_lut_temp_hyst 0 17190 NULL nohasharray
-+store_temp_src_17190 store_temp_src 0-4 17190 &show_lut_temp_hyst_17190
-+driver_state_read_17194 driver_state_read 3-0 17194 NULL nohasharray
-+iscsit_find_cmd_from_itt_or_dump_17194 iscsit_find_cmd_from_itt_or_dump 3 17194 &driver_state_read_17194 nohasharray
-+pl2303_set_control_lines_17194 pl2303_set_control_lines 0 17194 &iscsit_find_cmd_from_itt_or_dump_17194 nohasharray
-+e1000_request_irq_17194 e1000_request_irq 0 17194 &pl2303_set_control_lines_17194
-+regulator_max_uV_show_17198 regulator_max_uV_show 0 17198 NULL
-+mergeable_rx_buffer_size_show_17199 mergeable_rx_buffer_size_show 0 17199 NULL nohasharray
-+ath10k_core_start_17199 ath10k_core_start 0 17199 &mergeable_rx_buffer_size_show_17199
-+sync_request_17208 sync_request 2 17208 NULL nohasharray
-+show_pwmctrl_17208 show_pwmctrl 0 17208 &sync_request_17208
-+dn_recvmsg_17213 dn_recvmsg 4-0 17213 NULL
-+st6422_s_ctrl_17215 st6422_s_ctrl 0 17215 NULL nohasharray
-+rtl8150_open_17215 rtl8150_open 0 17215 &st6422_s_ctrl_17215
-+ext4_fname_crypto_alloc_buffer_17220 ext4_fname_crypto_alloc_buffer 2 17220 NULL
-+ipath_user_sdma_push_pkts_17221 ipath_user_sdma_push_pkts 0 17221 NULL
-+elan_i2c_prepare_fw_update_17228 elan_i2c_prepare_fw_update 0 17228 NULL
-+metadata_show_17234 metadata_show 0 17234 NULL
-+show_hddtemp_17237 show_hddtemp 0 17237 NULL
-+store_fatal_error_17242 store_fatal_error 0-4 17242 NULL
-+mlx4_enable_sriov_17247 mlx4_enable_sriov 3-4 17247 NULL
-+odev_attr_store_17252 odev_attr_store 0-4 17252 NULL
-+remove_advertising_17253 remove_advertising 4 17253 NULL
-+r3964_read_17257 r3964_read 0 17257 NULL
-+__be16_to_cpup_17261 __be16_to_cpup 0 17261 NULL nohasharray
-+lprocfs_read_frac_helper_17261 lprocfs_read_frac_helper 0 17261 &__be16_to_cpup_17261
-+error_error_frame_cts_nul_flid_read_17262 error_error_frame_cts_nul_flid_read 3-0 17262 NULL nohasharray
-+touchpad_store_17262 touchpad_store 0-4 17262 &error_error_frame_cts_nul_flid_read_17262
-+pt3_i2c_master_xfer_17264 pt3_i2c_master_xfer 0-3 17264 NULL
-+lola_pcm_trigger_17268 lola_pcm_trigger 0 17268 NULL nohasharray
-+i8k_hwmon_show_temp_17268 i8k_hwmon_show_temp 0 17268 &lola_pcm_trigger_17268
-+alloc_ep_17269 alloc_ep 1 17269 NULL
-+get_locations_17274 get_locations 0 17274 NULL
-+bq2415x_get_charge_current_17275 bq2415x_get_charge_current 0 17275 NULL nohasharray
-+store_spi_transport_max_offset_17275 store_spi_transport_max_offset 0-4 17275 &bq2415x_get_charge_current_17275
-+pg_read_17276 pg_read 3-0 17276 NULL
-+raw_recvmsg_17277 raw_recvmsg 4-0 17277 NULL
-+hmac_sha256_17278 hmac_sha256 2 17278 NULL
-+aty_var_to_pll_18818_17279 aty_var_to_pll_18818 0 17279 NULL
-+neigh_hash_grow_17283 neigh_hash_grow 2 17283 NULL nohasharray
-+rpc_pipefs_event_17283 rpc_pipefs_event 0 17283 &neigh_hash_grow_17283 nohasharray
-+ext4_fname_match_17283 ext4_fname_match 3 17283 &rpc_pipefs_event_17283
-+mmc_serial_show_17285 mmc_serial_show 0 17285 NULL
-+minstrel_stats_read_17290 minstrel_stats_read 3-0 17290 NULL nohasharray
-+fmc_set_mute_mode_17290 fmc_set_mute_mode 0 17290 &minstrel_stats_read_17290
-+natsemi_show_dspcfg_workaround_17291 natsemi_show_dspcfg_workaround 0 17291 NULL
-+pasid_mask_show_17292 pasid_mask_show 0 17292 NULL nohasharray
-+bond_netdev_event_17292 bond_netdev_event 0 17292 &pasid_mask_show_17292
-+shadow_rd08_17293 shadow_rd08 2 17293 NULL
-+blk_mq_hw_sysfs_cpus_show_17295 blk_mq_hw_sysfs_cpus_show 0 17295 NULL
-+ieee80211_if_fmt_dot11MeshForwarding_17301 ieee80211_if_fmt_dot11MeshForwarding 3 17301 NULL
-+skb_pad_17302 skb_pad 2 17302 NULL
-+mb_cache_create_17307 mb_cache_create 2 17307 NULL
-+qlcnic_alloc_hw_resources_17308 qlcnic_alloc_hw_resources 0 17308 NULL
-+saa7706h_set_reg24_err_17312 saa7706h_set_reg24_err 0 17312 NULL nohasharray
-+time_cpufreq_notifier_17312 time_cpufreq_notifier 0 17312 &saa7706h_set_reg24_err_17312
-+regmap_bulk_read_17314 regmap_bulk_read 0 17314 NULL nohasharray
-+mgt_update_addr_17314 mgt_update_addr 0 17314 &regmap_bulk_read_17314
-+read_17315 read 0 17315 NULL nohasharray
-+rds_get_mr_for_dest_17315 rds_get_mr_for_dest 0 17315 &read_17315
-+ixgbe_poll_for_ack_17316 ixgbe_poll_for_ack 0 17316 NULL
-+mt9m111_reg_clear_17321 mt9m111_reg_clear 0 17321 NULL
-+protection_type_show_17322 protection_type_show 0 17322 NULL
-+snd_register_device_17323 snd_register_device 0 17323 NULL
-+ata_host_alloc_pinfo_17325 ata_host_alloc_pinfo 3 17325 NULL nohasharray
-+rocker_flow_tbl_do_17325 rocker_flow_tbl_do 0 17325 &ata_host_alloc_pinfo_17325 nohasharray
-+cyapa_i2c_read_17325 cyapa_i2c_read 0 17325 &rocker_flow_tbl_do_17325
-+vol_attribute_show_17328 vol_attribute_show 0 17328 NULL nohasharray
-+aty128fb_check_var_17328 aty128fb_check_var 0 17328 &vol_attribute_show_17328
-+wiimote_cmd_acquire_17330 wiimote_cmd_acquire 0 17330 NULL
-+hfsplus_system_write_inode_17331 hfsplus_system_write_inode 0 17331 NULL
-+SYSC_pread64_17337 SYSC_pread64 3 17337 NULL
-+pcan_usb_fd_send_cmd_17338 pcan_usb_fd_send_cmd 0 17338 NULL
-+max8997_read_reg_17341 max8997_read_reg 0 17341 NULL
-+roccat_common2_sysfs_read_profile_settings_17342 roccat_common2_sysfs_read_profile_settings 0-5-6 17342 NULL
-+device_suspend_17343 device_suspend 0 17343 NULL
-+ieee80211_if_read_dot11MeshHWMPperrMinInterval_17346 ieee80211_if_read_dot11MeshHWMPperrMinInterval 3-0 17346 NULL
-+ath6kl_wmi_send_mgmt_cmd_17347 ath6kl_wmi_send_mgmt_cmd 7 17347 NULL nohasharray
-+sis900_open_17347 sis900_open 0 17347 &ath6kl_wmi_send_mgmt_cmd_17347
-+nfs_readpage_from_fscache_17356 nfs_readpage_from_fscache 0 17356 NULL
-+p54_sta_add_remove_17358 p54_sta_add_remove 0 17358 NULL
-+ivtv_set_speed_17377 ivtv_set_speed 0 17377 NULL
-+show_pwm_hyst_17380 show_pwm_hyst 0 17380 NULL
-+mt2063_lockStatus_17381 mt2063_lockStatus 0 17381 NULL
-+processor_get_cur_state_17387 processor_get_cur_state 0 17387 NULL
-+comm_local_write_17388 comm_local_write 0-3 17388 NULL
-+bh1770_lux_calib_default_show_17391 bh1770_lux_calib_default_show 0 17391 NULL nohasharray
-+handle_outgoing_dr_smp_17391 handle_outgoing_dr_smp 0 17391 &bh1770_lux_calib_default_show_17391
-+get_property_17392 get_property 0 17392 NULL nohasharray
-+usb_deauthorize_device_17392 usb_deauthorize_device 0 17392 &get_property_17392
-+iscsi_nacl_auth_show_password_17395 iscsi_nacl_auth_show_password 0 17395 NULL
-+bfad_im_vport_delete_17400 bfad_im_vport_delete 0 17400 NULL
-+snmp6_register_dev_17402 snmp6_register_dev 0 17402 NULL
-+ipip_tunnel_init_17407 ipip_tunnel_init 0 17407 NULL
-+mdc_import_seq_write_17409 mdc_import_seq_write 3 17409 NULL
-+edt_ft5x06_register_write_17413 edt_ft5x06_register_write 0 17413 NULL nohasharray
-+i40e_get_eeprom_len_17413 i40e_get_eeprom_len 0 17413 &edt_ft5x06_register_write_17413
-+store_enabled_17417 store_enabled 0 17417 NULL
-+ecryptfs_listxattr_17419 ecryptfs_listxattr 0-3 17419 NULL nohasharray
-+fwnet_change_mtu_17419 fwnet_change_mtu 0 17419 &ecryptfs_listxattr_17419
-+__acpi_pm_prepare_17423 __acpi_pm_prepare 0 17423 NULL
-+lpfc_debugfs_dif_err_write_17424 lpfc_debugfs_dif_err_write 3-0 17424 NULL
-+drm_dp_i2c_xfer_17425 drm_dp_i2c_xfer 0-3 17425 NULL
-+uart_get_attr_io_type_17427 uart_get_attr_io_type 0 17427 NULL
-+compat_sys_ppoll_17430 compat_sys_ppoll 2 17430 NULL
-+copy_from_iter_17433 copy_from_iter 0-2 17433 NULL
-+sta_connected_time_read_17435 sta_connected_time_read 3-0 17435 NULL nohasharray
-+aa_audit_17435 aa_audit 0 17435 &sta_connected_time_read_17435 nohasharray
-+sctp_inetaddr_event_17435 sctp_inetaddr_event 0 17435 &aa_audit_17435
-+s3c_hsotg_ep_queue_lock_17437 s3c_hsotg_ep_queue_lock 0 17437 NULL
-+usb_gsi_openclose_17439 usb_gsi_openclose 0 17439 NULL nohasharray
-+startup_17439 startup 0 17439 &usb_gsi_openclose_17439
-+hdpvr_try_ctrl_17440 hdpvr_try_ctrl 0 17440 NULL nohasharray
-+iwl_pcie_send_hcmd_async_17440 iwl_pcie_send_hcmd_async 0 17440 &hdpvr_try_ctrl_17440
-+snd_hammerfall_get_buffer_17441 snd_hammerfall_get_buffer 3 17441 NULL nohasharray
-+SYSC_fcntl_17441 SYSC_fcntl 3 17441 &snd_hammerfall_get_buffer_17441
-+ov772x_s_fmt_17443 ov772x_s_fmt 0 17443 NULL nohasharray
-+snd_hda_parse_generic_codec_17443 snd_hda_parse_generic_codec 0 17443 &ov772x_s_fmt_17443 nohasharray
-+ath5k_attr_store_noise_immunity_level_17443 ath5k_attr_store_noise_immunity_level 0-4 17443 &snd_hda_parse_generic_codec_17443
-+libcfs_ipif_enumerate_17445 libcfs_ipif_enumerate 0 17445 NULL
-+xfs_btree_lshift_17448 xfs_btree_lshift 0 17448 NULL
-+readpage_strip_17452 readpage_strip 0 17452 NULL
-+BC_Read_Reg_17455 BC_Read_Reg 0 17455 NULL
-+show_conn_param_ISCSI_PARAM_PERSISTENT_ADDRESS_17460 show_conn_param_ISCSI_PARAM_PERSISTENT_ADDRESS 0 17460 NULL
-+__ref_totlen_17461 __ref_totlen 0 17461 NULL
-+show_proc_name_17464 show_proc_name 0 17464 NULL
-+probe_bios_17467 probe_bios 1 17467 NULL
-+show_temp_min_17471 show_temp_min 0 17471 NULL
-+xfs_mod_fdblocks_17472 xfs_mod_fdblocks 0 17472 NULL
-+probe_kernel_write_17481 probe_kernel_write 3 17481 NULL nohasharray
-+vv6410_set_exposure_17481 vv6410_set_exposure 0 17481 &probe_kernel_write_17481
-+v9fs_xattr_trusted_set_17485 v9fs_xattr_trusted_set 0 17485 NULL
-+TSS_rawhmac_17486 TSS_rawhmac 0 17486 NULL
-+tomoyo_check_unix_address_17491 tomoyo_check_unix_address 0 17491 NULL
-+bql_set_hold_time_17501 bql_set_hold_time 0-4 17501 NULL
-+rds_get_mr_17506 rds_get_mr 0 17506 NULL
-+multicast_last_member_interval_store_17508 multicast_last_member_interval_store 4-0 17508 NULL
-+of_device_get_modalias_17511 of_device_get_modalias 0 17511 NULL
-+copy_page_from_iter_17512 copy_page_from_iter 3-0 17512 NULL
-+reiserfs_direct_IO_17513 reiserfs_direct_IO 4-0 17513 NULL nohasharray
-+fc_vport_terminate_17513 fc_vport_terminate 0 17513 &reiserfs_direct_IO_17513
-+lbs_highrssi_write_17515 lbs_highrssi_write 3-0 17515 NULL
-+wl1271_acx_dco_itrim_params_17523 wl1271_acx_dco_itrim_params 0 17523 NULL
-+fsp_attr_show_flags_17527 fsp_attr_show_flags 0 17527 NULL nohasharray
-+bcmgenet_init_rx_ring_17527 bcmgenet_init_rx_ring 0 17527 &fsp_attr_show_flags_17527
-+acerhdf_get_cur_state_17531 acerhdf_get_cur_state 0 17531 NULL
-+show_ipInNoRoutes_17533 show_ipInNoRoutes 0 17533 NULL
-+ixgbe_set_vfta_generic_17534 ixgbe_set_vfta_generic 0 17534 NULL
-+ctnetlink_acct_size_17536 ctnetlink_acct_size 0 17536 NULL
-+show_tabletToolMode_17539 show_tabletToolMode 0 17539 NULL
-+elan_i2c_get_baseline_data_17541 elan_i2c_get_baseline_data 0 17541 NULL
-+v9fs_xattr_trusted_get_17542 v9fs_xattr_trusted_get 0 17542 NULL
-+xlog_do_log_recovery_17550 xlog_do_log_recovery 3 17550 NULL
-+cdc_ncm_show_bmNtbFormatsSupported_17554 cdc_ncm_show_bmNtbFormatsSupported 0 17554 NULL
-+posix_acl_xattr_get_17556 posix_acl_xattr_get 0 17556 NULL
-+csrow_dev_type_show_17557 csrow_dev_type_show 0 17557 NULL
-+copy_from_user_17559 copy_from_user 3-0 17559 NULL
-+vmci_transport_notify_pkt_recv_post_dequeue_17567 vmci_transport_notify_pkt_recv_post_dequeue 0 17567 NULL
-+hash_netport4_expire_17573 hash_netport4_expire 4 17573 NULL nohasharray
-+ds1343_show_tricklecharger_17573 ds1343_show_tricklecharger 0 17573 &hash_netport4_expire_17573
-+airspy_s_ctrl_17575 airspy_s_ctrl 0 17575 NULL
-+tcm_qla2xxx_tpg_store_enable_17580 tcm_qla2xxx_tpg_store_enable 0-3 17580 NULL
-+wil_write_file_rxon_17581 wil_write_file_rxon 3-0 17581 NULL nohasharray
-+snd_p16v_pcm_prepare_capture_17581 snd_p16v_pcm_prepare_capture 0 17581 &wil_write_file_rxon_17581
-+show_ata_dev_pio_mode_17582 show_ata_dev_pio_mode 0 17582 NULL
-+netxen_init_old_ctx_17585 netxen_init_old_ctx 0 17585 NULL
-+show_auto_temp_off_17588 show_auto_temp_off 0 17588 NULL
-+command_setcolourparams_17592 command_setcolourparams 0 17592 NULL nohasharray
-+write_17592 write 0-3 17592 &command_setcolourparams_17592
-+acpi_ut_create_package_object_17594 acpi_ut_create_package_object 1 17594 NULL nohasharray
-+show_sf2_temp_17594 show_sf2_temp 0 17594 &acpi_ut_create_package_object_17594
-+neigh_hash_alloc_17595 neigh_hash_alloc 1 17595 NULL
-+rts51x_write_mem_17598 rts51x_write_mem 4 17598 NULL
-+da9055_rtc_enable_alarm_17599 da9055_rtc_enable_alarm 0 17599 NULL
-+nvkm_gpio_create__17601 nvkm_gpio_create_ 4 17601 NULL
-+wm8994_gpio_to_irq_17604 wm8994_gpio_to_irq 2 17604 NULL
-+osst_execute_17607 osst_execute 6-7 17607 NULL nohasharray
-+svc_export_parse_17607 svc_export_parse 0 17607 &osst_execute_17607 nohasharray
-+irda_sendmsg_ultra_17607 irda_sendmsg_ultra 3 17607 &svc_export_parse_17607
-+ieee80211_if_read_dot11MeshHWMPactivePathToRootTimeout_17618 ieee80211_if_read_dot11MeshHWMPactivePathToRootTimeout 3-0 17618 NULL
-+null_show_17619 null_show 0 17619 NULL
-+show_selfballoon_downhys_17620 show_selfballoon_downhys 0 17620 NULL
-+vid_cap_queue_setup_17626 vid_cap_queue_setup 0 17626 NULL
-+dma_map_page_17628 dma_map_page 0 17628 NULL
-+__uncore_match_rnid30_show_17629 __uncore_match_rnid30_show 0 17629 NULL
-+purge_port_17641 purge_port 0 17641 NULL
-+twl4030_set_gpio_direction_17645 twl4030_set_gpio_direction 1-0 17645 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_TCP_XMIT_WSF_17645 show_conn_param_ISCSI_PARAM_TCP_XMIT_WSF 0 17645 &twl4030_set_gpio_direction_17645 nohasharray
-+access_show_17645 access_show 0 17645 &show_conn_param_ISCSI_PARAM_TCP_XMIT_WSF_17645
-+vcc_setsockopt_17647 vcc_setsockopt 0 17647 NULL
-+ledtrig_cpu_syscore_suspend_17654 ledtrig_cpu_syscore_suspend 0 17654 NULL
-+SYSC_migrate_pages_17657 SYSC_migrate_pages 2 17657 NULL
-+cfg802154_netdev_notifier_call_17658 cfg802154_netdev_notifier_call 0 17658 NULL
-+max8997_reg_disable_17661 max8997_reg_disable 0 17661 NULL
-+packet_setsockopt_17662 packet_setsockopt 5-0 17662 NULL nohasharray
-+ubi_io_read_data_17662 ubi_io_read_data 0 17662 &packet_setsockopt_17662 nohasharray
-+vmw_pm_prepare_17662 vmw_pm_prepare 0 17662 &ubi_io_read_data_17662
-+mpage_writepages_17664 mpage_writepages 0 17664 NULL
-+kernel_write_17665 kernel_write 0-3 17665 NULL
-+fm10k_qv_request_irq_17666 fm10k_qv_request_irq 0 17666 NULL
-+store_hrtbt_enb_17670 store_hrtbt_enb 0-3 17670 NULL
-+lpfc_oas_vpt_show_17673 lpfc_oas_vpt_show 0 17673 NULL
-+lpfc_bg_apptag_err_show_17676 lpfc_bg_apptag_err_show 0 17676 NULL nohasharray
-+bond_opt_check_deps_17676 bond_opt_check_deps 0 17676 &lpfc_bg_apptag_err_show_17676
-+dsp_tone_hw_message_17678 dsp_tone_hw_message 3 17678 NULL
-+show_iface_cache_id_17685 show_iface_cache_id 0 17685 NULL
-+pwr_enable_ps_read_17686 pwr_enable_ps_read 3-0 17686 NULL
-+__uncore_filter_cid_show_17688 __uncore_filter_cid_show 0 17688 NULL nohasharray
-+filemap_fdatawait_17688 filemap_fdatawait 0 17688 &__uncore_filter_cid_show_17688
-+snd_cx23885_card_trigger_17689 snd_cx23885_card_trigger 0 17689 NULL nohasharray
-+transient_activate_store_17689 transient_activate_store 0-4 17689 &snd_cx23885_card_trigger_17689
-+rds_bind_17690 rds_bind 0 17690 NULL
-+apds990x_prox_enable_store_17693 apds990x_prox_enable_store 0-4 17693 NULL
-+nilfs_superblock_README_show_17704 nilfs_superblock_README_show 0 17704 NULL
-+venus_rename_17707 venus_rename 4-5 17707 NULL nohasharray
-+__einj_error_trigger_17707 __einj_error_trigger 1 17707 &venus_rename_17707 nohasharray
-+jfs_writepage_17707 jfs_writepage 0 17707 &__einj_error_trigger_17707
-+crc32_setkey_17711 crc32_setkey 0 17711 NULL nohasharray
-+store_in_min_17711 store_in_min 0-4 17711 &crc32_setkey_17711
-+zd_usb_ioread16v_17715 zd_usb_ioread16v 0 17715 NULL
-+sensor_write_regs_17718 sensor_write_regs 0 17718 NULL
-+wl18xx_set_host_cfg_bitmap_17719 wl18xx_set_host_cfg_bitmap 0 17719 NULL
-+show_dev_abi_version_17720 show_dev_abi_version 0 17720 NULL
-+afs_writepage_17722 afs_writepage 0 17722 NULL
-+isku_sysfs_write_keys_function_17726 isku_sysfs_write_keys_function 6-0-5 17726 NULL
-+brcms_ops_start_17727 brcms_ops_start 0 17727 NULL nohasharray
-+vlsi_start_hw_17727 vlsi_start_hw 0 17727 &brcms_ops_start_17727
-+frpw_read_regr_17728 frpw_read_regr 0 17728 NULL nohasharray
-+mgsl_adapter_test_17728 mgsl_adapter_test 0 17728 &frpw_read_regr_17728
-+cpufreq_stat_notifier_trans_17729 cpufreq_stat_notifier_trans 0 17729 NULL
-+show_counter_ib_link_err_recoveries_17732 show_counter_ib_link_err_recoveries 0 17732 NULL
-+exofs_read_lookup_dev_table_17733 exofs_read_lookup_dev_table 3 17733 NULL nohasharray
-+pcpu_alloc_area_17733 pcpu_alloc_area 0-3 17733 &exofs_read_lookup_dev_table_17733 nohasharray
-+layout_show_17733 layout_show 0 17733 &pcpu_alloc_area_17733
-+mv88e6xxx_port_to_phy_addr_17740 mv88e6xxx_port_to_phy_addr 0-2 17740 NULL
-+sctpprobe_read_17741 sctpprobe_read 3-0 17741 NULL
-+inode_setxattr_17744 inode_setxattr 0 17744 NULL
-+qlcnic_sysfs_read_crb_17747 qlcnic_sysfs_read_crb 0-6-5 17747 NULL
-+csrow_size_show_17755 csrow_size_show 0 17755 NULL
-+s5k83a_set_exposure_17758 s5k83a_set_exposure 0 17758 NULL
-+add_durable_context_17763 add_durable_context 0 17763 NULL
-+brcmf_usb_attach_17766 brcmf_usb_attach 2-3 17766 NULL nohasharray
-+fm10k_vlan_rx_add_vid_17766 fm10k_vlan_rx_add_vid 0 17766 &brcmf_usb_attach_17766
-+ath10k_ce_init_pipe_17768 ath10k_ce_init_pipe 0 17768 NULL
-+cxacru_sysfs_show_adsl_headend_environment_17770 cxacru_sysfs_show_adsl_headend_environment 0 17770 NULL
-+batadv_log_read_17778 batadv_log_read 0-3 17778 NULL
-+get_battery_life_extender_17780 get_battery_life_extender 0 17780 NULL
-+nfs_generic_commit_list_17784 nfs_generic_commit_list 0 17784 NULL
-+ubifs_leb_change_17789 ubifs_leb_change 4-0 17789 NULL
-+nouveau_hwmon_get_pwm1_17791 nouveau_hwmon_get_pwm1 0 17791 NULL
-+get_unaligned_be64_17794 get_unaligned_be64 0 17794 NULL
-+g2d_queue_setup_17795 g2d_queue_setup 0 17795 NULL
-+reiserfs_write_begin_17797 reiserfs_write_begin 0 17797 NULL
-+cyapa_firmware_17800 cyapa_firmware 0 17800 NULL
-+lpuart_copy_rx_to_tty_17801 lpuart_copy_rx_to_tty 3 17801 NULL
-+_iwl_dbgfs_set_nic_temperature_write_17804 _iwl_dbgfs_set_nic_temperature_write 3-0 17804 NULL
-+mmc_rel_sectors_show_17806 mmc_rel_sectors_show 0 17806 NULL
-+show_pci_clock_sel_17807 show_pci_clock_sel 0 17807 NULL
-+show_bind_17808 show_bind 0 17808 NULL nohasharray
-+fuse_do_readpage_17808 fuse_do_readpage 0 17808 &show_bind_17808
-+vb2_dma_sg_get_userptr_17809 vb2_dma_sg_get_userptr 3-2 17809 NULL
-+xhci_queue_ctrl_tx_17814 xhci_queue_ctrl_tx 0 17814 NULL nohasharray
-+command_setsensorfps_17814 command_setsensorfps 0 17814 &xhci_queue_ctrl_tx_17814
-+copy_out_args_17816 copy_out_args 0 17816 NULL
-+generic_validate_add_page_17818 generic_validate_add_page 0 17818 NULL
-+_snd_pcm_lib_alloc_vmalloc_buffer_17820 _snd_pcm_lib_alloc_vmalloc_buffer 2 17820 NULL
-+gnet_stats_copy_app_17821 gnet_stats_copy_app 3 17821 NULL
-+regmap_i2c_gather_write_17823 regmap_i2c_gather_write 0 17823 NULL
-+jme_request_irq_17824 jme_request_irq 0 17824 NULL
-+velocity_init_td_ring_17825 velocity_init_td_ring 0 17825 NULL
-+__netdev_adjacent_dev_link_17826 __netdev_adjacent_dev_link 0 17826 NULL
-+gr_setup_in_desc_list_17828 gr_setup_in_desc_list 0 17828 NULL
-+bd2802_show_rgb_current_17830 bd2802_show_rgb_current 0 17830 NULL
-+hiface_pcm_trigger_17831 hiface_pcm_trigger 0 17831 NULL nohasharray
-+show_prochot_short_17831 show_prochot_short 0 17831 &hiface_pcm_trigger_17831 nohasharray
-+cyapa_show_fm_ver_17831 cyapa_show_fm_ver 0 17831 &show_prochot_short_17831
-+bq2415x_sysfs_show_enable_17832 bq2415x_sysfs_show_enable 0 17832 NULL nohasharray
-+ixgb_set_mac_17832 ixgb_set_mac 0 17832 &bq2415x_sysfs_show_enable_17832
-+cipso_v4_gentag_rbm_17836 cipso_v4_gentag_rbm 0 17836 NULL nohasharray
-+wdt_write_17836 wdt_write 0-3 17836 &cipso_v4_gentag_rbm_17836
-+sn9c2028_command_17840 sn9c2028_command 0 17840 NULL
-+sdev_show_model_17842 sdev_show_model 0 17842 NULL nohasharray
-+tcp_repair_options_est_17842 tcp_repair_options_est 0 17842 &sdev_show_model_17842 nohasharray
-+count_leafs_17842 count_leafs 0 17842 &tcp_repair_options_est_17842
-+em28xx_audio_ep_packet_size_17844 em28xx_audio_ep_packet_size 0 17844 NULL
-+sysfs_rename_link_ns_17848 sysfs_rename_link_ns 0 17848 NULL
-+enumerate_17850 enumerate 0 17850 NULL
-+tps80031_reg_disable_17856 tps80031_reg_disable 0 17856 NULL
-+show_fnode_statsn_17861 show_fnode_statsn 0 17861 NULL
-+extsize_17863 extsize 0 17863 NULL nohasharray
-+dm_stats_message_17863 dm_stats_message 5 17863 &extsize_17863
-+sisusb_send_bulk_msg_17864 sisusb_send_bulk_msg 3-0 17864 NULL
-+pcpu_fit_in_area_17865 pcpu_fit_in_area 0-5-2-3 17865 NULL
-+show_spi_transport_hold_mcs_17867 show_spi_transport_hold_mcs 0 17867 NULL nohasharray
-+swiotlb_dma_mapping_error_17867 swiotlb_dma_mapping_error 0-2 17867 &show_spi_transport_hold_mcs_17867
-+alloc_sja1000dev_17868 alloc_sja1000dev 1 17868 NULL nohasharray
-+show_tcpRetransSegs_17868 show_tcpRetransSegs 0 17868 &alloc_sja1000dev_17868
-+linear_run_17869 linear_run 0 17869 NULL
-+virtio_cread32_17873 virtio_cread32 0 17873 NULL
-+ray_cs_essid_proc_write_17875 ray_cs_essid_proc_write 3-0 17875 NULL nohasharray
-+mwifiex_cmd_ibss_coalescing_status_17875 mwifiex_cmd_ibss_coalescing_status 0 17875 &ray_cs_essid_proc_write_17875
-+show_logged_errs_17876 show_logged_errs 0 17876 NULL nohasharray
-+shm32read__read_file_17876 shm32read__read_file 0 17876 &show_logged_errs_17876
-+sedlbauer_resume_17877 sedlbauer_resume 0 17877 NULL
-+orinoco_set_key_17878 orinoco_set_key 5-7 17878 NULL nohasharray
-+i40e_align_l2obj_base_17878 i40e_align_l2obj_base 0-1 17878 &orinoco_set_key_17878
-+init_per_cpu_17880 init_per_cpu 1 17880 NULL
-+ieee80211_if_fmt_dot11MeshMaxPeerLinks_17883 ieee80211_if_fmt_dot11MeshMaxPeerLinks 3 17883 NULL
-+compat_sys_pwritev_17886 compat_sys_pwritev 3 17886 NULL
-+iwl_dbgfs_bcast_filters_macs_write_17887 iwl_dbgfs_bcast_filters_macs_write 0-3 17887 NULL
-+usb_interrupt_msg_17888 usb_interrupt_msg 0 17888 NULL
-+shmem_writepage_17889 shmem_writepage 0 17889 NULL
-+ieee80211_if_fmt_dot11MeshHWMPRootMode_17890 ieee80211_if_fmt_dot11MeshHWMPRootMode 3 17890 NULL
-+sctp_setsockopt_partial_delivery_point_17891 sctp_setsockopt_partial_delivery_point 0 17891 NULL
-+store_pwm_auto_point1_pwm_17897 store_pwm_auto_point1_pwm 0-4 17897 NULL
-+niu_tx_cs_reset_poll_17902 niu_tx_cs_reset_poll 0 17902 NULL nohasharray
-+_cpu_down_17902 _cpu_down 0 17902 &niu_tx_cs_reset_poll_17902
-+recover_head_17904 recover_head 3 17904 NULL
-+systab_show_17907 systab_show 0 17907 NULL
-+dev_pm_opp_get_opp_count_17911 dev_pm_opp_get_opp_count 0 17911 NULL
-+elan_sysfs_update_fw_17912 elan_sysfs_update_fw 0-4 17912 NULL
-+dccp_feat_register_sp_17914 dccp_feat_register_sp 5-0 17914 NULL
-+xfs_buf_associate_memory_17915 xfs_buf_associate_memory 3 17915 NULL nohasharray
-+wm831x_boostp_get_status_17915 wm831x_boostp_get_status 0 17915 &xfs_buf_associate_memory_17915
-+xfs_rtallocate_extent_near_17916 xfs_rtallocate_extent_near 0 17916 NULL
-+media_show_17920 media_show 0 17920 NULL
-+create_17922 create 0 17922 NULL nohasharray
-+i40e_fcoe_ddp_get_17922 i40e_fcoe_ddp_get 4 17922 &create_17922
-+aty128_var_to_pll_17926 aty128_var_to_pll 0 17926 NULL
-+find_dmi_entry_17927 find_dmi_entry 0 17927 NULL
-+edac_pci_dev_show_17928 edac_pci_dev_show 0 17928 NULL
-+acpi_ns_lookup_17929 acpi_ns_lookup 0 17929 NULL nohasharray
-+show_ipv6_iface_nd_rexmit_time_17929 show_ipv6_iface_nd_rexmit_time 0 17929 &acpi_ns_lookup_17929
-+vif_delete_17931 vif_delete 0 17931 NULL
-+carl9170_init_interface_17934 carl9170_init_interface 0 17934 NULL
-+serio_raw_write_17945 serio_raw_write 0-3 17945 NULL
-+gart_map_sg_17946 gart_map_sg 0-3 17946 NULL
-+beacon_interval_write_17952 beacon_interval_write 3-0 17952 NULL
-+show_otp3_17954 show_otp3 0 17954 NULL
-+enic_rxcopybreak_17955 enic_rxcopybreak 4 17955 NULL
-+cp2112_xfer_17956 cp2112_xfer 0 17956 NULL
-+sr_sw_reset_17961 sr_sw_reset 0 17961 NULL
-+ufs_free_blocks_17963 ufs_free_blocks 3-2 17963 NULL nohasharray
-+batadv_get_sset_count_17963 batadv_get_sset_count 0 17963 &ufs_free_blocks_17963
-+lpt_tgc_end_17965 lpt_tgc_end 0 17965 NULL
-+qib_portattr_show_17966 qib_portattr_show 0 17966 NULL
-+show_serial_17967 show_serial 0 17967 NULL
-+acpi_ex_check_object_type_17972 acpi_ex_check_object_type 0 17972 NULL nohasharray
-+il_send_cmd_async_17972 il_send_cmd_async 0 17972 &acpi_ex_check_object_type_17972
-+wm831x_gp_ldo_get_status_17977 wm831x_gp_ldo_get_status 0 17977 NULL
-+iwlagn_disconn_pan_17978 iwlagn_disconn_pan 0 17978 NULL
-+rtl2830_bulk_write_17980 rtl2830_bulk_write 2-4 17980 NULL
-+show_fc_host_optionrom_version_17983 show_fc_host_optionrom_version 0 17983 NULL
-+br_nf_local_in_17986 br_nf_local_in 0 17986 NULL nohasharray
-+dwc3_gadget_set_ep_config_17986 dwc3_gadget_set_ep_config 0 17986 &br_nf_local_in_17986
-+smk_write_cipso_17989 smk_write_cipso 3-0 17989 NULL
-+sync_blockdev_17990 sync_blockdev 0 17990 NULL
-+gnttab_max_grant_frames_17993 gnttab_max_grant_frames 0 17993 NULL
-+show_tty_active_17994 show_tty_active 0 17994 NULL
-+init_umac_17998 init_umac 0 17998 NULL
-+mc13xxx_rtc_reset_handler_17999 mc13xxx_rtc_reset_handler 1 17999 NULL
-+ext4_num_overhead_clusters_18001 ext4_num_overhead_clusters 2 18001 NULL
-+pvr2_v4l2_read_18006 pvr2_v4l2_read 3-0 18006 NULL nohasharray
-+write_reg_18006 write_reg 0 18006 &pvr2_v4l2_read_18006
-+tpm_show_ppi_transition_action_18008 tpm_show_ppi_transition_action 0 18008 NULL
-+target_core_dev_wwn_attr_show_18010 target_core_dev_wwn_attr_show 0 18010 NULL
-+ql_change_rx_buffers_18011 ql_change_rx_buffers 0 18011 NULL
-+da903x_set_bits_18012 da903x_set_bits 0 18012 NULL
-+he_proc_read_18015 he_proc_read 0 18015 NULL
-+wake_up_modem_store_18016 wake_up_modem_store 0-4 18016 NULL
-+pmcraid_store_log_level_18020 pmcraid_store_log_level 0-4 18020 NULL
-+sdev_show_evt_media_change_18024 sdev_show_evt_media_change 0 18024 NULL
-+iscsi_tpg_auth_show_userid_mutual_18025 iscsi_tpg_auth_show_userid_mutual 0 18025 NULL
-+netxen_alloc_sw_resources_18026 netxen_alloc_sw_resources 0 18026 NULL
-+ina226_set_interval_18027 ina226_set_interval 0-4 18027 NULL
-+raw_write_18028 raw_write 3-0 18028 NULL
-+tps65912_i2c_write_18030 tps65912_i2c_write 3 18030 NULL
-+wil_fw_handle_record_18033 wil_fw_handle_record 0 18033 NULL
-+__posix_lock_file_18035 __posix_lock_file 0 18035 NULL nohasharray
-+rio_init_mports_18035 rio_init_mports 0 18035 &__posix_lock_file_18035
-+qlcnic_get_cap_size_18042 qlcnic_get_cap_size 0 18042 NULL
-+nfs_check_inode_attributes_18043 nfs_check_inode_attributes 0 18043 NULL
-+cryptd_alloc_instance_18048 cryptd_alloc_instance 3-2 18048 NULL
-+find_next_inuse_18051 find_next_inuse 2 18051 NULL
-+policydb_load_isids_18052 policydb_load_isids 0 18052 NULL nohasharray
-+core_tpg_set_initiator_node_queue_depth_18052 core_tpg_set_initiator_node_queue_depth 0 18052 &policydb_load_isids_18052 nohasharray
-+t3_config_sched_18052 t3_config_sched 0 18052 &core_tpg_set_initiator_node_queue_depth_18052
-+ddebug_proc_write_18055 ddebug_proc_write 3-0 18055 NULL
-+zisofs_fill_pages_18057 zisofs_fill_pages 0 18057 NULL
-+max8925_enable_18058 max8925_enable 0 18058 NULL
-+bcmgenet_init_rx_queues_18060 bcmgenet_init_rx_queues 0 18060 NULL
-+dlfb_set_video_mode_18061 dlfb_set_video_mode 0 18061 NULL
-+lua_sysfs_read_18062 lua_sysfs_read 6-0 18062 NULL nohasharray
-+dccp_error_18062 dccp_error 0 18062 &lua_sysfs_read_18062
-+process_measurement_18064 process_measurement 0 18064 NULL
-+fpregs_get_18066 fpregs_get 4 18066 NULL
-+pvr2_hdw_wait_18072 pvr2_hdw_wait 0 18072 NULL
-+kvm_read_guest_page_18074 kvm_read_guest_page 5 18074 NULL nohasharray
-+do_budget_space_18074 do_budget_space 0 18074 &kvm_read_guest_page_18074 nohasharray
-+open_18074 open 0 18074 &do_budget_space_18074
-+SYSC_pselect6_18076 SYSC_pselect6 1 18076 NULL nohasharray
-+mlx4_en_get_rxfh_indir_size_18076 mlx4_en_get_rxfh_indir_size 0 18076 &SYSC_pselect6_18076
-+bop_insert_18078 bop_insert 0 18078 NULL
-+get_vm_area_18080 get_vm_area 1 18080 NULL
-+ds2781_get_pmod_enabled_18081 ds2781_get_pmod_enabled 0 18081 NULL nohasharray
-+ds2781_set_control_register_18081 ds2781_set_control_register 0 18081 &ds2781_get_pmod_enabled_18081
-+x86_pmu_notifier_18082 x86_pmu_notifier 0 18082 NULL
-+stv06xx_read_sensor_18085 stv06xx_read_sensor 0 18085 NULL
-+rtl8139_change_mtu_18088 rtl8139_change_mtu 0 18088 NULL
-+vmw_fops_read_18089 vmw_fops_read 0-3 18089 NULL
-+SYSC_semtimedop_18091 SYSC_semtimedop 3 18091 NULL nohasharray
-+show_txchan_per_port_18091 show_txchan_per_port 0 18091 &SYSC_semtimedop_18091
-+snd_seq_fifo_cell_out_18092 snd_seq_fifo_cell_out 0 18092 NULL nohasharray
-+twl6030reg_enable_18092 twl6030reg_enable 0 18092 &snd_seq_fifo_cell_out_18092
-+mpi_alloc_18094 mpi_alloc 1 18094 NULL nohasharray
-+spi_w8r16be_18094 spi_w8r16be 0 18094 &mpi_alloc_18094
-+lm8323_pwm_show_time_18095 lm8323_pwm_show_time 0 18095 NULL nohasharray
-+hackrf_set_bandwidth_18095 hackrf_set_bandwidth 0 18095 &lm8323_pwm_show_time_18095
-+_nfs4_proc_lookup_18096 _nfs4_proc_lookup 0 18096 NULL
-+show_rtap_filter_18107 show_rtap_filter 0 18107 NULL
-+read_18109 read 0 18109 NULL
-+ocfs2_control_install_private_18110 ocfs2_control_install_private 0 18110 NULL
-+sctp_bind_addr_copy_18113 sctp_bind_addr_copy 0 18113 NULL nohasharray
-+dib0090_set_params_18113 dib0090_set_params 0 18113 &sctp_bind_addr_copy_18113
-+pep_sock_connect_18114 pep_sock_connect 0 18114 NULL
-+set_in_18115 set_in 0-4 18115 NULL
-+dfs_file_read_18116 dfs_file_read 3-0 18116 NULL
-+svc_getnl_18120 svc_getnl 0 18120 NULL
-+ath10k_htt_rx_ring_refill_18122 ath10k_htt_rx_ring_refill 0 18122 NULL
-+p9_client_wstat_18130 p9_client_wstat 0 18130 NULL
-+lapbeth_open_18134 lapbeth_open 0 18134 NULL
-+wil_tid_ampdu_rx_alloc_18140 wil_tid_ampdu_rx_alloc 2 18140 NULL
-+selinux_inode_setsecurity_18148 selinux_inode_setsecurity 4-0 18148 NULL
-+pcipcwd_temp_read_18149 pcipcwd_temp_read 0-3 18149 NULL
-+show_wr_req_18151 show_wr_req 0 18151 NULL
-+show_pwm_setting_18157 show_pwm_setting 0 18157 NULL
-+show_tabletDiagnosticMessage_18165 show_tabletDiagnosticMessage 0 18165 NULL
-+mdiobus_read_18169 mdiobus_read 0 18169 NULL
-+cciss_show_raid_level_18170 cciss_show_raid_level 0 18170 NULL nohasharray
-+enable_ints_write_18170 enable_ints_write 3 18170 &cciss_show_raid_level_18170
-+tomoyo_inet_entry_18174 tomoyo_inet_entry 0 18174 NULL
-+pccard_store_cis_18176 pccard_store_cis 6-0-5 18176 NULL
-+bnx2_get_eeprom_len_18179 bnx2_get_eeprom_len 0 18179 NULL
-+snd_hda_add_new_ctls_18185 snd_hda_add_new_ctls 0 18185 NULL
-+aio_write_18187 aio_write 0 18187 NULL
-+cfpkt_create_18197 cfpkt_create 1 18197 NULL nohasharray
-+read_first_n_18197 read_first_n 0 18197 &cfpkt_create_18197 nohasharray
-+o2net_start_listening_18197 o2net_start_listening 0 18197 &read_first_n_18197
-+aty_var_to_crtc_18199 aty_var_to_crtc 0 18199 NULL
-+dib8096p_tuner_xfer_18205 dib8096p_tuner_xfer 0-3 18205 NULL nohasharray
-+selinux_nlmsg_perm_18205 selinux_nlmsg_perm 0 18205 &dib8096p_tuner_xfer_18205
-+orinoco_add_extscan_result_18207 orinoco_add_extscan_result 3 18207 NULL
-+show_immediate_18208 show_immediate 0 18208 NULL
-+gsm_control_message_18209 gsm_control_message 4 18209 NULL
-+bq2415x_sysfs_show_limit_18213 bq2415x_sysfs_show_limit 0 18213 NULL nohasharray
-+show_phy_type_18213 show_phy_type 0 18213 &bq2415x_sysfs_show_limit_18213 nohasharray
-+read_rindex_entry_18213 read_rindex_entry 0 18213 &show_phy_type_18213 nohasharray
-+raw_recvmsg_18213 raw_recvmsg 3 18213 &read_rindex_entry_18213
-+si4713_set_rds_ps_name_18214 si4713_set_rds_ps_name 0 18214 NULL
-+do_ipv6_setsockopt_18215 do_ipv6_setsockopt 5-0 18215 NULL
-+pcmcia_enable_device_18218 pcmcia_enable_device 0 18218 NULL
-+ov7670_s_autogain_18219 ov7670_s_autogain 0 18219 NULL
-+gnttab_alloc_grant_references_18240 gnttab_alloc_grant_references 1 18240 NULL
-+jffs2_read_dnode_18244 jffs2_read_dnode 0 18244 NULL nohasharray
-+cond_policydb_init_18244 cond_policydb_init 0 18244 &jffs2_read_dnode_18244
-+ecryptfs_miscdev_read_18247 ecryptfs_miscdev_read 0-3 18247 NULL nohasharray
-+alloc_trace_uprobe_18247 alloc_trace_uprobe 3 18247 &ecryptfs_miscdev_read_18247
-+xgbe_vlan_rx_add_vid_18251 xgbe_vlan_rx_add_vid 0 18251 NULL
-+clip_inet_event_18252 clip_inet_event 0 18252 NULL
-+e4000_set_params_18253 e4000_set_params 0 18253 NULL nohasharray
-+i7core_inject_store_page_18253 i7core_inject_store_page 0-4 18253 &e4000_set_params_18253
-+rfcomm_sock_setsockopt_18254 rfcomm_sock_setsockopt 5-0 18254 NULL nohasharray
-+e1000_setup_all_rx_resources_18254 e1000_setup_all_rx_resources 0 18254 &rfcomm_sock_setsockopt_18254
-+qdisc_class_hash_alloc_18262 qdisc_class_hash_alloc 1 18262 NULL nohasharray
-+show_18262 show 0 18262 &qdisc_class_hash_alloc_18262 nohasharray
-+logfs_write_end_18262 logfs_write_end 0-5 18262 &show_18262
-+mcs_setup_transceiver_18268 mcs_setup_transceiver 0 18268 NULL
-+show_temp_auto_offset_18270 show_temp_auto_offset 0 18270 NULL
-+tg3_bmcr_reset_18271 tg3_bmcr_reset 0 18271 NULL
-+gfs2_alloc_sort_buffer_18275 gfs2_alloc_sort_buffer 1 18275 NULL
-+ipip_get_size_18276 ipip_get_size 0 18276 NULL
-+dn_recvmsg_18277 dn_recvmsg 3 18277 NULL
-+alloc_ring_18278 alloc_ring 4-2 18278 NULL
-+ext4_readpages_18283 ext4_readpages 4 18283 NULL
-+mmc_send_bus_test_18285 mmc_send_bus_test 4 18285 NULL
-+lpfc_fcp_cpu_map_show_18287 lpfc_fcp_cpu_map_show 0 18287 NULL nohasharray
-+ipv4_mtu_18287 ipv4_mtu 0 18287 &lpfc_fcp_cpu_map_show_18287 nohasharray
-+alloc_kmem_cache_cpus_18287 alloc_kmem_cache_cpus 2 18287 &ipv4_mtu_18287
-+tipc_sk_withdraw_18291 tipc_sk_withdraw 0 18291 NULL
-+um_idi_write_18293 um_idi_write 3-0 18293 NULL nohasharray
-+show_fnode_username_in_18293 show_fnode_username_in 0 18293 &um_idi_write_18293 nohasharray
-+xfs_file_read_iter_18293 xfs_file_read_iter 0 18293 &show_fnode_username_in_18293 nohasharray
-+__follow_pte_18293 __follow_pte 0 18293 &xfs_file_read_iter_18293
-+ocfs2_direct_IO_18297 ocfs2_direct_IO 3 18297 NULL
-+part_timeout_show_18298 part_timeout_show 0 18298 NULL
-+mwl8k_sta_add_18299 mwl8k_sta_add 0 18299 NULL
-+iscsi_stat_sess_err_show_attr_cxn_errors_18301 iscsi_stat_sess_err_show_attr_cxn_errors 0 18301 NULL
-+tg3_request_irq_18303 tg3_request_irq 0 18303 NULL
-+ip6ip6_err_18308 ip6ip6_err 5 18308 NULL
-+vga_r_18310 vga_r 0 18310 NULL
-+class_add_profile_18315 class_add_profile 1-3-5 18315 NULL
-+w1_slave_detach_18316 w1_slave_detach 0 18316 NULL
-+sgdma_initialize_18317 sgdma_initialize 0 18317 NULL
-+csio_mem_read_18319 csio_mem_read 3-0 18319 NULL
-+single_flag_show_18320 single_flag_show 0 18320 NULL nohasharray
-+mc13892_powermisc_rmw_18320 mc13892_powermisc_rmw 0 18320 &single_flag_show_18320
-+alloc_and_copy_string_18321 alloc_and_copy_string 2-0 18321 NULL
-+ecryptfs_send_message_18322 ecryptfs_send_message 2 18322 NULL
-+show_temp_auto_base_18323 show_temp_auto_base 0 18323 NULL
-+bio_integrity_advance_18324 bio_integrity_advance 2 18324 NULL nohasharray
-+vivid_radio_tx_write_18324 vivid_radio_tx_write 0 18324 &bio_integrity_advance_18324
-+acpi_ds_create_operands_18327 acpi_ds_create_operands 0 18327 NULL
-+st21nfca_im_send_atr_req_18331 st21nfca_im_send_atr_req 3 18331 NULL
-+xfs_da_shrink_inode_18335 xfs_da_shrink_inode 0 18335 NULL
-+wm8994_gpio_direction_out_18337 wm8994_gpio_direction_out 0 18337 NULL
-+outlen_read_18339 outlen_read 0-3 18339 NULL nohasharray
-+get_free_region_18339 get_free_region 0-3 18339 &outlen_read_18339
-+roccat_common2_sysfs_write_key_mask_18343 roccat_common2_sysfs_write_key_mask 0-6-5 18343 NULL
-+copy_page_to_iter_18345 copy_page_to_iter 0-3 18345 NULL
-+show_sf_ctrl_18348 show_sf_ctrl 0 18348 NULL
-+lcd_proc_write_18351 lcd_proc_write 3-0 18351 NULL nohasharray
-+smb2_read_data_offset_18351 smb2_read_data_offset 0 18351 &lcd_proc_write_18351
-+pwr_power_save_off_read_18355 pwr_power_save_off_read 3-0 18355 NULL
-+write_update_fw_18357 write_update_fw 0-4 18357 NULL
-+fw_core_add_descriptor_18361 fw_core_add_descriptor 0 18361 NULL
-+xlbd_reserve_minors_18365 xlbd_reserve_minors 2-1 18365 NULL nohasharray
-+show_remote_ip_18365 show_remote_ip 0 18365 &xlbd_reserve_minors_18365
-+SyS_process_vm_readv_18366 SyS_process_vm_readv 3-5 18366 NULL
-+ep_io_18367 ep_io 0 18367 NULL nohasharray
-+irq_show_18367 irq_show 0 18367 &ep_io_18367
-+nf_hook_18370 nf_hook 0 18370 NULL
-+qib_user_sdma_num_pages_18371 qib_user_sdma_num_pages 0 18371 NULL
-+nilfs_checkpoints_README_show_18372 nilfs_checkpoints_README_show 0 18372 NULL
-+usbhsg_ep_queue_18376 usbhsg_ep_queue 0 18376 NULL
-+temp2_show_18377 temp2_show 0 18377 NULL
-+show_iface_tcp_timestamp_en_18381 show_iface_tcp_timestamp_en 0 18381 NULL
-+hpfs_file_fsync_18384 hpfs_file_fsync 0 18384 NULL
-+acpi_ds_create_buffer_field_18385 acpi_ds_create_buffer_field 0 18385 NULL nohasharray
-+gss_key_timeout_18385 gss_key_timeout 0 18385 &acpi_ds_create_buffer_field_18385
-+__ceph_getxattr_18386 __ceph_getxattr 0 18386 NULL
-+irq_find_mapping_18388 irq_find_mapping 0-2 18388 NULL nohasharray
-+ci_role_write_18388 ci_role_write 3-0 18388 &irq_find_mapping_18388
-+il_set_tx_power_18394 il_set_tx_power 0 18394 NULL
-+snd_compr_read_18396 snd_compr_read 0-3 18396 NULL nohasharray
-+reshape_position_store_18396 reshape_position_store 0-3 18396 &snd_compr_read_18396
-+hdlc_empty_fifo_18397 hdlc_empty_fifo 2 18397 NULL
-+__video_register_device_18399 __video_register_device 3 18399 NULL nohasharray
-+ext4_xattr_security_list_18399 ext4_xattr_security_list 0-5 18399 &__video_register_device_18399 nohasharray
-+bcm7xxx_28nm_d0_afe_config_init_18399 bcm7xxx_28nm_d0_afe_config_init 0 18399 &ext4_xattr_security_list_18399
-+adis16136_show_serial_18402 adis16136_show_serial 3-0 18402 NULL
-+ixgbe_request_msix_irqs_18403 ixgbe_request_msix_irqs 0 18403 NULL
-+get_temp_auto_point_temp_18404 get_temp_auto_point_temp 0 18404 NULL
-+si4713_tx_rds_ps_18405 si4713_tx_rds_ps 0 18405 NULL
-+link_state_show_18407 link_state_show 0 18407 NULL
-+ceph_writepages_start_18410 ceph_writepages_start 0 18410 NULL
-+rtl8169_rx_fill_18416 rtl8169_rx_fill 0 18416 NULL
-+nvif_device_init_18418 nvif_device_init 6 18418 NULL
-+usbnet_write_cmd_nopm_18426 usbnet_write_cmd_nopm 7-0 18426 NULL
-+fwnet_broadcast_start_18428 fwnet_broadcast_start 0 18428 NULL
-+memblock_virt_alloc_node_nopanic_18431 memblock_virt_alloc_node_nopanic 1 18431 NULL nohasharray
-+jffs2_zlib_decompress_18431 jffs2_zlib_decompress 0 18431 &memblock_virt_alloc_node_nopanic_18431
-+iscsi_create_flashnode_sess_18433 iscsi_create_flashnode_sess 4 18433 NULL
-+s5p_jpeg_start_streaming_18435 s5p_jpeg_start_streaming 0 18435 NULL
-+match_number_18436 match_number 0 18436 NULL
-+snd_hda_get_connections_18437 snd_hda_get_connections 0 18437 NULL nohasharray
-+target_core_alua_tg_pt_gp_show_attr_alua_support_active_optimized_18437 target_core_alua_tg_pt_gp_show_attr_alua_support_active_optimized 0 18437 &snd_hda_get_connections_18437
-+hctosys_show_18444 hctosys_show 0 18444 NULL nohasharray
-+set_out0_enable_18444 set_out0_enable 0-4 18444 &hctosys_show_18444
-+bd2802_store_reg0x0f_18445 bd2802_store_reg0x0f 0-4 18445 NULL
-+carl9170_mod_virtual_mac_18447 carl9170_mod_virtual_mac 0 18447 NULL
-+ds1347_read_time_18452 ds1347_read_time 0 18452 NULL
-+set_component_status_18453 set_component_status 0-4 18453 NULL
-+mmc_init_card_18455 mmc_init_card 0 18455 NULL
-+fuse_perform_write_18457 fuse_perform_write 4-0 18457 NULL
-+regset_tls_set_18459 regset_tls_set 4 18459 NULL
-+transfer_18460 transfer 0 18460 NULL nohasharray
-+store_remote_mac_18460 store_remote_mac 0 18460 &transfer_18460
-+max_gen_clk_probe_18462 max_gen_clk_probe 5 18462 NULL
-+dma_alloc_from_contiguous_18466 dma_alloc_from_contiguous 3-2 18466 NULL nohasharray
-+cuse_class_waiting_show_18466 cuse_class_waiting_show 0 18466 &dma_alloc_from_contiguous_18466
-+t3_wait_op_done_18469 t3_wait_op_done 0 18469 NULL
-+iwl_mvm_mac_ctxt_send_cmd_18481 iwl_mvm_mac_ctxt_send_cmd 0 18481 NULL
-+_nfs4_do_open_reclaim_18483 _nfs4_do_open_reclaim 0 18483 NULL nohasharray
-+__c2port_write_flash_data_18483 __c2port_write_flash_data 0-3-4 18483 &_nfs4_do_open_reclaim_18483
-+technisat_usb2_i2c_access_18484 technisat_usb2_i2c_access 0 18484 NULL
-+__regulatory_set_wiphy_regd_18486 __regulatory_set_wiphy_regd 0 18486 NULL
-+udpv6_setsockopt_18487 udpv6_setsockopt 5-0 18487 NULL nohasharray
-+snd_pcm_plugin_build_mulaw_18487 snd_pcm_plugin_build_mulaw 0 18487 &udpv6_setsockopt_18487
-+aoedisk_show_netif_18490 aoedisk_show_netif 0 18490 NULL
-+sctp_setsockopt_mappedv4_18497 sctp_setsockopt_mappedv4 0 18497 NULL
-+zd_usb_ioread16_18502 zd_usb_ioread16 0 18502 NULL nohasharray
-+iwl_mvm_alloc_bcast_sta_18502 iwl_mvm_alloc_bcast_sta 0 18502 &zd_usb_ioread16_18502 nohasharray
-+iscsi_tpg_param_store_MaxBurstLength_18502 iscsi_tpg_param_store_MaxBurstLength 0-3 18502 &iwl_mvm_alloc_bcast_sta_18502
-+cyapa_gen5_show_baseline_18506 cyapa_gen5_show_baseline 0 18506 NULL
-+w1_ds2781_read_18508 w1_ds2781_read 4-3 18508 NULL
-+__copy_user_zeroing_intel_18510 __copy_user_zeroing_intel 0 18510 NULL nohasharray
-+limit_read_18510 limit_read 0-3 18510 &__copy_user_zeroing_intel_18510
-+__block_write_begin_18511 __block_write_begin 0 18511 NULL
-+pcrs_show_18512 pcrs_show 0 18512 NULL
-+snd_vx_inb_18514 snd_vx_inb 0 18514 NULL
-+atl2_setup_ring_resources_18515 atl2_setup_ring_resources 0 18515 NULL
-+nilfs_segctor_current_last_full_seg_show_18517 nilfs_segctor_current_last_full_seg_show 0 18517 NULL
-+store_engine1_mode_18519 store_engine1_mode 4-0 18519 NULL
-+sha512_ssse3_init_18520 sha512_ssse3_init 0 18520 NULL
-+i40e_set_mac_18521 i40e_set_mac 0 18521 NULL
-+sm501fb_set_par_common_18523 sm501fb_set_par_common 0 18523 NULL
-+snd_gus_dram_poke_18525 snd_gus_dram_poke 4 18525 NULL
-+ix2505v_set_params_18528 ix2505v_set_params 0 18528 NULL
-+try_to_take_rt_mutex_18529 try_to_take_rt_mutex 0 18529 NULL
-+dpm_suspend_late_18530 dpm_suspend_late 0 18530 NULL
-+t3_sge_init_flcntxt_18535 t3_sge_init_flcntxt 0 18535 NULL
-+vlan_vids_add_by_dev_18537 vlan_vids_add_by_dev 0 18537 NULL
-+seq_copy_in_user_18543 seq_copy_in_user 3 18543 NULL
-+nilfs_segctor_sync_18549 nilfs_segctor_sync 0 18549 NULL
-+acpi_register_gsi_ioapic_18550 acpi_register_gsi_ioapic 2 18550 NULL
-+lapbeth_set_mac_address_18552 lapbeth_set_mac_address 0 18552 NULL
-+nforce2_access_18557 nforce2_access 0 18557 NULL
-+wiidebug_eeprom_read_18560 wiidebug_eeprom_read 0-3 18560 NULL nohasharray
-+timer_cpu_notify_18560 timer_cpu_notify 0 18560 &wiidebug_eeprom_read_18560 nohasharray
-+rt2x00lib_request_firmware_18560 rt2x00lib_request_firmware 0 18560 &timer_cpu_notify_18560 nohasharray
-+elants_i2c_initialize_18560 elants_i2c_initialize 0 18560 &rt2x00lib_request_firmware_18560
-+vb2_streamon_18562 vb2_streamon 0 18562 NULL
-+posix_acl_xattr_list_18564 posix_acl_xattr_list 0-5 18564 NULL
-+smk_write_rules_list_18565 smk_write_rules_list 3-0 18565 NULL
-+ceph_tcp_sendpage_18568 ceph_tcp_sendpage 4 18568 NULL
-+vmci_datagram_send_18571 vmci_datagram_send 0 18571 NULL
-+debug_output_18575 debug_output 3-0 18575 NULL nohasharray
-+pm_wake_lock_18575 pm_wake_lock 0 18575 &debug_output_18575
-+acpi_lpat_raw_to_temp_18576 acpi_lpat_raw_to_temp 0-2 18576 NULL
-+mtd_size_show_18578 mtd_size_show 0 18578 NULL
-+vivid_radio_read_18579 vivid_radio_read 0-3 18579 NULL
-+metrics_bytes_rendered_show_18580 metrics_bytes_rendered_show 0 18580 NULL
-+pn_socket_create_18581 pn_socket_create 0 18581 NULL nohasharray
-+__tipc_sendmsg_18581 __tipc_sendmsg 3 18581 &pn_socket_create_18581
-+ipath_reset_device_18584 ipath_reset_device 0 18584 NULL
-+show_target_speed_18587 show_target_speed 0 18587 NULL
-+st_accel_buffer_predisable_18589 st_accel_buffer_predisable 0 18589 NULL
-+write_18590 write 0 18590 NULL nohasharray
-+wm831x_isink_is_enabled_18590 wm831x_isink_is_enabled 0 18590 &write_18590
-+oaktrail_hdmi_i2c_access_18591 oaktrail_hdmi_i2c_access 0-3 18591 NULL
-+__netdev_alloc_skb_18595 __netdev_alloc_skb 2 18595 NULL
-+zd1211b_hw_reset_phy_18596 zd1211b_hw_reset_phy 0 18596 NULL
-+xfs_btree_read_bufl_18597 xfs_btree_read_bufl 0 18597 NULL nohasharray
-+wlcore_boot_static_data_18597 wlcore_boot_static_data 0 18597 &xfs_btree_read_bufl_18597
-+show_pwm_temp_map_18598 show_pwm_temp_map 0 18598 NULL
-+filemap_fdatawait_range_18600 filemap_fdatawait_range 0 18600 NULL nohasharray
-+slabinfo_write_18600 slabinfo_write 0-3 18600 &filemap_fdatawait_range_18600
-+_nfs4_do_set_security_label_18602 _nfs4_do_set_security_label 0 18602 NULL
-+transfer_18603 transfer 0 18603 NULL
-+iowarrior_write_18604 iowarrior_write 3-0 18604 NULL
-+netxen_netdev_event_18605 netxen_netdev_event 0 18605 NULL
-+batadv_arp_get_type_18609 batadv_arp_get_type 3 18609 NULL nohasharray
-+show_in_18609 show_in 0 18609 &batadv_arp_get_type_18609
-+rtl8187b_init_status_urb_18610 rtl8187b_init_status_urb 0 18610 NULL
-+bql_set_limit_18612 bql_set_limit 4-0 18612 NULL
-+store_selfballoon_downhys_18615 store_selfballoon_downhys 0-4 18615 NULL
-+pci_parent_bus_reset_18619 pci_parent_bus_reset 0 18619 NULL
-+show_saturation_18621 show_saturation 0 18621 NULL
-+read_hw_18624 read_hw 0-5-6 18624 NULL
-+from_buffer_18625 from_buffer 3-0 18625 NULL
-+adcxx_show_name_18627 adcxx_show_name 0 18627 NULL
-+qlcnic_request_irq_18630 qlcnic_request_irq 0 18630 NULL
-+dnrmg_hook_18631 dnrmg_hook 0 18631 NULL
-+ext4_xattr_security_set_18633 ext4_xattr_security_set 0 18633 NULL
-+edd_show_legacy_sectors_per_track_18638 edd_show_legacy_sectors_per_track 0 18638 NULL
-+crypto_sha256_update_18640 crypto_sha256_update 0 18640 NULL nohasharray
-+vnic_dev_cmd_18640 vnic_dev_cmd 0 18640 &crypto_sha256_update_18640
-+rocker_flow_tbl_term_mac_18641 rocker_flow_tbl_term_mac 0 18641 NULL nohasharray
-+dwc3_gadget_start_18641 dwc3_gadget_start 0 18641 &rocker_flow_tbl_term_mac_18641 nohasharray
-+lpfc_oas_tgt_store_18641 lpfc_oas_tgt_store 0-4 18641 &dwc3_gadget_start_18641
-+__dev_set_mtu_18647 __dev_set_mtu 0 18647 NULL
-+as3935_sensor_sensitivity_show_18652 as3935_sensor_sensitivity_show 0 18652 NULL
-+boot_vga_show_18654 boot_vga_show 0 18654 NULL
-+show_18656 show 0 18656 NULL nohasharray
-+gpiod_request_18656 gpiod_request 0 18656 &show_18656 nohasharray
-+veth_get_sset_count_18656 veth_get_sset_count 0 18656 &gpiod_request_18656
-+snd_pcm_oss_write3_18657 snd_pcm_oss_write3 0-3 18657 NULL
-+raid5_set_cache_size_18660 raid5_set_cache_size 0 18660 NULL
-+ieee80211_if_fmt_rssi_threshold_18664 ieee80211_if_fmt_rssi_threshold 3 18664 NULL
-+unmap_page_18665 unmap_page 2-3 18665 NULL
-+xfs_iext_insert_18667 xfs_iext_insert 3 18667 NULL
-+blk_mq_main_cpu_notify_18677 blk_mq_main_cpu_notify 0 18677 NULL
-+wl12xx_set_authorized_18681 wl12xx_set_authorized 0 18681 NULL
-+fnic_stats_debugfs_read_18688 fnic_stats_debugfs_read 3-0 18688 NULL
-+snd_seq_timer_set_ppq_18693 snd_seq_timer_set_ppq 0 18693 NULL nohasharray
-+echo_client_prep_commit_18693 echo_client_prep_commit 8 18693 &snd_seq_timer_set_ppq_18693
-+lbs_set_snmp_mib_18694 lbs_set_snmp_mib 0 18694 NULL
-+cx231xx_send_usb_command_18699 cx231xx_send_usb_command 0 18699 NULL
-+kernfs_iop_getattr_18700 kernfs_iop_getattr 0 18700 NULL
-+w5300_get_regs_len_18702 w5300_get_regs_len 0 18702 NULL
-+snd_pcm_do_pause_18703 snd_pcm_do_pause 0 18703 NULL
-+replay_log_leb_18704 replay_log_leb 3 18704 NULL
-+dlm_recoverd_start_18705 dlm_recoverd_start 0 18705 NULL
-+iwl_dbgfs_rx_handlers_read_18708 iwl_dbgfs_rx_handlers_read 3-0 18708 NULL nohasharray
-+vmci_q_header_buf_ready_18708 vmci_q_header_buf_ready 0-3 18708 &iwl_dbgfs_rx_handlers_read_18708
-+ceph_alloc_page_vector_18710 ceph_alloc_page_vector 1 18710 NULL
-+fuse_dev_splice_write_18712 fuse_dev_splice_write 4 18712 NULL
-+show_fc_starget_port_id_18713 show_fc_starget_port_id 0 18713 NULL
-+nfs4_init_callback_netid_18717 nfs4_init_callback_netid 3 18717 NULL
-+add_host_store_18718 add_host_store 0-3 18718 NULL
-+dst_ca_read_18719 dst_ca_read 0-3 18719 NULL
-+store_uevent_18721 store_uevent 0-4 18721 NULL
-+pem_show_data_18725 pem_show_data 0 18725 NULL
-+meye_s_ctrl_18733 meye_s_ctrl 0 18733 NULL
-+wl12xx_top_reg_read_18735 wl12xx_top_reg_read 0 18735 NULL
-+show_temp_auto_point1_temp_18736 show_temp_auto_point1_temp 0 18736 NULL
-+store_scan_18738 store_scan 0-4 18738 NULL
-+aa_getprocattr_18740 aa_getprocattr 0 18740 NULL nohasharray
-+saa7110_s_stream_18740 saa7110_s_stream 0 18740 &aa_getprocattr_18740
-+o2hb_debug_create_18744 o2hb_debug_create 4 18744 NULL nohasharray
-+memcg_alloc_cache_id_18744 memcg_alloc_cache_id 0 18744 &o2hb_debug_create_18744
-+show_fnode_max_recv_dlength_18750 show_fnode_max_recv_dlength 0 18750 NULL
-+wep_packets_read_18751 wep_packets_read 3-0 18751 NULL
-+iscsit_na_dataout_timeout_retries_18758 iscsit_na_dataout_timeout_retries 0 18758 NULL
-+netxen_inetaddr_event_18760 netxen_inetaddr_event 0 18760 NULL
-+power_mode_show_18761 power_mode_show 0 18761 NULL
-+ov772x_mask_set_18767 ov772x_mask_set 0 18767 NULL nohasharray
-+vsock_create_18767 vsock_create 0 18767 &ov772x_mask_set_18767
-+snd_cx18_pcm_ioctl_18773 snd_cx18_pcm_ioctl 0 18773 NULL nohasharray
-+notify_free_show_18773 notify_free_show 0 18773 &snd_cx18_pcm_ioctl_18773
-+uinput_inject_events_18774 uinput_inject_events 0 18774 NULL
-+SyS_lsetxattr_18776 SyS_lsetxattr 4 18776 NULL
-+temp1_max_store_18777 temp1_max_store 0-4 18777 NULL
-+hw_init_18779 hw_init 0 18779 NULL
-+alloc_fcdev_18780 alloc_fcdev 1 18780 NULL
-+hidp_raw_request_18781 hidp_raw_request 4-0 18781 NULL nohasharray
-+show_vid_18781 show_vid 0 18781 &hidp_raw_request_18781
-+show_fc_rport_fast_io_fail_tmo_18784 show_fc_rport_fast_io_fail_tmo 0 18784 NULL
-+usb_reset_configuration_18787 usb_reset_configuration 0 18787 NULL
-+uart_write_room_18799 uart_write_room 0 18799 NULL
-+acpi_ec_transaction_18803 acpi_ec_transaction 0 18803 NULL
-+ims_pcu_attribute_show_18806 ims_pcu_attribute_show 0 18806 NULL nohasharray
-+mutex_lock_killable_nested_18806 mutex_lock_killable_nested 0 18806 &ims_pcu_attribute_show_18806
-+show_fc_host_port_type_18810 show_fc_host_port_type 0 18810 NULL nohasharray
-+ieee80211_auth_challenge_18810 ieee80211_auth_challenge 3 18810 &show_fc_host_port_type_18810
-+dm_stats_print_18815 dm_stats_print 7 18815 NULL
-+iscsi_nacl_attrib_store_dataout_timeout_retries_18816 iscsi_nacl_attrib_store_dataout_timeout_retries 0-3 18816 NULL
-+go7007_snd_pcm_prepare_18819 go7007_snd_pcm_prepare 0 18819 NULL
-+disabled_show_18820 disabled_show 0 18820 NULL
-+sys_modify_ldt_18824 sys_modify_ldt 3 18824 NULL
-+playback_pcm_prepare_18828 playback_pcm_prepare 0 18828 NULL
-+vmxnet3_create_queues_18830 vmxnet3_create_queues 0 18830 NULL
-+nmclan_suspend_18833 nmclan_suspend 0 18833 NULL
-+vidioc_reqbufs_18839 vidioc_reqbufs 0 18839 NULL
-+blkdev_write_iter_18840 blkdev_write_iter 0 18840 NULL
-+mtf_test_write_18844 mtf_test_write 3-0 18844 NULL
-+__uncore_flag_mode_show_18848 __uncore_flag_mode_show 0 18848 NULL
-+show_tcpInErrs_18849 show_tcpInErrs 0 18849 NULL
-+t3_sge_write_context_18852 t3_sge_write_context 0 18852 NULL
-+drm_ht_create_18853 drm_ht_create 2 18853 NULL
-+sctp_setsockopt_events_18862 sctp_setsockopt_events 3-0 18862 NULL
-+mlx4_SET_PORT_qpn_calc_18866 mlx4_SET_PORT_qpn_calc 0 18866 NULL
-+ieee80211_if_read_element_ttl_18869 ieee80211_if_read_element_ttl 3-0 18869 NULL
-+xlog_find_verify_log_record_18870 xlog_find_verify_log_record 2 18870 NULL
-+ubifs_tnc_locate_18876 ubifs_tnc_locate 0 18876 NULL
-+scsi_change_queue_depth_18881 scsi_change_queue_depth 2-0 18881 NULL
-+___alloc_bootmem_node_18882 ___alloc_bootmem_node 2 18882 NULL
-+tps6507x_pmic_is_enabled_18883 tps6507x_pmic_is_enabled 0 18883 NULL
-+tpacpi_driver_bluetooth_emulstate_show_18885 tpacpi_driver_bluetooth_emulstate_show 0 18885 NULL
-+sta_tx_latency_stat_reset_write_18887 sta_tx_latency_stat_reset_write 0-3 18887 NULL
-+lola_set_sample_rate_18888 lola_set_sample_rate 0 18888 NULL
-+chip_name_store_18889 chip_name_store 0-4 18889 NULL
-+imx074_cropcap_18891 imx074_cropcap 0 18891 NULL
-+comedi_isadma_alloc_18893 comedi_isadma_alloc 2 18893 NULL
-+rj54n1_set_rect_18898 rj54n1_set_rect 0 18898 NULL
-+devm_mdiobus_alloc_size_18902 devm_mdiobus_alloc_size 2 18902 NULL nohasharray
-+nilfs_btree_assign_v_18902 nilfs_btree_assign_v 0 18902 &devm_mdiobus_alloc_size_18902 nohasharray
-+gro_cells_init_18902 gro_cells_init 0 18902 &nilfs_btree_assign_v_18902
-+ds1685_rtc_sysfs_ctrl_regs_show_18905 ds1685_rtc_sysfs_ctrl_regs_show 0 18905 NULL
-+ipw2100_set_mac_address_18908 ipw2100_set_mac_address 0 18908 NULL
-+tracing_thresh_write_18909 tracing_thresh_write 3 18909 NULL
-+show_fnode_data_pdu_in_order_18910 show_fnode_data_pdu_in_order 0 18910 NULL
-+uwb_rc_scan_18911 uwb_rc_scan 0 18911 NULL
-+set_temp2_crit_hyst_18912 set_temp2_crit_hyst 0-4 18912 NULL
-+ceph_setxattr_18913 ceph_setxattr 4-0 18913 NULL nohasharray
-+sess_setup_18913 sess_setup 0 18913 &ceph_setxattr_18913
-+rtl8187_init_hw_18914 rtl8187_init_hw 0 18914 NULL
-+da9052_read_misc_channel_18915 da9052_read_misc_channel 0 18915 NULL
-+lpfc_fdmi_on_store_18917 lpfc_fdmi_on_store 0-4 18917 NULL
-+show_thermal_cruise_18919 show_thermal_cruise 0 18919 NULL
-+mangle_packet_18920 mangle_packet 7-9 18920 NULL
-+xfs_buf_read_uncached_18922 xfs_buf_read_uncached 3 18922 NULL nohasharray
-+max_user_freq_store_18922 max_user_freq_store 0-4 18922 &xfs_buf_read_uncached_18922
-+show_baseline_18929 show_baseline 0 18929 NULL
-+snapshot_write_next_18937 snapshot_write_next 0 18937 NULL
-+mxl5005s_SetRfFreqHz_18939 mxl5005s_SetRfFreqHz 0 18939 NULL nohasharray
-+ms_transfer_data_18939 ms_transfer_data 7 18939 &mxl5005s_SetRfFreqHz_18939
-+fmc_device_register_n_18942 fmc_device_register_n 2 18942 NULL
-+mtrr_del_18943 mtrr_del 1 18943 NULL
-+ida_get_new_18948 ida_get_new 0 18948 NULL
-+svc_sock_reclen_18950 svc_sock_reclen 0 18950 NULL
-+alloc_rx_slot_18951 alloc_rx_slot 0 18951 NULL
-+sctp_tsnmap_num_gabs_18952 sctp_tsnmap_num_gabs 0 18952 NULL nohasharray
-+inv_mpu6050_set_enable_18952 inv_mpu6050_set_enable 0 18952 &sctp_tsnmap_num_gabs_18952
-+__br_netpoll_enable_18953 __br_netpoll_enable 0 18953 NULL
-+store_18955 store 0 18955 NULL
-+dma_common_pages_remap_18966 dma_common_pages_remap 2 18966 NULL
-+ipv6_defrag_18967 ipv6_defrag 0 18967 NULL nohasharray
-+readfn_18967 readfn 0-3 18967 &ipv6_defrag_18967
-+lpfc_static_vport_show_18970 lpfc_static_vport_show 0 18970 NULL
-+rbd_minor_show_18974 rbd_minor_show 0 18974 NULL nohasharray
-+ath9k_htc_get_stats_18974 ath9k_htc_get_stats 0 18974 &rbd_minor_show_18974
-+twl4030reg_is_enabled_18977 twl4030reg_is_enabled 0 18977 NULL nohasharray
-+cx25821_buffer_prepare_18977 cx25821_buffer_prepare 0 18977 &twl4030reg_is_enabled_18977
-+tty_write_lock_18991 tty_write_lock 0 18991 NULL
-+net_open_18997 net_open 0 18997 NULL
-+si4713_transfer_18998 si4713_transfer 0-3 18998 NULL nohasharray
-+store_18998 store 0-3 18998 &si4713_transfer_18998
-+bnx2x_init_hw_18999 bnx2x_init_hw 0 18999 NULL
-+rt2400pci_set_state_19000 rt2400pci_set_state 0 19000 NULL nohasharray
-+phy_scan_fixups_19000 phy_scan_fixups 0 19000 &rt2400pci_set_state_19000
-+show_frontswap_inertia_19004 show_frontswap_inertia 0 19004 NULL
-+mei_me_fw_status_19005 mei_me_fw_status 0 19005 NULL
-+layout_in_gaps_19006 layout_in_gaps 2-0 19006 NULL nohasharray
-+ibm_get_attention_status_19006 ibm_get_attention_status 0 19006 &layout_in_gaps_19006
-+acpi_ev_initialize_region_19007 acpi_ev_initialize_region 0 19007 NULL
-+wait_port_writable_19011 wait_port_writable 0 19011 NULL
-+f2fs_setxattr_19012 f2fs_setxattr 0 19012 NULL
-+hash_netport6_expire_19013 hash_netport6_expire 4 19013 NULL
-+rc5t583_rtc_set_alarm_19017 rc5t583_rtc_set_alarm 0 19017 NULL nohasharray
-+store_shost_state_19017 store_shost_state 0-4 19017 &rc5t583_rtc_set_alarm_19017
-+xfs_trans_roll_19018 xfs_trans_roll 0 19018 NULL
-+tcp_port_write_19020 tcp_port_write 3-0 19020 NULL
-+cachefiles_daemon_bind_19023 cachefiles_daemon_bind 0 19023 NULL nohasharray
-+rtl92de_hw_init_19023 rtl92de_hw_init 0 19023 &cachefiles_daemon_bind_19023
-+edac_pci_dev_store_19027 edac_pci_dev_store 0-4 19027 NULL
-+xgmac_dma_desc_rings_init_19032 xgmac_dma_desc_rings_init 0 19032 NULL
-+sysfs_create_dir_ns_19033 sysfs_create_dir_ns 0 19033 NULL
-+revalidate_19043 revalidate 2-0 19043 NULL nohasharray
-+acpi_install_table_19043 acpi_install_table 1 19043 &revalidate_19043 nohasharray
-+mb862xx_i2c_write_19043 mb862xx_i2c_write 0 19043 &acpi_install_table_19043 nohasharray
-+snprintk_buf_19043 snprintk_buf 0 19043 &mb862xx_i2c_write_19043
-+drm_fb_helper_init_19044 drm_fb_helper_init 4-3 19044 NULL
-+acpi_ds_get_package_arguments_19046 acpi_ds_get_package_arguments 0 19046 NULL nohasharray
-+demote_rq_store_19046 demote_rq_store 0-3 19046 &acpi_ds_get_package_arguments_19046
-+afs_vnode_store_data_19048 afs_vnode_store_data 0 19048 NULL
-+osc_pinger_recov_seq_write_19056 osc_pinger_recov_seq_write 3 19056 NULL
-+pas_audio_prepare_for_input_19057 pas_audio_prepare_for_input 0 19057 NULL nohasharray
-+il_process_add_sta_resp_19057 il_process_add_sta_resp 0 19057 &pas_audio_prepare_for_input_19057
-+ads7846_disable_show_19061 ads7846_disable_show 0 19061 NULL
-+create_gpadl_header_19064 create_gpadl_header 2 19064 NULL
-+transient_duration_show_19065 transient_duration_show 0 19065 NULL
-+msix_map_region_19072 msix_map_region 2 19072 NULL
-+tg3_get_rxfh_indir_size_19074 tg3_get_rxfh_indir_size 0 19074 NULL
-+atkbd_do_show_extra_19077 atkbd_do_show_extra 0 19077 NULL
-+selinux_ip_output_19078 selinux_ip_output 0 19078 NULL
-+gue_gro_remcsum_19079 gue_gro_remcsum 5-2 19079 NULL
-+ceph_create_snap_context_19082 ceph_create_snap_context 1 19082 NULL nohasharray
-+show_fc_host_symbolic_name_19082 show_fc_host_symbolic_name 0 19082 &ceph_create_snap_context_19082
-+show_sched7_19083 show_sched7 0 19083 NULL
-+abx500_get_register_interruptible_19084 abx500_get_register_interruptible 0 19084 NULL
-+write_19086 write 0 19086 NULL
-+clk_core_set_rate_nolock_19089 clk_core_set_rate_nolock 0 19089 NULL
-+sys_process_vm_readv_19090 sys_process_vm_readv 3-5 19090 NULL nohasharray
-+brcmf_usbdev_qinit_19090 brcmf_usbdev_qinit 2 19090 &sys_process_vm_readv_19090
-+fw_flash_update_req_19092 fw_flash_update_req 0 19092 NULL
-+nouveau_sysfs_pstate_get_19094 nouveau_sysfs_pstate_get 0 19094 NULL
-+write_byte_19095 write_byte 0 19095 NULL
-+bcmgenet_init_rx_ring_19100 bcmgenet_init_rx_ring 0 19100 NULL
-+snd_pcm_oss_period_size_19101 snd_pcm_oss_period_size 0 19101 NULL
-+rt73usb_get_tx_data_len_19103 rt73usb_get_tx_data_len 0 19103 NULL
-+lm3556_indicator_pattern_store_19105 lm3556_indicator_pattern_store 0-4 19105 NULL
-+sta_last_seq_ctrl_read_19106 sta_last_seq_ctrl_read 3-0 19106 NULL
-+cifs_readv_from_socket_19109 cifs_readv_from_socket 3-4-0 19109 NULL
-+befs_statfs_19114 befs_statfs 0 19114 NULL
-+b43_gphy_op_init_19116 b43_gphy_op_init 0 19116 NULL
-+eni_setsockopt_19118 eni_setsockopt 0 19118 NULL
-+nb_callback_19124 nb_callback 0 19124 NULL nohasharray
-+ov6650_g_fmt_19124 ov6650_g_fmt 0 19124 &nb_callback_19124
-+ext4_inode_table_19125 ext4_inode_table 0 19125 NULL nohasharray
-+bh1770_prox_persistence_store_19125 bh1770_prox_persistence_store 0-4 19125 &ext4_inode_table_19125
-+max14577_read_reg_19127 max14577_read_reg 0 19127 NULL
-+mcam_vb_sg_buf_prepare_19130 mcam_vb_sg_buf_prepare 0 19130 NULL
-+show_alarms_reg_19136 show_alarms_reg 0 19136 NULL
-+lpfc_mlomgmt_show_19137 lpfc_mlomgmt_show 0 19137 NULL nohasharray
-+__gfs2_xattr_set_19137 __gfs2_xattr_set 0 19137 &lpfc_mlomgmt_show_19137 nohasharray
-+tg3_phy_reset_chanpat_19137 tg3_phy_reset_chanpat 0 19137 &__gfs2_xattr_set_19137
-+adp8860_bl_l1_daylight_dim_show_19139 adp8860_bl_l1_daylight_dim_show 0 19139 NULL
-+alloc_irdadev_19140 alloc_irdadev 1 19140 NULL
-+snd_pcm_lib_ioctl_fifo_size_19142 snd_pcm_lib_ioctl_fifo_size 0 19142 NULL
-+o2nm_cluster_show_19143 o2nm_cluster_show 0 19143 NULL
-+koneplus_sysfs_show_firmware_version_19147 koneplus_sysfs_show_firmware_version 0 19147 NULL
-+nfs4_handle_exception_19150 nfs4_handle_exception 0-2 19150 NULL
-+mls_context_to_sid_19151 mls_context_to_sid 0 19151 NULL
-+sleep_auth_read_19159 sleep_auth_read 3-0 19159 NULL
-+ext3_reserve_inode_write_19163 ext3_reserve_inode_write 0 19163 NULL nohasharray
-+store_virtual_19163 store_virtual 0-4 19163 &ext3_reserve_inode_write_19163
-+p2wi_smbus_xfer_19165 p2wi_smbus_xfer 0 19165 NULL
-+smk_write_access2_19170 smk_write_access2 3-0 19170 NULL
-+show_fcstat_fcp_output_requests_19177 show_fcstat_fcp_output_requests 0 19177 NULL
-+task_exit_notify_19181 task_exit_notify 0 19181 NULL
-+read_extent_buffer_to_user_19189 read_extent_buffer_to_user 4-3 19189 NULL nohasharray
-+snd_riptide_trigger_19189 snd_riptide_trigger 0 19189 &read_extent_buffer_to_user_19189
-+show_service_id_19190 show_service_id 0 19190 NULL
-+vlan_protocol_show_19193 vlan_protocol_show 0 19193 NULL
-+__iscsi_tpg_auth_show_userid_mutual_19197 __iscsi_tpg_auth_show_userid_mutual 0 19197 NULL
-+_ctl_board_tracer_show_19199 _ctl_board_tracer_show 0 19199 NULL
-+nouveau_hwmon_critical_temp_hyst_19201 nouveau_hwmon_critical_temp_hyst 0 19201 NULL
-+nilfs_direct_check_insert_19202 nilfs_direct_check_insert 0-2 19202 NULL
-+tw9910_s_stream_19204 tw9910_s_stream 0 19204 NULL nohasharray
-+mlx4_unicast_attach_19204 mlx4_unicast_attach 0 19204 &tw9910_s_stream_19204
-+iwl_dbgfs_reply_tx_error_read_19205 iwl_dbgfs_reply_tx_error_read 3-0 19205 NULL
-+qlcnic_store_beacon_19206 qlcnic_store_beacon 0-4 19206 NULL
-+show_sys_image_guid_19207 show_sys_image_guid 0 19207 NULL
-+dev_counters_read_19216 dev_counters_read 3-0 19216 NULL
-+wbcir_tx_19219 wbcir_tx 3 19219 NULL
-+udpv6_recvmsg_19221 udpv6_recvmsg 3 19221 NULL
-+nouveau_hwmon_max_temp_19222 nouveau_hwmon_max_temp 0 19222 NULL
-+snd_mask_max_19224 snd_mask_max 0 19224 NULL
-+_ctl_host_trace_buffer_enable_show_19227 _ctl_host_trace_buffer_enable_show 0 19227 NULL
-+kxcjk1013_validate_trigger_19230 kxcjk1013_validate_trigger 0 19230 NULL
-+vnic_dev_cmd_proxy_19232 vnic_dev_cmd_proxy 0 19232 NULL
-+bio_alloc_mddev_19238 bio_alloc_mddev 2 19238 NULL
-+airspy_set_mixer_gain_19239 airspy_set_mixer_gain 0 19239 NULL nohasharray
-+stk_s_ctrl_19239 stk_s_ctrl 0 19239 &airspy_set_mixer_gain_19239 nohasharray
-+set_attr_powered_19239 set_attr_powered 0-4 19239 &stk_s_ctrl_19239
-+smp_call_function_single_19240 smp_call_function_single 0 19240 NULL nohasharray
-+w5300_set_macaddr_19240 w5300_set_macaddr 0 19240 &smp_call_function_single_19240
-+selinux_inode_getsecctx_19244 selinux_inode_getsecctx 0 19244 NULL nohasharray
-+eth_validate_addr_19244 eth_validate_addr 0 19244 &selinux_inode_getsecctx_19244
-+store_priv_session_recovery_tmo_19245 store_priv_session_recovery_tmo 0-4 19245 NULL
-+aac_show_max_channel_19248 aac_show_max_channel 0 19248 NULL
-+bttv_risc_packed_19255 bttv_risc_packed 0 19255 NULL
-+ucma_query_19260 ucma_query 4 19260 NULL nohasharray
-+lp3972_ldo_is_enabled_19260 lp3972_ldo_is_enabled 0 19260 &ucma_query_19260
-+wdog_panic_handler_19262 wdog_panic_handler 0 19262 NULL
-+store_19264 store 0-3 19264 NULL nohasharray
-+fb_check_var_19264 fb_check_var 0 19264 &store_19264
-+twl_show_stats_19266 twl_show_stats 0 19266 NULL
-+sys_fcntl_19267 sys_fcntl 3 19267 NULL nohasharray
-+isight_start_streaming_19267 isight_start_streaming 0 19267 &sys_fcntl_19267 nohasharray
-+show_sys_hwmon_19267 show_sys_hwmon 0 19267 &isight_start_streaming_19267 nohasharray
-+bru_s_stream_19267 bru_s_stream 0 19267 &show_sys_hwmon_19267
-+store_engine1_load_19269 store_engine1_load 4-0 19269 NULL
-+rtl_pci_start_19273 rtl_pci_start 0 19273 NULL
-+tps65910_rtc_set_alarm_19275 tps65910_rtc_set_alarm 0 19275 NULL
-+patch_si3054_19278 patch_si3054 0 19278 NULL
-+il_dbgfs_rxon_filter_flags_read_19281 il_dbgfs_rxon_filter_flags_read 3-0 19281 NULL
-+io_mapping_map_wc_19284 io_mapping_map_wc 2 19284 NULL nohasharray
-+md5_export_19284 md5_export 0 19284 &io_mapping_map_wc_19284
-+batadv_tt_save_orig_buffer_19288 batadv_tt_save_orig_buffer 4 19288 NULL
-+snd_rawmidi_dev_register_19290 snd_rawmidi_dev_register 0 19290 NULL
-+raw_send_hdrinc_19292 raw_send_hdrinc 4 19292 NULL
-+show_in_max1_19293 show_in_max1 0 19293 NULL
-+virtnet_change_mtu_19294 virtnet_change_mtu 0 19294 NULL
-+patch_simple_hdmi_19296 patch_simple_hdmi 0 19296 NULL
-+TermChar_show_19300 TermChar_show 0 19300 NULL
-+fan_pwm1_show_19301 fan_pwm1_show 0 19301 NULL
-+ocfs2_prepare_inode_for_refcount_19303 ocfs2_prepare_inode_for_refcount 0 19303 NULL
-+event_tx_stuck_read_19305 event_tx_stuck_read 3-0 19305 NULL
-+bh1770_prox_persistence_show_19308 bh1770_prox_persistence_show 0 19308 NULL nohasharray
-+jffs2_do_setattr_19308 jffs2_do_setattr 0 19308 &bh1770_prox_persistence_show_19308
-+mtd_write_oob_19310 mtd_write_oob 0 19310 NULL
-+sr_write_gpio_19313 sr_write_gpio 0 19313 NULL
-+task_free_notify_19318 task_free_notify 0 19318 NULL nohasharray
-+update_scan_mode_19318 update_scan_mode 0 19318 &task_free_notify_19318
-+debug_read_19322 debug_read 3-0 19322 NULL nohasharray
-+rsxx_creg_read_19322 rsxx_creg_read 0 19322 &debug_read_19322
-+SYSC_sendfile64_19327 SYSC_sendfile64 4 19327 NULL nohasharray
-+wl1251_boot_run_firmware_19327 wl1251_boot_run_firmware 0 19327 &SYSC_sendfile64_19327
-+elan_smbus_get_checksum_19330 elan_smbus_get_checksum 0 19330 NULL
-+lbs_host_sleep_write_19332 lbs_host_sleep_write 3-0 19332 NULL
-+pwc_set_u16_ctrl_19335 pwc_set_u16_ctrl 0 19335 NULL nohasharray
-+ov7670_store_cmatrix_19335 ov7670_store_cmatrix 0 19335 &pwc_set_u16_ctrl_19335
-+saa7706h_set_reg24_19339 saa7706h_set_reg24 0 19339 NULL
-+bq32k_read_19342 bq32k_read 0 19342 NULL
-+group_show_19349 group_show 0 19349 NULL
-+__uncore_filter_isoc_show_19351 __uncore_filter_isoc_show 0 19351 NULL
-+hix5hd2_i2c_xfer_19354 hix5hd2_i2c_xfer 0-3 19354 NULL
-+bnx2x_get_phys_port_id_19355 bnx2x_get_phys_port_id 0 19355 NULL
-+si4713_choose_econtrol_action_19357 si4713_choose_econtrol_action 0 19357 NULL
-+musb_urb_enqueue_19358 musb_urb_enqueue 0 19358 NULL
-+firmware_data_write_19360 firmware_data_write 6-5-0 19360 NULL
-+mmio32read__write_file_19364 mmio32read__write_file 0 19364 NULL
-+ipheth_open_19366 ipheth_open 0 19366 NULL
-+qlge_vlan_rx_add_vid_19385 qlge_vlan_rx_add_vid 0 19385 NULL
-+p9_check_zc_errors_19389 p9_check_zc_errors 4 19389 NULL
-+interpret_user_input_19393 interpret_user_input 2-0 19393 NULL
-+v9fs_xattr_security_set_19396 v9fs_xattr_security_set 0 19396 NULL nohasharray
-+lxt973a2_read_status_19396 lxt973a2_read_status 0 19396 &v9fs_xattr_security_set_19396
-+sync_fill_pt_info_19397 sync_fill_pt_info 0 19397 NULL
-+get_unaligned_be16_19400 get_unaligned_be16 0 19400 NULL
-+get_n_events_by_type_19401 get_n_events_by_type 0 19401 NULL nohasharray
-+read_values_19401 read_values 0 19401 &get_n_events_by_type_19401
-+pep_recvmsg_19402 pep_recvmsg 4-0 19402 NULL
-+recover_timer_write_19403 recover_timer_write 3-0 19403 NULL
-+hid_hw_raw_request_19408 hid_hw_raw_request 0 19408 NULL
-+compr_flush_19409 compr_flush 2 19409 NULL
-+show_counter_rx_buf_ovfls_19414 show_counter_rx_buf_ovfls 0 19414 NULL nohasharray
-+perf_reboot_19414 perf_reboot 0 19414 &show_counter_rx_buf_ovfls_19414
-+target_fabric_tpg_param_attr_store_19419 target_fabric_tpg_param_attr_store 0-4 19419 NULL
-+synproxy_options_size_19422 synproxy_options_size 0 19422 NULL
-+dvbdmx_write_19423 dvbdmx_write 3 19423 NULL
-+write_begin_19424 write_begin 0 19424 NULL
-+snd_seq_ioctl_delete_port_19425 snd_seq_ioctl_delete_port 0 19425 NULL
-+packet_read_list_19427 packet_read_list 0 19427 NULL
-+cond_search_mask_read_19430 cond_search_mask_read 0-5-6 19430 NULL
-+esas2r_write_fw_19434 esas2r_write_fw 0-3-4 19434 NULL nohasharray
-+__phys_addr_19434 __phys_addr 0 19434 &esas2r_write_fw_19434
-+xfs_qm_vop_dqalloc_19436 xfs_qm_vop_dqalloc 0 19436 NULL nohasharray
-+rds_cancel_sent_to_19436 rds_cancel_sent_to 0 19436 &xfs_qm_vop_dqalloc_19436
-+snd_pcm_do_drain_init_19442 snd_pcm_do_drain_init 0 19442 NULL nohasharray
-+p2m_timeout_store_19442 p2m_timeout_store 0-4 19442 &snd_pcm_do_drain_init_19442
-+store_19443 store 0 19443 NULL
-+SyS_sched_getaffinity_19444 SyS_sched_getaffinity 2 19444 NULL
-+double_flag_store_19445 double_flag_store 0-4 19445 NULL
-+show_iface_mtu_19446 show_iface_mtu 0 19446 NULL
-+store_link_state_19448 store_link_state 0-4 19448 NULL
-+ds2781_set_pio_pin_19451 ds2781_set_pio_pin 0-4 19451 NULL
-+tps6507x_pmic_disable_19465 tps6507x_pmic_disable 0 19465 NULL
-+team_device_event_19466 team_device_event 0 19466 NULL
-+gp2ap020a00f_get_thresh_reg_19468 gp2ap020a00f_get_thresh_reg 0 19468 NULL
-+sctp_cmd_interpreter_19470 sctp_cmd_interpreter 0 19470 NULL
-+acpi_ut_validate_buffer_19473 acpi_ut_validate_buffer 0 19473 NULL
-+ab3100_get_register_interruptible_19474 ab3100_get_register_interruptible 0 19474 NULL
-+refill_pool_19477 refill_pool 2 19477 NULL
-+pxa_ep_queue_19480 pxa_ep_queue 0 19480 NULL
-+ksz9031_config_init_19483 ksz9031_config_init 0 19483 NULL
-+cpuset_can_attach_19498 cpuset_can_attach 0 19498 NULL
-+kstrtoll_from_user_19500 kstrtoll_from_user 2 19500 NULL
-+dequeue_signal_19504 dequeue_signal 0 19504 NULL
-+show_phys_width_19505 show_phys_width 0 19505 NULL nohasharray
-+bnx2fc_vport_destroy_19505 bnx2fc_vport_destroy 0 19505 &show_phys_width_19505
-+security_inode_setxattr_19506 security_inode_setxattr 0 19506 NULL
-+usb6fire_pcm_set_rate_19507 usb6fire_pcm_set_rate 0 19507 NULL
-+i2c_nuvoton_send_19508 i2c_nuvoton_send 0-3 19508 NULL nohasharray
-+rio_setup_inb_dbell_19508 rio_setup_inb_dbell 0 19508 &i2c_nuvoton_send_19508
-+ext4_add_new_descs_19509 ext4_add_new_descs 3 19509 NULL
-+i40e_get_regs_len_19512 i40e_get_regs_len 0 19512 NULL
-+ath10k_mem_value_write_19516 ath10k_mem_value_write 3-0 19516 NULL nohasharray
-+skb_realloc_headroom_19516 skb_realloc_headroom 2 19516 &ath10k_mem_value_write_19516
-+atm_alloc_charge_19517 atm_alloc_charge 2 19517 NULL nohasharray
-+dev_alloc_skb_19517 dev_alloc_skb 1 19517 &atm_alloc_charge_19517
-+batadv_tvlv_container_register_19520 batadv_tvlv_container_register 5 19520 NULL
-+gmbus_wait_hw_status_19522 gmbus_wait_hw_status 0 19522 NULL nohasharray
-+__uncore_filter_tid3_show_19522 __uncore_filter_tid3_show 0 19522 &gmbus_wait_hw_status_19522 nohasharray
-+reg_write_19522 reg_write 0 19522 &__uncore_filter_tid3_show_19522
-+pages_sharing_show_19524 pages_sharing_show 0 19524 NULL nohasharray
-+lpfc_oas_lun_state_set_19524 lpfc_oas_lun_state_set 0 19524 &pages_sharing_show_19524
-+iscsi_stat_instance_show_attr_fail_sess_19526 iscsi_stat_instance_show_attr_fail_sess 0 19526 NULL
-+jfs_fsync_19527 jfs_fsync 0 19527 NULL
-+set_eeprom3_19532 set_eeprom3 4-0 19532 NULL
-+nfc_llcp_build_tlv_19536 nfc_llcp_build_tlv 3 19536 NULL nohasharray
-+qla4xxx_phy_port_cnt_show_19536 qla4xxx_phy_port_cnt_show 0 19536 &nfc_llcp_build_tlv_19536
-+__videobuf_iolock_19538 __videobuf_iolock 0 19538 NULL
-+rx_packets_show_19543 rx_packets_show 0 19543 NULL nohasharray
-+vfb_check_var_19543 vfb_check_var 0 19543 &rx_packets_show_19543
-+koneplus_sysfs_read_sensor_19544 koneplus_sysfs_read_sensor 0-5-6 19544 NULL
-+pppoe_device_event_19547 pppoe_device_event 0 19547 NULL
-+cifs_revalidate_dentry_attr_19548 cifs_revalidate_dentry_attr 0 19548 NULL
-+pcrlock_19550 pcrlock 0 19550 NULL
-+shutdown_status_show_19554 shutdown_status_show 0 19554 NULL nohasharray
-+apds990x_prox_reporting_mode_show_19554 apds990x_prox_reporting_mode_show 0 19554 &shutdown_status_show_19554
-+set_pec_19556 set_pec 0-4 19556 NULL
-+eem_opts_ifname_show_19558 eem_opts_ifname_show 0 19558 NULL nohasharray
-+smack_inode_setsecurity_19558 smack_inode_setsecurity 0 19558 &eem_opts_ifname_show_19558
-+kernel_read_19559 kernel_read 0-4 19559 NULL
-+usb_show_dynids_19560 usb_show_dynids 0 19560 NULL
-+ocfs2_control_message_19564 ocfs2_control_message 3-0 19564 NULL
-+wlcore_hw_get_rx_packet_len_19565 wlcore_hw_get_rx_packet_len 0-3 19565 NULL
-+sctp_disconnect_19567 sctp_disconnect 0 19567 NULL
-+nfsd_read_19568 nfsd_read 5 19568 NULL
-+iscsi_tpg_param_show_TargetAlias_19570 iscsi_tpg_param_show_TargetAlias 0 19570 NULL
-+edac_device_ctl_poll_msec_store_19573 edac_device_ctl_poll_msec_store 0-3 19573 NULL
-+set_rx_filter_19574 set_rx_filter 0 19574 NULL
-+ieee80211_key_alloc_19575 ieee80211_key_alloc 3 19575 NULL
-+rcutorture_cpu_notify_19581 rcutorture_cpu_notify 0 19581 NULL
-+__da903x_read_19582 __da903x_read 0 19582 NULL
-+bm_status_read_19583 bm_status_read 3-0 19583 NULL
-+load_xattr_datum_19594 load_xattr_datum 0 19594 NULL nohasharray
-+selinux_inode_getattr_19594 selinux_inode_getattr 0 19594 &load_xattr_datum_19594 nohasharray
-+com20020_set_hwaddr_19594 com20020_set_hwaddr 0 19594 &selinux_inode_getattr_19594
-+show_message_age_timer_19595 show_message_age_timer 0 19595 NULL
-+iwl_pcie_load_cpu_sections_19600 iwl_pcie_load_cpu_sections 0 19600 NULL
-+msi_bus_store_19603 msi_bus_store 0-4 19603 NULL
-+drbg_sec_strength_19604 drbg_sec_strength 0 19604 NULL
-+reg_reqs_19606 reg_reqs 0 19606 NULL nohasharray
-+hdmi_create_eld_ctl_19606 hdmi_create_eld_ctl 0 19606 &reg_reqs_19606
-+qib_aio_write_19613 qib_aio_write 0 19613 NULL
-+show_srp_rport_state_19617 show_srp_rport_state 0 19617 NULL nohasharray
-+_ctl_host_trace_buffer_store_19617 _ctl_host_trace_buffer_store 0-4 19617 &show_srp_rport_state_19617
-+lm8323_set_disable_19619 lm8323_set_disable 0-4 19619 NULL
-+fmc_read_eeprom_19626 fmc_read_eeprom 0-5-6 19626 NULL
-+get_rfc1002_length_19628 get_rfc1002_length 0 19628 NULL
-+show_failed_reconnects_19629 show_failed_reconnects 0 19629 NULL
-+set_spdif_rate_19632 set_spdif_rate 0 19632 NULL nohasharray
-+init_verbs_show_19632 init_verbs_show 0 19632 &set_spdif_rate_19632
-+__mei_cl_recv_19636 __mei_cl_recv 3 19636 NULL
-+s2255_s_ctrl_19642 s2255_s_ctrl 0 19642 NULL nohasharray
-+selinux_syslog_19642 selinux_syslog 0 19642 &s2255_s_ctrl_19642
-+bridge_id_show_19644 bridge_id_show 0 19644 NULL
-+__zs_cpu_up_19647 __zs_cpu_up 0 19647 NULL
-+advwdt_write_19648 advwdt_write 0-3 19648 NULL nohasharray
-+xadc_power_adc_b_19648 xadc_power_adc_b 0 19648 &advwdt_write_19648
-+au8522_s_stream_19649 au8522_s_stream 0 19649 NULL
-+cm_get_battery_temperature_19650 cm_get_battery_temperature 0 19650 NULL
-+parser_init_19651 parser_init 2 19651 NULL
-+usbvision_rvmalloc_19655 usbvision_rvmalloc 1 19655 NULL nohasharray
-+xfs_attr_args_init_19655 xfs_attr_args_init 0 19655 &usbvision_rvmalloc_19655
-+LoadBitmap_19658 LoadBitmap 2 19658 NULL nohasharray
-+gpiochip_lock_as_irq_19658 gpiochip_lock_as_irq 0 19658 &LoadBitmap_19658
-+pwm_polarity_show_19660 pwm_polarity_show 0 19660 NULL nohasharray
-+instantiate_19660 instantiate 0 19660 &pwm_polarity_show_19660 nohasharray
-+iwl_dbgfs_pm_params_write_19660 iwl_dbgfs_pm_params_write 0-3 19660 &instantiate_19660
-+edd_show_interface_19665 edd_show_interface 0 19665 NULL nohasharray
-+wl1271_acx_beacon_filter_table_19665 wl1271_acx_beacon_filter_table 0 19665 &edd_show_interface_19665
-+ath10k_read_pktlog_filter_19667 ath10k_read_pktlog_filter 3-0 19667 NULL
-+selinux_socket_sendmsg_19668 selinux_socket_sendmsg 0 19668 NULL
-+nettel_reboot_notifier_19672 nettel_reboot_notifier 0 19672 NULL nohasharray
-+enable_19672 enable 0 19672 &nettel_reboot_notifier_19672
-+acpi_read_slow_19673 acpi_read_slow 3-2 19673 NULL
-+usbnet_write_cmd_19679 usbnet_write_cmd 7-0 19679 NULL
-+pm8001_chip_fw_flash_update_build_19685 pm8001_chip_fw_flash_update_build 0 19685 NULL
-+edac_device_ctl_panic_on_ue_store_19687 edac_device_ctl_panic_on_ue_store 0-3 19687 NULL
-+validate_npar_config_19688 validate_npar_config 0 19688 NULL
-+airspy_queue_setup_19692 airspy_queue_setup 0 19692 NULL
-+f2fs_issue_flush_19697 f2fs_issue_flush 0 19697 NULL
-+hints_show_19705 hints_show 0 19705 NULL
-+i2c_smbus_write_i2c_block_data_19706 i2c_smbus_write_i2c_block_data 0 19706 NULL nohasharray
-+store_fan_div_19706 store_fan_div 0-4 19706 &i2c_smbus_write_i2c_block_data_19706
-+memblock_virt_alloc_low_nopanic_19714 memblock_virt_alloc_low_nopanic 1 19714 NULL
-+read_reg_19723 read_reg 0 19723 NULL nohasharray
-+port_enable_19723 port_enable 0 19723 &read_reg_19723
-+sleep_functions_on_battery_store_19725 sleep_functions_on_battery_store 0-4 19725 NULL
-+wm8350_block_write_19727 wm8350_block_write 2-3-0 19727 NULL
-+target_stat_scsi_transport_show_attr_inst_19730 target_stat_scsi_transport_show_attr_inst 0 19730 NULL
-+do_iter_readv_writev_19732 do_iter_readv_writev 0 19732 NULL
-+iwlagn_commit_rxon_19737 iwlagn_commit_rxon 0 19737 NULL
-+snd_usX2Y_usbpcm_prepare_19741 snd_usX2Y_usbpcm_prepare 0 19741 NULL
-+p9_client_read_19750 p9_client_read 5-0 19750 NULL
-+lookup_level0_dirty_19752 lookup_level0_dirty 0 19752 NULL
-+pnpbios_proc_write_19758 pnpbios_proc_write 3 19758 NULL
-+ocfs2_readpages_19759 ocfs2_readpages 4 19759 NULL nohasharray
-+broadsheet_spiflash_write_sector_19759 broadsheet_spiflash_write_sector 0 19759 &ocfs2_readpages_19759
-+jffs2_acl_from_medium_19762 jffs2_acl_from_medium 2 19762 NULL
-+osst_recover_wait_frame_19766 osst_recover_wait_frame 0 19766 NULL
-+readhscx_19769 readhscx 0 19769 NULL nohasharray
-+i8k_get_fan_type_19769 i8k_get_fan_type 0 19769 &readhscx_19769 nohasharray
-+regulatory_set_wiphy_regd_sync_rtnl_19769 regulatory_set_wiphy_regd_sync_rtnl 0 19769 &i8k_get_fan_type_19769
-+flush_write_buffer_19770 flush_write_buffer 0 19770 NULL
-+pch_phub_gbe_serial_rom_conf_mp_19773 pch_phub_gbe_serial_rom_conf_mp 0 19773 NULL
-+ipath_f_get_base_info_19778 ipath_f_get_base_info 0 19778 NULL
-+set_battery_life_extender_19779 set_battery_life_extender 0-4 19779 NULL
-+saa7146_vmalloc_build_pgtable_19780 saa7146_vmalloc_build_pgtable 2 19780 NULL nohasharray
-+v3020_read_time_19780 v3020_read_time 0 19780 &saa7146_vmalloc_build_pgtable_19780 nohasharray
-+pm80xx_chip_ssp_io_req_19780 pm80xx_chip_ssp_io_req 0 19780 &v3020_read_time_19780
-+target_core_alua_tg_pt_gp_show_attr_alua_support_lba_dependent_19782 target_core_alua_tg_pt_gp_show_attr_alua_support_lba_dependent 0 19782 NULL
-+team_change_mtu_19785 team_change_mtu 0 19785 NULL
-+max_adj_show_19786 max_adj_show 0 19786 NULL nohasharray
-+ixgbe_fcoe_ddp_get_19786 ixgbe_fcoe_ddp_get 4 19786 &max_adj_show_19786
-+efm32_i2c_master_xfer_19788 efm32_i2c_master_xfer 0-3 19788 NULL
-+elan_sysfs_read_product_id_19789 elan_sysfs_read_product_id 0 19789 NULL
-+multicast_querier_interval_store_19790 multicast_querier_interval_store 4-0 19790 NULL
-+si3054_build_controls_19795 si3054_build_controls 0 19795 NULL
-+ems_usb_write_mode_19800 ems_usb_write_mode 0 19800 NULL nohasharray
-+btree_migratepage_19800 btree_migratepage 0 19800 &ems_usb_write_mode_19800
-+check_acpi_ids_19802 check_acpi_ids 0 19802 NULL
-+memory_isolate_notify_19808 memory_isolate_notify 0 19808 NULL
-+store_thermal_cruise_19810 store_thermal_cruise 0-4 19810 NULL
-+nci_hci_set_param_19812 nci_hci_set_param 5 19812 NULL nohasharray
-+ext2_setsize_19812 ext2_setsize 0 19812 &nci_hci_set_param_19812
-+fsa9480_show_manualsw_19815 fsa9480_show_manualsw 0 19815 NULL
-+ath10k_write_htt_max_amsdu_ampdu_19820 ath10k_write_htt_max_amsdu_ampdu 3-0 19820 NULL
-+mwl8k_get_stats_19823 mwl8k_get_stats 0 19823 NULL nohasharray
-+iwl_dbgfs_disable_power_off_write_19823 iwl_dbgfs_disable_power_off_write 0-3 19823 &mwl8k_get_stats_19823
-+irda_setsockopt_19824 irda_setsockopt 5-0 19824 NULL nohasharray
-+index_show_19824 index_show 0 19824 &irda_setsockopt_19824
-+xfs_bmap_add_extent_hole_real_19828 xfs_bmap_add_extent_hole_real 0 19828 NULL
-+pcpu_next_unpop_19831 pcpu_next_unpop 4 19831 NULL
-+vfs_getxattr_19832 vfs_getxattr 0 19832 NULL nohasharray
-+hash_walk_new_entry_19832 hash_walk_new_entry 0 19832 &vfs_getxattr_19832
-+c2port_show_flash_size_19834 c2port_show_flash_size 0 19834 NULL
-+__vfs_setxattr_noperm_19838 __vfs_setxattr_noperm 0 19838 NULL
-+bad_inode_listxattr_19840 bad_inode_listxattr 0-3 19840 NULL
-+_regulator_disable_19841 _regulator_disable 0 19841 NULL
-+ks959_change_speed_19843 ks959_change_speed 0 19843 NULL
-+ath10k_vdev_setup_sync_19847 ath10k_vdev_setup_sync 0 19847 NULL
-+ieee80211_mesh_rx_mgmt_action_19849 ieee80211_mesh_rx_mgmt_action 3 19849 NULL
-+oti6858_open_19850 oti6858_open 0 19850 NULL
-+sis190_mac_addr_19851 sis190_mac_addr 0 19851 NULL
-+cfg80211_mlme_register_mgmt_19852 cfg80211_mlme_register_mgmt 5 19852 NULL
-+dlm_lock_19858 dlm_lock 0 19858 NULL
-+local_cpus_show_19862 local_cpus_show 0 19862 NULL nohasharray
-+use_zero_page_store_19862 use_zero_page_store 0-4 19862 &local_cpus_show_19862
-+llcp_allocate_pdu_19866 llcp_allocate_pdu 3 19866 NULL nohasharray
-+twlreg_grp_19866 twlreg_grp 0 19866 &llcp_allocate_pdu_19866
-+ip6gre_err_19869 ip6gre_err 5 19869 NULL nohasharray
-+vid_out_queue_setup_19869 vid_out_queue_setup 0 19869 &ip6gre_err_19869 nohasharray
-+ext3_xattr_user_set_19869 ext3_xattr_user_set 0 19869 &vid_out_queue_setup_19869
-+iwl_mvm_add_bcast_sta_19871 iwl_mvm_add_bcast_sta 0 19871 NULL nohasharray
-+store_19871 store 0 19871 &iwl_mvm_add_bcast_sta_19871
-+si5351_xtal_prepare_19878 si5351_xtal_prepare 0 19878 NULL nohasharray
-+start_19878 start 0 19878 &si5351_xtal_prepare_19878
-+netevent_callback_19879 netevent_callback 0 19879 NULL
-+mrp_request_join_19882 mrp_request_join 4 19882 NULL nohasharray
-+dummy_hrtimer_stop_19882 dummy_hrtimer_stop 0 19882 &mrp_request_join_19882 nohasharray
-+security_setprocattr_19882 security_setprocattr 0-4 19882 &dummy_hrtimer_stop_19882
-+dev_pm_qos_update_user_latency_tolerance_19891 dev_pm_qos_update_user_latency_tolerance 0 19891 NULL
-+acpi_pm_pre_suspend_19892 acpi_pm_pre_suspend 0 19892 NULL
-+show_19893 show 0 19893 NULL nohasharray
-+_readpage_19893 _readpage 0 19893 &show_19893
-+wl1251_chip_wakeup_19894 wl1251_chip_wakeup 0 19894 NULL
-+xgbe_init_ring_19901 xgbe_init_ring 3-0 19901 NULL nohasharray
-+qlcnic_sysfs_read_pci_config_19901 qlcnic_sysfs_read_pci_config 6-0-5 19901 &xgbe_init_ring_19901
-+bonding_show_fail_over_mac_19903 bonding_show_fail_over_mac 0 19903 NULL
-+aes_decrypt_interrupt_read_19910 aes_decrypt_interrupt_read 3-0 19910 NULL
-+ecryptfs_read_xattr_region_19911 ecryptfs_read_xattr_region 0 19911 NULL
-+rt73usb_set_state_19917 rt73usb_set_state 0 19917 NULL
-+ps_upsd_max_apturn_read_19918 ps_upsd_max_apturn_read 3-0 19918 NULL
-+ipath_tempsense_read_19921 ipath_tempsense_read 0 19921 NULL
-+mangle_name_19923 mangle_name 0 19923 NULL
-+cgroup_task_count_19930 cgroup_task_count 0 19930 NULL
-+__add_section_19931 __add_section 0 19931 NULL
-+ceph_read_iter_19940 ceph_read_iter 0 19940 NULL
-+v4l2_ctrl_new_19942 v4l2_ctrl_new 12-8 19942 NULL
-+iwl_dbgfs_rx_queue_read_19943 iwl_dbgfs_rx_queue_read 3-0 19943 NULL
-+ds1672_get_datetime_19948 ds1672_get_datetime 0 19948 NULL nohasharray
-+store_temp_target_19948 store_temp_target 0-4 19948 &ds1672_get_datetime_19948
-+set_volt_max_19950 set_volt_max 0-4 19950 NULL
-+zd_ioread32v_locked_19953 zd_ioread32v_locked 0 19953 NULL
-+ll_xattr_cache_list_19954 ll_xattr_cache_list 0 19954 NULL
-+tipc_bind_19957 tipc_bind 0 19957 NULL
-+wl3501_resume_19959 wl3501_resume 0 19959 NULL
-+hfsplus_user_listxattr_19960 hfsplus_user_listxattr 0-5 19960 NULL
-+sd_s_ctrl_19963 sd_s_ctrl 0 19963 NULL
-+ax25_send_frame_19964 ax25_send_frame 2 19964 NULL nohasharray
-+bt819_s_ctrl_19964 bt819_s_ctrl 0 19964 &ax25_send_frame_19964
-+set_aw_pt_bi_19967 set_aw_pt_bi 0 19967 NULL
-+ims_pcu_ofn_reg_data_store_19974 ims_pcu_ofn_reg_data_store 0-4 19974 NULL
-+attr_sensitivity_store_cptkbd_19976 attr_sensitivity_store_cptkbd 0-4 19976 NULL
-+apparmor_getprocattr_19982 apparmor_getprocattr 0 19982 NULL
-+snd_usbtv_card_trigger_19983 snd_usbtv_card_trigger 0 19983 NULL
-+attach_hdlc_protocol_19986 attach_hdlc_protocol 3 19986 NULL
-+i40e_reserve_msix_vectors_19989 i40e_reserve_msix_vectors 2-0 19989 NULL nohasharray
-+rtw_set_wps_probe_resp_19989 rtw_set_wps_probe_resp 3 19989 &i40e_reserve_msix_vectors_19989
-+_osd_req_finalize_set_attr_list_19990 _osd_req_finalize_set_attr_list 0 19990 NULL nohasharray
-+islpci_upload_fw_19990 islpci_upload_fw 0 19990 &_osd_req_finalize_set_attr_list_19990
-+find_overflow_devnum_19995 find_overflow_devnum 0 19995 NULL
-+reshape_direction_show_19999 reshape_direction_show 0 19999 NULL
-+diva_um_idi_read_20003 diva_um_idi_read 0 20003 NULL
-+cpuset_write_s64_20004 cpuset_write_s64 0 20004 NULL
-+spmi_ext_register_readl_20005 spmi_ext_register_readl 0 20005 NULL
-+event_trigger_write_20009 event_trigger_write 3 20009 NULL
-+tree_mod_log_eb_move_20011 tree_mod_log_eb_move 5 20011 NULL
-+disk_events_async_show_20020 disk_events_async_show 0 20020 NULL
-+smsc911x_reg_read_20026 smsc911x_reg_read 0 20026 NULL nohasharray
-+sisusb_write_memio_long_20026 sisusb_write_memio_long 0 20026 &smsc911x_reg_read_20026
-+SYSC_fgetxattr_20027 SYSC_fgetxattr 4 20027 NULL
-+split_scan_timeout_read_20029 split_scan_timeout_read 3-0 20029 NULL nohasharray
-+ufs_readpage_20029 ufs_readpage 0 20029 &split_scan_timeout_read_20029
-+acpi_ds_obj_stack_pop_20030 acpi_ds_obj_stack_pop 0 20030 NULL nohasharray
-+bq2415x_sysfs_set_enable_20030 bq2415x_sysfs_set_enable 0-4 20030 &acpi_ds_obj_stack_pop_20030
-+radeon_hwmon_show_temp_20032 radeon_hwmon_show_temp 0 20032 NULL nohasharray
-+ocfs2_xattr_security_set_20032 ocfs2_xattr_security_set 0 20032 &radeon_hwmon_show_temp_20032
-+platform_suspend_prepare_20036 platform_suspend_prepare 0 20036 NULL
-+read_tape_20037 read_tape 0 20037 NULL
-+nvkm_disp_create__20040 nvkm_disp_create_ 4-7 20040 NULL nohasharray
-+cxacru_sysfs_show_upstream_attenuation_20040 cxacru_sysfs_show_upstream_attenuation 0 20040 &nvkm_disp_create__20040
-+mwl8k_init_txqs_20042 mwl8k_init_txqs 0 20042 NULL
-+cmdline_show_20044 cmdline_show 0 20044 NULL
-+mt_show_quirks_20045 mt_show_quirks 0 20045 NULL
-+show_compression_20048 show_compression 0 20048 NULL
-+usX2Y_urbs_allocate_20052 usX2Y_urbs_allocate 0 20052 NULL
-+lpfc_txcmplq_hw_show_20055 lpfc_txcmplq_hw_show 0 20055 NULL nohasharray
-+nf_iterate_20055 nf_iterate 0 20055 &lpfc_txcmplq_hw_show_20055
-+__be32_to_cpup_20056 __be32_to_cpup 0 20056 NULL
-+roccat_common2_sysfs_write_stored_lights_20059 roccat_common2_sysfs_write_stored_lights 0-6-5 20059 NULL
-+upcall_20060 upcall 0-4 20060 NULL
-+w1_ds2760_io_20065 w1_ds2760_io 3-4-0 20065 NULL
-+iwl_mvm_power_mac_dbgfs_read_20067 iwl_mvm_power_mac_dbgfs_read 4-0 20067 NULL nohasharray
-+__uncore_filter_state2_show_20067 __uncore_filter_state2_show 0 20067 &iwl_mvm_power_mac_dbgfs_read_20067
-+l2tp_ip6_getname_20071 l2tp_ip6_getname 0 20071 NULL
-+target_message_20072 target_message 2 20072 NULL
-+rawv6_sendmsg_20080 rawv6_sendmsg 4-0 20080 NULL nohasharray
-+ieee802154_check_concurrent_iface_20080 ieee802154_check_concurrent_iface 0 20080 &rawv6_sendmsg_20080 nohasharray
-+init_chip_reset_20080 init_chip_reset 0 20080 &ieee802154_check_concurrent_iface_20080
-+fuse_conn_limit_read_20084 fuse_conn_limit_read 3-0 20084 NULL
-+aat2870_reg_write_file_20086 aat2870_reg_write_file 3-0 20086 NULL
-+reiserfs_dir_fsync_20088 reiserfs_dir_fsync 0 20088 NULL nohasharray
-+cma_alloc_write_20088 cma_alloc_write 2 20088 &reiserfs_dir_fsync_20088
-+team_options_register_20091 team_options_register 3-0 20091 NULL nohasharray
-+lpfc_poll_show_20091 lpfc_poll_show 0 20091 &team_options_register_20091 nohasharray
-+rt2800pci_set_state_20091 rt2800pci_set_state 0 20091 &lpfc_poll_show_20091 nohasharray
-+ssb_attr_sprom_store_20091 ssb_attr_sprom_store 0-3 20091 &rt2800pci_set_state_20091
-+sctp_make_data_20093 sctp_make_data 3 20093 NULL
-+mls_context_cpy_high_20094 mls_context_cpy_high 0 20094 NULL
-+mptscsih_board_assembly_show_20096 mptscsih_board_assembly_show 0 20096 NULL
-+read_int_20098 read_int 0 20098 NULL nohasharray
-+dn_auto_bind_20098 dn_auto_bind 0 20098 &read_int_20098
-+attr_press_speed_store_tpkbd_20100 attr_press_speed_store_tpkbd 0-4 20100 NULL
-+snd_es1938_playback1_trigger_20102 snd_es1938_playback1_trigger 0 20102 NULL
-+xfs_qm_dqget_20103 xfs_qm_dqget 0 20103 NULL nohasharray
-+mgmt_limited_event_20103 mgmt_limited_event 4 20103 &xfs_qm_dqget_20103
-+fd_do_unmap_20109 fd_do_unmap 4 20109 NULL
-+nilfs_segments_clean_segments_show_20115 nilfs_segments_clean_segments_show 0 20115 NULL
-+iscsi_tpg_param_store_TargetAlias_20119 iscsi_tpg_param_store_TargetAlias 0-3 20119 NULL
-+cx18_s_audio_sampling_freq_20123 cx18_s_audio_sampling_freq 0 20123 NULL nohasharray
-+adp8870_bl_l4_indoor_dim_store_20123 adp8870_bl_l4_indoor_dim_store 4-0 20123 &cx18_s_audio_sampling_freq_20123
-+bluetooth_get_status_20129 bluetooth_get_status 0 20129 NULL nohasharray
-+dlci_open_20129 dlci_open 0 20129 &bluetooth_get_status_20129
-+noop_init_queue_20130 noop_init_queue 0 20130 NULL
-+self_check_vid_hdr_20131 self_check_vid_hdr 0 20131 NULL
-+selinux_ip_postroute_compat_20134 selinux_ip_postroute_compat 0 20134 NULL
-+snd_info_register_20136 snd_info_register 0 20136 NULL
-+jffs2_fsync_20143 jffs2_fsync 0 20143 NULL
-+btrfs_writepages_20144 btrfs_writepages 0 20144 NULL
-+get_fan_off_20148 get_fan_off 0 20148 NULL nohasharray
-+scsi_bus_prepare_20148 scsi_bus_prepare 0 20148 &get_fan_off_20148
-+send_init_20149 send_init 0 20149 NULL nohasharray
-+ip_vs_in_icmp_20149 ip_vs_in_icmp 0 20149 &send_init_20149
-+write_20150 write 0 20150 NULL
-+rbd_dev_v2_image_size_20154 rbd_dev_v2_image_size 0 20154 NULL
-+ext4_ext_direct_IO_20165 ext4_ext_direct_IO 4-0 20165 NULL
-+tomoyo_commit_ok_20167 tomoyo_commit_ok 2 20167 NULL
-+os_desc_attr_show_20169 os_desc_attr_show 0 20169 NULL nohasharray
-+qib_user_sdma_writev_20169 qib_user_sdma_writev 0 20169 &os_desc_attr_show_20169 nohasharray
-+gem_open_20169 gem_open 0 20169 &qib_user_sdma_writev_20169
-+jffs2_rubinmips_decompress_20170 jffs2_rubinmips_decompress 0 20170 NULL
-+read_flush_pipefs_20171 read_flush_pipefs 3-0 20171 NULL
-+wep_addr_key_count_read_20174 wep_addr_key_count_read 3-0 20174 NULL
-+kstrtou8_20177 kstrtou8 0 20177 NULL
-+i2c_send_byte_20180 i2c_send_byte 0 20180 NULL
-+ieee802154_check_mac_settings_20182 ieee802154_check_mac_settings 0 20182 NULL
-+acpi_ds_load2_end_op_20185 acpi_ds_load2_end_op 0 20185 NULL nohasharray
-+atm_init_aal5_20185 atm_init_aal5 0 20185 &acpi_ds_load2_end_op_20185
-+ax25_hard_header_20187 ax25_hard_header 0 20187 NULL nohasharray
-+atl1e_phy_setup_autoneg_adv_20187 atl1e_phy_setup_autoneg_adv 0 20187 &ax25_hard_header_20187
-+trusted_set_20196 trusted_set 0 20196 NULL
-+fan_pwm1_enable_show_20200 fan_pwm1_enable_show 0 20200 NULL nohasharray
-+phy_init_hw_20200 phy_init_hw 0 20200 &fan_pwm1_enable_show_20200
-+video_end_20205 video_end 0 20205 NULL
-+bitmap_find_next_zero_area_off_20211 bitmap_find_next_zero_area_off 2-3-0-4-5-6 20211 NULL
-+ds1343_read_time_20213 ds1343_read_time 0 20213 NULL
-+udf_do_extend_file_20214 udf_do_extend_file 0 20214 NULL nohasharray
-+udf_bitmap_new_block_20214 udf_bitmap_new_block 4 20214 &udf_do_extend_file_20214
-+parport_uss720_epp_write_addr_20216 parport_uss720_epp_write_addr 0 20216 NULL
-+dpm_suspend_noirq_20217 dpm_suspend_noirq 0 20217 NULL
-+target_fabric_port_attr_show_20218 target_fabric_port_attr_show 0 20218 NULL
-+__radix_tree_create_20221 __radix_tree_create 0 20221 NULL
-+efivar_attr_read_20222 efivar_attr_read 0 20222 NULL nohasharray
-+destid_show_20222 destid_show 0 20222 &efivar_attr_read_20222
-+bind_20227 bind 0 20227 NULL
-+pvr2_ctrl_value_to_sym_20229 pvr2_ctrl_value_to_sym 5 20229 NULL
-+ds1374_wdt_read_20232 ds1374_wdt_read 0-3 20232 NULL
-+ath10k_mac_set_frag_20235 ath10k_mac_set_frag 0 20235 NULL
-+sstfb_check_var_20237 sstfb_check_var 0 20237 NULL nohasharray
-+ext2_unfreeze_20237 ext2_unfreeze 0 20237 &sstfb_check_var_20237
-+show_selfballoon_min_usable_mb_20238 show_selfballoon_min_usable_mb 0 20238 NULL
-+ltc4261_show_value_20241 ltc4261_show_value 0 20241 NULL
-+stk1160_i2c_xfer_20245 stk1160_i2c_xfer 0-3 20245 NULL
-+uvc_init_video_bulk_20246 uvc_init_video_bulk 0 20246 NULL nohasharray
-+fm3130_set_alarm_20246 fm3130_set_alarm 0 20246 &uvc_init_video_bulk_20246 nohasharray
-+sxgbe_change_mtu_20246 sxgbe_change_mtu 0 20246 &fm3130_set_alarm_20246
-+rose_sendmsg_20249 rose_sendmsg 4-0 20249 NULL
-+tm6000_i2c_send_regs_20250 tm6000_i2c_send_regs 5-0 20250 NULL
-+async_20251 async 0 20251 NULL
-+store_filter_20252 store_filter 0-4 20252 NULL
-+resource_size_20256 resource_size 0 20256 NULL
-+ssd1307fb_write_array_20258 ssd1307fb_write_array 3 20258 NULL nohasharray
-+create_pnp_modalias_20258 create_pnp_modalias 0 20258 &ssd1307fb_write_array_20258
-+sru_s_stream_20259 sru_s_stream 0 20259 NULL
-+wl1271_boot_soft_reset_20262 wl1271_boot_soft_reset 0 20262 NULL nohasharray
-+target_core_hba_attr_store_20262 target_core_hba_attr_store 0-4 20262 &wl1271_boot_soft_reset_20262
-+mt2063_set_dnc_output_enable_20263 mt2063_set_dnc_output_enable 0 20263 NULL nohasharray
-+i40e_open_20263 i40e_open 0 20263 &mt2063_set_dnc_output_enable_20263
-+notifier_from_errno_20267 notifier_from_errno 0-1 20267 NULL
-+torture_shutdown_notify_20269 torture_shutdown_notify 0 20269 NULL
-+gadget_dev_desc_idProduct_show_20270 gadget_dev_desc_idProduct_show 0 20270 NULL
-+fuse_copy_args_20271 fuse_copy_args 0 20271 NULL
-+tg3_restart_hw_20272 tg3_restart_hw 0 20272 NULL
-+vcc_mode_show_20273 vcc_mode_show 0 20273 NULL
-+snd_seq_ioctl_get_port_info_20274 snd_seq_ioctl_get_port_info 0 20274 NULL
-+mp_unregister_gsi_20278 mp_unregister_gsi 1 20278 NULL nohasharray
-+power_up_20278 power_up 0 20278 &mp_unregister_gsi_20278
-+w1_master_attribute_show_max_slave_count_20280 w1_master_attribute_show_max_slave_count 0 20280 NULL
-+mx2_start_streaming_20282 mx2_start_streaming 0 20282 NULL
-+gfs2_setattr_simple_20283 gfs2_setattr_simple 0 20283 NULL
-+__uncore_match_rnid4_show_20285 __uncore_match_rnid4_show 0 20285 NULL
-+__rds_rdma_map_20287 __rds_rdma_map 0 20287 NULL
-+snd_pcm_hw_param_near_20288 snd_pcm_hw_param_near 0 20288 NULL nohasharray
-+rxrpc_krb5_decode_principal_20288 rxrpc_krb5_decode_principal 0 20288 &snd_pcm_hw_param_near_20288
-+wait_for_bulk_out_ready_20289 wait_for_bulk_out_ready 0 20289 NULL
-+blk_mq_hw_sysfs_queued_show_20294 blk_mq_hw_sysfs_queued_show 0 20294 NULL
-+btrfs_header_nritems_20296 btrfs_header_nritems 0 20296 NULL
-+do_take_over_console_20297 do_take_over_console 0 20297 NULL
-+iwl_parse_nvm_mcc_info_20301 iwl_parse_nvm_mcc_info 3 20301 NULL
-+r10_sync_page_io_20307 r10_sync_page_io 3 20307 NULL
-+curr_bitstream_show_20308 curr_bitstream_show 0 20308 NULL
-+lpfc_cr_count_show_20309 lpfc_cr_count_show 0 20309 NULL
-+show_sched1_20310 show_sched1 0 20310 NULL nohasharray
-+sock_common_recvmsg_20310 sock_common_recvmsg 0-4 20310 &show_sched1_20310
-+_rtl92s_get_h2c_cmdlen_20312 _rtl92s_get_h2c_cmdlen 0 20312 NULL
-+dm_get_reserved_bio_based_ios_20315 dm_get_reserved_bio_based_ios 0 20315 NULL nohasharray
-+lapic_suspend_20315 lapic_suspend 0 20315 &dm_get_reserved_bio_based_ios_20315
-+tx_tx_burst_programmed_read_20320 tx_tx_burst_programmed_read 3-0 20320 NULL
-+qlcnic_sysfs_get_port_stats_20321 qlcnic_sysfs_get_port_stats 0-6-5 20321 NULL nohasharray
-+disable_hwint_20321 disable_hwint 0 20321 &qlcnic_sysfs_get_port_stats_20321
-+vx_send_msg_nolock_20322 vx_send_msg_nolock 0 20322 NULL nohasharray
-+target_stat_scsi_tgt_port_show_attr_dev_20322 target_stat_scsi_tgt_port_show_attr_dev 0 20322 &vx_send_msg_nolock_20322
-+snd_cs4281_BA1_read_20323 snd_cs4281_BA1_read 5-0 20323 NULL
-+clockevents_unbind_20324 clockevents_unbind 0 20324 NULL
-+wacom_buttons_luminance_store_20325 wacom_buttons_luminance_store 0-4 20325 NULL
-+cyapa_i2c_reg_read_block_20326 cyapa_i2c_reg_read_block 0 20326 NULL
-+sys_dmi_modalias_show_20334 sys_dmi_modalias_show 0 20334 NULL
-+dax_do_io_20335 dax_do_io 4 20335 NULL
-+lpt_gc_20337 lpt_gc 0 20337 NULL
-+patch_nvhdmi_2ch_20339 patch_nvhdmi_2ch 0 20339 NULL
-+gfs2_glock_nq_m_20347 gfs2_glock_nq_m 1-0 20347 NULL
-+show_turbo_20348 show_turbo 0 20348 NULL
-+si2157_cmd_execute_20350 si2157_cmd_execute 0 20350 NULL
-+show_tablet_20355 show_tablet 0 20355 NULL
-+fw_load_from_user_helper_20360 fw_load_from_user_helper 0 20360 NULL
-+ltc4245_show_power_20364 ltc4245_show_power 0 20364 NULL
-+aio_migratepage_20365 aio_migratepage 0 20365 NULL
-+qla82xx_pci_mem_read_direct_20368 qla82xx_pci_mem_read_direct 2 20368 NULL
-+core_num_show_20369 core_num_show 0 20369 NULL
-+wl1271_acx_keep_alive_mode_20372 wl1271_acx_keep_alive_mode 0 20372 NULL
-+asix_get_eeprom_len_20373 asix_get_eeprom_len 0 20373 NULL
-+thermal_get_sensor_20377 thermal_get_sensor 0 20377 NULL
-+wakeup_total_time_show_20378 wakeup_total_time_show 0 20378 NULL
-+smk_set_cipso_20379 smk_set_cipso 3-0 20379 NULL
-+block_read_full_page_20380 block_read_full_page 0 20380 NULL
-+SMB2_flush_20381 SMB2_flush 0 20381 NULL
-+stmmac_get_sset_count_20387 stmmac_get_sset_count 0 20387 NULL
-+show_fcoe_ctlr_device_miss_fka_20388 show_fcoe_ctlr_device_miss_fka 0 20388 NULL
-+sdev_show_device_busy_20392 sdev_show_device_busy 0 20392 NULL nohasharray
-+vxge_hw_vpath_mac_addr_delete_20392 vxge_hw_vpath_mac_addr_delete 0 20392 &sdev_show_device_busy_20392
-+power_supply_read_temp_20397 power_supply_read_temp 0 20397 NULL
-+__kfifo_from_user_20399 __kfifo_from_user 3 20399 NULL nohasharray
-+SyS_get_mempolicy_20399 SyS_get_mempolicy 3 20399 &__kfifo_from_user_20399
-+igb_vlan_rx_add_vid_20402 igb_vlan_rx_add_vid 0 20402 NULL
-+arcmsr_attr_host_fw_version_20411 arcmsr_attr_host_fw_version 0 20411 NULL nohasharray
-+whole_disk_show_20411 whole_disk_show 0 20411 &arcmsr_attr_host_fw_version_20411
-+acpi_ds_init_object_from_op_20413 acpi_ds_init_object_from_op 0 20413 NULL nohasharray
-+a_alt_hnp_support_show_20413 a_alt_hnp_support_show 0 20413 &acpi_ds_init_object_from_op_20413
-+wl1271_acx_sg_enable_20415 wl1271_acx_sg_enable 0 20415 NULL
-+cx231xx_i2c_check_for_device_20416 cx231xx_i2c_check_for_device 0 20416 NULL
-+eeprom_store_20424 eeprom_store 0-4 20424 NULL
-+igb_setup_rx_resources_20425 igb_setup_rx_resources 0 20425 NULL
-+add_hash_entry_20427 add_hash_entry 0 20427 NULL
-+igbvf_setup_tx_resources_20428 igbvf_setup_tx_resources 0 20428 NULL
-+anysee_ctrl_msg_20430 anysee_ctrl_msg 0 20430 NULL
-+find_skb_20431 find_skb 2 20431 NULL
-+fmc_send_cmd_20435 fmc_send_cmd 5-0 20435 NULL
-+mptscsih_debug_level_show_20438 mptscsih_debug_level_show 0 20438 NULL
-+_ctl_version_mpi_show_20455 _ctl_version_mpi_show 0 20455 NULL nohasharray
-+show_fc_host_port_id_20455 show_fc_host_port_id 0 20455 &_ctl_version_mpi_show_20455 nohasharray
-+adp8860_bl_l3_dark_dim_show_20455 adp8860_bl_l3_dark_dim_show 0 20455 &show_fc_host_port_id_20455
-+ath10k_pci_hif_map_service_to_pipe_20460 ath10k_pci_hif_map_service_to_pipe 0 20460 NULL
-+ds2781_read_user_eeprom_bin_20461 ds2781_read_user_eeprom_bin 6-5-0 20461 NULL nohasharray
-+ir_open_20461 ir_open 0 20461 &ds2781_read_user_eeprom_bin_20461
-+wl18xx_wait_for_event_20464 wl18xx_wait_for_event 0 20464 NULL
-+compat_ipv6_setsockopt_20468 compat_ipv6_setsockopt 5 20468 NULL nohasharray
-+adp8860_bl_l1_daylight_max_show_20468 adp8860_bl_l1_daylight_max_show 0 20468 &compat_ipv6_setsockopt_20468 nohasharray
-+mwl8k_reload_firmware_20468 mwl8k_reload_firmware 0 20468 &adp8860_bl_l1_daylight_max_show_20468
-+read_buf_20469 read_buf 2 20469 NULL
-+reiserfs_chown_xattrs_20471 reiserfs_chown_xattrs 0 20471 NULL
-+bio_trim_20472 bio_trim 2 20472 NULL nohasharray
-+alloc_pipe_config_20472 alloc_pipe_config 0 20472 &bio_trim_20472
-+pci_mmcfg_read_numachip_20473 pci_mmcfg_read_numachip 0 20473 NULL
-+nfs4_do_setattr_20475 nfs4_do_setattr 0 20475 NULL
-+btrfs_get_32_20476 btrfs_get_32 0 20476 NULL nohasharray
-+adt7x10_write_byte_20476 adt7x10_write_byte 0 20476 &btrfs_get_32_20476
-+start_service_discovery_20477 start_service_discovery 4 20477 NULL nohasharray
-+show_scan_age_20477 show_scan_age 0 20477 &start_service_discovery_20477
-+memcg_update_list_lru_20486 memcg_update_list_lru 3-0 20486 NULL
-+vxge_open_20497 vxge_open 0 20497 NULL
-+i7core_inject_enable_store_20501 i7core_inject_enable_store 0-4 20501 NULL
-+elan_sysfs_read_iap_ver_20502 elan_sysfs_read_iap_ver 0 20502 NULL
-+hidraw_report_event_20503 hidraw_report_event 3 20503 NULL nohasharray
-+mcs_net_open_20503 mcs_net_open 0 20503 &hidraw_report_event_20503 nohasharray
-+ocfs2_db_frozen_trigger_20503 ocfs2_db_frozen_trigger 4 20503 &mcs_net_open_20503
-+w1_master_attribute_show_pullup_20506 w1_master_attribute_show_pullup 0 20506 NULL
-+ipr_store_adapter_state_20513 ipr_store_adapter_state 0-4 20513 NULL
-+i2c_atmel_recv_20516 i2c_atmel_recv 0-3 20516 NULL nohasharray
-+thermal_throttle_add_dev_20516 thermal_throttle_add_dev 0 20516 &i2c_atmel_recv_20516
-+nilfs_snapshot_blocks_count_show_20518 nilfs_snapshot_blocks_count_show 0 20518 NULL
-+xfs_dir3_leaf_get_buf_20519 xfs_dir3_leaf_get_buf 0 20519 NULL
-+xfs_iext_realloc_direct_20521 xfs_iext_realloc_direct 2 20521 NULL
-+drbd_bm_resize_20522 drbd_bm_resize 2 20522 NULL
-+dpm_suspend_start_20531 dpm_suspend_start 0 20531 NULL
-+amd_create_gatt_pages_20537 amd_create_gatt_pages 1 20537 NULL
-+acpi_ex_extract_from_field_20539 acpi_ex_extract_from_field 0 20539 NULL
-+mwifiex_cmd_802_11_subsc_evt_20540 mwifiex_cmd_802_11_subsc_evt 0 20540 NULL
-+store_soft_offline_page_20548 store_soft_offline_page 0-4 20548 NULL
-+scsi_report_opcode_20551 scsi_report_opcode 3 20551 NULL
-+bch_snprint_string_list_20552 bch_snprint_string_list 0 20552 NULL
-+venus_create_20555 venus_create 4 20555 NULL
-+show_fc_rport_port_state_20557 show_fc_rport_port_state 0 20557 NULL
-+pm8001_chip_sata_req_20559 pm8001_chip_sata_req 0 20559 NULL
-+iscsi_stat_instance_show_attr_fail_type_20560 iscsi_stat_instance_show_attr_fail_type 0 20560 NULL
-+rt2x00debug_read_rfcsr_20562 rt2x00debug_read_rfcsr 0-3 20562 NULL
-+o2hb_heartbeat_group_threshold_show_20570 o2hb_heartbeat_group_threshold_show 0 20570 NULL nohasharray
-+xfs_bmap_isaeof_20570 xfs_bmap_isaeof 0 20570 &o2hb_heartbeat_group_threshold_show_20570
-+ctnetlink_label_size_20572 ctnetlink_label_size 0 20572 NULL nohasharray
-+isight_prepare_20572 isight_prepare 0 20572 &ctnetlink_label_size_20572
-+bch_flash_dev_show_20574 bch_flash_dev_show 0 20574 NULL nohasharray
-+dead_read_20574 dead_read 0 20574 &bch_flash_dev_show_20574
-+cachefiles_daemon_frun_20577 cachefiles_daemon_frun 0 20577 NULL
-+bluetooth_enable_show_20578 bluetooth_enable_show 0 20578 NULL nohasharray
-+command_setcolourbalance_20578 command_setcolourbalance 0 20578 &bluetooth_enable_show_20578 nohasharray
-+wl1271_acx_sta_rate_policies_20578 wl1271_acx_sta_rate_policies 0 20578 &command_setcolourbalance_20578 nohasharray
-+nf_hook_slow_20578 nf_hook_slow 0 20578 &wl1271_acx_sta_rate_policies_20578
-+xen_pci_notifier_20579 xen_pci_notifier 0 20579 NULL
-+set_performance_level_20580 set_performance_level 0-4 20580 NULL
-+saa711x_s_stream_20581 saa711x_s_stream 0 20581 NULL
-+uwb_rc_dev_addr_mgmt_20582 uwb_rc_dev_addr_mgmt 0 20582 NULL
-+store_pwm_ast_20585 store_pwm_ast 0-4 20585 NULL
-+ksz8873mll_read_status_20586 ksz8873mll_read_status 0 20586 NULL
-+ocfs2_cluster_lock_20588 ocfs2_cluster_lock 0 20588 NULL
-+r820t_get_if_frequency_20589 r820t_get_if_frequency 0 20589 NULL
-+nforce2_check_status_20594 nforce2_check_status 0 20594 NULL
-+set_secure_conn_20596 set_secure_conn 4 20596 NULL
-+quota_refresh_group_store_20597 quota_refresh_group_store 0-3 20597 NULL
-+lpfc_task_mgmt_tmo_show_20600 lpfc_task_mgmt_tmo_show 0 20600 NULL nohasharray
-+saa7706h_set_reg16_20600 saa7706h_set_reg16 0 20600 &lpfc_task_mgmt_tmo_show_20600
-+sync_timeline_create_20601 sync_timeline_create 2 20601 NULL
-+_netdev_open_20602 _netdev_open 0 20602 NULL
-+lirc_write_20604 lirc_write 3 20604 NULL
-+qlcnic_config_led_20611 qlcnic_config_led 0 20611 NULL
-+first_done_show_20612 first_done_show 0 20612 NULL
-+i2c_mux_master_xfer_20613 i2c_mux_master_xfer 3 20613 NULL
-+qib_qsfp_write_20614 qib_qsfp_write 0-2-4 20614 NULL
-+inject_enable_write_20617 inject_enable_write 0-3 20617 NULL
-+device_capabilities_show_20619 device_capabilities_show 0 20619 NULL
-+show_20621 show 0 20621 NULL
-+adp8860_bl_l1_daylight_dim_store_20623 adp8860_bl_l1_daylight_dim_store 0-4 20623 NULL
-+rpipe_check_aim_20627 rpipe_check_aim 0 20627 NULL
-+show_min_hyst_20635 show_min_hyst 0 20635 NULL nohasharray
-+adfs_dir_read_20635 adfs_dir_read 0 20635 &show_min_hyst_20635
-+squashfs_trusted_get_20637 squashfs_trusted_get 0 20637 NULL
-+w1_ds2780_io_20638 w1_ds2780_io 4-3-0 20638 NULL
-+snd_pcm_oss_prepare_20641 snd_pcm_oss_prepare 0 20641 NULL
-+__uncore_iss_show_20642 __uncore_iss_show 0 20642 NULL nohasharray
-+asus_gps_switch_20642 asus_gps_switch 0 20642 &__uncore_iss_show_20642
-+setattr_20644 setattr 0 20644 NULL
-+kfifo_copy_to_user_20646 kfifo_copy_to_user 3-4 20646 NULL
-+sierra_write_room_20649 sierra_write_room 0 20649 NULL
-+oz_add_farewell_20652 oz_add_farewell 5 20652 NULL
-+macvtap_get_user_20655 macvtap_get_user 0 20655 NULL nohasharray
-+bond_option_arp_validate_set_20655 bond_option_arp_validate_set 0 20655 &macvtap_get_user_20655
-+wacom_luminance_store_20659 wacom_luminance_store 0-4 20659 NULL nohasharray
-+oz_cdev_read_20659 oz_cdev_read 3 20659 &wacom_luminance_store_20659
-+ixgbe_open_20663 ixgbe_open 0 20663 NULL
-+fcoe_enable_20664 fcoe_enable 0 20664 NULL
-+selinux_nlmsg_lookup_20665 selinux_nlmsg_lookup 0 20665 NULL nohasharray
-+smk_netlbl_mls_20665 smk_netlbl_mls 0 20665 &selinux_nlmsg_lookup_20665 nohasharray
-+ad1983_add_spdif_mux_ctl_20665 ad1983_add_spdif_mux_ctl 0 20665 &smk_netlbl_mls_20665
-+show_temp_crit_20674 show_temp_crit 0 20674 NULL
-+downcall_20675 downcall 0-3 20675 NULL
-+snd_hdsp_playback_copy_20676 snd_hdsp_playback_copy 5 20676 NULL nohasharray
-+btrfs_qgroup_reserve_20676 btrfs_qgroup_reserve 0 20676 &snd_hdsp_playback_copy_20676
-+session_write_kbytes_show_20678 session_write_kbytes_show 0 20678 NULL
-+dvb_dmxdev_buffer_read_20682 dvb_dmxdev_buffer_read 0-4 20682 NULL
-+cpumask_size_20683 cpumask_size 0 20683 NULL
-+btrfs_node_blockptr_20685 btrfs_node_blockptr 0 20685 NULL
-+store_20687 store 0 20687 NULL
-+ipath_user_sdma_coalesce_20688 ipath_user_sdma_coalesce 0 20688 NULL
-+set_sas_linkspeed_names_20690 set_sas_linkspeed_names 0 20690 NULL
-+show_low_power_20693 show_low_power 0 20693 NULL nohasharray
-+cross_eof_20693 cross_eof 0 20693 &show_low_power_20693
-+xpcs_reg_addr_write_20694 xpcs_reg_addr_write 3-0 20694 NULL
-+read_file_tgt_int_stats_20697 read_file_tgt_int_stats 3-0 20697 NULL nohasharray
-+bond_master_netdev_event_20697 bond_master_netdev_event 0 20697 &read_file_tgt_int_stats_20697
-+cipso_v4_gentag_rng_20703 cipso_v4_gentag_rng 0 20703 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_IPV6_FLOW_LABEL_20703 show_conn_param_ISCSI_PARAM_IPV6_FLOW_LABEL 0 20703 &cipso_v4_gentag_rng_20703
-+roles_init_20704 roles_init 0 20704 NULL
-+fwnet_header_create_20705 fwnet_header_create 0 20705 NULL
-+set_alarm_20706 set_alarm 0 20706 NULL
-+pcpu_page_first_chunk_20712 pcpu_page_first_chunk 1 20712 NULL nohasharray
-+dev_show_model_20712 dev_show_model 0 20712 &pcpu_page_first_chunk_20712 nohasharray
-+carl9170_debugfs_bug_write_20712 carl9170_debugfs_bug_write 0-3 20712 &dev_show_model_20712
-+hfs_direct_IO_20714 hfs_direct_IO 4-0 20714 NULL
-+ocfs2_read_xattr_bucket_20722 ocfs2_read_xattr_bucket 0 20722 NULL
-+security_context_to_sid_force_20724 security_context_to_sid_force 2-0 20724 NULL
-+msi001_set_gain_20725 msi001_set_gain 0 20725 NULL nohasharray
-+dlm_user_cancel_20725 dlm_user_cancel 0 20725 &msi001_set_gain_20725
-+vmxnet3_open_20730 vmxnet3_open 0 20730 NULL
-+mt2063_write_20732 mt2063_write 0 20732 NULL
-+edd_show_host_bus_20735 edd_show_host_bus 0 20735 NULL nohasharray
-+write_field_20735 write_field 0 20735 &edd_show_host_bus_20735
-+mem_used_max_store_20741 mem_used_max_store 0-4 20741 NULL
-+br_netpoll_setup_20742 br_netpoll_setup 0 20742 NULL
-+fb_prepare_logo_20743 fb_prepare_logo 0 20743 NULL nohasharray
-+show_vpd_pg80_20743 show_vpd_pg80 6-0-5 20743 &fb_prepare_logo_20743
-+e1000_test_msi_20744 e1000_test_msi 0 20744 NULL
-+axxia_i2c_xfer_msg_20746 axxia_i2c_xfer_msg 0 20746 NULL nohasharray
-+__page_symlink_20746 __page_symlink 3 20746 &axxia_i2c_xfer_msg_20746
-+vol_cdev_direct_write_20751 vol_cdev_direct_write 3-0 20751 NULL
-+pm860x_rtc_read_time_20756 pm860x_rtc_read_time 0 20756 NULL nohasharray
-+f2fs_sbi_show_20756 f2fs_sbi_show 0 20756 &pm860x_rtc_read_time_20756
-+iwlagn_alloc_bcast_station_20759 iwlagn_alloc_bcast_station 0 20759 NULL
-+splice_read_20762 splice_read 0 20762 NULL
-+brcmf_p2p_escan_20763 brcmf_p2p_escan 2 20763 NULL
-+bfad_im_hw_version_show_20764 bfad_im_hw_version_show 0 20764 NULL
-+ubi_io_read_20767 ubi_io_read 0 20767 NULL
-+SyS_recvfrom_20771 SyS_recvfrom 3 20771 NULL
-+rtl8139_get_sset_count_20776 rtl8139_get_sset_count 0 20776 NULL
-+acpi_ex_resolve_operands_20782 acpi_ex_resolve_operands 0 20782 NULL nohasharray
-+dlci_dev_event_20782 dlci_dev_event 0 20782 &acpi_ex_resolve_operands_20782
-+vmw_fb_check_var_20787 vmw_fb_check_var 0 20787 NULL
-+fd_show_configfs_dev_params_20788 fd_show_configfs_dev_params 0 20788 NULL nohasharray
-+swap_write_page_20788 swap_write_page 0 20788 &fd_show_configfs_dev_params_20788
-+fb_alloc_cmap_gfp_20792 fb_alloc_cmap_gfp 2 20792 NULL nohasharray
-+store_hard_offline_page_20792 store_hard_offline_page 0-4 20792 &fb_alloc_cmap_gfp_20792
-+iommu_range_alloc_20794 iommu_range_alloc 3 20794 NULL
-+iwl_dbgfs_rxon_flags_read_20795 iwl_dbgfs_rxon_flags_read 3-0 20795 NULL
-+compat_filldir64_20796 compat_filldir64 3 20796 NULL nohasharray
-+ipip6_tunnel_change_mtu_20796 ipip6_tunnel_change_mtu 0 20796 &compat_filldir64_20796
-+edid_write_20797 edid_write 3-0 20797 NULL
-+wlan_show_20798 wlan_show 0 20798 NULL nohasharray
-+ath10k_wmi_connect_20798 ath10k_wmi_connect 0 20798 &wlan_show_20798
-+snd_p16v_pcm_trigger_playback_20799 snd_p16v_pcm_trigger_playback 0 20799 NULL
-+show_nguid_20800 show_nguid 0 20800 NULL
-+iwl_pcie_prepare_card_hw_20801 iwl_pcie_prepare_card_hw 0 20801 NULL
-+lp3972_dcdc_is_enabled_20807 lp3972_dcdc_is_enabled 0 20807 NULL
-+wl12xx_acx_sg_cfg_20808 wl12xx_acx_sg_cfg 0 20808 NULL nohasharray
-+netxen_napi_add_20808 netxen_napi_add 0 20808 &wl12xx_acx_sg_cfg_20808
-+sys_sendto_20809 sys_sendto 6-3 20809 NULL
-+cfv_alloc_and_copy_skb_20812 cfv_alloc_and_copy_skb 4 20812 NULL
-+sysfs_add_file_to_group_20814 sysfs_add_file_to_group 0 20814 NULL
-+strndup_user_20819 strndup_user 2 20819 NULL nohasharray
-+do_glock_20819 do_glock 0 20819 &strndup_user_20819
-+memory_max_write_20820 memory_max_write 0-3 20820 NULL
-+cp_alloc_rings_20823 cp_alloc_rings 0 20823 NULL
-+make_rate_20827 make_rate 0 20827 NULL
-+kvaser_usb_open_20828 kvaser_usb_open 0 20828 NULL
-+hugetlbfs_setattr_20829 hugetlbfs_setattr 0 20829 NULL
-+__cfs_schedulable_20830 __cfs_schedulable 0 20830 NULL
-+wl1271_format_buffer_20834 wl1271_format_buffer 2-0 20834 NULL nohasharray
-+lpfc_hba_queue_depth_show_20834 lpfc_hba_queue_depth_show 0 20834 &wl1271_format_buffer_20834
-+uvc_alloc_entity_20836 uvc_alloc_entity 3-4 20836 NULL nohasharray
-+nilfs_checkpoints_attr_show_20836 nilfs_checkpoints_attr_show 0 20836 &uvc_alloc_entity_20836
-+show_min_width_20837 show_min_width 0 20837 NULL
-+keyspan_write_20838 keyspan_write 0-4 20838 NULL
-+get_fan_target_20839 get_fan_target 0 20839 NULL
-+fsp_attr_show_vscroll_20843 fsp_attr_show_vscroll 0 20843 NULL
-+p9_tag_alloc_20845 p9_tag_alloc 3 20845 NULL
-+nvme_trans_supported_vpd_pages_20847 nvme_trans_supported_vpd_pages 4 20847 NULL nohasharray
-+usnic_ib_netdevice_event_20847 usnic_ib_netdevice_event 0 20847 &nvme_trans_supported_vpd_pages_20847
-+usb_serial_generic_submit_read_urb_20848 usb_serial_generic_submit_read_urb 0 20848 NULL
-+v4l2_write_20849 v4l2_write 0-3 20849 NULL
-+midi_synth_load_patch_20852 midi_synth_load_patch 0 20852 NULL
-+decompress_20854 decompress 0 20854 NULL
-+cp2112_i2c_xfer_20860 cp2112_i2c_xfer 0-3 20860 NULL
-+dsa_slave_init_20862 dsa_slave_init 0 20862 NULL
-+target_stat_scsi_transport_show_attr_dev_name_20864 target_stat_scsi_transport_show_attr_dev_name 0 20864 NULL
-+iwl_dbgfs_pm_params_read_20866 iwl_dbgfs_pm_params_read 3-0 20866 NULL
-+bond_option_pps_set_20867 bond_option_pps_set 0 20867 NULL
-+nc_register_read_20875 nc_register_read 0 20875 NULL
-+command_setexposure_20876 command_setexposure 0 20876 NULL
-+pci_xircom_init_20881 pci_xircom_init 0 20881 NULL
-+import_iovec_20882 import_iovec 0-3 20882 NULL
-+ace_open_20884 ace_open 0 20884 NULL nohasharray
-+cfs_cpt_table_create_20884 cfs_cpt_table_create 1 20884 &ace_open_20884
-+rb_simple_write_20890 rb_simple_write 3 20890 NULL
-+sisusb_send_packet_20891 sisusb_send_packet 2-0 20891 NULL
-+lpfc_cr_count_store_20893 lpfc_cr_count_store 0-4 20893 NULL
-+key_icverrors_read_20895 key_icverrors_read 3-0 20895 NULL
-+ipv4_conntrack_local_20896 ipv4_conntrack_local 0 20896 NULL
-+of_property_match_string_20897 of_property_match_string 0 20897 NULL
-+show_pch_mac_20898 show_pch_mac 0 20898 NULL
-+vfio_msi_enable_20906 vfio_msi_enable 2 20906 NULL
-+compat_sys_readv_20911 compat_sys_readv 3 20911 NULL
-+eeprom_show_20916 eeprom_show 0 20916 NULL
-+batadv_nc_mesh_init_20917 batadv_nc_mesh_init 0 20917 NULL
-+lbs_rdbbp_write_20918 lbs_rdbbp_write 3-0 20918 NULL
-+ipvlan_nl_getsize_20919 ipvlan_nl_getsize 0 20919 NULL
-+ad7793_show_scale_available_20920 ad7793_show_scale_available 0 20920 NULL
-+usb_gadget_unregister_driver_20924 usb_gadget_unregister_driver 0 20924 NULL
-+sctp_del_bind_addr_20927 sctp_del_bind_addr 0 20927 NULL
-+llcp_sock_create_20929 llcp_sock_create 0 20929 NULL
-+ds1305_nvram_read_20931 ds1305_nvram_read 0-5-6 20931 NULL nohasharray
-+tcp_v6_connect_20931 tcp_v6_connect 0 20931 &ds1305_nvram_read_20931
-+htable_bits_20933 htable_bits 0 20933 NULL
-+perf_ibs_suspend_20935 perf_ibs_suspend 0 20935 NULL
-+set_usb_charge_20936 set_usb_charge 0-4 20936 NULL
-+dimmdev_location_show_20937 dimmdev_location_show 0 20937 NULL
-+gadget_dev_desc_bcdDevice_show_20940 gadget_dev_desc_bcdDevice_show 0 20940 NULL nohasharray
-+show_20940 show 0 20940 &gadget_dev_desc_bcdDevice_show_20940 nohasharray
-+ide_park_store_20940 ide_park_store 0-4 20940 &show_20940
-+sh_eth_phy_start_20943 sh_eth_phy_start 0 20943 NULL
-+eir_append_data_20945 eir_append_data 0-5-2 20945 NULL
-+altera_set_ir_post_20948 altera_set_ir_post 2 20948 NULL
-+rx_rx_phy_hdr_read_20950 rx_rx_phy_hdr_read 3-0 20950 NULL
-+nilfs_ifile_count_free_inodes_20953 nilfs_ifile_count_free_inodes 0 20953 NULL nohasharray
-+ath10k_ce_send_nolock_20953 ath10k_ce_send_nolock 0 20953 &nilfs_ifile_count_free_inodes_20953
-+lm70_sense_temp_20954 lm70_sense_temp 0 20954 NULL
-+rsxx_cram_read_20957 rsxx_cram_read 3-0 20957 NULL
-+saa7146_i2c_transfer_20961 saa7146_i2c_transfer 0-3 20961 NULL
-+nfs_map_name_to_uid_20962 nfs_map_name_to_uid 3 20962 NULL
-+config_usb_cfg_attr_show_20966 config_usb_cfg_attr_show 0 20966 NULL
-+bfad_im_vport_create_20967 bfad_im_vport_create 0 20967 NULL
-+snd_rme9652_playback_copy_20970 snd_rme9652_playback_copy 5 20970 NULL nohasharray
-+proc_root_getattr_20970 proc_root_getattr 0 20970 &snd_rme9652_playback_copy_20970
-+ov2640_s_fmt_20973 ov2640_s_fmt 0 20973 NULL nohasharray
-+__mmc_test_register_dbgfs_file_20973 __mmc_test_register_dbgfs_file 0 20973 &ov2640_s_fmt_20973
-+acpi_ds_exec_begin_op_20975 acpi_ds_exec_begin_op 0 20975 NULL
-+uinput_write_20977 uinput_write 0-3 20977 NULL
-+clear_codec_20983 clear_codec 0 20983 NULL
-+alg_setsockopt_20985 alg_setsockopt 5-0 20985 NULL
-+iwl_mvm_load_ucode_wait_alive_20992 iwl_mvm_load_ucode_wait_alive 0 20992 NULL
-+qib_verbs_send_20999 qib_verbs_send 3-5 20999 NULL
-+alx_alloc_descriptors_21000 alx_alloc_descriptors 0 21000 NULL
-+ocfs2_free_clusters_21001 ocfs2_free_clusters 4 21001 NULL
-+iwl_phy_db_get_section_data_21006 iwl_phy_db_get_section_data 0 21006 NULL
-+orinoco_cs_suspend_21007 orinoco_cs_suspend 0 21007 NULL
-+slow_avc_audit_21019 slow_avc_audit 0 21019 NULL nohasharray
-+btrfs_dirty_pages_21019 btrfs_dirty_pages 0 21019 &slow_avc_audit_21019 nohasharray
-+selinux_revalidate_file_permission_21019 selinux_revalidate_file_permission 0 21019 &btrfs_dirty_pages_21019
-+mac802154_wpan_mac_addr_21020 mac802154_wpan_mac_addr 0 21020 NULL nohasharray
-+adp8870_bl_l2_bright_dim_store_21020 adp8870_bl_l2_bright_dim_store 4-0 21020 &mac802154_wpan_mac_addr_21020
-+btrfs_inode_ref_name_len_21024 btrfs_inode_ref_name_len 0 21024 NULL
-+xfs_btree_new_root_21028 xfs_btree_new_root 0 21028 NULL
-+arch_gnttab_init_21030 arch_gnttab_init 1 21030 NULL nohasharray
-+read_page_21030 read_page 0 21030 &arch_gnttab_init_21030
-+snd_pcm_lib_preallocate_pages_21031 snd_pcm_lib_preallocate_pages 4 21031 NULL nohasharray
-+rx_defrag_tkip_called_read_21031 rx_defrag_tkip_called_read 3-0 21031 &snd_pcm_lib_preallocate_pages_21031 nohasharray
-+suspended_show_21031 suspended_show 0 21031 &rx_defrag_tkip_called_read_21031
-+nilfs_btree_propagate_v_21037 nilfs_btree_propagate_v 0 21037 NULL
-+show_address_21038 show_address 0 21038 NULL nohasharray
-+snd_hda_parse_pin_defcfg_21038 snd_hda_parse_pin_defcfg 0 21038 &show_address_21038
-+lbs_threshold_read_21046 lbs_threshold_read 5-0 21046 NULL
-+trigger_cmd_21049 trigger_cmd 0 21049 NULL
-+mt9m111_set_flip_21052 mt9m111_set_flip 0 21052 NULL
-+proc_fault_inject_write_21058 proc_fault_inject_write 3-0 21058 NULL
-+rose_create_facilities_21067 rose_create_facilities 0 21067 NULL nohasharray
-+tc574_suspend_21067 tc574_suspend 0 21067 &rose_create_facilities_21067
-+encrypt_21069 encrypt 0 21069 NULL
-+tea575x_s_ctrl_21072 tea575x_s_ctrl 0 21072 NULL nohasharray
-+validate_new_21072 validate_new 0 21072 &tea575x_s_ctrl_21072
-+ieee802154_hdr_push_addr_21080 ieee802154_hdr_push_addr 0 21080 NULL
-+event_calibration_read_21083 event_calibration_read 3-0 21083 NULL
-+lio_target_np_store_sctp_21084 lio_target_np_store_sctp 0-3 21084 NULL
-+michael_final_21085 michael_final 0 21085 NULL
-+wl18xx_handle_static_data_21088 wl18xx_handle_static_data 0 21088 NULL
-+multipath_status_21094 multipath_status 5 21094 NULL
-+ext2_valid_block_bitmap_21101 ext2_valid_block_bitmap 3 21101 NULL
-+zd_write_mac_addr_common_21102 zd_write_mac_addr_common 0 21102 NULL
-+airspy_ctrl_msg_21103 airspy_ctrl_msg 0 21103 NULL
-+atc_pcm_capture_prepare_21105 atc_pcm_capture_prepare 0 21105 NULL
-+write_posted_21108 write_posted 0 21108 NULL
-+ath6kl_send_go_probe_resp_21113 ath6kl_send_go_probe_resp 3 21113 NULL nohasharray
-+cyapa_gen5_check_fw_21113 cyapa_gen5_check_fw 0 21113 &ath6kl_send_go_probe_resp_21113
-+unix_dgram_sendmsg_21115 unix_dgram_sendmsg 3 21115 NULL
-+target_core_show_dev_info_21116 target_core_show_dev_info 0 21116 NULL
-+snd_ice1712_playback_ds_trigger_21118 snd_ice1712_playback_ds_trigger 0 21118 NULL nohasharray
-+ddebug_exec_queries_21118 ddebug_exec_queries 0 21118 &snd_ice1712_playback_ds_trigger_21118 nohasharray
-+i40e_vlan_rx_add_vid_21118 i40e_vlan_rx_add_vid 0 21118 &ddebug_exec_queries_21118
-+_efx_mcdi_rpc_async_21119 _efx_mcdi_rpc_async 5-4 21119 NULL nohasharray
-+target_core_alua_tg_pt_gp_show_attr_members_21119 target_core_alua_tg_pt_gp_show_attr_members 0 21119 &_efx_mcdi_rpc_async_21119 nohasharray
-+transient_state_store_21119 transient_state_store 0-4 21119 &target_core_alua_tg_pt_gp_show_attr_members_21119
-+gsmtty_write_room_21123 gsmtty_write_room 0 21123 NULL
-+show_21126 show 0 21126 NULL nohasharray
-+target_fabric_nacl_param_attr_store_21126 target_fabric_nacl_param_attr_store 0 21126 &show_21126
-+i2400m_rx_trace_21127 i2400m_rx_trace 3 21127 NULL
-+st_gyro_buffer_postenable_21128 st_gyro_buffer_postenable 0 21128 NULL
-+iwl_dbgfs_uapsd_misbehaving_read_21129 iwl_dbgfs_uapsd_misbehaving_read 3-0 21129 NULL
-+rfcomm_sock_recvmsg_21131 rfcomm_sock_recvmsg 3 21131 NULL
-+snd_nm256_capture_trigger_21135 snd_nm256_capture_trigger 0 21135 NULL
-+ubifs_write_iter_21137 ubifs_write_iter 0 21137 NULL
-+target_core_dev_pr_show_attr_res_pr_generation_21138 target_core_dev_pr_show_attr_res_pr_generation 0 21138 NULL
-+omfs_writepage_21143 omfs_writepage 0 21143 NULL nohasharray
-+dgram_sendmsg_21143 dgram_sendmsg 3 21143 &omfs_writepage_21143
-+tps6586x_irq_init_21144 tps6586x_irq_init 3 21144 NULL
-+aoedisk_show_payload_21147 aoedisk_show_payload 0 21147 NULL
-+new_skb_21148 new_skb 1 21148 NULL
-+ocfs2_block_check_validate_21149 ocfs2_block_check_validate 2 21149 NULL
-+dgram_disconnect_21152 dgram_disconnect 0 21152 NULL
-+rtl2830_regmap_gather_write_21153 rtl2830_regmap_gather_write 0 21153 NULL
-+sisfb_set_mode_21155 sisfb_set_mode 0 21155 NULL
-+alloc_pg_vec_21159 alloc_pg_vec 3 21159 NULL
-+tg3_load_firmware_cpu_21170 tg3_load_firmware_cpu 0 21170 NULL
-+mei_dbgfs_read_active_21172 mei_dbgfs_read_active 3-0 21172 NULL nohasharray
-+t4_init_clip_tbl_21172 t4_init_clip_tbl 1-2 21172 &mei_dbgfs_read_active_21172 nohasharray
-+show_therm_max_21172 show_therm_max 0 21172 &t4_init_clip_tbl_21172
-+vmci_qpair_enquev_21176 vmci_qpair_enquev 0-3 21176 NULL
-+hfsplus_writepage_21177 hfsplus_writepage 0 21177 NULL
-+ap_sleep_21178 ap_sleep 0 21178 NULL
-+bioset_create_nobvec_21180 bioset_create_nobvec 1 21180 NULL nohasharray
-+kone_sysfs_read_settings_21180 kone_sysfs_read_settings 0-5-6 21180 &bioset_create_nobvec_21180
-+niu_set_alt_mac_rdc_table_21181 niu_set_alt_mac_rdc_table 0 21181 NULL
-+start_command_port_21191 start_command_port 0 21191 NULL
-+iptable_nat_ipv4_fn_21192 iptable_nat_ipv4_fn 0 21192 NULL
-+cpuset_write_resmask_21193 cpuset_write_resmask 0-3 21193 NULL
-+cx18_v4l2_read_21196 cx18_v4l2_read 3-0 21196 NULL
-+adt7x10_read_word_21199 adt7x10_read_word 0 21199 NULL
-+radeon_hwmon_get_pwm1_max_21203 radeon_hwmon_get_pwm1_max 0 21203 NULL
-+ipc_rcu_alloc_21208 ipc_rcu_alloc 1 21208 NULL
-+brcmf_sdio_txpkt_hdalign_21211 brcmf_sdio_txpkt_hdalign 0 21211 NULL
-+prepare_header_21212 prepare_header 0 21212 NULL
-+scsi_execute_req_flags_21215 scsi_execute_req_flags 5 21215 NULL
-+hdlcdev_open_21219 hdlcdev_open 0 21219 NULL
-+_ocfs2_free_clusters_21220 _ocfs2_free_clusters 4 21220 NULL
-+show_sched2_21224 show_sched2 0 21224 NULL
-+t4_wr_mbox_meat_21225 t4_wr_mbox_meat 0 21225 NULL
-+elv_attr_store_21226 elv_attr_store 0-4 21226 NULL
-+get_numpages_21227 get_numpages 0-2-1 21227 NULL
-+show_session_param_ISCSI_PARAM_ABORT_TMO_21231 show_session_param_ISCSI_PARAM_ABORT_TMO 0 21231 NULL
-+fscache_wait_for_operation_activation_21235 fscache_wait_for_operation_activation 0 21235 NULL nohasharray
-+iscsi_stat_sess_err_show_attr_digest_errors_21235 iscsi_stat_sess_err_show_attr_digest_errors 0 21235 &fscache_wait_for_operation_activation_21235
-+input_ff_create_21240 input_ff_create 2 21240 NULL
-+show_bssinfo_21241 show_bssinfo 0 21241 NULL
-+svc_bind_21244 svc_bind 0 21244 NULL nohasharray
-+gpio_keys_attr_store_helper_21244 gpio_keys_attr_store_helper 0 21244 &svc_bind_21244
-+target_core_dev_store_21245 target_core_dev_store 0-4 21245 NULL
-+use_debug_keys_read_21251 use_debug_keys_read 3-0 21251 NULL
-+nes_store_nonidx_addr_21252 nes_store_nonidx_addr 0-3 21252 NULL
-+wp_retry_size_21260 wp_retry_size 0 21260 NULL
-+do_journal_end_21262 do_journal_end 0 21262 NULL nohasharray
-+rtw_set_wps_beacon_21262 rtw_set_wps_beacon 3 21262 &do_journal_end_21262
-+gadget_config_desc_bmAttributes_store_21263 gadget_config_desc_bmAttributes_store 0-3 21263 NULL
-+ip_vs_icmp_xmit_21269 ip_vs_icmp_xmit 4-0 21269 NULL nohasharray
-+do_unlock_21269 do_unlock 0 21269 &ip_vs_icmp_xmit_21269
-+mc13783_adc_show_name_21271 mc13783_adc_show_name 0 21271 NULL
-+mmc_date_show_21275 mmc_date_show 0 21275 NULL
-+xfs_alloc_ag_vextent_size_21276 xfs_alloc_ag_vextent_size 0 21276 NULL
-+socket_sendmsg_21278 socket_sendmsg 0 21278 NULL nohasharray
-+s2mps14_regulator_enable_21278 s2mps14_regulator_enable 0 21278 &socket_sendmsg_21278
-+zd_write_mac_addr_21280 zd_write_mac_addr 0 21280 NULL
-+get_alarms_21285 get_alarms 0 21285 NULL
-+ubifs_getattr_21290 ubifs_getattr 0 21290 NULL
-+t4vf_wr_mbox_core_21291 t4vf_wr_mbox_core 0 21291 NULL
-+_isl12057_rtc_update_alarm_21293 _isl12057_rtc_update_alarm 0 21293 NULL
-+drm_universal_plane_init_21296 drm_universal_plane_init 6 21296 NULL nohasharray
-+acpi_ds_init_buffer_field_21296 acpi_ds_init_buffer_field 0 21296 &drm_universal_plane_init_21296 nohasharray
-+ax25_listen_21296 ax25_listen 0 21296 &acpi_ds_init_buffer_field_21296 nohasharray
-+pwm_polarity_store_21296 pwm_polarity_store 0-4 21296 &ax25_listen_21296
-+net_rx_queue_update_kobjects_21298 net_rx_queue_update_kobjects 0 21298 NULL
-+show_pwm2_enable_21299 show_pwm2_enable 0 21299 NULL
-+powerclamp_get_cur_state_21302 powerclamp_get_cur_state 0 21302 NULL nohasharray
-+ib_umad_read_21302 ib_umad_read 0-3 21302 &powerclamp_get_cur_state_21302
-+offline_pages_21306 offline_pages 0 21306 NULL
-+do_msg_fill_21307 do_msg_fill 3 21307 NULL
-+show_bank2_value_21309 show_bank2_value 0 21309 NULL
-+add_res_range_21310 add_res_range 4 21310 NULL
-+get_zeroed_page_21322 get_zeroed_page 0 21322 NULL
-+ftrace_profile_read_21327 ftrace_profile_read 3 21327 NULL
-+pcxhr_send_msg_nolock_21331 pcxhr_send_msg_nolock 0 21331 NULL
-+show_path_cost_21334 show_path_cost 0 21334 NULL
-+iscsi_nacl_param_show_InitialR2T_21337 iscsi_nacl_param_show_InitialR2T 0 21337 NULL
-+parport_ieee1284_ecp_read_data_21343 parport_ieee1284_ecp_read_data 0 21343 NULL nohasharray
-+nes_store_ee_cmd_21343 nes_store_ee_cmd 0-3 21343 &parport_ieee1284_ecp_read_data_21343
-+read_file_bool_bmps_21344 read_file_bool_bmps 3-0 21344 NULL
-+readbytes_21351 readbytes 0 21351 NULL
-+gfs2_ea_get_copy_21353 gfs2_ea_get_copy 0 21353 NULL nohasharray
-+ppp_dev_init_21353 ppp_dev_init 0 21353 &gfs2_ea_get_copy_21353
-+get_rxfh_indir_size_21355 get_rxfh_indir_size 0 21355 NULL nohasharray
-+get_labels_21355 get_labels 0 21355 &get_rxfh_indir_size_21355 nohasharray
-+allocate_cmdlines_buffer_21355 allocate_cmdlines_buffer 1 21355 &get_labels_21355
-+squashfs_user_get_21360 squashfs_user_get 0 21360 NULL nohasharray
-+saa717x_s_stream_21360 saa717x_s_stream 0 21360 &squashfs_user_get_21360
-+store_associate_remote_21366 store_associate_remote 0-4 21366 NULL
-+pin_request_21370 pin_request 0 21370 NULL
-+alloc_orinocodev_21371 alloc_orinocodev 1 21371 NULL
-+gigaset_write_room_21372 gigaset_write_room 0 21372 NULL
-+ath10k_wmi_tlv_op_gen_vdev_sta_uapsd_21375 ath10k_wmi_tlv_op_gen_vdev_sta_uapsd 5 21375 NULL
-+split_leaf_21378 split_leaf 0 21378 NULL nohasharray
-+smsc911x_open_21378 smsc911x_open 0 21378 &split_leaf_21378
-+SYSC_rt_sigpending_21379 SYSC_rt_sigpending 2 21379 NULL
-+video_ioctl2_21380 video_ioctl2 2 21380 NULL
-+uwb_rsv_establish_21382 uwb_rsv_establish 0 21382 NULL
-+insert_ptr_21386 insert_ptr 6 21386 NULL
-+show_tolerance2_21387 show_tolerance2 0 21387 NULL
-+rx_errors_show_21388 rx_errors_show 0 21388 NULL nohasharray
-+bonding_show_slaves_21388 bonding_show_slaves 0 21388 &rx_errors_show_21388
-+vivid_user_gen_s_ctrl_21389 vivid_user_gen_s_ctrl 0 21389 NULL
-+a2mp_chan_alloc_skb_cb_21398 a2mp_chan_alloc_skb_cb 3-2 21398 NULL nohasharray
-+snd_hda_codec_build_controls_21398 snd_hda_codec_build_controls 0 21398 &a2mp_chan_alloc_skb_cb_21398
-+diva_get_driver_dbg_mask_21399 diva_get_driver_dbg_mask 0 21399 NULL
-+show_fc_host_node_name_21401 show_fc_host_node_name 0 21401 NULL
-+rx8025_sysfs_show_clock_adjust_21403 rx8025_sysfs_show_clock_adjust 0 21403 NULL
-+max1363_update_scan_mode_21409 max1363_update_scan_mode 0 21409 NULL nohasharray
-+e1000_set_mac_21409 e1000_set_mac 0 21409 &max1363_update_scan_mode_21409
-+__swap_writepage_21412 __swap_writepage 0 21412 NULL nohasharray
-+handler_21412 handler 0 21412 &__swap_writepage_21412
-+saa7134_ts_buffer_prepare_21413 saa7134_ts_buffer_prepare 0 21413 NULL
-+pvr2_ioread_avail_21417 pvr2_ioread_avail 0 21417 NULL
-+s3c_hsotg_ep_enable_21420 s3c_hsotg_ep_enable 0 21420 NULL
-+usnic_ib_dump_vf_hdr_21423 usnic_ib_dump_vf_hdr 3 21423 NULL
-+fsloc_parse_21426 fsloc_parse 0 21426 NULL nohasharray
-+snapshot_read_next_21426 snapshot_read_next 0 21426 &fsloc_parse_21426
-+snd_seq_event_dup_21427 snd_seq_event_dup 0 21427 NULL
-+tcp_bound_to_half_wnd_21429 tcp_bound_to_half_wnd 0-2 21429 NULL
-+input_dev_show_modalias_21432 input_dev_show_modalias 0 21432 NULL
-+cp210x_open_21435 cp210x_open 0 21435 NULL
-+adp5520_read_21437 adp5520_read 0 21437 NULL
-+aggr_size_tx_agg_vs_rate_read_21438 aggr_size_tx_agg_vs_rate_read 3-0 21438 NULL
-+syslog_21440 syslog 0 21440 NULL nohasharray
-+gracl_init_21440 gracl_init 0 21440 &syslog_21440 nohasharray
-+isl29003_store_resolution_21440 isl29003_store_resolution 0-4 21440 &gracl_init_21440
-+hci_dev_do_open_21446 hci_dev_do_open 0 21446 NULL
-+show_attr_text_21448 show_attr_text 0 21448 NULL
-+__ertm_hdr_size_21450 __ertm_hdr_size 0 21450 NULL
-+concat_writev_21451 concat_writev 3 21451 NULL
-+nfc_hci_send_event_21452 nfc_hci_send_event 5 21452 NULL
-+extend_netdev_table_21453 extend_netdev_table 0 21453 NULL
-+min_sync_store_21454 min_sync_store 0-3 21454 NULL
-+__rapl_event_show_21455 __rapl_event_show 0 21455 NULL
-+xfs_vm_writepage_21459 xfs_vm_writepage 0 21459 NULL
-+show_cluster_21466 show_cluster 0 21466 NULL nohasharray
-+lm3533_als_set_int_mode_21466 lm3533_als_set_int_mode 0 21466 &show_cluster_21466
-+ltc4215_show_alarm_21467 ltc4215_show_alarm 0 21467 NULL
-+block_write_begin_21470 block_write_begin 0 21470 NULL nohasharray
-+store_engine_load_21470 store_engine_load 0-4 21470 &block_write_begin_21470
-+tm_calc_21474 tm_calc 0 21474 NULL
-+mei_nfc_send_21477 mei_nfc_send 3 21477 NULL nohasharray
-+regcache_write_21477 regcache_write 0 21477 &mei_nfc_send_21477 nohasharray
-+spmi_register_read_21477 spmi_register_read 0 21477 &regcache_write_21477
-+description_show_21480 description_show 0 21480 NULL
-+show_threeg_21486 show_threeg 0 21486 NULL
-+read_file_xmit_21487 read_file_xmit 3-0 21487 NULL
-+firmware_data_read_21488 firmware_data_read 0-5-6 21488 NULL
-+set_postcode_21490 set_postcode 0-4 21490 NULL
-+security_list_21491 security_list 0-5 21491 NULL
-+dccp_recvmsg_21496 dccp_recvmsg 3 21496 NULL
-+ads7846_read12_ser_21501 ads7846_read12_ser 0 21501 NULL
-+force_bredr_smp_write_21502 force_bredr_smp_write 3-0 21502 NULL
-+mmc_alloc_sg_21504 mmc_alloc_sg 1 21504 NULL
-+ieee80211_tdls_prep_mgmt_packet_21507 ieee80211_tdls_prep_mgmt_packet 10 21507 NULL nohasharray
-+show_beep_mask_21507 show_beep_mask 0 21507 &ieee80211_tdls_prep_mgmt_packet_21507
-+saa7146_stop_preview_21508 saa7146_stop_preview 0 21508 NULL
-+show_pwm_auto_temp_21509 show_pwm_auto_temp 0 21509 NULL
-+carl9170_debugfs_hw_iowrite32_write_21513 carl9170_debugfs_hw_iowrite32_write 0-3 21513 NULL
-+tpacpi_driver_uwb_emulstate_store_21517 tpacpi_driver_uwb_emulstate_store 0-3 21517 NULL
-+cpia2_set_gpio_21520 cpia2_set_gpio 0 21520 NULL
-+show_rd_req_21521 show_rd_req 0 21521 NULL
-+nilfs_readpage_21524 nilfs_readpage 0 21524 NULL
-+skb_do_copy_data_nocache_21527 skb_do_copy_data_nocache 5-0 21527 NULL nohasharray
-+isdn_net_header_21527 isdn_net_header 0 21527 &skb_do_copy_data_nocache_21527
-+wm831x_aldo_get_mode_21530 wm831x_aldo_get_mode 0 21530 NULL
-+il_dbgfs_stations_read_21532 il_dbgfs_stations_read 3-0 21532 NULL
-+f2fs_read_data_page_21533 f2fs_read_data_page 0 21533 NULL
-+s2io_set_mac_addr_21534 s2io_set_mac_addr 0 21534 NULL
-+dvb_dmxdev_section_callback_21539 dvb_dmxdev_section_callback 2-4 21539 NULL
-+cipso_v4_map_cat_enum_hton_21540 cipso_v4_map_cat_enum_hton 0 21540 NULL
-+show_node_state_21543 show_node_state 0 21543 NULL
-+fat_ioctl_filldir_21547 fat_ioctl_filldir 3 21547 NULL
-+bl_enter_21550 bl_enter 0 21550 NULL
-+rxrpc_send_data_21553 rxrpc_send_data 5 21553 NULL
-+fc0013_get_if_frequency_21554 fc0013_get_if_frequency 0 21554 NULL
-+rx_rx_beacon_early_term_read_21559 rx_rx_beacon_early_term_read 3-0 21559 NULL
-+ioctl_21564 ioctl 0 21564 NULL
-+bh1770_prox_abs_thres_show_21567 bh1770_prox_abs_thres_show 0 21567 NULL
-+store_fan_stop_output_21574 store_fan_stop_output 0-4 21574 NULL
-+stac_init_21576 stac_init 0 21576 NULL
-+multicast_startup_query_interval_show_21579 multicast_startup_query_interval_show 0 21579 NULL
-+ov9650_start_21580 ov9650_start 0 21580 NULL
-+hw_set_pwm_21583 hw_set_pwm 0 21583 NULL
-+ahd_proc_write_seeprom_21584 ahd_proc_write_seeprom 0-3 21584 NULL
-+pci_siig10x_init_21592 pci_siig10x_init 0 21592 NULL
-+netxen_nic_open_21600 netxen_nic_open 0 21600 NULL
-+kone_set_profile_21602 kone_set_profile 0 21602 NULL
-+bttv_i2c_sendbytes_21603 bttv_i2c_sendbytes 0 21603 NULL
-+ocfs2_acl_from_xattr_21604 ocfs2_acl_from_xattr 2 21604 NULL
-+ib_dma_map_single_21605 ib_dma_map_single 0 21605 NULL
-+clk_ctl_show_21606 clk_ctl_show 0 21606 NULL nohasharray
-+ebt_nat_in_21606 ebt_nat_in 0 21606 &clk_ctl_show_21606
-+dbg_check_orphans_21607 dbg_check_orphans 0 21607 NULL
-+recover_status_show_21609 recover_status_show 0 21609 NULL
-+nilfs_direct_lookup_21611 nilfs_direct_lookup 0 21611 NULL
-+sha1_mb_update_21612 sha1_mb_update 0 21612 NULL
-+pccard_store_eject_21618 pccard_store_eject 0-4 21618 NULL nohasharray
-+xlog_do_recovery_pass_21618 xlog_do_recovery_pass 3 21618 &pccard_store_eject_21618
-+brightness_store_21623 brightness_store 0-4 21623 NULL
-+gfs2_glock_nq_init_21624 gfs2_glock_nq_init 0 21624 NULL
-+ipr_show_log_level_21626 ipr_show_log_level 0 21626 NULL
-+ath10k_wmi_vdev_restart_21628 ath10k_wmi_vdev_restart 0 21628 NULL
-+ndisc_addr_option_pad_21630 ndisc_addr_option_pad 0 21630 NULL nohasharray
-+ocfs2_refcount_cow_hunk_21630 ocfs2_refcount_cow_hunk 0 21630 &ndisc_addr_option_pad_21630
-+__jfs_getxattr_21631 __jfs_getxattr 0 21631 NULL
-+ca0132_dig_playback_pcm_prepare_21635 ca0132_dig_playback_pcm_prepare 0 21635 NULL
-+max_sync_show_21636 max_sync_show 0 21636 NULL nohasharray
-+roccat_common2_receive_control_status_21636 roccat_common2_receive_control_status 0 21636 &max_sync_show_21636
-+setattr_chown_21638 setattr_chown 0 21638 NULL
-+__irq_alloc_descs_21639 __irq_alloc_descs 1-3-2-0 21639 NULL
-+show_tabletMouseMiddle_21650 show_tabletMouseMiddle 0 21650 NULL
-+iwl_set_power_21654 iwl_set_power 0 21654 NULL
-+carl9170_rx_copy_data_21656 carl9170_rx_copy_data 2 21656 NULL
-+hiface_pcm_prepare_21657 hiface_pcm_prepare 0 21657 NULL
-+ixgb_change_mtu_21665 ixgb_change_mtu 0 21665 NULL nohasharray
-+imsttfb_set_par_21665 imsttfb_set_par 0 21665 &ixgb_change_mtu_21665
-+aty_var_to_pll_ct_21674 aty_var_to_pll_ct 0 21674 NULL
-+atalk_sendmsg_21677 atalk_sendmsg 4-0 21677 NULL
-+ocfs2_xattr_get_nolock_21678 ocfs2_xattr_get_nolock 0 21678 NULL nohasharray
-+nilfs_segctor_scan_file_dsync_21678 nilfs_segctor_scan_file_dsync 0 21678 &ocfs2_xattr_get_nolock_21678
-+regmap_register_patch_21681 regmap_register_patch 3 21681 NULL
-+tomoyo_read_control_21682 tomoyo_read_control 0 21682 NULL
-+tcp_tso_autosize_21683 tcp_tso_autosize 0-2 21683 NULL
-+iwl_mvm_get_temp_cmd_21684 iwl_mvm_get_temp_cmd 0 21684 NULL
-+iwl_dbgfs_fw_nmi_write_21685 iwl_dbgfs_fw_nmi_write 0-3 21685 NULL
-+proc_maps_open_21687 proc_maps_open 4 21687 NULL nohasharray
-+rtllib_alloc_txb_21687 rtllib_alloc_txb 2-1 21687 &proc_maps_open_21687
-+set_mc_hash_21690 set_mc_hash 0 21690 NULL
-+show_sf4_temp_21691 show_sf4_temp 0 21691 NULL
-+lp55xx_store_current_21692 lp55xx_store_current 0-4 21692 NULL
-+MT2063_ClearPowerMaskBits_21702 MT2063_ClearPowerMaskBits 0 21702 NULL
-+evdev_ioctl_handler_21705 evdev_ioctl_handler 2 21705 NULL
-+set_21707 set 0-4 21707 NULL
-+usbpn_set_mtu_21708 usbpn_set_mtu 0 21708 NULL
-+xfs_btree_insert_21712 xfs_btree_insert 0 21712 NULL nohasharray
-+ipath_wait_linkstate_21712 ipath_wait_linkstate 0 21712 &xfs_btree_insert_21712
-+ieee80211_stop_tx_ba_session_21713 ieee80211_stop_tx_ba_session 0 21713 NULL nohasharray
-+pm_runtime_put_autosuspend_21713 pm_runtime_put_autosuspend 0 21713 &ieee80211_stop_tx_ba_session_21713
-+light_set_status_21714 light_set_status 0 21714 NULL
-+update_time_21719 update_time 0 21719 NULL
-+lpfc_log_verbose_store_21726 lpfc_log_verbose_store 0-4 21726 NULL
-+lprocfs_wr_import_21728 lprocfs_wr_import 3 21728 NULL
-+reiserfs_allocate_list_bitmaps_21732 reiserfs_allocate_list_bitmaps 3 21732 NULL
-+dma_maxpq_21736 dma_maxpq 0 21736 NULL nohasharray
-+ixgb_setup_tx_resources_21736 ixgb_setup_tx_resources 0 21736 &dma_maxpq_21736 nohasharray
-+nr_set_mac_address_21736 nr_set_mac_address 0 21736 &ixgb_setup_tx_resources_21736
-+cx18_av_s_ctrl_21740 cx18_av_s_ctrl 0 21740 NULL
-+show_temp23_21741 show_temp23 0 21741 NULL
-+ipv6_confirm_21743 ipv6_confirm 0 21743 NULL
-+__nf_nat_mangle_tcp_packet_21744 __nf_nat_mangle_tcp_packet 6-8 21744 NULL nohasharray
-+at91_open_21744 at91_open 0 21744 &__nf_nat_mangle_tcp_packet_21744
-+__scsi_format_command_21749 __scsi_format_command 2 21749 NULL nohasharray
-+ocfs2_direct_IO_extend_no_holes_21749 ocfs2_direct_IO_extend_no_holes 0-3 21749 &__scsi_format_command_21749
-+set_sticky_21752 set_sticky 0-4 21752 NULL
-+mthca_alloc_init_21754 mthca_alloc_init 2 21754 NULL
-+l2down_create_21755 l2down_create 4 21755 NULL
-+lpfc_temp_sensor_show_21758 lpfc_temp_sensor_show 0 21758 NULL
-+usbat_flash_read_data_21762 usbat_flash_read_data 4 21762 NULL nohasharray
-+addrconf_sysctl_register_21762 addrconf_sysctl_register 0 21762 &usbat_flash_read_data_21762
-+mmc_test_register_dbgfs_file_21763 mmc_test_register_dbgfs_file 0 21763 NULL
-+t4vf_change_mac_21765 t4vf_change_mac 0 21765 NULL
-+nlmon_dev_init_21771 nlmon_dev_init 0 21771 NULL
-+show_sas_expander_level_21775 show_sas_expander_level 0 21775 NULL nohasharray
-+qla4xxx_session_get_param_21775 qla4xxx_session_get_param 0 21775 &show_sas_expander_level_21775
-+gen_pool_add_21776 gen_pool_add 3 21776 NULL
-+SyS_sendfile_21777 SyS_sendfile 4 21777 NULL
-+snd_ad1889_playback_trigger_21779 snd_ad1889_playback_trigger 0 21779 NULL
-+xfs_da_grow_inode_int_21785 xfs_da_grow_inode_int 3-0 21785 NULL
-+kmalloc_order_trace_21788 kmalloc_order_trace 1 21788 NULL
-+tpu_pwm_enable_21790 tpu_pwm_enable 0 21790 NULL
-+libipw_get_hdrlen_21792 libipw_get_hdrlen 0 21792 NULL nohasharray
-+_cx88_start_audio_dma_21792 _cx88_start_audio_dma 0 21792 &libipw_get_hdrlen_21792
-+d3cold_allowed_show_21797 d3cold_allowed_show 0 21797 NULL
-+aa_may_ptrace_21798 aa_may_ptrace 0 21798 NULL nohasharray
-+crypto_sha1_finup_21798 crypto_sha1_finup 0 21798 &aa_may_ptrace_21798
-+show_pwm_auto_point_temp_hyst_21800 show_pwm_auto_point_temp_hyst 0 21800 NULL
-+min_odd_21802 min_odd 0-1-2 21802 NULL
-+show_rotate_21803 show_rotate 0 21803 NULL
-+show_node_desc_21804 show_node_desc 0 21804 NULL
-+cfspi_init_21807 cfspi_init 0 21807 NULL nohasharray
-+freeze_processes_21807 freeze_processes 0 21807 &cfspi_init_21807
-+nilfs_checkpoints_checkpoints_number_show_21809 nilfs_checkpoints_checkpoints_number_show 0 21809 NULL
-+dvb_generic_ioctl_21810 dvb_generic_ioctl 2 21810 NULL
-+__ocfs2_cluster_lock_21812 __ocfs2_cluster_lock 0 21812 NULL
-+create_basic_memory_bitmaps_21814 create_basic_memory_bitmaps 0 21814 NULL
-+qib_portattr_store_21817 qib_portattr_store 0-4 21817 NULL nohasharray
-+__kernel_write_21817 __kernel_write 3-0 21817 &qib_portattr_store_21817
-+ov9740_g_crop_21818 ov9740_g_crop 0 21818 NULL
-+mei_io_cb_alloc_buf_21819 mei_io_cb_alloc_buf 2 21819 NULL
-+wm8994_request_irq_21822 wm8994_request_irq 2 21822 NULL
-+lm95234_fill_cache_21823 lm95234_fill_cache 0 21823 NULL
-+mtd_ecc_stats_errors_show_21825 mtd_ecc_stats_errors_show 0 21825 NULL nohasharray
-+store_node_21825 store_node 0-4 21825 &mtd_ecc_stats_errors_show_21825
-+max8907_rtc_read_time_21829 max8907_rtc_read_time 0 21829 NULL
-+show_therm_max_alarm_21830 show_therm_max_alarm 0 21830 NULL
-+io_submit_add_bh_21832 io_submit_add_bh 0 21832 NULL nohasharray
-+fb_pan_display_21832 fb_pan_display 0 21832 &io_submit_add_bh_21832
-+tpacket_snd_21833 tpacket_snd 0 21833 NULL
-+task_setnice_21835 task_setnice 0 21835 NULL
-+_iwl_dbgfs_sta_drain_write_21837 _iwl_dbgfs_sta_drain_write 3-0 21837 NULL
-+smb_init_21838 smb_init 0 21838 NULL
-+run_21841 run 0 21841 NULL
-+block_truncate_page_21842 block_truncate_page 0 21842 NULL
-+lpfc_log_verbose_show_21843 lpfc_log_verbose_show 0 21843 NULL
-+ecryptfs_truncate_21845 ecryptfs_truncate 0 21845 NULL
-+oom_adj_read_21847 oom_adj_read 3-0 21847 NULL
-+snd_disconnect_write_21851 snd_disconnect_write 0-3 21851 NULL
-+irq_affinity_list_proc_write_21852 irq_affinity_list_proc_write 0-3 21852 NULL
-+wl1271_acx_beacon_filter_opt_21855 wl1271_acx_beacon_filter_opt 0 21855 NULL
-+usb_autopm_get_interface_21858 usb_autopm_get_interface 0 21858 NULL
-+rapl_cpu_notifier_21859 rapl_cpu_notifier 0 21859 NULL
-+wl1271_acx_rssi_snr_avg_weights_21862 wl1271_acx_rssi_snr_avg_weights 0 21862 NULL
-+lpfc_idiag_extacc_avail_get_21865 lpfc_idiag_extacc_avail_get 0-3 21865 NULL
-+msix_capability_init_21870 msix_capability_init 0 21870 NULL
-+sisusbcon_bmove_21873 sisusbcon_bmove 7-5-6 21873 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_TCP_RECV_WSF_21873 show_conn_param_ISCSI_PARAM_TCP_RECV_WSF 0 21873 &sisusbcon_bmove_21873
-+em28xx_write_regs_req_21874 em28xx_write_regs_req 0 21874 NULL nohasharray
-+security_compute_sid_21874 security_compute_sid 0 21874 &em28xx_write_regs_req_21874 nohasharray
-+c_can_wait_for_ctrl_init_21874 c_can_wait_for_ctrl_init 0 21874 &security_compute_sid_21874
-+cpumask_set_cpu_local_first_21879 cpumask_set_cpu_local_first 0 21879 NULL
-+gadget_dev_desc_idProduct_store_21881 gadget_dev_desc_idProduct_store 0-3 21881 NULL
-+show_oversampling_21883 show_oversampling 0 21883 NULL
-+mei_amthif_send_cmd_21885 mei_amthif_send_cmd 0 21885 NULL
-+ips_halt_21887 ips_halt 0 21887 NULL
-+ldlm_lock_create_21888 ldlm_lock_create 7 21888 NULL
-+target_stat_scsi_tgt_port_show_attr_inst_21890 target_stat_scsi_tgt_port_show_attr_inst 0 21890 NULL
-+__btrfs_direct_write_21894 __btrfs_direct_write 3-0 21894 NULL
-+__alloc_reserved_percpu_21895 __alloc_reserved_percpu 1-2 21895 NULL
-+xhci_configure_endpoint_result_21900 xhci_configure_endpoint_result 0 21900 NULL
-+cx18_s_video_encoding_21901 cx18_s_video_encoding 0 21901 NULL
-+pcm_capture_prepare_21906 pcm_capture_prepare 0 21906 NULL
-+__logfs_write_rec_21907 __logfs_write_rec 0 21907 NULL
-+dbAllocCtl_21911 dbAllocCtl 0 21911 NULL
-+qsfp_1_read_21915 qsfp_1_read 3-0 21915 NULL
-+l2tp_ip_disconnect_21920 l2tp_ip_disconnect 0 21920 NULL
-+snd_line6_trigger_21928 snd_line6_trigger 0 21928 NULL
-+go7007_s_ctrl_21935 go7007_s_ctrl 0 21935 NULL
-+bond_option_xmit_hash_policy_set_21936 bond_option_xmit_hash_policy_set 0 21936 NULL
-+ceph_permission_21941 ceph_permission 0 21941 NULL
-+bnx2fc_destroy_21942 bnx2fc_destroy 0 21942 NULL
-+f2fs_read_inline_data_21946 f2fs_read_inline_data 0 21946 NULL
-+led_delay_off_store_21947 led_delay_off_store 0-4 21947 NULL
-+show_remote_temp8_21948 show_remote_temp8 0 21948 NULL nohasharray
-+wl1271_cmd_general_parms_21948 wl1271_cmd_general_parms 0 21948 &show_remote_temp8_21948
-+bus_attr_show_21949 bus_attr_show 0 21949 NULL
-+wl1271_sysfs_show_bt_coex_state_21950 wl1271_sysfs_show_bt_coex_state 0 21950 NULL nohasharray
-+usb_remove_device_21950 usb_remove_device 0 21950 &wl1271_sysfs_show_bt_coex_state_21950
-+loopback_check_format_21951 loopback_check_format 0 21951 NULL
-+twl_i2c_write_u16_21953 twl_i2c_write_u16 3-0 21953 NULL
-+prism2_set_mac_address_21958 prism2_set_mac_address 0 21958 NULL
-+rtl2832_sdr_set_tuner_freq_21960 rtl2832_sdr_set_tuner_freq 0 21960 NULL nohasharray
-+write_fifo_21960 write_fifo 0 21960 &rtl2832_sdr_set_tuner_freq_21960
-+ethoc_set_mac_address_21964 ethoc_set_mac_address 0 21964 NULL
-+pt1_i2c_end_21971 pt1_i2c_end 0 21971 NULL
-+alloc_ldt_21972 alloc_ldt 2 21972 NULL nohasharray
-+isl1208_i2c_read_time_21972 isl1208_i2c_read_time 0 21972 &alloc_ldt_21972 nohasharray
-+atalk_pick_and_bind_port_21972 atalk_pick_and_bind_port 0 21972 &isl1208_i2c_read_time_21972
-+__build_xattrs_21979 __build_xattrs 0 21979 NULL
-+SYSC_prctl_21980 SYSC_prctl 4 21980 NULL nohasharray
-+tda18271_tune_21980 tda18271_tune 0 21980 &SYSC_prctl_21980
-+smm665_show_max_21981 smm665_show_max 0 21981 NULL
-+xen_bind_pirq_msi_to_irq_21986 xen_bind_pirq_msi_to_irq 4 21986 NULL nohasharray
-+pm_show_wakelocks_21986 pm_show_wakelocks 0 21986 &xen_bind_pirq_msi_to_irq_21986
-+ath5k_hw_rf5112_channel_21993 ath5k_hw_rf5112_channel 0 21993 NULL
-+w1_f2d_readblock_21994 w1_f2d_readblock 3 21994 NULL
-+ocfs2_del_inode_from_orphan_21995 ocfs2_del_inode_from_orphan 0 21995 NULL nohasharray
-+proc_sched_autogroup_set_nice_21995 proc_sched_autogroup_set_nice 0 21995 &ocfs2_del_inode_from_orphan_21995
-+compat_rw_copy_check_uvector_22001 compat_rw_copy_check_uvector 3-0 22001 NULL nohasharray
-+rxpipe_descr_host_int_trig_rx_data_read_22001 rxpipe_descr_host_int_trig_rx_data_read 3-0 22001 &compat_rw_copy_check_uvector_22001
-+osst_linux_media_version_show_22002 osst_linux_media_version_show 0 22002 NULL
-+kobil_open_22009 kobil_open 0 22009 NULL
-+rndis_filter_set_packet_filter_22011 rndis_filter_set_packet_filter 0 22011 NULL
-+nv_set_mac_address_22012 nv_set_mac_address 0 22012 NULL
-+show_trans_timeout_22013 show_trans_timeout 0 22013 NULL
-+netdev_queue_attr_show_22015 netdev_queue_attr_show 0 22015 NULL
-+fbcon_fb_registered_22016 fbcon_fb_registered 0 22016 NULL nohasharray
-+il_alloc_txq_mem_22016 il_alloc_txq_mem 0 22016 &fbcon_fb_registered_22016
-+atl1e_get_eeprom_len_22018 atl1e_get_eeprom_len 0 22018 NULL
-+xfs_attr3_leaf_to_shortform_22019 xfs_attr3_leaf_to_shortform 0 22019 NULL
-+regcache_sync_block_raw_flush_22021 regcache_sync_block_raw_flush 3-4 22021 NULL
-+gether_get_host_addr_22022 gether_get_host_addr 0 22022 NULL
-+btrfs_get_16_22023 btrfs_get_16 0 22023 NULL
-+write_usb_charge_22024 write_usb_charge 0 22024 NULL
-+ocfs2_control_validate_protocol_22029 ocfs2_control_validate_protocol 0-3 22029 NULL
-+da9052_bat_check_status_22030 da9052_bat_check_status 0 22030 NULL
-+_sp2d_min_pg_22032 _sp2d_min_pg 0 22032 NULL
-+disable_nonboot_cpus_22037 disable_nonboot_cpus 0 22037 NULL
-+lookup_metapath_22039 lookup_metapath 0 22039 NULL nohasharray
-+rtsx_pci_dma_map_sg_22039 rtsx_pci_dma_map_sg 3 22039 &lookup_metapath_22039
-+mt9v011_s_mbus_fmt_22040 mt9v011_s_mbus_fmt 0 22040 NULL
-+nfs_permission_22042 nfs_permission 0 22042 NULL nohasharray
-+ath5k_attr_show_firstep_level_22042 ath5k_attr_show_firstep_level 0 22042 &nfs_permission_22042
-+xfs_fs_freeze_22048 xfs_fs_freeze 0 22048 NULL
-+zd_usb_read_fw_22049 zd_usb_read_fw 4 22049 NULL nohasharray
-+nilfs_segctor_wait_22049 nilfs_segctor_wait 0 22049 &zd_usb_read_fw_22049
-+vbi_buffer_prepare_22050 vbi_buffer_prepare 0 22050 NULL
-+create_speaker_out_ctls_22052 create_speaker_out_ctls 0 22052 NULL
-+atalk_recvmsg_22053 atalk_recvmsg 4-0 22053 NULL
-+ieee80211_if_fmt_dropped_frames_ttl_22054 ieee80211_if_fmt_dropped_frames_ttl 3 22054 NULL nohasharray
-+skge_ring_alloc_22054 skge_ring_alloc 0 22054 &ieee80211_if_fmt_dropped_frames_ttl_22054 nohasharray
-+sys_recvfrom_22054 sys_recvfrom 3 22054 &skge_ring_alloc_22054
-+end_show_22058 end_show 0 22058 NULL nohasharray
-+show_sas_phy_minimum_linkrate_hw_22058 show_sas_phy_minimum_linkrate_hw 0 22058 &end_show_22058 nohasharray
-+uart_mode_store_22058 uart_mode_store 0-4 22058 &show_sas_phy_minimum_linkrate_hw_22058
-+acpi_ds_get_field_names_22059 acpi_ds_get_field_names 0 22059 NULL nohasharray
-+pio_write_22059 pio_write 0-6-5 22059 &acpi_ds_get_field_names_22059
-+cfqg_set_weight_device_22062 cfqg_set_weight_device 3-0 22062 NULL
-+trunc_end_22065 trunc_end 0 22065 NULL nohasharray
-+il_tx_queue_init_22065 il_tx_queue_init 0 22065 &trunc_end_22065
-+bNumEndpoints_show_22075 bNumEndpoints_show 0 22075 NULL
-+btrfs_reloc_clone_csums_22077 btrfs_reloc_clone_csums 2-3-0 22077 NULL nohasharray
-+sigmadsp_write_regmap_22077 sigmadsp_write_regmap 2-4 22077 &btrfs_reloc_clone_csums_22077
-+find_trange_value_22079 find_trange_value 0 22079 NULL
-+timeout_show_22081 timeout_show 0 22081 NULL
-+clear_store_22082 clear_store 0-4 22082 NULL nohasharray
-+set_fan_speed_percent_22082 set_fan_speed_percent 0 22082 &clear_store_22082
-+ov772x_cropcap_22083 ov772x_cropcap 0 22083 NULL
-+mem_rw_22085 mem_rw 3-0 22085 NULL nohasharray
-+sb1000_end_get_set_command_22085 sb1000_end_get_set_command 0 22085 &mem_rw_22085
-+nf_ct_seq_adjust_22086 nf_ct_seq_adjust 4 22086 NULL
-+acerhdf_get_mode_22088 acerhdf_get_mode 0 22088 NULL
-+niu_init_one_rx_channel_22095 niu_init_one_rx_channel 0 22095 NULL
-+ocfs2_extend_allocation_22096 ocfs2_extend_allocation 0 22096 NULL
-+ext3_setattr_22100 ext3_setattr 0 22100 NULL
-+portio_name_show_22101 portio_name_show 0 22101 NULL
-+rndis_error_status_22103 rndis_error_status 0 22103 NULL nohasharray
-+qlcnic_sriov_pf_enable_22103 qlcnic_sriov_pf_enable 0 22103 &rndis_error_status_22103
-+find_free_port_22104 find_free_port 0 22104 NULL
-+rt2x00debug_read_crypto_stats_22109 rt2x00debug_read_crypto_stats 3-0 22109 NULL
-+get_pwm_22113 get_pwm 0 22113 NULL
-+arvo_sysfs_show_key_mask_22117 arvo_sysfs_show_key_mask 0 22117 NULL nohasharray
-+beiscsi_log_enable_store_22117 beiscsi_log_enable_store 0-4 22117 &arvo_sysfs_show_key_mask_22117
-+mlog_show_22119 mlog_show 0 22119 NULL
-+show_session_param_ISCSI_PARAM_TARGET_NAME_22122 show_session_param_ISCSI_PARAM_TARGET_NAME 0 22122 NULL
-+tps65217_reg_read_22125 tps65217_reg_read 0 22125 NULL
-+show_fan_min_22127 show_fan_min 0 22127 NULL
-+snd_hda_codec_read_22130 snd_hda_codec_read 0 22130 NULL nohasharray
-+get_results_22130 get_results 0 22130 &snd_hda_codec_read_22130
-+mx2_videobuf_setup_22136 mx2_videobuf_setup 0 22136 NULL
-+__bitmap_size_22138 __bitmap_size 0 22138 NULL
-+read_cal_int_tables_22139 read_cal_int_tables 0 22139 NULL
-+listxattr_22142 listxattr 0-3 22142 NULL
-+reset_atmel_card_22143 reset_atmel_card 0 22143 NULL
-+SyS_sched_setaffinity_22148 SyS_sched_setaffinity 2 22148 NULL
-+smsc95xx_reset_22152 smsc95xx_reset 0 22152 NULL
-+netlink_bind_22153 netlink_bind 0 22153 NULL
-+pn533_dep_link_up_22154 pn533_dep_link_up 5 22154 NULL
-+isci_task_execute_task_22155 isci_task_execute_task 0 22155 NULL
-+__vlan_device_event_22159 __vlan_device_event 0 22159 NULL
-+show_otp2en_22160 show_otp2en 0 22160 NULL
-+set_pwm_enable_22161 set_pwm_enable 0-4 22161 NULL
-+devm_ioremap_wc_22162 devm_ioremap_wc 2-3 22162 NULL
-+pm8001_phy_control_22163 pm8001_phy_control 0 22163 NULL nohasharray
-+store_pwm_interpolate_22163 store_pwm_interpolate 0-4 22163 &pm8001_phy_control_22163
-+lx_hardware_open_22166 lx_hardware_open 0 22166 NULL
-+usbhsh_dcp_queue_push_22167 usbhsh_dcp_queue_push 0 22167 NULL
-+reiserfs_paste_into_item_22170 reiserfs_paste_into_item 0 22170 NULL
-+__kfifo_alloc_22173 __kfifo_alloc 3-0 22173 NULL nohasharray
-+max8997_reg_enable_22173 max8997_reg_enable 0 22173 &__kfifo_alloc_22173
-+dccp_disconnect_22174 dccp_disconnect 0 22174 NULL
-+beiscsi_adap_family_disp_22179 beiscsi_adap_family_disp 0 22179 NULL nohasharray
-+nf_nat_ipv6_in_22179 nf_nat_ipv6_in 0 22179 &beiscsi_adap_family_disp_22179
-+iscsi_disc_show_userid_mutual_22181 iscsi_disc_show_userid_mutual 0 22181 NULL nohasharray
-+hid_sensor_custom_read_22181 hid_sensor_custom_read 3 22181 &iscsi_disc_show_userid_mutual_22181
-+channel_dimm_label_store_22189 channel_dimm_label_store 0-4 22189 NULL
-+xen_acpi_processor_resume_22190 xen_acpi_processor_resume 0 22190 NULL
-+tps80031_rtc_alarm_irq_enable_22198 tps80031_rtc_alarm_irq_enable 0 22198 NULL
-+btrfs_space_info_show_disk_total_22200 btrfs_space_info_show_disk_total 0 22200 NULL
-+cmd_exec_22204 cmd_exec 0 22204 NULL
-+fls_22210 fls 0 22210 NULL
-+f2fs_write_data_pages_22217 f2fs_write_data_pages 0 22217 NULL
-+fat_compat_ioctl_filldir_22222 fat_compat_ioctl_filldir 3 22222 NULL
-+show_22225 show 0 22225 NULL
-+rfcomm_sock_recvmsg_22227 rfcomm_sock_recvmsg 4-0 22227 NULL nohasharray
-+xirc2ps_resume_22227 xirc2ps_resume 0 22227 &rfcomm_sock_recvmsg_22227
-+core_alua_show_tg_pt_gp_info_22228 core_alua_show_tg_pt_gp_info 0 22228 NULL
-+mem_write_22232 mem_write 3-0 22232 NULL
-+mwl8k_cmd_set_pre_scan_22233 mwl8k_cmd_set_pre_scan 0 22233 NULL
-+fw_status_show_22234 fw_status_show 0 22234 NULL
-+av7110_fw_cmd_22236 av7110_fw_cmd 0 22236 NULL
-+store_tabletMouseRight_22238 store_tabletMouseRight 0-4 22238 NULL
-+p9_virtio_zc_request_22240 p9_virtio_zc_request 6-5 22240 NULL
-+show_fnode_redirect_ipaddr_22241 show_fnode_redirect_ipaddr 0 22241 NULL nohasharray
-+mwifiex_cmd_recfg_tx_buf_22241 mwifiex_cmd_recfg_tx_buf 0 22241 &show_fnode_redirect_ipaddr_22241
-+ath10k_push_board_ext_data_22243 ath10k_push_board_ext_data 0 22243 NULL nohasharray
-+fsnotify_parent_22243 fsnotify_parent 0 22243 &ath10k_push_board_ext_data_22243
-+prepare_to_wait_event_22247 prepare_to_wait_event 0 22247 NULL
-+security_setxattr_22253 security_setxattr 4-0 22253 NULL nohasharray
-+capability_id_show_22253 capability_id_show 0 22253 &security_setxattr_22253
-+compat_process_vm_rw_22254 compat_process_vm_rw 3-5 22254 NULL
-+show_fc_rport_maxframe_size_22260 show_fc_rport_maxframe_size 0 22260 NULL
-+ping_common_sendmsg_22261 ping_common_sendmsg 5 22261 NULL
-+add_res_tree_22263 add_res_tree 7 22263 NULL
-+at91ether_open_22272 at91ether_open 0 22272 NULL
-+bmc150_accel_set_power_state_22273 bmc150_accel_set_power_state 0 22273 NULL
-+adp8870_bl_l4_indoor_dim_show_22281 adp8870_bl_l4_indoor_dim_show 0 22281 NULL
-+show_ipInReceives_22282 show_ipInReceives 0 22282 NULL nohasharray
-+scan_sleep_millisecs_show_22282 scan_sleep_millisecs_show 0 22282 &show_ipInReceives_22282
-+container_offline_22283 container_offline 0 22283 NULL
-+pm8001_ctl_logging_level_show_22284 pm8001_ctl_logging_level_show 0 22284 NULL
-+ndo_validate_addr_22293 ndo_validate_addr 0 22293 NULL
-+snd_sb16_playback_prepare_22296 snd_sb16_playback_prepare 0 22296 NULL
-+line6_stream_start_22297 line6_stream_start 0 22297 NULL
-+__tun_chr_ioctl_22300 __tun_chr_ioctl 4 22300 NULL
-+anysee_master_xfer_22303 anysee_master_xfer 0-3 22303 NULL nohasharray
-+csrow_edac_mode_show_22303 csrow_edac_mode_show 0 22303 &anysee_master_xfer_22303
-+mesh_table_alloc_22305 mesh_table_alloc 1 22305 NULL
-+show_ipv4_iface_dhcp_vendor_id_22308 show_ipv4_iface_dhcp_vendor_id 0 22308 NULL nohasharray
-+hw_ep_enable_22308 hw_ep_enable 0 22308 &show_ipv4_iface_dhcp_vendor_id_22308
-+udpv6_sendmsg_22316 udpv6_sendmsg 4-0 22316 NULL nohasharray
-+in_tx_cp_show_22316 in_tx_cp_show 0 22316 &udpv6_sendmsg_22316
-+statfs_slow_show_22327 statfs_slow_show 0 22327 NULL nohasharray
-+tg3_get_regs_len_22327 tg3_get_regs_len 0 22327 &statfs_slow_show_22327
-+page_cache_tree_insert_22331 page_cache_tree_insert 0 22331 NULL
-+ipr_show_fw_version_22332 ipr_show_fw_version 0 22332 NULL
-+show_temp_crit_ext_22334 show_temp_crit_ext 0 22334 NULL nohasharray
-+do_migrate_range_22334 do_migrate_range 0 22334 &show_temp_crit_ext_22334
-+kempld_i2c_xfer_22335 kempld_i2c_xfer 0-3 22335 NULL
-+target_stat_scsi_lu_show_attr_write_mbytes_22338 target_stat_scsi_lu_show_attr_write_mbytes 0 22338 NULL
-+ch341_set_handshake_22339 ch341_set_handshake 0 22339 NULL
-+lbs_set_monitor_mode_22340 lbs_set_monitor_mode 0 22340 NULL
-+sys_read_22343 sys_read 3 22343 NULL
-+wl18xx_boot_22344 wl18xx_boot 0 22344 NULL
-+part_timeout_store_22351 part_timeout_store 0-4 22351 NULL
-+block_store_22352 block_store 0-3 22352 NULL nohasharray
-+ptn3460_read_bytes_22352 ptn3460_read_bytes 4 22352 &block_store_22352
-+ll_lazystatfs_seq_write_22353 ll_lazystatfs_seq_write 3 22353 NULL
-+c_can_chip_config_22357 c_can_chip_config 0 22357 NULL
-+__device_suspend_noirq_22360 __device_suspend_noirq 0 22360 NULL
-+regmap_spi_gather_write_22364 regmap_spi_gather_write 0 22364 NULL nohasharray
-+o2nm_cluster_attr_reconnect_delay_ms_read_22364 o2nm_cluster_attr_reconnect_delay_ms_read 0 22364 &regmap_spi_gather_write_22364 nohasharray
-+gem_set_mac_address_22364 gem_set_mac_address 0 22364 &o2nm_cluster_attr_reconnect_delay_ms_read_22364
-+tps6586x_gpio_to_irq_22365 tps6586x_gpio_to_irq 2 22365 NULL nohasharray
-+show_lcd_level_22365 show_lcd_level 0 22365 &tps6586x_gpio_to_irq_22365
-+build_ntlmssp_auth_blob_22366 build_ntlmssp_auth_blob 0 22366 NULL
-+dbg_check_znode_22369 dbg_check_znode 0 22369 NULL
-+roccat_common2_sysfs_write_keys_primary_22370 roccat_common2_sysfs_write_keys_primary 0-6-5 22370 NULL
-+evdev_ioctl_22371 evdev_ioctl 2 22371 NULL
-+wake_up_lan_show_22373 wake_up_lan_show 0 22373 NULL nohasharray
-+hugetlbfs_write_begin_22373 hugetlbfs_write_begin 0 22373 &wake_up_lan_show_22373
-+ufx_reg_clear_bits_22374 ufx_reg_clear_bits 0 22374 NULL
-+gfs2_attr_store_22375 gfs2_attr_store 0-4 22375 NULL
-+pktgen_alloc_skb_22385 pktgen_alloc_skb 3 22385 NULL nohasharray
-+sysfs_kf_read_22385 sysfs_kf_read 0 22385 &pktgen_alloc_skb_22385
-+qlcnic_set_mac_22387 qlcnic_set_mac 0 22387 NULL
-+show_sas_phy_running_disparity_error_count_22389 show_sas_phy_running_disparity_error_count 0 22389 NULL
-+saa7164_api_i2c_write_22390 saa7164_api_i2c_write 0 22390 NULL
-+alloc_large_system_hash_22391 alloc_large_system_hash 2 22391 NULL nohasharray
-+ath10k_debug_fw_reset_stats_read_22391 ath10k_debug_fw_reset_stats_read 3-0 22391 &alloc_large_system_hash_22391
-+ocfs2_assign_bh_22392 ocfs2_assign_bh 0 22392 NULL
-+commit_pagelist_22396 commit_pagelist 0 22396 NULL
-+lpfc_max_xri_show_22398 lpfc_max_xri_show 0 22398 NULL
-+vb2_internal_qbuf_22400 vb2_internal_qbuf 0 22400 NULL
-+zoran_write_22404 zoran_write 3-0 22404 NULL
-+show_debug_level_22406 show_debug_level 0 22406 NULL
-+pnp_start_dev_22411 pnp_start_dev 0 22411 NULL
-+queue_reply_22416 queue_reply 3-0 22416 NULL
-+iscsi_stat_sess_err_show_attr_format_errors_22417 iscsi_stat_sess_err_show_attr_format_errors 0 22417 NULL
-+usbhsg_gadget_start_22424 usbhsg_gadget_start 0 22424 NULL
-+sg_finish_rem_req_22426 sg_finish_rem_req 0 22426 NULL
-+update_22427 update 0 22427 NULL
-+isci_show_id_22428 isci_show_id 0 22428 NULL nohasharray
-+erst_exec_set_src_address_base_22428 erst_exec_set_src_address_base 0 22428 &isci_show_id_22428
-+__set_enter_print_fmt_22431 __set_enter_print_fmt 0 22431 NULL
-+iov_iter_get_pages_22440 iov_iter_get_pages 0-4-3 22440 NULL
-+xenfb_check_var_22441 xenfb_check_var 0 22441 NULL
-+rtl2832_sdr_start_streaming_22446 rtl2832_sdr_start_streaming 0 22446 NULL
-+show_sas_phy_phy_identifier_22447 show_sas_phy_phy_identifier 0 22447 NULL
-+ceph_write_iter_22449 ceph_write_iter 0 22449 NULL
-+handle_received_packet_22457 handle_received_packet 3 22457 NULL
-+write_fs_22465 write_fs 0-6-5 22465 NULL
-+acpi_ut_copy_eobject_to_iobject_22466 acpi_ut_copy_eobject_to_iobject 0 22466 NULL
-+batadv_check_unicast_packet_22468 batadv_check_unicast_packet 3 22468 NULL
-+ieee80211_alloc_hw_nm_22469 ieee80211_alloc_hw_nm 1 22469 NULL
-+__mv88e6352_phy_read_22471 __mv88e6352_phy_read 0 22471 NULL
-+show_port1_22474 show_port1 0 22474 NULL
-+ecryptfs_write_22488 ecryptfs_write 0-4-3 22488 NULL
-+qib_user_sdma_alloc_header_22490 qib_user_sdma_alloc_header 2 22490 NULL
-+cache_write_procfs_22491 cache_write_procfs 3-0 22491 NULL nohasharray
-+rfcomm_send_test_22491 rfcomm_send_test 4 22491 &cache_write_procfs_22491 nohasharray
-+lm3642_torch_pin_store_22491 lm3642_torch_pin_store 0-4 22491 &rfcomm_send_test_22491
-+put_chars_22498 put_chars 3 22498 NULL
-+mp_find_ioapic_pin_22499 mp_find_ioapic_pin 0-2 22499 NULL nohasharray
-+st21nfca_hci_se_io_22499 st21nfca_hci_se_io 4 22499 &mp_find_ioapic_pin_22499 nohasharray
-+edac_device_ctl_log_ue_store_22499 edac_device_ctl_log_ue_store 0-3 22499 &st21nfca_hci_se_io_22499
-+ad5398_read_reg_22504 ad5398_read_reg 0 22504 NULL
-+mutex_lock_interruptible_22505 mutex_lock_interruptible 0 22505 NULL nohasharray
-+asd_version_show_22505 asd_version_show 0 22505 &mutex_lock_interruptible_22505
-+fan_pwm1_store_22510 fan_pwm1_store 0-4 22510 NULL
-+sha512_ssse3_finup_22514 sha512_ssse3_finup 0 22514 NULL
-+trim_no_bitmap_22524 trim_no_bitmap 4-3 22524 NULL
-+attr_press_to_select_store_tpkbd_22525 attr_press_to_select_store_tpkbd 0-4 22525 NULL
-+snd_cx23885_prepare_22528 snd_cx23885_prepare 0 22528 NULL
-+read_ohm_22544 read_ohm 0 22544 NULL
-+pskb_may_pull_22546 pskb_may_pull 2 22546 NULL
-+adxl34x_position_show_22547 adxl34x_position_show 0 22547 NULL
-+ntb_setup_bwd_msix_22549 ntb_setup_bwd_msix 2 22549 NULL
-+ocfs2_read_extent_block_22550 ocfs2_read_extent_block 0 22550 NULL
-+port_delete_22553 port_delete 0 22553 NULL
-+agp_alloc_page_array_22554 agp_alloc_page_array 1 22554 NULL
-+wq_numa_store_22563 wq_numa_store 0-4 22563 NULL
-+cyapa_gen5_read_panel_scan_raw_data_22565 cyapa_gen5_read_panel_scan_raw_data 0 22565 NULL
-+w7090p_tuner_rw_serpar_22568 w7090p_tuner_rw_serpar 0-3 22568 NULL nohasharray
-+aac_show_raid_level_22568 aac_show_raid_level 0 22568 &w7090p_tuner_rw_serpar_22568
-+get_regs_len_22569 get_regs_len 0 22569 NULL
-+adt7411_set_bit_22579 adt7411_set_bit 0-4 22579 NULL
-+mlx4_cmd_imm_22582 mlx4_cmd_imm 0 22582 NULL
-+elan_sysfs_read_fw_ver_22586 elan_sysfs_read_fw_ver 0 22586 NULL nohasharray
-+il3945_mac_start_22586 il3945_mac_start 0 22586 &elan_sysfs_read_fw_ver_22586
-+dbFindCtl_22587 dbFindCtl 0 22587 NULL
-+wp384_final_22591 wp384_final 0 22591 NULL
-+twl_sysfs_aen_read_22596 twl_sysfs_aen_read 6-0-5 22596 NULL
-+da9052_read_ich_22600 da9052_read_ich 0 22600 NULL
-+qla4_82xx_isp_reset_22601 qla4_82xx_isp_reset 0 22601 NULL nohasharray
-+snapshot_read_22601 snapshot_read 3 22601 &qla4_82xx_isp_reset_22601
-+pci_dev_specific_reset_22605 pci_dev_specific_reset 0 22605 NULL
-+__uncore_pld_show_22606 __uncore_pld_show 0 22606 NULL
-+nat_receive_22609 nat_receive 0-3 22609 NULL
-+il4965_hw_nic_init_22611 il4965_hw_nic_init 0 22611 NULL
-+btrfs_delalloc_reserve_space_22617 btrfs_delalloc_reserve_space 0 22617 NULL
-+bootflag_get_22618 bootflag_get 0 22618 NULL
-+qlcnic_pci_sriov_disable_22622 qlcnic_pci_sriov_disable 0 22622 NULL
-+iwl_dbgfs_rx_phyinfo_read_22625 iwl_dbgfs_rx_phyinfo_read 3 22625 NULL
-+_maybe_not_all_in_one_io_22626 _maybe_not_all_in_one_io 0 22626 NULL
-+sctp_setsockopt_connectx_old_22631 sctp_setsockopt_connectx_old 3-0 22631 NULL
-+v9fs_vfs_getattr_dotl_22632 v9fs_vfs_getattr_dotl 0 22632 NULL
-+ide_core_cp_entry_22636 ide_core_cp_entry 3-0 22636 NULL
-+wl1271_rx_filter_get_fields_size_22638 wl1271_rx_filter_get_fields_size 0 22638 NULL
-+pwr_wake_on_timer_exp_read_22640 pwr_wake_on_timer_exp_read 3-0 22640 NULL nohasharray
-+multicast_query_interval_show_22640 multicast_query_interval_show 0 22640 &pwr_wake_on_timer_exp_read_22640 nohasharray
-+reiserfs_get_block_22640 reiserfs_get_block 0 22640 &multicast_query_interval_show_22640
-+rtl_op_sta_add_22642 rtl_op_sta_add 0 22642 NULL
-+iwl_mvm_mac_ctxt_cmd_ibss_22646 iwl_mvm_mac_ctxt_cmd_ibss 0 22646 NULL
-+snd_riptide_prepare_22648 snd_riptide_prepare 0 22648 NULL
-+iwl_dbgfs_calib_disabled_read_22649 iwl_dbgfs_calib_disabled_read 3-0 22649 NULL
-+ieee80211_probereq_get_22651 ieee80211_probereq_get 5-4 22651 NULL
-+smsc911x_rx_get_rxstatus_22654 smsc911x_rx_get_rxstatus 0 22654 NULL
-+snd_seq_queue_timer_set_tempo_22655 snd_seq_queue_timer_set_tempo 0 22655 NULL
-+__iscsi_nacl_auth_store_userid_22656 __iscsi_nacl_auth_store_userid 0-3 22656 NULL
-+mem_map_size_22660 mem_map_size 0 22660 NULL nohasharray
-+tnc_insert_22660 tnc_insert 0 22660 &mem_map_size_22660
-+br_stp_set_port_priority_22665 br_stp_set_port_priority 0 22665 NULL
-+show_u8_22667 show_u8 0 22667 NULL
-+call_netdevice_notifiers_22672 call_netdevice_notifiers 0 22672 NULL
-+show_up_tail_align_22676 show_up_tail_align 0 22676 NULL nohasharray
-+show_fcstat_fcp_packet_aborts_22676 show_fcstat_fcp_packet_aborts 0 22676 &show_up_tail_align_22676
-+ubifs_leb_write_22679 ubifs_leb_write 4-5-0 22679 NULL nohasharray
-+tmiofb_set_par_22679 tmiofb_set_par 0 22679 &ubifs_leb_write_22679
-+qlcnic_83xx_sysfs_flash_write_handler_22680 qlcnic_83xx_sysfs_flash_write_handler 6-0-5 22680 NULL
-+l2tp_ip_recvmsg_22681 l2tp_ip_recvmsg 4-0 22681 NULL
-+iscsit_na_default_erl_22682 iscsit_na_default_erl 0 22682 NULL
-+bch_dump_read_22685 bch_dump_read 3-0 22685 NULL
-+reg_umr_22686 reg_umr 5 22686 NULL
-+sys_ppoll_22688 sys_ppoll 2 22688 NULL nohasharray
-+show_hdmi_source_22688 show_hdmi_source 0 22688 &sys_ppoll_22688
-+bmc150_accel_data_rdy_trigger_set_state_22689 bmc150_accel_data_rdy_trigger_set_state 0 22689 NULL
-+mxl111sf_read_reg_22690 mxl111sf_read_reg 0 22690 NULL
-+SYSC_vmsplice_22697 SYSC_vmsplice 3 22697 NULL
-+vnic_dev_notify_setcmd_22700 vnic_dev_notify_setcmd 0 22700 NULL
-+show_conn_param_ISCSI_PARAM_KEEPALIVE_TMO_22701 show_conn_param_ISCSI_PARAM_KEEPALIVE_TMO 0 22701 NULL
-+ov7670_read_smbus_22702 ov7670_read_smbus 0 22702 NULL
-+tomoyo_check_inet_address_22705 tomoyo_check_inet_address 0 22705 NULL nohasharray
-+ecm_opts_host_addr_store_22705 ecm_opts_host_addr_store 0-3 22705 &tomoyo_check_inet_address_22705
-+alloc_libipw_22708 alloc_libipw 1 22708 NULL
-+show_iface_enabled_22711 show_iface_enabled 0 22711 NULL
-+read_iter_zero_22715 read_iter_zero 0 22715 NULL
-+memcg_update_list_lru_node_22717 memcg_update_list_lru_node 3 22717 NULL
-+qlcnic_83xx_lockless_flash_read32_22721 qlcnic_83xx_lockless_flash_read32 0 22721 NULL nohasharray
-+ecryptfs_write_metadata_to_contents_22721 ecryptfs_write_metadata_to_contents 3 22721 &qlcnic_83xx_lockless_flash_read32_22721
-+mxuport_send_ctrl_urb_22723 mxuport_send_ctrl_urb 0 22723 NULL
-+channel_dimm_label_show_22728 channel_dimm_label_show 0 22728 NULL nohasharray
-+acpi_ex_get_name_string_22728 acpi_ex_get_name_string 0 22728 &channel_dimm_label_show_22728 nohasharray
-+ext4_mpage_readpages_22728 ext4_mpage_readpages 0-4 22728 &acpi_ex_get_name_string_22728
-+filename_trans_read_22730 filename_trans_read 0 22730 NULL
-+cx18_copy_buf_to_user_22735 cx18_copy_buf_to_user 4-0 22735 NULL nohasharray
-+show_filter_22735 show_filter 0 22735 &cx18_copy_buf_to_user_22735 nohasharray
-+__mlx4_cq_alloc_icm_22735 __mlx4_cq_alloc_icm 0 22735 &show_filter_22735
-+ax25_output_22736 ax25_output 2 22736 NULL
-+xenbus_map_ring_valloc_pv_22737 xenbus_map_ring_valloc_pv 3 22737 NULL
-+ceph_decode_32_22738 ceph_decode_32 0 22738 NULL nohasharray
-+__mei_cl_send_22738 __mei_cl_send 3 22738 &ceph_decode_32_22738
-+__writeback_single_inode_22739 __writeback_single_inode 0 22739 NULL
-+iio_debugfs_write_reg_22742 iio_debugfs_write_reg 3-0 22742 NULL
-+show_fnode_password_in_22752 show_fnode_password_in 0 22752 NULL nohasharray
-+fore200e_proc_read_22752 fore200e_proc_read 0 22752 &show_fnode_password_in_22752 nohasharray
-+loctls_read_file_22752 loctls_read_file 0 22752 &fore200e_proc_read_22752
-+output_write_22753 output_write 0-6-5 22753 NULL
-+sky2_alloc_buffers_22754 sky2_alloc_buffers 0 22754 NULL nohasharray
-+iosf_mbi_pci_read_mdr_22754 iosf_mbi_pci_read_mdr 0 22754 &sky2_alloc_buffers_22754
-+eth_header_22760 eth_header 0 22760 NULL
-+qlcnic_sriov_init_22762 qlcnic_sriov_init 2-0 22762 NULL
-+tw28_set_ctrl_val_22763 tw28_set_ctrl_val 0 22763 NULL
-+si4713_write_property_22765 si4713_write_property 0 22765 NULL
-+nilfs_mdt_submit_block_22768 nilfs_mdt_submit_block 0 22768 NULL nohasharray
-+hdmi_g_mbus_fmt_22768 hdmi_g_mbus_fmt 0 22768 &nilfs_mdt_submit_block_22768
-+print_frame_22769 print_frame 0 22769 NULL
-+show_in_max3_22770 show_in_max3 0 22770 NULL
-+elan_smbus_prepare_fw_update_22771 elan_smbus_prepare_fw_update 0 22771 NULL
-+ftrace_arch_read_dyn_info_22773 ftrace_arch_read_dyn_info 0 22773 NULL
-+compat_SyS_io_getevents_22774 compat_SyS_io_getevents 3 22774 NULL
-+ath9k_add_interface_22776 ath9k_add_interface 0 22776 NULL nohasharray
-+tg3_setup_fiber_mii_phy_22776 tg3_setup_fiber_mii_phy 0 22776 &ath9k_add_interface_22776
-+__break_lease_22777 __break_lease 0 22777 NULL
-+show_fc_fc4s_22784 show_fc_fc4s 0 22784 NULL
-+preenable_22790 preenable 0 22790 NULL
-+vnic_dev_get_res_count_22791 vnic_dev_get_res_count 0 22791 NULL
-+page_counter_limit_22795 page_counter_limit 0 22795 NULL
-+rocker_dma_test_offset_22796 rocker_dma_test_offset 3 22796 NULL
-+pla_ocp_write_22802 pla_ocp_write 4 22802 NULL
-+__generic_copy_to_user_intel_22806 __generic_copy_to_user_intel 0 22806 NULL
-+btrfs_getxattr_22809 btrfs_getxattr 0 22809 NULL
-+efs_symlink_readpage_22812 efs_symlink_readpage 0 22812 NULL nohasharray
-+rx8025_set_alarm_22812 rx8025_set_alarm 0 22812 &efs_symlink_readpage_22812
-+bnx2_get_regs_len_22813 bnx2_get_regs_len 0 22813 NULL
-+comm_addr_list_read_22819 comm_addr_list_read 0 22819 NULL
-+init_after_reset_22823 init_after_reset 0 22823 NULL
-+show_fbstate_22824 show_fbstate 0 22824 NULL
-+ghash_init_22826 ghash_init 0 22826 NULL nohasharray
-+nfs_initiate_commit_22826 nfs_initiate_commit 0 22826 &ghash_init_22826
-+max8998_ldo_is_enabled_22833 max8998_ldo_is_enabled 0 22833 NULL
-+afs_permission_22835 afs_permission 0 22835 NULL
-+mb862xxfb_show_dispregs_22838 mb862xxfb_show_dispregs 0 22838 NULL
-+__scm_send_22841 __scm_send 0 22841 NULL
-+data_ep_set_params_22843 data_ep_set_params 0 22843 NULL
-+iscsi_tpg_attrib_store_demo_mode_write_protect_22844 iscsi_tpg_attrib_store_demo_mode_write_protect 0-3 22844 NULL
-+atxp1_storevcore_22847 atxp1_storevcore 0-4 22847 NULL
-+ext4_reserve_clusters_22850 ext4_reserve_clusters 0 22850 NULL
-+show_local_ip_22854 show_local_ip 0 22854 NULL nohasharray
-+__smsc95xx_read_reg_22854 __smsc95xx_read_reg 0 22854 &show_local_ip_22854
-+bluetooth_enable_store_22857 bluetooth_enable_store 0-4 22857 NULL
-+asd_reset_flash_22858 asd_reset_flash 0 22858 NULL
-+atmel_resume_22860 atmel_resume 0 22860 NULL
-+create_attr_set_22861 create_attr_set 1 22861 NULL
-+write_lid_handling_22862 write_lid_handling 0 22862 NULL
-+nr_hugepages_show_22864 nr_hugepages_show 0 22864 NULL
-+hash_ip6_expire_22867 hash_ip6_expire 4 22867 NULL
-+ntfs_setattr_22871 ntfs_setattr 0 22871 NULL
-+vmxnet3_request_irqs_22878 vmxnet3_request_irqs 0 22878 NULL
-+smb_set_file_info_22880 smb_set_file_info 0 22880 NULL
-+pxa_ep_enable_22883 pxa_ep_enable 0 22883 NULL
-+vmw_execbuf_process_22885 vmw_execbuf_process 5 22885 NULL nohasharray
-+show_counter_tx_flow_stalls_22885 show_counter_tx_flow_stalls 0 22885 &vmw_execbuf_process_22885 nohasharray
-+_mv88e6xxx_phy_read_indirect_22885 _mv88e6xxx_phy_read_indirect 0 22885 &show_counter_tx_flow_stalls_22885
-+set_phy_speed_22886 set_phy_speed 0 22886 NULL
-+show_green_22889 show_green 0 22889 NULL
-+v9fs_direct_write_22891 v9fs_direct_write 0-3 22891 NULL
-+usblp_new_writeurb_22894 usblp_new_writeurb 2 22894 NULL nohasharray
-+cifs_file_write_iter_22894 cifs_file_write_iter 0 22894 &usblp_new_writeurb_22894
-+mdc800_device_read_22896 mdc800_device_read 3-0 22896 NULL nohasharray
-+store_test_22896 store_test 0-4 22896 &mdc800_device_read_22896
-+_xadc_write_adc_reg_22899 _xadc_write_adc_reg 0 22899 NULL
-+policy_emit_config_values_22900 policy_emit_config_values 3 22900 NULL nohasharray
-+ion_handle_test_kernel_22900 ion_handle_test_kernel 3-4 22900 &policy_emit_config_values_22900
-+bdc_issue_cmd_22903 bdc_issue_cmd 0 22903 NULL nohasharray
-+bmg160_validate_trigger_22903 bmg160_validate_trigger 0 22903 &bdc_issue_cmd_22903
-+bnx2i_show_ccell_info_22908 bnx2i_show_ccell_info 0 22908 NULL
-+ip_vs_forward_icmp_v6_22912 ip_vs_forward_icmp_v6 0 22912 NULL
-+nfs4_acl_bytes_22915 nfs4_acl_bytes 0-1 22915 NULL
-+gadget_info_attr_store_22919 gadget_info_attr_store 0-4 22919 NULL
-+br_vlan_add_22922 br_vlan_add 0 22922 NULL nohasharray
-+mwl8k_cmd_get_hw_spec_sta_22922 mwl8k_cmd_get_hw_spec_sta 0 22922 &br_vlan_add_22922
-+__set_xattr_22923 __set_xattr 0 22923 NULL
-+sg_start_req_22924 sg_start_req 0 22924 NULL
-+qce_mapsg_22925 qce_mapsg 3 22925 NULL
-+xstateregs_set_22932 xstateregs_set 4 22932 NULL
-+dlm_status_to_errno_22935 dlm_status_to_errno 0 22935 NULL nohasharray
-+uwb_rc_set_ie_22935 uwb_rc_set_ie 0 22935 &dlm_status_to_errno_22935
-+__iscsi_nacl_auth_show_userid_22936 __iscsi_nacl_auth_show_userid 0 22936 NULL nohasharray
-+i40e_fcoe_change_mtu_22936 i40e_fcoe_change_mtu 0 22936 &__iscsi_nacl_auth_show_userid_22936
-+max8925_write_device_22937 max8925_write_device 3-0 22937 NULL nohasharray
-+show_alert_led_22937 show_alert_led 0 22937 &max8925_write_device_22937
-+wil_rx_refill_22940 wil_rx_refill 0 22940 NULL
-+bio_copy_to_iter_22942 bio_copy_to_iter 0 22942 NULL
-+nfs4_get_security_label_22946 nfs4_get_security_label 0 22946 NULL
-+pcpu_mem_zalloc_22948 pcpu_mem_zalloc 1 22948 NULL
-+i2c_bit_xfer_22953 i2c_bit_xfer 0-3 22953 NULL
-+r_heartbeat_file_write_22954 r_heartbeat_file_write 0-3 22954 NULL nohasharray
-+__bch_cache_store_22954 __bch_cache_store 0-4 22954 &r_heartbeat_file_write_22954
-+logfs_segment_write_compress_22957 logfs_segment_write_compress 0 22957 NULL
-+alloc_sglist_22960 alloc_sglist 1-3-2 22960 NULL
-+caif_seqpkt_sendmsg_22961 caif_seqpkt_sendmsg 4-0 22961 NULL
-+vme_get_size_22964 vme_get_size 0 22964 NULL
-+__sync_blockdev_22967 __sync_blockdev 0 22967 NULL nohasharray
-+store_sf2_temp_22967 store_sf2_temp 0-4 22967 &__sync_blockdev_22967
-+pwm_enable_from_reg_22969 pwm_enable_from_reg 0 22969 NULL
-+tx_frag_key_not_found_read_22971 tx_frag_key_not_found_read 3-0 22971 NULL
-+snd_ice1712_playback_ds_prepare_22973 snd_ice1712_playback_ds_prepare 0 22973 NULL nohasharray
-+rbd_dev_v2_object_prefix_22973 rbd_dev_v2_object_prefix 0 22973 &snd_ice1712_playback_ds_prepare_22973
-+cached_dev_cache_miss_22979 cached_dev_cache_miss 4 22979 NULL nohasharray
-+subscribe_port_22979 subscribe_port 0 22979 &cached_dev_cache_miss_22979
-+usb_get_langid_22983 usb_get_langid 0 22983 NULL
-+open_22984 open 0 22984 NULL
-+ceph_vxattrcb_dir_rctime_22987 ceph_vxattrcb_dir_rctime 0 22987 NULL nohasharray
-+remote_settings_file_write_22987 remote_settings_file_write 3-0 22987 &ceph_vxattrcb_dir_rctime_22987 nohasharray
-+snd_cs46xx_capture_prepare_22987 snd_cs46xx_capture_prepare 0 22987 &remote_settings_file_write_22987
-+find_root_sec_22988 find_root_sec 0 22988 NULL
-+tsf_write_file_22990 tsf_write_file 0 22990 NULL
-+bdi_set_min_ratio_22993 bdi_set_min_ratio 0 22993 NULL
-+show_pwm_temp_sel_common_22994 show_pwm_temp_sel_common 0 22994 NULL nohasharray
-+iwl_mvm_rm_sta_common_22994 iwl_mvm_rm_sta_common 0 22994 &show_pwm_temp_sel_common_22994
-+nouveau_hwmon_show_temp1_auto_point1_pwm_22996 nouveau_hwmon_show_temp1_auto_point1_pwm 0 22996 NULL
-+pcan_usb_pro_set_silent_23000 pcan_usb_pro_set_silent 0 23000 NULL
-+pfkey_sendmsg_23002 pfkey_sendmsg 3 23002 NULL
-+ubifs_find_free_leb_for_idx_23003 ubifs_find_free_leb_for_idx 0 23003 NULL
-+tw68_start_streaming_23004 tw68_start_streaming 0 23004 NULL
-+dig_playback_pcm_prepare_23006 dig_playback_pcm_prepare 0 23006 NULL
-+iwl_trans_start_fw_23009 iwl_trans_start_fw 0 23009 NULL
-+wsm_configuration_23013 wsm_configuration 0 23013 NULL
-+amb_proc_read_23014 amb_proc_read 0 23014 NULL
-+data_sock_bind_23015 data_sock_bind 0 23015 NULL
-+set_crit_hyst_23017 set_crit_hyst 0-4 23017 NULL
-+_nfs4_proc_secinfo_23019 _nfs4_proc_secinfo 0 23019 NULL
-+validate_esw_config_23021 validate_esw_config 0 23021 NULL nohasharray
-+rtl8152_get_sset_count_23021 rtl8152_get_sset_count 0 23021 &validate_esw_config_23021
-+nilfs_bmap_prepare_end_ptr_23022 nilfs_bmap_prepare_end_ptr 0 23022 NULL
-+viafb_dvp0_proc_write_23023 viafb_dvp0_proc_write 3-0 23023 NULL
-+cifs_local_to_utf16_bytes_23025 cifs_local_to_utf16_bytes 0 23025 NULL nohasharray
-+i7core_inject_store_bank_23025 i7core_inject_store_bank 0-4 23025 &cifs_local_to_utf16_bytes_23025
-+adm8211_start_23027 adm8211_start 0 23027 NULL
-+st_status_23032 st_status 5-0 23032 NULL
-+gether_opts_qmult_show_23034 gether_opts_qmult_show 0 23034 NULL
-+snd_usb_substream_playback_trigger_23036 snd_usb_substream_playback_trigger 0 23036 NULL nohasharray
-+iscsi_stat_tgt_attr_attr_store_23036 iscsi_stat_tgt_attr_attr_store 0 23036 &snd_usb_substream_playback_trigger_23036 nohasharray
-+_efx_mcdi_rpc_23036 _efx_mcdi_rpc 0 23036 &iscsi_stat_tgt_attr_attr_store_23036
-+omfs_write_inode_23038 omfs_write_inode 0 23038 NULL
-+advansys_eisa_probe_23039 advansys_eisa_probe 0 23039 NULL
-+da9055_adc_manual_read_23042 da9055_adc_manual_read 0 23042 NULL
-+padlock_sha_init_23044 padlock_sha_init 0 23044 NULL
-+wMaxPacketSize_show_23053 wMaxPacketSize_show 0 23053 NULL
-+nv50_disp_chan_create__23056 nv50_disp_chan_create_ 5 23056 NULL
-+__padata_set_cpumasks_23058 __padata_set_cpumasks 0 23058 NULL
-+security_inode_killpriv_23060 security_inode_killpriv 0 23060 NULL nohasharray
-+bdx_set_mac_23060 bdx_set_mac 0 23060 &security_inode_killpriv_23060
-+unix_seqpacket_recvmsg_23062 unix_seqpacket_recvmsg 4-0 23062 NULL nohasharray
-+reiserfs_add_entry_23062 reiserfs_add_entry 4 23062 &unix_seqpacket_recvmsg_23062
-+atl1c_set_mac_addr_23066 atl1c_set_mac_addr 0 23066 NULL
-+mei_cl_send_23068 mei_cl_send 3 23068 NULL
-+walk_system_ram_range_23073 walk_system_ram_range 0 23073 NULL
-+kvm_mmu_gva_to_gpa_write_23075 kvm_mmu_gva_to_gpa_write 0 23075 NULL
-+vm_map_ram_23078 vm_map_ram 2 23078 NULL nohasharray
-+raw_sendmsg_23078 raw_sendmsg 4-0 23078 &vm_map_ram_23078 nohasharray
-+xfs_dbg_show_23078 xfs_dbg_show 0 23078 &raw_sendmsg_23078
-+lp8788_show_charger_status_23079 lp8788_show_charger_status 0 23079 NULL
-+qla4_82xx_pci_mem_read_2M_23081 qla4_82xx_pci_mem_read_2M 2 23081 NULL
-+init_23083 init 0 23083 NULL
-+isr_tx_procs_read_23084 isr_tx_procs_read 3-0 23084 NULL nohasharray
-+btrfs_sectorsize_show_23084 btrfs_sectorsize_show 0 23084 &isr_tx_procs_read_23084 nohasharray
-+update_uc_addr_23084 update_uc_addr 0 23084 &btrfs_sectorsize_show_23084
-+stmmac_ethtool_get_regs_len_23089 stmmac_ethtool_get_regs_len 0 23089 NULL
-+libfcoe_device_notification_23090 libfcoe_device_notification 0 23090 NULL
-+rt2x00debug_write_eeprom_23091 rt2x00debug_write_eeprom 3-0 23091 NULL
-+fls_long_23096 fls_long 0 23096 NULL nohasharray
-+show_simple_pwm_23096 show_simple_pwm 0 23096 &fls_long_23096
-+ntfs_ucstonls_23097 ntfs_ucstonls 3-5 23097 NULL nohasharray
-+st_press_buffer_preenable_23097 st_press_buffer_preenable 0 23097 &ntfs_ucstonls_23097
-+vfio_pci_vga_rw_23098 vfio_pci_vga_rw 0-3 23098 NULL
-+airo_set_mac_address_23102 airo_set_mac_address 0 23102 NULL
-+da903x_read_23103 da903x_read 0 23103 NULL
-+dgram_recvmsg_23104 dgram_recvmsg 4-0 23104 NULL nohasharray
-+radeon_show_edid2_23104 radeon_show_edid2 6-0-5 23104 &dgram_recvmsg_23104
-+kernfs_rename_ns_23106 kernfs_rename_ns 0 23106 NULL
-+rawsock_create_23108 rawsock_create 0 23108 NULL
-+product_id_store_23109 product_id_store 0-4 23109 NULL
-+mwl8k_cmd_set_beacon_23110 mwl8k_cmd_set_beacon 4 23110 NULL
-+bset_tree_bytes_23111 bset_tree_bytes 0 23111 NULL
-+smm665_show_crit_23114 smm665_show_crit 0 23114 NULL
-+__clear_user_23118 __clear_user 0 23118 NULL
-+w1_master_attribute_show_remove_23119 w1_master_attribute_show_remove 0 23119 NULL nohasharray
-+global_rsv_size_show_23119 global_rsv_size_show 0 23119 &w1_master_attribute_show_remove_23119
-+dm_write_async_23120 dm_write_async 3 23120 NULL nohasharray
-+guard_show_23120 guard_show 0 23120 &dm_write_async_23120
-+id_show_23121 id_show 0 23121 NULL
-+drm_mode_create_tv_properties_23122 drm_mode_create_tv_properties 2 23122 NULL
-+vx_pcm_prepare_23123 vx_pcm_prepare 0 23123 NULL
-+read_file_wow_23126 read_file_wow 3-0 23126 NULL nohasharray
-+vsc824x_add_skew_23126 vsc824x_add_skew 0 23126 &read_file_wow_23126
-+do_generic_request_23130 do_generic_request 0 23130 NULL
-+fib_inetaddr_event_23134 fib_inetaddr_event 0 23134 NULL
-+ext3_listxattr_23137 ext3_listxattr 0-3 23137 NULL
-+em28xx_write_regs_req_23138 em28xx_write_regs_req 0 23138 NULL
-+i801_check_pre_23143 i801_check_pre 0 23143 NULL
-+atl1e_set_mac_addr_23145 atl1e_set_mac_addr 0 23145 NULL
-+ca91cx42_master_set_23146 ca91cx42_master_set 4 23146 NULL
-+asus_hwmon_temp1_23150 asus_hwmon_temp1 0 23150 NULL
-+parse_tunables_write_23152 parse_tunables_write 0 23152 NULL
-+_iwl_dbgfs_fw_dbg_collect_write_23153 _iwl_dbgfs_fw_dbg_collect_write 3-0 23153 NULL
-+handle_event_23156 handle_event 0 23156 NULL
-+wm831x_set_bits_23158 wm831x_set_bits 0 23158 NULL
-+read_file_ani_23161 read_file_ani 3-0 23161 NULL
-+acpi_device_sun_show_23166 acpi_device_sun_show 0 23166 NULL
-+video_begin_23167 video_begin 0 23167 NULL
-+target_core_dev_wwn_show_attr_vpd_assoc_scsi_target_device_23174 target_core_dev_wwn_show_attr_vpd_assoc_scsi_target_device 0 23174 NULL
-+show_fan_auto1_23176 show_fan_auto1 0 23176 NULL nohasharray
-+iwl_trans_pcie_start_hw_23176 iwl_trans_pcie_start_hw 0 23176 &show_fan_auto1_23176
-+atkbd_do_set_softrepeat_23177 atkbd_do_set_softrepeat 0-4 23177 NULL
-+usblp_write_23178 usblp_write 3-0 23178 NULL nohasharray
-+withdraw_show_23178 withdraw_show 0 23178 &usblp_write_23178
-+msnd_fifo_alloc_23179 msnd_fifo_alloc 2 23179 NULL
-+gss_pipe_downcall_23182 gss_pipe_downcall 3-0 23182 NULL
-+ieee80211_get_mesh_hdrlen_23183 ieee80211_get_mesh_hdrlen 0 23183 NULL nohasharray
-+ca0132_capture_pcm_prepare_23183 ca0132_capture_pcm_prepare 0 23183 &ieee80211_get_mesh_hdrlen_23183
-+fix_unclean_leb_23188 fix_unclean_leb 3 23188 NULL nohasharray
-+comm_nodeid_read_23188 comm_nodeid_read 0 23188 &fix_unclean_leb_23188
-+mpi_alloc_limb_space_23190 mpi_alloc_limb_space 1 23190 NULL
-+saa7706h_s_ctrl_23192 saa7706h_s_ctrl 0 23192 NULL nohasharray
-+remove_ftrace_list_ops_23192 remove_ftrace_list_ops 0 23192 &saa7706h_s_ctrl_23192
-+__audit_sockaddr_23194 __audit_sockaddr 0 23194 NULL
-+max16065_show_input_23199 max16065_show_input 0 23199 NULL nohasharray
-+show_ipv6_iface_router_adv_link_mtu_23199 show_ipv6_iface_router_adv_link_mtu 0 23199 &max16065_show_input_23199
-+dvb_pll_set_params_23207 dvb_pll_set_params 0 23207 NULL
-+pm80x_free_irq_23210 pm80x_free_irq 2 23210 NULL nohasharray
-+of_irq_get_byname_23210 of_irq_get_byname 0 23210 &pm80x_free_irq_23210 nohasharray
-+rbd_major_show_23210 rbd_major_show 0 23210 &of_irq_get_byname_23210
-+sequencer_read_23213 sequencer_read 0-4 23213 NULL nohasharray
-+visor_memregion_get_physaddr_23213 visor_memregion_get_physaddr 0 23213 &sequencer_read_23213
-+tipc_sendmcast_23214 tipc_sendmcast 4-0 23214 NULL nohasharray
-+get_in_input_23214 get_in_input 0 23214 &tipc_sendmcast_23214
-+ov6650_reg_rmw_23219 ov6650_reg_rmw 0 23219 NULL
-+mcryptd_alloc_instance_23221 mcryptd_alloc_instance 3-2 23221 NULL
-+mac80211_hwsim_add_interface_23223 mac80211_hwsim_add_interface 0 23223 NULL nohasharray
-+set_a_bus_req_23223 set_a_bus_req 0-4 23223 &mac80211_hwsim_add_interface_23223
-+tty_buffer_request_room_23228 tty_buffer_request_room 2-0 23228 NULL nohasharray
-+wm8350_isink_is_enabled_23228 wm8350_isink_is_enabled 0 23228 &tty_buffer_request_room_23228
-+xlog_get_bp_23229 xlog_get_bp 2 23229 NULL nohasharray
-+__read_status_pci_23229 __read_status_pci 0 23229 &xlog_get_bp_23229
-+__kmalloc_23231 __kmalloc 1 23231 NULL
-+mac802154_set_params_23235 mac802154_set_params 0 23235 NULL
-+rxrpc_client_sendmsg_23236 rxrpc_client_sendmsg 5 23236 NULL
-+mwl8k_cmd_set_rateadapt_mode_23239 mwl8k_cmd_set_rateadapt_mode 0 23239 NULL
-+show_attr_mode_msb_23240 show_attr_mode_msb 0 23240 NULL
-+nv50_ram_create__23241 nv50_ram_create_ 4 23241 NULL nohasharray
-+show_ucode_version_23241 show_ucode_version 0 23241 &nv50_ram_create__23241 nohasharray
-+queue_max_sectors_show_23241 queue_max_sectors_show 0 23241 &show_ucode_version_23241
-+ahci_activity_show_23244 ahci_activity_show 0 23244 NULL
-+mac80211_hwsim_sta_add_23246 mac80211_hwsim_sta_add 0 23246 NULL
-+b43legacy_wireless_core_attach_23259 b43legacy_wireless_core_attach 0 23259 NULL
-+f_eem_opts_attr_show_23263 f_eem_opts_attr_show 0 23263 NULL
-+sctp_recvmsg_23265 sctp_recvmsg 4-0 23265 NULL nohasharray
-+intel_map_sg_23265 intel_map_sg 0-3 23265 &sctp_recvmsg_23265
-+alg_bind_23268 alg_bind 0 23268 NULL
-+sha512_base_do_update_23270 sha512_base_do_update 0 23270 NULL
-+lan87xx_read_status_23278 lan87xx_read_status 0 23278 NULL
-+remove_ftrace_ops_23280 remove_ftrace_ops 0 23280 NULL
-+uwb_dev_addr_print_23282 uwb_dev_addr_print 2 23282 NULL
-+ipv6_skip_exthdr_23283 ipv6_skip_exthdr 0-2 23283 NULL nohasharray
-+snd_compress_dev_register_23283 snd_compress_dev_register 0 23283 &ipv6_skip_exthdr_23283 nohasharray
-+venus_readlink_23283 venus_readlink 0 23283 &snd_compress_dev_register_23283
-+doc_probe_23285 doc_probe 1 23285 NULL nohasharray
-+ec_i2c_count_message_23285 ec_i2c_count_message 0-2 23285 &doc_probe_23285
-+diva_get_trace_filter_23286 diva_get_trace_filter 0 23286 NULL
-+process_adv_report_23293 process_adv_report 9 23293 NULL nohasharray
-+queue_show_nonrot_23293 queue_show_nonrot 0 23293 &process_adv_report_23293
-+beacon_timeout_ms_show_23294 beacon_timeout_ms_show 0 23294 NULL
-+cx18_s_stream_vbi_fmt_23295 cx18_s_stream_vbi_fmt 0 23295 NULL
-+acpi_ds_create_field_23300 acpi_ds_create_field 0 23300 NULL nohasharray
-+cpu5wdt_write_23300 cpu5wdt_write 0-3 23300 &acpi_ds_create_field_23300
-+mac802154_wpan_open_23301 mac802154_wpan_open 0 23301 NULL
-+b43_upload_initvals_band_23304 b43_upload_initvals_band 0 23304 NULL
-+i2cdev_write_23310 i2cdev_write 3-0 23310 NULL
-+ns_send_23311 ns_send 0 23311 NULL
-+it8761e_gpio_direction_in_23313 it8761e_gpio_direction_in 0 23313 NULL
-+parport_uss720_epp_read_data_23314 parport_uss720_epp_read_data 0 23314 NULL nohasharray
-+hif_usb_send_regout_23314 hif_usb_send_regout 0 23314 &parport_uss720_epp_read_data_23314
-+acpi_table_show_23317 acpi_table_show 6 23317 NULL
-+__aa_kvmalloc_23320 __aa_kvmalloc 1 23320 NULL
-+show_spread_enabled_23321 show_spread_enabled 0 23321 NULL nohasharray
-+iscsi_tpg_param_show_DataSequenceInOrder_23321 iscsi_tpg_param_show_DataSequenceInOrder 0 23321 &show_spread_enabled_23321
-+poll_oip_23322 poll_oip 0 23322 NULL
-+config_led_23323 config_led 0 23323 NULL
-+batadv_bla_init_23324 batadv_bla_init 0 23324 NULL
-+run_gc_23325 run_gc 0 23325 NULL
-+lpfc_devloss_tmo_show_23341 lpfc_devloss_tmo_show 0 23341 NULL
-+mc13xxx_get_num_regulators_dt_23344 mc13xxx_get_num_regulators_dt 0 23344 NULL
-+page_readlink_23346 page_readlink 3-0 23346 NULL
-+prepare_23350 prepare 0 23350 NULL nohasharray
-+usbnet_status_start_23350 usbnet_status_start 0 23350 &prepare_23350 nohasharray
-+mxt_t6_command_23350 mxt_t6_command 0 23350 &usbnet_status_start_23350
-+kmem_zalloc_large_23351 kmem_zalloc_large 1 23351 NULL
-+write_inode_23358 write_inode 0 23358 NULL
-+generic_key_instantiate_23363 generic_key_instantiate 0 23363 NULL nohasharray
-+vmxnet3_get_sset_count_23363 vmxnet3_get_sset_count 0 23363 &generic_key_instantiate_23363
-+regulator_is_enabled_regmap_23365 regulator_is_enabled_regmap 0 23365 NULL
-+fscache_fsdef_netfs_get_key_23368 fscache_fsdef_netfs_get_key 0 23368 NULL
-+fd_setup_write_same_buf_23369 fd_setup_write_same_buf 3 23369 NULL
-+rawv6_send_hdrinc_23370 rawv6_send_hdrinc 3 23370 NULL
-+iwl_pcie_rsa_race_bug_wa_23375 iwl_pcie_rsa_race_bug_wa 0 23375 NULL
-+bonding_sysfs_store_option_23382 bonding_sysfs_store_option 0-4 23382 NULL
-+fc0011_writereg_23383 fc0011_writereg 0 23383 NULL
-+pppoe_sendmsg_23391 pppoe_sendmsg 3 23391 NULL
-+kobil_write_23392 kobil_write 0-4 23392 NULL
-+jffs2_listxattr_23402 jffs2_listxattr 0-3 23402 NULL nohasharray
-+s_ctrl_23402 s_ctrl 0 23402 &jffs2_listxattr_23402
-+lbs_mesh_ethtool_get_sset_count_23406 lbs_mesh_ethtool_get_sset_count 0 23406 NULL
-+uhci_submit_interrupt_23408 uhci_submit_interrupt 0 23408 NULL nohasharray
-+mx2_videobuf_prepare_23408 mx2_videobuf_prepare 0 23408 &uhci_submit_interrupt_23408
-+bond_option_num_peer_notif_set_23409 bond_option_num_peer_notif_set 0 23409 NULL
-+goku_queue_23412 goku_queue 0 23412 NULL
-+snd_hda_multi_out_dig_prepare_23415 snd_hda_multi_out_dig_prepare 0 23415 NULL
-+passive_show_23418 passive_show 0 23418 NULL
-+mwifiex_cmd_802_11_key_material_v1_23421 mwifiex_cmd_802_11_key_material_v1 0 23421 NULL
-+lpfc_prot_sg_seg_cnt_show_23423 lpfc_prot_sg_seg_cnt_show 0 23423 NULL
-+vzalloc_node_23424 vzalloc_node 1 23424 NULL
-+lp3972_set_bits_23425 lp3972_set_bits 0 23425 NULL nohasharray
-+store_line3_23425 store_line3 0-4 23425 &lp3972_set_bits_23425
-+gpiod_export_23427 gpiod_export 0 23427 NULL
-+amd_gpio_dirin_23433 amd_gpio_dirin 0 23433 NULL
-+avtab_alloc_23436 avtab_alloc 0 23436 NULL
-+mv88e6xxx_get_regs_len_23441 mv88e6xxx_get_regs_len 0 23441 NULL
-+wil_target_reset_23443 wil_target_reset 0 23443 NULL
-+_ctl_logging_level_store_23445 _ctl_logging_level_store 0-4 23445 NULL
-+bInterfaceClass_show_23446 bInterfaceClass_show 0 23446 NULL
-+rds_tcp_sendmsg_23447 rds_tcp_sendmsg 3 23447 NULL
-+hidraw_send_report_23449 hidraw_send_report 3-0 23449 NULL
-+mt9t112_auto_focus_trigger_23450 mt9t112_auto_focus_trigger 0 23450 NULL
-+target_core_alua_tg_pt_gp_show_attr_alua_access_type_23452 target_core_alua_tg_pt_gp_show_attr_alua_access_type 0 23452 NULL
-+napi_add_23455 napi_add 0 23455 NULL nohasharray
-+store_23455 store 0 23455 &napi_add_23455
-+sb_statfs_23456 sb_statfs 0 23456 NULL
-+show_ipv4_iface_dhcp_learn_iqn_en_23462 show_ipv4_iface_dhcp_learn_iqn_en 0 23462 NULL
-+host_show_resettable_23464 host_show_resettable 0 23464 NULL
-+dn_nsp_send_disc_23469 dn_nsp_send_disc 2 23469 NULL nohasharray
-+jffs2_trusted_getxattr_23469 jffs2_trusted_getxattr 0 23469 &dn_nsp_send_disc_23469
-+res_get_23470 res_get 0 23470 NULL
-+ip6table_nat_fn_23482 ip6table_nat_fn 0 23482 NULL
-+dpm_prepare_23484 dpm_prepare 0 23484 NULL
-+divasa_remap_pci_bar_23485 divasa_remap_pci_bar 3-4 23485 NULL nohasharray
-+linear_conf_23485 linear_conf 2 23485 &divasa_remap_pci_bar_23485 nohasharray
-+sync_mapping_buffers_23485 sync_mapping_buffers 0 23485 &linear_conf_23485
-+compat_filldir_23489 compat_filldir 3 23489 NULL
-+copy_module_from_user_23492 copy_module_from_user 2 23492 NULL
-+si4713_send_command_23493 si4713_send_command 4-6-0 23493 NULL
-+event_filter_read_23494 event_filter_read 3 23494 NULL
-+lustre_acl_xattr_merge2ext_23502 lustre_acl_xattr_merge2ext 2 23502 NULL
-+ax88179_reset_23503 ax88179_reset 0 23503 NULL
-+bh1770_prox_abs_thres_store_23505 bh1770_prox_abs_thres_store 0-4 23505 NULL
-+physical_package_id_show_23509 physical_package_id_show 0 23509 NULL
-+hpfs_writepages_23510 hpfs_writepages 0 23510 NULL nohasharray
-+saa7706h_unmute_23510 saa7706h_unmute 0 23510 &hpfs_writepages_23510
-+devm_iio_device_alloc_23511 devm_iio_device_alloc 2 23511 NULL
-+pm_generic_prepare_23512 pm_generic_prepare 0 23512 NULL
-+show_fcstat_invalid_crc_count_23516 show_fcstat_invalid_crc_count 0 23516 NULL nohasharray
-+ad_sd_write_reg_23516 ad_sd_write_reg 0 23516 &show_fcstat_invalid_crc_count_23516 nohasharray
-+__proc_cpt_table_23516 __proc_cpt_table 5 23516 &ad_sd_write_reg_23516
-+hash_ipmark6_expire_23518 hash_ipmark6_expire 4 23518 NULL
-+iwl_pcie_send_hcmd_sync_23522 iwl_pcie_send_hcmd_sync 0 23522 NULL
-+cxacru_sysfs_show_upstream_crc_errors_23523 cxacru_sysfs_show_upstream_crc_errors 0 23523 NULL
-+get_component_active_23527 get_component_active 0 23527 NULL
-+target_core_dev_wwn_show_attr_vpd_protocol_identifier_23531 target_core_dev_wwn_show_attr_vpd_protocol_identifier 0 23531 NULL
-+ima_show_measurements_count_23536 ima_show_measurements_count 3-0 23536 NULL nohasharray
-+sky2_device_event_23536 sky2_device_event 0 23536 &ima_show_measurements_count_23536
-+get_usb_charge_23541 get_usb_charge 0 23541 NULL nohasharray
-+adp5520_bl_office_dim_store_23541 adp5520_bl_office_dim_store 4-0 23541 &get_usb_charge_23541
-+st_press_trig_set_state_23544 st_press_trig_set_state 0 23544 NULL
-+xen_allocate_irq_gsi_23546 xen_allocate_irq_gsi 1 23546 NULL nohasharray
-+cxacru_sysfs_showattr_u32_23546 cxacru_sysfs_showattr_u32 0 23546 &xen_allocate_irq_gsi_23546 nohasharray
-+isl29125_buffer_preenable_23546 isl29125_buffer_preenable 0 23546 &cxacru_sysfs_showattr_u32_23546
-+tcp_current_mss_23552 tcp_current_mss 0 23552 NULL
-+dbg_leb_change_23555 dbg_leb_change 4-0 23555 NULL
-+_hardware_enqueue_23558 _hardware_enqueue 0 23558 NULL
-+tcp_match_skb_to_sack_23568 tcp_match_skb_to_sack 3-4 23568 NULL
-+padlock_sha1_finup_23569 padlock_sha1_finup 0 23569 NULL nohasharray
-+mwl8k_cmd_radio_control_23569 mwl8k_cmd_radio_control 0 23569 &padlock_sha1_finup_23569
-+venus_symlink_23570 venus_symlink 6-4 23570 NULL
-+show_net_stats_23573 show_net_stats 0 23573 NULL
-+iwl_dbgfs_interrupt_read_23574 iwl_dbgfs_interrupt_read 3-0 23574 NULL
-+l2cap_parse_conf_req_23575 l2cap_parse_conf_req 0 23575 NULL nohasharray
-+_regmap_select_page_23575 _regmap_select_page 0 23575 &l2cap_parse_conf_req_23575
-+__netpoll_setup_23578 __netpoll_setup 0 23578 NULL nohasharray
-+pm_notifier_call_chain_23578 pm_notifier_call_chain 0 23578 &__netpoll_setup_23578
-+xfpregs_get_23586 xfpregs_get 4 23586 NULL
-+show_iface_initiator_name_23588 show_iface_initiator_name 0 23588 NULL nohasharray
-+qib_user_sdma_make_progress_23588 qib_user_sdma_make_progress 0 23588 &show_iface_initiator_name_23588 nohasharray
-+set_min_23588 set_min 0-4 23588 &qib_user_sdma_make_progress_23588
-+get_power_status_23592 get_power_status 0 23592 NULL
-+lpfc_sriov_nr_virtfn_show_23593 lpfc_sriov_nr_virtfn_show 0 23593 NULL nohasharray
-+show_fcstat_fcp_input_megabytes_23593 show_fcstat_fcp_input_megabytes 0 23593 &lpfc_sriov_nr_virtfn_show_23593
-+cfpkt_create_pfx_23594 cfpkt_create_pfx 2-1 23594 NULL
-+ath10k_pci_diag_read32_23596 ath10k_pci_diag_read32 0 23596 NULL nohasharray
-+rt73usb_load_firmware_23596 rt73usb_load_firmware 0 23596 &ath10k_pci_diag_read32_23596
-+ad7266_powerdown_23599 ad7266_powerdown 0 23599 NULL
-+show_23604 show 0 23604 NULL
-+mtd_erasesize_show_23606 mtd_erasesize_show 0 23606 NULL
-+_alloc_cdb_cont_23609 _alloc_cdb_cont 2 23609 NULL
-+islpci_mgt_transaction_23610 islpci_mgt_transaction 5-0 23610 NULL nohasharray
-+store_tabletJitterDelay_23610 store_tabletJitterDelay 0-4 23610 &islpci_mgt_transaction_23610
-+_iommu_event_show_23612 _iommu_event_show 0 23612 NULL
-+xfs_qm_dqread_23613 xfs_qm_dqread 0 23613 NULL
-+qlcnic_sysfs_write_pm_config_23614 qlcnic_sysfs_write_pm_config 0-6-5 23614 NULL
-+i40e_dbg_command_read_23617 i40e_dbg_command_read 0-3 23617 NULL nohasharray
-+cifs_get_writer_23617 cifs_get_writer 0 23617 &i40e_dbg_command_read_23617
-+ocfs2_dlm_recover_show_23619 ocfs2_dlm_recover_show 0 23619 NULL
-+dbg_check_ltab_23620 dbg_check_ltab 0 23620 NULL
-+show_button_23622 show_button 0 23622 NULL
-+uwb_rc_scan_store_23634 uwb_rc_scan_store 0-4 23634 NULL
-+rt2x00mmio_alloc_queue_dma_23638 rt2x00mmio_alloc_queue_dma 0 23638 NULL
-+target_fabric_port_show_attr_alua_tg_pt_write_md_23641 target_fabric_port_show_attr_alua_tg_pt_write_md 0 23641 NULL
-+qla24xx_reset_chip_23642 qla24xx_reset_chip 0 23642 NULL
-+adfs_write_inode_23650 adfs_write_inode 0 23650 NULL nohasharray
-+ufx_disable_23650 ufx_disable 0 23650 &adfs_write_inode_23650
-+__i2400mu_send_barker_23652 __i2400mu_send_barker 3 23652 NULL nohasharray
-+profile_cpu_callback_23652 profile_cpu_callback 0 23652 &__i2400mu_send_barker_23652
-+setup_ctxt_23653 setup_ctxt 0 23653 NULL
-+wlcore_identify_fw_23654 wlcore_identify_fw 0 23654 NULL
-+sh_irda_open_23659 sh_irda_open 0 23659 NULL
-+__klp_disable_patch_23660 __klp_disable_patch 0 23660 NULL
-+idVendor_show_23662 idVendor_show 0 23662 NULL
-+ocfs2_cluster_stack_store_23663 ocfs2_cluster_stack_store 0-4 23663 NULL
-+dmi_entry_attr_show_23669 dmi_entry_attr_show 0 23669 NULL nohasharray
-+SyS_connect_23669 SyS_connect 3 23669 &dmi_entry_attr_show_23669
-+server_monitor_pending_show_23672 server_monitor_pending_show 0 23672 NULL nohasharray
-+asd_control_phy_23672 asd_control_phy 0 23672 &server_monitor_pending_show_23672 nohasharray
-+niu_init_ipp_23672 niu_init_ipp 0 23672 &asd_control_phy_23672
-+show_in_alarms_23677 show_in_alarms 0 23677 NULL nohasharray
-+__uncore_mask_vnw_show_23677 __uncore_mask_vnw_show 0 23677 &show_in_alarms_23677 nohasharray
-+igb_setup_all_rx_resources_23677 igb_setup_all_rx_resources 0 23677 &__uncore_mask_vnw_show_23677
-+iwl_mvm_add_int_sta_common_23678 iwl_mvm_add_int_sta_common 0 23678 NULL
-+chnl_net_init_23679 chnl_net_init 0 23679 NULL
-+show_frontswap_selfshrinking_23681 show_frontswap_selfshrinking 0 23681 NULL
-+po1030_s_ctrl_23683 po1030_s_ctrl 0 23683 NULL
-+mv88e6352_phy_page_read_23687 mv88e6352_phy_page_read 0 23687 NULL
-+nftl_partscan_23688 nftl_partscan 0 23688 NULL
-+zd_rf_init_uw2453_23691 zd_rf_init_uw2453 0 23691 NULL
-+mp_map_gsi_to_irq_23695 mp_map_gsi_to_irq 1 23695 NULL
-+mc13xxx_adc_do_conversion_23698 mc13xxx_adc_do_conversion 0 23698 NULL
-+cx18_read_23699 cx18_read 3-0 23699 NULL
-+asus_wmi_get_devstate_simple_23704 asus_wmi_get_devstate_simple 0 23704 NULL
-+show_in_min1_23705 show_in_min1 0 23705 NULL nohasharray
-+cfq_var_store_23705 cfq_var_store 0-3 23705 &show_in_min1_23705
-+show_constraint_time_window_us_23706 show_constraint_time_window_us 0 23706 NULL nohasharray
-+target_core_alua_tg_pt_gp_store_attr_alua_write_metadata_23706 target_core_alua_tg_pt_gp_store_attr_alua_write_metadata 0-3 23706 &show_constraint_time_window_us_23706
-+cyberjack_write_23708 cyberjack_write 0-4 23708 NULL
-+keyspan_pda_write_23709 keyspan_pda_write 0-4 23709 NULL
-+kiblnd_map_tx_23711 kiblnd_map_tx 4 23711 NULL
-+hfs_file_fsync_23713 hfs_file_fsync 0 23713 NULL
-+ip4_datagram_connect_23714 ip4_datagram_connect 0 23714 NULL
-+isku_sysfs_write_control_23718 isku_sysfs_write_control 6-0-5 23718 NULL
-+sock_alloc_send_skb_23720 sock_alloc_send_skb 2 23720 NULL nohasharray
-+efx_describe_per_queue_stats_23720 efx_describe_per_queue_stats 0 23720 &sock_alloc_send_skb_23720
-+snd_pcm_hw_refine_23721 snd_pcm_hw_refine 0 23721 NULL
-+get_conn_info_23723 get_conn_info 4 23723 NULL
-+mp_config_acpi_gsi_23728 mp_config_acpi_gsi 2 23728 NULL
-+inode_getattr_23729 inode_getattr 0 23729 NULL nohasharray
-+wsm_set_uapsd_info_23729 wsm_set_uapsd_info 0 23729 &inode_getattr_23729
-+quota_warn_period_store_23730 quota_warn_period_store 3-0 23730 NULL
-+iscsi_stat_tgt_attr_show_attr_fail_intr_addr_type_23731 iscsi_stat_tgt_attr_show_attr_fail_intr_addr_type 0 23731 NULL nohasharray
-+copy_gr_arg_wrapper_23731 copy_gr_arg_wrapper 0 23731 &iscsi_stat_tgt_attr_show_attr_fail_intr_addr_type_23731 nohasharray
-+gps_store_23731 gps_store 4-0 23731 &copy_gr_arg_wrapper_23731
-+get_pwm_mode_23733 get_pwm_mode 0 23733 NULL
-+apparmor_setprocattr_23734 apparmor_setprocattr 0-4 23734 NULL
-+xadc_update_adc_reg_23740 xadc_update_adc_reg 0 23740 NULL
-+tg3_open_23742 tg3_open 0 23742 NULL
-+qla2x00_vn_port_mac_address_show_23743 qla2x00_vn_port_mac_address_show 0 23743 NULL
-+rtl_show_debug_level_23745 rtl_show_debug_level 0 23745 NULL nohasharray
-+dccp_v6_init_sock_23745 dccp_v6_init_sock 0 23745 &rtl_show_debug_level_23745
-+rx_rx_dropped_frame_read_23748 rx_rx_dropped_frame_read 3-0 23748 NULL
-+ov6650_g_crop_23751 ov6650_g_crop 0 23751 NULL
-+wl18xx_set_mac_and_phy_23754 wl18xx_set_mac_and_phy 0 23754 NULL
-+prism54_set_mac_address_23758 prism54_set_mac_address 0 23758 NULL
-+show_max_23764 show_max 0 23764 NULL
-+dst_discard_sk_23766 dst_discard_sk 0 23766 NULL
-+__kfifo_max_r_23768 __kfifo_max_r 0-1-2 23768 NULL nohasharray
-+ath10k_reg_value_write_23768 ath10k_reg_value_write 3-0 23768 &__kfifo_max_r_23768
-+ath5k_attr_show_cck_weak_signal_detection_23769 ath5k_attr_show_cck_weak_signal_detection 0 23769 NULL
-+ssp_debug_mode_read_23772 ssp_debug_mode_read 3-0 23772 NULL
-+security_inode_getxattr_23781 security_inode_getxattr 0 23781 NULL
-+cfg80211_inform_bss_width_frame_23782 cfg80211_inform_bss_width_frame 5 23782 NULL
-+gt_max_freq_mhz_store_23783 gt_max_freq_mhz_store 0-4 23783 NULL
-+twl6040_bitclk_prepare_23790 twl6040_bitclk_prepare 0 23790 NULL nohasharray
-+autosleep_show_23790 autosleep_show 0 23790 &twl6040_bitclk_prepare_23790
-+adp5520_bl_daylight_max_show_23794 adp5520_bl_daylight_max_show 0 23794 NULL nohasharray
-+iscsi_tpg_param_show_OFMarker_23794 iscsi_tpg_param_show_OFMarker 0 23794 &adp5520_bl_daylight_max_show_23794
-+map_write_23795 map_write 3-0 23795 NULL nohasharray
-+ocfs2_try_remove_refcount_tree_23795 ocfs2_try_remove_refcount_tree 0 23795 &map_write_23795
-+diva_alloc_dma_map_23798 diva_alloc_dma_map 2 23798 NULL
-+ov9740_reg_read_23800 ov9740_reg_read 0 23800 NULL nohasharray
-+edid_store_23800 edid_store 0-6-5 23800 &ov9740_reg_read_23800
-+rx_path_reset_read_23801 rx_path_reset_read 3-0 23801 NULL
-+ocfs2_replace_cow_23803 ocfs2_replace_cow 0 23803 NULL
-+multicast_router_show_23806 multicast_router_show 0 23806 NULL
-+nilfs_count_free_blocks_23807 nilfs_count_free_blocks 0 23807 NULL
-+lbs_anycast_set_23813 lbs_anycast_set 0-4 23813 NULL nohasharray
-+macvlan_sync_address_23813 macvlan_sync_address 0 23813 &lbs_anycast_set_23813
-+snd_es1938_playback2_prepare_23819 snd_es1938_playback2_prepare 0 23819 NULL
-+brcmf_dongle_roam_23822 brcmf_dongle_roam 0 23822 NULL nohasharray
-+team_open_23822 team_open 0 23822 &brcmf_dongle_roam_23822
-+show_conn_param_ISCSI_PARAM_STATSN_23823 show_conn_param_ISCSI_PARAM_STATSN 0 23823 NULL nohasharray
-+enic_add_vlan_23823 enic_add_vlan 0 23823 &show_conn_param_ISCSI_PARAM_STATSN_23823 nohasharray
-+set_attention_status_23823 set_attention_status 0 23823 &enic_add_vlan_23823
-+__earlyonly_bootmem_alloc_23824 __earlyonly_bootmem_alloc 2 23824 NULL
-+hopcount_show_23825 hopcount_show 0 23825 NULL
-+apds990x_lux_range_show_23826 apds990x_lux_range_show 0 23826 NULL nohasharray
-+iwl_mvm_allocate_int_sta_23826 iwl_mvm_allocate_int_sta 0 23826 &apds990x_lux_range_show_23826
-+lustre_msg_buflen_23827 lustre_msg_buflen 0 23827 NULL
-+show_sf4_pwm_23833 show_sf4_pwm 0 23833 NULL
-+adt7411_modify_bit_23834 adt7411_modify_bit 0 23834 NULL
-+set_trigger_23840 set_trigger 0-4 23840 NULL
-+ax_open_dev_23842 ax_open_dev 0 23842 NULL
-+usbvision_i2c_write_23843 usbvision_i2c_write 0-4 23843 NULL nohasharray
-+cgroup_procs_write_23843 cgroup_procs_write 0-3 23843 &usbvision_i2c_write_23843
-+osst_reposition_and_retry_23844 osst_reposition_and_retry 0 23844 NULL
-+iwl_dbgfs_nvm_read_23845 iwl_dbgfs_nvm_read 3-0 23845 NULL
-+max1027_validate_trigger_23847 max1027_validate_trigger 0 23847 NULL
-+p54_init_common_23850 p54_init_common 1 23850 NULL
-+gart_alloc_coherent_23852 gart_alloc_coherent 2 23852 NULL
-+bin_to_hex_dup_23853 bin_to_hex_dup 2 23853 NULL
-+rocker_port_ctrl_vlan_23854 rocker_port_ctrl_vlan 0 23854 NULL
-+__bond_opt_set_23855 __bond_opt_set 0 23855 NULL
-+__key_link_begin_23856 __key_link_begin 0 23856 NULL
-+ocfs2_xattr_get_clusters_23857 ocfs2_xattr_get_clusters 0 23857 NULL nohasharray
-+ath10k_core_create_23857 ath10k_core_create 1 23857 &ocfs2_xattr_get_clusters_23857 nohasharray
-+show_iface_chap_auth_23857 show_iface_chap_auth 0 23857 &ath10k_core_create_23857
-+nfs4_call_sync_23858 nfs4_call_sync 0 23858 NULL
-+mv88e6352_phy_page_write_23862 mv88e6352_phy_page_write 0 23862 NULL
-+device_event_23864 device_event 0 23864 NULL
-+vmci_transport_notify_send_pre_enqueue_23866 vmci_transport_notify_send_pre_enqueue 0 23866 NULL
-+m88rs6000t_set_bb_23871 m88rs6000t_set_bb 0 23871 NULL
-+hdlcdrv_set_mac_address_23872 hdlcdrv_set_mac_address 0 23872 NULL
-+ieee80211_if_read_dot11MeshMaxPeerLinks_23878 ieee80211_if_read_dot11MeshMaxPeerLinks 3-0 23878 NULL
-+bond_init_23879 bond_init 0 23879 NULL
-+writeback_single_inode_23881 writeback_single_inode 0 23881 NULL
-+pwc_button_ctrl_23886 pwc_button_ctrl 0 23886 NULL
-+__tg3_writephy_23889 __tg3_writephy 0 23889 NULL
-+nes_alloc_resource_23891 nes_alloc_resource 3 23891 NULL
-+show_temp_auto_boost_23895 show_temp_auto_boost 0 23895 NULL
-+iwch_reject_cr_23901 iwch_reject_cr 3 23901 NULL
-+nilfs_freeze_23902 nilfs_freeze 0 23902 NULL
-+iov_iter_get_pages_alloc_23903 iov_iter_get_pages_alloc 3-0 23903 NULL
-+netxen_sysfs_write_crb_23905 netxen_sysfs_write_crb 0-6-5 23905 NULL
-+atxp1_storegpio1_23908 atxp1_storegpio1 0-4 23908 NULL
-+add_new_gdb_meta_bg_23911 add_new_gdb_meta_bg 3 23911 NULL nohasharray
-+ieee80211_if_read_hw_queues_23911 ieee80211_if_read_hw_queues 3-0 23911 &add_new_gdb_meta_bg_23911
-+mpihelp_mul_karatsuba_case_23918 mpihelp_mul_karatsuba_case 5-3 23918 NULL nohasharray
-+ipath_reg_phys_mr_23918 ipath_reg_phys_mr 3 23918 &mpihelp_mul_karatsuba_case_23918
-+ncp_do_request_23925 ncp_do_request 0 23925 NULL nohasharray
-+cc2520_cmd_strobe_23925 cc2520_cmd_strobe 0 23925 &ncp_do_request_23925
-+ftdi_elan_read_23927 ftdi_elan_read 0-3 23927 NULL
-+kvm_read_guest_23928 kvm_read_guest 4-2 23928 NULL
-+save_image_23929 save_image 0 23929 NULL
-+store_temp_pwm_23930 store_temp_pwm 0-4 23930 NULL
-+csio_show_dbg_level_23932 csio_show_dbg_level 0 23932 NULL
-+_osd_req_finalize_get_attr_list_23933 _osd_req_finalize_get_attr_list 0 23933 NULL
-+write_vda_23934 write_vda 0-5-6 23934 NULL
-+supports_autosuspend_show_23938 supports_autosuspend_show 0 23938 NULL
-+__alloc_skb_23940 __alloc_skb 1 23940 NULL
-+DMAbuf_activate_recording_23942 DMAbuf_activate_recording 0 23942 NULL
-+qla2x00_sysfs_read_fw_dump_23943 qla2x00_sysfs_read_fw_dump 6-0-5 23943 NULL
-+uvc_endpoint_max_bpi_23944 uvc_endpoint_max_bpi 0 23944 NULL nohasharray
-+ceph_write_inode_23944 ceph_write_inode 0 23944 &uvc_endpoint_max_bpi_23944
-+bpf_prog_alloc_23945 bpf_prog_alloc 1 23945 NULL nohasharray
-+ltc4245_show_current_23945 ltc4245_show_current 0 23945 &bpf_prog_alloc_23945
-+da9052_rtc_enable_alarm_23947 da9052_rtc_enable_alarm 0 23947 NULL
-+wl1251_boot_soft_reset_23952 wl1251_boot_soft_reset 0 23952 NULL
-+cifs_setxattr_23957 cifs_setxattr 4-0 23957 NULL
-+size_roundup_power2_23958 size_roundup_power2 0-1 23958 NULL
-+fc2580_rd_reg_23959 fc2580_rd_reg 0 23959 NULL
-+wait_on_bit_action_23963 wait_on_bit_action 0 23963 NULL nohasharray
-+group_fwd_mask_store_23963 group_fwd_mask_store 0-4 23963 &wait_on_bit_action_23963
-+_ore_read_mirror_23965 _ore_read_mirror 0 23965 NULL
-+vfs_write_23971 vfs_write 3-0 23971 NULL
-+sch56xx_send_cmd_23978 sch56xx_send_cmd 0 23978 NULL nohasharray
-+ci_get_data_23978 ci_get_data 3 23978 &sch56xx_send_cmd_23978
-+virtblk_get_id_23981 virtblk_get_id 0 23981 NULL
-+sddr55_write_data_23983 sddr55_write_data 4 23983 NULL
-+zd_usb_iowrite16v_async_23984 zd_usb_iowrite16v_async 3-0 23984 NULL
-+show_cpu_clock_sel_23986 show_cpu_clock_sel 0 23986 NULL
-+mon_bin_wait_event_23993 mon_bin_wait_event 0 23993 NULL
-+ipw2100_open_23994 ipw2100_open 0 23994 NULL
-+mt9m111_set_autoexposure_23998 mt9m111_set_autoexposure 0 23998 NULL
-+os_desc_use_store_24000 os_desc_use_store 0-3 24000 NULL
-+broadsheet_setup_spi_24005 broadsheet_setup_spi 0 24005 NULL
-+cxgb_alloc_mem_24007 cxgb_alloc_mem 1 24007 NULL
-+rx8025_read_reg_24012 rx8025_read_reg 0 24012 NULL
-+set_temp_hyst1_24014 set_temp_hyst1 0-4 24014 NULL nohasharray
-+intel_ring_idle_24014 intel_ring_idle 0 24014 &set_temp_hyst1_24014
-+wl1251_acx_cca_threshold_24015 wl1251_acx_cca_threshold 0 24015 NULL
-+ext2_xattr_set2_24019 ext2_xattr_set2 0 24019 NULL
-+average_write_24020 average_write 0-3 24020 NULL
-+give_pages_24021 give_pages 3 24021 NULL
-+node_page_state_24024 node_page_state 0 24024 NULL nohasharray
-+htc_send_epid_24024 htc_send_epid 0 24024 &node_page_state_24024
-+sys_pwrite64_24029 sys_pwrite64 3 24029 NULL
-+show_24031 show 0 24031 NULL
-+gsmi_panic_callback_24033 gsmi_panic_callback 0 24033 NULL
-+set_ctrl_lock_24034 set_ctrl_lock 0 24034 NULL
-+adis16400_show_serial_number_24037 adis16400_show_serial_number 3-0 24037 NULL
-+get_ata_class_names_24038 get_ata_class_names 0 24038 NULL
-+ixgbevf_change_mtu_24040 ixgbevf_change_mtu 0 24040 NULL
-+setkey_24042 setkey 0 24042 NULL
-+usb_set_configuration_24043 usb_set_configuration 0 24043 NULL
-+show_log_width_24047 show_log_width 0 24047 NULL nohasharray
-+patch_ad1884_24047 patch_ad1884 0 24047 &show_log_width_24047
-+wl1271_acx_ac_cfg_24051 wl1271_acx_ac_cfg 0 24051 NULL
-+afs_cell_alloc_24052 afs_cell_alloc 2 24052 NULL nohasharray
-+ipath_setrcvhdrsize_24052 ipath_setrcvhdrsize 0 24052 &afs_cell_alloc_24052
-+ad9523_write_24058 ad9523_write 0 24058 NULL
-+iwl_dbgfs_low_latency_read_24062 iwl_dbgfs_low_latency_read 3-0 24062 NULL nohasharray
-+notify_recv_pre_block_24062 notify_recv_pre_block 0 24062 &iwl_dbgfs_low_latency_read_24062
-+gem_change_mtu_24066 gem_change_mtu 0 24066 NULL
-+domid_show_24067 domid_show 0 24067 NULL nohasharray
-+cfhsi_flush_fifo_24067 cfhsi_flush_fifo 0 24067 &domid_show_24067
-+aa_restore_previous_profile_24070 aa_restore_previous_profile 0 24070 NULL nohasharray
-+iwl_send_bt_init_conf_24070 iwl_send_bt_init_conf 0 24070 &aa_restore_previous_profile_24070
-+usbnet_open_24073 usbnet_open 0 24073 NULL
-+nv_device_resource_start_24075 nv_device_resource_start 0 24075 NULL
-+tse_sset_count_24077 tse_sset_count 0 24077 NULL
-+logfs_write_begin_24078 logfs_write_begin 0 24078 NULL
-+vb2_fop_read_24080 vb2_fop_read 3-0 24080 NULL
-+show_point2_24082 show_point2 0 24082 NULL
-+sb_midi_open_24097 sb_midi_open 0 24097 NULL nohasharray
-+cachefiles_daemon_secctx_24097 cachefiles_daemon_secctx 0 24097 &sb_midi_open_24097
-+target_core_dev_pr_show_spc2_res_24098 target_core_dev_pr_show_spc2_res 0 24098 NULL
-+vivid_fb_check_var_24099 vivid_fb_check_var 0 24099 NULL
-+init_pioavailregs_24101 init_pioavailregs 0 24101 NULL
-+C_SYSC_process_vm_writev_24102 C_SYSC_process_vm_writev 3-5 24102 NULL
-+pipeline_post_proc_swi_read_24108 pipeline_post_proc_swi_read 3-0 24108 NULL
-+request_key_auth_read_24109 request_key_auth_read 3 24109 NULL
-+queue_ra_show_24111 queue_ra_show 0 24111 NULL
-+hv_ringbuffer_write_24114 hv_ringbuffer_write 0 24114 NULL
-+show_fcstat_error_frames_24115 show_fcstat_error_frames 0 24115 NULL
-+iwlagn_set_pan_params_24118 iwlagn_set_pan_params 0 24118 NULL
-+pci_iomap_range_24122 pci_iomap_range 3-4 24122 NULL
-+show_session_param_ISCSI_PARAM_BOOT_ROOT_24126 show_session_param_ISCSI_PARAM_BOOT_ROOT 0 24126 NULL
-+mwifiex_open_24130 mwifiex_open 0 24130 NULL
-+piix4_transaction_24131 piix4_transaction 0 24131 NULL
-+_picolcd_flash_write_24134 _picolcd_flash_write 4-0 24134 NULL nohasharray
-+si4713_powerup_24134 si4713_powerup 0 24134 &_picolcd_flash_write_24134
-+irnet_ctrl_write_24139 irnet_ctrl_write 3-0 24139 NULL nohasharray
-+lis3lv02d_selftest_show_24139 lis3lv02d_selftest_show 0 24139 &irnet_ctrl_write_24139 nohasharray
-+xfs_btree_increment_24139 xfs_btree_increment 0 24139 &lis3lv02d_selftest_show_24139
-+ov9650_s_ctrl_24141 ov9650_s_ctrl 0 24141 NULL
-+mem_cgroup_can_attach_24142 mem_cgroup_can_attach 0 24142 NULL nohasharray
-+unix_seqpacket_recvmsg_24142 unix_seqpacket_recvmsg 3 24142 &mem_cgroup_can_attach_24142
-+cx24123_tuner_i2c_tuner_xfer_24143 cx24123_tuner_i2c_tuner_xfer 0-3 24143 NULL nohasharray
-+attr_dragging_show_tpkbd_24143 attr_dragging_show_tpkbd 0 24143 &cx24123_tuner_i2c_tuner_xfer_24143
-+__niu_wait_bits_clear_24147 __niu_wait_bits_clear 0 24147 NULL
-+store_24149 store 0-3 24149 NULL
-+SyS_sethostname_24150 SyS_sethostname 2 24150 NULL
-+trim_bitmaps_24158 trim_bitmaps 3 24158 NULL
-+wan_enable_store_24159 wan_enable_store 4-0 24159 NULL
-+notes_read_24165 notes_read 0-6-5 24165 NULL
-+fc2580_wr_reg_24166 fc2580_wr_reg 0 24166 NULL
-+orinoco_change_mtu_24172 orinoco_change_mtu 0 24172 NULL
-+nr_hugepages_mempolicy_store_24176 nr_hugepages_mempolicy_store 0-4 24176 NULL
-+adu_read_24177 adu_read 3-0 24177 NULL nohasharray
-+show_ipv4_iface_dhcp_alt_client_id_en_24177 show_ipv4_iface_dhcp_alt_client_id_en 0 24177 &adu_read_24177
-+sock_no_setsockopt_24178 sock_no_setsockopt 0 24178 NULL
-+cifs_write_begin_24179 cifs_write_begin 0 24179 NULL
-+adv7343_write_24183 adv7343_write 0 24183 NULL nohasharray
-+toshiba_usb_three_set_24183 toshiba_usb_three_set 0 24183 &adv7343_write_24183
-+ql_configure_rings_24184 ql_configure_rings 0 24184 NULL
-+safe_prepare_write_buffer_24187 safe_prepare_write_buffer 3 24187 NULL
-+ext4_match_24188 ext4_match 3 24188 NULL
-+resource_show_24189 resource_show 0 24189 NULL
-+po1030_set_blue_balance_24191 po1030_set_blue_balance 0 24191 NULL
-+irq_remapping_setup_msi_irqs_24194 irq_remapping_setup_msi_irqs 2 24194 NULL
-+ts_play_24203 ts_play 0-3 24203 NULL
-+ieee80211_if_read_dot11MeshHWMPpreqMinInterval_24208 ieee80211_if_read_dot11MeshHWMPpreqMinInterval 3-0 24208 NULL nohasharray
-+show_24208 show 0 24208 &ieee80211_if_read_dot11MeshHWMPpreqMinInterval_24208
-+__tsl2550_show_lux_24210 __tsl2550_show_lux 0 24210 NULL
-+joydev_0x_read_24213 joydev_0x_read 0 24213 NULL
-+show_maxmin_alarm_24216 show_maxmin_alarm 0 24216 NULL nohasharray
-+dsm_get_label_24216 dsm_get_label 0 24216 &show_maxmin_alarm_24216 nohasharray
-+reiserfs_write_full_page_24216 reiserfs_write_full_page 0 24216 &dsm_get_label_24216
-+set_sync_ep_implicit_fb_quirk_24218 set_sync_ep_implicit_fb_quirk 0 24218 NULL
-+SyS_sendfile64_24220 SyS_sendfile64 4 24220 NULL
-+tcpprobe_sprint_24222 tcpprobe_sprint 0-2 24222 NULL nohasharray
-+set_csma_params_24222 set_csma_params 0 24222 &tcpprobe_sprint_24222
-+mwifiex_send_cmd_24223 mwifiex_send_cmd 0 24223 NULL
-+pcpu_embed_first_chunk_24224 pcpu_embed_first_chunk 3-2-1 24224 NULL nohasharray
-+mei_amthif_read_24224 mei_amthif_read 4-0 24224 &pcpu_embed_first_chunk_24224
-+niu_rbr_fill_24226 niu_rbr_fill 0 24226 NULL
-+autosleep_store_24230 autosleep_store 0-4 24230 NULL
-+pci_num_vf_24235 pci_num_vf 0 24235 NULL nohasharray
-+mxl5005s_reconfigure_24235 mxl5005s_reconfigure 0 24235 &pci_num_vf_24235
-+sel_read_bool_24236 sel_read_bool 3-0 24236 NULL
-+xfs_bmap_rtalloc_24237 xfs_bmap_rtalloc 0 24237 NULL
-+set_in16_min_24238 set_in16_min 0-4 24238 NULL
-+lpfc_enable_rrq_show_24241 lpfc_enable_rrq_show 0 24241 NULL
-+max8998_rtc_set_alarm_24245 max8998_rtc_set_alarm 0 24245 NULL
-+safe_delay_show_24247 safe_delay_show 0 24247 NULL nohasharray
-+xpnet_dev_change_mtu_24247 xpnet_dev_change_mtu 0 24247 &safe_delay_show_24247
-+rt2x00queue_initialize_24255 rt2x00queue_initialize 0 24255 NULL
-+bd2802_show_wave_pattern_24259 bd2802_show_wave_pattern 0 24259 NULL
-+em28xx_alloc_urbs_24260 em28xx_alloc_urbs 4-6-0 24260 NULL nohasharray
-+vxlan_lowerdev_event_24260 vxlan_lowerdev_event 0 24260 &em28xx_alloc_urbs_24260
-+esp6_get_mtu_24264 esp6_get_mtu 0-2 24264 NULL
-+do_set_pwm_enable_24271 do_set_pwm_enable 0 24271 NULL
-+tun_chr_write_iter_24273 tun_chr_write_iter 0 24273 NULL nohasharray
-+store_24273 store 0 24273 &tun_chr_write_iter_24273
-+vpd_use_hostno_store_24274 vpd_use_hostno_store 0-3 24274 NULL
-+nilfs_segctor_add_super_root_24277 nilfs_segctor_add_super_root 0 24277 NULL nohasharray
-+pvr2_hdw_set_streaming_24277 pvr2_hdw_set_streaming 0 24277 &nilfs_segctor_add_super_root_24277 nohasharray
-+set_bdaddr_24277 set_bdaddr 0 24277 &pvr2_hdw_set_streaming_24277
-+thin_status_24278 thin_status 5 24278 NULL
-+compat_sys_preadv64_24283 compat_sys_preadv64 3 24283 NULL
-+azx_pcm_prepare_24285 azx_pcm_prepare 0 24285 NULL nohasharray
-+power_limit_1_max_uw_show_24285 power_limit_1_max_uw_show 0 24285 &azx_pcm_prepare_24285
-+msg_size_24288 msg_size 0 24288 NULL
-+__dm_get_module_param_24291 __dm_get_module_param 0-3-2 24291 NULL
-+ext2_free_blocks_24292 ext2_free_blocks 3-2 24292 NULL
-+i2c_smbus_check_pec_24297 i2c_smbus_check_pec 0 24297 NULL
-+map_page_24298 map_page 3-4 24298 NULL
-+store_fbstate_24303 store_fbstate 0-4 24303 NULL
-+adp8870_bl_l5_dark_dim_show_24305 adp8870_bl_l5_dark_dim_show 0 24305 NULL
-+btmrvl_pscmd_read_24308 btmrvl_pscmd_read 3-0 24308 NULL nohasharray
-+nfs_proc_statfs_24308 nfs_proc_statfs 0 24308 &btmrvl_pscmd_read_24308
-+oprofile_cpu_notifier_24310 oprofile_cpu_notifier 0 24310 NULL nohasharray
-+__ims_pcu_execute_bl_command_24310 __ims_pcu_execute_bl_command 0 24310 &oprofile_cpu_notifier_24310
-+reserve_metadata_bytes_24313 reserve_metadata_bytes 0 24313 NULL
-+bd2802_store_rgb_current_24316 bd2802_store_rgb_current 0-4 24316 NULL
-+ath6kl_add_bss_if_needed_24317 ath6kl_add_bss_if_needed 6 24317 NULL
-+pci_write_config_word_24318 pci_write_config_word 0 24318 NULL
-+xfs_dir3_leafn_read_24319 xfs_dir3_leafn_read 0 24319 NULL
-+ov6650_s_stream_24322 ov6650_s_stream 0 24322 NULL
-+copy_gr_arg_wrapper_normal_24325 copy_gr_arg_wrapper_normal 0 24325 NULL
-+ovl_statfs_24327 ovl_statfs 0 24327 NULL
-+si476x_radio_read_acf_blob_24336 si476x_radio_read_acf_blob 3-0 24336 NULL
-+arcmsr_attr_host_driver_reset_24341 arcmsr_attr_host_driver_reset 0 24341 NULL nohasharray
-+target_fabric_port_show_attr_alua_tg_pt_offline_24341 target_fabric_port_show_attr_alua_tg_pt_offline 0 24341 &arcmsr_attr_host_driver_reset_24341
-+hpc_wait_ctlr_notworking_24344 hpc_wait_ctlr_notworking 0 24344 NULL
-+C_SYSC_pwritev_24345 C_SYSC_pwritev 3 24345 NULL
-+nf_iterate_24348 nf_iterate 0 24348 NULL
-+prepare_pages_24349 prepare_pages 0 24349 NULL
-+rhashtable_insert_slow_24350 rhashtable_insert_slow 0 24350 NULL
-+kzalloc_node_24352 kzalloc_node 1 24352 NULL
-+roccat_common2_sysfs_read_macro_24355 roccat_common2_sysfs_read_macro 0-5-6 24355 NULL
-+lp3972_i2c_read_24364 lp3972_i2c_read 0 24364 NULL
-+cfi_read_pri_24366 cfi_read_pri 3 24366 NULL
-+btrfs_item_size_nr_24367 btrfs_item_size_nr 0 24367 NULL nohasharray
-+twl_rtc_set_alarm_24367 twl_rtc_set_alarm 0 24367 &btrfs_item_size_nr_24367 nohasharray
-+store_attach_24367 store_attach 0-4 24367 &twl_rtc_set_alarm_24367
-+videobuf_read_zerocopy_24369 videobuf_read_zerocopy 0 24369 NULL
-+break_deleg_24373 break_deleg 0 24373 NULL
-+elevator_init_fn_24375 elevator_init_fn 0 24375 NULL
-+ds2780_get_pmod_enabled_24380 ds2780_get_pmod_enabled 0 24380 NULL
-+try_alloc_port_24382 try_alloc_port 0 24382 NULL
-+cpu_subsys_offline_24383 cpu_subsys_offline 0 24383 NULL
-+acpi_ds_get_buffer_arguments_24384 acpi_ds_get_buffer_arguments 0 24384 NULL
-+xfs_bmapi_read_24392 xfs_bmapi_read 0 24392 NULL nohasharray
-+sock_xmit_24392 sock_xmit 4 24392 &xfs_bmapi_read_24392
-+osc_cur_grant_bytes_seq_write_24396 osc_cur_grant_bytes_seq_write 3 24396 NULL
-+edac_pci_int_show_24397 edac_pci_int_show 0 24397 NULL
-+getxattr_24398 getxattr 4 24398 NULL nohasharray
-+pvr2_v4l2_ioctl_24398 pvr2_v4l2_ioctl 2 24398 &getxattr_24398
-+populate_msi_sysfs_24399 populate_msi_sysfs 0 24399 NULL
-+o2nm_cluster_attr_keepalive_delay_ms_read_24403 o2nm_cluster_attr_keepalive_delay_ms_read 0 24403 NULL
-+drm_property_create_bitmask_24412 drm_property_create_bitmask 6 24412 NULL
-+save_image_lzo_24413 save_image_lzo 0 24413 NULL
-+blk_update_bidi_request_24415 blk_update_bidi_request 3-4 24415 NULL
-+default_density_show_24417 default_density_show 0 24417 NULL
-+nvme_trans_log_supp_pages_24418 nvme_trans_log_supp_pages 3 24418 NULL
-+show_iap_mode_24420 show_iap_mode 0 24420 NULL
-+rtl8187_init_urbs_24421 rtl8187_init_urbs 0 24421 NULL
-+set_port1_handler_24424 set_port1_handler 0-4 24424 NULL
-+b43_debugfs_read_24425 b43_debugfs_read 3-0 24425 NULL
-+bq2415x_sysfs_set_limit_24426 bq2415x_sysfs_set_limit 0-4 24426 NULL
-+xenbus_file_read_24427 xenbus_file_read 3-0 24427 NULL
-+ieee80211_rx_mgmt_beacon_24430 ieee80211_rx_mgmt_beacon 3 24430 NULL nohasharray
-+bond_option_ad_select_set_24430 bond_option_ad_select_set 0 24430 &ieee80211_rx_mgmt_beacon_24430
-+pn_socket_sendmsg_24431 pn_socket_sendmsg 4-0 24431 NULL
-+copy_and_ioctl_24434 copy_and_ioctl 4 24434 NULL
-+suspend_freeze_processes_24436 suspend_freeze_processes 0 24436 NULL
-+ixgbe_alloc_q_vector_24439 ixgbe_alloc_q_vector 6-4 24439 NULL
-+smk_user_access_24440 smk_user_access 3-0 24440 NULL nohasharray
-+rtw_set_wps_assoc_resp_24440 rtw_set_wps_assoc_resp 3 24440 &smk_user_access_24440
-+lpfc_option_rom_version_show_24443 lpfc_option_rom_version_show 0 24443 NULL
-+gr_set_acls_24449 gr_set_acls 0 24449 NULL
-+mc13xxx_regulator_enable_24450 mc13xxx_regulator_enable 0 24450 NULL nohasharray
-+s5p_jpeg_try_ctrl_24450 s5p_jpeg_try_ctrl 0 24450 &mc13xxx_regulator_enable_24450
-+evdev_do_ioctl_24459 evdev_do_ioctl 2 24459 NULL nohasharray
-+internal_dev_open_24459 internal_dev_open 0 24459 &evdev_do_ioctl_24459
-+lbs_highsnr_write_24460 lbs_highsnr_write 3-0 24460 NULL nohasharray
-+tgr128_final_24460 tgr128_final 0 24460 &lbs_highsnr_write_24460
-+compat_SyS_mq_timedsend_24464 compat_SyS_mq_timedsend 3 24464 NULL
-+lport_reset_24466 lport_reset 0 24466 NULL
-+sii9234_s_stream_24467 sii9234_s_stream 0 24467 NULL
-+pmd_entry_24472 pmd_entry 0 24472 NULL
-+bConfigurationValue_store_24484 bConfigurationValue_store 0-4 24484 NULL
-+ttm_page_pool_free_24486 ttm_page_pool_free 2-0 24486 NULL nohasharray
-+xfs_bmap_local_to_extents_24486 xfs_bmap_local_to_extents 0 24486 &ttm_page_pool_free_24486
-+snd_pcm_hw_param_first_24487 snd_pcm_hw_param_first 0 24487 NULL
-+show_temp_max1_24488 show_temp_max1 0 24488 NULL
-+dut_mode_read_24489 dut_mode_read 3-0 24489 NULL
-+read_file_spec_scan_ctl_24491 read_file_spec_scan_ctl 3-0 24491 NULL
-+pl2303_open_24492 pl2303_open 0 24492 NULL
-+i915_gem_obj_offset_24494 i915_gem_obj_offset 0 24494 NULL
-+xfs_attr_shortform_remove_24495 xfs_attr_shortform_remove 0 24495 NULL nohasharray
-+iscsi_nacl_auth_store_password_24495 iscsi_nacl_auth_store_password 0-3 24495 &xfs_attr_shortform_remove_24495
-+show_counter_rx_link_problems_24496 show_counter_rx_link_problems 0 24496 NULL nohasharray
-+sprintf_temp_from_reg_24496 sprintf_temp_from_reg 0 24496 &show_counter_rx_link_problems_24496
-+bond_change_mtu_24497 bond_change_mtu 0 24497 NULL
-+lpss_ltr_mode_show_24507 lpss_ltr_mode_show 0 24507 NULL
-+fuse_notify_retrieve_24514 fuse_notify_retrieve 0 24514 NULL
-+request_key_with_auxdata_24515 request_key_with_auxdata 4 24515 NULL nohasharray
-+ipv6_recv_error_24515 ipv6_recv_error 0 24515 &request_key_with_auxdata_24515
-+show_cmd_log_24517 show_cmd_log 0 24517 NULL
-+xfs_buf_get_map_24522 xfs_buf_get_map 3 24522 NULL
-+target_core_alua_tg_pt_gp_show_attr_alua_support_standby_24523 target_core_alua_tg_pt_gp_show_attr_alua_support_standby 0 24523 NULL
-+show_fc_host_hardware_version_24524 show_fc_host_hardware_version 0 24524 NULL
-+mtd_bitflip_threshold_show_24528 mtd_bitflip_threshold_show 0 24528 NULL
-+btrfs_feature_attr_show_24534 btrfs_feature_attr_show 0 24534 NULL nohasharray
-+nilfs_ifile_get_inode_block_24534 nilfs_ifile_get_inode_block 0 24534 &btrfs_feature_attr_show_24534 nohasharray
-+wl1251_acx_service_period_timeout_24534 wl1251_acx_service_period_timeout 0 24534 &nilfs_ifile_get_inode_block_24534
-+do_mpage_readpage_24536 do_mpage_readpage 3 24536 NULL
-+mt2063_set_params_24539 mt2063_set_params 0 24539 NULL
-+unix_mknod_24543 unix_mknod 0 24543 NULL
-+usbhid_set_raw_report_24550 usbhid_set_raw_report 0 24550 NULL
-+snd_hda_multi_out_analog_prepare_24553 snd_hda_multi_out_analog_prepare 0 24553 NULL
-+bonding_show_downdelay_24554 bonding_show_downdelay 0 24554 NULL
-+dcdbas_reboot_notify_24558 dcdbas_reboot_notify 0 24558 NULL
-+iwlagn_mac_sta_state_24561 iwlagn_mac_sta_state 0 24561 NULL
-+write_cache_pages_24562 write_cache_pages 0 24562 NULL
-+tsi148_alloc_resource_24563 tsi148_alloc_resource 2 24563 NULL
-+snd_vt1724_playback_indep_prepare_24569 snd_vt1724_playback_indep_prepare 0 24569 NULL nohasharray
-+ocfs2_extent_map_lookup_24569 ocfs2_extent_map_lookup 0 24569 &snd_vt1724_playback_indep_prepare_24569
-+twl4030_madc_start_conversion_24573 twl4030_madc_start_conversion 0 24573 NULL
-+netlbl_domhsh_init_24576 netlbl_domhsh_init 1 24576 NULL nohasharray
-+ipw_net_open_24576 ipw_net_open 0 24576 &netlbl_domhsh_init_24576
-+SyS_pselect6_24582 SyS_pselect6 1 24582 NULL
-+gfs2_readpage_24584 gfs2_readpage 0 24584 NULL
-+pci_af_flr_24590 pci_af_flr 0 24590 NULL
-+store_local_ip_24592 store_local_ip 0 24592 NULL
-+md_notify_reboot_24593 md_notify_reboot 0 24593 NULL
-+udf_compute_nr_groups_24594 udf_compute_nr_groups 0 24594 NULL nohasharray
-+lola_codec_read_24594 lola_codec_read 0 24594 &udf_compute_nr_groups_24594
-+de_reset_mac_24598 de_reset_mac 0 24598 NULL
-+snd_solo_pcm_trigger_24600 snd_solo_pcm_trigger 0 24600 NULL nohasharray
-+musb_platform_set_mode_24600 musb_platform_set_mode 0 24600 &snd_solo_pcm_trigger_24600 nohasharray
-+count_preds_24600 count_preds 0 24600 &musb_platform_set_mode_24600
-+i915_error_state_buf_init_24605 i915_error_state_buf_init 3-0 24605 NULL nohasharray
-+sensor_hub_get_physical_device_count_24605 sensor_hub_get_physical_device_count 0 24605 &i915_error_state_buf_init_24605 nohasharray
-+lov_alloc_memmd_24605 lov_alloc_memmd 2 24605 &sensor_hub_get_physical_device_count_24605
-+br_nf_pre_routing_ipv6_24607 br_nf_pre_routing_ipv6 0 24607 NULL
-+acpilabel_show_24612 acpilabel_show 0 24612 NULL
-+hfsplus_cat_write_inode_24613 hfsplus_cat_write_inode 0 24613 NULL
-+ntfs_readpage_24616 ntfs_readpage 0 24616 NULL
-+SyS_poll_24620 SyS_poll 2 24620 NULL
-+ipv6_conntrack_in_24627 ipv6_conntrack_in 0 24627 NULL
-+nfs_namespace_setattr_24629 nfs_namespace_setattr 0 24629 NULL
-+broadsheet_spiflash_erase_sector_24630 broadsheet_spiflash_erase_sector 0 24630 NULL
-+addresses_show_24632 addresses_show 0 24632 NULL nohasharray
-+cfqg_set_leaf_weight_device_24632 cfqg_set_leaf_weight_device 0-3 24632 &addresses_show_24632
-+read_hdlc_status_24633 read_hdlc_status 0 24633 NULL
-+alloc_wr_24635 alloc_wr 2-1 24635 NULL nohasharray
-+wl1251_hw_init_phy_config_24635 wl1251_hw_init_phy_config 0 24635 &alloc_wr_24635
-+n_per_out_show_24637 n_per_out_show 0 24637 NULL
-+qla4_82xx_try_start_fw_24640 qla4_82xx_try_start_fw 0 24640 NULL
-+fake_mtu_24641 fake_mtu 0 24641 NULL
-+context_alloc_24645 context_alloc 3 24645 NULL
-+blk_rq_err_bytes_24650 blk_rq_err_bytes 0 24650 NULL
-+store_red_24652 store_red 0-4 24652 NULL
-+ext2_xattr_trusted_list_24670 ext2_xattr_trusted_list 0-5 24670 NULL
-+ath5k_hw_rf5111_channel_24672 ath5k_hw_rf5111_channel 0 24672 NULL
-+update_devfreq_24674 update_devfreq 0 24674 NULL
-+mISDN_read_24676 mISDN_read 0-3 24676 NULL
-+mv88e6xxx_reg_wait_ready_24678 mv88e6xxx_reg_wait_ready 0 24678 NULL nohasharray
-+wake_up_pme_show_24678 wake_up_pme_show 0 24678 &mv88e6xxx_reg_wait_ready_24678
-+batadv_tt_local_init_24679 batadv_tt_local_init 0 24679 NULL
-+ali1563_access_24683 ali1563_access 0 24683 NULL
-+__mlx4_qp_alloc_icm_24684 __mlx4_qp_alloc_icm 0 24684 NULL
-+smack_audit_rule_init_24691 smack_audit_rule_init 0 24691 NULL
-+btrfs_check_data_free_space_24692 btrfs_check_data_free_space 0 24692 NULL
-+pci_olpc_write_24693 pci_olpc_write 0 24693 NULL
-+datafab_write_data_24696 datafab_write_data 4 24696 NULL
-+dgram_connect_24701 dgram_connect 0 24701 NULL
-+devm_kmalloc_24705 devm_kmalloc 2 24705 NULL nohasharray
-+nilfs_direct_assign_v_24705 nilfs_direct_assign_v 0 24705 &devm_kmalloc_24705 nohasharray
-+udf_add_aext_24705 udf_add_aext 0 24705 &nilfs_direct_assign_v_24705
-+wl1251_hw_init_beacon_broadcast_24707 wl1251_hw_init_beacon_broadcast 0 24707 NULL
-+niu_change_mtu_24710 niu_change_mtu 0 24710 NULL
-+crb_recv_24713 crb_recv 0-3 24713 NULL
-+mc13xxx_spi_write_24715 mc13xxx_spi_write 0 24715 NULL nohasharray
-+wait_transaction_complete_24715 wait_transaction_complete 0 24715 &mc13xxx_spi_write_24715
-+show_ipv4_iface_dhcp_req_vendor_id_en_24718 show_ipv4_iface_dhcp_req_vendor_id_en 0 24718 NULL
-+dps0_is_key_locked_24722 dps0_is_key_locked 0 24722 NULL
-+st_int_ioctl_24725 st_int_ioctl 0 24725 NULL
-+ip_tunnel_change_mtu_24731 ip_tunnel_change_mtu 0 24731 NULL
-+simple_attr_read_24738 simple_attr_read 3-0 24738 NULL
-+ath_rxbuf_alloc_24745 ath_rxbuf_alloc 2 24745 NULL
-+pps_show_24748 pps_show 0 24748 NULL
-+get_dma_residue_24749 get_dma_residue 0 24749 NULL nohasharray
-+commit_rxon_24749 commit_rxon 0 24749 &get_dma_residue_24749
-+ntfs_copy_from_user_iter_24753 ntfs_copy_from_user_iter 5-3 24753 NULL
-+kgdb_hex2mem_24755 kgdb_hex2mem 3 24755 NULL
-+ddp_device_event_24756 ddp_device_event 0 24756 NULL
-+get_temp_max_hyst_24757 get_temp_max_hyst 0 24757 NULL
-+get_src_24759 get_src 0 24759 NULL
-+ip_vs_local_reply4_24762 ip_vs_local_reply4 0 24762 NULL
-+cgroup_attach_task_24763 cgroup_attach_task 0 24763 NULL
-+xhci_change_max_exit_latency_24765 xhci_change_max_exit_latency 0 24765 NULL
-+snd_cs46xx_playback_prepare_24768 snd_cs46xx_playback_prepare 0 24768 NULL nohasharray
-+security_sid_to_context_24768 security_sid_to_context 0 24768 &snd_cs46xx_playback_prepare_24768
-+mI_alloc_skb_24770 mI_alloc_skb 1 24770 NULL
-+isofs_statfs_24772 isofs_statfs 0 24772 NULL
-+zd1201_docmd_24773 zd1201_docmd 0 24773 NULL
-+snd_seq_ioctl_create_port_24774 snd_seq_ioctl_create_port 0 24774 NULL
-+ocfs2_read_blocks_24777 ocfs2_read_blocks 0 24777 NULL
-+skb_make_writable_24783 skb_make_writable 2 24783 NULL
-+datablob_hmac_verify_24786 datablob_hmac_verify 4 24786 NULL
-+pb0100_s_ctrl_24788 pb0100_s_ctrl 0 24788 NULL nohasharray
-+mlx4_SET_PORT_general_24788 mlx4_SET_PORT_general 0 24788 &pb0100_s_ctrl_24788
-+cache_read_24790 cache_read 3-0 24790 NULL
-+i915_gem_check_wedge_24793 i915_gem_check_wedge 0 24793 NULL
-+st33zp24_spi_recv_24795 st33zp24_spi_recv 4 24795 NULL
-+user_regset_copyout_24796 user_regset_copyout 7 24796 NULL nohasharray
-+show_unchecked_isa_dma_24796 show_unchecked_isa_dma 0 24796 &user_regset_copyout_24796
-+register_bcache_24797 register_bcache 0-4 24797 NULL
-+unpack_str_24798 unpack_str 0 24798 NULL
-+bcm_kona_gpio_to_irq_24799 bcm_kona_gpio_to_irq 2 24799 NULL nohasharray
-+tcmu_configure_device_24799 tcmu_configure_device 0 24799 &bcm_kona_gpio_to_irq_24799
-+aty128_ddafifo_24801 aty128_ddafifo 0 24801 NULL
-+get_register_page_24802 get_register_page 0 24802 NULL
-+kvm_read_guest_virt_helper_24804 kvm_read_guest_virt_helper 3-1 24804 NULL
-+ath6kl_fwlog_mask_write_24810 ath6kl_fwlog_mask_write 3-0 24810 NULL
-+bfad_im_node_name_show_24813 bfad_im_node_name_show 0 24813 NULL
-+attr_show_args_24816 attr_show_args 0 24816 NULL
-+comedi_buf_alloc_24822 comedi_buf_alloc 3 24822 NULL
-+ndo_get_phys_port_id_24825 ndo_get_phys_port_id 0 24825 NULL
-+brport_show_24827 brport_show 0 24827 NULL
-+lfib_nlmsg_size_24828 lfib_nlmsg_size 0 24828 NULL
-+cuse_class_abort_store_24829 cuse_class_abort_store 0-4 24829 NULL
-+rpf_s_stream_24830 rpf_s_stream 0 24830 NULL
-+__logfs_truncate_24831 __logfs_truncate 0 24831 NULL
-+__cfg80211_alloc_vendor_skb_24837 __cfg80211_alloc_vendor_skb 2 24837 NULL nohasharray
-+reboot_24837 reboot 0-4 24837 &__cfg80211_alloc_vendor_skb_24837
-+usnic_ib_show_config_24840 usnic_ib_show_config 0 24840 NULL
-+netxen_sysfs_write_mem_24841 netxen_sysfs_write_mem 0-6-5 24841 NULL
-+bd2802_store_reg0x02_24843 bd2802_store_reg0x02 0-4 24843 NULL
-+get_latch_status_24846 get_latch_status 0 24846 NULL
-+nilfs_superblock_sb_update_frequency_store_24852 nilfs_superblock_sb_update_frequency_store 0-4 24852 NULL
-+bq2415x_set_mode_24853 bq2415x_set_mode 0 24853 NULL
-+pt1_i2c_xfer_24856 pt1_i2c_xfer 0-3 24856 NULL
-+wl12xx_chip_wakeup_24858 wl12xx_chip_wakeup 0 24858 NULL
-+cifs_negotiate_protocol_24860 cifs_negotiate_protocol 0 24860 NULL
-+pnp_alloc_24869 pnp_alloc 1 24869 NULL
-+setup_buffering_24872 setup_buffering 0 24872 NULL
-+queues_read_24877 queues_read 3-0 24877 NULL nohasharray
-+part_ro_show_24877 part_ro_show 0 24877 &queues_read_24877
-+input_map_show_24878 input_map_show 0 24878 NULL
-+zf_write_24882 zf_write 0-3 24882 NULL
-+set_inc_all_24889 set_inc_all 4-0 24889 NULL
-+store_24890 store 0 24890 NULL
-+default_pvid_show_24892 default_pvid_show 0 24892 NULL nohasharray
-+ext4_jbd2_file_inode_24892 ext4_jbd2_file_inode 0 24892 &default_pvid_show_24892
-+conntrack_pptp_help_24894 conntrack_pptp_help 0 24894 NULL
-+bnx2i_set_ccell_info_24896 bnx2i_set_ccell_info 0-4 24896 NULL
-+xfs_qm_dqattach_24898 xfs_qm_dqattach 0 24898 NULL
-+work_start_24905 work_start 0 24905 NULL
-+megaraid_sysfs_show_app_hndl_24908 megaraid_sysfs_show_app_hndl 0 24908 NULL nohasharray
-+show_docked_24908 show_docked 0 24908 &megaraid_sysfs_show_app_hndl_24908
-+__hci_init_24909 __hci_init 0 24909 NULL
-+codec_list_read_file_24910 codec_list_read_file 3-0 24910 NULL
-+min_ratio_show_24911 min_ratio_show 0 24911 NULL
-+device_store_bool_24912 device_store_bool 0-4 24912 NULL
-+iwl_set_temperature_offset_calib_24913 iwl_set_temperature_offset_calib 0 24913 NULL
-+macvlan_hard_header_24914 macvlan_hard_header 0 24914 NULL
-+ocrdma_inetaddr_event_24915 ocrdma_inetaddr_event 0 24915 NULL
-+xpcs_reg_value_write_24922 xpcs_reg_value_write 3-0 24922 NULL
-+pch_gbe_get_regs_len_24924 pch_gbe_get_regs_len 0 24924 NULL
-+get_compat_msghdr_24928 get_compat_msghdr 0 24928 NULL
-+next_token_24929 next_token 0 24929 NULL
-+fuse_getattr_24934 fuse_getattr 0 24934 NULL nohasharray
-+prepare_24934 prepare 0 24934 &fuse_getattr_24934
-+regmap_spi_write_24935 regmap_spi_write 0 24935 NULL
-+claim_resources_24936 claim_resources 0 24936 NULL
-+fm_tx_set_pwr_lvl_24937 fm_tx_set_pwr_lvl 0 24937 NULL
-+twl4030reg_enable_24940 twl4030reg_enable 0 24940 NULL nohasharray
-+hpfs_writepage_24940 hpfs_writepage 0 24940 &twl4030reg_enable_24940
-+packet_sendmsg_24954 packet_sendmsg 4-0 24954 NULL
-+eem_opts_host_addr_show_24956 eem_opts_host_addr_show 0 24956 NULL
-+ipg_io_config_24957 ipg_io_config 0 24957 NULL
-+hotkey_radio_sw_show_24960 hotkey_radio_sw_show 0 24960 NULL
-+sys_rt_sigpending_24961 sys_rt_sigpending 2 24961 NULL
-+store_ctlr_enabled_24970 store_ctlr_enabled 0-4 24970 NULL
-+ensure_wear_leveling_24971 ensure_wear_leveling 0 24971 NULL
-+twl_i2c_write_u8_24976 twl_i2c_write_u8 3-0 24976 NULL
-+nf_nat_sdp_port_24977 nf_nat_sdp_port 7 24977 NULL
-+cancel_store_24982 cancel_store 0-4 24982 NULL
-+llc_ui_sendmsg_24987 llc_ui_sendmsg 4-0 24987 NULL nohasharray
-+ath10k_fw_crash_dump_read_24987 ath10k_fw_crash_dump_read 3-0 24987 &llc_ui_sendmsg_24987
-+get_eeprom_len_24988 get_eeprom_len 0 24988 NULL nohasharray
-+info_debugfs_read_helper_24988 info_debugfs_read_helper 0 24988 &get_eeprom_len_24988
-+mce_chrdev_read_24989 mce_chrdev_read 0-3 24989 NULL
-+uvc_init_video_isoc_24992 uvc_init_video_isoc 0 24992 NULL
-+profiling_store_24997 profiling_store 0-4 24997 NULL
-+dibusb_i2c_xfer_24998 dibusb_i2c_xfer 0-3 24998 NULL
-+slot_get_24999 slot_get 0 24999 NULL
-+key_conf_hw_key_idx_read_25003 key_conf_hw_key_idx_read 3-0 25003 NULL nohasharray
-+genwqe_user_vmap_25003 genwqe_user_vmap 4 25003 &key_conf_hw_key_idx_read_25003
-+il_dbgfs_channels_read_25005 il_dbgfs_channels_read 3-0 25005 NULL
-+mmc_oemid_show_25013 mmc_oemid_show 0 25013 NULL nohasharray
-+set_in0_min_25013 set_in0_min 0-4 25013 &mmc_oemid_show_25013
-+fast_charge_timer_show_25016 fast_charge_timer_show 0 25016 NULL
-+nfs4_set_lock_state_25017 nfs4_set_lock_state 0 25017 NULL nohasharray
-+tg3_readphy_25017 tg3_readphy 0 25017 &nfs4_set_lock_state_25017
-+tx_errors_show_25018 tx_errors_show 0 25018 NULL
-+show_session_param_ISCSI_PARAM_USERNAME_25024 show_session_param_ISCSI_PARAM_USERNAME 0 25024 NULL
-+user_pin_configs_store_25027 user_pin_configs_store 0-4 25027 NULL
-+phy_interface_show_25036 phy_interface_show 0 25036 NULL nohasharray
-+nfs_dns_resolve_name_25036 nfs_dns_resolve_name 3 25036 &phy_interface_show_25036
-+i2400m_open_25041 i2400m_open 0 25041 NULL
-+wlcore_cmd_send_failsafe_25042 wlcore_cmd_send_failsafe 0 25042 NULL nohasharray
-+store_speed_tolerance_25042 store_speed_tolerance 0-4 25042 &wlcore_cmd_send_failsafe_25042
-+removable_store_25044 removable_store 0-3 25044 NULL
-+wl1271_acx_pm_config_25048 wl1271_acx_pm_config 0 25048 NULL
-+wait_for_completion_interruptible_timeout_25050 wait_for_completion_interruptible_timeout 0 25050 NULL
-+ds2780_read_param_eeprom_bin_25055 ds2780_read_param_eeprom_bin 6-5-0 25055 NULL nohasharray
-+configfs_composite_bind_25055 configfs_composite_bind 0 25055 &ds2780_read_param_eeprom_bin_25055 nohasharray
-+hw_ep_prime_25055 hw_ep_prime 0 25055 &configfs_composite_bind_25055
-+show_rtc_25056 show_rtc 0 25056 NULL
-+pptp_create_25064 pptp_create 0 25064 NULL
-+gs_buf_alloc_25067 gs_buf_alloc 2 25067 NULL nohasharray
-+tun_get_user_25067 tun_get_user 0 25067 &gs_buf_alloc_25067
-+target_core_alua_tg_pt_gp_show_attr_trans_delay_msecs_25068 target_core_alua_tg_pt_gp_show_attr_trans_delay_msecs 0 25068 NULL nohasharray
-+ll_track_pid_seq_write_25068 ll_track_pid_seq_write 3 25068 &target_core_alua_tg_pt_gp_show_attr_trans_delay_msecs_25068
-+do_add_page_to_bio_25071 do_add_page_to_bio 2 25071 NULL
-+SYSC_listxattr_25072 SYSC_listxattr 3 25072 NULL
-+pnfs_generic_scan_commit_lists_25073 pnfs_generic_scan_commit_lists 0 25073 NULL nohasharray
-+vsp1_entity_set_streaming_25073 vsp1_entity_set_streaming 0 25073 &pnfs_generic_scan_commit_lists_25073
-+it8708_get_rx_bytes_25079 it8708_get_rx_bytes 0 25079 NULL
-+ext3_xattr_user_list_25084 ext3_xattr_user_list 0-5 25084 NULL
-+ceph_osdc_writepages_25085 ceph_osdc_writepages 0 25085 NULL
-+tsf_read_file_25086 tsf_read_file 0 25086 NULL nohasharray
-+chip_gpio_request_25086 chip_gpio_request 0 25086 &tsf_read_file_25086
-+rt2x00mac_get_stats_25087 rt2x00mac_get_stats 0 25087 NULL
-+ubifs_write_inode_25089 ubifs_write_inode 0 25089 NULL
-+iwl_dbgfs_tx_flush_write_25091 iwl_dbgfs_tx_flush_write 0-3 25091 NULL
-+alb_set_mac_address_25093 alb_set_mac_address 0 25093 NULL
-+pci_bus_set_aer_ops_25095 pci_bus_set_aer_ops 0 25095 NULL
-+nvkm_instmem_create__25098 nvkm_instmem_create_ 4 25098 NULL nohasharray
-+ath5k_attr_show_ani_mode_25098 ath5k_attr_show_ani_mode 0 25098 &nvkm_instmem_create__25098
-+gfs2_iter_unstuffed_25099 gfs2_iter_unstuffed 0 25099 NULL
-+wm831x_aldo_get_status_25102 wm831x_aldo_get_status 0 25102 NULL
-+statfs_25104 statfs 0 25104 NULL nohasharray
-+action_store_25104 action_store 0-3 25104 &statfs_25104
-+reiserfs_freeze_25105 reiserfs_freeze 0 25105 NULL
-+snd_rawmidi_kernel_write_25106 snd_rawmidi_kernel_write 3 25106 NULL
-+sisusb_read_memio_24bit_25109 sisusb_read_memio_24bit 0 25109 NULL
-+mlx4_cmd_poll_25112 mlx4_cmd_poll 0 25112 NULL
-+hci_req_add_ev_25115 hci_req_add_ev 3 25115 NULL nohasharray
-+acpi_ex_create_method_25115 acpi_ex_create_method 0 25115 &hci_req_add_ev_25115 nohasharray
-+smb2_reconnect_25115 smb2_reconnect 0 25115 &acpi_ex_create_method_25115
-+rxrpc_recvmsg_25121 rxrpc_recvmsg 3 25121 NULL
-+wl18xx_acx_set_checksum_state_25124 wl18xx_acx_set_checksum_state 0 25124 NULL
-+lpfc_ack0_show_25126 lpfc_ack0_show 0 25126 NULL
-+caif_connect_client_25127 caif_connect_client 0 25127 NULL nohasharray
-+vmlfb_check_var_locked_25127 vmlfb_check_var_locked 0 25127 &caif_connect_client_25127
-+ses_probe_25128 ses_probe 0 25128 NULL
-+gfs2_quota_check_25130 gfs2_quota_check 0 25130 NULL
-+iwl_mvm_get_temp_25131 iwl_mvm_get_temp 0 25131 NULL
-+snd_via82xx_pcm_trigger_25133 snd_via82xx_pcm_trigger 0 25133 NULL
-+bulk_write_25137 bulk_write 0 25137 NULL nohasharray
-+lpfc_soft_wwn_enable_store_25137 lpfc_soft_wwn_enable_store 0-4 25137 &bulk_write_25137
-+fs32_to_cpu_25143 fs32_to_cpu 0 25143 NULL nohasharray
-+es_ui_show_25143 es_ui_show 0 25143 &fs32_to_cpu_25143
-+reiserfs_commit_write_25144 reiserfs_commit_write 0 25144 NULL
-+pagesize_show_25147 pagesize_show 0 25147 NULL
-+pch_phub_bin_read_25148 pch_phub_bin_read 0-5-6 25148 NULL
-+ath6kl_wmi_set_keepalive_cmd_25149 ath6kl_wmi_set_keepalive_cmd 0 25149 NULL
-+cnt_ctl_show_25157 cnt_ctl_show 0 25157 NULL nohasharray
-+atyfb_reboot_notify_25157 atyfb_reboot_notify 0 25157 &cnt_ctl_show_25157
-+show_eeprom2_25159 show_eeprom2 0 25159 NULL
-+netxen_nic_request_irq_25161 netxen_nic_request_irq 0 25161 NULL
-+anatop_regmap_disable_25164 anatop_regmap_disable 0 25164 NULL
-+sys_fgetxattr_25166 sys_fgetxattr 4 25166 NULL nohasharray
-+rose_create_25166 rose_create 0 25166 &sys_fgetxattr_25166
-+ipath_init_qp_table_25167 ipath_init_qp_table 2 25167 NULL nohasharray
-+sethdraddr_25167 sethdraddr 0 25167 &ipath_init_qp_table_25167
-+show_src_clock_25168 show_src_clock 0 25168 NULL
-+ath10k_pci_wait_for_target_init_25174 ath10k_pci_wait_for_target_init 0 25174 NULL
-+fit2_read_regr_25176 fit2_read_regr 0 25176 NULL
-+sctp_getsockopt_local_addrs_25178 sctp_getsockopt_local_addrs 2 25178 NULL nohasharray
-+__ims_pcu_execute_command_25178 __ims_pcu_execute_command 0 25178 &sctp_getsockopt_local_addrs_25178 nohasharray
-+wusb_set_dev_addr_25178 wusb_set_dev_addr 0 25178 &__ims_pcu_execute_command_25178
-+cbaf_wusb_host_name_store_25185 cbaf_wusb_host_name_store 0-4 25185 NULL
-+ks8851_rdreg32_25187 ks8851_rdreg32 0 25187 NULL
-+nes_store_ee_data_25190 nes_store_ee_data 0-3 25190 NULL
-+sbp_tpg_store_enable_25193 sbp_tpg_store_enable 0-3 25193 NULL
-+cx25821_riscmem_alloc_25201 cx25821_riscmem_alloc 0 25201 NULL
-+nilfs_prepare_segment_lock_25203 nilfs_prepare_segment_lock 0 25203 NULL
-+patch_alc662_25213 patch_alc662 0 25213 NULL
-+show_thresh_either_en_25218 show_thresh_either_en 0 25218 NULL
-+open_rx_first_25220 open_rx_first 0 25220 NULL
-+security_socket_post_create_25221 security_socket_post_create 0 25221 NULL
-+ocfs2_block_check_compute_25223 ocfs2_block_check_compute 2 25223 NULL
-+b43legacy_op_get_stats_25225 b43legacy_op_get_stats 0 25225 NULL
-+ieee80211_start_tx_ba_session_25229 ieee80211_start_tx_ba_session 0 25229 NULL
-+sonypi_misc_read_25230 sonypi_misc_read 0-3 25230 NULL
-+show_temp_auto_offset_hyst_25233 show_temp_auto_offset_hyst 0 25233 NULL
-+bq2415x_sysfs_show_status_25234 bq2415x_sysfs_show_status 0 25234 NULL nohasharray
-+lbs_set_11d_domain_info_25234 lbs_set_11d_domain_info 0 25234 &bq2415x_sysfs_show_status_25234
-+target_stat_scsi_tgt_dev_show_attr_status_25235 target_stat_scsi_tgt_dev_show_attr_status 0 25235 NULL
-+__hfsplus_delete_attr_25237 __hfsplus_delete_attr 0 25237 NULL
-+mon_stat_read_25238 mon_stat_read 3-0 25238 NULL
-+atl2_set_mac_25239 atl2_set_mac 0 25239 NULL
-+nilfs_palloc_find_available_slot_25245 nilfs_palloc_find_available_slot 5-3 25245 NULL
-+_ctl_board_assembly_show_25247 _ctl_board_assembly_show 0 25247 NULL
-+ivtv_firmware_restart_25248 ivtv_firmware_restart 0 25248 NULL
-+t4vf_read_rss_vi_config_25254 t4vf_read_rss_vi_config 0 25254 NULL
-+stripe_status_25259 stripe_status 5 25259 NULL
-+line6_probe_25262 line6_probe 6 25262 NULL
-+mmc_power_restore_host_25263 mmc_power_restore_host 0 25263 NULL
-+xen_pcpu_up_25265 xen_pcpu_up 0 25265 NULL
-+snd_pcm_start_25273 snd_pcm_start 0 25273 NULL nohasharray
-+kone_sysfs_show_weight_25273 kone_sysfs_show_weight 0 25273 &snd_pcm_start_25273
-+cciss_show_lunid_25274 cciss_show_lunid 0 25274 NULL
-+batadv_algo_select_25275 batadv_algo_select 0 25275 NULL
-+crypto_alloc_instance2_25277 crypto_alloc_instance2 3 25277 NULL
-+vfs_writev_25278 vfs_writev 3 25278 NULL
-+protocol_show_25279 protocol_show 0 25279 NULL
-+fc_parse_wwn_25280 fc_parse_wwn 0 25280 NULL
-+ray_suspend_25281 ray_suspend 0 25281 NULL
-+spi_sync_transfer_25282 spi_sync_transfer 0 25282 NULL
-+nibble_read_data_25285 nibble_read_data 0 25285 NULL nohasharray
-+sysfs_unbind_tick_dev_25285 sysfs_unbind_tick_dev 0-4 25285 &nibble_read_data_25285
-+l2tp_session_create_25286 l2tp_session_create 1 25286 NULL nohasharray
-+__ax88179_write_cmd_25286 __ax88179_write_cmd 5-0 25286 &l2tp_session_create_25286 nohasharray
-+adp8870_bl_l3_office_max_show_25286 adp8870_bl_l3_office_max_show 0 25286 &__ax88179_write_cmd_25286
-+ib_query_device_25287 ib_query_device 0 25287 NULL nohasharray
-+mt9t112_g_fmt_25287 mt9t112_g_fmt 0 25287 &ib_query_device_25287
-+c2port_read_flash_data_25296 c2port_read_flash_data 0-6-5 25296 NULL
-+viafb_check_var_25297 viafb_check_var 0 25297 NULL
-+patch_generic_hdmi_25299 patch_generic_hdmi 0 25299 NULL
-+usb6fire_pcm_stream_start_25305 usb6fire_pcm_stream_start 0 25305 NULL
-+read8_reg_25307 read8_reg 4-0 25307 NULL
-+firm_open_25313 firm_open 0 25313 NULL
-+kvm_cpu_notify_25315 kvm_cpu_notify 0 25315 NULL nohasharray
-+rtl8139_get_regs_len_25315 rtl8139_get_regs_len 0 25315 &kvm_cpu_notify_25315
-+ath9k_debugfs_read_buf_25316 ath9k_debugfs_read_buf 3-0 25316 NULL nohasharray
-+help_25316 help 5 25316 &ath9k_debugfs_read_buf_25316
-+sp5100_tco_write_25320 sp5100_tco_write 0-3 25320 NULL nohasharray
-+lp5562_store_pattern_25320 lp5562_store_pattern 0-4 25320 &sp5100_tco_write_25320
-+print_state_25323 print_state 0 25323 NULL
-+f2fs_write_begin_25324 f2fs_write_begin 0 25324 NULL nohasharray
-+store_command_event_reg_25324 store_command_event_reg 0-4 25324 &f2fs_write_begin_25324
-+get_bay_identifier_25326 get_bay_identifier 0 25326 NULL
-+max_sync_store_25329 max_sync_store 0-3 25329 NULL
-+usX2Y_format_set_25330 usX2Y_format_set 0 25330 NULL
-+show_rps_map_25336 show_rps_map 0 25336 NULL
-+atmel_open_25343 atmel_open 0 25343 NULL nohasharray
-+store_weight_temp_25343 store_weight_temp 0-4 25343 &atmel_open_25343
-+sn9c2028_read1_25344 sn9c2028_read1 0 25344 NULL
-+dump_align_25345 dump_align 2 25345 NULL
-+wait_for_completion_killable_25352 wait_for_completion_killable 0 25352 NULL
-+show_sas_phy_invalid_dword_count_25354 show_sas_phy_invalid_dword_count 0 25354 NULL
-+cpia_usb_transferCmd_25358 cpia_usb_transferCmd 0 25358 NULL
-+m48t35_read_time_25359 m48t35_read_time 0 25359 NULL nohasharray
-+fuse_writepages_25359 fuse_writepages 0 25359 &m48t35_read_time_25359
-+snd_vortex_pcm_prepare_25361 snd_vortex_pcm_prepare 0 25361 NULL
-+net2272_enable_25362 net2272_enable 0 25362 NULL
-+o2net_send_tcp_msg_25367 o2net_send_tcp_msg 4 25367 NULL
-+unix_mkname_25368 unix_mkname 0-2 25368 NULL
-+sel_read_mls_25369 sel_read_mls 3-0 25369 NULL nohasharray
-+flock_lock_file_25369 flock_lock_file 0 25369 &sel_read_mls_25369
-+wl1251_cmd_send_25374 wl1251_cmd_send 0 25374 NULL
-+rh_queue_status_25378 rh_queue_status 0 25378 NULL nohasharray
-+probe_25378 probe 0 25378 &rh_queue_status_25378
-+acpi_pad_idlepct_store_25379 acpi_pad_idlepct_store 0-4 25379 NULL
-+part_alignment_offset_show_25380 part_alignment_offset_show 0 25380 NULL
-+ep_queue_25382 ep_queue 0 25382 NULL
-+sis96x_access_25383 sis96x_access 0 25383 NULL
-+wlcore_raw_write_25387 wlcore_raw_write 0 25387 NULL
-+command_setyuvtresh_25390 command_setyuvtresh 0 25390 NULL nohasharray
-+khugepaged_max_ptes_none_store_25390 khugepaged_max_ptes_none_store 0-4 25390 &command_setyuvtresh_25390 nohasharray
-+SyS_splice_25390 SyS_splice 5 25390 &khugepaged_max_ptes_none_store_25390
-+show_truinst_25392 show_truinst 0 25392 NULL
-+pci_slot_attr_store_25399 pci_slot_attr_store 0-4 25399 NULL
-+snd_pcm_pre_drain_init_25401 snd_pcm_pre_drain_init 0 25401 NULL nohasharray
-+adm8211_get_stats_25401 adm8211_get_stats 0 25401 &snd_pcm_pre_drain_init_25401
-+aac_show_kernel_version_25404 aac_show_kernel_version 0 25404 NULL nohasharray
-+kovaplus_sysfs_read_info_25404 kovaplus_sysfs_read_info 0-5-6 25404 &aac_show_kernel_version_25404
-+vsp1_entity_init_25407 vsp1_entity_init 3 25407 NULL nohasharray
-+set_blue_25407 set_blue 0-4 25407 &vsp1_entity_init_25407
-+ebt_buf_add_pad_25413 ebt_buf_add_pad 0 25413 NULL nohasharray
-+mxser_write_room_25413 mxser_write_room 0 25413 &ebt_buf_add_pad_25413
-+_gpiod_direction_output_raw_25414 _gpiod_direction_output_raw 0 25414 NULL
-+mcp795_rtcc_read_25415 mcp795_rtcc_read 4-0 25415 NULL nohasharray
-+raid0_run_25415 raid0_run 0 25415 &mcp795_rtcc_read_25415
-+par96_open_25418 par96_open 0 25418 NULL
-+dai_list_read_file_25421 dai_list_read_file 3-0 25421 NULL nohasharray
-+asd_show_dev_rev_25421 asd_show_dev_rev 0 25421 &dai_list_read_file_25421 nohasharray
-+smsc75xx_manage_power_25421 smsc75xx_manage_power 0 25421 &asd_show_dev_rev_25421
-+panel_power_on_store_25422 panel_power_on_store 0-4 25422 NULL
-+pinctrl_gpio_direction_25423 pinctrl_gpio_direction 0 25423 NULL
-+v4l2_m2m_dqbuf_25427 v4l2_m2m_dqbuf 0 25427 NULL
-+netlink_sendmsg_25428 netlink_sendmsg 3 25428 NULL
-+snd_pcm_lib_ioctl_reset_25437 snd_pcm_lib_ioctl_reset 0 25437 NULL
-+target_core_dev_wwn_show_attr_vpd_assoc_target_port_25438 target_core_dev_wwn_show_attr_vpd_assoc_target_port 0 25438 NULL
-+pcmcia_store_new_id_25439 pcmcia_store_new_id 0-3 25439 NULL
-+aux_firmware_rev_show_25443 aux_firmware_rev_show 0 25443 NULL
-+ath10k_wmi_vdev_create_25447 ath10k_wmi_vdev_create 0 25447 NULL
-+xfs_qm_dqtobp_25448 xfs_qm_dqtobp 0 25448 NULL
-+show_fnode_ipv6_flow_label_25449 show_fnode_ipv6_flow_label 0 25449 NULL
-+pages_to_scan_show_25454 pages_to_scan_show 0 25454 NULL
-+print_name_25459 print_name 0 25459 NULL nohasharray
-+show_engine3_leds_25459 show_engine3_leds 0 25459 &print_name_25459 nohasharray
-+st_gyro_trig_set_state_25459 st_gyro_trig_set_state 0 25459 &show_engine3_leds_25459
-+ath6kl_wmi_beginscan_cmd_25462 ath6kl_wmi_beginscan_cmd 8 25462 NULL nohasharray
-+cyapa_gen5_read_idac_data_25462 cyapa_gen5_read_idac_data 0 25462 &ath6kl_wmi_beginscan_cmd_25462
-+dma_map_sg_nonforce_25469 dma_map_sg_nonforce 0-3 25469 NULL
-+mem_cgroup_force_empty_25473 mem_cgroup_force_empty 0 25473 NULL
-+buffer_prepare_25476 buffer_prepare 0 25476 NULL
-+show_bl_curve_25479 show_bl_curve 0 25479 NULL
-+get_rx_bytes_25485 get_rx_bytes 0 25485 NULL
-+bh1770_prox_range_show_25487 bh1770_prox_range_show 0 25487 NULL
-+i2c_nuvoton_wait_for_data_avail_25489 i2c_nuvoton_wait_for_data_avail 0 25489 NULL
-+read_cmd_25491 read_cmd 0 25491 NULL
-+acpi_ut_add_address_range_25492 acpi_ut_add_address_range 0 25492 NULL
-+smb2_async_writev_25494 smb2_async_writev 0 25494 NULL
-+dev_show_unique_id_25495 dev_show_unique_id 0 25495 NULL nohasharray
-+do_tcp_setsockopt_25495 do_tcp_setsockopt 0 25495 &dev_show_unique_id_25495
-+generic_hdmi_build_jack_25496 generic_hdmi_build_jack 0 25496 NULL
-+beiscsi_get_host_param_25497 beiscsi_get_host_param 0 25497 NULL
-+llc_ui_setsockopt_25501 llc_ui_setsockopt 0 25501 NULL nohasharray
-+ocfs2_hamming_encode_25501 ocfs2_hamming_encode 3 25501 &llc_ui_setsockopt_25501
-+ivtv_buf_copy_from_user_25502 ivtv_buf_copy_from_user 4-0 25502 NULL
-+snd_pcm_plugin_build_25505 snd_pcm_plugin_build 5-0 25505 NULL nohasharray
-+__orinoco_hw_set_wap_25505 __orinoco_hw_set_wap 0 25505 &snd_pcm_plugin_build_25505
-+mt9m001_s_crop_25508 mt9m001_s_crop 0 25508 NULL nohasharray
-+store_new_id_25508 store_new_id 0-3 25508 &mt9m001_s_crop_25508
-+__cfq_set_weight_25510 __cfq_set_weight 0 25510 NULL
-+parport_uss720_epp_write_data_25512 parport_uss720_epp_write_data 0 25512 NULL
-+xfs_alloc_fix_freelist_25514 xfs_alloc_fix_freelist 0 25514 NULL nohasharray
-+wl12xx_enable_interrupts_25514 wl12xx_enable_interrupts 0 25514 &xfs_alloc_fix_freelist_25514
-+mci_reset_counters_store_25517 mci_reset_counters_store 0-4 25517 NULL
-+sb_permission_25523 sb_permission 0 25523 NULL nohasharray
-+beiscsi_active_session_disp_25523 beiscsi_active_session_disp 0 25523 &sb_permission_25523
-+bfs_readpage_25524 bfs_readpage 0 25524 NULL
-+ad9523_show_25530 ad9523_show 0 25530 NULL
-+ses_show_id_25531 ses_show_id 0 25531 NULL nohasharray
-+smb2_negotiate_25531 smb2_negotiate 0 25531 &ses_show_id_25531
-+b43_phy_init_25534 b43_phy_init 0 25534 NULL
-+num_reads_show_25535 num_reads_show 0 25535 NULL
-+ext3_get_inode_loc_25542 ext3_get_inode_loc 0 25542 NULL nohasharray
-+iwl_mvm_send_cmd_status_25542 iwl_mvm_send_cmd_status 0 25542 &ext3_get_inode_loc_25542
-+ieee80211_if_read_path_refresh_time_25545 ieee80211_if_read_path_refresh_time 3-0 25545 NULL
-+wimax_addr_scnprint_25548 wimax_addr_scnprint 2 25548 NULL
-+cyapa_show_product_id_25550 cyapa_show_product_id 0 25550 NULL
-+store_octave_25552 store_octave 0-4 25552 NULL
-+compat_sys_sendfile64_25553 compat_sys_sendfile64 4 25553 NULL nohasharray
-+integrity_verify_store_25553 integrity_verify_store 0-3 25553 &compat_sys_sendfile64_25553
-+ht_print_chan_25556 ht_print_chan 4-0-3 25556 NULL nohasharray
-+sidtab_insert_25556 sidtab_insert 0 25556 &ht_print_chan_25556
-+get_dst_timing_25557 get_dst_timing 0 25557 NULL
-+is_a_peripheral_show_25558 is_a_peripheral_show 0 25558 NULL
-+read_dscorr_25560 read_dscorr 0 25560 NULL
-+reload_for_cpu_25563 reload_for_cpu 0 25563 NULL
-+local_cpulist_show_25564 local_cpulist_show 0 25564 NULL
-+skb_tailroom_25567 skb_tailroom 0 25567 NULL
-+iscsi_tpg_attrib_show_netif_timeout_25572 iscsi_tpg_attrib_show_netif_timeout 0 25572 NULL
-+bq2415x_i2c_write_mask_25585 bq2415x_i2c_write_mask 0 25585 NULL
-+crypto_blkcipher_ctxsize_25594 crypto_blkcipher_ctxsize 0 25594 NULL
-+ping_recvmsg_25597 ping_recvmsg 4-0 25597 NULL
-+__devres_alloc_25598 __devres_alloc 2 25598 NULL
-+hfsplus_removexattr_25599 hfsplus_removexattr 0 25599 NULL
-+sht15_measurement_25600 sht15_measurement 0 25600 NULL nohasharray
-+iscsi_tpg_param_show_DataDigest_25600 iscsi_tpg_param_show_DataDigest 0 25600 &sht15_measurement_25600
-+lm3533_als_get_zone_25601 lm3533_als_get_zone 0 25601 NULL
-+open_tx_25605 open_tx 0 25605 NULL
-+firmware_version_show_25608 firmware_version_show 0 25608 NULL
-+nes_netdev_get_sset_count_25609 nes_netdev_get_sset_count 0 25609 NULL
-+ddp_ppod_write_idata_25610 ddp_ppod_write_idata 5 25610 NULL
-+chksum_init_25613 chksum_init 0 25613 NULL
-+bh1780_store_power_state_25614 bh1780_store_power_state 0-4 25614 NULL
-+nilfs_permission_25619 nilfs_permission 0 25619 NULL
-+carl9170_debugfs_hw_ioread32_write_25622 carl9170_debugfs_hw_ioread32_write 0-3 25622 NULL
-+proc_coredump_filter_write_25625 proc_coredump_filter_write 3-0 25625 NULL
-+befs_utf2nls_25628 befs_utf2nls 3 25628 NULL nohasharray
-+__get_user_pages_25628 __get_user_pages 0 25628 &befs_utf2nls_25628
-+sctp_connect_25631 sctp_connect 0 25631 NULL nohasharray
-+nes_netdev_change_mtu_25631 nes_netdev_change_mtu 0 25631 &sctp_connect_25631
-+hfs_getxattr_25633 hfs_getxattr 0 25633 NULL
-+lbs_prb_rsp_limit_set_25634 lbs_prb_rsp_limit_set 0-4 25634 NULL
-+musb_gadget_start_25636 musb_gadget_start 0 25636 NULL
-+rt2x00debug_read_csr_25639 rt2x00debug_read_csr 0-3 25639 NULL
-+tomoyo_socket_sendmsg_25642 tomoyo_socket_sendmsg 0 25642 NULL
-+bNumConfigurations_show_25645 bNumConfigurations_show 0 25645 NULL
-+pci_device_update_fixed_25647 pci_device_update_fixed 0 25647 NULL
-+zatm_send_25650 zatm_send 0 25650 NULL
-+set_acpi_25652 set_acpi 0 25652 NULL
-+bd2802_show_adv_conf_25660 bd2802_show_adv_conf 0 25660 NULL
-+mlx4_QP_ATTACH_25661 mlx4_QP_ATTACH 0 25661 NULL
-+ext2_try_to_allocate_25667 ext2_try_to_allocate 2-4-0 25667 NULL
-+aircable_prepare_write_buffer_25669 aircable_prepare_write_buffer 3 25669 NULL nohasharray
-+i7core_inject_show_col_25669 i7core_inject_show_col 0 25669 &aircable_prepare_write_buffer_25669 nohasharray
-+ivtv_s_video_encoding_25669 ivtv_s_video_encoding 0 25669 &i7core_inject_show_col_25669
-+lpfc_idiag_cmd_get_25672 lpfc_idiag_cmd_get 2-0 25672 NULL
-+calibrate_store_25674 calibrate_store 0-4 25674 NULL
-+ixgbevf_poll_for_ack_25675 ixgbevf_poll_for_ack 0 25675 NULL
-+unix_getname_25678 unix_getname 0 25678 NULL
-+netconsole_target_attr_store_25683 netconsole_target_attr_store 0 25683 NULL
-+sta_inactive_ms_read_25690 sta_inactive_ms_read 3-0 25690 NULL
-+ssb_pcmcia_attr_sprom_show_25691 ssb_pcmcia_attr_sprom_show 0 25691 NULL nohasharray
-+show_fnode_link_local_ipv6_25691 show_fnode_link_local_ipv6 0 25691 &ssb_pcmcia_attr_sprom_show_25691
-+prom_early_alloc_25692 prom_early_alloc 1 25692 NULL
-+sdricoh_pcmcia_resume_25695 sdricoh_pcmcia_resume 0 25695 NULL
-+inet_recvmsg_25696 inet_recvmsg 4-0 25696 NULL
-+alloc_ring_25697 alloc_ring 0 25697 NULL
-+wm831x_status_src_store_25699 wm831x_status_src_store 0-4 25699 NULL
-+privsize_25701 privsize 0 25701 NULL
-+__blk_rq_unmap_user_25708 __blk_rq_unmap_user 0 25708 NULL
-+show_camera_25710 show_camera 0 25710 NULL nohasharray
-+mxl111sf_tuner_read_reg_25710 mxl111sf_tuner_read_reg 0 25710 &show_camera_25710
-+acpi_ds_create_index_field_25711 acpi_ds_create_index_field 0 25711 NULL
-+rx_filter_mc_filter_read_25712 rx_filter_mc_filter_read 3-0 25712 NULL
-+koneplus_sysfs_read_profile_buttons_25713 koneplus_sysfs_read_profile_buttons 0-5-6 25713 NULL
-+ibmasm_new_command_25714 ibmasm_new_command 2 25714 NULL
-+rx_queue_entry_next_25715 rx_queue_entry_next 0 25715 NULL
-+packet_bind_spkt_25717 packet_bind_spkt 0 25717 NULL
-+il3945_show_status_25719 il3945_show_status 0 25719 NULL nohasharray
-+ubifs_return_leb_25719 ubifs_return_leb 0 25719 &il3945_show_status_25719
-+spmi_ext_register_write_25722 spmi_ext_register_write 0 25722 NULL nohasharray
-+mlx4_register_mac_25722 mlx4_register_mac 0 25722 &spmi_ext_register_write_25722
-+switch_partition_25723 switch_partition 0 25723 NULL
-+eth_bind_25725 eth_bind 0 25725 NULL
-+__alloc_bootmem_low_node_25726 __alloc_bootmem_low_node 2 25726 NULL nohasharray
-+sel_write_context_25726 sel_write_context 3 25726 &__alloc_bootmem_low_node_25726
-+show_ipv4_iface_dhcp_slp_da_info_en_25728 show_ipv4_iface_dhcp_slp_da_info_en 0 25728 NULL
-+blk_mq_hw_sysfs_tags_show_25730 blk_mq_hw_sysfs_tags_show 0 25730 NULL
-+raw_getname_25732 raw_getname 0 25732 NULL nohasharray
-+cifs_read_from_socket_25732 cifs_read_from_socket 3-0 25732 &raw_getname_25732
-+mcs_unwrap_fir_25733 mcs_unwrap_fir 3 25733 NULL
-+ext2_find_near_25734 ext2_find_near 0 25734 NULL nohasharray
-+_ctl_version_bios_show_25734 _ctl_version_bios_show 0 25734 &ext2_find_near_25734
-+vx_set_format_25741 vx_set_format 0 25741 NULL
-+xgbe_common_read_25743 xgbe_common_read 2-0 25743 NULL nohasharray
-+product_id_show_25743 product_id_show 0 25743 &xgbe_common_read_25743 nohasharray
-+iscsi_conn_get_param_25743 iscsi_conn_get_param 0 25743 &product_id_show_25743 nohasharray
-+_softing_fct_cmd_25743 _softing_fct_cmd 0 25743 &iscsi_conn_get_param_25743
-+cxgbi_device_portmap_create_25747 cxgbi_device_portmap_create 3 25747 NULL
-+show_sas_end_dev_initiator_response_timeout_25753 show_sas_end_dev_initiator_response_timeout 0 25753 NULL
-+tpm_tis_send_25755 tpm_tis_send 0-3 25755 NULL nohasharray
-+fmc_write_eeprom_25755 fmc_write_eeprom 0-6-5 25755 &tpm_tis_send_25755
-+netxen_sysfs_validate_crb_25756 netxen_sysfs_validate_crb 0 25756 NULL
-+print_block_size_25763 print_block_size 0 25763 NULL nohasharray
-+uart_get_attr_line_25763 uart_get_attr_line 0 25763 &print_block_size_25763
-+csio_t5_edc_read_25765 csio_t5_edc_read 0 25765 NULL
-+cx25821_risc_buffer_25768 cx25821_risc_buffer 0 25768 NULL nohasharray
-+stac_parse_auto_config_25768 stac_parse_auto_config 0 25768 &cx25821_risc_buffer_25768
-+sha512_ssse3_final_25778 sha512_ssse3_final 0 25778 NULL
-+bonding_show_mode_25785 bonding_show_mode 0 25785 NULL
-+amd_xgbe_an_disable_kr_training_25786 amd_xgbe_an_disable_kr_training 0 25786 NULL
-+chv_gpio_direction_output_25788 chv_gpio_direction_output 0 25788 NULL
-+pci_dev_reset_slot_function_25789 pci_dev_reset_slot_function 0 25789 NULL
-+event_rx_pool_read_25792 event_rx_pool_read 3-0 25792 NULL
-+read_delin_25798 read_delin 0 25798 NULL
-+sg_read_25799 sg_read 3-0 25799 NULL
-+xfs_alloc_ag_vextent_exact_25810 xfs_alloc_ag_vextent_exact 0 25810 NULL nohasharray
-+wacom_btnimg4_store_25810 wacom_btnimg4_store 4-0 25810 &xfs_alloc_ag_vextent_exact_25810
-+alx_request_irq_25811 alx_request_irq 0 25811 NULL
-+s5m_rtc_set_alarm_25813 s5m_rtc_set_alarm 0 25813 NULL
-+system_enable_read_25815 system_enable_read 3 25815 NULL
-+realloc_buffer_25816 realloc_buffer 2 25816 NULL nohasharray
-+brcmf_sdio_verifymemory_25816 brcmf_sdio_verifymemory 4 25816 &realloc_buffer_25816
-+pwr_missing_bcns_read_25824 pwr_missing_bcns_read 3-0 25824 NULL nohasharray
-+rand_en_show_25824 rand_en_show 0 25824 &pwr_missing_bcns_read_25824
-+ubifs_orphan_start_commit_25825 ubifs_orphan_start_commit 0 25825 NULL
-+atl1c_configure_25826 atl1c_configure 0 25826 NULL
-+show_red_25831 show_red 0 25831 NULL nohasharray
-+_ctl_version_nvdata_default_show_25831 _ctl_version_nvdata_default_show 0 25831 &show_red_25831
-+f2fs_write_data_page_25834 f2fs_write_data_page 0 25834 NULL
-+v9fs_vfs_writepage_locked_25844 v9fs_vfs_writepage_locked 0 25844 NULL
-+tg3_change_mtu_25849 tg3_change_mtu 0 25849 NULL
-+i2400m_set_idle_timeout_25850 i2400m_set_idle_timeout 0 25850 NULL
-+snd_soc_component_update_bits_25854 snd_soc_component_update_bits 0 25854 NULL
-+parport_read_25855 parport_read 0 25855 NULL
-+acpi_ds_result_stack_push_25857 acpi_ds_result_stack_push 0 25857 NULL
-+level_show_25858 level_show 0 25858 NULL
-+zcomp_available_show_25860 zcomp_available_show 0 25860 NULL
-+m88rs6000t_get_if_frequency_25863 m88rs6000t_get_if_frequency 0 25863 NULL
-+null_build_header_25866 null_build_header 0 25866 NULL
-+show_iface_def_taskmgmt_tmo_25867 show_iface_def_taskmgmt_tmo 0 25867 NULL
-+smbus_xfer_25868 smbus_xfer 0 25868 NULL
-+__uncore_count_mode_show_25871 __uncore_count_mode_show 0 25871 NULL nohasharray
-+rt2x00lib_enable_radio_25871 rt2x00lib_enable_radio 0 25871 &__uncore_count_mode_show_25871
-+wl1271_init_sta_beacon_filter_25874 wl1271_init_sta_beacon_filter 0 25874 NULL
-+fix_io_25879 fix_io 0 25879 NULL nohasharray
-+tg3_ptp_enable_25879 tg3_ptp_enable 0 25879 &fix_io_25879
-+mcs7830_get_regs_len_25880 mcs7830_get_regs_len 0 25880 NULL
-+ath6kl_regread_read_25884 ath6kl_regread_read 3-0 25884 NULL nohasharray
-+ls_value_show_25884 ls_value_show 0 25884 &ath6kl_regread_read_25884
-+acf_status_25890 acf_status 0 25890 NULL
-+s5m8767_rtc_set_alarm_reg_25891 s5m8767_rtc_set_alarm_reg 0 25891 NULL
-+run_delalloc_nocow_25896 run_delalloc_nocow 3-4-0 25896 NULL
-+siena_describe_nic_stats_25898 siena_describe_nic_stats 0 25898 NULL
-+sisusbcon_scroll_area_25899 sisusbcon_scroll_area 3-4 25899 NULL
-+tua9001_wr_reg_25907 tua9001_wr_reg 0 25907 NULL nohasharray
-+scsi_remove_single_device_25907 scsi_remove_single_device 0 25907 &tua9001_wr_reg_25907
-+nvme_trans_mode_page_create_25908 nvme_trans_mode_page_create 4-7 25908 NULL nohasharray
-+sisfb_do_set_var_25908 sisfb_do_set_var 0 25908 &nvme_trans_mode_page_create_25908
-+do_jffs2_setxattr_25910 do_jffs2_setxattr 5-0 25910 NULL
-+send_purge_25911 send_purge 0 25911 NULL
-+rcname_read_25919 rcname_read 3-0 25919 NULL nohasharray
-+rose_header_25919 rose_header 0 25919 &rcname_read_25919
-+hfsplus_writepages_25924 hfsplus_writepages 0 25924 NULL nohasharray
-+sisusb_write_memio_word_25924 sisusb_write_memio_word 0 25924 &hfsplus_writepages_25924 nohasharray
-+set_ignore_ce_25924 set_ignore_ce 0-4 25924 &sisusb_write_memio_word_25924
-+_get_word_25929 _get_word 0 25929 NULL
-+snd_es1938_capture_copy_25930 snd_es1938_capture_copy 5 25930 NULL
-+key_flags_read_25931 key_flags_read 3-0 25931 NULL
-+sriov_totalvfs_show_25934 sriov_totalvfs_show 0 25934 NULL
-+tps80031_clr_bits_25942 tps80031_clr_bits 0 25942 NULL
-+MIDIbuf_write_25949 MIDIbuf_write 0 25949 NULL
-+hash_max_store_25956 hash_max_store 4-0 25956 NULL
-+flush_25957 flush 2-0 25957 NULL
-+done_25962 done 0 25962 NULL
-+et1011c_read_status_25964 et1011c_read_status 0 25964 NULL
-+_regmap_multi_reg_write_25967 _regmap_multi_reg_write 3 25967 NULL
-+rs5c372_sysfs_show_trim_25968 rs5c372_sysfs_show_trim 0 25968 NULL
-+uvesafb_show_oem_string_25969 uvesafb_show_oem_string 0 25969 NULL
-+ipath_set_linkstate_25970 ipath_set_linkstate 0 25970 NULL
-+video_register_device_25971 video_register_device 3 25971 NULL
-+devm_kcalloc_25975 devm_kcalloc 2-3 25975 NULL
-+udp_setsockopt_25985 udp_setsockopt 5-0 25985 NULL
-+devkmsg_read_25991 devkmsg_read 0-3 25991 NULL
-+show_ipv6_iface_grat_neighbor_adv_en_25996 show_ipv6_iface_grat_neighbor_adv_en 0 25996 NULL
-+xfs_allocbt_alloc_block_25997 xfs_allocbt_alloc_block 0 25997 NULL
-+gr_setup_out_desc_list_26000 gr_setup_out_desc_list 0 26000 NULL
-+logfs_write_direct_26002 logfs_write_direct 0 26002 NULL nohasharray
-+mace_open_26002 mace_open 0 26002 &logfs_write_direct_26002
-+fan_get_status_26004 fan_get_status 0 26004 NULL
-+init_26006 init 0 26006 NULL
-+kirkwood_dma_prepare_26011 kirkwood_dma_prepare 0 26011 NULL
-+t1_change_mtu_26013 t1_change_mtu 0 26013 NULL
-+tg3_alloc_consistent_26017 tg3_alloc_consistent 0 26017 NULL
-+loop_attr_show_26018 loop_attr_show 0 26018 NULL nohasharray
-+nx_fw_cmd_create_rx_ctx_26018 nx_fw_cmd_create_rx_ctx 0 26018 &loop_attr_show_26018 nohasharray
-+sbp_tpg_attrib_store_max_logins_per_lun_26018 sbp_tpg_attrib_store_max_logins_per_lun 0-3 26018 &nx_fw_cmd_create_rx_ctx_26018 nohasharray
-+hippi_mac_addr_26018 hippi_mac_addr 0 26018 &sbp_tpg_attrib_store_max_logins_per_lun_26018
-+SyS_process_vm_readv_26019 SyS_process_vm_readv 3-5 26019 NULL
-+show_host_param_ISCSI_HOST_PARAM_IPADDRESS_26020 show_host_param_ISCSI_HOST_PARAM_IPADDRESS 0 26020 NULL
-+hugetlb_report_node_meminfo_26023 hugetlb_report_node_meminfo 0 26023 NULL
-+irq_create_strict_mappings_26025 irq_create_strict_mappings 2-4 26025 NULL
-+blk_mq_sysfs_rq_list_show_26028 blk_mq_sysfs_rq_list_show 0 26028 NULL
-+do_sas_phy_reset_26034 do_sas_phy_reset 0-2 26034 NULL nohasharray
-+bdc_gadget_ep_queue_26034 bdc_gadget_ep_queue 0 26034 &do_sas_phy_reset_26034
-+bad_inode_setxattr_26035 bad_inode_setxattr 0 26035 NULL nohasharray
-+ntfs_perform_write_26035 ntfs_perform_write 3 26035 &bad_inode_setxattr_26035
-+selinux_inode_post_setxattr_26037 selinux_inode_post_setxattr 4 26037 NULL nohasharray
-+rt2x00debug_read_dev_flags_26037 rt2x00debug_read_dev_flags 0-3 26037 &selinux_inode_post_setxattr_26037
-+show_fnode_data_seq_in_order_26041 show_fnode_data_seq_in_order 0 26041 NULL
-+ext_tree_prepare_commit_26045 ext_tree_prepare_commit 0 26045 NULL
-+pci_timedia_init_26050 pci_timedia_init 0 26050 NULL nohasharray
-+elantech_show_int_attr_26050 elantech_show_int_attr 0 26050 &pci_timedia_init_26050
-+__alloc_memory_core_early_26053 __alloc_memory_core_early 2 26053 NULL
-+__bch_cache_show_26055 __bch_cache_show 0 26055 NULL
-+keyctl_update_key_26061 keyctl_update_key 3 26061 NULL
-+pri_wm_latency_write_26063 pri_wm_latency_write 3-0 26063 NULL nohasharray
-+fotg210_ep_queue_26063 fotg210_ep_queue 0 26063 &pri_wm_latency_write_26063
-+update_vlan_26069 update_vlan 0 26069 NULL
-+show_fnode_local_port_26070 show_fnode_local_port 0 26070 NULL nohasharray
-+gfs2_attr_show_26070 gfs2_attr_show 0 26070 &show_fnode_local_port_26070 nohasharray
-+enable_26070 enable 0 26070 &gfs2_attr_show_26070
-+memcg_update_all_list_lrus_26071 memcg_update_all_list_lrus 1-0 26071 NULL nohasharray
-+exofs_write_begin_export_26071 exofs_write_begin_export 0 26071 &memcg_update_all_list_lrus_26071
-+da903x_disable_26077 da903x_disable 0 26077 NULL nohasharray
-+arvo_sysfs_write_button_26077 arvo_sysfs_write_button 0-6-5 26077 &da903x_disable_26077
-+ext2_xattr_trusted_set_26089 ext2_xattr_trusted_set 0 26089 NULL nohasharray
-+ifx_modem_reboot_callback_26089 ifx_modem_reboot_callback 0 26089 &ext2_xattr_trusted_set_26089
-+m48t59_rtc_read_time_26090 m48t59_rtc_read_time 0 26090 NULL
-+rx_rx_wa_density_dropped_frame_read_26095 rx_rx_wa_density_dropped_frame_read 3-0 26095 NULL
-+cpumask_next_26096 cpumask_next 0 26096 NULL nohasharray
-+sht15_show_status_26096 sht15_show_status 0 26096 &cpumask_next_26096 nohasharray
-+hotkey_mask_set_26096 hotkey_mask_set 0 26096 &sht15_show_status_26096
-+fd_get_blocks_26097 fd_get_blocks 0 26097 NULL nohasharray
-+acpi_tb_acquire_table_26097 acpi_tb_acquire_table 0 26097 &fd_get_blocks_26097 nohasharray
-+amd64_inject_read_store_26097 amd64_inject_read_store 0-4 26097 &acpi_tb_acquire_table_26097
-+wl1271_init_beacon_broadcast_26103 wl1271_init_beacon_broadcast 0 26103 NULL
-+cmd_rsv_terminate_26105 cmd_rsv_terminate 0 26105 NULL
-+intel_wrap_ring_buffer_26117 intel_wrap_ring_buffer 0 26117 NULL
-+macvlan_change_mtu_26118 macvlan_change_mtu 0 26118 NULL
-+read_sb_page_26119 read_sb_page 5-0 26119 NULL
-+vtpm_send_26123 vtpm_send 0-3 26123 NULL
-+tmiofb_check_var_26129 tmiofb_check_var 0 26129 NULL
-+nilfs_mounted_snapshots_attr_show_26134 nilfs_mounted_snapshots_attr_show 0 26134 NULL
-+et131x_rx_dma_memory_alloc_26135 et131x_rx_dma_memory_alloc 0 26135 NULL
-+skb_cow_26138 skb_cow 2 26138 NULL
-+video_get_cur_state_26142 video_get_cur_state 0 26142 NULL
-+func_id_show_26143 func_id_show 0 26143 NULL
-+core_alua_store_tg_pt_gp_info_26144 core_alua_store_tg_pt_gp_info 0-3 26144 NULL nohasharray
-+chaoskey_read_26144 chaoskey_read 3 26144 &core_alua_store_tg_pt_gp_info_26144
-+ath9k_hw_name_26146 ath9k_hw_name 3 26146 NULL
-+ivtv_sendbyte_26147 ivtv_sendbyte 0 26147 NULL nohasharray
-+ufshcd_devfreq_target_26147 ufshcd_devfreq_target 0 26147 &ivtv_sendbyte_26147
-+snd_trident_si7018_capture_prepare_26149 snd_trident_si7018_capture_prepare 0 26149 NULL
-+dsbr100_stop_26150 dsbr100_stop 0 26150 NULL
-+ds2780_save_eeprom_26152 ds2780_save_eeprom 0 26152 NULL
-+__fswab64_26155 __fswab64 0 26155 NULL
-+__iscsi_tpg_auth_show_password_mutual_26157 __iscsi_tpg_auth_show_password_mutual 0 26157 NULL
-+hdcs_set_gain_26160 hdcs_set_gain 0 26160 NULL
-+copy_oldmem_page_26164 copy_oldmem_page 3-1 26164 NULL
-+read_data_26165 read_data 0 26165 NULL nohasharray
-+ax88772_reset_26165 ax88772_reset 0 26165 &read_data_26165
-+gfs2_xattr_acl_get_26166 gfs2_xattr_acl_get 0 26166 NULL nohasharray
-+ath6kl_roam_table_read_26166 ath6kl_roam_table_read 3-0 26166 &gfs2_xattr_acl_get_26166 nohasharray
-+pci_reset_function_26166 pci_reset_function 0 26166 &ath6kl_roam_table_read_26166
-+query_port_26169 query_port 0 26169 NULL
-+mid_get_vbt_data_r1_26170 mid_get_vbt_data_r1 2 26170 NULL
-+show_26172 show 0 26172 NULL
-+dmaengine_pcm_prepare_and_submit_26173 dmaengine_pcm_prepare_and_submit 0 26173 NULL nohasharray
-+ft_nacl_store_node_name_26173 ft_nacl_store_node_name 0-3 26173 &dmaengine_pcm_prepare_and_submit_26173 nohasharray
-+tmp103_set_temp_26173 tmp103_set_temp 0-4 26173 &ft_nacl_store_node_name_26173
-+netxen_nic_attach_26177 netxen_nic_attach 0 26177 NULL
-+pcf2123_rtc_read_time_26180 pcf2123_rtc_read_time 0 26180 NULL nohasharray
-+show_low_kb_26180 show_low_kb 0 26180 &pcf2123_rtc_read_time_26180
-+walk_hugetlb_range_26181 walk_hugetlb_range 0 26181 NULL
-+edac_pci_instance_show_26187 edac_pci_instance_show 0 26187 NULL
-+fuse_reverse_inval_entry_26193 fuse_reverse_inval_entry 0 26193 NULL
-+iwl_mvm_enable_beacon_filter_26194 iwl_mvm_enable_beacon_filter 0 26194 NULL
-+fan2_get_speed_26196 fan2_get_speed 0 26196 NULL
-+ieee80211_if_fmt_dot11MeshTTL_26198 ieee80211_if_fmt_dot11MeshTTL 3 26198 NULL nohasharray
-+target_core_alua_tg_pt_gp_show_attr_tg_pt_gp_id_26198 target_core_alua_tg_pt_gp_show_attr_tg_pt_gp_id 0 26198 &ieee80211_if_fmt_dot11MeshTTL_26198
-+xfs_idata_realloc_26199 xfs_idata_realloc 2 26199 NULL nohasharray
-+fmc_set_rds_mode_26199 fmc_set_rds_mode 0 26199 &xfs_idata_realloc_26199 nohasharray
-+iwl_send_remove_station_26199 iwl_send_remove_station 0 26199 &fmc_set_rds_mode_26199
-+mce_write_26201 mce_write 3 26201 NULL
-+pcm_prepare_26203 pcm_prepare 0 26203 NULL nohasharray
-+show_state_exit_latency_26203 show_state_exit_latency 0 26203 &pcm_prepare_26203 nohasharray
-+logfs_truncate_i0_26203 logfs_truncate_i0 0 26203 &show_state_exit_latency_26203 nohasharray
-+pcf50633_rtc_set_alarm_26203 pcf50633_rtc_set_alarm 0 26203 &logfs_truncate_i0_26203
-+acpi_ds_restart_control_method_26205 acpi_ds_restart_control_method 0 26205 NULL
-+SyS_splice_26206 SyS_splice 5 26206 NULL
-+kbd_backlight_mode_show_26207 kbd_backlight_mode_show 0 26207 NULL
-+btrfs_statfs_26210 btrfs_statfs 0 26210 NULL nohasharray
-+vcc_mode_store_26210 vcc_mode_store 0-4 26210 &btrfs_statfs_26210
-+sha256_ssse3_update_26217 sha256_ssse3_update 0 26217 NULL
-+nilfs_btree_propagate_26218 nilfs_btree_propagate 0 26218 NULL
-+rx_crc_errors_show_26219 rx_crc_errors_show 0 26219 NULL nohasharray
-+rtl92c_download_fw_26219 rtl92c_download_fw 0 26219 &rx_crc_errors_show_26219
-+ovs_flow_cmd_msg_size_26223 ovs_flow_cmd_msg_size 0 26223 NULL
-+teql_master_open_26224 teql_master_open 0 26224 NULL
-+mwifiex_regrdwr_write_26225 mwifiex_regrdwr_write 3-0 26225 NULL nohasharray
-+g2d_buf_prepare_26225 g2d_buf_prepare 0 26225 &mwifiex_regrdwr_write_26225 nohasharray
-+ufs_writepage_26225 ufs_writepage 0 26225 &g2d_buf_prepare_26225 nohasharray
-+store_sys_hwmon_26225 store_sys_hwmon 0-3 26225 &ufs_writepage_26225
-+rxrpc_recvmsg_26233 rxrpc_recvmsg 4-0 26233 NULL
-+nlm_end_grace_read_26234 nlm_end_grace_read 3-0 26234 NULL nohasharray
-+simple_setattr_26234 simple_setattr 0 26234 &nlm_end_grace_read_26234
-+mxl111sf_tuner_set_params_26238 mxl111sf_tuner_set_params 0 26238 NULL
-+cifs_strict_writev_26239 cifs_strict_writev 0 26239 NULL
-+beiscsi_mccq_compl_26243 beiscsi_mccq_compl 0 26243 NULL
-+ecryptfs_read_lower_page_segment_26244 ecryptfs_read_lower_page_segment 0-4 26244 NULL
-+show_26245 show 0 26245 NULL
-+show_rc6p_ms_26252 show_rc6p_ms 0 26252 NULL
-+sisusb_bulkout_msg_26258 sisusb_bulkout_msg 0 26258 NULL
-+thermal_get_mode_26262 thermal_get_mode 0 26262 NULL
-+genwqe_ffdc_buff_size_26263 genwqe_ffdc_buff_size 0 26263 NULL nohasharray
-+twl6040_power_26263 twl6040_power 0 26263 &genwqe_ffdc_buff_size_26263
-+firmware_revision_show_26265 firmware_revision_show 0 26265 NULL
-+ltc2945_set_value_26267 ltc2945_set_value 0-4 26267 NULL
-+activate_26268 activate 0 26268 NULL
-+audit_inode_permission_26277 audit_inode_permission 0 26277 NULL
-+crypto_ctxsize_26278 crypto_ctxsize 0 26278 NULL
-+wacom_set_device_mode_26280 wacom_set_device_mode 3 26280 NULL nohasharray
-+i40evf_setup_rx_descriptors_26280 i40evf_setup_rx_descriptors 0 26280 &wacom_set_device_mode_26280
-+ocfs2_write_end_nolock_26285 ocfs2_write_end_nolock 0-4 26285 NULL
-+size_write_26288 size_write 0-3 26288 NULL
-+adp8860_bl_l2_office_max_show_26296 adp8860_bl_l2_office_max_show 0 26296 NULL nohasharray
-+recursive_scan_26296 recursive_scan 0 26296 &adp8860_bl_l2_office_max_show_26296 nohasharray
-+_rtl92cu_init_power_on_26296 _rtl92cu_init_power_on 0 26296 &recursive_scan_26296
-+dbg_write_26301 dbg_write 0-3 26301 NULL
-+clk_core_prepare_26302 clk_core_prepare 0 26302 NULL
-+clear_fw_stats_write_26303 clear_fw_stats_write 0-3 26303 NULL
-+show_text_leaf_26305 show_text_leaf 0 26305 NULL
-+ext2_find_goal_26306 ext2_find_goal 0 26306 NULL
-+snd_pcm_plug_client_channels_buf_26309 snd_pcm_plug_client_channels_buf 0-3 26309 NULL nohasharray
-+pax_get_random_long_26309 pax_get_random_long 0 26309 &snd_pcm_plug_client_channels_buf_26309
-+c2_change_mtu_26311 c2_change_mtu 0 26311 NULL
-+target_fabric_port_attr_store_26314 target_fabric_port_attr_store 0 26314 NULL
-+ath10k_dbg_sta_write_addba_resp_26317 ath10k_dbg_sta_write_addba_resp 3-0 26317 NULL
-+pwr_wake_on_host_read_26321 pwr_wake_on_host_read 3-0 26321 NULL
-+show_temp_26323 show_temp 0 26323 NULL
-+check_can_nocow_26336 check_can_nocow 2 26336 NULL
-+wcn36xx_dxe_allocate_mem_pools_26340 wcn36xx_dxe_allocate_mem_pools 0 26340 NULL
-+efx_rx_mk_skb_26342 efx_rx_mk_skb 5 26342 NULL nohasharray
-+fcoe_fcf_set_dev_loss_tmo_26342 fcoe_fcf_set_dev_loss_tmo 0 26342 &efx_rx_mk_skb_26342
-+snd_vx_check_reg_bit_26344 snd_vx_check_reg_bit 0 26344 NULL
-+nr_getname_26347 nr_getname 0 26347 NULL
-+show_link_address_26348 show_link_address 0 26348 NULL nohasharray
-+nfs_file_direct_read_26348 nfs_file_direct_read 0 26348 &show_link_address_26348
-+double_flag_show_26351 double_flag_show 0 26351 NULL nohasharray
-+lbs_mesh_access_26351 lbs_mesh_access 0 26351 &double_flag_show_26351
-+osif_xfer_26352 osif_xfer 0-3 26352 NULL
-+ocfs2_listxattr_26354 ocfs2_listxattr 0-3 26354 NULL
-+elants_i2c_fw_write_page_26355 elants_i2c_fw_write_page 0 26355 NULL
-+mt9t112_g_crop_26357 mt9t112_g_crop 0 26357 NULL
-+cifs_readdata_alloc_26360 cifs_readdata_alloc 1 26360 NULL nohasharray
-+show_in0_input_26360 show_in0_input 0 26360 &cifs_readdata_alloc_26360
-+dup_to_netobj_26363 dup_to_netobj 3 26363 NULL
-+direct_bytes_number_26364 direct_bytes_number 0-2 26364 NULL
-+merge_across_nodes_show_26366 merge_across_nodes_show 0 26366 NULL nohasharray
-+begin_26366 begin 0 26366 &merge_across_nodes_show_26366
-+lpfc_peer_port_login_show_26369 lpfc_peer_port_login_show 0 26369 NULL
-+wp512_final_26371 wp512_final 0 26371 NULL nohasharray
-+acpi_processor_ppc_notifier_26371 acpi_processor_ppc_notifier 0 26371 &wp512_final_26371
-+snd_atiixp_capture_prepare_26378 snd_atiixp_capture_prepare 0 26378 NULL nohasharray
-+open_rx_second_26378 open_rx_second 0 26378 &snd_atiixp_capture_prepare_26378 nohasharray
-+processor_set_cur_state_26378 processor_set_cur_state 0 26378 &open_rx_second_26378
-+trigger_26381 trigger 0 26381 NULL
-+dbg_check_bud_bytes_26384 dbg_check_bud_bytes 0 26384 NULL
-+pl_reset_26387 pl_reset 0 26387 NULL
-+ov7670_read_i2c_26396 ov7670_read_i2c 0 26396 NULL nohasharray
-+qib_create_rcvhdrq_26396 qib_create_rcvhdrq 0 26396 &ov7670_read_i2c_26396
-+cpu_hotplug_pm_callback_26398 cpu_hotplug_pm_callback 0 26398 NULL
-+invalidate_inode_pages2_range_26403 invalidate_inode_pages2_range 0 26403 NULL
-+ntty_write_26404 ntty_write 3 26404 NULL
-+ext2_xattr_user_get_26405 ext2_xattr_user_get 0 26405 NULL
-+cx23885_start_streaming_26406 cx23885_start_streaming 0 26406 NULL
-+firmware_store_26408 firmware_store 4-0 26408 NULL
-+lx_pcm_trigger_dispatch_26419 lx_pcm_trigger_dispatch 0 26419 NULL nohasharray
-+bl_prepare_layoutcommit_26419 bl_prepare_layoutcommit 0 26419 &lx_pcm_trigger_dispatch_26419 nohasharray
-+serial2002_tty_write_26419 serial2002_tty_write 3 26419 &bl_prepare_layoutcommit_26419
-+br_nf_post_routing_26421 br_nf_post_routing 0 26421 NULL
-+virtual_start_show_26424 virtual_start_show 0 26424 NULL
-+erst_exec_add_26425 erst_exec_add 0 26425 NULL nohasharray
-+spectrum_cs_suspend_26425 spectrum_cs_suspend 0 26425 &erst_exec_add_26425
-+suspend_prepare_26427 suspend_prepare 0 26427 NULL
-+niu_set_multicast_mac_rdc_table_26428 niu_set_multicast_mac_rdc_table 0 26428 NULL
-+bdi_set_max_ratio_26429 bdi_set_max_ratio 0 26429 NULL
-+asd_show_update_bios_26430 asd_show_update_bios 0 26430 NULL
-+ip_route_me_harder_26436 ip_route_me_harder 0 26436 NULL
-+pagemap_read_26441 pagemap_read 3 26441 NULL
-+add_device_26448 add_device 4 26448 NULL nohasharray
-+hfs_inode_setattr_26448 hfs_inode_setattr 0 26448 &add_device_26448
-+disk_discard_alignment_show_26449 disk_discard_alignment_show 0 26449 NULL
-+set_temp_auto_temp_off_26450 set_temp_auto_temp_off 0-4 26450 NULL
-+prism2_open_26452 prism2_open 0 26452 NULL
-+amd64_inject_section_show_26456 amd64_inject_section_show 0 26456 NULL
-+tower_read_26461 tower_read 3-0 26461 NULL nohasharray
-+lx_pipe_release_26461 lx_pipe_release 0 26461 &tower_read_26461 nohasharray
-+enc_pools_add_pages_26461 enc_pools_add_pages 1 26461 &lx_pipe_release_26461
-+aio_write_null_26462 aio_write_null 0 26462 NULL nohasharray
-+e100_alloc_cbs_26462 e100_alloc_cbs 0 26462 &aio_write_null_26462
-+snd_hda_codec_prepare_26466 snd_hda_codec_prepare 0 26466 NULL
-+sch311x_wdt_write_26468 sch311x_wdt_write 0-3 26468 NULL
-+show_attribute_26469 show_attribute 0 26469 NULL
-+cifs_calc_signature_26473 cifs_calc_signature 0 26473 NULL
-+qm1d1c0042_set_params_26480 qm1d1c0042_set_params 0 26480 NULL
-+tipc_link_cong_26482 tipc_link_cong 0 26482 NULL
-+ib_alloc_device_26483 ib_alloc_device 1 26483 NULL
-+ulong_write_file_26485 ulong_write_file 3-0 26485 NULL
-+security_inode_setsecurity_26486 security_inode_setsecurity 0 26486 NULL nohasharray
-+wl1251_acx_beacon_filter_opt_26486 wl1251_acx_beacon_filter_opt 0 26486 &security_inode_setsecurity_26486
-+active_show_26489 active_show 0 26489 NULL
-+dvb_ca_en50221_io_ioctl_26490 dvb_ca_en50221_io_ioctl 2 26490 NULL nohasharray
-+msi_verify_entries_26490 msi_verify_entries 0 26490 &dvb_ca_en50221_io_ioctl_26490
-+iwl_power_set_mode_26491 iwl_power_set_mode 0 26491 NULL
-+sel_netif_netdev_notifier_handler_26495 sel_netif_netdev_notifier_handler 0 26495 NULL
-+console_cpu_notify_26498 console_cpu_notify 0 26498 NULL
-+activate_26500 activate 0 26500 NULL
-+read_vmcore_26501 read_vmcore 3 26501 NULL
-+uhid_char_write_26502 uhid_char_write 3-0 26502 NULL nohasharray
-+snd_seq_oss_readq_pick_26502 snd_seq_oss_readq_pick 0 26502 &uhid_char_write_26502
-+vfio_pci_set_msi_trigger_26507 vfio_pci_set_msi_trigger 4-3 26507 NULL
-+chunk_size_show_26509 chunk_size_show 0 26509 NULL
-+__mt9t112_mcu_read_26510 __mt9t112_mcu_read 0 26510 NULL
-+iwl_dbgfs_rf_reset_read_26512 iwl_dbgfs_rf_reset_read 3-0 26512 NULL
-+l2cap_build_conf_req_26513 l2cap_build_conf_req 0 26513 NULL
-+retu_regmap_write_26516 retu_regmap_write 0 26516 NULL nohasharray
-+ths7303_s_dv_timings_26516 ths7303_s_dv_timings 0 26516 &retu_regmap_write_26516 nohasharray
-+mv88e6xxx_phy_wait_26516 mv88e6xxx_phy_wait 0 26516 &ths7303_s_dv_timings_26516
-+cxacru_sysfs_show_line_status_26518 cxacru_sysfs_show_line_status 0 26518 NULL
-+alloc_ep_req_26521 alloc_ep_req 3-2 26521 NULL
-+portio_size_show_26525 portio_size_show 0 26525 NULL
-+show_in0_min_26528 show_in0_min 0 26528 NULL nohasharray
-+pccard_show_type_26528 pccard_show_type 0 26528 &show_in0_min_26528
-+ath10k_htt_h2t_ver_req_msg_26537 ath10k_htt_h2t_ver_req_msg 0 26537 NULL
-+nilfs_direct_gather_data_26538 nilfs_direct_gather_data 0-4 26538 NULL nohasharray
-+SyS_rt_sigpending_26538 SyS_rt_sigpending 2 26538 &nilfs_direct_gather_data_26538
-+lmc_proto_open_26548 lmc_proto_open 0 26548 NULL
-+diolan_usb_cmd_data_26549 diolan_usb_cmd_data 0 26549 NULL
-+create_extra_outs_26556 create_extra_outs 0 26556 NULL
-+macvtap_do_read_26558 macvtap_do_read 0 26558 NULL
-+online_show_26562 online_show 0 26562 NULL nohasharray
-+dio_new_bio_26562 dio_new_bio 0 26562 &online_show_26562
-+elan_sysfs_read_mode_26563 elan_sysfs_read_mode 0 26563 NULL
-+show_available_governors_26564 show_available_governors 0 26564 NULL nohasharray
-+mb862xxfb_set_par_26564 mb862xxfb_set_par 0 26564 &show_available_governors_26564
-+mode_string_26566 mode_string 0 26566 NULL
-+sha256_export_26571 sha256_export 0 26571 NULL
-+rts51x_read_mem_26577 rts51x_read_mem 4 26577 NULL nohasharray
-+pm8001_ctl_ib_queue_log_show_26577 pm8001_ctl_ib_queue_log_show 0 26577 &rts51x_read_mem_26577
-+ea_remove_unstuffed_26578 ea_remove_unstuffed 0 26578 NULL nohasharray
-+mlx4_en_replace_mac_26578 mlx4_en_replace_mac 0 26578 &ea_remove_unstuffed_26578
-+lpfc_bg_guard_err_show_26583 lpfc_bg_guard_err_show 0 26583 NULL
-+qla2x00_zio_show_26584 qla2x00_zio_show 0 26584 NULL nohasharray
-+dwc3_gadget_ep_enable_26584 dwc3_gadget_ep_enable 0 26584 &qla2x00_zio_show_26584
-+ipmi_request_supply_msgs_26586 ipmi_request_supply_msgs 0 26586 NULL
-+cachefiles_cull_26590 cachefiles_cull 0 26590 NULL
-+cirrusfb_get_memsize_26597 cirrusfb_get_memsize 0 26597 NULL nohasharray
-+show_jint_idle_ticks_26597 show_jint_idle_ticks 0 26597 &cirrusfb_get_memsize_26597 nohasharray
-+hfs_ext_write_extent_26597 hfs_ext_write_extent 0 26597 &show_jint_idle_ticks_26597
-+lpfc_multi_ring_support_show_26601 lpfc_multi_ring_support_show 0 26601 NULL
-+__unmap_single_26604 __unmap_single 2-3 26604 NULL
-+f_gether_opts_attr_show_26605 f_gether_opts_attr_show 0 26605 NULL
-+blk_mq_hw_sysfs_active_show_26606 blk_mq_hw_sysfs_active_show 0 26606 NULL
-+efivar_entry_size_26607 efivar_entry_size 0 26607 NULL
-+iscsi_boot_show_attribute_26611 iscsi_boot_show_attribute 0 26611 NULL
-+xfs_rtcheck_range_26614 xfs_rtcheck_range 0 26614 NULL nohasharray
-+tcp_read_sock_26614 tcp_read_sock 0 26614 &xfs_rtcheck_range_26614
-+mem_cgroup_oom_control_write_26619 mem_cgroup_oom_control_write 0 26619 NULL
-+iommu_alloc_26621 iommu_alloc 4 26621 NULL
-+aa_change_profile_26624 aa_change_profile 0 26624 NULL
-+iwl_mvm_init_mcc_26625 iwl_mvm_init_mcc 0 26625 NULL
-+pwr_fix_tsf_ps_read_26627 pwr_fix_tsf_ps_read 3-0 26627 NULL
-+nouveau_hwmon_set_max_temp_26628 nouveau_hwmon_set_max_temp 0-4 26628 NULL
-+si4713_set_rds_radio_text_26629 si4713_set_rds_radio_text 0 26629 NULL
-+extent_write_cache_pages_26636 extent_write_cache_pages 0 26636 NULL
-+pxa168_eth_change_mtu_26639 pxa168_eth_change_mtu 0 26639 NULL
-+qla4_83xx_isp_reset_26640 qla4_83xx_isp_reset 0 26640 NULL
-+edt_ft5x06_ts_readwrite_26641 edt_ft5x06_ts_readwrite 0 26641 NULL
-+config_init_26642 config_init 0 26642 NULL
-+null_digest_26644 null_digest 0 26644 NULL
-+amdtp_stream_get_max_payload_26645 amdtp_stream_get_max_payload 0 26645 NULL
-+pch_gbe_set_mac_26647 pch_gbe_set_mac 0 26647 NULL
-+statfs_quantum_show_26649 statfs_quantum_show 0 26649 NULL
-+irq_alloc_generic_chip_26650 irq_alloc_generic_chip 2 26650 NULL
-+fd_do_prot_fill_26652 fd_do_prot_fill 5-3 26652 NULL
-+show_state_desc_26653 show_state_desc 0 26653 NULL nohasharray
-+rom_index_show_26653 rom_index_show 0 26653 &show_state_desc_26653
-+ina2xx_set_shunt_26668 ina2xx_set_shunt 0-4 26668 NULL
-+show_in5_max_26672 show_in5_max 0 26672 NULL nohasharray
-+bnx2x_queue_state_change_26672 bnx2x_queue_state_change 0 26672 &show_in5_max_26672
-+c_can_set_bittiming_26674 c_can_set_bittiming 0 26674 NULL nohasharray
-+do_sync_readv_writev_26674 do_sync_readv_writev 0 26674 &c_can_set_bittiming_26674
-+btrfs_space_info_show_bytes_pinned_26678 btrfs_space_info_show_bytes_pinned 0 26678 NULL
-+cipso_v4_map_cat_rbm_hton_26680 cipso_v4_map_cat_rbm_hton 0 26680 NULL nohasharray
-+nv_tco_write_26680 nv_tco_write 0-3 26680 &cipso_v4_map_cat_rbm_hton_26680
-+getxattr_cb_26682 getxattr_cb 0 26682 NULL
-+flowinfo_read_26683 flowinfo_read 3-0 26683 NULL nohasharray
-+show_current_kb_26683 show_current_kb 0 26683 &flowinfo_read_26683
-+set_nvmd_req_26685 set_nvmd_req 0 26685 NULL
-+__alloc_pred_stack_26687 __alloc_pred_stack 2 26687 NULL
-+ims_pcu_switch_to_bootloader_26689 ims_pcu_switch_to_bootloader 0 26689 NULL
-+viacam_configure_sensor_26693 viacam_configure_sensor 0 26693 NULL
-+snd_aw2_pcm_trigger_playback_26695 snd_aw2_pcm_trigger_playback 0 26695 NULL
-+show_in_input0_26705 show_in_input0 0 26705 NULL nohasharray
-+amd_xgbe_phy_soft_reset_26705 amd_xgbe_phy_soft_reset 0 26705 &show_in_input0_26705 nohasharray
-+uwb_dev_RSSI_store_26705 uwb_dev_RSSI_store 0-4 26705 &amd_xgbe_phy_soft_reset_26705
-+xenbus_map_ring_valloc_hvm_26709 xenbus_map_ring_valloc_hvm 3 26709 NULL
-+cx18_av_s_stream_26713 cx18_av_s_stream 0 26713 NULL nohasharray
-+rtllib_authentication_req_26713 rtllib_authentication_req 3 26713 &cx18_av_s_stream_26713
-+yellowfin_init_ring_26714 yellowfin_init_ring 0 26714 NULL
-+vpe_start_streaming_26715 vpe_start_streaming 0 26715 NULL
-+sysfs_add_file_26716 sysfs_add_file 0 26716 NULL
-+__qlcnic_up_26719 __qlcnic_up 0 26719 NULL
-+aty_ld_le32_26720 aty_ld_le32 0 26720 NULL nohasharray
-+rtl2832_sdr_set_adc_26720 rtl2832_sdr_set_adc 0 26720 &aty_ld_le32_26720
-+nfc_hci_send_cmd_async_26723 nfc_hci_send_cmd_async 5 26723 NULL
-+get_register_26725 get_register 0 26725 NULL
-+gadget_strings_attr_show_26728 gadget_strings_attr_show 0 26728 NULL
-+hiface_pcm_set_rate_26730 hiface_pcm_set_rate 0 26730 NULL
-+iscsi_stat_sess_show_attr_conn_digest_errors_26737 iscsi_stat_sess_show_attr_conn_digest_errors 0 26737 NULL nohasharray
-+SyS_fcntl_26737 SyS_fcntl 3 26737 &iscsi_stat_sess_show_attr_conn_digest_errors_26737
-+crc32c_intel_update_26738 crc32c_intel_update 0 26738 NULL
-+b43legacy_attr_preamble_show_26740 b43legacy_attr_preamble_show 0 26740 NULL nohasharray
-+osst_probe_26740 osst_probe 0 26740 &b43legacy_attr_preamble_show_26740
-+pipeline_tcp_rx_stat_fifo_int_read_26745 pipeline_tcp_rx_stat_fifo_int_read 3-0 26745 NULL
-+mpls_rt_alloc_26748 mpls_rt_alloc 1 26748 NULL
-+bcm87xx_read_status_26749 bcm87xx_read_status 0 26749 NULL
-+virtscsi_change_queue_depth_26751 virtscsi_change_queue_depth 2-0 26751 NULL
-+msg_from_mpoad_26753 msg_from_mpoad 0 26753 NULL nohasharray
-+iwl_mvm_power_update_device_26753 iwl_mvm_power_update_device 0 26753 &msg_from_mpoad_26753
-+store_26755 store 0 26755 NULL
-+show_fnode_keepalive_tmo_26758 show_fnode_keepalive_tmo 0 26758 NULL
-+vmci_transport_notify_recv_init_26759 vmci_transport_notify_recv_init 0 26759 NULL nohasharray
-+pci_bus_read_config_byte_26759 pci_bus_read_config_byte 0 26759 &vmci_transport_notify_recv_init_26759
-+dmi_sysfs_entry_length_26761 dmi_sysfs_entry_length 0 26761 NULL
-+snd_hda_get_raw_connections_26762 snd_hda_get_raw_connections 0 26762 NULL
-+isdn_divert_read_26763 isdn_divert_read 0-3 26763 NULL
-+lpfc_nodev_tmo_store_26764 lpfc_nodev_tmo_store 0-4 26764 NULL
-+marvell_read_status_26765 marvell_read_status 0 26765 NULL
-+search_for_position_by_key_26766 search_for_position_by_key 0 26766 NULL
-+C_SYSC_fcntl64_26767 C_SYSC_fcntl64 3 26767 NULL
-+show_ipInMcastPkts_26768 show_ipInMcastPkts 0 26768 NULL nohasharray
-+nfs4_write_inode_26768 nfs4_write_inode 0 26768 &show_ipInMcastPkts_26768
-+portio_porttype_show_26775 portio_porttype_show 0 26775 NULL
-+bond_slave_netdev_event_26777 bond_slave_netdev_event 0 26777 NULL
-+inotify_read_26778 inotify_read 0-3 26778 NULL
-+dma_map_single_attrs_26779 dma_map_single_attrs 0 26779 NULL
-+resize_platform_label_table_26780 resize_platform_label_table 2 26780 NULL
-+read_port_26787 read_port 0-3 26787 NULL
-+store_bank1_mask_26793 store_bank1_mask 0-4 26793 NULL
-+compat_sys_recv_26794 compat_sys_recv 3 26794 NULL
-+qlcnic_alloc_sds_rings_26795 qlcnic_alloc_sds_rings 2 26795 NULL
-+select_sec_26799 select_sec 0 26799 NULL
-+show_mem_gpio_reg_26800 show_mem_gpio_reg 0 26800 NULL
-+wsm_buf_reserve_26801 wsm_buf_reserve 2 26801 NULL
-+shdma_prep_dma_cyclic_26808 shdma_prep_dma_cyclic 4-3 26808 NULL nohasharray
-+rtl2832_bulk_write_26808 rtl2832_bulk_write 2-4 26808 &shdma_prep_dma_cyclic_26808
-+rbd_remove_single_major_26811 rbd_remove_single_major 3-0 26811 NULL
-+cipso_v4_genopt_26812 cipso_v4_genopt 0 26812 NULL
-+dmar_pci_bus_notifier_26815 dmar_pci_bus_notifier 0 26815 NULL
-+acpi_ps_parse_aml_26818 acpi_ps_parse_aml 0 26818 NULL nohasharray
-+tempsens_show_26818 tempsens_show 0 26818 &acpi_ps_parse_aml_26818
-+iwl_trans_read_mem32_26825 iwl_trans_read_mem32 0 26825 NULL
-+disk_alignment_offset_show_26826 disk_alignment_offset_show 0 26826 NULL
-+smk_write_load_26829 smk_write_load 3-0 26829 NULL
-+journal_force_commit_26832 journal_force_commit 0 26832 NULL
-+show_fc_host_speed_26833 show_fc_host_speed 0 26833 NULL
-+xfs_alloc_pagf_init_26834 xfs_alloc_pagf_init 0 26834 NULL
-+ar5523_cmd_read_26837 ar5523_cmd_read 0 26837 NULL
-+w1_master_attribute_show_pointer_26839 w1_master_attribute_show_pointer 0 26839 NULL
-+set_temp_crit_enable_26841 set_temp_crit_enable 0-4 26841 NULL
-+scnprint_id_26842 scnprint_id 3-0 26842 NULL nohasharray
-+snd_ice1712_capture_trigger_26842 snd_ice1712_capture_trigger 0 26842 &scnprint_id_26842
-+do_tcp_rcv_26844 do_tcp_rcv 3 26844 NULL
-+ecryptfs_miscdev_write_26847 ecryptfs_miscdev_write 3-0 26847 NULL
-+ss_alloc_ep_req_26848 ss_alloc_ep_req 2 26848 NULL
-+gx_frame_buffer_size_26851 gx_frame_buffer_size 0 26851 NULL
-+nfs_post_op_update_inode_locked_26852 nfs_post_op_update_inode_locked 0 26852 NULL
-+core_tpg_set_initiator_node_tag_26853 core_tpg_set_initiator_node_tag 0 26853 NULL nohasharray
-+ipath_f_set_ib_cfg_26853 ipath_f_set_ib_cfg 0 26853 &core_tpg_set_initiator_node_tag_26853
-+sisusb_read_26856 sisusb_read 0-3 26856 NULL
-+netxen_nic_hw_read_wx_128M_26858 netxen_nic_hw_read_wx_128M 2 26858 NULL
-+notify_send_post_enqueue_26861 notify_send_post_enqueue 0 26861 NULL
-+uevent_store_26862 uevent_store 0-3 26862 NULL
-+netlink_insert_26863 netlink_insert 0 26863 NULL
-+xhci_queue_isoc_tx_26864 xhci_queue_isoc_tx 0 26864 NULL
-+tipc_conn_sendmsg_26867 tipc_conn_sendmsg 5 26867 NULL
-+asymmetric_key_preparse_26871 asymmetric_key_preparse 0 26871 NULL nohasharray
-+acpi_ec_write_io_26871 acpi_ec_write_io 0-3 26871 &asymmetric_key_preparse_26871
-+pm8001_chip_smp_req_26875 pm8001_chip_smp_req 0 26875 NULL
-+pyra_sysfs_show_actual_profile_26876 pyra_sysfs_show_actual_profile 0 26876 NULL
-+atkbd_show_scroll_26878 atkbd_show_scroll 0 26878 NULL
-+ath6kl_create_qos_write_26879 ath6kl_create_qos_write 3-0 26879 NULL
-+qla2x00_sysfs_read_sfp_26880 qla2x00_sysfs_read_sfp 0-6-5 26880 NULL
-+svc_print_xprts_26881 svc_print_xprts 0 26881 NULL
-+toshiba_usb_three_get_26892 toshiba_usb_three_get 0 26892 NULL
-+usnic_ib_qpn_attr_show_26895 usnic_ib_qpn_attr_show 0 26895 NULL
-+iwl_alive_start_26898 iwl_alive_start 0 26898 NULL
-+efivar_guid_read_26899 efivar_guid_read 0 26899 NULL
-+slhc_uncompress_26905 slhc_uncompress 0-3 26905 NULL
-+airspy_set_if_gain_26906 airspy_set_if_gain 0 26906 NULL
-+koneplus_sysfs_write_tcu_26909 koneplus_sysfs_write_tcu 0-6-5 26909 NULL
-+skb_zerocopy_headlen_26910 skb_zerocopy_headlen 0 26910 NULL
-+hhf_zalloc_26912 hhf_zalloc 1 26912 NULL
-+twl6030reg_get_status_26915 twl6030reg_get_status 0 26915 NULL
-+lpfc_XLanePriority_show_26916 lpfc_XLanePriority_show 0 26916 NULL
-+ds3232_read_time_26917 ds3232_read_time 0 26917 NULL
-+saa711x_s_ctrl_26924 saa711x_s_ctrl 0 26924 NULL
-+sctp_error_26925 sctp_error 0-3 26925 NULL
-+x25_asy_change_mtu_26928 x25_asy_change_mtu 2-0 26928 NULL
-+brcmf_usb_dl_cmd_26931 brcmf_usb_dl_cmd 4 26931 NULL
-+compat_mtw_from_user_26932 compat_mtw_from_user 0 26932 NULL
-+rndis_command_26933 rndis_command 0 26933 NULL
-+sctp_setsockopt_adaptation_layer_26935 sctp_setsockopt_adaptation_layer 3-0 26935 NULL nohasharray
-+pwr_ps_enter_read_26935 pwr_ps_enter_read 3-0 26935 &sctp_setsockopt_adaptation_layer_26935
-+sst_wait_timeout_26938 sst_wait_timeout 0 26938 NULL
-+show_rev_26939 show_rev 0 26939 NULL
-+carl9170_handle_mpdu_26940 carl9170_handle_mpdu 3 26940 NULL
-+dw3101_i2c_transfer_26941 dw3101_i2c_transfer 0-3 26941 NULL nohasharray
-+ds1553_rtc_read_time_26941 ds1553_rtc_read_time 0 26941 &dw3101_i2c_transfer_26941 nohasharray
-+disk_ro_show_26941 disk_ro_show 0 26941 &ds1553_rtc_read_time_26941 nohasharray
-+wdack_show_26941 wdack_show 0 26941 &disk_ro_show_26941
-+hecubafb_write_26942 hecubafb_write 3 26942 NULL
-+pvc_open_26949 pvc_open 0 26949 NULL
-+extract_entropy_user_26952 extract_entropy_user 3-0 26952 NULL
-+lx_dsp_set_granularity_26954 lx_dsp_set_granularity 0 26954 NULL
-+mesh_id_set_26957 mesh_id_set 0-4 26957 NULL
-+adp8870_bl_ambient_light_zone_store_26959 adp8870_bl_ambient_light_zone_store 0-4 26959 NULL
-+ext4_xattr_user_get_26961 ext4_xattr_user_get 0 26961 NULL nohasharray
-+add_fake_paths_26961 add_fake_paths 0 26961 &ext4_xattr_user_get_26961
-+trackpoint_set_bit_attr_26969 trackpoint_set_bit_attr 0-4 26969 NULL
-+tb_path_alloc_26976 tb_path_alloc 2 26976 NULL nohasharray
-+lpfc_enable_hba_reset_show_26976 lpfc_enable_hba_reset_show 0 26976 &tb_path_alloc_26976
-+do_direct_IO_26979 do_direct_IO 0 26979 NULL
-+usbtv_select_norm_26981 usbtv_select_norm 0 26981 NULL
-+mlx4_zone_alloc_entries_26984 mlx4_zone_alloc_entries 4 26984 NULL
-+m5602_wait_for_i2c_26985 m5602_wait_for_i2c 0 26985 NULL nohasharray
-+solo_set_motion_threshold_26985 solo_set_motion_threshold 0 26985 &m5602_wait_for_i2c_26985
-+xfs_vn_setattr_26990 xfs_vn_setattr 0 26990 NULL
-+mwl8k_fw_lock_26991 mwl8k_fw_lock 0 26991 NULL
-+pcan_usb_pro_start_26994 pcan_usb_pro_start 0 26994 NULL nohasharray
-+pm80x_rtc_set_alarm_26994 pm80x_rtc_set_alarm 0 26994 &pcan_usb_pro_start_26994
-+bdx_open_26997 bdx_open 0 26997 NULL
-+get_trip_temp_27000 get_trip_temp 0 27000 NULL
-+i2c_smbus_xfer_27006 i2c_smbus_xfer 0 27006 NULL nohasharray
-+async_write_27006 async_write 0 27006 &i2c_smbus_xfer_27006 nohasharray
-+do_serial8250_get_rxtrig_27006 do_serial8250_get_rxtrig 0 27006 &async_write_27006
-+show_sf2_point_27007 show_sf2_point 0 27007 NULL nohasharray
-+queue_io_min_show_27007 queue_io_min_show 0 27007 &show_sf2_point_27007
-+pvr2_channel_claim_stream_27010 pvr2_channel_claim_stream 0 27010 NULL
-+layout_in_empty_space_27016 layout_in_empty_space 0 27016 NULL
-+ks8851_write_mac_addr_27019 ks8851_write_mac_addr 0 27019 NULL
-+ubifs_validate_entry_27021 ubifs_validate_entry 0 27021 NULL
-+pwc_set_exposure_auto_27022 pwc_set_exposure_auto 0 27022 NULL
-+bnx2_init_5709_context_27024 bnx2_init_5709_context 0 27024 NULL
-+mc_cpu_callback_27029 mc_cpu_callback 0 27029 NULL
-+omfs_allocate_range_27034 omfs_allocate_range 3 27034 NULL
-+lpfc_used_xri_show_27038 lpfc_used_xri_show 0 27038 NULL
-+snd_via686_playback_prepare_27039 snd_via686_playback_prepare 0 27039 NULL
-+mwifiex_cmd_11ac_cfg_27042 mwifiex_cmd_11ac_cfg 0 27042 NULL
-+submit_stream_urbs_27044 submit_stream_urbs 0 27044 NULL
-+store_line2_27047 store_line2 4-0 27047 NULL
-+hotkey_mask_show_27048 hotkey_mask_show 0 27048 NULL
-+sc16is7xx_port_read_27051 sc16is7xx_port_read 0 27051 NULL
-+show_fnode_discovery_parent_idx_27053 show_fnode_discovery_parent_idx 0 27053 NULL
-+ufs_alloc_fragments_27059 ufs_alloc_fragments 3-0-2 27059 NULL nohasharray
-+snd_ctl_new_27059 snd_ctl_new 2 27059 &ufs_alloc_fragments_27059
-+group_store_27061 group_store 4-0 27061 NULL
-+__videobuf_alloc_vb_27062 __videobuf_alloc_vb 1 27062 NULL
-+proc_fd_permission_27063 proc_fd_permission 0 27063 NULL
-+readpage_nounlock_27064 readpage_nounlock 0 27064 NULL nohasharray
-+ext4_convert_unwritten_extents_27064 ext4_convert_unwritten_extents 0 27064 &readpage_nounlock_27064
-+__vmci_transport_send_control_pkt_27072 __vmci_transport_send_control_pkt 0 27072 NULL nohasharray
-+cn_netlink_send_27072 cn_netlink_send 0 27072 &__vmci_transport_send_control_pkt_27072
-+paravirt_read_msr_27077 paravirt_read_msr 0 27077 NULL nohasharray
-+clk_gate_enable_27077 clk_gate_enable 0 27077 &paravirt_read_msr_27077
-+srp_connect_ch_27078 srp_connect_ch 0 27078 NULL
-+alloc_fdmem_27083 alloc_fdmem 1 27083 NULL
-+find_first_bit_27088 find_first_bit 0 27088 NULL
-+btmrvl_hscmd_write_27089 btmrvl_hscmd_write 3-0 27089 NULL nohasharray
-+ath9k_hw_4k_dump_eeprom_27089 ath9k_hw_4k_dump_eeprom 4-5-0 27089 &btmrvl_hscmd_write_27089
-+regmap_spmi_base_gather_write_27091 regmap_spmi_base_gather_write 0 27091 NULL nohasharray
-+range_show_27091 range_show 0 27091 &regmap_spmi_base_gather_write_27091
-+snd_aw2_pcm_prepare_playback_27093 snd_aw2_pcm_prepare_playback 0 27093 NULL
-+store_spi_transport_width_27097 store_spi_transport_width 0-4 27097 NULL
-+store_output_27101 store_output 0-4 27101 NULL
-+qla2x00_model_name_show_27107 qla2x00_model_name_show 0 27107 NULL
-+__devcgroup_inode_permission_27108 __devcgroup_inode_permission 0 27108 NULL
-+pb0100_start_27111 pb0100_start 0 27111 NULL
-+find_rsb_nodir_27122 find_rsb_nodir 0 27122 NULL
-+SYSC_ipc_27123 SYSC_ipc 3 27123 NULL
-+write_27128 write 0-3 27128 NULL
-+rocker_cmd_exec_27129 rocker_cmd_exec 0 27129 NULL nohasharray
-+write_27129 write 0 27129 &rocker_cmd_exec_27129
-+ia_send_27132 ia_send 0 27132 NULL
-+skge_get_eeprom_len_27133 skge_get_eeprom_len 0 27133 NULL
-+__ext4_handle_dirty_metadata_27137 __ext4_handle_dirty_metadata 0 27137 NULL
-+bch_cache_set_internal_show_27139 bch_cache_set_internal_show 0 27139 NULL nohasharray
-+ecx_transmit_led_message_27139 ecx_transmit_led_message 0-3 27139 &bch_cache_set_internal_show_27139
-+netstat_show_27140 netstat_show 0 27140 NULL
-+drbd_get_capacity_27141 drbd_get_capacity 0 27141 NULL
-+btmrvl_hscfgcmd_write_27143 btmrvl_hscfgcmd_write 3-0 27143 NULL nohasharray
-+show_counter_tx_data_pkts_27143 show_counter_tx_data_pkts 0 27143 &btmrvl_hscfgcmd_write_27143
-+tcm_qla2xxx_tpg_show_enable_27147 tcm_qla2xxx_tpg_show_enable 0 27147 NULL
-+epp_read_addr_27148 epp_read_addr 0 27148 NULL nohasharray
-+mt9m111_s_fmt_27148 mt9m111_s_fmt 0 27148 &epp_read_addr_27148
-+snd_als300_capture_prepare_27149 snd_als300_capture_prepare 0 27149 NULL
-+wil_write_file_wmi_27150 wil_write_file_wmi 3-0 27150 NULL nohasharray
-+sb1000_activate_27150 sb1000_activate 0 27150 &wil_write_file_wmi_27150
-+edd_attr_show_27151 edd_attr_show 0 27151 NULL
-+snd_hdsp_prepare_27161 snd_hdsp_prepare 0 27161 NULL nohasharray
-+xudc_ep0_enable_27161 xudc_ep0_enable 0 27161 &snd_hdsp_prepare_27161
-+snd_compr_calc_avail_27165 snd_compr_calc_avail 0 27165 NULL
-+i2400m_net_rx_27170 i2400m_net_rx 5 27170 NULL nohasharray
-+show_temp_emergency_27170 show_temp_emergency 0 27170 &i2400m_net_rx_27170 nohasharray
-+sparse_add_one_section_27170 sparse_add_one_section 0 27170 &show_temp_emergency_27170
-+target_stat_scsi_tgt_dev_show_attr_non_access_lus_27173 target_stat_scsi_tgt_dev_show_attr_non_access_lus 0 27173 NULL
-+nilfs_segctor_attr_show_27178 nilfs_segctor_attr_show 0 27178 NULL
-+attr_fn_lock_show_cptkbd_27182 attr_fn_lock_show_cptkbd 0 27182 NULL
-+ieee80211_if_read_rc_rateidx_mask_5ghz_27183 ieee80211_if_read_rc_rateidx_mask_5ghz 3-0 27183 NULL
-+get_unaligned_be32_27184 get_unaligned_be32 0 27184 NULL nohasharray
-+target_fabric_tpg_attr_show_27184 target_fabric_tpg_attr_show 0 27184 &get_unaligned_be32_27184
-+ocfs2_xattr_block_list_27186 ocfs2_xattr_block_list 0 27186 NULL
-+wait_comp_27187 wait_comp 0 27187 NULL
-+ath10k_hif_diag_read_27189 ath10k_hif_diag_read 0 27189 NULL
-+mt9t031_g_crop_27191 mt9t031_g_crop 0 27191 NULL
-+freeze_fs_27192 freeze_fs 0 27192 NULL
-+r852_media_type_show_27193 r852_media_type_show 0 27193 NULL
-+hfs_direct_IO_27195 hfs_direct_IO 3 27195 NULL
-+vmci_transport_notify_pkt_recv_init_27208 vmci_transport_notify_pkt_recv_init 0 27208 NULL
-+toggle_hdmi_source_27212 toggle_hdmi_source 0-4 27212 NULL
-+target_stat_scsi_lu_show_attr_dev_type_27222 target_stat_scsi_lu_show_attr_dev_type 0 27222 NULL
-+ep0_queue_27223 ep0_queue 0 27223 NULL
-+write_kmem_27225 write_kmem 3-0 27225 NULL nohasharray
-+svcxdr_tmpalloc_27225 svcxdr_tmpalloc 2 27225 &write_kmem_27225
-+dbAllocAG_27228 dbAllocAG 0 27228 NULL
-+rxrpc_request_key_27235 rxrpc_request_key 3-0 27235 NULL
-+o2nm_node_ipv4_port_read_27236 o2nm_node_ipv4_port_read 0 27236 NULL
-+ov7660_s_ctrl_27239 ov7660_s_ctrl 0 27239 NULL nohasharray
-+fbtft_gamma_parse_str_27239 fbtft_gamma_parse_str 4 27239 &ov7660_s_ctrl_27239
-+store_dev_name_27240 store_dev_name 0 27240 NULL
-+cfq_back_seek_max_show_27243 cfq_back_seek_max_show 0 27243 NULL
-+msecs_to_jiffies_27246 msecs_to_jiffies 0 27246 NULL
-+do_get_rxtrig_27251 do_get_rxtrig 0 27251 NULL
-+_ore_add_parity_unit_27253 _ore_add_parity_unit 0 27253 NULL
-+__conn_send_command_27255 __conn_send_command 4-6 27255 NULL
-+lpphy_b2063_tune_27256 lpphy_b2063_tune 0 27256 NULL
-+mlx4_cmd_reset_flow_27259 mlx4_cmd_reset_flow 0-4 27259 NULL
-+cfpkt_add_trail_27260 cfpkt_add_trail 3 27260 NULL nohasharray
-+ath10k_write_simulate_radar_27260 ath10k_write_simulate_radar 0-3 27260 &cfpkt_add_trail_27260
-+nlmsg_new_27263 nlmsg_new 1 27263 NULL
-+logfs_read_empty_27266 logfs_read_empty 0 27266 NULL
-+ll_track_gid_seq_write_27267 ll_track_gid_seq_write 3 27267 NULL
-+ch341_control_out_27269 ch341_control_out 0 27269 NULL
-+comedi_alloc_devpriv_27272 comedi_alloc_devpriv 2 27272 NULL
-+pdacf_pcm_prepare_27275 pdacf_pcm_prepare 0 27275 NULL nohasharray
-+gm204_aux_27275 gm204_aux 0 27275 &pdacf_pcm_prepare_27275 nohasharray
-+max8925_bulk_read_27275 max8925_bulk_read 0 27275 &gm204_aux_27275 nohasharray
-+write_one_eb_27275 write_one_eb 0 27275 &max8925_bulk_read_27275
-+vmxnet3_get_rss_indir_size_27277 vmxnet3_get_rss_indir_size 0 27277 NULL nohasharray
-+cmask_show_27277 cmask_show 0 27277 &vmxnet3_get_rss_indir_size_27277
-+usb_submit_urb_27278 usb_submit_urb 0 27278 NULL nohasharray
-+_ctl_logging_level_show_27278 _ctl_logging_level_show 0 27278 &usb_submit_urb_27278
-+hdaps_keyboard_activity_show_27279 hdaps_keyboard_activity_show 0 27279 NULL
-+get_rx_fifo_content_27283 get_rx_fifo_content 0 27283 NULL
-+crccheck_show_27285 crccheck_show 0 27285 NULL nohasharray
-+kone_get_settings_27285 kone_get_settings 0 27285 &crccheck_show_27285
-+__dma_map_cont_27289 __dma_map_cont 5 27289 NULL nohasharray
-+input_dev_show_cap_led_27289 input_dev_show_cap_led 0 27289 &__dma_map_cont_27289
-+e1000_copybreak_27292 e1000_copybreak 3 27292 NULL
-+mt9t031_g_fmt_27294 mt9t031_g_fmt 0 27294 NULL
-+__wmi_send_27296 __wmi_send 0 27296 NULL
-+show_counter_rx_len_errs_27297 show_counter_rx_len_errs 0 27297 NULL nohasharray
-+ufs_statfs_27297 ufs_statfs 0 27297 &show_counter_rx_len_errs_27297
-+hpi_read_reg_27302 hpi_read_reg 0 27302 NULL
-+store_pwm_freq_27307 store_pwm_freq 0-4 27307 NULL
-+copy_from_buf_27308 copy_from_buf 2-4 27308 NULL
-+virtqueue_add_inbuf_27312 virtqueue_add_inbuf 3 27312 NULL nohasharray
-+ath6kl_wmi_test_cmd_27312 ath6kl_wmi_test_cmd 3 27312 &virtqueue_add_inbuf_27312 nohasharray
-+usb_udc_attach_driver_27312 usb_udc_attach_driver 0 27312 &ath6kl_wmi_test_cmd_27312
-+tcp_update_limit_27313 tcp_update_limit 0 27313 NULL
-+write_buf_27316 write_buf 3 27316 NULL
-+do_rawv6_setsockopt_27321 do_rawv6_setsockopt 0 27321 NULL
-+slcan_change_mtu_27324 slcan_change_mtu 0 27324 NULL
-+acpi_ut_get_object_size_27325 acpi_ut_get_object_size 0 27325 NULL
-+sleep_functions_on_battery_show_27326 sleep_functions_on_battery_show 0 27326 NULL
-+snd_pcm_oss_write2_27332 snd_pcm_oss_write2 0-3 27332 NULL nohasharray
-+usbnet_manage_power_27332 usbnet_manage_power 0 27332 &snd_pcm_oss_write2_27332
-+selinux_ip_forward_27337 selinux_ip_forward 0 27337 NULL
-+selinux_ipv4_postroute_27340 selinux_ipv4_postroute 0 27340 NULL
-+__smsc911x_reg_read_shift_27345 __smsc911x_reg_read_shift 0 27345 NULL
-+afs_cell_create_27346 afs_cell_create 2 27346 NULL
-+qlcnic_sriov_alloc_bc_trans_27353 qlcnic_sriov_alloc_bc_trans 0 27353 NULL
-+bnx2x_vlan_mac_push_new_cmd_27355 bnx2x_vlan_mac_push_new_cmd 0 27355 NULL
-+ipv4_get_l4proto_27362 ipv4_get_l4proto 0 27362 NULL
-+iwl_dbgfs_csr_write_27363 iwl_dbgfs_csr_write 3-0 27363 NULL
-+pcbit_stat_27364 pcbit_stat 2 27364 NULL
-+show_spi_transport_max_width_27366 show_spi_transport_max_width 0 27366 NULL
-+sst_assign_pvt_id_27368 sst_assign_pvt_id 0 27368 NULL nohasharray
-+read_txflow_27368 read_txflow 0 27368 &sst_assign_pvt_id_27368
-+store_chassis_clear_27373 store_chassis_clear 0-4 27373 NULL
-+rtl_set_mac_address_27377 rtl_set_mac_address 0 27377 NULL
-+it87_read_value_27385 it87_read_value 0 27385 NULL
-+show_activation_width_27387 show_activation_width 0 27387 NULL
-+wl1251_hw_init_rx_config_27393 wl1251_hw_init_rx_config 0 27393 NULL
-+init_memory_mapping_27395 init_memory_mapping 0 27395 NULL
-+padata_sysfs_store_27398 padata_sysfs_store 0-4 27398 NULL
-+parser_init_byte_stream_27399 parser_init_byte_stream 2 27399 NULL
-+if_nlmsg_size_27404 if_nlmsg_size 0 27404 NULL
-+tcm_qla2xxx_tpg_attrib_store_demo_mode_login_only_27405 tcm_qla2xxx_tpg_attrib_store_demo_mode_login_only 0-3 27405 NULL
-+seq_read_27411 seq_read 3-0 27411 NULL nohasharray
-+phys_pte_init_27411 phys_pte_init 0-2-3 27411 &seq_read_27411
-+ib_dma_map_sg_27413 ib_dma_map_sg 0-3 27413 NULL
-+brcmf_sdio_firmware_callback_27414 brcmf_sdio_firmware_callback 4 27414 NULL nohasharray
-+lx_set_granularity_27414 lx_set_granularity 0 27414 &brcmf_sdio_firmware_callback_27414
-+ieee80211_if_read_smps_27416 ieee80211_if_read_smps 3-0 27416 NULL nohasharray
-+acpi_os_get_root_pointer_27416 acpi_os_get_root_pointer 0 27416 &ieee80211_if_read_smps_27416
-+crc32_pclmul_update_27419 crc32_pclmul_update 0 27419 NULL
-+gfs2_statfs_i_27420 gfs2_statfs_i 0 27420 NULL
-+cxgb4vf_open_27421 cxgb4vf_open 0 27421 NULL
-+ocfs2_refcount_cal_cow_clusters_27422 ocfs2_refcount_cal_cow_clusters 0 27422 NULL
-+cypress_write_27423 cypress_write 4-0 27423 NULL
-+wacom_status0_luminance_show_27424 wacom_status0_luminance_show 0 27424 NULL
-+show_spi_transport_dt_27426 show_spi_transport_dt 0 27426 NULL
-+iwl_send_phy_db_data_27427 iwl_send_phy_db_data 0 27427 NULL
-+rds_ib_map_fmr_27428 rds_ib_map_fmr 4 27428 NULL
-+show_shost_active_mode_27434 show_shost_active_mode 0 27434 NULL
-+fat_write_inode_27435 fat_write_inode 0 27435 NULL
-+mc13892_gpo_regulator_enable_27436 mc13892_gpo_regulator_enable 0 27436 NULL nohasharray
-+carl9170_init_mac_27436 carl9170_init_mac 0 27436 &mc13892_gpo_regulator_enable_27436
-+priority_show_27437 priority_show 0 27437 NULL nohasharray
-+__iscsi_disc_store_password_mutual_27437 __iscsi_disc_store_password_mutual 0-3 27437 &priority_show_27437
-+acpi_ps_get_arguments_27439 acpi_ps_get_arguments 0 27439 NULL
-+set_activate_slack_27445 set_activate_slack 0-4 27445 NULL
-+sddr09_read_data_27447 sddr09_read_data 3 27447 NULL nohasharray
-+lx_pipe_stop_27447 lx_pipe_stop 0 27447 &sddr09_read_data_27447 nohasharray
-+deadline_writes_starved_show_27447 deadline_writes_starved_show 0 27447 &lx_pipe_stop_27447
-+xfs_btree_lookup_get_block_27448 xfs_btree_lookup_get_block 0 27448 NULL nohasharray
-+hfsplus_create_attributes_file_27448 hfsplus_create_attributes_file 0 27448 &xfs_btree_lookup_get_block_27448
-+i915_wait_request_27449 i915_wait_request 0 27449 NULL
-+cdc_ncm_store_tx_max_27458 cdc_ncm_store_tx_max 0-4 27458 NULL
-+nes_show_nonidx_addr_27463 nes_show_nonidx_addr 0 27463 NULL nohasharray
-+show_link_rate_27463 show_link_rate 0 27463 &nes_show_nonidx_addr_27463
-+tpm_show_ppi_response_27464 tpm_show_ppi_response 0 27464 NULL
-+sriov_numvfs_show_27465 sriov_numvfs_show 0 27465 NULL
-+dvb_usbv2_generic_rw_locked_27467 dvb_usbv2_generic_rw_locked 0 27467 NULL
-+osst_write_frame_27472 osst_write_frame 0 27472 NULL nohasharray
-+amd_pmu_cpu_prepare_27472 amd_pmu_cpu_prepare 0 27472 &osst_write_frame_27472
-+vivid_user_vid_s_ctrl_27477 vivid_user_vid_s_ctrl 0 27477 NULL
-+ipath_write_umem32_27483 ipath_write_umem32 0 27483 NULL
-+rtsx_write_cfg_seq_27485 rtsx_write_cfg_seq 3-5 27485 NULL
-+adt7410_i2c_write_byte_27489 adt7410_i2c_write_byte 0 27489 NULL
-+pm_runtime_put_sync_27493 pm_runtime_put_sync 0 27493 NULL
-+hcd_buffer_alloc_27495 hcd_buffer_alloc 2 27495 NULL
-+qib_create_cq_27497 qib_create_cq 2 27497 NULL
-+ip_set_get_h32_27498 ip_set_get_h32 0 27498 NULL nohasharray
-+tpacpi_driver_wlsw_emulstate_show_27498 tpacpi_driver_wlsw_emulstate_show 0 27498 &ip_set_get_h32_27498
-+btrfs_get_64_27499 btrfs_get_64 0 27499 NULL nohasharray
-+ahci_store_em_buffer_27499 ahci_store_em_buffer 0-4 27499 &btrfs_get_64_27499
-+__usbnet_write_cmd_27500 __usbnet_write_cmd 7-0 27500 NULL nohasharray
-+core_alua_show_offline_bit_27500 core_alua_show_offline_bit 0 27500 &__usbnet_write_cmd_27500 nohasharray
-+vtpm_recv_27500 vtpm_recv 0-3 27500 &core_alua_show_offline_bit_27500
-+iscsi_nacl_auth_store_password_mutual_27503 iscsi_nacl_auth_store_password_mutual 0-3 27503 NULL
-+show_port_phy_27505 show_port_phy 0 27505 NULL
-+garmin_read_process_27509 garmin_read_process 3 27509 NULL nohasharray
-+mcryptd_hash_setkey_27509 mcryptd_hash_setkey 3 27509 &garmin_read_process_27509
-+oti_alloc_cookies_27510 oti_alloc_cookies 2 27510 NULL
-+iwl_pcie_load_given_ucode_27511 iwl_pcie_load_given_ucode 0 27511 NULL
-+uwb_dev_DevAddr_show_27512 uwb_dev_DevAddr_show 0 27512 NULL nohasharray
-+show_initsize_27512 show_initsize 0 27512 &uwb_dev_DevAddr_show_27512
-+store_sensor_27515 store_sensor 0-4 27515 NULL
-+cifs_reopen_file_27517 cifs_reopen_file 0 27517 NULL
-+ibwdt_write_27518 ibwdt_write 0-3 27518 NULL
-+edac_dev_instance_store_27519 edac_dev_instance_store 0-4 27519 NULL
-+ocfs2_rw_lock_27520 ocfs2_rw_lock 0 27520 NULL
-+skfp_ctl_set_mac_address_27523 skfp_ctl_set_mac_address 0 27523 NULL
-+ib_copy_to_udata_27525 ib_copy_to_udata 3 27525 NULL
-+ipath_user_sdma_queue_pkts_27534 ipath_user_sdma_queue_pkts 0 27534 NULL
-+read_learn_27536 read_learn 0-3 27536 NULL
-+C_SYSC_fcntl_27538 C_SYSC_fcntl 3 27538 NULL nohasharray
-+iscsi_stat_login_show_attr_accepts_27538 iscsi_stat_login_show_attr_accepts 0 27538 &C_SYSC_fcntl_27538 nohasharray
-+sky2_setup_irq_27538 sky2_setup_irq 0 27538 &iscsi_stat_login_show_attr_accepts_27538
-+snd_hdspm_ioctl_27545 snd_hdspm_ioctl 0 27545 NULL
-+acpi_ut_get_simple_object_size_27557 acpi_ut_get_simple_object_size 0 27557 NULL
-+target_stat_scsi_lu_show_attr_full_stat_27558 target_stat_scsi_lu_show_attr_full_stat 0 27558 NULL nohasharray
-+smb2_wp_retry_size_27558 smb2_wp_retry_size 0 27558 &target_stat_scsi_lu_show_attr_full_stat_27558
-+cw1200_get_stats_27559 cw1200_get_stats 0 27559 NULL
-+sm501_gpio_output_27561 sm501_gpio_output 0 27561 NULL
-+get_pwm1_auto_channels_temp_27566 get_pwm1_auto_channels_temp 0 27566 NULL
-+cachefiles_has_space_27567 cachefiles_has_space 0 27567 NULL
-+rtpm_suspended_time_show_27569 rtpm_suspended_time_show 0 27569 NULL
-+SyS_fgetxattr_27571 SyS_fgetxattr 4 27571 NULL
-+sco_sock_recvmsg_27572 sco_sock_recvmsg 4-0 27572 NULL
-+libipw_alloc_txb_27579 libipw_alloc_txb 1-3-2 27579 NULL nohasharray
-+pas_midi_open_27579 pas_midi_open 0 27579 &libipw_alloc_txb_27579
-+mt9m111_setup_rect_ctx_27585 mt9m111_setup_rect_ctx 0 27585 NULL
-+get_rx_packet_len_27587 get_rx_packet_len 0-3 27587 NULL nohasharray
-+cx231xx_gpio_i2c_read_27587 cx231xx_gpio_i2c_read 0 27587 &get_rx_packet_len_27587
-+dquot_transfer_27588 dquot_transfer 0 27588 NULL nohasharray
-+lpfc_fcp_io_sched_store_27588 lpfc_fcp_io_sched_store 0-4 27588 &dquot_transfer_27588
-+cypress_write_room_27590 cypress_write_room 0 27590 NULL
-+fw_map_pages_buf_27597 fw_map_pages_buf 0 27597 NULL
-+eth_mac_addr_27598 eth_mac_addr 0 27598 NULL
-+target_stat_scsi_auth_intr_show_attr_dev_or_port_27601 target_stat_scsi_auth_intr_show_attr_dev_or_port 0 27601 NULL
-+iio_trigger_read_current_27602 iio_trigger_read_current 0 27602 NULL
-+show_mem_state_27608 show_mem_state 0 27608 NULL nohasharray
-+platform_suspend_begin_27608 platform_suspend_begin 0 27608 &show_mem_state_27608
-+bdx_get_sset_count_27617 bdx_get_sset_count 0 27617 NULL
-+mgmt_device_connected_27618 mgmt_device_connected 5 27618 NULL
-+max_age_show_27620 max_age_show 0 27620 NULL
-+show_fnode_immediate_data_27630 show_fnode_immediate_data 0 27630 NULL
-+bit_doAddress_27635 bit_doAddress 0 27635 NULL
-+C_SYSC_mbind_27636 C_SYSC_mbind 5 27636 NULL nohasharray
-+thread_siblings_show_27636 thread_siblings_show 0 27636 &C_SYSC_mbind_27636 nohasharray
-+drbd_recv_27636 drbd_recv 3-0 27636 &thread_siblings_show_27636
-+connect_27639 connect 0 27639 NULL
-+read_flush_procfs_27642 read_flush_procfs 3-0 27642 NULL nohasharray
-+ocfs2_xattr_ibody_get_27642 ocfs2_xattr_ibody_get 0 27642 &read_flush_procfs_27642 nohasharray
-+xfs_alloc_vextent_27642 xfs_alloc_vextent 0 27642 &ocfs2_xattr_ibody_get_27642
-+add_new_gdb_27643 add_new_gdb 3 27643 NULL nohasharray
-+profiling_show_27643 profiling_show 0 27643 &add_new_gdb_27643
-+qnx6_readpages_27657 qnx6_readpages 4 27657 NULL
-+iscsi_stat_login_show_attr_authenticate_fails_27658 iscsi_stat_login_show_attr_authenticate_fails 0 27658 NULL
-+generic_get_l4proto_27659 generic_get_l4proto 0 27659 NULL
-+cdrom_read_cdda_old_27664 cdrom_read_cdda_old 4 27664 NULL
-+vmlfb_set_par_locked_27666 vmlfb_set_par_locked 0 27666 NULL
-+presence_read_file_27668 presence_read_file 0 27668 NULL
-+qword_get_27670 qword_get 0 27670 NULL nohasharray
-+vprbrd_i2c_receive_27670 vprbrd_i2c_receive 0 27670 &qword_get_27670
-+min_sync_show_27671 min_sync_show 0 27671 NULL
-+adummy_proc_read_27673 adummy_proc_read 0 27673 NULL nohasharray
-+recv_dless_read_27673 recv_dless_read 4 27673 &adummy_proc_read_27673
-+ocfs2_xattr_list_entries_27675 ocfs2_xattr_list_entries 0 27675 NULL
-+tcm_qla2xxx_tpg_attrib_show_cache_dynamic_acls_27677 tcm_qla2xxx_tpg_attrib_show_cache_dynamic_acls 0 27677 NULL nohasharray
-+free_unused_idx_lebs_27677 free_unused_idx_lebs 0 27677 &tcm_qla2xxx_tpg_attrib_show_cache_dynamic_acls_27677
-+read_27678 read 0 27678 NULL
-+dm9601_link_reset_27683 dm9601_link_reset 0 27683 NULL nohasharray
-+ad7793_write_frequency_27683 ad7793_write_frequency 0-4 27683 &dm9601_link_reset_27683
-+trusted_get_27684 trusted_get 0 27684 NULL
-+m88e1118_config_init_27685 m88e1118_config_init 0 27685 NULL
-+show_tcpOutRsts_27691 show_tcpOutRsts 0 27691 NULL nohasharray
-+tcam_assoc_write_27691 tcam_assoc_write 0 27691 &show_tcpOutRsts_27691
-+cfg80211_check_combinations_27692 cfg80211_check_combinations 0 27692 NULL
-+fs_path_add_from_extent_buffer_27702 fs_path_add_from_extent_buffer 4 27702 NULL
-+ext2_nobh_write_begin_27704 ext2_nobh_write_begin 0 27704 NULL
-+mmio16read__write_file_27708 mmio16read__write_file 0 27708 NULL
-+acpi_tb_acquire_temp_table_27709 acpi_tb_acquire_temp_table 2 27709 NULL
-+evm_write_key_27715 evm_write_key 3-0 27715 NULL
-+ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol_27722 ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol 3 27722 NULL
-+audit_set_loginuid_27723 audit_set_loginuid 0 27723 NULL
-+reg_w_buf_27724 reg_w_buf 3 27724 NULL
-+xfs_dir2_block_sfsize_27727 xfs_dir2_block_sfsize 0 27727 NULL
-+ima_protect_xattr_27733 ima_protect_xattr 0 27733 NULL nohasharray
-+cbaf_wusb_host_band_groups_store_27733 cbaf_wusb_host_band_groups_store 0-4 27733 &ima_protect_xattr_27733
-+a4t_cs_init_27734 a4t_cs_init 3 27734 NULL
-+drv_start_27735 drv_start 0 27735 NULL
-+init_timers_cpu_27741 init_timers_cpu 0 27741 NULL
-+ov7660_set_auto_gain_27743 ov7660_set_auto_gain 0 27743 NULL
-+do_grow_27746 do_grow 0 27746 NULL
-+ims_pcu_flash_firmware_27748 ims_pcu_flash_firmware 0 27748 NULL
-+roccat_common2_sysfs_write_macro_27750 roccat_common2_sysfs_write_macro 0-6-5 27750 NULL
-+lp55xx_request_firmware_27754 lp55xx_request_firmware 0 27754 NULL
-+snd_pcm_pre_resume_27757 snd_pcm_pre_resume 0 27757 NULL
-+md4_update_27759 md4_update 0 27759 NULL nohasharray
-+SyS_setsockopt_27759 SyS_setsockopt 5 27759 &md4_update_27759
-+store_io_db_27768 store_io_db 0-4 27768 NULL
-+kcalloc_27770 kcalloc 2-1 27770 NULL
-+security_inode_getattr_27774 security_inode_getattr 0 27774 NULL
-+transport_init_session_tags_27776 transport_init_session_tags 2-1 27776 NULL
-+sched_group_set_shares_27778 sched_group_set_shares 0 27778 NULL
-+device_notifier_27779 device_notifier 0 27779 NULL
-+megasas_fw_crash_buffer_show_27781 megasas_fw_crash_buffer_show 0 27781 NULL
-+ip_sabotage_in_27782 ip_sabotage_in 0 27782 NULL
-+twl4030_set_gpio_dataout_27792 twl4030_set_gpio_dataout 1 27792 NULL nohasharray
-+t4vf_set_rxmode_27792 t4vf_set_rxmode 0 27792 &twl4030_set_gpio_dataout_27792
-+megasas_sysfs_show_support_poll_for_event_27793 megasas_sysfs_show_support_poll_for_event 0 27793 NULL
-+DivaSTraceGetMemotyRequirement_27797 DivaSTraceGetMemotyRequirement 0-1 27797 NULL
-+ath6kl_wmi_force_roam_cmd_27800 ath6kl_wmi_force_roam_cmd 0 27800 NULL
-+ttm_object_file_init_27804 ttm_object_file_init 2 27804 NULL nohasharray
-+SyS_readv_27804 SyS_readv 3 27804 &ttm_object_file_init_27804
-+mpihelp_mul_27805 mpihelp_mul 5-3 27805 NULL
-+sisusb_write_memio_24bit_27812 sisusb_write_memio_24bit 0 27812 NULL
-+b43_phy_initn_27813 b43_phy_initn 0 27813 NULL
-+f2fs_xattr_advise_list_27815 f2fs_xattr_advise_list 0-5 27815 NULL nohasharray
-+percpu_counter_hotcpu_callback_27815 percpu_counter_hotcpu_callback 0 27815 &f2fs_xattr_advise_list_27815
-+max_sectors_show_27816 max_sectors_show 0 27816 NULL
-+smk_set_access_27817 smk_set_access 0 27817 NULL
-+snd_pcm_do_reset_27819 snd_pcm_do_reset 0 27819 NULL
-+eventfd_write_27821 eventfd_write 0-3 27821 NULL
-+gadget_dev_desc_UDC_show_27827 gadget_dev_desc_UDC_show 0 27827 NULL
-+read_vidcpe_27830 read_vidcpe 0 27830 NULL
-+sys_listxattr_27833 sys_listxattr 3 27833 NULL
-+snd_cx18_pcm_trigger_27838 snd_cx18_pcm_trigger 0 27838 NULL
-+et131x_open_27842 et131x_open 0 27842 NULL
-+jbd2_complete_transaction_27847 jbd2_complete_transaction 0 27847 NULL
-+mv_udc_start_27855 mv_udc_start 0 27855 NULL
-+read_profile_27859 read_profile 3-0 27859 NULL
-+pcan_usb_pro_send_cmd_27860 pcan_usb_pro_send_cmd 0 27860 NULL nohasharray
-+store_engine2_leds_27860 store_engine2_leds 4-0 27860 &pcan_usb_pro_send_cmd_27860
-+sky2_pci_read16_27863 sky2_pci_read16 0 27863 NULL
-+pci_conf2_write_27866 pci_conf2_write 0 27866 NULL
-+__uncore_edge_show_27869 __uncore_edge_show 0 27869 NULL
-+ocfs2_file_splice_read_27870 ocfs2_file_splice_read 0 27870 NULL
-+ivtv_readbyte_27872 ivtv_readbyte 0 27872 NULL nohasharray
-+ipr_update_ioa_ucode_27872 ipr_update_ioa_ucode 0 27872 &ivtv_readbyte_27872
-+ieee80211_if_read_dot11MeshHWMProotInterval_27873 ieee80211_if_read_dot11MeshHWMProotInterval 3-0 27873 NULL
-+diag_read_27874 diag_read 0 27874 NULL
-+sch_gpio_direction_in_27878 sch_gpio_direction_in 0 27878 NULL
-+set_rdac3_27880 set_rdac3 4-0 27880 NULL
-+mv88e6171_get_sset_count_27888 mv88e6171_get_sset_count 0 27888 NULL
-+show_als_channel_27889 show_als_channel 0 27889 NULL
-+unix_seqpacket_sendmsg_27893 unix_seqpacket_sendmsg 4-0 27893 NULL
-+set_pwm_auto_pwm_minctl_27898 set_pwm_auto_pwm_minctl 0-4 27898 NULL
-+func_27900 func 0 27900 NULL nohasharray
-+tcp_v6_parse_md5_keys_27900 tcp_v6_parse_md5_keys 0 27900 &func_27900
-+gluebi_write_27905 gluebi_write 3 27905 NULL
-+store_27911 store 0-4 27911 NULL
-+show_fcoe_ctlr_device_symb_err_27915 show_fcoe_ctlr_device_symb_err 0 27915 NULL
-+qla2x00_zio_timer_show_27921 qla2x00_zio_timer_show 0 27921 NULL
-+tps6586x_rtc_set_alarm_27924 tps6586x_rtc_set_alarm 0 27924 NULL
-+adxl34x_calibrate_store_27928 adxl34x_calibrate_store 0-4 27928 NULL
-+bm_find_next_27929 bm_find_next 2 27929 NULL
-+adjust_tp_27930 adjust_tp 0 27930 NULL nohasharray
-+set_b_bus_req_27930 set_b_bus_req 0-4 27930 &adjust_tp_27930
-+ocfs2_add_inode_to_orphan_27932 ocfs2_add_inode_to_orphan 0 27932 NULL
-+get_alarm_27933 get_alarm 0 27933 NULL
-+can_attach_27934 can_attach 0 27934 NULL
-+usbhsh_data_stage_packet_push_27936 usbhsh_data_stage_packet_push 0 27936 NULL
-+sctp_outq_tail_27937 sctp_outq_tail 0 27937 NULL
-+set_min_uV_27943 set_min_uV 0-4 27943 NULL
-+mt9m111_cropcap_27947 mt9m111_cropcap 0 27947 NULL
-+rt2500usb_set_device_state_27949 rt2500usb_set_device_state 0 27949 NULL nohasharray
-+e1000_get_eeprom_len_27949 e1000_get_eeprom_len 0 27949 &rt2500usb_set_device_state_27949
-+_transport_get_linkerrors_27955 _transport_get_linkerrors 0 27955 NULL
-+sctp_make_abort_violation_27959 sctp_make_abort_violation 4 27959 NULL
-+provisioning_mode_store_27960 provisioning_mode_store 0-4 27960 NULL
-+bio_next_split_27961 bio_next_split 2 27961 NULL nohasharray
-+tracing_clock_write_27961 tracing_clock_write 3 27961 &bio_next_split_27961
-+ec168_ctrl_msg_27963 ec168_ctrl_msg 0 27963 NULL
-+snd_hdac_bus_exec_verb_unlocked_27964 snd_hdac_bus_exec_verb_unlocked 0 27964 NULL
-+tipc_media_addr_printf_27971 tipc_media_addr_printf 2 27971 NULL nohasharray
-+nfs4_read_cached_acl_27971 nfs4_read_cached_acl 0 27971 &tipc_media_addr_printf_27971
-+mic_rx_pkts_read_27972 mic_rx_pkts_read 3-0 27972 NULL nohasharray
-+device_register_27972 device_register 0 27972 &mic_rx_pkts_read_27972
-+xfs_alloc_fixup_trees_27975 xfs_alloc_fixup_trees 0 27975 NULL nohasharray
-+b43legacy_upload_initvals_27975 b43legacy_upload_initvals 0 27975 &xfs_alloc_fixup_trees_27975 nohasharray
-+compat_SyS_set_mempolicy_27975 compat_SyS_set_mempolicy 3 27975 &b43legacy_upload_initvals_27975
-+adm8211_hw_reset_27976 adm8211_hw_reset 0 27976 NULL
-+__kernfs_setattr_27977 __kernfs_setattr 0 27977 NULL nohasharray
-+pci_enable_device_flags_27977 pci_enable_device_flags 0 27977 &__kernfs_setattr_27977
-+nilfs_btree_get_new_block_27978 nilfs_btree_get_new_block 0 27978 NULL
-+get_max_state_27981 get_max_state 0 27981 NULL
-+target_core_alua_tg_pt_gp_store_attr_alua_support_unavailable_27982 target_core_alua_tg_pt_gp_store_attr_alua_support_unavailable 0-3 27982 NULL
-+wan_set_status_27984 wan_set_status 0 27984 NULL
-+erst_get_record_id_next_27988 erst_get_record_id_next 0 27988 NULL nohasharray
-+igb_pci_sriov_configure_27988 igb_pci_sriov_configure 0-2 27988 &erst_get_record_id_next_27988
-+acpi_ds_result_push_27992 acpi_ds_result_push 0 27992 NULL
-+inet6_get_link_af_size_27998 inet6_get_link_af_size 0 27998 NULL
-+edt_ft5x06_debugfs_raw_data_read_28002 edt_ft5x06_debugfs_raw_data_read 3-0 28002 NULL nohasharray
-+ixgbe_pci_sriov_disable_28002 ixgbe_pci_sriov_disable 0 28002 &edt_ft5x06_debugfs_raw_data_read_28002
-+ieee802154_alloc_hw_28003 ieee802154_alloc_hw 1 28003 NULL nohasharray
-+snd_trident_capture_prepare_28003 snd_trident_capture_prepare 0 28003 &ieee802154_alloc_hw_28003 nohasharray
-+esd_usb2_setup_rx_urbs_28003 esd_usb2_setup_rx_urbs 0 28003 &snd_trident_capture_prepare_28003
-+store_sas_phy_minimum_linkrate_28005 store_sas_phy_minimum_linkrate 0-4 28005 NULL
-+snd_rawmidi_write_28008 snd_rawmidi_write 3-0 28008 NULL nohasharray
-+tx_queue_len_show_28008 tx_queue_len_show 0 28008 &snd_rawmidi_write_28008
-+device_id_show_28011 device_id_show 0 28011 NULL
-+tg_set_cfs_quota_28014 tg_set_cfs_quota 0 28014 NULL
-+show_28017 show 0 28017 NULL nohasharray
-+oprofile_cpu_notify_28017 oprofile_cpu_notify 0 28017 &show_28017
-+serial8250_port_size_28019 serial8250_port_size 0 28019 NULL
-+get_packet_pg_28023 get_packet_pg 4 28023 NULL
-+memory_block_action_28024 memory_block_action 0 28024 NULL
-+powercap_register_zone_28028 powercap_register_zone 6 28028 NULL
-+alloc_one_pg_vec_page_28031 alloc_one_pg_vec_page 1 28031 NULL nohasharray
-+lowpan_dev_init_28031 lowpan_dev_init 0 28031 &alloc_one_pg_vec_page_28031
-+comm_nodeid_write_28033 comm_nodeid_write 0-3 28033 NULL
-+in_read_bytes_avail_show_28035 in_read_bytes_avail_show 0 28035 NULL
-+smc_open_28037 smc_open 0 28037 NULL nohasharray
-+store_map_28037 store_map 0-4 28037 &smc_open_28037
-+show_pools_28038 show_pools 0 28038 NULL
-+sctp_setsockopt_maxburst_28041 sctp_setsockopt_maxburst 3-0 28041 NULL
-+ath10k_hif_diag_write_28046 ath10k_hif_diag_write 0 28046 NULL
-+ip_vs_dst_event_28048 ip_vs_dst_event 0 28048 NULL
-+p9_fd_write_28050 p9_fd_write 3 28050 NULL
-+cx231xx_init_vbi_isoc_28053 cx231xx_init_vbi_isoc 3-4-2-0 28053 NULL
-+pool_status_28055 pool_status 5 28055 NULL
-+init_rs_non_canonical_28059 init_rs_non_canonical 1 28059 NULL
-+lpfc_idiag_mbxacc_read_28061 lpfc_idiag_mbxacc_read 3-0 28061 NULL nohasharray
-+xgbe_phy_init_28061 xgbe_phy_init 0 28061 &lpfc_idiag_mbxacc_read_28061
-+tx_frag_bad_mblk_num_read_28064 tx_frag_bad_mblk_num_read 3-0 28064 NULL
-+ext4_read_block_bitmap_nowait_28078 ext4_read_block_bitmap_nowait 2 28078 NULL
-+ib_query_port_28079 ib_query_port 0 28079 NULL
-+acpi_gsb_i2c_write_bytes_28082 acpi_gsb_i2c_write_bytes 4 28082 NULL nohasharray
-+GetRecvByte_28082 GetRecvByte 0 28082 &acpi_gsb_i2c_write_bytes_28082
-+platform_get_irq_28088 platform_get_irq 0 28088 NULL nohasharray
-+ext4_writepage_28088 ext4_writepage 0 28088 &platform_get_irq_28088
-+gdth_init_isa_28091 gdth_init_isa 1 28091 NULL
-+blk_update_nr_requests_28098 blk_update_nr_requests 0 28098 NULL
-+stream_next_buffer_28101 stream_next_buffer 0 28101 NULL nohasharray
-+qib_tid_free_28101 qib_tid_free 0 28101 &stream_next_buffer_28101
-+mmc_test_alloc_mem_28102 mmc_test_alloc_mem 2-3 28102 NULL
-+r820t_sysfreq_sel_28105 r820t_sysfreq_sel 0 28105 NULL
-+show_initstate_28108 show_initstate 0 28108 NULL
-+store_tabletXtilt_28113 store_tabletXtilt 0-4 28113 NULL
-+sony_pic_bluetoothpower_store_28114 sony_pic_bluetoothpower_store 0-4 28114 NULL
-+rx_defrag_need_defrag_read_28117 rx_defrag_need_defrag_read 3-0 28117 NULL
-+show_fan_target_28118 show_fan_target 0 28118 NULL nohasharray
-+sha256_final_28118 sha256_final 0 28118 &show_fan_target_28118
-+qla2x00_allow_cna_fw_dump_store_28123 qla2x00_allow_cna_fw_dump_store 0-4 28123 NULL
-+acpi_tb_install_standard_table_28124 acpi_tb_install_standard_table 1 28124 NULL nohasharray
-+vgacon_adjust_height_28124 vgacon_adjust_height 2 28124 &acpi_tb_install_standard_table_28124
-+musb_mode_show_28126 musb_mode_show 0 28126 NULL
-+m25p80_read_reg_28132 m25p80_read_reg 4 28132 NULL
-+tx_window_errors_show_28136 tx_window_errors_show 0 28136 NULL
-+perf_read_hw_28139 perf_read_hw 0 28139 NULL
-+manuf_show_28140 manuf_show 0 28140 NULL
-+__nfs_readpage_from_fscache_28144 __nfs_readpage_from_fscache 0 28144 NULL
-+ubifs_setattr_28146 ubifs_setattr 0 28146 NULL
-+video_read_28148 video_read 3-0 28148 NULL nohasharray
-+store_28148 store 0 28148 &video_read_28148
-+alloc_skb_with_frags_28149 alloc_skb_with_frags 1 28149 NULL
-+usb_gadget_udc_start_28152 usb_gadget_udc_start 0 28152 NULL
-+snd_midi_channel_alloc_set_28153 snd_midi_channel_alloc_set 1 28153 NULL
-+stats_dot11FCSErrorCount_read_28154 stats_dot11FCSErrorCount_read 3-0 28154 NULL
-+tipc_sk_create_28158 tipc_sk_create 0 28158 NULL
-+gen10g_config_init_28159 gen10g_config_init 0 28159 NULL
-+toshiba_touchpad_get_28168 toshiba_touchpad_get 0 28168 NULL
-+da9055_set_alarm_28172 da9055_set_alarm 0 28172 NULL
-+vread_28173 vread 0-3 28173 NULL
-+c4iw_reject_cr_28174 c4iw_reject_cr 3 28174 NULL
-+hdaps_mouse_activity_show_28175 hdaps_mouse_activity_show 0 28175 NULL
-+nfs_do_writepage_28176 nfs_do_writepage 0 28176 NULL
-+xfs_bunmapi_28180 xfs_bunmapi 0 28180 NULL
-+cifs_writepage_locked_28181 cifs_writepage_locked 0 28181 NULL
-+read_disk_sb_28188 read_disk_sb 2 28188 NULL
-+nvkm_output_dp_create__28192 nvkm_output_dp_create_ 6 28192 NULL
-+write_irq_affinity_28193 write_irq_affinity 0-4 28193 NULL
-+show_update_interval_28195 show_update_interval 0 28195 NULL nohasharray
-+da9055_rtc_set_alarm_28195 da9055_rtc_set_alarm 0 28195 &show_update_interval_28195
-+cyapa_gen3_get_query_data_28196 cyapa_gen3_get_query_data 0 28196 NULL
-+cifs_reconnect_tcon_28200 cifs_reconnect_tcon 0 28200 NULL
-+cyapa_gen5_do_fw_update_28202 cyapa_gen5_do_fw_update 0 28202 NULL
-+da9063_rtc_read_time_28206 da9063_rtc_read_time 0 28206 NULL nohasharray
-+hfsplus_statfs_28206 hfsplus_statfs 0 28206 &da9063_rtc_read_time_28206
-+niu_ipp_reset_28209 niu_ipp_reset 0 28209 NULL
-+mcam_ctlr_configure_28210 mcam_ctlr_configure 0 28210 NULL
-+f2fs_write_end_28211 f2fs_write_end 0-5 28211 NULL
-+__qp_memcpy_from_queue_28220 __qp_memcpy_from_queue 4-3 28220 NULL nohasharray
-+raid5_store_group_thread_cnt_28220 raid5_store_group_thread_cnt 0-3 28220 &__qp_memcpy_from_queue_28220 nohasharray
-+pci_pm_prepare_28220 pci_pm_prepare 0 28220 &raid5_store_group_thread_cnt_28220
-+vivid_sdtv_cap_s_ctrl_28222 vivid_sdtv_cap_s_ctrl 0 28222 NULL
-+i2c_nuvoton_write_buf_28224 i2c_nuvoton_write_buf 0 28224 NULL nohasharray
-+genwqe_sriov_configure_28224 genwqe_sriov_configure 0-2 28224 &i2c_nuvoton_write_buf_28224
-+line6_alloc_sysex_buffer_28225 line6_alloc_sysex_buffer 4 28225 NULL
-+iio_sysfs_trigger_remove_28227 iio_sysfs_trigger_remove 0 28227 NULL
-+cm4000_resume_28231 cm4000_resume 0 28231 NULL
-+beiscsi_get_port_speed_28240 beiscsi_get_port_speed 0 28240 NULL
-+ext4_validate_block_bitmap_28243 ext4_validate_block_bitmap 3 28243 NULL
-+radeon_get_dpm_state_28244 radeon_get_dpm_state 0 28244 NULL
-+write_28250 write 0 28250 NULL nohasharray
-+usbduxfast_upload_firmware_28250 usbduxfast_upload_firmware 3 28250 &write_28250
-+ipr_show_fw_type_28251 ipr_show_fw_type 0 28251 NULL
-+tcp_disconnect_28252 tcp_disconnect 0 28252 NULL
-+kbd_type_show_28255 kbd_type_show 0 28255 NULL
-+bl_trig_invert_store_28256 bl_trig_invert_store 0-4 28256 NULL
-+pci_notify_28258 pci_notify 0 28258 NULL
-+add_interface_28259 add_interface 0 28259 NULL
-+airo_open_28270 airo_open 0 28270 NULL
-+avtab_read_28272 avtab_read 0 28272 NULL
-+mt9m111_g_crop_28273 mt9m111_g_crop 0 28273 NULL
-+stk1160_i2c_check_for_device_28274 stk1160_i2c_check_for_device 0 28274 NULL
-+cxacru_sysfs_show_downstream_crc_errors_28276 cxacru_sysfs_show_downstream_crc_errors 0 28276 NULL
-+otg_mode_show_28282 otg_mode_show 0 28282 NULL
-+inline_xattr_size_28285 inline_xattr_size 0 28285 NULL nohasharray
-+dibx000_i2c_master_xfer_gpio34_28285 dibx000_i2c_master_xfer_gpio34 0-3 28285 &inline_xattr_size_28285
-+dma_map_sg_attrs_28289 dma_map_sg_attrs 0-3 28289 NULL
-+SyS_ppoll_28290 SyS_ppoll 2 28290 NULL
-+acpi_ut_copy_epackage_to_ipackage_28291 acpi_ut_copy_epackage_to_ipackage 0 28291 NULL
-+wil_addba_tx_cid_28292 wil_addba_tx_cid 3 28292 NULL
-+w1_f23_write_28294 w1_f23_write 3 28294 NULL
-+si476x_core_cmd_fm_acf_status_28298 si476x_core_cmd_fm_acf_status 0 28298 NULL
-+ad_sigma_delta_set_mode_28299 ad_sigma_delta_set_mode 0 28299 NULL
-+kstrtos16_from_user_28300 kstrtos16_from_user 2 28300 NULL
-+set_fan1_div_28301 set_fan1_div 0-4 28301 NULL
-+nouveau_compat_ioctl_28305 nouveau_compat_ioctl 2 28305 NULL nohasharray
-+acpi_register_gsi_xen_28305 acpi_register_gsi_xen 2 28305 &nouveau_compat_ioctl_28305
-+print_fw_version_28310 print_fw_version 0 28310 NULL
-+phys_switch_id_show_28314 phys_switch_id_show 0 28314 NULL
-+adp5520_bl_office_max_store_28316 adp5520_bl_office_max_store 4-0 28316 NULL nohasharray
-+do_loop_readv_writev_28316 do_loop_readv_writev 0 28316 &adp5520_bl_office_max_store_28316
-+snd_pcm_oss_read_28317 snd_pcm_oss_read 3-0 28317 NULL nohasharray
-+il4965_show_temperature_28317 il4965_show_temperature 0 28317 &snd_pcm_oss_read_28317
-+generic_access_phys_28318 generic_access_phys 2-4 28318 NULL
-+fc2580_set_params_28319 fc2580_set_params 0 28319 NULL
-+filldir64_28323 filldir64 3 28323 NULL
-+card_send_command_28325 card_send_command 0 28325 NULL nohasharray
-+cmos_command_store_28325 cmos_command_store 0-4 28325 &card_send_command_28325
-+elan_sysfs_read_sm_ver_28327 elan_sysfs_read_sm_ver 0 28327 NULL
-+input_dev_show_cap_rel_28328 input_dev_show_cap_rel 0 28328 NULL
-+generic_write_checks_28329 generic_write_checks 0 28329 NULL
-+xpcs_mmd_read_28331 xpcs_mmd_read 3-0 28331 NULL nohasharray
-+rndis_opts_host_addr_show_28331 rndis_opts_host_addr_show 0 28331 &xpcs_mmd_read_28331
-+bm_entry_write_28338 bm_entry_write 3-0 28338 NULL
-+mc13783_adc_read_gp_28341 mc13783_adc_read_gp 0 28341 NULL nohasharray
-+show_tabletProgrammableDelay_28341 show_tabletProgrammableDelay 0 28341 &mc13783_adc_read_gp_28341
-+tg3_setup_phy_28343 tg3_setup_phy 0 28343 NULL
-+tcp_copy_to_iovec_28344 tcp_copy_to_iovec 3 28344 NULL nohasharray
-+michael_init_28344 michael_init 0 28344 &tcp_copy_to_iovec_28344
-+cachefiles_daemon_bstop_28345 cachefiles_daemon_bstop 0 28345 NULL
-+ldlat_show_28348 ldlat_show 0 28348 NULL
-+snapshot_write_28351 snapshot_write 3 28351 NULL
-+emmaprp_buf_prepare_28353 emmaprp_buf_prepare 0 28353 NULL
-+nilfs_btree_prepare_update_v_28354 nilfs_btree_prepare_update_v 0 28354 NULL
-+pci_ite887x_init_28357 pci_ite887x_init 0 28357 NULL nohasharray
-+show_mem_db_28357 show_mem_db 0 28357 &pci_ite887x_init_28357
-+ibmasm_get_next_event_28359 ibmasm_get_next_event 0 28359 NULL
-+sched_cpu_active_28360 sched_cpu_active 0 28360 NULL
-+send_control_msg_28366 send_control_msg 0 28366 NULL
-+batadv_handle_tt_response_28370 batadv_handle_tt_response 4 28370 NULL
-+gfs2_writepage_common_28372 gfs2_writepage_common 0 28372 NULL
-+uwb_dev_RSSI_show_28373 uwb_dev_RSSI_show 0 28373 NULL
-+operstate_show_28374 operstate_show 0 28374 NULL
-+rt2x00mmio_initialize_28377 rt2x00mmio_initialize 0 28377 NULL
-+ext4_force_commit_28382 ext4_force_commit 0 28382 NULL
-+sys_writev_28384 sys_writev 3 28384 NULL
-+dlmfs_file_read_28385 dlmfs_file_read 3-0 28385 NULL nohasharray
-+vb2_internal_streamon_28385 vb2_internal_streamon 0 28385 &dlmfs_file_read_28385
-+lio_target_tpg_store_enable_28391 lio_target_tpg_store_enable 0-3 28391 NULL
-+tx_frag_cache_miss_read_28394 tx_frag_cache_miss_read 3-0 28394 NULL
-+lio_target_wwn_show_attr_lio_version_28397 lio_target_wwn_show_attr_lio_version 0 28397 NULL nohasharray
-+bnx2x_vfpf_config_rss_28397 bnx2x_vfpf_config_rss 0 28397 &lio_target_wwn_show_attr_lio_version_28397
-+apei_read_mce_28399 apei_read_mce 0 28399 NULL
-+mtu_28400 mtu 0 28400 NULL
-+jffs2_user_listxattr_28404 jffs2_user_listxattr 0-5 28404 NULL
-+show_ata_link_sata_spd_limit_28407 show_ata_link_sata_spd_limit 0 28407 NULL nohasharray
-+__uncore_tid_en_show_28407 __uncore_tid_en_show 0 28407 &show_ata_link_sata_spd_limit_28407
-+__iscsi_tpg_auth_store_userid_mutual_28409 __iscsi_tpg_auth_store_userid_mutual 0-3 28409 NULL
-+compress_file_range_28412 compress_file_range 3-4 28412 NULL
-+subdev_ioctl_28417 subdev_ioctl 2 28417 NULL
-+ext2_xattr_list_28418 ext2_xattr_list 0 28418 NULL
-+s35390a_rtc_read_time_28420 s35390a_rtc_read_time 0 28420 NULL
-+__videobuf_mmap_setup_28421 __videobuf_mmap_setup 0 28421 NULL
-+vfio_msi_cap_len_28424 vfio_msi_cap_len 0 28424 NULL
-+p9_client_fsync_28425 p9_client_fsync 0 28425 NULL
-+ksocknal_alloc_tx_28426 ksocknal_alloc_tx 2 28426 NULL
-+store_sas_phy_maximum_linkrate_28428 store_sas_phy_maximum_linkrate 0-4 28428 NULL
-+hid_hw_output_report_28429 hid_hw_output_report 0 28429 NULL
-+snd_trident_foldback_prepare_28431 snd_trident_foldback_prepare 0 28431 NULL
-+_kstrtoul_28435 _kstrtoul 0 28435 NULL
-+mpage_readpages_28436 mpage_readpages 3 28436 NULL nohasharray
-+decrypt_28436 decrypt 0 28436 &mpage_readpages_28436
-+direction_show_28442 direction_show 0 28442 NULL
-+snd_ensoniq_playback2_prepare_28444 snd_ensoniq_playback2_prepare 0 28444 NULL
-+testmode_write_28445 testmode_write 3-0 28445 NULL
-+xfs_rtfind_back_28450 xfs_rtfind_back 0 28450 NULL
-+set_fan_min_28453 set_fan_min 0-4 28453 NULL
-+roccat_common2_sysfs_write_keys_thumbster_28456 roccat_common2_sysfs_write_keys_thumbster 0-6-5 28456 NULL
-+key_mic_failures_read_28457 key_mic_failures_read 3-0 28457 NULL
-+alloc_irq_cpu_rmap_28459 alloc_irq_cpu_rmap 1 28459 NULL
-+show_fcstat_fcp_frame_alloc_failures_28461 show_fcstat_fcp_frame_alloc_failures 0 28461 NULL nohasharray
-+br_nf_forward_arp_28461 br_nf_forward_arp 0 28461 &show_fcstat_fcp_frame_alloc_failures_28461
-+show_28462 show 0 28462 NULL
-+set_mode_28465 set_mode 0 28465 NULL
-+u132_urb_enqueue_28468 u132_urb_enqueue 0 28468 NULL
-+create_urbs_28470 create_urbs 0 28470 NULL nohasharray
-+rtl8169_get_regs_len_28470 rtl8169_get_regs_len 0 28470 &create_urbs_28470
-+tw9910_set_scale_28474 tw9910_set_scale 0 28474 NULL nohasharray
-+ubifs_leb_unmap_28474 ubifs_leb_unmap 0 28474 &tw9910_set_scale_28474
-+vmw_du_crtc_cursor_set_28479 vmw_du_crtc_cursor_set 5-4 28479 NULL
-+ocfs2_backup_super_blkno_28484 ocfs2_backup_super_blkno 0-2 28484 NULL nohasharray
-+tty_read_28484 tty_read 0-3 28484 &ocfs2_backup_super_blkno_28484
-+__filemap_fdatawrite_28485 __filemap_fdatawrite 0 28485 NULL
-+coda_revalidate_inode_28489 coda_revalidate_inode 0 28489 NULL nohasharray
-+udp_uncompress_28489 udp_uncompress 2 28489 &coda_revalidate_inode_28489
-+max_response_pages_28492 max_response_pages 0 28492 NULL
-+pxa168_eth_set_mac_address_28494 pxa168_eth_set_mac_address 0 28494 NULL
-+snd_interval_refine_max_28498 snd_interval_refine_max 0 28498 NULL
-+show_iface_max_recv_dlength_28500 show_iface_max_recv_dlength 0 28500 NULL
-+l2cap_sock_listen_28502 l2cap_sock_listen 0 28502 NULL
-+gadget_config_name_attr_store_28503 gadget_config_name_attr_store 0-4 28503 NULL
-+dt_remember_or_free_map_28507 dt_remember_or_free_map 5 28507 NULL
-+show_fnode_discovery_session_28508 show_fnode_discovery_session 0 28508 NULL
-+sctp_inet_listen_28516 sctp_inet_listen 0 28516 NULL
-+ps_poll_upsd_utilization_read_28519 ps_poll_upsd_utilization_read 3-0 28519 NULL
-+show_temp0_28521 show_temp0 0 28521 NULL
-+sh_irda_init_iobuf_28527 sh_irda_init_iobuf 2 28527 NULL nohasharray
-+i2400m_tx_stats_read_28527 i2400m_tx_stats_read 3-0 28527 &sh_irda_init_iobuf_28527
-+early_init_dt_alloc_memory_arch_28528 early_init_dt_alloc_memory_arch 1 28528 NULL
-+list_28535 list 0-5 28535 NULL
-+capinc_tty_write_28539 capinc_tty_write 3 28539 NULL
-+max16065_show_limit_28543 max16065_show_limit 0 28543 NULL nohasharray
-+nx_fw_cmd_create_tx_ctx_28543 nx_fw_cmd_create_tx_ctx 0 28543 &max16065_show_limit_28543
-+sel_read_policycap_28544 sel_read_policycap 3-0 28544 NULL nohasharray
-+chip_base_show_28544 chip_base_show 0 28544 &sel_read_policycap_28544 nohasharray
-+ssp_common_buffer_postdisable_28544 ssp_common_buffer_postdisable 0 28544 &chip_base_show_28544
-+aio_read_events_28545 aio_read_events 3 28545 NULL nohasharray
-+run_delalloc_range_28545 run_delalloc_range 3-4-0 28545 &aio_read_events_28545 nohasharray
-+mptctl_getiocinfo_28545 mptctl_getiocinfo 2 28545 &run_delalloc_range_28545
-+statfs_28548 statfs 0 28548 NULL
-+__pm_runtime_idle_28549 __pm_runtime_idle 0 28549 NULL
-+qlcnic_sysfs_write_npar_config_28550 qlcnic_sysfs_write_npar_config 0-6-5 28550 NULL
-+issue_fc_host_lip_28552 issue_fc_host_lip 0 28552 NULL
-+b43legacy_debugfs_write_28556 b43legacy_debugfs_write 3-0 28556 NULL
-+read_temp_msr_28558 read_temp_msr 0 28558 NULL nohasharray
-+apds990x_lux_thresh_below_store_28558 apds990x_lux_thresh_below_store 0-4 28558 &read_temp_msr_28558
-+inet_dccp_listen_28565 inet_dccp_listen 0 28565 NULL nohasharray
-+store_28565 store 0-4 28565 &inet_dccp_listen_28565
-+lbs_mesh_get_28566 lbs_mesh_get 0 28566 NULL
-+asymmetric_verify_28567 asymmetric_verify 3 28567 NULL nohasharray
-+qp_enqueue_locked_28567 qp_enqueue_locked 3-0-5 28567 &asymmetric_verify_28567
-+ath10k_wmi_addba_clear_resp_28568 ath10k_wmi_addba_clear_resp 0 28568 NULL
-+gfs2_meta_indirect_buffer_28573 gfs2_meta_indirect_buffer 0 28573 NULL
-+phys_pud_init_28574 phys_pud_init 0-2-3 28574 NULL
-+saa7127_s_stream_28581 saa7127_s_stream 0 28581 NULL nohasharray
-+sc92031_ethtool_get_sset_count_28581 sc92031_ethtool_get_sset_count 0 28581 &saa7127_s_stream_28581 nohasharray
-+swsusp_arch_suspend_28581 swsusp_arch_suspend 0 28581 &sc92031_ethtool_get_sset_count_28581
-+intel_iommu_show_version_28582 intel_iommu_show_version 0 28582 NULL
-+el3_open_28584 el3_open 0 28584 NULL
-+capabilities_show_28586 capabilities_show 0 28586 NULL nohasharray
-+cfspi_open_28586 cfspi_open 0 28586 &capabilities_show_28586
-+tg3_load_5701_a0_firmware_fix_28593 tg3_load_5701_a0_firmware_fix 0 28593 NULL
-+wm8350_clear_bits_28596 wm8350_clear_bits 0 28596 NULL
-+acpi_ds_eval_buffer_field_operands_28598 acpi_ds_eval_buffer_field_operands 0 28598 NULL
-+map_addr_show_28602 map_addr_show 0 28602 NULL nohasharray
-+write_full_28602 write_full 0-3 28602 &map_addr_show_28602
-+extract_entropy_28604 extract_entropy 5-3 28604 NULL nohasharray
-+vmxnet3_get_regs_len_28604 vmxnet3_get_regs_len 0 28604 &extract_entropy_28604
-+rt73usb_set_device_state_28607 rt73usb_set_device_state 0 28607 NULL
-+xgbe_common_write_28609 xgbe_common_write 2-0 28609 NULL
-+kfifo_unused_28612 kfifo_unused 0 28612 NULL
-+gfs2_fsync_28613 gfs2_fsync 0 28613 NULL nohasharray
-+d_l1_down_proc_write_28613 d_l1_down_proc_write 0-3 28613 &gfs2_fsync_28613
-+iwlagn_disable_pan_28614 iwlagn_disable_pan 0 28614 NULL
-+rpcrdma_alloc_regbuf_28617 rpcrdma_alloc_regbuf 2 28617 NULL nohasharray
-+wq_cpumask_show_28617 wq_cpumask_show 0 28617 &rpcrdma_alloc_regbuf_28617
-+mp_override_legacy_irq_28618 mp_override_legacy_irq 4 28618 NULL
-+snd_nm256_capture_copy_28622 snd_nm256_capture_copy 5 28622 NULL nohasharray
-+tsc2005_selftest_show_28622 tsc2005_selftest_show 0 28622 &snd_nm256_capture_copy_28622
-+show_host_param_ISCSI_HOST_PARAM_HWADDRESS_28624 show_host_param_ISCSI_HOST_PARAM_HWADDRESS 0 28624 NULL nohasharray
-+of_node_property_read_28624 of_node_property_read 6 28624 &show_host_param_ISCSI_HOST_PARAM_HWADDRESS_28624
-+atkbd_do_show_set_28627 atkbd_do_show_set 0 28627 NULL
-+llcp_raw_sock_bind_28630 llcp_raw_sock_bind 0 28630 NULL
-+patch_conexant_auto_28632 patch_conexant_auto 0 28632 NULL
-+si2157_get_if_frequency_28634 si2157_get_if_frequency 0 28634 NULL
-+setup_usemap_28636 setup_usemap 3-4 28636 NULL
-+niu_reset_tx_mac_28643 niu_reset_tx_mac 0 28643 NULL
-+xfs_bmap_finish_28644 xfs_bmap_finish 0 28644 NULL
-+au6610_i2c_xfer_28645 au6610_i2c_xfer 0-3 28645 NULL
-+jfs_statfs_28649 jfs_statfs 0 28649 NULL
-+byte_read_data_28650 byte_read_data 0 28650 NULL
-+p9_fcall_alloc_28652 p9_fcall_alloc 1 28652 NULL nohasharray
-+sco_sock_recvmsg_28652 sco_sock_recvmsg 3 28652 &p9_fcall_alloc_28652
-+nilfs_construct_dsync_segment_28656 nilfs_construct_dsync_segment 0 28656 NULL
-+dpm_suspend_28657 dpm_suspend 0 28657 NULL
-+fsnotify_add_event_28660 fsnotify_add_event 0 28660 NULL
-+iwl_dbgfs_nic_temp_read_28662 iwl_dbgfs_nic_temp_read 3-0 28662 NULL
-+btrfs_previous_item_28667 btrfs_previous_item 0 28667 NULL
-+blk_queue_resize_tags_28670 blk_queue_resize_tags 2 28670 NULL
-+show_refcnt_28672 show_refcnt 0 28672 NULL
-+adp5520_bl_dark_max_store_28674 adp5520_bl_dark_max_store 4-0 28674 NULL
-+show_auto_update_interval_28675 show_auto_update_interval 0 28675 NULL
-+cgroup_add_file_28679 cgroup_add_file 0 28679 NULL
-+__dev_alloc_skb_28681 __dev_alloc_skb 1 28681 NULL nohasharray
-+sysfs_format_mac_28681 sysfs_format_mac 0 28681 &__dev_alloc_skb_28681 nohasharray
-+_picolcd_flash_read_28681 _picolcd_flash_read 0 28681 &sysfs_format_mac_28681
-+SyS_setgroups16_28686 SyS_setgroups16 1 28686 NULL
-+adau1701_register_size_28688 adau1701_register_size 0 28688 NULL
-+hugetlb_total_pages_28689 hugetlb_total_pages 0 28689 NULL
-+min_show_28691 min_show 0 28691 NULL nohasharray
-+softing_netdev_open_28691 softing_netdev_open 0 28691 &min_show_28691
-+usb6fire_pcm_prepare_28692 usb6fire_pcm_prepare 0 28692 NULL nohasharray
-+mem_used_max_show_28692 mem_used_max_show 0 28692 &usb6fire_pcm_prepare_28692
-+_nfs41_proc_fsid_present_28693 _nfs41_proc_fsid_present 0 28693 NULL
-+musb_vbus_store_28696 musb_vbus_store 0-4 28696 NULL
-+set_pwm_mode_28704 set_pwm_mode 0-4 28704 NULL
-+balance_level_28707 balance_level 0 28707 NULL
-+power_28709 power 0 28709 NULL nohasharray
-+show_vid_reg_28709 show_vid_reg 0 28709 &power_28709 nohasharray
-+zd_ep_regs_out_msg_28709 zd_ep_regs_out_msg 0 28709 &show_vid_reg_28709
-+carl9170_set_freq_cal_data_28713 carl9170_set_freq_cal_data 0 28713 NULL
-+update_memcg_params_28716 update_memcg_params 2-0 28716 NULL
-+tcp_cgroup_write_28723 tcp_cgroup_write 0-3 28723 NULL
-+ip6_pkt_discard_out_28724 ip6_pkt_discard_out 0 28724 NULL
-+spi_sync_locked_28726 spi_sync_locked 0 28726 NULL
-+cxgb4_write_rss_28727 cxgb4_write_rss 0 28727 NULL
-+drm_plane_init_28731 drm_plane_init 6 28731 NULL nohasharray
-+nfs_revalidate_file_size_28731 nfs_revalidate_file_size 0 28731 &drm_plane_init_28731
-+spi_execute_28736 spi_execute 5 28736 NULL
-+add_advertising_28737 add_advertising 4 28737 NULL
-+snd_pcm_aio_write_28738 snd_pcm_aio_write 3-0 28738 NULL nohasharray
-+mwifiex_cmd_tx_rate_cfg_28738 mwifiex_cmd_tx_rate_cfg 0 28738 &snd_pcm_aio_write_28738
-+switch_channel_28739 switch_channel 0 28739 NULL
-+hotkey_enable_show_28742 hotkey_enable_show 0 28742 NULL
-+read_file_btcoex_28743 read_file_btcoex 3-0 28743 NULL
-+max_hw_blocks_28748 max_hw_blocks 0 28748 NULL
-+getprocattr_28754 getprocattr 0 28754 NULL
-+w1_f2d_fix_count_28757 w1_f2d_fix_count 0-2-1-3 28757 NULL
-+r500_hw_i2c_xfer_28761 r500_hw_i2c_xfer 0-3 28761 NULL nohasharray
-+show_fnode_tcp_nagle_disable_28761 show_fnode_tcp_nagle_disable 0 28761 &r500_hw_i2c_xfer_28761 nohasharray
-+sha1_mb_init_28761 sha1_mb_init 0 28761 &show_fnode_tcp_nagle_disable_28761
-+nv50_dmac_create_28762 nv50_dmac_create 5 28762 NULL
-+set_beep_mask_28764 set_beep_mask 0-4 28764 NULL
-+rpc_pipe_generic_upcall_28766 rpc_pipe_generic_upcall 4-0 28766 NULL
-+peek_head_len_28771 peek_head_len 0 28771 NULL
-+ima_lsm_rule_init_28777 ima_lsm_rule_init 0 28777 NULL
-+ath6kl_get_num_reg_28780 ath6kl_get_num_reg 0 28780 NULL
-+ad5360_read_dac_powerdown_28781 ad5360_read_dac_powerdown 0 28781 NULL nohasharray
-+store_bit_28781 store_bit 0-4 28781 &ad5360_read_dac_powerdown_28781
-+set_mode_28785 set_mode 0 28785 NULL
-+dvb_net_sec_callback_28786 dvb_net_sec_callback 2 28786 NULL
-+__iscsi_nacl_auth_show_userid_mutual_28790 __iscsi_nacl_auth_show_userid_mutual 0 28790 NULL
-+thaw_super_28793 thaw_super 0 28793 NULL
-+sel_write_member_28800 sel_write_member 3 28800 NULL
-+show_28801 show 0 28801 NULL
-+update_28806 update 0 28806 NULL
-+i915_get_vma_pages_28808 i915_get_vma_pages 0 28808 NULL
-+mv_ep_queue_28810 mv_ep_queue 0 28810 NULL
-+set_lbt_28811 set_lbt 0 28811 NULL
-+udp_packet_28817 udp_packet 0 28817 NULL
-+user_preparse_28821 user_preparse 0 28821 NULL
-+iwl_send_bt_init_conf_old_28822 iwl_send_bt_init_conf_old 0 28822 NULL nohasharray
-+__niu_set_and_wait_clear_mac_28822 __niu_set_and_wait_clear_mac 0 28822 &iwl_send_bt_init_conf_old_28822
-+show_prochot_28824 show_prochot 0 28824 NULL
-+savagefb_decode_var_28826 savagefb_decode_var 0 28826 NULL
-+iwl_dbgfs_rxon_filter_flags_read_28832 iwl_dbgfs_rxon_filter_flags_read 3-0 28832 NULL
-+kernel_tree_alloc_28833 kernel_tree_alloc 1 28833 NULL nohasharray
-+itg3200_write_reg_8_28833 itg3200_write_reg_8 0 28833 &kernel_tree_alloc_28833
-+ims_pcu_read_ofn_config_28839 ims_pcu_read_ofn_config 0 28839 NULL
-+udplite_packet_28840 udplite_packet 0 28840 NULL
-+set_fan_off_28841 set_fan_off 0-4 28841 NULL nohasharray
-+parser_init_byteStream_28841 parser_init_byteStream 2 28841 &set_fan_off_28841
-+lldd_control_phy_28842 lldd_control_phy 0 28842 NULL
-+vp_request_msix_vectors_28849 vp_request_msix_vectors 2 28849 NULL
-+lp5523_selftest_28851 lp5523_selftest 0 28851 NULL
-+ds2781_set_sense_resistor_value_28853 ds2781_set_sense_resistor_value 0-4 28853 NULL
-+ssb_bus_powerup_28855 ssb_bus_powerup 0 28855 NULL
-+gc_timer_show_28856 gc_timer_show 0 28856 NULL
-+input_dev_show_phys_28859 input_dev_show_phys 0 28859 NULL
-+smack_ipv4_output_28860 smack_ipv4_output 0 28860 NULL
-+e100_self_test_28862 e100_self_test 0 28862 NULL
-+create_of_modalias_28866 create_of_modalias 0 28866 NULL
-+ipv6_renew_options_28867 ipv6_renew_options 5 28867 NULL
-+profile_init_28870 profile_init 0 28870 NULL
-+b43_gphy_op_interf_mitigation_28872 b43_gphy_op_interf_mitigation 0 28872 NULL
-+unix_create_28874 unix_create 0 28874 NULL
-+hotkey_all_mask_show_28875 hotkey_all_mask_show 0 28875 NULL nohasharray
-+show_selfballoon_reserved_mb_28875 show_selfballoon_reserved_mb 0 28875 &hotkey_all_mask_show_28875
-+packet_sendmsg_spkt_28885 packet_sendmsg_spkt 4-0 28885 NULL nohasharray
-+show_temp1_28885 show_temp1 0 28885 &packet_sendmsg_spkt_28885
-+cyapa_show_mode_28891 cyapa_show_mode 0 28891 NULL
-+acpi_ut_copy_iobject_to_iobject_28894 acpi_ut_copy_iobject_to_iobject 0 28894 NULL
-+da9055_group_write_28904 da9055_group_write 2-3-0 28904 NULL
-+nilfs_direct_delete_28910 nilfs_direct_delete 0 28910 NULL
-+set_pwm_min_28914 set_pwm_min 0-4 28914 NULL
-+vmci_qpair_dequeue_28915 vmci_qpair_dequeue 3 28915 NULL nohasharray
-+at91ether_start_28915 at91ether_start 0 28915 &vmci_qpair_dequeue_28915
-+pci_reset_hotplug_slot_28919 pci_reset_hotplug_slot 0 28919 NULL
-+cifs_linux_ext_proc_write_28920 cifs_linux_ext_proc_write 0-3 28920 NULL nohasharray
-+tcp_md5_do_add_28920 tcp_md5_do_add 0 28920 &cifs_linux_ext_proc_write_28920
-+usbip_status_show_28921 usbip_status_show 0 28921 NULL nohasharray
-+als_lux_input_data_show_28921 als_lux_input_data_show 0 28921 &usbip_status_show_28921
-+get_video_status_28922 get_video_status 0 28922 NULL
-+walk_tg_tree_from_28923 walk_tg_tree_from 0 28923 NULL
-+ps_upsd_timeouts_read_28924 ps_upsd_timeouts_read 3-0 28924 NULL
-+iwl_dbgfs_sleep_level_override_write_28925 iwl_dbgfs_sleep_level_override_write 3-0 28925 NULL
-+ocfs2_frozen_trigger_28929 ocfs2_frozen_trigger 4 28929 NULL
-+__ext2_write_inode_28931 __ext2_write_inode 0 28931 NULL
-+btrfs_set_prop_28935 btrfs_set_prop 0 28935 NULL
-+patch_cs4213_28937 patch_cs4213 0 28937 NULL
-+push_rx_28939 push_rx 3 28939 NULL
-+mxuport_prepare_write_buffer_28943 mxuport_prepare_write_buffer 3 28943 NULL
-+ds1305_nvram_write_28944 ds1305_nvram_write 0-5-6 28944 NULL
-+amd_xgbe_phy_set_mode_28946 amd_xgbe_phy_set_mode 0 28946 NULL
-+snd_pcm_add_28947 snd_pcm_add 0 28947 NULL
-+icmp_packet_28950 icmp_packet 0 28950 NULL
-+cas_get_regs_len_28954 cas_get_regs_len 0 28954 NULL
-+ext3_xattr_trusted_get_28960 ext3_xattr_trusted_get 0 28960 NULL nohasharray
-+__klp_enable_patch_28960 __klp_enable_patch 0 28960 &ext3_xattr_trusted_get_28960
-+btrfs_trim_block_group_28963 btrfs_trim_block_group 3-4 28963 NULL
-+kbd_function_keys_store_28964 kbd_function_keys_store 0-4 28964 NULL
-+ext4_unfreeze_28966 ext4_unfreeze 0 28966 NULL
-+adxl34x_disable_show_28969 adxl34x_disable_show 0 28969 NULL nohasharray
-+cur_speed_read_file_28969 cur_speed_read_file 0 28969 &adxl34x_disable_show_28969
-+alloc_sched_domains_28972 alloc_sched_domains 1 28972 NULL
-+set_lcd_level_alt_28975 set_lcd_level_alt 0 28975 NULL
-+hash_net6_expire_28979 hash_net6_expire 4 28979 NULL nohasharray
-+ltc4215_show_voltage_28979 ltc4215_show_voltage 0 28979 &hash_net6_expire_28979
-+vnic_dev_del_addr_28980 vnic_dev_del_addr 0 28980 NULL
-+xfs_alloc_update_28982 xfs_alloc_update 0 28982 NULL
-+koneplus_sysfs_write_macro_28983 koneplus_sysfs_write_macro 0-6-5 28983 NULL
-+ext4_mb_add_groupinfo_28988 ext4_mb_add_groupinfo 2 28988 NULL nohasharray
-+cbus_receive_bit_28988 cbus_receive_bit 0 28988 &ext4_mb_add_groupinfo_28988 nohasharray
-+ql_adapter_down_28988 ql_adapter_down 0 28988 &cbus_receive_bit_28988
-+ov2640_cropcap_28991 ov2640_cropcap 0 28991 NULL
-+netlink_bind_28992 netlink_bind 0 28992 NULL
-+hci_sock_setsockopt_28993 hci_sock_setsockopt 5-0 28993 NULL
-+device_show_bool_28994 device_show_bool 0 28994 NULL
-+store_28995 store 0 28995 NULL
-+bin_uuid_28999 bin_uuid 3 28999 NULL nohasharray
-+config_rom_show_28999 config_rom_show 0 28999 &bin_uuid_28999 nohasharray
-+set_mtu_28999 set_mtu 0 28999 &config_rom_show_28999
-+show_counter_rx_flow_ctrl_errs_29001 show_counter_rx_flow_ctrl_errs 0 29001 NULL
-+fdb_insert_29003 fdb_insert 0 29003 NULL
-+fd_execute_rw_29004 fd_execute_rw 3 29004 NULL
-+rv3029c2_rtc_i2c_alarm_set_irq_29006 rv3029c2_rtc_i2c_alarm_set_irq 0 29006 NULL
-+zd_mac_init_hw_29016 zd_mac_init_hw 0 29016 NULL
-+read_alloc_29022 read_alloc 0 29022 NULL
-+show_fc_rport_roles_29026 show_fc_rport_roles 0 29026 NULL nohasharray
-+__uncore_fvc_show_29026 __uncore_fvc_show 0 29026 &show_fc_rport_roles_29026 nohasharray
-+iscsi_stat_sess_show_attr_txdata_octs_29026 iscsi_stat_sess_show_attr_txdata_octs 0 29026 &__uncore_fvc_show_29026
-+rmd160_update_29027 rmd160_update 0 29027 NULL
-+xz_dec_init_29029 xz_dec_init 2 29029 NULL
-+sys_fcntl64_29031 sys_fcntl64 3 29031 NULL nohasharray
-+channels_supported_show_29031 channels_supported_show 0 29031 &sys_fcntl64_29031
-+kgdb_nmi_tty_write_room_29034 kgdb_nmi_tty_write_room 0 29034 NULL
-+show_can_queue_29035 show_can_queue 0 29035 NULL nohasharray
-+hot_add_disk_29035 hot_add_disk 0 29035 &show_can_queue_29035
-+zd_iowrite32_locked_29036 zd_iowrite32_locked 0 29036 NULL
-+coda_ioctl_permission_29037 coda_ioctl_permission 0 29037 NULL
-+apds990x_prox_threshold_show_29039 apds990x_prox_threshold_show 0 29039 NULL nohasharray
-+ov772x_s_ctrl_29039 ov772x_s_ctrl 0 29039 &apds990x_prox_threshold_show_29039
-+ieee80211_if_read_ht_opmode_29044 ieee80211_if_read_ht_opmode 3-0 29044 NULL nohasharray
-+load_patch_29044 load_patch 0 29044 &ieee80211_if_read_ht_opmode_29044
-+rxrpc_sendmsg_29049 rxrpc_sendmsg 4-0 29049 NULL nohasharray
-+lm3639_bled_mode_store_29049 lm3639_bled_mode_store 0-4 29049 &rxrpc_sendmsg_29049
-+tso_fragment_29050 tso_fragment 3 29050 NULL
-+open_tx_first_29051 open_tx_first 0 29051 NULL
-+send_request_29054 send_request 0 29054 NULL
-+ixgbe_setup_all_rx_resources_29055 ixgbe_setup_all_rx_resources 0 29055 NULL
-+store_pwm_auto_prochot_ramp_29057 store_pwm_auto_prochot_ramp 0-4 29057 NULL
-+xhci_queue_isoc_tx_prepare_29060 xhci_queue_isoc_tx_prepare 0 29060 NULL nohasharray
-+tps6586x_rtc_read_time_29060 tps6586x_rtc_read_time 0 29060 &xhci_queue_isoc_tx_prepare_29060
-+iso_packets_buffer_init_29061 iso_packets_buffer_init 3-4 29061 NULL
-+amd64_dbam0_show_29062 amd64_dbam0_show 0 29062 NULL
-+show_session_param_ISCSI_PARAM_TSID_29064 show_session_param_ISCSI_PARAM_TSID 0 29064 NULL
-+lpfc_idiag_extacc_drivr_get_29067 lpfc_idiag_extacc_drivr_get 0-3 29067 NULL
-+sctp_getsockopt_assoc_stats_29074 sctp_getsockopt_assoc_stats 2 29074 NULL
-+_nfs4_proc_getattr_29076 _nfs4_proc_getattr 0 29076 NULL
-+igbvf_request_msix_29079 igbvf_request_msix 0 29079 NULL
-+ubifs_statfs_29082 ubifs_statfs 0 29082 NULL
-+qla24xx_vport_create_req_sanity_check_29083 qla24xx_vport_create_req_sanity_check 0 29083 NULL
-+ds2781_write_param_eeprom_bin_29084 ds2781_write_param_eeprom_bin 6-5-0 29084 NULL nohasharray
-+xfs_alloc_ag_vextent_small_29084 xfs_alloc_ag_vextent_small 0 29084 &ds2781_write_param_eeprom_bin_29084 nohasharray
-+ixgbevf_setup_all_rx_resources_29084 ixgbevf_setup_all_rx_resources 0 29084 &xfs_alloc_ag_vextent_small_29084
-+cfq_back_seek_penalty_show_29085 cfq_back_seek_penalty_show 0 29085 NULL
-+iwl_dbgfs_log_event_write_29088 iwl_dbgfs_log_event_write 3-0 29088 NULL
-+show_29089 show 0 29089 NULL
-+jffs2_write_inode_range_29090 jffs2_write_inode_range 0 29090 NULL
-+sh_veu_buf_prepare_29093 sh_veu_buf_prepare 0 29093 NULL
-+ccp_init_dm_workarea_29097 ccp_init_dm_workarea 3 29097 NULL
-+pwm_duty_cycle_show_29098 pwm_duty_cycle_show 0 29098 NULL
-+tps65090_try_enable_fet_29101 tps65090_try_enable_fet 0 29101 NULL
-+__compat_sys_preadv64_29103 __compat_sys_preadv64 3 29103 NULL
-+isdn_ppp_write_29109 isdn_ppp_write 4-0 29109 NULL nohasharray
-+ddebug_exec_query_29109 ddebug_exec_query 0 29109 &isdn_ppp_write_29109
-+show_tach_29110 show_tach 0 29110 NULL
-+il3945_txq_ctx_reset_29111 il3945_txq_ctx_reset 0 29111 NULL
-+ads7828_show_in_29115 ads7828_show_in 0 29115 NULL
-+pcifront_bus_read_29118 pcifront_bus_read 0 29118 NULL
-+iad_bInterfaceCount_show_29124 iad_bInterfaceCount_show 0 29124 NULL nohasharray
-+rcu_pm_notify_29124 rcu_pm_notify 0 29124 &iad_bInterfaceCount_show_29124
-+snprintf_29125 snprintf 0 29125 NULL
-+init_mac_29127 init_mac 0 29127 NULL
-+debug_cow_store_29128 debug_cow_store 4 29128 NULL
-+lx_pipe_wait_for_start_29133 lx_pipe_wait_for_start 0 29133 NULL
-+nr_overcommit_hugepages_store_29134 nr_overcommit_hugepages_store 0-4 29134 NULL
-+show_nports_29139 show_nports 0 29139 NULL nohasharray
-+ns_config_init_29139 ns_config_init 0 29139 &show_nports_29139 nohasharray
-+vxge_set_mac_addr_29139 vxge_set_mac_addr 0 29139 &ns_config_init_29139
-+proc_scsi_write_29142 proc_scsi_write 3-0 29142 NULL nohasharray
-+regulator_suspend_standby_mode_show_29142 regulator_suspend_standby_mode_show 0 29142 &proc_scsi_write_29142 nohasharray
-+pn_socket_bind_29142 pn_socket_bind 0 29142 &regulator_suspend_standby_mode_show_29142
-+store_lwid_enb_29143 store_lwid_enb 0-4 29143 NULL
-+chunksize_show_29145 chunksize_show 0 29145 NULL
-+reshape_ring_29147 reshape_ring 2 29147 NULL
-+show_29152 show 0 29152 NULL nohasharray
-+qnx6_statfs_29152 qnx6_statfs 0 29152 &show_29152
-+show_tabletStylusLower_29161 show_tabletStylusLower 0 29161 NULL
-+ds2781_read8_29162 ds2781_read8 0-3 29162 NULL
-+rndis_opts_ifname_show_29164 rndis_opts_ifname_show 0 29164 NULL nohasharray
-+pcan_usb_fd_set_bus_29164 pcan_usb_fd_set_bus 0 29164 &rndis_opts_ifname_show_29164
-+bpck_read_regr_29165 bpck_read_regr 0 29165 NULL
-+deadline_fifo_batch_show_29166 deadline_fifo_batch_show 0 29166 NULL
-+tc3589x_set_bits_29167 tc3589x_set_bits 0 29167 NULL nohasharray
-+mxt_process_messages_until_invalid_29167 mxt_process_messages_until_invalid 0 29167 &tc3589x_set_bits_29167
-+badblocks_show_29175 badblocks_show 0 29175 NULL
-+dummy_systimer_start_29176 dummy_systimer_start 0 29176 NULL
-+context_struct_to_string_29181 context_struct_to_string 0 29181 NULL nohasharray
-+target_core_dev_pr_show_attr_res_aptpl_metadata_29181 target_core_dev_pr_show_attr_res_aptpl_metadata 0 29181 &context_struct_to_string_29181
-+sun4i_get_temp_29193 sun4i_get_temp 0 29193 NULL
-+get_trip_type_29198 get_trip_type 0 29198 NULL nohasharray
-+show_ata_dev_class_29198 show_ata_dev_class 0 29198 &get_trip_type_29198 nohasharray
-+l1oip_law_to_4bit_29198 l1oip_law_to_4bit 0 29198 &show_ata_dev_class_29198
-+drm_property_create_enum_29201 drm_property_create_enum 5 29201 NULL
-+tda18271_get_if_frequency_29202 tda18271_get_if_frequency 0 29202 NULL nohasharray
-+kxcjk1013_set_mode_29202 kxcjk1013_set_mode 0 29202 &tda18271_get_if_frequency_29202
-+alloc_group_attrs_29203 alloc_group_attrs 3 29203 NULL nohasharray
-+wusb_prf_256_29203 wusb_prf_256 7-0 29203 &alloc_group_attrs_29203
-+comedi_alloc_subdevices_29207 comedi_alloc_subdevices 2 29207 NULL
-+processor_get_max_state_29208 processor_get_max_state 0 29208 NULL
-+disable_vport_29223 disable_vport 0 29223 NULL
-+iwl_dbgfs_temperature_read_29224 iwl_dbgfs_temperature_read 3-0 29224 NULL nohasharray
-+security_socket_recvmsg_29224 security_socket_recvmsg 0 29224 &iwl_dbgfs_temperature_read_29224 nohasharray
-+snd_seq_ioctl_set_client_info_29224 snd_seq_ioctl_set_client_info 0 29224 &security_socket_recvmsg_29224
-+nvme_trans_copy_from_user_29227 nvme_trans_copy_from_user 3 29227 NULL
-+pages_unshared_show_29229 pages_unshared_show 0 29229 NULL nohasharray
-+aat2870_ldo_enable_29229 aat2870_ldo_enable 0 29229 &pages_unshared_show_29229
-+l2tp_ip6_bind_29230 l2tp_ip6_bind 0 29230 NULL
-+t4vf_wr_mbox_29233 t4vf_wr_mbox 0 29233 NULL
-+flash_sync_strobe_store_29234 flash_sync_strobe_store 0-4 29234 NULL
-+devm_ioremap_29235 devm_ioremap 2-3 29235 NULL
-+irq_domain_add_linear_29236 irq_domain_add_linear 2 29236 NULL
-+max6875_read_29237 max6875_read 0-5-6 29237 NULL nohasharray
-+target_stat_scsi_att_intr_port_show_attr_inst_29237 target_stat_scsi_att_intr_port_show_attr_inst 0 29237 &max6875_read_29237
-+recover_peb_29238 recover_peb 7-6-0 29238 NULL
-+evdev_handle_get_val_29242 evdev_handle_get_val 6-5 29242 NULL
-+rw_verify_area_29243 rw_verify_area 0-4 29243 NULL
-+help_29245 help 0 29245 NULL nohasharray
-+wake_store_29245 wake_store 0-4 29245 &help_29245
-+security_context_to_sid_core_29248 security_context_to_sid_core 2-0 29248 NULL
-+sta_info_insert_check_29250 sta_info_insert_check 0 29250 NULL nohasharray
-+snd_hda_jack_add_kctls_29250 snd_hda_jack_add_kctls 0 29250 &sta_info_insert_check_29250
-+alc_codec_rename_29252 alc_codec_rename 0 29252 NULL
-+roccat_common2_sysfs_read_buttons_29258 roccat_common2_sysfs_read_buttons 0-5-6 29258 NULL
-+enable_count_show_29259 enable_count_show 0 29259 NULL
-+irst_store_wakeup_time_29260 irst_store_wakeup_time 0-4 29260 NULL
-+mwifiex_hscfg_write_29262 mwifiex_hscfg_write 3-0 29262 NULL
-+snd_rme9652_prepare_29263 snd_rme9652_prepare 0 29263 NULL
-+trans_stat_show_29266 trans_stat_show 0 29266 NULL
-+et131x_tx_dma_memory_alloc_29267 et131x_tx_dma_memory_alloc 0 29267 NULL
-+show_fcoe_fcf_device_vfid_29268 show_fcoe_fcf_device_vfid 0 29268 NULL
-+store_pwmenable_29271 store_pwmenable 0-4 29271 NULL
-+__device_suspend_late_29272 __device_suspend_late 0 29272 NULL
-+atyfb_set_par_29275 atyfb_set_par 0 29275 NULL
-+prism2_set_genericelement_29277 prism2_set_genericelement 3 29277 NULL
-+set_force_pwm_max_29278 set_force_pwm_max 0-4 29278 NULL
-+bitmap_ord_to_pos_29279 bitmap_ord_to_pos 3 29279 NULL
-+_abb5zes3_rtc_update_alarm_29283 _abb5zes3_rtc_update_alarm 0 29283 NULL
-+_abb5zes3_rtc_set_timer_29286 _abb5zes3_rtc_set_timer 0 29286 NULL
-+iwl_mvm_send_cmd_pdu_status_29288 iwl_mvm_send_cmd_pdu_status 0 29288 NULL
-+range_read_29291 range_read 0 29291 NULL
-+xfs_bmap_btree_to_extents_29297 xfs_bmap_btree_to_extents 0 29297 NULL
-+addrconf_notify_29303 addrconf_notify 0 29303 NULL
-+writeset_alloc_29304 writeset_alloc 2 29304 NULL nohasharray
-+tpacpi_rfk_update_swstate_29304 tpacpi_rfk_update_swstate 0 29304 &writeset_alloc_29304
-+abb5zes3_rtc_set_alarm_29308 abb5zes3_rtc_set_alarm 0 29308 NULL
-+regmap_spmi_ext_read_29311 regmap_spmi_ext_read 0 29311 NULL nohasharray
-+mempool_resize_29311 mempool_resize 2 29311 &regmap_spmi_ext_read_29311
-+brcmf_sdio_tx_ctrlframe_29314 brcmf_sdio_tx_ctrlframe 3 29314 NULL
-+__fuse_get_req_29315 __fuse_get_req 2 29315 NULL
-+dac33_hw_write_29317 dac33_hw_write 3 29317 NULL nohasharray
-+default_file_splice_read_29317 default_file_splice_read 0 29317 &dac33_hw_write_29317
-+lp3943_pwm_enable_29319 lp3943_pwm_enable 0 29319 NULL
-+lprocfs_write_helper_29323 lprocfs_write_helper 2 29323 NULL
-+ip_vs_receive_29330 ip_vs_receive 3 29330 NULL
-+obd_proc_jobid_name_seq_write_29332 obd_proc_jobid_name_seq_write 3 29332 NULL
-+wl1271_op_start_29333 wl1271_op_start 0 29333 NULL
-+set_page_29334 set_page 0 29334 NULL
-+proc_bus_pci_read_29337 proc_bus_pci_read 0-3 29337 NULL
-+__alloc_ei_netdev_29338 __alloc_ei_netdev 1 29338 NULL
-+l2cap_sock_setsockopt_old_29346 l2cap_sock_setsockopt_old 4-0 29346 NULL
-+regulator_max_uA_show_29349 regulator_max_uA_show 0 29349 NULL
-+module_load_notify_29350 module_load_notify 0 29350 NULL nohasharray
-+pcmcia_dev_resume_29350 pcmcia_dev_resume 0 29350 &module_load_notify_29350
-+acquire_lock_29352 acquire_lock 0 29352 NULL
-+uwb_rc_ie_add_29354 uwb_rc_ie_add 0 29354 NULL
-+context_show_29361 context_show 0 29361 NULL nohasharray
-+lpfc_use_msi_show_29361 lpfc_use_msi_show 0 29361 &context_show_29361
-+alloc_and_copy_ftrace_hash_29368 alloc_and_copy_ftrace_hash 1 29368 NULL
-+synproxy_tstamp_adjust_29376 synproxy_tstamp_adjust 2 29376 NULL
-+show_fnode_portal_type_29378 show_fnode_portal_type 0 29378 NULL
-+get_maxrecs_29379 get_maxrecs 0 29379 NULL
-+write_block_data_29390 write_block_data 0 29390 NULL nohasharray
-+sleep_millisecs_store_29390 sleep_millisecs_store 0-4 29390 &write_block_data_29390
-+store_29393 store 0 29393 NULL
-+hci_sock_sendmsg_29396 hci_sock_sendmsg 3 29396 NULL
-+lpfc_use_adisc_show_29400 lpfc_use_adisc_show 0 29400 NULL
-+_ctl_diag_trigger_master_show_29403 _ctl_diag_trigger_master_show 0 29403 NULL nohasharray
-+shm16read__write_file_29403 shm16read__write_file 0 29403 &_ctl_diag_trigger_master_show_29403
-+read_file_tx99_power_29405 read_file_tx99_power 3-0 29405 NULL
-+pca953x_irq_setup_29407 pca953x_irq_setup 3 29407 NULL
-+show_fnode_entry_enable_29415 show_fnode_entry_enable 0 29415 NULL
-+class_id_show_29416 class_id_show 0 29416 NULL nohasharray
-+csio_show_num_reg_rnodes_29416 csio_show_num_reg_rnodes 0 29416 &class_id_show_29416
-+softing_fct_cmd_29419 softing_fct_cmd 0 29419 NULL nohasharray
-+i915_gem_check_olr_29419 i915_gem_check_olr 0 29419 &softing_fct_cmd_29419
-+cgroup_update_dfl_csses_29420 cgroup_update_dfl_csses 0 29420 NULL
-+sfi_acpi_table_show_29425 sfi_acpi_table_show 6 29425 NULL
-+security_task_setscheduler_29432 security_task_setscheduler 0 29432 NULL
-+mempool_create_29437 mempool_create 1 29437 NULL
-+cfq_quantum_show_29442 cfq_quantum_show 0 29442 NULL nohasharray
-+cifs_sign_smb_29442 cifs_sign_smb 0 29442 &cfq_quantum_show_29442
-+p9_client_prepare_req_29448 p9_client_prepare_req 3 29448 NULL
-+resv_hugepages_show_29449 resv_hugepages_show 0 29449 NULL nohasharray
-+br_get_link_af_size_29449 br_get_link_af_size 0 29449 &resv_hugepages_show_29449
-+superblock_has_perm_29450 superblock_has_perm 0 29450 NULL
-+edac_dev_instance_show_29452 edac_dev_instance_show 0 29452 NULL
-+__kmalloc_node_29455 __kmalloc_node 1 29455 NULL nohasharray
-+show_29455 show 0 29455 &__kmalloc_node_29455
-+mlx4_en_do_set_mac_29456 mlx4_en_do_set_mac 0 29456 NULL
-+show_counter_rx_flow_pkts_29459 show_counter_rx_flow_pkts 0 29459 NULL nohasharray
-+show_prochot_interval_29459 show_prochot_interval 0 29459 &show_counter_rx_flow_pkts_29459
-+acpi_ex_read_data_from_field_29461 acpi_ex_read_data_from_field 0 29461 NULL
-+validate_scan_freqs_29462 validate_scan_freqs 0 29462 NULL
-+geos_gpio_show_29465 geos_gpio_show 0 29465 NULL nohasharray
-+ath10k_hif_map_service_to_pipe_29465 ath10k_hif_map_service_to_pipe 0 29465 &geos_gpio_show_29465 nohasharray
-+cramfs_readpage_29465 cramfs_readpage 0 29465 &ath10k_hif_map_service_to_pipe_29465
-+st_sensors_sysfs_scale_avail_29467 st_sensors_sysfs_scale_avail 0 29467 NULL
-+mptscsih_board_tracer_show_29471 mptscsih_board_tracer_show 0 29471 NULL
-+snd_hda_create_dig_out_ctls_29472 snd_hda_create_dig_out_ctls 0 29472 NULL
-+SyS_flistxattr_29474 SyS_flistxattr 3 29474 NULL
-+do_register_entry_29478 do_register_entry 4-0 29478 NULL
-+be_change_mtu_29479 be_change_mtu 0 29479 NULL
-+simple_strtoul_29480 simple_strtoul 0 29480 NULL
-+ad_sd_buffer_postenable_29483 ad_sd_buffer_postenable 0 29483 NULL
-+topology_change_show_29484 topology_change_show 0 29484 NULL
-+nilfs_sufile_freev_29485 nilfs_sufile_freev 0 29485 NULL
-+rock_ridge_symlink_readpage_29486 rock_ridge_symlink_readpage 0 29486 NULL
-+show_29488 show 0 29488 NULL
-+client_monitor_pending_show_29492 client_monitor_pending_show 0 29492 NULL
-+store_reset_29502 store_reset 0-4 29502 NULL
-+btmrvl_pscmd_write_29504 btmrvl_pscmd_write 3-0 29504 NULL
-+btrfs_file_extent_disk_bytenr_29505 btrfs_file_extent_disk_bytenr 0 29505 NULL nohasharray
-+routes_show_29505 routes_show 0 29505 &btrfs_file_extent_disk_bytenr_29505
-+target_core_dev_wwn_show_attr_vpd_assoc_logical_unit_29507 target_core_dev_wwn_show_attr_vpd_assoc_logical_unit 0 29507 NULL
-+usnic_vnic_spec_dump_29508 usnic_vnic_spec_dump 2 29508 NULL
-+input_dev_show_uniq_29511 input_dev_show_uniq 0 29511 NULL
-+write_file_regidx_29517 write_file_regidx 3-0 29517 NULL
-+calc_ntlmv2_hash_29518 calc_ntlmv2_hash 0 29518 NULL
-+uhci_submit_control_29521 uhci_submit_control 0 29521 NULL
-+atk_debugfs_ggrp_read_29522 atk_debugfs_ggrp_read 3-0 29522 NULL nohasharray
-+cs_build_controls_29522 cs_build_controls 0 29522 &atk_debugfs_ggrp_read_29522
-+qla4xxx_conn_get_param_29523 qla4xxx_conn_get_param 0 29523 NULL
-+pci_enable_msix_29524 pci_enable_msix 0 29524 NULL
-+sock_read_iter_29526 sock_read_iter 0 29526 NULL
-+pccard_show_irq_mask_29528 pccard_show_irq_mask 0 29528 NULL
-+ssb_pci_attr_sprom_show_29530 ssb_pci_attr_sprom_show 0 29530 NULL nohasharray
-+mei_cl_write_29530 mei_cl_write 0 29530 &ssb_pci_attr_sprom_show_29530 nohasharray
-+unix_autobind_29530 unix_autobind 0 29530 &mei_cl_write_29530
-+mic_vringh_copy_29531 mic_vringh_copy 4 29531 NULL
-+add_to_page_cache_lru_29534 add_to_page_cache_lru 0 29534 NULL nohasharray
-+et131x_adapter_memory_alloc_29534 et131x_adapter_memory_alloc 0 29534 &add_to_page_cache_lru_29534
-+nilfs_palloc_prepare_alloc_entry_29538 nilfs_palloc_prepare_alloc_entry 0 29538 NULL
-+vfs_read_29543 vfs_read 0-3 29543 NULL
-+evaluate_cond_node_29546 evaluate_cond_node 0 29546 NULL
-+ext2_write_inode_29548 ext2_write_inode 0 29548 NULL
-+phase_diversity_29550 phase_diversity 0 29550 NULL nohasharray
-+libipw_change_mtu_29550 libipw_change_mtu 0 29550 &phase_diversity_29550
-+ftrace_write_29551 ftrace_write 3 29551 NULL
-+__extent_writepage_29554 __extent_writepage 0 29554 NULL
-+idetape_queue_rw_tail_29562 idetape_queue_rw_tail 3-0 29562 NULL
-+show_in_input3_29564 show_in_input3 0 29564 NULL
-+leaf_dealloc_29566 leaf_dealloc 3 29566 NULL nohasharray
-+bochs_dispi_read_29566 bochs_dispi_read 0 29566 &leaf_dealloc_29566 nohasharray
-+alloc_empty_pages_29566 alloc_empty_pages 2 29566 &bochs_dispi_read_29566
-+kvm_read_guest_virt_system_29569 kvm_read_guest_virt_system 4-2 29569 NULL
-+p9_fd_read_29570 p9_fd_read 3 29570 NULL
-+lbs_lowsnr_read_29571 lbs_lowsnr_read 3-0 29571 NULL
-+dvb_ca_en50221_write_data_29574 dvb_ca_en50221_write_data 0-4 29574 NULL
-+sisusb_read_memio_word_29581 sisusb_read_memio_word 0 29581 NULL
-+savagefb_check_var_29582 savagefb_check_var 0 29582 NULL
-+ext3_ordered_write_end_29584 ext3_ordered_write_end 5-0 29584 NULL
-+iwl_dbgfs_missed_beacon_write_29586 iwl_dbgfs_missed_beacon_write 3-0 29586 NULL
-+snd_device_new_29588 snd_device_new 0 29588 NULL nohasharray
-+radeon_set_dpm_state_29588 radeon_set_dpm_state 0-4 29588 &snd_device_new_29588
-+pvr2_hdw_report_unlocked_29589 pvr2_hdw_report_unlocked 0-4 29589 NULL nohasharray
-+mwifiex_histogram_read_29589 mwifiex_histogram_read 3-0 29589 &pvr2_hdw_report_unlocked_29589
-+mt9t112_cropcap_29595 mt9t112_cropcap 0 29595 NULL
-+sierra_submit_rx_urbs_29599 sierra_submit_rx_urbs 0 29599 NULL nohasharray
-+dio_set_defer_completion_29599 dio_set_defer_completion 0 29599 &sierra_submit_rx_urbs_29599
-+rocker_flow_tbl_vlan_29600 rocker_flow_tbl_vlan 0 29600 NULL
-+x1205_sysfs_show_atrim_29603 x1205_sysfs_show_atrim 0 29603 NULL nohasharray
-+therm_throt_device_show_package_power_limit_count_29603 therm_throt_device_show_package_power_limit_count 0 29603 &x1205_sysfs_show_atrim_29603 nohasharray
-+lbs_mesh_config_29603 lbs_mesh_config 0 29603 &therm_throt_device_show_package_power_limit_count_29603
-+qla4_82xx_pci_set_window_29605 qla4_82xx_pci_set_window 0-2 29605 NULL
-+multicast_snooping_store_29607 multicast_snooping_store 4-0 29607 NULL
-+get_fan1_fault_29610 get_fan1_fault 0 29610 NULL nohasharray
-+osc_cached_mb_seq_write_29610 osc_cached_mb_seq_write 3 29610 &get_fan1_fault_29610
-+raid5_check_reshape_29611 raid5_check_reshape 0 29611 NULL
-+tg3_halt_cpu_29617 tg3_halt_cpu 0 29617 NULL
-+pmbus_write_byte_data_29621 pmbus_write_byte_data 0 29621 NULL
-+v9fs_remote_get_acl_29623 v9fs_remote_get_acl 0 29623 NULL
-+show_power_29626 show_power 0 29626 NULL
-+dm_attr_suspended_show_29628 dm_attr_suspended_show 0 29628 NULL nohasharray
-+log_tail_lsn_show_29628 log_tail_lsn_show 0 29628 &dm_attr_suspended_show_29628
-+gfs2_alloc_blocks_29630 gfs2_alloc_blocks 0 29630 NULL
-+spi_write_29631 spi_write 0 29631 NULL
-+ext4_xattr_trusted_get_29632 ext4_xattr_trusted_get 0 29632 NULL
-+ssp_create_msg_29633 ssp_create_msg 2 29633 NULL nohasharray
-+read_null_29633 read_null 0-3 29633 &ssp_create_msg_29633 nohasharray
-+iscsi_disc_show_password_29633 iscsi_disc_show_password 0 29633 &read_null_29633
-+tx_frag_cache_hit_read_29639 tx_frag_cache_hit_read 3-0 29639 NULL
-+ivtv_firmware_init_29641 ivtv_firmware_init 0 29641 NULL
-+md5_init_29643 md5_init 0 29643 NULL
-+bnx2x_vfpf_setup_q_29645 bnx2x_vfpf_setup_q 0 29645 NULL
-+jump_label_module_notify_29646 jump_label_module_notify 0 29646 NULL
-+hyp_sysfs_store_29647 hyp_sysfs_store 0-4 29647 NULL
-+uwb_rc_stop_beacon_29649 uwb_rc_stop_beacon 0 29649 NULL
-+sctp_make_abort_user_29654 sctp_make_abort_user 3 29654 NULL nohasharray
-+spmi_controller_alloc_29654 spmi_controller_alloc 2 29654 &sctp_make_abort_user_29654
-+uwb_rc_mac_addr_show_29656 uwb_rc_mac_addr_show 0 29656 NULL nohasharray
-+_regulator_do_enable_29656 _regulator_do_enable 0 29656 &uwb_rc_mac_addr_show_29656
-+chv_gpio_direction_input_29662 chv_gpio_direction_input 0 29662 NULL nohasharray
-+e100_phy_init_29662 e100_phy_init 0 29662 &chv_gpio_direction_input_29662
-+user_get_29663 user_get 0 29663 NULL
-+br_send_bpdu_29669 br_send_bpdu 3 29669 NULL nohasharray
-+rfcomm_sock_sendmsg_29669 rfcomm_sock_sendmsg 3 29669 &br_send_bpdu_29669
-+br_nlmsg_size_29671 br_nlmsg_size 0 29671 NULL
-+sisusb_write_mem_bulk_29678 sisusb_write_mem_bulk 4-0 29678 NULL
-+pmbus_regulator_enable_29679 pmbus_regulator_enable 0 29679 NULL
-+netxen_store_bridged_mode_29684 netxen_store_bridged_mode 0-4 29684 NULL
-+nes_store_adapter_29687 nes_store_adapter 0-3 29687 NULL
-+__btrfs_setxattr_29689 __btrfs_setxattr 0 29689 NULL
-+mlx4_qp_alloc_29690 mlx4_qp_alloc 0 29690 NULL
-+sync_29693 sync 0 29693 NULL nohasharray
-+lustre_posix_acl_xattr_2ext_29693 lustre_posix_acl_xattr_2ext 2 29693 &sync_29693
-+map_descbuffer_29698 map_descbuffer 0 29698 NULL
-+output_29700 output 0 29700 NULL
-+sas_smp_phy_control_29703 sas_smp_phy_control 0 29703 NULL
-+cp_open_29706 cp_open 0 29706 NULL
-+sd_alloc_ctl_entry_29708 sd_alloc_ctl_entry 1 29708 NULL nohasharray
-+posix_acl_from_xattr_29708 posix_acl_from_xattr 3 29708 &sd_alloc_ctl_entry_29708
-+probes_write_29711 probes_write 3 29711 NULL
-+uinput_events_to_user_29713 uinput_events_to_user 0 29713 NULL
-+sht15_show_temp_29714 sht15_show_temp 0 29714 NULL
-+compat_write_data_29715 compat_write_data 0 29715 NULL
-+target_core_alua_tg_pt_gp_show_attr_alua_write_metadata_29716 target_core_alua_tg_pt_gp_show_attr_alua_write_metadata 0 29716 NULL nohasharray
-+wl1251_acx_station_id_29716 wl1251_acx_station_id 0 29716 &target_core_alua_tg_pt_gp_show_attr_alua_write_metadata_29716 nohasharray
-+ext4_ext_direct_IO_29716 ext4_ext_direct_IO 3 29716 &wl1251_acx_station_id_29716
-+sdev_show_evt_soft_threshold_reached_29724 sdev_show_evt_soft_threshold_reached 0 29724 NULL
-+dbs_cpufreq_notifier_29729 dbs_cpufreq_notifier 0 29729 NULL
-+wake_show_29730 wake_show 0 29730 NULL
-+emi62_writememory_29731 emi62_writememory 4 29731 NULL
-+nv_change_mtu_29732 nv_change_mtu 0 29732 NULL
-+snd_seq_create_kernel_client_29734 snd_seq_create_kernel_client 0 29734 NULL
-+read_cis_cache_29735 read_cis_cache 4 29735 NULL
-+xfs_btree_read_buf_block_29736 xfs_btree_read_buf_block 0 29736 NULL
-+da9055_gpio_direction_input_29742 da9055_gpio_direction_input 0 29742 NULL nohasharray
-+device_user_deadlock_29742 device_user_deadlock 0 29742 &da9055_gpio_direction_input_29742
-+da9055_read_auto_ch_29745 da9055_read_auto_ch 0 29745 NULL
-+adp5520_show_29748 adp5520_show 0 29748 NULL
-+hotkey_poll_freq_show_29749 hotkey_poll_freq_show 0 29749 NULL
-+hfs_readpage_29752 hfs_readpage 0 29752 NULL
-+lpfc_multi_ring_rctl_show_29753 lpfc_multi_ring_rctl_show 0 29753 NULL
-+raw_pci_write_29754 raw_pci_write 0 29754 NULL
-+iscsi_tpg_auth_store_userid_29759 iscsi_tpg_auth_store_userid 0-3 29759 NULL
-+max8997_rtc_tm_to_data_29760 max8997_rtc_tm_to_data 0 29760 NULL
-+fuse_fsync_29765 fuse_fsync 0 29765 NULL nohasharray
-+il3945_store_debug_level_29765 il3945_store_debug_level 0-4 29765 &fuse_fsync_29765
-+vmw_compat_shader_add_29770 vmw_compat_shader_add 6 29770 NULL
-+ip_vs_conn_fill_param_sync_29771 ip_vs_conn_fill_param_sync 6 29771 NULL
-+devid_show_29772 devid_show 0 29772 NULL
-+ati_remote2_show_mode_mask_29775 ati_remote2_show_mode_mask 0 29775 NULL
-+tcf_csum_ipv6_icmp_29777 tcf_csum_ipv6_icmp 3 29777 NULL
-+wcn36xx_start_29781 wcn36xx_start 0 29781 NULL nohasharray
-+store_fanin_29781 store_fanin 0-4 29781 &wcn36xx_start_29781
-+tg3_irq_count_29786 tg3_irq_count 0 29786 NULL
-+wake_up_mouse_store_29789 wake_up_mouse_store 0-4 29789 NULL
-+dbAlloc_29794 dbAlloc 0 29794 NULL
-+__uncore_inc_sel_show_29798 __uncore_inc_sel_show 0 29798 NULL
-+pwm_lpss_enable_29799 pwm_lpss_enable 0 29799 NULL
-+nf_xfrm_me_harder_29801 nf_xfrm_me_harder 0 29801 NULL
-+ext4_trim_all_free_29806 ext4_trim_all_free 4-3-2 29806 NULL
-+wcn36xx_smd_send_and_wait_29808 wcn36xx_smd_send_and_wait 0 29808 NULL
-+oprofile_start_29810 oprofile_start 0 29810 NULL
-+wl1271_acx_ap_max_tx_retry_29816 wl1271_acx_ap_max_tx_retry 0 29816 NULL
-+igb_setup_all_tx_resources_29817 igb_setup_all_tx_resources 0 29817 NULL
-+nilfs_segctor_next_checkpoint_show_29818 nilfs_segctor_next_checkpoint_show 0 29818 NULL
-+tmp103_show_temp_29822 tmp103_show_temp 0 29822 NULL nohasharray
-+stk_sensor_set_brightness_29822 stk_sensor_set_brightness 0 29822 &tmp103_show_temp_29822
-+in_write_index_show_29827 in_write_index_show 0 29827 NULL
-+tcp_sendpage_29829 tcp_sendpage 4 29829 NULL
-+wl18xx_set_clk_29839 wl18xx_set_clk 0 29839 NULL
-+scan_bitmap_block_29840 scan_bitmap_block 4 29840 NULL
-+__probe_kernel_write_29842 __probe_kernel_write 3 29842 NULL
-+ath10k_wmi_cmd_init_29843 ath10k_wmi_cmd_init 0 29843 NULL
-+uhci_submit_common_29844 uhci_submit_common 0 29844 NULL nohasharray
-+nfs42_set_rw_stateid_29844 nfs42_set_rw_stateid 0 29844 &uhci_submit_common_29844
-+__raw_notifier_call_chain_29847 __raw_notifier_call_chain 0 29847 NULL
-+kvm_read_hva_atomic_29848 kvm_read_hva_atomic 3 29848 NULL
-+sha_finish_walk_29852 sha_finish_walk 0 29852 NULL
-+solo_enc_alloc_29860 solo_enc_alloc 3 29860 NULL
-+set_eeprom1_29863 set_eeprom1 4-0 29863 NULL nohasharray
-+__dev_pm_qos_update_request_29863 __dev_pm_qos_update_request 0 29863 &set_eeprom1_29863
-+acpi_device_modalias_show_29864 acpi_device_modalias_show 0 29864 NULL
-+xfs_rtfind_forw_29866 xfs_rtfind_forw 0 29866 NULL
-+write_file_bool_bmps_29870 write_file_bool_bmps 3-0 29870 NULL nohasharray
-+extract_icmp6_fields_29870 extract_icmp6_fields 2 29870 &write_file_bool_bmps_29870
-+ipv6_setsockopt_29871 ipv6_setsockopt 5-0 29871 NULL nohasharray
-+itd_submit_29871 itd_submit 0 29871 &ipv6_setsockopt_29871 nohasharray
-+ath10k_mac_vif_recalc_ps_poll_count_29871 ath10k_mac_vif_recalc_ps_poll_count 0 29871 &itd_submit_29871
-+dma_map_xdr_29874 dma_map_xdr 0 29874 NULL
-+show_engine3_mode_29876 show_engine3_mode 0 29876 NULL nohasharray
-+br_get_link_af_size_filtered_29876 br_get_link_af_size_filtered 0 29876 &show_engine3_mode_29876
-+setup_29880 setup 0 29880 NULL
-+store_pan_29882 store_pan 0-4 29882 NULL
-+nfc_targets_found_29886 nfc_targets_found 3 29886 NULL nohasharray
-+find_free_ctxt_29886 find_free_ctxt 0 29886 &nfc_targets_found_29886
-+afs_write_begin_29891 afs_write_begin 0 29891 NULL
-+xfs_alloc_read_agf_29893 xfs_alloc_read_agf 0 29893 NULL
-+video_outputsw_cycle_29894 video_outputsw_cycle 0 29894 NULL
-+kingsun_net_open_29899 kingsun_net_open 0 29899 NULL
-+mirred_device_event_29906 mirred_device_event 0 29906 NULL
-+bonding_show_min_links_29907 bonding_show_min_links 0 29907 NULL
-+follow_pte_29913 follow_pte 0 29913 NULL
-+lov_ost_pool_extend_29914 lov_ost_pool_extend 2 29914 NULL
-+write_file_queue_29922 write_file_queue 3-0 29922 NULL
-+pkcs7_preparse_29923 pkcs7_preparse 0 29923 NULL nohasharray
-+brcmf_config_dongle_29923 brcmf_config_dongle 0 29923 &pkcs7_preparse_29923
-+tps65912_reg_is_enabled_29927 tps65912_reg_is_enabled 0 29927 NULL nohasharray
-+ipheth_carrier_set_29927 ipheth_carrier_set 0 29927 &tps65912_reg_is_enabled_29927
-+smsc95xx_set_features_29931 smsc95xx_set_features 0 29931 NULL
-+b43legacy_op_add_interface_29934 b43legacy_op_add_interface 0 29934 NULL
-+tipc_wait_for_sndmsg_29937 tipc_wait_for_sndmsg 0 29937 NULL
-+koneplus_sysfs_read_tcu_image_29938 koneplus_sysfs_read_tcu_image 0-5-6 29938 NULL
-+security_transition_sid_29940 security_transition_sid 0 29940 NULL
-+i915_switch_context_29944 i915_switch_context 0 29944 NULL
-+__btrfs_getxattr_29947 __btrfs_getxattr 0 29947 NULL nohasharray
-+ipv6_recv_error_29947 ipv6_recv_error 3-0 29947 &__btrfs_getxattr_29947
-+ath6kl_wmi_disctimeout_cmd_29952 ath6kl_wmi_disctimeout_cmd 0 29952 NULL
-+snd_es1938_capture_prepare_29953 snd_es1938_capture_prepare 0 29953 NULL
-+bin_search_in_dir_item_29954 bin_search_in_dir_item 0 29954 NULL
-+is_supply_enabled_29956 is_supply_enabled 0 29956 NULL
-+crb_do_acpi_start_29961 crb_do_acpi_start 0 29961 NULL
-+init_29962 init 0 29962 NULL
-+ubifs_readpage_29965 ubifs_readpage 0 29965 NULL
-+dn_sendmsg_29966 dn_sendmsg 3 29966 NULL
-+vfb_set_par_29967 vfb_set_par 0 29967 NULL
-+register_one_node_29973 register_one_node 0 29973 NULL
-+acpi_ut_copy_iobject_to_eobject_29974 acpi_ut_copy_iobject_to_eobject 0 29974 NULL
-+pci_get_resource_alignment_param_29979 pci_get_resource_alignment_param 0 29979 NULL
-+location_store_29981 location_store 0-3 29981 NULL
-+ipr_show_device_id_29982 ipr_show_device_id 0 29982 NULL nohasharray
-+follow_pfn_29982 follow_pfn 0 29982 &ipr_show_device_id_29982 nohasharray
-+ath10k_wmi_peer_assoc_29982 ath10k_wmi_peer_assoc 0 29982 &follow_pfn_29982
-+diva_os_get_context_size_29983 diva_os_get_context_size 0 29983 NULL nohasharray
-+irias_add_octseq_attrib_29983 irias_add_octseq_attrib 4 29983 &diva_os_get_context_size_29983
-+iwl_mvm_send_add_bcast_sta_29987 iwl_mvm_send_add_bcast_sta 0 29987 NULL
-+hotkey_tablet_mode_show_29990 hotkey_tablet_mode_show 0 29990 NULL
-+TSS_sha1_29994 TSS_sha1 0 29994 NULL
-+strncpy_from_user_29999 strncpy_from_user 0 29999 NULL
-+apds990x_prox_show_30000 apds990x_prox_show 0 30000 NULL
-+cpia2_v4l_read_30004 cpia2_v4l_read 0-3 30004 NULL
-+memcpy_to_msg_30012 memcpy_to_msg 3-0 30012 NULL
-+rpc_call_sync_30021 rpc_call_sync 0 30021 NULL
-+show_max_brightness_30023 show_max_brightness 0 30023 NULL
-+nfs41_proc_secinfo_no_name_30026 nfs41_proc_secinfo_no_name 0 30026 NULL nohasharray
-+set_params_30026 set_params 0 30026 &nfs41_proc_secinfo_no_name_30026
-+dev_mem_write_30028 dev_mem_write 3-0 30028 NULL
-+ext2_readpage_30029 ext2_readpage 0 30029 NULL
-+sysfs_add_file_mode_ns_30038 sysfs_add_file_mode_ns 0 30038 NULL
-+scsi_vpd_inquiry_30040 scsi_vpd_inquiry 0-4 30040 NULL
-+sock_no_listen_30043 sock_no_listen 0 30043 NULL
-+__iscsi_nacl_auth_show_password_mutual_30047 __iscsi_nacl_auth_show_password_mutual 0 30047 NULL
-+on20_read_regr_30051 on20_read_regr 0 30051 NULL
-+integrity_generate_store_30052 integrity_generate_store 0-3 30052 NULL
-+dev_attribute_show_30056 dev_attribute_show 0 30056 NULL nohasharray
-+cyber2000fb_set_par_30056 cyber2000fb_set_par 0 30056 &dev_attribute_show_30056
-+__pci_request_selected_regions_30058 __pci_request_selected_regions 0 30058 NULL
-+SyS_write_30059 SyS_write 3 30059 NULL
-+general_stats_read_30067 general_stats_read 0 30067 NULL
-+jbd2_log_do_checkpoint_30069 jbd2_log_do_checkpoint 0 30069 NULL
-+capture_pcm_prepare_30072 capture_pcm_prepare 0 30072 NULL
-+snd_seq_timer_open_30077 snd_seq_timer_open 0 30077 NULL
-+m5602_write_sensor_30078 m5602_write_sensor 0 30078 NULL nohasharray
-+sctp_setsockopt_nodelay_30078 sctp_setsockopt_nodelay 0 30078 &m5602_write_sensor_30078
-+adp8870_bl_l3_office_dim_store_30079 adp8870_bl_l3_office_dim_store 4-0 30079 NULL
-+ext4_writepages_30088 ext4_writepages 0 30088 NULL nohasharray
-+ath5k_hw_setup_rx_desc_30088 ath5k_hw_setup_rx_desc 0 30088 &ext4_writepages_30088
-+tipc_sk_rcv_30090 tipc_sk_rcv 0 30090 NULL
-+cxgbi_ddp_reserve_30091 cxgbi_ddp_reserve 4 30091 NULL
-+snd_midi_channel_init_set_30092 snd_midi_channel_init_set 1 30092 NULL
-+tg3_run_loopback_30093 tg3_run_loopback 2 30093 NULL nohasharray
-+generic_write_checks_30093 generic_write_checks 0 30093 &tg3_run_loopback_30093
-+wake_lock_store_30096 wake_lock_store 0-4 30096 NULL
-+rx_filter_data_filter_read_30098 rx_filter_data_filter_read 3-0 30098 NULL
-+mlx5_cmd_exec_30102 mlx5_cmd_exec 0 30102 NULL
-+skb_pagelen_30113 skb_pagelen 0 30113 NULL
-+spi_async_locked_30117 spi_async_locked 0 30117 NULL
-+reg_to_rpm_30119 reg_to_rpm 0-1 30119 NULL
-+snd_emu10k1_playback_trigger_30121 snd_emu10k1_playback_trigger 0 30121 NULL nohasharray
-+w1_f1C_read_30121 w1_f1C_read 3-0 30121 &snd_emu10k1_playback_trigger_30121 nohasharray
-+tea5764_s_ctrl_30121 tea5764_s_ctrl 0 30121 &w1_f1C_read_30121
-+show_up_head_align_30126 show_up_head_align 0 30126 NULL
-+show_spi_host_width_30127 show_spi_host_width 0 30127 NULL nohasharray
-+dell_poweredge_bt_xaction_handler_30127 dell_poweredge_bt_xaction_handler 0 30127 &show_spi_host_width_30127
-+calgary_unmap_page_30130 calgary_unmap_page 3-2 30130 NULL
-+_osd_req_sizeof_alist_header_30134 _osd_req_sizeof_alist_header 0 30134 NULL
-+security_sid_to_context_force_30137 security_sid_to_context_force 0 30137 NULL
-+pxa27x_udc_start_30138 pxa27x_udc_start 0 30138 NULL
-+u_memcpya_30139 u_memcpya 2-3 30139 NULL
-+show_prochot_override_30140 show_prochot_override 0 30140 NULL
-+qib_user_sdma_coalesce_30141 qib_user_sdma_coalesce 0 30141 NULL
-+dbg_port_buf_30145 dbg_port_buf 2 30145 NULL
-+start_transfer_30146 start_transfer 0 30146 NULL
-+ext4_write_inline_data_end_30151 ext4_write_inline_data_end 0-4 30151 NULL
-+hvfb_check_var_30153 hvfb_check_var 0 30153 NULL
-+jbd2_write_superblock_30154 jbd2_write_superblock 0 30154 NULL
-+elfcorehdr_read_30159 elfcorehdr_read 2 30159 NULL
-+netlink_realloc_groups_30162 netlink_realloc_groups 0 30162 NULL nohasharray
-+start_stop_khugepaged_30162 start_stop_khugepaged 0 30162 &netlink_realloc_groups_30162
-+alloc_switch_ctx_30165 alloc_switch_ctx 2 30165 NULL
-+sundance_set_mac_addr_30166 sundance_set_mac_addr 0 30166 NULL
-+cs_init_30168 cs_init 0 30168 NULL
-+amd_xgbe_phy_xgmii_mode_30169 amd_xgbe_phy_xgmii_mode 0 30169 NULL
-+mwifiex_cmd_802_11_ad_hoc_start_30173 mwifiex_cmd_802_11_ad_hoc_start 0 30173 NULL
-+saa6752hs_try_ctrl_30179 saa6752hs_try_ctrl 0 30179 NULL
-+nfs4_find_root_sec_30182 nfs4_find_root_sec 0 30182 NULL nohasharray
-+sr_write_rx_ctl_30182 sr_write_rx_ctl 0 30182 &nfs4_find_root_sec_30182
-+ksz9021_config_init_30183 ksz9021_config_init 0 30183 NULL
-+set_out0_output_30185 set_out0_output 0-4 30185 NULL
-+mempool_create_page_pool_30189 mempool_create_page_pool 1 30189 NULL
-+hrz_open_30192 hrz_open 0 30192 NULL
-+vxlan_change_mtu_30195 vxlan_change_mtu 0 30195 NULL
-+__genwqe_readq_30197 __genwqe_readq 0 30197 NULL
-+inode_listsecurity_30201 inode_listsecurity 0 30201 NULL nohasharray
-+bq2415x_set_current_limit_30201 bq2415x_set_current_limit 0 30201 &inode_listsecurity_30201
-+nilfs_btree_assign_30202 nilfs_btree_assign 0 30202 NULL
-+usblp_ioctl_30203 usblp_ioctl 2 30203 NULL nohasharray
-+ip_mc_leave_group_30203 ip_mc_leave_group 0 30203 &usblp_ioctl_30203 nohasharray
-+softing_enable_irq_30203 softing_enable_irq 0 30203 &ip_mc_leave_group_30203
-+gfs2_stuffed_write_end_30204 gfs2_stuffed_write_end 0-5 30204 NULL
-+nouveau_hwmon_emergency_temp_hyst_30207 nouveau_hwmon_emergency_temp_hyst 0 30207 NULL
-+efx_netdev_event_30208 efx_netdev_event 0 30208 NULL
-+preallocate_pcm_pages_30209 preallocate_pcm_pages 2 30209 NULL
-+ath10k_download_fw_30210 ath10k_download_fw 0 30210 NULL
-+show_therm_min_alarm_30211 show_therm_min_alarm 0 30211 NULL
-+qlcnic_sysfs_read_npar_config_30213 qlcnic_sysfs_read_npar_config 0-6-5 30213 NULL nohasharray
-+carl9170_op_sta_add_30213 carl9170_op_sta_add 0 30213 &qlcnic_sysfs_read_npar_config_30213
-+snd_ac97_pcm_assign_30218 snd_ac97_pcm_assign 2 30218 NULL nohasharray
-+devfreq_userspace_func_30218 devfreq_userspace_func 0 30218 &snd_ac97_pcm_assign_30218
-+mt9t031_s_ctrl_30219 mt9t031_s_ctrl 0 30219 NULL
-+hfsplus_brec_insert_30224 hfsplus_brec_insert 0 30224 NULL
-+padlock_sha256_update_nano_30227 padlock_sha256_update_nano 0 30227 NULL nohasharray
-+SyS_semop_30227 SyS_semop 3 30227 &padlock_sha256_update_nano_30227
-+read_data_offset_30230 read_data_offset 0 30230 NULL
-+em28xx_write_reg_30239 em28xx_write_reg 0 30239 NULL
-+rocker_port_stp_update_30240 rocker_port_stp_update 0 30240 NULL
-+o2nm_cluster_store_30245 o2nm_cluster_store 0-4 30245 NULL
-+adv7180_s_ctrl_30248 adv7180_s_ctrl 0 30248 NULL
-+mc13892_gpo_regulator_is_enabled_30251 mc13892_gpo_regulator_is_enabled 0 30251 NULL
-+master_xfer_30260 master_xfer 0-3 30260 NULL nohasharray
-+snd_seq_deliver_event_30260 snd_seq_deliver_event 0 30260 &master_xfer_30260
-+rawv6_recvmsg_30265 rawv6_recvmsg 4-0 30265 NULL
-+hfsplus_trusted_setxattr_30270 hfsplus_trusted_setxattr 0 30270 NULL
-+isr_pci_pm_read_30271 isr_pci_pm_read 3-0 30271 NULL nohasharray
-+try_break_deleg_30271 try_break_deleg 0 30271 &isr_pci_pm_read_30271
-+nilfs_segbuf_extend_payload_30272 nilfs_segbuf_extend_payload 0 30272 NULL
-+compat_readv_30273 compat_readv 3 30273 NULL nohasharray
-+fuse_file_write_iter_30273 fuse_file_write_iter 0 30273 &compat_readv_30273
-+to_addr_param_30275 to_addr_param 0 30275 NULL
-+scsi_mq_setup_tags_30278 scsi_mq_setup_tags 0 30278 NULL
-+store_spi_transport_min_period_30287 store_spi_transport_min_period 0-4 30287 NULL
-+skcipher_sendmsg_30290 skcipher_sendmsg 4-0 30290 NULL nohasharray
-+migrate_page_30290 migrate_page 0 30290 &skcipher_sendmsg_30290
-+pipeline_sec_frag_swi_read_30294 pipeline_sec_frag_swi_read 3-0 30294 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_TCP_NAGLE_DISABLE_30294 show_conn_param_ISCSI_PARAM_TCP_NAGLE_DISABLE 0 30294 &pipeline_sec_frag_swi_read_30294
-+snd_cs5535audio_playback_prepare_30295 snd_cs5535audio_playback_prepare 0 30295 NULL
-+tcp_sendmsg_30296 tcp_sendmsg 4-0 30296 NULL nohasharray
-+dn_dev_get_first_30296 dn_dev_get_first 0 30296 &tcp_sendmsg_30296
-+snd_card_asihpi_playback_prepare_30297 snd_card_asihpi_playback_prepare 0 30297 NULL nohasharray
-+lbs_get_reg_30297 lbs_get_reg 0 30297 &snd_card_asihpi_playback_prepare_30297
-+qlcnic_netdev_event_30299 qlcnic_netdev_event 0 30299 NULL nohasharray
-+irda_sendmsg_dgram_30299 irda_sendmsg_dgram 3 30299 &qlcnic_netdev_event_30299
-+__av7110_send_fw_cmd_30300 __av7110_send_fw_cmd 0 30300 NULL
-+fm_rx_set_mute_mode_30305 fm_rx_set_mute_mode 0 30305 NULL nohasharray
-+osc_contention_seconds_seq_write_30305 osc_contention_seconds_seq_write 3 30305 &fm_rx_set_mute_mode_30305
-+pm8001_task_prep_ata_30307 pm8001_task_prep_ata 0 30307 NULL
-+r100_hw_i2c_xfer_30309 r100_hw_i2c_xfer 0-3 30309 NULL nohasharray
-+simple_getattr_30309 simple_getattr 0 30309 &r100_hw_i2c_xfer_30309
-+ce6230_i2c_master_xfer_30313 ce6230_i2c_master_xfer 0-3 30313 NULL nohasharray
-+fan_set_30313 fan_set 0 30313 &ce6230_i2c_master_xfer_30313
-+anatop_regmap_enable_30314 anatop_regmap_enable 0 30314 NULL
-+ext4_acl_from_disk_30320 ext4_acl_from_disk 2 30320 NULL
-+target_core_alua_tg_pt_gp_show_attr_implicit_trans_secs_30327 target_core_alua_tg_pt_gp_show_attr_implicit_trans_secs 0 30327 NULL
-+uhid_dev_set_report_reply_30330 uhid_dev_set_report_reply 0 30330 NULL
-+ath5k_attr_store_ofdm_weak_signal_detection_30334 ath5k_attr_store_ofdm_weak_signal_detection 0-4 30334 NULL
-+read_30336 read 0 30336 NULL nohasharray
-+cachefiles_daemon_debug_30336 cachefiles_daemon_debug 0 30336 &read_30336
-+tiadc_buffer_predisable_30339 tiadc_buffer_predisable 0 30339 NULL
-+o2nm_this_node_30342 o2nm_this_node 0 30342 NULL
-+wait_on_node_pages_writeback_30347 wait_on_node_pages_writeback 0 30347 NULL
-+show_session_param_ISCSI_PARAM_CHAP_AUTH_EN_30348 show_session_param_ISCSI_PARAM_CHAP_AUTH_EN 0 30348 NULL
-+cyapa_gen3_show_baseline_30350 cyapa_gen3_show_baseline 0 30350 NULL nohasharray
-+s5k83a_set_hvflip_30350 s5k83a_set_hvflip 0 30350 &cyapa_gen3_show_baseline_30350
-+__vmalloc_node_flags_30352 __vmalloc_node_flags 1 30352 NULL nohasharray
-+mmio32read__read_file_30352 mmio32read__read_file 0 30352 &__vmalloc_node_flags_30352
-+show_ipOutNoRoutes_30355 show_ipOutNoRoutes 0 30355 NULL nohasharray
-+wil_reset_30355 wil_reset 0 30355 &show_ipOutNoRoutes_30355
-+wake_up_key_show_30358 wake_up_key_show 0 30358 NULL
-+gfs2_trans_begin_30359 gfs2_trans_begin 0 30359 NULL
-+ipx_getname_30363 ipx_getname 0 30363 NULL
-+aten_read_regr_30364 aten_read_regr 0 30364 NULL nohasharray
-+pagecache_write_begin_30364 pagecache_write_begin 0 30364 &aten_read_regr_30364 nohasharray
-+set_configfs_dev_params_30364 set_configfs_dev_params 0-3 30364 &pagecache_write_begin_30364
-+pci_pm_reset_30366 pci_pm_reset 0 30366 NULL
-+C_SYSC_readv_30369 C_SYSC_readv 3 30369 NULL
-+xenvif_open_30373 xenvif_open 0 30373 NULL nohasharray
-+fc_reset_statistics_30373 fc_reset_statistics 0-4 30373 &xenvif_open_30373
-+rtl88ee_hw_init_30378 rtl88ee_hw_init 0 30378 NULL
-+sys_get_mempolicy_30379 sys_get_mempolicy 3 30379 NULL
-+mangle_sdp_packet_30381 mangle_sdp_packet 10 30381 NULL
-+wl1271_acx_fm_coex_30382 wl1271_acx_fm_coex 0 30382 NULL
-+nilfs_sufile_updatev_30383 nilfs_sufile_updatev 0 30383 NULL
-+c4iw_init_resource_30393 c4iw_init_resource 2-3 30393 NULL
-+show_bank1_value_30396 show_bank1_value 0 30396 NULL
-+e1000e_setup_tx_resources_30398 e1000e_setup_tx_resources 0 30398 NULL
-+afs_writepages_region_30399 afs_writepages_region 0 30399 NULL
-+qlcnic_get_eeprom_len_30400 qlcnic_get_eeprom_len 0 30400 NULL
-+ixgb_up_30405 ixgb_up 0 30405 NULL
-+sync_force_parallel_store_30410 sync_force_parallel_store 0-3 30410 NULL
-+i7core_inject_show_rank_30413 i7core_inject_show_rank 0 30413 NULL nohasharray
-+stk17ta8_nvram_read_30413 stk17ta8_nvram_read 0-5-6 30413 &i7core_inject_show_rank_30413
-+_drbd_bm_find_next_zero_30415 _drbd_bm_find_next_zero 2 30415 NULL
-+lp3971_set_bits_30418 lp3971_set_bits 0 30418 NULL
-+ext3_xattr_list_30419 ext3_xattr_list 0 30419 NULL
-+vb2_fop_write_30420 vb2_fop_write 3-0 30420 NULL
-+lpfc_npiv_info_show_30421 lpfc_npiv_info_show 0 30421 NULL nohasharray
-+trace_insert_enum_map_30421 trace_insert_enum_map 3 30421 &lpfc_npiv_info_show_30421
-+iscsi_stat_login_attr_show_30423 iscsi_stat_login_attr_show 0 30423 NULL
-+tx_tx_template_prepared_read_30424 tx_tx_template_prepared_read 3-0 30424 NULL nohasharray
-+sequencer_write_30424 sequencer_write 0-4 30424 &tx_tx_template_prepared_read_30424 nohasharray
-+call_netdevice_notifier_30424 call_netdevice_notifier 0 30424 &sequencer_write_30424
-+mq_create_30425 mq_create 1 30425 NULL nohasharray
-+lstcon_session_info_30425 lstcon_session_info 6 30425 &mq_create_30425
-+ras_help_30427 ras_help 0 30427 NULL nohasharray
-+timewarn_cs_write_30427 timewarn_cs_write 3-0 30427 &ras_help_30427
-+can_notifier_30428 can_notifier 0 30428 NULL
-+cxacru_sysfs_show_startup_attempts_30429 cxacru_sysfs_show_startup_attempts 0 30429 NULL
-+selinux_netlbl_socket_post_create_30430 selinux_netlbl_socket_post_create 0 30430 NULL
-+xgbe_open_30431 xgbe_open 0 30431 NULL
-+bma180_reset_intr_30432 bma180_reset_intr 0 30432 NULL
-+show_30434 show 0 30434 NULL
-+target_stat_scsi_att_intr_port_attr_store_30438 target_stat_scsi_att_intr_port_attr_store 0 30438 NULL
-+fbcon_mode_deleted_30439 fbcon_mode_deleted 0 30439 NULL
-+carl9170_disable_key_30440 carl9170_disable_key 0 30440 NULL
-+em28xx_i2c_recv_bytes_30443 em28xx_i2c_recv_bytes 0-4 30443 NULL
-+sysv_write_inode_30445 sysv_write_inode 0 30445 NULL
-+xfs_attr_node_get_30453 xfs_attr_node_get 0 30453 NULL
-+nilfs_sync_super_30455 nilfs_sync_super 0 30455 NULL nohasharray
-+crypto_ablkcipher_ctxsize_30455 crypto_ablkcipher_ctxsize 0 30455 &nilfs_sync_super_30455
-+enable_write_30456 enable_write 3-0 30456 NULL nohasharray
-+get_lcd_level_30456 get_lcd_level 0 30456 &enable_write_30456
-+tx_tx_template_programmed_read_30461 tx_tx_template_programmed_read 3-0 30461 NULL
-+urandom_read_30462 urandom_read 3-0 30462 NULL
-+zoran_ioctl_30465 zoran_ioctl 2 30465 NULL
-+bop_lookup_30466 bop_lookup 0 30466 NULL
-+store_ap2_temp_30472 store_ap2_temp 0-4 30472 NULL
-+adt7310_spi_read_word_30473 adt7310_spi_read_word 0 30473 NULL
-+i915_mutex_lock_interruptible_30474 i915_mutex_lock_interruptible 0 30474 NULL
-+sysfs_override_clocksource_30477 sysfs_override_clocksource 4-0 30477 NULL nohasharray
-+soc_camera_platform_g_crop_30477 soc_camera_platform_g_crop 0 30477 &sysfs_override_clocksource_30477
-+setexposure_30478 setexposure 0 30478 NULL
-+write_head_30481 write_head 4-0 30481 NULL nohasharray
-+update_30481 update 0 30481 &write_head_30481
-+submit_bio_hook_30482 submit_bio_hook 0 30482 NULL
-+adu_write_30487 adu_write 3-0 30487 NULL
-+dtim_interval_write_30489 dtim_interval_write 3-0 30489 NULL nohasharray
-+audio_read_30489 audio_read 0-4 30489 &dtim_interval_write_30489
-+mxt_object_show_30491 mxt_object_show 0 30491 NULL nohasharray
-+policydb_index_30491 policydb_index 0 30491 &mxt_object_show_30491
-+batadv_send_tt_request_30493 batadv_send_tt_request 5 30493 NULL
-+wlcore_write32_30495 wlcore_write32 0 30495 NULL
-+rtl8723e_hw_init_30496 rtl8723e_hw_init 0 30496 NULL
-+xfs_xattr_get_30499 xfs_xattr_get 0 30499 NULL nohasharray
-+dmi_sysfs_entry_type_30499 dmi_sysfs_entry_type 0 30499 &xfs_xattr_get_30499 nohasharray
-+sync_min_store_30499 sync_min_store 0-3 30499 &dmi_sysfs_entry_type_30499
-+nfs_file_direct_write_30503 nfs_file_direct_write 0 30503 NULL
-+xfs_dir2_leafn_toosmall_30504 xfs_dir2_leafn_toosmall 0 30504 NULL
-+target_stat_scsi_att_intr_port_attr_show_30506 target_stat_scsi_att_intr_port_attr_show 0 30506 NULL nohasharray
-+wcn36xx_dxe_request_irqs_30506 wcn36xx_dxe_request_irqs 0 30506 &target_stat_scsi_att_intr_port_attr_show_30506
-+cx23885_stop_audio_dma_30508 cx23885_stop_audio_dma 0 30508 NULL
-+packet_notifier_30510 packet_notifier 0 30510 NULL
-+memblock_virt_alloc_node_30515 memblock_virt_alloc_node 1 30515 NULL
-+dwc3_testmode_write_30516 dwc3_testmode_write 3-0 30516 NULL nohasharray
-+ea_write_30516 ea_write 0 30516 &dwc3_testmode_write_30516
-+rtl8187_start_30519 rtl8187_start 0 30519 NULL
-+debug_debug2_read_30526 debug_debug2_read 3-0 30526 NULL
-+picolcd_operation_mode_delay_store_30527 picolcd_operation_mode_delay_store 0-4 30527 NULL
-+show_fnode_discovery_parent_type_30528 show_fnode_discovery_parent_type 0 30528 NULL
-+init_30531 init 0 30531 NULL
-+get_ctrl_reg_30533 get_ctrl_reg 0 30533 NULL
-+ioat_attr_show_30535 ioat_attr_show 0 30535 NULL
-+do_generic_file_read_30537 do_generic_file_read 0-4 30537 NULL
-+ql_sem_spinlock_30547 ql_sem_spinlock 0 30547 NULL
-+batadv_dat_snoop_incoming_arp_request_30548 batadv_dat_snoop_incoming_arp_request 3 30548 NULL
-+lp3972_i2c_write_30550 lp3972_i2c_write 0 30550 NULL nohasharray
-+xfs_setattr_nonsize_30550 xfs_setattr_nonsize 0 30550 &lp3972_i2c_write_30550 nohasharray
-+logfs_setattr_30550 logfs_setattr 0 30550 &xfs_setattr_nonsize_30550
-+usb_serial_generic_open_30553 usb_serial_generic_open 0 30553 NULL
-+_mv88e6xxx_reg_write_30554 _mv88e6xxx_reg_write 0 30554 NULL
-+ixgbevf_acquire_msix_vectors_30559 ixgbevf_acquire_msix_vectors 2 30559 NULL
-+qlcnic_sriov_pf_create_flr_queue_30560 qlcnic_sriov_pf_create_flr_queue 0 30560 NULL
-+disk_expand_part_tbl_30561 disk_expand_part_tbl 2 30561 NULL nohasharray
-+rtsx_transfer_data_30561 rtsx_transfer_data 5 30561 &disk_expand_part_tbl_30561
-+pwc_set_motor_30565 pwc_set_motor 0 30565 NULL nohasharray
-+koneplus_sysfs_write_profile_settings_30565 koneplus_sysfs_write_profile_settings 0-6-5 30565 &pwc_set_motor_30565
-+vivid_radio_write_30567 vivid_radio_write 0-3 30567 NULL
-+gpio_trig_inverted_store_30568 gpio_trig_inverted_store 0-4 30568 NULL
-+set_otp5en_30574 set_otp5en 4-0 30574 NULL
-+ssb_devices_thaw_30578 ssb_devices_thaw 0 30578 NULL
-+asd_execute_task_30579 asd_execute_task 0 30579 NULL
-+maxchild_show_30580 maxchild_show 0 30580 NULL nohasharray
-+bh1770_lux_rate_30580 bh1770_lux_rate 0 30580 &maxchild_show_30580
-+set_le_30581 set_le 4 30581 NULL
-+queue_store_random_30586 queue_store_random 0-3 30586 NULL
-+neofb_set_par_30587 neofb_set_par 0 30587 NULL
-+atc_pcm_playback_prepare_30594 atc_pcm_playback_prepare 0 30594 NULL
-+hfsplus_delete_attr_30596 hfsplus_delete_attr 0 30596 NULL
-+rx8025_read_regs_30597 rx8025_read_regs 0 30597 NULL
-+i2c_hid_get_report_length_30598 i2c_hid_get_report_length 0 30598 NULL
-+target_core_alua_tg_pt_gp_show_attr_alua_access_state_30602 target_core_alua_tg_pt_gp_show_attr_alua_access_state 0 30602 NULL
-+sgl_map_user_pages_30610 sgl_map_user_pages 2 30610 NULL nohasharray
-+roccat_common2_sysfs_read_keys_extra_30610 roccat_common2_sysfs_read_keys_extra 0-5-6 30610 &sgl_map_user_pages_30610
-+__uncore_mask_rnid30_show_30614 __uncore_mask_rnid30_show 0 30614 NULL
-+ppa_write_info_30619 ppa_write_info 0-3 30619 NULL
-+o2nm_node_local_read_30623 o2nm_node_local_read 0 30623 NULL
-+ath9k_htc_add_station_30625 ath9k_htc_add_station 0 30625 NULL
-+reload_bitstream_store_30626 reload_bitstream_store 0-4 30626 NULL
-+ieee802154_max_payload_30627 ieee802154_max_payload 0 30627 NULL nohasharray
-+s5k4aa_set_exposure_30627 s5k4aa_set_exposure 0 30627 &ieee802154_max_payload_30627
-+show_activation_height_30629 show_activation_height 0 30629 NULL nohasharray
-+macvtap_sendmsg_30629 macvtap_sendmsg 0-4 30629 &show_activation_height_30629
-+ieee80211_if_read_dot11MeshAwakeWindowDuration_30631 ieee80211_if_read_dot11MeshAwakeWindowDuration 3-0 30631 NULL
-+run_store_30632 run_store 0-4 30632 NULL
-+show_30633 show 0 30633 NULL
-+compat_raw_setsockopt_30634 compat_raw_setsockopt 5 30634 NULL nohasharray
-+jfs_setattr_30634 jfs_setattr 0 30634 &compat_raw_setsockopt_30634 nohasharray
-+ath5k_hw_rf5110_channel_30634 ath5k_hw_rf5110_channel 0 30634 &jfs_setattr_30634
-+rv3029c2_i2c_read_time_30637 rv3029c2_i2c_read_time 0 30637 NULL nohasharray
-+nilfs_checkpoints_last_seg_checkpoint_show_30637 nilfs_checkpoints_last_seg_checkpoint_show 0 30637 &rv3029c2_i2c_read_time_30637
-+mlx5_ib_alloc_fast_reg_page_list_30638 mlx5_ib_alloc_fast_reg_page_list 2 30638 NULL
-+bonding_show_bonds_30640 bonding_show_bonds 0 30640 NULL
-+rt2800usb_set_state_30644 rt2800usb_set_state 0 30644 NULL
-+compat_sys_msgsnd_30645 compat_sys_msgsnd 3 30645 NULL
-+SyS_listxattr_30647 SyS_listxattr 3 30647 NULL
-+show_ipv4_iface_dhcp_alt_client_id_30652 show_ipv4_iface_dhcp_alt_client_id 0 30652 NULL
-+show_session_param_ISCSI_PARAM_CHAP_OUT_IDX_30653 show_session_param_ISCSI_PARAM_CHAP_OUT_IDX 0 30653 NULL
-+store_frontswap_selfshrinking_30662 store_frontswap_selfshrinking 0-4 30662 NULL
-+bnx2x_change_mac_addr_30663 bnx2x_change_mac_addr 0 30663 NULL
-+agp_remap_30665 agp_remap 2 30665 NULL
-+jffs2_flash_read_30667 jffs2_flash_read 0 30667 NULL nohasharray
-+bnx2x_setup_irqs_30667 bnx2x_setup_irqs 0 30667 &jffs2_flash_read_30667
-+smack_ipv6_output_30668 smack_ipv6_output 0 30668 NULL
-+cx8800_s_aud_ctrl_30676 cx8800_s_aud_ctrl 0 30676 NULL
-+garmin_init_session_30677 garmin_init_session 0 30677 NULL nohasharray
-+tda18212_set_params_30677 tda18212_set_params 0 30677 &garmin_init_session_30677
-+__mlx4_qp_modify_30685 __mlx4_qp_modify 0 30685 NULL
-+target_fabric_nacl_auth_attr_store_30688 target_fabric_nacl_auth_attr_store 0 30688 NULL
-+dlm_id_store_30691 dlm_id_store 0-3 30691 NULL
-+xfs_vm_readpage_30695 xfs_vm_readpage 0 30695 NULL
-+perf_event_read_one_30698 perf_event_read_one 0 30698 NULL
-+sector_size_show_30700 sector_size_show 0 30700 NULL nohasharray
-+be_cmd_rx_filter_30700 be_cmd_rx_filter 0 30700 &sector_size_show_30700
-+dccp_setsockopt_ccid_30701 dccp_setsockopt_ccid 4-0 30701 NULL nohasharray
-+snd_sonicvibes_trigger_30701 snd_sonicvibes_trigger 0 30701 &dccp_setsockopt_ccid_30701 nohasharray
-+xfs_bmap_add_extent_unwritten_real_30701 xfs_bmap_add_extent_unwritten_real 0 30701 &snd_sonicvibes_trigger_30701 nohasharray
-+iwl_dbgfs_set_nic_temperature_write_30701 iwl_dbgfs_set_nic_temperature_write 0-3 30701 &xfs_bmap_add_extent_unwritten_real_30701
-+qla4xxx_host_get_param_30705 qla4xxx_host_get_param 0 30705 NULL
-+br2684_mac_addr_30706 br2684_mac_addr 0 30706 NULL
-+acpi_pad_idlepct_show_30707 acpi_pad_idlepct_show 0 30707 NULL
-+ip_vs_in_30711 ip_vs_in 0 30711 NULL
-+lbs_wrbbp_write_30712 lbs_wrbbp_write 3-0 30712 NULL
-+b43_attr_interfmode_store_30718 b43_attr_interfmode_store 0-4 30718 NULL
-+l2cap_build_conf_rsp_30719 l2cap_build_conf_rsp 0 30719 NULL
-+ceph_getattr_30720 ceph_getattr 0 30720 NULL nohasharray
-+heartbeat_reboot_notifier_30720 heartbeat_reboot_notifier 0 30720 &ceph_getattr_30720
-+lbs_debugfs_read_30721 lbs_debugfs_read 3-0 30721 NULL
-+itd_urb_transaction_30723 itd_urb_transaction 0 30723 NULL
-+affs_symlink_readpage_30728 affs_symlink_readpage 0 30728 NULL
-+nfs_super_get_key_30729 nfs_super_get_key 0 30729 NULL
-+usb_udc_srp_store_30730 usb_udc_srp_store 0-4 30730 NULL
-+pci_resource_alignment_show_30731 pci_resource_alignment_show 0 30731 NULL nohasharray
-+cachefiles_read_backing_file_one_30731 cachefiles_read_backing_file_one 0 30731 &pci_resource_alignment_show_30731
-+pci_read_config_word_30732 pci_read_config_word 0 30732 NULL
-+x25_setsockopt_30736 x25_setsockopt 0 30736 NULL
-+snapshot_status_30744 snapshot_status 5 30744 NULL
-+gre_tap_init_30745 gre_tap_init 0 30745 NULL
-+kxtj9_get_poll_30750 kxtj9_get_poll 0 30750 NULL
-+ixgbe_write_posted_mbx_30751 ixgbe_write_posted_mbx 0 30751 NULL
-+fuse_direct_IO_30753 fuse_direct_IO 0 30753 NULL
-+iwl_mvm_phy_ctxt_add_30756 iwl_mvm_phy_ctxt_add 0 30756 NULL
-+stepping_show_30758 stepping_show 0 30758 NULL
-+hfsplus_readpage_30759 hfsplus_readpage 0 30759 NULL
-+aa_capable_30763 aa_capable 0 30763 NULL
-+hdpvr_set_audio_30764 hdpvr_set_audio 0 30764 NULL nohasharray
-+o2hb_region_pid_read_30764 o2hb_region_pid_read 0 30764 &hdpvr_set_audio_30764
-+ath10k_pci_bmi_wait_30766 ath10k_pci_bmi_wait 0 30766 NULL nohasharray
-+iscsi_nacl_auth_store_userid_mutual_30766 iscsi_nacl_auth_store_userid_mutual 0-3 30766 &ath10k_pci_bmi_wait_30766
-+st_magn_buffer_preenable_30769 st_magn_buffer_preenable 0 30769 NULL
-+fillonedir_30772 fillonedir 3 30772 NULL
-+fuse_conn_limit_write_30777 fuse_conn_limit_write 3-0 30777 NULL nohasharray
-+nilfs_btree_check_delete_30777 nilfs_btree_check_delete 0-2 30777 &fuse_conn_limit_write_30777
-+SyS_pread64_30778 SyS_pread64 3 30778 NULL
-+__bio_alloc_30787 __bio_alloc 3 30787 NULL nohasharray
-+mt9t112_init_setting_30787 mt9t112_init_setting 0 30787 &__bio_alloc_30787
-+sel_make_classes_30789 sel_make_classes 0 30789 NULL
-+gether_set_dev_addr_30798 gether_set_dev_addr 0 30798 NULL
-+populate_cache_leaves_30800 populate_cache_leaves 0 30800 NULL
-+carl9170_init_rf_banks_0_7_30804 carl9170_init_rf_banks_0_7 0 30804 NULL
-+iscsi_tpg_auth_show_userid_30807 iscsi_tpg_auth_show_userid 0 30807 NULL
-+SMBLegacyOpen_30809 SMBLegacyOpen 0 30809 NULL
-+smk_read_doi_30813 smk_read_doi 3-0 30813 NULL nohasharray
-+cryptomgr_schedule_test_30813 cryptomgr_schedule_test 0 30813 &smk_read_doi_30813
-+SYSC_splice_30820 SYSC_splice 5 30820 NULL
-+dn_create_30821 dn_create 0 30821 NULL
-+xlog_grant_head_wait_30829 xlog_grant_head_wait 0 30829 NULL
-+get_kobj_path_length_30831 get_kobj_path_length 0 30831 NULL
-+pvc_create_30834 pvc_create 0 30834 NULL
-+ath10k_write_fw_dbglog_30835 ath10k_write_fw_dbglog 3-0 30835 NULL nohasharray
-+store_temp1_30835 store_temp1 0-4 30835 &ath10k_write_fw_dbglog_30835
-+vivid_start_generating_vid_out_30840 vivid_start_generating_vid_out 0 30840 NULL nohasharray
-+set_therm_max_30840 set_therm_max 0-4 30840 &vivid_start_generating_vid_out_30840
-+of_gpio_named_count_30841 of_gpio_named_count 0 30841 NULL
-+llc_ui_create_30842 llc_ui_create 0 30842 NULL
-+sctp_setsockopt_auth_chunk_30843 sctp_setsockopt_auth_chunk 3-0 30843 NULL
-+nilfs_palloc_count_desc_blocks_30846 nilfs_palloc_count_desc_blocks 0 30846 NULL
-+ql_request_irq_30848 ql_request_irq 0 30848 NULL
-+input_dev_show_cap_sw_30851 input_dev_show_cap_sw 0 30851 NULL
-+is_otg_show_30852 is_otg_show 0 30852 NULL
-+s5p_jpeg_buf_prepare_30860 s5p_jpeg_buf_prepare 0 30860 NULL
-+regulator_get_voltage_sel_regmap_30864 regulator_get_voltage_sel_regmap 0 30864 NULL
-+dlm_device_register_30866 dlm_device_register 0 30866 NULL
-+dbg_check_key_order_30867 dbg_check_key_order 0 30867 NULL
-+snd_fm801_capture_prepare_30869 snd_fm801_capture_prepare 0 30869 NULL
-+ec_i2c_construct_message_30871 ec_i2c_construct_message 0 30871 NULL nohasharray
-+lpfc_max_scsicmpl_time_show_30871 lpfc_max_scsicmpl_time_show 0 30871 &ec_i2c_construct_message_30871
-+snd_pcm_plugin_append_30872 snd_pcm_plugin_append 0 30872 NULL
-+atl1e_get_regs_len_30883 atl1e_get_regs_len 0 30883 NULL
-+ieee80211_if_fmt_dropped_frames_no_route_30884 ieee80211_if_fmt_dropped_frames_no_route 3 30884 NULL
-+pn_recvmsg_30887 pn_recvmsg 4-0 30887 NULL nohasharray
-+__ei_open_30887 __ei_open 0 30887 &pn_recvmsg_30887
-+regmap_update_bits_check_30894 regmap_update_bits_check 0 30894 NULL nohasharray
-+cmd_ie_add_30894 cmd_ie_add 0 30894 &regmap_update_bits_check_30894
-+copy_send_mad_30897 copy_send_mad 0 30897 NULL nohasharray
-+ubifs_wbuf_seek_nolock_30897 ubifs_wbuf_seek_nolock 0 30897 &copy_send_mad_30897
-+pxa168_get_settings_30899 pxa168_get_settings 0 30899 NULL
-+fd_do_prot_unmap_30900 fd_do_prot_unmap 3 30900 NULL
-+copy_to_iter_30901 copy_to_iter 0-2 30901 NULL
-+fc_host_post_vendor_event_30903 fc_host_post_vendor_event 3 30903 NULL nohasharray
-+bq2415x_get_battery_regulation_voltage_30903 bq2415x_get_battery_regulation_voltage 0 30903 &fc_host_post_vendor_event_30903
-+complain_secs_store_30904 complain_secs_store 3-0 30904 NULL nohasharray
-+__do_lo_send_write_30904 __do_lo_send_write 3 30904 &complain_secs_store_30904
-+rocker_port_vlan_flood_group_30908 rocker_port_vlan_flood_group 0 30908 NULL
-+osd_req_decode_sense_full_30918 osd_req_decode_sense_full 0 30918 NULL nohasharray
-+ath10k_htt_h2t_aggr_cfg_msg_30918 ath10k_htt_h2t_aggr_cfg_msg 0 30918 &osd_req_decode_sense_full_30918
-+plip_hard_header_30919 plip_hard_header 0 30919 NULL
-+show_fan_max_30922 show_fan_max 0 30922 NULL
-+fit3_read_regr_30923 fit3_read_regr 0 30923 NULL
-+tx_dropped_show_30925 tx_dropped_show 0 30925 NULL
-+mmc_preferred_erase_size_show_30926 mmc_preferred_erase_size_show 0 30926 NULL
-+usnic_debugfs_buildinfo_read_30928 usnic_debugfs_buildinfo_read 3-0 30928 NULL
-+w1_master_attribute_store_add_30929 w1_master_attribute_store_add 0-4 30929 NULL
-+i7core_show_counter_2_30930 i7core_show_counter_2 0 30930 NULL
-+mwifiex_cmd_802_11_ad_hoc_join_30931 mwifiex_cmd_802_11_ad_hoc_join 0 30931 NULL
-+hello_time_show_30936 hello_time_show 0 30936 NULL nohasharray
-+set_30936 set 0 30936 &hello_time_show_30936
-+kovaplus_sysfs_write_control_30938 kovaplus_sysfs_write_control 0-6-5 30938 NULL
-+bnx2x_get_rxfh_indir_size_30939 bnx2x_get_rxfh_indir_size 0 30939 NULL
-+read_usunc_30940 read_usunc 0 30940 NULL
-+sctp_setsockopt_rtoinfo_30941 sctp_setsockopt_rtoinfo 3-0 30941 NULL nohasharray
-+parport_uss720_ecp_read_data_30941 parport_uss720_ecp_read_data 0 30941 &sctp_setsockopt_rtoinfo_30941
-+sctp_do_bind_30943 sctp_do_bind 0 30943 NULL
-+affs_direct_IO_30947 affs_direct_IO 3 30947 NULL
-+reserve_space_30953 reserve_space 0 30953 NULL nohasharray
-+store_30953 store 0-4 30953 &reserve_space_30953
-+st_accel_buffer_preenable_30954 st_accel_buffer_preenable 0 30954 NULL
-+vicam_control_msg_30956 vicam_control_msg 0 30956 NULL
-+oxu_urb_enqueue_30959 oxu_urb_enqueue 0 30959 NULL
-+wan_enable_show_30966 wan_enable_show 0 30966 NULL
-+set_tcrit2_30967 set_tcrit2 0-4 30967 NULL
-+sr_write_async_30968 sr_write_async 3 30968 NULL
-+tty_insert_flip_string_flags_30969 tty_insert_flip_string_flags 4 30969 NULL
-+vpfe_queue_setup_30980 vpfe_queue_setup 0 30980 NULL nohasharray
-+call_netdevice_notifiers_info_30980 call_netdevice_notifiers_info 0 30980 &vpfe_queue_setup_30980
-+read_file_bt_ant_diversity_30983 read_file_bt_ant_diversity 3-0 30983 NULL
-+cypress_open_30984 cypress_open 0 30984 NULL
-+transmit_power_show_30988 transmit_power_show 0 30988 NULL
-+i2400mu_rx_size_grow_30989 i2400mu_rx_size_grow 0 30989 NULL
-+wan_write_30990 wan_write 0 30990 NULL
-+wake_up_lan_store_30992 wake_up_lan_store 0-4 30992 NULL
-+odev_attr_show_30995 odev_attr_show 0 30995 NULL
-+qlcnic_83xx_enqueue_mbx_cmd_30997 qlcnic_83xx_enqueue_mbx_cmd 0 30997 NULL
-+mc13xxx_reg_read_31002 mc13xxx_reg_read 0 31002 NULL
-+qla2x00_optrom_efi_version_show_31004 qla2x00_optrom_efi_version_show 0 31004 NULL nohasharray
-+__netdev_upper_dev_link_31004 __netdev_upper_dev_link 0 31004 &qla2x00_optrom_efi_version_show_31004
-+max1363_monitor_show_freq_31008 max1363_monitor_show_freq 0 31008 NULL
-+igb_setup_tx_resources_31011 igb_setup_tx_resources 0 31011 NULL
-+lbs_host_sleep_read_31013 lbs_host_sleep_read 3-0 31013 NULL nohasharray
-+validate_and_copy_buf_31013 validate_and_copy_buf 0 31013 &lbs_host_sleep_read_31013
-+__unregister_ftrace_function_31020 __unregister_ftrace_function 0 31020 NULL
-+ima_eventsig_init_31022 ima_eventsig_init 5 31022 NULL
-+snd_usb_init_pitch_31023 snd_usb_init_pitch 0 31023 NULL
-+phys_pmd_init_31024 phys_pmd_init 0-2-3 31024 NULL nohasharray
-+btrfs_space_info_show_bytes_may_use_31024 btrfs_space_info_show_bytes_may_use 0 31024 &phys_pmd_init_31024 nohasharray
-+iio_sysfs_trigger_probe_31024 iio_sysfs_trigger_probe 0 31024 &btrfs_space_info_show_bytes_may_use_31024
-+show_fc_host_max_npiv_vports_31030 show_fc_host_max_npiv_vports 0 31030 NULL
-+get_regs_len_31032 get_regs_len 0 31032 NULL
-+uhci_check_bandwidth_31041 uhci_check_bandwidth 0 31041 NULL
-+do_setup_msi_irqs_31043 do_setup_msi_irqs 2 31043 NULL nohasharray
-+carl9170_rx_filter_31043 carl9170_rx_filter 0 31043 &do_setup_msi_irqs_31043
-+__smsc75xx_mdio_read_31046 __smsc75xx_mdio_read 0 31046 NULL
-+show_brightness_31047 show_brightness 0 31047 NULL
-+ov534_s_ctrl_31054 ov534_s_ctrl 0 31054 NULL
-+sys_splice_31055 sys_splice 5 31055 NULL
-+pci_set_resource_alignment_param_31057 pci_set_resource_alignment_param 0-2 31057 NULL
-+aoedisk_show_fwver_31059 aoedisk_show_fwver 0 31059 NULL
-+compat_sys_mq_timedsend_31060 compat_sys_mq_timedsend 3 31060 NULL
-+lbs_failcount_read_31063 lbs_failcount_read 3-0 31063 NULL
-+pcf8563_rtc_set_alarm_31070 pcf8563_rtc_set_alarm 0 31070 NULL
-+memmap_attr_show_31075 memmap_attr_show 0 31075 NULL
-+create_multi_channel_mode_31077 create_multi_channel_mode 0 31077 NULL
-+ip175c_config_init_31078 ip175c_config_init 0 31078 NULL
-+sys_mincore_31079 sys_mincore 2-1 31079 NULL
-+arcmsr_attr_host_driver_version_31081 arcmsr_attr_host_driver_version 0 31081 NULL
-+ttm_bo_ioremap_31082 ttm_bo_ioremap 2-3 31082 NULL nohasharray
-+cfq_quantum_store_31082 cfq_quantum_store 0-3 31082 &ttm_bo_ioremap_31082
-+gt_max_freq_mhz_show_31084 gt_max_freq_mhz_show 0 31084 NULL
-+vmstat_cpuup_callback_31085 vmstat_cpuup_callback 0 31085 NULL
-+bh1770_set_prox_rate_above_31087 bh1770_set_prox_rate_above 0-4 31087 NULL
-+sctp_setsockopt_context_31091 sctp_setsockopt_context 3-0 31091 NULL
-+proc_gid_map_write_31093 proc_gid_map_write 3-0 31093 NULL
-+pci_mmcfg_write_31103 pci_mmcfg_write 0 31103 NULL
-+i915_gem_object_wait_rendering__tail_31104 i915_gem_object_wait_rendering__tail 0 31104 NULL
-+output_report_31105 output_report 0 31105 NULL
-+store_direct_dword_31108 store_direct_dword 0-4 31108 NULL
-+compat_sys_get_mempolicy_31109 compat_sys_get_mempolicy 3 31109 NULL nohasharray
-+string_to_context_struct_31109 string_to_context_struct 0 31109 &compat_sys_get_mempolicy_31109
-+dns_resolver_preparse_31110 dns_resolver_preparse 0 31110 NULL
-+depth_read_31112 depth_read 3-0 31112 NULL nohasharray
-+show_otp5_31112 show_otp5 0 31112 &depth_read_31112
-+show_31115 show 0 31115 NULL
-+hash_ipportnet6_expire_31118 hash_ipportnet6_expire 4 31118 NULL
-+space_store_31124 space_store 0-3 31124 NULL
-+set_temp_type_31125 set_temp_type 0-4 31125 NULL
-+lpfc_fcp2_no_tgt_reset_show_31127 lpfc_fcp2_no_tgt_reset_show 0 31127 NULL nohasharray
-+preparse_31127 preparse 0 31127 &lpfc_fcp2_no_tgt_reset_show_31127
-+tse_init_rx_buffer_31129 tse_init_rx_buffer 3-0 31129 NULL
-+_cancel_lock_31130 _cancel_lock 0 31130 NULL
-+acpi_ex_prep_common_field_object_31135 acpi_ex_prep_common_field_object 0 31135 NULL nohasharray
-+itg3200_data_rdy_trigger_set_state_31135 itg3200_data_rdy_trigger_set_state 0 31135 &acpi_ex_prep_common_field_object_31135
-+i2c_recv_byte_31137 i2c_recv_byte 0 31137 NULL
-+target_stat_scsi_att_intr_port_show_attr_dev_31138 target_stat_scsi_att_intr_port_show_attr_dev 0 31138 NULL
-+ssb_read16_31139 ssb_read16 0 31139 NULL
-+store_speed_scan_31141 store_speed_scan 0-4 31141 NULL
-+b43_sdio_request_irq_31144 b43_sdio_request_irq 0 31144 NULL
-+caif_seqpkt_recvmsg_31145 caif_seqpkt_recvmsg 3 31145 NULL
-+patch_nvhdmi_31148 patch_nvhdmi 0 31148 NULL
-+acpi_cpu_soft_notify_31149 acpi_cpu_soft_notify 0 31149 NULL
-+uvc_start_streaming_31157 uvc_start_streaming 0 31157 NULL
-+lid_mask_count_show_31167 lid_mask_count_show 0 31167 NULL
-+nvme_set_features_31169 nvme_set_features 0 31169 NULL
-+get_batt_uV_31171 get_batt_uV 0 31171 NULL nohasharray
-+rxq_init_31171 rxq_init 0 31171 &get_batt_uV_31171
-+f2fs_convert_inline_inode_31174 f2fs_convert_inline_inode 0 31174 NULL
-+_regulator_do_disable_31175 _regulator_do_disable 0 31175 NULL nohasharray
-+pktgen_thread_write_31175 pktgen_thread_write 0-3 31175 &_regulator_do_disable_31175
-+s5k83a_get_rotation_31176 s5k83a_get_rotation 0 31176 NULL
-+store_31179 store 0-3 31179 NULL
-+mag3110_show_int_plus_micros_31190 mag3110_show_int_plus_micros 0 31190 NULL nohasharray
-+raw_init_31190 raw_init 0 31190 &mag3110_show_int_plus_micros_31190
-+acpi_ex_system_memory_space_handler_31192 acpi_ex_system_memory_space_handler 2 31192 NULL nohasharray
-+persist_show_31192 persist_show 0 31192 &acpi_ex_system_memory_space_handler_31192
-+__gpiod_request_31195 __gpiod_request 0 31195 NULL
-+iscsit_ta_t10_pi_31196 iscsit_ta_t10_pi 0 31196 NULL
-+amd8111_access_31197 amd8111_access 0 31197 NULL
-+r592_read_fifo_pio_31198 r592_read_fifo_pio 3 31198 NULL nohasharray
-+rocker_dma_ring_create_31198 rocker_dma_ring_create 3-0 31198 &r592_read_fifo_pio_31198
-+mtdchar_readoob_31200 mtdchar_readoob 4 31200 NULL
-+tps6586x_reads_31201 tps6586x_reads 0 31201 NULL nohasharray
-+sh_eth_phy_init_31201 sh_eth_phy_init 0 31201 &tps6586x_reads_31201
-+snd_pcm_plugin_build_rate_31203 snd_pcm_plugin_build_rate 0 31203 NULL
-+show_fnode_first_burst_len_31205 show_fnode_first_burst_len 0 31205 NULL
-+cpumask_weight_31215 cpumask_weight 0 31215 NULL
-+__read_reg_31216 __read_reg 0 31216 NULL
-+atm_get_addr_31221 atm_get_addr 3 31221 NULL nohasharray
-+lpfc_fips_level_show_31221 lpfc_fips_level_show 0 31221 &atm_get_addr_31221 nohasharray
-+srpt_tpg_attrib_show_srp_sq_size_31221 srpt_tpg_attrib_show_srp_sq_size 0 31221 &lpfc_fips_level_show_31221
-+connect_type_show_31228 connect_type_show 0 31228 NULL nohasharray
-+crypto_sha1_update_31228 crypto_sha1_update 0 31228 &connect_type_show_31228
-+e1000_setup_rx_resources_31230 e1000_setup_rx_resources 0 31230 NULL
-+SMB2_sess_setup_31233 SMB2_sess_setup 0 31233 NULL
-+store_31237 store 0-3 31237 NULL
-+tcp_recvmsg_31238 tcp_recvmsg 4-0 31238 NULL
-+cyy_readb_31240 cyy_readb 0 31240 NULL
-+snd_es1938_capture_trigger_31242 snd_es1938_capture_trigger 0 31242 NULL nohasharray
-+store_sf4_pwm_31242 store_sf4_pwm 0-4 31242 &snd_es1938_capture_trigger_31242 nohasharray
-+lpfc_wwn_set_31242 lpfc_wwn_set 0 31242 &store_sf4_pwm_31242
-+cbaf_wusb_cdid_store_31243 cbaf_wusb_cdid_store 0-4 31243 NULL
-+_create_sg_bios_31244 _create_sg_bios 4 31244 NULL nohasharray
-+set_otp4_31244 set_otp4 4-0 31244 &_create_sg_bios_31244
-+recv_pre_dequeue_31252 recv_pre_dequeue 0 31252 NULL
-+ieee80211_if_read_last_beacon_31257 ieee80211_if_read_last_beacon 3-0 31257 NULL
-+sctp_tsnmap_find_gap_ack_31272 sctp_tsnmap_find_gap_ack 3 31272 NULL
-+uinput_read_31275 uinput_read 0-3 31275 NULL nohasharray
-+udf_write_begin_31275 udf_write_begin 0 31275 &uinput_read_31275
-+show_temp_hyst1_31276 show_temp_hyst1 0 31276 NULL
-+mwifiex_send_tdls_action_frame_31279 mwifiex_send_tdls_action_frame 7 31279 NULL nohasharray
-+autosuspend_store_31279 autosuspend_store 0-4 31279 &mwifiex_send_tdls_action_frame_31279
-+show_ipv4_iface_grat_arp_en_31280 show_ipv4_iface_grat_arp_en 0 31280 NULL nohasharray
-+ia_setsockopt_31280 ia_setsockopt 0 31280 &show_ipv4_iface_grat_arp_en_31280
-+mlx5_cmd_exec_cb_31281 mlx5_cmd_exec_cb 0 31281 NULL
-+spmi_write_cmd_31283 spmi_write_cmd 0 31283 NULL
-+hash_netportnet4_expire_31290 hash_netportnet4_expire 4 31290 NULL
-+device_suspend_late_31297 device_suspend_late 0 31297 NULL
-+fill_and_eval_dacs_31298 fill_and_eval_dacs 0 31298 NULL
-+iwl_dbgfs_set_nic_temperature_read_31300 iwl_dbgfs_set_nic_temperature_read 3-0 31300 NULL
-+uvc_simplify_fraction_31303 uvc_simplify_fraction 3 31303 NULL
-+sha1_mb_finup_31305 sha1_mb_finup 0 31305 NULL
-+tps6507x_pmic_read_31310 tps6507x_pmic_read 0 31310 NULL
-+i2c_nuvoton_recv_data_31312 i2c_nuvoton_recv_data 0-4 31312 NULL
-+sisusbcon_scroll_31315 sisusbcon_scroll 5-2-3 31315 NULL
-+target_fabric_port_store_attr_alua_tg_pt_status_31316 target_fabric_port_store_attr_alua_tg_pt_status 0-3 31316 NULL
-+command_file_write_31318 command_file_write 3-0 31318 NULL
-+acpi_ev_get_gpe_xrupt_block_31325 acpi_ev_get_gpe_xrupt_block 1 31325 NULL nohasharray
-+ext4_xattr_block_list_31325 ext4_xattr_block_list 0 31325 &acpi_ev_get_gpe_xrupt_block_31325
-+uwb_rc_beacon_show_31326 uwb_rc_beacon_show 0 31326 NULL
-+recvmsg_31331 recvmsg 0-4 31331 NULL
-+__vb2_cleanup_fileio_31332 __vb2_cleanup_fileio 0 31332 NULL nohasharray
-+mmc_power_restore_31332 mmc_power_restore 0 31332 &__vb2_cleanup_fileio_31332
-+_regmap_raw_multi_reg_write_31336 _regmap_raw_multi_reg_write 3 31336 NULL nohasharray
-+radix_tree_insert_31336 radix_tree_insert 0 31336 &_regmap_raw_multi_reg_write_31336
-+em28xx_init_usb_xfer_31337 em28xx_init_usb_xfer 4-6-0 31337 NULL
-+f2fs_sbi_store_31339 f2fs_sbi_store 0-4 31339 NULL
-+platform_device_add_31340 platform_device_add 0 31340 NULL
-+jffs2_trusted_listxattr_31348 jffs2_trusted_listxattr 0-5 31348 NULL nohasharray
-+snd_seq_enqueue_event_31348 snd_seq_enqueue_event 0 31348 &jffs2_trusted_listxattr_31348
-+sha256_base_finish_31352 sha256_base_finish 0 31352 NULL
-+queue_setup_31353 queue_setup 0 31353 NULL
-+vpx3220_s_ctrl_31356 vpx3220_s_ctrl 0 31356 NULL
-+outlen_write_31358 outlen_write 3-0 31358 NULL
-+pinctrl_utils_add_map_configs_31359 pinctrl_utils_add_map_configs 7 31359 NULL
-+show_fcstat_tx_frames_31360 show_fcstat_tx_frames 0 31360 NULL
-+native_setup_msi_irqs_31367 native_setup_msi_irqs 0 31367 NULL
-+handler_31368 handler 0 31368 NULL
-+xprt_rdma_allocate_31372 xprt_rdma_allocate 2 31372 NULL
-+snd_mixart_prepare_31374 snd_mixart_prepare 0 31374 NULL
-+fb_blank_31377 fb_blank 0 31377 NULL nohasharray
-+ipcaif_get_size_31377 ipcaif_get_size 0 31377 &fb_blank_31377
-+xen_pcibk_config_quirks_add_field_31379 xen_pcibk_config_quirks_add_field 0 31379 NULL nohasharray
-+trace_parser_get_init_31379 trace_parser_get_init 2 31379 &xen_pcibk_config_quirks_add_field_31379
-+mp_ioapic_pin_count_31393 mp_ioapic_pin_count 0 31393 NULL
-+zd_chip_set_basic_rates_31394 zd_chip_set_basic_rates 0 31394 NULL
-+blk_mq_sysfs_dispatched_show_31400 blk_mq_sysfs_dispatched_show 0 31400 NULL
-+fat_count_free_clusters_31403 fat_count_free_clusters 0 31403 NULL nohasharray
-+i40evf_up_complete_31403 i40evf_up_complete 0 31403 &fat_count_free_clusters_31403
-+pcf8563_rtc_read_time_31404 pcf8563_rtc_read_time 0 31404 NULL nohasharray
-+set_bool_threeg_31404 set_bool_threeg 0-4 31404 &pcf8563_rtc_read_time_31404
-+wm831x_reg_unlock_31409 wm831x_reg_unlock 0 31409 NULL
-+key_ifindex_read_31411 key_ifindex_read 3-0 31411 NULL nohasharray
-+nf_nat_packet_31411 nf_nat_packet 0 31411 &key_ifindex_read_31411
-+mcs7830_set_reg_31413 mcs7830_set_reg 3-0 31413 NULL
-+xgene_enet_set_mac_address_31415 xgene_enet_set_mac_address 0 31415 NULL
-+set_in5_max_31420 set_in5_max 0-4 31420 NULL
-+write_file_simulate_radar_31421 write_file_simulate_radar 0-3 31421 NULL
-+_sp2d_max_pg_31422 _sp2d_max_pg 0 31422 NULL nohasharray
-+test_rtc_read_time_31422 test_rtc_read_time 0 31422 &_sp2d_max_pg_31422 nohasharray
-+target_fabric_wwn_attr_store_31422 target_fabric_wwn_attr_store 0 31422 &test_rtc_read_time_31422
-+cxacru_sysfs_show_downstream_attenuation_31423 cxacru_sysfs_show_downstream_attenuation 0 31423 NULL
-+TSS_checkhmac1_31429 TSS_checkhmac1 0 31429 NULL
-+iuu_open_31432 iuu_open 0 31432 NULL
-+ext4_find_dest_de_31440 ext4_find_dest_de 7 31440 NULL
-+acpi_sci_ioapic_setup_31445 acpi_sci_ioapic_setup 4 31445 NULL nohasharray
-+snd_ice1712_capture_prepare_31445 snd_ice1712_capture_prepare 0 31445 &acpi_sci_ioapic_setup_31445
-+security_set_bools_31447 security_set_bools 0 31447 NULL
-+transport_alloc_session_tags_31449 transport_alloc_session_tags 3-2 31449 NULL
-+interf_grp_compatible_id_show_31450 interf_grp_compatible_id_show 0 31450 NULL
-+__uio_register_device_31451 __uio_register_device 0 31451 NULL
-+myri10ge_get_sset_count_31452 myri10ge_get_sset_count 0 31452 NULL
-+opera1_xilinx_rw_31453 opera1_xilinx_rw 5 31453 NULL
-+_regmap_update_bits_31456 _regmap_update_bits 0 31456 NULL
-+ubifs_log_end_commit_31463 ubifs_log_end_commit 0 31463 NULL
-+input_get_new_minor_31464 input_get_new_minor 1 31464 NULL
-+drm_read_31467 drm_read 0-3 31467 NULL
-+do_fcntl_31468 do_fcntl 3 31468 NULL
-+ab3100_otp_freq_show_31472 ab3100_otp_freq_show 0 31472 NULL nohasharray
-+atl1e_phy_init_31472 atl1e_phy_init 0 31472 &ab3100_otp_freq_show_31472
-+xfs_btree_get_numrecs_31477 xfs_btree_get_numrecs 0 31477 NULL nohasharray
-+bad_inode_getattr_31477 bad_inode_getattr 0 31477 &xfs_btree_get_numrecs_31477
-+__ext4_journal_get_write_access_31482 __ext4_journal_get_write_access 0 31482 NULL
-+alg_setkey_31485 alg_setkey 3-0 31485 NULL
-+show_spi_transport_max_iu_31486 show_spi_transport_max_iu 0 31486 NULL nohasharray
-+wm831x_rtc_start_alarm_31486 wm831x_rtc_start_alarm 0 31486 &show_spi_transport_max_iu_31486
-+rds_message_map_pages_31487 rds_message_map_pages 2 31487 NULL
-+cpuid_device_create_31489 cpuid_device_create 0 31489 NULL
-+blkdev_fsync_31490 blkdev_fsync 0 31490 NULL
-+qsfp_2_read_31491 qsfp_2_read 3-0 31491 NULL
-+target_stat_scsi_att_intr_port_show_attr_port_ident_31495 target_stat_scsi_att_intr_port_show_attr_port_ident 0 31495 NULL nohasharray
-+nes_init_nic_qp_31495 nes_init_nic_qp 0 31495 &target_stat_scsi_att_intr_port_show_attr_port_ident_31495
-+__alloc_bootmem_31498 __alloc_bootmem 1 31498 NULL
-+cond_search_polarity_read_31499 cond_search_polarity_read 0-5-6 31499 NULL nohasharray
-+ad_sd_validate_trigger_31499 ad_sd_validate_trigger 0 31499 &cond_search_polarity_read_31499
-+cifs_readpage_31509 cifs_readpage 0 31509 NULL
-+wl18xx_pre_boot_31510 wl18xx_pre_boot 0 31510 NULL
-+lpfc_first_burst_size_store_31512 lpfc_first_burst_size_store 0-4 31512 NULL
-+il3945_store_retry_rate_31513 il3945_store_retry_rate 0-4 31513 NULL
-+w1_read_block_31521 w1_read_block 0-3 31521 NULL
-+wacom_set_report_31524 wacom_set_report 0 31524 NULL
-+metrousb_open_31526 metrousb_open 0 31526 NULL nohasharray
-+nfs4_proc_layoutcommit_31526 nfs4_proc_layoutcommit 0 31526 &metrousb_open_31526
-+fs_send_31530 fs_send 0 31530 NULL
-+cyapa_poll_state_31531 cyapa_poll_state 0 31531 NULL
-+__mv88e6xxx_reg_read_31534 __mv88e6xxx_reg_read 0 31534 NULL
-+tvp5150_s_ctrl_31535 tvp5150_s_ctrl 0 31535 NULL nohasharray
-+irda_recvmsg_dgram_31535 irda_recvmsg_dgram 3 31535 &tvp5150_s_ctrl_31535
-+hidraw_write_31536 hidraw_write 3-0 31536 NULL
-+mtd_div_by_eb_31543 mtd_div_by_eb 0-1 31543 NULL nohasharray
-+powerclamp_cpu_callback_31543 powerclamp_cpu_callback 0 31543 &mtd_div_by_eb_31543
-+dvb_ringbuffer_write_31548 dvb_ringbuffer_write 0-3 31548 NULL
-+usbvision_read_31555 usbvision_read 3-0 31555 NULL
-+phy_attach_direct_31556 phy_attach_direct 0 31556 NULL
-+vendor_name_show_31559 vendor_name_show 0 31559 NULL nohasharray
-+kbd_function_keys_show_31559 kbd_function_keys_show 0 31559 &vendor_name_show_31559 nohasharray
-+_aac_reset_adapter_31559 _aac_reset_adapter 0 31559 &kbd_function_keys_show_31559
-+ath10k_mac_vif_disable_keepalive_31563 ath10k_mac_vif_disable_keepalive 0 31563 NULL
-+thermal_cooling_device_cur_state_store_31564 thermal_cooling_device_cur_state_store 0-4 31564 NULL
-+klp_enable_func_31565 klp_enable_func 0 31565 NULL
-+show_temp_min_alarm_31566 show_temp_min_alarm 0 31566 NULL
-+tda18271_read_regs_31567 tda18271_read_regs 0 31567 NULL nohasharray
-+cp2112_set_usb_config_31567 cp2112_set_usb_config 0 31567 &tda18271_read_regs_31567
-+latch_read_file_31569 latch_read_file 0 31569 NULL
-+temp_cpu_DTS_31570 temp_cpu_DTS 0 31570 NULL
-+tx_frag_tkip_called_read_31575 tx_frag_tkip_called_read 3-0 31575 NULL
-+get_max_inline_xattr_value_size_31578 get_max_inline_xattr_value_size 0 31578 NULL
-+osst_write_31581 osst_write 3-0 31581 NULL
-+snd_compr_get_avail_31584 snd_compr_get_avail 0 31584 NULL nohasharray
-+pre_handle_cursor_31584 pre_handle_cursor 0 31584 &snd_compr_get_avail_31584
-+fc_read_31589 fc_read 0-3 31589 NULL
-+max8997_led_show_mode_31591 max8997_led_show_mode 0 31591 NULL
-+adp8870_read_31592 adp8870_read 0 31592 NULL
-+show_fc_vport_vport_state_31596 show_fc_vport_vport_state 0 31596 NULL nohasharray
-+fc0011_set_params_31596 fc0011_set_params 0 31596 &show_fc_vport_vport_state_31596 nohasharray
-+diag_write_31596 diag_write 0 31596 &fc0011_set_params_31596
-+qlcnic_store_bridged_mode_31599 qlcnic_store_bridged_mode 0-4 31599 NULL
-+rng_reset_31602 rng_reset 0 31602 NULL
-+show_conn_param_ISCSI_PARAM_MAX_XMIT_DLENGTH_31608 show_conn_param_ISCSI_PARAM_MAX_XMIT_DLENGTH 0 31608 NULL
-+store_31610 store 0-4 31610 NULL
-+iwl_dbgfs_ucode_tx_stats_read_31611 iwl_dbgfs_ucode_tx_stats_read 3-0 31611 NULL
-+lpfc_used_rpi_show_31612 lpfc_used_rpi_show 0 31612 NULL
-+rt2400pci_enable_radio_31614 rt2400pci_enable_radio 0 31614 NULL
-+memblock_virt_alloc_nopanic_31617 memblock_virt_alloc_nopanic 1 31617 NULL nohasharray
-+arvo_sysfs_read_31617 arvo_sysfs_read 6-0 31617 &memblock_virt_alloc_nopanic_31617
-+ipv4_confirm_31620 ipv4_confirm 0 31620 NULL
-+usnic_ib_dump_vf_31623 usnic_ib_dump_vf 3 31623 NULL
-+neofb_check_var_31627 neofb_check_var 0 31627 NULL nohasharray
-+setup_first_bd_ep0_31627 setup_first_bd_ep0 0 31627 &neofb_check_var_31627
-+disassociate_31631 disassociate 0 31631 NULL
-+caif_create_31634 caif_create 0 31634 NULL
-+videobuf_read_one_31637 videobuf_read_one 3-0 31637 NULL nohasharray
-+snd_cs4281_playback_prepare_31637 snd_cs4281_playback_prepare 0 31637 &videobuf_read_one_31637
-+ext3_sync_file_31639 ext3_sync_file 0 31639 NULL nohasharray
-+aty_var_to_pll_408_31639 aty_var_to_pll_408 0 31639 &ext3_sync_file_31639
-+smb3_crypto_shash_allocate_31640 smb3_crypto_shash_allocate 0 31640 NULL
-+igmp_netdev_event_31648 igmp_netdev_event 0 31648 NULL
-+pod_alloc_sysex_buffer_31651 pod_alloc_sysex_buffer 3 31651 NULL
-+rocker_flow_tbl_del_31653 rocker_flow_tbl_del 0 31653 NULL
-+show_session_param_ISCSI_PARAM_FIRST_BURST_31655 show_session_param_ISCSI_PARAM_FIRST_BURST 0 31655 NULL
-+current_page_show_31657 current_page_show 0 31657 NULL
-+reset_31659 reset 0 31659 NULL
-+xfer_secondary_pool_31661 xfer_secondary_pool 2 31661 NULL nohasharray
-+__ceph_do_getattr_31661 __ceph_do_getattr 0 31661 &xfer_secondary_pool_31661 nohasharray
-+bq4802_read_time_31661 bq4802_read_time 0 31661 &__ceph_do_getattr_31661
-+__lgread_31668 __lgread 4 31668 NULL
-+target_fabric_mappedlun_store_write_protect_31671 target_fabric_mappedlun_store_write_protect 0-3 31671 NULL
-+copy_from_user_nmi_31672 copy_from_user_nmi 3-0 31672 NULL nohasharray
-+virtblk_cache_type_show_31672 virtblk_cache_type_show 0 31672 &copy_from_user_nmi_31672 nohasharray
-+kovaplus_sysfs_read_profilex_buttons_31672 kovaplus_sysfs_read_profilex_buttons 0-5-6 31672 &virtblk_cache_type_show_31672
-+read_cc_setting_bin_31679 read_cc_setting_bin 0-5-6 31679 NULL
-+xfs_inobt_get_maxrecs_31680 xfs_inobt_get_maxrecs 0 31680 NULL
-+_usb_writeN_sync_31682 _usb_writeN_sync 4 31682 NULL nohasharray
-+mlx4_en_init_affinity_hint_31682 mlx4_en_init_affinity_hint 0 31682 &_usb_writeN_sync_31682 nohasharray
-+bq2415x_set_charge_current_31682 bq2415x_set_charge_current 0 31682 &mlx4_en_init_affinity_hint_31682
-+forced_ps_read_31685 forced_ps_read 3-0 31685 NULL nohasharray
-+ip6_tnl_dev_init_31685 ip6_tnl_dev_init 0 31685 &forced_ps_read_31685
-+x25_bind_31686 x25_bind 0 31686 NULL
-+reiserfs_in_journal_31689 reiserfs_in_journal 3 31689 NULL
-+ext3_xattr_user_get_31691 ext3_xattr_user_get 0 31691 NULL
-+read_ofdm_cal_values_31694 read_ofdm_cal_values 0 31694 NULL
-+ufs_write_begin_31695 ufs_write_begin 0 31695 NULL
-+sht15_transmission_start_31696 sht15_transmission_start 0 31696 NULL
-+wl1251_acx_slot_31699 wl1251_acx_slot 0 31699 NULL
-+enqueue_cmd_31703 enqueue_cmd 0 31703 NULL
-+audit_log_n_string_31705 audit_log_n_string 3 31705 NULL
-+ov9640_write_regs_31707 ov9640_write_regs 0 31707 NULL
-+tda827xo_set_params_31708 tda827xo_set_params 0 31708 NULL
-+bq2415x_sysfs_show_reported_mode_31709 bq2415x_sysfs_show_reported_mode 0 31709 NULL
-+apply_constraint_31714 apply_constraint 0 31714 NULL
-+fitpc2_wdt_write_31715 fitpc2_wdt_write 0-3 31715 NULL
-+id_device_show_31718 id_device_show 0 31718 NULL
-+lpfc_multi_ring_type_show_31719 lpfc_multi_ring_type_show 0 31719 NULL nohasharray
-+igb_disable_sriov_31719 igb_disable_sriov 0 31719 &lpfc_multi_ring_type_show_31719
-+snd_rme96_capture_trigger_31720 snd_rme96_capture_trigger 0 31720 NULL
-+ldo_regulator_is_enabled_31723 ldo_regulator_is_enabled 0 31723 NULL
-+ubifs_garbage_collect_leb_31724 ubifs_garbage_collect_leb 0 31724 NULL
-+sctp_make_asconf_ack_31726 sctp_make_asconf_ack 3 31726 NULL
-+rs_pretty_print_rate_31727 rs_pretty_print_rate 0 31727 NULL
-+ath6kl_wmi_send_probe_response_cmd_31728 ath6kl_wmi_send_probe_response_cmd 6 31728 NULL
-+skcipher_wait_for_data_31732 skcipher_wait_for_data 0 31732 NULL
-+set_audio_31733 set_audio 0 31733 NULL
-+label_northbridge_31734 label_northbridge 0 31734 NULL
-+utf16s_to_utf8s_31735 utf16s_to_utf8s 0 31735 NULL nohasharray
-+fan_get_status_safe_31735 fan_get_status_safe 0 31735 &utf16s_to_utf8s_31735 nohasharray
-+skge_up_31735 skge_up 0 31735 &fan_get_status_safe_31735 nohasharray
-+lu_buf_check_and_grow_31735 lu_buf_check_and_grow 2 31735 &skge_up_31735
-+shmem_pwrite_slow_31741 shmem_pwrite_slow 2-3 31741 NULL
-+input_abs_get_max_31742 input_abs_get_max 0 31742 NULL
-+lm3533_ctrlbank_get_pwm_31744 lm3533_ctrlbank_get_pwm 0 31744 NULL
-+mtd_read_user_prot_reg_31746 mtd_read_user_prot_reg 0 31746 NULL
-+snd_seq_device_new_31753 snd_seq_device_new 4 31753 NULL
-+snd_via8233_capture_prepare_31757 snd_via8233_capture_prepare 0 31757 NULL
-+show_attr_decimals_31760 show_attr_decimals 0 31760 NULL
-+ath10k_mac_inc_num_stations_31762 ath10k_mac_inc_num_stations 0 31762 NULL
-+SyS_lsetxattr_31766 SyS_lsetxattr 4 31766 NULL
-+dst_dev_event_31770 dst_dev_event 0 31770 NULL
-+vfs_getattr_31777 vfs_getattr 0 31777 NULL
-+store_srp_rport_dev_loss_tmo_31779 store_srp_rport_dev_loss_tmo 0-4 31779 NULL
-+vmw_gmr2_bind_31780 vmw_gmr2_bind 3 31780 NULL
-+osync_buffers_list_31789 osync_buffers_list 0 31789 NULL
-+usblp_cache_device_id_string_31790 usblp_cache_device_id_string 0 31790 NULL
-+tg3_start_31796 tg3_start 0 31796 NULL
-+ip1xx_reset_31799 ip1xx_reset 0 31799 NULL
-+get_count_order_31800 get_count_order 0 31800 NULL
-+ecryptfs_send_message_locked_31801 ecryptfs_send_message_locked 2 31801 NULL
-+fbtft_fb_write_31802 fbtft_fb_write 3 31802 NULL
-+isr_rx_procs_read_31804 isr_rx_procs_read 3-0 31804 NULL nohasharray
-+sc92031_open_31804 sc92031_open 0 31804 &isr_rx_procs_read_31804
-+data_write_31805 data_write 3-0 31805 NULL
-+can_clear_show_31809 can_clear_show 0 31809 NULL nohasharray
-+da9063_ldo_get_status_31809 da9063_ldo_get_status 0 31809 &can_clear_show_31809
-+t3_mac_set_mtu_31811 t3_mac_set_mtu 0 31811 NULL
-+SyS_msgsnd_31814 SyS_msgsnd 3 31814 NULL
-+strnlen_user_31815 strnlen_user 0-2 31815 NULL
-+cxacru_sysfs_show_upstream_rate_31816 cxacru_sysfs_show_upstream_rate 0 31816 NULL
-+sta_last_signal_read_31818 sta_last_signal_read 3-0 31818 NULL
-+sysv_writepage_31819 sysv_writepage 0 31819 NULL
-+fuse_dir_fsync_31820 fuse_dir_fsync 0 31820 NULL
-+ad7793_read_frequency_31825 ad7793_read_frequency 0 31825 NULL
-+ocfs2_readpage_inline_31829 ocfs2_readpage_inline 0 31829 NULL
-+any_show_31831 any_show 0 31831 NULL
-+i915_get_ggtt_vma_pages_31833 i915_get_ggtt_vma_pages 0 31833 NULL
-+notify_send_pre_enqueue_31834 notify_send_pre_enqueue 0 31834 NULL nohasharray
-+_mv88e6xxx_phy_read_31834 _mv88e6xxx_phy_read 0 31834 &notify_send_pre_enqueue_31834
-+cachefiles_daemon_fcull_31835 cachefiles_daemon_fcull 0 31835 NULL
-+__bond_release_one_31836 __bond_release_one 0 31836 NULL
-+isp1362_urb_enqueue_31839 isp1362_urb_enqueue 0 31839 NULL
-+bMaxPacketSize0_show_31842 bMaxPacketSize0_show 0 31842 NULL
-+fsnotify_perm_31843 fsnotify_perm 0 31843 NULL
-+subsystem_id_show_31847 subsystem_id_show 0 31847 NULL
-+show_31851 show 0 31851 NULL
-+clone_bio_31854 clone_bio 4-3 31854 NULL nohasharray
-+velocity_init_rd_ring_31854 velocity_init_rd_ring 0 31854 &clone_bio_31854
-+SyS_ppoll_31855 SyS_ppoll 2 31855 NULL
-+allocation_policy_show_31856 allocation_policy_show 0 31856 NULL
-+digitv_i2c_xfer_31863 digitv_i2c_xfer 0-3 31863 NULL
-+mxl1x1sf_tune_rf_31864 mxl1x1sf_tune_rf 0 31864 NULL
-+edd_show_default_sectors_per_track_31865 edd_show_default_sectors_per_track 0 31865 NULL nohasharray
-+iwl_setup_interface_31865 iwl_setup_interface 0 31865 &edd_show_default_sectors_per_track_31865
-+regulator_opmode_show_31867 regulator_opmode_show 0 31867 NULL
-+adp8870_bl_l4_indoor_max_store_31869 adp8870_bl_l4_indoor_max_store 4-0 31869 NULL
-+kovaplus_sysfs_show_actual_sensitivity_y_31873 kovaplus_sysfs_show_actual_sensitivity_y 0 31873 NULL
-+iwl_dbgfs_disable_ht40_write_31876 iwl_dbgfs_disable_ht40_write 3-0 31876 NULL nohasharray
-+ls_switch_show_31876 ls_switch_show 0 31876 &iwl_dbgfs_disable_ht40_write_31876 nohasharray
-+nilfs_segments_dirty_segments_show_31876 nilfs_segments_dirty_segments_show 0 31876 &ls_switch_show_31876
-+dvb_ringbuffer_free_31880 dvb_ringbuffer_free 0 31880 NULL
-+drm_mode_crtc_set_gamma_size_31881 drm_mode_crtc_set_gamma_size 2 31881 NULL
-+ubifs_lpt_start_commit_31884 ubifs_lpt_start_commit 0 31884 NULL
-+macvtap_device_event_31891 macvtap_device_event 0 31891 NULL
-+opera1_i2c_xfer_31897 opera1_i2c_xfer 0-3 31897 NULL nohasharray
-+usbtv_setup_capture_31897 usbtv_setup_capture 0 31897 &opera1_i2c_xfer_31897
-+ddb_output_write_31902 ddb_output_write 3-0 31902 NULL nohasharray
-+carl9170_set_qos_31902 carl9170_set_qos 0 31902 &ddb_output_write_31902
-+xfs_break_layouts_31905 xfs_break_layouts 0 31905 NULL
-+xattr_permission_31907 xattr_permission 0 31907 NULL
-+xfs_da3_blk_unlink_31908 xfs_da3_blk_unlink 0 31908 NULL nohasharray
-+bch_read_string_list_31908 bch_read_string_list 0 31908 &xfs_da3_blk_unlink_31908
-+snd_emu10k1_fx8010_register_irq_handler_31912 snd_emu10k1_fx8010_register_irq_handler 0 31912 NULL
-+kmx61_get_mode_31914 kmx61_get_mode 0 31914 NULL
-+lu_buf_realloc_31915 lu_buf_realloc 2 31915 NULL
-+pwm_unexport_store_31918 pwm_unexport_store 0-4 31918 NULL
-+new_dir_31919 new_dir 3 31919 NULL
-+kmem_alloc_31920 kmem_alloc 1 31920 NULL nohasharray
-+show_req_lim_31920 show_req_lim 0 31920 &kmem_alloc_31920
-+show_iface_tcp_nagle_disable_31926 show_iface_tcp_nagle_disable 0 31926 NULL
-+interf_grp_sub_compatible_id_store_31927 interf_grp_sub_compatible_id_store 0-3 31927 NULL
-+input_print_modalias_31930 input_print_modalias 0 31930 NULL
-+wusb_phy_rate_store_31931 wusb_phy_rate_store 0-4 31931 NULL
-+era_status_31934 era_status 5 31934 NULL
-+__uncore_pgt_show_31935 __uncore_pgt_show 0 31935 NULL
-+bh1770_set_prox_rate_below_31937 bh1770_set_prox_rate_below 0-4 31937 NULL
-+SYSC_sethostname_31940 SYSC_sethostname 2 31940 NULL nohasharray
-+bonding_show_lp_interval_31940 bonding_show_lp_interval 0 31940 &SYSC_sethostname_31940 nohasharray
-+mgmt_get_gateway_31940 mgmt_get_gateway 0 31940 &bonding_show_lp_interval_31940
-+nfs_writepages_31941 nfs_writepages 0 31941 NULL
-+read_mem_31942 read_mem 3-0 31942 NULL
-+smc91c92_suspend_31943 smc91c92_suspend 0 31943 NULL
-+tda18218_set_params_31944 tda18218_set_params 0 31944 NULL
-+nilfs_btree_gather_data_31945 nilfs_btree_gather_data 0-4 31945 NULL
-+wusb_retry_count_show_31946 wusb_retry_count_show 0 31946 NULL
-+__alloc_percpu_gfp_31947 __alloc_percpu_gfp 1-2 31947 NULL nohasharray
-+blocking_notifier_call_chain_31947 blocking_notifier_call_chain 0 31947 &__alloc_percpu_gfp_31947
-+vb2_write_31948 vb2_write 3-0 31948 NULL
-+hdmiphy_s_dv_timings_31949 hdmiphy_s_dv_timings 0 31949 NULL
-+r820t_set_pll_31950 r820t_set_pll 0 31950 NULL
-+pvr2_ctrl_get_valname_31951 pvr2_ctrl_get_valname 4 31951 NULL
-+target_core_alua_tg_pt_gp_store_attr_alua_support_standby_31952 target_core_alua_tg_pt_gp_store_attr_alua_support_standby 0-3 31952 NULL
-+adm8211_init_rings_31955 adm8211_init_rings 0 31955 NULL
-+__ipx_bind_31963 __ipx_bind 0 31963 NULL
-+regcache_rbtree_sync_31964 regcache_rbtree_sync 2 31964 NULL
-+osst_capacity_show_31965 osst_capacity_show 0 31965 NULL
-+copy_from_user_toio_31966 copy_from_user_toio 3 31966 NULL
-+pccard_show_vpp_31969 pccard_show_vpp 0 31969 NULL
-+mtd_add_partition_31971 mtd_add_partition 3 31971 NULL
-+blk_mq_update_nr_requests_31973 blk_mq_update_nr_requests 0 31973 NULL
-+bt_dev_init_31974 bt_dev_init 0 31974 NULL
-+suspend_nvs_alloc_31980 suspend_nvs_alloc 0 31980 NULL
-+exofs_write_end_31981 exofs_write_end 0-5 31981 NULL nohasharray
-+lanai_open_31981 lanai_open 0 31981 &exofs_write_end_31981
-+iblock_execute_rw_31982 iblock_execute_rw 3 31982 NULL nohasharray
-+vx_read_status_31982 vx_read_status 0 31982 &iblock_execute_rw_31982
-+generic_set_freq_31989 generic_set_freq 0 31989 NULL
-+find_next_zero_bit_31990 find_next_zero_bit 0-3-2 31990 NULL
-+sockfs_getxattr_31992 sockfs_getxattr 0 31992 NULL nohasharray
-+b43_phy_ht_set_channel_31992 b43_phy_ht_set_channel 0 31992 &sockfs_getxattr_31992 nohasharray
-+lustre_acl_xattr_merge2posix_31992 lustre_acl_xattr_merge2posix 2 31992 &b43_phy_ht_set_channel_31992
-+si4713_setup_31994 si4713_setup 0 31994 NULL
-+sysfs_create_file_31996 sysfs_create_file 0 31996 NULL nohasharray
-+patch_alc260_31996 patch_alc260 0 31996 &sysfs_create_file_31996
-+poll_dte_32001 poll_dte 0 32001 NULL
-+show_line_32004 show_line 0-3-4 32004 NULL
-+calc_hmac_32010 calc_hmac 3 32010 NULL nohasharray
-+jffs2_rtime_decompress_32010 jffs2_rtime_decompress 0 32010 &calc_hmac_32010
-+hdaps_variance_show_32012 hdaps_variance_show 0 32012 NULL nohasharray
-+check_kprobe_address_safe_32012 check_kprobe_address_safe 0 32012 &hdaps_variance_show_32012
-+evm_protect_xattr_32016 evm_protect_xattr 0 32016 NULL
-+sci_dma_rx_push_32029 sci_dma_rx_push 2 32029 NULL
-+stk_read_32038 stk_read 3-0 32038 NULL
-+camera_show_32039 camera_show 0 32039 NULL
-+sdricoh_pcmcia_suspend_32042 sdricoh_pcmcia_suspend 0 32042 NULL
-+vmw_cursor_update_dmabuf_32045 vmw_cursor_update_dmabuf 4-3 32045 NULL nohasharray
-+mt9t112_set_params_32045 mt9t112_set_params 0 32045 &vmw_cursor_update_dmabuf_32045
-+sys_sched_setaffinity_32046 sys_sched_setaffinity 2 32046 NULL
-+mc44s803_writereg_32053 mc44s803_writereg 0 32053 NULL
-+do_strncpy_from_user_32059 do_strncpy_from_user 0 32059 NULL
-+dnet_open_32060 dnet_open 0 32060 NULL
-+SYSC_llistxattr_32061 SYSC_llistxattr 3 32061 NULL
-+flush_buffer_32063 flush_buffer 0 32063 NULL
-+proc_scsi_devinfo_write_32064 proc_scsi_devinfo_write 3-0 32064 NULL
-+jffs2_lzo_decompress_32065 jffs2_lzo_decompress 0 32065 NULL
-+multipath_run_32066 multipath_run 0 32066 NULL
-+max_queue_store_32079 max_queue_store 0-3 32079 NULL
-+iblock_get_blocks_32080 iblock_get_blocks 0 32080 NULL nohasharray
-+target_fabric_discovery_attr_store_32080 target_fabric_discovery_attr_store 0-4 32080 &iblock_get_blocks_32080
-+atmtcp_send_control_32082 atmtcp_send_control 0 32082 NULL
-+iscsi_tpg_param_show_InitialR2T_32085 iscsi_tpg_param_show_InitialR2T 0 32085 NULL
-+acpi_ds_load2_begin_op_32086 acpi_ds_load2_begin_op 0 32086 NULL nohasharray
-+wl12xx_init_fw_32086 wl12xx_init_fw 0 32086 &acpi_ds_load2_begin_op_32086
-+show_counter_rx_p4_hdr_egr_ovfls_32088 show_counter_rx_p4_hdr_egr_ovfls 0 32088 NULL
-+cow_file_range_inline_32091 cow_file_range_inline 0 32091 NULL
-+efx_mcdi_set_link_32093 efx_mcdi_set_link 0 32093 NULL nohasharray
-+wakeup_count_store_32093 wakeup_count_store 0-4 32093 &efx_mcdi_set_link_32093
-+bio_alloc_32095 bio_alloc 2 32095 NULL
-+temp_show_32099 temp_show 0 32099 NULL
-+alloc_pwms_32100 alloc_pwms 1-2 32100 NULL
-+ath6kl_fwlog_read_32101 ath6kl_fwlog_read 3-0 32101 NULL nohasharray
-+iscsi_stat_sess_show_attr_inst_32101 iscsi_stat_sess_show_attr_inst 0 32101 &ath6kl_fwlog_read_32101
-+bond_netpoll_setup_32102 bond_netpoll_setup 0 32102 NULL
-+usb_three_store_32103 usb_three_store 0-4 32103 NULL
-+wil_read_file_recovery_32104 wil_read_file_recovery 3-0 32104 NULL
-+ep_enable_32105 ep_enable 0 32105 NULL
-+ab3100_rtc_read_time_32107 ab3100_rtc_read_time 0 32107 NULL
-+radix_tree_callback_32110 radix_tree_callback 0 32110 NULL
-+twl_i2c_read_u8_32114 twl_i2c_read_u8 0 32114 NULL
-+log_recovery_delay_store_32116 log_recovery_delay_store 0-2 32116 NULL
-+disk_status_32120 disk_status 4-0 32120 NULL
-+rx8025_write_regs_32130 rx8025_write_regs 0 32130 NULL
-+kobject_add_internal_32133 kobject_add_internal 0 32133 NULL nohasharray
-+ftrace_hash_ipmodify_update_32133 ftrace_hash_ipmodify_update 0 32133 &kobject_add_internal_32133
-+acpi_power_on_resources_32134 acpi_power_on_resources 0 32134 NULL nohasharray
-+ds2780_read_user_eeprom_bin_32134 ds2780_read_user_eeprom_bin 6-5-0 32134 &acpi_power_on_resources_32134
-+stv06xx_write_sensor_32136 stv06xx_write_sensor 0 32136 NULL
-+alloc_tx_32143 alloc_tx 2 32143 NULL
-+target_stat_scsi_port_show_attr_busy_count_32144 target_stat_scsi_port_show_attr_busy_count 0 32144 NULL
-+show_fc_rport_port_id_32145 show_fc_rport_port_id 0 32145 NULL
-+pci_mmcfg_write_numachip_32147 pci_mmcfg_write_numachip 0 32147 NULL nohasharray
-+set_activation_width_32147 set_activation_width 0-4 32147 &pci_mmcfg_write_numachip_32147
-+xfs_bmap_longest_free_extent_32148 xfs_bmap_longest_free_extent 0 32148 NULL
-+sctp_outq_flush_rtx_32149 sctp_outq_flush_rtx 0 32149 NULL
-+ecryptfs_getxattr_lower_32150 ecryptfs_getxattr_lower 0 32150 NULL
-+bcmgenet_rx_refill_32157 bcmgenet_rx_refill 0 32157 NULL
-+bind_32161 bind 0 32161 NULL
-+i2c_smbus_write_byte_data_32162 i2c_smbus_write_byte_data 0 32162 NULL
-+venus_link_32165 venus_link 5 32165 NULL
-+channel_get_32166 channel_get 0 32166 NULL nohasharray
-+s5p_jpeg_s_ctrl_32166 s5p_jpeg_s_ctrl 0 32166 &channel_get_32166
-+ocfs2_direct_IO_32168 ocfs2_direct_IO 4-0 32168 NULL
-+cifs_statfs_32170 cifs_statfs 0 32170 NULL
-+get_beep_32172 get_beep 0 32172 NULL
-+do_writepages_32173 do_writepages 0 32173 NULL nohasharray
-+ntfs_rl_realloc_nofail_32173 ntfs_rl_realloc_nofail 3 32173 &do_writepages_32173
-+arch_prepare_kprobe_32174 arch_prepare_kprobe 0 32174 NULL
-+ch_do_scsi_32178 ch_do_scsi 5 32178 NULL
-+nfs_file_write_32183 nfs_file_write 0 32183 NULL
-+da9150_bulk_write_32184 da9150_bulk_write 2-3 32184 NULL
-+ina209_show_alarm_32185 ina209_show_alarm 0 32185 NULL nohasharray
-+_transport_get_enclosure_identifier_32185 _transport_get_enclosure_identifier 0 32185 &ina209_show_alarm_32185
-+validate_add_page_32189 validate_add_page 0 32189 NULL
-+temp_get_32191 temp_get 0 32191 NULL
-+ubi_wl_scrub_peb_32196 ubi_wl_scrub_peb 0 32196 NULL
-+del_ptr_32197 del_ptr 4 32197 NULL
-+show_spi_transport_offset_32198 show_spi_transport_offset 0 32198 NULL
-+wusb_ccm_mac_32199 wusb_ccm_mac 7 32199 NULL
-+pcxhr_hardware_timer_32206 pcxhr_hardware_timer 0 32206 NULL
-+affs_statfs_32208 affs_statfs 0 32208 NULL
-+riva_get_cmap_len_32218 riva_get_cmap_len 0 32218 NULL
-+sch_gpio_direction_out_32222 sch_gpio_direction_out 0 32222 NULL
-+lower_callback_32223 lower_callback 0 32223 NULL
-+set_in_max3_32224 set_in_max3 0-4 32224 NULL
-+open_patch_32229 open_patch 0 32229 NULL
-+qlcnic_83xx_alloc_mbx_args_32233 qlcnic_83xx_alloc_mbx_args 0 32233 NULL
-+cifs_lookup_cache_proc_write_32236 cifs_lookup_cache_proc_write 0-3 32236 NULL nohasharray
-+lm3533_write_32236 lm3533_write 0 32236 &cifs_lookup_cache_proc_write_32236
-+ec_transaction_32239 ec_transaction 0 32239 NULL
-+caif_seqpkt_recvmsg_32241 caif_seqpkt_recvmsg 4-0 32241 NULL
-+lbs_lowrssi_read_32242 lbs_lowrssi_read 3-0 32242 NULL
-+show_regs_in_max0_32247 show_regs_in_max0 0 32247 NULL
-+efx_set_mac_address_32250 efx_set_mac_address 0 32250 NULL
-+l2tp_ip6_connect_32252 l2tp_ip6_connect 0 32252 NULL
-+cifs_super_get_key_32256 cifs_super_get_key 0 32256 NULL
-+ext3_statfs_32257 ext3_statfs 0 32257 NULL
-+ocfs2_xattr_find_entry_32260 ocfs2_xattr_find_entry 0 32260 NULL
-+vxp_suspend_32262 vxp_suspend 0 32262 NULL
-+dp_device_event_32266 dp_device_event 0 32266 NULL
-+write_cam_control_32268 write_cam_control 0 32268 NULL
-+pci_siig20x_init_32269 pci_siig20x_init 0 32269 NULL nohasharray
-+natsemi_set_dspcfg_workaround_32269 natsemi_set_dspcfg_workaround 0-4 32269 &pci_siig20x_init_32269
-+store_in_max_32278 store_in_max 0-4 32278 NULL
-+cgroup_write_notify_on_release_32281 cgroup_write_notify_on_release 0 32281 NULL
-+runtime_resume_32282 runtime_resume 0 32282 NULL
-+kernel_getpeername_32285 kernel_getpeername 0 32285 NULL
-+show_control_32286 show_control 0 32286 NULL
-+uart401_open_32288 uart401_open 0 32288 NULL
-+l3_alloc_skb_32289 l3_alloc_skb 1 32289 NULL
-+netvsc_send_pkt_32291 netvsc_send_pkt 0 32291 NULL
-+alloc_ofld_rxqs_32293 alloc_ofld_rxqs 0 32293 NULL
-+proc_sys_getattr_32297 proc_sys_getattr 0 32297 NULL
-+sisusb_read_memio_long_32299 sisusb_read_memio_long 0 32299 NULL
-+find_ci_32301 find_ci 0 32301 NULL
-+lm3530_mode_set_32305 lm3530_mode_set 0-4 32305 NULL
-+smbiosinstance_show_32307 smbiosinstance_show 0 32307 NULL
-+vmalloc_user_32308 vmalloc_user 1 32308 NULL
-+pm_async_show_32309 pm_async_show 0 32309 NULL
-+si476x_cmd_tune_seek_freq_32310 si476x_cmd_tune_seek_freq 4-6 32310 NULL
-+SyS_select_32319 SyS_select 1 32319 NULL
-+wlcore_hw_init_vif_32322 wlcore_hw_init_vif 0 32322 NULL nohasharray
-+write_undock_32322 write_undock 0-4 32322 &wlcore_hw_init_vif_32322
-+pm_stats_clear_32324 pm_stats_clear 0-3 32324 NULL
-+i40evf_setup_all_tx_resources_32325 i40evf_setup_all_tx_resources 0 32325 NULL
-+store_pwm_enable_32327 store_pwm_enable 0-4 32327 NULL
-+patch_stac9872_32328 patch_stac9872 0 32328 NULL
-+permissive_show_32335 permissive_show 0 32335 NULL nohasharray
-+max_write_same_blocks_store_32335 max_write_same_blocks_store 0-4 32335 &permissive_show_32335
-+xfs_bmap_extsize_align_32338 xfs_bmap_extsize_align 0 32338 NULL
-+parport_ieee1284_epp_write_addr_32339 parport_ieee1284_epp_write_addr 0 32339 NULL
-+adummy_send_32340 adummy_send 0 32340 NULL nohasharray
-+wl12xx_sdio_power_off_32340 wl12xx_sdio_power_off 0 32340 &adummy_send_32340
-+out_read_bytes_avail_show_32341 out_read_bytes_avail_show 0 32341 NULL
-+t4_alloc_mem_32342 t4_alloc_mem 1 32342 NULL
-+lpfc_num_discovered_ports_show_32346 lpfc_num_discovered_ports_show 0 32346 NULL
-+__iscsi_tpg_auth_store_password_32349 __iscsi_tpg_auth_store_password 0-3 32349 NULL
-+card_number_show_attr_32354 card_number_show_attr 0 32354 NULL
-+show_sas_rphy_sas_address_32356 show_sas_rphy_sas_address 0 32356 NULL nohasharray
-+chnl_net_open_32356 chnl_net_open 0 32356 &show_sas_rphy_sas_address_32356
-+dispatch_ioctl_32357 dispatch_ioctl 2 32357 NULL nohasharray
-+rx_streaming_always_write_32357 rx_streaming_always_write 3-0 32357 &dispatch_ioctl_32357
-+ca0132_build_controls_32359 ca0132_build_controls 0 32359 NULL
-+sel_read_initcon_32362 sel_read_initcon 3-0 32362 NULL nohasharray
-+ReadHDLCPCI_32362 ReadHDLCPCI 0 32362 &sel_read_initcon_32362
-+hashtab_insert_32364 hashtab_insert 0 32364 NULL nohasharray
-+inet_create_32364 inet_create 0 32364 &hashtab_insert_32364
-+dummy_systimer_prepare_32365 dummy_systimer_prepare 0 32365 NULL nohasharray
-+event_file_read_32365 event_file_read 0-3 32365 &dummy_systimer_prepare_32365
-+igb_set_mac_32366 igb_set_mac 0 32366 NULL
-+_drbd_bm_find_next_32372 _drbd_bm_find_next 2 32372 NULL nohasharray
-+send_mpa_reply_32372 send_mpa_reply 3 32372 &_drbd_bm_find_next_32372
-+ubi_check_volume_32373 ubi_check_volume 0 32373 NULL
-+klsi_105_get_line_state_32376 klsi_105_get_line_state 0 32376 NULL
-+ds1343_nvram_read_32377 ds1343_nvram_read 0-5-6 32377 NULL nohasharray
-+usbtmc_read_32377 usbtmc_read 0-3 32377 &ds1343_nvram_read_32377
-+root_port_show_32379 root_port_show 0 32379 NULL
-+rtl8821ae_download_fw_32380 rtl8821ae_download_fw 0 32380 NULL
-+show_sys_wmi_32385 show_sys_wmi 0 32385 NULL
-+ipvlan_addr6_event_32387 ipvlan_addr6_event 0 32387 NULL
-+x75create_32394 x75create 0 32394 NULL
-+xfs_da3_node_toosmall_32396 xfs_da3_node_toosmall 0 32396 NULL
-+runtime_suspend_32397 runtime_suspend 0 32397 NULL
-+qla4_82xx_pci_mem_write_2M_32398 qla4_82xx_pci_mem_write_2M 2 32398 NULL nohasharray
-+ll_setxattr_common_32398 ll_setxattr_common 4 32398 &qla4_82xx_pci_mem_write_2M_32398
-+xfs_iext_add_indirect_multi_32400 xfs_iext_add_indirect_multi 3 32400 NULL
-+lpfc_info_show_32404 lpfc_info_show 0 32404 NULL nohasharray
-+usecs_to_dev_32404 usecs_to_dev 0 32404 &lpfc_info_show_32404 nohasharray
-+lbs_host_sleep_cfg_32404 lbs_host_sleep_cfg 0 32404 &usecs_to_dev_32404
-+vmci_qp_alloc_32405 vmci_qp_alloc 3-5 32405 NULL nohasharray
-+ad7266_preenable_32405 ad7266_preenable 0 32405 &vmci_qp_alloc_32405
-+dm1105_i2c_xfer_32406 dm1105_i2c_xfer 0-3 32406 NULL
-+fc2580_rd_regs_32407 fc2580_rd_regs 0 32407 NULL
-+kovaplus_sysfs_show_actual_profile_32412 kovaplus_sysfs_show_actual_profile 0 32412 NULL nohasharray
-+store_shost_eh_deadline_32412 store_shost_eh_deadline 0-4 32412 &kovaplus_sysfs_show_actual_profile_32412
-+lpfc_programtype_show_32416 lpfc_programtype_show 0 32416 NULL
-+start_reshape_32423 start_reshape 0 32423 NULL nohasharray
-+xadc_update_scan_mode_32423 xadc_update_scan_mode 0 32423 &start_reshape_32423
-+SyS_send_32424 SyS_send 3 32424 NULL
-+at86rf230_set_frame_retries_32429 at86rf230_set_frame_retries 0 32429 NULL
-+blk_mq_hw_sysfs_rq_list_show_32433 blk_mq_hw_sysfs_rq_list_show 0 32433 NULL
-+ocfs2_active_cluster_plugin_show_32436 ocfs2_active_cluster_plugin_show 0 32436 NULL
-+xfs_alloc_put_freelist_32437 xfs_alloc_put_freelist 0 32437 NULL
-+bcm7xxx_28nm_b0_afe_config_init_32439 bcm7xxx_28nm_b0_afe_config_init 0 32439 NULL nohasharray
-+break_ksm_32439 break_ksm 0 32439 &bcm7xxx_28nm_b0_afe_config_init_32439
-+fore200e_pca_proc_read_32440 fore200e_pca_proc_read 0 32440 NULL nohasharray
-+cfq_set_leaf_weight_32440 cfq_set_leaf_weight 0 32440 &fore200e_pca_proc_read_32440 nohasharray
-+reiserfs_direct_IO_32440 reiserfs_direct_IO 3 32440 &cfq_set_leaf_weight_32440
-+show_in16_32441 show_in16 0 32441 NULL
-+axnet_resume_32442 axnet_resume 0 32442 NULL
-+cx25840_s_ctrl_32444 cx25840_s_ctrl 0 32444 NULL
-+hpfs_symlink_readpage_32450 hpfs_symlink_readpage 0 32450 NULL
-+set_status_32456 set_status 0 32456 NULL
-+sdev_format_header_32457 sdev_format_header 0-2 32457 NULL
-+hid_input_report_32458 hid_input_report 4 32458 NULL nohasharray
-+wm8350_block_read_32458 wm8350_block_read 0 32458 &hid_input_report_32458 nohasharray
-+__ext4_handle_dirty_super_32458 __ext4_handle_dirty_super 0 32458 &wm8350_block_read_32458
-+ext4_file_write_iter_32461 ext4_file_write_iter 0 32461 NULL
-+cache_status_32462 cache_status 5 32462 NULL
-+show_fanin_32463 show_fanin 0 32463 NULL nohasharray
-+ftrace_hash_ipmodify_enable_32463 ftrace_hash_ipmodify_enable 0 32463 &show_fanin_32463
-+fill_readbuf_32464 fill_readbuf 3-0 32464 NULL nohasharray
-+w5300_open_32464 w5300_open 0 32464 &fill_readbuf_32464
-+ieee80211_fill_mesh_addresses_32465 ieee80211_fill_mesh_addresses 0 32465 NULL nohasharray
-+show_session_param_ISCSI_PARAM_BIDI_CHAP_EN_32465 show_session_param_ISCSI_PARAM_BIDI_CHAP_EN 0 32465 &ieee80211_fill_mesh_addresses_32465
-+ina209_show_value_32470 ina209_show_value 0 32470 NULL
-+dlm_callback_start_32473 dlm_callback_start 0 32473 NULL
-+piix4_access_32474 piix4_access 0 32474 NULL
-+ore_io_execute_32479 ore_io_execute 0 32479 NULL
-+copy_result_to_user_32486 copy_result_to_user 0 32486 NULL
-+kovaplus_sysfs_show_firmware_version_32487 kovaplus_sysfs_show_firmware_version 0 32487 NULL
-+temp0_show_32489 temp0_show 0 32489 NULL
-+cs42l52_beep_set_32491 cs42l52_beep_set 0-4 32491 NULL
-+ide_driver_proc_write_32493 ide_driver_proc_write 3-0 32493 NULL
-+snd_emu10k1_fx8010_playback_prepare_32494 snd_emu10k1_fx8010_playback_prepare 0 32494 NULL
-+sh_eth_vlan_rx_add_vid_32495 sh_eth_vlan_rx_add_vid 0 32495 NULL
-+fuse_setxattr_32496 fuse_setxattr 0 32496 NULL
-+lp3943_gpio_direction_input_32499 lp3943_gpio_direction_input 0 32499 NULL
-+amd_xgbe_phy_cur_mode_32503 amd_xgbe_phy_cur_mode 0 32503 NULL
-+initialize_32504 initialize 0 32504 NULL
-+fwnet_open_32505 fwnet_open 0 32505 NULL
-+adv7170_g_fmt_32507 adv7170_g_fmt 0 32507 NULL
-+wiimote_cmd_read_32510 wiimote_cmd_read 0 32510 NULL nohasharray
-+adt7411_read_10_bit_32510 adt7411_read_10_bit 0-4 32510 &wiimote_cmd_read_32510 nohasharray
-+mdc_pinger_recov_seq_write_32510 mdc_pinger_recov_seq_write 3 32510 &adt7411_read_10_bit_32510
-+sysfs_set_reg_32512 sysfs_set_reg 0-4 32512 NULL
-+ctrl_std_val_to_sym_32516 ctrl_std_val_to_sym 5 32516 NULL
-+hot_reset_store_32518 hot_reset_store 0-4 32518 NULL
-+disconnect_32521 disconnect 4 32521 NULL
-+qsfp_read_32522 qsfp_read 0-2-4 32522 NULL
-+ip_map_parse_32523 ip_map_parse 0 32523 NULL
-+be2iscsi_iface_get_param_32527 be2iscsi_iface_get_param 0 32527 NULL
-+ilo_read_32531 ilo_read 3-0 32531 NULL
-+ieee80211_if_read_estab_plinks_32533 ieee80211_if_read_estab_plinks 3-0 32533 NULL
-+da9055_rtc_read_time_32534 da9055_rtc_read_time 0 32534 NULL
-+hwrng_attr_current_show_32536 hwrng_attr_current_show 0 32536 NULL
-+lb_port_stats_init_32541 lb_port_stats_init 0 32541 NULL
-+cciss_scsi_write_info_32542 cciss_scsi_write_info 0-3 32542 NULL
-+ieee80211_send_auth_32543 ieee80211_send_auth 6 32543 NULL
-+regmap_spmi_base_read_32544 regmap_spmi_base_read 0 32544 NULL
-+radeon_get_pm_profile_32545 radeon_get_pm_profile 0 32545 NULL
-+format_devstat_counter_32550 format_devstat_counter 3-0 32550 NULL
-+iscsi_tpg_attrib_store_default_erl_32551 iscsi_tpg_attrib_store_default_erl 0-3 32551 NULL
-+show_fcstat_fcp_packet_alloc_failures_32552 show_fcstat_fcp_packet_alloc_failures 0 32552 NULL
-+device_change_notifier_32558 device_change_notifier 0 32558 NULL
-+bitmap_store_32559 bitmap_store 0-3 32559 NULL
-+ipgre_header_32561 ipgre_header 0 32561 NULL nohasharray
-+alloc_dma_desc_resources_32561 alloc_dma_desc_resources 0 32561 &ipgre_header_32561 nohasharray
-+__blockdev_direct_IO_32561 __blockdev_direct_IO 5-0 32561 &alloc_dma_desc_resources_32561
-+aes_encrypt_fail_read_32562 aes_encrypt_fail_read 3-0 32562 NULL
-+loop_attr_backing_file_show_32564 loop_attr_backing_file_show 0 32564 NULL
-+osc_iocontrol_32565 osc_iocontrol 3 32565 NULL
-+smi_data_write_32567 smi_data_write 0-6-5 32567 NULL
-+nilfs_segments_segments_number_show_32568 nilfs_segments_segments_number_show 0 32568 NULL
-+listen_32570 listen 0 32570 NULL
-+__vlan_add_32575 __vlan_add 0 32575 NULL
-+pnp_mem_len_32584 pnp_mem_len 0 32584 NULL nohasharray
-+wl12xx_update_sta_state_32584 wl12xx_update_sta_state 0 32584 &pnp_mem_len_32584
-+mem_swapout_entry_32586 mem_swapout_entry 3-0 32586 NULL nohasharray
-+jid_show_32586 jid_show 0 32586 &mem_swapout_entry_32586
-+pipeline_tcp_tx_stat_fifo_int_read_32589 pipeline_tcp_tx_stat_fifo_int_read 3-0 32589 NULL
-+ath10k_mac_set_rts_32591 ath10k_mac_set_rts 0 32591 NULL nohasharray
-+bnx2x_exe_queue_add_32591 bnx2x_exe_queue_add 0 32591 &ath10k_mac_set_rts_32591
-+print_cpus_kernel_max_32592 print_cpus_kernel_max 0 32592 NULL
-+erst_exec_subtract_value_32594 erst_exec_subtract_value 0 32594 NULL
-+read_file_beacon_32595 read_file_beacon 3-0 32595 NULL
-+nilfs_dat_prepare_alloc_32598 nilfs_dat_prepare_alloc 0 32598 NULL
-+show_fcoe_fcf_device_mac_32601 show_fcoe_fcf_device_mac 0 32601 NULL
-+ieee80211_if_read_dropped_frames_congestion_32603 ieee80211_if_read_dropped_frames_congestion 3-0 32603 NULL
-+sys_set_mempolicy_32608 sys_set_mempolicy 3 32608 NULL nohasharray
-+dma_alloc_pages_32608 dma_alloc_pages 3 32608 &sys_set_mempolicy_32608 nohasharray
-+status_control_read_32608 status_control_read 0-5-6 32608 &dma_alloc_pages_32608 nohasharray
-+vbi_out_buf_prepare_32608 vbi_out_buf_prepare 0 32608 &status_control_read_32608
-+replace_page_cache_page_32613 replace_page_cache_page 0 32613 NULL
-+show_spi_transport_rti_32617 show_spi_transport_rti 0 32617 NULL
-+smsc75xx_ethtool_get_eeprom_len_32621 smsc75xx_ethtool_get_eeprom_len 0 32621 NULL
-+lx_pipe_start_32625 lx_pipe_start 0 32625 NULL
-+cifs_writepage_32626 cifs_writepage 0 32626 NULL
-+irda_recvmsg_dgram_32631 irda_recvmsg_dgram 4-0 32631 NULL
-+cfg80211_roamed_32632 cfg80211_roamed 7-5 32632 NULL
-+po1030_set_auto_white_balance_32633 po1030_set_auto_white_balance 0 32633 NULL
-+vpivci_to_channel_32635 vpivci_to_channel 0 32635 NULL
-+ieee80211_hdrlen_32637 ieee80211_hdrlen 0 32637 NULL
-+nilfs_cpfile_get_checkpoint_32639 nilfs_cpfile_get_checkpoint 0 32639 NULL nohasharray
-+phonet_device_notify_32639 phonet_device_notify 0 32639 &nilfs_cpfile_get_checkpoint_32639
-+show_abi_version_32641 show_abi_version 0 32641 NULL nohasharray
-+_isl12057_rtc_read_time_32641 _isl12057_rtc_read_time 0 32641 &show_abi_version_32641
-+ite_decode_bytes_32642 ite_decode_bytes 3 32642 NULL
-+rtl8187_cmd_reset_32643 rtl8187_cmd_reset 0 32643 NULL
-+xpcs_reg_value_read_32644 xpcs_reg_value_read 3-0 32644 NULL
-+kvmalloc_32646 kvmalloc 1 32646 NULL nohasharray
-+niu_get_sset_count_32646 niu_get_sset_count 0 32646 &kvmalloc_32646
-+cxacru_sysfs_show_upstream_bits_per_frame_32651 cxacru_sysfs_show_upstream_bits_per_frame 0 32651 NULL
-+generic_readlink_32654 generic_readlink 3-0 32654 NULL nohasharray
-+ftrace_startup_32654 ftrace_startup 0 32654 &generic_readlink_32654
-+snd_seq_device_dev_register_32666 snd_seq_device_dev_register 0 32666 NULL
-+get_unaligned_be24_32667 get_unaligned_be24 0 32667 NULL
-+vbi_cap_start_streaming_32668 vbi_cap_start_streaming 0 32668 NULL
-+move_addr_to_kernel_32673 move_addr_to_kernel 2-0 32673 NULL
-+__exofs_wait_obj_created_32678 __exofs_wait_obj_created 0 32678 NULL
-+compat_SyS_preadv_32679 compat_SyS_preadv 3 32679 NULL
-+mxl111sf_tuner_write_reg_32683 mxl111sf_tuner_write_reg 0 32683 NULL nohasharray
-+lp_read_32683 lp_read 0-3 32683 &mxl111sf_tuner_write_reg_32683
-+via_lock_rate_32684 via_lock_rate 0 32684 NULL
-+family_show_32685 family_show 0 32685 NULL
-+tps80031_set_bits_32686 tps80031_set_bits 0 32686 NULL
-+blkdev_writepage_32693 blkdev_writepage 0 32693 NULL
-+si4713_i2c_write_32696 si4713_i2c_write 0 32696 NULL
-+bnad_vlan_rx_add_vid_32699 bnad_vlan_rx_add_vid 0 32699 NULL
-+si3054_init_32700 si3054_init 0 32700 NULL
-+jfs_readpages_32702 jfs_readpages 4 32702 NULL nohasharray
-+evdev_write_32702 evdev_write 0-3 32702 &jfs_readpages_32702
-+security_get_32703 security_get 0 32703 NULL nohasharray
-+cgroup_migrate_32703 cgroup_migrate 0 32703 &security_get_32703
-+check_bdq_32704 check_bdq 0 32704 NULL
-+xfs_filestream_new_ag_32711 xfs_filestream_new_ag 0 32711 NULL
-+rt2x00debug_read_queue_dump_32712 rt2x00debug_read_queue_dump 3-0 32712 NULL
-+stv06xx_write_sensor_words_32713 stv06xx_write_sensor_words 0 32713 NULL nohasharray
-+xfs_bmbt_update_32713 xfs_bmbt_update 0 32713 &stv06xx_write_sensor_words_32713 nohasharray
-+acpi_processor_suspend_32713 acpi_processor_suspend 0 32713 &xfs_bmbt_update_32713
-+_xfs_buf_get_pages_32715 _xfs_buf_get_pages 2 32715 NULL nohasharray
-+vmxnet3_rq_init_32715 vmxnet3_rq_init 0 32715 &_xfs_buf_get_pages_32715
-+usb_ma901radio_s_ctrl_32718 usb_ma901radio_s_ctrl 0 32718 NULL
-+show_conn_param_ISCSI_PARAM_EXP_STATSN_32720 show_conn_param_ISCSI_PARAM_EXP_STATSN 0 32720 NULL
-+rpm_resume_32734 rpm_resume 0 32734 NULL
-+ncp_make_open_32735 ncp_make_open 0 32735 NULL
-+ping_get_port_32738 ping_get_port 0 32738 NULL nohasharray
-+team_netpoll_setup_32738 team_netpoll_setup 0 32738 &ping_get_port_32738
-+e1000_alloc_ring_dma_32741 e1000_alloc_ring_dma 0 32741 NULL
-+i40e_pci_sriov_enable_32742 i40e_pci_sriov_enable 2-0 32742 NULL
-+mcp251x_set_normal_mode_32743 mcp251x_set_normal_mode 0 32743 NULL nohasharray
-+slc_open_32743 slc_open 0 32743 &mcp251x_set_normal_mode_32743
-+stats_read_ul_32751 stats_read_ul 3-0 32751 NULL
-+stv06xx_isoc_nego_32752 stv06xx_isoc_nego 0 32752 NULL
-+every_nth_show_32754 every_nth_show 0 32754 NULL
-+__uncore_thr_show_32756 __uncore_thr_show 0 32756 NULL
-+tg_set_cfs_bandwidth_32757 tg_set_cfs_bandwidth 0 32757 NULL
-+iwl_dbgfs_fw_dbg_conf_write_32770 iwl_dbgfs_fw_dbg_conf_write 0-3 32770 NULL
-+vmci_transport_dgram_dequeue_32775 vmci_transport_dgram_dequeue 4-0 32775 NULL
-+qt2_write_32776 qt2_write 0-4 32776 NULL
-+target_stat_scsi_dev_attr_store_32778 target_stat_scsi_dev_attr_store 0 32778 NULL
-+pcxhr_get_clock_reg_32779 pcxhr_get_clock_reg 0 32779 NULL nohasharray
-+wl1251_cmd_configure_32779 wl1251_cmd_configure 0 32779 &pcxhr_get_clock_reg_32779
-+show_state_field_32780 show_state_field 0 32780 NULL
-+rt2800usb_set_device_state_32783 rt2800usb_set_device_state 0 32783 NULL
-+sctp_tsnmap_grow_32784 sctp_tsnmap_grow 2 32784 NULL nohasharray
-+vbi_cap_buf_prepare_32784 vbi_cap_buf_prepare 0 32784 &sctp_tsnmap_grow_32784
-+ebt_out_hook_32788 ebt_out_hook 0 32788 NULL
-+qla2x00_diag_megabytes_show_32789 qla2x00_diag_megabytes_show 0 32789 NULL
-+ocfs2_read_inode_block_full_32790 ocfs2_read_inode_block_full 0 32790 NULL nohasharray
-+show_tcpPassiveOpens_32790 show_tcpPassiveOpens 0 32790 &ocfs2_read_inode_block_full_32790 nohasharray
-+p54_get_stats_32790 p54_get_stats 0 32790 &show_tcpPassiveOpens_32790
-+iscsi_disc_show_password_mutual_32793 iscsi_disc_show_password_mutual 0 32793 NULL
-+xfs_trans_read_buf_32795 xfs_trans_read_buf 0 32795 NULL
-+mv88e6xxx_reg_write_32803 mv88e6xxx_reg_write 0 32803 NULL
-+ath5k_hw_reset_32804 ath5k_hw_reset 0 32804 NULL
-+rproc_name_read_32805 rproc_name_read 3-0 32805 NULL
-+get_register_page_interruptible_32809 get_register_page_interruptible 0-5 32809 NULL nohasharray
-+target_core_alua_tg_pt_gp_store_attr_nonop_delay_msecs_32809 target_core_alua_tg_pt_gp_store_attr_nonop_delay_msecs 0-3 32809 &get_register_page_interruptible_32809 nohasharray
-+b43legacy_attr_preamble_store_32809 b43legacy_attr_preamble_store 0-4 32809 &target_core_alua_tg_pt_gp_store_attr_nonop_delay_msecs_32809
-+copy_name_32811 copy_name 0-3 32811 NULL
-+ieee80211_tdls_mgmt_32825 ieee80211_tdls_mgmt 10 32825 NULL
-+mac802154_wpan_update_llsec_32831 mac802154_wpan_update_llsec 0 32831 NULL
-+video_autosw_get_32836 video_autosw_get 0 32836 NULL
-+__ksize_32837 __ksize 0 32837 NULL
-+stk17ta8_nvram_write_32843 stk17ta8_nvram_write 0-6-5 32843 NULL
-+phy_set_clr_bits_32845 phy_set_clr_bits 0-3-4 32845 NULL
-+vga_rseq_32848 vga_rseq 0 32848 NULL
-+amd64_inject_write_store_32852 amd64_inject_write_store 0-4 32852 NULL
-+hdpvr_s_ctrl_32855 hdpvr_s_ctrl 0 32855 NULL
-+show_32860 show 0 32860 NULL
-+sta_tx_latency_stat_read_32862 sta_tx_latency_stat_read 3-0 32862 NULL
-+new_tape_buffer_32866 new_tape_buffer 2 32866 NULL
-+io_apic_setup_irq_pin_32868 io_apic_setup_irq_pin 1 32868 NULL nohasharray
-+__uncore_match_vnw_show_32868 __uncore_match_vnw_show 0 32868 &io_apic_setup_irq_pin_32868
-+mxl5007t_write_reg_32872 mxl5007t_write_reg 0 32872 NULL
-+solo_osd_print_32873 solo_osd_print 0 32873 NULL
-+sha1_final_32876 sha1_final 0 32876 NULL
-+cifs_writedata_alloc_32880 cifs_writedata_alloc 1 32880 NULL nohasharray
-+ath6kl_usb_submit_ctrl_in_32880 ath6kl_usb_submit_ctrl_in 6 32880 &cifs_writedata_alloc_32880 nohasharray
-+__tcp_splice_read_32880 __tcp_splice_read 0 32880 &ath6kl_usb_submit_ctrl_in_32880
-+wl12xx_cmd_config_fwlog_32882 wl12xx_cmd_config_fwlog 0 32882 NULL
-+vp702x_usb_inout_cmd_32884 vp702x_usb_inout_cmd 4-6 32884 NULL nohasharray
-+_convert_lock_32884 _convert_lock 0 32884 &vp702x_usb_inout_cmd_32884
-+ocfs2_iterate_xattr_index_block_32885 ocfs2_iterate_xattr_index_block 0 32885 NULL
-+r820t_write_reg_32889 r820t_write_reg 0 32889 NULL
-+ath6kl_usb_post_recv_transfers_32892 ath6kl_usb_post_recv_transfers 2 32892 NULL nohasharray
-+msp_s_ctrl_32892 msp_s_ctrl 0 32892 &ath6kl_usb_post_recv_transfers_32892
-+visorchannel_dump_section_32893 visorchannel_dump_section 4 32893 NULL
-+get_pwm1_auto_point_pwm_32898 get_pwm1_auto_point_pwm 0 32898 NULL
-+ext4_get_group_number_32899 ext4_get_group_number 0-2 32899 NULL
-+ath5k_hw_set_power_mode_32901 ath5k_hw_set_power_mode 0 32901 NULL
-+bonding_show_carrier_32902 bonding_show_carrier 0 32902 NULL nohasharray
-+tsl2550_show_power_state_32902 tsl2550_show_power_state 0 32902 &bonding_show_carrier_32902
-+arvo_sysfs_show_mode_key_32906 arvo_sysfs_show_mode_key 0 32906 NULL nohasharray
-+lpss_reg_read_32906 lpss_reg_read 0 32906 &arvo_sysfs_show_mode_key_32906
-+write_policy_show_32908 write_policy_show 0 32908 NULL
-+show_fan16_32912 show_fan16 0 32912 NULL
-+il_dbgfs_tx_stats_read_32913 il_dbgfs_tx_stats_read 3-0 32913 NULL
-+add_bound_rdev_32915 add_bound_rdev 0 32915 NULL
-+show_32916 show 0 32916 NULL
-+mcp3422_show_samp_freqs_32924 mcp3422_show_samp_freqs 0 32924 NULL nohasharray
-+hibernate_32924 hibernate 0 32924 &mcp3422_show_samp_freqs_32924
-+zlib_inflate_workspacesize_32927 zlib_inflate_workspacesize 0 32927 NULL
-+xen_swiotlb_dma_mapping_error_32931 xen_swiotlb_dma_mapping_error 0-2 32931 NULL
-+nfs_direct_IO_32932 nfs_direct_IO 0 32932 NULL
-+hdmi_conf_apply_32934 hdmi_conf_apply 0 32934 NULL
-+i40e_vsi_configure_rx_32937 i40e_vsi_configure_rx 0 32937 NULL
-+add_dev_to_thread_32944 add_dev_to_thread 0 32944 NULL
-+chip_mc_read_32945 chip_mc_read 0 32945 NULL
-+store_temp_auto_boost_hyst_32950 store_temp_auto_boost_hyst 0-4 32950 NULL
-+usbatm_atm_proc_read_32951 usbatm_atm_proc_read 0 32951 NULL nohasharray
-+set_gpio_32951 set_gpio 0-4 32951 &usbatm_atm_proc_read_32951
-+mdiobus_write_32952 mdiobus_write 0 32952 NULL
-+trusted_list_32953 trusted_list 0-5 32953 NULL
-+target_core_dev_pr_show_attr_res_pr_holder_tg_port_32956 target_core_dev_pr_show_attr_res_pr_holder_tg_port 0 32956 NULL
-+ext4_valid_block_bitmap_32958 ext4_valid_block_bitmap 3 32958 NULL
-+xfs_log_reserve_32959 xfs_log_reserve 0 32959 NULL
-+wl1251_acx_group_address_tbl_32961 wl1251_acx_group_address_tbl 0 32961 NULL
-+afs_writeback_all_32967 afs_writeback_all 0 32967 NULL
-+mwl8k_cmd_set_hw_spec_32968 mwl8k_cmd_set_hw_spec 0 32968 NULL
-+sh_eth_dev_init_32971 sh_eth_dev_init 0 32971 NULL nohasharray
-+ext4_group_overhead_blocks_32971 ext4_group_overhead_blocks 0 32971 &sh_eth_dev_init_32971
-+saa7706h_i2c_send_32979 saa7706h_i2c_send 3-0 32979 NULL
-+show_selfballooning_32982 show_selfballooning 0 32982 NULL
-+show_fnode_header_digest_32983 show_fnode_header_digest 0 32983 NULL
-+kvaser_usb_set_opt_mode_32990 kvaser_usb_set_opt_mode 0 32990 NULL
-+iwl_mvm_phy_ctxt_apply_33000 iwl_mvm_phy_ctxt_apply 0 33000 NULL nohasharray
-+netdev_change_mtu_33000 netdev_change_mtu 0 33000 &iwl_mvm_phy_ctxt_apply_33000
-+fm_v4l2_fops_read_33006 fm_v4l2_fops_read 0-3 33006 NULL
-+ext3_alloc_blocks_33007 ext3_alloc_blocks 0-3 33007 NULL nohasharray
-+SyS_syslog_33007 SyS_syslog 3 33007 &ext3_alloc_blocks_33007
-+iwl_mvm_power_update_mac_33008 iwl_mvm_power_update_mac 0 33008 NULL
-+rt_mutex_slowtrylock_33011 rt_mutex_slowtrylock 0 33011 NULL
-+br_multicast_set_hash_max_33012 br_multicast_set_hash_max 2 33012 NULL
-+nvkm_pmu_create__33013 nvkm_pmu_create_ 4 33013 NULL
-+xfs_attr3_leaf_setflag_33014 xfs_attr3_leaf_setflag 0 33014 NULL
-+efivar_attr_store_33016 efivar_attr_store 0-4 33016 NULL nohasharray
-+snd_hda_parse_hdmi_codec_33016 snd_hda_parse_hdmi_codec 0 33016 &efivar_attr_store_33016
-+dibx000_i2c_master_xfer_gpio12_33018 dibx000_i2c_master_xfer_gpio12 0-3 33018 NULL
-+write_file_bt_ant_diversity_33019 write_file_bt_ant_diversity 3-0 33019 NULL
-+af9005_write_register_bits_33021 af9005_write_register_bits 0 33021 NULL
-+st_magn_buffer_postenable_33025 st_magn_buffer_postenable 0 33025 NULL
-+dapm_widget_show_33027 dapm_widget_show 0 33027 NULL
-+int340x_thermal_get_trip_type_33029 int340x_thermal_get_trip_type 0 33029 NULL
-+show_current_governor_33033 show_current_governor 0 33033 NULL
-+make_reservation_33038 make_reservation 0 33038 NULL
-+ata_scsi_em_message_store_33040 ata_scsi_em_message_store 0-4 33040 NULL
-+cxgb4vf_get_sset_count_33041 cxgb4vf_get_sset_count 0 33041 NULL
-+ov7670_s_hflip_33044 ov7670_s_hflip 0 33044 NULL
-+show_ch_count_33045 show_ch_count 0 33045 NULL
-+show_sgid_33048 show_sgid 0 33048 NULL
-+SYSC_lgetxattr_33049 SYSC_lgetxattr 4 33049 NULL
-+pipeline_dec_packet_in_fifo_full_read_33052 pipeline_dec_packet_in_fifo_full_read 3-0 33052 NULL
-+ebt_compat_match_offset_33053 ebt_compat_match_offset 0-2 33053 NULL
-+bitmap_resize_33054 bitmap_resize 2-0 33054 NULL nohasharray
-+nfs_readpage_33054 nfs_readpage 0 33054 &bitmap_resize_33054
-+show_sas_phy_maximum_linkrate_hw_33056 show_sas_phy_maximum_linkrate_hw 0 33056 NULL nohasharray
-+qlcnic_send_cmd_descs_33056 qlcnic_send_cmd_descs 0 33056 &show_sas_phy_maximum_linkrate_hw_33056
-+cifs_getattr_33057 cifs_getattr 0 33057 NULL
-+target_stat_scsi_lu_show_attr_read_mbytes_33059 target_stat_scsi_lu_show_attr_read_mbytes 0 33059 NULL nohasharray
-+intel_ring_flush_all_caches_33059 intel_ring_flush_all_caches 0 33059 &target_stat_scsi_lu_show_attr_read_mbytes_33059
-+stats_dot11RTSSuccessCount_read_33065 stats_dot11RTSSuccessCount_read 3-0 33065 NULL
-+sel_read_checkreqprot_33068 sel_read_checkreqprot 3-0 33068 NULL
-+vbi_buffer_prepare_33070 vbi_buffer_prepare 0 33070 NULL
-+gfs2_write_end_33073 gfs2_write_end 0-5 33073 NULL
-+target_stat_scsi_dev_show_attr_role_33074 target_stat_scsi_dev_show_attr_role 0 33074 NULL nohasharray
-+ff_write_ee_33074 ff_write_ee 0-2-4 33074 &target_stat_scsi_dev_show_attr_role_33074
-+__key_instantiate_and_link_33075 __key_instantiate_and_link 0 33075 NULL
-+tomoyo_write_33076 tomoyo_write 0-3 33076 NULL
-+dsa_slave_set_mac_address_33080 dsa_slave_set_mac_address 0 33080 NULL
-+i8xx_pipe_crc_ctl_reg_33082 i8xx_pipe_crc_ctl_reg 0 33082 NULL
-+acl_permission_check_33083 acl_permission_check 0 33083 NULL nohasharray
-+si476x_radio_s_ctrl_33083 si476x_radio_s_ctrl 0 33083 &acl_permission_check_33083
-+os_desc_b_vendor_code_show_33087 os_desc_b_vendor_code_show 0 33087 NULL
-+fcoe_cpu_callback_33094 fcoe_cpu_callback 0 33094 NULL
-+snd_cx88_prepare_33099 snd_cx88_prepare 0 33099 NULL
-+drv_attr_store_33101 drv_attr_store 0-4 33101 NULL
-+vnic_dev_cmd_no_proxy_33109 vnic_dev_cmd_no_proxy 0 33109 NULL
-+iscsi_tpg_param_store_MaxOutstandingR2T_33111 iscsi_tpg_param_store_MaxOutstandingR2T 0-3 33111 NULL
-+ieee80211_fragment_33112 ieee80211_fragment 4 33112 NULL nohasharray
-+dump_cr_33112 dump_cr 0 33112 &ieee80211_fragment_33112 nohasharray
-+metadata_store_33112 metadata_store 0-3 33112 &dump_cr_33112
-+nf_nat_ipv4_local_fn_33119 nf_nat_ipv4_local_fn 0 33119 NULL nohasharray
-+set_beep_33119 set_beep 0-4 33119 &nf_nat_ipv4_local_fn_33119
-+write_node_33121 write_node 4-0 33121 NULL
-+llc_ui_sendmsg_33123 llc_ui_sendmsg 3 33123 NULL
-+virtual_gb_store_33126 virtual_gb_store 0-3 33126 NULL
-+fb_sys_write_33130 fb_sys_write 3 33130 NULL nohasharray
-+cxgb4_inet6addr_handler_33130 cxgb4_inet6addr_handler 0 33130 &fb_sys_write_33130
-+sas_change_queue_depth_33131 sas_change_queue_depth 2-0 33131 NULL
-+show_fcoe_ctlr_device_err_block_33135 show_fcoe_ctlr_device_err_block 0 33135 NULL nohasharray
-+asm_rev_show_33135 asm_rev_show 0 33135 &show_fcoe_ctlr_device_err_block_33135 nohasharray
-+i40e_vsi_add_vlan_33135 i40e_vsi_add_vlan 0 33135 &asm_rev_show_33135
-+iwl_mvm_mac_ctx_send_33141 iwl_mvm_mac_ctx_send 0 33141 NULL
-+backlog_show_33143 backlog_show 0 33143 NULL nohasharray
-+notify_change_33143 notify_change 0 33143 &backlog_show_33143
-+bond_option_arp_ip_target_add_33152 bond_option_arp_ip_target_add 0 33152 NULL nohasharray
-+SyS_poll_33152 SyS_poll 2 33152 &bond_option_arp_ip_target_add_33152
-+_pci_add_cap_save_buffer_33153 _pci_add_cap_save_buffer 4 33153 NULL
-+packet_sendmsg_33154 packet_sendmsg 3 33154 NULL
-+ubifs_gc_start_commit_33160 ubifs_gc_start_commit 0 33160 NULL
-+regmap_spmi_ext_write_33161 regmap_spmi_ext_write 0 33161 NULL
-+wl1271_sta_hw_init_33163 wl1271_sta_hw_init 0 33163 NULL nohasharray
-+igb_get_sset_count_33163 igb_get_sset_count 0 33163 &wl1271_sta_hw_init_33163
-+__erst_clear_from_storage_33167 __erst_clear_from_storage 0 33167 NULL
-+debug_debug6_read_33168 debug_debug6_read 3-0 33168 NULL
-+acpi_ex_access_region_33170 acpi_ex_access_region 0 33170 NULL
-+da9052_bat_check_health_33171 da9052_bat_check_health 0 33171 NULL
-+show_otp2_33172 show_otp2 0 33172 NULL
-+begin_33173 begin 0 33173 NULL
-+bq2415x_i2c_write_33181 bq2415x_i2c_write 0 33181 NULL
-+store_fc_private_host_tgtid_bind_type_33187 store_fc_private_host_tgtid_bind_type 0-4 33187 NULL
-+hfsplus_security_listxattr_33189 hfsplus_security_listxattr 0-5 33189 NULL nohasharray
-+il3945_dump_error_log_33189 il3945_dump_error_log 0-4 33189 &hfsplus_security_listxattr_33189
-+rtl_usb_start_33190 rtl_usb_start 0 33190 NULL nohasharray
-+iwl_mvm_mac_ctxt_add_33190 iwl_mvm_mac_ctxt_add 0 33190 &rtl_usb_start_33190
-+nvkm_fuse_create__33192 nvkm_fuse_create_ 4 33192 NULL
-+flash_store_33203 flash_store 0-4 33203 NULL
-+dataflash_read_fact_otp_33204 dataflash_read_fact_otp 3-2 33204 NULL nohasharray
-+r820t_write_reg_mask_33204 r820t_write_reg_mask 0 33204 &dataflash_read_fact_otp_33204
-+pp_read_33210 pp_read 3-0 33210 NULL nohasharray
-+xen_allocate_irqs_dynamic_33210 xen_allocate_irqs_dynamic 1 33210 &pp_read_33210 nohasharray
-+ax_open_33210 ax_open 0 33210 &xen_allocate_irqs_dynamic_33210
-+reqbufs_capture_33214 reqbufs_capture 0 33214 NULL
-+vp_modern_find_vqs_33217 vp_modern_find_vqs 2 33217 NULL nohasharray
-+rt2x00queue_alloc_rxskbs_33217 rt2x00queue_alloc_rxskbs 0 33217 &vp_modern_find_vqs_33217 nohasharray
-+mwl8k_send_fw_load_cmd_33217 mwl8k_send_fw_load_cmd 0 33217 &rt2x00queue_alloc_rxskbs_33217
-+atm_pcr_check_33218 atm_pcr_check 0 33218 NULL
-+fops_write_33219 fops_write 0-3 33219 NULL
-+iommu_group_attr_store_33221 iommu_group_attr_store 0-4 33221 NULL
-+ovl_setattr_33227 ovl_setattr 0 33227 NULL nohasharray
-+store_flag_33227 store_flag 0 33227 &ovl_setattr_33227
-+lp55xx_store_engine_run_33230 lp55xx_store_engine_run 0-4 33230 NULL
-+netlbl_unlhsh_remove_addr4_33231 netlbl_unlhsh_remove_addr4 0 33231 NULL
-+store_rps_dev_flow_table_cnt_33235 store_rps_dev_flow_table_cnt 0-4 33235 NULL
-+pm8001_task_prep_ssp_33237 pm8001_task_prep_ssp 0 33237 NULL
-+snd_seq_ioctl_get_subscription_33238 snd_seq_ioctl_get_subscription 0 33238 NULL
-+__vb2_wait_for_done_vb_33246 __vb2_wait_for_done_vb 0 33246 NULL
-+x1205_rtc_set_alarm_33247 x1205_rtc_set_alarm 0 33247 NULL
-+sbp2_sysfs_ieee1394_id_show_33248 sbp2_sysfs_ieee1394_id_show 0 33248 NULL
-+auto_abort_show_33251 auto_abort_show 0 33251 NULL
-+vt_notifier_call_33259 vt_notifier_call 0 33259 NULL
-+mwl8k_cmd_tx_power_33260 mwl8k_cmd_tx_power 0 33260 NULL
-+usbtv_set_regs_33265 usbtv_set_regs 0 33265 NULL
-+snd_pcm_plug_client_size_33267 snd_pcm_plug_client_size 0-2 33267 NULL nohasharray
-+modes_show_33267 modes_show 0 33267 &snd_pcm_plug_client_size_33267 nohasharray
-+latency_timer_store_33267 latency_timer_store 0-4 33267 &modes_show_33267
-+ipgre_open_33270 ipgre_open 0 33270 NULL
-+cachefiles_cook_key_33274 cachefiles_cook_key 2 33274 NULL
-+sctp_primitive_REQUESTHEARTBEAT_33276 sctp_primitive_REQUESTHEARTBEAT 0 33276 NULL
-+security_genfs_sid_33277 security_genfs_sid 0 33277 NULL
-+qlcnic_vlan_rx_add_33279 qlcnic_vlan_rx_add 0 33279 NULL
-+gadget_strings_product_show_33281 gadget_strings_product_show 0 33281 NULL
-+bnx2i_set_sq_info_33282 bnx2i_set_sq_info 0-4 33282 NULL nohasharray
-+sync_pt_create_33282 sync_pt_create 2 33282 &bnx2i_set_sq_info_33282
-+sg_new_write_33283 sg_new_write 0-4 33283 NULL
-+hotkey_source_mask_store_33288 hotkey_source_mask_store 0-4 33288 NULL
-+bin_search_33289 bin_search 0 33289 NULL
-+tps80031_reg_enable_33293 tps80031_reg_enable 0 33293 NULL
-+xfs_attr_leaf_addname_33299 xfs_attr_leaf_addname 0 33299 NULL
-+dw_wdt_write_33300 dw_wdt_write 0-3 33300 NULL
-+wlcore_validate_fw_ver_33302 wlcore_validate_fw_ver 0 33302 NULL
-+mcs7830_get_reg_33308 mcs7830_get_reg 3 33308 NULL
-+isku_sysfs_read_keys_easyzone_33318 isku_sysfs_read_keys_easyzone 6-0-5 33318 NULL
-+show_pwm_auto_point_fan_33320 show_pwm_auto_point_fan 0 33320 NULL nohasharray
-+set_attr_mode_msb_33320 set_attr_mode_msb 0-4 33320 &show_pwm_auto_point_fan_33320
-+usb_dev_prepare_33322 usb_dev_prepare 0 33322 NULL
-+ath6kl_usb_ctrl_msg_exchange_33327 ath6kl_usb_ctrl_msg_exchange 4 33327 NULL nohasharray
-+set_lid_handling_33327 set_lid_handling 0-4 33327 &ath6kl_usb_ctrl_msg_exchange_33327
-+vx_send_irq_dsp_33329 vx_send_irq_dsp 0 33329 NULL nohasharray
-+vfio_pci_bar_rw_33329 vfio_pci_bar_rw 3-0 33329 &vx_send_irq_dsp_33329
-+sas_get_linkerrors_33331 sas_get_linkerrors 0 33331 NULL
-+bma180_data_rdy_trigger_set_state_33332 bma180_data_rdy_trigger_set_state 0 33332 NULL
-+bdc_run_33333 bdc_run 0 33333 NULL
-+gsm_mux_rx_netchar_33336 gsm_mux_rx_netchar 3 33336 NULL
-+show_fc_host_model_33339 show_fc_host_model 0 33339 NULL
-+joydev_ioctl_33343 joydev_ioctl 2 33343 NULL
-+cpulist_parse_33350 cpulist_parse 0 33350 NULL
-+lov_stripesize_seq_write_33353 lov_stripesize_seq_write 3 33353 NULL
-+create_xattr_datum_33356 create_xattr_datum 5 33356 NULL nohasharray
-+irq_pkt_threshold_read_33356 irq_pkt_threshold_read 3-0 33356 &create_xattr_datum_33356
-+ath10k_pci_wake_wait_33360 ath10k_pci_wake_wait 0 33360 NULL
-+ksm_memory_callback_33363 ksm_memory_callback 0 33363 NULL
-+read_file_regidx_33370 read_file_regidx 3-0 33370 NULL nohasharray
-+sl2vl_attr_show_33370 sl2vl_attr_show 0 33370 &read_file_regidx_33370
-+cxacru_sysfs_show_adsl_headend_33376 cxacru_sysfs_show_adsl_headend 0 33376 NULL
-+sctp_ulpevent_new_33377 sctp_ulpevent_new 1 33377 NULL
-+aic26_keyclick_set_33378 aic26_keyclick_set 0-4 33378 NULL
-+mem_cgroup_resize_memsw_limit_33379 mem_cgroup_resize_memsw_limit 0 33379 NULL
-+setsockopt_33380 setsockopt 0 33380 NULL
-+hackrf_alloc_stream_bufs_33381 hackrf_alloc_stream_bufs 0 33381 NULL nohasharray
-+_find_next_bit_33381 _find_next_bit 0-2 33381 &hackrf_alloc_stream_bufs_33381
-+ieee80211_if_read_dropped_frames_no_route_33383 ieee80211_if_read_dropped_frames_no_route 3-0 33383 NULL
-+airo_suspend_33386 airo_suspend 0 33386 NULL
-+bmc150_accel_setup_new_data_interrupt_33387 bmc150_accel_setup_new_data_interrupt 0 33387 NULL
-+btrfs_write_inode_33388 btrfs_write_inode 0 33388 NULL
-+show_ipInAddrErrors_33390 show_ipInAddrErrors 0 33390 NULL nohasharray
-+logfs_write_buf_33390 logfs_write_buf 0 33390 &show_ipInAddrErrors_33390
-+e100_exec_cb_33393 e100_exec_cb 0 33393 NULL
-+cfs_trace_copyin_string_33396 cfs_trace_copyin_string 4 33396 NULL
-+size_read_33399 size_read 0-3 33399 NULL
-+show_yoffset_33400 show_yoffset 0 33400 NULL
-+regulator_set_voltage_sel_regmap_33407 regulator_set_voltage_sel_regmap 0 33407 NULL
-+snd_pcm_capture_ioctl1_33408 snd_pcm_capture_ioctl1 0 33408 NULL nohasharray
-+ext4_meta_bg_first_block_no_33408 ext4_meta_bg_first_block_no 2 33408 &snd_pcm_capture_ioctl1_33408 nohasharray
-+dummy_urb_enqueue_33408 dummy_urb_enqueue 0 33408 &ext4_meta_bg_first_block_no_33408
-+ufs_getfrag_block_33409 ufs_getfrag_block 2-0 33409 NULL nohasharray
-+set_in_min3_33409 set_in_min3 0-4 33409 &ufs_getfrag_block_33409
-+dst_metric_raw_33414 dst_metric_raw 0 33414 NULL
-+show_risetime_33415 show_risetime 0 33415 NULL nohasharray
-+power_limit_0_tmin_us_show_33415 power_limit_0_tmin_us_show 0 33415 &show_risetime_33415 nohasharray
-+filemap_fdatawrite_33415 filemap_fdatawrite 0 33415 &power_limit_0_tmin_us_show_33415
-+show_eeprom5_33416 show_eeprom5 0 33416 NULL nohasharray
-+register_aggr_kprobe_33416 register_aggr_kprobe 0 33416 &show_eeprom5_33416
-+iscsi_nacl_attrib_store_random_r2t_offsets_33418 iscsi_nacl_attrib_store_random_r2t_offsets 0-3 33418 NULL
-+ims_pcu_write_ofn_config_33420 ims_pcu_write_ofn_config 0 33420 NULL
-+hash_netiface6_expire_33421 hash_netiface6_expire 4 33421 NULL
-+mic_start_33422 mic_start 0 33422 NULL
-+queue_ra_store_33425 queue_ra_store 3-0 33425 NULL
-+f2fs_write_meta_page_33426 f2fs_write_meta_page 0 33426 NULL
-+mxuport_send_ctrl_data_urb_33427 mxuport_send_ctrl_data_urb 0 33427 NULL
-+fw_vendor_show_33428 fw_vendor_show 0 33428 NULL nohasharray
-+iscsit_ta_prod_mode_write_protect_33428 iscsit_ta_prod_mode_write_protect 0 33428 &fw_vendor_show_33428
-+zram_meta_alloc_33432 zram_meta_alloc 2 33432 NULL
-+ubh_scanc_33436 ubh_scanc 0-3-4 33436 NULL
-+map_service_to_pipe_33438 map_service_to_pipe 0 33438 NULL
-+message_stats_list_33440 message_stats_list 5 33440 NULL nohasharray
-+fuse_dev_do_write_33440 fuse_dev_do_write 0-3 33440 &message_stats_list_33440
-+nf_conntrack_confirm_33448 nf_conntrack_confirm 0 33448 NULL nohasharray
-+ax88178_reset_33448 ax88178_reset 0 33448 &nf_conntrack_confirm_33448
-+ipvlan_addr4_event_33450 ipvlan_addr4_event 0 33450 NULL
-+acpi_smbus_transaction_33454 acpi_smbus_transaction 0 33454 NULL
-+ca0132_playback_pcm_prepare_33456 ca0132_playback_pcm_prepare 0 33456 NULL nohasharray
-+rcar_thermal_get_trip_temp_33456 rcar_thermal_get_trip_temp 0 33456 &ca0132_playback_pcm_prepare_33456
-+cyapa_i2c_pip_cmd_irq_sync_33458 cyapa_i2c_pip_cmd_irq_sync 3-0 33458 NULL nohasharray
-+da903x_enable_33458 da903x_enable 0 33458 &cyapa_i2c_pip_cmd_irq_sync_33458
-+st_max_sg_segs_show_33461 st_max_sg_segs_show 0 33461 NULL
-+__verify_length_33462 __verify_length 0 33462 NULL
-+__mt9t112_reg_write_33468 __mt9t112_reg_write 0 33468 NULL nohasharray
-+toshiba_kbd_illum_status_set_33468 toshiba_kbd_illum_status_set 0 33468 &__mt9t112_reg_write_33468
-+ovs_vport_alloc_33475 ovs_vport_alloc 1 33475 NULL
-+create_entry_33479 create_entry 2 33479 NULL
-+kmx61_chip_update_thresholds_33482 kmx61_chip_update_thresholds 0 33482 NULL
-+qla4xxx_get_ep_param_33483 qla4xxx_get_ep_param 0 33483 NULL
-+ip_setsockopt_33487 ip_setsockopt 5-0 33487 NULL nohasharray
-+elf_map_33487 elf_map 0 33487 &ip_setsockopt_33487
-+netxen_nic_hw_write_wx_128M_33488 netxen_nic_hw_write_wx_128M 2 33488 NULL
-+ol_dqblk_chunk_off_33489 ol_dqblk_chunk_off 2 33489 NULL
-+sock_set_timeout_33490 sock_set_timeout 0 33490 NULL
-+pm80xx_get_fatal_dump_33498 pm80xx_get_fatal_dump 0 33498 NULL nohasharray
-+patch_vt1708S_33498 patch_vt1708S 0 33498 &pm80xx_get_fatal_dump_33498
-+hash_netnet4_expire_33500 hash_netnet4_expire 4 33500 NULL nohasharray
-+show_spd_33500 show_spd 0 33500 &hash_netnet4_expire_33500 nohasharray
-+ipath_writev_33500 ipath_writev 0 33500 &show_spd_33500
-+wm831x_dcdc_get_status_33503 wm831x_dcdc_get_status 0 33503 NULL
-+fb_read_33506 fb_read 3-0 33506 NULL nohasharray
-+igb_sriov_reinit_33506 igb_sriov_reinit 0 33506 &fb_read_33506
-+cp2112_get_usb_config_33515 cp2112_get_usb_config 0 33515 NULL
-+musb_test_mode_write_33518 musb_test_mode_write 3-0 33518 NULL
-+extcon_set_state_33519 extcon_set_state 0 33519 NULL
-+lpfc_tgt_queue_depth_show_33520 lpfc_tgt_queue_depth_show 0 33520 NULL
-+ahash_setkey_unaligned_33521 ahash_setkey_unaligned 3-0 33521 NULL
-+nes_alloc_fast_reg_page_list_33523 nes_alloc_fast_reg_page_list 2 33523 NULL
-+dbg_chk_lpt_sz_33525 dbg_chk_lpt_sz 0 33525 NULL
-+aggr_size_rx_size_read_33526 aggr_size_rx_size_read 3-0 33526 NULL
-+bitmap_print_to_pagebuf_33528 bitmap_print_to_pagebuf 0 33528 NULL
-+part_inflight_show_33532 part_inflight_show 0 33532 NULL
-+acpi_gsi_to_irq_33533 acpi_gsi_to_irq 1 33533 NULL
-+show_temp_high_33534 show_temp_high 0 33534 NULL
-+cgw_notifier_33537 cgw_notifier 0 33537 NULL
-+qp_map_queue_headers_33538 qp_map_queue_headers 0 33538 NULL nohasharray
-+netdev_store_33538 netdev_store 0-4 33538 &qp_map_queue_headers_33538
-+tomoyo_read_self_33539 tomoyo_read_self 3-0 33539 NULL nohasharray
-+osc_max_rpcs_in_flight_seq_write_33539 osc_max_rpcs_in_flight_seq_write 3 33539 &tomoyo_read_self_33539
-+bnx2_request_firmware_33540 bnx2_request_firmware 0 33540 NULL
-+__acpi_device_modalias_33545 __acpi_device_modalias 0 33545 NULL
-+get_fan_div_33546 get_fan_div 0 33546 NULL
-+cx8802_buf_prepare_33547 cx8802_buf_prepare 0 33547 NULL
-+compat_SyS_recv_33548 compat_SyS_recv 3 33548 NULL
-+tpm_show_ppi_request_33550 tpm_show_ppi_request 0 33550 NULL nohasharray
-+ahc_proc_write_seeprom_33550 ahc_proc_write_seeprom 0-3 33550 &tpm_show_ppi_request_33550
-+dup_array_33551 dup_array 3 33551 NULL
-+in8_33552 in8 0 33552 NULL nohasharray
-+iscsi_stat_logout_show_attr_indx_33552 iscsi_stat_logout_show_attr_indx 0 33552 &in8_33552
-+ima_parse_rule_33557 ima_parse_rule 0 33557 NULL
-+gpiochip_to_irq_33561 gpiochip_to_irq 2 33561 NULL
-+sst_byt_pcm_trigger_33563 sst_byt_pcm_trigger 0 33563 NULL
-+__btrfs_set_prop_33568 __btrfs_set_prop 0 33568 NULL
-+limit_write_33576 limit_write 0-3 33576 NULL
-+cmtp_send_frame_33577 cmtp_send_frame 3 33577 NULL
-+amd_gpio_request_33588 amd_gpio_request 0 33588 NULL
-+xfs_attr3_leaf_getvalue_33590 xfs_attr3_leaf_getvalue 0 33590 NULL nohasharray
-+iscsi_stat_sess_show_attr_indx_33590 iscsi_stat_sess_show_attr_indx 0 33590 &xfs_attr3_leaf_getvalue_33590
-+count_subheaders_33591 count_subheaders 0 33591 NULL nohasharray
-+acpi_ps_push_scope_33591 acpi_ps_push_scope 0 33591 &count_subheaders_33591
-+scsi_execute_33596 scsi_execute 5 33596 NULL nohasharray
-+xfs_itruncate_extents_33596 xfs_itruncate_extents 0 33596 &scsi_execute_33596
-+really_probe_33598 really_probe 0 33598 NULL
-+rtl_open_33601 rtl_open 0 33601 NULL
-+comedi_buf_write_n_allocated_33604 comedi_buf_write_n_allocated 0 33604 NULL
-+temp_vga_33605 temp_vga 0 33605 NULL
-+cifs_fsync_33606 cifs_fsync 0 33606 NULL
-+target_core_alua_tg_pt_gp_store_attr_alua_access_status_33607 target_core_alua_tg_pt_gp_store_attr_alua_access_status 0-3 33607 NULL nohasharray
-+bond_option_resend_igmp_set_33607 bond_option_resend_igmp_set 0 33607 &target_core_alua_tg_pt_gp_store_attr_alua_access_status_33607
-+xt_compat_target_offset_33608 xt_compat_target_offset 0 33608 NULL nohasharray
-+ip6_find_1stfragopt_33608 ip6_find_1stfragopt 0 33608 &xt_compat_target_offset_33608 nohasharray
-+ltc4245_show_gpio_33608 ltc4245_show_gpio 0 33608 &ip6_find_1stfragopt_33608
-+wl12xx_pre_boot_33614 wl12xx_pre_boot 0 33614 NULL
-+il_dbgfs_qos_read_33615 il_dbgfs_qos_read 3-0 33615 NULL nohasharray
-+usb_gstrings_attach_33615 usb_gstrings_attach 3 33615 &il_dbgfs_qos_read_33615
-+show_rtap_iface_33618 show_rtap_iface 0 33618 NULL nohasharray
-+xfs_btree_check_sblock_33618 xfs_btree_check_sblock 0 33618 &show_rtap_iface_33618
-+set_temp_auto_temp_max_33619 set_temp_auto_temp_max 0-4 33619 NULL
-+nilfs_mdt_read_block_33622 nilfs_mdt_read_block 0 33622 NULL
-+do_sync_write_33624 do_sync_write 0-3 33624 NULL nohasharray
-+freeze_kernel_threads_33624 freeze_kernel_threads 0 33624 &do_sync_write_33624
-+hw_breakpoint_handler_33626 hw_breakpoint_handler 0 33626 NULL
-+i40e_setup_tx_descriptors_33630 i40e_setup_tx_descriptors 0 33630 NULL nohasharray
-+iio_buffer_write_length_33630 iio_buffer_write_length 0-4 33630 &i40e_setup_tx_descriptors_33630
-+swap_type_of_33634 swap_type_of 0 33634 NULL
-+wl18xx_get_rx_packet_len_33637 wl18xx_get_rx_packet_len 0-3 33637 NULL
-+snd_card_asihpi_trigger_33639 snd_card_asihpi_trigger 0 33639 NULL
-+c2_tx_ring_alloc_33640 c2_tx_ring_alloc 0 33640 NULL
-+mt9v011_s_ctrl_33643 mt9v011_s_ctrl 0 33643 NULL nohasharray
-+wlcore_cmd_wait_for_event_or_timeout_33643 wlcore_cmd_wait_for_event_or_timeout 0 33643 &mt9v011_s_ctrl_33643
-+read_battery_life_extender_33645 read_battery_life_extender 0 33645 NULL
-+mwifiex_uap_prepare_cmd_33647 mwifiex_uap_prepare_cmd 0 33647 NULL
-+ali_write_33649 ali_write 0-3 33649 NULL
-+beiscsi_process_async_pdu_33650 beiscsi_process_async_pdu 6 33650 NULL
-+create_endpoint_and_queue_control_33653 create_endpoint_and_queue_control 0 33653 NULL
-+mt9m111_set_green_balance_33654 mt9m111_set_green_balance 0 33654 NULL
-+sht15_update_status_33662 sht15_update_status 0 33662 NULL nohasharray
-+mvs_task_prep_33662 mvs_task_prep 0 33662 &sht15_update_status_33662
-+vmw_gmr_bind_33663 vmw_gmr_bind 3 33663 NULL
-+irq_blk_threshold_read_33666 irq_blk_threshold_read 3-0 33666 NULL nohasharray
-+writepage_33666 writepage 0 33666 &irq_blk_threshold_read_33666
-+kernel_fw_from_file_33667 kernel_fw_from_file 0 33667 NULL
-+arp_hdr_len_33671 arp_hdr_len 0 33671 NULL
-+i2c_hid_alloc_buffers_33673 i2c_hid_alloc_buffers 2 33673 NULL
-+ath6kl_wmi_startscan_cmd_33674 ath6kl_wmi_startscan_cmd 8 33674 NULL nohasharray
-+pcm_playback_prepare_33674 pcm_playback_prepare 0 33674 &ath6kl_wmi_startscan_cmd_33674
-+show_color_common_33677 show_color_common 0 33677 NULL
-+submit_one_bio_33683 submit_one_bio 0 33683 NULL
-+manage_start_stop_store_33684 manage_start_stop_store 0-4 33684 NULL
-+policy_show_33685 policy_show 0 33685 NULL nohasharray
-+i8259A_suspend_33685 i8259A_suspend 0 33685 &policy_show_33685
-+kempld_type_show_33688 kempld_type_show 0 33688 NULL nohasharray
-+il4965_store_tx_power_33688 il4965_store_tx_power 0-4 33688 &kempld_type_show_33688
-+ceph_write_end_33694 ceph_write_end 0-5 33694 NULL nohasharray
-+alc262_parse_auto_config_33694 alc262_parse_auto_config 0 33694 &ceph_write_end_33694 nohasharray
-+cyapa_read_block_33694 cyapa_read_block 0 33694 &alc262_parse_auto_config_33694 nohasharray
-+rocker_port_get_sset_count_33694 rocker_port_get_sset_count 0 33694 &cyapa_read_block_33694
-+snd_seq_ioctl_query_next_client_33695 snd_seq_ioctl_query_next_client 0 33695 NULL
-+nv50_disp_dmac_create__33696 nv50_disp_dmac_create_ 6 33696 NULL
-+sys_keyctl_33708 sys_keyctl 4 33708 NULL nohasharray
-+netlink_sendmsg_33708 netlink_sendmsg 4-0 33708 &sys_keyctl_33708 nohasharray
-+xs_send_kvec_33708 xs_send_kvec 5 33708 &netlink_sendmsg_33708
-+cap_task_setnice_33709 cap_task_setnice 0 33709 NULL
-+expand_corename_33710 expand_corename 2 33710 NULL
-+enable_33715 enable 0 33715 NULL
-+__gfs2_readpage_33717 __gfs2_readpage 0 33717 NULL
-+pvr2_stream_buffer_count_33719 pvr2_stream_buffer_count 2 33719 NULL
-+write_file_spectral_count_33723 write_file_spectral_count 3-0 33723 NULL
-+changeset_show_33726 changeset_show 0 33726 NULL
-+read_file_node_recv_33729 read_file_node_recv 3-0 33729 NULL
-+target_core_alua_tg_pt_gp_show_attr_nonop_delay_msecs_33732 target_core_alua_tg_pt_gp_show_attr_nonop_delay_msecs 0 33732 NULL
-+__mutex_lock_interruptible_slowpath_33735 __mutex_lock_interruptible_slowpath 0 33735 NULL
-+scm_check_creds_33739 scm_check_creds 0 33739 NULL
-+__iscsi_disc_show_password_mutual_33745 __iscsi_disc_show_password_mutual 0 33745 NULL nohasharray
-+nfs_idmap_instantiate_33745 nfs_idmap_instantiate 0 33745 &__iscsi_disc_show_password_mutual_33745
-+init_vif_33746 init_vif 0 33746 NULL
-+xfrm_count_pfkey_enc_supported_33748 xfrm_count_pfkey_enc_supported 0 33748 NULL
-+snd_rme96_playback_prepare_33751 snd_rme96_playback_prepare 0 33751 NULL nohasharray
-+adv7180_write_33751 adv7180_write 0 33751 &snd_rme96_playback_prepare_33751
-+ssb_ssb_read16_33752 ssb_ssb_read16 0 33752 NULL
-+mptscsih_version_nvdata_persistent_show_33753 mptscsih_version_nvdata_persistent_show 0 33753 NULL nohasharray
-+dev_open_33753 dev_open 0 33753 &mptscsih_version_nvdata_persistent_show_33753
-+wusb_phy_rate_show_33754 wusb_phy_rate_show 0 33754 NULL
-+ath10k_download_and_run_otp_33758 ath10k_download_and_run_otp 0 33758 NULL
-+var_to_pll_33759 var_to_pll 0 33759 NULL
-+pccard_show_voltage_33761 pccard_show_voltage 0 33761 NULL
-+vifs_state_read_33762 vifs_state_read 3-0 33762 NULL
-+bitmap_full_33763 bitmap_full 2 33763 NULL
-+ext2_xattr_user_list_33764 ext2_xattr_user_list 0-5 33764 NULL nohasharray
-+ext3_mark_inode_dirty_33764 ext3_mark_inode_dirty 0 33764 &ext2_xattr_user_list_33764
-+hashtab_create_33769 hashtab_create 3 33769 NULL
-+midibuf_message_length_33770 midibuf_message_length 0 33770 NULL
-+rj54n1_s_ctrl_33771 rj54n1_s_ctrl 0 33771 NULL
-+blkdev_read_iter_33773 blkdev_read_iter 0 33773 NULL
-+____request_module_33775 ____request_module 0 33775 NULL
-+nfs4_proc_statfs_33780 nfs4_proc_statfs 0 33780 NULL
-+__btrfs_free_reserved_extent_33782 __btrfs_free_reserved_extent 2 33782 NULL
-+show_33785 show 0 33785 NULL nohasharray
-+target_stat_scsi_tgt_port_show_attr_read_mbytes_33785 target_stat_scsi_tgt_port_show_attr_read_mbytes 0 33785 &show_33785
-+ezusb_write_ltv_33788 ezusb_write_ltv 0 33788 NULL
-+iwl_send_calib_cfg_33793 iwl_send_calib_cfg 0 33793 NULL nohasharray
-+niu_ldn_irq_enable_33793 niu_ldn_irq_enable 0 33793 &iwl_send_calib_cfg_33793
-+check_qos_33797 check_qos 0 33797 NULL nohasharray
-+ql_set_mac_addr_33797 ql_set_mac_addr 0 33797 &check_qos_33797
-+set_pwm_enable1_33798 set_pwm_enable1 0-4 33798 NULL
-+if_sdio_read_rx_len_33800 if_sdio_read_rx_len 0 33800 NULL
-+__uncore_iperf_cfg_show_33801 __uncore_iperf_cfg_show 0 33801 NULL
-+find_next_offset_33804 find_next_offset 3-0 33804 NULL
-+queue_control_on_old_endpoint_33811 queue_control_on_old_endpoint 0 33811 NULL
-+show_fcstat_loss_of_signal_count_33814 show_fcstat_loss_of_signal_count 0 33814 NULL
-+bfad_im_drv_name_show_33817 bfad_im_drv_name_show 0 33817 NULL
-+kcs_size_33818 kcs_size 0 33818 NULL
-+filter_write_33819 filter_write 3-0 33819 NULL nohasharray
-+read_reg_33819 read_reg 0 33819 &filter_write_33819
-+acpi_ps_build_named_op_33827 acpi_ps_build_named_op 0 33827 NULL
-+show_queue_type_field_33829 show_queue_type_field 0 33829 NULL
-+udplite_manip_pkt_33832 udplite_manip_pkt 4 33832 NULL
-+hidp_get_raw_report_33837 hidp_get_raw_report 0-4 33837 NULL
-+snd_ad1889_capture_prepare_33838 snd_ad1889_capture_prepare 0 33838 NULL
-+exofs_file_fsync_33847 exofs_file_fsync 0 33847 NULL nohasharray
-+store_als_channel_33847 store_als_channel 0-4 33847 &exofs_file_fsync_33847
-+calgary_alloc_coherent_33851 calgary_alloc_coherent 2 33851 NULL nohasharray
-+usbatm_atm_send_33851 usbatm_atm_send 0 33851 &calgary_alloc_coherent_33851
-+oz_cdev_write_33852 oz_cdev_write 3 33852 NULL
-+hamachi_open_33855 hamachi_open 0 33855 NULL
-+mlx4_en_open_33856 mlx4_en_open 0 33856 NULL
-+parse_capture_source_33859 parse_capture_source 0 33859 NULL
-+hdcs_start_33860 hdcs_start 0 33860 NULL
-+dev_register_33861 dev_register 0 33861 NULL
-+ov6650_s_fmt_33866 ov6650_s_fmt 0 33866 NULL
-+rt2x00usb_vendor_request_sw_33878 rt2x00usb_vendor_request_sw 0 33878 NULL
-+pcxhr_read_rmh_status_33880 pcxhr_read_rmh_status 0 33880 NULL
-+bin_string_33884 bin_string 5-3 33884 NULL
-+get_fan1_div_33886 get_fan1_div 0 33886 NULL nohasharray
-+mwifiex_cmd_802_11_snmp_mib_33886 mwifiex_cmd_802_11_snmp_mib 0 33886 &get_fan1_div_33886
-+vmci_transport_dgram_dequeue_33887 vmci_transport_dgram_dequeue 3 33887 NULL
-+twl_request_33892 twl_request 0 33892 NULL
-+sis190_init_ring_33895 sis190_init_ring 0 33895 NULL nohasharray
-+isl29003_set_resolution_33895 isl29003_set_resolution 0 33895 &sis190_init_ring_33895
-+node_read_cpulist_33898 node_read_cpulist 0 33898 NULL
-+copy_gl_to_skb_pkt_33906 copy_gl_to_skb_pkt 3 33906 NULL
-+musb_g_ep0_enable_33907 musb_g_ep0_enable 0 33907 NULL
-+get_user_pages_33908 get_user_pages 0 33908 NULL nohasharray
-+store_loopback_33908 store_loopback 0-3 33908 &get_user_pages_33908
-+sg_nents_33909 sg_nents 0 33909 NULL
-+ath6kl_roam_mode_write_33912 ath6kl_roam_mode_write 3-0 33912 NULL
-+whiteheat_open_33916 whiteheat_open 0 33916 NULL
-+queue_logical_block_size_33918 queue_logical_block_size 0 33918 NULL
-+beiscsi_get_macaddr_33920 beiscsi_get_macaddr 0 33920 NULL
-+show_ata_port_port_no_33921 show_ata_port_port_no 0 33921 NULL
-+dwc3_send_gadget_ep_cmd_33923 dwc3_send_gadget_ep_cmd 0 33923 NULL
-+set_temp_auto_point_temp_33930 set_temp_auto_point_temp 0-4 33930 NULL nohasharray
-+store_tabletExecute_33930 store_tabletExecute 0-4 33930 &set_temp_auto_point_temp_33930
-+palmas_bulk_read_33937 palmas_bulk_read 0 33937 NULL
-+pyra_sysfs_write_settings_33939 pyra_sysfs_write_settings 0-6-5 33939 NULL
-+sel_read_avc_cache_threshold_33942 sel_read_avc_cache_threshold 3-0 33942 NULL nohasharray
-+edd_show_raw_data_33942 edd_show_raw_data 0 33942 &sel_read_avc_cache_threshold_33942
-+lpfc_idiag_ctlacc_read_33943 lpfc_idiag_ctlacc_read 3-0 33943 NULL
-+read_file_tgt_rx_stats_33944 read_file_tgt_rx_stats 3-0 33944 NULL
-+stv06xx_write_bridge_33945 stv06xx_write_bridge 0 33945 NULL nohasharray
-+smsc95xx_ethtool_get_eeprom_len_33945 smsc95xx_ethtool_get_eeprom_len 0 33945 &stv06xx_write_bridge_33945
-+rs_sta_dbgfs_drv_tx_stats_read_33946 rs_sta_dbgfs_drv_tx_stats_read 3-0 33946 NULL nohasharray
-+logfs_write_inode_33946 logfs_write_inode 0 33946 &rs_sta_dbgfs_drv_tx_stats_read_33946
-+metric_id_get_33947 metric_id_get 0 33947 NULL nohasharray
-+__zd_usb_enable_rx_33947 __zd_usb_enable_rx 0 33947 &metric_id_get_33947
-+hfsplus_osx_setxattr_33952 hfsplus_osx_setxattr 0 33952 NULL
-+__proc_dump_kernel_33954 __proc_dump_kernel 5 33954 NULL
-+nilfs_direct_delete_and_convert_33957 nilfs_direct_delete_and_convert 0 33957 NULL
-+iscsi_nacl_auth_show_userid_33958 iscsi_nacl_auth_show_userid 0 33958 NULL
-+b44_register_phy_one_33962 b44_register_phy_one 0 33962 NULL
-+btrfs_delalloc_reserve_metadata_33963 btrfs_delalloc_reserve_metadata 0 33963 NULL
-+ieee802154_hdr_get_addrs_33964 ieee802154_hdr_get_addrs 0 33964 NULL
-+nct7802_read_fan_33970 nct7802_read_fan 0 33970 NULL
-+show_phys_height_33974 show_phys_height 0 33974 NULL nohasharray
-+actual_brightness_show_33974 actual_brightness_show 0 33974 &show_phys_height_33974
-+store_33978 store 0 33978 NULL nohasharray
-+bq2415x_set_termination_current_33978 bq2415x_set_termination_current 0 33978 &store_33978
-+brightness_show_33981 brightness_show 0 33981 NULL
-+show_33983 show 0 33983 NULL nohasharray
-+adfs_dir_find_entry_33983 adfs_dir_find_entry 0 33983 &show_33983
-+vga_switcheroo_debugfs_write_33984 vga_switcheroo_debugfs_write 3-0 33984 NULL
-+snd_interval_refine_33987 snd_interval_refine 0 33987 NULL nohasharray
-+hotkey_enable_store_33987 hotkey_enable_store 0-4 33987 &snd_interval_refine_33987
-+is_enabled_33989 is_enabled 0 33989 NULL
-+igbvf_request_irq_33999 igbvf_request_irq 0 33999 NULL nohasharray
-+dump_emit_33999 dump_emit 3 33999 &igbvf_request_irq_33999
-+acpi_device_hid_show_34000 acpi_device_hid_show 0 34000 NULL
-+lpfc_nodev_tmo_show_34002 lpfc_nodev_tmo_show 0 34002 NULL
-+__az6007_read_34011 __az6007_read 0 34011 NULL
-+ath10k_pci_wake_34017 ath10k_pci_wake 0 34017 NULL
-+state_show_34018 state_show 0 34018 NULL
-+__ntfs_malloc_34022 __ntfs_malloc 1 34022 NULL
-+lbs_lowrssi_write_34025 lbs_lowrssi_write 3-0 34025 NULL
-+ct_pcm_playback_trigger_34027 ct_pcm_playback_trigger 0 34027 NULL nohasharray
-+bh1780_show_power_state_34027 bh1780_show_power_state 0 34027 &ct_pcm_playback_trigger_34027
-+at803x_config_init_34029 at803x_config_init 0 34029 NULL
-+ghash_update_34031 ghash_update 0 34031 NULL
-+nilfs_snapshot_attr_store_34033 nilfs_snapshot_attr_store 0-4 34033 NULL
-+ppp_write_34034 ppp_write 3-0 34034 NULL
-+m88ts2022_set_params_34040 m88ts2022_set_params 0 34040 NULL
-+tty_insert_flip_string_34042 tty_insert_flip_string 3-0 34042 NULL
-+__domain_flush_pages_34045 __domain_flush_pages 2-3 34045 NULL nohasharray
-+show_sas_expander_vendor_id_34045 show_sas_expander_vendor_id 0 34045 &__domain_flush_pages_34045
-+lpfc_restrict_login_store_34049 lpfc_restrict_login_store 0-4 34049 NULL
-+bm_page_io_async_34050 bm_page_io_async 2 34050 NULL
-+cdc_ncm_show_tx_timer_usecs_34052 cdc_ncm_show_tx_timer_usecs 0 34052 NULL
-+ad7793_set_mode_34053 ad7793_set_mode 0 34053 NULL
-+pcm_trigger_34060 pcm_trigger 0 34060 NULL
-+memcg_update_all_caches_34068 memcg_update_all_caches 1-0 34068 NULL
-+store_34070 store 0-3 34070 NULL
-+efx_phc_enable_34071 efx_phc_enable 0 34071 NULL
-+show_analog_out_34081 show_analog_out 0 34081 NULL
-+show_risefalltime_34084 show_risefalltime 0 34084 NULL
-+get_eeprom_len_34091 get_eeprom_len 0 34091 NULL
-+set_component_locate_34094 set_component_locate 0-4 34094 NULL
-+pipeline_pipeline_fifo_full_read_34095 pipeline_pipeline_fifo_full_read 3-0 34095 NULL nohasharray
-+alc_alloc_spec_34095 alc_alloc_spec 0 34095 &pipeline_pipeline_fifo_full_read_34095
-+lp55xx_store_engine_select_34100 lp55xx_store_engine_select 0-4 34100 NULL
-+__irq_domain_add_34101 __irq_domain_add 2 34101 NULL nohasharray
-+timeout_store_34101 timeout_store 0-4 34101 &__irq_domain_add_34101
-+amd_xgbe_phy_gmii_2500_mode_34104 amd_xgbe_phy_gmii_2500_mode 0 34104 NULL
-+proc_scsi_host_write_34107 proc_scsi_host_write 3-0 34107 NULL nohasharray
-+fjn_open_34107 fjn_open 0 34107 &proc_scsi_host_write_34107
-+sxgbe_open_34127 sxgbe_open 0 34127 NULL
-+asd_show_dev_pcba_sn_34128 asd_show_dev_pcba_sn 0 34128 NULL
-+store_temp_max_34130 store_temp_max 0-4 34130 NULL
-+islpci_mgt_transmit_34133 islpci_mgt_transmit 5-0 34133 NULL nohasharray
-+typhoon_request_firmware_34133 typhoon_request_firmware 0 34133 &islpci_mgt_transmit_34133
-+cdc_mbim_process_dgram_34136 cdc_mbim_process_dgram 3 34136 NULL
-+btrfs_csum_one_bio_34137 btrfs_csum_one_bio 0 34137 NULL
-+mtu2blksize_34139 mtu2blksize 0 34139 NULL
-+ixgbe_dbg_netdev_ops_write_34141 ixgbe_dbg_netdev_ops_write 3-0 34141 NULL nohasharray
-+si476x_core_cmd_am_acf_status_34141 si476x_core_cmd_am_acf_status 0 34141 &ixgbe_dbg_netdev_ops_write_34141
-+usbhid_power_34146 usbhid_power 0 34146 NULL nohasharray
-+veth_dev_init_34146 veth_dev_init 0 34146 &usbhid_power_34146
-+show_ipInDelivers_34148 show_ipInDelivers 0 34148 NULL
-+mwifiex_cmd_11n_addba_rsp_gen_34149 mwifiex_cmd_11n_addba_rsp_gen 0 34149 NULL
-+quirk_pcie_aspm_read_34150 quirk_pcie_aspm_read 0 34150 NULL
-+rt61pci_load_firmware_34151 rt61pci_load_firmware 0 34151 NULL
-+adt7x10_show_name_34153 adt7x10_show_name 0 34153 NULL nohasharray
-+hung_up_tty_write_34153 hung_up_tty_write 0-3 34153 &adt7x10_show_name_34153
-+configure_endpoint_34156 configure_endpoint 0 34156 NULL nohasharray
-+ixgbevf_read_posted_mbx_34156 ixgbevf_read_posted_mbx 0 34156 &configure_endpoint_34156 nohasharray
-+elan_i2c_set_flash_key_34156 elan_i2c_set_flash_key 0 34156 &ixgbevf_read_posted_mbx_34156
-+osst_eod_frame_ppos_show_34157 osst_eod_frame_ppos_show 0 34157 NULL nohasharray
-+host_control_on_shutdown_store_34157 host_control_on_shutdown_store 0-4 34157 &osst_eod_frame_ppos_show_34157
-+ext4_xattr_list_34162 ext4_xattr_list 0 34162 NULL nohasharray
-+st_sensors_spi_read_multiple_byte_34162 st_sensors_spi_read_multiple_byte 4 34162 &ext4_xattr_list_34162
-+card_wait_for_ready_34163 card_wait_for_ready 0 34163 NULL
-+ocfs2_xattr_list_entry_34165 ocfs2_xattr_list_entry 0 34165 NULL
-+rt2x00debug_read_bbp_34167 rt2x00debug_read_bbp 0-3 34167 NULL
-+ahci_show_port_cmd_34168 ahci_show_port_cmd 0 34168 NULL nohasharray
-+show_rdac5_34168 show_rdac5 0 34168 &ahci_show_port_cmd_34168
-+show_pkey_34170 show_pkey 0 34170 NULL
-+skb_to_sgvec_34171 skb_to_sgvec 0 34171 NULL
-+xfs_attr_get_34174 xfs_attr_get 0 34174 NULL
-+hdcs_s_ctrl_34177 hdcs_s_ctrl 0 34177 NULL
-+qla2x00_fw_dump_size_show_34180 qla2x00_fw_dump_size_show 0 34180 NULL nohasharray
-+nilfs_direct_IO_34180 nilfs_direct_IO 3 34180 &qla2x00_fw_dump_size_show_34180
-+show_pci_clock_34182 show_pci_clock 0 34182 NULL
-+mgsl_claim_resources_34183 mgsl_claim_resources 0 34183 NULL
-+hidp_set_raw_report_34192 hidp_set_raw_report 4-0 34192 NULL
-+comp_algorithm_show_34195 comp_algorithm_show 0 34195 NULL
-+reiserfs_write_inode_34202 reiserfs_write_inode 0 34202 NULL nohasharray
-+max_comp_streams_store_34202 max_comp_streams_store 0-4 34202 &reiserfs_write_inode_34202
-+netlbl_unlhsh_netdev_handler_34204 netlbl_unlhsh_netdev_handler 0 34204 NULL
-+rbd_osd_req_create_34206 rbd_osd_req_create 3 34206 NULL nohasharray
-+rsi_debug_zone_write_34206 rsi_debug_zone_write 3-0 34206 &rbd_osd_req_create_34206
-+xfs_bmapi_write_34208 xfs_bmapi_write 0 34208 NULL
-+snd_ice1712_capture_pro_prepare_34214 snd_ice1712_capture_pro_prepare 0 34214 NULL
-+ext4_da_write_begin_34215 ext4_da_write_begin 3-4-0 34215 NULL
-+__send_command_34218 __send_command 5-7 34218 NULL
-+ext3_ordered_writepage_34221 ext3_ordered_writepage 0 34221 NULL nohasharray
-+bnx2x_send_msg2pf_34221 bnx2x_send_msg2pf 0 34221 &ext3_ordered_writepage_34221
-+adt7x10_temp_ready_34222 adt7x10_temp_ready 0 34222 NULL
-+ds2404_read_time_34225 ds2404_read_time 0 34225 NULL nohasharray
-+sctp_setsockopt_auto_asconf_34225 sctp_setsockopt_auto_asconf 0 34225 &ds2404_read_time_34225
-+show_hdmi_cable_34236 show_hdmi_cable 0 34236 NULL
-+store_34237 store 0-4 34237 NULL
-+start_genius_cam_34238 start_genius_cam 0 34238 NULL
-+dma_release_from_contiguous_34239 dma_release_from_contiguous 3 34239 NULL
-+wm8350_isink_enable_34241 wm8350_isink_enable 0 34241 NULL nohasharray
-+path_has_perm_34241 path_has_perm 0 34241 &wm8350_isink_enable_34241
-+bnx2x_nic_load_34243 bnx2x_nic_load 0 34243 NULL
-+mgsl_write_room_34245 mgsl_write_room 0 34245 NULL
-+cmpc_accel_sensitivity_show_34247 cmpc_accel_sensitivity_show 0 34247 NULL nohasharray
-+xennet_open_34247 xennet_open 0 34247 &cmpc_accel_sensitivity_show_34247
-+setup_nodes_for_search_34248 setup_nodes_for_search 0 34248 NULL
-+bcm_init_34250 bcm_init 0 34250 NULL nohasharray
-+adp8870_bl_l5_dark_dim_store_34250 adp8870_bl_l5_dark_dim_store 4-0 34250 &bcm_init_34250
-+nvkm_volt_create__34256 nvkm_volt_create_ 4 34256 NULL
-+raid_disks_store_34258 raid_disks_store 0-3 34258 NULL
-+xfs_bmbt_get_maxrecs_34259 xfs_bmbt_get_maxrecs 0 34259 NULL
-+max_age_store_34262 max_age_store 4-0 34262 NULL
-+show_bank2_mask_34263 show_bank2_mask 0 34263 NULL nohasharray
-+squashfs_readpage_34263 squashfs_readpage 0 34263 &show_bank2_mask_34263
-+bl_pipe_downcall_34264 bl_pipe_downcall 3-0 34264 NULL nohasharray
-+svc_listen_34264 svc_listen 0 34264 &bl_pipe_downcall_34264
-+ocfs2_dlm_lock_34265 ocfs2_dlm_lock 0 34265 NULL
-+pcf857x_to_irq_34273 pcf857x_to_irq 2 34273 NULL
-+kprobes_module_callback_34274 kprobes_module_callback 0 34274 NULL
-+ib_dma_mapping_error_34277 ib_dma_mapping_error 2 34277 NULL
-+device_private_init_34279 device_private_init 0 34279 NULL
-+isoc_enable_34281 isoc_enable 0 34281 NULL
-+get_boolean_34283 get_boolean 0 34283 NULL
-+xgmac_reg_addr_write_34284 xgmac_reg_addr_write 3-0 34284 NULL
-+stp_state_store_34285 stp_state_store 0-4 34285 NULL
-+f_set_ib_loopback_34288 f_set_ib_loopback 0 34288 NULL
-+show_cfg_34289 show_cfg 0 34289 NULL
-+bd2802_store_reg0x0e_34291 bd2802_store_reg0x0e 0-4 34291 NULL
-+cx18_start_capture_34296 cx18_start_capture 0 34296 NULL
-+aac_show_max_id_34297 aac_show_max_id 0 34297 NULL
-+rr_open_34298 rr_open 0 34298 NULL
-+auxadc_read_34299 auxadc_read 0 34299 NULL
-+acpi_ds_create_operand_34302 acpi_ds_create_operand 0 34302 NULL
-+snd_p16v_pcm_trigger_capture_34307 snd_p16v_pcm_trigger_capture 0 34307 NULL
-+ti_vread_sync_34311 ti_vread_sync 0 34311 NULL
-+ntty_write_room_34322 ntty_write_room 0 34322 NULL nohasharray
-+bfs_write_begin_34322 bfs_write_begin 0 34322 &ntty_write_room_34322
-+iov_iter_single_seg_count_34326 iov_iter_single_seg_count 0 34326 NULL
-+em28xx_start_analog_streaming_34335 em28xx_start_analog_streaming 0 34335 NULL
-+efivar_attr_show_34341 efivar_attr_show 0 34341 NULL
-+led_trigger_store_34354 led_trigger_store 0-4 34354 NULL
-+radio_read_34356 radio_read 0-3 34356 NULL
-+proc_thread_self_readlink_34357 proc_thread_self_readlink 3-0 34357 NULL nohasharray
-+show_ap2_temp_34357 show_ap2_temp 0 34357 &proc_thread_self_readlink_34357 nohasharray
-+ssb_bus_suspend_34357 ssb_bus_suspend 0 34357 &show_ap2_temp_34357
-+write_rss_34360 write_rss 0 34360 NULL nohasharray
-+hugetlbfs_migrate_page_34360 hugetlbfs_migrate_page 0 34360 &write_rss_34360
-+show_session_param_ISCSI_PARAM_LU_RESET_TMO_34362 show_session_param_ISCSI_PARAM_LU_RESET_TMO 0 34362 NULL
-+sync_page_io_34363 sync_page_io 3 34363 NULL nohasharray
-+ipr_store_reset_adapter_34363 ipr_store_reset_adapter 0-4 34363 &sync_page_io_34363
-+tpm_show_ppi_vs_operations_34365 tpm_show_ppi_vs_operations 0 34365 NULL
-+rngapi_reset_34366 rngapi_reset 3 34366 NULL nohasharray
-+p54_alloc_skb_34366 p54_alloc_skb 3 34366 &rngapi_reset_34366
-+play_audio_cb_34367 play_audio_cb 2 34367 NULL
-+batadv_hard_if_event_34371 batadv_hard_if_event 0 34371 NULL
-+i2c_hid_get_raw_report_34376 i2c_hid_get_raw_report 0-4 34376 NULL
-+reiserfs_resize_34377 reiserfs_resize 2 34377 NULL
-+ea_read_34378 ea_read 0 34378 NULL nohasharray
-+_iwl_dbgfs_low_latency_write_34378 _iwl_dbgfs_low_latency_write 3-0 34378 &ea_read_34378
-+regulator_mode_to_status_34382 regulator_mode_to_status 0 34382 NULL
-+av7110_vbi_write_34384 av7110_vbi_write 3-0 34384 NULL
-+hsc_probe_34385 hsc_probe 0 34385 NULL
-+usbvision_v4l2_read_34386 usbvision_v4l2_read 3-0 34386 NULL
-+read_rbu_image_type_34387 read_rbu_image_type 6-0-5 34387 NULL
-+i2c_outb_34391 i2c_outb 0 34391 NULL
-+saa7110_s_ctrl_34396 saa7110_s_ctrl 0 34396 NULL
-+ivtv_read_pos_34400 ivtv_read_pos 3-0 34400 NULL nohasharray
-+iwl_calib_set_34400 iwl_calib_set 3-0 34400 &ivtv_read_pos_34400
-+mei_cl_flow_ctrl_creds_34404 mei_cl_flow_ctrl_creds 0 34404 NULL
-+ath5k_attr_show_ofdm_weak_signal_detection_34410 ath5k_attr_show_ofdm_weak_signal_detection 0 34410 NULL
-+sctp_make_heartbeat_ack_34411 sctp_make_heartbeat_ack 4 34411 NULL nohasharray
-+set_rdac4_34411 set_rdac4 4-0 34411 &sctp_make_heartbeat_ack_34411
-+snd_ali_prepare_34413 snd_ali_prepare 0 34413 NULL
-+au0828_start_analog_streaming_34422 au0828_start_analog_streaming 0 34422 NULL
-+cfq_slice_async_show_34423 cfq_slice_async_show 0 34423 NULL nohasharray
-+ipv4_conntrack_defrag_34423 ipv4_conntrack_defrag 0 34423 &cfq_slice_async_show_34423
-+duplex_show_34424 duplex_show 0 34424 NULL
-+set_essid_34427 set_essid 0 34427 NULL
-+affs_readpage_34433 affs_readpage 0 34433 NULL
-+__extent_read_full_page_34437 __extent_read_full_page 0 34437 NULL
-+target_stat_scsi_lu_show_attr_lun_34439 target_stat_scsi_lu_show_attr_lun 0 34439 NULL nohasharray
-+security_socket_create_34439 security_socket_create 0 34439 &target_stat_scsi_lu_show_attr_lun_34439
-+store_state_field_34443 store_state_field 0-4 34443 NULL
-+go7007_buf_prepare_34448 go7007_buf_prepare 0 34448 NULL
-+_read_oob_34450 _read_oob 0 34450 NULL
-+sisfb_set_par_34453 sisfb_set_par 0 34453 NULL
-+bmg160_setup_new_data_interrupt_34455 bmg160_setup_new_data_interrupt 0 34455 NULL
-+sctp_make_abort_34459 sctp_make_abort 3 34459 NULL nohasharray
-+get_clusters_34459 get_clusters 0 34459 &sctp_make_abort_34459
-+wl1251_cmd_data_path_rx_34460 wl1251_cmd_data_path_rx 0 34460 NULL
-+bfad_im_serial_num_show_34463 bfad_im_serial_num_show 0 34463 NULL
-+aty_dsp_gt_34465 aty_dsp_gt 0 34465 NULL
-+ssb_hcd_probe_34466 ssb_hcd_probe 0 34466 NULL
-+esas2r_read_fw_34468 esas2r_read_fw 0-3-4 34468 NULL
-+monitor_id_show_34469 monitor_id_show 0 34469 NULL nohasharray
-+lbs_cmd_802_11_sleep_params_34469 lbs_cmd_802_11_sleep_params 0 34469 &monitor_id_show_34469 nohasharray
-+dev_start_34469 dev_start 0 34469 &lbs_cmd_802_11_sleep_params_34469
-+show_34470 show 0 34470 NULL nohasharray
-+dt_gpio_count_34470 dt_gpio_count 0 34470 &show_34470
-+mwifiex_regrdwr_read_34472 mwifiex_regrdwr_read 3-0 34472 NULL
-+sha224_ssse3_init_34474 sha224_ssse3_init 0 34474 NULL
-+fw_csr_string_34475 fw_csr_string 0 34475 NULL
-+skcipher_sndbuf_34476 skcipher_sndbuf 0 34476 NULL
-+i2o_parm_field_get_34477 i2o_parm_field_get 5 34477 NULL
-+airspy_submit_urbs_34481 airspy_submit_urbs 0 34481 NULL
-+show_iface_data_seq_in_order_34486 show_iface_data_seq_in_order 0 34486 NULL
-+security_inode_permission_34488 security_inode_permission 0 34488 NULL nohasharray
-+_ctl_device_sas_address_show_34488 _ctl_device_sas_address_show 0 34488 &security_inode_permission_34488
-+enable_store_34489 enable_store 0-4 34489 NULL
-+rt2500pci_enable_radio_34490 rt2500pci_enable_radio 0 34490 NULL
-+SyS_pwritev_34494 SyS_pwritev 3 34494 NULL
-+qp_alloc_res_34496 qp_alloc_res 5 34496 NULL
-+cgroup_release_agent_write_34497 cgroup_release_agent_write 0-3 34497 NULL nohasharray
-+bcmgenet_get_sset_count_34497 bcmgenet_get_sset_count 0 34497 &cgroup_release_agent_write_34497
-+acerhdf_get_temp_34504 acerhdf_get_temp 0 34504 NULL
-+lb_tx_hash_to_port_mapping_init_34505 lb_tx_hash_to_port_mapping_init 0 34505 NULL nohasharray
-+lu_buf_check_and_alloc_34505 lu_buf_check_and_alloc 2 34505 &lb_tx_hash_to_port_mapping_init_34505
-+features_show_34507 features_show 0 34507 NULL
-+efivar_size_read_34508 efivar_size_read 0 34508 NULL nohasharray
-+show_34508 show 0 34508 &efivar_size_read_34508
-+sdev_store_evt_lun_change_reported_34510 sdev_store_evt_lun_change_reported 0-4 34510 NULL
-+show_temp_over_34512 show_temp_over 0 34512 NULL
-+qmi_wwan_mac_addr_34513 qmi_wwan_mac_addr 0 34513 NULL
-+ov9740_cropcap_34514 ov9740_cropcap 0 34514 NULL
-+tda18271_init_regs_34515 tda18271_init_regs 0 34515 NULL
-+bnad_rx_res_alloc_34516 bnad_rx_res_alloc 0 34516 NULL
-+fusbh200_urb_enqueue_34521 fusbh200_urb_enqueue 0 34521 NULL
-+hermes_write_wordrec_34522 hermes_write_wordrec 0 34522 NULL
-+bh1780_show_lux_34523 bh1780_show_lux 0 34523 NULL nohasharray
-+wl1251_acx_default_key_34523 wl1251_acx_default_key 0 34523 &bh1780_show_lux_34523
-+snd_pcm_hw_param_value_34525 snd_pcm_hw_param_value 0 34525 NULL
-+pccard_store_irq_mask_34534 pccard_store_irq_mask 0-4 34534 NULL
-+bMaxPower_show_34536 bMaxPower_show 0 34536 NULL
-+tracing_stats_read_34537 tracing_stats_read 3 34537 NULL
-+id_vendor_show_34538 id_vendor_show 0 34538 NULL
-+ths7303_config_34542 ths7303_config 0 34542 NULL
-+hugetlbfs_read_actor_34547 hugetlbfs_read_actor 0-4-5-2 34547 NULL nohasharray
-+ext4_read_inline_page_34547 ext4_read_inline_page 0 34547 &hugetlbfs_read_actor_34547
-+hdmi_streamoff_34556 hdmi_streamoff 0 34556 NULL nohasharray
-+asd_verify_flash_seg_34556 asd_verify_flash_seg 0 34556 &hdmi_streamoff_34556
-+dbBackSplit_34561 dbBackSplit 0 34561 NULL
-+self_check_peb_ec_hdr_34564 self_check_peb_ec_hdr 0 34564 NULL nohasharray
-+alloc_ieee80211_rsl_34564 alloc_ieee80211_rsl 1 34564 &self_check_peb_ec_hdr_34564
-+show_sas_expander_component_revision_id_34566 show_sas_expander_component_revision_id 0 34566 NULL
-+vsock_bind_34572 vsock_bind 0 34572 NULL
-+snd_ice1712_playback_pro_prepare_34573 snd_ice1712_playback_pro_prepare 0 34573 NULL
-+ext4_ind_direct_IO_34574 ext4_ind_direct_IO 4-0 34574 NULL
-+ath10k_send_key_34575 ath10k_send_key 0 34575 NULL
-+mwl8k_cmd_set_rf_channel_34578 mwl8k_cmd_set_rf_channel 0 34578 NULL nohasharray
-+via_ircc_net_open_34578 via_ircc_net_open 0 34578 &mwl8k_cmd_set_rf_channel_34578
-+digi_open_34579 digi_open 0 34579 NULL
-+lov_stripecount_seq_write_34582 lov_stripecount_seq_write 3 34582 NULL
-+velocity_rx_copy_34583 velocity_rx_copy 2 34583 NULL
-+s5p_mfc_alloc_priv_buf_34585 s5p_mfc_alloc_priv_buf 0 34585 NULL
-+init_send_hfcd_34586 init_send_hfcd 1 34586 NULL
-+ceph_msgpool_init_34599 ceph_msgpool_init 4 34599 NULL nohasharray
-+cw1200_queue_init_34599 cw1200_queue_init 4 34599 &ceph_msgpool_init_34599 nohasharray
-+ov2640_s_stream_34599 ov2640_s_stream 0 34599 &cw1200_queue_init_34599
-+behind_writes_used_show_34600 behind_writes_used_show 0 34600 NULL
-+show_session_param_ISCSI_PARAM_DISCOVERY_PARENT_TYPE_34601 show_session_param_ISCSI_PARAM_DISCOVERY_PARENT_TYPE 0 34601 NULL
-+bio_integrity_bytes_34602 bio_integrity_bytes 2 34602 NULL
-+ctrl_xmit_34606 ctrl_xmit 0 34606 NULL
-+__jffs2_ref_totlen_34609 __jffs2_ref_totlen 0 34609 NULL nohasharray
-+mtd_write_34609 mtd_write 0 34609 &__jffs2_ref_totlen_34609 nohasharray
-+ext2_write_begin_34609 ext2_write_begin 0 34609 &mtd_write_34609
-+ftdi_open_34618 ftdi_open 0 34618 NULL
-+il_commit_rxon_34621 il_commit_rxon 0 34621 NULL
-+pmbus_regulator_is_enabled_34623 pmbus_regulator_is_enabled 0 34623 NULL
-+sdev_store_delete_34624 sdev_store_delete 0-4 34624 NULL
-+scsi_debug_write_info_34626 scsi_debug_write_info 0-3 34626 NULL nohasharray
-+set_point2_34626 set_point2 0-4 34626 &scsi_debug_write_info_34626
-+da9063_rtc_set_alarm_34628 da9063_rtc_set_alarm 0 34628 NULL
-+ivtv_read_34631 ivtv_read 0 34631 NULL
-+cnic_alloc_dma_34641 cnic_alloc_dma 3 34641 NULL
-+pcipcwd_write_34644 pcipcwd_write 0-3 34644 NULL
-+rt2x00usb_alloc_entries_34648 rt2x00usb_alloc_entries 0 34648 NULL
-+iwl_mvm_power_set_ba_34655 iwl_mvm_power_set_ba 0 34655 NULL
-+cifs_readpage_from_fscache_34659 cifs_readpage_from_fscache 0 34659 NULL
-+nf_nat_mangle_udp_packet_34661 nf_nat_mangle_udp_packet 6-8 34661 NULL
-+br_multicast_set_port_router_34667 br_multicast_set_port_router 0 34667 NULL
-+snd_seq_do_ioctl_34668 snd_seq_do_ioctl 0 34668 NULL
-+sleep_auth_write_34676 sleep_auth_write 3-0 34676 NULL
-+udp_v4_get_port_34680 udp_v4_get_port 0 34680 NULL
-+ixgbevf_read_mbx_vf_34683 ixgbevf_read_mbx_vf 0 34683 NULL
-+core_setup_alua_34684 core_setup_alua 0 34684 NULL
-+f2fs_direct_IO_34685 f2fs_direct_IO 0-4 34685 NULL
-+isr_fiqs_read_34687 isr_fiqs_read 3-0 34687 NULL
-+batadv_tvlv_realloc_packet_buff_34688 batadv_tvlv_realloc_packet_buff 4-3 34688 NULL
-+hptiop_adjust_disk_queue_depth_34698 hptiop_adjust_disk_queue_depth 2-0 34698 NULL
-+__generic_file_write_iter_34699 __generic_file_write_iter 0 34699 NULL
-+em2800_i2c_send_bytes_34700 em2800_i2c_send_bytes 0-4 34700 NULL
-+wa_urb_enqueue_34701 wa_urb_enqueue 0 34701 NULL
-+target_core_alua_tg_pt_gp_show_attr_alua_support_unavailable_34702 target_core_alua_tg_pt_gp_show_attr_alua_support_unavailable 0 34702 NULL
-+wpf_s_ctrl_34705 wpf_s_ctrl 0 34705 NULL
-+alloc_irq_and_cfg_at_34706 alloc_irq_and_cfg_at 1 34706 NULL
-+ext4_listxattr_34712 ext4_listxattr 0-3 34712 NULL
-+bb_show_34715 bb_show 0 34715 NULL nohasharray
-+autofs4_write_34715 autofs4_write 4 34715 &bb_show_34715
-+ipath_f_get_ib_cfg_34717 ipath_f_get_ib_cfg 0 34717 NULL nohasharray
-+osst_seek_logical_blk_34717 osst_seek_logical_blk 0 34717 &ipath_f_get_ib_cfg_34717
-+ieee80211_if_read_num_sta_ps_34722 ieee80211_if_read_num_sta_ps 3-0 34722 NULL
-+store_34724 store 0-3 34724 NULL
-+composite_dev_prepare_34730 composite_dev_prepare 0 34730 NULL
-+sch_transaction_34731 sch_transaction 0 34731 NULL
-+platform_list_read_file_34734 platform_list_read_file 3-0 34734 NULL
-+target_fabric_tpg_attrib_attr_show_34735 target_fabric_tpg_attrib_attr_show 0 34735 NULL
-+reg_w_ixbuf_34736 reg_w_ixbuf 4 34736 NULL nohasharray
-+fib_rule_nlmsg_size_34736 fib_rule_nlmsg_size 0 34736 &reg_w_ixbuf_34736
-+sctp_make_datafrag_empty_34737 sctp_make_datafrag_empty 3 34737 NULL
-+nilfs_dev_README_show_34738 nilfs_dev_README_show 0 34738 NULL
-+ieee80211_check_combinations_34740 ieee80211_check_combinations 0 34740 NULL nohasharray
-+o2hb_region_blocks_write_34740 o2hb_region_blocks_write 0-3 34740 &ieee80211_check_combinations_34740
-+diagc_attr_show_34742 diagc_attr_show 0 34742 NULL
-+tps80031_rtc_read_time_34745 tps80031_rtc_read_time 0 34745 NULL nohasharray
-+do_loop_readv_writev_34745 do_loop_readv_writev 0 34745 &tps80031_rtc_read_time_34745
-+pm8001_mpi_build_cmd_34746 pm8001_mpi_build_cmd 0 34746 NULL
-+i9xx_pipe_crc_ctl_reg_34748 i9xx_pipe_crc_ctl_reg 0 34748 NULL
-+ext4_sync_parent_34750 ext4_sync_parent 0 34750 NULL nohasharray
-+store_nservers_34750 store_nservers 0-4 34750 &ext4_sync_parent_34750
-+solos_param_store_34755 solos_param_store 4-0 34755 NULL nohasharray
-+lsm_alloc_plain_34755 lsm_alloc_plain 1 34755 &solos_param_store_34755
-+i2400m_change_mtu_34758 i2400m_change_mtu 0 34758 NULL
-+bootmode_store_34762 bootmode_store 4-0 34762 NULL
-+device_add_34766 device_add 0 34766 NULL
-+__iio_device_attr_init_34767 __iio_device_attr_init 0 34767 NULL
-+gsmld_read_34768 gsmld_read 0 34768 NULL
-+bucket_table_alloc_34776 bucket_table_alloc 2 34776 NULL nohasharray
-+pipe_read_34776 pipe_read 0 34776 &bucket_table_alloc_34776
-+qib_cdev_init_34778 qib_cdev_init 1 34778 NULL
-+vga16fb_check_var_34784 vga16fb_check_var 0 34784 NULL
-+show_spd_enb_34787 show_spd_enb 0 34787 NULL
-+iscsi_stat_instance_show_attr_version_34789 iscsi_stat_instance_show_attr_version 0 34789 NULL
-+iwl_set_temperature_offset_calib_v2_34794 iwl_set_temperature_offset_calib_v2 0 34794 NULL
-+ext3_direct_IO_34798 ext3_direct_IO 4-0 34798 NULL
-+SYSC_keyctl_34800 SYSC_keyctl 4 34800 NULL
-+can_nocow_extent_34801 can_nocow_extent 2 34801 NULL
-+xadc_zynq_write_adc_reg_34803 xadc_zynq_write_adc_reg 0 34803 NULL
-+drbd_get_max_capacity_34804 drbd_get_max_capacity 0 34804 NULL
-+intel_sdvo_ddc_proxy_xfer_34805 intel_sdvo_ddc_proxy_xfer 0-3 34805 NULL
-+ll_setxattr_34806 ll_setxattr 4 34806 NULL
-+show_in5_34809 show_in5 0 34809 NULL
-+tda18218_get_if_frequency_34810 tda18218_get_if_frequency 0 34810 NULL
-+bh1770_get_lux_thresh_above_34814 bh1770_get_lux_thresh_above 0 34814 NULL nohasharray
-+iwl_phy_db_send_all_channel_groups_34814 iwl_phy_db_send_all_channel_groups 0 34814 &bh1770_get_lux_thresh_above_34814
-+stream_drop_34819 stream_drop 0 34819 NULL
-+ext3_force_commit_34823 ext3_force_commit 0 34823 NULL
-+cdc_ncm_show_tx_max_34824 cdc_ncm_show_tx_max 0 34824 NULL
-+anx9805_xfer_34828 anx9805_xfer 0-3 34828 NULL
-+bio_segments_34832 bio_segments 0 34832 NULL
-+i2c_dw_xfer_34833 i2c_dw_xfer 0-3 34833 NULL
-+charger_get_property_34836 charger_get_property 0 34836 NULL
-+b43_debugfs_write_34838 b43_debugfs_write 3-0 34838 NULL nohasharray
-+show_fnode_is_boot_target_34838 show_fnode_is_boot_target 0 34838 &b43_debugfs_write_34838
-+check_bandwidth_34841 check_bandwidth 0 34841 NULL
-+palmas_rtc_alarm_irq_enable_34842 palmas_rtc_alarm_irq_enable 0 34842 NULL
-+show_weight_temp_34843 show_weight_temp 0 34843 NULL
-+dev_set_allmulti_34844 dev_set_allmulti 0 34844 NULL nohasharray
-+sb1000_open_34844 sb1000_open 0 34844 &dev_set_allmulti_34844
-+acpi_system_write_wakeup_device_34853 acpi_system_write_wakeup_device 3-0 34853 NULL
-+zd_chip_unlock_phy_regs_34854 zd_chip_unlock_phy_regs 0 34854 NULL
-+cafe_smbus_xfer_34855 cafe_smbus_xfer 0 34855 NULL
-+usb_serial_generic_prepare_write_buffer_34857 usb_serial_generic_prepare_write_buffer 3 34857 NULL nohasharray
-+netdev_notify_34857 netdev_notify 0 34857 &usb_serial_generic_prepare_write_buffer_34857
-+atl1c_open_34858 atl1c_open 0 34858 NULL nohasharray
-+ad7266_postdisable_34858 ad7266_postdisable 0 34858 &atl1c_open_34858
-+pci_slot_attr_show_34863 pci_slot_attr_show 0 34863 NULL
-+memcpy_count_show_34867 memcpy_count_show 0 34867 NULL
-+ieee80211_if_read_txpower_34871 ieee80211_if_read_txpower 3-0 34871 NULL
-+crypto_ahash_op_34874 crypto_ahash_op 0 34874 NULL
-+__elan_update_firmware_34875 __elan_update_firmware 0 34875 NULL
-+osst_first_data_ppos_show_34877 osst_first_data_ppos_show 0 34877 NULL
-+dev_configure_alt_34879 dev_configure_alt 0 34879 NULL
-+show_ata_dev_dma_mode_34880 show_ata_dev_dma_mode 0 34880 NULL
-+radix_tree_preload_34882 radix_tree_preload 0 34882 NULL
-+nfs4_get_acl_uncached_34883 nfs4_get_acl_uncached 0 34883 NULL
-+atl2_get_regs_len_34886 atl2_get_regs_len 0 34886 NULL
-+adfs_f_read_34887 adfs_f_read 0 34887 NULL nohasharray
-+b43_chip_init_34887 b43_chip_init 0 34887 &adfs_f_read_34887
-+msg_print_text_34889 msg_print_text 0 34889 NULL nohasharray
-+sw_activity_show_34889 sw_activity_show 0 34889 &msg_print_text_34889
-+irda_getname_34892 irda_getname 0 34892 NULL nohasharray
-+nct7802_write_fan_min_34892 nct7802_write_fan_min 0 34892 &irda_getname_34892
-+ieee80211_if_write_34894 ieee80211_if_write 3-0 34894 NULL nohasharray
-+write_orph_nodes_34894 write_orph_nodes 0 34894 &ieee80211_if_write_34894
-+__hfs_ext_write_extent_34897 __hfs_ext_write_extent 0 34897 NULL
-+br_nf_pre_routing_34899 br_nf_pre_routing 0 34899 NULL nohasharray
-+pci_user_read_config_byte_34899 pci_user_read_config_byte 0 34899 &br_nf_pre_routing_34899
-+rfcomm_sock_create_34901 rfcomm_sock_create 0 34901 NULL
-+set_temp_max1_34902 set_temp_max1 0-4 34902 NULL
-+show_ata_link_hw_sata_spd_limit_34903 show_ata_link_hw_sata_spd_limit 0 34903 NULL
-+fore200e_open_34904 fore200e_open 0 34904 NULL nohasharray
-+set_channel_34904 set_channel 0 34904 &fore200e_open_34904
-+fc0011_vcocal_read_34906 fc0011_vcocal_read 0 34906 NULL
-+mipi_dsi_dcs_write_34910 mipi_dsi_dcs_write 4 34910 NULL nohasharray
-+clear_wdm_read_flag_34910 clear_wdm_read_flag 0 34910 &mipi_dsi_dcs_write_34910 nohasharray
-+find_free_extent_34910 find_free_extent 0 34910 &clear_wdm_read_flag_34910
-+x25_create_34911 x25_create 0 34911 NULL nohasharray
-+no_lun_0_store_34911 no_lun_0_store 0-3 34911 &x25_create_34911
-+gfs2_glock_wait_34913 gfs2_glock_wait 0 34913 NULL nohasharray
-+mmc_ffu_capable_show_34913 mmc_ffu_capable_show 0 34913 &gfs2_glock_wait_34913
-+amd_ec_wait_write_34914 amd_ec_wait_write 0 34914 NULL
-+si476x_radio_read_rsq_primary_blob_34916 si476x_radio_read_rsq_primary_blob 3-0 34916 NULL nohasharray
-+arcmsr_adjust_disk_queue_depth_34916 arcmsr_adjust_disk_queue_depth 2-0 34916 &si476x_radio_read_rsq_primary_blob_34916 nohasharray
-+write_msg_34916 write_msg 3 34916 &arcmsr_adjust_disk_queue_depth_34916 nohasharray
-+hci_sock_getname_34916 hci_sock_getname 0 34916 &write_msg_34916 nohasharray
-+niu_init_pcs_34916 niu_init_pcs 0 34916 &hci_sock_getname_34916
-+michael_setkey_34918 michael_setkey 0 34918 NULL
-+ath10k_htc_connect_service_34924 ath10k_htc_connect_service 0 34924 NULL
-+__inode_permission_34925 __inode_permission 0 34925 NULL nohasharray
-+netevent_cb_34925 netevent_cb 0 34925 &__inode_permission_34925
-+hrz_proc_read_34935 hrz_proc_read 0 34935 NULL
-+snd_info_entry_read_34938 snd_info_entry_read 3-0 34938 NULL
-+i2c_dw_wait_bus_not_busy_34943 i2c_dw_wait_bus_not_busy 0 34943 NULL nohasharray
-+rdev_size_store_34943 rdev_size_store 0-3 34943 &i2c_dw_wait_bus_not_busy_34943
-+wait_comp_34945 wait_comp 0 34945 NULL
-+show_max_uA_34951 show_max_uA 0 34951 NULL
-+raid1_reshape_34957 raid1_reshape 0 34957 NULL
-+skb_gro_header_slow_34958 skb_gro_header_slow 2 34958 NULL nohasharray
-+i2c_transfer_34958 i2c_transfer 0-3 34958 &skb_gro_header_slow_34958
-+wusb_dnts_store_34968 wusb_dnts_store 0-4 34968 NULL
-+rawv6_init_sk_34969 rawv6_init_sk 0 34969 NULL
-+qlcnic_sysfs_write_crb_34974 qlcnic_sysfs_write_crb 0-6-5 34974 NULL
-+nvkm_pm_create__34976 nvkm_pm_create_ 4 34976 NULL
-+edge_show_34977 edge_show 0 34977 NULL
-+vendor_command_34980 vendor_command 0 34980 NULL
-+mce_cpu_callback_34983 mce_cpu_callback 0 34983 NULL
-+get_icons_34984 get_icons 0 34984 NULL
-+gadget_config_name_configuration_show_34991 gadget_config_name_configuration_show 0 34991 NULL
-+uwb_rc_ie_rm_34993 uwb_rc_ie_rm 0 34993 NULL
-+alb_handle_addr_collision_on_attach_34994 alb_handle_addr_collision_on_attach 0 34994 NULL
-+_ctl_fw_queue_depth_show_34996 _ctl_fw_queue_depth_show 0 34996 NULL nohasharray
-+schedule_erase_34996 schedule_erase 0 34996 &_ctl_fw_queue_depth_show_34996 nohasharray
-+snd_ctl_dev_register_34996 snd_ctl_dev_register 0 34996 &schedule_erase_34996
-+print_message_35000 print_message 0 35000 NULL
-+aac_store_reset_adapter_35001 aac_store_reset_adapter 0-4 35001 NULL
-+rx_rx_hdr_overflow_read_35002 rx_rx_hdr_overflow_read 3-0 35002 NULL nohasharray
-+wusb_oob_mic_35002 wusb_oob_mic 0 35002 &rx_rx_hdr_overflow_read_35002
-+l2cap_skbuff_fromiovec_35003 l2cap_skbuff_fromiovec 4-3 35003 NULL nohasharray
-+mlx4_en_create_cq_35003 mlx4_en_create_cq 3 35003 &l2cap_skbuff_fromiovec_35003
-+apei_exec_write_register_35004 apei_exec_write_register 0 35004 NULL
-+show_fnode_initial_r2t_35005 show_fnode_initial_r2t 0 35005 NULL
-+apds990x_rate_show_35006 apds990x_rate_show 0 35006 NULL
-+ark3116_open_35007 ark3116_open 0 35007 NULL
-+sysfs_mbox_read_35008 sysfs_mbox_read 0-5-6 35008 NULL
-+vlsi_create_hwif_35012 vlsi_create_hwif 0 35012 NULL
-+htu21_update_measurements_35014 htu21_update_measurements 0 35014 NULL
-+sisusb_copy_memory_35016 sisusb_copy_memory 4 35016 NULL
-+tm_attr_store_35022 tm_attr_store 0-3 35022 NULL
-+setup_sge_qsets_35026 setup_sge_qsets 0 35026 NULL
-+osi_load_firmware_35027 osi_load_firmware 0 35027 NULL
-+ivtv_yuv_prep_user_dma_35028 ivtv_yuv_prep_user_dma 0 35028 NULL
-+coda_psdev_read_35029 coda_psdev_read 3-0 35029 NULL
-+max8998_ldo_enable_35030 max8998_ldo_enable 0 35030 NULL
-+iscsi_stat_login_show_attr_negotiate_fails_35033 iscsi_stat_login_show_attr_negotiate_fails 0 35033 NULL
-+stmmac_open_35034 stmmac_open 0 35034 NULL
-+ipath_f_early_init_35036 ipath_f_early_init 0 35036 NULL
-+hwdep_read_locked_35037 hwdep_read_locked 3 35037 NULL
-+tpm_tis_recv_35038 tpm_tis_recv 0-3 35038 NULL
-+proc_setgroups_write_35039 proc_setgroups_write 3-0 35039 NULL
-+bq24190_read_mask_35048 bq24190_read_mask 0 35048 NULL
-+xfs_rtallocate_extent_35052 xfs_rtallocate_extent 0 35052 NULL
-+s2mps11_clk_prepare_35058 s2mps11_clk_prepare 0 35058 NULL nohasharray
-+wl1271_init_energy_detection_35058 wl1271_init_energy_detection 0 35058 &s2mps11_clk_prepare_35058
-+tpm_unseal_35060 tpm_unseal 0 35060 NULL
-+pwr_connection_out_of_sync_read_35061 pwr_connection_out_of_sync_read 3-0 35061 NULL nohasharray
-+ks_net_open_35061 ks_net_open 0 35061 &pwr_connection_out_of_sync_read_35061
-+mmc_prv_show_35065 mmc_prv_show 0 35065 NULL nohasharray
-+show_auto_pwm_35065 show_auto_pwm 0 35065 &mmc_prv_show_35065
-+read_dsunc_35067 read_dsunc 0 35067 NULL
-+fat_file_fsync_35072 fat_file_fsync 0 35072 NULL
-+cgroup_subtree_control_write_35077 cgroup_subtree_control_write 0-3 35077 NULL
-+input_dev_show_cap_ev_35082 input_dev_show_cap_ev 0 35082 NULL
-+ntfs_attr_extend_initialized_35084 ntfs_attr_extend_initialized 0 35084 NULL
-+show_sas_rphy_initiator_port_protocols_35090 show_sas_rphy_initiator_port_protocols 0 35090 NULL nohasharray
-+ftrace_set_addr_35090 ftrace_set_addr 0 35090 &show_sas_rphy_initiator_port_protocols_35090
-+create_35091 create 0 35091 NULL
-+line6_submit_audio_out_all_urbs_35094 line6_submit_audio_out_all_urbs 0 35094 NULL nohasharray
-+power_35094 power 0 35094 &line6_submit_audio_out_all_urbs_35094
-+cifs_sign_rqst_35096 cifs_sign_rqst 0 35096 NULL
-+transmit_35097 transmit 0 35097 NULL nohasharray
-+adis_write_reg_35097 adis_write_reg 0 35097 &transmit_35097
-+capi_write_35104 capi_write 3-0 35104 NULL nohasharray
-+tx_tx_done_template_read_35104 tx_tx_done_template_read 3-0 35104 &capi_write_35104 nohasharray
-+hci_recv_frame_35104 hci_recv_frame 0 35104 &tx_tx_done_template_read_35104 nohasharray
-+ds2780_set_control_register_35104 ds2780_set_control_register 0 35104 &hci_recv_frame_35104
-+ov7670_s_vflip_35106 ov7670_s_vflip 0 35106 NULL nohasharray
-+store_bridge_parm_35106 store_bridge_parm 0-3 35106 &ov7670_s_vflip_35106
-+mt9m001_g_fmt_35107 mt9m001_g_fmt 0 35107 NULL
-+ide_settings_proc_write_35110 ide_settings_proc_write 3-0 35110 NULL
-+calibrate_35111 calibrate 0 35111 NULL
-+pre_xfer_35114 pre_xfer 0 35114 NULL
-+nla_alloc_flow_actions_35115 nla_alloc_flow_actions 1 35115 NULL
-+show_alarms_temp_35119 show_alarms_temp 0 35119 NULL
-+mantis_i2c_xfer_35131 mantis_i2c_xfer 0-3 35131 NULL nohasharray
-+show_fw_ver_35131 show_fw_ver 0 35131 &mantis_i2c_xfer_35131 nohasharray
-+mwifiex_cmd_tx_power_cfg_35131 mwifiex_cmd_tx_power_cfg 0 35131 &show_fw_ver_35131
-+tpm_tis_i2c_send_35141 tpm_tis_i2c_send 0-3 35141 NULL
-+ceph_get_caps_35144 ceph_get_caps 0 35144 NULL
-+gntdev_alloc_map_35145 gntdev_alloc_map 2 35145 NULL
-+jfs_writepages_35149 jfs_writepages 0 35149 NULL nohasharray
-+hdcs_set_gains_35149 hdcs_set_gains 0 35149 &jfs_writepages_35149
-+__iscsi_disc_show_userid_35151 __iscsi_disc_show_userid 0 35151 NULL
-+async_store_35157 async_store 0-4 35157 NULL
-+message_stats_print_35158 message_stats_print 6 35158 NULL nohasharray
-+xhci_set_usb2_hardware_lpm_35158 xhci_set_usb2_hardware_lpm 0 35158 &message_stats_print_35158
-+iscsi_conn_setup_35159 iscsi_conn_setup 2 35159 NULL nohasharray
-+vringh_iov_push_user_35159 vringh_iov_push_user 3 35159 &iscsi_conn_setup_35159
-+ieee80211_if_read_bssid_35161 ieee80211_if_read_bssid 3-0 35161 NULL
-+input_dev_show_cap_key_35162 input_dev_show_cap_key 0 35162 NULL
-+cpumask_parse_user_35173 cpumask_parse_user 0 35173 NULL
-+solo_v4l2_init_35179 solo_v4l2_init 2 35179 NULL
-+SyS_init_module_35180 SyS_init_module 2 35180 NULL
-+set_component_power_status_35182 set_component_power_status 0-4 35182 NULL
-+show_counter_rx_p6_hdr_egr_ovfls_35186 show_counter_rx_p6_hdr_egr_ovfls 0 35186 NULL
-+serial_show_35187 serial_show 0 35187 NULL
-+vmci_send_datagram_35190 vmci_send_datagram 0 35190 NULL nohasharray
-+il3945_mac_sta_add_35190 il3945_mac_sta_add 0 35190 &vmci_send_datagram_35190
-+ts2020_set_params_35192 ts2020_set_params 0 35192 NULL nohasharray
-+rocker_group_l2_interface_35192 rocker_group_l2_interface 0 35192 &ts2020_set_params_35192 nohasharray
-+atm_dev_event_35192 atm_dev_event 0 35192 &rocker_group_l2_interface_35192
-+iwl_nvm_read_chunk_35198 iwl_nvm_read_chunk 0 35198 NULL nohasharray
-+netlbl_unlhsh_add_35198 netlbl_unlhsh_add 0 35198 &iwl_nvm_read_chunk_35198
-+si470x_s_ctrl_35200 si470x_s_ctrl 0 35200 NULL nohasharray
-+rtc_tm_to_time_35200 rtc_tm_to_time 0 35200 &si470x_s_ctrl_35200
-+qib_tid_update_35202 qib_tid_update 0 35202 NULL
-+compat_SyS_pselect6_35203 compat_SyS_pselect6 1 35203 NULL
-+unix_stream_recvmsg_35210 unix_stream_recvmsg 4-0 35210 NULL nohasharray
-+ipgre_get_size_35210 ipgre_get_size 0 35210 &unix_stream_recvmsg_35210
-+memory_high_write_35211 memory_high_write 0-3 35211 NULL
-+lpfc_oas_lun_state_store_35214 lpfc_oas_lun_state_store 0-4 35214 NULL
-+_osd_req_alist_elem_size_35216 _osd_req_alist_elem_size 0-2 35216 NULL
-+vmci_datagram_dispatch_35217 vmci_datagram_dispatch 0 35217 NULL
-+security_key_getsecurity_35218 security_key_getsecurity 0 35218 NULL nohasharray
-+striped_read_35218 striped_read 0-2 35218 &security_key_getsecurity_35218
-+video_register_device_no_warn_35226 video_register_device_no_warn 3 35226 NULL nohasharray
-+rx_rx_cmplt_task_read_35226 rx_rx_cmplt_task_read 3-0 35226 &video_register_device_no_warn_35226
-+qt2_set_port_config_35231 qt2_set_port_config 0 35231 NULL
-+snd_m3_pcm_start_35232 snd_m3_pcm_start 0 35232 NULL nohasharray
-+kimage_file_prepare_segments_35232 kimage_file_prepare_segments 5 35232 &snd_m3_pcm_start_35232
-+get_a_bus_drop_35233 get_a_bus_drop 0 35233 NULL
-+sunrpc_cache_register_pipefs_35235 sunrpc_cache_register_pipefs 0 35235 NULL
-+c2port_show_flash_block_size_35238 c2port_show_flash_block_size 0 35238 NULL nohasharray
-+queue_store_nonrot_35238 queue_store_nonrot 3-0 35238 &c2port_show_flash_block_size_35238
-+show_localbus_info_35239 show_localbus_info 0 35239 NULL
-+gracl_reload_35241 gracl_reload 0 35241 NULL
-+acpi_ns_get_node_35242 acpi_ns_get_node 0 35242 NULL nohasharray
-+ds1343_update_alarm_35242 ds1343_update_alarm 0 35242 &acpi_ns_get_node_35242
-+can_led_notifier_35246 can_led_notifier 0 35246 NULL
-+tpm_nsc_recv_35247 tpm_nsc_recv 0-3 35247 NULL
-+set_fd_set_35249 set_fd_set 1 35249 NULL nohasharray
-+bd2802_store_reg0x10_35249 bd2802_store_reg0x10 0-4 35249 &set_fd_set_35249
-+reiserfs_acl_chmod_35250 reiserfs_acl_chmod 0 35250 NULL
-+ima_inode_setxattr_35255 ima_inode_setxattr 0 35255 NULL
-+show_ipv4_iface_ipaddress_35257 show_ipv4_iface_ipaddress 0 35257 NULL
-+show_iface_bidi_chap_35263 show_iface_bidi_chap 0 35263 NULL nohasharray
-+jbd2_journal_get_write_access_35263 jbd2_journal_get_write_access 0 35263 &show_iface_bidi_chap_35263
-+dma_show_regs_35266 dma_show_regs 3-0 35266 NULL nohasharray
-+ca0110_parse_auto_config_35266 ca0110_parse_auto_config 0 35266 &dma_show_regs_35266
-+choose_port_ctxt_35271 choose_port_ctxt 0 35271 NULL
-+irda_recvmsg_stream_35280 irda_recvmsg_stream 4-0 35280 NULL
-+gpio_active_low_show_35281 gpio_active_low_show 0 35281 NULL nohasharray
-+ath10k_htt_setup_35281 ath10k_htt_setup 0 35281 &gpio_active_low_show_35281
-+inv_attr_show_35282 inv_attr_show 0 35282 NULL nohasharray
-+__stop_cpus_35282 __stop_cpus 0 35282 &inv_attr_show_35282 nohasharray
-+set_in_max_35282 set_in_max 0-4 35282 &__stop_cpus_35282 nohasharray
-+i2o_block_end_request_35282 i2o_block_end_request 3 35282 &set_in_max_35282
-+nvkm_notify_init_35283 nvkm_notify_init 7 35283 NULL nohasharray
-+isr_rx_rdys_read_35283 isr_rx_rdys_read 3-0 35283 &nvkm_notify_init_35283
-+shadow_rd16_35287 shadow_rd16 2 35287 NULL
-+nvif_object_ioctl_35292 nvif_object_ioctl 0 35292 NULL
-+qla2x00_sysfs_read_fw_dump_template_35296 qla2x00_sysfs_read_fw_dump_template 6-0-5 35296 NULL
-+btrfs_map_bio_35300 btrfs_map_bio 0 35300 NULL
-+fuse_dev_do_read_35308 fuse_dev_do_read 0 35308 NULL
-+__btrfs_buffered_write_35311 __btrfs_buffered_write 3-0 35311 NULL nohasharray
-+ieee80211_add_virtual_monitor_35311 ieee80211_add_virtual_monitor 0 35311 &__btrfs_buffered_write_35311
-+iscsi_tpg_param_show_DataPDUInOrder_35312 iscsi_tpg_param_show_DataPDUInOrder 0 35312 NULL nohasharray
-+tracing_read_pipe_35312 tracing_read_pipe 3 35312 &iscsi_tpg_param_show_DataPDUInOrder_35312
-+show_35313 show 0 35313 NULL
-+ifindex_show_35314 ifindex_show 0 35314 NULL
-+vpd_use_hostno_show_35318 vpd_use_hostno_show 0 35318 NULL nohasharray
-+show_pwm_auto_point_pwm_35318 show_pwm_auto_point_pwm 0 35318 &vpd_use_hostno_show_35318
-+sys_setsockopt_35320 sys_setsockopt 5 35320 NULL
-+dmi_sysfs_entry_position_35322 dmi_sysfs_entry_position 0 35322 NULL
-+sta_tx_latency_stat_write_35323 sta_tx_latency_stat_write 3-0 35323 NULL
-+mt2060_set_params_35325 mt2060_set_params 0 35325 NULL
-+show_comp_vector_35327 show_comp_vector 0 35327 NULL
-+write_page_35331 write_page 0 35331 NULL
-+fallback_on_nodma_alloc_35332 fallback_on_nodma_alloc 2 35332 NULL nohasharray
-+cbus_i2c_smbus_xfer_35332 cbus_i2c_smbus_xfer 0 35332 &fallback_on_nodma_alloc_35332 nohasharray
-+ivtv_s_audio_mode_35332 ivtv_s_audio_mode 0 35332 &cbus_i2c_smbus_xfer_35332
-+xfs_btree_check_lblock_35333 xfs_btree_check_lblock 0 35333 NULL nohasharray
-+aa_set_current_onexec_35333 aa_set_current_onexec 0 35333 &xfs_btree_check_lblock_35333
-+pskb_network_may_pull_35336 pskb_network_may_pull 2 35336 NULL
-+mlx4_alloc_hwq_res_35339 mlx4_alloc_hwq_res 3 35339 NULL
-+nilfs_dev_volume_name_show_35340 nilfs_dev_volume_name_show 0 35340 NULL
-+arvo_sysfs_set_actual_profile_35345 arvo_sysfs_set_actual_profile 0-4 35345 NULL
-+__wlcore_cmd_send_35346 __wlcore_cmd_send 0 35346 NULL
-+ieee80211_if_fmt_ap_power_level_35347 ieee80211_if_fmt_ap_power_level 3 35347 NULL nohasharray
-+wl1271_cmd_send_35347 wl1271_cmd_send 0 35347 &ieee80211_if_fmt_ap_power_level_35347
-+hpi_alloc_control_cache_35351 hpi_alloc_control_cache 1 35351 NULL nohasharray
-+show_state_target_residency_35351 show_state_target_residency 0 35351 &hpi_alloc_control_cache_35351 nohasharray
-+flash_timeout_store_35351 flash_timeout_store 0-4 35351 &show_state_target_residency_35351
-+enic_set_mac_address_35354 enic_set_mac_address 0 35354 NULL
-+wacom_led1_select_show_35356 wacom_led1_select_show 0 35356 NULL
-+ath10k_debug_fw_assert_35359 ath10k_debug_fw_assert 0 35359 NULL nohasharray
-+power_restore_35359 power_restore 0 35359 &ath10k_debug_fw_assert_35359
-+snd_cs46xx_playback_trigger_35361 snd_cs46xx_playback_trigger 0 35361 NULL
-+set_chglim_35363 set_chglim 0-4 35363 NULL
-+show_priv_session_recovery_tmo_35371 show_priv_session_recovery_tmo 0 35371 NULL
-+read_kmem_35372 read_kmem 3-0 35372 NULL nohasharray
-+link_mode_show_35372 link_mode_show 0 35372 &read_kmem_35372
-+reserved_clusters_store_35375 reserved_clusters_store 0-4 35375 NULL
-+queue_rq_affinity_store_35376 queue_rq_affinity_store 3-0 35376 NULL
-+p9_virtio_zc_request_35377 p9_virtio_zc_request 6-5 35377 NULL
-+snd_pcm_do_start_35380 snd_pcm_do_start 0 35380 NULL nohasharray
-+memcpy_from_msg_35380 memcpy_from_msg 3-0 35380 &snd_pcm_do_start_35380
-+show_pwmenable_35381 show_pwmenable 0 35381 NULL
-+iwlagn_mac_start_35383 iwlagn_mac_start 0 35383 NULL
-+init_35395 init 0 35395 NULL
-+store_35397 store 0-4 35397 NULL
-+xfs_da3_root_split_35398 xfs_da3_root_split 0 35398 NULL
-+padlock_sha1_final_35403 padlock_sha1_final 0 35403 NULL
-+btrfs_search_old_slot_35406 btrfs_search_old_slot 0 35406 NULL
-+SyS_getxattr_35408 SyS_getxattr 4 35408 NULL
-+pxa168_eth_open_35410 pxa168_eth_open 0 35410 NULL
-+target_stat_scsi_tgt_port_attr_show_35416 target_stat_scsi_tgt_port_attr_show 0 35416 NULL
-+show_fnode_tcp_timestamp_enable_35417 show_fnode_tcp_timestamp_enable 0 35417 NULL nohasharray
-+show_fc_rport_dev_loss_tmo_35417 show_fc_rport_dev_loss_tmo 0 35417 &show_fnode_tcp_timestamp_enable_35417
-+nouveau_hwmon_set_pwm1_35421 nouveau_hwmon_set_pwm1 0-4 35421 NULL
-+show_eeprom0_35422 show_eeprom0 0 35422 NULL
-+show_fault_35423 show_fault 0 35423 NULL nohasharray
-+bnad_change_mtu_35423 bnad_change_mtu 0 35423 &show_fault_35423
-+xc2028_set_params_35426 xc2028_set_params 0 35426 NULL
-+iwl_dbgfs_drv_rx_stats_read_35430 iwl_dbgfs_drv_rx_stats_read 3-0 35430 NULL
-+firm_purge_35431 firm_purge 0 35431 NULL
-+C_SYSC_sendfile_35432 C_SYSC_sendfile 4 35432 NULL nohasharray
-+pep_init_35432 pep_init 0 35432 &C_SYSC_sendfile_35432
-+__set_test_and_free_35436 __set_test_and_free 2 35436 NULL
-+dwc3_gadget_set_xfer_resource_35437 dwc3_gadget_set_xfer_resource 0 35437 NULL nohasharray
-+set_num_temp_sensors_35437 set_num_temp_sensors 0-4 35437 &dwc3_gadget_set_xfer_resource_35437
-+buffer_to_user_35439 buffer_to_user 3 35439 NULL
-+iscsi_tpg_param_store_HeaderDigest_35440 iscsi_tpg_param_store_HeaderDigest 0-3 35440 NULL
-+adp8870_bl_l2_bright_max_show_35446 adp8870_bl_l2_bright_max_show 0 35446 NULL
-+pci_siig_init_35448 pci_siig_init 0 35448 NULL
-+bq24190_read_35453 bq24190_read 0 35453 NULL
-+rdev_get_id_35454 rdev_get_id 0 35454 NULL
-+asiliantfb_set_par_35455 asiliantfb_set_par 0 35455 NULL
-+frame_ready_nolock_35459 frame_ready_nolock 0 35459 NULL
-+efx_mcdi_rpc_async_quiet_35460 efx_mcdi_rpc_async_quiet 5-4 35460 NULL
-+vmxnet3_change_mtu_35464 vmxnet3_change_mtu 0 35464 NULL
-+rndis_filter_open_device_35471 rndis_filter_open_device 0 35471 NULL
-+palmas_rtc_set_alarm_35472 palmas_rtc_set_alarm 0 35472 NULL
-+ds2780_get_sense_resistor_value_35477 ds2780_get_sense_resistor_value 0 35477 NULL nohasharray
-+mlog_mask_show_35477 mlog_mask_show 0 35477 &ds2780_get_sense_resistor_value_35477
-+dlm_user_purge_35479 dlm_user_purge 0 35479 NULL nohasharray
-+attention_write_file_35479 attention_write_file 0-3 35479 &dlm_user_purge_35479
-+show_eeprom4_35483 show_eeprom4 0 35483 NULL
-+store_comm_35484 store_comm 0-4 35484 NULL
-+go7007_queue_setup_35485 go7007_queue_setup 0 35485 NULL
-+sis630_access_35490 sis630_access 0 35490 NULL
-+show_frontswap_hysteresis_35496 show_frontswap_hysteresis 0 35496 NULL nohasharray
-+show_35496 show 0 35496 &show_frontswap_hysteresis_35496 nohasharray
-+ft_wwn_store_35496 ft_wwn_store 0 35496 &show_35496
-+iwl_read_prph_35502 iwl_read_prph 0 35502 NULL
-+ray_dev_init_35505 ray_dev_init 0 35505 NULL
-+cs421x_init_35506 cs421x_init 0 35506 NULL
-+ceph_vxattrcb_layout_35507 ceph_vxattrcb_layout 0 35507 NULL
-+hints_store_35510 hints_store 0-4 35510 NULL
-+irlan_eth_open_35511 irlan_eth_open 0 35511 NULL nohasharray
-+mlx4_qp_alloc_icm_35511 mlx4_qp_alloc_icm 0 35511 &irlan_eth_open_35511
-+ath10k_wmi_peer_delete_35514 ath10k_wmi_peer_delete 0 35514 NULL
-+show_tolerance3_35515 show_tolerance3 0 35515 NULL
-+slave_enable_netpoll_35519 slave_enable_netpoll 0 35519 NULL
-+async_setkey_35521 async_setkey 3 35521 NULL
-+max8925_rtc_read_time_35525 max8925_rtc_read_time 0 35525 NULL
-+__filemap_fdatawrite_range_35528 __filemap_fdatawrite_range 0 35528 NULL
-+show_fan_max_output_35529 show_fan_max_output 0 35529 NULL
-+nfs_readpage_async_35533 nfs_readpage_async 0 35533 NULL
-+iwl_dbgfs_bt_traffic_read_35534 iwl_dbgfs_bt_traffic_read 3-0 35534 NULL
-+pstore_mkfile_35536 pstore_mkfile 7 35536 NULL
-+rxpipe_tx_xfr_host_int_trig_rx_data_read_35538 rxpipe_tx_xfr_host_int_trig_rx_data_read 3-0 35538 NULL
-+ocfs2_write_zero_page_35539 ocfs2_write_zero_page 0 35539 NULL
-+store_channel_35540 store_channel 0-4 35540 NULL
-+sony_nc_sysfs_store_35541 sony_nc_sysfs_store 0-4 35541 NULL
-+ieee80211_if_write_smps_35550 ieee80211_if_write_smps 3-0 35550 NULL
-+set_update_interval_35558 set_update_interval 0-4 35558 NULL
-+vb2_dqbuf_35559 vb2_dqbuf 0 35559 NULL nohasharray
-+bnx2i_cpu_callback_35559 bnx2i_cpu_callback 0 35559 &vb2_dqbuf_35559
-+rocker_dma_rx_ring_skb_alloc_35560 rocker_dma_rx_ring_skb_alloc 0 35560 NULL
-+video_outputsw_get_35564 video_outputsw_get 0 35564 NULL
-+sq905c_command_35566 sq905c_command 0 35566 NULL
-+dev_alloc_name_ns_35569 dev_alloc_name_ns 0 35569 NULL
-+bpf_convert_filter_35571 bpf_convert_filter 2 35571 NULL
-+update_size_35574 update_size 0 35574 NULL
-+ext2_acl_from_disk_35580 ext2_acl_from_disk 2 35580 NULL
-+store_selfballoon_min_usable_mb_35582 store_selfballoon_min_usable_mb 0-4 35582 NULL
-+usb_rapid_charge_store_35583 usb_rapid_charge_store 0-4 35583 NULL
-+cw1200_setup_mac_35584 cw1200_setup_mac 0 35584 NULL
-+get_wireless_state_ec_standard_35585 get_wireless_state_ec_standard 0 35585 NULL
-+spk_msg_set_35586 spk_msg_set 3 35586 NULL
-+qla2x00_sysfs_read_dcbx_tlv_35589 qla2x00_sysfs_read_dcbx_tlv 0-6-5 35589 NULL
-+ext2_listxattr_35593 ext2_listxattr 0-3 35593 NULL
-+new_rsb_count_read_35594 new_rsb_count_read 0 35594 NULL
-+__uncore_match_opc_show_35599 __uncore_match_opc_show 0 35599 NULL
-+usb_8dev_start_35601 usb_8dev_start 0 35601 NULL
-+io_serial_in_35602 io_serial_in 0 35602 NULL
-+ReadZReg_35604 ReadZReg 0 35604 NULL nohasharray
-+hrtimer_cpu_notify_35604 hrtimer_cpu_notify 0 35604 &ReadZReg_35604
-+show_lmc_35605 show_lmc 0 35605 NULL nohasharray
-+keyspan_pda_open_35605 keyspan_pda_open 0 35605 &show_lmc_35605
-+ceph_writepage_35610 ceph_writepage 0 35610 NULL
-+smack_socket_post_create_35616 smack_socket_post_create 0 35616 NULL
-+kernel_readv_35617 kernel_readv 3-0 35617 NULL
-+t4vf_enable_vi_35621 t4vf_enable_vi 0 35621 NULL
-+nilfs_commit_super_35622 nilfs_commit_super 0 35622 NULL
-+ixgbe_pci_sriov_configure_35624 ixgbe_pci_sriov_configure 0-2 35624 NULL
-+reiserfs_readpages_35629 reiserfs_readpages 4 35629 NULL
-+snd_hdspm_reset_35635 snd_hdspm_reset 0 35635 NULL
-+elan_sysfs_read_fw_checksum_35636 elan_sysfs_read_fw_checksum 0 35636 NULL
-+nv50_vm_create_35643 nv50_vm_create 2-3 35643 NULL
-+nfs_dns_parse_35646 nfs_dns_parse 0 35646 NULL
-+cfq_fifo_expire_async_store_35650 cfq_fifo_expire_async_store 3-0 35650 NULL nohasharray
-+mlx4_en_get_sset_count_35650 mlx4_en_get_sset_count 0 35650 &cfq_fifo_expire_async_store_35650
-+spi_register_board_info_35651 spi_register_board_info 2 35651 NULL
-+usb_dmac_desc_get_35654 usb_dmac_desc_get 2 35654 NULL
-+show_sched5_35655 show_sched5 0 35655 NULL
-+blkdev_direct_IO_35665 blkdev_direct_IO 3 35665 NULL
-+regmap_update_bits_35668 regmap_update_bits 0 35668 NULL
-+request_lock_35670 request_lock 0 35670 NULL
-+bh1770_lux_calib_show_35671 bh1770_lux_calib_show 0 35671 NULL
-+sysfs_drvr_stat_data_read_35672 sysfs_drvr_stat_data_read 0-5-6 35672 NULL
-+DMAbuf_getwrbuffer_35674 DMAbuf_getwrbuffer 0 35674 NULL
-+vb2_vmalloc_get_userptr_35677 vb2_vmalloc_get_userptr 3-2 35677 NULL
-+__bnx2x_vlan_mac_execute_step_35681 __bnx2x_vlan_mac_execute_step 0 35681 NULL
-+dif_show_35685 dif_show 0 35685 NULL
-+ext3_mark_iloc_dirty_35686 ext3_mark_iloc_dirty 0 35686 NULL
-+dm_table_create_35687 dm_table_create 3 35687 NULL
-+SYSC_pwritev_35690 SYSC_pwritev 3 35690 NULL nohasharray
-+snd_sb16_capture_prepare_35690 snd_sb16_capture_prepare 0 35690 &SYSC_pwritev_35690
-+rds_page_copy_user_35691 rds_page_copy_user 4 35691 NULL nohasharray
-+p54_start_35691 p54_start 0 35691 &rds_page_copy_user_35691
-+cx2341x_s_ctrl_35698 cx2341x_s_ctrl 0 35698 NULL
-+md_super_write_35703 md_super_write 4 35703 NULL
-+sctp_listen_start_35709 sctp_listen_start 0 35709 NULL
-+toshiba_panel_power_on_get_35719 toshiba_panel_power_on_get 0 35719 NULL
-+bnx2_change_mac_addr_35722 bnx2_change_mac_addr 0 35722 NULL
-+i2c_smbus_write_block_data_35723 i2c_smbus_write_block_data 0 35723 NULL nohasharray
-+mv88e6xxx_phy_page_write_35723 mv88e6xxx_phy_page_write 0 35723 &i2c_smbus_write_block_data_35723
-+mlx4_internal_err_ret_value_35725 mlx4_internal_err_ret_value 0 35725 NULL
-+vfio_fops_read_35733 vfio_fops_read 0-3 35733 NULL
-+ipr_copy_ucode_buffer_35736 ipr_copy_ucode_buffer 0 35736 NULL
-+read_35737 read 0 35737 NULL nohasharray
-+sd_start_ov361x_35737 sd_start_ov361x 0 35737 &read_35737 nohasharray
-+crb_send_35737 crb_send 0 35737 &sd_start_ov361x_35737
-+vmci_qpair_peek_35740 vmci_qpair_peek 3 35740 NULL
-+ext4_getattr_35741 ext4_getattr 0 35741 NULL
-+mt9t112_init_camera_35742 mt9t112_init_camera 0 35742 NULL
-+pci_enable_sriov_35745 pci_enable_sriov 0 35745 NULL
-+type_show_35748 type_show 0 35748 NULL nohasharray
-+queue_discard_granularity_show_35748 queue_discard_granularity_show 0 35748 &type_show_35748
-+qib_setup_eagerbufs_35758 qib_setup_eagerbufs 0 35758 NULL
-+gfs2_setattr_35760 gfs2_setattr 0 35760 NULL
-+iwl_dbgfs_disable_ht40_read_35761 iwl_dbgfs_disable_ht40_read 3-0 35761 NULL
-+fan_pwm1_enable_store_35767 fan_pwm1_enable_store 0-4 35767 NULL
-+cifs_launder_page_35770 cifs_launder_page 0 35770 NULL nohasharray
-+store_temp_tolerance_35770 store_temp_tolerance 0-4 35770 &cifs_launder_page_35770
-+qlcnic_sriov_async_issue_cmd_35775 qlcnic_sriov_async_issue_cmd 0 35775 NULL
-+arch_copy_kprobe_35783 arch_copy_kprobe 0 35783 NULL
-+udf_alloc_i_data_35786 udf_alloc_i_data 2 35786 NULL nohasharray
-+show_temp_critical_35786 show_temp_critical 0 35786 &udf_alloc_i_data_35786
-+bond_set_mac_address_35789 bond_set_mac_address 0 35789 NULL
-+padlock_sha_export_nano_35792 padlock_sha_export_nano 0 35792 NULL
-+governor_show_35794 governor_show 0 35794 NULL
-+da9052_reg_read_35800 da9052_reg_read 0 35800 NULL
-+toshiba_usb_sleep_music_set_35801 toshiba_usb_sleep_music_set 0 35801 NULL
-+ocfs2_direct_IO_write_35802 ocfs2_direct_IO_write 3-0 35802 NULL
-+alloc_netdev_mqs_35806 alloc_netdev_mqs 1 35806 NULL
-+command_setcompressionparams_35809 command_setcompressionparams 0 35809 NULL
-+csio_vport_delete_35815 csio_vport_delete 0 35815 NULL
-+show_session_param_ISCSI_PARAM_IMM_DATA_EN_35823 show_session_param_ISCSI_PARAM_IMM_DATA_EN 0 35823 NULL
-+pvr2_hdw_cpufw_get_35824 pvr2_hdw_cpufw_get 0-2-4 35824 NULL nohasharray
-+SyS_recvfrom_35824 SyS_recvfrom 3 35824 &pvr2_hdw_cpufw_get_35824
-+zd_op_add_interface_35825 zd_op_add_interface 0 35825 NULL
-+vlan_filtering_store_35826 vlan_filtering_store 4-0 35826 NULL nohasharray
-+i40evf_set_mac_35826 i40evf_set_mac 0 35826 &vlan_filtering_store_35826
-+of_irq_to_resource_35827 of_irq_to_resource 2 35827 NULL
-+cgroup_file_write_35828 cgroup_file_write 0-3 35828 NULL
-+log_debug_write_35845 log_debug_write 3-0 35845 NULL
-+mp_set_gsi_attr_35852 mp_set_gsi_attr 1 35852 NULL
-+unix_seqpacket_sendmsg_35853 unix_seqpacket_sendmsg 3 35853 NULL
-+tx_tx_cmplt_read_35854 tx_tx_cmplt_read 3-0 35854 NULL
-+wl3501_open_35855 wl3501_open 0 35855 NULL
-+mthca_buf_alloc_35861 mthca_buf_alloc 2 35861 NULL
-+broadsheet_store_waveform_to_spiflash_35867 broadsheet_store_waveform_to_spiflash 0 35867 NULL
-+num_parts_show_35868 num_parts_show 0 35868 NULL
-+iscsi_tpg_attrib_store_netif_timeout_35870 iscsi_tpg_attrib_store_netif_timeout 0-3 35870 NULL
-+fan_get_cur_state_35871 fan_get_cur_state 0 35871 NULL
-+__snd_hda_jack_add_kctl_35872 __snd_hda_jack_add_kctl 0 35872 NULL
-+tun_show_group_35875 tun_show_group 0 35875 NULL
-+show_fatal_error_35879 show_fatal_error 0 35879 NULL
-+mwifiex_get_debug_info_35880 mwifiex_get_debug_info 0 35880 NULL
-+generic_pipe_buf_confirm_35881 generic_pipe_buf_confirm 0 35881 NULL
-+sha384_ssse3_init_35883 sha384_ssse3_init 0 35883 NULL
-+fuse_notify_35888 fuse_notify 0 35888 NULL
-+ieee80211_if_fmt_dot11MeshRetryTimeout_35890 ieee80211_if_fmt_dot11MeshRetryTimeout 3 35890 NULL
-+uwb_rc_cmd_done_35892 uwb_rc_cmd_done 4 35892 NULL
-+vlan_passthru_hard_header_35894 vlan_passthru_hard_header 0 35894 NULL
-+tcp_mark_head_lost_35895 tcp_mark_head_lost 2 35895 NULL
-+rcar_vin_get_formats_35908 rcar_vin_get_formats 0 35908 NULL
-+igmpv3_newpack_35912 igmpv3_newpack 2 35912 NULL nohasharray
-+cow_file_range_async_35912 cow_file_range_async 0 35912 &igmpv3_newpack_35912
-+kernel_setsockopt_35913 kernel_setsockopt 5-0 35913 NULL
-+dccp_listen_start_35918 dccp_listen_start 0 35918 NULL
-+balance_node_right_35920 balance_node_right 0 35920 NULL nohasharray
-+rt2x00lib_start_35920 rt2x00lib_start 0 35920 &balance_node_right_35920 nohasharray
-+ip175c_read_status_35920 ip175c_read_status 0 35920 &rt2x00lib_start_35920
-+ch_probe_35922 ch_probe 0 35922 NULL
-+sctp_tsnmap_mark_35929 sctp_tsnmap_mark 2-0 35929 NULL
-+set_pwm1_auto_point_pwm_35930 set_pwm1_auto_point_pwm 0-4 35930 NULL
-+rx_defrag_init_called_read_35935 rx_defrag_init_called_read 3-0 35935 NULL nohasharray
-+uhci_submit_isochronous_35935 uhci_submit_isochronous 0 35935 &rx_defrag_init_called_read_35935
-+put_cmsg_compat_35937 put_cmsg_compat 4-0 35937 NULL
-+polling_interval_show_35940 polling_interval_show 0 35940 NULL nohasharray
-+ipmi_version_show_35940 ipmi_version_show 0 35940 &polling_interval_show_35940
-+irqcontrol_35953 irqcontrol 0 35953 NULL
-+nilfs_mdt_freeze_buffer_35954 nilfs_mdt_freeze_buffer 0 35954 NULL nohasharray
-+f2fs_write_node_pages_35954 f2fs_write_node_pages 0 35954 &nilfs_mdt_freeze_buffer_35954
-+kernel_bind_35955 kernel_bind 0 35955 NULL
-+mcp251x_setup_35960 mcp251x_setup 0 35960 NULL
-+set_cur_state_35966 set_cur_state 0 35966 NULL
-+cxgb_open_35970 cxgb_open 0 35970 NULL
-+nfs_page_async_flush_35972 nfs_page_async_flush 0 35972 NULL nohasharray
-+aa_replace_current_profile_35972 aa_replace_current_profile 0 35972 &nfs_page_async_flush_35972 nohasharray
-+nv_get_sset_count_35972 nv_get_sset_count 0 35972 &aa_replace_current_profile_35972
-+ceph_buffer_new_35974 ceph_buffer_new 1 35974 NULL nohasharray
-+generic_ocp_read_35974 generic_ocp_read 3 35974 &ceph_buffer_new_35974 nohasharray
-+platform_suspend_prepare_late_35974 platform_suspend_prepare_late 0 35974 &generic_ocp_read_35974
-+_picolcd_flash_erase64_35975 _picolcd_flash_erase64 0 35975 NULL
-+lprev_show_35978 lprev_show 0 35978 NULL
-+acl_alloc_35979 acl_alloc 1 35979 NULL
-+show_35981 show 0 35981 NULL
-+lpfc_soft_wwpn_show_35985 lpfc_soft_wwpn_show 0 35985 NULL nohasharray
-+device_add_class_symlinks_35985 device_add_class_symlinks 0 35985 &lpfc_soft_wwpn_show_35985
-+mtd_bitflip_threshold_store_35988 mtd_bitflip_threshold_store 0-4 35988 NULL
-+raw_bind_35989 raw_bind 0 35989 NULL
-+koneplus_sysfs_write_35993 koneplus_sysfs_write 6-0 35993 NULL
-+alt_playback_pcm_prepare_35994 alt_playback_pcm_prepare 0 35994 NULL
-+current_channel_show_35996 current_channel_show 0 35996 NULL
-+write_file_antenna_35998 write_file_antenna 3-0 35998 NULL nohasharray
-+kuc_alloc_35998 kuc_alloc 1 35998 &write_file_antenna_35998
-+locks_mandatory_area_35999 locks_mandatory_area 0 35999 NULL
-+max16065_set_limit_36004 max16065_set_limit 0-4 36004 NULL
-+apei_exec_read_register_value_36005 apei_exec_read_register_value 0 36005 NULL
-+svga_check_timings_36006 svga_check_timings 0 36006 NULL
-+console_store_36007 console_store 4-0 36007 NULL
-+lov_mds_md_max_stripe_count_36008 lov_mds_md_max_stripe_count 0-1 36008 NULL
-+gadget_dev_desc_UDC_store_36009 gadget_dev_desc_UDC_store 0-3 36009 NULL
-+il3945_ucode_tx_stats_read_36016 il3945_ucode_tx_stats_read 3-0 36016 NULL
-+uvesafb_helper_start_36018 uvesafb_helper_start 0 36018 NULL
-+dev_mc_del_36019 dev_mc_del 0 36019 NULL
-+vivid_radio_rx_s_ctrl_36023 vivid_radio_rx_s_ctrl 0 36023 NULL
-+show_36024 show 0 36024 NULL
-+big_key_preparse_36025 big_key_preparse 0 36025 NULL
-+afs_getattr_36026 afs_getattr 0 36026 NULL
-+qlcnic_fw_cmd_create_tx_ctx_36027 qlcnic_fw_cmd_create_tx_ctx 0 36027 NULL
-+show_temp_auto_point2_temp_36028 show_temp_auto_point2_temp 0 36028 NULL nohasharray
-+fat_ent_read_block_36028 fat_ent_read_block 0 36028 &show_temp_auto_point2_temp_36028
-+ubi_eba_write_leb_36029 ubi_eba_write_leb 5-6-0 36029 NULL
-+__videobuf_alloc_36031 __videobuf_alloc 1 36031 NULL nohasharray
-+cm_get_battery_temperature_by_psy_36031 cm_get_battery_temperature_by_psy 0 36031 &__videobuf_alloc_36031
-+gdm_lte_netif_rx_36036 gdm_lte_netif_rx 3 36036 NULL
-+yam_set_mac_address_36037 yam_set_mac_address 0 36037 NULL
-+show_forward_delay_timer_36038 show_forward_delay_timer 0 36038 NULL nohasharray
-+iscsi_nacl_attrib_show_random_datain_pdu_offsets_36038 iscsi_nacl_attrib_show_random_datain_pdu_offsets 0 36038 &show_forward_delay_timer_36038 nohasharray
-+page_action_36038 page_action 0 36038 &iscsi_nacl_attrib_show_random_datain_pdu_offsets_36038
-+num_arg_36039 num_arg 0 36039 NULL
-+wm8739_s_ctrl_36040 wm8739_s_ctrl 0 36040 NULL
-+i915_gem_object_do_pin_36045 i915_gem_object_do_pin 0 36045 NULL
-+init_36051 init 0 36051 NULL
-+at86rf230_set_promiscuous_mode_36052 at86rf230_set_promiscuous_mode 0 36052 NULL
-+snd_usb_caiaq_set_audio_params_36057 snd_usb_caiaq_set_audio_params 0 36057 NULL nohasharray
-+qlge_change_mtu_36057 qlge_change_mtu 0 36057 &snd_usb_caiaq_set_audio_params_36057
-+gpio_power_read_36059 gpio_power_read 3-0 36059 NULL
-+nfs_file_read_36060 nfs_file_read 0 36060 NULL
-+__bch_cache_set_show_36061 __bch_cache_set_show 0 36061 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_IS_FW_ASSIGNED_IPV6_36061 show_conn_param_ISCSI_PARAM_IS_FW_ASSIGNED_IPV6 0 36061 &__bch_cache_set_show_36061
-+show_power_crit_36062 show_power_crit 0 36062 NULL
-+smk_bu_inode_36064 smk_bu_inode 0-3 36064 NULL nohasharray
-+picolcd_fb_update_rate_store_36064 picolcd_fb_update_rate_store 0-4 36064 &smk_bu_inode_36064
-+write_emulate_36065 write_emulate 2 36065 NULL
-+dgram_dequeue_36067 dgram_dequeue 0 36067 NULL
-+stack_max_size_write_36068 stack_max_size_write 3 36068 NULL
-+show_conn_ep_param_ISCSI_PARAM_CONN_PORT_36069 show_conn_ep_param_ISCSI_PARAM_CONN_PORT 0 36069 NULL
-+ieee80211_if_fmt_peer_36071 ieee80211_if_fmt_peer 3 36071 NULL nohasharray
-+enable_36071 enable 0 36071 &ieee80211_if_fmt_peer_36071
-+ext3_new_blocks_36073 ext3_new_blocks 3-0 36073 NULL
-+ieee80211_if_write_tsf_36077 ieee80211_if_write_tsf 3-0 36077 NULL nohasharray
-+rtl_show_state_36077 rtl_show_state 0 36077 &ieee80211_if_write_tsf_36077
-+snd_pcm_plug_read_transfer_36080 snd_pcm_plug_read_transfer 0-3 36080 NULL nohasharray
-+ath10k_reg_addr_write_36080 ath10k_reg_addr_write 3-0 36080 &snd_pcm_plug_read_transfer_36080
-+mtip_hw_read_device_status_36082 mtip_hw_read_device_status 3-0 36082 NULL
-+cifs_set_file_size_36085 cifs_set_file_size 0 36085 NULL
-+map_capability_36089 map_capability 5 36089 NULL
-+nouveau_hwmon_get_pwm1_enable_36091 nouveau_hwmon_get_pwm1_enable 0 36091 NULL
-+queue_max_segments_show_36092 queue_max_segments_show 0 36092 NULL
-+show_yenta_registers_36093 show_yenta_registers 0 36093 NULL
-+genlmsg_new_36094 genlmsg_new 1 36094 NULL
-+arch_dynirq_lower_bound_36099 arch_dynirq_lower_bound 0-1 36099 NULL
-+read_dsrate_36103 read_dsrate 0 36103 NULL
-+vga_arb_write_36112 vga_arb_write 3-0 36112 NULL
-+ext2_xattr_security_list_36113 ext2_xattr_security_list 0-5 36113 NULL
-+ata_scsi_em_message_show_36114 ata_scsi_em_message_show 0 36114 NULL
-+compile_date_show_36116 compile_date_show 0 36116 NULL
-+simple_xattr_alloc_36118 simple_xattr_alloc 2 36118 NULL nohasharray
-+show_36118 show 0 36118 &simple_xattr_alloc_36118
-+uvc_buffer_prepare_36119 uvc_buffer_prepare 0 36119 NULL
-+intel_iommu_show_address_36120 intel_iommu_show_address 0 36120 NULL
-+netxen_sysfs_read_crb_36122 netxen_sysfs_read_crb 0-6-5 36122 NULL nohasharray
-+niu_init_rx_channels_36122 niu_init_rx_channels 0 36122 &netxen_sysfs_read_crb_36122
-+adis16400_update_scan_mode_36123 adis16400_update_scan_mode 0 36123 NULL
-+tpm_atml_recv_36126 tpm_atml_recv 0-3 36126 NULL
-+vmalloc_exec_36132 vmalloc_exec 1 36132 NULL nohasharray
-+mcp251x_open_36132 mcp251x_open 0 36132 &vmalloc_exec_36132
-+authorized_store_36134 authorized_store 0-4 36134 NULL
-+rbd_client_id_show_36135 rbd_client_id_show 0 36135 NULL nohasharray
-+mdc800_device_write_36135 mdc800_device_write 0-3 36135 &rbd_client_id_show_36135
-+set_flexbg_block_bitmap_36136 set_flexbg_block_bitmap 5-4 36136 NULL
-+ath10k_wmi_peer_create_36138 ath10k_wmi_peer_create 0 36138 NULL
-+ext3_readpages_36144 ext3_readpages 4 36144 NULL nohasharray
-+usb6fire_pcm_trigger_36144 usb6fire_pcm_trigger 0 36144 &ext3_readpages_36144
-+iwlagn_send_tx_power_36145 iwlagn_send_tx_power 0 36145 NULL nohasharray
-+queue_var_store_36145 queue_var_store 0-3 36145 &iwlagn_send_tx_power_36145
-+show_remote_port_36146 show_remote_port 0 36146 NULL
-+alloc_vm_area_36149 alloc_vm_area 1 36149 NULL nohasharray
-+wp256_final_36149 wp256_final 0 36149 &alloc_vm_area_36149
-+power_off_acct_show_36150 power_off_acct_show 0 36150 NULL
-+new_files_jdata_show_36152 new_files_jdata_show 0 36152 NULL
-+twl_set_36154 twl_set 2 36154 NULL
-+b1_alloc_card_36155 b1_alloc_card 1 36155 NULL nohasharray
-+l2cap_add_psm_36155 l2cap_add_psm 0 36155 &b1_alloc_card_36155
-+sys_send_36161 sys_send 3 36161 NULL
-+cxacru_sysfs_show_upstream_snr_margin_36167 cxacru_sysfs_show_upstream_snr_margin 0 36167 NULL
-+snd_korg1212_copy_from_36169 snd_korg1212_copy_from 6 36169 NULL nohasharray
-+store_attribute_36169 store_attribute 0 36169 &snd_korg1212_copy_from_36169 nohasharray
-+mlx4_status_to_errno_36169 mlx4_status_to_errno 0 36169 &store_attribute_36169
-+snd_rme96_playback_trigger_36173 snd_rme96_playback_trigger 0 36173 NULL nohasharray
-+v9fs_xattr_set_36173 v9fs_xattr_set 0 36173 &snd_rme96_playback_trigger_36173
-+xilly_get_dma_buffers_36174 xilly_get_dma_buffers 4 36174 NULL
-+try_or_set_cluster_36176 try_or_set_cluster 0 36176 NULL nohasharray
-+__sync_dirty_buffer_36176 __sync_dirty_buffer 0 36176 &try_or_set_cluster_36176
-+mcp251x_hw_reset_36177 mcp251x_hw_reset 0 36177 NULL
-+modify_device_36179 modify_device 0 36179 NULL
-+dummy_validate_stream_36185 dummy_validate_stream 0 36185 NULL
-+adt7x10_read_byte_36186 adt7x10_read_byte 0 36186 NULL
-+phys_state_show_36187 phys_state_show 0 36187 NULL
-+ramoops_init_przs_36199 ramoops_init_przs 4 36199 NULL
-+ds1672_rtc_read_time_36200 ds1672_rtc_read_time 0 36200 NULL
-+ircomm_tty_write_room_36203 ircomm_tty_write_room 0 36203 NULL
-+ovl_copy_up_last_36204 ovl_copy_up_last 0 36204 NULL
-+SYSC_sched_getaffinity_36208 SYSC_sched_getaffinity 2 36208 NULL
-+write_word_36211 write_word 0 36211 NULL
-+nfs3_list_one_acl_36212 nfs3_list_one_acl 0 36212 NULL
-+SYSC_process_vm_readv_36216 SYSC_process_vm_readv 3-5 36216 NULL nohasharray
-+negotiate_36216 negotiate 0 36216 &SYSC_process_vm_readv_36216
-+nfqnl_mangle_36226 nfqnl_mangle 4-2 36226 NULL
-+i2c_algo_dp_aux_xfer_36227 i2c_algo_dp_aux_xfer 0-3 36227 NULL nohasharray
-+command_setformat_36227 command_setformat 0 36227 &i2c_algo_dp_aux_xfer_36227
-+atomic_stats_read_36228 atomic_stats_read 3-0 36228 NULL
-+wil_agg_size_36229 wil_agg_size 0-2 36229 NULL nohasharray
-+wl1273_fm_start_36229 wl1273_fm_start 0 36229 &wil_agg_size_36229
-+irda_recvmsg_stream_36232 irda_recvmsg_stream 3 36232 NULL
-+__padata_remove_cpu_36235 __padata_remove_cpu 0 36235 NULL
-+ping_bind_36236 ping_bind 0 36236 NULL
-+viafb_iga1_odev_proc_write_36241 viafb_iga1_odev_proc_write 3-0 36241 NULL
-+SYSC_getxattr_36242 SYSC_getxattr 4 36242 NULL
-+acpi_ex_create_mutex_36244 acpi_ex_create_mutex 0 36244 NULL
-+vmsplice_to_user_36245 vmsplice_to_user 3 36245 NULL nohasharray
-+rproc_recovery_read_36245 rproc_recovery_read 3-0 36245 &vmsplice_to_user_36245
-+ceph_vxattrcb_layout_stripe_count_36247 ceph_vxattrcb_layout_stripe_count 0 36247 NULL
-+scrub_stripe_36248 scrub_stripe 5 36248 NULL
-+swap_writer_finish_36252 swap_writer_finish 0-3 36252 NULL
-+setup_msi_irqs_36253 setup_msi_irqs 0 36253 NULL
-+il_mac_add_interface_36254 il_mac_add_interface 0 36254 NULL
-+bnad_get_stats_count_locked_36255 bnad_get_stats_count_locked 0 36255 NULL
-+compat_sys_mbind_36256 compat_sys_mbind 5 36256 NULL
-+regulator_print_opmode_36257 regulator_print_opmode 0 36257 NULL
-+nla_put_u32_36259 nla_put_u32 0 36259 NULL nohasharray
-+store_sf2_level_36259 store_sf2_level 0-4 36259 &nla_put_u32_36259
-+nilfs_write_logs_36260 nilfs_write_logs 0 36260 NULL
-+cfq_slice_sync_store_36272 cfq_slice_sync_store 3-0 36272 NULL
-+bus_for_each_dev_36276 bus_for_each_dev 0 36276 NULL nohasharray
-+cfs_hash_buckets_realloc_36276 cfs_hash_buckets_realloc 4 36276 &bus_for_each_dev_36276
-+lpfc_oas_lun_show_36279 lpfc_oas_lun_show 0 36279 NULL
-+codec_reg_read_file_36280 codec_reg_read_file 3-0 36280 NULL
-+lpfc_dss_show_36282 lpfc_dss_show 0 36282 NULL
-+bind_mode_show_36286 bind_mode_show 0 36286 NULL
-+aac_show_reset_adapter_36289 aac_show_reset_adapter 0 36289 NULL
-+nf_nat_ipv6_out_36291 nf_nat_ipv6_out 0 36291 NULL
-+arch_mmap_rnd_36293 arch_mmap_rnd 0 36293 NULL
-+asix_write_rx_ctl_36295 asix_write_rx_ctl 0 36295 NULL
-+do_set_fan_div_36299 do_set_fan_div 0 36299 NULL
-+lpfc_debugfs_dif_err_read_36303 lpfc_debugfs_dif_err_read 3-0 36303 NULL
-+show_in_min3_36304 show_in_min3 0 36304 NULL
-+l2cap_validate_le_psm_36306 l2cap_validate_le_psm 0 36306 NULL nohasharray
-+unix_stream_recvmsg_36306 unix_stream_recvmsg 3 36306 &l2cap_validate_le_psm_36306
-+target_core_alua_tg_pt_gp_store_attr_alua_access_type_36308 target_core_alua_tg_pt_gp_store_attr_alua_access_type 0-3 36308 NULL
-+ad7879_spi_xfer_36311 ad7879_spi_xfer 3 36311 NULL
-+qla2x00_vlan_id_show_36314 qla2x00_vlan_id_show 0 36314 NULL
-+mwifiex_cmd_802_11_scan_36316 mwifiex_cmd_802_11_scan 0 36316 NULL
-+iscsi_tpg_attrib_store_authentication_36323 iscsi_tpg_attrib_store_authentication 0-3 36323 NULL
-+__compat_sys_pwritev64_36328 __compat_sys_pwritev64 3 36328 NULL
-+lc_create_36332 lc_create 4 36332 NULL
-+jbd2_journal_init_revoke_table_36336 jbd2_journal_init_revoke_table 1 36336 NULL
-+t4_config_rss_range_36340 t4_config_rss_range 0 36340 NULL
-+bEndpointAddress_show_36342 bEndpointAddress_show 0 36342 NULL
-+isku_sysfs_read_key_mask_36343 isku_sysfs_read_key_mask 6-0-5 36343 NULL
-+show_fnode_tcp_wsf_disable_36348 show_fnode_tcp_wsf_disable 0 36348 NULL nohasharray
-+iscsi_disc_store_password_mutual_36348 iscsi_disc_store_password_mutual 0-3 36348 &show_fnode_tcp_wsf_disable_36348
-+ath6kl_regwrite_write_36351 ath6kl_regwrite_write 3-0 36351 NULL nohasharray
-+async_writev_36351 async_writev 0 36351 &ath6kl_regwrite_write_36351
-+v9fs_file_readn_36353 v9fs_file_readn 4-0 36353 NULL nohasharray
-+xz_dec_lzma2_create_36353 xz_dec_lzma2_create 2 36353 &v9fs_file_readn_36353 nohasharray
-+picolcd_operation_mode_show_36353 picolcd_operation_mode_show 0 36353 &xz_dec_lzma2_create_36353
-+at91_sysfs_show_mb0_id_36364 at91_sysfs_show_mb0_id 0 36364 NULL
-+ip6_mtu_36368 ip6_mtu 0 36368 NULL
-+sxgbe_dma_init_36369 sxgbe_dma_init 0 36369 NULL
-+roccat_common2_sysfs_read_keys_primary_36382 roccat_common2_sysfs_read_keys_primary 0-5-6 36382 NULL
-+iio_request_update_kfifo_36383 iio_request_update_kfifo 0 36383 NULL
-+tunables_read_36385 tunables_read 3-0 36385 NULL nohasharray
-+bind_qsets_36385 bind_qsets 0 36385 &tunables_read_36385
-+brcmf_cfg80211_change_iface_36390 brcmf_cfg80211_change_iface 0 36390 NULL
-+show_fnode_username_36398 show_fnode_username 0 36398 NULL
-+afs_alloc_flat_call_36399 afs_alloc_flat_call 2-3 36399 NULL nohasharray
-+__uncore_filter_link2_show_36399 __uncore_filter_link2_show 0 36399 &afs_alloc_flat_call_36399 nohasharray
-+xennet_change_mtu_36399 xennet_change_mtu 0 36399 &__uncore_filter_link2_show_36399
-+sierra_write_36402 sierra_write 4-0 36402 NULL
-+rx_over_errors_show_36403 rx_over_errors_show 0 36403 NULL nohasharray
-+iwl_dbgfs_d3_sram_write_36403 iwl_dbgfs_d3_sram_write 0-3 36403 &rx_over_errors_show_36403
-+_iwl_dbgfs_uapsd_misbehaving_write_36405 _iwl_dbgfs_uapsd_misbehaving_write 3-0 36405 NULL
-+selinux_inode_listsecurity_36406 selinux_inode_listsecurity 0 36406 NULL
-+qdsb_get_36409 qdsb_get 0 36409 NULL
-+msb_update_block_36412 msb_update_block 2 36412 NULL nohasharray
-+gadget_dev_desc_bcdUSB_show_36412 gadget_dev_desc_bcdUSB_show 0 36412 &msb_update_block_36412
-+teles_suspend_36416 teles_suspend 0 36416 NULL
-+da9063_buck_get_status_36417 da9063_buck_get_status 0 36417 NULL nohasharray
-+SyS_sethostname_36417 SyS_sethostname 2 36417 &da9063_buck_get_status_36417
-+ath10k_wmi_pdev_set_quiet_mode_36424 ath10k_wmi_pdev_set_quiet_mode 0 36424 NULL
-+rt2x00queue_alloc_entries_36429 rt2x00queue_alloc_entries 0 36429 NULL
-+no_uld_show_36430 no_uld_show 0 36430 NULL
-+show_configfs_dev_params_36432 show_configfs_dev_params 0 36432 NULL
-+soc_pcm_codec_params_fixup_36434 soc_pcm_codec_params_fixup 2 36434 NULL
-+rtnl_link_get_size_36436 rtnl_link_get_size 0 36436 NULL nohasharray
-+show_bank1_alarm_36436 show_bank1_alarm 0 36436 &rtnl_link_get_size_36436
-+intf_next_seq_36442 intf_next_seq 0 36442 NULL
-+sctp_tsnmap_init_36446 sctp_tsnmap_init 2 36446 NULL
-+bnx2x_reload_if_running_36448 bnx2x_reload_if_running 0 36448 NULL
-+alloc_etherdev_mqs_36450 alloc_etherdev_mqs 1 36450 NULL
-+smsc95xx_set_mac_address_36452 smsc95xx_set_mac_address 0 36452 NULL
-+atkbd_show_extra_36453 atkbd_show_extra 0 36453 NULL
-+CIFSSMBNegotiate_36455 CIFSSMBNegotiate 0 36455 NULL
-+tcf_csum_ipv6_udp_36457 tcf_csum_ipv6_udp 3 36457 NULL
-+__vxge_hw_pio_mem_write64_36458 __vxge_hw_pio_mem_write64 0 36458 NULL
-+netvsc_change_mtu_36461 netvsc_change_mtu 0 36461 NULL
-+carl9170_exec_cmd_36462 carl9170_exec_cmd 0 36462 NULL
-+core_alua_show_secondary_status_36463 core_alua_show_secondary_status 0 36463 NULL
-+ivtv_s_audio_sampling_freq_36468 ivtv_s_audio_sampling_freq 0 36468 NULL
-+xfs_rtmodify_summary_int_36469 xfs_rtmodify_summary_int 0 36469 NULL nohasharray
-+rio_request_inb_mbox_36469 rio_request_inb_mbox 0 36469 &xfs_rtmodify_summary_int_36469
-+iscsit_ta_default_erl_36470 iscsit_ta_default_erl 0 36470 NULL
-+SyS_process_vm_writev_36476 SyS_process_vm_writev 3-5 36476 NULL
-+__security_genfs_sid_36479 __security_genfs_sid 0 36479 NULL
-+lock_and_cleanup_extent_if_need_36480 lock_and_cleanup_extent_if_need 0 36480 NULL
-+b43_nphy_load_samples_36481 b43_nphy_load_samples 3 36481 NULL
-+ath10k_recalc_rtscts_prot_36482 ath10k_recalc_rtscts_prot 0 36482 NULL
-+hdaps_invert_show_36483 hdaps_invert_show 0 36483 NULL
-+elan_i2c_iap_reset_36487 elan_i2c_iap_reset 0 36487 NULL
-+vmci_route_36488 vmci_route 0 36488 NULL
-+ds1343_nvram_write_36489 ds1343_nvram_write 5-6-0 36489 NULL
-+tx_tx_checksum_result_read_36490 tx_tx_checksum_result_read 3-0 36490 NULL nohasharray
-+ip6_append_data_36490 ip6_append_data 4-5 36490 &tx_tx_checksum_result_read_36490 nohasharray
-+devfreq_simple_ondemand_func_36490 devfreq_simple_ondemand_func 0 36490 &ip6_append_data_36490 nohasharray
-+pm860x_rtc_set_alarm_36490 pm860x_rtc_set_alarm 0 36490 &devfreq_simple_ondemand_func_36490
-+store_fast_charge_timer_36494 store_fast_charge_timer 0-4 36494 NULL
-+ufx_ops_set_par_36498 ufx_ops_set_par 0 36498 NULL
-+lpfc_enable_da_id_show_36504 lpfc_enable_da_id_show 0 36504 NULL
-+e4000_set_if_gain_36506 e4000_set_if_gain 0 36506 NULL
-+__hwahc_op_set_ptk_36510 __hwahc_op_set_ptk 5 36510 NULL
-+mcam_v4l_read_36513 mcam_v4l_read 3-0 36513 NULL
-+_iwl_dbgfs_fw_nmi_write_36515 _iwl_dbgfs_fw_nmi_write 3-0 36515 NULL
-+pnfs_sync_inode_36519 pnfs_sync_inode 0 36519 NULL
-+ieee80211_if_read_fwded_frames_36520 ieee80211_if_read_fwded_frames 3-0 36520 NULL
-+it8761e_gpio_direction_out_36528 it8761e_gpio_direction_out 0 36528 NULL
-+lguest_setup_irq_36531 lguest_setup_irq 1 36531 NULL
-+ath10k_setup_peer_smps_36533 ath10k_setup_peer_smps 0 36533 NULL
-+mvs_task_prep_ssp_36534 mvs_task_prep_ssp 0 36534 NULL nohasharray
-+rv3029c2_rtc_i2c_set_alarm_36534 rv3029c2_rtc_i2c_set_alarm 0 36534 &mvs_task_prep_ssp_36534
-+qla4_83xx_restart_36539 qla4_83xx_restart 0 36539 NULL
-+cpu_type_read_36540 cpu_type_read 3-0 36540 NULL
-+de_init_hw_36543 de_init_hw 0 36543 NULL
-+ixgbevf_setup_rx_resources_36545 ixgbevf_setup_rx_resources 0 36545 NULL
-+ql_get_regs_len_36548 ql_get_regs_len 0 36548 NULL
-+vm_commit_limit_36552 vm_commit_limit 0 36552 NULL
-+bInterval_show_36553 bInterval_show 0 36553 NULL nohasharray
-+show_fcstat_fc_no_free_exch_36553 show_fcstat_fc_no_free_exch 0 36553 &bInterval_show_36553
-+__kfifo_to_user_36555 __kfifo_to_user 3-0 36555 NULL
-+skb_copy_and_csum_datagram_msg_36558 skb_copy_and_csum_datagram_msg 2 36558 NULL
-+__lock_page_killable_36561 __lock_page_killable 0 36561 NULL nohasharray
-+mxt_bootloader_write_36561 mxt_bootloader_write 0 36561 &__lock_page_killable_36561
-+b44_wait_bit_36562 b44_wait_bit 0 36562 NULL
-+patch_ad1981_36564 patch_ad1981 0 36564 NULL
-+si476x_core_cmd_fm_rsq_status_36568 si476x_core_cmd_fm_rsq_status 0 36568 NULL
-+do_rbd_add_36570 do_rbd_add 0 36570 NULL
-+btrfs_get_token_64_36572 btrfs_get_token_64 0 36572 NULL
-+pm8001_task_prep_ssp_tm_36574 pm8001_task_prep_ssp_tm 0 36574 NULL
-+ssb_bus_scan_36578 ssb_bus_scan 2 36578 NULL
-+__erst_read_36579 __erst_read 0 36579 NULL
-+e100_exec_cmd_36583 e100_exec_cmd 0 36583 NULL
-+show_36588 show 0 36588 NULL
-+put_cmsg_36589 put_cmsg 4-0 36589 NULL
-+st6422_start_36592 st6422_start 0 36592 NULL nohasharray
-+sparse_init_one_section_36592 sparse_init_one_section 0 36592 &st6422_start_36592
-+pcnet32_realloc_rx_ring_36598 pcnet32_realloc_rx_ring 3 36598 NULL
-+__da903x_write_36599 __da903x_write 0 36599 NULL nohasharray
-+jfs_write_begin_36599 jfs_write_begin 0 36599 &__da903x_write_36599 nohasharray
-+koneplus_sysfs_set_actual_profile_36599 koneplus_sysfs_set_actual_profile 0-4 36599 &jfs_write_begin_36599
-+init_36600 init 0 36600 NULL
-+read_byte_36604 read_byte 0 36604 NULL
-+ttm_object_device_init_36607 ttm_object_device_init 2 36607 NULL
-+show_dev_name_36608 show_dev_name 0 36608 NULL
-+beiscsi_log_enable_disp_36609 beiscsi_log_enable_disp 0 36609 NULL
-+do_sendfile_36610 do_sendfile 4-5 36610 NULL
-+selinux_ipv6_postroute_36611 selinux_ipv6_postroute 0 36611 NULL
-+kstrtoll_36612 kstrtoll 0 36612 NULL
-+sdev_show_vendor_36616 sdev_show_vendor 0 36616 NULL
-+mtd_write_user_prot_reg_36625 mtd_write_user_prot_reg 0 36625 NULL
-+mxl111sf_ctrl_program_regs_36626 mxl111sf_ctrl_program_regs 0 36626 NULL
-+kvaser_usb_setup_rx_urbs_36629 kvaser_usb_setup_rx_urbs 0 36629 NULL
-+proto_name_show_36630 proto_name_show 0 36630 NULL
-+power_save_36634 power_save 0 36634 NULL
-+vxge_config_vpaths_36636 vxge_config_vpaths 0 36636 NULL
-+show_conn_param_ISCSI_PARAM_TCP_TIMESTAMP_EN_36639 show_conn_param_ISCSI_PARAM_TCP_TIMESTAMP_EN 0 36639 NULL
-+bond_option_slaves_set_36643 bond_option_slaves_set 0 36643 NULL
-+ov2640_write_array_36644 ov2640_write_array 0 36644 NULL nohasharray
-+cyapa_gen5_bl_exit_36644 cyapa_gen5_bl_exit 0 36644 &ov2640_write_array_36644
-+m66592_udc_start_36646 m66592_udc_start 0 36646 NULL
-+mem_cgroup_do_precharge_36647 mem_cgroup_do_precharge 0 36647 NULL
-+lpfc_idiag_extacc_alloc_get_36648 lpfc_idiag_extacc_alloc_get 0-3 36648 NULL nohasharray
-+tty_copy_to_user_36648 tty_copy_to_user 4 36648 &lpfc_idiag_extacc_alloc_get_36648
-+add_dev_support_show_36650 add_dev_support_show 0 36650 NULL
-+hfsplus_osx_listxattr_36654 hfsplus_osx_listxattr 0-5 36654 NULL nohasharray
-+interface_show_36654 interface_show 0 36654 &hfsplus_osx_listxattr_36654
-+ktti_read_regr_36658 ktti_read_regr 0 36658 NULL
-+pss_coproc_open_36662 pss_coproc_open 0 36662 NULL
-+osd_req_list_collection_objects_36664 osd_req_list_collection_objects 5 36664 NULL nohasharray
-+ip6_pkt_prohibit_out_36664 ip6_pkt_prohibit_out 0 36664 &osd_req_list_collection_objects_36664 nohasharray
-+mgmt_send_event_36664 mgmt_send_event 5 36664 &ip6_pkt_prohibit_out_36664
-+snd_pcsp_trigger_36665 snd_pcsp_trigger 0 36665 NULL
-+iscsi_host_alloc_36671 iscsi_host_alloc 2 36671 NULL nohasharray
-+get_temp_input_36671 get_temp_input 0 36671 &iscsi_host_alloc_36671
-+o2nm_node_num_read_36673 o2nm_node_num_read 0 36673 NULL
-+hackrf_queue_setup_36676 hackrf_queue_setup 0 36676 NULL
-+xillybus_read_36678 xillybus_read 3-0 36678 NULL
-+iscsi_stat_sess_show_attr_cmd_pdus_36680 iscsi_stat_sess_show_attr_cmd_pdus 0 36680 NULL
-+iscsi_nacl_param_show_ImmediateData_36681 iscsi_nacl_param_show_ImmediateData 0 36681 NULL
-+__follow_pte_36683 __follow_pte 0 36683 NULL
-+ext4_mb_discard_group_preallocations_36685 ext4_mb_discard_group_preallocations 2 36685 NULL
-+lbtf_op_start_36691 lbtf_op_start 0 36691 NULL
-+xhci_check_args_36702 xhci_check_args 0 36702 NULL nohasharray
-+gsmtty_write_36702 gsmtty_write 3 36702 &xhci_check_args_36702
-+cam_get_response16_36703 cam_get_response16 0 36703 NULL
-+raid5_add_disk_36710 raid5_add_disk 0 36710 NULL nohasharray
-+alc861_parse_auto_config_36710 alc861_parse_auto_config 0 36710 &raid5_add_disk_36710 nohasharray
-+propagate_exception_36710 propagate_exception 0 36710 &alc861_parse_auto_config_36710
-+vfio_user_config_write_36712 vfio_user_config_write 0 36712 NULL
-+tg3_phy_auxctl_write_36713 tg3_phy_auxctl_write 0 36713 NULL nohasharray
-+netdev_set_mac_address_36713 netdev_set_mac_address 0 36713 &tg3_phy_auxctl_write_36713
-+snd_soc_update_bits_36714 snd_soc_update_bits 0 36714 NULL
-+solo_p2m_dma_desc_36715 solo_p2m_dma_desc 0 36715 NULL
-+path_getxattr_36717 path_getxattr 4 36717 NULL nohasharray
-+cx25821_alsa_dma_init_36717 cx25821_alsa_dma_init 2 36717 &path_getxattr_36717
-+kovaplus_sysfs_show_actual_sensitivity_x_36721 kovaplus_sysfs_show_actual_sensitivity_x 0 36721 NULL
-+saa7134_i2c_eeprom_36729 saa7134_i2c_eeprom 3 36729 NULL
-+cfq_slice_sync_show_36730 cfq_slice_sync_show 0 36730 NULL
-+multicast_show_36734 multicast_show 0 36734 NULL
-+read_36735 read 0 36735 NULL
-+snd_rawmidi_kernel_read1_36740 snd_rawmidi_kernel_read1 4-0 36740 NULL
-+nfnetlink_alloc_skb_36741 nfnetlink_alloc_skb 2 36741 NULL
-+sys_get_curr_temp_36743 sys_get_curr_temp 0 36743 NULL nohasharray
-+rbd_pool_show_36743 rbd_pool_show 0 36743 &sys_get_curr_temp_36743
-+mwl8k_cmd_radio_disable_36745 mwl8k_cmd_radio_disable 0 36745 NULL
-+cxgbi_device_register_36746 cxgbi_device_register 2-1 36746 NULL
-+fc_exch_mgr_alloc_36751 fc_exch_mgr_alloc 3-4 36751 NULL
-+nilfs_bmap_prepare_alloc_ptr_36752 nilfs_bmap_prepare_alloc_ptr 0 36752 NULL nohasharray
-+pmdown_time_set_36752 pmdown_time_set 0-4 36752 &nilfs_bmap_prepare_alloc_ptr_36752
-+ps_poll_upsd_timeouts_read_36755 ps_poll_upsd_timeouts_read 3-0 36755 NULL
-+agc_status_36756 agc_status 0 36756 NULL
-+srp_parse_options_36759 srp_parse_options 0 36759 NULL
-+bnx2x_exe_queue_step_36760 bnx2x_exe_queue_step 0 36760 NULL
-+set_pwm_reg_36763 set_pwm_reg 0-4 36763 NULL
-+get_ncm_36766 get_ncm 0 36766 NULL
-+pcan_usb_send_cmd_36767 pcan_usb_send_cmd 0 36767 NULL
-+ip4ip6_err_36772 ip4ip6_err 5 36772 NULL
-+llc_mac_header_len_36776 llc_mac_header_len 0 36776 NULL
-+show_eeprom1_36777 show_eeprom1 0 36777 NULL
-+iscsi_tpg_param_store_ErrorRecoveryLevel_36779 iscsi_tpg_param_store_ErrorRecoveryLevel 0-3 36779 NULL
-+viacam_ctlr_cbufs_36781 viacam_ctlr_cbufs 0 36781 NULL
-+musb_schedule_36787 musb_schedule 0 36787 NULL
-+pci_write_config_dword_36790 pci_write_config_dword 0 36790 NULL
-+of_iomap_36793 of_iomap 2 36793 NULL nohasharray
-+hrz_open_rx_36793 hrz_open_rx 0 36793 &of_iomap_36793
-+ecm_opts_host_addr_show_36795 ecm_opts_host_addr_show 0 36795 NULL nohasharray
-+bcm7xxx_eee_enable_36795 bcm7xxx_eee_enable 0 36795 &ecm_opts_host_addr_show_36795
-+i40e_init_lan_hmc_36796 i40e_init_lan_hmc 5-4-3-2 36796 NULL
-+macvlan_vlan_rx_add_vid_36799 macvlan_vlan_rx_add_vid 0 36799 NULL
-+proc_fault_inject_read_36802 proc_fault_inject_read 3-0 36802 NULL nohasharray
-+store_sched0_36802 store_sched0 4-0 36802 &proc_fault_inject_read_36802
-+set_deactivate_slack_36803 set_deactivate_slack 0-4 36803 NULL
-+i915_gem_object_get_pages_dmabuf_36807 i915_gem_object_get_pages_dmabuf 0 36807 NULL
-+flock_lock_file_wait_36808 flock_lock_file_wait 0 36808 NULL nohasharray
-+ssb_sdio_read16_36808 ssb_sdio_read16 0 36808 &flock_lock_file_wait_36808
-+show_multicast_router_36814 show_multicast_router 0 36814 NULL
-+show_out0_enable_36815 show_out0_enable 0 36815 NULL
-+hiddev_ioctl_36816 hiddev_ioctl 2 36816 NULL
-+edd_show_legacy_max_head_36821 edd_show_legacy_max_head 0 36821 NULL
-+tcf_csum_ipv6_tcp_36822 tcf_csum_ipv6_tcp 3 36822 NULL
-+adt7310_spi_read_byte_36823 adt7310_spi_read_byte 0 36823 NULL nohasharray
-+ab3100_otp_tac_show_36823 ab3100_otp_tac_show 0 36823 &adt7310_spi_read_byte_36823
-+temp_cpu_local_36825 temp_cpu_local 0 36825 NULL
-+ath10k_pci_chip_reset_36827 ath10k_pci_chip_reset 0 36827 NULL
-+int_hardware_entry_36833 int_hardware_entry 3-0 36833 NULL
-+ax88179_change_mtu_36836 ax88179_change_mtu 0 36836 NULL
-+arvo_sysfs_show_actual_profile_36841 arvo_sysfs_show_actual_profile 0 36841 NULL
-+power_limit_0_tmax_us_show_36847 power_limit_0_tmax_us_show 0 36847 NULL nohasharray
-+ufx_ops_check_var_36847 ufx_ops_check_var 0 36847 &power_limit_0_tmax_us_show_36847
-+user_pin_configs_show_36848 user_pin_configs_show 0 36848 NULL
-+be_set_vlan_promisc_36854 be_set_vlan_promisc 0 36854 NULL
-+ov7670_s_autoexp_36855 ov7670_s_autoexp 0 36855 NULL
-+set_rate_36858 set_rate 0 36858 NULL nohasharray
-+cm_write_36858 cm_write 0-3 36858 &set_rate_36858 nohasharray
-+ci_fan_ctrl_set_fan_speed_percent_36858 ci_fan_ctrl_set_fan_speed_percent 0 36858 &cm_write_36858
-+thermal_get_trip_temp_36862 thermal_get_trip_temp 0 36862 NULL
-+part_size_show_36865 part_size_show 0 36865 NULL nohasharray
-+ntfs_statfs_36865 ntfs_statfs 0 36865 &part_size_show_36865
-+audit_tree_handle_event_36870 audit_tree_handle_event 0 36870 NULL
-+tx_tx_data_programmed_read_36871 tx_tx_data_programmed_read 3-0 36871 NULL nohasharray
-+f_eem_opts_attr_store_36871 f_eem_opts_attr_store 0-4 36871 &tx_tx_data_programmed_read_36871
-+stp_state_show_36872 stp_state_show 0 36872 NULL
-+acpi_tb_find_table_36874 acpi_tb_find_table 0 36874 NULL
-+afs_proc_rootcell_read_36875 afs_proc_rootcell_read 0-3 36875 NULL
-+svc_setsockopt_36876 svc_setsockopt 5-0 36876 NULL nohasharray
-+show_src_clock_sel_36876 show_src_clock_sel 0 36876 &svc_setsockopt_36876
-+reiserfs_listxattr_36877 reiserfs_listxattr 0-3 36877 NULL
-+ppp_hard_header_36881 ppp_hard_header 0 36881 NULL
-+ib_ucm_alloc_data_36885 ib_ucm_alloc_data 3 36885 NULL
-+snd_ice1712_playback_prepare_36888 snd_ice1712_playback_prepare 0 36888 NULL
-+selinux_inode_notifysecctx_36896 selinux_inode_notifysecctx 3 36896 NULL
-+gfs2_file_write_iter_36898 gfs2_file_write_iter 0 36898 NULL
-+tas5086_register_size_36899 tas5086_register_size 0 36899 NULL nohasharray
-+netlbl_af4list_add_36899 netlbl_af4list_add 0 36899 &tas5086_register_size_36899
-+pscsi_add_device_to_list_36901 pscsi_add_device_to_list 0 36901 NULL
-+wm831x_auxadc_read_36904 wm831x_auxadc_read 0 36904 NULL nohasharray
-+set_green_36904 set_green 0-4 36904 &wm831x_auxadc_read_36904
-+lm3533_als_get_target_36905 lm3533_als_get_target 0 36905 NULL
-+show_fnode_chap_auth_36909 show_fnode_chap_auth 0 36909 NULL nohasharray
-+send_next_seg_36909 send_next_seg 0 36909 &show_fnode_chap_auth_36909 nohasharray
-+packet_sendmsg_spkt_36909 packet_sendmsg_spkt 3 36909 &send_next_seg_36909
-+zl10036_read_status_reg_36910 zl10036_read_status_reg 0 36910 NULL nohasharray
-+set_mandatory_rates_36910 set_mandatory_rates 0 36910 &zl10036_read_status_reg_36910
-+cuse_read_36920 cuse_read 0-3 36920 NULL
-+show_counter_rx_p2_hdr_egr_ovfls_36924 show_counter_rx_p2_hdr_egr_ovfls 0 36924 NULL nohasharray
-+data_sock_getname_36924 data_sock_getname 0 36924 &show_counter_rx_p2_hdr_egr_ovfls_36924
-+store_lid_36925 store_lid 0-4 36925 NULL
-+copy_batch_36927 copy_batch 3-4 36927 NULL
-+netxen_sysfs_read_dimm_36930 netxen_sysfs_read_dimm 0-5-6 36930 NULL
-+queue_rq_affinity_show_36934 queue_rq_affinity_show 0 36934 NULL
-+clock_name_show_36935 clock_name_show 0 36935 NULL nohasharray
-+bnx2x_init_rss_36935 bnx2x_init_rss 0 36935 &clock_name_show_36935
-+ath5k_hw_write_initvals_36936 ath5k_hw_write_initvals 0 36936 NULL
-+ax88179_write_cmd_nopm_36938 ax88179_write_cmd_nopm 5 36938 NULL
-+o2net_open_listening_sock_36944 o2net_open_listening_sock 0 36944 NULL
-+kone_sysfs_write_profilex_36945 kone_sysfs_write_profilex 0-6-5 36945 NULL
-+bonding_show_tlb_dynamic_lb_36946 bonding_show_tlb_dynamic_lb 0 36946 NULL nohasharray
-+eem_opts_qmult_show_36946 eem_opts_qmult_show 0 36946 &bonding_show_tlb_dynamic_lb_36946
-+mptscsih_version_product_show_36948 mptscsih_version_product_show 0 36948 NULL
-+bd2802_store_reg0x04_36949 bd2802_store_reg0x04 0-4 36949 NULL
-+div_u64_36951 div_u64 0 36951 NULL
-+write_leb_36957 write_leb 5-0 36957 NULL
-+ext4_da_write_end_36974 ext4_da_write_end 5-0 36974 NULL
-+apei_exec_noop_36976 apei_exec_noop 0 36976 NULL
-+il4965_rs_sta_dbgfs_scale_table_write_36979 il4965_rs_sta_dbgfs_scale_table_write 3-0 36979 NULL
-+iscsi_tpg_attrib_store_generate_node_acls_36980 iscsi_tpg_attrib_store_generate_node_acls 0-3 36980 NULL
-+afs_setattr_36981 afs_setattr 0 36981 NULL
-+xfs_btree_check_sptr_36984 xfs_btree_check_sptr 0 36984 NULL
-+usb_8dev_send_cmd_36987 usb_8dev_send_cmd 0 36987 NULL
-+set_convrate_36989 set_convrate 0-4 36989 NULL
-+wl1251_acx_feature_cfg_36990 wl1251_acx_feature_cfg 0 36990 NULL
-+inv_mpu6050_set_power_itg_36994 inv_mpu6050_set_power_itg 0 36994 NULL
-+v4l2_ctrl_s_ctrl_36995 v4l2_ctrl_s_ctrl 0 36995 NULL
-+iscsi_tpg_param_store_OFMarker_36996 iscsi_tpg_param_store_OFMarker 0-3 36996 NULL
-+mc13xxx_reg_rmw_36997 mc13xxx_reg_rmw 0 36997 NULL
-+drbd_new_dev_size_36998 drbd_new_dev_size 0-3 36998 NULL nohasharray
-+bcm_sendmsg_36998 bcm_sendmsg 0-4 36998 &drbd_new_dev_size_36998
-+auok190xfb_write_37001 auok190xfb_write 3 37001 NULL
-+dmi_sysfs_attr_show_37003 dmi_sysfs_attr_show 0 37003 NULL
-+setxattr_37006 setxattr 4-0 37006 NULL nohasharray
-+ata_scsi_lpm_show_37006 ata_scsi_lpm_show 0 37006 &setxattr_37006 nohasharray
-+md_set_readonly_37006 md_set_readonly 0 37006 &ata_scsi_lpm_show_37006
-+target_fabric_nacl_base_attr_store_37009 target_fabric_nacl_base_attr_store 0-4 37009 NULL
-+make_nnode_dirty_37010 make_nnode_dirty 0 37010 NULL
-+si4713_s_frequency_37011 si4713_s_frequency 0 37011 NULL
-+cfq_fifo_expire_async_show_37016 cfq_fifo_expire_async_show 0 37016 NULL
-+dw2102_earda_i2c_transfer_37017 dw2102_earda_i2c_transfer 0-3 37017 NULL nohasharray
-+manufacturer_id_show_37017 manufacturer_id_show 0 37017 &dw2102_earda_i2c_transfer_37017
-+__vsock_bind_37018 __vsock_bind 0 37018 NULL nohasharray
-+write_byte_37018 write_byte 0 37018 &__vsock_bind_37018
-+pages_volatile_show_37019 pages_volatile_show 0 37019 NULL nohasharray
-+gfs2_statfs_37019 gfs2_statfs 0 37019 &pages_volatile_show_37019
-+da9052_disable_vddout_channel_37021 da9052_disable_vddout_channel 0 37021 NULL
-+smack_inode_getattr_37022 smack_inode_getattr 0 37022 NULL nohasharray
-+lpfc_poll_tmo_store_37022 lpfc_poll_tmo_store 0-4 37022 &smack_inode_getattr_37022
-+fat_readpage_37025 fat_readpage 0 37025 NULL
-+ec_i2c_xfer_37029 ec_i2c_xfer 3-0 37029 NULL
-+ieee80211_chsw_switch_vifs_37030 ieee80211_chsw_switch_vifs 2 37030 NULL nohasharray
-+wl1271_setup_37030 wl1271_setup 0 37030 &ieee80211_chsw_switch_vifs_37030
-+asd_poll_flash_37031 asd_poll_flash 0 37031 NULL
-+af9005_usb_read_tuner_registers_37032 af9005_usb_read_tuner_registers 0 37032 NULL
-+port_attr_show_37034 port_attr_show 0 37034 NULL nohasharray
-+ndo_change_mtu_37034 ndo_change_mtu 0 37034 &port_attr_show_37034
-+ndo_netpoll_setup_37037 ndo_netpoll_setup 0 37037 NULL nohasharray
-+be_get_eeprom_len_37037 be_get_eeprom_len 0 37037 &ndo_netpoll_setup_37037
-+command_file_read_37038 command_file_read 3-0 37038 NULL
-+do_action_37040 do_action 0 37040 NULL nohasharray
-+erst_write_37040 erst_write 0 37040 &do_action_37040
-+rcar_i2c_master_xfer_37044 rcar_i2c_master_xfer 0-3 37044 NULL
-+raid5_store_stripe_cache_size_37050 raid5_store_stripe_cache_size 0-3 37050 NULL
-+ieee80211_if_read_drop_unencrypted_37053 ieee80211_if_read_drop_unencrypted 3-0 37053 NULL nohasharray
-+qp_broker_create_37053 qp_broker_create 5-6 37053 &ieee80211_if_read_drop_unencrypted_37053
-+pci_plx9050_init_37055 pci_plx9050_init 0 37055 NULL
-+writebuf_skb_37060 writebuf_skb 0 37060 NULL
-+fcoe_vport_destroy_37061 fcoe_vport_destroy 0 37061 NULL
-+_iwl_dbgfs_bcast_filters_macs_write_37069 _iwl_dbgfs_bcast_filters_macs_write 3-0 37069 NULL
-+ql_get_sset_count_37070 ql_get_sset_count 0 37070 NULL
-+vmci_transport_send_wrote_37072 vmci_transport_send_wrote 0 37072 NULL nohasharray
-+logfs_write_rec_37072 logfs_write_rec 0 37072 &vmci_transport_send_wrote_37072 nohasharray
-+vmap_batch_37072 vmap_batch 2-3 37072 &logfs_write_rec_37072
-+uhci_submit_bulk_37073 uhci_submit_bulk 0 37073 NULL
-+ath10k_spectral_scan_config_37075 ath10k_spectral_scan_config 0 37075 NULL
-+SYSC_setxattr_37078 SYSC_setxattr 4 37078 NULL
-+parse_command_37079 parse_command 2-0 37079 NULL
-+drm_mode_create_rotation_property_37082 drm_mode_create_rotation_property 2 37082 NULL
-+ll_direct_IO_26_37083 ll_direct_IO_26 3 37083 NULL
-+resize_37084 resize 0 37084 NULL
-+pipeline_cs_rx_packet_in_read_37089 pipeline_cs_rx_packet_in_read 3-0 37089 NULL nohasharray
-+show_fcstat_loss_of_sync_count_37089 show_fcstat_loss_of_sync_count 0 37089 &pipeline_cs_rx_packet_in_read_37089
-+vbus_state_show_37099 vbus_state_show 0 37099 NULL
-+cxgbi_get_ep_param_37101 cxgbi_get_ep_param 0 37101 NULL
-+show_37102 show 0 37102 NULL
-+store_bind_37104 store_bind 0-4 37104 NULL
-+atkbd_do_show_force_release_37109 atkbd_do_show_force_release 0 37109 NULL nohasharray
-+show_rxchan_per_port_37109 show_rxchan_per_port 0 37109 &atkbd_do_show_force_release_37109 nohasharray
-+cpu_up_37109 cpu_up 0 37109 &show_rxchan_per_port_37109
-+radeon_hwmon_show_temp_thresh_37112 radeon_hwmon_show_temp_thresh 0 37112 NULL
-+set_pwm_tmax_37113 set_pwm_tmax 0-4 37113 NULL
-+flash_sync_strobe_show_37116 flash_sync_strobe_show 0 37116 NULL nohasharray
-+xlog_grant_head_check_37116 xlog_grant_head_check 0 37116 &flash_sync_strobe_show_37116
-+events_sysfs_show_37117 events_sysfs_show 0 37117 NULL
-+modalias_show_37119 modalias_show 0 37119 NULL nohasharray
-+ds1742_rtc_read_time_37119 ds1742_rtc_read_time 0 37119 &modalias_show_37119
-+show_nets_37127 show_nets 0 37127 NULL
-+snd_hda_get_conn_list_37132 snd_hda_get_conn_list 0 37132 NULL nohasharray
-+snd_pcm_plugin_build_io_37132 snd_pcm_plugin_build_io 0 37132 &snd_hda_get_conn_list_37132 nohasharray
-+raid1_add_disk_37132 raid1_add_disk 0 37132 &snd_pcm_plugin_build_io_37132
-+iwl_mvm_config_scan_37134 iwl_mvm_config_scan 0 37134 NULL nohasharray
-+bdx_rx_init_37134 bdx_rx_init 0 37134 &iwl_mvm_config_scan_37134
-+cp2112_write_read_req_37141 cp2112_write_read_req 0-6 37141 NULL
-+chv_gpio_set_direction_37144 chv_gpio_set_direction 0 37144 NULL nohasharray
-+o2nm_node_local_write_37144 o2nm_node_local_write 0-3 37144 &chv_gpio_set_direction_37144
-+bnx2x_nic_load_request_37147 bnx2x_nic_load_request 0 37147 NULL
-+trusted_tpm_send_37151 trusted_tpm_send 0-3 37151 NULL
-+handshake_37157 handshake 0 37157 NULL
-+msg_word_37164 msg_word 0 37164 NULL
-+alc_codec_rename_from_preset_37170 alc_codec_rename_from_preset 0 37170 NULL
-+bop_last_key_37173 bop_last_key 0 37173 NULL
-+boot_37174 boot 0 37174 NULL
-+acpi_freeze_prepare_37175 acpi_freeze_prepare 0 37175 NULL
-+intel_free_coherent_37179 intel_free_coherent 2 37179 NULL
-+can_set_xattr_37182 can_set_xattr 0 37182 NULL
-+tw68_buf_prepare_37186 tw68_buf_prepare 0 37186 NULL
-+device_suspend_noirq_37187 device_suspend_noirq 0 37187 NULL
-+alloc_page_ext_37189 alloc_page_ext 1 37189 NULL
-+vcc_recvmsg_37198 vcc_recvmsg 4-0 37198 NULL nohasharray
-+smsc95xx_start_tx_path_37198 smsc95xx_start_tx_path 0 37198 &vcc_recvmsg_37198
-+efx_ethtool_get_rxfh_indir_size_37201 efx_ethtool_get_rxfh_indir_size 0 37201 NULL nohasharray
-+ath10k_bmi_done_37201 ath10k_bmi_done 0 37201 &efx_ethtool_get_rxfh_indir_size_37201
-+team_vlan_rx_add_vid_37205 team_vlan_rx_add_vid 0 37205 NULL
-+ixgbe_get_sset_count_37207 ixgbe_get_sset_count 0 37207 NULL
-+forced_ps_write_37209 forced_ps_write 3-0 37209 NULL nohasharray
-+target_core_dev_pr_show_attr_res_pr_type_37209 target_core_dev_pr_show_attr_res_pr_type 0 37209 &forced_ps_write_37209
-+mwifiex_cmd_enh_power_mode_37210 mwifiex_cmd_enh_power_mode 0 37210 NULL nohasharray
-+ipr_store_diagnostics_37210 ipr_store_diagnostics 0-4 37210 &mwifiex_cmd_enh_power_mode_37210
-+snd_dmaengine_pcm_trigger_37211 snd_dmaengine_pcm_trigger 0 37211 NULL
-+bchannel_get_rxbuf_37213 bchannel_get_rxbuf 2 37213 NULL nohasharray
-+snd_cx231xx_prepare_37213 snd_cx231xx_prepare 0 37213 &bchannel_get_rxbuf_37213 nohasharray
-+fuse_notify_store_37213 fuse_notify_store 0 37213 &snd_cx231xx_prepare_37213
-+inv_show_37218 inv_show 0 37218 NULL
-+regmap_access_read_file_37223 regmap_access_read_file 3-0 37223 NULL
-+uwb_dev_IEs_show_37224 uwb_dev_IEs_show 0 37224 NULL nohasharray
-+store_sas_phy_enable_37224 store_sas_phy_enable 0-4 37224 &uwb_dev_IEs_show_37224
-+__do_replace_37227 __do_replace 5 37227 NULL
-+store_temp8_37228 store_temp8 0-4 37228 NULL
-+st_sensors_set_enable_37232 st_sensors_set_enable 0 37232 NULL
-+ctnetlink_secctx_size_37236 ctnetlink_secctx_size 0 37236 NULL
-+iwl_dbgfs_d3_sram_read_37237 iwl_dbgfs_d3_sram_read 3-0 37237 NULL nohasharray
-+connect_Bstack_37237 connect_Bstack 0 37237 &iwl_dbgfs_d3_sram_read_37237
-+rx_filter_dup_filter_read_37238 rx_filter_dup_filter_read 3-0 37238 NULL
-+rapl_get_attr_cpumask_37239 rapl_get_attr_cpumask 0 37239 NULL
-+nvkm_ioctl_path_37244 nvkm_ioctl_path 0 37244 NULL
-+stac_auto_create_beep_ctls_37248 stac_auto_create_beep_ctls 0 37248 NULL
-+prot_queue_del_37258 prot_queue_del 0 37258 NULL nohasharray
-+misc_register_37258 misc_register 0 37258 &prot_queue_del_37258
-+ath6kl_wmi_set_ie_cmd_37260 ath6kl_wmi_set_ie_cmd 6 37260 NULL
-+scsiback_tpg_show_nexus_37263 scsiback_tpg_show_nexus 0 37263 NULL nohasharray
-+dwc3_gadget_start_config_37263 dwc3_gadget_start_config 0 37263 &scsiback_tpg_show_nexus_37263
-+ad7791_read_frequency_37264 ad7791_read_frequency 0 37264 NULL nohasharray
-+ina209_set_interval_37264 ina209_set_interval 0-4 37264 &ad7791_read_frequency_37264
-+smsc9420_open_37268 smsc9420_open 0 37268 NULL nohasharray
-+i40e_pf_rxq_wait_37268 i40e_pf_rxq_wait 0 37268 &smsc9420_open_37268
-+show_baud_rate_37269 show_baud_rate 0 37269 NULL
-+_iwl_dbgfs_fw_restart_write_37270 _iwl_dbgfs_fw_restart_write 3-0 37270 NULL
-+c101_run_37279 c101_run 2 37279 NULL
-+xfs_vn_getattr_37281 xfs_vn_getattr 0 37281 NULL
-+phy_reset_37283 phy_reset 0 37283 NULL
-+contrast_show_37287 contrast_show 0 37287 NULL nohasharray
-+typhoon_open_37287 typhoon_open 0 37287 &contrast_show_37287
-+command_37288 command 0 37288 NULL
-+idt77252_send_37289 idt77252_send 0 37289 NULL nohasharray
-+write_37289 write 0 37289 &idt77252_send_37289
-+isku_sysfs_write_talkfx_37298 isku_sysfs_write_talkfx 6-0-5 37298 NULL
-+request_threaded_irq_37303 request_threaded_irq 0 37303 NULL
-+governor_store_37304 governor_store 0-4 37304 NULL
-+ieee80211_if_read_power_mode_37305 ieee80211_if_read_power_mode 3-0 37305 NULL nohasharray
-+br_show_bridge_id_37305 br_show_bridge_id 0 37305 &ieee80211_if_read_power_mode_37305 nohasharray
-+acpi_ds_init_callbacks_37305 acpi_ds_init_callbacks 0 37305 &br_show_bridge_id_37305 nohasharray
-+rtl2832_sdr_set_tuner_37305 rtl2832_sdr_set_tuner 0 37305 &acpi_ds_init_callbacks_37305
-+tda998x_write_if_37306 tda998x_write_if 5 37306 NULL
-+svga_compute_pll_37307 svga_compute_pll 0 37307 NULL
-+jffs2_write_dirent_37311 jffs2_write_dirent 5 37311 NULL
-+megasas_fw_crash_state_show_37312 megasas_fw_crash_state_show 0 37312 NULL
-+composite_bind_37313 composite_bind 0 37313 NULL
-+program_regs_37317 program_regs 0 37317 NULL
-+sisusb_read_mem_bulk_37321 sisusb_read_mem_bulk 0 37321 NULL
-+version_show_37322 version_show 0 37322 NULL
-+nvkm_instobj_create__37323 nvkm_instobj_create_ 4 37323 NULL
-+power_mode_store_37324 power_mode_store 0-4 37324 NULL
-+kern_path_37329 kern_path 0 37329 NULL
-+scsi_mode_select_37330 scsi_mode_select 6 37330 NULL
-+rxrpc_server_sendmsg_37331 rxrpc_server_sendmsg 4 37331 NULL
-+xfs_iomap_write_allocate_37336 xfs_iomap_write_allocate 0 37336 NULL nohasharray
-+__dev_set_promiscuity_37336 __dev_set_promiscuity 0 37336 &xfs_iomap_write_allocate_37336
-+get_any_page_37337 get_any_page 0 37337 NULL
-+memory_read_from_buffer_37339 memory_read_from_buffer 0-5-2 37339 NULL
-+show_fw_pages_37341 show_fw_pages 0 37341 NULL
-+nfs_launder_page_37343 nfs_launder_page 0 37343 NULL nohasharray
-+lbs_mesh_dev_open_37343 lbs_mesh_dev_open 0 37343 &nfs_launder_page_37343
-+hso_serial_write_room_37344 hso_serial_write_room 0 37344 NULL
-+fcoe_vport_disable_37346 fcoe_vport_disable 0 37346 NULL
-+xfs_attr_fillstate_37349 xfs_attr_fillstate 0 37349 NULL
-+pm8001_show_update_fw_37350 pm8001_show_update_fw 0 37350 NULL
-+nf_bridge_pad_37351 nf_bridge_pad 0 37351 NULL
-+security_inode_getsecurity_37354 security_inode_getsecurity 0 37354 NULL
-+show_fc_vport_vport_type_37362 show_fc_vport_vport_type 0 37362 NULL
-+cpuset_write_u64_37367 cpuset_write_u64 0 37367 NULL
-+isku_sysfs_set_actual_profile_37369 isku_sysfs_set_actual_profile 0-4 37369 NULL
-+compat_SyS_fcntl_37376 compat_SyS_fcntl 3 37376 NULL
-+xcan_open_37377 xcan_open 0 37377 NULL
-+sched_domains_numa_masks_update_37380 sched_domains_numa_masks_update 0 37380 NULL
-+queue_discard_zeroes_data_show_37381 queue_discard_zeroes_data_show 0 37381 NULL nohasharray
-+gfs2_direct_IO_37381 gfs2_direct_IO 3 37381 &queue_discard_zeroes_data_show_37381
-+mmc_raw_rpmb_size_mult_show_37385 mmc_raw_rpmb_size_mult_show 0 37385 NULL nohasharray
-+setup_bd_list_xfr_37385 setup_bd_list_xfr 0 37385 &mmc_raw_rpmb_size_mult_show_37385
-+iommu_num_pages_37391 iommu_num_pages 0-2-3-1 37391 NULL
-+snd_seq_port_disconnect_37395 snd_seq_port_disconnect 0 37395 NULL
-+qla4xxx_get_iface_param_37398 qla4xxx_get_iface_param 0 37398 NULL nohasharray
-+adp8870_store_37398 adp8870_store 0-3 37398 &qla4xxx_get_iface_param_37398
-+hidp_output_report_37401 hidp_output_report 3-0 37401 NULL
-+channel_set_37410 channel_set 0-4 37410 NULL
-+xfs_filestream_pick_ag_37411 xfs_filestream_pick_ag 0 37411 NULL
-+sys_getxattr_37418 sys_getxattr 4 37418 NULL nohasharray
-+max14577_set_fast_charge_timer_37418 max14577_set_fast_charge_timer 0 37418 &sys_getxattr_37418
-+hci_sock_sendmsg_37420 hci_sock_sendmsg 4-0 37420 NULL
-+acpi_os_allocate_zeroed_37422 acpi_os_allocate_zeroed 1 37422 NULL nohasharray
-+find_next_bit_37422 find_next_bit 0-2 37422 &acpi_os_allocate_zeroed_37422
-+tty_insert_flip_string_fixed_flag_37428 tty_insert_flip_string_fixed_flag 4-0 37428 NULL nohasharray
-+it8712f_wdt_notify_37428 it8712f_wdt_notify 0 37428 &tty_insert_flip_string_fixed_flag_37428
-+iwl_print_last_event_logs_37433 iwl_print_last_event_logs 7-9-0 37433 NULL
-+tty_audit_log_37440 tty_audit_log 5 37440 NULL
-+fru_alloc_37442 fru_alloc 1 37442 NULL
-+show_als_en_37445 show_als_en 0 37445 NULL
-+epia_read_regr_37446 epia_read_regr 0 37446 NULL
-+tcp_established_options_37450 tcp_established_options 0 37450 NULL
-+xfs_btree_dec_cursor_37452 xfs_btree_dec_cursor 0 37452 NULL
-+snd_hdsp_reset_37453 snd_hdsp_reset 0 37453 NULL
-+set_rdac5_37458 set_rdac5 0-4 37458 NULL
-+snd_hda_codec_reset_37461 snd_hda_codec_reset 0 37461 NULL
-+padlock_sha_update_37462 padlock_sha_update 0 37462 NULL
-+ext4_write_end_37464 ext4_write_end 5-0 37464 NULL
-+parport_mos7715_write_compat_37465 parport_mos7715_write_compat 0 37465 NULL
-+dummy_systimer_stop_37470 dummy_systimer_stop 0 37470 NULL
-+ufs_data_ptr_to_cpu_37475 ufs_data_ptr_to_cpu 0 37475 NULL
-+prepare_header80_37479 prepare_header80 0 37479 NULL
-+get_est_timing_37484 get_est_timing 0 37484 NULL
-+store_temp_max_hyst_37485 store_temp_max_hyst 0-4 37485 NULL
-+logi_dj_recv_forward_hidpp_37486 logi_dj_recv_forward_hidpp 3 37486 NULL nohasharray
-+freerunning_timer_show_37486 freerunning_timer_show 0 37486 &logi_dj_recv_forward_hidpp_37486
-+kmem_realloc_37489 kmem_realloc 2 37489 NULL nohasharray
-+__hci_cmd_sync_ev_37489 __hci_cmd_sync_ev 3 37489 &kmem_realloc_37489
-+gro_flush_timeout_store_37491 gro_flush_timeout_store 0-4 37491 NULL
-+ntfs_dir_fsync_37494 ntfs_dir_fsync 0 37494 NULL nohasharray
-+security_validate_transition_37494 security_validate_transition 0 37494 &ntfs_dir_fsync_37494
-+show_counter_rx_max_min_len_errs_37497 show_counter_rx_max_min_len_errs 0 37497 NULL nohasharray
-+packet_create_37497 packet_create 0 37497 &show_counter_rx_max_min_len_errs_37497
-+__hfsplus_setxattr_37499 __hfsplus_setxattr 0 37499 NULL nohasharray
-+store_control_state_37499 store_control_state 0-4 37499 &__hfsplus_setxattr_37499
-+smk_bu_task_37506 smk_bu_task 0-3 37506 NULL
-+r820t_set_params_37510 r820t_set_params 0 37510 NULL
-+ipr_show_resource_type_37511 ipr_show_resource_type 0 37511 NULL
-+osc_active_seq_write_37514 osc_active_seq_write 3 37514 NULL
-+set_pwm_auto_point_pwm_37518 set_pwm_auto_point_pwm 0-4 37518 NULL
-+vmalloc_32_user_37519 vmalloc_32_user 1 37519 NULL nohasharray
-+bdev_writeseg_37519 bdev_writeseg 2-3 37519 &vmalloc_32_user_37519
-+__uncore_filter_state3_show_37525 __uncore_filter_state3_show 0 37525 NULL
-+srp_create_ch_ib_37526 srp_create_ch_ib 0 37526 NULL
-+xz_dec_test_write_37527 xz_dec_test_write 3-0 37527 NULL
-+stv06xx_isoc_init_37530 stv06xx_isoc_init 0 37530 NULL
-+security_get_bool_value_37532 security_get_bool_value 0 37532 NULL
-+fault_inject_read_37534 fault_inject_read 3-0 37534 NULL
-+ds2780_read16_37538 ds2780_read16 3-0 37538 NULL
-+_nfs4_do_open_37544 _nfs4_do_open 0 37544 NULL
-+extent_map_end_37550 extent_map_end 0 37550 NULL
-+nf_nat_mangle_tcp_packet_37551 nf_nat_mangle_tcp_packet 6-8 37551 NULL
-+fat_cont_expand_37552 fat_cont_expand 0 37552 NULL
-+parport_ax88796_read_data_37553 parport_ax88796_read_data 0 37553 NULL
-+vmci_transport_notify_recv_pre_dequeue_37555 vmci_transport_notify_recv_pre_dequeue 0 37555 NULL
-+show_37574 show 0 37574 NULL
-+afs_page_filler_37575 afs_page_filler 0 37575 NULL
-+tda18271_channel_configuration_37577 tda18271_channel_configuration 0 37577 NULL
-+block_show_37580 block_show 0 37580 NULL
-+ceph_getxattr_37583 ceph_getxattr 0 37583 NULL
-+xhci_alloc_streams_37586 xhci_alloc_streams 5 37586 NULL
-+pyra_sysfs_show_actual_cpi_37592 pyra_sysfs_show_actual_cpi 0 37592 NULL nohasharray
-+check_vb_with_fmt_37592 check_vb_with_fmt 0 37592 &pyra_sysfs_show_actual_cpi_37592
-+alloc_descs_37593 alloc_descs 0-1 37593 NULL
-+qset_add_urb_37596 qset_add_urb 0 37596 NULL
-+show_lid_state_37597 show_lid_state 0 37597 NULL
-+bnx2x_sriov_configure_37600 bnx2x_sriov_configure 0-2 37600 NULL
-+read_field_37603 read_field 0 37603 NULL
-+vv6410_set_analog_gain_37606 vv6410_set_analog_gain 0 37606 NULL
-+mlx4_get_mgm_entry_size_37607 mlx4_get_mgm_entry_size 0 37607 NULL nohasharray
-+ext2_freeze_37607 ext2_freeze 0 37607 &mlx4_get_mgm_entry_size_37607
-+smsc95xx_write_reg_37608 smsc95xx_write_reg 0 37608 NULL
-+kvm_read_guest_page_mmu_37611 kvm_read_guest_page_mmu 6 37611 NULL
-+ssb_pcmcia_attr_sprom_store_37614 ssb_pcmcia_attr_sprom_store 0-4 37614 NULL nohasharray
-+sysfs_get_uname_37614 sysfs_get_uname 0-3 37614 &ssb_pcmcia_attr_sprom_store_37614
-+sha1_export_37617 sha1_export 0 37617 NULL
-+bonding_show_updelay_37620 bonding_show_updelay 0 37620 NULL nohasharray
-+node_read_meminfo_37620 node_read_meminfo 0 37620 &bonding_show_updelay_37620
-+SYSC_mbind_37622 SYSC_mbind 5 37622 NULL
-+cdc_ncm_show_dwNtbOutMaxSize_37627 cdc_ncm_show_dwNtbOutMaxSize 0 37627 NULL nohasharray
-+aio_run_iocb_37627 aio_run_iocb 4 37627 &cdc_ncm_show_dwNtbOutMaxSize_37627
-+rd_byte_37632 rd_byte 0 37632 NULL
-+os_desc_b_vendor_code_store_37633 os_desc_b_vendor_code_store 0-3 37633 NULL
-+__hw_addr_add_37635 __hw_addr_add 0 37635 NULL
-+alloc_fd_37637 alloc_fd 1 37637 NULL nohasharray
-+show_iface_vlan_priority_37637 show_iface_vlan_priority 0 37637 &alloc_fd_37637
-+SyS_mbind_37638 SyS_mbind 5 37638 NULL
-+show_tolerance0_37643 show_tolerance0 0 37643 NULL
-+_ctl_fwfault_debug_store_37644 _ctl_fwfault_debug_store 0-4 37644 NULL
-+po1030_set_auto_exposure_37656 po1030_set_auto_exposure 0 37656 NULL
-+ageing_time_show_37657 ageing_time_show 0 37657 NULL nohasharray
-+atkbd_do_show_softrepeat_37657 atkbd_do_show_softrepeat 0 37657 &ageing_time_show_37657
-+rfcomm_sock_sendmsg_37661 rfcomm_sock_sendmsg 4-0 37661 NULL nohasharray
-+vmw_framebuffer_dmabuf_dirty_37661 vmw_framebuffer_dmabuf_dirty 6 37661 &rfcomm_sock_sendmsg_37661
-+atxp1_storegpio2_37663 atxp1_storegpio2 0-4 37663 NULL
-+SYSC_get_mempolicy_37664 SYSC_get_mempolicy 3 37664 NULL nohasharray
-+mwifiex_set_aes_key_v2_37664 mwifiex_set_aes_key_v2 0 37664 &SYSC_get_mempolicy_37664
-+mptscsih_version_nvdata_default_show_37665 mptscsih_version_nvdata_default_show 0 37665 NULL nohasharray
-+nodename_show_37665 nodename_show 0 37665 &mptscsih_version_nvdata_default_show_37665 nohasharray
-+pc300_open_37665 pc300_open 0 37665 &nodename_show_37665
-+tcp_mss_split_point_37668 tcp_mss_split_point 0-4-3 37668 NULL
-+__wa_seg_calculate_isoc_frame_count_37672 __wa_seg_calculate_isoc_frame_count 0 37672 NULL nohasharray
-+mlx4_INIT_PORT_37672 mlx4_INIT_PORT 0 37672 &__wa_seg_calculate_isoc_frame_count_37672 nohasharray
-+m_can_open_37672 m_can_open 0 37672 &mlx4_INIT_PORT_37672
-+xfs_setattr_size_37673 xfs_setattr_size 0 37673 NULL
-+ieee80211_if_read_rc_rateidx_mcs_mask_2ghz_37675 ieee80211_if_read_rc_rateidx_mcs_mask_2ghz 3-0 37675 NULL nohasharray
-+batadv_get_vid_37675 batadv_get_vid 2 37675 &ieee80211_if_read_rc_rateidx_mcs_mask_2ghz_37675
-+hix5hd2_i2c_xfer_msg_37678 hix5hd2_i2c_xfer_msg 0 37678 NULL
-+i7300_idle_notifier_37681 i7300_idle_notifier 0 37681 NULL nohasharray
-+__hw_addr_del_ex_37681 __hw_addr_del_ex 0 37681 &i7300_idle_notifier_37681
-+tracing_saved_cmdlines_size_write_37684 tracing_saved_cmdlines_size_write 3 37684 NULL
-+regmap_map_read_file_37685 regmap_map_read_file 3-0 37685 NULL
-+video_expand_toggle_37689 video_expand_toggle 0 37689 NULL
-+show_bool_threeg_37690 show_bool_threeg 0 37690 NULL
-+parse_arg_37696 parse_arg 0 37696 NULL
-+smic_size_37697 smic_size 0 37697 NULL
-+show_srp_rport_dev_loss_tmo_37699 show_srp_rport_dev_loss_tmo 0 37699 NULL
-+gadget_dev_desc_idVendor_show_37700 gadget_dev_desc_idVendor_show 0 37700 NULL
-+brcmf_sdiod_recv_chain_37701 brcmf_sdiod_recv_chain 3 37701 NULL
-+ata_scsi_change_queue_depth_37702 ata_scsi_change_queue_depth 2-0 37702 NULL nohasharray
-+spmi_ext_register_read_37702 spmi_ext_register_read 0 37702 &ata_scsi_change_queue_depth_37702
-+smp_req_37703 smp_req 0 37703 NULL
-+iscsi_stat_tgt_attr_show_attr_fail_intr_addr_37712 iscsi_stat_tgt_attr_show_attr_fail_intr_addr 0 37712 NULL
-+dynamic_ps_timeout_write_37713 dynamic_ps_timeout_write 3-0 37713 NULL
-+synthvid_send_situ_37714 synthvid_send_situ 0 37714 NULL
-+nilfs_mdt_create_block_37716 nilfs_mdt_create_block 0 37716 NULL
-+parport_ieee1284_epp_write_data_37717 parport_ieee1284_epp_write_data 0 37717 NULL nohasharray
-+ds1343_show_glitchfilter_37717 ds1343_show_glitchfilter 0 37717 &parport_ieee1284_epp_write_data_37717
-+xen_swiotlb_map_sg_attrs_37718 xen_swiotlb_map_sg_attrs 0-3 37718 NULL
-+ext2_fsync_37729 ext2_fsync 0 37729 NULL
-+rsxx_creg_write_37733 rsxx_creg_write 0 37733 NULL
-+snd_hda_create_spdif_share_sw_37734 snd_hda_create_spdif_share_sw 0 37734 NULL
-+logfs_read_block_37735 logfs_read_block 0 37735 NULL
-+show_rdac1_37741 show_rdac1 0 37741 NULL nohasharray
-+pch_phub_bin_write_37741 pch_phub_bin_write 0-6-5 37741 &show_rdac1_37741
-+read_enabled_file_bool_37744 read_enabled_file_bool 3-0 37744 NULL
-+wiphy_new_nm_37746 wiphy_new_nm 2 37746 NULL
-+ql_set_routing_reg_37747 ql_set_routing_reg 0 37747 NULL
-+xfs_read_agf_37749 xfs_read_agf 0 37749 NULL
-+ocfs2_control_cfu_37750 ocfs2_control_cfu 2-0 37750 NULL
-+ipath_cdev_init_37752 ipath_cdev_init 1 37752 NULL
-+pre_action_37765 pre_action 0 37765 NULL nohasharray
-+snd_cx25821_prepare_37765 snd_cx25821_prepare 0 37765 &pre_action_37765 nohasharray
-+osst_flush_write_buffer_37765 osst_flush_write_buffer 0 37765 &snd_cx25821_prepare_37765
-+dccp_setsockopt_cscov_37766 dccp_setsockopt_cscov 2-0 37766 NULL
-+filemap_flush_37767 filemap_flush 0 37767 NULL
-+__uncore_storage_mode_show_37771 __uncore_storage_mode_show 0 37771 NULL
-+ext4_commit_super_37775 ext4_commit_super 0 37775 NULL
-+mlx4_load_one_37776 mlx4_load_one 3 37776 NULL
-+__il3945_up_37778 __il3945_up 0 37778 NULL
-+elants_i2c_do_update_firmware_37779 elants_i2c_do_update_firmware 0 37779 NULL
-+crkey_timeout_37781 crkey_timeout 0 37781 NULL
-+mc13xxx_irq_free_37784 mc13xxx_irq_free 2 37784 NULL
-+mxt_lookup_bootloader_address_37785 mxt_lookup_bootloader_address 0 37785 NULL
-+il4965_rs_sta_dbgfs_rate_scale_data_read_37792 il4965_rs_sta_dbgfs_rate_scale_data_read 3-0 37792 NULL nohasharray
-+orinoco_up_37792 orinoco_up 0 37792 &il4965_rs_sta_dbgfs_rate_scale_data_read_37792
-+nr_open_37793 nr_open 0 37793 NULL
-+bnx2x_enable_sriov_37796 bnx2x_enable_sriov 0 37796 NULL
-+read_posted_37797 read_posted 0 37797 NULL nohasharray
-+caif_net_open_37797 caif_net_open 0 37797 &read_posted_37797
-+arcmsr_attr_host_fw_numbers_queue_37799 arcmsr_attr_host_fw_numbers_queue 0 37799 NULL
-+no_lun_0_show_37800 no_lun_0_show 0 37800 NULL
-+rapl_sysfs_show_37802 rapl_sysfs_show 0 37802 NULL
-+smk_read_logging_37804 smk_read_logging 3-0 37804 NULL
-+setup_irq_37809 setup_irq 0 37809 NULL
-+carl9170_init_phy_37810 carl9170_init_phy 0 37810 NULL
-+ocrdma_alloc_frmr_page_list_37815 ocrdma_alloc_frmr_page_list 2 37815 NULL nohasharray
-+show_ipReasmTimeout_37815 show_ipReasmTimeout 0 37815 &ocrdma_alloc_frmr_page_list_37815
-+rx_decrypt_key_not_found_read_37820 rx_decrypt_key_not_found_read 3-0 37820 NULL nohasharray
-+nouveau_hwmon_show_update_rate_37820 nouveau_hwmon_show_update_rate 0 37820 &rx_decrypt_key_not_found_read_37820
-+mlx4_cmd_post_37826 mlx4_cmd_post 0 37826 NULL
-+bitmap_find_next_zero_area_37827 bitmap_find_next_zero_area 2-3-0-4-5 37827 NULL
-+mwl8k_add_interface_37842 mwl8k_add_interface 0 37842 NULL
-+store_sf2_point_37843 store_sf2_point 0-4 37843 NULL
-+sr_write_medium_mode_37845 sr_write_medium_mode 0 37845 NULL
-+o2hb_debug_read_37851 o2hb_debug_read 3-0 37851 NULL
-+iscsi_disc_store_enforce_discovery_auth_37853 iscsi_disc_store_enforce_discovery_auth 0-3 37853 NULL
-+snd_hda_jack_add_kctl_37854 snd_hda_jack_add_kctl 0 37854 NULL
-+reiserfs_insert_item_37860 reiserfs_insert_item 0 37860 NULL
-+wm8350_gpio_direction_out_37862 wm8350_gpio_direction_out 0 37862 NULL nohasharray
-+SYSC_pwrite64_37862 SYSC_pwrite64 3 37862 &wm8350_gpio_direction_out_37862
-+xfs_dir2_block_to_sf_37868 xfs_dir2_block_to_sf 3 37868 NULL nohasharray
-+isku_sysfs_write_last_set_37868 isku_sysfs_write_last_set 6-0-5 37868 &xfs_dir2_block_to_sf_37868
-+arcmsr_sysfs_iop_message_read_37870 arcmsr_sysfs_iop_message_read 0-5-6 37870 NULL nohasharray
-+i40e_dbg_netdev_ops_read_37870 i40e_dbg_netdev_ops_read 0-3 37870 &arcmsr_sysfs_iop_message_read_37870
-+sys_setxattr_37880 sys_setxattr 4 37880 NULL
-+dev_port_show_37881 dev_port_show 0 37881 NULL
-+set_registers_37883 set_registers 4 37883 NULL
-+dvb_net_sec_37884 dvb_net_sec 3 37884 NULL
-+s2250_s_mbus_fmt_37894 s2250_s_mbus_fmt 0 37894 NULL
-+xirc2ps_suspend_37895 xirc2ps_suspend 0 37895 NULL
-+compat_sys_rt_sigpending_37899 compat_sys_rt_sigpending 2 37899 NULL
-+pubek_show_37903 pubek_show 0 37903 NULL
-+compiler_show_37905 compiler_show 0 37905 NULL
-+show_target_37913 show_target 0 37913 NULL
-+viacam_vb_buf_prepare_37918 viacam_vb_buf_prepare 0 37918 NULL
-+elan_i2c_calibrate_result_37927 elan_i2c_calibrate_result 0 37927 NULL
-+pkt_alloc_packet_data_37928 pkt_alloc_packet_data 1 37928 NULL nohasharray
-+_rtw_malloc_37928 _rtw_malloc 1 37928 &pkt_alloc_packet_data_37928
-+set_pwmchan_37930 set_pwmchan 0-4 37930 NULL
-+security_inode_getattr_37932 security_inode_getattr 0 37932 NULL
-+toshiba_accelerometer_get_37934 toshiba_accelerometer_get 0 37934 NULL
-+ath5k_attr_store_spur_level_37935 ath5k_attr_store_spur_level 0-4 37935 NULL
-+read_rbu_packet_size_37939 read_rbu_packet_size 6-0-5 37939 NULL nohasharray
-+b43_dma_init_37939 b43_dma_init 0 37939 &read_rbu_packet_size_37939
-+show_iostat_iodone_cnt_37942 show_iostat_iodone_cnt 0 37942 NULL nohasharray
-+adp8860_bl_l2_office_dim_store_37942 adp8860_bl_l2_office_dim_store 4-0 37942 &show_iostat_iodone_cnt_37942
-+show_counter_rx_data_pkts_37943 show_counter_rx_data_pkts 0 37943 NULL
-+nilfs_writepages_37944 nilfs_writepages 0 37944 NULL
-+tcm_qla2xxx_tpg_attrib_store_demo_mode_write_protect_37947 tcm_qla2xxx_tpg_attrib_store_demo_mode_write_protect 0-3 37947 NULL
-+cdc_ncm_show_wNdpOutDivisor_37955 cdc_ncm_show_wNdpOutDivisor 0 37955 NULL nohasharray
-+max8997_get_enable_register_37955 max8997_get_enable_register 0 37955 &cdc_ncm_show_wNdpOutDivisor_37955
-+netbios_ns_help_37956 netbios_ns_help 0 37956 NULL nohasharray
-+permissive_add_37956 permissive_add 0-3 37956 &netbios_ns_help_37956
-+write_file_bool_37957 write_file_bool 3-0 37957 NULL nohasharray
-+abx500_mask_and_set_register_interruptible_37957 abx500_mask_and_set_register_interruptible 0 37957 &write_file_bool_37957
-+fifo_alloc_37961 fifo_alloc 1 37961 NULL
-+ad5398_is_enabled_37962 ad5398_is_enabled 0 37962 NULL
-+show_constraint_min_time_window_us_37963 show_constraint_min_time_window_us 0 37963 NULL
-+toshiba_function_keys_get_37965 toshiba_function_keys_get 0 37965 NULL
-+ext3_free_blocks_sb_37967 ext3_free_blocks_sb 4-3 37967 NULL nohasharray
-+target_stat_scsi_transport_show_attr_indx_37967 target_stat_scsi_transport_show_attr_indx 0 37967 &ext3_free_blocks_sb_37967
-+fc0011_get_if_frequency_37970 fc0011_get_if_frequency 0 37970 NULL
-+g2d_s_ctrl_37974 g2d_s_ctrl 0 37974 NULL
-+cyapa_gen3_do_calibrate_37976 cyapa_gen3_do_calibrate 0-4 37976 NULL
-+cw1200_spi_align_size_37981 cw1200_spi_align_size 0-2 37981 NULL
-+show_tolerance1_37984 show_tolerance1 0 37984 NULL
-+isl1208_sysfs_show_usr_37987 isl1208_sysfs_show_usr 0 37987 NULL
-+rds_rdma_extra_size_37990 rds_rdma_extra_size 0 37990 NULL nohasharray
-+netxen_nic_change_mtu_37990 netxen_nic_change_mtu 0 37990 &rds_rdma_extra_size_37990
-+aio_setup_vectored_rw_37994 aio_setup_vectored_rw 3 37994 NULL
-+of_regulator_match_37995 of_regulator_match 0 37995 NULL
-+persistent_ram_old_size_37997 persistent_ram_old_size 0 37997 NULL nohasharray
-+fm10k_update_vid_37997 fm10k_update_vid 0 37997 &persistent_ram_old_size_37997
-+tcm_qla2xxx_tpg_attrib_store_prod_mode_write_protect_37998 tcm_qla2xxx_tpg_attrib_store_prod_mode_write_protect 0-3 37998 NULL
-+ma901radio_set_volume_38000 ma901radio_set_volume 0 38000 NULL nohasharray
-+lio_target_nacl_store_cmdsn_depth_38000 lio_target_nacl_store_cmdsn_depth 0-3 38000 &ma901radio_set_volume_38000
-+cxacru_sysfs_show_upstream_fec_errors_38002 cxacru_sysfs_show_upstream_fec_errors 0 38002 NULL
-+pm8001_task_exec_38005 pm8001_task_exec 0 38005 NULL
-+set_fan_auto1_38006 set_fan_auto1 0-4 38006 NULL
-+lpfc_fips_rev_show_38009 lpfc_fips_rev_show 0 38009 NULL
-+store_mem_gpio_reg_38010 store_mem_gpio_reg 0-4 38010 NULL
-+vfs_readv_38011 vfs_readv 3-0 38011 NULL
-+edd_show_extensions_38013 edd_show_extensions 0 38013 NULL
-+rndis_opts_qmult_show_38015 rndis_opts_qmult_show 0 38015 NULL
-+init_dma_38018 init_dma 0 38018 NULL
-+crc32_init_38021 crc32_init 0 38021 NULL
-+show_beep_38022 show_beep 0 38022 NULL
-+twl4030_pwm_enable_38032 twl4030_pwm_enable 0 38032 NULL
-+ufs_commit_chunk_38036 ufs_commit_chunk 3 38036 NULL nohasharray
-+wl1251_acx_rx_msdu_life_time_38036 wl1251_acx_rx_msdu_life_time 0 38036 &ufs_commit_chunk_38036 nohasharray
-+md_integrity_register_38036 md_integrity_register 0 38036 &wl1251_acx_rx_msdu_life_time_38036
-+aggr_recv_addba_req_evt_38037 aggr_recv_addba_req_evt 4 38037 NULL
-+SyS_pwrite64_38041 SyS_pwrite64 3 38041 NULL
-+acpi_ds_call_control_method_38042 acpi_ds_call_control_method 0 38042 NULL
-+il_dbgfs_chain_noise_read_38044 il_dbgfs_chain_noise_read 3-0 38044 NULL nohasharray
-+klsi_105_prepare_write_buffer_38044 klsi_105_prepare_write_buffer 3 38044 &il_dbgfs_chain_noise_read_38044
-+cpia2_send_command_38045 cpia2_send_command 0 38045 NULL
-+parser_init_guts_38046 parser_init_guts 2 38046 NULL
-+pmbus_set_page_38048 pmbus_set_page 0 38048 NULL nohasharray
-+SyS_llistxattr_38048 SyS_llistxattr 3 38048 &pmbus_set_page_38048
-+_iwl_dbgfs_fw_dbg_conf_write_38050 _iwl_dbgfs_fw_dbg_conf_write 3-0 38050 NULL
-+sysfs_do_create_link_38051 sysfs_do_create_link 0 38051 NULL
-+create_l2entity_38053 create_l2entity 0 38053 NULL
-+crypto_shash_extsize_38055 crypto_shash_extsize 0 38055 NULL
-+_xfs_buf_alloc_38058 _xfs_buf_alloc 3 38058 NULL
-+usb_os_desc_ext_prop_attr_store_38059 usb_os_desc_ext_prop_attr_store 0-4 38059 NULL
-+nsm_create_handle_38060 nsm_create_handle 4 38060 NULL
-+patch_ca0110_38064 patch_ca0110 0 38064 NULL
-+gether_set_host_addr_38065 gether_set_host_addr 0 38065 NULL
-+alloc_ltalkdev_38071 alloc_ltalkdev 1 38071 NULL
-+cifs_send_async_read_38077 cifs_send_async_read 2-0 38077 NULL
-+plip_open_38078 plip_open 0 38078 NULL
-+niu_tx_channel_stop_38080 niu_tx_channel_stop 0 38080 NULL
-+xfs_buf_readahead_map_38081 xfs_buf_readahead_map 3 38081 NULL nohasharray
-+wcn36xx_smd_rsp_process_38081 wcn36xx_smd_rsp_process 3 38081 &xfs_buf_readahead_map_38081
-+read_38082 read 0 38082 NULL
-+s5p_mfc_queue_setup_38084 s5p_mfc_queue_setup 0 38084 NULL
-+uwb_mac_addr_print_38085 uwb_mac_addr_print 2-0 38085 NULL
-+rtl8821ae_hw_init_38087 rtl8821ae_hw_init 0 38087 NULL
-+tcf_csum_ipv4_udp_38089 tcf_csum_ipv4_udp 3 38089 NULL
-+resource_list_create_entry_38090 resource_list_create_entry 2 38090 NULL
-+request_key_auth_new_38092 request_key_auth_new 3 38092 NULL
-+proc_self_readlink_38094 proc_self_readlink 3-0 38094 NULL nohasharray
-+hdpvr_config_call_38094 hdpvr_config_call 0 38094 &proc_self_readlink_38094 nohasharray
-+ib_query_gid_38094 ib_query_gid 0 38094 &hdpvr_config_call_38094
-+ep0_read_38095 ep0_read 3 38095 NULL
-+osc_checksum_seq_write_38096 osc_checksum_seq_write 3 38096 NULL
-+vport_delete_38098 vport_delete 0 38098 NULL
-+ath10k_mem_value_read_38099 ath10k_mem_value_read 3-0 38099 NULL
-+o2hb_read_slots_38105 o2hb_read_slots 2 38105 NULL
-+snd_pcm_oss_write_38108 snd_pcm_oss_write 3-0 38108 NULL nohasharray
-+temp_cpu_38108 temp_cpu 0 38108 &snd_pcm_oss_write_38108
-+input_dev_show_id_product_38109 input_dev_show_id_product 0 38109 NULL
-+snd_hdsp_channel_info_38123 snd_hdsp_channel_info 0 38123 NULL
-+vmw_kms_present_38130 vmw_kms_present 9 38130 NULL
-+intervals_show_38131 intervals_show 0 38131 NULL
-+show_ipv6_iface_ipaddr_autocfg_38132 show_ipv6_iface_ipaddr_autocfg 0 38132 NULL
-+device_store_ulong_38134 device_store_ulong 0-4 38134 NULL
-+create_hp_mic_jack_mode_38136 create_hp_mic_jack_mode 0 38136 NULL
-+units_show_38139 units_show 0 38139 NULL
-+posix_lock_file_wait_38140 posix_lock_file_wait 0 38140 NULL
-+twl4030_madc_enable_irq_38141 twl4030_madc_enable_irq 0 38141 NULL nohasharray
-+sm501_dbg_regs_38141 sm501_dbg_regs 0 38141 &twl4030_madc_enable_irq_38141
-+rtl8169_change_mtu_38142 rtl8169_change_mtu 0 38142 NULL
-+jfs_readpage_38145 jfs_readpage 0 38145 NULL
-+bonding_show_active_slave_38152 bonding_show_active_slave 0 38152 NULL
-+__ntfs_copy_from_user_iovec_inatomic_38153 __ntfs_copy_from_user_iovec_inatomic 0-4-3 38153 NULL
-+gss_import_sec_context_38154 gss_import_sec_context 0 38154 NULL
-+vcc_recvmsg_38166 vcc_recvmsg 3 38166 NULL
-+fbcon_fb_unregistered_38168 fbcon_fb_unregistered 0 38168 NULL
-+snd_ca0106_pcm_trigger_capture_38169 snd_ca0106_pcm_trigger_capture 0 38169 NULL nohasharray
-+amb_open_38169 amb_open 0 38169 &snd_ca0106_pcm_trigger_capture_38169
-+diolan_usb_xfer_38173 diolan_usb_xfer 0-3 38173 NULL
-+ds2781_store_eeprom_38175 ds2781_store_eeprom 0 38175 NULL
-+cdev_add_38176 cdev_add 2-3-0 38176 NULL
-+wil_write_file_reset_38180 wil_write_file_reset 0-3 38180 NULL nohasharray
-+store_spi_transport_offset_38180 store_spi_transport_offset 0-4 38180 &wil_write_file_reset_38180
-+qlcnic_83xx_get_nic_info_38183 qlcnic_83xx_get_nic_info 0 38183 NULL
-+max8925_rtc_set_alarm_38184 max8925_rtc_set_alarm 0 38184 NULL
-+nvkm_gpuobj_create__38187 nvkm_gpuobj_create_ 9 38187 NULL
-+elsa_suspend_38189 elsa_suspend 0 38189 NULL
-+readlink_38193 readlink 0 38193 NULL nohasharray
-+do_path_lookup_38193 do_path_lookup 0 38193 &readlink_38193
-+rt2x00debug_write_rf_38195 rt2x00debug_write_rf 3-0 38195 NULL
-+acerhdf_get_ec_temp_38197 acerhdf_get_ec_temp 0 38197 NULL
-+deadline_var_store_38198 deadline_var_store 0-3 38198 NULL
-+shark_write_reg_38200 shark_write_reg 0 38200 NULL
-+get_ucode_user_38202 get_ucode_user 3 38202 NULL
-+ext3_new_block_38208 ext3_new_block 3-0 38208 NULL
-+i2400m_tx_stats_write_38211 i2400m_tx_stats_write 0-3 38211 NULL
-+validate_unlock_args_38214 validate_unlock_args 0 38214 NULL
-+vmxnet3_rq_create_all_38222 vmxnet3_rq_create_all 0 38222 NULL
-+osd_req_list_partition_collections_38223 osd_req_list_partition_collections 5 38223 NULL nohasharray
-+xfs_rtallocate_range_38223 xfs_rtallocate_range 0 38223 &osd_req_list_partition_collections_38223
-+tg3_chip_reset_38224 tg3_chip_reset 0 38224 NULL
-+store_alert_led_38228 store_alert_led 0-4 38228 NULL
-+target_core_dev_pr_show_attr_res_holder_38231 target_core_dev_pr_show_attr_res_holder 0 38231 NULL
-+st_sensors_set_axis_enable_38232 st_sensors_set_axis_enable 0 38232 NULL
-+inet_csk_listen_start_38233 inet_csk_listen_start 0 38233 NULL
-+palmas_gpio_to_irq_38235 palmas_gpio_to_irq 2 38235 NULL
-+m66592_queue_38237 m66592_queue 0 38237 NULL
-+ceph_decode_16_38239 ceph_decode_16 0 38239 NULL nohasharray
-+set_vfta_38239 set_vfta 0 38239 &ceph_decode_16_38239
-+__volume_set_mute_ec_38242 __volume_set_mute_ec 0 38242 NULL
-+__mlx4_cmd_38244 __mlx4_cmd 0 38244 NULL
-+_ipw_read_reg32_38245 _ipw_read_reg32 0 38245 NULL nohasharray
-+b43legacy_one_core_attach_38245 b43legacy_one_core_attach 0 38245 &_ipw_read_reg32_38245
-+vsc8221_config_init_38249 vsc8221_config_init 0 38249 NULL
-+nvkm_dmaobj_create__38250 nvkm_dmaobj_create_ 6 38250 NULL
-+videobuf_dma_map_38255 videobuf_dma_map 0 38255 NULL nohasharray
-+uwb_pal_register_38255 uwb_pal_register 0 38255 &videobuf_dma_map_38255
-+scan_secs_read_38261 scan_secs_read 0 38261 NULL nohasharray
-+mce_chrdev_write_38261 mce_chrdev_write 0-3 38261 &scan_secs_read_38261
-+opticon_open_38262 opticon_open 0 38262 NULL nohasharray
-+xfs_qm_dqrepair_38262 xfs_qm_dqrepair 0 38262 &opticon_open_38262
-+ramoops_read_kmsg_hdr_38263 ramoops_read_kmsg_hdr 0 38263 NULL nohasharray
-+iscsi_ping_comp_event_38263 iscsi_ping_comp_event 5 38263 &ramoops_read_kmsg_hdr_38263 nohasharray
-+xiic_busy_38263 xiic_busy 0 38263 &iscsi_ping_comp_event_38263
-+m88e1145_config_init_38265 m88e1145_config_init 0 38265 NULL
-+broadsheet_setup_for_wfm_write_38267 broadsheet_setup_for_wfm_write 0 38267 NULL
-+ieee80211_if_read_auto_open_plinks_38268 ieee80211_if_read_auto_open_plinks 3-0 38268 NULL nohasharray
-+mthca_alloc_icm_table_38268 mthca_alloc_icm_table 3-4 38268 &ieee80211_if_read_auto_open_plinks_38268 nohasharray
-+show_in3_input_38268 show_in3_input 0 38268 &mthca_alloc_icm_table_38268
-+usb2_lpm_l1_timeout_show_38271 usb2_lpm_l1_timeout_show 0 38271 NULL nohasharray
-+dev_show_rev_38271 dev_show_rev 0 38271 &usb2_lpm_l1_timeout_show_38271
-+xfs_bmbt_to_bmdr_38275 xfs_bmbt_to_bmdr 3 38275 NULL nohasharray
-+xfs_bmdr_to_bmbt_38275 xfs_bmdr_to_bmbt 5 38275 &xfs_bmbt_to_bmdr_38275
-+ov9650_set_gain_38276 ov9650_set_gain 0 38276 NULL
-+ftdi_process_packet_38281 ftdi_process_packet 4 38281 NULL
-+nouveau_hwmon_show_name_38288 nouveau_hwmon_show_name 0 38288 NULL
-+show_channel_38289 show_channel 0 38289 NULL
-+odev_write_38293 odev_write 0-3 38293 NULL
-+myri10ge_set_mac_address_38295 myri10ge_set_mac_address 0 38295 NULL
-+C_SYSC_pselect6_38296 C_SYSC_pselect6 1 38296 NULL nohasharray
-+zd_mac_rx_38296 zd_mac_rx 3 38296 &C_SYSC_pselect6_38296
-+vxge_add_mac_addr_38297 vxge_add_mac_addr 0 38297 NULL
-+ad7877_disable_show_38298 ad7877_disable_show 0 38298 NULL nohasharray
-+pnp_assign_port_38298 pnp_assign_port 0 38298 &ad7877_disable_show_38298
-+crypto_ahash_digest_38300 crypto_ahash_digest 0 38300 NULL nohasharray
-+iscsi_nacl_param_show_DataSequenceInOrder_38300 iscsi_nacl_param_show_DataSequenceInOrder 0 38300 &crypto_ahash_digest_38300
-+ucma_query_path_38305 ucma_query_path 3 38305 NULL
-+ubifs_tnc_start_commit_38309 ubifs_tnc_start_commit 0 38309 NULL nohasharray
-+store_freq_38309 store_freq 0-4 38309 &ubifs_tnc_start_commit_38309
-+show_fnode_max_xmit_dlength_38317 show_fnode_max_xmit_dlength 0 38317 NULL
-+mtd_name_show_38318 mtd_name_show 0 38318 NULL
-+isr_rx_headers_read_38325 isr_rx_headers_read 3-0 38325 NULL
-+ida_simple_get_38326 ida_simple_get 0-2 38326 NULL nohasharray
-+ip_mroute_setsockopt_38326 ip_mroute_setsockopt 0 38326 &ida_simple_get_38326
-+team_set_mac_address_38334 team_set_mac_address 0 38334 NULL
-+cryptomgr_schedule_probe_38337 cryptomgr_schedule_probe 0 38337 NULL nohasharray
-+kmemleak_alloc_recursive_38337 kmemleak_alloc_recursive 2 38337 &cryptomgr_schedule_probe_38337
-+ql_set_mac_addr_reg_38341 ql_set_mac_addr_reg 0 38341 NULL
-+pm8001_ctl_mpi_interface_rev_show_38342 pm8001_ctl_mpi_interface_rev_show 0 38342 NULL
-+sisusb_write_memio_byte_38343 sisusb_write_memio_byte 0 38343 NULL
-+iscsi_stat_sess_show_attr_conn_timeout_errors_38346 iscsi_stat_sess_show_attr_conn_timeout_errors 0 38346 NULL nohasharray
-+nf_hook_thresh_38346 nf_hook_thresh 0 38346 &iscsi_stat_sess_show_attr_conn_timeout_errors_38346
-+af9005_write_tuner_registers_38347 af9005_write_tuner_registers 0 38347 NULL
-+snd_hda_add_pincfg_38354 snd_hda_add_pincfg 0 38354 NULL
-+security_getxattr_38355 security_getxattr 0 38355 NULL
-+sm501fb_crtsrc_store_38356 sm501fb_crtsrc_store 0-4 38356 NULL
-+mgslpc_suspend_38357 mgslpc_suspend 0 38357 NULL
-+target_core_show_dev_enable_38359 target_core_show_dev_enable 0 38359 NULL
-+btrfs_file_extent_disk_num_bytes_38363 btrfs_file_extent_disk_num_bytes 0 38363 NULL
-+tomoyo_write_control_38365 tomoyo_write_control 0-3 38365 NULL
-+pyra_sysfs_write_38370 pyra_sysfs_write 6-0 38370 NULL
-+set_auto_temp_max_38372 set_auto_temp_max 0-4 38372 NULL
-+active_duration_show_38373 active_duration_show 0 38373 NULL
-+smm665_show_min_38376 smm665_show_min 0 38376 NULL
-+adp8860_bl_l2_office_dim_show_38377 adp8860_bl_l2_office_dim_show 0 38377 NULL
-+pch_udc_pcd_ep_enable_38380 pch_udc_pcd_ep_enable 0 38380 NULL
-+rtl2832_sdr_wr_reg_38383 rtl2832_sdr_wr_reg 0 38383 NULL
-+dn_sendmsg_38390 dn_sendmsg 4-0 38390 NULL
-+snd_sonicvibes_playback_trigger_38392 snd_sonicvibes_playback_trigger 0 38392 NULL
-+_write_mirror_38398 _write_mirror 0 38398 NULL
-+vxp_inb_38402 vxp_inb 0 38402 NULL
-+m5602_read_bridge_38404 m5602_read_bridge 0 38404 NULL
-+show_status_str_38406 show_status_str 0 38406 NULL
-+send_packet_38408 send_packet 0 38408 NULL
-+ocfs2_which_cluster_group_38413 ocfs2_which_cluster_group 0-2 38413 NULL
-+bonding_show_arp_targets_38418 bonding_show_arp_targets 0 38418 NULL
-+ieee80211_if_read_dtim_count_38419 ieee80211_if_read_dtim_count 3-0 38419 NULL
-+asix_write_cmd_async_38420 asix_write_cmd_async 5 38420 NULL
-+mc13xxx_regulator_disable_38421 mc13xxx_regulator_disable 0 38421 NULL
-+ip6_datagram_connect_38427 ip6_datagram_connect 0 38427 NULL
-+pcnet32_realloc_tx_ring_38428 pcnet32_realloc_tx_ring 3 38428 NULL
-+led_delay_on_store_38429 led_delay_on_store 0-4 38429 NULL
-+netlink_send_38434 netlink_send 5 38434 NULL
-+batadv_iv_ogm_aggregate_new_38437 batadv_iv_ogm_aggregate_new 2 38437 NULL
-+ubifs_find_dirty_leb_38438 ubifs_find_dirty_leb 0 38438 NULL
-+deinterlace_buf_prepare_38443 deinterlace_buf_prepare 0 38443 NULL
-+iscsi_tpg_attrib_show_generate_node_acls_38445 iscsi_tpg_attrib_show_generate_node_acls 0 38445 NULL
-+dev_set_mtu_38447 dev_set_mtu 0 38447 NULL nohasharray
-+offline_38447 offline 0 38447 &dev_set_mtu_38447
-+tipc_bclink_xmit_38452 tipc_bclink_xmit 0 38452 NULL nohasharray
-+idt77252_open_38452 idt77252_open 0 38452 &tipc_bclink_xmit_38452 nohasharray
-+rose_bind_38452 rose_bind 0 38452 &idt77252_open_38452
-+udc_ep_enable_38457 udc_ep_enable 0 38457 NULL
-+mISDN_sock_create_38458 mISDN_sock_create 0 38458 NULL nohasharray
-+wl1271_acx_frag_threshold_38458 wl1271_acx_frag_threshold 0 38458 &mISDN_sock_create_38458
-+saa7134_i2c_xfer_38459 saa7134_i2c_xfer 0-3 38459 NULL nohasharray
-+videobuf_waiton_38459 videobuf_waiton 0 38459 &saa7134_i2c_xfer_38459
-+mt9m111_g_fmt_38460 mt9m111_g_fmt 0 38460 NULL
-+btrfs_next_old_leaf_38465 btrfs_next_old_leaf 0 38465 NULL
-+zr364xx_s_ctrl_38466 zr364xx_s_ctrl 0 38466 NULL nohasharray
-+pc87413_write_38466 pc87413_write 0-3 38466 &zr364xx_s_ctrl_38466
-+sctp_inet6addr_event_38468 sctp_inet6addr_event 0 38468 NULL nohasharray
-+cxgb_change_mtu_38468 cxgb_change_mtu 0 38468 &sctp_inet6addr_event_38468
-+ghes_notify_sci_38471 ghes_notify_sci 0 38471 NULL
-+get_fan_ooc_38476 get_fan_ooc 0 38476 NULL nohasharray
-+enable_slot_38476 enable_slot 0 38476 &get_fan_ooc_38476
-+_iwl_dbgfs_scan_ant_rxchain_write_38479 _iwl_dbgfs_scan_ant_rxchain_write 3-0 38479 NULL
-+blk_end_bidi_request_38482 blk_end_bidi_request 3-4 38482 NULL
-+store_bpp_38484 store_bpp 0-4 38484 NULL
-+gfs2_setattr_size_38485 gfs2_setattr_size 0 38485 NULL
-+show_counter_tx_dropped_pkts_38486 show_counter_tx_dropped_pkts 0 38486 NULL
-+sched_group_set_rt_runtime_38487 sched_group_set_rt_runtime 0 38487 NULL
-+lm8323_show_disable_38491 lm8323_show_disable 0 38491 NULL
-+init_pitch_v1_38493 init_pitch_v1 0 38493 NULL
-+wait_for_free_credits_38497 wait_for_free_credits 0 38497 NULL
-+kbd_backlight_timeout_show_38501 kbd_backlight_timeout_show 0 38501 NULL nohasharray
-+test_irq_store_38501 test_irq_store 0-4 38501 &kbd_backlight_timeout_show_38501
-+format_cam_size_38506 format_cam_size 0 38506 NULL
-+dev_names_read_38509 dev_names_read 3-0 38509 NULL
-+iscsi_create_iface_38510 iscsi_create_iface 5 38510 NULL
-+mwl8k_cmd_set_wmm_mode_38513 mwl8k_cmd_set_wmm_mode 0 38513 NULL nohasharray
-+optimize_38513 optimize 0 38513 &mwl8k_cmd_set_wmm_mode_38513
-+sk_stream_wait_connect_38516 sk_stream_wait_connect 0 38516 NULL
-+event_rx_mismatch_read_38518 event_rx_mismatch_read 3-0 38518 NULL
-+set_queue_count_38519 set_queue_count 0 38519 NULL
-+m41t93_get_time_38520 m41t93_get_time 0 38520 NULL
-+ent_bread_38523 ent_bread 0 38523 NULL nohasharray
-+bond_option_fail_over_mac_set_38523 bond_option_fail_over_mac_set 0 38523 &ent_bread_38523
-+nvkm_fb_create__38533 nvkm_fb_create_ 4 38533 NULL nohasharray
-+ste10Xp_config_init_38533 ste10Xp_config_init 0 38533 &nvkm_fb_create__38533
-+pm_trace_store_38534 pm_trace_store 0-4 38534 NULL
-+prepare_header95_38540 prepare_header95 0 38540 NULL
-+jffs2_user_getxattr_38541 jffs2_user_getxattr 0 38541 NULL
-+btrfs_discard_extent_38547 btrfs_discard_extent 2 38547 NULL
-+xs_error_38560 xs_error 0 38560 NULL nohasharray
-+tcp_sendmsg_38560 tcp_sendmsg 3 38560 &xs_error_38560
-+irda_sendmsg_dgram_38563 irda_sendmsg_dgram 4-0 38563 NULL
-+il4965_rs_sta_dbgfs_scale_table_read_38564 il4965_rs_sta_dbgfs_scale_table_read 3-0 38564 NULL nohasharray
-+iscsi_stat_login_show_attr_authorize_fails_38564 iscsi_stat_login_show_attr_authorize_fails 0 38564 &il4965_rs_sta_dbgfs_scale_table_read_38564
-+snd_nm256_playback_copy_38567 snd_nm256_playback_copy 5 38567 NULL nohasharray
-+sr9700_get_eeprom_len_38567 sr9700_get_eeprom_len 0 38567 &snd_nm256_playback_copy_38567
-+skcipher_sendmsg_38570 skcipher_sendmsg 3 38570 NULL
-+zd_reg2alpha2_38572 zd_reg2alpha2 0 38572 NULL
-+srp_create_target_38575 srp_create_target 0-4 38575 NULL
-+copy_ctl_value_to_user_38587 copy_ctl_value_to_user 4 38587 NULL
-+ahci_show_em_supported_38588 ahci_show_em_supported 0 38588 NULL
-+__fat_write_inode_38591 __fat_write_inode 0 38591 NULL
-+radeon_set_pm_profile_38593 radeon_set_pm_profile 0-4 38593 NULL
-+cosa_net_setup_rx_38594 cosa_net_setup_rx 2 38594 NULL
-+radeon_hwmon_get_pwm1_min_38595 radeon_hwmon_get_pwm1_min 0 38595 NULL
-+write_38599 write 0 38599 NULL
-+smb_send_kvec_38602 smb_send_kvec 0 38602 NULL
-+ieee80211_check_queues_38604 ieee80211_check_queues 0 38604 NULL
-+rd_allocate_sgl_table_38607 rd_allocate_sgl_table 3-0 38607 NULL nohasharray
-+__reiserfs_write_begin_38607 __reiserfs_write_begin 0 38607 &rd_allocate_sgl_table_38607
-+store_enable_clk3a_output_38608 store_enable_clk3a_output 0-4 38608 NULL
-+pep_indicate_38611 pep_indicate 5 38611 NULL
-+nvkm_object_create__38612 nvkm_object_create_ 5 38612 NULL
-+s5p_mfc_alloc_instance_buffer_v5_38613 s5p_mfc_alloc_instance_buffer_v5 0 38613 NULL
-+set_temphyst_38616 set_temphyst 0-4 38616 NULL
-+set_mode_densblk_38618 set_mode_densblk 0 38618 NULL nohasharray
-+ip_ra_control_38618 ip_ra_control 0 38618 &set_mode_densblk_38618
-+nf_ct_sack_adjust_38619 nf_ct_sack_adjust 2 38619 NULL nohasharray
-+atyfb_check_var_38619 atyfb_check_var 0 38619 &nf_ct_sack_adjust_38619
-+tps80031_reg_is_enabled_38622 tps80031_reg_is_enabled 0 38622 NULL
-+show_fc_host_system_hostname_38624 show_fc_host_system_hostname 0 38624 NULL
-+wl1271_ap_init_qos_null_template_38626 wl1271_ap_init_qos_null_template 0 38626 NULL
-+icn_writecmd_38629 icn_writecmd 2 38629 NULL
-+write_enabled_file_bool_38630 write_enabled_file_bool 3-0 38630 NULL
-+i801_access_38631 i801_access 0 38631 NULL nohasharray
-+pci_mmcfg_read_38631 pci_mmcfg_read 0 38631 &i801_access_38631 nohasharray
-+csum_dirty_buffer_38631 csum_dirty_buffer 0 38631 &pci_mmcfg_read_38631
-+iio_sysfs_trig_add_38638 iio_sysfs_trig_add 0-4 38638 NULL
-+ext2_readpages_38640 ext2_readpages 4 38640 NULL nohasharray
-+set_in_min0_38640 set_in_min0 0-4 38640 &ext2_readpages_38640
-+uwb_dev_EUI_48_show_38642 uwb_dev_EUI_48_show 0 38642 NULL
-+audit_init_entry_38644 audit_init_entry 1 38644 NULL
-+em3027_get_time_38645 em3027_get_time 0 38645 NULL
-+qp_broker_alloc_38646 qp_broker_alloc 5-6 38646 NULL
-+i2cdev_notifier_call_38648 i2cdev_notifier_call 0 38648 NULL
-+kernfs_node_setsecdata_38651 kernfs_node_setsecdata 0 38651 NULL
-+ring_active_show_38652 ring_active_show 0 38652 NULL
-+iwl_mvm_ref_sync_38654 iwl_mvm_ref_sync 0 38654 NULL nohasharray
-+intel_opregion_video_event_38654 intel_opregion_video_event 0 38654 &iwl_mvm_ref_sync_38654
-+mxb_s_ctrl_38656 mxb_s_ctrl 0 38656 NULL
-+hfsplus_ext_write_extent_locked_38662 hfsplus_ext_write_extent_locked 0 38662 NULL
-+xfs_da3_node_create_38666 xfs_da3_node_create 0 38666 NULL
-+snd_emu10k1x_pcm_prepare_capture_38667 snd_emu10k1x_pcm_prepare_capture 0 38667 NULL
-+skb_tnl_header_len_38669 skb_tnl_header_len 0 38669 NULL nohasharray
-+fakelb_hw_start_38669 fakelb_hw_start 0 38669 &skb_tnl_header_len_38669
-+nilfs_write_end_38674 nilfs_write_end 5-0 38674 NULL
-+w7090p_tuner_write_serpar_38675 w7090p_tuner_write_serpar 0-3 38675 NULL
-+ib_umem_start_38677 ib_umem_start 0 38677 NULL
-+iscsit_dump_data_payload_38683 iscsit_dump_data_payload 2 38683 NULL
-+lp8788_get_bl_ctl_mode_38684 lp8788_get_bl_ctl_mode 0 38684 NULL
-+tracing_nsecs_read_38689 tracing_nsecs_read 3 38689 NULL
-+zd_rf_init_al2230_38694 zd_rf_init_al2230 0 38694 NULL
-+ext4_wait_block_bitmap_38695 ext4_wait_block_bitmap 2 38695 NULL
-+validate_vid_hdr_38699 validate_vid_hdr 0 38699 NULL nohasharray
-+alc_parse_auto_config_38699 alc_parse_auto_config 0 38699 &validate_vid_hdr_38699
-+rbio_add_io_page_38700 rbio_add_io_page 6 38700 NULL
-+kone_sysfs_show_actual_profile_38707 kone_sysfs_show_actual_profile 0 38707 NULL
-+bnx2_change_ring_size_38711 bnx2_change_ring_size 0 38711 NULL
-+mmc_scr_show_38713 mmc_scr_show 0 38713 NULL
-+find_next_usable_block_38716 find_next_usable_block 3-1-0 38716 NULL nohasharray
-+qlcnic_sysfs_write_esw_config_38716 qlcnic_sysfs_write_esw_config 0-6-5 38716 &find_next_usable_block_38716
-+gfs2_writepages_38717 gfs2_writepages 0 38717 NULL
-+adp5520_bl_office_dim_show_38719 adp5520_bl_office_dim_show 0 38719 NULL
-+zforce_send_wait_38720 zforce_send_wait 3 38720 NULL
-+_nfs4_proc_remove_38721 _nfs4_proc_remove 0 38721 NULL nohasharray
-+tun_show_owner_38721 tun_show_owner 0 38721 &_nfs4_proc_remove_38721
-+iwl_mvm_mac_ctxt_cmd_listener_38724 iwl_mvm_mac_ctxt_cmd_listener 0 38724 NULL
-+bcm54xx_shadow_write_38726 bcm54xx_shadow_write 0 38726 NULL
-+store_38729 store 0-3 38729 NULL
-+auto_abort_store_38733 auto_abort_store 0-4 38733 NULL
-+ath10k_pci_init_pipes_38735 ath10k_pci_init_pipes 0 38735 NULL nohasharray
-+veth_open_38735 veth_open 0 38735 &ath10k_pci_init_pipes_38735
-+jfs_freeze_38736 jfs_freeze 0 38736 NULL
-+si4713_s_ctrl_38743 si4713_s_ctrl 0 38743 NULL
-+p9_mount_tag_show_38744 p9_mount_tag_show 0 38744 NULL nohasharray
-+extlog_print_38744 extlog_print 0 38744 &p9_mount_tag_show_38744
-+clear_intrusion_38745 clear_intrusion 0-4 38745 NULL
-+btusb_qca_send_vendor_req_38746 btusb_qca_send_vendor_req 4 38746 NULL
-+microcode_write_38754 microcode_write 0-3 38754 NULL
-+netxen_nic_get_eeprom_len_38756 netxen_nic_get_eeprom_len 0 38756 NULL
-+get_fan_rpm_38760 get_fan_rpm 0 38760 NULL nohasharray
-+creg_queue_cmd_38760 creg_queue_cmd 0 38760 &get_fan_rpm_38760
-+udf_readpages_38761 udf_readpages 4 38761 NULL
-+store_beep_mask_38764 store_beep_mask 0-4 38764 NULL
-+target_stat_scsi_tgt_dev_show_attr_inst_38765 target_stat_scsi_tgt_dev_show_attr_inst 0 38765 NULL nohasharray
-+xfs_bmap_btalloc_filestreams_38765 xfs_bmap_btalloc_filestreams 0 38765 &target_stat_scsi_tgt_dev_show_attr_inst_38765 nohasharray
-+pyra_sysfs_write_control_38765 pyra_sysfs_write_control 0-6-5 38765 &xfs_bmap_btalloc_filestreams_38765
-+nfs4_proc_setattr_38768 nfs4_proc_setattr 0 38768 NULL
-+acpi_power_on_unlocked_38769 acpi_power_on_unlocked 0 38769 NULL
-+squashfs_xattr_get_38771 squashfs_xattr_get 0 38771 NULL
-+qt2_write_room_38772 qt2_write_room 0 38772 NULL
-+ixgbevf_vlan_rx_add_vid_38773 ixgbevf_vlan_rx_add_vid 0 38773 NULL
-+mlx4_num_reserved_sqps_38775 mlx4_num_reserved_sqps 0 38775 NULL
-+elan_smbus_set_flash_key_38776 elan_smbus_set_flash_key 0 38776 NULL
-+si476x_core_i2c_xfer_38777 si476x_core_i2c_xfer 4-0 38777 NULL
-+pwc_set_autogain_expo_38778 pwc_set_autogain_expo 0 38778 NULL
-+iwl_dbgfs_thermal_throttling_read_38779 iwl_dbgfs_thermal_throttling_read 3-0 38779 NULL
-+bcache_device_init_38781 bcache_device_init 3 38781 NULL
-+snd_ivtv_pcm_ioctl_38783 snd_ivtv_pcm_ioctl 0 38783 NULL
-+snd_gus_dram_write_38784 snd_gus_dram_write 4 38784 NULL
-+p54_set_leds_38787 p54_set_leds 0 38787 NULL
-+max_speed_read_file_38790 max_speed_read_file 0 38790 NULL
-+dlm_search_rsb_tree_38795 dlm_search_rsb_tree 0 38795 NULL nohasharray
-+sas_drain_work_38795 sas_drain_work 0 38795 &dlm_search_rsb_tree_38795
-+nfc_genl_rcv_nl_event_38797 nfc_genl_rcv_nl_event 0 38797 NULL
-+nfs4_xattr_get_nfs4_acl_38800 nfs4_xattr_get_nfs4_acl 0 38800 NULL
-+do_pci_enable_device_38802 do_pci_enable_device 0 38802 NULL
-+err_decode_38804 err_decode 2 38804 NULL
-+mousevsc_hid_raw_request_38811 mousevsc_hid_raw_request 0 38811 NULL
-+ipv6_renew_option_38813 ipv6_renew_option 3 38813 NULL
-+qla2x00_model_desc_show_38816 qla2x00_model_desc_show 0 38816 NULL
-+sys_select_38827 sys_select 1 38827 NULL
-+whc_urb_enqueue_38830 whc_urb_enqueue 0 38830 NULL
-+tle62x0_status_show_38833 tle62x0_status_show 0 38833 NULL
-+direct_entry_38836 direct_entry 3-0 38836 NULL nohasharray
-+vnic_dev_notify_set_38836 vnic_dev_notify_set 0 38836 &direct_entry_38836
-+compat_udp_setsockopt_38840 compat_udp_setsockopt 5 38840 NULL
-+sst_create_ipc_msg_38841 sst_create_ipc_msg 0 38841 NULL
-+ata_scsi_activity_store_38843 ata_scsi_activity_store 0-4 38843 NULL
-+tpacpi_driver_interface_version_show_38848 tpacpi_driver_interface_version_show 0 38848 NULL
-+pci_read_config_38854 pci_read_config 0-6-5 38854 NULL
-+start_discovery_38858 start_discovery 4 38858 NULL
-+interfaces_38859 interfaces 2-0 38859 NULL nohasharray
-+__uncore_event_show_38859 __uncore_event_show 0 38859 &interfaces_38859
-+bch_cached_dev_attach_38861 bch_cached_dev_attach 0 38861 NULL
-+atl1e_restart_autoneg_38868 atl1e_restart_autoneg 0 38868 NULL
-+tipc_wait_for_rcvmsg_38874 tipc_wait_for_rcvmsg 0 38874 NULL
-+show_counter_rx_pkey_mismatches_38880 show_counter_rx_pkey_mismatches 0 38880 NULL
-+show_conn_param_ISCSI_PARAM_LOCAL_IPADDR_38882 show_conn_param_ISCSI_PARAM_LOCAL_IPADDR 0 38882 NULL
-+rbd_dev_v2_striping_info_38885 rbd_dev_v2_striping_info 0 38885 NULL
-+__blk_queue_init_tags_38887 __blk_queue_init_tags 2 38887 NULL
-+iscsi_stat_login_show_attr_redirects_38890 iscsi_stat_login_show_attr_redirects 0 38890 NULL
-+hdlc_open_38893 hdlc_open 0 38893 NULL
-+dbgfs_state_38894 dbgfs_state 3-0 38894 NULL
-+oti6858_write_room_38896 oti6858_write_room 0 38896 NULL
-+padlock_sha256_finup_38897 padlock_sha256_finup 0 38897 NULL
-+__fswab16_38898 __fswab16 0 38898 NULL
-+process_access_response_38899 process_access_response 0 38899 NULL
-+afs_readpage_38902 afs_readpage 0 38902 NULL nohasharray
-+writepage_delalloc_38902 writepage_delalloc 0 38902 &afs_readpage_38902
-+nci_core_conn_create_38905 nci_core_conn_create 4 38905 NULL
-+ei_open_38906 ei_open 0 38906 NULL
-+ov5642_g_fmt_38908 ov5642_g_fmt 0 38908 NULL
-+rsi_mgmt_pkt_to_core_38909 rsi_mgmt_pkt_to_core 3 38909 NULL
-+show_iostat_iorequest_cnt_38913 show_iostat_iorequest_cnt 0 38913 NULL
-+deadline_write_expire_store_38918 deadline_write_expire_store 3-0 38918 NULL
-+ath10k_pci_wake_target_cpu_38920 ath10k_pci_wake_target_cpu 0 38920 NULL
-+change_protocol_38922 change_protocol 0 38922 NULL
-+port_destid_show_38923 port_destid_show 0 38923 NULL
-+af_alg_wait_for_completion_38924 af_alg_wait_for_completion 0-1 38924 NULL
-+mv88e6352_get_temp_38926 mv88e6352_get_temp 0 38926 NULL nohasharray
-+dev_set_name_38926 dev_set_name 0 38926 &mv88e6352_get_temp_38926
-+ext3_trim_all_free_38929 ext3_trim_all_free 2-4-3 38929 NULL
-+qib_user_sdma_queue_clean_38930 qib_user_sdma_queue_clean 0 38930 NULL
-+pcap_regulator_enable_38934 pcap_regulator_enable 0 38934 NULL
-+fc0013_writereg_38939 fc0013_writereg 0 38939 NULL
-+tps65910_rtc_read_time_38941 tps65910_rtc_read_time 0 38941 NULL nohasharray
-+ivtv_setup_v4l2_decode_stream_38941 ivtv_setup_v4l2_decode_stream 0 38941 &tps65910_rtc_read_time_38941
-+il_dbgfs_sram_write_38942 il_dbgfs_sram_write 3-0 38942 NULL
-+sbp_count_se_tpg_luns_38943 sbp_count_se_tpg_luns 0 38943 NULL
-+sdev_store_queue_ramp_up_period_38946 sdev_store_queue_ramp_up_period 0-4 38946 NULL nohasharray
-+cpumask_parse_38946 cpumask_parse 0 38946 &sdev_store_queue_ramp_up_period_38946
-+__be_cmd_rx_filter_38949 __be_cmd_rx_filter 0 38949 NULL
-+select_subconnector_show_38953 select_subconnector_show 0 38953 NULL
-+qlcnic_sriov_pf_config_vport_38955 qlcnic_sriov_pf_config_vport 0 38955 NULL
-+__vsock_bind_stream_38957 __vsock_bind_stream 0 38957 NULL
-+show_temp16_38958 show_temp16 0 38958 NULL
-+macaddress_show_38969 macaddress_show 0 38969 NULL
-+b43legacy_dma_init_38970 b43legacy_dma_init 0 38970 NULL
-+__ath6kl_wmi_send_mgmt_cmd_38971 __ath6kl_wmi_send_mgmt_cmd 7 38971 NULL
-+wp512_init_38975 wp512_init 0 38975 NULL
-+usb_maxpacket_38977 usb_maxpacket 0 38977 NULL nohasharray
-+adfs_fplus_read_38977 adfs_fplus_read 0 38977 &usb_maxpacket_38977
-+addr_assign_type_show_38978 addr_assign_type_show 0 38978 NULL nohasharray
-+iwl_mvm_init_fw_regd_38978 iwl_mvm_init_fw_regd 0 38978 &addr_assign_type_show_38978
-+_iommu_cpumask_show_38985 _iommu_cpumask_show 0 38985 NULL
-+OSDSetBlock_38986 OSDSetBlock 2-4 38986 NULL nohasharray
-+pti_tty_write_room_38986 pti_tty_write_room 0 38986 &OSDSetBlock_38986
-+submit_bio_wait_38991 submit_bio_wait 0 38991 NULL
-+intel_nontranslate_map_sg_38992 intel_nontranslate_map_sg 0-3 38992 NULL
-+bio_clone_range_38997 bio_clone_range 2 38997 NULL
-+lpfc_idiag_extacc_write_38998 lpfc_idiag_extacc_write 3-0 38998 NULL
-+udf_new_block_38999 udf_new_block 4 38999 NULL
-+bh1770_set_lux_thresh_39000 bh1770_set_lux_thresh 0 39000 NULL
-+mmio16write__write_file_39001 mmio16write__write_file 0 39001 NULL
-+systemid_show_39002 systemid_show 0 39002 NULL
-+t4vf_pktgl_to_skb_39005 t4vf_pktgl_to_skb 2 39005 NULL
-+bt_6lowpan_connect_39006 bt_6lowpan_connect 0 39006 NULL
-+i2c_hid_output_report_39007 i2c_hid_output_report 3-0 39007 NULL
-+revision_id_store_39009 revision_id_store 0-4 39009 NULL
-+zd1201_enable_39011 zd1201_enable 0 39011 NULL
-+get_nodes_39012 get_nodes 3 39012 NULL nohasharray
-+compat_SyS_move_pages_39012 compat_SyS_move_pages 2 39012 &get_nodes_39012
-+twl6030_interrupt_unmask_39013 twl6030_interrupt_unmask 2 39013 NULL
-+show_39014 show 0 39014 NULL
-+__blkdev_issue_zeroout_39020 __blkdev_issue_zeroout 3-0 39020 NULL
-+cyapa_gen5_execute_panel_scan_39023 cyapa_gen5_execute_panel_scan 0 39023 NULL
-+snd_mask_refine_set_39027 snd_mask_refine_set 0 39027 NULL
-+acpi_install_gpe_block_39031 acpi_install_gpe_block 4 39031 NULL nohasharray
-+ovl_copy_up_39031 ovl_copy_up 0 39031 &acpi_install_gpe_block_39031
-+store_sf2_pwm_39032 store_sf2_pwm 0-4 39032 NULL
-+_zd_iowrite32v_async_locked_39034 _zd_iowrite32v_async_locked 3-0 39034 NULL
-+temp_deactivated_show_39037 temp_deactivated_show 0 39037 NULL
-+phy_read_status_39042 phy_read_status 0 39042 NULL
-+write_battery_life_extender_39045 write_battery_life_extender 0 39045 NULL
-+wl18xx_trigger_cmd_39046 wl18xx_trigger_cmd 0 39046 NULL
-+power_limit_1_tmax_us_show_39050 power_limit_1_tmax_us_show 0 39050 NULL
-+do_write_kmem_39051 do_write_kmem 0-1-3 39051 NULL nohasharray
-+log_writes_status_39051 log_writes_status 5 39051 &do_write_kmem_39051
-+__wil_up_39052 __wil_up 0 39052 NULL
-+get_component_status_39053 get_component_status 0 39053 NULL
-+gen10g_read_status_39059 gen10g_read_status 0 39059 NULL
-+mp_irqdomain_map_39061 mp_irqdomain_map 2-3 39061 NULL nohasharray
-+netxen_store_diag_mode_39061 netxen_store_diag_mode 0-4 39061 &mp_irqdomain_map_39061
-+csio_hw_wait_op_done_val_39063 csio_hw_wait_op_done_val 0 39063 NULL
-+roccat_common2_sysfs_write_profile_39064 roccat_common2_sysfs_write_profile 0-6-5 39064 NULL
-+line6_midibuf_read_39067 line6_midibuf_read 0-3 39067 NULL
-+lp8788_rtc_read_time_39070 lp8788_rtc_read_time 0 39070 NULL
-+node_nodeid_read_39075 node_nodeid_read 0 39075 NULL
-+qlcnic_83xx_issue_cmd_39076 qlcnic_83xx_issue_cmd 0 39076 NULL
-+iscsi_tpg_param_store_DataSequenceInOrder_39079 iscsi_tpg_param_store_DataSequenceInOrder 0-3 39079 NULL
-+regulator_disable_regmap_39084 regulator_disable_regmap 0 39084 NULL
-+regcache_lzo_write_39088 regcache_lzo_write 0 39088 NULL
-+target_fabric_tpg_attr_store_39100 target_fabric_tpg_attr_store 0-4 39100 NULL
-+qt2_open_39101 qt2_open 0 39101 NULL
-+tomoyo_truncate_39105 tomoyo_truncate 0 39105 NULL
-+acpi_device_path_show_39111 acpi_device_path_show 0 39111 NULL nohasharray
-+leb_write_lock_39111 leb_write_lock 0 39111 &acpi_device_path_show_39111
-+pause_transport_39115 pause_transport 0 39115 NULL
-+serial_resume_39116 serial_resume 0 39116 NULL
-+avoid_reset_quirk_show_39119 avoid_reset_quirk_show 0 39119 NULL
-+__kfifo_to_user_r_39123 __kfifo_to_user_r 3-5 39123 NULL
-+saa711x_set_size_39124 saa711x_set_size 0 39124 NULL
-+l2tp_ip6_recvmsg_39130 l2tp_ip6_recvmsg 3 39130 NULL
-+snd_vt1724_pcm_trigger_39131 snd_vt1724_pcm_trigger 0 39131 NULL
-+ea_foreach_39133 ea_foreach 0 39133 NULL
-+snd_pcm_plug_format_plugins_39136 snd_pcm_plug_format_plugins 0 39136 NULL
-+request_key_auth_instantiate_39141 request_key_auth_instantiate 0 39141 NULL
-+btree_submit_bio_hook_39142 btree_submit_bio_hook 0 39142 NULL nohasharray
-+tcm_qla2xxx_npiv_tpg_show_enable_39142 tcm_qla2xxx_npiv_tpg_show_enable 0 39142 &btree_submit_bio_hook_39142
-+generic_permission_39150 generic_permission 0 39150 NULL
-+alloc_ring_39151 alloc_ring 2-4 39151 NULL
-+proc_coredump_filter_read_39153 proc_coredump_filter_read 3-0 39153 NULL
-+create_bounce_buffer_39155 create_bounce_buffer 3 39155 NULL
-+ath9k_hw_ar9003_dump_eeprom_39156 ath9k_hw_ar9003_dump_eeprom 4-5-0 39156 NULL
-+elevator_switch_39159 elevator_switch 0 39159 NULL
-+iscsi_disc_store_userid_mutual_39161 iscsi_disc_store_userid_mutual 0-3 39161 NULL
-+xgbe_request_irqs_39169 xgbe_request_irqs 0 39169 NULL
-+echo_client_kbrw_39170 echo_client_kbrw 6 39170 NULL
-+ext3_xattr_check_names_39174 ext3_xattr_check_names 0 39174 NULL nohasharray
-+go7007_usb_i2c_master_xfer_39174 go7007_usb_i2c_master_xfer 0-3 39174 &ext3_xattr_check_names_39174
-+msr_device_create_39175 msr_device_create 0 39175 NULL
-+vpe_buf_prepare_39183 vpe_buf_prepare 0 39183 NULL
-+wl1271_cmd_data_path_39185 wl1271_cmd_data_path 0 39185 NULL
-+snd_hda_codec_parse_pcms_39188 snd_hda_codec_parse_pcms 0 39188 NULL
-+ubi_more_update_data_39189 ubi_more_update_data 4-0 39189 NULL
-+soc_camera_platform_s_stream_39190 soc_camera_platform_s_stream 0 39190 NULL nohasharray
-+quota_scale_store_39190 quota_scale_store 0-3 39190 &soc_camera_platform_s_stream_39190
-+i2c_recv_bytes_39196 i2c_recv_bytes 0 39196 NULL
-+show_fcstat_fcp_input_requests_39199 show_fcstat_fcp_input_requests 0 39199 NULL
-+ipath_diagpkt_write_39201 ipath_diagpkt_write 0-3 39201 NULL
-+bd2802_store_reg0x05_39202 bd2802_store_reg0x05 0-4 39202 NULL
-+location_show_39206 location_show 0 39206 NULL
-+patch_ad1983_39207 patch_ad1983 0 39207 NULL
-+qla4_82xx_pci_mem_read_direct_39208 qla4_82xx_pci_mem_read_direct 2 39208 NULL nohasharray
-+noop_fsync_39208 noop_fsync 0 39208 &qla4_82xx_pci_mem_read_direct_39208 nohasharray
-+gp2ap020a00f_set_operation_mode_39208 gp2ap020a00f_set_operation_mode 0 39208 &noop_fsync_39208
-+snd_seq_timer_set_skew_39214 snd_seq_timer_set_skew 0 39214 NULL
-+v4l2_ctrl_handler_setup_39217 v4l2_ctrl_handler_setup 0 39217 NULL nohasharray
-+rsi_mac80211_start_39217 rsi_mac80211_start 0 39217 &v4l2_ctrl_handler_setup_39217
-+fuse_access_39220 fuse_access 0 39220 NULL
-+sst_stream_drop_39224 sst_stream_drop 0 39224 NULL nohasharray
-+patch_cmi8888_39224 patch_cmi8888 0 39224 &sst_stream_drop_39224
-+ivtv_v4l2_write_39226 ivtv_v4l2_write 3-0 39226 NULL nohasharray
-+pnfs_scan_commit_lists_39226 pnfs_scan_commit_lists 0 39226 &ivtv_v4l2_write_39226
-+target_core_alua_lu_gp_attr_store_39231 target_core_alua_lu_gp_attr_store 0-4 39231 NULL
-+SyS_getrandom_39235 SyS_getrandom 2 39235 NULL
-+sony_pic_wwanpower_show_39236 sony_pic_wwanpower_show 0 39236 NULL nohasharray
-+wb_smsc_wdt_write_39236 wb_smsc_wdt_write 0-3 39236 &sony_pic_wwanpower_show_39236
-+posix_acl_to_xattr_39237 posix_acl_to_xattr 0 39237 NULL
-+atkbd_do_show_scroll_39238 atkbd_do_show_scroll 0 39238 NULL
-+odev_read_39239 odev_read 0-3 39239 NULL
-+snd_emu10k1x_pcm_trigger_capture_39243 snd_emu10k1x_pcm_trigger_capture 0 39243 NULL
-+ds2780_get_rsgain_register_39244 ds2780_get_rsgain_register 0 39244 NULL
-+r128_compat_ioctl_39250 r128_compat_ioctl 2 39250 NULL nohasharray
-+pwr_cont_miss_bcns_spread_read_39250 pwr_cont_miss_bcns_spread_read 3-0 39250 &r128_compat_ioctl_39250
-+sbp_tpg_show_directory_id_39253 sbp_tpg_show_directory_id 0 39253 NULL
-+i915_error_state_read_39254 i915_error_state_read 3-0 39254 NULL nohasharray
-+__skb_cow_39254 __skb_cow 2 39254 &i915_error_state_read_39254
-+aux_ring_buffer_write_39260 aux_ring_buffer_write 3 39260 NULL
-+pci_oxsemi_tornado_init_39261 pci_oxsemi_tornado_init 0 39261 NULL
-+mlx4_en_set_mac_39263 mlx4_en_set_mac 0 39263 NULL
-+ath6kl_wmi_set_appie_cmd_39266 ath6kl_wmi_set_appie_cmd 5 39266 NULL
-+lpfc_scan_down_show_39268 lpfc_scan_down_show 0 39268 NULL
-+show_fan_fault_39271 show_fan_fault 0 39271 NULL
-+rocker_port_vlan_39272 rocker_port_vlan 0 39272 NULL
-+ubifs_tnc_remove_range_39280 ubifs_tnc_remove_range 0 39280 NULL
-+picolcd_fb_check_var_39281 picolcd_fb_check_var 0 39281 NULL
-+rx_filter_protection_filter_read_39282 rx_filter_protection_filter_read 3-0 39282 NULL
-+snd_pcm_pre_stop_39285 snd_pcm_pre_stop 0 39285 NULL
-+bsg_read_39290 bsg_read 0-3 39290 NULL nohasharray
-+iwl_add_station_common_39290 iwl_add_station_common 0 39290 &bsg_read_39290
-+sch56xx_write_virtual_reg_39294 sch56xx_write_virtual_reg 0 39294 NULL
-+textual_leaf_to_string_39295 textual_leaf_to_string 0 39295 NULL
-+blk_mq_hw_sysfs_dispatched_show_39296 blk_mq_hw_sysfs_dispatched_show 0 39296 NULL
-+ceph_crypto_key_decode_39298 ceph_crypto_key_decode 0 39298 NULL
-+cxacru_sysfs_show_link_status_39302 cxacru_sysfs_show_link_status 0 39302 NULL
-+__vmalloc_node_39308 __vmalloc_node 1 39308 NULL nohasharray
-+show_fnode_def_time2retain_39308 show_fnode_def_time2retain 0 39308 &__vmalloc_node_39308
-+hdpvr_transfer_39310 hdpvr_transfer 0-3 39310 NULL
-+sync_force_parallel_show_39315 sync_force_parallel_show 0 39315 NULL
-+cmd_xfer_39317 cmd_xfer 0 39317 NULL nohasharray
-+snd_seq_kernel_client_enqueue_39317 snd_seq_kernel_client_enqueue 0 39317 &cmd_xfer_39317
-+core_alua_store_secondary_status_39322 core_alua_store_secondary_status 0-3 39322 NULL
-+control_store_39323 control_store 0-4 39323 NULL
-+hdaps_temp2_show_39324 hdaps_temp2_show 0 39324 NULL nohasharray
-+xgbe_alloc_channels_39324 xgbe_alloc_channels 0 39324 &hdaps_temp2_show_39324 nohasharray
-+cp_get_regs_len_39324 cp_get_regs_len 0 39324 &xgbe_alloc_channels_39324
-+_iwl_dbgfs_pm_params_write_39325 _iwl_dbgfs_pm_params_write 3-0 39325 NULL
-+adp8860_store_39328 adp8860_store 0-3 39328 NULL
-+target_core_dev_attrib_attr_show_39329 target_core_dev_attrib_attr_show 0 39329 NULL
-+flex_array_prealloc_39330 flex_array_prealloc 0 39330 NULL
-+drm_dp_i2c_drain_msg_39331 drm_dp_i2c_drain_msg 0 39331 NULL
-+gmbus_xfer_39341 gmbus_xfer 0-3 39341 NULL
-+xen_hvm_setup_msi_irqs_39342 xen_hvm_setup_msi_irqs 2 39342 NULL
-+wimax_msg_alloc_39343 wimax_msg_alloc 4 39343 NULL
-+sha512_init_39345 sha512_init 0 39345 NULL
-+wm8350_rtc_stop_alarm_39347 wm8350_rtc_stop_alarm 0 39347 NULL
-+show_frame_align_39349 show_frame_align 0 39349 NULL
-+em28xx_s_ctrl_39353 em28xx_s_ctrl 0 39353 NULL
-+ide_complete_rq_39354 ide_complete_rq 3 39354 NULL
-+iscsi_session_get_param_39360 iscsi_session_get_param 0 39360 NULL
-+store_39365 store 0-3 39365 NULL
-+store_ctlr_mode_39366 store_ctlr_mode 0-4 39366 NULL
-+elv_attr_show_39372 elv_attr_show 0 39372 NULL
-+drv_set_short_addr_39373 drv_set_short_addr 0 39373 NULL
-+regmap_name_read_file_39379 regmap_name_read_file 3-0 39379 NULL
-+fnic_trace_debugfs_read_39380 fnic_trace_debugfs_read 3-0 39380 NULL
-+dev_queue_xmit_39382 dev_queue_xmit 0 39382 NULL
-+ps_poll_ps_poll_utilization_read_39383 ps_poll_ps_poll_utilization_read 3-0 39383 NULL nohasharray
-+rocker_cmd_set_port_settings_macaddr_39383 rocker_cmd_set_port_settings_macaddr 0 39383 &ps_poll_ps_poll_utilization_read_39383
-+wcn36xx_smd_load_nv_39385 wcn36xx_smd_load_nv 0 39385 NULL
-+__send_to_port_39386 __send_to_port 3-0-4 39386 NULL
-+dummy_pcm_trigger_39388 dummy_pcm_trigger 0 39388 NULL
-+show_internals_39390 show_internals 0 39390 NULL
-+acpi_ns_search_parent_tree_39391 acpi_ns_search_parent_tree 0 39391 NULL
-+xfs_btree_dup_cursor_39394 xfs_btree_dup_cursor 0 39394 NULL
-+show_fcstat_lip_count_39403 show_fcstat_lip_count 0 39403 NULL
-+__vcc_connect_39404 __vcc_connect 0 39404 NULL
-+smk_tskacc_39413 smk_tskacc 0 39413 NULL nohasharray
-+show_pwm1_39413 show_pwm1 0 39413 &smk_tskacc_39413 nohasharray
-+gfs2_internal_read_39413 gfs2_internal_read 0 39413 &show_pwm1_39413
-+user_power_read_39414 user_power_read 3-0 39414 NULL
-+nilfs_segbuf_submit_bio_39416 nilfs_segbuf_submit_bio 0 39416 NULL nohasharray
-+md5_parse_39416 md5_parse 0 39416 &nilfs_segbuf_submit_bio_39416
-+lpfc_sli4_log_fcf_record_info_39418 lpfc_sli4_log_fcf_record_info 4 39418 NULL
-+hash_ipmark4_expire_39419 hash_ipmark4_expire 4 39419 NULL
-+rj54n1_cropcap_39420 rj54n1_cropcap 0 39420 NULL
-+ceph_readpage_39422 ceph_readpage 0 39422 NULL nohasharray
-+__iwl_mvm_mac_start_39422 __iwl_mvm_mac_start 0 39422 &ceph_readpage_39422
-+alloc_agpphysmem_i8xx_39427 alloc_agpphysmem_i8xx 1 39427 NULL
-+user_list_39432 user_list 0-5 39432 NULL
-+s_mbus_fmt_39440 s_mbus_fmt 0 39440 NULL
-+slab_memory_callback_39442 slab_memory_callback 0 39442 NULL
-+host_show_hp_ssd_smart_path_enabled_39446 host_show_hp_ssd_smart_path_enabled 0 39446 NULL
-+ddb_i2c_master_xfer_39448 ddb_i2c_master_xfer 0-3 39448 NULL nohasharray
-+__vb2_get_done_vb_39448 __vb2_get_done_vb 0 39448 &ddb_i2c_master_xfer_39448
-+sys_semop_39457 sys_semop 3 39457 NULL
-+iscsi_tpg_attrib_show_login_timeout_39472 iscsi_tpg_attrib_show_login_timeout 0 39472 NULL
-+cma_bitmap_aligned_mask_39474 cma_bitmap_aligned_mask 0-2 39474 NULL nohasharray
-+setkey_unaligned_39474 setkey_unaligned 3 39474 &cma_bitmap_aligned_mask_39474
-+send_set_imon_clock_39477 send_set_imon_clock 0 39477 NULL
-+usif_ioctl_39481 usif_ioctl 3 39481 NULL nohasharray
-+carl9170_set_mac_tpc_39481 carl9170_set_mac_tpc 0 39481 &usif_ioctl_39481
-+_request_lock_39482 _request_lock 0 39482 NULL
-+ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries_39499 ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries 3 39499 NULL
-+b43legacy_wireless_init_39508 b43legacy_wireless_init 0 39508 NULL
-+lpfc_first_burst_size_show_39511 lpfc_first_burst_size_show 0 39511 NULL
-+wm97xx_probe_39512 wm97xx_probe 0 39512 NULL
-+get_std_timing_39517 get_std_timing 0 39517 NULL
-+airspy_alloc_urbs_39522 airspy_alloc_urbs 0 39522 NULL
-+cl_req_alloc_39523 cl_req_alloc 4 39523 NULL
-+acpi_ds_create_node_39526 acpi_ds_create_node 0 39526 NULL
-+state_store_39532 state_store 0-3 39532 NULL
-+ican3_new_send_msg_39533 ican3_new_send_msg 0 39533 NULL
-+wlcore_hw_ap_sleep_39534 wlcore_hw_ap_sleep 0 39534 NULL
-+set_rpm_39535 set_rpm 0-4 39535 NULL
-+strobe_get_39537 strobe_get 0 39537 NULL
-+show_flags_39540 show_flags 0 39540 NULL
-+int_proc_write_39542 int_proc_write 3-0 39542 NULL
-+s_dv_timings_39545 s_dv_timings 0 39545 NULL
-+rtnl_port_size_39551 rtnl_port_size 0 39551 NULL
-+pp_write_39554 pp_write 3-0 39554 NULL nohasharray
-+sr_write_cmd_39554 sr_write_cmd 5-0 39554 &pp_write_39554
-+sis630_block_data_39556 sis630_block_data 0 39556 NULL nohasharray
-+set_pcm_default_values_39556 set_pcm_default_values 0 39556 &sis630_block_data_39556
-+ol_dqblk_block_39558 ol_dqblk_block 2 39558 NULL
-+cpulistaffinity_show_39560 cpulistaffinity_show 0 39560 NULL nohasharray
-+uhid_dev_input2_39560 uhid_dev_input2 0 39560 &cpulistaffinity_show_39560 nohasharray
-+reset_firmware_39560 reset_firmware 0 39560 &uhid_dev_input2_39560
-+store_tabletStylusLower_39561 store_tabletStylusLower 0-4 39561 NULL
-+datablob_format_39571 datablob_format 2 39571 NULL nohasharray
-+ieee80211_if_read_fwded_mcast_39571 ieee80211_if_read_fwded_mcast 3-0 39571 &datablob_format_39571
-+__cgroup_procs_write_39573 __cgroup_procs_write 0-3 39573 NULL
-+v9fs_vfs_setattr_dotl_39579 v9fs_vfs_setattr_dotl 0 39579 NULL nohasharray
-+hex32_arg_39579 hex32_arg 0 39579 &v9fs_vfs_setattr_dotl_39579
-+iwl_mvm_update_beacon_abort_39586 iwl_mvm_update_beacon_abort 0 39586 NULL
-+ifb_open_39587 ifb_open 0 39587 NULL
-+igb_pci_enable_sriov_39592 igb_pci_enable_sriov 0-2 39592 NULL
-+show_tabletModelCode_39594 show_tabletModelCode 0 39594 NULL
-+memblock_virt_alloc_internal_39600 memblock_virt_alloc_internal 1 39600 NULL nohasharray
-+show_tabletSize_39600 show_tabletSize 0 39600 &memblock_virt_alloc_internal_39600
-+copy_chunked_from_user_39601 copy_chunked_from_user 3 39601 NULL
-+bcache_reboot_39606 bcache_reboot 0 39606 NULL
-+v9fs_file_write_internal_39611 v9fs_file_write_internal 0 39611 NULL
-+nfs_idmap_get_key_39616 nfs_idmap_get_key 2 39616 NULL
-+sdio_readb_39618 sdio_readb 0 39618 NULL
-+i2c_master_send_39619 i2c_master_send 0-3 39619 NULL
-+prepare_uptodate_page_39622 prepare_uptodate_page 0 39622 NULL
-+surplus_hugepages_show_39625 surplus_hugepages_show 0 39625 NULL
-+v9fs_cached_file_write_39627 v9fs_cached_file_write 0-3 39627 NULL
-+pm8001_ctl_bios_version_show_39628 pm8001_ctl_bios_version_show 0 39628 NULL
-+tua9001_set_params_39630 tua9001_set_params 0 39630 NULL
-+devfreq_performance_func_39632 devfreq_performance_func 0 39632 NULL
-+create_srq_kernel_39636 create_srq_kernel 4 39636 NULL
-+pdacf_suspend_39638 pdacf_suspend 0 39638 NULL
-+pin_2_irq_39639 pin_2_irq 3 39639 NULL nohasharray
-+fm_send_cmd_39639 fm_send_cmd 5-0 39639 &pin_2_irq_39639
-+show_change_ack_39644 show_change_ack 0 39644 NULL
-+dm_exception_table_init_39645 dm_exception_table_init 2 39645 NULL nohasharray
-+set_dev_class_39645 set_dev_class 4 39645 &dm_exception_table_init_39645
-+adt7410_i2c_read_byte_39647 adt7410_i2c_read_byte 0 39647 NULL nohasharray
-+jbd2_journal_file_inode_39647 jbd2_journal_file_inode 0 39647 &adt7410_i2c_read_byte_39647
-+afg_show_39651 afg_show 0 39651 NULL
-+snd_rme32_capture_copy_39653 snd_rme32_capture_copy 5 39653 NULL
-+prism2_info_hostscanresults_39657 prism2_info_hostscanresults 3 39657 NULL
-+pfkey_sockaddr_size_39661 pfkey_sockaddr_size 0 39661 NULL nohasharray
-+ext4_readpage_inline_39661 ext4_readpage_inline 0 39661 &pfkey_sockaddr_size_39661 nohasharray
-+vxge_ethtool_get_sset_count_39661 vxge_ethtool_get_sset_count 0 39661 &ext4_readpage_inline_39661
-+function_show_39663 function_show 0 39663 NULL
-+show_pma_counter_39665 show_pma_counter 0 39665 NULL
-+kvm_read_guest_cached_39666 kvm_read_guest_cached 4 39666 NULL
-+read_39668 read 0 39668 NULL
-+__bch_cached_dev_show_39669 __bch_cached_dev_show 0 39669 NULL
-+__dev_alloc_name_39670 __dev_alloc_name 0 39670 NULL
-+v4l_stk_read_39672 v4l_stk_read 3-0 39672 NULL
-+ocfs2_xattr_user_list_39673 ocfs2_xattr_user_list 0-5 39673 NULL
-+do_surface_dirty_sou_39678 do_surface_dirty_sou 7 39678 NULL
-+bonding_show_ad_num_ports_39680 bonding_show_ad_num_ports 0 39680 NULL
-+d_protocols_show_39682 d_protocols_show 0 39682 NULL
-+qlcnic_set_nic_info_39684 qlcnic_set_nic_info 0 39684 NULL
-+pwm_export_store_39686 pwm_export_store 0-4 39686 NULL
-+set_in_min1_39689 set_in_min1 0-4 39689 NULL nohasharray
-+ixgbe_get_regs_len_39689 ixgbe_get_regs_len 0 39689 &set_in_min1_39689
-+elan_smbus_calibrate_result_39692 elan_smbus_calibrate_result 0 39692 NULL
-+xenbus_write_watch_39700 xenbus_write_watch 0 39700 NULL
-+sd_completed_bytes_39705 sd_completed_bytes 0 39705 NULL
-+ftrace_pid_write_39710 ftrace_pid_write 3 39710 NULL
-+hfs_write_inode_39715 hfs_write_inode 0 39715 NULL
-+snd_rme9652_reset_39721 snd_rme9652_reset 0 39721 NULL
-+nfqnl_rcv_nl_event_39732 nfqnl_rcv_nl_event 0 39732 NULL
-+core_alua_store_trans_delay_msecs_39733 core_alua_store_trans_delay_msecs 0-3 39733 NULL
-+dccp_feat_init_39735 dccp_feat_init 0 39735 NULL
-+usb2_lpm_besl_show_39740 usb2_lpm_besl_show 0 39740 NULL
-+srp_change_queue_depth_39742 srp_change_queue_depth 2-0 39742 NULL
-+show_fan_start_output_39743 show_fan_start_output 0 39743 NULL
-+snd_ad1889_playback_prepare_39752 snd_ad1889_playback_prepare 0 39752 NULL nohasharray
-+bInterfaceNumber_show_39752 bInterfaceNumber_show 0 39752 &snd_ad1889_playback_prepare_39752
-+nfs_update_inode_39754 nfs_update_inode 0 39754 NULL
-+amd64_inject_ecc_vector_store_39756 amd64_inject_ecc_vector_store 0-4 39756 NULL
-+ncp_close_file_39761 ncp_close_file 0 39761 NULL
-+show_input_39763 show_input 0 39763 NULL
-+cp210x_set_config_single_39764 cp210x_set_config_single 0 39764 NULL
-+adt7316_spi_multi_read_39765 adt7316_spi_multi_read 3 39765 NULL
-+usb_hcd_map_urb_for_dma_39774 usb_hcd_map_urb_for_dma 0 39774 NULL nohasharray
-+max8998_bulk_write_39774 max8998_bulk_write 0 39774 &usb_hcd_map_urb_for_dma_39774
-+persistent_ram_buffer_map_39776 persistent_ram_buffer_map 1-2 39776 NULL
-+kone_sysfs_show_startup_profile_39780 kone_sysfs_show_startup_profile 0 39780 NULL
-+mxt_fw_version_show_39788 mxt_fw_version_show 0 39788 NULL
-+pm80xx_chip_smp_req_39789 pm80xx_chip_smp_req 0 39789 NULL nohasharray
-+osap_39789 osap 0 39789 &pm80xx_chip_smp_req_39789
-+ocfs2_pages_per_cluster_39790 ocfs2_pages_per_cluster 0 39790 NULL
-+patch_ad1988_39795 patch_ad1988 0 39795 NULL
-+moxart_rtc_read_time_39802 moxart_rtc_read_time 0 39802 NULL nohasharray
-+ath10k_station_assoc_39802 ath10k_station_assoc 0 39802 &moxart_rtc_read_time_39802
-+cdce706_reg_update_39804 cdce706_reg_update 0 39804 NULL
-+update_39807 update 0 39807 NULL
-+efivar_data_read_39809 efivar_data_read 0 39809 NULL
-+security_inode_listsecurity_39812 security_inode_listsecurity 0 39812 NULL
-+iscsi_tpg_attrib_show_t10_pi_39814 iscsi_tpg_attrib_show_t10_pi 0 39814 NULL
-+snd_pcm_oss_writev3_39818 snd_pcm_oss_writev3 3 39818 NULL nohasharray
-+ft_wwn_show_39818 ft_wwn_show 0 39818 &snd_pcm_oss_writev3_39818
-+lb_hash_stats_init_39819 lb_hash_stats_init 0 39819 NULL
-+snd_hda_gen_init_39820 snd_hda_gen_init 0 39820 NULL
-+cpu_shares_write_u64_39823 cpu_shares_write_u64 0 39823 NULL
-+sys_migrate_pages_39825 sys_migrate_pages 2 39825 NULL
-+adxl34x_autosleep_store_39827 adxl34x_autosleep_store 0-4 39827 NULL
-+get_priv_size_39828 get_priv_size 0-1 39828 NULL
-+ch341_set_baudrate_39829 ch341_set_baudrate 0 39829 NULL
-+delay_store_39831 delay_store 0-3 39831 NULL
-+sched_write_39833 sched_write 0-3 39833 NULL
-+show_iface_vlan_enabled_39834 show_iface_vlan_enabled 0 39834 NULL
-+hfsplus_btree_write_39838 hfsplus_btree_write 0 39838 NULL
-+f2fs_getattr_39841 f2fs_getattr 0 39841 NULL
-+clear_show_39848 clear_show 0 39848 NULL
-+iio_buffer_store_enable_39852 iio_buffer_store_enable 0-4 39852 NULL nohasharray
-+sriov_numvfs_store_39852 sriov_numvfs_store 0-4 39852 &iio_buffer_store_enable_39852
-+kempld_version_show_39859 kempld_version_show 0 39859 NULL
-+force_bredr_smp_read_39860 force_bredr_smp_read 3-0 39860 NULL
-+e4000_get_if_frequency_39865 e4000_get_if_frequency 0 39865 NULL
-+i7core_inject_show_dimm_39869 i7core_inject_show_dimm 0 39869 NULL
-+isl1208_sysfs_show_dtrim_39870 isl1208_sysfs_show_dtrim 0 39870 NULL
-+pyra_sysfs_read_settings_39871 pyra_sysfs_read_settings 0-5-6 39871 NULL
-+search_by_key_39874 search_by_key 0 39874 NULL
-+m920x_write_39879 m920x_write 0 39879 NULL
-+netlbl_catmap_walkrng_39885 netlbl_catmap_walkrng 0-2 39885 NULL nohasharray
-+smack_netlabel_send_39885 smack_netlabel_send 0 39885 &netlbl_catmap_walkrng_39885
-+iscsi_nacl_attrib_store_random_datain_pdu_offsets_39886 iscsi_nacl_attrib_store_random_datain_pdu_offsets 0-3 39886 NULL
-+pkt_add_39897 pkt_add 3 39897 NULL nohasharray
-+set_temp_low_39897 set_temp_low 0-4 39897 &pkt_add_39897
-+pb0100_set_autogain_39900 pb0100_set_autogain 0 39900 NULL
-+selinux_set_mapping_39901 selinux_set_mapping 0 39901 NULL
-+aic26_keyclick_show_39902 aic26_keyclick_show 0 39902 NULL
-+store_jint_idle_ticks_39905 store_jint_idle_ticks 0-4 39905 NULL
-+kernfs_iop_permission_39907 kernfs_iop_permission 0 39907 NULL
-+read_file_modal_eeprom_39909 read_file_modal_eeprom 3-0 39909 NULL
-+wil_rx_init_39912 wil_rx_init 0 39912 NULL
-+gen_pool_add_virt_39913 gen_pool_add_virt 4 39913 NULL nohasharray
-+ocfs2_control_do_setversion_msg_39913 ocfs2_control_do_setversion_msg 0 39913 &gen_pool_add_virt_39913
-+panic_event_39914 panic_event 0 39914 NULL
-+dw210x_op_rw_39915 dw210x_op_rw 6 39915 NULL nohasharray
-+target_fabric_port_show_attr_alua_tg_pt_status_39915 target_fabric_port_show_attr_alua_tg_pt_status 0 39915 &dw210x_op_rw_39915
-+ath9k_wmi_cmd_issue_39918 ath9k_wmi_cmd_issue 0 39918 NULL
-+aes_encrypt_interrupt_read_39919 aes_encrypt_interrupt_read 3-0 39919 NULL
-+oom_score_adj_read_39921 oom_score_adj_read 3-0 39921 NULL nohasharray
-+exofs_read_kern_39921 exofs_read_kern 6 39921 &oom_score_adj_read_39921
-+store_sf4_temp_39924 store_sf4_temp 0-4 39924 NULL
-+core_id_show_39928 core_id_show 0 39928 NULL nohasharray
-+tse_reglen_39928 tse_reglen 0 39928 &core_id_show_39928
-+_transport_phy_speed_39929 _transport_phy_speed 0 39929 NULL nohasharray
-+set_dec_all_6db_39929 set_dec_all_6db 0-4 39929 &_transport_phy_speed_39929
-+errno_to_pcibios_err_39930 errno_to_pcibios_err 0-1 39930 NULL
-+__spi_async_39932 __spi_async 0 39932 NULL
-+__get_order_39935 __get_order 0 39935 NULL
-+msr_class_cpu_callback_39936 msr_class_cpu_callback 0 39936 NULL
-+tipc_msg_build_39939 tipc_msg_build 4-5-0 39939 NULL
-+erst_exec_goto_39940 erst_exec_goto 0 39940 NULL
-+core_siblings_list_show_39944 core_siblings_list_show 0 39944 NULL
-+ov9640_s_ctrl_39945 ov9640_s_ctrl 0 39945 NULL
-+error_error_frame_read_39947 error_error_frame_read 3-0 39947 NULL nohasharray
-+fwnet_pd_new_39947 fwnet_pd_new 4 39947 &error_error_frame_read_39947 nohasharray
-+mlx4_comm_cmd_wait_39947 mlx4_comm_cmd_wait 0 39947 &fwnet_pd_new_39947
-+usb_get_device_descriptor_39951 usb_get_device_descriptor 0 39951 NULL
-+tty_prepare_flip_string_39955 tty_prepare_flip_string 3 39955 NULL nohasharray
-+lpfc_restrict_login_show_39955 lpfc_restrict_login_show 0 39955 &tty_prepare_flip_string_39955
-+lstcon_group_list_39958 lstcon_group_list 2 39958 NULL
-+bh1770_set_lux_rate_39960 bh1770_set_lux_rate 0-4 39960 NULL
-+bh1770_get_prox_rate_avail_39962 bh1770_get_prox_rate_avail 0 39962 NULL
-+prepare_39963 prepare 0 39963 NULL
-+mv88e6xxx_phy_write_indirect_39966 mv88e6xxx_phy_write_indirect 2 39966 NULL
-+bio_chain_clone_range_39967 bio_chain_clone_range 3 39967 NULL
-+selinux_audit_rule_init_39969 selinux_audit_rule_init 0 39969 NULL
-+fmvj18x_resume_39970 fmvj18x_resume 0 39970 NULL
-+rtl2832_regmap_write_39971 rtl2832_regmap_write 0 39971 NULL
-+dma_push_rx_39973 dma_push_rx 2 39973 NULL
-+vfio_pci_read_39975 vfio_pci_read 0-3 39975 NULL
-+broadsheetfb_write_39976 broadsheetfb_write 3 39976 NULL
-+svc_create_39979 svc_create 0 39979 NULL
-+aer_inject_39984 aer_inject 0 39984 NULL
-+mthca_array_init_39987 mthca_array_init 2 39987 NULL
-+fw_device_op_read_39990 fw_device_op_read 3-0 39990 NULL
-+rtsx_transfer_sglist_adma_39993 rtsx_transfer_sglist_adma 4 39993 NULL
-+con2fb_release_oldinfo_39994 con2fb_release_oldinfo 0 39994 NULL
-+get_setup_data_total_num_39996 get_setup_data_total_num 1 39996 NULL nohasharray
-+s5p_mfc_buf_prepare_39996 s5p_mfc_buf_prepare 0 39996 &get_setup_data_total_num_39996
-+rtl8139_set_mac_address_39998 rtl8139_set_mac_address 0 39998 NULL
-+mtd_oobsize_show_40003 mtd_oobsize_show 0 40003 NULL
-+selinux_socket_post_create_40007 selinux_socket_post_create 0 40007 NULL
-+keyspan_pda_write_room_40009 keyspan_pda_write_room 0 40009 NULL nohasharray
-+_nfs42_proc_fallocate_40009 _nfs42_proc_fallocate 0 40009 &keyspan_pda_write_room_40009
-+cyapa_create_input_dev_40013 cyapa_create_input_dev 0 40013 NULL
-+smb_send_40015 smb_send 0 40015 NULL
-+ks8995_read_40016 ks8995_read 0-4 40016 NULL
-+fm_rx_set_volume_40017 fm_rx_set_volume 0 40017 NULL
-+_truncate_mirrors_40021 _truncate_mirrors 0 40021 NULL
-+ivtvfb_write_40023 ivtvfb_write 3 40023 NULL nohasharray
-+nf_nat_icmpv6_reply_translation_40023 nf_nat_icmpv6_reply_translation 5 40023 &ivtvfb_write_40023 nohasharray
-+snd_intel8x0m_pcm_prepare_40023 snd_intel8x0m_pcm_prepare 0 40023 &nf_nat_icmpv6_reply_translation_40023
-+show_error_40026 show_error 0 40026 NULL
-+ea_foreach_i_40028 ea_foreach_i 0 40028 NULL
-+devcd_data_read_40029 devcd_data_read 0-5-6 40029 NULL
-+datablob_hmac_append_40038 datablob_hmac_append 3 40038 NULL
-+patch_vt1716S_40039 patch_vt1716S 0 40039 NULL
-+cpuidle_show_40041 cpuidle_show 0 40041 NULL
-+regmap_add_irq_chip_40042 regmap_add_irq_chip 4 40042 NULL
-+drv_set_pan_id_40044 drv_set_pan_id 0 40044 NULL
-+wl12xx_acx_set_ba_initiator_policy_40045 wl12xx_acx_set_ba_initiator_policy 0 40045 NULL
-+cyber2000fb_decode_clock_40053 cyber2000fb_decode_clock 0 40053 NULL
-+l2cap_create_iframe_pdu_40055 l2cap_create_iframe_pdu 3 40055 NULL nohasharray
-+add_tty_40055 add_tty 1 40055 &l2cap_create_iframe_pdu_40055 nohasharray
-+__bnx2x_get_preset_regs_len_40055 __bnx2x_get_preset_regs_len 0 40055 &add_tty_40055
-+vpfe_start_streaming_40061 vpfe_start_streaming 0 40061 NULL
-+multicast_snooping_show_40064 multicast_snooping_show 0 40064 NULL
-+bootflag_set_40065 bootflag_set 0-4 40065 NULL
-+wusb_retry_count_store_40066 wusb_retry_count_store 0-4 40066 NULL
-+igb_request_msix_40067 igb_request_msix 0 40067 NULL
-+bql_show_40074 bql_show 0 40074 NULL
-+show_fan_auto_channel_40075 show_fan_auto_channel 0 40075 NULL nohasharray
-+store_tabletToolMode_40075 store_tabletToolMode 0-4 40075 &show_fan_auto_channel_40075
-+wl1251_acx_beacon_filter_table_40079 wl1251_acx_beacon_filter_table 0 40079 NULL
-+nmclan_resume_40081 nmclan_resume 0 40081 NULL
-+iscsi_nacl_param_show_DefaultTime2Retain_40085 iscsi_nacl_param_show_DefaultTime2Retain 0 40085 NULL
-+regcache_lzo_compress_cache_block_40091 regcache_lzo_compress_cache_block 0 40091 NULL
-+uncore_get_attr_cpumask_40093 uncore_get_attr_cpumask 0 40093 NULL
-+ncp_request2_40102 ncp_request2 0 40102 NULL
-+netlink_broadcast_filtered_40105 netlink_broadcast_filtered 0 40105 NULL
-+xfs_rtbuf_get_40107 xfs_rtbuf_get 0 40107 NULL
-+gen_pool_first_fit_40110 gen_pool_first_fit 2-3-4 40110 NULL
-+snd_soc_dapm_new_pcm_40119 snd_soc_dapm_new_pcm 3 40119 NULL
-+sctp_setsockopt_delayed_ack_40129 sctp_setsockopt_delayed_ack 3-0 40129 NULL nohasharray
-+lp3971_i2c_read_40129 lp3971_i2c_read 0 40129 &sctp_setsockopt_delayed_ack_40129 nohasharray
-+cachefiles_daemon_tag_40129 cachefiles_daemon_tag 0 40129 &lp3971_i2c_read_40129
-+dwc2_max_desc_num_40132 dwc2_max_desc_num 0 40132 NULL nohasharray
-+reg_read_range_40132 reg_read_range 4-0 40132 &dwc2_max_desc_num_40132
-+try_assign_dacs_40135 try_assign_dacs 0 40135 NULL
-+niu_set_flow_key_40136 niu_set_flow_key 0 40136 NULL nohasharray
-+config_rss_40136 config_rss 0 40136 &niu_set_flow_key_40136
-+zd_switch_radio_on_40137 zd_switch_radio_on 0 40137 NULL nohasharray
-+simple_playback_init_40137 simple_playback_init 0 40137 &zd_switch_radio_on_40137
-+rx_rx_frame_checksum_read_40140 rx_rx_frame_checksum_read 3-0 40140 NULL
-+inode_killpriv_40142 inode_killpriv 0 40142 NULL
-+ath10k_write_simulate_fw_crash_40143 ath10k_write_simulate_fw_crash 3-0 40143 NULL
-+drm_display_info_set_bus_formats_40148 drm_display_info_set_bus_formats 3 40148 NULL
-+blk_mq_sysfs_show_40149 blk_mq_sysfs_show 0 40149 NULL nohasharray
-+adp8870_bl_l1_daylight_dim_store_40149 adp8870_bl_l1_daylight_dim_store 0-4 40149 &blk_mq_sysfs_show_40149
-+netdev_queue_attr_store_40150 netdev_queue_attr_store 0-4 40150 NULL
-+sysfs_unbind_clocksource_40152 sysfs_unbind_clocksource 4-0 40152 NULL
-+iwch_alloc_fastreg_pbl_40153 iwch_alloc_fastreg_pbl 2 40153 NULL
-+atl1c_up_40154 atl1c_up 0 40154 NULL
-+store_beep_enable_40156 store_beep_enable 0-4 40156 NULL
-+ocfs2_sync_file_40157 ocfs2_sync_file 0 40157 NULL
-+pt_write_40159 pt_write 3-0 40159 NULL
-+ad1988_add_spdif_mux_ctl_40164 ad1988_add_spdif_mux_ctl 0 40164 NULL
-+target_core_dev_pr_attr_show_40169 target_core_dev_pr_attr_show 0 40169 NULL
-+uac_clock_selector_get_val_40180 uac_clock_selector_get_val 0 40180 NULL
-+target_stat_scsi_tgt_port_show_attr_port_index_40183 target_stat_scsi_tgt_port_show_attr_port_index 0 40183 NULL
-+show_40187 show 0 40187 NULL
-+set_fan_div_40190 set_fan_div 0-4 40190 NULL
-+ab3100_otp_locked_show_40192 ab3100_otp_locked_show 0 40192 NULL
-+devnode_find_40199 devnode_find 3-2 40199 NULL nohasharray
-+ipr_alloc_ucode_buffer_40199 ipr_alloc_ucode_buffer 1 40199 &devnode_find_40199
-+allocate_probes_40204 allocate_probes 1 40204 NULL
-+selinux_socket_recvmsg_40208 selinux_socket_recvmsg 0 40208 NULL
-+ecryptfs_inode_newsize_ok_40210 ecryptfs_inode_newsize_ok 0 40210 NULL
-+generic_exec_single_40212 generic_exec_single 0 40212 NULL
-+_nfs4_do_fsinfo_40215 _nfs4_do_fsinfo 0 40215 NULL
-+sync_cached_firmware_buf_40217 sync_cached_firmware_buf 0 40217 NULL
-+i40e_get_sset_count_40218 i40e_get_sset_count 0 40218 NULL
-+max_energy_range_uj_show_40222 max_energy_range_uj_show 0 40222 NULL
-+ocrdma_dbgfs_ops_read_40232 ocrdma_dbgfs_ops_read 3-0 40232 NULL
-+tpacpi_brightness_set_ucmsstep_40234 tpacpi_brightness_set_ucmsstep 0 40234 NULL
-+osst_read_40237 osst_read 3-0 40237 NULL nohasharray
-+lpfc_max_vpi_show_40237 lpfc_max_vpi_show 0 40237 &osst_read_40237
-+adjust_io_40247 adjust_io 0 40247 NULL
-+ocfs2_zero_extend_get_range_40248 ocfs2_zero_extend_get_range 0 40248 NULL
-+fsl_edma_prep_dma_cyclic_40254 fsl_edma_prep_dma_cyclic 4-3 40254 NULL nohasharray
-+of_get_child_count_40254 of_get_child_count 0 40254 &fsl_edma_prep_dma_cyclic_40254
-+bq2415x_sysfs_set_mode_40257 bq2415x_sysfs_set_mode 0-4 40257 NULL
-+vlsi_open_40258 vlsi_open 0 40258 NULL
-+store_led_override_40261 store_led_override 0-3 40261 NULL
-+rs_sta_dbgfs_scale_table_read_40262 rs_sta_dbgfs_scale_table_read 3-0 40262 NULL nohasharray
-+fuse_update_attributes_40262 fuse_update_attributes 0 40262 &rs_sta_dbgfs_scale_table_read_40262
-+persistent_ram_iomap_40264 persistent_ram_iomap 1-2 40264 NULL
-+reiserfs_writepage_40266 reiserfs_writepage 0 40266 NULL
-+mos7840_write_40267 mos7840_write 0-4 40267 NULL
-+reqsk_queue_alloc_40272 reqsk_queue_alloc 0 40272 NULL
-+usbnet_read_cmd_40275 usbnet_read_cmd 7-0 40275 NULL
-+ceph_write_begin_40279 ceph_write_begin 0 40279 NULL
-+carmine_find_mode_40280 carmine_find_mode 0 40280 NULL
-+rx_xfr_hint_trig_read_40283 rx_xfr_hint_trig_read 3-0 40283 NULL nohasharray
-+pcnet_suspend_40283 pcnet_suspend 0 40283 &rx_xfr_hint_trig_read_40283
-+ad7877_dac_store_40285 ad7877_dac_store 0-4 40285 NULL
-+il_dbgfs_ucode_rx_stats_read_40286 il_dbgfs_ucode_rx_stats_read 0-3 40286 NULL
-+ashmem_read_40287 ashmem_read 3 40287 NULL
-+tracing_thresh_read_40295 tracing_thresh_read 3 40295 NULL
-+dn_confirm_accept_40296 dn_confirm_accept 0 40296 NULL nohasharray
-+aat2870_ldo_is_enabled_40296 aat2870_ldo_is_enabled 0 40296 &dn_confirm_accept_40296
-+ncp_statfs_40298 ncp_statfs 0 40298 NULL nohasharray
-+tcp_error_40298 tcp_error 0 40298 &ncp_statfs_40298
-+SyS_bind_40303 SyS_bind 3 40303 NULL
-+ubi_io_write_data_40305 ubi_io_write_data 4-5-0 40305 NULL nohasharray
-+device_online_40305 device_online 0 40305 &ubi_io_write_data_40305
-+mv88e6xxx_phy_page_read_40309 mv88e6xxx_phy_page_read 0 40309 NULL
-+wm8350_rtc_readtime_40313 wm8350_rtc_readtime 0 40313 NULL
-+vlan_device_event_40315 vlan_device_event 0 40315 NULL
-+prepare_40316 prepare 0 40316 NULL
-+ieee80211_vif_use_channel_40318 ieee80211_vif_use_channel 0 40318 NULL
-+store_40327 store 0-3 40327 NULL
-+crypto_ahash_extsize_40328 crypto_ahash_extsize 0 40328 NULL
-+splice_direct_to_actor_40333 splice_direct_to_actor 0 40333 NULL
-+ufs_alloc_lastblock_40334 ufs_alloc_lastblock 0 40334 NULL
-+ib_get_mad_data_offset_40336 ib_get_mad_data_offset 0 40336 NULL nohasharray
-+set_auto_update_interval_40336 set_auto_update_interval 0-4 40336 &ib_get_mad_data_offset_40336
-+mousedev_write_40337 mousedev_write 0-3 40337 NULL
-+ad9523_store_eeprom_40338 ad9523_store_eeprom 0 40338 NULL
-+of_irq_parse_raw_40339 of_irq_parse_raw 0 40339 NULL
-+fm10k_update_xc_addr_pf_40340 fm10k_update_xc_addr_pf 0 40340 NULL
-+sis96x_transaction_40344 sis96x_transaction 0 40344 NULL
-+sha1_ssse3_init_40345 sha1_ssse3_init 0 40345 NULL
-+mantis_i2c_read_40346 mantis_i2c_read 0 40346 NULL nohasharray
-+show_in5_min_40346 show_in5_min 0 40346 &mantis_i2c_read_40346
-+mmio_read_40348 mmio_read 4 40348 NULL
-+store_tabletProgrammableDelay_40354 store_tabletProgrammableDelay 0-4 40354 NULL
-+ocfs2_release_clusters_40355 ocfs2_release_clusters 4 40355 NULL nohasharray
-+ia_proc_read_40355 ia_proc_read 0 40355 &ocfs2_release_clusters_40355
-+store_green_40357 store_green 0-4 40357 NULL
-+llc_ui_getname_40358 llc_ui_getname 0 40358 NULL
-+cifs_stats_proc_write_40361 cifs_stats_proc_write 0-3 40361 NULL
-+patch_stac92hd95_40362 patch_stac92hd95 0 40362 NULL
-+event_rx_mem_empty_read_40363 event_rx_mem_empty_read 3-0 40363 NULL
-+regulator_suspend_disk_mode_show_40365 regulator_suspend_disk_mode_show 0 40365 NULL nohasharray
-+ocfs2_check_range_for_refcount_40365 ocfs2_check_range_for_refcount 0 40365 &regulator_suspend_disk_mode_show_40365
-+single_flag_store_40367 single_flag_store 0-4 40367 NULL
-+__vsock_bind_dgram_40372 __vsock_bind_dgram 0 40372 NULL
-+get_chars_40373 get_chars 3 40373 NULL
-+_vnic_dev_cmd_40377 _vnic_dev_cmd 0 40377 NULL
-+fwnet_incoming_packet_40380 fwnet_incoming_packet 3 40380 NULL
-+adt7x10_update_temp_40381 adt7x10_update_temp 0 40381 NULL nohasharray
-+cmtp_sock_create_40381 cmtp_sock_create 0 40381 &adt7x10_update_temp_40381
-+iscsi_tpg_param_show_MaxRecvDataSegmentLength_40382 iscsi_tpg_param_show_MaxRecvDataSegmentLength 0 40382 NULL
-+edac_device_ctl_poll_msec_show_40385 edac_device_ctl_poll_msec_show 0 40385 NULL
-+mtd_bbtblocks_show_40388 mtd_bbtblocks_show 0 40388 NULL nohasharray
-+rocker_port_ctrl_vlan_term_40388 rocker_port_ctrl_vlan_term 0 40388 &mtd_bbtblocks_show_40388
-+store_selfballoon_uphys_40395 store_selfballoon_uphys 0-4 40395 NULL
-+wl128x_cmd_general_parms_40397 wl128x_cmd_general_parms 0 40397 NULL
-+pcan_usb_start_40408 pcan_usb_start 0 40408 NULL
-+mc13783_gpo_regulator_enable_40414 mc13783_gpo_regulator_enable 0 40414 NULL nohasharray
-+target_core_show_dev_lba_map_40414 target_core_show_dev_lba_map 0 40414 &mc13783_gpo_regulator_enable_40414
-+ecryptfs_read_lower_40419 ecryptfs_read_lower 0-3 40419 NULL
-+qlcnic_alloc_mbx_args_40421 qlcnic_alloc_mbx_args 0 40421 NULL
-+tcn_timer_show_40426 tcn_timer_show 0 40426 NULL
-+jffs2_statfs_40427 jffs2_statfs 0 40427 NULL
-+pinctrl_register_mappings_40428 pinctrl_register_mappings 2 40428 NULL
-+add_jack_kctl_40429 add_jack_kctl 0 40429 NULL
-+proc_write_driver_40432 proc_write_driver 3 40432 NULL
-+megasas_sysfs_show_dbg_lvl_40435 megasas_sysfs_show_dbg_lvl 0 40435 NULL
-+ipoib_set_dev_features_40437 ipoib_set_dev_features 0 40437 NULL
-+goku_udc_start_40440 goku_udc_start 0 40440 NULL nohasharray
-+__nr_hugepages_store_common_40440 __nr_hugepages_store_common 0-5 40440 &goku_udc_start_40440
-+rmd128_update_40445 rmd128_update 0 40445 NULL
-+memcg_cpu_hotplug_callback_40446 memcg_cpu_hotplug_callback 0 40446 NULL
-+i2cdev_attach_adapter_40447 i2cdev_attach_adapter 0 40447 NULL
-+atmel_rmem16_40450 atmel_rmem16 0 40450 NULL nohasharray
-+describe_stats_40450 describe_stats 0 40450 &atmel_rmem16_40450
-+repair_io_failure_40452 repair_io_failure 4-3 40452 NULL
-+go7007_smbus_xfer_40453 go7007_smbus_xfer 0 40453 NULL nohasharray
-+cx18_prepare_buffer_40453 cx18_prepare_buffer 0 40453 &go7007_smbus_xfer_40453 nohasharray
-+smsc75xx_read_reg_40453 smsc75xx_read_reg 0 40453 &cx18_prepare_buffer_40453
-+wlcore_read32_40455 wlcore_read32 0 40455 NULL
-+tomoyo_update_policy_40458 tomoyo_update_policy 2 40458 NULL
-+zd_usb_scnprint_id_40459 zd_usb_scnprint_id 0-3 40459 NULL
-+gp2ap020a00f_write_event_threshold_40461 gp2ap020a00f_write_event_threshold 2-0 40461 NULL
-+ext4_xattr_trusted_list_40463 ext4_xattr_trusted_list 0-5 40463 NULL
-+SyS_writev_40467 SyS_writev 3 40467 NULL
-+visor_open_40470 visor_open 0 40470 NULL
-+SyS_select_40473 SyS_select 1 40473 NULL
-+postdisable_40478 postdisable 0 40478 NULL
-+show_ipv6_iface_flow_label_40483 show_ipv6_iface_flow_label 0 40483 NULL
-+read_usmargin_40485 read_usmargin 0 40485 NULL
-+batadv_hash_new_40491 batadv_hash_new 1 40491 NULL
-+devcgroup_inode_permission_40492 devcgroup_inode_permission 0 40492 NULL nohasharray
-+show_spread_40492 show_spread 0 40492 &devcgroup_inode_permission_40492
-+__cpufreq_stats_create_table_40494 __cpufreq_stats_create_table 0 40494 NULL
-+tty_write_room_40495 tty_write_room 0 40495 NULL
-+show_dock_40500 show_dock 0 40500 NULL nohasharray
-+mtu_store_40500 mtu_store 4-0 40500 &show_dock_40500 nohasharray
-+bond_option_use_carrier_set_40500 bond_option_use_carrier_set 0 40500 &mtu_store_40500
-+qlcnic_83xx_get_pci_info_40503 qlcnic_83xx_get_pci_info 0 40503 NULL
-+epp_write_data_40504 epp_write_data 0 40504 NULL nohasharray
-+pcistub_device_id_add_40504 pcistub_device_id_add 0 40504 &epp_write_data_40504
-+shash_final_unaligned_40506 shash_final_unaligned 0 40506 NULL
-+sg_phys_40507 sg_phys 0 40507 NULL nohasharray
-+pcxhr_send_msg_40507 pcxhr_send_msg 0 40507 &sg_phys_40507
-+xfs_iread_extents_40510 xfs_iread_extents 0 40510 NULL
-+__ethtool_get_sset_count_40511 __ethtool_get_sset_count 0 40511 NULL
-+pasid_show_40513 pasid_show 0 40513 NULL nohasharray
-+show_remote_mac_40513 show_remote_mac 0 40513 &pasid_show_40513
-+hdaps_readb_one_40514 hdaps_readb_one 0 40514 NULL
-+host_show_transport_mode_40515 host_show_transport_mode 0 40515 NULL
-+phy_ethtool_sset_40518 phy_ethtool_sset 0 40518 NULL
-+serial8250_get_attr_rx_trig_bytes_40520 serial8250_get_attr_rx_trig_bytes 0 40520 NULL nohasharray
-+TSS_checkhmac2_40520 TSS_checkhmac2 0 40520 &serial8250_get_attr_rx_trig_bytes_40520 nohasharray
-+genlmsg_multicast_netns_40520 genlmsg_multicast_netns 0 40520 &TSS_checkhmac2_40520
-+temp1_input_show_40525 temp1_input_show 0 40525 NULL nohasharray
-+slab_mem_going_offline_callback_40525 slab_mem_going_offline_callback 0 40525 &temp1_input_show_40525
-+ad7923_update_scan_mode_40529 ad7923_update_scan_mode 0 40529 NULL
-+ims_pcu_reset_device_40532 ims_pcu_reset_device 0-4 40532 NULL
-+ubifs_listxattr_40536 ubifs_listxattr 0-3 40536 NULL
-+ixgbe_dbg_reg_ops_read_40540 ixgbe_dbg_reg_ops_read 3-0 40540 NULL
-+gfs2_write_inode_40541 gfs2_write_inode 0 40541 NULL
-+clk_gpio_gate_enable_40543 clk_gpio_gate_enable 0 40543 NULL
-+uwb_get_status_40546 uwb_get_status 0 40546 NULL
-+ima_write_policy_40548 ima_write_policy 3-0 40548 NULL
-+qlcnic_sysfs_clear_port_stats_40549 qlcnic_sysfs_clear_port_stats 0-6-5 40549 NULL
-+store_private_fcoe_ctlr_fcf_dev_loss_tmo_40550 store_private_fcoe_ctlr_fcf_dev_loss_tmo 0-4 40550 NULL
-+pnp_assign_mem_40555 pnp_assign_mem 0 40555 NULL
-+solo_dma_vin_region_40556 solo_dma_vin_region 0 40556 NULL nohasharray
-+nouveau_hwmon_set_pwm1_min_40556 nouveau_hwmon_set_pwm1_min 0-4 40556 &solo_dma_vin_region_40556
-+cachefiles_daemon_dir_40557 cachefiles_daemon_dir 0 40557 NULL
-+esp_alloc_tmp_40558 esp_alloc_tmp 2-3 40558 NULL nohasharray
-+mt9t031_s_fmt_40558 mt9t031_s_fmt 0 40558 &esp_alloc_tmp_40558
-+ufs_inode_getfrag_40560 ufs_inode_getfrag 2-4 40560 NULL nohasharray
-+dev_pm_qos_update_request_40560 dev_pm_qos_update_request 0 40560 &ufs_inode_getfrag_40560
-+pio_read_40561 pio_read 6-0-5 40561 NULL
-+rocker_flow_tbl_bridge_40563 rocker_flow_tbl_bridge 0 40563 NULL
-+queue_io_opt_show_40565 queue_io_opt_show 0 40565 NULL
-+ufx_reg_read_40567 ufx_reg_read 0 40567 NULL
-+isdn_tty_write_room_40568 isdn_tty_write_room 0 40568 NULL
-+bl_alloc_init_bio_40569 bl_alloc_init_bio 1 40569 NULL
-+eurwdt_notify_sys_40577 eurwdt_notify_sys 0 40577 NULL
-+lba_to_map_index_40580 lba_to_map_index 0-1 40580 NULL
-+ssb_pci_xtal_40581 ssb_pci_xtal 0 40581 NULL
-+nilfs_segctor_current_seg_sequence_show_40582 nilfs_segctor_current_seg_sequence_show 0 40582 NULL
-+tps6105x_regulator_disable_40589 tps6105x_regulator_disable 0 40589 NULL
-+nvkm_clk_create__40592 nvkm_clk_create_ 8 40592 NULL
-+b1_get_byte_40597 b1_get_byte 0 40597 NULL
-+skge_rx_get_40598 skge_rx_get 3 40598 NULL
-+reshape_position_show_40599 reshape_position_show 0 40599 NULL
-+irda_usb_net_open_40605 irda_usb_net_open 0 40605 NULL
-+vpe_s_ctrl_40610 vpe_s_ctrl 0 40610 NULL
-+get_priv_descr_and_size_40612 get_priv_descr_and_size 0 40612 NULL
-+ixgbe_setup_tx_resources_40613 ixgbe_setup_tx_resources 0 40613 NULL
-+max8998_read_reg_40615 max8998_read_reg 0 40615 NULL
-+nfs_wb_page_40622 nfs_wb_page 0 40622 NULL
-+cdc_mbim_manage_power_40625 cdc_mbim_manage_power 0 40625 NULL
-+show_class_attr_string_40632 show_class_attr_string 0 40632 NULL
-+da9052_adc_read_temp_40635 da9052_adc_read_temp 0 40635 NULL
-+sctp_cmd_process_init_40637 sctp_cmd_process_init 0 40637 NULL nohasharray
-+rsbtbl_size_write_40637 rsbtbl_size_write 3-0 40637 &sctp_cmd_process_init_40637
-+attr_release_to_select_store_tpkbd_40642 attr_release_to_select_store_tpkbd 0-4 40642 NULL
-+read_40652 read 0 40652 NULL
-+show_counter_rx_bad_formats_40653 show_counter_rx_bad_formats 0 40653 NULL
-+get_rss_table_size_40660 get_rss_table_size 0 40660 NULL nohasharray
-+i2cdev_detach_adapter_40660 i2cdev_detach_adapter 0 40660 &get_rss_table_size_40660
-+twl4030_kpwrite_u8_40665 twl4030_kpwrite_u8 3 40665 NULL
-+get_a_bus_req_40666 get_a_bus_req 0 40666 NULL
-+usb_set_interface_40669 usb_set_interface 0 40669 NULL
-+sco_sock_listen_40670 sco_sock_listen 0 40670 NULL
-+pipeline_rx_complete_stat_fifo_int_read_40671 pipeline_rx_complete_stat_fifo_int_read 3-0 40671 NULL
-+fops_read_40672 fops_read 3-0 40672 NULL
-+snd_rme9652_channel_info_40673 snd_rme9652_channel_info 0 40673 NULL nohasharray
-+ext4_mark_inode_dirty_40673 ext4_mark_inode_dirty 0 40673 &snd_rme9652_channel_info_40673
-+idr_get_empty_slot_40674 idr_get_empty_slot 0 40674 NULL
-+videobuf_dma_init_user_locked_40678 videobuf_dma_init_user_locked 4-3-0 40678 NULL nohasharray
-+tps80031_write_40678 tps80031_write 0 40678 &videobuf_dma_init_user_locked_40678
-+affs_writepage_40679 affs_writepage 0 40679 NULL
-+pci_enable_resources_40680 pci_enable_resources 0 40680 NULL
-+if_write_room_40681 if_write_room 0 40681 NULL
-+tc589_suspend_40684 tc589_suspend 0 40684 NULL
-+goldfish_pipe_write_40686 goldfish_pipe_write 0-3 40686 NULL
-+regulator_enable_40689 regulator_enable 0 40689 NULL
-+nfc_hci_set_param_40697 nfc_hci_set_param 5 40697 NULL
-+vfio_pci_config_rw_40698 vfio_pci_config_rw 0 40698 NULL
-+__seq_open_private_40715 __seq_open_private 3 40715 NULL
-+create_image_40716 create_image 0 40716 NULL
-+tg3_test_interrupt_40717 tg3_test_interrupt 0 40717 NULL
-+ip_skb_dst_mtu_40718 ip_skb_dst_mtu 0 40718 NULL
-+set_extent_bit_40719 set_extent_bit 0 40719 NULL nohasharray
-+uri_store_40719 uri_store 0 40719 &set_extent_bit_40719
-+nilfs_bmap_lookup_at_level_40724 nilfs_bmap_lookup_at_level 0 40724 NULL
-+tipc_node_get_mtu_40725 tipc_node_get_mtu 0 40725 NULL
-+raw_disconnect_40726 raw_disconnect 0 40726 NULL
-+adt7410_i2c_write_word_40731 adt7410_i2c_write_word 0 40731 NULL
-+of_pdt_build_one_prop_40735 of_pdt_build_one_prop 5 40735 NULL
-+fuse_readpages_40737 fuse_readpages 4 40737 NULL
-+iscsi_host_get_param_40741 iscsi_host_get_param 0 40741 NULL
-+radeon_ttm_vram_read_40743 radeon_ttm_vram_read 0-3 40743 NULL
-+xfs_iext_remove_direct_40744 xfs_iext_remove_direct 3 40744 NULL
-+acpi_ps_get_next_arg_40745 acpi_ps_get_next_arg 0 40745 NULL nohasharray
-+fm_rx_set_rds_mode_40745 fm_rx_set_rds_mode 0 40745 &acpi_ps_get_next_arg_40745 nohasharray
-+gadget_config_desc_MaxPower_store_40745 gadget_config_desc_MaxPower_store 0-3 40745 &fm_rx_set_rds_mode_40745
-+sysfs_list_show_40747 sysfs_list_show 0 40747 NULL
-+write_behind_check_40749 write_behind_check 0 40749 NULL
-+security_inode_listxattr_40752 security_inode_listxattr 0 40752 NULL
-+drv_add_interface_40758 drv_add_interface 0 40758 NULL
-+get_temp_alarm_40761 get_temp_alarm 0 40761 NULL
-+direct_access_40765 direct_access 0 40765 NULL
-+pg_write_40766 pg_write 3-0 40766 NULL
-+__elevator_change_40769 __elevator_change 0 40769 NULL
-+kernfs_fop_read_40770 kernfs_fop_read 3-0 40770 NULL
-+fcoe_ctlr_create_store_40772 fcoe_ctlr_create_store 0-3 40772 NULL
-+show_bitmask_40774 show_bitmask 0 40774 NULL
-+show_list_40775 show_list 3-0 40775 NULL
-+acpi_ps_next_parse_state_40776 acpi_ps_next_parse_state 0-3 40776 NULL
-+store_gamma_curve_40779 store_gamma_curve 4 40779 NULL
-+ipv4_helper_40780 ipv4_helper 0 40780 NULL nohasharray
-+roccat_common2_sysfs_write_keys_extra_40780 roccat_common2_sysfs_write_keys_extra 0-6-5 40780 &ipv4_helper_40780
-+tps65217_pmic_disable_40783 tps65217_pmic_disable 0 40783 NULL
-+gfs2_recover_journal_40784 gfs2_recover_journal 0 40784 NULL
-+qlcnic_sriov_pf_cfg_eswitch_40785 qlcnic_sriov_pf_cfg_eswitch 0 40785 NULL
-+iscsi_tpg_auth_store_password_40788 iscsi_tpg_auth_store_password 0-3 40788 NULL
-+show_nfreectxts_40789 show_nfreectxts 0 40789 NULL nohasharray
-+mxt_wait_for_completion_40789 mxt_wait_for_completion 0 40789 &show_nfreectxts_40789
-+bitmap_weight_40791 bitmap_weight 0 40791 NULL
-+mls_range_set_40792 mls_range_set 0 40792 NULL
-+bonding_show_ad_actor_key_40793 bonding_show_ad_actor_key 0 40793 NULL
-+pyra_sysfs_read_40795 pyra_sysfs_read 6-0 40795 NULL
-+wusb_dev_update_address_40797 wusb_dev_update_address 0 40797 NULL
-+amradio_send_cmd_40800 amradio_send_cmd 0 40800 NULL
-+hci_sock_create_40801 hci_sock_create 0 40801 NULL nohasharray
-+rtw_add_beacon_40801 rtw_add_beacon 5-3 40801 &hci_sock_create_40801
-+arcmsr_attr_host_driver_abort_40803 arcmsr_attr_host_driver_abort 0 40803 NULL nohasharray
-+cifs_sign_smbv_40803 cifs_sign_smbv 0 40803 &arcmsr_attr_host_driver_abort_40803
-+bonding_show_ad_aggregator_40805 bonding_show_ad_aggregator 0 40805 NULL
-+mwifiex_cmd_issue_chan_report_request_40807 mwifiex_cmd_issue_chan_report_request 0 40807 NULL
-+smk_fill_rule_40808 smk_fill_rule 0 40808 NULL
-+assign_out_path_ctls_40810 assign_out_path_ctls 0 40810 NULL
-+netdev_alloc_skb_ip_align_40811 netdev_alloc_skb_ip_align 2 40811 NULL
-+set_therm_crit_40813 set_therm_crit 0-4 40813 NULL
-+nr_device_event_40814 nr_device_event 0 40814 NULL
-+target_stat_scsi_auth_intr_show_attr_indx_40815 target_stat_scsi_auth_intr_show_attr_indx 0 40815 NULL
-+img_pwm_enable_40822 img_pwm_enable 0 40822 NULL
-+show_tcpActiveOpens_40825 show_tcpActiveOpens 0 40825 NULL
-+parport_ieee1284_ecp_write_addr_40826 parport_ieee1284_ecp_write_addr 0 40826 NULL nohasharray
-+perf_read_40826 perf_read 0-3 40826 &parport_ieee1284_ecp_write_addr_40826 nohasharray
-+core_alua_store_access_type_40826 core_alua_store_access_type 0-3 40826 &perf_read_40826
-+digi_write_room_40833 digi_write_room 0 40833 NULL
-+lp3971_dcdc_is_enabled_40836 lp3971_dcdc_is_enabled 0 40836 NULL
-+p2m_timeout_show_40837 p2m_timeout_show 0 40837 NULL nohasharray
-+cyapa_detect_40837 cyapa_detect 0 40837 &p2m_timeout_show_40837
-+kmx61_set_mode_40839 kmx61_set_mode 0 40839 NULL
-+show_in_status_40844 show_in_status 0 40844 NULL nohasharray
-+can_rx_register_40844 can_rx_register 0 40844 &show_in_status_40844
-+test_smp_read_40845 test_smp_read 3 40845 NULL
-+nilfs_mdt_init_40849 nilfs_mdt_init 3 40849 NULL
-+isku_sysfs_write_keys_thumbster_40851 isku_sysfs_write_keys_thumbster 6-0-5 40851 NULL nohasharray
-+udp_lib_setsockopt_40851 udp_lib_setsockopt 0 40851 &isku_sysfs_write_keys_thumbster_40851 nohasharray
-+rndis_opts_qmult_store_40851 rndis_opts_qmult_store 0-3 40851 &udp_lib_setsockopt_40851
-+write_file_wow_40852 write_file_wow 3-0 40852 NULL
-+cxacru_sysfs_show_downstream_fec_errors_40853 cxacru_sysfs_show_downstream_fec_errors 0 40853 NULL
-+validate_negotiate_40854 validate_negotiate 0 40854 NULL
-+cx25840_audio_s_ctrl_40855 cx25840_audio_s_ctrl 0 40855 NULL nohasharray
-+store_match_busid_40855 store_match_busid 0-3 40855 &cx25840_audio_s_ctrl_40855
-+v9fs_file_read_40858 v9fs_file_read 3-0 40858 NULL
-+substream_alloc_pages_40859 substream_alloc_pages 3 40859 NULL
-+__bch_flash_dev_store_40861 __bch_flash_dev_store 0-4 40861 NULL
-+wil_up_40863 wil_up 0 40863 NULL
-+qla2x00_sysfs_write_optrom_ctl_40864 qla2x00_sysfs_write_optrom_ctl 0-6-5 40864 NULL
-+show_priv_session_creator_40866 show_priv_session_creator 0 40866 NULL
-+i7core_inject_eccmask_show_40872 i7core_inject_eccmask_show 0 40872 NULL
-+atomic_add_unless_40873 atomic_add_unless 0 40873 NULL
-+snd_cx88_card_trigger_40885 snd_cx88_card_trigger 0 40885 NULL
-+iwl_mvm_start_fw_dbg_conf_40886 iwl_mvm_start_fw_dbg_conf 0 40886 NULL
-+wl12xx_cmd_build_probe_req_40888 wl12xx_cmd_build_probe_req 6-10-8 40888 NULL
-+init_vbus_channel_40889 init_vbus_channel 1-2 40889 NULL
-+store_global_beep_40893 store_global_beep 0-4 40893 NULL
-+read_file_queue_40895 read_file_queue 3-0 40895 NULL
-+ide_park_show_40896 ide_park_show 0 40896 NULL
-+show_boardversion_40901 show_boardversion 0 40901 NULL
-+waiters_read_40902 waiters_read 3-0 40902 NULL
-+xfs_sync_sb_40903 xfs_sync_sb 0 40903 NULL
-+isdn_add_channels_40905 isdn_add_channels 3 40905 NULL
-+snd_seq_ioctl_get_client_pool_40907 snd_seq_ioctl_get_client_pool 0 40907 NULL
-+acpi_ex_system_wait_mutex_40911 acpi_ex_system_wait_mutex 0 40911 NULL nohasharray
-+store_40911 store 0-3 40911 &acpi_ex_system_wait_mutex_40911
-+su3000_i2c_transfer_40912 su3000_i2c_transfer 0-3 40912 NULL
-+gfs2_ea_find_40913 gfs2_ea_find 0 40913 NULL
-+vol_cdev_write_40915 vol_cdev_write 3-0 40915 NULL
-+ath10k_pci_init_config_40916 ath10k_pci_init_config 0 40916 NULL
-+store_pwm_auto_point_temp_40918 store_pwm_auto_point_temp 0-4 40918 NULL
-+get_40920 get 0 40920 NULL
-+store_indirect_dword_40924 store_indirect_dword 0-4 40924 NULL
-+uwb_rc_cmd_async_40929 uwb_rc_cmd_async 0 40929 NULL
-+show_hrtbt_enb_40930 show_hrtbt_enb 0 40930 NULL nohasharray
-+gpiod_get_raw_value_40930 gpiod_get_raw_value 0 40930 &show_hrtbt_enb_40930
-+wl1273_fm_set_rx_freq_40931 wl1273_fm_set_rx_freq 0 40931 NULL nohasharray
-+store_vrm_40931 store_vrm 0-4 40931 &wl1273_fm_set_rx_freq_40931 nohasharray
-+pccard_store_resource_40931 pccard_store_resource 0-4 40931 &store_vrm_40931
-+gx1fb_check_var_40935 gx1fb_check_var 0 40935 NULL
-+il4965_alloc_dma_ptr_40937 il4965_alloc_dma_ptr 0 40937 NULL
-+adt7x10_set_t_hyst_40939 adt7x10_set_t_hyst 0-4 40939 NULL
-+acpi_ut_copy_ipackage_to_ipackage_40941 acpi_ut_copy_ipackage_to_ipackage 0 40941 NULL
-+snd_vx_create_40948 snd_vx_create 4 40948 NULL
-+path_listxattr_40949 path_listxattr 3 40949 NULL
-+wm8994_free_irq_40951 wm8994_free_irq 2 40951 NULL
-+pf_show_40958 pf_show 0 40958 NULL
-+rs5c_set_alarm_40963 rs5c_set_alarm 0 40963 NULL
-+show_40964 show 0 40964 NULL
-+i7core_show_counter_0_40966 i7core_show_counter_0 0 40966 NULL
-+iscsi_nacl_param_show_DefaultTime2Wait_40974 iscsi_nacl_param_show_DefaultTime2Wait 0 40974 NULL
-+rds_sendmsg_40976 rds_sendmsg 4-0 40976 NULL
-+wl1271_cmd_test_40977 wl1271_cmd_test 0 40977 NULL
-+ima_appraise_measurement_40978 ima_appraise_measurement 6 40978 NULL
-+store_fan_min_40986 store_fan_min 0-4 40986 NULL
-+page_symlink_40989 page_symlink 3 40989 NULL
-+show_status_40990 show_status 0 40990 NULL
-+ixgbe_fcoe_ddp_target_40992 ixgbe_fcoe_ddp_target 4 40992 NULL
-+il_dbgfs_fh_reg_read_40993 il_dbgfs_fh_reg_read 3-0 40993 NULL
-+show_temp_st_40996 show_temp_st 0 40996 NULL
-+store_unicast_flood_40997 store_unicast_flood 0 40997 NULL
-+dp83640_config_init_40998 dp83640_config_init 0 40998 NULL
-+iwl_dbgfs_scan_ant_rxchain_read_40999 iwl_dbgfs_scan_ant_rxchain_read 3-0 40999 NULL
-+c2port_poll_in_busy_41001 c2port_poll_in_busy 0 41001 NULL
-+mac80211_format_buffer_41010 mac80211_format_buffer 2-0 41010 NULL
-+fm10k_get_reta_size_41014 fm10k_get_reta_size 0 41014 NULL
-+mtd_block_isbad_41015 mtd_block_isbad 0 41015 NULL
-+intel_crc_pmic_get_raw_temp_41018 intel_crc_pmic_get_raw_temp 0 41018 NULL nohasharray
-+wl1251_acx_mem_cfg_41018 wl1251_acx_mem_cfg 0 41018 &intel_crc_pmic_get_raw_temp_41018 nohasharray
-+ns83820_setup_rx_41018 ns83820_setup_rx 0 41018 &wl1251_acx_mem_cfg_41018
-+queue_id_show_41020 queue_id_show 0 41020 NULL nohasharray
-+mlx4_en_set_cq_moder_41020 mlx4_en_set_cq_moder 0 41020 &queue_id_show_41020
-+brcmf_net_p2p_open_41022 brcmf_net_p2p_open 0 41022 NULL
-+snd_emux_load_patch_seq_oss_41024 snd_emux_load_patch_seq_oss 0-5 41024 NULL
-+dbg_read_41026 dbg_read 0-3 41026 NULL
-+__proc_dobitmasks_41029 __proc_dobitmasks 5 41029 NULL
-+mt9m111_reg_mask_41030 mt9m111_reg_mask 0 41030 NULL
-+_req_append_segment_41031 _req_append_segment 2-0 41031 NULL
-+netlink_unicast_41033 netlink_unicast 0 41033 NULL
-+get_protocol_stats_41034 get_protocol_stats 0 41034 NULL
-+mISDN_sock_sendmsg_41035 mISDN_sock_sendmsg 4-0 41035 NULL
-+fbcon_event_notify_41037 fbcon_event_notify 0 41037 NULL
-+usb488_interface_capabilities_show_41038 usb488_interface_capabilities_show 0 41038 NULL nohasharray
-+target_stat_scsi_dev_show_attr_ports_41038 target_stat_scsi_dev_show_attr_ports 0 41038 &usb488_interface_capabilities_show_41038
-+ocfs2_xattr_index_block_find_41040 ocfs2_xattr_index_block_find 0 41040 NULL
-+show_touchpad_41043 show_touchpad 0 41043 NULL
-+sk_detach_filter_41050 sk_detach_filter 0 41050 NULL nohasharray
-+lprocfs_write_frac_helper_41050 lprocfs_write_frac_helper 2 41050 &sk_detach_filter_41050
-+mmc_enhanced_area_size_show_41051 mmc_enhanced_area_size_show 0 41051 NULL nohasharray
-+qce_countsg_41051 qce_countsg 0 41051 &mmc_enhanced_area_size_show_41051
-+_send_41053 _send 3 41053 NULL
-+smsc75xx_change_mtu_41054 smsc75xx_change_mtu 0 41054 NULL
-+do_s2io_prog_unicast_41056 do_s2io_prog_unicast 0 41056 NULL
-+show_41059 show 0 41059 NULL
-+snd_pcm_hw_param_max_41060 snd_pcm_hw_param_max 0 41060 NULL
-+vfs_listxattr_41062 vfs_listxattr 0-3 41062 NULL nohasharray
-+beacon_filtering_write_41062 beacon_filtering_write 3-0 41062 &vfs_listxattr_41062
-+qib_manage_rcvq_41064 qib_manage_rcvq 0 41064 NULL
-+ks8995_write_41066 ks8995_write 0-4 41066 NULL
-+recovery_start_show_41070 recovery_start_show 0 41070 NULL nohasharray
-+ims_pcu_ofn_bit_show_41070 ims_pcu_ofn_bit_show 0 41070 &recovery_start_show_41070
-+raw_recvmsg_41073 raw_recvmsg 3 41073 NULL
-+sc_only_mode_read_41076 sc_only_mode_read 3-0 41076 NULL nohasharray
-+usbvision_write_reg_41076 usbvision_write_reg 0 41076 &sc_only_mode_read_41076
-+cfg80211_inform_bss_frame_41078 cfg80211_inform_bss_frame 4 41078 NULL
-+adfs_write_begin_41079 adfs_write_begin 0-3 41079 NULL
-+b43_aphy_op_switch_channel_41083 b43_aphy_op_switch_channel 0 41083 NULL
-+rpm_callback_41084 rpm_callback 0 41084 NULL
-+uart_get_attr_flags_41090 uart_get_attr_flags 0 41090 NULL
-+nvme_map_user_pages_41093 nvme_map_user_pages 4-3 41093 NULL nohasharray
-+roccat_read_41093 roccat_read 3-0 41093 &nvme_map_user_pages_41093 nohasharray
-+sctp_setsockopt_recvnxtinfo_41093 sctp_setsockopt_recvnxtinfo 0 41093 &roccat_read_41093
-+dma_attach_41094 dma_attach 5-6 41094 NULL
-+rcar_vin_videobuf_setup_41096 rcar_vin_videobuf_setup 0 41096 NULL nohasharray
-+target_core_store_dev_control_41096 target_core_store_dev_control 0-3 41096 &rcar_vin_videobuf_setup_41096
-+nvkm_subdev_create__41103 nvkm_subdev_create_ 7 41103 NULL nohasharray
-+velocity_vlan_rx_add_vid_41103 velocity_vlan_rx_add_vid 0 41103 &nvkm_subdev_create__41103
-+device_attr_store_41104 device_attr_store 0-4 41104 NULL
-+provide_user_output_41105 provide_user_output 3-0 41105 NULL
-+show_in_0_41107 show_in_0 0 41107 NULL nohasharray
-+bnx2x_set_pf_tx_switching_41107 bnx2x_set_pf_tx_switching 0 41107 &show_in_0_41107
-+f_audio_buffer_alloc_41110 f_audio_buffer_alloc 1 41110 NULL
-+get_modalias_41111 get_modalias 0 41111 NULL
-+ath10k_read_wmi_services_41112 ath10k_read_wmi_services 3-0 41112 NULL
-+xpc_system_die_41115 xpc_system_die 0 41115 NULL
-+f_set_ib_cfg_41118 f_set_ib_cfg 0 41118 NULL
-+show_fc_vport_node_name_41119 show_fc_vport_node_name 0 41119 NULL
-+cpu_prepare_41128 cpu_prepare 0 41128 NULL
-+thermal_cooling_device_max_state_show_41132 thermal_cooling_device_max_state_show 0 41132 NULL
-+lpfc_issue_reset_41139 lpfc_issue_reset 0-4 41139 NULL
-+qla2x00_optrom_gold_fw_version_show_41144 qla2x00_optrom_gold_fw_version_show 0 41144 NULL
-+ath10k_wmi_tlv_op_gen_bcn_tmpl_41145 ath10k_wmi_tlv_op_gen_bcn_tmpl 8 41145 NULL
-+read_default_nvram_41149 read_default_nvram 0-5-6 41149 NULL
-+vmci_transport_send_read_notification_41152 vmci_transport_send_read_notification 0 41152 NULL
-+uvc_v4l2_read_41156 uvc_v4l2_read 0-3 41156 NULL
-+qib_do_user_init_41158 qib_do_user_init 0 41158 NULL
-+f_late_initreg_41160 f_late_initreg 0 41160 NULL
-+tx_frag_mpdu_alloc_failed_read_41167 tx_frag_mpdu_alloc_failed_read 3-0 41167 NULL
-+ad7314_spi_read_41170 ad7314_spi_read 0 41170 NULL
-+dvb_ca_write_41171 dvb_ca_write 3-0 41171 NULL
-+ol_quota_chunk_block_41177 ol_quota_chunk_block 0-2 41177 NULL nohasharray
-+da9063_rtc_start_alarm_41177 da9063_rtc_start_alarm 0 41177 &ol_quota_chunk_block_41177
-+nilfs_btree_insert_41181 nilfs_btree_insert 0 41181 NULL
-+bonding_show_lacp_41183 bonding_show_lacp 0 41183 NULL
-+zd_write_bssid_41184 zd_write_bssid 0 41184 NULL
-+netif_get_num_default_rss_queues_41187 netif_get_num_default_rss_queues 0 41187 NULL
-+request_irq_41192 request_irq 0 41192 NULL
-+st_sensors_spi_write_byte_41193 st_sensors_spi_write_byte 0 41193 NULL
-+compat_sys_process_vm_writev_41194 compat_sys_process_vm_writev 3-5 41194 NULL
-+dfs_file_write_41196 dfs_file_write 3-0 41196 NULL
-+print_page_owner_41199 print_page_owner 2-0 41199 NULL
-+store_pwm_weight_temp_sel_41204 store_pwm_weight_temp_sel 0-4 41204 NULL
-+xfs_vm_writepages_41205 xfs_vm_writepages 0 41205 NULL
-+koneplus_send_control_41207 koneplus_send_control 0 41207 NULL
-+tun_alloc_skb_41216 tun_alloc_skb 2-3-4 41216 NULL
-+show_bank1_mask_41217 show_bank1_mask 0 41217 NULL
-+udf_pc_to_char_41219 udf_pc_to_char 0 41219 NULL
-+gether_get_dev_addr_41220 gether_get_dev_addr 0 41220 NULL nohasharray
-+gp2ap020a00f_alter_opmode_41220 gp2ap020a00f_alter_opmode 0 41220 &gether_get_dev_addr_41220
-+setup_rss_41225 setup_rss 0 41225 NULL
-+osd_probe_41226 osd_probe 0 41226 NULL
-+create_loopback_mixing_ctl_41229 create_loopback_mixing_ctl 0 41229 NULL
-+CIFSSMBRead_41230 CIFSSMBRead 0 41230 NULL nohasharray
-+kvaser_usb_start_chip_41230 kvaser_usb_start_chip 0 41230 &CIFSSMBRead_41230
-+interf_grp_compatible_id_store_41235 interf_grp_compatible_id_store 0-3 41235 NULL
-+lx_stream_set_format_41241 lx_stream_set_format 0 41241 NULL
-+mcp3422_show_scales_41246 mcp3422_show_scales 0 41246 NULL nohasharray
-+vid_to_reg_41246 vid_to_reg 0-1 41246 &mcp3422_show_scales_41246
-+show_dts_mode_41247 show_dts_mode 0 41247 NULL
-+ext3_journalled_write_end_41248 ext3_journalled_write_end 0-5 41248 NULL
-+get_fan_status_41249 get_fan_status 0 41249 NULL nohasharray
-+send_41249 send 0 41249 &get_fan_status_41249
-+degraded_show_41251 degraded_show 0 41251 NULL nohasharray
-+xfs_zero_last_block_41251 xfs_zero_last_block 2-3-0 41251 &degraded_show_41251
-+wakeup_abort_count_show_41252 wakeup_abort_count_show 0 41252 NULL
-+hiddev_compat_ioctl_41255 hiddev_compat_ioctl 2 41255 NULL
-+carmine_check_var_41256 carmine_check_var 0 41256 NULL
-+show_fnode_password_41259 show_fnode_password 0 41259 NULL
-+erst_read_41260 erst_read 0 41260 NULL
-+he_send_41261 he_send 0 41261 NULL
-+__fprog_create_41263 __fprog_create 2 41263 NULL
-+udf_readpage_41264 udf_readpage 0 41264 NULL
-+qnx4_readpage_41267 qnx4_readpage 0 41267 NULL
-+dm9601_set_mac_address_41274 dm9601_set_mac_address 0 41274 NULL
-+dvb_ca_en50221_io_read_condition_41276 dvb_ca_en50221_io_read_condition 0 41276 NULL nohasharray
-+cyapa_gen3_write_buffer_41276 cyapa_gen3_write_buffer 0 41276 &dvb_ca_en50221_io_read_condition_41276
-+show_dump_regs_41277 show_dump_regs 0 41277 NULL
-+alloc_context_41283 alloc_context 1 41283 NULL
-+i2c_algo_dp_aux_put_byte_41286 i2c_algo_dp_aux_put_byte 0 41286 NULL nohasharray
-+acpi_suspend_begin_old_41286 acpi_suspend_begin_old 0 41286 &i2c_algo_dp_aux_put_byte_41286
-+of_count_phandle_with_args_41291 of_count_phandle_with_args 0 41291 NULL
-+name_show_41292 name_show 0 41292 NULL nohasharray
-+xudc_ep0_queue_41292 xudc_ep0_queue 0 41292 &name_show_41292
-+ivtv_s_stream_vbi_fmt_41294 ivtv_s_stream_vbi_fmt 0 41294 NULL
-+configuration_show_41311 configuration_show 0 41311 NULL
-+dvbsky_i2c_xfer_41318 dvbsky_i2c_xfer 0-3 41318 NULL
-+open_41320 open 0 41320 NULL
-+pcan_usb_set_ext_vcc_41324 pcan_usb_set_ext_vcc 0 41324 NULL nohasharray
-+ath10k_debug_get_et_sset_count_41324 ath10k_debug_get_et_sset_count 0 41324 &pcan_usb_set_ext_vcc_41324
-+show_temp_min_hyst_41333 show_temp_min_hyst 0 41333 NULL
-+o2hb_setup_one_bio_41341 o2hb_setup_one_bio 4 41341 NULL
-+virtblk_cache_type_store_41345 virtblk_cache_type_store 0-4 41345 NULL
-+acpi_ec_read_41347 acpi_ec_read 0 41347 NULL
-+roccat_common2_sysfs_write_light_macro_41348 roccat_common2_sysfs_write_light_macro 0-6-5 41348 NULL
-+cnic_init_id_tbl_41354 cnic_init_id_tbl 2 41354 NULL nohasharray
-+show_temp_low_41354 show_temp_low 0 41354 &cnic_init_id_tbl_41354 nohasharray
-+hsit_s_stream_41354 hsit_s_stream 0 41354 &show_temp_low_41354
-+__cfg80211_alloc_vendor_skb_41356 __cfg80211_alloc_vendor_skb 3 41356 NULL
-+jbd2_alloc_41359 jbd2_alloc 1 41359 NULL
-+kovaplus_sysfs_show_actual_cpi_41367 kovaplus_sysfs_show_actual_cpi 0 41367 NULL
-+max16065_show_alarm_41372 max16065_show_alarm 0 41372 NULL nohasharray
-+add_sw_ctl_41372 add_sw_ctl 0 41372 &max16065_show_alarm_41372 nohasharray
-+level_store_41372 level_store 0-4 41372 &add_sw_ctl_41372
-+kmp_init_41373 kmp_init 2 41373 NULL nohasharray
-+__dwc3_gadget_ep_queue_41373 __dwc3_gadget_ep_queue 0 41373 &kmp_init_41373
-+netlink_alloc_large_skb_41375 netlink_alloc_large_skb 1 41375 NULL nohasharray
-+ds1305_get_time_41375 ds1305_get_time 0 41375 &netlink_alloc_large_skb_41375
-+cc2520_start_41387 cc2520_start 0 41387 NULL
-+netdev_switch_parent_id_get_41389 netdev_switch_parent_id_get 0 41389 NULL
-+oiap_41392 oiap 0 41392 NULL nohasharray
-+store_mode_select_41392 store_mode_select 0-4 41392 &oiap_41392
-+via_cputemp_cpu_callback_41395 via_cputemp_cpu_callback 0 41395 NULL
-+audit_rule_init_41396 audit_rule_init 0 41396 NULL
-+pcf8563_get_datetime_41397 pcf8563_get_datetime 0 41397 NULL
-+isr_commands_read_41398 isr_commands_read 3-0 41398 NULL nohasharray
-+fotg210_ep_enable_41398 fotg210_ep_enable 0 41398 &isr_commands_read_41398
-+x1205_rtc_read_time_41400 x1205_rtc_read_time 0 41400 NULL
-+vhci_write_41405 vhci_write 0 41405 NULL
-+sys_flistxattr_41407 sys_flistxattr 3 41407 NULL
-+kernel_client_enqueue_41410 kernel_client_enqueue 0 41410 NULL
-+rx_defrag_decrypt_failed_read_41411 rx_defrag_decrypt_failed_read 3-0 41411 NULL
-+tgr192_update_41412 tgr192_update 0 41412 NULL
-+wm831x_gp_ldo_get_mode_41413 wm831x_gp_ldo_get_mode 0 41413 NULL nohasharray
-+intel_pmu_cpu_prepare_41413 intel_pmu_cpu_prepare 0 41413 &wm831x_gp_ldo_get_mode_41413
-+therm_throt_device_show_core_power_limit_count_41415 therm_throt_device_show_core_power_limit_count 0 41415 NULL
-+nilfs_bmap_lookup_41420 nilfs_bmap_lookup 0 41420 NULL
-+xfs_iext_add_41422 xfs_iext_add 3 41422 NULL
-+security_listxattr_41423 security_listxattr 0-5 41423 NULL
-+write_grsec_handler_41424 write_grsec_handler 0-3 41424 NULL
-+anatop_regmap_is_enabled_41425 anatop_regmap_is_enabled 0 41425 NULL nohasharray
-+hostap_cs_resume_41425 hostap_cs_resume 0 41425 &anatop_regmap_is_enabled_41425
-+isdn_ppp_fill_rq_41428 isdn_ppp_fill_rq 2 41428 NULL
-+ato_show_41430 ato_show 0 41430 NULL nohasharray
-+show_41430 show 0 41430 &ato_show_41430
-+lbs_rdrf_read_41431 lbs_rdrf_read 3-0 41431 NULL nohasharray
-+uli526x_open_41431 uli526x_open 0 41431 &lbs_rdrf_read_41431
-+__uncore_filter_tid2_show_41433 __uncore_filter_tid2_show 0 41433 NULL
-+netxen_show_bridged_mode_41436 netxen_show_bridged_mode 0 41436 NULL
-+vivid_radio_tx_s_ctrl_41437 vivid_radio_tx_s_ctrl 0 41437 NULL
-+_ctl_diag_trigger_scsi_store_41438 _ctl_diag_trigger_scsi_store 0-4 41438 NULL
-+iio_device_alloc_41440 iio_device_alloc 1 41440 NULL
-+ntfs_file_buffered_write_41442 ntfs_file_buffered_write 6-4-0 41442 NULL
-+pcpu_build_alloc_info_41443 pcpu_build_alloc_info 3-2-1 41443 NULL nohasharray
-+idtoname_parse_41443 idtoname_parse 0 41443 &pcpu_build_alloc_info_41443
-+tg3_get_sset_count_41447 tg3_get_sset_count 0 41447 NULL
-+CalcNTLMv2_response_41449 CalcNTLMv2_response 0 41449 NULL
-+nct7802_write_voltage_41451 nct7802_write_voltage 0 41451 NULL
-+CIFSTCon_41455 CIFSTCon 0 41455 NULL
-+layout_leb_in_gaps_41470 layout_leb_in_gaps 0 41470 NULL
-+get_swap_writer_41471 get_swap_writer 0 41471 NULL
-+rt2x00debug_write_rfcsr_41473 rt2x00debug_write_rfcsr 3-0 41473 NULL
-+sha384_final_41475 sha384_final 0 41475 NULL nohasharray
-+run_41475 run 0 41475 &sha384_final_41475
-+show_in16_max_41478 show_in16_max 0 41478 NULL
-+roccat_common2_sysfs_write_actual_profile_41480 roccat_common2_sysfs_write_actual_profile 0-6-5 41480 NULL
-+dev_rescan_store_41481 dev_rescan_store 0-4 41481 NULL
-+rndis_proc_write_41483 rndis_proc_write 0-3 41483 NULL nohasharray
-+udc_bind_to_driver_41483 udc_bind_to_driver 0 41483 &rndis_proc_write_41483
-+rocker_port_fwd_enable_41484 rocker_port_fwd_enable 0 41484 NULL
-+ip1001_config_init_41490 ip1001_config_init 0 41490 NULL
-+wep_interrupt_read_41492 wep_interrupt_read 3-0 41492 NULL
-+btrfs_setsize_41495 btrfs_setsize 0 41495 NULL
-+wdack_store_41496 wdack_store 0-3 41496 NULL
-+hpfs_translate_name_41497 hpfs_translate_name 3 41497 NULL
-+intel_iommu_memory_notifier_41501 intel_iommu_memory_notifier 0 41501 NULL
-+mwifiex_set_keyparamset_wep_41502 mwifiex_set_keyparamset_wep 0 41502 NULL
-+ab3100_otp_svn_show_41503 ab3100_otp_svn_show 0 41503 NULL
-+ath10k_wmi_start_scan_tlvs_len_41504 ath10k_wmi_start_scan_tlvs_len 0 41504 NULL
-+usb_device_dump_41505 usb_device_dump 0 41505 NULL nohasharray
-+set_pwm_freq_41505 set_pwm_freq 0-4 41505 &usb_device_dump_41505
-+ltc4261_show_bool_41508 ltc4261_show_bool 0 41508 NULL
-+map_type_show_41511 map_type_show 0 41511 NULL
-+sha512_final_41515 sha512_final 0 41515 NULL
-+ldisc_receive_41516 ldisc_receive 4 41516 NULL
-+ab3100_rtc_set_alarm_41519 ab3100_rtc_set_alarm 0 41519 NULL
-+SyS_preadv_41523 SyS_preadv 3 41523 NULL nohasharray
-+snd_ensoniq_playback1_prepare_41523 snd_ensoniq_playback1_prepare 0 41523 &SyS_preadv_41523
-+em28xx_is_ac97_ready_41524 em28xx_is_ac97_ready 0 41524 NULL nohasharray
-+target_fabric_nacl_attrib_attr_show_41524 target_fabric_nacl_attrib_attr_show 0 41524 &em28xx_is_ac97_ready_41524
-+dm_get_reserved_rq_based_ios_41529 dm_get_reserved_rq_based_ios 0 41529 NULL
-+o2cb_dlm_lock_41530 o2cb_dlm_lock 0 41530 NULL
-+do_commit_41533 do_commit 0 41533 NULL
-+brcmf_flowring_attach_41534 brcmf_flowring_attach 2 41534 NULL
-+tpacpi_rfk_sysfs_enable_show_41535 tpacpi_rfk_sysfs_enable_show 0 41535 NULL
-+kovaplus_set_actual_profile_41541 kovaplus_set_actual_profile 0 41541 NULL
-+pcistub_device_id_remove_41544 pcistub_device_id_remove 0 41544 NULL
-+_write_41548 _write 0 41548 NULL
-+attr_press_to_select_show_tpkbd_41551 attr_press_to_select_show_tpkbd 0 41551 NULL
-+tx_tx_frame_checksum_read_41553 tx_tx_frame_checksum_read 3-0 41553 NULL nohasharray
-+build_header_41553 build_header 0 41553 &tx_tx_frame_checksum_read_41553 nohasharray
-+cyapa_gen5_bl_activate_41553 cyapa_gen5_bl_activate 0 41553 &build_header_41553
-+ath6kl_endpoint_stats_read_41554 ath6kl_endpoint_stats_read 3-0 41554 NULL nohasharray
-+mwl8k_conf_tx_41554 mwl8k_conf_tx 0 41554 &ath6kl_endpoint_stats_read_41554
-+edd_show_version_41558 edd_show_version 0 41558 NULL
-+si476x_radio_fops_read_41559 si476x_radio_fops_read 3-0 41559 NULL
-+show_wlan_41563 show_wlan 0 41563 NULL nohasharray
-+show_auto_temp_41563 show_auto_temp 0 41563 &show_wlan_41563
-+patch_cs4210_41565 patch_cs4210 0 41565 NULL
-+mv88e6xxx_get_temp_41568 mv88e6xxx_get_temp 0 41568 NULL nohasharray
-+via_init_41568 via_init 0 41568 &mv88e6xxx_get_temp_41568
-+blinkm_transfer_hw_41571 blinkm_transfer_hw 0 41571 NULL
-+digital_in_send_atr_req_41573 digital_in_send_atr_req 5 41573 NULL nohasharray
-+wl1271_acx_rx_msdu_life_time_41573 wl1271_acx_rx_msdu_life_time 0 41573 &digital_in_send_atr_req_41573
-+pxa168_init_phy_41575 pxa168_init_phy 0 41575 NULL
-+t1_sge_configure_41576 t1_sge_configure 0 41576 NULL
-+ecryptfs_getattr_link_41577 ecryptfs_getattr_link 0 41577 NULL
-+host_show_firmware_revision_41578 host_show_firmware_revision 0 41578 NULL
-+kovaplus_sysfs_write_profile_settings_41580 kovaplus_sysfs_write_profile_settings 0-6-5 41580 NULL
-+rng_dev_read_41581 rng_dev_read 3-0 41581 NULL nohasharray
-+wl12xx_sdio_raw_write_41581 wl12xx_sdio_raw_write 0 41581 &rng_dev_read_41581
-+bnx2x_vfpf_init_41583 bnx2x_vfpf_init 0 41583 NULL
-+security_task_setnice_41584 security_task_setnice 0 41584 NULL nohasharray
-+mv88e6xxx_wait_41584 mv88e6xxx_wait 0 41584 &security_task_setnice_41584
-+nfsd_readv_41585 nfsd_readv 4 41585 NULL
-+drbd_send_command_41586 drbd_send_command 4-6 41586 NULL
-+batadv_tvlv_container_ogm_append_41588 batadv_tvlv_container_ogm_append 4 41588 NULL
-+qlcnic_sysfs_read_pm_config_41590 qlcnic_sysfs_read_pm_config 0-6-5 41590 NULL nohasharray
-+__snd_device_register_41590 __snd_device_register 0 41590 &qlcnic_sysfs_read_pm_config_41590
-+wdt_read_41601 wdt_read 0-3 41601 NULL
-+show_name_41603 show_name 0 41603 NULL nohasharray
-+tps80031_read_41603 tps80031_read 0 41603 &show_name_41603
-+write_port_41612 write_port 0-3 41612 NULL
-+lbs_bcnmiss_write_41613 lbs_bcnmiss_write 3-0 41613 NULL
-+disable_supply_41614 disable_supply 0 41614 NULL
-+a2mp_send_41615 a2mp_send 4 41615 NULL nohasharray
-+twl_rtc_write_u8_41615 twl_rtc_write_u8 0 41615 &a2mp_send_41615 nohasharray
-+arcmsr_attr_host_fw_hd_channels_41615 arcmsr_attr_host_fw_hd_channels 0 41615 &twl_rtc_write_u8_41615 nohasharray
-+iscsi_tpg_auth_store_password_mutual_41615 iscsi_tpg_auth_store_password_mutual 0-3 41615 &arcmsr_attr_host_fw_hd_channels_41615
-+__napi_alloc_skb_41618 __napi_alloc_skb 2 41618 NULL
-+b43_op_add_interface_41619 b43_op_add_interface 0 41619 NULL
-+lstcon_batch_list_41627 lstcon_batch_list 2 41627 NULL
-+ipr_show_adapter_state_41629 ipr_show_adapter_state 0 41629 NULL nohasharray
-+ecm_opts_qmult_store_41629 ecm_opts_qmult_store 0-3 41629 &ipr_show_adapter_state_41629
-+max14577_reg_is_enabled_41633 max14577_reg_is_enabled 0 41633 NULL
-+lpss_ltr_show_41634 lpss_ltr_show 0 41634 NULL
-+setkey_41635 setkey 0 41635 NULL
-+ath10k_wmi_pdev_pktlog_disable_41636 ath10k_wmi_pdev_pktlog_disable 0 41636 NULL
-+lm3533_als_get_int_mode_41638 lm3533_als_get_int_mode 0 41638 NULL
-+lbs_anycast_get_41639 lbs_anycast_get 0 41639 NULL
-+snd_ymfpci_playback_prepare_41641 snd_ymfpci_playback_prepare 0 41641 NULL
-+smsc75xx_set_rx_max_frame_length_41643 smsc75xx_set_rx_max_frame_length 0 41643 NULL
-+show_tabletODMCode_41644 show_tabletODMCode 0 41644 NULL
-+dev_id_show_41648 dev_id_show 0 41648 NULL nohasharray
-+kempld_specification_show_41648 kempld_specification_show 0 41648 &dev_id_show_41648
-+mempool_create_kmalloc_pool_41650 mempool_create_kmalloc_pool 1 41650 NULL
-+lp3972_ldo_disable_41651 lp3972_ldo_disable 0 41651 NULL
-+rx_rx_pre_complt_read_41653 rx_rx_pre_complt_read 3-0 41653 NULL
-+squashfs_cache_init_41656 squashfs_cache_init 2 41656 NULL nohasharray
-+b_protocols_show_41656 b_protocols_show 0 41656 &squashfs_cache_init_41656
-+kxcjk1013_chip_update_thresholds_41659 kxcjk1013_chip_update_thresholds 0 41659 NULL nohasharray
-+store_in_41659 store_in 0-4 41659 &kxcjk1013_chip_update_thresholds_41659
-+__gpio_get_value_41660 __gpio_get_value 0 41660 NULL
-+isl1208_i2c_get_dtr_41663 isl1208_i2c_get_dtr 0 41663 NULL
-+dimmdev_size_show_41666 dimmdev_size_show 0 41666 NULL
-+init_subports_41674 init_subports 0 41674 NULL
-+set_attr_text_41676 set_attr_text 0-4 41676 NULL
-+ieee80211_if_fmt_bssid_41677 ieee80211_if_fmt_bssid 3 41677 NULL
-+raw_notifier_call_chain_41679 raw_notifier_call_chain 0 41679 NULL
-+cpufv_show_41681 cpufv_show 0 41681 NULL nohasharray
-+ad7887_ring_postdisable_41681 ad7887_ring_postdisable 0 41681 &cpufv_show_41681
-+crc32_pclmul_final_41682 crc32_pclmul_final 0 41682 NULL
-+iad_bFirstInterface_show_41684 iad_bFirstInterface_show 0 41684 NULL
-+aac_src_ioremap_41688 aac_src_ioremap 2 41688 NULL
-+lpfc_sg_seg_cnt_show_41690 lpfc_sg_seg_cnt_show 0 41690 NULL
-+lx_pcm_prepare_41692 lx_pcm_prepare 0 41692 NULL
-+resync_start_store_41693 resync_start_store 0-3 41693 NULL
-+ttusb2_i2c_xfer_41694 ttusb2_i2c_xfer 0-3 41694 NULL
-+spdif_passthru_playback_prepare_41696 spdif_passthru_playback_prepare 0 41696 NULL
-+cpu_cfs_quota_write_s64_41698 cpu_cfs_quota_write_s64 0 41698 NULL
-+_recv_41701 _recv 0-3 41701 NULL nohasharray
-+fill_read_buffer_41701 fill_read_buffer 0 41701 &_recv_41701 nohasharray
-+lov_unpackmd_41701 lov_unpackmd 4 41701 &fill_read_buffer_41701
-+target_stat_scsi_auth_intr_show_attr_intr_name_41703 target_stat_scsi_auth_intr_show_attr_intr_name 0 41703 NULL
-+tree_insert_41704 tree_insert 0 41704 NULL
-+__ext3_journal_get_write_access_41705 __ext3_journal_get_write_access 0 41705 NULL nohasharray
-+rocker_port_open_41705 rocker_port_open 0 41705 &__ext3_journal_get_write_access_41705
-+connector_write_41709 connector_write 3-0 41709 NULL
-+read_block_41711 read_block 0 41711 NULL
-+allow_restart_show_41712 allow_restart_show 0 41712 NULL
-+nfs_revalidate_mapping_protected_41716 nfs_revalidate_mapping_protected 0 41716 NULL
-+lowpan_header_create_41717 lowpan_header_create 0 41717 NULL
-+bdx_tx_db_init_41719 bdx_tx_db_init 2 41719 NULL nohasharray
-+store_41719 store 0-4 41719 &bdx_tx_db_init_41719
-+st_fixed_buffer_size_show_41720 st_fixed_buffer_size_show 0 41720 NULL
-+sys_pwritev_41722 sys_pwritev 3 41722 NULL nohasharray
-+remove_device_41722 remove_device 4 41722 &sys_pwritev_41722
-+esas2r_read_fs_41732 esas2r_read_fs 0-3-4 41732 NULL
-+lpphy_b2062_tune_41742 lpphy_b2062_tune 0 41742 NULL
-+arch_add_memory_41743 arch_add_memory 0 41743 NULL
-+snd_seq_ioctl_get_queue_timer_41745 snd_seq_ioctl_get_queue_timer 0 41745 NULL
-+ubiblock_notify_41747 ubiblock_notify 0 41747 NULL
-+show_transport_caps_41753 show_transport_caps 0 41753 NULL
-+show_pwm_freq_41754 show_pwm_freq 0 41754 NULL nohasharray
-+macb_alloc_consistent_41754 macb_alloc_consistent 0 41754 &show_pwm_freq_41754
-+bitmap_load_41755 bitmap_load 0 41755 NULL
-+wcn36xx_dxe_alloc_ctl_blks_41756 wcn36xx_dxe_alloc_ctl_blks 0 41756 NULL
-+uart_get_attr_iomem_reg_shift_41761 uart_get_attr_iomem_reg_shift 0 41761 NULL
-+mvs_task_prep_smp_41766 mvs_task_prep_smp 0 41766 NULL nohasharray
-+zd_rf_init_hw_41766 zd_rf_init_hw 0 41766 &mvs_task_prep_smp_41766
-+nilfs_segctor_next_full_seg_show_41767 nilfs_segctor_next_full_seg_show 0 41767 NULL
-+do_pci_op_41770 do_pci_op 0 41770 NULL nohasharray
-+blk_mq_hw_sysfs_run_show_41770 blk_mq_hw_sysfs_run_show 0 41770 &do_pci_op_41770 nohasharray
-+SyS_bpf_41770 SyS_bpf 3 41770 &blk_mq_hw_sysfs_run_show_41770
-+mmc_sdio_power_restore_41772 mmc_sdio_power_restore 0 41772 NULL
-+brcmf_cfg80211_vndr_cmds_dcmd_handler_41776 brcmf_cfg80211_vndr_cmds_dcmd_handler 4 41776 NULL
-+x25_recvmsg_41793 x25_recvmsg 3 41793 NULL
-+iwl_dbgfs_bt_notif_read_41794 iwl_dbgfs_bt_notif_read 3-0 41794 NULL
-+flash_dev_run_41795 flash_dev_run 0 41795 NULL
-+nilfs_sufile_alloc_41798 nilfs_sufile_alloc 0 41798 NULL
-+hsi_alloc_controller_41802 hsi_alloc_controller 1 41802 NULL nohasharray
-+crypto_shash_update_41802 crypto_shash_update 0 41802 &hsi_alloc_controller_41802
-+show_contrast_41806 show_contrast 0 41806 NULL
-+fat_write_end_41812 fat_write_end 5-0 41812 NULL nohasharray
-+rtw_android_get_macaddr_41812 rtw_android_get_macaddr 0 41812 &fat_write_end_41812
-+da9052_enable_irq_41814 da9052_enable_irq 2 41814 NULL nohasharray
-+input_dev_show_name_41814 input_dev_show_name 0 41814 &da9052_enable_irq_41814
-+sco_send_frame_41815 sco_send_frame 3-0 41815 NULL nohasharray
-+validate_device_41815 validate_device 0 41815 &sco_send_frame_41815
-+ecryptfs_write_begin_41816 ecryptfs_write_begin 0 41816 NULL
-+ov7670_write_i2c_41817 ov7670_write_i2c 0 41817 NULL
-+ocfs2_write_end_41820 ocfs2_write_end 0-5 41820 NULL
-+_ctl_io_delay_show_41822 _ctl_io_delay_show 0 41822 NULL
-+ieee802154_hdr_push_41823 ieee802154_hdr_push 0 41823 NULL
-+show_ipFragFails_41824 show_ipFragFails 0 41824 NULL
-+acpi_device_set_power_41826 acpi_device_set_power 0 41826 NULL
-+kimage_file_alloc_init_41827 kimage_file_alloc_init 5 41827 NULL
-+_i8k_get_temp_41837 _i8k_get_temp 0 41837 NULL
-+test_irq_show_41838 test_irq_show 0 41838 NULL
-+ixgbe_dbg_netdev_ops_read_41839 ixgbe_dbg_netdev_ops_read 3-0 41839 NULL
-+em28xx_read_reg_req_41842 em28xx_read_reg_req 0 41842 NULL nohasharray
-+i40evf_setup_all_rx_resources_41842 i40evf_setup_all_rx_resources 0 41842 &em28xx_read_reg_req_41842
-+int340x_thermal_get_trip_temp_41843 int340x_thermal_get_trip_temp 0 41843 NULL
-+do_ip_setsockopt_41852 do_ip_setsockopt 5-0 41852 NULL
-+tcp_packets_in_flight_41853 tcp_packets_in_flight 0 41853 NULL
-+keyctl_instantiate_key_41855 keyctl_instantiate_key 3 41855 NULL nohasharray
-+unexport_store_41855 unexport_store 0-4 41855 &keyctl_instantiate_key_41855
-+xfs_rtget_summary_41864 xfs_rtget_summary 0 41864 NULL nohasharray
-+hid_sensor_data_rdy_trigger_set_state_41864 hid_sensor_data_rdy_trigger_set_state 0 41864 &xfs_rtget_summary_41864
-+amd_uncore_attr_show_cpumask_41867 amd_uncore_attr_show_cpumask 0 41867 NULL
-+pci_map_single_41869 pci_map_single 0 41869 NULL
-+tg3_init_rings_41872 tg3_init_rings 0 41872 NULL
-+cachefiles_daemon_fstop_41874 cachefiles_daemon_fstop 0 41874 NULL
-+acpi_ut_acquire_mutex_41878 acpi_ut_acquire_mutex 0 41878 NULL nohasharray
-+btrfs_file_write_iter_41878 btrfs_file_write_iter 0 41878 &acpi_ut_acquire_mutex_41878
-+store_nfilters_41883 store_nfilters 4-0 41883 NULL
-+__dev_queue_xmit_41888 __dev_queue_xmit 0 41888 NULL
-+nf_nat_ipv4_out_41891 nf_nat_ipv4_out 0 41891 NULL
-+target_stat_scsi_dev_show_attr_indx_41895 target_stat_scsi_dev_show_attr_indx 0 41895 NULL
-+qla2x00_beacon_store_41899 qla2x00_beacon_store 0-4 41899 NULL
-+snd_cx25821_card_trigger_41908 snd_cx25821_card_trigger 0 41908 NULL
-+mantis_i2c_write_41910 mantis_i2c_write 0 41910 NULL
-+pem_show_bool_41911 pem_show_bool 0 41911 NULL nohasharray
-+bch_cache_store_41911 bch_cache_store 0-4 41911 &pem_show_bool_41911
-+C_SYSC_mq_timedsend_41914 C_SYSC_mq_timedsend 3 41914 NULL nohasharray
-+get_packet_41914 get_packet 3 41914 &C_SYSC_mq_timedsend_41914 nohasharray
-+mem_show_41914 mem_show 0 41914 &get_packet_41914
-+get_fdb_entries_41916 get_fdb_entries 3 41916 NULL
-+build_inv_iotlb_pages_41922 build_inv_iotlb_pages 4-5 41922 NULL
-+show_use_blk_mq_41924 show_use_blk_mq 0 41924 NULL nohasharray
-+ecryptfs_setxattr_41924 ecryptfs_setxattr 0 41924 &show_use_blk_mq_41924 nohasharray
-+mtrr_del_page_41924 mtrr_del_page 0-1 41924 &ecryptfs_setxattr_41924
-+isl1208_rtc_toggle_alarm_41925 isl1208_rtc_toggle_alarm 0 41925 NULL
-+pci_dev_show_local_cpu_41927 pci_dev_show_local_cpu 0 41927 NULL nohasharray
-+qmi_wwan_manage_power_41927 qmi_wwan_manage_power 0 41927 &pci_dev_show_local_cpu_41927
-+em2800_i2c_recv_bytes_41929 em2800_i2c_recv_bytes 0 41929 NULL nohasharray
-+dbg_old_index_check_init_41929 dbg_old_index_check_init 0 41929 &em2800_i2c_recv_bytes_41929
-+txq_init_41933 txq_init 0 41933 NULL
-+vhci_create_device_41934 vhci_create_device 0 41934 NULL
-+ext4_da_write_inline_data_begin_41935 ext4_da_write_inline_data_begin 4-3 41935 NULL
-+i40evf_change_mtu_41943 i40evf_change_mtu 0 41943 NULL
-+sci_rxfill_41945 sci_rxfill 0 41945 NULL
-+read_gssp_41947 read_gssp 3-0 41947 NULL
-+iscsi_iser_recv_41948 iscsi_iser_recv 4 41948 NULL
-+ocfs2_xattr_bucket_get_name_value_41949 ocfs2_xattr_bucket_get_name_value 0 41949 NULL nohasharray
-+smack_inode_permission_41949 smack_inode_permission 0 41949 &ocfs2_xattr_bucket_get_name_value_41949
-+skcipher_alloc_sgl_41956 skcipher_alloc_sgl 0 41956 NULL
-+show_fc_host_fabric_name_41957 show_fc_host_fabric_name 0 41957 NULL
-+portnames_read_41958 portnames_read 3-0 41958 NULL
-+ubi_self_check_all_ff_41959 ubi_self_check_all_ff 4-0 41959 NULL nohasharray
-+pyra_sysfs_read_profilex_buttons_41959 pyra_sysfs_read_profilex_buttons 0-5-6 41959 &ubi_self_check_all_ff_41959
-+show_sched6_41960 show_sched6 0 41960 NULL
-+show_als_41966 show_als 0 41966 NULL nohasharray
-+adis_debugfs_reg_access_41966 adis_debugfs_reg_access 0 41966 &show_als_41966
-+dst_mtu_41969 dst_mtu 0 41969 NULL
-+cx24116_writeregN_41975 cx24116_writeregN 4 41975 NULL
-+write_acpi_int_ret_41977 write_acpi_int_ret 0 41977 NULL
-+ubi_io_is_bad_41983 ubi_io_is_bad 0 41983 NULL
-+xfs_qm_dqalloc_41985 xfs_qm_dqalloc 0 41985 NULL
-+_get_slice_41991 _get_slice 0 41991 NULL
-+ds1685_rtc_sysfs_nvram_read_41993 ds1685_rtc_sysfs_nvram_read 0-5-6 41993 NULL
-+set_temp11_41995 set_temp11 0-4 41995 NULL
-+em28xx_write_regs_41996 em28xx_write_regs 0 41996 NULL
-+xfs_da3_root_join_41997 xfs_da3_root_join 0 41997 NULL
-+be_process_mcc_42002 be_process_mcc 0 42002 NULL
-+keyring_preparse_42005 keyring_preparse 0 42005 NULL
-+wl12xx_acx_mem_cfg_42006 wl12xx_acx_mem_cfg 0 42006 NULL
-+input_print_bitmap_42008 input_print_bitmap 0 42008 NULL
-+pool_allocate_42012 pool_allocate 3 42012 NULL nohasharray
-+af9035_i2c_master_xfer_42012 af9035_i2c_master_xfer 0-3 42012 &pool_allocate_42012 nohasharray
-+fan_set_cur_state_42012 fan_set_cur_state 0 42012 &af9035_i2c_master_xfer_42012
-+spidev_sync_read_42014 spidev_sync_read 0 42014 NULL
-+rs_sta_dbgfs_scale_table_write_42017 rs_sta_dbgfs_scale_table_write 3-0 42017 NULL
-+ath10k_write_nf_cal_period_42019 ath10k_write_nf_cal_period 3-0 42019 NULL
-+sony_pic_fanspeed_show_42021 sony_pic_fanspeed_show 0 42021 NULL
-+create_port0_egr_42027 create_port0_egr 0 42027 NULL
-+acpi_ut_create_buffer_object_42030 acpi_ut_create_buffer_object 1 42030 NULL
-+ql_cam_route_initialize_42031 ql_cam_route_initialize 0 42031 NULL
-+device_get_child_node_count_42032 device_get_child_node_count 0 42032 NULL
-+__hwahc_op_set_gtk_42038 __hwahc_op_set_gtk 4 42038 NULL
-+alloc_trace_kprobe_42041 alloc_trace_kprobe 6 42041 NULL
-+acpi_power_on_42044 acpi_power_on 0 42044 NULL
-+xfs_allocbt_free_block_42045 xfs_allocbt_free_block 0 42045 NULL
-+irda_sendmsg_ultra_42047 irda_sendmsg_ultra 4-0 42047 NULL nohasharray
-+qlcnic_sriov_func_to_index_42047 qlcnic_sriov_func_to_index 0 42047 &irda_sendmsg_ultra_42047
-+jffs2_do_link_42048 jffs2_do_link 6 42048 NULL nohasharray
-+dma_generic_alloc_coherent_42048 dma_generic_alloc_coherent 2 42048 &jffs2_do_link_42048
-+ps_poll_upsd_max_ap_turn_read_42050 ps_poll_upsd_max_ap_turn_read 3-0 42050 NULL nohasharray
-+__uncore_match0_show_42050 __uncore_match0_show 0 42050 &ps_poll_upsd_max_ap_turn_read_42050
-+get_xstats_size_42051 get_xstats_size 0 42051 NULL
-+compat_sys_sendfile_42055 compat_sys_sendfile 4 42055 NULL
-+v9fs_vfs_writepage_42056 v9fs_vfs_writepage 0 42056 NULL
-+iwl_mvm_scan_size_42057 iwl_mvm_scan_size 0 42057 NULL
-+rpipe_aim_42059 rpipe_aim 0 42059 NULL
-+show_tcpAttemptFails_42066 show_tcpAttemptFails 0 42066 NULL nohasharray
-+asix_set_mac_address_42066 asix_set_mac_address 0 42066 &show_tcpAttemptFails_42066
-+bh1770_get_lux_rate_avail_42067 bh1770_get_lux_rate_avail 0 42067 NULL
-+ceph_readpage_from_fscache_42073 ceph_readpage_from_fscache 0 42073 NULL nohasharray
-+store_target_speed_42073 store_target_speed 0-4 42073 &ceph_readpage_from_fscache_42073
-+ql_write_cfg_42074 ql_write_cfg 0 42074 NULL
-+show_conn_param_ISCSI_PARAM_PERSISTENT_PORT_42076 show_conn_param_ISCSI_PARAM_PERSISTENT_PORT 0 42076 NULL
-+named_prepare_buf_42077 named_prepare_buf 3 42077 NULL
-+si4713_powerdown_42078 si4713_powerdown 0 42078 NULL
-+ath10k_ce_init_src_ring_42080 ath10k_ce_init_src_ring 0 42080 NULL
-+SMB2_read_42082 SMB2_read 0 42082 NULL
-+bat1_show_42084 bat1_show 0 42084 NULL
-+alloc_bitset_42085 alloc_bitset 1 42085 NULL
-+scsi_execute_req_42088 scsi_execute_req 5 42088 NULL
-+store_rotate_all_42089 store_rotate_all 0-4 42089 NULL
-+dfx_open_42091 dfx_open 0 42091 NULL
-+sh_eth_reset_42097 sh_eth_reset 0 42097 NULL
-+dlm_release_lockspace_42098 dlm_release_lockspace 0 42098 NULL
-+ext4_sync_file_42100 ext4_sync_file 0 42100 NULL
-+rtc_sysfs_show_wakealarm_42102 rtc_sysfs_show_wakealarm 0 42102 NULL
-+show_bank2_alarm_42104 show_bank2_alarm 0 42104 NULL
-+bcmgenet_init_dma_42105 bcmgenet_init_dma 0 42105 NULL
-+submit_inquiry_42108 submit_inquiry 3 42108 NULL nohasharray
-+brport_store_42108 brport_store 0-4 42108 &submit_inquiry_42108
-+dw_dma_cyclic_prep_42113 dw_dma_cyclic_prep 4-3 42113 NULL
-+ubifs_tnc_read_node_42119 ubifs_tnc_read_node 0 42119 NULL
-+ext4_do_update_inode_42127 ext4_do_update_inode 0 42127 NULL
-+notify_send_init_42129 notify_send_init 0 42129 NULL
-+Read_hfc16_stable_42131 Read_hfc16_stable 0 42131 NULL
-+si476x_core_parse_and_nag_about_error_42136 si476x_core_parse_and_nag_about_error 0 42136 NULL
-+bb_buf_prepare_42137 bb_buf_prepare 0 42137 NULL
-+threads_start_42139 threads_start 0 42139 NULL
-+bq24190_sysfs_show_42146 bq24190_sysfs_show 0 42146 NULL
-+lapb_register_42149 lapb_register 0 42149 NULL nohasharray
-+efx_change_mtu_42149 efx_change_mtu 0 42149 &lapb_register_42149
-+ubifs_lookup_level0_42156 ubifs_lookup_level0 0 42156 NULL
-+iwl_mvm_mac_ctxt_init_42158 iwl_mvm_mac_ctxt_init 0 42158 NULL
-+blk_ioctl_zeroout_42160 blk_ioctl_zeroout 3 42160 NULL
-+mmc_align_data_size_42161 mmc_align_data_size 0-2 42161 NULL nohasharray
-+af9015_i2c_xfer_42161 af9015_i2c_xfer 0-3 42161 &mmc_align_data_size_42161
-+mv_u3d_ep_queue_42164 mv_u3d_ep_queue 0 42164 NULL
-+gadget_strings_serialnumber_store_42166 gadget_strings_serialnumber_store 0-3 42166 NULL
-+ceph_vxattrcb_layout_pool_42167 ceph_vxattrcb_layout_pool 0 42167 NULL nohasharray
-+pps_enable_store_42167 pps_enable_store 0-4 42167 &ceph_vxattrcb_layout_pool_42167 nohasharray
-+store_host_reset_42167 store_host_reset 0-4 42167 &pps_enable_store_42167
-+read_file_base_eeprom_42168 read_file_base_eeprom 3-0 42168 NULL
-+gfs2_statfs_slow_42170 gfs2_statfs_slow 0 42170 NULL
-+iwl_mvm_send_cmd_42173 iwl_mvm_send_cmd 0 42173 NULL nohasharray
-+max8998_ldo_disable_42173 max8998_ldo_disable 0 42173 &iwl_mvm_send_cmd_42173
-+power_restore_42174 power_restore 0 42174 NULL
-+at86rf230_set_lbt_42175 at86rf230_set_lbt 0 42175 NULL
-+shash_finup_unaligned_42176 shash_finup_unaligned 0 42176 NULL
-+oprofilefs_str_to_user_42182 oprofilefs_str_to_user 3-0 42182 NULL
-+dn_dev_bind_default_42183 dn_dev_bind_default 0 42183 NULL
-+show_rc6_mask_42184 show_rc6_mask 0 42184 NULL
-+write_file_beacon_42185 write_file_beacon 3-0 42185 NULL
-+mwifiex_cmd_amsdu_aggr_ctrl_42192 mwifiex_cmd_amsdu_aggr_ctrl 0 42192 NULL
-+reset_slot_42194 reset_slot 0 42194 NULL
-+crc32_pclmul_finup_42200 crc32_pclmul_finup 0 42200 NULL
-+get_znodes_to_commit_42201 get_znodes_to_commit 0 42201 NULL
-+hdlcdrv_open_42202 hdlcdrv_open 0 42202 NULL
-+sprom2hex_42204 sprom2hex 0 42204 NULL
-+v9fs_write_begin_42211 v9fs_write_begin 0 42211 NULL
-+ixgbe_add_mac_filter_42218 ixgbe_add_mac_filter 0 42218 NULL
-+cifs_listxattr_42223 cifs_listxattr 0-3 42223 NULL
-+s35390a_rtc_set_alarm_42224 s35390a_rtc_set_alarm 0 42224 NULL
-+qlge_set_mac_address_42227 qlge_set_mac_address 0 42227 NULL
-+pla_ocp_read_42235 pla_ocp_read 3 42235 NULL nohasharray
-+blockdev_direct_IO_42235 blockdev_direct_IO 0-5 42235 &pla_ocp_read_42235
-+nilfs_segments_blocks_per_segment_show_42237 nilfs_segments_blocks_per_segment_show 0 42237 NULL
-+pci_user_read_config_word_42240 pci_user_read_config_word 0 42240 NULL nohasharray
-+i915_l3_write_42240 i915_l3_write 0-6-5 42240 &pci_user_read_config_word_42240
-+snd_pcm_pre_suspend_42241 snd_pcm_pre_suspend 0 42241 NULL
-+xfs_rtfree_range_42244 xfs_rtfree_range 0 42244 NULL
-+pch_gbe_up_42245 pch_gbe_up 0 42245 NULL
-+store_mlid_42247 store_mlid 0-4 42247 NULL
-+islpci_reset_if_42249 islpci_reset_if 0 42249 NULL
-+usbtv_start_42251 usbtv_start 0 42251 NULL
-+v9fs_vfs_setattr_42252 v9fs_vfs_setattr 0 42252 NULL
-+rx_defrag_need_decrypt_read_42253 rx_defrag_need_decrypt_read 3-0 42253 NULL
-+resources_store_42255 resources_store 0-4 42255 NULL
-+netxen_nic_map_indirect_address_128M_42257 netxen_nic_map_indirect_address_128M 2 42257 NULL nohasharray
-+amd5536_udc_start_42257 amd5536_udc_start 0 42257 &netxen_nic_map_indirect_address_128M_42257
-+find_last_bit_42260 find_last_bit 0-2 42260 NULL
-+show_fc_host_port_name_42264 show_fc_host_port_name 0 42264 NULL
-+ctnetlink_proto_size_42270 ctnetlink_proto_size 0 42270 NULL
-+__pcpu_size_to_slot_42271 __pcpu_size_to_slot 0 42271 NULL
-+__tty_buffer_request_room_42276 __tty_buffer_request_room 2-0 42276 NULL
-+snd_pcm_hw_param_value_max_42280 snd_pcm_hw_param_value_max 0 42280 NULL nohasharray
-+pinctrl_gpio_direction_output_42280 pinctrl_gpio_direction_output 0 42280 &snd_pcm_hw_param_value_max_42280
-+rtnl_link_get_af_size_42296 rtnl_link_get_af_size 0 42296 NULL
-+xadc_preenable_42298 xadc_preenable 0 42298 NULL
-+__cpus_weight_42299 __cpus_weight 0 42299 NULL
-+sel_read_perm_42302 sel_read_perm 3-0 42302 NULL
-+xfs_attr3_leaf_add_work_42303 xfs_attr3_leaf_add_work 0 42303 NULL
-+sctp_setsockopt_del_key_42304 sctp_setsockopt_del_key 3-0 42304 NULL nohasharray
-+ulong_read_file_42304 ulong_read_file 3-0 42304 &sctp_setsockopt_del_key_42304
-+key_payload_reserve_42307 key_payload_reserve 0 42307 NULL
-+xfs_vm_readpages_42308 xfs_vm_readpages 4 42308 NULL
-+sco_sock_getname_42312 sco_sock_getname 0 42312 NULL
-+bnep_sock_create_42314 bnep_sock_create 0 42314 NULL
-+qlcnic_sriov_pf_set_vport_info_42316 qlcnic_sriov_pf_set_vport_info 0 42316 NULL
-+osdname_show_42317 osdname_show 0 42317 NULL
-+max_luns_show_42319 max_luns_show 0 42319 NULL
-+axxia_i2c_xfer_42322 axxia_i2c_xfer 0-3 42322 NULL nohasharray
-+bcm_tx_send_42322 bcm_tx_send 0 42322 &axxia_i2c_xfer_42322
-+hysdn_conf_read_42324 hysdn_conf_read 3 42324 NULL
-+ov772x_g_crop_42326 ov772x_g_crop 0 42326 NULL
-+tcp_sync_mss_42330 tcp_sync_mss 2-0 42330 NULL
-+bh1770_get_lux_thresh_below_42336 bh1770_get_lux_thresh_below 0 42336 NULL
-+snd_pcm_plug_alloc_42339 snd_pcm_plug_alloc 2-0 42339 NULL
-+regulator_state_show_42345 regulator_state_show 0 42345 NULL nohasharray
-+store_42345 store 0-3 42345 &regulator_state_show_42345
-+ipr_store_log_level_42353 ipr_store_log_level 0-4 42353 NULL
-+cit_get_packet_size_42354 cit_get_packet_size 0 42354 NULL
-+ide_raw_taskfile_42355 ide_raw_taskfile 4 42355 NULL
-+mxl5007t_write_regs_42356 mxl5007t_write_regs 0 42356 NULL
-+fuse_file_read_iter_42364 fuse_file_read_iter 0 42364 NULL
-+adp5520_bl_daylight_dim_store_42370 adp5520_bl_daylight_dim_store 0-4 42370 NULL
-+xhci_queue_bulk_tx_42377 xhci_queue_bulk_tx 0 42377 NULL
-+drbd_md_last_sector_42378 drbd_md_last_sector 0 42378 NULL
-+read_time_42381 read_time 0 42381 NULL nohasharray
-+ip_mc_msfilter_42381 ip_mc_msfilter 0 42381 &read_time_42381
-+unregister_gadget_42382 unregister_gadget 0 42382 NULL
-+test_power_get_battery_property_42384 test_power_get_battery_property 0 42384 NULL
-+show_conn_param_ISCSI_PARAM_TCP_TIMER_SCALE_42385 show_conn_param_ISCSI_PARAM_TCP_TIMER_SCALE 0 42385 NULL
-+il_dbgfs_disable_ht40_read_42386 il_dbgfs_disable_ht40_read 3-0 42386 NULL
-+change_queue_depth_42393 change_queue_depth 0 42393 NULL
-+cx25821_start_streaming_42395 cx25821_start_streaming 0 42395 NULL
-+r9701_get_datetime_42402 r9701_get_datetime 0 42402 NULL
-+brcms_ops_add_interface_42403 brcms_ops_add_interface 0 42403 NULL
-+msnd_fifo_read_42406 msnd_fifo_read 0-3 42406 NULL
-+pci_resource_alignment_store_42407 pci_resource_alignment_store 0-3 42407 NULL
-+SYSC_recv_42413 SYSC_recv 3 42413 NULL
-+store_spi_transport_period_helper_42414 store_spi_transport_period_helper 0-3 42414 NULL
-+qlcnic_sriov_prepare_bc_hdr_42416 qlcnic_sriov_prepare_bc_hdr 0 42416 NULL
-+krng_get_random_42420 krng_get_random 3 42420 NULL
-+wm831x_clkout_prepare_42426 wm831x_clkout_prepare 0 42426 NULL
-+ixgbevf_write_posted_mbx_42428 ixgbevf_write_posted_mbx 0 42428 NULL
-+device_read_42432 device_read 0-3 42432 NULL
-+__iio_add_chan_devattr_42434 __iio_add_chan_devattr 0 42434 NULL nohasharray
-+ixgbevf_poll_for_msg_42434 ixgbevf_poll_for_msg 0 42434 &__iio_add_chan_devattr_42434
-+btrfs_nodesize_show_42436 btrfs_nodesize_show 0 42436 NULL
-+gsm_data_alloc_42437 gsm_data_alloc 3 42437 NULL nohasharray
-+cfq_back_seek_penalty_store_42437 cfq_back_seek_penalty_store 3-0 42437 &gsm_data_alloc_42437
-+tusb_musb_set_mode_42439 tusb_musb_set_mode 0 42439 NULL
-+spr_wm_latency_write_42441 spr_wm_latency_write 3-0 42441 NULL
-+do_qib_user_sdma_queue_create_42442 do_qib_user_sdma_queue_create 0 42442 NULL
-+key_conf_keyidx_read_42443 key_conf_keyidx_read 3-0 42443 NULL
-+gpio_direction_input_42445 gpio_direction_input 0 42445 NULL
-+store_42448 store 0 42448 NULL
-+_nfs4_proc_setlk_42449 _nfs4_proc_setlk 0 42449 NULL nohasharray
-+nfs_writepage_setup_42449 nfs_writepage_setup 0 42449 &_nfs4_proc_setlk_42449
-+snd_pcm_action_group_42452 snd_pcm_action_group 0 42452 NULL nohasharray
-+sysfs_compact_node_42452 sysfs_compact_node 0-4 42452 &snd_pcm_action_group_42452
-+__clk_enable_42456 __clk_enable 0 42456 NULL
-+nfc_sock_create_42457 nfc_sock_create 0 42457 NULL
-+ext3_valid_block_bitmap_42459 ext3_valid_block_bitmap 3 42459 NULL
-+show_lcdtype_42462 show_lcdtype 0 42462 NULL
-+show_lid_resume_42464 show_lid_resume 0 42464 NULL
-+strobe_set_42472 strobe_set 0 42472 NULL
-+__simple_xattr_set_42474 __simple_xattr_set 4-0 42474 NULL
-+sta_state_42478 sta_state 0 42478 NULL
-+show_coresize_42479 show_coresize 0 42479 NULL
-+ocfs2_xattr_ibody_list_42480 ocfs2_xattr_ibody_list 0 42480 NULL
-+kernel_recvmsg_42482 kernel_recvmsg 0-5 42482 NULL
-+set_zone_42484 set_zone 0-4 42484 NULL
-+omfs_readpages_42490 omfs_readpages 4 42490 NULL nohasharray
-+nfulnl_rcv_nl_event_42490 nfulnl_rcv_nl_event 0 42490 &omfs_readpages_42490 nohasharray
-+store_spi_transport_hold_mcs_42490 store_spi_transport_hold_mcs 0-4 42490 &nfulnl_rcv_nl_event_42490
-+parport_mos7715_read_data_42492 parport_mos7715_read_data 0 42492 NULL nohasharray
-+wl1251_acx_sleep_auth_42492 wl1251_acx_sleep_auth 0 42492 &parport_mos7715_read_data_42492
-+callback_42494 callback 0 42494 NULL
-+target_stat_scsi_auth_intr_show_attr_creation_time_42496 target_stat_scsi_auth_intr_show_attr_creation_time 0 42496 NULL
-+iscsi_nacl_attrib_show_dataout_timeout_42499 iscsi_nacl_attrib_show_dataout_timeout 0 42499 NULL
-+ibm_read_apci_table_42504 ibm_read_apci_table 0-5-6 42504 NULL
-+SyS_mincore_42511 SyS_mincore 1-2 42511 NULL
-+sctp_init_sock_42514 sctp_init_sock 0 42514 NULL
-+rfcomm_tty_write_room_42516 rfcomm_tty_write_room 0 42516 NULL
-+ath9k_sta_add_42517 ath9k_sta_add 0 42517 NULL
-+fanotify_read_42518 fanotify_read 0-3 42518 NULL
-+jbd2_log_wait_commit_42519 jbd2_log_wait_commit 0 42519 NULL
-+kvm_write_wall_clock_42520 kvm_write_wall_clock 2 42520 NULL nohasharray
-+pch_phub_write_serial_rom_val_42520 pch_phub_write_serial_rom_val 0 42520 &kvm_write_wall_clock_42520
-+proc_notify_change_42521 proc_notify_change 0 42521 NULL
-+dio_bio_complete_42524 dio_bio_complete 0 42524 NULL
-+smk_write_netlbladdr_42525 smk_write_netlbladdr 3-0 42525 NULL
-+self_check_ec_hdr_42528 self_check_ec_hdr 0 42528 NULL
-+snd_emux_create_port_42533 snd_emux_create_port 3 42533 NULL nohasharray
-+sys_vmsplice_42533 sys_vmsplice 3 42533 &snd_emux_create_port_42533
-+sdev_store_evt_capacity_change_reported_42538 sdev_store_evt_capacity_change_reported 0-4 42538 NULL
-+mtip_hw_submit_io_42539 mtip_hw_submit_io 4 42539 NULL
-+mt9m111_set_hvflip_42542 mt9m111_set_hvflip 0 42542 NULL nohasharray
-+smk_read_unconfined_42542 smk_read_unconfined 3 42542 &mt9m111_set_hvflip_42542
-+__wa_xfer_setup_42543 __wa_xfer_setup 0 42543 NULL nohasharray
-+__register_ftrace_function_42543 __register_ftrace_function 0 42543 &__wa_xfer_setup_42543
-+dbAllocNear_42546 dbAllocNear 0 42546 NULL
-+mvs_task_exec_42547 mvs_task_exec 0 42547 NULL
-+ath6kl_wmi_proc_events_vif_42549 ath6kl_wmi_proc_events_vif 5 42549 NULL
-+request_firmware_42553 request_firmware 0 42553 NULL
-+ip_vs_out_icmp_v6_42557 ip_vs_out_icmp_v6 0 42557 NULL
-+udp_recvmsg_42558 udp_recvmsg 4-0 42558 NULL nohasharray
-+iscsit_ta_cache_dynamic_acls_42558 iscsit_ta_cache_dynamic_acls 0 42558 &udp_recvmsg_42558
-+portio_type_show_42562 portio_type_show 0 42562 NULL
-+target_stat_scsi_lu_show_attr_creation_time_42563 target_stat_scsi_lu_show_attr_creation_time 0 42563 NULL
-+br_set_mac_address_42565 br_set_mac_address 0 42565 NULL
-+iwl_print_event_log_42566 iwl_print_event_log 5-0-7 42566 NULL
-+get_in_min_42567 get_in_min 0 42567 NULL
-+read_or_alloc_page_42578 read_or_alloc_page 0 42578 NULL
-+wusb_disconnect_store_42581 wusb_disconnect_store 0-4 42581 NULL
-+rj54n1_s_stream_42582 rj54n1_s_stream 0 42582 NULL
-+memory_failure_42590 memory_failure 0 42590 NULL
-+oom_score_adj_write_42594 oom_score_adj_write 3-0 42594 NULL
-+video_outputsw_set_42595 video_outputsw_set 0 42595 NULL
-+get_enable_42601 get_enable 0 42601 NULL
-+map_state_42602 map_state 1 42602 NULL nohasharray
-+__pskb_pull_42602 __pskb_pull 2 42602 &map_state_42602 nohasharray
-+snd_pcsp_playback_prepare_42602 snd_pcsp_playback_prepare 0 42602 &__pskb_pull_42602 nohasharray
-+npwm_show_42602 npwm_show 0 42602 &snd_pcsp_playback_prepare_42602
-+sctp_outq_flush_42605 sctp_outq_flush 0 42605 NULL
-+get_div_42612 get_div 0 42612 NULL
-+__uncore_mask_mc_show_42614 __uncore_mask_mc_show 0 42614 NULL
-+logfs_truncate_42615 logfs_truncate 0 42615 NULL
-+dbg_check_ltab_lnum_42617 dbg_check_ltab_lnum 0 42617 NULL
-+release_lockspace_42618 release_lockspace 0 42618 NULL nohasharray
-+read_42618 read 0 42618 &release_lockspace_42618
-+rt2500pci_set_device_state_42620 rt2500pci_set_device_state 0 42620 NULL nohasharray
-+vlan_dev_open_42620 vlan_dev_open 0 42620 &rt2500pci_set_device_state_42620
-+secinfo_parse_42624 secinfo_parse 0 42624 NULL
-+mv88e6xxx_phy_read_42625 mv88e6xxx_phy_read 0-2 42625 NULL
-+sys_move_pages_42626 sys_move_pages 2 42626 NULL nohasharray
-+map_show_42626 map_show 0 42626 &sys_move_pages_42626
-+xfs_attr_leaf_removename_42629 xfs_attr_leaf_removename 0 42629 NULL
-+crypto_ahash_walk_first_42630 crypto_ahash_walk_first 0 42630 NULL
-+snd_hwdep_dev_register_42632 snd_hwdep_dev_register 0 42632 NULL
-+ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout_42635 ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout 3 42635 NULL
-+iommu_tbl_range_alloc_42638 iommu_tbl_range_alloc 5-3-6 42638 NULL
-+b43legacy_wireless_core_init_42640 b43legacy_wireless_core_init 0 42640 NULL
-+br_mdb_rehash_42643 br_mdb_rehash 2 42643 NULL
-+num_controllers_42644 num_controllers 0 42644 NULL
-+mc13783_adc_read_bp_42646 mc13783_adc_read_bp 0 42646 NULL
-+gpio_request_enable_42647 gpio_request_enable 0 42647 NULL nohasharray
-+sis190_get_regs_len_42647 sis190_get_regs_len 0 42647 &gpio_request_enable_42647
-+i7core_mce_check_error_42651 i7core_mce_check_error 0 42651 NULL
-+_regmap_raw_write_42652 _regmap_raw_write 2-4-0 42652 NULL
-+i40e_setup_rx_descriptors_42655 i40e_setup_rx_descriptors 0 42655 NULL
-+ess_audio_prepare_for_input_42659 ess_audio_prepare_for_input 0 42659 NULL
-+print_nodes_state_42664 print_nodes_state 0 42664 NULL
-+s5p_mfc_start_streaming_42666 s5p_mfc_start_streaming 0 42666 NULL
-+pinctrl_gpio_direction_input_42668 pinctrl_gpio_direction_input 0 42668 NULL
-+acpi_power_get_inferred_state_42669 acpi_power_get_inferred_state 0 42669 NULL nohasharray
-+ipx_setsockopt_42669 ipx_setsockopt 0 42669 &acpi_power_get_inferred_state_42669
-+show_cidmode_42671 show_cidmode 0 42671 NULL
-+l2tp_xmit_skb_42672 l2tp_xmit_skb 3 42672 NULL
-+btrfs_label_store_42678 btrfs_label_store 0-4 42678 NULL
-+xgbe_calc_rx_buf_size_42681 xgbe_calc_rx_buf_size 0-2 42681 NULL
-+rocker_group_tbl_do_42683 rocker_group_tbl_do 0 42683 NULL
-+at91_sysfs_set_mb0_id_42685 at91_sysfs_set_mb0_id 0-4 42685 NULL
-+cifs_spnego_key_instantiate_42686 cifs_spnego_key_instantiate 0 42686 NULL nohasharray
-+store_spi_transport_wr_flow_42686 store_spi_transport_wr_flow 0-4 42686 &cifs_spnego_key_instantiate_42686
-+wiimod_pro_calib_store_42692 wiimod_pro_calib_store 0-4 42692 NULL
-+request_key_and_link_42693 request_key_and_link 4 42693 NULL nohasharray
-+rsi_send_internal_mgmt_frame_42693 rsi_send_internal_mgmt_frame 0 42693 &request_key_and_link_42693
-+acpi_dev_get_irqresource_42694 acpi_dev_get_irqresource 2 42694 NULL nohasharray
-+iio_trigger_attach_poll_func_42694 iio_trigger_attach_poll_func 0 42694 &acpi_dev_get_irqresource_42694
-+ipoib_vlan_delete_42696 ipoib_vlan_delete 0 42696 NULL
-+nilfs_btnode_submit_block_42698 nilfs_btnode_submit_block 0 42698 NULL
-+bnx2fc_ctlr_enabled_42700 bnx2fc_ctlr_enabled 0 42700 NULL
-+vb2_read_42703 vb2_read 3-0 42703 NULL
-+store_sas_link_reset_42705 store_sas_link_reset 4-0 42705 NULL
-+sierra_net_send_cmd_42708 sierra_net_send_cmd 3 42708 NULL nohasharray
-+hard_show_42708 hard_show 0 42708 &sierra_net_send_cmd_42708
-+pm8001_ctl_max_sg_list_show_42710 pm8001_ctl_max_sg_list_show 0 42710 NULL
-+taos_smbus_xfer_42714 taos_smbus_xfer 0 42714 NULL
-+regulator_print_state_42718 regulator_print_state 0 42718 NULL
-+adxl34x_calibrate_show_42719 adxl34x_calibrate_show 0 42719 NULL
-+read_status_42722 read_status 0 42722 NULL nohasharray
-+ath10k_pci_qca6174_chip_reset_42722 ath10k_pci_qca6174_chip_reset 0 42722 &read_status_42722
-+selinux_ip_postroute_42725 selinux_ip_postroute 0 42725 NULL
-+setup_ntlmv2_rsp_42726 setup_ntlmv2_rsp 0 42726 NULL
-+iwl_mvm_coex_dump_mbox_old_42727 iwl_mvm_coex_dump_mbox_old 0-3-4 42727 NULL
-+bmg160_data_rdy_trigger_set_state_42728 bmg160_data_rdy_trigger_set_state 0 42728 NULL
-+ath10k_pci_warm_reset_42729 ath10k_pci_warm_reset 0 42729 NULL
-+dvb_demux_ioctl_42733 dvb_demux_ioctl 2 42733 NULL nohasharray
-+target_stat_scsi_auth_intr_show_attr_hs_num_cmds_42733 target_stat_scsi_auth_intr_show_attr_hs_num_cmds 0 42733 &dvb_demux_ioctl_42733 nohasharray
-+fw_get_filesystem_firmware_42733 fw_get_filesystem_firmware 0 42733 &target_stat_scsi_auth_intr_show_attr_hs_num_cmds_42733
-+set_aoe_iflist_42737 set_aoe_iflist 2 42737 NULL nohasharray
-+igbvf_get_regs_len_42737 igbvf_get_regs_len 0 42737 &set_aoe_iflist_42737
-+ax25_setsockopt_42740 ax25_setsockopt 5-0 42740 NULL
-+SendReceive2_42742 SendReceive2 0 42742 NULL
-+sdev_show_modalias_42746 sdev_show_modalias 0 42746 NULL nohasharray
-+write_42746 write 0 42746 &sdev_show_modalias_42746
-+xen_bind_pirq_gsi_to_irq_42750 xen_bind_pirq_gsi_to_irq 1 42750 NULL nohasharray
-+lbs_mesh_set_42750 lbs_mesh_set 0-4 42750 &xen_bind_pirq_gsi_to_irq_42750
-+dpm_sysfs_add_42756 dpm_sysfs_add 0 42756 NULL nohasharray
-+s2io_open_42756 s2io_open 0 42756 &dpm_sysfs_add_42756
-+sysfs_set_active_low_42759 sysfs_set_active_low 0 42759 NULL
-+usblp_rtest_42761 usblp_rtest 0 42761 NULL
-+sysfs_show_available_clocksources_42763 sysfs_show_available_clocksources 0 42763 NULL
-+vmxnet3_rq_create_42771 vmxnet3_rq_create 0 42771 NULL
-+ath10k_htt_verify_version_42776 ath10k_htt_verify_version 0 42776 NULL
-+x25_recvmsg_42777 x25_recvmsg 4-0 42777 NULL nohasharray
-+pinctrl_register_map_42777 pinctrl_register_map 2 42777 &x25_recvmsg_42777
-+lp3943_gpio_direction_output_42778 lp3943_gpio_direction_output 0 42778 NULL
-+snd_midi_event_decode_42780 snd_midi_event_decode 0 42780 NULL
-+cryptd_hash_setkey_42781 cryptd_hash_setkey 3 42781 NULL nohasharray
-+isku_sysfs_read_info_42781 isku_sysfs_read_info 6-0-5 42781 &cryptd_hash_setkey_42781
-+show_fnode_chap_out_idx_42784 show_fnode_chap_out_idx 0 42784 NULL
-+store_fan_beep_42785 store_fan_beep 0-4 42785 NULL
-+elfcorehdr_read_notes_42786 elfcorehdr_read_notes 2 42786 NULL
-+hackrf_set_if_gain_42788 hackrf_set_if_gain 0 42788 NULL
-+koneplus_sysfs_read_42792 koneplus_sysfs_read 6-0 42792 NULL
-+cgroup_migrate_prepare_dst_42793 cgroup_migrate_prepare_dst 0 42793 NULL
-+show_chglim_42794 show_chglim 0 42794 NULL
-+ntfs_attr_extend_allocation_42796 ntfs_attr_extend_allocation 0 42796 NULL
-+fw_device_op_compat_ioctl_42804 fw_device_op_compat_ioctl 2 42804 NULL
-+show_line1_42806 show_line1 0 42806 NULL
-+esd_usb2_open_42809 esd_usb2_open 0 42809 NULL
-+pcf2127_get_datetime_42811 pcf2127_get_datetime 0 42811 NULL nohasharray
-+smk_bu_current_42811 smk_bu_current 0-4 42811 &pcf2127_get_datetime_42811
-+drm_ioctl_42813 drm_ioctl 2 42813 NULL
-+__bch_cache_set_store_42815 __bch_cache_set_store 0-4 42815 NULL
-+iwl_dbgfs_ucode_bt_stats_read_42820 iwl_dbgfs_ucode_bt_stats_read 3-0 42820 NULL
-+set_arg_42824 set_arg 3 42824 NULL
-+si476x_radio_read_rsq_blob_42827 si476x_radio_read_rsq_blob 3-0 42827 NULL
-+bnad_mtu_set_42833 bnad_mtu_set 0 42833 NULL
-+dnotify_handle_event_42835 dnotify_handle_event 0 42835 NULL
-+f2fs_unfreeze_42836 f2fs_unfreeze 0 42836 NULL
-+show_sas_rphy_target_port_protocols_42840 show_sas_rphy_target_port_protocols 0 42840 NULL
-+mv88e6131_get_sset_count_42841 mv88e6131_get_sset_count 0 42841 NULL
-+prop_compression_validate_42847 prop_compression_validate 0 42847 NULL
-+show_ata_dev_xfer_mode_42848 show_ata_dev_xfer_mode 0 42848 NULL
-+btmrvl_fwdump_write_42850 btmrvl_fwdump_write 3-0 42850 NULL nohasharray
-+ath10k_pci_qca988x_chip_reset_42850 ath10k_pci_qca988x_chip_reset 0 42850 &btmrvl_fwdump_write_42850
-+prandom_u32_42853 prandom_u32 0 42853 NULL nohasharray
-+ath6kl_wmi_config_debug_module_cmd_42853 ath6kl_wmi_config_debug_module_cmd 0 42853 &prandom_u32_42853
-+wl12xx_init_vif_data_42855 wl12xx_init_vif_data 0 42855 NULL
-+return_gap_lebs_42862 return_gap_lebs 0 42862 NULL
-+gen_pool_first_fit_order_align_42863 gen_pool_first_fit_order_align 2-3-4 42863 NULL nohasharray
-+of_property_count_strings_42863 of_property_count_strings 0 42863 &gen_pool_first_fit_order_align_42863 nohasharray
-+destroy_42863 destroy 0 42863 &of_property_count_strings_42863
-+ad7877_read_adc_42867 ad7877_read_adc 0 42867 NULL
-+_ctl_host_trace_buffer_show_42869 _ctl_host_trace_buffer_show 0 42869 NULL
-+parse_user_pin_configs_42870 parse_user_pin_configs 0 42870 NULL
-+t4_sge_alloc_rxq_42871 t4_sge_alloc_rxq 0 42871 NULL nohasharray
-+snd_device_register_all_42871 snd_device_register_all 0 42871 &t4_sge_alloc_rxq_42871
-+iscsi_stat_instance_show_attr_description_42874 iscsi_stat_instance_show_attr_description 0 42874 NULL
-+mt9v022_s_ctrl_42875 mt9v022_s_ctrl 0 42875 NULL nohasharray
-+media_read_42875 media_read 0-3 42875 &mt9v022_s_ctrl_42875
-+nvme_trans_unit_serial_page_42879 nvme_trans_unit_serial_page 4 42879 NULL
-+tw68_video_init2_42880 tw68_video_init2 2 42880 NULL
-+pskb_expand_head_42881 pskb_expand_head 3-2-0 42881 NULL
-+rt5677_gpio_direction_in_42886 rt5677_gpio_direction_in 0 42886 NULL nohasharray
-+pcistub_irq_handler_switch_42886 pcistub_irq_handler_switch 0-3 42886 &rt5677_gpio_direction_in_42886
-+lm3530_mode_get_42888 lm3530_mode_get 0 42888 NULL
-+c2_up_42890 c2_up 0 42890 NULL
-+pci_write_42893 pci_write 0 42893 NULL
-+xpc_kmalloc_cacheline_aligned_42895 xpc_kmalloc_cacheline_aligned 1 42895 NULL nohasharray
-+twl4030_madc_conversion_42895 twl4030_madc_conversion 0 42895 &xpc_kmalloc_cacheline_aligned_42895 nohasharray
-+amb_send_42895 amb_send 0 42895 &twl4030_madc_conversion_42895
-+SendTxCommandPacket_42901 SendTxCommandPacket 3 42901 NULL
-+hd_end_request_42904 hd_end_request 2 42904 NULL
-+ieee80211_tdls_mgmt_teardown_42905 ieee80211_tdls_mgmt_teardown 10 42905 NULL
-+alx_change_mtu_42906 alx_change_mtu 0 42906 NULL
-+rds_create_42907 rds_create 0 42907 NULL
-+sta_last_rx_rate_read_42909 sta_last_rx_rate_read 3-0 42909 NULL
-+g_mbus_fmt_42910 g_mbus_fmt 0 42910 NULL
-+snd_jack_new_42914 snd_jack_new 0 42914 NULL
-+hfsplus_user_getxattr_42915 hfsplus_user_getxattr 0 42915 NULL
-+device_show_int_42919 device_show_int 0 42919 NULL
-+simple_playback_pcm_prepare_42920 simple_playback_pcm_prepare 0 42920 NULL
-+pcxhr_set_clock_42923 pcxhr_set_clock 0 42923 NULL nohasharray
-+show_42923 show 0 42923 &pcxhr_set_clock_42923
-+drbd_header_size_42928 drbd_header_size 0 42928 NULL
-+lis3lv02d_rate_set_42933 lis3lv02d_rate_set 0-4 42933 NULL
-+set_analog_out_42935 set_analog_out 0-4 42935 NULL
-+bnx2_open_42936 bnx2_open 0 42936 NULL
-+xfs_bmapi_allocate_42938 xfs_bmapi_allocate 0 42938 NULL
-+sctp_getsockopt_maxburst_42941 sctp_getsockopt_maxburst 2 42941 NULL nohasharray
-+slot_store_42941 slot_store 0-3 42941 &sctp_getsockopt_maxburst_42941
-+handle_response_42945 handle_response 0 42945 NULL
-+vx_reset_chk_42946 vx_reset_chk 0 42946 NULL nohasharray
-+ds1682_store_42946 ds1682_store 0-4 42946 &vx_reset_chk_42946
-+hashtab_map_42947 hashtab_map 0 42947 NULL
-+w1_ds2760_write_42955 w1_ds2760_write 3-4 42955 NULL
-+sys_sethostname_42962 sys_sethostname 2 42962 NULL nohasharray
-+set_temp0_min_42962 set_temp0_min 0-4 42962 &sys_sethostname_42962
-+fcoe_reset_42963 fcoe_reset 0 42963 NULL
-+snd_korg1212_trigger_42966 snd_korg1212_trigger 0 42966 NULL nohasharray
-+kone_check_write_42966 kone_check_write 0 42966 &snd_korg1212_trigger_42966
-+ntb_setup_snb_msix_42971 ntb_setup_snb_msix 2 42971 NULL
-+n_pins_show_42973 n_pins_show 0 42973 NULL
-+show_temp62_42975 show_temp62 0 42975 NULL
-+show_rx_polinv_enb_42977 show_rx_polinv_enb 0 42977 NULL nohasharray
-+sysv_readpage_42977 sysv_readpage 0 42977 &show_rx_polinv_enb_42977
-+acpi_get_device_data_42978 acpi_get_device_data 0 42978 NULL
-+compat_udpv6_setsockopt_42981 compat_udpv6_setsockopt 5 42981 NULL nohasharray
-+pfkey_xfrm_policy2sec_ctx_size_42981 pfkey_xfrm_policy2sec_ctx_size 0 42981 &compat_udpv6_setsockopt_42981 nohasharray
-+store_enable_clka1_output_42981 store_enable_clka1_output 0-4 42981 &pfkey_xfrm_policy2sec_ctx_size_42981
-+it8712f_wdt_write_42982 it8712f_wdt_write 0-3 42982 NULL
-+pci_bus_read_config_word_42987 pci_bus_read_config_word 0 42987 NULL
-+hwrng_attr_current_store_42989 hwrng_attr_current_store 0-4 42989 NULL
-+nfs_idmap_get_desc_42990 nfs_idmap_get_desc 2-4 42990 NULL nohasharray
-+rtw_os_xmit_resource_alloc_42990 rtw_os_xmit_resource_alloc 3 42990 &nfs_idmap_get_desc_42990
-+mem_cgroup_force_empty_write_42994 mem_cgroup_force_empty_write 0-3 42994 NULL
-+il4965_show_debug_level_42996 il4965_show_debug_level 0 42996 NULL
-+xfs_da_read_buf_43008 xfs_da_read_buf 0 43008 NULL
-+nct6683_create_attr_group_43010 nct6683_create_attr_group 3 43010 NULL
-+vfio_fill_vconfig_bytes_43016 vfio_fill_vconfig_bytes 0 43016 NULL nohasharray
-+gadget_dev_desc_bDeviceProtocol_show_43016 gadget_dev_desc_bDeviceProtocol_show 0 43016 &vfio_fill_vconfig_bytes_43016
-+rxrpc_preparse_xdr_rxk5_43019 rxrpc_preparse_xdr_rxk5 0 43019 NULL
-+snd_pcm_pre_start_43020 snd_pcm_pre_start 0 43020 NULL nohasharray
-+export_store_43020 export_store 0-4 43020 &snd_pcm_pre_start_43020
-+p54_add_interface_43022 p54_add_interface 0 43022 NULL
-+nvkm_parent_create__43024 nvkm_parent_create_ 7 43024 NULL
-+isr_rx_mem_overflow_read_43025 isr_rx_mem_overflow_read 3-0 43025 NULL
-+b43_write_initvals_43028 b43_write_initvals 0 43028 NULL
-+ab3100_otp_paf_show_43029 ab3100_otp_paf_show 0 43029 NULL
-+check_subscription_permission_43032 check_subscription_permission 0 43032 NULL
-+wep_default_key_count_read_43035 wep_default_key_count_read 3-0 43035 NULL nohasharray
-+jffs2_write_begin_43035 jffs2_write_begin 0 43035 &wep_default_key_count_read_43035
-+max_queue_show_43036 max_queue_show 0 43036 NULL
-+set_icon_43037 set_icon 0-3 43037 NULL
-+cp2112_read_req_43041 cp2112_read_req 0 43041 NULL nohasharray
-+goldfish_fb_set_par_43041 goldfish_fb_set_par 0 43041 &cp2112_read_req_43041
-+write_s64_43043 write_s64 0 43043 NULL
-+show_port_name_43051 show_port_name 0 43051 NULL
-+ssb_pcmcia_cfg_read_43056 ssb_pcmcia_cfg_read 0 43056 NULL
-+fb_add_videomode_43057 fb_add_videomode 0 43057 NULL
-+pcap_rtc_set_alarm_43058 pcap_rtc_set_alarm 0 43058 NULL nohasharray
-+dfx_ctl_set_mac_address_43058 dfx_ctl_set_mac_address 0 43058 &pcap_rtc_set_alarm_43058
-+__bioset_create_43059 __bioset_create 1 43059 NULL nohasharray
-+ocfs2_get_clusters_43059 ocfs2_get_clusters 0 43059 &__bioset_create_43059
-+t3_sge_alloc_qset_43061 t3_sge_alloc_qset 0 43061 NULL nohasharray
-+store_enable_clka0_output_43061 store_enable_clka0_output 0-4 43061 &t3_sge_alloc_qset_43061
-+lme2510_i2c_xfer_43062 lme2510_i2c_xfer 0-3 43062 NULL
-+cap_netlink_send_43063 cap_netlink_send 0 43063 NULL
-+show_conn_param_ISCSI_PARAM_TCP_TIMESTAMP_STAT_43069 show_conn_param_ISCSI_PARAM_TCP_TIMESTAMP_STAT 0 43069 NULL
-+get_attention_status_43073 get_attention_status 0 43073 NULL
-+sst_drop_stream_43076 sst_drop_stream 0 43076 NULL nohasharray
-+target_stat_scsi_transport_show_attr_device_43076 target_stat_scsi_transport_show_attr_device 0 43076 &sst_drop_stream_43076
-+show_fc_host_active_fc4s_43078 show_fc_host_active_fc4s 0 43078 NULL
-+get_slave_size_43081 get_slave_size 0 43081 NULL
-+nfs_map_group_to_gid_43082 nfs_map_group_to_gid 3 43082 NULL
-+set_lock_args_43085 set_lock_args 0 43085 NULL nohasharray
-+deadline_write_expire_show_43085 deadline_write_expire_show 0 43085 &set_lock_args_43085 nohasharray
-+ql_start_rx_ring_43085 ql_start_rx_ring 0 43085 &deadline_write_expire_show_43085
-+_xfer_secondary_pool_43089 _xfer_secondary_pool 2 43089 NULL nohasharray
-+tomoyo_read_43089 tomoyo_read 0-3 43089 &_xfer_secondary_pool_43089
-+regmap_spmi_base_write_43095 regmap_spmi_base_write 0 43095 NULL nohasharray
-+mt2131_writeregs_43095 mt2131_writeregs 0 43095 &regmap_spmi_base_write_43095
-+dev_set_promiscuity_43096 dev_set_promiscuity 0 43096 NULL
-+store_srp_rport_fast_io_fail_tmo_43097 store_srp_rport_fast_io_fail_tmo 0-4 43097 NULL
-+dump_skip_43098 dump_skip 2 43098 NULL
-+mwifiex_cmd_11n_cfg_43102 mwifiex_cmd_11n_cfg 0 43102 NULL
-+sysfs_create_file_ns_43103 sysfs_create_file_ns 0 43103 NULL
-+stmmac_init_dma_engine_43104 stmmac_init_dma_engine 0 43104 NULL
-+fuse_statfs_43106 fuse_statfs 0 43106 NULL
-+ieee80211_if_fmt_drop_unencrypted_43107 ieee80211_if_fmt_drop_unencrypted 3 43107 NULL
-+gfs2_journaled_truncate_43108 gfs2_journaled_truncate 0 43108 NULL
-+svc_change_qos_43111 svc_change_qos 0 43111 NULL
-+store_43112 store 0 43112 NULL
-+ix2505v_write_43115 ix2505v_write 0 43115 NULL
-+open_43117 open 0 43117 NULL
-+calculate_node_totalpages_43118 calculate_node_totalpages 2-3 43118 NULL
-+parport_ieee1284_write_compat_43125 parport_ieee1284_write_compat 0 43125 NULL
-+show_rpm_min_43129 show_rpm_min 0 43129 NULL
-+lock_page_killable_43130 lock_page_killable 0 43130 NULL
-+e1000_request_msix_43134 e1000_request_msix 0 43134 NULL
-+dmfe_open_43139 dmfe_open 0 43139 NULL
-+ab3100_otp_imeich_show_43143 ab3100_otp_imeich_show 0 43143 NULL
-+read_file_dfs_43145 read_file_dfs 3-0 43145 NULL nohasharray
-+i2c_hid_get_report_43145 i2c_hid_get_report 0 43145 &read_file_dfs_43145
-+relay_file_read_subbufs_43147 relay_file_read_subbufs 0 43147 NULL
-+show_enabled_43152 show_enabled 0 43152 NULL
-+qlcnic_sysfs_clear_esw_stats_43153 qlcnic_sysfs_clear_esw_stats 0-6-5 43153 NULL
-+ipath_get_slave_info_43154 ipath_get_slave_info 0 43154 NULL
-+f2fs_statfs_43158 f2fs_statfs 0 43158 NULL
-+cfs_cpt_table_alloc_43159 cfs_cpt_table_alloc 1 43159 NULL
-+usb_string_sub_43164 usb_string_sub 0 43164 NULL
-+il_dbgfs_power_save_status_read_43165 il_dbgfs_power_save_status_read 3-0 43165 NULL
-+s5k4aa_set_noise_43172 s5k4aa_set_noise 0 43172 NULL
-+__iscsi_nacl_auth_store_userid_mutual_43181 __iscsi_nacl_auth_store_userid_mutual 0-3 43181 NULL
-+ath6kl_set_assoc_req_ies_43185 ath6kl_set_assoc_req_ies 3 43185 NULL
-+_read_43194 _read 0 43194 NULL
-+ext4_xattr_ibody_get_43200 ext4_xattr_ibody_get 0 43200 NULL
-+teiup_create_43201 teiup_create 3 43201 NULL
-+uio_write_43202 uio_write 3-0 43202 NULL
-+iso_callback_43208 iso_callback 3 43208 NULL
-+ath10k_p2p_calc_noa_ie_len_43209 ath10k_p2p_calc_noa_ie_len 0 43209 NULL
-+f2fs_acl_from_disk_43210 f2fs_acl_from_disk 2 43210 NULL
-+isl29003_set_range_43211 isl29003_set_range 0 43211 NULL
-+ovl_split_lowerdirs_43214 ovl_split_lowerdirs 0 43214 NULL
-+link_failure_count_show_43216 link_failure_count_show 0 43216 NULL nohasharray
-+nes_show_flash_data_43216 nes_show_flash_data 0 43216 &link_failure_count_show_43216
-+gfs2_direct_IO_43220 gfs2_direct_IO 4-0 43220 NULL
-+elf_core_extra_phdrs_43222 elf_core_extra_phdrs 0 43222 NULL nohasharray
-+get_status_43222 get_status 0 43222 &elf_core_extra_phdrs_43222 nohasharray
-+attr_store_43222 attr_store 0-3 43222 &get_status_43222
-+ivtv_xfer_43223 ivtv_xfer 0-3 43223 NULL
-+sock_no_recvmsg_43228 sock_no_recvmsg 0-4 43228 NULL
-+wdog_reboot_handler_43234 wdog_reboot_handler 0 43234 NULL
-+show_fcoe_fcf_device_selected_43236 show_fcoe_fcf_device_selected 0 43236 NULL
-+read_status_43238 read_status 0 43238 NULL
-+batadv_tt_tvlv_unicast_handler_v1_43239 batadv_tt_tvlv_unicast_handler_v1 5 43239 NULL nohasharray
-+pstr_show_43239 pstr_show 0 43239 &batadv_tt_tvlv_unicast_handler_v1_43239 nohasharray
-+__logfs_write_buf_43239 __logfs_write_buf 0 43239 &pstr_show_43239
-+vmemmap_alloc_block_43245 vmemmap_alloc_block 1 43245 NULL
-+ax88178_change_mtu_43248 ax88178_change_mtu 0 43248 NULL
-+fixup_leb_43256 fixup_leb 3 43256 NULL
-+hfsplus_setattr_43257 hfsplus_setattr 0 43257 NULL
-+store_pwm_auto_spinup_min_43260 store_pwm_auto_spinup_min 0-4 43260 NULL
-+kmx61_acc_validate_trigger_43264 kmx61_acc_validate_trigger 0 43264 NULL
-+rocker_port_ctrl_vlan_bridge_43266 rocker_port_ctrl_vlan_bridge 0 43266 NULL
-+ide_end_rq_43269 ide_end_rq 4 43269 NULL
-+omfs_readpage_43270 omfs_readpage 0 43270 NULL
-+mxl5007t_get_if_frequency_43271 mxl5007t_get_if_frequency 0 43271 NULL
-+uvc_commit_video_43272 uvc_commit_video 0 43272 NULL
-+do_journal_begin_r_43273 do_journal_begin_r 0 43273 NULL
-+lpfc_oas_lun_status_show_43274 lpfc_oas_lun_status_show 0 43274 NULL
-+evtchn_write_43278 evtchn_write 3-0 43278 NULL
-+filemap_write_and_wait_range_43279 filemap_write_and_wait_range 0 43279 NULL nohasharray
-+bitmap_parselist_user_43279 bitmap_parselist_user 0 43279 &filemap_write_and_wait_range_43279
-+ds1511_rtc_read_time_43280 ds1511_rtc_read_time 0 43280 NULL
-+src_frames_43281 src_frames 0 43281 NULL nohasharray
-+show_temp_crit_hyst_43281 show_temp_crit_hyst 0 43281 &src_frames_43281
-+adp8870_bl_l1_daylight_max_store_43287 adp8870_bl_l1_daylight_max_store 4-0 43287 NULL
-+show_pwm_auto_pwm_min_43293 show_pwm_auto_pwm_min 0 43293 NULL
-+show_num_ports_43296 show_num_ports 0 43296 NULL
-+mpage_alloc_43299 mpage_alloc 3 43299 NULL
-+lm3533_read_43309 lm3533_read 0 43309 NULL
-+fm10k_update_uc_addr_pf_43310 fm10k_update_uc_addr_pf 0 43310 NULL nohasharray
-+store_cpumask_43310 store_cpumask 0-4 43310 &fm10k_update_uc_addr_pf_43310
-+em28xx_audio_analog_set_43312 em28xx_audio_analog_set 0 43312 NULL
-+acpi_ex_convert_to_buffer_43314 acpi_ex_convert_to_buffer 0 43314 NULL
-+try_charge_43315 try_charge 0 43315 NULL
-+position_show_43316 position_show 0 43316 NULL nohasharray
-+padlock_sha1_init_nano_43316 padlock_sha1_init_nano 0 43316 &position_show_43316
-+temp1_max_alarm_show_43317 temp1_max_alarm_show 0 43317 NULL nohasharray
-+nilfs_direct_lookup_contig_43317 nilfs_direct_lookup_contig 0 43317 &temp1_max_alarm_show_43317 nohasharray
-+sctp_auth_ep_add_chunkid_43317 sctp_auth_ep_add_chunkid 0 43317 &nilfs_direct_lookup_contig_43317 nohasharray
-+iwl_mvm_mac_start_43317 iwl_mvm_mac_start 0 43317 &sctp_auth_ep_add_chunkid_43317
-+target_core_dev_wwn_store_attr_vpd_unit_serial_43322 target_core_dev_wwn_store_attr_vpd_unit_serial 0-3 43322 NULL
-+be_get_sset_count_43324 be_get_sset_count 0 43324 NULL
-+sja1000_open_43326 sja1000_open 0 43326 NULL
-+show_sas_phy_initiator_port_protocols_43327 show_sas_phy_initiator_port_protocols 0 43327 NULL
-+__ext4_get_inode_loc_43332 __ext4_get_inode_loc 0 43332 NULL nohasharray
-+thermal_set_mode_43332 thermal_set_mode 0 43332 &__ext4_get_inode_loc_43332
-+__uncore_event5_show_43333 __uncore_event5_show 0 43333 NULL
-+patch_stac9200_43348 patch_stac9200 0 43348 NULL
-+drm_dp_mst_wait_tx_reply_43349 drm_dp_mst_wait_tx_reply 0 43349 NULL
-+xfs_log_regrant_43350 xfs_log_regrant 0 43350 NULL
-+set_peripheral_43353 set_peripheral 0 43353 NULL
-+gart_free_coherent_43362 gart_free_coherent 2-4 43362 NULL
-+may_create_key_43363 may_create_key 0 43363 NULL
-+pm_print_times_show_43364 pm_print_times_show 0 43364 NULL nohasharray
-+btrfs_check_data_free_space_43364 btrfs_check_data_free_space 0 43364 &pm_print_times_show_43364
-+pn_init_43370 pn_init 0 43370 NULL
-+proc_sys_permission_43371 proc_sys_permission 0 43371 NULL nohasharray
-+bnad_tx_msix_register_43371 bnad_tx_msix_register 0 43371 &proc_sys_permission_43371
-+wl1271_acx_group_address_tbl_43372 wl1271_acx_group_address_tbl 0 43372 NULL
-+mmc_sd_init_card_43374 mmc_sd_init_card 0 43374 NULL
-+gfs2_rgrp_bh_get_43375 gfs2_rgrp_bh_get 0 43375 NULL nohasharray
-+ath10k_htt_tx_alloc_43375 ath10k_htt_tx_alloc 0 43375 &gfs2_rgrp_bh_get_43375
-+lx_framebuffer_size_43377 lx_framebuffer_size 0 43377 NULL
-+show_fcstat_fc_non_bls_resp_43383 show_fcstat_fc_non_bls_resp 0 43383 NULL
-+svc_pool_map_get_43386 svc_pool_map_get 0 43386 NULL
-+tpm_inf_send_43388 tpm_inf_send 0-3 43388 NULL
-+scsiback_make_nexus_43391 scsiback_make_nexus 0 43391 NULL
-+xfs_btree_new_iroot_43392 xfs_btree_new_iroot 0 43392 NULL
-+mdfour_43396 mdfour 0 43396 NULL
-+fsp_attr_show_getreg_43397 fsp_attr_show_getreg 0 43397 NULL nohasharray
-+tcm_qla2xxx_tpg_attrib_show_prod_mode_write_protect_43397 tcm_qla2xxx_tpg_attrib_show_prod_mode_write_protect 0 43397 &fsp_attr_show_getreg_43397
-+iscsi_sw_tcp_conn_get_param_43398 iscsi_sw_tcp_conn_get_param 0 43398 NULL
-+get_user_pages_unlocked_43399 get_user_pages_unlocked 0 43399 NULL
-+o2hb_read_block_input_43402 o2hb_read_block_input 0 43402 NULL
-+line6_submit_audio_in_all_urbs_43403 line6_submit_audio_in_all_urbs 0 43403 NULL
-+wl1251_acx_data_path_params_43404 wl1251_acx_data_path_params 0 43404 NULL
-+xenfb_write_43412 xenfb_write 3 43412 NULL
-+show_linear_43414 show_linear 0 43414 NULL nohasharray
-+serio_set_bind_mode_43414 serio_set_bind_mode 0-4 43414 &show_linear_43414
-+romfs_statfs_43416 romfs_statfs 0 43416 NULL nohasharray
-+load_firmware_43416 load_firmware 0 43416 &romfs_statfs_43416
-+ext4_xattr_check_names_43422 ext4_xattr_check_names 0 43422 NULL nohasharray
-+offset_store_43422 offset_store 0-3 43422 &ext4_xattr_check_names_43422
-+__alloc_bootmem_low_43423 __alloc_bootmem_low 1 43423 NULL nohasharray
-+sendctrl_hook_43423 sendctrl_hook 0 43423 &__alloc_bootmem_low_43423 nohasharray
-+gdm_wimax_netif_rx_43423 gdm_wimax_netif_rx 3 43423 &sendctrl_hook_43423
-+_abb5zes3_rtc_update_timer_43425 _abb5zes3_rtc_update_timer 0 43425 NULL
-+ath10k_thermal_get_cur_dutycycle_43427 ath10k_thermal_get_cur_dutycycle 0 43427 NULL
-+acpi_ds_create_method_mutex_43430 acpi_ds_create_method_mutex 0 43430 NULL
-+cyapa_gen3_bl_enter_43431 cyapa_gen3_bl_enter 0 43431 NULL
-+isku_sysfs_write_keys_capslock_43432 isku_sysfs_write_keys_capslock 6-0-5 43432 NULL
-+usb_alloc_urb_43436 usb_alloc_urb 1 43436 NULL
-+w1_master_attribute_show_name_43439 w1_master_attribute_show_name 0 43439 NULL
-+ath6kl_wmi_roam_tbl_event_rx_43440 ath6kl_wmi_roam_tbl_event_rx 3 43440 NULL nohasharray
-+store_received_ref_clk3b_43440 store_received_ref_clk3b 0-4 43440 &ath6kl_wmi_roam_tbl_event_rx_43440
-+send_pre_block_43442 send_pre_block 0 43442 NULL
-+usb_string_43443 usb_string 0 43443 NULL nohasharray
-+usemap_size_43443 usemap_size 0-1-2 43443 &usb_string_43443
-+get_vm_area_size_43444 get_vm_area_size 0 43444 NULL nohasharray
-+dm_attr_name_show_43444 dm_attr_name_show 0 43444 &get_vm_area_size_43444
-+nilfs_palloc_get_bitmap_block_43448 nilfs_palloc_get_bitmap_block 0 43448 NULL
-+decode_ntlmssp_challenge_43450 decode_ntlmssp_challenge 0 43450 NULL
-+store_temp_beep_43452 store_temp_beep 0-4 43452 NULL
-+fs_path_prepare_for_add_43453 fs_path_prepare_for_add 2 43453 NULL
-+wil_change_mtu_43455 wil_change_mtu 0 43455 NULL
-+lirc_dev_fop_read_43459 lirc_dev_fop_read 0-3 43459 NULL
-+nvme_trans_device_id_page_43466 nvme_trans_device_id_page 4 43466 NULL
-+target_core_dev_pr_show_attr_res_aptpl_active_43467 target_core_dev_pr_show_attr_res_aptpl_active 0 43467 NULL
-+il3945_send_rxon_assoc_43469 il3945_send_rxon_assoc 0 43469 NULL
-+btrfs_freeze_43471 btrfs_freeze 0 43471 NULL
-+write_43473 write 0 43473 NULL
-+hook_43475 hook 0 43475 NULL
-+current_uuid_store_43478 current_uuid_store 0-4 43478 NULL
-+dtv5100_i2c_xfer_43479 dtv5100_i2c_xfer 0-3 43479 NULL
-+alloc_new_reservation_43480 alloc_new_reservation 4-0 43480 NULL nohasharray
-+calculate_discard_block_size_43480 calculate_discard_block_size 0-1 43480 &alloc_new_reservation_43480
-+vga_get_43488 vga_get 0 43488 NULL
-+vmemdup_43489 vmemdup 2 43489 NULL
-+f_rndis_opts_attr_store_43493 f_rndis_opts_attr_store 0-4 43493 NULL
-+tx_tx_data_prepared_read_43497 tx_tx_data_prepared_read 3-0 43497 NULL nohasharray
-+f2fs_freeze_43497 f2fs_freeze 0 43497 &tx_tx_data_prepared_read_43497
-+show_lid_43498 show_lid 0 43498 NULL
-+init_43500 init 0 43500 NULL nohasharray
-+wusb_trust_timeout_store_43500 wusb_trust_timeout_store 0-4 43500 &init_43500
-+spmi_read_cmd_43502 spmi_read_cmd 0 43502 NULL
-+ieee80211_if_fmt_dot11MeshHWMPnetDiameterTraversalTime_43505 ieee80211_if_fmt_dot11MeshHWMPnetDiameterTraversalTime 3 43505 NULL
-+__unmap_and_move_43513 __unmap_and_move 0 43513 NULL
-+i8k_get_temp_43516 i8k_get_temp 0 43516 NULL
-+lpfc_fcp_io_channel_show_43518 lpfc_fcp_io_channel_show 0 43518 NULL nohasharray
-+et131x_init_recv_43518 et131x_init_recv 0 43518 &lpfc_fcp_io_channel_show_43518
-+alloc_instance_buffer_43530 alloc_instance_buffer 0 43530 NULL nohasharray
-+ll_direct_IO_26_43530 ll_direct_IO_26 4 43530 &alloc_instance_buffer_43530
-+dvb_ca_en50221_io_write_43533 dvb_ca_en50221_io_write 3-0 43533 NULL nohasharray
-+core_scsi3_alloc_aptpl_registration_43533 core_scsi3_alloc_aptpl_registration 0 43533 &dvb_ca_en50221_io_write_43533
-+read_events_43534 read_events 3 43534 NULL nohasharray
-+pdu_write_u_43534 pdu_write_u 3 43534 &read_events_43534
-+cachefiles_daemon_write_43535 cachefiles_daemon_write 3-0 43535 NULL
-+xfs_qm_vop_chown_reserve_43536 xfs_qm_vop_chown_reserve 0 43536 NULL
-+store_43537 store 0-3 43537 NULL
-+store_43539 store 0 43539 NULL
-+ufs_alloccg_block_43540 ufs_alloccg_block 3-0 43540 NULL nohasharray
-+tx_frag_failed_read_43540 tx_frag_failed_read 3-0 43540 &ufs_alloccg_block_43540
-+mv88e6352_get_temp_alarm_43545 mv88e6352_get_temp_alarm 0 43545 NULL
-+broadsheet_spiflash_read_byte_43547 broadsheet_spiflash_read_byte 0 43547 NULL
-+request_resource_43548 request_resource 0 43548 NULL
-+store_43549 store 0-4 43549 NULL
-+sys_get_trip_temp_43550 sys_get_trip_temp 0 43550 NULL
-+pmdown_time_show_43552 pmdown_time_show 0 43552 NULL
-+amd756_access_43553 amd756_access 0 43553 NULL
-+lpfc_aer_cleanup_state_43554 lpfc_aer_cleanup_state 0-4 43554 NULL
-+ath_rx_init_43564 ath_rx_init 2 43564 NULL
-+o2nm_node_ipv4_address_write_43567 o2nm_node_ipv4_address_write 0-3 43567 NULL
-+_fc_frame_alloc_43568 _fc_frame_alloc 1 43568 NULL nohasharray
-+bfad_im_model_desc_show_43568 bfad_im_model_desc_show 0 43568 &_fc_frame_alloc_43568
-+cx231xx_i2c_recv_bytes_43571 cx231xx_i2c_recv_bytes 0 43571 NULL
-+rpc_malloc_43573 rpc_malloc 2 43573 NULL
-+ecryptfs_read_update_atime_43579 ecryptfs_read_update_atime 0 43579 NULL
-+passive_store_43589 passive_store 0-4 43589 NULL
-+show_pwm_43593 show_pwm 0 43593 NULL nohasharray
-+__uncore_filter_nid2_show_43593 __uncore_filter_nid2_show 0 43593 &show_pwm_43593
-+ath9k_htc_add_interface_43602 ath9k_htc_add_interface 0 43602 NULL
-+smack_inode_listsecurity_43603 smack_inode_listsecurity 0 43603 NULL
-+lpfc_idiag_drbacc_read_reg_43606 lpfc_idiag_drbacc_read_reg 0-3 43606 NULL
-+proc_read_43614 proc_read 3-0 43614 NULL
-+xfs_map_blocks_43615 xfs_map_blocks 0 43615 NULL nohasharray
-+emit_flush_43615 emit_flush 0 43615 &xfs_map_blocks_43615
-+p54_set_edcf_43622 p54_set_edcf 0 43622 NULL nohasharray
-+set_polarity_43622 set_polarity 0 43622 &p54_set_edcf_43622
-+alloc_thread_groups_43625 alloc_thread_groups 2-0 43625 NULL
-+elan_smbus_get_baseline_data_43629 elan_smbus_get_baseline_data 0 43629 NULL
-+cm4000_suspend_43630 cm4000_suspend 0 43630 NULL
-+dlm_nodir_store_43636 dlm_nodir_store 0-3 43636 NULL
-+padlock_sha_export_43640 padlock_sha_export 0 43640 NULL nohasharray
-+ia_cbr_setup_43640 ia_cbr_setup 0 43640 &padlock_sha_export_43640
-+tps6105x_get_43643 tps6105x_get 0 43643 NULL nohasharray
-+setup_sdma_43643 setup_sdma 0 43643 &tps6105x_get_43643
-+si4713_wait_stc_43644 si4713_wait_stc 0 43644 NULL
-+gf100_vm_create_43645 gf100_vm_create 2-3 43645 NULL
-+generic_get_free_region_43646 generic_get_free_region 0-3 43646 NULL
-+kmalloc_large_node_hook_43651 kmalloc_large_node_hook 2 43651 NULL
-+__orinoco_hw_set_bitrate_43655 __orinoco_hw_set_bitrate 0 43655 NULL
-+random_write_43656 random_write 3-0 43656 NULL
-+acpi_ds_exec_begin_control_op_43657 acpi_ds_exec_begin_control_op 0 43657 NULL
-+ext4_acl_count_43659 ext4_acl_count 0-1 43659 NULL nohasharray
-+tps65217_set_bits_43659 tps65217_set_bits 0 43659 &ext4_acl_count_43659
-+show_fc_host_manufacturer_43662 show_fc_host_manufacturer 0 43662 NULL
-+write_file_tx99_power_43670 write_file_tx99_power 3-0 43670 NULL
-+snd_seq_pool_init_43673 snd_seq_pool_init 0 43673 NULL
-+dmam_declare_coherent_memory_43679 dmam_declare_coherent_memory 2-4 43679 NULL nohasharray
-+start_ms350_cam_43679 start_ms350_cam 0 43679 &dmam_declare_coherent_memory_43679
-+acpi_ut_strtoul64_43681 acpi_ut_strtoul64 0 43681 NULL
-+_drbd_no_send_page_43682 _drbd_no_send_page 4 43682 NULL
-+calgary_map_page_43686 calgary_map_page 4 43686 NULL nohasharray
-+cluster_set_43686 cluster_set 0-6 43686 &calgary_map_page_43686
-+port_attr_store_43688 port_attr_store 0-4 43688 NULL nohasharray
-+rbd_header_from_disk_43688 rbd_header_from_disk 0 43688 &port_attr_store_43688
-+start_43697 start 0 43697 NULL
-+show_43699 show 0 43699 NULL
-+hidp_send_ctrl_message_43702 hidp_send_ctrl_message 4-0 43702 NULL nohasharray
-+mwifiex_cmd_cfg_data_43702 mwifiex_cmd_cfg_data 0 43702 &hidp_send_ctrl_message_43702
-+ncp_modify_file_or_subdir_dos_info_43705 ncp_modify_file_or_subdir_dos_info 0 43705 NULL
-+set_rdac2_43707 set_rdac2 4-0 43707 NULL
-+cpuidle_switch_governor_43709 cpuidle_switch_governor 0 43709 NULL
-+acerhdf_set_cur_state_43710 acerhdf_set_cur_state 0 43710 NULL
-+nvkm_connector_create__43711 nvkm_connector_create_ 6 43711 NULL nohasharray
-+ext3_xattr_trusted_set_43711 ext3_xattr_trusted_set 0 43711 &nvkm_connector_create__43711
-+memory_subsys_offline_43716 memory_subsys_offline 0 43716 NULL
-+show_hyst_43718 show_hyst 0 43718 NULL
-+adis_read_reg_43719 adis_read_reg 0 43719 NULL nohasharray
-+cpia2_do_command_43719 cpia2_do_command 0 43719 &adis_read_reg_43719
-+xfs_bmap_del_extent_43720 xfs_bmap_del_extent 0 43720 NULL
-+module_flags_taint_43722 module_flags_taint 0 43722 NULL
-+wait_for_completion_interruptible_43723 wait_for_completion_interruptible 0 43723 NULL
-+fuse_send_read_43725 fuse_send_read 4 43725 NULL
-+imm_write_info_43727 imm_write_info 0-3 43727 NULL
-+pm8001_chip_set_nvmd_req_43728 pm8001_chip_set_nvmd_req 0 43728 NULL
-+drbd_md_first_sector_43729 drbd_md_first_sector 0 43729 NULL
-+lbs_dev_open_43731 lbs_dev_open 0 43731 NULL nohasharray
-+pcistub_quirk_add_43731 pcistub_quirk_add 0-3 43731 &lbs_dev_open_43731
-+snd_rme32_playback_copy_43732 snd_rme32_playback_copy 5 43732 NULL nohasharray
-+fuse_notify_delete_43732 fuse_notify_delete 0 43732 &snd_rme32_playback_copy_43732
-+brcmf_sdio_download_firmware_43734 brcmf_sdio_download_firmware 4 43734 NULL nohasharray
-+__alloc_alien_cache_43734 __alloc_alien_cache 2 43734 &brcmf_sdio_download_firmware_43734
-+fuse_conn_congestion_threshold_write_43736 fuse_conn_congestion_threshold_write 3-0 43736 NULL
-+interf_grp_sub_compatible_id_show_43740 interf_grp_sub_compatible_id_show 0 43740 NULL
-+cifs_writepages_43741 cifs_writepages 0 43741 NULL
-+bql_set_limit_max_43745 bql_set_limit_max 4-0 43745 NULL
-+__bm_find_next_43748 __bm_find_next 2 43748 NULL
-+gigaset_initcs_43753 gigaset_initcs 2 43753 NULL
-+sctp_setsockopt_active_key_43755 sctp_setsockopt_active_key 3-0 43755 NULL
-+panic_happened_43756 panic_happened 0 43756 NULL
-+dev_size_mb_show_43758 dev_size_mb_show 0 43758 NULL
-+lola_set_stream_config_43764 lola_set_stream_config 0 43764 NULL
-+b43legacy_pio_init_43765 b43legacy_pio_init 0 43765 NULL nohasharray
-+wusbhc_pal_register_43765 wusbhc_pal_register 0 43765 &b43legacy_pio_init_43765
-+nilfs_btree_propagate_gc_43767 nilfs_btree_propagate_gc 0 43767 NULL
-+vid_cap_buf_prepare_43770 vid_cap_buf_prepare 0 43770 NULL
-+l2cap_validate_bredr_psm_43772 l2cap_validate_bredr_psm 0 43772 NULL
-+__lbs_mesh_config_send_43775 __lbs_mesh_config_send 0 43775 NULL nohasharray
-+dimmdev_label_store_43775 dimmdev_label_store 0-4 43775 &__lbs_mesh_config_send_43775
-+i2c_smbus_write_word_data_43778 i2c_smbus_write_word_data 0 43778 NULL
-+bnx2x_setup_tx_only_43781 bnx2x_setup_tx_only 0 43781 NULL
-+tcp_v4_connect_43786 tcp_v4_connect 0 43786 NULL
-+ocfs2_xattr_get_value_outside_43787 ocfs2_xattr_get_value_outside 0 43787 NULL nohasharray
-+pci_user_write_config_byte_43787 pci_user_write_config_byte 0 43787 &ocfs2_xattr_get_value_outside_43787
-+failed_reads_show_43791 failed_reads_show 0 43791 NULL
-+xfs_trans_reserve_quota_bydquots_43797 xfs_trans_reserve_quota_bydquots 0 43797 NULL
-+__uncore_filter_band1_show_43798 __uncore_filter_band1_show 0 43798 NULL
-+em28xx_write_regs_43804 em28xx_write_regs 0 43804 NULL nohasharray
-+integrity_kernel_read_43804 integrity_kernel_read 4 43804 &em28xx_write_regs_43804
-+suspend_lo_store_43805 suspend_lo_store 0-3 43805 NULL
-+btrfs_copy_from_user_43806 btrfs_copy_from_user 1-0-3 43806 NULL
-+il3945_read_ucode_43807 il3945_read_ucode 0 43807 NULL
-+hci_send_cmd_43810 hci_send_cmd 3 43810 NULL
-+ps_set_cur_charge_cntl_limit_43812 ps_set_cur_charge_cntl_limit 0 43812 NULL
-+show_fcoe_fcf_device_switch_name_43813 show_fcoe_fcf_device_switch_name 0 43813 NULL
-+ext4_read_block_bitmap_43814 ext4_read_block_bitmap 2 43814 NULL
-+alloc_irq_from_domain_43815 alloc_irq_from_domain 2-0-3 43815 NULL nohasharray
-+div64_u64_safe_43815 div64_u64_safe 0 43815 &alloc_irq_from_domain_43815
-+read_pwr_int_values_43824 read_pwr_int_values 0 43824 NULL
-+ieee80211_if_fmt_element_ttl_43825 ieee80211_if_fmt_element_ttl 3 43825 NULL
-+ieee80211_alloc_hw_43829 ieee80211_alloc_hw 1 43829 NULL nohasharray
-+get_rsb_struct_43829 get_rsb_struct 0 43829 &ieee80211_alloc_hw_43829
-+ovl_setxattr_43838 ovl_setxattr 0 43838 NULL
-+ltc4151_show_value_43839 ltc4151_show_value 0 43839 NULL
-+max_channels_43840 max_channels 0 43840 NULL
-+p54_download_eeprom_43842 p54_download_eeprom 4 43842 NULL nohasharray
-+snd_seq_fifo_event_in_43842 snd_seq_fifo_event_in 0 43842 &p54_download_eeprom_43842
-+read_flush_43851 read_flush 3-0 43851 NULL
-+bdx_hw_start_43856 bdx_hw_start 0 43856 NULL nohasharray
-+sdev_store_evt_media_change_43856 sdev_store_evt_media_change 0-4 43856 &bdx_hw_start_43856
-+resume_43864 resume 0 43864 NULL nohasharray
-+atl1c_change_mtu_43864 atl1c_change_mtu 0 43864 &resume_43864
-+port_number_show_43866 port_number_show 0 43866 NULL
-+lbtf_setup_firmware_43867 lbtf_setup_firmware 0 43867 NULL
-+beiscsi_free_session_disp_43868 beiscsi_free_session_disp 0 43868 NULL
-+ocfs2_block_group_find_clear_bits_43874 ocfs2_block_group_find_clear_bits 4 43874 NULL
-+pm860x_bulk_write_43875 pm860x_bulk_write 2-3 43875 NULL
-+rtl8150_set_mac_address_43881 rtl8150_set_mac_address 0 43881 NULL
-+nfc_hci_execute_cmd_43882 nfc_hci_execute_cmd 5 43882 NULL
-+ib_modify_device_43883 ib_modify_device 0 43883 NULL
-+pn_socket_listen_43885 pn_socket_listen 0 43885 NULL
-+hpfs_setattr_43889 hpfs_setattr 0 43889 NULL
-+tps6105x_mask_and_set_43891 tps6105x_mask_and_set 0 43891 NULL
-+cx231xx_s_audio_sampling_freq_43893 cx231xx_s_audio_sampling_freq 0 43893 NULL
-+write_43894 write 0-3 43894 NULL
-+ec_dbgfs_cmd_write_43895 ec_dbgfs_cmd_write 3 43895 NULL
-+gadget_strings_attr_store_43898 gadget_strings_attr_store 0-4 43898 NULL
-+ubifs_decompress_43909 ubifs_decompress 0 43909 NULL nohasharray
-+xillybus_myflush_43909 xillybus_myflush 0 43909 &ubifs_decompress_43909
-+v9fs_direct_IO_43911 v9fs_direct_IO 0 43911 NULL
-+snd_ymfpci_playback_trigger_43914 snd_ymfpci_playback_trigger 0 43914 NULL
-+set_temp8_43915 set_temp8 0-4 43915 NULL
-+prism2_sta_send_mgmt_43916 prism2_sta_send_mgmt 5 43916 NULL nohasharray
-+wl1271_acx_conn_monit_params_43916 wl1271_acx_conn_monit_params 0 43916 &prism2_sta_send_mgmt_43916
-+usb_autoresume_device_43919 usb_autoresume_device 0 43919 NULL
-+udf_file_write_iter_43922 udf_file_write_iter 0 43922 NULL nohasharray
-+velocity_netdev_event_43922 velocity_netdev_event 0 43922 &udf_file_write_iter_43922
-+rd_set_configfs_dev_params_43923 rd_set_configfs_dev_params 0-3 43923 NULL
-+ov7670_s_contrast_43924 ov7670_s_contrast 0 43924 NULL
-+wlcore_allocate_hw_queue_base_43928 wlcore_allocate_hw_queue_base 0 43928 NULL
-+tsl2550_show_lux1_input_43931 tsl2550_show_lux1_input 0 43931 NULL
-+snd_cs5535audio_capture_prepare_43934 snd_cs5535audio_capture_prepare 0 43934 NULL nohasharray
-+store_engine_mode_43934 store_engine_mode 0-4 43934 &snd_cs5535audio_capture_prepare_43934
-+__ftrace_hash_update_ipmodify_43937 __ftrace_hash_update_ipmodify 0 43937 NULL
-+st_press_buffer_postenable_43943 st_press_buffer_postenable 0 43943 NULL
-+xen_register_gsi_43946 xen_register_gsi 2-1 43946 NULL
-+xgbe_alloc_ring_resources_43947 xgbe_alloc_ring_resources 0 43947 NULL
-+stats_dot11RTSFailureCount_read_43948 stats_dot11RTSFailureCount_read 3-0 43948 NULL
-+multicast_startup_query_count_show_43949 multicast_startup_query_count_show 0 43949 NULL
-+vmci_transport_notify_send_post_enqueue_43957 vmci_transport_notify_send_post_enqueue 0 43957 NULL
-+xfs_trans_dqresv_43960 xfs_trans_dqresv 0 43960 NULL
-+bma180_show_filter_freq_avail_43961 bma180_show_filter_freq_avail 0 43961 NULL
-+show_unit_43962 show_unit 0 43962 NULL
-+emc6w201_write16_43963 emc6w201_write16 0 43963 NULL
-+yellowfin_open_43965 yellowfin_open 0 43965 NULL
-+cache_request_43968 cache_request 0 43968 NULL nohasharray
-+lm3642_strobe_pin_store_43968 lm3642_strobe_pin_store 0-4 43968 &cache_request_43968
-+iflink_show_43970 iflink_show 0 43970 NULL
-+cont_write_begin_43971 cont_write_begin 0-3 43971 NULL
-+rt2400pci_set_device_state_43974 rt2400pci_set_device_state 0 43974 NULL
-+set_auto_temp_43976 set_auto_temp 0-4 43976 NULL
-+__get_required_blob_size_43980 __get_required_blob_size 0-3-2 43980 NULL
-+__clkdev_alloc_43990 __clkdev_alloc 1 43990 NULL
-+netdev_init_43991 netdev_init 0 43991 NULL
-+kvm_read_guest_virt_43992 kvm_read_guest_virt 4-2 43992 NULL nohasharray
-+bcm_recvmsg_43992 bcm_recvmsg 4-0 43992 &kvm_read_guest_virt_43992 nohasharray
-+scsi_command_size_43992 scsi_command_size 0 43992 &bcm_recvmsg_43992 nohasharray
-+batadv_softif_init_late_43992 batadv_softif_init_late 0 43992 &scsi_command_size_43992
-+ulist_add_43994 ulist_add 0 43994 NULL
-+_rtl92d_fw_init_44000 _rtl92d_fw_init 0 44000 NULL
-+gpio_trig_brightness_store_44001 gpio_trig_brightness_store 0-4 44001 NULL
-+emit_flags_44006 emit_flags 3-4 44006 NULL
-+write_flush_procfs_44011 write_flush_procfs 3-0 44011 NULL nohasharray
-+mem_cgroup_move_charge_write_44011 mem_cgroup_move_charge_write 0 44011 &write_flush_procfs_44011
-+bd2802_store_reg0x03_44013 bd2802_store_reg0x03 0-4 44013 NULL
-+raid_show_resync_44017 raid_show_resync 0 44017 NULL
-+apds990x_rate_avail_44025 apds990x_rate_avail 0 44025 NULL
-+ds1374_wdt_notify_sys_44026 ds1374_wdt_notify_sys 0 44026 NULL nohasharray
-+store_fcoe_fcf_dev_loss_tmo_44026 store_fcoe_fcf_dev_loss_tmo 0-4 44026 &ds1374_wdt_notify_sys_44026 nohasharray
-+vxge_ethtool_get_regs_len_44026 vxge_ethtool_get_regs_len 0 44026 &store_fcoe_fcf_dev_loss_tmo_44026
-+address_mask_show_44028 address_mask_show 0 44028 NULL
-+oxygen_trigger_44030 oxygen_trigger 0 44030 NULL
-+ax25_getname_44035 ax25_getname 0 44035 NULL nohasharray
-+pipe_write_44035 pipe_write 0 44035 &ax25_getname_44035
-+pcan_usb_fd_set_filter_std_44036 pcan_usb_fd_set_filter_std 0 44036 NULL
-+hdmi_s_stream_44039 hdmi_s_stream 0 44039 NULL
-+zd_usb_init_hw_44041 zd_usb_init_hw 0 44041 NULL
-+btrfs_account_dev_extents_size_44045 btrfs_account_dev_extents_size 0 44045 NULL
-+kempld_i2c_process_44047 kempld_i2c_process 0 44047 NULL
-+set_pwm_at_crit_44049 set_pwm_at_crit 0-4 44049 NULL
-+snd_fw_transaction_44050 snd_fw_transaction 0 44050 NULL
-+show_44058 show 0 44058 NULL
-+sprint_frac_44059 sprint_frac 0 44059 NULL
-+bch_cache_set_store_44062 bch_cache_set_store 0-4 44062 NULL
-+b43_aphy_op_init_44065 b43_aphy_op_init 0 44065 NULL
-+wmi_call_44066 wmi_call 0 44066 NULL
-+vx2_inb_44069 vx2_inb 0 44069 NULL
-+drbd_recv_short_44071 drbd_recv_short 3-0 44071 NULL
-+socket_sockcreate_sid_44074 socket_sockcreate_sid 0 44074 NULL
-+il3945_show_filter_flags_44077 il3945_show_filter_flags 0 44077 NULL
-+ath9k_def_dump_modal_eeprom_44078 ath9k_def_dump_modal_eeprom 0-2-3 44078 NULL nohasharray
-+mwifiex_cmd_pcie_host_spec_44078 mwifiex_cmd_pcie_host_spec 0 44078 &ath9k_def_dump_modal_eeprom_44078
-+SYSC_add_key_44079 SYSC_add_key 4 44079 NULL
-+vmci_transport_notify_recv_pre_block_44080 vmci_transport_notify_recv_pre_block 0 44080 NULL
-+btrfs_prev_leaf_44083 btrfs_prev_leaf 0 44083 NULL
-+target_stat_scsi_auth_intr_show_attr_port_44089 target_stat_scsi_auth_intr_show_attr_port 0 44089 NULL
-+x25_listen_44090 x25_listen 0 44090 NULL
-+nfs_invalidate_mapping_44091 nfs_invalidate_mapping 0 44091 NULL nohasharray
-+iscsi_tpg_param_show_FirstBurstLength_44091 iscsi_tpg_param_show_FirstBurstLength 0 44091 &nfs_invalidate_mapping_44091
-+ath10k_hif_tx_sg_44092 ath10k_hif_tx_sg 0 44092 NULL
-+pci_msix_vec_count_44093 pci_msix_vec_count 0 44093 NULL
-+elantech_set_int_attr_44096 elantech_set_int_attr 0-4 44096 NULL
-+bql_show_hold_time_44100 bql_show_hold_time 0 44100 NULL
-+xlog_recover_add_to_cont_trans_44102 xlog_recover_add_to_cont_trans 4 44102 NULL
-+nouveau_hwmon_set_critical_temp_hyst_44103 nouveau_hwmon_set_critical_temp_hyst 0-4 44103 NULL
-+ipath_assign_port_44104 ipath_assign_port 0 44104 NULL
-+snd_trident_playback_prepare_44105 snd_trident_playback_prepare 0 44105 NULL
-+show_fan_pulses_44107 show_fan_pulses 0 44107 NULL nohasharray
-+zl10036_set_bandwidth_44107 zl10036_set_bandwidth 0 44107 &show_fan_pulses_44107
-+raid_level_show_44108 raid_level_show 0 44108 NULL
-+skb_frag_dma_map_44112 skb_frag_dma_map 0 44112 NULL
-+check_idq_44117 check_idq 0 44117 NULL
-+do_readpage_44120 do_readpage 0 44120 NULL
-+file_remove_suid_44122 file_remove_suid 0 44122 NULL nohasharray
-+tracing_set_trace_read_44122 tracing_set_trace_read 3 44122 &file_remove_suid_44122
-+SyS_process_vm_writev_44129 SyS_process_vm_writev 3-5 44129 NULL
-+em28xx_read_reg_req_44130 em28xx_read_reg_req 0 44130 NULL
-+rndis_opts_dev_addr_show_44133 rndis_opts_dev_addr_show 0 44133 NULL
-+lpfc_soft_wwpn_store_44135 lpfc_soft_wwpn_store 0-4 44135 NULL
-+dev_uc_del_44137 dev_uc_del 0 44137 NULL
-+capture_pcm_trigger_44138 capture_pcm_trigger 0 44138 NULL
-+tracing_resize_saved_cmdlines_44140 tracing_resize_saved_cmdlines 1 44140 NULL
-+ttm_get_pages_44142 ttm_get_pages 2 44142 NULL nohasharray
-+setprocattr_44142 setprocattr 0-4 44142 &ttm_get_pages_44142
-+mcp4725_store_eeprom_44143 mcp4725_store_eeprom 0-4 44143 NULL
-+queue_attr_show_44146 queue_attr_show 0 44146 NULL
-+s3c_hsotg_udc_start_44148 s3c_hsotg_udc_start 0 44148 NULL
-+create_strip_zones_44150 create_strip_zones 0 44150 NULL
-+pcan_usb_fd_set_options_44151 pcan_usb_fd_set_options 0 44151 NULL
-+sky2_get_sset_count_44153 sky2_get_sset_count 0 44153 NULL
-+vv6410_set_vflip_44154 vv6410_set_vflip 0 44154 NULL
-+nlmsg_multicast_44156 nlmsg_multicast 0 44156 NULL
-+coda_permission_44158 coda_permission 0 44158 NULL
-+summary_show_44161 summary_show 0 44161 NULL nohasharray
-+part_discard_alignment_show_44161 part_discard_alignment_show 0 44161 &summary_show_44161
-+snd_emu10k1x_pcm_trigger_44162 snd_emu10k1x_pcm_trigger 0 44162 NULL
-+da9052_group_read_44164 da9052_group_read 0 44164 NULL
-+sm501fb_debug_show_crt_44169 sm501fb_debug_show_crt 0 44169 NULL
-+atl1_up_44170 atl1_up 0 44170 NULL
-+ocfs2_xattr_bucket_find_44174 ocfs2_xattr_bucket_find 0 44174 NULL
-+SYSC_set_mempolicy_44176 SYSC_set_mempolicy 3 44176 NULL
-+target_stat_scsi_att_intr_port_show_attr_indx_44178 target_stat_scsi_att_intr_port_show_attr_indx 0 44178 NULL
-+i8k_hwmon_show_fan_44179 i8k_hwmon_show_fan 0 44179 NULL
-+tty_line_name_44181 tty_line_name 0 44181 NULL
-+regulator_uA_show_44185 regulator_uA_show 0 44185 NULL
-+ath10k_wmi_cmd_send_nowait_44190 ath10k_wmi_cmd_send_nowait 0 44190 NULL
-+handle_eviocgbit_44193 handle_eviocgbit 3 44193 NULL
-+nfs4_file_fsync_44195 nfs4_file_fsync 0 44195 NULL
-+mptscsih_change_queue_depth_44196 mptscsih_change_queue_depth 2-0 44196 NULL nohasharray
-+queue_int_on_old_endpoint_44196 queue_int_on_old_endpoint 0 44196 &mptscsih_change_queue_depth_44196
-+pvclock_gtod_notify_44200 pvclock_gtod_notify 0 44200 NULL
-+iwl_init_alive_start_44203 iwl_init_alive_start 0 44203 NULL nohasharray
-+virtinput_cfg_select_44203 virtinput_cfg_select 0 44203 &iwl_init_alive_start_44203
-+core_alua_show_access_type_44204 core_alua_show_access_type 0 44204 NULL
-+roccat_common2_sysfs_read_info_44206 roccat_common2_sysfs_read_info 0-5-6 44206 NULL
-+wl1271_acx_mem_map_44208 wl1271_acx_mem_map 0 44208 NULL
-+__set_free_44211 __set_free 2 44211 NULL
-+claim_ptd_buffers_44213 claim_ptd_buffers 3 44213 NULL nohasharray
-+write_44213 write 0 44213 &claim_ptd_buffers_44213
-+qib_assign_ctxt_44217 qib_assign_ctxt 0 44217 NULL
-+bttv_i2c_xfer_44219 bttv_i2c_xfer 0-3 44219 NULL
-+btrfs_item_offset_nr_44220 btrfs_item_offset_nr 0 44220 NULL nohasharray
-+generic_setxattr_44220 generic_setxattr 0 44220 &btrfs_item_offset_nr_44220
-+symbol_open_44224 symbol_open 0 44224 NULL nohasharray
-+device_user_unlock_44224 device_user_unlock 0 44224 &symbol_open_44224
-+srp_alloc_iu_44227 srp_alloc_iu 2 44227 NULL
-+show_adc_44229 show_adc 0 44229 NULL
-+aty_var_to_pll_8398_44232 aty_var_to_pll_8398 0 44232 NULL
-+lpfc_fcp2_no_tgt_reset_store_44235 lpfc_fcp2_no_tgt_reset_store 0-4 44235 NULL
-+iwl_send_bt_prio_tbl_44236 iwl_send_bt_prio_tbl 0 44236 NULL
-+target_stat_scsi_lu_show_attr_state_bit_44237 target_stat_scsi_lu_show_attr_state_bit 0 44237 NULL nohasharray
-+set_otp3en_44237 set_otp3en 4-0 44237 &target_stat_scsi_lu_show_attr_state_bit_44237
-+show_fc_host_model_description_44238 show_fc_host_model_description 0 44238 NULL nohasharray
-+write_44238 write 0-4 44238 &show_fc_host_model_description_44238
-+scsi_track_queue_full_44239 scsi_track_queue_full 2 44239 NULL
-+snprint_line_44241 snprint_line 0 44241 NULL nohasharray
-+lldd_execute_task_44241 lldd_execute_task 0 44241 &snprint_line_44241
-+calibrate_store_44244 calibrate_store 0-4 44244 NULL
-+vp_find_vqs_44247 vp_find_vqs 2 44247 NULL nohasharray
-+extra_show_44247 extra_show 0 44247 &vp_find_vqs_44247
-+enlarge_skb_44248 enlarge_skb 2 44248 NULL
-+ecryptfs_init_lower_file_44249 ecryptfs_init_lower_file 0 44249 NULL
-+rbd_parent_show_44252 rbd_parent_show 0 44252 NULL
-+st33zp24_i2c_recv_44256 st33zp24_i2c_recv 4 44256 NULL
-+tm6000_i2c_xfer_44260 tm6000_i2c_xfer 0-3 44260 NULL
-+mgt_commit_44264 mgt_commit 0 44264 NULL nohasharray
-+ec_bhf_open_44264 ec_bhf_open 0 44264 &mgt_commit_44264
-+minix_getattr_44267 minix_getattr 0 44267 NULL
-+vlan_vid_add_44269 vlan_vid_add 0 44269 NULL
-+gpiod_direction_output_raw_44276 gpiod_direction_output_raw 0 44276 NULL
-+start_usb_playback_44284 start_usb_playback 0 44284 NULL
-+device_create_file_44285 device_create_file 0 44285 NULL
-+initstate_show_44288 initstate_show 0 44288 NULL
-+xgene_enet_register_irq_44289 xgene_enet_register_irq 0 44289 NULL
-+nft_hash_privsize_44290 nft_hash_privsize 0 44290 NULL
-+_request_firmware_prepare_44291 _request_firmware_prepare 0 44291 NULL
-+store_eeprom_delay_44292 store_eeprom_delay 0-4 44292 NULL
-+ufs_clusteracct_44293 ufs_clusteracct 3 44293 NULL nohasharray
-+gfs2_jdata_writepages_44293 gfs2_jdata_writepages 0 44293 &ufs_clusteracct_44293
-+store_companion_44297 store_companion 0-4 44297 NULL
-+crc32c_intel_init_44298 crc32c_intel_init 0 44298 NULL
-+xfs_dir2_sf_to_block_44301 xfs_dir2_sf_to_block 0 44301 NULL
-+ath6kl_keepalive_read_44303 ath6kl_keepalive_read 3-0 44303 NULL nohasharray
-+led_set_flash_strobe_44303 led_set_flash_strobe 0 44303 &ath6kl_keepalive_read_44303
-+max8997_rtc_set_update_reg_44308 max8997_rtc_set_update_reg 0 44308 NULL
-+snd_pcm_lib_alloc_vmalloc_buffer_44309 snd_pcm_lib_alloc_vmalloc_buffer 2 44309 NULL
-+target_core_dev_wwn_store_attr_vpd_assoc_target_port_44310 target_core_dev_wwn_store_attr_vpd_assoc_target_port 0-3 44310 NULL
-+da9055_disable_auto_mode_44318 da9055_disable_auto_mode 0 44318 NULL nohasharray
-+set_temp_hyst_44318 set_temp_hyst 0-4 44318 &da9055_disable_auto_mode_44318
-+store_bank1_setting_44319 store_bank1_setting 0-4 44319 NULL
-+generic_file_read_iter_44320 generic_file_read_iter 0 44320 NULL nohasharray
-+dispatch_proc_write_44320 dispatch_proc_write 3-0 44320 &generic_file_read_iter_44320
-+ccp_init_data_44324 ccp_init_data 5 44324 NULL
-+shmem_setattr_44325 shmem_setattr 0 44325 NULL nohasharray
-+pwm1_enable_store_44325 pwm1_enable_store 0-4 44325 &shmem_setattr_44325
-+rs_init_44327 rs_init 1 44327 NULL
-+__uncore_filter_band2_show_44332 __uncore_filter_band2_show 0 44332 NULL
-+count_ah_combs_44334 count_ah_combs 0 44334 NULL
-+gadget_info_attr_show_44335 gadget_info_attr_show 0 44335 NULL
-+pyra_sysfs_read_profile_settings_44337 pyra_sysfs_read_profile_settings 0-5-6 44337 NULL
-+rc5t583_rtc_alarm_irq_enable_44338 rc5t583_rtc_alarm_irq_enable 0 44338 NULL
-+ubi_eba_write_leb_st_44343 ubi_eba_write_leb_st 5-0 44343 NULL
-+radix_tree_maybe_preload_44346 radix_tree_maybe_preload 0 44346 NULL nohasharray
-+logfs_write_i0_44346 logfs_write_i0 0 44346 &radix_tree_maybe_preload_44346
-+bcm87xx_config_init_44347 bcm87xx_config_init 0 44347 NULL
-+nfs_fscache_get_super_cookie_44355 nfs_fscache_get_super_cookie 3 44355 NULL
-+set_format_44357 set_format 0 44357 NULL nohasharray
-+sys_write_44357 sys_write 3-0 44357 &set_format_44357
-+fm_v4l2_s_ctrl_44358 fm_v4l2_s_ctrl 0 44358 NULL
-+ipx_recvmsg_44366 ipx_recvmsg 4-0 44366 NULL
-+llcp_sock_bind_44367 llcp_sock_bind 0 44367 NULL nohasharray
-+atkbd_show_softraw_44367 atkbd_show_softraw 0 44367 &llcp_sock_bind_44367
-+topology_cpu_callback_44372 topology_cpu_callback 0 44372 NULL
-+rts_threshold_read_44384 rts_threshold_read 3-0 44384 NULL
-+get_gr_arg_wrapper_size_44389 get_gr_arg_wrapper_size 0 44389 NULL
-+ubi_sync_44391 ubi_sync 0 44391 NULL
-+t4_change_mac_44392 t4_change_mac 0 44392 NULL
-+mtip_hw_read_flags_44396 mtip_hw_read_flags 3-0 44396 NULL nohasharray
-+show_44396 show 0 44396 &mtip_hw_read_flags_44396 nohasharray
-+mwl8k_cmd_set_edca_params_44396 mwl8k_cmd_set_edca_params 0 44396 &show_44396
-+pcibios_err_to_errno_44397 pcibios_err_to_errno 0-1 44397 NULL
-+aoedev_flush_44398 aoedev_flush 2-0 44398 NULL nohasharray
-+snd_atiixp_playback_prepare_44398 snd_atiixp_playback_prepare 0 44398 &aoedev_flush_44398
-+drm_buffer_alloc_44405 drm_buffer_alloc 2 44405 NULL
-+ceph_vxattrcb_dir_rfiles_44407 ceph_vxattrcb_dir_rfiles 0 44407 NULL
-+store_tabletPointerMode_44408 store_tabletPointerMode 0-4 44408 NULL
-+coda_symlink_filler_44409 coda_symlink_filler 0 44409 NULL
-+osst_do_scsi_44410 osst_do_scsi 4 44410 NULL
-+link_layer_show_44412 link_layer_show 0 44412 NULL nohasharray
-+save_ioapic_entries_44412 save_ioapic_entries 0 44412 &link_layer_show_44412
-+qt1010_writereg_44415 qt1010_writereg 0 44415 NULL
-+dvbsky_usb_generic_rw_44417 dvbsky_usb_generic_rw 0 44417 NULL
-+ieee80211_if_read_rc_rateidx_mcs_mask_5ghz_44423 ieee80211_if_read_rc_rateidx_mcs_mask_5ghz 3-0 44423 NULL
-+__hci_cmd_sync_44429 __hci_cmd_sync 3 44429 NULL
-+broadsheet_spiflash_op_on_address_44431 broadsheet_spiflash_op_on_address 0 44431 NULL
-+_nfs4_server_capabilities_44435 _nfs4_server_capabilities 0 44435 NULL nohasharray
-+fs16_to_cpu_44435 fs16_to_cpu 0-2 44435 &_nfs4_server_capabilities_44435 nohasharray
-+rt61pci_enable_radio_44435 rt61pci_enable_radio 0 44435 &fs16_to_cpu_44435
-+nilfs_dat_prepare_entry_44436 nilfs_dat_prepare_entry 0 44436 NULL
-+temp_SKIN_44437 temp_SKIN 0 44437 NULL
-+tpm_nsc_send_44438 tpm_nsc_send 0-3 44438 NULL
-+mwl8k_request_fw_44446 mwl8k_request_fw 0 44446 NULL
-+w83977af_net_open_44449 w83977af_net_open 0 44449 NULL
-+iwl_dbgfs_bf_params_write_44450 iwl_dbgfs_bf_params_write 0-3 44450 NULL nohasharray
-+eth_change_mtu_44450 eth_change_mtu 0 44450 &iwl_dbgfs_bf_params_write_44450
-+koneplus_sysfs_read_profilex_buttons_44454 koneplus_sysfs_read_profilex_buttons 0-5-6 44454 NULL
-+dma_mask_bits_show_44456 dma_mask_bits_show 0 44456 NULL nohasharray
-+sensor_hub_get_feature_44456 sensor_hub_get_feature 0-4 44456 &dma_mask_bits_show_44456
-+af_alg_make_sg_44459 af_alg_make_sg 0-3 44459 NULL
-+snd_pcm_do_suspend_44460 snd_pcm_do_suspend 0 44460 NULL
-+___alloc_bootmem_node_nopanic_44461 ___alloc_bootmem_node_nopanic 2 44461 NULL
-+cpuid_class_cpu_callback_44464 cpuid_class_cpu_callback 0 44464 NULL
-+mic_virtio_copy_to_user_44472 mic_virtio_copy_to_user 4-3 44472 NULL nohasharray
-+slave_show_44472 slave_show 0 44472 &mic_virtio_copy_to_user_44472
-+write_file_debug_44476 write_file_debug 3-0 44476 NULL
-+btrfs_chunk_item_size_44478 btrfs_chunk_item_size 0-1 44478 NULL
-+allocate_mid_44479 allocate_mid 0 44479 NULL
-+iwl_send_bt_env_44481 iwl_send_bt_env 0 44481 NULL
-+atxp1_showgpio1_44484 atxp1_showgpio1 0 44484 NULL nohasharray
-+iscsi_nacl_attrib_show_nopin_response_timeout_44484 iscsi_nacl_attrib_show_nopin_response_timeout 0 44484 &atxp1_showgpio1_44484
-+security_socket_sendmsg_44485 security_socket_sendmsg 0 44485 NULL
-+ext4_write_inode_44486 ext4_write_inode 0 44486 NULL
-+card_id_show_attr_44487 card_id_show_attr 0 44487 NULL nohasharray
-+size_store_44487 size_store 0-3 44487 &card_id_show_attr_44487
-+cond_read_node_44488 cond_read_node 0 44488 NULL
-+sdio_align_size_44489 sdio_align_size 0-2 44489 NULL
-+amd756_transaction_44492 amd756_transaction 0 44492 NULL
-+ixgbevf_open_44493 ixgbevf_open 0 44493 NULL
-+st_accel_trig_set_state_44495 st_accel_trig_set_state 0 44495 NULL
-+bio_advance_44496 bio_advance 2 44496 NULL nohasharray
-+MT2063_SoftwareShutdown_44496 MT2063_SoftwareShutdown 0 44496 &bio_advance_44496
-+vpx3220_s_stream_44498 vpx3220_s_stream 0 44498 NULL
-+ieee80211_if_read_dropped_frames_ttl_44500 ieee80211_if_read_dropped_frames_ttl 3-0 44500 NULL
-+show_sas_end_dev_tlr_supported_44501 show_sas_end_dev_tlr_supported 0 44501 NULL
-+xfrm_sa_len_44502 xfrm_sa_len 0 44502 NULL
-+security_getprocattr_44505 security_getprocattr 0 44505 NULL nohasharray
-+iwl_dbgfs_sram_read_44505 iwl_dbgfs_sram_read 3-0 44505 &security_getprocattr_44505
-+dsa_slave_get_sset_count_44508 dsa_slave_get_sset_count 0 44508 NULL
-+btrfs_space_info_show_total_bytes_44509 btrfs_space_info_show_total_bytes 0 44509 NULL
-+spidev_write_44510 spidev_write 3-0 44510 NULL
-+alc269_parse_auto_config_44518 alc269_parse_auto_config 0 44518 NULL
-+SyS_io_getevents_44519 SyS_io_getevents 3 44519 NULL
-+i7core_inject_type_show_44520 i7core_inject_type_show 0 44520 NULL nohasharray
-+tc3589x_gpio_direction_output_44520 tc3589x_gpio_direction_output 0 44520 &i7core_inject_type_show_44520
-+ivtv_ack_44524 ivtv_ack 0 44524 NULL
-+gxfb_check_var_44525 gxfb_check_var 0 44525 NULL
-+roccat_common2_sysfs_write_profile_buttons_44527 roccat_common2_sysfs_write_profile_buttons 0-6-5 44527 NULL
-+b_hnp_enable_show_44529 b_hnp_enable_show 0 44529 NULL nohasharray
-+vivid_fb_set_par_44529 vivid_fb_set_par 0 44529 &b_hnp_enable_show_44529
-+ath9k_hw_reset_44536 ath9k_hw_reset 0 44536 NULL
-+comm_write_44537 comm_write 3-0 44537 NULL nohasharray
-+sys_msgsnd_44537 sys_msgsnd 3 44537 &comm_write_44537
-+shmem_getpage_gfp_44556 shmem_getpage_gfp 0 44556 NULL
-+br_fdb_external_learn_del_44559 br_fdb_external_learn_del 0 44559 NULL nohasharray
-+picolcd_set_par_44559 picolcd_set_par 0 44559 &br_fdb_external_learn_del_44559
-+sctp_gen_sack_44565 sctp_gen_sack 0 44565 NULL
-+default_pvid_store_44566 default_pvid_store 0-4 44566 NULL
-+show_registers_44567 show_registers 0 44567 NULL nohasharray
-+show_iface_first_burst_len_44567 show_iface_first_burst_len 0 44567 &show_registers_44567
-+pch_gbe_request_irq_44570 pch_gbe_request_irq 0 44570 NULL
-+kobj_attr_store_44573 kobj_attr_store 0-4 44573 NULL
-+isl1208_sysfs_show_atrim_44574 isl1208_sysfs_show_atrim 0 44574 NULL
-+gfs2_write_cache_jdata_44575 gfs2_write_cache_jdata 0 44575 NULL
-+i7core_inject_store_channel_44576 i7core_inject_store_channel 0-4 44576 NULL
-+nilfs_unfreeze_44578 nilfs_unfreeze 0 44578 NULL
-+be_get_rxfh_indir_size_44582 be_get_rxfh_indir_size 0 44582 NULL
-+get_fc_port_speed_names_44585 get_fc_port_speed_names 0 44585 NULL
-+btrfs_set_extent_delalloc_44587 btrfs_set_extent_delalloc 0 44587 NULL
-+bdc_config_ep_44588 bdc_config_ep 0 44588 NULL
-+show_44594 show 0 44594 NULL nohasharray
-+set_usblim_44594 set_usblim 0-4 44594 &show_44594
-+snd_pcm_alloc_vmalloc_buffer_44595 snd_pcm_alloc_vmalloc_buffer 2 44595 NULL
-+get_fan_min_44596 get_fan_min 0 44596 NULL
-+popen_44599 popen 0 44599 NULL
-+thermal_temp_input_show_44600 thermal_temp_input_show 0 44600 NULL
-+show_ipOutDiscards_44605 show_ipOutDiscards 0 44605 NULL
-+buffer_size_read_44609 buffer_size_read 0 44609 NULL
-+pm_async_store_44619 pm_async_store 0-4 44619 NULL
-+ecryptfs_copy_up_encrypted_with_header_44622 ecryptfs_copy_up_encrypted_with_header 0 44622 NULL
-+niu_rx_channel_reset_44627 niu_rx_channel_reset 0 44627 NULL
-+cfpkt_add_body_44630 cfpkt_add_body 3 44630 NULL
-+msb_get_free_block_44633 msb_get_free_block 2 44633 NULL nohasharray
-+xpcs_mmd_write_44633 xpcs_mmd_write 3-0 44633 &msb_get_free_block_44633
-+write_all_xattrs_44634 write_all_xattrs 0 44634 NULL
-+ltc2945_reset_history_44639 ltc2945_reset_history 0-4 44639 NULL
-+ezusb_docmd_wait_44641 ezusb_docmd_wait 0 44641 NULL
-+target_core_store_dev_enable_44642 target_core_store_dev_enable 0-3 44642 NULL
-+ext2_new_block_44645 ext2_new_block 2-0 44645 NULL nohasharray
-+show_fc_vport_symbolic_name_44645 show_fc_vport_symbolic_name 0 44645 &ext2_new_block_44645
-+show_match_busid_44647 show_match_busid 0 44647 NULL
-+show_fc_vport_port_name_44656 show_fc_vport_port_name 0 44656 NULL
-+store_44659 store 0-3 44659 NULL
-+alloc_ctrl_packet_44667 alloc_ctrl_packet 1 44667 NULL
-+i8k_hwmon_show_temp_label_44669 i8k_hwmon_show_temp_label 0 44669 NULL
-+show_ctrl_44671 show_ctrl 0 44671 NULL
-+raid56_parity_write_44672 raid56_parity_write 4-0 44672 NULL
-+mpi_resize_44674 mpi_resize 2 44674 NULL
-+auxch_init_44675 auxch_init 0 44675 NULL
-+sock_write_iter_44676 sock_write_iter 0 44676 NULL
-+ipheth_rx_submit_44679 ipheth_rx_submit 0 44679 NULL nohasharray
-+velocity_open_44679 velocity_open 0 44679 &ipheth_rx_submit_44679
-+rawv6_sendmsg_44680 rawv6_sendmsg 3 44680 NULL
-+fm10k_iov_alloc_data_44682 fm10k_iov_alloc_data 0-2 44682 NULL
-+st_try_direct_io_show_44683 st_try_direct_io_show 0 44683 NULL
-+cifs_setattr_nounix_44685 cifs_setattr_nounix 0 44685 NULL nohasharray
-+sysfs_create_link_44685 sysfs_create_link 0 44685 &cifs_setattr_nounix_44685
-+ts_read_44687 ts_read 3-0 44687 NULL
-+qib_get_user_pages_44689 qib_get_user_pages 0 44689 NULL nohasharray
-+hsr_dev_open_44689 hsr_dev_open 0 44689 &qib_get_user_pages_44689
-+selinux_sb_statfs_44691 selinux_sb_statfs 0 44691 NULL
-+show_host_busy_44693 show_host_busy 0 44693 NULL
-+os_desc_attr_store_44695 os_desc_attr_store 0-4 44695 NULL nohasharray
-+ieee80211_get_sset_count_44695 ieee80211_get_sset_count 0 44695 &os_desc_attr_store_44695
-+write_file_spectral_bins_44696 write_file_spectral_bins 3-0 44696 NULL
-+lov_emerg_alloc_44698 lov_emerg_alloc 1 44698 NULL
-+C_SYSC_select_44701 C_SYSC_select 1 44701 NULL
-+mlx4_flow_attach_44702 mlx4_flow_attach 0 44702 NULL
-+hotkey_bios_mask_show_44708 hotkey_bios_mask_show 0 44708 NULL
-+xfer_to_user_44713 xfer_to_user 3 44713 NULL
-+mt9t112_s_stream_44716 mt9t112_s_stream 0 44716 NULL
-+__iscsi_disc_show_password_44722 __iscsi_disc_show_password 0 44722 NULL
-+C_SYSC_semtimedop_44725 C_SYSC_semtimedop 3 44725 NULL nohasharray
-+_zd_iowrite32v_locked_44725 _zd_iowrite32v_locked 3-0 44725 &C_SYSC_semtimedop_44725
-+do_fbcon_takeover_44726 do_fbcon_takeover 0 44726 NULL
-+clusterip_proc_write_44729 clusterip_proc_write 3-0 44729 NULL
-+fib_count_nexthops_44730 fib_count_nexthops 0 44730 NULL nohasharray
-+get_dev_desc_store_44730 get_dev_desc_store 0-4 44730 &fib_count_nexthops_44730
-+efx_wanted_parallelism_44732 efx_wanted_parallelism 0 44732 NULL nohasharray
-+SyS_read_44732 SyS_read 3 44732 &efx_wanted_parallelism_44732
-+qlcnic_83xx_create_tx_ctx_44733 qlcnic_83xx_create_tx_ctx 0 44733 NULL
-+key_tx_rx_count_read_44742 key_tx_rx_count_read 3-0 44742 NULL nohasharray
-+il3945_show_temperature_44742 il3945_show_temperature 0 44742 &key_tx_rx_count_read_44742
-+WIL_GET_BITS_44747 WIL_GET_BITS 0-3-2-1 44747 NULL
-+phy_poll_reset_44752 phy_poll_reset 0 44752 NULL
-+bch_bio_max_sectors_44755 bch_bio_max_sectors 0 44755 NULL
-+pty_write_44757 pty_write 3 44757 NULL nohasharray
-+tnode_new_44757 tnode_new 3 44757 &pty_write_44757
-+bop_assign_44765 bop_assign 0 44765 NULL
-+_nfs4_do_setattr_44767 _nfs4_do_setattr 0 44767 NULL nohasharray
-+write_44767 write 0-3 44767 &_nfs4_do_setattr_44767
-+snd_usX2Y_pcm_prepare_44768 snd_usX2Y_pcm_prepare 0 44768 NULL
-+__videobuf_copy_stream_44769 __videobuf_copy_stream 4-0 44769 NULL
-+show_44772 show 0 44772 NULL nohasharray
-+ath5k_setup_channel_powertable_44772 ath5k_setup_channel_powertable 0 44772 &show_44772
-+handsfree_ramp_44777 handsfree_ramp 2 44777 NULL
-+readstat_44780 readstat 0 44780 NULL
-+irq_domain_add_legacy_44781 irq_domain_add_legacy 2-4 44781 NULL
-+sctp_setsockopt_44788 sctp_setsockopt 5-0 44788 NULL
-+proc_read_44793 proc_read 0 44793 NULL nohasharray
-+target_core_alua_tg_pt_gp_store_attr_preferred_44793 target_core_alua_tg_pt_gp_store_attr_preferred 0-3 44793 &proc_read_44793
-+posix_clock_read_44794 posix_clock_read 0-3 44794 NULL
-+rx_dropped_read_44799 rx_dropped_read 3-0 44799 NULL
-+cas_open_44801 cas_open 0 44801 NULL
-+iscsit_na_random_datain_seq_offsets_44804 iscsit_na_random_datain_seq_offsets 0 44804 NULL
-+x25_pacsize_to_bytes_44812 x25_pacsize_to_bytes 0 44812 NULL
-+qla4xxx_alloc_work_44813 qla4xxx_alloc_work 2 44813 NULL
-+sbs_init_44817 sbs_init 0 44817 NULL
-+fsp_attr_set_vscroll_44818 fsp_attr_set_vscroll 0-4 44818 NULL
-+force_static_address_write_44819 force_static_address_write 3-0 44819 NULL
-+ipv6_conntrack_local_44820 ipv6_conntrack_local 0 44820 NULL
-+wa_urb_enqueue_b_44822 wa_urb_enqueue_b 0 44822 NULL
-+mei_cl_read_start_44824 mei_cl_read_start 2-0 44824 NULL
-+xfs_da3_swap_lastblock_44825 xfs_da3_swap_lastblock 0 44825 NULL
-+at86rf230_set_csma_params_44826 at86rf230_set_csma_params 0 44826 NULL
-+ocfs2_control_do_setnode_msg_44828 ocfs2_control_do_setnode_msg 0 44828 NULL
-+xen_hvm_cpu_notify_44831 xen_hvm_cpu_notify 0 44831 NULL
-+units_sprintf_44833 units_sprintf 0 44833 NULL
-+sisusb_write_44834 sisusb_write 3-0 44834 NULL
-+rtl8180_add_interface_44835 rtl8180_add_interface 0 44835 NULL
-+node_show_44836 node_show 0 44836 NULL
-+_nfs4_proc_symlink_44843 _nfs4_proc_symlink 0 44843 NULL
-+kvm_read_hva_44847 kvm_read_hva 3 44847 NULL nohasharray
-+f2fs_sync_fs_44847 f2fs_sync_fs 0 44847 &kvm_read_hva_44847
-+cross_eof_44848 cross_eof 0 44848 NULL
-+bfad_im_num_of_discovered_ports_show_44849 bfad_im_num_of_discovered_ports_show 0 44849 NULL nohasharray
-+dbg_check_lprops_44849 dbg_check_lprops 0 44849 &bfad_im_num_of_discovered_ports_show_44849
-+qib_verbs_send_dma_44850 qib_verbs_send_dma 6 44850 NULL nohasharray
-+cis820x_config_init_44850 cis820x_config_init 0 44850 &qib_verbs_send_dma_44850
-+packet_do_bind_44851 packet_do_bind 0 44851 NULL
-+create_hp_mic_44854 create_hp_mic 0 44854 NULL
-+copydesc_user_44855 copydesc_user 3 44855 NULL
-+adp8870_bl_ambient_light_zone_show_44856 adp8870_bl_ambient_light_zone_show 0 44856 NULL
-+picolcd_debug_flash_write_44858 picolcd_debug_flash_write 0-3 44858 NULL nohasharray
-+bch_stats_store_44858 bch_stats_store 0-4 44858 &picolcd_debug_flash_write_44858
-+perm_hwaddr_show_44859 perm_hwaddr_show 0 44859 NULL nohasharray
-+mark_swapfiles_44859 mark_swapfiles 0 44859 &perm_hwaddr_show_44859
-+iwl_send_wimax_coex_44861 iwl_send_wimax_coex 0 44861 NULL
-+disk_removable_show_44864 disk_removable_show 0 44864 NULL
-+set_advertising_44870 set_advertising 4 44870 NULL
-+init_rs_44873 init_rs 1 44873 NULL nohasharray
-+inode_readahead_blks_store_44873 inode_readahead_blks_store 0-4 44873 &init_rs_44873
-+show_fcoe_ctlr_device_link_fail_44874 show_fcoe_ctlr_device_link_fail 0 44874 NULL
-+radeon_get_dpm_forced_performance_level_44881 radeon_get_dpm_forced_performance_level 0 44881 NULL nohasharray
-+omfs_statfs_44881 omfs_statfs 0 44881 &radeon_get_dpm_forced_performance_level_44881
-+skb_availroom_44883 skb_availroom 0 44883 NULL
-+isl1208_i2c_get_usr_44885 isl1208_i2c_get_usr 0 44885 NULL
-+usb_os_desc_attr_show_44887 usb_os_desc_attr_show 0 44887 NULL nohasharray
-+patch_ad1882_44887 patch_ad1882 0 44887 &usb_os_desc_attr_show_44887
-+cfq_set_weight_44888 cfq_set_weight 0 44888 NULL
-+kaweth_open_44889 kaweth_open 0 44889 NULL
-+nf_bridge_encap_header_len_44890 nf_bridge_encap_header_len 0 44890 NULL
-+show_fcoe_fcf_device_priority_44893 show_fcoe_fcf_device_priority 0 44893 NULL nohasharray
-+ocfs2_wait_for_mask_44893 ocfs2_wait_for_mask 0 44893 &show_fcoe_fcf_device_priority_44893
-+nct7802_read_temp_44895 nct7802_read_temp 0 44895 NULL
-+do_tty_write_44896 do_tty_write 5-0 44896 NULL nohasharray
-+show_local_mac_44896 show_local_mac 0 44896 &do_tty_write_44896
-+async_readv_44898 async_readv 0 44898 NULL
-+_scsih_change_queue_depth_44902 _scsih_change_queue_depth 2-0 44902 NULL
-+ip_vs_send_async_44904 ip_vs_send_async 3 44904 NULL nohasharray
-+elsa_resume_44904 elsa_resume 0 44904 &ip_vs_send_async_44904
-+iwl_mvm_drain_sta_44909 iwl_mvm_drain_sta 0 44909 NULL
-+ext4_attr_show_44910 ext4_attr_show 0 44910 NULL
-+ptype_show_44913 ptype_show 0 44913 NULL
-+regmap_spi_read_44921 regmap_spi_read 3-5-0 44921 NULL
-+inode_setsecurity_44924 inode_setsecurity 0 44924 NULL nohasharray
-+ath5k_hw_write_ofdm_timings_44924 ath5k_hw_write_ofdm_timings 0 44924 &inode_setsecurity_44924
-+lp855x_get_bl_ctl_mode_44927 lp855x_get_bl_ctl_mode 0 44927 NULL
-+bcm_recvmsg_44928 bcm_recvmsg 3 44928 NULL
-+get_cpu_vid_44938 get_cpu_vid 0 44938 NULL nohasharray
-+store_rxbuf_44938 store_rxbuf 0-4 44938 &get_cpu_vid_44938
-+loop_attr_do_show_backing_file_44940 loop_attr_do_show_backing_file 0 44940 NULL
-+show_port_id_44946 show_port_id 0 44946 NULL nohasharray
-+read_report_descriptor_44946 read_report_descriptor 0-5-6 44946 &show_port_id_44946
-+_snd_pcm_hw_param_last_44947 _snd_pcm_hw_param_last 0 44947 NULL nohasharray
-+create_44947 create 0 44947 &_snd_pcm_hw_param_last_44947
-+cache_shared_cpu_map_setup_44949 cache_shared_cpu_map_setup 0 44949 NULL nohasharray
-+ip6_tnl_get_size_44949 ip6_tnl_get_size 0 44949 &cache_shared_cpu_map_setup_44949
-+ieee80211_build_probe_req_44951 ieee80211_build_probe_req 7-9 44951 NULL
-+m88ts2022_get_if_frequency_44956 m88ts2022_get_if_frequency 0 44956 NULL
-+sr_probe_44958 sr_probe 0 44958 NULL nohasharray
-+target_fabric_mappedlun_attr_store_44958 target_fabric_mappedlun_attr_store 0-4 44958 &sr_probe_44958
-+target_core_dev_pr_store_attr_res_aptpl_metadata_44965 target_core_dev_pr_store_attr_res_aptpl_metadata 0-3 44965 NULL
-+mwl8k_config_44968 mwl8k_config 0 44968 NULL
-+tx_queue_status_read_44978 tx_queue_status_read 3-0 44978 NULL
-+dsa_slave_open_44990 dsa_slave_open 0 44990 NULL
-+map_index_to_lba_44993 map_index_to_lba 0-1 44993 NULL nohasharray
-+bond_option_mode_set_44993 bond_option_mode_set 0 44993 &map_index_to_lba_44993
-+log_debug_read_44994 log_debug_read 0 44994 NULL
-+intel_mapping_error_45000 intel_mapping_error 0-2 45000 NULL
-+iscsi_stat_logout_show_attr_inst_45003 iscsi_stat_logout_show_attr_inst 0 45003 NULL
-+mc13xxx_rtc_irq_enable_unlocked_45005 mc13xxx_rtc_irq_enable_unlocked 3-0 45005 NULL nohasharray
-+bh1770_lux_range_show_45005 bh1770_lux_range_show 0 45005 &mc13xxx_rtc_irq_enable_unlocked_45005
-+iscsi_tpg_param_store_IFMarkInt_45007 iscsi_tpg_param_store_IFMarkInt 0-3 45007 NULL
-+i8k_hwmon_show_fan_label_45010 i8k_hwmon_show_fan_label 0 45010 NULL
-+drbd_recv_all_warn_45011 drbd_recv_all_warn 3 45011 NULL
-+ecryptfs_setattr_45013 ecryptfs_setattr 0 45013 NULL
-+xfs_da3_join_45014 xfs_da3_join 0 45014 NULL
-+kbd_backlight_timeout_store_45017 kbd_backlight_timeout_store 0-4 45017 NULL
-+ptrace_writedata_45021 ptrace_writedata 4 45021 NULL nohasharray
-+read_block_bitmap_45021 read_block_bitmap 2 45021 &ptrace_writedata_45021 nohasharray
-+iscsi_tpg_param_store_FirstBurstLength_45021 iscsi_tpg_param_store_FirstBurstLength 0-3 45021 &read_block_bitmap_45021
-+ath10k_htt_connect_45022 ath10k_htt_connect 0 45022 NULL nohasharray
-+hfsplus_getxattr_45022 hfsplus_getxattr 0 45022 &ath10k_htt_connect_45022
-+show_state_power_usage_45023 show_state_power_usage 0 45023 NULL nohasharray
-+zd1211b_hw_init_hmac_45023 zd1211b_hw_init_hmac 0 45023 &show_state_power_usage_45023
-+dm_kvzalloc_45025 dm_kvzalloc 1 45025 NULL nohasharray
-+rose_sendmsg_45025 rose_sendmsg 3 45025 &dm_kvzalloc_45025
-+hotplug_cfd_45029 hotplug_cfd 0 45029 NULL
-+snd_seq_kernel_client_ctl_45032 snd_seq_kernel_client_ctl 0 45032 NULL
-+vfio_ecap_init_45033 vfio_ecap_init 0 45033 NULL
-+packet_mc_add_45035 packet_mc_add 0 45035 NULL
-+iwl_dbgfs_fw_restart_write_45036 iwl_dbgfs_fw_restart_write 0-3 45036 NULL
-+store_drivers_autoprobe_45037 store_drivers_autoprobe 0-3 45037 NULL
-+show_in_label_45039 show_in_label 0 45039 NULL
-+show_fcstat_rx_words_45041 show_fcstat_rx_words 0 45041 NULL
-+reiserfs_for_each_xattr_45046 reiserfs_for_each_xattr 0 45046 NULL
-+igb_change_mtu_45054 igb_change_mtu 0 45054 NULL
-+il_send_rxon_assoc_45055 il_send_rxon_assoc 0 45055 NULL nohasharray
-+gpio_keys_store_disabled_keys_45055 gpio_keys_store_disabled_keys 0-4 45055 &il_send_rxon_assoc_45055 nohasharray
-+qlcnic_sriov_pf_cfg_vlan_filtering_45055 qlcnic_sriov_pf_cfg_vlan_filtering 0 45055 &gpio_keys_store_disabled_keys_45055
-+adt7x10_show_temp_45056 adt7x10_show_temp 0 45056 NULL
-+sysfs_do_create_link_sd_45057 sysfs_do_create_link_sd 0 45057 NULL
-+sel_write_user_45060 sel_write_user 3 45060 NULL
-+qla4xxx_fw_version_show_45062 qla4xxx_fw_version_show 0 45062 NULL
-+show_45064 show 0 45064 NULL
-+ubifs_fsync_45067 ubifs_fsync 0 45067 NULL
-+o2nm_node_ipv4_port_write_45068 o2nm_node_ipv4_port_write 0-3 45068 NULL
-+snd_mixart_BA0_read_45069 snd_mixart_BA0_read 5-0 45069 NULL
-+removable_show_45071 removable_show 0 45071 NULL nohasharray
-+set_offset_45071 set_offset 0-4 45071 &removable_show_45071
-+gxfb_set_par_45080 gxfb_set_par 0 45080 NULL
-+show_ata_port_idle_irq_45087 show_ata_port_idle_irq 0 45087 NULL
-+wl1271_boot_set_ecpu_ctrl_45088 wl1271_boot_set_ecpu_ctrl 0 45088 NULL nohasharray
-+target_core_dev_wwn_store_attr_vpd_assoc_scsi_target_device_45088 target_core_dev_wwn_store_attr_vpd_assoc_scsi_target_device 0-3 45088 &wl1271_boot_set_ecpu_ctrl_45088
-+__device_suspend_45089 __device_suspend 0 45089 NULL
-+getattr_45091 getattr 0 45091 NULL
-+c2_pseudo_change_mtu_45101 c2_pseudo_change_mtu 0 45101 NULL
-+ahci_activity_store_45103 ahci_activity_store 0 45103 NULL
-+snd_card_new_45104 snd_card_new 5 45104 NULL
-+alloc_ring_resources_45107 alloc_ring_resources 0 45107 NULL
-+write_iter_45109 write_iter 0 45109 NULL
-+set_auto_temp_min_45111 set_auto_temp_min 0-4 45111 NULL
-+pwr_missing_bcns_cnt_read_45113 pwr_missing_bcns_cnt_read 3-0 45113 NULL
-+usbdev_read_45114 usbdev_read 3-0 45114 NULL
-+v9fs_xattr_user_set_45117 v9fs_xattr_user_set 0 45117 NULL nohasharray
-+sock_sendmsg_45117 sock_sendmsg 0 45117 &v9fs_xattr_user_set_45117
-+edd_show_legacy_max_cylinder_45119 edd_show_legacy_max_cylinder 0 45119 NULL
-+isku_sysfs_write_reset_45133 isku_sysfs_write_reset 6-0-5 45133 NULL nohasharray
-+in_write_bytes_avail_show_45133 in_write_bytes_avail_show 0 45133 &isku_sysfs_write_reset_45133
-+send_to_tty_45141 send_to_tty 3 45141 NULL
-+lp3971_ldo_disable_45142 lp3971_ldo_disable 0 45142 NULL
-+command_setapcor_45143 command_setapcor 0 45143 NULL
-+write_file_reset_45145 write_file_reset 0-3 45145 NULL
-+cfs_trace_daemon_command_usrstr_45147 cfs_trace_daemon_command_usrstr 2 45147 NULL
-+gen_bitmask_string_45149 gen_bitmask_string 6 45149 NULL
-+ixgbe_poll_for_msg_45150 ixgbe_poll_for_msg 0 45150 NULL nohasharray
-+store_spi_transport_rti_45150 store_spi_transport_rti 0-4 45150 &ixgbe_poll_for_msg_45150
-+tcp_setsockopt_45152 tcp_setsockopt 0 45152 NULL nohasharray
-+st_probe_45152 st_probe 0 45152 &tcp_setsockopt_45152
-+device_write_45156 device_write 3-0 45156 NULL
-+usX2Y_urbs_start_45159 usX2Y_urbs_start 0 45159 NULL nohasharray
-+ocfs2_dq_frozen_trigger_45159 ocfs2_dq_frozen_trigger 4 45159 &usX2Y_urbs_start_45159
-+SYSC_write_45160 SYSC_write 3-0 45160 NULL
-+tomoyo_write_self_45161 tomoyo_write_self 3-0 45161 NULL
-+xennet_create_queues_45162 xennet_create_queues 2 45162 NULL
-+cxacru_sysfs_show_mac_address_45163 cxacru_sysfs_show_mac_address 0 45163 NULL
-+sta_agg_status_write_45164 sta_agg_status_write 3-0 45164 NULL nohasharray
-+max8925_reg_write_45164 max8925_reg_write 0 45164 &sta_agg_status_write_45164 nohasharray
-+i915_gem_object_get_pages_gtt_45164 i915_gem_object_get_pages_gtt 0 45164 &max8925_reg_write_45164
-+mce_write_45187 mce_write 0 45187 NULL
-+snd_sb_csp_load_user_45190 snd_sb_csp_load_user 3 45190 NULL nohasharray
-+sctp_pack_cookie_45190 sctp_pack_cookie 6 45190 &snd_sb_csp_load_user_45190
-+create_hp_out_ctls_45193 create_hp_out_ctls 0 45193 NULL
-+num_clusters_in_group_45194 num_clusters_in_group 2 45194 NULL
-+__radix_tree_preload_45197 __radix_tree_preload 0 45197 NULL
-+kstrtou16_45199 kstrtou16 0 45199 NULL
-+ims_pcu_set_info_45200 ims_pcu_set_info 0 45200 NULL nohasharray
-+smk_curacc_on_task_45200 smk_curacc_on_task 0 45200 &ims_pcu_set_info_45200
-+add_child_45201 add_child 4 45201 NULL nohasharray
-+dvb_dvr_write_45201 dvb_dvr_write 0-3 45201 &add_child_45201
-+mpt_lan_change_mtu_45205 mpt_lan_change_mtu 0 45205 NULL
-+iso_alloc_urb_45206 iso_alloc_urb 4-5 45206 NULL
-+ati_remote2_show_channel_mask_45207 ati_remote2_show_channel_mask 0 45207 NULL
-+rtl_show_version_45211 rtl_show_version 0 45211 NULL nohasharray
-+scsi_dh_notifier_45211 scsi_dh_notifier 0 45211 &rtl_show_version_45211
-+toss_secs_read_45212 toss_secs_read 0 45212 NULL
-+wl12xx_init_sta_role_45218 wl12xx_init_sta_role 0 45218 NULL
-+pcxhr_sub_set_clock_45222 pcxhr_sub_set_clock 0 45222 NULL
-+spi_alloc_master_45223 spi_alloc_master 2 45223 NULL
-+qla4xxx_set_acb_45224 qla4xxx_set_acb 0 45224 NULL
-+submit_audio_out_urb_45227 submit_audio_out_urb 0 45227 NULL
-+rocker_port_vlan_l2_groups_45230 rocker_port_vlan_l2_groups 0 45230 NULL
-+ieee80211_if_read_peer_45233 ieee80211_if_read_peer 3-0 45233 NULL nohasharray
-+lpfc_iocb_cnt_show_45233 lpfc_iocb_cnt_show 0 45233 &ieee80211_if_read_peer_45233
-+roccat_common2_sysfs_read_profile_45234 roccat_common2_sysfs_read_profile 0-5-6 45234 NULL
-+tw9910_set_hsync_45237 tw9910_set_hsync 0 45237 NULL
-+event_enable_write_45238 event_enable_write 3 45238 NULL
-+mgt_set_request_45244 mgt_set_request 0 45244 NULL
-+prism2_pda_proc_read_45246 prism2_pda_proc_read 3-0 45246 NULL
-+show_45247 show 0 45247 NULL
-+write_ltv_45250 write_ltv 0 45250 NULL
-+s5k4aa_set_gain_45254 s5k4aa_set_gain 0 45254 NULL
-+nobh_write_begin_45262 nobh_write_begin 0 45262 NULL
-+bq2415x_sysfs_show_mode_45270 bq2415x_sysfs_show_mode 0 45270 NULL
-+__smsc75xx_phy_wait_not_busy_45277 __smsc75xx_phy_wait_not_busy 0 45277 NULL
-+input_mt_init_slots_45279 input_mt_init_slots 2-0 45279 NULL
-+max3421_urb_enqueue_45282 max3421_urb_enqueue 0 45282 NULL
-+store_45285 store 0 45285 NULL
-+wl1251_acx_rts_threshold_45287 wl1251_acx_rts_threshold 0 45287 NULL
-+__acpi_processor_start_45289 __acpi_processor_start 0 45289 NULL
-+btmrvl_send_sync_cmd_45296 btmrvl_send_sync_cmd 4 45296 NULL
-+snd_pcm_oss_sync1_45298 snd_pcm_oss_sync1 2 45298 NULL nohasharray
-+sn9c2028_short_command_45298 sn9c2028_short_command 0 45298 &snd_pcm_oss_sync1_45298 nohasharray
-+xgene_get_sset_count_45298 xgene_get_sset_count 0 45298 &sn9c2028_short_command_45298
-+__ocfs2_extend_allocation_45301 __ocfs2_extend_allocation 0 45301 NULL
-+category_show_45304 category_show 0 45304 NULL nohasharray
-+xfs_alert_fsblock_zero_45304 xfs_alert_fsblock_zero 0 45304 &category_show_45304
-+disk_capability_show_45306 disk_capability_show 0 45306 NULL
-+hippi_header_45313 hippi_header 0 45313 NULL
-+get_raw_temp_45318 get_raw_temp 0 45318 NULL
-+__i2c_hid_command_45321 __i2c_hid_command 0 45321 NULL
-+compass_command_45324 compass_command 0 45324 NULL
-+quirk_strict_duplicate_filter_write_45325 quirk_strict_duplicate_filter_write 3 45325 NULL
-+label_cpu_DTS_45336 label_cpu_DTS 0 45336 NULL nohasharray
-+bnx2x_vfpf_config_mac_45336 bnx2x_vfpf_config_mac 0 45336 &label_cpu_DTS_45336
-+copy_vm86_regs_from_user_45340 copy_vm86_regs_from_user 3 45340 NULL
-+tomoyo_audit_net_log_45342 tomoyo_audit_net_log 0 45342 NULL
-+bpf_jit_binary_alloc_45348 bpf_jit_binary_alloc 1 45348 NULL nohasharray
-+policydb_init_45348 policydb_init 0 45348 &bpf_jit_binary_alloc_45348
-+pci_inteli960ni_init_45349 pci_inteli960ni_init 0 45349 NULL
-+posix_lock_file_45352 posix_lock_file 0 45352 NULL
-+isl1208_rtc_read_time_45356 isl1208_rtc_read_time 0 45356 NULL
-+wl12xx_acx_set_rate_mgmt_params_45357 wl12xx_acx_set_rate_mgmt_params 0 45357 NULL
-+xfs_file_aio_write_checks_45371 xfs_file_aio_write_checks 0 45371 NULL
-+hotkey_poll_freq_store_45373 hotkey_poll_freq_store 0-4 45373 NULL
-+null_alloc_repbuf_45375 null_alloc_repbuf 3 45375 NULL
-+wmi_set_channel_45380 wmi_set_channel 0 45380 NULL
-+goldfish_mmc_show_cover_switch_45382 goldfish_mmc_show_cover_switch 0 45382 NULL
-+snd_pcm_lib_ioctl_45383 snd_pcm_lib_ioctl 0 45383 NULL
-+snd_ctl_add_45389 snd_ctl_add 0 45389 NULL nohasharray
-+write_rbu_image_type_45389 write_rbu_image_type 0-6-5 45389 &snd_ctl_add_45389
-+wlcore_write_45391 wlcore_write 0 45391 NULL
-+vring_pci_size_45392 vring_pci_size 1 45392 NULL
-+count_skb_frag_slots_45395 count_skb_frag_slots 0 45395 NULL
-+lane2_associate_req_45398 lane2_associate_req 4 45398 NULL
-+keymap_store_45406 keymap_store 4 45406 NULL
-+cont_expand_zero_45408 cont_expand_zero 0-3 45408 NULL
-+show_45409 show 0 45409 NULL
-+b44_change_mtu_45411 b44_change_mtu 0 45411 NULL
-+sock_recv_errqueue_45412 sock_recv_errqueue 3-0 45412 NULL
-+rs5c372_get_trim_45415 rs5c372_get_trim 0 45415 NULL nohasharray
-+do_register_con_driver_45415 do_register_con_driver 0 45415 &rs5c372_get_trim_45415
-+acpi_pad_idlecpus_show_45416 acpi_pad_idlecpus_show 0 45416 NULL
-+sht15_wait_for_response_45419 sht15_wait_for_response 0 45419 NULL nohasharray
-+show_45419 show 0 45419 &sht15_wait_for_response_45419
-+ieee80211_if_fmt_dot11MeshHWMProotInterval_45421 ieee80211_if_fmt_dot11MeshHWMProotInterval 3 45421 NULL nohasharray
-+btusb_intel_secure_send_45421 btusb_intel_secure_send 3 45421 &ieee80211_if_fmt_dot11MeshHWMProotInterval_45421 nohasharray
-+snd_sonicvibes_playback_prepare_45421 snd_sonicvibes_playback_prepare 0 45421 &btusb_intel_secure_send_45421
-+gfs2_xattr_set_45424 gfs2_xattr_set 0 45424 NULL
-+tiadc_channel_init_45425 tiadc_channel_init 2 45425 NULL
-+rt2x00lib_load_firmware_45427 rt2x00lib_load_firmware 0 45427 NULL
-+__do_generic_request_45428 __do_generic_request 0 45428 NULL
-+uncore_cpu_notifier_45429 uncore_cpu_notifier 0 45429 NULL
-+ll_iocontrol_register_45430 ll_iocontrol_register 2 45430 NULL
-+saa7146_i2c_writeout_45431 saa7146_i2c_writeout 0 45431 NULL
-+nouveau_hwmon_set_temp1_auto_point1_temp_45434 nouveau_hwmon_set_temp1_auto_point1_temp 0-4 45434 NULL
-+tty_buffer_alloc_45437 tty_buffer_alloc 2 45437 NULL nohasharray
-+xfs_attr3_leaf_flipflags_45437 xfs_attr3_leaf_flipflags 0 45437 &tty_buffer_alloc_45437
-+pm_state_show_45438 pm_state_show 0 45438 NULL
-+blkdev_direct_IO_45440 blkdev_direct_IO 4-0 45440 NULL
-+prepare_layoutcommit_45441 prepare_layoutcommit 0 45441 NULL nohasharray
-+store_fc_vport_symbolic_name_45441 store_fc_vport_symbolic_name 0-4 45441 &prepare_layoutcommit_45441
-+btrfs_show_u64_45443 btrfs_show_u64 0 45443 NULL
-+b44_phy_reset_45447 b44_phy_reset 0 45447 NULL nohasharray
-+store_spi_transport_iu_45447 store_spi_transport_iu 0-4 45447 &b44_phy_reset_45447
-+lpfc_bg_reftag_err_show_45448 lpfc_bg_reftag_err_show 0 45448 NULL
-+catc_open_45451 catc_open 0 45451 NULL
-+bq2415x_set_weak_battery_voltage_45454 bq2415x_set_weak_battery_voltage 0 45454 NULL
-+mmc_power_save_host_45456 mmc_power_save_host 0 45456 NULL nohasharray
-+netxen_nic_get_regs_len_45456 netxen_nic_get_regs_len 0 45456 &mmc_power_save_host_45456
-+mic_card_map_45457 mic_card_map 2-3 45457 NULL
-+nas_led_blink_show_45465 nas_led_blink_show 0 45465 NULL nohasharray
-+rpm_idle_45465 rpm_idle 0 45465 &nas_led_blink_show_45465
-+udp_manip_pkt_45467 udp_manip_pkt 4 45467 NULL nohasharray
-+orig_data_size_show_45467 orig_data_size_show 0 45467 &udp_manip_pkt_45467
-+xtfpga_pcm_trigger_45468 xtfpga_pcm_trigger 0 45468 NULL nohasharray
-+register_netdev_45468 register_netdev 0 45468 &xtfpga_pcm_trigger_45468 nohasharray
-+tracing_read_dyn_info_45468 tracing_read_dyn_info 3 45468 &register_netdev_45468
-+ext3_xattr_trusted_list_45471 ext3_xattr_trusted_list 0-5 45471 NULL
-+__fuse_direct_write_45474 __fuse_direct_write 0 45474 NULL
-+show_indirect_dword_45476 show_indirect_dword 0 45476 NULL
-+workqueue_cpu_up_callback_45481 workqueue_cpu_up_callback 0 45481 NULL
-+ec_read_45485 ec_read 0 45485 NULL
-+__xfs_btree_split_45491 __xfs_btree_split 0 45491 NULL
-+lock_request_45495 lock_request 0 45495 NULL nohasharray
-+gether_opts_dev_addr_store_45495 gether_opts_dev_addr_store 0-3 45495 &lock_request_45495
-+qib_read_umem32_45497 qib_read_umem32 0 45497 NULL
-+show_counter_tx_dwords_45501 show_counter_tx_dwords 0 45501 NULL
-+show_ata_dev_spdn_cnt_45502 show_ata_dev_spdn_cnt 0 45502 NULL nohasharray
-+ip_mc_add_src_45502 ip_mc_add_src 0 45502 &show_ata_dev_spdn_cnt_45502
-+arizona_init_fll_45503 arizona_init_fll 5 45503 NULL
-+get_stats_45508 get_stats 0 45508 NULL
-+i40e_alloc_vfs_45511 i40e_alloc_vfs 2-0 45511 NULL
-+snd_rme32_playback_prepare_45514 snd_rme32_playback_prepare 0 45514 NULL
-+epx_c3_write_45515 epx_c3_write 0-3 45515 NULL
-+wl12xx_top_reg_write_45521 wl12xx_top_reg_write 0 45521 NULL
-+power_state_show_45525 power_state_show 0 45525 NULL nohasharray
-+store_45525 store 0-3 45525 &power_state_show_45525
-+fuse_ref_page_45526 fuse_ref_page 0 45526 NULL
-+broadsheet_setup_spiflash_45527 broadsheet_setup_spiflash 0 45527 NULL
-+solo_set_motion_block_45529 solo_set_motion_block 0 45529 NULL
-+sys_lgetxattr_45531 sys_lgetxattr 4 45531 NULL
-+copy_macs_45534 copy_macs 4 45534 NULL
-+w1_ds2760_read_45535 w1_ds2760_read 3-4-0 45535 NULL
-+__ax88179_read_cmd_45536 __ax88179_read_cmd 5 45536 NULL
-+pdacf_pcm_trigger_45539 pdacf_pcm_trigger 0 45539 NULL
-+iwl_mvm_binding_update_45542 iwl_mvm_binding_update 0 45542 NULL
-+usbvision_i2c_write_max4_45545 usbvision_i2c_write_max4 0-4 45545 NULL
-+v9fs_direct_read_45546 v9fs_direct_read 3-0 45546 NULL
-+cx18_copy_mdl_to_user_45549 cx18_copy_mdl_to_user 4 45549 NULL nohasharray
-+patch_vt1708B_45549 patch_vt1708B 0 45549 &cx18_copy_mdl_to_user_45549
-+saa7127_set_video_enable_45550 saa7127_set_video_enable 0 45550 NULL
-+ext3_group_first_block_no_45555 ext3_group_first_block_no 0-2 45555 NULL nohasharray
-+lec_open_45555 lec_open 0 45555 &ext3_group_first_block_no_45555
-+__verify_memory_type_45556 __verify_memory_type 0 45556 NULL
-+stats_dot11ACKFailureCount_read_45558 stats_dot11ACKFailureCount_read 3-0 45558 NULL nohasharray
-+part_partition_show_45558 part_partition_show 0 45558 &stats_dot11ACKFailureCount_read_45558 nohasharray
-+skge_device_event_45558 skge_device_event 0 45558 &part_partition_show_45558
-+_regmap_bus_raw_write_45559 _regmap_bus_raw_write 2 45559 NULL
-+iwl_send_calib_results_45560 iwl_send_calib_results 0 45560 NULL
-+venus_rmdir_45564 venus_rmdir 4 45564 NULL nohasharray
-+create_endpoint_and_queue_int_45564 create_endpoint_and_queue_int 0 45564 &venus_rmdir_45564
-+uwb_rc_addr_get_45566 uwb_rc_addr_get 0 45566 NULL nohasharray
-+nouveau_hwmon_get_pwm1_min_45566 nouveau_hwmon_get_pwm1_min 0 45566 &uwb_rc_addr_get_45566
-+request_fw_file_45567 request_fw_file 0 45567 NULL
-+snd_emu10k1_capture_prepare_45569 snd_emu10k1_capture_prepare 0 45569 NULL nohasharray
-+xgene_rtc_set_alarm_45569 xgene_rtc_set_alarm 0 45569 &snd_emu10k1_capture_prepare_45569
-+power_read_file_45573 power_read_file 0 45573 NULL nohasharray
-+pm8001_set_nvmd_45573 pm8001_set_nvmd 0 45573 &power_read_file_45573
-+dvb_usb_v2_generic_io_45576 dvb_usb_v2_generic_io 0 45576 NULL
-+zd_usb_iowrite16v_async_end_45580 zd_usb_iowrite16v_async_end 0 45580 NULL
-+sched_group_set_rt_period_45581 sched_group_set_rt_period 0 45581 NULL
-+wdata_fill_from_iovec_45585 wdata_fill_from_iovec 0 45585 NULL
-+ipath_create_cq_45586 ipath_create_cq 2 45586 NULL
-+pm8001_ctl_ob_queue_log_show_45590 pm8001_ctl_ob_queue_log_show 0 45590 NULL
-+rdma_set_ib_paths_45592 rdma_set_ib_paths 3 45592 NULL
-+sensor_get_auxtrip_45593 sensor_get_auxtrip 0 45593 NULL
-+apds990x_chip_id_show_45594 apds990x_chip_id_show 0 45594 NULL
-+ipmi_heartbeat_45597 ipmi_heartbeat 0 45597 NULL
-+ath6kl_keepalive_write_45600 ath6kl_keepalive_write 3-0 45600 NULL
-+snd_seq_oss_write_45603 snd_seq_oss_write 0 45603 NULL
-+recv_post_dequeue_45607 recv_post_dequeue 0 45607 NULL
-+hidraw_get_report_45609 hidraw_get_report 3 45609 NULL nohasharray
-+ov9640_reg_rmw_45609 ov9640_reg_rmw 0 45609 &hidraw_get_report_45609
-+drm_dp_i2c_do_msg_45610 drm_dp_i2c_do_msg 0 45610 NULL
-+snd_solo_pcm_prepare_45611 snd_solo_pcm_prepare 0 45611 NULL nohasharray
-+bat2_show_45611 bat2_show 0 45611 &snd_solo_pcm_prepare_45611
-+bch_cache_set_show_45612 bch_cache_set_show 0 45612 NULL
-+audit_log_n_hex_45617 audit_log_n_hex 3 45617 NULL
-+xgene_enet_open_45619 xgene_enet_open 0 45619 NULL
-+register_chrdev_region_45620 register_chrdev_region 0 45620 NULL
-+ipv4_synproxy_hook_45624 ipv4_synproxy_hook 0 45624 NULL
-+pn533_alloc_skb_45625 pn533_alloc_skb 2 45625 NULL
-+ip_dst_mtu_maybe_forward_45627 ip_dst_mtu_maybe_forward 0 45627 NULL
-+ecryptfs_getxattr_45631 ecryptfs_getxattr 0 45631 NULL
-+fake_rw_store_45641 fake_rw_store 0-3 45641 NULL
-+wl1273_fm_set_preemphasis_45645 wl1273_fm_set_preemphasis 0 45645 NULL
-+wusb_cdid_show_45647 wusb_cdid_show 0 45647 NULL
-+rcar_dmac_prep_dma_cyclic_45650 rcar_dmac_prep_dma_cyclic 4-3 45650 NULL nohasharray
-+rj54n1_s_fmt_45650 rj54n1_s_fmt 0 45650 &rcar_dmac_prep_dma_cyclic_45650
-+ext4_reserve_inode_write_45654 ext4_reserve_inode_write 0 45654 NULL
-+wq_numa_show_45656 wq_numa_show 0 45656 NULL
-+modelname_store_45663 modelname_store 0-4 45663 NULL
-+dma_map_cont_45668 dma_map_cont 5 45668 NULL
-+sysfs_kf_write_45670 sysfs_kf_write 0-3 45670 NULL
-+compat_mpctl_ioctl_45671 compat_mpctl_ioctl 2 45671 NULL
-+sd_probe_45675 sd_probe 0 45675 NULL
-+dgram_sendmsg_45679 dgram_sendmsg 4-0 45679 NULL nohasharray
-+set_pwm1_enable_45679 set_pwm1_enable 0-4 45679 &dgram_sendmsg_45679
-+snd_hda_ctl_add_45680 snd_hda_ctl_add 0 45680 NULL
-+il3945_alloc_bcast_station_45681 il3945_alloc_bcast_station 0 45681 NULL
-+set_params_45684 set_params 0 45684 NULL nohasharray
-+elan_i2c_set_mode_45684 elan_i2c_set_mode 0 45684 &set_params_45684
-+show_proxyarp_45689 show_proxyarp 0 45689 NULL
-+smk_write_ambient_45691 smk_write_ambient 3-0 45691 NULL
-+sr9700_link_reset_45697 sr9700_link_reset 0 45697 NULL
-+iscsi_nacl_attrib_store_nopin_timeout_45698 iscsi_nacl_attrib_store_nopin_timeout 0-3 45698 NULL
-+unix_dgram_sendmsg_45699 unix_dgram_sendmsg 4-0 45699 NULL nohasharray
-+sta_add_45699 sta_add 0 45699 &unix_dgram_sendmsg_45699
-+rtl2830_regmap_write_45700 rtl2830_regmap_write 0 45700 NULL nohasharray
-+ixgb_get_sset_count_45700 ixgb_get_sset_count 0 45700 &rtl2830_regmap_write_45700
-+cachefiles_daemon_brun_45703 cachefiles_daemon_brun 0 45703 NULL nohasharray
-+sm501fb_set_par_crt_45703 sm501fb_set_par_crt 0 45703 &cachefiles_daemon_brun_45703
-+sg_proc_write_adio_45704 sg_proc_write_adio 3-0 45704 NULL nohasharray
-+ubifs_tnc_lookup_45704 ubifs_tnc_lookup 0 45704 &sg_proc_write_adio_45704
-+lm95234_update_device_45711 lm95234_update_device 0 45711 NULL
-+wlcore_smart_config_decode_event_45714 wlcore_smart_config_decode_event 4-2 45714 NULL
-+adp8860_bl_ambient_light_level_show_45717 adp8860_bl_ambient_light_level_show 0 45717 NULL
-+dvb_ca_en50221_init_45718 dvb_ca_en50221_init 4 45718 NULL nohasharray
-+bounce_error_event_45718 bounce_error_event 0 45718 &dvb_ca_en50221_init_45718 nohasharray
-+nilfs_btree_node_get_key_45718 nilfs_btree_node_get_key 0 45718 &bounce_error_event_45718
-+get_iface_param_45719 get_iface_param 0 45719 NULL
-+show_high_kb_45721 show_high_kb 0 45721 NULL
-+wm8350_reg_read_45729 wm8350_reg_read 0 45729 NULL nohasharray
-+rcu_cpu_notify_45729 rcu_cpu_notify 0 45729 &wm8350_reg_read_45729
-+show_chip_temp_45731 show_chip_temp 0 45731 NULL
-+handle_response_icmp_45733 handle_response_icmp 7-0 45733 NULL
-+snd_cs46xx_io_read_45734 snd_cs46xx_io_read 5-0 45734 NULL
-+sync_dirty_buffer_45736 sync_dirty_buffer 0 45736 NULL
-+skge_set_mac_address_45743 skge_set_mac_address 0 45743 NULL
-+m41t80_sysfs_set_sqwfreq_45746 m41t80_sysfs_set_sqwfreq 0-4 45746 NULL
-+rw_copy_check_uvector_45748 rw_copy_check_uvector 3-0 45748 NULL nohasharray
-+v4l2_ctrl_new_std_45748 v4l2_ctrl_new_std 5 45748 &rw_copy_check_uvector_45748
-+lkdtm_debugfs_read_45752 lkdtm_debugfs_read 3-0 45752 NULL nohasharray
-+afs_vnode_cache_get_key_45752 afs_vnode_cache_get_key 0 45752 &lkdtm_debugfs_read_45752
-+show_tabletWheel_45754 show_tabletWheel 0 45754 NULL
-+regulator_suspend_mem_state_show_45760 regulator_suspend_mem_state_show 0 45760 NULL
-+iwl_dbgfs_low_latency_write_45764 iwl_dbgfs_low_latency_write 0-3 45764 NULL
-+store_int_with_restart_45770 store_int_with_restart 4-0 45770 NULL
-+edd_show_default_heads_45773 edd_show_default_heads 0 45773 NULL
-+gadget_dev_desc_idVendor_store_45774 gadget_dev_desc_idVendor_store 0-3 45774 NULL
-+alloc_ts_config_45775 alloc_ts_config 1 45775 NULL
-+FUA_show_45776 FUA_show 0 45776 NULL
-+snd_ice1712_playback_trigger_45777 snd_ice1712_playback_trigger 0 45777 NULL
-+parport_ieee1284_epp_read_addr_45781 parport_ieee1284_epp_read_addr 0 45781 NULL
-+osc_checksum_type_seq_write_45785 osc_checksum_type_seq_write 3 45785 NULL
-+ip6gre_tunnel_change_mtu_45786 ip6gre_tunnel_change_mtu 0 45786 NULL
-+ath5k_get_stats_45788 ath5k_get_stats 0 45788 NULL
-+st_gyro_buffer_predisable_45791 st_gyro_buffer_predisable 0 45791 NULL
-+cma_release_45795 cma_release 3 45795 NULL
-+cyapa_gen3_bl_deactivate_45797 cyapa_gen3_bl_deactivate 0 45797 NULL
-+cbaf_cc_upload_45799 cbaf_cc_upload 0 45799 NULL nohasharray
-+b43_pcmcia_resume_45799 b43_pcmcia_resume 0 45799 &cbaf_cc_upload_45799
-+raw_setsockopt_45800 raw_setsockopt 5-0 45800 NULL
-+adp5520_bl_dark_dim_show_45802 adp5520_bl_dark_dim_show 0 45802 NULL nohasharray
-+michael_update_45802 michael_update 0 45802 &adp5520_bl_dark_dim_show_45802 nohasharray
-+quirk_simultaneous_discovery_read_45802 quirk_simultaneous_discovery_read 3 45802 &michael_update_45802
-+kvmclock_cpufreq_notifier_45803 kvmclock_cpufreq_notifier 0 45803 NULL
-+nct7802_read_fan_min_45804 nct7802_read_fan_min 0 45804 NULL
-+lbs_rdbbp_read_45805 lbs_rdbbp_read 3-0 45805 NULL
-+NCR_700_change_queue_depth_45806 NCR_700_change_queue_depth 2 45806 NULL nohasharray
-+w1_ds2781_io_45806 w1_ds2781_io 0-4-3 45806 &NCR_700_change_queue_depth_45806
-+af9005_i2c_write_45809 af9005_i2c_write 0 45809 NULL nohasharray
-+fc0011_readreg_45809 fc0011_readreg 0 45809 &af9005_i2c_write_45809 nohasharray
-+vif_add_45809 vif_add 0 45809 &fc0011_readreg_45809
-+store_hardware_switching_45810 store_hardware_switching 0-4 45810 NULL
-+pcpu_alloc_alloc_info_45813 pcpu_alloc_alloc_info 2-1 45813 NULL nohasharray
-+disk_events_poll_msecs_show_45813 disk_events_poll_msecs_show 0 45813 &pcpu_alloc_alloc_info_45813
-+ll_max_readahead_mb_seq_write_45815 ll_max_readahead_mb_seq_write 3 45815 NULL
-+show_dock_uid_45816 show_dock_uid 0 45816 NULL
-+hif_usb_send_tx_45818 hif_usb_send_tx 0 45818 NULL
-+fm_v4l2_init_video_device_45821 fm_v4l2_init_video_device 2 45821 NULL
-+show_counter_ib_status_changes_45822 show_counter_ib_status_changes 0 45822 NULL
-+start_endpoints_45825 start_endpoints 0 45825 NULL
-+ipv6_recv_rxpmtu_45830 ipv6_recv_rxpmtu 3-0 45830 NULL
-+hash_walk_next_45832 hash_walk_next 0 45832 NULL nohasharray
-+mc13xxx_regulator_is_enabled_45832 mc13xxx_regulator_is_enabled 0 45832 &hash_walk_next_45832
-+audit_make_reply_45835 audit_make_reply 7 45835 NULL nohasharray
-+moxa_write_room_45835 moxa_write_room 0 45835 &audit_make_reply_45835
-+perf_event_mux_interval_ms_store_45836 perf_event_mux_interval_ms_store 0-4 45836 NULL
-+ath10k_reg_value_read_45837 ath10k_reg_value_read 3-0 45837 NULL nohasharray
-+mtd_ecc_strength_show_45837 mtd_ecc_strength_show 0 45837 &ath10k_reg_value_read_45837
-+vti6_dev_init_gen_45840 vti6_dev_init_gen 0 45840 NULL
-+store_learning_45844 store_learning 0 45844 NULL
-+cyapa_gen3_bl_activate_45847 cyapa_gen3_bl_activate 0 45847 NULL
-+insert_state_45848 insert_state 0 45848 NULL
-+activity_read_45850 activity_read 0-5-6 45850 NULL
-+x509_process_extension_45854 x509_process_extension 5 45854 NULL
-+bus_attr_store_45856 bus_attr_store 0-4 45856 NULL
-+context_read_and_validate_45858 context_read_and_validate 0 45858 NULL
-+mmc_send_io_op_cond_45861 mmc_send_io_op_cond 0 45861 NULL
-+target_core_alua_tg_pt_gp_store_attr_alua_support_transitioning_45862 target_core_alua_tg_pt_gp_store_attr_alua_support_transitioning 0-3 45862 NULL
-+isdn_write_45863 isdn_write 3-0 45863 NULL
-+hung_up_tty_read_45873 hung_up_tty_read 0-3 45873 NULL
-+bluetooth_write_45874 bluetooth_write 0 45874 NULL
-+acpi_power_on_list_45877 acpi_power_on_list 0 45877 NULL nohasharray
-+m48t86_rtc_read_time_45877 m48t86_rtc_read_time 0 45877 &acpi_power_on_list_45877
-+shared_cpu_map_show_45879 shared_cpu_map_show 0 45879 NULL
-+get_rdac_req_45882 get_rdac_req 3 45882 NULL nohasharray
-+_transport_get_expander_phy_error_log_45882 _transport_get_expander_phy_error_log 0 45882 &get_rdac_req_45882
-+cbaf_wusb_device_band_groups_show_45884 cbaf_wusb_device_band_groups_show 0 45884 NULL nohasharray
-+xgmac_open_45884 xgmac_open 0 45884 &cbaf_wusb_device_band_groups_show_45884
-+ocfs2_xattr_block_find_45891 ocfs2_xattr_block_find 0 45891 NULL
-+saa7134_ts_queue_setup_45892 saa7134_ts_queue_setup 0 45892 NULL
-+jfs_getxattr_45893 jfs_getxattr 0 45893 NULL
-+siena_mem_map_size_45901 siena_mem_map_size 0 45901 NULL nohasharray
-+flat_cpu_mask_to_apicid_and_45901 flat_cpu_mask_to_apicid_and 0 45901 &siena_mem_map_size_45901
-+__svc_create_45903 __svc_create 3 45903 NULL nohasharray
-+cfs_cpt_weight_45903 cfs_cpt_weight 0 45903 &__svc_create_45903
-+rtl8152_change_mtu_45911 rtl8152_change_mtu 0 45911 NULL
-+wm_adsp_region_to_reg_45915 wm_adsp_region_to_reg 0-2 45915 NULL
-+dbgfs_frame_45917 dbgfs_frame 3-0 45917 NULL
-+lcd_read_45922 lcd_read 0-3 45922 NULL
-+tda827xa_set_params_45923 tda827xa_set_params 0 45923 NULL
-+hotplug_enabled_show_45924 hotplug_enabled_show 0 45924 NULL
-+nf_nat_ftp_fmt_cmd_45926 nf_nat_ftp_fmt_cmd 0 45926 NULL
-+host_store_raid_offload_debug_45928 host_store_raid_offload_debug 0-4 45928 NULL
-+ext2_xattr_security_get_45930 ext2_xattr_security_get 0 45930 NULL nohasharray
-+_dln2_transfer_45930 _dln2_transfer 0 45930 &ext2_xattr_security_get_45930
-+request_ihex_firmware_45931 request_ihex_firmware 0 45931 NULL nohasharray
-+recomp_data_node_45931 recomp_data_node 0 45931 &request_ihex_firmware_45931
-+bttv_s_ctrl_45933 bttv_s_ctrl 0 45933 NULL
-+alloc_mr_45935 alloc_mr 1 45935 NULL nohasharray
-+dlm_id_show_45935 dlm_id_show 0 45935 &alloc_mr_45935
-+show_fan_value_45938 show_fan_value 0 45938 NULL
-+display_store_45940 display_store 4-0 45940 NULL
-+wl12xx_hw_init_45944 wl12xx_hw_init 0 45944 NULL
-+brcmf_netdev_open_45945 brcmf_netdev_open 0 45945 NULL
-+show_sas_end_dev_I_T_nexus_loss_timeout_45946 show_sas_end_dev_I_T_nexus_loss_timeout 0 45946 NULL
-+cx231xx_gpio_i2c_write_45947 cx231xx_gpio_i2c_write 0 45947 NULL
-+pch_i2c_readbytes_45948 pch_i2c_readbytes 0 45948 NULL
-+acpi_ns_search_one_scope_45951 acpi_ns_search_one_scope 0 45951 NULL
-+show_in_reg_45952 show_in_reg 0 45952 NULL nohasharray
-+show_ata_dev_gscr_45952 show_ata_dev_gscr 0 45952 &show_in_reg_45952 nohasharray
-+store_sched1_45952 store_sched1 4-0 45952 &show_ata_dev_gscr_45952
-+ndisc_opt_addr_space_45959 ndisc_opt_addr_space 0 45959 NULL
-+set_45961 set 0 45961 NULL
-+target_fabric_nacl_base_attr_show_45966 target_fabric_nacl_base_attr_show 0 45966 NULL
-+sdo_streamon_45968 sdo_streamon 0 45968 NULL
-+isl29125_buffer_predisable_45969 isl29125_buffer_predisable 0 45969 NULL nohasharray
-+copy_to_45969 copy_to 3 45969 &isl29125_buffer_predisable_45969
-+rb_simple_read_45972 rb_simple_read 3 45972 NULL
-+crypto_hash_walk_done_45974 crypto_hash_walk_done 0-2 45974 NULL
-+ezusb_writememory_45976 ezusb_writememory 4 45976 NULL
-+isp1760_ep_queue_45980 isp1760_ep_queue 0 45980 NULL
-+ioat2_dca_count_dca_slots_45984 ioat2_dca_count_dca_slots 0 45984 NULL
-+imsttfb_check_var_45988 imsttfb_check_var 0 45988 NULL
-+vv6410_s_ctrl_45992 vv6410_s_ctrl 0 45992 NULL
-+gether_opts_ifname_show_45993 gether_opts_ifname_show 0 45993 NULL
-+ezx_pcap_putget_46000 ezx_pcap_putget 0 46000 NULL
-+kobject_init_and_add_46003 kobject_init_and_add 0 46003 NULL
-+dn_device_event_46004 dn_device_event 0 46004 NULL
-+ci_ll_read_46006 ci_ll_read 0 46006 NULL
-+rtl2832_regmap_gather_write_46011 rtl2832_regmap_gather_write 0 46011 NULL
-+rt2800pci_set_device_state_46015 rt2800pci_set_device_state 0 46015 NULL nohasharray
-+snd_hdac_exec_verb_46015 snd_hdac_exec_verb 0 46015 &rt2800pci_set_device_state_46015
-+rt2800mmio_enable_radio_46016 rt2800mmio_enable_radio 0 46016 NULL
-+snd_cx231xx_capture_trigger_46017 snd_cx231xx_capture_trigger 0 46017 NULL
-+acpi_ds_method_data_set_value_46018 acpi_ds_method_data_set_value 0 46018 NULL
-+lpfc_board_mode_store_46023 lpfc_board_mode_store 0-4 46023 NULL
-+show_iface_header_digest_46027 show_iface_header_digest 0 46027 NULL
-+sierra_setup_urb_46029 sierra_setup_urb 5 46029 NULL
-+fnic_reset_stats_read_46030 fnic_reset_stats_read 3-0 46030 NULL nohasharray
-+get_free_entries_46030 get_free_entries 1 46030 &fnic_reset_stats_read_46030
-+__access_remote_vm_46031 __access_remote_vm 0 46031 NULL
-+nilfs_bmap_do_delete_46035 nilfs_bmap_do_delete 0 46035 NULL
-+arkfb_check_var_46041 arkfb_check_var 0 46041 NULL
-+ipvlan_init_46044 ipvlan_init 0 46044 NULL
-+rtl2832_sdr_buf_prepare_46045 rtl2832_sdr_buf_prepare 0 46045 NULL
-+lpfc_enable_bg_show_46046 lpfc_enable_bg_show 0 46046 NULL
-+socket_create_46047 socket_create 0 46047 NULL
-+da9052_bat_read_capacity_46049 da9052_bat_read_capacity 0 46049 NULL
-+acpi_register_gsi_xen_hvm_46052 acpi_register_gsi_xen_hvm 2 46052 NULL nohasharray
-+acpi_subsys_prepare_46052 acpi_subsys_prepare 0 46052 &acpi_register_gsi_xen_hvm_46052
-+line6_midibuf_bytes_used_46059 line6_midibuf_bytes_used 0 46059 NULL nohasharray
-+i2c_smbus_read_i2c_block_data_46059 i2c_smbus_read_i2c_block_data 0 46059 &line6_midibuf_bytes_used_46059
-+dma_tx_errors_read_46060 dma_tx_errors_read 3-0 46060 NULL
-+apds990x_rate_store_46062 apds990x_rate_store 0-4 46062 NULL
-+slhc_toss_46066 slhc_toss 0 46066 NULL
-+__vmalloc_node_range_46070 __vmalloc_node_range 1 46070 NULL
-+in_use_show_46075 in_use_show 0 46075 NULL
-+sel_commit_bools_write_46077 sel_commit_bools_write 3-0 46077 NULL
-+ds1685_rtc_sysfs_nvram_write_46078 ds1685_rtc_sysfs_nvram_write 0-6-5 46078 NULL
-+mgmt_remote_name_46080 mgmt_remote_name 7 46080 NULL
-+ncp_add_request_46084 ncp_add_request 0 46084 NULL
-+unlock_lock_46087 unlock_lock 0 46087 NULL
-+vfio_config_do_rw_46091 vfio_config_do_rw 0 46091 NULL
-+ata_host_alloc_46094 ata_host_alloc 2 46094 NULL
-+store_46095 store 0 46095 NULL
-+gsmi_reboot_callback_46099 gsmi_reboot_callback 0 46099 NULL
-+niu_enable_interrupts_46100 niu_enable_interrupts 0 46100 NULL
-+arizona_set_irq_wake_46101 arizona_set_irq_wake 2 46101 NULL
-+il3945_ucode_general_stats_read_46111 il3945_ucode_general_stats_read 3-0 46111 NULL
-+nilfs_segctor_do_construct_46112 nilfs_segctor_do_construct 0 46112 NULL
-+C_SYSC_writev_46113 C_SYSC_writev 3 46113 NULL
-+b43legacy_op_start_46114 b43legacy_op_start 0 46114 NULL
-+sysfs_rename_link_46118 sysfs_rename_link 0 46118 NULL
-+mlx4_ib_alloc_fast_reg_page_list_46119 mlx4_ib_alloc_fast_reg_page_list 2 46119 NULL
-+pci_netmos_9900_numports_46121 pci_netmos_9900_numports 0 46121 NULL
-+device_remove_lockspace_46124 device_remove_lockspace 0 46124 NULL
-+ds2781_read_param_eeprom_bin_46126 ds2781_read_param_eeprom_bin 6-5-0 46126 NULL
-+r820t_set_tv_standard_46138 r820t_set_tv_standard 0 46138 NULL nohasharray
-+rtw_buf_update_46138 rtw_buf_update 4 46138 &r820t_set_tv_standard_46138
-+twl6030_pwm_enable_46139 twl6030_pwm_enable 0 46139 NULL nohasharray
-+gpio_keys_store_disabled_switches_46139 gpio_keys_store_disabled_switches 0-4 46139 &twl6030_pwm_enable_46139
-+nilfs_btree_assign_p_46142 nilfs_btree_assign_p 0 46142 NULL
-+__walk_page_range_46146 __walk_page_range 0 46146 NULL
-+elan_i2c_get_checksum_46148 elan_i2c_get_checksum 0 46148 NULL nohasharray
-+pcibios_sriov_enable_46148 pcibios_sriov_enable 0 46148 &elan_i2c_get_checksum_46148
-+set_temp_auto_temp_min_46149 set_temp_auto_temp_min 0-4 46149 NULL
-+ddp_clear_map_46152 ddp_clear_map 4 46152 NULL
-+dgram_bind_46155 dgram_bind 0 46155 NULL
-+__netlink_change_ngroups_46156 __netlink_change_ngroups 2 46156 NULL
-+si470x_set_register_46160 si470x_set_register 0 46160 NULL
-+ov9740_reg_write_array_46162 ov9740_reg_write_array 0 46162 NULL nohasharray
-+top_off_timer_store_46162 top_off_timer_store 4-0 46162 &ov9740_reg_write_array_46162
-+atalk_sendmsg_46165 atalk_sendmsg 3 46165 NULL
-+qla2x00_sysfs_write_nvram_46166 qla2x00_sysfs_write_nvram 0-6-5 46166 NULL
-+pcf8583_rtc_read_time_46169 pcf8583_rtc_read_time 0 46169 NULL
-+write_index_46171 write_index 0 46171 NULL
-+open_46177 open 0 46177 NULL
-+bh1770_chip_id_show_46179 bh1770_chip_id_show 0 46179 NULL
-+mlx4_bitmap_alloc_46180 mlx4_bitmap_alloc 0 46180 NULL
-+snd_opl3_load_patch_46181 snd_opl3_load_patch 0 46181 NULL
-+twl_direction_out_46182 twl_direction_out 2-0 46182 NULL nohasharray
-+sync_inode_metadata_46182 sync_inode_metadata 0 46182 &twl_direction_out_46182
-+vxge_os_dma_malloc_46184 vxge_os_dma_malloc 2 46184 NULL
-+kszphy_config_init_46188 kszphy_config_init 0 46188 NULL nohasharray
-+write8_reg_46188 write8_reg 4 46188 &kszphy_config_init_46188
-+ax25_device_event_46189 ax25_device_event 0 46189 NULL
-+atmel_set_mac_address_46192 atmel_set_mac_address 0 46192 NULL
-+fq_resize_46195 fq_resize 2 46195 NULL
-+qlcnic_82xx_mq_intrpt_46196 qlcnic_82xx_mq_intrpt 0 46196 NULL
-+add_conn_list_46197 add_conn_list 3-0 46197 NULL nohasharray
-+show_fc_host_driver_version_46197 show_fc_host_driver_version 0 46197 &add_conn_list_46197 nohasharray
-+show_current_ref_46197 show_current_ref 0 46197 &show_fc_host_driver_version_46197 nohasharray
-+set_tr_backlight_status_46197 set_tr_backlight_status 0 46197 &show_current_ref_46197
-+appid_show_46198 appid_show 0 46198 NULL
-+diolan_i2c_repeated_start_46200 diolan_i2c_repeated_start 0 46200 NULL
-+ebt_do_table_46203 ebt_do_table 0 46203 NULL
-+typhoon_issue_command_46204 typhoon_issue_command 0 46204 NULL
-+compat_SyS_recvfrom_46205 compat_SyS_recvfrom 3 46205 NULL
-+i2400m_op_msg_from_user_46213 i2400m_op_msg_from_user 4 46213 NULL
-+tm6000_i2c_recv_regs_46215 tm6000_i2c_recv_regs 5-0 46215 NULL
-+buffer_prepare_46216 buffer_prepare 0 46216 NULL
-+dsp_write_46218 dsp_write 2-0 46218 NULL nohasharray
-+acpi_ex_create_event_46218 acpi_ex_create_event 0 46218 &dsp_write_46218 nohasharray
-+o2hb_region_start_block_write_46218 o2hb_region_start_block_write 0-3 46218 &acpi_ex_create_event_46218
-+vcan_change_mtu_46220 vcan_change_mtu 0 46220 NULL
-+hib_wait_on_bio_chain_46221 hib_wait_on_bio_chain 0 46221 NULL
-+hash_netiface4_expire_46226 hash_netiface4_expire 4 46226 NULL
-+tipc_msg_create_46227 tipc_msg_create 4-3 46227 NULL
-+__get_any_page_46230 __get_any_page 0 46230 NULL
-+qla2x00_issue_lip_46231 qla2x00_issue_lip 0 46231 NULL
-+roccat_common2_sysfs_read_profile_buttons_46234 roccat_common2_sysfs_read_profile_buttons 0-5-6 46234 NULL nohasharray
-+ovl_copy_up_one_46234 ovl_copy_up_one 0 46234 &roccat_common2_sysfs_read_profile_buttons_46234
-+ns_ack_interrupt_46236 ns_ack_interrupt 0 46236 NULL
-+show_in_min_46238 show_in_min 0 46238 NULL
-+mlx4_buf_alloc_46239 mlx4_buf_alloc 2 46239 NULL
-+xen_setup_msi_irqs_46245 xen_setup_msi_irqs 2 46245 NULL
-+mpi_read_raw_data_46248 mpi_read_raw_data 2 46248 NULL
-+nf_hook_46249 nf_hook 0 46249 NULL nohasharray
-+ufx_config_pix_clk_46249 ufx_config_pix_clk 0 46249 &nf_hook_46249
-+arvo_sysfs_read_info_46251 arvo_sysfs_read_info 0-5-6 46251 NULL
-+gfs2_block_truncate_page_46252 gfs2_block_truncate_page 0 46252 NULL
-+acpi_ds_begin_method_execution_46255 acpi_ds_begin_method_execution 0 46255 NULL
-+usbatm_atm_open_46260 usbatm_atm_open 0 46260 NULL
-+wafwdt_write_46262 wafwdt_write 0-3 46262 NULL
-+acpi_device_get_power_46263 acpi_device_get_power 0 46263 NULL
-+nf_nat_ftp_46265 nf_nat_ftp 6 46265 NULL
-+drm_dp_mst_i2c_xfer_46266 drm_dp_mst_i2c_xfer 0-3 46266 NULL
-+nilfs_segctor_begin_construction_46268 nilfs_segctor_begin_construction 0 46268 NULL
-+netvsc_set_mac_addr_46269 netvsc_set_mac_addr 0 46269 NULL
-+__qlcnic_sriov_issue_cmd_46273 __qlcnic_sriov_issue_cmd 0 46273 NULL
-+ReadReg_46277 ReadReg 0 46277 NULL nohasharray
-+pem_show_input_46277 pem_show_input 0 46277 &ReadReg_46277
-+copy_user_allowedips_46279 copy_user_allowedips 0 46279 NULL
-+show_constraint_name_46285 show_constraint_name 0 46285 NULL
-+tcp_sendmsg_fastopen_46288 tcp_sendmsg_fastopen 0 46288 NULL
-+set_temp_auto_point1_temp_46289 set_temp_auto_point1_temp 0-4 46289 NULL
-+zs_cpu_notifier_46295 zs_cpu_notifier 0 46295 NULL
-+netdev_get_eeprom_len_46297 netdev_get_eeprom_len 0 46297 NULL
-+urb_enqueue_46301 urb_enqueue 0 46301 NULL
-+pep_alloc_skb_46303 pep_alloc_skb 3 46303 NULL
-+atmtcp_c_send_46305 atmtcp_c_send 0 46305 NULL
-+rng_gen_random_46306 rng_gen_random 0 46306 NULL
-+store_led_46310 store_led 0-4 46310 NULL
-+sg_proc_write_dressz_46316 sg_proc_write_dressz 3-0 46316 NULL
-+mos7720_write_46318 mos7720_write 0-4 46318 NULL nohasharray
-+lpfc_debugfs_dumpDataDif_write_46318 lpfc_debugfs_dumpDataDif_write 0-3 46318 &mos7720_write_46318
-+C_SYSC_ppoll_46319 C_SYSC_ppoll 2 46319 NULL
-+qlcnic_83xx_sysfs_flash_bulk_write_46320 qlcnic_83xx_sysfs_flash_bulk_write 4 46320 NULL
-+fm_tx_set_preemph_filter_46323 fm_tx_set_preemph_filter 0 46323 NULL
-+__dquot_alloc_space_46324 __dquot_alloc_space 0 46324 NULL
-+__hwahc_dev_set_key_46328 __hwahc_dev_set_key 5 46328 NULL nohasharray
-+compat_SyS_readv_46328 compat_SyS_readv 3 46328 &__hwahc_dev_set_key_46328
-+netlbl_sock_setattr_46330 netlbl_sock_setattr 0 46330 NULL
-+gs_can_open_46335 gs_can_open 0 46335 NULL
-+ds2780_get_control_register_46338 ds2780_get_control_register 0 46338 NULL
-+get_ata_xfer_names_46339 get_ata_xfer_names 0 46339 NULL nohasharray
-+show_ipv4_iface_tos_en_46339 show_ipv4_iface_tos_en 0 46339 &get_ata_xfer_names_46339
-+snd_seq_ioctl_get_client_info_46340 snd_seq_ioctl_get_client_info 0 46340 NULL nohasharray
-+store_spi_transport_qas_46340 store_spi_transport_qas 0-4 46340 &snd_seq_ioctl_get_client_info_46340
-+netlbl_cfg_unlbl_static_add_46342 netlbl_cfg_unlbl_static_add 0 46342 NULL nohasharray
-+rtc_set_alarm_46342 rtc_set_alarm 0 46342 &netlbl_cfg_unlbl_static_add_46342
-+mpt_config_46343 mpt_config 0 46343 NULL
-+netxen_sysfs_validate_mem_46345 netxen_sysfs_validate_mem 0 46345 NULL
-+show_wr_sect_46346 show_wr_sect 0 46346 NULL
-+show_fnode_targetname_46350 show_fnode_targetname 0 46350 NULL
-+iwl_dbgfs_chain_noise_read_46355 iwl_dbgfs_chain_noise_read 3-0 46355 NULL
-+batadv_iv_ogm_queue_add_46357 batadv_iv_ogm_queue_add 3 46357 NULL
-+show_icon_46360 show_icon 4-0 46360 NULL
-+smk_write_direct_46363 smk_write_direct 3-0 46363 NULL nohasharray
-+qlcnic_get_eswitch_stats_46363 qlcnic_get_eswitch_stats 0 46363 &smk_write_direct_46363
-+vid_cap_start_streaming_46365 vid_cap_start_streaming 0 46365 NULL
-+btrfs_lookup_bio_sums_46367 btrfs_lookup_bio_sums 0 46367 NULL nohasharray
-+flow_cache_cpu_prepare_46367 flow_cache_cpu_prepare 0 46367 &btrfs_lookup_bio_sums_46367 nohasharray
-+store_pwm_sensor_46367 store_pwm_sensor 0-4 46367 &flow_cache_cpu_prepare_46367
-+csio_disable_port_46375 csio_disable_port 0-4 46375 NULL
-+via_build_controls_46378 via_build_controls 0 46378 NULL
-+ubi_dump_flash_46381 ubi_dump_flash 4 46381 NULL
-+fib_nlmsg_size_46383 fib_nlmsg_size 0 46383 NULL
-+ext2_xattr_user_set_46390 ext2_xattr_user_set 0 46390 NULL
-+sfi_table_show_46392 sfi_table_show 6 46392 NULL
-+zatm_change_qos_46395 zatm_change_qos 0 46395 NULL
-+thermal_cooling_device_type_show_46399 thermal_cooling_device_type_show 0 46399 NULL
-+led_invert_show_46400 led_invert_show 0 46400 NULL nohasharray
-+b43_op_start_46400 b43_op_start 0 46400 &led_invert_show_46400
-+apds990x_prox_threshold_store_46402 apds990x_prox_threshold_store 0-4 46402 NULL
-+hotkey_get_wlsw_46403 hotkey_get_wlsw 0 46403 NULL
-+c2port_show_dev_id_46410 c2port_show_dev_id 0 46410 NULL
-+i2c_hid_output_raw_report_46413 i2c_hid_output_raw_report 0-3 46413 NULL nohasharray
-+w1_master_attribute_show_slave_count_46413 w1_master_attribute_show_slave_count 0 46413 &i2c_hid_output_raw_report_46413
-+platform_gpio_count_46416 platform_gpio_count 0 46416 NULL
-+addr_to_user_46418 addr_to_user 0 46418 NULL
-+vmbus_sendpacket_pagebuffer_46420 vmbus_sendpacket_pagebuffer 0 46420 NULL
-+iscsi_tpg_param_show_ErrorRecoveryLevel_46422 iscsi_tpg_param_show_ErrorRecoveryLevel 0 46422 NULL
-+bcm54xx_exp_read_46423 bcm54xx_exp_read 0 46423 NULL
-+proto_show_46426 proto_show 0 46426 NULL nohasharray
-+wl18xx_acx_host_if_cfg_bitmap_46426 wl18xx_acx_host_if_cfg_bitmap 0 46426 &proto_show_46426
-+ttm_page_pool_get_pages_46431 ttm_page_pool_get_pages 0-5 46431 NULL
-+cfs_power2_roundup_46433 cfs_power2_roundup 0-1 46433 NULL
-+srpt_tpg_attrib_show_srp_max_rsp_size_46434 srpt_tpg_attrib_show_srp_max_rsp_size 0 46434 NULL
-+wdata_alloc_and_fillpages_46437 wdata_alloc_and_fillpages 1 46437 NULL
-+ds2780_battery_io_46439 ds2780_battery_io 3-4 46439 NULL
-+sctp_send_asconf_add_ip_46442 sctp_send_asconf_add_ip 0 46442 NULL
-+roccat_common2_sysfs_write_reset_46444 roccat_common2_sysfs_write_reset 0-6-5 46444 NULL
-+nilfs_commit_chunk_46445 nilfs_commit_chunk 3-4 46445 NULL
-+cp210x_set_config_46447 cp210x_set_config 4-0 46447 NULL
-+em2800_i2c_check_for_device_46448 em2800_i2c_check_for_device 0 46448 NULL
-+show_temp_pwm_enable_46454 show_temp_pwm_enable 0 46454 NULL
-+af_alg_cmsg_send_46457 af_alg_cmsg_send 0 46457 NULL
-+il_dbgfs_clear_traffic_stats_write_46458 il_dbgfs_clear_traffic_stats_write 3-0 46458 NULL
-+show_zero_req_lim_46462 show_zero_req_lim 0 46462 NULL
-+E_P24_46463 E_P24 0 46463 NULL
-+add_to_waiters_46464 add_to_waiters 0 46464 NULL
-+v9fs_cache_inode_get_key_46471 v9fs_cache_inode_get_key 0 46471 NULL
-+brcmstb_restart_handler_46474 brcmstb_restart_handler 0 46474 NULL
-+ip6gre_get_size_46476 ip6gre_get_size 0 46476 NULL
-+gether_opts_dev_addr_show_46477 gether_opts_dev_addr_show 0 46477 NULL
-+ipath_sdma_get_complete_46485 ipath_sdma_get_complete 0 46485 NULL
-+asm_vid_show_46489 asm_vid_show 0 46489 NULL
-+bfad_im_drv_version_show_46493 bfad_im_drv_version_show 0 46493 NULL nohasharray
-+store_multicast_fast_leave_46493 store_multicast_fast_leave 0 46493 &bfad_im_drv_version_show_46493
-+llcp_sock_listen_46495 llcp_sock_listen 0 46495 NULL
-+security_preserve_bools_46496 security_preserve_bools 0 46496 NULL
-+fill_in_write_vector_46498 fill_in_write_vector 0 46498 NULL nohasharray
-+vringh_complete_multi_user_46498 vringh_complete_multi_user 3 46498 &fill_in_write_vector_46498
-+_bond_option_arp_ip_target_add_46499 _bond_option_arp_ip_target_add 0 46499 NULL
-+iwl_dvm_send_cmd_46505 iwl_dvm_send_cmd 0 46505 NULL
-+show_pwm_auto_pwm_minctl_46509 show_pwm_auto_pwm_minctl 0 46509 NULL nohasharray
-+ds2780_set_pio_pin_46509 ds2780_set_pio_pin 0-4 46509 &show_pwm_auto_pwm_minctl_46509
-+pin_code_reply_46510 pin_code_reply 4 46510 NULL nohasharray
-+iscsi_nacl_attrib_store_random_datain_seq_offsets_46510 iscsi_nacl_attrib_store_random_datain_seq_offsets 0-3 46510 &pin_code_reply_46510
-+set_temp0_max_46511 set_temp0_max 0-4 46511 NULL
-+mthca_alloc_cq_buf_46512 mthca_alloc_cq_buf 3 46512 NULL
-+kmsg_read_46514 kmsg_read 3-0 46514 NULL nohasharray
-+nouveau_drm_ioctl_46514 nouveau_drm_ioctl 2 46514 &kmsg_read_46514
-+__btrfs_map_block_46515 __btrfs_map_block 3-0 46515 NULL nohasharray
-+mlx4_SET_PORT_VXLAN_46515 mlx4_SET_PORT_VXLAN 0 46515 &__btrfs_map_block_46515
-+nlm_end_grace_write_46517 nlm_end_grace_write 3-0 46517 NULL nohasharray
-+quota_quantum_store_46517 quota_quantum_store 3-0 46517 &nlm_end_grace_write_46517
-+pptp_bind_46520 pptp_bind 0 46520 NULL
-+isoc_init_46521 isoc_init 0 46521 NULL nohasharray
-+__ath10k_htt_rx_ring_fill_n_46521 __ath10k_htt_rx_ring_fill_n 0 46521 &isoc_init_46521
-+bdx_rxdb_create_46525 bdx_rxdb_create 1 46525 NULL
-+show_iface_data_digest_46528 show_iface_data_digest 0 46528 NULL
-+socket_recvmsg_46535 socket_recvmsg 0 46535 NULL nohasharray
-+snd_hda_gen_parse_auto_config_46535 snd_hda_gen_parse_auto_config 0 46535 &socket_recvmsg_46535
-+check_connect_46536 check_connect 0 46536 NULL
-+nes_show_wqm_quanta_46540 nes_show_wqm_quanta 0 46540 NULL nohasharray
-+rt2x00lib_initialize_46540 rt2x00lib_initialize 0 46540 &nes_show_wqm_quanta_46540
-+b43_dma_mapping_error_46543 b43_dma_mapping_error 2 46543 NULL
-+raid_show_state_46545 raid_show_state 0 46545 NULL
-+snd_trident_trigger_46546 snd_trident_trigger 0 46546 NULL nohasharray
-+vfs_statfs_46546 vfs_statfs 0 46546 &snd_trident_trigger_46546
-+target_core_store_alua_lu_gp_46548 target_core_store_alua_lu_gp 0-3 46548 NULL
-+assign_firmware_buf_46554 assign_firmware_buf 0 46554 NULL
-+vfs_setxattr_46556 vfs_setxattr 0 46556 NULL
-+cpuidle_state_show_46561 cpuidle_state_show 0 46561 NULL
-+o2hb_region_block_bytes_write_46568 o2hb_region_block_bytes_write 0-3 46568 NULL
-+check_syslog_permissions_46572 check_syslog_permissions 0 46572 NULL
-+check_auto_mic_availability_46573 check_auto_mic_availability 0 46573 NULL
-+dn_current_mss_46574 dn_current_mss 0 46574 NULL
-+nr_header_46575 nr_header 0 46575 NULL
-+store_46576 store 0-3 46576 NULL
-+serverworks_create_gatt_pages_46582 serverworks_create_gatt_pages 1 46582 NULL
-+set_min_uA_46584 set_min_uA 0-4 46584 NULL
-+__iwl_up_46589 __iwl_up 0 46589 NULL
-+snd_compr_write_data_46592 snd_compr_write_data 3-0 46592 NULL
-+ec_device_read_46594 ec_device_read 3 46594 NULL
-+copy_gr_arg_46595 copy_gr_arg 0 46595 NULL
-+show_mute_46600 show_mute 0 46600 NULL nohasharray
-+mode_store_46600 mode_store 0-4 46600 &show_mute_46600
-+ftrace_set_filter_ip_46601 ftrace_set_filter_ip 0 46601 NULL
-+multicast_querier_show_46605 multicast_querier_show 0 46605 NULL
-+il3945_stats_flag_46606 il3945_stats_flag 3-0 46606 NULL nohasharray
-+sxgbe_get_regs_len_46606 sxgbe_get_regs_len 0 46606 &il3945_stats_flag_46606
-+snd_intel8x0_pcm_prepare_46609 snd_intel8x0_pcm_prepare 0 46609 NULL nohasharray
-+brcmf_fil_iovar_int_set_46609 brcmf_fil_iovar_int_set 0 46609 &snd_intel8x0_pcm_prepare_46609
-+dead_write_46612 dead_write 0 46612 NULL nohasharray
-+tg3_phy_reset_5703_4_5_46612 tg3_phy_reset_5703_4_5 0 46612 &dead_write_46612
-+stream_start_46613 stream_start 0 46613 NULL nohasharray
-+nilfs_segctor_feed_segment_46613 nilfs_segctor_feed_segment 0 46613 &stream_start_46613
-+f_bringup_serdes_46614 f_bringup_serdes 0 46614 NULL
-+vscnprintf_46617 vscnprintf 0-2 46617 NULL
-+acpi_ec_write_46618 acpi_ec_write 0 46618 NULL
-+acpi_parse_entries_46621 acpi_parse_entries 0 46621 NULL
-+delayed_allocation_blocks_show_46622 delayed_allocation_blocks_show 0 46622 NULL
-+get_mode_46623 get_mode 0 46623 NULL
-+request_key_async_with_auxdata_46624 request_key_async_with_auxdata 4 46624 NULL
-+dsense_show_46626 dsense_show 0 46626 NULL
-+il_set_mode_46630 il_set_mode 0 46630 NULL
-+show_fcoe_fcf_device_vlan_id_46631 show_fcoe_fcf_device_vlan_id 0 46631 NULL
-+regmap_read_46634 regmap_read 0 46634 NULL
-+bh1770_prox_enable_store_46639 bh1770_prox_enable_store 0-4 46639 NULL
-+__c2port_store_flash_access_46641 __c2port_store_flash_access 0 46641 NULL
-+pci_enable_device_46642 pci_enable_device 0 46642 NULL
-+show_session_param_ISCSI_PARAM_MAX_BURST_46644 show_session_param_ISCSI_PARAM_MAX_BURST 0 46644 NULL
-+__sock_sendmsg_46647 __sock_sendmsg 0-4 46647 NULL
-+vfs_getxattr_alloc_46649 vfs_getxattr_alloc 0 46649 NULL
-+attr_get_46650 attr_get 0 46650 NULL
-+av7110_ipack_init_46655 av7110_ipack_init 2 46655 NULL nohasharray
-+powr1220_read_adc_46655 powr1220_read_adc 0 46655 &av7110_ipack_init_46655
-+fanout_add_46656 fanout_add 0 46656 NULL
-+queue_max_sectors_store_46658 queue_max_sectors_store 3-0 46658 NULL
-+read_short_reg_46669 read_short_reg 0 46669 NULL
-+toshiba_usb_sleep_music_get_46672 toshiba_usb_sleep_music_get 0 46672 NULL
-+stream_pause_46673 stream_pause 0 46673 NULL
-+ubifs_writepage_46678 ubifs_writepage 0 46678 NULL
-+msr_read_46679 msr_read 0-3 46679 NULL
-+__uncore_mask_rnid4_show_46681 __uncore_mask_rnid4_show 0 46681 NULL
-+l2cap_create_le_flowctl_pdu_46682 l2cap_create_le_flowctl_pdu 3 46682 NULL
-+l2cap_parse_conf_rsp_46683 l2cap_parse_conf_rsp 0 46683 NULL
-+tx_compressed_show_46696 tx_compressed_show 0 46696 NULL
-+alloc_data_packet_46698 alloc_data_packet 1 46698 NULL nohasharray
-+eni_change_qos_46698 eni_change_qos 0 46698 &alloc_data_packet_46698
-+tomoyo_audit_unix_log_46699 tomoyo_audit_unix_log 0 46699 NULL
-+acpi_ns_evaluate_46701 acpi_ns_evaluate 0 46701 NULL
-+saa7185_init_46704 saa7185_init 0 46704 NULL
-+xenvif_change_mtu_46705 xenvif_change_mtu 0 46705 NULL
-+__ilog2_u32_46706 __ilog2_u32 0 46706 NULL
-+blk_mq_alloc_tag_set_46707 blk_mq_alloc_tag_set 0 46707 NULL
-+iwl_send_phy_db_cmd_46708 iwl_send_phy_db_cmd 0 46708 NULL
-+erst_dbg_write_46715 erst_dbg_write 3-0 46715 NULL
-+sctp_side_effects_46716 sctp_side_effects 0 46716 NULL
-+macvlan_dev_netpoll_setup_46717 macvlan_dev_netpoll_setup 0 46717 NULL
-+wl1271_rx_filter_alloc_field_46721 wl1271_rx_filter_alloc_field 5 46721 NULL
-+bcmgenet_set_mac_addr_46722 bcmgenet_set_mac_addr 0 46722 NULL
-+ov6650_cropcap_46726 ov6650_cropcap 0 46726 NULL
-+put_cfg_tlv_u32_46728 put_cfg_tlv_u32 0 46728 NULL
-+pinctrl_register_map_46730 pinctrl_register_map 2 46730 NULL
-+irq_domain_add_simple_46734 irq_domain_add_simple 2-3 46734 NULL
-+ctnetlink_nlmsg_size_46736 ctnetlink_nlmsg_size 0 46736 NULL nohasharray
-+iwl_dbgfs_enable_scan_iteration_notif_write_46736 iwl_dbgfs_enable_scan_iteration_notif_write 0-3 46736 &ctnetlink_nlmsg_size_46736
-+__ata_change_queue_depth_46737 __ata_change_queue_depth 3-0 46737 NULL nohasharray
-+pctv452e_i2c_xfer_46737 pctv452e_i2c_xfer 0-3 46737 &__ata_change_queue_depth_46737
-+iwlagn_mac_add_interface_46739 iwlagn_mac_add_interface 0 46739 NULL
-+read_file_tx99_46741 read_file_tx99 3-0 46741 NULL
-+vti_get_size_46743 vti_get_size 0 46743 NULL
-+bh1770_set_prox_thres_46751 bh1770_set_prox_thres 0-4 46751 NULL
-+sdev_show_queue_ramp_up_period_46755 sdev_show_queue_ramp_up_period 0 46755 NULL
-+rj54n1_set_clock_46757 rj54n1_set_clock 0 46757 NULL
-+store_engine1_leds_46758 store_engine1_leds 4-0 46758 NULL
-+show_fan_status_46761 show_fan_status 0 46761 NULL
-+mwl8k_init_firmware_46764 mwl8k_init_firmware 0 46764 NULL
-+hest_ghes_dev_register_46766 hest_ghes_dev_register 1 46766 NULL
-+inet6_create_46770 inet6_create 0 46770 NULL
-+fc0013_set_vhf_track_46773 fc0013_set_vhf_track 0 46773 NULL
-+int_hw_irq_en_46776 int_hw_irq_en 3-0 46776 NULL
-+ov2640_s_ctrl_46785 ov2640_s_ctrl 0 46785 NULL
-+radar_detection_write_46787 radar_detection_write 3-0 46787 NULL
-+__hdaps_read_pair_46792 __hdaps_read_pair 0 46792 NULL
-+host_show_commands_outstanding_46795 host_show_commands_outstanding 0 46795 NULL
-+show_max_min_46796 show_max_min 0 46796 NULL
-+show_fc_host_supported_speeds_46800 show_fc_host_supported_speeds 0 46800 NULL
-+ixgbe_read_mbx_pf_46802 ixgbe_read_mbx_pf 0 46802 NULL
-+proc_tgid_net_getattr_46803 proc_tgid_net_getattr 0 46803 NULL
-+niu_tx_cs_sng_poll_46804 niu_tx_cs_sng_poll 0 46804 NULL
-+tpk_write_room_46810 tpk_write_room 0 46810 NULL
-+show_session_param_ISCSI_PARAM_ERL_46813 show_session_param_ISCSI_PARAM_ERL 0 46813 NULL
-+ath6kl_wmi_set_roam_mode_cmd_46817 ath6kl_wmi_set_roam_mode_cmd 0 46817 NULL
-+writefn_46819 writefn 0-3 46819 NULL
-+show_ata_port_nr_pmp_links_46824 show_ata_port_nr_pmp_links 0 46824 NULL
-+bnad_get_sset_count_46825 bnad_get_sset_count 0 46825 NULL
-+xfs_iroot_realloc_46826 xfs_iroot_realloc 2 46826 NULL
-+snd_sonicvibes_capture_trigger_46827 snd_sonicvibes_capture_trigger 0 46827 NULL
-+fib_netdev_event_46830 fib_netdev_event 0 46830 NULL
-+cyberjack_write_room_46831 cyberjack_write_room 0 46831 NULL
-+ks959_net_open_46833 ks959_net_open 0 46833 NULL
-+iwl_run_init_mvm_ucode_46835 iwl_run_init_mvm_ucode 0 46835 NULL
-+show_pcm_class_46836 show_pcm_class 0 46836 NULL
-+security_validtrans_handle_fail_46843 security_validtrans_handle_fail 0 46843 NULL
-+mxt_update_fw_store_46849 mxt_update_fw_store 0-4 46849 NULL
-+lola_set_clock_index_46850 lola_set_clock_index 0 46850 NULL
-+show_conn_param_ISCSI_PARAM_MAX_RECV_DLENGTH_46851 show_conn_param_ISCSI_PARAM_MAX_RECV_DLENGTH 0 46851 NULL
-+spi_async_46857 spi_async 0 46857 NULL
-+scan_commit_lists_46860 scan_commit_lists 0 46860 NULL
-+edac_device_ctl_log_ce_show_46861 edac_device_ctl_log_ce_show 0 46861 NULL
-+vsnprintf_46863 vsnprintf 0 46863 NULL
-+ican3_send_inquiry_46865 ican3_send_inquiry 0 46865 NULL nohasharray
-+__uncore_filter_opc_show_46865 __uncore_filter_opc_show 0 46865 &ican3_send_inquiry_46865 nohasharray
-+store_spi_revalidate_46865 store_spi_revalidate 0-4 46865 &__uncore_filter_opc_show_46865
-+restart_array_46866 restart_array 0 46866 NULL
-+regulatory_hint_46868 regulatory_hint 0 46868 NULL
-+nouveau_hwmon_emergency_temp_46870 nouveau_hwmon_emergency_temp 0 46870 NULL nohasharray
-+swiotlb_map_sg_46870 swiotlb_map_sg 3 46870 &nouveau_hwmon_emergency_temp_46870
-+sip_sprintf_addr_46872 sip_sprintf_addr 0 46872 NULL
-+rvmalloc_46873 rvmalloc 1 46873 NULL
-+qp_memcpy_from_queue_iov_46874 qp_memcpy_from_queue_iov 5-4 46874 NULL nohasharray
-+show_telclock_version_46874 show_telclock_version 0 46874 &qp_memcpy_from_queue_iov_46874
-+lov_iocontrol_46876 lov_iocontrol 3 46876 NULL
-+loop_attr_do_show_sizelimit_46878 loop_attr_do_show_sizelimit 0 46878 NULL
-+hpi_read_word_nolock_46881 hpi_read_word_nolock 0 46881 NULL
-+show_thresh_46884 show_thresh 0 46884 NULL nohasharray
-+lp8788_read_multi_bytes_46884 lp8788_read_multi_bytes 0 46884 &show_thresh_46884
-+lpfc_sli4_protocol_show_46888 lpfc_sli4_protocol_show 0 46888 NULL
-+show_conn_param_ISCSI_PARAM_LOCAL_PORT_46890 show_conn_param_ISCSI_PARAM_LOCAL_PORT 0 46890 NULL
-+fcoe_str_to_dev_loss_46893 fcoe_str_to_dev_loss 0 46893 NULL
-+ixgbe_dbg_reg_ops_write_46895 ixgbe_dbg_reg_ops_write 3-0 46895 NULL nohasharray
-+crypto_ablkcipher_decrypt_46895 crypto_ablkcipher_decrypt 0 46895 &ixgbe_dbg_reg_ops_write_46895
-+nfs4_delay_46897 nfs4_delay 0 46897 NULL nohasharray
-+__bch_btree_map_nodes_46897 __bch_btree_map_nodes 0 46897 &nfs4_delay_46897
-+ol_dqblk_off_46904 ol_dqblk_off 2 46904 NULL
-+ieee80211_if_fmt_power_mode_46906 ieee80211_if_fmt_power_mode 3 46906 NULL
-+crc32c_intel_setkey_46907 crc32c_intel_setkey 0 46907 NULL
-+dgram_bind_46908 dgram_bind 0 46908 NULL
-+store_prochot_override_46909 store_prochot_override 0-4 46909 NULL
-+store_46910 store 0-2 46910 NULL
-+sis630_transaction_46913 sis630_transaction 0 46913 NULL
-+digital_skb_alloc_46914 digital_skb_alloc 2 46914 NULL
-+affs_write_begin_ofs_46916 affs_write_begin_ofs 0 46916 NULL
-+wlcore_alloc_hw_46917 wlcore_alloc_hw 3-1 46917 NULL
-+igbvf_open_46920 igbvf_open 0 46920 NULL
-+vortex_up_46921 vortex_up 0 46921 NULL nohasharray
-+cx_auto_build_controls_46921 cx_auto_build_controls 0 46921 &vortex_up_46921
-+fb_write_46924 fb_write 3-0 46924 NULL
-+goldfish_tty_write_room_46929 goldfish_tty_write_room 0 46929 NULL
-+il_dbgfs_ucode_general_stats_read_46936 il_dbgfs_ucode_general_stats_read 0-3 46936 NULL
-+b44_get_sset_count_46940 b44_get_sset_count 0 46940 NULL
-+vprbrd_i2c_xfer_46943 vprbrd_i2c_xfer 0-3 46943 NULL
-+__sctp_setsockopt_connectx_46949 __sctp_setsockopt_connectx 3-0 46949 NULL nohasharray
-+fuse_direct_io_46949 fuse_direct_io 0 46949 &__sctp_setsockopt_connectx_46949
-+qla4xxx_post_aen_work_46953 qla4xxx_post_aen_work 3 46953 NULL nohasharray
-+ntfs_truncate_46953 ntfs_truncate 0 46953 &qla4xxx_post_aen_work_46953
-+coda_fsync_46958 coda_fsync 0 46958 NULL
-+store_spi_transport_max_width_46960 store_spi_transport_max_width 0-4 46960 NULL
-+lp_wait_ready_46962 lp_wait_ready 0 46962 NULL
-+SYSC_poll_46965 SYSC_poll 2 46965 NULL nohasharray
-+snd_rme32_capture_prepare_46965 snd_rme32_capture_prepare 0 46965 &SYSC_poll_46965
-+nvkm_falcon_create__46966 nvkm_falcon_create_ 8 46966 NULL
-+lbs_start_iface_46973 lbs_start_iface 0 46973 NULL
-+enc28j60_net_open_46974 enc28j60_net_open 0 46974 NULL
-+mgmt_pending_add_46976 mgmt_pending_add 5 46976 NULL
-+srp_alloc_req_data_46981 srp_alloc_req_data 0 46981 NULL
-+lec_atm_send_46990 lec_atm_send 0 46990 NULL
-+user_set_46991 user_set 0 46991 NULL
-+sel_write_bool_46996 sel_write_bool 3-0 46996 NULL nohasharray
-+ds2780_write_user_eeprom_bin_46996 ds2780_write_user_eeprom_bin 6-5-0 46996 &sel_write_bool_46996 nohasharray
-+rj54n1_sensor_scale_46996 rj54n1_sensor_scale 0 46996 &ds2780_write_user_eeprom_bin_46996 nohasharray
-+enabled_store_46996 enabled_store 0-4 46996 &rj54n1_sensor_scale_46996
-+megasas_fw_crash_buffer_size_show_46998 megasas_fw_crash_buffer_size_show 0 46998 NULL nohasharray
-+usb_pcwd_write_46998 usb_pcwd_write 0-3 46998 &megasas_fw_crash_buffer_size_show_46998
-+blk_rq_map_kern_47004 blk_rq_map_kern 4-0 47004 NULL
-+x25_device_event_47006 x25_device_event 0 47006 NULL
-+send_post_enqueue_47008 send_post_enqueue 0 47008 NULL
-+rx_bytes_show_47011 rx_bytes_show 0 47011 NULL
-+bpf_prog_realloc_47015 bpf_prog_realloc 2 47015 NULL
-+ip_mc_source_47018 ip_mc_source 0 47018 NULL
-+__map_single_47020 __map_single 3-4-7 47020 NULL
-+usbpn_open_47021 usbpn_open 0 47021 NULL
-+bonding_show_arp_all_targets_47022 bonding_show_arp_all_targets 0 47022 NULL
-+cx231xx_init_bulk_47024 cx231xx_init_bulk 3-4-2-0 47024 NULL nohasharray
-+ucb1400_core_probe_47024 ucb1400_core_probe 0 47024 &cx231xx_init_bulk_47024
-+show_spi_transport_max_qas_47025 show_spi_transport_max_qas 0 47025 NULL nohasharray
-+__rt_schedulable_47025 __rt_schedulable 0 47025 &show_spi_transport_max_qas_47025
-+store_fan_pulses_47028 store_fan_pulses 0-4 47028 NULL
-+drv_set_max_frame_retries_47029 drv_set_max_frame_retries 0 47029 NULL
-+integrity_device_show_47034 integrity_device_show 0 47034 NULL
-+show_v86d_47041 show_v86d 0 47041 NULL
-+dib7090_tuner_xfer_47045 dib7090_tuner_xfer 0-3 47045 NULL
-+isl29003_show_resolution_47047 isl29003_show_resolution 0 47047 NULL
-+set_in_max0_47049 set_in_max0 0-4 47049 NULL
-+wm8994_set_bits_47052 wm8994_set_bits 0 47052 NULL nohasharray
-+acerhdf_get_fanstate_47052 acerhdf_get_fanstate 0 47052 &wm8994_set_bits_47052
-+final_47055 final 0 47055 NULL
-+open_rx_47057 open_rx 0 47057 NULL
-+udpv6_sendmsg_47060 udpv6_sendmsg 3 47060 NULL
-+dg_dispatch_as_guest_47063 dg_dispatch_as_guest 0 47063 NULL
-+ltc2945_show_value_47064 ltc2945_show_value 0 47064 NULL nohasharray
-+read_pod_47064 read_pod 0 47064 &ltc2945_show_value_47064
-+nfcmrvl_nci_recv_frame_47066 nfcmrvl_nci_recv_frame 3 47066 NULL nohasharray
-+power_on_acct_show_47066 power_on_acct_show 0 47066 &nfcmrvl_nci_recv_frame_47066
-+event_trigger_regex_write_47067 event_trigger_regex_write 3 47067 NULL
-+metrics_bytes_sent_show_47068 metrics_bytes_sent_show 0 47068 NULL
-+mwifiex_set_mac_address_47069 mwifiex_set_mac_address 0 47069 NULL
-+ufs_new_fragments_47070 ufs_new_fragments 4-5-3 47070 NULL nohasharray
-+ext4_xattr_list_entries_47070 ext4_xattr_list_entries 0 47070 &ufs_new_fragments_47070
-+iscsi_stat_sess_err_attr_store_47075 iscsi_stat_sess_err_attr_store 0 47075 NULL
-+pipeline_dec_packet_in_read_47076 pipeline_dec_packet_in_read 3-0 47076 NULL
-+export_47078 export 0 47078 NULL
-+skb_checksum_setup_ip_47081 skb_checksum_setup_ip 3 47081 NULL
-+iwl_mvm_d3_test_read_47088 iwl_mvm_d3_test_read 0-3 47088 NULL
-+iwl_dump_nic_event_log_47089 iwl_dump_nic_event_log 0 47089 NULL
-+azx_setup_periods_47101 azx_setup_periods 0 47101 NULL nohasharray
-+ipr_show_adapter_handle_47101 ipr_show_adapter_handle 0 47101 &azx_setup_periods_47101
-+pcmcia_dev_suspend_47104 pcmcia_dev_suspend 0 47104 NULL nohasharray
-+ptlrpc_lprocfs_threads_max_seq_write_47104 ptlrpc_lprocfs_threads_max_seq_write 3 47104 &pcmcia_dev_suspend_47104
-+map_sg_47108 map_sg 0-3 47108 NULL nohasharray
-+hih6130_update_measurements_47108 hih6130_update_measurements 0 47108 &map_sg_47108
-+flash_brightness_set_47109 flash_brightness_set 0 47109 NULL nohasharray
-+ion_heap_clear_pages_47109 ion_heap_clear_pages 2 47109 &flash_brightness_set_47109
-+tboot_log_read_47110 tboot_log_read 3-0 47110 NULL
-+carrier_show_47115 carrier_show 0 47115 NULL
-+__erst_write_to_storage_47120 __erst_write_to_storage 0 47120 NULL
-+ds2781_get_rsgain_register_47121 ds2781_get_rsgain_register 0 47121 NULL
-+mousedev_read_47123 mousedev_read 3-0 47123 NULL
-+tcm_loop_drop_nexus_47124 tcm_loop_drop_nexus 0 47124 NULL
-+upcall_msg_size_47141 upcall_msg_size 0-2 47141 NULL
-+acpi_ut_initialize_buffer_47143 acpi_ut_initialize_buffer 2-0 47143 NULL nohasharray
-+ses_recv_diag_47143 ses_recv_diag 4 47143 &acpi_ut_initialize_buffer_47143
-+store_target_kb_47150 store_target_kb 0-4 47150 NULL
-+sctp_get_port_47151 sctp_get_port 0 47151 NULL
-+get_attr_rdpmc_47155 get_attr_rdpmc 0 47155 NULL nohasharray
-+mwifiex_alloc_dma_align_buf_47155 mwifiex_alloc_dma_align_buf 1 47155 &get_attr_rdpmc_47155
-+il4965_mac_start_47159 il4965_mac_start 0 47159 NULL
-+gva_to_gpa_47160 gva_to_gpa 0 47160 NULL nohasharray
-+show_streaming_47160 show_streaming 0 47160 &gva_to_gpa_47160
-+mxms_headerlen_47161 mxms_headerlen 0 47161 NULL
-+rs_sta_dbgfs_rate_scale_data_read_47165 rs_sta_dbgfs_rate_scale_data_read 3-0 47165 NULL
-+sched_ilb_notifier_47166 sched_ilb_notifier 0 47166 NULL nohasharray
-+dps1_insert_key_47166 dps1_insert_key 0-4 47166 &sched_ilb_notifier_47166
-+max8660_dcdc_is_enabled_47167 max8660_dcdc_is_enabled 0 47167 NULL
-+part_fail_show_47168 part_fail_show 0 47168 NULL
-+max_flash_timeout_show_47169 max_flash_timeout_show 0 47169 NULL nohasharray
-+set_temp_47169 set_temp 0-4 47169 &max_flash_timeout_show_47169
-+reg_show_name_47170 reg_show_name 0 47170 NULL
-+lvs_rh_set_port_feature_47175 lvs_rh_set_port_feature 0 47175 NULL
-+svc_pool_map_alloc_arrays_47181 svc_pool_map_alloc_arrays 2 47181 NULL
-+state_parse_47184 state_parse 0 47184 NULL
-+ioremap_cache_47189 ioremap_cache 2-1 47189 NULL
-+xfs_btree_get_buf_block_47197 xfs_btree_get_buf_block 0 47197 NULL
-+__set_signal_47207 __set_signal 0-4 47207 NULL
-+__rds_create_47212 __rds_create 0 47212 NULL
-+wm8903_gpio_direction_in_47213 wm8903_gpio_direction_in 0 47213 NULL
-+nobh_write_end_47214 nobh_write_end 5-0 47214 NULL
-+tg3_phy_auxctl_read_47216 tg3_phy_auxctl_read 0 47216 NULL
-+sctp_v4_to_addr_param_47221 sctp_v4_to_addr_param 0 47221 NULL nohasharray
-+__mt9t112_mcu_mask_set_47221 __mt9t112_mcu_mask_set 0 47221 &sctp_v4_to_addr_param_47221
-+nilfs_dat_prepare_start_47222 nilfs_dat_prepare_start 0 47222 NULL
-+xc_set_signal_source_47230 xc_set_signal_source 0 47230 NULL
-+chip_edc_read_47233 chip_edc_read 0 47233 NULL
-+x1205_get_dtrim_47236 x1205_get_dtrim 0 47236 NULL nohasharray
-+rpc_pipe_write_47236 rpc_pipe_write 0-3 47236 &x1205_get_dtrim_47236
-+l2headersize_47238 l2headersize 0 47238 NULL
-+options_write_47243 options_write 3-0 47243 NULL
-+__uncore_filter_band3_show_47248 __uncore_filter_band3_show 0 47248 NULL
-+__uncore_match_mc_show_47250 __uncore_match_mc_show 0 47250 NULL nohasharray
-+iwl_mvm_power_set_ps_47250 iwl_mvm_power_set_ps 0 47250 &__uncore_match_mc_show_47250
-+efx_reconfigure_port_47251 efx_reconfigure_port 0 47251 NULL
-+skb_copy_datagram_from_iter_47253 skb_copy_datagram_from_iter 4-2 47253 NULL nohasharray
-+portcntrs_1_read_47253 portcntrs_1_read 3-0 47253 &skb_copy_datagram_from_iter_47253
-+rtl2832_sdr_s_ctrl_47254 rtl2832_sdr_s_ctrl 0 47254 NULL nohasharray
-+target_stat_scsi_lu_show_attr_prod_47254 target_stat_scsi_lu_show_attr_prod 0 47254 &rtl2832_sdr_s_ctrl_47254
-+da9052_disable_irq_nosync_47260 da9052_disable_irq_nosync 2 47260 NULL
-+nq_m_sync_47264 nq_m_sync 0 47264 NULL
-+exofs_write_inode_47271 exofs_write_inode 0 47271 NULL
-+ablkcipher_next_slow_47274 ablkcipher_next_slow 3-4 47274 NULL
-+show_fnode_exp_statsn_47277 show_fnode_exp_statsn 0 47277 NULL
-+perf_ibs_cpu_notifier_47281 perf_ibs_cpu_notifier 0 47281 NULL
-+gfs2_readpages_47285 gfs2_readpages 4 47285 NULL
-+blkdev_issue_flush_47287 blkdev_issue_flush 0 47287 NULL
-+reg_write_47288 reg_write 0 47288 NULL
-+setattr_47289 setattr 0 47289 NULL
-+target_stat_scsi_att_intr_port_show_attr_port_47290 target_stat_scsi_att_intr_port_show_attr_port 0 47290 NULL
-+vsnprintf_47291 vsnprintf 0 47291 NULL
-+SYSC_semop_47292 SYSC_semop 3 47292 NULL
-+show_47293 show 0 47293 NULL
-+uvc_video_enable_47296 uvc_video_enable 0 47296 NULL
-+rhashtable_rehash_attach_47298 rhashtable_rehash_attach 0 47298 NULL
-+tx_internal_desc_overflow_read_47300 tx_internal_desc_overflow_read 3-0 47300 NULL
-+virtqueue_add_47306 virtqueue_add 3 47306 NULL
-+il4965_fill_txpower_tbl_47307 il4965_fill_txpower_tbl 0 47307 NULL
-+mm_compute_batch_notifier_47309 mm_compute_batch_notifier 0 47309 NULL
-+nfs_idmap_read_and_verify_message_47312 nfs_idmap_read_and_verify_message 0 47312 NULL
-+xfs_trans_reserve_quota_nblks_47313 xfs_trans_reserve_quota_nblks 0 47313 NULL
-+ipvlan_device_event_47317 ipvlan_device_event 0 47317 NULL
-+get_l4proto_47318 get_l4proto 0 47318 NULL
-+usX2Y_usbpcm_urbs_start_47323 usX2Y_usbpcm_urbs_start 0 47323 NULL
-+snd_sb16_playback_trigger_47332 snd_sb16_playback_trigger 0 47332 NULL
-+sock_sendmsg_nosec_47333 sock_sendmsg_nosec 0 47333 NULL
-+sctp_auth_set_active_key_47334 sctp_auth_set_active_key 0 47334 NULL nohasharray
-+fd_configure_device_47334 fd_configure_device 0 47334 &sctp_auth_set_active_key_47334
-+next_bitstream_store_47342 next_bitstream_store 0-4 47342 NULL
-+tune_set_47343 tune_set 0-5 47343 NULL
-+cdc_ncm_show_min_tx_pkt_47346 cdc_ncm_show_min_tx_pkt 0 47346 NULL
-+amd_xgbe_phy_pcs_power_cycle_47347 amd_xgbe_phy_pcs_power_cycle 0 47347 NULL
-+pstr_store_47352 pstr_store 0-4 47352 NULL nohasharray
-+parse_exthdrs_47352 parse_exthdrs 0 47352 &pstr_store_47352
-+md_allow_write_47353 md_allow_write 0 47353 NULL
-+ieee80211_if_read_dot11MeshHoldingTimeout_47356 ieee80211_if_read_dot11MeshHoldingTimeout 3-0 47356 NULL nohasharray
-+validate_47356 validate 0 47356 &ieee80211_if_read_dot11MeshHoldingTimeout_47356
-+nvme_submit_admin_cmd_47357 nvme_submit_admin_cmd 0 47357 NULL
-+avc_get_hash_stats_47359 avc_get_hash_stats 0 47359 NULL
-+kvm_arch_create_memslot_47364 kvm_arch_create_memslot 3 47364 NULL nohasharray
-+__output_copy_user_47364 __output_copy_user 3 47364 &kvm_arch_create_memslot_47364
-+vmci_transport_dgram_bind_47371 vmci_transport_dgram_bind 0 47371 NULL
-+hci_prepare_cmd_47372 hci_prepare_cmd 3 47372 NULL
-+show_ipv4_iface_bootproto_47376 show_ipv4_iface_bootproto 0 47376 NULL
-+stmmac_enable_47377 stmmac_enable 0 47377 NULL
-+shmem_getpage_47382 shmem_getpage 0 47382 NULL
-+tun_recvmsg_47383 tun_recvmsg 3 47383 NULL
-+nv_rd32_47390 nv_rd32 0 47390 NULL nohasharray
-+trace_options_core_read_47390 trace_options_core_read 3 47390 &nv_rd32_47390
-+pfkey_sendmsg_47394 pfkey_sendmsg 4-0 47394 NULL
-+wdtpci_write_47395 wdtpci_write 0-3 47395 NULL
-+store_spi_transport_rd_strm_47397 store_spi_transport_rd_strm 0-4 47397 NULL
-+lbs_wrmac_write_47400 lbs_wrmac_write 3-0 47400 NULL
-+efi_pstore_read_func_47401 efi_pstore_read_func 0 47401 NULL
-+walk_pte_range_47402 walk_pte_range 0 47402 NULL
-+store_bitmask_47403 store_bitmask 0-4 47403 NULL
-+store_select_amcb1_transmit_clock_47406 store_select_amcb1_transmit_clock 0-4 47406 NULL
-+ocfs2_resv_end_47408 ocfs2_resv_end 0 47408 NULL nohasharray
-+SyS_recv_47408 SyS_recv 3 47408 &ocfs2_resv_end_47408
-+sta_vht_capa_read_47409 sta_vht_capa_read 3-0 47409 NULL nohasharray
-+bcm7xxx_28nm_e0_plus_afe_config_init_47409 bcm7xxx_28nm_e0_plus_afe_config_init 0 47409 &sta_vht_capa_read_47409
-+isl29003_set_power_state_47411 isl29003_set_power_state 0 47411 NULL
-+show_spi_transport_width_47413 show_spi_transport_width 0 47413 NULL
-+write_cmd_47414 write_cmd 0 47414 NULL
-+lbs_wrrf_write_47418 lbs_wrrf_write 3-0 47418 NULL
-+__iscsi_disc_store_userid_mutual_47420 __iscsi_disc_store_userid_mutual 0-3 47420 NULL
-+vzalloc_47421 vzalloc 1 47421 NULL nohasharray
-+array_size_store_47421 array_size_store 0-3 47421 &vzalloc_47421
-+mvs_task_prep_ata_47424 mvs_task_prep_ata 0 47424 NULL
-+bLength_show_47432 bLength_show 0 47432 NULL
-+fop_write_47433 fop_write 0-3 47433 NULL nohasharray
-+caif_seqpkt_sendmsg_47433 caif_seqpkt_sendmsg 3 47433 &fop_write_47433
-+dibx000_i2c_gated_tuner_xfer_47436 dibx000_i2c_gated_tuner_xfer 0-3 47436 NULL
-+wl128x_configure_mcs_pll_47437 wl128x_configure_mcs_pll 0 47437 NULL
-+niu_reset_tx_bmac_47440 niu_reset_tx_bmac 0 47440 NULL
-+cxacru_sysfs_show_modulation_47441 cxacru_sysfs_show_modulation 0 47441 NULL
-+mrf24j40_filter_47445 mrf24j40_filter 0 47445 NULL
-+usb_wwan_open_47449 usb_wwan_open 0 47449 NULL
-+environ_read_47451 environ_read 0-3 47451 NULL
-+C_SYSC_set_mempolicy_47466 C_SYSC_set_mempolicy 3 47466 NULL
-+lprocfs_fid_write_common_47471 lprocfs_fid_write_common 2 47471 NULL
-+igb_get_eeprom_len_47473 igb_get_eeprom_len 0 47473 NULL
-+usermodehelper_read_trylock_47478 usermodehelper_read_trylock 0 47478 NULL
-+nvme_trans_send_fw_cmd_47479 nvme_trans_send_fw_cmd 4 47479 NULL nohasharray
-+o2hb_region_store_47479 o2hb_region_store 0-4 47479 &nvme_trans_send_fw_cmd_47479
-+acpi_smbus_read_47480 acpi_smbus_read 0 47480 NULL
-+packet_mc_drop_47484 packet_mc_drop 0 47484 NULL
-+newpart_47485 newpart 6-4 47485 NULL
-+read_47490 read 0-3 47490 NULL
-+mcp23s17_read_regs_47491 mcp23s17_read_regs 4 47491 NULL
-+core_sys_select_47494 core_sys_select 1 47494 NULL
-+__feat_register_nn_47497 __feat_register_nn 0 47497 NULL
-+jid_store_47498 jid_store 0-3 47498 NULL
-+read_block_for_search_47502 read_block_for_search 0 47502 NULL
-+as3722_block_write_47503 as3722_block_write 2-3 47503 NULL nohasharray
-+txstat_read_file_47503 txstat_read_file 0 47503 &as3722_block_write_47503
-+i801_block_transaction_by_block_47504 i801_block_transaction_by_block 0 47504 NULL
-+show_temp_crit_int_47505 show_temp_crit_int 0 47505 NULL nohasharray
-+alloc_arraycache_47505 alloc_arraycache 2 47505 &show_temp_crit_int_47505
-+unlink_simple_47506 unlink_simple 3 47506 NULL
-+f2fs_write_meta_pages_47507 f2fs_write_meta_pages 0 47507 NULL
-+saa7146_i2c_xfer_47508 saa7146_i2c_xfer 0-3 47508 NULL
-+pstore_decompress_47510 pstore_decompress 0 47510 NULL
-+ufs_inode_getblock_47512 ufs_inode_getblock 4 47512 NULL
-+inet_bind_47514 inet_bind 0 47514 NULL
-+nilfs_segbuf_extend_segsum_47517 nilfs_segbuf_extend_segsum 0 47517 NULL
-+ec_i2c_count_response_47518 ec_i2c_count_response 0 47518 NULL
-+eth_open_47519 eth_open 0 47519 NULL
-+usb_hcd_alloc_bandwidth_47525 usb_hcd_alloc_bandwidth 0 47525 NULL nohasharray
-+jfs_loglevel_proc_write_47525 jfs_loglevel_proc_write 0-3 47525 &usb_hcd_alloc_bandwidth_47525
-+wl128x_cmd_radio_parms_47528 wl128x_cmd_radio_parms 0 47528 NULL
-+__proc_lnet_portal_rotor_47529 __proc_lnet_portal_rotor 5 47529 NULL
-+process_vm_rw_47533 process_vm_rw 3-5 47533 NULL nohasharray
-+vscnprintf_47533 vscnprintf 0-2 47533 &process_vm_rw_47533
-+get_port_47534 get_port 0 47534 NULL
-+ieee80211_if_fmt_min_discovery_timeout_47539 ieee80211_if_fmt_min_discovery_timeout 3 47539 NULL
-+il_send_cmd_sync_47541 il_send_cmd_sync 0 47541 NULL
-+_lm3533_als_get_zone_47546 _lm3533_als_get_zone 0 47546 NULL
-+atl1_open_47550 atl1_open 0 47550 NULL
-+drbg_statelen_47551 drbg_statelen 0 47551 NULL nohasharray
-+leb_read_sanity_check_47551 leb_read_sanity_check 0 47551 &drbg_statelen_47551
-+pci_endrun_init_47554 pci_endrun_init 0 47554 NULL
-+_ctl_diag_trigger_scsi_show_47558 _ctl_diag_trigger_scsi_show 0 47558 NULL
-+acpi_gpio_package_count_47562 acpi_gpio_package_count 0 47562 NULL
-+send_cmd_47563 send_cmd 0 47563 NULL
-+xfs_inobt_alloc_block_47565 xfs_inobt_alloc_block 0 47565 NULL
-+send_command_47567 send_command 0 47567 NULL nohasharray
-+i2c_nuvoton_write_status_47567 i2c_nuvoton_write_status 0 47567 &send_command_47567
-+read_ldt_47570 read_ldt 2 47570 NULL
-+isku_sysfs_read_last_set_47572 isku_sysfs_read_last_set 6-0-5 47572 NULL
-+mlx4_qp_to_ready_47574 mlx4_qp_to_ready 0 47574 NULL
-+pci_iomap_47575 pci_iomap 3 47575 NULL
-+mptscsih_version_bios_show_47578 mptscsih_version_bios_show 0 47578 NULL
-+rpipe_get_idx_47579 rpipe_get_idx 2-0 47579 NULL nohasharray
-+cpufreq_cpu_callback_47579 cpufreq_cpu_callback 0 47579 &rpipe_get_idx_47579 nohasharray
-+dgram_init_47579 dgram_init 0 47579 &cpufreq_cpu_callback_47579
-+SYSC_fcntl64_47581 SYSC_fcntl64 3 47581 NULL
-+id_format_show_47585 id_format_show 0 47585 NULL
-+phy_read_47590 phy_read 0 47590 NULL
-+wusb_ck_store_47591 wusb_ck_store 0-4 47591 NULL
-+wlcore_read_reg_47598 wlcore_read_reg 0 47598 NULL
-+get_nic_info_47601 get_nic_info 0 47601 NULL
-+sd_isoc_init_47602 sd_isoc_init 0 47602 NULL
-+ext4_kvzalloc_47605 ext4_kvzalloc 1 47605 NULL
-+wm831x_gpio_direction_out_47607 wm831x_gpio_direction_out 0 47607 NULL
-+sctp_ssnmap_new_47608 sctp_ssnmap_new 2-1 47608 NULL nohasharray
-+unbind_store_47608 unbind_store 0-3 47608 &sctp_ssnmap_new_47608
-+roccat_common2_sysfs_write_general_47610 roccat_common2_sysfs_write_general 0-6-5 47610 NULL nohasharray
-+cgroup_clone_children_write_47610 cgroup_clone_children_write 0 47610 &roccat_common2_sysfs_write_general_47610
-+a_hnp_support_show_47611 a_hnp_support_show 0 47611 NULL
-+uea_request_47613 uea_request 4 47613 NULL
-+cache_read_pipefs_47615 cache_read_pipefs 3-0 47615 NULL
-+ocfs2_xattr_security_list_47616 ocfs2_xattr_security_list 0-5 47616 NULL
-+mwifiex_cmd_host_cmd_47617 mwifiex_cmd_host_cmd 0 47617 NULL
-+__apei_exec_read_register_47619 __apei_exec_read_register 0 47619 NULL nohasharray
-+tps65217_clear_bits_47619 tps65217_clear_bits 0 47619 &__apei_exec_read_register_47619
-+twl4030_clear_set_47624 twl4030_clear_set 4 47624 NULL
-+nouveau_hwmon_temp1_auto_point1_temp_47625 nouveau_hwmon_temp1_auto_point1_temp 0 47625 NULL
-+SYSC_send_47629 SYSC_send 3 47629 NULL
-+store_pwm_auto_point_temp_hyst_47630 store_pwm_auto_point_temp_hyst 0-4 47630 NULL
-+iwl_mvm_update_sta_47642 iwl_mvm_update_sta 0 47642 NULL
-+ds1682_eeprom_read_47644 ds1682_eeprom_read 0-5-6 47644 NULL nohasharray
-+ubifs_find_free_space_47644 ubifs_find_free_space 0 47644 &ds1682_eeprom_read_47644
-+compute_sid_handle_invalid_context_47647 compute_sid_handle_invalid_context 0 47647 NULL
-+isl12022_read_regs_47653 isl12022_read_regs 0 47653 NULL
-+auok190xfb_check_var_47654 auok190xfb_check_var 0 47654 NULL
-+gfs2_jdata_writepage_47660 gfs2_jdata_writepage 0 47660 NULL
-+fan_show_47664 fan_show 0 47664 NULL
-+pyra_sysfs_show_firmware_version_47670 pyra_sysfs_show_firmware_version 0 47670 NULL
-+acpi_ds_get_region_arguments_47671 acpi_ds_get_region_arguments 0 47671 NULL nohasharray
-+user_scan_47671 user_scan 0 47671 &acpi_ds_get_region_arguments_47671
-+regmap_mmio_write_47679 regmap_mmio_write 0 47679 NULL
-+queue_attr_store_47683 queue_attr_store 0-4 47683 NULL
-+mbus_show_47685 mbus_show 0 47685 NULL nohasharray
-+gprs_set_mtu_47685 gprs_set_mtu 0 47685 &mbus_show_47685
-+rtl8723b_parse_firmware_47686 rtl8723b_parse_firmware 0 47686 NULL
-+ce6230_ctrl_msg_47692 ce6230_ctrl_msg 0 47692 NULL
-+target_stat_scsi_lu_show_attr_num_cmds_47693 target_stat_scsi_lu_show_attr_num_cmds 0 47693 NULL nohasharray
-+niu_reset_rx_bmac_47693 niu_reset_rx_bmac 0 47693 &target_stat_scsi_lu_show_attr_num_cmds_47693
-+qlcnic_show_bridged_mode_47696 qlcnic_show_bridged_mode 0 47696 NULL
-+create_tx_ctx_47698 create_tx_ctx 0 47698 NULL nohasharray
-+ds2781_battery_io_47698 ds2781_battery_io 3-4 47698 &create_tx_ctx_47698
-+packet_recvmsg_47700 packet_recvmsg 4-0 47700 NULL
-+inet_sendmsg_47705 inet_sendmsg 4-0 47705 NULL
-+max8907_rtc_set_alarm_47711 max8907_rtc_set_alarm 0 47711 NULL
-+save_microcode_47717 save_microcode 3 47717 NULL
-+show_prochot_avg_47718 show_prochot_avg 0 47718 NULL
-+wl1251_fetch_firmware_47724 wl1251_fetch_firmware 0 47724 NULL
-+wimax_show_47727 wimax_show 0 47727 NULL
-+__sock_sendmsg_nosec_47729 __sock_sendmsg_nosec 0-4 47729 NULL
-+hvc_write_room_47730 hvc_write_room 0 47730 NULL
-+walk_page_test_47731 walk_page_test 0 47731 NULL
-+bits_to_user_47733 bits_to_user 3-2 47733 NULL
-+sockfs_listxattr_47735 sockfs_listxattr 0-3 47735 NULL nohasharray
-+ov9740_s_fmt_47735 ov9740_s_fmt 0 47735 &sockfs_listxattr_47735
-+notify_send_pre_block_47736 notify_send_pre_block 0 47736 NULL
-+hdaps_read_pair_47737 hdaps_read_pair 0 47737 NULL
-+carl9170_debugfs_read_47738 carl9170_debugfs_read 3-0 47738 NULL
-+qla2x00_drvr_version_show_47742 qla2x00_drvr_version_show 0 47742 NULL
-+ir_prepare_write_buffer_47747 ir_prepare_write_buffer 3 47747 NULL nohasharray
-+use_zero_page_show_47747 use_zero_page_show 0 47747 &ir_prepare_write_buffer_47747
-+hpfs_write_end_47748 hpfs_write_end 5-0 47748 NULL nohasharray
-+rose_add_loopback_node_47748 rose_add_loopback_node 0 47748 &hpfs_write_end_47748 nohasharray
-+usb2_hardware_lpm_store_47748 usb2_hardware_lpm_store 0-4 47748 &rose_add_loopback_node_47748
-+mvumi_alloc_mem_resource_47750 mvumi_alloc_mem_resource 3 47750 NULL
-+ext3_find_near_47752 ext3_find_near 0 47752 NULL
-+mwl8k_feed_fw_image_47753 mwl8k_feed_fw_image 0 47753 NULL
-+alloc_sched_domains_47756 alloc_sched_domains 1 47756 NULL
-+csio_show_hw_state_47767 csio_show_hw_state 0 47767 NULL nohasharray
-+wl1251_fetch_nvs_47767 wl1251_fetch_nvs 0 47767 &csio_show_hw_state_47767
-+broken_parity_status_show_47772 broken_parity_status_show 0 47772 NULL
-+uwb_ie_dump_hex_47774 uwb_ie_dump_hex 4-0 47774 NULL
-+i8k_get_fan_speed_47779 i8k_get_fan_speed 0 47779 NULL
-+carl9170_set_mac_reg_47780 carl9170_set_mac_reg 0 47780 NULL nohasharray
-+SyS_setgroups16_47780 SyS_setgroups16 1 47780 &carl9170_set_mac_reg_47780
-+error_error_numll_frame_cts_start_read_47781 error_error_numll_frame_cts_start_read 3-0 47781 NULL
-+vfio_device_fops_read_47786 vfio_device_fops_read 0-3 47786 NULL
-+posix_acl_fix_xattr_from_user_47793 posix_acl_fix_xattr_from_user 2 47793 NULL nohasharray
-+o2hb_region_show_47793 o2hb_region_show 0 47793 &posix_acl_fix_xattr_from_user_47793
-+show_id_47795 show_id 0 47795 NULL
-+sl_open_47801 sl_open 0 47801 NULL
-+hello_timer_show_47803 hello_timer_show 0 47803 NULL
-+W6692_empty_Bfifo_47804 W6692_empty_Bfifo 2 47804 NULL nohasharray
-+store_fc_vport_disable_47804 store_fc_vport_disable 0-4 47804 &W6692_empty_Bfifo_47804
-+lov_packmd_47810 lov_packmd 0 47810 NULL
-+show_counter_tx_flow_pkts_47812 show_counter_tx_flow_pkts 0 47812 NULL
-+show_fan_full_speed_47818 show_fan_full_speed 0 47818 NULL
-+cifs_iovec_write_47822 cifs_iovec_write 0 47822 NULL
-+tree_mod_log_insert_move_47823 tree_mod_log_insert_move 5 47823 NULL nohasharray
-+nilfs_segctor_last_seg_write_time_show_47823 nilfs_segctor_last_seg_write_time_show 0 47823 &tree_mod_log_insert_move_47823 nohasharray
-+koneplus_sysfs_write_sensor_47823 koneplus_sysfs_write_sensor 0-6-5 47823 &nilfs_segctor_last_seg_write_time_show_47823
-+show_temp_max10_47828 show_temp_max10 0 47828 NULL
-+read_file_spectral_bins_47829 read_file_spectral_bins 3-0 47829 NULL
-+mb862xx_xfer_47831 mb862xx_xfer 0-3 47831 NULL nohasharray
-+regulator_suspend_mem_uV_show_47831 regulator_suspend_mem_uV_show 0 47831 &mb862xx_xfer_47831
-+target_fabric_port_store_attr_alua_tg_pt_write_md_47833 target_fabric_port_store_attr_alua_tg_pt_write_md 0-3 47833 NULL
-+rtl_store_debug_level_47834 rtl_store_debug_level 0-4 47834 NULL
-+pinconf_dbg_config_write_47835 pinconf_dbg_config_write 3-0 47835 NULL nohasharray
-+lanai_send_47835 lanai_send 0 47835 &pinconf_dbg_config_write_47835
-+raw_sendmsg_47838 raw_sendmsg 3 47838 NULL
-+cmos_nvram_write_47839 cmos_nvram_write 0-6-5 47839 NULL
-+did_show_47843 did_show 0 47843 NULL nohasharray
-+alloc_ringdesc_47843 alloc_ringdesc 0 47843 &did_show_47843
-+gfs2_aspace_writepage_47845 gfs2_aspace_writepage 0 47845 NULL
-+wil_request_firmware_47846 wil_request_firmware 0 47846 NULL nohasharray
-+qla4_82xx_start_firmware_47846 qla4_82xx_start_firmware 0 47846 &wil_request_firmware_47846
-+ecryptfs_write_inode_size_to_xattr_47848 ecryptfs_write_inode_size_to_xattr 0 47848 NULL nohasharray
-+setauthsize_47848 setauthsize 0 47848 &ecryptfs_write_inode_size_to_xattr_47848
-+reg_clear_47849 reg_clear 0 47849 NULL
-+ath10k_pci_diag_write32_47850 ath10k_pci_diag_write32 0 47850 NULL
-+__iscsi_nacl_auth_store_password_mutual_47853 __iscsi_nacl_auth_store_password_mutual 0-3 47853 NULL
-+ixgbe_change_mtu_47865 ixgbe_change_mtu 0 47865 NULL
-+copy_47869 copy 0 47869 NULL
-+v9fs_file_fsync_47873 v9fs_file_fsync 0 47873 NULL nohasharray
-+psmouse_attr_set_resolution_47873 psmouse_attr_set_resolution 0-4 47873 &v9fs_file_fsync_47873
-+add_lease_context_47876 add_lease_context 0 47876 NULL
-+vhci_read_47878 vhci_read 3-0 47878 NULL
-+e100_load_ucode_wait_47882 e100_load_ucode_wait 0 47882 NULL
-+array_size_show_47883 array_size_show 0 47883 NULL
-+ubi_wl_put_peb_47886 ubi_wl_put_peb 0 47886 NULL
-+ds1374_wdt_write_47888 ds1374_wdt_write 0-3 47888 NULL
-+keyctl_instantiate_key_common_47889 keyctl_instantiate_key_common 4 47889 NULL
-+read_prph_47892 read_prph 0 47892 NULL
-+erst_exec_skip_next_instruction_if_true_47893 erst_exec_skip_next_instruction_if_true 0 47893 NULL
-+add_fake_beep_paths_47898 add_fake_beep_paths 0 47898 NULL
-+read_regr_47902 read_regr 0 47902 NULL nohasharray
-+read_dsmargin_47902 read_dsmargin 0 47902 &read_regr_47902
-+osd_req_read_sg_47905 osd_req_read_sg 5 47905 NULL
-+xc5000_get_if_frequency_47906 xc5000_get_if_frequency 0 47906 NULL
-+ca0132_init_47907 ca0132_init 0 47907 NULL nohasharray
-+ib_send_mad_47907 ib_send_mad 0 47907 &ca0132_init_47907
-+wl1273_fm_fops_read_47910 wl1273_fm_fops_read 0-3 47910 NULL nohasharray
-+iwl_mvm_tdls_sta_init_47910 iwl_mvm_tdls_sta_init 0 47910 &wl1273_fm_fops_read_47910
-+elants_version_attribute_show_47912 elants_version_attribute_show 0 47912 NULL nohasharray
-+radeon_get_pm_method_47912 radeon_get_pm_method 0 47912 &elants_version_attribute_show_47912 nohasharray
-+chip_label_show_47912 chip_label_show 0 47912 &radeon_get_pm_method_47912
-+sp_header_47915 sp_header 0 47915 NULL nohasharray
-+timeout_read_47915 timeout_read 0-3 47915 &sp_header_47915
-+cfs_percpt_alloc_47918 cfs_percpt_alloc 2 47918 NULL
-+bond_option_queue_id_set_47919 bond_option_queue_id_set 0 47919 NULL
-+device_show_ulong_47926 device_show_ulong 0 47926 NULL nohasharray
-+comedi_write_47926 comedi_write 3 47926 &device_show_ulong_47926
-+show_mlid_47928 show_mlid 0 47928 NULL
-+efivar_entry_get_47945 efivar_entry_get 0 47945 NULL
-+b44_open_47950 b44_open 0 47950 NULL
-+psmouse_attr_set_rate_47953 psmouse_attr_set_rate 0-4 47953 NULL
-+arch_setup_msi_irq_47959 arch_setup_msi_irq 0 47959 NULL
-+pci_read_47962 pci_read 0 47962 NULL
-+cfg80211_testmode_alloc_reply_skb_47966 cfg80211_testmode_alloc_reply_skb 2 47966 NULL
-+of_property_count_u32_elems_47967 of_property_count_u32_elems 0 47967 NULL
-+roccat_common2_sysfs_read_light_47968 roccat_common2_sysfs_read_light 0-5-6 47968 NULL
-+isl1208_sysfs_store_usr_47970 isl1208_sysfs_store_usr 0-4 47970 NULL
-+show_stride_47971 show_stride 0 47971 NULL
-+gether_get_ifname_47972 gether_get_ifname 0 47972 NULL
-+nfs4_proc_get_acl_47973 nfs4_proc_get_acl 0 47973 NULL nohasharray
-+pcmciamtd_resume_47973 pcmciamtd_resume 0 47973 &nfs4_proc_get_acl_47973
-+node_weight_read_47974 node_weight_read 0 47974 NULL
-+show_srp_rport_id_47975 show_srp_rport_id 0 47975 NULL
-+flush_store_47978 flush_store 0-4 47978 NULL
-+mempool_resize_47983 mempool_resize 2 47983 NULL nohasharray
-+iwl_dbgfs_ucode_tracing_read_47983 iwl_dbgfs_ucode_tracing_read 3-0 47983 &mempool_resize_47983
-+logfs_read_direct_47986 logfs_read_direct 0 47986 NULL nohasharray
-+carl9170_debugfs_erp_write_47986 carl9170_debugfs_erp_write 0-3 47986 &logfs_read_direct_47986
-+tm6000_s_ctrl_47987 tm6000_s_ctrl 0 47987 NULL
-+dbg_port_buf_47990 dbg_port_buf 2 47990 NULL nohasharray
-+enter_47990 enter 0 47990 &dbg_port_buf_47990
-+lpfc_topology_store_47992 lpfc_topology_store 0-4 47992 NULL
-+ib_umad_write_47993 ib_umad_write 3-0 47993 NULL
-+l2cap_sock_alloc_skb_cb_47997 l2cap_sock_alloc_skb_cb 3-2 47997 NULL nohasharray
-+show_session_param_ISCSI_PARAM_AUTO_SND_TGT_DISABLE_47997 show_session_param_ISCSI_PARAM_AUTO_SND_TGT_DISABLE 0 47997 &l2cap_sock_alloc_skb_cb_47997
-+__tda18271_write_regs_47998 __tda18271_write_regs 0 47998 NULL
-+lustre_cfg_len_48002 lustre_cfg_len 0 48002 NULL
-+_iwl_dbgfs_enable_scan_iteration_notif_write_48007 _iwl_dbgfs_enable_scan_iteration_notif_write 3-0 48007 NULL
-+aa_file_perm_48010 aa_file_perm 0 48010 NULL
-+koneplus_sysfs_show_actual_profile_48011 koneplus_sysfs_show_actual_profile 0 48011 NULL nohasharray
-+ipx_create_48011 ipx_create 0 48011 &koneplus_sysfs_show_actual_profile_48011 nohasharray
-+gdm_tty_recv_complete_48011 gdm_tty_recv_complete 2 48011 &ipx_create_48011
-+munmap_notify_48013 munmap_notify 0 48013 NULL nohasharray
-+iscsit_ta_netif_timeout_48013 iscsit_ta_netif_timeout 0 48013 &munmap_notify_48013
-+coda_statfs_48015 coda_statfs 0 48015 NULL
-+rtl92se_hw_init_48027 rtl92se_hw_init 0 48027 NULL
-+scsi_format_sense_hdr_48035 scsi_format_sense_hdr 2 48035 NULL
-+id_mode_to_cifs_acl_48036 id_mode_to_cifs_acl 0 48036 NULL nohasharray
-+cs_parse_auto_config_48036 cs_parse_auto_config 0 48036 &id_mode_to_cifs_acl_48036
-+sys32_pread_48037 sys32_pread 3 48037 NULL
-+pppoe_sendmsg_48039 pppoe_sendmsg 4-0 48039 NULL
-+SYSC_writev_48040 SYSC_writev 3 48040 NULL
-+show_vrm_48041 show_vrm 0 48041 NULL
-+niu_alloc_tx_ring_info_48045 niu_alloc_tx_ring_info 0 48045 NULL
-+tps6507x_i2c_write_device_48046 tps6507x_i2c_write_device 3 48046 NULL
-+uhid_dev_create_48047 uhid_dev_create 0 48047 NULL
-+rate_show_48049 rate_show 0 48049 NULL
-+bnx2x_config_rss_48050 bnx2x_config_rss 0 48050 NULL
-+t3_wait_op_done_val_48061 t3_wait_op_done_val 0 48061 NULL
-+protection_level_show_48062 protection_level_show 0 48062 NULL nohasharray
-+kovaplus_sysfs_write_profile_buttons_48062 kovaplus_sysfs_write_profile_buttons 0-6-5 48062 &protection_level_show_48062
-+posix_acl_alloc_48063 posix_acl_alloc 1 48063 NULL
-+palmas_bulk_write_48068 palmas_bulk_write 3-2-5-0 48068 NULL
-+pcap_regulator_disable_48070 pcap_regulator_disable 0 48070 NULL nohasharray
-+ubifs_read_node_48070 ubifs_read_node 0 48070 &pcap_regulator_disable_48070
-+wdtpci_temp_read_48072 wdtpci_temp_read 0-3 48072 NULL
-+read_rbu_mono_data_48078 read_rbu_mono_data 3-0 48078 NULL
-+xen_mce_chrdev_read_48087 xen_mce_chrdev_read 0-3 48087 NULL
-+cp2112_hid_output_48094 cp2112_hid_output 3-0 48094 NULL
-+mmc_alloc_host_48097 mmc_alloc_host 1 48097 NULL nohasharray
-+topology_change_timer_show_48097 topology_change_timer_show 0 48097 &mmc_alloc_host_48097
-+radio_isa_common_probe_48107 radio_isa_common_probe 3 48107 NULL nohasharray
-+i7core_inject_enable_show_48107 i7core_inject_enable_show 0 48107 &radio_isa_common_probe_48107
-+pmcraid_show_adapter_id_48108 pmcraid_show_adapter_id 0 48108 NULL nohasharray
-+skcipher_setkey_48108 skcipher_setkey 0 48108 &pmcraid_show_adapter_id_48108
-+rmd256_final_48110 rmd256_final 0 48110 NULL
-+tpacpi_rfk_procfs_write_48111 tpacpi_rfk_procfs_write 0 48111 NULL
-+cx23885_initialize_codec_48114 cx23885_initialize_codec 0 48114 NULL
-+selinux_inode_permission_48116 selinux_inode_permission 0 48116 NULL nohasharray
-+get_48116 get 0 48116 &selinux_inode_permission_48116
-+coretemp_cpu_callback_48123 coretemp_cpu_callback 0 48123 NULL
-+wm_latency_write_48125 wm_latency_write 3-0 48125 NULL nohasharray
-+ipw_open_48125 ipw_open 0 48125 &wm_latency_write_48125 nohasharray
-+qla4xxx_initialize_adapter_48125 qla4xxx_initialize_adapter 0 48125 &ipw_open_48125
-+metrousb_send_unidirectional_cmd_48129 metrousb_send_unidirectional_cmd 0 48129 NULL
-+vmw_framebuffer_surface_dirty_48132 vmw_framebuffer_surface_dirty 6 48132 NULL
-+bdc_submit_cmd_48137 bdc_submit_cmd 0 48137 NULL
-+rtsx_read_cfg_seq_48139 rtsx_read_cfg_seq 3-5 48139 NULL
-+set_discoverable_48141 set_discoverable 4 48141 NULL nohasharray
-+statistics_write_48141 statistics_write 0-3 48141 &set_discoverable_48141 nohasharray
-+bd2802_store_reg0x01_48141 bd2802_store_reg0x01 0-4 48141 &statistics_write_48141 nohasharray
-+store_fan_smart_tach_48141 store_fan_smart_tach 0-4 48141 &bd2802_store_reg0x01_48141
-+hdmi_streamon_48144 hdmi_streamon 0 48144 NULL
-+dn_fib_count_nhs_48145 dn_fib_count_nhs 0 48145 NULL
-+__tcp_push_pending_frames_48148 __tcp_push_pending_frames 2 48148 NULL
-+SyS_vmsplice_48150 SyS_vmsplice 3 48150 NULL
-+_add_to_r4w_48152 _add_to_r4w 4 48152 NULL nohasharray
-+bitmap_onto_48152 bitmap_onto 4 48152 &_add_to_r4w_48152
-+bnx2i_host_get_param_48156 bnx2i_host_get_param 0 48156 NULL
-+isr_dma1_done_read_48159 isr_dma1_done_read 3-0 48159 NULL nohasharray
-+rx4581_get_datetime_48159 rx4581_get_datetime 0 48159 &isr_dma1_done_read_48159
-+c4iw_id_table_alloc_48163 c4iw_id_table_alloc 3 48163 NULL
-+macvlan_open_48169 macvlan_open 0 48169 NULL
-+rbd_obj_method_sync_48170 rbd_obj_method_sync 8-0 48170 NULL nohasharray
-+ocfs2_find_next_zero_bit_unaligned_48170 ocfs2_find_next_zero_bit_unaligned 2-3 48170 &rbd_obj_method_sync_48170 nohasharray
-+bnx2x_get_regs_len_48170 bnx2x_get_regs_len 0 48170 &ocfs2_find_next_zero_bit_unaligned_48170
-+minix_setattr_48171 minix_setattr 0 48171 NULL
-+__netxen_nic_up_48175 __netxen_nic_up 0 48175 NULL
-+rocker_port_set_mac_address_48176 rocker_port_set_mac_address 0 48176 NULL
-+netif_set_real_num_tx_queues_48178 netif_set_real_num_tx_queues 0 48178 NULL
-+ltc2945_reg_to_val_48179 ltc2945_reg_to_val 0 48179 NULL nohasharray
-+store_48179 store 0-3 48179 &ltc2945_reg_to_val_48179
-+snd_nm256_pcm_prepare_48180 snd_nm256_pcm_prepare 0 48180 NULL
-+cx25821_queue_setup_48182 cx25821_queue_setup 0 48182 NULL
-+__orinoco_commit_48184 __orinoco_commit 0 48184 NULL
-+alloc_cc770dev_48186 alloc_cc770dev 1 48186 NULL
-+init_ipath_48187 init_ipath 1 48187 NULL nohasharray
-+pvpanic_panic_notify_48187 pvpanic_panic_notify 0 48187 &init_ipath_48187
-+eni_send_48189 eni_send 0 48189 NULL nohasharray
-+integrity_attr_store_48189 integrity_attr_store 0-4 48189 &eni_send_48189
-+uhid_dev_create2_48191 uhid_dev_create2 0 48191 NULL
-+mwl8k_cmd_enable_sniffer_48197 mwl8k_cmd_enable_sniffer 0 48197 NULL
-+skb_copy_to_page_nocache_48200 skb_copy_to_page_nocache 6-0 48200 NULL
-+startup_48205 startup 0 48205 NULL
-+show_48207 show 0 48207 NULL
-+snd_seq_dump_var_event_48209 snd_seq_dump_var_event 0 48209 NULL
-+ath10k_download_cal_data_48215 ath10k_download_cal_data 0 48215 NULL
-+il3945_hw_nic_init_48216 il3945_hw_nic_init 0 48216 NULL nohasharray
-+cifs_read_data_offset_48216 cifs_read_data_offset 0 48216 &il3945_hw_nic_init_48216
-+is_block_in_journal_48223 is_block_in_journal 3 48223 NULL
-+uv_blade_nr_possible_cpus_48226 uv_blade_nr_possible_cpus 0 48226 NULL nohasharray
-+iwl_mvm_beacon_filter_send_cmd_48226 iwl_mvm_beacon_filter_send_cmd 0 48226 &uv_blade_nr_possible_cpus_48226
-+nilfs_readpages_48229 nilfs_readpages 4 48229 NULL
-+read_file_recv_48232 read_file_recv 3-0 48232 NULL
-+s_video_encoding_48233 s_video_encoding 0 48233 NULL
-+collisions_show_48236 collisions_show 0 48236 NULL
-+fake_rw_show_48237 fake_rw_show 0 48237 NULL
-+show_priv_session_state_48240 show_priv_session_state 0 48240 NULL
-+snd_fm801_playback_prepare_48242 snd_fm801_playback_prepare 0 48242 NULL nohasharray
-+i7core_show_counter_1_48242 i7core_show_counter_1 0 48242 &snd_fm801_playback_prepare_48242
-+nfsctl_transaction_read_48250 nfsctl_transaction_read 3-0 48250 NULL
-+vport_disable_48252 vport_disable 0 48252 NULL
-+usb_hcd_submit_urb_48256 usb_hcd_submit_urb 0 48256 NULL
-+batadv_socket_read_48257 batadv_socket_read 3-0 48257 NULL
-+__videobuf_free_48260 __videobuf_free 0 48260 NULL
-+raid10_check_reshape_48267 raid10_check_reshape 0 48267 NULL
-+ath10k_pci_diag_write_mem_48268 ath10k_pci_diag_write_mem 0 48268 NULL
-+cache_write_pipefs_48270 cache_write_pipefs 3-0 48270 NULL
-+pcistub_slot_show_48272 pcistub_slot_show 0 48272 NULL nohasharray
-+store_48272 store 0-3 48272 &pcistub_slot_show_48272
-+rbd_name_show_48274 rbd_name_show 0 48274 NULL nohasharray
-+__modver_version_show_48274 __modver_version_show 0 48274 &rbd_name_show_48274
-+xgene_rtc_read_time_48275 xgene_rtc_read_time 0 48275 NULL nohasharray
-+qlcnic_83xx_get_regs_len_48275 qlcnic_83xx_get_regs_len 0 48275 &xgene_rtc_read_time_48275 nohasharray
-+trace_options_write_48275 trace_options_write 3 48275 &qlcnic_83xx_get_regs_len_48275
-+E_md4hash_48276 E_md4hash 0 48276 NULL
-+ath5k_hw_reset_tx_queue_48279 ath5k_hw_reset_tx_queue 0 48279 NULL
-+compat_sys_io_getevents_48283 compat_sys_io_getevents 3 48283 NULL
-+send_set_info_48288 send_set_info 7 48288 NULL
-+nf_nat_ipv4_in_48293 nf_nat_ipv4_in 0 48293 NULL
-+ac_write_48295 ac_write 0-3 48295 NULL
-+twa_show_stats_48297 twa_show_stats 0 48297 NULL
-+lpfc_idiag_extacc_read_48301 lpfc_idiag_extacc_read 3-0 48301 NULL nohasharray
-+dimmdev_mem_type_show_48301 dimmdev_mem_type_show 0 48301 &lpfc_idiag_extacc_read_48301
-+kernel_sendmsg_48304 kernel_sendmsg 0-5 48304 NULL
-+timblogiw_read_48305 timblogiw_read 3-0 48305 NULL
-+ubifs_save_dirty_idx_lnums_48309 ubifs_save_dirty_idx_lnums 0 48309 NULL nohasharray
-+opts_store_48309 opts_store 0-3 48309 &ubifs_save_dirty_idx_lnums_48309
-+hash_setkey_48310 hash_setkey 3-0 48310 NULL
-+patch_alc262_48312 patch_alc262 0 48312 NULL
-+crb_read_48313 crb_read 0 48313 NULL
-+iso_stream_schedule_48324 iso_stream_schedule 0 48324 NULL
-+resize_kernel_48326 resize_kernel 4-3 48326 NULL
-+__mv88e6352_phy_write_48335 __mv88e6352_phy_write 0 48335 NULL nohasharray
-+pn_socket_getname_48335 pn_socket_getname 0 48335 &__mv88e6352_phy_write_48335 nohasharray
-+ceph_statfs_48335 ceph_statfs 0 48335 &pn_socket_getname_48335
-+store_fc_host_vport_create_48336 store_fc_host_vport_create 0-4 48336 NULL
-+show_version_48337 show_version 0 48337 NULL
-+dev_set_bus_48339 dev_set_bus 0 48339 NULL
-+kvm_mmu_pte_write_48340 kvm_mmu_pte_write 2 48340 NULL
-+blinkm_test_run_48343 blinkm_test_run 0 48343 NULL
-+attr_select_right_show_tpkbd_48344 attr_select_right_show_tpkbd 0 48344 NULL nohasharray
-+read_exec_48344 read_exec 0 48344 &attr_select_right_show_tpkbd_48344
-+hci_req_run_48347 hci_req_run 0 48347 NULL nohasharray
-+__tg3_readphy_48347 __tg3_readphy 0 48347 &hci_req_run_48347
-+suspend_nvs_save_48355 suspend_nvs_save 0 48355 NULL
-+__alloc_fd_48356 __alloc_fd 2 48356 NULL
-+afs_volume_cache_get_key_48357 afs_volume_cache_get_key 0 48357 NULL
-+follow_pte_48359 follow_pte 0 48359 NULL
-+snd_cmipci_playback_spdif_prepare_48360 snd_cmipci_playback_spdif_prepare 0 48360 NULL
-+lpfc_hdw_show_48361 lpfc_hdw_show 0 48361 NULL
-+queue_physical_block_size_show_48362 queue_physical_block_size_show 0 48362 NULL
-+store_temp23_48364 store_temp23 0-4 48364 NULL
-+iscsi_complete_pdu_48372 iscsi_complete_pdu 4 48372 NULL
-+ath10k_wait_for_peer_deleted_48374 ath10k_wait_for_peer_deleted 0 48374 NULL
-+tx_frag_init_called_read_48377 tx_frag_init_called_read 3-0 48377 NULL
-+store_bl_curve_48380 store_bl_curve 0-4 48380 NULL
-+node_read_cpumask_48384 node_read_cpumask 0 48384 NULL nohasharray
-+snd_jack_dev_register_48384 snd_jack_dev_register 0 48384 &node_read_cpumask_48384
-+wl1271_acx_tx_config_options_48385 wl1271_acx_tx_config_options 0 48385 NULL
-+do_sock_sendmsg_48388 do_sock_sendmsg 0-3 48388 NULL
-+align_size_48396 align_size 0-2 48396 NULL
-+jffs2_do_readpage_unlock_48397 jffs2_do_readpage_unlock 0 48397 NULL
-+mos7840_set_reg_sync_48398 mos7840_set_reg_sync 0 48398 NULL
-+ath10k_read_htt_max_amsdu_ampdu_48401 ath10k_read_htt_max_amsdu_ampdu 3-0 48401 NULL
-+sctp_getname_48405 sctp_getname 0 48405 NULL
-+il3945_store_measurement_48410 il3945_store_measurement 0-4 48410 NULL nohasharray
-+ixgbe_pci_sriov_enable_48410 ixgbe_pci_sriov_enable 0-2 48410 &il3945_store_measurement_48410
-+bql_set_48412 bql_set 0-2 48412 NULL
-+lbs_debugfs_write_48413 lbs_debugfs_write 3-0 48413 NULL
-+uhid_event_from_user_48417 uhid_event_from_user 2-0 48417 NULL
-+div64_u64_rem_48418 div64_u64_rem 0 48418 NULL nohasharray
-+wl1271_ap_init_null_template_48418 wl1271_ap_init_null_template 0 48418 &div64_u64_rem_48418
-+iwl_dbgfs_fw_dbg_collect_write_48421 iwl_dbgfs_fw_dbg_collect_write 0-3 48421 NULL
-+kfd_ioctl_48422 kfd_ioctl 2 48422 NULL nohasharray
-+iscsi_stat_instance_show_attr_disc_time_48422 iscsi_stat_instance_show_attr_disc_time 0 48422 &kfd_ioctl_48422
-+pwr_tx_without_ps_read_48423 pwr_tx_without_ps_read 3-0 48423 NULL nohasharray
-+configure_sync_endpoint_48423 configure_sync_endpoint 0 48423 &pwr_tx_without_ps_read_48423
-+nfs4_alloc_pages_48426 nfs4_alloc_pages 1 48426 NULL
-+bch_flash_dev_store_48429 bch_flash_dev_store 0-4 48429 NULL
-+__hw_addr_del_entry_48430 __hw_addr_del_entry 0 48430 NULL nohasharray
-+store_vgapass_48430 store_vgapass 0-4 48430 &__hw_addr_del_entry_48430
-+b43legacy_chip_init_48439 b43legacy_chip_init 0 48439 NULL
-+print_filtered_48442 print_filtered 0-2 48442 NULL
-+snd_find_free_minor_48446 snd_find_free_minor 0 48446 NULL
-+vlv_pipe_crc_ctl_reg_48447 vlv_pipe_crc_ctl_reg 0 48447 NULL nohasharray
-+ext3_direct_IO_48447 ext3_direct_IO 3 48447 &vlv_pipe_crc_ctl_reg_48447
-+shmem_add_to_page_cache_48451 shmem_add_to_page_cache 0 48451 NULL
-+stac_beep_switch_ctl_48456 stac_beep_switch_ctl 0 48456 NULL nohasharray
-+dlfb_ops_set_par_48456 dlfb_ops_set_par 0 48456 &stac_beep_switch_ctl_48456
-+alb_set_slave_mac_addr_48460 alb_set_slave_mac_addr 0 48460 NULL
-+hotkey_status_get_48462 hotkey_status_get 0 48462 NULL
-+tun_recvmsg_48463 tun_recvmsg 4-0 48463 NULL
-+copy_page_from_iter_iovec_48466 copy_page_from_iter_iovec 0-3 48466 NULL nohasharray
-+getname_48466 getname 0 48466 &copy_page_from_iter_iovec_48466
-+adis16136_write_frequency_48469 adis16136_write_frequency 0-4 48469 NULL nohasharray
-+compat_SyS_preadv64_48469 compat_SyS_preadv64 3 48469 &adis16136_write_frequency_48469
-+_iwl_dbgfs_bt_tx_prio_write_48473 _iwl_dbgfs_bt_tx_prio_write 3-0 48473 NULL
-+afs_write_back_from_locked_page_48477 afs_write_back_from_locked_page 0 48477 NULL
-+set_in16_max_48479 set_in16_max 0-4 48479 NULL
-+bh1770_get_prox_rate_below_48483 bh1770_get_prox_rate_below 0 48483 NULL nohasharray
-+bd2802_store_reg0x12_48483 bd2802_store_reg0x12 0-4 48483 &bh1770_get_prox_rate_below_48483
-+security_inode_getsecctx_48485 security_inode_getsecctx 0 48485 NULL
-+r8712_usbctrl_vendorreq_48489 r8712_usbctrl_vendorreq 6 48489 NULL
-+tuner_transfer_48491 tuner_transfer 3-0 48491 NULL
-+tpacpi_brightness_set_ec_48492 tpacpi_brightness_set_ec 0 48492 NULL
-+nilfs_mounted_snapshots_README_show_48493 nilfs_mounted_snapshots_README_show 0 48493 NULL
-+ocfs2_refcount_cow_48495 ocfs2_refcount_cow 0 48495 NULL nohasharray
-+rocker_port_vlan_rx_add_vid_48495 rocker_port_vlan_rx_add_vid 0 48495 &ocfs2_refcount_cow_48495
-+store_48497 store 0-3 48497 NULL nohasharray
-+store_temp_auto_offset_hyst_48497 store_temp_auto_offset_hyst 0-4 48497 &store_48497
-+send_control_msg_48498 send_control_msg 6-0 48498 NULL
-+show_temp_type_48500 show_temp_type 0 48500 NULL
-+convert_tail_for_hole_48503 convert_tail_for_hole 0 48503 NULL
-+serio_show_description_48505 serio_show_description 0 48505 NULL
-+diva_os_copy_to_user_48508 diva_os_copy_to_user 4 48508 NULL nohasharray
-+size_show_48508 size_show 0 48508 &diva_os_copy_to_user_48508
-+dln2_i2c_read_48511 dln2_i2c_read 0-4 48511 NULL
-+phantom_get_free_48514 phantom_get_free 0 48514 NULL nohasharray
-+vti6_get_size_48514 vti6_get_size 0 48514 &phantom_get_free_48514
-+lm3530_get_mode_from_str_48515 lm3530_get_mode_from_str 0 48515 NULL
-+ieee80211_open_48520 ieee80211_open 0 48520 NULL
-+fcoe_disable_48527 fcoe_disable 0 48527 NULL
-+wiimote_hid_send_48528 wiimote_hid_send 3 48528 NULL
-+vmci_q_header_free_space_48529 vmci_q_header_free_space 0-3 48529 NULL
-+ext3_splice_branch_48531 ext3_splice_branch 6 48531 NULL
-+ds1307_get_time_48534 ds1307_get_time 0 48534 NULL
-+brcmf_sdio_glom_len_48536 brcmf_sdio_glom_len 0 48536 NULL
-+ths7303_write_48540 ths7303_write 0 48540 NULL
-+udp_lib_get_port_48545 udp_lib_get_port 0 48545 NULL nohasharray
-+l2tp_ip6_open_48545 l2tp_ip6_open 0 48545 &udp_lib_get_port_48545
-+nvbios_extend_48550 nvbios_extend 2 48550 NULL
-+f2fs_direct_IO_48556 f2fs_direct_IO 3 48556 NULL
-+b43_upload_initvals_48559 b43_upload_initvals 0 48559 NULL
-+m88e1116r_config_init_48560 m88e1116r_config_init 0 48560 NULL
-+ath10k_fw_stats_read_48561 ath10k_fw_stats_read 3-0 48561 NULL
-+picolcd_debug_flash_read_48564 picolcd_debug_flash_read 0-3 48564 NULL
-+command_resume_48565 command_resume 0 48565 NULL
-+erst_get_record_id_begin_48566 erst_get_record_id_begin 0 48566 NULL
-+fuse_flush_times_48569 fuse_flush_times 0 48569 NULL
-+raid10_size_48571 raid10_size 0-3-2 48571 NULL
-+__c2port_read_flash_data_48572 __c2port_read_flash_data 0-4-3 48572 NULL nohasharray
-+realloc_lpt_leb_48572 realloc_lpt_leb 0 48572 &__c2port_read_flash_data_48572
-+team_init_48574 team_init 0 48574 NULL
-+nvif_notify_init_48578 nvif_notify_init 7 48578 NULL
-+show_fnode_data_digest_48582 show_fnode_data_digest 0 48582 NULL
-+set_mode_48583 set_mode 0 48583 NULL
-+ixgbe_set_mac_48584 ixgbe_set_mac 0 48584 NULL
-+set_a_clr_err_48585 set_a_clr_err 0-4 48585 NULL
-+set_channels_48590 set_channels 0 48590 NULL
-+update_fw_48597 update_fw 0 48597 NULL
-+get_register_interruptible_48598 get_register_interruptible 0 48598 NULL
-+label_SKIN_48603 label_SKIN 0 48603 NULL
-+ext4_ind_direct_IO_48607 ext4_ind_direct_IO 3 48607 NULL
-+il3945_show_channels_48609 il3945_show_channels 0 48609 NULL
-+ctrl_48612 ctrl 0 48612 NULL
-+ufs_dtogd_48616 ufs_dtogd 0-2 48616 NULL
-+nilfs_direct_assign_48620 nilfs_direct_assign 0 48620 NULL
-+uni2char_48631 uni2char 0 48631 NULL
-+mt9m001_g_crop_48632 mt9m001_g_crop 0 48632 NULL
-+ov9740_s_ctrl_48637 ov9740_s_ctrl 0 48637 NULL
-+acpi_ns_build_external_path_48638 acpi_ns_build_external_path 0 48638 NULL
-+xhci_add_endpoint_48639 xhci_add_endpoint 0 48639 NULL
-+lpfc_modeldesc_show_48640 lpfc_modeldesc_show 0 48640 NULL
-+do_ip_vs_set_ctl_48641 do_ip_vs_set_ctl 4 48641 NULL
-+uwb_radio_force_channel_48645 uwb_radio_force_channel 0 48645 NULL
-+isl29003_set_mode_48650 isl29003_set_mode 0 48650 NULL
-+ll_rw_extents_stats_pp_seq_write_48651 ll_rw_extents_stats_pp_seq_write 3 48651 NULL
-+__efx_reconfigure_port_48652 __efx_reconfigure_port 0 48652 NULL nohasharray
-+packet_recvmsg_48652 packet_recvmsg 3 48652 &__efx_reconfigure_port_48652
-+mtd_read_48655 mtd_read 0 48655 NULL
-+show_vrm_reg_48661 show_vrm_reg 0 48661 NULL nohasharray
-+tg3_phy_toggle_auxctl_smdsp_48661 tg3_phy_toggle_auxctl_smdsp 0 48661 &show_vrm_reg_48661
-+aes_encrypt_packets_read_48666 aes_encrypt_packets_read 3-0 48666 NULL
-+ore_get_rw_state_48667 ore_get_rw_state 0 48667 NULL
-+sys_setgroups_48668 sys_setgroups 1 48668 NULL nohasharray
-+sm501_create_subdev_48668 sm501_create_subdev 4-3 48668 &sys_setgroups_48668
-+bnx2_init_cpus_48669 bnx2_init_cpus 0 48669 NULL
-+ubi_eba_unmap_leb_48671 ubi_eba_unmap_leb 0 48671 NULL
-+read_48672 read 0 48672 NULL
-+l2cap_build_cmd_48676 l2cap_build_cmd 4 48676 NULL
-+emit_request_48679 emit_request 0 48679 NULL
-+carl9170_set_operating_mode_48683 carl9170_set_operating_mode 0 48683 NULL
-+ceph_setattr_48686 ceph_setattr 0 48686 NULL
-+ecm_opts_ifname_show_48687 ecm_opts_ifname_show 0 48687 NULL nohasharray
-+iscsi_nacl_param_show_FirstBurstLength_48687 iscsi_nacl_param_show_FirstBurstLength 0 48687 &ecm_opts_ifname_show_48687
-+security_inode_setattr_48689 security_inode_setattr 0 48689 NULL
-+xen_feature_show_48691 xen_feature_show 0 48691 NULL
-+create_css_48692 create_css 0 48692 NULL
-+hysdn_log_write_48694 hysdn_log_write 3 48694 NULL
-+adp5520_bl_dark_max_show_48697 adp5520_bl_dark_max_show 0 48697 NULL
-+altera_drscan_48698 altera_drscan 2 48698 NULL
-+wlcore_boot_upload_firmware_48701 wlcore_boot_upload_firmware 0 48701 NULL
-+kvm_set_irq_routing_48704 kvm_set_irq_routing 3 48704 NULL
-+mwl8k_start_48706 mwl8k_start 0 48706 NULL nohasharray
-+mwl8k_cmd_update_mac_addr_48706 mwl8k_cmd_update_mac_addr 0 48706 &mwl8k_start_48706 nohasharray
-+rr_init1_48706 rr_init1 0 48706 &mwl8k_cmd_update_mac_addr_48706
-+qib_user_event_ack_48707 qib_user_event_ack 0 48707 NULL nohasharray
-+patch_vt1718S_48707 patch_vt1718S 0 48707 &qib_user_event_ack_48707
-+__mt9t112_reg_mask_set_48708 __mt9t112_reg_mask_set 0 48708 NULL
-+lpfc_idiag_drbacc_write_48712 lpfc_idiag_drbacc_write 3-0 48712 NULL
-+SyS_lgetxattr_48719 SyS_lgetxattr 4 48719 NULL
-+show_therm_status_48723 show_therm_status 0 48723 NULL
-+sht15_soft_reset_48724 sht15_soft_reset 0 48724 NULL nohasharray
-+sd_bytes_number_48724 sd_bytes_number 0-2 48724 &sht15_soft_reset_48724
-+show_trace_dev_match_48726 show_trace_dev_match 0-2 48726 NULL
-+authorized_default_store_48729 authorized_default_store 0-4 48729 NULL
-+reserved_clusters_show_48735 reserved_clusters_show 0 48735 NULL
-+xfs_attr_set_48738 xfs_attr_set 0 48738 NULL
-+balloon_page_migrate_48740 balloon_page_migrate 0 48740 NULL
-+ubifs_jnl_write_data_48742 ubifs_jnl_write_data 0 48742 NULL
-+ath6kl_usb_bmi_read_48745 ath6kl_usb_bmi_read 3 48745 NULL
-+ath6kl_regwrite_read_48747 ath6kl_regwrite_read 3-0 48747 NULL
-+uart_get_attr_type_48750 uart_get_attr_type 0 48750 NULL
-+cifs_check_receive_48751 cifs_check_receive 0 48751 NULL
-+xc4000_set_params_48754 xc4000_set_params 0 48754 NULL
-+patch_alc269_48756 patch_alc269 0 48756 NULL
-+xfs_dir3_sf_entsize_48758 xfs_dir3_sf_entsize 0-2 48758 NULL
-+qla4xxx_fw_uptime_show_48759 qla4xxx_fw_uptime_show 0 48759 NULL
-+apds990x_lux_thresh_below_show_48763 apds990x_lux_thresh_below_show 0 48763 NULL
-+l2cap_segment_sdu_48772 l2cap_segment_sdu 4 48772 NULL nohasharray
-+event_buffer_read_48772 event_buffer_read 0-3 48772 &l2cap_segment_sdu_48772
-+rds_set_bool_option_48773 rds_set_bool_option 0 48773 NULL nohasharray
-+gpiod_count_48773 gpiod_count 0 48773 &rds_set_bool_option_48773
-+boottime_set_48781 boottime_set 0-4 48781 NULL
-+lm3533_ctrlbank_set_pwm_48784 lm3533_ctrlbank_set_pwm 0 48784 NULL
-+transfer_48788 transfer 0 48788 NULL
-+nfc_llcp_send_snl_sdreq_48793 nfc_llcp_send_snl_sdreq 3 48793 NULL
-+gadget_dev_desc_bMaxPacketSize0_show_48795 gadget_dev_desc_bMaxPacketSize0_show 0 48795 NULL nohasharray
-+led_invert_store_48795 led_invert_store 0-4 48795 &gadget_dev_desc_bMaxPacketSize0_show_48795
-+lua_sysfs_write_48797 lua_sysfs_write 6-0 48797 NULL
-+lock_extent_buffer_for_io_48800 lock_extent_buffer_for_io 0 48800 NULL nohasharray
-+rbd_add_single_major_48800 rbd_add_single_major 0-3 48800 &lock_extent_buffer_for_io_48800
-+il3945_sta_dbgfs_stats_table_read_48802 il3945_sta_dbgfs_stats_table_read 3-0 48802 NULL
-+bio_uncopy_user_48803 bio_uncopy_user 0 48803 NULL
-+ufx_unblank_48804 ufx_unblank 0 48804 NULL
-+show_48809 show 0 48809 NULL
-+store_sched4_48815 store_sched4 4-0 48815 NULL
-+tcp_push_one_48816 tcp_push_one 2 48816 NULL
-+smb2_flush_file_48822 smb2_flush_file 0 48822 NULL nohasharray
-+journal_end_sync_48822 journal_end_sync 0 48822 &smb2_flush_file_48822
-+mci_ue_noinfo_show_48824 mci_ue_noinfo_show 0 48824 NULL
-+atomic_counters_read_48827 atomic_counters_read 3-0 48827 NULL
-+exchange_bmi_msg_48829 exchange_bmi_msg 0 48829 NULL
-+vmci_transport_notify_recv_post_dequeue_48831 vmci_transport_notify_recv_post_dequeue 0 48831 NULL
-+vc_do_resize_48842 vc_do_resize 3-4 48842 NULL nohasharray
-+vbi_queue_setup_48842 vbi_queue_setup 0 48842 &vc_do_resize_48842 nohasharray
-+velocity_get_sset_count_48842 velocity_get_sset_count 0 48842 &vbi_queue_setup_48842
-+ds1511_rtc_set_alarm_48843 ds1511_rtc_set_alarm 0 48843 NULL
-+show_host_param_ISCSI_HOST_PARAM_INITIATOR_NAME_48845 show_host_param_ISCSI_HOST_PARAM_INITIATOR_NAME 0 48845 NULL
-+il_dbgfs_force_reset_write_48846 il_dbgfs_force_reset_write 0-3 48846 NULL
-+insert_queue_48849 insert_queue 0 48849 NULL
-+pcnet32_open_48852 pcnet32_open 0 48852 NULL
-+rpf_s_ctrl_48853 rpf_s_ctrl 0 48853 NULL
-+suspend_dtim_interval_write_48854 suspend_dtim_interval_write 3-0 48854 NULL nohasharray
-+ath10k_wait_for_peer_common_48854 ath10k_wait_for_peer_common 0 48854 &suspend_dtim_interval_write_48854
-+mwl8k_cmd_rf_tx_power_48860 mwl8k_cmd_rf_tx_power 0 48860 NULL
-+viafb_dvp1_proc_write_48864 viafb_dvp1_proc_write 3-0 48864 NULL
-+submit_async_48869 submit_async 0 48869 NULL
-+xgmac_change_mtu_48870 xgmac_change_mtu 0 48870 NULL
-+_nfs4_proc_fs_locations_48874 _nfs4_proc_fs_locations 0 48874 NULL
-+sys_setgroups16_48882 sys_setgroups16 1 48882 NULL
-+chksum_final_48884 chksum_final 0 48884 NULL nohasharray
-+carl9170_write_reg_48884 carl9170_write_reg 0 48884 &chksum_final_48884
-+nlmon_change_mtu_48887 nlmon_change_mtu 0 48887 NULL
-+ext2_alloc_branch_48889 ext2_alloc_branch 4 48889 NULL
-+rt2x00mac_sta_add_48891 rt2x00mac_sta_add 0 48891 NULL nohasharray
-+s2io_change_mtu_48891 s2io_change_mtu 0 48891 &rt2x00mac_sta_add_48891
-+adummy_open_48895 adummy_open 0 48895 NULL
-+nouveau_hwmon_set_max_temp_hyst_48896 nouveau_hwmon_set_max_temp_hyst 0-4 48896 NULL
-+joydev_handle_JSIOCSAXMAP_48898 joydev_handle_JSIOCSAXMAP 3 48898 NULL nohasharray
-+mac_drv_rx_init_48898 mac_drv_rx_init 2 48898 &joydev_handle_JSIOCSAXMAP_48898 nohasharray
-+MT2063_Tune_48898 MT2063_Tune 0 48898 &mac_drv_rx_init_48898
-+xdi_copy_to_user_48900 xdi_copy_to_user 4 48900 NULL nohasharray
-+store_online_48900 store_online 0-4 48900 &xdi_copy_to_user_48900
-+set_in_max2_48905 set_in_max2 0-4 48905 NULL
-+msg_hdr_sz_48908 msg_hdr_sz 0 48908 NULL
-+ad5360_write_dac_powerdown_48909 ad5360_write_dac_powerdown 0-4 48909 NULL
-+iptable_nat_ipv4_in_48914 iptable_nat_ipv4_in 0 48914 NULL
-+rbd_pool_id_show_48916 rbd_pool_id_show 0 48916 NULL
-+broadsheet_spiflash_write_page_48917 broadsheet_spiflash_write_page 0 48917 NULL
-+gdth_isa_probe_one_48925 gdth_isa_probe_one 1 48925 NULL
-+send_cmd_48933 send_cmd 0 48933 NULL
-+tua9001_get_if_frequency_48934 tua9001_get_if_frequency 0 48934 NULL
-+si5351_write_parameters_48940 si5351_write_parameters 2 48940 NULL
-+gadget_strings_serialnumber_show_48944 gadget_strings_serialnumber_show 0 48944 NULL
-+command_setecptiming_48948 command_setecptiming 0 48948 NULL
-+cpu_cgroup_can_attach_48952 cpu_cgroup_can_attach 0 48952 NULL
-+waitwarn_us_read_48954 waitwarn_us_read 0 48954 NULL
-+br_dev_init_48956 br_dev_init 0 48956 NULL
-+lio_target_np_show_sctp_48958 lio_target_np_show_sctp 0 48958 NULL
-+register_new_memory_48959 register_new_memory 0 48959 NULL
-+iscsi_tpg_param_store_IFMarker_48960 iscsi_tpg_param_store_IFMarker 0-3 48960 NULL
-+event_heart_beat_read_48961 event_heart_beat_read 3-0 48961 NULL
-+venus_fsync_48962 venus_fsync 0 48962 NULL
-+pyra_sysfs_write_profile_settings_48963 pyra_sysfs_write_profile_settings 0-6-5 48963 NULL
-+nand_ecc_test_run_48966 nand_ecc_test_run 1 48966 NULL
-+stb6000_set_params_48968 stb6000_set_params 0 48968 NULL
-+info_proc_write_48969 info_proc_write 0-3 48969 NULL
-+lbmIOWait_48970 lbmIOWait 0 48970 NULL
-+vmci_handle_arr_create_48971 vmci_handle_arr_create 1 48971 NULL
-+devm_kmemdup_48976 devm_kmemdup 3 48976 NULL nohasharray
-+ipr_free_dump_48976 ipr_free_dump 0 48976 &devm_kmemdup_48976
-+sha256_ssse3_final_48980 sha256_ssse3_final 0 48980 NULL nohasharray
-+myri10ge_send_cmd_48980 myri10ge_send_cmd 0 48980 &sha256_ssse3_final_48980
-+nilfs_direct_IO_48981 nilfs_direct_IO 4-0 48981 NULL
-+xfs_trans_commit_48982 xfs_trans_commit 0 48982 NULL
-+get_target_48984 get_target 0 48984 NULL nohasharray
-+bonding_show_primary_reselect_48984 bonding_show_primary_reselect 0 48984 &get_target_48984
-+ntb_transport_rx_enqueue_48986 ntb_transport_rx_enqueue 0 48986 NULL
-+show_48988 show 0 48988 NULL
-+_alloc_set_attr_list_48991 _alloc_set_attr_list 4 48991 NULL
-+nes_store_nonidx_data_48992 nes_store_nonidx_data 0-3 48992 NULL nohasharray
-+mei_cl_alloc_cb_48992 mei_cl_alloc_cb 2 48992 &nes_store_nonidx_data_48992
-+xen_memory_notifier_48993 xen_memory_notifier 0 48993 NULL
-+rds_rm_size_48996 rds_rm_size 0-2 48996 NULL nohasharray
-+rionet_open_48996 rionet_open 0 48996 &rds_rm_size_48996
-+sel_write_enforce_48998 sel_write_enforce 3-0 48998 NULL
-+tle62x0_gpio_show_48999 tle62x0_gpio_show 0 48999 NULL
-+hib_bio_write_page_49000 hib_bio_write_page 0 49000 NULL
-+dwmac1000_dma_init_49005 dwmac1000_dma_init 0 49005 NULL
-+snd_card_saa7134_capture_prepare_49012 snd_card_saa7134_capture_prepare 0 49012 NULL
-+ili210x_calibrate_49014 ili210x_calibrate 0-4 49014 NULL
-+i915_error_state_to_str_49017 i915_error_state_to_str 0 49017 NULL
-+ov9640_s_fmt_49018 ov9640_s_fmt 0 49018 NULL
-+multicast_startup_query_interval_store_49019 multicast_startup_query_interval_store 4-0 49019 NULL nohasharray
-+null_alloc_rs_49019 null_alloc_rs 2 49019 &multicast_startup_query_interval_store_49019
-+filemap_check_errors_49022 filemap_check_errors 0 49022 NULL
-+cipso_v4_sock_setattr_49024 cipso_v4_sock_setattr 0 49024 NULL
-+transient_status_49027 transient_status 4 49027 NULL
-+ath5k_attr_store_ani_mode_49029 ath5k_attr_store_ani_mode 0-4 49029 NULL
-+ll_xattr_cache_add_49032 ll_xattr_cache_add 4-0 49032 NULL
-+ahci_show_host_version_49034 ahci_show_host_version 0 49034 NULL
-+pvscsi_change_queue_depth_49037 pvscsi_change_queue_depth 2-0 49037 NULL nohasharray
-+target_fabric_port_show_attr_alua_tg_pt_gp_49037 target_fabric_port_show_attr_alua_tg_pt_gp 0 49037 &pvscsi_change_queue_depth_49037
-+pm_qos_resume_latency_store_49038 pm_qos_resume_latency_store 0-4 49038 NULL
-+show_sas_expander_product_id_49046 show_sas_expander_product_id 0 49046 NULL
-+bnad_rx_msix_register_49047 bnad_rx_msix_register 0 49047 NULL
-+setup_msi_irq_49052 setup_msi_irq 0 49052 NULL nohasharray
-+kovaplus_send_control_49052 kovaplus_send_control 0 49052 &setup_msi_irq_49052 nohasharray
-+security_kernel_module_request_49052 security_kernel_module_request 0 49052 &kovaplus_send_control_49052
-+ubi_read_49061 ubi_read 0 49061 NULL
-+l2cap_bredr_sig_cmd_49065 l2cap_bredr_sig_cmd 3 49065 NULL nohasharray
-+net2280_queue_49065 net2280_queue 0 49065 &l2cap_bredr_sig_cmd_49065
-+rx_stats_read_49066 rx_stats_read 0 49066 NULL
-+avoid_reset_quirk_store_49067 avoid_reset_quirk_store 0-4 49067 NULL
-+read_regs_49068 read_regs 0 49068 NULL
-+chv_gpio_request_49071 chv_gpio_request 0 49071 NULL
-+ov7670_s_exp_49073 ov7670_s_exp 0 49073 NULL
-+md_attr_store_49074 md_attr_store 0-4 49074 NULL
-+dstr_read_regr_49075 dstr_read_regr 0 49075 NULL
-+show_fan_49076 show_fan 0 49076 NULL nohasharray
-+rj54n1_reg_init_49076 rj54n1_reg_init 0 49076 &show_fan_49076
-+atl2_change_mtu_49079 atl2_change_mtu 0 49079 NULL
-+cpia2_set_flicker_mode_49086 cpia2_set_flicker_mode 0 49086 NULL
-+da9052_set_alarm_49087 da9052_set_alarm 0 49087 NULL
-+wl12xx_sta_add_49093 wl12xx_sta_add 0 49093 NULL
-+scsi_register_49094 scsi_register 2 49094 NULL
-+compat_do_readv_writev_49102 compat_do_readv_writev 4 49102 NULL
-+enic_dev_del_station_addr_49105 enic_dev_del_station_addr 0 49105 NULL
-+reiserfs_statfs_49109 reiserfs_statfs 0 49109 NULL
-+show_lanerev_enb_49114 show_lanerev_enb 0 49114 NULL nohasharray
-+sanity_check_49114 sanity_check 0 49114 &show_lanerev_enb_49114
-+memcg_write_event_control_49119 memcg_write_event_control 0-3 49119 NULL
-+ll_max_cached_mb_seq_write_49122 ll_max_cached_mb_seq_write 3 49122 NULL
-+walk_pmd_range_49127 walk_pmd_range 0 49127 NULL
-+dn_check_state_49133 dn_check_state 0 49133 NULL
-+pt_read_49136 pt_read 3-0 49136 NULL nohasharray
-+netxen_setup_msi_interrupts_49136 netxen_setup_msi_interrupts 2 49136 &pt_read_49136 nohasharray
-+qib_user_sdma_pin_pages_49136 qib_user_sdma_pin_pages 0 49136 &netxen_setup_msi_interrupts_49136
-+read_file_49137 read_file 4 49137 NULL
-+affs_write_begin_49139 affs_write_begin 3-0 49139 NULL
-+apds990x_prox_reporting_avail_show_49143 apds990x_prox_reporting_avail_show 0 49143 NULL
-+wl1271_ps_elp_wakeup_49149 wl1271_ps_elp_wakeup 0 49149 NULL nohasharray
-+bd2802_store_reg0x15_49149 bd2802_store_reg0x15 0-4 49149 &wl1271_ps_elp_wakeup_49149
-+target_core_dev_pr_show_attr_res_pr_all_tgt_pts_49150 target_core_dev_pr_show_attr_res_pr_all_tgt_pts 0 49150 NULL
-+atyfb_setup_generic_49151 atyfb_setup_generic 3 49151 NULL nohasharray
-+divas_read_49151 divas_read 0-3 49151 &atyfb_setup_generic_49151 nohasharray
-+patch_vt1812_49151 patch_vt1812 0 49151 &divas_read_49151 nohasharray
-+p9_client_zc_rpc_49151 p9_client_zc_rpc 7 49151 &patch_vt1812_49151
-+bq24190_write_mask_49153 bq24190_write_mask 0 49153 NULL
-+ipwireless_tty_received_49154 ipwireless_tty_received 3 49154 NULL
-+f2fs_acl_count_49155 f2fs_acl_count 0-1 49155 NULL
-+da903x_clr_bits_49158 da903x_clr_bits 0 49158 NULL
-+gr_queue_49159 gr_queue 0 49159 NULL
-+falcon_a1_mem_map_size_49160 falcon_a1_mem_map_size 0 49160 NULL nohasharray
-+fm10k_update_uc_addr_vf_49160 fm10k_update_uc_addr_vf 0 49160 &falcon_a1_mem_map_size_49160
-+ipw_queue_tx_init_49161 ipw_queue_tx_init 3 49161 NULL
-+xfs_file_buffered_aio_write_49162 xfs_file_buffered_aio_write 0 49162 NULL
-+gpio_setup_irq_49163 gpio_setup_irq 0 49163 NULL
-+lpfc_enable_fip_show_49166 lpfc_enable_fip_show 0 49166 NULL nohasharray
-+fuse_notify_poll_49166 fuse_notify_poll 0 49166 &lpfc_enable_fip_show_49166
-+ext4_free_clusters_after_init_49174 ext4_free_clusters_after_init 2 49174 NULL
-+__jfs_setxattr_49175 __jfs_setxattr 5-0 49175 NULL
-+w1_master_probe_49176 w1_master_probe 0 49176 NULL
-+ath6kl_bgscan_int_write_49178 ath6kl_bgscan_int_write 3-0 49178 NULL
-+dvb_dvr_ioctl_49182 dvb_dvr_ioctl 2 49182 NULL
-+phy_device_create_49190 phy_device_create 3 49190 NULL
-+vmlfb_set_par_49191 vmlfb_set_par 0 49191 NULL
-+xfs_da_grow_inode_49192 xfs_da_grow_inode 0 49192 NULL
-+sm501fb_debug_show_pnl_49195 sm501fb_debug_show_pnl 0 49195 NULL
-+_iwl_dbgfs_netdetect_write_49196 _iwl_dbgfs_netdetect_write 3-0 49196 NULL
-+iwl_dbgfs_ucode_general_stats_read_49199 iwl_dbgfs_ucode_general_stats_read 3-0 49199 NULL nohasharray
-+i2c_nuvoton_recv_49199 i2c_nuvoton_recv 0-3 49199 &iwl_dbgfs_ucode_general_stats_read_49199
-+aio_read_null_49202 aio_read_null 0 49202 NULL
-+il4965_rs_sta_dbgfs_stats_table_read_49206 il4965_rs_sta_dbgfs_stats_table_read 3-0 49206 NULL
-+prepare_for_input_49207 prepare_for_input 0 49207 NULL
-+do_jffs2_getxattr_49210 do_jffs2_getxattr 0 49210 NULL
-+show_ipInUnknownProtos_49211 show_ipInUnknownProtos 0 49211 NULL
-+show_local_ib_port_49215 show_local_ib_port 0 49215 NULL
-+ceph_vxattrcb_dir_rbytes_49217 ceph_vxattrcb_dir_rbytes 0 49217 NULL
-+target_stat_scsi_auth_intr_show_attr_read_mbytes_49221 target_stat_scsi_auth_intr_show_attr_read_mbytes 0 49221 NULL
-+tpm_store_ppi_request_49225 tpm_store_ppi_request 0-4 49225 NULL
-+roccat_common2_sysfs_write_profile_settings_49229 roccat_common2_sysfs_write_profile_settings 0-6-5 49229 NULL
-+p2m_timeouts_show_49231 p2m_timeouts_show 0 49231 NULL
-+smm665_show_crit_alarm_49232 smm665_show_crit_alarm 0 49232 NULL
-+show_dh_state_49233 show_dh_state 0 49233 NULL nohasharray
-+class_attr_store_49233 class_attr_store 0-4 49233 &show_dh_state_49233
-+stop_discovery_49237 stop_discovery 4 49237 NULL
-+atxp1_showvcore_49238 atxp1_showvcore 0 49238 NULL
-+v9fs_vfs_getattr_49240 v9fs_vfs_getattr 0 49240 NULL
-+lpfc_fcp_class_show_49242 lpfc_fcp_class_show 0 49242 NULL nohasharray
-+store_49242 store 0 49242 &lpfc_fcp_class_show_49242
-+ks8851_net_open_49243 ks8851_net_open 0 49243 NULL
-+iio_buffer_read_length_49246 iio_buffer_read_length 0 49246 NULL
-+get_write_access_49253 get_write_access 0 49253 NULL
-+pmbus_regulator_disable_49257 pmbus_regulator_disable 0 49257 NULL nohasharray
-+rtl2832_sdr_submit_urbs_49257 rtl2832_sdr_submit_urbs 0 49257 &pmbus_regulator_disable_49257
-+selinux_netlink_send_49259 selinux_netlink_send 0 49259 NULL nohasharray
-+max8997_rtc_stop_alarm_49259 max8997_rtc_stop_alarm 0 49259 &selinux_netlink_send_49259
-+ieee80211_if_read_rssi_threshold_49260 ieee80211_if_read_rssi_threshold 3-0 49260 NULL
-+__smsc75xx_read_reg_49264 __smsc75xx_read_reg 0 49264 NULL
-+capture_pcm_prepare_49266 capture_pcm_prepare 0 49266 NULL
-+isku_sysfs_read_keys_media_49268 isku_sysfs_read_keys_media 6-0-5 49268 NULL
-+osd_req_add_get_attr_list_49278 osd_req_add_get_attr_list 3 49278 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_DATADGST_EN_49278 show_conn_param_ISCSI_PARAM_DATADGST_EN 0 49278 &osd_req_add_get_attr_list_49278
-+rx_filter_beacon_filter_read_49279 rx_filter_beacon_filter_read 3-0 49279 NULL
-+nilfs_bmap_assign_49282 nilfs_bmap_assign 0 49282 NULL
-+store_49284 store 0 49284 NULL
-+ext4_xattr_ibody_list_49287 ext4_xattr_ibody_list 0 49287 NULL nohasharray
-+node_read_distance_49287 node_read_distance 0 49287 &ext4_xattr_ibody_list_49287
-+viafb_dfph_proc_write_49288 viafb_dfph_proc_write 3-0 49288 NULL
-+store_49298 store 0-3 49298 NULL
-+__niu_set_and_wait_clear_49299 __niu_set_and_wait_clear 0 49299 NULL
-+uio_read_49300 uio_read 3-0 49300 NULL
-+ocfs2_resmap_find_free_bits_49301 ocfs2_resmap_find_free_bits 3 49301 NULL
-+bch_bset_print_stats_49303 bch_bset_print_stats 0 49303 NULL
-+cyapa_gen5_suspend_scanning_49305 cyapa_gen5_suspend_scanning 0 49305 NULL
-+isku_sysfs_read_keys_macro_49312 isku_sysfs_read_keys_macro 6-0-5 49312 NULL
-+request_locality_49318 request_locality 0 49318 NULL
-+SYSC_mincore_49319 SYSC_mincore 2-1 49319 NULL
-+stream_enqueue_49324 stream_enqueue 0 49324 NULL
-+fwtty_port_handler_49327 fwtty_port_handler 9 49327 NULL
-+show_freq_49329 show_freq 0 49329 NULL
-+srpt_alloc_ioctx_ring_49330 srpt_alloc_ioctx_ring 3-4-2 49330 NULL
-+statfs_slow_fill_49342 statfs_slow_fill 0 49342 NULL
-+cfpkt_setlen_49343 cfpkt_setlen 2 49343 NULL
-+ipath_set_rx_pol_inv_49344 ipath_set_rx_pol_inv 0 49344 NULL
-+_nfs4_do_setlk_49351 _nfs4_do_setlk 0 49351 NULL
-+i40e_vsi_configure_49352 i40e_vsi_configure 0 49352 NULL
-+inet6_getname_49353 inet6_getname 0 49353 NULL nohasharray
-+pch_can_open_49353 pch_can_open 0 49353 &inet6_getname_49353
-+show_ipv6_iface_traffic_class_49355 show_ipv6_iface_traffic_class 0 49355 NULL nohasharray
-+execute_49355 execute 0 49355 &show_ipv6_iface_traffic_class_49355
-+joydev_ioctl_common_49359 joydev_ioctl_common 2 49359 NULL
-+input_dev_show_cap_snd_49368 input_dev_show_cap_snd 0 49368 NULL
-+avtab_init_49369 avtab_init 0 49369 NULL
-+px_raw_event_49371 px_raw_event 4 49371 NULL
-+resync_start_show_49372 resync_start_show 0 49372 NULL
-+da9052_bat_get_property_49379 da9052_bat_get_property 0 49379 NULL
-+show_rpm_max_49388 show_rpm_max 0 49388 NULL
-+iscsi_alloc_session_49390 iscsi_alloc_session 3 49390 NULL
-+__ioremap_caller_49392 __ioremap_caller 2-1 49392 NULL nohasharray
-+applesmc_create_nodes_49392 applesmc_create_nodes 2 49392 &__ioremap_caller_49392
-+show_sas_spec_support_status_49396 show_sas_spec_support_status 0 49396 NULL nohasharray
-+rtsx_transfer_sglist_adma_partial_49396 rtsx_transfer_sglist_adma_partial 4 49396 &show_sas_spec_support_status_49396
-+bh1770_lux_calib_store_49400 bh1770_lux_calib_store 0-4 49400 NULL
-+rx_streaming_always_read_49401 rx_streaming_always_read 3-0 49401 NULL
-+acpi_ds_execute_arguments_49406 acpi_ds_execute_arguments 0 49406 NULL
-+tnode_alloc_49407 tnode_alloc 1 49407 NULL
-+rivafb_set_par_49411 rivafb_set_par 0 49411 NULL
-+tdfxfb_set_par_49414 tdfxfb_set_par 0 49414 NULL
-+__mce_read_apei_49415 __mce_read_apei 0 49415 NULL
-+quirk_pcie_aspm_write_49416 quirk_pcie_aspm_write 0 49416 NULL
-+kbd_backlight_mode_store_49419 kbd_backlight_mode_store 0-4 49419 NULL
-+iscsi_nacl_attrib_show_random_r2t_offsets_49422 iscsi_nacl_attrib_show_random_r2t_offsets 0 49422 NULL
-+hdmiphy_s_stream_49426 hdmiphy_s_stream 0 49426 NULL nohasharray
-+gfs2_quota_check_49426 gfs2_quota_check 0 49426 &hdmiphy_s_stream_49426
-+et131x_get_regs_len_49430 et131x_get_regs_len 0 49430 NULL
-+ds1685_rtc_read_time_49432 ds1685_rtc_read_time 0 49432 NULL
-+probe_kernel_read_49437 probe_kernel_read 0 49437 NULL
-+compat_do_msg_fill_49440 compat_do_msg_fill 3 49440 NULL
-+sctp_auth_asoc_init_active_key_49442 sctp_auth_asoc_init_active_key 0 49442 NULL
-+i915_gem_object_set_to_gtt_domain_49450 i915_gem_object_set_to_gtt_domain 0 49450 NULL
-+set_pwm_en_49451 set_pwm_en 0-4 49451 NULL
-+__hfsplus_getxattr_49460 __hfsplus_getxattr 0 49460 NULL
-+be_mcc_compl_process_49462 be_mcc_compl_process 0 49462 NULL
-+agp_3_5_isochronous_node_enable_49465 agp_3_5_isochronous_node_enable 3 49465 NULL
-+snd_ymfpci_capture_trigger_49466 snd_ymfpci_capture_trigger 0 49466 NULL
-+mmc_name_show_49467 mmc_name_show 0 49467 NULL
-+xfs_iformat_local_49472 xfs_iformat_local 4 49472 NULL
-+dn_nsp_do_disc_49474 dn_nsp_do_disc 6-2 49474 NULL
-+buf_prepare_49476 buf_prepare 0 49476 NULL
-+fan_fan2_input_show_49478 fan_fan2_input_show 0 49478 NULL
-+rhine_vlan_rx_add_vid_49482 rhine_vlan_rx_add_vid 0 49482 NULL
-+tipc_bclink_get_mtu_49483 tipc_bclink_get_mtu 0 49483 NULL nohasharray
-+esp4_get_mtu_49483 esp4_get_mtu 0-2 49483 &tipc_bclink_get_mtu_49483 nohasharray
-+b43legacy_validate_chipaccess_49483 b43legacy_validate_chipaccess 0 49483 &esp4_get_mtu_49483
-+ath10k_wmi_set_sta_ps_param_49484 ath10k_wmi_set_sta_ps_param 0 49484 NULL
-+isr_decrypt_done_read_49490 isr_decrypt_done_read 3-0 49490 NULL
-+r820t_read_49492 r820t_read 0-4 49492 NULL
-+tpacpi_driver_wwan_emulstate_show_49494 tpacpi_driver_wwan_emulstate_show 0 49494 NULL
-+ismt_access_49498 ismt_access 0 49498 NULL
-+ql3xxx_open_49499 ql3xxx_open 0 49499 NULL
-+show_fnode_tsid_49500 show_fnode_tsid 0 49500 NULL
-+show_dts_ext_49503 show_dts_ext 0 49503 NULL
-+acpi_ex_write_with_update_rule_49505 acpi_ex_write_with_update_rule 0 49505 NULL
-+wake_lock_show_49508 wake_lock_show 0 49508 NULL
-+show_offset_49516 show_offset 0 49516 NULL
-+iwl_dbgfs_disable_power_off_read_49517 iwl_dbgfs_disable_power_off_read 3-0 49517 NULL nohasharray
-+smp_execute_task_49517 smp_execute_task 0 49517 &iwl_dbgfs_disable_power_off_read_49517
-+pch_gbe_open_49518 pch_gbe_open 0 49518 NULL
-+SyS_listxattr_49519 SyS_listxattr 3 49519 NULL
-+__sock_recvmsg_nosec_49520 __sock_recvmsg_nosec 0-4 49520 NULL nohasharray
-+emulator_write_phys_49520 emulator_write_phys 2 49520 &__sock_recvmsg_nosec_49520
-+xgbe_change_mtu_49524 xgbe_change_mtu 2-0 49524 NULL
-+show_tcpOutSegs_49528 show_tcpOutSegs 0 49528 NULL nohasharray
-+light_write_49528 light_write 0 49528 &show_tcpOutSegs_49528 nohasharray
-+read_partial_49528 read_partial 2 49528 &light_write_49528
-+tda18271_write_regs_49537 tda18271_write_regs 0 49537 NULL
-+netxen_issue_cmd_49538 netxen_issue_cmd 0 49538 NULL
-+squashfs_trusted_list_49541 squashfs_trusted_list 0-5 49541 NULL
-+s6e63m0_sysfs_show_gamma_table_49544 s6e63m0_sysfs_show_gamma_table 0 49544 NULL
-+ntc_show_type_49546 ntc_show_type 0 49546 NULL
-+show_attr_textmode_49550 show_attr_textmode 0 49550 NULL
-+MIDIbuf_read_49551 MIDIbuf_read 0 49551 NULL
-+__brcmf_cfg80211_up_49557 __brcmf_cfg80211_up 0 49557 NULL
-+rx_queue_add_kobject_49559 rx_queue_add_kobject 0 49559 NULL
-+smk_write_access_49561 smk_write_access 3-0 49561 NULL
-+read_status_49562 read_status 0 49562 NULL
-+proc_dev_atm_read_49563 proc_dev_atm_read 0-3 49563 NULL
-+nilfs_btree_delete_49566 nilfs_btree_delete 0 49566 NULL
-+show_taint_49568 show_taint 0 49568 NULL nohasharray
-+hsr_netdev_notify_49568 hsr_netdev_notify 0 49568 &show_taint_49568
-+major_show_49571 major_show 0 49571 NULL
-+ntfs_malloc_nofs_49572 ntfs_malloc_nofs 1 49572 NULL
-+alloc_chunk_49575 alloc_chunk 1 49575 NULL
-+sctp_setsockopt_default_send_param_49578 sctp_setsockopt_default_send_param 3-0 49578 NULL
-+show_in_alarm_49582 show_in_alarm 0 49582 NULL
-+readfifo_49583 readfifo 1 49583 NULL
-+gfs2_quota_lock_49587 gfs2_quota_lock 0 49587 NULL
-+cpu_mask_to_apicid_and_49589 cpu_mask_to_apicid_and 0 49589 NULL nohasharray
-+aty_valid_pll_ct_49589 aty_valid_pll_ct 0 49589 &cpu_mask_to_apicid_and_49589
-+usbhid_get_power_49590 usbhid_get_power 0 49590 NULL
-+frag_rx_path_49593 frag_rx_path 3 49593 NULL
-+evm_inode_setattr_49594 evm_inode_setattr 0 49594 NULL nohasharray
-+tpacpi_rfk_sysfs_enable_store_49594 tpacpi_rfk_sysfs_enable_store 0-4 49594 &evm_inode_setattr_49594
-+elants_i2c_fw_update_49595 elants_i2c_fw_update 0 49595 NULL
-+snd_emu10k1_efx_playback_prepare_49597 snd_emu10k1_efx_playback_prepare 0 49597 NULL
-+ceph_key_preparse_49602 ceph_key_preparse 0 49602 NULL
-+usbtv_select_input_49603 usbtv_select_input 0 49603 NULL
-+ocfs2_xattr_trusted_list_49606 ocfs2_xattr_trusted_list 0-5 49606 NULL nohasharray
-+mcs7830_hif_set_mac_address_49606 mcs7830_hif_set_mac_address 0 49606 &ocfs2_xattr_trusted_list_49606 nohasharray
-+pch_phub_write_gbe_mac_addr_49606 pch_phub_write_gbe_mac_addr 0 49606 &mcs7830_hif_set_mac_address_49606
-+isr_wakeups_read_49607 isr_wakeups_read 3-0 49607 NULL
-+f_get_base_info_49609 f_get_base_info 0 49609 NULL
-+show_therm_crit_alarm_49611 show_therm_crit_alarm 0 49611 NULL
-+cfq_group_idle_show_49612 cfq_group_idle_show 0 49612 NULL
-+compat_SyS_fcntl64_49613 compat_SyS_fcntl64 3 49613 NULL
-+qla4_83xx_set_idc_ver_49615 qla4_83xx_set_idc_ver 0 49615 NULL
-+btrfs_mksubvol_49616 btrfs_mksubvol 3 49616 NULL nohasharray
-+mt2060_get_if_frequency_49616 mt2060_get_if_frequency 0 49616 &btrfs_mksubvol_49616
-+xfs_attr3_leaf_add_49617 xfs_attr3_leaf_add 0 49617 NULL
-+vt596_transaction_49618 vt596_transaction 0 49618 NULL
-+smk_write_doi_49621 smk_write_doi 3-0 49621 NULL nohasharray
-+ath10k_htc_init_49621 ath10k_htc_init 0 49621 &smk_write_doi_49621
-+port_fops_read_49626 port_fops_read 3-0 49626 NULL
-+v4l2_m2m_qbuf_49627 v4l2_m2m_qbuf 0 49627 NULL
-+btrfsic_cmp_log_and_dev_bytenr_49628 btrfsic_cmp_log_and_dev_bytenr 2 49628 NULL
-+ecryptfs_permission_49634 ecryptfs_permission 0 49634 NULL nohasharray
-+cbaf_cdid_get_49634 cbaf_cdid_get 0 49634 &ecryptfs_permission_49634
-+rds_notify_queue_get_49635 rds_notify_queue_get 0 49635 NULL
-+raw_enable_allfilters_49639 raw_enable_allfilters 0 49639 NULL
-+max_user_freq_show_49643 max_user_freq_show 0 49643 NULL
-+pyra_sysfs_read_info_49669 pyra_sysfs_read_info 0-5-6 49669 NULL
-+match_int_49672 match_int 0 49672 NULL
-+__hci_req_sync_49680 __hci_req_sync 0 49680 NULL
-+ubi_wl_flush_49682 ubi_wl_flush 0 49682 NULL
-+aa_simple_write_to_buffer_49683 aa_simple_write_to_buffer 4-3 49683 NULL nohasharray
-+lp5562_run_predef_led_pattern_49683 lp5562_run_predef_led_pattern 0 49683 &aa_simple_write_to_buffer_49683
-+SyS_pwritev_49688 SyS_pwritev 3 49688 NULL
-+fw_status_49690 fw_status 0 49690 NULL
-+__setup_irq_49696 __setup_irq 0 49696 NULL
-+sys_gethostname_49698 sys_gethostname 2 49698 NULL
-+tcp_sacktag_walk_49703 tcp_sacktag_walk 5-6 49703 NULL nohasharray
-+snd_usb_endpoint_set_params_49703 snd_usb_endpoint_set_params 0 49703 &tcp_sacktag_walk_49703
-+picolcd_operation_mode_delay_show_49709 picolcd_operation_mode_delay_show 0 49709 NULL
-+vnic_dev_add_addr_49710 vnic_dev_add_addr 0 49710 NULL nohasharray
-+do_iter_readv_writev_49710 do_iter_readv_writev 0 49710 &vnic_dev_add_addr_49710
-+show_online_49713 show_online 0 49713 NULL
-+do_splice_to_49714 do_splice_to 0-4 49714 NULL
-+write_pool_49718 write_pool 3-0 49718 NULL
-+create_modalias_49720 create_modalias 0 49720 NULL
-+alloc_kmem_cache_node_49725 alloc_kmem_cache_node 0 49725 NULL
-+__netlink_insert_49728 __netlink_insert 0 49728 NULL
-+pcnet_open_49729 pcnet_open 0 49729 NULL
-+dev_pm_qos_constraints_allocate_49731 dev_pm_qos_constraints_allocate 0 49731 NULL
-+sys_fsetxattr_49736 sys_fsetxattr 4 49736 NULL
-+write_exec_49737 write_exec 0 49737 NULL nohasharray
-+cbaf_send_host_info_49737 cbaf_send_host_info 0 49737 &write_exec_49737
-+check_frame_49741 check_frame 0 49741 NULL
-+ixgbe_vlan_rx_add_vid_49743 ixgbe_vlan_rx_add_vid 0 49743 NULL
-+zd_usb_iowrite16v_49744 zd_usb_iowrite16v 3 49744 NULL nohasharray
-+iio_show_dev_name_49744 iio_show_dev_name 0 49744 &zd_usb_iowrite16v_49744
-+show_usblim_49746 show_usblim 0 49746 NULL nohasharray
-+uvc_init_video_49746 uvc_init_video 0 49746 &show_usblim_49746
-+firmware_loading_show_49748 firmware_loading_show 0 49748 NULL
-+__niu_wait_bits_clear_ipp_49750 __niu_wait_bits_clear_ipp 0 49750 NULL nohasharray
-+snd_hdac_get_connections_49750 snd_hdac_get_connections 0 49750 &__niu_wait_bits_clear_ipp_49750
-+btrfs_chunk_num_stripes_49751 btrfs_chunk_num_stripes 0 49751 NULL
-+fuse_wr_pages_49753 fuse_wr_pages 0-2-1 49753 NULL
-+lifetime_write_kbytes_show_49754 lifetime_write_kbytes_show 0 49754 NULL
-+pb0100_set_red_balance_49756 pb0100_set_red_balance 0 49756 NULL
-+nci_skb_alloc_49757 nci_skb_alloc 2 49757 NULL
-+key_conf_keylen_read_49758 key_conf_keylen_read 3-0 49758 NULL nohasharray
-+cfg80211_vendor_event_alloc_49758 cfg80211_vendor_event_alloc 2 49758 &key_conf_keylen_read_49758 nohasharray
-+zr364xx_prepare_49758 zr364xx_prepare 0 49758 &cfg80211_vendor_event_alloc_49758
-+acpi_ps_get_next_namepath_49760 acpi_ps_get_next_namepath 0 49760 NULL
-+ceph_uninline_data_49761 ceph_uninline_data 0 49761 NULL
-+fuse_conn_waiting_read_49762 fuse_conn_waiting_read 3-0 49762 NULL
-+keyspan_write_room_49763 keyspan_write_room 0 49763 NULL
-+show_ipv4_iface_gateway_49765 show_ipv4_iface_gateway 0 49765 NULL nohasharray
-+nmi_suspend_49765 nmi_suspend 0 49765 &show_ipv4_iface_gateway_49765 nohasharray
-+mx2_camera_get_formats_49765 mx2_camera_get_formats 0 49765 &nmi_suspend_49765
-+isku_sysfs_write_49767 isku_sysfs_write 5-0 49767 NULL
-+ivtvfb_set_var_49771 ivtvfb_set_var 0 49771 NULL
-+dev_show_49780 dev_show 0 49780 NULL
-+set_port0_handler_49783 set_port0_handler 4-0 49783 NULL nohasharray
-+be_mac_addr_set_49783 be_mac_addr_set 0 49783 &set_port0_handler_49783 nohasharray
-+apds990x_set_lux_thresh_49783 apds990x_set_lux_thresh 0 49783 &be_mac_addr_set_49783
-+C_SYSC_recv_49784 C_SYSC_recv 3 49784 NULL
-+toshiba_touchpad_set_49788 toshiba_touchpad_set 0 49788 NULL
-+ceph_osdc_readpages_49789 ceph_osdc_readpages 0 49789 NULL nohasharray
-+qla4_83xx_check_cmd_peg_status_49789 qla4_83xx_check_cmd_peg_status 0 49789 &ceph_osdc_readpages_49789
-+i40e_sync_vsi_filters_49791 i40e_sync_vsi_filters 0 49791 NULL
-+nfs_file_fsync_49792 nfs_file_fsync 0 49792 NULL
-+store_ideapad_cam_49794 store_ideapad_cam 0-4 49794 NULL
-+nilfs_segctor_README_show_49796 nilfs_segctor_README_show 0 49796 NULL
-+__of_parse_phandle_with_args_49807 __of_parse_phandle_with_args 0 49807 NULL nohasharray
-+asiliantfb_check_var_49807 asiliantfb_check_var 0 49807 &__of_parse_phandle_with_args_49807
-+xfs_buf_submit_wait_49810 xfs_buf_submit_wait 0 49810 NULL
-+po1030_set_hvflip_49811 po1030_set_hvflip 0 49811 NULL
-+show_config_pending_49814 show_config_pending 0 49814 NULL
-+v9fs_file_fsync_dotl_49822 v9fs_file_fsync_dotl 0 49822 NULL
-+nilfs_dev_revision_show_49827 nilfs_dev_revision_show 0 49827 NULL
-+ntfs_copy_from_user_iovec_49829 ntfs_copy_from_user_iovec 6-0-3 49829 NULL
-+nvkm_engctx_create__49831 nvkm_engctx_create_ 8 49831 NULL nohasharray
-+add_uuid_49831 add_uuid 4 49831 &nvkm_engctx_create__49831 nohasharray
-+ns_get_name_49831 ns_get_name 0 49831 &add_uuid_49831
-+tcf_csum_ipv4_tcp_49834 tcf_csum_ipv4_tcp 3 49834 NULL
-+ath6kl_fwlog_block_read_49836 ath6kl_fwlog_block_read 3-0 49836 NULL
-+snd_azf3328_pcm_prepare_49838 snd_azf3328_pcm_prepare 0 49838 NULL nohasharray
-+pci_add_dynid_49838 pci_add_dynid 0 49838 &snd_azf3328_pcm_prepare_49838
-+hash_recvmsg_49844 hash_recvmsg 3 49844 NULL
-+twl4030_write_49846 twl4030_write 2 49846 NULL
-+show_lut_temp_49847 show_lut_temp 0 49847 NULL
-+scsi_dispatch_cmd_entry_49848 scsi_dispatch_cmd_entry 3-0 49848 NULL
-+timeradd_entry_49850 timeradd_entry 3-0 49850 NULL
-+ecryptfs_statfs_49853 ecryptfs_statfs 0 49853 NULL
-+efx_fill_loopback_test_49855 efx_fill_loopback_test 0-4 49855 NULL
-+udplite_sk_init_49856 udplite_sk_init 0 49856 NULL
-+store_modes_49864 store_modes 0-4 49864 NULL
-+e1000_setup_tx_resources_49867 e1000_setup_tx_resources 0 49867 NULL
-+____request_module_49868 ____request_module 0 49868 NULL
-+sctp_setsockopt_bindx_49870 sctp_setsockopt_bindx 3-0 49870 NULL
-+carl9170_op_get_stats_49871 carl9170_op_get_stats 0 49871 NULL
-+wm831x_rtc_stop_alarm_49875 wm831x_rtc_stop_alarm 0 49875 NULL
-+s_filter_49877 s_filter 0 49877 NULL
-+show_volt_max_49881 show_volt_max 0 49881 NULL
-+kovaplus_sysfs_read_profile_settings_49882 kovaplus_sysfs_read_profile_settings 0-5-6 49882 NULL
-+il_send_cmd_pdu_async_49891 il_send_cmd_pdu_async 0 49891 NULL
-+tgr192_init_49892 tgr192_init 0 49892 NULL
-+lb_throttle_49897 lb_throttle 0 49897 NULL
-+ovs_key_attr_size_49898 ovs_key_attr_size 0 49898 NULL
-+bnx2x_open_49905 bnx2x_open 0 49905 NULL
-+ea_put_49907 ea_put 0 49907 NULL
-+qnx4_statfs_49911 qnx4_statfs 0 49911 NULL
-+ecryptfs_filldir_49912 ecryptfs_filldir 3 49912 NULL nohasharray
-+available_governors_show_49912 available_governors_show 0 49912 &ecryptfs_filldir_49912
-+fuse_send_write_49915 fuse_send_write 0-4 49915 NULL
-+bsp_pm_callback_49917 bsp_pm_callback 0 49917 NULL
-+show_voltage_label_49923 show_voltage_label 0 49923 NULL nohasharray
-+megasas_fw_crash_state_store_49923 megasas_fw_crash_state_store 0-4 49923 &show_voltage_label_49923
-+_cpu_up_49927 _cpu_up 0 49927 NULL
-+beacon_timeout_ms_store_49935 beacon_timeout_ms_store 0-4 49935 NULL
-+mxl301rf_set_params_49936 mxl301rf_set_params 0 49936 NULL nohasharray
-+md_setup_cluster_49936 md_setup_cluster 0 49936 &mxl301rf_set_params_49936
-+gnttab_setup_auto_xlat_frames_49940 gnttab_setup_auto_xlat_frames 1 49940 NULL
-+tpm_get_random_49950 tpm_get_random 0-3 49950 NULL
-+iscsi_nacl_attrib_show_default_erl_49955 iscsi_nacl_attrib_show_default_erl 0 49955 NULL
-+saa7706h_i2c_transfer_49957 saa7706h_i2c_transfer 3 49957 NULL
-+__cfg80211_alloc_event_skb_49963 __cfg80211_alloc_event_skb 6 49963 NULL
-+snd_soundfont_load_49964 snd_soundfont_load 0-3 49964 NULL
-+store_temp_auto_boost_49966 store_temp_auto_boost 0-4 49966 NULL
-+hda_widget_sysfs_init_49968 hda_widget_sysfs_init 0 49968 NULL
-+bDeviceSubClass_show_49970 bDeviceSubClass_show 0 49970 NULL
-+volume_write_49971 volume_write 0 49971 NULL
-+set_a_bus_drop_49973 set_a_bus_drop 0-4 49973 NULL
-+wl1251_boot_upload_firmware_49975 wl1251_boot_upload_firmware 0 49975 NULL nohasharray
-+store_49975 store 0 49975 &wl1251_boot_upload_firmware_49975
-+qla4xxx_hw_reset_49976 qla4xxx_hw_reset 0 49976 NULL
-+b43legacy_pio_read_49978 b43legacy_pio_read 0 49978 NULL
-+set_attr_textmode_49984 set_attr_textmode 0-4 49984 NULL
-+ct_pcm_playback_prepare_49985 ct_pcm_playback_prepare 0 49985 NULL
-+ieee80211_if_fmt_dtim_count_49987 ieee80211_if_fmt_dtim_count 3 49987 NULL nohasharray
-+hdcs_reg_write_seq_49987 hdcs_reg_write_seq 0 49987 &ieee80211_if_fmt_dtim_count_49987
-+rcu_expedited_show_49988 rcu_expedited_show 0 49988 NULL
-+drm_buffer_copy_from_user_49990 drm_buffer_copy_from_user 3 49990 NULL
-+wm831x_isink_disable_49991 wm831x_isink_disable 0 49991 NULL
-+__mlx4_replace_mac_49992 __mlx4_replace_mac 0 49992 NULL
-+sta2x11_swiotlb_alloc_coherent_49994 sta2x11_swiotlb_alloc_coherent 2 49994 NULL
-+run_49996 run 0 49996 NULL
-+write_49997 write 0 49997 NULL
-+__module_alloc_50004 __module_alloc 1 50004 NULL
-+cx231xx_i2c_send_bytes_50007 cx231xx_i2c_send_bytes 0 50007 NULL nohasharray
-+group_addr_store_50007 group_addr_store 0-4 50007 &cx231xx_i2c_send_bytes_50007
-+dn_mss_from_pmtu_50011 dn_mss_from_pmtu 0-2 50011 NULL
-+hugetlb_entry_50017 hugetlb_entry 0 50017 NULL
-+security_context_to_sid_50019 security_context_to_sid 2-0 50019 NULL nohasharray
-+ASIE_show_50019 ASIE_show 0 50019 &security_context_to_sid_50019
-+isdn_read_50021 isdn_read 3-0 50021 NULL
-+move_to_new_page_50023 move_to_new_page 0 50023 NULL
-+rose_device_event_50026 rose_device_event 0 50026 NULL
-+xlog_recovery_process_trans_50028 xlog_recovery_process_trans 4 50028 NULL nohasharray
-+qp_alloc_queue_50028 qp_alloc_queue 1 50028 &xlog_recovery_process_trans_50028
-+caif_stream_sendmsg_50030 caif_stream_sendmsg 3 50030 NULL
-+set_mtu_50032 set_mtu 0 50032 NULL
-+ath10k_wmi_pdev_pktlog_enable_50033 ath10k_wmi_pdev_pktlog_enable 0 50033 NULL
-+sky2_open_50034 sky2_open 0 50034 NULL
-+do_set_pwm_mode_50035 do_set_pwm_mode 0 50035 NULL
-+read_partial_message_section_50036 read_partial_message_section 3 50036 NULL
-+acpi_ut_copy_ipackage_to_epackage_50038 acpi_ut_copy_ipackage_to_epackage 0 50038 NULL
-+wait_for_free_request_50040 wait_for_free_request 0 50040 NULL nohasharray
-+dbg_chk_lpt_free_spc_50040 dbg_chk_lpt_free_spc 0 50040 &wait_for_free_request_50040 nohasharray
-+nf_sockopt_50040 nf_sockopt 0 50040 &dbg_chk_lpt_free_spc_50040
-+read_lid_handling_50041 read_lid_handling 0 50041 NULL
-+target_stat_scsi_tgt_dev_show_attr_resets_50044 target_stat_scsi_tgt_dev_show_attr_resets 0 50044 NULL
-+wl1251_hw_init_mem_config_50045 wl1251_hw_init_mem_config 0 50045 NULL nohasharray
-+iscsi_tpg_attrib_store_t10_pi_50045 iscsi_tpg_attrib_store_t10_pi 0-3 50045 &wl1251_hw_init_mem_config_50045
-+alloc_ebda_hpc_50046 alloc_ebda_hpc 1-2 50046 NULL
-+ioread8_50049 ioread8 0 50049 NULL
-+sctp_copy_local_addr_list_50054 sctp_copy_local_addr_list 0 50054 NULL nohasharray
-+target_stat_scsi_auth_intr_show_attr_num_cmds_50054 target_stat_scsi_auth_intr_show_attr_num_cmds 0 50054 &sctp_copy_local_addr_list_50054
-+fuse_conn_max_background_write_50061 fuse_conn_max_background_write 3-0 50061 NULL
-+reserve_grant_head_show_50063 reserve_grant_head_show 0 50063 NULL
-+max8660_ldo67_enable_50073 max8660_ldo67_enable 0 50073 NULL
-+lx_pipe_state_50076 lx_pipe_state 0 50076 NULL
-+multicast_last_member_count_store_50078 multicast_last_member_count_store 4-0 50078 NULL
-+dev_set_alias_50084 dev_set_alias 3-0 50084 NULL
-+pcpu_get_vm_areas_50085 pcpu_get_vm_areas 3 50085 NULL
-+libcfs_ioctl_popdata_50087 libcfs_ioctl_popdata 3 50087 NULL
-+sock_setsockopt_50088 sock_setsockopt 5-0 50088 NULL
-+altera_swap_dr_50090 altera_swap_dr 2 50090 NULL
-+afs_writepages_50092 afs_writepages 0 50092 NULL
-+card_type_show_50095 card_type_show 0 50095 NULL
-+il4965_restore_default_wep_keys_50096 il4965_restore_default_wep_keys 0 50096 NULL
-+android_set_cntry_50100 android_set_cntry 0 50100 NULL
-+uwb_rc_beacon_50102 uwb_rc_beacon 0 50102 NULL
-+epp_write_addr_50103 epp_write_addr 0 50103 NULL
-+xc5000_set_digital_params_50105 xc5000_set_digital_params 0 50105 NULL
-+read_file_slot_50111 read_file_slot 3-0 50111 NULL
-+tw9910_cropcap_50113 tw9910_cropcap 0 50113 NULL
-+mon_text_read_t_50115 mon_text_read_t 0-3 50115 NULL
-+show_chassis_clear_50119 show_chassis_clear 0 50119 NULL
-+rx_streaming_interval_write_50120 rx_streaming_interval_write 3-0 50120 NULL nohasharray
-+show_counter_ib_symbol_errs_50120 show_counter_ib_symbol_errs 0 50120 &rx_streaming_interval_write_50120
-+ocrdma_dbgfs_ops_write_50123 ocrdma_dbgfs_ops_write 3-0 50123 NULL
-+roccat_common2_sysfs_write_light_50130 roccat_common2_sysfs_write_light 0-6-5 50130 NULL
-+wake_up_wlan_store_50132 wake_up_wlan_store 0-4 50132 NULL nohasharray
-+elan_i2c_finish_fw_update_50132 elan_i2c_finish_fw_update 0 50132 &wake_up_wlan_store_50132
-+SYSC_preadv_50134 SYSC_preadv 3 50134 NULL nohasharray
-+udf_adinicb_writepage_50134 udf_adinicb_writepage 0 50134 &SYSC_preadv_50134
-+dimmdev_label_show_50135 dimmdev_label_show 0 50135 NULL
-+mei_cl_flow_ctrl_reduce_50137 mei_cl_flow_ctrl_reduce 0 50137 NULL
-+suspend_devices_and_enter_50139 suspend_devices_and_enter 0 50139 NULL
-+rbd_dev_refresh_50142 rbd_dev_refresh 0 50142 NULL
-+store_fan_full_speed_50143 store_fan_full_speed 0-4 50143 NULL
-+xenbus_write_transaction_50146 xenbus_write_transaction 0 50146 NULL
-+ata_scsi_activity_show_50149 ata_scsi_activity_show 0 50149 NULL
-+__uncore_xbr_mask_show_50150 __uncore_xbr_mask_show 0 50150 NULL
-+csrow_mem_type_show_50152 csrow_mem_type_show 0 50152 NULL
-+tx_frag_need_fragmentation_read_50153 tx_frag_need_fragmentation_read 3-0 50153 NULL nohasharray
-+show_min_uA_50153 show_min_uA 0 50153 &tx_frag_need_fragmentation_read_50153
-+xfs_bwrite_50154 xfs_bwrite 0 50154 NULL
-+show_fc_rport_port_name_50155 show_fc_rport_port_name 0 50155 NULL
-+reiserfs_bmap_count_50160 reiserfs_bmap_count 0 50160 NULL
-+aac_nark_ioremap_50163 aac_nark_ioremap 2 50163 NULL nohasharray
-+kmalloc_node_50163 kmalloc_node 1 50163 &aac_nark_ioremap_50163
-+arch_check_ftrace_location_50164 arch_check_ftrace_location 0 50164 NULL
-+rx_refill_50166 rx_refill 0 50166 NULL
-+rx_filter_ibss_filter_read_50167 rx_filter_ibss_filter_read 3-0 50167 NULL
-+ahd_probe_stack_size_50168 ahd_probe_stack_size 0 50168 NULL
-+odev_update_50169 odev_update 2-0 50169 NULL
-+ieee80211_if_fmt_dot11MeshHWMPRannInterval_50172 ieee80211_if_fmt_dot11MeshHWMPRannInterval 3 50172 NULL nohasharray
-+ubi_resize_volume_50172 ubi_resize_volume 2 50172 &ieee80211_if_fmt_dot11MeshHWMPRannInterval_50172
-+bInterfaceSubClass_show_50176 bInterfaceSubClass_show 0 50176 NULL
-+xfs_dbg_store_50177 xfs_dbg_store 0-4 50177 NULL
-+ext3_do_update_inode_50178 ext3_do_update_inode 0 50178 NULL
-+mxl111sf_tuner_program_regs_50179 mxl111sf_tuner_program_regs 0 50179 NULL
-+udc_create_dma_chain_50185 udc_create_dma_chain 0 50185 NULL
-+ib_send_cm_drep_50186 ib_send_cm_drep 3 50186 NULL
-+_mv88e6xxx_phy_write_indirect_50195 _mv88e6xxx_phy_write_indirect 0 50195 NULL
-+store_beep_50196 store_beep 0-4 50196 NULL
-+max_medium_access_timeouts_show_50197 max_medium_access_timeouts_show 0 50197 NULL
-+cfg80211_roamed_bss_50198 cfg80211_roamed_bss 6-4 50198 NULL
-+cyttsp4_probe_50201 cyttsp4_probe 4 50201 NULL
-+ahci_show_host_caps_50203 ahci_show_host_caps 0 50203 NULL
-+rx_rx_timeout_wa_read_50204 rx_rx_timeout_wa_read 3-0 50204 NULL nohasharray
-+store_falltime_50204 store_falltime 4-0 50204 &rx_rx_timeout_wa_read_50204
-+mthca_buddy_init_50206 mthca_buddy_init 2 50206 NULL nohasharray
-+compat_SyS_sendfile_50206 compat_SyS_sendfile 4 50206 &mthca_buddy_init_50206
-+l2cap_sock_setsockopt_50207 l2cap_sock_setsockopt 5-0 50207 NULL
-+ieee80211_skb_resize_50211 ieee80211_skb_resize 3 50211 NULL
-+seq_buf_to_user_50213 seq_buf_to_user 3 50213 NULL
-+acm_submit_read_urbs_50216 acm_submit_read_urbs 0 50216 NULL
-+loadtime_init_50221 loadtime_init 0 50221 NULL
-+igbvf_set_mac_50224 igbvf_set_mac 0 50224 NULL
-+mon_bin_compat_ioctl_50234 mon_bin_compat_ioctl 3 50234 NULL
-+sg_kmalloc_50240 sg_kmalloc 1 50240 NULL nohasharray
-+nilfs_cpfile_get_stat_50240 nilfs_cpfile_get_stat 0 50240 &sg_kmalloc_50240
-+adp8870_bl_l5_dark_max_store_50252 adp8870_bl_l5_dark_max_store 4-0 50252 NULL
-+afs_extract_data_50261 afs_extract_data 5 50261 NULL nohasharray
-+cx25821_s_ctrl_50261 cx25821_s_ctrl 0 50261 &afs_extract_data_50261 nohasharray
-+gadget_config_desc_MaxPower_show_50261 gadget_config_desc_MaxPower_show 0 50261 &cx25821_s_ctrl_50261
-+igb_init_interrupt_scheme_50262 igb_init_interrupt_scheme 0 50262 NULL
-+vlan_dev_hard_header_50263 vlan_dev_hard_header 0 50263 NULL
-+isci_phy_control_50264 isci_phy_control 0 50264 NULL
-+vlan_dev_init_50267 vlan_dev_init 0 50267 NULL nohasharray
-+pwm1_store_50267 pwm1_store 4-0 50267 &vlan_dev_init_50267
-+__i915_add_request_50272 __i915_add_request 0 50272 NULL
-+cifs_setattr_unix_50275 cifs_setattr_unix 0 50275 NULL
-+con2fb_acquire_newinfo_50278 con2fb_acquire_newinfo 0 50278 NULL
-+ahci_led_show_50279 ahci_led_show 0 50279 NULL
-+netlink_send_50281 netlink_send 0 50281 NULL
-+input_bits_to_string_50285 input_bits_to_string 0 50285 NULL
-+rxrpc_setsockopt_50286 rxrpc_setsockopt 5-0 50286 NULL
-+store_50289 store 0-3 50289 NULL
-+show_in10_50295 show_in10 0 50295 NULL
-+vidioc_streamon_50299 vidioc_streamon 0 50299 NULL nohasharray
-+iscsi_tpg_param_store_ImmediateData_50299 iscsi_tpg_param_store_ImmediateData 0-3 50299 &vidioc_streamon_50299
-+soc_codec_reg_show_50302 soc_codec_reg_show 0-3 50302 NULL
-+ath10k_mac_set_kickout_50303 ath10k_mac_set_kickout 0 50303 NULL
-+SYSC_flistxattr_50307 SYSC_flistxattr 3 50307 NULL
-+SYSC_sched_setaffinity_50310 SYSC_sched_setaffinity 2 50310 NULL nohasharray
-+pch_gbe_alloc_rx_buffers_pool_50310 pch_gbe_alloc_rx_buffers_pool 0 50310 &SYSC_sched_setaffinity_50310
-+snd_fm801_playback_trigger_50312 snd_fm801_playback_trigger 0 50312 NULL
-+tps65912_gpio_output_50313 tps65912_gpio_output 0 50313 NULL
-+cond_init_bool_indexes_50314 cond_init_bool_indexes 0 50314 NULL
-+soc_camera_read_50319 soc_camera_read 3-0 50319 NULL
-+b43_phy_ht_op_init_50321 b43_phy_ht_op_init 0 50321 NULL
-+sdr_cap_start_streaming_50324 sdr_cap_start_streaming 0 50324 NULL nohasharray
-+batadv_mesh_init_50324 batadv_mesh_init 0 50324 &sdr_cap_start_streaming_50324
-+ds2781_recall_eeprom_50328 ds2781_recall_eeprom 0 50328 NULL
-+do_launder_page_50329 do_launder_page 0 50329 NULL
-+picolcd_fb_update_rate_show_50333 picolcd_fb_update_rate_show 0 50333 NULL
-+lpfc_idiag_pcicfg_read_50334 lpfc_idiag_pcicfg_read 3-0 50334 NULL
-+dax_io_50336 dax_io 5-4-0 50336 NULL
-+snd_pcm_lib_writev_50337 snd_pcm_lib_writev 3-0 50337 NULL nohasharray
-+ocfs2_block_to_cluster_group_50337 ocfs2_block_to_cluster_group 2 50337 &snd_pcm_lib_writev_50337
-+roccat_common2_send_with_status_50343 roccat_common2_send_with_status 4-0 50343 NULL
-+tpm_read_50344 tpm_read 3-0 50344 NULL
-+set_auto_brightness_50345 set_auto_brightness 0 50345 NULL
-+__orinoco_up_50349 __orinoco_up 0 50349 NULL
-+nr_overcommit_hugepages_show_50351 nr_overcommit_hugepages_show 0 50351 NULL
-+efx_nic_update_stats_50352 efx_nic_update_stats 2 50352 NULL
-+selinux_file_permission_50354 selinux_file_permission 0 50354 NULL
-+isdn_ppp_read_50356 isdn_ppp_read 4-0 50356 NULL
-+unpack_u16_chunk_50357 unpack_u16_chunk 0 50357 NULL
-+iwl_dbgfs_echo_test_write_50362 iwl_dbgfs_echo_test_write 3-0 50362 NULL nohasharray
-+solo_enc_on_50362 solo_enc_on 0 50362 &iwl_dbgfs_echo_test_write_50362 nohasharray
-+ds2781_set_rsgain_setting_50362 ds2781_set_rsgain_setting 0-4 50362 &solo_enc_on_50362
-+xfrm_send_migrate_50365 xfrm_send_migrate 5 50365 NULL nohasharray
-+setbrightness_50365 setbrightness 0 50365 &xfrm_send_migrate_50365
-+roccat_common2_receive_50369 roccat_common2_receive 4-0 50369 NULL
-+store_pwm_temp_sel_50371 store_pwm_temp_sel 0-4 50371 NULL
-+set_ctrl_50374 set_ctrl 0 50374 NULL
-+sl_alloc_bufs_50380 sl_alloc_bufs 2 50380 NULL
-+tg3_reset_hw_50381 tg3_reset_hw 0 50381 NULL
-+store_temp62_50383 store_temp62 0-4 50383 NULL
-+may_change_ptraced_domain_50385 may_change_ptraced_domain 0 50385 NULL
-+acpi_ds_scope_stack_pop_50387 acpi_ds_scope_stack_pop 0 50387 NULL
-+flags_show_50391 flags_show 0 50391 NULL
-+ad7877_gpio3_show_50397 ad7877_gpio3_show 0 50397 NULL
-+base_sock_create_50400 base_sock_create 0 50400 NULL
-+snd_mask_refine_last_50406 snd_mask_refine_last 0 50406 NULL
-+inode_getsecctx_50410 inode_getsecctx 0 50410 NULL nohasharray
-+read8_reg_50410 read8_reg 4 50410 &inode_getsecctx_50410
-+l2tp_ip_sendmsg_50411 l2tp_ip_sendmsg 4-0 50411 NULL
-+recomp_data_node_50412 recomp_data_node 0 50412 NULL
-+tg_set_rt_bandwidth_50413 tg_set_rt_bandwidth 0 50413 NULL
-+acpi_ds_result_stack_pop_50414 acpi_ds_result_stack_pop 0 50414 NULL
-+fc0012_writereg_50421 fc0012_writereg 0 50421 NULL nohasharray
-+store_select_ref_frequency_50421 store_select_ref_frequency 0-4 50421 &fc0012_writereg_50421
-+iscsi_create_conn_50425 iscsi_create_conn 2 50425 NULL
-+validate_acl_mac_addrs_50429 validate_acl_mac_addrs 0 50429 NULL
-+event_input_50432 event_input 0 50432 NULL
-+show_bluetooth_50436 show_bluetooth 0 50436 NULL
-+xfs_alloc_update_counters_50441 xfs_alloc_update_counters 0 50441 NULL
-+snd_cmipci_playback_trigger_50442 snd_cmipci_playback_trigger 0 50442 NULL
-+ecryptfs_write_lower_page_segment_50444 ecryptfs_write_lower_page_segment 0-4 50444 NULL
-+crypt_scatterlist_50445 crypt_scatterlist 0 50445 NULL nohasharray
-+wanxl_open_50445 wanxl_open 0 50445 &crypt_scatterlist_50445
-+patch_vt1702_50446 patch_vt1702 0 50446 NULL
-+btrfs_space_info_show_flags_50448 btrfs_space_info_show_flags 0 50448 NULL
-+udf_writepages_50451 udf_writepages 0 50451 NULL
-+pgctrl_write_50453 pgctrl_write 3-0 50453 NULL
-+device_create_sys_dev_entry_50458 device_create_sys_dev_entry 0 50458 NULL
-+available_frequencies_show_50462 available_frequencies_show 0 50462 NULL nohasharray
-+xircom_open_50462 xircom_open 0 50462 &available_frequencies_show_50462
-+s5p_jpeg_adjust_subs_ctrl_50466 s5p_jpeg_adjust_subs_ctrl 0 50466 NULL
-+i2o_dma_map_sg_50468 i2o_dma_map_sg 3 50468 NULL
-+store_spi_transport_pcomp_en_50471 store_spi_transport_pcomp_en 0-4 50471 NULL
-+tps65217_update_bits_50472 tps65217_update_bits 0 50472 NULL
-+show_pwm_auto_50473 show_pwm_auto 0 50473 NULL
-+viafb_set_par_50475 viafb_set_par 0 50475 NULL
-+selinux_ipv4_forward_50476 selinux_ipv4_forward 0 50476 NULL
-+__iscsi_tpg_auth_show_password_50477 __iscsi_tpg_auth_show_password 0 50477 NULL
-+cdrom_read_cdda_50478 cdrom_read_cdda 4 50478 NULL nohasharray
-+snd_atiixp_spdif_prepare_50478 snd_atiixp_spdif_prepare 0 50478 &cdrom_read_cdda_50478
-+t3_mgmt_tx_50484 t3_mgmt_tx 0 50484 NULL
-+__iio_update_buffers_50487 __iio_update_buffers 0 50487 NULL
-+freeze_show_50489 freeze_show 0 50489 NULL
-+gfs2_block_map_50492 gfs2_block_map 0 50492 NULL
-+mei_io_cb_alloc_req_buf_50493 mei_io_cb_alloc_req_buf 2-0 50493 NULL
-+of_irq_parse_one_50494 of_irq_parse_one 0 50494 NULL
-+pm8001_get_gsm_dump_50495 pm8001_get_gsm_dump 0 50495 NULL
-+validate_50497 validate 0 50497 NULL
-+_pmbus_regulator_on_off_50498 _pmbus_regulator_on_off 0 50498 NULL
-+rxrpc_preparse_xdr_rxkad_50503 rxrpc_preparse_xdr_rxkad 0 50503 NULL
-+numa_node_show_50504 numa_node_show 0 50504 NULL
-+pwr_rcvd_awake_beacons_read_50505 pwr_rcvd_awake_beacons_read 3-0 50505 NULL
-+show_ep_handle_50508 show_ep_handle 0 50508 NULL
-+isofs_readpage_50512 isofs_readpage 0 50512 NULL
-+protection_type_store_50516 protection_type_store 0-4 50516 NULL
-+ext3_freeze_50523 ext3_freeze 0 50523 NULL
-+b43_op_get_stats_50524 b43_op_get_stats 0 50524 NULL nohasharray
-+hsc_read_50524 hsc_read 0-3 50524 &b43_op_get_stats_50524
-+nr_hugepages_store_50532 nr_hugepages_store 4-0 50532 NULL
-+inet6_netconf_msgsize_devconf_50534 inet6_netconf_msgsize_devconf 0 50534 NULL
-+show_eeprom3_50535 show_eeprom3 0 50535 NULL nohasharray
-+dlfb_submit_urb_50535 dlfb_submit_urb 0 50535 &show_eeprom3_50535
-+fwnet_receive_packet_50537 fwnet_receive_packet 9 50537 NULL
-+wlcore_set_partition_50538 wlcore_set_partition 0 50538 NULL nohasharray
-+velocity_init_rings_50538 velocity_init_rings 0 50538 &wlcore_set_partition_50538
-+ath6kl_set_ap_probe_resp_ies_50539 ath6kl_set_ap_probe_resp_ies 3 50539 NULL nohasharray
-+ip_local_out_sk_50539 ip_local_out_sk 0 50539 &ath6kl_set_ap_probe_resp_ies_50539 nohasharray
-+vendor_id_store_50539 vendor_id_store 0-4 50539 &ip_local_out_sk_50539
-+show_fan_div_50540 show_fan_div 0 50540 NULL nohasharray
-+iwl_mvm_add_sta_50540 iwl_mvm_add_sta 0 50540 &show_fan_div_50540
-+set_fcoe_ctlr_enabled_50542 set_fcoe_ctlr_enabled 0 50542 NULL
-+bh_get_50543 bh_get 0 50543 NULL
-+gfs2_meta_inode_buffer_50544 gfs2_meta_inode_buffer 0 50544 NULL
-+attr_fn_lock_store_cptkbd_50545 attr_fn_lock_store_cptkbd 0-4 50545 NULL
-+airspy_set_lna_gain_50547 airspy_set_lna_gain 0 50547 NULL
-+trigger_request_store_50548 trigger_request_store 4 50548 NULL
-+wl127x_boot_clk_50551 wl127x_boot_clk 0 50551 NULL
-+blkdev_readpage_50552 blkdev_readpage 0 50552 NULL
-+usbat_flash_write_data_50553 usbat_flash_write_data 4 50553 NULL
-+__uncore_match_dnid_show_50561 __uncore_match_dnid_show 0 50561 NULL
-+ncp_fsync_50562 ncp_fsync 0 50562 NULL
-+self_check_peb_vid_hdr_50563 self_check_peb_vid_hdr 0 50563 NULL
-+cmpc_accel_g_select_store_v4_50566 cmpc_accel_g_select_store_v4 0-4 50566 NULL
-+_transport_phy_reset_50570 _transport_phy_reset 0 50570 NULL
-+mwave_write_50571 mwave_write 0-3 50571 NULL
-+hpet_cpuhp_notify_50573 hpet_cpuhp_notify 0 50573 NULL
-+target_fabric_tpg_auth_attr_store_50574 target_fabric_tpg_auth_attr_store 0 50574 NULL
-+mwifiex_cmd_802_11_bg_scan_query_50580 mwifiex_cmd_802_11_bg_scan_query 0 50580 NULL
-+fat_readpages_50582 fat_readpages 4 50582 NULL nohasharray
-+pep_reply_50582 pep_reply 5 50582 &fat_readpages_50582
-+iwl_dbgfs_missed_beacon_read_50584 iwl_dbgfs_missed_beacon_read 3-0 50584 NULL nohasharray
-+pcsp_start_playing_50584 pcsp_start_playing 0 50584 &iwl_dbgfs_missed_beacon_read_50584
-+rfcomm_sock_bind_50585 rfcomm_sock_bind 0 50585 NULL
-+show_srp_rport_roles_50588 show_srp_rport_roles 0 50588 NULL
-+build_inv_iommu_pages_50589 build_inv_iommu_pages 2-3 50589 NULL
-+load_map_50592 load_map 0 50592 NULL
-+sge_rx_50594 sge_rx 3 50594 NULL
-+per_cpu_show_50601 per_cpu_show 0 50601 NULL
-+__ext4_journalled_writepage_50603 __ext4_journalled_writepage 0 50603 NULL
-+wl1251_hw_init_pta_50604 wl1251_hw_init_pta 0 50604 NULL nohasharray
-+loop_attr_offset_show_50604 loop_attr_offset_show 0 50604 &wl1251_hw_init_pta_50604
-+xillybus_write_50605 xillybus_write 3-0 50605 NULL
-+marvell_of_reg_init_50608 marvell_of_reg_init 0 50608 NULL
-+lx_hardware_stop_50609 lx_hardware_stop 0 50609 NULL nohasharray
-+show_pwm_ac_50609 show_pwm_ac 0 50609 &lx_hardware_stop_50609
-+ipr_halt_50616 ipr_halt 0 50616 NULL
-+rx_rx_checksum_result_read_50617 rx_rx_checksum_result_read 3-0 50617 NULL
-+get_lid_handling_50618 get_lid_handling 0 50618 NULL nohasharray
-+show_session_param_ISCSI_PARAM_MAX_R2T_50618 show_session_param_ISCSI_PARAM_MAX_R2T 0 50618 &get_lid_handling_50618
-+sparse_early_usemaps_alloc_node_50623 sparse_early_usemaps_alloc_node 4 50623 NULL
-+regcache_rbtree_write_50629 regcache_rbtree_write 2-0 50629 NULL nohasharray
-+macvtap_alloc_skb_50629 macvtap_alloc_skb 2-3-4 50629 &regcache_rbtree_write_50629 nohasharray
-+ip_vs_local_request6_50629 ip_vs_local_request6 0 50629 &macvtap_alloc_skb_50629
-+enic_dev_add_station_addr_50630 enic_dev_add_station_addr 0 50630 NULL
-+simple_transaction_get_50633 simple_transaction_get 3 50633 NULL
-+__vm_enough_memory_50634 __vm_enough_memory 0 50634 NULL nohasharray
-+protocol_id_set_50634 protocol_id_set 0-4 50634 &__vm_enough_memory_50634
-+show_auto_pwm_max_50637 show_auto_pwm_max 0 50637 NULL nohasharray
-+fsp_attr_set_setreg_50637 fsp_attr_set_setreg 0-4 50637 &show_auto_pwm_max_50637
-+bt_sock_create_50641 bt_sock_create 0 50641 NULL
-+gfs2_unstuff_dinode_50644 gfs2_unstuff_dinode 0 50644 NULL
-+mt2063_setreg_50645 mt2063_setreg 0 50645 NULL
-+show_50648 show 0 50648 NULL
-+ext3_readpage_50653 ext3_readpage 0 50653 NULL
-+fat_direct_IO_50654 fat_direct_IO 3 50654 NULL
-+show_fc_rport_node_name_50655 show_fc_rport_node_name 0 50655 NULL
-+snd_seq_ioctl_set_queue_info_50657 snd_seq_ioctl_set_queue_info 0 50657 NULL
-+raid56_parity_alloc_scrub_rbio_50658 raid56_parity_alloc_scrub_rbio 4 50658 NULL
-+__sha1_ssse3_update_50659 __sha1_ssse3_update 0 50659 NULL
-+adcxx_show_min_50663 adcxx_show_min 0 50663 NULL nohasharray
-+iscsi_tpg_param_show_DefaultTime2Wait_50663 iscsi_tpg_param_show_DefaultTime2Wait 0 50663 &adcxx_show_min_50663
-+sys_readv_50664 sys_readv 3 50664 NULL nohasharray
-+ath6kl_tm_rx_event_50664 ath6kl_tm_rx_event 3 50664 &sys_readv_50664
-+bnad_debugfs_read_50665 bnad_debugfs_read 3-0 50665 NULL
-+show_ipv6_iface_ipaddress_50667 show_ipv6_iface_ipaddress 0 50667 NULL
-+ext2_try_to_allocate_with_rsv_50669 ext2_try_to_allocate_with_rsv 2-4-0 50669 NULL
-+addr_len_show_50673 addr_len_show 0 50673 NULL
-+cifsFYI_proc_write_50682 cifsFYI_proc_write 0-3 50682 NULL
-+nvidiafb_check_var_50683 nvidiafb_check_var 0 50683 NULL
-+cca_mode_show_50688 cca_mode_show 0 50688 NULL
-+i2c_smbus_read_byte_data_50689 i2c_smbus_read_byte_data 0 50689 NULL nohasharray
-+target_50689 target 0 50689 &i2c_smbus_read_byte_data_50689
-+store_50690 store 0-3 50690 NULL
-+_ep_queue_50692 _ep_queue 0 50692 NULL
-+xfs_growfs_get_hdr_buf_50697 xfs_growfs_get_hdr_buf 3 50697 NULL
-+dev_mem_read_50706 dev_mem_read 3-0 50706 NULL
-+discover_50707 discover 0 50707 NULL
-+regulator_total_uA_show_50713 regulator_total_uA_show 0 50713 NULL
-+mic_panic_event_50714 mic_panic_event 0 50714 NULL
-+pm_qos_update_target_50721 pm_qos_update_target 0 50721 NULL
-+epool_init_50723 epool_init 2 50723 NULL
-+max8660_ldo67_is_enabled_50729 max8660_ldo67_is_enabled 0 50729 NULL
-+device_attach_50730 device_attach 0 50730 NULL nohasharray
-+xfs_fs_unfreeze_50730 xfs_fs_unfreeze 0 50730 &device_attach_50730
-+mc13xxx_rtc_read_time_50733 mc13xxx_rtc_read_time 0 50733 NULL
-+stripe_cache_active_show_50735 stripe_cache_active_show 0 50735 NULL
-+blk_check_plugged_50736 blk_check_plugged 3 50736 NULL
-+xen_initdom_setup_msi_irqs_50737 xen_initdom_setup_msi_irqs 2 50737 NULL
-+store_fc_private_host_issue_lip_50738 store_fc_private_host_issue_lip 0-4 50738 NULL
-+lcd_power_show_50740 lcd_power_show 0 50740 NULL
-+__ext3_get_inode_loc_50744 __ext3_get_inode_loc 0 50744 NULL
-+e1000_change_mtu_50745 e1000_change_mtu 0 50745 NULL
-+ab3100_set_register_interruptible_50756 ab3100_set_register_interruptible 0 50756 NULL
-+iscsi_sw_tcp_host_get_param_50757 iscsi_sw_tcp_host_get_param 0 50757 NULL
-+skb_padto_50759 skb_padto 2 50759 NULL
-+max8925_set_bits_50760 max8925_set_bits 0 50760 NULL
-+adfs_writepage_50762 adfs_writepage 0 50762 NULL nohasharray
-+policydb_read_50762 policydb_read 0 50762 &adfs_writepage_50762
-+isight_trigger_50765 isight_trigger 0 50765 NULL
-+w1_f1C_write_50766 w1_f1C_write 3 50766 NULL
-+dlm_recover_status_show_50769 dlm_recover_status_show 0 50769 NULL
-+ocfs2_xattr_block_get_50773 ocfs2_xattr_block_get 0 50773 NULL nohasharray
-+get_component_power_status_50773 get_component_power_status 0 50773 &ocfs2_xattr_block_get_50773 nohasharray
-+g_crop_50773 g_crop 0 50773 &get_component_power_status_50773
-+tm6000_read_write_usb_50774 tm6000_read_write_usb 7-0 50774 NULL nohasharray
-+pipe_handler_request_50774 pipe_handler_request 5-0 50774 &tm6000_read_write_usb_50774
-+sr_set_mac_address_50778 sr_set_mac_address 0 50778 NULL
-+target_core_show_dev_udev_path_50780 target_core_show_dev_udev_path 0 50780 NULL nohasharray
-+finish_fw_update_50780 finish_fw_update 0 50780 &target_core_show_dev_udev_path_50780
-+dev_pm_qos_update_flags_50782 dev_pm_qos_update_flags 0 50782 NULL
-+cpuidle_state_store_50783 cpuidle_state_store 0-4 50783 NULL
-+digital_dep_link_up_50786 digital_dep_link_up 5 50786 NULL
-+ping_v4_sendmsg_50787 ping_v4_sendmsg 4-0 50787 NULL
-+cap_vm_enough_memory_50788 cap_vm_enough_memory 0 50788 NULL
-+store_50792 store 0 50792 NULL
-+tpm_write_50798 tpm_write 3-0 50798 NULL
-+write_flush_50803 write_flush 3-0 50803 NULL
-+_nfs4_proc_delegreturn_50805 _nfs4_proc_delegreturn 0 50805 NULL
-+show_ipv6_iface_link_local_autocfg_50807 show_ipv6_iface_link_local_autocfg 0 50807 NULL
-+write_sync_reg_50811 write_sync_reg 0 50811 NULL
-+dvb_play_50814 dvb_play 3-0 50814 NULL
-+ttm_pool_show_50817 ttm_pool_show 0 50817 NULL
-+dpcm_show_state_50827 dpcm_show_state 0 50827 NULL nohasharray
-+init_rx_ring_50827 init_rx_ring 4 50827 &dpcm_show_state_50827 nohasharray
-+wl1251_cmd_data_path_tx_50827 wl1251_cmd_data_path_tx 0 50827 &init_rx_ring_50827
-+acpi_ev_install_gpe_block_50829 acpi_ev_install_gpe_block 2 50829 NULL nohasharray
-+recvmsg_50829 recvmsg 0-4 50829 &acpi_ev_install_gpe_block_50829 nohasharray
-+cfusbl_device_notify_50829 cfusbl_device_notify 0 50829 &recvmsg_50829
-+ecryptfs_write_inode_size_to_metadata_50833 ecryptfs_write_inode_size_to_metadata 0 50833 NULL
-+nft_trans_alloc_50836 nft_trans_alloc 3 50836 NULL
-+inet_getname_50838 inet_getname 0 50838 NULL nohasharray
-+cw1200_sta_add_50838 cw1200_sta_add 0 50838 &inet_getname_50838
-+videobuf_dma_init_user_50839 videobuf_dma_init_user 4-3-0 50839 NULL
-+nilfs_superblock_attr_store_50840 nilfs_superblock_attr_store 0-4 50840 NULL
-+self_check_write_50856 self_check_write 5-0 50856 NULL nohasharray
-+frontend_probe_and_watch_50856 frontend_probe_and_watch 0 50856 &self_check_write_50856
-+carl9170_debugfs_write_50857 carl9170_debugfs_write 3-0 50857 NULL
-+fat_write_begin_50858 fat_write_begin 3-0 50858 NULL
-+matroxfb_dh_set_par_50867 matroxfb_dh_set_par 0 50867 NULL
-+lx_pipe_toggle_state_50874 lx_pipe_toggle_state 0 50874 NULL
-+unmap_and_move_50876 unmap_and_move 0 50876 NULL
-+vmci_transport_notify_send_init_50880 vmci_transport_notify_send_init 0 50880 NULL
-+nla_put_string_50887 nla_put_string 0 50887 NULL
-+SyS_lgetxattr_50889 SyS_lgetxattr 4 50889 NULL
-+mlx5_cmd_status_to_err_50891 mlx5_cmd_status_to_err 0 50891 NULL
-+multicast_querier_store_50895 multicast_querier_store 4-0 50895 NULL
-+migrate_huge_page_move_mapping_50896 migrate_huge_page_move_mapping 0 50896 NULL
-+erst_dbg_read_50897 erst_dbg_read 0-3 50897 NULL
-+subconnector_show_50902 subconnector_show 0 50902 NULL
-+__bdev_writeseg_50903 __bdev_writeseg 4 50903 NULL
-+idr_alloc_cyclic_50904 idr_alloc_cyclic 0 50904 NULL
-+xfs_alloc_get_freelist_50906 xfs_alloc_get_freelist 0 50906 NULL
-+store_tabletYtilt_50907 store_tabletYtilt 0-4 50907 NULL
-+osd_req_write_sg_50908 osd_req_write_sg 5 50908 NULL nohasharray
-+thermal_zone_get_temp_50908 thermal_zone_get_temp 0 50908 &osd_req_write_sg_50908
-+xfs_iext_remove_50909 xfs_iext_remove 3 50909 NULL nohasharray
-+cxacru_sysfs_show_upstream_hec_errors_50909 cxacru_sysfs_show_upstream_hec_errors 0 50909 &xfs_iext_remove_50909
-+blk_rq_cur_sectors_50910 blk_rq_cur_sectors 0 50910 NULL
-+btrfs_bio_wq_end_io_50911 btrfs_bio_wq_end_io 0 50911 NULL
-+wl1271_sysfs_show_hw_pg_ver_50912 wl1271_sysfs_show_hw_pg_ver 0 50912 NULL
-+snd_timer_user_read_50916 snd_timer_user_read 0-3 50916 NULL
-+nilfs_dat_move_50917 nilfs_dat_move 0 50917 NULL
-+wl1271_rx_handle_data_50919 wl1271_rx_handle_data 3 50919 NULL
-+hash_recvmsg_50924 hash_recvmsg 4-0 50924 NULL
-+busnum_show_50927 busnum_show 0 50927 NULL
-+fotg210_urb_enqueue_50931 fotg210_urb_enqueue 0 50931 NULL
-+_ctl_host_sas_address_show_50932 _ctl_host_sas_address_show 0 50932 NULL
-+bond_option_miimon_set_50935 bond_option_miimon_set 0 50935 NULL
-+inet6_bind_50945 inet6_bind 0 50945 NULL nohasharray
-+store_auto_temp_50945 store_auto_temp 0-4 50945 &inet6_bind_50945
-+show_device_status_50947 show_device_status 0 50947 NULL
-+nes_show_ee_data_50948 nes_show_ee_data 0 50948 NULL nohasharray
-+show_port0_50948 show_port0 0 50948 &nes_show_ee_data_50948
-+set_50949 set 0 50949 NULL nohasharray
-+wl1271_op_add_interface_50949 wl1271_op_add_interface 0 50949 &set_50949
-+tp_la_write_50950 tp_la_write 3-0 50950 NULL nohasharray
-+irq_timeout_write_50950 irq_timeout_write 3-0 50950 &tp_la_write_50950 nohasharray
-+mld_newpack_50950 mld_newpack 2 50950 &irq_timeout_write_50950
-+virtio_cread16_50951 virtio_cread16 0 50951 NULL
-+zl10036_write_50952 zl10036_write 0 50952 NULL
-+uwb_rc_mac_addr_set_50953 uwb_rc_mac_addr_set 0 50953 NULL
-+__uncore_thresh5_show_50954 __uncore_thresh5_show 0 50954 NULL nohasharray
-+sdio_uart_write_50954 sdio_uart_write 3 50954 &__uncore_thresh5_show_50954
-+log_head_lsn_show_50956 log_head_lsn_show 0 50956 NULL
-+SyS_setxattr_50957 SyS_setxattr 4 50957 NULL
-+__ntfs_write_inode_50961 __ntfs_write_inode 0 50961 NULL
-+show_temp_offset_50962 show_temp_offset 0 50962 NULL nohasharray
-+rbd_dev_header_info_50962 rbd_dev_header_info 0 50962 &show_temp_offset_50962
-+aty128_var_to_crtc_50963 aty128_var_to_crtc 0 50963 NULL
-+null_final_50967 null_final 0 50967 NULL
-+wusb_chid_store_50968 wusb_chid_store 0-4 50968 NULL
-+set_temp_over_50973 set_temp_over 0-4 50973 NULL
-+typhoon_start_runtime_50974 typhoon_start_runtime 0 50974 NULL
-+iwl_statistics_flag_50981 iwl_statistics_flag 3-0 50981 NULL
-+pm_qos_no_power_off_store_50987 pm_qos_no_power_off_store 0-4 50987 NULL
-+timeout_write_50991 timeout_write 3-0 50991 NULL
-+interval_show_50993 interval_show 0 50993 NULL
-+wm8903_gpio_direction_out_50995 wm8903_gpio_direction_out 0 50995 NULL nohasharray
-+bnx2_request_irq_50995 bnx2_request_irq 0 50995 &wm8903_gpio_direction_out_50995
-+xc5000_tune_digital_50996 xc5000_tune_digital 0 50996 NULL
-+security_load_policy_50997 security_load_policy 0 50997 NULL
-+show_counter_lb_ints_50999 show_counter_lb_ints 0 50999 NULL nohasharray
-+show_host_param_ISCSI_HOST_PARAM_PORT_SPEED_50999 show_host_param_ISCSI_HOST_PARAM_PORT_SPEED 0 50999 &show_counter_lb_ints_50999 nohasharray
-+csio_device_reset_50999 csio_device_reset 0-4 50999 &show_host_param_ISCSI_HOST_PARAM_PORT_SPEED_50999
-+zd_chip_enable_rxtx_51001 zd_chip_enable_rxtx 0 51001 NULL
-+proc_write_51003 proc_write 3-0 51003 NULL nohasharray
-+channel_ce_count_show_51003 channel_ce_count_show 0 51003 &proc_write_51003
-+ppp_read_51017 ppp_read 0-3 51017 NULL
-+img_pwm_config_51020 img_pwm_config 0 51020 NULL
-+lbs_dev_info_51023 lbs_dev_info 3-0 51023 NULL nohasharray
-+il4965_get_tx_atten_grp_51023 il4965_get_tx_atten_grp 0 51023 &lbs_dev_info_51023
-+qla2x00_sysfs_write_fw_dump_51025 qla2x00_sysfs_write_fw_dump 0-6-5 51025 NULL
-+brcm_phy_setbits_51027 brcm_phy_setbits 0 51027 NULL
-+fuse_conn_congestion_threshold_read_51028 fuse_conn_congestion_threshold_read 3-0 51028 NULL
-+xfs_dir2_grow_inode_51030 xfs_dir2_grow_inode 0 51030 NULL
-+mv88e6xxx_phy_read_indirect_51035 mv88e6xxx_phy_read_indirect 2 51035 NULL
-+dump_midi_51040 dump_midi 3 51040 NULL nohasharray
-+cma_free_write_51040 cma_free_write 2 51040 &dump_midi_51040
-+usb_get_descriptor_51041 usb_get_descriptor 0 51041 NULL
-+srpt_alloc_ioctx_51042 srpt_alloc_ioctx 2-3 51042 NULL nohasharray
-+i915_gem_object_get_pages_phys_51042 i915_gem_object_get_pages_phys 0 51042 &srpt_alloc_ioctx_51042 nohasharray
-+req_run_51042 req_run 0 51042 &i915_gem_object_get_pages_phys_51042
-+store_detach_51045 store_detach 0-4 51045 NULL
-+show_51050 show 0 51050 NULL nohasharray
-+carl9170_mac_reset_51050 carl9170_mac_reset 0 51050 &show_51050
-+xc5000_readreg_51051 xc5000_readreg 0 51051 NULL
-+do_arpt_set_ctl_51053 do_arpt_set_ctl 4 51053 NULL
-+afs_launder_page_51055 afs_launder_page 0 51055 NULL
-+_ctl_version_fw_show_51059 _ctl_version_fw_show 0 51059 NULL nohasharray
-+bnep_net_set_mac_addr_51059 bnep_net_set_mac_addr 0 51059 &_ctl_version_fw_show_51059
-+wusb_prf_64_51065 wusb_prf_64 7-0 51065 NULL
-+rsc_mgr_init_51067 rsc_mgr_init 3 51067 NULL nohasharray
-+bd2802_store_reg0x08_51067 bd2802_store_reg0x08 0-4 51067 &rsc_mgr_init_51067 nohasharray
-+rtc_sysfs_set_wakealarm_51067 rtc_sysfs_set_wakealarm 0-4 51067 &bd2802_store_reg0x08_51067
-+zatm_open_51077 zatm_open 0 51077 NULL nohasharray
-+store_drivers_probe_51077 store_drivers_probe 0-3 51077 &zatm_open_51077
-+sys32_pwrite_51079 sys32_pwrite 3 51079 NULL
-+removable_show_51080 removable_show 0 51080 NULL
-+usb_sleep_charge_show_51081 usb_sleep_charge_show 0 51081 NULL
-+sock_no_sendmsg_51082 sock_no_sendmsg 0-4 51082 NULL
-+register_jprobes_51086 register_jprobes 0 51086 NULL
-+bond_vlan_rx_add_vid_51087 bond_vlan_rx_add_vid 0 51087 NULL
-+jbd2_journal_init_revoke_51088 jbd2_journal_init_revoke 2 51088 NULL
-+nilfs_checkpoints_next_checkpoint_show_51093 nilfs_checkpoints_next_checkpoint_show 0 51093 NULL
-+solo_enc_v4l2_init_51094 solo_enc_v4l2_init 2 51094 NULL
-+__ocfs2_find_path_51096 __ocfs2_find_path 0 51096 NULL
-+hci_req_run_skb_51098 hci_req_run_skb 0 51098 NULL
-+ath10k_vdev_start_51101 ath10k_vdev_start 0 51101 NULL
-+target_stat_scsi_auth_intr_show_attr_att_count_51106 target_stat_scsi_auth_intr_show_attr_att_count 0 51106 NULL
-+ti_recv_51110 ti_recv 3 51110 NULL nohasharray
-+w1_ds2781_do_io_51110 w1_ds2781_do_io 0-4-3 51110 &ti_recv_51110
-+iwl_set_Xtal_calib_51112 iwl_set_Xtal_calib 0 51112 NULL
-+of_clk_get_parent_count_51114 of_clk_get_parent_count 0 51114 NULL
-+iscsi_nop_out_rsp_51117 iscsi_nop_out_rsp 4 51117 NULL nohasharray
-+gpio_keys_attr_show_helper_51117 gpio_keys_attr_show_helper 0 51117 &iscsi_nop_out_rsp_51117
-+xfs_file_splice_read_51121 xfs_file_splice_read 0 51121 NULL
-+do_vfs_lock_51127 do_vfs_lock 0 51127 NULL
-+ips_write_info_51128 ips_write_info 0-3 51128 NULL
-+sym_user_command_51129 sym_user_command 0-3 51129 NULL
-+__atomic_notifier_call_chain_51130 __atomic_notifier_call_chain 0 51130 NULL nohasharray
-+cluster_cluster_name_write_51130 cluster_cluster_name_write 0-3 51130 &__atomic_notifier_call_chain_51130
-+amanda_help_51133 amanda_help 0 51133 NULL
-+ltc4260_show_value_51135 ltc4260_show_value 0 51135 NULL nohasharray
-+unfreeze_fs_51135 unfreeze_fs 0 51135 &ltc4260_show_value_51135
-+alloc_rtllib_51136 alloc_rtllib 1 51136 NULL
-+reg_read_51137 reg_read 0 51137 NULL nohasharray
-+ath10k_bmi_write_memory_51137 ath10k_bmi_write_memory 0 51137 &reg_read_51137
-+show_in_input_51138 show_in_input 0 51138 NULL
-+simple_xattr_set_51140 simple_xattr_set 4-0 51140 NULL
-+saa7134_alsa_dma_init_51143 saa7134_alsa_dma_init 2 51143 NULL nohasharray
-+elan_smbus_iap_get_mode_51143 elan_smbus_iap_get_mode 0 51143 &saa7134_alsa_dma_init_51143
-+acpi_ps_get_aml_opcode_51145 acpi_ps_get_aml_opcode 0 51145 NULL
-+xfs_trans_get_efd_51148 xfs_trans_get_efd 3 51148 NULL
-+compat_sys_pwritev64_51151 compat_sys_pwritev64 3 51151 NULL nohasharray
-+cyapa_reinitialize_51151 cyapa_reinitialize 0 51151 &compat_sys_pwritev64_51151
-+__smsc911x_reg_read_51152 __smsc911x_reg_read 0 51152 NULL
-+show_temp_max_alarm_51154 show_temp_max_alarm 0 51154 NULL
-+driver_attach_51156 driver_attach 0 51156 NULL
-+device_rev_show_51157 device_rev_show 0 51157 NULL
-+walk_page_buffers_51170 walk_page_buffers 0 51170 NULL
-+cap_task_setscheduler_51171 cap_task_setscheduler 0 51171 NULL
-+online_store_51175 online_store 0-4 51175 NULL
-+show_counter_rx_tid_valid_errs_51183 show_counter_rx_tid_valid_errs 0 51183 NULL
-+cbaf_wusb_device_name_show_51184 cbaf_wusb_device_name_show 0 51184 NULL
-+read_dsattenuation_51185 read_dsattenuation 0 51185 NULL
-+v9fs_listxattr_51189 v9fs_listxattr 0-3 51189 NULL
-+i40evf_acquire_msix_vectors_51190 i40evf_acquire_msix_vectors 2 51190 NULL nohasharray
-+nfs4_call_sync_sequence_51190 nfs4_call_sync_sequence 0 51190 &i40evf_acquire_msix_vectors_51190
-+dpms_show_51191 dpms_show 0 51191 NULL
-+get_uint_51193 get_uint 0 51193 NULL
-+queue_requests_store_51194 queue_requests_store 3-0 51194 NULL
-+skb_copy_datagram_iter_51197 skb_copy_datagram_iter 4-2-0 51197 NULL
-+nilfs_dev_attr_show_51198 nilfs_dev_attr_show 0 51198 NULL
-+atl1e_write_phy_reg_51200 atl1e_write_phy_reg 0 51200 NULL
-+metrics_reset_store_51203 metrics_reset_store 0-4 51203 NULL
-+rx8025_write_reg_51207 rx8025_write_reg 0 51207 NULL
-+m48t59_nvram_read_51209 m48t59_nvram_read 0-5-6 51209 NULL
-+sr_done_51211 sr_done 0 51211 NULL
-+solo_enc_queue_setup_51213 solo_enc_queue_setup 0 51213 NULL
-+rw_checks_51214 rw_checks 0 51214 NULL nohasharray
-+handle_static_data_51214 handle_static_data 0 51214 &rw_checks_51214
-+lpfc_oas_vpt_store_51216 lpfc_oas_vpt_store 0-4 51216 NULL
-+ext4_init_block_bitmap_51217 ext4_init_block_bitmap 3 51217 NULL
-+kgdb_panic_event_51226 kgdb_panic_event 0 51226 NULL
-+iwl_dbgfs_bcast_filters_macs_read_51231 iwl_dbgfs_bcast_filters_macs_read 3-0 51231 NULL nohasharray
-+__gfs2_jdata_writepage_51231 __gfs2_jdata_writepage 0 51231 &iwl_dbgfs_bcast_filters_macs_read_51231
-+nf_ct_ext_create_51232 nf_ct_ext_create 3 51232 NULL
-+snd_pcm_write_51235 snd_pcm_write 3-0 51235 NULL nohasharray
-+bnx2x_rss_51235 bnx2x_rss 0 51235 &snd_pcm_write_51235
-+goto_high_power_51237 goto_high_power 0 51237 NULL
-+drm_property_create_51239 drm_property_create 4 51239 NULL
-+ath10k_bmi_fast_download_51242 ath10k_bmi_fast_download 0 51242 NULL
-+show_sas_end_dev_tlr_enabled_51243 show_sas_end_dev_tlr_enabled 0 51243 NULL
-+show_constraint_min_power_uw_51248 show_constraint_min_power_uw 0 51248 NULL
-+__mxt_read_reg_51249 __mxt_read_reg 0 51249 NULL
-+st_read_51251 st_read 3-0 51251 NULL nohasharray
-+nfs_instantiate_51251 nfs_instantiate 0 51251 &st_read_51251
-+uds_s_stream_51259 uds_s_stream 0 51259 NULL
-+b43legacy_radio_set_interference_mitigation_51260 b43legacy_radio_set_interference_mitigation 0 51260 NULL
-+nr_hugepages_show_common_51261 nr_hugepages_show_common 0 51261 NULL
-+compat_dccp_setsockopt_51263 compat_dccp_setsockopt 5 51263 NULL nohasharray
-+ipv4_blackhole_mtu_51263 ipv4_blackhole_mtu 0 51263 &compat_dccp_setsockopt_51263
-+ath10k_dbg_sta_write_addba_51264 ath10k_dbg_sta_write_addba 3-0 51264 NULL nohasharray
-+target_alloc_sgl_51264 target_alloc_sgl 3 51264 &ath10k_dbg_sta_write_addba_51264 nohasharray
-+channelmap_show_51264 channelmap_show 0 51264 &target_alloc_sgl_51264
-+target_stat_scsi_port_show_attr_indx_51265 target_stat_scsi_port_show_attr_indx 0 51265 NULL
-+e100_up_51268 e100_up 0 51268 NULL
-+pm8001_tag_alloc_51273 pm8001_tag_alloc 0 51273 NULL nohasharray
-+v9fs_statfs_51273 v9fs_statfs 0 51273 &pm8001_tag_alloc_51273 nohasharray
-+softing_reset_chip_51273 softing_reset_chip 0 51273 &v9fs_statfs_51273
-+dvb_audio_write_51275 dvb_audio_write 3-0 51275 NULL
-+ipwireless_network_packet_received_51277 ipwireless_network_packet_received 4 51277 NULL
-+send_51279 send 0 51279 NULL nohasharray
-+store_scan_age_51279 store_scan_age 0-4 51279 &send_51279
-+mma8452_show_scale_avail_51281 mma8452_show_scale_avail 0 51281 NULL
-+kasan_mem_notifier_51283 kasan_mem_notifier 0 51283 NULL
-+snd_usX2Y_pcm_trigger_51287 snd_usX2Y_pcm_trigger 0 51287 NULL
-+pvr2_std_id_to_str_51288 pvr2_std_id_to_str 2 51288 NULL nohasharray
-+sample_new_51288 sample_new 0 51288 &pvr2_std_id_to_str_51288
-+dmi_sysfs_entry_handle_51291 dmi_sysfs_entry_handle 0 51291 NULL
-+asl_urb_enqueue_51292 asl_urb_enqueue 0 51292 NULL
-+disable_51293 disable 0 51293 NULL
-+chip_name_show_51296 chip_name_show 0 51296 NULL
-+f_ecm_opts_attr_store_51297 f_ecm_opts_attr_store 0-4 51297 NULL
-+ov7660_set_gain_51299 ov7660_set_gain 0 51299 NULL nohasharray
-+store_fc_host_vport_delete_51299 store_fc_host_vport_delete 0-4 51299 &ov7660_set_gain_51299
-+nv_open_51300 nv_open 0 51300 NULL
-+niu_init_one_tx_channel_51302 niu_init_one_tx_channel 0 51302 NULL
-+get_sset_count_51303 get_sset_count 0 51303 NULL
-+bnad_debugfs_read_regrd_51308 bnad_debugfs_read_regrd 3-0 51308 NULL nohasharray
-+bd2802_store_reg0x0c_51308 bd2802_store_reg0x0c 0-4 51308 &bnad_debugfs_read_regrd_51308 nohasharray
-+statfs_quantum_store_51308 statfs_quantum_store 3-0 51308 &bd2802_store_reg0x0c_51308
-+ad7877_gpio4_store_51311 ad7877_gpio4_store 0-4 51311 NULL
-+snd_seq_port_connect_51312 snd_seq_port_connect 0 51312 NULL
-+init_map_ipmac_51317 init_map_ipmac 5 51317 NULL
-+ad9523_sync_51318 ad9523_sync 0 51318 NULL
-+ocfs2_read_inode_block_51319 ocfs2_read_inode_block 0 51319 NULL
-+alloc_hippi_dev_51320 alloc_hippi_dev 1 51320 NULL
-+get_baseline_data_51321 get_baseline_data 0 51321 NULL
-+ext2_xattr_get_51327 ext2_xattr_get 0 51327 NULL
-+is_selfpowered_show_51329 is_selfpowered_show 0 51329 NULL
-+smk_write_ptrace_51333 smk_write_ptrace 3-0 51333 NULL
-+alloc_smp_req_51337 alloc_smp_req 1 51337 NULL
-+pscsi_set_configfs_dev_params_51339 pscsi_set_configfs_dev_params 0-3 51339 NULL
-+device_user_purge_51340 device_user_purge 0 51340 NULL
-+ipw_get_event_log_len_51341 ipw_get_event_log_len 0 51341 NULL
-+max197_show_name_51344 max197_show_name 0 51344 NULL nohasharray
-+prepare_header100_51344 prepare_header100 0 51344 &max197_show_name_51344
-+wm8903_gpio_request_51347 wm8903_gpio_request 0 51347 NULL
-+beiscsi_fw_ver_disp_51349 beiscsi_fw_ver_disp 0 51349 NULL
-+st_sensors_set_dataready_irq_51350 st_sensors_set_dataready_irq 0 51350 NULL
-+icmp_error_message_51353 icmp_error_message 0 51353 NULL
-+ft_format_wwn_51355 ft_format_wwn 0 51355 NULL
-+snd_p16v_pcm_prepare_playback_51359 snd_p16v_pcm_prepare_playback 0 51359 NULL
-+wl1251_acx_bcn_dtim_options_51362 wl1251_acx_bcn_dtim_options 0 51362 NULL
-+show_hue_51369 show_hue 0 51369 NULL
-+ieee80211_if_fmt_estab_plinks_51370 ieee80211_if_fmt_estab_plinks 3 51370 NULL
-+radeon_kms_compat_ioctl_51371 radeon_kms_compat_ioctl 2 51371 NULL
-+try_to_freeze_tasks_51375 try_to_freeze_tasks 0 51375 NULL
-+qla2x00_allow_cna_fw_dump_show_51376 qla2x00_allow_cna_fw_dump_show 0 51376 NULL
-+geneve_xmit_skb_51377 geneve_xmit_skb 13 51377 NULL nohasharray
-+__uncore_qlx_cfg_show_51377 __uncore_qlx_cfg_show 0 51377 &geneve_xmit_skb_51377
-+ath10k_dbg_sta_read_aggr_mode_51381 ath10k_dbg_sta_read_aggr_mode 3-0 51381 NULL nohasharray
-+btrfs_wq_submit_bio_51381 btrfs_wq_submit_bio 0 51381 &ath10k_dbg_sta_read_aggr_mode_51381
-+bmAttributes_show_51384 bmAttributes_show 0 51384 NULL
-+ocfs2_file_read_iter_51386 ocfs2_file_read_iter 0 51386 NULL
-+sru_s_ctrl_51389 sru_s_ctrl 0 51389 NULL
-+compass_power_mode_store_51391 compass_power_mode_store 0-4 51391 NULL
-+efx_ethtool_fill_self_tests_51396 efx_ethtool_fill_self_tests 0 51396 NULL
-+ds1343_show_alarmmode_51397 ds1343_show_alarmmode 0 51397 NULL
-+rmw_protect_51409 rmw_protect 0 51409 NULL nohasharray
-+rtl8180_init_hw_51409 rtl8180_init_hw 0 51409 &rmw_protect_51409 nohasharray
-+iwl_mvm_mac_ctxt_cmd_p2p_device_51409 iwl_mvm_mac_ctxt_cmd_p2p_device 0 51409 &rtl8180_init_hw_51409
-+cma_bitmap_aligned_offset_51412 cma_bitmap_aligned_offset 0-2 51412 NULL
-+cifs_readdata_to_iov_51417 cifs_readdata_to_iov 0 51417 NULL
-+x86_swiotlb_free_coherent_51421 x86_swiotlb_free_coherent 2 51421 NULL
-+blk_register_region_51424 blk_register_region 1-2 51424 NULL
-+x1205_set_datetime_51428 x1205_set_datetime 0 51428 NULL
-+mwifiex_rdeeprom_read_51429 mwifiex_rdeeprom_read 3-0 51429 NULL
-+part_start_show_51431 part_start_show 0 51431 NULL nohasharray
-+mwifiex_cmd_802_11_key_material_51431 mwifiex_cmd_802_11_key_material 0 51431 &part_start_show_51431
-+uvc_video_clock_init_51432 uvc_video_clock_init 0 51432 NULL
-+hfsplus_brec_read_51436 hfsplus_brec_read 0 51436 NULL
-+xfs_mod_incore_sb_unlocked_51439 xfs_mod_incore_sb_unlocked 0 51439 NULL
-+ieee80211_if_read_dot11MeshHWMPRootMode_51441 ieee80211_if_read_dot11MeshHWMPRootMode 3-0 51441 NULL nohasharray
-+power_limit_0_min_uw_show_51441 power_limit_0_min_uw_show 0 51441 &ieee80211_if_read_dot11MeshHWMPRootMode_51441
-+print_devstats_dot11ACKFailureCount_51443 print_devstats_dot11ACKFailureCount 3 51443 NULL
-+ipath_tid_update_51445 ipath_tid_update 0 51445 NULL
-+yam_open_51447 yam_open 0 51447 NULL
-+roccat_common2_sysfs_read_light_macro_51451 roccat_common2_sysfs_read_light_macro 0-5-6 51451 NULL
-+axnet_open_51453 axnet_open 0 51453 NULL
-+ip_vs_local_request4_51455 ip_vs_local_request4 0 51455 NULL
-+gdth_halt_51460 gdth_halt 0 51460 NULL
-+get_cur_state_51461 get_cur_state 0 51461 NULL nohasharray
-+ov9640_g_crop_51461 ov9640_g_crop 0 51461 &get_cur_state_51461
-+vmxnet3_acquire_msix_vectors_51462 vmxnet3_acquire_msix_vectors 2 51462 NULL
-+nvkm_vm_create_51466 nvkm_vm_create 3-2 51466 NULL
-+__gsc_s_ctrl_51470 __gsc_s_ctrl 0 51470 NULL
-+count_trail_chars_51471 count_trail_chars 0 51471 NULL
-+____alloc_ei_netdev_51475 ____alloc_ei_netdev 1 51475 NULL nohasharray
-+arcmsr_attr_host_fw_sdram_size_51475 arcmsr_attr_host_fw_sdram_size 0 51475 &____alloc_ei_netdev_51475 nohasharray
-+__vlan_vid_add_51475 __vlan_vid_add 0 51475 &arcmsr_attr_host_fw_sdram_size_51475
-+xfs_buf_get_uncached_51477 xfs_buf_get_uncached 2 51477 NULL
-+calc_send_wqe_51480 calc_send_wqe 0 51480 NULL nohasharray
-+logi_dj_hidpp_event_51480 logi_dj_hidpp_event 4 51480 &calc_send_wqe_51480
-+geodewdt_write_51486 geodewdt_write 0-3 51486 NULL
-+nested_vmx_store_msr_51490 nested_vmx_store_msr 2 51490 NULL nohasharray
-+wl18xx_enable_interrupts_51490 wl18xx_enable_interrupts 0 51490 &nested_vmx_store_msr_51490
-+show_temp_tolerance_51491 show_temp_tolerance 0 51491 NULL
-+kvm_fetch_guest_virt_51493 kvm_fetch_guest_virt 2-4 51493 NULL
-+delay_show_51497 delay_show 0 51497 NULL
-+fuse_read_batch_forget_51501 fuse_read_batch_forget 0 51501 NULL
-+get_dev_status_51505 get_dev_status 0 51505 NULL
-+udf_write_inode_51511 udf_write_inode 0 51511 NULL nohasharray
-+irda_open_tsap_51511 irda_open_tsap 0 51511 &udf_write_inode_51511
-+il3945_show_measurement_51513 il3945_show_measurement 0 51513 NULL
-+__isl29003_write_reg_51515 __isl29003_write_reg 0 51515 NULL
-+tw9910_set_frame_51517 tw9910_set_frame 0 51517 NULL
-+store_51519 store 0-3 51519 NULL
-+show_dts_51521 show_dts 0 51521 NULL
-+ieee80211_if_write_uapsd_queues_51526 ieee80211_if_write_uapsd_queues 3-0 51526 NULL
-+atkbd_show_force_release_51527 atkbd_show_force_release 0 51527 NULL
-+upload_code_51528 upload_code 0 51528 NULL
-+key_search_51533 key_search 0 51533 NULL
-+vid_show_51538 vid_show 0 51538 NULL
-+iio_read_const_attr_51541 iio_read_const_attr 0 51541 NULL nohasharray
-+carl9170_read_reg_51541 carl9170_read_reg 0 51541 &iio_read_const_attr_51541
-+pci_quatech_init_51542 pci_quatech_init 0 51542 NULL
-+new_offset_show_51546 new_offset_show 0 51546 NULL
-+store_hairpin_mode_51547 store_hairpin_mode 0 51547 NULL
-+mbox_write_51548 mbox_write 3-0 51548 NULL
-+__alloc_eip_netdev_51549 __alloc_eip_netdev 1 51549 NULL nohasharray
-+pyra_sysfs_read_profile_buttons_51549 pyra_sysfs_read_profile_buttons 0-5-6 51549 &__alloc_eip_netdev_51549
-+security_kernel_fw_from_file_51553 security_kernel_fw_from_file 0 51553 NULL
-+broadsheet_verify_spiflash_51559 broadsheet_verify_spiflash 0 51559 NULL
-+icmp_manip_pkt_51560 icmp_manip_pkt 4 51560 NULL nohasharray
-+padlock_sha256_final_nano_51560 padlock_sha256_final_nano 0 51560 &icmp_manip_pkt_51560
-+write_u64_51561 write_u64 0 51561 NULL
-+read_fw_51564 read_fw 0-5-6 51564 NULL
-+tx_sg_51567 tx_sg 0 51567 NULL
-+batadv_tt_prepare_tvlv_local_data_51568 batadv_tt_prepare_tvlv_local_data 0 51568 NULL
-+netlink_broadcast_51573 netlink_broadcast 0 51573 NULL
-+bt_sock_stream_recvmsg_51582 bt_sock_stream_recvmsg 3 51582 NULL
-+mlx4_en_vlan_rx_add_vid_51584 mlx4_en_vlan_rx_add_vid 0 51584 NULL
-+eeprom_93xx46_store_erase_51585 eeprom_93xx46_store_erase 0-4 51585 NULL
-+ixgb_get_eeprom_len_51586 ixgb_get_eeprom_len 0 51586 NULL
-+hdaps_invert_store_51587 hdaps_invert_store 0-4 51587 NULL
-+snd_interval_refine_first_51589 snd_interval_refine_first 0 51589 NULL nohasharray
-+atkbd_do_set_extra_51589 atkbd_do_set_extra 0-4 51589 &snd_interval_refine_first_51589
-+ip6_tnl_change_mtu_51594 ip6_tnl_change_mtu 0 51594 NULL
-+show_sas_phy_maximum_linkrate_51597 show_sas_phy_maximum_linkrate 0 51597 NULL
-+aac_convert_sgraw2_51598 aac_convert_sgraw2 4 51598 NULL
-+ecryptfs_privileged_open_51600 ecryptfs_privileged_open 0 51600 NULL
-+lpfc_hba_init_link_51601 lpfc_hba_init_link 0 51601 NULL
-+rfcomm_tty_write_51603 rfcomm_tty_write 3 51603 NULL nohasharray
-+bch_strtouint_h_51603 bch_strtouint_h 0 51603 &rfcomm_tty_write_51603
-+_nfs4_proc_link_51608 _nfs4_proc_link 0 51608 NULL
-+cmd_complete_51629 cmd_complete 6 51629 NULL nohasharray
-+wait_for_completion_timeout_51629 wait_for_completion_timeout 0 51629 &cmd_complete_51629
-+sctp_auth_create_key_51641 sctp_auth_create_key 1 51641 NULL
-+isl_upload_firmware_51646 isl_upload_firmware 0 51646 NULL
-+iscsi_create_session_51647 iscsi_create_session 3 51647 NULL
-+si4713_set_mute_51651 si4713_set_mute 0 51651 NULL
-+snd_vt1724_playback_spdif_prepare_51661 snd_vt1724_playback_spdif_prepare 0 51661 NULL
-+emmaprp_queue_setup_51666 emmaprp_queue_setup 0 51666 NULL
-+ps_upsd_utilization_read_51669 ps_upsd_utilization_read 3-0 51669 NULL
-+net1080_check_connect_51673 net1080_check_connect 0 51673 NULL
-+ixgbe_read_posted_mbx_51676 ixgbe_read_posted_mbx 0 51676 NULL
-+mma8452_show_int_plus_micros_51679 mma8452_show_int_plus_micros 0 51679 NULL nohasharray
-+host_store_hp_ssd_smart_path_status_51679 host_store_hp_ssd_smart_path_status 0-4 51679 &mma8452_show_int_plus_micros_51679
-+cyapa_update_rt_suspend_scanrate_51680 cyapa_update_rt_suspend_scanrate 0-4 51680 NULL
-+acpi_ut_walk_package_tree_51681 acpi_ut_walk_package_tree 0 51681 NULL nohasharray
-+padlock_sha1_final_nano_51681 padlock_sha1_final_nano 0 51681 &acpi_ut_walk_package_tree_51681
-+sctp_setsockopt_associnfo_51684 sctp_setsockopt_associnfo 3-0 51684 NULL
-+xfs_attr_rmtval_remove_51686 xfs_attr_rmtval_remove 0 51686 NULL nohasharray
-+ad9523_io_update_51686 ad9523_io_update 0 51686 &xfs_attr_rmtval_remove_51686
-+sfi_sysfs_install_table_51688 sfi_sysfs_install_table 1 51688 NULL nohasharray
-+igbvf_get_eeprom_len_51688 igbvf_get_eeprom_len 0 51688 &sfi_sysfs_install_table_51688
-+intel_xpower_pmic_get_raw_temp_51690 intel_xpower_pmic_get_raw_temp 0 51690 NULL nohasharray
-+request_key_auth_preparse_51690 request_key_auth_preparse 0 51690 &intel_xpower_pmic_get_raw_temp_51690
-+isi_camera_get_formats_51692 isi_camera_get_formats 0 51692 NULL
-+rtw_os_xmit_resource_alloc23a_51693 rtw_os_xmit_resource_alloc23a 3 51693 NULL
-+ocfs2_readpage_51699 ocfs2_readpage 0 51699 NULL
-+md5_update_51700 md5_update 0 51700 NULL
-+qla2x00_zio_timer_store_51701 qla2x00_zio_timer_store 0-4 51701 NULL
-+bmp085_get_temperature_51702 bmp085_get_temperature 0 51702 NULL
-+fat_clusters_flush_51703 fat_clusters_flush 0 51703 NULL
-+sel_write_access_51704 sel_write_access 3 51704 NULL
-+cx25840_s_mbus_fmt_51707 cx25840_s_mbus_fmt 0 51707 NULL
-+irq_alloc_hwirqs_51714 irq_alloc_hwirqs 1 51714 NULL nohasharray
-+tty_cdev_add_51714 tty_cdev_add 2-4 51714 &irq_alloc_hwirqs_51714
-+gem_alloc_skb_51715 gem_alloc_skb 2 51715 NULL
-+v9fs_alloc_rdir_buf_51716 v9fs_alloc_rdir_buf 2 51716 NULL
-+drm_compat_ioctl_51717 drm_compat_ioctl 2 51717 NULL
-+ocfs2_xattr_user_get_51723 ocfs2_xattr_user_get 0 51723 NULL
-+sg_read_oxfer_51724 sg_read_oxfer 3 51724 NULL
-+str_read_51731 str_read 4-0 51731 NULL
-+cm4040_read_51732 cm4040_read 3-0 51732 NULL
-+hid_parse_report_51737 hid_parse_report 3 51737 NULL nohasharray
-+tvp5150_mbus_fmt_51737 tvp5150_mbus_fmt 0 51737 &hid_parse_report_51737
-+qt1010_readreg_51740 qt1010_readreg 0 51740 NULL
-+mt2063_get_dnc_output_enable_51744 mt2063_get_dnc_output_enable 0 51744 NULL
-+get_user_pages_fast_51751 get_user_pages_fast 0 51751 NULL
-+ifx_spi_insert_flip_string_51752 ifx_spi_insert_flip_string 3 51752 NULL nohasharray
-+opticon_write_room_51752 opticon_write_room 0 51752 &ifx_spi_insert_flip_string_51752 nohasharray
-+set_alarm_mask_51752 set_alarm_mask 0-4 51752 &opticon_write_room_51752
-+aac_change_queue_depth_51753 aac_change_queue_depth 2-0 51753 NULL
-+if_write_51756 if_write 3 51756 NULL
-+ioremap_prot_51764 ioremap_prot 2-1 51764 NULL
-+iio_buffer_add_channel_sysfs_51766 iio_buffer_add_channel_sysfs 0 51766 NULL
-+ican3_set_termination_51769 ican3_set_termination 0 51769 NULL
-+__fswab32_51781 __fswab32 0 51781 NULL
-+transmit_led_message_51782 transmit_led_message 0-3 51782 NULL
-+out_of_line_wait_on_bit_51783 out_of_line_wait_on_bit 0 51783 NULL
-+expkey_parse_51787 expkey_parse 0 51787 NULL
-+ssd1307fb_alloc_array_51788 ssd1307fb_alloc_array 1 51788 NULL
-+dev_init_pre_alt_51793 dev_init_pre_alt 0 51793 NULL
-+pccard_store_insert_51794 pccard_store_insert 0-4 51794 NULL
-+every_nth_store_51795 every_nth_store 0-3 51795 NULL
-+hfsplus_listxattr_51796 hfsplus_listxattr 0-3 51796 NULL
-+c2port_write_flash_data_51797 c2port_write_flash_data 0-5-6 51797 NULL
-+pm_qos_resume_latency_show_51798 pm_qos_resume_latency_show 0 51798 NULL
-+acpi_table_parse_entries_51801 acpi_table_parse_entries 0 51801 NULL
-+fc0013_set_params_51810 fc0013_set_params 0 51810 NULL
-+qlcnic_82xx_get_pci_info_51814 qlcnic_82xx_get_pci_info 0 51814 NULL nohasharray
-+store_51814 store 0-3 51814 &qlcnic_82xx_get_pci_info_51814
-+edd_show_default_cylinders_51815 edd_show_default_cylinders 0 51815 NULL
-+qib_alloc_devdata_51819 qib_alloc_devdata 2 51819 NULL
-+scsi_format_opcode_name_51826 scsi_format_opcode_name 0-2 51826 NULL nohasharray
-+buffer_from_user_51826 buffer_from_user 3 51826 &scsi_format_opcode_name_51826
-+MoxaPortTxFree_51829 MoxaPortTxFree 0 51829 NULL
-+topology_add_dev_51831 topology_add_dev 0 51831 NULL
-+_write_user_prot_reg_51832 _write_user_prot_reg 0 51832 NULL
-+rbd_dev_v1_header_info_51837 rbd_dev_v1_header_info 0 51837 NULL
-+write_packet_51838 write_packet 0 51838 NULL
-+wl1251_acx_sg_enable_51840 wl1251_acx_sg_enable 0 51840 NULL nohasharray
-+store_filter_select_51840 store_filter_select 0-4 51840 &wl1251_acx_sg_enable_51840
-+uinput_setup_device_51841 uinput_setup_device 0 51841 NULL
-+zd_set_encryption_type_51842 zd_set_encryption_type 0 51842 NULL
-+raw6_getfrag_51846 raw6_getfrag 3-4 51846 NULL nohasharray
-+wwan_store_51846 wwan_store 4-0 51846 &raw6_getfrag_51846
-+ioread32_51847 ioread32 0 51847 NULL nohasharray
-+read_file_tgt_tx_stats_51847 read_file_tgt_tx_stats 3-0 51847 &ioread32_51847
-+do_readv_writev_51849 do_readv_writev 4-0 51849 NULL
-+vti6_dev_init_51851 vti6_dev_init 0 51851 NULL nohasharray
-+set_interval_51851 set_interval 0-4 51851 &vti6_dev_init_51851
-+SYSC_sendto_51852 SYSC_sendto 6-3 51852 NULL nohasharray
-+set_frame_retries_51852 set_frame_retries 0 51852 &SYSC_sendto_51852
-+show_hairpin_mode_51853 show_hairpin_mode 0 51853 NULL
-+pointer_size_read_51863 pointer_size_read 3-0 51863 NULL
-+cfhsi_up_51866 cfhsi_up 0 51866 NULL
-+qla2x00_mpi_version_show_51867 qla2x00_mpi_version_show 0 51867 NULL
-+get_indirect_ea_51869 get_indirect_ea 4 51869 NULL nohasharray
-+create_beep_ctls_51869 create_beep_ctls 0 51869 &get_indirect_ea_51869
-+reg_write_multiple_51871 reg_write_multiple 0 51871 NULL
-+rx_fifo_errors_show_51874 rx_fifo_errors_show 0 51874 NULL
-+user_read_51881 user_read 3 51881 NULL
-+dbAdjCtl_51888 dbAdjCtl 0 51888 NULL
-+b44_readphy_51890 b44_readphy 0 51890 NULL
-+nilfs_cleanup_super_51892 nilfs_cleanup_super 0 51892 NULL
-+fcoe_destroy_51895 fcoe_destroy 0 51895 NULL
-+virt_to_phys_51896 virt_to_phys 0 51896 NULL nohasharray
-+SyS_mq_timedsend_51896 SyS_mq_timedsend 3 51896 &virt_to_phys_51896
-+qla2x00_isp_name_show_51897 qla2x00_isp_name_show 0 51897 NULL
-+query_gid_51901 query_gid 0 51901 NULL
-+get_pages_51902 get_pages 0 51902 NULL
-+snd_trident_spdif_prepare_51903 snd_trident_spdif_prepare 0 51903 NULL nohasharray
-+solo_p2m_dma_51903 solo_p2m_dma 0 51903 &snd_trident_spdif_prepare_51903
-+host_lock_store_51904 host_lock_store 0-3 51904 NULL
-+read_live_nvram_51907 read_live_nvram 0-5-6 51907 NULL
-+btrfs_label_show_51918 btrfs_label_show 0 51918 NULL
-+wmi_set_ie_51919 wmi_set_ie 3 51919 NULL
-+of_property_read_u8_array_51921 of_property_read_u8_array 0 51921 NULL
-+dvb_usbv2_generic_rw_51922 dvb_usbv2_generic_rw 0 51922 NULL nohasharray
-+logfs_fsync_51922 logfs_fsync 0 51922 &dvb_usbv2_generic_rw_51922
-+write_grant_head_show_51927 write_grant_head_show 0 51927 NULL nohasharray
-+unix_set_peek_off_51927 unix_set_peek_off 0 51927 &write_grant_head_show_51927
-+dbg_status_buf_51930 dbg_status_buf 2 51930 NULL
-+task_has_system_51936 task_has_system 0 51936 NULL
-+__tcp_mtu_to_mss_51938 __tcp_mtu_to_mss 0-2 51938 NULL
-+direct_IO_51941 direct_IO 0 51941 NULL
-+show_test_51942 show_test 0 51942 NULL
-+pm_test_show_51946 pm_test_show 0 51946 NULL
-+scsi_get_vpd_page_51951 scsi_get_vpd_page 4 51951 NULL
-+get_clock_info_51952 get_clock_info 4 51952 NULL
-+target_stat_scsi_lu_show_attr_hs_num_cmds_51954 target_stat_scsi_lu_show_attr_hs_num_cmds 0 51954 NULL
-+pwm_period_show_51962 pwm_period_show 0 51962 NULL
-+size_show_51963 size_show 0 51963 NULL
-+ieee80211_verify_mac_51966 ieee80211_verify_mac 0 51966 NULL
-+snd_mask_min_51969 snd_mask_min 0 51969 NULL nohasharray
-+arizona_free_irq_51969 arizona_free_irq 2 51969 &snd_mask_min_51969
-+device_create_lockspace_51970 device_create_lockspace 0 51970 NULL nohasharray
-+hotkey_mask_store_51970 hotkey_mask_store 0-4 51970 &device_create_lockspace_51970
-+read_page_51972 read_page 2 51972 NULL
-+cpufv_disabled_show_51976 cpufv_disabled_show 0 51976 NULL
-+pipe_crc_set_source_51980 pipe_crc_set_source 0 51980 NULL nohasharray
-+fcoe_validate_vport_create_51980 fcoe_validate_vport_create 0 51980 &pipe_crc_set_source_51980
-+lpfc_nport_evt_cnt_show_51984 lpfc_nport_evt_cnt_show 0 51984 NULL
-+ath6kl_sdio_alloc_prep_scat_req_51986 ath6kl_sdio_alloc_prep_scat_req 2 51986 NULL
-+idt77252_proc_read_51988 idt77252_proc_read 0 51988 NULL nohasharray
-+store_prochot_short_51988 store_prochot_short 0-4 51988 &idt77252_proc_read_51988
-+_c4iw_write_mem_dma_51991 _c4iw_write_mem_dma 3 51991 NULL nohasharray
-+cp_get_sset_count_51991 cp_get_sset_count 0 51991 &_c4iw_write_mem_dma_51991
-+__detect_osd_51993 __detect_osd 0 51993 NULL
-+ntfs_attr_size_51994 ntfs_attr_size 0 51994 NULL
-+dwc3_mode_write_51997 dwc3_mode_write 3-0 51997 NULL
-+ubifs_write_begin_52000 ubifs_write_begin 0 52000 NULL
-+queue_nomerges_store_52001 queue_nomerges_store 3-0 52001 NULL
-+store_received_ref_clk3a_52006 store_received_ref_clk3a 0-4 52006 NULL
-+xpnet_dev_open_52009 xpnet_dev_open 0 52009 NULL
-+log_buf_addr_show_52010 log_buf_addr_show 0 52010 NULL nohasharray
-+scsi_sysfs_add_host_52010 scsi_sysfs_add_host 0 52010 &log_buf_addr_show_52010
-+wacom_led_control_52014 wacom_led_control 0 52014 NULL
-+dummy_enable_52019 dummy_enable 0 52019 NULL
-+lp55xx_show_engine_select_52020 lp55xx_show_engine_select 0 52020 NULL
-+apds990x_write_byte_52022 apds990x_write_byte 0 52022 NULL
-+r820t_write_52023 r820t_write 0-4 52023 NULL
-+vxge_rx_alloc_52024 vxge_rx_alloc 3 52024 NULL
-+show_current_driver_52027 show_current_driver 0 52027 NULL
-+lp3943_pwm_config_52030 lp3943_pwm_config 0 52030 NULL
-+override_release_52032 override_release 2 52032 NULL
-+snd_ac97_set_rate_52041 snd_ac97_set_rate 0 52041 NULL nohasharray
-+unique_id_show_52041 unique_id_show 0 52041 &snd_ac97_set_rate_52041
-+irda_create_52042 irda_create 0 52042 NULL
-+netdev_show_52044 netdev_show 0 52044 NULL
-+dma_rx_errors_read_52045 dma_rx_errors_read 3-0 52045 NULL
-+show_fcf_state_52047 show_fcf_state 0 52047 NULL
-+msnd_fifo_write_52052 msnd_fifo_write 0-3 52052 NULL
-+show_version_52054 show_version 0 52054 NULL
-+dvb_ringbuffer_avail_52057 dvb_ringbuffer_avail 0 52057 NULL
-+show_ipFragOKs_52058 show_ipFragOKs 0 52058 NULL nohasharray
-+regulator_disable_52058 regulator_disable 0 52058 &show_ipFragOKs_52058
-+__fuse_request_alloc_52060 __fuse_request_alloc 1 52060 NULL
-+ieee80211_change_mac_52065 ieee80211_change_mac 0 52065 NULL
-+isofs_readpages_52067 isofs_readpages 4 52067 NULL
-+show_conn_param_ISCSI_PARAM_IPV4_TOS_52071 show_conn_param_ISCSI_PARAM_IPV4_TOS 0 52071 NULL
-+mxuport_process_read_urb_data_52072 mxuport_process_read_urb_data 3 52072 NULL nohasharray
-+sh_irda_crc_init_52072 sh_irda_crc_init 0 52072 &mxuport_process_read_urb_data_52072
-+mt2063_get_if_frequency_52079 mt2063_get_if_frequency 0 52079 NULL
-+wil_wait_for_fw_ready_52081 wil_wait_for_fw_ready 0 52081 NULL nohasharray
-+lm3533_set_lvled_config_52081 lm3533_set_lvled_config 0 52081 &wil_wait_for_fw_ready_52081
-+ath10k_pci_hif_diag_read_52084 ath10k_pci_hif_diag_read 0 52084 NULL nohasharray
-+ft_lport_notify_52084 ft_lport_notify 0 52084 &ath10k_pci_hif_diag_read_52084
-+amd_ec_read_52087 amd_ec_read 0 52087 NULL nohasharray
-+iscsi_stat_logout_attr_show_52087 iscsi_stat_logout_attr_show 0 52087 &amd_ec_read_52087
-+nsm_get_handle_52089 nsm_get_handle 4 52089 NULL nohasharray
-+rt2x00debug_read_rf_52089 rt2x00debug_read_rf 0-3 52089 &nsm_get_handle_52089
-+udp_recvmsg_52094 udp_recvmsg 3 52094 NULL
-+affs_do_readpage_ofs_52095 affs_do_readpage_ofs 0 52095 NULL
-+ulist_add_merge_52096 ulist_add_merge 0 52096 NULL
-+mtrr_save_52097 mtrr_save 0 52097 NULL
-+ft_wwn_show_attr_version_52102 ft_wwn_show_attr_version 0 52102 NULL
-+o2net_debug_read_52105 o2net_debug_read 3-0 52105 NULL
-+qla4xxx_sysfs_ddb_get_param_52106 qla4xxx_sysfs_ddb_get_param 0 52106 NULL
-+smsdvb_stats_read_52114 smsdvb_stats_read 3-0 52114 NULL
-+ov9740_set_res_52118 ov9740_set_res 0 52118 NULL
-+show_spi_transport_max_offset_52125 show_spi_transport_max_offset 0 52125 NULL
-+split_scan_timeout_write_52128 split_scan_timeout_write 3-0 52128 NULL nohasharray
-+ring_size_show_52128 ring_size_show 0 52128 &split_scan_timeout_write_52128
-+retry_count_read_52129 retry_count_read 3-0 52129 NULL
-+scan_sleep_millisecs_store_52134 scan_sleep_millisecs_store 0-4 52134 NULL
-+gdm_usb_hci_send_52138 gdm_usb_hci_send 3 52138 NULL
-+sub_alloc_52140 sub_alloc 0 52140 NULL
-+netdev_open_52143 netdev_open 0 52143 NULL
-+mmc_sd_power_restore_52144 mmc_sd_power_restore 0 52144 NULL
-+ext2_alloc_blocks_52145 ext2_alloc_blocks 2-0 52145 NULL nohasharray
-+hysdn_conf_write_52145 hysdn_conf_write 3 52145 &ext2_alloc_blocks_52145
-+ov772x_g_fmt_52146 ov772x_g_fmt 0 52146 NULL
-+htable_size_52148 htable_size 0-1 52148 NULL nohasharray
-+snd_intel8x0_pcm_trigger_52148 snd_intel8x0_pcm_trigger 0 52148 &htable_size_52148
-+fcopy_read_52149 fcopy_read 0-3 52149 NULL
-+set_rdac0_52150 set_rdac0 4-0 52150 NULL
-+gfs2_rs_alloc_52152 gfs2_rs_alloc 0 52152 NULL
-+smk_write_load2_52155 smk_write_load2 3-0 52155 NULL
-+sp_open_dev_52157 sp_open_dev 0 52157 NULL
-+ieee80211_if_read_dot11MeshRetryTimeout_52168 ieee80211_if_read_dot11MeshRetryTimeout 3-0 52168 NULL nohasharray
-+s5k83a_set_flip_real_52168 s5k83a_set_flip_real 0 52168 &ieee80211_if_read_dot11MeshRetryTimeout_52168
-+mga_compat_ioctl_52170 mga_compat_ioctl 2 52170 NULL
-+pm2fb_check_var_52172 pm2fb_check_var 0 52172 NULL
-+mxuport_open_52173 mxuport_open 0 52173 NULL
-+__acpi_power_on_52175 __acpi_power_on 0 52175 NULL nohasharray
-+mtd_writesize_show_52175 mtd_writesize_show 0 52175 &__acpi_power_on_52175
-+print_prefix_52176 print_prefix 0 52176 NULL
-+ib_dma_map_page_52177 ib_dma_map_page 0 52177 NULL
-+proc_pid_readlink_52186 proc_pid_readlink 3-0 52186 NULL nohasharray
-+hptiop_show_version_52186 hptiop_show_version 0 52186 &proc_pid_readlink_52186
-+show_tabletStylusUpper_52190 show_tabletStylusUpper 0 52190 NULL nohasharray
-+hermes_bap_seek_52190 hermes_bap_seek 0 52190 &show_tabletStylusUpper_52190
-+reiserfs_posix_acl_from_disk_52191 reiserfs_posix_acl_from_disk 2 52191 NULL
-+rt2800pci_enable_radio_52192 rt2800pci_enable_radio 0 52192 NULL
-+ssp_tm_req_52193 ssp_tm_req 0 52193 NULL
-+show_session_param_ISCSI_PARAM_INITIAL_R2T_EN_52194 show_session_param_ISCSI_PARAM_INITIAL_R2T_EN 0 52194 NULL
-+atl2_get_eeprom_len_52196 atl2_get_eeprom_len 0 52196 NULL
-+iio_buffer_show_enable_52202 iio_buffer_show_enable 0 52202 NULL
-+prepare_ring_52203 prepare_ring 0 52203 NULL nohasharray
-+find_lkb_52203 find_lkb 0 52203 &prepare_ring_52203
-+iad_bFunctionProtocol_show_52207 iad_bFunctionProtocol_show 0 52207 NULL
-+bad_inode_readlink_52210 bad_inode_readlink 0 52210 NULL
-+ipmr_mfc_delete_52211 ipmr_mfc_delete 0 52211 NULL
-+mcp3021_read16_52212 mcp3021_read16 0 52212 NULL
-+adt7411_show_bit_52213 adt7411_show_bit 0 52213 NULL
-+ib_sa_path_rec_get_52214 ib_sa_path_rec_get 0 52214 NULL
-+vmci_qp_broker_alloc_52216 vmci_qp_broker_alloc 5-6 52216 NULL
-+iscsi_if_send_reply_52219 iscsi_if_send_reply 7 52219 NULL
-+_nfs4_open_and_get_state_52221 _nfs4_open_and_get_state 0 52221 NULL
-+de_init_rings_52222 de_init_rings 0 52222 NULL
-+show_session_param_ISCSI_PARAM_INITIATOR_NAME_52224 show_session_param_ISCSI_PARAM_INITIATOR_NAME 0 52224 NULL nohasharray
-+arcmsr_sysfs_iop_message_write_52224 arcmsr_sysfs_iop_message_write 0-6-5 52224 &show_session_param_ISCSI_PARAM_INITIATOR_NAME_52224
-+show_chgmode_52225 show_chgmode 0 52225 NULL
-+ptype_store_52226 ptype_store 0-3 52226 NULL
-+ufx_set_vid_mode_52227 ufx_set_vid_mode 0 52227 NULL
-+wdata_send_pages_52229 wdata_send_pages 0 52229 NULL
-+max1111_read_52230 max1111_read 0 52230 NULL
-+nvram_read_52231 nvram_read 0-3 52231 NULL
-+_alloc_mISDN_skb_52232 _alloc_mISDN_skb 3 52232 NULL nohasharray
-+snd_ensoniq_capture_prepare_52232 snd_ensoniq_capture_prepare 0 52232 &_alloc_mISDN_skb_52232
-+o2nm_cluster_attr_fence_method_read_52233 o2nm_cluster_attr_fence_method_read 0 52233 NULL
-+arizona_micsupp_disable_52236 arizona_micsupp_disable 0 52236 NULL
-+do_dmabuf_dirty_ldu_52241 do_dmabuf_dirty_ldu 6 52241 NULL nohasharray
-+minix_write_inode_52241 minix_write_inode 0 52241 &do_dmabuf_dirty_ldu_52241
-+fuse_request_alloc_52243 fuse_request_alloc 1 52243 NULL nohasharray
-+fnic_show_state_52243 fnic_show_state 0 52243 &fuse_request_alloc_52243
-+nfs_updatepage_52248 nfs_updatepage 0 52248 NULL
-+pm80x_request_irq_52250 pm80x_request_irq 2 52250 NULL
-+nvkm_client_ioctl_52251 nvkm_client_ioctl 0 52251 NULL
-+rd_build_device_space_52253 rd_build_device_space 0 52253 NULL nohasharray
-+w1_ds2781_eeprom_cmd_52253 w1_ds2781_eeprom_cmd 0 52253 &rd_build_device_space_52253
-+_init_blk_request_52256 _init_blk_request 0 52256 NULL
-+physical_line_partition_show_52257 physical_line_partition_show 0 52257 NULL
-+mdiobus_alloc_size_52259 mdiobus_alloc_size 1 52259 NULL
-+flush_52261 flush 0 52261 NULL
-+read_52268 read 0 52268 NULL
-+set_temp_limit_52269 set_temp_limit 0 52269 NULL nohasharray
-+w1_master_attribute_store_search_52269 w1_master_attribute_store_search 0-4 52269 &set_temp_limit_52269 nohasharray
-+cap_safe_nice_52269 cap_safe_nice 0 52269 &w1_master_attribute_store_search_52269
-+ext2_direct_IO_52270 ext2_direct_IO 4-0 52270 NULL
-+sisusbcon_do_font_op_52271 sisusbcon_do_font_op 9 52271 NULL
-+jbd2_journal_flush_52280 jbd2_journal_flush 0 52280 NULL
-+snd_pcm_pre_reset_52282 snd_pcm_pre_reset 0 52282 NULL
-+snd_sonicvibes_capture_prepare_52293 snd_sonicvibes_capture_prepare 0 52293 NULL
-+nl80211_netlink_notify_52297 nl80211_netlink_notify 0 52297 NULL nohasharray
-+afs_cell_cache_get_key_52297 afs_cell_cache_get_key 0 52297 &nl80211_netlink_notify_52297
-+rw_read_52299 rw_read 6-0-5 52299 NULL
-+ath6kl_wmi_get_new_buf_52304 ath6kl_wmi_get_new_buf 1 52304 NULL nohasharray
-+fd_set_configfs_dev_params_52304 fd_set_configfs_dev_params 0-3 52304 &ath6kl_wmi_get_new_buf_52304
-+sis5595_access_52305 sis5595_access 0 52305 NULL
-+of_address_to_resource_52308 of_address_to_resource 2 52308 NULL
-+kobject_set_name_vargs_52309 kobject_set_name_vargs 0 52309 NULL
-+qlcnic_82xx_set_nic_info_52311 qlcnic_82xx_set_nic_info 0 52311 NULL
-+i915_gem_object_get_pages_stolen_52314 i915_gem_object_get_pages_stolen 0 52314 NULL
-+ssd1307fb_write_52315 ssd1307fb_write 3 52315 NULL
-+request_asymmetric_key_52317 request_asymmetric_key 4-2 52317 NULL nohasharray
-+show_phy_flash_cfg_52317 show_phy_flash_cfg 0 52317 &request_asymmetric_key_52317 nohasharray
-+store_vrm_reg_52317 store_vrm_reg 0-4 52317 &show_phy_flash_cfg_52317
-+hwflags_read_52318 hwflags_read 3-0 52318 NULL
-+t3_sge_init_rspcntxt_52321 t3_sge_init_rspcntxt 0 52321 NULL
-+cryptomgr_notify_52323 cryptomgr_notify 0 52323 NULL
-+erst_exec_move_data_52324 erst_exec_move_data 0 52324 NULL
-+grp_opt_proc_write_52327 grp_opt_proc_write 0-3 52327 NULL
-+ntfs_rl_split_52328 ntfs_rl_split 4-2 52328 NULL
-+erst_exec_load_var1_52330 erst_exec_load_var1 0 52330 NULL nohasharray
-+parse_protocol_change_52330 parse_protocol_change 0 52330 &erst_exec_load_var1_52330
-+ipv4_conntrack_in_52331 ipv4_conntrack_in 0 52331 NULL
-+qh_schedule_52332 qh_schedule 0 52332 NULL nohasharray
-+show_ipv6_iface_link_local_state_52332 show_ipv6_iface_link_local_state 0 52332 &qh_schedule_52332
-+test_unaligned_bulk_52333 test_unaligned_bulk 3 52333 NULL nohasharray
-+snd_em28xx_capture_trigger_52333 snd_em28xx_capture_trigger 0 52333 &test_unaligned_bulk_52333
-+target_fabric_discovery_attr_show_52336 target_fabric_discovery_attr_show 0 52336 NULL nohasharray
-+carl9170_usb_open_52336 carl9170_usb_open 0 52336 &target_fabric_discovery_attr_show_52336 nohasharray
-+enable_vport_52336 enable_vport 0 52336 &carl9170_usb_open_52336
-+hur_len_52339 hur_len 0 52339 NULL
-+ad7877_gpio3_store_52340 ad7877_gpio3_store 0-4 52340 NULL
-+fc2580_get_if_frequency_52341 fc2580_get_if_frequency 0 52341 NULL
-+store_52342 store 0-3 52342 NULL
-+dccp_v4_connect_52343 dccp_v4_connect 0 52343 NULL
-+tcs3414_buffer_predisable_52350 tcs3414_buffer_predisable 0 52350 NULL
-+pscsi_configure_device_52352 pscsi_configure_device 0 52352 NULL
-+ds1672_get_control_52353 ds1672_get_control 0 52353 NULL
-+ina209_show_interval_52354 ina209_show_interval 0 52354 NULL
-+i40e_vsi_control_rings_52357 i40e_vsi_control_rings 0 52357 NULL
-+ieee80211_rx_radiotap_hdrlen_52359 ieee80211_rx_radiotap_hdrlen 0 52359 NULL
-+show_iostat_counterbits_52360 show_iostat_counterbits 0 52360 NULL
-+tx_bytes_show_52361 tx_bytes_show 0 52361 NULL nohasharray
-+label_vga_52361 label_vga 0 52361 &tx_bytes_show_52361
-+show_counter_rx_p8_hdr_egr_ovfls_52362 show_counter_rx_p8_hdr_egr_ovfls 0 52362 NULL nohasharray
-+cap_inode_killpriv_52362 cap_inode_killpriv 0 52362 &show_counter_rx_p8_hdr_egr_ovfls_52362
-+copy_entries_to_user_52367 copy_entries_to_user 1 52367 NULL nohasharray
-+ssb_attr_sprom_show_52367 ssb_attr_sprom_show 0 52367 &copy_entries_to_user_52367
-+nilfs_segctor_last_nongc_write_time_secs_show_52369 nilfs_segctor_last_nongc_write_time_secs_show 0 52369 NULL
-+ipath_set_part_key_52370 ipath_set_part_key 0 52370 NULL
-+iwl_dump_fh_52371 iwl_dump_fh 0 52371 NULL
-+show_sched3_52373 show_sched3 0 52373 NULL nohasharray
-+__uncore_map_show_52373 __uncore_map_show 0 52373 &show_sched3_52373
-+hfsplus_find_attr_52374 hfsplus_find_attr 0 52374 NULL
-+ixgbevf_setup_tx_resources_52376 ixgbevf_setup_tx_resources 0 52376 NULL
-+mq_emit_config_values_52378 mq_emit_config_values 3 52378 NULL nohasharray
-+pfkey_sockaddr_pair_size_52378 pfkey_sockaddr_pair_size 0 52378 &mq_emit_config_values_52378 nohasharray
-+quota_warn_period_show_52378 quota_warn_period_show 0 52378 &pfkey_sockaddr_pair_size_52378
-+snd_rme96_capture_prepare_52380 snd_rme96_capture_prepare 0 52380 NULL
-+iwl_nvm_init_52382 iwl_nvm_init 0 52382 NULL
-+isdn_writebuf_stub_52383 isdn_writebuf_stub 4-0 52383 NULL
-+task_has_security_52386 task_has_security 0 52386 NULL nohasharray
-+nct7904_write_reg_52386 nct7904_write_reg 0 52386 &task_has_security_52386
-+jfs_setxattr_52389 jfs_setxattr 4-0 52389 NULL
-+input_print_modalias_bits_52395 input_print_modalias_bits 0 52395 NULL
-+svc_partial_recvfrom_52396 svc_partial_recvfrom 4 52396 NULL
-+aer_inject_write_52399 aer_inject_write 3-0 52399 NULL
-+selinux_inode_setattr_52401 selinux_inode_setattr 0 52401 NULL
-+pm_suspend_52403 pm_suspend 0 52403 NULL
-+do_ncp_rpc_call_52406 do_ncp_rpc_call 0 52406 NULL
-+show_counter_rx_p5_hdr_egr_ovfls_52407 show_counter_rx_p5_hdr_egr_ovfls 0 52407 NULL
-+aac_rx_ioremap_52410 aac_rx_ioremap 2 52410 NULL
-+nilfs_segctor_collect_dirty_files_52413 nilfs_segctor_collect_dirty_files 0 52413 NULL
-+clariion_activate_52414 clariion_activate 0 52414 NULL
-+do_md_run_52416 do_md_run 0 52416 NULL
-+safe_delay_store_52417 safe_delay_store 0-3 52417 NULL
-+mmc_csd_show_52423 mmc_csd_show 0 52423 NULL
-+line6_midibuf_init_52425 line6_midibuf_init 2 52425 NULL nohasharray
-+show_alarms_in_52425 show_alarms_in 0 52425 &line6_midibuf_init_52425
-+pwc_set_autogain_52427 pwc_set_autogain 0 52427 NULL
-+hso_serial_common_create_52428 hso_serial_common_create 4 52428 NULL
-+delay_status_52431 delay_status 5 52431 NULL nohasharray
-+gfs2_getattr_52431 gfs2_getattr 0 52431 &delay_status_52431
-+show_ipInDiscards_52432 show_ipInDiscards 0 52432 NULL
-+ath6kl_delete_qos_write_52435 ath6kl_delete_qos_write 3-0 52435 NULL
-+iwl_remove_station_52436 iwl_remove_station 0 52436 NULL
-+ieee80211_if_fmt_num_sta_ps_52438 ieee80211_if_fmt_num_sta_ps 3 52438 NULL
-+sst_prepare_and_post_msg_52443 sst_prepare_and_post_msg 0 52443 NULL
-+show_radios_state_52445 show_radios_state 0 52445 NULL
-+store_uframe_periodic_max_52448 store_uframe_periodic_max 0-4 52448 NULL
-+nilfs_btree_lookup_contig_52451 nilfs_btree_lookup_contig 0 52451 NULL nohasharray
-+keene_s_ctrl_52451 keene_s_ctrl 0 52451 &nilfs_btree_lookup_contig_52451
-+alauda_read_data_52452 alauda_read_data 3 52452 NULL
-+get_pci_info_52455 get_pci_info 0 52455 NULL nohasharray
-+gsm_change_mtu_52455 gsm_change_mtu 0 52455 &get_pci_info_52455
-+bt_alloc_52457 bt_alloc 2 52457 NULL nohasharray
-+ip6_skb_dst_mtu_52457 ip6_skb_dst_mtu 0 52457 &bt_alloc_52457
-+iwl_restore_default_wep_keys_52463 iwl_restore_default_wep_keys 0 52463 NULL
-+sctp_packet_transmit_52467 sctp_packet_transmit 0 52467 NULL
-+show_id_ext_52472 show_id_ext 0 52472 NULL
-+cifs_readpage_worker_52477 cifs_readpage_worker 0 52477 NULL nohasharray
-+ieee80211_alloc_txb_52477 ieee80211_alloc_txb 2-1 52477 &cifs_readpage_worker_52477
-+tipc_sendmsg_52481 tipc_sendmsg 3 52481 NULL
-+ocfs2_extend_no_holes_52483 ocfs2_extend_no_holes 0 52483 NULL
-+pch_i2c_wait_for_check_xfer_52485 pch_i2c_wait_for_check_xfer 0 52485 NULL nohasharray
-+snd_hda_gen_build_controls_52485 snd_hda_gen_build_controls 0 52485 &pch_i2c_wait_for_check_xfer_52485
-+bru_s_ctrl_52486 bru_s_ctrl 0 52486 NULL
-+roccat_common2_sysfs_read_keys_function_52491 roccat_common2_sysfs_read_keys_function 0-5-6 52491 NULL
-+sh_mobile_i2c_xfer_52492 sh_mobile_i2c_xfer 0-3 52492 NULL nohasharray
-+iscsi_tpg_auth_show_password_mutual_52492 iscsi_tpg_auth_show_password_mutual 0 52492 &sh_mobile_i2c_xfer_52492
-+fd_do_rw_52495 fd_do_rw 3 52495 NULL nohasharray
-+skb_cow_head_52495 skb_cow_head 2 52495 &fd_do_rw_52495
-+sysfs_create_link_nowarn_52496 sysfs_create_link_nowarn 0 52496 NULL
-+int_tasklet_entry_52500 int_tasklet_entry 3-0 52500 NULL
-+xfs_alloc_get_rec_52502 xfs_alloc_get_rec 0 52502 NULL
-+ems_usb_control_cmd_52504 ems_usb_control_cmd 0 52504 NULL
-+smb2_async_readv_52505 smb2_async_readv 0 52505 NULL
-+netlbl_unlabel_init_52506 netlbl_unlabel_init 1 52506 NULL
-+qlcnic_83xx_sysfs_flash_write_52507 qlcnic_83xx_sysfs_flash_write 4 52507 NULL nohasharray
-+show_rdac3_52507 show_rdac3 0 52507 &qlcnic_83xx_sysfs_flash_write_52507
-+gr_queue_ext_52511 gr_queue_ext 0 52511 NULL
-+disable_slot_52512 disable_slot 0 52512 NULL
-+pm_qos_power_write_52513 pm_qos_power_write 3-0 52513 NULL nohasharray
-+isl29003_show_lux_52513 isl29003_show_lux 0 52513 &pm_qos_power_write_52513
-+read_fw_regs_offset_52515 read_fw_regs_offset 0 52515 NULL
-+soft_offline_huge_page_52517 soft_offline_huge_page 0 52517 NULL
-+bt_sock_stream_recvmsg_52518 bt_sock_stream_recvmsg 4-0 52518 NULL
-+get_session_param_52521 get_session_param 0 52521 NULL
-+dup_variable_bug_52525 dup_variable_bug 3 52525 NULL
-+sc1200wdt_write_52527 sc1200wdt_write 0-3 52527 NULL
-+raw_recvmsg_52529 raw_recvmsg 4-0 52529 NULL
-+submit_audio_in_urb_52536 submit_audio_in_urb 0 52536 NULL nohasharray
-+ip6table_nat_in_52536 ip6table_nat_in 0 52536 &submit_audio_in_urb_52536
-+input_dev_show_properties_52537 input_dev_show_properties 0 52537 NULL nohasharray
-+gt_cur_freq_mhz_show_52537 gt_cur_freq_mhz_show 0 52537 &input_dev_show_properties_52537
-+show_caseopen_52539 show_caseopen 0 52539 NULL
-+fan_fan1_input_show_52540 fan_fan1_input_show 0 52540 NULL nohasharray
-+SyS_vmsplice_52540 SyS_vmsplice 3 52540 &fan_fan1_input_show_52540
-+zd_iowrite32a_locked_52542 zd_iowrite32a_locked 0 52542 NULL
-+set_fan_52544 set_fan 0-4 52544 NULL
-+snd_pcm_pre_prepare_52548 snd_pcm_pre_prepare 0 52548 NULL
-+dccpprobe_read_52549 dccpprobe_read 3-0 52549 NULL nohasharray
-+hsw_pcm_prepare_52549 hsw_pcm_prepare 0 52549 &dccpprobe_read_52549
-+s35390a_get_datetime_52556 s35390a_get_datetime 0 52556 NULL nohasharray
-+ntfs_prepare_pages_for_non_resident_write_52556 ntfs_prepare_pages_for_non_resident_write 0 52556 &s35390a_get_datetime_52556
-+cropcap_52561 cropcap 0 52561 NULL
-+atalk_create_52562 atalk_create 0 52562 NULL
-+xfs_attr_shortform_to_leaf_52564 xfs_attr_shortform_to_leaf 0 52564 NULL
-+cbaf_wusb_chid_store_52566 cbaf_wusb_chid_store 0-4 52566 NULL
-+debug_level_proc_write_52572 debug_level_proc_write 3-0 52572 NULL nohasharray
-+show_otp1en_52572 show_otp1en 0 52572 &debug_level_proc_write_52572 nohasharray
-+nfs_getattr_52572 nfs_getattr 0 52572 &show_otp1en_52572 nohasharray
-+b43legacy_probe_52572 b43legacy_probe 0 52572 &nfs_getattr_52572
-+ds2780_set_sense_resistor_value_52573 ds2780_set_sense_resistor_value 0-4 52573 NULL
-+target_stat_scsi_port_show_attr_dev_52577 target_stat_scsi_port_show_attr_dev 0 52577 NULL
-+acpi_processor_start_52582 acpi_processor_start 0 52582 NULL
-+wl12xx_init_fwlog_52585 wl12xx_init_fwlog 0 52585 NULL
-+roccat_common2_sysfs_read_keys_thumbster_52586 roccat_common2_sysfs_read_keys_thumbster 0-5-6 52586 NULL
-+isku_sysfs_read_macro_52587 isku_sysfs_read_macro 6-0-5 52587 NULL nohasharray
-+twl_rtc_read_u8_52587 twl_rtc_read_u8 0 52587 &isku_sysfs_read_macro_52587
-+uvesafb_store_nocrtc_52589 uvesafb_store_nocrtc 0-4 52589 NULL
-+show_ipReasmFails_52591 show_ipReasmFails 0 52591 NULL
-+ath10k_start_52596 ath10k_start 0 52596 NULL
-+store_dh_state_52601 store_dh_state 0-4 52601 NULL nohasharray
-+test_write_file_52601 test_write_file 0-3 52601 &store_dh_state_52601
-+show_session_param_ISCSI_PARAM_BOOT_TARGET_52603 show_session_param_ISCSI_PARAM_BOOT_TARGET 0 52603 NULL
-+SyS_setsockopt_52610 SyS_setsockopt 5 52610 NULL
-+ll_sa_entry_alloc_52611 ll_sa_entry_alloc 4 52611 NULL
-+copy_user_acl_52622 copy_user_acl 0 52622 NULL
-+apei_check_gar_52626 apei_check_gar 0 52626 NULL
-+sbp_tpg_store_directory_id_52629 sbp_tpg_store_directory_id 0-3 52629 NULL
-+roccat_common2_sysfs_read_keys_easyzone_52632 roccat_common2_sysfs_read_keys_easyzone 0-5-6 52632 NULL
-+f2fs_setattr_52633 f2fs_setattr 0 52633 NULL
-+ov7660_set_auto_exposure_52634 ov7660_set_auto_exposure 0 52634 NULL
-+tps80031_writes_52638 tps80031_writes 3-4-0 52638 NULL nohasharray
-+min_ratio_store_52638 min_ratio_store 0-4 52638 &tps80031_writes_52638
-+set_temp_high_52640 set_temp_high 0-4 52640 NULL
-+rt2500usb_set_state_52644 rt2500usb_set_state 0 52644 NULL nohasharray
-+timeout_store_52644 timeout_store 0-3 52644 &rt2500usb_set_state_52644
-+_rbd_dev_v2_snap_size_52651 _rbd_dev_v2_snap_size 0 52651 NULL
-+show_temp2_crit_hyst_52656 show_temp2_crit_hyst 0 52656 NULL
-+cachefiles_daemon_add_cache_52668 cachefiles_daemon_add_cache 0 52668 NULL
-+target_stat_scsi_port_show_attr_role_52670 target_stat_scsi_port_show_attr_role 0 52670 NULL
-+fld_proc_hash_seq_write_52671 fld_proc_hash_seq_write 3 52671 NULL
-+SYSC_gethostname_52677 SYSC_gethostname 2 52677 NULL
-+__rpc_clnt_handle_event_52679 __rpc_clnt_handle_event 0 52679 NULL
-+u2_timeout_store_52681 u2_timeout_store 0-4 52681 NULL
-+genphy_update_link_52684 genphy_update_link 0 52684 NULL
-+reg_write_range_52690 reg_write_range 4 52690 NULL
-+sdev_store_evt_inquiry_change_reported_52694 sdev_store_evt_inquiry_change_reported 0-4 52694 NULL
-+store_52696 store 0-3 52696 NULL
-+b44_set_mac_addr_52700 b44_set_mac_addr 0 52700 NULL
-+bonding_show_queue_id_52702 bonding_show_queue_id 0 52702 NULL
-+ms_transfer_data_52705 ms_transfer_data 7 52705 NULL
-+acpi_freeze_begin_52707 acpi_freeze_begin 0 52707 NULL
-+atl1c_setup_ring_resources_52708 atl1c_setup_ring_resources 0 52708 NULL
-+action_show_52711 action_show 0 52711 NULL
-+usbip_debug_show_52712 usbip_debug_show 0 52712 NULL
-+tmp102_show_temp_52713 tmp102_show_temp 0 52713 NULL
-+pm_wake_unlock_52721 pm_wake_unlock 0 52721 NULL
-+iscsi_stat_instance_attr_show_52723 iscsi_stat_instance_attr_show 0 52723 NULL nohasharray
-+blk_iopoll_cpu_notify_52723 blk_iopoll_cpu_notify 0 52723 &iscsi_stat_instance_attr_show_52723
-+cx25840_ir_rx_read_52724 cx25840_ir_rx_read 3 52724 NULL
-+sendbytes_52726 sendbytes 0 52726 NULL
-+set_capture_52728 set_capture 0 52728 NULL
-+lx_pcm_trigger_52731 lx_pcm_trigger 0 52731 NULL
-+blkcipher_next_slow_52733 blkcipher_next_slow 4-3 52733 NULL
-+relay_alloc_page_array_52735 relay_alloc_page_array 1 52735 NULL
-+v9fs_xattr_user_get_52737 v9fs_xattr_user_get 0 52737 NULL
-+hfcsusb_rx_frame_52745 hfcsusb_rx_frame 3 52745 NULL nohasharray
-+st_sensors_sysfs_sampling_frequency_avail_52745 st_sensors_sysfs_sampling_frequency_avail 0 52745 &hfcsusb_rx_frame_52745
-+netlink_add_tap_52755 netlink_add_tap 0 52755 NULL
-+ieee80211_if_read_beacon_timeout_52756 ieee80211_if_read_beacon_timeout 3-0 52756 NULL nohasharray
-+show_session_param_ISCSI_PARAM_DEF_TASKMGMT_TMO_52756 show_session_param_ISCSI_PARAM_DEF_TASKMGMT_TMO 0 52756 &ieee80211_if_read_beacon_timeout_52756
-+target_stat_scsi_tgt_port_show_attr_indx_52759 target_stat_scsi_tgt_port_show_attr_indx 0 52759 NULL
-+set_pwm_hyst_52760 set_pwm_hyst 0-4 52760 NULL
-+copy_ctr_args_52761 copy_ctr_args 2 52761 NULL
-+ds1374_read_time_52763 ds1374_read_time 0 52763 NULL
-+acpi_ps_execute_method_52767 acpi_ps_execute_method 0 52767 NULL
-+store_52770 store 0 52770 NULL
-+lpfc_poll_store_52774 lpfc_poll_store 0-4 52774 NULL
-+nvme_trans_ext_inq_page_52776 nvme_trans_ext_inq_page 3 52776 NULL
-+available_kbd_modes_show_52777 available_kbd_modes_show 0 52777 NULL
-+show_pec_52779 show_pec 0 52779 NULL
-+set_target_52783 set_target 0-4 52783 NULL
-+vim2m_buf_prepare_52786 vim2m_buf_prepare 0 52786 NULL nohasharray
-+igb_pci_disable_sriov_52786 igb_pci_disable_sriov 0 52786 &vim2m_buf_prepare_52786
-+drv_get_stats_52789 drv_get_stats 0 52789 NULL
-+show_52793 show 0 52793 NULL
-+edac_pci_int_store_52795 edac_pci_int_store 0-3 52795 NULL
-+snd_seq_ioctl_subscribe_port_52796 snd_seq_ioctl_subscribe_port 0 52796 NULL
-+xenvif_write_io_ring_52802 xenvif_write_io_ring 3-0 52802 NULL nohasharray
-+enabled_show_52802 enabled_show 0 52802 &xenvif_write_io_ring_52802
-+layout_cnodes_52805 layout_cnodes 0 52805 NULL
-+lio_target_nacl_store_tag_52806 lio_target_nacl_store_tag 0-3 52806 NULL
-+run_start_commands_52808 run_start_commands 0 52808 NULL
-+b43legacy_attr_interfmode_store_52810 b43legacy_attr_interfmode_store 0-4 52810 NULL
-+osst_adr_rev_show_52811 osst_adr_rev_show 0 52811 NULL
-+ds2780_get_rsgain_setting_52816 ds2780_get_rsgain_setting 0 52816 NULL nohasharray
-+qlcnic_dev_statistics_len_52816 qlcnic_dev_statistics_len 0 52816 &ds2780_get_rsgain_setting_52816
-+ath6kl_wmi_meta_add_52817 ath6kl_wmi_meta_add 0 52817 NULL
-+show_eco_52820 show_eco 0 52820 NULL
-+sctp_send_asconf_52823 sctp_send_asconf 0 52823 NULL
-+roccat_common2_sysfs_write_tcu_52828 roccat_common2_sysfs_write_tcu 0-6-5 52828 NULL
-+tomoyo_path_perm_52831 tomoyo_path_perm 0 52831 NULL
-+amd64_top_mem_show_52832 amd64_top_mem_show 0 52832 NULL nohasharray
-+qib_read_umem64_52832 qib_read_umem64 0 52832 &amd64_top_mem_show_52832
-+pwr_rcvd_beacons_read_52836 pwr_rcvd_beacons_read 3-0 52836 NULL
-+lb_alloc_ep_req_52837 lb_alloc_ep_req 2 52837 NULL nohasharray
-+il3945_show_retry_rate_52837 il3945_show_retry_rate 0 52837 &lb_alloc_ep_req_52837
-+apei_read_52843 apei_read 0 52843 NULL
-+tpm_tis_i2c_recv_52850 tpm_tis_i2c_recv 0-3 52850 NULL
-+modelname_show_52855 modelname_show 0 52855 NULL
-+get_beep_mask_52859 get_beep_mask 0 52859 NULL
-+hiface_pcm_stream_start_52861 hiface_pcm_stream_start 0 52861 NULL
-+mon_bin_get_event_52863 mon_bin_get_event 4-6 52863 NULL
-+target_stat_scsi_lu_show_attr_resets_52866 target_stat_scsi_lu_show_attr_resets 0 52866 NULL
-+twl6030_gpadc_write_52867 twl6030_gpadc_write 1 52867 NULL nohasharray
-+media_write_52867 media_write 0-3 52867 &twl6030_gpadc_write_52867
-+send_request_dev_dep_msg_in_52868 send_request_dev_dep_msg_in 0 52868 NULL
-+cccr_show_52879 cccr_show 0 52879 NULL
-+twlreg_write_52880 twlreg_write 3-0 52880 NULL
-+pvr2_ctrl_value_to_sym_internal_52881 pvr2_ctrl_value_to_sym_internal 5 52881 NULL
-+cache_read_procfs_52882 cache_read_procfs 3-0 52882 NULL
-+default_blksize_show_52888 default_blksize_show 0 52888 NULL
-+lio_target_np_store_iser_52890 lio_target_np_store_iser 0-3 52890 NULL
-+kvm_kvzalloc_52894 kvm_kvzalloc 1 52894 NULL
-+nommu_map_sg_52896 nommu_map_sg 0-3 52896 NULL
-+wm831x_status_src_show_52897 wm831x_status_src_show 0 52897 NULL
-+vxfs_immed_readpage_52899 vxfs_immed_readpage 0 52899 NULL
-+multicast_last_member_count_show_52901 multicast_last_member_count_show 0 52901 NULL
-+read_cam_control_52903 read_cam_control 0 52903 NULL
-+parse_52905 parse 0 52905 NULL
-+show_pwmchan_52907 show_pwmchan 0 52907 NULL
-+arizona_request_irq_52908 arizona_request_irq 2 52908 NULL
-+dio_bio_reap_52913 dio_bio_reap 0 52913 NULL
-+lpfc_selective_reset_52919 lpfc_selective_reset 0 52919 NULL
-+mt9t031_cropcap_52933 mt9t031_cropcap 0 52933 NULL
-+iblock_get_bio_52936 iblock_get_bio 3 52936 NULL nohasharray
-+serio_bind_driver_52936 serio_bind_driver 0 52936 &iblock_get_bio_52936
-+hfsplus_write_inode_52941 hfsplus_write_inode 0 52941 NULL
-+snd_als4000_capture_prepare_52942 snd_als4000_capture_prepare 0 52942 NULL
-+queue_show_random_52946 queue_show_random 0 52946 NULL
-+log_buf_len_store_52950 log_buf_len_store 0-4 52950 NULL
-+twl4030_madc_set_irq_52952 twl4030_madc_set_irq 0 52952 NULL nohasharray
-+set_reset_mode_52952 set_reset_mode 0 52952 &twl4030_madc_set_irq_52952
-+dev_bus_rescan_store_52953 dev_bus_rescan_store 0-4 52953 NULL
-+adv7170_write_52956 adv7170_write 0 52956 NULL
-+cma_alloc_mem_52959 cma_alloc_mem 2 52959 NULL
-+tpacpi_driver_wwan_emulstate_store_52960 tpacpi_driver_wwan_emulstate_store 0-3 52960 NULL
-+ieee80211_if_fmt_fwded_mcast_52961 ieee80211_if_fmt_fwded_mcast 3 52961 NULL
-+hx8357_spi_write_then_read_52964 hx8357_spi_write_then_read 3 52964 NULL
-+pb0100_set_blue_balance_52969 pb0100_set_blue_balance 0 52969 NULL
-+pm_state_store_52970 pm_state_store 0-4 52970 NULL
-+lbs_set_mac_address_52977 lbs_set_mac_address 0 52977 NULL
-+lx_message_send_atomic_52981 lx_message_send_atomic 0 52981 NULL
-+xfs_attr_leaf_get_52983 xfs_attr_leaf_get 0 52983 NULL nohasharray
-+nouveau_hwmon_set_pwm1_enable_52983 nouveau_hwmon_set_pwm1_enable 0-4 52983 &xfs_attr_leaf_get_52983
-+kmx61_setup_any_motion_interrupt_52984 kmx61_setup_any_motion_interrupt 0 52984 NULL nohasharray
-+ssb_pci_attr_sprom_store_52984 ssb_pci_attr_sprom_store 4-0 52984 &kmx61_setup_any_motion_interrupt_52984 nohasharray
-+b44_writephy_52984 b44_writephy 0 52984 &ssb_pci_attr_sprom_store_52984
-+tx_tx_exch_read_52986 tx_tx_exch_read 3-0 52986 NULL
-+num_node_state_52989 num_node_state 0 52989 NULL
-+store_current_governor_52990 store_current_governor 0-4 52990 NULL
-+batadv_check_management_packet_52993 batadv_check_management_packet 3 52993 NULL
-+amd8111e_set_mac_address_52994 amd8111e_set_mac_address 0 52994 NULL
-+hyp_sysfs_show_52996 hyp_sysfs_show 0 52996 NULL
-+ican3_open_52999 ican3_open 0 52999 NULL
-+efivarfs_file_write_53000 efivarfs_file_write 0-3 53000 NULL
-+node_read_numastat_53003 node_read_numastat 0 53003 NULL
-+show_session_param_ISCSI_PARAM_CHAP_IN_IDX_53012 show_session_param_ISCSI_PARAM_CHAP_IN_IDX 0 53012 NULL
-+btrfs_free_and_pin_reserved_extent_53016 btrfs_free_and_pin_reserved_extent 2 53016 NULL
-+tx_tx_exch_pending_read_53018 tx_tx_exch_pending_read 3-0 53018 NULL
-+show_fan_input_53019 show_fan_input 0 53019 NULL nohasharray
-+i2c_smbus_read_block_data_53019 i2c_smbus_read_block_data 0 53019 &show_fan_input_53019
-+edac_dev_ctl_info_show_53023 edac_dev_ctl_info_show 0 53023 NULL
-+xfs_rtfree_extent_53024 xfs_rtfree_extent 0 53024 NULL
-+rx8025_sysfs_store_clock_adjust_53025 rx8025_sysfs_store_clock_adjust 0-4 53025 NULL
-+ltc4260_get_value_53028 ltc4260_get_value 0 53028 NULL
-+maximum_speed_show_53029 maximum_speed_show 0 53029 NULL nohasharray
-+i40e_configure_tx_ring_53029 i40e_configure_tx_ring 0 53029 &maximum_speed_show_53029
-+show_rpm_53030 show_rpm 0 53030 NULL nohasharray
-+wl1251_hw_init_txq_fill_53030 wl1251_hw_init_txq_fill 0 53030 &show_rpm_53030
-+ndelay_show_53032 ndelay_show 0 53032 NULL
-+bio_cur_bytes_53037 bio_cur_bytes 0 53037 NULL
-+nv50_chan_create_53039 nv50_chan_create 5 53039 NULL
-+show_link_type_53045 show_link_type 0 53045 NULL
-+lx_pipe_wait_for_idle_53051 lx_pipe_wait_for_idle 0 53051 NULL
-+nfs_key_timeout_notify_53052 nfs_key_timeout_notify 0 53052 NULL
-+fimc_get_alpha_mask_53057 fimc_get_alpha_mask 0 53057 NULL
-+dsa_slave_get_eeprom_len_53058 dsa_slave_get_eeprom_len 0 53058 NULL
-+wacom_led_select_store_53059 wacom_led_select_store 0-4 53059 NULL
-+store_rx_polinv_enb_53065 store_rx_polinv_enb 0-4 53065 NULL
-+cfi_read_query_53066 cfi_read_query 0 53066 NULL nohasharray
-+beiscsi_drvr_ver_disp_53066 beiscsi_drvr_ver_disp 0 53066 &cfi_read_query_53066 nohasharray
-+attr_dragging_store_tpkbd_53066 attr_dragging_store_tpkbd 0-4 53066 &beiscsi_drvr_ver_disp_53066
-+iwl_dbgfs_interrupt_write_53069 iwl_dbgfs_interrupt_write 3-0 53069 NULL
-+mwifiex_debug_read_53074 mwifiex_debug_read 3-0 53074 NULL
-+create_cq_kernel_53076 create_cq_kernel 4-3 53076 NULL nohasharray
-+cyber2000fb_check_var_53076 cyber2000fb_check_var 0 53076 &create_cq_kernel_53076
-+wq_pool_ids_show_53079 wq_pool_ids_show 0 53079 NULL
-+pcbit_readw_53084 pcbit_readw 0 53084 NULL
-+mci_ctl_name_show_53087 mci_ctl_name_show 0 53087 NULL
-+qib_resize_cq_53090 qib_resize_cq 2 53090 NULL nohasharray
-+store_pwm_auto_point_channel_53090 store_pwm_auto_point_channel 0-4 53090 &qib_resize_cq_53090
-+pm_trace_dev_match_show_53091 pm_trace_dev_match_show 0 53091 NULL
-+deauthenticate_53093 deauthenticate 0 53093 NULL
-+cbaf_wusb_chid_show_53095 cbaf_wusb_chid_show 0 53095 NULL
-+ib_uverbs_write_53096 ib_uverbs_write 0-3 53096 NULL
-+ceph_vxattrcb_dir_entries_53097 ceph_vxattrcb_dir_entries 0 53097 NULL nohasharray
-+metrics_cpu_kcycles_used_show_53097 metrics_cpu_kcycles_used_show 0 53097 &ceph_vxattrcb_dir_entries_53097
-+queue_var_show_53098 queue_var_show 0 53098 NULL
-+set_button_53099 set_button 0-4 53099 NULL
-+wcn36xx_sta_add_53105 wcn36xx_sta_add 0 53105 NULL
-+ocfs2_write_remove_suid_53106 ocfs2_write_remove_suid 0 53106 NULL
-+zd_iowrite16a_locked_53109 zd_iowrite16a_locked 0 53109 NULL
-+xhci_configure_endpoint_53110 xhci_configure_endpoint 0 53110 NULL
-+store_temp_crit_hyst_53114 store_temp_crit_hyst 0-4 53114 NULL
-+ath10k_mac_create_53118 ath10k_mac_create 1 53118 NULL
-+ixgbe_setup_rx_resources_53119 ixgbe_setup_rx_resources 0 53119 NULL
-+verity_status_53120 verity_status 5 53120 NULL nohasharray
-+lp3971_i2c_write_53120 lp3971_i2c_write 0 53120 &verity_status_53120
-+ad198x_auto_build_controls_53122 ad198x_auto_build_controls 0 53122 NULL
-+udf_adinicb_direct_IO_53125 udf_adinicb_direct_IO 0 53125 NULL nohasharray
-+configure_device_53125 configure_device 0 53125 &udf_adinicb_direct_IO_53125
-+il3945_commit_rxon_53127 il3945_commit_rxon 0 53127 NULL
-+da9052_rtc_set_alarm_53132 da9052_rtc_set_alarm 0 53132 NULL
-+ndo_vlan_rx_add_vid_53138 ndo_vlan_rx_add_vid 0 53138 NULL
-+carrier_changes_show_53139 carrier_changes_show 0 53139 NULL
-+ps_poll_ps_poll_max_ap_turn_read_53140 ps_poll_ps_poll_max_ap_turn_read 3-0 53140 NULL nohasharray
-+inode_newsize_ok_53140 inode_newsize_ok 0 53140 &ps_poll_ps_poll_max_ap_turn_read_53140
-+brcmf_cfg80211_up_53146 brcmf_cfg80211_up 0 53146 NULL
-+find_domain_name_53149 find_domain_name 0 53149 NULL
-+store_xps_map_53150 store_xps_map 0-4 53150 NULL
-+s5p_mfc_alloc_instance_buffer_v6_53154 s5p_mfc_alloc_instance_buffer_v6 0 53154 NULL nohasharray
-+__team_option_inst_add_53154 __team_option_inst_add 0 53154 &s5p_mfc_alloc_instance_buffer_v6_53154
-+tpacpi_driver_debug_store_53158 tpacpi_driver_debug_store 0-3 53158 NULL
-+pwm_enable_53163 pwm_enable 0 53163 NULL
-+saa7146_pgtable_build_single_53169 saa7146_pgtable_build_single 0 53169 NULL
-+ieee80211_bss_info_update_53170 ieee80211_bss_info_update 4 53170 NULL
-+fuse_fsync_common_53172 fuse_fsync_common 0 53172 NULL
-+n_alarm_show_53175 n_alarm_show 0 53175 NULL nohasharray
-+qla4xxx_fw_load_src_show_53175 qla4xxx_fw_load_src_show 0 53175 &n_alarm_show_53175
-+btrfs_io_bio_alloc_53179 btrfs_io_bio_alloc 2 53179 NULL
-+bond_get_slave_size_53181 bond_get_slave_size 0 53181 NULL
-+skfp_open_53190 skfp_open 0 53190 NULL
-+C_SYSC_io_getevents_53191 C_SYSC_io_getevents 3 53191 NULL
-+ti_write_room_53194 ti_write_room 0 53194 NULL
-+xfs_btree_updkey_53195 xfs_btree_updkey 0 53195 NULL
-+dax_io_53196 dax_io 4-3 53196 NULL
-+hackrf_alloc_urbs_53198 hackrf_alloc_urbs 0 53198 NULL
-+SyS_init_module_53202 SyS_init_module 2 53202 NULL
-+toss_secs_write_53205 toss_secs_write 3-0 53205 NULL
-+mtdoops_erase_block_53206 mtdoops_erase_block 2 53206 NULL nohasharray
-+nfs_migrate_page_53206 nfs_migrate_page 0 53206 &mtdoops_erase_block_53206
-+dln2_transfer_53211 dln2_transfer 0 53211 NULL
-+saa7134_pgtable_build_53214 saa7134_pgtable_build 0 53214 NULL
-+smsc75xx_wait_ready_53217 smsc75xx_wait_ready 0 53217 NULL
-+tx_tx_start_data_read_53219 tx_tx_start_data_read 3-0 53219 NULL
-+memory_set_cur_bandwidth_53231 memory_set_cur_bandwidth 0 53231 NULL
-+nfs_wb_all_53233 nfs_wb_all 0 53233 NULL
-+uvesafb_show_vbe_ver_53235 uvesafb_show_vbe_ver 0 53235 NULL nohasharray
-+sd_pre_start_53235 sd_pre_start 0 53235 &uvesafb_show_vbe_ver_53235
-+mlx4_master_process_vhcr_53239 mlx4_master_process_vhcr 0 53239 NULL
-+enable_supply_53242 enable_supply 0 53242 NULL
-+ptlrpc_lprocfs_req_history_max_seq_write_53243 ptlrpc_lprocfs_req_history_max_seq_write 3 53243 NULL
-+wl12xx_init_rx_config_53244 wl12xx_init_rx_config 0 53244 NULL nohasharray
-+net1080_reset_53244 net1080_reset 0 53244 &wl12xx_init_rx_config_53244
-+tun_do_read_53245 tun_do_read 0 53245 NULL
-+vcc_sendmsg_53246 vcc_sendmsg 4-0 53246 NULL
-+logfs_writepage_53247 logfs_writepage 0 53247 NULL
-+rtl8152_set_mac_address_53251 rtl8152_set_mac_address 0 53251 NULL
-+smack_sb_statfs_53255 smack_sb_statfs 0 53255 NULL
-+xfs_trans_read_buf_map_53258 xfs_trans_read_buf_map 5-0 53258 NULL nohasharray
-+target_core_dev_wwn_store_attr_vpd_protocol_identifier_53258 target_core_dev_wwn_store_attr_vpd_protocol_identifier 0-3 53258 &xfs_trans_read_buf_map_53258
-+bcmgenet_alloc_rx_buffers_53259 bcmgenet_alloc_rx_buffers 0 53259 NULL
-+ipr_change_queue_depth_53263 ipr_change_queue_depth 2-0 53263 NULL nohasharray
-+ip6_tnl_dev_init_gen_53263 ip6_tnl_dev_init_gen 0 53263 &ipr_change_queue_depth_53263
-+picolcd_operation_mode_store_53264 picolcd_operation_mode_store 0-4 53264 NULL
-+sctp_make_fwdtsn_53265 sctp_make_fwdtsn 3 53265 NULL
-+wil_write_file_ssid_53266 wil_write_file_ssid 3-0 53266 NULL
-+cma_bitmap_pages_to_bits_53268 cma_bitmap_pages_to_bits 0-2 53268 NULL
-+btrfs_file_extent_num_bytes_53269 btrfs_file_extent_num_bytes 0 53269 NULL
-+brd_direct_access_53270 brd_direct_access 0 53270 NULL
-+cma_netdev_callback_53271 cma_netdev_callback 0 53271 NULL
-+kstrtoull_53273 kstrtoull 0 53273 NULL
-+genlmsg_multicast_53275 genlmsg_multicast 0 53275 NULL
-+sha1_ssse3_final_53278 sha1_ssse3_final 0 53278 NULL
-+target_fabric_np_base_attr_show_53281 target_fabric_np_base_attr_show 0 53281 NULL
-+rtl28xxu_ctrl_msg_53289 rtl28xxu_ctrl_msg 0 53289 NULL
-+null_update_53290 null_update 0 53290 NULL
-+ieee80211_send_probe_req_53292 ieee80211_send_probe_req 5-7 53292 NULL
-+ad9523_reg_access_53294 ad9523_reg_access 0 53294 NULL
-+rsi_mac80211_add_interface_53299 rsi_mac80211_add_interface 0 53299 NULL
-+dev_debug_store_53301 dev_debug_store 0-4 53301 NULL
-+isku_sysfs_write_key_mask_53305 isku_sysfs_write_key_mask 6-0-5 53305 NULL nohasharray
-+wishbone_serial_open_53305 wishbone_serial_open 0 53305 &isku_sysfs_write_key_mask_53305
-+x25_sendmsg_53311 x25_sendmsg 3 53311 NULL
-+dib7090p_rw_on_apb_53315 dib7090p_rw_on_apb 0-3 53315 NULL
-+batadv_interface_rx_53325 batadv_interface_rx 4 53325 NULL
-+usb_rapid_charge_show_53327 usb_rapid_charge_show 0 53327 NULL nohasharray
-+ftrace_profile_write_53327 ftrace_profile_write 3 53327 &usb_rapid_charge_show_53327
-+find_nr_power_limit_53330 find_nr_power_limit 0 53330 NULL
-+gsm_control_reply_53333 gsm_control_reply 4 53333 NULL
-+acpi_ut_copy_esimple_to_isimple_53338 acpi_ut_copy_esimple_to_isimple 0 53338 NULL
-+tsk_set_importance_53339 tsk_set_importance 0 53339 NULL
-+acpi_ds_eval_bank_field_operands_53341 acpi_ds_eval_bank_field_operands 0 53341 NULL nohasharray
-+hp_sw_activate_53341 hp_sw_activate 0 53341 &acpi_ds_eval_bank_field_operands_53341
-+shmem_file_read_iter_53342 shmem_file_read_iter 0 53342 NULL
-+xfs_vm_write_begin_53344 xfs_vm_write_begin 0 53344 NULL
-+bq2415x_i2c_read_mask_53345 bq2415x_i2c_read_mask 0-4-3 53345 NULL nohasharray
-+adfs_readpage_53345 adfs_readpage 0 53345 &bq2415x_i2c_read_mask_53345
-+netdev_master_upper_dev_link_private_53347 netdev_master_upper_dev_link_private 0 53347 NULL
-+rio_write_config_53349 rio_write_config 0-5-6 53349 NULL
-+zl10036_set_gain_params_53350 zl10036_set_gain_params 0 53350 NULL
-+oxygen_prepare_53351 oxygen_prepare 0 53351 NULL nohasharray
-+af9035_ctrl_msg_53351 af9035_ctrl_msg 0 53351 &oxygen_prepare_53351
-+bnx2i_send_nl_mesg_53353 bnx2i_send_nl_mesg 4 53353 NULL
-+atkbd_do_show_err_count_53356 atkbd_do_show_err_count 0 53356 NULL
-+alloc_xen_mmio_53359 alloc_xen_mmio 0 53359 NULL
-+key_timeout_53364 key_timeout 0 53364 NULL
-+smsc95xx_start_rx_path_53365 smsc95xx_start_rx_path 0 53365 NULL
-+dwc3_gadget_ep0_enable_53366 dwc3_gadget_ep0_enable 0 53366 NULL
-+efx_mcdi_poll_53367 efx_mcdi_poll 0 53367 NULL
-+sock_setbindtodevice_53369 sock_setbindtodevice 3-0 53369 NULL nohasharray
-+ubifs_write_end_53369 ubifs_write_end 0-5 53369 &sock_setbindtodevice_53369 nohasharray
-+link_start_53369 link_start 0 53369 &ubifs_write_end_53369
-+get_random_bytes_arch_53370 get_random_bytes_arch 2 53370 NULL
-+netlbl_unlhsh_add_addr4_53373 netlbl_unlhsh_add_addr4 0 53373 NULL
-+pci_user_write_config_word_53375 pci_user_write_config_word 0 53375 NULL
-+test_fw_misc_read_53384 test_fw_misc_read 3 53384 NULL
-+show_vrdhot_53385 show_vrdhot 0 53385 NULL
-+fuse_permission_53387 fuse_permission 0 53387 NULL
-+ov2640_g_fmt_53388 ov2640_g_fmt 0 53388 NULL
-+generic_file_write_iter_53392 generic_file_write_iter 0 53392 NULL
-+s5k83a_set_gain_53395 s5k83a_set_gain 0 53395 NULL nohasharray
-+s5p_mfc_alloc_dec_temp_buffers_v5_53395 s5p_mfc_alloc_dec_temp_buffers_v5 0 53395 &s5k83a_set_gain_53395 nohasharray
-+xfs_attr_remove_53395 xfs_attr_remove 0 53395 &s5p_mfc_alloc_dec_temp_buffers_v5_53395
-+iwlagn_mac_sta_add_53401 iwlagn_mac_sta_add 0 53401 NULL
-+hotkey_write_53403 hotkey_write 0 53403 NULL
-+i915_pipe_crc_read_53405 i915_pipe_crc_read 0-3 53405 NULL
-+start_53407 start 0 53407 NULL
-+snd_vt1724_playback_pro_prepare_53409 snd_vt1724_playback_pro_prepare 0 53409 NULL
-+iwl_pcie_txq_alloc_53413 iwl_pcie_txq_alloc 3 53413 NULL nohasharray
-+nilfs_btree_assign_gc_53413 nilfs_btree_assign_gc 0 53413 &iwl_pcie_txq_alloc_53413
-+tm_attr_show_53415 tm_attr_show 0 53415 NULL
-+hci_check_pending_name_53417 hci_check_pending_name 5 53417 NULL nohasharray
-+isolate_lru_page_53417 isolate_lru_page 0 53417 &hci_check_pending_name_53417
-+asus_hwmon_pwm1_53419 asus_hwmon_pwm1 0 53419 NULL
-+uwb_radio_change_channel_53420 uwb_radio_change_channel 0 53420 NULL
-+qt2_control_msg_53422 qt2_control_msg 0 53422 NULL
-+b43_wireless_core_start_53426 b43_wireless_core_start 0 53426 NULL
-+nvkm_fifo_channel_create__53430 nvkm_fifo_channel_create_ 9 53430 NULL
-+set_eeprom5_53432 set_eeprom5 4-0 53432 NULL nohasharray
-+qlcnic_83xx_set_nic_info_53432 qlcnic_83xx_set_nic_info 0 53432 &set_eeprom5_53432
-+acpi_ex_field_datum_io_53436 acpi_ex_field_datum_io 0 53436 NULL
-+rocker_group_tbl_add_53437 rocker_group_tbl_add 0 53437 NULL
-+isr_cmd_cmplt_read_53439 isr_cmd_cmplt_read 3-0 53439 NULL nohasharray
-+lm3533_set_hvled_config_53439 lm3533_set_hvled_config 0 53439 &isr_cmd_cmplt_read_53439
-+ipw_prom_open_53442 ipw_prom_open 0 53442 NULL
-+snd_dma_alloc_pages_53447 snd_dma_alloc_pages 3 53447 NULL nohasharray
-+mwifiex_info_read_53447 mwifiex_info_read 3-0 53447 &snd_dma_alloc_pages_53447 nohasharray
-+acpi_os_create_semaphore_53447 acpi_os_create_semaphore 0 53447 &mwifiex_info_read_53447
-+show_ipFragCreates_53448 show_ipFragCreates 0 53448 NULL nohasharray
-+reiserfs_unfreeze_53448 reiserfs_unfreeze 0 53448 &show_ipFragCreates_53448
-+syslog_print_all_53450 syslog_print_all 0 53450 NULL
-+apei_exec_run_optional_53452 apei_exec_run_optional 0 53452 NULL
-+ns83820_open_53454 ns83820_open 0 53454 NULL
-+acpi_tb_parse_root_table_53455 acpi_tb_parse_root_table 1 53455 NULL nohasharray
-+show_counter_tx_max_min_len_errs_53455 show_counter_tx_max_min_len_errs 0 53455 &acpi_tb_parse_root_table_53455
-+dyn_adc_capture_pcm_prepare_53457 dyn_adc_capture_pcm_prepare 0 53457 NULL nohasharray
-+__btrfs_lookup_bio_sums_53457 __btrfs_lookup_bio_sums 0 53457 &dyn_adc_capture_pcm_prepare_53457
-+n2_run_53459 n2_run 3 53459 NULL
-+pn_skb_send_53464 pn_skb_send 0 53464 NULL
-+store_fan_max_output_53466 store_fan_max_output 0-4 53466 NULL
-+wm831x_write_53469 wm831x_write 0 53469 NULL
-+hidp_send_frame_53473 hidp_send_frame 3 53473 NULL
-+neigh_sysctl_register_53474 neigh_sysctl_register 0 53474 NULL
-+ima_write_template_field_data_53475 ima_write_template_field_data 2 53475 NULL nohasharray
-+create_trace_kprobe_53475 create_trace_kprobe 1 53475 &ima_write_template_field_data_53475
-+rds_tcp_data_recv_53476 rds_tcp_data_recv 4-3 53476 NULL
-+iowarrior_read_53483 iowarrior_read 3-0 53483 NULL
-+osd_req_write_kern_53486 osd_req_write_kern 5-0 53486 NULL
-+snd_pcm_pre_pause_53490 snd_pcm_pre_pause 0 53490 NULL nohasharray
-+show_num_units_53490 show_num_units 0 53490 &snd_pcm_pre_pause_53490
-+create_extra_out_53491 create_extra_out 0 53491 NULL
-+ext_prop_data_show_53493 ext_prop_data_show 0 53493 NULL
-+memory_notify_53496 memory_notify 0 53496 NULL nohasharray
-+hardware_test_53496 hardware_test 0 53496 &memory_notify_53496
-+ath10k_wmi_pdev_get_temperature_53497 ath10k_wmi_pdev_get_temperature 0 53497 NULL
-+do_verify_xattr_datum_53499 do_verify_xattr_datum 0 53499 NULL nohasharray
-+adp8870_bl_l4_indoor_max_show_53499 adp8870_bl_l4_indoor_max_show 0 53499 &do_verify_xattr_datum_53499
-+sysfs_show_current_tick_dev_53501 sysfs_show_current_tick_dev 0 53501 NULL
-+wm8350_isink_disable_53504 wm8350_isink_disable 0 53504 NULL
-+snd_pcm_format_physical_width_53505 snd_pcm_format_physical_width 0 53505 NULL nohasharray
-+bonding_show_ad_select_53505 bonding_show_ad_select 0 53505 &snd_pcm_format_physical_width_53505
-+dbAllocNext_53506 dbAllocNext 0 53506 NULL
-+pcan_usb_pro_set_bus_53508 pcan_usb_pro_set_bus 0 53508 NULL
-+nfs4_schedule_stateid_recovery_53510 nfs4_schedule_stateid_recovery 0 53510 NULL
-+start_vga_cam_53511 start_vga_cam 0 53511 NULL
-+check_acl_53512 check_acl 0 53512 NULL
-+ea_remove_stuffed_53517 ea_remove_stuffed 0 53517 NULL
-+ds1685_rtc_set_alarm_53520 ds1685_rtc_set_alarm 0 53520 NULL
-+m41t80_sysfs_show_flags_53525 m41t80_sysfs_show_flags 0 53525 NULL
-+clk_core_enable_53527 clk_core_enable 0 53527 NULL
-+snd_seq_ioctl_get_named_queue_53529 snd_seq_ioctl_get_named_queue 0 53529 NULL
-+qla2x00_serial_num_show_53535 qla2x00_serial_num_show 0 53535 NULL
-+xfs_vn_listxattr_53536 xfs_vn_listxattr 0-3 53536 NULL
-+st_sensors_spi_read_53537 st_sensors_spi_read 0-4 53537 NULL
-+ubifs_jnl_write_inode_53538 ubifs_jnl_write_inode 0 53538 NULL
-+slab_cpuup_callback_53542 slab_cpuup_callback 0 53542 NULL
-+wl1273_fm_set_mode_53551 wl1273_fm_set_mode 0 53551 NULL
-+packet_getname_spkt_53555 packet_getname_spkt 0 53555 NULL
-+ec_poll_53557 ec_poll 0 53557 NULL
-+store_cursor_blink_53559 store_cursor_blink 0-4 53559 NULL
-+bop_check_insert_53561 bop_check_insert 0 53561 NULL
-+wlcore_raw_read_53565 wlcore_raw_read 0 53565 NULL
-+attr_release_to_select_show_tpkbd_53568 attr_release_to_select_show_tpkbd 0 53568 NULL
-+sigma_fw_load_control_53569 sigma_fw_load_control 3 53569 NULL
-+smsc75xx_write_reg_53571 smsc75xx_write_reg 0 53571 NULL
-+ieee802154_hdr_minlen_53572 ieee802154_hdr_minlen 0 53572 NULL nohasharray
-+regmap_spmi_ext_gather_write_53572 regmap_spmi_ext_gather_write 0 53572 &ieee802154_hdr_minlen_53572
-+ubb_show_53578 ubb_show 0 53578 NULL nohasharray
-+qlcnic_82xx_issue_cmd_53578 qlcnic_82xx_issue_cmd 0 53578 &ubb_show_53578
-+set_auto_pwm_min_53581 set_auto_pwm_min 0-4 53581 NULL
-+SYSC_bind_53582 SYSC_bind 3 53582 NULL
-+cifs_utf16_bytes_53593 cifs_utf16_bytes 0 53593 NULL nohasharray
-+sctp_do_sm_53593 sctp_do_sm 0 53593 &cifs_utf16_bytes_53593
-+proc_uid_map_write_53596 proc_uid_map_write 3-0 53596 NULL
-+load_cpu_fw_53598 load_cpu_fw 0 53598 NULL
-+bpq_open_53602 bpq_open 0 53602 NULL
-+__wait_on_bit_53603 __wait_on_bit 0 53603 NULL nohasharray
-+isl1208_i2c_read_regs_53603 isl1208_i2c_read_regs 0 53603 &__wait_on_bit_53603
-+pfkey_recvmsg_53604 pfkey_recvmsg 4-0 53604 NULL nohasharray
-+strict_strtoul_scaled_53604 strict_strtoul_scaled 0 53604 &pfkey_recvmsg_53604
-+check_reshape_53605 check_reshape 0 53605 NULL
-+nes_show_idx_data_53612 nes_show_idx_data 0 53612 NULL
-+o2hb_heartbeat_group_mode_store_53621 o2hb_heartbeat_group_mode_store 0-3 53621 NULL nohasharray
-+nes_store_flash_data_53621 nes_store_flash_data 0-3 53621 &o2hb_heartbeat_group_mode_store_53621
-+atl1e_init_hw_53624 atl1e_init_hw 0 53624 NULL
-+ds1553_rtc_set_alarm_53625 ds1553_rtc_set_alarm 0 53625 NULL
-+___alloc_bootmem_nopanic_53626 ___alloc_bootmem_nopanic 1 53626 NULL nohasharray
-+wil_write_file_txmgmt_53626 wil_write_file_txmgmt 3-0 53626 &___alloc_bootmem_nopanic_53626
-+mxl5007t_tuner_init_53627 mxl5007t_tuner_init 0 53627 NULL
-+it87_get_rx_bytes_53630 it87_get_rx_bytes 0 53630 NULL
-+ccid_getsockopt_builtin_ccids_53634 ccid_getsockopt_builtin_ccids 2 53634 NULL
-+powr1220_show_voltage_53637 powr1220_show_voltage 0 53637 NULL nohasharray
-+iwl_set_mode_53637 iwl_set_mode 0 53637 &powr1220_show_voltage_53637
-+si_fan_ctrl_set_fan_speed_percent_53640 si_fan_ctrl_set_fan_speed_percent 0 53640 NULL
-+nr_sendmsg_53656 nr_sendmsg 4-0 53656 NULL nohasharray
-+pn_sendmsg_53656 pn_sendmsg 3 53656 &nr_sendmsg_53656
-+allocate_page_53658 allocate_page 0 53658 NULL nohasharray
-+__bitmap_parse_53658 __bitmap_parse 0 53658 &allocate_page_53658
-+__nfs4_proc_set_acl_53665 __nfs4_proc_set_acl 0 53665 NULL
-+show_trigger_53668 show_trigger 0 53668 NULL
-+store_target_53673 store_target 0-4 53673 NULL
-+lan911x_config_init_53675 lan911x_config_init 0 53675 NULL
-+tcm_qla2xxx_tpg_attrib_show_demo_mode_login_only_53680 tcm_qla2xxx_tpg_attrib_show_demo_mode_login_only 0 53680 NULL
-+create_in_jack_mode_53681 create_in_jack_mode 0 53681 NULL
-+fuse_fill_write_pages_53682 fuse_fill_write_pages 0-4 53682 NULL
-+check_reshape_53683 check_reshape 0 53683 NULL
-+iscsi_stat_login_attr_store_53686 iscsi_stat_login_attr_store 0 53686 NULL
-+v4l2_event_subscribe_53687 v4l2_event_subscribe 3 53687 NULL
-+__show_signal_53688 __show_signal 0 53688 NULL
-+bdev_logical_block_size_53690 bdev_logical_block_size 0 53690 NULL nohasharray
-+igb_alloc_q_vector_53690 igb_alloc_q_vector 6-4 53690 &bdev_logical_block_size_53690
-+udp_disconnect_53691 udp_disconnect 0 53691 NULL
-+m5602_start_transfer_53692 m5602_start_transfer 0 53692 NULL nohasharray
-+bcm7xxx_28nm_config_init_53692 bcm7xxx_28nm_config_init 0 53692 &m5602_start_transfer_53692
-+adxl34x_autosleep_show_53693 adxl34x_autosleep_show 0 53693 NULL
-+show_otp1_53696 show_otp1 0 53696 NULL
-+iwl_mvm_mac_ctxt_cmd_go_53697 iwl_mvm_mac_ctxt_cmd_go 0 53697 NULL
-+generate_signingkey_53698 generate_signingkey 0 53698 NULL
-+read_53700 read 0 53700 NULL
-+napi_alloc_skb_53701 napi_alloc_skb 2 53701 NULL
-+si2157_set_params_53702 si2157_set_params 0 53702 NULL
-+find_overflow_devnum_53711 find_overflow_devnum 0 53711 NULL
-+nlmon_open_53719 nlmon_open 0 53719 NULL nohasharray
-+status_control_write_53719 status_control_write 0-6-5 53719 &nlmon_open_53719
-+__ocfs2_resv_find_window_53721 __ocfs2_resv_find_window 3 53721 NULL
-+__proc_debug_mb_53732 __proc_debug_mb 5 53732 NULL
-+wdm_write_53735 wdm_write 3-0 53735 NULL
-+ext3_try_to_allocate_with_rsv_53737 ext3_try_to_allocate_with_rsv 3-5-0 53737 NULL
-+acpi_ev_address_space_dispatch_53738 acpi_ev_address_space_dispatch 0 53738 NULL nohasharray
-+apei_write_53738 apei_write 0 53738 &acpi_ev_address_space_dispatch_53738
-+ixgbe_notify_dca_53739 ixgbe_notify_dca 0 53739 NULL nohasharray
-+wil_vring_alloc_53739 wil_vring_alloc 0 53739 &ixgbe_notify_dca_53739
-+twl4030reg_disable_53741 twl4030reg_disable 0 53741 NULL nohasharray
-+ufs_setattr_53741 ufs_setattr 0 53741 &twl4030reg_disable_53741
-+ipath_read_umem32_53742 ipath_read_umem32 0 53742 NULL
-+da9052_disable_irq_53745 da9052_disable_irq 2 53745 NULL
-+start_fw_53746 start_fw 0 53746 NULL
-+ivtv_firmware_copy_53748 ivtv_firmware_copy 0 53748 NULL
-+tda18271_ir_cal_init_53751 tda18271_ir_cal_init 0 53751 NULL
-+pci_read_config_byte_53754 pci_read_config_byte 0 53754 NULL nohasharray
-+sky2_get_regs_len_53754 sky2_get_regs_len 0 53754 &pci_read_config_byte_53754
-+lpfc_idiag_queacc_read_qe_53755 lpfc_idiag_queacc_read_qe 0-2 53755 NULL
-+hdpvr_i2c_read_53756 hdpvr_i2c_read 0 53756 NULL
-+wa_populate_buf_in_urb_53758 wa_populate_buf_in_urb 3-4 53758 NULL nohasharray
-+bql_set_limit_min_53758 bql_set_limit_min 0-4 53758 &wa_populate_buf_in_urb_53758
-+twl_rtc_alarm_irq_enable_53759 twl_rtc_alarm_irq_enable 0 53759 NULL
-+class_attr_show_53762 class_attr_show 0 53762 NULL
-+serport_ldisc_read_53764 serport_ldisc_read 0 53764 NULL
-+nes_show_ee_cmd_53765 nes_show_ee_cmd 0 53765 NULL nohasharray
-+smo8800_misc_read_53765 smo8800_misc_read 0-3 53765 &nes_show_ee_cmd_53765
-+store_53768 store 0-3 53768 NULL
-+i915_gem_execbuffer_parse_53770 i915_gem_execbuffer_parse 5-6 53770 NULL
-+ext4_walk_page_buffers_53771 ext4_walk_page_buffers 0 53771 NULL
-+ext2_acl_count_53773 ext2_acl_count 0-1 53773 NULL
-+radeon_show_edid1_53782 radeon_show_edid1 6-0-5 53782 NULL
-+falcon_b0_mem_map_size_53783 falcon_b0_mem_map_size 0 53783 NULL
-+__kfifo_dma_in_prepare_r_53792 __kfifo_dma_in_prepare_r 4-5 53792 NULL nohasharray
-+ubb_store_53792 ubb_store 0-3 53792 &__kfifo_dma_in_prepare_r_53792
-+call_usermodehelper_exec_53793 call_usermodehelper_exec 0 53793 NULL
-+block_write_end_53795 block_write_end 0-5 53795 NULL
-+show_fcstat_tx_words_53797 show_fcstat_tx_words 0 53797 NULL
-+qp_alloc_host_work_53798 qp_alloc_host_work 3-5 53798 NULL nohasharray
-+update_sf_53798 update_sf 0 53798 &qp_alloc_host_work_53798
-+__tty_alloc_driver_53799 __tty_alloc_driver 1 53799 NULL nohasharray
-+w1_master_attribute_show_attempts_53799 w1_master_attribute_show_attempts 0 53799 &__tty_alloc_driver_53799 nohasharray
-+gadget_strings_manufacturer_show_53799 gadget_strings_manufacturer_show 0 53799 &w1_master_attribute_show_attempts_53799 nohasharray
-+lio_target_np_show_iser_53799 lio_target_np_show_iser 0 53799 &gadget_strings_manufacturer_show_53799
-+regmap_raw_write_53803 regmap_raw_write 2-4-0 53803 NULL
-+b43_upload_microcode_53805 b43_upload_microcode 0 53805 NULL
-+lpfc_idiag_ctlacc_read_reg_53809 lpfc_idiag_ctlacc_read_reg 0-3 53809 NULL
-+nls_nullsize_53815 nls_nullsize 0 53815 NULL
-+radio_tea5777_set_freq_53817 radio_tea5777_set_freq 0 53817 NULL
-+setup_data_read_53822 setup_data_read 3-0 53822 NULL
-+enic_get_sset_count_53825 enic_get_sset_count 0 53825 NULL
-+tcp_recv_urg_53826 tcp_recv_urg 0-3 53826 NULL
-+part_stat_show_53838 part_stat_show 0 53838 NULL
-+wacom_status1_luminance_store_53844 wacom_status1_luminance_store 4-0 53844 NULL
-+ath10k_wmi_vdev_set_param_53849 ath10k_wmi_vdev_set_param 0 53849 NULL
-+store_imon_clock_53854 store_imon_clock 0-4 53854 NULL
-+copy_from_guest_53856 copy_from_guest 3-4 53856 NULL
-+smi_data_buf_phys_addr_show_53858 smi_data_buf_phys_addr_show 0 53858 NULL
-+__mpage_writepage_53860 __mpage_writepage 0 53860 NULL
-+show_led_53867 show_led 0 53867 NULL
-+mlx4_bitmap_alloc_range_53870 mlx4_bitmap_alloc_range 0-3 53870 NULL
-+btrfs_free_reserved_extent_53873 btrfs_free_reserved_extent 2 53873 NULL
-+wcn36xx_smd_rsp_status_check_53874 wcn36xx_smd_rsp_status_check 0 53874 NULL nohasharray
-+HYPERVISOR_dom0_op_53874 HYPERVISOR_dom0_op 0 53874 &wcn36xx_smd_rsp_status_check_53874
-+nf_hook_thresh_53875 nf_hook_thresh 0 53875 NULL
-+mwifiex_cmd_tdls_oper_53876 mwifiex_cmd_tdls_oper 0 53876 NULL
-+ieee80211_if_fmt_dropped_frames_congestion_53883 ieee80211_if_fmt_dropped_frames_congestion 3 53883 NULL nohasharray
-+c2port_store_flash_access_53883 c2port_store_flash_access 0-4 53883 &ieee80211_if_fmt_dropped_frames_congestion_53883
-+packet_dev_mc_53885 packet_dev_mc 0 53885 NULL
-+mwifiex_fw_dump_read_53887 mwifiex_fw_dump_read 0-3 53887 NULL
-+__uncore_filter_c6_show_53891 __uncore_filter_c6_show 0 53891 NULL nohasharray
-+wl1271_boot_upload_firmware_chunk_53891 wl1271_boot_upload_firmware_chunk 0 53891 &__uncore_filter_c6_show_53891
-+sync_max_show_53894 sync_max_show 0 53894 NULL
-+m920x_i2c_xfer_53897 m920x_i2c_xfer 0-3 53897 NULL nohasharray
-+mei_me_write_message_53897 mei_me_write_message 0 53897 &m920x_i2c_xfer_53897
-+s5k4aa_s_ctrl_53899 s5k4aa_s_ctrl 0 53899 NULL
-+SyS_setgroups_53900 SyS_setgroups 1 53900 NULL
-+posix_acl_chmod_53904 posix_acl_chmod 0 53904 NULL
-+l2cap_sock_bind_53908 l2cap_sock_bind 0 53908 NULL
-+batadv_tt_tvlv_ogm_handler_v1_53909 batadv_tt_tvlv_ogm_handler_v1 5 53909 NULL
-+rocker_port_fwding_53916 rocker_port_fwding 0 53916 NULL
-+rtl8152_open_53918 rtl8152_open 0 53918 NULL
-+stv06xx_write_sensor_bytes_53919 stv06xx_write_sensor_bytes 0 53919 NULL
-+do_switch_53920 do_switch 0 53920 NULL
-+__dquot_transfer_53922 __dquot_transfer 0 53922 NULL nohasharray
-+cyapa_gen3_check_fw_53922 cyapa_gen3_check_fw 0 53922 &__dquot_transfer_53922
-+usb_wwan_write_room_53925 usb_wwan_write_room 0 53925 NULL
-+input_polldev_set_poll_53926 input_polldev_set_poll 0-4 53926 NULL
-+usb_serial_generic_write_53927 usb_serial_generic_write 4 53927 NULL
-+romfs_readpage_53928 romfs_readpage 0 53928 NULL
-+do_unbind_con_driver_53937 do_unbind_con_driver 0 53937 NULL
-+ocfs2_make_clusters_writable_53938 ocfs2_make_clusters_writable 0 53938 NULL
-+store_53940 store 0-4 53940 NULL
-+show_sas_phy_loss_of_dword_sync_count_53942 show_sas_phy_loss_of_dword_sync_count 0 53942 NULL
-+adcxx_set_max_53943 adcxx_set_max 0-4 53943 NULL
-+f7188x_gpio_direction_out_53946 f7188x_gpio_direction_out 0 53946 NULL
-+bnx2x_get_sset_count_53949 bnx2x_get_sset_count 0 53949 NULL
-+get_status_53950 get_status 0 53950 NULL
-+mthca_setup_cmd_doorbells_53954 mthca_setup_cmd_doorbells 2 53954 NULL
-+address_show_53957 address_show 0 53957 NULL
-+vmw_fb_set_par_53959 vmw_fb_set_par 0 53959 NULL
-+osdname_show_53962 osdname_show 0 53962 NULL
-+batadv_tt_global_init_53964 batadv_tt_global_init 0 53964 NULL
-+mlx4_num_eq_uar_53965 mlx4_num_eq_uar 0 53965 NULL
-+iwl_pcie_load_given_ucode_8000b_53970 iwl_pcie_load_given_ucode_8000b 0 53970 NULL
-+ds1682_show_53974 ds1682_show 0 53974 NULL nohasharray
-+fw_shutdown_notify_53974 fw_shutdown_notify 0 53974 &ds1682_show_53974
-+idetape_chrdev_write_53976 idetape_chrdev_write 3-0 53976 NULL
-+nfs_cache_register_sb_53977 nfs_cache_register_sb 0 53977 NULL
-+reshape_53978 reshape 0 53978 NULL
-+macvtap_get_minor_53980 macvtap_get_minor 0 53980 NULL
-+qlcnic_sriov_get_pf_info_53985 qlcnic_sriov_get_pf_info 0 53985 NULL
-+pte_entry_53988 pte_entry 0 53988 NULL
-+__iscsi_tpg_auth_store_userid_53989 __iscsi_tpg_auth_store_userid 0-3 53989 NULL
-+sl811h_urb_enqueue_53990 sl811h_urb_enqueue 0 53990 NULL
-+recv_53991 recv 0 53991 NULL
-+ath9k_get_et_sset_count_53994 ath9k_get_et_sset_count 0 53994 NULL
-+smm665_show_lcrit_53997 smm665_show_lcrit 0 53997 NULL
-+ieee80211_if_fmt_dot11MeshHWMPperrMinInterval_53998 ieee80211_if_fmt_dot11MeshHWMPperrMinInterval 3 53998 NULL
-+ngene_i2c_master_xfer_53999 ngene_i2c_master_xfer 0-3 53999 NULL
-+write_54000 write 0-6-5 54000 NULL
-+pcistub_slot_add_54001 pcistub_slot_add 0-3 54001 NULL
-+hdpvr_i2c_write_54005 hdpvr_i2c_write 0 54005 NULL
-+wil_fw_load_54008 wil_fw_load 0 54008 NULL
-+sta_info_insert_54009 sta_info_insert 0 54009 NULL
-+hfsplus_attr_build_key_54013 hfsplus_attr_build_key 0 54013 NULL nohasharray
-+state_store_54013 state_store 0-4 54013 &hfsplus_attr_build_key_54013
-+__uncore_filter_match_show_54015 __uncore_filter_match_show 0 54015 NULL
-+generic_hdmi_build_controls_54016 generic_hdmi_build_controls 0 54016 NULL
-+snd_pcm_lib_write_transfer_54018 snd_pcm_lib_write_transfer 5 54018 NULL
-+vmci_transport_notify_pkt_recv_pre_block_54019 vmci_transport_notify_pkt_recv_pre_block 0 54019 NULL nohasharray
-+mdc_kuc_write_54019 mdc_kuc_write 3 54019 &vmci_transport_notify_pkt_recv_pre_block_54019
-+ov6650_reg_read_54020 ov6650_reg_read 0 54020 NULL
-+cmpk_message_handle_tx_54024 cmpk_message_handle_tx 4 54024 NULL
-+ath5k_hw_txpower_54026 ath5k_hw_txpower 0 54026 NULL
-+status_show_54028 status_show 0 54028 NULL
-+zd1201_setconfig16_54030 zd1201_setconfig16 0 54030 NULL
-+ipxrtr_route_packet_54036 ipxrtr_route_packet 4-0 54036 NULL
-+snd_ca0106_pcm_trigger_playback_54037 snd_ca0106_pcm_trigger_playback 0 54037 NULL
-+nes_show_idx_addr_54043 nes_show_idx_addr 0 54043 NULL
-+kbic_read_regr_54045 kbic_read_regr 0 54045 NULL
-+batadv_tt_update_orig_54049 batadv_tt_update_orig 6-4 54049 NULL
-+vx_set_stream_format_54050 vx_set_stream_format 0 54050 NULL
-+udf_update_inode_54051 udf_update_inode 0 54051 NULL nohasharray
-+b43legacy_phy_init_tssi2dbm_table_54051 b43legacy_phy_init_tssi2dbm_table 0 54051 &udf_update_inode_54051
-+pipeline_dec_packet_out_read_54052 pipeline_dec_packet_out_read 3-0 54052 NULL
-+broadcast_show_54055 broadcast_show 0 54055 NULL nohasharray
-+ways_of_associativity_show_54055 ways_of_associativity_show 0 54055 &broadcast_show_54055
-+rproc_state_read_54057 rproc_state_read 3-0 54057 NULL nohasharray
-+bond_open_54057 bond_open 0 54057 &rproc_state_read_54057 nohasharray
-+rx_complete_54057 rx_complete 3 54057 &bond_open_54057
-+set_ac97_input_54069 set_ac97_input 0 54069 NULL nohasharray
-+buffer_write_io_error_54069 buffer_write_io_error 0 54069 &set_ac97_input_54069
-+ath10k_htt_rx_alloc_54070 ath10k_htt_rx_alloc 0 54070 NULL
-+vivid_start_generating_vid_cap_54071 vivid_start_generating_vid_cap 0 54071 NULL
-+acpi_ps_parse_loop_54072 acpi_ps_parse_loop 0 54072 NULL nohasharray
-+ltc2945_show_bool_54072 ltc2945_show_bool 0 54072 &acpi_ps_parse_loop_54072
-+show_in_beep_54074 show_in_beep 0 54074 NULL
-+ext3_xattr_security_get_54081 ext3_xattr_security_get 0 54081 NULL
-+cachefiles_daemon_range_error_54092 cachefiles_daemon_range_error 0 54092 NULL
-+bitmap_bitremap_54096 bitmap_bitremap 4 54096 NULL
-+remove_id_store_54097 remove_id_store 0-3 54097 NULL
-+snd_cs5535audio_trigger_54101 snd_cs5535audio_trigger 0 54101 NULL
-+altera_set_ir_pre_54103 altera_set_ir_pre 2 54103 NULL nohasharray
-+show_command_event_reg_54103 show_command_event_reg 0 54103 &altera_set_ir_pre_54103 nohasharray
-+lustre_posix_acl_xattr_filter_54103 lustre_posix_acl_xattr_filter 2 54103 &show_command_event_reg_54103
-+create_xattr_54106 create_xattr 5 54106 NULL
-+bd2802_store_adv_conf_54107 bd2802_store_adv_conf 0-4 54107 NULL
-+snd_soc_component_update_bits_legacy_54111 snd_soc_component_update_bits_legacy 0 54111 NULL
-+rmd128_init_54119 rmd128_init 0 54119 NULL nohasharray
-+wl1251_op_add_interface_54119 wl1251_op_add_interface 0 54119 &rmd128_init_54119
-+strn_len_54122 strn_len 0 54122 NULL
-+ct_pcm_capture_prepare_54125 ct_pcm_capture_prepare 0 54125 NULL
-+blk_mq_queue_reinit_notify_54126 blk_mq_queue_reinit_notify 0 54126 NULL
-+v9fs_xattr_get_54127 v9fs_xattr_get 0 54127 NULL
-+store_sys_acpi_54129 store_sys_acpi 0-4 54129 NULL nohasharray
-+store_linear_54129 store_linear 0-4 54129 &store_sys_acpi_54129
-+ivtv_s_ctrl_54132 ivtv_s_ctrl 0 54132 NULL
-+snd_usb_pcm_prepare_54134 snd_usb_pcm_prepare 0 54134 NULL nohasharray
-+product_show_54134 product_show 0 54134 &snd_usb_pcm_prepare_54134 nohasharray
-+proc_reg_write_54134 proc_reg_write 0-3 54134 &product_show_54134
-+isr_host_acknowledges_read_54136 isr_host_acknowledges_read 3-0 54136 NULL nohasharray
-+isdn_net_open_54136 isdn_net_open 0 54136 &isr_host_acknowledges_read_54136
-+rs5c372_sysfs_show_osc_54137 rs5c372_sysfs_show_osc 0 54137 NULL
-+irq_blk_threshold_write_54138 irq_blk_threshold_write 3-0 54138 NULL
-+wait_on_bit_54143 wait_on_bit 0 54143 NULL
-+simple_write_end_54149 simple_write_end 0-5 54149 NULL nohasharray
-+kvm_pv_reboot_notify_54149 kvm_pv_reboot_notify 0 54149 &simple_write_end_54149
-+set_min_width_54150 set_min_width 0-4 54150 NULL
-+devcgroup_update_access_54151 devcgroup_update_access 0 54151 NULL
-+mci_ce_noinfo_show_54154 mci_ce_noinfo_show 0 54154 NULL nohasharray
-+n_hdlc_tty_read_54154 n_hdlc_tty_read 0 54154 &mci_ce_noinfo_show_54154
-+skge_change_mtu_54157 skge_change_mtu 0 54157 NULL
-+skge_get_regs_len_54160 skge_get_regs_len 0 54160 NULL
-+f_rndis_opts_attr_show_54161 f_rndis_opts_attr_show 0 54161 NULL nohasharray
-+kszphy_rmii_clk_sel_54161 kszphy_rmii_clk_sel 0 54161 &f_rndis_opts_attr_show_54161
-+i2400m_zrealloc_2x_54166 i2400m_zrealloc_2x 3 54166 NULL
-+ext_prop_type_show_54170 ext_prop_type_show 0 54170 NULL
-+sysfs_show_reg_54174 sysfs_show_reg 0 54174 NULL
-+p9_client_prepare_req_54175 p9_client_prepare_req 3 54175 NULL
-+qla4xxx_iscsi_func_cnt_show_54184 qla4xxx_iscsi_func_cnt_show 0 54184 NULL
-+acpi_os_read_memory_54186 acpi_os_read_memory 1-3 54186 NULL
-+bd2802_store_reg0x07_54187 bd2802_store_reg0x07 0-4 54187 NULL
-+ata_scsi_park_store_54188 ata_scsi_park_store 0-4 54188 NULL
-+ipoctal_write_room_54195 ipoctal_write_room 0 54195 NULL
-+ubifs_check_node_54196 ubifs_check_node 0 54196 NULL nohasharray
-+fan_set_state_acpi4_54196 fan_set_state_acpi4 0 54196 &ubifs_check_node_54196
-+wl1251_hw_init_power_auth_54203 wl1251_hw_init_power_auth 0 54203 NULL
-+SyS_ipc_54206 SyS_ipc 3 54206 NULL
-+handle_version_mismatch_54211 handle_version_mismatch 0 54211 NULL
-+nilfs_palloc_prepare_free_entry_54212 nilfs_palloc_prepare_free_entry 0 54212 NULL nohasharray
-+twl_sysfs_compat_info_54212 twl_sysfs_compat_info 6-0-5 54212 &nilfs_palloc_prepare_free_entry_54212
-+target_core_alua_tg_pt_gp_attr_show_54214 target_core_alua_tg_pt_gp_attr_show 0 54214 NULL
-+devm_request_threaded_irq_54215 devm_request_threaded_irq 0 54215 NULL nohasharray
-+blkg_conf_prep_54215 blkg_conf_prep 0 54215 &devm_request_threaded_irq_54215
-+sctp_setsockopt_fragment_interleave_54216 sctp_setsockopt_fragment_interleave 0 54216 NULL
-+ocfs2_inode_revalidate_54217 ocfs2_inode_revalidate 0 54217 NULL
-+interface_capabilities_show_54218 interface_capabilities_show 0 54218 NULL
-+iwl_pcie_load_cpu_sections_8000b_54219 iwl_pcie_load_cpu_sections_8000b 0 54219 NULL
-+do_sys_poll_54221 do_sys_poll 2 54221 NULL
-+__register_chrdev_54223 __register_chrdev 2-3 54223 NULL
-+cm_validate_req_param_54225 cm_validate_req_param 0 54225 NULL
-+nfs_commit_list_54226 nfs_commit_list 0 54226 NULL
-+i8k_smm_54227 i8k_smm 0 54227 NULL
-+fc0012_get_if_frequency_54229 fc0012_get_if_frequency 0 54229 NULL
-+pi_read_regr_54231 pi_read_regr 0 54231 NULL nohasharray
-+lnext_show_54231 lnext_show 0 54231 &pi_read_regr_54231
-+mtd_read_oob_54234 mtd_read_oob 0 54234 NULL
-+get_a_ctxt_54239 get_a_ctxt 0 54239 NULL
-+store_queue_type_field_54243 store_queue_type_field 0-4 54243 NULL
-+mcp23s08_read_regs_54246 mcp23s08_read_regs 4 54246 NULL nohasharray
-+bnx2x_setup_leading_54246 bnx2x_setup_leading 0 54246 &mcp23s08_read_regs_54246
-+reada_add_block_54247 reada_add_block 2 54247 NULL
-+write_file_spec_scan_ctl_54248 write_file_spec_scan_ctl 3-0 54248 NULL nohasharray
-+stream_dequeue_54248 stream_dequeue 0 54248 &write_file_spec_scan_ctl_54248
-+ad7887_ring_preenable_54249 ad7887_ring_preenable 0 54249 NULL nohasharray
-+store_temp_offset_54249 store_temp_offset 0-4 54249 &ad7887_ring_preenable_54249
-+vxfs_statfs_54251 vxfs_statfs 0 54251 NULL
-+iscsi_tpg_param_show_AuthMethod_54252 iscsi_tpg_param_show_AuthMethod 0 54252 NULL
-+xfs_dir2_sf_addname_hard_54254 xfs_dir2_sf_addname_hard 3 54254 NULL
-+venus_setattr_54255 venus_setattr 0 54255 NULL
-+queue_logical_block_size_show_54257 queue_logical_block_size_show 0 54257 NULL
-+ceph_msgpool_get_54258 ceph_msgpool_get 2 54258 NULL
-+iwl_pcie_set_cmd_in_flight_54259 iwl_pcie_set_cmd_in_flight 0 54259 NULL nohasharray
-+inv_reset_fifo_54259 inv_reset_fifo 0 54259 &iwl_pcie_set_cmd_in_flight_54259
-+audio_write_54261 audio_write 4-0 54261 NULL nohasharray
-+wusb_prf_54261 wusb_prf 7-0 54261 &audio_write_54261 nohasharray
-+asus_wmi_get_devstate_bits_54261 asus_wmi_get_devstate_bits 0-3 54261 &wusb_prf_54261 nohasharray
-+bond_option_primary_reselect_set_54261 bond_option_primary_reselect_set 0 54261 &asus_wmi_get_devstate_bits_54261
-+get_temp_alarm_54267 get_temp_alarm 0 54267 NULL
-+mwifiex_getlog_read_54269 mwifiex_getlog_read 3-0 54269 NULL
-+kstrtou16_from_user_54274 kstrtou16_from_user 2 54274 NULL
-+snd_hda_query_supported_pcm_54275 snd_hda_query_supported_pcm 0 54275 NULL
-+sizeof_long_54276 sizeof_long 0 54276 NULL
-+ubi_calc_data_len_54279 ubi_calc_data_len 0-3 54279 NULL nohasharray
-+bond_option_tlb_dynamic_lb_set_54279 bond_option_tlb_dynamic_lb_set 0 54279 &ubi_calc_data_len_54279
-+mls_context_cpy_low_54281 mls_context_cpy_low 0 54281 NULL
-+fm10k_open_54283 fm10k_open 0 54283 NULL
-+msi2500_queue_setup_54289 msi2500_queue_setup 0 54289 NULL
-+_nfs4_proc_pathconf_54290 _nfs4_proc_pathconf 0 54290 NULL nohasharray
-+watchdog_trigger_54290 watchdog_trigger 0 54290 &_nfs4_proc_pathconf_54290
-+altera_set_dr_post_54291 altera_set_dr_post 2 54291 NULL
-+show_designated_port_54292 show_designated_port 0 54292 NULL
-+xiic_xfer_54293 xiic_xfer 0-3 54293 NULL
-+netlink_alloc_skb_54294 netlink_alloc_skb 2 54294 NULL
-+dlm_alloc_pagevec_54296 dlm_alloc_pagevec 1 54296 NULL
-+remove_store_54298 remove_store 0-4 54298 NULL
-+dentry_has_perm_54299 dentry_has_perm 0 54299 NULL
-+reclaim_pages_54301 reclaim_pages 3 54301 NULL
-+crc32_pclmul_init_54305 crc32_pclmul_init 0 54305 NULL
-+sprintf_54306 sprintf 0 54306 NULL
-+path_setxattr_54308 path_setxattr 4 54308 NULL
-+mlx4_en_create_rx_ring_54315 mlx4_en_create_rx_ring 3 54315 NULL
-+kone_set_settings_54317 kone_set_settings 0 54317 NULL
-+qlcnic_sriov_cfg_vf_guest_vlan_54318 qlcnic_sriov_cfg_vf_guest_vlan 0 54318 NULL
-+bio_add_pc_page_54319 bio_add_pc_page 4 54319 NULL nohasharray
-+snd_hwdep_write_54319 snd_hwdep_write 0-3 54319 &bio_add_pc_page_54319
-+setup_data_data_read_54324 setup_data_data_read 0-5-6 54324 NULL
-+elan_i2c_calibrate_54325 elan_i2c_calibrate 0 54325 NULL
-+pn_raw_send_54330 pn_raw_send 2 54330 NULL
-+bnx2_setup_int_mode_54335 bnx2_setup_int_mode 0 54335 NULL
-+ocrdma_addr_event_54337 ocrdma_addr_event 0 54337 NULL
-+ths7303_s_stream_54338 ths7303_s_stream 0 54338 NULL
-+br_fdb_fillbuf_54339 br_fdb_fillbuf 0 54339 NULL nohasharray
-+ks0127_s_stream_54339 ks0127_s_stream 0 54339 &br_fdb_fillbuf_54339
-+da9052_enable_vddout_channel_54341 da9052_enable_vddout_channel 0 54341 NULL
-+__alloc_dev_table_54343 __alloc_dev_table 2 54343 NULL
-+fat_writepage_54344 fat_writepage 0 54344 NULL
-+loop_attr_do_show_partscan_54346 loop_attr_do_show_partscan 0 54346 NULL
-+_osd_realloc_seg_54352 _osd_realloc_seg 3-0 54352 NULL nohasharray
-+__get_free_pages_54352 __get_free_pages 0 54352 &_osd_realloc_seg_54352
-+hsi_async_read_54365 hsi_async_read 0 54365 NULL
-+readlink_copy_54366 readlink_copy 2-0 54366 NULL nohasharray
-+lp55xx_show_current_54366 lp55xx_show_current 0 54366 &readlink_copy_54366
-+read_file_credit_dist_stats_54367 read_file_credit_dist_stats 3-0 54367 NULL
-+wake_up_pme_store_54368 wake_up_pme_store 0-4 54368 NULL
-+tps65912_set_bits_54370 tps65912_set_bits 0 54370 NULL
-+aac_show_model_54375 aac_show_model 0 54375 NULL
-+do_dccp_setsockopt_54377 do_dccp_setsockopt 5-0 54377 NULL nohasharray
-+intel_sdvo_write_cmd_54377 intel_sdvo_write_cmd 4 54377 &do_dccp_setsockopt_54377
-+ah_alloc_tmp_54378 ah_alloc_tmp 2-3 54378 NULL
-+gart_unmap_page_54379 gart_unmap_page 3-2 54379 NULL
-+wl1271_acx_cca_threshold_54385 wl1271_acx_cca_threshold 0 54385 NULL
-+snd_pcm_oss_read2_54387 snd_pcm_oss_read2 0-3 54387 NULL
-+bonding_show_packets_per_slave_54388 bonding_show_packets_per_slave 0 54388 NULL
-+hash_mac4_expire_54392 hash_mac4_expire 4 54392 NULL nohasharray
-+iwl_dbgfs_power_save_status_read_54392 iwl_dbgfs_power_save_status_read 3-0 54392 &hash_mac4_expire_54392
-+o2nm_cluster_attr_idle_timeout_ms_read_54400 o2nm_cluster_attr_idle_timeout_ms_read 0 54400 NULL nohasharray
-+set_gss_proxy_54400 set_gss_proxy 0 54400 &o2nm_cluster_attr_idle_timeout_ms_read_54400
-+snd_pcm_add_chmap_ctls_54404 snd_pcm_add_chmap_ctls 0 54404 NULL
-+efx_nic_describe_stats_54407 efx_nic_describe_stats 0-2 54407 NULL
-+vmbus_sendpacket_ctl_54410 vmbus_sendpacket_ctl 0 54410 NULL
-+__iscsi_disc_show_authenticate_target_54411 __iscsi_disc_show_authenticate_target 0 54411 NULL
-+iio_trigger_register_54412 iio_trigger_register 0 54412 NULL
-+ath10k_install_peer_wep_keys_54414 ath10k_install_peer_wep_keys 0 54414 NULL
-+sky2_set_mac_address_54415 sky2_set_mac_address 0 54415 NULL
-+copy_gadget_strings_54417 copy_gadget_strings 3-2 54417 NULL
-+wl1251_hw_init_energy_detection_54421 wl1251_hw_init_energy_detection 0 54421 NULL
-+ixgbe_request_irq_54422 ixgbe_request_irq 0 54422 NULL
-+nilfs_palloc_get_block_54425 nilfs_palloc_get_block 0 54425 NULL
-+new_lockspace_54427 new_lockspace 0 54427 NULL
-+__ocfs2_write_remove_suid_54433 __ocfs2_write_remove_suid 0 54433 NULL
-+pm3fb_check_var_54437 pm3fb_check_var 0 54437 NULL
-+rtl8139_open_54441 rtl8139_open 0 54441 NULL
-+ath9k_htc_get_et_sset_count_54442 ath9k_htc_get_et_sset_count 0 54442 NULL
-+read_firmid_54443 read_firmid 0 54443 NULL
-+cot_decompress_54452 cot_decompress 0 54452 NULL
-+mc13783_gpo_regulator_is_enabled_54460 mc13783_gpo_regulator_is_enabled 0 54460 NULL
-+nested_vmx_load_msr_54462 nested_vmx_load_msr 2 54462 NULL
-+lola_pcm_prepare_54465 lola_pcm_prepare 0 54465 NULL
-+uvesafb_show_vendor_54467 uvesafb_show_vendor 0 54467 NULL
-+dev_cpu_callback_54475 dev_cpu_callback 0 54475 NULL nohasharray
-+iscsit_ta_generate_node_acls_54475 iscsit_ta_generate_node_acls 0 54475 &dev_cpu_callback_54475
-+__erst_get_next_record_id_54478 __erst_get_next_record_id 0 54478 NULL
-+buffer_migrate_page_54480 buffer_migrate_page 0 54480 NULL
-+fuse_notify_inval_entry_54481 fuse_notify_inval_entry 0 54481 NULL
-+show_session_param_ISCSI_PARAM_DISCOVERY_SESS_54483 show_session_param_ISCSI_PARAM_DISCOVERY_SESS 0 54483 NULL
-+sparse_early_mem_maps_alloc_node_54485 sparse_early_mem_maps_alloc_node 4 54485 NULL
-+po1030_set_exposure_54489 po1030_set_exposure 0 54489 NULL
-+garmin_write_54492 garmin_write 0-4 54492 NULL
-+simple_strtoull_54493 simple_strtoull 0 54493 NULL
-+swiotlb_tbl_map_single_54495 swiotlb_tbl_map_single 0 54495 NULL
-+vfio_raw_config_read_54500 vfio_raw_config_read 0-3 54500 NULL
-+cyapa_calibrate_store_54501 cyapa_calibrate_store 0-4 54501 NULL
-+ieee80211_tdls_mgmt_setup_54503 ieee80211_tdls_mgmt_setup 10 54503 NULL nohasharray
-+vfs_getattr_nosec_54503 vfs_getattr_nosec 0 54503 &ieee80211_tdls_mgmt_setup_54503
-+l2cap_create_basic_pdu_54508 l2cap_create_basic_pdu 3 54508 NULL nohasharray
-+tipc_sk_anc_data_recv_54508 tipc_sk_anc_data_recv 0 54508 &l2cap_create_basic_pdu_54508 nohasharray
-+sh_mobile_ceu_s_ctrl_54508 sh_mobile_ceu_s_ctrl 0 54508 &tipc_sk_anc_data_recv_54508
-+btrfs_ordered_sum_size_54509 btrfs_ordered_sum_size 0-2 54509 NULL
-+mci_ce_count_show_54514 mci_ce_count_show 0 54514 NULL nohasharray
-+xc_send_i2c_data_54514 xc_send_i2c_data 0 54514 &mci_ce_count_show_54514
-+cache_add_dev_54516 cache_add_dev 0 54516 NULL
-+create_lkb_54517 create_lkb 0 54517 NULL
-+rfc4106_set_key_54519 rfc4106_set_key 3 54519 NULL nohasharray
-+remove_id_show_54519 remove_id_show 0 54519 &rfc4106_set_key_54519
-+memory_get_max_bandwidth_54523 memory_get_max_bandwidth 0 54523 NULL
-+vmci_transport_dgram_enqueue_54525 vmci_transport_dgram_enqueue 4-0 54525 NULL nohasharray
-+walk_pud_range_54525 walk_pud_range 0 54525 &vmci_transport_dgram_enqueue_54525
-+viacam_read_54526 viacam_read 3-0 54526 NULL
-+pnp_assign_resources_54531 pnp_assign_resources 0 54531 NULL
-+bq2415x_sysfs_show_timer_54533 bq2415x_sysfs_show_timer 0 54533 NULL
-+b43_bus_powerup_54534 b43_bus_powerup 0 54534 NULL
-+unix_dgram_connect_54535 unix_dgram_connect 3 54535 NULL
-+offcore_rsp_show_54537 offcore_rsp_show 0 54537 NULL
-+setsockopt_54539 setsockopt 5 54539 NULL
-+new_analog_input_54542 new_analog_input 0 54542 NULL
-+show_iface_discovery_auth_optional_54545 show_iface_discovery_auth_optional 0 54545 NULL nohasharray
-+pccard_store_card_pm_state_54545 pccard_store_card_pm_state 0-4 54545 &show_iface_discovery_auth_optional_54545
-+lbs_lowsnr_write_54549 lbs_lowsnr_write 3-0 54549 NULL
-+i915_gem_get_seqno_54555 i915_gem_get_seqno 0 54555 NULL
-+mwifiex_usb_submit_rx_urb_54558 mwifiex_usb_submit_rx_urb 2 54558 NULL
-+SYSC_setsockopt_54561 SYSC_setsockopt 5 54561 NULL
-+attr_sensitivity_show_cptkbd_54562 attr_sensitivity_show_cptkbd 0 54562 NULL
-+sht15_send_cmd_54567 sht15_send_cmd 0 54567 NULL
-+cxgbi_get_host_param_54569 cxgbi_get_host_param 0 54569 NULL nohasharray
-+l2tp_ip_getname_54569 l2tp_ip_getname 0 54569 &cxgbi_get_host_param_54569 nohasharray
-+f2fs_write_node_page_54569 f2fs_write_node_page 0 54569 &l2tp_ip_getname_54569
-+target_stat_scsi_tgt_dev_show_attr_num_lus_54570 target_stat_scsi_tgt_dev_show_attr_num_lus 0 54570 NULL
-+skb_put_padto_54571 skb_put_padto 2 54571 NULL nohasharray
-+jffs2_security_listxattr_54571 jffs2_security_listxattr 0-5 54571 &skb_put_padto_54571
-+nfsd_vfs_write_54577 nfsd_vfs_write 6 54577 NULL
-+s5k83a_set_brightness_54578 s5k83a_set_brightness 0 54578 NULL
-+rds_getname_54579 rds_getname 0 54579 NULL
-+fw_iso_buffer_init_54582 fw_iso_buffer_init 3 54582 NULL
-+pfkey_recvmsg_54588 pfkey_recvmsg 3 54588 NULL
-+xfrm_polexpire_msgsize_54589 xfrm_polexpire_msgsize 0 54589 NULL
-+sync_callback_54596 sync_callback 0 54596 NULL
-+authorized_default_show_54600 authorized_default_show 0 54600 NULL nohasharray
-+br_port_get_slave_size_54600 br_port_get_slave_size 0 54600 &authorized_default_show_54600
-+security_netlink_send_54601 security_netlink_send 0 54601 NULL
-+irq_pkt_threshold_write_54605 irq_pkt_threshold_write 3-0 54605 NULL
-+it913x_set_params_54609 it913x_set_params 0 54609 NULL
-+pdacf_resume_54612 pdacf_resume 0 54612 NULL
-+show_unique_id_54613 show_unique_id 0 54613 NULL
-+qlcnic_82xx_config_intrpt_54614 qlcnic_82xx_config_intrpt 0 54614 NULL
-+sbp_update_unit_directory_54619 sbp_update_unit_directory 0 54619 NULL
-+vb2_dma_sg_alloc_54621 vb2_dma_sg_alloc 2 54621 NULL
-+bl_initiate_54623 bl_initiate 0 54623 NULL
-+port_fops_write_54627 port_fops_write 3-0 54627 NULL
-+pxa168_set_settings_54634 pxa168_set_settings 0 54634 NULL
-+ds2780_read_block_54635 ds2780_read_block 4-3-0 54635 NULL nohasharray
-+s_ctrl_54635 s_ctrl 0 54635 &ds2780_read_block_54635
-+w1_f23_fix_count_54636 w1_f23_fix_count 0-2-1-3 54636 NULL nohasharray
-+nilfs_superblock_sb_write_time_show_54636 nilfs_superblock_sb_write_time_show 0 54636 &w1_f23_fix_count_54636 nohasharray
-+ext2_write_end_54636 ext2_write_end 5-0 54636 &nilfs_superblock_sb_write_time_show_54636
-+uart_get_attr_closing_wait_54637 uart_get_attr_closing_wait 0 54637 NULL nohasharray
-+ds1682_eeprom_write_54637 ds1682_eeprom_write 0-5-6 54637 &uart_get_attr_closing_wait_54637
-+tcm_qla2xxx_tpg_attrib_store_cache_dynamic_acls_54638 tcm_qla2xxx_tpg_attrib_store_cache_dynamic_acls 0-3 54638 NULL
-+__addrconf_sysctl_register_54645 __addrconf_sysctl_register 0 54645 NULL
-+tipc_send_stream_54648 tipc_send_stream 4-0 54648 NULL
-+ath10k_htc_alloc_skb_54651 ath10k_htc_alloc_skb 2 54651 NULL
-+irq_timeout_read_54653 irq_timeout_read 3-0 54653 NULL
-+iscsi_stat_logout_show_attr_abnormal_logouts_54654 iscsi_stat_logout_show_attr_abnormal_logouts 0 54654 NULL
-+_regulator_enable_54655 _regulator_enable 0 54655 NULL nohasharray
-+ubifs_wbuf_sync_nolock_54655 ubifs_wbuf_sync_nolock 0 54655 &_regulator_enable_54655
-+dns_resolver_read_54658 dns_resolver_read 3 54658 NULL
-+twl6030_interrupt_mask_54659 twl6030_interrupt_mask 2 54659 NULL
-+pte_hole_54661 pte_hole 0 54661 NULL nohasharray
-+simple_alloc_urb_54661 simple_alloc_urb 3 54661 &pte_hole_54661 nohasharray
-+rds_page_remainder_cpu_notify_54661 rds_page_remainder_cpu_notify 0 54661 &simple_alloc_urb_54661
-+qla4xxx_serial_num_show_54662 qla4xxx_serial_num_show 0 54662 NULL nohasharray
-+multicast_query_interval_store_54662 multicast_query_interval_store 4-0 54662 &qla4xxx_serial_num_show_54662
-+nfs4_server_capabilities_54664 nfs4_server_capabilities 0 54664 NULL nohasharray
-+s35390a_get_reg_54664 s35390a_get_reg 0 54664 &nfs4_server_capabilities_54664 nohasharray
-+read_dev_54664 read_dev 0 54664 &s35390a_get_reg_54664
-+bus_add_device_54665 bus_add_device 0 54665 NULL
-+cw1200_queue_stats_init_54670 cw1200_queue_stats_init 2 54670 NULL nohasharray
-+tipc_tlv_alloc_54670 tipc_tlv_alloc 1 54670 &cw1200_queue_stats_init_54670 nohasharray
-+atmtcp_v_open_54670 atmtcp_v_open 0 54670 &tipc_tlv_alloc_54670
-+bio_kmalloc_54672 bio_kmalloc 2 54672 NULL
-+show_target_temp_54673 show_target_temp 0 54673 NULL
-+evm_read_key_54674 evm_read_key 3-0 54674 NULL nohasharray
-+dm_attr_show_54674 dm_attr_show 0 54674 &evm_read_key_54674
-+ath10k_wmi_attach_54680 ath10k_wmi_attach 0 54680 NULL
-+rtnl_link_get_slave_info_data_size_54681 rtnl_link_get_slave_info_data_size 0 54681 NULL nohasharray
-+arcnet_open_54681 arcnet_open 0 54681 &rtnl_link_get_slave_info_data_size_54681 nohasharray
-+mc13xxx_rtc_set_alarm_54681 mc13xxx_rtc_set_alarm 0 54681 &arcnet_open_54681
-+hfsplus_write_begin_54686 hfsplus_write_begin 3-0 54686 NULL
-+apei_exec_read_register_54687 apei_exec_read_register 0 54687 NULL nohasharray
-+jfs_direct_IO_54687 jfs_direct_IO 4-0 54687 &apei_exec_read_register_54687
-+ad7879_disable_store_54690 ad7879_disable_store 0-4 54690 NULL
-+kfd_gtt_sa_init_54695 kfd_gtt_sa_init 3-2 54695 NULL
-+ath9k_hw_rf_set_freq_54699 ath9k_hw_rf_set_freq 0 54699 NULL
-+platform_get_irq_byname_54700 platform_get_irq_byname 0 54700 NULL
-+smack_task_setscheduler_54707 smack_task_setscheduler 0 54707 NULL
-+rfkill_fop_read_54711 rfkill_fop_read 3-0 54711 NULL
-+wmi_echo_54712 wmi_echo 0 54712 NULL
-+hpet_read_54717 hpet_read 0-3 54717 NULL nohasharray
-+iio_trigger_write_current_54717 iio_trigger_write_current 0-4 54717 &hpet_read_54717
-+_add_sg_continuation_descriptor_54721 _add_sg_continuation_descriptor 3 54721 NULL nohasharray
-+pinmux_gpio_direction_54721 pinmux_gpio_direction 0 54721 &_add_sg_continuation_descriptor_54721
-+mwl8k_txq_init_54724 mwl8k_txq_init 0 54724 NULL
-+show_54725 show 0 54725 NULL
-+set_con2fb_map_54727 set_con2fb_map 0 54727 NULL
-+rmd128_final_54728 rmd128_final 0 54728 NULL
-+show_vgapass_54732 show_vgapass 0 54732 NULL
-+mcs_setup_transceiver_sharp_54734 mcs_setup_transceiver_sharp 0 54734 NULL
-+ocfs2_control_write_54737 ocfs2_control_write 3-0 54737 NULL
-+kzalloc_54740 kzalloc 1 54740 NULL nohasharray
-+store_led_override_54740 store_led_override 0-4 54740 &kzalloc_54740
-+do_trimming_54741 do_trimming 3 54741 NULL
-+fm_tx_set_rds_mode_54743 fm_tx_set_rds_mode 0 54743 NULL
-+wep_iv_read_54744 wep_iv_read 3-0 54744 NULL nohasharray
-+dn_hash_sock_54744 dn_hash_sock 0 54744 &wep_iv_read_54744
-+_ctl_diag_trigger_master_store_54745 _ctl_diag_trigger_master_store 0-4 54745 NULL nohasharray
-+mt9v022_g_fmt_54745 mt9v022_g_fmt 0 54745 &_ctl_diag_trigger_master_store_54745
-+lpfc_idiag_pcicfg_write_54749 lpfc_idiag_pcicfg_write 3-0 54749 NULL
-+iio_event_chrdev_read_54757 iio_event_chrdev_read 3-0 54757 NULL
-+adis16480_show_firmware_date_54762 adis16480_show_firmware_date 3-0 54762 NULL
-+show_zone_54763 show_zone 0 54763 NULL
-+smsc9420_ethtool_getregslen_54764 smsc9420_ethtool_getregslen 0 54764 NULL
-+nfs3_listxattr_54765 nfs3_listxattr 0-3 54765 NULL
-+snd_seq_ioctl_system_info_54773 snd_seq_ioctl_system_info 0 54773 NULL
-+lbtf_op_add_interface_54775 lbtf_op_add_interface 0 54775 NULL
-+dummy_dev_init_54776 dummy_dev_init 0 54776 NULL
-+blk_mq_sysfs_merged_show_54780 blk_mq_sysfs_merged_show 0 54780 NULL
-+s3c_camif_video_s_ctrl_54787 s3c_camif_video_s_ctrl 0 54787 NULL
-+sis190_open_54790 sis190_open 0 54790 NULL
-+nfs41_find_root_sec_54791 nfs41_find_root_sec 0 54791 NULL nohasharray
-+xfs_rtallocate_extent_block_54791 xfs_rtallocate_extent_block 0 54791 &nfs41_find_root_sec_54791
-+flexcop_device_kmalloc_54793 flexcop_device_kmalloc 1 54793 NULL
-+show_fcoe_fcf_device_fka_period_54796 show_fcoe_fcf_device_fka_period 0 54796 NULL
-+vlan_qos_map_size_54797 vlan_qos_map_size 0-1 54797 NULL
-+ext3_find_goal_54801 ext3_find_goal 0 54801 NULL nohasharray
-+acpi_ds_resolve_operands_54801 acpi_ds_resolve_operands 0 54801 &ext3_find_goal_54801 nohasharray
-+acpi_thermal_cpufreq_notifier_54801 acpi_thermal_cpufreq_notifier 0 54801 &acpi_ds_resolve_operands_54801
-+imx074_s_fmt_54808 imx074_s_fmt 0 54808 NULL nohasharray
-+wl1271_init_vif_specific_54808 wl1271_init_vif_specific 0 54808 &imx074_s_fmt_54808
-+nfsd_write_54809 nfsd_write 6 54809 NULL
-+iio_triggered_buffer_postenable_54812 iio_triggered_buffer_postenable 0 54812 NULL
-+ar9287_dump_modal_eeprom_54814 ar9287_dump_modal_eeprom 2-3-0 54814 NULL
-+kvzalloc_54815 kvzalloc 1 54815 NULL nohasharray
-+aes_decrypt_fail_read_54815 aes_decrypt_fail_read 3-0 54815 &kvzalloc_54815
-+_ctl_version_product_show_54831 _ctl_version_product_show 0 54831 NULL nohasharray
-+__c2port_write_flash_erase_54831 __c2port_write_flash_erase 0 54831 &_ctl_version_product_show_54831
-+generic_perform_write_54832 generic_perform_write 3-0 54832 NULL
-+write_rio_54837 write_rio 3-0 54837 NULL
-+ext3_acl_from_disk_54839 ext3_acl_from_disk 2 54839 NULL
-+gpio_direction_show_54843 gpio_direction_show 0 54843 NULL
-+prepare_dma_54845 prepare_dma 0 54845 NULL
-+rocker_flow_tbl_add_54846 rocker_flow_tbl_add 0 54846 NULL nohasharray
-+hw_reset_phy_54846 hw_reset_phy 0 54846 &rocker_flow_tbl_add_54846
-+scsi_add_host_54847 scsi_add_host 0 54847 NULL
-+ufx_ops_write_54848 ufx_ops_write 3 54848 NULL
-+printer_read_54851 printer_read 3 54851 NULL
-+assign_irq_vector_54852 assign_irq_vector 0 54852 NULL
-+show_node_54859 show_node 0 54859 NULL
-+nilfs_segctor_attr_store_54860 nilfs_segctor_attr_store 0-4 54860 NULL
-+m41t80_get_datetime_54861 m41t80_get_datetime 0 54861 NULL
-+rdev_attr_store_54863 rdev_attr_store 0-4 54863 NULL
-+broadsheet_spiflash_rewrite_sector_54864 broadsheet_spiflash_rewrite_sector 2-0 54864 NULL
-+prism_build_supp_rates_54865 prism_build_supp_rates 0 54865 NULL
-+f2fs_xattr_generic_list_54866 f2fs_xattr_generic_list 0-5 54866 NULL nohasharray
-+acpi_ex_resolve_node_to_value_54866 acpi_ex_resolve_node_to_value 0 54866 &f2fs_xattr_generic_list_54866
-+nvkm_bar_create__54867 nvkm_bar_create_ 4 54867 NULL nohasharray
-+cpuset_track_online_nodes_54867 cpuset_track_online_nodes 0 54867 &nvkm_bar_create__54867
-+show_learning_54874 show_learning 0 54874 NULL
-+xfs_vm_direct_IO_54876 xfs_vm_direct_IO 3 54876 NULL
-+time_show_54879 time_show 0 54879 NULL nohasharray
-+xfs_alloc_read_agfl_54879 xfs_alloc_read_agfl 0 54879 &time_show_54879
-+mlx4_en_tunnel_steer_add_54880 mlx4_en_tunnel_steer_add 0 54880 NULL
-+dmi_entry_raw_read_54883 dmi_entry_raw_read 0-5-6 54883 NULL
-+isert_map_data_buf_54886 isert_map_data_buf 6-4 54886 NULL
-+hci_dev_open_54891 hci_dev_open 0 54891 NULL nohasharray
-+mxt_send_bootloader_cmd_54891 mxt_send_bootloader_cmd 0 54891 &hci_dev_open_54891
-+dummy_pcm_prepare_54892 dummy_pcm_prepare 0 54892 NULL
-+bnx2x_change_mtu_54893 bnx2x_change_mtu 0 54893 NULL
-+pscsi_create_type_rom_54898 pscsi_create_type_rom 0 54898 NULL nohasharray
-+store_fan_start_output_54898 store_fan_start_output 0-4 54898 &pscsi_create_type_rom_54898
-+sendmsg_54900 sendmsg 0-4 54900 NULL
-+squashfs_listxattr_54905 squashfs_listxattr 0-3 54905 NULL nohasharray
-+affs_extent_file_ofs_54905 affs_extent_file_ofs 0 54905 &squashfs_listxattr_54905
-+adis_enable_irq_54908 adis_enable_irq 0 54908 NULL
-+ad7791_set_channel_54909 ad7791_set_channel 0 54909 NULL
-+snd_es1968_pcm_trigger_54911 snd_es1968_pcm_trigger 0 54911 NULL
-+iscsi_pool_init_54913 iscsi_pool_init 2-4 54913 NULL nohasharray
-+kobject_set_name_vargs_54913 kobject_set_name_vargs 0 54913 &iscsi_pool_init_54913
-+store_temp_54915 store_temp 0-4 54915 NULL
-+ft_nacl_show_node_name_54916 ft_nacl_show_node_name 0 54916 NULL
-+__ipoib_vlan_add_54918 __ipoib_vlan_add 0 54918 NULL
-+__logfs_segment_read_54920 __logfs_segment_read 0 54920 NULL
-+qlcnic_82xx_store_beacon_54923 qlcnic_82xx_store_beacon 0-3 54923 NULL
-+con_write_room_54924 con_write_room 0 54924 NULL
-+loopback_dev_init_54927 loopback_dev_init 0 54927 NULL
-+wl1251_boot_init_seq_54930 wl1251_boot_init_seq 0 54930 NULL
-+bio_add_page_54933 bio_add_page 0-3 54933 NULL
-+load_fx_54934 load_fx 0 54934 NULL
-+input_polldev_get_max_54936 input_polldev_get_max 0 54936 NULL
-+mxms_structlen_54939 mxms_structlen 0 54939 NULL nohasharray
-+descending_callback_54939 descending_callback 0 54939 &mxms_structlen_54939 nohasharray
-+snd_opl3_load_patch_seq_oss_54939 snd_opl3_load_patch_seq_oss 0 54939 &descending_callback_54939
-+ddebug_change_54940 ddebug_change 0 54940 NULL
-+add_port_54941 add_port 2 54941 NULL
-+dump_kernel_offset_54942 dump_kernel_offset 0 54942 NULL nohasharray
-+bcm5482_read_status_54942 bcm5482_read_status 0 54942 &dump_kernel_offset_54942
-+lowpan_xmit_fragment_54943 lowpan_xmit_fragment 6-4 54943 NULL nohasharray
-+__uncore_filter_band0_show_54943 __uncore_filter_band0_show 0 54943 &lowpan_xmit_fragment_54943
-+rj54n1_g_crop_54945 rj54n1_g_crop 0 54945 NULL
-+ath9k_dump_btcoex_54949 ath9k_dump_btcoex 3-0 54949 NULL
-+make_rate_54951 make_rate 0 54951 NULL
-+usbhid_raw_request_54957 usbhid_raw_request 0 54957 NULL nohasharray
-+write_fw_block_54957 write_fw_block 0 54957 &usbhid_raw_request_54957
-+init_pitch_v2_54959 init_pitch_v2 0 54959 NULL
-+host_control_smi_type_show_54961 host_control_smi_type_show 0 54961 NULL
-+recv_cb_54962 recv_cb 0 54962 NULL
-+ggtt_probe_common_54963 ggtt_probe_common 2 54963 NULL
-+alauda_write_data_54967 alauda_write_data 3 54967 NULL nohasharray
-+smb2_open_file_54967 smb2_open_file 0 54967 &alauda_write_data_54967
-+c4_add_card_54968 c4_add_card 3 54968 NULL
-+uart_get_attr_uartclk_54975 uart_get_attr_uartclk 0 54975 NULL
-+igb_alloc_q_vectors_54977 igb_alloc_q_vectors 0 54977 NULL
-+ubi_change_vtbl_record_54979 ubi_change_vtbl_record 0 54979 NULL nohasharray
-+dev_exception_add_54979 dev_exception_add 0 54979 &ubi_change_vtbl_record_54979
-+virtual_gb_show_54981 virtual_gb_show 0 54981 NULL
-+_queue_data_54983 _queue_data 4 54983 NULL
-+cachefiles_daemon_inuse_54984 cachefiles_daemon_inuse 0 54984 NULL nohasharray
-+dev_queue_xmit_sk_54984 dev_queue_xmit_sk 0 54984 &cachefiles_daemon_inuse_54984
-+net2280_start_54985 net2280_start 0 54985 NULL
-+ext3_xattr_get_54989 ext3_xattr_get 0 54989 NULL nohasharray
-+padlock_sha256_init_nano_54989 padlock_sha256_init_nano 0 54989 &ext3_xattr_get_54989
-+instance_npe_count_show_54995 instance_npe_count_show 0 54995 NULL nohasharray
-+mem_cgroup_precharge_mc_54995 mem_cgroup_precharge_mc 0 54995 &instance_npe_count_show_54995
-+ov5642_s_fmt_54996 ov5642_s_fmt 0 54996 NULL nohasharray
-+load_patch_54996 load_patch 0 54996 &ov5642_s_fmt_54996
-+ocfs2_read_inline_data_54999 ocfs2_read_inline_data 0 54999 NULL
-+wl1251_cmd_vbm_55009 wl1251_cmd_vbm 0 55009 NULL
-+cx231xx_v4l2_read_55014 cx231xx_v4l2_read 3-0 55014 NULL
-+ipvlan_vlan_rx_add_vid_55020 ipvlan_vlan_rx_add_vid 0 55020 NULL
-+driver_pin_configs_show_55022 driver_pin_configs_show 0 55022 NULL
-+nfs_post_op_update_inode_55023 nfs_post_op_update_inode 0 55023 NULL
-+error_error_null_Frame_tx_start_read_55024 error_error_null_Frame_tx_start_read 3-0 55024 NULL
-+firmware_loading_store_55029 firmware_loading_store 0-4 55029 NULL
-+ubifs_read_node_wbuf_55034 ubifs_read_node_wbuf 0 55034 NULL
-+target_stat_scsi_auth_intr_attr_store_55035 target_stat_scsi_auth_intr_attr_store 0 55035 NULL nohasharray
-+bcm_sf2_sw_get_sset_count_55035 bcm_sf2_sw_get_sset_count 0 55035 &target_stat_scsi_auth_intr_attr_store_55035
-+efw_transaction_55052 efw_transaction 5-7 55052 NULL
-+snd_cmipci_pcm_prepare_55054 snd_cmipci_pcm_prepare 0 55054 NULL
-+sctp_setsockopt_primary_addr_55057 sctp_setsockopt_primary_addr 0 55057 NULL
-+tps65912_read_55058 tps65912_read 0 55058 NULL
-+read_55065 read 0 55065 NULL
-+idt77252_send_skb_55068 idt77252_send_skb 0 55068 NULL
-+drm_dp_mst_topology_mgr_init_55074 drm_dp_mst_topology_mgr_init 5 55074 NULL nohasharray
-+iscsi_stat_tgt_attr_show_attr_inst_55074 iscsi_stat_tgt_attr_show_attr_inst 0 55074 &drm_dp_mst_topology_mgr_init_55074 nohasharray
-+lanai_setup_tx_vci_55074 lanai_setup_tx_vci 0 55074 &iscsi_stat_tgt_attr_show_attr_inst_55074
-+apei_exec_run_55075 apei_exec_run 0 55075 NULL
-+bitmap_storage_alloc_55077 bitmap_storage_alloc 2-0 55077 NULL
-+fuse_read_interrupt_55081 fuse_read_interrupt 0 55081 NULL nohasharray
-+ath9k_hw_read_array_55081 ath9k_hw_read_array 3 55081 &fuse_read_interrupt_55081
-+acq_write_55082 acq_write 0-3 55082 NULL nohasharray
-+cdc_mbim_rx_add_vid_55082 cdc_mbim_rx_add_vid 0 55082 &acq_write_55082
-+lnc_add_55085 lnc_add 0 55085 NULL
-+read_dma_55086 read_dma 3 55086 NULL
-+__pci_dev_reset_55090 __pci_dev_reset 0 55090 NULL
-+solo_p2m_dma_t_55094 solo_p2m_dma_t 0 55094 NULL
-+hx8357_spi_write_array_55095 hx8357_spi_write_array 3 55095 NULL
-+update_raid_disks_55100 update_raid_disks 0 55100 NULL
-+p9_client_write_55105 p9_client_write 0 55105 NULL
-+rxpipe_beacon_buffer_thres_host_int_trig_rx_data_read_55106 rxpipe_beacon_buffer_thres_host_int_trig_rx_data_read 3-0 55106 NULL nohasharray
-+proc_sys_read_55106 proc_sys_read 0-3 55106 &rxpipe_beacon_buffer_thres_host_int_trig_rx_data_read_55106
-+show_counter_rx_lpcrc_errs_55112 show_counter_rx_lpcrc_errs 0 55112 NULL
-+corrupt_data_55120 corrupt_data 0-3 55120 NULL
-+edac_pci_instance_store_55129 edac_pci_instance_store 0-4 55129 NULL
-+sha256_ssse3_init_55131 sha256_ssse3_init 0 55131 NULL
-+crypto_ahash_setkey_55134 crypto_ahash_setkey 3-0 55134 NULL nohasharray
-+gr_ep_enable_55134 gr_ep_enable 0 55134 &crypto_ahash_setkey_55134
-+wp512_update_55143 wp512_update 0 55143 NULL nohasharray
-+intel_ring_alloc_request_55143 intel_ring_alloc_request 0 55143 &wp512_update_55143
-+iscsi_tpg_param_store_DataPDUInOrder_55147 iscsi_tpg_param_store_DataPDUInOrder 0-3 55147 NULL
-+ocfs2_truncate_file_55148 ocfs2_truncate_file 0 55148 NULL
-+ieee80211_if_read_uapsd_queues_55150 ieee80211_if_read_uapsd_queues 3-0 55150 NULL
-+tcp_splice_read_55151 tcp_splice_read 0 55151 NULL
-+shmem_write_end_55152 shmem_write_end 0-5 55152 NULL nohasharray
-+btrfs_fdatawrite_range_55152 btrfs_fdatawrite_range 0 55152 &shmem_write_end_55152
-+__uncore_mask_opc_show_55154 __uncore_mask_opc_show 0 55154 NULL
-+snd_rme9652_trigger_55155 snd_rme9652_trigger 0 55155 NULL nohasharray
-+dwc3_gadget_ep_queue_55155 dwc3_gadget_ep_queue 0 55155 &snd_rme9652_trigger_55155
-+xfs_icsb_modify_counters_55156 xfs_icsb_modify_counters 0 55156 NULL
-+pwm_show_55165 pwm_show 0 55165 NULL
-+xen_pcpu_down_55168 xen_pcpu_down 0 55168 NULL
-+kmx61_data_rdy_trigger_set_state_55172 kmx61_data_rdy_trigger_set_state 0 55172 NULL
-+__rpipe_set_descr_55173 __rpipe_set_descr 0 55173 NULL
-+show_55175 show 0 55175 NULL nohasharray
-+xfs_attr_shortform_lookup_55175 xfs_attr_shortform_lookup 0 55175 &show_55175
-+pcf85063_get_datetime_55179 pcf85063_get_datetime 0 55179 NULL
-+patch_alc882_55183 patch_alc882 0 55183 NULL
-+wacom_status1_luminance_show_55184 wacom_status1_luminance_show 0 55184 NULL
-+gfs2_ri_update_55185 gfs2_ri_update 0 55185 NULL
-+de4x5_open_55186 de4x5_open 0 55186 NULL
-+alloc_lpt_leb_55189 alloc_lpt_leb 0 55189 NULL nohasharray
-+lp3943_gpio_request_55189 lp3943_gpio_request 0 55189 &alloc_lpt_leb_55189
-+drbd_send_55190 drbd_send 4 55190 NULL nohasharray
-+itg3200_read_reg_8_55190 itg3200_read_reg_8 0 55190 &drbd_send_55190
-+show_status_55193 show_status 0 55193 NULL
-+set_gpio_mask_55194 set_gpio_mask 0-4 55194 NULL
-+sel_write_relabel_55195 sel_write_relabel 3 55195 NULL nohasharray
-+zswap_cpu_notifier_55195 zswap_cpu_notifier 0 55195 &sel_write_relabel_55195
-+compat_SyS_ppoll_55196 compat_SyS_ppoll 2 55196 NULL
-+gr_udc_start_55200 gr_udc_start 0 55200 NULL
-+sched_feat_write_55202 sched_feat_write 3-0 55202 NULL nohasharray
-+tcmu_get_blocks_55202 tcmu_get_blocks 0 55202 &sched_feat_write_55202
-+ht40allow_map_read_55209 ht40allow_map_read 3-0 55209 NULL nohasharray
-+isdn_net_ciscohdlck_alloc_skb_55209 isdn_net_ciscohdlck_alloc_skb 2 55209 &ht40allow_map_read_55209 nohasharray
-+vsock_dgram_recvmsg_55209 vsock_dgram_recvmsg 0-4 55209 &isdn_net_ciscohdlck_alloc_skb_55209
-+dlci_change_mtu_55210 dlci_change_mtu 0 55210 NULL
-+__kfifo_dma_out_prepare_r_55211 __kfifo_dma_out_prepare_r 4-5 55211 NULL
-+do_raw_setsockopt_55215 do_raw_setsockopt 5-0 55215 NULL
-+qxl_alloc_client_monitors_config_55216 qxl_alloc_client_monitors_config 2 55216 NULL
-+p2a_55219 p2a 0-1 55219 NULL
-+firm_send_command_55222 firm_send_command 0 55222 NULL
-+dbAllocDmap_55227 dbAllocDmap 0 55227 NULL
-+be_vlan_add_vid_55230 be_vlan_add_vid 0 55230 NULL
-+nvkm_client_create__55232 nvkm_client_create_ 5 55232 NULL
-+show_counter_rx_ebps_55234 show_counter_rx_ebps 0 55234 NULL
-+zd_chip_enable_int_55245 zd_chip_enable_int 0 55245 NULL
-+ssp_send_instruction_55246 ssp_send_instruction 5-0 55246 NULL nohasharray
-+show_host_param_ISCSI_HOST_PARAM_PORT_STATE_55246 show_host_param_ISCSI_HOST_PARAM_PORT_STATE 0 55246 &ssp_send_instruction_55246
-+create_proc_profile_55256 create_proc_profile 0 55256 NULL
-+xhci_evaluate_context_result_55258 xhci_evaluate_context_result 0 55258 NULL
-+cfq_slice_async_store_55262 cfq_slice_async_store 3-0 55262 NULL
-+output_sleep_55265 output_sleep 0 55265 NULL
-+st_sensors_i2c_write_byte_55266 st_sensors_i2c_write_byte 0 55266 NULL
-+vbi_cap_queue_setup_55269 vbi_cap_queue_setup 0 55269 NULL
-+_nfs41_proc_get_locations_55273 _nfs41_proc_get_locations 0 55273 NULL
-+lbs_failcount_write_55276 lbs_failcount_write 3-0 55276 NULL
-+show_spi_transport_min_period_55279 show_spi_transport_min_period 0 55279 NULL
-+inet_sendpage_55281 inet_sendpage 4 55281 NULL
-+f7188x_gpio_direction_in_55284 f7188x_gpio_direction_in 0 55284 NULL
-+pm8001_ctl_gsm_log_show_55287 pm8001_ctl_gsm_log_show 0 55287 NULL
-+snd_seq_queue_use_55289 snd_seq_queue_use 0 55289 NULL
-+rx_streaming_interval_read_55291 rx_streaming_interval_read 3-0 55291 NULL
-+apds990x_lux_thresh_above_store_55296 apds990x_lux_thresh_above_store 0-4 55296 NULL
-+lov_get_stripecnt_55297 lov_get_stripecnt 0-3 55297 NULL
-+show_session_param_ISCSI_PARAM_TPGT_55299 show_session_param_ISCSI_PARAM_TPGT 0 55299 NULL
-+gsm_control_modem_55303 gsm_control_modem 3 55303 NULL
-+__get_vm_area_node_55305 __get_vm_area_node 1 55305 NULL nohasharray
-+qp_alloc_guest_work_55305 qp_alloc_guest_work 3-5 55305 &__get_vm_area_node_55305 nohasharray
-+compat_SyS_process_vm_readv_55305 compat_SyS_process_vm_readv 3-5 55305 &qp_alloc_guest_work_55305
-+adxl34x_rate_show_55315 adxl34x_rate_show 0 55315 NULL
-+w5100_get_regs_len_55317 w5100_get_regs_len 0 55317 NULL
-+compat_SyS_mbind_55329 compat_SyS_mbind 5 55329 NULL
-+show_fc_host_port_state_55331 show_fc_host_port_state 0 55331 NULL
-+gpio_trig_gpio_show_55336 gpio_trig_gpio_show 0 55336 NULL
-+reg_read_55337 reg_read 0 55337 NULL
-+vme_user_read_55338 vme_user_read 3 55338 NULL
-+__set_pwm_55339 __set_pwm 0 55339 NULL
-+read_byte_55340 read_byte 0 55340 NULL
-+__wa_xfer_setup_sizes_55342 __wa_xfer_setup_sizes 0 55342 NULL
-+SYSC_recvfrom_55346 SYSC_recvfrom 3 55346 NULL
-+udf_writepage_55347 udf_writepage 0 55347 NULL
-+device_user_lock_55350 device_user_lock 0 55350 NULL
-+show_in0_max_55351 show_in0_max 0 55351 NULL
-+i915_gem_obj_offset_view_55353 i915_gem_obj_offset_view 0 55353 NULL
-+input_dev_show_cap_ff_55354 input_dev_show_cap_ff 0 55354 NULL nohasharray
-+set_nic_info_55354 set_nic_info 0 55354 &input_dev_show_cap_ff_55354
-+relay_hotcpu_callback_55355 relay_hotcpu_callback 0 55355 NULL
-+tps80031_reads_55356 tps80031_reads 0 55356 NULL
-+dsbr100_start_55357 dsbr100_start 0 55357 NULL nohasharray
-+attr_select_right_store_tpkbd_55357 attr_select_right_store_tpkbd 0-4 55357 &dsbr100_start_55357
-+do_command_55363 do_command 0 55363 NULL
-+vb2_reqbufs_55367 vb2_reqbufs 0 55367 NULL
-+cxacru_sysfs_show_line_startable_55372 cxacru_sysfs_show_line_startable 0 55372 NULL
-+get_fan_alarm_55373 get_fan_alarm 0 55373 NULL
-+netpoll_setup_55376 netpoll_setup 0 55376 NULL
-+wimax_store_55380 wimax_store 4-0 55380 NULL
-+protocol_id_get_55382 protocol_id_get 0 55382 NULL
-+nf_nat_ipv4_manip_pkt_55387 nf_nat_ipv4_manip_pkt 2 55387 NULL
-+compass_calibration_store_55390 compass_calibration_store 4-0 55390 NULL
-+cw1200_sdio_align_size_55391 cw1200_sdio_align_size 2-0 55391 NULL nohasharray
-+iscsi_nacl_attrib_store_nopin_response_timeout_55391 iscsi_nacl_attrib_store_nopin_response_timeout 0-3 55391 &cw1200_sdio_align_size_55391
-+fw_platform_size_show_55394 fw_platform_size_show 0 55394 NULL
-+bnx2x_set_real_num_queues_55399 bnx2x_set_real_num_queues 0 55399 NULL
-+ad7314_show_temperature_55402 ad7314_show_temperature 0 55402 NULL
-+wacom_btnimg3_store_55403 wacom_btnimg3_store 4-0 55403 NULL
-+yurex_read_55405 yurex_read 0-3 55405 NULL
-+lx_pipe_pause_55406 lx_pipe_pause 0 55406 NULL
-+iwl_dbgfs_plcp_delta_read_55407 iwl_dbgfs_plcp_delta_read 3-0 55407 NULL
-+ser12_open_55411 ser12_open 0 55411 NULL nohasharray
-+com20020_suspend_55411 com20020_suspend 0 55411 &ser12_open_55411
-+omap_hsmmc_show_cover_switch_55416 omap_hsmmc_show_cover_switch 0 55416 NULL
-+sky2_change_mtu_55422 sky2_change_mtu 0 55422 NULL
-+show_port_55424 show_port 0 55424 NULL
-+nouveau_cli_create_55425 nouveau_cli_create 3 55425 NULL
-+si476x_radio_read_rds_blckcnt_blob_55427 si476x_radio_read_rds_blckcnt_blob 3-0 55427 NULL
-+iwl_mvm_mac_add_interface_55429 iwl_mvm_mac_add_interface 0 55429 NULL
-+jme_open_55432 jme_open 0 55432 NULL
-+mac_set_mtu_55434 mac_set_mtu 0 55434 NULL
-+show_in8_55438 show_in8 0 55438 NULL
-+alloc_skb_55439 alloc_skb 1 55439 NULL nohasharray
-+cxgb4vf_change_mtu_55439 cxgb4vf_change_mtu 0 55439 &alloc_skb_55439
-+show_spi_host_signalling_55442 show_spi_host_signalling 0 55442 NULL
-+ip_vs_nat_send_or_cont_55445 ip_vs_nat_send_or_cont 0 55445 NULL
-+af9005_generic_read_write_55446 af9005_generic_read_write 0 55446 NULL
-+SyS_read_55449 SyS_read 3 55449 NULL
-+vmxnet3_vlan_rx_add_vid_55453 vmxnet3_vlan_rx_add_vid 0 55453 NULL nohasharray
-+swiotlb_map_sg_attrs_55453 swiotlb_map_sg_attrs 0-3 55453 &vmxnet3_vlan_rx_add_vid_55453
-+sys_recv_55455 sys_recv 3 55455 NULL
-+fsp_attr_set_hscroll_55456 fsp_attr_set_hscroll 0-4 55456 NULL
-+wmi_rx_chain_add_55457 wmi_rx_chain_add 0 55457 NULL
-+__vxge_hw_channel_allocate_55462 __vxge_hw_channel_allocate 3 55462 NULL nohasharray
-+ath6kl_wmi_simple_cmd_55462 ath6kl_wmi_simple_cmd 0 55462 &__vxge_hw_channel_allocate_55462
-+pmbus_update_byte_data_55465 pmbus_update_byte_data 0 55465 NULL
-+isdnhdlc_decode_55466 isdnhdlc_decode 0 55466 NULL
-+cx23888_ir_rx_read_55473 cx23888_ir_rx_read 3 55473 NULL
-+xen_evtchn_max_channels_55478 xen_evtchn_max_channels 0 55478 NULL nohasharray
-+store_enable_clkb1_output_55478 store_enable_clkb1_output 0-4 55478 &xen_evtchn_max_channels_55478
-+af9005_read_ofdm_register_55482 af9005_read_ofdm_register 0 55482 NULL nohasharray
-+new_sync_write_55482 new_sync_write 0-3 55482 &af9005_read_ofdm_register_55482
-+snd_pcm_lib_write_55483 snd_pcm_lib_write 0-3 55483 NULL
-+i2o_pool_alloc_55485 i2o_pool_alloc 4 55485 NULL
-+uvesafb_show_product_name_55487 uvesafb_show_product_name 0 55487 NULL
-+show_ipv6_iface_dup_addr_detect_cnt_55489 show_ipv6_iface_dup_addr_detect_cnt 0 55489 NULL
-+atl1e_request_irq_55492 atl1e_request_irq 0 55492 NULL
-+rtl8180_init_tx_ring_55496 rtl8180_init_tx_ring 0 55496 NULL
-+wm5100_gpio_direction_out_55497 wm5100_gpio_direction_out 0 55497 NULL nohasharray
-+drm_fb_helper_panic_55497 drm_fb_helper_panic 0 55497 &wm5100_gpio_direction_out_55497
-+show_engine2_leds_55501 show_engine2_leds 0 55501 NULL
-+temp1_max_show_55510 temp1_max_show 0 55510 NULL nohasharray
-+dlm_lowcomms_addr_55510 dlm_lowcomms_addr 0 55510 &temp1_max_show_55510
-+tx_tx_done_int_template_read_55511 tx_tx_done_int_template_read 3-0 55511 NULL nohasharray
-+cfpkt_pad_trail_55511 cfpkt_pad_trail 2 55511 &tx_tx_done_int_template_read_55511 nohasharray
-+target_fabric_port_store_attr_alua_tg_pt_offline_55511 target_fabric_port_store_attr_alua_tg_pt_offline 0-3 55511 &cfpkt_pad_trail_55511
-+memconsole_read_55512 memconsole_read 0-6-5 55512 NULL
-+bcm54xx_config_init_55513 bcm54xx_config_init 0 55513 NULL
-+cbaf_wusb_host_band_groups_show_55514 cbaf_wusb_host_band_groups_show 0 55514 NULL
-+xfs_btree_split_55515 xfs_btree_split 0 55515 NULL
-+ina209_set_value_55517 ina209_set_value 0-4 55517 NULL
-+ea_get_55522 ea_get 0-3 55522 NULL
-+attr_set_55534 attr_set 0 55534 NULL
-+cafe_smbus_write_data_55535 cafe_smbus_write_data 0 55535 NULL
-+qla4xxx_fw_ext_timestamp_show_55537 qla4xxx_fw_ext_timestamp_show 0 55537 NULL
-+set_msr_interception_55538 set_msr_interception 2 55538 NULL
-+tty_port_register_device_55543 tty_port_register_device 3 55543 NULL nohasharray
-+bitmap_create_55543 bitmap_create 0 55543 &tty_port_register_device_55543
-+hash_ipport6_expire_55549 hash_ipport6_expire 4 55549 NULL
-+_regulator_is_enabled_55550 _regulator_is_enabled 0 55550 NULL
-+dm_stats_list_55551 dm_stats_list 4 55551 NULL
-+unmerge_and_remove_all_rmap_items_55557 unmerge_and_remove_all_rmap_items 0 55557 NULL
-+show_55563 show 0 55563 NULL
-+rpc_pipe_read_55564 rpc_pipe_read 0-3 55564 NULL
-+snd_find_free_minor_55567 snd_find_free_minor 0 55567 NULL
-+show_ipv6_iface_link_local_addr_55568 show_ipv6_iface_link_local_addr 0 55568 NULL
-+sidtab_context_to_sid_55570 sidtab_context_to_sid 0 55570 NULL nohasharray
-+patch_vt1708_55570 patch_vt1708 0 55570 &sidtab_context_to_sid_55570
-+max8998_get_enable_register_55572 max8998_get_enable_register 0 55572 NULL
-+show_host_param_ISCSI_HOST_PARAM_NETDEV_NAME_55575 show_host_param_ISCSI_HOST_PARAM_NETDEV_NAME 0 55575 NULL
-+edt_ft5x06_register_read_55576 edt_ft5x06_register_read 0 55576 NULL
-+compat_SyS_setsockopt_55581 compat_SyS_setsockopt 5 55581 NULL
-+add_partition_55588 add_partition 2 55588 NULL
-+mgmt_cmd_complete_55590 mgmt_cmd_complete 6 55590 NULL
-+write_inode_55592 write_inode 0 55592 NULL
-+ufx_reg_write_55594 ufx_reg_write 0 55594 NULL
-+ip_vs_reply6_55598 ip_vs_reply6 0 55598 NULL
-+kstrtou8_from_user_55599 kstrtou8_from_user 2-0 55599 NULL
-+SyS_keyctl_55602 SyS_keyctl 4 55602 NULL
-+mlx4_set_port_mac_table_55603 mlx4_set_port_mac_table 0 55603 NULL
-+tg3_set_mac_addr_55606 tg3_set_mac_addr 0 55606 NULL
-+allocate_without_wrapping_disk_55607 allocate_without_wrapping_disk 4 55607 NULL nohasharray
-+delete_child_55607 delete_child 0-4 55607 &allocate_without_wrapping_disk_55607
-+dspcreate_55610 dspcreate 0 55610 NULL
-+selinux_setprocattr_55611 selinux_setprocattr 4-0 55611 NULL
-+fastopen_init_queue_55615 fastopen_init_queue 0 55615 NULL
-+__qbuf_dmabuf_55617 __qbuf_dmabuf 0 55617 NULL
-+edge_tty_recv_55622 edge_tty_recv 3 55622 NULL nohasharray
-+set_oversampling_55622 set_oversampling 0-4 55622 &edge_tty_recv_55622
-+snd_pcm_hw_param_last_55624 snd_pcm_hw_param_last 0 55624 NULL
-+nilfs_checkpoints_snapshots_number_show_55626 nilfs_checkpoints_snapshots_number_show 0 55626 NULL
-+pktgen_if_write_55628 pktgen_if_write 3-0 55628 NULL nohasharray
-+reiserfs_xattr_get_55628 reiserfs_xattr_get 0 55628 &pktgen_if_write_55628
-+mt2063_init_55629 mt2063_init 0 55629 NULL
-+osc_obd_max_pages_per_rpc_seq_write_55636 osc_obd_max_pages_per_rpc_seq_write 3 55636 NULL
-+show_board_55637 show_board 0 55637 NULL
-+ipv6_helper_55640 ipv6_helper 0 55640 NULL
-+ivtv_write_vbi_from_user_55641 ivtv_write_vbi_from_user 0-3 55641 NULL nohasharray
-+niu_init_classifier_hw_55641 niu_init_classifier_hw 0 55641 &ivtv_write_vbi_from_user_55641
-+dvb_dmxdev_set_buffer_size_55643 dvb_dmxdev_set_buffer_size 2 55643 NULL
-+tomoyo_audit_path_log_55646 tomoyo_audit_path_log 0 55646 NULL
-+iolink_show_55647 iolink_show 0 55647 NULL
-+xfs_bmbt_maxrecs_55649 xfs_bmbt_maxrecs 0-2 55649 NULL
-+snd_seq_read_55651 snd_seq_read 0-3 55651 NULL
-+bh1770_power_state_show_55658 bh1770_power_state_show 0 55658 NULL nohasharray
-+niu_alloc_rx_ring_info_55658 niu_alloc_rx_ring_info 0 55658 &bh1770_power_state_show_55658
-+pm_trace_dev_match_store_55659 pm_trace_dev_match_store 0-4 55659 NULL
-+e1000_get_regs_len_55660 e1000_get_regs_len 0 55660 NULL
-+lpfc_idiag_queinfo_read_55662 lpfc_idiag_queinfo_read 3-0 55662 NULL nohasharray
-+fc0011_vcocal_trigger_55662 fc0011_vcocal_trigger 0 55662 &lpfc_idiag_queinfo_read_55662
-+online_55663 online 0 55663 NULL
-+buffer_size_write_55665 buffer_size_write 3-0 55665 NULL
-+il_dbgfs_tx_queue_read_55668 il_dbgfs_tx_queue_read 3-0 55668 NULL
-+snd_sb16_capture_trigger_55676 snd_sb16_capture_trigger 0 55676 NULL
-+direct2indirect_55677 direct2indirect 0 55677 NULL
-+add_loopback_list_55678 add_loopback_list 0 55678 NULL
-+get_info_55681 get_info 3 55681 NULL
-+iwl_dbgfs_plcp_delta_write_55682 iwl_dbgfs_plcp_delta_write 3-0 55682 NULL
-+show_ipOutRequests_55684 show_ipOutRequests 0 55684 NULL nohasharray
-+brcms_c_up_55684 brcms_c_up 0 55684 &show_ipOutRequests_55684
-+arizona_gpio_direction_in_55690 arizona_gpio_direction_in 0 55690 NULL
-+wil_vring_alloc_skb_55703 wil_vring_alloc_skb 4-0 55703 NULL nohasharray
-+rocker_port_fdb_learn_55703 rocker_port_fdb_learn 0 55703 &wil_vring_alloc_skb_55703
-+genl_allocate_reserve_groups_55705 genl_allocate_reserve_groups 1 55705 NULL
-+ixgbe_obtain_mbx_lock_pf_55707 ixgbe_obtain_mbx_lock_pf 0 55707 NULL
-+tcp_push_55709 tcp_push 3 55709 NULL nohasharray
-+isl1208_i2c_set_regs_55709 isl1208_i2c_set_regs 0 55709 &tcp_push_55709
-+nfc_hci_send_cmd_55714 nfc_hci_send_cmd 5 55714 NULL
-+uwb_rsv_get_stream_55715 uwb_rsv_get_stream 0 55715 NULL
-+pm8001_store_update_fw_55716 pm8001_store_update_fw 4-0 55716 NULL
-+store_ringtone_55717 store_ringtone 0-4 55717 NULL
-+mtdswap_init_55719 mtdswap_init 2 55719 NULL nohasharray
-+ocfs2_lock_refcount_tree_55719 ocfs2_lock_refcount_tree 0 55719 &mtdswap_init_55719
-+btree_readpage_55720 btree_readpage 0 55720 NULL
-+typhoon_wakeup_55723 typhoon_wakeup 0 55723 NULL
-+da9052_read_tjunc_55726 da9052_read_tjunc 0 55726 NULL
-+il3945_show_debug_level_55727 il3945_show_debug_level 0 55727 NULL
-+qlcnic_82xx_fw_cmd_create_rx_ctx_55730 qlcnic_82xx_fw_cmd_create_rx_ctx 0 55730 NULL
-+prepare_reply_55734 prepare_reply 4 55734 NULL
-+brforward_read_55735 brforward_read 0-5-6 55735 NULL
-+__iio_allocate_kfifo_55738 __iio_allocate_kfifo 2-0 55738 NULL
-+qla4_8xxx_get_flash_info_55740 qla4_8xxx_get_flash_info 0 55740 NULL
-+label_cpu_local_55744 label_cpu_local 0 55744 NULL
-+batadv_tvlv_unicast_send_55750 batadv_tvlv_unicast_send 7 55750 NULL nohasharray
-+inv_mpu6050_set_lpf_55750 inv_mpu6050_set_lpf 0 55750 &batadv_tvlv_unicast_send_55750
-+st_sensors_spi_read_byte_55754 st_sensors_spi_read_byte 0 55754 NULL
-+set_local_name_55757 set_local_name 4 55757 NULL nohasharray
-+hfs_writepages_55757 hfs_writepages 0 55757 &set_local_name_55757 nohasharray
-+wl12xx_spi_raw_read_55757 wl12xx_spi_raw_read 0 55757 &hfs_writepages_55757
-+tx_queue_len_store_55761 tx_queue_len_store 4-0 55761 NULL
-+ethtool_copy_validate_indir_55769 ethtool_copy_validate_indir 4 55769 NULL
-+regmap_mmio_gather_write_55773 regmap_mmio_gather_write 0 55773 NULL nohasharray
-+sync_write_55773 sync_write 0 55773 &regmap_mmio_gather_write_55773
-+cxacru_sysfs_showattr_dB_55774 cxacru_sysfs_showattr_dB 0 55774 NULL
-+isp1760_urb_enqueue_55777 isp1760_urb_enqueue 0 55777 NULL
-+strlen_55778 strlen 0 55778 NULL
-+wil_addba_tx_request_55780 wil_addba_tx_request 3 55780 NULL
-+req_bio_endio_55786 req_bio_endio 3 55786 NULL nohasharray
-+conf_read_55786 conf_read 3-0 55786 &req_bio_endio_55786
-+tcmu_netlink_event_55791 tcmu_netlink_event 0 55791 NULL
-+rtnl_vfinfo_size_55794 rtnl_vfinfo_size 0 55794 NULL
-+uwb_rc_neh_grok_event_55799 uwb_rc_neh_grok_event 3 55799 NULL
-+ican3_sysfs_set_term_55801 ican3_sysfs_set_term 0-4 55801 NULL
-+target_core_dev_show_55803 target_core_dev_show 0 55803 NULL
-+w1_master_attribute_show_slaves_55804 w1_master_attribute_show_slaves 0 55804 NULL
-+write_fw_55806 write_fw 0-5-6 55806 NULL
-+cyapa_gen3_do_operational_check_55809 cyapa_gen3_do_operational_check 0 55809 NULL
-+adis_data_rdy_trigger_set_state_55812 adis_data_rdy_trigger_set_state 0 55812 NULL
-+show_55816 show 0 55816 NULL
-+kvmclock_cpu_notifier_55817 kvmclock_cpu_notifier 0 55817 NULL
-+TermCharEnabled_show_55819 TermCharEnabled_show 0 55819 NULL
-+crypto_aead_ctxsize_55820 crypto_aead_ctxsize 0 55820 NULL
-+blkcg_can_attach_55832 blkcg_can_attach 0 55832 NULL
-+twl_i2c_read_55834 twl_i2c_read 0 55834 NULL nohasharray
-+ad7879_disable_show_55834 ad7879_disable_show 0 55834 &twl_i2c_read_55834
-+sb16_copy_from_user_55836 sb16_copy_from_user 10-7-6 55836 NULL
-+snd_em28xx_prepare_55837 snd_em28xx_prepare 0 55837 NULL
-+regmap_field_read_55839 regmap_field_read 0 55839 NULL
-+extts_enable_store_55841 extts_enable_store 0-4 55841 NULL
-+uvc_set_video_ctrl_55845 uvc_set_video_ctrl 0 55845 NULL
-+tps80031_vbus_disable_55847 tps80031_vbus_disable 0 55847 NULL
-+rsq_status_55848 rsq_status 0 55848 NULL
-+ip_hdrlen_55849 ip_hdrlen 0 55849 NULL nohasharray
-+mxt_initialize_55849 mxt_initialize 0 55849 &ip_hdrlen_55849
-+show_temp11_55853 show_temp11 0 55853 NULL nohasharray
-+bnx2x_get_eeprom_len_55853 bnx2x_get_eeprom_len 0 55853 &show_temp11_55853
-+lowpan_device_event_55857 lowpan_device_event 0 55857 NULL
-+hcd_alloc_coherent_55862 hcd_alloc_coherent 5-0 55862 NULL
-+happy_meal_open_55863 happy_meal_open 0 55863 NULL
-+status_55864 status 0 55864 NULL nohasharray
-+sht21_show_temperature_55864 sht21_show_temperature 0 55864 &status_55864
-+ath6kl_wmi_data_hdr_add_55866 ath6kl_wmi_data_hdr_add 0 55866 NULL
-+shmem_setxattr_55867 shmem_setxattr 4-0 55867 NULL
-+bad_inode_setattr_55868 bad_inode_setattr 0 55868 NULL
-+ab3100_mask_and_set_register_interruptible_55872 ab3100_mask_and_set_register_interruptible 0 55872 NULL
-+iwl_mvm_disable_beacon_filter_55873 iwl_mvm_disable_beacon_filter 0 55873 NULL
-+hsc_write_55875 hsc_write 3-0 55875 NULL
-+nr_listen_55884 nr_listen 0 55884 NULL
-+ramdisk_store_55885 ramdisk_store 4-0 55885 NULL
-+qla4_8xxx_update_idc_reg_55889 qla4_8xxx_update_idc_reg 0 55889 NULL
-+pm_qos_power_read_55891 pm_qos_power_read 3-0 55891 NULL
-+tda18271_init_55894 tda18271_init 0 55894 NULL
-+sysfs_ctlreg_write_55899 sysfs_ctlreg_write 0-6-5 55899 NULL
-+ace_change_mtu_55900 ace_change_mtu 0 55900 NULL
-+snd_card_saa7134_capture_trigger_55901 snd_card_saa7134_capture_trigger 0 55901 NULL
-+cmos_write_55903 cmos_write 0 55903 NULL
-+acpi_ds_eval_table_region_operands_55909 acpi_ds_eval_table_region_operands 0 55909 NULL
-+validate_change_55910 validate_change 0 55910 NULL
-+hash_ip4_expire_55911 hash_ip4_expire 4 55911 NULL
-+map_size_show_55916 map_size_show 0 55916 NULL nohasharray
-+xadc_trigger_set_state_55916 xadc_trigger_set_state 0 55916 &map_size_show_55916
-+snd_pcm_hw_param_value_min_55917 snd_pcm_hw_param_value_min 0 55917 NULL nohasharray
-+uevent_helper_show_55917 uevent_helper_show 0 55917 &snd_pcm_hw_param_value_min_55917
-+crypto_ablkcipher_setkey_55918 crypto_ablkcipher_setkey 0 55918 NULL
-+show_spi_transport_pcomp_en_55923 show_spi_transport_pcomp_en 0 55923 NULL
-+ecm_opts_dev_addr_store_55924 ecm_opts_dev_addr_store 0-3 55924 NULL nohasharray
-+badblocks_store_55924 badblocks_store 0-3 55924 &ecm_opts_dev_addr_store_55924
-+bit_xfer_55925 bit_xfer 0-3 55925 NULL
-+vx_conf_pipe_55934 vx_conf_pipe 0 55934 NULL
-+loop_attr_do_show_autoclear_55938 loop_attr_do_show_autoclear 0 55938 NULL nohasharray
-+fm10k_update_vlan_vf_55938 fm10k_update_vlan_vf 0 55938 &loop_attr_do_show_autoclear_55938
-+show_priv_session_target_id_55946 show_priv_session_target_id 0 55946 NULL
-+sel_read_policy_55947 sel_read_policy 3-0 55947 NULL
-+cyapa_write_byte_55950 cyapa_write_byte 0 55950 NULL nohasharray
-+usb_bus_notify_55950 usb_bus_notify 0 55950 &cyapa_write_byte_55950
-+vxlan_get_size_55951 vxlan_get_size 0 55951 NULL
-+snd_pcm_do_prepare_55952 snd_pcm_do_prepare 0 55952 NULL
-+dn_wait_run_55954 dn_wait_run 0 55954 NULL
-+ceph_get_direct_page_vector_55956 ceph_get_direct_page_vector 2 55956 NULL
-+simple_read_from_buffer_55957 simple_read_from_buffer 5-2-0 55957 NULL nohasharray
-+target_stat_scsi_transport_attr_show_55957 target_stat_scsi_transport_attr_show 0 55957 &simple_read_from_buffer_55957 nohasharray
-+drv_set_csma_params_55957 drv_set_csma_params 0 55957 &target_stat_scsi_transport_attr_show_55957
-+ixgb_get_regs_len_55958 ixgb_get_regs_len 0 55958 NULL
-+loopback_prepare_55959 loopback_prepare 0 55959 NULL
-+shmem_statfs_55960 shmem_statfs 0 55960 NULL
-+tx_tx_imm_resp_read_55964 tx_tx_imm_resp_read 3-0 55964 NULL
-+init_subctxts_55970 init_subctxts 0 55970 NULL
-+query_device_55971 query_device 0 55971 NULL
-+__smsc95xx_mdio_read_55980 __smsc95xx_mdio_read 0 55980 NULL
-+koneplus_set_actual_profile_55981 koneplus_set_actual_profile 0 55981 NULL
-+sk_stream_error_55984 sk_stream_error 0-3 55984 NULL
-+wusb_trust_timeout_show_55986 wusb_trust_timeout_show 0 55986 NULL nohasharray
-+umask_show_55986 umask_show 0 55986 &wusb_trust_timeout_show_55986
-+wa_xfer_create_subset_sg_55992 wa_xfer_create_subset_sg 2-3 55992 NULL
-+dimmdev_dev_type_show_55994 dimmdev_dev_type_show 0 55994 NULL nohasharray
-+uv_scir_cpu_notify_55994 uv_scir_cpu_notify 0 55994 &dimmdev_dev_type_show_55994 nohasharray
-+niu_reset_rx_mac_55994 niu_reset_rx_mac 0 55994 &uv_scir_cpu_notify_55994
-+SMB2_negotiate_55995 SMB2_negotiate 0 55995 NULL
-+_c4iw_write_mem_inline_55996 _c4iw_write_mem_inline 3 55996 NULL nohasharray
-+trunc_start_55996 trunc_start 0 55996 &_c4iw_write_mem_inline_55996
-+epic_open_55997 epic_open 0 55997 NULL nohasharray
-+bl_activate_55997 bl_activate 0 55997 &epic_open_55997
-+iscsi_tpg_attrib_store_default_cmdsn_depth_55998 iscsi_tpg_attrib_store_default_cmdsn_depth 0-3 55998 NULL
-+show_otp0_56000 show_otp0 0 56000 NULL
-+autosuspend_delay_ms_store_56005 autosuspend_delay_ms_store 0-4 56005 NULL
-+soft_store_56006 soft_store 0-4 56006 NULL
-+tda18271_set_params_56008 tda18271_set_params 0 56008 NULL
-+irda_listen_56013 irda_listen 0 56013 NULL nohasharray
-+int3403_set_cur_state_56013 int3403_set_cur_state 0 56013 &irda_listen_56013
-+batadv_interface_set_mac_addr_56014 batadv_interface_set_mac_addr 0 56014 NULL
-+integrity_tag_size_show_56019 integrity_tag_size_show 0 56019 NULL
-+ssb_bus_pcmciabus_register_56020 ssb_bus_pcmciabus_register 3 56020 NULL
-+cp_init_rings_56021 cp_init_rings 0 56021 NULL
-+toshiba_panel_power_on_set_56025 toshiba_panel_power_on_set 0 56025 NULL
-+hotkey_get_tablet_mode_56028 hotkey_get_tablet_mode 0 56028 NULL nohasharray
-+rtl8169_init_ring_56028 rtl8169_init_ring 0 56028 &hotkey_get_tablet_mode_56028
-+acpi_get_name_56030 acpi_get_name 0 56030 NULL
-+nfs_write_end_56034 nfs_write_end 0-5 56034 NULL
-+vmci_ctx_enqueue_datagram_56035 vmci_ctx_enqueue_datagram 0 56035 NULL
-+store_cursor_56036 store_cursor 0-4 56036 NULL
-+build_controls_56044 build_controls 0 56044 NULL
-+smsc95xx_manage_power_56045 smsc95xx_manage_power 0 56045 NULL
-+usb_ocp_write_56047 usb_ocp_write 4 56047 NULL
-+qlcnic_show_diag_mode_56049 qlcnic_show_diag_mode 0 56049 NULL
-+iwl_trans_read_prph_56052 iwl_trans_read_prph 0 56052 NULL nohasharray
-+__igb_open_56052 __igb_open 0 56052 &iwl_trans_read_prph_56052
-+bnad_get_eeprom_len_56053 bnad_get_eeprom_len 0 56053 NULL nohasharray
-+visorchannel_get_physaddr_56053 visorchannel_get_physaddr 0 56053 &bnad_get_eeprom_len_56053
-+qh_link_periodic_56055 qh_link_periodic 0 56055 NULL nohasharray
-+cyapa_i2c_pip_read_56055 cyapa_i2c_pip_read 3-0 56055 &qh_link_periodic_56055
-+show_numbatt_56056 show_numbatt 0 56056 NULL nohasharray
-+show_nic_type_56056 show_nic_type 0 56056 &show_numbatt_56056
-+garmin_open_56057 garmin_open 0 56057 NULL nohasharray
-+mwifiex_wait_queue_complete_56057 mwifiex_wait_queue_complete 0 56057 &garmin_open_56057 nohasharray
-+wdt_restart_handle_56057 wdt_restart_handle 0 56057 &mwifiex_wait_queue_complete_56057
-+dccp_sendmsg_56058 dccp_sendmsg 4-0 56058 NULL
-+pm80x_rtc_read_time_56065 pm80x_rtc_read_time 0 56065 NULL
-+quirk_strict_duplicate_filter_read_56073 quirk_strict_duplicate_filter_read 3 56073 NULL
-+show_fc_rport_scsi_target_id_56077 show_fc_rport_scsi_target_id 0 56077 NULL nohasharray
-+qp_dequeue_locked_56077 qp_dequeue_locked 0-5-3 56077 &show_fc_rport_scsi_target_id_56077
-+nilfs_segctor_create_checkpoint_56078 nilfs_segctor_create_checkpoint 0 56078 NULL
-+acpi_power_get_state_56083 acpi_power_get_state 0 56083 NULL
-+vsc824x_config_init_56086 vsc824x_config_init 0 56086 NULL
-+debugfs_reg_access_56087 debugfs_reg_access 0 56087 NULL
-+qlcnic_hwmon_show_temp_56088 qlcnic_hwmon_show_temp 0 56088 NULL
-+gpio_direction_output_56094 gpio_direction_output 0 56094 NULL
-+pci_user_write_config_dword_56099 pci_user_write_config_dword 0 56099 NULL
-+pscsi_get_bio_56103 pscsi_get_bio 1 56103 NULL
-+v9fs_launder_page_56107 v9fs_launder_page 0 56107 NULL nohasharray
-+em28xx_write_reg_bits_56107 em28xx_write_reg_bits 0 56107 &v9fs_launder_page_56107
-+rmd256_update_56110 rmd256_update 0 56110 NULL
-+usb_alloc_stream_buffers_56123 usb_alloc_stream_buffers 3 56123 NULL nohasharray
-+show_als_attr_56123 show_als_attr 0 56123 &usb_alloc_stream_buffers_56123
-+hsi_async_write_56124 hsi_async_write 0 56124 NULL
-+ieee802154_sechdr_authtag_len_56129 ieee802154_sechdr_authtag_len 0 56129 NULL
-+sctp_add_bind_addr_56130 sctp_add_bind_addr 0 56130 NULL nohasharray
-+crypto_comp_decompress_56130 crypto_comp_decompress 0 56130 &sctp_add_bind_addr_56130
-+radeon_hwmon_set_pwm1_56131 radeon_hwmon_set_pwm1 0-4 56131 NULL
-+dlfb_ops_check_var_56132 dlfb_ops_check_var 0 56132 NULL
-+acpi_ds_get_buffer_field_arguments_56137 acpi_ds_get_buffer_field_arguments 0 56137 NULL
-+sel_read_handle_status_56139 sel_read_handle_status 3-0 56139 NULL nohasharray
-+fs_open_56139 fs_open 0 56139 &sel_read_handle_status_56139
-+map_addr_56144 map_addr 7 56144 NULL nohasharray
-+dib8096p_tuner_rw_serpar_56144 dib8096p_tuner_rw_serpar 0-3 56144 &map_addr_56144 nohasharray
-+extra_show_56144 extra_show 0 56144 &dib8096p_tuner_rw_serpar_56144
-+write_file_frameerrors_56145 write_file_frameerrors 3-0 56145 NULL
-+__uwb_rc_cmd_56148 __uwb_rc_cmd 0 56148 NULL
-+check_auto_mute_availability_56150 check_auto_mute_availability 0 56150 NULL
-+lpfc_XLanePriority_store_56153 lpfc_XLanePriority_store 0-4 56153 NULL
-+add_extent_mapping_56157 add_extent_mapping 0 56157 NULL
-+netlbl_cfg_unlbl_static_del_56158 netlbl_cfg_unlbl_static_del 0 56158 NULL
-+store_slidebar_mode_56160 store_slidebar_mode 0-4 56160 NULL
-+__i2c_transfer_56162 __i2c_transfer 0-3 56162 NULL
-+xfs_attr_shortform_addname_56164 xfs_attr_shortform_addname 0 56164 NULL
-+rawv6_setsockopt_56165 rawv6_setsockopt 5-0 56165 NULL nohasharray
-+mptscsih_board_name_show_56165 mptscsih_board_name_show 0 56165 &rawv6_setsockopt_56165 nohasharray
-+affs_notify_change_56165 affs_notify_change 0 56165 &mptscsih_board_name_show_56165
-+aac_show_bios_version_56173 aac_show_bios_version 0 56173 NULL
-+power_limit_1_tmin_us_show_56177 power_limit_1_tmin_us_show 0 56177 NULL
-+change_qos_56178 change_qos 0 56178 NULL
-+complain_error_56186 complain_error 0-1 56186 NULL
-+snd_m3_pcm_trigger_56189 snd_m3_pcm_trigger 0 56189 NULL nohasharray
-+hfs_find_init_56189 hfs_find_init 0 56189 &snd_m3_pcm_trigger_56189
-+ip_vs_reply4_56190 ip_vs_reply4 0 56190 NULL nohasharray
-+bnx2x_validate_addr_56190 bnx2x_validate_addr 0 56190 &ip_vs_reply4_56190
-+azx_pcm_trigger_56193 azx_pcm_trigger 0 56193 NULL
-+ath9k_dump_legacy_btcoex_56194 ath9k_dump_legacy_btcoex 3-0 56194 NULL
-+show_fc_host_npiv_vports_inuse_56196 show_fc_host_npiv_vports_inuse 0 56196 NULL
-+amd_uncore_cpu_notifier_56203 amd_uncore_cpu_notifier 0 56203 NULL
-+qla4_82xx_rcvpeg_ready_56206 qla4_82xx_rcvpeg_ready 0 56206 NULL
-+gluebi_notify_56213 gluebi_notify 0 56213 NULL
-+i40e_vsi_control_tx_56215 i40e_vsi_control_tx 0 56215 NULL
-+isp116x_urb_enqueue_56219 isp116x_urb_enqueue 0 56219 NULL
-+ocfs2_find_xe_in_bucket_56224 ocfs2_find_xe_in_bucket 0 56224 NULL
-+iwl_dbgfs_bcast_filters_write_56225 iwl_dbgfs_bcast_filters_write 0-3 56225 NULL
-+cp210x_get_config_56229 cp210x_get_config 4 56229 NULL
-+show_cursor_blink_56236 show_cursor_blink 0 56236 NULL
-+do_ipt_set_ctl_56238 do_ipt_set_ctl 4 56238 NULL
-+fd_copyin_56247 fd_copyin 3 56247 NULL
-+nv_device_resource_len_56251 nv_device_resource_len 0 56251 NULL
-+ax_header_56252 ax_header 0 56252 NULL
-+lpfc_use_adisc_store_56254 lpfc_use_adisc_store 0-4 56254 NULL
-+fm10k_get_regs_len_56259 fm10k_get_regs_len 0 56259 NULL
-+set_otp1en_56264 set_otp1en 4-0 56264 NULL
-+clk_enable_56265 clk_enable 0 56265 NULL
-+qib_set_part_key_56267 qib_set_part_key 0 56267 NULL
-+hugetlb_entry_56271 hugetlb_entry 0 56271 NULL
-+acpi_ex_get_serial_access_length_56275 acpi_ex_get_serial_access_length 0-2 56275 NULL
-+il4965_ucode_general_stats_read_56277 il4965_ucode_general_stats_read 3-0 56277 NULL
-+mgt_commit_list_56281 mgt_commit_list 0 56281 NULL
-+ieee80211_if_fmt_user_power_level_56283 ieee80211_if_fmt_user_power_level 3 56283 NULL
-+pci_dev_reset_56285 pci_dev_reset 0 56285 NULL
-+RESIZE_IF_NEEDED_56286 RESIZE_IF_NEEDED 2 56286 NULL
-+caif_hsi_get_size_56287 caif_hsi_get_size 0 56287 NULL
-+bql_show_limit_56292 bql_show_limit 0 56292 NULL
-+dvb_aplay_56296 dvb_aplay 3-0 56296 NULL
-+parport_ieee1284_read_byte_56300 parport_ieee1284_read_byte 0 56300 NULL nohasharray
-+ubifs_tnc_end_commit_56300 ubifs_tnc_end_commit 0 56300 &parport_ieee1284_read_byte_56300 nohasharray
-+iwl_mvm_mac_ctxt_cmd_ap_56300 iwl_mvm_mac_ctxt_cmd_ap 0 56300 &ubifs_tnc_end_commit_56300
-+inode_permission_56303 inode_permission 0 56303 NULL nohasharray
-+btmrvl_hscfgcmd_read_56303 btmrvl_hscfgcmd_read 3-0 56303 &inode_permission_56303
-+tg_set_conf_uint_56306 tg_set_conf_uint 3-0 56306 NULL
-+store_bpdu_guard_56307 store_bpdu_guard 0 56307 NULL nohasharray
-+register_mem_sect_under_node_56307 register_mem_sect_under_node 0 56307 &store_bpdu_guard_56307
-+ksz9021_rd_mmd_phyreg_56309 ksz9021_rd_mmd_phyreg 0 56309 NULL
-+erst_exec_subtract_56310 erst_exec_subtract 0 56310 NULL nohasharray
-+speakup_file_write_56310 speakup_file_write 3 56310 &erst_exec_subtract_56310
-+ftrace_shutdown_56312 ftrace_shutdown 0 56312 NULL
-+linear_add_56314 linear_add 0 56314 NULL
-+patch_stac92hd83xxx_56315 patch_stac92hd83xxx 0 56315 NULL
-+read16_56319 read16 0 56319 NULL nohasharray
-+show_constraint_max_power_uw_56319 show_constraint_max_power_uw 0 56319 &read16_56319 nohasharray
-+ax88172_link_reset_56319 ax88172_link_reset 0 56319 &show_constraint_max_power_uw_56319
-+pipeline_pre_to_defrag_swi_read_56321 pipeline_pre_to_defrag_swi_read 3-0 56321 NULL
-+idtg2_show_errlog_56322 idtg2_show_errlog 0 56322 NULL
-+qlcnic_83xx_store_beacon_56330 qlcnic_83xx_store_beacon 0-3 56330 NULL
-+journal_init_revoke_table_56331 journal_init_revoke_table 1 56331 NULL
-+axnet_suspend_56334 axnet_suspend 0 56334 NULL
-+snd_rawmidi_read_56337 snd_rawmidi_read 3-0 56337 NULL
-+f81232_port_enable_56338 f81232_port_enable 0 56338 NULL
-+show_fcoe_ctlr_device_fcf_dev_loss_tmo_56343 show_fcoe_ctlr_device_fcf_dev_loss_tmo 0 56343 NULL
-+show_line2_56346 show_line2 0 56346 NULL
-+read_human_status_56349 read_human_status 0 56349 NULL
-+ov6550_s_ctrl_56351 ov6550_s_ctrl 0 56351 NULL
-+snd_via8233_playback_prepare_56359 snd_via8233_playback_prepare 0 56359 NULL
-+bnx2fc_vport_create_56364 bnx2fc_vport_create 0 56364 NULL
-+regmap_i2c_write_56365 regmap_i2c_write 0-3 56365 NULL nohasharray
-+qd_get_56365 qd_get 0 56365 &regmap_i2c_write_56365
-+show_oo_req_56366 show_oo_req 0 56366 NULL nohasharray
-+asix_sw_reset_56366 asix_sw_reset 0 56366 &show_oo_req_56366
-+iov_iter_copy_from_user_atomic_56368 iov_iter_copy_from_user_atomic 4-0 56368 NULL nohasharray
-+sctp_cmd_process_sack_56368 sctp_cmd_process_sack 0 56368 &iov_iter_copy_from_user_atomic_56368
-+dev_read_56369 dev_read 3-0 56369 NULL nohasharray
-+ims_pcu_send_cmd_chunk_56369 ims_pcu_send_cmd_chunk 0 56369 &dev_read_56369
-+ath10k_read_simulate_fw_crash_56371 ath10k_read_simulate_fw_crash 3-0 56371 NULL
-+iio_device_add_info_mask_type_56373 iio_device_add_info_mask_type 0 56373 NULL nohasharray
-+usb_xfer_56373 usb_xfer 0-3 56373 &iio_device_add_info_mask_type_56373 nohasharray
-+store_56373 store 0-3 56373 &usb_xfer_56373
-+wacom_btnimg5_store_56378 wacom_btnimg5_store 4-0 56378 NULL
-+gadget_config_name_attr_show_56381 gadget_config_name_attr_show 0 56381 NULL
-+s5h1420_tuner_i2c_tuner_xfer_56382 s5h1420_tuner_i2c_tuner_xfer 0-3 56382 NULL nohasharray
-+key_seal_56382 key_seal 0 56382 &s5h1420_tuner_i2c_tuner_xfer_56382
-+ldo_regulator_disable_56383 ldo_regulator_disable 0 56383 NULL nohasharray
-+b44_get_invariants_56383 b44_get_invariants 0 56383 &ldo_regulator_disable_56383
-+show_iface_redirect_en_56384 show_iface_redirect_en 0 56384 NULL
-+res_get_56393 res_get 0 56393 NULL
-+strtobool_56399 strtobool 0 56399 NULL
-+ocfs2_loaded_cluster_plugins_show_56401 ocfs2_loaded_cluster_plugins_show 0 56401 NULL
-+e1000_alloc_rx_skb_56402 e1000_alloc_rx_skb 2 56402 NULL nohasharray
-+store_prochot_override_duty_cycle_56402 store_prochot_override_duty_cycle 0-4 56402 &e1000_alloc_rx_skb_56402
-+niu_init_zcp_56403 niu_init_zcp 0 56403 NULL
-+write_gssp_56404 write_gssp 3-0 56404 NULL
-+ocfs2_control_read_56405 ocfs2_control_read 3-0 56405 NULL
-+acpi_ds_eval_data_object_operands_56406 acpi_ds_eval_data_object_operands 0 56406 NULL
-+SMB2_open_56407 SMB2_open 0 56407 NULL
-+target_core_alua_lu_gp_store_attr_lu_gp_id_56409 target_core_alua_lu_gp_store_attr_lu_gp_id 0-3 56409 NULL
-+do_get_write_access_56410 do_get_write_access 0 56410 NULL
-+__get_vm_area_caller_56416 __get_vm_area_caller 1 56416 NULL nohasharray
-+acpi_os_write_memory_56416 acpi_os_write_memory 1-3 56416 &__get_vm_area_caller_56416 nohasharray
-+_cx25821_stop_audio_dma_56416 _cx25821_stop_audio_dma 0 56416 &acpi_os_write_memory_56416 nohasharray
-+set_phy_flash_cfg_56416 set_phy_flash_cfg 0-4 56416 &_cx25821_stop_audio_dma_56416
-+store_msg_56417 store_msg 3 56417 NULL
-+app_tag_own_show_56418 app_tag_own_show 0 56418 NULL
-+pppol2tp_sendmsg_56420 pppol2tp_sendmsg 4-0 56420 NULL
-+at86rf230_sync_state_change_56422 at86rf230_sync_state_change 0 56422 NULL nohasharray
-+ath10k_mac_txpower_setup_56422 ath10k_mac_txpower_setup 0 56422 &at86rf230_sync_state_change_56422
-+l2cap_segment_le_sdu_56426 l2cap_segment_le_sdu 4 56426 NULL
-+vsock_listen_56427 vsock_listen 0 56427 NULL
-+mddev_lock_56428 mddev_lock 0 56428 NULL
-+wl1271_acx_ap_rate_policy_56430 wl1271_acx_ap_rate_policy 0 56430 NULL nohasharray
-+syscore_suspend_56430 syscore_suspend 0 56430 &wl1271_acx_ap_rate_policy_56430
-+ec_dbgfs_cmd_read_56431 ec_dbgfs_cmd_read 3 56431 NULL nohasharray
-+lprocfs_fid_space_seq_write_56431 lprocfs_fid_space_seq_write 3 56431 &ec_dbgfs_cmd_read_56431
-+omninet_write_56432 omninet_write 0-4 56432 NULL
-+fl_create_56435 fl_create 5 56435 NULL nohasharray
-+iscsi_tpg_attrib_show_cache_dynamic_acls_56435 iscsi_tpg_attrib_show_cache_dynamic_acls 0 56435 &fl_create_56435
-+gnttab_map_56439 gnttab_map 2 56439 NULL
-+get_linkerrors_56444 get_linkerrors 0 56444 NULL
-+cifs_getxattr_56445 cifs_getxattr 0 56445 NULL
-+show_ipv4_iface_tos_56446 show_ipv4_iface_tos 0 56446 NULL
-+walk_pgd_range_56450 walk_pgd_range 0 56450 NULL nohasharray
-+i2400m_idle_timeout_store_56450 i2400m_idle_timeout_store 0-4 56450 &walk_pgd_range_56450
-+cx231xx_init_isoc_56453 cx231xx_init_isoc 3-2-4-0 56453 NULL
-+wl1271_acx_sleep_auth_56455 wl1271_acx_sleep_auth 0 56455 NULL
-+pcf8563_set_alarm_mode_56456 pcf8563_set_alarm_mode 0 56456 NULL
-+show_ideapad_cam_56457 show_ideapad_cam 0 56457 NULL
-+set_connectable_56458 set_connectable 4 56458 NULL
-+sdev_store_evt_mode_parameter_change_reported_56461 sdev_store_evt_mode_parameter_change_reported 0-4 56461 NULL
-+lif_s_stream_56462 lif_s_stream 0 56462 NULL
-+osd_req_list_partition_objects_56464 osd_req_list_partition_objects 5 56464 NULL nohasharray
-+make_pnode_dirty_56464 make_pnode_dirty 0 56464 &osd_req_list_partition_objects_56464
-+wl1251_hw_init_hwenc_config_56465 wl1251_hw_init_hwenc_config 0 56465 NULL
-+putused_user_56467 putused_user 3 56467 NULL
-+ocfs2_zero_extend_range_56468 ocfs2_zero_extend_range 0 56468 NULL
-+lbs_rdmac_write_56471 lbs_rdmac_write 3-0 56471 NULL
-+phy_write_56475 phy_write 0 56475 NULL nohasharray
-+ds1685_rtc_sysfs_ctrl_regs_store_56475 ds1685_rtc_sysfs_ctrl_regs_store 0-4 56475 &phy_write_56475 nohasharray
-+bond_option_arp_ip_target_rem_56475 bond_option_arp_ip_target_rem 0 56475 &ds1685_rtc_sysfs_ctrl_regs_store_56475
-+handle_eject_request_56476 handle_eject_request 0 56476 NULL
-+ds1511_nvram_read_56477 ds1511_nvram_read 0-5-6 56477 NULL
-+wl1271_cmd_template_set_56480 wl1271_cmd_template_set 0 56480 NULL
-+e100_get_eeprom_len_56481 e100_get_eeprom_len 0 56481 NULL
-+bsp_check_56487 bsp_check 0 56487 NULL
-+ieee80211_rx_mgmt_probe_beacon_56491 ieee80211_rx_mgmt_probe_beacon 3 56491 NULL nohasharray
-+show_iface_data_pdu_in_order_56491 show_iface_data_pdu_in_order 0 56491 &ieee80211_rx_mgmt_probe_beacon_56491 nohasharray
-+hdcs_set_exposure_56491 hdcs_set_exposure 0 56491 &show_iface_data_pdu_in_order_56491
-+nfs_namespace_getattr_56496 nfs_namespace_getattr 0 56496 NULL
-+regcache_lzo_decompress_56499 regcache_lzo_decompress 0 56499 NULL
-+memblock_virt_alloc_56501 memblock_virt_alloc 1 56501 NULL
-+ad7877_disable_store_56502 ad7877_disable_store 0-4 56502 NULL
-+show_in_value_56503 show_in_value 0 56503 NULL
-+init_map_ip_56508 init_map_ip 5 56508 NULL
-+lpfc_enable_hba_heartbeat_show_56509 lpfc_enable_hba_heartbeat_show 0 56509 NULL
-+efx_mcdi_rpc_start_56510 efx_mcdi_rpc_start 0 56510 NULL
-+lustre_posix_acl_xattr_reduce_space_56512 lustre_posix_acl_xattr_reduce_space 3 56512 NULL
-+ip6_blackhole_mtu_56513 ip6_blackhole_mtu 0 56513 NULL
-+cfg80211_connect_result_56515 cfg80211_connect_result 6-4 56515 NULL
-+hotkey_wakeup_hotunplug_complete_show_56521 hotkey_wakeup_hotunplug_complete_show 0 56521 NULL
-+get_temp_56524 get_temp 0 56524 NULL
-+issue_thinkpad_cmos_command_56535 issue_thinkpad_cmos_command 0 56535 NULL
-+l1oip_socket_recv_56537 l1oip_socket_recv 6 56537 NULL
-+ip_options_get_56538 ip_options_get 4 56538 NULL
-+vmci_datagram_get_priv_flags_56540 vmci_datagram_get_priv_flags 0 56540 NULL
-+ia_open_56543 ia_open 0 56543 NULL
-+ll_wr_track_id_56544 ll_wr_track_id 2 56544 NULL
-+tcp_cwnd_test_56547 tcp_cwnd_test 0 56547 NULL nohasharray
-+megasas_sysfs_show_version_56547 megasas_sysfs_show_version 0 56547 &tcp_cwnd_test_56547
-+ip_vs_prepare_tunneled_skb_56550 ip_vs_prepare_tunneled_skb 3 56550 NULL
-+br_get_num_vlan_infos_56557 br_get_num_vlan_infos 0 56557 NULL
-+vim2m_start_streaming_56558 vim2m_start_streaming 0 56558 NULL nohasharray
-+xs_watch_56558 xs_watch 0 56558 &vim2m_start_streaming_56558 nohasharray
-+mmc_blk_probe_56558 mmc_blk_probe 0 56558 &xs_watch_56558
-+alloc_apertures_56561 alloc_apertures 1 56561 NULL nohasharray
-+ali_notify_sys_56561 ali_notify_sys 0 56561 &alloc_apertures_56561
-+forward_delay_show_56565 forward_delay_show 0 56565 NULL
-+proc_thermal_get_zone_temp_56566 proc_thermal_get_zone_temp 0 56566 NULL
-+adp5520_bl_office_max_show_56572 adp5520_bl_office_max_show 0 56572 NULL
-+rs_sta_dbgfs_stats_table_read_56573 rs_sta_dbgfs_stats_table_read 3-0 56573 NULL
-+macvtap_read_iter_56580 macvtap_read_iter 0 56580 NULL
-+portcntrs_2_read_56586 portcntrs_2_read 3-0 56586 NULL
-+input_dev_show_id_vendor_56590 input_dev_show_id_vendor 0 56590 NULL
-+acpi_ex_convert_to_string_56591 acpi_ex_convert_to_string 0 56591 NULL
-+w1_f12_write_output_56594 w1_f12_write_output 0-6-5 56594 NULL
-+write_room_56601 write_room 0 56601 NULL nohasharray
-+dmi_sel_raw_read_56601 dmi_sel_raw_read 0-5-6 56601 &write_room_56601
-+set_dec_all_56602 set_dec_all 4-0 56602 NULL
-+event_filter_write_56609 event_filter_write 3 56609 NULL
-+ocrdma_inet6addr_event_56610 ocrdma_inet6addr_event 0 56610 NULL
-+nvme_trans_log_temperature_56613 nvme_trans_log_temperature 3 56613 NULL
-+cx2341x_try_ctrl_56620 cx2341x_try_ctrl 0 56620 NULL
-+show_56623 show 0 56623 NULL nohasharray
-+store_temp_pwm_enable_56623 store_temp_pwm_enable 0-4 56623 &show_56623
-+cifs_flush_file_56628 cifs_flush_file 0 56628 NULL
-+mct_u232_open_56631 mct_u232_open 0 56631 NULL
-+_nfs4_proc_mkdir_56633 _nfs4_proc_mkdir 0 56633 NULL
-+ov7660_set_hvflip_56639 ov7660_set_hvflip 0 56639 NULL
-+gather_array_56641 gather_array 3 56641 NULL
-+show_ipv6_iface_mld_en_56648 show_ipv6_iface_mld_en 0 56648 NULL nohasharray
-+snd_card_register_56648 snd_card_register 0 56648 &show_ipv6_iface_mld_en_56648
-+ceph_vxattrcb_dir_subdirs_56649 ceph_vxattrcb_dir_subdirs 0 56649 NULL nohasharray
-+show_56649 show 0 56649 &ceph_vxattrcb_dir_subdirs_56649
-+uvc_debugfs_stats_read_56651 uvc_debugfs_stats_read 3-0 56651 NULL
-+lxt970_config_init_56653 lxt970_config_init 0 56653 NULL nohasharray
-+qla2x00_reset_chip_56653 qla2x00_reset_chip 0 56653 &lxt970_config_init_56653 nohasharray
-+s3c_hsotg_handle_unaligned_buf_start_56653 s3c_hsotg_handle_unaligned_buf_start 0 56653 &qla2x00_reset_chip_56653
-+show_bank2_setting_56655 show_bank2_setting 0 56655 NULL
-+qlcnic_sysfs_get_esw_stats_56657 qlcnic_sysfs_get_esw_stats 0-6-5 56657 NULL
-+clk_nodrv_prepare_enable_56659 clk_nodrv_prepare_enable 0 56659 NULL
-+wake_up_wlan_show_56660 wake_up_wlan_show 0 56660 NULL
-+fc_rport_set_dev_loss_tmo_56661 fc_rport_set_dev_loss_tmo 0 56661 NULL
-+tps6586x_rtc_alarm_irq_enable_56662 tps6586x_rtc_alarm_irq_enable 0 56662 NULL
-+show_ctlr_mode_56665 show_ctlr_mode 0 56665 NULL nohasharray
-+rndis_wlan_reset_56665 rndis_wlan_reset 0 56665 &show_ctlr_mode_56665
-+fm_config_rx_mute_reg_56667 fm_config_rx_mute_reg 0 56667 NULL
-+gdm_dev16_to_cpu_56668 gdm_dev16_to_cpu 0-2 56668 NULL
-+mem_used_total_show_56672 mem_used_total_show 0 56672 NULL
-+reconfig_store_56674 reconfig_store 0-4 56674 NULL
-+btrfs_cow_block_56678 btrfs_cow_block 0 56678 NULL
-+show_ipv6_iface_hop_limit_56679 show_ipv6_iface_hop_limit 0 56679 NULL
-+iscsi_tpg_param_show_IFMarkInt_56682 iscsi_tpg_param_show_IFMarkInt 0 56682 NULL
-+mtd_read_fact_prot_reg_56683 mtd_read_fact_prot_reg 0 56683 NULL
-+netlink_getname_56685 netlink_getname 0 56685 NULL nohasharray
-+target_stat_scsi_transport_attr_store_56685 target_stat_scsi_transport_attr_store 0 56685 &netlink_getname_56685
-+da9055_gpio_to_irq_56686 da9055_gpio_to_irq 2 56686 NULL nohasharray
-+snd_gus_dram_read_56686 snd_gus_dram_read 4 56686 &da9055_gpio_to_irq_56686 nohasharray
-+o2nm_node_num_write_56686 o2nm_node_num_write 0-3 56686 &snd_gus_dram_read_56686
-+sd_done_56689 sd_done 0 56689 NULL
-+set_promiscuous_mode_56691 set_promiscuous_mode 0 56691 NULL
-+dm9601_get_eeprom_len_56697 dm9601_get_eeprom_len 0 56697 NULL
-+dvb_ringbuffer_read_user_56702 dvb_ringbuffer_read_user 0-3 56702 NULL
-+atl1c_get_regs_len_56705 atl1c_get_regs_len 0 56705 NULL
-+qla4xxx_fw_build_user_show_56706 qla4xxx_fw_build_user_show 0 56706 NULL
-+extract_attr_from_ios_56709 extract_attr_from_ios 0 56709 NULL nohasharray
-+conn_send_command_56709 conn_send_command 4-6 56709 &extract_attr_from_ios_56709
-+sta_flags_read_56710 sta_flags_read 3-0 56710 NULL nohasharray
-+hibernation_snapshot_56710 hibernation_snapshot 0 56710 &sta_flags_read_56710
-+ipv6_getsockopt_sticky_56711 ipv6_getsockopt_sticky 5 56711 NULL
-+brcms_up_56713 brcms_up 0 56713 NULL nohasharray
-+twl6030_pwmled_config_56713 twl6030_pwmled_config 0 56713 &brcms_up_56713
-+xfs_btree_decrement_56718 xfs_btree_decrement 0 56718 NULL
-+acpi_os_wait_semaphore_56719 acpi_os_wait_semaphore 0 56719 NULL
-+__hw_addr_add_ex_56720 __hw_addr_add_ex 0 56720 NULL
-+perf_event_mux_interval_ms_show_56723 perf_event_mux_interval_ms_show 0 56723 NULL
-+__wa_xfer_setup_segs_56725 __wa_xfer_setup_segs 2-0 56725 NULL nohasharray
-+ds2780_set_rsgain_setting_56725 ds2780_set_rsgain_setting 0-4 56725 &__wa_xfer_setup_segs_56725
-+wm831x_isink_enable_56730 wm831x_isink_enable 0 56730 NULL
-+read_reg_56732 read_reg 0 56732 NULL
-+m41t80_rtc_read_time_56736 m41t80_rtc_read_time 0 56736 NULL
-+__copy_from_user_ll_56738 __copy_from_user_ll 0 56738 NULL
-+show_cons_active_56740 show_cons_active 0 56740 NULL nohasharray
-+niu_alloc_channels_56740 niu_alloc_channels 0 56740 &show_cons_active_56740 nohasharray
-+reset_temp_history_56740 reset_temp_history 0-4 56740 &niu_alloc_channels_56740
-+drm_agp_bind_pages_56748 drm_agp_bind_pages 3 56748 NULL
-+btrfsic_map_block_56751 btrfsic_map_block 2 56751 NULL
-+__logfs_writepage_56752 __logfs_writepage 0 56752 NULL
-+get_temp2_fault_56754 get_temp2_fault 0 56754 NULL nohasharray
-+ov7670_try_fmt_internal_56754 ov7670_try_fmt_internal 0 56754 &get_temp2_fault_56754
-+pm8001_ctl_max_devices_show_56759 pm8001_ctl_max_devices_show 0 56759 NULL
-+nilfs_btree_prepare_propagate_v_56762 nilfs_btree_prepare_propagate_v 0 56762 NULL
-+dm_attr_uuid_show_56774 dm_attr_uuid_show 0 56774 NULL
-+alloc_iommu_56778 alloc_iommu 2-3 56778 NULL
-+ore_get_io_state_56779 ore_get_io_state 0 56779 NULL nohasharray
-+orinoco_open_56779 orinoco_open 0 56779 &ore_get_io_state_56779
-+__carl9170_rx_56784 __carl9170_rx 3 56784 NULL
-+bq2415x_i2c_write_bit_56787 bq2415x_i2c_write_bit 0 56787 NULL
-+firmware_id_show_56790 firmware_id_show 0 56790 NULL nohasharray
-+smsc95xx_phy_initialize_56790 smsc95xx_phy_initialize 0 56790 &firmware_id_show_56790
-+ttm_alloc_new_pages_56792 ttm_alloc_new_pages 5 56792 NULL
-+nilfs_sufile_get_header_block_56794 nilfs_sufile_get_header_block 0 56794 NULL
-+sdo_s_stream_56795 sdo_s_stream 0 56795 NULL
-+ecryptfs_set_f_namelen_56796 ecryptfs_set_f_namelen 0 56796 NULL
-+tun_net_open_56800 tun_net_open 0 56800 NULL
-+backlog_store_56804 backlog_store 0-3 56804 NULL
-+read_indexes_56805 read_indexes 2-0 56805 NULL
-+ion_ioctl_56806 ion_ioctl 2 56806 NULL
-+do_syslog_56807 do_syslog 3-0 56807 NULL
-+target_stat_scsi_lu_show_attr_vend_56808 target_stat_scsi_lu_show_attr_vend 0 56808 NULL
-+rdev_attr_show_56809 rdev_attr_show 0 56809 NULL nohasharray
-+exofs_update_inode_56809 exofs_update_inode 0 56809 &rdev_attr_show_56809
-+acpi_evaluate_object_56815 acpi_evaluate_object 0 56815 NULL
-+show_sys_acpi_56816 show_sys_acpi 0 56816 NULL
-+brightness_write_56821 brightness_write 0 56821 NULL
-+iwl_mvm_start_fw_dbg_conf_56823 iwl_mvm_start_fw_dbg_conf 0 56823 NULL
-+rbd_features_show_56824 rbd_features_show 0 56824 NULL
-+mlx4_en_start_port_56826 mlx4_en_start_port 0 56826 NULL
-+ntfs_rl_realloc_56831 ntfs_rl_realloc 3 56831 NULL nohasharray
-+mtdchar_write_56831 mtdchar_write 3-0 56831 &ntfs_rl_realloc_56831
-+solo_enc_start_streaming_56834 solo_enc_start_streaming 0 56834 NULL
-+snd_rawmidi_kernel_write1_56847 snd_rawmidi_kernel_write1 4-0 56847 NULL
-+mlx5_buf_alloc_56848 mlx5_buf_alloc 2 56848 NULL
-+si476x_radio_read_agc_blob_56849 si476x_radio_read_agc_blob 3-0 56849 NULL
-+mlx4_en_get_qp_56851 mlx4_en_get_qp 0 56851 NULL
-+twl4030reg_get_status_56852 twl4030reg_get_status 0 56852 NULL
-+identify_fw_56853 identify_fw 0 56853 NULL
-+header_create_56856 header_create 0 56856 NULL nohasharray
-+mxl5007t_set_params_56856 mxl5007t_set_params 0 56856 &header_create_56856
-+__uncore_filter_link_show_56859 __uncore_filter_link_show 0 56859 NULL
-+adp8860_show_56860 adp8860_show 0 56860 NULL
-+cros_ec_cmd_xfer_56862 cros_ec_cmd_xfer 0 56862 NULL
-+gk20a_ram_get_56863 gk20a_ram_get 2 56863 NULL nohasharray
-+max197_show_range_56863 max197_show_range 0 56863 &gk20a_ram_get_56863 nohasharray
-+target_stat_scsi_auth_intr_show_attr_inst_56863 target_stat_scsi_auth_intr_show_attr_inst 0 56863 &max197_show_range_56863 nohasharray
-+dlfb_setup_modes_56863 dlfb_setup_modes 0 56863 &target_stat_scsi_auth_intr_show_attr_inst_56863
-+check_export_56865 check_export 0 56865 NULL nohasharray
-+btrfs_direct_IO_56865 btrfs_direct_IO 3 56865 &check_export_56865
-+store_sched7_56868 store_sched7 0-4 56868 NULL nohasharray
-+hci_mgmt_cmd_56868 hci_mgmt_cmd 4 56868 &store_sched7_56868
-+mwl8k_cmd_get_stat_56876 mwl8k_cmd_get_stat 0 56876 NULL
-+ims_pcu_ofn_bit_store_56878 ims_pcu_ofn_bit_store 0-4 56878 NULL
-+ext3_xattr_ibody_get_56880 ext3_xattr_ibody_get 0 56880 NULL
-+bitmap_init_from_disk_56884 bitmap_init_from_disk 0 56884 NULL
-+vfio_raw_config_write_56885 vfio_raw_config_write 0-3 56885 NULL
-+ov9740_reg_rmw_56888 ov9740_reg_rmw 0 56888 NULL
-+pvr2_debugifc_print_status_56890 pvr2_debugifc_print_status 3 56890 NULL nohasharray
-+gfs2_recover_set_56890 gfs2_recover_set 0 56890 &pvr2_debugifc_print_status_56890
-+enic_dev_notify_set_56891 enic_dev_notify_set 0 56891 NULL
-+debug_debug3_read_56894 debug_debug3_read 3-0 56894 NULL
-+batadv_tt_update_changes_56895 batadv_tt_update_changes 3 56895 NULL
-+show_fnode_erl_56896 show_fnode_erl 0 56896 NULL
-+pktgen_add_device_56898 pktgen_add_device 0 56898 NULL
-+hfsplus_find_cat_56899 hfsplus_find_cat 0 56899 NULL
-+rio_open_56900 rio_open 0 56900 NULL
-+arp_mangle_56902 arp_mangle 0 56902 NULL
-+sys_dmi_field_show_56905 sys_dmi_field_show 0 56905 NULL
-+fm10k_pfvf_mbx_init_56911 fm10k_pfvf_mbx_init 0 56911 NULL
-+strcspn_56913 strcspn 0 56913 NULL
-+i801_transaction_56919 i801_transaction 0 56919 NULL
-+uhid_hid_output_raw_56921 uhid_hid_output_raw 0-3 56921 NULL
-+__kfifo_out_56927 __kfifo_out 0-3 56927 NULL
-+mtd_subpagesize_show_56928 mtd_subpagesize_show 0 56928 NULL
-+check_header_56930 check_header 2 56930 NULL
-+gpio_edge_show_56931 gpio_edge_show 0 56931 NULL
-+bnx2x_phy_init_56932 bnx2x_phy_init 0 56932 NULL
-+journal_init_revoke_56933 journal_init_revoke 2 56933 NULL
-+read_56934 read 0 56934 NULL
-+bond_alb_init_slave_56936 bond_alb_init_slave 0 56936 NULL
-+set_temp_min_56937 set_temp_min 0-4 56937 NULL
-+set_property_56939 set_property 0 56939 NULL
-+tpu_pwm_timer_start_56940 tpu_pwm_timer_start 0 56940 NULL
-+xfs_alloc_ag_vextent_56943 xfs_alloc_ag_vextent 0 56943 NULL
-+iscsi_nacl_param_show_DataPDUInOrder_56949 iscsi_nacl_param_show_DataPDUInOrder 0 56949 NULL
-+aux_56950 aux 0 56950 NULL
-+cirrusfb_set_par_56956 cirrusfb_set_par 0 56956 NULL
-+cw1200_set_uapsd_param_56957 cw1200_set_uapsd_param 0 56957 NULL nohasharray
-+iwl_send_static_wepkey_cmd_56957 iwl_send_static_wepkey_cmd 0 56957 &cw1200_set_uapsd_param_56957
-+show_fcoe_fcf_device_dev_loss_tmo_56966 show_fcoe_fcf_device_dev_loss_tmo 0 56966 NULL
-+diva_get_driver_info_56967 diva_get_driver_info 0 56967 NULL
-+sdev_store_eh_timeout_56971 sdev_store_eh_timeout 0-4 56971 NULL
-+rx_queue_attr_store_56972 rx_queue_attr_store 0-4 56972 NULL
-+ext4_readpage_56973 ext4_readpage 0 56973 NULL
-+show_pwm_max_56976 show_pwm_max 0 56976 NULL
-+enc28j60_set_mac_address_56979 enc28j60_set_mac_address 0 56979 NULL
-+read_56981 read 0 56981 NULL
-+vmci_transport_notify_pkt_recv_pre_dequeue_56988 vmci_transport_notify_pkt_recv_pre_dequeue 0 56988 NULL nohasharray
-+default_write_file_56988 default_write_file 0-3 56988 &vmci_transport_notify_pkt_recv_pre_dequeue_56988 nohasharray
-+init_hw_56988 init_hw 0 56988 &default_write_file_56988
-+savage_init_hw_56989 savage_init_hw 0 56989 NULL
-+ssp_spi_sync_56994 ssp_spi_sync 0 56994 NULL
-+CIFS_open_56997 CIFS_open 0 56997 NULL
-+consolidate_57001 consolidate 0 57001 NULL
-+powr1220_show_max_57002 powr1220_show_max 0 57002 NULL nohasharray
-+ds2781_read16_57002 ds2781_read16 3-0 57002 &powr1220_show_max_57002
-+vlsi_alloc_ring_57003 vlsi_alloc_ring 3-4 57003 NULL
-+hdmi_s_dv_timings_57004 hdmi_s_dv_timings 0 57004 NULL
-+fore200e_send_57011 fore200e_send 0 57011 NULL
-+show_rc6pp_ms_57015 show_rc6pp_ms 0 57015 NULL
-+s2io_get_eeprom_len_57016 s2io_get_eeprom_len 0 57016 NULL
-+cur_freq_show_57023 cur_freq_show 0 57023 NULL nohasharray
-+show_channels_57023 show_channels 0 57023 &cur_freq_show_57023
-+aircable_process_packet_57027 aircable_process_packet 4 57027 NULL
-+snd_dma_alloc_pages_fallback_57029 snd_dma_alloc_pages_fallback 3 57029 NULL
-+arp_netdev_event_57032 arp_netdev_event 0 57032 NULL
-+instance_ce_count_show_57038 instance_ce_count_show 0 57038 NULL
-+fuse_simple_request_57042 fuse_simple_request 0 57042 NULL
-+ieee80211_if_fmt_state_57043 ieee80211_if_fmt_state 3 57043 NULL nohasharray
-+skb_network_offset_57043 skb_network_offset 0 57043 &ieee80211_if_fmt_state_57043
-+af9035_wr_regs_57045 af9035_wr_regs 0 57045 NULL
-+ovl_copy_up_data_57049 ovl_copy_up_data 3 57049 NULL
-+xfs_buf_read_map_57053 xfs_buf_read_map 3 57053 NULL
-+rose_setsockopt_57054 rose_setsockopt 0 57054 NULL
-+cx2341x_ctrl_new_std_57061 cx2341x_ctrl_new_std 4 57061 NULL
-+sca3000_read_data_57064 sca3000_read_data 4 57064 NULL
-+do_jit_57066 do_jit 0 57066 NULL nohasharray
-+pcmcia_replace_cis_57066 pcmcia_replace_cis 3 57066 &do_jit_57066
-+get_temp_limit_57067 get_temp_limit 0 57067 NULL
-+macvtap_write_iter_57068 macvtap_write_iter 0 57068 NULL
-+sis190_try_rx_copy_57069 sis190_try_rx_copy 3 57069 NULL nohasharray
-+buf_prepare_57069 buf_prepare 0 57069 &sis190_try_rx_copy_57069
-+ath5k_hw_init_queues_57074 ath5k_hw_init_queues 0 57074 NULL
-+top_off_threshold_current_show_57077 top_off_threshold_current_show 0 57077 NULL
-+blk_mq_sysfs_store_57081 blk_mq_sysfs_store 0-4 57081 NULL
-+wmi_send_57083 wmi_send 0 57083 NULL
-+cx231xx_i2c_recv_bytes_with_saddr_57086 cx231xx_i2c_recv_bytes_with_saddr 0 57086 NULL
-+psmouse_show_int_attr_57088 psmouse_show_int_attr 0 57088 NULL
-+show_57089 show 0 57089 NULL
-+patch_alc880_57095 patch_alc880 0 57095 NULL
-+tracing_set_trace_write_57096 tracing_set_trace_write 3 57096 NULL
-+show_spi_transport_iu_57098 show_spi_transport_iu 0 57098 NULL
-+vmci_transport_notify_pkt_send_post_enqueue_57105 vmci_transport_notify_pkt_send_post_enqueue 0 57105 NULL nohasharray
-+aty_var_to_pll_57105 aty_var_to_pll 0 57105 &vmci_transport_notify_pkt_send_post_enqueue_57105
-+hpfs_readpages_57106 hpfs_readpages 4 57106 NULL
-+wakeup_prevent_sleep_time_show_57107 wakeup_prevent_sleep_time_show 0 57107 NULL
-+s_stream_57108 s_stream 0 57108 NULL
-+show_enabled_57111 show_enabled 0 57111 NULL
-+mwl8k_tx_wait_empty_57118 mwl8k_tx_wait_empty 0 57118 NULL nohasharray
-+target_fabric_port_store_attr_alua_tg_pt_gp_57118 target_fabric_port_store_attr_alua_tg_pt_gp 0-3 57118 &mwl8k_tx_wait_empty_57118
-+cipso_v4_gentag_loc_57119 cipso_v4_gentag_loc 0 57119 NULL
-+get_sum_57128 get_sum 0 57128 NULL nohasharray
-+alloc_sleep_millisecs_show_57128 alloc_sleep_millisecs_show 0 57128 &get_sum_57128 nohasharray
-+cardr_store_57128 cardr_store 4-0 57128 &alloc_sleep_millisecs_show_57128
-+ov9640_cropcap_57129 ov9640_cropcap 0 57129 NULL
-+ima_show_htable_value_57136 ima_show_htable_value 2-0 57136 NULL nohasharray
-+boot_params_data_read_57136 boot_params_data_read 0-6-5 57136 &ima_show_htable_value_57136
-+mmc_io_rw_direct_57137 mmc_io_rw_direct 0 57137 NULL
-+tpm_seal_57138 tpm_seal 0 57138 NULL
-+show_rxbuf_57139 show_rxbuf 0 57139 NULL
-+_iwl_dbgfs_bf_params_write_57141 _iwl_dbgfs_bf_params_write 3-0 57141 NULL
-+lp3972_dcdc_disable_57142 lp3972_dcdc_disable 0 57142 NULL
-+show_ipv4_iface_incoming_forwarding_en_57143 show_ipv4_iface_incoming_forwarding_en 0 57143 NULL
-+acpi_gsb_i2c_read_bytes_57145 acpi_gsb_i2c_read_bytes 4 57145 NULL nohasharray
-+set_cidmode_57145 set_cidmode 0-4 57145 &acpi_gsb_i2c_read_bytes_57145
-+xfs_attr3_leaf_lookup_int_57153 xfs_attr3_leaf_lookup_int 0 57153 NULL nohasharray
-+cifs_zap_mapping_57153 cifs_zap_mapping 0 57153 &xfs_attr3_leaf_lookup_int_57153
-+udl_prime_create_57159 udl_prime_create 2 57159 NULL
-+netxen_receive_peg_ready_57162 netxen_receive_peg_ready 0 57162 NULL
-+nilfs_btree_prepare_convert_and_insert_57164 nilfs_btree_prepare_convert_and_insert 0 57164 NULL nohasharray
-+set_shutter_57164 set_shutter 0 57164 &nilfs_btree_prepare_convert_and_insert_57164
-+composite_os_desc_req_prepare_57166 composite_os_desc_req_prepare 0 57166 NULL
-+stk_prepare_sio_buffers_57168 stk_prepare_sio_buffers 2 57168 NULL nohasharray
-+snd_tm6000_prepare_57168 snd_tm6000_prepare 0 57168 &stk_prepare_sio_buffers_57168
-+rcu_panic_57170 rcu_panic 0 57170 NULL
-+fc_stat_show_57171 fc_stat_show 0 57171 NULL
-+average_read_57175 average_read 0-3 57175 NULL
-+netlink_create_57178 netlink_create 0 57178 NULL
-+rx_hw_stuck_read_57179 rx_hw_stuck_read 3-0 57179 NULL
-+da9055_reg_read_57185 da9055_reg_read 0 57185 NULL
-+ct_map_audio_buffer_57187 ct_map_audio_buffer 0 57187 NULL
-+common_file_perm_57189 common_file_perm 0 57189 NULL
-+sys_poll_57190 sys_poll 2 57190 NULL
-+hash_netnet6_expire_57191 hash_netnet6_expire 4 57191 NULL
-+target_stat_scsi_port_attr_store_57198 target_stat_scsi_port_attr_store 0 57198 NULL
-+pcan_usb_set_sja1000_57201 pcan_usb_set_sja1000 0 57201 NULL nohasharray
-+cache_setup_of_node_57201 cache_setup_of_node 0 57201 &pcan_usb_set_sja1000_57201
-+mwifiex_cmd_802_11_hs_cfg_57205 mwifiex_cmd_802_11_hs_cfg 0 57205 NULL
-+sys_io_getevents_57206 sys_io_getevents 3 57206 NULL
-+show_session_param_ISCSI_PARAM_PASSWORD_IN_57207 show_session_param_ISCSI_PARAM_PASSWORD_IN 0 57207 NULL
-+exofs_write_begin_57210 exofs_write_begin 0 57210 NULL nohasharray
-+lp_check_status_57210 lp_check_status 0 57210 &exofs_write_begin_57210
-+mlx4_qp_attach_common_57214 mlx4_qp_attach_common 0 57214 NULL
-+edid_show_57216 edid_show 0-5-6 57216 NULL
-+stats_show_57218 stats_show 0 57218 NULL
-+tt3650_ci_msg_57219 tt3650_ci_msg 4 57219 NULL nohasharray
-+acpi_eject_store_57219 acpi_eject_store 0-4 57219 &tt3650_ci_msg_57219
-+change_mtu_57227 change_mtu 0 57227 NULL
-+show_session_param_ISCSI_PARAM_IFACE_NAME_57230 show_session_param_ISCSI_PARAM_IFACE_NAME 0 57230 NULL
-+_nfs4_proc_readlink_57231 _nfs4_proc_readlink 0 57231 NULL
-+csource_show_57233 csource_show 0 57233 NULL
-+dma_fifo_alloc_57236 dma_fifo_alloc 2-3-5 57236 NULL
-+drbg_blocklen_57239 drbg_blocklen 0 57239 NULL
-+flush_space_57241 flush_space 0 57241 NULL
-+rmd320_update_57243 rmd320_update 0 57243 NULL
-+rsxx_cram_write_57244 rsxx_cram_write 3-0 57244 NULL
-+lbmRead_57247 lbmRead 0 57247 NULL
-+ieee80211_if_fmt_tsf_57249 ieee80211_if_fmt_tsf 3 57249 NULL
-+oprofilefs_ulong_from_user_57251 oprofilefs_ulong_from_user 3-0 57251 NULL
-+wl12xx_cmd_add_peer_57254 wl12xx_cmd_add_peer 0 57254 NULL
-+sbp_tpg_attrib_show_mgt_orb_timeout_57256 sbp_tpg_attrib_show_mgt_orb_timeout 0 57256 NULL
-+alloc_flex_gd_57259 alloc_flex_gd 1 57259 NULL
-+vti_tunnel_init_57265 vti_tunnel_init 0 57265 NULL
-+set_component_active_57266 set_component_active 0-4 57266 NULL
-+__inet_stream_connect_57269 __inet_stream_connect 0 57269 NULL
-+bnx2x_avoid_link_flap_57270 bnx2x_avoid_link_flap 0 57270 NULL
-+parport_uss720_epp_read_addr_57271 parport_uss720_epp_read_addr 0 57271 NULL
-+usb_gadget_map_request_57272 usb_gadget_map_request 0 57272 NULL
-+show_voltage_57273 show_voltage 0 57273 NULL
-+dib0070_tune_57275 dib0070_tune 0 57275 NULL
-+crc32c_intel_final_57279 crc32c_intel_final 0 57279 NULL nohasharray
-+load_data_57279 load_data 0-3 57279 &crc32c_intel_final_57279
-+mc44s803_set_params_57281 mc44s803_set_params 0 57281 NULL
-+lbs_sleepparams_write_57283 lbs_sleepparams_write 3-0 57283 NULL nohasharray
-+read_iter_57283 read_iter 0 57283 &lbs_sleepparams_write_57283 nohasharray
-+hid_sensor_capture_sample_57283 hid_sensor_capture_sample 3 57283 &read_iter_57283
-+infos_show_57284 infos_show 0 57284 NULL
-+store_tolerance_57285 store_tolerance 0-4 57285 NULL
-+ath6kl_wmi_cmd_send_57286 ath6kl_wmi_cmd_send 0 57286 NULL
-+pstore_file_read_57288 pstore_file_read 3-0 57288 NULL
-+snd_pcm_read_57289 snd_pcm_read 3-0 57289 NULL
-+sdev_store_evt_soft_threshold_reached_57290 sdev_store_evt_soft_threshold_reached 0-4 57290 NULL nohasharray
-+string_length_no_trail_57290 string_length_no_trail 0-2 57290 &sdev_store_evt_soft_threshold_reached_57290
-+tmp102_set_temp_57299 tmp102_set_temp 0-4 57299 NULL
-+ath6kl_buf_alloc_57304 ath6kl_buf_alloc 1 57304 NULL
-+ftdi_elan_write_57309 ftdi_elan_write 3-0 57309 NULL
-+write_file_regval_57313 write_file_regval 3-0 57313 NULL
-+tm6000_start_thread_57314 tm6000_start_thread 0 57314 NULL
-+show_alarm_57318 show_alarm 0 57318 NULL
-+ieee802154_hdr_addr_len_57324 ieee802154_hdr_addr_len 0 57324 NULL
-+__mxt_write_reg_57326 __mxt_write_reg 3-0 57326 NULL
-+cm32181_get_it_available_57330 cm32181_get_it_available 0 57330 NULL
-+acpi_pad_rrtime_show_57332 acpi_pad_rrtime_show 0 57332 NULL
-+adc128_show_alarm_57333 adc128_show_alarm 0 57333 NULL nohasharray
-+fan_write_57333 fan_write 0 57333 &adc128_show_alarm_57333
-+roccat_common2_sysfs_read_key_mask_57336 roccat_common2_sysfs_read_key_mask 0-5-6 57336 NULL
-+evtchn_fifo_cpu_notification_57337 evtchn_fifo_cpu_notification 0 57337 NULL
-+get_fan_pulses_57339 get_fan_pulses 0 57339 NULL
-+mt9m111_set_gain_57340 mt9m111_set_gain 0 57340 NULL
-+hw_init_57341 hw_init 0 57341 NULL
-+check_mirror_57342 check_mirror 1-2 57342 NULL nohasharray
-+usblp_read_57342 usblp_read 3-0 57342 &check_mirror_57342
-+kvaser_usb_send_simple_msg_57346 kvaser_usb_send_simple_msg 0 57346 NULL
-+print_devstats_dot11RTSFailureCount_57347 print_devstats_dot11RTSFailureCount 3 57347 NULL
-+dio_send_cur_page_57348 dio_send_cur_page 0 57348 NULL nohasharray
-+probe_57348 probe 0 57348 &dio_send_cur_page_57348 nohasharray
-+ata_scsi_lpm_store_57348 ata_scsi_lpm_store 0-4 57348 &probe_57348
-+ql_adapter_reset_57354 ql_adapter_reset 0 57354 NULL nohasharray
-+qlcnic_get_sset_count_57354 qlcnic_get_sset_count 0 57354 &ql_adapter_reset_57354
-+raid_bytes_show_57357 raid_bytes_show 0 57357 NULL
-+get_component_type_57362 get_component_type 0 57362 NULL
-+iscsi_nacl_attrib_show_nopin_timeout_57364 iscsi_nacl_attrib_show_nopin_timeout 0 57364 NULL
-+bnx2x_func_state_change_57365 bnx2x_func_state_change 0 57365 NULL
-+sh_eth_open_57366 sh_eth_open 0 57366 NULL nohasharray
-+w5100_set_macaddr_57366 w5100_set_macaddr 0 57366 &sh_eth_open_57366
-+_snd_pcm_hw_param_set_57369 _snd_pcm_hw_param_set 0 57369 NULL
-+pscsi_create_type_other_57380 pscsi_create_type_other 0 57380 NULL
-+tty_register_device_attr_57381 tty_register_device_attr 2 57381 NULL
-+bzImage64_load_57388 bzImage64_load 7 57388 NULL
-+squashfs_symlink_readpage_57390 squashfs_symlink_readpage 0 57390 NULL
-+cx231xx_s_video_encoding_57392 cx231xx_s_video_encoding 0 57392 NULL
-+ad7298_update_scan_mode_57393 ad7298_update_scan_mode 0 57393 NULL
-+ivtvfb_check_var_57394 ivtvfb_check_var 0 57394 NULL
-+bfs_statfs_57403 bfs_statfs 0 57403 NULL
-+lbs_prb_rsp_limit_get_57405 lbs_prb_rsp_limit_get 0 57405 NULL
-+read_file_blob_57406 read_file_blob 3-0 57406 NULL
-+rd_show_configfs_dev_params_57407 rd_show_configfs_dev_params 0 57407 NULL
-+enclosure_register_57412 enclosure_register 3 57412 NULL nohasharray
-+show_fnode_def_taskmgmt_tmo_57412 show_fnode_def_taskmgmt_tmo 0 57412 &enclosure_register_57412 nohasharray
-+pcistub_reg_add_57412 pcistub_reg_add 0 57412 &show_fnode_def_taskmgmt_tmo_57412 nohasharray
-+snd_hda_codec_configure_57412 snd_hda_codec_configure 0 57412 &pcistub_reg_add_57412
-+mtd_badblocks_show_57413 mtd_badblocks_show 0 57413 NULL
-+carl9170_read_mreg_57415 carl9170_read_mreg 0 57415 NULL
-+gre_manip_pkt_57416 gre_manip_pkt 4 57416 NULL
-+parport_ieee1284_epp_read_data_57421 parport_ieee1284_epp_read_data 0 57421 NULL
-+wl1271_acx_set_ht_capabilities_57426 wl1271_acx_set_ht_capabilities 0 57426 NULL
-+read_file_eeprom_57428 read_file_eeprom 3-0 57428 NULL
-+compat_keyctl_instantiate_key_iov_57431 compat_keyctl_instantiate_key_iov 3 57431 NULL nohasharray
-+alloc_ftrace_hash_57431 alloc_ftrace_hash 1 57431 &compat_keyctl_instantiate_key_iov_57431
-+copy_to_user_fromio_57432 copy_to_user_fromio 3 57432 NULL
-+fscaps_show_57434 fscaps_show 0 57434 NULL nohasharray
-+fuse_notify_inval_inode_57434 fuse_notify_inval_inode 0 57434 &fscaps_show_57434
-+gadget_dev_desc_bDeviceSubClass_store_57437 gadget_dev_desc_bDeviceSubClass_store 0-3 57437 NULL
-+ping_v6_sendmsg_57440 ping_v6_sendmsg 3 57440 NULL
-+rss_key_write_57441 rss_key_write 3-0 57441 NULL
-+vmxnet3_rq_init_all_57442 vmxnet3_rq_init_all 0 57442 NULL
-+ov7670_s_gain_57445 ov7670_s_gain 0 57445 NULL
-+sys_pselect6_57449 sys_pselect6 1 57449 NULL
-+uhid_hid_set_report_57455 uhid_hid_set_report 0-4 57455 NULL
-+diolan_i2c_stop_57458 diolan_i2c_stop 0 57458 NULL nohasharray
-+cafe_smbus_read_data_57458 cafe_smbus_read_data 0 57458 &diolan_i2c_stop_57458
-+__roundup_pow_of_two_57461 __roundup_pow_of_two 0 57461 NULL
-+send_midi_async_57463 send_midi_async 3 57463 NULL
-+sisusb_clear_vram_57466 sisusb_clear_vram 2-3 57466 NULL
-+ieee80211_if_read_flags_57470 ieee80211_if_read_flags 3-0 57470 NULL nohasharray
-+max6900_rtc_read_time_57470 max6900_rtc_read_time 0 57470 &ieee80211_if_read_flags_57470
-+iwl_send_add_sta_57474 iwl_send_add_sta 0 57474 NULL
-+nilfs_segctor_collect_57484 nilfs_segctor_collect 0 57484 NULL nohasharray
-+wdtpci_notify_sys_57484 wdtpci_notify_sys 0 57484 &nilfs_segctor_collect_57484
-+vlan_dev_netpoll_setup_57486 vlan_dev_netpoll_setup 0 57486 NULL
-+omninet_write_room_57488 omninet_write_room 0 57488 NULL nohasharray
-+em_store_57488 em_store 0 57488 &omninet_write_room_57488
-+o2hb_heartbeat_group_store_57489 o2hb_heartbeat_group_store 0-4 57489 NULL
-+read_file_skb_rx_57490 read_file_skb_rx 3-0 57490 NULL nohasharray
-+read_57490 read 0 57490 &read_file_skb_rx_57490
-+bnad_debugfs_write_regwr_57500 bnad_debugfs_write_regwr 3-0 57500 NULL nohasharray
-+usbvision_stream_interrupt_57500 usbvision_stream_interrupt 0 57500 &bnad_debugfs_write_regwr_57500
-+copy_in_user_57502 copy_in_user 3 57502 NULL
-+chip_direction_output_57503 chip_direction_output 0 57503 NULL
-+tcp_peek_sndq_57504 tcp_peek_sndq 0 57504 NULL
-+ckhdid_printf_57505 ckhdid_printf 2-0 57505 NULL nohasharray
-+ks8842_read32_57505 ks8842_read32 0 57505 &ckhdid_printf_57505 nohasharray
-+gfs2_quota_hold_57505 gfs2_quota_hold 0 57505 &ks8842_read32_57505
-+search_by_entry_key_57509 search_by_entry_key 0 57509 NULL
-+ASIE_store_57511 ASIE_store 0-4 57511 NULL
-+ib_send_rmpp_mad_57512 ib_send_rmpp_mad 0 57512 NULL
-+start_spy_cam_57513 start_spy_cam 0 57513 NULL
-+init_tag_map_57515 init_tag_map 3 57515 NULL
-+ad7877_gpio4_show_57516 ad7877_gpio4_show 0 57516 NULL
-+il_dbgfs_force_reset_read_57517 il_dbgfs_force_reset_read 3-0 57517 NULL nohasharray
-+wil_read_file_ssid_57517 wil_read_file_ssid 3-0 57517 &il_dbgfs_force_reset_read_57517 nohasharray
-+store_57517 store 0-3 57517 &wil_read_file_ssid_57517
-+als_lux0_input_data_show_57519 als_lux0_input_data_show 0 57519 NULL
-+cmm_read_57520 cmm_read 3-0 57520 NULL
-+rt2500usb_enable_radio_57521 rt2500usb_enable_radio 0 57521 NULL
-+snd_seq_queue_delete_57527 snd_seq_queue_delete 0 57527 NULL
-+aa_path_perm_57530 aa_path_perm 0 57530 NULL
-+inode_permission_57531 inode_permission 0 57531 NULL
-+acpi_dev_get_resources_57534 acpi_dev_get_resources 0 57534 NULL
-+ptlrpc_lprocfs_hp_ratio_seq_write_57537 ptlrpc_lprocfs_hp_ratio_seq_write 3 57537 NULL
-+vsock_dgram_sendmsg_57538 vsock_dgram_sendmsg 0-4 57538 NULL
-+show_country_rel_date_57539 show_country_rel_date 0 57539 NULL
-+compat_SyS_process_vm_writev_57542 compat_SyS_process_vm_writev 3-5 57542 NULL
-+ls_switch_store_57554 ls_switch_store 4-0 57554 NULL
-+ext4_group_first_block_no_57559 ext4_group_first_block_no 0-2 57559 NULL nohasharray
-+ReadHDLCPnP_57559 ReadHDLCPnP 0 57559 &ext4_group_first_block_no_57559 nohasharray
-+iscsi_tpg_attrib_show_demo_mode_discovery_57559 iscsi_tpg_attrib_show_demo_mode_discovery 0 57559 &ReadHDLCPnP_57559
-+snd_pcm_playback_ioctl1_57569 snd_pcm_playback_ioctl1 0 57569 NULL
-+pn544_hci_i2c_fw_write_cmd_57572 pn544_hci_i2c_fw_write_cmd 4 57572 NULL nohasharray
-+rtpm_enabled_show_57572 rtpm_enabled_show 0 57572 &pn544_hci_i2c_fw_write_cmd_57572
-+get_bridge_ifindices_57579 get_bridge_ifindices 0 57579 NULL
-+tc3589x_reg_write_57581 tc3589x_reg_write 0 57581 NULL
-+ldlm_cli_enqueue_local_57582 ldlm_cli_enqueue_local 11 57582 NULL
-+il_dbgfs_interrupt_write_57591 il_dbgfs_interrupt_write 3-0 57591 NULL nohasharray
-+set_pwm_tmin_57591 set_pwm_tmin 0-4 57591 &il_dbgfs_interrupt_write_57591
-+read_file_spectral_fft_period_57593 read_file_spectral_fft_period 3-0 57593 NULL
-+ivtv_write_57597 ivtv_write 0 57597 NULL nohasharray
-+cifs_async_readv_57597 cifs_async_readv 0 57597 &ivtv_write_57597
-+ath9k_sta_state_57600 ath9k_sta_state 0 57600 NULL nohasharray
-+kone_tcu_command_57600 kone_tcu_command 0 57600 &ath9k_sta_state_57600 nohasharray
-+lp8788_update_bits_57600 lp8788_update_bits 0 57600 &kone_tcu_command_57600
-+pm_autosleep_set_state_57609 pm_autosleep_set_state 0 57609 NULL
-+mt9m111_set_pixfmt_57612 mt9m111_set_pixfmt 0 57612 NULL
-+wm831x_gpio_to_irq_57614 wm831x_gpio_to_irq 2 57614 NULL
-+show_atmaddress_57617 show_atmaddress 0 57617 NULL nohasharray
-+llc_ui_bind_57617 llc_ui_bind 0 57617 &show_atmaddress_57617
-+gfs2_write_begin_57618 gfs2_write_begin 0 57618 NULL
-+sk_stream_alloc_skb_57622 sk_stream_alloc_skb 2 57622 NULL nohasharray
-+iwl_dbgfs_uapsd_misbehaving_write_57622 iwl_dbgfs_uapsd_misbehaving_write 0-3 57622 &sk_stream_alloc_skb_57622
-+tx_tx_retry_template_read_57623 tx_tx_retry_template_read 3-0 57623 NULL nohasharray
-+tps65217_reg_write_57623 tps65217_reg_write 0 57623 &tx_tx_retry_template_read_57623
-+cpu_hotplug_notify_57624 cpu_hotplug_notify 0 57624 NULL nohasharray
-+store_57624 store 0-3 57624 &cpu_hotplug_notify_57624
-+osdmap_set_max_osd_57630 osdmap_set_max_osd 2 57630 NULL nohasharray
-+sisusbcon_putcs_57630 sisusbcon_putcs 3 57630 &osdmap_set_max_osd_57630
-+mem_read_57631 mem_read 3-0 57631 NULL
-+msi_compose_msg_57637 msi_compose_msg 0 57637 NULL
-+mr_read_57639 mr_read 0 57639 NULL
-+iwl_mvm_flush_tx_path_57640 iwl_mvm_flush_tx_path 0 57640 NULL
-+nvkm_fifo_create__57643 nvkm_fifo_create_ 5-6 57643 NULL
-+mce_disable_error_reporting_57651 mce_disable_error_reporting 0 57651 NULL
-+xfs_alloc_ag_vextent_near_57653 xfs_alloc_ag_vextent_near 0 57653 NULL
-+c_can_start_57654 c_can_start 0 57654 NULL
-+t4vf_sge_alloc_eth_txq_57656 t4vf_sge_alloc_eth_txq 0 57656 NULL
-+iscsi_tpg_attrib_store_cache_dynamic_acls_57657 iscsi_tpg_attrib_store_cache_dynamic_acls 0-3 57657 NULL
-+sys_mq_timedsend_57661 sys_mq_timedsend 3 57661 NULL
-+r3964_write_57662 r3964_write 4 57662 NULL nohasharray
-+ath10k_htt_init_57662 ath10k_htt_init 0 57662 &r3964_write_57662
-+withdraw_store_57663 withdraw_store 0-3 57663 NULL
-+proc_ns_readlink_57664 proc_ns_readlink 3-0 57664 NULL
-+dev_mc_add_57667 dev_mc_add 0 57667 NULL
-+__lgwrite_57669 __lgwrite 4 57669 NULL
-+__v9fs_readpage_from_fscache_57670 __v9fs_readpage_from_fscache 0 57670 NULL
-+pte_entry_57674 pte_entry 0 57674 NULL
-+ax88179_read_cmd_nopm_57675 ax88179_read_cmd_nopm 5 57675 NULL
-+nf_call_arptables_show_57677 nf_call_arptables_show 0 57677 NULL
-+tps6507x_pmic_write_57680 tps6507x_pmic_write 0 57680 NULL
-+qlcnic_get_pci_func_type_57685 qlcnic_get_pci_func_type 0 57685 NULL
-+show_pwm_auto_vrdhot_ramp_57686 show_pwm_auto_vrdhot_ramp 0 57686 NULL
-+rt2x00debug_read_eeprom_57690 rt2x00debug_read_eeprom 0-3 57690 NULL
-+skcipher_all_sg_nents_57692 skcipher_all_sg_nents 0 57692 NULL
-+f1x_match_to_this_node_57695 f1x_match_to_this_node 3 57695 NULL nohasharray
-+i40evf_open_57695 i40evf_open 0 57695 &f1x_match_to_this_node_57695
-+ks8842_set_mac_57697 ks8842_set_mac 0 57697 NULL
-+i2400m_rx_stats_read_57706 i2400m_rx_stats_read 3-0 57706 NULL
-+lbs_mesh_config_send_57711 lbs_mesh_config_send 0 57711 NULL
-+mwl8k_load_firmware_57712 mwl8k_load_firmware 0 57712 NULL
-+aac_reset_adapter_57720 aac_reset_adapter 0 57720 NULL
-+ieee80211_if_read_dot11MeshHWMPconfirmationInterval_57722 ieee80211_if_read_dot11MeshHWMPconfirmationInterval 3-0 57722 NULL nohasharray
-+wl18xx_pre_upload_57722 wl18xx_pre_upload 0 57722 &ieee80211_if_read_dot11MeshHWMPconfirmationInterval_57722
-+ipgre_tunnel_init_57728 ipgre_tunnel_init 0 57728 NULL
-+show_status_str_57729 show_status_str 0 57729 NULL
-+bt_6lowpan_disconnect_57732 bt_6lowpan_disconnect 0 57732 NULL
-+i915_gem_object_get_pages_57734 i915_gem_object_get_pages 0 57734 NULL
-+ip6table_nat_out_57735 ip6table_nat_out 0 57735 NULL nohasharray
-+sc1200wdt_notify_sys_57735 sc1200wdt_notify_sys 0 57735 &ip6table_nat_out_57735
-+ath10k_wait_for_peer_created_57736 ath10k_wait_for_peer_created 0 57736 NULL nohasharray
-+severities_coverage_write_57736 severities_coverage_write 0-3 57736 &ath10k_wait_for_peer_created_57736
-+ne2k_pci_open_57741 ne2k_pci_open 0 57741 NULL
-+compat_sys_set_mempolicy_57742 compat_sys_set_mempolicy 3 57742 NULL nohasharray
-+pppol2tp_recvmsg_57742 pppol2tp_recvmsg 4-0 57742 &compat_sys_set_mempolicy_57742
-+wlcore_boot_run_firmware_57744 wlcore_boot_run_firmware 0 57744 NULL
-+nouveau_hwmon_max_temp_hyst_57747 nouveau_hwmon_max_temp_hyst 0 57747 NULL
-+ipmi_write_57748 ipmi_write 0-3 57748 NULL
-+mesh_id_get_57750 mesh_id_get 0 57750 NULL
-+bond_create_57752 bond_create 0 57752 NULL
-+mbx_cmd_57753 mbx_cmd 0 57753 NULL
-+ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval_57762 ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval 3 57762 NULL
-+selinux_kernel_module_request_57769 selinux_kernel_module_request 0 57769 NULL
-+tgr192_final_57774 tgr192_final 0 57774 NULL
-+SYSC_process_vm_writev_57776 SYSC_process_vm_writev 3-5 57776 NULL
-+zd_usb_enable_rx_57778 zd_usb_enable_rx 0 57778 NULL
-+r6040_open_57779 r6040_open 0 57779 NULL
-+dmi_entry_length_57782 dmi_entry_length 0 57782 NULL
-+is_valid_bcd_57785 is_valid_bcd 0 57785 NULL nohasharray
-+set_eeprom2_57785 set_eeprom2 4-0 57785 &is_valid_bcd_57785 nohasharray
-+read_fifo_57785 read_fifo 0 57785 &set_eeprom2_57785
-+go7007_snd_pcm_trigger_57787 go7007_snd_pcm_trigger 0 57787 NULL nohasharray
-+crypto_shash_final_57787 crypto_shash_final 0 57787 &go7007_snd_pcm_trigger_57787
-+ivtv_read_57796 ivtv_read 3-0 57796 NULL
-+ion_test_ioctl_57799 ion_test_ioctl 2 57799 NULL
-+qla2x00_sysfs_read_nvram_57800 qla2x00_sysfs_read_nvram 6-0-5 57800 NULL
-+bnad_txrx_irq_alloc_57804 bnad_txrx_irq_alloc 0 57804 NULL
-+be_get_reg_len_57805 be_get_reg_len 0 57805 NULL
-+evdev_read_57810 evdev_read 0-3 57810 NULL
-+max8997_update_reg_57818 max8997_update_reg 0 57818 NULL
-+mptsas_sas_enclosure_pg0_57820 mptsas_sas_enclosure_pg0 0 57820 NULL
-+sedlbauer_suspend_57826 sedlbauer_suspend 0 57826 NULL
-+ath10k_install_key_57827 ath10k_install_key 0 57827 NULL nohasharray
-+__bnx2fc_disable_57827 __bnx2fc_disable 0 57827 &ath10k_install_key_57827
-+bfad_debugfs_read_regrd_57830 bfad_debugfs_read_regrd 3-0 57830 NULL
-+copy_to_user_57835 copy_to_user 3-0 57835 NULL nohasharray
-+ecryptfs_decrypt_page_57835 ecryptfs_decrypt_page 0 57835 &copy_to_user_57835
-+start_ch_57836 start_ch 0 57836 NULL
-+show_auto_temp_min_57837 show_auto_temp_min 0 57837 NULL
-+mwl8k_rxq_init_57838 mwl8k_rxq_init 0 57838 NULL
-+nouveau_hwmon_critical_temp_57841 nouveau_hwmon_critical_temp 0 57841 NULL
-+wl128x_manually_configure_mcs_pll_57842 wl128x_manually_configure_mcs_pll 0 57842 NULL
-+flash_read_57843 flash_read 3-0 57843 NULL nohasharray
-+xfs_rtpick_extent_57843 xfs_rtpick_extent 0 57843 &flash_read_57843
-+cp2112_xfer_status_57844 cp2112_xfer_status 0 57844 NULL
-+kiblnd_create_tx_pool_57846 kiblnd_create_tx_pool 2 57846 NULL
-+skcipher_wait_for_wmem_57849 skcipher_wait_for_wmem 0 57849 NULL
-+acpi_ns_internalize_name_57852 acpi_ns_internalize_name 0 57852 NULL
-+niu_request_irq_57856 niu_request_irq 0 57856 NULL
-+iscsit_tpg_set_initiator_node_queue_depth_57857 iscsit_tpg_set_initiator_node_queue_depth 0 57857 NULL
-+bttv_i2c_wait_done_57858 bttv_i2c_wait_done 0 57858 NULL
-+__clockevents_try_unbind_57861 __clockevents_try_unbind 0 57861 NULL
-+ahci_read_em_buffer_57862 ahci_read_em_buffer 0 57862 NULL
-+c2port_store_reset_57867 c2port_store_reset 0-4 57867 NULL
-+ds1685_rtc_sysfs_time_regs_store_57871 ds1685_rtc_sysfs_time_regs_store 0-4 57871 NULL
-+show_pwm_weight_temp_sel_57872 show_pwm_weight_temp_sel 0 57872 NULL
-+hsi_async_57877 hsi_async 0 57877 NULL
-+radeon_ttm_gtt_read_57879 radeon_ttm_gtt_read 3-0 57879 NULL
-+nvkm_mxm_create__57880 nvkm_mxm_create_ 4 57880 NULL
-+bmg160_setup_any_motion_interrupt_57881 bmg160_setup_any_motion_interrupt 0 57881 NULL
-+iscsi_disc_show_enforce_discovery_auth_57891 iscsi_disc_show_enforce_discovery_auth 0 57891 NULL
-+e100_set_mac_address_57894 e100_set_mac_address 0 57894 NULL
-+bh1770_lux_interrupt_control_57897 bh1770_lux_interrupt_control 0 57897 NULL
-+pccard_extract_cis_57899 pccard_extract_cis 0 57899 NULL
-+user_dlm_lock_57900 user_dlm_lock 0 57900 NULL nohasharray
-+num_tgts_store_57900 num_tgts_store 0-3 57900 &user_dlm_lock_57900
-+xt_alloc_table_info_57903 xt_alloc_table_info 1 57903 NULL nohasharray
-+sb1000_reset_57903 sb1000_reset 0 57903 &xt_alloc_table_info_57903
-+ls_level_store_57907 ls_level_store 4-0 57907 NULL
-+emi26_writememory_57908 emi26_writememory 4 57908 NULL
-+iio_read_first_n_kfifo_57910 iio_read_first_n_kfifo 2-0 57910 NULL
-+ll_xattr_find_get_lock_57912 ll_xattr_find_get_lock 0 57912 NULL
-+__uhid_report_queue_and_wait_57914 __uhid_report_queue_and_wait 0 57914 NULL
-+w1_reply_len_57916 w1_reply_len 0 57916 NULL
-+mwifiex_hscfg_read_57920 mwifiex_hscfg_read 3-0 57920 NULL
-+journal_join_57921 journal_join 0 57921 NULL
-+twl_i2c_write_57923 twl_i2c_write 3-4-0 57923 NULL
-+serio_show_bind_mode_57925 serio_show_bind_mode 0 57925 NULL
-+pci_ni8420_init_57926 pci_ni8420_init 0 57926 NULL
-+vsp1_video_start_streaming_57928 vsp1_video_start_streaming 0 57928 NULL
-+ipath_diag_write_57929 ipath_diag_write 0-3 57929 NULL nohasharray
-+store_temp_mode_57929 store_temp_mode 0-4 57929 &ipath_diag_write_57929
-+lpfc_lun_queue_depth_show_57930 lpfc_lun_queue_depth_show 0 57930 NULL nohasharray
-+nilfs_btree_mark_57930 nilfs_btree_mark 0 57930 &lpfc_lun_queue_depth_show_57930 nohasharray
-+lp5523_update_program_memory_57930 lp5523_update_program_memory 0-3 57930 &nilfs_btree_mark_57930
-+store_als_attr_57931 store_als_attr 0-4 57931 NULL nohasharray
-+ext4_freeze_57931 ext4_freeze 0 57931 &store_als_attr_57931
-+sel_read_handle_unknown_57933 sel_read_handle_unknown 3-0 57933 NULL
-+xfs_mru_cache_create_57943 xfs_mru_cache_create 3 57943 NULL
-+rx_57944 rx 4 57944 NULL
-+key_algorithm_read_57946 key_algorithm_read 3-0 57946 NULL
-+ds2781_get_sense_resistor_value_57949 ds2781_get_sense_resistor_value 0 57949 NULL
-+wl1273_fm_set_tx_power_57951 wl1273_fm_set_tx_power 0 57951 NULL
-+ip_set_alloc_57953 ip_set_alloc 1 57953 NULL nohasharray
-+ioat3_dca_count_dca_slots_57953 ioat3_dca_count_dca_slots 0 57953 &ip_set_alloc_57953
-+ipmr_device_event_57954 ipmr_device_event 0 57954 NULL nohasharray
-+xfs_log_store_57954 xfs_log_store 4-0 57954 &ipmr_device_event_57954
-+tpm_atml_send_57957 tpm_atml_send 0-3 57957 NULL
-+vport_create_57966 vport_create 0 57966 NULL
-+adv7170_s_fmt_57967 adv7170_s_fmt 0 57967 NULL
-+hfc_empty_fifo_57972 hfc_empty_fifo 2 57972 NULL
-+iov_iter_npages_57979 iov_iter_npages 0-2 57979 NULL
-+cifs_open_file_57982 cifs_open_file 0 57982 NULL
-+proc_getattr_57984 proc_getattr 0 57984 NULL
-+input_polldev_get_poll_57988 input_polldev_get_poll 0 57988 NULL
-+drv_get_et_sset_count_57992 drv_get_et_sset_count 0 57992 NULL
-+rt2500usb_get_tx_data_len_57994 rt2500usb_get_tx_data_len 0 57994 NULL
-+lmLogShutdown_57995 lmLogShutdown 0 57995 NULL
-+lua_sysfs_write_control_57996 lua_sysfs_write_control 0-6-5 57996 NULL
-+usb_dmac_prep_slave_sg_58000 usb_dmac_prep_slave_sg 3 58000 NULL
-+rx_reset_counter_read_58001 rx_reset_counter_read 3-0 58001 NULL nohasharray
-+btree_csum_one_bio_58001 btree_csum_one_bio 0 58001 &rx_reset_counter_read_58001
-+pfkey_create_58010 pfkey_create 0 58010 NULL
-+srpt_tpg_attrib_store_srp_max_rdma_size_58012 srpt_tpg_attrib_store_srp_max_rdma_size 0-3 58012 NULL
-+dbg_walk_index_58013 dbg_walk_index 0 58013 NULL
-+__ip6_append_data_58014 __ip6_append_data 9-10 58014 NULL
-+ocfs2_getattr_58020 ocfs2_getattr 0 58020 NULL
-+iwl_dbgfs_ucode_rx_stats_read_58023 iwl_dbgfs_ucode_rx_stats_read 3-0 58023 NULL nohasharray
-+si4713_set_power_state_58023 si4713_set_power_state 0 58023 &iwl_dbgfs_ucode_rx_stats_read_58023
-+svga_match_format_58028 svga_match_format 0 58028 NULL
-+io_playback_transfer_58030 io_playback_transfer 4 58030 NULL
-+get_temp_58031 get_temp 0 58031 NULL
-+ext4_block_bitmap_58033 ext4_block_bitmap 0 58033 NULL
-+fsl_asrc_dma_trigger_58039 fsl_asrc_dma_trigger 0 58039 NULL
-+store_tabletMouseLeft_58046 store_tabletMouseLeft 0-4 58046 NULL
-+do_writepage_58047 do_writepage 0 58047 NULL
-+ifx_spi_write_room_58048 ifx_spi_write_room 0 58048 NULL
-+__adp5520_read_58050 __adp5520_read 0 58050 NULL
-+ov6650_s_crop_58051 ov6650_s_crop 0 58051 NULL
-+b43_lpphy_op_switch_channel_58053 b43_lpphy_op_switch_channel 0 58053 NULL
-+mce_async_out_58056 mce_async_out 3 58056 NULL
-+bq32k_write_58057 bq32k_write 4 58057 NULL
-+show_fcoe_ctlr_device_vlink_fail_58058 show_fcoe_ctlr_device_vlink_fail 0 58058 NULL
-+deadline_writes_starved_store_58060 deadline_writes_starved_store 3-0 58060 NULL
-+idt77252_change_qos_58063 idt77252_change_qos 0 58063 NULL
-+ocfs2_find_leaf_58065 ocfs2_find_leaf 0 58065 NULL
-+ignore_store_58069 ignore_store 0-4 58069 NULL
-+nf_call_ip6tables_store_58072 nf_call_ip6tables_store 4-0 58072 NULL
-+usb2_hardware_lpm_show_58073 usb2_hardware_lpm_show 0 58073 NULL nohasharray
-+dt3155_alloc_coherent_58073 dt3155_alloc_coherent 2 58073 &usb2_hardware_lpm_show_58073
-+store_event_char_58077 store_event_char 0-4 58077 NULL
-+cm4040_write_58079 cm4040_write 3-0 58079 NULL nohasharray
-+bad_inode_permission_58079 bad_inode_permission 0 58079 &cm4040_write_58079 nohasharray
-+kprobe_exceptions_notify_58079 kprobe_exceptions_notify 0 58079 &bad_inode_permission_58079
-+pcxhr_trigger_58080 pcxhr_trigger 0 58080 NULL
-+sdr_cap_queue_setup_58082 sdr_cap_queue_setup 0 58082 NULL nohasharray
-+amd8111e_get_regs_len_58082 amd8111e_get_regs_len 0 58082 &sdr_cap_queue_setup_58082
-+inode_listxattr_58085 inode_listxattr 0 58085 NULL
-+amd_xgbe_phy_read_status_58087 amd_xgbe_phy_read_status 0 58087 NULL
-+rpipe_get_idle_58088 rpipe_get_idle 0 58088 NULL
-+rfcomm_wmalloc_58090 rfcomm_wmalloc 2 58090 NULL
-+defined_show_58091 defined_show 0 58091 NULL nohasharray
-+show_sg_prot_tablesize_58091 show_sg_prot_tablesize 0 58091 &defined_show_58091 nohasharray
-+wcn36xx_smd_start_rsp_58091 wcn36xx_smd_start_rsp 0 58091 &show_sg_prot_tablesize_58091
-+ufx_reg_clear_and_set_bits_58093 ufx_reg_clear_and_set_bits 0 58093 NULL
-+mt9m111_reg_write_58095 mt9m111_reg_write 0 58095 NULL
-+pnp_stop_dev_58100 pnp_stop_dev 0 58100 NULL
-+acpi_get_table_by_index_58102 acpi_get_table_by_index 0 58102 NULL
-+deadline_fifo_batch_store_58104 deadline_fifo_batch_store 3-0 58104 NULL
-+alloc_rbio_58107 alloc_rbio 3 58107 NULL
-+nilfs_cpfile_get_header_block_58111 nilfs_cpfile_get_header_block 0 58111 NULL
-+padata_set_cpumask_58112 padata_set_cpumask 0 58112 NULL
-+show_force_pwm_max_58119 show_force_pwm_max 0 58119 NULL
-+tle62x0_read_58120 tle62x0_read 0 58120 NULL nohasharray
-+ath5k_hw_phy_init_58120 ath5k_hw_phy_init 0 58120 &tle62x0_read_58120
-+target_stat_scsi_port_attr_show_58121 target_stat_scsi_port_attr_show 0 58121 NULL
-+hiddev_write_58123 hiddev_write 0-3 58123 NULL
-+sha224_init_58128 sha224_init 0 58128 NULL nohasharray
-+transient_duration_store_58128 transient_duration_store 0-4 58128 &sha224_init_58128
-+savemem_58129 savemem 3 58129 NULL
-+std_validate_58132 std_validate 0 58132 NULL
-+i2c_dw_handle_tx_abort_58134 i2c_dw_handle_tx_abort 0 58134 NULL
-+ipv6_flowlabel_opt_58135 ipv6_flowlabel_opt 3 58135 NULL nohasharray
-+slhc_init_58135 slhc_init 1-2 58135 &ipv6_flowlabel_opt_58135
-+lxfb_set_par_58136 lxfb_set_par 0 58136 NULL
-+TermCharEnabled_store_58139 TermCharEnabled_store 0-4 58139 NULL
-+hackrf_s_ctrl_58141 hackrf_s_ctrl 0 58141 NULL
-+ql_clear_routing_entries_58143 ql_clear_routing_entries 0 58143 NULL nohasharray
-+create_out_jack_modes_58143 create_out_jack_modes 0 58143 &ql_clear_routing_entries_58143
-+powr1220_show_label_58146 powr1220_show_label 0 58146 NULL
-+platform_suspend_prepare_noirq_58149 platform_suspend_prepare_noirq 0 58149 NULL
-+gf100_ram_create__58151 gf100_ram_create_ 5 58151 NULL nohasharray
-+_osd_req_finalize_attr_page_58151 _osd_req_finalize_attr_page 0 58151 &gf100_ram_create__58151 nohasharray
-+xfs_bmap_add_extent_delay_real_58151 xfs_bmap_add_extent_delay_real 0 58151 &_osd_req_finalize_attr_page_58151
-+elan_update_firmware_58154 elan_update_firmware 0 58154 NULL
-+error_state_write_58159 error_state_write 0-6-5 58159 NULL
-+open_ttys_show_58161 open_ttys_show 0 58161 NULL
-+dbg_scan_orphans_58163 dbg_scan_orphans 0 58163 NULL
-+nilfs_writepage_58164 nilfs_writepage 0 58164 NULL
-+max6900_i2c_read_regs_58165 max6900_i2c_read_regs 0 58165 NULL
-+xfs_btree_update_58167 xfs_btree_update 0 58167 NULL
-+btrfs_map_sblock_58168 btrfs_map_sblock 3 58168 NULL
-+ext4_bg_num_gdb_58171 ext4_bg_num_gdb 0 58171 NULL
-+bonding_show_num_peer_notif_58172 bonding_show_num_peer_notif 0 58172 NULL
-+domid_mask_show_58174 domid_mask_show 0 58174 NULL
-+pages_collapsed_show_58175 pages_collapsed_show 0 58175 NULL nohasharray
-+write_58175 write 0 58175 &pages_collapsed_show_58175
-+ceph_tcp_recvmsg_58177 ceph_tcp_recvmsg 3 58177 NULL
-+show_temp_max_hyst_58179 show_temp_max_hyst 0 58179 NULL
-+uart_get_attr_irq_58182 uart_get_attr_irq 0 58182 NULL nohasharray
-+bnad_open_58182 bnad_open 0 58182 &uart_get_attr_irq_58182
-+wlcore_read_58185 wlcore_read 0 58185 NULL
-+garmin_write_bulk_58191 garmin_write_bulk 3-0 58191 NULL
-+asix_write_cmd_58192 asix_write_cmd 5-0 58192 NULL
-+wacom_buttons_luminance_show_58193 wacom_buttons_luminance_show 0 58193 NULL
-+send_pre_enqueue_58203 send_pre_enqueue 0 58203 NULL
-+qlcnic_82xx_get_nic_info_58204 qlcnic_82xx_get_nic_info 0 58204 NULL
-+ieee80211_if_fmt_flags_58205 ieee80211_if_fmt_flags 3 58205 NULL
-+nci_send_cmd_58206 nci_send_cmd 3 58206 NULL
-+intel_iommu_show_cap_58208 intel_iommu_show_cap 0 58208 NULL
-+ipg_nic_open_58209 ipg_nic_open 0 58209 NULL
-+i40evf_allocate_virt_mem_d_58210 i40evf_allocate_virt_mem_d 3 58210 NULL
-+ipath_diag_read_58213 ipath_diag_read 0-3 58213 NULL
-+snd_seq_deliver_single_event_58223 snd_seq_deliver_single_event 0 58223 NULL
-+cpuid_read_58224 cpuid_read 0-3 58224 NULL nohasharray
-+__niu_wait_bits_clear_mac_58224 __niu_wait_bits_clear_mac 0 58224 &cpuid_read_58224
-+bop_check_delete_58229 bop_check_delete 0 58229 NULL
-+bitmap_new_disk_sb_58232 bitmap_new_disk_sb 0 58232 NULL
-+core_alua_store_implicit_trans_secs_58234 core_alua_store_implicit_trans_secs 0-3 58234 NULL
-+cdc_ncm_show_wNdpOutAlignment_58236 cdc_ncm_show_wNdpOutAlignment 0 58236 NULL
-+usX2Y_usbpcm_urbs_allocate_58238 usX2Y_usbpcm_urbs_allocate 0 58238 NULL
-+show_counter_rx_p7_hdr_egr_ovfls_58240 show_counter_rx_p7_hdr_egr_ovfls 0 58240 NULL
-+cbus_receive_word_58243 cbus_receive_word 0 58243 NULL
-+usb_set_report_58244 usb_set_report 0 58244 NULL
-+btrfsic_create_link_to_next_block_58246 btrfsic_create_link_to_next_block 4 58246 NULL nohasharray
-+regmap_raw_read_58246 regmap_raw_read 0 58246 &btrfsic_create_link_to_next_block_58246
-+erst_exec_stall_58252 erst_exec_stall 0 58252 NULL
-+test_rtc_set_alarm_58255 test_rtc_set_alarm 0 58255 NULL
-+read_file_debug_58256 read_file_debug 3-0 58256 NULL
-+pcan_usb_fd_start_58260 pcan_usb_fd_start 0 58260 NULL
-+nilfs_sufile_get_segment_usage_block_58261 nilfs_sufile_get_segment_usage_block 0 58261 NULL
-+osc_max_dirty_mb_seq_write_58263 osc_max_dirty_mb_seq_write 3 58263 NULL
-+rtl8723be_hw_init_58265 rtl8723be_hw_init 0 58265 NULL
-+cifs_revalidate_mapping_58266 cifs_revalidate_mapping 0 58266 NULL
-+profile_load_58267 profile_load 3-0 58267 NULL
-+kstrtos8_from_user_58268 kstrtos8_from_user 2 58268 NULL
-+nf_call_arptables_store_58269 nf_call_arptables_store 4-0 58269 NULL
-+acpi_ds_build_internal_package_obj_58271 acpi_ds_build_internal_package_obj 3-0 58271 NULL
-+tps6105x_regulator_is_enabled_58273 tps6105x_regulator_is_enabled 0 58273 NULL
-+vlv_rpe_freq_mhz_show_58274 vlv_rpe_freq_mhz_show 0 58274 NULL nohasharray
-+set_enable_58274 set_enable 0-4 58274 &vlv_rpe_freq_mhz_show_58274 nohasharray
-+cyapa_gen3_bl_initiate_58274 cyapa_gen3_bl_initiate 0 58274 &set_enable_58274
-+r100_mm_rreg_58276 r100_mm_rreg 0 58276 NULL nohasharray
-+ds1553_nvram_write_58276 ds1553_nvram_write 0-6-5 58276 &r100_mm_rreg_58276
-+apds990x_lux_calib_show_58291 apds990x_lux_calib_show 0 58291 NULL
-+iscsi_decode_text_input_58292 iscsi_decode_text_input 4 58292 NULL
-+cyapa_gen5_state_parse_58296 cyapa_gen5_state_parse 0 58296 NULL
-+ext4_xattr_security_get_58301 ext4_xattr_security_get 0 58301 NULL
-+intel_alloc_coherent_58302 intel_alloc_coherent 2 58302 NULL
-+uart6850_open_58304 uart6850_open 0 58304 NULL
-+mcp794xx_set_alarm_58306 mcp794xx_set_alarm 0 58306 NULL
-+ieee80211_if_read_dot11MeshTTL_58307 ieee80211_if_read_dot11MeshTTL 3-0 58307 NULL nohasharray
-+airo_resume_58307 airo_resume 0 58307 &ieee80211_if_read_dot11MeshTTL_58307
-+zd_chip_switch_radio_on_58309 zd_chip_switch_radio_on 0 58309 NULL
-+acpi_ds_scope_stack_push_58311 acpi_ds_scope_stack_push 0 58311 NULL nohasharray
-+nilfs_checkpoints_attr_store_58311 nilfs_checkpoints_attr_store 0-4 58311 &acpi_ds_scope_stack_push_58311
-+post_send_58312 post_send 0 58312 NULL
-+ov7660_set_auto_white_balance_58319 ov7660_set_auto_white_balance 0 58319 NULL
-+__generic_file_fsync_58320 __generic_file_fsync 0 58320 NULL nohasharray
-+xfs_dir2_leafn_split_58320 xfs_dir2_leafn_split 0 58320 &__generic_file_fsync_58320
-+sitd_urb_transaction_58322 sitd_urb_transaction 0 58322 NULL
-+mic_virtio_copy_from_user_58323 mic_virtio_copy_from_user 3 58323 NULL nohasharray
-+ff_eeprom_write_58323 ff_eeprom_write 0-2-4 58323 &mic_virtio_copy_from_user_58323
-+tx_tx_start_int_templates_read_58324 tx_tx_start_int_templates_read 3-0 58324 NULL
-+mgslpc_resume_58329 mgslpc_resume 0 58329 NULL
-+pcim_iomap_58334 pcim_iomap 3 58334 NULL nohasharray
-+dlm_user_adopt_orphan_58334 dlm_user_adopt_orphan 0 58334 &pcim_iomap_58334
-+rmd320_init_58335 rmd320_init 0 58335 NULL nohasharray
-+store_pwm2_enable_58335 store_pwm2_enable 0-4 58335 &rmd320_init_58335
-+diva_init_dma_map_58336 diva_init_dma_map 3 58336 NULL
-+__copy_from_user_swizzled_58337 __copy_from_user_swizzled 2-4 58337 NULL nohasharray
-+skb_ensure_writable_58337 skb_ensure_writable 2 58337 &__copy_from_user_swizzled_58337 nohasharray
-+ax25_create_58337 ax25_create 0 58337 &skb_ensure_writable_58337
-+mt9m001_s_fmt_58340 mt9m001_s_fmt 0 58340 NULL
-+name_assign_type_show_58341 name_assign_type_show 0 58341 NULL
-+soft_offline_page_58343 soft_offline_page 0 58343 NULL
-+get_in_max_58344 get_in_max 0 58344 NULL
-+opts_show_58345 opts_show 0 58345 NULL
-+ec_i2c_parse_response_58347 ec_i2c_parse_response 0 58347 NULL nohasharray
-+show_ipOutMcastPkts_58347 show_ipOutMcastPkts 0 58347 &ec_i2c_parse_response_58347
-+vmalloc_to_sg_58354 vmalloc_to_sg 2 58354 NULL
-+goldfish_pipe_read_write_58356 goldfish_pipe_read_write 0 58356 NULL
-+find_aligned_range_58362 find_aligned_range 0-5-2 58362 NULL
-+selinux_task_setscheduler_58363 selinux_task_setscheduler 0 58363 NULL
-+macvlan_device_event_58365 macvlan_device_event 0 58365 NULL
-+reiserfs_setxattr_58368 reiserfs_setxattr 0 58368 NULL
-+wiimote_dev_show_58369 wiimote_dev_show 0 58369 NULL
-+nilfs_bmap_convert_error_58371 nilfs_bmap_convert_error 0-3 58371 NULL
-+saa7134_vb2_start_streaming_58372 saa7134_vb2_start_streaming 0 58372 NULL
-+deadline_var_show_58374 deadline_var_show 0 58374 NULL
-+find_best_unit_58375 find_best_unit 0 58375 NULL
-+available_cpufv_show_58376 available_cpufv_show 0 58376 NULL
-+ixgbe_find_vlvf_slot_58378 ixgbe_find_vlvf_slot 0 58378 NULL nohasharray
-+ixgbevf_setup_all_tx_resources_58378 ixgbevf_setup_all_tx_resources 0 58378 &ixgbe_find_vlvf_slot_58378
-+snd_usb_endpoint_start_58379 snd_usb_endpoint_start 0 58379 NULL nohasharray
-+ads7846_disable_store_58379 ads7846_disable_store 0-4 58379 &snd_usb_endpoint_start_58379
-+cxacru_sysfs_show_downstream_snr_margin_58384 cxacru_sysfs_show_downstream_snr_margin 0 58384 NULL
-+il_dbgfs_status_read_58388 il_dbgfs_status_read 3-0 58388 NULL nohasharray
-+loop_attr_autoclear_show_58388 loop_attr_autoclear_show 0 58388 &il_dbgfs_status_read_58388
-+mgslpc_write_room_58392 mgslpc_write_room 0 58392 NULL
-+hermes_docmd_wait_58393 hermes_docmd_wait 0 58393 NULL
-+rt2800_enable_radio_58395 rt2800_enable_radio 0 58395 NULL
-+max_ratio_show_58398 max_ratio_show 0 58398 NULL
-+sctp_make_init_58401 sctp_make_init 4 58401 NULL
-+iscsi_disc_store_password_58403 iscsi_disc_store_password 0-3 58403 NULL
-+idetape_pad_zeros_58406 idetape_pad_zeros 2 58406 NULL
-+xfs_btree_get_rec_58410 xfs_btree_get_rec 0 58410 NULL
-+madc_read_58412 madc_read 0 58412 NULL
-+fc0012_readreg_58415 fc0012_readreg 0 58415 NULL nohasharray
-+can_create_58415 can_create 0 58415 &fc0012_readreg_58415
-+mmc_manfid_show_58419 mmc_manfid_show 0 58419 NULL nohasharray
-+ib_uverbs_event_read_58419 ib_uverbs_event_read 0-3 58419 &mmc_manfid_show_58419 nohasharray
-+adfs_notify_change_58419 adfs_notify_change 0 58419 &ib_uverbs_event_read_58419
-+smk_access_58423 smk_access 0 58423 NULL nohasharray
-+bop_gather_data_58423 bop_gather_data 0-4 58423 &smk_access_58423
-+iscsi_offload_mesg_58425 iscsi_offload_mesg 5 58425 NULL
-+wm831x_rtc_readtime_58429 wm831x_rtc_readtime 0 58429 NULL
-+v4l2_m2m_reqbufs_58437 v4l2_m2m_reqbufs 0 58437 NULL
-+show_bit_58443 show_bit 0 58443 NULL
-+diolan_i2c_put_byte_ack_58446 diolan_i2c_put_byte_ack 0 58446 NULL
-+sha384_ssse3_final_58451 sha384_ssse3_final 0 58451 NULL nohasharray
-+zd_op_start_58451 zd_op_start 0 58451 &sha384_ssse3_final_58451
-+__vb2_init_fileio_58456 __vb2_init_fileio 0 58456 NULL
-+capabilities_read_58457 capabilities_read 3-0 58457 NULL
-+store_memory_58460 store_memory 0-4 58460 NULL
-+usnic_vnic_get_resources_58462 usnic_vnic_get_resources 3 58462 NULL
-+snd_seq_ioctl_get_queue_info_58464 snd_seq_ioctl_get_queue_info 0 58464 NULL
-+compat_do_ipt_set_ctl_58466 compat_do_ipt_set_ctl 4 58466 NULL nohasharray
-+lpfc_idiag_baracc_read_58466 lpfc_idiag_baracc_read 3-0 58466 &compat_do_ipt_set_ctl_58466 nohasharray
-+bnad_mem_alloc_58466 bnad_mem_alloc 0 58466 &lpfc_idiag_baracc_read_58466
-+vol_cdev_fsync_58467 vol_cdev_fsync 0 58467 NULL
-+qib_write_umem64_58468 qib_write_umem64 0 58468 NULL
-+show_flow_cntrl_58473 show_flow_cntrl 0 58473 NULL
-+cxgb_up_58476 cxgb_up 0 58476 NULL
-+affs_write_end_ofs_58477 affs_write_end_ofs 0-5 58477 NULL nohasharray
-+sctp_get_port_local_58477 sctp_get_port_local 0 58477 &affs_write_end_ofs_58477
-+show_nctxts_58478 show_nctxts 0 58478 NULL
-+dgram_enqueue_58479 dgram_enqueue 0 58479 NULL
-+snd_rme96_capture_copy_58484 snd_rme96_capture_copy 5 58484 NULL nohasharray
-+shmem_reacct_size_58484 shmem_reacct_size 0 58484 &snd_rme96_capture_copy_58484
-+restart_syscall_58485 restart_syscall 0 58485 NULL nohasharray
-+cmpc_accel_sensitivity_store_v4_58485 cmpc_accel_sensitivity_store_v4 0-4 58485 &restart_syscall_58485
-+dw_spi_show_regs_58486 dw_spi_show_regs 3-0 58486 NULL
-+batadv_bla_is_backbone_gw_58488 batadv_bla_is_backbone_gw 3 58488 NULL
-+wm831x_reg_write_58489 wm831x_reg_write 0 58489 NULL
-+isl1208_rtc_set_alarm_58494 isl1208_rtc_set_alarm 0 58494 NULL
-+show_temp_alarms_58495 show_temp_alarms 0 58495 NULL
-+cyapa_show_suspend_scanrate_58498 cyapa_show_suspend_scanrate 0 58498 NULL nohasharray
-+btrfs_cont_expand_58498 btrfs_cont_expand 0 58498 &cyapa_show_suspend_scanrate_58498
-+memory_subsys_online_58499 memory_subsys_online 0 58499 NULL
-+show_ipReasmOKs_58505 show_ipReasmOKs 0 58505 NULL
-+setcontrast_58506 setcontrast 0 58506 NULL nohasharray
-+rt61pci_set_device_state_58506 rt61pci_set_device_state 0 58506 &setcontrast_58506 nohasharray
-+patch_cs420x_58506 patch_cs420x 0 58506 &rt61pci_set_device_state_58506 nohasharray
-+cyapa_check_is_operational_58506 cyapa_check_is_operational 0 58506 &patch_cs420x_58506
-+tcf_hash_create_58507 tcf_hash_create 4 58507 NULL
-+gfs2_dir_get_new_buffer_58509 gfs2_dir_get_new_buffer 0 58509 NULL
-+w7090p_tuner_read_serpar_58513 w7090p_tuner_read_serpar 0-3 58513 NULL
-+smi_request_store_58516 smi_request_store 0-4 58516 NULL
-+efs_readpage_58517 efs_readpage 0 58517 NULL
-+cifs_write_from_iter_58526 cifs_write_from_iter 2-0 58526 NULL
-+freezer_write_58529 freezer_write 0-3 58529 NULL
-+ext2_writepages_58533 ext2_writepages 0 58533 NULL
-+alloc_mbx_args_58536 alloc_mbx_args 0 58536 NULL
-+rndis_add_response_58544 rndis_add_response 2 58544 NULL nohasharray
-+xfs_attr3_leaf_to_node_58544 xfs_attr3_leaf_to_node 0 58544 &rndis_add_response_58544
-+mac80211_hwsim_get_et_sset_count_58547 mac80211_hwsim_get_et_sset_count 0 58547 NULL
-+llcp_sock_sendmsg_58556 llcp_sock_sendmsg 3 58556 NULL
-+twl4030_madc_read_channels_58559 twl4030_madc_read_channels 0 58559 NULL
-+ath10k_debug_htt_stats_req_58561 ath10k_debug_htt_stats_req 0 58561 NULL
-+wep_decrypt_fail_read_58567 wep_decrypt_fail_read 3-0 58567 NULL
-+dev_set_mac_address_58568 dev_set_mac_address 0 58568 NULL
-+gpio_twl4030_read_58572 gpio_twl4030_read 0 58572 NULL
-+sip_sprintf_addr_port_58574 sip_sprintf_addr_port 0 58574 NULL
-+scsi_scan_host_selected_58575 scsi_scan_host_selected 0 58575 NULL
-+scnprint_mac_oui_58578 scnprint_mac_oui 0-3 58578 NULL
-+store_sustain_58580 store_sustain 0-4 58580 NULL
-+cur_wm_latency_write_58581 cur_wm_latency_write 3-0 58581 NULL
-+sendmsg_58582 sendmsg 0-4 58582 NULL
-+ea_read_inline_58589 ea_read_inline 0 58589 NULL
-+isku_sysfs_read_keys_thumbster_58590 isku_sysfs_read_keys_thumbster 6-0-5 58590 NULL
-+ecryptfs_write_end_58594 ecryptfs_write_end 0-5-3 58594 NULL
-+gdth_search_isa_58595 gdth_search_isa 1 58595 NULL
-+ath5k_rx_start_58602 ath5k_rx_start 0 58602 NULL
-+force_remove_store_58605 force_remove_store 0-4 58605 NULL
-+snd_seq_ioctl_get_queue_status_58607 snd_seq_ioctl_get_queue_status 0 58607 NULL
-+btrfs_direct_IO_58608 btrfs_direct_IO 4-0 58608 NULL
-+show_selfballoon_interval_58611 show_selfballoon_interval 0 58611 NULL
-+acpi_ut_copy_isimple_to_esimple_58617 acpi_ut_copy_isimple_to_esimple 0 58617 NULL
-+pwm_duty_cycle_store_58620 pwm_duty_cycle_store 0-4 58620 NULL
-+bond_event_changename_58623 bond_event_changename 0 58623 NULL
-+pmbus_read_byte_data_58627 pmbus_read_byte_data 0 58627 NULL
-+run_show_58628 run_show 0 58628 NULL nohasharray
-+ath10k_bmi_read_memory_58628 ath10k_bmi_read_memory 0 58628 &run_show_58628
-+filemap_fdatawrite_range_58630 filemap_fdatawrite_range 0 58630 NULL
-+vb2_qbuf_58631 vb2_qbuf 0 58631 NULL
-+tcp_packet_58632 tcp_packet 0 58632 NULL nohasharray
-+dlmfs_file_setattr_58632 dlmfs_file_setattr 0 58632 &tcp_packet_58632
-+module_alloc_update_bounds_rx_58634 module_alloc_update_bounds_rx 1 58634 NULL nohasharray
-+efi_ioremap_58634 efi_ioremap 1-2 58634 &module_alloc_update_bounds_rx_58634
-+tcs3472_show_int_time_available_58636 tcs3472_show_int_time_available 0 58636 NULL
-+cisco_hard_header_58638 cisco_hard_header 0 58638 NULL nohasharray
-+i40e_vsi_configure_tx_58638 i40e_vsi_configure_tx 0 58638 &cisco_hard_header_58638
-+tx_tx_start_fw_gen_read_58648 tx_tx_start_fw_gen_read 3-0 58648 NULL
-+acpi_ds_exec_end_control_op_58649 acpi_ds_exec_end_control_op 0 58649 NULL
-+pcap_rtc_read_time_58650 pcap_rtc_read_time 0 58650 NULL
-+fmvj18x_suspend_58653 fmvj18x_suspend 0 58653 NULL
-+iwl_dbgfs_rx_handlers_write_58655 iwl_dbgfs_rx_handlers_write 3-0 58655 NULL
-+nas_led_blink_store_58660 nas_led_blink_store 0-4 58660 NULL
-+nfulnl_alloc_skb_58662 nfulnl_alloc_skb 4-3 58662 NULL nohasharray
-+snd_fm801_capture_trigger_58662 snd_fm801_capture_trigger 0 58662 &nfulnl_alloc_skb_58662 nohasharray
-+qs6612_config_init_58662 qs6612_config_init 0 58662 &snd_fm801_capture_trigger_58662
-+extcon_update_state_58670 extcon_update_state 0 58670 NULL
-+lis3lv02d_misc_read_58672 lis3lv02d_misc_read 0-3 58672 NULL
-+simple_statfs_58676 simple_statfs 0 58676 NULL
-+store_local_port_58678 store_local_port 0 58678 NULL
-+iwl_trans_send_cmd_58681 iwl_trans_send_cmd 0 58681 NULL
-+nilfs_btree_do_lookup_last_58684 nilfs_btree_do_lookup_last 0 58684 NULL
-+mcs7830_set_reg_async_58685 mcs7830_set_reg_async 3 58685 NULL
-+uwb_bce_print_IEs_58686 uwb_bce_print_IEs 4-0 58686 NULL
-+tps6586x_writes_58689 tps6586x_writes 2-3-0 58689 NULL
-+nfs_scan_commit_58690 nfs_scan_commit 0 58690 NULL
-+nilfs_segbuf_submit_bh_58691 nilfs_segbuf_submit_bh 0 58691 NULL nohasharray
-+snd_hda_gen_fix_pin_power_58691 snd_hda_gen_fix_pin_power 0 58691 &nilfs_segbuf_submit_bh_58691
-+tpm_show_ppi_version_58692 tpm_show_ppi_version 0 58692 NULL
-+tcm_loop_tpg_store_transport_status_58695 tcm_loop_tpg_store_transport_status 0-3 58695 NULL
-+regulator_min_uA_show_58696 regulator_min_uA_show 0 58696 NULL
-+show_temp_crit_alarm_58698 show_temp_crit_alarm 0 58698 NULL
-+vmalloc_node_58700 vmalloc_node 1 58700 NULL
-+transient_activate_show_58702 transient_activate_show 0 58702 NULL
-+scsi_setup_command_freelist_58703 scsi_setup_command_freelist 0 58703 NULL nohasharray
-+visor_charqueue_create_58703 visor_charqueue_create 1 58703 &scsi_setup_command_freelist_58703
-+iscsi_tpg_param_show_MaxBurstLength_58706 iscsi_tpg_param_show_MaxBurstLength 0 58706 NULL
-+core_alua_show_trans_delay_msecs_58708 core_alua_show_trans_delay_msecs 0 58708 NULL
-+vx_send_msg_58711 vx_send_msg 0 58711 NULL
-+_osd_req_finalize_cdb_cont_58713 _osd_req_finalize_cdb_cont 0 58713 NULL
-+snd_als300_playback_prepare_58717 snd_als300_playback_prepare 0 58717 NULL
-+acpi_map_58725 acpi_map 1-2 58725 NULL nohasharray
-+go7007_i2c_master_xfer_58725 go7007_i2c_master_xfer 0-3 58725 &acpi_map_58725
-+idt77252_init_rx_58728 idt77252_init_rx 0 58728 NULL
-+da9052_gpio_to_irq_58729 da9052_gpio_to_irq 2 58729 NULL
-+csum_exist_in_range_58730 csum_exist_in_range 2-3 58730 NULL
-+on26_read_regr_58734 on26_read_regr 0 58734 NULL
-+do_tx_58737 do_tx 0 58737 NULL
-+qla2x00_flash_block_size_show_58747 qla2x00_flash_block_size_show 0 58747 NULL
-+ieee80211_if_write_tkip_mic_test_58748 ieee80211_if_write_tkip_mic_test 3-0 58748 NULL nohasharray
-+lpfc_fcp_imax_show_58748 lpfc_fcp_imax_show 0 58748 &ieee80211_if_write_tkip_mic_test_58748
-+aarp_device_event_58749 aarp_device_event 0 58749 NULL
-+show_iface_tcp_wsf_disable_58750 show_iface_tcp_wsf_disable 0 58750 NULL
-+qlcnic_83xx_napi_add_58751 qlcnic_83xx_napi_add 0 58751 NULL
-+ft_parse_wwn_58752 ft_parse_wwn 0 58752 NULL
-+__set_rdc_table_num_58755 __set_rdc_table_num 0 58755 NULL
-+iscsi_tpg_param_store_InitialR2T_58757 iscsi_tpg_param_store_InitialR2T 0-3 58757 NULL
-+agp_allocate_memory_58761 agp_allocate_memory 2 58761 NULL
-+__do_config_autodelink_58763 __do_config_autodelink 3 58763 NULL nohasharray
-+via_gpio_dir_out_58763 via_gpio_dir_out 0 58763 &__do_config_autodelink_58763
-+wil_fw_verify_58765 wil_fw_verify 0 58765 NULL
-+dn_fib_dnaddr_event_58767 dn_fib_dnaddr_event 0 58767 NULL nohasharray
-+broadsheet_loadstore_waveform_58767 broadsheet_loadstore_waveform 0-4 58767 &dn_fib_dnaddr_event_58767
-+coherency_line_size_show_58775 coherency_line_size_show 0 58775 NULL
-+__uncore_occ_sel_show_58777 __uncore_occ_sel_show 0 58777 NULL
-+fuse_reverse_inval_inode_58782 fuse_reverse_inval_inode 0 58782 NULL
-+ecryptfs_derive_iv_58784 ecryptfs_derive_iv 0 58784 NULL
-+cyapa_gen5_calibrate_pwcs_58789 cyapa_gen5_calibrate_pwcs 0 58789 NULL
-+show_58791 show 0 58791 NULL
-+ipx_sendmsg_58794 ipx_sendmsg 3 58794 NULL
-+regmap_calc_reg_len_58795 regmap_calc_reg_len 0 58795 NULL
-+smack_inode_setxattr_58801 smack_inode_setxattr 0 58801 NULL
-+dlm_lock_58802 dlm_lock 0 58802 NULL nohasharray
-+mmc_hwrev_show_58802 mmc_hwrev_show 0 58802 &dlm_lock_58802
-+isku_sysfs_read_58806 isku_sysfs_read 5-0 58806 NULL nohasharray
-+soc_camera_platform_cropcap_58806 soc_camera_platform_cropcap 0 58806 &isku_sysfs_read_58806
-+write_file_58812 write_file 4 58812 NULL
-+ipr_show_iopoll_weight_58813 ipr_show_iopoll_weight 0 58813 NULL
-+show_tempsense_58819 show_tempsense 0 58819 NULL
-+ufshcd_change_queue_depth_58821 ufshcd_change_queue_depth 2-0 58821 NULL
-+usbhsg_ep_enable_58825 usbhsg_ep_enable 0 58825 NULL
-+tnc_read_node_nm_58830 tnc_read_node_nm 0 58830 NULL
-+pm8001_chip_ssp_io_req_58831 pm8001_chip_ssp_io_req 0 58831 NULL
-+ssp_disable_sensor_58838 ssp_disable_sensor 0 58838 NULL nohasharray
-+pppol2tp_recvmsg_58838 pppol2tp_recvmsg 3 58838 &ssp_disable_sensor_58838
-+command_write_58841 command_write 3-0 58841 NULL nohasharray
-+diolan_i2c_start_58841 diolan_i2c_start 0 58841 &command_write_58841
-+vendor_show_58845 vendor_show 0 58845 NULL nohasharray
-+ep_bd_list_alloc_58845 ep_bd_list_alloc 0 58845 &vendor_show_58845
-+iio_trigger_detach_poll_func_58847 iio_trigger_detach_poll_func 0 58847 NULL
-+asus_wmi_evaluate_method_58849 asus_wmi_evaluate_method 0 58849 NULL
-+i915_l3_read_58851 i915_l3_read 0-5-6 58851 NULL nohasharray
-+asr_write_58851 asr_write 0-3 58851 &i915_l3_read_58851
-+fuse_dev_write_58852 fuse_dev_write 0 58852 NULL nohasharray
-+myri10ge_change_mtu_58852 myri10ge_change_mtu 0 58852 &fuse_dev_write_58852
-+flash_brightness_store_58854 flash_brightness_store 0-4 58854 NULL
-+ath6kl_wmi_send_action_cmd_58860 ath6kl_wmi_send_action_cmd 7 58860 NULL
-+mptscsih_version_fw_show_58861 mptscsih_version_fw_show 0 58861 NULL nohasharray
-+tcp_v4_init_sock_58861 tcp_v4_init_sock 0 58861 &mptscsih_version_fw_show_58861
-+dump_midi_58863 dump_midi 3 58863 NULL nohasharray
-+target_core_dev_wwn_attr_store_58863 target_core_dev_wwn_attr_store 0-4 58863 &dump_midi_58863
-+wl12xx_pre_upload_58866 wl12xx_pre_upload 0 58866 NULL
-+i2c_atmel_send_58870 i2c_atmel_send 3-0 58870 NULL
-+out_read_index_show_58873 out_read_index_show 0 58873 NULL
-+nilfs_dev_device_size_show_58875 nilfs_dev_device_size_show 0 58875 NULL
-+efx_ethtool_get_sset_count_58876 efx_ethtool_get_sset_count 0 58876 NULL
-+pm80xx_chip_sata_req_58878 pm80xx_chip_sata_req 0 58878 NULL nohasharray
-+srp_lookup_path_58878 srp_lookup_path 0 58878 &pm80xx_chip_sata_req_58878
-+il4965_static_wepkey_cmd_58879 il4965_static_wepkey_cmd 0 58879 NULL nohasharray
-+vmxnet3_tq_create_58879 vmxnet3_tq_create 0 58879 &il4965_static_wepkey_cmd_58879
-+sony_nc_sysfs_show_58880 sony_nc_sysfs_show 0 58880 NULL nohasharray
-+hotplug_enabled_store_58880 hotplug_enabled_store 0-4 58880 &sony_nc_sysfs_show_58880
-+pnp_show_card_ids_58881 pnp_show_card_ids 0 58881 NULL
-+gs_alloc_req_58883 gs_alloc_req 2 58883 NULL nohasharray
-+lxt973a2_update_link_58883 lxt973a2_update_link 0 58883 &gs_alloc_req_58883
-+nes_store_wqm_quanta_58885 nes_store_wqm_quanta 0-3 58885 NULL
-+cs553x_init_one_58886 cs553x_init_one 3 58886 NULL
-+wlcore_handle_static_data_58888 wlcore_handle_static_data 0 58888 NULL
-+ipath_user_sdma_pin_pkt_58901 ipath_user_sdma_pin_pkt 0 58901 NULL
-+ltc4222_show_value_58902 ltc4222_show_value 0 58902 NULL
-+sd_format_disk_name_58907 sd_format_disk_name 0 58907 NULL
-+hackrf_ctrl_msg_58912 hackrf_ctrl_msg 0 58912 NULL
-+store_in8_58913 store_in8 0-4 58913 NULL
-+compat_fillonedir_58914 compat_fillonedir 3 58914 NULL nohasharray
-+hsw_pcm_trigger_58914 hsw_pcm_trigger 0 58914 &compat_fillonedir_58914 nohasharray
-+lprocfs_wr_pinger_recov_58914 lprocfs_wr_pinger_recov 3 58914 &hsw_pcm_trigger_58914
-+print_devstats_dot11FCSErrorCount_58919 print_devstats_dot11FCSErrorCount 3 58919 NULL
-+ncp_request_58920 ncp_request 0 58920 NULL
-+clocksource_unbind_58922 clocksource_unbind 0 58922 NULL
-+klp_disable_object_58923 klp_disable_object 0 58923 NULL
-+pipeline_cs_rx_packet_out_read_58926 pipeline_cs_rx_packet_out_read 3-0 58926 NULL nohasharray
-+isku_sysfs_show_actual_profile_58926 isku_sysfs_show_actual_profile 0 58926 &pipeline_cs_rx_packet_out_read_58926
-+t4vf_config_rss_range_58930 t4vf_config_rss_range 0 58930 NULL
-+write_pmsg_58932 write_pmsg 3-0 58932 NULL
-+SyS_pread64_58935 SyS_pread64 3 58935 NULL
-+xfs_bmap_read_extents_58936 xfs_bmap_read_extents 0 58936 NULL
-+set_als_58942 set_als 0-4 58942 NULL
-+iscsi_disc_show_authenticate_target_58943 iscsi_disc_show_authenticate_target 0 58943 NULL nohasharray
-+atl2_request_irq_58943 atl2_request_irq 0 58943 &iscsi_disc_show_authenticate_target_58943
-+dlm_new_lockspace_58945 dlm_new_lockspace 0 58945 NULL
-+koneplus_sysfs_write_profile_buttons_58951 koneplus_sysfs_write_profile_buttons 0-6-5 58951 NULL
-+st5481_isoc_flatten_58952 st5481_isoc_flatten 0 58952 NULL
-+store_multicast_router_58954 store_multicast_router 0 58954 NULL
-+netpoll_send_udp_58955 netpoll_send_udp 3 58955 NULL
-+version_show_58957 version_show 0 58957 NULL
-+pcf8523_write_58961 pcf8523_write 0 58961 NULL
-+target_core_attr_show_58962 target_core_attr_show 0 58962 NULL
-+ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout_58965 ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout 3 58965 NULL nohasharray
-+fddi_change_mtu_58965 fddi_change_mtu 0 58965 &ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout_58965
-+wake_up_modem_show_58966 wake_up_modem_show 0 58966 NULL
-+CIFS_SessSetup_58968 CIFS_SessSetup 0 58968 NULL nohasharray
-+wacom_led0_select_store_58968 wacom_led0_select_store 4-0 58968 &CIFS_SessSetup_58968
-+cgroup_tasks_write_58971 cgroup_tasks_write 3-0 58971 NULL
-+vmci_transport_notify_send_pre_block_58972 vmci_transport_notify_send_pre_block 0 58972 NULL
-+rs5c348_rtc_read_time_58975 rs5c348_rtc_read_time 0 58975 NULL nohasharray
-+als_wait_for_data_ready_58975 als_wait_for_data_ready 0 58975 &rs5c348_rtc_read_time_58975 nohasharray
-+msi001_wreg_58975 msi001_wreg 0 58975 &als_wait_for_data_ready_58975
-+store_fc_host_system_hostname_58977 store_fc_host_system_hostname 0-4 58977 NULL
-+ipxitf_device_event_58983 ipxitf_device_event 0 58983 NULL
-+switch_radio_on_58985 switch_radio_on 0 58985 NULL
-+fsp_attr_show_ver_58986 fsp_attr_show_ver 0 58986 NULL nohasharray
-+efx_ef10_describe_stats_58986 efx_ef10_describe_stats 0 58986 &fsp_attr_show_ver_58986
-+bch_extent_to_text_58987 bch_extent_to_text 2 58987 NULL
-+rtpm_children_show_58989 rtpm_children_show 0 58989 NULL
-+chip_direction_input_58992 chip_direction_input 0 58992 NULL
-+handle_rx_packet_58993 handle_rx_packet 3 58993 NULL
-+show_comm_59000 show_comm 0 59000 NULL
-+isku_set_actual_profile_59004 isku_set_actual_profile 0 59004 NULL
-+init_list_set_59005 init_list_set 3 59005 NULL
-+ds2780_recall_eeprom_59009 ds2780_recall_eeprom 0 59009 NULL
-+beiscsi_ep_get_param_59012 beiscsi_ep_get_param 0 59012 NULL
-+lpfc_idiag_baracc_write_59014 lpfc_idiag_baracc_write 3-0 59014 NULL
-+ad5360_update_ctrl_59016 ad5360_update_ctrl 0 59016 NULL
-+ath10k_wmi_force_fw_hang_59026 ath10k_wmi_force_fw_hang 0 59026 NULL
-+SyS_preadv_59029 SyS_preadv 3 59029 NULL
-+init_pci_cap_msi_perm_59033 init_pci_cap_msi_perm 2-0 59033 NULL nohasharray
-+setgain_59033 setgain 0 59033 &init_pci_cap_msi_perm_59033
-+show_fnode_isid_59034 show_fnode_isid 0 59034 NULL
-+write_59035 write 0 59035 NULL
-+selinux_transaction_write_59038 selinux_transaction_write 3-0 59038 NULL
-+contrast_store_59039 contrast_store 0-4 59039 NULL
-+ct_pcm_capture_trigger_59041 ct_pcm_capture_trigger 0 59041 NULL
-+mwifiex_cmd_11n_delba_59043 mwifiex_cmd_11n_delba 0 59043 NULL
-+set_therm_min_59046 set_therm_min 0-4 59046 NULL
-+target_stat_scsi_lu_show_attr_status_59047 target_stat_scsi_lu_show_attr_status 0 59047 NULL
-+regmap_bulk_write_59049 regmap_bulk_write 2-4-0 59049 NULL nohasharray
-+elan_i2c_write_fw_block_59049 elan_i2c_write_fw_block 0 59049 &regmap_bulk_write_59049
-+__bnx2x_get_regs_len_59052 __bnx2x_get_regs_len 0 59052 NULL
-+dlci_header_59057 dlci_header 0 59057 NULL
-+dm9161_config_init_59059 dm9161_config_init 0 59059 NULL
-+acpi_ns_search_and_enter_59061 acpi_ns_search_and_enter 0 59061 NULL
-+da9052_gpio_direction_input_59062 da9052_gpio_direction_input 0 59062 NULL
-+gspca_init_transfer_59079 gspca_init_transfer 0 59079 NULL
-+tcm_qla2xxx_wwn_show_attr_version_59082 tcm_qla2xxx_wwn_show_attr_version 0 59082 NULL
-+bcm_sf2_port_setup_59085 bcm_sf2_port_setup 0 59085 NULL
-+si4713_tx_tune_freq_59087 si4713_tx_tune_freq 0 59087 NULL nohasharray
-+nes_store_idx_data_59087 nes_store_idx_data 0-3 59087 &si4713_tx_tune_freq_59087 nohasharray
-+store_rx_pol_inv_59087 store_rx_pol_inv 0-4 59087 &nes_store_idx_data_59087
-+show_tcrit2_hyst_59088 show_tcrit2_hyst 0 59088 NULL nohasharray
-+cpuidle_store_59088 cpuidle_store 0-4 59088 &show_tcrit2_hyst_59088
-+snd_cmipci_pcm_trigger_59090 snd_cmipci_pcm_trigger 0 59090 NULL
-+nfs4_map_errors_59095 nfs4_map_errors 0-1 59095 NULL
-+xfs_zero_eof_59103 xfs_zero_eof 0-3-2 59103 NULL
-+tiadc_buffer_preenable_59104 tiadc_buffer_preenable 0 59104 NULL
-+mmc_sd_num_wr_blocks_59112 mmc_sd_num_wr_blocks 0 59112 NULL nohasharray
-+hfsplus_trusted_listxattr_59112 hfsplus_trusted_listxattr 0-5 59112 &mmc_sd_num_wr_blocks_59112
-+launder_page_59115 launder_page 0 59115 NULL nohasharray
-+class_pktcdvd_show_map_59115 class_pktcdvd_show_map 0 59115 &launder_page_59115
-+bConfigurationValue_show_59121 bConfigurationValue_show 0 59121 NULL nohasharray
-+show_session_param_ISCSI_PARAM_BOOT_NIC_59121 show_session_param_ISCSI_PARAM_BOOT_NIC 0 59121 &bConfigurationValue_show_59121
-+sta_tx_latency_stat_table_59122 sta_tx_latency_stat_table 4-0-5 59122 NULL nohasharray
-+scsi_io_completion_59122 scsi_io_completion 2 59122 &sta_tx_latency_stat_table_59122
-+wait_for_completion_killable_timeout_59124 wait_for_completion_killable_timeout 0 59124 NULL
-+nfc_llcp_send_i_frame_59130 nfc_llcp_send_i_frame 3-0 59130 NULL
-+reiserfs_commit_for_inode_59131 reiserfs_commit_for_inode 0 59131 NULL
-+__iio_add_event_config_attrs_59136 __iio_add_event_config_attrs 0 59136 NULL nohasharray
-+__uncore_occ_invert_show_59136 __uncore_occ_invert_show 0 59136 &__iio_add_event_config_attrs_59136
-+tg_set_conf_59142 tg_set_conf 0-3 59142 NULL
-+pch_gbe_change_mtu_59144 pch_gbe_change_mtu 0 59144 NULL
-+print_devstats_dot11RTSSuccessCount_59145 print_devstats_dot11RTSSuccessCount 3 59145 NULL nohasharray
-+framebuffer_alloc_59145 framebuffer_alloc 1 59145 &print_devstats_dot11RTSSuccessCount_59145
-+lpfc_link_speed_store_59146 lpfc_link_speed_store 0-4 59146 NULL
-+qla2x00_sysfs_read_optrom_59148 qla2x00_sysfs_read_optrom 6-0-5 59148 NULL
-+radeon_compat_ioctl_59150 radeon_compat_ioctl 2 59150 NULL
-+pvr2_hdw_report_clients_59152 pvr2_hdw_report_clients 3 59152 NULL
-+fan_fan_watchdog_store_59153 fan_fan_watchdog_store 0-3 59153 NULL
-+snd_ad1889_capture_trigger_59160 snd_ad1889_capture_trigger 0 59160 NULL
-+sha224_ssse3_final_59161 sha224_ssse3_final 0 59161 NULL
-+qla4_83xx_start_firmware_59164 qla4_83xx_start_firmware 0 59164 NULL
-+jffs2_do_readpage_nolock_59166 jffs2_do_readpage_nolock 0 59166 NULL
-+ieee802154_create_59169 ieee802154_create 0 59169 NULL
-+ksize_59176 ksize 0 59176 NULL
-+setup_window_59178 setup_window 5-2-4-7 59178 NULL
-+lowpan_fetch_skb_59181 lowpan_fetch_skb 3 59181 NULL nohasharray
-+fill_bitmap_rle_bits_59181 fill_bitmap_rle_bits 0 59181 &lowpan_fetch_skb_59181 nohasharray
-+patch_alc268_59181 patch_alc268 0 59181 &fill_bitmap_rle_bits_59181
-+sh_csi2_s_fmt_59187 sh_csi2_s_fmt 0 59187 NULL nohasharray
-+cbaf_wusb_ck_store_59187 cbaf_wusb_ck_store 0-4 59187 &sh_csi2_s_fmt_59187
-+show_fan_smart_tach_59191 show_fan_smart_tach 0 59191 NULL
-+ims_pcu_attribute_store_59196 ims_pcu_attribute_store 0-4 59196 NULL
-+gadget_dev_desc_bDeviceProtocol_store_59200 gadget_dev_desc_bDeviceProtocol_store 0-3 59200 NULL
-+acpi_ex_name_segment_59202 acpi_ex_name_segment 0 59202 NULL
-+cpia2_s_ctrl_59205 cpia2_s_ctrl 0 59205 NULL
-+dtcs033_start_59207 dtcs033_start 0 59207 NULL nohasharray
-+rv3029c2_i2c_write_regs_59207 rv3029c2_i2c_write_regs 0 59207 &dtcs033_start_59207
-+xfs_iext_realloc_indirect_59211 xfs_iext_realloc_indirect 2 59211 NULL
-+fast_rx_path_59214 fast_rx_path 3 59214 NULL nohasharray
-+i2c_hid_raw_request_59214 i2c_hid_raw_request 0-4 59214 &fast_rx_path_59214
-+osst_get_logical_frame_59215 osst_get_logical_frame 0 59215 NULL
-+inftl_partscan_59216 inftl_partscan 0 59216 NULL
-+ath10k_debug_cal_data_read_59222 ath10k_debug_cal_data_read 3-0 59222 NULL
-+dt3155_read_59226 dt3155_read 3 59226 NULL
-+ql_adapter_initialize_59229 ql_adapter_initialize 0 59229 NULL
-+sdev_store_queue_depth_59231 sdev_store_queue_depth 0-4 59231 NULL nohasharray
-+dummy_queue_59231 dummy_queue 0 59231 &sdev_store_queue_depth_59231
-+qlcnic_get_pci_info_59233 qlcnic_get_pci_info 0 59233 NULL
-+__logfs_write_inode_59237 __logfs_write_inode 0 59237 NULL nohasharray
-+store_59237 store 0-3 59237 &__logfs_write_inode_59237
-+wacom_btnimg0_store_59239 wacom_btnimg0_store 4-0 59239 NULL
-+_prepare_for_striping_59240 _prepare_for_striping 0 59240 NULL
-+qla4_8xxx_device_state_handler_59242 qla4_8xxx_device_state_handler 0 59242 NULL
-+SMB2_write_59246 SMB2_write 0 59246 NULL
-+cyber2000fb_decode_crtc_59247 cyber2000fb_decode_crtc 0 59247 NULL
-+wlcore_cmd_regdomain_config_locked_59248 wlcore_cmd_regdomain_config_locked 0 59248 NULL
-+tg3_poll_fw_59249 tg3_poll_fw 0 59249 NULL
-+ib_ucm_write_59250 ib_ucm_write 0-3 59250 NULL nohasharray
-+brcmf_p2p_ifchange_59250 brcmf_p2p_ifchange 0 59250 &ib_ucm_write_59250
-+lola_set_clock_59255 lola_set_clock 0 59255 NULL
-+cyapa_i2c_pip_write_59260 cyapa_i2c_pip_write 3-0 59260 NULL
-+hid_rtc_read_time_59262 hid_rtc_read_time 0 59262 NULL nohasharray
-+store_target_temp_59262 store_target_temp 0-4 59262 &hid_rtc_read_time_59262
-+max_active_store_59266 max_active_store 0-4 59266 NULL
-+iwlagn_update_beacon_59272 iwlagn_update_beacon 0 59272 NULL
-+lut_s_stream_59273 lut_s_stream 0 59273 NULL
-+i40e_up_complete_59277 i40e_up_complete 0 59277 NULL nohasharray
-+cfhsi_open_59277 cfhsi_open 0 59277 &i40e_up_complete_59277
-+da9055_reg_update_59280 da9055_reg_update 0 59280 NULL nohasharray
-+saa6752hs_s_mbus_fmt_59280 saa6752hs_s_mbus_fmt 0 59280 &da9055_reg_update_59280
-+node_memory_callback_59283 node_memory_callback 0 59283 NULL
-+reiserfs_getxattr_59286 reiserfs_getxattr 0 59286 NULL
-+show_pressure_59287 show_pressure 0 59287 NULL nohasharray
-+_transport_expander_phy_control_59287 _transport_expander_phy_control 0 59287 &show_pressure_59287
-+show_install_59288 show_install 0 59288 NULL nohasharray
-+iio_sysfs_trigger_poll_59288 iio_sysfs_trigger_poll 0-4 59288 &show_install_59288
-+show_shost_mode_59289 show_shost_mode 0 59289 NULL
-+iscsit_ta_default_cmdsn_depth_59290 iscsit_ta_default_cmdsn_depth 0 59290 NULL
-+key_instantiate_and_link_59295 key_instantiate_and_link 0 59295 NULL nohasharray
-+rtl88e_download_fw_59295 rtl88e_download_fw 0 59295 &key_instantiate_and_link_59295
-+store_delete_devices_59296 store_delete_devices 0-4 59296 NULL
-+pin_hbr_setup_59300 pin_hbr_setup 0 59300 NULL
-+udp_error_59301 udp_error 0 59301 NULL nohasharray
-+netdev_queue_update_kobjects_59301 netdev_queue_update_kobjects 0 59301 &udp_error_59301
-+in_read_index_show_59302 in_read_index_show 0 59302 NULL nohasharray
-+get_key_haup_common_59302 get_key_haup_common 5 59302 &in_read_index_show_59302
-+mxt_bootloader_read_59303 mxt_bootloader_read 0 59303 NULL
-+btrfs_insert_dir_item_59304 btrfs_insert_dir_item 4 59304 NULL
-+da9052_read_chgend_current_59305 da9052_read_chgend_current 0 59305 NULL nohasharray
-+start_59305 start 0 59305 &da9052_read_chgend_current_59305
-+scsiback_wwn_show_attr_version_59315 scsiback_wwn_show_attr_version 0 59315 NULL
-+fd_copyout_59323 fd_copyout 3 59323 NULL
-+store_59326 store 0-4 59326 NULL
-+carl9170_upload_key_59330 carl9170_upload_key 0 59330 NULL
-+mt9v022_cropcap_59331 mt9v022_cropcap 0 59331 NULL
-+amd_xgbe_phy_config_init_59332 amd_xgbe_phy_config_init 0 59332 NULL
-+ati_remote2_store_channel_mask_59334 ati_remote2_store_channel_mask 0-4 59334 NULL
-+rx_defrag_in_process_called_read_59338 rx_defrag_in_process_called_read 3-0 59338 NULL nohasharray
-+show_resume_reason_59338 show_resume_reason 0 59338 &rx_defrag_in_process_called_read_59338
-+sg_new_read_59344 sg_new_read 0-3 59344 NULL
-+acpi_show_profile_59345 acpi_show_profile 0 59345 NULL
-+xfs_attrmulti_attr_set_59346 xfs_attrmulti_attr_set 4 59346 NULL
-+show_transport_handle_59347 show_transport_handle 0 59347 NULL
-+gfs2_quota_lock_check_59353 gfs2_quota_lock_check 0 59353 NULL
-+target_core_alua_tg_pt_gp_attr_store_59357 target_core_alua_tg_pt_gp_attr_store 0-4 59357 NULL nohasharray
-+store_in_reg_59357 store_in_reg 0-4 59357 &target_core_alua_tg_pt_gp_attr_store_59357
-+xfs_dir2_sf_entsize_59366 xfs_dir2_sf_entsize 0-2 59366 NULL nohasharray
-+SyS_getrandom_59366 SyS_getrandom 2 59366 &xfs_dir2_sf_entsize_59366
-+capinc_tty_write_room_59367 capinc_tty_write_room 0 59367 NULL
-+i7core_inject_type_store_59376 i7core_inject_type_store 0-4 59376 NULL
-+pvr2_debugifc_print_info_59380 pvr2_debugifc_print_info 3 59380 NULL
-+ibmasm_start_reverse_heartbeat_59382 ibmasm_start_reverse_heartbeat 0 59382 NULL
-+journal_init_dev_59384 journal_init_dev 5 59384 NULL
-+__net_get_random_once_59389 __net_get_random_once 2 59389 NULL
-+diff_objects_59390 diff_objects 0 59390 NULL nohasharray
-+show_hca_59390 show_hca 0 59390 &diff_objects_59390
-+fc_frame_alloc_fill_59394 fc_frame_alloc_fill 2 59394 NULL
-+qlcnic_83xx_config_intrpt_59397 qlcnic_83xx_config_intrpt 0 59397 NULL
-+pci_write_config_59398 pci_write_config 0-5-6 59398 NULL
-+dax_do_io_59399 dax_do_io 5-0 59399 NULL
-+idProduct_show_59405 idProduct_show 0 59405 NULL
-+ds1286_read_time_59406 ds1286_read_time 0 59406 NULL
-+isku_sysfs_read_keys_function_59412 isku_sysfs_read_keys_function 6-0-5 59412 NULL
-+show_modinfo_version_59413 show_modinfo_version 0 59413 NULL
-+afs_file_write_59418 afs_file_write 0 59418 NULL nohasharray
-+patch_stac92hd71bxx_59418 patch_stac92hd71bxx 0 59418 &afs_file_write_59418
-+devcgroup_access_write_59423 devcgroup_access_write 0-3 59423 NULL
-+nct7802_read_voltage_59424 nct7802_read_voltage 0 59424 NULL
-+show_counter_lb_flow_stalls_59426 show_counter_lb_flow_stalls 0 59426 NULL
-+show_fan_alarm_59439 show_fan_alarm 0 59439 NULL
-+max_show_59442 max_show 0 59442 NULL nohasharray
-+psb_intel_opregion_video_event_59442 psb_intel_opregion_video_event 0 59442 &max_show_59442 nohasharray
-+adxl34x_rate_store_59442 adxl34x_rate_store 0-4 59442 &psb_intel_opregion_video_event_59442 nohasharray
-+SyS_sched_setaffinity_59442 SyS_sched_setaffinity 2 59442 &adxl34x_rate_store_59442
-+atm_change_qos_59444 atm_change_qos 0 59444 NULL
-+fs_path_ensure_buf_59445 fs_path_ensure_buf 2 59445 NULL nohasharray
-+snd_seq_write_59445 snd_seq_write 0-3 59445 &fs_path_ensure_buf_59445 nohasharray
-+bnx2_change_mtu_59445 bnx2_change_mtu 0 59445 &snd_seq_write_59445
-+descriptor_loc_59446 descriptor_loc 3 59446 NULL
-+acpi_ds_build_internal_buffer_obj_59448 acpi_ds_build_internal_buffer_obj 0 59448 NULL nohasharray
-+ath10k_peer_delete_59448 ath10k_peer_delete 0 59448 &acpi_ds_build_internal_buffer_obj_59448
-+mv_u3d_start_59449 mv_u3d_start 0 59449 NULL
-+tipc_recv_stream_59456 tipc_recv_stream 4-0 59456 NULL nohasharray
-+cxacru_sysfs_show_adsl_state_59456 cxacru_sysfs_show_adsl_state 0 59456 &tipc_recv_stream_59456
-+skb_maybe_pull_tail_59461 skb_maybe_pull_tail 3 59461 NULL
-+blk_mq_hw_sysfs_show_59462 blk_mq_hw_sysfs_show 0 59462 NULL
-+coda_file_write_59463 coda_file_write 0-3 59463 NULL
-+ad7791_write_frequency_59465 ad7791_write_frequency 0-4 59465 NULL
-+aux_ch_59466 aux_ch 0 59466 NULL
-+cfg80211_iter_combinations_59467 cfg80211_iter_combinations 0 59467 NULL
-+ab3100_otp_cid_show_59473 ab3100_otp_cid_show 0 59473 NULL
-+vmw_kms_write_svga_59477 vmw_kms_write_svga 0 59477 NULL
-+diolan_i2c_get_byte_ack_59482 diolan_i2c_get_byte_ack 0 59482 NULL
-+get_sas_device_type_names_59483 get_sas_device_type_names 0 59483 NULL
-+snd_card_asihpi_capture_prepare_59484 snd_card_asihpi_capture_prepare 0 59484 NULL nohasharray
-+mcam_vb_queue_setup_59484 mcam_vb_queue_setup 0 59484 &snd_card_asihpi_capture_prepare_59484
-+amd64_top_mem2_show_59487 amd64_top_mem2_show 0 59487 NULL
-+_iwl_dbgfs_bcast_filters_write_59491 _iwl_dbgfs_bcast_filters_write 3-0 59491 NULL nohasharray
-+pscsi_get_blocks_59491 pscsi_get_blocks 0 59491 &_iwl_dbgfs_bcast_filters_write_59491
-+adp5520_store_59492 adp5520_store 0-3 59492 NULL
-+r8a66597_urb_enqueue_59493 r8a66597_urb_enqueue 0 59493 NULL nohasharray
-+show_hrtbt_enb_59493 show_hrtbt_enb 0 59493 &r8a66597_urb_enqueue_59493
-+blkcg_reset_stats_59496 blkcg_reset_stats 0 59496 NULL
-+c2port_show_flash_access_59497 c2port_show_flash_access 0 59497 NULL
-+ath10k_htc_send_59498 ath10k_htc_send 0 59498 NULL
-+show_ata_link_sata_spd_59499 show_ata_link_sata_spd 0 59499 NULL nohasharray
-+blk_mq_tag_sysfs_show_59499 blk_mq_tag_sysfs_show 0 59499 &show_ata_link_sata_spd_59499
-+defrag_store_59501 defrag_store 4-0 59501 NULL
-+ib_copy_from_udata_59502 ib_copy_from_udata 3 59502 NULL nohasharray
-+hackrf_submit_urbs_59502 hackrf_submit_urbs 0 59502 &ib_copy_from_udata_59502
-+nfsd_nrpools_59503 nfsd_nrpools 0 59503 NULL nohasharray
-+snd_seq_queue_timer_open_59503 snd_seq_queue_timer_open 0 59503 &nfsd_nrpools_59503 nohasharray
-+qlcnic_sysfs_write_mem_59503 qlcnic_sysfs_write_mem 0-6-5 59503 &snd_seq_queue_timer_open_59503
-+rds_pin_pages_59507 rds_pin_pages 0 59507 NULL
-+st21nfca_hci_dep_link_up_59509 st21nfca_hci_dep_link_up 5 59509 NULL
-+C_SYSC_get_mempolicy_59516 C_SYSC_get_mempolicy 3 59516 NULL
-+gather_write_59526 gather_write 0 59526 NULL nohasharray
-+bnx2fc_vport_disable_59526 bnx2fc_vport_disable 0 59526 &gather_write_59526
-+vcc_create_59531 vcc_create 0 59531 NULL
-+scsiback_drop_nexus_59532 scsiback_drop_nexus 0 59532 NULL
-+usb_wwan_write_59533 usb_wwan_write 0-4 59533 NULL
-+show_associate_remote_59534 show_associate_remote 0 59534 NULL
-+kmalloc_large_node_59542 kmalloc_large_node 1 59542 NULL
-+ecryptfs_encrypt_page_59543 ecryptfs_encrypt_page 0 59543 NULL nohasharray
-+ext4_resize_fs_59543 ext4_resize_fs 2 59543 &ecryptfs_encrypt_page_59543
-+msix_setup_entries_59545 msix_setup_entries 0 59545 NULL nohasharray
-+idr_alloc_59545 idr_alloc 0 59545 &msix_setup_entries_59545
-+mpi_get_nbits_59551 mpi_get_nbits 0 59551 NULL
-+lpfc_fcp_cpu_map_store_59552 lpfc_fcp_cpu_map_store 0-4 59552 NULL
-+mos7840_get_reg_sync_59553 mos7840_get_reg_sync 0 59553 NULL
-+f2fs_xattr_advise_set_59555 f2fs_xattr_advise_set 0 59555 NULL
-+show_59558 show 0 59558 NULL
-+img_i2c_xfer_59559 img_i2c_xfer 0-3 59559 NULL
-+tunables_write_59563 tunables_write 3-0 59563 NULL
-+bio_split_59564 bio_split 2 59564 NULL
-+da9055_group_read_59566 da9055_group_read 0 59566 NULL nohasharray
-+cmos_nvram_read_59566 cmos_nvram_read 0-5-6 59566 &da9055_group_read_59566 nohasharray
-+nilfs_setattr_59566 nilfs_setattr 0 59566 &cmos_nvram_read_59566
-+afs_fsync_59569 afs_fsync 0 59569 NULL
-+__copy_from_user_ll_nozero_59571 __copy_from_user_ll_nozero 0 59571 NULL
-+show_temp_auto_temp_min_59574 show_temp_auto_temp_min 0 59574 NULL nohasharray
-+eth_prepare_mac_addr_change_59574 eth_prepare_mac_addr_change 0 59574 &show_temp_auto_temp_min_59574
-+pwm_enable_show_59579 pwm_enable_show 0 59579 NULL
-+write_pbl_59583 write_pbl 4 59583 NULL
-+resp_write_same_59587 resp_write_same 2 59587 NULL
-+memdup_user_59590 memdup_user 2 59590 NULL
-+tcp_set_congestion_control_59591 tcp_set_congestion_control 0 59591 NULL
-+si470x_fops_read_59592 si470x_fops_read 0-3 59592 NULL
-+gether_opts_host_addr_show_59595 gether_opts_host_addr_show 0 59595 NULL
-+max8925_bulk_write_59597 max8925_bulk_write 3-0 59597 NULL
-+tps6586x_irq_get_virq_59601 tps6586x_irq_get_virq 2 59601 NULL
-+zd_iowrite32a_59602 zd_iowrite32a 0 59602 NULL nohasharray
-+store_v86d_59602 store_v86d 0-3 59602 &zd_iowrite32a_59602
-+uart_get_attr_iomem_base_59606 uart_get_attr_iomem_base 0 59606 NULL
-+fcoe_ctlr_vn_send_59607 fcoe_ctlr_vn_send 4 59607 NULL
-+validate_pm_config_59612 validate_pm_config 0 59612 NULL
-+module_event_59614 module_event 0 59614 NULL
-+cirrusfb_check_var_59615 cirrusfb_check_var 0 59615 NULL
-+mem_fwlog_free_mem_blks_read_59616 mem_fwlog_free_mem_blks_read 3-0 59616 NULL
-+integrity_format_show_59617 integrity_format_show 0 59617 NULL
-+xadc_axi_write_adc_reg_59620 xadc_axi_write_adc_reg 0 59620 NULL
-+ecp_write_data_59621 ecp_write_data 0 59621 NULL nohasharray
-+ath6kl_endpoint_stats_write_59621 ath6kl_endpoint_stats_write 3-0 59621 &ecp_write_data_59621
-+mtrr_write_59622 mtrr_write 3-0 59622 NULL nohasharray
-+sock_sendpage_59622 sock_sendpage 4 59622 &mtrr_write_59622
-+gfs2_writepage_59624 gfs2_writepage 0 59624 NULL
-+seq_open_tab_59633 seq_open_tab 3-2 59633 NULL
-+find_first_zero_bit_59636 find_first_zero_bit 0-2 59636 NULL nohasharray
-+v9fs_cache_session_get_key_59636 v9fs_cache_session_get_key 0 59636 &find_first_zero_bit_59636
-+console_show_59641 console_show 0 59641 NULL
-+logi_dj_ll_raw_request_59642 logi_dj_ll_raw_request 0 59642 NULL
-+dn_fib_nlmsg_size_59643 dn_fib_nlmsg_size 0 59643 NULL
-+trusted_instantiate_59644 trusted_instantiate 0 59644 NULL
-+osst_sysfs_add_59645 osst_sysfs_add 0 59645 NULL
-+mxl111sf_tuner_get_if_frequency_59646 mxl111sf_tuner_get_if_frequency 0 59646 NULL nohasharray
-+SyS_setdomainname_59646 SyS_setdomainname 2 59646 &mxl111sf_tuner_get_if_frequency_59646
-+file_update_time_59647 file_update_time 0 59647 NULL
-+hidraw_read_59650 hidraw_read 3-0 59650 NULL nohasharray
-+ubifs_setxattr_59650 ubifs_setxattr 4-0 59650 &hidraw_read_59650 nohasharray
-+snd_usb_substream_capture_trigger_59650 snd_usb_substream_capture_trigger 0 59650 &ubifs_setxattr_59650
-+v9fs_xattr_set_acl_59651 v9fs_xattr_set_acl 4-0 59651 NULL
-+set_in_min2_59659 set_in_min2 0-4 59659 NULL
-+ax88179_write_cmd_59661 ax88179_write_cmd 5-0 59661 NULL nohasharray
-+mv_u3d_ep_enable_59661 mv_u3d_ep_enable 0 59661 &ax88179_write_cmd_59661 nohasharray
-+level_store_59661 level_store 0-3 59661 &mv_u3d_ep_enable_59661
-+__devcgroup_check_permission_59665 __devcgroup_check_permission 0 59665 NULL
-+iwl_dbgfs_mac_params_read_59666 iwl_dbgfs_mac_params_read 3-0 59666 NULL
-+register_jprobe_59669 register_jprobe 0 59669 NULL
-+alloc_dca_provider_59670 alloc_dca_provider 2 59670 NULL
-+create_multi_cap_vol_ctl_59672 create_multi_cap_vol_ctl 0 59672 NULL
-+int3400_thermal_get_temp_59676 int3400_thermal_get_temp 0 59676 NULL
-+pch_gbe_get_sset_count_59679 pch_gbe_get_sset_count 0 59679 NULL
-+jffs2_decompress_59682 jffs2_decompress 0 59682 NULL
-+tw_show_stats_59686 tw_show_stats 0 59686 NULL
-+sriov_enable_59689 sriov_enable 0 59689 NULL
-+show_sas_phy_negotiated_linkrate_59695 show_sas_phy_negotiated_linkrate 0 59695 NULL
-+enc28j60_set_hw_macaddr_59696 enc28j60_set_hw_macaddr 0 59696 NULL
-+mic_calc_failure_read_59700 mic_calc_failure_read 3-0 59700 NULL
-+ioperm_get_59701 ioperm_get 4-3 59701 NULL
-+create_59705 create 0 59705 NULL
-+rndis_opts_dev_addr_store_59706 rndis_opts_dev_addr_store 0-3 59706 NULL
-+xpc_system_reboot_59708 xpc_system_reboot 0 59708 NULL
-+__team_option_inst_add_option_59709 __team_option_inst_add_option 0 59709 NULL
-+qt1010_set_params_59719 qt1010_set_params 0 59719 NULL
-+store_remove_id_59721 store_remove_id 0-3 59721 NULL
-+cfq_group_idle_store_59722 cfq_group_idle_store 3-0 59722 NULL
-+mlx4_tunnel_steer_add_59724 mlx4_tunnel_steer_add 0 59724 NULL
-+nouveau_hwmon_set_emergency_temp_hyst_59727 nouveau_hwmon_set_emergency_temp_hyst 0-4 59727 NULL
-+prism2_info_scanresults_59729 prism2_info_scanresults 3 59729 NULL
-+pc_show_59731 pc_show 0 59731 NULL nohasharray
-+bcmgenet_open_59731 bcmgenet_open 0 59731 &pc_show_59731
-+ivtv_firmware_check_59732 ivtv_firmware_check 0 59732 NULL
-+set_mode_59733 set_mode 0 59733 NULL
-+nfs_file_splice_read_59735 nfs_file_splice_read 0 59735 NULL
-+twl4030_madc_wait_conversion_ready_59737 twl4030_madc_wait_conversion_ready 0 59737 NULL nohasharray
-+perf_event_read_group_59737 perf_event_read_group 0 59737 &twl4030_madc_wait_conversion_ready_59737
-+wm8996_gpio_direction_in_59739 wm8996_gpio_direction_in 0 59739 NULL nohasharray
-+show_cursor_59739 show_cursor 0 59739 &wm8996_gpio_direction_in_59739 nohasharray
-+peak_usb_start_59739 peak_usb_start 0 59739 &show_cursor_59739
-+ieee80211_if_read_fwded_unicast_59740 ieee80211_if_read_fwded_unicast 3-0 59740 NULL nohasharray
-+vivid_vid_out_s_ctrl_59740 vivid_vid_out_s_ctrl 0 59740 &ieee80211_if_read_fwded_unicast_59740
-+i7core_inject_show_bank_59743 i7core_inject_show_bank 0 59743 NULL
-+qib_decode_7220_sdma_errs_59745 qib_decode_7220_sdma_errs 4 59745 NULL
-+strnlen_59746 strnlen 0 59746 NULL nohasharray
-+dump_eeprom_59746 dump_eeprom 0-5 59746 &strnlen_59746 nohasharray
-+bitmap_parse_user_59746 bitmap_parse_user 0 59746 &dump_eeprom_59746
-+snd_interval_refine_set_59748 snd_interval_refine_set 0 59748 NULL nohasharray
-+sd_start_video_59748 sd_start_video 0 59748 &snd_interval_refine_set_59748
-+sctp_manip_pkt_59749 sctp_manip_pkt 4 59749 NULL nohasharray
-+tridentfb_check_var_59749 tridentfb_check_var 0 59749 &sctp_manip_pkt_59749
-+ext3_acl_count_59754 ext3_acl_count 0-1 59754 NULL
-+isci_port_perform_hard_reset_59760 isci_port_perform_hard_reset 0 59760 NULL
-+cxacru_sysfs_show_adsl_controller_version_59762 cxacru_sysfs_show_adsl_controller_version 0 59762 NULL
-+long_retry_limit_read_59766 long_retry_limit_read 3-0 59766 NULL nohasharray
-+get_sset_count_59766 get_sset_count 0 59766 &long_retry_limit_read_59766 nohasharray
-+cap_inode_need_killpriv_59766 cap_inode_need_killpriv 0 59766 &get_sset_count_59766
-+interf_mitigation_59777 interf_mitigation 0 59777 NULL
-+complain_secs_show_59778 complain_secs_show 0 59778 NULL
-+venus_remove_59781 venus_remove 4 59781 NULL
-+mei_nfc_recv_59784 mei_nfc_recv 3 59784 NULL
-+net2280_enable_59787 net2280_enable 0 59787 NULL
-+xlog_do_recover_59789 xlog_do_recover 3 59789 NULL
-+tle62x0_gpio_store_59790 tle62x0_gpio_store 0-4 59790 NULL
-+smsc_phy_ack_interrupt_59791 smsc_phy_ack_interrupt 0 59791 NULL
-+ims_pcu_update_firmware_status_show_59793 ims_pcu_update_firmware_status_show 0 59793 NULL
-+pcf2127_rtc_read_time_59796 pcf2127_rtc_read_time 0 59796 NULL
-+msb_get_zone_from_lba_59800 msb_get_zone_from_lba 0-1 59800 NULL
-+C_SYSC_preadv_59801 C_SYSC_preadv 3 59801 NULL
-+ipw_write_59807 ipw_write 3 59807 NULL nohasharray
-+behind_writes_used_reset_59807 behind_writes_used_reset 0-3 59807 &ipw_write_59807
-+rtllib_wx_set_gen_ie_59808 rtllib_wx_set_gen_ie 3 59808 NULL
-+scsi_init_shared_tag_map_59812 scsi_init_shared_tag_map 2-0 59812 NULL nohasharray
-+usbhsg_try_start_59812 usbhsg_try_start 0 59812 &scsi_init_shared_tag_map_59812
-+jffs2_readpage_59813 jffs2_readpage 0 59813 NULL
-+fuse_writepage_locked_59814 fuse_writepage_locked 0 59814 NULL
-+regulator_suspend_standby_state_show_59817 regulator_suspend_standby_state_show 0 59817 NULL
-+store_mem_state_59818 store_mem_state 0-4 59818 NULL
-+acpi_ds_get_predicate_value_59819 acpi_ds_get_predicate_value 0 59819 NULL nohasharray
-+ft_nacl_show_port_name_59819 ft_nacl_show_port_name 0 59819 &acpi_ds_get_predicate_value_59819 nohasharray
-+at76_add_interface_59819 at76_add_interface 0 59819 &ft_nacl_show_port_name_59819
-+drxk_i2c_transfer_59821 drxk_i2c_transfer 3 59821 NULL
-+vivid_vid_cap_s_ctrl_59824 vivid_vid_cap_s_ctrl 0 59824 NULL
-+__logfs_truncate_rec_59827 __logfs_truncate_rec 0 59827 NULL
-+ieee80211_if_read_dot11MeshHWMPmaxPREQretries_59829 ieee80211_if_read_dot11MeshHWMPmaxPREQretries 3-0 59829 NULL
-+gspca_dev_probe2_59833 gspca_dev_probe2 4 59833 NULL nohasharray
-+pzl_urb_enqueue_59833 pzl_urb_enqueue 0 59833 &gspca_dev_probe2_59833
-+lkdtm_register_cpoint_59834 lkdtm_register_cpoint 0 59834 NULL
-+erst_clear_59835 erst_clear 0 59835 NULL
-+bq24190_write_59837 bq24190_write 0 59837 NULL
-+inv_mpu6050_fifo_rate_store_59838 inv_mpu6050_fifo_rate_store 0-4 59838 NULL
-+__oxu_urb_enqueue_59839 __oxu_urb_enqueue 0 59839 NULL nohasharray
-+apparmor_inode_getattr_59839 apparmor_inode_getattr 0 59839 &__oxu_urb_enqueue_59839 nohasharray
-+wusb_dev_set_encryption_59839 wusb_dev_set_encryption 0 59839 &apparmor_inode_getattr_59839 nohasharray
-+wl3501_suspend_59839 wl3501_suspend 0 59839 &wusb_dev_set_encryption_59839
-+qla24xx_vport_disable_59843 qla24xx_vport_disable 0 59843 NULL
-+fs64_to_cpu_59845 fs64_to_cpu 0 59845 NULL
-+da9063_ldo_get_mode_59846 da9063_ldo_get_mode 0 59846 NULL
-+show_iface_tcp_wsf_59848 show_iface_tcp_wsf 0 59848 NULL
-+regmap_raw_write_async_59849 regmap_raw_write_async 2-4 59849 NULL nohasharray
-+f_read_cntrs_59849 f_read_cntrs 0 59849 &regmap_raw_write_async_59849
-+vsp1_video_buffer_prepare_59850 vsp1_video_buffer_prepare 0 59850 NULL
-+qla27xx_fwdt_template_size_59858 qla27xx_fwdt_template_size 0 59858 NULL
-+niu_rx_channel_lpage_init_59865 niu_rx_channel_lpage_init 0 59865 NULL nohasharray
-+intel_ring_wait_request_59865 intel_ring_wait_request 0 59865 &niu_rx_channel_lpage_init_59865
-+target_core_alua_tg_pt_gp_show_attr_alua_support_transitioning_59869 target_core_alua_tg_pt_gp_show_attr_alua_support_transitioning 0 59869 NULL
-+m48t59_nvram_write_59870 m48t59_nvram_write 0-6-5 59870 NULL
-+set_pwm_auto_pwm_min_59872 set_pwm_auto_pwm_min 0-4 59872 NULL
-+show_alarm_mask_59874 show_alarm_mask 0 59874 NULL
-+biovec_create_pool_59878 biovec_create_pool 1 59878 NULL
-+osst_flush_buffer_59879 osst_flush_buffer 0 59879 NULL
-+pvr2_ioread_set_sync_key_59882 pvr2_ioread_set_sync_key 3 59882 NULL
-+mwifiex_cfg80211_tdls_mgmt_59884 mwifiex_cfg80211_tdls_mgmt 10 59884 NULL
-+l2cap_sock_recvmsg_59886 l2cap_sock_recvmsg 4-0 59886 NULL
-+ffs_prepare_buffer_59892 ffs_prepare_buffer 2 59892 NULL
-+xwrite_59906 xwrite 3 59906 NULL
-+do_rbd_remove_59907 do_rbd_remove 0-3 59907 NULL
-+swiotlb_map_page_59909 swiotlb_map_page 3 59909 NULL
-+cpu_rt_period_write_uint_59912 cpu_rt_period_write_uint 0 59912 NULL
-+rx_dropped_show_59917 rx_dropped_show 0 59917 NULL
-+store_rescan_field_59920 store_rescan_field 0-4 59920 NULL
-+zd1201_net_open_59921 zd1201_net_open 0 59921 NULL
-+cachefiles_read_or_alloc_page_59923 cachefiles_read_or_alloc_page 0 59923 NULL nohasharray
-+toshiba_sleep_functions_status_set_59923 toshiba_sleep_functions_status_set 0 59923 &cachefiles_read_or_alloc_page_59923
-+bnx2_fw_sync_59929 bnx2_fw_sync 0 59929 NULL
-+read_59931 read 0 59931 NULL
-+ecryptfs_process_key_cipher_59932 ecryptfs_process_key_cipher 0 59932 NULL nohasharray
-+cifs_sync_mid_result_59932 cifs_sync_mid_result 0 59932 &ecryptfs_process_key_cipher_59932
-+ath5k_hw_rfgain_init_59935 ath5k_hw_rfgain_init 0 59935 NULL
-+cxacru_sysfs_show_downstream_bits_per_frame_59943 cxacru_sysfs_show_downstream_bits_per_frame 0 59943 NULL
-+mmio32write__write_file_59944 mmio32write__write_file 0 59944 NULL
-+advansys_board_found_59945 advansys_board_found 0 59945 NULL
-+ncp_make_closed_59948 ncp_make_closed 0 59948 NULL
-+ath10k_read_dfs_stats_59949 ath10k_read_dfs_stats 3-0 59949 NULL
-+dapm_widget_power_read_file_59950 dapm_widget_power_read_file 3-0 59950 NULL nohasharray
-+il_dbgfs_rxon_flags_read_59950 il_dbgfs_rxon_flags_read 3-0 59950 &dapm_widget_power_read_file_59950
-+cfq_back_seek_max_store_59951 cfq_back_seek_max_store 3-0 59951 NULL
-+il_dbgfs_missed_beacon_read_59956 il_dbgfs_missed_beacon_read 3-0 59956 NULL
-+cuse_write_59958 cuse_write 0-3 59958 NULL
-+cifs_setup_session_59967 cifs_setup_session 0 59967 NULL nohasharray
-+v9fs_write_inode_59967 v9fs_write_inode 0 59967 &cifs_setup_session_59967
-+__arch_hweight16_59975 __arch_hweight16 0 59975 NULL nohasharray
-+smsc911x_ethtool_get_eeprom_len_59975 smsc911x_ethtool_get_eeprom_len 0 59975 &__arch_hweight16_59975
-+store_frontswap_hysteresis_59976 store_frontswap_hysteresis 0-4 59976 NULL
-+fuse_perm_getattr_59977 fuse_perm_getattr 0 59977 NULL
-+squashfs_max_decompressors_59978 squashfs_max_decompressors 0 59978 NULL nohasharray
-+tsl2550_set_operating_mode_59978 tsl2550_set_operating_mode 0 59978 &squashfs_max_decompressors_59978
-+tpm_tis_send_main_59980 tpm_tis_send_main 0-3 59980 NULL nohasharray
-+memcg_activate_kmem_59980 memcg_activate_kmem 0 59980 &tpm_tis_send_main_59980
-+elan_smbus_write_fw_block_59982 elan_smbus_write_fw_block 0 59982 NULL
-+osd_req_read_kern_59990 osd_req_read_kern 5 59990 NULL
-+get_ether_addr_str_59995 get_ether_addr_str 0 59995 NULL
-+deadline_read_expire_show_59999 deadline_read_expire_show 0 59999 NULL
-+setup_60000 setup 0 60000 NULL
-+ghash_async_setkey_60001 ghash_async_setkey 3 60001 NULL
-+sctp_bindx_add_60002 sctp_bindx_add 0 60002 NULL
-+ieee80211_if_fmt_dot11MeshAwakeWindowDuration_60006 ieee80211_if_fmt_dot11MeshAwakeWindowDuration 3 60006 NULL nohasharray
-+enic_vlan_rx_add_vid_60006 enic_vlan_rx_add_vid 0 60006 &ieee80211_if_fmt_dot11MeshAwakeWindowDuration_60006 nohasharray
-+hif_usb_send_60006 hif_usb_send 0 60006 &enic_vlan_rx_add_vid_60006
-+rawsock_sendmsg_60010 rawsock_sendmsg 4-0 60010 NULL
-+mthca_init_cq_60011 mthca_init_cq 2 60011 NULL
-+register_device_60015 register_device 2-3 60015 NULL
-+target_core_store_dev_lba_map_60016 target_core_store_dev_lba_map 0-3 60016 NULL
-+batadv_dat_init_60023 batadv_dat_init 0 60023 NULL
-+ebitmap_set_bit_60024 ebitmap_set_bit 0 60024 NULL
-+osd_req_list_dev_partitions_60027 osd_req_list_dev_partitions 4 60027 NULL
-+ds2781_get_control_register_60028 ds2781_get_control_register 0 60028 NULL nohasharray
-+target_fabric_tpg_attrib_attr_store_60028 target_fabric_tpg_attrib_attr_store 0-4 60028 &ds2781_get_control_register_60028
-+store_60029 store 0-3 60029 NULL nohasharray
-+do_set_fan_target_60029 do_set_fan_target 0 60029 &store_60029
-+xlog_bread_offset_60030 xlog_bread_offset 3 60030 NULL
-+squashfs_security_list_60031 squashfs_security_list 0-5 60031 NULL
-+gen10g_soft_reset_60032 gen10g_soft_reset 0 60032 NULL
-+sys_sched_getaffinity_60033 sys_sched_getaffinity 2 60033 NULL nohasharray
-+proc_setattr_60033 proc_setattr 0 60033 &sys_sched_getaffinity_60033
-+do_ip6t_set_ctl_60040 do_ip6t_set_ctl 4 60040 NULL
-+pmcraid_change_queue_depth_60044 pmcraid_change_queue_depth 2-0 60044 NULL
-+vcs_size_60050 vcs_size 0 60050 NULL
-+sis630_transaction_start_60054 sis630_transaction_start 0 60054 NULL nohasharray
-+arcmsr_attr_host_fw_model_60054 arcmsr_attr_host_fw_model 0 60054 &sis630_transaction_start_60054
-+afs_cell_init_60055 afs_cell_init 0 60055 NULL nohasharray
-+pch_phub_write_serial_rom_60055 pch_phub_write_serial_rom 0 60055 &afs_cell_init_60055
-+gru_alloc_gts_60056 gru_alloc_gts 2-3 60056 NULL
-+il4965_txq_ctx_alloc_60062 il4965_txq_ctx_alloc 0 60062 NULL
-+compat_writev_60063 compat_writev 3 60063 NULL
-+ath6kl_listen_int_write_60066 ath6kl_listen_int_write 3-0 60066 NULL nohasharray
-+fsa9480_show_device_60066 fsa9480_show_device 0 60066 &ath6kl_listen_int_write_60066
-+mxl5007t_tuner_rf_tune_60070 mxl5007t_tuner_rf_tune 0 60070 NULL
-+i7core_inject_section_store_60074 i7core_inject_section_store 0-4 60074 NULL
-+usb_os_desc_prepare_interf_dir_60075 usb_os_desc_prepare_interf_dir 2 60075 NULL
-+show_60078 show 0 60078 NULL nohasharray
-+rtl2832_regmap_read_60078 rtl2832_regmap_read 0 60078 &show_60078
-+mp_register_gsi_60079 mp_register_gsi 2 60079 NULL
-+smk_curacc_60080 smk_curacc 0 60080 NULL
-+rxrpc_kernel_send_data_60083 rxrpc_kernel_send_data 3 60083 NULL nohasharray
-+real_power_state_show_60083 real_power_state_show 0 60083 &rxrpc_kernel_send_data_60083
-+hw_init_60084 hw_init 0 60084 NULL
-+store_dts_ext_60085 store_dts_ext 0-4 60085 NULL nohasharray
-+roccat_common2_sysfs_write_keys_function_60085 roccat_common2_sysfs_write_keys_function 0-6-5 60085 &store_dts_ext_60085
-+set_hw_addr_filt_60093 set_hw_addr_filt 0 60093 NULL
-+read_fs_60094 read_fs 0-5-6 60094 NULL
-+in_tx_show_60098 in_tx_show 0 60098 NULL
-+show_temp_auto_point1_temp_hyst_60099 show_temp_auto_point1_temp_hyst 0 60099 NULL nohasharray
-+qla2x00_pci_info_show_60099 qla2x00_pci_info_show 0 60099 &show_temp_auto_point1_temp_hyst_60099
-+operational_check_60102 operational_check 0 60102 NULL
-+ieee80211_if_fmt_fwded_frames_60103 ieee80211_if_fmt_fwded_frames 3 60103 NULL
-+ext3_xattr_security_set_60108 ext3_xattr_security_set 0 60108 NULL
-+cmd_rsv_establish_60112 cmd_rsv_establish 0 60112 NULL
-+SYSC_msgsnd_60113 SYSC_msgsnd 3 60113 NULL
-+i40e_vsi_control_rx_60116 i40e_vsi_control_rx 0 60116 NULL
-+ttm_bo_kmap_60118 ttm_bo_kmap 2-3 60118 NULL nohasharray
-+reserve_or_set_tx_60118 reserve_or_set_tx 0 60118 &ttm_bo_kmap_60118
-+nfs_idmap_request_key_60124 nfs_idmap_request_key 2 60124 NULL
-+show_60125 show 0 60125 NULL
-+show_60127 show 0 60127 NULL
-+hfs_brec_find_60131 hfs_brec_find 0 60131 NULL
-+pcpu_need_to_extend_60133 pcpu_need_to_extend 0 60133 NULL
-+devnum_show_60150 devnum_show 0 60150 NULL
-+zatm_setsockopt_60154 zatm_setsockopt 0 60154 NULL
-+ld_usb_read_60156 ld_usb_read 3-0 60156 NULL nohasharray
-+bind_60156 bind 0 60156 &ld_usb_read_60156
-+jmb38x_ms_count_slots_60164 jmb38x_ms_count_slots 0 60164 NULL
-+init_state_60165 init_state 2 60165 NULL nohasharray
-+hugetlbfs_statfs_60165 hugetlbfs_statfs 0 60165 &init_state_60165
-+deadline_front_merges_show_60171 deadline_front_merges_show 0 60171 NULL
-+usbvision_read_reg_60172 usbvision_read_reg 0 60172 NULL
-+lp5521_update_program_memory_60174 lp5521_update_program_memory 0-3 60174 NULL
-+jffs2_alloc_full_dirent_60179 jffs2_alloc_full_dirent 1 60179 NULL nohasharray
-+sg_build_sgat_60179 sg_build_sgat 3 60179 &jffs2_alloc_full_dirent_60179
-+uwb_rc_start_beacon_60180 uwb_rc_start_beacon 0 60180 NULL
-+avc_denied_60181 avc_denied 0 60181 NULL
-+ath10k_wmi_vdev_spectral_conf_60182 ath10k_wmi_vdev_spectral_conf 0 60182 NULL
-+fuse_async_req_send_60183 fuse_async_req_send 0-3 60183 NULL nohasharray
-+show_in_min2_60183 show_in_min2 0 60183 &fuse_async_req_send_60183
-+uwb_dev_BPST_show_60184 uwb_dev_BPST_show 0 60184 NULL
-+parse_init_verbs_60185 parse_init_verbs 0 60185 NULL
-+pm3393_set_mtu_60190 pm3393_set_mtu 0 60190 NULL
-+arch_setup_msi_irqs_60193 arch_setup_msi_irqs 0 60193 NULL nohasharray
-+rx_rx_tkip_replays_read_60193 rx_rx_tkip_replays_read 3-0 60193 &arch_setup_msi_irqs_60193
-+show_reconnect_delay_60198 show_reconnect_delay 0 60198 NULL
-+acquire_store_60201 acquire_store 0-4 60201 NULL
-+qib_reg_phys_mr_60202 qib_reg_phys_mr 3 60202 NULL nohasharray
-+ib_send_cm_mra_60202 ib_send_cm_mra 4 60202 &qib_reg_phys_mr_60202
-+__mt9t112_mcu_write_60204 __mt9t112_mcu_write 0 60204 NULL
-+ubifs_jnl_truncate_60206 ubifs_jnl_truncate 0 60206 NULL
-+da9052_read_vddout_60207 da9052_read_vddout 0 60207 NULL nohasharray
-+__hw_addr_del_60207 __hw_addr_del 0 60207 &da9052_read_vddout_60207
-+btrfs_get_token_16_60220 btrfs_get_token_16 0 60220 NULL
-+rtpm_active_time_show_60221 rtpm_active_time_show 0 60221 NULL
-+__phys_addr_nodebug_60230 __phys_addr_nodebug 0 60230 NULL nohasharray
-+arizona_map_irq_60230 arizona_map_irq 2 60230 &__phys_addr_nodebug_60230
-+kstrtouint_60233 kstrtouint 0 60233 NULL
-+show_pwm_tmax_60240 show_pwm_tmax 0 60240 NULL
-+alc880_parse_auto_config_60242 alc880_parse_auto_config 0 60242 NULL
-+wm831x_auxadc_read_uv_60248 wm831x_auxadc_read_uv 0 60248 NULL nohasharray
-+sht15_show_humidity_60248 sht15_show_humidity 0 60248 &wm831x_auxadc_read_uv_60248 nohasharray
-+de_open_60248 de_open 0 60248 &sht15_show_humidity_60248
-+wm831x_irq_60254 wm831x_irq 2 60254 NULL
-+alx_get_sset_count_60255 alx_get_sset_count 0 60255 NULL
-+compat_sys_fcntl64_60256 compat_sys_fcntl64 3 60256 NULL
-+irq_alloc_domain_generic_chips_60264 irq_alloc_domain_generic_chips 3-2 60264 NULL
-+notify_recv_post_dequeue_60265 notify_recv_post_dequeue 0 60265 NULL nohasharray
-+mlx4_ACCESS_MEM_60265 mlx4_ACCESS_MEM 0 60265 &notify_recv_post_dequeue_60265
-+validate_trigger_60267 validate_trigger 0 60267 NULL
-+m920x_read_60272 m920x_read 0 60272 NULL
-+display_crc_ctl_write_60273 display_crc_ctl_write 3-0 60273 NULL
-+printer_write_60276 printer_write 3 60276 NULL
-+rds_recvmsg_60282 rds_recvmsg 0-4 60282 NULL
-+rv3029c2_rtc_set_alarm_60283 rv3029c2_rtc_set_alarm 0 60283 NULL
-+__pskb_pull_tail_60287 __pskb_pull_tail 2 60287 NULL
-+at86rf230_start_60288 at86rf230_start 0 60288 NULL nohasharray
-+store_in_beep_60288 store_in_beep 0-4 60288 &at86rf230_start_60288
-+pwm1_enable_show_60290 pwm1_enable_show 0 60290 NULL nohasharray
-+dsense_store_60290 dsense_store 0-3 60290 &pwm1_enable_show_60290
-+target_stat_scsi_port_show_attr_inst_60295 target_stat_scsi_port_show_attr_inst 0 60295 NULL
-+dn_nsp_return_disc_60296 dn_nsp_return_disc 2 60296 NULL
-+bh1770_prox_set_threshold_60299 bh1770_prox_set_threshold 0 60299 NULL
-+show_auto_pwm_min_60306 show_auto_pwm_min 0 60306 NULL
-+os_desc_use_show_60317 os_desc_use_show 0 60317 NULL
-+lpfc_drvr_version_show_60319 lpfc_drvr_version_show 0 60319 NULL
-+rocker_dma_rx_ring_skbs_alloc_60321 rocker_dma_rx_ring_skbs_alloc 0 60321 NULL
-+lpfc_request_firmware_upgrade_show_60324 lpfc_request_firmware_upgrade_show 0 60324 NULL
-+mlx4_slave_cmd_60337 mlx4_slave_cmd 0 60337 NULL
-+v9fs_xattr_security_get_60341 v9fs_xattr_security_get 0 60341 NULL
-+ecryptfs_write_inode_size_to_header_60342 ecryptfs_write_inode_size_to_header 0 60342 NULL
-+__kfifo_from_user_r_60345 __kfifo_from_user_r 3-5 60345 NULL
-+show_uframe_periodic_max_60347 show_uframe_periodic_max 0 60347 NULL
-+wusb_usb_ncb_60348 wusb_usb_ncb 0 60348 NULL
-+rh_call_control_60349 rh_call_control 0 60349 NULL
-+init_60352 init 0 60352 NULL
-+show_sas_phy_phy_reset_problem_count_60353 show_sas_phy_phy_reset_problem_count 0 60353 NULL
-+mlx4_en_change_mtu_60358 mlx4_en_change_mtu 0 60358 NULL
-+prepare_60360 prepare 0 60360 NULL
-+mesh_rx_csa_frame_60361 mesh_rx_csa_frame 3 60361 NULL
-+show_firmwareCode_60363 show_firmwareCode 0 60363 NULL
-+listxattr_filler_60364 listxattr_filler 3 60364 NULL
-+dccp_setsockopt_60367 dccp_setsockopt 5-0 60367 NULL nohasharray
-+wl1251_event_unmask_60367 wl1251_event_unmask 0 60367 &dccp_setsockopt_60367
-+tcp_md5_do_del_60370 tcp_md5_do_del 0 60370 NULL
-+try_ctrl_60373 try_ctrl 0 60373 NULL
-+store_fc_private_host_dev_loss_tmo_60376 store_fc_private_host_dev_loss_tmo 0-4 60376 NULL
-+ali15x3_transaction_60378 ali15x3_transaction 0 60378 NULL
-+ubi_eba_atomic_leb_change_60379 ubi_eba_atomic_leb_change 5-0 60379 NULL nohasharray
-+ncp_notify_change_60379 ncp_notify_change 0 60379 &ubi_eba_atomic_leb_change_60379
-+uevent_show_60385 uevent_show 0 60385 NULL
-+notifier_call_60391 notifier_call 0 60391 NULL
-+mthca_alloc_resize_buf_60394 mthca_alloc_resize_buf 3 60394 NULL
-+ocfs2_zero_extend_60396 ocfs2_zero_extend 0 60396 NULL nohasharray
-+iscsi_tpg_attrib_store_demo_mode_discovery_60396 iscsi_tpg_attrib_store_demo_mode_discovery 0-3 60396 &ocfs2_zero_extend_60396
-+tveeprom_read_60397 tveeprom_read 3 60397 NULL
-+cfv_netdev_open_60398 cfv_netdev_open 0 60398 NULL
-+driver_names_read_60399 driver_names_read 3-0 60399 NULL
-+bus_speed_read_60406 bus_speed_read 0 60406 NULL
-+imx074_g_fmt_60411 imx074_g_fmt 0 60411 NULL
-+SendReceive_60415 SendReceive 0 60415 NULL
-+control_show_60422 control_show 0 60422 NULL
-+show_fan_beep_60423 show_fan_beep 0 60423 NULL
-+excessive_retries_read_60425 excessive_retries_read 3-0 60425 NULL
-+of_property_count_elems_of_size_60426 of_property_count_elems_of_size 0-3 60426 NULL
-+tstats_write_60432 tstats_write 3-0 60432 NULL
-+atl1_change_mtu_60434 atl1_change_mtu 0 60434 NULL
-+tipc_buf_acquire_60437 tipc_buf_acquire 1 60437 NULL nohasharray
-+iio_trigger_read_name_60437 iio_trigger_read_name 0 60437 &tipc_buf_acquire_60437 nohasharray
-+lio_target_tpg_show_enable_60437 lio_target_tpg_show_enable 0 60437 &iio_trigger_read_name_60437
-+parse_output_paths_60438 parse_output_paths 0 60438 NULL
-+show_carrier_60439 show_carrier 0 60439 NULL nohasharray
-+elan_i2c_iap_get_mode_60439 elan_i2c_iap_get_mode 0 60439 &show_carrier_60439
-+tipc_recv_stream_60440 tipc_recv_stream 3 60440 NULL
-+rx_data_60442 rx_data 4 60442 NULL nohasharray
-+sysv_write_begin_60442 sysv_write_begin 0 60442 &rx_data_60442
-+t4_wait_op_done_60444 t4_wait_op_done 0 60444 NULL nohasharray
-+s5k4aa_set_hvflip_60444 s5k4aa_set_hvflip 0 60444 &t4_wait_op_done_60444
-+read_usrate_60445 read_usrate 0 60445 NULL
-+tcf_csum_ipv4_igmp_60446 tcf_csum_ipv4_igmp 3 60446 NULL
-+__uncore_mask0_show_60454 __uncore_mask0_show 0 60454 NULL
-+snd_hda_get_num_raw_conns_60462 snd_hda_get_num_raw_conns 0 60462 NULL
-+cmos_set_alarm_60463 cmos_set_alarm 0 60463 NULL
-+pnfs_layoutcommit_inode_60465 pnfs_layoutcommit_inode 0 60465 NULL
-+initialize_controlvm_payload_info_60472 initialize_controlvm_payload_info 2-1-3 60472 NULL
-+reiserfs_permission_60474 reiserfs_permission 0 60474 NULL nohasharray
-+iwl_dbgfs_ss_force_write_60474 iwl_dbgfs_ss_force_write 0-3 60474 &reiserfs_permission_60474
-+hfsplus_listxattr_finder_info_60475 hfsplus_listxattr_finder_info 0 60475 NULL
-+lp8788_show_eoc_level_60477 lp8788_show_eoc_level 0 60477 NULL
-+ext3_writeback_writepage_60479 ext3_writeback_writepage 0 60479 NULL
-+load_info_60481 load_info 0 60481 NULL
-+ht_show_60482 ht_show 0 60482 NULL nohasharray
-+broadsheet_spiflash_wait_for_status_60482 broadsheet_spiflash_wait_for_status 0 60482 &ht_show_60482
-+crypto_shash_setkey_60483 crypto_shash_setkey 3-0 60483 NULL
-+tpacpi_driver_version_show_60485 tpacpi_driver_version_show 0 60485 NULL
-+mmc_cid_show_60490 mmc_cid_show 0 60490 NULL nohasharray
-+generic_key_timeout_60490 generic_key_timeout 0 60490 &mmc_cid_show_60490
-+lustre_msg_early_size_60496 lustre_msg_early_size 0 60496 NULL
-+elv_iosched_show_60498 elv_iosched_show 0 60498 NULL
-+acpi_tb_get_root_table_entry_60501 acpi_tb_get_root_table_entry 0 60501 NULL
-+show_unicast_flood_60505 show_unicast_flood 0 60505 NULL nohasharray
-+iscsi_stat_sess_show_attr_rsp_pdus_60505 iscsi_stat_sess_show_attr_rsp_pdus 0 60505 &show_unicast_flood_60505 nohasharray
-+rbd_dev_v2_header_onetime_60505 rbd_dev_v2_header_onetime 0 60505 &iscsi_stat_sess_show_attr_rsp_pdus_60505
-+store_temp_auto_pwm_min_60510 store_temp_auto_pwm_min 0-4 60510 NULL
-+xfs_btree_make_block_unfull_60511 xfs_btree_make_block_unfull 0 60511 NULL
-+set_fan_pulses_60512 set_fan_pulses 0-4 60512 NULL
-+smb2_new_read_req_60513 smb2_new_read_req 0 60513 NULL
-+ath_tx_init_60515 ath_tx_init 2 60515 NULL
-+device_for_each_child_60519 device_for_each_child 0 60519 NULL
-+pm8001_ctl_fw_version_show_60521 pm8001_ctl_fw_version_show 0 60521 NULL nohasharray
-+nilfs_mdt_write_page_60521 nilfs_mdt_write_page 0 60521 &pm8001_ctl_fw_version_show_60521
-+lx_dsp_reg_read_60524 lx_dsp_reg_read 0 60524 NULL nohasharray
-+btcx_riscmem_alloc_60524 btcx_riscmem_alloc 0 60524 &lx_dsp_reg_read_60524
-+raw_connect_60525 raw_connect 0 60525 NULL
-+compat_SyS_get_mempolicy_60527 compat_SyS_get_mempolicy 3 60527 NULL
-+sun4i_pwm_config_60531 sun4i_pwm_config 0 60531 NULL
-+hysdn_sched_rx_60533 hysdn_sched_rx 3 60533 NULL nohasharray
-+ad799x_read_frequency_60533 ad799x_read_frequency 0 60533 &hysdn_sched_rx_60533
-+ql_adapter_up_60540 ql_adapter_up 0 60540 NULL
-+zl10036_set_frequency_60543 zl10036_set_frequency 0 60543 NULL
-+v9fs_fid_readn_60544 v9fs_fid_readn 4-0 60544 NULL
-+__device_refresh_sync_60549 __device_refresh_sync 0 60549 NULL
-+osc_lockless_truncate_seq_write_60553 osc_lockless_truncate_seq_write 3 60553 NULL
-+xfs_vm_direct_IO_60557 xfs_vm_direct_IO 4-0 60557 NULL
-+xen_panic_event_60561 xen_panic_event 0 60561 NULL
-+nfsd_hashsize_60562 nfsd_hashsize 0 60562 NULL nohasharray
-+em28xx_write_ac97_60562 em28xx_write_ac97 0 60562 &nfsd_hashsize_60562 nohasharray
-+sidtab_map_60562 sidtab_map 0 60562 &em28xx_write_ac97_60562
-+tracing_entries_write_60563 tracing_entries_write 3 60563 NULL
-+ath9k_htc_update_cap_target_60566 ath9k_htc_update_cap_target 0 60566 NULL
-+snd_ctl_read_60575 snd_ctl_read 0-3 60575 NULL nohasharray
-+qlcnic_inetaddr_event_60575 qlcnic_inetaddr_event 0 60575 &snd_ctl_read_60575
-+inv_mpu6050_switch_engine_60578 inv_mpu6050_switch_engine 0 60578 NULL
-+ovl_cache_entry_add_rb_60579 ovl_cache_entry_add_rb 3 60579 NULL
-+instance_ue_count_show_60587 instance_ue_count_show 0 60587 NULL
-+usbhid_get_raw_report_60588 usbhid_get_raw_report 0 60588 NULL nohasharray
-+default_read_file_60588 default_read_file 0-3 60588 &usbhid_get_raw_report_60588
-+i915_vma_bind_60589 i915_vma_bind 0 60589 NULL
-+nilfs_segctor_next_pseg_offset_show_60590 nilfs_segctor_next_pseg_offset_show 0 60590 NULL nohasharray
-+set_brightness_60590 set_brightness 0-4 60590 &nilfs_segctor_next_pseg_offset_show_60590
-+getoptions_60593 getoptions 0 60593 NULL
-+kone_sysfs_show_tcu_60597 kone_sysfs_show_tcu 0 60597 NULL
-+rtl8723_download_fw_60599 rtl8723_download_fw 0 60599 NULL
-+memblock_virt_alloc_try_nid_nopanic_60604 memblock_virt_alloc_try_nid_nopanic 1 60604 NULL nohasharray
-+resources_show_60604 resources_show 0 60604 &memblock_virt_alloc_try_nid_nopanic_60604 nohasharray
-+__uncore_mask_dnid_show_60604 __uncore_mask_dnid_show 0 60604 &resources_show_60604 nohasharray
-+usblp_rwait_and_lock_60604 usblp_rwait_and_lock 0 60604 &__uncore_mask_dnid_show_60604
-+qlcnic_issue_cmd_60607 qlcnic_issue_cmd 0 60607 NULL
-+mwifiex_cmd_mef_cfg_60610 mwifiex_cmd_mef_cfg 0 60610 NULL
-+nilfs_dat_prepare_end_60611 nilfs_dat_prepare_end 0 60611 NULL
-+cifs_partialpagewrite_60612 cifs_partialpagewrite 0 60612 NULL nohasharray
-+os_desc_qw_sign_store_60612 os_desc_qw_sign_store 0-3 60612 &cifs_partialpagewrite_60612
-+inode_change_ok_60614 inode_change_ok 0 60614 NULL
-+ath10k_wmi_pdev_set_param_60615 ath10k_wmi_pdev_set_param 0 60615 NULL
-+skb_transport_offset_60619 skb_transport_offset 0 60619 NULL nohasharray
-+target_core_alua_tg_pt_gp_store_attr_tg_pt_gp_id_60619 target_core_alua_tg_pt_gp_store_attr_tg_pt_gp_id 0-3 60619 &skb_transport_offset_60619
-+efx_mcdi_rpc_60620 efx_mcdi_rpc 0 60620 NULL
-+wl1273_fm_fops_write_60621 wl1273_fm_fops_write 3-0 60621 NULL
-+usb_control_msg_60624 usb_control_msg 0 60624 NULL nohasharray
-+igbvf_vlan_rx_add_vid_60624 igbvf_vlan_rx_add_vid 0 60624 &usb_control_msg_60624
-+store_60628 store 0 60628 NULL
-+acl_alloc_stack_init_60630 acl_alloc_stack_init 1 60630 NULL nohasharray
-+ath10k_wmi_sta_keepalive_60630 ath10k_wmi_sta_keepalive 0 60630 &acl_alloc_stack_init_60630
-+x509_key_preparse_60633 x509_key_preparse 0 60633 NULL
-+show_fnode_port_60637 show_fnode_port 0 60637 NULL nohasharray
-+nilfs_transaction_begin_60637 nilfs_transaction_begin 0 60637 &show_fnode_port_60637
-+ubifs_recover_leb_60639 ubifs_recover_leb 3 60639 NULL
-+uwb_set_status_60644 uwb_set_status 0 60644 NULL
-+ath10k_hif_power_up_60645 ath10k_hif_power_up 0 60645 NULL
-+smi_data_read_60646 smi_data_read 6-0-5 60646 NULL
-+__proc_lnet_stats_60647 __proc_lnet_stats 5 60647 NULL
-+rbd_dev_v2_parent_info_60648 rbd_dev_v2_parent_info 0 60648 NULL
-+if_sdio_host_to_card_60666 if_sdio_host_to_card 4 60666 NULL nohasharray
-+show_falltime_60666 show_falltime 0 60666 &if_sdio_host_to_card_60666
-+tvaudio_s_ctrl_60667 tvaudio_s_ctrl 0 60667 NULL
-+wl12xx_wait_for_event_60668 wl12xx_wait_for_event 0 60668 NULL
-+show_fcstat_invalid_tx_word_count_60669 show_fcstat_invalid_tx_word_count 0 60669 NULL
-+ieee80211_if_read_dot11MeshConfirmTimeout_60670 ieee80211_if_read_dot11MeshConfirmTimeout 3-0 60670 NULL
-+sctp_v4_addr_to_user_60672 sctp_v4_addr_to_user 0 60672 NULL
-+bluetooth_set_status_60674 bluetooth_set_status 0 60674 NULL
-+amd64_inject_ecc_vector_show_60676 amd64_inject_ecc_vector_show 0 60676 NULL nohasharray
-+o2hb_region_start_block_read_60676 o2hb_region_start_block_read 0 60676 &amd64_inject_ecc_vector_show_60676 nohasharray
-+upload_firmware_60676 upload_firmware 0 60676 &o2hb_region_start_block_read_60676
-+packet_alloc_pending_60677 packet_alloc_pending 0 60677 NULL nohasharray
-+alc861vd_parse_auto_config_60677 alc861vd_parse_auto_config 0 60677 &packet_alloc_pending_60677
-+read_vbt_r10_60679 read_vbt_r10 1 60679 NULL nohasharray
-+stv06xx_start_60679 stv06xx_start 0 60679 &read_vbt_r10_60679
-+stop_machine_60681 stop_machine 0 60681 NULL
-+set_register_60683 set_register 0 60683 NULL
-+jme_get_regs_len_60691 jme_get_regs_len 0 60691 NULL
-+lapbeth_device_event_60697 lapbeth_device_event 0 60697 NULL
-+niu_init_hw_60698 niu_init_hw 0 60698 NULL
-+si5351_clkout_prepare_60701 si5351_clkout_prepare 0 60701 NULL nohasharray
-+amd_xgbe_phy_disable_an_60701 amd_xgbe_phy_disable_an 0 60701 &si5351_clkout_prepare_60701
-+max6900_i2c_read_time_60702 max6900_i2c_read_time 0 60702 NULL nohasharray
-+rfcomm_sock_listen_60702 rfcomm_sock_listen 0 60702 &max6900_i2c_read_time_60702
-+gfs2_write_jdata_pagevec_60703 gfs2_write_jdata_pagevec 0 60703 NULL
-+init_data_container_60709 init_data_container 1 60709 NULL
-+usb_three_show_60711 usb_three_show 0 60711 NULL nohasharray
-+rsi_set_vap_capabilities_60711 rsi_set_vap_capabilities 0 60711 &usb_three_show_60711
-+wlcore_write_reg_60715 wlcore_write_reg 0 60715 NULL
-+snd_emu10k1_efx_playback_trigger_60716 snd_emu10k1_efx_playback_trigger 0 60716 NULL
-+timerfd_read_60719 timerfd_read 0-3 60719 NULL
-+ext3_xattr_set_60721 ext3_xattr_set 0 60721 NULL
-+ov9640_s_stream_60722 ov9640_s_stream 0 60722 NULL
-+store_debug_level_60726 store_debug_level 0-3 60726 NULL
-+show_chip_60728 show_chip 0 60728 NULL nohasharray
-+show_session_param_ISCSI_PARAM_DEF_TIME2WAIT_60728 show_session_param_ISCSI_PARAM_DEF_TIME2WAIT 0 60728 &show_chip_60728
-+reg_set_60739 reg_set 0 60739 NULL
-+wl12xx_acx_config_hangover_60741 wl12xx_acx_config_hangover 0 60741 NULL
-+pppol2tp_create_60743 pppol2tp_create 0 60743 NULL
-+lp3972_reg_read_60744 lp3972_reg_read 0 60744 NULL
-+vxge_vlan_rx_add_vid_60745 vxge_vlan_rx_add_vid 0 60745 NULL
-+set_pwmctrl_60747 set_pwmctrl 0-4 60747 NULL
-+proc_read_60749 proc_read 0 60749 NULL
-+c2port_show_flash_blocks_num_60752 c2port_show_flash_blocks_num 0 60752 NULL
-+ocfs2_xattr_trusted_get_60754 ocfs2_xattr_trusted_get 0 60754 NULL
-+raid_status_60755 raid_status 5 60755 NULL
-+ibmphp_hpc_readslot_60757 ibmphp_hpc_readslot 0 60757 NULL
-+queue_phy_reset_60759 queue_phy_reset 0 60759 NULL
-+ad7314_show_name_60763 ad7314_show_name 0 60763 NULL
-+nr_setsockopt_60766 nr_setsockopt 0 60766 NULL
-+devfreq_powersave_func_60767 devfreq_powersave_func 0 60767 NULL
-+arcnet_header_60769 arcnet_header 0 60769 NULL
-+ubifs_garbage_collect_60771 ubifs_garbage_collect 0 60771 NULL nohasharray
-+clear_error_60771 clear_error 0-4 60771 &ubifs_garbage_collect_60771
-+ltc4260_show_bool_60772 ltc4260_show_bool 0 60772 NULL nohasharray
-+max8997_write_reg_60772 max8997_write_reg 0 60772 &ltc4260_show_bool_60772
-+wafwdt_notify_sys_60773 wafwdt_notify_sys 0 60773 NULL
-+sel_write_checkreqprot_60774 sel_write_checkreqprot 3-0 60774 NULL
-+opticon_write_60775 opticon_write 4-0 60775 NULL nohasharray
-+mtd_numeraseregions_show_60775 mtd_numeraseregions_show 0 60775 &opticon_write_60775
-+acl_alloc_num_60778 acl_alloc_num 2-1 60778 NULL
-+set_temp_crit_hyst_60783 set_temp_crit_hyst 0-4 60783 NULL
-+niu_rbr_add_page_60789 niu_rbr_add_page 0 60789 NULL
-+snd_pcm_oss_readv3_60792 snd_pcm_oss_readv3 3 60792 NULL
-+lp8788_show_eoc_time_60793 lp8788_show_eoc_time 0 60793 NULL
-+vx_pcm_trigger_60795 vx_pcm_trigger 0 60795 NULL
-+ds2780_read8_60799 ds2780_read8 3-0 60799 NULL
-+store_spi_transport_max_iu_60803 store_spi_transport_max_iu 0-4 60803 NULL
-+ch341_open_60810 ch341_open 0 60810 NULL
-+i_ipmi_request_60811 i_ipmi_request 0 60811 NULL
-+qlcnic_sriov_pf_init_60813 qlcnic_sriov_pf_init 0 60813 NULL
-+bnx2i_show_sq_info_60815 bnx2i_show_sq_info 0 60815 NULL
-+set_current_rng_60816 set_current_rng 0 60816 NULL
-+bdev_direct_access_60818 bdev_direct_access 0-5 60818 NULL
-+show_sched0_60819 show_sched0 0 60819 NULL
-+gfs2_bmap_alloc_60822 gfs2_bmap_alloc 0 60822 NULL
-+sync_read_60823 sync_read 0 60823 NULL
-+adp8860_bl_l3_dark_max_show_60831 adp8860_bl_l3_dark_max_show 0 60831 NULL
-+ensure_zone_is_initialized_60832 ensure_zone_is_initialized 0 60832 NULL
-+msi_bus_show_60838 msi_bus_show 0 60838 NULL
-+usb_dsbr100_s_ctrl_60840 usb_dsbr100_s_ctrl 0 60840 NULL
-+internal_dev_change_mtu_60841 internal_dev_change_mtu 0 60841 NULL
-+aac_show_flags_60844 aac_show_flags 0 60844 NULL nohasharray
-+apds990x_power_state_show_60844 apds990x_power_state_show 0 60844 &aac_show_flags_60844
-+vivid_fb_set_var_60845 vivid_fb_set_var 0 60845 NULL
-+iscsi_tpg_param_store_DefaultTime2Wait_60846 iscsi_tpg_param_store_DefaultTime2Wait 0-3 60846 NULL
-+pcistub_irq_handler_show_60847 pcistub_irq_handler_show 0 60847 NULL
-+nvif_object_init_60848 nvif_object_init 6 60848 NULL
-+pwr_tx_with_ps_read_60851 pwr_tx_with_ps_read 3-0 60851 NULL
-+show_hardware_version_60852 show_hardware_version 0 60852 NULL
-+show_shost_supported_mode_60854 show_shost_supported_mode 0 60854 NULL nohasharray
-+l2cap_sock_recvmsg_60854 l2cap_sock_recvmsg 3 60854 &show_shost_supported_mode_60854
-+htc_issue_send_60856 htc_issue_send 0 60856 NULL
-+usb_bulk_msg_60861 usb_bulk_msg 0 60861 NULL
-+hsu_dma_alloc_desc_60863 hsu_dma_alloc_desc 1 60863 NULL
-+alloc_buf_60864 alloc_buf 3-2 60864 NULL
-+generic_writepages_60871 generic_writepages 0 60871 NULL
-+show_fc_vport_vport_last_state_60872 show_fc_vport_vport_last_state 0 60872 NULL
-+lanai_change_qos_60877 lanai_change_qos 0 60877 NULL
-+manage_power_60879 manage_power 0 60879 NULL
-+cdc_ncm_store_tx_timer_usecs_60887 cdc_ncm_store_tx_timer_usecs 0-4 60887 NULL
-+ext4_update_inline_data_60888 ext4_update_inline_data 3 60888 NULL nohasharray
-+bttv_buffer_risc_60888 bttv_buffer_risc 0 60888 &ext4_update_inline_data_60888
-+tpu_pwm_config_60889 tpu_pwm_config 0 60889 NULL
-+max8660_ldo67_disable_60892 max8660_ldo67_disable 0 60892 NULL
-+uuid_show_fallback_60896 uuid_show_fallback 0 60896 NULL nohasharray
-+hpfs_readpage_60896 hpfs_readpage 0 60896 &uuid_show_fallback_60896
-+ch341_configure_60897 ch341_configure 0 60897 NULL
-+w1_master_attribute_show_timeout_60898 w1_master_attribute_show_timeout 0 60898 NULL
-+pnp_assign_irq_60906 pnp_assign_irq 0 60906 NULL
-+ceph_sync_direct_write_60907 ceph_sync_direct_write 0 60907 NULL nohasharray
-+hugetlbfs_read_actor_60907 hugetlbfs_read_actor 0-4-2 60907 &ceph_sync_direct_write_60907
-+iio_debugfs_read_reg_60908 iio_debugfs_read_reg 3-0 60908 NULL nohasharray
-+hfs_writepage_60908 hfs_writepage 0 60908 &iio_debugfs_read_reg_60908
-+dg_dispatch_as_host_60909 dg_dispatch_as_host 0 60909 NULL
-+libcfs_sock_ioctl_60915 libcfs_sock_ioctl 0 60915 NULL
-+mgt_set_varlen_60916 mgt_set_varlen 4 60916 NULL nohasharray
-+ipath_f_get_boardname_60916 ipath_f_get_boardname 0 60916 &mgt_set_varlen_60916
-+sysprops_show_60920 sysprops_show 0 60920 NULL
-+show_device_bridge_60922 show_device_bridge 0 60922 NULL nohasharray
-+atmtcp_v_proc_60922 atmtcp_v_proc 0 60922 &show_device_bridge_60922
-+scrub_chunk_60926 scrub_chunk 5 60926 NULL
-+show_60927 show 0 60927 NULL nohasharray
-+iscsi_nacl_attrib_store_dataout_timeout_60927 iscsi_nacl_attrib_store_dataout_timeout 0-3 60927 &show_60927
-+submit_extent_page_60928 submit_extent_page 5-0 60928 NULL
-+kxcjk1013_setup_new_data_interrupt_60930 kxcjk1013_setup_new_data_interrupt 0 60930 NULL
-+qla2x00_isp_id_show_60931 qla2x00_isp_id_show 0 60931 NULL
-+e1000_get_sset_count_60938 e1000_get_sset_count 0 60938 NULL
-+xfs_rtallocate_extent_size_60939 xfs_rtallocate_extent_size 0 60939 NULL
-+snd_ivtv_pcm_prepare_60940 snd_ivtv_pcm_prepare 0 60940 NULL
-+dw2102_serit_i2c_transfer_60942 dw2102_serit_i2c_transfer 0-3 60942 NULL
-+f_ecm_opts_attr_show_60943 f_ecm_opts_attr_show 0 60943 NULL
-+bch_cached_dev_show_60949 bch_cached_dev_show 0 60949 NULL
-+s3c_hsotg_map_dma_60951 s3c_hsotg_map_dma 0 60951 NULL
-+_ivtvfb_check_var_60952 _ivtvfb_check_var 0 60952 NULL
-+set_pwm_max_60954 set_pwm_max 0-4 60954 NULL
-+send_pktsched_cmd_60957 send_pktsched_cmd 0 60957 NULL
-+pti_char_write_60960 pti_char_write 3-0 60960 NULL nohasharray
-+acpi_ds_init_field_objects_60960 acpi_ds_init_field_objects 0 60960 &pti_char_write_60960
-+mwifiex_alloc_sdio_mpa_buffers_60961 mwifiex_alloc_sdio_mpa_buffers 2-3 60961 NULL
-+bttv_i2c_readbytes_60964 bttv_i2c_readbytes 0 60964 NULL
-+store_60970 store 0 60970 NULL nohasharray
-+unregister_ftrace_function_60970 unregister_ftrace_function 0 60970 &store_60970
-+vga16fb_set_par_60971 vga16fb_set_par 0 60971 NULL
-+acpi_suspend_begin_60973 acpi_suspend_begin 0 60973 NULL
-+il_dbgfs_ucode_tx_stats_read_60975 il_dbgfs_ucode_tx_stats_read 0-3 60975 NULL
-+toshiba_usb_sleep_charge_get_60980 toshiba_usb_sleep_charge_get 0 60980 NULL
-+__a2mp_build_60987 __a2mp_build 3 60987 NULL
-+hsc_msg_alloc_60990 hsc_msg_alloc 1 60990 NULL
-+tps80031_rtc_set_alarm_60992 tps80031_rtc_set_alarm 0 60992 NULL nohasharray
-+init_currently_empty_zone_60992 init_currently_empty_zone 0 60992 &tps80031_rtc_set_alarm_60992
-+mars_s_ctrl_60993 mars_s_ctrl 0 60993 NULL
-+generic_file_direct_write_60995 generic_file_direct_write 0 60995 NULL
-+get_conn_param_61000 get_conn_param 0 61000 NULL nohasharray
-+koneplus_sysfs_read_profile_settings_61000 koneplus_sysfs_read_profile_settings 0-5-6 61000 &get_conn_param_61000
-+check_dev_61003 check_dev 0 61003 NULL
-+prepare_late_61011 prepare_late 0 61011 NULL
-+rt2x00usb_initialize_61013 rt2x00usb_initialize 0 61013 NULL
-+f_gether_opts_attr_store_61017 f_gether_opts_attr_store 0-4 61017 NULL
-+koneplus_sysfs_write_talk_61018 koneplus_sysfs_write_talk 0-6-5 61018 NULL
-+ath6kl_lrssi_roam_read_61022 ath6kl_lrssi_roam_read 3-0 61022 NULL
-+model_show_61023 model_show 0 61023 NULL
-+graph_depth_write_61024 graph_depth_write 3 61024 NULL
-+nilfs_snapshot_README_show_61029 nilfs_snapshot_README_show 0 61029 NULL
-+sdhci_pltfm_register_61031 sdhci_pltfm_register 3 61031 NULL
-+saa717x_s_mbus_fmt_61034 saa717x_s_mbus_fmt 0 61034 NULL
-+gro_flush_timeout_show_61035 gro_flush_timeout_show 0 61035 NULL nohasharray
-+show_fnode_chap_in_idx_61035 show_fnode_chap_in_idx 0 61035 &gro_flush_timeout_show_61035
-+sigma_fw_load_samplerates_61036 sigma_fw_load_samplerates 3 61036 NULL nohasharray
-+roccat_common2_sysfs_read_general_61036 roccat_common2_sysfs_read_general 0-5-6 61036 &sigma_fw_load_samplerates_61036
-+read_file_ackto_61037 read_file_ackto 3-0 61037 NULL
-+call_modprobe_61038 call_modprobe 0 61038 NULL
-+lpfc_idiag_queacc_write_61043 lpfc_idiag_queacc_write 3-0 61043 NULL
-+escr_show_61048 escr_show 0 61048 NULL
-+symtab_init_61050 symtab_init 2-0 61050 NULL
-+since_epoch_show_61053 since_epoch_show 0 61053 NULL
-+hotkey_recommended_mask_show_61055 hotkey_recommended_mask_show 0 61055 NULL nohasharray
-+show_tolerance5_61055 show_tolerance5 0 61055 &hotkey_recommended_mask_show_61055
-+rcar_thermal_get_temp_61061 rcar_thermal_get_temp 0 61061 NULL
-+musb_gadget_enable_61064 musb_gadget_enable 0 61064 NULL
-+get_adapter_status_61066 get_adapter_status 0 61066 NULL
-+security_set_61074 security_set 0 61074 NULL
-+min_freq_show_61080 min_freq_show 0 61080 NULL nohasharray
-+journal_stop_61080 journal_stop 0 61080 &min_freq_show_61080
-+mb862xx_i2c_do_address_61081 mb862xx_i2c_do_address 0 61081 NULL
-+bfad_im_num_of_ports_show_61082 bfad_im_num_of_ports_show 0 61082 NULL
-+ov7670_write_array_61086 ov7670_write_array 0 61086 NULL nohasharray
-+patch_stac922x_61086 patch_stac922x 0 61086 &ov7670_write_array_61086
-+inv_mpu_data_rdy_trigger_set_state_61090 inv_mpu_data_rdy_trigger_set_state 0 61090 NULL
-+last_sync_action_show_61092 last_sync_action_show 0 61092 NULL
-+n_tty_read_61096 n_tty_read 0 61096 NULL
-+show_mode_61098 show_mode 0 61098 NULL nohasharray
-+prep_dma_61098 prep_dma 0 61098 &show_mode_61098
-+get_derived_key_61100 get_derived_key 4 61100 NULL nohasharray
-+regulator_suspend_mem_mode_show_61100 regulator_suspend_mem_mode_show 0 61100 &get_derived_key_61100
-+i40e_calculate_l2fpm_size_61104 i40e_calculate_l2fpm_size 0-4-3-2-1 61104 NULL
-+lancer_cmd_get_file_len_61108 lancer_cmd_get_file_len 0 61108 NULL
-+packet_getname_61110 packet_getname 0 61110 NULL
-+iwl_pcie_enqueue_hcmd_61111 iwl_pcie_enqueue_hcmd 0 61111 NULL
-+alloc_chrdev_region_61112 alloc_chrdev_region 0 61112 NULL
-+ip6gre_header_61113 ip6gre_header 0 61113 NULL
-+show_61117 show 0 61117 NULL
-+show_counter_rx_vcrc_errs_61118 show_counter_rx_vcrc_errs 0 61118 NULL
-+__probe_kernel_read_61119 __probe_kernel_read 3 61119 NULL nohasharray
-+p80211_headerlen_61119 p80211_headerlen 0 61119 &__probe_kernel_read_61119
-+c2_rx_ring_alloc_61122 c2_rx_ring_alloc 0 61122 NULL nohasharray
-+cc10001_update_scan_mode_61122 cc10001_update_scan_mode 0 61122 &c2_rx_ring_alloc_61122
-+vmemmap_alloc_block_buf_61126 vmemmap_alloc_block_buf 1 61126 NULL
-+mce_syscore_suspend_61128 mce_syscore_suspend 0 61128 NULL
-+tw68_s_ctrl_61130 tw68_s_ctrl 0 61130 NULL
-+ipath_tempsense_internal_read_61132 ipath_tempsense_internal_read 0 61132 NULL
-+rocker_dma_rx_ring_skb_map_61133 rocker_dma_rx_ring_skb_map 0 61133 NULL
-+afs_proc_cells_write_61139 afs_proc_cells_write 3-0 61139 NULL
-+beiscsi_process_mcc_61141 beiscsi_process_mcc 0 61141 NULL
-+fc_str_to_dev_loss_61142 fc_str_to_dev_loss 0 61142 NULL
-+load_guspatch_61144 load_guspatch 0 61144 NULL
-+erst_exec_set_dst_address_base_61146 erst_exec_set_dst_address_base 0 61146 NULL
-+adp8870_bl_l2_bright_dim_show_61148 adp8870_bl_l2_bright_dim_show 0 61148 NULL nohasharray
-+_unlock_lock_61148 _unlock_lock 0 61148 &adp8870_bl_l2_bright_dim_show_61148
-+rxrpc_preparse_61158 rxrpc_preparse 0 61158 NULL
-+uvesafb_show_product_rev_61162 uvesafb_show_product_rev 0 61162 NULL
-+sdev_show_device_blocked_61163 sdev_show_device_blocked 0 61163 NULL
-+write_dev_61164 write_dev 0 61164 NULL
-+__vmalloc_61168 __vmalloc 1 61168 NULL
-+iwl_send_phy_cfg_cmd_61172 iwl_send_phy_cfg_cmd 0 61172 NULL
-+event_oom_late_read_61175 event_oom_late_read 3-0 61175 NULL nohasharray
-+pair_device_61175 pair_device 4 61175 &event_oom_late_read_61175
-+da9052_adc_manual_read_61176 da9052_adc_manual_read 0 61176 NULL
-+sys_lsetxattr_61177 sys_lsetxattr 4 61177 NULL
-+dio_bio_add_page_61178 dio_bio_add_page 0 61178 NULL
-+store_61180 store 0 61180 NULL
-+minix_writepage_61183 minix_writepage 0 61183 NULL
-+acpi_ut_get_package_object_size_61186 acpi_ut_get_package_object_size 0 61186 NULL nohasharray
-+f2fs_sync_file_61186 f2fs_sync_file 0 61186 &acpi_ut_get_package_object_size_61186
-+lpfc_board_mode_show_61189 lpfc_board_mode_show 0 61189 NULL
-+show_regs_in_min0_61190 show_regs_in_min0 0 61190 NULL nohasharray
-+coherence_id_show_61190 coherence_id_show 0 61190 &show_regs_in_min0_61190
-+wpan_phy_new_61194 wpan_phy_new 2 61194 NULL
-+amd_xgbe_phy_update_link_61198 amd_xgbe_phy_update_link 0 61198 NULL
-+wusb_dnts_show_61200 wusb_dnts_show 0 61200 NULL
-+wiimod_pro_calib_show_61201 wiimod_pro_calib_show 0 61201 NULL
-+SyS_prctl_61202 SyS_prctl 4 61202 NULL
-+cfpkt_append_61206 cfpkt_append 3 61206 NULL
-+srp_create_fr_pool_61207 srp_create_fr_pool 3 61207 NULL
-+__iscsi_nacl_auth_store_password_61218 __iscsi_nacl_auth_store_password 0-3 61218 NULL
-+smk_read_ambient_61220 smk_read_ambient 3-0 61220 NULL nohasharray
-+da9052_read_vbbat_61220 da9052_read_vbbat 0 61220 &smk_read_ambient_61220 nohasharray
-+test_init_61220 test_init 0 61220 &da9052_read_vbbat_61220
-+ib_umem_end_61223 ib_umem_end 0 61223 NULL nohasharray
-+usb_translate_errors_61223 usb_translate_errors 0-1 61223 &ib_umem_end_61223 nohasharray
-+ov7670_write_61223 ov7670_write 0 61223 &usb_translate_errors_61223
-+convert_lock_61230 convert_lock 0 61230 NULL
-+ns_open_61243 ns_open 0 61243 NULL
-+atalk_bind_61244 atalk_bind 0 61244 NULL
-+zd1201_setconfig_61247 zd1201_setconfig 0 61247 NULL
-+ov5642_g_crop_61248 ov5642_g_crop 0 61248 NULL
-+__verify_planes_array_61249 __verify_planes_array 0 61249 NULL nohasharray
-+mlx4_en_uc_steer_add_61249 mlx4_en_uc_steer_add 0 61249 &__verify_planes_array_61249
-+squashfs_read_metadata_61251 squashfs_read_metadata 0-5 61251 NULL
-+efi_status_to_err_61254 efi_status_to_err 0 61254 NULL
-+snd_ca0106_pcm_prepare_capture_61260 snd_ca0106_pcm_prepare_capture 0 61260 NULL
-+v9fs_mmap_file_read_61262 v9fs_mmap_file_read 3-0 61262 NULL nohasharray
-+jfs_direct_IO_61262 jfs_direct_IO 3 61262 &v9fs_mmap_file_read_61262
-+submit_bh_61263 submit_bh 0 61263 NULL
-+attr_sensitivity_show_tpkbd_61269 attr_sensitivity_show_tpkbd 0 61269 NULL nohasharray
-+t3_sge_init_ecntxt_61269 t3_sge_init_ecntxt 0 61269 &attr_sensitivity_show_tpkbd_61269
-+btrfs_bio_alloc_61270 btrfs_bio_alloc 3 61270 NULL nohasharray
-+ifalias_store_61270 ifalias_store 4-0 61270 &btrfs_bio_alloc_61270 nohasharray
-+show_fcstat_dumped_frames_61270 show_fcstat_dumped_frames 0 61270 &ifalias_store_61270
-+wiimote_ext_show_61274 wiimote_ext_show 0 61274 NULL
-+wlcore_raw_read32_61276 wlcore_raw_read32 0 61276 NULL
-+snd_seq_oss_read_61278 snd_seq_oss_read 0 61278 NULL
-+max8925_read_device_61279 max8925_read_device 0 61279 NULL
-+hfsplus_getxattr_finder_info_61283 hfsplus_getxattr_finder_info 0 61283 NULL
-+sys_add_key_61288 sys_add_key 4 61288 NULL nohasharray
-+nvme_trans_copy_to_user_61288 nvme_trans_copy_to_user 3 61288 &sys_add_key_61288
-+dbg_notify_reboot_61292 dbg_notify_reboot 0 61292 NULL
-+b43_ssb_probe_61293 b43_ssb_probe 0 61293 NULL
-+rbd_remove_61294 rbd_remove 0-3 61294 NULL
-+teles_resume_61301 teles_resume 0 61301 NULL
-+ext4_issue_discard_61305 ext4_issue_discard 2 61305 NULL
-+videobuf_dqbuf_61306 videobuf_dqbuf 0 61306 NULL
-+xfer_from_user_61307 xfer_from_user 3 61307 NULL
-+cdc_ncm_get_sset_count_61309 cdc_ncm_get_sset_count 0 61309 NULL
-+restart_transaction_61310 restart_transaction 0 61310 NULL
-+lp3971_dcdc_disable_61311 lp3971_dcdc_disable 0 61311 NULL
-+direntry_bytes_number_61315 direntry_bytes_number 0-2 61315 NULL
-+mem_cgroup_resize_limit_61316 mem_cgroup_resize_limit 0 61316 NULL
-+sha1_ssse3_export_61318 sha1_ssse3_export 0 61318 NULL
-+xfrm_user_sec_ctx_size_61320 xfrm_user_sec_ctx_size 0 61320 NULL
-+show_fnode_discovery_auth_optional_61321 show_fnode_discovery_auth_optional 0 61321 NULL
-+bonding_show_mii_status_61322 bonding_show_mii_status 0 61322 NULL
-+ocfs2_xattr_set_61323 ocfs2_xattr_set 0 61323 NULL
-+fsl_asrc_dma_prepare_and_submit_61324 fsl_asrc_dma_prepare_and_submit 0 61324 NULL
-+pcan_usb_write_mode_61329 pcan_usb_write_mode 0 61329 NULL
-+C_SYSC_msgsnd_61330 C_SYSC_msgsnd 3 61330 NULL nohasharray
-+__netdev_adjacent_dev_insert_61330 __netdev_adjacent_dev_insert 0 61330 &C_SYSC_msgsnd_61330
-+write_file_spectral_short_repeat_61335 write_file_spectral_short_repeat 3-0 61335 NULL
-+rirb_get_response_61337 rirb_get_response 0 61337 NULL
-+st5481_setup_isocpipes_61340 st5481_setup_isocpipes 4-6 61340 NULL
-+rx_rx_wa_ba_not_expected_read_61341 rx_rx_wa_ba_not_expected_read 3-0 61341 NULL nohasharray
-+init_pin_configs_show_61341 init_pin_configs_show 0 61341 &rx_rx_wa_ba_not_expected_read_61341 nohasharray
-+store_select_amcb2_transmit_clock_61341 store_select_amcb2_transmit_clock 0-4 61341 &init_pin_configs_show_61341 nohasharray
-+do_splice_direct_61341 do_splice_direct 5-0 61341 &store_select_amcb2_transmit_clock_61341
-+__dm_get_reserved_ios_61342 __dm_get_reserved_ios 0-3-2 61342 NULL
-+iwl_poll_bit_61343 iwl_poll_bit 0 61343 NULL
-+f1x_map_sysaddr_to_csrow_61344 f1x_map_sysaddr_to_csrow 2 61344 NULL
-+lx_hardware_close_61347 lx_hardware_close 0 61347 NULL
-+sbp_tpg_attrib_show_max_logins_per_lun_61352 sbp_tpg_attrib_show_max_logins_per_lun 0 61352 NULL
-+pm8001_update_flash_61353 pm8001_update_flash 0 61353 NULL
-+wil_write_file_recovery_61354 wil_write_file_recovery 3-0 61354 NULL
-+vfio_fops_write_61355 vfio_fops_write 0-3 61355 NULL
-+num_users_show_61356 num_users_show 0 61356 NULL
-+iwlagn_disable_bss_61364 iwlagn_disable_bss 0 61364 NULL nohasharray
-+ixgbevf_set_mac_61364 ixgbevf_set_mac 0 61364 &iwlagn_disable_bss_61364
-+show_mem_removable_61365 show_mem_removable 0 61365 NULL
-+debug_debug4_read_61367 debug_debug4_read 3-0 61367 NULL
-+show_parent_61376 show_parent 0 61376 NULL
-+online_pages_61385 online_pages 0 61385 NULL nohasharray
-+clps711x_fb_check_var_61385 clps711x_fb_check_var 0 61385 &online_pages_61385
-+change_xattr_61390 change_xattr 5 61390 NULL
-+dax_get_addr_61391 dax_get_addr 0 61391 NULL
-+system_enable_write_61396 system_enable_write 3 61396 NULL
-+rdac_activate_61397 rdac_activate 0 61397 NULL
-+size_entry_mwt_61400 size_entry_mwt 0 61400 NULL nohasharray
-+cfg80211_vendor_cmd_alloc_reply_skb_61400 cfg80211_vendor_cmd_alloc_reply_skb 2 61400 &size_entry_mwt_61400
-+systemid_show_61405 systemid_show 0 61405 NULL
-+_xadc_update_adc_reg_61411 _xadc_update_adc_reg 0 61411 NULL
-+usblp_wwait_61417 usblp_wwait 0 61417 NULL
-+arcmsr_attr_host_driver_posted_cmd_61420 arcmsr_attr_host_driver_posted_cmd 0 61420 NULL
-+do_s2io_add_mac_61423 do_s2io_add_mac 0 61423 NULL
-+show_cpus_attr_61428 show_cpus_attr 0 61428 NULL
-+patch_ad1986a_61432 patch_ad1986a 0 61432 NULL
-+tw9910_power_61435 tw9910_power 0 61435 NULL
-+store_fc_rport_dev_loss_tmo_61436 store_fc_rport_dev_loss_tmo 0-4 61436 NULL
-+dma_ops_area_alloc_61440 dma_ops_area_alloc 0-5-3-4 61440 NULL
-+acquire_61443 acquire 0 61443 NULL
-+smbhash_61444 smbhash 0 61444 NULL
-+target_core_alua_tg_pt_gp_store_attr_alua_support_active_optimized_61445 target_core_alua_tg_pt_gp_store_attr_alua_support_active_optimized 0-3 61445 NULL
-+target_core_dev_pr_show_spc3_res_61447 target_core_dev_pr_show_spc3_res 0 61447 NULL
-+job_control_61452 job_control 0 61452 NULL
-+ceph_sync_write_61453 ceph_sync_write 0 61453 NULL
-+unix_stream_sendmsg_61455 unix_stream_sendmsg 4-0 61455 NULL
-+show_temperature_61459 show_temperature 0 61459 NULL
-+clps711x_pwm_config_61461 clps711x_pwm_config 0 61461 NULL
-+mwifiex_cmd_802_11_rssi_info_61464 mwifiex_cmd_802_11_rssi_info 0 61464 NULL nohasharray
-+netconsole_target_attr_show_61464 netconsole_target_attr_show 0 61464 &mwifiex_cmd_802_11_rssi_info_61464
-+validate_61467 validate 0 61467 NULL
-+vxfs_readpage_61468 vxfs_readpage 0 61468 NULL
-+rt2x00usb_vendor_request_61470 rt2x00usb_vendor_request 0 61470 NULL
-+capability_get_61474 capability_get 0 61474 NULL
-+get_fan_input_61476 get_fan_input 0 61476 NULL
-+iad_bFunctionClass_show_61477 iad_bFunctionClass_show 0 61477 NULL
-+fm10k_setup_all_rx_resources_61478 fm10k_setup_all_rx_resources 0 61478 NULL
-+snd_pcm_lib_writev_transfer_61483 snd_pcm_lib_writev_transfer 5 61483 NULL nohasharray
-+show_61483 show 0 61483 &snd_pcm_lib_writev_transfer_61483
-+btrfs_item_size_61485 btrfs_item_size 0 61485 NULL
-+__mv88e6xxx_reg_write_61486 __mv88e6xxx_reg_write 0 61486 NULL
-+mc13xxx_reg_write_61490 mc13xxx_reg_write 0 61490 NULL
-+bonding_show_resend_igmp_61498 bonding_show_resend_igmp 0 61498 NULL
-+batadv_interface_add_vid_61502 batadv_interface_add_vid 0 61502 NULL
-+ocfs2_xattr_security_get_61503 ocfs2_xattr_security_get 0 61503 NULL nohasharray
-+qla2x00_link_state_show_61503 qla2x00_link_state_show 0 61503 &ocfs2_xattr_security_get_61503 nohasharray
-+bnad_setup_tx_61503 bnad_setup_tx 0 61503 &qla2x00_link_state_show_61503
-+pppol2tp_getname_61506 pppol2tp_getname 0 61506 NULL
-+__dn_connect_61507 __dn_connect 0 61507 NULL
-+he_open_61509 he_open 0 61509 NULL nohasharray
-+ali_ircc_net_open_61509 ali_ircc_net_open 0 61509 &he_open_61509
-+__nfs_revalidate_inode_61510 __nfs_revalidate_inode 0 61510 NULL
-+ubi_version_show_61514 ubi_version_show 0 61514 NULL
-+brcmf_sdio_txpkt_prep_sg_61521 brcmf_sdio_txpkt_prep_sg 4-0 61521 NULL
-+ath10k_thermal_show_temp_61522 ath10k_thermal_show_temp 0 61522 NULL nohasharray
-+dummy_downcall_61522 dummy_downcall 0-3 61522 &ath10k_thermal_show_temp_61522 nohasharray
-+ath9k_hw_do_fastcc_61522 ath9k_hw_do_fastcc 0 61522 &dummy_downcall_61522 nohasharray
-+start_dma_61522 start_dma 0 61522 &ath9k_hw_do_fastcc_61522
-+mtu_show_61523 mtu_show 0 61523 NULL
-+show_pwm_reg_61524 show_pwm_reg 0 61524 NULL
-+usbvision_i2c_xfer_61527 usbvision_i2c_xfer 0-3 61527 NULL
-+unmap_and_move_huge_page_61528 unmap_and_move_huge_page 0 61528 NULL
-+jffs2_write_end_61529 jffs2_write_end 0-5 61529 NULL
-+l2tp_ip_connect_61530 l2tp_ip_connect 0 61530 NULL
-+test_power_get_ac_property_61540 test_power_get_ac_property 0 61540 NULL
-+show_fcstat_seconds_since_last_reset_61541 show_fcstat_seconds_since_last_reset 0 61541 NULL nohasharray
-+adt7x10_set_temp_61541 adt7x10_set_temp 0-4 61541 &show_fcstat_seconds_since_last_reset_61541 nohasharray
-+proc_write_device_61541 proc_write_device 3 61541 &adt7x10_set_temp_61541
-+be_clear_vlan_promisc_61542 be_clear_vlan_promisc 0 61542 NULL nohasharray
-+compat_SyS_select_61542 compat_SyS_select 1 61542 &be_clear_vlan_promisc_61542
-+set_gssp_clnt_61543 set_gssp_clnt 0 61543 NULL
-+get_ohm_of_thermistor_61545 get_ohm_of_thermistor 0 61545 NULL
-+bch_cached_dev_store_61547 bch_cached_dev_store 0-4 61547 NULL nohasharray
-+xadc_axi_read_adc_reg_61547 xadc_axi_read_adc_reg 0 61547 &bch_cached_dev_store_61547
-+show_fc_host_permanent_port_name_61549 show_fc_host_permanent_port_name 0 61549 NULL
-+lpfc_oas_supported_show_61550 lpfc_oas_supported_show 0 61550 NULL
-+trace_options_core_write_61551 trace_options_core_write 3 61551 NULL
-+ip_gre_calc_hlen_61553 ip_gre_calc_hlen 0 61553 NULL nohasharray
-+store_61553 store 0-3 61553 &ip_gre_calc_hlen_61553
-+reiserfs_xattr_set_61558 reiserfs_xattr_set 0 61558 NULL
-+dvb_net_ioctl_61559 dvb_net_ioctl 2 61559 NULL
-+hidpp_prefix_name_61562 hidpp_prefix_name 2 61562 NULL
-+iscsi_tpg_auth_show_authenticate_target_61563 iscsi_tpg_auth_show_authenticate_target 0 61563 NULL nohasharray
-+wl1271_hw_init_61563 wl1271_hw_init 0 61563 &iscsi_tpg_auth_show_authenticate_target_61563
-+b43_phy_ht_op_switch_channel_61564 b43_phy_ht_op_switch_channel 0 61564 NULL
-+iwl_force_rf_reset_61566 iwl_force_rf_reset 0 61566 NULL
-+sock_sendmsg_61567 sock_sendmsg 0-3 61567 NULL
-+fan_proc_write_61569 fan_proc_write 3-0 61569 NULL
-+ieee80211_if_read_rc_rateidx_mask_2ghz_61570 ieee80211_if_read_rc_rateidx_mask_2ghz 3-0 61570 NULL
-+ldlm_pool_rw_atomic_seq_write_61572 ldlm_pool_rw_atomic_seq_write 3 61572 NULL
-+max_brightness_show_61577 max_brightness_show 0 61577 NULL
-+show_ordinals_61579 show_ordinals 0 61579 NULL
-+nfs4_do_find_root_sec_61580 nfs4_do_find_root_sec 0 61580 NULL
-+seq_open_private_61589 seq_open_private 3 61589 NULL
-+ov2640_set_params_61591 ov2640_set_params 0 61591 NULL
-+ipath_write_61598 ipath_write 0-3 61598 NULL
-+__get_vm_area_61599 __get_vm_area 1 61599 NULL
-+netlink_recvmsg_61600 netlink_recvmsg 4-0 61600 NULL
-+nfs4_init_uniform_client_string_61601 nfs4_init_uniform_client_string 3 61601 NULL nohasharray
-+cx2341x_handler_init_61601 cx2341x_handler_init 2 61601 &nfs4_init_uniform_client_string_61601
-+br_device_event_61613 br_device_event 0 61613 NULL
-+configfs_write_file_61621 configfs_write_file 3-0 61621 NULL nohasharray
-+alloc_cq_buf_61621 alloc_cq_buf 4-3 61621 &configfs_write_file_61621
-+get_pages_array_61622 get_pages_array 1 61622 NULL
-+s1d13xxxfb_set_par_61623 s1d13xxxfb_set_par 0 61623 NULL
-+ieee80211_if_fmt_hw_queues_61629 ieee80211_if_fmt_hw_queues 3 61629 NULL
-+i2o_parm_table_get_61635 i2o_parm_table_get 6 61635 NULL
-+pm8001_chip_fw_flash_update_req_61637 pm8001_chip_fw_flash_update_req 0 61637 NULL
-+store_61638 store 0 61638 NULL
-+btrfs_add_ordered_extent_61642 btrfs_add_ordered_extent 0 61642 NULL
-+snd_pcm_oss_read3_61643 snd_pcm_oss_read3 0-3 61643 NULL nohasharray
-+tcf_hashinfo_init_61643 tcf_hashinfo_init 2 61643 &snd_pcm_oss_read3_61643
-+ipath_write_umem64_61644 ipath_write_umem64 0 61644 NULL
-+resize_stripes_61650 resize_stripes 2-0 61650 NULL
-+video_autosw_set_61652 video_autosw_set 0 61652 NULL
-+wl1251_sdio_set_power_61653 wl1251_sdio_set_power 0 61653 NULL
-+zd_chip_set_multicast_hash_61656 zd_chip_set_multicast_hash 0 61656 NULL
-+uvesafb_exec_61657 uvesafb_exec 0 61657 NULL
-+show_counter_tx_underruns_61658 show_counter_tx_underruns 0 61658 NULL
-+fill_meta_index_61660 fill_meta_index 0-2 61660 NULL
-+pci_read_config_dword_61662 pci_read_config_dword 0 61662 NULL
-+twl6040gpo_direction_out_61663 twl6040gpo_direction_out 0 61663 NULL
-+pwm_store_61666 pwm_store 0-4 61666 NULL
-+insert_one_name_61668 insert_one_name 7 61668 NULL nohasharray
-+gx1fb_set_par_61668 gx1fb_set_par 0 61668 &insert_one_name_61668
-+x25_open_61673 x25_open 0 61673 NULL nohasharray
-+atl1_setup_ring_resources_61673 atl1_setup_ring_resources 0 61673 &x25_open_61673
-+pcan_usb_pro_set_filter_61674 pcan_usb_pro_set_filter 0 61674 NULL nohasharray
-+store_fan_step_output_61674 store_fan_step_output 0-4 61674 &pcan_usb_pro_set_filter_61674
-+input_event_size_61677 input_event_size 0 61677 NULL nohasharray
-+ceph_direct_io_61677 ceph_direct_io 0 61677 &input_event_size_61677
-+vid_out_buf_prepare_61678 vid_out_buf_prepare 0 61678 NULL
-+lock_loop_61681 lock_loop 1 61681 NULL
-+amd_gpio_dirout_61682 amd_gpio_dirout 0 61682 NULL nohasharray
-+show_tabletXtilt_61682 show_tabletXtilt 0 61682 &amd_gpio_dirout_61682
-+__do_tune_cpucache_61684 __do_tune_cpucache 2-0 61684 NULL
-+sco_sock_create_61686 sco_sock_create 0 61686 NULL
-+wl1271_sta_hw_init_post_mem_61688 wl1271_sta_hw_init_post_mem 0 61688 NULL
-+abx500_set_register_interruptible_61690 abx500_set_register_interruptible 0 61690 NULL
-+filter_read_61692 filter_read 3-0 61692 NULL
-+show_session_param_ISCSI_PARAM_DEF_TIME2RETAIN_61693 show_session_param_ISCSI_PARAM_DEF_TIME2RETAIN 0 61693 NULL
-+qlcnic_validate_beacon_61694 qlcnic_validate_beacon 0 61694 NULL
-+prepare_61695 prepare 0 61695 NULL
-+lpfc_oas_lun_state_show_61697 lpfc_oas_lun_state_show 0 61697 NULL
-+mt_set_quirks_61702 mt_set_quirks 0-4 61702 NULL
-+o2hb_heartbeat_group_mode_show_61706 o2hb_heartbeat_group_mode_show 0 61706 NULL
-+prog_page_61711 prog_page 2 61711 NULL
-+SyS_kexec_file_load_61715 SyS_kexec_file_load 3 61715 NULL
-+iov_length_61716 iov_length 0 61716 NULL
-+fragmentation_threshold_read_61718 fragmentation_threshold_read 3-0 61718 NULL nohasharray
-+rocker_port_ctrl_61718 rocker_port_ctrl 0 61718 &fragmentation_threshold_read_61718
-+iad_bFunctionSubClass_show_61719 iad_bFunctionSubClass_show 0 61719 NULL nohasharray
-+rtpm_status_show_61719 rtpm_status_show 0 61719 &iad_bFunctionSubClass_show_61719 nohasharray
-+null_alloc_reqbuf_61719 null_alloc_reqbuf 3 61719 &rtpm_status_show_61719
-+show_61723 show 0 61723 NULL nohasharray
-+store_rtap_filter_61723 store_rtap_filter 0-4 61723 &show_61723
-+max1027_validate_device_61728 max1027_validate_device 0 61728 NULL
-+read_file_regval_61742 read_file_regval 3-0 61742 NULL
-+w5100_open_61743 w5100_open 0 61743 NULL
-+nfc_llcp_allocate_snl_61749 nfc_llcp_allocate_snl 2 61749 NULL
-+tipc_msg_make_bundle_61751 tipc_msg_make_bundle 3 61751 NULL
-+cx_auto_init_61752 cx_auto_init 0 61752 NULL
-+velocity_init_dma_rings_61759 velocity_init_dma_rings 0 61759 NULL
-+nilfs_segctor_last_seg_checkpoint_show_61761 nilfs_segctor_last_seg_checkpoint_show 0 61761 NULL nohasharray
-+vmlfb_check_var_61761 vmlfb_check_var 0 61761 &nilfs_segctor_last_seg_checkpoint_show_61761
-+SyS_sendto_61763 SyS_sendto 6-3 61763 NULL
-+show_pwm_auto_point_temp_61771 show_pwm_auto_point_temp 0 61771 NULL
-+features_show_61772 features_show 0 61772 NULL nohasharray
-+elv_iosched_store_61772 elv_iosched_store 0-3 61772 &features_show_61772
-+gfs2_meta_wait_61773 gfs2_meta_wait 0 61773 NULL
-+compiled_by_show_61788 compiled_by_show 0 61788 NULL
-+security_bounded_transition_61790 security_bounded_transition 0 61790 NULL
-+sctp_cmd_send_msg_61795 sctp_cmd_send_msg 0 61795 NULL
-+batadv_dat_snoop_incoming_arp_reply_61801 batadv_dat_snoop_incoming_arp_reply 3 61801 NULL
-+kone_sysfs_show_actual_dpi_61804 kone_sysfs_show_actual_dpi 0 61804 NULL
-+show_blank_61805 show_blank 0 61805 NULL
-+mls_compute_context_len_61812 mls_compute_context_len 0 61812 NULL nohasharray
-+pch_gbe_setup_rx_resources_61812 pch_gbe_setup_rx_resources 0 61812 &mls_compute_context_len_61812 nohasharray
-+udp_sendmsg_61812 udp_sendmsg 3 61812 &pch_gbe_setup_rx_resources_61812
-+cifs_server_get_key_61813 cifs_server_get_key 0 61813 NULL
-+show_pwm_ast_61818 show_pwm_ast 0 61818 NULL
-+get_cap_size_61822 get_cap_size 0 61822 NULL
-+wacom_btnimg1_store_61823 wacom_btnimg1_store 4-0 61823 NULL
-+bd2802_store_reg0x13_61826 bd2802_store_reg0x13 0-4 61826 NULL nohasharray
-+break_layout_61826 break_layout 0 61826 &bd2802_store_reg0x13_61826
-+show_root_block_61828 show_root_block 0 61828 NULL
-+tps80031_irq_init_61830 tps80031_irq_init 3 61830 NULL
-+cyapa_empty_pip_output_data_61833 cyapa_empty_pip_output_data 0 61833 NULL nohasharray
-+qlcnic_change_mtu_61833 qlcnic_change_mtu 0 61833 &cyapa_empty_pip_output_data_61833
-+bfad_debugfs_write_regwr_61841 bfad_debugfs_write_regwr 3-0 61841 NULL
-+iscsit_na_dataout_timeout_61844 iscsit_na_dataout_timeout 0 61844 NULL
-+regcache_sync_block_61846 regcache_sync_block 5-4 61846 NULL
-+t4vf_sge_alloc_rxq_61850 t4vf_sge_alloc_rxq 0 61850 NULL
-+mwifiex_cmd_mac_multicast_adr_61851 mwifiex_cmd_mac_multicast_adr 0 61851 NULL
-+ath9k_hw_def_dump_eeprom_61853 ath9k_hw_def_dump_eeprom 4-5-0 61853 NULL
-+nvidiafb_set_par_61854 nvidiafb_set_par 0 61854 NULL
-+x25_getname_61857 x25_getname 0 61857 NULL
-+store_61861 store 0-3 61861 NULL
-+evdev_compute_buffer_size_61863 evdev_compute_buffer_size 0 61863 NULL nohasharray
-+aty128_decode_var_61863 aty128_decode_var 0 61863 &evdev_compute_buffer_size_61863
-+SYSC_lsetxattr_61869 SYSC_lsetxattr 4 61869 NULL
-+store_61871 store 0-3 61871 NULL
-+snd_ymfpci_capture_prepare_61873 snd_ymfpci_capture_prepare 0 61873 NULL nohasharray
-+lbs_ethtool_get_eeprom_len_61873 lbs_ethtool_get_eeprom_len 0 61873 &snd_ymfpci_capture_prepare_61873
-+get_fw_name_61874 get_fw_name 3 61874 NULL nohasharray
-+smsc95xx_ethtool_getregslen_61874 smsc95xx_ethtool_getregslen 0 61874 &get_fw_name_61874
-+qla4xxx_board_id_show_61879 qla4xxx_board_id_show 0 61879 NULL
-+cmpc_accel_sensitivity_show_v4_61886 cmpc_accel_sensitivity_show_v4 0 61886 NULL
-+show_temp3_alarm_61887 show_temp3_alarm 0 61887 NULL
-+disconnect_61888 disconnect 0 61888 NULL
-+lprocfs_write_frac_u64_helper_61897 lprocfs_write_frac_u64_helper 2 61897 NULL
-+make_rate_61898 make_rate 0 61898 NULL
-+ax25_addr_size_61899 ax25_addr_size 0 61899 NULL nohasharray
-+cxgb4_pktgl_to_skb_61899 cxgb4_pktgl_to_skb 2 61899 &ax25_addr_size_61899
-+clear_refs_write_61904 clear_refs_write 3 61904 NULL
-+br_get_size_61907 br_get_size 0 61907 NULL
-+rx_filter_arp_filter_read_61914 rx_filter_arp_filter_read 3-0 61914 NULL nohasharray
-+squashfs_security_get_61914 squashfs_security_get 0 61914 &rx_filter_arp_filter_read_61914
-+irda_sendmsg_61916 irda_sendmsg 3 61916 NULL
-+au0828_init_isoc_61917 au0828_init_isoc 3-2-4-0 61917 NULL
-+sctp_sendmsg_61919 sctp_sendmsg 4-0 61919 NULL
-+csrow_ce_count_show_61921 csrow_ce_count_show 0 61921 NULL nohasharray
-+acpi_ut_release_mutex_61921 acpi_ut_release_mutex 0 61921 &csrow_ce_count_show_61921 nohasharray
-+pid_getattr_61921 pid_getattr 0 61921 &acpi_ut_release_mutex_61921
-+fsp_attr_show_pagereg_61922 fsp_attr_show_pagereg 0 61922 NULL
-+dps1_is_key_locked_61924 dps1_is_key_locked 0 61924 NULL
-+efi_get_runtime_map_size_61927 efi_get_runtime_map_size 0 61927 NULL
-+ov9740_reg_write_61928 ov9740_reg_write 0 61928 NULL
-+send_bulk_static_data_61932 send_bulk_static_data 3 61932 NULL nohasharray
-+host_show_hp_ssd_smart_path_status_61932 host_show_hp_ssd_smart_path_status 0 61932 &send_bulk_static_data_61932
-+iscsi_stat_instance_show_attr_sessions_61934 iscsi_stat_instance_show_attr_sessions 0 61934 NULL
-+be_mcc_notify_wait_61936 be_mcc_notify_wait 0 61936 NULL
-+ath10k_wmi_dbglog_cfg_61937 ath10k_wmi_dbglog_cfg 0 61937 NULL
-+adv7175_init_61938 adv7175_init 0 61938 NULL
-+as3935_read_61939 as3935_read 0 61939 NULL
-+multicast_startup_query_count_store_61940 multicast_startup_query_count_store 4-0 61940 NULL nohasharray
-+store_indirect_byte_61940 store_indirect_byte 0-4 61940 &multicast_startup_query_count_store_61940
-+kernfs_iop_getxattr_61941 kernfs_iop_getxattr 0 61941 NULL
-+e1000e_phc_enable_61945 e1000e_phc_enable 0 61945 NULL
-+il4965_ucode_rx_stats_read_61948 il4965_ucode_rx_stats_read 3-0 61948 NULL
-+timeout_set_61951 timeout_set 0 61951 NULL
-+bonding_show_ad_partner_mac_61958 bonding_show_ad_partner_mac 0 61958 NULL
-+show_in_max0_61959 show_in_max0 0 61959 NULL
-+squashfs_read_id_index_table_61961 squashfs_read_id_index_table 4 61961 NULL nohasharray
-+set_type_61961 set_type 0-4 61961 &squashfs_read_id_index_table_61961
-+cmpc_accel_sensitivity_store_61964 cmpc_accel_sensitivity_store 0-4 61964 NULL
-+fix_read_error_61965 fix_read_error 4 61965 NULL
-+copy_user_transitions_61970 copy_user_transitions 0 61970 NULL
-+ath10k_mac_vif_recalc_ps_wake_threshold_61971 ath10k_mac_vif_recalc_ps_wake_threshold 0 61971 NULL
-+raw_getfrag_61976 raw_getfrag 3-4 61976 NULL
-+fd_locked_ioctl_61978 fd_locked_ioctl 3 61978 NULL
-+cow_file_range_61979 cow_file_range 3-0 61979 NULL nohasharray
-+vfs_fsync_61979 vfs_fsync 0 61979 &cow_file_range_61979
-+crypto_shash_init_61980 crypto_shash_init 0 61980 NULL
-+set_extent_delalloc_61982 set_extent_delalloc 0 61982 NULL
-+e4000_set_lna_gain_61986 e4000_set_lna_gain 0 61986 NULL
-+bus_rescan_store_61988 bus_rescan_store 0-3 61988 NULL
-+mem_cgroup_reset_61989 mem_cgroup_reset 0-3 61989 NULL
-+module_alloc_exec_61991 module_alloc_exec 1 61991 NULL
-+ieee802154_hdr_get_addr_61996 ieee802154_hdr_get_addr 0 61996 NULL
-+dequeue_event_62000 dequeue_event 3-0 62000 NULL
-+ceph_vxattrcb_dir_files_62002 ceph_vxattrcb_dir_files 0 62002 NULL
-+snprint_stack_trace_62003 snprint_stack_trace 0 62003 NULL nohasharray
-+show_tolerance4_62003 show_tolerance4 0 62003 &snprint_stack_trace_62003
-+wlcore_cmd_configure_failsafe_62004 wlcore_cmd_configure_failsafe 0 62004 NULL nohasharray
-+store_pwm_auto_vrdhot_ramp_62004 store_pwm_auto_vrdhot_ramp 0-4 62004 &wlcore_cmd_configure_failsafe_62004
-+niu_init_mac_62007 niu_init_mac 0 62007 NULL
-+nilfs_segctor_last_nongc_write_time_show_62008 nilfs_segctor_last_nongc_write_time_show 0 62008 NULL
-+xt_compat_match_offset_62011 xt_compat_match_offset 0 62011 NULL
-+show_pwm_enable1_62017 show_pwm_enable1 0 62017 NULL
-+mtrr_add_page_62018 mtrr_add_page 0 62018 NULL
-+SyS_setxattr_62019 SyS_setxattr 4 62019 NULL
-+jffs2_do_unlink_62020 jffs2_do_unlink 4 62020 NULL
-+SYSC_select_62024 SYSC_select 1 62024 NULL nohasharray
-+radeon_hwmon_set_pwm1_enable_62024 radeon_hwmon_set_pwm1_enable 0-4 62024 &SYSC_select_62024
-+regulator_suspend_disk_uV_show_62026 regulator_suspend_disk_uV_show 0 62026 NULL
-+crypt_extent_62033 crypt_extent 0 62033 NULL
-+pmcraid_build_passthrough_ioadls_62034 pmcraid_build_passthrough_ioadls 2 62034 NULL
-+create_message_62035 create_message 0 62035 NULL nohasharray
-+statfs_by_dentry_62035 statfs_by_dentry 0 62035 &create_message_62035
-+em28xx_read_reg_62039 em28xx_read_reg 0 62039 NULL nohasharray
-+afs_statfs_62039 afs_statfs 0 62039 &em28xx_read_reg_62039
-+romfs_blk_read_62040 romfs_blk_read 0 62040 NULL
-+pcxhr_send_it_dsp_62043 pcxhr_send_it_dsp 0 62043 NULL
-+ppp_tx_cp_62044 ppp_tx_cp 5 62044 NULL
-+get_attn_62046 get_attn 0 62046 NULL
-+cs5345_s_ctrl_62047 cs5345_s_ctrl 0 62047 NULL
-+add_vol_ctl_62054 add_vol_ctl 0 62054 NULL
-+usnic_ib_inetaddr_event_62056 usnic_ib_inetaddr_event 0 62056 NULL
-+do_pselect_62061 do_pselect 1 62061 NULL
-+pcpu_alloc_bootmem_62074 pcpu_alloc_bootmem 2 62074 NULL
-+_xfs_log_force_lsn_62083 _xfs_log_force_lsn 0 62083 NULL
-+fat_setattr_62084 fat_setattr 0 62084 NULL
-+lpfc_EnableXLane_show_62087 lpfc_EnableXLane_show 0 62087 NULL
-+ipath_user_sdma_pin_pages_62100 ipath_user_sdma_pin_pages 0 62100 NULL
-+airspy_alloc_stream_bufs_62101 airspy_alloc_stream_bufs 0 62101 NULL
-+jffs2_security_setxattr_62107 jffs2_security_setxattr 4-0 62107 NULL
-+roccat_common2_sysfs_write_62110 roccat_common2_sysfs_write 6-0 62110 NULL nohasharray
-+online_page_ext_62110 online_page_ext 0 62110 &roccat_common2_sysfs_write_62110
-+mwifiex_cmd_get_hw_spec_62112 mwifiex_cmd_get_hw_spec 0 62112 NULL
-+ip_recv_error_62117 ip_recv_error 3-0 62117 NULL
-+cpuusage_write_62121 cpuusage_write 0 62121 NULL
-+dst_ca_write_62125 dst_ca_write 0-3 62125 NULL
-+via_parse_auto_config_62126 via_parse_auto_config 0 62126 NULL
-+llc_ui_header_len_62131 llc_ui_header_len 0 62131 NULL
-+pkg_temp_thermal_cpu_callback_62132 pkg_temp_thermal_cpu_callback 0 62132 NULL
-+qib_diag_write_62133 qib_diag_write 3-0 62133 NULL nohasharray
-+kobject_add_varg_62133 kobject_add_varg 0 62133 &qib_diag_write_62133
-+ql_status_62135 ql_status 5-0 62135 NULL nohasharray
-+show_in16_min_62135 show_in16_min 0 62135 &ql_status_62135 nohasharray
-+device_add_attrs_62135 device_add_attrs 0 62135 &show_in16_min_62135
-+fat12_ent_bread_62139 fat12_ent_bread 0 62139 NULL
-+acpi_ns_attach_object_62141 acpi_ns_attach_object 0 62141 NULL
-+inode_has_perm_62142 inode_has_perm 0 62142 NULL
-+wl1251_acx_sg_cfg_62149 wl1251_acx_sg_cfg 0 62149 NULL nohasharray
-+mlx4_en_init_allocator_62149 mlx4_en_init_allocator 0 62149 &wl1251_acx_sg_cfg_62149 nohasharray
-+orinoco_cs_resume_62149 orinoco_cs_resume 0 62149 &mlx4_en_init_allocator_62149 nohasharray
-+mt9v022_g_crop_62149 mt9v022_g_crop 0 62149 &orinoco_cs_resume_62149
-+edac_dimm_info_location_62150 edac_dimm_info_location 0 62150 NULL
-+video_usercopy_62151 video_usercopy 2 62151 NULL
-+set_component_fault_62152 set_component_fault 0-4 62152 NULL
-+array_state_store_62164 array_state_store 0-3 62164 NULL
-+SyS_getxattr_62166 SyS_getxattr 4 62166 NULL
-+phy_id_show_62171 phy_id_show 0 62171 NULL
-+prism54_wpa_bss_ie_get_62173 prism54_wpa_bss_ie_get 0 62173 NULL
-+cyapa_read_byte_62177 cyapa_read_byte 0 62177 NULL nohasharray
-+toshiba_haps_reset_protection_62177 toshiba_haps_reset_protection 0 62177 &cyapa_read_byte_62177
-+write_file_dfs_62180 write_file_dfs 3-0 62180 NULL nohasharray
-+writecmd_62180 writecmd 0 62180 &write_file_dfs_62180
-+show_conn_ep_param_ISCSI_PARAM_CONN_ADDRESS_62184 show_conn_ep_param_ISCSI_PARAM_CONN_ADDRESS 0 62184 NULL nohasharray
-+small_smb_init_62184 small_smb_init 0 62184 &show_conn_ep_param_ISCSI_PARAM_CONN_ADDRESS_62184
-+alloc_upcall_62186 alloc_upcall 2 62186 NULL
-+snd_als300_trigger_62188 snd_als300_trigger 0 62188 NULL
-+si_fan_ctrl_get_fan_speed_percent_62196 si_fan_ctrl_get_fan_speed_percent 0 62196 NULL
-+isl29003_store_range_62197 isl29003_store_range 0-4 62197 NULL
-+global_page_state_62202 global_page_state 0 62202 NULL
-+sock_kmalloc_62205 sock_kmalloc 2 62205 NULL
-+start_62206 start 0 62206 NULL
-+drm_fb_helper_check_var_62213 drm_fb_helper_check_var 0 62213 NULL
-+xenvif_get_sset_count_62215 xenvif_get_sset_count 0 62215 NULL
-+host_control_action_show_62216 host_control_action_show 0 62216 NULL
-+s_wakeup_filter_62217 s_wakeup_filter 0 62217 NULL
-+fuse_notify_poll_wakeup_62218 fuse_notify_poll_wakeup 0 62218 NULL
-+niu_open_62220 niu_open 0 62220 NULL
-+show_label_62225 show_label 0 62225 NULL nohasharray
-+enic_request_intr_62225 enic_request_intr 0 62225 &show_label_62225
-+smk_read_syslog_62227 smk_read_syslog 3-0 62227 NULL
-+SYSC_setgroups16_62232 SYSC_setgroups16 1 62232 NULL
-+bmp085_get_pressure_62234 bmp085_get_pressure 0 62234 NULL nohasharray
-+store_pwm_setting_62234 store_pwm_setting 0-4 62234 &bmp085_get_pressure_62234
-+twl4030_pwmled_config_62243 twl4030_pwmled_config 0 62243 NULL
-+allocate_partition_62245 allocate_partition 4 62245 NULL
-+pnp_show_card_name_62246 pnp_show_card_name 0 62246 NULL
-+nilfs_btree_prepare_insert_62249 nilfs_btree_prepare_insert 0 62249 NULL
-+power_supply_store_property_62250 power_supply_store_property 0-4 62250 NULL
-+bnx2x_initial_phy_init_62252 bnx2x_initial_phy_init 0 62252 NULL
-+pcf50633_rtc_read_time_62253 pcf50633_rtc_read_time 0 62253 NULL nohasharray
-+fc0013_readreg_62253 fc0013_readreg 0 62253 &pcf50633_rtc_read_time_62253
-+of_io_request_and_map_62254 of_io_request_and_map 2 62254 NULL
-+m41t94_read_time_62258 m41t94_read_time 0 62258 NULL
-+send_control_msg_62261 send_control_msg 0 62261 NULL
-+ion_handle_test_dma_62262 ion_handle_test_dma 4-5 62262 NULL
-+myri10ge_notify_dca_62265 myri10ge_notify_dca 0 62265 NULL
-+pptp_outbound_pkt_62269 pptp_outbound_pkt 0 62269 NULL
-+chunk_size_store_62271 chunk_size_store 0-3 62271 NULL
-+security_file_permission_62278 security_file_permission 0 62278 NULL
-+get_random_int_62279 get_random_int 0 62279 NULL
-+pcxhr_prepare_62280 pcxhr_prepare 0 62280 NULL nohasharray
-+tcm_qla2xxx_tpg_attrib_show_generate_node_acls_62280 tcm_qla2xxx_tpg_attrib_show_generate_node_acls 0 62280 &pcxhr_prepare_62280
-+dccp_init_sock_62281 dccp_init_sock 0 62281 NULL
-+osst_write_error_recovery_62287 osst_write_error_recovery 0 62287 NULL
-+palmas_clks_prepare_62291 palmas_clks_prepare 0 62291 NULL
-+store_tabletWheel_62292 store_tabletWheel 0-4 62292 NULL
-+store_62293 store 0-4 62293 NULL
-+il_dbgfs_sram_read_62296 il_dbgfs_sram_read 3-0 62296 NULL
-+ath10k_pci_cold_reset_62297 ath10k_pci_cold_reset 0 62297 NULL
-+sparse_early_usemaps_alloc_pgdat_section_62304 sparse_early_usemaps_alloc_pgdat_section 2 62304 NULL
-+ieee80211_do_open_62305 ieee80211_do_open 0 62305 NULL
-+pch_gbe_setup_tx_resources_62306 pch_gbe_setup_tx_resources 0 62306 NULL
-+state_show_62309 state_show 0 62309 NULL
-+subsystem_filter_read_62310 subsystem_filter_read 3 62310 NULL
-+udf_sb_alloc_partition_maps_62313 udf_sb_alloc_partition_maps 2 62313 NULL
-+hfcpci_empty_bfifo_62323 hfcpci_empty_bfifo 4 62323 NULL
-+sierra_open_62327 sierra_open 0 62327 NULL nohasharray
-+target_core_alua_tg_pt_gp_store_attr_alua_access_state_62327 target_core_alua_tg_pt_gp_store_attr_alua_access_state 0-3 62327 &sierra_open_62327
-+rtl_op_start_62329 rtl_op_start 0 62329 NULL
-+queue_bulk_sg_tx_62330 queue_bulk_sg_tx 0 62330 NULL
-+ll_statahead_max_seq_write_62333 ll_statahead_max_seq_write 3 62333 NULL
-+pcxhr_write_io_num_reg_cont_62334 pcxhr_write_io_num_reg_cont 0 62334 NULL
-+pega_int_read_62335 pega_int_read 0 62335 NULL
-+ath5k_attr_show_spur_level_max_62339 ath5k_attr_show_spur_level_max 0 62339 NULL
-+show_guid_62340 show_guid 0 62340 NULL nohasharray
-+sdev_show_evt_lun_change_reported_62340 sdev_show_evt_lun_change_reported 0 62340 &show_guid_62340
-+pppoe_create_62344 pppoe_create 0 62344 NULL nohasharray
-+set_attr_decimals_62344 set_attr_decimals 0-4 62344 &pppoe_create_62344
-+st_version_show_62346 st_version_show 0 62346 NULL
-+flash_write_62354 flash_write 3-0 62354 NULL
-+gigaset_tty_read_62357 gigaset_tty_read 0 62357 NULL
-+nilfs_dev_uuid_show_62360 nilfs_dev_uuid_show 0 62360 NULL
-+xfpregs_set_62363 xfpregs_set 4 62363 NULL
-+spmi_register_zero_write_62367 spmi_register_zero_write 0 62367 NULL nohasharray
-+small_smb2_init_62367 small_smb2_init 0 62367 &spmi_register_zero_write_62367
-+kmalloc_order_62372 kmalloc_order 1 62372 NULL nohasharray
-+hv_memory_notifier_62372 hv_memory_notifier 0 62372 &kmalloc_order_62372 nohasharray
-+iblock_configure_device_62372 iblock_configure_device 0 62372 &hv_memory_notifier_62372
-+tps6507x_pmic_clear_bits_62373 tps6507x_pmic_clear_bits 0 62373 NULL
-+register_netdevice_62374 register_netdevice 0 62374 NULL
-+host_control_on_shutdown_show_62376 host_control_on_shutdown_show 0 62376 NULL
-+af9005_write_ofdm_register_62378 af9005_write_ofdm_register 0 62378 NULL
-+bfad_im_vport_disable_62384 bfad_im_vport_disable 0 62384 NULL
-+snd_info_dev_register_entry_62385 snd_info_dev_register_entry 0 62385 NULL
-+twl_get_num_slaves_62386 twl_get_num_slaves 0 62386 NULL
-+rx_rx_timeout_read_62389 rx_rx_timeout_read 3-0 62389 NULL
-+altera_irscan_62396 altera_irscan 2 62396 NULL
-+bq2415x_get_weak_battery_voltage_62404 bq2415x_get_weak_battery_voltage 0 62404 NULL nohasharray
-+eem_opts_dev_addr_show_62404 eem_opts_dev_addr_show 0 62404 &bq2415x_get_weak_battery_voltage_62404 nohasharray
-+ath10k_pci_hif_start_62404 ath10k_pci_hif_start 0 62404 &eem_opts_dev_addr_show_62404
-+fill_zeros_to_end_of_page_62405 fill_zeros_to_end_of_page 0 62405 NULL
-+set_umcast_62409 set_umcast 0-4 62409 NULL
-+set_ssp_62411 set_ssp 4 62411 NULL
-+flags_store_62413 flags_store 4-0 62413 NULL
-+mt9m111_reg_read_62415 mt9m111_reg_read 0 62415 NULL
-+radeon_hwmon_get_pwm1_62416 radeon_hwmon_get_pwm1 0 62416 NULL
-+ext4_journalled_write_end_62421 ext4_journalled_write_end 5-0 62421 NULL
-+setkey_62422 setkey 0 62422 NULL
-+ipw_net_set_mac_address_62423 ipw_net_set_mac_address 0 62423 NULL
-+irst_show_wakeup_events_62429 irst_show_wakeup_events 0 62429 NULL
-+roccat_common2_sysfs_write_talk_62430 roccat_common2_sysfs_write_talk 0-6-5 62430 NULL
-+disp_store_62433 disp_store 0-4 62433 NULL
-+vb2_vmalloc_alloc_62434 vb2_vmalloc_alloc 2 62434 NULL
-+ovl_dir_getattr_62435 ovl_dir_getattr 0 62435 NULL
-+netdev_alloc_skb_62437 netdev_alloc_skb 2 62437 NULL
-+af9005_i2c_xfer_62438 af9005_i2c_xfer 0-3 62438 NULL
-+i915_error_state_write_62439 i915_error_state_write 0-3 62439 NULL
-+pppox_create_62440 pppox_create 0 62440 NULL
-+bmc150_accel_setup_any_motion_interrupt_62441 bmc150_accel_setup_any_motion_interrupt 0 62441 NULL
-+inv_mpu6050_write_reg_62443 inv_mpu6050_write_reg 0 62443 NULL
-+cxacru_sysfs_show_downstream_hec_errors_62448 cxacru_sysfs_show_downstream_hec_errors 0 62448 NULL
-+mlog_store_62451 mlog_store 0-4 62451 NULL
-+store_select_redundant_clock_62465 store_select_redundant_clock 0-4 62465 NULL
-+show_temp10_62469 show_temp10 0 62469 NULL
-+show_shost_eh_deadline_62470 show_shost_eh_deadline 0 62470 NULL nohasharray
-+udf_expand_file_adinicb_62470 udf_expand_file_adinicb 0 62470 &show_shost_eh_deadline_62470
-+force_remove_show_62475 force_remove_show 0 62475 NULL
-+ip_vs_icmp_xmit_v6_62477 ip_vs_icmp_xmit_v6 4-0 62477 NULL nohasharray
-+adapter_test_62477 adapter_test 0 62477 &ip_vs_icmp_xmit_v6_62477
-+cdc_ncm_show_wNtbOutMaxDatagrams_62480 cdc_ncm_show_wNtbOutMaxDatagrams 0 62480 NULL
-+do_io_rw_62484 do_io_rw 0-4-3-6 62484 NULL nohasharray
-+boost_notify_62484 boost_notify 0 62484 &do_io_rw_62484
-+intr_submit_62485 intr_submit 0 62485 NULL
-+rds_add_bound_62490 rds_add_bound 0 62490 NULL
-+tracing_saved_cmdlines_size_read_62491 tracing_saved_cmdlines_size_read 3 62491 NULL
-+mem_cgroup_write_62492 mem_cgroup_write 0-3 62492 NULL
-+persistent_ram_new_62493 persistent_ram_new 1-2 62493 NULL nohasharray
-+lpfc_stat_data_ctrl_show_62493 lpfc_stat_data_ctrl_show 0 62493 &persistent_ram_new_62493
-+tps6105x_regulator_enable_62498 tps6105x_regulator_enable 0 62498 NULL
-+qat_uclo_map_uof_obj_62504 qat_uclo_map_uof_obj 3 62504 NULL
-+scsi_scan_62506 scsi_scan 0 62506 NULL
-+store_mtu_62507 store_mtu 0-4 62507 NULL
-+show_bank1_setting_62508 show_bank1_setting 0 62508 NULL
-+start_show_62510 start_show 0 62510 NULL
-+pnp_assign_dma_62518 pnp_assign_dma 0 62518 NULL
-+set_beacon_interval_62521 set_beacon_interval 0 62521 NULL
-+int3403_get_max_state_62522 int3403_get_max_state 0 62522 NULL
-+pep_sendmsg_62524 pep_sendmsg 4-0 62524 NULL
-+rio_request_outb_mbox_62526 rio_request_outb_mbox 0 62526 NULL
-+atl1e_up_62528 atl1e_up 0 62528 NULL
-+iscsi_nacl_attrib_store_default_erl_62529 iscsi_nacl_attrib_store_default_erl 0-3 62529 NULL
-+caps_show_62531 caps_show 0 62531 NULL
-+test_iso_queue_62534 test_iso_queue 5 62534 NULL nohasharray
-+__kmalloc_node_track_caller_62534 __kmalloc_node_track_caller 1 62534 &test_iso_queue_62534
-+debugfs_read_62535 debugfs_read 3-0 62535 NULL nohasharray
-+qlcnicvf_config_led_62535 qlcnicvf_config_led 0 62535 &debugfs_read_62535
-+mv88e6352_wait_62536 mv88e6352_wait 0 62536 NULL
-+mei_fw_status_62539 mei_fw_status 0 62539 NULL nohasharray
-+batadv_softif_create_vlan_62539 batadv_softif_create_vlan 0 62539 &mei_fw_status_62539
-+sco_sock_sendmsg_62542 sco_sock_sendmsg 4-0 62542 NULL
-+wl12xx_cmd_role_enable_62545 wl12xx_cmd_role_enable 0 62545 NULL
-+qib_refresh_qsfp_cache_62547 qib_refresh_qsfp_cache 0 62547 NULL
-+pci_conf2_read_62548 pci_conf2_read 0 62548 NULL
-+roccat_common2_sysfs_write_sensor_62554 roccat_common2_sysfs_write_sensor 0-6-5 62554 NULL
-+ecp_read_data_62555 ecp_read_data 0 62555 NULL
-+target_stat_scsi_auth_intr_show_attr_map_indx_62561 target_stat_scsi_auth_intr_show_attr_map_indx 0 62561 NULL
-+cyapa_gen5_read_self_idac_data_62562 cyapa_gen5_read_self_idac_data 0 62562 NULL
-+errcatch_bytes_number_62564 errcatch_bytes_number 0-2 62564 NULL
-+ping_init_sock_62567 ping_init_sock 0 62567 NULL
-+compute_bitstructs_62570 compute_bitstructs 0 62570 NULL
-+cxacru_sysfs_showattr_LINK_62572 cxacru_sysfs_showattr_LINK 0 62572 NULL nohasharray
-+bcm54xx_shadow_read_62572 bcm54xx_shadow_read 0 62572 &cxacru_sysfs_showattr_LINK_62572
-+xfrm_user_policy_62573 xfrm_user_policy 4-0 62573 NULL
-+compat_SyS_rt_sigpending_62580 compat_SyS_rt_sigpending 2 62580 NULL
-+get_subdir_62581 get_subdir 3 62581 NULL nohasharray
-+efx_mcdi_await_completion_62581 efx_mcdi_await_completion 0 62581 &get_subdir_62581
-+regcache_lzo_decompress_cache_block_62585 regcache_lzo_decompress_cache_block 0 62585 NULL
-+ext3_unfreeze_62588 ext3_unfreeze 0 62588 NULL
-+amradio_set_mute_62597 amradio_set_mute 0 62597 NULL
-+sm501fb_check_var_pnl_62600 sm501fb_check_var_pnl 0 62600 NULL
-+packet_alloc_skb_62602 packet_alloc_skb 2-4-5 62602 NULL nohasharray
-+tg3_show_temp_62602 tg3_show_temp 0 62602 &packet_alloc_skb_62602
-+bonding_store_bonds_62603 bonding_store_bonds 0-4 62603 NULL
-+gfs2_xattr_get_62604 gfs2_xattr_get 0 62604 NULL
-+prism2_send_mgmt_62605 prism2_send_mgmt 4 62605 NULL
-+bond_alb_set_mac_address_62611 bond_alb_set_mac_address 0 62611 NULL
-+show_iface_immediate_data_62613 show_iface_immediate_data 0 62613 NULL
-+workqueue_cpu_down_callback_62614 workqueue_cpu_down_callback 0 62614 NULL
-+teql_master_mtu_62616 teql_master_mtu 0 62616 NULL nohasharray
-+evtchn_fifo_max_channels_62616 evtchn_fifo_max_channels 0 62616 &teql_master_mtu_62616
-+backend_probe_and_watch_62618 backend_probe_and_watch 0 62618 NULL
-+iommu_area_alloc_62619 iommu_area_alloc 2-3-4-7-0 62619 NULL
-+sync_max_store_62621 sync_max_store 0-3 62621 NULL
-+__offline_pages_62626 __offline_pages 0 62626 NULL
-+ems_pcmcia_add_card_62627 ems_pcmcia_add_card 2 62627 NULL nohasharray
-+fsg_common_set_num_buffers_62627 fsg_common_set_num_buffers 2 62627 &ems_pcmcia_add_card_62627
-+dut_mode_write_62630 dut_mode_write 3-0 62630 NULL
-+parport_ieee1284_read_nibble_62634 parport_ieee1284_read_nibble 0 62634 NULL
-+vfs_fsync_range_62635 vfs_fsync_range 0 62635 NULL
-+bch_btree_map_nodes_62641 bch_btree_map_nodes 0 62641 NULL
-+autosuspend_show_62644 autosuspend_show 0 62644 NULL nohasharray
-+palmas_is_enabled_ldo_62644 palmas_is_enabled_ldo 0 62644 &autosuspend_show_62644
-+lpfc_sli4_queue_alloc_62646 lpfc_sli4_queue_alloc 3 62646 NULL nohasharray
-+ath10k_pci_hif_exchange_bmi_msg_62646 ath10k_pci_hif_exchange_bmi_msg 3-0 62646 &lpfc_sli4_queue_alloc_62646
-+show_counter_rx_tid_full_errs_62647 show_counter_rx_tid_full_errs 0 62647 NULL
-+show_model_62648 show_model 0 62648 NULL nohasharray
-+ti_vsend_sync_62648 ti_vsend_sync 0 62648 &show_model_62648 nohasharray
-+nfs4_proc_set_acl_62648 nfs4_proc_set_acl 0 62648 &ti_vsend_sync_62648
-+wm8994_gpio_direction_in_62649 wm8994_gpio_direction_in 0 62649 NULL
-+crypto_shash_finup_62656 crypto_shash_finup 0 62656 NULL
-+show_62657 show 0 62657 NULL
-+pages_shared_show_62658 pages_shared_show 0 62658 NULL
-+da9052_read_tbat_62666 da9052_read_tbat 0 62666 NULL
-+atl1e_change_mtu_62670 atl1e_change_mtu 0 62670 NULL
-+show_cardr_62674 show_cardr 0 62674 NULL
-+wl1273_fm_suspend_62676 wl1273_fm_suspend 0 62676 NULL
-+sdio_card_irq_get_62679 sdio_card_irq_get 0 62679 NULL
-+qla4xxx_hba_model_show_62680 qla4xxx_hba_model_show 0 62680 NULL
-+xfrm_count_pfkey_auth_supported_62684 xfrm_count_pfkey_auth_supported 0 62684 NULL
-+printer_req_alloc_62687 printer_req_alloc 2 62687 NULL
-+target_stat_scsi_tgt_port_show_attr_in_cmds_62689 target_stat_scsi_tgt_port_show_attr_in_cmds 0 62689 NULL nohasharray
-+iscsi_tpg_attrib_show_default_erl_62689 iscsi_tpg_attrib_show_default_erl 0 62689 &target_stat_scsi_tgt_port_show_attr_in_cmds_62689
-+adxl34x_i2c_read_block_62691 adxl34x_i2c_read_block 3 62691 NULL
-+ioremap_wc_62695 ioremap_wc 2-1 62695 NULL nohasharray
-+proc_mpc_write_62695 proc_mpc_write 0-3 62695 &ioremap_wc_62695
-+sock_no_bind_62697 sock_no_bind 0 62697 NULL
-+show_fan_time_62699 show_fan_time 0 62699 NULL
-+ieee80211_set_probe_resp_62700 ieee80211_set_probe_resp 3 62700 NULL nohasharray
-+fddi_header_62700 fddi_header 0 62700 &ieee80211_set_probe_resp_62700
-+simple_readpage_62703 simple_readpage 0 62703 NULL
-+flush_62706 flush 0 62706 NULL
-+bioset_integrity_create_62708 bioset_integrity_create 2 62708 NULL nohasharray
-+target_stat_scsi_tgt_dev_attr_show_62708 target_stat_scsi_tgt_dev_attr_show 0 62708 &bioset_integrity_create_62708
-+netlink_recvmsg_62712 netlink_recvmsg 3 62712 NULL
-+target_configure_device_62714 target_configure_device 0 62714 NULL
-+gfs2_log_write_62717 gfs2_log_write 3 62717 NULL nohasharray
-+ubifs_getxattr_62717 ubifs_getxattr 0 62717 &gfs2_log_write_62717
-+do_serial8250_set_rxtrig_62720 do_serial8250_set_rxtrig 0 62720 NULL
-+cachefiles_daemon_read_62723 cachefiles_daemon_read 0-3 62723 NULL
-+belkin_sa_open_62724 belkin_sa_open 0 62724 NULL
-+atkbd_do_show_softraw_62726 atkbd_do_show_softraw 0 62726 NULL
-+rndis_filter_send_request_62727 rndis_filter_send_request 0 62727 NULL
-+set_beep_enable_62731 set_beep_enable 0-4 62731 NULL
-+show_fc_host_supported_fc4s_62732 show_fc_host_supported_fc4s 0 62732 NULL
-+client_channels_62735 client_channels 0 62735 NULL
-+obd_ioctl_popdata_62741 obd_ioctl_popdata 3 62741 NULL
-+key_replays_read_62746 key_replays_read 3-0 62746 NULL nohasharray
-+roccat_common2_sysfs_write_buttons_62746 roccat_common2_sysfs_write_buttons 0-6-5 62746 &key_replays_read_62746
-+lov_verify_lmm_62747 lov_verify_lmm 2 62747 NULL
-+show_tabletMouseRight_62750 show_tabletMouseRight 0 62750 NULL
-+mwifiex_rdeeprom_write_62754 mwifiex_rdeeprom_write 3-0 62754 NULL
-+da903x_is_enabled_62756 da903x_is_enabled 0 62756 NULL
-+hardware_show_62757 hardware_show 0 62757 NULL
-+selinux_key_getsecurity_62760 selinux_key_getsecurity 0 62760 NULL nohasharray
-+cciss_scsi_user_command_62760 cciss_scsi_user_command 0-4 62760 &selinux_key_getsecurity_62760
-+lpfc_soft_wwnn_show_62761 lpfc_soft_wwnn_show 0 62761 NULL
-+register_kprobe_62762 register_kprobe 0 62762 NULL
-+show_ibdev_62764 show_ibdev 0 62764 NULL
-+init_chip_wc_pat_62768 init_chip_wc_pat 2 62768 NULL
-+copy_page_to_iter_iovec_62770 copy_page_to_iter_iovec 0-3 62770 NULL nohasharray
-+ax25_sendmsg_62770 ax25_sendmsg 4-0 62770 &copy_page_to_iter_iovec_62770
-+cm_show_counter_62774 cm_show_counter 0 62774 NULL
-+tomoyo_audit_inet_log_62775 tomoyo_audit_inet_log 0 62775 NULL
-+C_SYSC_ipc_62776 C_SYSC_ipc 3 62776 NULL nohasharray
-+mvs_queue_command_62776 mvs_queue_command 0 62776 &C_SYSC_ipc_62776
-+store_sched5_62779 store_sched5 4-0 62779 NULL
-+show_62782 show 0 62782 NULL
-+stmmac_change_mtu_62783 stmmac_change_mtu 0 62783 NULL
-+sabi_command_62785 sabi_command 0 62785 NULL
-+SyS_sched_getaffinity_62786 SyS_sched_getaffinity 2 62786 NULL
-+bttv_prepare_buffer_62787 bttv_prepare_buffer 0 62787 NULL nohasharray
-+update_clusterinfo_62787 update_clusterinfo 0 62787 &bttv_prepare_buffer_62787
-+smack_inode_setattr_62789 smack_inode_setattr 0 62789 NULL
-+hpsa_change_queue_depth_62793 hpsa_change_queue_depth 2-0 62793 NULL
-+_create_message_62795 _create_message 0 62795 NULL
-+max_freq_show_62797 max_freq_show 0 62797 NULL nohasharray
-+hdaps_temp1_show_62797 hdaps_temp1_show 0 62797 &max_freq_show_62797 nohasharray
-+qla2x00_optrom_bios_version_show_62797 qla2x00_optrom_bios_version_show 0 62797 &hdaps_temp1_show_62797
-+fsa9480_get_switch_62799 fsa9480_get_switch 0 62799 NULL
-+show_cam_size_62800 show_cam_size 0 62800 NULL
-+ad9523_store_62804 ad9523_store 0-4 62804 NULL
-+quirk_simultaneous_discovery_write_62807 quirk_simultaneous_discovery_write 3 62807 NULL
-+da9052_read_chg_current_62811 da9052_read_chg_current 0 62811 NULL nohasharray
-+pcap_regulator_is_enabled_62811 pcap_regulator_is_enabled 0 62811 &da9052_read_chg_current_62811 nohasharray
-+set_port0_62811 set_port0 0-4 62811 &pcap_regulator_is_enabled_62811
-+ceph_update_writeable_page_62812 ceph_update_writeable_page 0 62812 NULL
-+lm8323_pwm_store_time_62816 lm8323_pwm_store_time 0-4 62816 NULL
-+tracing_total_entries_read_62817 tracing_total_entries_read 3 62817 NULL
-+of_alias_get_id_62818 of_alias_get_id 0 62818 NULL
-+efivar_show_raw_62820 efivar_show_raw 0 62820 NULL
-+show_iface_max_outstanding_r2t_62826 show_iface_max_outstanding_r2t 0 62826 NULL nohasharray
-+journal_end_62826 journal_end 0 62826 &show_iface_max_outstanding_r2t_62826
-+gem_do_start_62827 gem_do_start 0 62827 NULL
-+hpfs_read_ea_62828 hpfs_read_ea 0 62828 NULL nohasharray
-+fm10k_change_mtu_62828 fm10k_change_mtu 0 62828 &hpfs_read_ea_62828
-+iscsi_tpg_param_show_OFMarkInt_62831 iscsi_tpg_param_show_OFMarkInt 0 62831 NULL
-+__generic_file_splice_read_62834 __generic_file_splice_read 0 62834 NULL
-+__rounddown_pow_of_two_62836 __rounddown_pow_of_two 0 62836 NULL
-+bio_get_nr_vecs_62838 bio_get_nr_vecs 0 62838 NULL nohasharray
-+notifier_to_errno_62838 notifier_to_errno 0-1 62838 &bio_get_nr_vecs_62838
-+xlog_recover_add_to_trans_62839 xlog_recover_add_to_trans 4 62839 NULL
-+timeouts_show_62841 timeouts_show 0 62841 NULL
-+kovaplus_sysfs_read_profile_buttons_62843 kovaplus_sysfs_read_profile_buttons 0-5-6 62843 NULL
-+rx_fcs_err_read_62844 rx_fcs_err_read 3-0 62844 NULL
-+show_spi_transport_period_62848 show_spi_transport_period 0 62848 NULL
-+uwb_rc_cmd_62850 uwb_rc_cmd 0 62850 NULL
-+wl12xx_trigger_cmd_62853 wl12xx_trigger_cmd 0 62853 NULL
-+mt2131_set_params_62854 mt2131_set_params 0 62854 NULL
-+sr9800_reset_62856 sr9800_reset 0 62856 NULL
-+__f2fs_setxattr_62857 __f2fs_setxattr 0 62857 NULL
-+hpi_read_word_62862 hpi_read_word 0 62862 NULL
-+pcf8563_read_block_data_62864 pcf8563_read_block_data 0 62864 NULL
-+uart_get_attr_close_delay_62867 uart_get_attr_close_delay 0 62867 NULL
-+adv7343_s_ctrl_62869 adv7343_s_ctrl 0 62869 NULL
-+acpi_ds_result_pop_62871 acpi_ds_result_pop 0 62871 NULL
-+l2tp_ip6_recvmsg_62874 l2tp_ip6_recvmsg 4-0 62874 NULL nohasharray
-+netif_set_xps_queue_62874 netif_set_xps_queue 0 62874 &l2tp_ip6_recvmsg_62874
-+typhoon_download_firmware_62875 typhoon_download_firmware 0 62875 NULL
-+jffs2_security_getxattr_62876 jffs2_security_getxattr 0 62876 NULL
-+show_62877 show 0 62877 NULL nohasharray
-+xfs_rtmodify_range_62877 xfs_rtmodify_range 0 62877 &show_62877
-+store_engine_leds_62878 store_engine_leds 0-4 62878 NULL
-+pcol_try_alloc_62879 pcol_try_alloc 0 62879 NULL nohasharray
-+raid5_store_preread_threshold_62879 raid5_store_preread_threshold 0-3 62879 &pcol_try_alloc_62879
-+compass_store_62881 compass_store 0-3 62881 NULL
-+aoechr_write_62883 aoechr_write 3-0 62883 NULL nohasharray
-+cache_parse_62883 cache_parse 0 62883 &aoechr_write_62883
-+uart_mode_show_62886 uart_mode_show 0 62886 NULL
-+resize_info_buffer_62889 resize_info_buffer 2 62889 NULL
-+if_spi_host_to_card_62890 if_spi_host_to_card 4 62890 NULL
-+power_uw_show_62894 power_uw_show 0 62894 NULL nohasharray
-+tg3_power_up_62894 tg3_power_up 0 62894 &power_uw_show_62894
-+dummy_hrtimer_start_62897 dummy_hrtimer_start 0 62897 NULL nohasharray
-+mrf24j40_start_62897 mrf24j40_start 0 62897 &dummy_hrtimer_start_62897
-+mxl5005s_get_if_frequency_62898 mxl5005s_get_if_frequency 0 62898 NULL nohasharray
-+hdaps_calibrate_store_62898 hdaps_calibrate_store 0-4 62898 &mxl5005s_get_if_frequency_62898
-+wiimod_bboard_calib_show_62903 wiimod_bboard_calib_show 0 62903 NULL nohasharray
-+afs_vlocation_cache_get_key_62903 afs_vlocation_cache_get_key 0 62903 &wiimod_bboard_calib_show_62903
-+mempool_create_slab_pool_62907 mempool_create_slab_pool 1 62907 NULL
-+getdqbuf_62908 getdqbuf 1 62908 NULL
-+get_temp_max_62909 get_temp_max 0 62909 NULL
-+si476x_core_cmd_fm_phase_diversity_62915 si476x_core_cmd_fm_phase_diversity 0 62915 NULL
-+o2nm_node_store_62916 o2nm_node_store 0-4 62916 NULL
-+rdmsr_safe_on_cpu_62917 rdmsr_safe_on_cpu 0 62917 NULL
-+stk17ta8_rtc_read_time_62918 stk17ta8_rtc_read_time 0 62918 NULL
-+xgbe_get_rxfh_indir_size_62922 xgbe_get_rxfh_indir_size 0 62922 NULL
-+i40evf_get_sset_count_62925 i40evf_get_sset_count 0 62925 NULL
-+ll_statahead_agl_seq_write_62928 ll_statahead_agl_seq_write 3 62928 NULL
-+netvsc_send_62939 netvsc_send 0 62939 NULL nohasharray
-+acpi_processor_set_throttling_62939 acpi_processor_set_throttling 0 62939 &netvsc_send_62939
-+edt_ft5x06_setting_show_62940 edt_ft5x06_setting_show 0 62940 NULL
-+sr9800_set_default_mode_62946 sr9800_set_default_mode 0 62946 NULL
-+adp5520_bl_daylight_max_store_62947 adp5520_bl_daylight_max_store 4-0 62947 NULL
-+agp_create_user_memory_62955 agp_create_user_memory 1 62955 NULL
-+set_trigger_state_62957 set_trigger_state 0 62957 NULL
-+nvif_object_mthd_62960 nvif_object_mthd 4-0 62960 NULL nohasharray
-+show_hyst_common_62960 show_hyst_common 0 62960 &nvif_object_mthd_62960
-+rc5t583_rtc_read_time_62965 rc5t583_rtc_read_time 0 62965 NULL
-+libcfs_sock_read_62968 libcfs_sock_read 3 62968 NULL
-+dib8096p_rw_on_apb_62970 dib8096p_rw_on_apb 0-3 62970 NULL
-+asus_wmi_set_devstate_62971 asus_wmi_set_devstate 0 62971 NULL
-+bcm7xxx_config_init_62973 bcm7xxx_config_init 0 62973 NULL
-+sleep_millisecs_show_62979 sleep_millisecs_show 0 62979 NULL
-+extts_fifo_show_62981 extts_fifo_show 0 62981 NULL
-+show_state_name_62985 show_state_name 0 62985 NULL nohasharray
-+cifs_direct_io_62985 cifs_direct_io 0 62985 &show_state_name_62985
-+ipoib_vlan_add_62988 ipoib_vlan_add 0 62988 NULL
-+prof_cpu_mask_proc_write_62989 prof_cpu_mask_proc_write 0-3 62989 NULL
-+snd_emu10k1_fx8010_playback_trigger_62990 snd_emu10k1_fx8010_playback_trigger 0 62990 NULL
-+hwdep_read_62992 hwdep_read 3 62992 NULL nohasharray
-+ivtv_start_capture_62992 ivtv_start_capture 0 62992 &hwdep_read_62992
-+send_62994 send 0 62994 NULL
-+iscsit_ta_demo_mode_write_protect_62998 iscsit_ta_demo_mode_write_protect 0 62998 NULL
-+generic_file_fsync_62999 generic_file_fsync 0 62999 NULL
-+asus_wmi_get_devstate_63000 asus_wmi_get_devstate 0 63000 NULL
-+hash_max_show_63001 hash_max_show 0 63001 NULL
-+jbd2_journal_update_sb_log_tail_63005 jbd2_journal_update_sb_log_tail 0 63005 NULL
-+get_skb_63008 get_skb 2 63008 NULL
-+__ext3_journal_stop_63017 __ext3_journal_stop 0 63017 NULL
-+__sctp_connect_63020 __sctp_connect 0 63020 NULL
-+show_pwmfreq_63024 show_pwmfreq 0 63024 NULL
-+kstrtoull_from_user_63026 kstrtoull_from_user 2 63026 NULL nohasharray
-+xfs_trans_reserve_63026 xfs_trans_reserve 0 63026 &kstrtoull_from_user_63026
-+nfs_revalidate_inode_63032 nfs_revalidate_inode 0 63032 NULL nohasharray
-+_save_mc_63032 _save_mc 0-3 63032 &nfs_revalidate_inode_63032
-+__vb2_perform_fileio_63033 __vb2_perform_fileio 3-0 63033 NULL
-+solo_i2c_master_xfer_63036 solo_i2c_master_xfer 0-3 63036 NULL
-+pipeline_defrag_to_csum_swi_read_63037 pipeline_defrag_to_csum_swi_read 3-0 63037 NULL
-+crypto_ahash_finup_63039 crypto_ahash_finup 0 63039 NULL
-+scsi_host_alloc_63041 scsi_host_alloc 2 63041 NULL
-+s6e63m0_sysfs_show_gamma_mode_63045 s6e63m0_sysfs_show_gamma_mode 0 63045 NULL nohasharray
-+po1030_set_green_balance_63045 po1030_set_green_balance 0 63045 &s6e63m0_sysfs_show_gamma_mode_63045
-+b43_nphy_set_channel_63047 b43_nphy_set_channel 0 63047 NULL
-+wiimote_cmd_wait_63051 wiimote_cmd_wait 0 63051 NULL nohasharray
-+pyra_sysfs_write_info_63051 pyra_sysfs_write_info 0-6-5 63051 &wiimote_cmd_wait_63051
-+gso_pskb_expand_head_63052 gso_pskb_expand_head 2 63052 NULL
-+wait_for_event_63054 wait_for_event 0 63054 NULL
-+unlink1_63059 unlink1 3 63059 NULL nohasharray
-+show_conn_param_ISCSI_PARAM_IFMARKER_EN_63059 show_conn_param_ISCSI_PARAM_IFMARKER_EN 0 63059 &unlink1_63059
-+__nilfs_btree_get_block_63062 __nilfs_btree_get_block 0 63062 NULL
-+show_in_max_63065 show_in_max 0 63065 NULL nohasharray
-+remote_settings_file_read_63065 remote_settings_file_read 0-3 63065 &show_in_max_63065 nohasharray
-+br_fdb_external_learn_add_63065 br_fdb_external_learn_add 0 63065 &remote_settings_file_read_63065
-+xen_set_nslabs_63066 xen_set_nslabs 0 63066 NULL
-+parport_ieee1284_ecp_write_data_63067 parport_ieee1284_ecp_write_data 0 63067 NULL
-+iwl_dbgfs_fw_rx_stats_read_63070 iwl_dbgfs_fw_rx_stats_read 3-0 63070 NULL
-+enable_show_63071 enable_show 0 63071 NULL nohasharray
-+_abb5zes3_rtc_set_alarm_63071 _abb5zes3_rtc_set_alarm 0 63071 &enable_show_63071
-+__uncore_filter_state_show_63073 __uncore_filter_state_show 0 63073 NULL
-+show_priority_63080 show_priority 0 63080 NULL
-+show_counter_rx_dropped_pkts_63082 show_counter_rx_dropped_pkts 0 63082 NULL nohasharray
-+nosy_read_63082 nosy_read 0-3 63082 &show_counter_rx_dropped_pkts_63082 nohasharray
-+bd2802_store_reg0x00_63082 bd2802_store_reg0x00 0-4 63082 &nosy_read_63082
-+gpio_trig_brightness_show_63087 gpio_trig_brightness_show 0 63087 NULL
-+ath10k_bmi_execute_63089 ath10k_bmi_execute 0 63089 NULL
-+rt2x00usb_find_endpoints_63091 rt2x00usb_find_endpoints 0 63091 NULL
-+show_tcpInSegs_63094 show_tcpInSegs 0 63094 NULL
-+cachefiles_check_in_use_63096 cachefiles_check_in_use 0 63096 NULL
-+get_component_slot_63097 get_component_slot 0 63097 NULL
-+compr_data_size_show_63105 compr_data_size_show 0 63105 NULL
-+pcistub_slot_remove_63106 pcistub_slot_remove 0-3 63106 NULL
-+ip_vs_out_icmp_63108 ip_vs_out_icmp 0 63108 NULL
-+errors_store_63110 errors_store 0-3 63110 NULL
-+dquot_alloc_block_63114 dquot_alloc_block 0 63114 NULL
-+iwl_dbgfs_sensitivity_read_63116 iwl_dbgfs_sensitivity_read 3-0 63116 NULL
-+ethoc_open_63118 ethoc_open 0 63118 NULL
-+atc_pcm_capture_get_resources_63121 atc_pcm_capture_get_resources 0 63121 NULL
-+pcf8523_read_63123 pcf8523_read 0 63123 NULL
-+fat_writepages_63131 fat_writepages 0 63131 NULL nohasharray
-+target_core_show_alua_lu_gp_63131 target_core_show_alua_lu_gp 0 63131 &fat_writepages_63131
-+bma180_set_bits_63133 bma180_set_bits 0 63133 NULL
-+team_queue_override_init_63136 team_queue_override_init 0 63136 NULL
-+ib_send_cm_rtu_63138 ib_send_cm_rtu 3 63138 NULL
-+brcmf_fil_cmd_data_set_63139 brcmf_fil_cmd_data_set 0 63139 NULL
-+mcs_get_reg_63141 mcs_get_reg 0 63141 NULL
-+show_ipv4_iface_ttl_63146 show_ipv4_iface_ttl 0 63146 NULL
-+pwc_set_u8_ctrl_63148 pwc_set_u8_ctrl 0 63148 NULL nohasharray
-+c2port_store_flash_erase_63148 c2port_store_flash_erase 0-4 63148 &pwc_set_u8_ctrl_63148
-+zd_ioread16_locked_63151 zd_ioread16_locked 0 63151 NULL
-+iwl_mvm_coex_dump_mbox_63153 iwl_mvm_coex_dump_mbox 0-3-4 63153 NULL
-+ubifs_change_one_lp_63157 ubifs_change_one_lp 0 63157 NULL
-+iscsi_tpg_param_show_IFMarker_63161 iscsi_tpg_param_show_IFMarker 0 63161 NULL
-+il4965_show_tx_power_63163 il4965_show_tx_power 0 63163 NULL nohasharray
-+arvo_sysfs_set_key_mask_63163 arvo_sysfs_set_key_mask 0-4 63163 &il4965_show_tx_power_63163
-+amd_iommu_show_features_63168 amd_iommu_show_features 0 63168 NULL
-+smk_write_revoke_subj_63173 smk_write_revoke_subj 3-0 63173 NULL
-+wm831x_reg_read_63175 wm831x_reg_read 0 63175 NULL
-+ovl_fill_merge_63176 ovl_fill_merge 3 63176 NULL
-+read_63177 read 0-3 63177 NULL
-+SyS_syslog_63178 SyS_syslog 3 63178 NULL
-+ds2780_write_63179 ds2780_write 4-3-0 63179 NULL
-+snd_pcm_lib_malloc_pages_63182 snd_pcm_lib_malloc_pages 2 63182 NULL nohasharray
-+picolcd_debug_eeprom_write_63182 picolcd_debug_eeprom_write 0-3 63182 &snd_pcm_lib_malloc_pages_63182
-+is_local_show_63185 is_local_show 0 63185 NULL
-+hfsplus_file_fsync_63186 hfsplus_file_fsync 0 63186 NULL
-+iwl_trans_start_hw_63187 iwl_trans_start_hw 0 63187 NULL
-+qib_user_sdma_pin_pkt_63190 qib_user_sdma_pin_pkt 0 63190 NULL
-+isdn_net_init_63192 isdn_net_init 0 63192 NULL
-+security_policydb_len_63198 security_policydb_len 0 63198 NULL
-+_kstrtoull_63201 _kstrtoull 0 63201 NULL
-+suspend_enter_63203 suspend_enter 0 63203 NULL
-+bq24190_sysfs_store_63207 bq24190_sysfs_store 0-4 63207 NULL
-+nilfs_segctor_assign_63208 nilfs_segctor_assign 0 63208 NULL
-+dev_get_phys_port_id_63210 dev_get_phys_port_id 0 63210 NULL nohasharray
-+tx_63210 tx 0 63210 &dev_get_phys_port_id_63210
-+client_monitor_latency_show_63212 client_monitor_latency_show 0 63212 NULL
-+patch_stac925x_63213 patch_stac925x 0 63213 NULL
-+cp_get_eeprom_len_63219 cp_get_eeprom_len 0 63219 NULL
-+xfs_file_write_iter_63220 xfs_file_write_iter 0 63220 NULL
-+bnx2x_func_start_63221 bnx2x_func_start 0 63221 NULL
-+zl10039_set_params_63225 zl10039_set_params 0 63225 NULL
-+encrypted_instantiate_63226 encrypted_instantiate 0 63226 NULL
-+nvkm_device_create__63227 nvkm_device_create_ 7 63227 NULL nohasharray
-+SyS_gethostname_63227 SyS_gethostname 2 63227 &nvkm_device_create__63227
-+ttm_bo_global_show_63228 ttm_bo_global_show 0 63228 NULL
-+stk17ta8_rtc_set_alarm_63230 stk17ta8_rtc_set_alarm 0 63230 NULL
-+ext2_direct_IO_63231 ext2_direct_IO 3 63231 NULL
-+ctxsize_63232 ctxsize 0 63232 NULL
-+module_alloc_update_bounds_rw_63233 module_alloc_update_bounds_rw 1 63233 NULL
-+mwl8k_cmd_get_hw_spec_ap_63234 mwl8k_cmd_get_hw_spec_ap 0 63234 NULL
-+pcan_usb_pro_set_ts_63236 pcan_usb_pro_set_ts 0 63236 NULL
-+show_firmware_63239 show_firmware 0 63239 NULL nohasharray
-+pnp_activate_dev_63239 pnp_activate_dev 0 63239 &show_firmware_63239
-+cyapa_i2c_write_63241 cyapa_i2c_write 3-0 63241 NULL
-+lp3971_ldo_is_enabled_63245 lp3971_ldo_is_enabled 0 63245 NULL
-+do_convert_63247 do_convert 0 63247 NULL
-+setxattr_63249 setxattr 0 63249 NULL
-+ptp_read_63251 ptp_read 4-0 63251 NULL
-+_iwl_dbgfs_rx_phyinfo_write_63254 _iwl_dbgfs_rx_phyinfo_write 3 63254 NULL
-+bond_option_arp_ip_targets_set_63257 bond_option_arp_ip_targets_set 0 63257 NULL
-+kmx61_set_power_state_63260 kmx61_set_power_state 0 63260 NULL
-+xfs_dir2_leaf_getdents_63262 xfs_dir2_leaf_getdents 3 63262 NULL
-+show_auto_brightness_63263 show_auto_brightness 0 63263 NULL nohasharray
-+acpi_ns_handle_to_pathname_63263 acpi_ns_handle_to_pathname 0 63263 &show_auto_brightness_63263
-+btrfs_space_info_show_disk_used_63265 btrfs_space_info_show_disk_used 0 63265 NULL nohasharray
-+qlcnic_get_ring_regs_len_63265 qlcnic_get_ring_regs_len 0 63265 &btrfs_space_info_show_disk_used_63265
-+nilfs_segbuf_wait_63274 nilfs_segbuf_wait 0 63274 NULL
-+elan_i2c_read_cmd_63276 elan_i2c_read_cmd 0 63276 NULL
-+caches_show_63278 caches_show 0 63278 NULL nohasharray
-+update_mode_store_63278 update_mode_store 0-4 63278 &caches_show_63278
-+target_core_hba_show_attr_hba_mode_63281 target_core_hba_show_attr_hba_mode 0 63281 NULL
-+i40evf_vlan_rx_add_vid_63284 i40evf_vlan_rx_add_vid 0 63284 NULL
-+tcp_collapse_63294 tcp_collapse 5-6 63294 NULL
-+buf_to_pages_noslab_63296 buf_to_pages_noslab 0 63296 NULL
-+isdn_ppp_ccp_xmit_reset_63297 isdn_ppp_ccp_xmit_reset 6 63297 NULL
-+nf_nat_ipv6_fn_63304 nf_nat_ipv6_fn 0 63304 NULL
-+raid5_resize_63306 raid5_resize 2-0 63306 NULL
-+nfsd_vfs_read_63307 nfsd_vfs_read 5 63307 NULL
-+uwb_radio_start_63310 uwb_radio_start 0 63310 NULL
-+wl1251_hw_init_beacon_filter_63321 wl1251_hw_init_beacon_filter 0 63321 NULL
-+mac802154_slave_open_63322 mac802154_slave_open 0 63322 NULL nohasharray
-+qla4_8xxx_check_init_adapter_retry_63322 qla4_8xxx_check_init_adapter_retry 0 63322 &mac802154_slave_open_63322
-+ath10k_read_fw_dbglog_63323 ath10k_read_fw_dbglog 3-0 63323 NULL
-+nfs_scan_commit_list_63325 nfs_scan_commit_list 0 63325 NULL
-+recv_data_63327 recv_data 3-0 63327 NULL
-+store_mem_db_63330 store_mem_db 0-4 63330 NULL
-+C_SYSC_recvfrom_63331 C_SYSC_recvfrom 3 63331 NULL
-+snd_hdsp_trigger_63332 snd_hdsp_trigger 0 63332 NULL
-+msm6242_read_time_63339 msm6242_read_time 0 63339 NULL
-+lpfc_issue_lip_63340 lpfc_issue_lip 0 63340 NULL
-+info_server_63343 info_server 4 63343 NULL
-+il_force_reset_63344 il_force_reset 0 63344 NULL
-+kobj_attr_show_63349 kobj_attr_show 0 63349 NULL
-+show_fc_starget_port_name_63354 show_fc_starget_port_name 0 63354 NULL
-+nvif_device_new_63358 nvif_device_new 5 63358 NULL
-+ps_upsd_max_sptime_read_63362 ps_upsd_max_sptime_read 3-0 63362 NULL
-+simple_xattr_list_63373 simple_xattr_list 0 63373 NULL
-+idmouse_read_63374 idmouse_read 3-0 63374 NULL
-+guid_show_63379 guid_show 0 63379 NULL
-+read_word_63384 read_word 0 63384 NULL nohasharray
-+vmci_qpair_peekv_63384 vmci_qpair_peekv 3-0 63384 &read_word_63384
-+wl1251_spi_set_power_63385 wl1251_spi_set_power 0 63385 NULL nohasharray
-+tridentfb_set_par_63385 tridentfb_set_par 0 63385 &wl1251_spi_set_power_63385
-+edac_pci_alloc_ctl_info_63388 edac_pci_alloc_ctl_info 1 63388 NULL nohasharray
-+usbnet_read_cmd_nopm_63388 usbnet_read_cmd_nopm 7-0 63388 &edac_pci_alloc_ctl_info_63388
-+dbg_check_synced_i_size_63395 dbg_check_synced_i_size 0 63395 NULL
-+cyapa_gen5_resume_scanning_63396 cyapa_gen5_resume_scanning 0 63396 NULL
-+rxpipe_missed_beacon_host_int_trig_rx_data_read_63405 rxpipe_missed_beacon_host_int_trig_rx_data_read 3-0 63405 NULL
-+ppr_notifier_63406 ppr_notifier 0 63406 NULL
-+cxacru_sysfs_show_downstream_rate_63407 cxacru_sysfs_show_downstream_rate 0 63407 NULL
-+show_jint_max_packets_63409 show_jint_max_packets 0 63409 NULL
-+fm10k_setup_all_tx_resources_63412 fm10k_setup_all_tx_resources 0 63412 NULL
-+s_audio_mode_63418 s_audio_mode 0 63418 NULL nohasharray
-+target_stat_scsi_tgt_dev_attr_store_63418 target_stat_scsi_tgt_dev_attr_store 0 63418 &s_audio_mode_63418
-+adc128_set_in_63419 adc128_set_in 0-4 63419 NULL
-+start_power_clamp_63423 start_power_clamp 0 63423 NULL
-+show_temp0_min_63424 show_temp0_min 0 63424 NULL
-+tpm_tis_init_63427 tpm_tis_init 3-4 63427 NULL nohasharray
-+l2cap_sock_sendmsg_63427 l2cap_sock_sendmsg 4-0 63427 &tpm_tis_init_63427
-+show_fcstat_nos_count_63429 show_fcstat_nos_count 0 63429 NULL
-+led_trigger_show_63434 led_trigger_show 0 63434 NULL
-+kone_send_63435 kone_send 4-0 63435 NULL nohasharray
-+uwb_rc_addr_set_63435 uwb_rc_addr_set 0 63435 &kone_send_63435
-+cifs_invalidate_mapping_63438 cifs_invalidate_mapping 0 63438 NULL
-+of_irq_get_63443 of_irq_get 0 63443 NULL
-+write_end_63445 write_end 0-5 63445 NULL
-+mac80211_hwsim_start_63447 mac80211_hwsim_start 0 63447 NULL
-+ipv6_is_mld_63461 ipv6_is_mld 3 63461 NULL
-+ath10k_wmi_cmd_send_63462 ath10k_wmi_cmd_send 0 63462 NULL
-+nvkm_i2c_port_create__63465 nvkm_i2c_port_create_ 7 63465 NULL
-+sock_common_setsockopt_63466 sock_common_setsockopt 0 63466 NULL
-+root_path_cost_show_63467 root_path_cost_show 0 63467 NULL nohasharray
-+integrity_verify_show_63467 integrity_verify_show 0 63467 &root_path_cost_show_63467
-+si5351_bulk_write_63468 si5351_bulk_write 2-3 63468 NULL nohasharray
-+MT2063_SetReceiverMode_63468 MT2063_SetReceiverMode 0 63468 &si5351_bulk_write_63468
-+snd_info_entry_write_63474 snd_info_entry_write 3-0 63474 NULL
-+cdc_ncm_show_rx_max_63475 cdc_ncm_show_rx_max 0 63475 NULL
-+scm_fp_copy_63479 scm_fp_copy 0 63479 NULL
-+__nvme_submit_admin_cmd_63481 __nvme_submit_admin_cmd 0 63481 NULL
-+reada_find_extent_63486 reada_find_extent 2 63486 NULL nohasharray
-+rivafb_check_var_63486 rivafb_check_var 0 63486 &reada_find_extent_63486
-+ath10k_peer_assoc_qos_ap_63487 ath10k_peer_assoc_qos_ap 0 63487 NULL
-+read_kcore_63488 read_kcore 3 63488 NULL
-+iwl_dbgfs_bcast_filters_read_63489 iwl_dbgfs_bcast_filters_read 3-0 63489 NULL
-+i2c_request_63490 i2c_request 0 63490 NULL
-+pm8001_ctl_max_out_io_show_63492 pm8001_ctl_max_out_io_show 0 63492 NULL
-+dwapb_gpio_to_irq_63493 dwapb_gpio_to_irq 2 63493 NULL
-+show_crit_hyst_63497 show_crit_hyst 0 63497 NULL
-+module_attr_show_63501 module_attr_show 0 63501 NULL
-+snd_pcm_plug_write_transfer_63503 snd_pcm_plug_write_transfer 0-3 63503 NULL
-+usb_sleep_music_store_63510 usb_sleep_music_store 0-4 63510 NULL
-+reiserfs_xattr_set_handle_63522 reiserfs_xattr_set_handle 0 63522 NULL nohasharray
-+lpfc_max_scsicmpl_time_store_63522 lpfc_max_scsicmpl_time_store 0-4 63522 &reiserfs_xattr_set_handle_63522
-+__stop_machine_63523 __stop_machine 0 63523 NULL nohasharray
-+sctp_bind_63523 sctp_bind 0 63523 &__stop_machine_63523
-+mwifiex_cmd_802_11_key_material_v2_63525 mwifiex_cmd_802_11_key_material_v2 0 63525 NULL
-+pwm1_show_63527 pwm1_show 0 63527 NULL
-+efx_mcdi_rpc_async_63529 efx_mcdi_rpc_async 5-4 63529 NULL
-+__ath10k_ce_rx_post_buf_63531 __ath10k_ce_rx_post_buf 0 63531 NULL nohasharray
-+cond_read_list_63531 cond_read_list 0 63531 &__ath10k_ce_rx_post_buf_63531
-+ubi_more_leb_change_data_63534 ubi_more_leb_change_data 4-0 63534 NULL nohasharray
-+generic_cont_expand_simple_63534 generic_cont_expand_simple 0 63534 &ubi_more_leb_change_data_63534
-+write_file_spectral_period_63536 write_file_spectral_period 3-0 63536 NULL
-+SyS_recv_63537 SyS_recv 3 63537 NULL
-+if_sdio_read_scratch_63540 if_sdio_read_scratch 0 63540 NULL nohasharray
-+fan1_input_show_63540 fan1_input_show 0 63540 &if_sdio_read_scratch_63540 nohasharray
-+get_int_63540 get_int 0 63540 &fan1_input_show_63540
-+cyapa_gen5_do_calibrate_63542 cyapa_gen5_do_calibrate 0-4 63542 NULL
-+i40e_fcoe_ddp_target_63544 i40e_fcoe_ddp_target 4 63544 NULL
-+append_to_buffer_63550 append_to_buffer 3-0 63550 NULL
-+dbg_leb_write_63555 dbg_leb_write 4-5-0 63555 NULL
-+request_dma_63556 request_dma 0 63556 NULL
-+__xudc_ep0_queue_63557 __xudc_ep0_queue 0 63557 NULL
-+parse_mic_boost_63564 parse_mic_boost 0 63564 NULL
-+ubifs_lpt_scan_nolock_63572 ubifs_lpt_scan_nolock 0 63572 NULL
-+volume_set_status_ec_63573 volume_set_status_ec 0 63573 NULL
-+hih6130_show_temperature_63574 hih6130_show_temperature 0 63574 NULL
-+ext2_writepage_63575 ext2_writepage 0 63575 NULL
-+rproc_alloc_63577 rproc_alloc 5 63577 NULL nohasharray
-+iwl_send_tx_ant_cfg_63577 iwl_send_tx_ant_cfg 0 63577 &rproc_alloc_63577
-+__commit_trans_jl_63590 __commit_trans_jl 0 63590 NULL nohasharray
-+tipc_listen_63590 tipc_listen 0 63590 &__commit_trans_jl_63590
-+store_lcd_level_63595 store_lcd_level 0-4 63595 NULL
-+queue_store_iostats_63596 queue_store_iostats 3-0 63596 NULL
-+ext3_clear_blocks_63597 ext3_clear_blocks 4-5 63597 NULL nohasharray
-+data_sock_setsockopt_63597 data_sock_setsockopt 0 63597 &ext3_clear_blocks_63597
-+snd_als4000_playback_trigger_63605 snd_als4000_playback_trigger 0 63605 NULL
-+usb_8dev_wait_cmd_msg_63607 usb_8dev_wait_cmd_msg 0 63607 NULL
-+mlx4_ib_alloc_cq_buf_63610 mlx4_ib_alloc_cq_buf 3 63610 NULL
-+write_debug_level_63613 write_debug_level 3 63613 NULL
-+__spi_validate_63618 __spi_validate 0 63618 NULL nohasharray
-+comp_algorithm_store_63618 comp_algorithm_store 0-4 63618 &__spi_validate_63618
-+show_dev_name_63623 show_dev_name 0 63623 NULL
-+module_alloc_63630 module_alloc 1 63630 NULL
-+ntfs_malloc_nofs_nofail_63631 ntfs_malloc_nofs_nofail 1 63631 NULL
-+symbol_build_supp_rates_63634 symbol_build_supp_rates 0 63634 NULL
-+cm3232_get_it_available_63635 cm3232_get_it_available 0 63635 NULL
-+hid_report_len_63637 hid_report_len 0 63637 NULL
-+iscsi_stat_tgt_attr_show_attr_indx_63639 iscsi_stat_tgt_attr_show_attr_indx 0 63639 NULL
-+_ubh_find_next_zero_bit__63640 _ubh_find_next_zero_bit_ 3-5-4 63640 NULL
-+apei_exec_write_register_value_63642 apei_exec_write_register_value 0 63642 NULL
-+il3945_store_filter_flags_63643 il3945_store_filter_flags 0-4 63643 NULL
-+ubifs_lpt_end_commit_63644 ubifs_lpt_end_commit 0 63644 NULL
-+wr_log_clear_63646 wr_log_clear 0-3 63646 NULL
-+apds990x_power_state_store_63647 apds990x_power_state_store 0-4 63647 NULL
-+proc_loginuid_write_63648 proc_loginuid_write 3-0 63648 NULL nohasharray
-+gre_packet_63648 gre_packet 0 63648 &proc_loginuid_write_63648
-+simple_write_begin_63649 simple_write_begin 0 63649 NULL
-+ext2_xattr_security_set_63650 ext2_xattr_security_set 0 63650 NULL
-+sock_sendmsg_nosec_63655 sock_sendmsg_nosec 3 63655 NULL
-+atkbd_do_set_softraw_63656 atkbd_do_set_softraw 0-4 63656 NULL
-+ldlm_cli_enqueue_63657 ldlm_cli_enqueue 8 63657 NULL
-+hidraw_ioctl_63658 hidraw_ioctl 2 63658 NULL
-+igbvf_setup_rx_resources_63659 igbvf_setup_rx_resources 0 63659 NULL nohasharray
-+lpfc_devloss_tmo_store_63659 lpfc_devloss_tmo_store 0-4 63659 &igbvf_setup_rx_resources_63659
-+si4713_tx_tune_power_63660 si4713_tx_tune_power 0 63660 NULL
-+virtnet_set_mac_address_63662 virtnet_set_mac_address 0 63662 NULL
-+pm_print_times_store_63663 pm_print_times_store 0-4 63663 NULL
-+ip_vs_remote_request4_63664 ip_vs_remote_request4 0 63664 NULL
-+vbi_read_63673 vbi_read 3-0 63673 NULL nohasharray
-+xen_register_pirq_63673 xen_register_pirq 2-1 63673 &vbi_read_63673
-+dwc3_gadget_ep0_queue_63675 dwc3_gadget_ep0_queue 0 63675 NULL
-+bnep_net_open_63676 bnep_net_open 0 63676 NULL
-+multicast_router_store_63677 multicast_router_store 4-0 63677 NULL
-+dlm_scand_start_63680 dlm_scand_start 0 63680 NULL
-+alloc_tty_driver_63681 alloc_tty_driver 1 63681 NULL
-+idt77252_init_ubr_63684 idt77252_init_ubr 0 63684 NULL
-+volume_get_status_ec_63685 volume_get_status_ec 0 63685 NULL
-+i2c_algo_dp_aux_get_byte_63690 i2c_algo_dp_aux_get_byte 0 63690 NULL
-+mos7720_open_63691 mos7720_open 0 63691 NULL
-+i2c_algo_dp_aux_address_63695 i2c_algo_dp_aux_address 0 63695 NULL nohasharray
-+nf_hook_slow_63695 nf_hook_slow 0 63695 &i2c_algo_dp_aux_address_63695
-+write_file_spectral_fft_period_63696 write_file_spectral_fft_period 3-0 63696 NULL
-+bin_search_63697 bin_search 0 63697 NULL
-+xen_pvclock_gtod_notify_63705 xen_pvclock_gtod_notify 0 63705 NULL
-+mismatch_cnt_show_63711 mismatch_cnt_show 0 63711 NULL
-+btrfs_insert_delayed_dir_index_63720 btrfs_insert_delayed_dir_index 4 63720 NULL
-+read_rxflow_63726 read_rxflow 0 63726 NULL
-+ntb_debugfs_read_63728 ntb_debugfs_read 3-0 63728 NULL
-+max8998_rtc_read_time_63729 max8998_rtc_read_time 0 63729 NULL
-+ipmi_read_63730 ipmi_read 0-3 63730 NULL
-+ks8851_set_mac_address_63734 ks8851_set_mac_address 0 63734 NULL
-+snd_bt87x_stop_63735 snd_bt87x_stop 0 63735 NULL nohasharray
-+sh_eth_ring_init_63735 sh_eth_ring_init 0 63735 &snd_bt87x_stop_63735
-+sctp_setsockopt_paddr_thresholds_63737 sctp_setsockopt_paddr_thresholds 0 63737 NULL
-+_ctl_host_trace_buffer_enable_store_63738 _ctl_host_trace_buffer_enable_store 0-4 63738 NULL
-+selinux_secctx_to_secid_63744 selinux_secctx_to_secid 2 63744 NULL
-+i40e_vsi_setup_tx_resources_63745 i40e_vsi_setup_tx_resources 0 63745 NULL
-+acpi_tb_install_fixed_table_63749 acpi_tb_install_fixed_table 1 63749 NULL
-+cxgb4vf_set_mac_addr_63751 cxgb4vf_set_mac_addr 0 63751 NULL
-+led_delay_off_show_63754 led_delay_off_show 0 63754 NULL
-+show_atmindex_63757 show_atmindex 0 63757 NULL nohasharray
-+uv_cpu_mask_to_apicid_and_63757 uv_cpu_mask_to_apicid_and 0 63757 &show_atmindex_63757
-+nvkm_therm_create__63758 nvkm_therm_create_ 4 63758 NULL nohasharray
-+tvp5150_cropcap_63758 tvp5150_cropcap 0 63758 &nvkm_therm_create__63758
-+__send_control_msg_63761 __send_control_msg 0 63761 NULL
-+snd_cs4281_trigger_63762 snd_cs4281_trigger 0 63762 NULL
-+isl12022_get_datetime_63765 isl12022_get_datetime 0 63765 NULL nohasharray
-+ocfs2_control_do_down_msg_63765 ocfs2_control_do_down_msg 0 63765 &isl12022_get_datetime_63765
-+tipc_sk_publish_63767 tipc_sk_publish 0 63767 NULL
-+snd_pcm_oss_read1_63771 snd_pcm_oss_read1 3-0 63771 NULL nohasharray
-+alc882_parse_auto_config_63771 alc882_parse_auto_config 0 63771 &snd_pcm_oss_read1_63771
-+ath10k_ce_init_dest_ring_63773 ath10k_ce_init_dest_ring 0 63773 NULL
-+snd_opl4_mem_proc_read_63774 snd_opl4_mem_proc_read 5 63774 NULL nohasharray
-+tda826x_set_params_63774 tda826x_set_params 0 63774 &snd_opl4_mem_proc_read_63774
-+spidev_compat_ioctl_63778 spidev_compat_ioctl 2 63778 NULL nohasharray
-+generic_getxattr_63778 generic_getxattr 0 63778 &spidev_compat_ioctl_63778 nohasharray
-+usnic_ib_show_max_vf_63778 usnic_ib_show_max_vf 0 63778 &generic_getxattr_63778
-+ohci_urb_enqueue_63779 ohci_urb_enqueue 0 63779 NULL
-+pvr2_i2c_xfer_63786 pvr2_i2c_xfer 0-3 63786 NULL
-+iscsi_tpg_param_store_DataDigest_63792 iscsi_tpg_param_store_DataDigest 0-3 63792 NULL
-+coda_getattr_63793 coda_getattr 0 63793 NULL
-+kovaplus_sysfs_write_63795 kovaplus_sysfs_write 6-0 63795 NULL nohasharray
-+carl9170_set_channel_63795 carl9170_set_channel 0 63795 &kovaplus_sysfs_write_63795 nohasharray
-+at76_mac80211_start_63795 at76_mac80211_start 0 63795 &carl9170_set_channel_63795
-+__ieee80211_start_rx_ba_session_63796 __ieee80211_start_rx_ba_session 7 63796 NULL
-+mwifiex_11n_create_rx_reorder_tbl_63806 mwifiex_11n_create_rx_reorder_tbl 4 63806 NULL nohasharray
-+global_rsv_reserved_show_63806 global_rsv_reserved_show 0 63806 &mwifiex_11n_create_rx_reorder_tbl_63806 nohasharray
-+ivtv_yuv_udma_stream_frame_63806 ivtv_yuv_udma_stream_frame 0 63806 &global_rsv_reserved_show_63806
-+copy_nodes_to_user_63807 copy_nodes_to_user 2 63807 NULL nohasharray
-+e1000_test_msi_interrupt_63807 e1000_test_msi_interrupt 0 63807 &copy_nodes_to_user_63807
-+dev_show_vendor_63810 dev_show_vendor 0 63810 NULL
-+C_SYSC_process_vm_readv_63811 C_SYSC_process_vm_readv 3-5 63811 NULL
-+usb_find_address_63814 usb_find_address 0 63814 NULL nohasharray
-+h245_help_63814 h245_help 0 63814 &usb_find_address_63814
-+issue_creg_rw_63819 issue_creg_rw 0 63819 NULL nohasharray
-+ipath_create_rcvhdrq_63819 ipath_create_rcvhdrq 0 63819 &issue_creg_rw_63819
-+bmg160_set_power_state_63824 bmg160_set_power_state 0 63824 NULL
-+regmap_multi_reg_write_63826 regmap_multi_reg_write 3 63826 NULL
-+sel_write_load_63830 sel_write_load 3-0 63830 NULL
-+hdaps_position_show_63832 hdaps_position_show 0 63832 NULL
-+shm_fsync_63834 shm_fsync 0 63834 NULL
-+max8997_reg_is_enabled_63837 max8997_reg_is_enabled 0 63837 NULL
-+ds2781_save_eeprom_63843 ds2781_save_eeprom 0 63843 NULL
-+proc_pid_attr_write_63845 proc_pid_attr_write 3-0 63845 NULL
-+alc268_parse_auto_config_63852 alc268_parse_auto_config 0 63852 NULL
-+mt9t112_s_fmt_63855 mt9t112_s_fmt 0 63855 NULL
-+disk_ext_range_show_63859 disk_ext_range_show 0 63859 NULL
-+bus_uevent_store_63861 bus_uevent_store 0-3 63861 NULL
-+eql_open_63862 eql_open 0 63862 NULL
-+read_page_owner_63869 read_page_owner 3-0 63869 NULL
-+adc128_show_in_63872 adc128_show_in 0 63872 NULL
-+smb2_sync_write_63880 smb2_sync_write 0 63880 NULL nohasharray
-+store_sched3_63880 store_sched3 4-0 63880 &smb2_sync_write_63880
-+bt_size_63881 bt_size 0 63881 NULL
-+group_fwd_mask_show_63890 group_fwd_mask_show 0 63890 NULL
-+cachefiles_daemon_bcull_63894 cachefiles_daemon_bcull 0 63894 NULL
-+ceph_tcp_sendmsg_63895 ceph_tcp_sendmsg 4 63895 NULL
-+selinux_ipv6_forward_63896 selinux_ipv6_forward 0 63896 NULL nohasharray
-+kyrofb_set_par_63896 kyrofb_set_par 0 63896 &selinux_ipv6_forward_63896
-+sctp_auth_del_key_id_63897 sctp_auth_del_key_id 0 63897 NULL
-+minix_statfs_63900 minix_statfs 0 63900 NULL
-+divas_write_63901 divas_write 3-0 63901 NULL
-+xhci_alloc_stream_info_63902 xhci_alloc_stream_info 3 63902 NULL nohasharray
-+cp2112_wait_63902 cp2112_wait 0 63902 &xhci_alloc_stream_info_63902
-+iblock_set_configfs_dev_params_63915 iblock_set_configfs_dev_params 0-3 63915 NULL
-+lpfc_link_state_show_63919 lpfc_link_state_show 0 63919 NULL
-+uvc_alloc_urb_buffers_63922 uvc_alloc_urb_buffers 0-2-3 63922 NULL
-+snd_compr_write_63923 snd_compr_write 3-0 63923 NULL
-+cdc_ncm_show_dwNtbInMaxSize_63926 cdc_ncm_show_dwNtbInMaxSize 0 63926 NULL
-+write_63928 write 0 63928 NULL
-+eni_proc_read_63929 eni_proc_read 0 63929 NULL
-+bsg_write_63933 bsg_write 0-3 63933 NULL nohasharray
-+drv_set_extended_addr_63933 drv_set_extended_addr 0 63933 &bsg_write_63933
-+lp5521_selftest_63935 lp5521_selftest 0 63935 NULL
-+pem_show_fan_63938 pem_show_fan 0 63938 NULL
-+afs_send_simple_reply_63940 afs_send_simple_reply 3 63940 NULL
-+__team_options_register_63941 __team_options_register 3-0 63941 NULL
-+connected_duration_show_63943 connected_duration_show 0 63943 NULL
-+show_srp_rport_fast_io_fail_tmo_63949 show_srp_rport_fast_io_fail_tmo 0 63949 NULL nohasharray
-+macvtap_recvmsg_63949 macvtap_recvmsg 0-4 63949 &show_srp_rport_fast_io_fail_tmo_63949
-+netdev_rx_handler_register_63952 netdev_rx_handler_register 0 63952 NULL
-+show_fnode_ipv4_tos_63962 show_fnode_ipv4_tos 0 63962 NULL
-+nametoid_parse_63971 nametoid_parse 0 63971 NULL
-+usb_serial_generic_submit_read_urbs_63972 usb_serial_generic_submit_read_urbs 0 63972 NULL nohasharray
-+videobuf_qbuf_63972 videobuf_qbuf 0 63972 &usb_serial_generic_submit_read_urbs_63972
-+ieee80211_authentication_req_63973 ieee80211_authentication_req 3 63973 NULL
-+diva_xdi_write_63975 diva_xdi_write 4-0 63975 NULL nohasharray
-+set_bredr_63975 set_bredr 4 63975 &diva_xdi_write_63975
-+msi001_set_tuner_63978 msi001_set_tuner 0 63978 NULL
-+genlmsg_new_unicast_63982 genlmsg_new_unicast 1 63982 NULL nohasharray
-+set_mode_63982 set_mode 0-4 63982 &genlmsg_new_unicast_63982 nohasharray
-+wil_rx_snaplen_63982 wil_rx_snaplen 0 63982 &set_mode_63982
-+construct_key_and_link_63985 construct_key_and_link 3 63985 NULL
-+core_alua_store_offline_bit_63989 core_alua_store_offline_bit 0-3 63989 NULL
-+get_host_param_63991 get_host_param 0 63991 NULL nohasharray
-+tifm_map_sg_63991 tifm_map_sg 3 63991 &get_host_param_63991
-+ageing_time_store_63994 ageing_time_store 4-0 63994 NULL
-+be2iscsi_get_if_param_63997 be2iscsi_get_if_param 0 63997 NULL
-+s5p_mfc_alloc_codec_buffers_v5_64000 s5p_mfc_alloc_codec_buffers_v5 0 64000 NULL
-+read_file_frameerrors_64001 read_file_frameerrors 3-0 64001 NULL
-+read_descriptors_64002 read_descriptors 0-5-6 64002 NULL
-+ov7670_read_64006 ov7670_read 0 64006 NULL
-+hfsplus_security_setxattr_64009 hfsplus_security_setxattr 0 64009 NULL
-+vb2_start_streaming_64013 vb2_start_streaming 0 64013 NULL
-+kmemdup_64015 kmemdup 2 64015 NULL nohasharray
-+cxgb_set_mac_addr_64015 cxgb_set_mac_addr 0 64015 &kmemdup_64015
-+C_SYSC_sendfile64_64017 C_SYSC_sendfile64 4 64017 NULL
-+SyS_rt_sigpending_64018 SyS_rt_sigpending 2 64018 NULL
-+hid_debug_events_read_64023 hid_debug_events_read 0-3 64023 NULL
-+tcf_csum_skb_nextlayer_64025 tcf_csum_skb_nextlayer 3 64025 NULL
-+dbAllocDmapLev_64030 dbAllocDmapLev 0 64030 NULL
-+vga_get_interruptible_64032 vga_get_interruptible 0 64032 NULL
-+get_component_locate_64036 get_component_locate 0 64036 NULL
-+r6040_alloc_rxbufs_64037 r6040_alloc_rxbufs 0 64037 NULL
-+SyS_fsetxattr_64039 SyS_fsetxattr 4 64039 NULL
-+f_init_sdma_regs_64047 f_init_sdma_regs 0 64047 NULL nohasharray
-+udc_queue_64047 udc_queue 0 64047 &f_init_sdma_regs_64047
-+dvb_dmxdev_ts_callback_64051 dvb_dmxdev_ts_callback 2-4 64051 NULL nohasharray
-+usbnet_change_mtu_64051 usbnet_change_mtu 0 64051 &dvb_dmxdev_ts_callback_64051
-+qlcnic_alloc_sw_resources_64057 qlcnic_alloc_sw_resources 0 64057 NULL
-+tps65912_reg_disable_64058 tps65912_reg_disable 0 64058 NULL
-+alloc_codec_buffers_64063 alloc_codec_buffers 0 64063 NULL
-+start_hw_64065 start_hw 0 64065 NULL nohasharray
-+jbd2_cleanup_journal_tail_64065 jbd2_cleanup_journal_tail 0 64065 &start_hw_64065
-+nfs4_lookup_root_64067 nfs4_lookup_root 0 64067 NULL
-+__sock_create_64069 __sock_create 0 64069 NULL
-+pcifront_bus_write_64071 pcifront_bus_write 0 64071 NULL
-+e4000_s_ctrl_64076 e4000_s_ctrl 0 64076 NULL
-+qlcnic_sriov_issue_cmd_64077 qlcnic_sriov_issue_cmd 0 64077 NULL
-+show_rd_sect_64078 show_rd_sect 0 64078 NULL
-+fc_header_64083 fc_header 0 64083 NULL
-+sl_realloc_bufs_64086 sl_realloc_bufs 2-0 64086 NULL
-+clear_update_marker_64088 clear_update_marker 0 64088 NULL nohasharray
-+gether_opts_qmult_store_64088 gether_opts_qmult_store 0-3 64088 &clear_update_marker_64088
-+lbs_highrssi_read_64089 lbs_highrssi_read 3-0 64089 NULL
-+gfs2_inplace_reserve_64096 gfs2_inplace_reserve 0 64096 NULL nohasharray
-+SyS_set_mempolicy_64096 SyS_set_mempolicy 3 64096 &gfs2_inplace_reserve_64096
-+logfs_statfs_64097 logfs_statfs 0 64097 NULL
-+show_64101 show 0 64101 NULL
-+__soft_offline_page_64103 __soft_offline_page 0 64103 NULL
-+SyS_mq_timedsend_64107 SyS_mq_timedsend 3 64107 NULL
-+skge_get_sset_count_64115 skge_get_sset_count 0 64115 NULL
-+ipoib_hard_header_64116 ipoib_hard_header 0 64116 NULL nohasharray
-+keyring_instantiate_64116 keyring_instantiate 0 64116 &ipoib_hard_header_64116
-+do_load_xattr_datum_64118 do_load_xattr_datum 0 64118 NULL
-+vxlan_remcsum_64121 vxlan_remcsum 3-4 64121 NULL
-+max77693_chg_is_enabled_64122 max77693_chg_is_enabled 0 64122 NULL
-+ext4_prepare_inline_data_64124 ext4_prepare_inline_data 3 64124 NULL
-+mwifiex_cmd_802_11_deauthenticate_64129 mwifiex_cmd_802_11_deauthenticate 0 64129 NULL
-+init_bch_64130 init_bch 1-2 64130 NULL
-+v4l2_m2m_streamon_64133 v4l2_m2m_streamon 0 64133 NULL
-+pyra_set_settings_64134 pyra_set_settings 0 64134 NULL
-+soft_reset_64137 soft_reset 0 64137 NULL nohasharray
-+adt7x10_write_word_64137 adt7x10_write_word 0 64137 &soft_reset_64137
-+uea_idma_write_64139 uea_idma_write 3 64139 NULL nohasharray
-+__dequeue_signal_64139 __dequeue_signal 0 64139 &uea_idma_write_64139
-+ablkcipher_copy_iv_64140 ablkcipher_copy_iv 3 64140 NULL
-+omfs_write_begin_64144 omfs_write_begin 0 64144 NULL
-+broadsheet_write_spiflash_64148 broadsheet_write_spiflash 0 64148 NULL
-+dlfb_ops_write_64150 dlfb_ops_write 3 64150 NULL
-+show_sas_phy_minimum_linkrate_64151 show_sas_phy_minimum_linkrate 0 64151 NULL
-+__comedi_buf_alloc_64155 __comedi_buf_alloc 3 64155 NULL
-+number_of_tds_64156 number_of_tds 0 64156 NULL
-+get_fan_auto_nearest_64164 get_fan_auto_nearest 0 64164 NULL
-+bnx2x_vf_mcast_64166 bnx2x_vf_mcast 4 64166 NULL
-+store_temp_crit_64171 store_temp_crit 0-4 64171 NULL
-+do_command_extended_64178 do_command_extended 0 64178 NULL
-+show_ipInTooBigErrors_64191 show_ipInTooBigErrors 0 64191 NULL
-+wl1251_acx_mem_map_64198 wl1251_acx_mem_map 0 64198 NULL nohasharray
-+store_jint_max_packets_64198 store_jint_max_packets 0-4 64198 &wl1251_acx_mem_map_64198
-+eeprom_write_64199 eeprom_write 6-5-0 64199 NULL
-+__pskb_copy_fclone_64202 __pskb_copy_fclone 2 64202 NULL
-+shadow_rd32_64205 shadow_rd32 2 64205 NULL
-+autosuspend_delay_ms_show_64206 autosuspend_delay_ms_show 0 64206 NULL
-+rocker_port_switch_parent_id_get_64207 rocker_port_switch_parent_id_get 0 64207 NULL
-+diagc_attr_store_64209 diagc_attr_store 0-4 64209 NULL
-+sisfb_check_var_64211 sisfb_check_var 0 64211 NULL
-+hippi_change_mtu_64218 hippi_change_mtu 0 64218 NULL
-+get_et_sset_count_64219 get_et_sset_count 0 64219 NULL
-+kernfs_iop_setxattr_64220 kernfs_iop_setxattr 4-0 64220 NULL
-+wacom_status0_luminance_store_64221 wacom_status0_luminance_store 4-0 64221 NULL
-+vb2_dc_get_userptr_64222 vb2_dc_get_userptr 3-2 64222 NULL
-+ad799x_update_scan_mode_64224 ad799x_update_scan_mode 0 64224 NULL
-+ip6_datagram_connect_v6_only_64226 ip6_datagram_connect_v6_only 0 64226 NULL
-+ea_len_64229 ea_len 0 64229 NULL
-+header_len_64232 header_len 0 64232 NULL nohasharray
-+zd1201_set_mac_address_64232 zd1201_set_mac_address 0 64232 &header_len_64232
-+em28xx_i2c_xfer_64233 em28xx_i2c_xfer 0-3 64233 NULL nohasharray
-+rhashtable_insert_rehash_64233 rhashtable_insert_rehash 0 64233 &em28xx_i2c_xfer_64233
-+vprbrd_i2c_status_64236 vprbrd_i2c_status 0 64236 NULL
-+xfrm_acquire_msgsize_64239 xfrm_acquire_msgsize 0 64239 NULL
-+brcmf_sdiod_send_buf_64245 brcmf_sdiod_send_buf 3 64245 NULL nohasharray
-+fuse_do_getattr_64245 fuse_do_getattr 0 64245 &brcmf_sdiod_send_buf_64245 nohasharray
-+bd2802_store_reg0x14_64245 bd2802_store_reg0x14 0-4 64245 &fuse_do_getattr_64245
-+mmc_enhanced_area_offset_show_64250 mmc_enhanced_area_offset_show 0 64250 NULL
-+__vb2_queue_free_64257 __vb2_queue_free 0 64257 NULL nohasharray
-+target_stat_scsi_lu_show_attr_rev_64257 target_stat_scsi_lu_show_attr_rev 0 64257 &__vb2_queue_free_64257
-+ipath_port_info_64258 ipath_port_info 0 64258 NULL
-+stmmac_init_rx_buffers_64260 stmmac_init_rx_buffers 0 64260 NULL
-+vim2m_queue_setup_64261 vim2m_queue_setup 0 64261 NULL
-+ads7846_pen_down_show_64263 ads7846_pen_down_show 0 64263 NULL nohasharray
-+ixgbevf_get_sset_count_64263 ixgbevf_get_sset_count 0 64263 &ads7846_pen_down_show_64263
-+cn_netlink_send_mult_64264 cn_netlink_send_mult 2-0 64264 NULL
-+xfs_rtmodify_summary_64265 xfs_rtmodify_summary 0 64265 NULL
-+subbuf_splice_actor_64270 subbuf_splice_actor 0 64270 NULL
-+ocfs2_max_locking_protocol_show_64273 ocfs2_max_locking_protocol_show 0 64273 NULL
-+io_capture_transfer_64276 io_capture_transfer 4 64276 NULL nohasharray
-+ab3100_otp_fac_show_64276 ab3100_otp_fac_show 0 64276 &io_capture_transfer_64276
-+comm_addr_write_64277 comm_addr_write 0-3 64277 NULL
-+bpf_check_classic_64278 bpf_check_classic 2 64278 NULL nohasharray
-+btrfs_file_extent_offset_64278 btrfs_file_extent_offset 0 64278 &bpf_check_classic_64278
-+wake_up_mouse_show_64279 wake_up_mouse_show 0 64279 NULL
-+shmem_xattr_validate_64280 shmem_xattr_validate 0 64280 NULL
-+ip_vs_out_64282 ip_vs_out 0 64282 NULL nohasharray
-+new_id_store_64282 new_id_store 0-3 64282 &ip_vs_out_64282
-+crypto_hmacmd5_alloc_64284 crypto_hmacmd5_alloc 0 64284 NULL
-+sta_current_tx_rate_read_64286 sta_current_tx_rate_read 3-0 64286 NULL
-+xfs_dir_cilookup_result_64288 xfs_dir_cilookup_result 3 64288 NULL nohasharray
-+event_id_read_64288 event_id_read 3 64288 &xfs_dir_cilookup_result_64288
-+show_iface_tcp_timer_scale_64291 show_iface_tcp_timer_scale 0 64291 NULL nohasharray
-+ov7670_init_64291 ov7670_init 0 64291 &show_iface_tcp_timer_scale_64291 nohasharray
-+info_debugfs_read_64291 info_debugfs_read 3 64291 &ov7670_init_64291
-+ocfs2_block_check_validate_bhs_64302 ocfs2_block_check_validate_bhs 0 64302 NULL nohasharray
-+sta_info_insert_drv_state_64302 sta_info_insert_drv_state 0 64302 &ocfs2_block_check_validate_bhs_64302
-+snd_hda_get_sub_nodes_64304 snd_hda_get_sub_nodes 0 64304 NULL
-+error_error_bar_retry_read_64305 error_error_bar_retry_read 3-0 64305 NULL
-+revision_show_64311 revision_show 0 64311 NULL
-+carl9170_op_start_64315 carl9170_op_start 0 64315 NULL
-+shm16read__read_file_64316 shm16read__read_file 0 64316 NULL
-+uri_show_64318 uri_show 0 64318 NULL nohasharray
-+read_vda_64318 read_vda 0-5-6 64318 &uri_show_64318
-+bq2415x_sysfs_print_reg_64320 bq2415x_sysfs_print_reg 0 64320 NULL nohasharray
-+ray_resume_64320 ray_resume 0 64320 &bq2415x_sysfs_print_reg_64320
-+ffz_64324 ffz 0 64324 NULL nohasharray
-+irq_create_of_mapping_64324 irq_create_of_mapping 0 64324 &ffz_64324
-+map_region_64328 map_region 1 64328 NULL
-+sisusbcon_clear_64329 sisusbcon_clear 5-3-4 64329 NULL
-+set_pwm_temp_map_64330 set_pwm_temp_map 0-4 64330 NULL
-+ov9650_set_red_balance_64331 ov9650_set_red_balance 0 64331 NULL nohasharray
-+tipc_send_packet_64331 tipc_send_packet 3 64331 &ov9650_set_red_balance_64331
-+ts_write_64336 ts_write 3-0 64336 NULL
-+qla8044_write_optrom_data_64338 qla8044_write_optrom_data 4 64338 NULL
-+usbtmc_write_64340 usbtmc_write 3-0 64340 NULL
-+do_write_orph_node_64343 do_write_orph_node 2-0 64343 NULL
-+tua6100_set_params_64346 tua6100_set_params 0 64346 NULL
-+cgroup_addrm_files_64347 cgroup_addrm_files 0 64347 NULL
-+shmem_file_splice_read_64350 shmem_file_splice_read 0 64350 NULL
-+iscsi_tpg_attrib_show_prod_mode_write_protect_64351 iscsi_tpg_attrib_show_prod_mode_write_protect 0 64351 NULL
-+il3945_show_flags_64353 il3945_show_flags 0 64353 NULL nohasharray
-+ip6_route_me_harder_64353 ip6_route_me_harder 0 64353 &il3945_show_flags_64353
-+qlcnic_82xx_calculate_msix_vector_64354 qlcnic_82xx_calculate_msix_vector 0 64354 NULL nohasharray
-+write_64354 write 0 64354 &qlcnic_82xx_calculate_msix_vector_64354
-+coda_file_splice_read_64358 coda_file_splice_read 0 64358 NULL
-+user_regset_copyin_64360 user_regset_copyin 7 64360 NULL nohasharray
-+hermes_issue_cmd_64360 hermes_issue_cmd 0 64360 &user_regset_copyin_64360
-+show_prochot_override_duty_cycle_64364 show_prochot_override_duty_cycle 0 64364 NULL
-+show_64365 show 0 64365 NULL nohasharray
-+show_stats_64365 show_stats 0 64365 &show_64365
-+llc_alloc_frame_64366 llc_alloc_frame 4 64366 NULL
-+wlc_phy_loadsampletable_nphy_64367 wlc_phy_loadsampletable_nphy 3 64367 NULL
-+xudc_ep_enable_64369 xudc_ep_enable 0 64369 NULL
-+videobuf_reqbufs_64371 videobuf_reqbufs 0 64371 NULL
-+reg_create_64372 reg_create 5 64372 NULL nohasharray
-+bnx2_enable_msix_64372 bnx2_enable_msix 2 64372 &reg_create_64372
-+ilo_write_64378 ilo_write 3-0 64378 NULL
-+btrfs_map_block_64379 btrfs_map_block 3 64379 NULL
-+g94_aux_64382 g94_aux 0 64382 NULL
-+nilfs_alloc_seg_bio_64383 nilfs_alloc_seg_bio 3 64383 NULL
-+show_port_no_64391 show_port_no 0 64391 NULL
-+fuse_getxattr_64394 fuse_getxattr 0 64394 NULL
-+brcmf_sdio_download_nvram_64395 brcmf_sdio_download_nvram 3 64395 NULL
-+copy_recv_mad_64399 copy_recv_mad 0 64399 NULL
-+ir_lirc_transmit_ir_64403 ir_lirc_transmit_ir 3-0 64403 NULL nohasharray
-+pci_bus_write_config_dword_64403 pci_bus_write_config_dword 0 64403 &ir_lirc_transmit_ir_64403
-+pidlist_allocate_64404 pidlist_allocate 1 64404 NULL
-+gpio_value_show_64406 gpio_value_show 0 64406 NULL
-+rx_hdr_overflow_read_64407 rx_hdr_overflow_read 3-0 64407 NULL nohasharray
-+show_regs_in_0_64407 show_regs_in_0 0 64407 &rx_hdr_overflow_read_64407 nohasharray
-+il4965_send_rxon_assoc_64407 il4965_send_rxon_assoc 0 64407 &show_regs_in_0_64407
-+carl9170_init_rf_bank4_pwr_64410 carl9170_init_rf_bank4_pwr 0 64410 NULL nohasharray
-+iwl_mvm_sta_send_to_fw_64410 iwl_mvm_sta_send_to_fw 0 64410 &carl9170_init_rf_bank4_pwr_64410
-+usb_amradio_s_ctrl_64411 usb_amradio_s_ctrl 0 64411 NULL
-+ovl_readlink_64415 ovl_readlink 0 64415 NULL nohasharray
-+find_rsb_dir_64415 find_rsb_dir 0 64415 &ovl_readlink_64415
-+keyctl_get_security_64418 keyctl_get_security 3 64418 NULL nohasharray
-+netlbl_unlhsh_remove_addr6_64418 netlbl_unlhsh_remove_addr6 0 64418 &keyctl_get_security_64418
-+oom_adj_write_64428 oom_adj_write 3-0 64428 NULL
-+_ctl_host_trace_buffer_size_show_64430 _ctl_host_trace_buffer_size_show 0 64430 NULL nohasharray
-+uvesafb_set_par_64430 uvesafb_set_par 0 64430 &_ctl_host_trace_buffer_size_show_64430
-+ext4_trim_extent_64431 ext4_trim_extent 4 64431 NULL nohasharray
-+read_file_spectral_short_repeat_64431 read_file_spectral_short_repeat 3-0 64431 &ext4_trim_extent_64431
-+t4_read_flash_64432 t4_read_flash 0 64432 NULL
-+show_in2_input_64433 show_in2_input 0 64433 NULL
-+iscsi_stat_tgt_attr_show_attr_last_fail_time_64438 iscsi_stat_tgt_attr_show_attr_last_fail_time 0 64438 NULL
-+bch_btree_map_nodes_recurse_64440 bch_btree_map_nodes_recurse 0 64440 NULL nohasharray
-+uart_get_attr_custom_divisor_64440 uart_get_attr_custom_divisor 0 64440 &bch_btree_map_nodes_recurse_64440
-+ax25_recvmsg_64441 ax25_recvmsg 4-0 64441 NULL
-+sm_sl_show_64445 sm_sl_show 0 64445 NULL
-+stmmac_init_phy_64449 stmmac_init_phy 0 64449 NULL
-+pfkey_sockaddr_len_64453 pfkey_sockaddr_len 0 64453 NULL
-+mcs_setup_transceiver_vishay_64466 mcs_setup_transceiver_vishay 0 64466 NULL
-+nilfs_btree_do_lookup_64475 nilfs_btree_do_lookup 0 64475 NULL nohasharray
-+store_engine2_mode_64475 store_engine2_mode 4-0 64475 &nilfs_btree_do_lookup_64475
-+raid5_show_stripe_cache_size_64477 raid5_show_stripe_cache_size 0 64477 NULL nohasharray
-+store_line_64477 store_line 0-3 64477 &raid5_show_stripe_cache_size_64477
-+ip_vs_create_timeout_table_64478 ip_vs_create_timeout_table 2 64478 NULL
-+prod_id4_show_64479 prod_id4_show 0 64479 NULL
-+__request_module_64480 __request_module 0 64480 NULL
-+ib_post_send_64481 ib_post_send 0 64481 NULL
-+target_stat_scsi_auth_intr_show_attr_row_status_64482 target_stat_scsi_auth_intr_show_attr_row_status 0 64482 NULL
-+single_open_size_64483 single_open_size 4 64483 NULL
-+qib_diag_read_64485 qib_diag_read 0-3 64485 NULL
-+p54_parse_rssical_64493 p54_parse_rssical 3 64493 NULL
-+suspend_hi_show_64497 suspend_hi_show 0 64497 NULL
-+read_64498 read 0 64498 NULL
-+set_div_64499 set_div 0-4 64499 NULL
-+current_uuid_show_64500 current_uuid_show 0 64500 NULL
-+twl6030reg_is_enabled_64501 twl6030reg_is_enabled 0 64501 NULL
-+msg_data_sz_64503 msg_data_sz 0 64503 NULL
-+remove_uuid_64505 remove_uuid 4 64505 NULL
-+isl29003_show_mode_64507 isl29003_show_mode 0 64507 NULL nohasharray
-+store_enable_clk3b_output_64507 store_enable_clk3b_output 0-4 64507 &isl29003_show_mode_64507
-+bfad_im_symbolic_name_show_64508 bfad_im_symbolic_name_show 0 64508 NULL nohasharray
-+map_slaves_64508 map_slaves 0 64508 &bfad_im_symbolic_name_show_64508
-+uvesafb_check_var_64509 uvesafb_check_var 0 64509 NULL
-+irq_domain_alloc_descs_64511 irq_domain_alloc_descs 1-0-3-2 64511 NULL
-+security_sid_to_context_core_64519 security_sid_to_context_core 0 64519 NULL
-+opera1_usb_i2c_msgxfer_64521 opera1_usb_i2c_msgxfer 4 64521 NULL
-+iwl_dbgfs_ucode_tracing_write_64524 iwl_dbgfs_ucode_tracing_write 3-0 64524 NULL
-+udplite_error_64525 udplite_error 0 64525 NULL
-+avtab_read_item_64526 avtab_read_item 0 64526 NULL nohasharray
-+asix_write_medium_mode_64526 asix_write_medium_mode 0 64526 &avtab_read_item_64526
-+ses_send_diag_64527 ses_send_diag 4 64527 NULL
-+wacom_led0_select_show_64528 wacom_led0_select_show 0 64528 NULL nohasharray
-+ov7670_s_mbus_fmt_64528 ov7670_s_mbus_fmt 0 64528 &wacom_led0_select_show_64528
-+befs_readpage_64530 befs_readpage 0 64530 NULL
-+show_pwm_temp_sel_64531 show_pwm_temp_sel 0 64531 NULL
-+enic_change_mtu_64536 enic_change_mtu 0 64536 NULL
-+bh1770_prox_result_show_64537 bh1770_prox_result_show 0 64537 NULL nohasharray
-+max_corrected_read_errors_store_64537 max_corrected_read_errors_store 0-3 64537 &bh1770_prox_result_show_64537
-+prctl_set_mm_64538 prctl_set_mm 3 64538 NULL
-+bonding_show_slaves_active_64540 bonding_show_slaves_active 0 64540 NULL
-+SyS_bind_64544 SyS_bind 3 64544 NULL
-+cmos_read_time_64546 cmos_read_time 0 64546 NULL
-+type_show_64547 type_show 0 64547 NULL nohasharray
-+lm8323_read_64547 lm8323_read 4 64547 &type_show_64547
-+rbd_obj_read_sync_64554 rbd_obj_read_sync 3-4-0 64554 NULL nohasharray
-+s5p_mfc_alloc_codec_buffers_v6_64554 s5p_mfc_alloc_codec_buffers_v6 0 64554 &rbd_obj_read_sync_64554
-+blkdev_issue_zeroout_64555 blkdev_issue_zeroout 3-0 64555 NULL
-+enic_set_mac_address_dynamic_64556 enic_set_mac_address_dynamic 0 64556 NULL
-+mptsas_get_bay_identifier_64560 mptsas_get_bay_identifier 0 64560 NULL
-+__spi_sync_64561 __spi_sync 0 64561 NULL nohasharray
-+ll_max_rw_chunk_seq_write_64561 ll_max_rw_chunk_seq_write 3 64561 &__spi_sync_64561
-+e100_open_64562 e100_open 0 64562 NULL
-+__apei_exec_run_64563 __apei_exec_run 0 64563 NULL
-+asd_check_flash_type_64566 asd_check_flash_type 0 64566 NULL nohasharray
-+cfq_low_latency_store_64566 cfq_low_latency_store 3-0 64566 &asd_check_flash_type_64566
-+diva_os_alloc_message_buffer_64568 diva_os_alloc_message_buffer 1 64568 NULL
-+kstrtoul_from_user_64569 kstrtoul_from_user 2-0 64569 NULL
-+osst_version_show_64570 osst_version_show 0 64570 NULL nohasharray
-+l2tp_ip6_disconnect_64570 l2tp_ip6_disconnect 0 64570 &osst_version_show_64570
-+blockdev_direct_IO_64571 blockdev_direct_IO 4 64571 NULL
-+do_erase_64574 do_erase 4 64574 NULL
-+__c2port_show_rev_id_64583 __c2port_show_rev_id 0 64583 NULL
-+snd_usb_init_sample_rate_64586 snd_usb_init_sample_rate 0 64586 NULL
-+parport_uss720_ecp_write_data_64589 parport_uss720_ecp_write_data 0 64589 NULL
-+suspend_64593 suspend 0 64593 NULL
-+snd_soundfont_load_guspatch_64595 snd_soundfont_load_guspatch 0 64595 NULL
-+gpiochip_irqchip_add_64596 gpiochip_irqchip_add 3 64596 NULL
-+tcp_write_xmit_64602 tcp_write_xmit 2 64602 NULL
-+srp_show_tmo_64605 srp_show_tmo 0 64605 NULL nohasharray
-+__nodelist_parse_64605 __nodelist_parse 0 64605 &srp_show_tmo_64605
-+show_64606 show 0 64606 NULL
-+use_pool_64607 use_pool 2 64607 NULL
-+regulator_min_uV_show_64608 regulator_min_uV_show 0 64608 NULL
-+efi_pstore_sysfs_entry_iter_64618 efi_pstore_sysfs_entry_iter 0 64618 NULL
-+chksum_update_64619 chksum_update 0 64619 NULL
-+dwmac100_dma_init_64622 dwmac100_dma_init 0 64622 NULL
-+fanotify_write_64623 fanotify_write 3-0 64623 NULL
-+ocfs2_inode_lock_with_page_64625 ocfs2_inode_lock_with_page 0 64625 NULL
-+cs53l32a_s_ctrl_64628 cs53l32a_s_ctrl 0 64628 NULL
-+hptiop_show_fw_version_64629 hptiop_show_fw_version 0 64629 NULL
-+ntfs_write_inode_64630 ntfs_write_inode 0 64630 NULL nohasharray
-+wm8994_gpio_request_64630 wm8994_gpio_request 0 64630 &ntfs_write_inode_64630
-+max8997_bulk_write_64633 max8997_bulk_write 0 64633 NULL
-+tw68_queue_setup_64637 tw68_queue_setup 0 64637 NULL
-+cas_get_sset_count_64638 cas_get_sset_count 0 64638 NULL
-+store_64641 store 0 64641 NULL
-+_iwl_dbgfs_d0i3_refs_write_64642 _iwl_dbgfs_d0i3_refs_write 3-0 64642 NULL nohasharray
-+ocfs2_truncate_inline_64642 ocfs2_truncate_inline 0 64642 &_iwl_dbgfs_d0i3_refs_write_64642
-+tse_open_64644 tse_open 0 64644 NULL
-+playback_pcm_prepare_64646 playback_pcm_prepare 0 64646 NULL
-+wl1271_ap_init_templates_64654 wl1271_ap_init_templates 0 64654 NULL
-+regmap_read_debugfs_64658 regmap_read_debugfs 5-0 64658 NULL
-+ocfs2_read_xattr_block_64661 ocfs2_read_xattr_block 0 64661 NULL nohasharray
-+tlbflush_read_file_64661 tlbflush_read_file 3-0 64661 &ocfs2_read_xattr_block_64661
-+efx_tsoh_get_buffer_64664 efx_tsoh_get_buffer 3 64664 NULL
-+vmci_transport_send_control_pkt_64666 vmci_transport_send_control_pkt 0 64666 NULL
-+rx_rx_out_of_mpdu_nodes_read_64668 rx_rx_out_of_mpdu_nodes_read 3-0 64668 NULL
-+show_f_req_64669 show_f_req 0 64669 NULL nohasharray
-+lanai_proc_read_64669 lanai_proc_read 0 64669 &show_f_req_64669
-+nr_free_zone_pages_64680 nr_free_zone_pages 0 64680 NULL nohasharray
-+bq2415x_sysfs_set_registers_64680 bq2415x_sysfs_set_registers 0-4 64680 &nr_free_zone_pages_64680
-+isl29003_show_power_state_64687 isl29003_show_power_state 0 64687 NULL
-+snd_seq_ioctl_delete_queue_64690 snd_seq_ioctl_delete_queue 0 64690 NULL
-+i9xx_pipe_crc_auto_source_64691 i9xx_pipe_crc_auto_source 0 64691 NULL
-+set_volt_min_64693 set_volt_min 0-4 64693 NULL
-+qla4xxx_optrom_version_show_64695 qla4xxx_optrom_version_show 0 64695 NULL
-+iwl_send_rxon_timing_64697 iwl_send_rxon_timing 0 64697 NULL nohasharray
-+wm8962_gpio_request_64697 wm8962_gpio_request 0 64697 &iwl_send_rxon_timing_64697
-+show_otp4_64699 show_otp4 0 64699 NULL
-+mmc_test_probe_64700 mmc_test_probe 0 64700 NULL
-+regcache_flat_write_64702 regcache_flat_write 0 64702 NULL
-+show_temp_hyst_64705 show_temp_hyst 0 64705 NULL
-+_cx25821_start_audio_dma_64707 _cx25821_start_audio_dma 0 64707 NULL
-+virtio_cread8_64708 virtio_cread8 0 64708 NULL
-+__feat_register_sp_64712 __feat_register_sp 6-0 64712 NULL
-+snd_pcm_oss_capture_position_fixup_64713 snd_pcm_oss_capture_position_fixup 0 64713 NULL nohasharray
-+show_in_input2_64713 show_in_input2 0 64713 &snd_pcm_oss_capture_position_fixup_64713
-+c_can_open_64714 c_can_open 0 64714 NULL
-+dapm_bias_read_file_64715 dapm_bias_read_file 3-0 64715 NULL
-+hermes_enable_port_64716 hermes_enable_port 0 64716 NULL nohasharray
-+macvlan_set_mac_address_64716 macvlan_set_mac_address 0 64716 &hermes_enable_port_64716
-+atomic_add_return_64720 atomic_add_return 0 64720 NULL
-+ds1343_store_glitchfilter_64721 ds1343_store_glitchfilter 0-4 64721 NULL
-+i2400m_msg_to_dev_64722 i2400m_msg_to_dev 3 64722 NULL
-+__dev_mc_del_64733 __dev_mc_del 0 64733 NULL
-+sony_pic_wwanpower_store_64734 sony_pic_wwanpower_store 0-4 64734 NULL
-+gsc_m2m_queue_setup_64736 gsc_m2m_queue_setup 0 64736 NULL
-+squashfs_read_inode_lookup_table_64739 squashfs_read_inode_lookup_table 4 64739 NULL
-+show_pwm_tmin_64745 show_pwm_tmin 0 64745 NULL
-+power_limit_1_step_uw_show_64746 power_limit_1_step_uw_show 0 64746 NULL
-+show_tcrit2_64747 show_tcrit2 0 64747 NULL
-+bio_map_kern_64751 bio_map_kern 3 64751 NULL
-+fan_store_64752 fan_store 0-4 64752 NULL
-+rt2x00debug_write_csr_64753 rt2x00debug_write_csr 3-0 64753 NULL
-+wl12xx_init_ap_role_64754 wl12xx_init_ap_role 0 64754 NULL
-+mt9m111_reg_set_64760 mt9m111_reg_set 0 64760 NULL
-+cfq_slice_idle_store_64761 cfq_slice_idle_store 3-0 64761 NULL
-+sensor_write_reg_64764 sensor_write_reg 0 64764 NULL nohasharray
-+huawei_cdc_ncm_manage_power_64764 huawei_cdc_ncm_manage_power 0 64764 &sensor_write_reg_64764
-+show_64765 show 0 64765 NULL
-+compat_sys_recvfrom_64769 compat_sys_recvfrom 3 64769 NULL
-+mv88e6352_set_temp_limit_64771 mv88e6352_set_temp_limit 0 64771 NULL nohasharray
-+init_housekeeping_64771 init_housekeeping 0 64771 &mv88e6352_set_temp_limit_64771
-+hwdep_write_64776 hwdep_write 3 64776 NULL nohasharray
-+server_monitor_latency_show_64776 server_monitor_latency_show 0 64776 &hwdep_write_64776
-+message_for_md_64777 message_for_md 5 64777 NULL nohasharray
-+skcipher_recvmsg_64777 skcipher_recvmsg 0-4 64777 &message_for_md_64777
-+acpi_pad_idlecpus_store_64782 acpi_pad_idlecpus_store 0-4 64782 NULL
-+ceph_fscache_session_get_key_64785 ceph_fscache_session_get_key 0 64785 NULL
-+isr_low_rssi_read_64789 isr_low_rssi_read 3-0 64789 NULL
-+twl6040_reg_write_64790 twl6040_reg_write 0 64790 NULL nohasharray
-+zisofs_readpage_64790 zisofs_readpage 0 64790 &twl6040_reg_write_64790
-+i40e_vsi_request_irq_msix_64791 i40e_vsi_request_irq_msix 0 64791 NULL
-+inetdev_event_64794 inetdev_event 0 64794 NULL
-+regmap_reg_ranges_read_file_64798 regmap_reg_ranges_read_file 3-0 64798 NULL
-+nfsctl_transaction_write_64800 nfsctl_transaction_write 3-0 64800 NULL nohasharray
-+target_fabric_wwn_attr_show_64800 target_fabric_wwn_attr_show 0 64800 &nfsctl_transaction_write_64800
-+bop_lookup_contig_64801 bop_lookup_contig 0 64801 NULL nohasharray
-+carl9170_init_power_cal_64801 carl9170_init_power_cal 0 64801 &bop_lookup_contig_64801
-+snd_via8233_multi_prepare_64803 snd_via8233_multi_prepare 0 64803 NULL nohasharray
-+vm_enough_memory_64803 vm_enough_memory 0 64803 &snd_via8233_multi_prepare_64803
-+rfkill_fop_write_64808 rfkill_fop_write 3-0 64808 NULL nohasharray
-+nv_mask_64808 nv_mask 0 64808 &rfkill_fop_write_64808
-+sync_speed_show_64809 sync_speed_show 0 64809 NULL nohasharray
-+ims_pcu_handle_firmware_update_64809 ims_pcu_handle_firmware_update 0 64809 &sync_speed_show_64809
-+proc_projid_map_write_64810 proc_projid_map_write 3-0 64810 NULL
-+rxrpc_preparse_xdr_64812 rxrpc_preparse_xdr 0 64812 NULL
-+clps711x_fb_set_par_64814 clps711x_fb_set_par 0 64814 NULL
-+ecryptfs_send_miscdev_64816 ecryptfs_send_miscdev 2 64816 NULL
-+show_target_kb_64823 show_target_kb 0 64823 NULL
-+multicast_querier_interval_show_64824 multicast_querier_interval_show 0 64824 NULL
-+sr9700_set_mac_address_64826 sr9700_set_mac_address 0 64826 NULL
-+em28xx_read_reg_64839 em28xx_read_reg 0 64839 NULL
-+driver_override_show_64842 driver_override_show 0 64842 NULL nohasharray
-+v4l2_read_64842 v4l2_read 0-3 64842 &driver_override_show_64842
-+dummy_ipv6_recv_error_64843 dummy_ipv6_recv_error 0 64843 NULL
-+ci_hdrc_add_device_64844 ci_hdrc_add_device 3 64844 NULL
-+elan_smbus_iap_reset_64851 elan_smbus_iap_reset 0 64851 NULL
-+do_request_64853 do_request 0 64853 NULL
-+qla2x00_fw_state_show_64860 qla2x00_fw_state_show 0 64860 NULL
-+altera_set_dr_pre_64862 altera_set_dr_pre 2 64862 NULL
-+gpio_trig_inverted_show_64863 gpio_trig_inverted_show 0 64863 NULL
-+rd_get_blocks_64864 rd_get_blocks 0 64864 NULL
-+s5p_mfc_dec_s_ctrl_64865 s5p_mfc_dec_s_ctrl 0 64865 NULL
-+ati_remote2_store_mode_mask_64866 ati_remote2_store_mode_mask 0-4 64866 NULL
-+ndisc_alloc_skb_64868 ndisc_alloc_skb 2 64868 NULL nohasharray
-+roccat_common2_sysfs_write_control_64868 roccat_common2_sysfs_write_control 0-6-5 64868 &ndisc_alloc_skb_64868
-+show_alarms_fan_64869 show_alarms_fan 0 64869 NULL
-+rbd_image_refresh_64870 rbd_image_refresh 0-4 64870 NULL
-+zl10039_write_64873 zl10039_write 0 64873 NULL
-+show_constraint_max_time_window_us_64875 show_constraint_max_time_window_us 0 64875 NULL nohasharray
-+shtc1_update_values_64875 shtc1_update_values 4 64875 &show_constraint_max_time_window_us_64875 nohasharray
-+nouveau_hwmon_get_pwm1_max_64875 nouveau_hwmon_get_pwm1_max 0 64875 &shtc1_update_values_64875
-+pci_vc_do_save_buffer_64876 pci_vc_do_save_buffer 0 64876 NULL
-+lprocfs_write_u64_helper_64880 lprocfs_write_u64_helper 2 64880 NULL
-+task_setscheduler_64882 task_setscheduler 0 64882 NULL
-+xfs_da3_node_lookup_int_64889 xfs_da3_node_lookup_int 0 64889 NULL
-+xgbe_start_64900 xgbe_start 0 64900 NULL
-+av7110_send_fw_cmd_64902 av7110_send_fw_cmd 0 64902 NULL nohasharray
-+ds2781_set_pmod_enabled_64902 ds2781_set_pmod_enabled 0-4 64902 &av7110_send_fw_cmd_64902 nohasharray
-+mlx4_en_phc_enable_64902 mlx4_en_phc_enable 0 64902 &ds2781_set_pmod_enabled_64902
-+nouveau_hwmon_show_fan1_input_64916 nouveau_hwmon_show_fan1_input 0 64916 NULL
-+cxacru_sysfs_showattr_MODU_64917 cxacru_sysfs_showattr_MODU 0 64917 NULL
-+wl1271_acx_event_mbox_mask_64919 wl1271_acx_event_mbox_mask 0 64919 NULL
-+sigma_fw_load_data_64923 sigma_fw_load_data 3 64923 NULL
-+ceph_vxattrcb_layout_object_size_64924 ceph_vxattrcb_layout_object_size 0 64924 NULL nohasharray
-+ieee80211_if_read_ave_beacon_64924 ieee80211_if_read_ave_beacon 3-0 64924 &ceph_vxattrcb_layout_object_size_64924
-+show_temp_auto_temp_off_64928 show_temp_auto_temp_off 0 64928 NULL
-+adp8870_bl_l3_office_dim_show_64930 adp8870_bl_l3_office_dim_show 0 64930 NULL
-+ql_wait_cfg_64933 ql_wait_cfg 0 64933 NULL
-+hidp_process_report_64935 hidp_process_report 4 64935 NULL
-+hdlc_device_event_64937 hdlc_device_event 0 64937 NULL
-+smsc_phy_reset_64938 smsc_phy_reset 0 64938 NULL
-+pcan_usb_set_bus_64942 pcan_usb_set_bus 0 64942 NULL
-+ubifs_wbuf_write_nolock_64946 ubifs_wbuf_write_nolock 3-0 64946 NULL
-+gadget_dev_desc_bDeviceClass_show_64948 gadget_dev_desc_bDeviceClass_show 0 64948 NULL nohasharray
-+mac802154_llsec_set_params_64948 mac802154_llsec_set_params 0 64948 &gadget_dev_desc_bDeviceClass_show_64948
-+__uncore_mask_show_64950 __uncore_mask_show 0 64950 NULL nohasharray
-+pcipcwd_notify_sys_64950 pcipcwd_notify_sys 0 64950 &__uncore_mask_show_64950
-+sony_pic_fanspeed_store_64951 sony_pic_fanspeed_store 0-4 64951 NULL
-+fsid_present_64955 fsid_present 0 64955 NULL
-+ip_options_get_from_user_64958 ip_options_get_from_user 4-0 64958 NULL
-+show_64959 show 0 64959 NULL
-+ieee802154_sock_bind_64960 ieee802154_sock_bind 0 64960 NULL
-+acpi_os_install_interrupt_handler_64968 acpi_os_install_interrupt_handler 1 64968 NULL
-+traceprobe_probes_write_64969 traceprobe_probes_write 3 64969 NULL
-+suspend_dtim_interval_read_64971 suspend_dtim_interval_read 3-0 64971 NULL
-+ext2_group_first_block_no_64972 ext2_group_first_block_no 0-2 64972 NULL
-+core_alua_show_secondary_write_metadata_64979 core_alua_show_secondary_write_metadata 0 64979 NULL nohasharray
-+proc_sys_call_handler_64979 proc_sys_call_handler 0 64979 &core_alua_show_secondary_write_metadata_64979
-+show_tcpRtoAlgorithm_64982 show_tcpRtoAlgorithm 0 64982 NULL
-+l2tp_ip6_sendmsg_64989 l2tp_ip6_sendmsg 3 64989 NULL
-+i7core_inject_store_col_64991 i7core_inject_store_col 0-4 64991 NULL
-+sq905_command_64994 sq905_command 0 64994 NULL
-+pskb_pull_65005 pskb_pull 2 65005 NULL nohasharray
-+alloc_all_mem_65005 alloc_all_mem 0 65005 &pskb_pull_65005
-+wakeup_expire_count_show_65013 wakeup_expire_count_show 0 65013 NULL
-+sh_mobile_ceu_videobuf_prepare_65016 sh_mobile_ceu_videobuf_prepare 0 65016 NULL
-+llc_ui_listen_65018 llc_ui_listen 0 65018 NULL
-+mag3110_show_samp_freq_avail_65028 mag3110_show_samp_freq_avail 0 65028 NULL
-+test_ecdh_read_65032 test_ecdh_read 3 65032 NULL
-+insert_dent_65034 insert_dent 7 65034 NULL
-+root_id_show_65050 root_id_show 0 65050 NULL
-+keene_cmd_set_65052 keene_cmd_set 0 65052 NULL
-+v4l2_ctrl_handler_init_class_65053 v4l2_ctrl_handler_init_class 2 65053 NULL nohasharray
-+logfs_truncate_rec_65053 logfs_truncate_rec 0 65053 &v4l2_ctrl_handler_init_class_65053
-+ath9k_multi_regread_65056 ath9k_multi_regread 4 65056 NULL nohasharray
-+vmci_transport_notify_pkt_send_init_65056 vmci_transport_notify_pkt_send_init 0 65056 &ath9k_multi_regread_65056 nohasharray
-+mwifiex_cmd_802_11_associate_65056 mwifiex_cmd_802_11_associate 0 65056 &vmci_transport_notify_pkt_send_init_65056
-+snd_rme32_pcm_trigger_65058 snd_rme32_pcm_trigger 0 65058 NULL
-+__erst_record_id_cache_add_one_65059 __erst_record_id_cache_add_one 0 65059 NULL nohasharray
-+pcibios_enable_device_65059 pcibios_enable_device 0 65059 &__erst_record_id_cache_add_one_65059 nohasharray
-+be_cmd_get_active_mac_65059 be_cmd_get_active_mac 0 65059 &pcibios_enable_device_65059
-+fw_write_65069 fw_write 3 65069 NULL
-+count_run_65072 count_run 0-4-5-2 65072 NULL nohasharray
-+bnx2fc_process_l2_frame_compl_65072 bnx2fc_process_l2_frame_compl 3 65072 &count_run_65072
-+koneplus_sysfs_write_info_65073 koneplus_sysfs_write_info 0-6-5 65073 NULL
-+__alloc_bootmem_node_high_65076 __alloc_bootmem_node_high 2 65076 NULL nohasharray
-+nf_nat_alloc_null_binding_65076 nf_nat_alloc_null_binding 0 65076 &__alloc_bootmem_node_high_65076
-+patch_65078 patch 0 65078 NULL
-+io_submit_init_bio_65080 io_submit_init_bio 0 65080 NULL
-+batadv_socket_write_65083 batadv_socket_write 3-0 65083 NULL
-+wl1271_ap_hw_init_65086 wl1271_ap_hw_init 0 65086 NULL
-+ath9k_dump_mci_btcoex_65090 ath9k_dump_mci_btcoex 3-0 65090 NULL nohasharray
-+show_temp_fault_65090 show_temp_fault 0 65090 &ath9k_dump_mci_btcoex_65090 nohasharray
-+mwl8k_cmd_set_mac_addr_65090 mwl8k_cmd_set_mac_addr 0 65090 &show_temp_fault_65090
-+snd_ali_playback_prepare_65093 snd_ali_playback_prepare 0 65093 NULL nohasharray
-+scsi_add_host_with_dma_65093 scsi_add_host_with_dma 0 65093 &snd_ali_playback_prepare_65093
-+cfq_fifo_expire_sync_show_65097 cfq_fifo_expire_sync_show 0 65097 NULL
-+qlcnic_83xx_create_rx_ctx_65098 qlcnic_83xx_create_rx_ctx 0 65098 NULL
-+__ext3_journal_dirty_metadata_65103 __ext3_journal_dirty_metadata 0 65103 NULL
-+pm_test_store_65104 pm_test_store 0-4 65104 NULL
-+it8709_get_rx_bytes_65106 it8709_get_rx_bytes 0 65106 NULL
-+generic_ocp_write_65107 generic_ocp_write 4 65107 NULL
-+usbvision_i2c_read_max4_65113 usbvision_i2c_read_max4 0-4 65113 NULL
-+show_ipReasmReqds_65114 show_ipReasmReqds 0 65114 NULL
-+usbtest_alloc_urb_65115 usbtest_alloc_urb 5-3 65115 NULL
-+direction_input_65122 direction_input 0 65122 NULL nohasharray
-+br_nf_forward_ip_65122 br_nf_forward_ip 0 65122 &direction_input_65122
-+store_65127 store 0-3 65127 NULL
-+store_srp_rport_delete_65128 store_srp_rport_delete 0-4 65128 NULL
-+show_tcpMaxConn_65131 show_tcpMaxConn 0 65131 NULL
-+nf_setsockopt_65135 nf_setsockopt 0 65135 NULL
-+xfs_attr_node_addname_65138 xfs_attr_node_addname 0 65138 NULL
-+ov7670_s_ctrl_65141 ov7670_s_ctrl 0 65141 NULL
-+r8a66597_queue_65143 r8a66597_queue 0 65143 NULL
-+cpia2_usb_transfer_cmd_65145 cpia2_usb_transfer_cmd 0 65145 NULL
-+vpe_queue_setup_65155 vpe_queue_setup 0 65155 NULL
-+tsl2550_set_power_state_65158 tsl2550_set_power_state 0 65158 NULL
-+truncate_upper_65167 truncate_upper 0 65167 NULL
-+snd_emu10k1_playback_prepare_65169 snd_emu10k1_playback_prepare 0 65169 NULL
-+virtnet_vlan_rx_add_vid_65170 virtnet_vlan_rx_add_vid 0 65170 NULL
-+lpfc_fcf_failover_policy_show_65181 lpfc_fcf_failover_policy_show 0 65181 NULL
-+ssb_bus_register_65183 ssb_bus_register 3 65183 NULL nohasharray
-+i2c_smbus_xfer_emulated_65183 i2c_smbus_xfer_emulated 0 65183 &ssb_bus_register_65183
-+__mlx4_alloc_from_zone_65184 __mlx4_alloc_from_zone 3 65184 NULL nohasharray
-+lola_setup_periods_65184 lola_setup_periods 0 65184 &__mlx4_alloc_from_zone_65184
-+sha384_init_65187 sha384_init 0 65187 NULL
-+ovl_getattr_65189 ovl_getattr 0 65189 NULL
-+nf_bridge_mtu_reduction_65192 nf_bridge_mtu_reduction 0 65192 NULL
-+card_wait_for_busy_clear_65196 card_wait_for_busy_clear 0 65196 NULL
-+power_limit_0_step_uw_show_65199 power_limit_0_step_uw_show 0 65199 NULL nohasharray
-+logfs_segment_read_65199 logfs_segment_read 0 65199 &power_limit_0_step_uw_show_65199
-+rtl2832_pid_filter_65209 rtl2832_pid_filter 2 65209 NULL
-+fcopy_write_65211 fcopy_write 0-3 65211 NULL
-+rx_rx_done_read_65217 rx_rx_done_read 3-0 65217 NULL
-+show_pwm_enable_65224 show_pwm_enable 0 65224 NULL nohasharray
-+squashfs_statfs_65224 squashfs_statfs 0 65224 &show_pwm_enable_65224
-+store_color_common_65227 store_color_common 0 65227 NULL
-+init_verbs_store_65228 init_verbs_store 0-4 65228 NULL
-+rt_mutex_fasttrylock_65229 rt_mutex_fasttrylock 0 65229 NULL
-+print_endpoint_stat_65232 print_endpoint_stat 4-0-3 65232 NULL
-+create_indep_hp_ctls_65234 create_indep_hp_ctls 0 65234 NULL
-+show_temp_mode_65238 show_temp_mode 0 65238 NULL
-+tg3_phydsp_write_65240 tg3_phydsp_write 0 65240 NULL
-+journal_get_write_access_65243 journal_get_write_access 0 65243 NULL
-+whci_n_caps_65247 whci_n_caps 0 65247 NULL
-+finup_65248 finup 0 65248 NULL
-+twl6040_power_up_automatic_65249 twl6040_power_up_automatic 0 65249 NULL
-+sbridge_mce_check_error_65250 sbridge_mce_check_error 0 65250 NULL
-+adt7x10_show_t_hyst_65253 adt7x10_show_t_hyst 0 65253 NULL nohasharray
-+cyapa_gen3_do_fw_update_65253 cyapa_gen3_do_fw_update 0 65253 &adt7x10_show_t_hyst_65253
-+store_pwm_ac_65254 store_pwm_ac 0-4 65254 NULL
-+s_stream_vbi_fmt_65256 s_stream_vbi_fmt 0 65256 NULL
-+mwave_read_65257 mwave_read 0-3 65257 NULL
-+core_siblings_show_65263 core_siblings_show 0 65263 NULL
-+tc3589x_gpio_direction_input_65264 tc3589x_gpio_direction_input 0 65264 NULL
-+kmem_zalloc_greedy_65268 kmem_zalloc_greedy 3-2 65268 NULL nohasharray
-+inet_netconf_msgsize_devconf_65268 inet_netconf_msgsize_devconf 0 65268 &kmem_zalloc_greedy_65268
-+new_offset_store_65271 new_offset_store 0-3 65271 NULL
-+logfs_segment_write_65277 logfs_segment_write 0 65277 NULL
-+vivid_streaming_s_ctrl_65278 vivid_streaming_s_ctrl 0 65278 NULL
-+kmalloc_parameter_65279 kmalloc_parameter 1 65279 NULL
-+xfs_btree_check_ptr_65281 xfs_btree_check_ptr 0 65281 NULL
-+compat_core_sys_select_65285 compat_core_sys_select 1 65285 NULL nohasharray
-+bnx2_alloc_mem_65285 bnx2_alloc_mem 0 65285 &compat_core_sys_select_65285
-+getproplen_65293 getproplen 0 65293 NULL
-+mpi_set_buffer_65294 mpi_set_buffer 3 65294 NULL
-+fat_direct_IO_65295 fat_direct_IO 4-0 65295 NULL
-+redirected_tty_write_65297 redirected_tty_write 3-0 65297 NULL nohasharray
-+update_relax_domain_level_65297 update_relax_domain_level 0 65297 &redirected_tty_write_65297 nohasharray
-+aa_setprocattr_changeprofile_65297 aa_setprocattr_changeprofile 0 65297 &update_relax_domain_level_65297
-+acpi_ex_resolve_object_to_value_65298 acpi_ex_resolve_object_to_value 0 65298 NULL
-+rt_mutex_trylock_65300 rt_mutex_trylock 0 65300 NULL
-+get_var_len_65304 get_var_len 0 65304 NULL nohasharray
-+apds990x_lux_show_65304 apds990x_lux_show 0 65304 &get_var_len_65304
-+generic_read_dir_65308 generic_read_dir 0-3 65308 NULL
-+nfc_hci_execute_cmd_async_65314 nfc_hci_execute_cmd_async 5 65314 NULL
-+udf_adinicb_readpage_65316 udf_adinicb_readpage 0 65316 NULL
-+unpack_array_65318 unpack_array 0 65318 NULL
-+ttm_mem_zone_show_65319 ttm_mem_zone_show 0 65319 NULL
-+write_acpi_int_65322 write_acpi_int 0 65322 NULL nohasharray
-+ivtv_start_decoding_65322 ivtv_start_decoding 0 65322 &write_acpi_int_65322
-+ocfs2_prepare_inode_for_write_65323 ocfs2_prepare_inode_for_write 0 65323 NULL
-+pci_vpd_find_tag_65325 pci_vpd_find_tag 0-2 65325 NULL
-+ds1685_rtc_sysfs_time_regs_show_65330 ds1685_rtc_sysfs_time_regs_show 0 65330 NULL
-+dccp_setsockopt_service_65336 dccp_setsockopt_service 4-0 65336 NULL
-+nv_get_regs_len_65344 nv_get_regs_len 0 65344 NULL
-+ext4_statfs_65345 ext4_statfs 0 65345 NULL
-+stv0680_handle_error_65352 stv0680_handle_error 0-2 65352 NULL
-+dma_rx_requested_read_65354 dma_rx_requested_read 3-0 65354 NULL
-+ns_proc_read_65358 ns_proc_read 0 65358 NULL nohasharray
-+sxgbe_init_dma_engine_65358 sxgbe_init_dma_engine 0 65358 &ns_proc_read_65358
-+ssp_do_transfer_65359 ssp_do_transfer 0 65359 NULL
-+rtl2830_pid_filter_65361 rtl2830_pid_filter 2 65361 NULL
-+alloc_cpu_rmap_65363 alloc_cpu_rmap 1 65363 NULL
-+pnfs_generic_scan_ds_commit_list_65365 pnfs_generic_scan_ds_commit_list 0 65365 NULL
-+set_tcrit1_hyst_65366 set_tcrit1_hyst 0-4 65366 NULL
-+__ext4_new_inode_65370 __ext4_new_inode 5 65370 NULL nohasharray
-+lpfc_soft_wwnn_store_65370 lpfc_soft_wwnn_store 0-4 65370 &__ext4_new_inode_65370
-+iwl_dbgfs_netdetect_read_65371 iwl_dbgfs_netdetect_read 3-0 65371 NULL nohasharray
-+mxt_write_reg_65371 mxt_write_reg 0 65371 &iwl_dbgfs_netdetect_read_65371 nohasharray
-+gem_get_sset_count_65371 gem_get_sset_count 0 65371 &mxt_write_reg_65371
-+SyS_writev_65372 SyS_writev 3 65372 NULL
-+velocity_change_mtu_65375 velocity_change_mtu 0 65375 NULL
-+fuse_write_end_65376 fuse_write_end 0-5 65376 NULL
-+adcxx_read_65379 adcxx_read 0 65379 NULL nohasharray
-+mem_cgroup_swappiness_write_65379 mem_cgroup_swappiness_write 0 65379 &adcxx_read_65379
-+nouveau_hwmon_set_pwm1_max_65382 nouveau_hwmon_set_pwm1_max 0-4 65382 NULL
-+m88e3016_config_init_65388 m88e3016_config_init 0 65388 NULL
-+hide_icon_65390 hide_icon 0-4 65390 NULL
-+mi_set_context_65395 mi_set_context 0 65395 NULL
-+__alloc_bootmem_nopanic_65397 __alloc_bootmem_nopanic 1 65397 NULL nohasharray
-+f2fs_xattr_advise_get_65397 f2fs_xattr_advise_get 0 65397 &__alloc_bootmem_nopanic_65397
-+trace_seq_to_user_65398 trace_seq_to_user 3 65398 NULL
-+mtd_get_device_size_65400 mtd_get_device_size 0 65400 NULL
-+__read_vmcore_65402 __read_vmcore 2 65402 NULL
-+rxrpc_krb5_decode_tagged_array_65404 rxrpc_krb5_decode_tagged_array 0 65404 NULL nohasharray
-+atmel_suspend_65404 atmel_suspend 0 65404 &rxrpc_krb5_decode_tagged_array_65404
-+usb_ep_enable_65405 usb_ep_enable 0 65405 NULL
-+iio_device_add_channel_sysfs_65406 iio_device_add_channel_sysfs 0 65406 NULL
-+consistent_dma_mask_bits_show_65407 consistent_dma_mask_bits_show 0 65407 NULL
-+snd_ca0106_pcm_prepare_playback_65408 snd_ca0106_pcm_prepare_playback 0 65408 NULL
-+show_temp_src_65410 show_temp_src 0 65410 NULL nohasharray
-+ocfs2_write_begin_nolock_65410 ocfs2_write_begin_nolock 0 65410 &show_temp_src_65410
-+edge_open_65411 edge_open 0 65411 NULL
-+snd_pcm_plugin_insert_65412 snd_pcm_plugin_insert 0 65412 NULL
-+kobj_pkt_show_65416 kobj_pkt_show 0 65416 NULL nohasharray
-+ali1535_access_65416 ali1535_access 0 65416 &kobj_pkt_show_65416
-+i40evf_get_rxfh_indir_size_65417 i40evf_get_rxfh_indir_size 0 65417 NULL
-+aux2_show_65419 aux2_show 0 65419 NULL
-+drm_calloc_large_65421 drm_calloc_large 1-2 65421 NULL
-+device_add_groups_65423 device_add_groups 0 65423 NULL
-+core_alua_store_secondary_write_metadata_65425 core_alua_store_secondary_write_metadata 0-3 65425 NULL
-+cpufreq_stat_notifier_policy_65431 cpufreq_stat_notifier_policy 0 65431 NULL
-+xpc_kzalloc_cacheline_aligned_65433 xpc_kzalloc_cacheline_aligned 1 65433 NULL
-+usb_alloc_coherent_65444 usb_alloc_coherent 2 65444 NULL
-+mlx4_comm_cmd_poll_65445 mlx4_comm_cmd_poll 0 65445 NULL nohasharray
-+cpu_cfs_period_write_u64_65445 cpu_cfs_period_write_u64 0 65445 &mlx4_comm_cmd_poll_65445
-+set_emul_temp_65452 set_emul_temp 0 65452 NULL
-+affs_write_inode_65454 affs_write_inode 0 65454 NULL
-+read_65459 read 0 65459 NULL
-+pinctrl_request_gpio_65460 pinctrl_request_gpio 0 65460 NULL
-+il_dbgfs_wd_timeout_write_65464 il_dbgfs_wd_timeout_write 3-0 65464 NULL
-+input_dev_show_id_bustype_65465 input_dev_show_id_bustype 0 65465 NULL
-+ipath_tid_free_65467 ipath_tid_free 0 65467 NULL
-+clear_user_65470 clear_user 2 65470 NULL
-+crypto_ablkcipher_encrypt_65473 crypto_ablkcipher_encrypt 0 65473 NULL
-+set_temp_max_hyst_65474 set_temp_max_hyst 0-4 65474 NULL
-+eem_opts_qmult_store_65476 eem_opts_qmult_store 0-3 65476 NULL nohasharray
-+write_profile_65476 write_profile 0-3 65476 &eem_opts_qmult_store_65476
-+dquot_alloc_space_65477 dquot_alloc_space 0 65477 NULL
-+regmap_write_65478 regmap_write 0 65478 NULL
-+ath_rx_edma_init_65483 ath_rx_edma_init 2 65483 NULL nohasharray
-+activate_65483 activate 0 65483 &ath_rx_edma_init_65483
-+sock_recvmsg_nosec_65484 sock_recvmsg_nosec 3-0 65484 NULL
-+ixgbevf_get_regs_len_65486 ixgbevf_get_regs_len 0 65486 NULL
-+show_temp3_beep_65487 show_temp3_beep 0 65487 NULL
-+dpcm_state_read_file_65489 dpcm_state_read_file 3-0 65489 NULL nohasharray
-+setup_spdif_playback_65489 setup_spdif_playback 0 65489 &dpcm_state_read_file_65489
-+fotg210_config_ep_65494 fotg210_config_ep 0 65494 NULL
-+selnl_msglen_65499 selnl_msglen 0 65499 NULL
-+wm8350_rtc_setalarm_65501 wm8350_rtc_setalarm 0 65501 NULL
-+__xudc_ep_enable_65502 __xudc_ep_enable 0 65502 NULL
-+ax25_recvmsg_65505 ax25_recvmsg 3 65505 NULL
-+dcdbas_smi_request_65515 dcdbas_smi_request 0 65515 NULL
-+tdfxfb_check_var_65516 tdfxfb_check_var 0 65516 NULL
-+cyapa_gen3_write_blocks_65517 cyapa_gen3_write_blocks 0 65517 NULL
-+dax_zero_page_range_65518 dax_zero_page_range 0 65518 NULL
-+comm_read_regr_65525 comm_read_regr 0 65525 NULL
-+nvme_trans_standard_inquiry_page_65526 nvme_trans_standard_inquiry_page 4 65526 NULL nohasharray
-+__vxge_hw_vpath_rts_table_set_65526 __vxge_hw_vpath_rts_table_set 0 65526 &nvme_trans_standard_inquiry_page_65526
-+tps6507x_pmic_set_bits_65527 tps6507x_pmic_set_bits 0 65527 NULL
-+gpio_set_direction_65528 gpio_set_direction 0 65528 NULL
-+show_memory_65529 show_memory 0 65529 NULL
-+reg_read_65530 reg_read 0 65530 NULL
-+hfsplus_trusted_getxattr_65531 hfsplus_trusted_getxattr 0 65531 NULL
-+tree_mod_log_eb_copy_65535 tree_mod_log_eb_copy 6-0 65535 NULL
+@@ -0,0 +1,15951 @@
++enable_so_recv_ctrl_pipe_us_data_0 recv_ctrl_pipe us_data 0 0 NULL
++enable_so___earlyonly_bootmem_alloc_fndecl_3 __earlyonly_bootmem_alloc fndecl 2-3-4 3 NULL
++enable_so_size_ttm_mem_reg_8 size ttm_mem_reg 0 8 NULL
++enable_so_char2uni_nls_table_12 char2uni nls_table 0 12 NULL
++enable_so_nrbufs_pipe_inode_info_13 nrbufs pipe_inode_info 0 13 NULL
++enable_so_NumPhys__EVENT_DATA_SAS_EXPANDER_STATUS_CHANGE_17 NumPhys _EVENT_DATA_SAS_EXPANDER_STATUS_CHANGE 0 17 NULL
++enable_so_max_name_len_fndecl_19 max_name_len fndecl 0 19 NULL nohasharray
++enable_so_kfd_wait_on_events_fndecl_19 kfd_wait_on_events fndecl 2 19 &enable_so_max_name_len_fndecl_19
++enable_so_ext4_seek_data_fndecl_21 ext4_seek_data fndecl 2 21 NULL
++enable_so_addr_to_user_sctp_pf_23 addr_to_user sctp_pf 0 23 NULL
++enable_so_max_frags_vxge_hw_fifo_config_26 max_frags vxge_hw_fifo_config 0 26 NULL
++enable_so_snic_reset_stats_write_fndecl_30 snic_reset_stats_write fndecl 3 30 NULL
++enable_so_total_drm_buf_35 total drm_buf 0 35 NULL
++enable_so_index_rs_rate_53 index rs_rate 0 53 NULL
++enable_so_mmap_min_addr_vardecl_56 mmap_min_addr vardecl 0 56 NULL
++enable_so_pattern_len_tcf_em_text_57 pattern_len tcf_em_text 0 57 NULL
++enable_so_bin_to_hex_dup_fndecl_62 bin_to_hex_dup fndecl 2 62 NULL
++enable_so_gart_alloc_coherent_fndecl_63 gart_alloc_coherent fndecl 2 63 NULL
++enable_so_cipso_v4_delopt_fndecl_67 cipso_v4_delopt fndecl 0 67 NULL
++enable_so_npages_mlx5_pages_req_70 npages mlx5_pages_req 0 70 NULL
++enable_so_iov_iter_get_pages_alloc_fndecl_76 iov_iter_get_pages_alloc fndecl 0-3 76 NULL
++enable_so_iwch_reject_cr_fndecl_78 iwch_reject_cr fndecl 3 78 NULL
++enable_so_data_size_data_queue_85 data_size data_queue 0 85 NULL
++enable_so_ceph_dir_llseek_fndecl_99 ceph_dir_llseek fndecl 2 99 NULL
++enable_so_erase_size_flash_info_100 erase_size flash_info 0 100 NULL
++enable_so_fi_blkno_ocfs2_find_inode_args_104 fi_blkno ocfs2_find_inode_args 0 104 NULL
++enable_so_phase_snd_usb_endpoint_106 phase snd_usb_endpoint 0 106 NULL
++enable_so_kvm_read_guest_fndecl_107 kvm_read_guest fndecl 2-4 107 NULL
++enable_so_add_new_gdb_meta_bg_fndecl_116 add_new_gdb_meta_bg fndecl 3 116 NULL
++enable_so_buffer_min_vardecl_floppy_c_117 buffer_min vardecl_floppy.c 0 117 NULL
++enable_so_needed_tailroom_net_device_118 needed_tailroom net_device 0 118 NULL
++enable_so_ipath_reg_phys_mr_fndecl_125 ipath_reg_phys_mr fndecl 3 125 NULL
++enable_so_in_ep_rtl_usb_128 in_ep rtl_usb 0 128 NULL
++enable_so_size_roundup_power2_fndecl_133 size_roundup_power2 fndecl 1-0 133 NULL
++enable_so_cifs_setxattr_fndecl_134 cifs_setxattr fndecl 4 134 NULL
++enable_so_nr_pages_dma_mapping_136 nr_pages dma_mapping 0 136 NULL
++enable_so_len_io_failure_record_139 len io_failure_record 0 139 NULL
++enable_so_n_mac_vlan_filters_vfpf_set_q_filters_tlv_142 n_mac_vlan_filters vfpf_set_q_filters_tlv 0 142 NULL
++enable_so_leaf_move_items_fndecl_145 leaf_move_items fndecl 4 145 NULL
++enable_so_ir_context_support_fw_ohci_147 ir_context_support fw_ohci 0 147 NULL
++enable_so_jffs2_nfs_get_inode_fndecl_152 jffs2_nfs_get_inode fndecl 2 152 NULL
++enable_so_zd_usb_iowrite16v_async_fndecl_163 zd_usb_iowrite16v_async fndecl 3 163 NULL
++enable_so_ext4_ext_remove_space_fndecl_170 ext4_ext_remove_space fndecl 2-3 170 NULL
++enable_so_acl_len_nfs_getaclres_171 acl_len nfs_getaclres 0 171 NULL
++enable_so_vactive_vblank_hi_detailed_pixel_timing_173 vactive_vblank_hi detailed_pixel_timing 0 173 NULL
++enable_so_ecryptfs_hash_bits_vardecl_messaging_c_174 ecryptfs_hash_bits vardecl_messaging.c 0 174 NULL
++enable_so_vfs_write_fndecl_176 vfs_write fndecl 3 176 NULL
++enable_so_length_sl811h_ep_186 length sl811h_ep 0 186 NULL
++enable_so_sddr55_write_data_fndecl_188 sddr55_write_data fndecl 4-3 188 NULL
++enable_so_mptctl_do_fw_download_fndecl_190 mptctl_do_fw_download fndecl 3 190 NULL
++enable_so_give_pages_fndecl_198 give_pages fndecl 3 198 NULL
++enable_so_sys_pwrite64_fndecl_206 sys_pwrite64 fndecl 3 206 NULL
++enable_so_xfs_zero_file_space_fndecl_211 xfs_zero_file_space fndecl 2-3 211 NULL nohasharray
++enable_so_bn_shadow_fndecl_211 bn_shadow fndecl 2 211 &enable_so_xfs_zero_file_space_fndecl_211
++enable_so_cxgb_alloc_mem_fndecl_212 cxgb_alloc_mem fndecl 1 212 NULL
++enable_so_copies_r10conf_216 copies r10conf 0 216 NULL
++enable_so_ieee80211_aes_ccm_decrypt_fndecl_227 ieee80211_aes_ccm_decrypt fndecl 7-5 227 NULL
++enable_so_afs_cell_alloc_fndecl_231 afs_cell_alloc fndecl 2 231 NULL
++enable_so_ad9523_write_fndecl_233 ad9523_write fndecl 2 233 NULL
++enable_so_ocfs2_mark_extent_refcounted_fndecl_240 ocfs2_mark_extent_refcounted fndecl 4-6 240 NULL
++enable_so_musb_readw_vardecl_241 musb_readw vardecl 0 241 NULL
++enable_so_sysv_inode_by_name_fndecl_242 sysv_inode_by_name fndecl 0 242 NULL
++enable_so_offset_nvkm_vma_248 offset nvkm_vma 0 248 NULL
++enable_so_ipw_get_current_rate_fndecl_250 ipw_get_current_rate fndecl 0 250 NULL
++enable_so_ixgbevf_change_mtu_fndecl_251 ixgbevf_change_mtu fndecl 2 251 NULL nohasharray
++enable_so_pclk_limit_ov6650_251 pclk_limit ov6650 0 251 &enable_so_ixgbevf_change_mtu_fndecl_251
++enable_so_venus_symlink_fndecl_257 venus_symlink fndecl 6-4 257 NULL
++enable_so_lf_entries_gfs2_leaf_263 lf_entries gfs2_leaf 0 263 NULL
++enable_so_es_lblk_extent_status_280 es_lblk extent_status 0 280 NULL
++enable_so_bytesperline_sh_veu_vfmt_288 bytesperline sh_veu_vfmt 0 288 NULL
++enable_so_do_mmap_pgoff_fndecl_291 do_mmap_pgoff fndecl 3-6 291 NULL
++enable_so_insert_dir_log_key_fndecl_295 insert_dir_log_key fndecl 6-5 295 NULL
++enable_so_islpci_mgt_transaction_fndecl_297 islpci_mgt_transaction fndecl 5 297 NULL
++enable_so__alloc_cdb_cont_fndecl_298 _alloc_cdb_cont fndecl 2 298 NULL
++enable_so_xfpregs_get_fndecl_305 xfpregs_get fndecl 4 305 NULL
++enable_so_omapdss_update_prop_fndecl_309 omapdss_update_prop fndecl 3 309 NULL
++enable_so_signal_cck_phy_hdr_312 signal cck_phy_hdr 0 312 NULL
++enable_so_MaxBufferSize_negotiate_rsp_314 MaxBufferSize negotiate_rsp 0 314 NULL
++enable_so_num_alt_usb_usbvision_328 num_alt usb_usbvision 0 328 NULL
++enable_so_start_fb_cmap_user_333 start fb_cmap_user 0 333 NULL
++enable_so_block_size_se_dev_attrib_334 block_size se_dev_attrib 0 334 NULL
++enable_so_udl_submit_urb_fndecl_353 udl_submit_urb fndecl 3 353 NULL
++enable_so_bNumConfigurations_usb_device_descriptor_360 bNumConfigurations usb_device_descriptor 0 360 NULL
++enable_so_link_buf_size_dvb_ca_slot_365 link_buf_size dvb_ca_slot 0 365 NULL
++enable_so_length_st21nfca_atr_req_366 length st21nfca_atr_req 0 366 NULL
++enable_so_inode_incr_space_fndecl_367 inode_incr_space fndecl 2 367 NULL
++enable_so_fusbh200_urb_done_fndecl_371 fusbh200_urb_done fndecl 3 371 NULL
++enable_so_setup_ctxt_fndecl_374 setup_ctxt fndecl 2 374 NULL
++enable_so___i2400mu_send_barker_fndecl_375 __i2400mu_send_barker fndecl 3 375 NULL
++enable_so_cx18_read_fndecl_384 cx18_read fndecl 3 384 NULL
++enable_so_keyspan_pda_write_fndecl_398 keyspan_pda_write fndecl 4 398 NULL
++enable_so_cyberjack_write_fndecl_399 cyberjack_write fndecl 4 399 NULL
++enable_so_fcp_resid_bnx2fc_cmd_412 fcp_resid bnx2fc_cmd 0 412 NULL
++enable_so_base_cbuf_417 base cbuf 0 417 NULL
++enable_so_fat_short2uni_fndecl_423 fat_short2uni fndecl 0 423 NULL
++enable_so_se_dev_set_block_size_fndecl_424 se_dev_set_block_size fndecl 2 424 NULL
++enable_so___insert_new_range_fndecl_427 __insert_new_range fndecl 3-2 427 NULL
++enable_so_status_netdev_desc_430 status netdev_desc 0 430 NULL
++enable_so_twsk_obj_size_timewait_sock_ops_433 twsk_obj_size timewait_sock_ops 0 433 NULL
++enable_so_hfs_file_fsync_fndecl_434 hfs_file_fsync fndecl 2 434 NULL
++enable_so_gfs2_get_block_type_fndecl_443 gfs2_get_block_type fndecl 2 443 NULL
++enable_so_challenge_len_ieee802_11_elems_444 challenge_len ieee802_11_elems 0 444 NULL
++enable_so_cem_build_path_fndecl_451 cem_build_path fndecl 0 451 NULL nohasharray
++enable_so_k3_dma_prep_memcpy_fndecl_451 k3_dma_prep_memcpy fndecl 4 451 &enable_so_cem_build_path_fndecl_451
++enable_so_width_g2d_frame_453 width g2d_frame 0 453 NULL
++enable_so___kfifo_max_r_fndecl_459 __kfifo_max_r fndecl 1-2 459 NULL
++enable_so_e_shnum_elf64_hdr_461 e_shnum elf64_hdr 0 461 NULL
++enable_so_page_size_nvme_dev_465 page_size nvme_dev 0 465 NULL
++enable_so_udf_load_logicalvol_fndecl_471 udf_load_logicalvol fndecl 2 471 NULL
++enable_so_map_write_fndecl_480 map_write fndecl 3 480 NULL
++enable_so_ext_start_xfs_extent_486 ext_start xfs_extent 0 486 NULL
++enable_so_nr_local_rds_rdma_args_488 nr_local rds_rdma_args 0 488 NULL
++enable_so_sp2_read_i2c_fndecl_489 sp2_read_i2c fndecl 4 489 NULL
++enable_so_edid_store_fndecl_491 edid_store fndecl 6 491 NULL
++enable_so_sndbuf_size_net_conf_498 sndbuf_size net_conf 0 498 NULL
++enable_so_cfg80211_inform_bss_width_frame_fndecl_501 cfg80211_inform_bss_width_frame fndecl 5 501 NULL
++enable_so_max_seg_sz_mmc_test_area_502 max_seg_sz mmc_test_area 0 502 NULL nohasharray
++enable_so_security_inode_getxattr_fndecl_502 security_inode_getxattr fndecl 0 502 &enable_so_max_seg_sz_mmc_test_area_502
++enable_so_hlen_ip6_tnl_510 hlen ip6_tnl 0 510 NULL
++enable_so_gfn_guest_walkerEPT_517 gfn guest_walkerEPT 0 517 NULL
++enable_so_dig_rate_snd_bt87x_board_522 dig_rate snd_bt87x_board 0 522 NULL
++enable_so_grow_gnttab_list_fndecl_523 grow_gnttab_list fndecl 1 523 NULL
++enable_so_videobuf_read_zerocopy_fndecl_546 videobuf_read_zerocopy fndecl 3 546 NULL
++enable_so_iscsi_add_hdr_fndecl_551 iscsi_add_hdr fndecl 2 551 NULL
++enable_so_names_count_tomoyo_condition_552 names_count tomoyo_condition 0 552 NULL
++enable_so_try_alloc_port_fndecl_557 try_alloc_port fndecl 2 557 NULL
++enable_so_cmd_amdkfd_ioctl_desc_560 cmd amdkfd_ioctl_desc 0 560 NULL
++enable_so_kzalloc_node_fndecl_563 kzalloc_node fndecl 1 563 NULL
++enable_so_btrfs_item_size_nr_fndecl_572 btrfs_item_size_nr fndecl 0 572 NULL
++enable_so_cfi_read_pri_fndecl_573 cfi_read_pri fndecl 3 573 NULL
++enable_so_disk_secno_bplus_leaf_node_574 disk_secno bplus_leaf_node 0 574 NULL
++enable_so_paging64_init_context_common_fndecl_577 paging64_init_context_common fndecl 3 577 NULL nohasharray
++enable_so_ext4_swap_extents_fndecl_577 ext4_swap_extents fndecl 6-5-4 577 &enable_so_paging64_init_context_common_fndecl_577
++enable_so_hash_extent_data_ref_fndecl_581 hash_extent_data_ref fndecl 0 581 NULL
++enable_so_blk_update_bidi_request_fndecl_588 blk_update_bidi_request fndecl 3-4 588 NULL
++enable_so_drm_property_create_bitmask_fndecl_591 drm_property_create_bitmask fndecl 6 591 NULL
++enable_so_xmit_head_mgsl_struct_596 xmit_head mgsl_struct 0 596 NULL
++enable_so_nr_groups_pcpu_alloc_info_602 nr_groups pcpu_alloc_info 0 602 NULL
++enable_so_xfs_bmapi_read_fndecl_603 xfs_bmapi_read fndecl 3-2 603 NULL nohasharray
++enable_so_lcm_not_zero_fndecl_603 lcm_not_zero fndecl 0-1-2 603 &enable_so_xfs_bmapi_read_fndecl_603
++enable_so_getxattr_fndecl_605 getxattr fndecl 4 605 NULL
++enable_so_copy_and_ioctl_fndecl_609 copy_and_ioctl fndecl 4 609 NULL
++enable_so_ftrace_size_ramoops_context_610 ftrace_size ramoops_context 0 610 NULL
++enable_so_ixgbe_alloc_q_vector_fndecl_612 ixgbe_alloc_q_vector fndecl 6-4 612 NULL
++enable_so_nvme_trans_log_supp_pages_fndecl_625 nvme_trans_log_supp_pages fndecl 3 625 NULL
++enable_so_xenbus_file_read_fndecl_632 xenbus_file_read fndecl 3 632 NULL
++enable_so_ieee80211_rx_mgmt_beacon_fndecl_637 ieee80211_rx_mgmt_beacon fndecl 3 637 NULL
++enable_so_entry_len__i2o_hrt_640 entry_len _i2o_hrt 0 640 NULL
++enable_so_d1_vring_rx_mac_643 d1 vring_rx_mac 0 643 NULL nohasharray
++enable_so_msg_len_dvb_diseqc_master_cmd_643 msg_len dvb_diseqc_master_cmd 0 643 &enable_so_d1_vring_rx_mac_643
++enable_so_ocrdma_get_pbl_info_fndecl_644 ocrdma_get_pbl_info fndecl 3 644 NULL
++enable_so_size_si_sm_handlers_648 size si_sm_handlers 0 648 NULL
++enable_so_header_length_irda_usb_cb_657 header_length irda_usb_cb 0 657 NULL
++enable_so_rtsx_usb_read_ppbuf_fndecl_659 rtsx_usb_read_ppbuf fndecl 3 659 NULL nohasharray
++enable_so_nchannels_fs_dev_659 nchannels fs_dev 0 659 &enable_so_rtsx_usb_read_ppbuf_fndecl_659
++enable_so_vmx_hwapic_irr_update_fndecl_662 vmx_hwapic_irr_update fndecl 2 662 NULL
++enable_so_start_async_extent_663 start async_extent 0 663 NULL
++enable_so_evdev_do_ioctl_fndecl_664 evdev_do_ioctl fndecl 2 664 NULL
++enable_so___push_leaf_left_fndecl_667 __push_leaf_left fndecl 8 667 NULL
++enable_so_lbs_highsnr_write_fndecl_671 lbs_highsnr_write fndecl 3 671 NULL
++enable_so_skb_size_nx_host_rds_ring_672 skb_size nx_host_rds_ring 0 672 NULL
++enable_so_minor_hash_fname_673 minor_hash fname 0 673 NULL
++enable_so_bond_change_mtu_fndecl_674 bond_change_mtu fndecl 2 674 NULL
++enable_so_page_order_sg_scatter_hold_679 page_order sg_scatter_hold 0 679 NULL
++enable_so_get_eeprom_len_ethtool_ops_686 get_eeprom_len ethtool_ops 0 686 NULL
++enable_so_follow_page_pte_fndecl_687 follow_page_pte fndecl 2 687 NULL
++enable_so_mchip_get_frame_fndecl_692 mchip_get_frame fndecl 0 692 NULL
++enable_so_ttm_page_pool_free_fndecl_693 ttm_page_pool_free fndecl 2 693 NULL
++enable_so_handle_pte_fault_fndecl_694 handle_pte_fault fndecl 3 694 NULL
++enable_so_do_mpage_readpage_fndecl_715 do_mpage_readpage fndecl 3 715 NULL
++enable_so_write_cache_pages_fndecl_737 write_cache_pages fndecl 0 737 NULL
++enable_so_count_TxFifo_750 count TxFifo 0 750 NULL
++enable_so_DataBufsSize_snd_korg1212_758 DataBufsSize snd_korg1212 0 758 NULL
++enable_so_ilf_len_xfs_inode_log_format_759 ilf_len xfs_inode_log_format 0 759 NULL
++enable_so_tda8083_readregs_fndecl_764 tda8083_readregs fndecl 4 764 NULL
++enable_so_iwl_trans_alloc_fndecl_767 iwl_trans_alloc fndecl 1 767 NULL
++enable_so_vb2_fop_read_fndecl_771 vb2_fop_read fndecl 3 771 NULL
++enable_so_truncate_one_csum_fndecl_777 truncate_one_csum fndecl 4-5 777 NULL
++enable_so_gem_change_mtu_fndecl_785 gem_change_mtu fndecl 2 785 NULL
++enable_so_prepare_reply_buffer_fndecl_793 prepare_reply_buffer fndecl 4 793 NULL
++enable_so_extent_direct_795 extent direct 0 795 NULL
++enable_so_height_qxl_head_799 height qxl_head 0 799 NULL
++enable_so_de_namelen_reiserfs_dir_entry_804 de_namelen reiserfs_dir_entry 0 804 NULL
++enable_so_request_key_auth_read_fndecl_830 request_key_auth_read fndecl 3 830 NULL
++enable_so_SyS_sethostname_fndecl_837 SyS_sethostname fndecl 2 837 NULL
++enable_so_trim_bitmaps_fndecl_845 trim_bitmaps fndecl 3-4 845 NULL
++enable_so_s_inopb_ufs_sb_private_info_849 s_inopb ufs_sb_private_info 0 849 NULL
++enable_so__picolcd_flash_write_fndecl_853 _picolcd_flash_write fndecl 4 853 NULL
++enable_so_irnet_ctrl_write_fndecl_856 irnet_ctrl_write fndecl 3 856 NULL
++enable_so_rsi_copy_to_card_fndecl_858 rsi_copy_to_card fndecl 3 858 NULL
++enable_so_unix_seqpacket_recvmsg_fndecl_861 unix_seqpacket_recvmsg fndecl 3 861 NULL
++enable_so_adu_read_fndecl_866 adu_read fndecl 3 866 NULL
++enable_so_safe_prepare_write_buffer_fndecl_872 safe_prepare_write_buffer fndecl 3 872 NULL
++enable_so_field_count_audit_rule_data_886 field_count audit_rule_data 0 886 NULL
++enable_so_il3945_get_adjacent_rate_fndecl_892 il3945_get_adjacent_rate fndecl 2 892 NULL nohasharray
++enable_so_octeon_read_device_mem64_fndecl_892 octeon_read_device_mem64 fndecl 0 892 &enable_so_il3945_get_adjacent_rate_fndecl_892
++enable_so_orinoco_change_mtu_fndecl_895 orinoco_change_mtu fndecl 2 895 NULL nohasharray
++enable_so_forw_xfs_attr3_icleaf_hdr_895 forw xfs_attr3_icleaf_hdr 0 895 &enable_so_orinoco_change_mtu_fndecl_895
++enable_so_p_srate_f_uac2_opts_896 p_srate f_uac2_opts 0 896 NULL
++enable_so_vm_normal_page_fndecl_897 vm_normal_page fndecl 2 897 NULL
++enable_so_rdma_copy_tail_fndecl_898 rdma_copy_tail fndecl 3 898 NULL nohasharray
++enable_so_cpu_mask_len_res_opts_898 cpu_mask_len res_opts 0 898 &enable_so_rdma_copy_tail_fndecl_898
++enable_so_user_bs_factor_ide_tape_obj_906 user_bs_factor ide_tape_obj 0 906 NULL
++enable_so_tcpprobe_sprint_fndecl_909 tcpprobe_sprint fndecl 0 909 NULL
++enable_so_irq_remapping_setup_msi_irqs_fndecl_913 irq_remapping_setup_msi_irqs fndecl 2 913 NULL
++enable_so_set_args_iw_priv_args_916 set_args iw_priv_args 0 916 NULL
++enable_so_max_reply_bytes_mpt3_ioctl_command_918 max_reply_bytes mpt3_ioctl_command 0 918 NULL
++enable_so_status_word_gem_rxd_925 status_word gem_rxd 0 925 NULL nohasharray
++enable_so_video_hsize_solo_dev_925 video_hsize solo_dev 0 925 &enable_so_status_word_gem_rxd_925
++enable_so_isofs_bread_fndecl_929 isofs_bread fndecl 2 929 NULL
++enable_so_xpnet_dev_change_mtu_fndecl_932 xpnet_dev_change_mtu fndecl 2 932 NULL
++enable_so___memblock_find_range_top_down_fndecl_935 __memblock_find_range_top_down fndecl 0-4-3 935 NULL
++enable_so_nfrags_pkt_gl_937 nfrags pkt_gl 0 937 NULL
++enable_so_max_sense_bytes_mpt2_ioctl_command_942 max_sense_bytes mpt2_ioctl_command 0 942 NULL
++enable_so_icmp_len_batadv_socket_packet_944 icmp_len batadv_socket_packet 0 944 NULL
++enable_so_pcpu_embed_first_chunk_fndecl_947 pcpu_embed_first_chunk fndecl 3-2-1 947 NULL nohasharray
++enable_so_mei_amthif_read_fndecl_947 mei_amthif_read fndecl 4 947 &enable_so_pcpu_embed_first_chunk_fndecl_947
++enable_so_sit_base_addr_sit_info_949 sit_base_addr sit_info 0 949 NULL
++enable_so_lprocfs_alloc_obd_stats_fndecl_950 lprocfs_alloc_obd_stats fndecl 2 950 NULL
++enable_so_pci_num_vf_fndecl_952 pci_num_vf fndecl 0 952 NULL
++enable_so_ssid_len_wireless_dev_954 ssid_len wireless_dev 0 954 NULL
++enable_so_length_ndis_80211_bssid_ex_955 length ndis_80211_bssid_ex 0 955 NULL
++enable_so_size_wl3501_md_ind_961 size wl3501_md_ind 0 961 NULL
++enable_so_thin_status_fndecl_965 thin_status fndecl 5 965 NULL
++enable_so_tx_ring_size_tx_queue_982 tx_ring_size tx_queue 0 982 NULL
++enable_so_em28xx_alloc_urbs_fndecl_983 em28xx_alloc_urbs fndecl 5-6-4 983 NULL nohasharray
++enable_so_s_blocks_count_hi_ext4_super_block_983 s_blocks_count_hi ext4_super_block 0 983 &enable_so_em28xx_alloc_urbs_fndecl_983
++enable_so_esp6_get_mtu_fndecl_987 esp6_get_mtu fndecl 0-2 987 NULL
++enable_so_unlock_extent_fndecl_990 unlock_extent fndecl 2-3 990 NULL
++enable_so_gtt_size_amdgpu_mc_994 gtt_size amdgpu_mc 0 994 NULL
++enable_so_ContainerSwitchEntries_aac_get_container_count_resp_1001 ContainerSwitchEntries aac_get_container_count_resp 0 1001 NULL
++enable_so_cpu_count_MPT3SAS_ADAPTER_1003 cpu_count MPT3SAS_ADAPTER 0 1003 NULL
++enable_so_xfs_dir3_leafn_read_fndecl_1004 xfs_dir3_leafn_read fndecl 3 1004 NULL
++enable_so_ath6kl_add_bss_if_needed_fndecl_1006 ath6kl_add_bss_if_needed fndecl 6 1006 NULL
++enable_so_assoc_req_len_wmi_connect_event_1014 assoc_req_len wmi_connect_event 0 1014 NULL
++enable_so_s_last_cno_nilfs_super_block_1016 s_last_cno nilfs_super_block 0 1016 NULL
++enable_so_map_page_fndecl_1017 map_page fndecl 4-3 1017 NULL
++enable_so_nvram_size_chip_desc_1022 nvram_size chip_desc 0 1022 NULL
++enable_so_jffs2_iget_fndecl_1041 jffs2_iget fndecl 2 1041 NULL nohasharray
++enable_so_page_shift_mlx5_buf_1041 page_shift mlx5_buf 0 1041 &enable_so_jffs2_iget_fndecl_1041
++enable_so_vnic_dev_get_res_count_fndecl_1044 vnic_dev_get_res_count fndecl 0 1044 NULL
++enable_so_tx_power_ipw_priv_1046 tx_power ipw_priv 0 1046 NULL
++enable_so_registers_gen_74x164_chip_1049 registers gen_74x164_chip 0 1049 NULL
++enable_so_m5602_urb_complete_fndecl_1052 m5602_urb_complete fndecl 3 1052 NULL
++enable_so_rocker_dma_test_offset_fndecl_1055 rocker_dma_test_offset fndecl 3 1055 NULL
++enable_so_data_ep_set_params_fndecl_1064 data_ep_set_params fndecl 3-4 1064 NULL
++enable_so_cw_clear_fndecl_1066 cw_clear fndecl 6-4-5-3 1066 NULL
++enable_so_len_left_brcmf_sdio_hdrinfo_1067 len_left brcmf_sdio_hdrinfo 0 1067 NULL
++enable_so_i_dno_hpfs_inode_info_1070 i_dno hpfs_inode_info 0 1070 NULL
++enable_so_num_min_snd_ratden_1071 num_min snd_ratden 0 1071 NULL
++enable_so_private_data_len_iw_cm_conn_param_1076 private_data_len iw_cm_conn_param 0 1076 NULL
++enable_so_enable_clk_ops_1078 enable clk_ops 0 1078 NULL
++enable_so_rq_wqe_count_mlx5_ib_create_qp_1079 rq_wqe_count mlx5_ib_create_qp 0 1079 NULL
++enable_so_ReadEEProm_fndecl_1081 ReadEEProm fndecl 3 1081 NULL
++enable_so_inum_ns_common_1087 inum ns_common 0 1087 NULL
++enable_so_hash_ip6_expire_fndecl_1088 hash_ip6_expire fndecl 4 1088 NULL
++enable_so_libipw_classify_fndecl_1089 libipw_classify fndecl 0 1089 NULL
++enable_so_data_start_msdos_sb_info_1100 data_start msdos_sb_info 0 1100 NULL
++enable_so_num_counters_compat_ebt_replace_1102 num_counters compat_ebt_replace 0 1102 NULL
++enable_so_cmd_sg_entries_vardecl_ib_srp_c_1108 cmd_sg_entries vardecl_ib_srp.c 0 1108 NULL
++enable_so_create_attr_set_fndecl_1118 create_attr_set fndecl 1 1118 NULL
++enable_so_slave_cnt_bonding_1119 slave_cnt bonding 0 1119 NULL
++enable_so_mdc800_device_read_fndecl_1123 mdc800_device_read fndecl 3 1123 NULL
++enable_so_ctl_in_pipe_brcmf_usbdev_info_1124 ctl_in_pipe brcmf_usbdev_info 0 1124 NULL
++enable_so_ion_handle_test_kernel_fndecl_1127 ion_handle_test_kernel fndecl 3-4 1127 NULL
++enable_so_forw_xfs_dir3_icleaf_hdr_1136 forw xfs_dir3_icleaf_hdr 0 1136 NULL
++enable_so_log_num_mlx4_resource_1137 log_num mlx4_resource 0 1137 NULL
++enable_so_vmw_execbuf_process_fndecl_1142 vmw_execbuf_process fndecl 5 1142 NULL
++enable_so_usblp_new_writeurb_fndecl_1149 usblp_new_writeurb fndecl 2 1149 NULL nohasharray
++enable_so_p54spi_spi_read_fndecl_1149 p54spi_spi_read fndecl 4 1149 &enable_so_usblp_new_writeurb_fndecl_1149
++enable_so_offset_mirror_1150 offset mirror 0 1150 NULL
++enable_so_hw_max_sectors_se_dev_attrib_1152 hw_max_sectors se_dev_attrib 0 1152 NULL
++enable_so_ntfs_rl_vcn_to_lcn_fndecl_1155 ntfs_rl_vcn_to_lcn fndecl 0-2 1155 NULL
++enable_so_cbuf_data_fndecl_1158 cbuf_data fndecl 0 1158 NULL
++enable_so_xstateregs_set_fndecl_1159 xstateregs_set fndecl 4 1159 NULL
++enable_so_sysctl_tcp_max_reordering_vardecl_1161 sysctl_tcp_max_reordering vardecl 0 1161 NULL
++enable_so_rtsx_usb_write_ppbuf_fndecl_1165 rtsx_usb_write_ppbuf fndecl 3 1165 NULL
++enable_so_eadatasize_mdt_body_1167 eadatasize mdt_body 0 1167 NULL
++enable_so_nfs4_acl_bytes_fndecl_1168 nfs4_acl_bytes fndecl 0 1168 NULL
++enable_so___btrfs_add_free_space_fndecl_1174 __btrfs_add_free_space fndecl 3-2 1174 NULL
++enable_so___set_xattr_fndecl_1176 __set_xattr fndecl 5 1176 NULL
++enable_so_br_vlan_add_fndecl_1177 br_vlan_add fndecl 2 1177 NULL
++enable_so_nr_push_drm_nouveau_gem_pushbuf_1184 nr_push drm_nouveau_gem_pushbuf 0 1184 NULL
++enable_so_alloc_sglist_fndecl_1187 alloc_sglist fndecl 1-2-3 1187 NULL
++enable_so_il4965_rs_move_mimo2_to_other_fndecl_1191 il4965_rs_move_mimo2_to_other fndecl 5 1191 NULL nohasharray
++enable_so_vme_get_size_fndecl_1191 vme_get_size fndecl 0 1191 &enable_so_il4965_rs_move_mimo2_to_other_fndecl_1191
++enable_so_probe_resp_len_cfg80211_beacon_data_1195 probe_resp_len cfg80211_beacon_data 0 1195 NULL
++enable_so_rdmarc_per_qp_mlx4_profile_1197 rdmarc_per_qp mlx4_profile 0 1197 NULL
++enable_so_nfs4_get_security_label_fndecl_1201 nfs4_get_security_label fndecl 3 1201 NULL nohasharray
++enable_so_rx_sdu_size_tsap_cb_1201 rx_sdu_size tsap_cb 0 1201 &enable_so_nfs4_get_security_label_fndecl_1201
++enable_so_pvscsi_ring_pages_vardecl_vmw_pvscsi_c_1202 pvscsi_ring_pages vardecl_vmw_pvscsi.c 0 1202 NULL
++enable_so_pcpu_mem_zalloc_fndecl_1207 pcpu_mem_zalloc fndecl 1 1207 NULL
++enable_so_max_sge_mvumi_hba_1213 max_sge mvumi_hba 0 1213 NULL
++enable_so_logfs_segment_write_compress_fndecl_1214 logfs_segment_write_compress fndecl 5 1214 NULL
++enable_so_max_transfer_bytes_storvsc_device_1221 max_transfer_bytes storvsc_device 0 1221 NULL
++enable_so_segno_curseg_info_1223 segno curseg_info 0 1223 NULL
++enable_so_pfkey_sendmsg_fndecl_1225 pfkey_sendmsg fndecl 3 1225 NULL
++enable_so_i_sblock_bfs_inode_info_1228 i_sblock bfs_inode_info 0 1228 NULL
++enable_so_cached_dev_cache_miss_fndecl_1232 cached_dev_cache_miss fndecl 4 1232 NULL
++enable_so_prev_chunk_sectors_r5conf_1237 prev_chunk_sectors r5conf 0 1237 NULL
++enable_so_buffer_dma_zd_usb_interrupt_1239 buffer_dma zd_usb_interrupt 0 1239 NULL
++enable_so_remote_settings_file_write_fndecl_1240 remote_settings_file_write fndecl 3 1240 NULL
++enable_so_set_msr_hyperv_fndecl_1242 set_msr_hyperv fndecl 3 1242 NULL
++enable_so_dlc_leaf_msg_log_message_1244 dlc leaf_msg_log_message 0 1244 NULL
++enable_so_get_tdp_level_kvm_x86_ops_1250 get_tdp_level kvm_x86_ops 0 1250 NULL nohasharray
++enable_so_cifs_local_to_utf16_bytes_fndecl_1250 cifs_local_to_utf16_bytes fndecl 0 1250 &enable_so_get_tdp_level_kvm_x86_ops_1250
++enable_so_drop_objectid_items_fndecl_1253 drop_objectid_items fndecl 4 1253 NULL nohasharray
++enable_so_max_vports_lpfc_hba_1253 max_vports lpfc_hba 0 1253 &enable_so_drop_objectid_items_fndecl_1253
++enable_so_find_highest_prio_tid_fndecl_1254 find_highest_prio_tid fndecl 0 1254 NULL
++enable_so_num_slaves_mlx4_dev_1258 num_slaves mlx4_dev 0 1258 NULL
++enable_so_st_status_fndecl_1259 st_status fndecl 5 1259 NULL
++enable_so_alloc32_mon_bin_get32_1260 alloc32 mon_bin_get32 0 1260 NULL
++enable_so_nfs_readdir_xdr_filler_fndecl_1265 nfs_readdir_xdr_filler fndecl 0 1265 NULL
++enable_so_viafb_dvp0_proc_write_fndecl_1276 viafb_dvp0_proc_write fndecl 3 1276 NULL
++enable_so_prob_ewma_minstrel_rate_stats_1278 prob_ewma minstrel_rate_stats 0 1278 NULL
++enable_so_ocfs2_read_extent_block_fndecl_1285 ocfs2_read_extent_block fndecl 2 1285 NULL
++enable_so_agp_alloc_page_array_fndecl_1289 agp_alloc_page_array fndecl 1 1289 NULL
++enable_so_fw_epd_frame_1293 fw epd_frame 0 1293 NULL
++enable_so_wMaxControlMessage_usb_cdc_mbim_desc_1308 wMaxControlMessage usb_cdc_mbim_desc 0 1308 NULL
++enable_so_number_snd_pcm_substream_1313 number snd_pcm_substream 0 1313 NULL
++enable_so_vd_cbr_au_count_gru_vma_data_1314 vd_cbr_au_count gru_vma_data 0 1314 NULL
++enable_so_read_kernfs_ops_1325 read kernfs_ops 0 1325 NULL
++enable_so_flctl_cmdfunc_fndecl_1333 flctl_cmdfunc fndecl 3 1333 NULL
++enable_so_fat_parse_short_fndecl_1348 fat_parse_short fndecl 0 1348 NULL
++enable_so_maxhf_vardecl_uvesafb_c_1352 maxhf vardecl_uvesafb.c 0 1352 NULL
++enable_so_MemReadHSCX_fndecl_1364 MemReadHSCX fndecl 0 1364 NULL
++enable_so_len_btrfs_ordered_sum_1365 len btrfs_ordered_sum 0 1365 NULL nohasharray
++enable_so_max_num_of_queues_per_device_vardecl_1365 max_num_of_queues_per_device vardecl 0 1365 &enable_so_len_btrfs_ordered_sum_1365
++enable_so_tx_ring_count_xgbe_prv_data_1366 tx_ring_count xgbe_prv_data 0 1366 NULL
++enable_so_len_orinoco_scan_data_1370 len orinoco_scan_data 0 1370 NULL nohasharray
++enable_so_dlen_hci_sco_hdr_1370 dlen hci_sco_hdr 0 1370 &enable_so_len_orinoco_scan_data_1370
++enable_so_v_total_aty128_crtc_1375 v_total aty128_crtc 0 1375 NULL
++enable_so_reiserfs_get_block_fndecl_1379 reiserfs_get_block fndecl 2 1379 NULL
++enable_so_w_drm_vmw_rect_1383 w drm_vmw_rect 0 1383 NULL
++enable_so_ieee80211_probereq_get_fndecl_1384 ieee80211_probereq_get fndecl 5-4 1384 NULL
++enable_so_smsc911x_rx_get_rxstatus_fndecl_1389 smsc911x_rx_get_rxstatus fndecl 0 1389 NULL
++enable_so_sctp_setsockopt_connectx_old_fndecl_1396 sctp_setsockopt_connectx_old fndecl 3 1396 NULL
++enable_so_len_wsm_hdr_1398 len wsm_hdr 0 1398 NULL
++enable_so_dev_size_amd_flash_info_1399 dev_size amd_flash_info 0 1399 NULL
++enable_so_cmd_size_scsi_host_template_1404 cmd_size scsi_host_template 0 1404 NULL
++enable_so_wl1271_rx_filter_get_fields_size_fndecl_1405 wl1271_rx_filter_get_fields_size fndecl 0 1405 NULL
++enable_so_ide_core_cp_entry_fndecl_1407 ide_core_cp_entry fndecl 3 1407 NULL
++enable_so_ec_hdr_alsize_ubi_device_1411 ec_hdr_alsize ubi_device 0 1411 NULL
++enable_so_num_rx_bds_bcmgenet_priv_1412 num_rx_bds bcmgenet_priv 0 1412 NULL
++enable_so_qlcnic_83xx_sysfs_flash_write_handler_fndecl_1419 qlcnic_83xx_sysfs_flash_write_handler fndecl 6 1419 NULL
++enable_so_ocfs2_get_block_fndecl_1420 ocfs2_get_block fndecl 2 1420 NULL
++enable_so_wpa_ie_len_orinoco_private_1421 wpa_ie_len orinoco_private 0 1421 NULL nohasharray
++enable_so_reg_umr_fndecl_1421 reg_umr fndecl 3-5 1421 &enable_so_wpa_ie_len_orinoco_private_1421
++enable_so_bch_dump_read_fndecl_1422 bch_dump_read fndecl 3 1422 NULL
++enable_so_paging32_invlpg_fndecl_1424 paging32_invlpg fndecl 2 1424 NULL
++enable_so_relocation_count_drm_i915_gem_exec_object2_1435 relocation_count drm_i915_gem_exec_object2 0 1435 NULL
++enable_so_rdev_num_s2mps11_info_1439 rdev_num s2mps11_info 0 1439 NULL
++enable_so_width_latch_addr_flash_data_1448 width latch_addr_flash_data 0 1448 NULL
++enable_so_memcg_update_list_lru_node_fndecl_1454 memcg_update_list_lru_node fndecl 3 1454 NULL
++enable_so_sys_ppoll_fndecl_1459 sys_ppoll fndecl 2 1459 NULL
++enable_so_net_header_len_sctp_af_1467 net_header_len sctp_af 0 1467 NULL
++enable_so_btrfs_del_inode_ref_in_log_fndecl_1471 btrfs_del_inode_ref_in_log fndecl 4-6 1471 NULL
++enable_so___mei_cl_send_fndecl_1473 __mei_cl_send fndecl 3 1473 NULL nohasharray
++enable_so_ceph_decode_32_fndecl_1473 ceph_decode_32 fndecl 0 1473 &enable_so___mei_cl_send_fndecl_1473
++enable_so_iio_debugfs_write_reg_fndecl_1477 iio_debugfs_write_reg fndecl 3 1477 NULL
++enable_so_de4x5_alloc_rx_buff_fndecl_1491 de4x5_alloc_rx_buff fndecl 3 1491 NULL
++enable_so_n_channels_ieee80211_supported_band_1494 n_channels ieee80211_supported_band 0 1494 NULL
++enable_so_blocks_count_ext4_new_group_data_1496 blocks_count ext4_new_group_data 0 1496 NULL
++enable_so_ezusb_program_fndecl_1497 ezusb_program fndecl 3-4 1497 NULL
++enable_so_ext4_mpage_readpages_fndecl_1499 ext4_mpage_readpages fndecl 4 1499 NULL
++enable_so_num_step_snd_ratden_1500 num_step snd_ratden 0 1500 NULL nohasharray
++enable_so_cx18_copy_buf_to_user_fndecl_1500 cx18_copy_buf_to_user fndecl 4-0 1500 &enable_so_num_step_snd_ratden_1500
++enable_so_uvc_video_decode_start_fndecl_1505 uvc_video_decode_start fndecl 0 1505 NULL
++enable_so_bo_info_size_drm_amdgpu_bo_list_in_1510 bo_info_size drm_amdgpu_bo_list_in 0 1510 NULL
++enable_so_initiate_new_session_fndecl_1514 initiate_new_session fndecl 6 1514 NULL nohasharray
++enable_so___break_lease_fndecl_1514 __break_lease fndecl 0 1514 &enable_so_initiate_new_session_fndecl_1514
++enable_so_sk_sndbuf_sock_1516 sk_sndbuf sock 0 1516 NULL
++enable_so_qlcnic_sriov_init_fndecl_1529 qlcnic_sriov_init fndecl 2 1529 NULL
++enable_so_grcan_allocate_dma_buffers_fndecl_1535 grcan_allocate_dma_buffers fndecl 2-3 1535 NULL
++enable_so___es_remove_extent_fndecl_1544 __es_remove_extent fndecl 3-2 1544 NULL
++enable_so___aa_kvmalloc_fndecl_1547 __aa_kvmalloc fndecl 1 1547 NULL
++enable_so_rix_minstrel_rate_1552 rix minstrel_rate 0 1552 NULL nohasharray
++enable_so_beg_hdmi_pulse_1552 beg hdmi_pulse 0 1552 &enable_so_rix_minstrel_rate_1552
++enable_so_cs_tss_segment_16_1560 cs tss_segment_16 0 1560 NULL
++enable_so_gru_preload_tlb_fndecl_1562 gru_preload_tlb fndecl 7-4 1562 NULL
++enable_so_prio_read_fndecl_1564 prio_read fndecl 2 1564 NULL
++enable_so_i2cdev_write_fndecl_1565 i2cdev_write fndecl 3 1565 NULL
++enable_so_libcfs_kvzalloc_fndecl_1568 libcfs_kvzalloc fndecl 1 1568 NULL
++enable_so_page_readlink_fndecl_1569 page_readlink fndecl 3 1569 NULL
++enable_so_kmem_zalloc_large_fndecl_1572 kmem_zalloc_large fndecl 1 1572 NULL
++enable_so_size_drm_qxl_alloc_1578 size drm_qxl_alloc 0 1578 NULL nohasharray
++enable_so_start_read_delay_c_1578 start_read delay_c 0 1578 &enable_so_size_drm_qxl_alloc_1578
++enable_so_ndesc_srp_map_state_1582 ndesc srp_map_state 0 1582 NULL
++enable_so_process_hot_add_fndecl_1590 process_hot_add fndecl 3 1590 NULL
++enable_so_sector_clone_info_1593 sector clone_info 0 1593 NULL
++enable_so_length_cpc_can_msg_1600 length cpc_can_msg 0 1600 NULL nohasharray
++enable_so_size_icp_qat_uof_batch_init_1600 size icp_qat_uof_batch_init 0 1600 &enable_so_length_cpc_can_msg_1600 nohasharray
++enable_so_target_length_spar_controlvm_parameters_header_1600 target_length spar_controlvm_parameters_header 0 1600 &enable_so_size_icp_qat_uof_batch_init_1600
++enable_so_block_size_c2port_ops_1610 block_size c2port_ops 0 1610 NULL
++enable_so_pppoe_sendmsg_fndecl_1612 pppoe_sendmsg fndecl 3 1612 NULL
++enable_so_rawv6_send_hdrinc_fndecl_1625 rawv6_send_hdrinc fndecl 3 1625 NULL
++enable_so_dt_num_devices_exofs_device_table_1626 dt_num_devices exofs_device_table 0 1626 NULL
++enable_so_es_tss_segment_16_1639 es tss_segment_16 0 1639 NULL
++enable_so_cblock_policy_result_1648 cblock policy_result 0 1648 NULL
++enable_so_kobil_write_fndecl_1651 kobil_write fndecl 4 1651 NULL
++enable_so_load_segment_descriptor_fndecl_1654 load_segment_descriptor fndecl 2 1654 NULL
++enable_so_copied_rpc_pipe_msg_1658 copied rpc_pipe_msg 0 1658 NULL
++enable_so_rds_ib_xmit_fndecl_1662 rds_ib_xmit fndecl 5 1662 NULL
++enable_so_num_clips_drm_vmw_present_arg_1671 num_clips drm_vmw_present_arg 0 1671 NULL
++enable_so_hidraw_send_report_fndecl_1674 hidraw_send_report fndecl 3 1674 NULL
++enable_so_vzalloc_node_fndecl_1683 vzalloc_node fndecl 1 1683 NULL
++enable_so_remain_bytes_asc_q_done_info_1696 remain_bytes asc_q_done_info 0 1696 NULL
++enable_so_size_grcan_dma_buffer_1702 size grcan_dma_buffer 0 1702 NULL
++enable_so_snd_pcm_oss_set_fragment1_fndecl_1706 snd_pcm_oss_set_fragment1 fndecl 2 1706 NULL
++enable_so_linear_conf_fndecl_1710 linear_conf fndecl 2 1710 NULL
++enable_so_ext4_getblk_fndecl_1720 ext4_getblk fndecl 3 1720 NULL
++enable_so_yres_drm_cmdline_mode_1722 yres drm_cmdline_mode 0 1722 NULL
++enable_so_nfs_map_gid_to_group_fndecl_1724 nfs_map_gid_to_group fndecl 0 1724 NULL
++enable_so_qtd_fill_fndecl_1725 qtd_fill fndecl 4-5-2-0-3 1725 NULL
++enable_so_submit_io_fndecl_1726 submit_io fndecl 3 1726 NULL
++enable_so_ts_num_ids_nfsd4_test_stateid_1732 ts_num_ids nfsd4_test_stateid 0 1732 NULL nohasharray
++enable_so_devm_iio_device_alloc_fndecl_1732 devm_iio_device_alloc fndecl 2 1732 &enable_so_ts_num_ids_nfsd4_test_stateid_1732
++enable_so___gfn_to_hva_many_fndecl_1735 __gfn_to_hva_many fndecl 2 1735 NULL
++enable_so_l4_hdr_size_vmxnet3_tx_ctx_1737 l4_hdr_size vmxnet3_tx_ctx 0 1737 NULL
++enable_so_bch_bset_sort_state_init_fndecl_1740 bch_bset_sort_state_init fndecl 2 1740 NULL
++enable_so_hash_ipmark6_expire_fndecl_1741 hash_ipmark6_expire fndecl 4 1741 NULL
++enable_so_ad_sd_write_reg_fndecl_1743 ad_sd_write_reg fndecl 3 1743 NULL nohasharray
++enable_so_nr_packets_saa7134_ts_1743 nr_packets saa7134_ts 0 1743 &enable_so_ad_sd_write_reg_fndecl_1743
++enable_so_compat_filldir_fndecl_1746 compat_filldir fndecl 3 1746 NULL
++enable_so_sectorsize_btrfs_root_1747 sectorsize btrfs_root 0 1747 NULL
++enable_so_si4713_send_command_fndecl_1750 si4713_send_command fndecl 6-4 1750 NULL
++enable_so_copy_module_from_user_fndecl_1751 copy_module_from_user fndecl 2 1751 NULL
++enable_so_it_context_mask_fw_ohci_1753 it_context_mask fw_ohci 0 1753 NULL
++enable_so_ext4_remove_blocks_fndecl_1754 ext4_remove_blocks fndecl 5 1754 NULL
++enable_so_len_pda_custom_wrapper_1757 len pda_custom_wrapper 0 1757 NULL nohasharray
++enable_so_lustre_acl_xattr_merge2ext_fndecl_1757 lustre_acl_xattr_merge2ext fndecl 2 1757 &enable_so_len_pda_custom_wrapper_1757
++enable_so_offset_scrub_nocow_inode_1762 offset scrub_nocow_inode 0 1762 NULL
++enable_so_eqe_size_mlx4_caps_1775 eqe_size mlx4_caps 0 1775 NULL
++enable_so_key_length_mwifiex_wep_key_1784 key_length mwifiex_wep_key 0 1784 NULL
++enable_so_pitch_radeonfb_info_1792 pitch radeonfb_info 0 1792 NULL
++enable_so_reiserfs_add_entry_fndecl_1797 reiserfs_add_entry fndecl 4 1797 NULL
++enable_so_vub300_usb_bulk_msg_fndecl_1799 vub300_usb_bulk_msg fndecl 4-2 1799 NULL nohasharray
++enable_so_security_inode_killpriv_fndecl_1799 security_inode_killpriv fndecl 0 1799 &enable_so_vub300_usb_bulk_msg_fndecl_1799
++enable_so_wl1273_fm_write_data_fndecl_1803 wl1273_fm_write_data fndecl 3 1803 NULL
++enable_so_mei_cl_send_fndecl_1807 mei_cl_send fndecl 3 1807 NULL
++enable_so_dataInSize_mpt_ioctl_command_1808 dataInSize mpt_ioctl_command 0 1808 NULL
++enable_so_udl_gem_alloc_object_fndecl_1811 udl_gem_alloc_object fndecl 2 1811 NULL
++enable_so___hugepage_set_anon_rmap_fndecl_1814 __hugepage_set_anon_rmap fndecl 3 1814 NULL nohasharray
++enable_so_sv_nrpools_svc_serv_1814 sv_nrpools svc_serv 0 1814 &enable_so___hugepage_set_anon_rmap_fndecl_1814
++enable_so_bufsize_saa7134_dmasound_1821 bufsize saa7134_dmasound 0 1821 NULL
++enable_so_rt2x00debug_write_eeprom_fndecl_1824 rt2x00debug_write_eeprom fndecl 3 1824 NULL
++enable_so_num_vectors_e1000_adapter_1827 num_vectors e1000_adapter 0 1827 NULL
++enable_so___add_prelim_ref_fndecl_1828 __add_prelim_ref fndecl 6-5-2 1828 NULL
++enable_so_ntfs_ucstonls_fndecl_1834 ntfs_ucstonls fndecl 3-5 1834 NULL
++enable_so_kvm_mmu_gva_to_gpa_write_fndecl_1840 kvm_mmu_gva_to_gpa_write fndecl 0 1840 NULL
++enable_so_vm_map_ram_fndecl_1845 vm_map_ram fndecl 2 1845 NULL
++enable_so_ncpus_xen_mc_physcpuinfo_1849 ncpus xen_mc_physcpuinfo 0 1849 NULL
++enable_so_drm_mode_create_tv_properties_fndecl_1857 drm_mode_create_tv_properties fndecl 2 1857 NULL
++enable_so_dm_write_async_fndecl_1859 dm_write_async fndecl 3 1859 NULL
++enable_so_i_blocks_inode_1866 i_blocks inode 0 1866 NULL
++enable_so_nl80211_send_rx_auth_fndecl_1876 nl80211_send_rx_auth fndecl 4 1876 NULL nohasharray
++enable_so_bset_tree_bytes_fndecl_1876 bset_tree_bytes fndecl 0 1876 &enable_so_nl80211_send_rx_auth_fndecl_1876
++enable_so_mwl8k_cmd_set_beacon_fndecl_1877 mwl8k_cmd_set_beacon fndecl 4 1877 NULL
++enable_so_sisusb_bulkin_msg_fndecl_1878 sisusb_bulkin_msg fndecl 4-2 1878 NULL nohasharray
++enable_so_buf_size_cx18_stream_1878 buf_size cx18_stream 0 1878 &enable_so_sisusb_bulkin_msg_fndecl_1878
++enable_so_num_vmdq_vsis_i40e_pf_1882 num_vmdq_vsis i40e_pf 0 1882 NULL
++enable_so___clear_user_fndecl_1885 __clear_user fndecl 0 1885 NULL
++enable_so__iwl_dbgfs_fw_dbg_collect_write_fndecl_1890 _iwl_dbgfs_fw_dbg_collect_write fndecl 3 1890 NULL
++enable_so_start_pfn_memory_notify_1896 start_pfn memory_notify 0 1896 NULL
++enable_so_sd_blocks_stat_data_1901 sd_blocks stat_data 0 1901 NULL
++enable_so_mpi_alloc_limb_space_fndecl_1925 mpi_alloc_limb_space fndecl 1 1925 NULL
++enable_so___audit_sockaddr_fndecl_1929 __audit_sockaddr fndecl 1 1929 NULL
++enable_so_convert_ip_to_linear_fndecl_1933 convert_ip_to_linear fndecl 0 1933 NULL
++enable_so_usblp_write_fndecl_1945 usblp_write fndecl 3 1945 NULL
++enable_so_ieee80211_get_mesh_hdrlen_fndecl_1948 ieee80211_get_mesh_hdrlen fndecl 0 1948 NULL
++enable_so_gss_pipe_downcall_fndecl_1949 gss_pipe_downcall fndecl 3 1949 NULL
++enable_so_num_adcs_cs42xx8_driver_data_1953 num_adcs cs42xx8_driver_data 0 1953 NULL
++enable_so_mcryptd_alloc_instance_fndecl_1958 mcryptd_alloc_instance fndecl 2-3 1958 NULL
++enable_so___kmalloc_fndecl_1964 __kmalloc fndecl 1 1964 NULL
++enable_so_xlog_get_bp_fndecl_1966 xlog_get_bp fndecl 2 1966 NULL
++enable_so_tty_buffer_request_room_fndecl_1967 tty_buffer_request_room fndecl 2 1967 NULL
++enable_so_to_dio_submit_1977 to dio_submit 0 1977 NULL nohasharray
++enable_so_partitionLength_partitionDesc_1977 partitionLength partitionDesc 0 1977 &enable_so_to_dio_submit_1977
++enable_so_tipc_sendmcast_fndecl_1981 tipc_sendmcast fndecl 4 1981 NULL nohasharray
++enable_so_ll_md_brw_size_ll_sb_info_1981 ll_md_brw_size ll_sb_info 0 1981 &enable_so_tipc_sendmcast_fndecl_1981
++enable_so_total_memory_vbe_ib_1999 total_memory vbe_ib 0 1999 NULL
++enable_so_idx_len_tg3_rx_buffer_desc_2006 idx_len tg3_rx_buffer_desc 0 2006 NULL
++enable_so_alauda_read_block_fndecl_2008 alauda_read_block fndecl 4 2008 NULL
++enable_so_ipv6_skip_exthdr_fndecl_2016 ipv6_skip_exthdr fndecl 0-2 2016 NULL
++enable_so_madvise_vma_fndecl_2019 madvise_vma fndecl 4-3 2019 NULL
++enable_so_ec_i2c_count_message_fndecl_2022 ec_i2c_count_message fndecl 2 2022 NULL
++enable_so_vga_vram_base_vardecl_vgacon_c_2024 vga_vram_base vardecl_vgacon.c 0 2024 NULL
++enable_so_max_write_fuse_conn_2028 max_write fuse_conn 0 2028 NULL
++enable_so_num_phy_chans_d40_base_2049 num_phy_chans d40_base 0 2049 NULL
++enable_so_xfs_da_grow_inode_int_fndecl_2058 xfs_da_grow_inode_int fndecl 3 2058 NULL
++enable_so_kmalloc_order_trace_fndecl_2063 kmalloc_order_trace fndecl 1 2063 NULL
++enable_so_val_bytes_regmap_format_2064 val_bytes regmap_format 0 2064 NULL
++enable_so_usbat_flash_read_data_fndecl_2065 usbat_flash_read_data fndecl 4 2065 NULL
++enable_so_dvb_generic_ioctl_fndecl_2081 dvb_generic_ioctl fndecl 2 2081 NULL
++enable_so_mei_io_cb_alloc_buf_fndecl_2088 mei_io_cb_alloc_buf fndecl 2 2088 NULL
++enable_so_sensor_xres_em28xx_v4l2_2095 sensor_xres em28xx_v4l2 0 2095 NULL
++enable_so_min_odd_fndecl_2105 min_odd fndecl 1-2 2105 NULL
++enable_so_namelen_extended_attribute_2109 namelen extended_attribute 0 2109 NULL
++enable_so_dlen_nft_immediate_expr_2110 dlen nft_immediate_expr 0 2110 NULL
++enable_so_s_inode_size_ext3_sb_info_2116 s_inode_size ext3_sb_info 0 2116 NULL
++enable_so_ecryptfs_truncate_fndecl_2118 ecryptfs_truncate fndecl 2 2118 NULL
++enable_so_rxfrag_size_ipg_nic_private_2119 rxfrag_size ipg_nic_private 0 2119 NULL
++enable_so_gen_unique_name_fndecl_2127 gen_unique_name fndecl 0 2127 NULL
++enable_so_ipath_ports_extrabuf_ipath_devdata_2132 ipath_ports_extrabuf ipath_devdata 0 2132 NULL
++enable_so_hdrs_min_io_size_ubi_device_2134 hdrs_min_io_size ubi_device 0 2134 NULL
++enable_so_req_lim_srp_rdma_ch_2136 req_lim srp_rdma_ch 0 2136 NULL
++enable_so_connection_length_spar_controlvm_parameters_header_2141 connection_length spar_controlvm_parameters_header 0 2141 NULL
++enable_so__iwl_dbgfs_sta_drain_write_fndecl_2142 _iwl_dbgfs_sta_drain_write fndecl 3 2142 NULL
++enable_so_capacity_p9_fcall_2144 capacity p9_fcall 0 2144 NULL
++enable_so_sisusbcon_bmove_fndecl_2146 sisusbcon_bmove fndecl 7-5-6 2146 NULL
++enable_so_ioc_len_obd_ioctl_hdr_2148 ioc_len obd_ioctl_hdr 0 2148 NULL
++enable_so_xen_swiotlb_map_page_fndecl_2157 xen_swiotlb_map_page fndecl 4 2157 NULL
++enable_so_mpc_new_length_vardecl_mpparse_c_2163 mpc_new_length vardecl_mpparse.c 0 2163 NULL nohasharray
++enable_so_block_size__drive_info_struct_2163 block_size _drive_info_struct 0 2163 &enable_so_mpc_new_length_vardecl_mpparse_c_2163
++enable_so_i_bytes_inode_2165 i_bytes inode 0 2165 NULL
++enable_so_read_size_perf_event_2173 read_size perf_event 0 2173 NULL
++enable_so_ext4_setup_next_flex_gd_fndecl_2174 ext4_setup_next_flex_gd fndecl 4 2174 NULL
++enable_so_rate_max_audioformat_2186 rate_max audioformat 0 2186 NULL nohasharray
++enable_so_max_txsz_ulp_iscsi_info_2186 max_txsz ulp_iscsi_info 0 2186 &enable_so_rate_max_audioformat_2186
++enable_so_ast_ttm_tt_create_fndecl_2190 ast_ttm_tt_create fndecl 2 2190 NULL
++enable_so_qp_handle_buf_size_vmci_ctx_notify_recv_info_2191 qp_handle_buf_size vmci_ctx_notify_recv_info 0 2191 NULL
++enable_so_ldlm_lock_create_fndecl_2195 ldlm_lock_create fndecl 7 2195 NULL
++enable_so___alloc_reserved_percpu_fndecl_2196 __alloc_reserved_percpu fndecl 1-2 2196 NULL
++enable_so___btrfs_direct_write_fndecl_2197 __btrfs_direct_write fndecl 3 2197 NULL
++enable_so_s_blocks_per_group_ext4_sb_info_2201 s_blocks_per_group ext4_sb_info 0 2201 NULL
++enable_so_DH_length_eg_ctrl_info_2234 DH_length eg_ctrl_info 0 2234 NULL
++enable_so_nfs_proc_readdir_fndecl_2240 nfs_proc_readdir fndecl 5 2240 NULL
++enable_so_SYSC_prctl_fndecl_2255 SYSC_prctl fndecl 4 2255 NULL
++enable_so_big_oops_buf_sz_vardecl_platform_c_2265 big_oops_buf_sz vardecl_platform.c 0 2265 NULL
++enable_so_compat_rw_copy_check_uvector_fndecl_2274 compat_rw_copy_check_uvector fndecl 3 2274 NULL
++enable_so_transport_init_se_cmd_fndecl_2277 transport_init_se_cmd fndecl 4 2277 NULL
++enable_so_xen_bind_pirq_msi_to_irq_fndecl_2289 xen_bind_pirq_msi_to_irq fndecl 4 2289 NULL
++enable_so_write_phy_fndecl_2290 write_phy fndecl 3 2290 NULL
++enable_so_scrub_extent_fndecl_2293 scrub_extent fndecl 3-2-9-4 2293 NULL
++enable_so_proc_sched_autogroup_set_nice_fndecl_2296 proc_sched_autogroup_set_nice fndecl 2 2296 NULL
++enable_so_bulk_out_endpointAddr_usb_lcd_2303 bulk_out_endpointAddr usb_lcd 0 2303 NULL
++enable_so_af9033_wr_regs_fndecl_2314 af9033_wr_regs fndecl 4 2314 NULL nohasharray
++enable_so_read_pointer_st_buffer_2314 read_pointer st_buffer 0 2314 &enable_so_af9033_wr_regs_fndecl_2314
++enable_so_clipcount_v4l2_window_2316 clipcount v4l2_window 0 2316 NULL
++enable_so_ieee80211_tdls_prep_mgmt_packet_fndecl_2320 ieee80211_tdls_prep_mgmt_packet fndecl 10 2320 NULL
++enable_so_mmc_alloc_sg_fndecl_2323 mmc_alloc_sg fndecl 1 2323 NULL
++enable_so_sendmsg_proto_ops_2329 sendmsg proto_ops 0 2329 NULL
++enable_so_memsz_kexec_segment_2340 memsz kexec_segment 0 2340 NULL
++enable_so_ipath_piobcnt4k_ipath_devdata_2352 ipath_piobcnt4k ipath_devdata 0 2352 NULL
++enable_so_btrfs_qgroup_record_ref_fndecl_2356 btrfs_qgroup_record_ref fndecl 4 2356 NULL
++enable_so_fat_ioctl_filldir_fndecl_2360 fat_ioctl_filldir fndecl 3 2360 NULL
++enable_so_packet_size_st5481_in_2373 packet_size st5481_in 0 2373 NULL nohasharray
++enable_so_count_brcmf_pno_scanresults_le_2373 count brcmf_pno_scanresults_le 0 2373 &enable_so_packet_size_st5481_in_2373
++enable_so_tx_buffer_size_peak_usb_adapter_2386 tx_buffer_size peak_usb_adapter 0 2386 NULL
++enable_so_rq_reqlen_ptlrpc_request_2387 rq_reqlen ptlrpc_request 0 2387 NULL
++enable_so_xlog_do_recovery_pass_fndecl_2401 xlog_do_recovery_pass fndecl 3 2401 NULL
++enable_so_asd_get_cmdctx_size_fndecl_2408 asd_get_cmdctx_size fndecl 0 2408 NULL
++enable_so_status1_ar9003_rxs_2417 status1 ar9003_rxs 0 2417 NULL nohasharray
++enable_so_rspq_size_qset_params_2417 rspq_size qset_params 0 2417 &enable_so_status1_ar9003_rxs_2417
++enable_so_ocfs2_acl_from_xattr_fndecl_2423 ocfs2_acl_from_xattr fndecl 2 2423 NULL
++enable_so_omtu_l2cap_chan_2424 omtu l2cap_chan 0 2424 NULL
++enable_so_bcm3510_writebytes_fndecl_2436 bcm3510_writebytes fndecl 4 2436 NULL
++enable_so_init_asiliant_fndecl_2438 init_asiliant fndecl 2 2438 NULL
++enable_so_carl9170_rx_copy_data_fndecl_2443 carl9170_rx_copy_data fndecl 2 2443 NULL
++enable_so_key_len_key_params_2447 key_len key_params 0 2447 NULL
++enable_so___irq_alloc_descs_fndecl_2452 __irq_alloc_descs fndecl 3 2452 NULL
++enable_so_ocfs2_lock_refcount_allocators_fndecl_2461 ocfs2_lock_refcount_allocators fndecl 3-2 2461 NULL
++enable_so_tomoyo_read_control_fndecl_2465 tomoyo_read_control fndecl 3 2465 NULL
++enable_so_regmap_register_patch_fndecl_2466 regmap_register_patch fndecl 3 2466 NULL
++enable_so_rtllib_alloc_txb_fndecl_2468 rtllib_alloc_txb fndecl 1 2468 NULL
++enable_so_offset_gfs2_rbm_2477 offset gfs2_rbm 0 2477 NULL
++enable_so_ixgb_change_mtu_fndecl_2482 ixgb_change_mtu fndecl 2 2482 NULL
++enable_so_CLOCK_SiS_VCLKData_2484 CLOCK SiS_VCLKData 0 2484 NULL
++enable_so_tcp_sacktag_one_fndecl_2487 tcp_sacktag_one fndecl 7 2487 NULL
++enable_so_nilfs_segctor_scan_file_dsync_fndecl_2493 nilfs_segctor_scan_file_dsync fndecl 0 2493 NULL
++enable_so_btrfs_find_all_leafs_fndecl_2499 btrfs_find_all_leafs fndecl 3 2499 NULL
++enable_so_update_time_fndecl_2500 update_time fndecl 0 2500 NULL
++enable_so_size_arpt_replace_2509 size arpt_replace 0 2509 NULL
++enable_so_unmap_alignment_scsi_disk_2514 unmap_alignment scsi_disk 0 2514 NULL
++enable_so_evdev_ioctl_handler_fndecl_2522 evdev_ioctl_handler fndecl 2 2522 NULL
++enable_so_usbpn_set_mtu_fndecl_2527 usbpn_set_mtu fndecl 2 2527 NULL
++enable_so_detect_btsc_fndecl_2528 detect_btsc fndecl 3 2528 NULL
++enable_so_vhost16_to_cpu_fndecl_2533 vhost16_to_cpu fndecl 0 2533 NULL
++enable_so___scsi_format_command_fndecl_2534 __scsi_format_command fndecl 2 2534 NULL nohasharray
++enable_so_ocfs2_direct_IO_extend_no_holes_fndecl_2534 ocfs2_direct_IO_extend_no_holes fndecl 3 2534 &enable_so___scsi_format_command_fndecl_2534
++enable_so_l2down_create_fndecl_2536 l2down_create fndecl 4 2536 NULL
++enable_so_rs_switch_to_mimo2_fndecl_2537 rs_switch_to_mimo2 fndecl 6 2537 NULL nohasharray
++enable_so_mthca_alloc_init_fndecl_2537 mthca_alloc_init fndecl 3-2 2537 &enable_so_rs_switch_to_mimo2_fndecl_2537
++enable_so_tcp_shifted_skb_fndecl_2543 tcp_shifted_skb fndecl 6-4 2543 NULL
++enable_so_lprocfs_wr_import_fndecl_2547 lprocfs_wr_import fndecl 3 2547 NULL
++enable_so___kmem_cache_alias_fndecl_2551 __kmem_cache_alias fndecl 3-2 2551 NULL
++enable_so_vm_brk_fndecl_2552 vm_brk fndecl 1-2 2552 NULL
++enable_so_dma_maxpq_fndecl_2555 dma_maxpq fndecl 0 2555 NULL
++enable_so_off_fuse_dirent_2561 off fuse_dirent 0 2561 NULL
++enable_so_hdsp_external_sample_rate_fndecl_2568 hdsp_external_sample_rate fndecl 0 2568 NULL
++enable_so_extend_brk_fndecl_2574 extend_brk fndecl 2-1 2574 NULL
++enable_so___tun_chr_ioctl_fndecl_2575 __tun_chr_ioctl fndecl 4 2575 NULL
++enable_so_aio_offset_iocb_2576 aio_offset iocb 0 2576 NULL
++enable_so_get_memory_block_size_fndecl_2600 get_memory_block_size fndecl 0 2600 NULL
++enable_so_maxfrsize_bfa_fcs_rport_s_2601 maxfrsize bfa_fcs_rport_s 0 2601 NULL
++enable_so_mesh_table_alloc_fndecl_2610 mesh_table_alloc fndecl 1 2610 NULL
++enable_so_ld_active_tgt_count_lov_desc_2613 ld_active_tgt_count lov_desc 0 2613 NULL
++enable_so_cra_blocksize_crypto_alg_2618 cra_blocksize crypto_alg 0 2618 NULL nohasharray
++enable_so_p2_gma_clock_t_2618 p2 gma_clock_t 0 2618 &enable_so_cra_blocksize_crypto_alg_2618
++enable_so_rx_buf_dma_pch_spi_dma_ctrl_2619 rx_buf_dma pch_spi_dma_ctrl 0 2619 NULL nohasharray
++enable_so_priority_add_kvm_kpic_state_2619 priority_add kvm_kpic_state 0 2619 &enable_so_rx_buf_dma_pch_spi_dma_ctrl_2619
++enable_so_crc_size_vardecl_pm_check_c_2624 crc_size vardecl_pm-check.c 0 2624 NULL
++enable_so_len_whc_std_2626 len whc_std 0 2626 NULL
++enable_so_snd_soc_params_to_frame_size_fndecl_2630 snd_soc_params_to_frame_size fndecl 0 2630 NULL
++enable_so_radeon_vram_location_fndecl_2634 radeon_vram_location fndecl 3 2634 NULL
++enable_so_bop_lookup_contig_nilfs_bmap_operations_2637 bop_lookup_contig nilfs_bmap_operations 0 2637 NULL
++enable_so_regmap_spi_gather_write_fndecl_2639 regmap_spi_gather_write fndecl 3-5 2639 NULL
++enable_so_rx_bufshift_rtl_stats_2641 rx_bufshift rtl_stats 0 2641 NULL
++enable_so_pktgen_alloc_skb_fndecl_2658 pktgen_alloc_skb fndecl 3 2658 NULL
++enable_so_alloc_large_system_hash_fndecl_2660 alloc_large_system_hash fndecl 2 2660 NULL
++enable_so_algs_wmfw_adsp2_id_hdr_2662 algs wmfw_adsp2_id_hdr 0 2662 NULL
++enable_so_dlen_hci_acl_hdr_2672 dlen hci_acl_hdr 0 2672 NULL nohasharray
++enable_so_evdev_ioctl_fndecl_2672 evdev_ioctl fndecl 2 2672 &enable_so_dlen_hci_acl_hdr_2672
++enable_so_ee_block_ext4_extent_2673 ee_block ext4_extent 0 2673 NULL
++enable_so_ext3_bg_num_gdb_nometa_fndecl_2674 ext3_bg_num_gdb_nometa fndecl 0 2674 NULL
++enable_so_scif_user_recv_fndecl_2675 scif_user_recv fndecl 3 2675 NULL
++enable_so_TmpDcm_zoran_jpg_settings_2679 TmpDcm zoran_jpg_settings 0 2679 NULL
++enable_so_mad_len_ib_mad_recv_wc_2683 mad_len ib_mad_recv_wc 0 2683 NULL
++enable_so_logo_lines_vardecl_fbcon_c_2685 logo_lines vardecl_fbcon.c 0 2685 NULL
++enable_so_ipw2100_set_long_retry_fndecl_2686 ipw2100_set_long_retry fndecl 2 2686 NULL
++enable_so_queue_reply_fndecl_2691 queue_reply fndecl 3 2691 NULL
++enable_so___set_enter_print_fmt_fndecl_2700 __set_enter_print_fmt fndecl 0 2700 NULL
++enable_so_s5h1420_readreg_fndecl_2707 s5h1420_readreg fndecl 0 2707 NULL
++enable_so_hsync_off_hi_lvds_dvo_timing_2711 hsync_off_hi lvds_dvo_timing 0 2711 NULL nohasharray
++enable_so_zoran_write_fndecl_2711 zoran_write fndecl 3 2711 &enable_so_hsync_off_hi_lvds_dvo_timing_2711
++enable_so_u132_hcd_bulk_output_sent_fndecl_2715 u132_hcd_bulk_output_sent fndecl 4 2715 NULL
++enable_so_era_array_root_era_metadata_2726 era_array_root era_metadata 0 2726 NULL
++enable_so_handle_received_packet_fndecl_2730 handle_received_packet fndecl 3 2730 NULL
++enable_so_iov_iter_get_pages_fndecl_2747 iov_iter_get_pages fndecl 0-4 2747 NULL
++enable_so_cache_write_procfs_fndecl_2760 cache_write_procfs fndecl 3 2760 NULL
++enable_so_qib_user_sdma_alloc_header_fndecl_2761 qib_user_sdma_alloc_header fndecl 2 2761 NULL
++enable_so_qnx6_match_fndecl_2766 qnx6_match fndecl 0 2766 NULL
++enable_so_nbytes_ablkcipher_walk_2767 nbytes ablkcipher_walk 0 2767 NULL
++enable_so_batadv_check_unicast_packet_fndecl_2775 batadv_check_unicast_packet fndecl 3 2775 NULL
++enable_so_auth_hashbits_vardecl_auth_c_2783 auth_hashbits vardecl_auth.c 0 2783 NULL
++enable_so_usb_stor_set_xfer_buf_fndecl_2809 usb_stor_set_xfer_buf fndecl 2 2809 NULL
++enable_so_num_active_queues_i40evf_adapter_2813 num_active_queues i40evf_adapter 0 2813 NULL
++enable_so_new_len_logfs_shadow_2820 new_len logfs_shadow 0 2820 NULL
++enable_so_VerDcm_zoran_jpg_settings_2823 VerDcm zoran_jpg_settings 0 2823 NULL
++enable_so_pcrypt_aead_setauthsize_fndecl_2835 pcrypt_aead_setauthsize fndecl 2 2835 NULL
++enable_so_btrfs_get_16_fndecl_2836 btrfs_get_16 fndecl 0 2836 NULL
++enable_so_ureg_align_qib_devdata_2841 ureg_align qib_devdata 0 2841 NULL
++enable_so_max_data_size_ath6kl_bmi_2842 max_data_size ath6kl_bmi 0 2842 NULL
++enable_so_btrfs_reloc_clone_csums_fndecl_2862 btrfs_reloc_clone_csums fndecl 2-3 2862 NULL
++enable_so_zd_usb_read_fw_fndecl_2866 zd_usb_read_fw fndecl 4 2866 NULL
++enable_so_max_sst_algo_control_2868 max sst_algo_control 0 2868 NULL
++enable_so_ieee80211_if_fmt_dropped_frames_ttl_fndecl_2869 ieee80211_if_fmt_dropped_frames_ttl fndecl 3 2869 NULL nohasharray
++enable_so_secondary_bin_size_drm_mga_dma_bootstrap_2869 secondary_bin_size drm_mga_dma_bootstrap 0 2869 &enable_so_ieee80211_if_fmt_dropped_frames_ttl_fndecl_2869
++enable_so_drm_gem_object_init_fndecl_2882 drm_gem_object_init fndecl 3 2882 NULL
++enable_so_ocfs2_extend_allocation_fndecl_2883 ocfs2_extend_allocation fndecl 3 2883 NULL
++enable_so_n_notifiers_vmci_ctx_2889 n_notifiers vmci_ctx 0 2889 NULL
++enable_so_pca953x_setup_gpio_fndecl_2892 pca953x_setup_gpio fndecl 2 2892 NULL
++enable_so_rt2x00debug_read_crypto_stats_fndecl_2894 rt2x00debug_read_crypto_stats fndecl 3 2894 NULL
++enable_so_prl_count_ip_tunnel_2900 prl_count ip_tunnel 0 2900 NULL
++enable_so_xfs_bmapi_reserve_delalloc_fndecl_2901 xfs_bmapi_reserve_delalloc fndecl 2 2901 NULL nohasharray
++enable_so_nf_ct_seq_adjust_fndecl_2901 nf_ct_seq_adjust fndecl 4 2901 &enable_so_xfs_bmapi_reserve_delalloc_fndecl_2901
++enable_so_mem_rw_fndecl_2902 mem_rw fndecl 3 2902 NULL
++enable_so_ipath_piobcnt2k_ipath_devdata_2904 ipath_piobcnt2k ipath_devdata 0 2904 NULL
++enable_so_tx_max_out_p_vardecl_mptlan_c_2906 tx_max_out_p vardecl_mptlan.c 0 2906 NULL
++enable_so_chroma_size_s5p_mfc_ctx_2911 chroma_size s5p_mfc_ctx 0 2911 NULL
++enable_so_length_usbhs_pkt_2912 length usbhs_pkt 0 2912 NULL
++enable_so_tda1004x_do_upload_fndecl_2916 tda1004x_do_upload fndecl 3 2916 NULL
++enable_so_discard_swap_cluster_fndecl_2926 discard_swap_cluster fndecl 3-2 2926 NULL
++enable_so_bytes_left_nfs_direct_req_2928 bytes_left nfs_direct_req 0 2928 NULL
++enable_so_max_ndp_size_cdc_ncm_ctx_2942 max_ndp_size cdc_ncm_ctx 0 2942 NULL nohasharray
++enable_so_btrfs_get_token_8_fndecl_2942 btrfs_get_token_8 fndecl 0 2942 &enable_so_max_ndp_size_cdc_ncm_ctx_2942
++enable_so_sys_remap_file_pages_fndecl_2943 sys_remap_file_pages fndecl 2-4-1 2943 NULL
++enable_so_HorDcm_zoran_jpg_settings_2947 HorDcm zoran_jpg_settings 0 2947 NULL
++enable_so_reiserfs_paste_into_item_fndecl_2953 reiserfs_paste_into_item fndecl 6 2953 NULL
++enable_so_quirk_io_region_fndecl_2954 quirk_io_region fndecl 3 2954 NULL
++enable_so_alloc_blksz_hfsplus_sb_info_2955 alloc_blksz hfsplus_sb_info 0 2955 NULL
++enable_so___kfifo_alloc_fndecl_2958 __kfifo_alloc fndecl 3 2958 NULL
++enable_so_info_len_ib_ucm_event_2963 info_len ib_ucm_event 0 2963 NULL
++enable_so_s_ipg_ufs_sb_private_info_2965 s_ipg ufs_sb_private_info 0 2965 NULL
++enable_so_SyS_sched_setaffinity_fndecl_2967 SyS_sched_setaffinity fndecl 2 2967 NULL
++enable_so_do_tcp_sendpages_fndecl_2968 do_tcp_sendpages fndecl 4-3 2968 NULL
++enable_so_pn533_dep_link_up_fndecl_2969 pn533_dep_link_up fndecl 5 2969 NULL
++enable_so_qp_table_size_qib_ibdev_2970 qp_table_size qib_ibdev 0 2970 NULL
++enable_so_wpa_enabled_orinoco_private_2980 wpa_enabled orinoco_private 0 2980 NULL
++enable_so_origin_write_extent_fndecl_2983 origin_write_extent fndecl 2 2983 NULL
++enable_so_reiserfs_cut_from_item_fndecl_2988 reiserfs_cut_from_item fndecl 6 2988 NULL
++enable_so_offset_fuse_notify_retrieve_out_2999 offset fuse_notify_retrieve_out 0 2999 NULL
++enable_so_hdr_len_iscsi_task_3003 hdr_len iscsi_task 0 3003 NULL
++enable_so_do_sync_mmap_readahead_fndecl_3008 do_sync_mmap_readahead fndecl 4 3008 NULL nohasharray
++enable_so_bitmap_clear_bits_fndecl_3008 bitmap_clear_bits fndecl 4 3008 &enable_so_do_sync_mmap_readahead_fndecl_3008
++enable_so_rdma_build_arg_xdr_fndecl_3012 rdma_build_arg_xdr fndecl 3 3012 NULL
++enable_so_mem_write_fndecl_3019 mem_write fndecl 3 3019 NULL
++enable_so_bpw_len_pch_spi_data_3026 bpw_len pch_spi_data 0 3026 NULL
++enable_so_fat_compat_ioctl_filldir_fndecl_3037 fat_compat_ioctl_filldir fndecl 3 3037 NULL
++enable_so_xfs_bulkstat_grab_ichunk_fndecl_3041 xfs_bulkstat_grab_ichunk fndecl 2 3041 NULL
++enable_so_bm_dev_capacity_drbd_bitmap_3043 bm_dev_capacity drbd_bitmap 0 3043 NULL
++enable_so_add_res_tree_fndecl_3044 add_res_tree fndecl 7 3044 NULL
++enable_so_ping_common_sendmsg_fndecl_3046 ping_common_sendmsg fndecl 5 3046 NULL
++enable_so_at25_ee_write_fndecl_3050 at25_ee_write fndecl 4-3 3050 NULL
++enable_so_size_ecryptfs_cache_info_3056 size ecryptfs_cache_info 0 3056 NULL
++enable_so_ntfs_map_runlist_fndecl_3068 ntfs_map_runlist fndecl 2 3068 NULL nohasharray
++enable_so_dst_addr_width_dma_slave_config_3068 dst_addr_width dma_slave_config 0 3068 &enable_so_ntfs_map_runlist_fndecl_3068
++enable_so_hbuf_max_len_mei_hw_ops_3071 hbuf_max_len mei_hw_ops 0 3071 NULL
++enable_so_height_au0828_dev_3073 height au0828_dev 0 3073 NULL
++enable_so_sg_addr_size__MPT_ADAPTER_3079 sg_addr_size _MPT_ADAPTER 0 3079 NULL
++enable_so_brcmf_p2p_escan_fndecl_3080 brcmf_p2p_escan fndecl 2 3080 NULL
++enable_so_npages_mthca_db_table_3090 npages mthca_db_table 0 3090 NULL
++enable_so_fb_prepare_logo_fndecl_3092 fb_prepare_logo fndecl 0 3092 NULL
++enable_so_vol_cdev_direct_write_fndecl_3100 vol_cdev_direct_write fndecl 3 3100 NULL
++enable_so_rx_pkt_map_sz_tg3_3106 rx_pkt_map_sz tg3 0 3106 NULL
++enable_so_iommu_range_alloc_fndecl_3113 iommu_range_alloc fndecl 3-0 3113 NULL
++enable_so_fb_alloc_cmap_gfp_fndecl_3115 fb_alloc_cmap_gfp fndecl 2 3115 NULL
++enable_so_ipip6_tunnel_change_mtu_fndecl_3119 ipip6_tunnel_change_mtu fndecl 2 3119 NULL nohasharray
++enable_so_compat_filldir64_fndecl_3119 compat_filldir64 fndecl 3 3119 &enable_so_ipip6_tunnel_change_mtu_fndecl_3119
++enable_so_emulator_do_task_switch_fndecl_3122 emulator_do_task_switch fndecl 2-3 3122 NULL
++enable_so_status_whc_qhead_3133 status whc_qhead 0 3133 NULL
++enable_so_ext4_block_zero_page_range_fndecl_3135 ext4_block_zero_page_range fndecl 3 3135 NULL
++enable_so_strndup_user_fndecl_3136 strndup_user fndecl 2 3136 NULL
++enable_so_brcmf_usb_dlstart_fndecl_3138 brcmf_usb_dlstart fndecl 3 3138 NULL
++enable_so_power_up_frequency_adf4350_platform_data_3140 power_up_frequency adf4350_platform_data 0 3140 NULL
++enable_so_btrfs_add_nondir_fndecl_3141 btrfs_add_nondir fndecl 6 3141 NULL
++enable_so_fotg210_urb_done_fndecl_3144 fotg210_urb_done fndecl 3 3144 NULL
++enable_so_tx_room_keyspan_pda_private_3146 tx_room keyspan_pda_private 0 3146 NULL
++enable_so_usbhs_read_fndecl_3148 usbhs_read fndecl 0 3148 NULL nohasharray
++enable_so_fragment_length_zd_usb_rx_3148 fragment_length zd_usb_rx 0 3148 &enable_so_usbhs_read_fndecl_3148 nohasharray
++enable_so_nilfs_scan_dsync_log_fndecl_3148 nilfs_scan_dsync_log fndecl 2 3148 &enable_so_fragment_length_zd_usb_rx_3148
++enable_so_udf_get_last_session_fndecl_3152 udf_get_last_session fndecl 0 3152 NULL
++enable_so_prealloc_size_ich_pcm_table_3162 prealloc_size ich_pcm_table 0 3162 NULL nohasharray
++enable_so_sys_sendto_fndecl_3162 sys_sendto fndecl 6 3162 &enable_so_prealloc_size_ich_pcm_table_3162
++enable_so_cfv_alloc_and_copy_skb_fndecl_3167 cfv_alloc_and_copy_skb fndecl 4 3167 NULL nohasharray
++enable_so_logfs_is_valid_block_fndecl_3167 logfs_is_valid_block fndecl 3 3167 &enable_so_cfv_alloc_and_copy_skb_fndecl_3167
++enable_so_bytes_per_pixel_vivid_dev_3174 bytes_per_pixel vivid_dev 0 3174 NULL
++enable_so_fill_elf_header_fndecl_3182 fill_elf_header fndecl 2 3182 NULL
++enable_so_keyspan_write_fndecl_3189 keyspan_write fndecl 4 3189 NULL
++enable_so_min_io_size_ubi_device_3191 min_io_size ubi_device 0 3191 NULL nohasharray
++enable_so_uvc_alloc_entity_fndecl_3191 uvc_alloc_entity fndecl 3-4 3191 &enable_so_min_io_size_ubi_device_3191
++enable_so_nvme_trans_supported_vpd_pages_fndecl_3196 nvme_trans_supported_vpd_pages fndecl 4 3196 NULL
++enable_so_lcd_hblank_len_atyfb_par_3198 lcd_hblank_len atyfb_par 0 3198 NULL nohasharray
++enable_so_p9_tag_alloc_fndecl_3198 p9_tag_alloc fndecl 3 3198 &enable_so_lcd_hblank_len_atyfb_par_3198
++enable_so_chunk_size_mdu_array_info_s_3205 chunk_size mdu_array_info_s 0 3205 NULL
++enable_so_cfs_cpt_table_create_fndecl_3207 cfs_cpt_table_create fndecl 1 3207 NULL
++enable_so_sisusb_send_packet_fndecl_3208 sisusb_send_packet fndecl 2 3208 NULL
++enable_so_usbvision_set_output_fndecl_3216 usbvision_set_output fndecl 2-3 3216 NULL
++enable_so_rx_buffer_len_ixgb_adapter_3217 rx_buffer_len ixgb_adapter 0 3217 NULL nohasharray
++enable_so_cw1200_sdio_memcpy_fromio_fndecl_3217 cw1200_sdio_memcpy_fromio fndecl 4 3217 &enable_so_rx_buffer_len_ixgb_adapter_3217
++enable_so_mad_size_ib_mad_private_3230 mad_size ib_mad_private 0 3230 NULL
++enable_so_lbs_rdbbp_write_fndecl_3237 lbs_rdbbp_write fndecl 3 3237 NULL
++enable_so_inlen_ib_udata_3242 inlen ib_udata 0 3242 NULL nohasharray
++enable_so_expect_class_max_nf_conntrack_helper_3242 expect_class_max nf_conntrack_helper 0 3242 &enable_so_inlen_ib_udata_3242
++enable_so_vfio_msi_enable_fndecl_3257 vfio_msi_enable fndecl 2 3257 NULL
++enable_so_sbc_check_prot_fndecl_3258 sbc_check_prot fndecl 4 3258 NULL
++enable_so_taglen_cb_compound_hdr_res_3259 taglen cb_compound_hdr_res 0 3259 NULL
++enable_so_altera_set_ir_post_fndecl_3271 altera_set_ir_post fndecl 2 3271 NULL
++enable_so_num_irqs_regmap_irq_chip_3272 num_irqs regmap_irq_chip 0 3272 NULL
++enable_so_rsxx_cram_read_fndecl_3278 rsxx_cram_read fndecl 3 3278 NULL
++enable_so_doff_tcphdr_3280 doff tcphdr 0 3280 NULL nohasharray
++enable_so_ds1305_nvram_read_fndecl_3280 ds1305_nvram_read fndecl 5-6 3280 &enable_so_doff_tcphdr_3280
++enable_so_random_read_wakeup_bits_vardecl_random_c_3284 random_read_wakeup_bits vardecl_random.c 0 3284 NULL
++enable_so_cfg80211_rx_assoc_resp_fndecl_3285 cfg80211_rx_assoc_resp fndecl 4 3285 NULL
++enable_so_walk_blocksize_blkcipher_walk_3293 walk_blocksize blkcipher_walk 0 3293 NULL
++enable_so_e_value_size_ext3_xattr_entry_3294 e_value_size ext3_xattr_entry 0 3294 NULL
++enable_so_addr_kvm_shadow_walk_iterator_3297 addr kvm_shadow_walk_iterator 0 3297 NULL
++enable_so_clock_speed_ov7670_info_3304 clock_speed ov7670_info 0 3304 NULL
++enable_so_alg_setsockopt_fndecl_3306 alg_setsockopt fndecl 5 3306 NULL
++enable_so_transfer_size_zr364xx_pipeinfo_3312 transfer_size zr364xx_pipeinfo 0 3312 NULL
++enable_so_nfs_map_name_to_uid_fndecl_3313 nfs_map_name_to_uid fndecl 3 3313 NULL
++enable_so_read_block_bitmap_fndecl_3319 read_block_bitmap fndecl 3 3319 NULL nohasharray
++enable_so_sdmabufcnt_qib_chip_specific_3319 sdmabufcnt qib_chip_specific 0 3319 &enable_so_read_block_bitmap_fndecl_3319
++enable_so_snd_rme9652_playback_copy_fndecl_3321 snd_rme9652_playback_copy fndecl 5 3321 NULL
++enable_so_bulk_out_ep_irda_usb_cb_3322 bulk_out_ep irda_usb_cb 0 3322 NULL
++enable_so_lock_extent_bits_fndecl_3328 lock_extent_bits fndecl 3-2 3328 NULL
++enable_so_length_ima_digest_data_3329 length ima_digest_data 0 3329 NULL
++enable_so_hidraw_report_event_fndecl_3332 hidraw_report_event fndecl 3 3332 NULL
++enable_so_i_xattr_loc_ocfs2_dinode_3335 i_xattr_loc ocfs2_dinode 0 3335 NULL
++enable_so_fc_cpu_mask_vardecl_3336 fc_cpu_mask vardecl 0 3336 NULL
++enable_so_add_desc_fndecl_3339 add_desc fndecl 3 3339 NULL
++enable_so_base_drm_agp_head_3348 base drm_agp_head 0 3348 NULL
++enable_so_memcg_update_list_lru_fndecl_3349 memcg_update_list_lru fndecl 3 3349 NULL
++enable_so_ext4_finish_convert_inline_dir_fndecl_3350 ext4_finish_convert_inline_dir fndecl 5 3350 NULL
++enable_so_max_bands_multiq_sched_data_3353 max_bands multiq_sched_data 0 3353 NULL
++enable_so_sysctl_nr_open_vardecl_3355 sysctl_nr_open vardecl 0 3355 NULL
++enable_so_logfs_uncompress_fndecl_3359 logfs_uncompress fndecl 3-4 3359 NULL
++enable_so_essidlen_zd1201_3366 essidlen zd1201 0 3366 NULL
++enable_so_amd_create_gatt_pages_fndecl_3370 amd_create_gatt_pages fndecl 1 3370 NULL
++enable_so_xfs_dir3_leaf_get_buf_fndecl_3380 xfs_dir3_leaf_get_buf fndecl 2 3380 NULL
++enable_so_blk_add_request_payload_fndecl_3382 blk_add_request_payload fndecl 3 3382 NULL nohasharray
++enable_so_udf_split_extents_fndecl_3382 udf_split_extents fndecl 3-4 3382 &enable_so_blk_add_request_payload_fndecl_3382
++enable_so_nvdimm_set_config_data_fndecl_3384 nvdimm_set_config_data fndecl 4 3384 NULL
++enable_so_drbd_bm_resize_fndecl_3385 drbd_bm_resize fndecl 2 3385 NULL
++enable_so_xfs_iext_realloc_direct_fndecl_3386 xfs_iext_realloc_direct fndecl 2 3386 NULL
++enable_so_beacon_ie_len_wmi_connect_event_3388 beacon_ie_len wmi_connect_event 0 3388 NULL nohasharray
++enable_so_rport_priv_size_fc_lport_3388 rport_priv_size fc_lport 0 3388 &enable_so_beacon_ie_len_wmi_connect_event_3388
++enable_so_max_frame_size_nes_vnic_3395 max_frame_size nes_vnic 0 3395 NULL
++enable_so_num_paths_rdma_route_3407 num_paths rdma_route 0 3407 NULL
++enable_so_pos_in_item_treepath_3409 pos_in_item treepath 0 3409 NULL
++enable_so_scsi_report_opcode_fndecl_3412 scsi_report_opcode fndecl 3 3412 NULL
++enable_so_venus_create_fndecl_3416 venus_create fndecl 4 3416 NULL
++enable_so_opts1_RxDesc_3421 opts1 RxDesc 0 3421 NULL
++enable_so_apic_access_addr_vmcs12_3427 apic_access_addr vmcs12 0 3427 NULL
++enable_so_rlim_cur_rlimit_3431 rlim_cur rlimit 0 3431 NULL
++enable_so_max_request_size_megasas_ctrl_info_3434 max_request_size megasas_ctrl_info 0 3434 NULL nohasharray
++enable_so_drv_cp_harray_to_user_fndecl_3434 drv_cp_harray_to_user fndecl 0 3434 &enable_so_max_request_size_megasas_ctrl_info_3434 nohasharray
++enable_so_sync_timeline_create_fndecl_3434 sync_timeline_create fndecl 2 3434 &enable_so_drv_cp_harray_to_user_fndecl_3434
++enable_so_udf_getblk_fndecl_3436 udf_getblk fndecl 2 3436 NULL
++enable_so_len_nft_bitwise_3441 len nft_bitwise 0 3441 NULL
++enable_so_uc_inSize_upc_req_3444 uc_inSize upc_req 0 3444 NULL
++enable_so_s_itb_per_group_ext4_sb_info_3459 s_itb_per_group ext4_sb_info 0 3459 NULL
++enable_so_adfs_dir_read_fndecl_3464 adfs_dir_read fndecl 2 3464 NULL
++enable_so_ngpios_chv_community_3476 ngpios chv_community 0 3476 NULL
++enable_so_namelen_xfs_dir2_sf_entry_3481 namelen xfs_dir2_sf_entry 0 3481 NULL
++enable_so_gen8_ppgtt_init_fndecl_3483 gen8_ppgtt_init fndecl 2 3483 NULL
++enable_so_zlib_tr_flush_block_fndecl_3485 zlib_tr_flush_block fndecl 3 3485 NULL
++enable_so_oz_cdev_read_fndecl_3488 oz_cdev_read fndecl 3 3488 NULL
++enable_so_rx_buf_size__mgslpc_info_3490 rx_buf_size _mgslpc_info 0 3490 NULL
++enable_so_from_dio_submit_3494 from dio_submit 0 3494 NULL
++enable_so_snd_pcm_oss_prepare_fndecl_3506 snd_pcm_oss_prepare fndecl 0 3506 NULL
++enable_so_kfifo_copy_to_user_fndecl_3509 kfifo_copy_to_user fndecl 3-4 3509 NULL nohasharray
++enable_so_hs_bkt_bits_cfs_hash_3509 hs_bkt_bits cfs_hash 0 3509 &enable_so_kfifo_copy_to_user_fndecl_3509
++enable_so_oz_add_farewell_fndecl_3519 oz_add_farewell fndecl 5 3519 NULL
++enable_so_gru_vtop_fndecl_3522 gru_vtop fndecl 2 3522 NULL
++enable_so_sit_blkaddr_f2fs_super_block_3531 sit_blkaddr f2fs_super_block 0 3531 NULL
++enable_so_cl_out_max_entry_size_mvumi_hs_page1_3540 cl_out_max_entry_size mvumi_hs_page1 0 3540 NULL
++enable_so_snd_hdsp_playback_copy_fndecl_3543 snd_hdsp_playback_copy fndecl 5 3543 NULL
++enable_so_cpumask_size_fndecl_3544 cpumask_size fndecl 0 3544 NULL
++enable_so_get_user_page_nowait_fndecl_3545 get_user_page_nowait fndecl 3 3545 NULL nohasharray
++enable_so_dvb_dmxdev_buffer_read_fndecl_3545 dvb_dmxdev_buffer_read fndecl 4 3545 &enable_so_get_user_page_nowait_fndecl_3545
++enable_so_window_size_deflate_state_3549 window_size deflate_state 0 3549 NULL
++enable_so_mult_count_ide_drive_s_3550 mult_count ide_drive_s 0 3550 NULL
++enable_so_ocfs2_read_xattr_bucket_fndecl_3553 ocfs2_read_xattr_bucket fndecl 2 3553 NULL
++enable_so_sg_copy_from_buffer_fndecl_3557 sg_copy_from_buffer fndecl 0 3557 NULL
++enable_so_security_context_to_sid_force_fndecl_3559 security_context_to_sid_force fndecl 2 3559 NULL
++enable_so_mt2063_write_fndecl_3567 mt2063_write fndecl 4 3567 NULL
++enable_so_page_cache_sync_readahead_fndecl_3569 page_cache_sync_readahead fndecl 4 3569 NULL nohasharray
++enable_so_nr_clk_ids_samsung_cmu_info_3569 nr_clk_ids samsung_cmu_info 0 3569 &enable_so_page_cache_sync_readahead_fndecl_3569
++enable_so_encode_diropargs3_fndecl_3574 encode_diropargs3 fndecl 4 3574 NULL
++enable_so_len_capiloaddatapart_3577 len capiloaddatapart 0 3577 NULL
++enable_so_pcpu_page_first_chunk_fndecl_3579 pcpu_page_first_chunk fndecl 1 3579 NULL
++enable_so_asq_buf_size_i40e_adminq_info_3582 asq_buf_size i40e_adminq_info 0 3582 NULL
++enable_so_ip_vs_icmp_xmit_fndecl_3590 ip_vs_icmp_xmit fndecl 4 3590 NULL
++enable_so_buf_size_i1480_3593 buf_size i1480 0 3593 NULL
++enable_so_pnode_uv_blade_info_3599 pnode uv_blade_info 0 3599 NULL nohasharray
++enable_so_brcmf_chip_tcm_rambase_fndecl_3599 brcmf_chip_tcm_rambase fndecl 0 3599 &enable_so_pnode_uv_blade_info_3599
++enable_so_e820_update_range_fndecl_3600 e820_update_range fndecl 2 3600 NULL
++enable_so_ss_out_channels_hdsp_3619 ss_out_channels hdsp 0 3619 NULL nohasharray
++enable_so_drm_universal_plane_init_fndecl_3619 drm_universal_plane_init fndecl 6 3619 &enable_so_ss_out_channels_hdsp_3619
++enable_so_ns_blocksize_the_nilfs_3624 ns_blocksize the_nilfs 0 3624 NULL
++enable_so_offline_pages_fndecl_3625 offline_pages fndecl 1-2 3625 NULL
++enable_so_tail_timestamp_event_queue_3626 tail timestamp_event_queue 0 3626 NULL
++enable_so_add_res_range_fndecl_3629 add_res_range fndecl 4 3629 NULL
++enable_so_cbuf_eat_fndecl_3631 cbuf_eat fndecl 2 3631 NULL
++enable_so_vmci_transport_queue_pair_alloc_fndecl_3639 vmci_transport_queue_pair_alloc fndecl 4-3 3639 NULL nohasharray
++enable_so_xfs_attr3_leaf_freextent_fndecl_3639 xfs_attr3_leaf_freextent fndecl 4-3 3639 &enable_so_vmci_transport_queue_pair_alloc_fndecl_3639
++enable_so_s_desc_size_ext4_sb_info_3652 s_desc_size ext4_sb_info 0 3652 NULL
++enable_so_ext2_get_blocks_fndecl_3661 ext2_get_blocks fndecl 0 3661 NULL nohasharray
++enable_so_im_len_xfs_imap_3661 im_len xfs_imap 0 3661 &enable_so_ext2_get_blocks_fndecl_3661
++enable_so_base_address_acpi_srat_mem_affinity_3662 base_address acpi_srat_mem_affinity 0 3662 NULL
++enable_so_child_cnt_ubifs_znode_3667 child_cnt ubifs_znode 0 3667 NULL
++enable_so_i_block_group_ext3_inode_info_3668 i_block_group ext3_inode_info 0 3668 NULL
++enable_so_bio_find_or_create_slab_fndecl_3671 bio_find_or_create_slab fndecl 1 3671 NULL
++enable_so_pcpu_chunk_struct_size_vardecl_percpu_c_3673 pcpu_chunk_struct_size vardecl_percpu.c 0 3673 NULL
++enable_so_interfaces_count_ffs_data_3677 interfaces_count ffs_data 0 3677 NULL
++enable_so_len_mic_mw_3689 len mic_mw 0 3689 NULL
++enable_so_ath10k_wmi_tlv_op_gen_vdev_sta_uapsd_fndecl_3692 ath10k_wmi_tlv_op_gen_vdev_sta_uapsd fndecl 5 3692 NULL
++enable_so_srp_max_rsp_size_srpt_port_attrib_3700 srp_max_rsp_size srpt_port_attrib 0 3700 NULL
++enable_so_get_urb_error_fndecl_3702 get_urb_error fndecl 0 3702 NULL
++enable_so_allocate_cmdlines_buffer_fndecl_3704 allocate_cmdlines_buffer fndecl 1 3704 NULL
++enable_so_vlan_netdev_private_3705 vlan netdev_private 0 3705 NULL
++enable_so_gfs2_ea_get_copy_fndecl_3706 gfs2_ea_get_copy fndecl 0 3706 NULL
++enable_so_len_sctp_auth_bytes_3715 len sctp_auth_bytes 0 3715 NULL
++enable_so_len_amp_assoc_3724 len amp_assoc 0 3724 NULL
++enable_so___v4l2_ctrl_modify_range_fndecl_3726 __v4l2_ctrl_modify_range fndecl 3 3726 NULL
++enable_so_SYSC_rt_sigpending_fndecl_3728 SYSC_rt_sigpending fndecl 2 3728 NULL
++enable_so_split_leaf_fndecl_3729 split_leaf fndecl 0 3729 NULL
++enable_so_video_ioctl2_fndecl_3735 video_ioctl2 fndecl 2 3735 NULL
++enable_so_ecryptfs_message_buf_len_vardecl_3736 ecryptfs_message_buf_len vardecl 0 3736 NULL
++enable_so_insert_ptr_fndecl_3737 insert_ptr fndecl 6 3737 NULL
++enable_so_entries_p54_cal_database_3741 entries p54_cal_database 0 3741 NULL
++enable_so_m2_gma_clock_t_3742 m2 gma_clock_t 0 3742 NULL
++enable_so_nr_reserved_tags_blk_mq_tags_3751 nr_reserved_tags blk_mq_tags 0 3751 NULL
++enable_so_e_value_size_f2fs_xattr_entry_3755 e_value_size f2fs_xattr_entry 0 3755 NULL
++enable_so_usnic_ib_dump_vf_hdr_fndecl_3772 usnic_ib_dump_vf_hdr fndecl 3 3772 NULL
++enable_so_tblsize_snd_sg_buf_3776 tblsize snd_sg_buf 0 3776 NULL
++enable_so_ag_shift_befs_sb_info_3778 ag_shift befs_sb_info 0 3778 NULL
++enable_so_fl_starve_thres_sge_3779 fl_starve_thres sge 0 3779 NULL
++enable_so_rx_status_len_ath9k_hw_capabilities_3793 rx_status_len ath9k_hw_capabilities 0 3793 NULL
++enable_so_buflen_audit_krule_3796 buflen audit_krule 0 3796 NULL
++enable_so_ip_last_used_group_ocfs2_inode_info_3814 ip_last_used_group ocfs2_inode_info 0 3814 NULL
++enable_so_e_cpos_ocfs2_extent_rec_3815 e_cpos ocfs2_extent_rec 0 3815 NULL
++enable_so_dccp_recvmsg_fndecl_3819 dccp_recvmsg fndecl 3 3819 NULL nohasharray
++enable_so_fnic_trace_debugfs_lseek_fndecl_3819 fnic_trace_debugfs_lseek fndecl 2 3819 &enable_so_dccp_recvmsg_fndecl_3819
++enable_so_force_bredr_smp_write_fndecl_3821 force_bredr_smp_write fndecl 3 3821 NULL
++enable_so_mei_nfc_send_fndecl_3830 mei_nfc_send fndecl 3 3830 NULL
++enable_so_btrfs_lookup_csum_fndecl_3831 btrfs_lookup_csum fndecl 4 3831 NULL
++enable_so_num_counters_ipt_replace_3837 num_counters ipt_replace 0 3837 NULL
++enable_so_find_end_of_node_fndecl_3843 find_end_of_node fndecl 0-3-1-2 3843 NULL
++enable_so_bg_inode_table_hi_ext4_group_desc_3844 bg_inode_table_hi ext4_group_desc 0 3844 NULL
++enable_so_bg_inode_table_ext3_group_desc_3847 bg_inode_table ext3_group_desc 0 3847 NULL
++enable_so_btrfs_dirty_pages_fndecl_3848 btrfs_dirty_pages fndecl 6-5 3848 NULL
++enable_so_qib_verbs_send_fndecl_3860 qib_verbs_send fndecl 3-5 3860 NULL
++enable_so_ocfs2_free_clusters_fndecl_3866 ocfs2_free_clusters fndecl 4 3866 NULL
++enable_so_size_of_priv_dvb_usb_adapter_fe_properties_3875 size_of_priv dvb_usb_adapter_fe_properties 0 3875 NULL
++enable_so_console_size_ramoops_context_3884 console_size ramoops_context 0 3884 NULL
++enable_so_dbgfs_sram_len_il_priv_3888 dbgfs_sram_len il_priv 0 3888 NULL nohasharray
++enable_so_s_num_blocks_omfs_sb_info_3888 s_num_blocks omfs_sb_info 0 3888 &enable_so_dbgfs_sram_len_il_priv_3888
++enable_so_fs_div_hfs_sb_info_3890 fs_div hfs_sb_info 0 3890 NULL
++enable_so_btrfs_inode_ref_name_len_fndecl_3891 btrfs_inode_ref_name_len fndecl 0 3891 NULL
++enable_so_snd_pcm_lib_preallocate_pages_fndecl_3892 snd_pcm_lib_preallocate_pages fndecl 4 3892 NULL
++enable_so_arch_gnttab_init_fndecl_3893 arch_gnttab_init fndecl 1 3893 NULL
++enable_so_rootdir_empty_fndecl_3895 rootdir_empty fndecl 2 3895 NULL
++enable_so_xfs_extent_busy_trim_fndecl_3898 xfs_extent_busy_trim fndecl 3-2 3898 NULL
++enable_so_gfs2_meta_wipe_fndecl_3900 gfs2_meta_wipe fndecl 2 3900 NULL
++enable_so_get_enc_strm_size_s5p_mfc_hw_ops_3906 get_enc_strm_size s5p_mfc_hw_ops 0 3906 NULL
++enable_so_endpoint_usb_data_stream_properties_3909 endpoint usb_data_stream_properties 0 3909 NULL
++enable_so_proc_fault_inject_write_fndecl_3921 proc_fault_inject_write fndecl 3 3921 NULL
++enable_so_cfpkt_set_prio_fndecl_3935 cfpkt_set_prio fndecl 2 3935 NULL
++enable_so_unix_dgram_sendmsg_fndecl_3944 unix_dgram_sendmsg fndecl 3 3944 NULL
++enable_so_ath6kl_send_go_probe_resp_fndecl_3946 ath6kl_send_go_probe_resp fndecl 3 3946 NULL
++enable_so__efx_mcdi_rpc_async_fndecl_3948 _efx_mcdi_rpc_async fndecl 4-5 3948 NULL
++enable_so_atalk_recvmsg_fndecl_3950 atalk_recvmsg fndecl 3 3950 NULL
++enable_so_multipath_status_fndecl_3957 multipath_status fndecl 5 3957 NULL
++enable_so_make_le_item_head_fndecl_3961 make_le_item_head fndecl 6-4-5 3961 NULL
++enable_so_parse_header_ops_3963 parse header_ops 0 3963 NULL
++enable_so_hpfs_de_as_down_as_possible_fndecl_3967 hpfs_de_as_down_as_possible fndecl 0-2 3967 NULL
++enable_so_dgram_sendmsg_fndecl_3972 dgram_sendmsg fndecl 3 3972 NULL
++enable_so_wrbs_per_cxn_hba_parameters_3974 wrbs_per_cxn hba_parameters 0 3974 NULL
++enable_so_num_entries_aper_size_info_lvl2_3983 num_entries aper_size_info_lvl2 0 3983 NULL
++enable_so_snd_usbmidi_cme_input_fndecl_3984 snd_usbmidi_cme_input fndecl 3 3984 NULL nohasharray
++enable_so_max_ti_iu_len_srp_rdma_ch_3984 max_ti_iu_len srp_rdma_ch 0 3984 &enable_so_snd_usbmidi_cme_input_fndecl_3984
++enable_so_num_pages_ttm_mem_reg_3986 num_pages ttm_mem_reg 0 3986 NULL
++enable_so_i2400m_rx_trace_fndecl_3988 i2400m_rx_trace fndecl 3 3988 NULL
++enable_so_rfcomm_sock_recvmsg_fndecl_3992 rfcomm_sock_recvmsg fndecl 3 3992 NULL
++enable_so_opt_nflen_ipv6_txoptions_3998 opt_nflen ipv6_txoptions 0 3998 NULL
++enable_so_rx_data_max_size_sst_generic_ipc_4011 rx_data_max_size sst_generic_ipc 0 4011 NULL
++enable_so_bioset_create_nobvec_fndecl_4015 bioset_create_nobvec fndecl 2 4015 NULL
++enable_so_rtl2830_regmap_gather_write_fndecl_4018 rtl2830_regmap_gather_write fndecl 5 4018 NULL
++enable_so_b_size_mon_reader_bin_4021 b_size mon_reader_bin 0 4021 NULL
++enable_so_j_start_reiserfs_journal_list_4030 j_start reiserfs_journal_list 0 4030 NULL
++enable_so_length_usb_request_4031 length usb_request 0 4031 NULL
++enable_so_MsgLength__MSG_EVENT_NOTIFY_REPLY_4038 MsgLength _MSG_EVENT_NOTIFY_REPLY 0 4038 NULL
++enable_so_do_cow_fault_fndecl_4040 do_cow_fault fndecl 3-5 4040 NULL
++enable_so_user_mss_tcp_options_received_4043 user_mss tcp_options_received 0 4043 NULL nohasharray
++enable_so_ipc_rcu_alloc_fndecl_4043 ipc_rcu_alloc fndecl 1 4043 &enable_so_user_mss_tcp_options_received_4043
++enable_so_scsi_execute_req_flags_fndecl_4044 scsi_execute_req_flags fndecl 5 4044 NULL
++enable_so_tx_data_count_hso_serial_4046 tx_data_count hso_serial 0 4046 NULL
++enable_so_btrfs_add_root_ref_fndecl_4049 btrfs_add_root_ref fndecl 4-3 4049 NULL
++enable_so_ssid_len_cfg80211_connect_params_4052 ssid_len cfg80211_connect_params 0 4052 NULL nohasharray
++enable_so_s_log2sharesize_adfs_sb_info_4052 s_log2sharesize adfs_sb_info 0 4052 &enable_so_ssid_len_cfg80211_connect_params_4052
++enable_so_cx18_v4l2_read_fndecl_4063 cx18_v4l2_read fndecl 3 4063 NULL
++enable_so_isoc_packet_size_usb_usbvision_4066 isoc_packet_size usb_usbvision 0 4066 NULL
++enable_so_cfg80211_notify_new_peer_candidate_fndecl_4073 cfg80211_notify_new_peer_candidate fndecl 4 4073 NULL
++enable_so_iscsi_max_snd_data_seg_len_dev_db_entry_4074 iscsi_max_snd_data_seg_len dev_db_entry 0 4074 NULL
++enable_so_input_ff_create_fndecl_4075 input_ff_create fndecl 2 4075 NULL
++enable_so_ring_overflow_per_user_data_4076 ring_overflow per_user_data 0 4076 NULL
++enable_so_IOCRequestFrameSize_mpt3sas_facts_4079 IOCRequestFrameSize mpt3sas_facts 0 4079 NULL
++enable_so_read_ftrace_buffer_info_4082 read ftrace_buffer_info 0 4082 NULL
++enable_so_kvm_vcpu_read_guest_page_fndecl_4083 kvm_vcpu_read_guest_page fndecl 5 4083 NULL
++enable_so_event_exit_inst_len_kvm_vcpu_arch_4085 event_exit_inst_len kvm_vcpu_arch 0 4085 NULL nohasharray
++enable_so_n_drm_r128_depth_4085 n drm_r128_depth 0 4085 &enable_so_event_exit_inst_len_kvm_vcpu_arch_4085
++enable_so_db_addr_mlx5_ib_create_qp_4086 db_addr mlx5_ib_create_qp 0 4086 NULL nohasharray
++enable_so_skb_copy_and_csum_datagram_fndecl_4086 skb_copy_and_csum_datagram fndecl 4-2 4086 &enable_so_db_addr_mlx5_ib_create_qp_4086 nohasharray
++enable_so_insert_normal_tree_ref_fndecl_4086 insert_normal_tree_ref fndecl 3-2 4086 &enable_so_skb_copy_and_csum_datagram_fndecl_4086
++enable_so__ocfs2_free_clusters_fndecl_4087 _ocfs2_free_clusters fndecl 4 4087 NULL
++enable_so_base_intel_initial_plane_config_4088 base intel_initial_plane_config 0 4088 NULL
++enable_so_sca_keylength_sctp_authkey_4095 sca_keylength sctp_authkey 0 4095 NULL
++enable_so_m1_xgene_enet_raw_desc_4097 m1 xgene_enet_raw_desc 0 4097 NULL
++enable_so_ext4_fname_encrypted_size_fndecl_4100 ext4_fname_encrypted_size fndecl 0-2 4100 NULL
++enable_so_special_ixgb_rx_desc_4107 special ixgb_rx_desc 0 4107 NULL nohasharray
++enable_so_nbuttons_tca6416_keys_platform_data_4107 nbuttons tca6416_keys_platform_data 0 4107 &enable_so_special_ixgb_rx_desc_4107
++enable_so_vringh_iov_pull_kern_fndecl_4115 vringh_iov_pull_kern fndecl 3 4115 NULL
++enable_so_read_reg_fndecl_4120 read_reg fndecl 0 4120 NULL
++enable_so_jffs2_acl_from_medium_fndecl_4129 jffs2_acl_from_medium fndecl 2 4129 NULL
++enable_so_ocfs2_read_group_descriptor_fndecl_4136 ocfs2_read_group_descriptor fndecl 3 4136 NULL
++enable_so_ssid_len_mwifiex_802_11_ssid_4139 ssid_len mwifiex_802_11_ssid 0 4139 NULL
++enable_so_size_badblocks_4142 size badblocks 0 4142 NULL
++enable_so_interleave_cfi_private_4153 interleave cfi_private 0 4153 NULL
++enable_so_ocfs2_readpages_fndecl_4156 ocfs2_readpages fndecl 4 4156 NULL
++enable_so_ext4_da_release_space_fndecl_4175 ext4_da_release_space fndecl 2 4175 NULL
++enable_so_epp_write_data_parport_operations_4176 epp_write_data parport_operations 0 4176 NULL nohasharray
++enable_so_tool_spadfn_read_fndecl_4176 tool_spadfn_read fndecl 3 4176 &enable_so_epp_write_data_parport_operations_4176
++enable_so_max_rx_urb_irda_usb_cb_4182 max_rx_urb irda_usb_cb 0 4182 NULL
++enable_so_saa7146_vmalloc_build_pgtable_fndecl_4183 saa7146_vmalloc_build_pgtable fndecl 2 4183 NULL
++enable_so_team_change_mtu_fndecl_4186 team_change_mtu fndecl 2 4186 NULL
++enable_so_irda_setsockopt_fndecl_4195 irda_setsockopt fndecl 5 4195 NULL
++enable_so_pcpu_next_unpop_fndecl_4196 pcpu_next_unpop fndecl 4 4196 NULL
++enable_so_wBeaconInfoLength_uwb_rc_evt_beacon_WUSB_0100_4200 wBeaconInfoLength uwb_rc_evt_beacon_WUSB_0100 0 4200 NULL
++enable_so_sample_bits_snd_soc_dai_4206 sample_bits snd_soc_dai 0 4206 NULL nohasharray
++enable_so_parent___prelim_ref_4206 parent __prelim_ref 0 4206 &enable_so_sample_bits_snd_soc_dai_4206
++enable_so_auxv_size_prctl_mm_map_4208 auxv_size prctl_mm_map 0 4208 NULL
++enable_so_max_vectors_i40e_virtchnl_vf_resource_4213 max_vectors i40e_virtchnl_vf_resource 0 4213 NULL
++enable_so_ext2_setsize_fndecl_4215 ext2_setsize fndecl 2 4215 NULL nohasharray
++enable_so_find_data_page_fndecl_4215 find_data_page fndecl 2 4215 &enable_so_ext2_setsize_fndecl_4215 nohasharray
++enable_so_nci_hci_set_param_fndecl_4215 nci_hci_set_param fndecl 5 4215 &enable_so_find_data_page_fndecl_4215
++enable_so_proc_stats_rid_open_fndecl_4219 proc_stats_rid_open fndecl 0 4219 NULL
++enable_so_dlm_lock_fndecl_4225 dlm_lock fndecl 6 4225 NULL nohasharray
++enable_so_nilfs_segbuf_map_fndecl_4225 nilfs_segbuf_map fndecl 2-3 4225 &enable_so_dlm_lock_fndecl_4225
++enable_so___nla_put_fndecl_4226 __nla_put fndecl 3 4226 NULL
++enable_so_num_lut_dmm_4228 num_lut dmm 0 4228 NULL
++enable_so_len_bpf_prog_4232 len bpf_prog 0 4232 NULL
++enable_so_ext3_xattr_user_set_fndecl_4238 ext3_xattr_user_set fndecl 4 4238 NULL nohasharray
++enable_so_ip6gre_err_fndecl_4238 ip6gre_err fndecl 5 4238 &enable_so_ext3_xattr_user_set_fndecl_4238
++enable_so_alloc_size_debug_buffer_4240 alloc_size debug_buffer 0 4240 NULL
++enable_so_subpage_sft_mtd_info_4249 subpage_sft mtd_info 0 4249 NULL
++enable_so_ieee80211_mesh_rx_mgmt_action_fndecl_4250 ieee80211_mesh_rx_mgmt_action fndecl 3 4250 NULL
++enable_so_roaming_threshold_ipw_priv_4252 roaming_threshold ipw_priv 0 4252 NULL
++enable_so_cfg80211_mlme_register_mgmt_fndecl_4255 cfg80211_mlme_register_mgmt fndecl 5 4255 NULL
++enable_so_ntids_tid_info_4263 ntids tid_info 0 4263 NULL
++enable_so_nilfs_gccache_submit_read_node_fndecl_4267 nilfs_gccache_submit_read_node fndecl 2-3 4267 NULL
++enable_so_xgbe_init_ring_fndecl_4270 xgbe_init_ring fndecl 3 4270 NULL nohasharray
++enable_so_qlcnic_sysfs_read_pci_config_fndecl_4270 qlcnic_sysfs_read_pci_config fndecl 6 4270 &enable_so_xgbe_init_ring_fndecl_4270
++enable_so_ide_set_pio_fndecl_4272 ide_set_pio fndecl 2 4272 NULL
++enable_so_mrp_request_join_fndecl_4281 mrp_request_join fndecl 4 4281 NULL
++enable_so_gfs2_getbuf_fndecl_4283 gfs2_getbuf fndecl 2 4283 NULL
++enable_so_add_pending_dir_move_fndecl_4285 add_pending_dir_move fndecl 2 4285 NULL
++enable_so_route_mtu_cached_xfrm_dst_4288 route_mtu_cached xfrm_dst 0 4288 NULL nohasharray
++enable_so_mangle_name_fndecl_4288 mangle_name fndecl 0 4288 &enable_so_route_mtu_cached_xfrm_dst_4288
++enable_so_h_next_leaf_blk_ocfs2_extent_block_4292 h_next_leaf_blk ocfs2_extent_block 0 4292 NULL
++enable_so_cgroup_task_count_fndecl_4297 cgroup_task_count fndecl 0 4297 NULL
++enable_so_maxpacket_musb_qh_4303 maxpacket musb_qh 0 4303 NULL nohasharray
++enable_so____copy_to_user_fndecl_4303 ___copy_to_user fndecl 0 4303 &enable_so_maxpacket_musb_qh_4303
++enable_so_freq_tef6862_state_4304 freq tef6862_state 0 4304 NULL
++enable_so_rs_rate_from_ucode_rate_fndecl_4310 rs_rate_from_ucode_rate fndecl 1 4310 NULL
++enable_so_vsync_offset_pulse_width_lo_detailed_pixel_timing_4318 vsync_offset_pulse_width_lo detailed_pixel_timing 0 4318 NULL nohasharray
++enable_so_bufsize_i2c_hid_4318 bufsize i2c_hid 0 4318 &enable_so_vsync_offset_pulse_width_lo_detailed_pixel_timing_4318
++enable_so_old_chunk_dm_exception_4333 old_chunk dm_exception 0 4333 NULL
++enable_so_length_rbd_obj_request_4337 length rbd_obj_request 0 4337 NULL
++enable_so_v4l2_ctrl_new_fndecl_4341 v4l2_ctrl_new fndecl 8-12 4341 NULL
++enable_so_key_len_neigh_table_4347 key_len neigh_table 0 4347 NULL
++enable_so_scrbuf_size_sisusb_usb_data_4350 scrbuf_size sisusb_usb_data 0 4350 NULL
++enable_so_len_mwifiex_ds_misc_gen_ie_4351 len mwifiex_ds_misc_gen_ie 0 4351 NULL
++enable_so_musb_giveback_fndecl_4352 musb_giveback fndecl 3 4352 NULL
++enable_so_o_size_x509_parse_context_4358 o_size x509_parse_context 0 4358 NULL
++enable_so_max_sg_segs_vardecl_osst_c_4365 max_sg_segs vardecl_osst.c 0 4365 NULL
++enable_so_isdn_tty_edit_at_fndecl_4376 isdn_tty_edit_at fndecl 0 4376 NULL nohasharray
++enable_so_nilfs_sufile_resize_fndecl_4376 nilfs_sufile_resize fndecl 2 4376 &enable_so_isdn_tty_edit_at_fndecl_4376
++enable_so_ts_packet_size_cx8802_dev_4383 ts_packet_size cx8802_dev 0 4383 NULL
++enable_so_ext4_add_new_descs_fndecl_4390 ext4_add_new_descs fndecl 3 4390 NULL
++enable_so_err_vlan_tg3_rx_buffer_desc_4391 err_vlan tg3_rx_buffer_desc 0 4391 NULL
++enable_so_diReadSpecial_fndecl_4393 diReadSpecial fndecl 2 4393 NULL
++enable_so_mgag200_bo_create_fndecl_4398 mgag200_bo_create fndecl 2 4398 NULL
++enable_so_skb_realloc_headroom_fndecl_4399 skb_realloc_headroom fndecl 2 4399 NULL nohasharray
++enable_so_ath10k_mem_value_write_fndecl_4399 ath10k_mem_value_write fndecl 3 4399 &enable_so_skb_realloc_headroom_fndecl_4399
++enable_so_leadin_ignore_xpnet_message_4402 leadin_ignore xpnet_message 0 4402 NULL
++enable_so_kstrtoll_from_user_fndecl_4415 kstrtoll_from_user fndecl 2 4415 NULL
++enable_so_new_bytenr_backref_node_4416 new_bytenr backref_node 0 4416 NULL
++enable_so___alloc_block_fndecl_4419 __alloc_block fndecl 2 4419 NULL nohasharray
++enable_so_nfc_llcp_build_tlv_fndecl_4419 nfc_llcp_build_tlv fndecl 3 4419 &enable_so___alloc_block_fndecl_4419
++enable_so_bl_idle_driver_init_fndecl_4432 bl_idle_driver_init fndecl 0 4432 NULL
++enable_so_batadv_tvlv_container_register_fndecl_4435 batadv_tvlv_container_register fndecl 5 4435 NULL
++enable_so_jfs_fsync_fndecl_4436 jfs_fsync fndecl 2 4436 NULL
++enable_so_f2fs_add_inline_entry_fndecl_4438 f2fs_add_inline_entry fndecl 4 4438 NULL
++enable_so_bRefresh_usb_endpoint_descriptor_4444 bRefresh usb_endpoint_descriptor 0 4444 NULL
++enable_so_number_mdu_disk_info_s_4445 number mdu_disk_info_s 0 4445 NULL
++enable_so_width_simplefb_params_4449 width simplefb_params 0 4449 NULL
++enable_so_ieee80211_key_alloc_fndecl_4452 ieee80211_key_alloc fndecl 3 4452 NULL
++enable_so_n_comedi_insn_4458 n comedi_insn 0 4458 NULL
++enable_so_sftid_base_tid_info_4462 sftid_base tid_info 0 4462 NULL
++enable_so_fifo_size_fritz_bcs_4463 fifo_size fritz_bcs 0 4463 NULL
++enable_so_gunzip_fndecl_4465 gunzip fndecl 2 4465 NULL
++enable_so_kernel_read_fndecl_4468 kernel_read fndecl 0 4468 NULL
++enable_so_rx_ring_size_altera_tse_private_4470 rx_ring_size altera_tse_private 0 4470 NULL
++enable_so_sddr09_read22_fndecl_4476 sddr09_read22 fndecl 4-3 4476 NULL
++enable_so_ocfs2_control_message_fndecl_4479 ocfs2_control_message fndecl 3 4479 NULL
++enable_so_hdr_len_l2tp_session_4486 hdr_len l2tp_session 0 4486 NULL
++enable_so_drbg_sec_strength_fndecl_4487 drbg_sec_strength fndecl 0 4487 NULL
++enable_so_fallocate_chunk_fndecl_4489 fallocate_chunk fndecl 3 4489 NULL
++enable_so_load_xattr_datum_fndecl_4505 load_xattr_datum fndecl 0 4505 NULL
++enable_so___mei_cl_recv_fndecl_4519 __mei_cl_recv fndecl 3 4519 NULL
++enable_so_buf_addr_mlx5_ib_create_qp_4533 buf_addr mlx5_ib_create_qp 0 4533 NULL
++enable_so_nfs3_proc_readdir_fndecl_4544 nfs3_proc_readdir fndecl 5 4544 NULL
++enable_so_BlocksPerUnit_partition_t_4545 BlocksPerUnit partition_t 0 4545 NULL
++enable_so_uhci_giveback_urb_fndecl_4547 uhci_giveback_urb fndecl 4 4547 NULL
++enable_so_data_len_o2net_msg_4553 data_len o2net_msg 0 4553 NULL
++enable_so_hwcursor_size_sis_video_info_4560 hwcursor_size sis_video_info 0 4560 NULL nohasharray
++enable_so_parser_init_fndecl_4560 parser_init fndecl 2 4560 &enable_so_hwcursor_size_sis_video_info_4560
++enable_so_channels_snd_korg1212_4562 channels snd_korg1212 0 4562 NULL
++enable_so_word1_pkt_stat_desc_4565 word1 pkt_stat_desc 0 4565 NULL
++enable_so_LoadBitmap_fndecl_4569 LoadBitmap fndecl 2 4569 NULL
++enable_so_far_copies_geom_4570 far_copies geom 0 4570 NULL
++enable_so_dlen_nft_set_4577 dlen nft_set 0 4577 NULL
++enable_so_rx_buf_sz_gem_4593 rx_buf_sz gem 0 4593 NULL
++enable_so_btrfs_del_inode_extref_fndecl_4607 btrfs_del_inode_extref fndecl 4-5 4607 NULL
++enable_so_max_event_log_size_iwl_base_params_4612 max_event_log_size iwl_base_params 0 4612 NULL
++enable_so_sxgbe_change_mtu_fndecl_4613 sxgbe_change_mtu fndecl 2 4613 NULL
++enable_so_cksumlength_gss_krb5_enctype_4630 cksumlength gss_krb5_enctype 0 4630 NULL nohasharray
++enable_so_pvr2_ctrl_value_to_sym_fndecl_4630 pvr2_ctrl_value_to_sym fndecl 5 4630 &enable_so_cksumlength_gss_krb5_enctype_4630
++enable_so_tcam_size_mc5_4631 tcam_size mc5 0 4631 NULL nohasharray
++enable_so_size_minus_one_mxt_object_4631 size_minus_one mxt_object 0 4631 &enable_so_tcam_size_mc5_4631
++enable_so_total_bytes__osd_req_data_segment_4634 total_bytes _osd_req_data_segment 0 4634 NULL
++enable_so_skl_calc_wrpll_link_fndecl_4648 skl_calc_wrpll_link fndecl 0 4648 NULL
++enable_so_read_eeprom_bytes_fndecl_4649 read_eeprom_bytes fndecl 4 4649 NULL
++enable_so_size_simple_transaction_argresp_4650 size simple_transaction_argresp 0 4650 NULL
++enable_so_buffer_size_smsusb_device_t_4667 buffer_size smsusb_device_t 0 4667 NULL
++enable_so_overridesize_vardecl_nandsim_c_4668 overridesize vardecl_nandsim.c 0 4668 NULL
++enable_so_r10_sync_page_io_fndecl_4672 r10_sync_page_io fndecl 3-2 4672 NULL
++enable_so_bytenr_btrfs_ordered_sum_4679 bytenr btrfs_ordered_sum 0 4679 NULL
++enable_so__rtl92s_get_h2c_cmdlen_fndecl_4683 _rtl92s_get_h2c_cmdlen fndecl 0 4683 NULL
++enable_so_snd_pcm_hw_param_near_fndecl_4691 snd_pcm_hw_param_near fndecl 4 4691 NULL
++enable_so_send_section_cnt_netvsc_device_4698 send_section_cnt netvsc_device 0 4698 NULL
++enable_so_btrfs_header_nritems_fndecl_4699 btrfs_header_nritems fndecl 0 4699 NULL
++enable_so_bpf_func_bpf_prog_4701 bpf_func bpf_prog 0 4701 NULL
++enable_so_iwl_parse_nvm_mcc_info_fndecl_4702 iwl_parse_nvm_mcc_info fndecl 3 4702 NULL
++enable_so_xdr_decode_word_fndecl_4707 xdr_decode_word fndecl 2 4707 NULL
++enable_so_gfs2_glock_nq_m_fndecl_4712 gfs2_glock_nq_m fndecl 1 4712 NULL
++enable_so_nr_hw_queues_blk_mq_tag_set_4713 nr_hw_queues blk_mq_tag_set 0 4713 NULL
++enable_so_count_user_sgentry64_4714 count user_sgentry64 0 4714 NULL
++enable_so_hpfs_ea_remove_fndecl_4717 hpfs_ea_remove fndecl 2-4 4717 NULL
++enable_so_next_page_mpage_da_data_4726 next_page mpage_da_data 0 4726 NULL
++enable_so_hsync_offset_lo_detailed_pixel_timing_4733 hsync_offset_lo detailed_pixel_timing 0 4733 NULL
++enable_so_net2272_read_packet_fndecl_4735 net2272_read_packet fndecl 4 4735 NULL
++enable_so_root_dm_cache_metadata_4742 root dm_cache_metadata 0 4742 NULL
++enable_so_smk_set_cipso_fndecl_4744 smk_set_cipso fndecl 3 4744 NULL
++enable_so_num_srq_mthca_profile_4747 num_srq mthca_profile 0 4747 NULL
++enable_so_netlbl_catmap_setrng_fndecl_4749 netlbl_catmap_setrng fndecl 2 4749 NULL
++enable_so_format_count_drm_plane_4754 format_count drm_plane 0 4754 NULL
++enable_so_desc_len_ata_eh_info_4755 desc_len ata_eh_info 0 4755 NULL nohasharray
++enable_so_maxpacket_sl811h_ep_4755 maxpacket sl811h_ep 0 4755 &enable_so_desc_len_ata_eh_info_4755
++enable_so_read_reg_cc770_priv_4760 read_reg cc770_priv 0 4760 NULL
++enable_so_length_property_4777 length property 0 4777 NULL
++enable_so_stride_snd_usb_endpoint_4779 stride snd_usb_endpoint 0 4779 NULL
++enable_so_max_tfr_mmc_test_area_4780 max_tfr mmc_test_area 0 4780 NULL
++enable_so_crtc_vsync_start_drm_display_mode_4785 crtc_vsync_start drm_display_mode 0 4785 NULL nohasharray
++enable_so_n_channels_cfg80211_scan_request_4785 n_channels cfg80211_scan_request 0 4785 &enable_so_crtc_vsync_start_drm_display_mode_4785
++enable_so___kfifo_from_user_fndecl_4796 __kfifo_from_user fndecl 3 4796 NULL nohasharray
++enable_so_SyS_get_mempolicy_fndecl_4796 SyS_get_mempolicy fndecl 3 4796 &enable_so___kfifo_from_user_fndecl_4796
++enable_so_fmc_send_cmd_fndecl_4800 fmc_send_cmd fndecl 5 4800 NULL
++enable_so_set_indirect_ea_fndecl_4810 set_indirect_ea fndecl 5-3 4810 NULL
++enable_so_length_reiserfs_security_handle_4813 length reiserfs_security_handle 0 4813 NULL
++enable_so_buffer_size_ide_tape_obj_4815 buffer_size ide_tape_obj 0 4815 NULL
++enable_so_ext4_dir_llseek_fndecl_4826 ext4_dir_llseek fndecl 2 4826 NULL
++enable_so_i2c_read_fndecl_4828 i2c_read fndecl 4-6 4828 NULL
++enable_so_nelems_cciss_scsi_cmd_stack_t_4829 nelems cciss_scsi_cmd_stack_t 0 4829 NULL
++enable_so_alloc_dummy_extent_buffer_fndecl_4832 alloc_dummy_extent_buffer fndecl 2 4832 NULL
++enable_so_read_buf_fndecl_4838 read_buf fndecl 2 4838 NULL
++enable_so_compat_ipv6_setsockopt_fndecl_4839 compat_ipv6_setsockopt fndecl 5 4839 NULL
++enable_so_bio_trim_fndecl_4843 bio_trim fndecl 2-3 4843 NULL
++enable_so_btrfs_get_32_fndecl_4847 btrfs_get_32 fndecl 0 4847 NULL
++enable_so_hash_size_cache_detail_4852 hash_size cache_detail 0 4852 NULL
++enable_so_max_tgts_snic_fw_info_4861 max_tgts snic_fw_info 0 4861 NULL
++enable_so_attach_hdlc_protocol_fndecl_4865 attach_hdlc_protocol fndecl 3 4865 NULL
++enable_so_s_desc_per_block_ext4_sb_info_4867 s_desc_per_block ext4_sb_info 0 4867 NULL nohasharray
++enable_so_gfn_to_hva_memslot_prot_fndecl_4867 gfn_to_hva_memslot_prot fndecl 2 4867 &enable_so_s_desc_per_block_ext4_sb_info_4867
++enable_so_i40e_reserve_msix_vectors_fndecl_4870 i40e_reserve_msix_vectors fndecl 0 4870 NULL
++enable_so_i_lenEAttr_udf_inode_info_4872 i_lenEAttr udf_inode_info 0 4872 NULL
++enable_so_out_args_qlcnic_mailbox_metadata_4881 out_args qlcnic_mailbox_metadata 0 4881 NULL
++enable_so_reiserfs_read_bitmap_block_fndecl_4892 reiserfs_read_bitmap_block fndecl 2 4892 NULL
++enable_so_snd_interval_refine_min_fndecl_4894 snd_interval_refine_min fndecl 2 4894 NULL nohasharray
++enable_so_sc_datablk_cnt_nilfs_sc_info_4894 sc_datablk_cnt nilfs_sc_info 0 4894 &enable_so_snd_interval_refine_min_fndecl_4894
++enable_so_head_circ_buf_4897 head circ_buf 0 4897 NULL
++enable_so_wMaxSegmentSize_usb_cdc_ether_desc_4898 wMaxSegmentSize usb_cdc_ether_desc 0 4898 NULL nohasharray
++enable_so_refdiv_arizona_fll_cfg_4898 refdiv arizona_fll_cfg 0 4898 &enable_so_wMaxSegmentSize_usb_cdc_ether_desc_4898
++enable_so_upper_size_to_lower_size_fndecl_4899 upper_size_to_lower_size fndecl 0-2 4899 NULL
++enable_so_need_tx_headroom_prism2_helper_functions_4902 need_tx_headroom prism2_helper_functions 0 4902 NULL
++enable_so_SYSC_fgetxattr_fndecl_4904 SYSC_fgetxattr fndecl 4 4904 NULL
++enable_so_diva_um_idi_read_fndecl_4912 diva_um_idi_read fndecl 0 4912 NULL
++enable_so_tree_mod_log_eb_move_fndecl_4920 tree_mod_log_eb_move fndecl 5 4920 NULL
++enable_so_event_trigger_write_fndecl_4922 event_trigger_write fndecl 3 4922 NULL
++enable_so_bpp_drm_mode_fb_cmd_4936 bpp drm_mode_fb_cmd 0 4936 NULL
++enable_so_clear_extent_bits_fndecl_4939 clear_extent_bits fndecl 2-3 4939 NULL
++enable_so_ocfs2_xattr_security_set_fndecl_4947 ocfs2_xattr_security_set fndecl 4 4947 NULL
++enable_so_mlx5_ib_db_map_user_fndecl_4950 mlx5_ib_db_map_user fndecl 2 4950 NULL nohasharray
++enable_so_update_tind_extent_range_fndecl_4950 update_tind_extent_range fndecl 3 4950 &enable_so_mlx5_ib_db_map_user_fndecl_4950 nohasharray
++enable_so_read_tape_fndecl_4950 read_tape fndecl 2 4950 &enable_so_update_tind_extent_range_fndecl_4950
++enable_so_clear_extent_uptodate_fndecl_4952 clear_extent_uptodate fndecl 2-3 4952 NULL
++enable_so_myri10ge_get_txrx_fndecl_4953 myri10ge_get_txrx fndecl 2 4953 NULL
++enable_so_aat2870_reg_write_file_fndecl_4965 aat2870_reg_write_file fndecl 3 4965 NULL
++enable_so_team_options_register_fndecl_4968 team_options_register fndecl 3 4968 NULL
++enable_so_reiserfs_dir_fsync_fndecl_4971 reiserfs_dir_fsync fndecl 2 4971 NULL
++enable_so_iwl_mvm_power_mac_dbgfs_read_fndecl_4976 iwl_mvm_power_mac_dbgfs_read fndecl 4 4976 NULL
++enable_so_t_data_nents_se_cmd_4981 t_data_nents se_cmd 0 4981 NULL nohasharray
++enable_so_dma_tx_num_vardecl_altera_tse_main_c_4981 dma_tx_num vardecl_altera_tse_main.c 0 4981 &enable_so_t_data_nents_se_cmd_4981
++enable_so_btrfs_pin_extent_for_log_replay_fndecl_4982 btrfs_pin_extent_for_log_replay fndecl 3-2 4982 NULL
++enable_so_scif_send_fndecl_4988 scif_send fndecl 3 4988 NULL
++enable_so_stripe_unit_ore_layout_4991 stripe_unit ore_layout 0 4991 NULL
++enable_so_kmem_cache_create_fndecl_5007 kmem_cache_create fndecl 2-3 5007 NULL
++enable_so_numEntries__ATOM_PPLIB_SAMClk_Voltage_Limit_Table_5010 numEntries _ATOM_PPLIB_SAMClk_Voltage_Limit_Table 0 5010 NULL
++enable_so_xenvif_gop_skb_fndecl_5015 xenvif_gop_skb fndecl 0 5015 NULL
++enable_so_bulk_in_size_usb_idmouse_5017 bulk_in_size usb_idmouse 0 5017 NULL
++enable_so_addr_snd_dma_buffer_5022 addr snd_dma_buffer 0 5022 NULL nohasharray
++enable_so_fd_do_unmap_fndecl_5022 fd_do_unmap fndecl 4-3 5022 &enable_so_addr_snd_dma_buffer_5022
++enable_so_hard_header_len_net_device_5025 hard_header_len net_device 0 5025 NULL
++enable_so_port_rme96_5035 port rme96 0 5035 NULL
++enable_so_ldebugfs_fid_write_common_fndecl_5049 ldebugfs_fid_write_common fndecl 2 5049 NULL
++enable_so_jffs2_fsync_fndecl_5052 jffs2_fsync fndecl 2 5052 NULL
++enable_so_index_squashfs_dir_index_5053 index squashfs_dir_index 0 5053 NULL
++enable_so_rcvidx_IsdnCardState_5055 rcvidx IsdnCardState 0 5055 NULL
++enable_so_ext4_llseek_fndecl_5060 ext4_llseek fndecl 2 5060 NULL
++enable_so_addr_iwch_mm_entry_5067 addr iwch_mm_entry 0 5067 NULL
++enable_so_size_compat_arpt_replace_5071 size compat_arpt_replace 0 5071 NULL
++enable_so_ie_len_cfg80211_scan_request_5073 ie_len cfg80211_scan_request 0 5073 NULL
++enable_so_tomoyo_commit_ok_fndecl_5076 tomoyo_commit_ok fndecl 2 5076 NULL
++enable_so_read_flush_pipefs_fndecl_5080 read_flush_pipefs fndecl 3 5080 NULL
++enable_so_bitmap_find_next_zero_area_off_fndecl_5088 bitmap_find_next_zero_area_off fndecl 0-4-5-6 5088 NULL nohasharray
++enable_so_num_slots_input_mt_5088 num_slots input_mt 0 5088 &enable_so_bitmap_find_next_zero_area_off_fndecl_5088
++enable_so_udf_bitmap_new_block_fndecl_5093 udf_bitmap_new_block fndecl 4 5093 NULL nohasharray
++enable_so_udf_do_extend_file_fndecl_5093 udf_do_extend_file fndecl 4 5093 &enable_so_udf_bitmap_new_block_fndecl_5093
++enable_so_fb_cvt_hperiod_fndecl_5103 fb_cvt_hperiod fndecl 0 5103 NULL
++enable_so_trusted_set_fndecl_5111 trusted_set fndecl 4 5111 NULL
++enable_so_mem_eni_dev_5112 mem eni_dev 0 5112 NULL
++enable_so_num_banks_adf_hw_device_data_5115 num_banks adf_hw_device_data 0 5115 NULL
++enable_so___link_buffer_fndecl_5117 __link_buffer fndecl 2 5117 NULL
++enable_so_ocfs2_trim_extent_fndecl_5124 ocfs2_trim_extent fndecl 4-3 5124 NULL
++enable_so_ceph_alloc_page_vector_fndecl_5125 ceph_alloc_page_vector fndecl 1 5125 NULL
++enable_so_fuse_dev_splice_write_fndecl_5131 fuse_dev_splice_write fndecl 4 5131 NULL
++enable_so_nfs4_init_callback_netid_fndecl_5134 nfs4_init_callback_netid fndecl 3-0 5134 NULL
++enable_so_rlen_si2157_cmd_5138 rlen si2157_cmd 0 5138 NULL nohasharray
++enable_so_channel_count_il_priv_5138 channel_count il_priv 0 5138 &enable_so_rlen_si2157_cmd_5138
++enable_so_echo_client_prep_commit_fndecl_5142 echo_client_prep_commit fndecl 8 5142 NULL
++enable_so_ocfs2_iget_fndecl_5154 ocfs2_iget fndecl 2 5154 NULL
++enable_so_stv0297_readregs_fndecl_5156 stv0297_readregs fndecl 4 5156 NULL
++enable_so_o2hb_debug_create_fndecl_5163 o2hb_debug_create fndecl 4 5163 NULL
++enable_so_tx_hdr_len_p54_common_5164 tx_hdr_len p54_common 0 5164 NULL
++enable_so_indices_ixgbe_ring_feature_5170 indices ixgbe_ring_feature 0 5170 NULL
++enable_so_ext4_es_insert_extent_fndecl_5178 ext4_es_insert_extent fndecl 3-2 5178 NULL nohasharray
++enable_so_len_bts_file_action_5178 len bts_file_action 0 5178 &enable_so_ext4_es_insert_extent_fndecl_5178
++enable_so_inofree_iagctl_5194 inofree iagctl 0 5194 NULL
++enable_so_SyS_lsetxattr_fndecl_5195 SyS_lsetxattr fndecl 4 5195 NULL
++enable_so_snd_midi_event_encode_fndecl_5210 snd_midi_event_encode fndecl 0 5210 NULL
++enable_so_drm_gem_private_object_init_fndecl_5217 drm_gem_private_object_init fndecl 3 5217 NULL
++enable_so_mmc_test_broken_transfer_fndecl_5224 mmc_test_broken_transfer fndecl 3-2 5224 NULL
++enable_so_dm_stats_print_fndecl_5228 dm_stats_print fndecl 7 5228 NULL
++enable_so_madvise_hwpoison_fndecl_5231 madvise_hwpoison fndecl 2 5231 NULL
++enable_so_emulate_ss_fndecl_5254 emulate_ss fndecl 2 5254 NULL
++enable_so_iterate_inode_refs_fndecl_5261 iterate_inode_refs fndecl 1 5261 NULL
++enable_so_len_fstrim_range_5265 len fstrim_range 0 5265 NULL
++enable_so_v4l2_detect_cvt_fndecl_5273 v4l2_detect_cvt fndecl 2-3-1 5273 NULL
++enable_so_h_total_aty128_crtc_5275 h_total aty128_crtc 0 5275 NULL nohasharray
++enable_so_sys_modify_ldt_fndecl_5275 sys_modify_ldt fndecl 3 5275 &enable_so_h_total_aty128_crtc_5275
++enable_so_upload_data_fndecl_5277 upload_data fndecl 2 5277 NULL nohasharray
++enable_so_fi_extents_max_fiemap_extent_info_5277 fi_extents_max fiemap_extent_info 0 5277 &enable_so_upload_data_fndecl_5277
++enable_so_xlog_find_verify_log_record_fndecl_5285 xlog_find_verify_log_record fndecl 2 5285 NULL
++enable_so_dma_offset_freelQ_5299 dma_offset freelQ 0 5299 NULL nohasharray
++enable_so_lpt_hght_ubifs_info_5299 lpt_hght ubifs_info 0 5299 &enable_so_dma_offset_freelQ_5299
++enable_so_drm_ht_create_fndecl_5302 drm_ht_create fndecl 2 5302 NULL
++enable_so_sctp_setsockopt_events_fndecl_5309 sctp_setsockopt_events fndecl 3 5309 NULL
++enable_so_ds_num_nfs4_file_layout_dsaddr_5314 ds_num nfs4_file_layout_dsaddr 0 5314 NULL
++enable_so_gru_init_chiplet_fndecl_5317 gru_init_chiplet fndecl 2 5317 NULL nohasharray
++enable_so_devm_mdiobus_alloc_size_fndecl_5317 devm_mdiobus_alloc_size fndecl 2 5317 &enable_so_gru_init_chiplet_fndecl_5317
++enable_so_matchsize_xt_match_5320 matchsize xt_match 0 5320 NULL
++enable_so____alloc_bootmem_node_fndecl_5329 ___alloc_bootmem_node fndecl 3-2 5329 NULL nohasharray
++enable_so_tcp_try_undo_partial_fndecl_5329 tcp_try_undo_partial fndecl 2 5329 &enable_so____alloc_bootmem_node_fndecl_5329
++enable_so_get_cramfs_inode_fndecl_5332 get_cramfs_inode fndecl 3 5332 NULL
++enable_so_jfs_quota_read_fndecl_5341 jfs_quota_read fndecl 5 5341 NULL
++enable_so_comedi_isadma_alloc_fndecl_5342 comedi_isadma_alloc fndecl 2 5342 NULL
++enable_so_get_cr3_kvm_mmu_5347 get_cr3 kvm_mmu 0 5347 NULL
++enable_so_data_count_iscsi_task_5350 data_count iscsi_task 0 5350 NULL
++enable_so_ddi_pll_sel_intel_crtc_state_5353 ddi_pll_sel intel_crtc_state 0 5353 NULL
++enable_so_brcmf_usb_send_ctl_fndecl_5357 brcmf_usb_send_ctl fndecl 3 5357 NULL
++enable_so_compute_blocknr_fndecl_5361 compute_blocknr fndecl 2 5361 NULL nohasharray
++enable_so_read_user_buf_avail_tomoyo_io_buffer_5361 read_user_buf_avail tomoyo_io_buffer 0 5361 &enable_so_compute_blocknr_fndecl_5361
++enable_so_ceph_setxattr_fndecl_5362 ceph_setxattr fndecl 4 5362 NULL
++enable_so_nfs4_proc_readdir_fndecl_5367 nfs4_proc_readdir fndecl 5 5367 NULL
++enable_so_xfs_buf_read_uncached_fndecl_5369 xfs_buf_read_uncached fndecl 3-2 5369 NULL
++enable_so_ieee80211_rx_mgmt_disassoc_fndecl_5372 ieee80211_rx_mgmt_disassoc fndecl 3 5372 NULL
++enable_so_mwifiex_write_data_to_card_fndecl_5375 mwifiex_write_data_to_card fndecl 3 5375 NULL
++enable_so_skbprio_ip_set_ext_5381 skbprio ip_set_ext 0 5381 NULL nohasharray
++enable_so_flash_dev_cache_miss_fndecl_5381 flash_dev_cache_miss fndecl 4 5381 &enable_so_skbprio_ip_set_ext_5381
++enable_so_regset_tls_set_fndecl_5384 regset_tls_set fndecl 4 5384 NULL
++enable_so_fuse_perform_write_fndecl_5386 fuse_perform_write fndecl 4-0 5386 NULL
++enable_so_check_iommu_size_fndecl_5390 check_iommu_size fndecl 0-2-1 5390 NULL
++enable_so_iscsi_create_flashnode_sess_fndecl_5394 iscsi_create_flashnode_sess fndecl 4 5394 NULL
++enable_so_len_iw_mgmt_info_element_5411 len iw_mgmt_info_element 0 5411 NULL
++enable_so_udpv6_setsockopt_fndecl_5412 udpv6_setsockopt fndecl 5 5412 NULL
++enable_so_allocmin_nilfs_sufile_info_5418 allocmin nilfs_sufile_info 0 5418 NULL
++enable_so_ino_ncp_entry_info_5423 ino ncp_entry_info 0 5423 NULL nohasharray
++enable_so_nilfs_sufile_truncate_range_fndecl_5423 nilfs_sufile_truncate_range fndecl 3-2 5423 &enable_so_ino_ncp_entry_info_5423
++enable_so_dma_alloc_from_contiguous_fndecl_5425 dma_alloc_from_contiguous fndecl 2-3 5425 NULL
++enable_so_port_mad_size_fndecl_5434 port_mad_size fndecl 0 5434 NULL
++enable_so_sigmadsp_read_i2c_fndecl_5435 sigmadsp_read_i2c fndecl 4 5435 NULL
++enable_so_btrfs_fiemap_fndecl_5462 btrfs_fiemap fndecl 4-3 5462 NULL
++enable_so_num_stations_il_priv_5465 num_stations il_priv 0 5465 NULL
++enable_so_y_drm_vmw_rect_5478 y drm_vmw_rect 0 5478 NULL
++enable_so_btrfs_double_lock_fndecl_5482 btrfs_double_lock fndecl 5-4-2 5482 NULL
++enable_so_efs_find_entry_fndecl_5485 efs_find_entry fndecl 0 5485 NULL
++enable_so_valuelen_xfs_attr_sf_entry_5490 valuelen xfs_attr_sf_entry 0 5490 NULL
++enable_so_block_isofs_fid_5500 block isofs_fid 0 5500 NULL nohasharray
++enable_so_seq_copy_in_user_fndecl_5500 seq_copy_in_user fndecl 3 5500 &enable_so_block_isofs_fid_5500
++enable_so_s_fpb_ufs_sb_private_info_5504 s_fpb ufs_sb_private_info 0 5504 NULL
++enable_so_failure_frame_iwlagn_tx_resp_5509 failure_frame iwlagn_tx_resp 0 5509 NULL nohasharray
++enable_so_f_width_camif_frame_5509 f_width camif_frame 0 5509 &enable_so_failure_frame_iwlagn_tx_resp_5509
++enable_so___tipc_sendmsg_fndecl_5510 __tipc_sendmsg fndecl 3 5510 NULL
++enable_so_wiidebug_eeprom_read_fndecl_5523 wiidebug_eeprom_read fndecl 3 5523 NULL
++enable_so_smk_write_rules_list_fndecl_5526 smk_write_rules_list fndecl 3 5526 NULL
++enable_so_intel_bios_ssc_frequency_fndecl_5528 intel_bios_ssc_frequency fndecl 0 5528 NULL
++enable_so_ceph_tcp_sendpage_fndecl_5531 ceph_tcp_sendpage fndecl 0 5531 NULL
++enable_so_tool_dbfn_read_fndecl_5532 tool_dbfn_read fndecl 3 5532 NULL
++enable_so_batadv_arp_get_type_fndecl_5538 batadv_arp_get_type fndecl 3 5538 NULL nohasharray
++enable_so___vmalloc_node_range_fndecl_5538 __vmalloc_node_range fndecl 1-3 5538 &enable_so_batadv_arp_get_type_fndecl_5538
++enable_so_thoff_flow_keys_5548 thoff flow_keys 0 5548 NULL nohasharray
++enable_so_mlx5_create_flow_table_fndecl_5548 mlx5_create_flow_table fndecl 4 5548 &enable_so_thoff_flow_keys_5548
++enable_so___netdev_alloc_skb_fndecl_5552 __netdev_alloc_skb fndecl 2 5552 NULL
++enable_so_xfs_btree_read_bufl_fndecl_5558 xfs_btree_read_bufl fndecl 3 5558 NULL
++enable_so_slabinfo_write_fndecl_5563 slabinfo_write fndecl 3 5563 NULL
++enable_so_nfs41_maxread_overhead_vardecl_5564 nfs41_maxread_overhead vardecl 0 5564 NULL
++enable_so_iowarrior_write_fndecl_5567 iowarrior_write fndecl 3 5567 NULL
++enable_so_ihl_xfrm_mode_skb_cb_5571 ihl xfrm_mode_skb_cb 0 5571 NULL
++enable_so___dev_set_mtu_fndecl_5572 __dev_set_mtu fndecl 2 5572 NULL
++enable_so_i2c_read_eeprom_fndecl_5583 i2c_read_eeprom fndecl 5 5583 NULL
++enable_so_from_buffer_fndecl_5586 from_buffer fndecl 3 5586 NULL
++enable_so_ext4_xattr_security_set_fndecl_5594 ext4_xattr_security_set fndecl 4 5594 NULL nohasharray
++enable_so_bg_itable_unused_lo_ext4_group_desc_5594 bg_itable_unused_lo ext4_group_desc 0 5594 &enable_so_ext4_xattr_security_set_fndecl_5594
++enable_so_memory_map_bottom_up_fndecl_5599 memory_map_bottom_up fndecl 1-2 5599 NULL nohasharray
++enable_so_size_sched_attr_5599 size sched_attr 0 5599 &enable_so_memory_map_bottom_up_fndecl_5599
++enable_so_pbl_base_rdma_info_5607 pbl_base rdma_info 0 5607 NULL
++enable_so_odata_dma_usb_xpad_5619 odata_dma usb_xpad 0 5619 NULL
++enable_so_shmem_fallocate_fndecl_5621 shmem_fallocate fndecl 3-4 5621 NULL
++enable_so_xfs_iext_insert_fndecl_5624 xfs_iext_insert fndecl 3 5624 NULL
++enable_so_ieee80211_if_fmt_rssi_threshold_fndecl_5627 ieee80211_if_fmt_rssi_threshold fndecl 3 5627 NULL
++enable_so_c_irotor_ufs_cg_private_info_5628 c_irotor ufs_cg_private_info 0 5628 NULL
++enable_so_max_sectors_ide_port_info_5629 max_sectors ide_port_info 0 5629 NULL
++enable_so_wbcir_tx_fndecl_5632 wbcir_tx fndecl 3 5632 NULL
++enable_so_screen_width_vardecl_hyperv_fb_c_5635 screen_width vardecl_hyperv_fb.c 0 5635 NULL
++enable_so_num_counters_compat_ip6t_replace_5636 num_counters compat_ip6t_replace 0 5636 NULL
++enable_so_udpv6_recvmsg_fndecl_5638 udpv6_recvmsg fndecl 3 5638 NULL
++enable_so_snd_mask_max_fndecl_5643 snd_mask_max fndecl 0 5643 NULL
++enable_so_ring_buffer_size_vardecl_ldusb_c_5645 ring_buffer_size vardecl_ldusb.c 0 5645 NULL
++enable_so_tx_ring_size_altera_tse_private_5654 tx_ring_size altera_tse_private 0 5654 NULL
++enable_so_isert_put_login_tx_fndecl_5660 isert_put_login_tx fndecl 3 5660 NULL nohasharray
++enable_so_no_addr_gfs2_inum_host_5660 no_addr gfs2_inum_host 0 5660 &enable_so_isert_put_login_tx_fndecl_5660
++enable_so___sw_hweight64_fndecl_5663 __sw_hweight64 fndecl 0 5663 NULL
++enable_so_jd_jid_gfs2_jdesc_5669 jd_jid gfs2_jdesc 0 5669 NULL
++enable_so_sgl_read_to_frags_fndecl_5672 sgl_read_to_frags fndecl 3-2 5672 NULL
++enable_so_mtu_ppp_channel_5679 mtu ppp_channel 0 5679 NULL nohasharray
++enable_so_blklen_regcache_rbtree_node_5679 blklen regcache_rbtree_node 0 5679 &enable_so_mtu_ppp_channel_5679 nohasharray
++enable_so_ucma_query_fndecl_5679 ucma_query fndecl 4 5679 &enable_so_blklen_regcache_rbtree_node_5679
++enable_so_ext4_es_alloc_extent_fndecl_5681 ext4_es_alloc_extent fndecl 2-3 5681 NULL
++enable_so_s_blocks_count_ext2_super_block_5695 s_blocks_count ext2_super_block 0 5695 NULL
++enable_so_write_bytes_to_xdr_buf_fndecl_5702 write_bytes_to_xdr_buf fndecl 4-2 5702 NULL
++enable_so_cfg80211_rx_unprot_mlme_mgmt_fndecl_5707 cfg80211_rx_unprot_mlme_mgmt fndecl 3 5707 NULL nohasharray
++enable_so_batadv_tt_save_orig_buffer_fndecl_5707 batadv_tt_save_orig_buffer fndecl 4 5707 &enable_so_cfg80211_rx_unprot_mlme_mgmt_fndecl_5707
++enable_so_virtnet_change_mtu_fndecl_5709 virtnet_change_mtu fndecl 2 5709 NULL
++enable_so_raw_send_hdrinc_fndecl_5711 raw_send_hdrinc fndecl 4 5711 NULL
++enable_so_in_attr_len_ore_io_state_5713 in_attr_len ore_io_state 0 5713 NULL
++enable_so_vt_hdr_vxfs_typed_5715 vt_hdr vxfs_typed 0 5715 NULL
++enable_so_hfsplus_get_block_fndecl_5725 hfsplus_get_block fndecl 2 5725 NULL
++enable_so_max_order_mlx4_buddy_5738 max_order mlx4_buddy 0 5738 NULL
++enable_so_rt2x00lib_rxdone_read_signal_fndecl_5747 rt2x00lib_rxdone_read_signal fndecl 0 5747 NULL
++enable_so_scrbuf_sisusb_usb_data_5749 scrbuf sisusb_usb_data 0 5749 NULL
++enable_so_s_journal_inum_ext4_super_block_5759 s_journal_inum ext4_super_block 0 5759 NULL
++enable_so_setup_extent_mapping_fndecl_5768 setup_extent_mapping fndecl 3-2-4 5768 NULL
++enable_so_copy_align_dma_device_5783 copy_align dma_device 0 5783 NULL nohasharray
++enable_so_lbs_host_sleep_write_fndecl_5783 lbs_host_sleep_write fndecl 3 5783 &enable_so_copy_align_dma_device_5783
++enable_so_xfs_map_at_offset_fndecl_5785 xfs_map_at_offset fndecl 4 5785 NULL
++enable_so_console_size_ramoops_platform_data_5786 console_size ramoops_platform_data 0 5786 NULL
++enable_so_mc_handle_file_pte_fndecl_5787 mc_handle_file_pte fndecl 2 5787 NULL
++enable_so_bq32k_read_fndecl_5789 bq32k_read fndecl 4 5789 NULL
++enable_so_p9_check_zc_errors_fndecl_5806 p9_check_zc_errors fndecl 4 5806 NULL
++enable_so_NumPhys__CONFIG_PAGE_SAS_EXPANDER_0_5809 NumPhys _CONFIG_PAGE_SAS_EXPANDER_0 0 5809 NULL
++enable_so_firmware_data_write_fndecl_5811 firmware_data_write fndecl 6-5 5811 NULL nohasharray
++enable_so_length_uwb_ie_hdr_5811 length uwb_ie_hdr 0 5811 &enable_so_firmware_data_write_fndecl_5811
++enable_so_start_addr_gen_pool_chunk_5822 start_addr gen_pool_chunk 0 5822 NULL
++enable_so_compr_flush_fndecl_5826 compr_flush fndecl 2 5826 NULL
++enable_so_hid_hw_raw_request_fndecl_5827 hid_hw_raw_request fndecl 0 5827 NULL
++enable_so_zlib_decompress_biovec_fndecl_5829 zlib_decompress_biovec fndecl 6 5829 NULL nohasharray
++enable_so_bch_btree_keys_alloc_fndecl_5829 bch_btree_keys_alloc fndecl 2 5829 &enable_so_zlib_decompress_biovec_fndecl_5829
++enable_so_synproxy_options_size_fndecl_5837 synproxy_options_size fndecl 0 5837 NULL
++enable_so_interpret_user_input_fndecl_5842 interpret_user_input fndecl 2 5842 NULL
++enable_so_transferred_vardecl_shuttle_usbat_c_5845 transferred vardecl_shuttle_usbat.c 0 5845 NULL
++enable_so_sync_fill_pt_info_fndecl_5846 sync_fill_pt_info fndecl 0 5846 NULL
++enable_so_get_n_events_by_type_fndecl_5850 get_n_events_by_type fndecl 0 5850 NULL
++enable_so_SyS_sched_getaffinity_fndecl_5863 SyS_sched_getaffinity fndecl 2 5863 NULL
++enable_so_len_hv_mpb_array_5864 len hv_mpb_array 0 5864 NULL
++enable_so_um_size_bcm5974_config_5867 um_size bcm5974_config 0 5867 NULL
++enable_so___record_new_ref_fndecl_5868 __record_new_ref fndecl 2 5868 NULL
++enable_so_e1000_receive_skb_fndecl_5875 e1000_receive_skb fndecl 5 5875 NULL
++enable_so_sq_db_page_mthca_create_qp_5878 sq_db_page mthca_create_qp 0 5878 NULL
++enable_so_max_sg_count_hpt_iop_request_get_config_5890 max_sg_count hpt_iop_request_get_config 0 5890 NULL
++enable_so_force_max_req_size_vardecl_vub300_c_5891 force_max_req_size vardecl_vub300.c 0 5891 NULL
++enable_so_size_squashfs_dir_entry_5896 size squashfs_dir_entry 0 5896 NULL
++enable_so___nla_reserve_fndecl_5901 __nla_reserve fndecl 3 5901 NULL
++enable_so_ep_address_ath6kl_usb_pipe_5905 ep_address ath6kl_usb_pipe 0 5905 NULL nohasharray
++enable_so_priv_size_dsa_switch_driver_5905 priv_size dsa_switch_driver 0 5905 &enable_so_ep_address_ath6kl_usb_pipe_5905
++enable_so_alloc_rx_slot_fndecl_5908 alloc_rx_slot fndecl 0 5908 NULL
++enable_so_sctp_tsnmap_num_gabs_fndecl_5915 sctp_tsnmap_num_gabs fndecl 0 5915 NULL
++enable_so_ocfs2_reflink_xattr_buckets_fndecl_5931 ocfs2_reflink_xattr_buckets fndecl 7 5931 NULL
++enable_so_layout_in_gaps_fndecl_5933 layout_in_gaps fndecl 2 5933 NULL
++enable_so_ide_config_drive_speed_fndecl_5940 ide_config_drive_speed fndecl 2 5940 NULL
++enable_so_gfn_to_pfn_atomic_fndecl_5942 gfn_to_pfn_atomic fndecl 2 5942 NULL
++enable_so_buffer_blocks_osst_buffer_5944 buffer_blocks osst_buffer 0 5944 NULL
++enable_so_get_inode_path_fndecl_5951 get_inode_path fndecl 2 5951 NULL
++enable_so_height_tm6000_fh_5952 height tm6000_fh 0 5952 NULL
++enable_so_tx_hdrlen_brcmf_sdio_5961 tx_hdrlen brcmf_sdio 0 5961 NULL
++enable_so_viafb_second_size_vardecl_viafbdev_c_5965 viafb_second_size vardecl_viafbdev.c 0 5965 NULL
++enable_so_allocmax_nilfs_sufile_info_5969 allocmax nilfs_sufile_info 0 5969 NULL
++enable_so_rx_dma_phys_tegra_spi_data_5972 rx_dma_phys tegra_spi_data 0 5972 NULL
++enable_so_schedule_internal_copy_fndecl_5973 schedule_internal_copy fndecl 3-4 5973 NULL
++enable_so_hash_netport6_expire_fndecl_5974 hash_netport6_expire fndecl 4 5974 NULL
++enable_so_f2fs_setxattr_fndecl_5975 f2fs_setxattr fndecl 5 5975 NULL
++enable_so_nfsd4_encode_dirent_fndecl_5983 nfsd4_encode_dirent fndecl 3 5983 NULL
++enable_so_create_gpadl_header_fndecl_5995 create_gpadl_header fndecl 2 5995 NULL
++enable_so_revalidate_fndecl_6000 revalidate fndecl 2 6000 NULL
++enable_so_clk_recalc_fndecl_6001 clk_recalc fndecl 0-2 6001 NULL
++enable_so_drm_fb_helper_init_fndecl_6007 drm_fb_helper_init fndecl 4-3 6007 NULL nohasharray
++enable_so_map_words_netvsc_device_6007 map_words netvsc_device 0 6007 &enable_so_drm_fb_helper_init_fndecl_6007
++enable_so_orig_sg_segs_osst_buffer_6013 orig_sg_segs osst_buffer 0 6013 NULL
++enable_so_brcmf_usbdev_qinit_fndecl_6017 brcmf_usbdev_qinit fndecl 2 6017 NULL
++enable_so_wqe_cnt_mlx5_ib_wq_6024 wqe_cnt mlx5_ib_wq 0 6024 NULL
++enable_so_icv_trunc_len_ah_data_6025 icv_trunc_len ah_data 0 6025 NULL nohasharray
++enable_so_flags_rtl8180_rx_desc_6025 flags rtl8180_rx_desc 0 6025 &enable_so_icv_trunc_len_ah_data_6025
++enable_so_xlog_bwrite_fndecl_6028 xlog_bwrite fndecl 2 6028 NULL
++enable_so_split_and_remove_iova_fndecl_6030 split_and_remove_iova fndecl 4-3 6030 NULL nohasharray
++enable_so_spi_rx_dma_mcp251x_priv_6030 spi_rx_dma mcp251x_priv 0 6030 &enable_so_split_and_remove_iova_fndecl_6030
++enable_so_kvm_lapic_set_vapic_addr_fndecl_6040 kvm_lapic_set_vapic_addr fndecl 2 6040 NULL
++enable_so_ceph_create_snap_context_fndecl_6041 ceph_create_snap_context fndecl 1 6041 NULL
++enable_so_n_ssids_cfg80211_scan_request_6049 n_ssids cfg80211_scan_request 0 6049 NULL
++enable_so_scif_rb_space_fndecl_6052 scif_rb_space fndecl 0 6052 NULL
++enable_so_ext4_inode_table_fndecl_6054 ext4_inode_table fndecl 0 6054 NULL
++enable_so_spu_base_info_size_ipath_user_info_6059 spu_base_info_size ipath_user_info 0 6059 NULL
++enable_so_count_vardecl_speedtest_c_6069 count vardecl_speedtest.c 0 6069 NULL
++enable_so_cifs_readv_from_socket_fndecl_6070 cifs_readv_from_socket fndecl 3 6070 NULL
++enable_so_ioctx_alloc_fndecl_6081 ioctx_alloc fndecl 1 6081 NULL
++enable_so_channel_num_ad9523_channel_spec_6095 channel_num ad9523_channel_spec 0 6095 NULL
++enable_so___gfs2_xattr_set_fndecl_6098 __gfs2_xattr_set fndecl 4 6098 NULL
++enable_so_blkdev_issue_discard_fndecl_6109 blkdev_issue_discard fndecl 3-2 6109 NULL
++enable_so_read_extent_buffer_to_user_fndecl_6118 read_extent_buffer_to_user fndecl 4-3 6118 NULL
++enable_so_hblank_panel_info_6122 hblank panel_info 0 6122 NULL
++enable_so_pwc_get_fps_Kiara_fndecl_6127 pwc_get_fps_Kiara fndecl 0 6127 NULL
++enable_so_buf_count_slgt_desc_6140 buf_count slgt_desc 0 6140 NULL
++enable_so_fts_ieee80211_device_6153 fts ieee80211_device 0 6153 NULL
++enable_so_name_len_f2fs_dir_entry_6154 name_len f2fs_dir_entry 0 6154 NULL
++enable_so_gfn_to_pfn_memslot_fndecl_6158 gfn_to_pfn_memslot fndecl 2 6158 NULL
++enable_so_buf_size_rte_log_le_6160 buf_size rte_log_le 0 6160 NULL nohasharray
++enable_so_udf_read_tagged_fndecl_6160 udf_read_tagged fndecl 2 6160 &enable_so_buf_size_rte_log_le_6160
++enable_so_kernel_write_fndecl_6162 kernel_write fndecl 3 6162 NULL
++enable_so_rcl_nrefcalls_referring_call_list_6169 rcl_nrefcalls referring_call_list 0 6169 NULL
++enable_so_dsp_tone_hw_message_fndecl_6173 dsp_tone_hw_message fndecl 3 6173 NULL
++enable_so_vaddr_vfio_iommu_type1_dma_map_6175 vaddr vfio_iommu_type1_dma_map 0 6175 NULL
++enable_so_m_agirotor_xfs_mount_6177 m_agirotor xfs_mount 0 6177 NULL
++enable_so_fs_descs_count_ffs_data_6179 fs_descs_count ffs_data 0 6179 NULL
++enable_so_venus_rename_fndecl_6200 venus_rename fndecl 4-5 6200 NULL
++enable_so_digi_write_oob_command_fndecl_6207 digi_write_oob_command fndecl 3 6207 NULL nohasharray
++enable_so_height_linux_logo_6207 height linux_logo 0 6207 &enable_so_digi_write_oob_command_fndecl_6207
++enable_so_index_lola_stream_6210 index lola_stream 0 6210 NULL nohasharray
++enable_so_dac_channels_pcm_oxygen_model_6210 dac_channels_pcm oxygen_model 0 6210 &enable_so_index_lola_stream_6210
++enable_so_val_bits_regmap_config_6218 val_bits regmap_config 0 6218 NULL
++enable_so_max_cmds_mthca_cmd_6222 max_cmds mthca_cmd 0 6222 NULL
++enable_so_sc_ssid_len_wl18xx_event_mailbox_6223 sc_ssid_len wl18xx_event_mailbox 0 6223 NULL
++enable_so_pcpu_alloc_area_fndecl_6230 pcpu_alloc_area fndecl 3 6230 NULL nohasharray
++enable_so_exofs_read_lookup_dev_table_fndecl_6230 exofs_read_lookup_dev_table fndecl 3 6230 &enable_so_pcpu_alloc_area_fndecl_6230
++enable_so_ag_xfs_fstrm_item_6243 ag xfs_fstrm_item 0 6243 NULL
++enable_so_mode_offset_pktcdvd_device_6248 mode_offset pktcdvd_device 0 6248 NULL
++enable_so_size_snd_info_buffer_6257 size snd_info_buffer 0 6257 NULL
++enable_so_insert_extent_data_ref_fndecl_6261 insert_extent_data_ref fndecl 5-4 6261 NULL nohasharray
++enable_so_brcmf_usb_attach_fndecl_6261 brcmf_usb_attach fndecl 2-3 6261 &enable_so_insert_extent_data_ref_fndecl_6261
++enable_so_bNumInterfaces_usb_config_descriptor_6265 bNumInterfaces usb_config_descriptor 0 6265 NULL
++enable_so_vb2_dma_sg_get_userptr_fndecl_6274 vb2_dma_sg_get_userptr fndecl 2-3 6274 NULL
++enable_so_sb_nextnum_nilfs_segment_buffer_6275 sb_nextnum nilfs_segment_buffer 0 6275 NULL
++enable_so_nrealwriters_stress_lock_torture_cxt_6279 nrealwriters_stress lock_torture_cxt 0 6279 NULL
++enable_so_copy_out_args_fndecl_6283 copy_out_args fndecl 3 6283 NULL
++enable_so_regmap_i2c_gather_write_fndecl_6284 regmap_i2c_gather_write fndecl 3-5 6284 NULL nohasharray
++enable_so_data_len_op_arr_write_6284 data_len op_arr_write 0 6284 &enable_so_regmap_i2c_gather_write_fndecl_6284
++enable_so_gnet_stats_copy_app_fndecl_6286 gnet_stats_copy_app fndecl 3 6286 NULL
++enable_so__snd_pcm_lib_alloc_vmalloc_buffer_fndecl_6287 _snd_pcm_lib_alloc_vmalloc_buffer fndecl 2 6287 NULL
++enable_so_hOver_plus_panel_info_6297 hOver_plus panel_info 0 6297 NULL
++enable_so__iwl_dbgfs_set_nic_temperature_write_fndecl_6303 _iwl_dbgfs_set_nic_temperature_write fndecl 3 6303 NULL
++enable_so_count_leafs_fndecl_6305 count_leafs fndecl 0 6305 NULL
++enable_so_em28xx_audio_ep_packet_size_fndecl_6311 em28xx_audio_ep_packet_size fndecl 0 6311 NULL
++enable_so_sectors_r1bio_6323 sectors r1bio 0 6323 NULL
++enable_so_len_ethtool_gstrings_6325 len ethtool_gstrings 0 6325 NULL
++enable_so_max_ustore_icp_qat_fw_loader_hal_handle_6327 max_ustore icp_qat_fw_loader_hal_handle 0 6327 NULL
++enable_so_raid5_build_block_fndecl_6335 raid5_build_block fndecl 2 6335 NULL nohasharray
++enable_so_asd_get_devctx_size_fndecl_6335 asd_get_devctx_size fndecl 0 6335 &enable_so_raid5_build_block_fndecl_6335
++enable_so_ray_cs_essid_proc_write_fndecl_6336 ray_cs_essid_proc_write fndecl 3 6336 NULL
++enable_so_virtio_cread32_fndecl_6338 virtio_cread32 fndecl 0 6338 NULL
++enable_so_h_max_out_saa7146_standard_6339 h_max_out saa7146_standard 0 6339 NULL
++enable_so_orinoco_set_key_fndecl_6341 orinoco_set_key fndecl 5-7 6341 NULL
++enable_so_ieee80211_if_fmt_dot11MeshMaxPeerLinks_fndecl_6344 ieee80211_if_fmt_dot11MeshMaxPeerLinks fndecl 3 6344 NULL
++enable_so_init_per_cpu_fndecl_6347 init_per_cpu fndecl 1 6347 NULL
++enable_so_dm_stats_message_fndecl_6356 dm_stats_message fndecl 5 6356 NULL nohasharray
++enable_so_logfs_iget_fndecl_6356 logfs_iget fndecl 2 6356 &enable_so_dm_stats_message_fndecl_6356
++enable_so_lrf_body_len_nfsd4_layoutreturn_6359 lrf_body_len nfsd4_layoutreturn 0 6359 NULL
++enable_so_pcpu_fit_in_area_fndecl_6362 pcpu_fit_in_area fndecl 5-2-3 6362 NULL nohasharray
++enable_so_len_p54_rx_data_6362 len p54_rx_data 0 6362 &enable_so_pcpu_fit_in_area_fndecl_6362
++enable_so_sisusb_send_bulk_msg_fndecl_6363 sisusb_send_bulk_msg fndecl 3-2 6363 NULL
++enable_so_elants_i2c_execute_command_fndecl_6371 elants_i2c_execute_command fndecl 3-5 6371 NULL
++enable_so_dev_pm_opp_get_opp_count_fndecl_6372 dev_pm_opp_get_opp_count fndecl 0 6372 NULL
++enable_so_xfs_buf_associate_memory_fndecl_6376 xfs_buf_associate_memory fndecl 3 6376 NULL
++enable_so_blkfactor_dio_submit_6380 blkfactor dio_submit 0 6380 NULL
++enable_so_tail_hid_debug_list_6381 tail hid_debug_list 0 6381 NULL
++enable_so_xfs_rtallocate_extent_near_fndecl_6383 xfs_rtallocate_extent_near fndecl 3-5-9 6383 NULL
++enable_so_snd_info_entry_llseek_fndecl_6384 snd_info_entry_llseek fndecl 2 6384 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPRootMode_fndecl_6385 ieee80211_if_fmt_dot11MeshHWMPRootMode fndecl 3 6385 NULL
++enable_so_partition_sched_domains_fndecl_6386 partition_sched_domains fndecl 1 6386 NULL
++enable_so_length_fusbh200_qtd_6388 length fusbh200_qtd 0 6388 NULL
++enable_so_wps_probe_req_ie_len_mlme_priv_6393 wps_probe_req_ie_len mlme_priv 0 6393 NULL
++enable_so_totalreserve_pages_vardecl_6395 totalreserve_pages vardecl 0 6395 NULL
++enable_so_i_file_acl_ext2_inode_info_6396 i_file_acl ext2_inode_info 0 6396 NULL
++enable_so_lpfc_debugfs_dif_err_write_fndecl_6403 lpfc_debugfs_dif_err_write fndecl 3 6403 NULL
++enable_so_srpt_post_send_fndecl_6405 srpt_post_send fndecl 3 6405 NULL
++enable_so_alloc_blocks_hfs_inode_info_6406 alloc_blocks hfs_inode_info 0 6406 NULL
++enable_so_copy_from_iter_fndecl_6410 copy_from_iter fndecl 2 6410 NULL
++enable_so_vlv_clock_fndecl_6421 vlv_clock fndecl 1 6421 NULL nohasharray
++enable_so_max_pixelclock_v4l2_bt_timings_cap_6421 max_pixelclock v4l2_bt_timings_cap 0 6421 &enable_so_vlv_clock_fndecl_6421
++enable_so_fwnet_change_mtu_fndecl_6424 fwnet_change_mtu fndecl 2 6424 NULL
++enable_so_de_entrylen_reiserfs_dir_entry_6426 de_entrylen reiserfs_dir_entry 0 6426 NULL
++enable_so_sys_brk_fndecl_6435 sys_brk fndecl 1 6435 NULL
++enable_so_snd_hammerfall_get_buffer_fndecl_6450 snd_hammerfall_get_buffer fndecl 3 6450 NULL
++enable_so_out_epnum_usb_gadget_6453 out_epnum usb_gadget 0 6453 NULL
++enable_so_libcfs_ipif_enumerate_fndecl_6454 libcfs_ipif_enumerate fndecl 0 6454 NULL
++enable_so_iov_iter_advance_fndecl_6457 iov_iter_advance fndecl 2 6457 NULL
++enable_so_xtTruncate_fndecl_6468 xtTruncate fndecl 3 6468 NULL
++enable_so_lookup_tree_block_ref_fndecl_6469 lookup_tree_block_ref fndecl 5-6-4 6469 NULL
++enable_so_drop_unencrypted_libipw_device_6476 drop_unencrypted libipw_device 0 6476 NULL
++enable_so_dx_fb_image_6483 dx fb_image 0 6483 NULL
++enable_so_usb_device_lseek_fndecl_6485 usb_device_lseek fndecl 2 6485 NULL
++enable_so_datasize_vub300_mmc_host_6490 datasize vub300_mmc_host 0 6490 NULL nohasharray
++enable_so_probe_kernel_write_fndecl_6490 probe_kernel_write fndecl 3 6490 &enable_so_datasize_vub300_mmc_host_6490
++enable_so_discard_root_dm_cache_metadata_6499 discard_root dm_cache_metadata 0 6499 NULL
++enable_so_curr_dma_words_tegra_spi_data_6500 curr_dma_words tegra_spi_data 0 6500 NULL
++enable_so_new_offset_mdp_superblock_1_6501 new_offset mdp_superblock_1 0 6501 NULL
++enable_so_inc_remap_and_issue_cell_fndecl_6505 inc_remap_and_issue_cell fndecl 3 6505 NULL
++enable_so_vfs_setpos_fndecl_6511 vfs_setpos fndecl 2 6511 NULL
++enable_so_rq_nob_received_ptlrpc_request_6512 rq_nob_received ptlrpc_request 0 6512 NULL
++enable_so_l2_fhdr_vlan_tag_l2_fhdr_6516 l2_fhdr_vlan_tag l2_fhdr 0 6516 NULL
++enable_so_lbs_highrssi_write_fndecl_6520 lbs_highrssi_write fndecl 3 6520 NULL
++enable_so_copy_page_from_iter_fndecl_6523 copy_page_from_iter fndecl 3 6523 NULL
++enable_so_sector_start_dm_target_spec_6526 sector_start dm_target_spec 0 6526 NULL
++enable_so_copy_from_user_fndecl_6532 copy_from_user fndecl 3-0 6532 NULL
++enable_so_bytes_cifs_readdata_6533 bytes cifs_readdata 0 6533 NULL
++enable_so_fe_logical_ext4_free_extent_6542 fe_logical ext4_free_extent 0 6542 NULL
++enable_so_max_vfs_vardecl_igb_main_c_6547 max_vfs vardecl_igb_main.c 0 6547 NULL
++enable_so_xlog_do_log_recovery_fndecl_6557 xlog_do_log_recovery fndecl 3 6557 NULL
++enable_so_num_x_edt_ft5x06_ts_data_6566 num_x edt_ft5x06_ts_data 0 6566 NULL
++enable_so_sddr09_read21_fndecl_6568 sddr09_read21 fndecl 4-3 6568 NULL nohasharray
++enable_so_neigh_hash_alloc_fndecl_6568 neigh_hash_alloc fndecl 1 6568 &enable_so_sddr09_read21_fndecl_6568
++enable_so_acpi_ut_create_package_object_fndecl_6569 acpi_ut_create_package_object fndecl 1 6569 NULL
++enable_so_rts51x_write_mem_fndecl_6573 rts51x_write_mem fndecl 4 6573 NULL
++enable_so_log_num_qps_mlx4_init_hca_param_6574 log_num_qps mlx4_init_hca_param 0 6574 NULL
++enable_so_gcd_fndecl_6579 gcd fndecl 0-2-1 6579 NULL
++enable_so_short_retry_atmel_private_6580 short_retry atmel_private 0 6580 NULL
++enable_so_hash_netport4_expire_fndecl_6582 hash_netport4_expire fndecl 4 6582 NULL
++enable_so_argc_tomoyo_condition_6587 argc tomoyo_condition 0 6587 NULL
++enable_so_wil_write_file_rxon_fndecl_6590 wil_write_file_rxon fndecl 3 6590 NULL
++enable_so_capture_frlog_rme96_6593 capture_frlog rme96 0 6593 NULL
++enable_so_xfs_difree_fndecl_6598 xfs_difree fndecl 2 6598 NULL
++enable_so_mmap_bytes_snd_pcm_oss_runtime_6600 mmap_bytes snd_pcm_oss_runtime 0 6600 NULL
++enable_so_dma_map_page_fndecl_6607 dma_map_page fndecl 0 6607 NULL
++enable_so_irda_sendmsg_ultra_fndecl_6612 irda_sendmsg_ultra fndecl 3 6612 NULL nohasharray
++enable_so_osst_execute_fndecl_6612 osst_execute fndecl 6-7 6612 &enable_so_irda_sendmsg_ultra_fndecl_6612
++enable_so_num_large_buffers_ql3_adapter_6615 num_large_buffers ql3_adapter 0 6615 NULL
++enable_so_ocfs2_mark_extent_written_fndecl_6620 ocfs2_mark_extent_written fndecl 4-6 6620 NULL
++enable_so_ath_recv_fndecl_6621 ath_recv fndecl 3 6621 NULL
++enable_so_num_outputs_drm_vmw_update_layout_arg_6623 num_outputs drm_vmw_update_layout_arg 0 6623 NULL
++enable_so_cifs_setsize_fndecl_6630 cifs_setsize fndecl 2 6630 NULL nohasharray
++enable_so_copy_for_split_fndecl_6630 copy_for_split fndecl 7-8 6630 &enable_so_cifs_setsize_fndecl_6630
++enable_so_sample_rate_echoaudio_6631 sample_rate echoaudio 0 6631 NULL
++enable_so_metadataFileLoc_metadataPartitionMap_6634 metadataFileLoc metadataPartitionMap 0 6634 NULL nohasharray
++enable_so_SYSC_migrate_pages_fndecl_6634 SYSC_migrate_pages fndecl 2 6634 &enable_so_metadataFileLoc_metadataPartitionMap_6634
++enable_so_packet_setsockopt_fndecl_6637 packet_setsockopt fndecl 5 6637 NULL
++enable_so_xmit_count_modem_info_6639 xmit_count modem_info 0 6639 NULL
++enable_so_vactive_lo_detailed_pixel_timing_6644 vactive_lo detailed_pixel_timing 0 6644 NULL
++enable_so_missvaddr_gru_tlb_fault_handle_6653 missvaddr gru_tlb_fault_handle 0 6653 NULL
++enable_so_length_acpi_namestring_info_6654 length acpi_namestring_info 0 6654 NULL
++enable_so_async_error_osd_request_6658 async_error osd_request 0 6658 NULL
++enable_so_persistent_commit_merge_fndecl_6660 persistent_commit_merge fndecl 2 6660 NULL
++enable_so_nilfs_segment_list_add_fndecl_6665 nilfs_segment_list_add fndecl 2 6665 NULL
++enable_so_orinoco_add_extscan_result_fndecl_6668 orinoco_add_extscan_result fndecl 3 6668 NULL
++enable_so_img_imem_size_fw_hdr_6675 img_imem_size fw_hdr 0 6675 NULL nohasharray
++enable_so_pccard_store_cis_fndecl_6675 pccard_store_cis fndecl 6 6675 &enable_so_img_imem_size_fw_hdr_6675
++enable_so_compatsize_xt_match_6677 compatsize xt_match 0 6677 NULL
++enable_so_lpfc_debugfs_lseek_fndecl_6679 lpfc_debugfs_lseek fndecl 2 6679 NULL
++enable_so_ac_2order_ext4_allocation_context_6690 ac_2order ext4_allocation_context 0 6690 NULL
++enable_so_param_ssp_completion_resp_6691 param ssp_completion_resp 0 6691 NULL
++enable_so_esize___kfifo_6692 esize __kfifo 0 6692 NULL
++enable_so_nroots_rs_control_6706 nroots rs_control 0 6706 NULL nohasharray
++enable_so_gsm_control_message_fndecl_6706 gsm_control_message fndecl 4 6706 &enable_so_nroots_rs_control_6706
++enable_so_do_ipv6_setsockopt_fndecl_6708 do_ipv6_setsockopt fndecl 5-0 6708 NULL nohasharray
++enable_so_length_p_header80_6708 length p_header80 0 6708 &enable_so_do_ipv6_setsockopt_fndecl_6708
++enable_so_raw_recvmsg_fndecl_6710 raw_recvmsg fndecl 3 6710 NULL
++enable_so_ssb_sdio_block_read_fndecl_6721 ssb_sdio_block_read fndecl 3 6721 NULL
++enable_so_qdisc_class_hash_alloc_fndecl_6725 qdisc_class_hash_alloc fndecl 1 6725 NULL
++enable_so_ieee_il_rate_info_6732 ieee il_rate_info 0 6732 NULL
++enable_so_iova_mlx5_core_mr_6733 iova mlx5_core_mr 0 6733 NULL
++enable_so_pagesize_sddr09_card_info_6735 pagesize sddr09_card_info 0 6735 NULL
++enable_so_gnttab_alloc_grant_references_fndecl_6739 gnttab_alloc_grant_references fndecl 1 6739 NULL
++enable_so_alloc_trace_uprobe_fndecl_6740 alloc_trace_uprobe fndecl 3 6740 NULL
++enable_so__read_and_match_data_map_fndecl_6747 _read_and_match_data_map fndecl 2 6747 NULL
++enable_so_end_address_dmar_rmrr_unit_6748 end_address dmar_rmrr_unit 0 6748 NULL
++enable_so_rfcomm_sock_setsockopt_fndecl_6749 rfcomm_sock_setsockopt fndecl 5 6749 NULL
++enable_so_alloc_size__osd_req_data_segment_6757 alloc_size _osd_req_data_segment 0 6757 NULL
++enable_so_um_idi_write_fndecl_6758 um_idi_write fndecl 3 6758 NULL
++enable_so_ocfs2_direct_IO_fndecl_6762 ocfs2_direct_IO fndecl 3 6762 NULL
++enable_so_skylake_get_ddi_pll_fndecl_6764 skylake_get_ddi_pll fndecl 2 6764 NULL
++enable_so_al_stripe_size_resize_parms_6766 al_stripe_size resize_parms 0 6766 NULL
++enable_so_rx_pkt_ram_iadev_priv_6768 rx_pkt_ram iadev_priv 0 6768 NULL nohasharray
++enable_so_gfs2_alloc_sort_buffer_fndecl_6768 gfs2_alloc_sort_buffer fndecl 1 6768 &enable_so_rx_pkt_ram_iadev_priv_6768
++enable_so_sg_tablesize_Scsi_Host_6769 sg_tablesize Scsi_Host 0 6769 NULL
++enable_so_alloc_ring_fndecl_6773 alloc_ring fndecl 4-2 6773 NULL
++enable_so_dn_recvmsg_fndecl_6774 dn_recvmsg fndecl 3 6774 NULL
++enable_so_ext4_readpages_fndecl_6776 ext4_readpages fndecl 4 6776 NULL
++enable_so_asn_1_decode_fndecl_6777 asn_1_decode fndecl 0 6777 NULL nohasharray
++enable_so_max_vals_input_dev_6777 max_vals input_dev 0 6777 &enable_so_asn_1_decode_fndecl_6777
++enable_so_mmc_send_bus_test_fndecl_6782 mmc_send_bus_test fndecl 4 6782 NULL
++enable_so_alloc_and_copy_string_fndecl_6786 alloc_and_copy_string fndecl 2 6786 NULL
++enable_so_bio_integrity_advance_fndecl_6791 bio_integrity_advance fndecl 2 6791 NULL
++enable_so_st21nfca_im_send_atr_req_fndecl_6792 st21nfca_im_send_atr_req fndecl 3 6792 NULL
++enable_so_xfs_da_shrink_inode_fndecl_6796 xfs_da_shrink_inode fndecl 2 6796 NULL
++enable_so_pop_tx_fndecl_6799 pop_tx fndecl 2 6799 NULL
++enable_so_bankwidth_map_info_6800 bankwidth map_info 0 6800 NULL
++enable_so_pfn_mlx4_uar_6801 pfn mlx4_uar 0 6801 NULL
++enable_so_ctrl_dma_acm_6806 ctrl_dma acm 0 6806 NULL
++enable_so_ip6ip6_err_fndecl_6807 ip6ip6_err fndecl 5 6807 NULL
++enable_so_class_add_profile_fndecl_6808 class_add_profile fndecl 1-3-5 6808 NULL
++enable_so_csio_mem_read_fndecl_6812 csio_mem_read fndecl 3 6812 NULL
++enable_so_tx_pipe_at76_priv_6815 tx_pipe at76_priv 0 6815 NULL
++enable_so_hs_rehash_bits_cfs_hash_6820 hs_rehash_bits cfs_hash 0 6820 NULL
++enable_so_bfs_iget_fndecl_6821 bfs_iget fndecl 2 6821 NULL
++enable_so_ivsize_ablkcipher_tfm_6824 ivsize ablkcipher_tfm 0 6824 NULL
++enable_so_xlbd_reserve_minors_fndecl_6830 xlbd_reserve_minors fndecl 1-2 6830 NULL
++enable_so_centre_vertically_fndecl_6833 centre_vertically fndecl 2 6833 NULL
++enable_so_xfs_dialloc_ag_finobt_near_fndecl_6835 xfs_dialloc_ag_finobt_near fndecl 1 6835 NULL
++enable_so_copy_page_to_iter_fndecl_6842 copy_page_to_iter fndecl 3 6842 NULL nohasharray
++enable_so_reserved_top_mlx4_bitmap_6842 reserved_top mlx4_bitmap 0 6842 &enable_so_copy_page_to_iter_fndecl_6842
++enable_so_lcd_proc_write_fndecl_6844 lcd_proc_write fndecl 3 6844 NULL
++enable_so_insert_extent_fndecl_6846 insert_extent fndecl 2 6846 NULL
++enable_so_intel_framebuffer_size_for_mode_fndecl_6849 intel_framebuffer_size_for_mode fndecl 2 6849 NULL
++enable_so_hpfs_file_fsync_fndecl_6851 hpfs_file_fsync fndecl 2 6851 NULL
++enable_so_kclist_add_private_fndecl_6853 kclist_add_private fndecl 1-2 6853 NULL
++enable_so_bg_channels_libipw_geo_6854 bg_channels libipw_geo 0 6854 NULL
++enable_so_ci_role_write_fndecl_6855 ci_role_write fndecl 3 6855 NULL
++enable_so_hdlc_empty_fifo_fndecl_6862 hdlc_empty_fifo fndecl 2 6862 NULL
++enable_so_buffer_kbs_vardecl_st_c_6866 buffer_kbs vardecl_st.c 0 6866 NULL
++enable_so_size_vb2_fileio_buf_6875 size vb2_fileio_buf 0 6875 NULL nohasharray
++enable_so_offset_amp_assoc_6875 offset amp_assoc 0 6875 &enable_so_size_vb2_fileio_buf_6875
++enable_so_xres_fb_videomode_6878 xres fb_videomode 0 6878 NULL
++enable_so_rxbufferhandle_kaweth_device_6883 rxbufferhandle kaweth_device 0 6883 NULL
++enable_so___kfifo_in_r_fndecl_6892 __kfifo_in_r fndecl 4-3 6892 NULL nohasharray
++enable_so_jffs2_zlib_decompress_fndecl_6892 jffs2_zlib_decompress fndecl 3-4 6892 &enable_so___kfifo_in_r_fndecl_6892
++enable_so_index_mlx5_uar_6896 index mlx5_uar 0 6896 NULL nohasharray
++enable_so_hpfs_bplus_lookup_fndecl_6896 hpfs_bplus_lookup fndecl 4 6896 &enable_so_index_mlx5_uar_6896
++enable_so_jfs_quota_write_fndecl_6903 jfs_quota_write fndecl 5 6903 NULL
++enable_so_write_inflate_state_6907 write inflate_state 0 6907 NULL
++enable_so_get_region_size_dm_dirty_log_type_6910 get_region_size dm_dirty_log_type 0 6910 NULL
++enable_so_table_size_radeon_gart_6911 table_size radeon_gart 0 6911 NULL
++enable_so_maxbufsize__isdn_driver_6917 maxbufsize _isdn_driver 0 6917 NULL
++enable_so_drm_gtf_mode_complex_fndecl_6918 drm_gtf_mode_complex fndecl 3-2-4-7-9-10-8 6918 NULL
++enable_so_jfs_nfs_get_inode_fndecl_6925 jfs_nfs_get_inode fndecl 2 6925 NULL
++enable_so_buflen_packet_command_6926 buflen packet_command 0 6926 NULL
++enable_so_size_log2_t3_wq_6928 size_log2 t3_wq 0 6928 NULL
++enable_so_multi_src_desc_6933 multi src_desc 0 6933 NULL
++enable_so_nvram_pagesize_tg3_6938 nvram_pagesize tg3 0 6938 NULL
++enable_so_gaw_dmar_domain_6940 gaw dmar_domain 0 6940 NULL
++enable_so_nbytes_ide_cmd_6945 nbytes ide_cmd 0 6945 NULL
++enable_so_enic_rxcopybreak_fndecl_6960 enic_rxcopybreak fndecl 4 6960 NULL
++enable_so_af9013_write_ofsm_regs_fndecl_6965 af9013_write_ofsm_regs fndecl 4 6965 NULL
++enable_so_ufs_free_blocks_fndecl_6968 ufs_free_blocks fndecl 3-2 6968 NULL
++enable_so_odm_group_width_pnfs_osd_data_map_6977 odm_group_width pnfs_osd_data_map 0 6977 NULL
++enable_so_vactive___fb_timings_6978 vactive __fb_timings 0 6978 NULL
++enable_so_async_set_registers_fndecl_6987 async_set_registers fndecl 3 6987 NULL nohasharray
++enable_so_inode_killpriv_security_operations_6987 inode_killpriv security_operations 0 6987 &enable_so_async_set_registers_fndecl_6987
++enable_so_mappable_base_i915_gtt_6993 mappable_base i915_gtt 0 6993 NULL
++enable_so_smk_write_cipso_fndecl_6998 smk_write_cipso fndecl 3 6998 NULL
++enable_so_gnttab_max_grant_frames_fndecl_7002 gnttab_max_grant_frames fndecl 0 7002 NULL
++enable_so_p_start_nilfs_period_7008 p_start nilfs_period 0 7008 NULL
++enable_so_s_groups_count_ext4_sb_info_7012 s_groups_count ext4_sb_info 0 7012 NULL
++enable_so_ocfs2_cache_cluster_dealloc_fndecl_7016 ocfs2_cache_cluster_dealloc fndecl 3-2 7016 NULL
++enable_so_attr_bytes_osdv2_attributes_list_element_7018 attr_bytes osdv2_attributes_list_element 0 7018 NULL
++enable_so_start_address_mxt_object_7033 start_address mxt_object 0 7033 NULL
++enable_so_fat_short2lower_uni_fndecl_7036 fat_short2lower_uni fndecl 0 7036 NULL
++enable_so_tps65912_i2c_write_fndecl_7037 tps65912_i2c_write fndecl 3 7037 NULL
++enable_so_raw_write_fndecl_7039 raw_write fndecl 3 7039 NULL
++enable_so_fpregs_get_fndecl_7041 fpregs_get fndecl 4 7041 NULL
++enable_so_kvm_read_guest_page_fndecl_7049 kvm_read_guest_page fndecl 2-5 7049 NULL
++enable_so_iforce_send_packet_fndecl_7050 iforce_send_packet fndecl 2 7050 NULL
++enable_so_SYSC_pselect6_fndecl_7055 SYSC_pselect6 fndecl 1 7055 NULL
++enable_so_packet_size_usbatm_channel_7056 packet_size usbatm_channel 0 7056 NULL
++enable_so___btrfs_drop_extents_fndecl_7058 __btrfs_drop_extents fndecl 6-5 7058 NULL
++enable_so_cryptd_alloc_instance_fndecl_7059 cryptd_alloc_instance fndecl 2-3 7059 NULL
++enable_so_dccph_doff_dccp_hdr_7060 dccph_doff dccp_hdr 0 7060 NULL nohasharray
++enable_so_ddebug_proc_write_fndecl_7060 ddebug_proc_write fndecl 3 7060 &enable_so_dccph_doff_dccp_hdr_7060
++enable_so_buffer_size_omapfb_memory_read_7061 buffer_size omapfb_memory_read 0 7061 NULL
++enable_so_i_dir_start_lookup_ext4_inode_info_7062 i_dir_start_lookup ext4_inode_info 0 7062 NULL
++enable_so_zisofs_fill_pages_fndecl_7066 zisofs_fill_pages fndecl 3 7066 NULL
++enable_so_update_cache_item_fndecl_7085 update_cache_item fndecl 5 7085 NULL
++enable_so_total_i915_address_space_7088 total i915_address_space 0 7088 NULL
++enable_so_pref_height_vmw_display_unit_7089 pref_height vmw_display_unit 0 7089 NULL nohasharray
++enable_so_tot_nodes_mic_bootparam_7089 tot_nodes mic_bootparam 0 7089 &enable_so_pref_height_vmw_display_unit_7089
++enable_so_rx_pending_sky2_port_7090 rx_pending sky2_port 0 7090 NULL
++enable_so_get_vm_area_fndecl_7091 get_vm_area fndecl 1 7091 NULL
++enable_so_SYSC_semtimedop_fndecl_7096 SYSC_semtimedop fndecl 3 7096 NULL
++enable_so_rtl8139_change_mtu_fndecl_7099 rtl8139_change_mtu fndecl 2 7099 NULL
++enable_so_mpi_alloc_fndecl_7101 mpi_alloc fndecl 1 7101 NULL
++enable_so_paging32_gpte_to_gfn_lvl_fndecl_7104 paging32_gpte_to_gfn_lvl fndecl 0-2-1 7104 NULL nohasharray
++enable_so_scan_ies_len_ieee80211_local_7104 scan_ies_len ieee80211_local 0 7104 &enable_so_paging32_gpte_to_gfn_lvl_fndecl_7104
++enable_so_nfsd4_encode_readv_fndecl_7110 nfsd4_encode_readv fndecl 4 7110 NULL
++enable_so_udf_table_free_blocks_fndecl_7114 udf_table_free_blocks fndecl 4-5 7114 NULL
++enable_so_wil_tid_ampdu_rx_alloc_fndecl_7119 wil_tid_ampdu_rx_alloc fndecl 2 7119 NULL
++enable_so_ftrace_size_ramoops_platform_data_7124 ftrace_size ramoops_platform_data 0 7124 NULL
++enable_so_report_size_hid_global_7127 report_size hid_global 0 7127 NULL
++enable_so_svc_getnl_fndecl_7131 svc_getnl fndecl 0 7131 NULL
++enable_so_nstids_tid_info_7139 nstids tid_info 0 7139 NULL
++enable_so_enable_ints_write_fndecl_7145 enable_ints_write fndecl 3 7145 NULL
++enable_so_vc_origin_vc_data_7148 vc_origin vc_data 0 7148 NULL
++enable_so_privsize_nft_set_ops_7151 privsize nft_set_ops 0 7151 NULL
++enable_so_newblocks_xfs_growfs_rt_7154 newblocks xfs_growfs_rt 0 7154 NULL
++enable_so_alloced_shmem_inode_info_7155 alloced shmem_inode_info 0 7155 NULL
++enable_so_num_packets_st5481_in_7161 num_packets st5481_in 0 7161 NULL
++enable_so_get_rxfh_key_size_ethtool_ops_7178 get_rxfh_key_size ethtool_ops 0 7178 NULL
++enable_so_ax88179_write_cmd_async_fndecl_7180 ax88179_write_cmd_async fndecl 5 7180 NULL
++enable_so_vdisplay_moderec_7183 vdisplay moderec 0 7183 NULL nohasharray
++enable_so_mfd_add_devices_fndecl_7183 mfd_add_devices fndecl 4 7183 &enable_so_vdisplay_moderec_7183
++enable_so___shmem_file_setup_fndecl_7192 __shmem_file_setup fndecl 2 7192 NULL nohasharray
++enable_so_vc_rows_vc_data_7192 vc_rows vc_data 0 7192 &enable_so___shmem_file_setup_fndecl_7192 nohasharray
++enable_so_btrfs_get_token_32_fndecl_7192 btrfs_get_token_32 fndecl 0 7192 &enable_so_vc_rows_vc_data_7192 nohasharray
++enable_so_ic_size_xlog_in_core_7192 ic_size xlog_in_core 0 7192 &enable_so_btrfs_get_token_32_fndecl_7192
++enable_so_z_incomp_fndecl_7201 z_incomp fndecl 3 7201 NULL
++enable_so_length_pnfs_layout_range_7207 length pnfs_layout_range 0 7207 NULL
++enable_so___wa_populate_dto_urb_fndecl_7208 __wa_populate_dto_urb fndecl 4-3 7208 NULL
++enable_so_size_srp_iu_7210 size srp_iu 0 7210 NULL
++enable_so_rivafb_do_maximize_fndecl_7212 rivafb_do_maximize fndecl 3-4 7212 NULL
++enable_so__iwl_dbgfs_bt_force_ant_write_fndecl_7214 _iwl_dbgfs_bt_force_ant_write fndecl 3 7214 NULL
++enable_so_max_id_Scsi_Host_7217 max_id Scsi_Host 0 7217 NULL
++enable_so_iwl_mvm_fw_dbg_collect_fndecl_7228 iwl_mvm_fw_dbg_collect fndecl 4 7228 NULL
++enable_so_s_mb_last_group_ext4_sb_info_7240 s_mb_last_group ext4_sb_info 0 7240 NULL
++enable_so_xfs_attr3_leaf_create_fndecl_7243 xfs_attr3_leaf_create fndecl 2 7243 NULL
++enable_so_len_session_key_7253 len session_key 0 7253 NULL
++enable_so_ddcb_max_ddcb_queue_7260 ddcb_max ddcb_queue 0 7260 NULL
++enable_so_xlog_bread_fndecl_7272 xlog_bread fndecl 2 7272 NULL
++enable_so_num_asq_entries_i40e_adminq_info_7278 num_asq_entries i40e_adminq_info 0 7278 NULL
++enable_so_hsync_psb_pipe_7286 hsync psb_pipe 0 7286 NULL
++enable_so_trailer_len_dst_entry_7294 trailer_len dst_entry 0 7294 NULL
++enable_so___copy_to_user_swizzled_fndecl_7295 __copy_to_user_swizzled fndecl 3-4 7295 NULL
++enable_so_i2o_parm_issue_fndecl_7301 i2o_parm_issue fndecl 0 7301 NULL
++enable_so_height_vpe_q_data_7303 height vpe_q_data 0 7303 NULL
++enable_so_value_apei_exec_context_7318 value apei_exec_context 0 7318 NULL
++enable_so_check_index_in_prev_nodes_fndecl_7324 check_index_in_prev_nodes fndecl 2 7324 NULL
++enable_so_wsize_inflate_state_7329 wsize inflate_state 0 7329 NULL
++enable_so_control_cnt_pvr2_hdw_7335 control_cnt pvr2_hdw 0 7335 NULL
++enable_so_drm_malloc_ab_fndecl_7340 drm_malloc_ab fndecl 1-2 7340 NULL
++enable_so_pvr2_i2c_read_fndecl_7344 pvr2_i2c_read fndecl 4-6 7344 NULL
++enable_so_btusb_recv_intr_fndecl_7351 btusb_recv_intr fndecl 3 7351 NULL nohasharray
++enable_so_get_server_iovec_fndecl_7351 get_server_iovec fndecl 2 7351 &enable_so_btusb_recv_intr_fndecl_7351
++enable_so_mesh_fwd_csa_frame_fndecl_7353 mesh_fwd_csa_frame fndecl 3 7353 NULL
++enable_so_mcp251x_spi_trans_fndecl_7356 mcp251x_spi_trans fndecl 2 7356 NULL
++enable_so_total_blkcipher_walk_7358 total blkcipher_walk 0 7358 NULL
++enable_so___netdev_alloc_frag_fndecl_7360 __netdev_alloc_frag fndecl 1 7360 NULL
++enable_so_sys_fadvise64_fndecl_7365 sys_fadvise64 fndecl 2 7365 NULL
++enable_so_btree_lookup_raw_fndecl_7367 btree_lookup_raw fndecl 2 7367 NULL
++enable_so_hfsplus_min_io_size_fndecl_7368 hfsplus_min_io_size fndecl 0 7368 NULL
++enable_so_check_left_item_operations_7369 check_left item_operations 0 7369 NULL
++enable_so_e_value_size_ext2_xattr_entry_7373 e_value_size ext2_xattr_entry 0 7373 NULL
++enable_so_bufsize_pstore_info_7375 bufsize pstore_info 0 7375 NULL
++enable_so_shmem_swapin_fndecl_7376 shmem_swapin fndecl 4 7376 NULL nohasharray
++enable_so_scsi_mode_sense_fndecl_7376 scsi_mode_sense fndecl 5 7376 &enable_so_shmem_swapin_fndecl_7376
++enable_so_c67x00_create_td_fndecl_7377 c67x00_create_td fndecl 4 7377 NULL
++enable_so_amd8111e_change_mtu_fndecl_7389 amd8111e_change_mtu fndecl 2 7389 NULL
++enable_so_packetsize__rbu_data_7390 packetsize _rbu_data 0 7390 NULL
++enable_so_fw_sent_bcm203x_data_7405 fw_sent bcm203x_data 0 7405 NULL
++enable_so___ip_append_data_fndecl_7411 __ip_append_data fndecl 9-8 7411 NULL
++enable_so_htotal_psb_pipe_7415 htotal psb_pipe 0 7415 NULL nohasharray
++enable_so_block_ack_param_set_host_cmd_ds_11n_addba_req_7415 block_ack_param_set host_cmd_ds_11n_addba_req 0 7415 &enable_so_htotal_psb_pipe_7415
++enable_so_st_write_fndecl_7417 st_write fndecl 3 7417 NULL
++enable_so_xfs_iget_fndecl_7419 xfs_iget fndecl 3 7419 NULL nohasharray
++enable_so_alloc_idx_lebs_fndecl_7419 alloc_idx_lebs fndecl 2 7419 &enable_so_xfs_iget_fndecl_7419
++enable_so___kfifo_peek_n_fndecl_7422 __kfifo_peek_n fndecl 0 7422 NULL
++enable_so_residue_dma_tx_state_7432 residue dma_tx_state 0 7432 NULL
++enable_so_xfs_file_fsync_fndecl_7433 xfs_file_fsync fndecl 2 7433 NULL
++enable_so_data_len_sk_buff_7447 data_len sk_buff 0 7447 NULL
++enable_so_nilfs_palloc_get_entry_block_fndecl_7449 nilfs_palloc_get_entry_block fndecl 0 7449 NULL
++enable_so_shdma_prep_memcpy_fndecl_7451 shdma_prep_memcpy fndecl 4-3 7451 NULL nohasharray
++enable_so_stat_st_vardecl_drv_c_7451 stat_st vardecl_drv.c 0 7451 &enable_so_shdma_prep_memcpy_fndecl_7451
++enable_so___bio_add_page_fndecl_7456 __bio_add_page fndecl 5-0-4 7456 NULL
++enable_so_size_vmci_handle_arr_7457 size vmci_handle_arr 0 7457 NULL
++enable_so_hpfs_alloc_sector_fndecl_7462 hpfs_alloc_sector fndecl 4-3-2 7462 NULL
++enable_so_cmdline_store_fndecl_7465 cmdline_store fndecl 4 7465 NULL nohasharray
++enable_so_num_present_cpu_lpfc_sli4_hba_7465 num_present_cpu lpfc_sli4_hba 0 7465 &enable_so_cmdline_store_fndecl_7465
++enable_so_plcp_mimo2_iwl_rate_info_7466 plcp_mimo2 iwl_rate_info 0 7466 NULL
++enable_so_buffer_dma_ehci_qtd_7468 buffer_dma ehci_qtd 0 7468 NULL
++enable_so_del_qgroup_item_fndecl_7473 del_qgroup_item fndecl 3 7473 NULL
++enable_so_status_c67x00_urb_priv_7480 status c67x00_urb_priv 0 7480 NULL
++enable_so_rxrpc_server_keyring_fndecl_7484 rxrpc_server_keyring fndecl 3 7484 NULL
++enable_so_req_capsule_get_size_fndecl_7488 req_capsule_get_size fndecl 0 7488 NULL
++enable_so_s_log_block_size_ext2_super_block_7490 s_log_block_size ext2_super_block 0 7490 NULL
++enable_so_can_nice_fndecl_7498 can_nice fndecl 2 7498 NULL
++enable_so_ri_lsegs_start_nilfs_recovery_info_7501 ri_lsegs_start nilfs_recovery_info 0 7501 NULL
++enable_so_calculate_inocache_hashsize_fndecl_7506 calculate_inocache_hashsize fndecl 1 7506 NULL
++enable_so_btrfs_truncate_inode_items_fndecl_7511 btrfs_truncate_inode_items fndecl 4 7511 NULL
++enable_so_netlink_change_ngroups_fndecl_7514 netlink_change_ngroups fndecl 2 7514 NULL
++enable_so_xfs_iomap_eof_want_preallocate_fndecl_7527 xfs_iomap_eof_want_preallocate fndecl 4-3 7527 NULL
++enable_so_delta_mmap_mm_struct_7536 delta_mmap mm_struct 0 7536 NULL
++enable_so_length_ndis_80211_ssid_7537 length ndis_80211_ssid 0 7537 NULL
++enable_so_size_hpi_response_header_7541 size hpi_response_header 0 7541 NULL
++enable_so_add_qgroup_item_fndecl_7551 add_qgroup_item fndecl 3 7551 NULL
++enable_so_blkcipher_done_slow_fndecl_7555 blkcipher_done_slow fndecl 0-2 7555 NULL
++enable_so_hd_nirqs_hpet_data_7558 hd_nirqs hpet_data 0 7558 NULL
++enable_so_raid10_resize_fndecl_7562 raid10_resize fndecl 2 7562 NULL
++enable_so_b43_dma_set_mask_fndecl_7567 b43_dma_set_mask fndecl 2 7567 NULL
++enable_so_duplicateIXtree_fndecl_7568 duplicateIXtree fndecl 3-2 7568 NULL
++enable_so_wqe_fcoe_cqe_7572 wqe fcoe_cqe 0 7572 NULL
++enable_so_mISDN_sock_sendmsg_fndecl_7584 mISDN_sock_sendmsg fndecl 3 7584 NULL nohasharray
++enable_so_tcp_manip_pkt_fndecl_7584 tcp_manip_pkt fndecl 4 7584 &enable_so_mISDN_sock_sendmsg_fndecl_7584
++enable_so_tuple_size_blk_integrity_7585 tuple_size blk_integrity 0 7585 NULL
++enable_so_length_sctp_chunkhdr_7587 length sctp_chunkhdr 0 7587 NULL
++enable_so_scan_index_iio_chan_spec_7597 scan_index iio_chan_spec 0 7597 NULL
++enable_so_pathmtu_sctp_transport_7603 pathmtu sctp_transport 0 7603 NULL
++enable_so_fuse_listxattr_fndecl_7605 fuse_listxattr fndecl 3 7605 NULL
++enable_so_pzl_urb_dequeue_fndecl_7607 pzl_urb_dequeue fndecl 3 7607 NULL
++enable_so_rcvidx_w6692B_hw_7613 rcvidx w6692B_hw 0 7613 NULL
++enable_so_id_hid_report_7618 id hid_report 0 7618 NULL
++enable_so_drm_fb_helper_fill_var_fndecl_7619 drm_fb_helper_fill_var fndecl 3-4 7619 NULL
++enable_so_physical_scrub_page_7621 physical scrub_page 0 7621 NULL
++enable_so_block_udf_vds_record_7623 block udf_vds_record 0 7623 NULL
++enable_so_btrfs_insert_orphan_item_fndecl_7625 btrfs_insert_orphan_item fndecl 3 7625 NULL
++enable_so_ocfs2_free_suballoc_bits_fndecl_7627 ocfs2_free_suballoc_bits fndecl 5 7627 NULL nohasharray
++enable_so_dss_feat_get_num_mgrs_fndecl_7627 dss_feat_get_num_mgrs fndecl 0 7627 &enable_so_ocfs2_free_suballoc_bits_fndecl_7627
++enable_so_virt_to_scatterlist_fndecl_7637 virt_to_scatterlist fndecl 2 7637 NULL
++enable_so_num_sge_ib_uverbs_recv_wr_7647 num_sge ib_uverbs_recv_wr 0 7647 NULL
++enable_so_rd_write_section_fndecl_7649 rd_write_section fndecl 4 7649 NULL
++enable_so___wait_on_bit_lock_fndecl_7653 __wait_on_bit_lock fndecl 0 7653 NULL
++enable_so_xpt_remotelen_svc_xprt_7655 xpt_remotelen svc_xprt 0 7655 NULL
++enable_so_s_fsize_ufs_sb_private_info_7659 s_fsize ufs_sb_private_info 0 7659 NULL nohasharray
++enable_so_maxwritelen_proc_data_7659 maxwritelen proc_data 0 7659 &enable_so_s_fsize_ufs_sb_private_info_7659
++enable_so_compat_SyS_migrate_pages_fndecl_7673 compat_SyS_migrate_pages fndecl 2 7673 NULL
++enable_so_nfsd_max_blksize_vardecl_7678 nfsd_max_blksize vardecl 0 7678 NULL
++enable_so_shmem_read_mapping_page_gfp_fndecl_7681 shmem_read_mapping_page_gfp fndecl 2 7681 NULL
++enable_so_deh_location_reiserfs_de_head_7682 deh_location reiserfs_de_head 0 7682 NULL nohasharray
++enable_so_UniStrnlen_fndecl_7682 UniStrnlen fndecl 0 7682 &enable_so_deh_location_reiserfs_de_head_7682
++enable_so_pm860x_page_bulk_read_fndecl_7685 pm860x_page_bulk_read fndecl 3 7685 NULL
++enable_so_cfg80211_sme_get_conn_ies_fndecl_7687 cfg80211_sme_get_conn_ies fndecl 3 7687 NULL
++enable_so_di_extsize_xfs_icdinode_7693 di_extsize xfs_icdinode 0 7693 NULL
++enable_so_record_length_cper_record_header_7697 record_length cper_record_header 0 7697 NULL
++enable_so_mxt_upload_cfg_mem_fndecl_7702 mxt_upload_cfg_mem fndecl 4 7702 NULL
++enable_so_hdr_len_virtio_net_hdr_7704 hdr_len virtio_net_hdr 0 7704 NULL nohasharray
++enable_so_rf_cpos_ocfs2_refcount_block_7704 rf_cpos ocfs2_refcount_block 0 7704 &enable_so_hdr_len_virtio_net_hdr_7704 nohasharray
++enable_so_befs_nls2utf_fndecl_7704 befs_nls2utf fndecl 3 7704 &enable_so_rf_cpos_ocfs2_refcount_block_7704
++enable_so_i915_gem_get_gtt_size_fndecl_7714 i915_gem_get_gtt_size fndecl 0-2 7714 NULL nohasharray
++enable_so_hash_shift_neigh_hash_table_7714 hash_shift neigh_hash_table 0 7714 &enable_so_i915_gem_get_gtt_size_fndecl_7714
++enable_so_access_remote_vm_fndecl_7734 access_remote_vm fndecl 4-0-2 7734 NULL nohasharray
++enable_so_iwl_dbgfs_txfifo_flush_write_fndecl_7734 iwl_dbgfs_txfifo_flush_write fndecl 3 7734 &enable_so_access_remote_vm_fndecl_7734
++enable_so_vxres_aty128_crtc_7753 vxres aty128_crtc 0 7753 NULL
++enable_so_ide_get_best_pio_mode_fndecl_7756 ide_get_best_pio_mode fndecl 0-2-3 7756 NULL nohasharray
++enable_so_max_eq_lpfc_max_cfg_param_7756 max_eq lpfc_max_cfg_param 0 7756 &enable_so_ide_get_best_pio_mode_fndecl_7756 nohasharray
++enable_so_mlx4_enable_sriov_fndecl_7756 mlx4_enable_sriov fndecl 3-4 7756 &enable_so_max_eq_lpfc_max_cfg_param_7756
++enable_so_xfs_dir2_free_read_fndecl_7759 xfs_dir2_free_read fndecl 3 7759 NULL
++enable_so_ext4_fname_crypto_alloc_buffer_fndecl_7767 ext4_fname_crypto_alloc_buffer fndecl 2 7767 NULL
++enable_so_ocfs2_get_suballoc_slot_bit_fndecl_7773 ocfs2_get_suballoc_slot_bit fndecl 2 7773 NULL
++enable_so_t_data_nents_orig_se_cmd_7775 t_data_nents_orig se_cmd 0 7775 NULL
++enable_so_split_mem_range_fndecl_7776 split_mem_range fndecl 4 7776 NULL
++enable_so_alloc_ep_fndecl_7782 alloc_ep fndecl 1 7782 NULL
++enable_so_qxl_framebuffer_surface_dirty_fndecl_7791 qxl_framebuffer_surface_dirty fndecl 6 7791 NULL nohasharray
++enable_so_pg_read_fndecl_7791 pg_read fndecl 3 7791 &enable_so_qxl_framebuffer_surface_dirty_fndecl_7791
++enable_so_inode_getblk_fndecl_7794 inode_getblk fndecl 2-0 7794 NULL
++enable_so___clk_speculate_rates_fndecl_7795 __clk_speculate_rates fndecl 2 7795 NULL
++enable_so_lprocfs_read_frac_helper_fndecl_7806 lprocfs_read_frac_helper fndecl 0 7806 NULL
++enable_so_qnx4_get_block_fndecl_7810 qnx4_get_block fndecl 2 7810 NULL
++enable_so_cciss_max_sectors_ctlr_info_7811 cciss_max_sectors ctlr_info 0 7811 NULL nohasharray
++enable_so_len_nfs_diropargs_7811 len nfs_diropargs 0 7811 &enable_so_cciss_max_sectors_ctlr_info_7811
++enable_so_ieee80211_if_fmt_dot11MeshForwarding_fndecl_7814 ieee80211_if_fmt_dot11MeshForwarding fndecl 3 7814 NULL
++enable_so_mb_cache_create_fndecl_7816 mb_cache_create fndecl 2 7816 NULL
++enable_so_node_ino_num_f2fs_sb_info_7818 node_ino_num f2fs_sb_info 0 7818 NULL
++enable_so_length_scsi_mode_data_7819 length scsi_mode_data 0 7819 NULL
++enable_so_id_avail_ipack_device_7822 id_avail ipack_device 0 7822 NULL
++enable_so_n_stats_ethtool_stats_7823 n_stats ethtool_stats 0 7823 NULL
++enable_so_neigh_hash_grow_fndecl_7824 neigh_hash_grow fndecl 2 7824 NULL nohasharray
++enable_so_ext4_fname_match_fndecl_7824 ext4_fname_match fndecl 3 7824 &enable_so_neigh_hash_grow_fndecl_7824
++enable_so_get_pipe_fndecl_7825 get_pipe fndecl 0-2 7825 NULL
++enable_so_nabs_joydev_7827 nabs joydev 0 7827 NULL
++enable_so_sys_truncate_fndecl_7846 sys_truncate fndecl 2 7846 NULL
++enable_so_sl_datalen_nfsd4_slot_7859 sl_datalen nfsd4_slot 0 7859 NULL
++enable_so_wqe_shift_mlx4_ib_wq_7860 wqe_shift mlx4_ib_wq 0 7860 NULL
++enable_so_block_aligned_filename_size_ecryptfs_parse_tag_70_packet_silly_stack_7865 block_aligned_filename_size ecryptfs_parse_tag_70_packet_silly_stack 0 7865 NULL nohasharray
++enable_so_s_fpbshift_ufs_sb_private_info_7865 s_fpbshift ufs_sb_private_info 0 7865 &enable_so_block_aligned_filename_size_ecryptfs_parse_tag_70_packet_silly_stack_7865
++enable_so_sync_freq_arizona_fll_7868 sync_freq arizona_fll 0 7868 NULL
++enable_so_cyapa_i2c_read_fndecl_7870 cyapa_i2c_read fndecl 3 7870 NULL
++enable_so_mapped_vram_mb862xxfb_par_7872 mapped_vram mb862xxfb_par 0 7872 NULL
++enable_so_used_snd_ctl_elem_list_7883 used snd_ctl_elem_list 0 7883 NULL
++enable_so_rxstatus_epic_rx_desc_7884 rxstatus epic_rx_desc 0 7884 NULL nohasharray
++enable_so_sd_read_data_fndecl_7884 sd_read_data fndecl 3 7884 &enable_so_rxstatus_epic_rx_desc_7884 nohasharray
++enable_so_freecom_readdata_fndecl_7884 freecom_readdata fndecl 3-4 7884 &enable_so_sd_read_data_fndecl_7884
++enable_so_ath6kl_wmi_send_mgmt_cmd_fndecl_7888 ath6kl_wmi_send_mgmt_cmd fndecl 7 7888 NULL
++enable_so_hpfs_load_bitmap_directory_fndecl_7892 hpfs_load_bitmap_directory fndecl 2 7892 NULL
++enable_so_n_skt_uvh_rh_gam_config_mmr_s_7913 n_skt uvh_rh_gam_config_mmr_s 0 7913 NULL nohasharray
++enable_so_mode_id_vbe_mode_ib_7913 mode_id vbe_mode_ib 0 7913 &enable_so_n_skt_uvh_rh_gam_config_mmr_s_7913
++enable_so_depth_s5p_jpeg_fmt_7914 depth s5p_jpeg_fmt 0 7914 NULL
++enable_so_ccw_bmove_fndecl_7918 ccw_bmove fndecl 8-4-6-7-3-5 7918 NULL
++enable_so_uvesafb_setpalette_fndecl_7922 uvesafb_setpalette fndecl 2 7922 NULL
++enable_so_raid5_size_fndecl_7933 raid5_size fndecl 0-3-2 7933 NULL
++enable_so_jp_journal_size_journal_params_7943 jp_journal_size journal_params 0 7943 NULL
++enable_so_jme_change_mtu_fndecl_7964 jme_change_mtu fndecl 2 7964 NULL
++enable_so_xfs_btree_get_bufl_fndecl_7965 xfs_btree_get_bufl fndecl 3 7965 NULL
++enable_so_btrfs_lookup_dir_item_fndecl_7969 btrfs_lookup_dir_item fndecl 4 7969 NULL
++enable_so_squashfs_read_table_fndecl_7970 squashfs_read_table fndecl 3 7970 NULL nohasharray
++enable_so_ticket_len_rxk5_key_7970 ticket_len rxk5_key 0 7970 &enable_so_squashfs_read_table_fndecl_7970
++enable_so__sp2d_alloc_fndecl_7971 _sp2d_alloc fndecl 1-2-3 7971 NULL
++enable_so_peb_count_ubi_device_7987 peb_count ubi_device 0 7987 NULL
++enable_so_napi_alloc_frag_fndecl_7988 napi_alloc_frag fndecl 1 7988 NULL
++enable_so_initrd_end_vardecl_7989 initrd_end vardecl 0 7989 NULL
++enable_so_ip_append_data_fndecl_7997 ip_append_data fndecl 6-5 7997 NULL
++enable_so_encode_opaque_fixed_fndecl_8013 encode_opaque_fixed fndecl 3 8013 NULL nohasharray
++enable_so_ocfs2_read_quota_phys_block_fndecl_8013 ocfs2_read_quota_phys_block fndecl 2 8013 &enable_so_encode_opaque_fixed_fndecl_8013
++enable_so_max_mtu_mlx4_en_priv_8015 max_mtu mlx4_en_priv 0 8015 NULL
++enable_so_svcxdr_dupstr_fndecl_8016 svcxdr_dupstr fndecl 3 8016 NULL
++enable_so_period_size_snd_pcm_runtime_8027 period_size snd_pcm_runtime 0 8027 NULL
++enable_so_length_e1000_rx_desc_8032 length e1000_rx_desc 0 8032 NULL
++enable_so_mei_fw_status2str_fndecl_8034 mei_fw_status2str fndecl 3 8034 NULL
++enable_so_gfs2_reservation_check_and_update_fndecl_8035 gfs2_reservation_check_and_update fndecl 3 8035 NULL
++enable_so_vbi_width_au0828_dev_8038 vbi_width au0828_dev 0 8038 NULL
++enable_so_ieee80211_tdls_build_mgmt_packet_data_fndecl_8053 ieee80211_tdls_build_mgmt_packet_data fndecl 8 8053 NULL
++enable_so_pd_handles_sz_MPT3SAS_ADAPTER_8057 pd_handles_sz MPT3SAS_ADAPTER 0 8057 NULL
++enable_so_mmio_megabytes_vmbus_channel_offer_8058 mmio_megabytes vmbus_channel_offer 0 8058 NULL nohasharray
++enable_so_goldfish_tty_line_count_vardecl_goldfish_c_8058 goldfish_tty_line_count vardecl_goldfish.c 0 8058 &enable_so_mmio_megabytes_vmbus_channel_offer_8058
++enable_so_s_bitmap_file_loc_udf_meta_data_8062 s_bitmap_file_loc udf_meta_data 0 8062 NULL nohasharray
++enable_so_ceph_read_dir_fndecl_8062 ceph_read_dir fndecl 3 8062 &enable_so_s_bitmap_file_loc_udf_meta_data_8062
++enable_so_btrfs_unlink_inode_fndecl_8064 btrfs_unlink_inode fndecl 6 8064 NULL
++enable_so_jffs2_trusted_setxattr_fndecl_8075 jffs2_trusted_setxattr fndecl 4 8075 NULL
++enable_so_encode_string_fndecl_8079 encode_string fndecl 2 8079 NULL
++enable_so_copy_counters_to_user_fndecl_8080 copy_counters_to_user fndecl 5 8080 NULL
++enable_so_out_pipe_usbtest_dev_8085 out_pipe usbtest_dev 0 8085 NULL
++enable_so_length_packet_8086 length packet 0 8086 NULL
++enable_so_lpt_lnum_bits_ubifs_info_8094 lpt_lnum_bits ubifs_info 0 8094 NULL
++enable_so_sd_complete_frame_fndecl_8096 sd_complete_frame fndecl 3 8096 NULL
++enable_so_dvb_dvr_read_fndecl_8098 dvb_dvr_read fndecl 3 8098 NULL nohasharray
++enable_so_batchcount_kmem_cache_8098 batchcount kmem_cache 0 8098 &enable_so_dvb_dvr_read_fndecl_8098
++enable_so_sddr55_read_data_fndecl_8099 sddr55_read_data fndecl 4-3 8099 NULL
++enable_so_simple_transaction_read_fndecl_8103 simple_transaction_read fndecl 3 8103 NULL
++enable_so_ext4_end_io_dio_fndecl_8107 ext4_end_io_dio fndecl 2-3 8107 NULL
++enable_so_a8293_rd_fndecl_8111 a8293_rd fndecl 3 8111 NULL
++enable_so_speed_channel_8113 speed channel 0 8113 NULL
++enable_so_up_dnode_8116 up dnode 0 8116 NULL
++enable_so___arch_hweight32_fndecl_8119 __arch_hweight32 fndecl 0 8119 NULL
++enable_so___copy_user_nocache_fndecl_8122 __copy_user_nocache fndecl 0 8122 NULL
++enable_so_cfg_size_pci_dev_8134 cfg_size pci_dev 0 8134 NULL
++enable_so_wpa_ie_len_libipw_network_8137 wpa_ie_len libipw_network 0 8137 NULL nohasharray
++enable_so_write_mem_fndecl_8137 write_mem fndecl 3 8137 &enable_so_wpa_ie_len_libipw_network_8137 nohasharray
++enable_so_ucNumDPMLevels__ATOM_PPLIB_STATE_V2_8137 ucNumDPMLevels _ATOM_PPLIB_STATE_V2 0 8137 &enable_so_write_mem_fndecl_8137
++enable_so_max_xmit_dlength_iscsi_conn_8139 max_xmit_dlength iscsi_conn 0 8139 NULL
++enable_so_iic_tpm_write_long_fndecl_8143 iic_tpm_write_long fndecl 3 8143 NULL
++enable_so_port_cnt_ipath_portdata_8144 port_cnt ipath_portdata 0 8144 NULL
++enable_so_entry_length_fndecl_8150 entry_length fndecl 0 8150 NULL
++enable_so_hr_start_block_o2hb_region_8162 hr_start_block o2hb_region 0 8162 NULL
++enable_so_num_custom_params_pinctrl_desc_8163 num_custom_params pinctrl_desc 0 8163 NULL nohasharray
++enable_so_fuse_direct_IO_fndecl_8163 fuse_direct_IO fndecl 3 8163 &enable_so_num_custom_params_pinctrl_desc_8163
++enable_so_read_len_ddb_flashio_8164 read_len ddb_flashio 0 8164 NULL
++enable_so_jumpshot_write_data_fndecl_8172 jumpshot_write_data fndecl 4 8172 NULL
++enable_so_blksz_mmc_data_8174 blksz mmc_data 0 8174 NULL nohasharray
++enable_so_ptr_mask_efx_tx_queue_8174 ptr_mask efx_tx_queue 0 8174 &enable_so_blksz_mmc_data_8174
++enable_so_pvr2_hdw_state_report_fndecl_8178 pvr2_hdw_state_report fndecl 3 8178 NULL
++enable_so_pdu_read_fndecl_8183 pdu_read fndecl 3 8183 NULL
++enable_so_nsftids_tid_info_8187 nsftids tid_info 0 8187 NULL
++enable_so_brcms_c_get_header_len_fndecl_8189 brcms_c_get_header_len fndecl 0 8189 NULL
++enable_so_end_point_addr_cx231xx_video_mode_8198 end_point_addr cx231xx_video_mode 0 8198 NULL
++enable_so___carl9170_tx_process_status_fndecl_8202 __carl9170_tx_process_status fndecl 3 8202 NULL
++enable_so_mmap_size_kioctx_8213 mmap_size kioctx 0 8213 NULL
++enable_so_clear_extent_bit_fndecl_8215 clear_extent_bit fndecl 2-3 8215 NULL
++enable_so_be_f_offset_pnfs_block_extent_8222 be_f_offset pnfs_block_extent 0 8222 NULL
++enable_so_eeprom_size_iwl_base_params_8231 eeprom_size iwl_base_params 0 8231 NULL
++enable_so_SYSC_llistxattr_fndecl_8238 SYSC_llistxattr fndecl 3 8238 NULL
++enable_so_registers_CHIPDESC_8240 registers CHIPDESC 0 8240 NULL
++enable_so_ocfs2_remove_extent_fndecl_8243 ocfs2_remove_extent fndecl 4-3 8243 NULL
++enable_so_stk_read_fndecl_8245 stk_read fndecl 3 8245 NULL
++enable_so_num_tasks_per_conn_iscsi_kwqe_init1_8249 num_tasks_per_conn iscsi_kwqe_init1 0 8249 NULL
++enable_so_sys_sched_setaffinity_fndecl_8253 sys_sched_setaffinity fndecl 2 8253 NULL
++enable_so_num_alloc_vsi_i40e_pf_8259 num_alloc_vsi i40e_pf 0 8259 NULL
++enable_so_buf_size_ispstat_buffer_8262 buf_size ispstat_buffer 0 8262 NULL
++enable_so_cow_file_range_inline_fndecl_8264 cow_file_range_inline fndecl 4-3 8264 NULL
++enable_so_datablklen_capi_register_params_8275 datablklen capi_register_params 0 8275 NULL nohasharray
++enable_so_proc_scsi_devinfo_write_fndecl_8275 proc_scsi_devinfo_write fndecl 3 8275 &enable_so_datablklen_capi_register_params_8275
++enable_so_cdc_ncm_check_tx_max_fndecl_8278 cdc_ncm_check_tx_max fndecl 0-2 8278 NULL
++enable_so_streams_mcs_group_8279 streams mcs_group 0 8279 NULL
++enable_so_msg_len_rndis_message_8281 msg_len rndis_message 0 8281 NULL
++enable_so_tail_len_cfg80211_beacon_data_8293 tail_len cfg80211_beacon_data 0 8293 NULL
++enable_so_ns_blocks_per_segment_the_nilfs_8295 ns_blocks_per_segment the_nilfs 0 8295 NULL
++enable_so_disk_status_fndecl_8299 disk_status fndecl 4 8299 NULL
++enable_so_c_data_len_pvr2_ioread_8300 c_data_len pvr2_ioread 0 8300 NULL
++enable_so_buflen_kobj_uevent_env_8305 buflen kobj_uevent_env 0 8305 NULL
++enable_so_alloc_pwms_fndecl_8311 alloc_pwms fndecl 2 8311 NULL nohasharray
++enable_so_ipath_rcvtidcnt_ipath_devdata_8311 ipath_rcvtidcnt ipath_devdata 0 8311 &enable_so_alloc_pwms_fndecl_8311
++enable_so_group_trans_num_acl_subject_label_8316 group_trans_num acl_subject_label 0 8316 NULL
++enable_so_depth_vim2m_fmt_8319 depth vim2m_fmt 0 8319 NULL
++enable_so_sv_max_payload_svc_serv_8322 sv_max_payload svc_serv 0 8322 NULL
++enable_so_vga_video_font_height_vardecl_vgacon_c_8324 vga_video_font_height vardecl_vgacon.c 0 8324 NULL
++enable_so_xfs_bmap_longest_free_extent_fndecl_8327 xfs_bmap_longest_free_extent fndecl 2 8327 NULL
++enable_so_vhci_urb_dequeue_fndecl_8333 vhci_urb_dequeue fndecl 3 8333 NULL
++enable_so_skcipher_pull_sgl_fndecl_8337 skcipher_pull_sgl fndecl 2 8337 NULL
++enable_so_disks_stripe_head_8349 disks stripe_head 0 8349 NULL
++enable_so_ch_do_scsi_fndecl_8353 ch_do_scsi fndecl 5 8353 NULL nohasharray
++enable_so_req_pay_size_qlcnic_bc_trans_8353 req_pay_size qlcnic_bc_trans 0 8353 &enable_so_ch_do_scsi_fndecl_8353
++enable_so_rx_size_i2400mu_8374 rx_size i2400mu 0 8374 NULL nohasharray
++enable_so_venus_link_fndecl_8374 venus_link fndecl 5 8374 &enable_so_rx_size_i2400mu_8374
++enable_so_height_deinterlace_q_data_8376 height deinterlace_q_data 0 8376 NULL nohasharray
++enable_so_afs_lookup_filldir_fndecl_8376 afs_lookup_filldir fndecl 5 8376 &enable_so_height_deinterlace_q_data_8376
++enable_so_algs_wmfw_adsp1_id_hdr_8381 algs wmfw_adsp1_id_hdr 0 8381 NULL
++enable_so_do_writepages_fndecl_8382 do_writepages fndecl 0 8382 NULL
++enable_so_riva_get_cmap_len_fndecl_8393 riva_get_cmap_len fndecl 0 8393 NULL
++enable_so_depth_tc_sfq_qopt_v1_8394 depth tc_sfq_qopt_v1 0 8394 NULL
++enable_so_wusb_ccm_mac_fndecl_8404 wusb_ccm_mac fndecl 7 8404 NULL
++enable_so_del_ptr_fndecl_8406 del_ptr fndecl 4 8406 NULL
++enable_so_pkt_size_data_cmd_8407 pkt_size data_cmd 0 8407 NULL
++enable_so_wNdpOutPayloadRemainder_usb_cdc_ncm_ntb_parameters_8415 wNdpOutPayloadRemainder usb_cdc_ncm_ntb_parameters 0 8415 NULL
++enable_so_ring_blocks_vxge_hw_ring_config_8417 ring_blocks vxge_hw_ring_config 0 8417 NULL
++enable_so_key_mgmt_orinoco_private_8430 key_mgmt orinoco_private 0 8430 NULL
++enable_so_block_dm_buffer_8440 block dm_buffer 0 8440 NULL
++enable_so_offset_l2tp_session_8443 offset l2tp_session 0 8443 NULL
++enable_so_writeset_tree_root_superblock_disk_8446 writeset_tree_root superblock_disk 0 8446 NULL nohasharray
++enable_so_frame_size_tlan_list_8446 frame_size tlan_list 0 8446 &enable_so_writeset_tree_root_superblock_disk_8446
++enable_so_ql_process_mac_split_rx_intr_fndecl_8452 ql_process_mac_split_rx_intr fndecl 4 8452 NULL
++enable_so_SyS_lsetxattr_fndecl_8453 SyS_lsetxattr fndecl 4 8453 NULL
++enable_so_extra_bytes_asc_q_done_info_8460 extra_bytes asc_q_done_info 0 8460 NULL
++enable_so_sg_off_isert_data_buf_8466 sg_off isert_data_buf 0 8466 NULL
++enable_so_drm_gem_create_mmap_offset_size_fndecl_8471 drm_gem_create_mmap_offset_size fndecl 2 8471 NULL nohasharray
++enable_so_shmem_truncate_range_fndecl_8471 shmem_truncate_range fndecl 2-3 8471 &enable_so_drm_gem_create_mmap_offset_size_fndecl_8471
++enable_so_lbytes_tree_balance_8472 lbytes tree_balance 0 8472 NULL
++enable_so_snd_seq_device_new_fndecl_8474 snd_seq_device_new fndecl 4 8474 NULL
++enable_so_screen_size_fb_info_8480 screen_size fb_info 0 8480 NULL
++enable_so_length_btrfs_bio_stripe_8481 length btrfs_bio_stripe 0 8481 NULL
++enable_so_i915_gem_get_gtt_alignment_fndecl_8484 i915_gem_get_gtt_alignment fndecl 2 8484 NULL
++enable_so_get_count_order_fndecl_8491 get_count_order fndecl 0 8491 NULL
++enable_so_data_write_fndecl_8494 data_write fndecl 3 8494 NULL
++enable_so_map_sg_dma_map_ops_8500 map_sg dma_map_ops 0 8500 NULL
++enable_so_usblp_cache_device_id_string_fndecl_8509 usblp_cache_device_id_string fndecl 0 8509 NULL
++enable_so_dy_fb_copyarea_8510 dy fb_copyarea 0 8510 NULL
++enable_so_num_processors_vardecl_8512 num_processors vardecl 0 8512 NULL
++enable_so_vsync_pulse_width_lvds_dvo_timing_8520 vsync_pulse_width lvds_dvo_timing 0 8520 NULL
++enable_so_dclkmax_fb_monspecs_8527 dclkmax fb_monspecs 0 8527 NULL nohasharray
++enable_so_follows_u132_command_8527 follows u132_command 0 8527 &enable_so_dclkmax_fb_monspecs_8527
++enable_so_alloc_blksz_shift_hfsplus_sb_info_8530 alloc_blksz_shift hfsplus_sb_info 0 8530 NULL
++enable_so_strnlen_user_fndecl_8532 strnlen_user fndecl 0-2 8532 NULL
++enable_so_logfs_seek_data_fndecl_8541 logfs_seek_data fndecl 2-0 8541 NULL nohasharray
++enable_so_limit_kmem_cache_8541 limit kmem_cache 0 8541 &enable_so_logfs_seek_data_fndecl_8541
++enable_so_fuse_dir_fsync_fndecl_8543 fuse_dir_fsync fndecl 2 8543 NULL
++enable_so_vfront_porch_videomode_8550 vfront_porch videomode 0 8550 NULL nohasharray
++enable_so_memsize_vardecl_tridentfb_c_8550 memsize vardecl_tridentfb.c 0 8550 &enable_so_vfront_porch_videomode_8550
++enable_so_level_btrfs_delayed_extent_op_8570 level btrfs_delayed_extent_op 0 8570 NULL
++enable_so_SyS_ppoll_fndecl_8572 SyS_ppoll fndecl 2 8572 NULL
++enable_so_clone_bio_fndecl_8573 clone_bio fndecl 3-4 8573 NULL
++enable_so_len_vmxnet3_rx_buf_info_8575 len vmxnet3_rx_buf_info 0 8575 NULL nohasharray
++enable_so_mlx5_ib_update_mtt_fndecl_8575 mlx5_ib_update_mtt fndecl 3-2 8575 &enable_so_len_vmxnet3_rx_buf_info_8575
++enable_so_max_request_size_brcmf_sdio_dev_8586 max_request_size brcmf_sdio_dev 0 8586 NULL
++enable_so_ddb_output_write_fndecl_8589 ddb_output_write fndecl 3-0 8589 NULL
++enable_so_gss_unwrap_kerberos_v2_fndecl_8596 gss_unwrap_kerberos_v2 fndecl 2 8596 NULL nohasharray
++enable_so_height_efifb_dmi_info_8596 height efifb_dmi_info 0 8596 &enable_so_gss_unwrap_kerberos_v2_fndecl_8596
++enable_so_iwl_dbgfs_disable_ht40_write_fndecl_8599 iwl_dbgfs_disable_ht40_write fndecl 3 8599 NULL
++enable_so_apic_base_kvm_sregs_8602 apic_base kvm_sregs 0 8602 NULL nohasharray
++enable_so_drm_mode_crtc_set_gamma_size_fndecl_8602 drm_mode_crtc_set_gamma_size fndecl 2 8602 &enable_so_apic_base_kvm_sregs_8602
++enable_so_vblank_hi_oaktrail_timing_info_8607 vblank_hi oaktrail_timing_info 0 8607 NULL nohasharray
++enable_so_hw_token_fusbh200_qh_hw_8607 hw_token fusbh200_qh_hw 0 8607 &enable_so_vblank_hi_oaktrail_timing_info_8607
++enable_so_seq_buf_commit_fndecl_8608 seq_buf_commit fndecl 2 8608 NULL
++enable_so_kmem_alloc_fndecl_8611 kmem_alloc fndecl 1 8611 NULL
++enable_so_input_print_modalias_fndecl_8617 input_print_modalias fndecl 0 8617 NULL
++enable_so_i_prealloc_count_reiserfs_inode_info_8620 i_prealloc_count reiserfs_inode_info 0 8620 NULL
++enable_so_era_status_fndecl_8621 era_status fndecl 5 8621 NULL
++enable_so_transfer_size_fndecl_8623 transfer_size fndecl 0-1-2-3 8623 NULL
++enable_so_lu_buf_realloc_fndecl_8632 lu_buf_realloc fndecl 2 8632 NULL
++enable_so_new_dir_fndecl_8636 new_dir fndecl 3 8636 NULL
++enable_so_in_height_sh_vou_geometry_8644 in_height sh_vou_geometry 0 8644 NULL
++enable_so_block_size_cache_args_8648 block_size cache_args 0 8648 NULL
++enable_so_e_value_offs_ext4_xattr_entry_8650 e_value_offs ext4_xattr_entry 0 8650 NULL
++enable_so_xfs_bmap_worst_indlen_fndecl_8651 xfs_bmap_worst_indlen fndecl 0 8651 NULL
++enable_so_truncate_size_ceph_mds_reply_inode_8652 truncate_size ceph_mds_reply_inode 0 8652 NULL
++enable_so_copy_from_user_toio_fndecl_8653 copy_from_user_toio fndecl 3 8653 NULL
++enable_so_vmcore_size_vardecl_vmcore_c_8660 vmcore_size vardecl_vmcore.c 0 8660 NULL
++enable_so_read_mem_fndecl_8661 read_mem fndecl 3 8661 NULL
++enable_so_SYSC_sethostname_fndecl_8663 SYSC_sethostname fndecl 2 8663 NULL
++enable_so___alloc_percpu_gfp_fndecl_8664 __alloc_percpu_gfp fndecl 1-2 8664 NULL
++enable_so_vbi_end_bttv_8666 vbi_end bttv 0 8666 NULL
++enable_so_ext4_zero_range_fndecl_8667 ext4_zero_range fndecl 2-3 8667 NULL
++enable_so_pvr2_ctrl_get_valname_fndecl_8668 pvr2_ctrl_get_valname fndecl 4 8668 NULL
++enable_so_vb2_write_fndecl_8671 vb2_write fndecl 3 8671 NULL
++enable_so_len_ipath_diag_xpkt_8673 len ipath_diag_xpkt 0 8673 NULL
++enable_so_write_data_done_iscsi_cmd_8676 write_data_done iscsi_cmd 0 8676 NULL
++enable_so_find_next_zero_bit_fndecl_8677 find_next_zero_bit fndecl 2-0 8677 NULL
++enable_so_lustre_acl_xattr_merge2posix_fndecl_8683 lustre_acl_xattr_merge2posix fndecl 2 8683 NULL
++enable_so_status_whc_urb_8685 status whc_urb 0 8685 NULL
++enable_so_mtd_add_partition_fndecl_8688 mtd_add_partition fndecl 3 8688 NULL
++enable_so_env_start_mm_struct_8690 env_start mm_struct 0 8690 NULL
++enable_so_mpeglines_vardecl_cx231xx_417_c_8691 mpeglines vardecl_cx231xx-417.c 0 8691 NULL nohasharray
++enable_so_b_out_mon_reader_bin_8691 b_out mon_reader_bin 0 8691 &enable_so_mpeglines_vardecl_cx231xx_417_c_8691
++enable_so_btrfs_insert_empty_inode_fndecl_8692 btrfs_insert_empty_inode fndecl 4 8692 NULL
++enable_so_fp0_intel_dpll_hw_state_8694 fp0 intel_dpll_hw_state 0 8694 NULL nohasharray
++enable_so_data_width_stedma40_half_channel_info_8694 data_width stedma40_half_channel_info 0 8694 &enable_so_fp0_intel_dpll_hw_state_8694
++enable_so_NumEraseUnits_erase_unit_header_t_8696 NumEraseUnits erase_unit_header_t 0 8696 NULL
++enable_so_retry_count_rtscts_minstrel_rate_stats_8699 retry_count_rtscts minstrel_rate_stats 0 8699 NULL nohasharray
++enable_so_ebcnt_vardecl_readtest_c_8699 ebcnt vardecl_readtest.c 0 8699 &enable_so_retry_count_rtscts_minstrel_rate_stats_8699
++enable_so_ilo_read_fndecl_8704 ilo_read fndecl 3 8704 NULL
++enable_so_hpfs_prefetch_sectors_fndecl_8708 hpfs_prefetch_sectors fndecl 2 8708 NULL
++enable_so_rx_buf_sz_sh_eth_private_8709 rx_buf_sz sh_eth_private 0 8709 NULL nohasharray
++enable_so_max_unmap_blocks_scsi_disk_8709 max_unmap_blocks scsi_disk 0 8709 &enable_so_rx_buf_sz_sh_eth_private_8709 nohasharray
++enable_so_out_ptr_mdc800_data_8709 out_ptr mdc800_data 0 8709 &enable_so_max_unmap_blocks_scsi_disk_8709
++enable_so_size_genwqe_bitstream_8710 size genwqe_bitstream 0 8710 NULL
++enable_so_ieee80211_send_auth_fndecl_8716 ieee80211_send_auth fndecl 6 8716 NULL
++enable_so_inode_number_squashfs_dir_header_8723 inode_number squashfs_dir_header 0 8723 NULL
++enable_so_iram_end_intel_sst_drv_8725 iram_end intel_sst_drv 0 8725 NULL
++enable_so_ctrl_std_val_to_sym_fndecl_8727 ctrl_std_val_to_sym fndecl 5 8727 NULL
++enable_so_read_hdlc_status_fritz_adapter_8730 read_hdlc_status fritz_adapter 0 8730 NULL
++enable_so_ext_param_page_length_nand_onfi_params_8736 ext_param_page_length nand_onfi_params 0 8736 NULL
++enable_so___blockdev_direct_IO_fndecl_8738 __blockdev_direct_IO fndecl 5 8738 NULL
++enable_so_osc_iocontrol_fndecl_8742 osc_iocontrol fndecl 3 8742 NULL
++enable_so___vlan_add_fndecl_8748 __vlan_add fndecl 2 8748 NULL
++enable_so_plain_at_offset_vardecl_sec_plain_c_8751 plain_at_offset vardecl_sec_plain.c 0 8751 NULL
++enable_so__netlbl_catmap_getnode_fndecl_8754 _netlbl_catmap_getnode fndecl 2 8754 NULL
++enable_so_my_skb_align_fndecl_8755 my_skb_align fndecl 2 8755 NULL
++enable_so_skcipher_sendpage_fndecl_8759 skcipher_sendpage fndecl 3-4 8759 NULL
++enable_so_snd_pcm_hw_param_set_fndecl_8761 snd_pcm_hw_param_set fndecl 4 8761 NULL
++enable_so_max_swap_info_struct_8767 max swap_info_struct 0 8767 NULL
++enable_so_max_pfn_radeon_vm_manager_8768 max_pfn radeon_vm_manager 0 8768 NULL
++enable_so_gfs2_adjust_quota_fndecl_8777 gfs2_adjust_quota fndecl 2 8777 NULL
++enable_so_data_dma_powermate_device_8783 data_dma powermate_device 0 8783 NULL
++enable_so_rx_tr_cfv_info_8786 rx_tr cfv_info 0 8786 NULL
++enable_so_nfs_setup_write_request_fndecl_8793 nfs_setup_write_request fndecl 3 8793 NULL nohasharray
++enable_so_mem_swapout_entry_fndecl_8793 mem_swapout_entry fndecl 3 8793 &enable_so_nfs_setup_write_request_fndecl_8793
++enable_so_lcd_vblank_len_atyfb_par_8796 lcd_vblank_len atyfb_par 0 8796 NULL
++enable_so_logic_start_scrub_parity_8798 logic_start scrub_parity 0 8798 NULL
++enable_so_cfg80211_roamed_fndecl_8811 cfg80211_roamed fndecl 5-7 8811 NULL
++enable_so_nilfs_cpfile_get_checkpoint_fndecl_8812 nilfs_cpfile_get_checkpoint fndecl 2 8812 NULL
++enable_so_ieee80211_hdrlen_fndecl_8814 ieee80211_hdrlen fndecl 0 8814 NULL
++enable_so_dma_alloc_pages_fndecl_8819 dma_alloc_pages fndecl 3 8819 NULL nohasharray
++enable_so_sys_set_mempolicy_fndecl_8819 sys_set_mempolicy fndecl 3 8819 &enable_so_dma_alloc_pages_fndecl_8819
++enable_so_dma_buf_mmap_fndecl_8825 dma_buf_mmap fndecl 3 8825 NULL
++enable_so_buflow_ring_desc_ex_8829 buflow ring_desc_ex 0 8829 NULL
++enable_so_vsync_len_videomode_8830 vsync_len videomode 0 8830 NULL
++enable_so_wm5110_set_fll_fndecl_8841 wm5110_set_fll fndecl 4-5 8841 NULL
++enable_so_max_packet_size_ftdi_private_8847 max_packet_size ftdi_private 0 8847 NULL
++enable_so_ibufsize_sisusb_usb_data_8851 ibufsize sisusb_usb_data 0 8851 NULL
++enable_so_generic_readlink_fndecl_8861 generic_readlink fndecl 3 8861 NULL
++enable_so_alloc_extent_buffer_fndecl_8862 alloc_extent_buffer fndecl 2 8862 NULL
++enable_so_dm_set_target_max_io_len_fndecl_8872 dm_set_target_max_io_len fndecl 2 8872 NULL
++enable_so_jfs_readpages_fndecl_8877 jfs_readpages fndecl 4 8877 NULL
++enable_so_s_apbmask_ufs_sb_private_info_8879 s_apbmask ufs_sb_private_info 0 8879 NULL
++enable_so_move_addr_to_kernel_fndecl_8882 move_addr_to_kernel fndecl 2 8882 NULL
++enable_so_icsk_ext_hdr_len_inet_connection_sock_8885 icsk_ext_hdr_len inet_connection_sock 0 8885 NULL
++enable_so_via_lock_rate_fndecl_8895 via_lock_rate fndecl 2 8895 NULL
++enable_so_batps_powernow_k8_data_8899 batps powernow_k8_data 0 8899 NULL
++enable_so_pages_squashfs_cache_8903 pages squashfs_cache 0 8903 NULL
++enable_so_a_data_exec_8906 a_data exec 0 8906 NULL nohasharray
++enable_so_bits_per_pixel_fb_var_screeninfo_8906 bits_per_pixel fb_var_screeninfo 0 8906 &enable_so_a_data_exec_8906
++enable_so_fll_factors_fndecl_8907 fll_factors fndecl 2-3 8907 NULL
++enable_so_rt2x00debug_read_queue_dump_fndecl_8923 rt2x00debug_read_queue_dump fndecl 3 8923 NULL
++enable_so_max_transfer_size_dwc2_core_params_8925 max_transfer_size dwc2_core_params 0 8925 NULL
++enable_so_i40e_pci_sriov_enable_fndecl_8949 i40e_pci_sriov_enable fndecl 2 8949 NULL
++enable_so_tree_root_btrfs_root_backup_8950 tree_root btrfs_root_backup 0 8950 NULL
++enable_so_get_arg_page_fndecl_8953 get_arg_page fndecl 2 8953 NULL
++enable_so_videobuf_mmap_setup_fndecl_8956 videobuf_mmap_setup fndecl 3 8956 NULL nohasharray
++enable_so_nfrags_pktgen_dev_8956 nfrags pktgen_dev 0 8956 &enable_so_videobuf_mmap_setup_fndecl_8956
++enable_so_pkt_align_fndecl_8963 pkt_align fndecl 2 8963 NULL
++enable_so_fromlen_nfs_symlinkargs_8967 fromlen nfs_symlinkargs 0 8967 NULL
++enable_so_n_bch_control_8979 n bch_control 0 8979 NULL
++enable_so_fanout_ubifs_info_8981 fanout ubifs_info 0 8981 NULL
++enable_so_inode_sub_bytes_fndecl_8987 inode_sub_bytes fndecl 2 8987 NULL
++enable_so_si476x_cmd_tune_seek_freq_fndecl_8997 si476x_cmd_tune_seek_freq fndecl 4-6 8997 NULL
++enable_so_vmalloc_user_fndecl_8999 vmalloc_user fndecl 1 8999 NULL
++enable_so_SyS_select_fndecl_9004 SyS_select fndecl 1 9004 NULL
++enable_so_size_pfn_var_mtrr_range_state_9005 size_pfn var_mtrr_range_state 0 9005 NULL nohasharray
++enable_so_xattr_size_squashfs_inode_info_9005 xattr_size squashfs_inode_info 0 9005 &enable_so_size_pfn_var_mtrr_range_state_9005
++enable_so_pcan_usb_decode_data_fndecl_9023 pcan_usb_decode_data fndecl 2 9023 NULL
++enable_so_cdrom_read_cd_fndecl_9024 cdrom_read_cd fndecl 5-4 9024 NULL
++enable_so_report_desc_size_mousevsc_dev_9027 report_desc_size mousevsc_dev 0 9027 NULL
++enable_so_nextread_isowbuf_t_9028 nextread isowbuf_t 0 9028 NULL
++enable_so_t4_alloc_mem_fndecl_9029 t4_alloc_mem fndecl 1 9029 NULL
++enable_so_wDescriptorLength_hid_class_descriptor_9030 wDescriptorLength hid_class_descriptor 0 9030 NULL
++enable_so_randomize_stack_top_fndecl_9035 randomize_stack_top fndecl 0-1 9035 NULL
++enable_so_raid_disks_geom_9044 raid_disks geom 0 9044 NULL
++enable_so_num_pds_mlx4_caps_9049 num_pds mlx4_caps 0 9049 NULL
++enable_so_bounce_sgl_count_storvsc_cmd_request_9051 bounce_sgl_count storvsc_cmd_request 0 9051 NULL
++enable_so__drbd_bm_find_next_fndecl_9063 _drbd_bm_find_next fndecl 2 9063 NULL nohasharray
++enable_so_keys_bset_9063 keys bset 0 9063 &enable_so__drbd_bm_find_next_fndecl_9063 nohasharray
++enable_so_tx_buf_sz_iadev_priv_9063 tx_buf_sz iadev_priv 0 9063 &enable_so_keys_bset_9063 nohasharray
++enable_so_send_mpa_reply_fndecl_9063 send_mpa_reply fndecl 3 9063 &enable_so_tx_buf_sz_iadev_priv_9063
++enable_so_buflen_compat_xfs_fsop_attrlist_handlereq_9071 buflen compat_xfs_fsop_attrlist_handlereq 0 9071 NULL
++enable_so_uniqueid_cifsInodeInfo_9076 uniqueid cifsInodeInfo 0 9076 NULL nohasharray
++enable_so_nilfs_dat_read_fndecl_9076 nilfs_dat_read fndecl 2 9076 &enable_so_uniqueid_cifsInodeInfo_9076
++enable_so_out_int_pipe_usbtest_dev_9078 out_int_pipe usbtest_dev 0 9078 NULL nohasharray
++enable_so_dispatch_ioctl_fndecl_9078 dispatch_ioctl fndecl 2 9078 &enable_so_out_int_pipe_usbtest_dev_9078
++enable_so_count_afs_call_9081 count afs_call 0 9081 NULL
++enable_so_ra_meta_pages_fndecl_9083 ra_meta_pages fndecl 2-0 9083 NULL
++enable_so_start_brk_mm_struct_9085 start_brk mm_struct 0 9085 NULL
++enable_so_event_count_Fsm_9088 event_count Fsm 0 9088 NULL
++enable_so_fc2580_rd_regs_fndecl_9092 fc2580_rd_regs fndecl 4 9092 NULL
++enable_so_vmci_qp_alloc_fndecl_9094 vmci_qp_alloc fndecl 5-3 9094 NULL
++enable_so_limit_parsed_partitions_9099 limit parsed_partitions 0 9099 NULL
++enable_so_keylen_ieee80211_key_conf_9103 keylen ieee80211_key_conf 0 9103 NULL
++enable_so_s_blocks_count_lo_ext4_super_block_9106 s_blocks_count_lo ext4_super_block 0 9106 NULL
++enable_so_intel_iommu_map_fndecl_9107 intel_iommu_map fndecl 2 9107 NULL
++enable_so_pvr2_stream_set_buffer_count_fndecl_9116 pvr2_stream_set_buffer_count fndecl 2 9116 NULL
++enable_so_numEntries__ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table_9118 numEntries _ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table 0 9118 NULL
++enable_so_break_ksm_fndecl_9124 break_ksm fndecl 2 9124 NULL
++enable_so_reiserfs_direct_IO_fndecl_9131 reiserfs_direct_IO fndecl 3 9131 NULL
++enable_so_neigh_priv_len_net_device_9133 neigh_priv_len net_device 0 9133 NULL
++enable_so_rx_buf_sz_vardecl_r8169_c_9136 rx_buf_sz vardecl_r8169.c 0 9136 NULL
++enable_so_read_buffer_length_adu_device_9140 read_buffer_length adu_device 0 9140 NULL
++enable_so_size_ip6t_replace_9148 size ip6t_replace 0 9148 NULL
++enable_so_ext_capab_len_station_parameters_9152 ext_capab_len station_parameters 0 9152 NULL
++enable_so_ieee80211_fill_mesh_addresses_fndecl_9154 ieee80211_fill_mesh_addresses fndecl 0 9154 NULL
++enable_so_fill_readbuf_fndecl_9155 fill_readbuf fndecl 3 9155 NULL
++enable_so_percpu_max_size_percpu_ida_9157 percpu_max_size percpu_ida 0 9157 NULL
++enable_so_depth_saa7134_format_9167 depth saa7134_format 0 9167 NULL nohasharray
++enable_so_learn_buffer_len_vardecl_gracl_learn_c_9167 learn_buffer_len vardecl_gracl_learn.c 0 9167 &enable_so_depth_saa7134_format_9167
++enable_so_channels_ua101_stream_9173 channels ua101_stream 0 9173 NULL
++enable_so_alloc_queue_pairs_i40e_vsi_9174 alloc_queue_pairs i40e_vsi 0 9174 NULL
++enable_so_hash_kernfs_node_9177 hash kernfs_node 0 9177 NULL
++enable_so_sdev_format_header_fndecl_9178 sdev_format_header fndecl 0-2 9178 NULL nohasharray
++enable_so_b_size_buffer_head_9178 b_size buffer_head 0 9178 &enable_so_sdev_format_header_fndecl_9178
++enable_so_cache_status_fndecl_9181 cache_status fndecl 5 9181 NULL
++enable_so_max_vfio_pci_fill_info_9182 max vfio_pci_fill_info 0 9182 NULL
++enable_so_form_cm_frame_fndecl_9184 form_cm_frame fndecl 4-6 9184 NULL
++enable_so_current_rate_iwl_scale_tbl_info_9194 current_rate iwl_scale_tbl_info 0 9194 NULL
++enable_so_stb0899_write_regs_fndecl_9197 stb0899_write_regs fndecl 4 9197 NULL
++enable_so_buflen_xfs_fsop_attrlist_handlereq_9199 buflen xfs_fsop_attrlist_handlereq 0 9199 NULL
++enable_so_efx_rx_packet_fndecl_9200 efx_rx_packet fndecl 4-3 9200 NULL
++enable_so_byte_per_page_nand_onfi_params_9202 byte_per_page nand_onfi_params 0 9202 NULL nohasharray
++enable_so_nested_svm_check_exception_fndecl_9202 nested_svm_check_exception fndecl 4 9202 &enable_so_byte_per_page_nand_onfi_params_9202
++enable_so_rss_hash_val_rss_header_9205 rss_hash_val rss_header 0 9205 NULL
++enable_so_tx_max_datagrams_cdc_ncm_ctx_9206 tx_max_datagrams cdc_ncm_ctx 0 9206 NULL nohasharray
++enable_so_max_pages_ib_fmr_attr_9206 max_pages ib_fmr_attr 0 9206 &enable_so_tx_max_datagrams_cdc_ncm_ctx_9206
++enable_so_hw_token_ehci_qh_hw_9208 hw_token ehci_qh_hw 0 9208 NULL
++enable_so_mesh_rx_path_sel_frame_fndecl_9210 mesh_rx_path_sel_frame fndecl 3 9210 NULL
++enable_so_sae_data_len_cfg80211_auth_request_9212 sae_data_len cfg80211_auth_request 0 9212 NULL
++enable_so_ide_driver_proc_write_fndecl_9214 ide_driver_proc_write fndecl 3 9214 NULL
++enable_so_ext4_create_inline_data_fndecl_9231 ext4_create_inline_data fndecl 3 9231 NULL
++enable_so_check_committed_ref_fndecl_9233 check_committed_ref fndecl 6 9233 NULL
++enable_so_supported_rates_len_station_parameters_9235 supported_rates_len station_parameters 0 9235 NULL
++enable_so_phys_pmd_init_fndecl_9251 phys_pmd_init fndecl 2-3 9251 NULL nohasharray
++enable_so_vram_start_vml_info_9251 vram_start vml_info 0 9251 &enable_so_phys_pmd_init_fndecl_9251
++enable_so_n_sbufs_stk_camera_9256 n_sbufs stk_camera 0 9256 NULL
++enable_so_buffer_size_snd_rawmidi_runtime_9267 buffer_size snd_rawmidi_runtime 0 9267 NULL
++enable_so_s_blocks_count_ext3_super_block_9271 s_blocks_count ext3_super_block 0 9271 NULL
++enable_so_wl1251_sdio_write_fndecl_9274 wl1251_sdio_write fndecl 4 9274 NULL
++enable_so_ima_eventsig_init_fndecl_9277 ima_eventsig_init fndecl 5 9277 NULL
++enable_so_nr_pages_start_info_9283 nr_pages start_info 0 9283 NULL
++enable_so_rx_cmd_ep_usb_card_rec_9290 rx_cmd_ep usb_card_rec 0 9290 NULL nohasharray
++enable_so_buffer_bytes_st_buffer_9290 buffer_bytes st_buffer 0 9290 &enable_so_rx_cmd_ep_usb_card_rec_9290
++enable_so_do_setup_msi_irqs_fndecl_9296 do_setup_msi_irqs fndecl 2 9296 NULL
++enable_so_snd_tea575x_val_to_freq_fndecl_9302 snd_tea575x_val_to_freq fndecl 2 9302 NULL
++enable_so_cxd2820r_wr_regs_fndecl_9307 cxd2820r_wr_regs fndecl 4 9307 NULL
++enable_so_sys_splice_fndecl_9308 sys_splice fndecl 5 9308 NULL
++enable_so_cpl_x86_emulate_ops_9312 cpl x86_emulate_ops 0 9312 NULL nohasharray
++enable_so_sctp_setsockopt_context_fndecl_9312 sctp_setsockopt_context fndecl 3 9312 &enable_so_cpl_x86_emulate_ops_9312
++enable_so_find_mergeable_fndecl_9318 find_mergeable fndecl 2 9318 NULL nohasharray
++enable_so_proc_gid_map_write_fndecl_9318 proc_gid_map_write fndecl 3 9318 &enable_so_find_mergeable_fndecl_9318
++enable_so_in_packet_size_pcm_runtime_9321 in_packet_size pcm_runtime 0 9321 NULL
++enable_so_extLength_long_ad_9328 extLength long_ad 0 9328 NULL
++enable_so__wm8994_set_fll_fndecl_9332 _wm8994_set_fll fndecl 4-5 9332 NULL nohasharray
++enable_so_sys_mincore_fndecl_9332 sys_mincore fndecl 1-2 9332 &enable_so__wm8994_set_fll_fndecl_9332
++enable_so_rbuf_fill_count_slgt_info_9335 rbuf_fill_count slgt_info 0 9335 NULL
++enable_so_htree_dirblock_to_tree_fndecl_9339 htree_dirblock_to_tree fndecl 3 9339 NULL
++enable_so_efer_kvm_vcpu_arch_9341 efer kvm_vcpu_arch 0 9341 NULL
++enable_so_di_size_xfs_icdinode_9350 di_size xfs_icdinode 0 9350 NULL
++enable_so_tse_init_rx_buffer_fndecl_9354 tse_init_rx_buffer fndecl 3 9354 NULL
++enable_so_stv6110x_write_regs_fndecl_9359 stv6110x_write_regs fndecl 4 9359 NULL
++enable_so_hpfs_count_one_bitmap_fndecl_9362 hpfs_count_one_bitmap fndecl 2 9362 NULL
++enable_so_compat_sys_get_mempolicy_fndecl_9366 compat_sys_get_mempolicy fndecl 4-3 9366 NULL
++enable_so_mt2060_writeregs_fndecl_9371 mt2060_writeregs fndecl 3 9371 NULL
++enable_so_rate_n_flags_iwl_ht_agg_9373 rate_n_flags iwl_ht_agg 0 9373 NULL nohasharray
++enable_so_hash_ipportnet6_expire_fndecl_9373 hash_ipportnet6_expire fndecl 4 9373 &enable_so_rate_n_flags_iwl_ht_agg_9373
++enable_so_mss_clamp_tcp_options_received_9378 mss_clamp tcp_options_received 0 9378 NULL
++enable_so_nr_uart_driver_9391 nr uart_driver 0 9391 NULL
++enable_so_dr_pre_altera_jtag_9393 dr_pre altera_jtag 0 9393 NULL
++enable_so_ubifs_tnc_add_nm_fndecl_9397 ubifs_tnc_add_nm fndecl 5 9397 NULL
++enable_so_sr_bg_blkno_ocfs2_suballoc_result_9401 sr_bg_blkno ocfs2_suballoc_result 0 9401 NULL
++enable_so_caif_seqpkt_recvmsg_fndecl_9402 caif_seqpkt_recvmsg fndecl 3 9402 NULL
++enable_so_blk_queue_physical_block_size_fndecl_9410 blk_queue_physical_block_size fndecl 2 9410 NULL
++enable_so_data_start_dm_ioctl_9412 data_start dm_ioctl 0 9412 NULL
++enable_so_return_size_drm_amdgpu_info_9414 return_size drm_amdgpu_info 0 9414 NULL
++enable_so_r592_read_fifo_pio_fndecl_9421 r592_read_fifo_pio fndecl 3 9421 NULL nohasharray
++enable_so_rocker_dma_ring_create_fndecl_9421 rocker_dma_ring_create fndecl 3 9421 &enable_so_r592_read_fifo_pio_fndecl_9421
++enable_so_dlen_garp_attr_9422 dlen garp_attr 0 9422 NULL
++enable_so_dgap_config_get_num_prts_fndecl_9435 dgap_config_get_num_prts fndecl 0 9435 NULL
++enable_so_ext4_restore_inline_data_fndecl_9436 ext4_restore_inline_data fndecl 5 9436 NULL
++enable_so_parent_btrfs_delayed_data_ref_9437 parent btrfs_delayed_data_ref 0 9437 NULL
++enable_so_height_stk1160_9446 height stk1160 0 9446 NULL nohasharray
++enable_so_atm_get_addr_fndecl_9446 atm_get_addr fndecl 3 9446 &enable_so_height_stk1160_9446
++enable_so_mtdchar_readoob_fndecl_9459 mtdchar_readoob fndecl 4 9459 NULL
++enable_so_si21_writeregs_fndecl_9460 si21_writeregs fndecl 4 9460 NULL
++enable_so_value_vmx_msr_entry_9464 value vmx_msr_entry 0 9464 NULL
++enable_so_async_wrap_skb_fndecl_9465 async_wrap_skb fndecl 0 9465 NULL
++enable_so_kvm_mmu_page_fault_fndecl_9470 kvm_mmu_page_fault fndecl 2 9470 NULL
++enable_so_io_bitmap_b_vmcs12_9472 io_bitmap_b vmcs12 0 9472 NULL
++enable_so_max_qps_ntb_transport_9479 max_qps ntb_transport 0 9479 NULL
++enable_so_metadataBitmapFileLoc_metadataPartitionMap_9480 metadataBitmapFileLoc metadataPartitionMap 0 9480 NULL
++enable_so_snapshot_status_fndecl_9483 snapshot_status fndecl 5 9483 NULL
++enable_so_i_crypt_policy_flags_ext4_inode_info_9500 i_crypt_policy_flags ext4_inode_info 0 9500 NULL
++enable_so_txPower_ConfigRid_9502 txPower ConfigRid 0 9502 NULL nohasharray
++enable_so_qnx6_long_match_fndecl_9502 qnx6_long_match fndecl 0 9502 &enable_so_txPower_ConfigRid_9502
++enable_so_bpp_mcam_format_struct_9503 bpp mcam_format_struct 0 9503 NULL
++enable_so_maxdev_vardecl_slcan_c_9507 maxdev vardecl_slcan.c 0 9507 NULL
++enable_so_zlib_updatewindow_fndecl_9508 zlib_updatewindow fndecl 2 9508 NULL
++enable_so_fillonedir_fndecl_9511 fillonedir fndecl 3 9511 NULL
++enable_so_s_clustersize_bits_ocfs2_super_block_9516 s_clustersize_bits ocfs2_super_block 0 9516 NULL nohasharray
++enable_so_zero_disk_area_fndecl_9516 zero_disk_area fndecl 2 9516 &enable_so_s_clustersize_bits_ocfs2_super_block_9516
++enable_so_pcm512x_find_sck_fndecl_9522 pcm512x_find_sck fndecl 0 9522 NULL
++enable_so_kdb_max_commands_vardecl_kdb_main_c_9529 kdb_max_commands vardecl_kdb_main.c 0 9529 NULL
++enable_so_cap_width_usbtv_norm_params_9538 cap_width usbtv_norm_params 0 9538 NULL
++enable_so_nilfs_mdt_forget_block_fndecl_9543 nilfs_mdt_forget_block fndecl 2 9543 NULL
++enable_so___bio_alloc_fndecl_9552 __bio_alloc fndecl 2 9552 NULL
++enable_so_display_byte_stride_vivid_dev_9554 display_byte_stride vivid_dev 0 9554 NULL
++enable_so_rx_skb_reserve_vardecl_he_c_9559 rx_skb_reserve vardecl_he.c 0 9559 NULL
++enable_so_glocont_endpoint_keyspan_device_details_9560 glocont_endpoint keyspan_device_details 0 9560 NULL
++enable_so_p9_client_statsize_fndecl_9568 p9_client_statsize fndecl 0 9568 NULL
++enable_so_cluster_slot_bitmap_9571 cluster_slot bitmap 0 9571 NULL
++enable_so_page_order_cas_9572 page_order cas 0 9572 NULL
++enable_so_width_drm_mode_create_dumb_9575 width drm_mode_create_dumb 0 9575 NULL
++enable_so_sctp_setsockopt_auth_chunk_fndecl_9576 sctp_setsockopt_auth_chunk fndecl 3 9576 NULL
++enable_so_mpage_add_bh_to_extent_fndecl_9577 mpage_add_bh_to_extent fndecl 2 9577 NULL
++enable_so_mode_buf_len_udl_device_9578 mode_buf_len udl_device 0 9578 NULL nohasharray
++enable_so_of_gpio_named_count_fndecl_9578 of_gpio_named_count fndecl 0 9578 &enable_so_mode_buf_len_udl_device_9578
++enable_so_cfg80211_rx_mgmt_fndecl_9583 cfg80211_rx_mgmt fndecl 5 9583 NULL
++enable_so_address_space_cmos_rtc_board_info_9586 address_space cmos_rtc_board_info 0 9586 NULL
++enable_so_crtc_vblank_start_drm_display_mode_9587 crtc_vblank_start drm_display_mode 0 9587 NULL
++enable_so_wm5102_set_fll_fndecl_9596 wm5102_set_fll fndecl 4-5 9596 NULL nohasharray
++enable_so_get_kobj_path_length_fndecl_9596 get_kobj_path_length fndecl 0 9596 &enable_so_wm5102_set_fll_fndecl_9596
++enable_so_writerids_fndecl_9601 writerids fndecl 0 9601 NULL
++enable_so_skd_max_pass_thru_vardecl_skd_main_c_9608 skd_max_pass_thru vardecl_skd_main.c 0 9608 NULL
++enable_so_free_bg_ocfs2_cached_block_free_9619 free_bg ocfs2_cached_block_free 0 9619 NULL
++enable_so_hpfs_ea_write_fndecl_9626 hpfs_ea_write fndecl 5-4-2 9626 NULL
++enable_so_copy_to_iter_fndecl_9638 copy_to_iter fndecl 2 9638 NULL
++enable_so_num_nodes_hdac_device_9647 num_nodes hdac_device 0 9647 NULL
++enable_so_dma_tx_size_stmmac_priv_9653 dma_tx_size stmmac_priv 0 9653 NULL
++enable_so_ieee80211_if_fmt_dropped_frames_no_route_fndecl_9655 ieee80211_if_fmt_dropped_frames_no_route fndecl 3 9655 NULL
++enable_so_SFBL_brcms_c_info_9663 SFBL brcms_c_info 0 9663 NULL
++enable_so_hugetlb_cow_fndecl_9665 hugetlb_cow fndecl 3 9665 NULL
++enable_so_hr_slots_per_page_o2hb_region_9668 hr_slots_per_page o2hb_region 0 9668 NULL
++enable_so_arizona_set_fll_refclk_fndecl_9670 arizona_set_fll_refclk fndecl 3 9670 NULL
++enable_so_sctp_setsockopt_rtoinfo_fndecl_9678 sctp_setsockopt_rtoinfo fndecl 3 9678 NULL
++enable_so_uaddr_ivtv_dma_page_info_9683 uaddr ivtv_dma_page_info 0 9683 NULL
++enable_so_scrub_pages_for_parity_fndecl_9684 scrub_pages_for_parity fndecl 3-2-4 9684 NULL
++enable_so_di_height_logfs_disk_inode_9686 di_height logfs_disk_inode 0 9686 NULL nohasharray
++enable_so_read_packet_length_lego_usb_tower_9686 read_packet_length lego_usb_tower 0 9686 &enable_so_di_height_logfs_disk_inode_9686
++enable_so_xresstep_svga_fb_format_9690 xresstep svga_fb_format 0 9690 NULL
++enable_so_max_num_pmkids_wiphy_9691 max_num_pmkids wiphy 0 9691 NULL
++enable_so_adp5589_build_gpiomap_fndecl_9697 adp5589_build_gpiomap fndecl 0 9697 NULL
++enable_so_payload_len_cfg80211_wowlan_tcp_9706 payload_len cfg80211_wowlan_tcp 0 9706 NULL nohasharray
++enable_so_tty_insert_flip_string_flags_fndecl_9706 tty_insert_flip_string_flags fndecl 4 9706 &enable_so_payload_len_cfg80211_wowlan_tcp_9706
++enable_so_sr_write_async_fndecl_9707 sr_write_async fndecl 3 9707 NULL
++enable_so_affs_direct_IO_fndecl_9712 affs_direct_IO fndecl 3 9712 NULL
++enable_so_xprt_rdma_max_inline_write_vardecl_transport_c_9715 xprt_rdma_max_inline_write vardecl_transport.c 0 9715 NULL
++enable_so_page_size_dataflash_9722 page_size dataflash 0 9722 NULL nohasharray
++enable_so_tx_ringsz_alx_priv_9722 tx_ringsz alx_priv 0 9722 &enable_so_page_size_dataflash_9722
++enable_so_ieee80211_build_preq_ies_band_fndecl_9724 ieee80211_build_preq_ies_band fndecl 0 9724 NULL nohasharray
++enable_so_start_bidx_of_node_fndecl_9724 start_bidx_of_node fndecl 1 9724 &enable_so_ieee80211_build_preq_ies_band_fndecl_9724
++enable_so_samsung_clk_sleep_init_fndecl_9743 samsung_clk_sleep_init fndecl 3 9743 NULL
++enable_so_blkdev_fsync_fndecl_9745 blkdev_fsync fndecl 2 9745 NULL
++enable_so_bnx2x_mcast_handle_current_cmd_fndecl_9747 bnx2x_mcast_handle_current_cmd fndecl 0 9747 NULL
++enable_so___alloc_bootmem_fndecl_9753 __alloc_bootmem fndecl 2-1 9753 NULL
++enable_so_il4965_hwrate_to_plcp_idx_fndecl_9755 il4965_hwrate_to_plcp_idx fndecl 1 9755 NULL
++enable_so_hbuf_free_slots_mei_hw_ops_9760 hbuf_free_slots mei_hw_ops 0 9760 NULL
++enable_so_buffer_length_floppy_raw_cmd_9763 buffer_length floppy_raw_cmd 0 9763 NULL nohasharray
++enable_so_hidraw_write_fndecl_9763 hidraw_write fndecl 3 9763 &enable_so_buffer_length_floppy_raw_cmd_9763
++enable_so_stat_ethoc_bd_9775 stat ethoc_bd 0 9775 NULL nohasharray
++enable_so_dvb_ringbuffer_write_fndecl_9775 dvb_ringbuffer_write fndecl 0-3 9775 &enable_so_stat_ethoc_bd_9775
++enable_so_vmlfb_alloc_vram_area_fndecl_9776 vmlfb_alloc_vram_area fndecl 2 9776 NULL
++enable_so_tool_mask_read_fndecl_9780 tool_mask_read fndecl 3 9780 NULL
++enable_so_highest_inum_ubifs_info_9785 highest_inum ubifs_info 0 9785 NULL
++enable_so_valuelen_xfs_da_args_9786 valuelen xfs_da_args 0 9786 NULL
++enable_so_irda_recvmsg_dgram_fndecl_9788 irda_recvmsg_dgram fndecl 3 9788 NULL
++enable_so_vci_atm_vcc_9797 vci atm_vcc 0 9797 NULL
++enable_so_aper_base_agp_kern_info_9798 aper_base agp_kern_info 0 9798 NULL
++enable_so_get_max_inline_xattr_value_size_fndecl_9801 get_max_inline_xattr_value_size fndecl 0 9801 NULL
++enable_so_rq_callsize_rpc_rqst_9803 rq_callsize rpc_rqst 0 9803 NULL
++enable_so_osst_write_fndecl_9806 osst_write fndecl 3 9806 NULL
++enable_so_in_size_ViceIoctl_9808 in_size ViceIoctl 0 9808 NULL nohasharray
++enable_so_usbvision_read_fndecl_9808 usbvision_read fndecl 3 9808 &enable_so_in_size_ViceIoctl_9808
++enable_so_num_private_args_iw_handler_def_9810 num_private_args iw_handler_def 0 9810 NULL
++enable_so_update_backref_node_fndecl_9811 update_backref_node fndecl 3 9811 NULL
++enable_so_pathmtu_sctp_association_9815 pathmtu sctp_association 0 9815 NULL
++enable_so_pref_erase_mmc_card_9824 pref_erase mmc_card 0 9824 NULL
++enable_so_flags_rtl8187se_rx_desc_9826 flags rtl8187se_rx_desc 0 9826 NULL
++enable_so_sectors_r10bio_9834 sectors r10bio 0 9834 NULL
++enable_so_msg_length_sms_msg_hdr_9842 msg_length sms_msg_hdr 0 9842 NULL
++enable_so_complete_read_super_fndecl_9844 complete_read_super fndecl 3 9844 NULL
++enable_so_vlan_id_rlb_client_info_9858 vlan_id rlb_client_info 0 9858 NULL
++enable_so_read_fiforeg_fndecl_9859 read_fiforeg fndecl 2 9859 NULL nohasharray
++enable_so_nr_of_buckets_v4l2_ctrl_handler_9859 nr_of_buckets v4l2_ctrl_handler 0 9859 &enable_so_read_fiforeg_fndecl_9859
++enable_so_ext3_sync_file_fndecl_9860 ext3_sync_file fndecl 2 9860 NULL
++enable_so_videobuf_read_one_fndecl_9862 videobuf_read_one fndecl 3 9862 NULL
++enable_so_get_img_height_s5p_mfc_hw_ops_9869 get_img_height s5p_mfc_hw_ops 0 9869 NULL
++enable_so_usnic_ib_dump_vf_fndecl_9876 usnic_ib_dump_vf fndecl 3 9876 NULL
++enable_so_xfs_seek_hole_data_fndecl_9883 xfs_seek_hole_data fndecl 2 9883 NULL
++enable_so_emulator_set_cr_fndecl_9890 emulator_set_cr fndecl 3 9890 NULL
++enable_so_copy_from_user_nmi_fndecl_9899 copy_from_user_nmi fndecl 3 9899 NULL
++enable_so_ovfx2_pkt_scan_fndecl_9901 ovfx2_pkt_scan fndecl 3 9901 NULL
++enable_so_tx_ring_size_sky2_port_9902 tx_ring_size sky2_port 0 9902 NULL
++enable_so_nkeys_tc_u32_sel_9905 nkeys tc_u32_sel 0 9905 NULL
++enable_so_prism54_wpa_bss_ie_add_fndecl_9910 prism54_wpa_bss_ie_add fndecl 4 9910 NULL
++enable_so_stat_ddb_output_9913 stat ddb_output 0 9913 NULL
++enable_so_alloc_event_waiters_fndecl_9914 alloc_event_waiters fndecl 1 9914 NULL
++enable_so_ep_in_ksdazzle_cb_9917 ep_in ksdazzle_cb 0 9917 NULL
++enable_so___ceph_do_getattr_fndecl_9918 __ceph_do_getattr fndecl 0 9918 NULL nohasharray
++enable_so_xfer_secondary_pool_fndecl_9918 xfer_secondary_pool fndecl 2 9918 &enable_so___ceph_do_getattr_fndecl_9918
++enable_so_vbe_modes_cnt_uvesafb_par_9928 vbe_modes_cnt uvesafb_par 0 9928 NULL
++enable_so_audit_log_n_string_fndecl_9930 audit_log_n_string fndecl 3 9930 NULL
++enable_so_len_load_info_9931 len load_info 0 9931 NULL
++enable_so_wb_pgbase_nfs_page_9940 wb_pgbase nfs_page 0 9940 NULL nohasharray
++enable_so_object_name_len_ncp_objectname_ioctl_9940 object_name_len ncp_objectname_ioctl 0 9940 &enable_so_wb_pgbase_nfs_page_9940
++enable_so_num_chan_pl330_config_9943 num_chan pl330_config 0 9943 NULL
++enable_so_buffer_len_bnad_debug_info_9948 buffer_len bnad_debug_info 0 9948 NULL
++enable_so_ath6kl_wmi_send_probe_response_cmd_fndecl_9955 ath6kl_wmi_send_probe_response_cmd fndecl 6 9955 NULL
++enable_so_utf16s_to_utf8s_fndecl_9956 utf16s_to_utf8s fndecl 0 9956 NULL nohasharray
++enable_so_lu_buf_check_and_grow_fndecl_9956 lu_buf_check_and_grow fndecl 2 9956 &enable_so_utf16s_to_utf8s_fndecl_9956
++enable_so_shmem_pwrite_slow_fndecl_9966 shmem_pwrite_slow fndecl 2-3 9966 NULL
++enable_so_rs_pretty_print_rate_fndecl_9980 rs_pretty_print_rate fndecl 2 9980 NULL nohasharray
++enable_so_pg_vec_len_netlink_ring_9980 pg_vec_len netlink_ring 0 9980 &enable_so_rs_pretty_print_rate_fndecl_9980
++enable_so_count_tun_filter_9984 count tun_filter 0 9984 NULL
++enable_so_start_extent_buffer_9986 start extent_buffer 0 9986 NULL
++enable_so_map_sg_ib_dma_mapping_ops_9988 map_sg ib_dma_mapping_ops 0 9988 NULL
++enable_so_hugepage_add_anon_rmap_fndecl_9989 hugepage_add_anon_rmap fndecl 3 9989 NULL
++enable_so_nilfs_insert_inode_locked_fndecl_9991 nilfs_insert_inode_locked fndecl 3 9991 NULL
++enable_so_dm_rh_region_to_sector_fndecl_9992 dm_rh_region_to_sector fndecl 2 9992 NULL
++enable_so_i2c_wr_max_tda10071_config_9993 i2c_wr_max tda10071_config 0 9993 NULL
++enable_so_setifbcnt_fndecl_10012 setifbcnt fndecl 3 10012 NULL
++enable_so_nouveau_sgdma_create_ttm_fndecl_10022 nouveau_sgdma_create_ttm fndecl 2 10022 NULL
++enable_so_anc_download_size_wm2000_priv_10025 anc_download_size wm2000_priv 0 10025 NULL nohasharray
++enable_so_hash_netportnet4_expire_fndecl_10025 hash_netportnet4_expire fndecl 4 10025 &enable_so_anc_download_size_wm2000_priv_10025
++enable_so_skb_append_datato_frags_fndecl_10028 skb_append_datato_frags fndecl 5 10028 NULL
++enable_so_add_dataflash_otp_fndecl_10031 add_dataflash_otp fndecl 4-3 10031 NULL
++enable_so___cookie_v6_check_fndecl_10035 __cookie_v6_check fndecl 0 10035 NULL
++enable_so_get_img_width_s5p_mfc_hw_ops_10036 get_img_width s5p_mfc_hw_ops 0 10036 NULL
++enable_so_mwifiex_send_tdls_action_frame_fndecl_10044 mwifiex_send_tdls_action_frame fndecl 7 10044 NULL
++enable_so_bd_iov_count_ptlrpc_bulk_desc_10045 bd_iov_count ptlrpc_bulk_desc 0 10045 NULL
++enable_so_sisusbcon_scroll_fndecl_10048 sisusbcon_scroll fndecl 5-2-3 10048 NULL
++enable_so_send_buf_size_netvsc_device_10051 send_buf_size netvsc_device 0 10051 NULL
++enable_so_usbat_write_blocks_fndecl_10053 usbat_write_blocks fndecl 3 10053 NULL nohasharray
++enable_so_command_file_write_fndecl_10053 command_file_write fndecl 3 10053 &enable_so_usbat_write_blocks_fndecl_10053
++enable_so_hfsplus_btree_open_fndecl_10055 hfsplus_btree_open fndecl 2 10055 NULL
++enable_so_musb_urb_dequeue_fndecl_10056 musb_urb_dequeue fndecl 3 10056 NULL
++enable_so_dm_bufio_prefetch_fndecl_10057 dm_bufio_prefetch fndecl 2 10057 NULL
++enable_so_rx_buf_sz_sis190_private_10068 rx_buf_sz sis190_private 0 10068 NULL nohasharray
++enable_so_uvc_simplify_fraction_fndecl_10068 uvc_simplify_fraction fndecl 3 10068 &enable_so_rx_buf_sz_sis190_private_10068
++enable_so_max_pages_fuse_req_10069 max_pages fuse_req 0 10069 NULL
++enable_so_ocfs2_refcount_xattr_tree_rec_fndecl_10077 ocfs2_refcount_xattr_tree_rec fndecl 3 10077 NULL
++enable_so_outlen_write_fndecl_10093 outlen_write fndecl 3 10093 NULL
++enable_so_msix_num_bnad_10096 msix_num bnad 0 10096 NULL
++enable_so_em28xx_init_usb_xfer_fndecl_10106 em28xx_init_usb_xfer fndecl 5-6-4 10106 NULL
++enable_so__regmap_raw_multi_reg_write_fndecl_10107 _regmap_raw_multi_reg_write fndecl 3 10107 NULL
++enable_so_trace_parser_get_init_fndecl_10112 trace_parser_get_init fndecl 2 10112 NULL
++enable_so_req_sz__MPT_ADAPTER_10113 req_sz _MPT_ADAPTER 0 10113 NULL
++enable_so_tfms_count_crypt_config_10114 tfms_count crypt_config 0 10114 NULL
++enable_so_uvc_video_encode_data_fndecl_10117 uvc_video_encode_data fndecl 0-4 10117 NULL
++enable_so_len_pda_entry_10121 len pda_entry 0 10121 NULL
++enable_so_data_dma_usbtouch_usb_10124 data_dma usbtouch_usb 0 10124 NULL nohasharray
++enable_so_MaxBlocksPerCommand_DAC960_Controller_10124 MaxBlocksPerCommand DAC960_Controller 0 10124 &enable_so_data_dma_usbtouch_usb_10124
++enable_so_parent_overlap_rbd_device_10127 parent_overlap rbd_device 0 10127 NULL nohasharray
++enable_so_max_hw_sectors_nvme_dev_10127 max_hw_sectors nvme_dev 0 10127 &enable_so_parent_overlap_rbd_device_10127
++enable_so_max_bu_buf_len_ubifs_info_10130 max_bu_buf_len ubifs_info 0 10130 NULL
++enable_so_ieee80211_rx_mgmt_auth_fndecl_10133 ieee80211_rx_mgmt_auth fndecl 3 10133 NULL
++enable_so_vblank___fb_timings_10135 vblank __fb_timings 0 10135 NULL
++enable_so_objectid_btrfs_ioctl_ino_lookup_args_10136 objectid btrfs_ioctl_ino_lookup_args 0 10136 NULL
++enable_so_xprt_rdma_allocate_fndecl_10143 xprt_rdma_allocate fndecl 2 10143 NULL
++enable_so_ns_cno_the_nilfs_10144 ns_cno the_nilfs 0 10144 NULL nohasharray
++enable_so_sg_segs_osst_buffer_10144 sg_segs osst_buffer 0 10144 &enable_so_ns_cno_the_nilfs_10144
++enable_so_ldebugfs_fid_space_seq_write_fndecl_10152 ldebugfs_fid_space_seq_write fndecl 3 10152 NULL
++enable_so__sp2d_max_pg_fndecl_10157 _sp2d_max_pg fndecl 0 10157 NULL
++enable_so_bna_enet_mtu_get_fndecl_10160 bna_enet_mtu_get fndecl 0 10160 NULL
++enable_so_mp_ioapic_pin_count_fndecl_10162 mp_ioapic_pin_count fndecl 0 10162 NULL
++enable_so_error_block_length_acpi_hest_generic_10170 error_block_length acpi_hest_generic 0 10170 NULL
++enable_so_cluster_size_msdos_sb_info_10172 cluster_size msdos_sb_info 0 10172 NULL
++enable_so_s_inopf_ufs_sb_private_info_10174 s_inopf ufs_sb_private_info 0 10174 NULL
++enable_so_read_buffer_size_vardecl_legousbtower_c_10184 read_buffer_size vardecl_legousbtower.c 0 10184 NULL
++enable_so_transport_alloc_session_tags_fndecl_10186 transport_alloc_session_tags fndecl 2-3 10186 NULL
++enable_so_xfrm6_init_path_fndecl_10187 xfrm6_init_path fndecl 3 10187 NULL
++enable_so_size_erst_erange_10188 size erst_erange 0 10188 NULL
++enable_so_opera1_xilinx_rw_fndecl_10190 opera1_xilinx_rw fndecl 5 10190 NULL
++enable_so_PagesPerBlock_ms_lib_ctrl_10191 PagesPerBlock ms_lib_ctrl 0 10191 NULL
++enable_so_tx_buf_size_mwifiex_adapter_10198 tx_buf_size mwifiex_adapter 0 10198 NULL
++enable_so_wil_addba_rx_request_fndecl_10219 wil_addba_rx_request fndecl 4 10219 NULL
++enable_so_rds_message_map_pages_fndecl_10220 rds_message_map_pages fndecl 2 10220 NULL
++enable_so_ext4_xattr_set_handle_fndecl_10221 ext4_xattr_set_handle fndecl 6 10221 NULL
++enable_so_alg_setkey_fndecl_10222 alg_setkey fndecl 3 10222 NULL
++enable_so_txLifetime_ConfigRid_10224 txLifetime ConfigRid 0 10224 NULL
++enable_so_next_id_hfs_sb_info_10229 next_id hfs_sb_info 0 10229 NULL
++enable_so_qlcnic_set_sds_ring_count_fndecl_10232 qlcnic_set_sds_ring_count fndecl 2 10232 NULL
++enable_so_req_pages_pvscsi_adapter_10237 req_pages pvscsi_adapter 0 10237 NULL
++enable_so_uarc_size_mthca_uar_table_10238 uarc_size mthca_uar_table 0 10238 NULL
++enable_so_q1_depth_bna_rx_config_10241 q1_depth bna_rx_config 0 10241 NULL
++enable_so_smallpageshift_sddr55_card_info_10244 smallpageshift sddr55_card_info 0 10244 NULL
++enable_so_f_adc_msi2500_state_10250 f_adc msi2500_state 0 10250 NULL
++enable_so_filelayout_get_dense_offset_fndecl_10253 filelayout_get_dense_offset fndecl 0 10253 NULL
++enable_so_agg_buf_sz_vardecl_r8152_c_10254 agg_buf_sz vardecl_r8152.c 0 10254 NULL
++enable_so_nilfs_sufile_do_scrap_fndecl_10257 nilfs_sufile_do_scrap fndecl 2 10257 NULL
++enable_so_fb_get_hblank_by_dclk_fndecl_10269 fb_get_hblank_by_dclk fndecl 1-2 10269 NULL nohasharray
++enable_so_dn_sendmsg_fndecl_10269 dn_sendmsg fndecl 3 10269 &enable_so_fb_get_hblank_by_dclk_fndecl_10269
++enable_so_rxd_process_rxd_ops_10271 rxd_process rxd_ops 0 10271 NULL
++enable_so_vmci_host_setup_notify_fndecl_10273 vmci_host_setup_notify fndecl 2 10273 NULL
++enable_so_num_vfs_i40e_hw_capabilities_10302 num_vfs i40e_hw_capabilities 0 10302 NULL
++enable_so_scsi_vpd_inquiry_fndecl_10315 scsi_vpd_inquiry fndecl 4-0 10315 NULL
++enable_so_dmfs_high_rate_qpn_range_mlx4_caps_10318 dmfs_high_rate_qpn_range mlx4_caps 0 10318 NULL
++enable_so_num_mnt_opts_security_mnt_opts_10327 num_mnt_opts security_mnt_opts 0 10327 NULL
++enable_so_blk_stack_limits_fndecl_10332 blk_stack_limits fndecl 3 10332 NULL
++enable_so_dev_mem_write_fndecl_10335 dev_mem_write fndecl 3 10335 NULL
++enable_so_down_bplus_internal_node_10336 down bplus_internal_node 0 10336 NULL
++enable_so_boot_max_nr_grant_frames_vardecl_grant_table_c_10337 boot_max_nr_grant_frames vardecl_grant-table.c 0 10337 NULL
++enable_so_len_xdr_buf_10338 len xdr_buf 0 10338 NULL
++enable_so_cids_per_blk_cnic_local_10342 cids_per_blk cnic_local 0 10342 NULL
++enable_so_nr_possible_cpus_uv_blade_info_10350 nr_possible_cpus uv_blade_info 0 10350 NULL
++enable_so_ssid_len_libipw_network_10376 ssid_len libipw_network 0 10376 NULL
++enable_so_decomp_windowBits_zlib_ctx_10381 decomp_windowBits zlib_ctx 0 10381 NULL
++enable_so_mc_saved_count_mc_saved_data_10384 mc_saved_count mc_saved_data 0 10384 NULL
++enable_so_cxgbi_ddp_reserve_fndecl_10392 cxgbi_ddp_reserve fndecl 4 10392 NULL
++enable_so_max_beb_per1024_mtd_dev_param_10395 max_beb_per1024 mtd_dev_param 0 10395 NULL
++enable_so_tg3_run_loopback_fndecl_10398 tg3_run_loopback fndecl 2 10398 NULL
++enable_so_snd_midi_channel_init_set_fndecl_10399 snd_midi_channel_init_set fndecl 1 10399 NULL
++enable_so_length_p_header95_10401 length p_header95 0 10401 NULL
++enable_so_romfs_blk_strnlen_fndecl_10402 romfs_blk_strnlen fndecl 3-2 10402 NULL
++enable_so_xfs_btree_reada_bufs_fndecl_10403 xfs_btree_reada_bufs fndecl 4-3-2 10403 NULL
++enable_so_num_data_channels_st_sensor_data_10404 num_data_channels st_sensor_data 0 10404 NULL
++enable_so__osd_req_sizeof_alist_header_fndecl_10405 _osd_req_sizeof_alist_header fndecl 0 10405 NULL nohasharray
++enable_so_num_vss_cfgs_wm8994_pdata_10405 num_vss_cfgs wm8994_pdata 0 10405 &enable_so__osd_req_sizeof_alist_header_fndecl_10405
++enable_so_zap_vma_ptes_fndecl_10406 zap_vma_ptes fndecl 3-2 10406 NULL
++enable_so_log2sharesize_adfs_discrecord_10408 log2sharesize adfs_discrecord 0 10408 NULL nohasharray
++enable_so_u_memcpya_fndecl_10408 u_memcpya fndecl 2-3 10408 &enable_so_log2sharesize_adfs_discrecord_10408
++enable_so_off_xtsplit_10412 off xtsplit 0 10412 NULL
++enable_so_max_ctrl_size_ims_pcu_10413 max_ctrl_size ims_pcu 0 10413 NULL
++enable_so_nent_mlx4_eq_10414 nent mlx4_eq 0 10414 NULL
++enable_so_xfs_iget_cache_miss_fndecl_10416 xfs_iget_cache_miss fndecl 4 10416 NULL
++enable_so_byte_count_iwl_rx_mpdu_res_start_10437 byte_count iwl_rx_mpdu_res_start 0 10437 NULL
++enable_so_alloc_switch_ctx_fndecl_10438 alloc_switch_ctx fndecl 2 10438 NULL
++enable_so_NumberOfPhyBlock_ms_lib_ctrl_10443 NumberOfPhyBlock ms_lib_ctrl 0 10443 NULL
++enable_so_wrfilled_cyberjack_private_10444 wrfilled cyberjack_private 0 10444 NULL
++enable_so_p9dirent_read_fndecl_10450 p9dirent_read fndecl 3-0 10450 NULL
++enable_so_intel_ddi_calc_wrpll_link_fndecl_10451 intel_ddi_calc_wrpll_link fndecl 0 10451 NULL
++enable_so_ext4_write_inline_data_end_fndecl_10452 ext4_write_inline_data_end fndecl 0-4 10452 NULL
++enable_so_vxlan_change_mtu_fndecl_10464 vxlan_change_mtu fndecl 2 10464 NULL
++enable_so_wNdpOutDivisor_usb_cdc_ncm_ntb_parameters_10467 wNdpOutDivisor usb_cdc_ncm_ntb_parameters 0 10467 NULL nohasharray
++enable_so_notesize_fndecl_10467 notesize fndecl 0 10467 &enable_so_wNdpOutDivisor_usb_cdc_ncm_ntb_parameters_10467
++enable_so_usblp_ioctl_fndecl_10472 usblp_ioctl fndecl 2 10472 NULL
++enable_so_nilfs_btree_assign_fndecl_10473 nilfs_btree_assign fndecl 3 10473 NULL
++enable_so_out_min_chans_snd_card_asihpi_10490 out_min_chans snd_card_asihpi 0 10490 NULL
++enable_so_periods_snd_pcm_oss_runtime_10500 periods snd_pcm_oss_runtime 0 10500 NULL
++enable_so_ext4_ext_direct_IO_fndecl_10503 ext4_ext_direct_IO fndecl 3 10503 NULL nohasharray
++enable_so_xfs_bmap_punch_delalloc_range_fndecl_10503 xfs_bmap_punch_delalloc_range fndecl 2 10503 &enable_so_ext4_ext_direct_IO_fndecl_10503
++enable_so_cidlen_he_rbrq_10504 cidlen he_rbrq 0 10504 NULL
++enable_so_cr_namelen_nfsd4_create_10516 cr_namelen nfsd4_create 0 10516 NULL
++enable_so_posix_acl_from_xattr_fndecl_10527 posix_acl_from_xattr fndecl 3 10527 NULL nohasharray
++enable_so_sd_alloc_ctl_entry_fndecl_10527 sd_alloc_ctl_entry fndecl 1 10527 &enable_so_posix_acl_from_xattr_fndecl_10527
++enable_so_channels_gk104_fifo_impl_10531 channels gk104_fifo_impl 0 10531 NULL
++enable_so_cros_ec_prepare_tx_fndecl_10539 cros_ec_prepare_tx fndecl 0 10539 NULL
++enable_so_logical_scrub_page_10540 logical scrub_page 0 10540 NULL
++enable_so_isofs_get_last_session_fndecl_10547 isofs_get_last_session fndecl 0 10547 NULL
++enable_so_read_cis_cache_fndecl_10548 read_cis_cache fndecl 4 10548 NULL
++enable_so_nv_change_mtu_fndecl_10551 nv_change_mtu fndecl 2 10551 NULL
++enable_so_wm_adsp_read_algs_fndecl_10552 wm_adsp_read_algs fndecl 4 10552 NULL
++enable_so_new_leaf_fndecl_10553 new_leaf fndecl 3 10553 NULL
++enable_so_tcf_csum_ipv6_icmp_fndecl_10562 tcf_csum_ipv6_icmp fndecl 3 10562 NULL
++enable_so_hash_dx_hash_info_10563 hash dx_hash_info 0 10563 NULL
++enable_so_lpfc_present_cpu_vardecl_10567 lpfc_present_cpu vardecl 0 10567 NULL
++enable_so_num_counters_fixed_x86_pmu_10570 num_counters_fixed x86_pmu 0 10570 NULL
++enable_so_cnt_rsxx_reg_access_10573 cnt rsxx_reg_access 0 10573 NULL
++enable_so_sb_bsize_shift_gfs2_sb_host_10575 sb_bsize_shift gfs2_sb_host 0 10575 NULL
++enable_so_initialized_size__ntfs_inode_10576 initialized_size _ntfs_inode 0 10576 NULL
++enable_so_fuse_fsync_fndecl_10582 fuse_fsync fndecl 2 10582 NULL
++enable_so_op_bytes_x86_emulate_ctxt_10583 op_bytes x86_emulate_ctxt 0 10583 NULL
++enable_so_buf_idx_mei_cl_cb_10585 buf_idx mei_cl_cb 0 10585 NULL
++enable_so_size_ib_uverbs_flow_attr_10597 size ib_uverbs_flow_attr 0 10597 NULL
++enable_so_max_frame_size_atl1_hw_10601 max_frame_size atl1_hw 0 10601 NULL
++enable_so_num_amd_northbridge_info_10604 num amd_northbridge_info 0 10604 NULL
++enable_so_uremainder64_st_cmdstatus_10606 uremainder64 st_cmdstatus 0 10606 NULL
++enable_so_inst_size_il4965_firmware_pieces_10607 inst_size il4965_firmware_pieces 0 10607 NULL
++enable_so_epp_free_pages_ptlrpc_enc_page_pool_10614 epp_free_pages ptlrpc_enc_page_pool 0 10614 NULL
++enable_so_ext4_trim_all_free_fndecl_10621 ext4_trim_all_free fndecl 4-2 10621 NULL
++enable_so_rfs_ipg_rx_10623 rfs ipg_rx 0 10623 NULL
++enable_so___probe_kernel_write_fndecl_10625 __probe_kernel_write fndecl 3 10625 NULL nohasharray
++enable_so_lch_count_omap_dma_dev_attr_10625 lch_count omap_dma_dev_attr 0 10625 &enable_so___probe_kernel_write_fndecl_10625
++enable_so_scan_bitmap_block_fndecl_10627 scan_bitmap_block fndecl 4-0-2 10627 NULL
++enable_so_pkt_alignment_factor_rndis_initialize_complete_10633 pkt_alignment_factor rndis_initialize_complete 0 10633 NULL
++enable_so_tcp_sendpage_fndecl_10646 tcp_sendpage fndecl 4-3 10646 NULL
++enable_so_s_3apbshift_ufs_sb_private_info_10663 s_3apbshift ufs_sb_private_info 0 10663 NULL
++enable_so_len_ahd_dma_seg_10667 len ahd_dma_seg 0 10667 NULL
++enable_so_radeon_ttm_tt_create_fndecl_10672 radeon_ttm_tt_create fndecl 2 10672 NULL
++enable_so_mmc_test_simple_transfer_fndecl_10675 mmc_test_simple_transfer fndecl 6-5 10675 NULL
++enable_so_xfs_rtfind_forw_fndecl_10681 xfs_rtfind_forw fndecl 3 10681 NULL nohasharray
++enable_so_word_size_e1000_nvm_info_10681 word_size e1000_nvm_info 0 10681 &enable_so_xfs_rtfind_forw_fndecl_10681
++enable_so_tlen_sc18is602_10682 tlen sc18is602 0 10682 NULL
++enable_so_sb_bsize_gfs2_sb_host_10683 sb_bsize gfs2_sb_host 0 10683 NULL
++enable_so_ipv6_setsockopt_fndecl_10684 ipv6_setsockopt fndecl 5 10684 NULL
++enable_so_extract_icmp6_fields_fndecl_10685 extract_icmp6_fields fndecl 2 10685 NULL nohasharray
++enable_so_write_file_bool_bmps_fndecl_10685 write_file_bool_bmps fndecl 3 10685 &enable_so_extract_icmp6_fields_fndecl_10685
++enable_so_alauda_read_block_raw_fndecl_10688 alauda_read_block_raw fndecl 4 10688 NULL
++enable_so_gigaset_initbcs_fndecl_10693 gigaset_initbcs fndecl 3 10693 NULL
++enable_so_copy_snd_compr_ops_10696 copy snd_compr_ops 0 10696 NULL
++enable_so_subdivision_snd_pcm_oss_runtime_10697 subdivision snd_pcm_oss_runtime 0 10697 NULL nohasharray
++enable_so_lov_ost_pool_extend_fndecl_10697 lov_ost_pool_extend fndecl 2 10697 &enable_so_subdivision_snd_pcm_oss_runtime_10697
++enable_so_host_ia32_efer_vmcs12_10701 host_ia32_efer vmcs12 0 10701 NULL
++enable_so_xfs_alloc_read_agf_fndecl_10710 xfs_alloc_read_agf fndecl 3 10710 NULL
++enable_so_iio_set_bytes_per_datum_kfifo_fndecl_10712 iio_set_bytes_per_datum_kfifo fndecl 2 10712 NULL
++enable_so_set_le_key_k_offset_fndecl_10721 set_le_key_k_offset fndecl 3 10721 NULL
++enable_so___btrfs_getxattr_fndecl_10728 __btrfs_getxattr fndecl 0 10728 NULL nohasharray
++enable_so_ipv6_recv_error_fndecl_10728 ipv6_recv_error fndecl 3 10728 &enable_so___btrfs_getxattr_fndecl_10728 nohasharray
++enable_so_dma_rx_num_vardecl_altera_tse_main_c_10728 dma_rx_num vardecl_altera_tse_main.c 0 10728 &enable_so_ipv6_recv_error_fndecl_10728 nohasharray
++enable_so_num_timings_display_timings_10728 num_timings display_timings 0 10728 &enable_so_dma_rx_num_vardecl_altera_tse_main_c_10728
++enable_so_write_file_queue_fndecl_10737 write_file_queue fndecl 3 10737 NULL
++enable_so_sb_dirblklog_xfs_sb_10738 sb_dirblklog xfs_sb 0 10738 NULL
++enable_so_max_bytes_per_io_se_dev_attrib_10744 max_bytes_per_io se_dev_attrib 0 10744 NULL
++enable_so_BufSizeShift_qinfo_chip_10746 BufSizeShift qinfo_chip 0 10746 NULL nohasharray
++enable_so_page_errors_dio_10746 page_errors dio 0 10746 &enable_so_BufSizeShift_qinfo_chip_10746
++enable_so_NumEraseRegions_cfi_ident_10753 NumEraseRegions cfi_ident 0 10753 NULL
++enable_so_adu_write_fndecl_10756 adu_write fndecl 3 10756 NULL
++enable_so_data_start_dm_verity_10759 data_start dm_verity 0 10759 NULL
++enable_so_new_chunk_core_exception_10765 new_chunk core_exception 0 10765 NULL
++enable_so_batadv_send_tt_request_fndecl_10766 batadv_send_tt_request fndecl 5 10766 NULL
++enable_so_ocrdma_reg_user_mr_fndecl_10777 ocrdma_reg_user_mr fndecl 2 10777 NULL
++enable_so_btrfs_free_extent_fndecl_10784 btrfs_free_extent fndecl 5-6-3-4-7 10784 NULL
++enable_so_soc_camera_calc_client_output_fndecl_10789 soc_camera_calc_client_output fndecl 6 10789 NULL
++enable_so_ea_write_fndecl_10791 ea_write fndecl 3 10791 NULL nohasharray
++enable_so_pnode_sz_ubifs_info_10791 pnode_sz ubifs_info 0 10791 &enable_so_ea_write_fndecl_10791 nohasharray
++enable_so_dwc3_testmode_write_fndecl_10791 dwc3_testmode_write fndecl 3 10791 &enable_so_pnode_sz_ubifs_info_10791
++enable_so_read32_brcmf_buscore_ops_10795 read32 brcmf_buscore_ops 0 10795 NULL
++enable_so_ssb_sdio_block_write_fndecl_10815 ssb_sdio_block_write fndecl 3 10815 NULL
++enable_so_batadv_dat_snoop_incoming_arp_request_fndecl_10823 batadv_dat_snoop_incoming_arp_request fndecl 3 10823 NULL
++enable_so_read_reg_ipac_hw_10828 read_reg ipac_hw 0 10828 NULL
++enable_so_num_mpt_mthca_profile_10833 num_mpt mthca_profile 0 10833 NULL
++enable_so_do_generic_file_read_fndecl_10842 do_generic_file_read fndecl 4 10842 NULL
++enable_so_get_cmdline_fndecl_10847 get_cmdline fndecl 3 10847 NULL
++enable_so_irq_kvm_interrupt_10850 irq kvm_interrupt 0 10850 NULL nohasharray
++enable_so_btrfs_lookup_inode_extref_fndecl_10850 btrfs_lookup_inode_extref fndecl 6 10850 &enable_so_irq_kvm_interrupt_10850
++enable_so_rndis_add_response_fndecl_10854 rndis_add_response fndecl 2 10854 NULL
++enable_so_v_size_nilfs_argv_10857 v_size nilfs_argv 0 10857 NULL
++enable_so_h_stk_size_10859 h stk_size 0 10859 NULL
++enable_so_size_fuse_notify_retrieve_out_10862 size fuse_notify_retrieve_out 0 10862 NULL
++enable_so_disk_expand_part_tbl_fndecl_10866 disk_expand_part_tbl fndecl 2 10866 NULL
++enable_so_ezusb_fill_req_fndecl_10868 ezusb_fill_req fndecl 0-2 10868 NULL nohasharray
++enable_so_ts_packet_count_cx23885_tsport_10868 ts_packet_count cx23885_tsport 0 10868 &enable_so_ezusb_fill_req_fndecl_10868
++enable_so_p9stat_read_fndecl_10869 p9stat_read fndecl 3 10869 NULL
++enable_so_w9968cf_pkt_scan_fndecl_10878 w9968cf_pkt_scan fndecl 3 10878 NULL
++enable_so___vmalloc_fndecl_10880 __vmalloc fndecl 1 10880 NULL
++enable_so_sgl_map_user_pages_fndecl_10881 sgl_map_user_pages fndecl 3-2 10881 NULL
++enable_so_num_streams_lola_pcm_10882 num_streams lola_pcm 0 10882 NULL
++enable_so_drv_tss_rings_qlcnic_adapter_10887 drv_tss_rings qlcnic_adapter 0 10887 NULL
++enable_so_spu_write_fndecl_10889 spu_write fndecl 4 10889 NULL
++enable_so_ocfs2_reflink_xattr_rec_fndecl_10890 ocfs2_reflink_xattr_rec fndecl 3 10890 NULL
++enable_so_ecryptfs_lower_header_size_fndecl_10894 ecryptfs_lower_header_size fndecl 0 10894 NULL
++enable_so_i2c_hid_get_report_length_fndecl_10901 i2c_hid_get_report_length fndecl 0 10901 NULL nohasharray
++enable_so_qlcnic_sriov_cfg_vf_def_mac_fndecl_10901 qlcnic_sriov_cfg_vf_def_mac fndecl 0 10901 &enable_so_i2c_hid_get_report_length_fndecl_10901
++enable_so_udf_read_ptagged_fndecl_10905 udf_read_ptagged fndecl 3 10905 NULL
++enable_so_msix_vector_count_MPT2SAS_ADAPTER_10911 msix_vector_count MPT2SAS_ADAPTER 0 10911 NULL
++enable_so_SyS_listxattr_fndecl_10916 SyS_listxattr fndecl 3 10916 NULL
++enable_so_data_len_rndis_packet_10918 data_len rndis_packet 0 10918 NULL
++enable_so_isdn_audio_adpcm2xlaw_fndecl_10927 isdn_audio_adpcm2xlaw fndecl 0 10927 NULL
++enable_so_ud_bmove_fndecl_10929 ud_bmove fndecl 7-3-5-8-4-6 10929 NULL
++enable_so_dma_acm_rb_10934 dma acm_rb 0 10934 NULL
++enable_so_l_offset_lbuf_10935 l_offset lbuf 0 10935 NULL
++enable_so_compat_raw_setsockopt_fndecl_10937 compat_raw_setsockopt fndecl 5 10937 NULL
++enable_so_paging64_invlpg_fndecl_10941 paging64_invlpg fndecl 2 10941 NULL nohasharray
++enable_so_mlx5_ib_alloc_fast_reg_page_list_fndecl_10941 mlx5_ib_alloc_fast_reg_page_list fndecl 2 10941 &enable_so_paging64_invlpg_fndecl_10941
++enable_so_bmp_len_xfrm_replay_state_esn_10945 bmp_len xfrm_replay_state_esn 0 10945 NULL
++enable_so_max_i2c_msg_len_r820t_config_10951 max_i2c_msg_len r820t_config 0 10951 NULL
++enable_so_num_lan_qps_i40e_pf_10953 num_lan_qps i40e_pf 0 10953 NULL
++enable_so_iov_iter_init_fndecl_10954 iov_iter_init fndecl 5 10954 NULL
++enable_so_blkcipher_walk_virt_block_fndecl_10958 blkcipher_walk_virt_block fndecl 3 10958 NULL
++enable_so_dest_offset_btrfs_ioctl_clone_range_args_10960 dest_offset btrfs_ioctl_clone_range_args 0 10960 NULL
++enable_so_drm_fb_helper_fill_fix_fndecl_10963 drm_fb_helper_fill_fix fndecl 2 10963 NULL
++enable_so_sys_ftruncate_fndecl_10972 sys_ftruncate fndecl 2 10972 NULL
++enable_so_encrypted_key_size_ecryptfs_session_key_10978 encrypted_key_size ecryptfs_session_key 0 10978 NULL nohasharray
++enable_so_buffer_count_drm_i915_gem_execbuffer_10978 buffer_count drm_i915_gem_execbuffer 0 10978 &enable_so_encrypted_key_size_ecryptfs_session_key_10978
++enable_so_ssid_len_wl1271_scan_10981 ssid_len wl1271_scan 0 10981 NULL
++enable_so_lbs_wrbbp_write_fndecl_10987 lbs_wrbbp_write fndecl 3 10987 NULL
++enable_so_vxfs_blkiget_fndecl_10989 vxfs_blkiget fndecl 3-2 10989 NULL
++enable_so_bitmap_size_dma_iommu_mapping_10997 bitmap_size dma_iommu_mapping 0 10997 NULL
++enable_so_rate_n_flags_from_tbl_fndecl_11000 rate_n_flags_from_tbl fndecl 0 11000 NULL nohasharray
++enable_so_l2nbperpage_jfs_sb_info_11000 l2nbperpage jfs_sb_info 0 11000 &enable_so_rate_n_flags_from_tbl_fndecl_11000
++enable_so_drm_gtf2_m_fndecl_11007 drm_gtf2_m fndecl 0 11007 NULL
++enable_so_SyS_semop_fndecl_11008 SyS_semop fndecl 3 11008 NULL
++enable_so_xferred_ScsiReqBlk_11017 xferred ScsiReqBlk 0 11017 NULL
++enable_so_target_cmd_size_check_fndecl_11019 target_cmd_size_check fndecl 2 11019 NULL
++enable_so_rx_pkt_pad_sge_11020 rx_pkt_pad sge 0 11020 NULL
++enable_so_len_hif_scatter_req_11022 len hif_scatter_req 0 11022 NULL
++enable_so_preallocate_pcm_pages_fndecl_11026 preallocate_pcm_pages fndecl 2 11026 NULL
++enable_so_dqi_qtree_depth_qtree_mem_dqinfo_11028 dqi_qtree_depth qtree_mem_dqinfo 0 11028 NULL
++enable_so_len_nfs3_mknodargs_11030 len nfs3_mknodargs 0 11030 NULL
++enable_so_rd_last_alloc_gfs2_rgrpd_11032 rd_last_alloc gfs2_rgrpd 0 11032 NULL nohasharray
++enable_so_ocfs2_info_freefrag_scan_bitmap_fndecl_11032 ocfs2_info_freefrag_scan_bitmap fndecl 3 11032 &enable_so_rd_last_alloc_gfs2_rgrpd_11032
++enable_so_snd_ac97_pcm_assign_fndecl_11033 snd_ac97_pcm_assign fndecl 2 11033 NULL
++enable_so_s_mirror_file_loc_udf_meta_data_11034 s_mirror_file_loc udf_meta_data 0 11034 NULL
++enable_so_sectors_per_block_pool_11035 sectors_per_block pool 0 11035 NULL nohasharray
++enable_so_audio_outs_vx_core_11035 audio_outs vx_core 0 11035 &enable_so_sectors_per_block_pool_11035
++enable_so_ep_msg_in_peak_usb_device_11036 ep_msg_in peak_usb_device 0 11036 NULL nohasharray
++enable_so_namelen_xfs_dir2_data_entry_11036 namelen xfs_dir2_data_entry 0 11036 &enable_so_ep_msg_in_peak_usb_device_11036
++enable_so_iic_tpm_write_fndecl_11039 iic_tpm_write fndecl 3 11039 NULL nohasharray
++enable_so_nfs_direct_read_schedule_iovec_fndecl_11039 nfs_direct_read_schedule_iovec fndecl 3 11039 &enable_so_iic_tpm_write_fndecl_11039
++enable_so_DataTransferLength_DAC960_V2_UserCommand_11040 DataTransferLength DAC960_V2_UserCommand 0 11040 NULL
++enable_so_xlog_write_log_records_fndecl_11042 xlog_write_log_records fndecl 4-3 11042 NULL
++enable_so_bi_start_gfs2_bitmap_11049 bi_start gfs2_bitmap 0 11049 NULL
++enable_so_va_size_coda_vattr_11053 va_size coda_vattr 0 11053 NULL
++enable_so_do_mlock_fndecl_11062 do_mlock fndecl 2-1 11062 NULL
++enable_so_default_rds_buf_vardecl_fmdrv_common_c_11072 default_rds_buf vardecl_fmdrv_common.c 0 11072 NULL
++enable_so_i2c_writebytes_fndecl_11073 i2c_writebytes fndecl 4 11073 NULL
++enable_so_entry_fat_entry_11079 entry fat_entry 0 11079 NULL
++enable_so_irda_sendmsg_dgram_fndecl_11080 irda_sendmsg_dgram fndecl 3 11080 NULL
++enable_so_tx_load_dma_buffer_fndecl_11082 tx_load_dma_buffer fndecl 3 11082 NULL
++enable_so_read_bytes_sh_flctl_11094 read_bytes sh_flctl 0 11094 NULL
++enable_so_do_brk_fndecl_11101 do_brk fndecl 1-2 11101 NULL
++enable_so_ext4_acl_from_disk_fndecl_11107 ext4_acl_from_disk fndecl 2 11107 NULL nohasharray
++enable_so___getblk_gfp_fndecl_11107 __getblk_gfp fndecl 3-2 11107 &enable_so_ext4_acl_from_disk_fndecl_11107
++enable_so_wm9081_set_sysclk_fndecl_11108 wm9081_set_sysclk fndecl 4 11108 NULL nohasharray
++enable_so_wTotalBlockNumber_ms_bootblock_sysinf_11108 wTotalBlockNumber ms_bootblock_sysinf 0 11108 &enable_so_wm9081_set_sysclk_fndecl_11108
++enable_so_hpfs_ea_read_fndecl_11118 hpfs_ea_read fndecl 5-4-2 11118 NULL
++enable_so___vmalloc_node_flags_fndecl_11139 __vmalloc_node_flags fndecl 1 11139 NULL
++enable_so_num__cdrp_cmd_11142 num _cdrp_cmd 0 11142 NULL
++enable_so_pageshift_nand_flash_dev_11144 pageshift nand_flash_dev 0 11144 NULL
++enable_so_queue_depth_nullb_queue_11148 queue_depth nullb_queue 0 11148 NULL
++enable_so_max_voices_snd_emux_11150 max_voices snd_emux 0 11150 NULL
++enable_so_generic_ptrace_pokedata_fndecl_11153 generic_ptrace_pokedata fndecl 2 11153 NULL
++enable_so_o2nm_this_node_fndecl_11157 o2nm_this_node fndecl 0 11157 NULL
++enable_so_resource_from_user_fndecl_11158 resource_from_user fndecl 3 11158 NULL
++enable_so_rmtvaluelen2_xfs_da_args_11168 rmtvaluelen2 xfs_da_args 0 11168 NULL
++enable_so_drv_rss_rings_qlcnic_adapter_11169 drv_rss_rings qlcnic_adapter 0 11169 NULL
++enable_so_max_supported_extcon_dev_11172 max_supported extcon_dev 0 11172 NULL
++enable_so_udf_tread_fndecl_11173 udf_tread fndecl 2 11173 NULL
++enable_so_payload_len_fc_bsg_buffer_11175 payload_len fc_bsg_buffer 0 11175 NULL
++enable_so_jp_journal_1st_block_journal_params_11180 jp_journal_1st_block journal_params 0 11180 NULL
++enable_so_xtInsert_fndecl_11182 xtInsert fndecl 5-4 11182 NULL
++enable_so_resp_len_pn533_cmd_11192 resp_len pn533_cmd 0 11192 NULL nohasharray
++enable_so_sys_get_mempolicy_fndecl_11192 sys_get_mempolicy fndecl 4-3 11192 &enable_so_resp_len_pn533_cmd_11192
++enable_so_resid_virtio_scsi_cmd_resp_11193 resid virtio_scsi_cmd_resp 0 11193 NULL
++enable_so_nr_pins_timbgpio_platform_data_11195 nr_pins timbgpio_platform_data 0 11195 NULL
++enable_so_trace_insert_enum_map_fndecl_11206 trace_insert_enum_map fndecl 3 11206 NULL
++enable_so_vb2_fop_write_fndecl_11207 vb2_fop_write fndecl 3 11207 NULL
++enable_so_used_bytes_ubi_volume_info_11209 used_bytes ubi_volume_info 0 11209 NULL
++enable_so_lstcon_session_info_fndecl_11210 lstcon_session_info fndecl 6 11210 NULL
++enable_so_num_encoder_drm_mode_config_11220 num_encoder drm_mode_config 0 11220 NULL
++enable_so__drbd_bm_find_next_zero_fndecl_11228 _drbd_bm_find_next_zero fndecl 2 11228 NULL
++enable_so_hdr_len_ieee80211_cipher_scheme_11241 hdr_len ieee80211_cipher_scheme 0 11241 NULL
++enable_so_urandom_read_fndecl_11245 urandom_read fndecl 3 11245 NULL
++enable_so_nfsd_get_default_max_blksize_fndecl_11251 nfsd_get_default_max_blksize fndecl 0 11251 NULL
++enable_so_xlog_find_cycle_start_fndecl_11263 xlog_find_cycle_start fndecl 3 11263 NULL
++enable_so_ds1305_nvram_write_fndecl_11267 ds1305_nvram_write fndecl 5-6 11267 NULL
++enable_so_hactive_videomode_11268 hactive videomode 0 11268 NULL
++enable_so_btcx_align_fndecl_11269 btcx_align fndecl 4 11269 NULL
++enable_so_snd_midi_event_encode_byte_fndecl_11281 snd_midi_event_encode_byte fndecl 0 11281 NULL
++enable_so_btrfs_set_prop_fndecl_11284 btrfs_set_prop fndecl 4 11284 NULL
++enable_so_exynos4_jpeg_get_output_buffer_size_fndecl_11286 exynos4_jpeg_get_output_buffer_size fndecl 0-3 11286 NULL
++enable_so_snd_efw_resp_buf_size_vardecl_11291 snd_efw_resp_buf_size vardecl 0 11291 NULL
++enable_so_mxuport_prepare_write_buffer_fndecl_11292 mxuport_prepare_write_buffer fndecl 3 11292 NULL
++enable_so_alloc_test_extent_buffer_fndecl_11293 alloc_test_extent_buffer fndecl 2 11293 NULL
++enable_so_newkey_nilfs_btnode_chkey_ctxt_11296 newkey nilfs_btnode_chkey_ctxt 0 11296 NULL nohasharray
++enable_so_hash_net6_expire_fndecl_11296 hash_net6_expire fndecl 4 11296 &enable_so_newkey_nilfs_btnode_chkey_ctxt_11296
++enable_so_max_pkt_size_stk1160_11297 max_pkt_size stk1160 0 11297 NULL
++enable_so_ax25_addr_build_fndecl_11299 ax25_addr_build fndecl 0 11299 NULL nohasharray
++enable_so_remap_pfn_range_fndecl_11299 remap_pfn_range fndecl 3 11299 &enable_so_ax25_addr_build_fndecl_11299
++enable_so_btrfs_trim_block_group_fndecl_11312 btrfs_trim_block_group fndecl 3-4 11312 NULL
++enable_so_buf_len_mwifiex_sdio_mpa_tx_11323 buf_len mwifiex_sdio_mpa_tx 0 11323 NULL
++enable_so_len_brcmf_vndr_dcmd_hdr_11327 len brcmf_vndr_dcmd_hdr 0 11327 NULL nohasharray
++enable_so_alloc_sched_domains_fndecl_11327 alloc_sched_domains fndecl 1 11327 &enable_so_len_brcmf_vndr_dcmd_hdr_11327
++enable_so_c2_alloc_cq_buf_fndecl_11328 c2_alloc_cq_buf fndecl 4 11328 NULL
++enable_so_period_bytes_snd_pcm_oss_runtime_11332 period_bytes snd_pcm_oss_runtime 0 11332 NULL
++enable_so_page_size_ib_umem_11335 page_size ib_umem 0 11335 NULL
++enable_so_charcount_console_font_11338 charcount console_font 0 11338 NULL
++enable_so_s_sbbase_ufs_sb_private_info_11344 s_sbbase ufs_sb_private_info 0 11344 NULL
++enable_so_hci_sock_setsockopt_fndecl_11346 hci_sock_setsockopt fndecl 5 11346 NULL
++enable_so_bin_uuid_fndecl_11348 bin_uuid fndecl 3 11348 NULL
++enable_so_buffer_length_usbdevfs_urb_11350 buffer_length usbdevfs_urb 0 11350 NULL
++enable_so_nilfs_cpfile_delete_checkpoints_fndecl_11352 nilfs_cpfile_delete_checkpoints fndecl 2-3 11352 NULL
++enable_so_vlanid_full_rx_done_desc_11354 vlanid full_rx_done_desc 0 11354 NULL
++enable_so_fd_execute_rw_fndecl_11359 fd_execute_rw fndecl 3 11359 NULL
++enable_so_default_tv_freq_vardecl_pvrusb2_hdw_c_11362 default_tv_freq vardecl_pvrusb2-hdw.c 0 11362 NULL
++enable_so_tso_fragment_fndecl_11369 tso_fragment fndecl 4-3 11369 NULL
++enable_so_sctp_getsockopt_assoc_stats_fndecl_11393 sctp_getsockopt_assoc_stats fndecl 2 11393 NULL
++enable_so_memblock_alloc_base_nid_fndecl_11395 memblock_alloc_base_nid fndecl 2-1 11395 NULL
++enable_so_txs_vardecl_ambassador_c_11398 txs vardecl_ambassador.c 0 11398 NULL
++enable_so_in_args_qlcnic_mailbox_metadata_11413 in_args qlcnic_mailbox_metadata 0 11413 NULL
++enable_so_iso_packets_buffer_init_fndecl_11414 iso_packets_buffer_init fndecl 3 11414 NULL
++enable_so_cnt_qib_ctxtdata_11417 cnt qib_ctxtdata 0 11417 NULL
++enable_so_smt_build_frame_fndecl_11428 smt_build_frame fndecl 4 11428 NULL
++enable_so_isdn_ppp_write_fndecl_11430 isdn_ppp_write fndecl 4 11430 NULL
++enable_so_rule_cnt_ethtool_rxnfc_11436 rule_cnt ethtool_rxnfc 0 11436 NULL
++enable_so_iwl_dbgfs_log_event_write_fndecl_11443 iwl_dbgfs_log_event_write fndecl 3 11443 NULL
++enable_so_llsec_do_decrypt_auth_fndecl_11445 llsec_do_decrypt_auth fndecl 0 11445 NULL
++enable_so_ccp_init_dm_workarea_fndecl_11450 ccp_init_dm_workarea fndecl 3 11450 NULL
++enable_so_proc_scsi_write_fndecl_11461 proc_scsi_write fndecl 3 11461 NULL
++enable_so_reshape_ring_fndecl_11464 reshape_ring fndecl 2 11464 NULL
++enable_so_ieee80211_send_bar_fndecl_11472 ieee80211_send_bar fndecl 3 11472 NULL
++enable_so_hsync_len_videomode_11474 hsync_len videomode 0 11474 NULL
++enable_so_snprintf_fndecl_11478 snprintf fndecl 0 11478 NULL
++enable_so_iov_shorten_fndecl_11481 iov_shorten fndecl 3 11481 NULL nohasharray
++enable_so_c_cpos_ocfs2_write_cluster_desc_11481 c_cpos ocfs2_write_cluster_desc 0 11481 &enable_so_iov_shorten_fndecl_11481
++enable_so_rt2800_txdone_entry_fndecl_11484 rt2800_txdone_entry fndecl 2 11484 NULL nohasharray
++enable_so_num_crtc_drm_mode_config_11484 num_crtc drm_mode_config 0 11484 &enable_so_rt2800_txdone_entry_fndecl_11484
++enable_so_count_e1000_ring_11491 count e1000_ring 0 11491 NULL
++enable_so___find_iref_fndecl_11494 __find_iref fndecl 2 11494 NULL
++enable_so_get_ablock_fndecl_11495 get_ablock fndecl 2 11495 NULL nohasharray
++enable_so_length_RioCommand_11495 length RioCommand 0 11495 &enable_so_get_ablock_fndecl_11495
++enable_so_batadv_max_header_len_fndecl_11496 batadv_max_header_len fndecl 0 11496 NULL
++enable_so_prepare_write_buffer_usb_serial_driver_11498 prepare_write_buffer usb_serial_driver 0 11498 NULL
++enable_so_w_cpos_ocfs2_write_ctxt_11503 w_cpos ocfs2_write_ctxt 0 11503 NULL nohasharray
++enable_so_bit_length_acpi_object_field_common_11503 bit_length acpi_object_field_common 0 11503 &enable_so_w_cpos_ocfs2_write_ctxt_11503
++enable_so_period_bytes_max_snd_pcm_hardware_11507 period_bytes_max snd_pcm_hardware 0 11507 NULL
++enable_so_snd_pcm_oss_set_rate_fndecl_11514 snd_pcm_oss_set_rate fndecl 2 11514 NULL
++enable_so_usPixelClock__ATOM_MODE_TIMING_11515 usPixelClock _ATOM_MODE_TIMING 0 11515 NULL
++enable_so_adau1701_register_size_fndecl_11523 adau1701_register_size fndecl 0 11523 NULL
++enable_so_kvm_mmu_get_page_fndecl_11527 kvm_mmu_get_page fndecl 2 11527 NULL
++enable_so_ccw_putcs_fndecl_11532 ccw_putcs fndecl 4 11532 NULL
++enable_so_max_transfer_size_s2255_pipeinfo_11546 max_transfer_size s2255_pipeinfo 0 11546 NULL
++enable_so_screen_height_vardecl_hyperv_fb_c_11550 screen_height vardecl_hyperv_fb.c 0 11550 NULL
++enable_so_ttype_filename_trans_11554 ttype filename_trans 0 11554 NULL
++enable_so_last_alloc_physical_block_ext3_block_alloc_info_11555 last_alloc_physical_block ext3_block_alloc_info 0 11555 NULL
++enable_so_dm_startbit_adfs_discmap_11559 dm_startbit adfs_discmap 0 11559 NULL
++enable_so_drm_plane_init_fndecl_11560 drm_plane_init fndecl 6 11560 NULL
++enable_so_dataxfer_length_hpt_iop_request_scsi_command_11566 dataxfer_length hpt_iop_request_scsi_command 0 11566 NULL
++enable_so_rec_len_nilfs_dir_entry_11567 rec_len nilfs_dir_entry 0 11567 NULL
++enable_so_cur_transfer_size_s2255_pipeinfo_11571 cur_transfer_size s2255_pipeinfo 0 11571 NULL nohasharray
++enable_so_rx_remain_len_hif_device_usb_11571 rx_remain_len hif_device_usb 0 11571 &enable_so_cur_transfer_size_s2255_pipeinfo_11571
++enable_so_find_compression_threshold_fndecl_11575 find_compression_threshold fndecl 3 11575 NULL nohasharray
++enable_so___ocfs2_add_entry_fndecl_11575 __ocfs2_add_entry fndecl 4 11575 &enable_so_find_compression_threshold_fndecl_11575
++enable_so_update_memcg_params_fndecl_11583 update_memcg_params fndecl 2 11583 NULL
++enable_so_last_rate_ipw_priv_11584 last_rate ipw_priv 0 11584 NULL
++enable_so_pwc_get_fps_fndecl_11588 pwc_get_fps fndecl 0 11588 NULL nohasharray
++enable_so_next_index_jfs_inode_info_11588 next_index jfs_inode_info 0 11588 &enable_so_pwc_get_fps_fndecl_11588
++enable_so_rpc_pipe_generic_upcall_fndecl_11597 rpc_pipe_generic_upcall fndecl 4 11597 NULL
++enable_so_spi_execute_fndecl_11603 spi_execute fndecl 5 11603 NULL nohasharray
++enable_so_prev_free_msdos_sb_info_11603 prev_free msdos_sb_info 0 11603 &enable_so_spi_execute_fndecl_11603 nohasharray
++enable_so_slave_num_vardecl_shdma_base_c_11603 slave_num vardecl_shdma-base.c 0 11603 &enable_so_prev_free_msdos_sb_info_11603
++enable_so_send_reply_fndecl_11610 send_reply fndecl 7 11610 NULL
++enable_so_dvb_net_sec_callback_fndecl_11617 dvb_net_sec_callback fndecl 2 11617 NULL
++enable_so_word1_atl1e_recv_ret_status_11620 word1 atl1e_recv_ret_status 0 11620 NULL
++enable_so_btrfs_add_ordered_extent_dio_fndecl_11621 btrfs_add_ordered_extent_dio fndecl 4-2-5-3 11621 NULL
++enable_so_dataLen_PVSCSIRingCmpDesc_11627 dataLen PVSCSIRingCmpDesc 0 11627 NULL
++enable_so_dot_gma_clock_t_11632 dot gma_clock_t 0 11632 NULL nohasharray
++enable_so_posix_acl_init_fndecl_11632 posix_acl_init fndecl 2 11632 &enable_so_dot_gma_clock_t_11632
++enable_so_num_mon_ceph_options_11640 num_mon ceph_options 0 11640 NULL
++enable_so_rs_move_mimo2_to_other_fndecl_11646 rs_move_mimo2_to_other fndecl 5 11646 NULL
++enable_so_ath6kl_get_num_reg_fndecl_11647 ath6kl_get_num_reg fndecl 0 11647 NULL
++enable_so_num_snd_ratnum_11664 num snd_ratnum 0 11664 NULL nohasharray
++enable_so___setup_root_fndecl_11664 __setup_root fndecl 1-2-3-6 11664 &enable_so_num_snd_ratnum_11664
++enable_so_sel_write_member_fndecl_11667 sel_write_member fndecl 3 11667 NULL
++enable_so_btrfs_ref_to_path_fndecl_11674 btrfs_ref_to_path fndecl 6 11674 NULL
++enable_so___btrfs_find_all_roots_fndecl_11682 __btrfs_find_all_roots fndecl 3 11682 NULL nohasharray
++enable_so_vp_request_msix_vectors_fndecl_11682 vp_request_msix_vectors fndecl 2 11682 &enable_so___btrfs_find_all_roots_fndecl_11682
++enable_so_i915_stolen_to_physical_fndecl_11685 i915_stolen_to_physical fndecl 0 11685 NULL
++enable_so_fill_note_info_fndecl_11692 fill_note_info fndecl 2 11692 NULL
++enable_so_tx_tail_len_pn533_frame_ops_11694 tx_tail_len pn533_frame_ops 0 11694 NULL
++enable_so_stride_efifb_dmi_info_11695 stride efifb_dmi_info 0 11695 NULL
++enable_so_num_rates_wmi_rate_set_arg_11696 num_rates wmi_rate_set_arg 0 11696 NULL
++enable_so_kernel_tree_alloc_fndecl_11698 kernel_tree_alloc fndecl 1 11698 NULL
++enable_so_mwifiex_debug_mask_write_fndecl_11707 mwifiex_debug_mask_write fndecl 3 11707 NULL
++enable_so_ablkcipher_walk_done_fndecl_11708 ablkcipher_walk_done fndecl 3 11708 NULL
++enable_so_sizeof_partition_entry__gpt_header_11718 sizeof_partition_entry _gpt_header 0 11718 NULL
++enable_so_ipv6_renew_options_fndecl_11728 ipv6_renew_options fndecl 5 11728 NULL
++enable_so_ov511_pkt_scan_fndecl_11737 ov511_pkt_scan fndecl 3 11737 NULL
++enable_so_length_v4l2_plane_11738 length v4l2_plane 0 11738 NULL nohasharray
++enable_so_epp_total_pages_ptlrpc_enc_page_pool_11738 epp_total_pages ptlrpc_enc_page_pool 0 11738 &enable_so_length_v4l2_plane_11738
++enable_so_gart_pin_size_radeon_device_11745 gart_pin_size radeon_device 0 11745 NULL
++enable_so_log_num_cqs_mlx4_init_hca_param_11748 log_num_cqs mlx4_init_hca_param 0 11748 NULL
++enable_so_iwl_dbgfs_sleep_level_override_write_fndecl_11758 iwl_dbgfs_sleep_level_override_write fndecl 3 11758 NULL
++enable_so_log_dir_items_fndecl_11761 log_dir_items fndecl 8 11761 NULL
++enable_so_lba_shift_nvme_ns_11763 lba_shift nvme_ns 0 11763 NULL
++enable_so_num_mtt_mthca_profile_11767 num_mtt mthca_profile 0 11767 NULL
++enable_so_length_acpi_dmar_header_11768 length acpi_dmar_header 0 11768 NULL
++enable_so_grow_buffers_fndecl_11774 grow_buffers fndecl 3-2 11774 NULL
++enable_so_len_snd_info_buffer_11775 len snd_info_buffer 0 11775 NULL
++enable_so_validate_scan_freqs_fndecl_11781 validate_scan_freqs fndecl 0 11781 NULL
++enable_so_bg_block_bitmap_ext3_group_desc_11791 bg_block_bitmap ext3_group_desc 0 11791 NULL
++enable_so_ept_page_fault_fndecl_11801 ept_page_fault fndecl 2-3 11801 NULL
++enable_so_p9_client_prepare_req_fndecl_11803 p9_client_prepare_req fndecl 3 11803 NULL
++enable_so___kmalloc_node_fndecl_11804 __kmalloc_node fndecl 1 11804 NULL
++enable_so_depth_cx23885_fmt_11806 depth cx23885_fmt 0 11806 NULL
++enable_so_SyS_flistxattr_fndecl_11825 SyS_flistxattr fndecl 3 11825 NULL
++enable_so_bufflen_alua_dh_data_11826 bufflen alua_dh_data 0 11826 NULL
++enable_so_be_change_mtu_fndecl_11828 be_change_mtu fndecl 2 11828 NULL
++enable_so_do_register_entry_fndecl_11829 do_register_entry fndecl 4 11829 NULL
++enable_so_simple_strtoul_fndecl_11835 simple_strtoul fndecl 0 11835 NULL
++enable_so_length_TAG_TW_SG_Entry_ISO_11846 length TAG_TW_SG_Entry_ISO 0 11846 NULL
++enable_so_mic_vringh_copy_fndecl_11848 mic_vringh_copy fndecl 4 11848 NULL
++enable_so_emulator_set_msr_fndecl_11853 emulator_set_msr fndecl 3 11853 NULL
++enable_so_sg_tablesize_srp_target_port_11858 sg_tablesize srp_target_port 0 11858 NULL
++enable_so_btmrvl_pscmd_write_fndecl_11859 btmrvl_pscmd_write fndecl 3 11859 NULL
++enable_so_usnic_vnic_spec_dump_fndecl_11863 usnic_vnic_spec_dump fndecl 2 11863 NULL
++enable_so_s_nsegments_nilfs_super_block_11865 s_nsegments nilfs_super_block 0 11865 NULL
++enable_so_wr_host_buf_pos_xilly_channel_11866 wr_host_buf_pos xilly_channel 0 11866 NULL
++enable_so_write_file_regidx_fndecl_11870 write_file_regidx fndecl 3 11870 NULL
++enable_so_domain_child_num_acl_role_label_11875 domain_child_num acl_role_label 0 11875 NULL
++enable_so_idetape_queue_rw_tail_fndecl_11881 idetape_queue_rw_tail fndecl 3 11881 NULL
++enable_so_alloc_empty_pages_fndecl_11885 alloc_empty_pages fndecl 2 11885 NULL nohasharray
++enable_so_leaf_dealloc_fndecl_11885 leaf_dealloc fndecl 3 11885 &enable_so_alloc_empty_pages_fndecl_11885
++enable_so_f_width_gsc_frame_11886 f_width gsc_frame 0 11886 NULL
++enable_so_fbmem_len_sm501fb_info_11887 fbmem_len sm501fb_info 0 11887 NULL
++enable_so_num_channels_iw_scan_req_11889 num_channels iw_scan_req 0 11889 NULL
++enable_so_err_nilfs_segctor_wait_request_11891 err nilfs_segctor_wait_request 0 11891 NULL
++enable_so_flaglen_ring_desc_ex_11894 flaglen ring_desc_ex 0 11894 NULL
++enable_so_set_brk_fndecl_11900 set_brk fndecl 1-2 11900 NULL
++enable_so_libipw_change_mtu_fndecl_11901 libipw_change_mtu fndecl 2 11901 NULL
++enable_so_iwl_dbgfs_missed_beacon_write_fndecl_11905 iwl_dbgfs_missed_beacon_write fndecl 3 11905 NULL
++enable_so_pvr2_hdw_report_unlocked_fndecl_11910 pvr2_hdw_report_unlocked fndecl 0-4 11910 NULL
++enable_so_dio_set_defer_completion_fndecl_11916 dio_set_defer_completion fndecl 0 11916 NULL
++enable_so_residual_length_atto_vda_scsi_rsp_11918 residual_length atto_vda_scsi_rsp 0 11918 NULL
++enable_so_tx_buffer_count_hso_serial_11927 tx_buffer_count hso_serial 0 11927 NULL
++enable_so_orig_start_move_extent_11928 orig_start move_extent 0 11928 NULL
++enable_so_length_p_header100_11933 length p_header100 0 11933 NULL
++enable_so_ext4_move_extents_fndecl_11935 ext4_move_extents fndecl 5-3-4 11935 NULL
++enable_so_alloc_low_pages_fndecl_11940 alloc_low_pages fndecl 1 11940 NULL
++enable_so_mss_request_sock_11943 mss request_sock 0 11943 NULL
++enable_so_choose_data_offset_fndecl_11950 choose_data_offset fndecl 0 11950 NULL
++enable_so_osc_cached_mb_seq_write_fndecl_11961 osc_cached_mb_seq_write fndecl 3 11961 NULL
++enable_so_sctp_make_abort_user_fndecl_11973 sctp_make_abort_user fndecl 3 11973 NULL nohasharray
++enable_so_spmi_controller_alloc_fndecl_11973 spmi_controller_alloc fndecl 2 11973 &enable_so_sctp_make_abort_user_fndecl_11973
++enable_so_ssp_create_msg_fndecl_11986 ssp_create_msg fndecl 2 11986 NULL
++enable_so_x_size_mms114_platform_data_11991 x_size mms114_platform_data 0 11991 NULL
++enable_so_rx_buffer_size_peak_usb_adapter_11997 rx_buffer_size peak_usb_adapter 0 11997 NULL
++enable_so_bitmap_create_fndecl_12000 bitmap_create fndecl 2 12000 NULL
++enable_so___btrfs_setxattr_fndecl_12010 __btrfs_setxattr fndecl 5 12010 NULL
++enable_so___nlmsg_put_fndecl_12014 __nlmsg_put fndecl 5 12014 NULL nohasharray
++enable_so_lustre_posix_acl_xattr_2ext_fndecl_12014 lustre_posix_acl_xattr_2ext fndecl 2 12014 &enable_so___nlmsg_put_fndecl_12014
++enable_so_br_send_bpdu_fndecl_12022 br_send_bpdu fndecl 3 12022 NULL nohasharray
++enable_so_rfcomm_sock_sendmsg_fndecl_12022 rfcomm_sock_sendmsg fndecl 3 12022 &enable_so_br_send_bpdu_fndecl_12022
++enable_so_yres_fb_var_screeninfo_12023 yres fb_var_screeninfo 0 12023 NULL
++enable_so_xfs_dir2_sf_addname_easy_fndecl_12024 xfs_dir2_sf_addname_easy fndecl 4 12024 NULL
++enable_so_arm_iommu_create_mapping_fndecl_12027 arm_iommu_create_mapping fndecl 3 12027 NULL
++enable_so_sisusb_write_mem_bulk_fndecl_12029 sisusb_write_mem_bulk fndecl 4 12029 NULL
++enable_so_alloc_group_attrs_fndecl_12032 alloc_group_attrs fndecl 3 12032 NULL nohasharray
++enable_so_wusb_prf_256_fndecl_12032 wusb_prf_256 fndecl 7 12032 &enable_so_alloc_group_attrs_fndecl_12032
++enable_so_drm_property_create_enum_fndecl_12034 drm_property_create_enum fndecl 5 12034 NULL
++enable_so_comedi_alloc_subdevices_fndecl_12036 comedi_alloc_subdevices fndecl 2 12036 NULL
++enable_so_rf_suballoc_bit_ocfs2_refcount_block_12038 rf_suballoc_bit ocfs2_refcount_block 0 12038 NULL
++enable_so___mm_populate_fndecl_12039 __mm_populate fndecl 2-1 12039 NULL
++enable_so_physical_btrfs_bio_stripe_12047 physical btrfs_bio_stripe 0 12047 NULL
++enable_so_len_brcmf_sdio_hdrinfo_12048 len brcmf_sdio_hdrinfo 0 12048 NULL
++enable_so_bufsize_st5481_in_12064 bufsize st5481_in 0 12064 NULL
++enable_so_irq_domain_add_linear_fndecl_12071 irq_domain_add_linear fndecl 2 12071 NULL
++enable_so_rw_verify_area_fndecl_12072 rw_verify_area fndecl 4 12072 NULL nohasharray
++enable_so_count_afs_permits_12072 count afs_permits 0 12072 &enable_so_rw_verify_area_fndecl_12072
++enable_so_evdev_handle_get_val_fndecl_12073 evdev_handle_get_val fndecl 5-6 12073 NULL
++enable_so_ttm_pool_update_free_locked_fndecl_12074 ttm_pool_update_free_locked fndecl 2 12074 NULL
++enable_so_m88ds3103_wr_regs_fndecl_12077 m88ds3103_wr_regs fndecl 4 12077 NULL
++enable_so_cirrus_bo_create_fndecl_12083 cirrus_bo_create fndecl 2 12083 NULL
++enable_so_nr_relocs_drm_nouveau_gem_pushbuf_12085 nr_relocs drm_nouveau_gem_pushbuf 0 12085 NULL
++enable_so_nvme_trans_copy_from_user_fndecl_12088 nvme_trans_copy_from_user fndecl 3 12088 NULL
++enable_so_security_socket_recvmsg_fndecl_12091 security_socket_recvmsg fndecl 0 12091 NULL
++enable_so_n_posix_ace_state_array_12096 n posix_ace_state_array 0 12096 NULL
++enable_so_rs_fill_link_cmd_fndecl_12099 rs_fill_link_cmd fndecl 3 12099 NULL
++enable_so_pad_size_asd_flash_de_12100 pad_size asd_flash_de 0 12100 NULL
++enable_so_s_log_block_size_ext3_super_block_12106 s_log_block_size ext3_super_block 0 12106 NULL
++enable_so_lpfc_debugfs_dumpHostSlim_data_fndecl_12108 lpfc_debugfs_dumpHostSlim_data fndecl 0 12108 NULL
++enable_so_mirror_array_cnt_nfs4_ff_layout_segment_12109 mirror_array_cnt nfs4_ff_layout_segment 0 12109 NULL
++enable_so_prism2_set_genericelement_fndecl_12110 prism2_set_genericelement fndecl 3 12110 NULL
++enable_so_security_context_to_sid_core_fndecl_12115 security_context_to_sid_core fndecl 2 12115 NULL
++enable_so_super_1_rdev_size_change_fndecl_12120 super_1_rdev_size_change fndecl 2 12120 NULL
++enable_so_mwifiex_hscfg_write_fndecl_12125 mwifiex_hscfg_write fndecl 3 12125 NULL
++enable_so_key_size_ccp_rsa_engine_12126 key_size ccp_rsa_engine 0 12126 NULL
++enable_so_ProgRegShift_cfi_intelext_programming_regioninfo_12129 ProgRegShift cfi_intelext_programming_regioninfo 0 12129 NULL
++enable_so_ext4_fiemap_fndecl_12131 ext4_fiemap fndecl 4-3 12131 NULL
++enable_so_metablock_size_btrfsic_state_12137 metablock_size btrfsic_state 0 12137 NULL
++enable_so_mempool_resize_fndecl_12140 mempool_resize fndecl 2 12140 NULL
++enable_so_gfs2_rgrp_send_discards_fndecl_12149 gfs2_rgrp_send_discards fndecl 2 12149 NULL
++enable_so_find_block_fndecl_12156 find_block fndecl 0 12156 NULL
++enable_so_obd_proc_jobid_name_seq_write_fndecl_12167 obd_proc_jobid_name_seq_write fndecl 3 12167 NULL
++enable_so___fuse_get_req_fndecl_12176 __fuse_get_req fndecl 2 12176 NULL
++enable_so_brcmf_sdio_tx_ctrlframe_fndecl_12177 brcmf_sdio_tx_ctrlframe fndecl 3 12177 NULL
++enable_so_bulk_in_size_sur40_state_12178 bulk_in_size sur40_state 0 12178 NULL
++enable_so_rx_count_rx_header_12180 rx_count rx_header 0 12180 NULL
++enable_so_dac33_hw_write_fndecl_12182 dac33_hw_write fndecl 3 12182 NULL
++enable_so_lprocfs_write_helper_fndecl_12184 lprocfs_write_helper fndecl 2 12184 NULL
++enable_so_se_callback_addr_len_nfsd4_setclientid_12186 se_callback_addr_len nfsd4_setclientid 0 12186 NULL
++enable_so_total_ablkcipher_walk_12202 total ablkcipher_walk 0 12202 NULL
++enable_so_alloc_and_copy_ftrace_hash_fndecl_12203 alloc_and_copy_ftrace_hash fndecl 1 12203 NULL
++enable_so_handle_gk20a_instobj_dma_12206 handle gk20a_instobj_dma 0 12206 NULL
++enable_so_lmc_crcSize_lmc___softc_12208 lmc_crcSize lmc___softc 0 12208 NULL
++enable_so_l2cap_sock_setsockopt_old_fndecl_12209 l2cap_sock_setsockopt_old fndecl 4 12209 NULL nohasharray
++enable_so_length_cifs_io_parms_12209 length cifs_io_parms 0 12209 &enable_so_l2cap_sock_setsockopt_old_fndecl_12209
++enable_so_vmci_transport_set_min_buffer_size_fndecl_12216 vmci_transport_set_min_buffer_size fndecl 2 12216 NULL nohasharray
++enable_so_next_hash_dir_private_info_12216 next_hash dir_private_info 0 12216 &enable_so_vmci_transport_set_min_buffer_size_fndecl_12216
++enable_so_raremono_cmd_main_fndecl_12223 raremono_cmd_main fndecl 3 12223 NULL
++enable_so_hci_sock_sendmsg_fndecl_12231 hci_sock_sendmsg fndecl 3 12231 NULL
++enable_so_shift_tcindex_data_12240 shift tcindex_data 0 12240 NULL
++enable_so_generic_file_llseek_size_fndecl_12242 generic_file_llseek_size fndecl 2-5 12242 NULL
++enable_so_synproxy_tstamp_adjust_fndecl_12243 synproxy_tstamp_adjust fndecl 2 12243 NULL
++enable_so_addr_ib_phys_buf_12245 addr ib_phys_buf 0 12245 NULL
++enable_so_max_pkt_size_em28xx_usb_bufs_12248 max_pkt_size em28xx_usb_bufs 0 12248 NULL
++enable_so_write_block_fndecl_12253 write_block fndecl 3 12253 NULL
++enable_so_hpfs_map_fnode_fndecl_12255 hpfs_map_fnode fndecl 2 12255 NULL
++enable_so_tcp_set_skb_tso_segs_fndecl_12258 tcp_set_skb_tso_segs fndecl 3 12258 NULL
++enable_so_unique_len_drm_master_12259 unique_len drm_master 0 12259 NULL
++enable_so_highbit_ebitmap_12260 highbit ebitmap 0 12260 NULL nohasharray
++enable_so_zs_size_classes_vardecl_zsmalloc_c_12260 zs_size_classes vardecl_zsmalloc.c 0 12260 &enable_so_highbit_ebitmap_12260
++enable_so_endpoint_snd_usX2Y_substream_12267 endpoint snd_usX2Y_substream 0 12267 NULL
++enable_so_mempool_create_fndecl_12270 mempool_create fndecl 1 12270 NULL
++enable_so_cur_page_len_dio_submit_12271 cur_page_len dio_submit 0 12271 NULL
++enable_so_auth_algs_local_info_12277 auth_algs local_info 0 12277 NULL
++enable_so_capacity_sddr09_card_info_12286 capacity sddr09_card_info 0 12286 NULL
++enable_so_sb_sectsize_xfs_sb_12294 sb_sectsize xfs_sb 0 12294 NULL
++enable_so_ino_num_inode_management_12296 ino_num inode_management 0 12296 NULL
++enable_so_bm_find_next_fndecl_12298 bm_find_next fndecl 2 12298 NULL
++enable_so_size_btrfs_ioctl_logical_ino_args_12299 size btrfs_ioctl_logical_ino_args 0 12299 NULL
++enable_so_minimum_input_absinfo_12300 minimum input_absinfo 0 12300 NULL
++enable_so_max_y_fb_monspecs_12303 max_y fb_monspecs 0 12303 NULL
++enable_so_hr_blocks_o2hb_region_12318 hr_blocks o2hb_region 0 12318 NULL
++enable_so_bm_bits_drbd_bitmap_12323 bm_bits drbd_bitmap 0 12323 NULL
++enable_so_length_sg_mapping_iter_12324 length sg_mapping_iter 0 12324 NULL nohasharray
++enable_so_sctp_make_abort_violation_fndecl_12324 sctp_make_abort_violation fndecl 4 12324 &enable_so_length_sg_mapping_iter_12324
++enable_so_no_of_triplet_mwifiex_802_11d_domain_reg_12326 no_of_triplet mwifiex_802_11d_domain_reg 0 12326 NULL
++enable_so_rgblk_free_fndecl_12328 rgblk_free fndecl 2 12328 NULL
++enable_so_tracing_clock_write_fndecl_12330 tracing_clock_write fndecl 3 12330 NULL
++enable_so_s_log_block_size_nilfs_super_block_12332 s_log_block_size nilfs_super_block 0 12332 NULL
++enable_so_status_w840_rx_desc_12335 status w840_rx_desc 0 12335 NULL
++enable_so_out_usbnet_12337 out usbnet 0 12337 NULL
++enable_so_bank_size_stub_chip_12338 bank_size stub_chip 0 12338 NULL
++enable_so_ocfs2_symlink_get_block_fndecl_12352 ocfs2_symlink_get_block fndecl 2 12352 NULL
++enable_so_eip_x86_emulate_ctxt_12354 eip x86_emulate_ctxt 0 12354 NULL
++enable_so_td_done_fndecl_12358 td_done fndecl 0 12358 NULL
++enable_so_reserve_additional_memory_fndecl_12359 reserve_additional_memory fndecl 1 12359 NULL nohasharray
++enable_so_limit_scaled_size_lock_fndecl_12359 limit_scaled_size_lock fndecl 5-6 12359 &enable_so_reserve_additional_memory_fndecl_12359 nohasharray
++enable_so_igb_pci_sriov_configure_fndecl_12359 igb_pci_sriov_configure fndecl 2 12359 &enable_so_limit_scaled_size_lock_fndecl_12359
++enable_so_xb_blkno_ocfs2_xattr_block_12365 xb_blkno ocfs2_xattr_block 0 12365 NULL
++enable_so_tipc_media_addr_printf_fndecl_12368 tipc_media_addr_printf fndecl 2 12368 NULL nohasharray
++enable_so_num_subdevs_v4l2_async_notifier_12368 num_subdevs v4l2_async_notifier 0 12368 &enable_so_tipc_media_addr_printf_fndecl_12368
++enable_so_compat_SyS_set_mempolicy_fndecl_12372 compat_SyS_set_mempolicy fndecl 3 12372 NULL
++enable_so_i_entries_gfs2_inode_12374 i_entries gfs2_inode 0 12374 NULL
++enable_so_i9xx_find_best_dpll_fndecl_12377 i9xx_find_best_dpll fndecl 4 12377 NULL nohasharray
++enable_so_nilfs_btree_get_new_block_fndecl_12377 nilfs_btree_get_new_block fndecl 2 12377 &enable_so_i9xx_find_best_dpll_fndecl_12377
++enable_so_rx_prefix_size_efx_nic_12381 rx_prefix_size efx_nic 0 12381 NULL
++enable_so_if_usb_host_to_card_fndecl_12384 if_usb_host_to_card fndecl 4 12384 NULL
++enable_so_get_packet_pg_fndecl_12388 get_packet_pg fndecl 4 12388 NULL
++enable_so_stb6100_write_reg_range_fndecl_12391 stb6100_write_reg_range fndecl 4 12391 NULL
++enable_so_memory_block_action_fndecl_12395 memory_block_action fndecl 1 12395 NULL
++enable_so_buffer_size_zoran_buffer_col_12398 buffer_size zoran_buffer_col 0 12398 NULL
++enable_so_powercap_register_zone_fndecl_12399 powercap_register_zone fndecl 6 12399 NULL
++enable_so_edt_ft5x06_debugfs_raw_data_read_fndecl_12401 edt_ft5x06_debugfs_raw_data_read fndecl 3 12401 NULL
++enable_so_length_iw_point_12404 length iw_point 0 12404 NULL
++enable_so_reg_read_fndecl_12405 reg_read fndecl 4 12405 NULL
++enable_so_snd_rawmidi_write_fndecl_12411 snd_rawmidi_write fndecl 3 12411 NULL
++enable_so_dccp_insert_fn_opt_fndecl_12419 dccp_insert_fn_opt fndecl 5 12419 NULL
++enable_so_pool_status_fndecl_12420 pool_status fndecl 5 12420 NULL
++enable_so_cx231xx_init_vbi_isoc_fndecl_12422 cx231xx_init_vbi_isoc fndecl 4-2-3 12422 NULL
++enable_so_init_rs_non_canonical_fndecl_12424 init_rs_non_canonical fndecl 5-1 12424 NULL
++enable_so_ext4_quota_read_fndecl_12429 ext4_quota_read fndecl 5 12429 NULL
++enable_so_pkey_tbl_len_ib_port_attr_12434 pkey_tbl_len ib_port_attr 0 12434 NULL
++enable_so_hcd_priv_size_hc_driver_12440 hcd_priv_size hc_driver 0 12440 NULL
++enable_so_informationLength_fileEntry_12442 informationLength fileEntry 0 12442 NULL nohasharray
++enable_so_sctp_setsockopt_maxburst_fndecl_12442 sctp_setsockopt_maxburst fndecl 3 12442 &enable_so_informationLength_fileEntry_12442
++enable_so_divisor_tc_sfq_qopt_12444 divisor tc_sfq_qopt 0 12444 NULL
++enable_so_ie_len_cfg80211_connect_params_12446 ie_len cfg80211_connect_params 0 12446 NULL
++enable_so_u132_endp_urb_dequeue_fndecl_12447 u132_endp_urb_dequeue fndecl 4 12447 NULL
++enable_so_acpi_gsb_i2c_write_bytes_fndecl_12449 acpi_gsb_i2c_write_bytes fndecl 4 12449 NULL nohasharray
++enable_so_GetRecvByte_fndecl_12449 GetRecvByte fndecl 0 12449 &enable_so_acpi_gsb_i2c_write_bytes_fndecl_12449 nohasharray
++enable_so_length_iwl_wipan_noa_attribute_12449 length iwl_wipan_noa_attribute 0 12449 &enable_so_GetRecvByte_fndecl_12449
++enable_so_rx_padding_usbatm_driver_12455 rx_padding usbatm_driver 0 12455 NULL
++enable_so_keyspan_setup_urb_fndecl_12461 keyspan_setup_urb fndecl 6-3-2 12461 NULL
++enable_so_num_cq_mthca_profile_12463 num_cq mthca_profile 0 12463 NULL
++enable_so_tp_block_nr_tpacket_req_12465 tp_block_nr tpacket_req 0 12465 NULL
++enable_so_num_leds_pca9532_chip_info_12471 num_leds pca9532_chip_info 0 12471 NULL
++enable_so_idx_il3945_tpt_entry_12490 idx il3945_tpt_entry 0 12490 NULL
++enable_so_lock_extent_fndecl_12493 lock_extent fndecl 3-2 12493 NULL
++enable_so_ih_item_len_item_head_12495 ih_item_len item_head 0 12495 NULL nohasharray
++enable_so_vgacon_adjust_height_fndecl_12495 vgacon_adjust_height fndecl 2 12495 &enable_so_ih_item_len_item_head_12495
++enable_so_dccp_feat_valid_nn_length_fndecl_12500 dccp_feat_valid_nn_length fndecl 0 12500 NULL
++enable_so_mmc_test_alloc_mem_fndecl_12501 mmc_test_alloc_mem fndecl 2-3 12501 NULL
++enable_so_nclips_saa7134_dev_12507 nclips saa7134_dev 0 12507 NULL
++enable_so_brcmf_chip_tcm_ramsize_fndecl_12513 brcmf_chip_tcm_ramsize fndecl 0 12513 NULL
++enable_so_madvise_dontneed_fndecl_12517 madvise_dontneed fndecl 3-4 12517 NULL
++enable_so_video_read_fndecl_12519 video_read fndecl 3 12519 NULL
++enable_so_snd_midi_channel_alloc_set_fndecl_12522 snd_midi_channel_alloc_set fndecl 1 12522 NULL
++enable_so_al_tr_number_to_on_disk_sector_fndecl_12526 al_tr_number_to_on_disk_sector fndecl 0 12526 NULL
++enable_so_depth_fb_image_12530 depth fb_image 0 12530 NULL
++enable_so_write_isowbuf_t_12533 write isowbuf_t 0 12533 NULL
++enable_so_m25p80_read_reg_fndecl_12535 m25p80_read_reg fndecl 4 12535 NULL
++enable_so_learn_buffer_user_len_vardecl_gracl_learn_c_12538 learn_buffer_user_len vardecl_gracl_learn.c 0 12538 NULL
++enable_so_cdrom_read_cdda_old_fndecl_12547 cdrom_read_cdda_old fndecl 4 12547 NULL
++enable_so_qword_get_fndecl_12549 qword_get fndecl 0 12549 NULL
++enable_so_qnx6_readpages_fndecl_12570 qnx6_readpages fndecl 4 12570 NULL
++enable_so_read8_sync_rtl_io_12571 read8_sync rtl_io 0 12571 NULL
++enable_so_fs_path_add_from_extent_buffer_fndecl_12581 fs_path_add_from_extent_buffer fndecl 4 12581 NULL
++enable_so_rate_den_snd_pcm_hw_params_12586 rate_den snd_pcm_hw_params 0 12586 NULL
++enable_so_dev_rsize_hid_device_12597 dev_rsize hid_device 0 12597 NULL
++enable_so_ocfs2_extend_dir_fndecl_12604 ocfs2_extend_dir fndecl 4 12604 NULL
++enable_so_blk_limits_io_opt_fndecl_12606 blk_limits_io_opt fndecl 2 12606 NULL
++enable_so_rt_priority_task_struct_12608 rt_priority task_struct 0 12608 NULL
++enable_so_depth_g2d_fmt_12611 depth g2d_fmt 0 12611 NULL
++enable_so_evm_write_key_fndecl_12624 evm_write_key fndecl 3 12624 NULL
++enable_so_rqt_base_rdma_info_12627 rqt_base rdma_info 0 12627 NULL
++enable_so_maxpacket_r8a66597_td_12628 maxpacket r8a66597_td 0 12628 NULL
++enable_so_ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol_fndecl_12633 ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol fndecl 3 12633 NULL
++enable_so_length_wep_key_12635 length wep_key 0 12635 NULL
++enable_so_xfs_dir2_block_sfsize_fndecl_12636 xfs_dir2_block_sfsize fndecl 0 12636 NULL
++enable_so_pattern_len_cfg80211_pkt_pattern_12639 pattern_len cfg80211_pkt_pattern 0 12639 NULL
++enable_so_current_count_sectors_vardecl_floppy_c_12647 current_count_sectors vardecl_floppy.c 0 12647 NULL
++enable_so_kcalloc_fndecl_12649 kcalloc fndecl 1-2 12649 NULL
++enable_so_sl_encaps_fndecl_12658 sl_encaps fndecl 3 12658 NULL
++enable_so_linear_hugepage_index_fndecl_12664 linear_hugepage_index fndecl 0-2 12664 NULL
++enable_so_num_aces_cifs_acl_12670 num_aces cifs_acl 0 12670 NULL
++enable_so_beacon_buf_size_mwifiex_bssdescriptor_12674 beacon_buf_size mwifiex_bssdescriptor 0 12674 NULL
++enable_so_doorbell_base_kfd_dev_12677 doorbell_base kfd_dev 0 12677 NULL
++enable_so_src_height_tpg_data_12686 src_height tpg_data 0 12686 NULL
++enable_so_ns_nsegments_the_nilfs_12690 ns_nsegments the_nilfs 0 12690 NULL
++enable_so_transport_init_session_tags_fndecl_12691 transport_init_session_tags fndecl 1-2 12691 NULL
++enable_so_dn_neigh_elist_fndecl_12712 dn_neigh_elist fndecl 0 12712 NULL
++enable_so_fld_debugfs_hash_seq_write_fndecl_12713 fld_debugfs_hash_seq_write fndecl 3 12713 NULL
++enable_so_total_len_ocrdma_hdr_wqe_12714 total_len ocrdma_hdr_wqe 0 12714 NULL nohasharray
++enable_so_sys_listxattr_fndecl_12714 sys_listxattr fndecl 3 12714 &enable_so_total_len_ocrdma_hdr_wqe_12714
++enable_so_blk_ioctl_discard_fndecl_12725 blk_ioctl_discard fndecl 3-2 12725 NULL
++enable_so_ss_in_channels_hdsp_12726 ss_in_channels hdsp 0 12726 NULL
++enable_so_btrfs_truncate_item_fndecl_12731 btrfs_truncate_item fndecl 3 12731 NULL
++enable_so_xfs_iomap_write_direct_fndecl_12733 xfs_iomap_write_direct fndecl 2 12733 NULL
++enable_so_read_profile_fndecl_12736 read_profile fndecl 3 12736 NULL
++enable_so_sky2_pci_read16_fndecl_12740 sky2_pci_read16 fndecl 0 12740 NULL
++enable_so_count_nfsd3_readres_12745 count nfsd3_readres 0 12745 NULL
++enable_so_nfsd4_encode_splice_read_fndecl_12755 nfsd4_encode_splice_read fndecl 4 12755 NULL
++enable_so_freqm_snd_usb_endpoint_12761 freqm snd_usb_endpoint 0 12761 NULL
++enable_so_num_unit_element_struct_12767 num unit_element_struct 0 12767 NULL
++enable_so_wl1251_sdio_read_fndecl_12773 wl1251_sdio_read fndecl 4 12773 NULL
++enable_so_sb_fseg_start_nilfs_segment_buffer_12802 sb_fseg_start nilfs_segment_buffer 0 12802 NULL
++enable_so_mpage_readpages_fndecl_12807 mpage_readpages fndecl 3 12807 NULL
++enable_so_object_num_mxt_info_12810 object_num mxt_info 0 12810 NULL
++enable_so_testmode_write_fndecl_12814 testmode_write fndecl 3 12814 NULL
++enable_so_hint_events_per_packet_input_dev_12818 hint_events_per_packet input_dev 0 12818 NULL nohasharray
++enable_so_crypto_aead_setkey_fndecl_12818 crypto_aead_setkey fndecl 3 12818 &enable_so_hint_events_per_packet_input_dev_12818
++enable_so_xen_pirq_from_irq_fndecl_12820 xen_pirq_from_irq fndecl 0 12820 NULL
++enable_so___videobuf_mmap_setup_fndecl_12822 __videobuf_mmap_setup fndecl 3 12822 NULL
++enable_so_ksocknal_alloc_tx_fndecl_12825 ksocknal_alloc_tx fndecl 2 12825 NULL
++enable_so_falcon_spi_device_init_fndecl_12835 falcon_spi_device_init fndecl 4 12835 NULL
++enable_so_xfs_rtfind_back_fndecl_12849 xfs_rtfind_back fndecl 3 12849 NULL
++enable_so_can_rmdir_fndecl_12859 can_rmdir fndecl 2 12859 NULL
++enable_so_rx_buffer_size_macb_12864 rx_buffer_size macb 0 12864 NULL
++enable_so_snd_interval_refine_max_fndecl_12865 snd_interval_refine_max fndecl 2 12865 NULL
++enable_so_frameoffset_b43legacy_dmaring_12869 frameoffset b43legacy_dmaring 0 12869 NULL
++enable_so_update_nr_written_fndecl_12871 update_nr_written fndecl 3 12871 NULL
++enable_so_error_code_x86_exception_12872 error_code x86_exception 0 12872 NULL
++enable_so_max_ddbs_hw_profile_12873 max_ddbs hw_profile 0 12873 NULL
++enable_so_tcp_remove_reno_sacks_fndecl_12874 tcp_remove_reno_sacks fndecl 2 12874 NULL
++enable_so_length_i2c_hid_cmd_12879 length i2c_hid_cmd 0 12879 NULL
++enable_so_response_length_ib_uverbs_ex_create_cq_resp_12889 response_length ib_uverbs_ex_create_cq_resp 0 12889 NULL
++enable_so_udp_uncompress_fndecl_12890 udp_uncompress fndecl 2 12890 NULL
++enable_so_max_response_pages_fndecl_12895 max_response_pages fndecl 0 12895 NULL
++enable_so_offset_ceph_dentry_info_12896 offset ceph_dentry_info 0 12896 NULL
++enable_so_dbgfs_sram_len_iwl_mvm_12900 dbgfs_sram_len iwl_mvm 0 12900 NULL
++enable_so_tool_db_read_fndecl_12902 tool_db_read fndecl 3 12902 NULL
++enable_so_capinc_tty_write_fndecl_12904 capinc_tty_write fndecl 3 12904 NULL
++enable_so_nilfs_inode_sub_blocks_fndecl_12914 nilfs_inode_sub_blocks fndecl 2 12914 NULL
++enable_so_max_reportid_mxt_data_12917 max_reportid mxt_data 0 12917 NULL
++enable_so_usb6fire_midi_in_received_fndecl_12921 usb6fire_midi_in_received fndecl 3 12921 NULL nohasharray
++enable_so_nilfs_sufile_delete_segment_usage_block_fndecl_12921 nilfs_sufile_delete_segment_usage_block fndecl 2 12921 &enable_so_usb6fire_midi_in_received_fndecl_12921
++enable_so_qs_out_channels_hdspm_12922 qs_out_channels hdspm 0 12922 NULL
++enable_so_idetape_mtioctop_fndecl_12923 idetape_mtioctop fndecl 3 12923 NULL
++enable_so_sh_irda_init_iobuf_fndecl_12924 sh_irda_init_iobuf fndecl 2 12924 NULL
++enable_so_obufsize_sisusb_usb_data_12932 obufsize sisusb_usb_data 0 12932 NULL
++enable_so_ext4_split_extent_at_fndecl_12936 ext4_split_extent_at fndecl 4 12936 NULL
++enable_so_vlan_id_vlan_dev_priv_12939 vlan_id vlan_dev_priv 0 12939 NULL
++enable_so_xlog_clear_stale_blocks_fndecl_12940 xlog_clear_stale_blocks fndecl 2 12940 NULL
++enable_so_phys_pud_init_fndecl_12941 phys_pud_init fndecl 2-3 12941 NULL
++enable_so_gfs2_meta_indirect_buffer_fndecl_12942 gfs2_meta_indirect_buffer fndecl 3 12942 NULL
++enable_so_run_delalloc_range_fndecl_12946 run_delalloc_range fndecl 3-4 12946 NULL nohasharray
++enable_so_aio_read_events_fndecl_12946 aio_read_events fndecl 3 12946 &enable_so_run_delalloc_range_fndecl_12946 nohasharray
++enable_so_mptctl_getiocinfo_fndecl_12946 mptctl_getiocinfo fndecl 2 12946 &enable_so_aio_read_events_fndecl_12946
++enable_so_get_rate_snd_ice1712_12947 get_rate snd_ice1712 0 12947 NULL
++enable_so_b43legacy_debugfs_write_fndecl_12959 b43legacy_debugfs_write fndecl 3 12959 NULL
++enable_so_vm_start_vm_area_struct_12960 vm_start vm_area_struct 0 12960 NULL nohasharray
++enable_so_btrfs_alloc_from_cluster_fndecl_12960 btrfs_alloc_from_cluster fndecl 3-0 12960 &enable_so_vm_start_vm_area_struct_12960
++enable_so_data_pipe_mts_transfer_context_12962 data_pipe mts_transfer_context 0 12962 NULL
++enable_so_apei_exec_ctx_set_input_fndecl_12968 apei_exec_ctx_set_input fndecl 2 12968 NULL
++enable_so_initiator_length_spar_controlvm_parameters_header_12973 initiator_length spar_controlvm_parameters_header 0 12973 NULL
++enable_so_unmap_shared_bt_fndecl_12974 unmap_shared_bt fndecl 3-4 12974 NULL
++enable_so_extract_entropy_fndecl_12975 extract_entropy fndecl 5-3 12975 NULL
++enable_so_clone_update_extent_map_fndecl_12984 clone_update_extent_map fndecl 4-5 12984 NULL
++enable_so_udf_nfs_get_inode_fndecl_12990 udf_nfs_get_inode fndecl 2 12990 NULL
++enable_so_nilfs_inode_add_blocks_fndecl_12995 nilfs_inode_add_blocks fndecl 2 12995 NULL
++enable_so_tx_addr_uart_8250_dma_12997 tx_addr uart_8250_dma 0 12997 NULL nohasharray
++enable_so_xdr_reserve_space_fndecl_12997 xdr_reserve_space fndecl 2 12997 &enable_so_tx_addr_uart_8250_dma_12997
++enable_so_end_file_extent_cluster_13001 end file_extent_cluster 0 13001 NULL
++enable_so_pm3fb_size_memory_fndecl_13002 pm3fb_size_memory fndecl 0 13002 NULL
++enable_so_ipath_ureg_align_ipath_devdata_13010 ipath_ureg_align ipath_devdata 0 13010 NULL
++enable_so_mcp795_rtcc_write_fndecl_13014 mcp795_rtcc_write fndecl 4 13014 NULL nohasharray
++enable_so_gfs2_fsync_fndecl_13014 gfs2_fsync fndecl 2 13014 &enable_so_mcp795_rtcc_write_fndecl_13014
++enable_so_arg_end_mm_struct_13016 arg_end mm_struct 0 13016 NULL
++enable_so_rpcrdma_alloc_regbuf_fndecl_13018 rpcrdma_alloc_regbuf fndecl 2 13018 NULL
++enable_so_do_mbind_fndecl_13022 do_mbind fndecl 2-1 13022 NULL
++enable_so___free_memory_core_fndecl_13029 __free_memory_core fndecl 1-2 13029 NULL
++enable_so_blk_queue_resize_tags_fndecl_13037 blk_queue_resize_tags fndecl 2 13037 NULL
++enable_so_gfs2_lookup_by_inum_fndecl_13045 gfs2_lookup_by_inum fndecl 2 13045 NULL
++enable_so_p9_fcall_alloc_fndecl_13055 p9_fcall_alloc fndecl 1 13055 NULL nohasharray
++enable_so_sco_sock_recvmsg_fndecl_13055 sco_sock_recvmsg fndecl 3 13055 &enable_so_p9_fcall_alloc_fndecl_13055
++enable_so_hfront_porch_videomode_13056 hfront_porch videomode 0 13056 NULL
++enable_so_p_offset_elf64_phdr_13061 p_offset elf64_phdr 0 13061 NULL
++enable_so_xfs_bunmapi_fndecl_13063 xfs_bunmapi fndecl 3-4 13063 NULL
++enable_so___ocfs2_dx_dir_leaf_insert_fndecl_13066 __ocfs2_dx_dir_leaf_insert fndecl 4 13066 NULL
++enable_so_read_disk_sb_fndecl_13071 read_disk_sb fndecl 2 13071 NULL
++enable_so_cra_alignmask_crypto_alg_13076 cra_alignmask crypto_alg 0 13076 NULL
++enable_so_envc_tomoyo_condition_13082 envc tomoyo_condition 0 13082 NULL
++enable_so_c4iw_reject_cr_fndecl_13085 c4iw_reject_cr fndecl 3 13085 NULL
++enable_so_vread_fndecl_13086 vread fndecl 0 13086 NULL
++enable_so_vrambase_sisusb_usb_data_13093 vrambase sisusb_usb_data 0 13093 NULL nohasharray
++enable_so_thermal_zone_device_register_fndecl_13093 thermal_zone_device_register fndecl 2 13093 &enable_so_vrambase_sisusb_usb_data_13093
++enable_so_set_wep_key_fndecl_13094 set_wep_key fndecl 4 13094 NULL
++enable_so___exclude_logged_extent_fndecl_13095 __exclude_logged_extent fndecl 3-2 13095 NULL
++enable_so_end_data_mm_struct_13099 end_data mm_struct 0 13099 NULL
++enable_so_ocfs2_cow_sync_writeback_fndecl_13102 ocfs2_cow_sync_writeback fndecl 3 13102 NULL nohasharray
++enable_so_user_trans_num_acl_subject_label_13102 user_trans_num acl_subject_label 0 13102 &enable_so_ocfs2_cow_sync_writeback_fndecl_13102
++enable_so___qp_memcpy_from_queue_fndecl_13103 __qp_memcpy_from_queue fndecl 4-3 13103 NULL nohasharray
++enable_so_sctp_tsnmap_skip_fndecl_13103 sctp_tsnmap_skip fndecl 2 13103 &enable_so___qp_memcpy_from_queue_fndecl_13103
++enable_so_cx24117_readregN_fndecl_13105 cx24117_readregN fndecl 4 13105 NULL
++enable_so_num_qp_mlx4_profile_13106 num_qp mlx4_profile 0 13106 NULL
++enable_so_DecodeMatrix_fndecl_13117 DecodeMatrix fndecl 0 13117 NULL nohasharray
++enable_so_wIELength_uwb_rc_evt_drp_WUSB_0100_13117 wIELength uwb_rc_evt_drp_WUSB_0100 0 13117 &enable_so_DecodeMatrix_fndecl_13117
++enable_so_sys_setpriority_fndecl_13132 sys_setpriority fndecl 3 13132 NULL
++enable_so_c4iw_wr_log_size_order_vardecl_device_c_13134 c4iw_wr_log_size_order vardecl_device.c 0 13134 NULL
++enable_so_line6_alloc_sysex_buffer_fndecl_13138 line6_alloc_sysex_buffer fndecl 4 13138 NULL
++enable_so_viafb_bpp_vardecl_viafbdev_c_13145 viafb_bpp vardecl_viafbdev.c 0 13145 NULL
++enable_so_calc_available_memory_size_fndecl_13151 calc_available_memory_size fndecl 0 13151 NULL
++enable_so_EraseUnitSize_erase_unit_header_t_13154 EraseUnitSize erase_unit_header_t 0 13154 NULL
++enable_so_inline_xattr_size_fndecl_13166 inline_xattr_size fndecl 0 13166 NULL
++enable_so_hpfs_add_to_dnode_fndecl_13167 hpfs_add_to_dnode fndecl 4-2 13167 NULL
++enable_so_blocksize_f2fs_sb_info_13191 blocksize f2fs_sb_info 0 13191 NULL
++enable_so_bsg_setup_queue_fndecl_13194 bsg_setup_queue fndecl 5 13194 NULL
++enable_so_snd_pcm_oss_read_fndecl_13198 snd_pcm_oss_read fndecl 3 13198 NULL
++enable_so_SyS_ppoll_fndecl_13201 SyS_ppoll fndecl 2 13201 NULL
++enable_so_dma_map_sg_attrs_fndecl_13202 dma_map_sg_attrs fndecl 0 13202 NULL
++enable_so_num_channels_sh_cmt_device_13209 num_channels sh_cmt_device 0 13209 NULL
++enable_so_buf_size_in_bytes_kfd_ioctl_dbg_address_watch_args_13210 buf_size_in_bytes kfd_ioctl_dbg_address_watch_args 0 13210 NULL
++enable_so_kstrtos16_from_user_fndecl_13215 kstrtos16_from_user fndecl 2 13215 NULL
++enable_so_height_usbtv_13217 height usbtv 0 13217 NULL nohasharray
++enable_so_bm_entry_write_fndecl_13217 bm_entry_write fndecl 3 13217 &enable_so_height_usbtv_13217
++enable_so_create_boot_cache_fndecl_13218 create_boot_cache fndecl 3 13218 NULL
++enable_so_tcp_copy_to_iovec_fndecl_13227 tcp_copy_to_iovec fndecl 3 13227 NULL nohasharray
++enable_so_ipath_uregbase_ipath_devdata_13227 ipath_uregbase ipath_devdata 0 13227 &enable_so_tcp_copy_to_iovec_fndecl_13227
++enable_so_len_hi_sigma_action_13229 len_hi sigma_action 0 13229 NULL
++enable_so_filldir64_fndecl_13232 filldir64 fndecl 3 13232 NULL
++enable_so_mtdram_init_device_fndecl_13236 mtdram_init_device fndecl 3 13236 NULL
++enable_so_max_mthca_wq_13240 max mthca_wq 0 13240 NULL
++enable_so_batadv_handle_tt_response_fndecl_13249 batadv_handle_tt_response fndecl 4 13249 NULL
++enable_so_maxsize_p9_trans_module_13254 maxsize p9_trans_module 0 13254 NULL
++enable_so_blocklen_bytes_drbg_core_13259 blocklen_bytes drbg_core 0 13259 NULL nohasharray
++enable_so_maxid_scif_info_13259 maxid scif_info 0 13259 &enable_so_blocklen_bytes_drbg_core_13259
++enable_so_rsp_pay_size_qlcnic_bc_trans_13274 rsp_pay_size qlcnic_bc_trans 0 13274 NULL
++enable_so_xfs_iomap_write_unwritten_fndecl_13278 xfs_iomap_write_unwritten fndecl 3-2 13278 NULL
++enable_so_num_bytes_sigma_fw_chunk_control_13289 num_bytes sigma_fw_chunk_control 0 13289 NULL
++enable_so_compress_file_range_fndecl_13295 compress_file_range fndecl 4-3 13295 NULL
++enable_so_ioc_plen1_libcfs_ioctl_data_13297 ioc_plen1 libcfs_ioctl_data 0 13297 NULL
++enable_so_dlmfs_file_read_fndecl_13298 dlmfs_file_read fndecl 3 13298 NULL
++enable_so_alloc_page_buffers_fndecl_13304 alloc_page_buffers fndecl 2 13304 NULL
++enable_so_tool_db_write_fndecl_13312 tool_db_write fndecl 3 13312 NULL
++enable_so_token_size_iw_ioctl_description_13319 token_size iw_ioctl_description 0 13319 NULL
++enable_so_slhc_uncompress_fndecl_13322 slhc_uncompress fndecl 0-3 13322 NULL
++enable_so_csum_and_copy_from_iter_fndecl_13338 csum_and_copy_from_iter fndecl 2 13338 NULL
++enable_so_copy_buffer_fndecl_13339 copy_buffer fndecl 1-2-3 13339 NULL
++enable_so_brcmf_usb_dl_cmd_fndecl_13344 brcmf_usb_dl_cmd fndecl 4 13344 NULL
++enable_so_x25_asy_change_mtu_fndecl_13347 x25_asy_change_mtu fndecl 2 13347 NULL
++enable_so_retry_count_minstrel_rate_stats_13348 retry_count minstrel_rate_stats 0 13348 NULL nohasharray
++enable_so_sctp_setsockopt_adaptation_layer_fndecl_13348 sctp_setsockopt_adaptation_layer fndecl 3 13348 &enable_so_retry_count_minstrel_rate_stats_13348
++enable_so_compat_mtw_from_user_fndecl_13351 compat_mtw_from_user fndecl 0 13351 NULL
++enable_so_hecubafb_write_fndecl_13357 hecubafb_write fndecl 3 13357 NULL
++enable_so_carl9170_handle_mpdu_fndecl_13359 carl9170_handle_mpdu fndecl 3 13359 NULL
++enable_so_hhf_zalloc_fndecl_13363 hhf_zalloc fndecl 1 13363 NULL
++enable_so_ihl_iphdr_13367 ihl iphdr 0 13367 NULL nohasharray
++enable_so_cfg80211_process_auth_fndecl_13367 cfg80211_process_auth fndecl 3 13367 &enable_so_ihl_iphdr_13367
++enable_so_sd_size_stat_data_13368 sd_size stat_data 0 13368 NULL
++enable_so_ep_response_mts_desc_13372 ep_response mts_desc 0 13372 NULL
++enable_so_num_pages_ttm_tt_13376 num_pages ttm_tt 0 13376 NULL
++enable_so_pll_to_var_aty_pll_ops_13378 pll_to_var aty_pll_ops 0 13378 NULL
++enable_so_ds_in_channels_hdspm_13382 ds_in_channels hdspm 0 13382 NULL nohasharray
++enable_so_T5_msg_size_mxt_data_13382 T5_msg_size mxt_data 0 13382 &enable_so_ds_in_channels_hdspm_13382
++enable_so_max_width_sh_mobile_ceu_dev_13387 max_width sh_mobile_ceu_dev 0 13387 NULL nohasharray
++enable_so_rules_all_snd_pcm_hw_constraints_13387 rules_all snd_pcm_hw_constraints 0 13387 &enable_so_max_width_sh_mobile_ceu_dev_13387
++enable_so_chunk_size_lirc_buffer_13388 chunk_size lirc_buffer 0 13388 NULL
++enable_so_ic_offset_xlog_in_core_13393 ic_offset xlog_in_core 0 13393 NULL nohasharray
++enable_so_cmdsts__BufferDesc_13393 cmdsts _BufferDesc 0 13393 &enable_so_ic_offset_xlog_in_core_13393 nohasharray
++enable_so_max_sets_vardecl_ip_set_core_c_13393 max_sets vardecl_ip_set_core.c 0 13393 &enable_so_cmdsts__BufferDesc_13393
++enable_so_nfs42_fallocate_fndecl_13396 nfs42_fallocate fndecl 3-4 13396 NULL
++enable_so_mp_payload_len_fcoe_mp_rsp_union_13397 mp_payload_len fcoe_mp_rsp_union 0 13397 NULL nohasharray
++enable_so_i_size_write_fndecl_13397 i_size_write fndecl 2 13397 &enable_so_mp_payload_len_fcoe_mp_rsp_union_13397
++enable_so_extract_entropy_user_fndecl_13403 extract_entropy_user fndecl 3 13403 NULL
++enable_so_nfs_proc_readlink_fndecl_13404 nfs_proc_readlink fndecl 4 13404 NULL
++enable_so_subdevices_count_snd_rawmidi_info_13408 subdevices_count snd_rawmidi_info 0 13408 NULL
++enable_so_add_free_nid_fndecl_13412 add_free_nid fndecl 2 13412 NULL
++enable_so_map_page_dma_map_ops_13417 map_page dma_map_ops 0 13417 NULL
++enable_so_extra_len_request_13419 extra_len request 0 13419 NULL
++enable_so_nrealreaders_stress_lock_torture_cxt_13422 nrealreaders_stress lock_torture_cxt 0 13422 NULL
++enable_so_tx_headroom_ieee80211_local_13423 tx_headroom ieee80211_local 0 13423 NULL
++enable_so_do_direct_IO_fndecl_13424 do_direct_IO fndecl 0 13424 NULL
++enable_so_tb_path_alloc_fndecl_13427 tb_path_alloc fndecl 2 13427 NULL
++enable_so_get_origin_minimum_chunksize_fndecl_13432 get_origin_minimum_chunksize fndecl 0 13432 NULL
++enable_so_nouveau_channel_prep_fndecl_13435 nouveau_channel_prep fndecl 4 13435 NULL
++enable_so_oc_mw_pa_c4iw_rdev_13436 oc_mw_pa c4iw_rdev 0 13436 NULL
++enable_so_usbdev_lseek_fndecl_13441 usbdev_lseek fndecl 2 13441 NULL
++enable_so_promote_fndecl_13442 promote fndecl 4-3 13442 NULL nohasharray
++enable_so_mwifiex_memrw_write_fndecl_13442 mwifiex_memrw_write fndecl 3 13442 &enable_so_promote_fndecl_13442
++enable_so_fill_read_buf_fndecl_13455 fill_read_buf fndecl 2-0 13455 NULL
++enable_so_max_eq_mlx4_func_cap_13461 max_eq mlx4_func_cap 0 13461 NULL nohasharray
++enable_so_me_start_ocfs2_move_extents_13461 me_start ocfs2_move_extents 0 13461 &enable_so_max_eq_mlx4_func_cap_13461
++enable_so_vblank_lo_oaktrail_timing_info_13463 vblank_lo oaktrail_timing_info 0 13463 NULL
++enable_so_flaglen_ring_desc_13468 flaglen ring_desc 0 13468 NULL
++enable_so_handle_mm_fault_fndecl_13472 handle_mm_fault fndecl 3 13472 NULL nohasharray
++enable_so_ufs_alloc_fragments_fndecl_13472 ufs_alloc_fragments fndecl 2-0-3 13472 &enable_so_handle_mm_fault_fndecl_13472 nohasharray
++enable_so_snd_ctl_new_fndecl_13472 snd_ctl_new fndecl 2 13472 &enable_so_ufs_alloc_fragments_fndecl_13472
++enable_so___videobuf_alloc_vb_fndecl_13477 __videobuf_alloc_vb fndecl 1 13477 NULL
++enable_so_ext4_convert_unwritten_extents_fndecl_13483 ext4_convert_unwritten_extents fndecl 3-4 13483 NULL
++enable_so_size_jffs2_full_dnode_13487 size jffs2_full_dnode 0 13487 NULL
++enable_so_sk_datalen_svc_sock_13490 sk_datalen svc_sock 0 13490 NULL nohasharray
++enable_so_i_section_size_iso_inode_info_13490 i_section_size iso_inode_info 0 13490 &enable_so_sk_datalen_svc_sock_13490
++enable_so_sendpage_proto_ops_13505 sendpage proto_ops 0 13505 NULL nohasharray
++enable_so_hwtstamp_ioctl_fndecl_13505 hwtstamp_ioctl fndecl 0 13505 &enable_so_sendpage_proto_ops_13505
++enable_so_ath9k_hw_4k_dump_eeprom_fndecl_13506 ath9k_hw_4k_dump_eeprom fndecl 4-5 13506 NULL nohasharray
++enable_so_btmrvl_hscmd_write_fndecl_13506 btmrvl_hscmd_write fndecl 3 13506 &enable_so_ath9k_hw_4k_dump_eeprom_fndecl_13506
++enable_so_find_first_bit_fndecl_13507 find_first_bit fndecl 0 13507 NULL
++enable_so_input_set_abs_params_fndecl_13512 input_set_abs_params fndecl 3-4 13512 NULL
++enable_so_max_channels_cmipci_13517 max_channels cmipci 0 13517 NULL nohasharray
++enable_so_len_unix_address_13517 len unix_address 0 13517 &enable_so_max_channels_cmipci_13517
++enable_so_paravirt_read_msr_fndecl_13526 paravirt_read_msr fndecl 0 13526 NULL
++enable_so_av_buf_head_dccp_ackvec_13528 av_buf_head dccp_ackvec 0 13528 NULL nohasharray
++enable_so_alloc_fdmem_fndecl_13528 alloc_fdmem fndecl 1 13528 &enable_so_av_buf_head_dccp_ackvec_13528
++enable_so_max_ws_blocks_scsi_disk_13533 max_ws_blocks scsi_disk 0 13533 NULL
++enable_so_find_rsb_nodir_fndecl_13537 find_rsb_nodir fndecl 3 13537 NULL
++enable_so_p_filesz_elf64_phdr_13545 p_filesz elf64_phdr 0 13545 NULL
++enable_so_len_prism2_download_data_area_13551 len prism2_download_data_area 0 13551 NULL
++enable_so_decode_imm_fndecl_13552 decode_imm fndecl 3 13552 NULL
++enable_so_nes_reg_user_mr_fndecl_13553 nes_reg_user_mr fndecl 2 13553 NULL
++enable_so_ib_qib_qp_table_size_vardecl_qib_verbs_c_13559 ib_qib_qp_table_size vardecl_qib_verbs.c 0 13559 NULL
++enable_so_buf_len_vp702x_device_state_13562 buf_len vp702x_device_state 0 13562 NULL
++enable_so_edt_ft5x06_ts_readwrite_fndecl_13570 edt_ft5x06_ts_readwrite fndecl 2-4 13570 NULL
++enable_so_read_fw_status_reg_megasas_instance_template_13572 read_fw_status_reg megasas_instance_template 0 13572 NULL
++enable_so_irq_alloc_generic_chip_fndecl_13577 irq_alloc_generic_chip fndecl 2 13577 NULL
++enable_so_blkcipher_done_fast_fndecl_13584 blkcipher_done_fast fndecl 0-2 13584 NULL
++enable_so_video_v_start_saa7134_tvnorm_13594 video_v_start saa7134_tvnorm 0 13594 NULL
++enable_so_pxa168_eth_change_mtu_fndecl_13596 pxa168_eth_change_mtu fndecl 2 13596 NULL
++enable_so_vdi_blocks_vxfs_inode_info_13602 vdi_blocks vxfs_inode_info 0 13602 NULL
++enable_so_size_drm_mm_node_13605 size drm_mm_node 0 13605 NULL
++enable_so_flowinfo_read_fndecl_13608 flowinfo_read fndecl 3 13608 NULL
++enable_so___alloc_pred_stack_fndecl_13612 __alloc_pred_stack fndecl 2 13612 NULL
++enable_so_nvoices_snd_seq_oss_reg_13613 nvoices snd_seq_oss_reg 0 13613 NULL
++enable_so_us122l_start_fndecl_13617 us122l_start fndecl 2-3 13617 NULL
++enable_so_softback_top_vardecl_fbcon_c_13621 softback_top vardecl_fbcon.c 0 13621 NULL
++enable_so_ws_col_winsize_13628 ws_col winsize 0 13628 NULL
++enable_so_num_mgms_mthca_limits_13629 num_mgms mthca_limits 0 13629 NULL
++enable_so_xenbus_map_ring_valloc_hvm_fndecl_13638 xenbus_map_ring_valloc_hvm fndecl 3 13638 NULL nohasharray
++enable_so_tx_status_0_ath5k_hw_tx_status_13638 tx_status_0 ath5k_hw_tx_status 0 13638 &enable_so_xenbus_map_ring_valloc_hvm_fndecl_13638
++enable_so_nilfs_compute_checksum_fndecl_13643 nilfs_compute_checksum fndecl 6 13643 NULL
++enable_so_iwl_mvm_hwrate_to_tx_rate_fndecl_13658 iwl_mvm_hwrate_to_tx_rate fndecl 1 13658 NULL nohasharray
++enable_so_buffer_pos_vardecl_event_buffer_c_13658 buffer_pos vardecl_event_buffer.c 0 13658 &enable_so_iwl_mvm_hwrate_to_tx_rate_fndecl_13658
++enable_so_udf_find_metadata_inode_efe_fndecl_13660 udf_find_metadata_inode_efe fndecl 2 13660 NULL
++enable_so_width_s2255_vc_13661 width s2255_vc 0 13661 NULL
++enable_so_length_rbd_img_request_13674 length rbd_img_request 0 13674 NULL
++enable_so_vsync_psb_pipe_13675 vsync psb_pipe 0 13675 NULL
++enable_so_mpls_rt_alloc_fndecl_13679 mpls_rt_alloc fndecl 1 13679 NULL
++enable_so_freqValRadio_pvr2_hdw_13684 freqValRadio pvr2_hdw 0 13684 NULL
++enable_so_receive_big_fndecl_13686 receive_big fndecl 5 13686 NULL
++enable_so_lo_hi_readq_fndecl_13693 lo_hi_readq fndecl 0 13693 NULL
++enable_so_hpfs_free_sectors_fndecl_13696 hpfs_free_sectors fndecl 3 13696 NULL
++enable_so_prev_rs_tgg_il3945_rate_info_13697 prev_rs_tgg il3945_rate_info 0 13697 NULL
++enable_so_skb_size_qlcnic_host_rds_ring_13698 skb_size qlcnic_host_rds_ring 0 13698 NULL
++enable_so_dma_map_single_attrs_fndecl_13704 dma_map_single_attrs fndecl 0 13704 NULL
++enable_so_resize_platform_label_table_fndecl_13711 resize_platform_label_table fndecl 2 13711 NULL
++enable_so_bos_desc_fndecl_13715 bos_desc fndecl 0 13715 NULL
++enable_so_valuelen_lo_extended_attribute_13722 valuelen_lo extended_attribute 0 13722 NULL
++enable_so_channels_max_snd_soc_pcm_stream_13737 channels_max snd_soc_pcm_stream 0 13737 NULL
++enable_so_write_begin_address_space_operations_13738 write_begin address_space_operations 0 13738 NULL
++enable_so_shdma_prep_dma_cyclic_fndecl_13739 shdma_prep_dma_cyclic fndecl 4-2-3 13739 NULL
++enable_so_pof_write_buffer_fndecl_13741 pof_write_buffer fndecl 0 13741 NULL nohasharray
++enable_so_nr_segments_vscsiif_request_13741 nr_segments vscsiif_request 0 13741 &enable_so_pof_write_buffer_fndecl_13741
++enable_so_len_tcf_em_nbyte_13742 len tcf_em_nbyte 0 13742 NULL
++enable_so_write_pipe_ezusb_priv_13743 write_pipe ezusb_priv 0 13743 NULL
++enable_so_level_guest_walker32_13749 level guest_walker32 0 13749 NULL
++enable_so_qlcnic_alloc_sds_rings_fndecl_13752 qlcnic_alloc_sds_rings fndecl 2 13752 NULL
++enable_so_numrx_velocity_opt_13754 numrx velocity_opt 0 13754 NULL nohasharray
++enable_so_length_core_conn_create_data_13754 length core_conn_create_data 0 13754 &enable_so_numrx_velocity_opt_13754
++enable_so_i_pino_f2fs_inode_13756 i_pino f2fs_inode 0 13756 NULL
++enable_so_slgt_compat_ioctl_fndecl_13761 slgt_compat_ioctl fndecl 3 13761 NULL nohasharray
++enable_so_xfs_alloc_pagf_init_fndecl_13761 xfs_alloc_pagf_init fndecl 3 13761 &enable_so_slgt_compat_ioctl_fndecl_13761
++enable_so_encrypt_headroom_ieee80211_sub_if_data_13764 encrypt_headroom ieee80211_sub_if_data 0 13764 NULL
++enable_so_ar5523_cmd_read_fndecl_13766 ar5523_cmd_read fndecl 4 13766 NULL
++enable_so_scnprint_id_fndecl_13769 scnprint_id fndecl 3-0 13769 NULL
++enable_so_check_extent_to_block_fndecl_13780 check_extent_to_block fndecl 2-3 13780 NULL
++enable_so_ue_size_asd_bios_chim_struct_13782 ue_size asd_bios_chim_struct 0 13782 NULL
++enable_so_usbhs_dma_calc_received_size_fndecl_13783 usbhs_dma_calc_received_size fndecl 3 13783 NULL
++enable_so_iwl_trans_read_mem32_fndecl_13786 iwl_trans_read_mem32 fndecl 0 13786 NULL
++enable_so_ept_get_level1_sp_gpa_fndecl_13788 ept_get_level1_sp_gpa fndecl 0 13788 NULL
++enable_so_smk_write_load_fndecl_13790 smk_write_load fndecl 3 13790 NULL
++enable_so_tipc_conn_sendmsg_fndecl_13792 tipc_conn_sendmsg fndecl 5 13792 NULL
++enable_so_reply_sz__MPT_ADAPTER_13794 reply_sz _MPT_ADAPTER 0 13794 NULL
++enable_so_num_fcoe_msix_i40e_pf_13802 num_fcoe_msix i40e_pf 0 13802 NULL
++enable_so_ath6kl_create_qos_write_fndecl_13804 ath6kl_create_qos_write fndecl 3 13804 NULL
++enable_so_gx_frame_buffer_size_fndecl_13808 gx_frame_buffer_size fndecl 0 13808 NULL
++enable_so_v4l2_detect_gtf_fndecl_13810 v4l2_detect_gtf fndecl 3-2-1 13810 NULL
++enable_so_fifo_size_sram_channel_13811 fifo_size sram_channel 0 13811 NULL
++enable_so_shared_kmem_cache_13812 shared kmem_cache 0 13812 NULL
++enable_so_den_min_snd_ratnum_13815 den_min snd_ratnum 0 13815 NULL
++enable_so_rt6i_nfheader_len_rt6_info_13820 rt6i_nfheader_len rt6_info 0 13820 NULL
++enable_so_phys_pte_init_fndecl_13824 phys_pte_init fndecl 2-3 13824 NULL nohasharray
++enable_so_seq_read_fndecl_13824 seq_read fndecl 3 13824 &enable_so_phys_pte_init_fndecl_13824
++enable_so_brcmf_sdio_firmware_callback_fndecl_13829 brcmf_sdio_firmware_callback fndecl 4 13829 NULL
++enable_so_ib_dma_map_sg_fndecl_13830 ib_dma_map_sg fndecl 0 13830 NULL
++enable_so_logical_offset_btrfs_dio_private_13833 logical_offset btrfs_dio_private 0 13833 NULL
++enable_so_cypress_write_fndecl_13836 cypress_write fndecl 4 13836 NULL
++enable_so_ceph_fallocate_fndecl_13837 ceph_fallocate fndecl 4-3 13837 NULL
++enable_so_nr_vecs_biovec_slab_13838 nr_vecs biovec_slab 0 13838 NULL
++enable_so_init_memory_mapping_fndecl_13840 init_memory_mapping fndecl 2 13840 NULL
++enable_so_parser_init_byte_stream_fndecl_13844 parser_init_byte_stream fndecl 2 13844 NULL
++enable_so_port_pio_base_ipath_portdata_13851 port_pio_base ipath_portdata 0 13851 NULL
++enable_so_sddr09_read_data_fndecl_13860 sddr09_read_data fndecl 3-2 13860 NULL
++enable_so_starting_offset_mpt3_diag_read_buffer_13869 starting_offset mpt3_diag_read_buffer 0 13869 NULL
++enable_so_gfs2_add_jextent_fndecl_13879 gfs2_add_jextent fndecl 2-3 13879 NULL
++enable_so_analog_ep_bulk_em28xx_13880 analog_ep_bulk em28xx 0 13880 NULL
++enable_so_layers_idr_13889 layers idr 0 13889 NULL
++enable_so_truncate_blocks_fndecl_13892 truncate_blocks fndecl 2 13892 NULL
++enable_so_cblock_per_bio_data_13894 cblock per_bio_data 0 13894 NULL
++enable_so_s_ncg_ufs_sb_private_info_13899 s_ncg ufs_sb_private_info 0 13899 NULL nohasharray
++enable_so_rlen_cm4000_dev_13899 rlen cm4000_dev 0 13899 &enable_so_s_ncg_ufs_sb_private_info_13899
++enable_so_vsync_pulse_width_lo_oaktrail_timing_info_13901 vsync_pulse_width_lo oaktrail_timing_info 0 13901 NULL
++enable_so_hold_inflate_state_13902 hold inflate_state 0 13902 NULL
++enable_so_pio_base_qib_ctxtdata_13913 pio_base qib_ctxtdata 0 13913 NULL
++enable_so_wm_coeff_parse_int_fndecl_13918 wm_coeff_parse_int fndecl 0 13918 NULL
++enable_so_trips_thermal_zone_device_13921 trips thermal_zone_device 0 13921 NULL nohasharray
++enable_so_ipr_max_devs_vardecl_ipr_c_13921 ipr_max_devs vardecl_ipr.c 0 13921 &enable_so_trips_thermal_zone_device_13921
++enable_so_vt_block_vxfs_typed_13924 vt_block vxfs_typed 0 13924 NULL
++enable_so_oti_alloc_cookies_fndecl_13925 oti_alloc_cookies fndecl 2 13925 NULL
++enable_so_garmin_read_process_fndecl_13926 garmin_read_process fndecl 3 13926 NULL
++enable_so_s_firstdatazone_minix_sb_info_13932 s_firstdatazone minix_sb_info 0 13932 NULL
++enable_so_hcd_buffer_alloc_fndecl_13940 hcd_buffer_alloc fndecl 2 13940 NULL
++enable_so_ip_set_get_h32_fndecl_13945 ip_set_get_h32 fndecl 0 13945 NULL
++enable_so_ept_walk_addr_generic_fndecl_13950 ept_walk_addr_generic fndecl 4-5 13950 NULL
++enable_so_img_IMEM_size_fw_hdr_13961 img_IMEM_size fw_hdr 0 13961 NULL
++enable_so_u132_hcd_configure_input_recv_fndecl_13969 u132_hcd_configure_input_recv fndecl 4 13969 NULL
++enable_so_nla_append_fndecl_13971 nla_append fndecl 2 13971 NULL
++enable_so_ib_copy_to_udata_fndecl_13974 ib_copy_to_udata fndecl 3 13974 NULL
++enable_so_yres_panel_info_13976 yres panel_info 0 13976 NULL
++enable_so_e_phnum_elf32_hdr_13980 e_phnum elf32_hdr 0 13980 NULL
++enable_so_isdn_tty_handleDLEdown_fndecl_13981 isdn_tty_handleDLEdown fndecl 0 13981 NULL
++enable_so_SyS_fgetxattr_fndecl_13984 SyS_fgetxattr fndecl 4 13984 NULL
++enable_so_syslog_partial_vardecl_printk_c_13985 syslog_partial vardecl_printk.c 0 13985 NULL
++enable_so_rs_move_siso_to_other_fndecl_13987 rs_move_siso_to_other fndecl 5 13987 NULL
++enable_so_libipw_alloc_txb_fndecl_13992 libipw_alloc_txb fndecl 3-2-1 13992 NULL
++enable_so_size_urb_list_13995 size urb_list 0 13995 NULL
++enable_so_wanted_disk_byte___prelim_ref_14003 wanted_disk_byte __prelim_ref 0 14003 NULL nohasharray
++enable_so_i_len_xfs_log_iovec_14003 i_len xfs_log_iovec 0 14003 &enable_so_wanted_disk_byte___prelim_ref_14003 nohasharray
++enable_so_nilfs_read_super_root_block_fndecl_14003 nilfs_read_super_root_block fndecl 2 14003 &enable_so_i_len_xfs_log_iovec_14003
++enable_so_buffer_top_vardecl_nm256_c_14008 buffer_top vardecl_nm256.c 0 14008 NULL
++enable_so_n_phy_mvs_chip_info_14009 n_phy mvs_chip_info 0 14009 NULL
++enable_so_batadv_socket_add_packet_fndecl_14011 batadv_socket_add_packet fndecl 3 14011 NULL
++enable_so_e820_update_range_saved_fndecl_14017 e820_update_range_saved fndecl 2 14017 NULL
++enable_so_btrfs_find_create_tree_block_fndecl_14018 btrfs_find_create_tree_block fndecl 2 14018 NULL
++enable_so_security_enabled_ieee802154_hdr_fc_14024 security_enabled ieee802154_hdr_fc 0 14024 NULL
++enable_so_sensor_framerate_go7007_14025 sensor_framerate go7007 0 14025 NULL
++enable_so_descriptors_per_page__drm_via_sg_info_14046 descriptors_per_page _drm_via_sg_info 0 14046 NULL
++enable_so_zlib_deflateInit2_fndecl_14048 zlib_deflateInit2 fndecl 5-4 14048 NULL
++enable_so_nr_perf_callchain_entry_14049 nr perf_callchain_entry 0 14049 NULL
++enable_so_C_SYSC_mbind_fndecl_14055 C_SYSC_mbind fndecl 5 14055 NULL
++enable_so_ext3_xattr_set_handle_fndecl_14056 ext3_xattr_set_handle fndecl 6 14056 NULL nohasharray
++enable_so_add_new_gdb_fndecl_14056 add_new_gdb fndecl 3 14056 &enable_so_ext3_xattr_set_handle_fndecl_14056
++enable_so_nl80211_send_connect_result_fndecl_14057 nl80211_send_connect_result fndecl 5-7 14057 NULL nohasharray
++enable_so_read_flush_procfs_fndecl_14057 read_flush_procfs fndecl 3 14057 &enable_so_nl80211_send_connect_result_fndecl_14057
++enable_so_btrfs_fallocate_fndecl_14060 btrfs_fallocate fndecl 4-3 14060 NULL nohasharray
++enable_so_ept_identity_map_addr_kvm_arch_14060 ept_identity_map_addr kvm_arch 0 14060 &enable_so_btrfs_fallocate_fndecl_14060
++enable_so_entry_number_user_desc_14065 entry_number user_desc 0 14065 NULL
++enable_so_cyttsp_spi_write_block_data_fndecl_14068 cyttsp_spi_write_block_data fndecl 4 14068 NULL
++enable_so_sh_msiof_dma_once_fndecl_14090 sh_msiof_dma_once fndecl 4 14090 NULL nohasharray
++enable_so_filemark_cnt_os_aux_s_14090 filemark_cnt os_aux_s 0 14090 &enable_so_sh_msiof_dma_once_fndecl_14090
++enable_so_last_rate_n_flags_iwl_lq_sta_14099 last_rate_n_flags iwl_lq_sta 0 14099 NULL
++enable_so_btmrvl_hscfgcmd_write_fndecl_14100 btmrvl_hscfgcmd_write fndecl 3 14100 NULL
++enable_so_data_len_vscsibk_pend_14106 data_len vscsibk_pend 0 14106 NULL
++enable_so_wil_write_file_wmi_fndecl_14109 wil_write_file_wmi fndecl 3 14109 NULL
++enable_so_elem_size_xdr_array2_desc_14114 elem_size xdr_array2_desc 0 14114 NULL
++enable_so_hfs_direct_IO_fndecl_14120 hfs_direct_IO fndecl 3 14120 NULL
++enable_so_adaption_gsm_dlci_14123 adaption gsm_dlci 0 14123 NULL
++enable_so_efd_count_ext4_free_data_14128 efd_count ext4_free_data 0 14128 NULL
++enable_so_i2400m_net_rx_fndecl_14129 i2400m_net_rx fndecl 5 14129 NULL
++enable_so_dqi_entry_size_qtree_mem_dqinfo_14150 dqi_entry_size qtree_mem_dqinfo 0 14150 NULL
++enable_so_short_len_fat_ioctl_filldir_callback_14151 short_len fat_ioctl_filldir_callback 0 14151 NULL
++enable_so_page_size_at24_platform_data_14152 page_size at24_platform_data 0 14152 NULL
++enable_so_svcxdr_tmpalloc_fndecl_14154 svcxdr_tmpalloc fndecl 2 14154 NULL nohasharray
++enable_so_num_ratios_coreclk_soc_desc_14154 num_ratios coreclk_soc_desc 0 14154 &enable_so_svcxdr_tmpalloc_fndecl_14154 nohasharray
++enable_so_write_kmem_fndecl_14154 write_kmem fndecl 3 14154 &enable_so_num_ratios_coreclk_soc_desc_14154
++enable_so_crypto_aead_setauthsize_fndecl_14158 crypto_aead_setauthsize fndecl 2 14158 NULL
++enable_so_range_min_regmap_range_node_14166 range_min regmap_range_node 0 14166 NULL
++enable_so_ocfs2_read_blocks_sync_fndecl_14169 ocfs2_read_blocks_sync fndecl 2 14169 NULL
++enable_so_cmd_len_scsi_cmnd_14171 cmd_len scsi_cmnd 0 14171 NULL
++enable_so_len_hermes_idstring_14173 len hermes_idstring 0 14173 NULL
++enable_so_brcmf_usb_recv_ctl_fndecl_14174 brcmf_usb_recv_ctl fndecl 3 14174 NULL
++enable_so_curr_tx_buf_size_mwifiex_adapter_14186 curr_tx_buf_size mwifiex_adapter 0 14186 NULL
++enable_so_cfpkt_add_trail_fndecl_14191 cfpkt_add_trail fndecl 3 14191 NULL
++enable_so_rxrpc_request_key_fndecl_14192 rxrpc_request_key fndecl 3 14192 NULL
++enable_so_uvc_fraction_to_interval_fndecl_14194 uvc_fraction_to_interval fndecl 0-2-1 14194 NULL nohasharray
++enable_so_btrfs_double_unlock_fndecl_14194 btrfs_double_unlock fndecl 2-4-5 14194 &enable_so_uvc_fraction_to_interval_fndecl_14194
++enable_so_bg_block_bitmap_hi_ext4_group_desc_14201 bg_block_bitmap_hi ext4_group_desc 0 14201 NULL
++enable_so_num_ports_mlx4_func_cap_14214 num_ports mlx4_func_cap 0 14214 NULL
++enable_so___dma_map_cont_fndecl_14218 __dma_map_cont fndecl 5 14218 NULL
++enable_so_e1000_copybreak_fndecl_14223 e1000_copybreak fndecl 3 14223 NULL
++enable_so_hpfs_remove_dtree_fndecl_14224 hpfs_remove_dtree fndecl 2 14224 NULL
++enable_so_hw_token_fotg210_qtd_14233 hw_token fotg210_qtd 0 14233 NULL
++enable_so_comedi_alloc_devpriv_fndecl_14235 comedi_alloc_devpriv fndecl 2 14235 NULL
++enable_so_ath6kl_wmi_test_cmd_fndecl_14243 ath6kl_wmi_test_cmd fndecl 3 14243 NULL nohasharray
++enable_so_virtqueue_add_inbuf_fndecl_14243 virtqueue_add_inbuf fndecl 3 14243 &enable_so_ath6kl_wmi_test_cmd_fndecl_14243
++enable_so_cy8ctmg110_read_regs_fndecl_14259 cy8ctmg110_read_regs fndecl 3 14259 NULL nohasharray
++enable_so___wmi_send_fndecl_14259 __wmi_send fndecl 4 14259 &enable_so_cy8ctmg110_read_regs_fndecl_14259
++enable_so_size_drm_scatter_gather_14264 size drm_scatter_gather 0 14264 NULL
++enable_so_copy_from_buf_fndecl_14271 copy_from_buf fndecl 2-4 14271 NULL
++enable_so_afs_cell_create_fndecl_14273 afs_cell_create fndecl 2 14273 NULL
++enable_so_nilfs_sufile_block_get_segment_usage_fndecl_14278 nilfs_sufile_block_get_segment_usage fndecl 2 14278 NULL
++enable_so_transfer_spi_master_14283 transfer spi_master 0 14283 NULL
++enable_so_req_lim_delta_srp_aer_req_14289 req_lim_delta srp_aer_req 0 14289 NULL
++enable_so_detect_a2_a2m_eiaj_fndecl_14292 detect_a2_a2m_eiaj fndecl 3 14292 NULL
++enable_so_snd_pcm_oss_write2_fndecl_14295 snd_pcm_oss_write2 fndecl 3 14295 NULL
++enable_so_yscroll_display_14301 yscroll display 0 14301 NULL
++enable_so_size_ldt_struct_14303 size ldt_struct 0 14303 NULL
++enable_so_dbg_fixed_rate_il_lq_sta_14306 dbg_fixed_rate il_lq_sta 0 14306 NULL
++enable_so_outdiv_fll_div_14312 outdiv fll_div 0 14312 NULL
++enable_so_scif_p2p_setsg_fndecl_14314 scif_p2p_setsg fndecl 3 14314 NULL
++enable_so_iwl_dbgfs_csr_write_fndecl_14320 iwl_dbgfs_csr_write fndecl 3 14320 NULL
++enable_so_nilfs_ilookup_fndecl_14324 nilfs_ilookup fndecl 3 14324 NULL
++enable_so_udf_table_prealloc_blocks_fndecl_14325 udf_table_prealloc_blocks fndecl 5-0 14325 NULL
++enable_so_gfn_kvm_mmu_page_14326 gfn kvm_mmu_page 0 14326 NULL
++enable_so_pcbit_stat_fndecl_14327 pcbit_stat fndecl 2 14327 NULL
++enable_so_hactive_hi_lvds_dvo_timing_14328 hactive_hi lvds_dvo_timing 0 14328 NULL
++enable_so_data_offset_md_rdev_14330 data_offset md_rdev 0 14330 NULL
++enable_so_pasid_limit_vardecl_kfd_pasid_c_14334 pasid_limit vardecl_kfd_pasid.c 0 14334 NULL
++enable_so_vnet_hdr_sz_macvtap_queue_14351 vnet_hdr_sz macvtap_queue 0 14351 NULL
++enable_so_do_sys_truncate_fndecl_14355 do_sys_truncate fndecl 2 14355 NULL
++enable_so_current_committed_pstore_14356 current_committed pstore 0 14356 NULL
++enable_so_start_section_nr_memory_block_14358 start_section_nr memory_block 0 14358 NULL
++enable_so_blkno_attrlist_cursor_kern_14361 blkno attrlist_cursor_kern 0 14361 NULL
++enable_so_size_set_mib_buffer_14366 size set_mib_buffer 0 14366 NULL
++enable_so_do_jffs2_setxattr_fndecl_14373 do_jffs2_setxattr fndecl 5 14373 NULL nohasharray
++enable_so_dm_bufio_get_fndecl_14373 dm_bufio_get fndecl 2 14373 &enable_so_do_jffs2_setxattr_fndecl_14373 nohasharray
++enable_so_max_tokens_iw_ioctl_description_14373 max_tokens iw_ioctl_description 0 14373 &enable_so_dm_bufio_get_fndecl_14373
++enable_so_nvme_trans_mode_page_create_fndecl_14375 nvme_trans_mode_page_create fndecl 4-7 14375 NULL
++enable_so_length_scsiif_request_segment_14376 length scsiif_request_segment 0 14376 NULL
++enable_so_highest_objectid_btrfs_root_14378 highest_objectid btrfs_root 0 14378 NULL
++enable_so_num_phys__sas_node_14384 num_phys _sas_node 0 14384 NULL
++enable_so_dma_in_iguanair_14391 dma_in iguanair 0 14391 NULL
++enable_so_sisusbcon_scroll_area_fndecl_14392 sisusbcon_scroll_area fndecl 3-4 14392 NULL
++enable_so_run_delalloc_nocow_fndecl_14395 run_delalloc_nocow fndecl 3-4 14395 NULL
++enable_so_ssize_usbat_info_14405 ssize usbat_info 0 14405 NULL
++enable_so_vmcb_iopm_nested_state_14411 vmcb_iopm nested_state 0 14411 NULL
++enable_so_crtc_hblank_start_drm_display_mode_14412 crtc_hblank_start drm_display_mode 0 14412 NULL nohasharray
++enable_so_rl_space_gfs2_rgrp_list_14412 rl_space gfs2_rgrp_list 0 14412 &enable_so_crtc_hblank_start_drm_display_mode_14412
++enable_so_num_channels_hsi_config_14414 num_channels hsi_config 0 14414 NULL
++enable_so_max_ep_fsl_udc_14417 max_ep fsl_udc 0 14417 NULL
++enable_so_snd_es1938_capture_copy_fndecl_14425 snd_es1938_capture_copy fndecl 5 14425 NULL
++enable_so_xlog_recover_process_one_iunlink_fndecl_14426 xlog_recover_process_one_iunlink fndecl 3-2 14426 NULL
++enable_so_flush_fndecl_14454 flush fndecl 2 14454 NULL
++enable_so_residual_data_length_pmcraid_ioasa_14459 residual_data_length pmcraid_ioasa 0 14459 NULL
++enable_so__regmap_multi_reg_write_fndecl_14460 _regmap_multi_reg_write fndecl 3 14460 NULL
++enable_so_data_inp_ep_vub300_mmc_host_14468 data_inp_ep vub300_mmc_host 0 14468 NULL nohasharray
++enable_so_cfs_hash_create_fndecl_14468 cfs_hash_create fndecl 4-2-5 14468 &enable_so_data_inp_ep_vub300_mmc_host_14468
++enable_so_ntfs_sync_mft_mirror_fndecl_14470 ntfs_sync_mft_mirror fndecl 2 14470 NULL
++enable_so_cache_nat_entry_fndecl_14475 cache_nat_entry fndecl 2 14475 NULL
++enable_so_groups_netlink_table_14476 groups netlink_table 0 14476 NULL
++enable_so_t1_change_mtu_fndecl_14478 t1_change_mtu fndecl 2 14478 NULL
++enable_so_udp_setsockopt_fndecl_14482 udp_setsockopt fndecl 5 14482 NULL
++enable_so_rx_unit_if_sdio_card_14483 rx_unit if_sdio_card 0 14483 NULL
++enable_so_ntfs_perform_write_fndecl_14496 ntfs_perform_write fndecl 3 14496 NULL
++enable_so_btrfs_lookup_bio_sums_dio_fndecl_14498 btrfs_lookup_bio_sums_dio fndecl 4 14498 NULL
++enable_so_gsm_control_send_fndecl_14499 gsm_control_send fndecl 4 14499 NULL
++enable_so_num_vq_mic_device_desc_14503 num_vq mic_device_desc 0 14503 NULL
++enable_so_bnad_q_num_adjust_fndecl_14512 bnad_q_num_adjust fndecl 2 14512 NULL
++enable_so_irq_create_strict_mappings_fndecl_14522 irq_create_strict_mappings fndecl 4 14522 NULL
++enable_so_memcg_update_all_list_lrus_fndecl_14532 memcg_update_all_list_lrus fndecl 1 14532 NULL
++enable_so_viafb_second_offset_vardecl_viafbdev_c_14533 viafb_second_offset vardecl_viafbdev.c 0 14533 NULL
++enable_so_len_extent_info_14542 len extent_info 0 14542 NULL
++enable_so_ieee80211_get_hdrlen_from_skb_fndecl_14543 ieee80211_get_hdrlen_from_skb fndecl 0 14543 NULL
++enable_so_ctrl_set_croph_fndecl_14545 ctrl_set_croph fndecl 3 14545 NULL nohasharray
++enable_so_word17_lpfc_mbx_read_config_14545 word17 lpfc_mbx_read_config 0 14545 &enable_so_ctrl_set_croph_fndecl_14545 nohasharray
++enable_so_density_scsi_tape_14545 density scsi_tape 0 14545 &enable_so_word17_lpfc_mbx_read_config_14545
++enable_so_lsave_cnt_ubifs_info_14547 lsave_cnt ubifs_info 0 14547 NULL
++enable_so_inum_scrub_nocow_inode_14548 inum scrub_nocow_inode 0 14548 NULL nohasharray
++enable_so_len_btrfsic_block_data_ctx_14548 len btrfsic_block_data_ctx 0 14548 &enable_so_inum_scrub_nocow_inode_14548
++enable_so___alloc_memory_core_early_fndecl_14550 __alloc_memory_core_early fndecl 3-2 14550 NULL
++enable_so_rn_snamelen_nfsd4_rename_14552 rn_snamelen nfsd4_rename 0 14552 NULL
++enable_so_pri_wm_latency_write_fndecl_14556 pri_wm_latency_write fndecl 3 14556 NULL
++enable_so_keyctl_update_key_fndecl_14558 keyctl_update_key fndecl 3 14558 NULL
++enable_so_set_ep_max_packet_size_fndecl_14569 set_ep_max_packet_size fndecl 3 14569 NULL
++enable_so_data_sector_size_mmc_ext_csd_14571 data_sector_size mmc_ext_csd 0 14571 NULL
++enable_so_buffer_size_ncp_server_14574 buffer_size ncp_server 0 14574 NULL
++enable_so_xfs_bmbt_set_blockcount_fndecl_14577 xfs_bmbt_set_blockcount fndecl 2 14577 NULL
++enable_so_btrfs_wait_ordered_range_fndecl_14581 btrfs_wait_ordered_range fndecl 2 14581 NULL
++enable_so_ext2_xattr_trusted_set_fndecl_14586 ext2_xattr_trusted_set fndecl 4 14586 NULL nohasharray
++enable_so_be_length_pnfs_block_extent_14586 be_length pnfs_block_extent 0 14586 &enable_so_ext2_xattr_trusted_set_fndecl_14586
++enable_so_channel_spacing_adf4350_platform_data_14594 channel_spacing adf4350_platform_data 0 14594 NULL
++enable_so_link_pipe_fndecl_14595 link_pipe fndecl 3 14595 NULL
++enable_so_proc_coredump_filter_write_fndecl_14602 proc_coredump_filter_write fndecl 3 14602 NULL
++enable_so_nes_netdev_change_mtu_fndecl_14604 nes_netdev_change_mtu fndecl 2 14604 NULL
++enable_so___get_user_pages_fndecl_14607 __get_user_pages fndecl 0-3 14607 NULL nohasharray
++enable_so_befs_utf2nls_fndecl_14607 befs_utf2nls fndecl 3 14607 &enable_so___get_user_pages_fndecl_14607
++enable_so_get_next_sit_page_fndecl_14609 get_next_sit_page fndecl 2 14609 NULL nohasharray
++enable_so_skb_split_fndecl_14609 skb_split fndecl 3 14609 &enable_so_get_next_sit_page_fndecl_14609 nohasharray
++enable_so_mqd_size_aligned_kfd_device_info_14609 mqd_size_aligned kfd_device_info 0 14609 &enable_so_skb_split_fndecl_14609
++enable_so_alb_send_lp_vid_fndecl_14613 alb_send_lp_vid fndecl 4 14613 NULL
++enable_so_len_c2_rxp_hdr_14614 len c2_rxp_hdr 0 14614 NULL
++enable_so_recv_bulk_pipe_us_data_14615 recv_bulk_pipe us_data 0 14615 NULL nohasharray
++enable_so_max_sge_isert_conn_14615 max_sge isert_conn 0 14615 &enable_so_recv_bulk_pipe_us_data_14615
++enable_so_ddp_ppod_write_idata_fndecl_14617 ddp_ppod_write_idata fndecl 5 14617 NULL
++enable_so_length_comedi_lrange_14641 length comedi_lrange 0 14641 NULL
++enable_so_SSIDsize_bss_info_14644 SSIDsize bss_info 0 14644 NULL
++enable_so_endpoint_usbdevfs_urb_14649 endpoint usbdevfs_urb 0 14649 NULL
++enable_so___direct_map_fndecl_14652 __direct_map fndecl 6 14652 NULL
++enable_so_write_dst_fndecl_14653 write_dst fndecl 3 14653 NULL
++enable_so_wNdpOutAlignment_usb_cdc_ncm_ntb_parameters_14656 wNdpOutAlignment usb_cdc_ncm_ntb_parameters 0 14656 NULL
++enable_so_ep_usbip_header_basic_14659 ep usbip_header_basic 0 14659 NULL
++enable_so_interval_solo_enc_dev_14661 interval solo_enc_dev 0 14661 NULL
++enable_so_fb_cvt_vbi_lines_fndecl_14664 fb_cvt_vbi_lines fndecl 0 14664 NULL
++enable_so_ext2_try_to_allocate_fndecl_14672 ext2_try_to_allocate fndecl 4 14672 NULL
++enable_so_sg_tablesize_usb_bus_14673 sg_tablesize usb_bus 0 14673 NULL
++enable_so_aircable_prepare_write_buffer_fndecl_14678 aircable_prepare_write_buffer fndecl 3 14678 NULL
++enable_so_file_size_squashfs_reg_inode_14679 file_size squashfs_reg_inode 0 14679 NULL
++enable_so_mtu_vnic_devcmd_notify_14682 mtu vnic_devcmd_notify 0 14682 NULL
++enable_so_lpfc_idiag_cmd_get_fndecl_14683 lpfc_idiag_cmd_get fndecl 2 14683 NULL
++enable_so_rx_queue_entry_next_fndecl_14688 rx_queue_entry_next fndecl 0 14688 NULL
++enable_so_ibmasm_new_command_fndecl_14689 ibmasm_new_command fndecl 2 14689 NULL
++enable_so_smt_fill_path_fndecl_14692 smt_fill_path fndecl 0 14692 NULL
++enable_so_ttm_tt_init_fndecl_14694 ttm_tt_init fndecl 3 14694 NULL
++enable_so_num_sizes_vmw_surface_14695 num_sizes vmw_surface 0 14695 NULL
++enable_so_fib_info_hash_size_vardecl_fib_semantics_c_14699 fib_info_hash_size vardecl_fib_semantics.c 0 14699 NULL
++enable_so___alloc_bootmem_low_node_fndecl_14701 __alloc_bootmem_low_node fndecl 3-2 14701 NULL
++enable_so_set_extent_new_fndecl_14709 set_extent_new fndecl 3-2 14709 NULL
++enable_so_AdapterFibsSize_aac_init_14712 AdapterFibsSize aac_init 0 14712 NULL
++enable_so_ftop_swregs_state_14719 ftop swregs_state 0 14719 NULL
++enable_so_cxgbi_device_portmap_create_fndecl_14720 cxgbi_device_portmap_create fndecl 3 14720 NULL
++enable_so_dac_mmap_min_addr_vardecl_14725 dac_mmap_min_addr vardecl 0 14725 NULL
++enable_so_mmc_spi_data_do_fndecl_14728 mmc_spi_data_do fndecl 4 14728 NULL
++enable_so_or51132_writebuf_fndecl_14730 or51132_writebuf fndecl 3 14730 NULL
++enable_so_hdrlen_ppp_file_14734 hdrlen ppp_file 0 14734 NULL nohasharray
++enable_so_ath9k_htc_rx_msg_fndecl_14734 ath9k_htc_rx_msg fndecl 3 14734 &enable_so_hdrlen_ppp_file_14734
++enable_so_mcs_unwrap_fir_fndecl_14742 mcs_unwrap_fir fndecl 3 14742 NULL
++enable_so_mlx4_alloc_icm_coherent_fndecl_14745 mlx4_alloc_icm_coherent fndecl 3 14745 NULL
++enable_so_short_retry_limit_ipw_priv_14755 short_retry_limit ipw_priv 0 14755 NULL
++enable_so_block_start_deflate_state_14787 block_start deflate_state 0 14787 NULL
++enable_so_td_fill_fndecl_14788 td_fill fndecl 3 14788 NULL
++enable_so_brcmf_sdio_verifymemory_fndecl_14795 brcmf_sdio_verifymemory fndecl 4-2 14795 NULL nohasharray
++enable_so_realloc_buffer_fndecl_14795 realloc_buffer fndecl 2 14795 &enable_so_brcmf_sdio_verifymemory_fndecl_14795
++enable_so_mthca_map_user_db_fndecl_14796 mthca_map_user_db fndecl 5 14796 NULL
++enable_so_sg_read_fndecl_14804 sg_read fndecl 3 14804 NULL
++enable_so_inode_claim_rsv_space_fndecl_14807 inode_claim_rsv_space fndecl 2 14807 NULL nohasharray
++enable_so_sb_max_fwd_alloc_hpfs_sb_info_14807 sb_max_fwd_alloc hpfs_sb_info 0 14807 &enable_so_inode_claim_rsv_space_fndecl_14807
++enable_so_nr_sectors_fat_floppy_defaults_14809 nr_sectors fat_floppy_defaults 0 14809 NULL
++enable_so_nbytes_blkcipher_walk_14811 nbytes blkcipher_walk 0 14811 NULL
++enable_so_read_fn_xusb_udc_14819 read_fn xusb_udc 0 14819 NULL
++enable_so_fout_arizona_fll_14821 fout arizona_fll 0 14821 NULL
++enable_so_wDescriptorLength_hid_descriptor_14825 wDescriptorLength hid_descriptor 0 14825 NULL
++enable_so_tg3_change_mtu_fndecl_14826 tg3_change_mtu fndecl 2 14826 NULL
++enable_so_residual_length_response_14830 residual_length response 0 14830 NULL
++enable_so_shift_arg_pages_fndecl_14835 shift_arg_pages fndecl 2 14835 NULL
++enable_so_h_s5p_jpeg_q_data_14846 h s5p_jpeg_q_data 0 14846 NULL
++enable_so_vram_contig_size_vml_info_14851 vram_contig_size vml_info 0 14851 NULL
++enable_so_sample_rate_max_lola_14860 sample_rate_max lola 0 14860 NULL
++enable_so_threads_mask_netns_ipvs_14873 threads_mask netns_ipvs 0 14873 NULL
++enable_so_submit_queues_vardecl_null_blk_c_14881 submit_queues vardecl_null_blk.c 0 14881 NULL
++enable_so_invalidate_inode_pages2_range_fndecl_14896 invalidate_inode_pages2_range fndecl 0-3 14896 NULL
++enable_so_ebcnt_vardecl_pagetest_c_14897 ebcnt vardecl_pagetest.c 0 14897 NULL
++enable_so_crtc_vsync_end_drm_display_mode_14898 crtc_vsync_end drm_display_mode 0 14898 NULL
++enable_so_extent_clear_unlock_delalloc_fndecl_14899 extent_clear_unlock_delalloc fndecl 2-3 14899 NULL nohasharray
++enable_so_nkeys_tc_pedit_sel_14899 nkeys tc_pedit_sel 0 14899 &enable_so_extent_clear_unlock_delalloc_fndecl_14899
++enable_so_len_move_extent_14902 len move_extent 0 14902 NULL
++enable_so_ntty_write_fndecl_14903 ntty_write fndecl 3 14903 NULL
++enable_so_vringh_init_user_fndecl_14905 vringh_init_user fndecl 3 14905 NULL
++enable_so_max_height_vsp1_rwpf_14907 max_height vsp1_rwpf 0 14907 NULL nohasharray
++enable_so_firmware_store_fndecl_14907 firmware_store fndecl 4 14907 &enable_so_max_height_vsp1_rwpf_14907
++enable_so_in_pipe_usbtest_dev_14914 in_pipe usbtest_dev 0 14914 NULL
++enable_so_root_btrfs_delayed_data_ref_14922 root btrfs_delayed_data_ref 0 14922 NULL
++enable_so_tower_read_fndecl_14926 tower_read fndecl 3 14926 NULL nohasharray
++enable_so_enc_pools_add_pages_fndecl_14926 enc_pools_add_pages fndecl 1 14926 &enable_so_tower_read_fndecl_14926
++enable_so_e1000_frag_len_fndecl_14930 e1000_frag_len fndecl 0 14930 NULL
++enable_so_at25_bin_read_fndecl_14936 at25_bin_read fndecl 5-6 14936 NULL
++enable_so_get_allocated_memblock_reserved_regions_info_fndecl_14938 get_allocated_memblock_reserved_regions_info fndecl 0 14938 NULL nohasharray
++enable_so_pagemap_read_fndecl_14938 pagemap_read fndecl 3 14938 &enable_so_get_allocated_memblock_reserved_regions_info_fndecl_14938
++enable_so_decrypted_datalen_encrypted_key_payload_14939 decrypted_datalen encrypted_key_payload 0 14939 NULL
++enable_so_ib_alloc_device_fndecl_14944 ib_alloc_device fndecl 1 14944 NULL
++enable_so_tailout_ignore_xpnet_message_14949 tailout_ignore xpnet_message 0 14949 NULL
++enable_so_ulong_write_file_fndecl_14950 ulong_write_file fndecl 3 14950 NULL
++enable_so_osst_max_sg_segs_vardecl_osst_c_14954 osst_max_sg_segs vardecl_osst.c 0 14954 NULL
++enable_so_vfio_pin_pages_fndecl_14957 vfio_pin_pages fndecl 1 14957 NULL
++enable_so_bop_lookup_nilfs_bmap_operations_14977 bop_lookup nilfs_bmap_operations 0 14977 NULL
++enable_so_fuse_read_update_size_fndecl_14982 fuse_read_update_size fndecl 2 14982 NULL
++enable_so_icv_len_ieee80211_key_conf_14983 icv_len ieee80211_key_conf 0 14983 NULL
++enable_so_alloc_ep_req_fndecl_14986 alloc_ep_req fndecl 3-2 14986 NULL
++enable_so_min_gma_range_t_14997 min gma_range_t 0 14997 NULL nohasharray
++enable_so_uhid_char_write_fndecl_14997 uhid_char_write fndecl 3 14997 &enable_so_min_gma_range_t_14997
++enable_so_read_vmcore_fndecl_14998 read_vmcore fndecl 3 14998 NULL
++enable_so_vfio_pci_set_msi_trigger_fndecl_15000 vfio_pci_set_msi_trigger fndecl 4-3 15000 NULL
++enable_so_drbd_bm_words_fndecl_15003 drbd_bm_words fndecl 0 15003 NULL
++enable_so___vhost_add_used_n_fndecl_15017 __vhost_add_used_n fndecl 3 15017 NULL
++enable_so_buffers_ivtv_stream_15020 buffers ivtv_stream 0 15020 NULL
++enable_so_SyS_rt_sigpending_fndecl_15033 SyS_rt_sigpending fndecl 2 15033 NULL
++enable_so_num_rar_entries_ixgbe_mac_info_15039 num_rar_entries ixgbe_mac_info 0 15039 NULL
++enable_so_rts51x_read_mem_fndecl_15042 rts51x_read_mem fndecl 4 15042 NULL nohasharray
++enable_so_mpeglines_vardecl_cx23885_417_c_15042 mpeglines vardecl_cx23885-417.c 0 15042 &enable_so_rts51x_read_mem_fndecl_15042 nohasharray
++enable_so_partitionStartingLocation_partitionDesc_15042 partitionStartingLocation partitionDesc 0 15042 &enable_so_mpeglines_vardecl_cx23885_417_c_15042
++enable_so_max_io_len_dm_target_15053 max_io_len dm_target 0 15053 NULL
++enable_so_buf_len_htc_packet_15054 buf_len htc_packet 0 15054 NULL
++enable_so_hsync_pulse_width_lo_oaktrail_timing_info_15059 hsync_pulse_width_lo oaktrail_timing_info 0 15059 NULL nohasharray
++enable_so_sc_netid_len_nfs4_setclientid_15059 sc_netid_len nfs4_setclientid 0 15059 &enable_so_hsync_pulse_width_lo_oaktrail_timing_info_15059
++enable_so_height_cx2341x_handler_15060 height cx2341x_handler 0 15060 NULL
++enable_so_vid_hdr_alsize_ubi_device_15065 vid_hdr_alsize ubi_device 0 15065 NULL
++enable_so_ctrlbuf_dma_usbhid_device_15067 ctrlbuf_dma usbhid_device 0 15067 NULL nohasharray
++enable_so_lpt_offs_bits_ubifs_info_15067 lpt_offs_bits ubifs_info 0 15067 &enable_so_ctrlbuf_dma_usbhid_device_15067
++enable_so_write_len_ddb_flashio_15069 write_len ddb_flashio 0 15069 NULL
++enable_so_xfs_rtcheck_range_fndecl_15077 xfs_rtcheck_range fndecl 3 15077 NULL nohasharray
++enable_so_starting_offset_mpt2_diag_read_buffer_15077 starting_offset mpt2_diag_read_buffer 0 15077 &enable_so_xfs_rtcheck_range_fndecl_15077
++enable_so_bm_words_bm_xfer_ctx_15081 bm_words bm_xfer_ctx 0 15081 NULL
++enable_so_iommu_alloc_fndecl_15086 iommu_alloc fndecl 4 15086 NULL
++enable_so_cirrusfb_get_memsize_fndecl_15094 cirrusfb_get_memsize fndecl 0 15094 NULL
++enable_so_drm_mm_insert_node_in_range_generic_fndecl_15103 drm_mm_insert_node_in_range_generic fndecl 3 15103 NULL
++enable_so_usbat_read_blocks_fndecl_15109 usbat_read_blocks fndecl 3 15109 NULL
++enable_so_SYSC_bpf_fndecl_15113 SYSC_bpf fndecl 3 15113 NULL
++enable_so_split_nodes_size_interleave_fndecl_15116 split_nodes_size_interleave fndecl 3-4-5 15116 NULL
++enable_so_ubifs_tnc_replace_fndecl_15122 ubifs_tnc_replace fndecl 7 15122 NULL
++enable_so_read_sb_page_fndecl_15124 read_sb_page fndecl 5-4-2 15124 NULL
++enable_so_macvlan_change_mtu_fndecl_15125 macvlan_change_mtu fndecl 2 15125 NULL nohasharray
++enable_so_ebcnt_vardecl_stresstest_c_15125 ebcnt vardecl_stresstest.c 0 15125 &enable_so_macvlan_change_mtu_fndecl_15125
++enable_so_bytes_rds_iovec_15133 bytes rds_iovec 0 15133 NULL
++enable_so_vcpu_id_kvm_vcpu_15135 vcpu_id kvm_vcpu 0 15135 NULL
++enable_so_copy_oldmem_page_fndecl_15143 copy_oldmem_page fndecl 3 15143 NULL
++enable_so_ath9k_hw_name_fndecl_15153 ath9k_hw_name fndecl 3 15153 NULL
++enable_so_chaoskey_read_fndecl_15155 chaoskey_read fndecl 3 15155 NULL
++enable_so_info0_rx_msdu_start_15164 info0 rx_msdu_start 0 15164 NULL
++enable_so_i_disk_sec_hpfs_inode_info_15165 i_disk_sec hpfs_inode_info 0 15165 NULL
++enable_so_ovl_dir_llseek_fndecl_15169 ovl_dir_llseek fndecl 2 15169 NULL
++enable_so_frontswap_curr_pages_fndecl_15172 frontswap_curr_pages fndecl 0 15172 NULL nohasharray
++enable_so_xfs_idata_realloc_fndecl_15172 xfs_idata_realloc fndecl 2 15172 &enable_so_frontswap_curr_pages_fndecl_15172
++enable_so_ieee80211_if_fmt_dot11MeshTTL_fndecl_15173 ieee80211_if_fmt_dot11MeshTTL fndecl 3 15173 NULL
++enable_so_si_namelen_nfsd4_secinfo_15174 si_namelen nfsd4_secinfo 0 15174 NULL
++enable_so_mce_write_fndecl_15178 mce_write fndecl 3 15178 NULL
++enable_so_rssi_wl3501_card_15182 rssi wl3501_card 0 15182 NULL
++enable_so_perform_sglist_fndecl_15184 perform_sglist fndecl 3 15184 NULL
++enable_so_eip_tss_segment_32_15186 eip tss_segment_32 0 15186 NULL
++enable_so_ucStateEntrySize__ATOM_PPLIB_POWERPLAYTABLE_15196 ucStateEntrySize _ATOM_PPLIB_POWERPLAYTABLE 0 15196 NULL
++enable_so_p9_client_write_fndecl_15200 p9_client_write fndecl 0 15200 NULL
++enable_so_mwifiex_regrdwr_write_fndecl_15202 mwifiex_regrdwr_write fndecl 3 15202 NULL
++enable_so_top_qxl_urect_15205 top qxl_urect 0 15205 NULL
++enable_so_gso_max_size_net_device_15213 gso_max_size net_device 0 15213 NULL
++enable_so_sge_control_sge_params_15216 sge_control sge_params 0 15216 NULL
++enable_so_sisusb_bulkout_msg_fndecl_15233 sisusb_bulkout_msg fndecl 5-3 15233 NULL nohasharray
++enable_so_hfsplus_ext_lastblock_fndecl_15233 hfsplus_ext_lastblock fndecl 0 15233 &enable_so_sisusb_bulkout_msg_fndecl_15233
++enable_so_genwqe_ffdc_buff_size_fndecl_15236 genwqe_ffdc_buff_size fndecl 0 15236 NULL
++enable_so_surface_width_drm_fb_helper_surface_size_15237 surface_width drm_fb_helper_surface_size 0 15237 NULL
++enable_so_len_sock_fprog_15239 len sock_fprog 0 15239 NULL
++enable_so_qcom_scm_call_fndecl_15241 qcom_scm_call fndecl 4-6 15241 NULL
++enable_so_do_setxattr_fndecl_15243 do_setxattr fndecl 5 15243 NULL
++enable_so_result_wa_seg_15248 result wa_seg 0 15248 NULL nohasharray
++enable_so_ide_cdrom_register_fndecl_15248 ide_cdrom_register fndecl 2 15248 &enable_so_result_wa_seg_15248
++enable_so_sb_rextsize_xfs_sb_15250 sb_rextsize xfs_sb 0 15250 NULL
++enable_so_rmsg_size_hv_netvsc_packet_15256 rmsg_size hv_netvsc_packet 0 15256 NULL
++enable_so_current_credit_fndecl_15260 current_credit fndecl 0 15260 NULL nohasharray
++enable_so_dm_block_location_fndecl_15260 dm_block_location fndecl 0 15260 &enable_so_current_credit_fndecl_15260
++enable_so_window_start_btrfs_free_cluster_15262 window_start btrfs_free_cluster 0 15262 NULL
++enable_so_num_tx_queues_net_device_15263 num_tx_queues net_device 0 15263 NULL
++enable_so_writequeue_entry_complete_fndecl_15264 writequeue_entry_complete fndecl 2 15264 NULL
++enable_so_isoc_in_endpointaddr_au0828_dev_15269 isoc_in_endpointaddr au0828_dev 0 15269 NULL nohasharray
++enable_so_inode_bmap_fndecl_15269 inode_bmap fndecl 0 15269 &enable_so_isoc_in_endpointaddr_au0828_dev_15269
++enable_so_bstr_printf_fndecl_15271 bstr_printf fndecl 0 15271 NULL
++enable_so_recursive_scan_fndecl_15275 recursive_scan fndecl 5 15275 NULL
++enable_so_rd_read_fndecl_15278 rd_read fndecl 3 15278 NULL
++enable_so_nsect_ide_taskfile_15283 nsect ide_taskfile 0 15283 NULL
++enable_so_srp_max_req_size_vardecl_ib_srpt_c_15291 srp_max_req_size vardecl_ib_srpt.c 0 15291 NULL nohasharray
++enable_so_wacom_set_device_mode_fndecl_15291 wacom_set_device_mode fndecl 3 15291 &enable_so_srp_max_req_size_vardecl_ib_srpt_c_15291
++enable_so_cx24120_writeregs_fndecl_15295 cx24120_writeregs fndecl 4 15295 NULL
++enable_so_bytes_bitmap_storage_15310 bytes bitmap_storage 0 15310 NULL
++enable_so_c2_change_mtu_fndecl_15316 c2_change_mtu fndecl 2 15316 NULL
++enable_so_snd_pcm_plug_client_channels_buf_fndecl_15318 snd_pcm_plug_client_channels_buf fndecl 3 15318 NULL
++enable_so_hpfs_dir_lseek_fndecl_15324 hpfs_dir_lseek fndecl 2 15324 NULL
++enable_so_ehci_urb_dequeue_fndecl_15333 ehci_urb_dequeue fndecl 3 15333 NULL
++enable_so_dup_to_netobj_fndecl_15336 dup_to_netobj fndecl 3 15336 NULL nohasharray
++enable_so_logicalBlockNum_kernel_lb_addr_15336 logicalBlockNum kernel_lb_addr 0 15336 &enable_so_dup_to_netobj_fndecl_15336
++enable_so_cifs_readdata_alloc_fndecl_15339 cifs_readdata_alloc fndecl 1 15339 NULL
++enable_so_min_io_size_ubifs_info_15340 min_io_size ubifs_info 0 15340 NULL
++enable_so_check_can_nocow_fndecl_15347 check_can_nocow fndecl 2 15347 NULL
++enable_so_efx_rx_mk_skb_fndecl_15349 efx_rx_mk_skb fndecl 5 15349 NULL
++enable_so_s_cluster_bits_ext4_sb_info_15353 s_cluster_bits ext4_sb_info 0 15353 NULL nohasharray
++enable_so_msr_srcimp_desc_15353 msr srcimp_desc 0 15353 &enable_so_s_cluster_bits_ext4_sb_info_15353
++enable_so_nfs_file_direct_read_fndecl_15359 nfs_file_direct_read fndecl 3 15359 NULL
++enable_so_pathmtu_sctp_sock_15363 pathmtu sctp_sock 0 15363 NULL
++enable_so_seq_len_key_params_15366 seq_len key_params 0 15366 NULL
++enable_so_num_total_plane_drm_mode_config_15377 num_total_plane drm_mode_config 0 15377 NULL
++enable_so_udf_bread_fndecl_15411 udf_bread fndecl 2 15411 NULL
++enable_so_pnp_alloc_fndecl_15414 pnp_alloc fndecl 1 15414 NULL
++enable_so_setup_buffering_fndecl_15419 setup_buffering fndecl 3 15419 NULL
++enable_so_logical_reada_extent_15426 logical reada_extent 0 15426 NULL
++enable_so_pwc_set_video_mode_fndecl_15427 pwc_set_video_mode fndecl 5 15427 NULL
++enable_so_set_nat_entry_set_15434 set nat_entry_set 0 15434 NULL
++enable_so_ati_remote_sendpacket_fndecl_15435 ati_remote_sendpacket fndecl 2 15435 NULL
++enable_so_max_vpi_lpfc_hba_15442 max_vpi lpfc_hba 0 15442 NULL
++enable_so_eeprom_93xx46_bin_read_fndecl_15447 eeprom_93xx46_bin_read fndecl 5-6 15447 NULL
++enable_so_callout_len_request_key_auth_15448 callout_len request_key_auth 0 15448 NULL
++enable_so_code_page_dir_hpfs_spare_block_15449 code_page_dir hpfs_spare_block 0 15449 NULL
++enable_so_cpd_size_blkcg_policy_15451 cpd_size blkcg_policy 0 15451 NULL
++enable_so_wdm_create_fndecl_15456 wdm_create fndecl 3 15456 NULL
++enable_so_ivsize_old_aead_alg_15462 ivsize old_aead_alg 0 15462 NULL
++enable_so_n_dpll_15476 n dpll 0 15476 NULL nohasharray
++enable_so_regmap_spi_write_fndecl_15476 regmap_spi_write fndecl 3 15476 &enable_so_n_dpll_15476
++enable_so_old_oblock_policy_result_15494 old_oblock policy_result 0 15494 NULL
++enable_so_stripesize_btrfs_super_block_15501 stripesize btrfs_super_block 0 15501 NULL
++enable_so_sys_rt_sigpending_fndecl_15506 sys_rt_sigpending fndecl 2 15506 NULL
++enable_so_size_videobuf_buffer_15508 size videobuf_buffer 0 15508 NULL
++enable_so_gfs2_fallocate_fndecl_15515 gfs2_fallocate fndecl 4-3 15515 NULL
++enable_so_max_pkt_size_cx231xx_video_mode_15531 max_pkt_size cx231xx_video_mode 0 15531 NULL
++enable_so_do_garbage_collect_fndecl_15533 do_garbage_collect fndecl 2 15533 NULL
++enable_so_space_bits_ubifs_info_15538 space_bits ubifs_info 0 15538 NULL
++enable_so_hi_priority_depth_MPT3SAS_ADAPTER_15543 hi_priority_depth MPT3SAS_ADAPTER 0 15543 NULL
++enable_so_genwqe_user_vmap_fndecl_15544 genwqe_user_vmap fndecl 4 15544 NULL
++enable_so_data_length_mts_transfer_context_15546 data_length mts_transfer_context 0 15546 NULL
++enable_so_ep_in_kingsun_cb_15553 ep_in kingsun_cb 0 15553 NULL
++enable_so_num_odfs_clkgen_pll_data_15554 num_odfs clkgen_pll_data 0 15554 NULL
++enable_so_video_buffer_size_vivid_dev_15556 video_buffer_size vivid_dev 0 15556 NULL
++enable_so_num_sge_ib_send_wr_15565 num_sge ib_send_wr 0 15565 NULL
++enable_so_swiotlb_late_init_with_tbl_fndecl_15566 swiotlb_late_init_with_tbl fndecl 2 15566 NULL nohasharray
++enable_so_push_frame_fndecl_15566 push_frame fndecl 2 15566 &enable_so_swiotlb_late_init_with_tbl_fndecl_15566
++enable_so_s_map2blk_adfs_sb_info_15569 s_map2blk adfs_sb_info 0 15569 NULL
++enable_so_NumTransferUnits_erase_unit_header_t_15585 NumTransferUnits erase_unit_header_t 0 15585 NULL
++enable_so_SYSC_listxattr_fndecl_15587 SYSC_listxattr fndecl 3 15587 NULL
++enable_so_len_nfs3_createargs_15604 len nfs3_createargs 0 15604 NULL
++enable_so_hactive_lo_detailed_pixel_timing_15606 hactive_lo detailed_pixel_timing 0 15606 NULL
++enable_so_gs_buf_alloc_fndecl_15608 gs_buf_alloc fndecl 2 15608 NULL
++enable_so_blk_size_isp1362_ep_queue_15612 blk_size isp1362_ep_queue 0 15612 NULL nohasharray
++enable_so_do_add_page_to_bio_fndecl_15612 do_add_page_to_bio fndecl 4-10 15612 &enable_so_blk_size_isp1362_ep_queue_15612
++enable_so_udf_compute_nr_groups_fndecl_15617 udf_compute_nr_groups fndecl 0 15617 NULL
++enable_so_num_edbs_asd_seq_data_15621 num_edbs asd_seq_data 0 15621 NULL
++enable_so_drm_addmap_core_fndecl_15627 drm_addmap_core fndecl 2-3 15627 NULL nohasharray
++enable_so_count_preds_fndecl_15627 count_preds fndecl 0 15627 &enable_so_drm_addmap_core_fndecl_15627
++enable_so_i915_error_state_buf_init_fndecl_15630 i915_error_state_buf_init fndecl 3 15630 NULL
++enable_so_netlbl_domhsh_init_fndecl_15635 netlbl_domhsh_init fndecl 1 15635 NULL
++enable_so_end_bttv_vbi_fmt_15637 end bttv_vbi_fmt 0 15637 NULL nohasharray
++enable_so_SyS_pselect6_fndecl_15637 SyS_pselect6 fndecl 1 15637 &enable_so_end_bttv_vbi_fmt_15637
++enable_so_dma_in_redrat3_dev_15639 dma_in redrat3_dev 0 15639 NULL
++enable_so_ext4_htree_create_dir_info_fndecl_15646 ext4_htree_create_dir_info fndecl 2 15646 NULL
++enable_so_read_bytes_from_xdr_buf_fndecl_15654 read_bytes_from_xdr_buf fndecl 4-2 15654 NULL nohasharray
++enable_so_extra_msdu_prefix_len_lib80211_crypto_ops_15654 extra_msdu_prefix_len lib80211_crypto_ops 0 15654 &enable_so_read_bytes_from_xdr_buf_fndecl_15654 nohasharray
++enable_so_mapped_vram_radeonfb_info_15654 mapped_vram radeonfb_info 0 15654 &enable_so_extra_msdu_prefix_len_lib80211_crypto_ops_15654
++enable_so_kvm_pv_enable_async_pf_fndecl_15662 kvm_pv_enable_async_pf fndecl 2 15662 NULL
++enable_so_sb_rblocks_xfs_sb_15668 sb_rblocks xfs_sb 0 15668 NULL
++enable_so_dm_array_get_value_fndecl_15673 dm_array_get_value fndecl 2 15673 NULL
++enable_so_SyS_poll_fndecl_15679 SyS_poll fndecl 2 15679 NULL
++enable_so_total_bnx2x_sriov_15692 total bnx2x_sriov 0 15692 NULL
++enable_so_context_alloc_fndecl_15702 context_alloc fndecl 3 15702 NULL
++enable_so_numa_scan_offset_mm_struct_15710 numa_scan_offset mm_struct 0 15710 NULL
++enable_so_btrfs_chunk_sub_stripes_fndecl_15711 btrfs_chunk_sub_stripes fndecl 0 15711 NULL
++enable_so_ib_umem_page_count_fndecl_15714 ib_umem_page_count fndecl 0 15714 NULL
++enable_so_name_len_nilfs_dir_entry_15715 name_len nilfs_dir_entry 0 15715 NULL
++enable_so_user_size_drm_i915_gem_userptr_15716 user_size drm_i915_gem_userptr 0 15716 NULL
++enable_so_di_xblk_qnx4_inode_entry_15719 di_xblk qnx4_inode_entry 0 15719 NULL
++enable_so_new_tape_buffer_fndecl_15721 new_tape_buffer fndecl 3 15721 NULL
++enable_so_datafab_write_data_fndecl_15723 datafab_write_data fndecl 4 15723 NULL
++enable_so_lcd_height_atyfb_par_15743 lcd_height atyfb_par 0 15743 NULL
++enable_so_st_int_ioctl_fndecl_15750 st_int_ioctl fndecl 3 15750 NULL
++enable_so_ip_tunnel_change_mtu_fndecl_15752 ip_tunnel_change_mtu fndecl 2 15752 NULL
++enable_so_transfer_done_snd_usb_substream_15753 transfer_done snd_usb_substream 0 15753 NULL
++enable_so_xres__sisbios_mode_15754 xres _sisbios_mode 0 15754 NULL
++enable_so_udf_add_aext_fndecl_15762 udf_add_aext fndecl 4 15762 NULL
++enable_so_niu_change_mtu_fndecl_15765 niu_change_mtu fndecl 2 15765 NULL
++enable_so_header_read_sd_15767 header_read sd 0 15767 NULL
++enable_so_mc13xxx_spi_write_fndecl_15768 mc13xxx_spi_write fndecl 3 15768 NULL
++enable_so_tx_put__synclinkmp_info_15770 tx_put _synclinkmp_info 0 15770 NULL
++enable_so_btrfs_create_qgroup_fndecl_15772 btrfs_create_qgroup fndecl 3 15772 NULL
++enable_so_size_order_mesh_table_15774 size_order mesh_table 0 15774 NULL
++enable_so_rdma_read_chunk_lcl_fndecl_15778 rdma_read_chunk_lcl fndecl 7 15778 NULL nohasharray
++enable_so_ntfs_copy_from_user_iter_fndecl_15778 ntfs_copy_from_user_iter fndecl 5-3 15778 &enable_so_rdma_read_chunk_lcl_fndecl_15778
++enable_so_xfs_bmap_split_extent_at_fndecl_15780 xfs_bmap_split_extent_at fndecl 3 15780 NULL
++enable_so_PacketLength_wa_xfer_packet_status_len_hwaiso_15781 PacketLength wa_xfer_packet_status_len_hwaiso 0 15781 NULL
++enable_so_vde_ast_vbios_enhtable_15784 vde ast_vbios_enhtable 0 15784 NULL
++enable_so_maxports_dgnc_board_15787 maxports dgnc_board 0 15787 NULL
++enable_so_bulkin_endpoint_addr_rsi_91x_usbdev_15790 bulkin_endpoint_addr rsi_91x_usbdev 0 15790 NULL nohasharray
++enable_so_count_nfs4_readdir_arg_15790 count nfs4_readdir_arg 0 15790 &enable_so_bulkin_endpoint_addr_rsi_91x_usbdev_15790
++enable_so_simple_attr_read_fndecl_15793 simple_attr_read fndecl 3 15793 NULL
++enable_so_add_delayed_tree_ref_fndecl_15797 add_delayed_tree_ref fndecl 7-8-5-6-9 15797 NULL
++enable_so_region_size_dm_region_hash_15798 region_size dm_region_hash 0 15798 NULL
++enable_so_fi_ndatablk_nilfs_finfo_15799 fi_ndatablk nilfs_finfo 0 15799 NULL
++enable_so_ath_rxbuf_alloc_fndecl_15802 ath_rxbuf_alloc fndecl 2 15802 NULL
++enable_so_datablob_hmac_verify_fndecl_15809 datablob_hmac_verify fndecl 4 15809 NULL
++enable_so___xfs_get_blocks_fndecl_15812 __xfs_get_blocks fndecl 2 15812 NULL
++enable_so_cache_read_fndecl_15813 cache_read fndecl 3 15813 NULL
++enable_so_user_regset_copyout_fndecl_15823 user_regset_copyout fndecl 7 15823 NULL nohasharray
++enable_so_n_match_sets_cfg80211_sched_scan_request_15823 n_match_sets cfg80211_sched_scan_request 0 15823 &enable_so_user_regset_copyout_fndecl_15823
++enable_so_ocfs2_read_blocks_fndecl_15834 ocfs2_read_blocks fndecl 2 15834 NULL
++enable_so_skb_make_writable_fndecl_15836 skb_make_writable fndecl 2 15836 NULL
++enable_so_block_llseek_fndecl_15846 block_llseek fndecl 2 15846 NULL
++enable_so_msg_print_ext_body_fndecl_15847 msg_print_ext_body fndecl 0 15847 NULL
++enable_so_net2272_read_fndecl_15850 net2272_read fndecl 0 15850 NULL
++enable_so_sb_set_blocksize_fndecl_15860 sb_set_blocksize fndecl 2-0 15860 NULL
++enable_so_period_bytes_min_snd_pcm_hardware_15864 period_bytes_min snd_pcm_hardware 0 15864 NULL
++enable_so_SYSC_kexec_load_fndecl_15874 SYSC_kexec_load fndecl 2 15874 NULL
++enable_so_unix_mkname_fndecl_15883 unix_mkname fndecl 2 15883 NULL
++enable_so_ie_len_cfg80211_auth_request_15886 ie_len cfg80211_auth_request 0 15886 NULL
++enable_so_num_fitmsg_context_skd_device_15897 num_fitmsg_context skd_device 0 15897 NULL
++enable_so_num_pds_mthca_limits_15899 num_pds mthca_limits 0 15899 NULL nohasharray
++enable_so_size_drm_i915_error_state_buf_15899 size drm_i915_error_state_buf 0 15899 &enable_so_num_pds_mthca_limits_15899
++enable_so_usb_alloc_dev_fndecl_15902 usb_alloc_dev fndecl 3 15902 NULL
++enable_so_dir_info_len_ceph_file_info_15905 dir_info_len ceph_file_info 0 15905 NULL nohasharray
++enable_so_flags_v4l2_ioctl_info_15905 flags v4l2_ioctl_info 0 15905 &enable_so_dir_info_len_ceph_file_info_15905
++enable_so_status_pch_udc_data_dma_desc_15911 status pch_udc_data_dma_desc 0 15911 NULL
++enable_so_get_key_lib80211_crypto_ops_15916 get_key lib80211_crypto_ops 0 15916 NULL
++enable_so_group_width_ore_layout_15927 group_width ore_layout 0 15927 NULL
++enable_so_midi_service_irq_fndecl_15930 midi_service_irq fndecl 0 15930 NULL
++enable_so_npages_gssx_arg_accept_sec_context_15939 npages gssx_arg_accept_sec_context 0 15939 NULL
++enable_so_netlink_sendmsg_fndecl_15943 netlink_sendmsg fndecl 3 15943 NULL
++enable_so_hw_scan_ies_bufsize_ieee80211_local_15949 hw_scan_ies_bufsize ieee80211_local 0 15949 NULL
++enable_so_xfs_ialloc_pagi_init_fndecl_15952 xfs_ialloc_pagi_init fndecl 3 15952 NULL
++enable_so_mcp795_rtcc_read_fndecl_15956 mcp795_rtcc_read fndecl 4 15956 NULL
++enable_so_nr_rtc_mem_15958 nr rtc_mem 0 15958 NULL
++enable_so_data_dma_usb_acecad_15962 data_dma usb_acecad 0 15962 NULL
++enable_so_splice_pipe_to_pipe_fndecl_15964 splice_pipe_to_pipe fndecl 3 15964 NULL
++enable_so_brcmf_bus_add_txhdrlen_fndecl_15969 brcmf_bus_add_txhdrlen fndecl 2 15969 NULL
++enable_so_ath6kl_wmi_beginscan_cmd_fndecl_15973 ath6kl_wmi_beginscan_cmd fndecl 8 15973 NULL
++enable_so_first_burst_iscsi_session_15974 first_burst iscsi_session 0 15974 NULL
++enable_so_mmc_test_area_io_fndecl_15982 mmc_test_area_io fndecl 2 15982 NULL
++enable_so_nb_blocks_INFTLrecord_15986 nb_blocks INFTLrecord 0 15986 NULL
++enable_so_v_back_porch_fb_cvt_data_15988 v_back_porch fb_cvt_data 0 15988 NULL
++enable_so_data_len_usb_req_15991 data_len usb_req 0 15991 NULL
++enable_so_nilfs_cpfile_get_blkoff_fndecl_15997 nilfs_cpfile_get_blkoff fndecl 2 15997 NULL
++enable_so_num_mem_chunks_ath10k_wmi_16005 num_mem_chunks ath10k_wmi 0 16005 NULL
++enable_so_last_offset_inode_defrag_16007 last_offset inode_defrag 0 16007 NULL
++enable_so_il3945_get_rate_idx_by_rssi_fndecl_16010 il3945_get_rate_idx_by_rssi fndecl 0 16010 NULL
++enable_so_ivtv_buf_copy_from_user_fndecl_16013 ivtv_buf_copy_from_user fndecl 4 16013 NULL
++enable_so_xhci_urb_dequeue_fndecl_16025 xhci_urb_dequeue fndecl 3 16025 NULL nohasharray
++enable_so_jfs_truncate_nolock_fndecl_16025 jfs_truncate_nolock fndecl 2 16025 &enable_so_xhci_urb_dequeue_fndecl_16025
++enable_so_ct_atc_create_fndecl_16033 ct_atc_create fndecl 4-3 16033 NULL
++enable_so_count_connectors_drm_mode_crtc_16038 count_connectors drm_mode_crtc 0 16038 NULL
++enable_so_rts_threshold_ipw2100_priv_16044 rts_threshold ipw2100_priv 0 16044 NULL
++enable_so_nsec_seg_buf_16050 nsec seg_buf 0 16050 NULL nohasharray
++enable_so_snd_pcm_plugin_build_fndecl_16050 snd_pcm_plugin_build fndecl 5 16050 &enable_so_nsec_seg_buf_16050
++enable_so_nouveau_bo_new_fndecl_16051 nouveau_bo_new fndecl 2 16051 NULL
++enable_so_len_ahc_dma_seg_16052 len ahc_dma_seg 0 16052 NULL
++enable_so_n_insns_comedi_insnlist_16056 n_insns comedi_insnlist 0 16056 NULL
++enable_so_ts_packet_size_cx231xx_tsport_16063 ts_packet_size cx231xx_tsport 0 16063 NULL
++enable_so_pgsize_vardecl_pagetest_c_16065 pgsize vardecl_pagetest.c 0 16065 NULL
++enable_so_set_parameters_fndecl_16066 set_parameters fndecl 8-7 16066 NULL nohasharray
++enable_so_compat_sys_sendfile64_fndecl_16066 compat_sys_sendfile64 fndecl 4 16066 &enable_so_set_parameters_fndecl_16066
++enable_so_do_swap_page_fndecl_16068 do_swap_page fndecl 3 16068 NULL
++enable_so_get_dst_timing_fndecl_16070 get_dst_timing fndecl 0 16070 NULL
++enable_so_ht_print_chan_fndecl_16071 ht_print_chan fndecl 4-0-3 16071 NULL
++enable_so_mgag200_ttm_tt_create_fndecl_16093 mgag200_ttm_tt_create fndecl 2 16093 NULL
++enable_so_pci_add_resource_offset_fndecl_16095 pci_add_resource_offset fndecl 3 16095 NULL nohasharray
++enable_so_wimax_addr_scnprint_fndecl_16095 wimax_addr_scnprint fndecl 2 16095 &enable_so_pci_add_resource_offset_fndecl_16095
++enable_so_w_mode_size_16096 w mode_size 0 16096 NULL
++enable_so_grow_dev_page_fndecl_16100 grow_dev_page fndecl 4-5-3 16100 NULL
++enable_so_instances_minus_one_mxt_object_16107 instances_minus_one mxt_object 0 16107 NULL
++enable_so_find_extend_vma_fndecl_16110 find_extend_vma fndecl 2 16110 NULL
++enable_so_brcmf_usb_dl_send_bulk_fndecl_16113 brcmf_usb_dl_send_bulk fndecl 3 16113 NULL nohasharray
++enable_so_xillybus_llseek_fndecl_16113 xillybus_llseek fndecl 2 16113 &enable_so_brcmf_usb_dl_send_bulk_fndecl_16113
++enable_so_logfs_cleanse_block_fndecl_16119 logfs_cleanse_block fndecl 3 16119 NULL
++enable_so_snd_rawmidi_kernel_write_fndecl_16129 snd_rawmidi_kernel_write fndecl 3 16129 NULL
++enable_so_vf_count_efx_nic_16134 vf_count efx_nic 0 16134 NULL
++enable_so_port_length_c67x00_td_16141 port_length c67x00_td 0 16141 NULL
++enable_so_max_packet_length_mv_dqh_16157 max_packet_length mv_dqh 0 16157 NULL
++enable_so_read_for_csum_fndecl_16170 read_for_csum fndecl 3-2 16170 NULL
++enable_so_reiserfs_commit_write_fndecl_16171 reiserfs_commit_write fndecl 4 16171 NULL
++enable_so_rxrpc_recvmsg_fndecl_16178 rxrpc_recvmsg fndecl 3 16178 NULL
++enable_so_width_drm_mode_fb_cmd2_16185 width drm_mode_fb_cmd2 0 16185 NULL
++enable_so_h_input_res_16191 h input_res 0 16191 NULL
++enable_so_sctp_getsockopt_local_addrs_fndecl_16201 sctp_getsockopt_local_addrs fndecl 2 16201 NULL
++enable_so_osdname_len_osd_dev_info_16203 osdname_len osd_dev_info 0 16203 NULL
++enable_so_xfs_difree_inobt_fndecl_16205 xfs_difree_inobt fndecl 4 16205 NULL
++enable_so_sethdraddr_fndecl_16220 sethdraddr fndecl 0 16220 NULL nohasharray
++enable_so_ipath_init_qp_table_fndecl_16220 ipath_init_qp_table fndecl 2 16220 &enable_so_sethdraddr_fndecl_16220
++enable_so_blksize_mtd_blktrans_ops_16221 blksize mtd_blktrans_ops 0 16221 NULL nohasharray
++enable_so_sys_fgetxattr_fndecl_16221 sys_fgetxattr fndecl 4 16221 &enable_so_blksize_mtd_blktrans_ops_16221
++enable_so_ks8851_rdreg32_fndecl_16240 ks8851_rdreg32 fndecl 0 16240 NULL
++enable_so_len_wmi_p2p_rx_probe_req_event_16241 len wmi_p2p_rx_probe_req_event 0 16241 NULL
++enable_so_num_tbps___thermal_zone_16249 num_tbps __thermal_zone 0 16249 NULL
++enable_so_nilfs_iget_locked_fndecl_16250 nilfs_iget_locked fndecl 3 16250 NULL
++enable_so_xfs_getbmapx_fix_eof_hole_fndecl_16255 xfs_getbmapx_fix_eof_hole fndecl 5 16255 NULL
++enable_so_num_desc__drm_via_sg_info_16262 num_desc _drm_via_sg_info 0 16262 NULL
++enable_so_length_scsi_data_buffer_16267 length scsi_data_buffer 0 16267 NULL nohasharray
++enable_so___do_huge_pmd_anonymous_page_fndecl_16267 __do_huge_pmd_anonymous_page fndecl 3 16267 &enable_so_length_scsi_data_buffer_16267
++enable_so_s_fpg_ufs_sb_private_info_16269 s_fpg ufs_sb_private_info 0 16269 NULL
++enable_so_s_inodes_per_group_ext2_sb_info_16273 s_inodes_per_group ext2_sb_info 0 16273 NULL
++enable_so_obj_len_fndecl_16275 obj_len fndecl 0 16275 NULL
++enable_so_bits_inflate_state_16300 bits inflate_state 0 16300 NULL
++enable_so_m_dpll_16302 m dpll 0 16302 NULL nohasharray
++enable_so_max_nvkm_fifo_16302 max nvkm_fifo 0 16302 &enable_so_m_dpll_16302 nohasharray
++enable_so_crypto_alloc_instance2_fndecl_16302 crypto_alloc_instance2 fndecl 3 16302 &enable_so_max_nvkm_fifo_16302
++enable_so_len_ieee80211_vendor_radiotap_16308 len ieee80211_vendor_radiotap 0 16308 NULL
++enable_so_stripe_status_fndecl_16312 stripe_status fndecl 5 16312 NULL
++enable_so_jent_zalloc_fndecl_16331 jent_zalloc fndecl 1 16331 NULL
++enable_so_l2tp_session_create_fndecl_16341 l2tp_session_create fndecl 1 16341 NULL
++enable_so_iq_prod_lcnphy_iq_est_16363 iq_prod lcnphy_iq_est 0 16363 NULL
++enable_so_i_pwr_phy_iq_est_16365 i_pwr phy_iq_est 0 16365 NULL
++enable_so_channels_snd_emu10k1_fx8010_pcm_16368 channels snd_emu10k1_fx8010_pcm 0 16368 NULL
++enable_so_udf_get_pblock_virt15_fndecl_16373 udf_get_pblock_virt15 fndecl 4 16373 NULL nohasharray
++enable_so_btrfs_free_tree_block_fndecl_16373 btrfs_free_tree_block fndecl 4 16373 &enable_so_udf_get_pblock_virt15_fndecl_16373
++enable_so_f2fs_dentry_hash_fndecl_16378 f2fs_dentry_hash fndecl 0 16378 NULL
++enable_so_samsung_clk_init_fndecl_16382 samsung_clk_init fndecl 3 16382 NULL
++enable_so_scsi_format_extd_sense_fndecl_16388 scsi_format_extd_sense fndecl 2 16388 NULL
++enable_so_sr_set_blocklength_fndecl_16390 sr_set_blocklength fndecl 2 16390 NULL
++enable_so_dsize_ip_set_16391 dsize ip_set 0 16391 NULL
++enable_so_max_nr_frames_gnttab_query_size_16393 max_nr_frames gnttab_query_size 0 16393 NULL
++enable_so_set_pio_mode_fndecl_16395 set_pio_mode fndecl 2 16395 NULL nohasharray
++enable_so_ip_options_get_alloc_fndecl_16395 ip_options_get_alloc fndecl 1 16395 &enable_so_set_pio_mode_fndecl_16395 nohasharray
++enable_so_pci_map_page_fndecl_16395 pci_map_page fndecl 0 16395 &enable_so_ip_options_get_alloc_fndecl_16395
++enable_so_rt2x00debug_read_queue_stats_fndecl_16396 rt2x00debug_read_queue_stats fndecl 3 16396 NULL
++enable_so_SYSC_setgroups_fndecl_16397 SYSC_setgroups fndecl 1 16397 NULL
++enable_so___logfs_seek_data_fndecl_16398 __logfs_seek_data fndecl 2 16398 NULL
++enable_so_usbat_execute_command_fndecl_16400 usbat_execute_command fndecl 3 16400 NULL
++enable_so_statelen_drbg_core_16405 statelen drbg_core 0 16405 NULL
++enable_so_romfs_dev_read_fndecl_16412 romfs_dev_read fndecl 2-4 16412 NULL
++enable_so_bcnt_aoeif_16414 bcnt aoeif 0 16414 NULL
++enable_so_cmd_buf_nr_drm_exynos_g2d_set_cmdlist_16416 cmd_buf_nr drm_exynos_g2d_set_cmdlist 0 16416 NULL
++enable_so_n_sectors_hpfs_super_block_16421 n_sectors hpfs_super_block 0 16421 NULL
++enable_so_bNrInPins_uac_selector_unit_descriptor_16423 bNrInPins uac_selector_unit_descriptor 0 16423 NULL
++enable_so_ep_in_usbtest_info_16442 ep_in usbtest_info 0 16442 NULL
++enable_so_ReadHSCX_fndecl_16444 ReadHSCX fndecl 0 16444 NULL nohasharray
++enable_so_garp_request_join_fndecl_16444 garp_request_join fndecl 4 16444 &enable_so_ReadHSCX_fndecl_16444
++enable_so_mpu3050_xyz_read_reg_fndecl_16445 mpu3050_xyz_read_reg fndecl 3 16445 NULL
++enable_so_endp_in_zd1201_16446 endp_in zd1201 0 16446 NULL
++enable_so_wp_page_copy_fndecl_16450 wp_page_copy fndecl 3 16450 NULL
++enable_so_bad_dma_addr_vardecl_amd_gart_64_c_16460 bad_dma_addr vardecl_amd_gart_64.c 0 16460 NULL nohasharray
++enable_so_array_zalloc_fndecl_16460 array_zalloc fndecl 1-2 16460 &enable_so_bad_dma_addr_vardecl_amd_gart_64_c_16460
++enable_so_prism2_change_mtu_fndecl_16473 prism2_change_mtu fndecl 2 16473 NULL
++enable_so_m_sectbb_log_xfs_mount_16477 m_sectbb_log xfs_mount 0 16477 NULL
++enable_so_nilfs_iget_fndecl_16478 nilfs_iget fndecl 3 16478 NULL
++enable_so_btrfs_insert_xattr_item_fndecl_16490 btrfs_insert_xattr_item fndecl 4 16490 NULL
++enable_so_msg_count_amd8111e_rx_dr_16493 msg_count amd8111e_rx_dr 0 16493 NULL
++enable_so_blksz_fw_dl_mwifiex_pcie_device_16498 blksz_fw_dl mwifiex_pcie_device 0 16498 NULL nohasharray
++enable_so_ttm_page_alloc_init_fndecl_16498 ttm_page_alloc_init fndecl 2 16498 &enable_so_blksz_fw_dl_mwifiex_pcie_device_16498
++enable_so_crypt_alloc_buffer_fndecl_16511 crypt_alloc_buffer fndecl 2 16511 NULL
++enable_so_cfs_cpt_num_estimate_fndecl_16512 cfs_cpt_num_estimate fndecl 0 16512 NULL
++enable_so_blocks_available_dio_submit_16522 blocks_available dio_submit 0 16522 NULL
++enable_so_xb_suballoc_loc_ocfs2_xattr_block_16523 xb_suballoc_loc ocfs2_xattr_block 0 16523 NULL
++enable_so_comm_size_perf_comm_event_16533 comm_size perf_comm_event 0 16533 NULL
++enable_so_i_next_alloc_goal_udf_inode_info_16538 i_next_alloc_goal udf_inode_info 0 16538 NULL
++enable_so_tmds_register_read_bytes_fndecl_16541 tmds_register_read_bytes fndecl 3 16541 NULL
++enable_so_MaxSimpleVolumes_aac_get_container_count_resp_16542 MaxSimpleVolumes aac_get_container_count_resp 0 16542 NULL
++enable_so_max_mthca_srq_16551 max mthca_srq 0 16551 NULL
++enable_so_groups_alloc_fndecl_16557 groups_alloc fndecl 1 16557 NULL
++enable_so_hblank_hi_oaktrail_timing_info_16559 hblank_hi oaktrail_timing_info 0 16559 NULL
++enable_so_ext3_try_to_allocate_fndecl_16565 ext3_try_to_allocate fndecl 5 16565 NULL
++enable_so_cramfs_uncompress_block_fndecl_16569 cramfs_uncompress_block fndecl 4-2 16569 NULL
++enable_so_n_barrier_cbs_vardecl_rcutorture_c_16575 n_barrier_cbs vardecl_rcutorture.c 0 16575 NULL
++enable_so_descriptor_elements_timb_dma_platform_data_channel_16581 descriptor_elements timb_dma_platform_data_channel 0 16581 NULL
++enable_so_segment_count_sit_f2fs_super_block_16582 segment_count_sit f2fs_super_block 0 16582 NULL
++enable_so_n_phy_pm8001_chip_info_16585 n_phy pm8001_chip_info 0 16585 NULL
++enable_so_len_atmel_priv_ioctl_16592 len atmel_priv_ioctl 0 16592 NULL
++enable_so_ino_logfs_block_16599 ino logfs_block 0 16599 NULL
++enable_so_dma_bits_nvkm_mmu_16609 dma_bits nvkm_mmu 0 16609 NULL
++enable_so_ext4_group_extend_fndecl_16613 ext4_group_extend fndecl 3 16613 NULL
++enable_so_amdgpu_ttm_gtt_read_fndecl_16621 amdgpu_ttm_gtt_read fndecl 3 16621 NULL
++enable_so_dst_btrfs_ioctl_qgroup_assign_args_16623 dst btrfs_ioctl_qgroup_assign_args 0 16623 NULL
++enable_so_ceph_fsync_fndecl_16625 ceph_fsync fndecl 2 16625 NULL
++enable_so_ext_tree_remove_fndecl_16629 ext_tree_remove fndecl 3-4 16629 NULL nohasharray
++enable_so_uc_outSize_upc_req_16629 uc_outSize upc_req 0 16629 &enable_so_ext_tree_remove_fndecl_16629
++enable_so_fault_inject_write_fndecl_16637 fault_inject_write fndecl 3 16637 NULL
++enable_so_key_id_len_module_signature_16641 key_id_len module_signature 0 16641 NULL
++enable_so_crtc_hsync_start_drm_display_mode_16643 crtc_hsync_start drm_display_mode 0 16643 NULL
++enable_so_wpa_ie_len_mwifiex_private_16651 wpa_ie_len mwifiex_private 0 16651 NULL
++enable_so_notify_uva_vmci_set_notify_info_16655 notify_uva vmci_set_notify_info 0 16655 NULL
++enable_so_y_size_mms114_platform_data_16671 y_size mms114_platform_data 0 16671 NULL
++enable_so_dlfb_get_edid_fndecl_16677 dlfb_get_edid fndecl 0 16677 NULL
++enable_so_success_minstrel_rate_stats_16683 success minstrel_rate_stats 0 16683 NULL
++enable_so___alloc_objio_seg_fndecl_16688 __alloc_objio_seg fndecl 1 16688 NULL nohasharray
++enable_so_cons_read_buffer_16688 cons read_buffer 0 16688 &enable_so___alloc_objio_seg_fndecl_16688
++enable_so_batadv_check_unicast_ttvn_fndecl_16693 batadv_check_unicast_ttvn fndecl 3 16693 NULL
++enable_so_efx_ef10_pci_sriov_enable_fndecl_16694 efx_ef10_pci_sriov_enable fndecl 2 16694 NULL
++enable_so_reserved_qps_mlx4_dev_cap_16699 reserved_qps mlx4_dev_cap 0 16699 NULL
++enable_so_ad714x_spi_read_fndecl_16700 ad714x_spi_read fndecl 4 16700 NULL
++enable_so_tlv_buf_len_mwifiex_scan_cmd_config_16702 tlv_buf_len mwifiex_scan_cmd_config 0 16702 NULL nohasharray
++enable_so_trace_insert_enum_map_file_fndecl_16702 trace_insert_enum_map_file fndecl 3 16702 &enable_so_tlv_buf_len_mwifiex_scan_cmd_config_16702
++enable_so_multi_io_quirk_mmc_host_ops_16729 multi_io_quirk mmc_host_ops 0 16729 NULL
++enable_so_fat_length_fat_boot_sector_16730 fat_length fat_boot_sector 0 16730 NULL
++enable_so_width_qxl_head_16734 width qxl_head 0 16734 NULL
++enable_so_kimage_alloc_init_fndecl_16737 kimage_alloc_init fndecl 3 16737 NULL
++enable_so_fault_disconnect_write_fndecl_16742 fault_disconnect_write fndecl 3 16742 NULL
++enable_so_blockshift_sddr55_card_info_16749 blockshift sddr55_card_info 0 16749 NULL
++enable_so_data_avtab_datum_16759 data avtab_datum 0 16759 NULL
++enable_so_cpu_msix_table_sz_MPT2SAS_ADAPTER_16760 cpu_msix_table_sz MPT2SAS_ADAPTER 0 16760 NULL
++enable_so_dma_ops_alloc_addresses_fndecl_16763 dma_ops_alloc_addresses fndecl 3-4-0 16763 NULL
++enable_so_cluster_vardecl_pd_c_16770 cluster vardecl_pd.c 0 16770 NULL nohasharray
++enable_so_num_q_csio_wrm_16770 num_q csio_wrm 0 16770 &enable_so_cluster_vardecl_pd_c_16770
++enable_so_vlv_get_dsi_pclk_fndecl_16773 vlv_get_dsi_pclk fndecl 2 16773 NULL
++enable_so_len_f2fs_str_16776 len f2fs_str 0 16776 NULL
++enable_so_security_inode_need_killpriv_fndecl_16777 security_inode_need_killpriv fndecl 0 16777 NULL
++enable_so_qxl_draw_opaque_fb_fndecl_16781 qxl_draw_opaque_fb fndecl 2 16781 NULL
++enable_so_u132_hcd_giveback_urb_fndecl_16783 u132_hcd_giveback_urb fndecl 4 16783 NULL nohasharray
++enable_so_extra_prefix_len_ieee80211_crypto_ops_16783 extra_prefix_len ieee80211_crypto_ops 0 16783 &enable_so_u132_hcd_giveback_urb_fndecl_16783
++enable_so_max_iu_len_srp_target_port_16784 max_iu_len srp_target_port 0 16784 NULL nohasharray
++enable_so_iscsit_build_text_rsp_fndecl_16784 iscsit_build_text_rsp fndecl 0 16784 &enable_so_max_iu_len_srp_target_port_16784
++enable_so_crypto_rfc4309_setauthsize_fndecl_16792 crypto_rfc4309_setauthsize fndecl 2 16792 NULL
++enable_so_data_in_size_mpt2_ioctl_command_16804 data_in_size mpt2_ioctl_command 0 16804 NULL
++enable_so_spu_subctxt_cnt_qib_user_info_16810 spu_subctxt_cnt qib_user_info 0 16810 NULL
++enable_so_offset_btrfs_disk_key_16819 offset btrfs_disk_key 0 16819 NULL
++enable_so_vxlan_gro_remcsum_fndecl_16823 vxlan_gro_remcsum fndecl 5-4-2 16823 NULL
++enable_so_count_range_bits_fndecl_16830 count_range_bits fndecl 0-3 16830 NULL
++enable_so_audit_send_reply_fndecl_16835 audit_send_reply fndecl 7 16835 NULL
++enable_so_max_gen_ptrs_vardecl_net_namespace_c_16838 max_gen_ptrs vardecl_net_namespace.c 0 16838 NULL
++enable_so_alignment_ubi_mkvol_req_16842 alignment ubi_mkvol_req 0 16842 NULL nohasharray
++enable_so_esrt_data_size_vardecl_esrt_c_16842 esrt_data_size vardecl_esrt.c 0 16842 &enable_so_alignment_ubi_mkvol_req_16842
++enable_so_base_jfs_log_16858 base jfs_log 0 16858 NULL
++enable_so_radeon_bo_create_fndecl_16863 radeon_bo_create fndecl 2 16863 NULL
++enable_so_drm_property_create_blob_fndecl_16869 drm_property_create_blob fndecl 2 16869 NULL
++enable_so__ore_add_stripe_unit_fndecl_16884 _ore_add_stripe_unit fndecl 3-6 16884 NULL nohasharray
++enable_so_odm_stripe_unit_pnfs_osd_data_map_16884 odm_stripe_unit pnfs_osd_data_map 0 16884 &enable_so__ore_add_stripe_unit_fndecl_16884
++enable_so_dma_buf_size_ddb_output_16886 dma_buf_size ddb_output 0 16886 NULL
++enable_so_sl_change_mtu_fndecl_16887 sl_change_mtu fndecl 2 16887 NULL
++enable_so_era_array_root_superblock_disk_16891 era_array_root superblock_disk 0 16891 NULL
++enable_so_buf_sz_ath10k_pci_pipe_16896 buf_sz ath10k_pci_pipe 0 16896 NULL
++enable_so_ncbflooders_vardecl_rcutorture_c_16899 ncbflooders vardecl_rcutorture.c 0 16899 NULL
++enable_so_smk_write_load_self_fndecl_16901 smk_write_load_self fndecl 3 16901 NULL
++enable_so_msi2500_ctrl_msg_fndecl_16907 msi2500_ctrl_msg fndecl 0 16907 NULL
++enable_so_n_ai_urbs_usbduxsigma_private_16912 n_ai_urbs usbduxsigma_private 0 16912 NULL
++enable_so_geneve_build_header_fndecl_16917 geneve_build_header fndecl 4 16917 NULL
++enable_so_bpf_program_num_elem_xt_bpf_info_16920 bpf_program_num_elem xt_bpf_info 0 16920 NULL
++enable_so_cont_size_rock_state_16925 cont_size rock_state 0 16925 NULL
++enable_so_snd_rawmidi_transmit_fndecl_16928 snd_rawmidi_transmit fndecl 3 16928 NULL
++enable_so_sys_mbind_fndecl_16933 sys_mbind fndecl 2-1-5 16933 NULL
++enable_so_size_intel_ringbuffer_16937 size intel_ringbuffer 0 16937 NULL
++enable_so_ath10k_wmi_alloc_skb_fndecl_16949 ath10k_wmi_alloc_skb fndecl 2 16949 NULL
++enable_so_len_pcan_usb_pro_rxmsg_16950 len pcan_usb_pro_rxmsg 0 16950 NULL
++enable_so_intel_framebuffer_pitch_for_width_fndecl_16956 intel_framebuffer_pitch_for_width fndecl 2-1 16956 NULL
++enable_so_vcs_read_fndecl_16962 vcs_read fndecl 3 16962 NULL
++enable_so_mrst_lvds_find_best_pll_fndecl_16971 mrst_lvds_find_best_pll fndecl 4 16971 NULL
++enable_so_fat_reserved_fat_bios_param_block_16977 fat_reserved fat_bios_param_block 0 16977 NULL
++enable_so_inquiry_len_scsi_device_16981 inquiry_len scsi_device 0 16981 NULL nohasharray
++enable_so_num_tx_queues_ixgbe_adapter_16981 num_tx_queues ixgbe_adapter 0 16981 &enable_so_inquiry_len_scsi_device_16981
++enable_so_zlib_uncompress_fndecl_16988 zlib_uncompress fndecl 6-5 16988 NULL
++enable_so_ma901radio_set_freq_fndecl_16989 ma901radio_set_freq fndecl 2 16989 NULL
++enable_so_tt3650_ci_msg_locked_fndecl_16990 tt3650_ci_msg_locked fndecl 4 16990 NULL
++enable_so_endp_out2_zd1201_16998 endp_out2 zd1201 0 16998 NULL
++enable_so_count_b43legacy_hwtxstatus_17011 count b43legacy_hwtxstatus 0 17011 NULL
++enable_so_consumed_unix_skb_parms_17012 consumed unix_skb_parms 0 17012 NULL
++enable_so_vhost_add_used_and_signal_n_fndecl_17013 vhost_add_used_and_signal_n fndecl 4 17013 NULL
++enable_so_fragshift_snd_pcm_oss_runtime_17015 fragshift snd_pcm_oss_runtime 0 17015 NULL
++enable_so_u132_hcd_abandon_urb_fndecl_17016 u132_hcd_abandon_urb fndecl 4 17016 NULL
++enable_so_num_pads_media_entity_17022 num_pads media_entity 0 17022 NULL
++enable_so_ext4_mb_load_buddy_fndecl_17030 ext4_mb_load_buddy fndecl 2 17030 NULL
++enable_so_hw_context_size_drm_i915_private_17036 hw_context_size drm_i915_private 0 17036 NULL
++enable_so_inuse_kmem_cache_17038 inuse kmem_cache 0 17038 NULL
++enable_so_reiserfs_sync_file_fndecl_17045 reiserfs_sync_file fndecl 2 17045 NULL
++enable_so_qla4xxx_post_ping_evt_work_fndecl_17049 qla4xxx_post_ping_evt_work fndecl 4 17049 NULL
++enable_so_spi_write_then_read_fndecl_17050 spi_write_then_read fndecl 3-5 17050 NULL
++enable_so_xstate_size_vardecl_17054 xstate_size vardecl 0 17054 NULL
++enable_so_ufx_submit_urb_fndecl_17065 ufx_submit_urb fndecl 3 17065 NULL
++enable_so_venus_lookup_fndecl_17066 venus_lookup fndecl 4 17066 NULL
++enable_so_ieee80211_if_fmt_num_buffered_multicast_fndecl_17068 ieee80211_if_fmt_num_buffered_multicast fndecl 3 17068 NULL
++enable_so_xfs_file_fallocate_fndecl_17093 xfs_file_fallocate fndecl 3-4 17093 NULL
++enable_so_obfuscate_tx_buffer_fndecl_17095 obfuscate_tx_buffer fndecl 2 17095 NULL
++enable_so_ocfs2_xattr_trusted_set_fndecl_17102 ocfs2_xattr_trusted_set fndecl 4 17102 NULL nohasharray
++enable_so_nr_voices_seq_oss_synth_17102 nr_voices seq_oss_synth 0 17102 &enable_so_ocfs2_xattr_trusted_set_fndecl_17102
++enable_so_dlm_user_request_fndecl_17104 dlm_user_request fndecl 6 17104 NULL nohasharray
++enable_so_len_st_fifo_entry_17104 len st_fifo_entry 0 17104 &enable_so_dlm_user_request_fndecl_17104 nohasharray
++enable_so_ro_step_fndecl_17104 ro_step fndecl 2 17104 &enable_so_len_st_fifo_entry_17104
++enable_so_sdio_readsb_fndecl_17108 sdio_readsb fndecl 4 17108 NULL
++enable_so_count_stframe_17112 count stframe 0 17112 NULL
++enable_so_zoneshift_alauda_media_info_17115 zoneshift alauda_media_info 0 17115 NULL
++enable_so_xfs_iomap_prealloc_size_fndecl_17118 xfs_iomap_prealloc_size fndecl 3 17118 NULL
++enable_so_dma_map_area_fndecl_17121 dma_map_area fndecl 3-2-5-0 17121 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHoldingTimeout_fndecl_17128 ieee80211_if_fmt_dot11MeshHoldingTimeout fndecl 3 17128 NULL
++enable_so_in___kfifo_17131 in __kfifo 0 17131 NULL nohasharray
++enable_so_hci_sock_recvmsg_fndecl_17131 hci_sock_recvmsg fndecl 3 17131 &enable_so_in___kfifo_17131
++enable_so_nilfs_sufile_do_set_error_fndecl_17133 nilfs_sufile_do_set_error fndecl 2 17133 NULL
++enable_so_lnet_ipif_enumerate_fndecl_17135 lnet_ipif_enumerate fndecl 0 17135 NULL
++enable_so_blockSize_ms_lib_ctrl_17144 blockSize ms_lib_ctrl 0 17144 NULL
++enable_so_irq_dma_yealink_dev_17149 irq_dma yealink_dev 0 17149 NULL
++enable_so_acpi_ns_get_pathname_length_fndecl_17152 acpi_ns_get_pathname_length fndecl 0 17152 NULL
++enable_so_len_read_buffer_17166 len read_buffer 0 17166 NULL
++enable_so_x86_clflush_size_cpuinfo_x86_17167 x86_clflush_size cpuinfo_x86 0 17167 NULL
++enable_so_mcp251x_hw_tx_frame_fndecl_17170 mcp251x_hw_tx_frame fndecl 3 17170 NULL
++enable_so_skb_copy_expand_fndecl_17174 skb_copy_expand fndecl 2 17174 NULL nohasharray
++enable_so_b43legacy_plcp_get_bitrate_idx_cck_fndecl_17174 b43legacy_plcp_get_bitrate_idx_cck fndecl 0 17174 &enable_so_skb_copy_expand_fndecl_17174 nohasharray
++enable_so_acpi_ex_allocate_name_string_fndecl_17174 acpi_ex_allocate_name_string fndecl 1-2 17174 &enable_so_b43legacy_plcp_get_bitrate_idx_cck_fndecl_17174
++enable_so_ip_options_get_finish_fndecl_17176 ip_options_get_finish fndecl 4 17176 NULL nohasharray
++enable_so_mtu_vnic_enet_config_17176 mtu vnic_enet_config 0 17176 &enable_so_ip_options_get_finish_fndecl_17176
++enable_so_start_block_swap_extent_17179 start_block swap_extent 0 17179 NULL
++enable_so_luma_size_s5p_mfc_ctx_17182 luma_size s5p_mfc_ctx 0 17182 NULL
++enable_so_read_normal_summaries_fndecl_17185 read_normal_summaries fndecl 2 17185 NULL
++enable_so_logical_blk_num_osst_tape_17216 logical_blk_num osst_tape 0 17216 NULL
++enable_so_ud_clear_fndecl_17219 ud_clear fndecl 5-3-6-4 17219 NULL
++enable_so_vsync_start_drm_display_mode_17229 vsync_start drm_display_mode 0 17229 NULL nohasharray
++enable_so_paths_from_inode_fndecl_17229 paths_from_inode fndecl 1 17229 &enable_so_vsync_start_drm_display_mode_17229
++enable_so_ioread32be_fndecl_17230 ioread32be fndecl 0 17230 NULL
++enable_so___btrfs_add_ordered_extent_fndecl_17234 __btrfs_add_ordered_extent fndecl 4-2-5-3 17234 NULL
++enable_so_vxge_device_register_fndecl_17243 vxge_device_register fndecl 4 17243 NULL
++enable_so_relocated_ramdisk_vardecl_17246 relocated_ramdisk vardecl 0 17246 NULL
++enable_so_get_pdptr_kvm_mmu_17247 get_pdptr kvm_mmu 0 17247 NULL
++enable_so_count_acpi_object_package_17250 count acpi_object_package 0 17250 NULL
++enable_so_diva_os_copy_from_user_fndecl_17251 diva_os_copy_from_user fndecl 4 17251 NULL nohasharray
++enable_so_lustre_packed_msg_size_fndecl_17251 lustre_packed_msg_size fndecl 0 17251 &enable_so_diva_os_copy_from_user_fndecl_17251
++enable_so_len_spi_ioc_transfer_17252 len spi_ioc_transfer 0 17252 NULL
++enable_so_btrfs_free_chunk_fndecl_17255 btrfs_free_chunk fndecl 4-3 17255 NULL
++enable_so_sctp_v6_err_fndecl_17257 sctp_v6_err fndecl 5 17257 NULL nohasharray
++enable_so_num_vfs_be_adapter_17257 num_vfs be_adapter 0 17257 &enable_so_sctp_v6_err_fndecl_17257
++enable_so_page_to_skb_fndecl_17261 page_to_skb fndecl 5-4 17261 NULL
++enable_so_fat_sec_per_clus_fat_bios_param_block_17264 fat_sec_per_clus fat_bios_param_block 0 17264 NULL
++enable_so_subpgsize_vardecl_subpagetest_c_17265 subpgsize vardecl_subpagetest.c 0 17265 NULL
++enable_so_ntfs_mft_bitmap_find_and_alloc_free_rec_nolock_fndecl_17271 ntfs_mft_bitmap_find_and_alloc_free_rec_nolock fndecl 0 17271 NULL
++enable_so_bnx2_rx_skb_fndecl_17272 bnx2_rx_skb fndecl 5-4 17272 NULL
++enable_so_w_stk_size_17273 w stk_size 0 17273 NULL
++enable_so_bnx2_nvram_write_fndecl_17277 bnx2_nvram_write fndecl 2-4 17277 NULL
++enable_so_seq_buf_alloc_fndecl_17287 seq_buf_alloc fndecl 1 17287 NULL
++enable_so_desired_speed_ide_drive_s_17293 desired_speed ide_drive_s 0 17293 NULL
++enable_so_hsync_pulse_width_lo_detailed_pixel_timing_17297 hsync_pulse_width_lo detailed_pixel_timing 0 17297 NULL
++enable_so_sup_segnum_nilfs_suinfo_update_17298 sup_segnum nilfs_suinfo_update 0 17298 NULL
++enable_so_read_reg_sja1000_priv_17306 read_reg sja1000_priv 0 17306 NULL
++enable_so_bytes_per_scan_line_vbe_mode_ib_17308 bytes_per_scan_line vbe_mode_ib 0 17308 NULL
++enable_so_dlen_isdn_ppp_resetparams_17312 dlen isdn_ppp_resetparams 0 17312 NULL
++enable_so_cfs_trace_dump_debug_buffer_usrstr_fndecl_17318 cfs_trace_dump_debug_buffer_usrstr fndecl 2 17318 NULL
++enable_so_rpcrdma_create_chunks_fndecl_17322 rpcrdma_create_chunks fndecl 0 17322 NULL
++enable_so_top_mthca_alloc_17324 top mthca_alloc 0 17324 NULL
++enable_so_blockmask_sddr09_card_info_17325 blockmask sddr09_card_info 0 17325 NULL
++enable_so_reserved_eqs_mlx4_caps_17333 reserved_eqs mlx4_caps 0 17333 NULL
++enable_so_freeblk_xfs_da_geometry_17334 freeblk xfs_da_geometry 0 17334 NULL
++enable_so_dev_count_kvm_io_bus_17340 dev_count kvm_io_bus 0 17340 NULL
++enable_so_bytenr_btrfs_delayed_ref_node_17344 bytenr btrfs_delayed_ref_node 0 17344 NULL
++enable_so_MaxBuses__MSG_IOC_FACTS_REPLY_17350 MaxBuses _MSG_IOC_FACTS_REPLY 0 17350 NULL
++enable_so_dvb_dmxdev_read_sec_fndecl_17351 dvb_dmxdev_read_sec fndecl 4 17351 NULL
++enable_so_audio_buf_size_f_uac1_opts_17353 audio_buf_size f_uac1_opts 0 17353 NULL
++enable_so_tipc_alloc_entry_fndecl_17360 tipc_alloc_entry fndecl 2 17360 NULL
++enable_so_udf_tgetblk_fndecl_17362 udf_tgetblk fndecl 2 17362 NULL
++enable_so_extra_inflate_state_17367 extra inflate_state 0 17367 NULL
++enable_so_nilfs_sufile_mark_dirty_fndecl_17370 nilfs_sufile_mark_dirty fndecl 2 17370 NULL nohasharray
++enable_so_pn533_set_configuration_fndecl_17370 pn533_set_configuration fndecl 4 17370 &enable_so_nilfs_sufile_mark_dirty_fndecl_17370
++enable_so_name_len_vardecl_initramfs_c_17373 name_len vardecl_initramfs.c 0 17373 NULL
++enable_so_acl_len_nfs_getaclargs_17378 acl_len nfs_getaclargs 0 17378 NULL
++enable_so_vram_total_vardecl_uvesafb_c_17381 vram_total vardecl_uvesafb.c 0 17381 NULL
++enable_so_scatt_size_eata_info_17383 scatt_size eata_info 0 17383 NULL
++enable_so_hw_hdr_len_cardstate_17385 hw_hdr_len cardstate 0 17385 NULL
++enable_so_f_hidg_write_fndecl_17391 f_hidg_write fndecl 3 17391 NULL
++enable_so_ext3_group_extend_fndecl_17396 ext3_group_extend fndecl 3 17396 NULL
++enable_so_vmx_set_efer_fndecl_17400 vmx_set_efer fndecl 2 17400 NULL
++enable_so_posix_acl_fix_xattr_userns_fndecl_17415 posix_acl_fix_xattr_userns fndecl 4 17415 NULL
++enable_so_dlm_master_lookup_fndecl_17417 dlm_master_lookup fndecl 4 17417 NULL
++enable_so_ufx_setup_modes_fndecl_17419 ufx_setup_modes fndecl 4 17419 NULL
++enable_so_l2up_create_fndecl_17421 l2up_create fndecl 3 17421 NULL
++enable_so_readpage_address_space_operations_17426 readpage address_space_operations 0 17426 NULL
++enable_so_keys_jset_17429 keys jset 0 17429 NULL
++enable_so_btrfs_cmp_data_prepare_fndecl_17436 btrfs_cmp_data_prepare fndecl 5 17436 NULL
++enable_so_ceph_dir_fsync_fndecl_17447 ceph_dir_fsync fndecl 2 17447 NULL
++enable_so_dd_fcvport_size_fc_function_template_17449 dd_fcvport_size fc_function_template 0 17449 NULL
++enable_so_bufsz_kexec_segment_17458 bufsz kexec_segment 0 17458 NULL
++enable_so___alloc_bootmem_node_nopanic_fndecl_17459 __alloc_bootmem_node_nopanic fndecl 3-2 17459 NULL
++enable_so_bits_bgpio_chip_17461 bits bgpio_chip 0 17461 NULL
++enable_so_paging32_gva_to_gpa_nested_fndecl_17465 paging32_gva_to_gpa_nested fndecl 2-3 17465 NULL
++enable_so_sddr09_write_inplace_fndecl_17484 sddr09_write_inplace fndecl 4-3 17484 NULL
++enable_so_e_block_mb_cache_entry_17485 e_block mb_cache_entry 0 17485 NULL
++enable_so_elants_i2c_send_fndecl_17486 elants_i2c_send fndecl 3 17486 NULL
++enable_so_dma_get_required_mask_fndecl_17491 dma_get_required_mask fndecl 0 17491 NULL
++enable_so_mlx4_ib_reg_user_mr_fndecl_17492 mlx4_ib_reg_user_mr fndecl 2 17492 NULL
++enable_so_qp_memcpy_from_queue_fndecl_17500 qp_memcpy_from_queue fndecl 5-4 17500 NULL
++enable_so_ieee80211_if_fmt_dot11MeshMaxRetries_fndecl_17503 ieee80211_if_fmt_dot11MeshMaxRetries fndecl 3 17503 NULL
++enable_so_user_buffer_offset_binder_proc_17508 user_buffer_offset binder_proc 0 17508 NULL
++enable_so_invalidate_fndecl_17509 invalidate fndecl 4-3 17509 NULL
++enable_so_read_dst_fndecl_17513 read_dst fndecl 3 17513 NULL nohasharray
++enable_so_npages_free_dma_pool_17513 npages_free dma_pool 0 17513 &enable_so_read_dst_fndecl_17513
++enable_so_dbg_intr_buf_fndecl_17526 dbg_intr_buf fndecl 2 17526 NULL
++enable_so_ext4_iget_fndecl_17527 ext4_iget fndecl 2 17527 NULL
++enable_so_mei_read_fndecl_17528 mei_read fndecl 3 17528 NULL
++enable_so_max3421_urb_dequeue_fndecl_17530 max3421_urb_dequeue fndecl 3 17530 NULL
++enable_so_offset_icmp_bxm_17531 offset icmp_bxm 0 17531 NULL
++enable_so_rndis_set_oid_fndecl_17536 rndis_set_oid fndecl 4 17536 NULL
++enable_so_dm_stats_create_fndecl_17540 dm_stats_create fndecl 4-2-3 17540 NULL
++enable_so_wdm_read_fndecl_17542 wdm_read fndecl 3 17542 NULL
++enable_so_fb_alloc_cmap_fndecl_17545 fb_alloc_cmap fndecl 2 17545 NULL
++enable_so_root_cluster_msdos_sb_info_17547 root_cluster msdos_sb_info 0 17547 NULL
++enable_so_mlx4_en_rx_skb_fndecl_17554 mlx4_en_rx_skb fndecl 4 17554 NULL
++enable_so_mchip_comp_read_frame_fndecl_17555 mchip_comp_read_frame fndecl 1 17555 NULL
++enable_so_lcd_vsync_len_atyfb_par_17565 lcd_vsync_len atyfb_par 0 17565 NULL
++enable_so_stack_size_ahd_softc_17574 stack_size ahd_softc 0 17574 NULL
++enable_so_wMaxPacketSize_usb_rpipe_descriptor_17578 wMaxPacketSize usb_rpipe_descriptor 0 17578 NULL
++enable_so_sb_fs_size_hpfs_sb_info_17581 sb_fs_size hpfs_sb_info 0 17581 NULL
++enable_so_SyS_semtimedop_fndecl_17584 SyS_semtimedop fndecl 3 17584 NULL
++enable_so_reg_bytes_regmap_format_17598 reg_bytes regmap_format 0 17598 NULL
++enable_so_disk_num_bytes_btrfs_file_extent_item_17599 disk_num_bytes btrfs_file_extent_item 0 17599 NULL
++enable_so_qlf_len_xfs_dq_logformat_17603 qlf_len xfs_dq_logformat 0 17603 NULL nohasharray
++enable_so_ent_bread_fatent_operations_17603 ent_bread fatent_operations 0 17603 &enable_so_qlf_len_xfs_dq_logformat_17603
++enable_so_isoc_ep_stk_camera_17604 isoc_ep stk_camera 0 17604 NULL nohasharray
++enable_so_ext3_iget_fndecl_17604 ext3_iget fndecl 2 17604 &enable_so_isoc_ep_stk_camera_17604
++enable_so_int_dist_fndecl_17618 int_dist fndecl 2-4-1-3 17618 NULL
++enable_so_min_alloc_order_gen_pool_17628 min_alloc_order gen_pool 0 17628 NULL
++enable_so_num_peri_pl330_config_17630 num_peri pl330_config 0 17630 NULL
++enable_so_ctxts_extrabuf_qib_devdata_17634 ctxts_extrabuf qib_devdata 0 17634 NULL
++enable_so_last_used_idx_vringh_17635 last_used_idx vringh 0 17635 NULL
++enable_so_video_linelength_sis_video_info_17642 video_linelength sis_video_info 0 17642 NULL
++enable_so_wl12xx_sdio_raw_read_fndecl_17648 wl12xx_sdio_raw_read fndecl 4 17648 NULL
++enable_so_btree_insert_raw_fndecl_17655 btree_insert_raw fndecl 2 17655 NULL
++enable_so_size_scsi_host_sg_pool_17661 size scsi_host_sg_pool 0 17661 NULL
++enable_so_maybe_insert_hole_fndecl_17668 maybe_insert_hole fndecl 4-3 17668 NULL
++enable_so_read_wl1273_core_17678 read wl1273_core 0 17678 NULL
++enable_so_wl1251_cmd_template_set_fndecl_17679 wl1251_cmd_template_set fndecl 4 17679 NULL
++enable_so_memory_block_size_probed_vardecl_init_64_c_17683 memory_block_size_probed vardecl_init_64.c 0 17683 NULL
++enable_so_ieee80211_if_fmt_beacon_timeout_fndecl_17690 ieee80211_if_fmt_beacon_timeout fndecl 3 17690 NULL
++enable_so_ivtv_copy_buf_to_user_fndecl_17692 ivtv_copy_buf_to_user fndecl 4 17692 NULL
++enable_so__snd_pcm_hw_param_max_fndecl_17702 _snd_pcm_hw_param_max fndecl 3 17702 NULL
++enable_so_mxt_show_instance_fndecl_17708 mxt_show_instance fndecl 0-2 17708 NULL nohasharray
++enable_so_rx_dma_buf_sz_altera_tse_private_17708 rx_dma_buf_sz altera_tse_private 0 17708 &enable_so_mxt_show_instance_fndecl_17708
++enable_so_u132_urb_dequeue_fndecl_17714 u132_urb_dequeue fndecl 3 17714 NULL
++enable_so_csio_wr_alloc_q_fndecl_17717 csio_wr_alloc_q fndecl 3-2-6 17717 NULL nohasharray
++enable_so_SyS_setgroups_fndecl_17717 SyS_setgroups fndecl 1 17717 &enable_so_csio_wr_alloc_q_fndecl_17717
++enable_so_paging64_walk_addr_generic_fndecl_17719 paging64_walk_addr_generic fndecl 4-5 17719 NULL
++enable_so_tries_p54_frame_sent_17721 tries p54_frame_sent 0 17721 NULL
++enable_so_snd_efw_command_get_phys_meters_fndecl_17725 snd_efw_command_get_phys_meters fndecl 3 17725 NULL
++enable_so_qp_host_get_user_memory_fndecl_17726 qp_host_get_user_memory fndecl 1-2 17726 NULL
++enable_so_nilfs_cpfile_delete_checkpoint_fndecl_17728 nilfs_cpfile_delete_checkpoint fndecl 2 17728 NULL
++enable_so_xdr_write_pages_fndecl_17729 xdr_write_pages fndecl 4 17729 NULL
++enable_so_f_hidg_read_fndecl_17741 f_hidg_read fndecl 3 17741 NULL
++enable_so_num_desc_blocks_fndecl_17744 num_desc_blocks fndecl 2 17744 NULL
++enable_so_set_le_ih_k_offset_fndecl_17745 set_le_ih_k_offset fndecl 2 17745 NULL
++enable_so_sock_no_sendpage_fndecl_17749 sock_no_sendpage fndecl 0 17749 NULL nohasharray
++enable_so_pkg_len_hanwang_features_17749 pkg_len hanwang_features 0 17749 &enable_so_sock_no_sendpage_fndecl_17749
++enable_so_sector_size_scsi_device_17750 sector_size scsi_device 0 17750 NULL
++enable_so_host_efer_vardecl_vmx_c_17758 host_efer vardecl_vmx.c 0 17758 NULL
++enable_so_g_token_size_fndecl_17759 g_token_size fndecl 0-2 17759 NULL
++enable_so_max_queues_fm10k_mac_info_17760 max_queues fm10k_mac_info 0 17760 NULL
++enable_so_read_hwrng_17766 read hwrng 0 17766 NULL
++enable_so_of_gpio_count_fndecl_17773 of_gpio_count fndecl 0 17773 NULL
++enable_so_fbcon_prepare_logo_fndecl_17781 fbcon_prepare_logo fndecl 5 17781 NULL
++enable_so___e820_update_range_fndecl_17791 __e820_update_range fndecl 3 17791 NULL
++enable_so_usX2Y_audio_stream_new_fndecl_17792 usX2Y_audio_stream_new fndecl 2-3 17792 NULL nohasharray
++enable_so_db_to_fdb_xfs_dir_ops_17792 db_to_fdb xfs_dir_ops 0 17792 &enable_so_usX2Y_audio_stream_new_fndecl_17792
++enable_so_nf_nat_ipv6_manip_pkt_fndecl_17794 nf_nat_ipv6_manip_pkt fndecl 2 17794 NULL
++enable_so_number_of_blocks_ms_boot_attr_info_17802 number_of_blocks ms_boot_attr_info 0 17802 NULL
++enable_so_sr_read_cd_fndecl_17813 sr_read_cd fndecl 5 17813 NULL
++enable_so_pcpu_next_pop_fndecl_17814 pcpu_next_pop fndecl 4 17814 NULL
++enable_so_posix_acl_fix_xattr_to_user_fndecl_17816 posix_acl_fix_xattr_to_user fndecl 2 17816 NULL
++enable_so_snd_hda_override_conn_list_fndecl_17817 snd_hda_override_conn_list fndecl 3 17817 NULL nohasharray
++enable_so_xenbus_file_write_fndecl_17817 xenbus_file_write fndecl 3 17817 &enable_so_snd_hda_override_conn_list_fndecl_17817
++enable_so_paging64_gva_to_gpa_nested_fndecl_17820 paging64_gva_to_gpa_nested fndecl 2-3 17820 NULL
++enable_so_i_blkbits_inode_17823 i_blkbits inode 0 17823 NULL
++enable_so_tipc_recvmsg_fndecl_17825 tipc_recvmsg fndecl 3 17825 NULL
++enable_so_SyS_mincore_fndecl_17834 SyS_mincore fndecl 1-2 17834 NULL
++enable_so_max_sgl_entries_vardecl_mpt2sas_base_c_17839 max_sgl_entries vardecl_mpt2sas_base.c 0 17839 NULL
++enable_so_hactive_lo_oaktrail_timing_info_17844 hactive_lo oaktrail_timing_info 0 17844 NULL
++enable_so_qlcnic_sriov_alloc_bc_msg_fndecl_17846 qlcnic_sriov_alloc_bc_msg fndecl 2 17846 NULL
++enable_so_dbg_fixed_rate_lq_sta_pers_17854 dbg_fixed_rate lq_sta_pers 0 17854 NULL
++enable_so_discard_alignment_queue_limits_17856 discard_alignment queue_limits 0 17856 NULL
++enable_so_current_table_count_acpi_table_list_17862 current_table_count acpi_table_list 0 17862 NULL
++enable_so_bip_vcnt_bio_integrity_payload_17865 bip_vcnt bio_integrity_payload 0 17865 NULL
++enable_so_fuse_get_req_for_background_fndecl_17874 fuse_get_req_for_background fndecl 2 17874 NULL nohasharray
++enable_so_secondary_tail_adu_device_17874 secondary_tail adu_device 0 17874 &enable_so_fuse_get_req_for_background_fndecl_17874
++enable_so_wl1273_fm_get_freq_fndecl_17876 wl1273_fm_get_freq fndecl 0 17876 NULL
++enable_so_max_pkt_size_au0828_usb_isoc_ctl_17891 max_pkt_size au0828_usb_isoc_ctl 0 17891 NULL
++enable_so_s_firstinodezone_sysv_sb_info_17901 s_firstinodezone sysv_sb_info 0 17901 NULL
++enable_so_shortRetryLimit_ConfigRid_17906 shortRetryLimit ConfigRid 0 17906 NULL
++enable_so_arch_gnttab_valloc_fndecl_17911 arch_gnttab_valloc fndecl 2 17911 NULL
++enable_so_osd_req_read_sg_kern_fndecl_17913 osd_req_read_sg_kern fndecl 5 17913 NULL nohasharray
++enable_so_sync_fence_alloc_fndecl_17913 sync_fence_alloc fndecl 1 17913 &enable_so_osd_req_read_sg_kern_fndecl_17913
++enable_so_sg_pcopy_to_buffer_fndecl_17914 sg_pcopy_to_buffer fndecl 0 17914 NULL
++enable_so_ipath_verbs_send_dma_fndecl_17922 ipath_verbs_send_dma fndecl 6-3 17922 NULL
++enable_so_br_blockcount_xfs_bmbt_irec_17931 br_blockcount xfs_bmbt_irec 0 17931 NULL
++enable_so___kfifo_dma_in_finish_r_fndecl_17938 __kfifo_dma_in_finish_r fndecl 3-2 17938 NULL
++enable_so___vxge_hw_mempool_create_fndecl_17944 __vxge_hw_mempool_create fndecl 2 17944 NULL
++enable_so_rtl2830_regmap_read_fndecl_17947 rtl2830_regmap_read fndecl 3-5 17947 NULL
++enable_so_cache_do_downcall_fndecl_17949 cache_do_downcall fndecl 3 17949 NULL
++enable_so_videobuf_dma_init_kernel_fndecl_17952 videobuf_dma_init_kernel fndecl 3 17952 NULL
++enable_so_n_special_skd_device_17960 n_special skd_device 0 17960 NULL
++enable_so_pkt_align_netvsc_device_17961 pkt_align netvsc_device 0 17961 NULL
++enable_so_do_tee_fndecl_17969 do_tee fndecl 3 17969 NULL
++enable_so_ab3100_get_register_page_interruptible_fndecl_17972 ab3100_get_register_page_interruptible fndecl 4 17972 NULL
++enable_so_length_ore_io_state_17977 length ore_io_state 0 17977 NULL
++enable_so_nilfs_set_last_segment_fndecl_17983 nilfs_set_last_segment fndecl 4-2 17983 NULL
++enable_so_data3_sisusb_command_17984 data3 sisusb_command 0 17984 NULL
++enable_so_channels_tiadc_device_17992 channels tiadc_device 0 17992 NULL
++enable_so_fill_inquiry_response_fndecl_17994 fill_inquiry_response fndecl 3 17994 NULL
++enable_so_get_context_size_fndecl_17999 get_context_size fndecl 0 17999 NULL
++enable_so_order_per_bit_cma_18000 order_per_bit cma 0 18000 NULL
++enable_so_target_xcopy_read_source_fndecl_18003 target_xcopy_read_source fndecl 5 18003 NULL
++enable_so_size_aper_size_info_8_18012 size aper_size_info_8 0 18012 NULL nohasharray
++enable_so_data_xfer_length_aac_srb_reply_18012 data_xfer_length aac_srb_reply 0 18012 &enable_so_size_aper_size_info_8_18012
++enable_so_rx_frag_size_vardecl_be_main_c_18017 rx_frag_size vardecl_be_main.c 0 18017 NULL
++enable_so_raid56_parity_recover_fndecl_18019 raid56_parity_recover fndecl 4 18019 NULL
++enable_so_wimax_msg_fndecl_18021 wimax_msg fndecl 4 18021 NULL
++enable_so_cmdlog_vardecl_ipw2200_c_18024 cmdlog vardecl_ipw2200.c 0 18024 NULL
++enable_so_sl811h_urb_dequeue_fndecl_18025 sl811h_urb_dequeue fndecl 3 18025 NULL nohasharray
++enable_so_condc_tomoyo_condition_18025 condc tomoyo_condition 0 18025 &enable_so_sl811h_urb_dequeue_fndecl_18025
++enable_so_videobuf_to_dma_contig_fndecl_18026 videobuf_to_dma_contig fndecl 0 18026 NULL nohasharray
++enable_so_rawv6_recvmsg_fndecl_18026 rawv6_recvmsg fndecl 3 18026 &enable_so_videobuf_to_dma_contig_fndecl_18026 nohasharray
++enable_so_ceph_kvmalloc_fndecl_18026 ceph_kvmalloc fndecl 1 18026 &enable_so_rawv6_recvmsg_fndecl_18026
++enable_so_dmamask_altera_dmaops_18027 dmamask altera_dmaops 0 18027 NULL
++enable_so_start_data_mm_struct_18029 start_data mm_struct 0 18029 NULL
++enable_so_copy_items_fndecl_18039 copy_items fndecl 7 18039 NULL
++enable_so_read_device_fndecl_18043 read_device fndecl 3 18043 NULL
++enable_so_ld_usb_write_fndecl_18045 ld_usb_write fndecl 3 18045 NULL
++enable_so_sctp_make_op_error_fndecl_18050 sctp_make_op_error fndecl 5-6 18050 NULL
++enable_so_ts_packet_size_cx23885_tsport_18052 ts_packet_size cx23885_tsport 0 18052 NULL
++enable_so_sll_halen_sockaddr_ll_18063 sll_halen sockaddr_ll 0 18063 NULL
++enable_so_ipath_get_base_info_fndecl_18064 ipath_get_base_info fndecl 3 18064 NULL
++enable_so_snd_rawmidi_receive_fndecl_18080 snd_rawmidi_receive fndecl 3 18080 NULL
++enable_so_add_wpa_key_fndecl_18083 add_wpa_key fndecl 3 18083 NULL
++enable_so_bits_per_pixel_drm_framebuffer_18087 bits_per_pixel drm_framebuffer 0 18087 NULL
++enable_so_di_nextents_xfs_icdinode_18090 di_nextents xfs_icdinode 0 18090 NULL
++enable_so_inode2sd_fndecl_18094 inode2sd fndecl 3 18094 NULL
++enable_so_do_async_mmap_readahead_fndecl_18112 do_async_mmap_readahead fndecl 5 18112 NULL
++enable_so_befs_read_datastream_fndecl_18116 befs_read_datastream fndecl 3 18116 NULL
++enable_so_block_bitmap_ext3_new_group_data_18117 block_bitmap ext3_new_group_data 0 18117 NULL
++enable_so_send_mpa_reject_fndecl_18124 send_mpa_reject fndecl 3 18124 NULL
++enable_so_ring_prod_per_user_data_18125 ring_prod per_user_data 0 18125 NULL
++enable_so_tlb_preload_count_gru_create_context_req_18130 tlb_preload_count gru_create_context_req 0 18130 NULL nohasharray
++enable_so_reshape_request_fndecl_18130 reshape_request fndecl 2 18130 &enable_so_tlb_preload_count_gru_create_context_req_18130
++enable_so_fs_start_hfs_sb_info_18132 fs_start hfs_sb_info 0 18132 NULL
++enable_so_num_ddr_avs_mthca_av_table_18139 num_ddr_avs mthca_av_table 0 18139 NULL
++enable_so_byte_cnt_rx_desc_18142 byte_cnt rx_desc 0 18142 NULL
++enable_so_i_iget5_block_iso_inode_info_18143 i_iget5_block iso_inode_info 0 18143 NULL
++enable_so_softback_in_vardecl_fbcon_c_18148 softback_in vardecl_fbcon.c 0 18148 NULL
++enable_so_read_word_onenand_chip_18150 read_word onenand_chip 0 18150 NULL
++enable_so_bmv_length_getbmapx_18151 bmv_length getbmapx 0 18151 NULL
++enable_so_start_i915_address_space_18152 start i915_address_space 0 18152 NULL
++enable_so_nfs_dreq_bytes_left_fndecl_18154 nfs_dreq_bytes_left fndecl 0 18154 NULL
++enable_so_ocrdma_alloc_frmr_fndecl_18161 ocrdma_alloc_frmr fndecl 2 18161 NULL
++enable_so_qlcnic_enable_msix_fndecl_18171 qlcnic_enable_msix fndecl 2 18171 NULL
++enable_so_num_gpu_pages_radeon_gart_18177 num_gpu_pages radeon_gart 0 18177 NULL
++enable_so_ocfs2_test_suballoc_bit_fndecl_18180 ocfs2_test_suballoc_bit fndecl 6-5-4 18180 NULL
++enable_so_offset_pktcdvd_device_18183 offset pktcdvd_device 0 18183 NULL
++enable_so_nilfs_segctor_scan_file_fndecl_18195 nilfs_segctor_scan_file fndecl 0 18195 NULL
++enable_so_natsemi_change_mtu_fndecl_18207 natsemi_change_mtu fndecl 2 18207 NULL
++enable_so_bnad_debugfs_write_regrd_fndecl_18209 bnad_debugfs_write_regrd fndecl 3 18209 NULL
++enable_so_sd_head_align_brcmfmac_sdio_platform_data_18210 sd_head_align brcmfmac_sdio_platform_data 0 18210 NULL
++enable_so_fw_size_intel_dmc_header_18214 fw_size intel_dmc_header 0 18214 NULL
++enable_so_ext3_bg_num_gdb_fndecl_18222 ext3_bg_num_gdb fndecl 0 18222 NULL nohasharray
++enable_so_check_clk_sync_fndecl_18222 check_clk_sync fndecl 2 18222 &enable_so_ext3_bg_num_gdb_fndecl_18222
++enable_so_xmit_cnt_mgsl_struct_18223 xmit_cnt mgsl_struct 0 18223 NULL
++enable_so_ql_process_mac_rx_skb_fndecl_18226 ql_process_mac_rx_skb fndecl 5-4 18226 NULL
++enable_so_btrfs_lookup_csums_range_fndecl_18235 btrfs_lookup_csums_range fndecl 2-3 18235 NULL
++enable_so_ocfs2_insert_extent_fndecl_18242 ocfs2_insert_extent fndecl 3-4 18242 NULL
++enable_so_payload_size_vmci_datagram_18243 payload_size vmci_datagram 0 18243 NULL
++enable_so_cfg80211_calculate_bitrate_vht_fndecl_18246 cfg80211_calculate_bitrate_vht fndecl 0 18246 NULL
++enable_so_next_free_transient_c_18248 next_free transient_c 0 18248 NULL
++enable_so_inet_recv_error_fndecl_18251 inet_recv_error fndecl 3 18251 NULL
++enable_so_posix_acl_xattr_count_fndecl_18262 posix_acl_xattr_count fndecl 1-0 18262 NULL
++enable_so_video_proc_write_fndecl_18263 video_proc_write fndecl 3 18263 NULL
++enable_so_msrpm_base_pa_vmcb_control_area_18266 msrpm_base_pa vmcb_control_area 0 18266 NULL
++enable_so_end_extent_state_18270 end extent_state 0 18270 NULL
++enable_so__nfs4_get_security_label_fndecl_18285 _nfs4_get_security_label fndecl 3 18285 NULL
++enable_so_tda18218_rd_regs_fndecl_18293 tda18218_rd_regs fndecl 4-2 18293 NULL
++enable_so_i915_parse_cmds_fndecl_18295 i915_parse_cmds fndecl 4-5 18295 NULL
++enable_so_ocfs2_calc_refcount_meta_credits_fndecl_18305 ocfs2_calc_refcount_meta_credits fndecl 5-4 18305 NULL nohasharray
++enable_so_rounded_hashtable_size_fndecl_18305 rounded_hashtable_size fndecl 0 18305 &enable_so_ocfs2_calc_refcount_meta_credits_fndecl_18305
++enable_so_essid_len_iw_scan_req_18306 essid_len iw_scan_req 0 18306 NULL
++enable_so_add_pfn_range_mapped_fndecl_18307 add_pfn_range_mapped fndecl 2 18307 NULL
++enable_so_do_kmem_cache_create_fndecl_18316 do_kmem_cache_create fndecl 3-4-2 18316 NULL
++enable_so_zone_spanned_pages_in_node_fndecl_18320 zone_spanned_pages_in_node fndecl 0-3-4 18320 NULL
++enable_so_rpipes_wahc_18323 rpipes wahc 0 18323 NULL
++enable_so_divider_sm501_clock_18331 divider sm501_clock 0 18331 NULL
++enable_so_taps_oslec_state_18332 taps oslec_state 0 18332 NULL
++enable_so_m_blockmask_xfs_mount_18334 m_blockmask xfs_mount 0 18334 NULL
++enable_so_blk_alloc_flush_queue_fndecl_18340 blk_alloc_flush_queue fndecl 3 18340 NULL
++enable_so_calc_pages_for_fndecl_18341 calc_pages_for fndecl 0-2-1 18341 NULL
++enable_so_mon_bin_read_fndecl_18346 mon_bin_read fndecl 3 18346 NULL
++enable_so_xfs_da_reada_buf_fndecl_18349 xfs_da_reada_buf fndecl 2 18349 NULL
++enable_so_mb_cache_entry_insert_fndecl_18350 mb_cache_entry_insert fndecl 3 18350 NULL
++enable_so_mgsl_load_tx_dma_buffer_fndecl_18355 mgsl_load_tx_dma_buffer fndecl 3 18355 NULL
++enable_so_exit_int_info_vmcb_control_area_18357 exit_int_info vmcb_control_area 0 18357 NULL nohasharray
++enable_so_elfnotes_sz_vardecl_vmcore_c_18357 elfnotes_sz vardecl_vmcore.c 0 18357 &enable_so_exit_int_info_vmcb_control_area_18357
++enable_so_lbs_rdrf_write_fndecl_18361 lbs_rdrf_write fndecl 3 18361 NULL
++enable_so_insert_fndecl_18368 insert fndecl 2 18368 NULL
++enable_so_global_default_cipher_key_size_ecryptfs_mount_crypt_stat_18369 global_default_cipher_key_size ecryptfs_mount_crypt_stat 0 18369 NULL
++enable_so_ascii2desc_fndecl_18370 ascii2desc fndecl 0-3 18370 NULL
++enable_so_extent_write_locked_range_fndecl_18375 extent_write_locked_range fndecl 3 18375 NULL nohasharray
++enable_so_perf_output_sample_ustack_fndecl_18375 perf_output_sample_ustack fndecl 2 18375 &enable_so_extent_write_locked_range_fndecl_18375
++enable_so_len_btrfs_ordered_extent_18377 len btrfs_ordered_extent 0 18377 NULL
++enable_so_n_bssids_wmi_start_scan_arg_18378 n_bssids wmi_start_scan_arg 0 18378 NULL
++enable_so_rss_size_port_info_18379 rss_size port_info 0 18379 NULL
++enable_so_dio_complete_fndecl_18380 dio_complete fndecl 0-2-3 18380 NULL
++enable_so_xfs_rtany_summary_fndecl_18384 xfs_rtany_summary fndecl 5-3 18384 NULL
++enable_so___extent_writepage_io_fndecl_18387 __extent_writepage_io fndecl 6 18387 NULL
++enable_so_chunkshift_bitmap_counts_18388 chunkshift bitmap_counts 0 18388 NULL
++enable_so_writepages_address_space_operations_18395 writepages address_space_operations 0 18395 NULL
++enable_so_spc_modesense_blockdesc_fndecl_18397 spc_modesense_blockdesc fndecl 0 18397 NULL
++enable_so_signer_len_module_signature_18402 signer_len module_signature 0 18402 NULL
++enable_so_veth_change_mtu_fndecl_18405 veth_change_mtu fndecl 2 18405 NULL nohasharray
++enable_so_ext4_inode_bitmap_fndecl_18405 ext4_inode_bitmap fndecl 0 18405 &enable_so_veth_change_mtu_fndecl_18405
++enable_so_max_psize_uac2_rtd_params_18407 max_psize uac2_rtd_params 0 18407 NULL
++enable_so_bNrChannels_uac2_as_header_descriptor_18413 bNrChannels uac2_as_header_descriptor 0 18413 NULL
++enable_so_ieee80211_if_fmt_path_refresh_time_fndecl_18427 ieee80211_if_fmt_path_refresh_time fndecl 3 18427 NULL nohasharray
++enable_so_raw_seticmpfilter_fndecl_18427 raw_seticmpfilter fndecl 3 18427 &enable_so_ieee80211_if_fmt_path_refresh_time_fndecl_18427
++enable_so_dlmfs_file_write_fndecl_18431 dlmfs_file_write fndecl 3 18431 NULL
++enable_so_fb_find_mode_fndecl_18438 fb_find_mode fndecl 7 18438 NULL
++enable_so_data_len_hfa384x_tx_frame_18449 data_len hfa384x_tx_frame 0 18449 NULL nohasharray
++enable_so_mp_tx_agg_buf_size_sdio_mmc_card_18449 mp_tx_agg_buf_size sdio_mmc_card 0 18449 &enable_so_data_len_hfa384x_tx_frame_18449
++enable_so_size_ib_phys_buf_18455 size ib_phys_buf 0 18455 NULL
++enable_so_copy_range_nfulnl_instance_18460 copy_range nfulnl_instance 0 18460 NULL
++enable_so_get_next_ino_fndecl_18465 get_next_ino fndecl 0 18465 NULL
++enable_so_bsize_jfs_sb_info_18477 bsize jfs_sb_info 0 18477 NULL
++enable_so_xfs_free_extent_fndecl_18480 xfs_free_extent fndecl 2-3 18480 NULL
++enable_so_exynos4_jpeg_get_stream_size_fndecl_18485 exynos4_jpeg_get_stream_size fndecl 0 18485 NULL
++enable_so_vxfs_getfsh_fndecl_18506 vxfs_getfsh fndecl 2 18506 NULL
++enable_so_kernfs_fop_write_fndecl_18508 kernfs_fop_write fndecl 3 18508 NULL
++enable_so_chspc_adf4350_state_18514 chspc adf4350_state 0 18514 NULL
++enable_so_ttm_bo_init_fndecl_18524 ttm_bo_init fndecl 3 18524 NULL
++enable_so_tty_write_fndecl_18533 tty_write fndecl 3 18533 NULL
++enable_so_ieee80211_if_fmt_last_beacon_fndecl_18537 ieee80211_if_fmt_last_beacon fndecl 3 18537 NULL
++enable_so_progress_kcopyd_job_18540 progress kcopyd_job 0 18540 NULL
++enable_so_sect_floppy_struct_18543 sect floppy_struct 0 18543 NULL
++enable_so_ucode_size_bytes_common_firmware_header_18554 ucode_size_bytes common_firmware_header 0 18554 NULL
++enable_so_cifs_security_flags_proc_write_fndecl_18559 cifs_security_flags_proc_write fndecl 3 18559 NULL
++enable_so_riva_get_memlen_fndecl_18562 riva_get_memlen fndecl 0 18562 NULL nohasharray
++enable_so_btrfs_create_tree_fndecl_18562 btrfs_create_tree fndecl 3 18562 &enable_so_riva_get_memlen_fndecl_18562
++enable_so_change_protection_fndecl_18568 change_protection fndecl 3-2 18568 NULL
++enable_so_ieee80211_if_fmt_auto_open_plinks_fndecl_18573 ieee80211_if_fmt_auto_open_plinks fndecl 3 18573 NULL
++enable_so___max_nr_grant_frames_fndecl_18578 __max_nr_grant_frames fndecl 0 18578 NULL
++enable_so_nilfs_btree_get_block_fndecl_18585 nilfs_btree_get_block fndecl 2 18585 NULL
++enable_so_index_xtsplit_18586 index xtsplit 0 18586 NULL
++enable_so_spidev_message_fndecl_18589 spidev_message fndecl 3 18589 NULL
++enable_so_le_readq_fndecl_18598 le_readq fndecl 0 18598 NULL
++enable_so_brcmu_pkt_buf_get_skb_fndecl_18599 brcmu_pkt_buf_get_skb fndecl 1 18599 NULL
++enable_so_extLocation_extent_ad_18601 extLocation extent_ad 0 18601 NULL
++enable_so_m25p80_write_fndecl_18603 m25p80_write fndecl 3 18603 NULL
++enable_so_num_of_queues_iwl_base_params_18606 num_of_queues iwl_base_params 0 18606 NULL nohasharray
++enable_so_logfs_write_je_buf_fndecl_18606 logfs_write_je_buf fndecl 4 18606 &enable_so_num_of_queues_iwl_base_params_18606
++enable_so_befs_get_block_fndecl_18612 befs_get_block fndecl 2 18612 NULL
++enable_so_iommu_prepare_identity_map_fndecl_18615 iommu_prepare_identity_map fndecl 3-2 18615 NULL
++enable_so_dstpos_isdnhdlc_vars_18616 dstpos isdnhdlc_vars 0 18616 NULL
++enable_so_ks8995_registers_write_fndecl_18618 ks8995_registers_write fndecl 5-6 18618 NULL
++enable_so_oz_ep_alloc_fndecl_18624 oz_ep_alloc fndecl 1 18624 NULL
++enable_so_ctxt_qib_ctxtdata_18626 ctxt qib_ctxtdata 0 18626 NULL
++enable_so_level_btrfs_delayed_tree_ref_18632 level btrfs_delayed_tree_ref 0 18632 NULL
++enable_so_sec_per_clus_fat_boot_sector_18633 sec_per_clus fat_boot_sector 0 18633 NULL
++enable_so_store_bss_info_fndecl_18643 store_bss_info fndecl 7 18643 NULL
++enable_so_fir16_create_fndecl_18645 fir16_create fndecl 3 18645 NULL
++enable_so_rbd_parent_request_create_fndecl_18646 rbd_parent_request_create fndecl 2-3 18646 NULL
++enable_so_speaker_outs_auto_pin_cfg_18648 speaker_outs auto_pin_cfg 0 18648 NULL
++enable_so_ax25_sendmsg_fndecl_18649 ax25_sendmsg fndecl 3 18649 NULL
++enable_so_bioset_create_fndecl_18655 bioset_create fndecl 2 18655 NULL
++enable_so_ext2_xattr_set_fndecl_18656 ext2_xattr_set fndecl 5 18656 NULL nohasharray
++enable_so_MaxDevices__MSG_IOC_FACTS_REPLY_18656 MaxDevices _MSG_IOC_FACTS_REPLY 0 18656 &enable_so_ext2_xattr_set_fndecl_18656
++enable_so_gfs2_unstuffer_page_fndecl_18663 gfs2_unstuffer_page fndecl 3 18663 NULL
++enable_so_SYSC_init_module_fndecl_18665 SYSC_init_module fndecl 2 18665 NULL nohasharray
++enable_so_num_ccells_per_conn_iscsi_kwqe_init1_18665 num_ccells_per_conn iscsi_kwqe_init1 0 18665 &enable_so_SYSC_init_module_fndecl_18665
++enable_so_nilfs_move_2nd_super_fndecl_18666 nilfs_move_2nd_super fndecl 2 18666 NULL
++enable_so_iterate_extent_inodes_fndecl_18668 iterate_extent_inodes fndecl 2 18668 NULL
++enable_so_len_xdr_netobj_18672 len xdr_netobj 0 18672 NULL
++enable_so_pn_recvmsg_fndecl_18676 pn_recvmsg fndecl 3 18676 NULL
++enable_so_nr_clk_regs_samsung_cmu_info_18678 nr_clk_regs samsung_cmu_info 0 18678 NULL
++enable_so_ldm_frag_add_fndecl_18680 ldm_frag_add fndecl 2 18680 NULL
++enable_so_used_chaoskey_18682 used chaoskey 0 18682 NULL nohasharray
++enable_so_ocd_max_easize_obd_connect_data_18682 ocd_max_easize obd_connect_data 0 18682 &enable_so_used_chaoskey_18682
++enable_so_i2c_wr_max_cx24120_config_18687 i2c_wr_max cx24120_config 0 18687 NULL
++enable_so_bufpos_msm_perf_state_18702 bufpos msm_perf_state 0 18702 NULL
++enable_so_num_tc_net_device_18703 num_tc net_device 0 18703 NULL
++enable_so_size_rxdone_entry_desc_18704 size rxdone_entry_desc 0 18704 NULL
++enable_so_den_step_snd_ratnum_18705 den_step snd_ratnum 0 18705 NULL nohasharray
++enable_so_num_dup_tsns_sctp_tsnmap_18705 num_dup_tsns sctp_tsnmap 0 18705 &enable_so_den_step_snd_ratnum_18705
++enable_so_ent_get_fatent_operations_18715 ent_get fatent_operations 0 18715 NULL
++enable_so_read_reg_isar_hw_18717 read_reg isar_hw 0 18717 NULL
++enable_so_feature_len_mic_device_desc_18719 feature_len mic_device_desc 0 18719 NULL
++enable_so_rx_rate_rxpd_18729 rx_rate rxpd 0 18729 NULL
++enable_so_acpi_pcc_get_sqty_fndecl_18731 acpi_pcc_get_sqty fndecl 0 18731 NULL
++enable_so_rdb_per_qp_mthca_profile_18738 rdb_per_qp mthca_profile 0 18738 NULL
++enable_so_bulk_out_ipheth_device_18739 bulk_out ipheth_device 0 18739 NULL
++enable_so___uwb_addr_print_fndecl_18746 __uwb_addr_print fndecl 2 18746 NULL
++enable_so_seq_end_offset_iscsi_cmd_18748 seq_end_offset iscsi_cmd 0 18748 NULL
++enable_so_max_in_size_ims_pcu_18752 max_in_size ims_pcu 0 18752 NULL
++enable_so_btrfs_unlink_subvol_fndecl_18758 btrfs_unlink_subvol fndecl 4 18758 NULL
++enable_so_pipe_set_size_fndecl_18759 pipe_set_size fndecl 2 18759 NULL
++enable_so_i_pos_msdos_inode_info_18764 i_pos msdos_inode_info 0 18764 NULL
++enable_so_ppp_cp_parse_cr_fndecl_18765 ppp_cp_parse_cr fndecl 4 18765 NULL
++enable_so_xdr_get_next_encode_buffer_fndecl_18770 xdr_get_next_encode_buffer fndecl 2 18770 NULL
++enable_so_data_len_ieee80211_mgd_auth_data_18778 data_len ieee80211_mgd_auth_data 0 18778 NULL
++enable_so_isdn_ppp_skb_push_fndecl_18791 isdn_ppp_skb_push fndecl 2 18791 NULL
++enable_so_dwc2_hcd_urb_alloc_fndecl_18802 dwc2_hcd_urb_alloc fndecl 2 18802 NULL
++enable_so_rd_length_gfs2_rgrpd_18804 rd_length gfs2_rgrpd 0 18804 NULL
++enable_so_ath6kl_debug_roam_tbl_event_fndecl_18811 ath6kl_debug_roam_tbl_event fndecl 3 18811 NULL
++enable_so_length_xfs_extent_busy_18817 length xfs_extent_busy 0 18817 NULL
++enable_so_gfn_to_hva_memslot_fndecl_18818 gfn_to_hva_memslot fndecl 2 18818 NULL
++enable_so_dvb_ringbuffer_write_user_fndecl_18821 dvb_ringbuffer_write_user fndecl 3 18821 NULL
++enable_so_write_node_page_fndecl_18823 write_node_page fndecl 3 18823 NULL
++enable_so_shmem_seek_hole_data_fndecl_18824 shmem_seek_hole_data fndecl 0-2-3 18824 NULL
++enable_so_btrfs_alloc_reserved_file_extent_fndecl_18825 btrfs_alloc_reserved_file_extent fndecl 3-4 18825 NULL
++enable_so_p_memsz_elf32_phdr_18830 p_memsz elf32_phdr 0 18830 NULL nohasharray
++enable_so_clk_num_clk_onecell_data_18830 clk_num clk_onecell_data 0 18830 &enable_so_p_memsz_elf32_phdr_18830
++enable_so_DriverQueueDepth_DAC960_Controller_18839 DriverQueueDepth DAC960_Controller 0 18839 NULL
++enable_so_rsn_ie_len_hostap_bss_info_18840 rsn_ie_len hostap_bss_info 0 18840 NULL
++enable_so_n_targets_rsxx_cardinfo_18847 n_targets rsxx_cardinfo 0 18847 NULL
++enable_so_private_data_len_ib_cm_req_param_18848 private_data_len ib_cm_req_param 0 18848 NULL
++enable_so_master_xfer_i2c_algorithm_18849 master_xfer i2c_algorithm 0 18849 NULL nohasharray
++enable_so_taglen_nfsd4_compoundargs_18849 taglen nfsd4_compoundargs 0 18849 &enable_so_master_xfer_i2c_algorithm_18849 nohasharray
++enable_so_logical_btrfs_ioctl_logical_ino_args_18849 logical btrfs_ioctl_logical_ino_args 0 18849 &enable_so_taglen_nfsd4_compoundargs_18849
++enable_so_sco_sock_sendmsg_fndecl_18853 sco_sock_sendmsg fndecl 3 18853 NULL
++enable_so_nreaders_vardecl_rcutorture_c_18862 nreaders vardecl_rcutorture.c 0 18862 NULL
++enable_so_iommu_domain_identity_map_fndecl_18871 iommu_domain_identity_map fndecl 3-2 18871 NULL
++enable_so_netdev_alloc_frag_fndecl_18880 netdev_alloc_frag fndecl 1 18880 NULL
++enable_so_rx_buffer_len_atl1_adapter_18882 rx_buffer_len atl1_adapter 0 18882 NULL
++enable_so_rxd_rfsw_s_smt_fp_rxd_18889 rxd_rfsw s_smt_fp_rxd 0 18889 NULL
++enable_so_uinput_ioctl_fndecl_18893 uinput_ioctl fndecl 2 18893 NULL
++enable_so_nr_stripes_bcache_device_18895 nr_stripes bcache_device 0 18895 NULL
++enable_so_rx_ps_hdr_size_igbvf_adapter_18896 rx_ps_hdr_size igbvf_adapter 0 18896 NULL nohasharray
++enable_so_r592_write_fifo_pio_fndecl_18896 r592_write_fifo_pio fndecl 3 18896 &enable_so_rx_ps_hdr_size_igbvf_adapter_18896
++enable_so_num_freq_table_entries_vardecl_sfi_cpufreq_c_18898 num_freq_table_entries vardecl_sfi-cpufreq.c 0 18898 NULL
++enable_so_nilfs_max_size_fndecl_18901 nilfs_max_size fndecl 1 18901 NULL
++enable_so_sbc_get_write_same_sectors_fndecl_18902 sbc_get_write_same_sectors fndecl 0 18902 NULL
++enable_so_pep_sendmsg_fndecl_18903 pep_sendmsg fndecl 3 18903 NULL
++enable_so_extent_invalidatepage_fndecl_18906 extent_invalidatepage fndecl 3 18906 NULL
++enable_so_dccpd_opt_len_dccp_skb_cb_18917 dccpd_opt_len dccp_skb_cb 0 18917 NULL
++enable_so_fuse_write_update_size_fndecl_18918 fuse_write_update_size fndecl 2 18918 NULL
++enable_so_kvm_pin_pages_fndecl_18922 kvm_pin_pages fndecl 2 18922 NULL
++enable_so_cciss_allocate_sg_chain_blocks_fndecl_18923 cciss_allocate_sg_chain_blocks fndecl 3-2 18923 NULL
++enable_so_segment_size_kaweth_ethernet_configuration_18925 segment_size kaweth_ethernet_configuration 0 18925 NULL nohasharray
++enable_so_vxfs_bread_fndecl_18925 vxfs_bread fndecl 2 18925 &enable_so_segment_size_kaweth_ethernet_configuration_18925
++enable_so_ad714x_i2c_read_fndecl_18930 ad714x_i2c_read fndecl 4 18930 NULL
++enable_so_spidev_get_ioc_message_fndecl_18931 spidev_get_ioc_message fndecl 1 18931 NULL
++enable_so_maxReplyBytes_mpt_ioctl_command_18942 maxReplyBytes mpt_ioctl_command 0 18942 NULL
++enable_so_read_pci_config_fndecl_18943 read_pci_config fndecl 0 18943 NULL
++enable_so_rbd_segment_length_fndecl_18944 rbd_segment_length fndecl 0-2-3 18944 NULL
++enable_so_cram_hmac_alg_len_net_conf_18947 cram_hmac_alg_len net_conf 0 18947 NULL
++enable_so_i2c_hack_cx25840_fndecl_18948 i2c_hack_cx25840 fndecl 4-6 18948 NULL
++enable_so___alloc_rx_skb_fndecl_18952 __alloc_rx_skb fndecl 1 18952 NULL
++enable_so_getclkMHz_fndecl_18954 getclkMHz fndecl 0 18954 NULL
++enable_so_rss_queues_igb_adapter_18957 rss_queues igb_adapter 0 18957 NULL
++enable_so_scan_bitmap_fndecl_18963 scan_bitmap fndecl 3-0 18963 NULL nohasharray
++enable_so_file_offset_btrfs_ordered_extent_18963 file_offset btrfs_ordered_extent 0 18963 &enable_so_scan_bitmap_fndecl_18963
++enable_so_len_dm_target_18965 len dm_target 0 18965 NULL
++enable_so_cyapa_do_i2c_pip_cmd_polling_fndecl_18975 cyapa_do_i2c_pip_cmd_polling fndecl 3 18975 NULL
++enable_so_size_ceph_cap_snap_18977 size ceph_cap_snap 0 18977 NULL nohasharray
++enable_so_mlx4_en_create_tx_ring_fndecl_18977 mlx4_en_create_tx_ring fndecl 3 18977 &enable_so_size_ceph_cap_snap_18977
++enable_so_edac_device_alloc_ctl_info_fndecl_18982 edac_device_alloc_ctl_info fndecl 1 18982 NULL
++enable_so_rcount_mkiss_18984 rcount mkiss 0 18984 NULL nohasharray
++enable_so_l2cap_sock_sendmsg_fndecl_18984 l2cap_sock_sendmsg fndecl 3 18984 &enable_so_rcount_mkiss_18984
++enable_so_preferred_bpp_intel_fbdev_18985 preferred_bpp intel_fbdev 0 18985 NULL
++enable_so_p9_get_mapped_pages_fndecl_18988 p9_get_mapped_pages fndecl 4 18988 NULL nohasharray
++enable_so_ebcnt_vardecl_subpagetest_c_18988 ebcnt vardecl_subpagetest.c 0 18988 &enable_so_p9_get_mapped_pages_fndecl_18988
++enable_so_end_sk_buff_18998 end sk_buff 0 18998 NULL
++enable_so_usb_hcd_check_unlink_urb_fndecl_18999 usb_hcd_check_unlink_urb fndecl 3 18999 NULL
++enable_so_ieee80211_if_fmt_rc_rateidx_mask_5ghz_fndecl_19008 ieee80211_if_fmt_rc_rateidx_mask_5ghz fndecl 3 19008 NULL nohasharray
++enable_so_dm_alloc_md_mempools_fndecl_19008 dm_alloc_md_mempools fndecl 4 19008 &enable_so_ieee80211_if_fmt_rc_rateidx_mask_5ghz_fndecl_19008
++enable_so_max_sectors_ata_device_19016 max_sectors ata_device 0 19016 NULL
++enable_so_SyS_semop_fndecl_19023 SyS_semop fndecl 3 19023 NULL
++enable_so_tcp_recvmsg_fndecl_19029 tcp_recvmsg fndecl 3 19029 NULL
++enable_so_sge_size_MPT3SAS_ADAPTER_19030 sge_size MPT3SAS_ADAPTER 0 19030 NULL nohasharray
++enable_so_tipc_subseq_alloc_fndecl_19030 tipc_subseq_alloc fndecl 1 19030 &enable_so_sge_size_MPT3SAS_ADAPTER_19030
++enable_so_ll_statahead_one_fndecl_19033 ll_statahead_one fndecl 3 19033 NULL
++enable_so_next_scan_nid_f2fs_nm_info_19036 next_scan_nid f2fs_nm_info 0 19036 NULL
++enable_so_scrollback_max_vardecl_fbcon_c_19040 scrollback_max vardecl_fbcon.c 0 19040 NULL nohasharray
++enable_so_next_cnid_hfsplus_sb_info_19040 next_cnid hfsplus_sb_info 0 19040 &enable_so_scrollback_max_vardecl_fbcon_c_19040
++enable_so_tsize_nfs2_fsstat_19041 tsize nfs2_fsstat 0 19041 NULL
++enable_so_dma_usb_request_19054 dma usb_request 0 19054 NULL
++enable_so_level_walk_control_19063 level walk_control 0 19063 NULL
++enable_so_offs_ubifs_zbranch_19074 offs ubifs_zbranch 0 19074 NULL
++enable_so_crypto_rng_reset_fndecl_19075 crypto_rng_reset fndecl 3 19075 NULL
++enable_so_mei_cl_read_start_fndecl_19077 mei_cl_read_start fndecl 2 19077 NULL
++enable_so_s_blocksize_super_block_19081 s_blocksize super_block 0 19081 NULL nohasharray
++enable_so_ipath_set_mtu_fndecl_19081 ipath_set_mtu fndecl 2 19081 &enable_so_s_blocksize_super_block_19081
++enable_so_data_size_hpi_msg_data_19086 data_size hpi_msg_data 0 19086 NULL
++enable_so_mei_hbm_cl_flow_control_req_fndecl_19089 mei_hbm_cl_flow_control_req fndecl 0 19089 NULL
++enable_so_sb_logsectsize_xfs_sb_19098 sb_logsectsize xfs_sb 0 19098 NULL
++enable_so_btrfs_qgroup_inherit_fndecl_19103 btrfs_qgroup_inherit fndecl 4-3 19103 NULL
++enable_so_walk_node_fndecl_19114 walk_node fndecl 2 19114 NULL nohasharray
++enable_so_sctp_setsockopt_connectx_fndecl_19114 sctp_setsockopt_connectx fndecl 3 19114 &enable_so_walk_node_fndecl_19114
++enable_so_alloc_msg_fndecl_19115 alloc_msg fndecl 1 19115 NULL
++enable_so_sel_make_class_dir_entries_fndecl_19123 sel_make_class_dir_entries fndecl 2 19123 NULL
++enable_so_rx_keycache_size_p54_common_19128 rx_keycache_size p54_common 0 19128 NULL
++enable_so__random_read_fndecl_19137 _random_read fndecl 3 19137 NULL
++enable_so_ctrl_set_res_hor_fndecl_19146 ctrl_set_res_hor fndecl 3 19146 NULL nohasharray
++enable_so_count_c2_ring_19146 count c2_ring 0 19146 &enable_so_ctrl_set_res_hor_fndecl_19146
++enable_so_ipmi_addr_length_fndecl_19149 ipmi_addr_length fndecl 0 19149 NULL
++enable_so_alloc_indirect_fndecl_19156 alloc_indirect fndecl 2 19156 NULL
++enable_so_page_array_size_firmware_buf_19163 page_array_size firmware_buf 0 19163 NULL
++enable_so_ve_attrlen_nfsd4_verify_19164 ve_attrlen nfsd4_verify 0 19164 NULL
++enable_so_ms_nvme_ns_19166 ms nvme_ns 0 19166 NULL
++enable_so_dma_start_hi_rx_buf_desc_19167 dma_start_hi rx_buf_desc 0 19167 NULL
++enable_so_isp116x_urb_dequeue_fndecl_19169 isp116x_urb_dequeue fndecl 3 19169 NULL
++enable_so_max_pages_per_mr_srp_device_19171 max_pages_per_mr srp_device 0 19171 NULL
++enable_so_lprocfs_alloc_stats_fndecl_19181 lprocfs_alloc_stats fndecl 1 19181 NULL
++enable_so_dfs_global_file_write_fndecl_19187 dfs_global_file_write fndecl 3 19187 NULL
++enable_so_nci_allocate_device_fndecl_19192 nci_allocate_device fndecl 3 19192 NULL
++enable_so_slot_nr_nfs4_slot_19196 slot_nr nfs4_slot 0 19196 NULL
++enable_so_upper_margin_fb_videomode_19197 upper_margin fb_videomode 0 19197 NULL
++enable_so_irq_dma_handle_ttusb_dec_19208 irq_dma_handle ttusb_dec 0 19208 NULL
++enable_so_extensions_edid_19218 extensions edid 0 19218 NULL
++enable_so_lfb_size_screen_info_19219 lfb_size screen_info 0 19219 NULL
++enable_so_SYSC_fsetxattr_fndecl_19220 SYSC_fsetxattr fndecl 4 19220 NULL
++enable_so_cmds_vardecl_ambassador_c_19230 cmds vardecl_ambassador.c 0 19230 NULL
++enable_so_spi_populate_ppr_msg_fndecl_19239 spi_populate_ppr_msg fndecl 0 19239 NULL
++enable_so_matroxfb_pitch_adjust_fndecl_19243 matroxfb_pitch_adjust fndecl 0-2 19243 NULL nohasharray
++enable_so_tcp_fastretrans_alert_fndecl_19243 tcp_fastretrans_alert fndecl 2 19243 &enable_so_matroxfb_pitch_adjust_fndecl_19243
++enable_so_get_arg_fndecl_19245 get_arg fndecl 3 19245 NULL
++enable_so_ieee802154_hdr_push_sechdr_fndecl_19265 ieee802154_hdr_push_sechdr fndecl 0 19265 NULL
++enable_so_batadv_frag_create_fndecl_19270 batadv_frag_create fndecl 3 19270 NULL
++enable_so_tail_aio_ring_19271 tail aio_ring 0 19271 NULL
++enable_so_sb_segnum_nilfs_segment_buffer_19276 sb_segnum nilfs_segment_buffer 0 19276 NULL nohasharray
++enable_so_vmw_kms_readback_fndecl_19276 vmw_kms_readback fndecl 6 19276 &enable_so_sb_segnum_nilfs_segment_buffer_19276
++enable_so_inode_minix_dir_entry_19287 inode minix_dir_entry 0 19287 NULL
++enable_so_subbuf_read_actor_fndecl_19295 subbuf_read_actor fndecl 3 19295 NULL
++enable_so_get_packet_fndecl_19296 get_packet fndecl 3 19296 NULL
++enable_so_vxge_change_mtu_fndecl_19297 vxge_change_mtu fndecl 2 19297 NULL
++enable_so_ext_len_xfs_extent_19299 ext_len xfs_extent 0 19299 NULL
++enable_so_copy_vma_fndecl_19303 copy_vma fndecl 3-2-4 19303 NULL
++enable_so_cl_cpg_ocfs2_chain_list_19308 cl_cpg ocfs2_chain_list 0 19308 NULL
++enable_so_sys_sched_getattr_fndecl_19313 sys_sched_getattr fndecl 3 19313 NULL
++enable_so_ve4_indsize_vxfs_ext4_19315 ve4_indsize vxfs_ext4 0 19315 NULL
++enable_so_reply_sz_MPT3SAS_ADAPTER_19317 reply_sz MPT3SAS_ADAPTER 0 19317 NULL
++enable_so_bpp_vardecl_nvidia_c_19325 bpp vardecl_nvidia.c 0 19325 NULL
++enable_so_meta_dev_len_disk_conf_19326 meta_dev_len disk_conf 0 19326 NULL
++enable_so_pkt_len_or_gro_seg_len_eth_fast_path_rx_cqe_19330 pkt_len_or_gro_seg_len eth_fast_path_rx_cqe 0 19330 NULL nohasharray
++enable_so_finish_request_fndecl_19330 finish_request fndecl 4 19330 &enable_so_pkt_len_or_gro_seg_len_eth_fast_path_rx_cqe_19330
++enable_so_rule_size_fib_rules_ops_19335 rule_size fib_rules_ops 0 19335 NULL
++enable_so___vxge_hw_blockpool_malloc_fndecl_19337 __vxge_hw_blockpool_malloc fndecl 2 19337 NULL
++enable_so___lookup_free_space_inode_fndecl_19338 __lookup_free_space_inode fndecl 3 19338 NULL
++enable_so_rockchip_clk_init_fndecl_19353 rockchip_clk_init fndecl 3 19353 NULL
++enable_so_data_sge_offset_mpt3_ioctl_command_19355 data_sge_offset mpt3_ioctl_command 0 19355 NULL
++enable_so_sctp_setsockopt_autoclose_fndecl_19356 sctp_setsockopt_autoclose fndecl 3 19356 NULL nohasharray
++enable_so_qlcnic_83xx_sysfs_flash_read_handler_fndecl_19356 qlcnic_83xx_sysfs_flash_read_handler fndecl 6 19356 &enable_so_sctp_setsockopt_autoclose_fndecl_19356
++enable_so_ds_channels_snd_rme9652_19357 ds_channels snd_rme9652 0 19357 NULL
++enable_so_nodesize_scrub_ctx_19371 nodesize scrub_ctx 0 19371 NULL
++enable_so_nvme_trans_bdev_char_page_fndecl_19382 nvme_trans_bdev_char_page fndecl 3 19382 NULL
++enable_so_do_anonymous_page_fndecl_19385 do_anonymous_page fndecl 3 19385 NULL
++enable_so_ControllerQueueDepth_DAC960_Controller_19386 ControllerQueueDepth DAC960_Controller 0 19386 NULL
++enable_so_padlen_ip_beet_phdr_19393 padlen ip_beet_phdr 0 19393 NULL
++enable_so_ixgb_check_copybreak_fndecl_19396 ixgb_check_copybreak fndecl 3 19396 NULL nohasharray
++enable_so_at25_bin_write_fndecl_19396 at25_bin_write fndecl 6-5 19396 &enable_so_ixgb_check_copybreak_fndecl_19396
++enable_so_ext4_xattr_set_fndecl_19403 ext4_xattr_set fndecl 5 19403 NULL nohasharray
++enable_so_setup_req_fndecl_19403 setup_req fndecl 3-0 19403 &enable_so_ext4_xattr_set_fndecl_19403
++enable_so_rec_len_ocfs2_dir_entry_19408 rec_len ocfs2_dir_entry 0 19408 NULL
++enable_so_proc_read_atmdev_ops_19414 proc_read atmdev_ops 0 19414 NULL
++enable_so_num_ip_blocks_amdgpu_device_19419 num_ip_blocks amdgpu_device 0 19419 NULL
++enable_so_fw_card_add_fndecl_19423 fw_card_add fndecl 2 19423 NULL
++enable_so_paging64_walk_addr_fndecl_19436 paging64_walk_addr fndecl 3-4 19436 NULL
++enable_so_uinput_compat_ioctl_fndecl_19446 uinput_compat_ioctl fndecl 2 19446 NULL
++enable_so_ilf_ino_xfs_inode_log_format_19454 ilf_ino xfs_inode_log_format 0 19454 NULL
++enable_so_dvb_ringbuffer_read_fndecl_19457 dvb_ringbuffer_read fndecl 3 19457 NULL
++enable_so_btrfs_set_disk_extent_flags_fndecl_19461 btrfs_set_disk_extent_flags fndecl 3-4-6 19461 NULL
++enable_so_sys_setdomainname_fndecl_19462 sys_setdomainname fndecl 2 19462 NULL
++enable_so_start_write_delay_c_19463 start_write delay_c 0 19463 NULL
++enable_so_vcc_connect_fndecl_19469 vcc_connect fndecl 4-3 19469 NULL
++enable_so_dvb_ep_bulk_em28xx_19472 dvb_ep_bulk em28xx 0 19472 NULL nohasharray
++enable_so_kclist_add_fndecl_19472 kclist_add fndecl 3 19472 &enable_so_dvb_ep_bulk_em28xx_19472
++enable_so_log2bpmb_adfs_discrecord_19475 log2bpmb adfs_discrecord 0 19475 NULL nohasharray
++enable_so_dma_xfer_cnt_ivtv_buffer_19475 dma_xfer_cnt ivtv_buffer 0 19475 &enable_so_log2bpmb_adfs_discrecord_19475
++enable_so_fackets_out_tcp_sock_19484 fackets_out tcp_sock 0 19484 NULL
++enable_so_ieee80211_change_mtu_fndecl_19486 ieee80211_change_mtu fndecl 2 19486 NULL
++enable_so_drm_gtf_mode_fndecl_19489 drm_gtf_mode fndecl 3-2-4 19489 NULL nohasharray
++enable_so_add_device_fndecl_19489 add_device fndecl 2 19489 &enable_so_drm_gtf_mode_fndecl_19489
++enable_so_length_mwifiex_types_power_group_19491 length mwifiex_types_power_group 0 19491 NULL
++enable_so_start_addr_ms_system_item_19495 start_addr ms_system_item 0 19495 NULL
++enable_so_max_objectid_btrfs_ioctl_search_key_19501 max_objectid btrfs_ioctl_search_key 0 19501 NULL
++enable_so_access_process_vm_fndecl_19503 access_process_vm fndecl 4-0-2 19503 NULL nohasharray
++enable_so_cxacru_cm_get_array_fndecl_19503 cxacru_cm_get_array fndecl 4 19503 &enable_so_access_process_vm_fndecl_19503
++enable_so_sctp_sendmsg_fndecl_19508 sctp_sendmsg fndecl 3 19508 NULL
++enable_so_ecryptfs_write_tag_70_packet_fndecl_19510 ecryptfs_write_tag_70_packet fndecl 6 19510 NULL
++enable_so_ndoms_cur_vardecl_core_c_19519 ndoms_cur vardecl_core.c 0 19519 NULL
++enable_so_pglen_nfs_readlinkargs_19521 pglen nfs_readlinkargs 0 19521 NULL
++enable_so_do_pages_stat_fndecl_19526 do_pages_stat fndecl 2 19526 NULL
++enable_so_memparse_fndecl_19535 memparse fndecl 0 19535 NULL nohasharray
++enable_so_d40_sg_2_dmalen_fndecl_19535 d40_sg_2_dmalen fndecl 3-4-0 19535 &enable_so_memparse_fndecl_19535
++enable_so_nrpages_address_space_19536 nrpages address_space 0 19536 NULL
++enable_so_val_snd_tea575x_19539 val snd_tea575x 0 19539 NULL
++enable_so_in_dma_usb_keyspan_19540 in_dma usb_keyspan 0 19540 NULL
++enable_so_npins_chv_gpio_pinrange_19542 npins chv_gpio_pinrange 0 19542 NULL nohasharray
++enable_so_rtw_android_get_rssi_fndecl_19542 rtw_android_get_rssi fndecl 0 19542 &enable_so_npins_chv_gpio_pinrange_19542
++enable_so_nilfs_sufile_set_alloc_range_fndecl_19543 nilfs_sufile_set_alloc_range fndecl 3-2 19543 NULL nohasharray
++enable_so_entries_size_ebt_table_info_19543 entries_size ebt_table_info 0 19543 &enable_so_nilfs_sufile_set_alloc_range_fndecl_19543
++enable_so_softback_curr_vardecl_fbcon_c_19553 softback_curr vardecl_fbcon.c 0 19553 NULL
++enable_so_at76_set_card_command_fndecl_19556 at76_set_card_command fndecl 4 19556 NULL
++enable_so_uni16_to_x8_fndecl_19571 uni16_to_x8 fndecl 0 19571 NULL
++enable_so_sd_pkt_scan_bayer_fndecl_19581 sd_pkt_scan_bayer fndecl 3 19581 NULL
++enable_so_l1oip_socket_parse_fndecl_19592 l1oip_socket_parse fndecl 4 19592 NULL
++enable_so_icc_empty_fifo_fndecl_19594 icc_empty_fifo fndecl 2 19594 NULL
++enable_so_xdr_stream_pos_fndecl_19598 xdr_stream_pos fndecl 0 19598 NULL
++enable_so_command_size_drm_qxl_command_19601 command_size drm_qxl_command 0 19601 NULL
++enable_so_sys_semtimedop_fndecl_19605 sys_semtimedop fndecl 3 19605 NULL
++enable_so_readpos_seq_buf_19607 readpos seq_buf 0 19607 NULL
++enable_so_rt5677_spi_write_fndecl_19610 rt5677_spi_write fndecl 2 19610 NULL
++enable_so_rs_user_bytes_rds_sock_19611 rs_user_bytes rds_sock 0 19611 NULL
++enable_so_gspca_frame_add_fndecl_19612 gspca_frame_add fndecl 4 19612 NULL nohasharray
++enable_so_vmbus_establish_gpadl_fndecl_19612 vmbus_establish_gpadl fndecl 3 19612 &enable_so_gspca_frame_add_fndecl_19612
++enable_so_logical_btrfs_io_bio_19616 logical btrfs_io_bio 0 19616 NULL
++enable_so___gfn_to_pfn_memslot_fndecl_19617 __gfn_to_pfn_memslot fndecl 2 19617 NULL
++enable_so_sys_llistxattr_fndecl_19623 sys_llistxattr fndecl 3 19623 NULL
++enable_so_freqn_usb_stream_kernel_19628 freqn usb_stream_kernel 0 19628 NULL nohasharray
++enable_so_name_len_ext4_dir_entry_2_19628 name_len ext4_dir_entry_2 0 19628 &enable_so_freqn_usb_stream_kernel_19628
++enable_so_fv_vardecl_matroxfb_base_c_19633 fv vardecl_matroxfb_base.c 0 19633 NULL
++enable_so_softback_buf_vardecl_fbcon_c_19637 softback_buf vardecl_fbcon.c 0 19637 NULL
++enable_so_sdio_io_rw_ext_helper_fndecl_19641 sdio_io_rw_ext_helper fndecl 6 19641 NULL
++enable_so_addr_snd_sg_page_19645 addr snd_sg_page 0 19645 NULL
++enable_so_af9033_rd_regs_fndecl_19652 af9033_rd_regs fndecl 4 19652 NULL
++enable_so_shadow_step_fndecl_19653 shadow_step fndecl 2 19653 NULL
++enable_so_hr_itemcount_hsm_request_19657 hr_itemcount hsm_request 0 19657 NULL
++enable_so_configfs_dir_lseek_fndecl_19658 configfs_dir_lseek fndecl 2 19658 NULL
++enable_so_btrfs_file_extent_inline_item_len_fndecl_19660 btrfs_file_extent_inline_item_len fndecl 0 19660 NULL
++enable_so_count_kernel_pbes_fndecl_19664 count_kernel_pbes fndecl 0 19664 NULL
++enable_so_fsl_edma_prep_slave_sg_fndecl_19672 fsl_edma_prep_slave_sg fndecl 3 19672 NULL
++enable_so_recv_intr_pipe_us_data_19678 recv_intr_pipe us_data 0 19678 NULL
++enable_so_bch_alloc_fndecl_19682 bch_alloc fndecl 1 19682 NULL
++enable_so_depth_em28xx_fmt_19696 depth em28xx_fmt 0 19696 NULL nohasharray
++enable_so_size_pkt_hdr_19696 size pkt_hdr 0 19696 &enable_so_depth_em28xx_fmt_19696 nohasharray
++enable_so_pcnt_bits_ubifs_info_19696 pcnt_bits ubifs_info 0 19696 &enable_so_size_pkt_hdr_19696 nohasharray
++enable_so_prealloc_bufsz_comedi_async_19696 prealloc_bufsz comedi_async 0 19696 &enable_so_pcnt_bits_ubifs_info_19696
++enable_so_st_fixed_buffer_size_vardecl_st_c_19699 st_fixed_buffer_size vardecl_st.c 0 19699 NULL
++enable_so_max_blksize_sdio_func_19715 max_blksize sdio_func 0 19715 NULL
++enable_so_slots_end_qxl_rom_19718 slots_end qxl_rom 0 19718 NULL
++enable_so_fat32_info_sector_fat_bios_param_block_19727 fat32_info_sector fat_bios_param_block 0 19727 NULL
++enable_so_max_mfi_cmds_megasas_instance_19731 max_mfi_cmds megasas_instance 0 19731 NULL
++enable_so_max_active_conns_bnx2i_hba_19740 max_active_conns bnx2i_hba 0 19740 NULL
++enable_so_writelen_iuu_private_19742 writelen iuu_private 0 19742 NULL
++enable_so_ntb_netdev_change_mtu_fndecl_19744 ntb_netdev_change_mtu fndecl 2 19744 NULL
++enable_so_nmap_ib_umem_19745 nmap ib_umem 0 19745 NULL
++enable_so_replay_xattr_deletes_fndecl_19752 replay_xattr_deletes fndecl 5 19752 NULL nohasharray
++enable_so_mpt_raid_phys_disk_get_num_paths_fndecl_19752 mpt_raid_phys_disk_get_num_paths fndecl 0 19752 &enable_so_replay_xattr_deletes_fndecl_19752
++enable_so__reiserfs_free_block_fndecl_19753 _reiserfs_free_block fndecl 3 19753 NULL nohasharray
++enable_so_instances_vardecl_iio_simple_dummy_c_19753 instances vardecl_iio_simple_dummy.c 0 19753 &enable_so__reiserfs_free_block_fndecl_19753
++enable_so_c67x00_giveback_urb_fndecl_19761 c67x00_giveback_urb fndecl 3 19761 NULL
++enable_so_vram_base_qxl_device_19773 vram_base qxl_device 0 19773 NULL
++enable_so_fw_mem_block_size_wl1271_19784 fw_mem_block_size wl1271 0 19784 NULL
++enable_so_pixelclock_videomode_19794 pixelclock videomode 0 19794 NULL
++enable_so_get_alua_req_fndecl_19797 get_alua_req fndecl 3 19797 NULL
++enable_so_fromlen_nfs3_symlinkargs_19803 fromlen nfs3_symlinkargs 0 19803 NULL
++enable_so_len_rpcsec_gss_oid_19814 len rpcsec_gss_oid 0 19814 NULL
++enable_so_size_vring_19817 size vring 0 19817 NULL
++enable_so_ip_send_unicast_reply_fndecl_19820 ip_send_unicast_reply fndecl 7 19820 NULL
++enable_so_dm_btree_insert_fndecl_19824 dm_btree_insert fndecl 2 19824 NULL
++enable_so_insert_extent_backref_fndecl_19826 insert_extent_backref fndecl 5-6-4 19826 NULL
++enable_so_vring_new_virtqueue_fndecl_19828 vring_new_virtqueue fndecl 2 19828 NULL
++enable_so___nfs4_get_acl_uncached_fndecl_19830 __nfs4_get_acl_uncached fndecl 3 19830 NULL
++enable_so_size_asix_rx_fixup_info_19833 size asix_rx_fixup_info 0 19833 NULL
++enable_so_v9fs_write_end_fndecl_19836 v9fs_write_end fndecl 5-3 19836 NULL
++enable_so__osd_req_list_objects_fndecl_19839 _osd_req_list_objects fndecl 6 19839 NULL
++enable_so_buf_used_uvc_video_queue_19843 buf_used uvc_video_queue 0 19843 NULL
++enable_so_s3c_hsotg_send_reply_fndecl_19844 s3c_hsotg_send_reply fndecl 4 19844 NULL nohasharray
++enable_so_rpos_cm4000_dev_19844 rpos cm4000_dev 0 19844 &enable_so_s3c_hsotg_send_reply_fndecl_19844
++enable_so_fbmem_start_viafb_dev_19849 fbmem_start viafb_dev 0 19849 NULL
++enable_so_xen_released_pages_vardecl_19851 xen_released_pages vardecl 0 19851 NULL
++enable_so_qp_guest_endpoint_create_fndecl_19852 qp_guest_endpoint_create fndecl 5-4 19852 NULL
++enable_so_ext4_direct_IO_fndecl_19865 ext4_direct_IO fndecl 3 19865 NULL
++enable_so_ext3_htree_fill_tree_fndecl_19870 ext3_htree_fill_tree fndecl 2 19870 NULL
++enable_so_nilfs_segctor_apply_buffers_fndecl_19874 nilfs_segctor_apply_buffers fndecl 0 19874 NULL nohasharray
++enable_so_max_msix_vectors_ixgbe_mac_info_19874 max_msix_vectors ixgbe_mac_info 0 19874 &enable_so_nilfs_segctor_apply_buffers_fndecl_19874
++enable_so_ath6kl_force_roam_write_fndecl_19881 ath6kl_force_roam_write fndecl 3 19881 NULL
++enable_so_size_sst_block_19887 size sst_block 0 19887 NULL nohasharray
++enable_so_goldfish_audio_write_fndecl_19887 goldfish_audio_write fndecl 3 19887 &enable_so_size_sst_block_19887
++enable_so_ide_find_dma_mode_fndecl_19889 ide_find_dma_mode fndecl 0 19889 NULL
++enable_so_n_cipher_suites_wiphy_19902 n_cipher_suites wiphy 0 19902 NULL
++enable_so___pool_find_fndecl_19911 __pool_find fndecl 3 19911 NULL
++enable_so_count_strings_fndecl_19912 count_strings fndecl 0 19912 NULL
++enable_so_slot_dlm_slot_19913 slot dlm_slot 0 19913 NULL
++enable_so_get_connectors_for_crtc_fndecl_19920 get_connectors_for_crtc fndecl 0 19920 NULL
++enable_so_cp_change_mtu_fndecl_19922 cp_change_mtu fndecl 2 19922 NULL
++enable_so_paging32_page_fault_fndecl_19923 paging32_page_fault fndecl 2-3 19923 NULL nohasharray
++enable_so_sector_number_phys_req_19923 sector_number phys_req 0 19923 &enable_so_paging32_page_fault_fndecl_19923
++enable_so_vblank_lo_detailed_pixel_timing_19925 vblank_lo detailed_pixel_timing 0 19925 NULL
++enable_so___usbnet_read_cmd_fndecl_19928 __usbnet_read_cmd fndecl 7 19928 NULL
++enable_so_rate_p54_rx_data_19929 rate p54_rx_data 0 19929 NULL
++enable_so_iic_tpm_write_generic_fndecl_19931 iic_tpm_write_generic fndecl 3 19931 NULL
++enable_so_dvb_ringbuffer_pkt_read_user_fndecl_19932 dvb_ringbuffer_pkt_read_user fndecl 3-2-5 19932 NULL
++enable_so_epp_write_addr_parport_operations_19935 epp_write_addr parport_operations 0 19935 NULL
++enable_so_ima_eventdigest_init_common_fndecl_19937 ima_eventdigest_init_common fndecl 2 19937 NULL
++enable_so_unix_stream_sendmsg_fndecl_19940 unix_stream_sendmsg fndecl 3 19940 NULL
++enable_so_max_buckets_crush_map_19942 max_buckets crush_map 0 19942 NULL
++enable_so_ieee802154_nl_fill_phy_fndecl_19951 ieee802154_nl_fill_phy fndecl 0 19951 NULL
++enable_so_wusbhc_giveback_urb_fndecl_19954 wusbhc_giveback_urb fndecl 3 19954 NULL
++enable_so_snd_rawmidi_kernel_read_fndecl_19963 snd_rawmidi_kernel_read fndecl 3 19963 NULL
++enable_so_vga_arb_read_fndecl_19973 vga_arb_read fndecl 3 19973 NULL
++enable_so_size_packet_settings_19984 size packet_settings 0 19984 NULL
++enable_so_get_new_location_fndecl_19985 get_new_location fndecl 3 19985 NULL nohasharray
++enable_so_ino_clone_root_19985 ino clone_root 0 19985 &enable_so_get_new_location_fndecl_19985
++enable_so_palign_qib_devdata_19988 palign qib_devdata 0 19988 NULL
++enable_so_hid_register_field_fndecl_19993 hid_register_field fndecl 2-3 19993 NULL
++enable_so_ocfs2_defrag_extent_fndecl_19994 ocfs2_defrag_extent fndecl 3-2 19994 NULL
++enable_so_move_extent_per_page_fndecl_20004 move_extent_per_page fndecl 6-5-4-3 20004 NULL
++enable_so_copybreak_vardecl_sky2_c_20006 copybreak vardecl_sky2.c 0 20006 NULL
++enable_so_def_bpp_sm501_platdata_fbsub_20007 def_bpp sm501_platdata_fbsub 0 20007 NULL nohasharray
++enable_so_log2_element_size_xilly_channel_20007 log2_element_size xilly_channel 0 20007 &enable_so_def_bpp_sm501_platdata_fbsub_20007
++enable_so_fp0_psb_pipe_20013 fp0 psb_pipe 0 20013 NULL
++enable_so_i_inline_size_ext4_inode_info_20015 i_inline_size ext4_inode_info 0 20015 NULL
++enable_so_y_drm_fb_helper_crtc_20016 y drm_fb_helper_crtc 0 20016 NULL
++enable_so_ctl_dma_cm109_dev_20023 ctl_dma cm109_dev 0 20023 NULL
++enable_so_zone_absent_pages_in_node_fndecl_20027 zone_absent_pages_in_node fndecl 0 20027 NULL nohasharray
++enable_so_build_skb_fndecl_20027 build_skb fndecl 2 20027 &enable_so_zone_absent_pages_in_node_fndecl_20027
++enable_so_nr_max310x_devtype_20030 nr max310x_devtype 0 20030 NULL
++enable_so_block_size_osst_tape_20034 block_size osst_tape 0 20034 NULL
++enable_so_batadv_interface_change_mtu_fndecl_20043 batadv_interface_change_mtu fndecl 2 20043 NULL nohasharray
++enable_so_id_len_netdev_phys_item_id_20043 id_len netdev_phys_item_id 0 20043 &enable_so_batadv_interface_change_mtu_fndecl_20043
++enable_so_ocrdma_alloc_lkey_fndecl_20045 ocrdma_alloc_lkey fndecl 5 20045 NULL
++enable_so_ieee80211_if_fmt_ave_beacon_fndecl_20062 ieee80211_if_fmt_ave_beacon fndecl 3 20062 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval_fndecl_20067 ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval fndecl 3 20067 NULL
++enable_so_buf_addr_mlx5_ib_resize_cq_20068 buf_addr mlx5_ib_resize_cq 0 20068 NULL nohasharray
++enable_so_prctl_set_auxv_fndecl_20068 prctl_set_auxv fndecl 3 20068 &enable_so_buf_addr_mlx5_ib_resize_cq_20068
++enable_so_max_rqst_sz_nfs4_channel_attrs_20083 max_rqst_sz nfs4_channel_attrs 0 20083 NULL nohasharray
++enable_so_fb_deferred_io_fsync_fndecl_20083 fb_deferred_io_fsync fndecl 2 20083 &enable_so_max_rqst_sz_nfs4_channel_attrs_20083
++enable_so_compat_rawv6_setsockopt_fndecl_20084 compat_rawv6_setsockopt fndecl 5 20084 NULL
++enable_so_rxsize_grcan_device_config_20087 rxsize grcan_device_config 0 20087 NULL
++enable_so_r8712_read32_fndecl_20095 r8712_read32 fndecl 0 20095 NULL
++enable_so_dm_bufio_get_block_number_fndecl_20097 dm_bufio_get_block_number fndecl 0 20097 NULL
++enable_so_do_mincore_fndecl_20105 do_mincore fndecl 1-2 20105 NULL
++enable_so_max_acl_len_hci_rp_read_data_block_size_20119 max_acl_len hci_rp_read_data_block_size 0 20119 NULL
++enable_so_ao_chans_pci224_board_20129 ao_chans pci224_board 0 20129 NULL
++enable_so_btrfs_punch_hole_fndecl_20130 btrfs_punch_hole fndecl 3-2 20130 NULL
++enable_so_in_ep_snd_usb_midi_endpoint_info_20132 in_ep snd_usb_midi_endpoint_info 0 20132 NULL
++enable_so_data_sectors_per_block_partition_20138 data_sectors_per_block partition 0 20138 NULL
++enable_so_dma_usbhs_pkt_20145 dma usbhs_pkt 0 20145 NULL
++enable_so_pos_f_hidg_req_list_20147 pos f_hidg_req_list 0 20147 NULL
++enable_so_hpet_address_vardecl_20150 hpet_address vardecl 0 20150 NULL
++enable_so_ep_in_if_usb_card_20154 ep_in if_usb_card 0 20154 NULL
++enable_so_trans_usbhs_pkt_20158 trans usbhs_pkt 0 20158 NULL
++enable_so_nr_gpio_tle62x0_state_20178 nr_gpio tle62x0_state 0 20178 NULL
++enable_so_swapRB_sd_20181 swapRB sd 0 20181 NULL
++enable_so_unmap_single_bt_fndecl_20188 unmap_single_bt fndecl 3 20188 NULL nohasharray
++enable_so___kmalloc_track_caller_fndecl_20188 __kmalloc_track_caller fndecl 1 20188 &enable_so_unmap_single_bt_fndecl_20188
++enable_so_num_counters_vardecl_oprofile_perf_c_20189 num_counters vardecl_oprofile_perf.c 0 20189 NULL
++enable_so_ftop_i387_soft_struct_20193 ftop i387_soft_struct 0 20193 NULL
++enable_so_agp_memory_reserved_vardecl_20196 agp_memory_reserved vardecl 0 20196 NULL
++enable_so_qxl_gem_object_create_with_handle_fndecl_20198 qxl_gem_object_create_with_handle fndecl 4 20198 NULL
++enable_so_fpage_size_genwqe_sgl_20199 fpage_size genwqe_sgl 0 20199 NULL
++enable_so_exit_info_1_vmcb_control_area_20200 exit_info_1 vmcb_control_area 0 20200 NULL
++enable_so_sectors_per_block_bits_dm_bufio_client_20202 sectors_per_block_bits dm_bufio_client 0 20202 NULL
++enable_so_max_frame_size__mgslpc_info_20204 max_frame_size _mgslpc_info 0 20204 NULL
++enable_so_xfs_bulkstat_ichunk_ra_fndecl_20205 xfs_bulkstat_ichunk_ra fndecl 2 20205 NULL nohasharray
++enable_so_sbq_len_rx_ring_20205 sbq_len rx_ring 0 20205 &enable_so_xfs_bulkstat_ichunk_ra_fndecl_20205
++enable_so_i40e_dbg_netdev_ops_write_fndecl_20206 i40e_dbg_netdev_ops_write fndecl 3 20206 NULL
++enable_so_kfifo_copy_from_user_fndecl_20208 kfifo_copy_from_user fndecl 3-4 20208 NULL nohasharray
++enable_so_get_random_bytes_fndecl_20208 get_random_bytes fndecl 2 20208 &enable_so_kfifo_copy_from_user_fndecl_20208
++enable_so_dma_limit_tg3_20210 dma_limit tg3 0 20210 NULL
++enable_so_objlayout_write_done_fndecl_20211 objlayout_write_done fndecl 2 20211 NULL nohasharray
++enable_so_sglen_usbtest_param_20211 sglen usbtest_param 0 20211 &enable_so_objlayout_write_done_fndecl_20211
++enable_so_rx_buffer_size_freelQ_20218 rx_buffer_size freelQ 0 20218 NULL
++enable_so_dmah_acm_wb_20221 dmah acm_wb 0 20221 NULL
++enable_so_produce_va_vmci_qp_page_file_info_20224 produce_va vmci_qp_page_file_info 0 20224 NULL
++enable_so_use_sg_osst_buffer_20225 use_sg osst_buffer 0 20225 NULL
++enable_so_ll_rw_extents_stats_seq_write_fndecl_20234 ll_rw_extents_stats_seq_write fndecl 3 20234 NULL
++enable_so_msm_gem_import_fndecl_20238 msm_gem_import fndecl 2 20238 NULL
++enable_so_mac_find_mode_fndecl_20243 mac_find_mode fndecl 4 20243 NULL
++enable_so_vtotal_psb_pipe_20245 vtotal psb_pipe 0 20245 NULL
++enable_so_nilfs_read_super_block_fndecl_20246 nilfs_read_super_block fndecl 3-2 20246 NULL
++enable_so_i2c_writebytes_fndecl_20248 i2c_writebytes fndecl 3 20248 NULL
++enable_so_ip_append_page_fndecl_20261 ip_append_page fndecl 5-4 20261 NULL
++enable_so_value_len_ocfs2_security_xattr_info_20265 value_len ocfs2_security_xattr_info 0 20265 NULL
++enable_so_arm_setup_iommu_dma_ops_fndecl_20272 arm_setup_iommu_dma_ops fndecl 3 20272 NULL
++enable_so_fifo_size_eg20t_port_20279 fifo_size eg20t_port 0 20279 NULL
++enable_so_f2fs_xattr_generic_set_fndecl_20280 f2fs_xattr_generic_set fndecl 4 20280 NULL
++enable_so_size_vx_ibl_info_20282 size vx_ibl_info 0 20282 NULL
++enable_so_soc_mbus_bytes_per_line_fndecl_20288 soc_mbus_bytes_per_line fndecl 1 20288 NULL
++enable_so_kone_receive_fndecl_20289 kone_receive fndecl 4 20289 NULL
++enable_so_blk_queue_io_min_fndecl_20293 blk_queue_io_min fndecl 2 20293 NULL
++enable_so_link_to_fixup_dir_fndecl_20296 link_to_fixup_dir fndecl 4 20296 NULL
++enable_so_rs_switch_to_mimo3_fndecl_20297 rs_switch_to_mimo3 fndecl 6 20297 NULL
++enable_so_hash_netportnet6_expire_fndecl_20301 hash_netportnet6_expire fndecl 4 20301 NULL
++enable_so_round_pipe_size_fndecl_20302 round_pipe_size fndecl 0 20302 NULL
++enable_so_fallback_aper_order_vardecl_20308 fallback_aper_order vardecl 0 20308 NULL
++enable_so_xfs_dir2_leaf_trim_data_fndecl_20310 xfs_dir2_leaf_trim_data fndecl 3 20310 NULL
++enable_so_cx18_read_pos_fndecl_20312 cx18_read_pos fndecl 3 20312 NULL
++enable_so_cas_change_mtu_fndecl_20320 cas_change_mtu fndecl 2 20320 NULL
++enable_so_ati_create_gatt_pages_fndecl_20321 ati_create_gatt_pages fndecl 1 20321 NULL
++enable_so_i_ecryptfs_parse_tag_70_packet_silly_stack_20325 i ecryptfs_parse_tag_70_packet_silly_stack 0 20325 NULL
++enable_so_at24_eeprom_read_fndecl_20329 at24_eeprom_read fndecl 4-0 20329 NULL
++enable_so_ext4_ext_put_gap_in_cache_fndecl_20333 ext4_ext_put_gap_in_cache fndecl 3 20333 NULL
++enable_so_cxgbi_alloc_big_mem_fndecl_20336 cxgbi_alloc_big_mem fndecl 1 20336 NULL
++enable_so_ss_out_channels_hdspm_20338 ss_out_channels hdspm 0 20338 NULL
++enable_so_request_sz_MPT2SAS_ADAPTER_20341 request_sz MPT2SAS_ADAPTER 0 20341 NULL
++enable_so_translate_gpa_kvm_mmu_20350 translate_gpa kvm_mmu 0 20350 NULL nohasharray
++enable_so_sq_wqe_count_mlx5_ib_create_qp_20350 sq_wqe_count mlx5_ib_create_qp 0 20350 &enable_so_translate_gpa_kvm_mmu_20350
++enable_so_sections_pe_hdr_20351 sections pe_hdr 0 20351 NULL
++enable_so_lu_buf_alloc_fndecl_20354 lu_buf_alloc fndecl 2 20354 NULL
++enable_so_memblock_find_in_range_fndecl_20356 memblock_find_in_range fndecl 4-3 20356 NULL
++enable_so_chipshift_alauda_card_info_20364 chipshift alauda_card_info 0 20364 NULL
++enable_so_type_usbdevfs_urb_20367 type usbdevfs_urb 0 20367 NULL
++enable_so_ll_rw_offset_stats_seq_write_fndecl_20371 ll_rw_offset_stats_seq_write fndecl 3 20371 NULL
++enable_so_hw_block_size_se_dev_attrib_20373 hw_block_size se_dev_attrib 0 20373 NULL nohasharray
++enable_so_cfgctxts_qib_devdata_20373 cfgctxts qib_devdata 0 20373 &enable_so_hw_block_size_se_dev_attrib_20373
++enable_so_nstamps_max_mask_recent_table_20374 nstamps_max_mask recent_table 0 20374 NULL
++enable_so_create_reloc_root_fndecl_20381 create_reloc_root fndecl 3 20381 NULL
++enable_so_xfs_qm_fill_state_fndecl_20384 xfs_qm_fill_state fndecl 4 20384 NULL
++enable_so_opts1_rx_desc_20387 opts1 rx_desc 0 20387 NULL
++enable_so_btrfs_del_items_fndecl_20388 btrfs_del_items fndecl 5 20388 NULL
++enable_so_periodic_size_fotg210_hcd_20395 periodic_size fotg210_hcd 0 20395 NULL
++enable_so_leb_size_ubi_device_20396 leb_size ubi_device 0 20396 NULL
++enable_so_xfs_qm_dqusage_adjust_fndecl_20403 xfs_qm_dqusage_adjust fndecl 2 20403 NULL
++enable_so_mc_rreg_radeon_device_20418 mc_rreg radeon_device 0 20418 NULL
++enable_so_bna_enet_mtu_set_fndecl_20430 bna_enet_mtu_set fndecl 2 20430 NULL
++enable_so_sd_log_head_gfs2_sbd_20435 sd_log_head gfs2_sbd 0 20435 NULL
++enable_so_blob_len_trusted_key_payload_20437 blob_len trusted_key_payload 0 20437 NULL
++enable_so_info__carl9170_tx_status_20439 info _carl9170_tx_status 0 20439 NULL nohasharray
++enable_so_ncp__vol2io_fndecl_20439 ncp__vol2io fndecl 5 20439 &enable_so_info__carl9170_tx_status_20439
++enable_so_gigaset_isoc_receive_fndecl_20447 gigaset_isoc_receive fndecl 2 20447 NULL
++enable_so_ib_max_size_mvumi_hba_20452 ib_max_size mvumi_hba 0 20452 NULL
++enable_so_stride_banshee_reg_20459 stride banshee_reg 0 20459 NULL
++enable_so_xfs_setsize_buftarg_fndecl_20465 xfs_setsize_buftarg fndecl 2 20465 NULL
++enable_so_scsi_end_request_fndecl_20468 scsi_end_request fndecl 3-4 20468 NULL
++enable_so_wMaxCommand_usb_cdc_dmm_desc_20473 wMaxCommand usb_cdc_dmm_desc 0 20473 NULL
++enable_so_iptunnel_pull_header_fndecl_20476 iptunnel_pull_header fndecl 2 20476 NULL
++enable_so_gsm_control_rls_fndecl_20490 gsm_control_rls fndecl 3 20490 NULL
++enable_so_rose_recvmsg_fndecl_20491 rose_recvmsg fndecl 3 20491 NULL
++enable_so_ext4_ext_insert_index_fndecl_20492 ext4_ext_insert_index fndecl 4 20492 NULL
++enable_so_pref_width_vmw_display_unit_20493 pref_width vmw_display_unit 0 20493 NULL
++enable_so_pageshift_sddr09_card_info_20494 pageshift sddr09_card_info 0 20494 NULL
++enable_so_nrbchan_mISDNdevice_20497 nrbchan mISDNdevice 0 20497 NULL
++enable_so_ocfs2_extend_xattr_bucket_fndecl_20499 ocfs2_extend_xattr_bucket fndecl 4 20499 NULL
++enable_so___f2fs_add_link_fndecl_20502 __f2fs_add_link fndecl 4 20502 NULL
++enable_so_nzones_adfs_discrecord_20503 nzones adfs_discrecord 0 20503 NULL
++enable_so_reiserfs_allocate_blocknrs_fndecl_20505 reiserfs_allocate_blocknrs fndecl 3 20505 NULL
++enable_so_data_len_icmp_bxm_20511 data_len icmp_bxm 0 20511 NULL
++enable_so_newImageSize_mpt_ioctl_replace_fw_20513 newImageSize mpt_ioctl_replace_fw 0 20513 NULL
++enable_so_xtAppend_fndecl_20525 xtAppend fndecl 4 20525 NULL
++enable_so_x86_emulate_instruction_fndecl_20526 x86_emulate_instruction fndecl 2 20526 NULL nohasharray
++enable_so_src_val_x86_instruction_info_20526 src_val x86_instruction_info 0 20526 &enable_so_x86_emulate_instruction_fndecl_20526
++enable_so_scnprintf_fndecl_20531 scnprintf fndecl 0-2 20531 NULL
++enable_so_expand_downwards_fndecl_20533 expand_downwards fndecl 2 20533 NULL
++enable_so_pnfs_generic_pg_init_write_fndecl_20539 pnfs_generic_pg_init_write fndecl 3 20539 NULL
++enable_so_mlx5_core_req_pages_handler_fndecl_20540 mlx5_core_req_pages_handler fndecl 3 20540 NULL
++enable_so_s_first_data_block_ext2_super_block_20541 s_first_data_block ext2_super_block 0 20541 NULL
++enable_so_crtc_hdisplay_drm_display_mode_20548 crtc_hdisplay drm_display_mode 0 20548 NULL nohasharray
++enable_so_input_estimate_events_per_packet_fndecl_20548 input_estimate_events_per_packet fndecl 0 20548 &enable_so_crtc_hdisplay_drm_display_mode_20548
++enable_so_dataflash_write_fndecl_20550 dataflash_write fndecl 2-3 20550 NULL
++enable_so_free_extents_btrfs_free_space_ctl_20566 free_extents btrfs_free_space_ctl 0 20566 NULL
++enable_so_isdn_readbchan_fndecl_20570 isdn_readbchan fndecl 5 20570 NULL
++enable_so_check_defrag_in_cache_fndecl_20573 check_defrag_in_cache fndecl 3-2 20573 NULL
++enable_so_hp_outs_auto_pin_cfg_20574 hp_outs auto_pin_cfg 0 20574 NULL
++enable_so_map_single_fndecl_20586 map_single fndecl 3 20586 NULL
++enable_so_fifo_size_pxa_ep_20587 fifo_size pxa_ep 0 20587 NULL
++enable_so_pci_add_cap_save_buffer_fndecl_20593 pci_add_cap_save_buffer fndecl 3 20593 NULL
++enable_so_target_complete_cmd_with_length_fndecl_20597 target_complete_cmd_with_length fndecl 3 20597 NULL
++enable_so_max_deviceinfo_size_pnfs_layoutdriver_type_20599 max_deviceinfo_size pnfs_layoutdriver_type 0 20599 NULL
++enable_so_bblog_shift_mdp_superblock_1_20604 bblog_shift mdp_superblock_1 0 20604 NULL
++enable_so_get_alt_usb_function_20605 get_alt usb_function 0 20605 NULL nohasharray
++enable_so_cdrom_read_block_fndecl_20605 cdrom_read_block fndecl 4-6 20605 &enable_so_get_alt_usb_function_20605
++enable_so_ext4_inode_table_set_fndecl_20611 ext4_inode_table_set fndecl 3 20611 NULL
++enable_so_nilfs_cpfile_set_snapshot_fndecl_20616 nilfs_cpfile_set_snapshot fndecl 2 20616 NULL
++enable_so_metadataMirrorFileLoc_metadataPartitionMap_20617 metadataMirrorFileLoc metadataPartitionMap 0 20617 NULL
++enable_so_ocfs2_allocate_refcount_tree_fndecl_20626 ocfs2_allocate_refcount_tree fndecl 2 20626 NULL
++enable_so___nla_put_nohdr_fndecl_20631 __nla_put_nohdr fndecl 2 20631 NULL
++enable_so_snd_pcm_lib_readv_transfer_fndecl_20635 snd_pcm_lib_readv_transfer fndecl 5 20635 NULL
++enable_so_gx1_frame_buffer_size_fndecl_20638 gx1_frame_buffer_size fndecl 0 20638 NULL
++enable_so_num_comp_vectors_ib_device_20639 num_comp_vectors ib_device 0 20639 NULL
++enable_so_cursor_size_fbcon_ops_20640 cursor_size fbcon_ops 0 20640 NULL
++enable_so_offset_iscsi_seq_20646 offset iscsi_seq 0 20646 NULL
++enable_so_nr_pages_ore_io_state_20648 nr_pages ore_io_state 0 20648 NULL
++enable_so_m_pblk_ext4_map_blocks_20649 m_pblk ext4_map_blocks 0 20649 NULL
++enable_so_security_context_to_sid_default_fndecl_20663 security_context_to_sid_default fndecl 2 20663 NULL
++enable_so_dlm_process_incoming_buffer_fndecl_20665 dlm_process_incoming_buffer fndecl 0 20665 NULL
++enable_so_kvm_handle_bad_page_fndecl_20668 kvm_handle_bad_page fndecl 2 20668 NULL
++enable_so_nilfs_load_super_root_fndecl_20676 nilfs_load_super_root fndecl 3 20676 NULL nohasharray
++enable_so_total_bytes_transferred_snd_compr_runtime_20676 total_bytes_transferred snd_compr_runtime 0 20676 &enable_so_nilfs_load_super_root_fndecl_20676
++enable_so_btrfs_dir_name_len_fndecl_20686 btrfs_dir_name_len fndecl 0 20686 NULL
++enable_so_write_to_8820_fndecl_20687 write_to_8820 fndecl 3 20687 NULL
++enable_so_SyS_semtimedop_fndecl_20703 SyS_semtimedop fndecl 3 20703 NULL
++enable_so_erase_size_vardecl_mtdram_c_20704 erase_size vardecl_mtdram.c 0 20704 NULL
++enable_so_evtchn_read_fndecl_20706 evtchn_read fndecl 3 20706 NULL
++enable_so_nilfs_sufile_do_free_fndecl_20709 nilfs_sufile_do_free fndecl 2 20709 NULL
++enable_so_w_s5p_jpeg_q_data_20716 w s5p_jpeg_q_data 0 20716 NULL
++enable_so_ip_blkno_ocfs2_inode_info_20717 ip_blkno ocfs2_inode_info 0 20717 NULL nohasharray
++enable_so_len_asymmetric_key_id_20717 len asymmetric_key_id 0 20717 &enable_so_ip_blkno_ocfs2_inode_info_20717
++enable_so_dlc_rx_msg_20720 dlc rx_msg 0 20720 NULL
++enable_so_add_range_fndecl_20721 add_range fndecl 5 20721 NULL
++enable_so_txq_data_size_ieee80211_hw_20725 txq_data_size ieee80211_hw 0 20725 NULL
++enable_so_alloc_smp_resp_fndecl_20733 alloc_smp_resp fndecl 1 20733 NULL
++enable_so_max_io_length_ore_layout_20738 max_io_length ore_layout 0 20738 NULL
++enable_so_bio_integrity_intervals_fndecl_20741 bio_integrity_intervals fndecl 0-2 20741 NULL
++enable_so_btrfs_remove_chunk_fndecl_20742 btrfs_remove_chunk fndecl 3 20742 NULL
++enable_so_max_sge_qib_rq_20746 max_sge qib_rq 0 20746 NULL
++enable_so_rb_alloc_fndecl_20749 rb_alloc fndecl 1 20749 NULL
++enable_so_sb_pseg_start_nilfs_segment_buffer_20750 sb_pseg_start nilfs_segment_buffer 0 20750 NULL
++enable_so_ttusb2_msg_fndecl_20751 ttusb2_msg fndecl 4 20751 NULL
++enable_so_TransferCount__MPI2_SCSI_IO_REPLY_20759 TransferCount _MPI2_SCSI_IO_REPLY 0 20759 NULL
++enable_so_free_coherent_fndecl_20761 free_coherent fndecl 2 20761 NULL
++enable_so_do_numa_page_fndecl_20764 do_numa_page fndecl 3 20764 NULL nohasharray
++enable_so_r_readdir_offset_ceph_mds_request_20764 r_readdir_offset ceph_mds_request 0 20764 &enable_so_do_numa_page_fndecl_20764
++enable_so_read_in_block_fndecl_20766 read_in_block fndecl 3 20766 NULL
++enable_so_simple_write_to_buffer_fndecl_20769 simple_write_to_buffer fndecl 2-5 20769 NULL
++enable_so_channels_min_snd_soc_pcm_stream_20771 channels_min snd_soc_pcm_stream 0 20771 NULL
++enable_so_print_time_fndecl_20783 print_time fndecl 0 20783 NULL
++enable_so_fat_fats_fat_bios_param_block_20785 fat_fats fat_bios_param_block 0 20785 NULL
++enable_so_sectorsize_btrfs_block_group_cache_20787 sectorsize btrfs_block_group_cache 0 20787 NULL
++enable_so_final_block_in_request_dio_submit_20788 final_block_in_request dio_submit 0 20788 NULL nohasharray
++enable_so_addr_kvm_async_pf_20788 addr kvm_async_pf 0 20788 &enable_so_final_block_in_request_dio_submit_20788
++enable_so_max_seg_size_mmc_host_20795 max_seg_size mmc_host 0 20795 NULL nohasharray
++enable_so_pos_vb2_fileio_buf_20795 pos vb2_fileio_buf 0 20795 &enable_so_max_seg_size_mmc_host_20795
++enable_so_namelen_xfs_da_args_20803 namelen xfs_da_args 0 20803 NULL
++enable_so_compat_sys_migrate_pages_fndecl_20806 compat_sys_migrate_pages fndecl 2 20806 NULL
++enable_so_rcvidx_isac_20815 rcvidx isac 0 20815 NULL
++enable_so_filldir_fndecl_20820 filldir fndecl 3 20820 NULL
++enable_so_fill_write_buffer_fndecl_20821 fill_write_buffer fndecl 3 20821 NULL
++enable_so_aux_size_dm_bufio_client_20827 aux_size dm_bufio_client 0 20827 NULL
++enable_so_drm_fb_helper_single_fb_probe_fndecl_20828 drm_fb_helper_single_fb_probe fndecl 2 20828 NULL
++enable_so_currentXmitRate_StatusRid_20835 currentXmitRate StatusRid 0 20835 NULL nohasharray
++enable_so_compat_do_ip6t_set_ctl_fndecl_20835 compat_do_ip6t_set_ctl fndecl 4 20835 &enable_so_currentXmitRate_StatusRid_20835
++enable_so_mempool_create_node_fndecl_20836 mempool_create_node fndecl 1 20836 NULL
++enable_so_alloc_context_fndecl_20841 alloc_context fndecl 1 20841 NULL
++enable_so_udp_sendpage_fndecl_20845 udp_sendpage fndecl 4-3 20845 NULL nohasharray
++enable_so_shmem_pread_slow_fndecl_20845 shmem_pread_slow fndecl 2-3 20845 &enable_so_udp_sendpage_fndecl_20845
++enable_so_dma_init_coherent_memory_fndecl_20846 dma_init_coherent_memory fndecl 3 20846 NULL
++enable_so_cur_page_block_dio_submit_20851 cur_page_block dio_submit 0 20851 NULL
++enable_so_uvc_video_stats_dump_fndecl_20862 uvc_video_stats_dump fndecl 3 20862 NULL nohasharray
++enable_so_uinput_ioctl_handler_fndecl_20862 uinput_ioctl_handler fndecl 2 20862 &enable_so_uvc_video_stats_dump_fndecl_20862
++enable_so_SyS_sendto_fndecl_20864 SyS_sendto fndecl 6 20864 NULL
++enable_so_num_mlx4_resource_20869 num mlx4_resource 0 20869 NULL
++enable_so_length_iwl_ucode_tlv_20871 length iwl_ucode_tlv 0 20871 NULL
++enable_so_btrfs_prealloc_file_range_fndecl_20872 btrfs_prealloc_file_range fndecl 4-3-5 20872 NULL
++enable_so_usb_stor_intr_transfer_fndecl_20883 usb_stor_intr_transfer fndecl 3 20883 NULL
++enable_so_codec_reg_write_file_fndecl_20887 codec_reg_write_file fndecl 3 20887 NULL
++enable_so_cl_local_node_o2nm_cluster_20896 cl_local_node o2nm_cluster 0 20896 NULL
++enable_so_tx_power_ipw2100_priv_20898 tx_power ipw2100_priv 0 20898 NULL
++enable_so_max_rate_idx_iwl_lq_sta_20899 max_rate_idx iwl_lq_sta 0 20899 NULL
++enable_so_did_overwrite_first_ref_fndecl_20904 did_overwrite_first_ref fndecl 2 20904 NULL
++enable_so_phys_addr_t4_sq_20908 phys_addr t4_sq 0 20908 NULL
++enable_so_write_adapter_mem_fndecl_20913 write_adapter_mem fndecl 3 20913 NULL
++enable_so_n_dir_band_hpfs_super_block_20914 n_dir_band hpfs_super_block 0 20914 NULL nohasharray
++enable_so_dvb_ringbuffer_pkt_write_fndecl_20914 dvb_ringbuffer_pkt_write fndecl 3 20914 &enable_so_n_dir_band_hpfs_super_block_20914
++enable_so_zisofs_uncompress_block_fndecl_20917 zisofs_uncompress_block fndecl 2-3-6-0-4 20917 NULL
++enable_so_mmap_piobufs_fndecl_20927 mmap_piobufs fndecl 4 20927 NULL
++enable_so_qbuf_scan_fndecl_20933 qbuf_scan fndecl 3 20933 NULL
++enable_so___ilog2_u64_fndecl_20935 __ilog2_u64 fndecl 0 20935 NULL
++enable_so_npages_mlx5_buf_20958 npages mlx5_buf 0 20958 NULL
++enable_so__iwl_dbgfs_d3_sram_write_fndecl_20960 _iwl_dbgfs_d3_sram_write fndecl 3 20960 NULL
++enable_so_calc_plane_fndecl_20962 calc_plane fndecl 0-2-1 20962 NULL
++enable_so_dbDiscardAG_fndecl_20969 dbDiscardAG fndecl 3 20969 NULL
++enable_so_count_cma_20973 count cma 0 20973 NULL
++enable_so_ieee80211_if_write_beacon_loss_fndecl_20979 ieee80211_if_write_beacon_loss fndecl 3 20979 NULL
++enable_so_offset_fuse_notify_store_out_20985 offset fuse_notify_store_out 0 20985 NULL
++enable_so___set_extent_bit_fndecl_20986 __set_extent_bit fndecl 3-2 20986 NULL nohasharray
++enable_so_spidev_compat_ioc_message_fndecl_20986 spidev_compat_ioc_message fndecl 2 20986 &enable_so___set_extent_bit_fndecl_20986
++enable_so_dy_fb_image_20988 dy fb_image 0 20988 NULL
++enable_so_gfn_guest_walker32_20990 gfn guest_walker32 0 20990 NULL
++enable_so_playback_streams_azx_20993 playback_streams azx 0 20993 NULL
++enable_so_do_set_pte_fndecl_20994 do_set_pte fndecl 2 20994 NULL
++enable_so_udf_direct_IO_fndecl_20999 udf_direct_IO fndecl 3 20999 NULL
++enable_so_get_fd_set_fndecl_21001 get_fd_set fndecl 1 21001 NULL
++enable_so_sst_hsw_module_set_param_fndecl_21007 sst_hsw_module_set_param fndecl 5 21007 NULL
++enable_so_cxns_per_ctrl_hba_parameters_21008 cxns_per_ctrl hba_parameters 0 21008 NULL
++enable_so_s_log_cluster_size_ext4_super_block_21014 s_log_cluster_size ext4_super_block 0 21014 NULL
++enable_so___build_skb_fndecl_21024 __build_skb fndecl 2 21024 NULL
++enable_so_minix_new_block_fndecl_21026 minix_new_block fndecl 0 21026 NULL
++enable_so_info3_rx_ppdu_start_21029 info3 rx_ppdu_start 0 21029 NULL nohasharray
++enable_so_nvram_write_fndecl_21029 nvram_write fndecl 3 21029 &enable_so_info3_rx_ppdu_start_21029
++enable_so_comedi_buf_read_n_available_fndecl_21032 comedi_buf_read_n_available fndecl 0 21032 NULL
++enable_so_fw_resource_count_efi_system_resource_table_21033 fw_resource_count efi_system_resource_table 0 21033 NULL
++enable_so_crtc_vdisplay_drm_display_mode_21037 crtc_vdisplay drm_display_mode 0 21037 NULL
++enable_so_garp_attr_create_fndecl_21048 garp_attr_create fndecl 3 21048 NULL
++enable_so_prep_umr_reg_wqe_fndecl_21050 prep_umr_reg_wqe fndecl 5 21050 NULL
++enable_so_erase_shift_onenand_chip_21052 erase_shift onenand_chip 0 21052 NULL nohasharray
++enable_so_tx_queues_rt2x00_ops_21052 tx_queues rt2x00_ops 0 21052 &enable_so_erase_shift_onenand_chip_21052
++enable_so_SyS_move_pages_fndecl_21059 SyS_move_pages fndecl 2 21059 NULL
++enable_so_m1_gma_clock_t_21062 m1 gma_clock_t 0 21062 NULL
++enable_so_chaoskey_rng_read_fndecl_21064 chaoskey_rng_read fndecl 3 21064 NULL
++enable_so_ts_packet_count_cx231xx_tsport_21071 ts_packet_count cx231xx_tsport 0 21071 NULL
++enable_so_vcs_write_fndecl_21077 vcs_write fndecl 3 21077 NULL
++enable_so_thread_self_inum_vardecl_thread_self_c_21079 thread_self_inum vardecl_thread_self.c 0 21079 NULL
++enable_so_consume_size_qp_entry_21087 consume_size qp_entry 0 21087 NULL
++enable_so_queue_pages_test_walk_fndecl_21089 queue_pages_test_walk fndecl 2-1 21089 NULL
++enable_so_max_counters_mlx4_caps_21095 max_counters mlx4_caps 0 21095 NULL
++enable_so_ext4_block_truncate_page_fndecl_21098 ext4_block_truncate_page fndecl 3 21098 NULL
++enable_so_ext4_bg_has_super_fndecl_21104 ext4_bg_has_super fndecl 0 21104 NULL
++enable_so_sge_size_ieee_MPT3SAS_ADAPTER_21108 sge_size_ieee MPT3SAS_ADAPTER 0 21108 NULL nohasharray
++enable_so_rb_alloc_aux_fndecl_21108 rb_alloc_aux fndecl 4 21108 &enable_so_sge_size_ieee_MPT3SAS_ADAPTER_21108
++enable_so_dm_rh_get_region_size_fndecl_21112 dm_rh_get_region_size fndecl 0 21112 NULL
++enable_so_hdlc_irq_one_fndecl_21115 hdlc_irq_one fndecl 2 21115 NULL nohasharray
++enable_so_max_slots_ocfs2_super_21115 max_slots ocfs2_super 0 21115 &enable_so_hdlc_irq_one_fndecl_21115
++enable_so_header_length_scsi_mode_data_21117 header_length scsi_mode_data 0 21117 NULL
++enable_so_hdrlen_ipv6_opt_hdr_21121 hdrlen ipv6_opt_hdr 0 21121 NULL nohasharray
++enable_so_chunk_mask_dm_exception_store_21121 chunk_mask dm_exception_store 0 21121 &enable_so_hdrlen_ipv6_opt_hdr_21121
++enable_so_produce_size_vmci_transport_21124 produce_size vmci_transport 0 21124 NULL nohasharray
++enable_so_size_ndis_80211_key_21124 size ndis_80211_key 0 21124 &enable_so_produce_size_vmci_transport_21124
++enable_so_s_desc_per_block_bits_ext4_sb_info_21130 s_desc_per_block_bits ext4_sb_info 0 21130 NULL
++enable_so_do_add_counters_fndecl_21131 do_add_counters fndecl 3-0 21131 NULL
++enable_so_xfs_bmbt_lookup_eq_fndecl_21134 xfs_bmbt_lookup_eq fndecl 3-2-4 21134 NULL
++enable_so_cp_pack_start_sum_f2fs_checkpoint_21142 cp_pack_start_sum f2fs_checkpoint 0 21142 NULL
++enable_so_clk_get_rate_fndecl_21147 clk_get_rate fndecl 0 21147 NULL nohasharray
++enable_so_address_acpi_generic_address_21147 address acpi_generic_address 0 21147 &enable_so_clk_get_rate_fndecl_21147
++enable_so_hsu_dma_prep_slave_sg_fndecl_21155 hsu_dma_prep_slave_sg fndecl 3 21155 NULL
++enable_so_blk_end_request_fndecl_21163 blk_end_request fndecl 3 21163 NULL
++enable_so_gfs2_dir_get_existing_buffer_fndecl_21172 gfs2_dir_get_existing_buffer fndecl 2 21172 NULL
++enable_so_mei_write_fndecl_21174 mei_write fndecl 3 21174 NULL
++enable_so_userspace_status_fndecl_21175 userspace_status fndecl 4 21175 NULL
++enable_so_snd_hdsp_capture_copy_fndecl_21176 snd_hdsp_capture_copy fndecl 5 21176 NULL
++enable_so_udf_try_read_meta_fndecl_21178 udf_try_read_meta fndecl 4 21178 NULL
++enable_so_transport_lba_21_fndecl_21182 transport_lba_21 fndecl 0 21182 NULL
++enable_so_usage_index_hid_local_21183 usage_index hid_local 0 21183 NULL
++enable_so_init_ppi_data_fndecl_21184 init_ppi_data fndecl 2 21184 NULL
++enable_so_crtc_hsync_end_drm_display_mode_21187 crtc_hsync_end drm_display_mode 0 21187 NULL
++enable_so_rx_dma_addr_sh_msiof_spi_priv_21189 rx_dma_addr sh_msiof_spi_priv 0 21189 NULL
++enable_so_ucNumEntries__ATOM_PPLIB_Clock_Voltage_Dependency_Table_21191 ucNumEntries _ATOM_PPLIB_Clock_Voltage_Dependency_Table 0 21191 NULL
++enable_so_sb_inodesize_xfs_sb_21192 sb_inodesize xfs_sb 0 21192 NULL
++enable_so_gfs2_inode_lookup_fndecl_21194 gfs2_inode_lookup fndecl 3 21194 NULL
++enable_so_fb_cvt_ideal_duty_cycle_fndecl_21197 fb_cvt_ideal_duty_cycle fndecl 0 21197 NULL
++enable_so_usbnet_write_cmd_async_fndecl_21200 usbnet_write_cmd_async fndecl 7 21200 NULL
++enable_so_n_ir_fw_ohci_21205 n_ir fw_ohci 0 21205 NULL
++enable_so_mtip_hw_read_registers_fndecl_21206 mtip_hw_read_registers fndecl 3 21206 NULL
++enable_so___logfs_segment_write_fndecl_21219 __logfs_segment_write fndecl 5 21219 NULL
++enable_so_hpfs_get_4sectors_fndecl_21224 hpfs_get_4sectors fndecl 2 21224 NULL
++enable_so_rs_free_gfs2_blkreserv_21228 rs_free gfs2_blkreserv 0 21228 NULL
++enable_so_tx_ptr_catc_21231 tx_ptr catc 0 21231 NULL nohasharray
++enable_so_ext4_blks_to_allocate_fndecl_21231 ext4_blks_to_allocate fndecl 0-4-3 21231 &enable_so_tx_ptr_catc_21231
++enable_so_ptr_mask_radeon_ring_21233 ptr_mask radeon_ring 0 21233 NULL
++enable_so_bytes_xfered_mmc_data_21235 bytes_xfered mmc_data 0 21235 NULL
++enable_so_RamAmountKBytes_nvidia_par_21238 RamAmountKBytes nvidia_par 0 21238 NULL
++enable_so_rp_buflen_nfs4_replay_21241 rp_buflen nfs4_replay 0 21241 NULL
++enable_so_ring_size_amdgpu_ih_ring_21243 ring_size amdgpu_ih_ring 0 21243 NULL
++enable_so_fbcon_do_set_font_fndecl_21244 fbcon_do_set_font fndecl 2-3 21244 NULL
++enable_so_nilfs_cpfile_change_cpmode_fndecl_21246 nilfs_cpfile_change_cpmode fndecl 2 21246 NULL
++enable_so_size_seq_buf_21247 size seq_buf 0 21247 NULL nohasharray
++enable_so_rxq_depth_bnad_21247 rxq_depth bnad 0 21247 &enable_so_size_seq_buf_21247
++enable_so_sctp_getsockopt_events_fndecl_21252 sctp_getsockopt_events fndecl 2 21252 NULL
++enable_so_blkcipher_walk_done_fndecl_21256 blkcipher_walk_done fndecl 3 21256 NULL nohasharray
++enable_so_edac_mc_alloc_fndecl_21256 edac_mc_alloc fndecl 4 21256 &enable_so_blkcipher_walk_done_fndecl_21256
++enable_so_ufs_clear_frags_fndecl_21263 ufs_clear_frags fndecl 2 21263 NULL
++enable_so_vc_resize_fndecl_21266 vc_resize fndecl 3-2 21266 NULL nohasharray
++enable_so_num_fh_nfs4_filelayout_segment_21266 num_fh nfs4_filelayout_segment 0 21266 &enable_so_vc_resize_fndecl_21266
++enable_so_elfcorebuf_sz_vardecl_vmcore_c_21270 elfcorebuf_sz vardecl_vmcore.c 0 21270 NULL
++enable_so_object_name_len_compat_ncp_objectname_ioctl_21274 object_name_len compat_ncp_objectname_ioctl 0 21274 NULL
++enable_so_nfs23_validate_mount_data_fndecl_21276 nfs23_validate_mount_data fndecl 0 21276 NULL
++enable_so_height_simplefb_params_21280 height simplefb_params 0 21280 NULL
++enable_so_fm10k_alloc_q_vector_fndecl_21285 fm10k_alloc_q_vector fndecl 4-6 21285 NULL
++enable_so_max_channels_atiixp_21295 max_channels atiixp 0 21295 NULL
++enable_so_cmds_max_iscsi_session_21296 cmds_max iscsi_session 0 21296 NULL
++enable_so_osd_yres_vardecl_ivtvfb_c_21299 osd_yres vardecl_ivtvfb.c 0 21299 NULL
++enable_so_wSamplesPerFrame_uac_format_type_ii_discrete_descriptor_21300 wSamplesPerFrame uac_format_type_ii_discrete_descriptor 0 21300 NULL
++enable_so_xblk_next_xblk_qnx4_xblk_21303 xblk_next_xblk qnx4_xblk 0 21303 NULL
++enable_so_aligned_kmalloc_fndecl_21311 aligned_kmalloc fndecl 1 21311 NULL
++enable_so_num_paths_bna_rx_config_21315 num_paths bna_rx_config 0 21315 NULL
++enable_so_fuse_copy_page_fndecl_21316 fuse_copy_page fndecl 4-3 21316 NULL
++enable_so_tcp_fragment_fndecl_21318 tcp_fragment fndecl 4-3 21318 NULL
++enable_so__iwl_dbgfs_tx_flush_write_fndecl_21320 _iwl_dbgfs_tx_flush_write fndecl 3 21320 NULL
++enable_so_sq_len_queue_set_21321 sq_len queue_set 0 21321 NULL
++enable_so_mincore_unmapped_range_fndecl_21322 mincore_unmapped_range fndecl 1 21322 NULL
++enable_so_UniformBlockSizeShift_qinfo_chip_21323 UniformBlockSizeShift qinfo_chip 0 21323 NULL
++enable_so_x86_swiotlb_alloc_coherent_fndecl_21330 x86_swiotlb_alloc_coherent fndecl 2 21330 NULL
++enable_so_int_goertzel_fndecl_21331 int_goertzel fndecl 0-2-3 21331 NULL
++enable_so_tx_ucast_rate_target_stats_21336 tx_ucast_rate target_stats 0 21336 NULL
++enable_so_cma_alloc_fndecl_21340 cma_alloc fndecl 2-3 21340 NULL
++enable_so_h_blkno_ocfs2_extent_block_21357 h_blkno ocfs2_extent_block 0 21357 NULL nohasharray
++enable_so_sys_getrandom_fndecl_21357 sys_getrandom fndecl 2 21357 &enable_so_h_blkno_ocfs2_extent_block_21357
++enable_so_igbvf_change_mtu_fndecl_21361 igbvf_change_mtu fndecl 2 21361 NULL
++enable_so_ro_map_rpcrdma_memreg_ops_21369 ro_map rpcrdma_memreg_ops 0 21369 NULL
++enable_so_ntfs_attr_make_non_resident_fndecl_21373 ntfs_attr_make_non_resident fndecl 2 21373 NULL
++enable_so_pad_ieee80211_vendor_radiotap_21376 pad ieee80211_vendor_radiotap 0 21376 NULL
++enable_so_chunk_size_dm_exception_store_21381 chunk_size dm_exception_store 0 21381 NULL
++enable_so_inppos_net_local_21383 inppos net_local 0 21383 NULL
++enable_so_num_vfs_enic_21386 num_vfs enic 0 21386 NULL
++enable_so_temp_count_applesmc_registers_21387 temp_count applesmc_registers 0 21387 NULL
++enable_so_ci_ll_write_fndecl_21391 ci_ll_write fndecl 4 21391 NULL
++enable_so_vc_scan_lines_vc_data_21393 vc_scan_lines vc_data 0 21393 NULL
++enable_so_digest_size_dm_verity_21399 digest_size dm_verity 0 21399 NULL
++enable_so_length_r3964_block_header_21407 length r3964_block_header 0 21407 NULL
++enable_so_mesh_id_len_ieee80211_if_mesh_21412 mesh_id_len ieee80211_if_mesh 0 21412 NULL
++enable_so_ex_length_extent_s_21417 ex_length extent_s 0 21417 NULL
++enable_so_ping_recvmsg_fndecl_21422 ping_recvmsg fndecl 3 21422 NULL
++enable_so_managed_pages_zone_21425 managed_pages zone 0 21425 NULL
++enable_so_max_ipath_lkey_table_21431 max ipath_lkey_table 0 21431 NULL
++enable_so_btrfs_reserve_extent_fndecl_21433 btrfs_reserve_extent fndecl 2-3-5 21433 NULL
++enable_so_intbufferhandle_kaweth_device_21438 intbufferhandle kaweth_device 0 21438 NULL nohasharray
++enable_so_tool_spad_write_fndecl_21438 tool_spad_write fndecl 3 21438 &enable_so_intbufferhandle_kaweth_device_21438
++enable_so_msr_bitmap_vmcs12_21445 msr_bitmap vmcs12 0 21445 NULL
++enable_so_video_width_sis_video_info_21454 video_width sis_video_info 0 21454 NULL
++enable_so_stripes_stripe_c_21457 stripes stripe_c 0 21457 NULL
++enable_so_indirect2direct_fndecl_21459 indirect2direct fndecl 6 21459 NULL
++enable_so_ext3_htree_create_dir_info_fndecl_21461 ext3_htree_create_dir_info fndecl 2 21461 NULL
++enable_so_i_no_addr_gfs2_inode_21464 i_no_addr gfs2_inode 0 21464 NULL
++enable_so_wp_pfn_shared_fndecl_21469 wp_pfn_shared fndecl 3 21469 NULL nohasharray
++enable_so_acpi_current_gpe_count_vardecl_21469 acpi_current_gpe_count vardecl 0 21469 &enable_so_wp_pfn_shared_fndecl_21469
++enable_so_msm_otg_mode_write_fndecl_21471 msm_otg_mode_write fndecl 3 21471 NULL
++enable_so_ufs_inode_by_name_fndecl_21473 ufs_inode_by_name fndecl 0 21473 NULL
++enable_so_ezusb_access_ltv_fndecl_21485 ezusb_access_ltv fndecl 3 21485 NULL
++enable_so_fuse_do_ioctl_fndecl_21491 fuse_do_ioctl fndecl 2 21491 NULL
++enable_so_hpfs_ea_ext_remove_fndecl_21492 hpfs_ea_ext_remove fndecl 2-4 21492 NULL
++enable_so_video_pbase_vivid_dev_21503 video_pbase vivid_dev 0 21503 NULL
++enable_so_gart_map_page_fndecl_21510 gart_map_page fndecl 4-3 21510 NULL
++enable_so_max_io_support_mvumi_hs_page1_21519 max_io_support mvumi_hs_page1 0 21519 NULL
++enable_so_fifo_size_hscx_hw_21522 fifo_size hscx_hw 0 21522 NULL nohasharray
++enable_so_c67x00_urb_dequeue_fndecl_21522 c67x00_urb_dequeue fndecl 3 21522 &enable_so_fifo_size_hscx_hw_21522
++enable_so_data_offset_mdp_superblock_1_21524 data_offset mdp_superblock_1 0 21524 NULL nohasharray
++enable_so_intel_sdvo_set_value_fndecl_21524 intel_sdvo_set_value fndecl 4 21524 &enable_so_data_offset_mdp_superblock_1_21524
++enable_so_kvm_clear_guest_page_fndecl_21527 kvm_clear_guest_page fndecl 2-4 21527 NULL
++enable_so_xennet_max_queues_vardecl_xen_netfront_c_21530 xennet_max_queues vardecl_xen-netfront.c 0 21530 NULL nohasharray
++enable_so_rd_write_fndecl_21530 rd_write fndecl 3 21530 &enable_so_xennet_max_queues_vardecl_xen_netfront_c_21530
++enable_so_hfsplus_find_init_fndecl_21533 hfsplus_find_init fndecl 0 21533 NULL nohasharray
++enable_so_alloc_btrfs_bio_fndecl_21533 alloc_btrfs_bio fndecl 2-1 21533 &enable_so_hfsplus_find_init_fndecl_21533 nohasharray
++enable_so_nr_bos_drm_msm_gem_submit_21533 nr_bos drm_msm_gem_submit 0 21533 &enable_so_alloc_btrfs_bio_fndecl_21533
++enable_so_zr364xx_read_fndecl_21537 zr364xx_read fndecl 3 21537 NULL
++enable_so_vfmax_fb_monspecs_21538 vfmax fb_monspecs 0 21538 NULL
++enable_so_viafb_iga2_odev_proc_write_fndecl_21544 viafb_iga2_odev_proc_write fndecl 3 21544 NULL
++enable_so_nSkipped_vardecl_gl860_c_21557 nSkipped vardecl_gl860.c 0 21557 NULL
++enable_so___erst_read_to_erange_fndecl_21558 __erst_read_to_erange fndecl 1 21558 NULL
++enable_so_log_sq_stride_mlx4_ib_create_qp_21564 log_sq_stride mlx4_ib_create_qp 0 21564 NULL
++enable_so_total_len_ieee802_11_elems_21565 total_len ieee802_11_elems 0 21565 NULL
++enable_so_cont_extent_rock_state_21572 cont_extent rock_state 0 21572 NULL
++enable_so_le_min_key_size_write_fndecl_21573 le_min_key_size_write fndecl 3 21573 NULL
++enable_so_uv_possible_blades_vardecl_21579 uv_possible_blades vardecl 0 21579 NULL
++enable_so_uda1380_hw_write_fndecl_21581 uda1380_hw_write fndecl 3 21581 NULL
++enable_so_buf_len_wmi_mgmt_rx_hdr_v1_21592 buf_len wmi_mgmt_rx_hdr_v1 0 21592 NULL
++enable_so_myri10ge_initial_mtu_vardecl_myri10ge_c_21595 myri10ge_initial_mtu vardecl_myri10ge.c 0 21595 NULL
++enable_so_xcl_max_payload_svc_xprt_class_21596 xcl_max_payload svc_xprt_class 0 21596 NULL
++enable_so_st_kim_recv_fndecl_21600 st_kim_recv fndecl 3 21600 NULL
++enable_so_isdn_v110_open_fndecl_21601 isdn_v110_open fndecl 3 21601 NULL
++enable_so_irq_dma_cm109_dev_21602 irq_dma cm109_dev 0 21602 NULL nohasharray
++enable_so_logicalBlocksRecorded_extendedFileEntry_21602 logicalBlocksRecorded extendedFileEntry 0 21602 &enable_so_irq_dma_cm109_dev_21602
++enable_so_p54spi_spi_write_dma_fndecl_21608 p54spi_spi_write_dma fndecl 4 21608 NULL nohasharray
++enable_so_hfcpci_empty_fifo_fndecl_21608 hfcpci_empty_fifo fndecl 4 21608 &enable_so_p54spi_spi_write_dma_fndecl_21608
++enable_so_cw1200_spi_memcpy_toio_fndecl_21615 cw1200_spi_memcpy_toio fndecl 4 21615 NULL
++enable_so_size_meye_grab_buffer_21622 size meye_grab_buffer 0 21622 NULL
++enable_so_num_snaps_ceph_snap_realm_21623 num_snaps ceph_snap_realm 0 21623 NULL
++enable_so_dclk___fb_timings_21625 dclk __fb_timings 0 21625 NULL
++enable_so_sector_r1bio_21627 sector r1bio 0 21627 NULL
++enable_so_tcp_snd_test_fndecl_21643 tcp_snd_test fndecl 3 21643 NULL
++enable_so_ra_meta_pages_cond_fndecl_21647 ra_meta_pages_cond fndecl 2 21647 NULL
++enable_so_nvram_npiv_size_qla_hw_data_21652 nvram_npiv_size qla_hw_data 0 21652 NULL
++enable_so_tps6507x_i2c_read_device_fndecl_21660 tps6507x_i2c_read_device fndecl 3 21660 NULL
++enable_so_ath6kl_wmi_get_rate_fndecl_21663 ath6kl_wmi_get_rate fndecl 0 21663 NULL
++enable_so_update_pmkid_fndecl_21666 update_pmkid fndecl 4 21666 NULL
++enable_so_affs_file_fsync_fndecl_21669 affs_file_fsync fndecl 2 21669 NULL
++enable_so_bio_alloc_bioset_fndecl_21671 bio_alloc_bioset fndecl 2 21671 NULL
++enable_so_btrfs_mark_extent_written_fndecl_21678 btrfs_mark_extent_written fndecl 3-4 21678 NULL
++enable_so_in_min_chans_snd_card_asihpi_21686 in_min_chans snd_card_asihpi 0 21686 NULL
++enable_so_logfs_set_blocks_fndecl_21690 logfs_set_blocks fndecl 2 21690 NULL
++enable_so_fc_fcp_send_data_fndecl_21692 fc_fcp_send_data fndecl 4-3 21692 NULL
++enable_so_max_pkt_size_pktgen_dev_21696 max_pkt_size pktgen_dev 0 21696 NULL nohasharray
++enable_so_bsg_job_size_request_queue_21696 bsg_job_size request_queue 0 21696 &enable_so_max_pkt_size_pktgen_dev_21696
++enable_so_nfsacl_encode_fndecl_21708 nfsacl_encode fndecl 2 21708 NULL nohasharray
++enable_so_pread_dvb_ringbuffer_21708 pread dvb_ringbuffer 0 21708 &enable_so_nfsacl_encode_fndecl_21708
++enable_so_get_rndis_request_fndecl_21709 get_rndis_request fndecl 3 21709 NULL
++enable_so_batadv_tvlv_container_list_size_fndecl_21711 batadv_tvlv_container_list_size fndecl 0 21711 NULL
++enable_so_residual_fcpio_icmnd_cmpl_21718 residual fcpio_icmnd_cmpl 0 21718 NULL
++enable_so_set_blocksize_fndecl_21720 set_blocksize fndecl 2 21720 NULL
++enable_so_len_nfs4_label_21722 len nfs4_label 0 21722 NULL
++enable_so_buff_size_host_cmd_ds_txbuf_cfg_21725 buff_size host_cmd_ds_txbuf_cfg 0 21725 NULL
++enable_so_pixel_clock_max_soc_camera_sense_21728 pixel_clock_max soc_camera_sense 0 21728 NULL
++enable_so_hpfs_set_ea_fndecl_21731 hpfs_set_ea fndecl 5 21731 NULL
++enable_so_hash_max_net_bridge_21732 hash_max net_bridge 0 21732 NULL
++enable_so_ext4_da_update_reserve_space_fndecl_21733 ext4_da_update_reserve_space fndecl 2 21733 NULL
++enable_so_groups_netlink_kernel_cfg_21741 groups netlink_kernel_cfg 0 21741 NULL
++enable_so_smk_write_syslog_fndecl_21746 smk_write_syslog fndecl 3 21746 NULL
++enable_so___ceph_setxattr_fndecl_21751 __ceph_setxattr fndecl 4 21751 NULL
++enable_so_bufsiz_mousedev_client_21759 bufsiz mousedev_client 0 21759 NULL
++enable_so_width_tm6000_fh_21761 width tm6000_fh 0 21761 NULL
++enable_so_req_lim_delta_srp_login_rsp_21762 req_lim_delta srp_login_rsp 0 21762 NULL
++enable_so_dm_bitset_clear_bit_fndecl_21766 dm_bitset_clear_bit fndecl 2 21766 NULL
++enable_so_br_startblock_xfs_bmbt_irec_21769 br_startblock xfs_bmbt_irec 0 21769 NULL
++enable_so_wlcore_rate_to_idx_fndecl_21777 wlcore_rate_to_idx fndecl 0 21777 NULL
++enable_so_byte_len_spi_eeprom_21786 byte_len spi_eeprom 0 21786 NULL
++enable_so_ocfs2_expand_inline_dir_fndecl_21788 ocfs2_expand_inline_dir fndecl 3 21788 NULL
++enable_so_idetape_chrdev_read_fndecl_21794 idetape_chrdev_read fndecl 3 21794 NULL
++enable_so_reg_stride_regmap_21801 reg_stride regmap 0 21801 NULL nohasharray
++enable_so___set_print_fmt_fndecl_21801 __set_print_fmt fndecl 0 21801 &enable_so_reg_stride_regmap_21801
++enable_so_num_vss_hpf_cfgs_wm8994_pdata_21802 num_vss_hpf_cfgs wm8994_pdata 0 21802 NULL
++enable_so_ecryptfs_encrypt_and_encode_filename_fndecl_21806 ecryptfs_encrypt_and_encode_filename fndecl 6 21806 NULL
++enable_so_hwi_ws_sz_hba_parameters_21815 hwi_ws_sz hba_parameters 0 21815 NULL
++enable_so_len_wm_adsp_alg_region_21823 len wm_adsp_alg_region 0 21823 NULL
++enable_so_snd_pcm_plug_slave_format_fndecl_21831 snd_pcm_plug_slave_format fndecl 1 21831 NULL
++enable_so_check_load_and_stores_fndecl_21836 check_load_and_stores fndecl 2 21836 NULL nohasharray
++enable_so_firm_cfg_version_AdapterControlBlock_21836 firm_cfg_version AdapterControlBlock 0 21836 &enable_so_check_load_and_stores_fndecl_21836
++enable_so_nss_rate_info_21838 nss rate_info 0 21838 NULL nohasharray
++enable_so_n_descsz_elf32_note_21838 n_descsz elf32_note 0 21838 &enable_so_nss_rate_info_21838
++enable_so_length_acpi_table_desc_21847 length acpi_table_desc 0 21847 NULL nohasharray
++enable_so_btrfs_file_extent_inline_len_fndecl_21847 btrfs_file_extent_inline_len fndecl 0 21847 &enable_so_length_acpi_table_desc_21847
++enable_so__ore_get_io_state_fndecl_21861 _ore_get_io_state fndecl 3-4-5 21861 NULL nohasharray
++enable_so_data_read_hwrng_21861 data_read hwrng 0 21861 &enable_so__ore_get_io_state_fndecl_21861
++enable_so_update_hidden_ssid_fndecl_21871 update_hidden_ssid fndecl 0 21871 NULL
++enable_so_ext4_zero_partial_blocks_fndecl_21875 ext4_zero_partial_blocks fndecl 3-4 21875 NULL
++enable_so_ad_sd_read_reg_fndecl_21876 ad_sd_read_reg fndecl 3 21876 NULL nohasharray
++enable_so_mlx4_init_icm_table_fndecl_21876 mlx4_init_icm_table fndecl 4-5 21876 &enable_so_ad_sd_read_reg_fndecl_21876
++enable_so___copy_to_user_ll_fndecl_21886 __copy_to_user_ll fndecl 0 21886 NULL
++enable_so_picolcd_debug_reset_write_fndecl_21888 picolcd_debug_reset_write fndecl 3 21888 NULL
++enable_so_bio_integrity_alloc_fndecl_21889 bio_integrity_alloc fndecl 3 21889 NULL
++enable_so_npwm_pwm_chip_21895 npwm pwm_chip 0 21895 NULL
++enable_so_fat_get_block_fndecl_21902 fat_get_block fndecl 2 21902 NULL
++enable_so_nodesize_btrfs_super_block_21912 nodesize btrfs_super_block 0 21912 NULL
++enable_so_ieee80211_build_preq_ies_fndecl_21915 ieee80211_build_preq_ies fndecl 0-6 21915 NULL
++enable_so_rx_addr_uart_8250_dma_21929 rx_addr uart_8250_dma 0 21929 NULL
++enable_so_ath6kl_sdio_bmi_read_fndecl_21930 ath6kl_sdio_bmi_read fndecl 3 21930 NULL
++enable_so_log_max_eq_mlx5_general_caps_21931 log_max_eq mlx5_general_caps 0 21931 NULL
++enable_so_recv_mei_cl_ops_21940 recv mei_cl_ops 0 21940 NULL
++enable_so_page_cache_async_readahead_fndecl_21944 page_cache_async_readahead fndecl 5 21944 NULL
++enable_so_frame_count_b43legacy_txstatus_21945 frame_count b43legacy_txstatus 0 21945 NULL
++enable_so_in_pipe_ttusb_dec_21947 in_pipe ttusb_dec 0 21947 NULL
++enable_so_do_update_counters_fndecl_21952 do_update_counters fndecl 4 21952 NULL
++enable_so_sel_write_avc_cache_threshold_fndecl_21955 sel_write_avc_cache_threshold fndecl 3 21955 NULL
++enable_so_ocfs2_find_refcount_rec_in_rl_fndecl_21962 ocfs2_find_refcount_rec_in_rl fndecl 3-4 21962 NULL
++enable_so_dblock_gfs2_journal_extent_21971 dblock gfs2_journal_extent 0 21971 NULL nohasharray
++enable_so_ms_os_descs_ext_prop_count_ffs_data_21971 ms_os_descs_ext_prop_count ffs_data 0 21971 &enable_so_dblock_gfs2_journal_extent_21971
++enable_so_bulk_out_size_usb_cardstate_21974 bulk_out_size usb_cardstate 0 21974 NULL
++enable_so_fat_start_msdos_sb_info_21975 fat_start msdos_sb_info 0 21975 NULL nohasharray
++enable_so_mlx4_buddy_init_fndecl_21975 mlx4_buddy_init fndecl 2 21975 &enable_so_fat_start_msdos_sb_info_21975
++enable_so_nxt200x_writebytes_fndecl_21977 nxt200x_writebytes fndecl 4 21977 NULL nohasharray
++enable_so_donor_start_move_extent_21977 donor_start move_extent 0 21977 &enable_so_nxt200x_writebytes_fndecl_21977
++enable_so_calc_fat_clusters_fndecl_21982 calc_fat_clusters fndecl 0 21982 NULL
++enable_so_num_tc_mlx5e_priv_21983 num_tc mlx5e_priv 0 21983 NULL
++enable_so__scif_send_fndecl_21987 _scif_send fndecl 3 21987 NULL
++enable_so_split_nodes_interleave_fndecl_21988 split_nodes_interleave fndecl 5-3-4 21988 NULL
++enable_so_sec_per_clus_msdos_sb_info_21995 sec_per_clus msdos_sb_info 0 21995 NULL
++enable_so_ath6kl_wmi_bssinfo_event_rx_fndecl_22000 ath6kl_wmi_bssinfo_event_rx fndecl 3 22000 NULL
++enable_so_vmx_create_vcpu_fndecl_22003 vmx_create_vcpu fndecl 2 22003 NULL
++enable_so_video_v_stop_saa7134_tvnorm_22005 video_v_stop saa7134_tvnorm 0 22005 NULL nohasharray
++enable_so_vpdma_alloc_desc_buf_fndecl_22005 vpdma_alloc_desc_buf fndecl 2 22005 &enable_so_video_v_stop_saa7134_tvnorm_22005
++enable_so_itd1000_write_regs_fndecl_22013 itd1000_write_regs fndecl 4 22013 NULL
++enable_so_i9xx_clock_fndecl_22015 i9xx_clock fndecl 1 22015 NULL
++enable_so_vsync_fb_cvt_data_22019 vsync fb_cvt_data 0 22019 NULL
++enable_so_buffer_size_nm256_22021 buffer_size nm256 0 22021 NULL
++enable_so_GlobalCredits__MSG_IOC_FACTS_REPLY_22031 GlobalCredits _MSG_IOC_FACTS_REPLY 0 22031 NULL
++enable_so_next_rs_tgg_il3945_rate_info_22036 next_rs_tgg il3945_rate_info 0 22036 NULL
++enable_so_array_resize_fndecl_22037 array_resize fndecl 2 22037 NULL
++enable_so_dm_exception_store_set_chunk_size_fndecl_22042 dm_exception_store_set_chunk_size fndecl 2 22042 NULL
++enable_so_roccat_connect_fndecl_22044 roccat_connect fndecl 3 22044 NULL
++enable_so_held_root_thin_disk_superblock_22055 held_root thin_disk_superblock 0 22055 NULL nohasharray
++enable_so_move_addr_to_user_fndecl_22055 move_addr_to_user fndecl 2 22055 &enable_so_held_root_thin_disk_superblock_22055
++enable_so_zl10039_read_fndecl_22056 zl10039_read fndecl 4 22056 NULL
++enable_so_clk_count_simplefb_par_22059 clk_count simplefb_par 0 22059 NULL
++enable_so_w_input_res_22061 w input_res 0 22061 NULL
++enable_so_param_sata_completion_resp_22065 param sata_completion_resp 0 22065 NULL
++enable_so_i2c_wr_max_tda18218_config_22066 i2c_wr_max tda18218_config 0 22066 NULL
++enable_so_ufs_free_fragments_fndecl_22074 ufs_free_fragments fndecl 2 22074 NULL
++enable_so_nilfs_btree_node_get_ptr_fndecl_22076 nilfs_btree_node_get_ptr fndecl 0 22076 NULL nohasharray
++enable_so_irnet_ctrl_read_fndecl_22076 irnet_ctrl_read fndecl 4 22076 &enable_so_nilfs_btree_node_get_ptr_fndecl_22076
++enable_so_sfq_alloc_fndecl_22078 sfq_alloc fndecl 1 22078 NULL
++enable_so_iuu_uart_write_fndecl_22079 iuu_uart_write fndecl 4 22079 NULL
++enable_so_xfs_bmse_shift_one_fndecl_22080 xfs_bmse_shift_one fndecl 3 22080 NULL
++enable_so_absent_pages_in_range_fndecl_22083 absent_pages_in_range fndecl 0-1-2 22083 NULL nohasharray
++enable_so_cmm_write_fndecl_22083 cmm_write fndecl 3 22083 &enable_so_absent_pages_in_range_fndecl_22083
++enable_so_mgt_response_to_str_fndecl_22094 mgt_response_to_str fndecl 0 22094 NULL nohasharray
++enable_so_l1_xfs_bmbt_rec_host_22094 l1 xfs_bmbt_rec_host 0 22094 &enable_so_mgt_response_to_str_fndecl_22094
++enable_so_len_setup_data_node_22096 len setup_data_node 0 22096 NULL nohasharray
++enable_so_size_drm_i915_gem_pread_22096 size drm_i915_gem_pread 0 22096 &enable_so_len_setup_data_node_22096 nohasharray
++enable_so_frame_seq_number_osst_tape_22096 frame_seq_number osst_tape 0 22096 &enable_so_size_drm_i915_gem_pread_22096
++enable_so_read_val_snd_tea575x_ops_22097 read_val snd_tea575x_ops 0 22097 NULL
++enable_so_size_perf_output_handle_22117 size perf_output_handle 0 22117 NULL
++enable_so_xfs_da_get_buf_fndecl_22120 xfs_da_get_buf fndecl 3 22120 NULL
++enable_so_small_ttm_pool_opts_22131 small ttm_pool_opts 0 22131 NULL nohasharray
++enable_so_xferlen_uioc_22131 xferlen uioc 0 22131 &enable_so_small_ttm_pool_opts_22131
++enable_so_numa_add_memblk_fndecl_22136 numa_add_memblk fndecl 2-3 22136 NULL
++enable_so_dm_tm_shadow_block_fndecl_22139 dm_tm_shadow_block fndecl 2 22139 NULL
++enable_so_num_phys_eqs_mlx4_phys_caps_22142 num_phys_eqs mlx4_phys_caps 0 22142 NULL
++enable_so_jffs2_scan_make_ino_cache_fndecl_22144 jffs2_scan_make_ino_cache fndecl 2 22144 NULL
++enable_so_free_area_init_core_fndecl_22145 free_area_init_core fndecl 2-3 22145 NULL
++enable_so_moving_threshold_mms114_platform_data_22146 moving_threshold mms114_platform_data 0 22146 NULL nohasharray
++enable_so_svc_rdma_xdr_encode_error_fndecl_22146 svc_rdma_xdr_encode_error fndecl 0 22146 &enable_so_moving_threshold_mms114_platform_data_22146
++enable_so_cmd_pipe_uas_dev_info_22148 cmd_pipe uas_dev_info 0 22148 NULL
++enable_so_seg_size_ib_mad_send_buf_22149 seg_size ib_mad_send_buf 0 22149 NULL
++enable_so_ppp_cp_event_fndecl_22150 ppp_cp_event fndecl 6 22150 NULL
++enable_so_collect_rx_frame_fndecl_22155 collect_rx_frame fndecl 3 22155 NULL
++enable_so_nes_read_indexed_fndecl_22161 nes_read_indexed fndecl 0 22161 NULL
++enable_so_rs_datalen_ath5k_rx_status_22164 rs_datalen ath5k_rx_status 0 22164 NULL nohasharray
++enable_so_i40e_dbg_prep_dump_buf_fndecl_22164 i40e_dbg_prep_dump_buf fndecl 2 22164 &enable_so_rs_datalen_ath5k_rx_status_22164
++enable_so_tegra_spi_start_cpu_based_transfer_fndecl_22176 tegra_spi_start_cpu_based_transfer fndecl 0 22176 NULL
++enable_so_rts51x_bulk_transport_special_fndecl_22181 rts51x_bulk_transport_special fndecl 6 22181 NULL
++enable_so_buf_len_bu_info_22182 buf_len bu_info 0 22182 NULL nohasharray
++enable_so_bnx2x_mcast_handle_pending_cmds_e1_fndecl_22182 bnx2x_mcast_handle_pending_cmds_e1 fndecl 0 22182 &enable_so_buf_len_bu_info_22182
++enable_so_ch_count_vardecl_ib_srp_c_22190 ch_count vardecl_ib_srp.c 0 22190 NULL
++enable_so_affs_alloc_block_fndecl_22192 affs_alloc_block fndecl 0-2 22192 NULL
++enable_so_sector_packet_data_22197 sector packet_data 0 22197 NULL
++enable_so_alg_icv_len_xfrm_algo_aead_22201 alg_icv_len xfrm_algo_aead 0 22201 NULL
++enable_so_length_ntlmssp2_name_22211 length ntlmssp2_name 0 22211 NULL
++enable_so_i_reserved_data_blocks_ext4_inode_info_22212 i_reserved_data_blocks ext4_inode_info 0 22212 NULL
++enable_so_nreaders_stress_vardecl_locktorture_c_22217 nreaders_stress vardecl_locktorture.c 0 22217 NULL nohasharray
++enable_so_xfrm_dst_alloc_copy_fndecl_22217 xfrm_dst_alloc_copy fndecl 3 22217 &enable_so_nreaders_stress_vardecl_locktorture_c_22217
++enable_so_ram_size_async_extent_22219 ram_size async_extent 0 22219 NULL
++enable_so_cyapa_do_i2c_pip_cmd_irq_sync_fndecl_22220 cyapa_do_i2c_pip_cmd_irq_sync fndecl 3 22220 NULL nohasharray
++enable_so_get_max_acpi_id_fndecl_22220 get_max_acpi_id fndecl 0 22220 &enable_so_cyapa_do_i2c_pip_cmd_irq_sync_fndecl_22220
++enable_so_lpfc_idiag_mbxacc_write_fndecl_22221 lpfc_idiag_mbxacc_write fndecl 3 22221 NULL
++enable_so_s_dirsize_minix_sb_info_22225 s_dirsize minix_sb_info 0 22225 NULL
++enable_so_num_areas_prism2_download_param_22233 num_areas prism2_download_param 0 22233 NULL
++enable_so_do_dmabuf_dirty_sou_fndecl_22234 do_dmabuf_dirty_sou fndecl 7 22234 NULL nohasharray
++enable_so_num_vlan_batadv_tvlv_tt_data_22234 num_vlan batadv_tvlv_tt_data 0 22234 &enable_so_do_dmabuf_dirty_sou_fndecl_22234
++enable_so_max_fingers_pixcir_i2c_ts_data_22237 max_fingers pixcir_i2c_ts_data 0 22237 NULL
++enable_so_num_udav_mthca_profile_22243 num_udav mthca_profile 0 22243 NULL
++enable_so_ieee80211_check_pending_bar_fndecl_22244 ieee80211_check_pending_bar fndecl 3 22244 NULL
++enable_so_rf_suballoc_loc_ocfs2_refcount_block_22248 rf_suballoc_loc ocfs2_refcount_block 0 22248 NULL
++enable_so_tidvaddr_ipath_tid_info_22251 tidvaddr ipath_tid_info 0 22251 NULL
++enable_so_dac960_user_command_proc_write_fndecl_22252 dac960_user_command_proc_write fndecl 3 22252 NULL
++enable_so___blk_end_bidi_request_fndecl_22253 __blk_end_bidi_request fndecl 3-4 22253 NULL
++enable_so_qp_alloc_ppn_set_fndecl_22255 qp_alloc_ppn_set fndecl 2-4 22255 NULL
++enable_so_nr_free_buffer_pages_fndecl_22263 nr_free_buffer_pages fndecl 0 22263 NULL
++enable_so_bbio_error_fndecl_22264 bbio_error fndecl 3 22264 NULL
++enable_so_usCRTC_V_Total__ATOM_MODE_TIMING_22265 usCRTC_V_Total _ATOM_MODE_TIMING 0 22265 NULL
++enable_so_reord_tcp_sacktag_state_22281 reord tcp_sacktag_state 0 22281 NULL
++enable_so_mgsl_write_fndecl_22284 mgsl_write fndecl 3 22284 NULL
++enable_so_gspca_dev_probe_fndecl_22297 gspca_dev_probe fndecl 4 22297 NULL
++enable_so_gfs2_listxattr_fndecl_22298 gfs2_listxattr fndecl 3 22298 NULL
++enable_so_slot_bytes_fndecl_22306 slot_bytes fndecl 0 22306 NULL
++enable_so_smk_write_logging_fndecl_22313 smk_write_logging fndecl 3 22313 NULL
++enable_so_swiotlb_late_init_with_default_size_fndecl_22319 swiotlb_late_init_with_default_size fndecl 1 22319 NULL
++enable_so_sb_rbmino_xfs_sb_22320 sb_rbmino xfs_sb 0 22320 NULL
++enable_so_vc_size_row_vc_data_22325 vc_size_row vc_data 0 22325 NULL
++enable_so_user_data_len_uioc_22327 user_data_len uioc 0 22327 NULL
++enable_so_atmel_change_mtu_fndecl_22328 atmel_change_mtu fndecl 2 22328 NULL
++enable_so_limit_sfq_sched_data_22334 limit sfq_sched_data 0 22334 NULL
++enable_so_svc_recvfrom_fndecl_22345 svc_recvfrom fndecl 0 22345 NULL
++enable_so_switch_status_fndecl_22358 switch_status fndecl 5 22358 NULL nohasharray
++enable_so_genwqe_alloc_sync_sgl_fndecl_22358 genwqe_alloc_sync_sgl fndecl 4 22358 &enable_so_switch_status_fndecl_22358
++enable_so__proc_do_string_fndecl_22363 _proc_do_string fndecl 2 22363 NULL
++enable_so____pskb_trim_fndecl_22365 ___pskb_trim fndecl 2 22365 NULL
++enable_so_kvm_gfn_to_hva_cache_init_fndecl_22367 kvm_gfn_to_hva_cache_init fndecl 3 22367 NULL
++enable_so_ffs_ep0_read_fndecl_22371 ffs_ep0_read fndecl 3 22371 NULL
++enable_so_digi_write_fndecl_22372 digi_write fndecl 4 22372 NULL
++enable_so_paging32_fetch_fndecl_22377 paging32_fetch fndecl 2 22377 NULL
++enable_so_nr_blocks_jffs2_sb_info_22399 nr_blocks jffs2_sb_info 0 22399 NULL
++enable_so_btrfs_finish_chunk_alloc_fndecl_22400 btrfs_finish_chunk_alloc fndecl 3 22400 NULL nohasharray
++enable_so_size_dsp_segment_desc_22400 size dsp_segment_desc 0 22400 &enable_so_btrfs_finish_chunk_alloc_fndecl_22400
++enable_so_rawsock_sendmsg_fndecl_22401 rawsock_sendmsg fndecl 3 22401 NULL
++enable_so_udf_setsize_fndecl_22402 udf_setsize fndecl 2 22402 NULL nohasharray
++enable_so___load_free_space_cache_fndecl_22402 __load_free_space_cache fndecl 5 22402 &enable_so_udf_setsize_fndecl_22402
++enable_so_lprocfs_stats_counter_size_fndecl_22407 lprocfs_stats_counter_size fndecl 0 22407 NULL
++enable_so_use_inline_bio_fndecl_22408 use_inline_bio fndecl 3 22408 NULL
++enable_so_do_truncate_fndecl_22411 do_truncate fndecl 2 22411 NULL nohasharray
++enable_so_len_usbdevfs_bulktransfer_22411 len usbdevfs_bulktransfer 0 22411 &enable_so_do_truncate_fndecl_22411
++enable_so_oti6858_write_fndecl_22423 oti6858_write fndecl 4 22423 NULL
++enable_so_bbRcvSizeMsb_csp_22425 bbRcvSizeMsb csp 0 22425 NULL
++enable_so_nfc_llcp_send_ui_frame_fndecl_22429 nfc_llcp_send_ui_frame fndecl 5 22429 NULL
++enable_so_period_ptr_snd_pcm_oss_runtime_22430 period_ptr snd_pcm_oss_runtime 0 22430 NULL
++enable_so_gfs2_glock_nq_num_fndecl_22440 gfs2_glock_nq_num fndecl 2 22440 NULL
++enable_so_start_async_cow_22445 start async_cow 0 22445 NULL
++enable_so_frame_len_ksz_desc_rx_stat_22454 frame_len ksz_desc_rx_stat 0 22454 NULL
++enable_so_ntfs_attr_vcn_to_lcn_nolock_fndecl_22455 ntfs_attr_vcn_to_lcn_nolock fndecl 2 22455 NULL
++enable_so_llc_ui_recvmsg_fndecl_22457 llc_ui_recvmsg fndecl 3 22457 NULL
++enable_so_ceph_zero_pagecache_range_fndecl_22464 ceph_zero_pagecache_range fndecl 3-2 22464 NULL nohasharray
++enable_so_mon_bin_ioctl_fndecl_22464 mon_bin_ioctl fndecl 3 22464 &enable_so_ceph_zero_pagecache_range_fndecl_22464
++enable_so_fsl_edma_alloc_desc_fndecl_22466 fsl_edma_alloc_desc fndecl 2 22466 NULL
++enable_so_s35390a_set_reg_fndecl_22468 s35390a_set_reg fndecl 4 22468 NULL
++enable_so_pfn_lo_iova_22474 pfn_lo iova 0 22474 NULL
++enable_so_vram_size_aty128fb_par_22489 vram_size aty128fb_par 0 22489 NULL
++enable_so_offset_rbd_img_request_22494 offset rbd_img_request 0 22494 NULL
++enable_so_tx_hr_cfv_info_22495 tx_hr cfv_info 0 22495 NULL nohasharray
++enable_so_ovl_cache_entry_new_fndecl_22495 ovl_cache_entry_new fndecl 3 22495 &enable_so_tx_hr_cfv_info_22495
++enable_so_hiface_pcm_init_urb_fndecl_22500 hiface_pcm_init_urb fndecl 3 22500 NULL
++enable_so_iwl_dbgfs_clear_ucode_statistics_write_fndecl_22503 iwl_dbgfs_clear_ucode_statistics_write fndecl 3 22503 NULL
++enable_so_ctx_len_xfrm_sec_ctx_22511 ctx_len xfrm_sec_ctx 0 22511 NULL
++enable_so_h_mode_size_22514 h mode_size 0 22514 NULL nohasharray
++enable_so_set_msr_hyperv_pw_fndecl_22514 set_msr_hyperv_pw fndecl 3 22514 &enable_so_h_mode_size_22514
++enable_so_len_bna_mem_info_22518 len bna_mem_info 0 22518 NULL
++enable_so_fw_written_pn544_i2c_phy_22519 fw_written pn544_i2c_phy 0 22519 NULL
++enable_so_rocker_dma_ring_bufs_alloc_fndecl_22520 rocker_dma_ring_bufs_alloc fndecl 4 22520 NULL
++enable_so_ls_lvblen_dlm_ls_22525 ls_lvblen dlm_ls 0 22525 NULL
++enable_so_ocfs2_bg_discontig_add_extent_fndecl_22531 ocfs2_bg_discontig_add_extent fndecl 4 22531 NULL
++enable_so_posix_acl_xattr_set_fndecl_22534 posix_acl_xattr_set fndecl 4 22534 NULL
++enable_so___next_free_blkoff_fndecl_22538 __next_free_blkoff fndecl 3 22538 NULL
++enable_so_submit_queue_fndecl_22542 submit_queue fndecl 5 22542 NULL
++enable_so_SyS_flistxattr_fndecl_22548 SyS_flistxattr fndecl 3 22548 NULL
++enable_so_clsb_isar_reg_22551 clsb isar_reg 0 22551 NULL
++enable_so_sadb_x_ctx_len_sadb_x_sec_ctx_22553 sadb_x_ctx_len sadb_x_sec_ctx 0 22553 NULL
++enable_so_max_xor_dma_device_22564 max_xor dma_device 0 22564 NULL
++enable_so_carl9170_rx_stream_fndecl_22565 carl9170_rx_stream fndecl 3 22565 NULL
++enable_so_fsync_file_operations_22566 fsync file_operations 0 22566 NULL
++enable_so_rx_queue_size_pxa168_eth_platform_data_22588 rx_queue_size pxa168_eth_platform_data 0 22588 NULL
++enable_so_swevent_hlist_get_cpu_fndecl_22601 swevent_hlist_get_cpu fndecl 0 22601 NULL
++enable_so_tx_data_max_size_sst_generic_ipc_22604 tx_data_max_size sst_generic_ipc 0 22604 NULL
++enable_so_maxauthsize_aead_alg_22608 maxauthsize aead_alg 0 22608 NULL nohasharray
++enable_so_btrfs_submit_compressed_write_fndecl_22608 btrfs_submit_compressed_write fndecl 4-5 22608 &enable_so_maxauthsize_aead_alg_22608
++enable_so_count_mspro_attribute_22612 count mspro_attribute 0 22612 NULL
++enable_so_gen_pool_best_fit_fndecl_22615 gen_pool_best_fit fndecl 4 22615 NULL nohasharray
++enable_so_len_aironet_ioctl_22615 len aironet_ioctl 0 22615 &enable_so_gen_pool_best_fit_fndecl_22615
++enable_so_ir_startino_xfs_inobt_rec_incore_22616 ir_startino xfs_inobt_rec_incore 0 22616 NULL
++enable_so_mem_hole_size_fndecl_22619 mem_hole_size fndecl 0-1-2 22619 NULL nohasharray
++enable_so_bond_verify_device_path_fndecl_22619 bond_verify_device_path fndecl 3 22619 &enable_so_mem_hole_size_fndecl_22619 nohasharray
++enable_so_wil_write_pmccfg_fndecl_22619 wil_write_pmccfg fndecl 3 22619 &enable_so_bond_verify_device_path_fndecl_22619
++enable_so_curr_block_migrate_struct_22621 curr_block migrate_struct 0 22621 NULL
++enable_so_length_obj_key_22626 length obj_key 0 22626 NULL
++enable_so_SYSC_io_getevents_fndecl_22627 SYSC_io_getevents fndecl 3 22627 NULL
++enable_so_n_compat_sel_arg_struct_22628 n compat_sel_arg_struct 0 22628 NULL
++enable_so_ivsize_blkcipher_walk_22638 ivsize blkcipher_walk 0 22638 NULL
++enable_so_hci_si_event_fndecl_22639 hci_si_event fndecl 3 22639 NULL
++enable_so_num_rcv_bufs_visornic_devdata_22643 num_rcv_bufs visornic_devdata 0 22643 NULL
++enable_so_sctp_setsockopt_initmsg_fndecl_22644 sctp_setsockopt_initmsg fndecl 3 22644 NULL
++enable_so_queue_size_snd_timer_params_22646 queue_size snd_timer_params 0 22646 NULL
++enable_so_isight_decode_fndecl_22650 isight_decode fndecl 4 22650 NULL
++enable_so_sample_rate_usb_stream_config_22662 sample_rate usb_stream_config 0 22662 NULL
++enable_so_init_rs_internal_fndecl_22671 init_rs_internal fndecl 6-1 22671 NULL
++enable_so_ieee80211_mesh_rx_bcn_presp_fndecl_22678 ieee80211_mesh_rx_bcn_presp fndecl 4 22678 NULL
++enable_so_fb_get_mode_fndecl_22679 fb_get_mode fndecl 2 22679 NULL nohasharray
++enable_so_fbcon_redraw_softback_fndecl_22679 fbcon_redraw_softback fndecl 3 22679 &enable_so_fb_get_mode_fndecl_22679 nohasharray
++enable_so_bop_propagate_nilfs_bmap_operations_22679 bop_propagate nilfs_bmap_operations 0 22679 &enable_so_fbcon_redraw_softback_fndecl_22679
++enable_so_get_nr_entries_fndecl_22680 get_nr_entries fndecl 2 22680 NULL
++enable_so_vlan_tag_bnx2x_agg_info_22683 vlan_tag bnx2x_agg_info 0 22683 NULL nohasharray
++enable_so_cfs_trace_copyout_string_fndecl_22683 cfs_trace_copyout_string fndecl 2 22683 &enable_so_vlan_tag_bnx2x_agg_info_22683
++enable_so_irq_pipe_ttusb_dec_22685 irq_pipe ttusb_dec 0 22685 NULL
++enable_so_qpid_t3_wq_22690 qpid t3_wq 0 22690 NULL
++enable_so_ino_nilfs_iget_args_22691 ino nilfs_iget_args 0 22691 NULL
++enable_so_ctl_dma_yealink_dev_22696 ctl_dma yealink_dev 0 22696 NULL
++enable_so_btrfs_insert_file_extent_fndecl_22702 btrfs_insert_file_extent fndecl 4-3 22702 NULL
++enable_so_brcmf_sdio_read_control_fndecl_22712 brcmf_sdio_read_control fndecl 3 22712 NULL
++enable_so_scif_rb_write_fndecl_22718 scif_rb_write fndecl 0 22718 NULL
++enable_so_odm_mirror_cnt_pnfs_osd_data_map_22727 odm_mirror_cnt pnfs_osd_data_map 0 22727 NULL
++enable_so_fpregs_set_fndecl_22730 fpregs_set fndecl 4 22730 NULL
++enable_so_xprt_alloc_fndecl_22736 xprt_alloc fndecl 2 22736 NULL
++enable_so_num_fcoe_qps_i40e_pf_22740 num_fcoe_qps i40e_pf 0 22740 NULL
++enable_so_SYSC_syslog_fndecl_22742 SYSC_syslog fndecl 3 22742 NULL
++enable_so_iwlagn_pass_packet_to_mac80211_fndecl_22746 iwlagn_pass_packet_to_mac80211 fndecl 3 22746 NULL
++enable_so_userspace_addr_kvm_memory_slot_22749 userspace_addr kvm_memory_slot 0 22749 NULL
++enable_so_alloc_perm_bits_fndecl_22767 alloc_perm_bits fndecl 2 22767 NULL
++enable_so_rambase_brcmf_chip_22773 rambase brcmf_chip 0 22773 NULL
++enable_so_ide_get_identity_ioctl_fndecl_22776 ide_get_identity_ioctl fndecl 0 22776 NULL
++enable_so_xfs_bmap_add_free_fndecl_22778 xfs_bmap_add_free fndecl 1-2 22778 NULL
++enable_so_tomoyo_round2_fndecl_22781 tomoyo_round2 fndecl 0 22781 NULL
++enable_so_orig_video_cols_screen_info_22783 orig_video_cols screen_info 0 22783 NULL
++enable_so_h_start_saa7134_tvnorm_22798 h_start saa7134_tvnorm 0 22798 NULL
++enable_so_i_next_section_block_iso_inode_info_22800 i_next_section_block iso_inode_info 0 22800 NULL
++enable_so_my_inptr_vardecl_initramfs_c_22809 my_inptr vardecl_initramfs.c 0 22809 NULL
++enable_so_agp_create_memory_fndecl_22816 agp_create_memory fndecl 1 22816 NULL
++enable_so_mce_request_packet_fndecl_22818 mce_request_packet fndecl 3 22818 NULL
++enable_so_tx_size_uart_8250_dma_22825 tx_size uart_8250_dma 0 22825 NULL
++enable_so_nfs_pgarray_set_fndecl_22830 nfs_pgarray_set fndecl 2 22830 NULL
++enable_so_swap_cluster_schedule_discard_fndecl_22833 swap_cluster_schedule_discard fndecl 2 22833 NULL
++enable_so_gigaset_initdriver_fndecl_22839 gigaset_initdriver fndecl 2 22839 NULL
++enable_so_sys_mremap_fndecl_22848 sys_mremap fndecl 3-5-1-2 22848 NULL nohasharray
++enable_so_clean_io_failure_fndecl_22848 clean_io_failure fndecl 4 22848 &enable_so_sys_mremap_fndecl_22848
++enable_so___arch_hweight8_fndecl_22850 __arch_hweight8 fndecl 0 22850 NULL
++enable_so_rlen_si2168_cmd_22851 rlen si2168_cmd 0 22851 NULL
++enable_so_utf8s_to_utf16s_fndecl_22856 utf8s_to_utf16s fndecl 0 22856 NULL
++enable_so_size_proc_dir_entry_22859 size proc_dir_entry 0 22859 NULL
++enable_so_xs_sendpages_fndecl_22864 xs_sendpages fndecl 3 22864 NULL
++enable_so_hpfs_get_block_fndecl_22865 hpfs_get_block fndecl 2 22865 NULL
++enable_so_usCRTC_H_SyncStart__ATOM_MODE_TIMING_22868 usCRTC_H_SyncStart _ATOM_MODE_TIMING 0 22868 NULL
++enable_so_n_subbufs_rchan_22872 n_subbufs rchan 0 22872 NULL
++enable_so_nfs4_init_nonuniform_client_string_fndecl_22874 nfs4_init_nonuniform_client_string fndecl 3-0 22874 NULL
++enable_so_enc28j60_mem_read_fndecl_22875 enc28j60_mem_read fndecl 3 22875 NULL
++enable_so_count_nfs3_readdirargs_22881 count nfs3_readdirargs 0 22881 NULL
++enable_so_cqid_t4_cq_22883 cqid t4_cq 0 22883 NULL
++enable_so_len_prism2_download_area_22884 len prism2_download_area 0 22884 NULL
++enable_so_frag_len_atmel_private_22893 frag_len atmel_private 0 22893 NULL
++enable_so_bits_per_word_blk_mq_bitmap_tags_22896 bits_per_word blk_mq_bitmap_tags 0 22896 NULL
++enable_so_snap_names_len_rbd_image_header_ondisk_22898 snap_names_len rbd_image_header_ondisk 0 22898 NULL
++enable_so___btrfs_cow_block_fndecl_22902 __btrfs_cow_block fndecl 0-7 22902 NULL
++enable_so_count_ioctl_gntdev_map_grant_ref_22904 count ioctl_gntdev_map_grant_ref 0 22904 NULL
++enable_so_num_y_edt_ft5x06_ts_data_22905 num_y edt_ft5x06_ts_data 0 22905 NULL
++enable_so_vmalloc_32_fndecl_22908 vmalloc_32 fndecl 1 22908 NULL
++enable_so_cfg80211_report_obss_beacon_fndecl_22910 cfg80211_report_obss_beacon fndecl 3 22910 NULL
++enable_so_lmd_exclude_count_lustre_mount_data_22915 lmd_exclude_count lustre_mount_data 0 22915 NULL
++enable_so_len_ext4_allocation_request_22920 len ext4_allocation_request 0 22920 NULL
++enable_so_e_name_len_ext4_xattr_entry_22925 e_name_len ext4_xattr_entry 0 22925 NULL
++enable_so_port100_send_frame_async_fndecl_22927 port100_send_frame_async fndecl 4 22927 NULL
++enable_so_event_data_len_msgbuf_rx_event_22931 event_data_len msgbuf_rx_event 0 22931 NULL
++enable_so_sd_journals_gfs2_sbd_22932 sd_journals gfs2_sbd 0 22932 NULL
++enable_so_i2400m_rx_ctl_fndecl_22934 i2400m_rx_ctl fndecl 4 22934 NULL
++enable_so_root_dir_objectid_btrfs_super_block_22943 root_dir_objectid btrfs_super_block 0 22943 NULL
++enable_so_num_counters_ip6t_replace_22944 num_counters ip6t_replace 0 22944 NULL
++enable_so_i2cdev_read_fndecl_22949 i2cdev_read fndecl 3 22949 NULL
++enable_so_bulk_out_usbatm_driver_22950 bulk_out usbatm_driver 0 22950 NULL
++enable_so_al_stripe_size_4k_drbd_md_22954 al_stripe_size_4k drbd_md 0 22954 NULL
++enable_so_lov_ost_pool_init_fndecl_22956 lov_ost_pool_init fndecl 2 22956 NULL
++enable_so_userptr_drm_exynos_g2d_userptr_22959 userptr drm_exynos_g2d_userptr 0 22959 NULL
++enable_so_osd_full_h_yuv_playback_info_22967 osd_full_h yuv_playback_info 0 22967 NULL
++enable_so_data_swap_cluster_info_22969 data swap_cluster_info 0 22969 NULL
++enable_so_ipc_alloc_fndecl_22971 ipc_alloc fndecl 1 22971 NULL
++enable_so_i2400m_rx_ctl_ack_fndecl_22972 i2400m_rx_ctl_ack fndecl 3 22972 NULL
++enable_so_ib_create_send_mad_fndecl_22975 ib_create_send_mad fndecl 5 22975 NULL
++enable_so_nilfs_palloc_init_blockgroup_fndecl_22978 nilfs_palloc_init_blockgroup fndecl 2 22978 NULL
++enable_so_kernfs_file_direct_read_fndecl_22981 kernfs_file_direct_read fndecl 3 22981 NULL
++enable_so_max_pkt_size_stk1160_isoc_ctl_22983 max_pkt_size stk1160_isoc_ctl 0 22983 NULL
++enable_so_ipw2100_set_rts_threshold_fndecl_22986 ipw2100_set_rts_threshold fndecl 2 22986 NULL
++enable_so_acpi_battery_write_alarm_fndecl_22987 acpi_battery_write_alarm fndecl 3 22987 NULL
++enable_so_sector_size_flash_info_22990 sector_size flash_info 0 22990 NULL
++enable_so_p54spi_spi_write_fndecl_22994 p54spi_spi_write fndecl 4 22994 NULL
++enable_so_size_wil_memio_block_22999 size wil_memio_block 0 22999 NULL
++enable_so_ipw_packet_received_skb_fndecl_23005 ipw_packet_received_skb fndecl 2 23005 NULL
++enable_so_ocfs2_extend_file_fndecl_23009 ocfs2_extend_file fndecl 3 23009 NULL
++enable_so_rocker_group_l2_fan_out_fndecl_23010 rocker_group_l2_fan_out fndecl 3 23010 NULL
++enable_so_fb_height_drm_fb_helper_surface_size_23015 fb_height drm_fb_helper_surface_size 0 23015 NULL nohasharray
++enable_so_desc_size_data_queue_23015 desc_size data_queue 0 23015 &enable_so_fb_height_drm_fb_helper_surface_size_23015 nohasharray
++enable_so_memblock_alloc_range_fndecl_23015 memblock_alloc_range fndecl 1 23015 &enable_so_desc_size_data_queue_23015
++enable_so_bLength_usb_endpoint_descriptor_23016 bLength usb_endpoint_descriptor 0 23016 NULL
++enable_so_ioctl_private_iw_point_fndecl_23018 ioctl_private_iw_point fndecl 7 23018 NULL
++enable_so_nested_get_page_fndecl_23031 nested_get_page fndecl 2 23031 NULL
++enable_so_rx_frag_size_atl1c_adapter_23034 rx_frag_size atl1c_adapter 0 23034 NULL nohasharray
++enable_so_remap_fndecl_23034 remap fndecl 3 23034 &enable_so_rx_frag_size_atl1c_adapter_23034
++enable_so_io_tlb_start_vardecl_swiotlb_c_23035 io_tlb_start vardecl_swiotlb.c 0 23035 NULL
++enable_so_in_ep_smsusb_device_t_23038 in_ep smsusb_device_t 0 23038 NULL
++enable_so_lost_cnt_hint_tcp_sock_23039 lost_cnt_hint tcp_sock 0 23039 NULL
++enable_so_num_comp_vectors_mlx5_eq_table_23047 num_comp_vectors mlx5_eq_table 0 23047 NULL
++enable_so_y1_drm_clip_rect_23048 y1 drm_clip_rect 0 23048 NULL
++enable_so_gnttab_free_count_vardecl_grant_table_c_23049 gnttab_free_count vardecl_grant-table.c 0 23049 NULL
++enable_so_gfs2_read_super_fndecl_23055 gfs2_read_super fndecl 2 23055 NULL
++enable_so_ueth_change_mtu_fndecl_23057 ueth_change_mtu fndecl 2 23057 NULL
++enable_so_fcoe_ctlr_device_add_fndecl_23058 fcoe_ctlr_device_add fndecl 3 23058 NULL
++enable_so_inode_setattr_security_operations_23059 inode_setattr security_operations 0 23059 NULL nohasharray
++enable_so_usb_dmac_desc_alloc_fndecl_23059 usb_dmac_desc_alloc fndecl 2 23059 &enable_so_inode_setattr_security_operations_23059
++enable_so_fe_start_ext4_free_extent_23066 fe_start ext4_free_extent 0 23066 NULL nohasharray
++enable_so_agp_base_radeon_mc_23066 agp_base radeon_mc 0 23066 &enable_so_fe_start_ext4_free_extent_23066
++enable_so_to_clkrc_fndecl_23074 to_clkrc fndecl 2-3 23074 NULL
++enable_so_scif_rb_count_fndecl_23076 scif_rb_count fndecl 0 23076 NULL
++enable_so_fm10k_iov_configure_fndecl_23078 fm10k_iov_configure fndecl 2 23078 NULL
++enable_so_rpcrdma_inline_pullup_fndecl_23082 rpcrdma_inline_pullup fndecl 0-2 23082 NULL
++enable_so_xfs_vm_write_end_fndecl_23085 xfs_vm_write_end fndecl 3-4 23085 NULL nohasharray
++enable_so_ext_ofs_sym_ccb_23085 ext_ofs sym_ccb 0 23085 &enable_so_xfs_vm_write_end_fndecl_23085
++enable_so_s_cluster_ratio_ext4_sb_info_23095 s_cluster_ratio ext4_sb_info 0 23095 NULL
++enable_so___minimum_chunk_size_fndecl_23105 __minimum_chunk_size fndecl 0 23105 NULL
++enable_so_balance_dirty_pages_fndecl_23113 balance_dirty_pages fndecl 2 23113 NULL
++enable_so_numchips_nand_chip_23137 numchips nand_chip 0 23137 NULL
++enable_so_udf_load_pvoldesc_fndecl_23141 udf_load_pvoldesc fndecl 2 23141 NULL
++enable_so_bits_key_vector_23153 bits key_vector 0 23153 NULL
++enable_so_logical_scrub_fixup_nodatasum_23160 logical scrub_fixup_nodatasum 0 23160 NULL
++enable_so_isdn_audio_xlaw2adpcm_fndecl_23162 isdn_audio_xlaw2adpcm fndecl 0 23162 NULL
++enable_so_width_linux_logo_23166 width linux_logo 0 23166 NULL
++enable_so_SyS_add_key_fndecl_23167 SyS_add_key fndecl 4 23167 NULL
++enable_so_memblock_alloc_base_fndecl_23169 memblock_alloc_base fndecl 2-1 23169 NULL
++enable_so_ext3_fiemap_fndecl_23171 ext3_fiemap fndecl 4 23171 NULL
++enable_so_nvif_object_sclass_fndecl_23175 nvif_object_sclass fndecl 3 23175 NULL nohasharray
++enable_so_cyttsp_probe_fndecl_23175 cyttsp_probe fndecl 4 23175 &enable_so_nvif_object_sclass_fndecl_23175
++enable_so_x_res_vbe_mode_ib_23177 x_res vbe_mode_ib 0 23177 NULL
++enable_so_ieee80211_if_fmt_dot11MeshConfirmTimeout_fndecl_23178 ieee80211_if_fmt_dot11MeshConfirmTimeout fndecl 3 23178 NULL
++enable_so_udf_current_aext_fndecl_23183 udf_current_aext fndecl 0 23183 NULL
++enable_so_uhid_char_read_fndecl_23187 uhid_char_read fndecl 3 23187 NULL
++enable_so_ir_context_mask_fw_ohci_23196 ir_context_mask fw_ohci 0 23196 NULL
++enable_so_seq_lseek_fndecl_23197 seq_lseek fndecl 2 23197 NULL
++enable_so_bdev_erase_fndecl_23198 bdev_erase fndecl 2-3 23198 NULL
++enable_so_lmm_stripe_count_lov_mds_md_v1_23216 lmm_stripe_count lov_mds_md_v1 0 23216 NULL
++enable_so_read_swap_header_fndecl_23222 read_swap_header fndecl 0 23222 NULL
++enable_so_num_channels_sh_mtu2_device_23224 num_channels sh_mtu2_device 0 23224 NULL
++enable_so_clk_core_get_rate_fndecl_23225 clk_core_get_rate fndecl 0 23225 NULL nohasharray
++enable_so_vid_hdr_offset_ubi_device_23225 vid_hdr_offset ubi_device 0 23225 &enable_so_clk_core_get_rate_fndecl_23225
++enable_so_iagnum_iag_23227 iagnum iag 0 23227 NULL
++enable_so_qla2xxx_get_vpd_field_fndecl_23230 qla2xxx_get_vpd_field fndecl 4 23230 NULL
++enable_so_ivtv_v4l2_read_fndecl_23231 ivtv_v4l2_read fndecl 3 23231 NULL
++enable_so_sb_min_blocksize_fndecl_23239 sb_min_blocksize fndecl 2-0 23239 NULL
++enable_so_num_rxd_rx_ring_config_23240 num_rxd rx_ring_config 0 23240 NULL
++enable_so_ksm_madvise_fndecl_23247 ksm_madvise fndecl 2 23247 NULL
++enable_so_fat_truncate_blocks_fndecl_23248 fat_truncate_blocks fndecl 2 23248 NULL
++enable_so___alloc_bootmem_node_fndecl_23259 __alloc_bootmem_node fndecl 3-2 23259 NULL
++enable_so_udf_table_new_block_fndecl_23276 udf_table_new_block fndecl 0 23276 NULL
++enable_so_start_blkpg_partition_23281 start blkpg_partition 0 23281 NULL
++enable_so_write_flush_pipefs_fndecl_23286 write_flush_pipefs fndecl 3 23286 NULL
++enable_so_modedb_len_fb_monspecs_23289 modedb_len fb_monspecs 0 23289 NULL
++enable_so_shmac_num_idents_sctp_hmacalgo_23292 shmac_num_idents sctp_hmacalgo 0 23292 NULL
++enable_so_vtbl_slots_ubi_device_23293 vtbl_slots ubi_device 0 23293 NULL
++enable_so_get_node_info_fndecl_23296 get_node_info fndecl 2 23296 NULL
++enable_so_ath6kl_init_get_fwcaps_fndecl_23302 ath6kl_init_get_fwcaps fndecl 3 23302 NULL
++enable_so_fnic_get_trace_data_fndecl_23305 fnic_get_trace_data fndecl 0 23305 NULL
++enable_so_debug_read_tlb_fndecl_23307 debug_read_tlb fndecl 3 23307 NULL
++enable_so_read32_bcma_host_ops_23310 read32 bcma_host_ops 0 23310 NULL
++enable_so_transfersize_scsi_cmnd_23314 transfersize scsi_cmnd 0 23314 NULL
++enable_so_s_blocks_per_segment_nilfs_super_block_23318 s_blocks_per_segment nilfs_super_block 0 23318 NULL
++enable_so_extent_from_logical_fndecl_23330 extent_from_logical fndecl 2 23330 NULL
++enable_so_naces_nfs4_acl_23334 naces nfs4_acl 0 23334 NULL
++enable_so_reply_queue_count_MPT2SAS_ADAPTER_23337 reply_queue_count MPT2SAS_ADAPTER 0 23337 NULL
++enable_so_num_outputs_clkgena_divmux_data_23340 num_outputs clkgena_divmux_data 0 23340 NULL
++enable_so_mark_block_processed_fndecl_23353 mark_block_processed fndecl 3-2 23353 NULL
++enable_so_v9fs_fid_xattr_get_fndecl_23361 v9fs_fid_xattr_get fndecl 0 23361 NULL
++enable_so_packet_buffer_init_fndecl_23380 packet_buffer_init fndecl 2 23380 NULL
++enable_so_length_dmi_header_23383 length dmi_header 0 23383 NULL
++enable_so_sf_entsize_xfs_dir_ops_23386 sf_entsize xfs_dir_ops 0 23386 NULL
++enable_so_new_SSID_size_atmel_private_23387 new_SSID_size atmel_private 0 23387 NULL
++enable_so_xfs_alloc_file_space_fndecl_23394 xfs_alloc_file_space fndecl 2-3 23394 NULL
++enable_so_ln_number_lm_lockname_23396 ln_number lm_lockname 0 23396 NULL
++enable_so_ptr_mask_amdgpu_ring_23397 ptr_mask amdgpu_ring 0 23397 NULL
++enable_so_map_block_for_writepage_fndecl_23405 map_block_for_writepage fndecl 3 23405 NULL
++enable_so_nx_fw_cmd_set_gbe_port_fndecl_23412 nx_fw_cmd_set_gbe_port fndecl 3 23412 NULL
++enable_so_logfs_safe_iget_fndecl_23415 logfs_safe_iget fndecl 2 23415 NULL
++enable_so___qib_get_user_pages_fndecl_23426 __qib_get_user_pages fndecl 1 23426 NULL
++enable_so_event_inj_vmcb_control_area_23434 event_inj vmcb_control_area 0 23434 NULL nohasharray
++enable_so_nilfs_attach_snapshot_fndecl_23434 nilfs_attach_snapshot fndecl 2 23434 &enable_so_event_inj_vmcb_control_area_23434
++enable_so_set_xfer_rate_fndecl_23440 set_xfer_rate fndecl 2 23440 NULL
++enable_so_mei_cl_recv_fndecl_23442 mei_cl_recv fndecl 3 23442 NULL
++enable_so_last_mcs_rx_wil_net_stats_23443 last_mcs_rx wil_net_stats 0 23443 NULL nohasharray
++enable_so_qgroup_rescan_init_fndecl_23443 qgroup_rescan_init fndecl 2 23443 &enable_so_last_mcs_rx_wil_net_stats_23443
++enable_so_name_len_ocfs2_dir_entry_23452 name_len ocfs2_dir_entry 0 23452 NULL nohasharray
++enable_so_bytes_number_item_operations_23452 bytes_number item_operations 0 23452 &enable_so_name_len_ocfs2_dir_entry_23452
++enable_so_btrfs_dir_data_len_fndecl_23457 btrfs_dir_data_len fndecl 0 23457 NULL
++enable_so_rsi_sdio_write_register_multiple_fndecl_23471 rsi_sdio_write_register_multiple fndecl 4 23471 NULL
++enable_so_offset_ttm_bus_placement_23475 offset ttm_bus_placement 0 23475 NULL
++enable_so_gfn_to_hva_prot_fndecl_23484 gfn_to_hva_prot fndecl 2 23484 NULL nohasharray
++enable_so_coda_psdev_write_fndecl_23484 coda_psdev_write fndecl 3 23484 &enable_so_gfn_to_hva_prot_fndecl_23484
++enable_so_control_skge_rx_desc_23486 control skge_rx_desc 0 23486 NULL
++enable_so_cyy_init_card_fndecl_23488 cyy_init_card fndecl 0 23488 NULL
++enable_so_egr_sz_sge_23500 egr_sz sge 0 23500 NULL
++enable_so_mxt_read_and_process_messages_fndecl_23502 mxt_read_and_process_messages fndecl 2 23502 NULL
++enable_so_objectid_btrfs_disk_key_23513 objectid btrfs_disk_key 0 23513 NULL
++enable_so_usb_ep_align_maybe_fndecl_23516 usb_ep_align_maybe fndecl 3 23516 NULL
++enable_so_dev_irnet_read_fndecl_23518 dev_irnet_read fndecl 3 23518 NULL
++enable_so_max_mlx4_bitmap_23521 max mlx4_bitmap 0 23521 NULL
++enable_so_radio_freq_tuner_23529 radio_freq tuner 0 23529 NULL
++enable_so_info2_rx_ppdu_start_23531 info2 rx_ppdu_start 0 23531 NULL
++enable_so_ieee80211_new_mesh_header_fndecl_23538 ieee80211_new_mesh_header fndecl 0 23538 NULL
++enable_so_FbUsableSize_nvidia_par_23541 FbUsableSize nvidia_par 0 23541 NULL
++enable_so_max_pkt_size_cx231xx_bulk_ctl_23542 max_pkt_size cx231xx_bulk_ctl 0 23542 NULL
++enable_so_cosa_write_fndecl_23549 cosa_write fndecl 3 23549 NULL
++enable_so_xfs_dabuf_map_fndecl_23558 xfs_dabuf_map fndecl 2 23558 NULL
++enable_so_p_chmask_f_uac2_opts_23559 p_chmask f_uac2_opts 0 23559 NULL
++enable_so_bdx_change_mtu_fndecl_23561 bdx_change_mtu fndecl 2 23561 NULL
++enable_so_lblock_gfs2_journal_extent_23574 lblock gfs2_journal_extent 0 23574 NULL
++enable_so_spu_reg_delay_if_spi_card_23584 spu_reg_delay if_spi_card 0 23584 NULL nohasharray
++enable_so_syslog_print_fndecl_23584 syslog_print fndecl 2 23584 &enable_so_spu_reg_delay_if_spi_card_23584
++enable_so_SYSC_connect_fndecl_23587 SYSC_connect fndecl 3 23587 NULL
++enable_so_max_cmd_size_ath6kl_bmi_23591 max_cmd_size ath6kl_bmi 0 23591 NULL
++enable_so_dn_setsockopt_fndecl_23593 dn_setsockopt fndecl 5 23593 NULL
++enable_so_hugetlb_no_page_fndecl_23597 hugetlb_no_page fndecl 5 23597 NULL
++enable_so_pixel_clock_detailed_timing_23600 pixel_clock detailed_timing 0 23600 NULL
++enable_so_c67x00_probe_sie_fndecl_23602 c67x00_probe_sie fndecl 3 23602 NULL
++enable_so_nr_grant_frames_vardecl_grant_table_c_23609 nr_grant_frames vardecl_grant-table.c 0 23609 NULL
++enable_so_no_addr_gfs2_skip_data_23619 no_addr gfs2_skip_data 0 23619 NULL
++enable_so_video_size_sis_video_info_23622 video_size sis_video_info 0 23622 NULL
++enable_so_blocksize_iso9660_options_23626 blocksize iso9660_options 0 23626 NULL
++enable_so_skge_rx_setup_fndecl_23628 skge_rx_setup fndecl 4 23628 NULL
++enable_so_vb_bytes_per_line_cx18_stream_23630 vb_bytes_per_line cx18_stream 0 23630 NULL nohasharray
++enable_so_ll_zero_fndecl_23630 ll_zero fndecl 3-4 23630 &enable_so_vb_bytes_per_line_cx18_stream_23630
++enable_so_ath9k_wmi_cmd_fndecl_23636 ath9k_wmi_cmd fndecl 4 23636 NULL
++enable_so_nr_tags_blk_mq_tags_23638 nr_tags blk_mq_tags 0 23638 NULL
++enable_so_tss_addr_kvm_arch_23642 tss_addr kvm_arch 0 23642 NULL
++enable_so_ceph_sync_read_fndecl_23643 ceph_sync_read fndecl 0 23643 NULL
++enable_so_size_crush_bucket_23650 size crush_bucket 0 23650 NULL
++enable_so_piobcnt4k_qib_devdata_23655 piobcnt4k qib_devdata 0 23655 NULL
++enable_so_viafb_bpp1_vardecl_viafbdev_c_23657 viafb_bpp1 vardecl_viafbdev.c 0 23657 NULL
++enable_so_fat_length_msdos_sb_info_23672 fat_length msdos_sb_info 0 23672 NULL
++enable_so_mlx5_core_access_reg_fndecl_23674 mlx5_core_access_reg fndecl 3-5 23674 NULL
++enable_so_xfs_get_blocks_fndecl_23679 xfs_get_blocks fndecl 2 23679 NULL
++enable_so_xfs_ialloc_next_ag_fndecl_23680 xfs_ialloc_next_ag fndecl 0 23680 NULL
++enable_so_btrfs_cross_ref_exist_fndecl_23685 btrfs_cross_ref_exist fndecl 5 23685 NULL
++enable_so_buf_size_vmci_ctx_chkpt_buf_info_23686 buf_size vmci_ctx_chkpt_buf_info 0 23686 NULL
++enable_so_vxfs_bmap1_fndecl_23688 vxfs_bmap1 fndecl 0-2 23688 NULL
++enable_so_aio_read_events_ring_fndecl_23689 aio_read_events_ring fndecl 3 23689 NULL
++enable_so_schedule_zero_fndecl_23702 schedule_zero fndecl 3 23702 NULL
++enable_so_rmtvaluelen_xfs_da_args_23709 rmtvaluelen xfs_da_args 0 23709 NULL nohasharray
++enable_so_word_offset_bm_xfer_ctx_23709 word_offset bm_xfer_ctx 0 23709 &enable_so_rmtvaluelen_xfs_da_args_23709
++enable_so_vgacon_scroll_fndecl_23715 vgacon_scroll fndecl 5 23715 NULL
++enable_so_ath6kl_sdio_bmi_write_fndecl_23717 ath6kl_sdio_bmi_write fndecl 3 23717 NULL
++enable_so_len_cmdbuf_t_23720 len cmdbuf_t 0 23720 NULL
++enable_so_acpi_ev_create_gpe_block_fndecl_23722 acpi_ev_create_gpe_block fndecl 4 23722 NULL
++enable_so_size_p9_fcall_23725 size p9_fcall 0 23725 NULL
++enable_so_hugetlb_fault_fndecl_23735 hugetlb_fault fndecl 3 23735 NULL
++enable_so_dquot_reclaim_space_nodirty_fndecl_23742 dquot_reclaim_space_nodirty fndecl 2 23742 NULL
++enable_so_logfs_compress_fndecl_23746 logfs_compress fndecl 0-3-4 23746 NULL
++enable_so__alloc_get_attr_desc_fndecl_23749 _alloc_get_attr_desc fndecl 2 23749 NULL
++enable_so_dccp_manip_pkt_fndecl_23759 dccp_manip_pkt fndecl 4 23759 NULL
++enable_so_fat_ent_bread_fndecl_23760 fat_ent_bread fndecl 4 23760 NULL
++enable_so_i915_gem_create_fndecl_23768 i915_gem_create fndecl 3 23768 NULL
++enable_so_dev_mem_seek_fndecl_23776 dev_mem_seek fndecl 2 23776 NULL nohasharray
++enable_so_rec_len_ext4_dir_entry_2_23776 rec_len ext4_dir_entry_2 0 23776 &enable_so_dev_mem_seek_fndecl_23776 nohasharray
++enable_so_start_pnfs_block_dev_map_23776 start pnfs_block_dev_map 0 23776 &enable_so_rec_len_ext4_dir_entry_2_23776
++enable_so_tail_p9_rdir_23781 tail p9_rdir 0 23781 NULL nohasharray
++enable_so_iwl_dbgfs_protection_mode_write_fndecl_23781 iwl_dbgfs_protection_mode_write fndecl 3 23781 &enable_so_tail_p9_rdir_23781
++enable_so_read_buffer_length_lego_usb_tower_23787 read_buffer_length lego_usb_tower 0 23787 NULL
++enable_so_nr_kvm_irq_routing_23794 nr kvm_irq_routing 0 23794 NULL
++enable_so_ubi_attach_mtd_dev_fndecl_23797 ubi_attach_mtd_dev fndecl 3-4 23797 NULL nohasharray
++enable_so_parity_devs_raid_type_23797 parity_devs raid_type 0 23797 &enable_so_ubi_attach_mtd_dev_fndecl_23797 nohasharray
++enable_so_cfs_trace_set_debug_mb_usrstr_fndecl_23797 cfs_trace_set_debug_mb_usrstr fndecl 2 23797 &enable_so_parity_devs_raid_type_23797
++enable_so_free_tiger_ch_23798 free tiger_ch 0 23798 NULL
++enable_so_ra_offset_xfs_dir2_leaf_map_info_23799 ra_offset xfs_dir2_leaf_map_info 0 23799 NULL
++enable_so_crypto_rfc4543_setauthsize_fndecl_23801 crypto_rfc4543_setauthsize fndecl 2 23801 NULL
++enable_so_rts_threshold_atmel_private_23803 rts_threshold atmel_private 0 23803 NULL nohasharray
++enable_so_nr_node_ids_vardecl_23803 nr_node_ids vardecl 0 23803 &enable_so_rts_threshold_atmel_private_23803 nohasharray
++enable_so_nvme_trans_modesel_data_fndecl_23803 nvme_trans_modesel_data fndecl 4 23803 &enable_so_nr_node_ids_vardecl_23803
++enable_so_desc_list_len_timb_dma_desc_23804 desc_list_len timb_dma_desc 0 23804 NULL
++enable_so_sctp_skb_pull_fndecl_23806 sctp_skb_pull fndecl 2-0 23806 NULL
++enable_so_ocfs2_get_refcount_tree_fndecl_23824 ocfs2_get_refcount_tree fndecl 2 23824 NULL
++enable_so___xfs_dir3_free_read_fndecl_23827 __xfs_dir3_free_read fndecl 3 23827 NULL nohasharray
++enable_so_bios_hardcoded_edid_size_radeon_mode_info_23827 bios_hardcoded_edid_size radeon_mode_info 0 23827 &enable_so___xfs_dir3_free_read_fndecl_23827
++enable_so_vbi_v_stop_0_saa7134_tvnorm_23830 vbi_v_stop_0 saa7134_tvnorm 0 23830 NULL
++enable_so_buffer_total_count_pvr2_stream_23834 buffer_total_count pvr2_stream 0 23834 NULL
++enable_so_key_dm_region_23838 key dm_region 0 23838 NULL
++enable_so_compressed_bio_alloc_fndecl_23839 compressed_bio_alloc fndecl 2 23839 NULL
++enable_so_update_backups_fndecl_23840 update_backups fndecl 2 23840 NULL
++enable_so_rx_buf_size_skge_port_23843 rx_buf_size skge_port 0 23843 NULL
++enable_so_padzero_fndecl_23844 padzero fndecl 1 23844 NULL
++enable_so_osd_request_async_done_fndecl_23847 osd_request_async_done fndecl 2 23847 NULL nohasharray
++enable_so_tidcnt_qib_tid_info_23847 tidcnt qib_tid_info 0 23847 &enable_so_osd_request_async_done_fndecl_23847
++enable_so_cfg80211_disconnected_fndecl_23850 cfg80211_disconnected fndecl 4 23850 NULL nohasharray
++enable_so_efx_ef10_sriov_configure_fndecl_23850 efx_ef10_sriov_configure fndecl 2 23850 &enable_so_cfg80211_disconnected_fndecl_23850
++enable_so_am_length_compat_xfs_attr_multiop_23853 am_length compat_xfs_attr_multiop 0 23853 NULL
++enable_so_bg_block_bitmap_ext2_group_desc_23861 bg_block_bitmap ext2_group_desc 0 23861 NULL
++enable_so_clutsize_linux_logo_23865 clutsize linux_logo 0 23865 NULL
++enable_so_vdisplay_drm_display_mode_23870 vdisplay drm_display_mode 0 23870 NULL
++enable_so_ocfs2_remove_btree_range_fndecl_23874 ocfs2_remove_btree_range fndecl 5-3-4-8 23874 NULL
++enable_so_c_data_offs_pvr2_ioread_23876 c_data_offs pvr2_ioread 0 23876 NULL
++enable_so_write_file_tpc_fndecl_23877 write_file_tpc fndecl 3 23877 NULL
++enable_so_emulate_gp_fndecl_23878 emulate_gp fndecl 2 23878 NULL
++enable_so_load_msg_fndecl_23884 load_msg fndecl 2 23884 NULL
++enable_so_snd_korg1212_copy_to_fndecl_23887 snd_korg1212_copy_to fndecl 6 23887 NULL
++enable_so_il4965_rs_get_best_rate_fndecl_23890 il4965_rs_get_best_rate fndecl 5 23890 NULL nohasharray
++enable_so_sb_dirband_size_hpfs_sb_info_23890 sb_dirband_size hpfs_sb_info 0 23890 &enable_so_il4965_rs_get_best_rate_fndecl_23890
++enable_so_vxfs_inode_by_name_fndecl_23899 vxfs_inode_by_name fndecl 0 23899 NULL
++enable_so_block_log_squashfs_sb_info_23905 block_log squashfs_sb_info 0 23905 NULL
++enable_so_status_adm8211_desc_23909 status adm8211_desc 0 23909 NULL nohasharray
++enable_so_al_offset_drbd_md_23909 al_offset drbd_md 0 23909 &enable_so_status_adm8211_desc_23909
++enable_so_ipath_verbs_send_fndecl_23910 ipath_verbs_send fndecl 5-3 23910 NULL
++enable_so_num_pages_fuse_req_23911 num_pages fuse_req 0 23911 NULL
++enable_so_htotal___fb_timings_23914 htotal __fb_timings 0 23914 NULL
++enable_so_avail_pebs_ubi_device_23916 avail_pebs ubi_device 0 23916 NULL
++enable_so_data_len_iser_data_buf_23917 data_len iser_data_buf 0 23917 NULL
++enable_so_rd_data_gfs2_rgrpd_23919 rd_data gfs2_rgrpd 0 23919 NULL
++enable_so_block_size_ccp_sha_def_23920 block_size ccp_sha_def 0 23920 NULL
++enable_so_p9_client_readdir_fndecl_23927 p9_client_readdir fndecl 0 23927 NULL
++enable_so_disk_len_btrfs_ordered_extent_23932 disk_len btrfs_ordered_extent 0 23932 NULL
++enable_so_gfs2_glock_get_fndecl_23936 gfs2_glock_get fndecl 2 23936 NULL
++enable_so_tracing_trace_options_write_fndecl_23946 tracing_trace_options_write fndecl 3 23946 NULL
++enable_so_btrfs_setxattr_fndecl_23956 btrfs_setxattr fndecl 4 23956 NULL
++enable_so_init_q_fndecl_23959 init_q fndecl 4 23959 NULL
++enable_so_input_buffer_size_vardecl_seq_midi_c_23961 input_buffer_size vardecl_seq_midi.c 0 23961 NULL
++enable_so_rx_ip_align_efx_nic_23965 rx_ip_align efx_nic 0 23965 NULL nohasharray
++enable_so_memstick_alloc_host_fndecl_23965 memstick_alloc_host fndecl 1 23965 &enable_so_rx_ip_align_efx_nic_23965
++enable_so_fw_status_len_wl1271_23974 fw_status_len wl1271 0 23974 NULL
++enable_so_last_txrate_idx_iwl_lq_sta_23983 last_txrate_idx iwl_lq_sta 0 23983 NULL
++enable_so_EventDataLength__MPI2_EVENT_NOTIFICATION_REPLY_23993 EventDataLength _MPI2_EVENT_NOTIFICATION_REPLY 0 23993 NULL
++enable_so_usb_stream_next_packet_size_fndecl_23994 usb_stream_next_packet_size fndecl 0 23994 NULL
++enable_so___pn533_send_async_fndecl_24001 __pn533_send_async fndecl 5 24001 NULL
++enable_so_anchor_udf_options_24004 anchor udf_options 0 24004 NULL
++enable_so_algo_gen_pool_24005 algo gen_pool 0 24005 NULL nohasharray
++enable_so_dir_band_start_hpfs_super_block_24005 dir_band_start hpfs_super_block 0 24005 &enable_so_algo_gen_pool_24005
++enable_so_tx_buf_dma_pch_spi_dma_ctrl_24013 tx_buf_dma pch_spi_dma_ctrl 0 24013 NULL nohasharray
++enable_so_truncate_setsize_fndecl_24013 truncate_setsize fndecl 2 24013 &enable_so_tx_buf_dma_pch_spi_dma_ctrl_24013
++enable_so_vlan_id_bond_vlan_tag_24019 vlan_id bond_vlan_tag 0 24019 NULL
++enable_so_obd_proc_jobid_var_seq_write_fndecl_24020 obd_proc_jobid_var_seq_write fndecl 3 24020 NULL
++enable_so_iscsi_session_setup_fndecl_24023 iscsi_session_setup fndecl 3-5 24023 NULL
++enable_so_bpp__sisbios_mode_24033 bpp _sisbios_mode 0 24033 NULL
++enable_so_namelen_cramfs_inode_24036 namelen cramfs_inode 0 24036 NULL
++enable_so_obj_size_request_sock_ops_24037 obj_size request_sock_ops 0 24037 NULL
++enable_so_chunk_mask_geom_24040 chunk_mask geom 0 24040 NULL
++enable_so_vpdma_create_desc_list_fndecl_24044 vpdma_create_desc_list fndecl 2 24044 NULL
++enable_so_start_switch_path_24046 start switch_path 0 24046 NULL nohasharray
++enable_so_buf_size_conf_writedata_24046 buf_size conf_writedata 0 24046 &enable_so_start_switch_path_24046
++enable_so_size_pernet_operations_24051 size pernet_operations 0 24051 NULL
++enable_so_bNumEndpoints_usb_interface_descriptor_24052 bNumEndpoints usb_interface_descriptor 0 24052 NULL nohasharray
++enable_so_osst_int_ioctl_fndecl_24052 osst_int_ioctl fndecl 4 24052 &enable_so_bNumEndpoints_usb_interface_descriptor_24052
++enable_so_inode_minix3_dir_entry_24054 inode minix3_dir_entry 0 24054 NULL
++enable_so_shdma_init_fndecl_24059 shdma_init fndecl 3 24059 NULL
++enable_so_ws_row_winsize_24064 ws_row winsize 0 24064 NULL
++enable_so_ebx_v86_regs_24072 ebx v86_regs 0 24072 NULL
++enable_so_h_sync_strt_wid_aty128_crtc_24079 h_sync_strt_wid aty128_crtc 0 24079 NULL
++enable_so_last_mark_lbn_os_aux_s_24082 last_mark_lbn os_aux_s 0 24082 NULL
++enable_so_sample_group_minstrel_ht_sta_24084 sample_group minstrel_ht_sta 0 24084 NULL nohasharray
++enable_so_nr_uuids_cache_set_24084 nr_uuids cache_set 0 24084 &enable_so_sample_group_minstrel_ht_sta_24084
++enable_so_gfs2_meta_new_fndecl_24087 gfs2_meta_new fndecl 2 24087 NULL nohasharray
++enable_so_map_len_ipath_verbs_txreq_24087 map_len ipath_verbs_txreq 0 24087 &enable_so_gfs2_meta_new_fndecl_24087
++enable_so_cfs_trace_allocate_string_buffer_fndecl_24094 cfs_trace_allocate_string_buffer fndecl 2 24094 NULL
++enable_so_sectors_md_rdev_24098 sectors md_rdev 0 24098 NULL
++enable_so_capture_bufsize_vardecl_nm256_c_24100 capture_bufsize vardecl_nm256.c 0 24100 NULL
++enable_so_dcbp_set_pad_bits_fndecl_24101 dcbp_set_pad_bits fndecl 2 24101 NULL
++enable_so_bus_mtu_brcmf_usbdev_24102 bus_mtu brcmf_usbdev 0 24102 NULL
++enable_so_read_fifo_fndecl_24105 read_fifo fndecl 3 24105 NULL
++enable_so_add_td_to_list_fndecl_24113 add_td_to_list fndecl 3 24113 NULL nohasharray
++enable_so_get_rx_frame_len_stmmac_desc_ops_24113 get_rx_frame_len stmmac_desc_ops 0 24113 &enable_so_add_td_to_list_fndecl_24113
++enable_so_packet_multiplier_em28xx_24119 packet_multiplier em28xx 0 24119 NULL nohasharray
++enable_so_rax_vmcb_save_area_24119 rax vmcb_save_area 0 24119 &enable_so_packet_multiplier_em28xx_24119
++enable_so_size_sge_rspq_24120 size sge_rspq 0 24120 NULL
++enable_so_srpt_build_cmd_rsp_fndecl_24126 srpt_build_cmd_rsp fndecl 0 24126 NULL
++enable_so_ieee80211_assoc_success_fndecl_24131 ieee80211_assoc_success fndecl 4 24131 NULL
++enable_so_radix_tree_locate_item_fndecl_24133 radix_tree_locate_item fndecl 0 24133 NULL
++enable_so_scif_user_send_fndecl_24137 scif_user_send fndecl 3 24137 NULL
++enable_so_sdram_size_solo_dev_24141 sdram_size solo_dev 0 24141 NULL nohasharray
++enable_so_elem_size_v4l2_ctrl_config_24141 elem_size v4l2_ctrl_config 0 24141 &enable_so_sdram_size_solo_dev_24141
++enable_so_t_task_nolb_se_cmd_24142 t_task_nolb se_cmd 0 24142 NULL
++enable_so_tegra_clk_init_fndecl_24143 tegra_clk_init fndecl 3-2 24143 NULL
++enable_so_len_event_data_24144 len event_data 0 24144 NULL
++enable_so_fat_fat_length_fat_bios_param_block_24145 fat_fat_length fat_bios_param_block 0 24145 NULL
++enable_so_intel_alloc_iova_fndecl_24160 intel_alloc_iova fndecl 4 24160 NULL
++enable_so_lro_add_page_fndecl_24166 lro_add_page fndecl 4 24166 NULL
++enable_so___alloc_extent_buffer_fndecl_24167 __alloc_extent_buffer fndecl 2-3 24167 NULL nohasharray
++enable_so_ppp_sync_input_fndecl_24167 ppp_sync_input fndecl 4 24167 &enable_so___alloc_extent_buffer_fndecl_24167
++enable_so_vd_tlb_preload_count_gru_vma_data_24168 vd_tlb_preload_count gru_vma_data 0 24168 NULL
++enable_so_vram_start_radeon_mc_24170 vram_start radeon_mc 0 24170 NULL
++enable_so_bpp_drm_mode_create_dumb_24171 bpp drm_mode_create_dumb 0 24171 NULL
++enable_so_drop_count_codel_stats_24173 drop_count codel_stats 0 24173 NULL
++enable_so_ext4_split_extent_fndecl_24180 ext4_split_extent fndecl 0 24180 NULL
++enable_so_o2net_send_message_vec_fndecl_24188 o2net_send_message_vec fndecl 4 24188 NULL
++enable_so_iv_size_crypt_config_24199 iv_size crypt_config 0 24199 NULL
++enable_so_kernel_sendpage_fndecl_24200 kernel_sendpage fndecl 0 24200 NULL nohasharray
++enable_so_drop_unencrypted_local_info_24200 drop_unencrypted local_info 0 24200 &enable_so_kernel_sendpage_fndecl_24200
++enable_so_erase_size_falcon_spi_device_24212 erase_size falcon_spi_device 0 24212 NULL
++enable_so_size_drm_gem_object_24219 size drm_gem_object 0 24219 NULL
++enable_so_nilfs_segctor_wakeup_fndecl_24221 nilfs_segctor_wakeup fndecl 2 24221 NULL
++enable_so_stride_usbatm_channel_24224 stride usbatm_channel 0 24224 NULL
++enable_so_nid_free_nid_24229 nid free_nid 0 24229 NULL nohasharray
++enable_so_carl9170_cmd_buf_fndecl_24229 carl9170_cmd_buf fndecl 3 24229 &enable_so_nid_free_nid_24229
++enable_so_get_ramdisk_size_fndecl_24233 get_ramdisk_size fndecl 0 24233 NULL
++enable_so_udf_process_sequence_fndecl_24235 udf_process_sequence fndecl 2 24235 NULL
++enable_so_num_tx_queues_fm10k_intfc_24236 num_tx_queues fm10k_intfc 0 24236 NULL
++enable_so___nodes_weight_fndecl_24239 __nodes_weight fndecl 0 24239 NULL
++enable_so_vlan_qos_vlan_ioctl_args_24244 vlan_qos vlan_ioctl_args 0 24244 NULL nohasharray
++enable_so_qi_dqchunklen_xfs_quotainfo_24244 qi_dqchunklen xfs_quotainfo 0 24244 &enable_so_vlan_qos_vlan_ioctl_args_24244
++enable_so_inode_ext2_dir_entry_2_24254 inode ext2_dir_entry_2 0 24254 NULL
++enable_so_in_wm8994_fll_config_24259 in wm8994_fll_config 0 24259 NULL
++enable_so_width_vpe_q_data_24262 width vpe_q_data 0 24262 NULL
++enable_so_src_length_btrfs_ioctl_clone_range_args_24266 src_length btrfs_ioctl_clone_range_args 0 24266 NULL
++enable_so_buffer_start_nm256_24267 buffer_start nm256 0 24267 NULL
++enable_so_crtc_hblank_end_drm_display_mode_24268 crtc_hblank_end drm_display_mode 0 24268 NULL
++enable_so_usnic_ib_qp_grp_dump_hdr_fndecl_24270 usnic_ib_qp_grp_dump_hdr fndecl 2 24270 NULL
++enable_so_totalsize_microcode_header_intel_24274 totalsize microcode_header_intel 0 24274 NULL
++enable_so_blockshift_alauda_card_info_24288 blockshift alauda_card_info 0 24288 NULL
++enable_so_bop_delete_nilfs_bmap_operations_24290 bop_delete nilfs_bmap_operations 0 24290 NULL
++enable_so__do_truncate_fndecl_24296 _do_truncate fndecl 2 24296 NULL
++enable_so_sg_copy_buffer_fndecl_24297 sg_copy_buffer fndecl 0 24297 NULL
++enable_so_smk_write_cipso2_fndecl_24302 smk_write_cipso2 fndecl 3 24302 NULL
++enable_so_rf_our_slot_rcom_config_24309 rf_our_slot rcom_config 0 24309 NULL
++enable_so_hdlcdev_rx_fndecl_24310 hdlcdev_rx fndecl 3 24310 NULL nohasharray
++enable_so_pte_prefetch_gfn_to_pfn_fndecl_24310 pte_prefetch_gfn_to_pfn fndecl 2 24310 &enable_so_hdlcdev_rx_fndecl_24310 nohasharray
++enable_so_ocfs2_info_scan_inode_alloc_fndecl_24310 ocfs2_info_scan_inode_alloc fndecl 3 24310 &enable_so_pte_prefetch_gfn_to_pfn_fndecl_24310 nohasharray
++enable_so_num_entries__i2o_hrt_24310 num_entries _i2o_hrt 0 24310 &enable_so_ocfs2_info_scan_inode_alloc_fndecl_24310
++enable_so_udc_get_ppbdu_rxbytes_fndecl_24313 udc_get_ppbdu_rxbytes fndecl 0 24313 NULL nohasharray
++enable_so_dm_accept_partial_bio_fndecl_24313 dm_accept_partial_bio fndecl 2 24313 &enable_so_udc_get_ppbdu_rxbytes_fndecl_24313 nohasharray
++enable_so_io_apic_get_redir_entries_fndecl_24313 io_apic_get_redir_entries fndecl 0 24313 &enable_so_dm_accept_partial_bio_fndecl_24313
++enable_so_pch_udc_create_dma_chain_fndecl_24314 pch_udc_create_dma_chain fndecl 3 24314 NULL nohasharray
++enable_so_pstore_file_llseek_fndecl_24314 pstore_file_llseek fndecl 2 24314 &enable_so_pch_udc_create_dma_chain_fndecl_24314 nohasharray
++enable_so_curfreq_dsbr100_device_24314 curfreq dsbr100_device 0 24314 &enable_so_pstore_file_llseek_fndecl_24314
++enable_so_byte_per_page_nand_jedec_params_24315 byte_per_page nand_jedec_params 0 24315 NULL
++enable_so_remove_monitor_info_fndecl_24319 remove_monitor_info fndecl 3 24319 NULL
++enable_so_xennet_make_txreqs_fndecl_24328 xennet_make_txreqs fndecl 5-6 24328 NULL
++enable_so_zlib_deflate_workspacesize_fndecl_24330 zlib_deflate_workspacesize fndecl 0 24330 NULL
++enable_so_next_offset_ceph_file_info_24335 next_offset ceph_file_info 0 24335 NULL
++enable_so_in_iso_pipe_usbtest_dev_24336 in_iso_pipe usbtest_dev 0 24336 NULL
++enable_so_smp_send_cmd_fndecl_24339 smp_send_cmd fndecl 3 24339 NULL
++enable_so_flags_rtl8187_rx_hdr_24340 flags rtl8187_rx_hdr 0 24340 NULL
++enable_so_airo_change_mtu_fndecl_24345 airo_change_mtu fndecl 2 24345 NULL
++enable_so_stride_simplefb_params_24347 stride simplefb_params 0 24347 NULL
++enable_so_sd_inptrs_gfs2_sbd_24356 sd_inptrs gfs2_sbd 0 24356 NULL
++enable_so_start_isoc_chain_fndecl_24358 start_isoc_chain fndecl 4-2 24358 NULL
++enable_so_ieee_il3945_rate_info_24363 ieee il3945_rate_info 0 24363 NULL
++enable_so_ls_recover_size_lm_lockstruct_24365 ls_recover_size lm_lockstruct 0 24365 NULL
++enable_so_len_ath6kl_mgmt_buff_24368 len ath6kl_mgmt_buff 0 24368 NULL
++enable_so_fb_get_hfreq_fndecl_24369 fb_get_hfreq fndecl 0-1-2 24369 NULL
++enable_so_atr_len_cm4000_dev_24376 atr_len cm4000_dev 0 24376 NULL
++enable_so_sco_sock_setsockopt_fndecl_24379 sco_sock_setsockopt fndecl 5 24379 NULL
++enable_so_read_reg_c_can_priv_24389 read_reg c_can_priv 0 24389 NULL
++enable_so_demote_then_promote_fndecl_24392 demote_then_promote fndecl 5-3-4 24392 NULL
++enable_so_ext4_rename_dir_finish_fndecl_24394 ext4_rename_dir_finish fndecl 3 24394 NULL
++enable_so_msr_ct_atc_24401 msr ct_atc 0 24401 NULL
++enable_so_pvr2_hdw_get_cur_freq_fndecl_24402 pvr2_hdw_get_cur_freq fndecl 0 24402 NULL
++enable_so_max_frame_size_slgt_info_24405 max_frame_size slgt_info 0 24405 NULL
++enable_so_ocfs2_alloc_write_ctxt_fndecl_24406 ocfs2_alloc_write_ctxt fndecl 3 24406 NULL nohasharray
++enable_so_hfs_ext_find_block_fndecl_24406 hfs_ext_find_block fndecl 0 24406 &enable_so_ocfs2_alloc_write_ctxt_fndecl_24406
++enable_so_completed_vringh_24407 completed vringh 0 24407 NULL
++enable_so_max_scbs_hw_profile_24409 max_scbs hw_profile 0 24409 NULL
++enable_so_smk_write_load_self2_fndecl_24412 smk_write_load_self2 fndecl 3 24412 NULL
++enable_so_mtu_ArcProto_24415 mtu ArcProto 0 24415 NULL
++enable_so___percpu_ida_init_fndecl_24416 __percpu_ida_init fndecl 3 24416 NULL
++enable_so_mrst_lvds_clock_fndecl_24433 mrst_lvds_clock fndecl 1 24433 NULL nohasharray
++enable_so_ni_gpct_device_construct_fndecl_24433 ni_gpct_device_construct fndecl 5 24433 &enable_so_mrst_lvds_clock_fndecl_24433
++enable_so_init_cdrom_command_fndecl_24438 init_cdrom_command fndecl 3 24438 NULL
++enable_so_usHBlanking_Time__ATOM_DTD_FORMAT_24440 usHBlanking_Time _ATOM_DTD_FORMAT 0 24440 NULL
++enable_so_fuse_request_alloc_nofs_fndecl_24442 fuse_request_alloc_nofs fndecl 1 24442 NULL
++enable_so_dwTransferLength_wa_xfer_result_24445 dwTransferLength wa_xfer_result 0 24445 NULL
++enable_so_ptlrpc_lprocfs_nrs_seq_write_fndecl_24446 ptlrpc_lprocfs_nrs_seq_write fndecl 3 24446 NULL
++enable_so_s_last_pseg_nilfs_super_block_24457 s_last_pseg nilfs_super_block 0 24457 NULL nohasharray
++enable_so_ehash_mask_inet_hashinfo_24457 ehash_mask inet_hashinfo 0 24457 &enable_so_s_last_pseg_nilfs_super_block_24457
++enable_so_rtlwifi_rate_mapping_fndecl_24458 rtlwifi_rate_mapping fndecl 0 24458 NULL
++enable_so_wm8996_set_fll_fndecl_24459 wm8996_set_fll fndecl 4-5 24459 NULL
++enable_so_nvif_notify_new_fndecl_24460 nvif_notify_new fndecl 6-7 24460 NULL
++enable_so_drbd_bm_find_next_fndecl_24464 drbd_bm_find_next fndecl 2 24464 NULL nohasharray
++enable_so_cfs_hash_bkt_size_fndecl_24464 cfs_hash_bkt_size fndecl 0 24464 &enable_so_drbd_bm_find_next_fndecl_24464
++enable_so_remap_to_cache_fndecl_24467 remap_to_cache fndecl 3 24467 NULL
++enable_so_unlink_queued_fndecl_24470 unlink_queued fndecl 4-2-3 24470 NULL
++enable_so_rq_db_page_mthca_create_qp_24471 rq_db_page mthca_create_qp 0 24471 NULL
++enable_so_get_filter_fndecl_24472 get_filter fndecl 0 24472 NULL
++enable_so_qset_remove_urb_fndecl_24474 qset_remove_urb fndecl 4 24474 NULL nohasharray
++enable_so_st_max_sg_segs_vardecl_st_c_24474 st_max_sg_segs vardecl_st.c 0 24474 &enable_so_qset_remove_urb_fndecl_24474
++enable_so_WriteBlock_fndecl_24489 WriteBlock fndecl 3 24489 NULL
++enable_so_sensor_yres_em28xx_v4l2_24490 sensor_yres em28xx_v4l2 0 24490 NULL
++enable_so_len_ceph_crypto_key_24496 len ceph_crypto_key 0 24496 NULL
++enable_so_buf_sz_rx_info_24497 buf_sz rx_info 0 24497 NULL
++enable_so_default_priority_binder_proc_24499 default_priority binder_proc 0 24499 NULL
++enable_so_iwl_mvm_hwrate_to_tx_status_fndecl_24501 iwl_mvm_hwrate_to_tx_status fndecl 1 24501 NULL
++enable_so_sys_sendfile64_fndecl_24508 sys_sendfile64 fndecl 4 24508 NULL
++enable_so_long_frame_max_tx_count_ieee80211_conf_24509 long_frame_max_tx_count ieee80211_conf 0 24509 NULL
++enable_so_max_size_usb_fifo_24517 max_size usb_fifo 0 24517 NULL
++enable_so_size_firmware_24525 size firmware 0 24525 NULL nohasharray
++enable_so_sctp_setsockopt_peer_addr_params_fndecl_24525 sctp_setsockopt_peer_addr_params fndecl 3 24525 &enable_so_size_firmware_24525
++enable_so_rtl8169_try_rx_copy_fndecl_24530 rtl8169_try_rx_copy fndecl 3 24530 NULL
++enable_so_max_sgl_entries_vardecl_mpt3sas_base_c_24531 max_sgl_entries vardecl_mpt3sas_base.c 0 24531 NULL
++enable_so_dvb_video_write_fndecl_24545 dvb_video_write fndecl 3 24545 NULL
++enable_so_width_pcm_format_data_24546 width pcm_format_data 0 24546 NULL
++enable_so_xfs_xattr_set_fndecl_24547 xfs_xattr_set fndecl 4 24547 NULL
++enable_so_dir_band_bitmap_hpfs_super_block_24552 dir_band_bitmap hpfs_super_block 0 24552 NULL
++enable_so_log_len_vardecl_verifier_c_24556 log_len vardecl_verifier.c 0 24556 NULL
++enable_so_boot_size_il4965_firmware_pieces_24557 boot_size il4965_firmware_pieces 0 24557 NULL
++enable_so_ocfs2_test_inode_bit_fndecl_24558 ocfs2_test_inode_bit fndecl 2 24558 NULL
++enable_so_residual_count_se_cmd_24562 residual_count se_cmd 0 24562 NULL
++enable_so_blksize_nbd_device_24565 blksize nbd_device 0 24565 NULL
++enable_so_console_addr_brcmf_sdio_24567 console_addr brcmf_sdio 0 24567 NULL
++enable_so_ddp_set_map_fndecl_24572 ddp_set_map fndecl 4 24572 NULL
++enable_so_port_subport_cnt_ipath_portdata_24576 port_subport_cnt ipath_portdata 0 24576 NULL nohasharray
++enable_so_blk_extent_info_24576 blk extent_info 0 24576 &enable_so_port_subport_cnt_ipath_portdata_24576
++enable_so_kvm_cpu_get_interrupt_fndecl_24580 kvm_cpu_get_interrupt fndecl 0 24580 NULL
++enable_so_size_ceph_mds_caps_24581 size ceph_mds_caps 0 24581 NULL
++enable_so_pkt_size_gspca_dev_24583 pkt_size gspca_dev 0 24583 NULL
++enable_so_joydev_handle_JSIOCSBTNMAP_fndecl_24584 joydev_handle_JSIOCSBTNMAP fndecl 3 24584 NULL
++enable_so_tomoyo_scan_bprm_fndecl_24585 tomoyo_scan_bprm fndecl 2-4 24585 NULL
++enable_so_ebcnt_vardecl_oobtest_c_24588 ebcnt vardecl_oobtest.c 0 24588 NULL
++enable_so_chunk_shift_geom_24589 chunk_shift geom 0 24589 NULL
++enable_so_head_TxFifo_24599 head TxFifo 0 24599 NULL nohasharray
++enable_so_ea_size_l_fnode_24599 ea_size_l fnode 0 24599 &enable_so_head_TxFifo_24599
++enable_so_dsp_cmx_send_member_fndecl_24602 dsp_cmx_send_member fndecl 2 24602 NULL
++enable_so_root_level_kvm_mmu_24604 root_level kvm_mmu 0 24604 NULL
++enable_so_raid_disks_mddev_24609 raid_disks mddev 0 24609 NULL
++enable_so_datalen_ip_tunnel_prl_24610 datalen ip_tunnel_prl 0 24610 NULL
++enable_so_unix_bind_fndecl_24615 unix_bind fndecl 3 24615 NULL
++enable_so_irda_connect_indication_fndecl_24616 irda_connect_indication fndecl 4 24616 NULL
++enable_so_SyS_connect_fndecl_24617 SyS_connect fndecl 3 24617 NULL
++enable_so_ntfs_new_extent_inode_fndecl_24624 ntfs_new_extent_inode fndecl 2 24624 NULL
++enable_so_fs_path_add_fndecl_24627 fs_path_add fndecl 3 24627 NULL
++enable_so_qlcnic_process_rcv_diag_fndecl_24628 qlcnic_process_rcv_diag fndecl 3 24628 NULL
++enable_so_elan_i2c_read_block_fndecl_24636 elan_i2c_read_block fndecl 4 24636 NULL nohasharray
++enable_so_txq_depth_bnad_24636 txq_depth bnad 0 24636 &enable_so_elan_i2c_read_block_fndecl_24636
++enable_so_writeback_index_address_space_24643 writeback_index address_space 0 24643 NULL
++enable_so_data_mcp_cmd_response_24644 data mcp_cmd_response 0 24644 NULL
++enable_so_array_len_xdr_array2_desc_24652 array_len xdr_array2_desc 0 24652 NULL
++enable_so_cur_sg_ore_per_dev_state_24654 cur_sg ore_per_dev_state 0 24654 NULL
++enable_so_offset_musb_qh_24658 offset musb_qh 0 24658 NULL
++enable_so_lcd_hsync_dly_atyfb_par_24660 lcd_hsync_dly atyfb_par 0 24660 NULL
++enable_so_out_iso_pipe_usbtest_dev_24664 out_iso_pipe usbtest_dev 0 24664 NULL
++enable_so_spidev_read_fndecl_24668 spidev_read fndecl 3 24668 NULL nohasharray
++enable_so_uinput_str_to_user_fndecl_24668 uinput_str_to_user fndecl 3 24668 &enable_so_spidev_read_fndecl_24668
++enable_so_rx_pipe_brcmf_usbdev_info_24671 rx_pipe brcmf_usbdev_info 0 24671 NULL
++enable_so_src_width_tpg_data_24681 src_width tpg_data 0 24681 NULL nohasharray
++enable_so_arizona_calc_fll_fndecl_24681 arizona_calc_fll fndecl 3 24681 &enable_so_src_width_tpg_data_24681
++enable_so_i_prealloc_block_reiserfs_inode_info_24683 i_prealloc_block reiserfs_inode_info 0 24683 NULL
++enable_so_ocfs2_split_tree_fndecl_24695 ocfs2_split_tree fndecl 5 24695 NULL
++enable_so_transport_generic_map_mem_to_cmd_fndecl_24700 transport_generic_map_mem_to_cmd fndecl 3 24700 NULL
++enable_so_size_aper_size_info_16_24703 size aper_size_info_16 0 24703 NULL
++enable_so_block_ack_param_set_host_cmd_ds_11n_addba_rsp_24704 block_ack_param_set host_cmd_ds_11n_addba_rsp 0 24704 NULL
++enable_so_queue_depth_blk_mq_tag_set_24719 queue_depth blk_mq_tag_set 0 24719 NULL
++enable_so_qxl_ttm_tt_create_fndecl_24720 qxl_ttm_tt_create fndecl 2 24720 NULL
++enable_so_bfs_get_block_fndecl_24726 bfs_get_block fndecl 2 24726 NULL
++enable_so_digest_size_ccp_sha_def_24730 digest_size ccp_sha_def 0 24730 NULL
++enable_so_HiSax_readstatus_fndecl_24731 HiSax_readstatus fndecl 2 24731 NULL
++enable_so_svm_set_efer_fndecl_24733 svm_set_efer fndecl 2 24733 NULL
++enable_so_next_idtentry_24734 next idtentry 0 24734 NULL
++enable_so_shmem_undo_range_fndecl_24742 shmem_undo_range fndecl 2-3 24742 NULL
++enable_so_ud_putcs_fndecl_24751 ud_putcs fndecl 4 24751 NULL
++enable_so_vactive_lo_oaktrail_timing_info_24758 vactive_lo oaktrail_timing_info 0 24758 NULL nohasharray
++enable_so_data_dotdot_offset_xfs_dir_ops_24758 data_dotdot_offset xfs_dir_ops 0 24758 &enable_so_vactive_lo_oaktrail_timing_info_24758
++enable_so_n_ao_urbs_usbduxsigma_private_24760 n_ao_urbs usbduxsigma_private 0 24760 NULL
++enable_so_pending_deflate_state_24766 pending deflate_state 0 24766 NULL
++enable_so_xlog_state_switch_iclogs_fndecl_24782 xlog_state_switch_iclogs fndecl 3 24782 NULL
++enable_so_gx1_read_conf_reg_fndecl_24794 gx1_read_conf_reg fndecl 0 24794 NULL nohasharray
++enable_so_gnttab_expand_fndecl_24794 gnttab_expand fndecl 1 24794 &enable_so_gx1_read_conf_reg_fndecl_24794
++enable_so_afs_proc_rootcell_write_fndecl_24797 afs_proc_rootcell_write fndecl 3 24797 NULL
++enable_so_usHSyncWidth__ATOM_DTD_FORMAT_24801 usHSyncWidth _ATOM_DTD_FORMAT 0 24801 NULL
++enable_so_mprotect_fixup_fndecl_24803 mprotect_fixup fndecl 4-3 24803 NULL nohasharray
++enable_so_write_file_tx99_fndecl_24803 write_file_tx99 fndecl 3 24803 &enable_so_mprotect_fixup_fndecl_24803
++enable_so___read_extent_tree_block_fndecl_24804 __read_extent_tree_block fndecl 4 24804 NULL
++enable_so_num_q_vectors_i40e_vsi_24807 num_q_vectors i40e_vsi 0 24807 NULL
++enable_so_analog_ep_isoc_em28xx_24810 analog_ep_isoc em28xx 0 24810 NULL
++enable_so_media_entity_init_fndecl_24813 media_entity_init fndecl 4-2 24813 NULL
++enable_so_cdc_ncm_eth_hlen_fndecl_24814 cdc_ncm_eth_hlen fndecl 0 24814 NULL nohasharray
++enable_so_do_huge_pmd_numa_page_fndecl_24814 do_huge_pmd_numa_page fndecl 3 24814 &enable_so_cdc_ncm_eth_hlen_fndecl_24814
++enable_so_RxLastCount_via_ircc_cb_24815 RxLastCount via_ircc_cb 0 24815 NULL
++enable_so_readahead_cached_dev_24826 readahead cached_dev 0 24826 NULL
++enable_so_fq_codel_zalloc_fndecl_24833 fq_codel_zalloc fndecl 1 24833 NULL
++enable_so_param_size_preview_update_24836 param_size preview_update 0 24836 NULL
++enable_so_lprocfs_alloc_md_stats_fndecl_24846 lprocfs_alloc_md_stats fndecl 2 24846 NULL
++enable_so_acpi_ut_create_string_object_fndecl_24851 acpi_ut_create_string_object fndecl 1 24851 NULL nohasharray
++enable_so_wLength_usbdevfs_ctrltransfer_24851 wLength usbdevfs_ctrltransfer 0 24851 &enable_so_acpi_ut_create_string_object_fndecl_24851
++enable_so_pa_len_ext4_prealloc_space_24852 pa_len ext4_prealloc_space 0 24852 NULL
++enable_so_body_len_vardecl_initramfs_c_24853 body_len vardecl_initramfs.c 0 24853 NULL
++enable_so_usbhs_pipe_config_update_fndecl_24856 usbhs_pipe_config_update fndecl 4 24856 NULL
++enable_so_bgpio_init_fndecl_24861 bgpio_init fndecl 3 24861 NULL
++enable_so___videobuf_copy_to_user_fndecl_24876 __videobuf_copy_to_user fndecl 4 24876 NULL
++enable_so_x86_cache_alignment_cpuinfo_x86_24878 x86_cache_alignment cpuinfo_x86 0 24878 NULL
++enable_so_zone_count_sm_ftl_24881 zone_count sm_ftl 0 24881 NULL
++enable_so_add_atomic_switch_msr_fndecl_24883 add_atomic_switch_msr fndecl 3-4 24883 NULL
++enable_so_get_modalias_fndecl_24893 get_modalias fndecl 2 24893 NULL
++enable_so_i_truncate_size_ceph_inode_info_24902 i_truncate_size ceph_inode_info 0 24902 NULL
++enable_so_memweight_fndecl_24905 memweight fndecl 0 24905 NULL
++enable_so_io_limit_vardecl_at24_c_24907 io_limit vardecl_at24.c 0 24907 NULL
++enable_so_ceph_tcp_recvpage_fndecl_24910 ceph_tcp_recvpage fndecl 0 24910 NULL
++enable_so_len_fb_cmap_24911 len fb_cmap 0 24911 NULL
++enable_so_num_tx_queues_igb_adapter_24917 num_tx_queues igb_adapter 0 24917 NULL
++enable_so_tcp_mtu_to_mss_fndecl_24925 tcp_mtu_to_mss fndecl 2 24925 NULL
++enable_so_assign_eip_far_fndecl_24930 assign_eip_far fndecl 2 24930 NULL
++enable_so_current_area_pstore_24931 current_area pstore 0 24931 NULL
++enable_so_max_sectors_per_io_vardecl_megaraid_c_24934 max_sectors_per_io vardecl_megaraid.c 0 24934 NULL
++enable_so_launder_page_address_space_operations_24942 launder_page address_space_operations 0 24942 NULL
++enable_so_key_len_cfg80211_connect_params_24952 key_len cfg80211_connect_params 0 24952 NULL
++enable_so_vmalloc_fndecl_24955 vmalloc fndecl 1 24955 NULL nohasharray
++enable_so_size_video_still_picture_24955 size video_still_picture 0 24955 &enable_so_vmalloc_fndecl_24955
++enable_so_il_vfrontporch_v4l2_bt_timings_24960 il_vfrontporch v4l2_bt_timings 0 24960 NULL
++enable_so_nilfs_cpfile_clear_snapshot_fndecl_24964 nilfs_cpfile_clear_snapshot fndecl 2 24964 NULL
++enable_so_outmsg_len_hvutil_transport_24966 outmsg_len hvutil_transport 0 24966 NULL
++enable_so_accent_table_size_vardecl_24972 accent_table_size vardecl 0 24972 NULL
++enable_so_pppol2tp_sendmsg_fndecl_24975 pppol2tp_sendmsg fndecl 3 24975 NULL nohasharray
++enable_so_system_dir_blkno_ocfs2_super_24975 system_dir_blkno ocfs2_super 0 24975 &enable_so_pppol2tp_sendmsg_fndecl_24975
++enable_so_vringh_iov_pull_user_fndecl_24984 vringh_iov_pull_user fndecl 3 24984 NULL
++enable_so___clone_and_map_data_bio_fndecl_24985 __clone_and_map_data_bio fndecl 3 24985 NULL
++enable_so_dr_suballoc_bit_ocfs2_dx_root_block_24992 dr_suballoc_bit ocfs2_dx_root_block 0 24992 NULL
++enable_so_ql_process_mac_rx_page_fndecl_24996 ql_process_mac_rx_page fndecl 5-4 24996 NULL
++enable_so___rh_find_fndecl_24997 __rh_find fndecl 2 24997 NULL
++enable_so_jfs_extendfs_fndecl_25001 jfs_extendfs fndecl 3-2 25001 NULL
++enable_so_default_density_st_modedef_25006 default_density st_modedef 0 25006 NULL
++enable_so_xfrm_state_mtu_fndecl_25007 xfrm_state_mtu fndecl 0-2 25007 NULL
++enable_so_ifx_spi_write_fndecl_25016 ifx_spi_write fndecl 3 25016 NULL
++enable_so__rtl_usb_tx_urb_setup_fndecl_25024 _rtl_usb_tx_urb_setup fndecl 3 25024 NULL
++enable_so_vlan_cq_enet_rq_desc_25028 vlan cq_enet_rq_desc 0 25028 NULL
++enable_so_persistent_status_fndecl_25029 persistent_status fndecl 4 25029 NULL
++enable_so_crc_size_cas_25030 crc_size cas 0 25030 NULL
++enable_so_pagesize_nand_flash_dev_25033 pagesize nand_flash_dev 0 25033 NULL
++enable_so_bnx2fc_process_unsol_compl_fndecl_25035 bnx2fc_process_unsol_compl fndecl 2 25035 NULL
++enable_so_db_free_next_ocfs2_dir_block_trailer_25041 db_free_next ocfs2_dir_block_trailer 0 25041 NULL
++enable_so_stv0299_readregs_fndecl_25043 stv0299_readregs fndecl 4 25043 NULL
++enable_so_in_max_chans_snd_card_asihpi_25063 in_max_chans snd_card_asihpi 0 25063 NULL
++enable_so_ovl_alloc_entry_fndecl_25069 ovl_alloc_entry fndecl 1 25069 NULL
++enable_so_buffer_size_snd_compr_runtime_25072 buffer_size snd_compr_runtime 0 25072 NULL nohasharray
++enable_so_vme_user_write_fndecl_25072 vme_user_write fndecl 3 25072 &enable_so_buffer_size_snd_compr_runtime_25072
++enable_so_ocfs2_truncate_rec_fndecl_25080 ocfs2_truncate_rec fndecl 7 25080 NULL
++enable_so_transfer_snd_pcm_plugin_25081 transfer snd_pcm_plugin 0 25081 NULL
++enable_so_length_bus_request_25082 length bus_request 0 25082 NULL
++enable_so_id_count_ocfs2_inline_data_25084 id_count ocfs2_inline_data 0 25084 NULL nohasharray
++enable_so_k_offset_offset_v1_25084 k_offset offset_v1 0 25084 &enable_so_id_count_ocfs2_inline_data_25084
++enable_so_dwc3_prepare_one_trb_fndecl_25092 dwc3_prepare_one_trb fndecl 4 25092 NULL
++enable_so_coff_ddb_input_25097 coff ddb_input 0 25097 NULL
++enable_so_namelen_xfs_attr_sf_entry_25099 namelen xfs_attr_sf_entry 0 25099 NULL
++enable_so_num_pbls_ocrdma_hw_mr_25102 num_pbls ocrdma_hw_mr 0 25102 NULL
++enable_so_compat_sys_select_fndecl_25104 compat_sys_select fndecl 1 25104 NULL
++enable_so_vbi_height_au0828_dev_25107 vbi_height au0828_dev 0 25107 NULL
++enable_so_fsm_init_fndecl_25109 fsm_init fndecl 2 25109 NULL
++enable_so_blen_if_spi_packet_25117 blen if_spi_packet 0 25117 NULL
++enable_so_max_sge_ipath_rq_25132 max_sge ipath_rq 0 25132 NULL nohasharray
++enable_so_i40e_allocate_virt_mem_d_fndecl_25132 i40e_allocate_virt_mem_d fndecl 3 25132 &enable_so_max_sge_ipath_rq_25132
++enable_so_snd_interval_step_fndecl_25134 snd_interval_step fndecl 2 25134 NULL
++enable_so_mapping_level_fndecl_25135 mapping_level fndecl 0-2 25135 NULL nohasharray
++enable_so_gb_len_nfc_hci_dev_25135 gb_len nfc_hci_dev 0 25135 &enable_so_mapping_level_fndecl_25135
++enable_so_s_first_data_block_ext3_super_block_25141 s_first_data_block ext3_super_block 0 25141 NULL
++enable_so_hfreq___fb_timings_25142 hfreq __fb_timings 0 25142 NULL
++enable_so_ocfs2_init_xattr_bucket_fndecl_25146 ocfs2_init_xattr_bucket fndecl 2 25146 NULL
++enable_so_gnttab_alloc_pages_fndecl_25149 gnttab_alloc_pages fndecl 1 25149 NULL
++enable_so_SyS_pselect6_fndecl_25153 SyS_pselect6 fndecl 1 25153 NULL
++enable_so_numchips_cfi_private_25154 numchips cfi_private 0 25154 NULL
++enable_so_iopm_base_vardecl_svm_c_25155 iopm_base vardecl_svm.c 0 25155 NULL
++enable_so_create_table_fndecl_25158 create_table fndecl 2 25158 NULL
++enable_so_si476x_core_send_command_fndecl_25160 si476x_core_send_command fndecl 4-6 25160 NULL
++enable_so_max_transfer_size_mvumi_hba_25161 max_transfer_size mvumi_hba 0 25161 NULL
++enable_so_width_emmaprp_q_data_25163 width emmaprp_q_data 0 25163 NULL
++enable_so_s_writesize_logfs_super_25176 s_writesize logfs_super 0 25176 NULL
++enable_so_btrfs_create_repair_bio_fndecl_25181 btrfs_create_repair_bio fndecl 5 25181 NULL
++enable_so_heapstart_sis_video_info_25184 heapstart sis_video_info 0 25184 NULL
++enable_so_i40e_dbg_dump_read_fndecl_25188 i40e_dbg_dump_read fndecl 3 25188 NULL
++enable_so_il_dbgfs_disable_ht40_write_fndecl_25194 il_dbgfs_disable_ht40_write fndecl 3 25194 NULL
++enable_so_run_filter_fndecl_25196 run_filter fndecl 0-3 25196 NULL
++enable_so_iso_in_endp_ttusbir_25197 iso_in_endp ttusbir 0 25197 NULL nohasharray
++enable_so_SyS_fgetxattr_fndecl_25197 SyS_fgetxattr fndecl 4 25197 &enable_so_iso_in_endp_ttusbir_25197
++enable_so_do_shrink_fndecl_25198 do_shrink fndecl 3-2 25198 NULL
++enable_so_backing_dev_len_disk_conf_25199 backing_dev_len disk_conf 0 25199 NULL
++enable_so_ath9k_hw_ar9287_dump_eeprom_fndecl_25203 ath9k_hw_ar9287_dump_eeprom fndecl 4-5 25203 NULL nohasharray
++enable_so_size_ioc_sts_mv_dtd_25203 size_ioc_sts mv_dtd 0 25203 &enable_so_ath9k_hw_ar9287_dump_eeprom_fndecl_25203
++enable_so_ux500_regulator_debug_init_fndecl_25207 ux500_regulator_debug_init fndecl 3 25207 NULL
++enable_so_eth_get_headlen_fndecl_25213 eth_get_headlen fndecl 0-2 25213 NULL
++enable_so_ocfs2_xattr_bucket_value_truncate_fndecl_25220 ocfs2_xattr_bucket_value_truncate fndecl 4 25220 NULL
++enable_so_mirror_status_fndecl_25224 mirror_status fndecl 5 25224 NULL nohasharray
++enable_so_truncate_partial_data_page_fndecl_25224 truncate_partial_data_page fndecl 2 25224 &enable_so_mirror_status_fndecl_25224 nohasharray
++enable_so_account_fndecl_25224 account fndecl 0-4-2 25224 &enable_so_truncate_partial_data_page_fndecl_25224
++enable_so_nand_bch_init_fndecl_25227 nand_bch_init fndecl 3-2 25227 NULL
++enable_so_jumpshot_read_data_fndecl_25228 jumpshot_read_data fndecl 4 25228 NULL
++enable_so_validate_checkpoint_fndecl_25229 validate_checkpoint fndecl 2 25229 NULL
++enable_so_regcache_rbtree_insert_to_block_fndecl_25230 regcache_rbtree_insert_to_block fndecl 3-4 25230 NULL
++enable_so_max_dma_mask_efx_nic_type_25233 max_dma_mask efx_nic_type 0 25233 NULL
++enable_so_spy_number_iw_spy_data_25234 spy_number iw_spy_data 0 25234 NULL
++enable_so_offset_zatm_pool_info_25250 offset zatm_pool_info 0 25250 NULL
++enable_so_fpnum_omap3isp_ccdc_fpc_25254 fpnum omap3isp_ccdc_fpc 0 25254 NULL
++enable_so_of_property_read_string_helper_fndecl_25257 of_property_read_string_helper fndecl 0 25257 NULL
++enable_so_ar5523_cmd_fndecl_25261 ar5523_cmd fndecl 4 25261 NULL
++enable_so_start_page_swap_extent_25262 start_page swap_extent 0 25262 NULL nohasharray
++enable_so_first_cluster_group_blkno_ocfs2_super_25262 first_cluster_group_blkno ocfs2_super 0 25262 &enable_so_start_page_swap_extent_25262
++enable_so_stk_allocate_buffers_fndecl_25264 stk_allocate_buffers fndecl 2 25264 NULL
++enable_so_svc_create_fndecl_25270 svc_create fndecl 2 25270 NULL
++enable_so_register_count_acpi_gpe_block_info_25272 register_count acpi_gpe_block_info 0 25272 NULL
++enable_so_collapse_huge_page_fndecl_25281 collapse_huge_page fndecl 2 25281 NULL
++enable_so_dst_put_ci_fndecl_25284 dst_put_ci fndecl 3 25284 NULL
++enable_so_in_n_analog_pcm_runtime_25285 in_n_analog pcm_runtime 0 25285 NULL
++enable_so___install_special_mapping_fndecl_25286 __install_special_mapping fndecl 3-2 25286 NULL
++enable_so_ex_bn_extent_s_25293 ex_bn extent_s 0 25293 NULL
++enable_so_cropw_val_pvr2_hdw_25312 cropw_val pvr2_hdw 0 25312 NULL
++enable_so_fw_size_bcm203x_data_25314 fw_size bcm203x_data 0 25314 NULL
++enable_so_iommu_bus_base_vardecl_amd_gart_64_c_25315 iommu_bus_base vardecl_amd_gart_64.c 0 25315 NULL
++enable_so_width_deinterlace_q_data_25337 width deinterlace_q_data 0 25337 NULL
++enable_so_vc_init_fndecl_25338 vc_init fndecl 2-3 25338 NULL
++enable_so_enc_key_size_ecryptfs_key_record_25340 enc_key_size ecryptfs_key_record 0 25340 NULL nohasharray
++enable_so_bytesperline_zoran_v4l_settings_25340 bytesperline zoran_v4l_settings 0 25340 &enable_so_enc_key_size_ecryptfs_key_record_25340 nohasharray
++enable_so_xfs_inobt_lookup_fndecl_25340 xfs_inobt_lookup fndecl 2 25340 &enable_so_bytesperline_zoran_v4l_settings_25340
++enable_so_init_data_size_il4965_firmware_pieces_25346 init_data_size il4965_firmware_pieces 0 25346 NULL nohasharray
++enable_so_svc_meta_len_htc_conn_service_msg_25346 svc_meta_len htc_conn_service_msg 0 25346 &enable_so_init_data_size_il4965_firmware_pieces_25346
++enable_so_skb_add_rx_frag_fndecl_25355 skb_add_rx_frag fndecl 2-5-4 25355 NULL
++enable_so_determine_rate_clk_ops_25357 determine_rate clk_ops 0 25357 NULL nohasharray
++enable_so_spi_rd_buf_fndecl_25357 spi_rd_buf fndecl 4 25357 &enable_so_determine_rate_clk_ops_25357
++enable_so___mptctl_ioctl_fndecl_25360 __mptctl_ioctl fndecl 2 25360 NULL
++enable_so_bfs_move_block_fndecl_25369 bfs_move_block fndecl 1-2 25369 NULL
++enable_so_encode_string_fndecl_25371 encode_string fndecl 2 25371 NULL
++enable_so_sddr55_bulk_transport_fndecl_25377 sddr55_bulk_transport fndecl 4 25377 NULL nohasharray
++enable_so_mt312_write_fndecl_25377 mt312_write fndecl 4 25377 &enable_so_sddr55_bulk_transport_fndecl_25377
++enable_so_unix_dgram_recvmsg_fndecl_25379 unix_dgram_recvmsg fndecl 3 25379 NULL
++enable_so_bio_copy_kern_fndecl_25382 bio_copy_kern fndecl 3 25382 NULL
++enable_so_grefs_per_grant_frame_vardecl_grant_table_c_25386 grefs_per_grant_frame vardecl_grant-table.c 0 25386 NULL nohasharray
++enable_so_req_buf_size_f_uac1_opts_25386 req_buf_size f_uac1_opts 0 25386 &enable_so_grefs_per_grant_frame_vardecl_grant_table_c_25386
++enable_so_nr_channels_timb_dma_platform_data_25387 nr_channels timb_dma_platform_data 0 25387 NULL
++enable_so_tda18218_wr_regs_fndecl_25388 tda18218_wr_regs fndecl 4 25388 NULL
++enable_so_xlog_write_start_rec_fndecl_25394 xlog_write_start_rec fndecl 0 25394 NULL
++enable_so_brcmf_pcie_read_tcm16_fndecl_25401 brcmf_pcie_read_tcm16 fndecl 0 25401 NULL
++enable_so_metromem_dma_metronomefb_par_25407 metromem_dma metronomefb_par 0 25407 NULL
++enable_so_memblock_virt_alloc_try_nid_fndecl_25409 memblock_virt_alloc_try_nid fndecl 2-1 25409 NULL nohasharray
++enable_so_memsize_t4_cq_25409 memsize t4_cq 0 25409 &enable_so_memblock_virt_alloc_try_nid_fndecl_25409
++enable_so_snd_pcm_lib_read_transfer_fndecl_25411 snd_pcm_lib_read_transfer fndecl 5 25411 NULL
++enable_so_nr_valid_peri_dma_pl330_platdata_25412 nr_valid_peri dma_pl330_platdata 0 25412 NULL
++enable_so_entries_size_ebt_replace_kernel_25413 entries_size ebt_replace_kernel 0 25413 NULL
++enable_so_image_len_gspca_dev_25419 image_len gspca_dev 0 25419 NULL
++enable_so_find_rsb_fndecl_25421 find_rsb fndecl 3 25421 NULL
++enable_so_hw_value_ieee80211_rate_25430 hw_value ieee80211_rate 0 25430 NULL
++enable_so_num_bytes_btrfs_file_extent_item_25435 num_bytes btrfs_file_extent_item 0 25435 NULL
++enable_so_i2c_write_fndecl_25439 i2c_write fndecl 4 25439 NULL
++enable_so_alloc_vm_area_fndecl_25446 alloc_vm_area fndecl 1 25446 NULL
++enable_so_ds_nvme_lbaf_25461 ds nvme_lbaf 0 25461 NULL
++enable_so_tx_count_slgt_info_25462 tx_count slgt_info 0 25462 NULL
++enable_so_sddr09_send_scsi_command_fndecl_25467 sddr09_send_scsi_command fndecl 3 25467 NULL
++enable_so_size_user_regset_25473 size user_regset 0 25473 NULL nohasharray
++enable_so_viafb_vt1636_proc_write_fndecl_25473 viafb_vt1636_proc_write fndecl 3 25473 &enable_so_size_user_regset_25473
++enable_so_snd_pcm_oss_set_fragment_fndecl_25474 snd_pcm_oss_set_fragment fndecl 2 25474 NULL
++enable_so_chunk_sectors_mddev_25484 chunk_sectors mddev 0 25484 NULL
++enable_so_got_frame_fndecl_25487 got_frame fndecl 2 25487 NULL
++enable_so___get_data_block_fndecl_25493 __get_data_block fndecl 2 25493 NULL
++enable_so_rx_transfer_len_hif_device_usb_25494 rx_transfer_len hif_device_usb 0 25494 NULL nohasharray
++enable_so_next_cmd_len_sg_fd_25494 next_cmd_len sg_fd 0 25494 &enable_so_rx_transfer_len_hif_device_usb_25494
++enable_so_max_buckets_out_mpt_lan_priv_25498 max_buckets_out mpt_lan_priv 0 25498 NULL
++enable_so_count_seq_file_25501 count seq_file 0 25501 NULL
++enable_so_blk_init_tags_fndecl_25511 blk_init_tags fndecl 1 25511 NULL
++enable_so_SYSC_kexec_file_load_fndecl_25513 SYSC_kexec_file_load fndecl 3 25513 NULL
++enable_so_pppoe_recvmsg_fndecl_25514 pppoe_recvmsg fndecl 3 25514 NULL
++enable_so_blocks_fuse_attr_25517 blocks fuse_attr 0 25517 NULL
++enable_so_smk_write_unconfined_fndecl_25530 smk_write_unconfined fndecl 3 25530 NULL
++enable_so_screen_fb_size_vardecl_hyperv_fb_c_25531 screen_fb_size vardecl_hyperv_fb.c 0 25531 NULL
++enable_so_IOCRequestFrameSize_mpt2sas_facts_25540 IOCRequestFrameSize mpt2sas_facts 0 25540 NULL nohasharray
++enable_so_ioh_gpio_setup_fndecl_25540 ioh_gpio_setup fndecl 2 25540 &enable_so_IOCRequestFrameSize_mpt2sas_facts_25540
++enable_so_ipath_ibmaxlen_ipath_devdata_25555 ipath_ibmaxlen ipath_devdata 0 25555 NULL
++enable_so_width_efifb_dmi_info_25557 width efifb_dmi_info 0 25557 NULL
++enable_so_udf_extend_file_fndecl_25558 udf_extend_file fndecl 2 25558 NULL
++enable_so_max_beb_per1024_ubi_attach_req_25573 max_beb_per1024 ubi_attach_req 0 25573 NULL nohasharray
++enable_so_frame_length_sh_eth_rxdesc_25573 frame_length sh_eth_rxdesc 0 25573 &enable_so_max_beb_per1024_ubi_attach_req_25573
++enable_so_num_stations_iwl_priv_25574 num_stations iwl_priv 0 25574 NULL nohasharray
++enable_so_inode_set_bytes_fndecl_25574 inode_set_bytes fndecl 2 25574 &enable_so_num_stations_iwl_priv_25574
++enable_so_lpage_size_genwqe_sgl_25578 lpage_size genwqe_sgl 0 25578 NULL
++enable_so_bytes_per_pixel_usbvision_v4l2_format_st_25584 bytes_per_pixel usbvision_v4l2_format_st 0 25584 NULL
++enable_so_cifs_mapchar_fndecl_25586 cifs_mapchar fndecl 0 25586 NULL
++enable_so_s_partition_len_udf_part_map_25593 s_partition_len udf_part_map 0 25593 NULL
++enable_so_udelay_test_write_fndecl_25596 udelay_test_write fndecl 3 25596 NULL
++enable_so_max_cmd_sg_entries_ctlr_info_25601 max_cmd_sg_entries ctlr_info 0 25601 NULL
++enable_so_blkcipher_aead_walk_virt_block_fndecl_25612 blkcipher_aead_walk_virt_block fndecl 4 25612 NULL
++enable_so_matroxfb_test_and_set_rounding_fndecl_25619 matroxfb_test_and_set_rounding fndecl 0-2 25619 NULL nohasharray
++enable_so_size_hpi_message_header_25619 size hpi_message_header 0 25619 &enable_so_matroxfb_test_and_set_rounding_fndecl_25619
++enable_so_nfs4_xattr_get_nfs4_label_fndecl_25623 nfs4_xattr_get_nfs4_label fndecl 4 25623 NULL
++enable_so_status_xen_netif_rx_response_25634 status xen_netif_rx_response 0 25634 NULL
++enable_so_nfs_map_numeric_to_string_fndecl_25642 nfs_map_numeric_to_string fndecl 0 25642 NULL
++enable_so_profile_replace_fndecl_25647 profile_replace fndecl 3 25647 NULL nohasharray
++enable_so_snd_rawmidi_receive_fndecl_25647 snd_rawmidi_receive fndecl 3 25647 &enable_so_profile_replace_fndecl_25647
++enable_so_getxattr_inode_operations_25660 getxattr inode_operations 0 25660 NULL
++enable_so_min_bytes_needed_fndecl_25664 min_bytes_needed fndecl 0 25664 NULL
++enable_so_HWPartsNum_qinfo_chip_25666 HWPartsNum qinfo_chip 0 25666 NULL
++enable_so_nvme_trans_log_info_exceptions_fndecl_25670 nvme_trans_log_info_exceptions fndecl 3 25670 NULL
++enable_so_ieee80211_if_fmt_rc_rateidx_mask_2ghz_fndecl_25672 ieee80211_if_fmt_rc_rateidx_mask_2ghz fndecl 3 25672 NULL
++enable_so_hash_tcindex_data_25674 hash tcindex_data 0 25674 NULL
++enable_so_layout_mdp_superblock_s_25680 layout mdp_superblock_s 0 25680 NULL
++enable_so_usnic_vnic_dump_fndecl_25685 usnic_vnic_dump fndecl 3 25685 NULL
++enable_so_persistent_ram_ecc_string_fndecl_25699 persistent_ram_ecc_string fndecl 0 25699 NULL
++enable_so_xh_num_buckets_ocfs2_xattr_header_25701 xh_num_buckets ocfs2_xattr_header 0 25701 NULL
++enable_so_sysctl_numa_balancing_scan_size_vardecl_25704 sysctl_numa_balancing_scan_size vardecl 0 25704 NULL nohasharray
++enable_so_ir_post_altera_jtag_25704 ir_post altera_jtag 0 25704 &enable_so_sysctl_numa_balancing_scan_size_vardecl_25704
++enable_so_cmnd_out_ep_vub300_mmc_host_25705 cmnd_out_ep vub300_mmc_host 0 25705 NULL nohasharray
++enable_so_get_bio_block_fndecl_25705 get_bio_block fndecl 0 25705 &enable_so_cmnd_out_ep_vub300_mmc_host_25705
++enable_so_ntfs_file_fsync_fndecl_25706 ntfs_file_fsync fndecl 2 25706 NULL
++enable_so_max_cid_space_cnic_local_25708 max_cid_space cnic_local 0 25708 NULL
++enable_so___sector_request_25709 __sector request 0 25709 NULL
++enable_so_vfd_write_fndecl_25710 vfd_write fndecl 3 25710 NULL
++enable_so_buf_count_drm_buf_entry_25716 buf_count drm_buf_entry 0 25716 NULL
++enable_so_svc_max_payload_fndecl_25718 svc_max_payload fndecl 0 25718 NULL
++enable_so_data_cnt_adv_scsi_req_q_25725 data_cnt adv_scsi_req_q 0 25725 NULL nohasharray
++enable_so_SyS_fsetxattr_fndecl_25725 SyS_fsetxattr fndecl 4 25725 &enable_so_data_cnt_adv_scsi_req_q_25725
++enable_so_raid1_resize_fndecl_25735 raid1_resize fndecl 2 25735 NULL
++enable_so_res_cnt_common_sol_cqe_25739 res_cnt common_sol_cqe 0 25739 NULL
++enable_so_ms_read_copyblock_fndecl_25740 ms_read_copyblock fndecl 7 25740 NULL
++enable_so_ext4_da_map_blocks_fndecl_25744 ext4_da_map_blocks fndecl 2 25744 NULL
++enable_so_srv_max_reply_size_ptlrpc_service_25746 srv_max_reply_size ptlrpc_service 0 25746 NULL
++enable_so_iov_iter_kvec_fndecl_25747 iov_iter_kvec fndecl 5 25747 NULL
++enable_so_tics_vardecl_hfcpci_c_25752 tics vardecl_hfcpci.c 0 25752 NULL
++enable_so_burst_kirkwood_dma_data_25753 burst kirkwood_dma_data 0 25753 NULL
++enable_so_pvr2_i2c_write_fndecl_25754 pvr2_i2c_write fndecl 4 25754 NULL nohasharray
++enable_so___blk_end_request_fndecl_25754 __blk_end_request fndecl 3 25754 &enable_so_pvr2_i2c_write_fndecl_25754
++enable_so_buffer_size_command_25757 buffer_size command 0 25757 NULL
++enable_so_regmap_range_read_file_fndecl_25764 regmap_range_read_file fndecl 3 25764 NULL
++enable_so_max_memblock_type_25766 max memblock_type 0 25766 NULL
++enable_so_event_len_fanotify_event_metadata_25772 event_len fanotify_event_metadata 0 25772 NULL
++enable_so_btrfs_inode_extref_name_len_fndecl_25779 btrfs_inode_extref_name_len fndecl 0 25779 NULL
++enable_so_hpet_readl_fndecl_25794 hpet_readl fndecl 0 25794 NULL
++enable_so_pg_base_nfs_pgio_mirror_25798 pg_base nfs_pgio_mirror 0 25798 NULL
++enable_so_stolen_base_i915_gem_mm_25807 stolen_base i915_gem_mm 0 25807 NULL
++enable_so_edp_bpp_intel_vbt_data_25812 edp_bpp intel_vbt_data 0 25812 NULL
++enable_so_sgentry_align_brcmf_sdio_25813 sgentry_align brcmf_sdio 0 25813 NULL nohasharray
++enable_so_lf_depth_gfs2_leaf_25813 lf_depth gfs2_leaf 0 25813 &enable_so_sgentry_align_brcmf_sdio_25813
++enable_so_keys_proc_write_fndecl_25819 keys_proc_write fndecl 3 25819 NULL
++enable_so___kfifo_in_fndecl_25822 __kfifo_in fndecl 3-0 25822 NULL
++enable_so_ext4_kvmalloc_fndecl_25823 ext4_kvmalloc fndecl 1 25823 NULL
++enable_so_depth_cx25821_fmt_25832 depth cx25821_fmt 0 25832 NULL
++enable_so_cookie_offset_nfsd4_readdir_25834 cookie_offset nfsd4_readdir 0 25834 NULL
++enable_so_mmc_test_area_map_fndecl_25839 mmc_test_area_map fndecl 2 25839 NULL
++enable_so_start_cxgb4_range_25845 start cxgb4_range 0 25845 NULL
++enable_so_ric_ies_len_cfg80211_ft_event_params_25853 ric_ies_len cfg80211_ft_event_params 0 25853 NULL
++enable_so_do_tune_cpucache_fndecl_25855 do_tune_cpucache fndecl 3-4 25855 NULL
++enable_so_table_size_drm_ati_pcigart_info_25856 table_size drm_ati_pcigart_info 0 25856 NULL
++enable_so_hash_ipportnet4_expire_fndecl_25857 hash_ipportnet4_expire fndecl 4 25857 NULL
++enable_so_max_keysize_blkcipher_alg_25859 max_keysize blkcipher_alg 0 25859 NULL
++enable_so_num_sg_lists_vardecl_25860 num_sg_lists vardecl 0 25860 NULL
++enable_so_usVBlanking_Time__ATOM_DTD_FORMAT_25867 usVBlanking_Time _ATOM_DTD_FORMAT 0 25867 NULL
++enable_so_vlan_dev_change_mtu_fndecl_25871 vlan_dev_change_mtu fndecl 2 25871 NULL
++enable_so_buf_size_regmap_format_25880 buf_size regmap_format 0 25880 NULL
++enable_so_alloc_tx_struct_fndecl_25886 alloc_tx_struct fndecl 1 25886 NULL
++enable_so_sb_agblocks_xfs_sb_25887 sb_agblocks xfs_sb 0 25887 NULL
++enable_so_rangehigh_v4l2_hw_freq_seek_25892 rangehigh v4l2_hw_freq_seek 0 25892 NULL
++enable_so_i915_gem_batch_pool_get_fndecl_25893 i915_gem_batch_pool_get fndecl 2 25893 NULL
++enable_so_walk_page_range_fndecl_25894 walk_page_range fndecl 0 25894 NULL
++enable_so_vram_remap_vardecl_uvesafb_c_25907 vram_remap vardecl_uvesafb.c 0 25907 NULL
++enable_so_sit_blocks_sit_info_25908 sit_blocks sit_info 0 25908 NULL
++enable_so_root_resize_25911 root resize 0 25911 NULL
++enable_so_mtd_concat_create_fndecl_25923 mtd_concat_create fndecl 2 25923 NULL nohasharray
++enable_so_d40_pool_lli_alloc_fndecl_25923 d40_pool_lli_alloc fndecl 3 25923 &enable_so_mtd_concat_create_fndecl_25923
++enable_so_get_kcore_size_fndecl_25930 get_kcore_size fndecl 0 25930 NULL
++enable_so_ioat_ring_alloc_order_vardecl_25933 ioat_ring_alloc_order vardecl 0 25933 NULL
++enable_so_first_logical_byte_fndecl_25936 first_logical_byte fndecl 0 25936 NULL
++enable_so_smk_write_onlycap_fndecl_25939 smk_write_onlycap fndecl 3 25939 NULL
++enable_so___xfs_bmbt_get_all_fndecl_25952 __xfs_bmbt_get_all fndecl 2-1 25952 NULL
++enable_so_lro_xid_fc_lport_25953 lro_xid fc_lport 0 25953 NULL
++enable_so_cyttsp_spi_read_block_data_fndecl_25954 cyttsp_spi_read_block_data fndecl 4 25954 NULL
++enable_so_fib_info_hash_move_fndecl_25959 fib_info_hash_move fndecl 3 25959 NULL
++enable_so_len_xsd_sockmsg_25963 len xsd_sockmsg 0 25963 NULL
++enable_so_ieee802154_hdr_get_sechdr_fndecl_25965 ieee802154_hdr_get_sechdr fndecl 0 25965 NULL
++enable_so__iwl_dbgfs_sram_write_fndecl_25972 _iwl_dbgfs_sram_write fndecl 3 25972 NULL
++enable_so_tx_max_out_mpt_lan_priv_25974 tx_max_out mpt_lan_priv 0 25974 NULL
++enable_so_vscnprintf_fndecl_25984 vscnprintf fndecl 0 25984 NULL
++enable_so_ns_blocksize_bits_the_nilfs_25985 ns_blocksize_bits the_nilfs 0 25985 NULL
++enable_so_split_state_fndecl_25992 split_state fndecl 4 25992 NULL
++enable_so_vga_vram_size_vardecl_vgacon_c_25995 vga_vram_size vardecl_vgacon.c 0 25995 NULL
++enable_so_get_sum_page_fndecl_26000 get_sum_page fndecl 2 26000 NULL
++enable_so_mtrr_calc_range_state_fndecl_26002 mtrr_calc_range_state fndecl 3 26002 NULL
++enable_so_lustre_msg_size_v2_fndecl_26005 lustre_msg_size_v2 fndecl 0 26005 NULL
++enable_so_len_ieee_types_header_26006 len ieee_types_header 0 26006 NULL
++enable_so_udplite_getfrag_fndecl_26012 udplite_getfrag fndecl 4 26012 NULL
++enable_so_kvm_inject_realmode_interrupt_fndecl_26018 kvm_inject_realmode_interrupt fndecl 3 26018 NULL nohasharray
++enable_so_ufs_load_cylinder_fndecl_26018 ufs_load_cylinder fndecl 2 26018 &enable_so_kvm_inject_realmode_interrupt_fndecl_26018
++enable_so___gfs2_fallocate_fndecl_26035 __gfs2_fallocate fndecl 4-3 26035 NULL
++enable_so_psb_intel_crtc_clock_get_fndecl_26037 psb_intel_crtc_clock_get fndecl 0 26037 NULL nohasharray
++enable_so_btrfs_lookup_data_extent_fndecl_26037 btrfs_lookup_data_extent fndecl 3-2 26037 &enable_so_psb_intel_crtc_clock_get_fndecl_26037
++enable_so_EraseSize_NFTLrecord_26040 EraseSize NFTLrecord 0 26040 NULL
++enable_so_ll_recv_fndecl_26047 ll_recv fndecl 3 26047 NULL
++enable_so_iwlagn_hwrate_to_tx_control_fndecl_26049 iwlagn_hwrate_to_tx_control fndecl 2 26049 NULL
++enable_so_md_template_size_netxen_minidump_26050 md_template_size netxen_minidump 0 26050 NULL
++enable_so_picolcd_debug_eeprom_read_fndecl_26054 picolcd_debug_eeprom_read fndecl 3 26054 NULL
++enable_so__pcol_init_fndecl_26056 _pcol_init fndecl 2 26056 NULL
++enable_so_physical_for_dev_replace_scrub_copy_nocow_ctx_26059 physical_for_dev_replace scrub_copy_nocow_ctx 0 26059 NULL
++enable_so_dataflash_read_user_otp_fndecl_26075 dataflash_read_user_otp fndecl 3-2 26075 NULL nohasharray
++enable_so_ep0_write_fndecl_26075 ep0_write fndecl 3 26075 &enable_so_dataflash_read_user_otp_fndecl_26075
++enable_so_current_rate_il_scale_tbl_info_26077 current_rate il_scale_tbl_info 0 26077 NULL
++enable_so_fratio_arizona_fll_cfg_26082 fratio arizona_fll_cfg 0 26082 NULL
++enable_so_tx_bus_ifx_spi_device_26083 tx_bus ifx_spi_device 0 26083 NULL
++enable_so_remap_to_origin_then_cache_fndecl_26084 remap_to_origin_then_cache fndecl 4 26084 NULL
++enable_so_skb_buf_size_vmxnet3_adapter_26088 skb_buf_size vmxnet3_adapter 0 26088 NULL nohasharray
++enable_so___sw_hweight32_fndecl_26088 __sw_hweight32 fndecl 0 26088 &enable_so_skb_buf_size_vmxnet3_adapter_26088
++enable_so_vmci_transport_set_max_buffer_size_fndecl_26089 vmci_transport_set_max_buffer_size fndecl 2 26089 NULL
++enable_so_idmap_pipe_downcall_fndecl_26092 idmap_pipe_downcall fndecl 3 26092 NULL
++enable_so_qp_host_alloc_queue_fndecl_26101 qp_host_alloc_queue fndecl 1 26101 NULL
++enable_so_used_bytes_ubi_volume_26113 used_bytes ubi_volume 0 26113 NULL
++enable_so_log_store_fndecl_26118 log_store fndecl 8 26118 NULL
++enable_so_blk_limits_max_hw_sectors_fndecl_26121 blk_limits_max_hw_sectors fndecl 2 26121 NULL
++enable_so_maxflows_sfq_sched_data_26122 maxflows sfq_sched_data 0 26122 NULL
++enable_so_generic_update_time_fndecl_26133 generic_update_time fndecl 0 26133 NULL
++enable_so_ipwireless_ppp_mru_fndecl_26146 ipwireless_ppp_mru fndecl 0 26146 NULL
++enable_so_hid_register_report_fndecl_26154 hid_register_report fndecl 3 26154 NULL
++enable_so_sense_len_megasas_iocpacket_26161 sense_len megasas_iocpacket 0 26161 NULL
++enable_so_nfs4_xattr_set_nfs4_label_fndecl_26162 nfs4_xattr_set_nfs4_label fndecl 4 26162 NULL
++enable_so_fastListenDelay_ConfigRid_26165 fastListenDelay ConfigRid 0 26165 NULL
++enable_so_r_bitcnt_tiger_hw_26171 r_bitcnt tiger_hw 0 26171 NULL
++enable_so_src_sz_max_ce_attr_26172 src_sz_max ce_attr 0 26172 NULL
++enable_so_ci_buffer_size_dlm_config_info_26176 ci_buffer_size dlm_config_info 0 26176 NULL
++enable_so_iscsi_create_endpoint_fndecl_26186 iscsi_create_endpoint fndecl 1 26186 NULL
++enable_so_video_vsize_solo_dev_26188 video_vsize solo_dev 0 26188 NULL
++enable_so_level_guest_walkerEPT_26190 level guest_walkerEPT 0 26190 NULL
++enable_so_len_ext4_encrypted_symlink_data_26199 len ext4_encrypted_symlink_data 0 26199 NULL
++enable_so_et131x_change_mtu_fndecl_26203 et131x_change_mtu fndecl 2 26203 NULL
++enable_so_SYSC_setdomainname_fndecl_26207 SYSC_setdomainname fndecl 2 26207 NULL
++enable_so_data_len_kernel_ipmi_msg_26209 data_len kernel_ipmi_msg 0 26209 NULL nohasharray
++enable_so_aic_common_of_init_fndecl_26209 aic_common_of_init fndecl 4 26209 &enable_so_data_len_kernel_ipmi_msg_26209
++enable_so_s_log_zone_size_isofs_sb_info_26211 s_log_zone_size isofs_sb_info 0 26211 NULL
++enable_so_dev_cnt_usnic_uiom_pd_26213 dev_cnt usnic_uiom_pd 0 26213 NULL
++enable_so_hfsplus_submit_bio_fndecl_26217 hfsplus_submit_bio fndecl 2 26217 NULL
++enable_so_ufx_handle_damage_fndecl_26219 ufx_handle_damage fndecl 5-4 26219 NULL nohasharray
++enable_so_dr_post_altera_jtag_26219 dr_post altera_jtag 0 26219 &enable_so_ufx_handle_damage_fndecl_26219
++enable_so_blk_queue_init_tags_fndecl_26227 blk_queue_init_tags fndecl 2 26227 NULL
++enable_so_match_length_deflate_state_26231 match_length deflate_state 0 26231 NULL
++enable_so_can_gather_numa_stats_fndecl_26254 can_gather_numa_stats fndecl 3 26254 NULL
++enable_so_iwl_dbgfs_sram_write_fndecl_26260 iwl_dbgfs_sram_write fndecl 3 26260 NULL
++enable_so_den_snd_ratden_26264 den snd_ratden 0 26264 NULL
++enable_so_check_pages_isolated_fndecl_26267 check_pages_isolated fndecl 0 26267 NULL
++enable_so_fw_realloc_buffer_fndecl_26275 fw_realloc_buffer fndecl 2 26275 NULL
++enable_so_width_stk1160_26279 width stk1160 0 26279 NULL nohasharray
++enable_so_n_hdlc_tty_write_fndecl_26279 n_hdlc_tty_write fndecl 4 26279 &enable_so_width_stk1160_26279
++enable_so_simple_io_fndecl_26280 simple_io fndecl 4 26280 NULL nohasharray
++enable_so_sys_connect_fndecl_26280 sys_connect fndecl 3 26280 &enable_so_simple_io_fndecl_26280
++enable_so_send_write_fndecl_26285 send_write fndecl 6-5 26285 NULL
++enable_so_tx_data_length_hso_serial_26287 tx_data_length hso_serial 0 26287 NULL
++enable_so_wacom_led_putimage_fndecl_26291 wacom_led_putimage fndecl 4 26291 NULL
++enable_so_hub_port_connect_fndecl_26292 hub_port_connect fndecl 2 26292 NULL
++enable_so_members_count_dlm_space_26293 members_count dlm_space 0 26293 NULL
++enable_so_channels_snd_pcm_runtime_26297 channels snd_pcm_runtime 0 26297 NULL nohasharray
++enable_so_xskip_mt9t031_26297 xskip mt9t031 0 26297 &enable_so_channels_snd_pcm_runtime_26297
++enable_so_model_data_size_oxygen_model_26304 model_data_size oxygen_model 0 26304 NULL
++enable_so_at25_mem_read_fndecl_26314 at25_mem_read fndecl 3-4 26314 NULL
++enable_so_drxdap_fasi_write_block_fndecl_26315 drxdap_fasi_write_block fndecl 3 26315 NULL
++enable_so_irlan_connect_indication_fndecl_26316 irlan_connect_indication fndecl 5 26316 NULL nohasharray
++enable_so_parent_btrfs_delayed_tree_ref_26316 parent btrfs_delayed_tree_ref 0 26316 &enable_so_irlan_connect_indication_fndecl_26316
++enable_so_sys32_truncate64_fndecl_26330 sys32_truncate64 fndecl 2-3 26330 NULL nohasharray
++enable_so_ocfs2_read_refcount_block_fndecl_26330 ocfs2_read_refcount_block fndecl 2 26330 &enable_so_sys32_truncate64_fndecl_26330
++enable_so_omap_dump_tlb_entries_fndecl_26334 omap_dump_tlb_entries fndecl 3 26334 NULL
++enable_so_fcoe_ctlr_send_keep_alive_fndecl_26335 fcoe_ctlr_send_keep_alive fndecl 3 26335 NULL
++enable_so_maxchild_usb_device_26337 maxchild usb_device 0 26337 NULL
++enable_so_alloc_ring_fndecl_26338 alloc_ring fndecl 2-4 26338 NULL
++enable_so_ept_prefetch_gpte_fndecl_26343 ept_prefetch_gpte fndecl 4 26343 NULL
++enable_so_blkdev_readpages_fndecl_26350 blkdev_readpages fndecl 4 26350 NULL nohasharray
++enable_so_hugetlbfs_pagecache_present_fndecl_26350 hugetlbfs_pagecache_present fndecl 3 26350 &enable_so_blkdev_readpages_fndecl_26350
++enable_so___ocfs2_remove_xattr_range_fndecl_26353 __ocfs2_remove_xattr_range fndecl 3-5-4 26353 NULL
++enable_so_ioread16_fndecl_26365 ioread16 fndecl 0 26365 NULL nohasharray
++enable_so_scsi_eh_prep_cmnd_fndecl_26365 scsi_eh_prep_cmnd fndecl 5 26365 &enable_so_ioread16_fndecl_26365
++enable_so_max_mthca_alloc_26367 max mthca_alloc 0 26367 NULL
++enable_so_xpnet_send_fndecl_26368 xpnet_send fndecl 3-4 26368 NULL nohasharray
++enable_so_ts_tsid_gru_thread_state_26368 ts_tsid gru_thread_state 0 26368 &enable_so_xpnet_send_fndecl_26368
++enable_so_buffer_length_TAG_TW_Ioctl_Driver_Command_26369 buffer_length TAG_TW_Ioctl_Driver_Command 0 26369 NULL
++enable_so_blocksize_qce_ablkcipher_def_26370 blocksize qce_ablkcipher_def 0 26370 NULL
++enable_so_ac_last_group_ocfs2_alloc_context_26384 ac_last_group ocfs2_alloc_context 0 26384 NULL
++enable_so_dccp_sendmsg_fndecl_26385 dccp_sendmsg fndecl 3 26385 NULL
++enable_so_mrp_attr_create_fndecl_26390 mrp_attr_create fndecl 3 26390 NULL
++enable_so_lcd_write_fndecl_26394 lcd_write fndecl 3 26394 NULL nohasharray
++enable_so___krealloc_fndecl_26394 __krealloc fndecl 2 26394 &enable_so_lcd_write_fndecl_26394
++enable_so_get_user_cpu_mask_fndecl_26398 get_user_cpu_mask fndecl 2 26398 NULL
++enable_so_convert_ctx_access_bpf_verifier_ops_26399 convert_ctx_access bpf_verifier_ops 0 26399 NULL
++enable_so_omap_hwmod_count_resources_fndecl_26400 omap_hwmod_count_resources fndecl 0 26400 NULL nohasharray
++enable_so_ea_init_fndecl_26400 ea_init fndecl 5 26400 &enable_so_omap_hwmod_count_resources_fndecl_26400
++enable_so_xhci_giveback_urb_in_irq_fndecl_26403 xhci_giveback_urb_in_irq fndecl 3 26403 NULL
++enable_so_netlbl_catmap_walk_fndecl_26405 netlbl_catmap_walk fndecl 0-2 26405 NULL
++enable_so_height_drm_mode_create_dumb_26406 height drm_mode_create_dumb 0 26406 NULL
++enable_so_residualByteCnt_status_entry_26414 residualByteCnt status_entry 0 26414 NULL
++enable_so_krealloc_fndecl_26415 krealloc fndecl 2 26415 NULL
++enable_so_dma_generic_free_coherent_fndecl_26416 dma_generic_free_coherent fndecl 2 26416 NULL
++enable_so_crtc_htotal_drm_display_mode_26418 crtc_htotal drm_display_mode 0 26418 NULL
++enable_so_f2fs_map_bh_fndecl_26421 f2fs_map_bh fndecl 2 26421 NULL
++enable_so_acpi_os_allocate_fndecl_26431 acpi_os_allocate fndecl 1 26431 NULL
++enable_so_wtmax_nfs_fsinfo_26434 wtmax nfs_fsinfo 0 26434 NULL
++enable_so_packets_snd_urb_ctx_26437 packets snd_urb_ctx 0 26437 NULL
++enable_so_map_capacity_cw1200_queue_stats_26439 map_capacity cw1200_queue_stats 0 26439 NULL
++enable_so_ocfs2_expand_nonsparse_inode_fndecl_26443 ocfs2_expand_nonsparse_inode fndecl 4-3 26443 NULL
++enable_so_compute_pipe_count_kgd2kfd_shared_resources_26445 compute_pipe_count kgd2kfd_shared_resources 0 26445 NULL
++enable_so_sierra_net_change_mtu_fndecl_26446 sierra_net_change_mtu fndecl 2 26446 NULL nohasharray
++enable_so_max_req_size_mmc_host_26446 max_req_size mmc_host 0 26446 &enable_so_sierra_net_change_mtu_fndecl_26446
++enable_so_size_aper_size_info_fixed_26447 size aper_size_info_fixed 0 26447 NULL
++enable_so_qp_memcpy_to_queue_iov_fndecl_26456 qp_memcpy_to_queue_iov fndecl 5-2 26456 NULL nohasharray
++enable_so___arch_hweight64_fndecl_26456 __arch_hweight64 fndecl 0 26456 &enable_so_qp_memcpy_to_queue_iov_fndecl_26456
++enable_so_usbat_bulk_read_fndecl_26469 usbat_bulk_read fndecl 3 26469 NULL
++enable_so_tpg_reset_source_fndecl_26472 tpg_reset_source fndecl 2-3 26472 NULL
++enable_so_pbufsctxt_qib_devdata_26473 pbufsctxt qib_devdata 0 26473 NULL
++enable_so_nr_kioctx_table_26477 nr kioctx_table 0 26477 NULL
++enable_so_len_seq_buf_26481 len seq_buf 0 26481 NULL
++enable_so_page_cache_next_hole_fndecl_26482 page_cache_next_hole fndecl 0-2 26482 NULL
++enable_so_max_osd_ceph_osdmap_26483 max_osd ceph_osdmap 0 26483 NULL
++enable_so_queue_cnt_fndecl_26484 queue_cnt fndecl 0 26484 NULL
++enable_so_count_xfs_dir2_sf_hdr_26486 count xfs_dir2_sf_hdr 0 26486 NULL
++enable_so_setup_max_cpus_vardecl_26488 setup_max_cpus vardecl 0 26488 NULL
++enable_so_pa_lstart_ext4_prealloc_space_26493 pa_lstart ext4_prealloc_space 0 26493 NULL
++enable_so_socket_recvmsg_security_operations_26495 socket_recvmsg security_operations 0 26495 NULL nohasharray
++enable_so_videobuf_read_stream_fndecl_26495 videobuf_read_stream fndecl 3 26495 &enable_so_socket_recvmsg_security_operations_26495
++enable_so_remap_and_issue_overwrite_fndecl_26499 remap_and_issue_overwrite fndecl 3 26499 NULL
++enable_so_mce_flush_rx_buffer_fndecl_26515 mce_flush_rx_buffer fndecl 2 26515 NULL
++enable_so_setkey_fndecl_26520 setkey fndecl 3 26520 NULL
++enable_so_vmap_fndecl_26530 vmap fndecl 2 26530 NULL
++enable_so_sync_buf_offs_pvr2_ioread_26534 sync_buf_offs pvr2_ioread 0 26534 NULL
++enable_so_myri10ge_max_slices_vardecl_myri10ge_c_26536 myri10ge_max_slices vardecl_myri10ge.c 0 26536 NULL
++enable_so_npages_kvm_memory_slot_26541 npages kvm_memory_slot 0 26541 NULL
++enable_so_nfsd_drc_max_mem_vardecl_26544 nfsd_drc_max_mem vardecl 0 26544 NULL nohasharray
++enable_so_sctp_setsockopt_default_sndinfo_fndecl_26544 sctp_setsockopt_default_sndinfo fndecl 3 26544 &enable_so_nfsd_drc_max_mem_vardecl_26544
++enable_so_il4965_rs_move_legacy_other_fndecl_26556 il4965_rs_move_legacy_other fndecl 5 26556 NULL
++enable_so_ieee80211_aes_gcm_encrypt_fndecl_26559 ieee80211_aes_gcm_encrypt fndecl 5 26559 NULL
++enable_so_maxdepth_sfq_sched_data_26560 maxdepth sfq_sched_data 0 26560 NULL
++enable_so_cld_pipe_downcall_fndecl_26561 cld_pipe_downcall fndecl 3 26561 NULL
++enable_so_fifo_blocks_vxge_hw_fifo_config_26565 fifo_blocks vxge_hw_fifo_config 0 26565 NULL
++enable_so_br_change_mtu_fndecl_26571 br_change_mtu fndecl 2 26571 NULL
++enable_so_wMaxSegmentSize_usb_cdc_mbim_desc_26572 wMaxSegmentSize usb_cdc_mbim_desc 0 26572 NULL
++enable_so_nfs4_write_cached_acl_fndecl_26573 nfs4_write_cached_acl fndecl 4 26573 NULL
++enable_so_sd_log_flush_head_gfs2_sbd_26577 sd_log_flush_head gfs2_sbd 0 26577 NULL
++enable_so_s_reserved_gdt_blocks_ext3_super_block_26580 s_reserved_gdt_blocks ext3_super_block 0 26580 NULL
++enable_so_read_tree_block_fndecl_26587 read_tree_block fndecl 2 26587 NULL
++enable_so_add_delayed_ref_head_fndecl_26595 add_delayed_ref_head fndecl 4-5 26595 NULL
++enable_so_tx_desc_count_xgbe_prv_data_26603 tx_desc_count xgbe_prv_data 0 26603 NULL
++enable_so_UMAsize_sis_video_info_26611 UMAsize sis_video_info 0 26611 NULL
++enable_so_data_out_ep_vub300_mmc_host_26618 data_out_ep vub300_mmc_host 0 26618 NULL
++enable_so_airspy_convert_stream_fndecl_26619 airspy_convert_stream fndecl 0-4 26619 NULL
++enable_so_usb_rh_urb_dequeue_fndecl_26620 usb_rh_urb_dequeue fndecl 3 26620 NULL
++enable_so_smscore_load_firmware_family2_fndecl_26621 smscore_load_firmware_family2 fndecl 3 26621 NULL
++enable_so_hub_port_connect_change_fndecl_26625 hub_port_connect_change fndecl 2 26625 NULL
++enable_so_data_len_ipmi_msg_26626 data_len ipmi_msg 0 26626 NULL
++enable_so_l2_fhdr_pkt_len_l2_fhdr_26630 l2_fhdr_pkt_len l2_fhdr 0 26630 NULL nohasharray
++enable_so_cache_write_fndecl_26630 cache_write fndecl 3 26630 &enable_so_l2_fhdr_pkt_len_l2_fhdr_26630
++enable_so_mpt_lan_receive_post_turbo_fndecl_26635 mpt_lan_receive_post_turbo fndecl 2 26635 NULL
++enable_so_qxl_draw_dirty_fb_fndecl_26636 qxl_draw_dirty_fb fndecl 7 26636 NULL
++enable_so_i40e_change_mtu_fndecl_26637 i40e_change_mtu fndecl 2 26637 NULL
++enable_so_h_length_dlm_header_26639 h_length dlm_header 0 26639 NULL
++enable_so_len_tda10071_cmd_26641 len tda10071_cmd 0 26641 NULL nohasharray
++enable_so_fh_size_knfsd_fh_26641 fh_size knfsd_fh 0 26641 &enable_so_len_tda10071_cmd_26641
++enable_so_sys_madvise_fndecl_26642 sys_madvise fndecl 2-1 26642 NULL nohasharray
++enable_so_size_drm_global_reference_26642 size drm_global_reference 0 26642 &enable_so_sys_madvise_fndecl_26642
++enable_so_n_namesz_elf64_note_26646 n_namesz elf64_note 0 26646 NULL
++enable_so_spi_populate_width_msg_fndecl_26651 spi_populate_width_msg fndecl 0 26651 NULL
++enable_so_nr_recvmsg_fndecl_26658 nr_recvmsg fndecl 3 26658 NULL
++enable_so_jbd2_journal_begin_ordered_truncate_fndecl_26661 jbd2_journal_begin_ordered_truncate fndecl 3 26661 NULL
++enable_so_sys32_sync_file_range_fndecl_26667 sys32_sync_file_range fndecl 2-3 26667 NULL
++enable_so_hdlc_change_mtu_fndecl_26672 hdlc_change_mtu fndecl 2 26672 NULL
++enable_so_oobsize_mtd_info_26683 oobsize mtd_info 0 26683 NULL
++enable_so_blk_msg_write_fndecl_26692 blk_msg_write fndecl 3 26692 NULL
++enable_so_rx_buff_len_amd8111e_priv_26693 rx_buff_len amd8111e_priv 0 26693 NULL
++enable_so_i8xx_clock_fndecl_26699 i8xx_clock fndecl 1 26699 NULL nohasharray
++enable_so_raw_request_hid_ll_driver_26699 raw_request hid_ll_driver 0 26699 &enable_so_i8xx_clock_fndecl_26699
++enable_so_gfs2_ilookup_fndecl_26702 gfs2_ilookup fndecl 2 26702 NULL
++enable_so_packet_snd_fndecl_26705 packet_snd fndecl 3 26705 NULL
++enable_so_musb_ep_program_fndecl_26707 musb_ep_program fndecl 7 26707 NULL
++enable_so_x509_extract_name_segment_fndecl_26716 x509_extract_name_segment fndecl 5 26716 NULL
++enable_so_i915_gem_obj_ggtt_offset_view_fndecl_26723 i915_gem_obj_ggtt_offset_view fndecl 0 26723 NULL
++enable_so_max_transfer_size_rndis_init_c_26725 max_transfer_size rndis_init_c 0 26725 NULL
++enable_so_fuse_copy_pages_fndecl_26731 fuse_copy_pages fndecl 2 26731 NULL
++enable_so_ocfs2_xattr_set_handle_fndecl_26732 ocfs2_xattr_set_handle fndecl 7 26732 NULL
++enable_so_cache_downcall_fndecl_26737 cache_downcall fndecl 3 26737 NULL
++enable_so_xfs_filestream_lookup_ag_fndecl_26744 xfs_filestream_lookup_ag fndecl 0 26744 NULL nohasharray
++enable_so_add_index_fndecl_26744 add_index fndecl 0 26744 &enable_so_xfs_filestream_lookup_ag_fndecl_26744
++enable_so_block_size_befs_sb_info_26751 block_size befs_sb_info 0 26751 NULL
++enable_so_len_osd_sg_entry_26755 len osd_sg_entry 0 26755 NULL
++enable_so_xlog_find_verify_cycle_fndecl_26760 xlog_find_verify_cycle fndecl 2 26760 NULL
++enable_so_num_phys_expander_device_26765 num_phys expander_device 0 26765 NULL
++enable_so_tipc_send_stream_fndecl_26771 tipc_send_stream fndecl 3 26771 NULL
++enable_so_hb_size_hashbin_t_26779 hb_size hashbin_t 0 26779 NULL nohasharray
++enable_so_fw_iso_buffer_alloc_fndecl_26779 fw_iso_buffer_alloc fndecl 2 26779 &enable_so_hb_size_hashbin_t_26779
++enable_so_tcp_init_tso_segs_fndecl_26788 tcp_init_tso_segs fndecl 3 26788 NULL
++enable_so_audit_unpack_string_fndecl_26791 audit_unpack_string fndecl 3 26791 NULL
++enable_so_ocfs2_cache_block_dealloc_fndecl_26800 ocfs2_cache_block_dealloc fndecl 6-5-4 26800 NULL
++enable_so_sge_cnt_rdma_iu_26802 sge_cnt rdma_iu 0 26802 NULL
++enable_so_dsbr100_setfreq_fndecl_26808 dsbr100_setfreq fndecl 2 26808 NULL
++enable_so_fb_sys_read_fndecl_26817 fb_sys_read fndecl 3 26817 NULL
++enable_so_ramdisk_image_setup_header_26821 ramdisk_image setup_header 0 26821 NULL nohasharray
++enable_so_do_read_fault_fndecl_26821 do_read_fault fndecl 3-5 26821 &enable_so_ramdisk_image_setup_header_26821
++enable_so_qlcnic_max_rings_fndecl_26823 qlcnic_max_rings fndecl 0-2 26823 NULL
++enable_so_l2tp_ip_recvmsg_fndecl_26826 l2tp_ip_recvmsg fndecl 3 26826 NULL
++enable_so_vma_commit_reservation_fndecl_26827 vma_commit_reservation fndecl 3 26827 NULL
++enable_so_ath6kl_mgmt_powersave_ap_fndecl_26828 ath6kl_mgmt_powersave_ap fndecl 6 26828 NULL
++enable_so_bEndpointAddress_usb_endpoint_descriptor_26829 bEndpointAddress usb_endpoint_descriptor 0 26829 NULL
++enable_so_vc_screenbuf_size_vc_data_26832 vc_screenbuf_size vc_data 0 26832 NULL
++enable_so_header_sectors_per_block_partition_26836 header_sectors_per_block partition 0 26836 NULL
++enable_so_at24_write_fndecl_26838 at24_write fndecl 4-3 26838 NULL nohasharray
++enable_so_hint_root_dm_cache_metadata_26838 hint_root dm_cache_metadata 0 26838 &enable_so_at24_write_fndecl_26838
++enable_so_size_sram_reserve_26839 size sram_reserve 0 26839 NULL
++enable_so_ipath_sdma_descq_cnt_ipath_devdata_26843 ipath_sdma_descq_cnt ipath_devdata 0 26843 NULL
++enable_so_offset_resource_entry_26851 offset resource_entry 0 26851 NULL
++enable_so_random_read_fndecl_26852 random_read fndecl 3 26852 NULL
++enable_so____mei_cl_send_fndecl_26862 ___mei_cl_send fndecl 3 26862 NULL
++enable_so_hsi_register_board_info_fndecl_26863 hsi_register_board_info fndecl 2 26863 NULL
++enable_so_osd_req_add_get_attr_page_fndecl_26866 osd_req_add_get_attr_page fndecl 4 26866 NULL
++enable_so_dlc_usb_8dev_rx_msg_26873 dlc usb_8dev_rx_msg 0 26873 NULL
++enable_so_mwifiex_sdio_card_to_host_mp_aggr_fndecl_26877 mwifiex_sdio_card_to_host_mp_aggr fndecl 2 26877 NULL
++enable_so_dev_bytenr_btrfsic_block_data_ctx_26882 dev_bytenr btrfsic_block_data_ctx 0 26882 NULL nohasharray
++enable_so_sym_set_cam_result_error_fndecl_26882 sym_set_cam_result_error fndecl 3 26882 &enable_so_dev_bytenr_btrfsic_block_data_ctx_26882
++enable_so_head_floppy_struct_26890 head floppy_struct 0 26890 NULL
++enable_so_agno_xfs_alloc_arg_26892 agno xfs_alloc_arg 0 26892 NULL
++enable_so_find_get_pages_contig_fndecl_26902 find_get_pages_contig fndecl 0 26902 NULL
++enable_so_raid_disks_r5conf_26904 raid_disks r5conf 0 26904 NULL
++enable_so_reexecute_instruction_fndecl_26906 reexecute_instruction fndecl 2 26906 NULL
++enable_so_ctx_len_xfrm_user_sec_ctx_26911 ctx_len xfrm_user_sec_ctx 0 26911 NULL
++enable_so_port_event_fndecl_26912 port_event fndecl 2 26912 NULL
++enable_so_num_slots_rtsx_pcr_26914 num_slots rtsx_pcr 0 26914 NULL
++enable_so_hscx_empty_fifo_fndecl_26915 hscx_empty_fifo fndecl 2 26915 NULL
++enable_so_edma_prep_slave_sg_fndecl_26917 edma_prep_slave_sg fndecl 3 26917 NULL
++enable_so_get_wep_key_fndecl_26919 get_wep_key fndecl 4 26919 NULL nohasharray
++enable_so_cache_ctr_fndecl_26919 cache_ctr fndecl 2 26919 &enable_so_get_wep_key_fndecl_26919
++enable_so_value_cat_datum_26920 value cat_datum 0 26920 NULL
++enable_so_to_skip_sd_26922 to_skip sd 0 26922 NULL
++enable_so_dst_bytes_x86_instruction_info_26935 dst_bytes x86_instruction_info 0 26935 NULL
++enable_so_granularity_vx_ibl_info_26939 granularity vx_ibl_info 0 26939 NULL
++enable_so_il4965_pass_packet_to_mac80211_fndecl_26945 il4965_pass_packet_to_mac80211 fndecl 3 26945 NULL
++enable_so_br_vlan_set_default_pvid_fndecl_26946 br_vlan_set_default_pvid fndecl 2 26946 NULL nohasharray
++enable_so_chunk_size_drxk_config_26946 chunk_size drxk_config 0 26946 &enable_so_br_vlan_set_default_pvid_fndecl_26946
++enable_so_stripe_set_idx_fndecl_26948 stripe_set_idx fndecl 1 26948 NULL
++enable_so_bulk_out_endp_ttusbir_26955 bulk_out_endp ttusbir 0 26955 NULL
++enable_so_sky2_receive_fndecl_26956 sky2_receive fndecl 2 26956 NULL
++enable_so_carl9170_rx_untie_data_fndecl_26958 carl9170_rx_untie_data fndecl 3 26958 NULL
++enable_so_bulk_in_ep_bfusb_data_26959 bulk_in_ep bfusb_data 0 26959 NULL
++enable_so_cfpkt_extr_trail_fndecl_26960 cfpkt_extr_trail fndecl 3 26960 NULL
++enable_so_iso_sched_alloc_fndecl_26962 iso_sched_alloc fndecl 1 26962 NULL
++enable_so_len_hidraw_report_26966 len hidraw_report 0 26966 NULL
++enable_so_bt_sock_recvmsg_fndecl_26967 bt_sock_recvmsg fndecl 3 26967 NULL
++enable_so_lov_mds_md_size_fndecl_26975 lov_mds_md_size fndecl 1-0 26975 NULL
++enable_so_brk_mm_struct_26976 brk mm_struct 0 26976 NULL
++enable_so_ctrl_out_pipe_hfcusb_data_26981 ctrl_out_pipe hfcusb_data 0 26981 NULL
++enable_so_num_waitchks_drm_tegra_submit_26983 num_waitchks drm_tegra_submit 0 26983 NULL
++enable_so___tipc_send_stream_fndecl_26990 __tipc_send_stream fndecl 3 26990 NULL
++enable_so_address_length_acpi_address64_attribute_26992 address_length acpi_address64_attribute 0 26992 NULL
++enable_so_delete_empty_dnode_fndecl_26994 delete_empty_dnode fndecl 2 26994 NULL
++enable_so_ser_write_chunk_vardecl_caif_serial_c_26999 ser_write_chunk vardecl_caif_serial.c 0 26999 NULL
++enable_so_netxen_alloc_sds_rings_fndecl_27002 netxen_alloc_sds_rings fndecl 2 27002 NULL
++enable_so_task_array_size_cnic_local_27004 task_array_size cnic_local 0 27004 NULL
++enable_so_nfs4_set_security_label_fndecl_27018 nfs4_set_security_label fndecl 3 27018 NULL
++enable_so_ath6kl_cfg80211_connect_event_fndecl_27024 ath6kl_cfg80211_connect_event fndecl 7 27024 NULL
++enable_so_sctp_setsockopt_peer_primary_addr_fndecl_27027 sctp_setsockopt_peer_primary_addr fndecl 3 27027 NULL
++enable_so___bufio_new_fndecl_27029 __bufio_new fndecl 2 27029 NULL
++enable_so_size_vfio_dma_27034 size vfio_dma 0 27034 NULL
++enable_so_read_capacity_16_fndecl_27039 read_capacity_16 fndecl 0 27039 NULL
++enable_so_data_read_fndecl_27045 data_read fndecl 3 27045 NULL
++enable_so_remains_vardecl_initramfs_c_27049 remains vardecl_initramfs.c 0 27049 NULL
++enable_so_brcmf_sdiod_ramrw_fndecl_27055 brcmf_sdiod_ramrw fndecl 5-3 27055 NULL
++enable_so_z_decompress_fndecl_27072 z_decompress fndecl 5-3 27072 NULL
++enable_so_bm_init_fndecl_27082 bm_init fndecl 2 27082 NULL
++enable_so_file_size_perf_mmap_event_27090 file_size perf_mmap_event 0 27090 NULL
++enable_so_num_counters_compat_arpt_replace_27091 num_counters compat_arpt_replace 0 27091 NULL
++enable_so_core_status_fndecl_27096 core_status fndecl 4 27096 NULL
++enable_so_smk_write_mapped_fndecl_27100 smk_write_mapped fndecl 3 27100 NULL
++enable_so_ab8500_hwreg_write_fndecl_27104 ab8500_hwreg_write fndecl 3 27104 NULL
++enable_so___btrfs_alloc_chunk_fndecl_27105 __btrfs_alloc_chunk fndecl 3 27105 NULL nohasharray
++enable_so_i_suballoc_bit_ocfs2_dinode_27105 i_suballoc_bit ocfs2_dinode 0 27105 &enable_so___btrfs_alloc_chunk_fndecl_27105
++enable_so_lastctxt_piobuf_qib_devdata_27106 lastctxt_piobuf qib_devdata 0 27106 NULL
++enable_so___rpm_callback_fndecl_27107 __rpm_callback fndecl 0 27107 NULL
++enable_so_hash_net4_expire_fndecl_27108 hash_net4_expire fndecl 4 27108 NULL
++enable_so_gpa_gfn_to_hva_cache_27125 gpa gfn_to_hva_cache 0 27125 NULL
++enable_so_mwifiex_sdio_card_to_host_fndecl_27127 mwifiex_sdio_card_to_host fndecl 4 27127 NULL nohasharray
++enable_so_non_atomic_pte_lookup_fndecl_27127 non_atomic_pte_lookup fndecl 2 27127 &enable_so_mwifiex_sdio_card_to_host_fndecl_27127
++enable_so_pd_count_ocrdma_alloc_pd_range_rsp_27128 pd_count ocrdma_alloc_pd_range_rsp 0 27128 NULL
++enable_so_addr_page_to_node_27130 addr page_to_node 0 27130 NULL
++enable_so_smp_cmd_sign_info_fndecl_27131 smp_cmd_sign_info fndecl 0 27131 NULL
++enable_so_sys32_fadvise64_fndecl_27136 sys32_fadvise64 fndecl 2-3 27136 NULL
++enable_so_mtu_rfcomm_dlc_27139 mtu rfcomm_dlc 0 27139 NULL nohasharray
++enable_so_do_proc_readlink_fndecl_27139 do_proc_readlink fndecl 3 27139 &enable_so_mtu_rfcomm_dlc_27139
++enable_so_rx_ps_bsize0_e1000_adapter_27144 rx_ps_bsize0 e1000_adapter 0 27144 NULL
++enable_so_compat_sys_pselect6_fndecl_27146 compat_sys_pselect6 fndecl 1 27146 NULL
++enable_so_nilfs_attach_checkpoint_fndecl_27152 nilfs_attach_checkpoint fndecl 2 27152 NULL
++enable_so__nfs4_proc_readdir_fndecl_27153 _nfs4_proc_readdir fndecl 5 27153 NULL
++enable_so_dgram_recvmsg_fndecl_27155 dgram_recvmsg fndecl 3 27155 NULL
++enable_so_len_nf_ct_ext_type_27159 len nf_ct_ext_type 0 27159 NULL
++enable_so_bbRcvSizeLsb_csp_27167 bbRcvSizeLsb csp 0 27167 NULL
++enable_so_len_rdesc0_27169 len rdesc0 0 27169 NULL
++enable_so_cow_start_ocfs2_cow_context_27171 cow_start ocfs2_cow_context 0 27171 NULL
++enable_so_e100_change_mtu_fndecl_27180 e100_change_mtu fndecl 2 27180 NULL
++enable_so_compat_sys_ftruncate_fndecl_27189 compat_sys_ftruncate fndecl 2 27189 NULL
++enable_so_brcmf_sdio_bus_txctl_fndecl_27192 brcmf_sdio_bus_txctl fndecl 3 27192 NULL
++enable_so_write_tty_operations_27198 write tty_operations 0 27198 NULL nohasharray
++enable_so_caif_stream_recvmsg_fndecl_27198 caif_stream_recvmsg fndecl 3 27198 &enable_so_write_tty_operations_27198
++enable_so_ccp_alloc_ksb_fndecl_27204 ccp_alloc_ksb fndecl 2 27204 NULL
++enable_so_cfs_hash_rehash_bits_fndecl_27208 cfs_hash_rehash_bits fndecl 0 27208 NULL
++enable_so_print_input_mask_fndecl_27211 print_input_mask fndecl 0-3 27211 NULL
++enable_so_block_size_scsi_tape_27212 block_size scsi_tape 0 27212 NULL
++enable_so_num_prior_parent_snaps_ceph_mds_snap_realm_27215 num_prior_parent_snaps ceph_mds_snap_realm 0 27215 NULL
++enable_so_sdio_memcpy_fromio_fndecl_27218 sdio_memcpy_fromio fndecl 4 27218 NULL
++enable_so_sym_prepare_nego_fndecl_27219 sym_prepare_nego fndecl 0 27219 NULL
++enable_so_em_canid_change_fndecl_27221 em_canid_change fndecl 3 27221 NULL
++enable_so_arm_db_page_mthca_create_cq_27227 arm_db_page mthca_create_cq 0 27227 NULL
++enable_so_iwl_store_ucode_sec_fndecl_27235 iwl_store_ucode_sec fndecl 4 27235 NULL
++enable_so_qib_cfgctxts_vardecl_27236 qib_cfgctxts vardecl 0 27236 NULL nohasharray
++enable_so_acks_winsz_rxrpc_call_27236 acks_winsz rxrpc_call 0 27236 &enable_so_qib_cfgctxts_vardecl_27236
++enable_so_do_splice_fndecl_27239 do_splice fndecl 5 27239 NULL
++enable_so_hfsplus_brec_find_fndecl_27243 hfsplus_brec_find fndecl 0 27243 NULL
++enable_so_sisusb_recv_bulk_msg_fndecl_27246 sisusb_recv_bulk_msg fndecl 3-2 27246 NULL
++enable_so_ocfs2_xattr_value_truncate_fndecl_27252 ocfs2_xattr_value_truncate fndecl 3 27252 NULL nohasharray
++enable_so_zoneshift_alauda_card_info_27252 zoneshift alauda_card_info 0 27252 &enable_so_ocfs2_xattr_value_truncate_fndecl_27252
++enable_so_datafab_read_data_fndecl_27257 datafab_read_data fndecl 4 27257 NULL
++enable_so_mx_sb_len_sg_io_hdr_27261 mx_sb_len sg_io_hdr 0 27261 NULL
++enable_so_inode_to_path_fndecl_27272 inode_to_path fndecl 1 27272 NULL
++enable_so_ieee80211_if_write_uapsd_max_sp_len_fndecl_27274 ieee80211_if_write_uapsd_max_sp_len fndecl 3 27274 NULL
++enable_so_bios_hardcoded_edid_size_amdgpu_mode_info_27277 bios_hardcoded_edid_size amdgpu_mode_info 0 27277 NULL
++enable_so_netxen_process_rcv_fndecl_27279 netxen_process_rcv fndecl 4 27279 NULL
++enable_so___nvme_alloc_iod_fndecl_27289 __nvme_alloc_iod fndecl 1-2 27289 NULL
++enable_so_sys_kexec_load_fndecl_27293 sys_kexec_load fndecl 2 27293 NULL
++enable_so_pd_size_blkcg_policy_27297 pd_size blkcg_policy 0 27297 NULL
++enable_so_sector_r10bio_27298 sector r10bio 0 27298 NULL
++enable_so_ath6kl_connect_event_fndecl_27304 ath6kl_connect_event fndecl 7 27304 NULL
++enable_so_cifs_strict_fsync_fndecl_27308 cifs_strict_fsync fndecl 2 27308 NULL
++enable_so_nrelocs_radeon_cs_parser_27313 nrelocs radeon_cs_parser 0 27313 NULL
++enable_so_sctp_recvmsg_fndecl_27314 sctp_recvmsg fndecl 3 27314 NULL
++enable_so_btrfs_token_file_extent_ram_bytes_fndecl_27316 btrfs_token_file_extent_ram_bytes fndecl 0 27316 NULL
++enable_so_long_retry_rt2x00_dev_27317 long_retry rt2x00_dev 0 27317 NULL nohasharray
++enable_so_chunk_sectors_r5conf_27317 chunk_sectors r5conf 0 27317 &enable_so_long_retry_rt2x00_dev_27317
++enable_so_dma_declare_coherent_memory_fndecl_27319 dma_declare_coherent_memory fndecl 4 27319 NULL
++enable_so_memblock_alloc_range_nid_fndecl_27321 memblock_alloc_range_nid fndecl 2-1 27321 NULL
++enable_so_will_overwrite_ref_fndecl_27327 will_overwrite_ref fndecl 2 27327 NULL
++enable_so_rr_status_fndecl_27334 rr_status fndecl 5 27334 NULL
++enable_so_write_buffer_fndecl_27339 write_buffer fndecl 2-0 27339 NULL
++enable_so_sndbuf_tun_struct_27345 sndbuf tun_struct 0 27345 NULL
++enable_so_snd_seq_oss_readq_new_fndecl_27352 snd_seq_oss_readq_new fndecl 2 27352 NULL
++enable_so_pix_format_set_size_fndecl_27356 pix_format_set_size fndecl 3-4 27356 NULL
++enable_so_static_data_priv_len_wl1271_27357 static_data_priv_len wl1271 0 27357 NULL
++enable_so_n_mcgrps_genl_family_27362 n_mcgrps genl_family 0 27362 NULL
++enable_so_find_new_extents_fndecl_27368 find_new_extents fndecl 5 27368 NULL
++enable_so_channels_pda_pa_curve_data_27369 channels pda_pa_curve_data 0 27369 NULL
++enable_so_num_altsetting_usb_interface_27371 num_altsetting usb_interface 0 27371 NULL
++enable_so_keyed_hash_fndecl_27379 keyed_hash fndecl 0-2 27379 NULL
++enable_so_send_chown_fndecl_27382 send_chown fndecl 2 27382 NULL
++enable_so_dwNtbOutMaxSize_usb_cdc_ncm_ntb_parameters_27384 dwNtbOutMaxSize usb_cdc_ncm_ntb_parameters 0 27384 NULL
++enable_so_msg_namelen_msghdr_27389 msg_namelen msghdr 0 27389 NULL
++enable_so_rs_get_lower_rate_fndecl_27394 rs_get_lower_rate fndecl 3 27394 NULL nohasharray
++enable_so_frame_size_audioformat_27394 frame_size audioformat 0 27394 &enable_so_rs_get_lower_rate_fndecl_27394
++enable_so_ccid_kmem_cache_create_fndecl_27397 ccid_kmem_cache_create fndecl 1 27397 NULL
++enable_so_evdev_ioctl_compat_fndecl_27400 evdev_ioctl_compat fndecl 2 27400 NULL
++enable_so_enc_pools_insert_fndecl_27402 enc_pools_insert fndecl 3 27402 NULL
++enable_so_m_bsize_xfs_mount_27405 m_bsize xfs_mount 0 27405 NULL
++enable_so_max_payload_rpc_xprt_27408 max_payload rpc_xprt 0 27408 NULL
++enable_so_rts_threshold_ipw_priv_27416 rts_threshold ipw_priv 0 27416 NULL
++enable_so_bucket_table_alloc_fndecl_27422 bucket_table_alloc fndecl 2 27422 NULL nohasharray
++enable_so_qce_ahash_hmac_setkey_fndecl_27422 qce_ahash_hmac_setkey fndecl 3 27422 &enable_so_bucket_table_alloc_fndecl_27422
++enable_so_dst_frames_snd_pcm_plugin_27424 dst_frames snd_pcm_plugin 0 27424 NULL nohasharray
++enable_so_service_name_len_nfc_llcp_sock_27424 service_name_len nfc_llcp_sock 0 27424 &enable_so_dst_frames_snd_pcm_plugin_27424
++enable_so_ad9523_read_fndecl_27434 ad9523_read fndecl 2 27434 NULL
++enable_so_qp_memcpy_to_queue_fndecl_27437 qp_memcpy_to_queue fndecl 5-2 27437 NULL
++enable_so_regmap_spi_async_write_fndecl_27439 regmap_spi_async_write fndecl 3-5 27439 NULL
++enable_so_produce_size_vmci_qp_alloc_info_vmvm_27440 produce_size vmci_qp_alloc_info_vmvm 0 27440 NULL
++enable_so_radeon_vm_block_size_vardecl_27445 radeon_vm_block_size vardecl 0 27445 NULL
++enable_so_gdlm_recover_done_fndecl_27452 gdlm_recover_done fndecl 4 27452 NULL
++enable_so_compat_ip_setsockopt_fndecl_27453 compat_ip_setsockopt fndecl 5 27453 NULL
++enable_so_hsync_offset_lo_oaktrail_timing_info_27455 hsync_offset_lo oaktrail_timing_info 0 27455 NULL nohasharray
++enable_so_set_offset_v2_k_type_fndecl_27455 set_offset_v2_k_type fndecl 2 27455 &enable_so_hsync_offset_lo_oaktrail_timing_info_27455
++enable_so_nilfs_bmap_do_truncate_fndecl_27459 nilfs_bmap_do_truncate fndecl 0 27459 NULL
++enable_so_xfs_dir3_data_init_fndecl_27460 xfs_dir3_data_init fndecl 2 27460 NULL
++enable_so_io_opt_queue_limits_27462 io_opt queue_limits 0 27462 NULL
++enable_so_uar_page_sz_mlx4_init_hca_param_27465 uar_page_sz mlx4_init_hca_param 0 27465 NULL
++enable_so_is_inode_existent_fndecl_27466 is_inode_existent fndecl 2 27466 NULL
++enable_so_max_slots_nfs4_slot_table_27470 max_slots nfs4_slot_table 0 27470 NULL
++enable_so_size_btrfs_ioctl_ino_path_args_27477 size btrfs_ioctl_ino_path_args 0 27477 NULL
++enable_so_seg0_blkaddr_f2fs_sm_info_27483 seg0_blkaddr f2fs_sm_info 0 27483 NULL
++enable_so_kim_int_recv_fndecl_27486 kim_int_recv fndecl 3 27486 NULL
++enable_so_status_udc_data_dma_27488 status udc_data_dma 0 27488 NULL
++enable_so_local_nentries_xpc_channel_27489 local_nentries xpc_channel 0 27489 NULL
++enable_so_ocfs2_xa_value_truncate_fndecl_27495 ocfs2_xa_value_truncate fndecl 2 27495 NULL
++enable_so_rq_size_srpt_rdma_ch_27500 rq_size srpt_rdma_ch 0 27500 NULL
++enable_so_rx_buf_size_bnx2x_fastpath_27506 rx_buf_size bnx2x_fastpath 0 27506 NULL
++enable_so_stripe_len_map_lookup_27512 stripe_len map_lookup 0 27512 NULL
++enable_so_eeprom_size_netdev_private_27532 eeprom_size netdev_private 0 27532 NULL
++enable_so_dvb_demux_read_fndecl_27534 dvb_demux_read fndecl 3 27534 NULL
++enable_so_hlen_raw6_frag_vec_27535 hlen raw6_frag_vec 0 27535 NULL
++enable_so_hsr_dev_change_mtu_fndecl_27537 hsr_dev_change_mtu fndecl 2 27537 NULL
++enable_so_snd_pcm_plug_slave_size_fndecl_27548 snd_pcm_plug_slave_size fndecl 2 27548 NULL
++enable_so_writeset_tree_root_era_metadata_27555 writeset_tree_root era_metadata 0 27555 NULL nohasharray
++enable_so_remap_and_issue_fndecl_27555 remap_and_issue fndecl 3 27555 &enable_so_writeset_tree_root_era_metadata_27555
++enable_so_sddr09_write_data_fndecl_27565 sddr09_write_data fndecl 3-2 27565 NULL
++enable_so__wm8993_set_fll_fndecl_27571 _wm8993_set_fll fndecl 4-5 27571 NULL
++enable_so_disabled_cpus_vardecl_27577 disabled_cpus vardecl 0 27577 NULL
++enable_so_count_cxgbi_task_data_27578 count cxgbi_task_data 0 27578 NULL
++enable_so_nregions_vhost_memory_27586 nregions vhost_memory 0 27586 NULL
++enable_so_pci_add_ext_cap_save_buffer_fndecl_27587 pci_add_ext_cap_save_buffer fndecl 3 27587 NULL
++enable_so_dvb_usercopy_fndecl_27591 dvb_usercopy fndecl 2 27591 NULL
++enable_so_ipath_init_ibmaxlen_ipath_devdata_27595 ipath_init_ibmaxlen ipath_devdata 0 27595 NULL
++enable_so_dmi_format_ids_fndecl_27601 dmi_format_ids fndecl 2 27601 NULL
++enable_so_btrfs_get_blocks_direct_fndecl_27603 btrfs_get_blocks_direct fndecl 2 27603 NULL
++enable_so_get_sb_block_fndecl_27604 get_sb_block fndecl 0 27604 NULL
++enable_so_iscsi_create_flashnode_conn_fndecl_27605 iscsi_create_flashnode_conn fndecl 4 27605 NULL
++enable_so__rtl92s_firmware_downloadcode_fndecl_27606 _rtl92s_firmware_downloadcode fndecl 3 27606 NULL
++enable_so_packet_length_gl_packet_27608 packet_length gl_packet 0 27608 NULL nohasharray
++enable_so_EraseSize_INFTLrecord_27608 EraseSize INFTLrecord 0 27608 &enable_so_packet_length_gl_packet_27608
++enable_so_read_isac_isac_27627 read_isac isac 0 27627 NULL
++enable_so_data_length_se_cmd_27629 data_length se_cmd 0 27629 NULL
++enable_so_btrfs_search_dir_index_item_fndecl_27630 btrfs_search_dir_index_item fndecl 3 27630 NULL
++enable_so_ieee80211_if_fmt_aid_fndecl_27636 ieee80211_if_fmt_aid fndecl 3 27636 NULL
++enable_so_bsize_videobuf_buffer_27645 bsize videobuf_buffer 0 27645 NULL
++enable_so_nvkm_event_init_fndecl_27654 nvkm_event_init fndecl 2-3 27654 NULL
++enable_so_period_frames_usb_stream_config_27656 period_frames usb_stream_config 0 27656 NULL
++enable_so_WriteRegs_fndecl_27658 WriteRegs fndecl 4 27658 NULL
++enable_so_authsize_aead_tfm_27666 authsize aead_tfm 0 27666 NULL
++enable_so_short_retry_limit_ipw2100_priv_27671 short_retry_limit ipw2100_priv 0 27671 NULL
++enable_so_kvm_setup_async_pf_fndecl_27672 kvm_setup_async_pf fndecl 3 27672 NULL nohasharray
++enable_so_size_compat_ip6t_replace_27672 size compat_ip6t_replace 0 27672 &enable_so_kvm_setup_async_pf_fndecl_27672
++enable_so_ib_umem_get_fndecl_27678 ib_umem_get fndecl 2 27678 NULL
++enable_so_tlbflush_write_file_fndecl_27685 tlbflush_write_file fndecl 3 27685 NULL
++enable_so__iwl_dbgfs_prph_reg_write_fndecl_27686 _iwl_dbgfs_prph_reg_write fndecl 3 27686 NULL
++enable_so_bnx2x_iov_init_one_fndecl_27687 bnx2x_iov_init_one fndecl 3 27687 NULL
++enable_so_ipv6_get_l4proto_fndecl_27691 ipv6_get_l4proto fndecl 2 27691 NULL
++enable_so_vhci_put_user_fndecl_27695 vhci_put_user fndecl 4 27695 NULL
++enable_so_hvc_alloc_fndecl_27696 hvc_alloc fndecl 4 27696 NULL
++enable_so_mru_ppp_27697 mru ppp 0 27697 NULL
++enable_so_rx_buf_sz_de_private_27701 rx_buf_sz de_private 0 27701 NULL
++enable_so_dsack_tcp_options_received_27706 dsack tcp_options_received 0 27706 NULL
++enable_so_niu_rx_skb_append_fndecl_27708 niu_rx_skb_append fndecl 3-4 27708 NULL
++enable_so_pcpu_extend_area_map_fndecl_27710 pcpu_extend_area_map fndecl 2 27710 NULL
++enable_so_ns83820_change_mtu_fndecl_27711 ns83820_change_mtu fndecl 2 27711 NULL
++enable_so_xstate_size__fpx_sw_bytes_27731 xstate_size _fpx_sw_bytes 0 27731 NULL
++enable_so_word_size_e1000_eeprom_info_27741 word_size e1000_eeprom_info 0 27741 NULL
++enable_so_stv0900_read_reg_fndecl_27751 stv0900_read_reg fndecl 0 27751 NULL
++enable_so_si_blocks_ocfs2_slot_info_27753 si_blocks ocfs2_slot_info 0 27753 NULL
++enable_so_sparse_mem_maps_populate_node_fndecl_27758 sparse_mem_maps_populate_node fndecl 4 27758 NULL
++enable_so_dwc3_link_state_write_fndecl_27762 dwc3_link_state_write fndecl 3 27762 NULL
++enable_so_nr_sendmsg_fndecl_27763 nr_sendmsg fndecl 3 27763 NULL
++enable_so_short_frame_max_tx_count_ieee80211_conf_27764 short_frame_max_tx_count ieee80211_conf 0 27764 NULL
++enable_so_h_drm_vmw_rect_27765 h drm_vmw_rect 0 27765 NULL
++enable_so_instat_endpoint_keyspan_device_details_27768 instat_endpoint keyspan_device_details 0 27768 NULL
++enable_so_rtw_android_get_link_speed_fndecl_27772 rtw_android_get_link_speed fndecl 0 27772 NULL
++enable_so_rs_datalen_ath_rx_status_27774 rs_datalen ath_rx_status 0 27774 NULL
++enable_so_socket_sendmsg_security_operations_27787 socket_sendmsg security_operations 0 27787 NULL nohasharray
++enable_so_ieee802_1x_libipw_device_27787 ieee802_1x libipw_device 0 27787 &enable_so_socket_sendmsg_security_operations_27787
++enable_so_vlan_qos_vlan_priority_tci_mapping_27789 vlan_qos vlan_priority_tci_mapping 0 27789 NULL nohasharray
++enable_so_ext4_bg_num_gdb_meta_fndecl_27789 ext4_bg_num_gdb_meta fndecl 0 27789 &enable_so_vlan_qos_vlan_priority_tci_mapping_27789
++enable_so_old_len_logfs_shadow_27801 old_len logfs_shadow 0 27801 NULL
++enable_so_nilfs_segbuf_set_next_segnum_fndecl_27802 nilfs_segbuf_set_next_segnum fndecl 2 27802 NULL
++enable_so_bm_offset_drbd_md_27803 bm_offset drbd_md 0 27803 NULL
++enable_so_nr_ports_solos_card_27804 nr_ports solos_card 0 27804 NULL
++enable_so_e1000_receive_skb_fndecl_27809 e1000_receive_skb fndecl 3 27809 NULL
++enable_so_ule_sndu_remain_dvb_net_priv_27812 ule_sndu_remain dvb_net_priv 0 27812 NULL
++enable_so___inode_add_bytes_fndecl_27813 __inode_add_bytes fndecl 2 27813 NULL
++enable_so_dm_block_manager_create_fndecl_27815 dm_block_manager_create fndecl 2 27815 NULL
++enable_so_reg_reg_default_27824 reg reg_default 0 27824 NULL nohasharray
++enable_so_iwl_dbgfs_calib_disabled_write_fndecl_27824 iwl_dbgfs_calib_disabled_write fndecl 3 27824 &enable_so_reg_reg_default_27824
++enable_so_roundup_brcmf_sdio_27833 roundup brcmf_sdio 0 27833 NULL nohasharray
++enable_so_type_kqid_27833 type kqid 0 27833 &enable_so_roundup_brcmf_sdio_27833
++enable_so_adm8211_tx_raw_fndecl_27839 adm8211_tx_raw fndecl 3 27839 NULL
++enable_so___getblk_slow_fndecl_27842 __getblk_slow fndecl 3-2 27842 NULL nohasharray
++enable_so_cfg_niq_csio_hw_27842 cfg_niq csio_hw 0 27842 &enable_so___getblk_slow_fndecl_27842
++enable_so_dd_bsg_size_fc_function_template_27852 dd_bsg_size fc_function_template 0 27852 NULL
++enable_so_xfs_da3_node_read_fndecl_27858 xfs_da3_node_read fndecl 3 27858 NULL nohasharray
++enable_so___mei_cl_async_send_fndecl_27858 __mei_cl_async_send fndecl 3 27858 &enable_so_xfs_da3_node_read_fndecl_27858
++enable_so_retry_txdone_entry_desc_27860 retry txdone_entry_desc 0 27860 NULL
++enable_so_pixel_multiplier_intel_crtc_state_27872 pixel_multiplier intel_crtc_state 0 27872 NULL nohasharray
++enable_so_max_slave_count_w1_master_27872 max_slave_count w1_master 0 27872 &enable_so_pixel_multiplier_intel_crtc_state_27872
++enable_so_lo_len_nfsd4_lookup_27874 lo_len nfsd4_lookup 0 27874 NULL
++enable_so_l_blkno_lbuf_27876 l_blkno lbuf 0 27876 NULL
++enable_so_btrfs_remove_free_space_fndecl_27882 btrfs_remove_free_space fndecl 3-2 27882 NULL
++enable_so_xres_fb_cvt_data_27885 xres fb_cvt_data 0 27885 NULL
++enable_so__rotate_left_fndecl_27889 _rotate_left fndecl 2 27889 NULL
++enable_so_listxattr_fndecl_27890 listxattr fndecl 3 27890 NULL
++enable_so_reada_tree_block_flagged_fndecl_27912 reada_tree_block_flagged fndecl 2 27912 NULL
++enable_so_lbq_len_rx_ring_27913 lbq_len rx_ring 0 27913 NULL
++enable_so_tp_datalen_bcm5974_config_27927 tp_datalen bcm5974_config 0 27927 NULL
++enable_so_numchips_lpddr_private_27938 numchips lpddr_private 0 27938 NULL
++enable_so_pn544_hci_i2c_fw_secure_write_frame_cmd_fndecl_27941 pn544_hci_i2c_fw_secure_write_frame_cmd fndecl 3 27941 NULL
++enable_so_get_burstcount_fndecl_27942 get_burstcount fndecl 0 27942 NULL nohasharray
++enable_so_btrfs_lookup_file_extent_fndecl_27942 btrfs_lookup_file_extent fndecl 5-4 27942 &enable_so_get_burstcount_fndecl_27942
++enable_so_usnic_transport_sock_to_str_fndecl_27953 usnic_transport_sock_to_str fndecl 2-0 27953 NULL
++enable_so_usbat_hp8200e_rw_block_test_fndecl_27957 usbat_hp8200e_rw_block_test fndecl 5-12 27957 NULL
++enable_so_pcbit_writecmd_fndecl_27967 pcbit_writecmd fndecl 2 27967 NULL
++enable_so_ext3_get_blocks_handle_fndecl_27970 ext3_get_blocks_handle fndecl 0 27970 NULL nohasharray
++enable_so_set_tv_freq_fndecl_27970 set_tv_freq fndecl 2 27970 &enable_so_ext3_get_blocks_handle_fndecl_27970 nohasharray
++enable_so_fat_build_inode_fndecl_27970 fat_build_inode fndecl 3 27970 &enable_so_set_tv_freq_fndecl_27970
++enable_so_parser_init_byte_stream_fndecl_27973 parser_init_byte_stream fndecl 2 27973 NULL
++enable_so_sxgbe_init_rx_buffers_fndecl_27984 sxgbe_init_rx_buffers fndecl 4 27984 NULL nohasharray
++enable_so_mptctl_ioctl_fndecl_27984 mptctl_ioctl fndecl 2 27984 &enable_so_sxgbe_init_rx_buffers_fndecl_27984
++enable_so_snd_sb16_setup_rate_fndecl_27986 snd_sb16_setup_rate fndecl 2 27986 NULL
++enable_so_gs_gru_base_paddr_gru_state_27988 gs_gru_base_paddr gru_state 0 27988 NULL nohasharray
++enable_so_paging32_walk_addr_fndecl_27988 paging32_walk_addr fndecl 3-4 27988 &enable_so_gs_gru_base_paddr_gru_state_27988
++enable_so_ext4_seek_hole_fndecl_27990 ext4_seek_hole fndecl 2 27990 NULL
++enable_so_rx_rate_wsm_rx_27991 rx_rate wsm_rx 0 27991 NULL nohasharray
++enable_so_write_mei_hw_ops_27991 write mei_hw_ops 0 27991 &enable_so_rx_rate_wsm_rx_27991
++enable_so___nf_ct_ext_add_length_fndecl_27999 __nf_ct_ext_add_length fndecl 3 27999 NULL
++enable_so_page_count_scrub_block_28000 page_count scrub_block 0 28000 NULL
++enable_so_max_x_fb_monspecs_28003 max_x fb_monspecs 0 28003 NULL
++enable_so_scif_recv_fndecl_28006 scif_recv fndecl 3 28006 NULL
++enable_so_ext4_bg_num_gdb_nometa_fndecl_28014 ext4_bg_num_gdb_nometa fndecl 0 28014 NULL
++enable_so_write_file_dump_fndecl_28020 write_file_dump fndecl 3 28020 NULL
++enable_so_cfs_array_alloc_fndecl_28042 cfs_array_alloc fndecl 2 28042 NULL
++enable_so_min_size_vx_ibl_info_28043 min_size vx_ibl_info 0 28043 NULL
++enable_so_num_intr_mic_intr_info_28048 num_intr mic_intr_info 0 28048 NULL
++enable_so_hbucket_elem_add_fndecl_28051 hbucket_elem_add fndecl 3 28051 NULL
++enable_so_hblank_lo_lvds_dvo_timing_28054 hblank_lo lvds_dvo_timing 0 28054 NULL
++enable_so_cl_nodelen_rpc_clnt_28055 cl_nodelen rpc_clnt 0 28055 NULL
++enable_so_s_imap_blocks_minix_sb_info_28062 s_imap_blocks minix_sb_info 0 28062 NULL
++enable_so_gfs2_llseek_fndecl_28067 gfs2_llseek fndecl 2 28067 NULL
++enable_so_rsi_prepare_skb_fndecl_28075 rsi_prepare_skb fndecl 4-3 28075 NULL
++enable_so_db_addr_mlx4_ib_create_cq_28077 db_addr mlx4_ib_create_cq 0 28077 NULL
++enable_so_bio_slab_max_vardecl_bio_c_28087 bio_slab_max vardecl_bio.c 0 28087 NULL
++enable_so_xlog_state_get_iclog_space_fndecl_28090 xlog_state_get_iclog_space fndecl 2 28090 NULL
++enable_so_vxfs_read_olt_fndecl_28091 vxfs_read_olt fndecl 2 28091 NULL
++enable_so_llcp_sock_recvmsg_fndecl_28095 llcp_sock_recvmsg fndecl 3 28095 NULL
++enable_so_tool_peer_db_write_fndecl_28104 tool_peer_db_write fndecl 3 28104 NULL
++enable_so_xlvbd_init_blk_queue_fndecl_28107 xlvbd_init_blk_queue fndecl 2-3-4 28107 NULL nohasharray
++enable_so_udf_check_anchor_block_fndecl_28107 udf_check_anchor_block fndecl 2 28107 &enable_so_xlvbd_init_blk_queue_fndecl_28107
++enable_so_gru_alloc_thread_state_fndecl_28109 gru_alloc_thread_state fndecl 2 28109 NULL
++enable_so_xfs_get_extsz_hint_fndecl_28128 xfs_get_extsz_hint fndecl 0 28128 NULL
++enable_so_m_blkbit_log_xfs_mount_28131 m_blkbit_log xfs_mount 0 28131 NULL
++enable_so_unit_size_pcpu_alloc_info_28146 unit_size pcpu_alloc_info 0 28146 NULL
++enable_so_cur_page_offset_dio_submit_28153 cur_page_offset dio_submit 0 28153 NULL
++enable_so_cfg80211_disconnected_fndecl_28155 cfg80211_disconnected fndecl 4 28155 NULL
++enable_so_af9013_rd_regs_fndecl_28157 af9013_rd_regs fndecl 4 28157 NULL nohasharray
++enable_so_qib_alloc_fast_reg_mr_fndecl_28157 qib_alloc_fast_reg_mr fndecl 2 28157 &enable_so_af9013_rd_regs_fndecl_28157
++enable_so_x_drm_fb_helper_crtc_28166 x drm_fb_helper_crtc 0 28166 NULL
++enable_so__ocfs2_free_suballoc_bits_fndecl_28174 _ocfs2_free_suballoc_bits fndecl 5 28174 NULL
++enable_so___iscsi_conn_send_pdu_fndecl_28181 __iscsi_conn_send_pdu fndecl 4 28181 NULL
++enable_so___dn_setsockopt_fndecl_28183 __dn_setsockopt fndecl 5 28183 NULL
++enable_so_res_length_dlm_rsb_28184 res_length dlm_rsb 0 28184 NULL
++enable_so_ixgbe_fcoe_get_tc_fndecl_28191 ixgbe_fcoe_get_tc fndecl 0 28191 NULL
++enable_so_ttm_dma_pool_alloc_new_pages_fndecl_28194 ttm_dma_pool_alloc_new_pages fndecl 3 28194 NULL
++enable_so_cirrus_gem_create_fndecl_28197 cirrus_gem_create fndecl 2 28197 NULL
++enable_so_snd_pcm_lib_preallocate_pages_for_all_fndecl_28203 snd_pcm_lib_preallocate_pages_for_all fndecl 4 28203 NULL
++enable_so_ast_bo_create_fndecl_28209 ast_bo_create fndecl 2 28209 NULL
++enable_so____clear_user_fndecl_28212 ___clear_user fndecl 0 28212 NULL
++enable_so_lec_change_mtu_fndecl_28213 lec_change_mtu fndecl 2 28213 NULL
++enable_so_ext4_get_block_write_nolock_fndecl_28214 ext4_get_block_write_nolock fndecl 2 28214 NULL
++enable_so_s_blocksize_bits_super_block_28225 s_blocksize_bits super_block 0 28225 NULL
++enable_so_space_slots_btrfs_ioctl_space_args_28231 space_slots btrfs_ioctl_space_args 0 28231 NULL
++enable_so_blk_update_request_fndecl_28233 blk_update_request fndecl 3 28233 NULL
++enable_so_mux_device_request_fndecl_28235 mux_device_request fndecl 7 28235 NULL nohasharray
++enable_so_l2cap_mtu_vardecl_core_c_28235 l2cap_mtu vardecl_core.c 0 28235 &enable_so_mux_device_request_fndecl_28235
++enable_so_bits_mpidr_hash_28236 bits mpidr_hash 0 28236 NULL
++enable_so_ext3_nfs_get_inode_fndecl_28245 ext3_nfs_get_inode fndecl 2 28245 NULL
++enable_so_ino_bfs_dirent_28246 ino bfs_dirent 0 28246 NULL
++enable_so_ip_make_skb_fndecl_28250 ip_make_skb fndecl 6-5 28250 NULL
++enable_so_ea_set_i_fndecl_28261 ea_set_i fndecl 5 28261 NULL
++enable_so_ucs2_strlen_fndecl_28265 ucs2_strlen fndecl 0 28265 NULL
++enable_so_x1_osd_cmd_s_28266 x1 osd_cmd_s 0 28266 NULL
++enable_so_rxbufsize_dma_info_28275 rxbufsize dma_info 0 28275 NULL
++enable_so_reg_start_ath6kl_diag_reg_info_28282 reg_start ath6kl_diag_reg_info 0 28282 NULL nohasharray
++enable_so_pio2k_bufbase_qib_devdata_28282 pio2k_bufbase qib_devdata 0 28282 &enable_so_reg_start_ath6kl_diag_reg_info_28282 nohasharray
++enable_so_buf_start_hi_rx_buf_desc_28282 buf_start_hi rx_buf_desc 0 28282 &enable_so_pio2k_bufbase_qib_devdata_28282
++enable_so_hash_ipport4_expire_fndecl_28290 hash_ipport4_expire fndecl 4 28290 NULL
++enable_so_value_type_datum_28292 value type_datum 0 28292 NULL nohasharray
++enable_so_read32_ssb_bus_ops_28292 read32 ssb_bus_ops 0 28292 &enable_so_value_type_datum_28292
++enable_so_rxsupport_size_ipg_nic_private_28297 rxsupport_size ipg_nic_private 0 28297 NULL
++enable_so_byte_count_il_rx_phy_res_28304 byte_count il_rx_phy_res 0 28304 NULL
++enable_so_flags2_psb_s_28305 flags2 psb_s 0 28305 NULL
++enable_so_create_trace_uprobe_fndecl_28307 create_trace_uprobe fndecl 1 28307 NULL
++enable_so_buf_addr_mlx4_ib_resize_cq_28313 buf_addr mlx4_ib_resize_cq 0 28313 NULL
++enable_so_sst25l_read_fndecl_28315 sst25l_read fndecl 3 28315 NULL
++enable_so_comedi_read_fndecl_28316 comedi_read fndecl 3 28316 NULL
++enable_so_xfs_btree_readahead_ptr_fndecl_28317 xfs_btree_readahead_ptr fndecl 3 28317 NULL
++enable_so_npages_mlx4_buf_28321 npages mlx4_buf 0 28321 NULL
++enable_so_set_video_mode_Kiara_fndecl_28325 set_video_mode_Kiara fndecl 4 28325 NULL
++enable_so__iwl_dbgfs_disable_power_off_write_fndecl_28328 _iwl_dbgfs_disable_power_off_write fndecl 3 28328 NULL nohasharray
++enable_so_raw_descs_length_ffs_data_28328 raw_descs_length ffs_data 0 28328 &enable_so__iwl_dbgfs_disable_power_off_write_fndecl_28328
++enable_so_max_segment_size_brcmf_sdio_dev_28330 max_segment_size brcmf_sdio_dev 0 28330 NULL
++enable_so_rs_get_adjacent_rate_fndecl_28334 rs_get_adjacent_rate fndecl 2 28334 NULL
++enable_so_svm_msrpm_offset_fndecl_28343 svm_msrpm_offset fndecl 0-1 28343 NULL
++enable_so_name_in_log_ref_fndecl_28346 name_in_log_ref fndecl 4-5 28346 NULL nohasharray
++enable_so_ie_length_ndis_80211_bssid_ex_28346 ie_length ndis_80211_bssid_ex 0 28346 &enable_so_name_in_log_ref_fndecl_28346
++enable_so_plcp_mimo2_il_rate_info_28347 plcp_mimo2 il_rate_info 0 28347 NULL
++enable_so_fnic_trace_ctrl_write_fndecl_28350 fnic_trace_ctrl_write fndecl 3 28350 NULL
++enable_so_c4iw_reg_user_mr_fndecl_28358 c4iw_reg_user_mr fndecl 2 28358 NULL nohasharray
++enable_so_j_blocksize_journal_s_28358 j_blocksize journal_s 0 28358 &enable_so_c4iw_reg_user_mr_fndecl_28358
++enable_so_pmcraid_notify_aen_fndecl_28361 pmcraid_notify_aen fndecl 3 28361 NULL
++enable_so_carl9170_rx_fndecl_28363 carl9170_rx fndecl 3 28363 NULL
++enable_so_dma_lch_count_vardecl_dma_c_28369 dma_lch_count vardecl_dma.c 0 28369 NULL
++enable_so_kvm_lapic_enable_pv_eoi_fndecl_28370 kvm_lapic_enable_pv_eoi fndecl 2 28370 NULL
++enable_so_snd_emu10k1_fx8010_tram_setup_fndecl_28371 snd_emu10k1_fx8010_tram_setup fndecl 2 28371 NULL nohasharray
++enable_so_nbytes_btrfs_inode_item_28371 nbytes btrfs_inode_item 0 28371 &enable_so_snd_emu10k1_fx8010_tram_setup_fndecl_28371
++enable_so_hostap_80211_get_hdrlen_fndecl_28372 hostap_80211_get_hdrlen fndecl 0 28372 NULL nohasharray
++enable_so_count_atl1e_tx_ring_28372 count atl1e_tx_ring 0 28372 &enable_so_hostap_80211_get_hdrlen_fndecl_28372
++enable_so_usbat_multiple_write_fndecl_28375 usbat_multiple_write fndecl 4 28375 NULL nohasharray
++enable_so_init_tid_tabs_fndecl_28375 init_tid_tabs fndecl 4-3-2 28375 &enable_so_usbat_multiple_write_fndecl_28375
++enable_so_bio_integrity_trim_fndecl_28376 bio_integrity_trim fndecl 2-3 28376 NULL
++enable_so_simple_attr_write_fndecl_28383 simple_attr_write fndecl 3 28383 NULL
++enable_so___bpf_fill_ja_fndecl_28393 __bpf_fill_ja fndecl 2 28393 NULL
++enable_so_interrupt_in_endpointAddress_usb_serial_port_28398 interrupt_in_endpointAddress usb_serial_port 0 28398 NULL
++enable_so_il4965_stats_flag_fndecl_28402 il4965_stats_flag fndecl 0-3 28402 NULL nohasharray
++enable_so_cxd2820r_rd_regs_fndecl_28402 cxd2820r_rd_regs fndecl 4 28402 &enable_so_il4965_stats_flag_fndecl_28402
++enable_so_channel_bc_state_28411 channel bc_state 0 28411 NULL
++enable_so_xfs_inumbers_fmt_fndecl_28418 xfs_inumbers_fmt fndecl 3 28418 NULL
++enable_so_st_blocks_p9_stat_dotl_28419 st_blocks p9_stat_dotl 0 28419 NULL
++enable_so_dma_size_cx25821_audio_dev_28423 dma_size cx25821_audio_dev 0 28423 NULL
++enable_so_s_blocks_per_group_ext3_sb_info_28428 s_blocks_per_group ext3_sb_info 0 28428 NULL
++enable_so_jfs_issue_discard_fndecl_28440 jfs_issue_discard fndecl 3-2 28440 NULL
++enable_so_sb_agcount_xfs_sb_28441 sb_agcount xfs_sb 0 28441 NULL
++enable_so_stripe_size_bcache_device_28454 stripe_size bcache_device 0 28454 NULL
++enable_so_mi_entries_per_block_nilfs_mdt_info_28458 mi_entries_per_block nilfs_mdt_info 0 28458 NULL
++enable_so_fc2580_wr_regs_fndecl_28460 fc2580_wr_regs fndecl 4 28460 NULL nohasharray
++enable_so_irda_connect_confirm_fndecl_28460 irda_connect_confirm fndecl 4 28460 &enable_so_fc2580_wr_regs_fndecl_28460
++enable_so_SyS_add_key_fndecl_28465 SyS_add_key fndecl 4 28465 NULL
++enable_so_md_offset_drbd_md_28466 md_offset drbd_md 0 28466 NULL
++enable_so_data_out_size_mpt3_ioctl_command_28472 data_out_size mpt3_ioctl_command 0 28472 NULL
++enable_so_osd_upper_vardecl_ivtvfb_c_28473 osd_upper vardecl_ivtvfb.c 0 28473 NULL nohasharray
++enable_so_ath6kl_wmi_add_wow_pattern_cmd_fndecl_28473 ath6kl_wmi_add_wow_pattern_cmd fndecl 4 28473 &enable_so_osd_upper_vardecl_ivtvfb_c_28473
++enable_so_spidev_ioctl_fndecl_28477 spidev_ioctl fndecl 2 28477 NULL
++enable_so_pa_pstart_ext4_prealloc_space_28478 pa_pstart ext4_prealloc_space 0 28478 NULL
++enable_so_ath9k_dump_4k_modal_eeprom_fndecl_28480 ath9k_dump_4k_modal_eeprom fndecl 2-3 28480 NULL nohasharray
++enable_so_block_size_sd_28480 block_size sd 0 28480 &enable_so_ath9k_dump_4k_modal_eeprom_fndecl_28480
++enable_so_rbuf_fill_level_slgt_info_28481 rbuf_fill_level slgt_info 0 28481 NULL
++enable_so_csa_nrclists_cb_sequenceargs_28491 csa_nrclists cb_sequenceargs 0 28491 NULL
++enable_so_wl1271_sdio_set_block_size_fndecl_28494 wl1271_sdio_set_block_size fndecl 2 28494 NULL
++enable_so_get_leb_cnt_fndecl_28495 get_leb_cnt fndecl 2 28495 NULL
++enable_so_len_sctp_tsnmap_28496 len sctp_tsnmap 0 28496 NULL
++enable_so_xfs_rtallocate_extent_exact_fndecl_28498 xfs_rtallocate_extent_exact fndecl 3-5-9 28498 NULL
++enable_so_num_vmdq_msix_i40e_pf_28501 num_vmdq_msix i40e_pf 0 28501 NULL
++enable_so_read_phy_reg_fndecl_28509 read_phy_reg fndecl 0 28509 NULL
++enable_so_fll_fout_wm8993_priv_28516 fll_fout wm8993_priv 0 28516 NULL
++enable_so_free_tind_blocks_fndecl_28525 free_tind_blocks fndecl 3 28525 NULL
++enable_so_src_width_snd_pcm_plugin_28529 src_width snd_pcm_plugin 0 28529 NULL
++enable_so_max_rds_rings_qlcnic_adapter_28536 max_rds_rings qlcnic_adapter 0 28536 NULL
++enable_so_ext4_bread_fndecl_28538 ext4_bread fndecl 3 28538 NULL
++enable_so_btcx_screen_clips_fndecl_28540 btcx_screen_clips fndecl 2-1 28540 NULL
++enable_so_get_virtual_node_size_fndecl_28543 get_virtual_node_size fndecl 0 28543 NULL
++enable_so_PRO_RATE_DEFAULT_vardecl_ice1712_c_28563 PRO_RATE_DEFAULT vardecl_ice1712.c 0 28563 NULL
++enable_so_wil_write_back_fndecl_28568 wil_write_back fndecl 3 28568 NULL
++enable_so_nvme_npages_fndecl_28569 nvme_npages fndecl 0-1 28569 NULL
++enable_so_out_max_chans_snd_card_asihpi_28574 out_max_chans snd_card_asihpi 0 28574 NULL
++enable_so__iwl_dbgfs_ss_force_write_fndecl_28587 _iwl_dbgfs_ss_force_write fndecl 3 28587 NULL
++enable_so_befs_count_blocks_fndecl_28591 befs_count_blocks fndecl 0 28591 NULL
++enable_so_icsk_pmtu_cookie_inet_connection_sock_28598 icsk_pmtu_cookie inet_connection_sock 0 28598 NULL
++enable_so_n_devs_pci_id_table_28599 n_devs pci_id_table 0 28599 NULL nohasharray
++enable_so_bm_status_write_fndecl_28599 bm_status_write fndecl 3 28599 &enable_so_n_devs_pci_id_table_28599 nohasharray
++enable_so_menu_count_uvc_xu_control_mapping_28599 menu_count uvc_xu_control_mapping 0 28599 &enable_so_bm_status_write_fndecl_28599
++enable_so_status_smsc9420_dma_desc_28600 status smsc9420_dma_desc 0 28600 NULL
++enable_so_stride_usX2Ydev_28605 stride usX2Ydev 0 28605 NULL
++enable_so_gru_assign_context_number_fndecl_28616 gru_assign_context_number fndecl 0 28616 NULL
++enable_so_subsystem_filter_write_fndecl_28621 subsystem_filter_write fndecl 3 28621 NULL
++enable_so_s_inode_size_ext4_sb_info_28625 s_inode_size ext4_sb_info 0 28625 NULL
++enable_so_cdc_ncm_min_dgram_size_fndecl_28632 cdc_ncm_min_dgram_size fndecl 0 28632 NULL nohasharray
++enable_so__get_block_create_0_fndecl_28632 _get_block_create_0 fndecl 2 28632 &enable_so_cdc_ncm_min_dgram_size_fndecl_28632
++enable_so_key_size_ethtool_rxfh_28633 key_size ethtool_rxfh 0 28633 NULL
++enable_so_log_max_len_server_hdr_28634 log_max_len server_hdr 0 28634 NULL
++enable_so_p_vaddr_elf32_phdr_28641 p_vaddr elf32_phdr 0 28641 NULL
++enable_so_usb_stream_new_fndecl_28646 usb_stream_new fndecl 6-8-5-7-3-4 28646 NULL nohasharray
++enable_so_ocfs2_write_begin_fndecl_28646 ocfs2_write_begin fndecl 3-4 28646 &enable_so_usb_stream_new_fndecl_28646
++enable_so_cw1200_spi_memcpy_fromio_fndecl_28649 cw1200_spi_memcpy_fromio fndecl 4 28649 NULL
++enable_so_alloc_size_chunk_28657 alloc_size chunk 0 28657 NULL
++enable_so_ipg_nic_change_mtu_fndecl_28665 ipg_nic_change_mtu fndecl 2 28665 NULL
++enable_so_xbofs_delay_irda_skb_cb_28676 xbofs_delay irda_skb_cb 0 28676 NULL
++enable_so_fill_isoc_urb_fndecl_28690 fill_isoc_urb fndecl 6-5-3 28690 NULL
++enable_so_offset_cache_reader_28697 offset cache_reader 0 28697 NULL
++enable_so_bclean_fndecl_28699 bclean fndecl 3 28699 NULL
++enable_so_cw_bmove_fndecl_28704 cw_bmove fndecl 8-4-6-7-3-5 28704 NULL nohasharray
++enable_so_size_fuse_notify_store_out_28704 size fuse_notify_store_out 0 28704 &enable_so_cw_bmove_fndecl_28704
++enable_so_scrub_print_warning_inode_fndecl_28711 scrub_print_warning_inode fndecl 1-3 28711 NULL
++enable_so_lpfc_idiag_ctlacc_write_fndecl_28715 lpfc_idiag_ctlacc_write fndecl 3 28715 NULL
++enable_so_nilfs_bmap_lookup_contig_fndecl_28717 nilfs_bmap_lookup_contig fndecl 0 28717 NULL
++enable_so_phys_smscore_buffer_t_28719 phys smscore_buffer_t 0 28719 NULL
++enable_so_xfs_rtcheck_alloc_range_fndecl_28722 xfs_rtcheck_alloc_range fndecl 3 28722 NULL
++enable_so_d40_prep_memcpy_fndecl_28724 d40_prep_memcpy fndecl 4 28724 NULL nohasharray
++enable_so_note_last_dentry_fndecl_28724 note_last_dentry fndecl 3 28724 &enable_so_d40_prep_memcpy_fndecl_28724
++enable_so_num_pports_qib_devdata_28736 num_pports qib_devdata 0 28736 NULL
++enable_so_gss_krb5_aes_decrypt_fndecl_28742 gss_krb5_aes_decrypt fndecl 2 28742 NULL nohasharray
++enable_so_size_mspro_sys_attr_28742 size mspro_sys_attr 0 28742 &enable_so_gss_krb5_aes_decrypt_fndecl_28742
++enable_so_batadv_iv_ogm_orig_del_if_fndecl_28743 batadv_iv_ogm_orig_del_if fndecl 2 28743 NULL
++enable_so_ns_pseg_offset_the_nilfs_28744 ns_pseg_offset the_nilfs 0 28744 NULL
++enable_so_batadv_iv_ogm_orig_add_if_fndecl_28753 batadv_iv_ogm_orig_add_if fndecl 2 28753 NULL
++enable_so_fw_device_op_ioctl_fndecl_28760 fw_device_op_ioctl fndecl 2 28760 NULL
++enable_so_enc28j60_packet_write_fndecl_28762 enc28j60_packet_write fndecl 2 28762 NULL
++enable_so_default_radio_freq_vardecl_pvrusb2_hdw_c_28767 default_radio_freq vardecl_pvrusb2-hdw.c 0 28767 NULL
++enable_so_C_SYSC_migrate_pages_fndecl_28785 C_SYSC_migrate_pages fndecl 2 28785 NULL
++enable_so_tcp_parse_fastopen_option_fndecl_28793 tcp_parse_fastopen_option fndecl 1 28793 NULL
++enable_so_tv_freq_bttv_28796 tv_freq bttv 0 28796 NULL
++enable_so_psbfb_alloc_fndecl_28804 psbfb_alloc fndecl 2 28804 NULL
++enable_so_ext4_nfs_get_inode_fndecl_28806 ext4_nfs_get_inode fndecl 2 28806 NULL
++enable_so_e820_remove_range_fndecl_28810 e820_remove_range fndecl 2-1 28810 NULL nohasharray
++enable_so_ide_queue_pc_tail_fndecl_28810 ide_queue_pc_tail fndecl 5 28810 &enable_so_e820_remove_range_fndecl_28810
++enable_so_btrfs_alloc_delayed_item_fndecl_28813 btrfs_alloc_delayed_item fndecl 1 28813 NULL
++enable_so_sisusb_send_bridge_packet_fndecl_28818 sisusb_send_bridge_packet fndecl 2 28818 NULL nohasharray
++enable_so_io_tlb_index_vardecl_swiotlb_c_28818 io_tlb_index vardecl_swiotlb.c 0 28818 &enable_so_sisusb_send_bridge_packet_fndecl_28818
++enable_so_sdio_memcpy_toio_fndecl_28828 sdio_memcpy_toio fndecl 4 28828 NULL
++enable_so_right_qxl_urect_28833 right qxl_urect 0 28833 NULL nohasharray
++enable_so_ivtv_udma_get_page_info_fndecl_28833 ivtv_udma_get_page_info fndecl 2 28833 &enable_so_right_qxl_urect_28833
++enable_so_dm_table_add_target_fndecl_28838 dm_table_add_target fndecl 4-3 28838 NULL
++enable_so_virtio32_to_cpu_fndecl_28839 virtio32_to_cpu fndecl 0 28839 NULL
++enable_so_dsp_buffer_alloc_fndecl_28855 dsp_buffer_alloc fndecl 2 28855 NULL
++enable_so_f_adc_airspy_28856 f_adc airspy 0 28856 NULL nohasharray
++enable_so_split_fndecl_28856 split fndecl 2 28856 &enable_so_f_adc_airspy_28856
++enable_so_snd_ctl_elem_user_tlv_fndecl_28860 snd_ctl_elem_user_tlv fndecl 3 28860 NULL
++enable_so_mt9t031_set_params_fndecl_28862 mt9t031_set_params fndecl 4-3 28862 NULL nohasharray
++enable_so_nat_blkaddr_f2fs_nm_info_28862 nat_blkaddr f2fs_nm_info 0 28862 &enable_so_mt9t031_set_params_fndecl_28862
++enable_so_ie_length_brcmf_bss_info_le_28867 ie_length brcmf_bss_info_le 0 28867 NULL
++enable_so_usb_stor_access_xfer_buf_fndecl_28868 usb_stor_access_xfer_buf fndecl 0-2 28868 NULL
++enable_so_i2c_master_recv_fndecl_28869 i2c_master_recv fndecl 3 28869 NULL
++enable_so_receive_new_fndecl_28872 receive_new fndecl 3 28872 NULL nohasharray
++enable_so_ep_out_mcs_cb_28872 ep_out mcs_cb 0 28872 &enable_so_receive_new_fndecl_28872
++enable_so_s_bmap_count_affs_sb_info_28873 s_bmap_count affs_sb_info 0 28873 NULL
++enable_so_TupleOffset_tuple_t_28876 TupleOffset tuple_t 0 28876 NULL
++enable_so_zlib_inflateInit2_fndecl_28887 zlib_inflateInit2 fndecl 2 28887 NULL
++enable_so_map_count_mm_struct_28894 map_count mm_struct 0 28894 NULL
++enable_so_t_elist_cb_state_28900 t elist_cb_state 0 28900 NULL
++enable_so_ss_in_channels_hdspm_28903 ss_in_channels hdspm 0 28903 NULL
++enable_so_ngpios_sx150x_device_data_28905 ngpios sx150x_device_data 0 28905 NULL
++enable_so_ieee80211_get_num_supported_channels_fndecl_28907 ieee80211_get_num_supported_channels fndecl 0 28907 NULL
++enable_so_usb_pipe_handle_ath6kl_usb_pipe_28910 usb_pipe_handle ath6kl_usb_pipe 0 28910 NULL
++enable_so_hslen_vardecl_matroxfb_base_c_28914 hslen vardecl_matroxfb_base.c 0 28914 NULL
++enable_so___virtio16_to_cpu_fndecl_28917 __virtio16_to_cpu fndecl 0 28917 NULL
++enable_so_c_ssize_f_uac2_opts_28922 c_ssize f_uac2_opts 0 28922 NULL
++enable_so_exclude_unencrypted_atmel_private_28933 exclude_unencrypted atmel_private 0 28933 NULL
++enable_so_usbat_write_block_fndecl_28938 usbat_write_block fndecl 4 28938 NULL
++enable_so_SYSC_getrandom_fndecl_28941 SYSC_getrandom fndecl 2 28941 NULL
++enable_so_ath6kl_power_params_write_fndecl_28953 ath6kl_power_params_write fndecl 3 28953 NULL
++enable_so_gb_len_pn533_28959 gb_len pn533 0 28959 NULL
++enable_so_hpfs_alloc_anode_fndecl_28960 hpfs_alloc_anode fndecl 2 28960 NULL
++enable_so_usb_stor_bulk_transfer_buf_fndecl_28961 usb_stor_bulk_transfer_buf fndecl 4-2 28961 NULL nohasharray
++enable_so_get_segment_selector_fndecl_28961 get_segment_selector fndecl 0 28961 &enable_so_usb_stor_bulk_transfer_buf_fndecl_28961
++enable_so_split_vma_fndecl_28963 split_vma fndecl 3 28963 NULL
++enable_so_tcp_send_rcvq_fndecl_28967 tcp_send_rcvq fndecl 3 28967 NULL
++enable_so_sctp_transport_update_pmtu_fndecl_28973 sctp_transport_update_pmtu fndecl 3 28973 NULL
++enable_so_syncmaxsize_snd_usb_endpoint_28987 syncmaxsize snd_usb_endpoint 0 28987 NULL
++enable_so_aper_size_agp_kern_info_28990 aper_size agp_kern_info 0 28990 NULL
++enable_so_cma_clear_bitmap_fndecl_28991 cma_clear_bitmap fndecl 3 28991 NULL
++enable_so_klen_WepKeyRid_28997 klen WepKeyRid 0 28997 NULL
++enable_so_ext4_get_inline_size_fndecl_28998 ext4_get_inline_size fndecl 0 28998 NULL
++enable_so_handle_unit_fndecl_29000 handle_unit fndecl 0-1 29000 NULL nohasharray
++enable_so_prio_io_fndecl_29000 prio_io fndecl 2 29000 &enable_so_handle_unit_fndecl_29000
++enable_so_len_p54p_desc_29001 len p54p_desc 0 29001 NULL nohasharray
++enable_so_buf_read_ptr_comedi_async_29001 buf_read_ptr comedi_async 0 29001 &enable_so_len_p54p_desc_29001
++enable_so_nl80211_send_mgmt_fndecl_29002 nl80211_send_mgmt fndecl 7 29002 NULL nohasharray
++enable_so_sel_write_create_fndecl_29002 sel_write_create fndecl 3 29002 &enable_so_nl80211_send_mgmt_fndecl_29002
++enable_so_num_lns_csio_hw_29004 num_lns csio_hw 0 29004 NULL
++enable_so_ipath_palign_ipath_devdata_29005 ipath_palign ipath_devdata 0 29005 NULL
++enable_so___kfifo_out_peek_fndecl_29010 __kfifo_out_peek fndecl 0-3 29010 NULL
++enable_so_seq_copy_in_user_fndecl_29019 seq_copy_in_user fndecl 3 29019 NULL
++enable_so_sb_dmap_hpfs_sb_info_29020 sb_dmap hpfs_sb_info 0 29020 NULL
++enable_so_j_len_reiserfs_journal_list_29021 j_len reiserfs_journal_list 0 29021 NULL
++enable_so_bc_buf_size_ptlrpc_service_buf_conf_29025 bc_buf_size ptlrpc_service_buf_conf 0 29025 NULL
++enable_so_nft_value_dump_fndecl_29030 nft_value_dump fndecl 3 29030 NULL nohasharray
++enable_so_tcf_register_action_fndecl_29030 tcf_register_action fndecl 2 29030 &enable_so_nft_value_dump_fndecl_29030
++enable_so_at24_read_fndecl_29031 at24_read fndecl 4 29031 NULL
++enable_so_drm_vblank_init_fndecl_29041 drm_vblank_init fndecl 2 29041 NULL
++enable_so_of_get_available_child_count_fndecl_29042 of_get_available_child_count fndecl 0 29042 NULL
++enable_so_batadv_skb_head_push_fndecl_29043 batadv_skb_head_push fndecl 2 29043 NULL
++enable_so_memory_size_kvm_userspace_memory_region_29047 memory_size kvm_userspace_memory_region 0 29047 NULL
++enable_so_qib_get_base_info_fndecl_29050 qib_get_base_info fndecl 3 29050 NULL
++enable_so_scsi_debug_max_queue_vardecl_scsi_debug_c_29056 scsi_debug_max_queue vardecl_scsi_debug.c 0 29056 NULL nohasharray
++enable_so_str_to_user_fndecl_29056 str_to_user fndecl 2 29056 &enable_so_scsi_debug_max_queue_vardecl_scsi_debug_c_29056
++enable_so____alloc_bootmem_fndecl_29057 ___alloc_bootmem fndecl 2-1 29057 NULL
++enable_so_fbcon_scroll_fndecl_29060 fbcon_scroll fndecl 5 29060 NULL nohasharray
++enable_so_len_wmi_rx_mgmt_info_29060 len wmi_rx_mgmt_info 0 29060 &enable_so_fbcon_scroll_fndecl_29060
++enable_so___add_discard_entry_fndecl_29062 __add_discard_entry fndecl 3-4 29062 NULL
++enable_so_vactive_hi_oaktrail_timing_info_29063 vactive_hi oaktrail_timing_info 0 29063 NULL
++enable_so_mlx4_create_zones_fndecl_29064 mlx4_create_zones fndecl 4-3-5 29064 NULL
++enable_so_use_dmio_fndecl_29065 use_dmio fndecl 3 29065 NULL
++enable_so_ucFakeEDIDLength__ATOM_FAKE_EDID_PATCH_RECORD_29067 ucFakeEDIDLength _ATOM_FAKE_EDID_PATCH_RECORD 0 29067 NULL
++enable_so_i40e_dbg_command_write_fndecl_29070 i40e_dbg_command_write fndecl 3 29070 NULL
++enable_so_hash_shift_flow_cache_29075 hash_shift flow_cache 0 29075 NULL
++enable_so_tse_change_mtu_fndecl_29076 tse_change_mtu fndecl 2 29076 NULL
++enable_so_dev_irnet_write_fndecl_29077 dev_irnet_write fndecl 3 29077 NULL
++enable_so_lprocfs_wr_evict_client_fndecl_29081 lprocfs_wr_evict_client fndecl 3 29081 NULL
++enable_so_v_margin_fb_cvt_data_29097 v_margin fb_cvt_data 0 29097 NULL
++enable_so_num_counters_x86_pmu_29110 num_counters x86_pmu 0 29110 NULL
++enable_so_dlm_lowcomms_get_buffer_fndecl_29111 dlm_lowcomms_get_buffer fndecl 2 29111 NULL
++enable_so_bttv_read_fndecl_29115 bttv_read fndecl 3 29115 NULL
++enable_so_jfs_iget_fndecl_29122 jfs_iget fndecl 2 29122 NULL
++enable_so_sca3000_read_first_n_hw_rb_fndecl_29124 sca3000_read_first_n_hw_rb fndecl 2 29124 NULL
++enable_so_ioctl_code_usbdevfs_ioctl_29134 ioctl_code usbdevfs_ioctl 0 29134 NULL
++enable_so_max_dump_cnt_ramoops_context_29141 max_dump_cnt ramoops_context 0 29141 NULL
++enable_so_send_bulk_pipe_us_data_29148 send_bulk_pipe us_data 0 29148 NULL
++enable_so_width_usbtv_29152 width usbtv 0 29152 NULL
++enable_so_algorithm_raid_type_29156 algorithm raid_type 0 29156 NULL
++enable_so_kmem_zalloc_fndecl_29157 kmem_zalloc fndecl 1 29157 NULL
++enable_so_hsync_offset_hi_oaktrail_timing_info_29159 hsync_offset_hi oaktrail_timing_info 0 29159 NULL nohasharray
++enable_so_W6692B_empty_fifo_fndecl_29159 W6692B_empty_fifo fndecl 2 29159 &enable_so_hsync_offset_hi_oaktrail_timing_info_29159
++enable_so_current_rx_bytes_printer_dev_29165 current_rx_bytes printer_dev 0 29165 NULL
++enable_so_surface_height_drm_fb_helper_surface_size_29174 surface_height drm_fb_helper_surface_size 0 29174 NULL
++enable_so_quirk_io_fndecl_29178 quirk_io fndecl 3 29178 NULL
++enable_so_dma_in_streamzap_ir_29180 dma_in streamzap_ir 0 29180 NULL nohasharray
++enable_so_num_segments_acpi_namestring_info_29180 num_segments acpi_namestring_info 0 29180 &enable_so_dma_in_streamzap_ir_29180
++enable_so_vp_try_to_find_vqs_fndecl_29181 vp_try_to_find_vqs fndecl 2 29181 NULL
++enable_so_ircomm_control_indication_fndecl_29186 ircomm_control_indication fndecl 3 29186 NULL
++enable_so_em28xx_i2c_read_block_fndecl_29188 em28xx_i2c_read_block fndecl 5 29188 NULL
++enable_so_inode_bitmap_ext4_new_group_data_29195 inode_bitmap ext4_new_group_data 0 29195 NULL
++enable_so_brcmf_config_wowl_pattern_fndecl_29198 brcmf_config_wowl_pattern fndecl 4 29198 NULL
++enable_so_HFC_inw_nodebug_hfc_multi_29199 HFC_inw_nodebug hfc_multi 0 29199 NULL
++enable_so_vcc_sendmsg_fndecl_29205 vcc_sendmsg fndecl 3 29205 NULL
++enable_so_did_overwrite_ref_fndecl_29213 did_overwrite_ref fndecl 2 29213 NULL
++enable_so_ftdi_elan_total_command_size_fndecl_29214 ftdi_elan_total_command_size fndecl 0 29214 NULL
++enable_so_video_rbase_osd_info_29225 video_rbase osd_info 0 29225 NULL
++enable_so_change_pte_range_fndecl_29232 change_pte_range fndecl 3 29232 NULL
++enable_so_cqshift_c4iw_rdev_29241 cqshift c4iw_rdev 0 29241 NULL
++enable_so_sb_dirband_start_hpfs_sb_info_29242 sb_dirband_start hpfs_sb_info 0 29242 NULL
++enable_so_ptc_proc_write_fndecl_29247 ptc_proc_write fndecl 3 29247 NULL
++enable_so_sg_pcopy_from_buffer_fndecl_29248 sg_pcopy_from_buffer fndecl 0 29248 NULL
++enable_so_offset_rbd_obj_request_29253 offset rbd_obj_request 0 29253 NULL
++enable_so_kvm_mmu_get_spte_hierarchy_fndecl_29265 kvm_mmu_get_spte_hierarchy fndecl 2 29265 NULL
++enable_so_maxlen_ctl_table_29268 maxlen ctl_table 0 29268 NULL nohasharray
++enable_so_sisusb_lseek_fndecl_29268 sisusb_lseek fndecl 2 29268 &enable_so_maxlen_ctl_table_29268
++enable_so_rtw_malloc2d_fndecl_29269 rtw_malloc2d fndecl 3-2-1 29269 NULL
++enable_so_sh_last_alloc_nilfs_sufile_header_29285 sh_last_alloc nilfs_sufile_header 0 29285 NULL
++enable_so_vmbus_open_fndecl_29289 vmbus_open fndecl 3-2 29289 NULL
++enable_so_btmrvl_sdio_host_to_card_fndecl_29291 btmrvl_sdio_host_to_card fndecl 3 29291 NULL
++enable_so_user_ptr_drm_i915_gem_userptr_29294 user_ptr drm_i915_gem_userptr 0 29294 NULL
++enable_so_xfs_handle_to_dentry_fndecl_29300 xfs_handle_to_dentry fndecl 3 29300 NULL
++enable_so_mb_find_extent_fndecl_29303 mb_find_extent fndecl 2 29303 NULL
++enable_so_generic_file_llseek_fndecl_29304 generic_file_llseek fndecl 2 29304 NULL
++enable_so_read_w5300_priv_29306 read w5300_priv 0 29306 NULL nohasharray
++enable_so_rawv6_seticmpfilter_fndecl_29306 rawv6_seticmpfilter fndecl 5-0 29306 &enable_so_read_w5300_priv_29306
++enable_so_soc_mbus_image_size_fndecl_29311 soc_mbus_image_size fndecl 3-2 29311 NULL
++enable_so_ddp_make_gl_fndecl_29312 ddp_make_gl fndecl 1 29312 NULL
++enable_so_LNetEQAlloc_fndecl_29313 LNetEQAlloc fndecl 1 29313 NULL
++enable_so_fnic_reset_stats_write_fndecl_29314 fnic_reset_stats_write fndecl 3 29314 NULL
++enable_so_ip_generic_getfrag_fndecl_29320 ip_generic_getfrag fndecl 4 29320 NULL
++enable_so_compat_do_arpt_set_ctl_fndecl_29323 compat_do_arpt_set_ctl fndecl 4 29323 NULL
++enable_so_gather_pte_stats_fndecl_29329 gather_pte_stats fndecl 2 29329 NULL
++enable_so_num_sge_ib_recv_wr_29333 num_sge ib_recv_wr 0 29333 NULL
++enable_so_n_reg_rules_ieee80211_regdomain_29334 n_reg_rules ieee80211_regdomain 0 29334 NULL
++enable_so_spi_tx_dma_mcp251x_priv_29337 spi_tx_dma mcp251x_priv 0 29337 NULL
++enable_so_y_res_vbe_mode_ib_29340 y_res vbe_mode_ib 0 29340 NULL
++enable_so_sctp_icmp_frag_needed_fndecl_29342 sctp_icmp_frag_needed fndecl 4 29342 NULL
++enable_so_snd_pcm_kernel_ioctl_fndecl_29352 snd_pcm_kernel_ioctl fndecl 0 29352 NULL
++enable_so_receive_copy_fndecl_29355 receive_copy fndecl 3 29355 NULL
++enable_so_xfs_attr3_leaf_read_fndecl_29357 xfs_attr3_leaf_read fndecl 3 29357 NULL
++enable_so_fuse_get_req_fndecl_29358 fuse_get_req fndecl 2 29358 NULL
++enable_so_s_dat_entry_size_nilfs_super_block_29359 s_dat_entry_size nilfs_super_block 0 29359 NULL
++enable_so_qt2160_read_block_fndecl_29365 qt2160_read_block fndecl 4 29365 NULL
++enable_so_dummy_perform_transfer_fndecl_29372 dummy_perform_transfer fndecl 3 29372 NULL nohasharray
++enable_so_tx_ring_size_pxa168_eth_private_29372 tx_ring_size pxa168_eth_private 0 29372 &enable_so_dummy_perform_transfer_fndecl_29372
++enable_so_l2bsize_jfs_sb_info_29377 l2bsize jfs_sb_info 0 29377 NULL
++enable_so_extHint_fndecl_29378 extHint fndecl 2 29378 NULL
++enable_so_next_cluster_fat_boot_fsinfo_29380 next_cluster fat_boot_fsinfo 0 29380 NULL
++enable_so_ib_uverbs_unmarshall_recv_fndecl_29384 ib_uverbs_unmarshall_recv fndecl 5 29384 NULL
++enable_so_reiserfs_get_unused_objectid_fndecl_29387 reiserfs_get_unused_objectid fndecl 0 29387 NULL
++enable_so_write_buffer_size_vardecl_ldusb_c_29393 write_buffer_size vardecl_ldusb.c 0 29393 NULL nohasharray
++enable_so_acpi_id_xenpf_pcpuinfo_29393 acpi_id xenpf_pcpuinfo 0 29393 &enable_so_write_buffer_size_vardecl_ldusb_c_29393
++enable_so_tun_net_change_mtu_fndecl_29398 tun_net_change_mtu fndecl 2 29398 NULL
++enable_so___alloc_bootmem_low_nopanic_fndecl_29400 __alloc_bootmem_low_nopanic fndecl 2-1 29400 NULL nohasharray
++enable_so_octeon_alloc_recv_info_fndecl_29400 octeon_alloc_recv_info fndecl 1 29400 &enable_so___alloc_bootmem_low_nopanic_fndecl_29400
++enable_so_p1_dpll_29401 p1 dpll 0 29401 NULL
++enable_so_hpfs_map_sector_fndecl_29402 hpfs_map_sector fndecl 2 29402 NULL nohasharray
++enable_so_hisax_cs_setup_fndecl_29402 hisax_cs_setup fndecl 0 29402 &enable_so_hpfs_map_sector_fndecl_29402
++enable_so_usnic_ib_qp_grp_dump_rows_fndecl_29404 usnic_ib_qp_grp_dump_rows fndecl 3 29404 NULL
++enable_so_sisfb_mem_sis_video_info_29418 sisfb_mem sis_video_info 0 29418 NULL
++enable_so_note_last_dentry_fndecl_29422 note_last_dentry fndecl 3 29422 NULL
++enable_so_shash_compat_setkey_fndecl_29432 shash_compat_setkey fndecl 3 29432 NULL nohasharray
++enable_so_block_extra_size_snd_util_memhdr_29432 block_extra_size snd_util_memhdr 0 29432 &enable_so_shash_compat_setkey_fndecl_29432
++enable_so_ocfs2_xattr_user_set_fndecl_29433 ocfs2_xattr_user_set fndecl 4 29433 NULL
++enable_so___virtio32_to_cpu_fndecl_29440 __virtio32_to_cpu fndecl 0 29440 NULL
++enable_so_xfs_attr3_rmt_blocks_fndecl_29445 xfs_attr3_rmt_blocks fndecl 2 29445 NULL
++enable_so_ep_in_dln2_dev_29451 ep_in dln2_dev 0 29451 NULL
++enable_so_devblksize_log2_squashfs_sb_info_29455 devblksize_log2 squashfs_sb_info 0 29455 NULL
++enable_so_ebt_buf_add_fndecl_29456 ebt_buf_add fndecl 3 29456 NULL
++enable_so_vol_cdev_llseek_fndecl_29458 vol_cdev_llseek fndecl 2 29458 NULL
++enable_so_i2c_hid_set_or_send_report_fndecl_29475 i2c_hid_set_or_send_report fndecl 5 29475 NULL
++enable_so_rts51x_read_status_fndecl_29477 rts51x_read_status fndecl 4 29477 NULL
++enable_so_tx_header_len_pn533_frame_ops_29478 tx_header_len pn533_frame_ops 0 29478 NULL nohasharray
++enable_so_sctp_setsockopt_maxseg_fndecl_29478 sctp_setsockopt_maxseg fndecl 3 29478 &enable_so_tx_header_len_pn533_frame_ops_29478 nohasharray
++enable_so_osst_read_back_buffer_and_rewrite_fndecl_29478 osst_read_back_buffer_and_rewrite fndecl 3-4-5 29478 &enable_so_sctp_setsockopt_maxseg_fndecl_29478
++enable_so_ns_last_pseg_the_nilfs_29482 ns_last_pseg the_nilfs 0 29482 NULL
++enable_so_qs_out_channels_hdsp_29483 qs_out_channels hdsp 0 29483 NULL
++enable_so_gpiochip_add_pin_range_fndecl_29490 gpiochip_add_pin_range fndecl 5 29490 NULL nohasharray
++enable_so_befs_bt_read_node_fndecl_29490 befs_bt_read_node fndecl 4 29490 &enable_so_gpiochip_add_pin_range_fndecl_29490 nohasharray
++enable_so_phys_out_snd_efw_29490 phys_out snd_efw 0 29490 &enable_so_befs_bt_read_node_fndecl_29490
++enable_so_pcpu_fc_alloc_fndecl_29497 pcpu_fc_alloc fndecl 3-2 29497 NULL
++enable_so_raid_disks_mdu_array_info_s_29501 raid_disks mdu_array_info_s 0 29501 NULL
++enable_so_ecryptfs_copy_filename_fndecl_29519 ecryptfs_copy_filename fndecl 4 29519 NULL
++enable_so_nritems_btrfs_header_29521 nritems btrfs_header 0 29521 NULL
++enable_so_unix_stream_connect_fndecl_29527 unix_stream_connect fndecl 3 29527 NULL
++enable_so_h4_recv_buf_fndecl_29532 h4_recv_buf fndecl 4 29532 NULL nohasharray
++enable_so_blocks_mmc_ioc_cmd_29532 blocks mmc_ioc_cmd 0 29532 &enable_so_h4_recv_buf_fndecl_29532
++enable_so_forw_xfs_da3_icnode_hdr_29543 forw xfs_da3_icnode_hdr 0 29543 NULL
++enable_so_local_max_bio_size_drbd_device_29550 local_max_bio_size drbd_device 0 29550 NULL
++enable_so_ext4_xattr_trusted_set_fndecl_29556 ext4_xattr_trusted_set fndecl 4 29556 NULL nohasharray
++enable_so_befs_read_lsymlink_fndecl_29556 befs_read_lsymlink fndecl 4 29556 &enable_so_ext4_xattr_trusted_set_fndecl_29556
++enable_so_l2cap_chan_send_fndecl_29557 l2cap_chan_send fndecl 3 29557 NULL
++enable_so_sb_c_bitmap_hpfs_sb_info_29558 sb_c_bitmap hpfs_sb_info 0 29558 NULL
++enable_so_ieee80211_rx_bss_info_fndecl_29564 ieee80211_rx_bss_info fndecl 3 29564 NULL
++enable_so_short_retry_limit_orinoco_private_29566 short_retry_limit orinoco_private 0 29566 NULL
++enable_so_fs_devrw_entry_fndecl_29575 fs_devrw_entry fndecl 3 29575 NULL
++enable_so_xstateregs_get_fndecl_29585 xstateregs_get fndecl 4 29585 NULL nohasharray
++enable_so_valid_hooks_xt_table_29585 valid_hooks xt_table 0 29585 &enable_so_xstateregs_get_fndecl_29585
++enable_so_num_rx_queues_e1000_adapter_29589 num_rx_queues e1000_adapter 0 29589 NULL
++enable_so_ti_write_fndecl_29599 ti_write fndecl 4 29599 NULL
++enable_so_queue_size_snd_timer_user_29607 queue_size snd_timer_user 0 29607 NULL
++enable_so_r1_sync_page_io_fndecl_29608 r1_sync_page_io fndecl 3-2 29608 NULL
++enable_so_efd_group_ext4_free_data_29619 efd_group ext4_free_data 0 29619 NULL
++enable_so_escd_size_escd_info_struc_29631 escd_size escd_info_struc 0 29631 NULL
++enable_so_vbi_vlen_saa7134_dev_29640 vbi_vlen saa7134_dev 0 29640 NULL nohasharray
++enable_so_nicvf_init_snd_queue_fndecl_29640 nicvf_init_snd_queue fndecl 3 29640 &enable_so_vbi_vlen_saa7134_dev_29640
++enable_so_placement_offset_eth_fast_path_rx_cqe_29646 placement_offset eth_fast_path_rx_cqe 0 29646 NULL
++enable_so_num_counters_arpt_replace_29649 num_counters arpt_replace 0 29649 NULL
++enable_so_count_vfio_pci_hot_reset_info_29655 count vfio_pci_hot_reset_info 0 29655 NULL
++enable_so_split_node_fndecl_29659 split_node fndecl 0-4 29659 NULL nohasharray
++enable_so_ls_num_lprocfs_stats_29659 ls_num lprocfs_stats 0 29659 &enable_so_split_node_fndecl_29659
++enable_so_pci_cfg_space_size_fndecl_29666 pci_cfg_space_size fndecl 0 29666 NULL
++enable_so_buf_addr_mlx4_ib_create_cq_29678 buf_addr mlx4_ib_create_cq 0 29678 NULL nohasharray
++enable_so___ipv4_tun_to_nlattr_fndecl_29678 __ipv4_tun_to_nlattr fndecl 4 29678 &enable_so_buf_addr_mlx4_ib_create_cq_29678
++enable_so_rtsx_usb_seq_read_register_fndecl_29680 rtsx_usb_seq_read_register fndecl 3 29680 NULL nohasharray
++enable_so_mon_buff_area_alloc_contiguous_fndecl_29680 mon_buff_area_alloc_contiguous fndecl 2 29680 &enable_so_rtsx_usb_seq_read_register_fndecl_29680
++enable_so_comps_used_isert_device_29683 comps_used isert_device 0 29683 NULL
++enable_so_APP_len_camera_data_29686 APP_len camera_data 0 29686 NULL
++enable_so_i40e_pci_sriov_configure_fndecl_29688 i40e_pci_sriov_configure fndecl 2 29688 NULL
++enable_so_osd_req_write_sg_kern_fndecl_29697 osd_req_write_sg_kern fndecl 5 29697 NULL
++enable_so_rds_message_alloc_fndecl_29702 rds_message_alloc fndecl 1 29702 NULL
++enable_so_get_vm_area_caller_fndecl_29708 get_vm_area_caller fndecl 1 29708 NULL
++enable_so_ocfs2_add_refcounted_extent_fndecl_29709 ocfs2_add_refcounted_extent fndecl 5-7-6 29709 NULL
++enable_so_SGE_size__MPT_ADAPTER_29715 SGE_size _MPT_ADAPTER 0 29715 NULL
++enable_so_first_sect_blkif_request_segment_29716 first_sect blkif_request_segment 0 29716 NULL
++enable_so_ext4_itable_unused_count_fndecl_29718 ext4_itable_unused_count fndecl 0 29718 NULL
++enable_so_maxframe_vardecl_n_hdlc_c_29719 maxframe vardecl_n_hdlc.c 0 29719 NULL
++enable_so_qib_alloc_fast_reg_page_list_fndecl_29720 qib_alloc_fast_reg_page_list fndecl 2 29720 NULL
++enable_so_bpp_aty128_crtc_29724 bpp aty128_crtc 0 29724 NULL nohasharray
++enable_so_sel_write_disable_fndecl_29724 sel_write_disable fndecl 3 29724 &enable_so_bpp_aty128_crtc_29724
++enable_so_Zlen_hfc_multi_29733 Zlen hfc_multi 0 29733 NULL nohasharray
++enable_so_num_resources_mfd_cell_29733 num_resources mfd_cell 0 29733 &enable_so_Zlen_hfc_multi_29733
++enable_so_target_pages_balloon_stats_29734 target_pages balloon_stats 0 29734 NULL
++enable_so___ceph_tcp_sendpage_fndecl_29744 __ceph_tcp_sendpage fndecl 0 29744 NULL
++enable_so_ba_param_set_wil_back_rx_29752 ba_param_set wil_back_rx 0 29752 NULL
++enable_so_snd_pcm_lib_read_fndecl_29755 snd_pcm_lib_read fndecl 0 29755 NULL nohasharray
++enable_so_kstrtouint_from_user_fndecl_29755 kstrtouint_from_user fndecl 2 29755 &enable_so_snd_pcm_lib_read_fndecl_29755
++enable_so_curfreq_raremono_device_29760 curfreq raremono_device 0 29760 NULL
++enable_so_hotplug_pages_balloon_stats_29763 hotplug_pages balloon_stats 0 29763 NULL nohasharray
++enable_so_ext4_write_begin_fndecl_29763 ext4_write_begin fndecl 4-3 29763 &enable_so_hotplug_pages_balloon_stats_29763
++enable_so_physical_scrub_bio_29776 physical scrub_bio 0 29776 NULL
++enable_so_eqp_bdi_bd_list_29780 eqp_bdi bd_list 0 29780 NULL
++enable_so_io_min_queue_limits_29785 io_min queue_limits 0 29785 NULL
++enable_so_first_index_zap_details_29790 first_index zap_details 0 29790 NULL
++enable_so_blk_queue_max_discard_sectors_fndecl_29799 blk_queue_max_discard_sectors fndecl 2 29799 NULL
++enable_so_cxgb3_get_cpl_reply_skb_fndecl_29807 cxgb3_get_cpl_reply_skb fndecl 2 29807 NULL
++enable_so_otp_read_fndecl_29809 otp_read fndecl 5-4-2 29809 NULL nohasharray
++enable_so_vbe_state_size_uvesafb_par_29809 vbe_state_size uvesafb_par 0 29809 &enable_so_otp_read_fndecl_29809
++enable_so_si_lasti_bfs_sb_info_29842 si_lasti bfs_sb_info 0 29842 NULL
++enable_so_len_ethtool_dump_29843 len ethtool_dump 0 29843 NULL
++enable_so_s_desc_per_block_ext3_sb_info_29846 s_desc_per_block ext3_sb_info 0 29846 NULL
++enable_so_fq_alloc_node_fndecl_29850 fq_alloc_node fndecl 1 29850 NULL
++enable_so_alloc_coherent_fndecl_29851 alloc_coherent fndecl 2 29851 NULL
++enable_so_iommu_pgshift_gk20a_instmem_priv_29853 iommu_pgshift gk20a_instmem_priv 0 29853 NULL
++enable_so_pvr2_buffer_get_count_fndecl_29860 pvr2_buffer_get_count fndecl 0 29860 NULL
++enable_so_lower_vardecl_matroxfb_base_c_29861 lower vardecl_matroxfb_base.c 0 29861 NULL
++enable_so_bfs_add_entry_fndecl_29864 bfs_add_entry fndecl 4 29864 NULL
++enable_so_alloc_vmap_area_fndecl_29865 alloc_vmap_area fndecl 1-2-3 29865 NULL
++enable_so_fat_attach_fndecl_29877 fat_attach fndecl 2 29877 NULL
++enable_so_nfs_idmap_lookup_id_fndecl_29879 nfs_idmap_lookup_id fndecl 2 29879 NULL
++enable_so_inum_btrfs_ioctl_ino_path_args_29882 inum btrfs_ioctl_ino_path_args 0 29882 NULL
++enable_so_length_ndis_80211_pmkid_29893 length ndis_80211_pmkid 0 29893 NULL
++enable_so_selinux_inode_setxattr_fndecl_29895 selinux_inode_setxattr fndecl 4 29895 NULL
++enable_so_ovl_fill_lower_fndecl_29899 ovl_fill_lower fndecl 3 29899 NULL
++enable_so_be_pci_sriov_configure_fndecl_29900 be_pci_sriov_configure fndecl 2 29900 NULL
++enable_so_edge_write_fndecl_29911 edge_write fndecl 4 29911 NULL
++enable_so_io_error_dio_29914 io_error dio 0 29914 NULL
++enable_so_fw_imem_len_rt_firmware_29916 fw_imem_len rt_firmware 0 29916 NULL nohasharray
++enable_so_PageLength__CONFIG_PAGE_HEADER_29916 PageLength _CONFIG_PAGE_HEADER 0 29916 &enable_so_fw_imem_len_rt_firmware_29916
++enable_so_size_ipt_replace_29921 size ipt_replace 0 29921 NULL
++enable_so_sctp_getsockopt_maxseg_fndecl_29922 sctp_getsockopt_maxseg fndecl 2 29922 NULL
++enable_so_nr_frags_skb_shared_info_29925 nr_frags skb_shared_info 0 29925 NULL
++enable_so_sys_syslog_fndecl_29929 sys_syslog fndecl 3 29929 NULL
++enable_so_cdv_intel_clock_fndecl_29931 cdv_intel_clock fndecl 1 29931 NULL nohasharray
++enable_so_fll_fref_wm8993_priv_29931 fll_fref wm8993_priv 0 29931 &enable_so_cdv_intel_clock_fndecl_29931
++enable_so_read_pstore_info_29933 read pstore_info 0 29933 NULL
++enable_so_shash_async_setkey_fndecl_29939 shash_async_setkey fndecl 3 29939 NULL nohasharray
++enable_so_pvr2_ioread_read_fndecl_29939 pvr2_ioread_read fndecl 3 29939 &enable_so_shash_async_setkey_fndecl_29939
++enable_so_rx_endpoint_acm_29952 rx_endpoint acm 0 29952 NULL nohasharray
++enable_so_s_min_extra_isize_ext4_super_block_29952 s_min_extra_isize ext4_super_block 0 29952 &enable_so_rx_endpoint_acm_29952 nohasharray
++enable_so_cciss_proc_write_fndecl_29952 cciss_proc_write fndecl 3 29952 &enable_so_s_min_extra_isize_ext4_super_block_29952
++enable_so_opts1_mask_rtl8169_private_29953 opts1_mask rtl8169_private 0 29953 NULL
++enable_so_max_mlx5_core_srq_29956 max mlx5_core_srq 0 29956 NULL nohasharray
++enable_so_state_count_Fsm_29956 state_count Fsm 0 29956 &enable_so_max_mlx5_core_srq_29956
++enable_so_memconsole_length_vardecl_memconsole_c_29962 memconsole_length vardecl_memconsole.c 0 29962 NULL
++enable_so_pixelclock_v4l2_bt_timings_29967 pixelclock v4l2_bt_timings 0 29967 NULL
++enable_so_c_phys_ocfs2_write_cluster_desc_29971 c_phys ocfs2_write_cluster_desc 0 29971 NULL
++enable_so_idef5upd_gru_control_block_extended_29974 idef5upd gru_control_block_extended 0 29974 NULL
++enable_so_ds_in_channels_hdsp_29975 ds_in_channels hdsp 0 29975 NULL
++enable_so_insert_orphan_item_fndecl_29978 insert_orphan_item fndecl 3 29978 NULL
++enable_so_i_suballoc_loc_ocfs2_dinode_29986 i_suballoc_loc ocfs2_dinode 0 29986 NULL
++enable_so_init_size_il4965_firmware_pieces_29990 init_size il4965_firmware_pieces 0 29990 NULL
++enable_so_nvif_object_new_fndecl_29999 nvif_object_new fndecl 5 29999 NULL
++enable_so_auth_mode_libipw_security_30001 auth_mode libipw_security 0 30001 NULL
++enable_so_snd_pcm_lib_preallocate_pages1_fndecl_30002 snd_pcm_lib_preallocate_pages1 fndecl 2 30002 NULL
++enable_so_btrfs_add_ordered_extent_compress_fndecl_30005 btrfs_add_ordered_extent_compress fndecl 4-2-5-3 30005 NULL
++enable_so_msc_nfinalizers_lnet_msg_container_30006 msc_nfinalizers lnet_msg_container 0 30006 NULL
++enable_so_obj_offset_ore_striping_info_30010 obj_offset ore_striping_info 0 30010 NULL
++enable_so_snd_rme9652_capture_copy_fndecl_30012 snd_rme9652_capture_copy fndecl 5 30012 NULL
++enable_so_period_em28xx_audio_30017 period em28xx_audio 0 30017 NULL
++enable_so_netlbl_catmap_setbit_fndecl_30024 netlbl_catmap_setbit fndecl 2 30024 NULL
++enable_so_read_emulate_fndecl_30037 read_emulate fndecl 2 30037 NULL
++enable_so_snd_pcm_oss_set_subdivide_fndecl_30050 snd_pcm_oss_set_subdivide fndecl 2 30050 NULL
++enable_so_bit_bmove_fndecl_30057 bit_bmove fndecl 7-3-5-8-4-6 30057 NULL
++enable_so_add_swap_extent_fndecl_30065 add_swap_extent fndecl 2-4-3 30065 NULL nohasharray
++enable_so_get_dump_page_fndecl_30065 get_dump_page fndecl 1 30065 &enable_so_add_swap_extent_fndecl_30065
++enable_so_psb_gem_create_fndecl_30068 psb_gem_create fndecl 3 30068 NULL nohasharray
++enable_so_dio_read_error_fndecl_30068 dio_read_error fndecl 5-4 30068 &enable_so_psb_gem_create_fndecl_30068
++enable_so_to_ifla_vlan_qos_mapping_30070 to ifla_vlan_qos_mapping 0 30070 NULL
++enable_so_SYSC_io_setup_fndecl_30071 SYSC_io_setup fndecl 1 30071 NULL
++enable_so_mwifiex_send_tdls_data_frame_fndecl_30072 mwifiex_send_tdls_data_frame fndecl 7 30072 NULL
++enable_so_wapi_ie_len_mwifiex_private_30073 wapi_ie_len mwifiex_private 0 30073 NULL
++enable_so_trim_sections_f2fs_sm_info_30075 trim_sections f2fs_sm_info 0 30075 NULL
++enable_so_cur_pos_kobil_private_30076 cur_pos kobil_private 0 30076 NULL
++enable_so_ufx_alloc_urb_list_fndecl_30078 ufx_alloc_urb_list fndecl 3 30078 NULL
++enable_so_vsync_offset_hi_oaktrail_timing_info_30079 vsync_offset_hi oaktrail_timing_info 0 30079 NULL
++enable_so_num_pages_vmw_mob_30089 num_pages vmw_mob 0 30089 NULL
++enable_so_do_compat_pselect_fndecl_30093 do_compat_pselect fndecl 1 30093 NULL
++enable_so_length_ehci_qtd_30102 length ehci_qtd 0 30102 NULL
++enable_so_count_AUDIOCMD_30104 count AUDIOCMD 0 30104 NULL nohasharray
++enable_so_ecryptfs_decode_and_decrypt_filename_fndecl_30104 ecryptfs_decode_and_decrypt_filename fndecl 5 30104 &enable_so_count_AUDIOCMD_30104
++enable_so_mmc_test_seq_write_perf_fndecl_30107 mmc_test_seq_write_perf fndecl 2 30107 NULL
++enable_so_max_total_qng_asc_dvc_var_30137 max_total_qng asc_dvc_var 0 30137 NULL
++enable_so_i915_gem_object_create_stolen_for_preallocated_fndecl_30151 i915_gem_object_create_stolen_for_preallocated fndecl 4-2-3 30151 NULL nohasharray
++enable_so_hpfs_remove_fnode_fndecl_30151 hpfs_remove_fnode fndecl 2 30151 &enable_so_i915_gem_object_create_stolen_for_preallocated_fndecl_30151
++enable_so_otype_filename_trans_datum_30155 otype filename_trans_datum 0 30155 NULL nohasharray
++enable_so_num_tx_queues_ixgbevf_adapter_30155 num_tx_queues ixgbevf_adapter 0 30155 &enable_so_otype_filename_trans_datum_30155
++enable_so_scif_get_node_ids_fndecl_30156 scif_get_node_ids fndecl 0 30156 NULL
++enable_so_buffer_len_fnic_dbgfs_30157 buffer_len fnic_dbgfs 0 30157 NULL
++enable_so_iobuf_dma_us_data_30159 iobuf_dma us_data 0 30159 NULL
++enable_so_addr_rds_iovec_30161 addr rds_iovec 0 30161 NULL
++enable_so_tool_peer_mask_read_fndecl_30164 tool_peer_mask_read fndecl 3 30164 NULL
++enable_so_bulk_in_size_hdpvr_device_30165 bulk_in_size hdpvr_device 0 30165 NULL
++enable_so_rx_buf_sz_epic_private_30166 rx_buf_sz epic_private 0 30166 NULL nohasharray
++enable_so_send_section_size_netvsc_device_30166 send_section_size netvsc_device 0 30166 &enable_so_rx_buf_sz_epic_private_30166
++enable_so_rx_ring_size_pxa168_eth_private_30172 rx_ring_size pxa168_eth_private 0 30172 NULL
++enable_so_bnx2x_set_gro_params_fndecl_30177 bnx2x_set_gro_params fndecl 3 30177 NULL
++enable_so_prism2_ap_get_sta_qual_fndecl_30181 prism2_ap_get_sta_qual fndecl 0 30181 NULL
++enable_so_in_ep_num_rtl_hal_usbint_cfg_30182 in_ep_num rtl_hal_usbint_cfg 0 30182 NULL
++enable_so_SyS_io_setup_fndecl_30191 SyS_io_setup fndecl 1 30191 NULL
++enable_so_buf_len_uvesafb_task_30200 buf_len uvesafb_task 0 30200 NULL
++enable_so_i915_gem_setup_global_gtt_fndecl_30202 i915_gem_setup_global_gtt fndecl 2-4 30202 NULL
++enable_so_hash_ipportip6_expire_fndecl_30205 hash_ipportip6_expire fndecl 4 30205 NULL
++enable_so_pipe_size_renesas_usbhs_driver_param_30206 pipe_size renesas_usbhs_driver_param 0 30206 NULL
++enable_so_len_header_msg_30207 len header_msg 0 30207 NULL
++enable_so_hrp_nthrs_ptlrpc_hr_partition_30214 hrp_nthrs ptlrpc_hr_partition 0 30214 NULL
++enable_so_xennet_make_one_txreq_fndecl_30215 xennet_make_one_txreq fndecl 4-5 30215 NULL nohasharray
++enable_so_btrfs_find_space_for_alloc_fndecl_30215 btrfs_find_space_for_alloc fndecl 0-2-3 30215 &enable_so_xennet_make_one_txreq_fndecl_30215
++enable_so_bm_bits_bm_xfer_ctx_30221 bm_bits bm_xfer_ctx 0 30221 NULL
++enable_so_le_mtu_hci_dev_30225 le_mtu hci_dev 0 30225 NULL
++enable_so_tegra_spi_start_rx_dma_fndecl_30226 tegra_spi_start_rx_dma fndecl 2 30226 NULL
++enable_so_vtag_atl1e_recv_ret_status_30229 vtag atl1e_recv_ret_status 0 30229 NULL
++enable_so___add_keyed_refs_fndecl_30230 __add_keyed_refs fndecl 3 30230 NULL
++enable_so_tcp_header_len_tcp_sock_30231 tcp_header_len tcp_sock 0 30231 NULL
++enable_so_insert_inline_extent_backref_fndecl_30244 insert_inline_extent_backref fndecl 5-8-4 30244 NULL
++enable_so_reiserfs_breada_fndecl_30247 reiserfs_breada fndecl 3-2 30247 NULL
++enable_so_id_kern_ipc_perm_30249 id kern_ipc_perm 0 30249 NULL
++enable_so_compat_sys_truncate_fndecl_30258 compat_sys_truncate fndecl 2 30258 NULL
++enable_so_max_host_qng_adv_dvc_var_30264 max_host_qng adv_dvc_var 0 30264 NULL
++enable_so_tda10048_writeregbulk_fndecl_30265 tda10048_writeregbulk fndecl 4 30265 NULL
++enable_so_sys_sendfile_fndecl_30267 sys_sendfile fndecl 4 30267 NULL nohasharray
++enable_so_rawsock_recvmsg_fndecl_30267 rawsock_recvmsg fndecl 3 30267 &enable_so_sys_sendfile_fndecl_30267
++enable_so_tda665x_write_fndecl_30269 tda665x_write fndecl 3 30269 NULL
++enable_so_blockshift_alauda_media_info_30287 blockshift alauda_media_info 0 30287 NULL
++enable_so_xfs_collapse_file_space_fndecl_30288 xfs_collapse_file_space fndecl 2-3 30288 NULL
++enable_so_blk_queue_dma_drain_fndecl_30290 blk_queue_dma_drain fndecl 4 30290 NULL
++enable_so_t_tinc_hdr_rem_rds_tcp_connection_30296 t_tinc_hdr_rem rds_tcp_connection 0 30296 NULL nohasharray
++enable_so_count_argc_fndecl_30296 count_argc fndecl 0 30296 &enable_so_t_tinc_hdr_rem_rds_tcp_connection_30296
++enable_so_wlength_at76_rx_buffer_30301 wlength at76_rx_buffer 0 30301 NULL
++enable_so_alloc_alien_cache_fndecl_30308 alloc_alien_cache fndecl 2 30308 NULL
++enable_so_tracing_buffers_read_fndecl_30311 tracing_buffers_read fndecl 3 30311 NULL
++enable_so_ki_pos_kiocb_30312 ki_pos kiocb 0 30312 NULL
++enable_so_wbuf_pagesize_jffs2_sb_info_30318 wbuf_pagesize jffs2_sb_info 0 30318 NULL
++enable_so_nfakewriters_vardecl_rcutorture_c_30320 nfakewriters vardecl_rcutorture.c 0 30320 NULL
++enable_so_kvm_write_guest_cached_fndecl_30321 kvm_write_guest_cached fndecl 4 30321 NULL
++enable_so_avc_stream_set_format_fndecl_30322 avc_stream_set_format fndecl 5 30322 NULL
++enable_so_tc90522_master_xfer_fndecl_30332 tc90522_master_xfer fndecl 3 30332 NULL
++enable_so_src_bytes_x86_instruction_info_30334 src_bytes x86_instruction_info 0 30334 NULL
++enable_so_rs_move_legacy_other_fndecl_30344 rs_move_legacy_other fndecl 5 30344 NULL
++enable_so_p_ssize_f_uac2_opts_30353 p_ssize f_uac2_opts 0 30353 NULL
++enable_so_max_rq_sg_mlx4_caps_30357 max_rq_sg mlx4_caps 0 30357 NULL
++enable_so_bt_datalen_bcm5974_config_30374 bt_datalen bcm5974_config 0 30374 NULL nohasharray
++enable_so_len_snd_seq_ev_ext_30374 len snd_seq_ev_ext 0 30374 &enable_so_bt_datalen_bcm5974_config_30374
++enable_so_qnx4_iget_fndecl_30383 qnx4_iget fndecl 2 30383 NULL
++enable_so_ioat2_alloc_ring_fndecl_30391 ioat2_alloc_ring fndecl 2 30391 NULL
++enable_so_ssid_len_cfg80211_ssid_30393 ssid_len cfg80211_ssid 0 30393 NULL
++enable_so_datalen_port100_frame_30394 datalen port100_frame 0 30394 NULL
++enable_so_ocfs2_dx_entry_list_insert_fndecl_30397 ocfs2_dx_entry_list_insert fndecl 3 30397 NULL
++enable_so_dbgp_control_msg_fndecl_30405 dbgp_control_msg fndecl 7 30405 NULL
++enable_so_hwm_tx_init_fndecl_30411 hwm_tx_init fndecl 4 30411 NULL
++enable_so_get_pages_vram_fndecl_30416 get_pages_vram fndecl 2 30416 NULL
++enable_so_decode_opaque_fixed_fndecl_30421 decode_opaque_fixed fndecl 3 30421 NULL
++enable_so_bytes_committed_mlx5_pagefault_30434 bytes_committed mlx5_pagefault 0 30434 NULL
++enable_so_of_irq_count_fndecl_30438 of_irq_count fndecl 0 30438 NULL
++enable_so_count_snd_kcontrol_new_30443 count snd_kcontrol_new 0 30443 NULL
++enable_so_comedi_alloc_spriv_fndecl_30449 comedi_alloc_spriv fndecl 2 30449 NULL
++enable_so_num_channels_iio_dev_30451 num_channels iio_dev 0 30451 NULL
++enable_so_xfs_map_direct_fndecl_30459 xfs_map_direct fndecl 4 30459 NULL
++enable_so_mmap_region_fndecl_30460 mmap_region fndecl 2-3-5 30460 NULL
++enable_so_height_drm_qxl_alloc_surf_30468 height drm_qxl_alloc_surf 0 30468 NULL
++enable_so___qp_memcpy_to_queue_fndecl_30472 __qp_memcpy_to_queue fndecl 4-2 30472 NULL
++enable_so_nouveau_gem_new_fndecl_30476 nouveau_gem_new fndecl 2 30476 NULL
++enable_so_produce_size_vmci_qp_alloc_info_30480 produce_size vmci_qp_alloc_info 0 30480 NULL nohasharray
++enable_so_btrfs_sync_file_fndecl_30480 btrfs_sync_file fndecl 2 30480 &enable_so_produce_size_vmci_qp_alloc_info_30480
++enable_so_xfs_inode_alloc_fndecl_30482 xfs_inode_alloc fndecl 2 30482 NULL
++enable_so_xdr_buf_trim_fndecl_30485 xdr_buf_trim fndecl 2 30485 NULL
++enable_so_SyS_io_getevents_fndecl_30487 SyS_io_getevents fndecl 3 30487 NULL
++enable_so_rd_build_prot_space_fndecl_30490 rd_build_prot_space fndecl 3-2 30490 NULL
++enable_so_vhost_add_used_n_fndecl_30491 vhost_add_used_n fndecl 3 30491 NULL
++enable_so_height_s2255_vc_30492 height s2255_vc 0 30492 NULL
++enable_so_kvm_read_guest_atomic_fndecl_30494 kvm_read_guest_atomic fndecl 2-4 30494 NULL
++enable_so_nfcwilink_send_bts_cmd_fndecl_30497 nfcwilink_send_bts_cmd fndecl 3 30497 NULL
++enable_so_tolen_nfs3_linkargs_30505 tolen nfs3_linkargs 0 30505 NULL
++enable_so_rocker_group_l2_fan_out_fndecl_30512 rocker_group_l2_fan_out fndecl 4 30512 NULL
++enable_so_ip_list_hash_size_vardecl_xt_recent_c_30522 ip_list_hash_size vardecl_xt_recent.c 0 30522 NULL
++enable_so_buf_start_lo_rx_buf_desc_30523 buf_start_lo rx_buf_desc 0 30523 NULL
++enable_so_sys_bind_fndecl_30524 sys_bind fndecl 3 30524 NULL
++enable_so_ttm_dma_page_pool_free_fndecl_30527 ttm_dma_page_pool_free fndecl 2 30527 NULL
++enable_so_send_command_fndecl_30531 send_command fndecl 4 30531 NULL
++enable_so_InitiatorRecvDataSegmentLength_iscsi_conn_ops_30535 InitiatorRecvDataSegmentLength iscsi_conn_ops 0 30535 NULL
++enable_so_len_nfsd_readlinkres_30541 len nfsd_readlinkres 0 30541 NULL
++enable_so_xen_blkif_max_segments_vardecl_xen_blkfront_c_30543 xen_blkif_max_segments vardecl_xen-blkfront.c 0 30543 NULL
++enable_so_pstore_compress_fndecl_30549 pstore_compress fndecl 3-4 30549 NULL
++enable_so_nfcid_len_pn533_target_type_a_30554 nfcid_len pn533_target_type_a 0 30554 NULL
++enable_so_left_vardecl_matroxfb_base_c_30557 left vardecl_matroxfb_base.c 0 30557 NULL
++enable_so_min_size_rhashtable_params_30562 min_size rhashtable_params 0 30562 NULL
++enable_so_wMaxCommand_wdm_device_30565 wMaxCommand wdm_device 0 30565 NULL
++enable_so_entries_usb_sg_request_30570 entries usb_sg_request 0 30570 NULL
++enable_so_snd_pcm_oss_write1_fndecl_30571 snd_pcm_oss_write1 fndecl 3 30571 NULL
++enable_so_s_iblkno_ufs_sb_private_info_30572 s_iblkno ufs_sb_private_info 0 30572 NULL nohasharray
++enable_so_wiidebug_drm_write_fndecl_30572 wiidebug_drm_write fndecl 3 30572 &enable_so_s_iblkno_ufs_sb_private_info_30572 nohasharray
++enable_so_key_len_ubifs_info_30572 key_len ubifs_info 0 30572 &enable_so_wiidebug_drm_write_fndecl_30572
++enable_so_udf_get_pblock_virt20_fndecl_30574 udf_get_pblock_virt20 fndecl 4 30574 NULL
++enable_so_pio_ide_pio_info_30575 pio ide_pio_info 0 30575 NULL
++enable_so_delta_stack_mm_struct_30582 delta_stack mm_struct 0 30582 NULL
++enable_so_max_intr_slots_myri10ge_priv_30588 max_intr_slots myri10ge_priv 0 30588 NULL
++enable_so_group_ext4_new_group_data_30590 group ext4_new_group_data 0 30590 NULL
++enable_so_read_edid_block_fndecl_30591 read_edid_block fndecl 4 30591 NULL
++enable_so_size_drm_savage_cmdbuf_30592 size drm_savage_cmdbuf 0 30592 NULL
++enable_so_get_scq_fndecl_30594 get_scq fndecl 2 30594 NULL
++enable_so___ipath_get_user_pages_fndecl_30595 __ipath_get_user_pages fndecl 1 30595 NULL
++enable_so_tifm_alloc_adapter_fndecl_30596 tifm_alloc_adapter fndecl 1 30596 NULL
++enable_so_sctp_addto_chunk_fndecl_30597 sctp_addto_chunk fndecl 2 30597 NULL
++enable_so_ext4_collapse_range_fndecl_30598 ext4_collapse_range fndecl 2-3 30598 NULL
++enable_so_offset_drm_i915_gem_pread_30601 offset drm_i915_gem_pread 0 30601 NULL
++enable_so_add_ino_fndecl_30603 add_ino fndecl 2 30603 NULL
++enable_so_rx_win_size_mwifiex_add_ba_param_30610 rx_win_size mwifiex_add_ba_param 0 30610 NULL
++enable_so_blk_sz_os_dat_entry_s_30612 blk_sz os_dat_entry_s 0 30612 NULL
++enable_so_ieee802_11_parse_elems_crc_fndecl_30615 ieee802_11_parse_elems_crc fndecl 2 30615 NULL
++enable_so_size_cmdQ_30622 size cmdQ 0 30622 NULL
++enable_so_lprocfs_wr_atomic_fndecl_30643 lprocfs_wr_atomic fndecl 3 30643 NULL
++enable_so_catc_ctrl_async_fndecl_30648 catc_ctrl_async fndecl 7 30648 NULL
++enable_so_drbd_md_sync_page_io_fndecl_30651 drbd_md_sync_page_io fndecl 3 30651 NULL
++enable_so_size_vmcore_30652 size vmcore 0 30652 NULL
++enable_so_start_numa_memblk_30656 start numa_memblk 0 30656 NULL nohasharray
++enable_so_TargetRecvDataSegmentLength_iscsi_conn_ops_30656 TargetRecvDataSegmentLength iscsi_conn_ops 0 30656 &enable_so_start_numa_memblk_30656
++enable_so_ci_port_test_write_fndecl_30657 ci_port_test_write fndecl 3 30657 NULL
++enable_so_ext4_mb_new_blocks_fndecl_30662 ext4_mb_new_blocks fndecl 0 30662 NULL
++enable_so_max_count_pvr2_buffer_30678 max_count pvr2_buffer 0 30678 NULL
++enable_so_log_num_srqs_mlx4_init_hca_param_30681 log_num_srqs mlx4_init_hca_param 0 30681 NULL
++enable_so_ar9003_dump_modal_eeprom_fndecl_30684 ar9003_dump_modal_eeprom fndecl 0-2-3 30684 NULL
++enable_so_ramsize_brcmf_chip_30687 ramsize brcmf_chip 0 30687 NULL
++enable_so_keybytes_gss_krb5_enctype_30694 keybytes gss_krb5_enctype 0 30694 NULL nohasharray
++enable_so_xfrm_hash_alloc_fndecl_30694 xfrm_hash_alloc fndecl 1 30694 &enable_so_keybytes_gss_krb5_enctype_30694
++enable_so_btrfs_add_delayed_extent_op_fndecl_30699 btrfs_add_delayed_extent_op fndecl 3-4 30699 NULL
++enable_so_hdsp_spdif_sample_rate_fndecl_30700 hdsp_spdif_sample_rate fndecl 0 30700 NULL
++enable_so_shift_sm501_clock_30710 shift sm501_clock 0 30710 NULL
++enable_so_sched_autogroup_write_fndecl_30715 sched_autogroup_write fndecl 3 30715 NULL
++enable_so_crypt_status_fndecl_30727 crypt_status fndecl 5 30727 NULL nohasharray
++enable_so___alloc_preds_fndecl_30727 __alloc_preds fndecl 2 30727 &enable_so_crypt_status_fndecl_30727
++enable_so_lbs_threshold_write_fndecl_30733 lbs_threshold_write fndecl 5 30733 NULL
++enable_so_sock_recvmsg_fndecl_30735 sock_recvmsg fndecl 0 30735 NULL
++enable_so_bop_seek_key_nilfs_bmap_operations_30741 bop_seek_key nilfs_bmap_operations 0 30741 NULL nohasharray
++enable_so_mlx5_wq_cyc_get_size_fndecl_30741 mlx5_wq_cyc_get_size fndecl 0 30741 &enable_so_bop_seek_key_nilfs_bmap_operations_30741
++enable_so_common_rfc4106_set_key_fndecl_30755 common_rfc4106_set_key fndecl 3 30755 NULL
++enable_so_n_scan_channels_iwl_ucode_capabilities_30761 n_scan_channels iwl_ucode_capabilities 0 30761 NULL
++enable_so_ext3_alloc_branch_fndecl_30765 ext3_alloc_branch fndecl 5 30765 NULL
++enable_so_lp_write_fndecl_30772 lp_write fndecl 3 30772 NULL
++enable_so_btrfs_add_delayed_data_ref_fndecl_30775 btrfs_add_delayed_data_ref fndecl 5-6-3-4-7 30775 NULL nohasharray
++enable_so_leb_size_ubifs_info_30775 leb_size ubifs_info 0 30775 &enable_so_btrfs_add_delayed_data_ref_fndecl_30775
++enable_so_nzones_high_adfs_discrecord_30776 nzones_high adfs_discrecord 0 30776 NULL
++enable_so_isoc_in_pipe_ttusb_30778 isoc_in_pipe ttusb 0 30778 NULL
++enable_so_hdrlen_brcmf_pub_30788 hdrlen brcmf_pub 0 30788 NULL nohasharray
++enable_so_fw_node_create_fndecl_30788 fw_node_create fndecl 2 30788 &enable_so_hdrlen_brcmf_pub_30788
++enable_so_fcoe_ddp_xid_net_device_30789 fcoe_ddp_xid net_device 0 30789 NULL
++enable_so_alloc_order_ioat2_dma_chan_30790 alloc_order ioat2_dma_chan 0 30790 NULL
++enable_so_netup_write_i2c_fndecl_30793 netup_write_i2c fndecl 5 30793 NULL
++enable_so_ipath_get_user_pages_fndecl_30794 ipath_get_user_pages fndecl 1 30794 NULL
++enable_so_kobj_map_fndecl_30797 kobj_map fndecl 3-2 30797 NULL
++enable_so_wr_sz_csio_q_30799 wr_sz csio_q 0 30799 NULL
++enable_so_extra_mpdu_postfix_len_lib80211_crypto_ops_30803 extra_mpdu_postfix_len lib80211_crypto_ops 0 30803 NULL nohasharray
++enable_so_fwlen_mpt_fw_xfer_30803 fwlen mpt_fw_xfer 0 30803 &enable_so_extra_mpdu_postfix_len_lib80211_crypto_ops_30803
++enable_so_ResidualCnt_ErrorInfo_30806 ResidualCnt ErrorInfo 0 30806 NULL
++enable_so_buf_dma_gtco_30808 buf_dma gtco 0 30808 NULL nohasharray
++enable_so_sadb_key_bits_sadb_key_30808 sadb_key_bits sadb_key 0 30808 &enable_so_buf_dma_gtco_30808
++enable_so_unmerge_ksm_pages_fndecl_30809 unmerge_ksm_pages fndecl 2 30809 NULL nohasharray
++enable_so_il_dbgfs_missed_beacon_write_fndecl_30809 il_dbgfs_missed_beacon_write fndecl 3 30809 &enable_so_unmerge_ksm_pages_fndecl_30809
++enable_so_si21_readregs_fndecl_30810 si21_readregs fndecl 4 30810 NULL nohasharray
++enable_so_xfs_ialloc_read_agi_fndecl_30810 xfs_ialloc_read_agi fndecl 3 30810 &enable_so_si21_readregs_fndecl_30810 nohasharray
++enable_so_min_offset_btrfs_ioctl_search_key_30810 min_offset btrfs_ioctl_search_key 0 30810 &enable_so_xfs_ialloc_read_agi_fndecl_30810
++enable_so_root_btrfs_delayed_tree_ref_30811 root btrfs_delayed_tree_ref 0 30811 NULL nohasharray
++enable_so_sr_bit_offset_ocfs2_suballoc_result_30811 sr_bit_offset ocfs2_suballoc_result 0 30811 &enable_so_root_btrfs_delayed_tree_ref_30811
++enable_so_num_mcg_mthca_profile_30814 num_mcg mthca_profile 0 30814 NULL
++enable_so_audit_log_n_untrustedstring_fndecl_30815 audit_log_n_untrustedstring fndecl 3 30815 NULL
++enable_so_shmem_write_begin_fndecl_30822 shmem_write_begin fndecl 3 30822 NULL
++enable_so_report_count_hid_field_30826 report_count hid_field 0 30826 NULL
++enable_so_s_root_blkno_ocfs2_super_block_30828 s_root_blkno ocfs2_super_block 0 30828 NULL
++enable_so___load_segment_descriptor_fndecl_30833 __load_segment_descriptor fndecl 2-4 30833 NULL
++enable_so_add_memory_fndecl_30836 add_memory fndecl 3-2 30836 NULL
++enable_so_f2fs_read_data_pages_fndecl_30837 f2fs_read_data_pages fndecl 4 30837 NULL
++enable_so_dm_btree_walk_fndecl_30840 dm_btree_walk fndecl 2 30840 NULL
++enable_so_shadow_root_level_kvm_mmu_30842 shadow_root_level kvm_mmu 0 30842 NULL
++enable_so_wm2200_set_fll_fndecl_30852 wm2200_set_fll fndecl 4-5 30852 NULL
++enable_so_default_pvid_net_bridge_30856 default_pvid net_bridge 0 30856 NULL nohasharray
++enable_so_count_acpi_object_list_30856 count acpi_object_list 0 30856 &enable_so_default_pvid_net_bridge_30856 nohasharray
++enable_so_saa7164_buffer_alloc_user_fndecl_30856 saa7164_buffer_alloc_user fndecl 2 30856 &enable_so_count_acpi_object_list_30856
++enable_so_hpfs_truncate_btree_fndecl_30857 hpfs_truncate_btree fndecl 4-2 30857 NULL nohasharray
++enable_so_lov_ost_pool_add_fndecl_30857 lov_ost_pool_add fndecl 3 30857 &enable_so_hpfs_truncate_btree_fndecl_30857
++enable_so_al_size_4k_drbd_md_30864 al_size_4k drbd_md 0 30864 NULL
++enable_so_width_cx2341x_handler_30869 width cx2341x_handler 0 30869 NULL
++enable_so_batadv_send_skb_push_fill_unicast_fndecl_30870 batadv_send_skb_push_fill_unicast fndecl 2 30870 NULL nohasharray
++enable_so_snd_emu10k1_fx8010_read_fndecl_30870 snd_emu10k1_fx8010_read fndecl 5 30870 &enable_so_batadv_send_skb_push_fill_unicast_fndecl_30870
++enable_so_do_sync_fndecl_30871 do_sync fndecl 1 30871 NULL
++enable_so_sddr09_send_command_fndecl_30873 sddr09_send_command fndecl 5 30873 NULL nohasharray
++enable_so_r_clusters_ocfs2_refcount_rec_30873 r_clusters ocfs2_refcount_rec 0 30873 &enable_so_sddr09_send_command_fndecl_30873
++enable_so_current_page_mspro_block_data_30876 current_page mspro_block_data 0 30876 NULL
++enable_so_vht_nss_ieee80211_rx_status_30879 vht_nss ieee80211_rx_status 0 30879 NULL
++enable_so_dma_buf_sz_stmmac_priv_30880 dma_buf_sz stmmac_priv 0 30880 NULL
++enable_so_max_ti_iu_len_srpt_rdma_ch_30887 max_ti_iu_len srpt_rdma_ch 0 30887 NULL
++enable_so_queue_received_packet_fndecl_30890 queue_received_packet fndecl 5 30890 NULL
++enable_so_at76_wait_completion_fndecl_30894 at76_wait_completion fndecl 0 30894 NULL
++enable_so_ceph_copy_user_to_page_vector_fndecl_30896 ceph_copy_user_to_page_vector fndecl 3-4 30896 NULL
++enable_so_host_addrlen_nfs4_mount_data_30905 host_addrlen nfs4_mount_data 0 30905 NULL
++enable_so_word12_lpfc_mbx_read_config_30908 word12 lpfc_mbx_read_config 0 30908 NULL
++enable_so_log_sq_bb_count_mlx4_ib_create_qp_30909 log_sq_bb_count mlx4_ib_create_qp 0 30909 NULL
++enable_so_max_datagram_size_cdc_ncm_ctx_30918 max_datagram_size cdc_ncm_ctx 0 30918 NULL
++enable_so___erst_read_from_storage_fndecl_30921 __erst_read_from_storage fndecl 2-1 30921 NULL
++enable_so_rx_buffer_len_pch_gbe_adapter_30924 rx_buffer_len pch_gbe_adapter 0 30924 NULL nohasharray
++enable_so_squashfs_export_iget_fndecl_30924 squashfs_export_iget fndecl 2 30924 &enable_so_rx_buffer_len_pch_gbe_adapter_30924
++enable_so_qib_7322_handle_hwerrors_fndecl_30941 qib_7322_handle_hwerrors fndecl 3 30941 NULL
++enable_so_dns_query_fndecl_30943 dns_query fndecl 3 30943 NULL
++enable_so_cfg80211_tx_mlme_mgmt_fndecl_30944 cfg80211_tx_mlme_mgmt fndecl 3 30944 NULL nohasharray
++enable_so_hwparams4_dwc3_hwparams_30944 hwparams4 dwc3_hwparams 0 30944 &enable_so_cfg80211_tx_mlme_mgmt_fndecl_30944
++enable_so_parse_uac2_sample_rate_range_fndecl_30949 parse_uac2_sample_rate_range fndecl 0 30949 NULL
++enable_so_SYSC_ppoll_fndecl_30954 SYSC_ppoll fndecl 2 30954 NULL
++enable_so_pvr2_stream_setup_fndecl_30955 pvr2_stream_setup fndecl 3 30955 NULL
++enable_so_leaf_shift_right_fndecl_30957 leaf_shift_right fndecl 3 30957 NULL
++enable_so_lowpan_control_write_fndecl_30960 lowpan_control_write fndecl 3 30960 NULL
++enable_so_ring_start__drm_i810_init_30964 ring_start _drm_i810_init 0 30964 NULL
++enable_so_tool_mask_write_fndecl_30968 tool_mask_write fndecl 3 30968 NULL
++enable_so_max_sdu_atm_trafprm_30969 max_sdu atm_trafprm 0 30969 NULL
++enable_so_get_leaf_fndecl_30972 get_leaf fndecl 2 30972 NULL
++enable_so__usb_write_async_fndecl_30976 _usb_write_async fndecl 4 30976 NULL nohasharray
++enable_so_l2tp_ip_sendmsg_fndecl_30976 l2tp_ip_sendmsg fndecl 3 30976 &enable_so__usb_write_async_fndecl_30976
++enable_so_sctp_getsockopt_delayed_ack_fndecl_30979 sctp_getsockopt_delayed_ack fndecl 2 30979 NULL
++enable_so_offset_isofs_fid_30994 offset isofs_fid 0 30994 NULL
++enable_so_vti6_change_mtu_fndecl_30995 vti6_change_mtu fndecl 2 30995 NULL
++enable_so_l2cap_create_connless_pdu_fndecl_30997 l2cap_create_connless_pdu fndecl 3 30997 NULL
++enable_so_noise_magnitude_fndecl_31008 noise_magnitude fndecl 2-4-3 31008 NULL
++enable_so_flakey_status_fndecl_31017 flakey_status fndecl 5 31017 NULL nohasharray
++enable_so_max_order_mthca_buddy_31017 max_order mthca_buddy 0 31017 &enable_so_flakey_status_fndecl_31017
++enable_so_hdpvr_read_fndecl_31018 hdpvr_read fndecl 3 31018 NULL
++enable_so_ipoib_change_mtu_fndecl_31020 ipoib_change_mtu fndecl 2 31020 NULL
++enable_so_DevSize_cfi_ident_31031 DevSize cfi_ident 0 31031 NULL
++enable_so_tcf_csum_ipv4_icmp_fndecl_31033 tcf_csum_ipv4_icmp fndecl 3 31033 NULL
++enable_so_ocfs2_clear_ext_refcount_fndecl_31035 ocfs2_clear_ext_refcount fndecl 3-4 31035 NULL nohasharray
++enable_so_internal_depth_MPT3SAS_ADAPTER_31035 internal_depth MPT3SAS_ADAPTER 0 31035 &enable_so_ocfs2_clear_ext_refcount_fndecl_31035
++enable_so_hfsplus_bnode_read_u16_fndecl_31037 hfsplus_bnode_read_u16 fndecl 0 31037 NULL nohasharray
++enable_so_hisi_clk_init_fndecl_31037 hisi_clk_init fndecl 2 31037 &enable_so_hfsplus_bnode_read_u16_fndecl_31037
++enable_so_krb5_nfold_fndecl_31038 krb5_nfold fndecl 3-1 31038 NULL
++enable_so_fb_get_hblank_by_hfreq_fndecl_31039 fb_get_hblank_by_hfreq fndecl 0-1-2 31039 NULL
++enable_so_migrate_misplaced_transhuge_page_fndecl_31041 migrate_misplaced_transhuge_page fndecl 5 31041 NULL
++enable_so_samsung_clk_alloc_reg_dump_fndecl_31054 samsung_clk_alloc_reg_dump fndecl 2 31054 NULL
++enable_so_drbd_bm_bits_fndecl_31061 drbd_bm_bits fndecl 0 31061 NULL
++enable_so_hdr_offset_xfrm_type_31067 hdr_offset xfrm_type 0 31067 NULL
++enable_so_le_max_key_size_write_fndecl_31068 le_max_key_size_write fndecl 3 31068 NULL
++enable_so_bulk_in_endpointAddress_usb_serial_port_31069 bulk_in_endpointAddress usb_serial_port 0 31069 NULL
++enable_so_segsize_musb_qh_31074 segsize musb_qh 0 31074 NULL
++enable_so_memblock_find_in_range_node_fndecl_31075 memblock_find_in_range_node fndecl 2-1 31075 NULL
++enable_so_ieee80211_if_fmt_txpower_fndecl_31077 ieee80211_if_fmt_txpower fndecl 3 31077 NULL
++enable_so_brcmf_sdiod_recv_buf_fndecl_31083 brcmf_sdiod_recv_buf fndecl 3 31083 NULL
++enable_so_get_pipes_num_fndecl_31084 get_pipes_num fndecl 0 31084 NULL
++enable_so_ocfs2_orphan_for_truncate_fndecl_31085 ocfs2_orphan_for_truncate fndecl 4 31085 NULL
++enable_so_nvme_trans_fmt_get_parm_header_fndecl_31087 nvme_trans_fmt_get_parm_header fndecl 2 31087 NULL
++enable_so_screen_depth_vardecl_hyperv_fb_c_31095 screen_depth vardecl_hyperv_fb.c 0 31095 NULL nohasharray
++enable_so_regmap_i2c_read_fndecl_31095 regmap_i2c_read fndecl 3-5 31095 &enable_so_screen_depth_vardecl_hyperv_fb_c_31095
++enable_so_s_extPosition_udf_bitmap_31104 s_extPosition udf_bitmap 0 31104 NULL
++enable_so_status_tulip_desc_t_31113 status tulip_desc_t 0 31113 NULL
++enable_so_name_len_inotify_event_info_31116 name_len inotify_event_info 0 31116 NULL
++enable_so_reiserfs_write_end_fndecl_31117 reiserfs_write_end fndecl 5-3 31117 NULL
++enable_so_dbgfs_sram_len_iwl_priv_31119 dbgfs_sram_len iwl_priv 0 31119 NULL
++enable_so_io_bitmap_a_vmcs12_31120 io_bitmap_a vmcs12 0 31120 NULL
++enable_so_dm_bm_read_lock_fndecl_31121 dm_bm_read_lock fndecl 2 31121 NULL
++enable_so_nr_chips_dsa_platform_data_31127 nr_chips dsa_platform_data 0 31127 NULL
++enable_so_uhci_result_isochronous_fndecl_31133 uhci_result_isochronous fndecl 0 31133 NULL nohasharray
++enable_so_write_device_fndecl_31133 write_device fndecl 3 31133 &enable_so_uhci_result_isochronous_fndecl_31133
++enable_so_virtqueue_add_outbuf_fndecl_31136 virtqueue_add_outbuf fndecl 3 31136 NULL
++enable_so__AscCopyLramScsiDoneQ_fndecl_31137 _AscCopyLramScsiDoneQ fndecl 4 31137 NULL
++enable_so_mlx4_bitmap_init_fndecl_31138 mlx4_bitmap_init fndecl 3-5-2 31138 NULL
++enable_so_read_fndecl_31142 read fndecl 3 31142 NULL
++enable_so_mwifiex_get_supported_rates_fndecl_31144 mwifiex_get_supported_rates fndecl 0 31144 NULL
++enable_so_hpfs_count_dnodes_fndecl_31152 hpfs_count_dnodes fndecl 2 31152 NULL
++enable_so___ext4_read_dirblock_fndecl_31153 __ext4_read_dirblock fndecl 2 31153 NULL
++enable_so_max_rx_ip_filters_efx_nic_type_31156 max_rx_ip_filters efx_nic_type 0 31156 NULL
++enable_so_ocfs2_direct_IO_zero_extend_fndecl_31171 ocfs2_direct_IO_zero_extend fndecl 4 31171 NULL
++enable_so_bm_realloc_pages_fndecl_31172 bm_realloc_pages fndecl 2 31172 NULL
++enable_so_rcvbuf_size_bas_cardstate_31177 rcvbuf_size bas_cardstate 0 31177 NULL
++enable_so_bRPipeBlockSize_usb_wa_descriptor_31178 bRPipeBlockSize usb_wa_descriptor 0 31178 NULL
++enable_so_ffs_ep0_write_fndecl_31181 ffs_ep0_write fndecl 3 31181 NULL
++enable_so_op_size_ost_pool_31182 op_size ost_pool 0 31182 NULL
++enable_so_fw_blob_size_pn544_i2c_phy_31185 fw_blob_size pn544_i2c_phy 0 31185 NULL
++enable_so_hash_ipportip4_expire_fndecl_31188 hash_ipportip4_expire fndecl 4 31188 NULL
++enable_so_slhc_compress_fndecl_31190 slhc_compress fndecl 0-3 31190 NULL
++enable_so_btrfs_remove_qgroup_fndecl_31193 btrfs_remove_qgroup fndecl 3 31193 NULL
++enable_so_btrfs_drop_extents_fndecl_31196 btrfs_drop_extents fndecl 5-4 31196 NULL nohasharray
++enable_so_alloc_huge_page_noerr_fndecl_31196 alloc_huge_page_noerr fndecl 2 31196 &enable_so_btrfs_drop_extents_fndecl_31196 nohasharray
++enable_so_st_int_recv_fndecl_31196 st_int_recv fndecl 3 31196 &enable_so_alloc_huge_page_noerr_fndecl_31196
++enable_so_n_pins_ptp_clock_info_31206 n_pins ptp_clock_info 0 31206 NULL
++enable_so_agp_generic_alloc_user_fndecl_31213 agp_generic_alloc_user fndecl 1 31213 NULL nohasharray
++enable_so_get_registers_fndecl_31213 get_registers fndecl 4 31213 &enable_so_agp_generic_alloc_user_fndecl_31213
++enable_so_wr_ep_alauda_info_31218 wr_ep alauda_info 0 31218 NULL
++enable_so_kmalloc_array_fndecl_31223 kmalloc_array fndecl 1-2 31223 NULL
++enable_so_fh_vardecl_matroxfb_base_c_31224 fh vardecl_matroxfb_base.c 0 31224 NULL
++enable_so_mcs_unwrap_mir_fndecl_31228 mcs_unwrap_mir fndecl 3 31228 NULL
++enable_so_ieee80211_if_fmt_fwded_unicast_fndecl_31229 ieee80211_if_fmt_fwded_unicast fndecl 3 31229 NULL
++enable_so_kaweth_control_fndecl_31233 kaweth_control fndecl 8-2 31233 NULL
++enable_so_len_ip_vs_iphdr_31235 len ip_vs_iphdr 0 31235 NULL
++enable_so_length_wdm_device_31248 length wdm_device 0 31248 NULL
++enable_so_SYSC_move_pages_fndecl_31249 SYSC_move_pages fndecl 2 31249 NULL
++enable_so_st21nfcb_nci_probe_fndecl_31252 st21nfcb_nci_probe fndecl 2 31252 NULL
++enable_so_freq_usb_usbvision_31263 freq usb_usbvision 0 31263 NULL
++enable_so_orig_video_lines_screen_info_31267 orig_video_lines screen_info 0 31267 NULL nohasharray
++enable_so_data_dma_hanwang_31267 data_dma hanwang 0 31267 &enable_so_orig_video_lines_screen_info_31267
++enable_so_vm_iomap_memory_fndecl_31269 vm_iomap_memory fndecl 2 31269 NULL
++enable_so_iterate_inodes_from_logical_fndecl_31270 iterate_inodes_from_logical fndecl 1 31270 NULL
++enable_so_end_incl_vringh_range_31272 end_incl vringh_range 0 31272 NULL
++enable_so_packet_length_rc_config_31278 packet_length rc_config 0 31278 NULL nohasharray
++enable_so_xfs_bmbt_set_startblock_fndecl_31278 xfs_bmbt_set_startblock fndecl 2 31278 &enable_so_packet_length_rc_config_31278
++enable_so_igb_enable_sriov_fndecl_31288 igb_enable_sriov fndecl 2 31288 NULL
++enable_so_nfs_readdir_page_filler_fndecl_31292 nfs_readdir_page_filler fndecl 5 31292 NULL
++enable_so_asymmetric_key_generate_id_fndecl_31299 asymmetric_key_generate_id fndecl 4-2 31299 NULL
++enable_so_fs_shift_hfsplus_sb_info_31309 fs_shift hfsplus_sb_info 0 31309 NULL
++enable_so_rxblen_brcmf_sdio_31317 rxblen brcmf_sdio 0 31317 NULL
++enable_so_bio_integrity_add_page_fndecl_31320 bio_integrity_add_page fndecl 4-3 31320 NULL
++enable_so_gsi_end_mp_ioapic_gsi_31327 gsi_end mp_ioapic_gsi 0 31327 NULL
++enable_so_scatter_len_efx_rx_queue_31330 scatter_len efx_rx_queue 0 31330 NULL nohasharray
++enable_so_drm_do_probe_ddc_edid_fndecl_31330 drm_do_probe_ddc_edid fndecl 4 31330 &enable_so_scatter_len_efx_rx_queue_31330
++enable_so_ubifs_tnc_add_fndecl_31332 ubifs_tnc_add fndecl 5 31332 NULL
++enable_so_cur_frames_osst_tape_31335 cur_frames osst_tape 0 31335 NULL
++enable_so_ufs_bitmap_search_fndecl_31338 ufs_bitmap_search fndecl 3 31338 NULL
++enable_so_get_elem_size_fndecl_31341 get_elem_size fndecl 2 31341 NULL
++enable_so_sdio_writesb_fndecl_31345 sdio_writesb fndecl 4 31345 NULL
++enable_so_bulk_in_size_usb_serial_driver_31350 bulk_in_size usb_serial_driver 0 31350 NULL
++enable_so_cifs_llseek_fndecl_31352 cifs_llseek fndecl 2 31352 NULL
++enable_so_romfs_dev_strcmp_fndecl_31365 romfs_dev_strcmp fndecl 4-2 31365 NULL nohasharray
++enable_so_SyS_migrate_pages_fndecl_31365 SyS_migrate_pages fndecl 2 31365 &enable_so_romfs_dev_strcmp_fndecl_31365
++enable_so_es_tss_segment_32_31367 es tss_segment_32 0 31367 NULL
++enable_so_req_lim_delta_srp_rsp_31371 req_lim_delta srp_rsp 0 31371 NULL
++enable_so_ioctl_fndecl_31375 ioctl fndecl 3 31375 NULL
++enable_so_gfs2_meta_read_fndecl_31379 gfs2_meta_read fndecl 2 31379 NULL
++enable_so_vlv_dpio_read_fndecl_31388 vlv_dpio_read fndecl 0 31388 NULL
++enable_so_num_bytes_btrfs_delayed_ref_node_31390 num_bytes btrfs_delayed_ref_node 0 31390 NULL
++enable_so_s_stripe_ext4_sb_info_31391 s_stripe ext4_sb_info 0 31391 NULL
++enable_so_spi_populate_sync_msg_fndecl_31392 spi_populate_sync_msg fndecl 0 31392 NULL
++enable_so_brcmf_msgbuf_init_pktids_fndecl_31395 brcmf_msgbuf_init_pktids fndecl 1 31395 NULL
++enable_so_asd_store_update_bios_fndecl_31398 asd_store_update_bios fndecl 4 31398 NULL
++enable_so_persistent_ram_vmap_fndecl_31402 persistent_ram_vmap fndecl 1-2 31402 NULL
++enable_so_kstrtol_from_user_fndecl_31403 kstrtol_from_user fndecl 2 31403 NULL
++enable_so_subport_ipath_filedata_31404 subport ipath_filedata 0 31404 NULL
++enable_so_num_types_amdgpu_irq_src_31405 num_types amdgpu_irq_src 0 31405 NULL
++enable_so_zone_count_msb_data_31413 zone_count msb_data 0 31413 NULL
++enable_so_sg_tablesize_sg_device_31415 sg_tablesize sg_device 0 31415 NULL
++enable_so_unmap_region_fndecl_31420 unmap_region fndecl 5-4 31420 NULL
++enable_so_bch_bucket_alloc_fndecl_31421 bch_bucket_alloc fndecl 0 31421 NULL
++enable_so_cy8ctmg110_write_regs_fndecl_31439 cy8ctmg110_write_regs fndecl 3 31439 NULL nohasharray
++enable_so_mpx_unmap_tables_fndecl_31439 mpx_unmap_tables fndecl 2-3 31439 &enable_so_cy8ctmg110_write_regs_fndecl_31439
++enable_so_jffs2_user_setxattr_fndecl_31445 jffs2_user_setxattr fndecl 4 31445 NULL nohasharray
++enable_so_fid_ino_xfs_fid_31445 fid_ino xfs_fid 0 31445 &enable_so_jffs2_user_setxattr_fndecl_31445
++enable_so_gro_size_bnx2x_agg_info_31450 gro_size bnx2x_agg_info 0 31450 NULL
++enable_so_cra_ctxsize_crypto_alg_31451 cra_ctxsize crypto_alg 0 31451 NULL
++enable_so_length_wsm_ssid_31452 length wsm_ssid 0 31452 NULL
++enable_so_max_sz_mmc_test_area_31453 max_sz mmc_test_area 0 31453 NULL
++enable_so_keene_cmd_main_fndecl_31458 keene_cmd_main fndecl 2 31458 NULL
++enable_so_i_eattr_gfs2_inode_31461 i_eattr gfs2_inode 0 31461 NULL
++enable_so_videobuf_dma_init_overlay_fndecl_31471 videobuf_dma_init_overlay fndecl 4-3 31471 NULL
++enable_so_xstate_features_vardecl_xsave_c_31478 xstate_features vardecl_xsave.c 0 31478 NULL
++enable_so_tx_rate_idx_skb_frame_desc_31479 tx_rate_idx skb_frame_desc 0 31479 NULL
++enable_so_cs_tss_segment_32_31480 cs tss_segment_32 0 31480 NULL
++enable_so_wl12xx_spi_raw_write_fndecl_31482 wl12xx_spi_raw_write fndecl 4 31482 NULL
++enable_so_nr_voices_seq_oss_synthinfo_31487 nr_voices seq_oss_synthinfo 0 31487 NULL
++enable_so_length_rsd_31489 length rsd 0 31489 NULL
++enable_so_regmap_multi_reg_write_bypassed_fndecl_31492 regmap_multi_reg_write_bypassed fndecl 3 31492 NULL
++enable_so_pcpu_alloc_fndecl_31502 pcpu_alloc fndecl 1-2 31502 NULL
++enable_so_PIXDEPTH_kyrofb_info_31509 PIXDEPTH kyrofb_info 0 31509 NULL
++enable_so_fixed_size_llseek_fndecl_31512 fixed_size_llseek fndecl 2-4 31512 NULL
++enable_so_ieee80211_if_fmt_num_mcast_sta_fndecl_31513 ieee80211_if_fmt_num_mcast_sta fndecl 3 31513 NULL
++enable_so_ddb_input_read_fndecl_31516 ddb_input_read fndecl 3-0 31516 NULL
++enable_so_shmem_replace_page_fndecl_31519 shmem_replace_page fndecl 4 31519 NULL
++enable_so_residual_datacnt_status_pkt_31531 residual_datacnt status_pkt 0 31531 NULL
++enable_so_rx_pipe_usbpn_dev_31540 rx_pipe usbpn_dev 0 31540 NULL
++enable_so___alloc_percpu_fndecl_31543 __alloc_percpu fndecl 1-2 31543 NULL
++enable_so_tcp_tso_acked_fndecl_31549 tcp_tso_acked fndecl 0 31549 NULL
++enable_so_ks_rdreg16_fndecl_31551 ks_rdreg16 fndecl 0 31551 NULL nohasharray
++enable_so_stride_drm_qxl_alloc_surf_31551 stride drm_qxl_alloc_surf 0 31551 &enable_so_ks_rdreg16_fndecl_31551
++enable_so_kernel_physical_mapping_init_fndecl_31561 kernel_physical_mapping_init fndecl 2 31561 NULL
++enable_so_bio_alloc_map_data_fndecl_31573 bio_alloc_map_data fndecl 1 31573 NULL
++enable_so_vmcb_nested_state_31575 vmcb nested_state 0 31575 NULL
++enable_so_can_change_mtu_fndecl_31583 can_change_mtu fndecl 2 31583 NULL
++enable_so_bytes_operand_31587 bytes operand 0 31587 NULL
++enable_so_num_txq_bna_attr_31588 num_txq bna_attr 0 31588 NULL
++enable_so_v_max_out_saa7146_standard_31591 v_max_out saa7146_standard 0 31591 NULL
++enable_so_nbchannel_capi_profile_31592 nbchannel capi_profile 0 31592 NULL
++enable_so_sys_mprotect_fndecl_31611 sys_mprotect fndecl 2-1 31611 NULL
++enable_so_wil_read_file_ioblob_fndecl_31621 wil_read_file_ioblob fndecl 3 31621 NULL
++enable_so_a_entry_exec_31622 a_entry exec 0 31622 NULL
++enable_so_ping_v4_sendmsg_fndecl_31624 ping_v4_sendmsg fndecl 3 31624 NULL
++enable_so_segsize_dn_skb_cb_31640 segsize dn_skb_cb 0 31640 NULL
++enable_so_pep_recvmsg_fndecl_31641 pep_recvmsg fndecl 3 31641 NULL
++enable_so_pmcraid_alloc_sglist_fndecl_31643 pmcraid_alloc_sglist fndecl 1 31643 NULL
++enable_so_ext4_free_blocks_fndecl_31648 ext4_free_blocks fndecl 4-5 31648 NULL nohasharray
++enable_so_av_buf_tail_dccp_ackvec_31648 av_buf_tail dccp_ackvec 0 31648 &enable_so_ext4_free_blocks_fndecl_31648
++enable_so_mwifiex_set_wpa_ie_helper_fndecl_31650 mwifiex_set_wpa_ie_helper fndecl 3 31650 NULL
++enable_so_bpp_uvc_format_31654 bpp uvc_format 0 31654 NULL
++enable_so_nonpaging_page_fault_fndecl_31655 nonpaging_page_fault fndecl 2 31655 NULL
++enable_so_btrfs_create_block_group_cache_fndecl_31657 btrfs_create_block_group_cache fndecl 3-2 31657 NULL
++enable_so_read_dma_ims_pcu_31667 read_dma ims_pcu 0 31667 NULL
++enable_so_snd_midi_event_new_fndecl_31670 snd_midi_event_new fndecl 1 31670 NULL nohasharray
++enable_so_bm_register_write_fndecl_31670 bm_register_write fndecl 3 31670 &enable_so_snd_midi_event_new_fndecl_31670 nohasharray
++enable_so_set_capacity_fndecl_31670 set_capacity fndecl 2 31670 &enable_so_bm_register_write_fndecl_31670
++enable_so_fragment_ufs_buffer_head_31676 fragment ufs_buffer_head 0 31676 NULL
++enable_so_rx_header_len_pn533_frame_ops_31680 rx_header_len pn533_frame_ops 0 31680 NULL
++enable_so_dsa_of_setup_routing_table_fndecl_31686 dsa_of_setup_routing_table fndecl 0 31686 NULL
++enable_so_end_hdmi_pulse_31692 end hdmi_pulse 0 31692 NULL
++enable_so_set_rxd_buffer_pointer_fndecl_31693 set_rxd_buffer_pointer fndecl 8 31693 NULL
++enable_so_sr_write_cmd_async_fndecl_31698 sr_write_cmd_async fndecl 5 31698 NULL
++enable_so_init_pipe_urbs_fndecl_31704 init_pipe_urbs fndecl 2-6 31704 NULL
++enable_so_hash_dev_block_bits_dm_verity_31709 hash_dev_block_bits dm_verity 0 31709 NULL
++enable_so_s5p_jpeg_compressed_size_fndecl_31715 s5p_jpeg_compressed_size fndecl 0 31715 NULL
++enable_so_btrfs_add_link_fndecl_31718 btrfs_add_link fndecl 5-7 31718 NULL
++enable_so_ext2_new_blocks_fndecl_31729 ext2_new_blocks fndecl 0-2 31729 NULL nohasharray
++enable_so_channels_mask_sh_timer_config_31729 channels_mask sh_timer_config 0 31729 &enable_so_ext2_new_blocks_fndecl_31729
++enable_so_recv_bm_rle_bits_fndecl_31731 recv_bm_rle_bits fndecl 4 31731 NULL
++enable_so_SyS_gethostname_fndecl_31743 SyS_gethostname fndecl 2 31743 NULL
++enable_so_ih_ring_entry_size_kfd_device_info_31745 ih_ring_entry_size kfd_device_info 0 31745 NULL
++enable_so_dir_changed_fndecl_31748 dir_changed fndecl 2 31748 NULL
++enable_so_nxt200x_writereg_multibyte_fndecl_31757 nxt200x_writereg_multibyte fndecl 4 31757 NULL nohasharray
++enable_so_bigdirindaddr_adfs_bigdirentry_31757 bigdirindaddr adfs_bigdirentry 0 31757 &enable_so_nxt200x_writereg_multibyte_fndecl_31757
++enable_so_bio_readpage_error_fndecl_31761 bio_readpage_error fndecl 5-4 31761 NULL
++enable_so_i_size_dio_31770 i_size dio 0 31770 NULL
++enable_so_vm_entry_msr_load_addr_vmcs12_31781 vm_entry_msr_load_addr vmcs12 0 31781 NULL
++enable_so_fore200e_chunk_alloc_fndecl_31782 fore200e_chunk_alloc fndecl 3-4 31782 NULL
++enable_so_dev_config_fndecl_31785 dev_config fndecl 3 31785 NULL
++enable_so_pixclock_fb_var_screeninfo_31790 pixclock fb_var_screeninfo 0 31790 NULL
++enable_so_minix_V2_raw_inode_fndecl_31793 minix_V2_raw_inode fndecl 2 31793 NULL nohasharray
++enable_so_afs_cell_lookup_fndecl_31793 afs_cell_lookup fndecl 2 31793 &enable_so_minix_V2_raw_inode_fndecl_31793
++enable_so_ctxsize_crypto_type_31795 ctxsize crypto_type 0 31795 NULL
++enable_so_mml_isar_ch_31799 mml isar_ch 0 31799 NULL
++enable_so_parent_i_pos_low_fat_fid_31802 parent_i_pos_low fat_fid 0 31802 NULL
++enable_so_bg_inode_table_ext2_group_desc_31805 bg_inode_table ext2_group_desc 0 31805 NULL
++enable_so_target_submit_cmd_map_sgls_fndecl_31806 target_submit_cmd_map_sgls fndecl 6-11 31806 NULL
++enable_so_snd_malloc_sgbuf_pages_fndecl_31815 snd_malloc_sgbuf_pages fndecl 2 31815 NULL
++enable_so_NumPhys__MPI2_CONFIG_PAGE_EXPANDER_0_31816 NumPhys _MPI2_CONFIG_PAGE_EXPANDER_0 0 31816 NULL
++enable_so_const_channel_count_hda_gen_spec_31817 const_channel_count hda_gen_spec 0 31817 NULL nohasharray
++enable_so_spu_read_fndecl_31817 spu_read fndecl 4 31817 &enable_so_const_channel_count_hda_gen_spec_31817
++enable_so___skb_get_poff_fndecl_31821 __skb_get_poff fndecl 0 31821 NULL
++enable_so_needed_size_conf_writedata_31827 needed_size conf_writedata 0 31827 NULL
++enable_so_fw_iocb_count_qla_hw_data_31830 fw_iocb_count qla_hw_data 0 31830 NULL
++enable_so_byte_len_svc_rdma_op_ctxt_31832 byte_len svc_rdma_op_ctxt 0 31832 NULL nohasharray
++enable_so_num_partition_entries__gpt_header_31832 num_partition_entries _gpt_header 0 31832 &enable_so_byte_len_svc_rdma_op_ctxt_31832
++enable_so_i_pwr_lcnphy_iq_est_31834 i_pwr lcnphy_iq_est 0 31834 NULL
++enable_so_iq_prod_phy_iq_est_31836 iq_prod phy_iq_est 0 31836 NULL
++enable_so_ds_block_shift_logfs_disk_super_31840 ds_block_shift logfs_disk_super 0 31840 NULL
++enable_so_cache_slow_downcall_fndecl_31849 cache_slow_downcall fndecl 2 31849 NULL
++enable_so_sys_munlock_fndecl_31851 sys_munlock fndecl 1-2 31851 NULL
++enable_so_vco_mult_arizona_fll_31858 vco_mult arizona_fll 0 31858 NULL
++enable_so_msi2500_convert_stream_fndecl_31862 msi2500_convert_stream fndecl 0 31862 NULL
++enable_so_profile_remove_fndecl_31871 profile_remove fndecl 3 31871 NULL
++enable_so_maxp_usbhs_pipe_31872 maxp usbhs_pipe 0 31872 NULL
++enable_so_gseg_gru_set_context_option_req_31876 gseg gru_set_context_option_req 0 31876 NULL
++enable_so_i_lastfrag_ufs_inode_info_31879 i_lastfrag ufs_inode_info 0 31879 NULL
++enable_so_sctp_user_addto_chunk_fndecl_31881 sctp_user_addto_chunk fndecl 2 31881 NULL
++enable_so_first_user_ctxt_qib_devdata_31889 first_user_ctxt qib_devdata 0 31889 NULL
++enable_so_max_tasks_bnx2fc_hba_31893 max_tasks bnx2fc_hba 0 31893 NULL
++enable_so_tower_write_fndecl_31895 tower_write fndecl 3 31895 NULL
++enable_so_max_packet_size_snd_line6_pcm_31899 max_packet_size snd_line6_pcm 0 31899 NULL
++enable_so_size_macb_tx_skb_31904 size macb_tx_skb 0 31904 NULL
++enable_so_vram_vardecl_atyfb_base_c_31909 vram vardecl_atyfb_base.c 0 31909 NULL
++enable_so_it821x_firmware_command_fndecl_31911 it821x_firmware_command fndecl 3 31911 NULL
++enable_so_num_packets_em28xx_usb_bufs_31912 num_packets em28xx_usb_bufs 0 31912 NULL
++enable_so_scsi_dma_map_fndecl_31915 scsi_dma_map fndecl 0 31915 NULL
++enable_so_mtu_gsm_mux_31917 mtu gsm_mux 0 31917 NULL
++enable_so_fuse_send_write_pages_fndecl_31919 fuse_send_write_pages fndecl 0-5 31919 NULL
++enable_so_fast_page_fault_fndecl_31924 fast_page_fault fndecl 2 31924 NULL
++enable_so_cfs_cpt_number_fndecl_31929 cfs_cpt_number fndecl 0 31929 NULL
++enable_so_physical_block_size_scsi_disk_31931 physical_block_size scsi_disk 0 31931 NULL
++enable_so_shash_setkey_unaligned_fndecl_31935 shash_setkey_unaligned fndecl 3 31935 NULL
++enable_so_tool_spad_read_fndecl_31936 tool_spad_read fndecl 3 31936 NULL
++enable_so_channel_iio_chan_spec_31939 channel iio_chan_spec 0 31939 NULL nohasharray
++enable_so_mesh_rx_plink_frame_fndecl_31939 mesh_rx_plink_frame fndecl 3 31939 &enable_so_channel_iio_chan_spec_31939
++enable_so_mlx5_vzalloc_fndecl_31940 mlx5_vzalloc fndecl 1 31940 NULL
++enable_so_bm_words_drbd_bitmap_31943 bm_words drbd_bitmap 0 31943 NULL
++enable_so_ptr_i915_gem_userptr_31948 ptr i915_gem_userptr 0 31948 NULL
++enable_so__read_mtd_info_31950 _read mtd_info 0 31950 NULL
++enable_so_buf_height_tpg_data_31953 buf_height tpg_data 0 31953 NULL
++enable_so_usHSyncOffset__ATOM_DTD_FORMAT_31956 usHSyncOffset _ATOM_DTD_FORMAT 0 31956 NULL
++enable_so_ufs_add_fragments_fndecl_31963 ufs_add_fragments fndecl 2-0 31963 NULL
++enable_so_bmc150_accel_fifo_flush_fndecl_31972 bmc150_accel_fifo_flush fndecl 2 31972 NULL nohasharray
++enable_so_isdn_tty_write_fndecl_31972 isdn_tty_write fndecl 3 31972 &enable_so_bmc150_accel_fifo_flush_fndecl_31972
++enable_so_se_dev_align_max_sectors_fndecl_31975 se_dev_align_max_sectors fndecl 0-2-1 31975 NULL
++enable_so_buffer_max_vardecl_floppy_c_31976 buffer_max vardecl_floppy.c 0 31976 NULL
++enable_so_i_size_read_fndecl_31980 i_size_read fndecl 0 31980 NULL
++enable_so_arcfb_write_fndecl_31981 arcfb_write fndecl 3 31981 NULL
++enable_so_saa7110_write_block_fndecl_31982 saa7110_write_block fndecl 3 31982 NULL
++enable_so_max_commands_ctlr_info_31984 max_commands ctlr_info 0 31984 NULL
++enable_so_s_groups_count_ext3_sb_info_31985 s_groups_count ext3_sb_info 0 31985 NULL
++enable_so_record_size_ramoops_context_31989 record_size ramoops_context 0 31989 NULL nohasharray
++enable_so_flash_offset_jffs2_raw_node_ref_31989 flash_offset jffs2_raw_node_ref 0 31989 &enable_so_record_size_ramoops_context_31989
++enable_so_lis_nr_subios_lov_io_31997 lis_nr_subios lov_io 0 31997 NULL
++enable_so_isofs_get_block_fndecl_32000 isofs_get_block fndecl 2 32000 NULL
++enable_so_blocksize_sddr09_card_info_32003 blocksize sddr09_card_info 0 32003 NULL nohasharray
++enable_so_bg_next_group_ocfs2_group_desc_32003 bg_next_group ocfs2_group_desc 0 32003 &enable_so_blocksize_sddr09_card_info_32003
++enable_so_ss_descs_count_ffs_data_32006 ss_descs_count ffs_data 0 32006 NULL
++enable_so_rt2x00debug_write_bbp_fndecl_32007 rt2x00debug_write_bbp fndecl 3 32007 NULL
++enable_so_play_iframe_fndecl_32008 play_iframe fndecl 3 32008 NULL
++enable_so_ad7879_spi_multi_read_fndecl_32009 ad7879_spi_multi_read fndecl 3 32009 NULL
++enable_so_size_tiger_dma_32013 size tiger_dma 0 32013 NULL nohasharray
++enable_so_elants_i2c_read_fndecl_32013 elants_i2c_read fndecl 3 32013 &enable_so_size_tiger_dma_32013
++enable_so_blocksize_udf_options_32019 blocksize udf_options 0 32019 NULL
++enable_so_depth_zr364xx_fmt_32028 depth zr364xx_fmt 0 32028 NULL nohasharray
++enable_so___find_rev_next_zero_bit_fndecl_32028 __find_rev_next_zero_bit fndecl 3-2 32028 &enable_so_depth_zr364xx_fmt_32028 nohasharray
++enable_so_del_qgroup_relation_item_fndecl_32028 del_qgroup_relation_item fndecl 4-3 32028 &enable_so___find_rev_next_zero_bit_fndecl_32028
++enable_so_recent_mt_proc_write_fndecl_32029 recent_mt_proc_write fndecl 3 32029 NULL
++enable_so_check_xattr_ref_inode_fndecl_32039 check_xattr_ref_inode fndecl 0 32039 NULL
++enable_so_base_efifb_dmi_info_32041 base efifb_dmi_info 0 32041 NULL
++enable_so_balloon_set_new_target_fndecl_32044 balloon_set_new_target fndecl 1 32044 NULL
++enable_so_next_free_pstore_32049 next_free pstore 0 32049 NULL
++enable_so_kvm_mmu_page_set_gfn_fndecl_32050 kvm_mmu_page_set_gfn fndecl 2 32050 NULL
++enable_so_g_num_of_iommus_vardecl_intel_iommu_c_32059 g_num_of_iommus vardecl_intel-iommu.c 0 32059 NULL
++enable_so_config_size_nd_cmd_get_config_size_32073 config_size nd_cmd_get_config_size 0 32073 NULL
++enable_so_rproc_recovery_write_fndecl_32074 rproc_recovery_write fndecl 3 32074 NULL
++enable_so_add_rx_skb_fndecl_32082 add_rx_skb fndecl 3 32082 NULL
++enable_so_s_first_data_block_nilfs_super_block_32083 s_first_data_block nilfs_super_block 0 32083 NULL nohasharray
++enable_so_chunk_size_irctl_32083 chunk_size irctl 0 32083 &enable_so_s_first_data_block_nilfs_super_block_32083
++enable_so_ip6_tnl_err_fndecl_32086 ip6_tnl_err fndecl 8 32086 NULL
++enable_so_omfs_clear_range_fndecl_32087 omfs_clear_range fndecl 2 32087 NULL
++enable_so_write_tty_ldisc_ops_32094 write tty_ldisc_ops 0 32094 NULL
++enable_so_ocfs2_ilookup_fndecl_32100 ocfs2_ilookup fndecl 2 32100 NULL
++enable_so_qib_decode_7220_err_fndecl_32104 qib_decode_7220_err fndecl 3 32104 NULL
++enable_so_rate_min_audioformat_32106 rate_min audioformat 0 32106 NULL
++enable_so_offset_p9_fcall_32116 offset p9_fcall 0 32116 NULL
++enable_so_config_rom_length_fw_device_32117 config_rom_length fw_device 0 32117 NULL
++enable_so_height_drm_mode_fb_cmd2_32120 height drm_mode_fb_cmd2 0 32120 NULL
++enable_so_freqn_snd_usb_endpoint_32123 freqn snd_usb_endpoint 0 32123 NULL
++enable_so_rcvegrcnt_qib_ctxtdata_32127 rcvegrcnt qib_ctxtdata 0 32127 NULL
++enable_so_ip6_make_skb_fndecl_32129 ip6_make_skb fndecl 5-4 32129 NULL nohasharray
++enable_so_tfmsize_crypto_type_32129 tfmsize crypto_type 0 32129 &enable_so_ip6_make_skb_fndecl_32129
++enable_so_lpfc_debugfs_max_slow_ring_trc_vardecl_lpfc_debugfs_c_32130 lpfc_debugfs_max_slow_ring_trc vardecl_lpfc_debugfs.c 0 32130 NULL
++enable_so_common_rfc4106_set_authsize_fndecl_32133 common_rfc4106_set_authsize fndecl 2 32133 NULL
++enable_so_max_rate_idx_ieee80211_tx_rate_control_32134 max_rate_idx ieee80211_tx_rate_control 0 32134 NULL nohasharray
++enable_so_btree_invalidatepage_fndecl_32134 btree_invalidatepage fndecl 2 32134 &enable_so_max_rate_idx_ieee80211_tx_rate_control_32134
++enable_so_ieee80211_if_fmt_ht_opmode_fndecl_32136 ieee80211_if_fmt_ht_opmode fndecl 3 32136 NULL
++enable_so_sync_request_fndecl_32141 sync_request fndecl 2 32141 NULL nohasharray
++enable_so_fsector_t_vardecl_floppy_c_32141 fsector_t vardecl_floppy.c 0 32141 &enable_so_sync_request_fndecl_32141
++enable_so_prof_shift_vardecl_profile_c_32143 prof_shift vardecl_profile.c 0 32143 NULL
++enable_so_mlx4_en_complete_rx_desc_fndecl_32150 mlx4_en_complete_rx_desc fndecl 0 32150 NULL
++enable_so_ipwireless_send_packet_fndecl_32155 ipwireless_send_packet fndecl 4 32155 NULL
++enable_so_s_clustersize_ocfs2_super_32156 s_clustersize ocfs2_super 0 32156 NULL nohasharray
++enable_so_pwm_buf_sz_usbduxsigma_private_32156 pwm_buf_sz usbduxsigma_private 0 32156 &enable_so_s_clustersize_ocfs2_super_32156
++enable_so_num_entries_msg_get_chap_32158 num_entries msg_get_chap 0 32158 NULL
++enable_so_current_pages_balloon_stats_32169 current_pages balloon_stats 0 32169 NULL
++enable_so_nfs41_maxwrite_overhead_vardecl_32172 nfs41_maxwrite_overhead vardecl 0 32172 NULL
++enable_so_length_vring_rx_dma_32178 length vring_rx_dma 0 32178 NULL
++enable_so_vmalloc_usercopy_fndecl_32186 vmalloc_usercopy fndecl 1 32186 NULL
++enable_so_ping_getfrag_fndecl_32187 ping_getfrag fndecl 4 32187 NULL
++enable_so_init_page_buffers_fndecl_32189 init_page_buffers fndecl 3 32189 NULL nohasharray
++enable_so_len_sigma_action_32189 len sigma_action 0 32189 &enable_so_init_page_buffers_fndecl_32189
++enable_so_s_system_dir_blkno_ocfs2_super_block_32196 s_system_dir_blkno ocfs2_super_block 0 32196 NULL
++enable_so_zd_rf_scnprint_id_fndecl_32197 zd_rf_scnprint_id fndecl 0-3 32197 NULL
++enable_so_smk_write_change_rule_fndecl_32200 smk_write_change_rule fndecl 3 32200 NULL
++enable_so_nr_registers_ioapic_32204 nr_registers ioapic 0 32204 NULL
++enable_so_ocfs2_decrease_refcount_rec_fndecl_32210 ocfs2_decrease_refcount_rec fndecl 6-7 32210 NULL
++enable_so_k_offset_in_core_key_32212 k_offset in_core_key 0 32212 NULL
++enable_so_xdi_copy_from_user_fndecl_32216 xdi_copy_from_user fndecl 4 32216 NULL
++enable_so_rate_n_flags_il4965_tx_resp_32218 rate_n_flags il4965_tx_resp 0 32218 NULL
++enable_so_mag_length_ssp_sensorhub_info_32219 mag_length ssp_sensorhub_info 0 32219 NULL
++enable_so_sys_munmap_fndecl_32226 sys_munmap fndecl 1-2 32226 NULL
++enable_so_fragments_snd_compressed_buffer_32230 fragments snd_compressed_buffer 0 32230 NULL
++enable_so_endpoint_usbatm_channel_32232 endpoint usbatm_channel 0 32232 NULL
++enable_so_generic_bin_search_fndecl_32235 generic_bin_search fndecl 0 32235 NULL
++enable_so_ts_packet_count_cx8802_dev_32239 ts_packet_count cx8802_dev 0 32239 NULL
++enable_so_nasync_board_t_32240 nasync board_t 0 32240 NULL
++enable_so_gfs2_free_extlen_fndecl_32243 gfs2_free_extlen fndecl 0-2 32243 NULL
++enable_so_roccat_common2_sysfs_read_fndecl_32252 roccat_common2_sysfs_read fndecl 6 32252 NULL
++enable_so_n_ids_vport_portids_32258 n_ids vport_portids 0 32258 NULL
++enable_so_report_count_hid_global_32260 report_count hid_global 0 32260 NULL
++enable_so_oslec_create_fndecl_32264 oslec_create fndecl 1 32264 NULL
++enable_so_venus_mkdir_fndecl_32276 venus_mkdir fndecl 4 32276 NULL
++enable_so_qib_qsfp_dump_fndecl_32277 qib_qsfp_dump fndecl 3 32277 NULL
++enable_so_usb_allocate_stream_buffers_fndecl_32279 usb_allocate_stream_buffers fndecl 3 32279 NULL
++enable_so_vol_cdev_read_fndecl_32283 vol_cdev_read fndecl 3 32283 NULL
++enable_so_num_gpes_vardecl_sysfs_c_32294 num_gpes vardecl_sysfs.c 0 32294 NULL
++enable_so_IA_TX_BUF_SZ_vardecl_iphase_c_32295 IA_TX_BUF_SZ vardecl_iphase.c 0 32295 NULL
++enable_so_il_dbgfs_clear_ucode_stats_write_fndecl_32299 il_dbgfs_clear_ucode_stats_write fndecl 3 32299 NULL
++enable_so_rept_size_usbtouch_device_info_32306 rept_size usbtouch_device_info 0 32306 NULL
++enable_so_snd_info_text_entry_write_fndecl_32315 snd_info_text_entry_write fndecl 3 32315 NULL
++enable_so_nla_put_fndecl_32321 nla_put fndecl 3 32321 NULL
++enable_so_multiple_vardecl_xfi_c_32330 multiple vardecl_xfi.c 0 32330 NULL nohasharray
++enable_so_khugepaged_scan_pmd_fndecl_32330 khugepaged_scan_pmd fndecl 3 32330 &enable_so_multiple_vardecl_xfi_c_32330
++enable_so_bochs_ttm_tt_create_fndecl_32333 bochs_ttm_tt_create fndecl 2 32333 NULL nohasharray
++enable_so_datablock_size_btrfsic_state_32333 datablock_size btrfsic_state 0 32333 &enable_so_bochs_ttm_tt_create_fndecl_32333
++enable_so_fd_ioctl_fndecl_32343 fd_ioctl fndecl 3 32343 NULL
++enable_so_fib_info_hash_alloc_fndecl_32352 fib_info_hash_alloc fndecl 1 32352 NULL
++enable_so_scrub_raid56_parity_fndecl_32354 scrub_raid56_parity fndecl 5 32354 NULL
++enable_so_max_q_vectors_ixgbe_adapter_32359 max_q_vectors ixgbe_adapter 0 32359 NULL
++enable_so_netlbl_catmap_setlong_fndecl_32363 netlbl_catmap_setlong fndecl 2 32363 NULL
++enable_so_xfs_setfilesize_fndecl_32370 xfs_setfilesize fndecl 4-3 32370 NULL
++enable_so_snd_gus_dram_peek_fndecl_32373 snd_gus_dram_peek fndecl 4 32373 NULL
++enable_so_snd_emu10k1_synth_copy_from_user_fndecl_32374 snd_emu10k1_synth_copy_from_user fndecl 5-3 32374 NULL
++enable_so_journal_write_metadata_buffer_fndecl_32376 journal_write_metadata_buffer fndecl 4 32376 NULL
++enable_so_transport_get_sectors_16_fndecl_32385 transport_get_sectors_16 fndecl 0 32385 NULL
++enable_so_datablk_xfs_da_geometry_32386 datablk xfs_da_geometry 0 32386 NULL
++enable_so_adxl34x_spi_read_block_fndecl_32391 adxl34x_spi_read_block fndecl 3 32391 NULL
++enable_so_offset_pnfs_layout_range_32403 offset pnfs_layout_range 0 32403 NULL nohasharray
++enable_so_create_queues_fndecl_32403 create_queues fndecl 2-3 32403 &enable_so_offset_pnfs_layout_range_32403
++enable_so_ftdi_prepare_write_buffer_fndecl_32406 ftdi_prepare_write_buffer fndecl 3 32406 NULL
++enable_so_vml_nearest_clock_fndecl_32407 vml_nearest_clock fndecl 0 32407 NULL
++enable_so_cont_add_fndecl_32409 cont_add fndecl 4 32409 NULL
++enable_so_nent_kvm_cpuid_32413 nent kvm_cpuid 0 32413 NULL
++enable_so_ext4_list_backups_fndecl_32417 ext4_list_backups fndecl 0 32417 NULL
++enable_so_nxt200x_readreg_multibyte_fndecl_32418 nxt200x_readreg_multibyte fndecl 4 32418 NULL nohasharray
++enable_so_pt_buffer_setup_aux_fndecl_32418 pt_buffer_setup_aux fndecl 3 32418 &enable_so_nxt200x_readreg_multibyte_fndecl_32418
++enable_so_srpt_build_tskmgmt_rsp_fndecl_32427 srpt_build_tskmgmt_rsp fndecl 0 32427 NULL
++enable_so_top_mlx4_bitmap_32434 top mlx4_bitmap 0 32434 NULL
++enable_so_gso_size_xenvif_rx_meta_32437 gso_size xenvif_rx_meta 0 32437 NULL nohasharray
++enable_so_di_next_index_dinode_32437 di_next_index dinode 0 32437 &enable_so_gso_size_xenvif_rx_meta_32437
++enable_so_port_port_ipath_portdata_32438 port_port ipath_portdata 0 32438 NULL
++enable_so_btrfs_get_extent_fndecl_32440 btrfs_get_extent fndecl 4-3-5 32440 NULL nohasharray
++enable_so_truncated_len_btrfs_ordered_extent_32440 truncated_len btrfs_ordered_extent 0 32440 &enable_so_btrfs_get_extent_fndecl_32440
++enable_so_ext4_da_write_inline_data_end_fndecl_32456 ext4_da_write_inline_data_end fndecl 4-2 32456 NULL
++enable_so_snd_buf_bytes_vardecl_usbatm_c_32457 snd_buf_bytes vardecl_usbatm.c 0 32457 NULL
++enable_so_bitmap_storage_alloc_fndecl_32460 bitmap_storage_alloc fndecl 2 32460 NULL nohasharray
++enable_so_num_emulated_msrs_vardecl_x86_c_32460 num_emulated_msrs vardecl_x86.c 0 32460 &enable_so_bitmap_storage_alloc_fndecl_32460
++enable_so_xfs_btree_ptr_to_daddr_fndecl_32475 xfs_btree_ptr_to_daddr fndecl 0 32475 NULL nohasharray
++enable_so_start_ordered_ops_fndecl_32475 start_ordered_ops fndecl 2 32475 &enable_so_xfs_btree_ptr_to_daddr_fndecl_32475
++enable_so_dbg_command_buf_fndecl_32478 dbg_command_buf fndecl 2 32478 NULL
++enable_so_skb_shift_fndecl_32480 skb_shift fndecl 3 32480 NULL
++enable_so_flctl_dma_fifo0_transfer_fndecl_32481 flctl_dma_fifo0_transfer fndecl 3 32481 NULL nohasharray
++enable_so_j_len_reiserfs_journal_desc_32481 j_len reiserfs_journal_desc 0 32481 &enable_so_flctl_dma_fifo0_transfer_fndecl_32481
++enable_so_sigmadsp_write_i2c_fndecl_32482 sigmadsp_write_i2c fndecl 4 32482 NULL
++enable_so_s_fshift_ufs_sb_private_info_32491 s_fshift ufs_sb_private_info 0 32491 NULL
++enable_so_card_send_command_fndecl_32492 card_send_command fndecl 3 32492 NULL
++enable_so_reqsize_ablkcipher_tfm_32500 reqsize ablkcipher_tfm 0 32500 NULL
++enable_so_alloc_group_attrs_fndecl_32505 alloc_group_attrs fndecl 2 32505 NULL nohasharray
++enable_so_altera_swap_ir_fndecl_32505 altera_swap_ir fndecl 2 32505 &enable_so_alloc_group_attrs_fndecl_32505
++enable_so_lmLogFormat_fndecl_32506 lmLogFormat fndecl 2 32506 NULL
++enable_so_num_tgtdevs_btrfs_bio_32507 num_tgtdevs btrfs_bio 0 32507 NULL
++enable_so_transport_get_sectors_12_fndecl_32508 transport_get_sectors_12 fndecl 0 32508 NULL
++enable_so_gx1_gx_base_fndecl_32509 gx1_gx_base fndecl 0 32509 NULL
++enable_so___create_free_space_inode_fndecl_32519 __create_free_space_inode fndecl 5-4 32519 NULL
++enable_so_set_16kib_bfsize_stmmac_mode_ops_32520 set_16kib_bfsize stmmac_mode_ops 0 32520 NULL
++enable_so_jffs2_acl_count_fndecl_32522 jffs2_acl_count fndecl 0-1 32522 NULL
++enable_so_ext4_xattr_user_set_fndecl_32523 ext4_xattr_user_set fndecl 4 32523 NULL
++enable_so_frameoffset_b43_dmaring_32525 frameoffset b43_dmaring 0 32525 NULL
++enable_so_HDLC_irq_fndecl_32534 HDLC_irq fndecl 2 32534 NULL nohasharray
++enable_so_num_comp_vectors_mlx4_caps_32534 num_comp_vectors mlx4_caps 0 32534 &enable_so_HDLC_irq_fndecl_32534
++enable_so_ctrl_out_fndecl_32539 ctrl_out fndecl 3-5 32539 NULL
++enable_so_ev_next_dev_data_32542 ev_next dev_data 0 32542 NULL
++enable_so_wm8900_set_dai_pll_fndecl_32543 wm8900_set_dai_pll fndecl 4-5 32543 NULL
++enable_so_cfg80211_inform_bss_width_fndecl_32545 cfg80211_inform_bss_width fndecl 10 32545 NULL
++enable_so_rq_auth_slack_svc_rqst_32548 rq_auth_slack svc_rqst 0 32548 NULL
++enable_so_TransferCount__MSG_SCSI_IO_REPLY_32554 TransferCount _MSG_SCSI_IO_REPLY 0 32554 NULL nohasharray
++enable_so_yurex_write_fndecl_32554 yurex_write fndecl 3 32554 &enable_so_TransferCount__MSG_SCSI_IO_REPLY_32554
++enable_so_x32_arch_ptrace_fndecl_32556 x32_arch_ptrace fndecl 3 32556 NULL
++enable_so_sys_prctl_fndecl_32557 sys_prctl fndecl 3-4 32557 NULL
++enable_so_joydev_compat_ioctl_fndecl_32558 joydev_compat_ioctl fndecl 2 32558 NULL
++enable_so_bcd2000_midi_handle_input_fndecl_32572 bcd2000_midi_handle_input fndecl 3 32572 NULL
++enable_so_iov_iter_zero_fndecl_32575 iov_iter_zero fndecl 1 32575 NULL
++enable_so_ext4_try_to_write_inline_data_fndecl_32578 ext4_try_to_write_inline_data fndecl 4-3 32578 NULL
++enable_so_msg_print_ext_header_fndecl_32580 msg_print_ext_header fndecl 0 32580 NULL
++enable_so_check_right_item_operations_32585 check_right item_operations 0 32585 NULL nohasharray
++enable_so_fnic_fc_trace_get_data_fndecl_32585 fnic_fc_trace_get_data fndecl 0 32585 &enable_so_check_right_item_operations_32585
++enable_so_bop_assign_nilfs_bmap_operations_32598 bop_assign nilfs_bmap_operations 0 32598 NULL
++enable_so_kstrtoint_from_user_fndecl_32601 kstrtoint_from_user fndecl 2 32601 NULL
++enable_so_paging32_prefetch_gpte_fndecl_32604 paging32_prefetch_gpte fndecl 4 32604 NULL
++enable_so_vlan_tag_atl1c_recv_ret_status_32608 vlan_tag atl1c_recv_ret_status 0 32608 NULL
++enable_so_metronomefb_write_fndecl_32612 metronomefb_write fndecl 3 32612 NULL
++enable_so_hfsplus_direct_IO_fndecl_32619 hfsplus_direct_IO fndecl 3 32619 NULL nohasharray
++enable_so_SyS_llistxattr_fndecl_32619 SyS_llistxattr fndecl 3 32619 &enable_so_hfsplus_direct_IO_fndecl_32619
++enable_so_ntfs_commit_pages_after_write_fndecl_32634 ntfs_commit_pages_after_write fndecl 0-4-3 32634 NULL
++enable_so_do_page_add_anon_rmap_fndecl_32642 do_page_add_anon_rmap fndecl 3 32642 NULL
++enable_so_wa_nep_queue_fndecl_32649 wa_nep_queue fndecl 2 32649 NULL
++enable_so___load_block_bitmap_fndecl_32655 __load_block_bitmap fndecl 3 32655 NULL
++enable_so_icmpv6_manip_pkt_fndecl_32658 icmpv6_manip_pkt fndecl 4 32658 NULL nohasharray
++enable_so_get_queue_depth_fndecl_32658 get_queue_depth fndecl 0 32658 &enable_so_icmpv6_manip_pkt_fndecl_32658
++enable_so_nrof_flowrings_brcmf_msgbuf_32666 nrof_flowrings brcmf_msgbuf 0 32666 NULL
++enable_so_rtsx_usb_transfer_data_fndecl_32669 rtsx_usb_transfer_data fndecl 4-2 32669 NULL
++enable_so_rangelow_v4l2_frequency_band_32670 rangelow v4l2_frequency_band 0 32670 NULL
++enable_so_compressed_bio_size_fndecl_32676 compressed_bio_size fndecl 0-2 32676 NULL
++enable_so_ab3100_get_set_reg_fndecl_32681 ab3100_get_set_reg fndecl 3 32681 NULL
++enable_so_gma_bus_addr__intel_private_32688 gma_bus_addr _intel_private 0 32688 NULL
++enable_so_udf_write_aext_fndecl_32691 udf_write_aext fndecl 4 32691 NULL
++enable_so_rocker_group_l2_flood_fndecl_32699 rocker_group_l2_flood fndecl 4 32699 NULL
++enable_so_write_file_ani_fndecl_32709 write_file_ani fndecl 3 32709 NULL
++enable_so_size_hid_report_32715 size hid_report 0 32715 NULL
++enable_so_layout_commit_fndecl_32717 layout_commit fndecl 3 32717 NULL
++enable_so_residual_len_sts_entry_24xx_32720 residual_len sts_entry_24xx 0 32720 NULL
++enable_so_inode_table_ext3_new_group_data_32721 inode_table ext3_new_group_data 0 32721 NULL
++enable_so_copied_total_snd_compr_tstamp_32723 copied_total snd_compr_tstamp 0 32723 NULL
++enable_so_ks8995_registers_read_fndecl_32738 ks8995_registers_read fndecl 5-6 32738 NULL
++enable_so_vga_video_num_columns_vardecl_vgacon_c_32749 vga_video_num_columns vardecl_vgacon.c 0 32749 NULL
++enable_so_lookup_zone_fndecl_32751 lookup_zone fndecl 0 32751 NULL nohasharray
++enable_so_fm_extent_count_ll_user_fiemap_32751 fm_extent_count ll_user_fiemap 0 32751 &enable_so_lookup_zone_fndecl_32751
++enable_so_adjust_priv_size_fndecl_32756 adjust_priv_size fndecl 1-0 32756 NULL
++enable_so_cp2112_hid_get_fndecl_32758 cp2112_hid_get fndecl 4 32758 NULL
++enable_so_fuse_file_ioctl_fndecl_32760 fuse_file_ioctl fndecl 2 32760 NULL
++enable_so_rc_via_alen_mpls_route_config_32766 rc_via_alen mpls_route_config 0 32766 NULL
++enable_so_gro_pull_from_frag0_fndecl_32770 gro_pull_from_frag0 fndecl 2 32770 NULL
++enable_so_xfs_fsb_to_db_fndecl_32785 xfs_fsb_to_db fndecl 2 32785 NULL
++enable_so_reg_word_size_snd_soc_codec_driver_32786 reg_word_size snd_soc_codec_driver 0 32786 NULL
++enable_so_posted_intr_desc_addr_vmcs12_32788 posted_intr_desc_addr vmcs12 0 32788 NULL
++enable_so_mp_register_ioapic_fndecl_32802 mp_register_ioapic fndecl 3 32802 NULL
++enable_so_pipe_usb_fifo_32805 pipe usb_fifo 0 32805 NULL
++enable_so_l_start_xfs_flock64_32809 l_start xfs_flock64 0 32809 NULL
++enable_so_blocksize_ablkcipher_walk_32810 blocksize ablkcipher_walk 0 32810 NULL
++enable_so_length_ppp_option_data_32814 length ppp_option_data 0 32814 NULL
++enable_so_event_filter_write_fndecl_32818 event_filter_write fndecl 3 32818 NULL
++enable_so_namelen_jfs_ea_32820 namelen jfs_ea 0 32820 NULL
++enable_so_nvme_trans_log_temperature_fndecl_32822 nvme_trans_log_temperature fndecl 3 32822 NULL
++enable_so_scrub_fixup_readpage_fndecl_32830 scrub_fixup_readpage fndecl 2-3-1 32830 NULL nohasharray
++enable_so_num_rcv_urbs_vardecl_usbatm_c_32830 num_rcv_urbs vardecl_usbatm.c 0 32830 &enable_so_scrub_fixup_readpage_fndecl_32830
++enable_so_ds_out_channels_hdspm_32836 ds_out_channels hdspm 0 32836 NULL
++enable_so_num_amgms_mthca_limits_32845 num_amgms mthca_limits 0 32845 NULL
++enable_so_s_inodes_per_block_bits_sysv_sb_info_32849 s_inodes_per_block_bits sysv_sb_info 0 32849 NULL
++enable_so_gather_array_fndecl_32850 gather_array fndecl 3 32850 NULL
++enable_so_ep_in_mcs_cb_32852 ep_in mcs_cb 0 32852 NULL
++enable_so_lookup_extent_backref_fndecl_32855 lookup_extent_backref fndecl 6-9-7-8-5 32855 NULL nohasharray
++enable_so_size_mem_cgroup_threshold_ary_32855 size mem_cgroup_threshold_ary 0 32855 &enable_so_lookup_extent_backref_fndecl_32855
++enable_so_should_defrag_range_fndecl_32859 should_defrag_range fndecl 2 32859 NULL
++enable_so_s3c_hsotg_handle_unaligned_buf_start_fndecl_32862 s3c_hsotg_handle_unaligned_buf_start fndecl 0 32862 NULL
++enable_so_tx_buf_clear_used_ks959_cb_32864 tx_buf_clear_used ks959_cb 0 32864 NULL
++enable_so_buffer_len_bfad_debug_info_32873 buffer_len bfad_debug_info 0 32873 NULL
++enable_so_dz_divisor_dn_zone_32877 dz_divisor dn_zone 0 32877 NULL nohasharray
++enable_so_dvb_ringbuffer_read_user_fndecl_32877 dvb_ringbuffer_read_user fndecl 3 32877 &enable_so_dz_divisor_dn_zone_32877
++enable_so_mem_cgroup_move_charge_pte_range_fndecl_32885 mem_cgroup_move_charge_pte_range fndecl 2 32885 NULL nohasharray
++enable_so_btrfs_cow_block_fndecl_32885 btrfs_cow_block fndecl 0 32885 &enable_so_mem_cgroup_move_charge_pte_range_fndecl_32885 nohasharray
++enable_so_add_action_fndecl_32885 add_action fndecl 4-0 32885 &enable_so_btrfs_cow_block_fndecl_32885
++enable_so_snd_gus_dram_read_fndecl_32893 snd_gus_dram_read fndecl 4 32893 NULL
++enable_so___wa_xfer_setup_segs_fndecl_32902 __wa_xfer_setup_segs fndecl 2 32902 NULL
++enable_so_xfs_bmbt_set_startoff_fndecl_32903 xfs_bmbt_set_startoff fndecl 2 32903 NULL
++enable_so_copy_off_netrx_pending_operations_32906 copy_off netrx_pending_operations 0 32906 NULL
++enable_so_ipv6_getsockopt_sticky_fndecl_32916 ipv6_getsockopt_sticky fndecl 5 32916 NULL
++enable_so___add_action_fndecl_32937 __add_action fndecl 4 32937 NULL
++enable_so___copy_from_user_ll_fndecl_32945 __copy_from_user_ll fndecl 0 32945 NULL
++enable_so_al_stripes_resize_parms_32950 al_stripes resize_parms 0 32950 NULL
++enable_so_btrfsic_map_block_fndecl_32956 btrfsic_map_block fndecl 3 32956 NULL
++enable_so___carl9170_rx_fndecl_32963 __carl9170_rx fndecl 3 32963 NULL
++enable_so_bop_gather_data_nilfs_bmap_operations_32964 bop_gather_data nilfs_bmap_operations 0 32964 NULL
++enable_so_total_data_buflen_hv_netvsc_packet_32967 total_data_buflen hv_netvsc_packet 0 32967 NULL
++enable_so_ttm_alloc_new_pages_fndecl_32971 ttm_alloc_new_pages fndecl 5 32971 NULL
++enable_so_s_max_slots_ocfs2_super_block_32972 s_max_slots ocfs2_super_block 0 32972 NULL
++enable_so_proc_bus_pci_lseek_fndecl_32974 proc_bus_pci_lseek fndecl 2 32974 NULL
++enable_so_alloc_iommu_fndecl_32985 alloc_iommu fndecl 0-2-3 32985 NULL
++enable_so_p_replen_rpc_procinfo_32991 p_replen rpc_procinfo 0 32991 NULL nohasharray
++enable_so_bn_read_lock_fndecl_32991 bn_read_lock fndecl 2 32991 &enable_so_p_replen_rpc_procinfo_32991
++enable_so_segment0_blkaddr_f2fs_super_block_32995 segment0_blkaddr f2fs_super_block 0 32995 NULL
++enable_so_wtpref_nfs_fsinfo_33003 wtpref nfs_fsinfo 0 33003 NULL
++enable_so_mtdchar_write_fndecl_33004 mtdchar_write fndecl 3 33004 NULL
++enable_so_dwNtbInMaxSize_usb_cdc_ncm_ntb_parameters_33006 dwNtbInMaxSize usb_cdc_ncm_ntb_parameters 0 33006 NULL
++enable_so_offset_fl_pg_chunk_33011 offset fl_pg_chunk 0 33011 NULL nohasharray
++enable_so_pktshift_sge_33011 pktshift sge 0 33011 &enable_so_offset_fl_pg_chunk_33011
++enable_so_do_syslog_fndecl_33012 do_syslog fndecl 3 33012 NULL
++enable_so_ion_ioctl_fndecl_33013 ion_ioctl fndecl 2 33013 NULL
++enable_so_fp1_intel_dpll_hw_state_33019 fp1 intel_dpll_hw_state 0 33019 NULL
++enable_so_nr_regions_amd_flash_info_33022 nr_regions amd_flash_info 0 33022 NULL
++enable_so_snd_rawmidi_read_fndecl_33026 snd_rawmidi_read fndecl 3 33026 NULL
++enable_so_offset_xen_netif_rx_response_33028 offset xen_netif_rx_response 0 33028 NULL
++enable_so_rsi_sdio_read_register_multiple_fndecl_33035 rsi_sdio_read_register_multiple fndecl 3 33035 NULL
++enable_so_sacked_out_tcp_sock_33038 sacked_out tcp_sock 0 33038 NULL
++enable_so_ncpus_vardecl_mcelog_c_33040 ncpus vardecl_mcelog.c 0 33040 NULL
++enable_so_journal_init_revoke_table_fndecl_33048 journal_init_revoke_table fndecl 1 33048 NULL
++enable_so_HighPriorityCredit_mpt2sas_facts_33050 HighPriorityCredit mpt2sas_facts 0 33050 NULL
++enable_so_svc_rdma_xdr_get_reply_hdr_len_fndecl_33056 svc_rdma_xdr_get_reply_hdr_len fndecl 0 33056 NULL
++enable_so_dev_read_fndecl_33058 dev_read fndecl 3 33058 NULL
++enable_so_iov_iter_copy_from_user_atomic_fndecl_33059 iov_iter_copy_from_user_atomic fndecl 4 33059 NULL
++enable_so_rxbufsz_ar5523_33060 rxbufsz ar5523 0 33060 NULL nohasharray
++enable_so_nfilters_mc5_params_33060 nfilters mc5_params 0 33060 &enable_so_rxbufsz_ar5523_33060
++enable_so_compress_compressor_33066 compress compressor 0 33066 NULL
++enable_so_prepare_inurb_fndecl_33073 prepare_inurb fndecl 1 33073 NULL
++enable_so_shadow_walk_init_fndecl_33074 shadow_walk_init fndecl 3 33074 NULL
++enable_so_vblank_hi_lvds_dvo_timing_33077 vblank_hi lvds_dvo_timing 0 33077 NULL
++enable_so___fat_nfs_get_inode_fndecl_33079 __fat_nfs_get_inode fndecl 4 33079 NULL
++enable_so_regmap_i2c_write_fndecl_33086 regmap_i2c_write fndecl 3 33086 NULL
++enable_so_e1000_alloc_rx_skb_fndecl_33089 e1000_alloc_rx_skb fndecl 2 33089 NULL
++enable_so_spu_base_info_size_qib_user_info_33091 spu_base_info_size qib_user_info 0 33091 NULL
++enable_so_write_gssp_fndecl_33095 write_gssp fndecl 3 33095 NULL
++enable_so_rds_iw_xmit_fndecl_33099 rds_iw_xmit fndecl 5 33099 NULL
++enable_so_hdr_len_virtnet_info_33118 hdr_len virtnet_info 0 33118 NULL
++enable_so_len_cfg80211_mgmt_tx_params_33119 len cfg80211_mgmt_tx_params 0 33119 NULL
++enable_so_fl_create_fndecl_33120 fl_create fndecl 5 33120 NULL
++enable_so_hw_token_ehci_qtd_33122 hw_token ehci_qtd 0 33122 NULL
++enable_so_ring_size_amdgpu_ring_33123 ring_size amdgpu_ring 0 33123 NULL
++enable_so_gnttab_map_fndecl_33124 gnttab_map fndecl 2 33124 NULL
++enable_so_max_resp_sz_nfs4_channel_attrs_33127 max_resp_sz nfs4_channel_attrs 0 33127 NULL nohasharray
++enable_so_ari_length_ib_cm_rej_event_param_33127 ari_length ib_cm_rej_event_param 0 33127 &enable_so_max_resp_sz_nfs4_channel_attrs_33127
++enable_so_masklength_iio_dev_33129 masklength iio_dev 0 33129 NULL
++enable_so_readrids_fndecl_33131 readrids fndecl 0 33131 NULL nohasharray
++enable_so_hvutil_transport_send_fndecl_33131 hvutil_transport_send fndecl 3 33131 &enable_so_readrids_fndecl_33131
++enable_so_store_msg_fndecl_33138 store_msg fndecl 3 33138 NULL
++enable_so___get_vm_area_caller_fndecl_33139 __get_vm_area_caller fndecl 1-3 33139 NULL
++enable_so_rate_info_mwl8k_rxd_sta_33140 rate_info mwl8k_rxd_sta 0 33140 NULL
++enable_so_size_bmp_header_33141 size bmp_header 0 33141 NULL
++enable_so_l2cap_segment_le_sdu_fndecl_33145 l2cap_segment_le_sdu fndecl 4 33145 NULL
++enable_so_lprocfs_fid_space_seq_write_fndecl_33148 lprocfs_fid_space_seq_write fndecl 3 33148 NULL
++enable_so_putused_user_fndecl_33152 putused_user fndecl 3 33152 NULL
++enable_so_osd_req_list_partition_objects_fndecl_33155 osd_req_list_partition_objects fndecl 5 33155 NULL
++enable_so_lbs_rdmac_write_fndecl_33156 lbs_rdmac_write fndecl 3 33156 NULL
++enable_so_cx231xx_init_isoc_fndecl_33174 cx231xx_init_isoc fndecl 4-2-3 33174 NULL
++enable_so_dm_array_walk_fndecl_33175 dm_array_walk fndecl 2 33175 NULL nohasharray
++enable_so_hcs_params2_xhci_hcd_33175 hcs_params2 xhci_hcd 0 33175 &enable_so_dm_array_walk_fndecl_33175
++enable_so_rw_devices_btrfs_fs_devices_33182 rw_devices btrfs_fs_devices 0 33182 NULL
++enable_so_arp_filter_size_mwifiex_adapter_33183 arp_filter_size mwifiex_adapter 0 33183 NULL
++enable_so_Memhscx_empty_fifo_fndecl_33197 Memhscx_empty_fifo fndecl 2 33197 NULL
++enable_so_data_avail_vardecl_core_c_33198 data_avail vardecl_core.c 0 33198 NULL
++enable_so_ieee80211_rx_mgmt_probe_beacon_fndecl_33208 ieee80211_rx_mgmt_probe_beacon fndecl 3 33208 NULL
++enable_so_block_size_dm_bufio_client_33221 block_size dm_bufio_client 0 33221 NULL
++enable_so_num_lan_msix_i40e_pf_33223 num_lan_msix i40e_pf 0 33223 NULL
++enable_so_ip_options_get_fndecl_33225 ip_options_get fndecl 4 33225 NULL
++enable_so_l1oip_socket_recv_fndecl_33226 l1oip_socket_recv fndecl 6 33226 NULL
++enable_so_segment_count_main_f2fs_super_block_33230 segment_count_main f2fs_super_block 0 33230 NULL
++enable_so_cfg80211_connect_result_fndecl_33232 cfg80211_connect_result fndecl 6-4 33232 NULL
++enable_so_lustre_posix_acl_xattr_reduce_space_fndecl_33235 lustre_posix_acl_xattr_reduce_space fndecl 3 33235 NULL
++enable_so_nsumblk_nilfs_segsum_info_33238 nsumblk nilfs_segsum_info 0 33238 NULL
++enable_so_udf_load_partdesc_fndecl_33239 udf_load_partdesc fndecl 2 33239 NULL
++enable_so_save_tx_buffer_request_fndecl_33245 save_tx_buffer_request fndecl 3 33245 NULL
++enable_so_mfs_fc_lport_33249 mfs fc_lport 0 33249 NULL
++enable_so_alloc_apertures_fndecl_33250 alloc_apertures fndecl 1 33250 NULL
++enable_so_metadata_size_ecryptfs_crypt_stat_33252 metadata_size ecryptfs_crypt_stat 0 33252 NULL
++enable_so_size_reserved_mem_33254 size reserved_mem 0 33254 NULL
++enable_so_handle_bytes_file_handle_33261 handle_bytes file_handle 0 33261 NULL
++enable_so_mem_size_ramoops_platform_data_33263 mem_size ramoops_platform_data 0 33263 NULL
++enable_so_ip_vs_prepare_tunneled_skb_fndecl_33269 ip_vs_prepare_tunneled_skb fndecl 3 33269 NULL
++enable_so_ocfs2_change_extent_flag_fndecl_33270 ocfs2_change_extent_flag fndecl 3-5 33270 NULL
++enable_so_ep_msg_out_peak_usb_device_33281 ep_msg_out peak_usb_device 0 33281 NULL nohasharray
++enable_so_hpfs_readpages_fndecl_33281 hpfs_readpages fndecl 4 33281 &enable_so_ep_msg_out_peak_usb_device_33281 nohasharray
++enable_so_sbsector_iso9660_options_33281 sbsector iso9660_options 0 33281 &enable_so_hpfs_readpages_fndecl_33281
++enable_so_mappable_end_i915_gtt_33282 mappable_end i915_gtt 0 33282 NULL
++enable_so_frame_size_camera_data_33292 frame_size camera_data 0 33292 NULL
++enable_so_ocfs2_max_file_offset_fndecl_33295 ocfs2_max_file_offset fndecl 0-2 33295 NULL
++enable_so_e_phnum_elf64_hdr_33305 e_phnum elf64_hdr 0 33305 NULL
++enable_so_tracing_set_trace_write_fndecl_33307 tracing_set_trace_write fndecl 3 33307 NULL
++enable_so_max_width_vsp1_rwpf_33314 max_width vsp1_rwpf 0 33314 NULL
++enable_so_nl80211_send_deauth_fndecl_33315 nl80211_send_deauth fndecl 4 33315 NULL
++enable_so__iwl_dbgfs_bf_params_write_fndecl_33318 _iwl_dbgfs_bf_params_write fndecl 3 33318 NULL
++enable_so_acpi_gsb_i2c_read_bytes_fndecl_33322 acpi_gsb_i2c_read_bytes fndecl 4 33322 NULL
++enable_so_hlen_h4_recv_pkt_33324 hlen h4_recv_pkt 0 33324 NULL
++enable_so_ino_inode_defrag_33325 ino inode_defrag 0 33325 NULL
++enable_so_ahd_sg_setup_fndecl_33341 ahd_sg_setup fndecl 4-5 33341 NULL
++enable_so_stk_prepare_sio_buffers_fndecl_33347 stk_prepare_sio_buffers fndecl 2 33347 NULL
++enable_so_max_vpi_lpfc_max_cfg_param_33350 max_vpi lpfc_max_cfg_param 0 33350 NULL
++enable_so_udl_prime_create_fndecl_33364 udl_prime_create fndecl 2 33364 NULL nohasharray
++enable_so_scanlength_usbvision_frame_33364 scanlength usbvision_frame 0 33364 &enable_so_udl_prime_create_fndecl_33364 nohasharray
++enable_so_bpa10x_recv_fndecl_33364 bpa10x_recv fndecl 4 33364 &enable_so_scanlength_usbvision_frame_33364
++enable_so_ihandlen_xfs_fsop_handlereq_33370 ihandlen xfs_fsop_handlereq 0 33370 NULL
++enable_so_lpfc_sg_seg_cnt_init_fndecl_33371 lpfc_sg_seg_cnt_init fndecl 2 33371 NULL
++enable_so_ieee_802_1x_local_info_33374 ieee_802_1x local_info 0 33374 NULL
++enable_so_sys_io_getevents_fndecl_33381 sys_io_getevents fndecl 3 33381 NULL
++enable_so_length_mac_configuration_hdr_33392 length mac_configuration_hdr 0 33392 NULL
++enable_so_hash_netnet6_expire_fndecl_33396 hash_netnet6_expire fndecl 4 33396 NULL
++enable_so_sys_poll_fndecl_33397 sys_poll fndecl 2 33397 NULL
++enable_so_data_offset_rndis_packet_33403 data_offset rndis_packet 0 33403 NULL
++enable_so_drbg_blocklen_fndecl_33412 drbg_blocklen fndecl 0 33412 NULL
++enable_so_dma_fifo_alloc_fndecl_33415 dma_fifo_alloc fndecl 2-3-5 33415 NULL
++enable_so_flush_space_fndecl_33418 flush_space fndecl 0 33418 NULL
++enable_so_lbmRead_fndecl_33420 lbmRead fndecl 2 33420 NULL
++enable_so_rsxx_cram_write_fndecl_33423 rsxx_cram_write fndecl 3 33423 NULL
++enable_so_tt3650_ci_msg_fndecl_33424 tt3650_ci_msg fndecl 4 33424 NULL
++enable_so_intr_dma_usb_pcwd_private_33427 intr_dma usb_pcwd_private 0 33427 NULL
++enable_so_clevel_f2fs_inode_info_33430 clevel f2fs_inode_info 0 33430 NULL
++enable_so_change_mtu_fndecl_33432 change_mtu fndecl 2 33432 NULL nohasharray
++enable_so_in_nextiag_dinomap_33432 in_nextiag dinomap 0 33432 &enable_so_change_mtu_fndecl_33432
++enable_so__nfs4_proc_readlink_fndecl_33436 _nfs4_proc_readlink fndecl 4 33436 NULL
++enable_so_wqe_size_ib_uverbs_post_send_33437 wqe_size ib_uverbs_post_send 0 33437 NULL
++enable_so_nilfs_set_nsegments_fndecl_33438 nilfs_set_nsegments fndecl 2 33438 NULL
++enable_so_mmc_test_area_io_seq_fndecl_33440 mmc_test_area_io_seq fndecl 2 33440 NULL
++enable_so_w_dloarea_33444 w dloarea 0 33444 NULL
++enable_so_trim_start_cp_control_33446 trim_start cp_control 0 33446 NULL
++enable_so_ocfs2_divide_xattr_bucket_fndecl_33455 ocfs2_divide_xattr_bucket fndecl 3-4 33455 NULL
++enable_so_oprofilefs_ulong_from_user_fndecl_33456 oprofilefs_ulong_from_user fndecl 3 33456 NULL
++enable_so_ieee80211_if_fmt_tsf_fndecl_33458 ieee80211_if_fmt_tsf fndecl 3 33458 NULL
++enable_so_alloc_flex_gd_fndecl_33464 alloc_flex_gd fndecl 1 33464 NULL
++enable_so_tx_pipe_usbpn_dev_33474 tx_pipe usbpn_dev 0 33474 NULL
++enable_so_packets_out_tcp_sock_33478 packets_out tcp_sock 0 33478 NULL
++enable_so___nbd_ioctl_fndecl_33480 __nbd_ioctl fndecl 4 33480 NULL
++enable_so_ath6kl_buf_alloc_fndecl_33483 ath6kl_buf_alloc fndecl 1 33483 NULL
++enable_so_ftdi_elan_write_fndecl_33486 ftdi_elan_write fndecl 3 33486 NULL
++enable_so_lbs_sleepparams_write_fndecl_33488 lbs_sleepparams_write fndecl 3 33488 NULL
++enable_so_string_length_no_trail_fndecl_33497 string_length_no_trail fndecl 0-2 33497 NULL
++enable_so_num_rx_descs_iser_conn_33499 num_rx_descs iser_conn 0 33499 NULL
++enable_so_ocfs2_xattr_shrink_size_fndecl_33507 ocfs2_xattr_shrink_size fndecl 3 33507 NULL
++enable_so_chunk_io_fndecl_33510 chunk_io fndecl 3 33510 NULL
++enable_so_pcigart_offset_drm_radeon_private_33512 pcigart_offset drm_radeon_private 0 33512 NULL
++enable_so_usblp_read_fndecl_33517 usblp_read fndecl 3 33517 NULL
++enable_so_len_writequeue_entry_33522 len writequeue_entry 0 33522 NULL nohasharray
++enable_so_write_file_regval_fndecl_33522 write_file_regval fndecl 3 33522 &enable_so_len_writequeue_entry_33522
++enable_so_offset_port_buffer_33530 offset port_buffer 0 33530 NULL
++enable_so___mxt_write_reg_fndecl_33533 __mxt_write_reg fndecl 3 33533 NULL
++enable_so_capture_streams_azx_33537 capture_streams azx 0 33537 NULL
++enable_so_mlx5_buf_alloc_fndecl_33539 mlx5_buf_alloc fndecl 2 33539 NULL
++enable_so_dlfb_setup_modes_fndecl_33548 dlfb_setup_modes fndecl 4 33548 NULL
++enable_so_kvm_vcpu_read_guest_fndecl_33552 kvm_vcpu_read_guest fndecl 4-2 33552 NULL
++enable_so_nfc_llcp_build_sdreq_tlv_fndecl_33563 nfc_llcp_build_sdreq_tlv fndecl 3 33563 NULL
++enable_so_snd_rawmidi_kernel_write1_fndecl_33564 snd_rawmidi_kernel_write1 fndecl 4-0 33564 NULL
++enable_so_qlen_status_event_list_33569 qlen status_event_list 0 33569 NULL
++enable_so_pos_hbucket_33573 pos hbucket 0 33573 NULL
++enable_so_pvr2_debugifc_print_status_fndecl_33577 pvr2_debugifc_print_status fndecl 3 33577 NULL
++enable_so_lcm_fndecl_33580 lcm fndecl 0-2-1 33580 NULL nohasharray
++enable_so_self_dnode_33580 self dnode 0 33580 &enable_so_lcm_fndecl_33580 nohasharray
++enable_so_batadv_tt_update_changes_fndecl_33580 batadv_tt_update_changes fndecl 3 33580 &enable_so_self_dnode_33580
++enable_so_btrfs_direct_IO_fndecl_33586 btrfs_direct_IO fndecl 3 33586 NULL
++enable_so_i2c_readregs_fndecl_33590 i2c_readregs fndecl 5 33590 NULL
++enable_so_hci_mgmt_cmd_fndecl_33591 hci_mgmt_cmd fndecl 4 33591 NULL
++enable_so_num_ae_requests_vardecl_33594 num_ae_requests vardecl 0 33594 NULL
++enable_so_lde_namelen_lu_dirent_33595 lde_namelen lu_dirent 0 33595 NULL
++enable_so___kfifo_out_fndecl_33612 __kfifo_out fndecl 0-3 33612 NULL
++enable_so_scif_setup_qp_accept_fndecl_33630 scif_setup_qp_accept fndecl 4 33630 NULL
++enable_so_data_size_kretprobe_33633 data_size kretprobe 0 33633 NULL
++enable_so_memblock_size_vxge_hw_mempool_33647 memblock_size vxge_hw_mempool 0 33647 NULL
++enable_so_size_dma_buf_33648 size dma_buf 0 33648 NULL nohasharray
++enable_so_s_want_extra_isize_ext4_sb_info_33648 s_want_extra_isize ext4_sb_info 0 33648 &enable_so_size_dma_buf_33648
++enable_so_check_header_fndecl_33649 check_header fndecl 2 33649 NULL
++enable_so_tool_peer_spad_write_fndecl_33652 tool_peer_spad_write fndecl 3 33652 NULL
++enable_so_journal_init_revoke_fndecl_33654 journal_init_revoke fndecl 2 33654 NULL
++enable_so_il4965_rs_switch_to_mimo2_fndecl_33682 il4965_rs_switch_to_mimo2 fndecl 6 33682 NULL
++enable_so_data_size_vxge_rx_priv_33684 data_size vxge_rx_priv 0 33684 NULL
++enable_so_mb_find_order_for_block_fndecl_33691 mb_find_order_for_block fndecl 0 33691 NULL
++enable_so_alignment_offset_queue_limits_33701 alignment_offset queue_limits 0 33701 NULL
++enable_so_out_phase_usb_stream_kernel_33720 out_phase usb_stream_kernel 0 33720 NULL nohasharray
++enable_so_vlsi_alloc_ring_fndecl_33720 vlsi_alloc_ring fndecl 3-4 33720 &enable_so_out_phase_usb_stream_kernel_33720
++enable_so_ieee80211_if_fmt_state_fndecl_33728 ieee80211_if_fmt_state fndecl 3 33728 NULL
++enable_so_atwrite_submit_fndecl_33732 atwrite_submit fndecl 3 33732 NULL nohasharray
++enable_so_video_height_sis_video_info_33732 video_height sis_video_info 0 33732 &enable_so_atwrite_submit_fndecl_33732
++enable_so_hpfs_bmap_fndecl_33733 hpfs_bmap fndecl 2-0 33733 NULL
++enable_so_xres_fb_var_screeninfo_33734 xres fb_var_screeninfo 0 33734 NULL
++enable_so_stub_chips_nr_vardecl_i2c_stub_c_33739 stub_chips_nr vardecl_i2c-stub.c 0 33739 NULL
++enable_so_avr_ack_ptr_dccp_ackvec_record_33759 avr_ack_ptr dccp_ackvec_record 0 33759 NULL
++enable_so_default_bpp_vardecl_sm501fb_c_33765 default_bpp vardecl_sm501fb.c 0 33765 NULL
++enable_so_wmi_send_fndecl_33768 wmi_send fndecl 4 33768 NULL
++enable_so_f_height_gsc_frame_33772 f_height gsc_frame 0 33772 NULL
++enable_so_max_gpios_rdc321x_gpio_pdata_33783 max_gpios rdc321x_gpio_pdata 0 33783 NULL
++enable_so_pcmcia_replace_cis_fndecl_33785 pcmcia_replace_cis fndecl 3 33785 NULL nohasharray
++enable_so_fm_mapped_extents_ll_user_fiemap_33785 fm_mapped_extents ll_user_fiemap 0 33785 &enable_so_pcmcia_replace_cis_fndecl_33785
++enable_so_sca3000_read_data_fndecl_33787 sca3000_read_data fndecl 4 33787 NULL
++enable_so_sis190_try_rx_copy_fndecl_33790 sis190_try_rx_copy fndecl 3 33790 NULL
++enable_so_sd_write_data_fndecl_33792 sd_write_data fndecl 5 33792 NULL
++enable_so_icv_truncbits_xfrm_algo_auth_info_33798 icv_truncbits xfrm_algo_auth_info 0 33798 NULL
++enable_so_b43legacy_plcp_get_bitrate_idx_ofdm_fndecl_33816 b43legacy_plcp_get_bitrate_idx_ofdm fndecl 0 33816 NULL
++enable_so_custom_length_iscsi_stats_33819 custom_length iscsi_stats 0 33819 NULL
++enable_so_gfs2_bitfit_fndecl_33821 gfs2_bitfit fndecl 0 33821 NULL
++enable_so_SyS_keyctl_fndecl_33825 SyS_keyctl fndecl 4 33825 NULL
++enable_so_mult_usb_ep_33831 mult usb_ep 0 33831 NULL
++enable_so_selinux_setprocattr_fndecl_33832 selinux_setprocattr fndecl 4 33832 NULL
++enable_so_blk_size_ide_tape_obj_33837 blk_size ide_tape_obj 0 33837 NULL
++enable_so_targetsize_xt_target_33840 targetsize xt_target 0 33840 NULL
++enable_so_add_partition_fndecl_33847 add_partition fndecl 3 33847 NULL
++enable_so_kstrtou8_from_user_fndecl_33852 kstrtou8_from_user fndecl 2 33852 NULL
++enable_so_sctp_addto_chunk_fixed_fndecl_33853 sctp_addto_chunk_fixed fndecl 2 33853 NULL
++enable_so_xfs_qm_scall_trunc_qfile_fndecl_33855 xfs_qm_scall_trunc_qfile fndecl 2 33855 NULL
++enable_so_rx_buf_total_size__mgslpc_info_33856 rx_buf_total_size _mgslpc_info 0 33856 NULL
++enable_so_root_adfs_discrecord_33866 root adfs_discrecord 0 33866 NULL nohasharray
++enable_so_h5_link_control_fndecl_33866 h5_link_control fndecl 3 33866 &enable_so_root_adfs_discrecord_33866
++enable_so_tolen_nfs_linkargs_33881 tolen nfs_linkargs 0 33881 NULL
++enable_so_len_gsm_control_33882 len gsm_control 0 33882 NULL
++enable_so_reiserfs_xattr_get_fndecl_33887 reiserfs_xattr_get fndecl 0 33887 NULL nohasharray
++enable_so_pktgen_if_write_fndecl_33887 pktgen_if_write fndecl 3 33887 &enable_so_reiserfs_xattr_get_fndecl_33887
++enable_so_init_stripe_fndecl_33902 init_stripe fndecl 2 33902 NULL
++enable_so__install_special_mapping_fndecl_33907 _install_special_mapping fndecl 3-2 33907 NULL
++enable_so_mmio_readl_intel_uncore_funcs_33910 mmio_readl intel_uncore_funcs 0 33910 NULL
++enable_so_rx_desc_count_xgbe_prv_data_33915 rx_desc_count xgbe_prv_data 0 33915 NULL
++enable_so_hash_fname_33923 hash fname 0 33923 NULL
++enable_so_wil_vring_alloc_skb_fndecl_33924 wil_vring_alloc_skb fndecl 4 33924 NULL
++enable_so_size_cmdline_vardecl_dma_contiguous_c_33925 size_cmdline vardecl_dma-contiguous.c 0 33925 NULL
++enable_so_genl_allocate_reserve_groups_fndecl_33930 genl_allocate_reserve_groups fndecl 1 33930 NULL
++enable_so_max_channels_snd_midi_channel_set_33931 max_channels snd_midi_channel_set 0 33931 NULL
++enable_so_numa_add_memblk_to_fndecl_33934 numa_add_memblk_to fndecl 2-3 33934 NULL nohasharray
++enable_so_isl1208_i2c_set_regs_fndecl_33934 isl1208_i2c_set_regs fndecl 4 33934 &enable_so_numa_add_memblk_to_fndecl_33934 nohasharray
++enable_so_tcp_push_fndecl_33934 tcp_push fndecl 3 33934 &enable_so_isl1208_i2c_set_regs_fndecl_33934
++enable_so_iwl_dbgfs_plcp_delta_write_fndecl_33937 iwl_dbgfs_plcp_delta_write fndecl 3 33937 NULL
++enable_so_get_info_fndecl_33938 get_info fndecl 3 33938 NULL
++enable_so_bulk_in_usbatm_driver_33939 bulk_in usbatm_driver 0 33939 NULL
++enable_so_ext4_alloc_file_blocks_fndecl_33946 ext4_alloc_file_blocks fndecl 2-3 33946 NULL
++enable_so_i_first_extent_iso_inode_info_33947 i_first_extent iso_inode_info 0 33947 NULL
++enable_so_num_rsp_hci_inquiry_req_33953 num_rsp hci_inquiry_req 0 33953 NULL
++enable_so_lpfc_sg_seg_cnt_vardecl_lpfc_attr_c_33956 lpfc_sg_seg_cnt vardecl_lpfc_attr.c 0 33956 NULL
++enable_so_ext4_get_block_fndecl_33967 ext4_get_block fndecl 2 33967 NULL
++enable_so_ones_dma_mmc_spi_host_33969 ones_dma mmc_spi_host 0 33969 NULL
++enable_so_ocfs2_lock_refcount_tree_fndecl_33972 ocfs2_lock_refcount_tree fndecl 2 33972 NULL
++enable_so_pm8001_store_update_fw_fndecl_33975 pm8001_store_update_fw fndecl 4 33975 NULL
++enable_so_max_indirect_segments_blkfront_info_33976 max_indirect_segments blkfront_info 0 33976 NULL
++enable_so_cwarn_cm4000_dev_33978 cwarn cm4000_dev 0 33978 NULL
++enable_so_buf_len_wmi_tlv_mgmt_rx_ev_33979 buf_len wmi_tlv_mgmt_rx_ev 0 33979 NULL
++enable_so_usbat_bulk_write_fndecl_33983 usbat_bulk_write fndecl 3 33983 NULL
++enable_so_unit_off_ore_striping_info_33989 unit_off ore_striping_info 0 33989 NULL
++enable_so_sectorsize_scrub_ctx_33993 sectorsize scrub_ctx 0 33993 NULL
++enable_so_ethtool_copy_validate_indir_fndecl_33994 ethtool_copy_validate_indir fndecl 4 33994 NULL
++enable_so_v_front_porch_fb_cvt_data_34001 v_front_porch fb_cvt_data 0 34001 NULL
++enable_so_batadv_tvlv_unicast_send_fndecl_34005 batadv_tvlv_unicast_send fndecl 7 34005 NULL
++enable_so_rxextrahdrroom_dma_info_34007 rxextrahdrroom dma_info 0 34007 NULL
++enable_so_ctxtcnt_qib_devdata_34012 ctxtcnt qib_devdata 0 34012 NULL
++enable_so_periodic_size_ehci_hcd_34013 periodic_size ehci_hcd 0 34013 NULL
++enable_so_wl12xx_spi_raw_read_fndecl_34014 wl12xx_spi_raw_read fndecl 4 34014 NULL
++enable_so_parent_len_fndecl_34020 parent_len fndecl 0 34020 NULL nohasharray
++enable_so_uwb_rc_neh_grok_event_fndecl_34020 uwb_rc_neh_grok_event fndecl 3 34020 &enable_so_parent_len_fndecl_34020
++enable_so___kvm_write_guest_page_fndecl_34021 __kvm_write_guest_page fndecl 5 34021 NULL
++enable_so_size_edac_mc_layer_34031 size edac_mc_layer 0 34031 NULL
++enable_so_strlen_fndecl_34033 strlen fndecl 0 34033 NULL
++enable_so_blksize_sdio_cis_34036 blksize sdio_cis 0 34036 NULL
++enable_so_sector_number_blkif_request_discard_34039 sector_number blkif_request_discard 0 34039 NULL nohasharray
++enable_so_wil_addba_tx_request_fndecl_34039 wil_addba_tx_request fndecl 3 34039 &enable_so_sector_number_blkif_request_discard_34039
++enable_so_req_bio_endio_fndecl_34041 req_bio_endio fndecl 3 34041 NULL
++enable_so_len_hdlcdrv_hdlcrx_34043 len hdlcdrv_hdlcrx 0 34043 NULL
++enable_so_dma_size_nx_host_rds_ring_34047 dma_size nx_host_rds_ring 0 34047 NULL
++enable_so_ide_do_setfeature_fndecl_34050 ide_do_setfeature fndecl 3 34050 NULL
++enable_so_lov_get_stripecnt_fndecl_34066 lov_get_stripecnt fndecl 0-3 34066 NULL
++enable_so_gsm_control_modem_fndecl_34068 gsm_control_modem fndecl 3 34068 NULL
++enable_so_wb_bytes_nfs_page_34071 wb_bytes nfs_page 0 34071 NULL nohasharray
++enable_so_opt_val_tcp_repair_opt_34071 opt_val tcp_repair_opt 0 34071 &enable_so_wb_bytes_nfs_page_34071
++enable_so_qp_alloc_guest_work_fndecl_34074 qp_alloc_guest_work fndecl 5-3 34074 NULL nohasharray
++enable_so___get_vm_area_node_fndecl_34074 __get_vm_area_node fndecl 1-2-4 34074 &enable_so_qp_alloc_guest_work_fndecl_34074
++enable_so_isert_build_rdma_wr_fndecl_34085 isert_build_rdma_wr fndecl 5-6 34085 NULL
++enable_so_rec_len_ext2_dir_entry_2_34086 rec_len ext2_dir_entry_2 0 34086 NULL nohasharray
++enable_so_get_info_tcp_congestion_ops_34086 get_info tcp_congestion_ops 0 34086 &enable_so_rec_len_ext2_dir_entry_2_34086
++enable_so_mst_node_alsz_ubifs_info_34087 mst_node_alsz ubifs_info 0 34087 NULL
++enable_so_LFBsize_sis_video_info_34089 LFBsize sis_video_info 0 34089 NULL
++enable_so_restore_node_summary_fndecl_34091 restore_node_summary fndecl 2 34091 NULL
++enable_so___memblock_alloc_base_fndecl_34092 __memblock_alloc_base fndecl 2-1 34092 NULL
++enable_so_max_frame_ft_sess_34098 max_frame ft_sess 0 34098 NULL nohasharray
++enable_so_compat_SyS_mbind_fndecl_34098 compat_SyS_mbind fndecl 5 34098 &enable_so_max_frame_ft_sess_34098
++enable_so_c_chmask_f_uac2_opts_34103 c_chmask f_uac2_opts 0 34103 NULL
++enable_so_vme_user_read_fndecl_34105 vme_user_read fndecl 3 34105 NULL
++enable_so_reg_read_fndecl_34106 reg_read fndecl 0 34106 NULL
++enable_so_do_shmat_fndecl_34107 do_shmat fndecl 5 34107 NULL
++enable_so_lcd_right_margin_atyfb_par_34110 lcd_right_margin atyfb_par 0 34110 NULL
++enable_so_reserved_eq_mlx4_func_cap_34117 reserved_eq mlx4_func_cap 0 34117 NULL
++enable_so_chunk_size_lirc_driver_34118 chunk_size lirc_driver 0 34118 NULL
++enable_so_qxl_alloc_bo_reserved_fndecl_34119 qxl_alloc_bo_reserved fndecl 3 34119 NULL
++enable_so_nf_nat_ipv4_manip_pkt_fndecl_34120 nf_nat_ipv4_manip_pkt fndecl 2 34120 NULL
++enable_so_cw1200_sdio_align_size_fndecl_34124 cw1200_sdio_align_size fndecl 2 34124 NULL
++enable_so_nfs_vmtruncate_fndecl_34126 nfs_vmtruncate fndecl 2 34126 NULL
++enable_so_iterate_inode_extrefs_fndecl_34129 iterate_inode_extrefs fndecl 1 34129 NULL
++enable_so_digestsize_hash_tfm_34135 digestsize hash_tfm 0 34135 NULL
++enable_so_dst_width_snd_pcm_plugin_34144 dst_width snd_pcm_plugin 0 34144 NULL
++enable_so_object_size_kmem_cache_34151 object_size kmem_cache 0 34151 NULL
++enable_so_sky2_change_mtu_fndecl_34157 sky2_change_mtu fndecl 2 34157 NULL nohasharray
++enable_so_data_size_dm_ulog_request_34157 data_size dm_ulog_request 0 34157 &enable_so_sky2_change_mtu_fndecl_34157
++enable_so_nb_if_sdio_packet_34158 nb if_sdio_packet 0 34158 NULL nohasharray
++enable_so_usb_pipe_ua101_stream_34158 usb_pipe ua101_stream 0 34158 &enable_so_nb_if_sdio_packet_34158
++enable_so___domain_mapping_fndecl_34162 __domain_mapping fndecl 2 34162 NULL
++enable_so_save_mr_fndecl_34167 save_mr fndecl 4 34167 NULL
++enable_so_blockmask_sddr55_card_info_34172 blockmask sddr55_card_info 0 34172 NULL
++enable_so_osst_seek_sector_fndecl_34173 osst_seek_sector fndecl 3 34173 NULL
++enable_so_buffers_pipe_inode_info_34187 buffers pipe_inode_info 0 34187 NULL
++enable_so_new_oblock_dm_cache_migration_34189 new_oblock dm_cache_migration 0 34189 NULL
++enable_so_length_dm_target_spec_34193 length dm_target_spec 0 34193 NULL
++enable_so_i2c_wr_max_m88ds3103_config_34194 i2c_wr_max m88ds3103_config 0 34194 NULL nohasharray
++enable_so_nouveau_cli_create_fndecl_34194 nouveau_cli_create fndecl 3 34194 &enable_so_i2c_wr_max_m88ds3103_config_34194
++enable_so_write_room_tty_operations_34200 write_room tty_operations 0 34200 NULL
++enable_so_cxgb4vf_change_mtu_fndecl_34204 cxgb4vf_change_mtu fndecl 2 34204 NULL
++enable_so_cx23888_ir_rx_read_fndecl_34210 cx23888_ir_rx_read fndecl 3 34210 NULL
++enable_so_xen_evtchn_max_channels_fndecl_34213 xen_evtchn_max_channels fndecl 0 34213 NULL
++enable_so_snd_pcm_lib_write_fndecl_34216 snd_pcm_lib_write fndecl 0 34216 NULL
++enable_so_new_sync_write_fndecl_34217 new_sync_write fndecl 0 34217 NULL
++enable_so_total_out_z_stream_s_34221 total_out z_stream_s 0 34221 NULL
++enable_so_ext4_expand_extra_isize_fndecl_34225 ext4_expand_extra_isize fndecl 2 34225 NULL
++enable_so_segno_sit_journal_entry_34226 segno sit_journal_entry 0 34226 NULL
++enable_so___vxge_hw_channel_allocate_fndecl_34229 __vxge_hw_channel_allocate fndecl 3 34229 NULL
++enable_so_m_len_s_mbuf_34233 m_len s_mbuf 0 34233 NULL
++enable_so_max_devs_supported_ipr_ioa_cfg_34240 max_devs_supported ipr_ioa_cfg 0 34240 NULL
++enable_so_cfpkt_pad_trail_fndecl_34244 cfpkt_pad_trail fndecl 2 34244 NULL
++enable_so_agno_xfs_extent_busy_34245 agno xfs_extent_busy 0 34245 NULL
++enable_so___vmx_complete_interrupts_fndecl_34246 __vmx_complete_interrupts fndecl 2 34246 NULL
++enable_so_pktgen_finalize_skb_fndecl_34253 pktgen_finalize_skb fndecl 3 34253 NULL
++enable_so_status_tulip_rx_desc_34260 status tulip_rx_desc 0 34260 NULL
++enable_so_set_msr_interception_fndecl_34273 set_msr_interception fndecl 2 34273 NULL
++enable_so_reg_read_smsc911x_ops_34274 reg_read smsc911x_ops 0 34274 NULL
++enable_so_max_segs_mmc_host_34276 max_segs mmc_host 0 34276 NULL
++enable_so_dm_stats_list_fndecl_34284 dm_stats_list fndecl 4 34284 NULL
++enable_so_hash_ipport6_expire_fndecl_34286 hash_ipport6_expire fndecl 4 34286 NULL
++enable_so_ea_get_fndecl_34289 ea_get fndecl 3 34289 NULL nohasharray
++enable_so_ocfs2_group_from_res_fndecl_34289 ocfs2_group_from_res fndecl 0 34289 &enable_so_ea_get_fndecl_34289
++enable_so_cpu_msix_table_sz_MPT3SAS_ADAPTER_34295 cpu_msix_table_sz MPT3SAS_ADAPTER 0 34295 NULL
++enable_so_skb_coalesce_rx_frag_fndecl_34296 skb_coalesce_rx_frag fndecl 3 34296 NULL
++enable_so_p1_FS_QENTRY_34311 p1 FS_QENTRY 0 34311 NULL
++enable_so_usb6fire_pcm_init_urb_fndecl_34318 usb6fire_pcm_init_urb fndecl 4 34318 NULL
++enable_so_acm_tty_write_fndecl_34323 acm_tty_write fndecl 3 34323 NULL
++enable_so_usb_alloc_stream_buffers_fndecl_34344 usb_alloc_stream_buffers fndecl 3 34344 NULL
++enable_so_write_file_frameerrors_fndecl_34370 write_file_frameerrors fndecl 3 34370 NULL
++enable_so_get_bad_peb_limit_fndecl_34374 get_bad_peb_limit fndecl 2 34374 NULL
++enable_so_bytes_to_read_mpt2_diag_read_buffer_34380 bytes_to_read mpt2_diag_read_buffer 0 34380 NULL
++enable_so_r_minimode_34384 r minimode 0 34384 NULL
++enable_so_vd_blocknr_nilfs_vdesc_34386 vd_blocknr nilfs_vdesc 0 34386 NULL
++enable_so_min_scaled_height_bttv_crop_34408 min_scaled_height bttv_crop 0 34408 NULL
++enable_so_w_minimode_34418 w minimode 0 34418 NULL
++enable_so_rawv6_setsockopt_fndecl_34422 rawv6_setsockopt fndecl 5 34422 NULL
++enable_so_fragsize_inet_cork_34425 fragsize inet_cork 0 34425 NULL
++enable_so_vs_xdrsize_svc_version_34426 vs_xdrsize svc_version 0 34426 NULL
++enable_so_meta_ino_num_f2fs_sb_info_34435 meta_ino_num f2fs_sb_info 0 34435 NULL
++enable_so_ctrl_set_res_ver_fndecl_34447 ctrl_set_res_ver fndecl 3 34447 NULL
++enable_so_ath9k_dump_legacy_btcoex_fndecl_34449 ath9k_dump_legacy_btcoex fndecl 3 34449 NULL nohasharray
++enable_so_window_len_regmap_range_node_34449 window_len regmap_range_node 0 34449 &enable_so_ath9k_dump_legacy_btcoex_fndecl_34449
++enable_so_ts_final_retry_ath5k_tx_status_34451 ts_final_retry ath5k_tx_status 0 34451 NULL
++enable_so_copy_size_vmxnet3_tx_ctx_34453 copy_size vmxnet3_tx_ctx 0 34453 NULL
++enable_so_intel_dp_max_link_rate_fndecl_34455 intel_dp_max_link_rate fndecl 0 34455 NULL nohasharray
++enable_so_handle_mmio_page_fault_fndecl_34455 handle_mmio_page_fault fndecl 2 34455 &enable_so_intel_dp_max_link_rate_fndecl_34455
++enable_so_exceptions_per_area_pstore_34460 exceptions_per_area pstore 0 34460 NULL
++enable_so_offsets_size_binder_transaction_data_34461 offsets_size binder_transaction_data 0 34461 NULL
++enable_so_num_regs_regmap_irq_chip_34465 num_regs regmap_irq_chip 0 34465 NULL
++enable_so_fd_copyin_fndecl_34468 fd_copyin fndecl 3 34468 NULL
++enable_so_MaxMSIxVectors_mpt2sas_facts_34470 MaxMSIxVectors mpt2sas_facts 0 34470 NULL
++enable_so_MaxCommands_DAC960_V1_Enquiry_34475 MaxCommands DAC960_V1_Enquiry 0 34475 NULL
++enable_so_start_btrfs_ordered_extent_34479 start btrfs_ordered_extent 0 34479 NULL
++enable_so_num_rx_queues_net_device_34480 num_rx_queues net_device 0 34480 NULL
++enable_so_i2c_hid_command_fndecl_34481 i2c_hid_command fndecl 4 34481 NULL
++enable_so_cp210x_get_config_fndecl_34486 cp210x_get_config fndecl 4 34486 NULL
++enable_so_dma_bd_table_34490 dma bd_table 0 34490 NULL
++enable_so_do_ipt_set_ctl_fndecl_34493 do_ipt_set_ctl fndecl 4 34493 NULL
++enable_so_ieee80211_if_fmt_user_power_level_fndecl_34504 ieee80211_if_fmt_user_power_level fndecl 3 34504 NULL
++enable_so_bf_mcs_wmi_notify_req_done_event_34509 bf_mcs wmi_notify_req_done_event 0 34509 NULL
++enable_so_srp_free_req_fndecl_34531 srp_free_req fndecl 4 34531 NULL
++enable_so_SavagePanelHeight_savagefb_par_34532 SavagePanelHeight savagefb_par 0 34532 NULL nohasharray
++enable_so_ogm_buff_len_batadv_hard_iface_bat_iv_34532 ogm_buff_len batadv_hard_iface_bat_iv 0 34532 &enable_so_SavagePanelHeight_savagefb_par_34532
++enable_so_speakup_file_write_fndecl_34533 speakup_file_write fndecl 3 34533 NULL
++enable_so_host_size_scsi_transport_template_34551 host_size scsi_transport_template 0 34551 NULL
++enable_so_dvb_aplay_fndecl_34555 dvb_aplay fndecl 3 34555 NULL
++enable_so_rx_ring_num_config_param_34571 rx_ring_num config_param 0 34571 NULL
++enable_so_sb16_copy_from_user_fndecl_34575 sb16_copy_from_user fndecl 10-7-6 34575 NULL
++enable_so_blkno_range2trim_34581 blkno range2trim 0 34581 NULL
++enable_so_blk_queue_alignment_offset_fndecl_34591 blk_queue_alignment_offset fndecl 2 34591 NULL
++enable_so_net_default_tx_rate_ray_dev_t_34604 net_default_tx_rate ray_dev_t 0 34604 NULL nohasharray
++enable_so_sys_sync_file_range_fndecl_34604 sys_sync_file_range fndecl 2 34604 &enable_so_net_default_tx_rate_ray_dev_t_34604
++enable_so_fip_dlen_fip_desc_34614 fip_dlen fip_desc 0 34614 NULL
++enable_so_vram_total_vardecl_vesafb_c_34615 vram_total vardecl_vesafb.c 0 34615 NULL
++enable_so_blocksize_qce_ahash_def_34616 blocksize qce_ahash_def 0 34616 NULL
++enable_so_ip_hdrlen_fndecl_34618 ip_hdrlen fndecl 0 34618 NULL
++enable_so_ept_gva_to_gpa_fndecl_34619 ept_gva_to_gpa fndecl 2-3 34619 NULL
++enable_so_cpu_npartitions_vardecl_linux_cpu_c_34622 cpu_npartitions vardecl_linux-cpu.c 0 34622 NULL
++enable_so_ace_change_mtu_fndecl_34639 ace_change_mtu fndecl 2 34639 NULL
++enable_so_hsc_write_fndecl_34640 hsc_write fndecl 3 34640 NULL
++enable_so_idef6cpy_gru_control_block_extended_34646 idef6cpy gru_control_block_extended 0 34646 NULL
++enable_so_ramdisk_store_fndecl_34654 ramdisk_store fndecl 4 34654 NULL
++enable_so_uwb_est_used_vardecl_est_c_34662 uwb_est_used vardecl_est.c 0 34662 NULL
++enable_so_ext4_convert_unwritten_extents_endio_fndecl_34667 ext4_convert_unwritten_extents_endio fndecl 0 34667 NULL
++enable_so_num_leaves_cpu_cacheinfo_34676 num_leaves cpu_cacheinfo 0 34676 NULL nohasharray
++enable_so_hash_ip4_expire_fndecl_34676 hash_ip4_expire fndecl 4 34676 &enable_so_num_leaves_cpu_cacheinfo_34676
++enable_so_offset_ethtool_eeprom_34683 offset ethtool_eeprom 0 34683 NULL
++enable_so_snd_pcm_hw_param_value_min_fndecl_34686 snd_pcm_hw_param_value_min fndecl 0 34686 NULL
++enable_so_slip_maxdev_vardecl_slip_c_34688 slip_maxdev vardecl_slip.c 0 34688 NULL
++enable_so_radeon_ring_init_fndecl_34693 radeon_ring_init fndecl 3 34693 NULL
++enable_so_simple_read_from_buffer_fndecl_34694 simple_read_from_buffer fndecl 2-5 34694 NULL
++enable_so_ceph_get_direct_page_vector_fndecl_34695 ceph_get_direct_page_vector fndecl 2 34695 NULL
++enable_so_max_payload_fc_fcp_pkt_34696 max_payload fc_fcp_pkt 0 34696 NULL
++enable_so_writesize_mtd_info_34702 writesize mtd_info 0 34702 NULL
++enable_so_paging64_page_fault_fndecl_34709 paging64_page_fault fndecl 2-3 34709 NULL
++enable_so_gfs2_log_alloc_bio_fndecl_34714 gfs2_log_alloc_bio fndecl 2 34714 NULL
++enable_so_in_sector_offset_vardecl_floppy_c_34720 in_sector_offset vardecl_floppy.c 0 34720 NULL
++enable_so_cache_word_size_regmap_34722 cache_word_size regmap 0 34722 NULL
++enable_so_W6692_empty_Dfifo_fndecl_34725 W6692_empty_Dfifo fndecl 2 34725 NULL
++enable_so_slot_number_md_cluster_operations_34728 slot_number md_cluster_operations 0 34728 NULL
++enable_so_ocfs2_dx_dir_format_cluster_fndecl_34730 ocfs2_dx_dir_format_cluster fndecl 6 34730 NULL
++enable_so_wa_xfer_create_subset_sg_fndecl_34731 wa_xfer_create_subset_sg fndecl 2-3 34731 NULL
++enable_so_trunc_start_fndecl_34735 trunc_start fndecl 3-2 34735 NULL nohasharray
++enable_so__c4iw_write_mem_inline_fndecl_34735 _c4iw_write_mem_inline fndecl 3 34735 &enable_so_trunc_start_fndecl_34735
++enable_so_flags_rtl8187b_rx_hdr_34741 flags rtl8187b_rx_hdr 0 34741 NULL
++enable_so_inbuf_dma_usbhid_device_34742 inbuf_dma usbhid_device 0 34742 NULL
++enable_so_btrfs_clone_fndecl_34746 btrfs_clone fndecl 5-3-6 34746 NULL
++enable_so_blockshift_sddr09_card_info_34748 blockshift sddr09_card_info 0 34748 NULL
++enable_so_out_n_analog_pcm_runtime_34756 out_n_analog pcm_runtime 0 34756 NULL nohasharray
++enable_so_u132_hcd_bulk_input_recv_fndecl_34756 u132_hcd_bulk_input_recv fndecl 4 34756 &enable_so_out_n_analog_pcm_runtime_34756 nohasharray
++enable_so_nfs4_validate_mount_data_fndecl_34756 nfs4_validate_mount_data fndecl 0 34756 &enable_so_u132_hcd_bulk_input_recv_fndecl_34756
++enable_so_extent_size_ecryptfs_crypt_stat_34757 extent_size ecryptfs_crypt_stat 0 34757 NULL nohasharray
++enable_so_sc_frmr_pg_list_len_svcxprt_rdma_34757 sc_frmr_pg_list_len svcxprt_rdma 0 34757 &enable_so_extent_size_ecryptfs_crypt_stat_34757 nohasharray
++enable_so_zone_spare_adfs_discrecord_34757 zone_spare adfs_discrecord 0 34757 &enable_so_sc_frmr_pg_list_len_svcxprt_rdma_34757
++enable_so_intel_ctrl_host_mask_cpu_hw_events_34768 intel_ctrl_host_mask cpu_hw_events 0 34768 NULL
++enable_so_hvt_op_write_fndecl_34774 hvt_op_write fndecl 3 34774 NULL
++enable_so_cyapa_i2c_pip_read_fndecl_34788 cyapa_i2c_pip_read fndecl 3 34788 NULL
++enable_so_qxl_image_alloc_objects_fndecl_34790 qxl_image_alloc_objects fndecl 4-5 34790 NULL
++enable_so_sizeimage_soc_camera_device_34794 sizeimage soc_camera_device 0 34794 NULL nohasharray
++enable_so_addrlen_svc_deferred_req_34794 addrlen svc_deferred_req 0 34794 &enable_so_sizeimage_soc_camera_device_34794
++enable_so_rq_count_st_card_info_34798 rq_count st_card_info 0 34798 NULL
++enable_so_i9xx_pll_refclk_fndecl_34800 i9xx_pll_refclk fndecl 0 34800 NULL
++enable_so_nfs_write_end_fndecl_34801 nfs_write_end fndecl 3 34801 NULL
++enable_so_l0_xfs_bmbt_rec_host_34805 l0 xfs_bmbt_rec_host 0 34805 NULL
++enable_so_page_size_flash_info_34810 page_size flash_info 0 34810 NULL
++enable_so_blk_cnt_os_dat_entry_s_34817 blk_cnt os_dat_entry_s 0 34817 NULL
++enable_so_lbs_lowsnr_write_fndecl_34822 lbs_lowsnr_write fndecl 3 34822 NULL
++enable_so_wps_ie_len_mwifiex_private_34823 wps_ie_len mwifiex_private 0 34823 NULL nohasharray
++enable_so_alg_key_len_xfrm_algo_34823 alg_key_len xfrm_algo 0 34823 &enable_so_wps_ie_len_mwifiex_private_34823
++enable_so_madvise_behavior_fndecl_34827 madvise_behavior fndecl 4-3 34827 NULL
++enable_so_mwifiex_usb_submit_rx_urb_fndecl_34829 mwifiex_usb_submit_rx_urb fndecl 2 34829 NULL
++enable_so_rcvegrbufs_perchunk_qib_ctxtdata_34831 rcvegrbufs_perchunk qib_ctxtdata 0 34831 NULL
++enable_so_xenvif_check_gop_fndecl_34832 xenvif_check_gop fndecl 0 34832 NULL
++enable_so_unix_dgram_connect_fndecl_34836 unix_dgram_connect fndecl 3 34836 NULL
++enable_so_setsockopt_fndecl_34840 setsockopt fndecl 5 34840 NULL
++enable_so_in_usbnet_34842 in usbnet 0 34842 NULL
++enable_so_dot_dpll_34844 dot dpll 0 34844 NULL
++enable_so_good_peb_count_ubi_device_34853 good_peb_count ubi_device 0 34853 NULL nohasharray
++enable_so_fw_iso_buffer_init_fndecl_34853 fw_iso_buffer_init fndecl 3 34853 &enable_so_good_peb_count_ubi_device_34853 nohasharray
++enable_so_log_sz_mlx5_flow_table_group_34853 log_sz mlx5_flow_table_group 0 34853 &enable_so_fw_iso_buffer_init_fndecl_34853
++enable_so_nilfs_ioctl_do_get_suinfo_fndecl_34854 nilfs_ioctl_do_get_suinfo fndecl 6 34854 NULL
++enable_so_flags_write_fndecl_34858 flags_write fndecl 3 34858 NULL
++enable_so_max_msix_vectors_fm10k_mac_info_34860 max_msix_vectors fm10k_mac_info 0 34860 NULL
++enable_so_pfkey_recvmsg_fndecl_34863 pfkey_recvmsg fndecl 3 34863 NULL nohasharray
++enable_so_s_map_size_adfs_sb_info_34863 s_map_size adfs_sb_info 0 34863 &enable_so_pfkey_recvmsg_fndecl_34863
++enable_so_rt2x00crypto_rx_insert_iv_fndecl_34864 rt2x00crypto_rx_insert_iv fndecl 2 34864 NULL
++enable_so_odm_num_comps_pnfs_osd_data_map_34865 odm_num_comps pnfs_osd_data_map 0 34865 NULL
++enable_so_sddr09_writeX_fndecl_34870 sddr09_writeX fndecl 5 34870 NULL
++enable_so_drm_cvt_mode_fndecl_34886 drm_cvt_mode fndecl 3-2-4 34886 NULL
++enable_so_Wa_tvnorm_34892 Wa tvnorm 0 34892 NULL
++enable_so_len_coda_ioctl_out_34894 len coda_ioctl_out 0 34894 NULL nohasharray
++enable_so_vb2_dma_sg_alloc_fndecl_34894 vb2_dma_sg_alloc fndecl 2 34894 &enable_so_len_coda_ioctl_out_34894
++enable_so_sb_logstart_xfs_sb_34900 sb_logstart xfs_sb 0 34900 NULL
++enable_so_fat_ent_read_fndecl_34902 fat_ent_read fndecl 3 34902 NULL
++enable_so_active_pixels_fb_cvt_data_34903 active_pixels fb_cvt_data 0 34903 NULL
++enable_so_block_size_ath6kl_mbox_info_34904 block_size ath6kl_mbox_info 0 34904 NULL
++enable_so_devm_gen_pool_create_fndecl_34908 devm_gen_pool_create fndecl 2 34908 NULL
++enable_so_num_channels_ad5380_chip_info_34917 num_channels ad5380_chip_info 0 34917 NULL
++enable_so_ath10k_htc_alloc_skb_fndecl_34920 ath10k_htc_alloc_skb fndecl 2 34920 NULL
++enable_so_consume_size_vmci_qp_alloc_info_34922 consume_size vmci_qp_alloc_info 0 34922 NULL
++enable_so_rcc__DMABUFFERENTRY_34925 rcc _DMABUFFERENTRY 0 34925 NULL
++enable_so_shared_secret_len_net_conf_34926 shared_secret_len net_conf 0 34926 NULL
++enable_so_nr_kvm_queued_interrupt_34927 nr kvm_queued_interrupt 0 34927 NULL
++enable_so_port_fops_write_fndecl_34928 port_fops_write fndecl 3 34928 NULL
++enable_so_len_wil6210_mbox_hdr_34930 len wil6210_mbox_hdr 0 34930 NULL
++enable_so_swiotlb_init_with_tbl_fndecl_34935 swiotlb_init_with_tbl fndecl 2 34935 NULL
++enable_so_recv_resync_read_fndecl_34939 recv_resync_read fndecl 2 34939 NULL
++enable_so_max_receive_fw_card_34941 max_receive fw_card 0 34941 NULL
++enable_so_bio_kmalloc_fndecl_34947 bio_kmalloc fndecl 2 34947 NULL
++enable_so_fs_tss_segment_32_34954 fs tss_segment_32 0 34954 NULL nohasharray
++enable_so_reiserfs_get_block_create_0_fndecl_34954 reiserfs_get_block_create_0 fndecl 2 34954 &enable_so_fs_tss_segment_32_34954
++enable_so_internal_ewma_34962 internal ewma 0 34962 NULL
++enable_so_n_it_fw_ohci_34963 n_it fw_ohci 0 34963 NULL
++enable_so_tdp_page_fault_fndecl_34964 tdp_page_fault fndecl 2 34964 NULL
++enable_so_simple_alloc_urb_fndecl_34966 simple_alloc_urb fndecl 3-2 34966 NULL
++enable_so___bmc150_accel_fifo_flush_fndecl_34967 __bmc150_accel_fifo_flush fndecl 2 34967 NULL
++enable_so_il4965_rs_switch_to_siso_fndecl_34968 il4965_rs_switch_to_siso fndecl 6 34968 NULL
++enable_so_s35390a_get_reg_fndecl_34971 s35390a_get_reg fndecl 4 34971 NULL
++enable_so_cw1200_queue_stats_init_fndecl_34973 cw1200_queue_stats_init fndecl 2 34973 NULL
++enable_so_at24_bin_write_fndecl_34977 at24_bin_write fndecl 6-5 34977 NULL
++enable_so_rfkill_fop_read_fndecl_34980 rfkill_fop_read fndecl 3 34980 NULL
++enable_so_p_vaddr_elf64_phdr_34996 p_vaddr elf64_phdr 0 34996 NULL nohasharray
++enable_so_kfd_gtt_sa_init_fndecl_34996 kfd_gtt_sa_init fndecl 3-2 34996 &enable_so_p_vaddr_elf64_phdr_34996
++enable_so_num_snaps_ceph_mds_snap_realm_35009 num_snaps ceph_mds_snap_realm 0 35009 NULL
++enable_so_ocfs2_control_write_fndecl_35010 ocfs2_control_write fndecl 3 35010 NULL
++enable_so_fc_set_mfs_fndecl_35014 fc_set_mfs fndecl 2 35014 NULL nohasharray
++enable_so_do_trimming_fndecl_35014 do_trimming fndecl 6-5 35014 &enable_so_fc_set_mfs_fndecl_35014
++enable_so_kzalloc_fndecl_35015 kzalloc fndecl 1 35015 NULL
++enable_so_skb_zerocopy_fndecl_35016 skb_zerocopy fndecl 4-3 35016 NULL
++enable_so_read_capacity_10_fndecl_35017 read_capacity_10 fndecl 0 35017 NULL
++enable_so_lpfc_idiag_pcicfg_write_fndecl_35022 lpfc_idiag_pcicfg_write fndecl 3 35022 NULL
++enable_so_il4965_rs_fill_link_cmd_fndecl_35023 il4965_rs_fill_link_cmd fndecl 3 35023 NULL
++enable_so__add_sg_continuation_descriptor_fndecl_35026 _add_sg_continuation_descriptor fndecl 3 35026 NULL
++enable_so_cipso_v4_bitmap_walk_fndecl_35041 cipso_v4_bitmap_walk fndecl 0-3 35041 NULL
++enable_so_bg_inode_bitmap_ext2_group_desc_35053 bg_inode_bitmap ext2_group_desc 0 35053 NULL
++enable_so_tda18218_rd_reg_fndecl_35057 tda18218_rd_reg fndecl 2 35057 NULL
++enable_so_iio_event_chrdev_read_fndecl_35062 iio_event_chrdev_read fndecl 3 35062 NULL
++enable_so_ring_size_radeon_ring_35063 ring_size radeon_ring 0 35063 NULL
++enable_so_altera_set_dr_post_fndecl_35072 altera_set_dr_post fndecl 2 35072 NULL
++enable_so_set_video_mode_Timon_fndecl_35074 set_video_mode_Timon fndecl 4 35074 NULL
++enable_so_inbuf_dma_ati_remote_35083 inbuf_dma ati_remote 0 35083 NULL nohasharray
++enable_so_dlm_alloc_pagevec_fndecl_35083 dlm_alloc_pagevec fndecl 1 35083 &enable_so_inbuf_dma_ati_remote_35083 nohasharray
++enable_so_sys_kexec_file_load_fndecl_35083 sys_kexec_file_load fndecl 3 35083 &enable_so_dlm_alloc_pagevec_fndecl_35083
++enable_so_reclaim_pages_fndecl_35086 reclaim_pages fndecl 3 35086 NULL
++enable_so_kstrtou16_from_user_fndecl_35089 kstrtou16_from_user fndecl 2 35089 NULL
++enable_so_sizeof_long_fndecl_35095 sizeof_long fndecl 0 35095 NULL
++enable_so_er_data_len_gfs2_ea_request_35098 er_data_len gfs2_ea_request 0 35098 NULL
++enable_so_num_vf_qps_i40e_pf_35102 num_vf_qps i40e_pf 0 35102 NULL
++enable_so_get_crop_info_v_s5p_mfc_hw_ops_35103 get_crop_info_v s5p_mfc_hw_ops 0 35103 NULL nohasharray
++enable_so_prot_length_se_device_35103 prot_length se_device 0 35103 &enable_so_get_crop_info_v_s5p_mfc_hw_ops_35103
++enable_so___do_page_fault_fndecl_35107 __do_page_fault fndecl 3 35107 NULL
++enable_so_size_kcore_list_35108 size kcore_list 0 35108 NULL
++enable_so_vlv_find_best_dpll_fndecl_35112 vlv_find_best_dpll fndecl 4-3 35112 NULL
++enable_so_d_ino_vxfs_direct_35117 d_ino vxfs_direct 0 35117 NULL
++enable_so_max_uc_mac_be_resources_35119 max_uc_mac be_resources 0 35119 NULL
++enable_so_vxfs_bmap_indir_fndecl_35120 vxfs_bmap_indir fndecl 2-0-4 35120 NULL
++enable_so_sprintf_fndecl_35121 sprintf fndecl 0 35121 NULL nohasharray
++enable_so_alloc_vm_area_fndecl_35121 alloc_vm_area fndecl 1 35121 &enable_so_sprintf_fndecl_35121
++enable_so_sm501_alloc_mem_fndecl_35125 sm501_alloc_mem fndecl 5-4 35125 NULL
++enable_so_bch_empty_fifo_fndecl_35126 bch_empty_fifo fndecl 2 35126 NULL
++enable_so_vmw_mob_create_fndecl_35127 vmw_mob_create fndecl 1 35127 NULL nohasharray
++enable_so_nilfs_sufile_get_suinfo_fndecl_35127 nilfs_sufile_get_suinfo fndecl 5-2 35127 &enable_so_vmw_mob_create_fndecl_35127 nohasharray
++enable_so_path_setxattr_fndecl_35127 path_setxattr fndecl 4 35127 &enable_so_nilfs_sufile_get_suinfo_fndecl_35127
++enable_so_FbMapSize_nvidia_par_35128 FbMapSize nvidia_par 0 35128 NULL
++enable_so_channels_min_snd_pcm_hardware_35132 channels_min snd_pcm_hardware 0 35132 NULL nohasharray
++enable_so_bio_add_pc_page_fndecl_35132 bio_add_pc_page fndecl 4-5 35132 &enable_so_channels_min_snd_pcm_hardware_35132
++enable_so___get_free_pages_fndecl_35139 __get_free_pages fndecl 0 35139 NULL nohasharray
++enable_so__osd_realloc_seg_fndecl_35139 _osd_realloc_seg fndecl 3 35139 &enable_so___get_free_pages_fndecl_35139
++enable_so_blockoffset_hfsplus_sb_info_35140 blockoffset hfsplus_sb_info 0 35140 NULL
++enable_so_tx_ring_size_adm8211_priv_35143 tx_ring_size adm8211_priv 0 35143 NULL
++enable_so_len_mwifiex_ie_types_header_35146 len mwifiex_ie_types_header 0 35146 NULL
++enable_so___dquot_free_space_fndecl_35147 __dquot_free_space fndecl 2 35147 NULL
++enable_so_readlink_copy_fndecl_35149 readlink_copy fndecl 2 35149 NULL nohasharray
++enable_so_num_usb3_ports_xhci_hcd_35149 num_usb3_ports xhci_hcd 0 35149 &enable_so_readlink_copy_fndecl_35149
++enable_so_br_fdb_fillbuf_fndecl_35152 br_fdb_fillbuf fndecl 0 35152 NULL
++enable_so_ieee80211_crypto_ccmp_decrypt_fndecl_35154 ieee80211_crypto_ccmp_decrypt fndecl 2 35154 NULL nohasharray
++enable_so_pageshift_alauda_card_info_35154 pageshift alauda_card_info 0 35154 &enable_so_ieee80211_crypto_ccmp_decrypt_fndecl_35154
++enable_so___alloc_dev_table_fndecl_35156 __alloc_dev_table fndecl 2 35156 NULL
++enable_so_snd_pcm_oss_read2_fndecl_35168 snd_pcm_oss_read2 fndecl 3 35168 NULL
++enable_so_mlx4_en_hwtstamp_get_fndecl_35174 mlx4_en_hwtstamp_get fndecl 0 35174 NULL
++enable_so_hash_mac4_expire_fndecl_35179 hash_mac4_expire fndecl 4 35179 NULL nohasharray
++enable_so_memblock_size_vxge_hw_fifo_config_35179 memblock_size vxge_hw_fifo_config 0 35179 &enable_so_hash_mac4_expire_fndecl_35179
++enable_so_wHeight_uvc_frame_35189 wHeight uvc_frame 0 35189 NULL
++enable_so_ah_alloc_tmp_fndecl_35193 ah_alloc_tmp fndecl 2-3 35193 NULL
++enable_so_do_dccp_setsockopt_fndecl_35194 do_dccp_setsockopt fndecl 5 35194 NULL nohasharray
++enable_so_intel_sdvo_write_cmd_fndecl_35194 intel_sdvo_write_cmd fndecl 4 35194 &enable_so_do_dccp_setsockopt_fndecl_35194
++enable_so_long_retry_limit_ipw_priv_35197 long_retry_limit ipw_priv 0 35197 NULL
++enable_so_copy_gadget_strings_fndecl_35202 copy_gadget_strings fndecl 2-3 35202 NULL
++enable_so_new_lockspace_fndecl_35208 new_lockspace fndecl 4 35208 NULL
++enable_so_tx_ring_size_pcnet32_private_35210 tx_ring_size pcnet32_private 0 35210 NULL
++enable_so_maxpacksize_snd_usb_endpoint_35216 maxpacksize snd_usb_endpoint 0 35216 NULL nohasharray
++enable_so_sset_mask_ethtool_sset_info_35216 sset_mask ethtool_sset_info 0 35216 &enable_so_maxpacksize_snd_usb_endpoint_35216
++enable_so_root_blkno_ocfs2_super_35227 root_blkno ocfs2_super 0 35227 NULL
++enable_so_nested_vmx_load_msr_fndecl_35245 nested_vmx_load_msr fndecl 2 35245 NULL
++enable_so_d_off_p9_dirent_35247 d_off p9_dirent 0 35247 NULL
++enable_so_whc_urb_dequeue_fndecl_35255 whc_urb_dequeue fndecl 3 35255 NULL
++enable_so_btrfs_inc_extent_ref_fndecl_35257 btrfs_inc_extent_ref fndecl 5-6-3-4-7 35257 NULL
++enable_so_longRetryLimit_ConfigRid_35258 longRetryLimit ConfigRid 0 35258 NULL
++enable_so_dm_bm_write_lock_fndecl_35261 dm_bm_write_lock fndecl 2 35261 NULL
++enable_so_gss_unwrap_kerberos_fndecl_35263 gss_unwrap_kerberos fndecl 2 35263 NULL
++enable_so_wstatus_usblp_35266 wstatus usblp 0 35266 NULL
++enable_so_sparse_early_mem_maps_alloc_node_fndecl_35270 sparse_early_mem_maps_alloc_node fndecl 4 35270 NULL
++enable_so_swiotlb_tbl_map_single_fndecl_35276 swiotlb_tbl_map_single fndecl 4 35276 NULL
++enable_so_simple_strtoull_fndecl_35278 simple_strtoull fndecl 0 35278 NULL
++enable_so_ceph_msg_data_advance_fndecl_35288 ceph_msg_data_advance fndecl 2 35288 NULL
++enable_so_xc_send_i2c_data_fndecl_35297 xc_send_i2c_data fndecl 3 35297 NULL
++enable_so_maybe_indirect_to_direct_fndecl_35307 maybe_indirect_to_direct fndecl 6 35307 NULL
++enable_so_vmci_transport_dgram_enqueue_fndecl_35310 vmci_transport_dgram_enqueue fndecl 4 35310 NULL
++enable_so_ieee80211_tdls_mgmt_setup_fndecl_35316 ieee80211_tdls_mgmt_setup fndecl 10 35316 NULL
++enable_so_udf_insert_aext_fndecl_35323 udf_insert_aext fndecl 4 35323 NULL
++enable_so_btrfs_ordered_sum_size_fndecl_35326 btrfs_ordered_sum_size fndecl 0-2 35326 NULL
++enable_so_l2cap_create_basic_pdu_fndecl_35327 l2cap_create_basic_pdu fndecl 3 35327 NULL
++enable_so_ssid_len_cfg80211_ibss_params_35329 ssid_len cfg80211_ibss_params 0 35329 NULL
++enable_so_chv_find_best_dpll_fndecl_35331 chv_find_best_dpll fndecl 4-3 35331 NULL nohasharray
++enable_so_xb_suballoc_bit_ocfs2_xattr_block_35331 xb_suballoc_bit ocfs2_xattr_block 0 35331 &enable_so_chv_find_best_dpll_fndecl_35331
++enable_so_extra_msdu_postfix_len_lib80211_crypto_ops_35341 extra_msdu_postfix_len lib80211_crypto_ops 0 35341 NULL
++enable_so_num_reg_mic_smpt_hw_info_35353 num_reg mic_smpt_hw_info 0 35353 NULL
++enable_so_udf_get_pblock_meta25_fndecl_35356 udf_get_pblock_meta25 fndecl 4 35356 NULL
++enable_so_cache_mode_control_mms114_data_35358 cache_mode_control mms114_data 0 35358 NULL
++enable_so_efw_transaction_fndecl_35359 efw_transaction fndecl 5-7 35359 NULL
++enable_so_hx8357_spi_write_array_fndecl_35364 hx8357_spi_write_array fndecl 3 35364 NULL
++enable_so_IA_RX_BUF_SZ_vardecl_iphase_c_35365 IA_RX_BUF_SZ vardecl_iphase.c 0 35365 NULL
++enable_so_previous_raid_disks_r5conf_35368 previous_raid_disks r5conf 0 35368 NULL
++enable_so_num_channels_ad7266_chan_info_35372 num_channels ad7266_chan_info 0 35372 NULL
++enable_so_insert_inline_extent_fndecl_35373 insert_inline_extent fndecl 6-7 35373 NULL
++enable_so_update_raid_disks_fndecl_35375 update_raid_disks fndecl 2 35375 NULL
++enable_so_drm_dp_mst_topology_mgr_init_fndecl_35377 drm_dp_mst_topology_mgr_init fndecl 5 35377 NULL
++enable_so_hc_erase_size_mmc_ext_csd_35384 hc_erase_size mmc_ext_csd 0 35384 NULL
++enable_so_ath9k_hw_read_array_fndecl_35386 ath9k_hw_read_array fndecl 3 35386 NULL
++enable_so_read_dma_fndecl_35389 read_dma fndecl 3 35389 NULL
++enable_so_writeback_fndecl_35390 writeback fndecl 4-3 35390 NULL
++enable_so_sg_set_page_fndecl_35395 sg_set_page fndecl 3 35395 NULL
++enable_so_blk_queue_io_opt_fndecl_35405 blk_queue_io_opt fndecl 2 35405 NULL nohasharray
++enable_so_crypto_ahash_setkey_fndecl_35405 crypto_ahash_setkey fndecl 3 35405 &enable_so_blk_queue_io_opt_fndecl_35405
++enable_so_use_sg_st_buffer_35407 use_sg st_buffer 0 35407 NULL
++enable_so__drbd_md_sync_page_io_fndecl_35411 _drbd_md_sync_page_io fndecl 3 35411 NULL
++enable_so_fb_width_drm_fb_helper_surface_size_35426 fb_width drm_fb_helper_surface_size 0 35426 NULL
++enable_so_btrfs_fdatawrite_range_fndecl_35427 btrfs_fdatawrite_range fndecl 2 35427 NULL
++enable_so_xfs_bulkstat_one_compat_fndecl_35428 xfs_bulkstat_one_compat fndecl 2 35428 NULL
++enable_so_offset_tx_buf_35429 offset tx_buf 0 35429 NULL
++enable_so_bmAttributes_usb_ss_ep_comp_descriptor_35434 bmAttributes usb_ss_ep_comp_descriptor 0 35434 NULL
++enable_so_ocfs2_prepare_refcount_change_for_del_fndecl_35442 ocfs2_prepare_refcount_change_for_del fndecl 4-3-2 35442 NULL
++enable_so_debug_read_regs_fndecl_35445 debug_read_regs fndecl 3 35445 NULL
++enable_so_wake_len_cfg80211_wowlan_tcp_35448 wake_len cfg80211_wowlan_tcp 0 35448 NULL nohasharray
++enable_so_len_he_buff_35448 len he_buff 0 35448 &enable_so_wake_len_cfg80211_wowlan_tcp_35448
++enable_so_ocfs2_truncate_file_fndecl_35455 ocfs2_truncate_file fndecl 3 35455 NULL
++enable_so_bytes_to_read_mpt3_diag_read_buffer_35460 bytes_to_read mpt3_diag_read_buffer 0 35460 NULL
++enable_so_sel_write_relabel_fndecl_35464 sel_write_relabel fndecl 3 35464 NULL
++enable_so_width_physmap_flash_data_35470 width physmap_flash_data 0 35470 NULL
++enable_so_qxl_monitors_config_set_fndecl_35471 qxl_monitors_config_set fndecl 6-5 35471 NULL
++enable_so_length_wl1251_rx_descriptor_35483 length wl1251_rx_descriptor 0 35483 NULL
++enable_so_ieee80211_report_disconnect_fndecl_35488 ieee80211_report_disconnect fndecl 3 35488 NULL
++enable_so_qxl_alloc_client_monitors_config_fndecl_35491 qxl_alloc_client_monitors_config fndecl 2 35491 NULL
++enable_so_alloc_clips_fndecl_35492 alloc_clips fndecl 3 35492 NULL
++enable_so_firm_send_command_fndecl_35493 firm_send_command fndecl 4 35493 NULL nohasharray
++enable_so_nbox_drm_savage_cmdbuf_35493 nbox drm_savage_cmdbuf 0 35493 &enable_so_firm_send_command_fndecl_35493
++enable_so_sched_feat_write_fndecl_35505 sched_feat_write fndecl 3 35505 NULL
++enable_so___kfifo_dma_out_prepare_r_fndecl_35512 __kfifo_dma_out_prepare_r fndecl 4-5 35512 NULL
++enable_so_dlci_change_mtu_fndecl_35513 dlci_change_mtu fndecl 2 35513 NULL nohasharray
++enable_so_emulate_exception_fndecl_35513 emulate_exception fndecl 3 35513 &enable_so_dlci_change_mtu_fndecl_35513
++enable_so_do_raw_setsockopt_fndecl_35516 do_raw_setsockopt fndecl 5 35516 NULL
++enable_so_install_special_mapping_fndecl_35519 install_special_mapping fndecl 3-2 35519 NULL
++enable_so_alloc_qcom_scm_command_fndecl_35520 alloc_qcom_scm_command fndecl 1-2 35520 NULL
++enable_so_additional_cdb_length_scsi_varlen_cdb_hdr_35533 additional_cdb_length scsi_varlen_cdb_hdr 0 35533 NULL
++enable_so_find_inode_fndecl_35534 find_inode fndecl 2 35534 NULL
++enable_so_ssp_send_instruction_fndecl_35549 ssp_send_instruction fndecl 5 35549 NULL
++enable_so_vsync_ast_vbios_enhtable_35556 vsync ast_vbios_enhtable 0 35556 NULL
++enable_so_ptrace_request_fndecl_35563 ptrace_request fndecl 3 35563 NULL
++enable_so_cfg80211_mlme_auth_fndecl_35577 cfg80211_mlme_auth fndecl 14-9 35577 NULL
++enable_so_cur_blksize_sdio_func_35582 cur_blksize sdio_func 0 35582 NULL nohasharray
++enable_so_size_of_priv_dvb_usb_device_properties_35582 size_of_priv dvb_usb_device_properties 0 35582 &enable_so_cur_blksize_sdio_func_35582
++enable_so_lbs_failcount_write_fndecl_35583 lbs_failcount_write fndecl 3 35583 NULL
++enable_so_offset_inflate_state_35587 offset inflate_state 0 35587 NULL
++enable_so_cyttsp_i2c_read_block_data_fndecl_35590 cyttsp_i2c_read_block_data fndecl 4 35590 NULL
++enable_so_ar9287_dump_modal_eeprom_fndecl_35597 ar9287_dump_modal_eeprom fndecl 2-3 35597 NULL
++enable_so_ext2_iget_fndecl_35598 ext2_iget fndecl 2 35598 NULL
++enable_so_xfs_rtallocate_extent_block_fndecl_35604 xfs_rtallocate_extent_block fndecl 5-10 35604 NULL
++enable_so_hback_porch_videomode_35606 hback_porch videomode 0 35606 NULL
++enable_so_f2fs_iget_fndecl_35610 f2fs_iget fndecl 2 35610 NULL nohasharray
++enable_so_flexcop_device_kmalloc_fndecl_35610 flexcop_device_kmalloc fndecl 1 35610 &enable_so_f2fs_iget_fndecl_35610
++enable_so_blocksize_brcmf_sdio_35612 blocksize brcmf_sdio 0 35612 NULL
++enable_so_sqp_demux_mlx4_caps_35613 sqp_demux mlx4_caps 0 35613 NULL
++enable_so_domain_init_fndecl_35614 domain_init fndecl 2 35614 NULL
++enable_so_generic_perform_write_fndecl_35619 generic_perform_write fndecl 3 35619 NULL nohasharray
++enable_so_ext4_update_final_de_fndecl_35619 ext4_update_final_de fndecl 2-3 35619 &enable_so_generic_perform_write_fndecl_35619
++enable_so_ext3_acl_from_disk_fndecl_35620 ext3_acl_from_disk fndecl 2 35620 NULL
++enable_so_write_rio_fndecl_35622 write_rio fndecl 3 35622 NULL
++enable_so_netxen_process_lro_fndecl_35630 netxen_process_lro fndecl 5-4 35630 NULL
++enable_so_prev_rs_il_rate_info_35636 prev_rs il_rate_info 0 35636 NULL
++enable_so_prism_build_supp_rates_fndecl_35650 prism_build_supp_rates fndecl 0 35650 NULL
++enable_so_viafb_second_xres_vardecl_35651 viafb_second_xres vardecl 0 35651 NULL nohasharray
++enable_so_broadsheet_spiflash_rewrite_sector_fndecl_35651 broadsheet_spiflash_rewrite_sector fndecl 2 35651 &enable_so_viafb_second_xres_vardecl_35651
++enable_so_urb_size_uvc_streaming_35654 urb_size uvc_streaming 0 35654 NULL
++enable_so_urb_enqueue_hc_driver_35656 urb_enqueue hc_driver 0 35656 NULL
++enable_so_max_cmd_sgentries_ctlr_info_35659 max_cmd_sgentries ctlr_info 0 35659 NULL
++enable_so_xfs_alloc_read_agfl_fndecl_35660 xfs_alloc_read_agfl fndecl 3 35660 NULL
++enable_so_xfs_vm_direct_IO_fndecl_35663 xfs_vm_direct_IO fndecl 3 35663 NULL
++enable_so_printer_read_fndecl_35664 printer_read fndecl 3 35664 NULL
++enable_so_numdevs_ore_components_35671 numdevs ore_components 0 35671 NULL
++enable_so_qib_reg_user_mr_fndecl_35673 qib_reg_user_mr fndecl 2 35673 NULL
++enable_so_ncntrs_qib_chip_specific_35675 ncntrs qib_chip_specific 0 35675 NULL
++enable_so_rate_clk_core_35677 rate clk_core 0 35677 NULL
++enable_so_read_into_fndecl_35681 read_into fndecl 2 35681 NULL nohasharray
++enable_so_size_xpnet_message_35681 size xpnet_message 0 35681 &enable_so_read_into_fndecl_35681
++enable_so_rx_words_eob_pch_gbe_rx_desc_35687 rx_words_eob pch_gbe_rx_desc 0 35687 NULL
++enable_so_at_max_vardecl_35692 at_max vardecl 0 35692 NULL
++enable_so_width_drm_radeon_tex_image_35693 width drm_radeon_tex_image 0 35693 NULL
++enable_so_isert_map_data_buf_fndecl_35701 isert_map_data_buf fndecl 6-5-4 35701 NULL
++enable_so_wil_pmc_alloc_fndecl_35702 wil_pmc_alloc fndecl 2 35702 NULL
++enable_so_gfs2_write_alloc_required_fndecl_35708 gfs2_write_alloc_required fndecl 3-2 35708 NULL
++enable_so_bnx2x_change_mtu_fndecl_35710 bnx2x_change_mtu fndecl 2 35710 NULL
++enable_so_srp_post_send_fndecl_35713 srp_post_send fndecl 3 35713 NULL
++enable_so_remote_nentries_xpc_channel_35714 remote_nentries xpc_channel 0 35714 NULL
++enable_so_bio_add_page_fndecl_35718 bio_add_page fndecl 4-0-3 35718 NULL
++enable_so_mxms_structlen_fndecl_35720 mxms_structlen fndecl 0 35720 NULL
++enable_so_dir_recorded_ref_35722 dir recorded_ref 0 35722 NULL
++enable_so_size_irq_routing_options_35727 size irq_routing_options 0 35727 NULL
++enable_so_last_xfer_len_ide_cmd_35728 last_xfer_len ide_cmd 0 35728 NULL
++enable_so_iscsi_pool_init_fndecl_35730 iscsi_pool_init fndecl 2-4 35730 NULL
++enable_so_mwifiex_append_rate_tlv_fndecl_35735 mwifiex_append_rate_tlv fndecl 0 35735 NULL
++enable_so_priv_size_data_queue_35740 priv_size data_queue 0 35740 NULL
++enable_so_alauda_write_data_fndecl_35748 alauda_write_data fndecl 3-2 35748 NULL
++enable_so_goodix_i2c_read_fndecl_35755 goodix_i2c_read fndecl 4 35755 NULL nohasharray
++enable_so_buftot_msm_perf_state_35755 buftot msm_perf_state 0 35755 &enable_so_goodix_i2c_read_fndecl_35755
++enable_so_left_qxl_urect_35760 left qxl_urect 0 35760 NULL
++enable_so_fh_epd_frame_35764 fh epd_frame 0 35764 NULL
++enable_so_ath9k_dump_btcoex_fndecl_35766 ath9k_dump_btcoex fndecl 3 35766 NULL
++enable_so_virtscsi_compute_resid_fndecl_35772 virtscsi_compute_resid fndecl 2 35772 NULL
++enable_so_data0_sisusb_command_35773 data0 sisusb_command 0 35773 NULL
++enable_so_crypto_aead_alg_ivsize_fndecl_35777 crypto_aead_alg_ivsize fndecl 0 35777 NULL
++enable_so_alloc_mon_bin_get_35804 alloc mon_bin_get 0 35804 NULL
++enable_so_send_ctrl_pipe_us_data_35813 send_ctrl_pipe us_data 0 35813 NULL
++enable_so_leaf_cut_from_buffer_fndecl_35824 leaf_cut_from_buffer fndecl 4 35824 NULL
++enable_so_rx_buffer_padding_efx_nic_type_35825 rx_buffer_padding efx_nic_type 0 35825 NULL
++enable_so_env_end_mm_struct_35831 env_end mm_struct 0 35831 NULL nohasharray
++enable_so_twl_load_sgl_fndecl_35831 twl_load_sgl fndecl 5 35831 &enable_so_env_end_mm_struct_35831 nohasharray
++enable_so_num_pmkids_ndis_80211_capability_35831 num_pmkids ndis_80211_capability 0 35831 &enable_so_twl_load_sgl_fndecl_35831
++enable_so_request_sz_MPT3SAS_ADAPTER_35834 request_sz MPT3SAS_ADAPTER 0 35834 NULL
++enable_so_paging32_get_level1_sp_gpa_fndecl_35837 paging32_get_level1_sp_gpa fndecl 0 35837 NULL
++enable_so_l_iclog_size_xlog_35849 l_iclog_size xlog 0 35849 NULL
++enable_so_snd_pcm_format_physical_width_fndecl_35858 snd_pcm_format_physical_width fndecl 0 35858 NULL
++enable_so_usb_stor_bulk_transfer_sglist_fndecl_35871 usb_stor_bulk_transfer_sglist fndecl 5-2 35871 NULL nohasharray
++enable_so_send_utimes_fndecl_35871 send_utimes fndecl 2 35871 &enable_so_usb_stor_bulk_transfer_sglist_fndecl_35871
++enable_so_snd_hdsp_midi_output_possible_fndecl_35873 snd_hdsp_midi_output_possible fndecl 0 35873 NULL
++enable_so_p2_slow_gma_p2_t_35888 p2_slow gma_p2_t 0 35888 NULL
++enable_so_st_sensors_spi_read_fndecl_35890 st_sensors_spi_read fndecl 4 35890 NULL
++enable_so_lpuart_dma_tx_fndecl_35902 lpuart_dma_tx fndecl 2 35902 NULL nohasharray
++enable_so_nft_data_dump_fndecl_35902 nft_data_dump fndecl 5 35902 &enable_so_lpuart_dma_tx_fndecl_35902
++enable_so_fe_group_ext4_free_extent_35905 fe_group ext4_free_extent 0 35905 NULL nohasharray
++enable_so_max_sq_desc_sz_mlx4_caps_35905 max_sq_desc_sz mlx4_caps 0 35905 &enable_so_fe_group_ext4_free_extent_35905
++enable_so_btrfs_set_stack_chunk_num_stripes_fndecl_35911 btrfs_set_stack_chunk_num_stripes fndecl 2 35911 NULL
++enable_so_cifs_utf16_bytes_fndecl_35914 cifs_utf16_bytes fndecl 0 35914 NULL
++enable_so_right_vardecl_matroxfb_base_c_35916 right vardecl_matroxfb_base.c 0 35916 NULL
++enable_so_gfn_to_pfn_async_fndecl_35918 gfn_to_pfn_async fndecl 2 35918 NULL nohasharray
++enable_so_packet_count_efx_loopback_state_35918 packet_count efx_loopback_state 0 35918 &enable_so_gfn_to_pfn_async_fndecl_35918
++enable_so_proc_uid_map_write_fndecl_35919 proc_uid_map_write fndecl 3 35919 NULL
++enable_so_max_height_sh_mobile_ceu_dev_35922 max_height sh_mobile_ceu_dev 0 35922 NULL nohasharray
++enable_so_sigma_fw_load_control_fndecl_35922 sigma_fw_load_control fndecl 3 35922 &enable_so_max_height_sh_mobile_ceu_dev_35922
++enable_so_softback_end_vardecl_fbcon_c_35923 softback_end vardecl_fbcon.c 0 35923 NULL
++enable_so_bytes_written_cq_fcp_rq_desc_35931 bytes_written cq_fcp_rq_desc 0 35931 NULL
++enable_so_SYSC_bind_fndecl_35933 SYSC_bind fndecl 3 35933 NULL nohasharray
++enable_so_width_drm_radeon_texture_35933 width drm_radeon_texture 0 35933 &enable_so_SYSC_bind_fndecl_35933 nohasharray
++enable_so_dma_buf_size_ddb_input_35933 dma_buf_size ddb_input 0 35933 &enable_so_width_drm_radeon_texture_35933
++enable_so_disk_stack_limits_fndecl_35936 disk_stack_limits fndecl 3 35936 NULL
++enable_so_wMaxPacketSize_wdm_device_35940 wMaxPacketSize wdm_device 0 35940 NULL
++enable_so____alloc_bootmem_nopanic_fndecl_35945 ___alloc_bootmem_nopanic fndecl 2-1 35945 NULL nohasharray
++enable_so_wil_write_file_txmgmt_fndecl_35945 wil_write_file_txmgmt fndecl 3 35945 &enable_so____alloc_bootmem_nopanic_fndecl_35945
++enable_so_isl1208_i2c_read_regs_fndecl_35952 isl1208_i2c_read_regs fndecl 4 35952 NULL
++enable_so_nx_fw_cmd_set_mtu_fndecl_35954 nx_fw_cmd_set_mtu fndecl 2 35954 NULL
++enable_so_fat_uni_to_x8_fndecl_35959 fat_uni_to_x8 fndecl 0 35959 NULL
++enable_so_s_root_block_affs_sb_info_35962 s_root_block affs_sb_info 0 35962 NULL
++enable_so_buf_size_si470x_device_35966 buf_size si470x_device 0 35966 NULL
++enable_so_flows_tc_sfq_qopt_35973 flows tc_sfq_qopt 0 35973 NULL
++enable_so_bus_myri10ge_rx_done_35977 bus myri10ge_rx_done 0 35977 NULL
++enable_so_pn_sendmsg_fndecl_35979 pn_sendmsg fndecl 3 35979 NULL
++enable_so_num_dacs_hda_multi_out_35981 num_dacs hda_multi_out 0 35981 NULL
++enable_so_ccid_getsockopt_builtin_ccids_fndecl_35985 ccid_getsockopt_builtin_ccids fndecl 2 35985 NULL
++enable_so_poll_vardecl_hfcpci_c_36001 poll vardecl_hfcpci.c 0 36001 NULL nohasharray
++enable_so_fuse_fill_write_pages_fndecl_36001 fuse_fill_write_pages fndecl 4 36001 &enable_so_poll_vardecl_hfcpci_c_36001 nohasharray
++enable_so_mcast_list_len_bnx2x_mcast_ramrod_params_36001 mcast_list_len bnx2x_mcast_ramrod_params 0 36001 &enable_so_fuse_fill_write_pages_fndecl_36001
++enable_so_v4l2_event_subscribe_fndecl_36004 v4l2_event_subscribe fndecl 3 36004 NULL
++enable_so_ntb_transport_max_size_fndecl_36009 ntb_transport_max_size fndecl 0 36009 NULL nohasharray
++enable_so_max_rx_kingsun_cb_36009 max_rx kingsun_cb 0 36009 &enable_so_ntb_transport_max_size_fndecl_36009 nohasharray
++enable_so_bdev_logical_block_size_fndecl_36009 bdev_logical_block_size fndecl 0 36009 &enable_so_max_rx_kingsun_cb_36009 nohasharray
++enable_so_igb_alloc_q_vector_fndecl_36009 igb_alloc_q_vector fndecl 6-4 36009 &enable_so_bdev_logical_block_size_fndecl_36009
++enable_so_count_sgentry64_36033 count sgentry64 0 36033 NULL
++enable_so_NumEraseUnits_NFTLMediaHeader_36036 NumEraseUnits NFTLMediaHeader 0 36036 NULL
++enable_so_insert_bio_sectors_search_36037 insert_bio_sectors search 0 36037 NULL
++enable_so_thread_notes_elf_note_info_36040 thread_notes elf_note_info 0 36040 NULL
++enable_so_address_fault_36043 address fault 0 36043 NULL
++enable_so_update_ind_extent_range_fndecl_36049 update_ind_extent_range fndecl 3 36049 NULL
++enable_so_piobcnt2k_qib_devdata_36065 piobcnt2k qib_devdata 0 36065 NULL
++enable_so_xfrm_compile_policy_fndecl_36070 xfrm_compile_policy fndecl 4 36070 NULL
++enable_so_usb_stor_control_msg_fndecl_36073 usb_stor_control_msg fndecl 8-2 36073 NULL
++enable_so_wa_populate_buf_in_urb_fndecl_36077 wa_populate_buf_in_urb fndecl 4-3 36077 NULL
++enable_so_blocksize_alauda_media_info_36080 blocksize alauda_media_info 0 36080 NULL nohasharray
++enable_so_nwriters_stress_vardecl_locktorture_c_36080 nwriters_stress vardecl_locktorture.c 0 36080 &enable_so_blocksize_alauda_media_info_36080
++enable_so_wdm_write_fndecl_36084 wdm_write fndecl 3 36084 NULL
++enable_so_xfs_extent_busy_insert_fndecl_36087 xfs_extent_busy_insert fndecl 3-4-2 36087 NULL
++enable_so_ext3_try_to_allocate_with_rsv_fndecl_36090 ext3_try_to_allocate_with_rsv fndecl 5 36090 NULL
++enable_so_wil_write_file_ssid_fndecl_36097 wil_write_file_ssid fndecl 3 36097 NULL
++enable_so_cma_bitmap_pages_to_bits_fndecl_36103 cma_bitmap_pages_to_bits fndecl 0-2 36103 NULL
++enable_so_set_extent_uptodate_fndecl_36117 set_extent_uptodate fndecl 3-2 36117 NULL nohasharray
++enable_so_nr_requests_request_queue_36117 nr_requests request_queue 0 36117 &enable_so_set_extent_uptodate_fndecl_36117
++enable_so_x25_sendmsg_fndecl_36140 x25_sendmsg fndecl 3 36140 NULL nohasharray
++enable_so_snd_tea575x_read_fndecl_36140 snd_tea575x_read fndecl 0 36140 &enable_so_x25_sendmsg_fndecl_36140
++enable_so_f2fs_fiemap_fndecl_36141 f2fs_fiemap fndecl 4 36141 NULL
++enable_so_lirc_buffer_init_fndecl_36145 lirc_buffer_init fndecl 2 36145 NULL
++enable_so_create_empty_buffers_fndecl_36152 create_empty_buffers fndecl 2 36152 NULL
++enable_so_ad9523_reg_access_fndecl_36157 ad9523_reg_access fndecl 2 36157 NULL
++enable_so_ieee80211_send_probe_req_fndecl_36159 ieee80211_send_probe_req fndecl 7-5 36159 NULL
++enable_so_next_nilfs_segsum_info_36161 next nilfs_segsum_info 0 36161 NULL
++enable_so_clone_sources_count_btrfs_ioctl_send_args_36165 clone_sources_count btrfs_ioctl_send_args 0 36165 NULL
++enable_so_gsm_control_reply_fndecl_36166 gsm_control_reply fndecl 4 36166 NULL
++enable_so_vm_mmap_fndecl_36168 vm_mmap fndecl 0 36168 NULL
++enable_so_qd2offset_fndecl_36177 qd2offset fndecl 0 36177 NULL
++enable_so_nr_ion_platform_data_36179 nr ion_platform_data 0 36179 NULL
++enable_so_flags_rtl8180_tx_desc_36187 flags rtl8180_tx_desc 0 36187 NULL nohasharray
++enable_so_flash_size_jffs2_sb_info_36187 flash_size jffs2_sb_info 0 36187 &enable_so_flags_rtl8180_tx_desc_36187
++enable_so_batadv_interface_rx_fndecl_36190 batadv_interface_rx fndecl 4 36190 NULL
++enable_so_prealloc_buffer_size_snd_dmaengine_pcm_config_36192 prealloc_buffer_size snd_dmaengine_pcm_config 0 36192 NULL
++enable_so_objlayout_read_done_fndecl_36193 objlayout_read_done fndecl 2 36193 NULL
++enable_so_range_min_regmap_range_36196 range_min regmap_range 0 36196 NULL
++enable_so_set_radio_freq_fndecl_36200 set_radio_freq fndecl 2 36200 NULL
++enable_so_get_random_bytes_arch_fndecl_36201 get_random_bytes_arch fndecl 2 36201 NULL
++enable_so_sock_setbindtodevice_fndecl_36202 sock_setbindtodevice fndecl 3 36202 NULL
++enable_so_blksz_mmc_ioc_cmd_36207 blksz mmc_ioc_cmd 0 36207 NULL
++enable_so_assert_file_addr_sdpcm_shared_36210 assert_file_addr sdpcm_shared 0 36210 NULL
++enable_so_xfs_vm_write_begin_fndecl_36211 xfs_vm_write_begin fndecl 3-4 36211 NULL
++enable_so_btrfs_find_all_roots_fndecl_36213 btrfs_find_all_roots fndecl 3 36213 NULL nohasharray
++enable_so_nfs_try_to_update_request_fndecl_36213 nfs_try_to_update_request fndecl 3 36213 &enable_so_btrfs_find_all_roots_fndecl_36213
++enable_so_page_size_spi_eeprom_36227 page_size spi_eeprom 0 36227 NULL nohasharray
++enable_so_MaxDevHandle_mpt3sas_facts_36227 MaxDevHandle mpt3sas_facts 0 36227 &enable_so_page_size_spi_eeprom_36227
++enable_so_reserve_space_fndecl_36229 reserve_space fndecl 2 36229 NULL nohasharray
++enable_so_next_free_nid_f2fs_checkpoint_36229 next_free_nid f2fs_checkpoint 0 36229 &enable_so_reserve_space_fndecl_36229
++enable_so_add_async_extent_fndecl_36239 add_async_extent fndecl 2-3-4 36239 NULL
++enable_so_surfaceram_base_qxl_device_36241 surfaceram_base qxl_device 0 36241 NULL nohasharray
++enable_so_data_queues_rt2x00_dev_36241 data_queues rt2x00_dev 0 36241 &enable_so_surfaceram_base_qxl_device_36241 nohasharray
++enable_so_max_level_cpufreq_cooling_device_36241 max_level cpufreq_cooling_device 0 36241 &enable_so_data_queues_rt2x00_dev_36241
++enable_so_vhost_kvzalloc_fndecl_36242 vhost_kvzalloc fndecl 1 36242 NULL
++enable_so_fpage_offs_genwqe_sgl_36247 fpage_offs genwqe_sgl 0 36247 NULL nohasharray
++enable_so_histogram_alloc_size_dm_stat_36247 histogram_alloc_size dm_stat 0 36247 &enable_so_fpage_offs_genwqe_sgl_36247
++enable_so_xfs_imap_fndecl_36254 xfs_imap fndecl 3 36254 NULL
++enable_so_svc_create_pooled_fndecl_36258 svc_create_pooled fndecl 2 36258 NULL
++enable_so_dma_nv_skb_map_36260 dma nv_skb_map 0 36260 NULL
++enable_so_size_sge_txq_36261 size sge_txq 0 36261 NULL
++enable_so_pwc_get_fps_Timon_fndecl_36269 pwc_get_fps_Timon fndecl 0 36269 NULL
++enable_so_sita_init_fndecl_36274 sita_init fndecl 1-2 36274 NULL
++enable_so_s_clusters_per_group_ext4_sb_info_36278 s_clusters_per_group ext4_sb_info 0 36278 NULL nohasharray
++enable_so_iwl_pcie_txq_alloc_fndecl_36278 iwl_pcie_txq_alloc fndecl 3 36278 &enable_so_s_clusters_per_group_ext4_sb_info_36278
++enable_so_calc_sectors_fndecl_36288 calc_sectors fndecl 2 36288 NULL nohasharray
++enable_so_len_ethtool_tunable_36288 len ethtool_tunable 0 36288 &enable_so_calc_sectors_fndecl_36288
++enable_so_collection_size_hid_device_36289 collection_size hid_device 0 36289 NULL
++enable_so___btrfs_lookup_bio_sums_fndecl_36290 __btrfs_lookup_bio_sums fndecl 4 36290 NULL
++enable_so_ssl_next_nilfs_snapshot_list_36302 ssl_next nilfs_snapshot_list 0 36302 NULL
++enable_so_paging64_prefetch_gpte_fndecl_36303 paging64_prefetch_gpte fndecl 4 36303 NULL
++enable_so_command_size_drm_vmw_execbuf_arg_36305 command_size drm_vmw_execbuf_arg 0 36305 NULL
++enable_so_tegra_fb_alloc_fndecl_36306 tegra_fb_alloc fndecl 4 36306 NULL
++enable_so_snd_dma_alloc_pages_fndecl_36308 snd_dma_alloc_pages fndecl 3 36308 NULL
++enable_so_max_transfer_snd_usb_midi_out_endpoint_36311 max_transfer snd_usb_midi_out_endpoint 0 36311 NULL
++enable_so_chunk_size_mdp_superblock_s_36313 chunk_size mdp_superblock_s 0 36313 NULL
++enable_so_n_descsz_elf64_note_36314 n_descsz elf64_note 0 36314 NULL
++enable_so_move_buffer_data_fndecl_36318 move_buffer_data fndecl 2 36318 NULL
++enable_so_file_size_squashfs_lreg_inode_36323 file_size squashfs_lreg_inode 0 36323 NULL
++enable_so_client_channels_snd_pcm_plugin_36324 client_channels snd_pcm_plugin 0 36324 NULL
++enable_so_xfs_symlink_blocks_fndecl_36326 xfs_symlink_blocks fndecl 0-2 36326 NULL nohasharray
++enable_so_xferred_rbd_obj_request_36326 xferred rbd_obj_request 0 36326 &enable_so_xfs_symlink_blocks_fndecl_36326
++enable_so_ima_write_template_field_data_fndecl_36336 ima_write_template_field_data fndecl 2 36336 NULL nohasharray
++enable_so_create_trace_kprobe_fndecl_36336 create_trace_kprobe fndecl 1 36336 &enable_so_ima_write_template_field_data_fndecl_36336
++enable_so_rds_tcp_data_recv_fndecl_36343 rds_tcp_data_recv fndecl 4-3 36343 NULL
++enable_so_iowarrior_read_fndecl_36344 iowarrior_read fndecl 3 36344 NULL
++enable_so_osd_req_write_kern_fndecl_36349 osd_req_write_kern fndecl 5 36349 NULL
++enable_so_inode_blocks_efs_sb_info_36351 inode_blocks efs_sb_info 0 36351 NULL
++enable_so_ipxrtr_route_packet_fndecl_36359 ipxrtr_route_packet fndecl 4 36359 NULL
++enable_so_snd_pcm_lib_write_transfer_fndecl_36369 snd_pcm_lib_write_transfer fndecl 5 36369 NULL
++enable_so_cpuid_seek_fndecl_36372 cpuid_seek fndecl 2 36372 NULL nohasharray
++enable_so_kvm_vcpu_read_guest_atomic_fndecl_36372 kvm_vcpu_read_guest_atomic fndecl 4 36372 &enable_so_cpuid_seek_fndecl_36372
++enable_so_addr_len_ipmi_req_36374 addr_len ipmi_req 0 36374 NULL
++enable_so_read_one_inode_fndecl_36388 read_one_inode fndecl 2 36388 NULL
++enable_so_rx_ring_size_adm8211_priv_36391 rx_ring_size adm8211_priv 0 36391 NULL
++enable_so_mtu_l2cap_le_conn_rsp_36399 mtu l2cap_le_conn_rsp 0 36399 NULL
++enable_so_batadv_tt_update_orig_fndecl_36402 batadv_tt_update_orig fndecl 4-6 36402 NULL
++enable_so_il4965_hwrate_to_tx_control_fndecl_36403 il4965_hwrate_to_tx_control fndecl 2 36403 NULL
++enable_so_nl80211_send_disconnected_fndecl_36411 nl80211_send_disconnected fndecl 5 36411 NULL
++enable_so_data_len_hfa384x_rx_frame_36417 data_len hfa384x_rx_frame 0 36417 NULL
++enable_so_altera_set_ir_pre_fndecl_36420 altera_set_ir_pre fndecl 2 36420 NULL nohasharray
++enable_so_lustre_posix_acl_xattr_filter_fndecl_36420 lustre_posix_acl_xattr_filter fndecl 2 36420 &enable_so_altera_set_ir_pre_fndecl_36420
++enable_so_essid_len_ipw2100_priv_36426 essid_len ipw2100_priv 0 36426 NULL
++enable_so_mt2266_writeregs_fndecl_36430 mt2266_writeregs fndecl 3 36430 NULL
++enable_so_reserved_page_order_st_buffer_36445 reserved_page_order st_buffer 0 36445 NULL
++enable_so_size_packet_info_36454 size packet_info 0 36454 NULL
++enable_so_db_addr_mlx5_ib_create_srq_36471 db_addr mlx5_ib_create_srq 0 36471 NULL
++enable_so_rlim_max_rlimit_36476 rlim_max rlimit 0 36476 NULL
++enable_so_portnum_lvs_rh_36480 portnum lvs_rh 0 36480 NULL
++enable_so_rx_len_yam_port_36481 rx_len yam_port 0 36481 NULL
++enable_so_address_mspro_attr_entry_36482 address mspro_attr_entry 0 36482 NULL
++enable_so_t_task_lba_se_cmd_36485 t_task_lba se_cmd 0 36485 NULL
++enable_so_p9_client_prepare_req_fndecl_36492 p9_client_prepare_req fndecl 3 36492 NULL
++enable_so_do_fault_around_fndecl_36500 do_fault_around fndecl 2-4 36500 NULL
++enable_so_queue_rx_frame_fndecl_36501 queue_rx_frame fndecl 2 36501 NULL nohasharray
++enable_so_sg_max_nents_hwif_s_36501 sg_max_nents hwif_s 0 36501 &enable_so_queue_rx_frame_fndecl_36501
++enable_so_create_pinned_em_fndecl_36508 create_pinned_em fndecl 2-4-5-3-7-6 36508 NULL
++enable_so_skge_change_mtu_fndecl_36510 skge_change_mtu fndecl 2 36510 NULL
++enable_so_byte_count_vmtransfer_page_range_36511 byte_count vmtransfer_page_range 0 36511 NULL
++enable_so_hpfs_map_4sectors_fndecl_36523 hpfs_map_4sectors fndecl 2 36523 NULL
++enable_so_igu_sb_cnt_bnx2x_36525 igu_sb_cnt bnx2x 0 36525 NULL
++enable_so_ue_num_asd_bios_chim_struct_36526 ue_num asd_bios_chim_struct 0 36526 NULL
++enable_so_actual_resp_len_be_cmd_resp_hdr_36543 actual_resp_len be_cmd_resp_hdr 0 36543 NULL
++enable_so_status_path_selector_type_36548 status path_selector_type 0 36548 NULL nohasharray
++enable_so_udb_t3_wq_36548 udb t3_wq 0 36548 &enable_so_status_path_selector_type_36548 nohasharray
++enable_so_pi_read_regr_fndecl_36548 pi_read_regr fndecl 0 36548 &enable_so_udb_t3_wq_36548
++enable_so_net2272_write_packet_fndecl_36550 net2272_write_packet fndecl 4 36550 NULL
++enable_so_max_sg_segs_vardecl_st_c_36551 max_sg_segs vardecl_st.c 0 36551 NULL
++enable_so_ocfs2_fallocate_fndecl_36555 ocfs2_fallocate fndecl 3-4 36555 NULL
++enable_so_fb_try_mode_fndecl_36560 fb_try_mode fndecl 4 36560 NULL
++enable_so_fuse_file_compat_ioctl_fndecl_36564 fuse_file_compat_ioctl fndecl 2 36564 NULL
++enable_so_vlan_tag_eth_fast_path_rx_cqe_36569 vlan_tag eth_fast_path_rx_cqe 0 36569 NULL nohasharray
++enable_so_sge_size_MPT2SAS_ADAPTER_36569 sge_size MPT2SAS_ADAPTER 0 36569 &enable_so_vlan_tag_eth_fast_path_rx_cqe_36569
++enable_so_do_sys_poll_fndecl_36574 do_sys_poll fndecl 2 36574 NULL
++enable_so_num_shared_regs_intel_uncore_type_36581 num_shared_regs intel_uncore_type 0 36581 NULL
++enable_so_audio_write_fndecl_36582 audio_write fndecl 4 36582 NULL nohasharray
++enable_so_wusb_prf_fndecl_36582 wusb_prf fndecl 7 36582 &enable_so_audio_write_fndecl_36582
++enable_so_rx_ring_size_pcnet32_private_36586 rx_ring_size pcnet32_private 0 36586 NULL
++enable_so__rtl_rc_get_highest_rix_fndecl_36588 _rtl_rc_get_highest_rix fndecl 0 36588 NULL
++enable_so_bgrt_image_size_vardecl_36594 bgrt_image_size vardecl 0 36594 NULL nohasharray
++enable_so_s_2apbshift_ufs_sb_private_info_36594 s_2apbshift ufs_sb_private_info 0 36594 &enable_so_bgrt_image_size_vardecl_36594
++enable_so_reada_add_block_fndecl_36596 reada_add_block fndecl 2 36596 NULL
++enable_so_num_max_snd_ratden_36597 num_max snd_ratden 0 36597 NULL nohasharray
++enable_so_mcp23s08_read_regs_fndecl_36597 mcp23s08_read_regs fndecl 4 36597 &enable_so_num_max_snd_ratden_36597 nohasharray
++enable_so_UnitSizeFactor_NFTLMediaHeader_36597 UnitSizeFactor NFTLMediaHeader 0 36597 &enable_so_mcp23s08_read_regs_fndecl_36597
++enable_so_update_block_group_fndecl_36600 update_block_group fndecl 4-3 36600 NULL
++enable_so_write_file_spec_scan_ctl_fndecl_36603 write_file_spec_scan_ctl fndecl 3 36603 NULL
++enable_so_xfs_dir2_sf_addname_hard_fndecl_36605 xfs_dir2_sf_addname_hard fndecl 3 36605 NULL nohasharray
++enable_so_reply_len_sg_header_36605 reply_len sg_header 0 36605 &enable_so_xfs_dir2_sf_addname_hard_fndecl_36605
++enable_so_drm_mm_insert_node_generic_fndecl_36608 drm_mm_insert_node_generic fndecl 3 36608 NULL
++enable_so_set_user_nice_fndecl_36618 set_user_nice fndecl 2 36618 NULL
++enable_so_f_pos_file_36619 f_pos file 0 36619 NULL
++enable_so_gamma_size_drm_mode_crtc_lut_36622 gamma_size drm_mode_crtc_lut 0 36622 NULL
++enable_so_raw_serial_size_x509_certificate_36629 raw_serial_size x509_certificate 0 36629 NULL
++enable_so_i915_gem_execbuffer_parse_fndecl_36633 i915_gem_execbuffer_parse fndecl 6 36633 NULL
++enable_so_read_super_block_fndecl_36638 read_super_block fndecl 2 36638 NULL
++enable_so_nls_nullsize_fndecl_36644 nls_nullsize fndecl 0 36644 NULL
++enable_so_hfs_btree_open_fndecl_36648 hfs_btree_open fndecl 2 36648 NULL
++enable_so_pvr2_encoder_write_words_fndecl_36653 pvr2_encoder_write_words fndecl 4 36653 NULL nohasharray
++enable_so_setup_data_read_fndecl_36653 setup_data_read fndecl 3 36653 &enable_so_pvr2_encoder_write_words_fndecl_36653
++enable_so___kfifo_dma_in_prepare_r_fndecl_36659 __kfifo_dma_in_prepare_r fndecl 4-5 36659 NULL nohasharray
++enable_so_shmem_alloc_page_fndecl_36659 shmem_alloc_page fndecl 3 36659 &enable_so___kfifo_dma_in_prepare_r_fndecl_36659
++enable_so___tty_alloc_driver_fndecl_36660 __tty_alloc_driver fndecl 1 36660 NULL
++enable_so_qp_alloc_host_work_fndecl_36661 qp_alloc_host_work fndecl 3-5 36661 NULL
++enable_so_regmap_raw_write_fndecl_36664 regmap_raw_write fndecl 2-4 36664 NULL
++enable_so_max_queue_pairs_virtnet_info_36669 max_queue_pairs virtnet_info 0 36669 NULL
++enable_so_i_file_acl_lo_ext4_inode_36684 i_file_acl_lo ext4_inode 0 36684 NULL
++enable_so_size_drm_map_36685 size drm_map 0 36685 NULL
++enable_so_esas2r_max_sectors_vardecl_36688 esas2r_max_sectors vardecl 0 36688 NULL nohasharray
++enable_so_nnode_sz_ubifs_info_36688 nnode_sz ubifs_info 0 36688 &enable_so_esas2r_max_sectors_vardecl_36688
++enable_so_rx_buffer_len_atl1c_adapter_36691 rx_buffer_len atl1c_adapter 0 36691 NULL
++enable_so_expected_pages_page_collect_36693 expected_pages page_collect 0 36693 NULL
++enable_so_hga_vram_len_vardecl_hgafb_c_36700 hga_vram_len vardecl_hgafb.c 0 36700 NULL
++enable_so_btrfs_free_reserved_extent_fndecl_36706 btrfs_free_reserved_extent fndecl 3-2 36706 NULL
++enable_so_get_array_entry_fndecl_36709 get_array_entry fndecl 2 36709 NULL
++enable_so_ieee80211_if_fmt_dropped_frames_congestion_fndecl_36712 ieee80211_if_fmt_dropped_frames_congestion fndecl 3 36712 NULL
++enable_so_reply_usif_notify_36722 reply usif_notify 0 36722 NULL
++enable_so___add_tree_block_fndecl_36723 __add_tree_block fndecl 3-2 36723 NULL
++enable_so_alloc_blocks_hfsplus_inode_info_36725 alloc_blocks hfsplus_inode_info 0 36725 NULL nohasharray
++enable_so_bnx2x_mcast_set_rdata_hdr_e1_fndecl_36725 bnx2x_mcast_set_rdata_hdr_e1 fndecl 3 36725 &enable_so_alloc_blocks_hfsplus_inode_info_36725
++enable_so_lvds_ssc_freq_intel_vbt_data_36732 lvds_ssc_freq intel_vbt_data 0 36732 NULL
++enable_so_pnfs_update_layout_fndecl_36733 pnfs_update_layout fndecl 3-4 36733 NULL
++enable_so_common_buffer_phys_smscore_device_t_36739 common_buffer_phys smscore_device_t 0 36739 NULL
++enable_so_get_meta_page_fndecl_36742 get_meta_page fndecl 2 36742 NULL nohasharray
++enable_so_batadv_tt_tvlv_ogm_handler_v1_fndecl_36742 batadv_tt_tvlv_ogm_handler_v1 fndecl 5 36742 &enable_so_get_meta_page_fndecl_36742
++enable_so_early_reserve_e820_fndecl_36744 early_reserve_e820 fndecl 1-2 36744 NULL
++enable_so_s2255_got_frame_fndecl_36746 s2255_got_frame fndecl 2 36746 NULL
++enable_so_SyS_sched_getattr_fndecl_36760 SyS_sched_getattr fndecl 3 36760 NULL
++enable_so_bufsiz_vardecl_spidev_c_36763 bufsiz vardecl_spidev.c 0 36763 NULL
++enable_so_iget_xattr_fndecl_36765 iget_xattr fndecl 2 36765 NULL nohasharray
++enable_so_netdev_flow_limit_table_len_vardecl_36765 netdev_flow_limit_table_len vardecl 0 36765 &enable_so_iget_xattr_fndecl_36765
++enable_so_last_index_zap_details_36766 last_index zap_details 0 36766 NULL
++enable_so_ocfs2_rm_xattr_cluster_fndecl_36767 ocfs2_rm_xattr_cluster fndecl 4-5-3 36767 NULL nohasharray
++enable_so_SyS_setgroups_fndecl_36767 SyS_setgroups fndecl 1 36767 &enable_so_ocfs2_rm_xattr_cluster_fndecl_36767
++enable_so_ocfs2_make_clusters_writable_fndecl_36769 ocfs2_make_clusters_writable fndecl 5-4-3 36769 NULL
++enable_so_num_nodes_crush_bucket_tree_36776 num_nodes crush_bucket_tree 0 36776 NULL
++enable_so_usb_serial_generic_write_fndecl_36788 usb_serial_generic_write fndecl 4 36788 NULL
++enable_so_rx_count_cooked_sixpack_36794 rx_count_cooked sixpack 0 36794 NULL
++enable_so_pad_bytes_regmap_format_36795 pad_bytes regmap_format 0 36795 NULL
++enable_so_efi_runtime_map_setup_fndecl_36796 efi_runtime_map_setup fndecl 2 36796 NULL
++enable_so_sector_stripe_head_36797 sector stripe_head 0 36797 NULL
++enable_so_v4l_bufsize_vardecl_36803 v4l_bufsize vardecl 0 36803 NULL
++enable_so_idetape_chrdev_write_fndecl_36811 idetape_chrdev_write fndecl 3 36811 NULL
++enable_so_mthca_reg_user_mr_fndecl_36815 mthca_reg_user_mr fndecl 2 36815 NULL
++enable_so_size_drm_armada_gem_pwrite_36816 size drm_armada_gem_pwrite 0 36816 NULL
++enable_so_ir_pre_altera_jtag_36823 ir_pre altera_jtag 0 36823 NULL
++enable_so_mlx4_num_eq_uar_fndecl_36830 mlx4_num_eq_uar fndecl 0 36830 NULL
++enable_so_total_bytes_btrfs_super_block_36845 total_bytes btrfs_super_block 0 36845 NULL
++enable_so_walk_shadow_page_get_mmio_spte_fndecl_36854 walk_shadow_page_get_mmio_spte fndecl 2 36854 NULL
++enable_so_reply_sz_MPT2SAS_ADAPTER_36858 reply_sz MPT2SAS_ADAPTER 0 36858 NULL
++enable_so_raid5_compute_sector_fndecl_36860 raid5_compute_sector fndecl 0-2 36860 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPperrMinInterval_fndecl_36861 ieee80211_if_fmt_dot11MeshHWMPperrMinInterval fndecl 3 36861 NULL
++enable_so_vtotal_drm_display_mode_36870 vtotal drm_display_mode 0 36870 NULL
++enable_so_int_tasklet_entry_fndecl_36871 int_tasklet_entry fndecl 3 36871 NULL
++enable_so_qlcnic_83xx_sysfs_flash_write_fndecl_36872 qlcnic_83xx_sysfs_flash_write fndecl 4 36872 NULL
++enable_so_self_inum_vardecl_self_c_36873 self_inum vardecl_self.c 0 36873 NULL nohasharray
++enable_so_netlbl_unlabel_init_fndecl_36873 netlbl_unlabel_init fndecl 1 36873 &enable_so_self_inum_vardecl_self_c_36873
++enable_so_ocfs2_extend_no_holes_fndecl_36880 ocfs2_extend_no_holes fndecl 3 36880 NULL
++enable_so_uwb_est_size_vardecl_est_c_36881 uwb_est_size vardecl_est.c 0 36881 NULL
++enable_so_tipc_sendmsg_fndecl_36882 tipc_sendmsg fndecl 3 36882 NULL
++enable_so_i2o_max_drivers_vardecl_driver_c_36891 i2o_max_drivers vardecl_driver.c 0 36891 NULL
++enable_so_fd_do_rw_fndecl_36892 fd_do_rw fndecl 3 36892 NULL
++enable_so_size_cxgb4_range_36893 size cxgb4_range 0 36893 NULL
++enable_so_sge_congestion_control_sge_params_36896 sge_congestion_control sge_params 0 36896 NULL
++enable_so_limit_ixgbe_ring_feature_36904 limit ixgbe_ring_feature 0 36904 NULL
++enable_so_actual_usb_request_36913 actual usb_request 0 36913 NULL
++enable_so_tool_spadfn_write_fndecl_36915 tool_spadfn_write fndecl 3 36915 NULL
++enable_so_buf_addr_mlx5_ib_create_srq_36916 buf_addr mlx5_ib_create_srq 0 36916 NULL
++enable_so_udf_next_aext_fndecl_36926 udf_next_aext fndecl 0 36926 NULL nohasharray
++enable_so_dup_variable_bug_fndecl_36926 dup_variable_bug fndecl 3 36926 &enable_so_udf_next_aext_fndecl_36926
++enable_so_len_xfs_name_36929 len xfs_name 0 36929 NULL nohasharray
++enable_so_ocfs2_make_right_split_rec_fndecl_36929 ocfs2_make_right_split_rec fndecl 3 36929 &enable_so_len_xfs_name_36929
++enable_so_nfsacl_decode_fndecl_36931 nfsacl_decode fndecl 2 36931 NULL
++enable_so_debug_level_proc_write_fndecl_36943 debug_level_proc_write fndecl 3 36943 NULL
++enable_so_end_offset_xilly_buffer_36946 end_offset xilly_buffer 0 36946 NULL
++enable_so_rx_bufsize_ath_common_36977 rx_bufsize ath_common 0 36977 NULL
++enable_so_v_sync_strt_wid_aty128_crtc_36987 v_sync_strt_wid aty128_crtc 0 36987 NULL
++enable_so_psb_intel_clock_fndecl_36993 psb_intel_clock fndecl 1 36993 NULL
++enable_so_lbmAllocate_fndecl_36995 lbmAllocate fndecl 2 36995 NULL
++enable_so_ll_sa_entry_alloc_fndecl_37008 ll_sa_entry_alloc fndecl 4 37008 NULL
++enable_so_num_rxp_per_rx_bnad_37010 num_rxp_per_rx bnad 0 37010 NULL
++enable_so_next_rs_iwl_rate_info_37018 next_rs iwl_rate_info 0 37018 NULL
++enable_so_to_fw_map_37020 to fw_map 0 37020 NULL
++enable_so_cb_group_width_exofs_dt_data_map_37027 cb_group_width exofs_dt_data_map 0 37027 NULL
++enable_so_fld_proc_hash_seq_write_fndecl_37036 fld_proc_hash_seq_write fndecl 3 37036 NULL
++enable_so_dirty_poll_interval_fndecl_37038 dirty_poll_interval fndecl 0 37038 NULL
++enable_so_setcc_fndecl_37048 setcc fndecl 1 37048 NULL
++enable_so_yres__sisbios_mode_37051 yres _sisbios_mode 0 37051 NULL
++enable_so_reg_write_range_fndecl_37057 reg_write_range fndecl 4 37057 NULL
++enable_so_SYSC_gethostname_fndecl_37078 SYSC_gethostname fndecl 2 37078 NULL
++enable_so_inode_get_bytes_fndecl_37079 inode_get_bytes fndecl 0 37079 NULL
++enable_so_cx25840_ir_rx_read_fndecl_37095 cx25840_ir_rx_read fndecl 3 37095 NULL
++enable_so_relay_alloc_page_array_fndecl_37100 relay_alloc_page_array fndecl 1 37100 NULL
++enable_so_gfs2_meta_ra_fndecl_37101 gfs2_meta_ra fndecl 2 37101 NULL
++enable_so_blkcipher_next_slow_fndecl_37102 blkcipher_next_slow fndecl 3-4 37102 NULL
++enable_so_filled_kobil_private_37104 filled kobil_private 0 37104 NULL
++enable_so_vlan_tag_rx_return_desc_37115 vlan_tag rx_return_desc 0 37115 NULL
++enable_so_fuse_request_alloc_fndecl_37120 fuse_request_alloc fndecl 1 37120 NULL nohasharray
++enable_so_raid10_format_to_md_layout_fndecl_37120 raid10_format_to_md_layout fndecl 0-2 37120 &enable_so_fuse_request_alloc_fndecl_37120
++enable_so_probe_memory_block_size_fndecl_37124 probe_memory_block_size fndecl 0 37124 NULL
++enable_so_ocfs2_check_if_ancestor_fndecl_37125 ocfs2_check_if_ancestor fndecl 2 37125 NULL
++enable_so___rh_alloc_fndecl_37130 __rh_alloc fndecl 2 37130 NULL nohasharray
++enable_so_sc_blk_cnt_nilfs_sc_info_37130 sc_blk_cnt nilfs_sc_info 0 37130 &enable_so___rh_alloc_fndecl_37130
++enable_so_nfs_updatepage_fndecl_37131 nfs_updatepage fndecl 3 37131 NULL
++enable_so_num_report_ids_mxt_object_37133 num_report_ids mxt_object 0 37133 NULL
++enable_so_mlx5_query_port_pvlc_fndecl_37159 mlx5_query_port_pvlc fndecl 3 37159 NULL
++enable_so_max_pdu_size_l2cap_conf_rfc_37161 max_pdu_size l2cap_conf_rfc 0 37161 NULL
++enable_so_ld_tgt_count_lov_desc_37163 ld_tgt_count lov_desc 0 37163 NULL
++enable_so_l_logBBstart_xlog_37164 l_logBBstart xlog 0 37164 NULL
++enable_so_txCredits_edgeport_port_37166 txCredits edgeport_port 0 37166 NULL
++enable_so_read_mmp_block_fndecl_37168 read_mmp_block fndecl 3 37168 NULL nohasharray
++enable_so_mdiobus_alloc_size_fndecl_37168 mdiobus_alloc_size fndecl 1 37168 &enable_so_read_mmp_block_fndecl_37168
++enable_so_expect_bt_skb_cb_37170 expect bt_skb_cb 0 37170 NULL
++enable_so_hva_to_pfn_slow_fndecl_37173 hva_to_pfn_slow fndecl 1 37173 NULL nohasharray
++enable_so_gpe_count_acpi_gpe_block_info_37173 gpe_count acpi_gpe_block_info 0 37173 &enable_so_hva_to_pfn_slow_fndecl_37173
++enable_so_i915_gem_stolen_setup_compression_fndecl_37175 i915_gem_stolen_setup_compression fndecl 2 37175 NULL nohasharray
++enable_so_copy_pte_range_fndecl_37175 copy_pte_range fndecl 6 37175 &enable_so_i915_gem_stolen_setup_compression_fndecl_37175
++enable_so_sisusbcon_do_font_op_fndecl_37180 sisusbcon_do_font_op fndecl 9 37180 NULL
++enable_so_ssd1307fb_write_fndecl_37192 ssd1307fb_write fndecl 3 37192 NULL
++enable_so_rx_status_0_ath5k_hw_rx_status_37197 rx_status_0 ath5k_hw_rx_status 0 37197 NULL
++enable_so_request_asymmetric_key_fndecl_37198 request_asymmetric_key fndecl 2-4 37198 NULL
++enable_so_nbperpage_jfs_sb_info_37199 nbperpage jfs_sb_info 0 37199 NULL
++enable_so_gva_to_gpa_kvm_mmu_37200 gva_to_gpa kvm_mmu 0 37200 NULL
++enable_so_digestsize_shash_alg_37203 digestsize shash_alg 0 37203 NULL
++enable_so_last_message_count_mxt_data_37205 last_message_count mxt_data 0 37205 NULL
++enable_so_hur_len_fndecl_37216 hur_len fndecl 0 37216 NULL
++enable_so_xfs_dir2_node_trim_free_fndecl_37218 xfs_dir2_node_trim_free fndecl 2 37218 NULL
++enable_so_gsc_set_frame_size_fndecl_37233 gsc_set_frame_size fndecl 2-3 37233 NULL
++enable_so_height_fb_image_37238 height fb_image 0 37238 NULL
++enable_so_write_max_at24_data_37243 write_max at24_data 0 37243 NULL
++enable_so_csum_and_copy_to_iter_fndecl_37244 csum_and_copy_to_iter fndecl 2 37244 NULL
++enable_so_test_unaligned_bulk_fndecl_37246 test_unaligned_bulk fndecl 3-2 37246 NULL
++enable_so_i_refcount_loc_ocfs2_dinode_37249 i_refcount_loc ocfs2_dinode 0 37249 NULL
++enable_so_mq_emit_config_values_fndecl_37257 mq_emit_config_values fndecl 3 37257 NULL
++enable_so_isdn_writebuf_stub_fndecl_37260 isdn_writebuf_stub fndecl 4 37260 NULL
++enable_so_rpcrdma_register_internal_fndecl_37263 rpcrdma_register_internal fndecl 3 37263 NULL
++enable_so___pskb_trim_head_fndecl_37267 __pskb_trim_head fndecl 2 37267 NULL
++enable_so_ieee80211_rx_radiotap_hdrlen_fndecl_37268 ieee80211_rx_radiotap_hdrlen fndecl 0 37268 NULL
++enable_so_blk_queue_update_dma_pad_fndecl_37275 blk_queue_update_dma_pad fndecl 2 37275 NULL
++enable_so_copy_entries_to_user_fndecl_37276 copy_entries_to_user fndecl 1 37276 NULL
++enable_so_scrollback_current_vardecl_fbcon_c_37279 scrollback_current vardecl_fbcon.c 0 37279 NULL
++enable_so_reg_end_ath6kl_diag_reg_info_37280 reg_end ath6kl_diag_reg_info 0 37280 NULL
++enable_so_cyz_load_fw_fndecl_37290 cyz_load_fw fndecl 0 37290 NULL
++enable_so_num_bna_mem_info_37294 num bna_mem_info 0 37294 NULL
++enable_so_lcd_hsync_len_atyfb_par_37297 lcd_hsync_len atyfb_par 0 37297 NULL
++enable_so_rs_rate_ath_rx_status_37298 rs_rate ath_rx_status 0 37298 NULL
++enable_so_jfs_setxattr_fndecl_37302 jfs_setxattr fndecl 4 37302 NULL
++enable_so_input_print_modalias_bits_fndecl_37304 input_print_modalias_bits fndecl 0 37304 NULL
++enable_so_aer_inject_write_fndecl_37308 aer_inject_write fndecl 3 37308 NULL
++enable_so_svc_partial_recvfrom_fndecl_37311 svc_partial_recvfrom fndecl 0 37311 NULL
++enable_so_ath6kl_delete_qos_write_fndecl_37312 ath6kl_delete_qos_write fndecl 3 37312 NULL
++enable_so_ieee80211_if_fmt_num_sta_ps_fndecl_37317 ieee80211_if_fmt_num_sta_ps fndecl 3 37317 NULL nohasharray
++enable_so_fbcon_scrolldelta_fndecl_37317 fbcon_scrolldelta fndecl 2 37317 &enable_so_ieee80211_if_fmt_num_sta_ps_fndecl_37317
++enable_so_ie_len_cfg80211_sched_scan_request_37335 ie_len cfg80211_sched_scan_request 0 37335 NULL nohasharray
++enable_so_ufs_change_blocknr_fndecl_37335 ufs_change_blocknr fndecl 2-4-5 37335 &enable_so_ie_len_cfg80211_sched_scan_request_37335
++enable_so_line6_midibuf_init_fndecl_37338 line6_midibuf_init fndecl 2 37338 NULL
++enable_so_delay_status_fndecl_37340 delay_status fndecl 5 37340 NULL
++enable_so_hso_serial_common_create_fndecl_37343 hso_serial_common_create fndecl 3-4 37343 NULL
++enable_so_blocksize_ccp_aes_def_37352 blocksize ccp_aes_def 0 37352 NULL nohasharray
++enable_so_dlen_pg_read_hdr_37352 dlen pg_read_hdr 0 37352 &enable_so_blocksize_ccp_aes_def_37352
++enable_so_blksize_fuse_mount_data_37357 blksize fuse_mount_data 0 37357 NULL
++enable_so_ieee80211_alloc_txb_fndecl_37358 ieee80211_alloc_txb fndecl 1 37358 NULL
++enable_so_gsm_change_mtu_fndecl_37364 gsm_change_mtu fndecl 2 37364 NULL
++enable_so_alauda_read_data_fndecl_37367 alauda_read_data fndecl 3-2 37367 NULL
++enable_so_bt_alloc_fndecl_37370 bt_alloc fndecl 2 37370 NULL
++enable_so_peer_addr_len_drbd_connection_37371 peer_addr_len drbd_connection 0 37371 NULL
++enable_so_orig_bi_size_usb_idmouse_37372 orig_bi_size usb_idmouse 0 37372 NULL
++enable_so_kvm_task_switch_fndecl_37384 kvm_task_switch fndecl 2-3 37384 NULL
++enable_so_btrfs_free_and_pin_reserved_extent_fndecl_37387 btrfs_free_and_pin_reserved_extent fndecl 3-2 37387 NULL
++enable_so_alloc_blksz_hfs_sb_info_37390 alloc_blksz hfs_sb_info 0 37390 NULL nohasharray
++enable_so_smscore_createbuffer_fndecl_37390 smscore_createbuffer fndecl 3 37390 &enable_so_alloc_blksz_hfs_sb_info_37390
++enable_so_batadv_check_management_packet_fndecl_37394 batadv_check_management_packet fndecl 3 37394 NULL
++enable_so_hsc_msg_len_set_fndecl_37398 hsc_msg_len_set fndecl 2 37398 NULL
++enable_so_jdvbt90502_reg_read_fndecl_37400 jdvbt90502_reg_read fndecl 4 37400 NULL
++enable_so_ieee80211_send_null_response_fndecl_37403 ieee80211_send_null_response fndecl 3 37403 NULL
++enable_so_num_msix_vectors_i40e_hw_capabilities_37406 num_msix_vectors i40e_hw_capabilities 0 37406 NULL
++enable_so_gru_init_tables_fndecl_37417 gru_init_tables fndecl 1 37417 NULL
++enable_so_xfs_rtfree_extent_fndecl_37427 xfs_rtfree_extent fndecl 2-3 37427 NULL
++enable_so_hr_block_bits_o2hb_region_37433 hr_block_bits o2hb_region 0 37433 NULL
++enable_so_radeon_gart_size_vardecl_37434 radeon_gart_size vardecl 0 37434 NULL nohasharray
++enable_so_inode_table_ext4_new_group_data_37434 inode_table ext4_new_group_data 0 37434 &enable_so_radeon_gart_size_vardecl_37434
++enable_so_nice_workqueue_attrs_37437 nice workqueue_attrs 0 37437 NULL
++enable_so_size_erst_record_id_cache_37450 size erst_record_id_cache 0 37450 NULL
++enable_so_regcache_lzo_block_count_fndecl_37459 regcache_lzo_block_count fndecl 0 37459 NULL
++enable_so_get_user_pages_locked_fndecl_37465 get_user_pages_locked fndecl 3 37465 NULL nohasharray
++enable_so_cfi_read_query_fndecl_37465 cfi_read_query fndecl 0 37465 &enable_so_get_user_pages_locked_fndecl_37465
++enable_so_rate_ua101_37469 rate ua101 0 37469 NULL
++enable_so_iwl_dbgfs_interrupt_write_fndecl_37470 iwl_dbgfs_interrupt_write fndecl 3 37470 NULL
++enable_so_length_drm_event_37471 length drm_event 0 37471 NULL
++enable_so_s_apbshift_ufs_sb_private_info_37473 s_apbshift ufs_sb_private_info 0 37473 NULL
++enable_so_omap_dma_reserve_channels_vardecl_dma_c_37479 omap_dma_reserve_channels vardecl_dma.c 0 37479 NULL
++enable_so_TupleLink_tuple_t_37482 TupleLink tuple_t 0 37482 NULL
++enable_so_squashfs_iget_fndecl_37485 squashfs_iget fndecl 3 37485 NULL
++enable_so_insert_new_root_fndecl_37498 insert_new_root fndecl 4 37498 NULL
++enable_so_params_len_nfc_evt_transaction_37500 params_len nfc_evt_transaction 0 37500 NULL
++enable_so_lines_ivtv_osd_coords_37504 lines ivtv_osd_coords 0 37504 NULL
++enable_so_ks8851_rdfifo_fndecl_37510 ks8851_rdfifo fndecl 3 37510 NULL
++enable_so_ncpus_vardecl_aoecmd_c_37517 ncpus vardecl_aoecmd.c 0 37517 NULL nohasharray
++enable_so_copy_user_segment_list_fndecl_37517 copy_user_segment_list fndecl 2 37517 &enable_so_ncpus_vardecl_aoecmd_c_37517
++enable_so_verity_status_fndecl_37523 verity_status fndecl 5 37523 NULL nohasharray
++enable_so_etherMtu_mac_eeprom_port_cfg_37523 etherMtu_mac eeprom_port_cfg 0 37523 &enable_so_verity_status_fndecl_37523 nohasharray
++enable_so___data_len_request_37523 __data_len request 0 37523 &enable_so_etherMtu_mac_eeprom_port_cfg_37523
++enable_so_parent_ino_xfs_fid64_37533 parent_ino xfs_fid64 0 37533 NULL
++enable_so_ieee80211_bss_info_update_fndecl_37537 ieee80211_bss_info_update fndecl 4 37537 NULL
++enable_so_aperture_size_dma_ops_domain_37538 aperture_size dma_ops_domain 0 37538 NULL
++enable_so_fuse_fsync_common_fndecl_37543 fuse_fsync_common fndecl 2 37543 NULL
++enable_so_divisor_sfq_sched_data_37546 divisor sfq_sched_data 0 37546 NULL
++enable_so_extent_shift_ecryptfs_crypt_stat_37548 extent_shift ecryptfs_crypt_stat 0 37548 NULL nohasharray
++enable_so_num_rand_bytes_ecryptfs_write_tag_70_packet_silly_stack_37548 num_rand_bytes ecryptfs_write_tag_70_packet_silly_stack 0 37548 &enable_so_extent_shift_ecryptfs_crypt_stat_37548
++enable_so_fixup_user_fault_fndecl_37577 fixup_user_fault fndecl 3 37577 NULL
++enable_so_len_efx_rx_buffer_37579 len efx_rx_buffer 0 37579 NULL
++enable_so_n_ai_urbs_usbdux_private_37595 n_ai_urbs usbdux_private 0 37595 NULL
++enable_so_ocfs2_cp_xattr_bucket_fndecl_37598 ocfs2_cp_xattr_bucket fndecl 3-4 37598 NULL
++enable_so_eeprom_len_fmc_device_37616 eeprom_len fmc_device 0 37616 NULL
++enable_so_gen8_ppgtt_alloc_fndecl_37622 gen8_ppgtt_alloc fndecl 2 37622 NULL
++enable_so_pvr2_hdw_set_cur_freq_fndecl_37630 pvr2_hdw_set_cur_freq fndecl 2 37630 NULL
++enable_so_dcbp_set_code_fndecl_37633 dcbp_set_code fndecl 2 37633 NULL
++enable_so_lfb_height_screen_info_37634 lfb_height screen_info 0 37634 NULL
++enable_so_b_in_mon_reader_bin_37636 b_in mon_reader_bin 0 37636 NULL
++enable_so_usb_stor_bulk_srb_fndecl_37641 usb_stor_bulk_srb fndecl 2 37641 NULL
++enable_so_copy_ctr_args_fndecl_37642 copy_ctr_args fndecl 2 37642 NULL
++enable_so_addrlen_rpc_xprt_37643 addrlen rpc_xprt 0 37643 NULL
++enable_so_bufsize_vardecl_pagetest_c_37645 bufsize vardecl_pagetest.c 0 37645 NULL
++enable_so_alloc_ldt_struct_fndecl_37649 alloc_ldt_struct fndecl 1 37649 NULL
++enable_so_spu_subport_cnt_ipath_user_info_37652 spu_subport_cnt ipath_user_info 0 37652 NULL
++enable_so_bop_check_insert_nilfs_bmap_operations_37658 bop_check_insert nilfs_bmap_operations 0 37658 NULL nohasharray
++enable_so_hfcsusb_rx_frame_fndecl_37658 hfcsusb_rx_frame fndecl 3 37658 &enable_so_bop_check_insert_nilfs_bmap_operations_37658
++enable_so_early_bytes_rchan_buf_37669 early_bytes rchan_buf 0 37669 NULL
++enable_so_len_ethtool_eeprom_37676 len ethtool_eeprom 0 37676 NULL
++enable_so_eeprom_blob_size_iwl_priv_37680 eeprom_blob_size iwl_priv 0 37680 NULL
++enable_so_lastextent_efs_inode_info_37681 lastextent efs_inode_info 0 37681 NULL
++enable_so_nvme_trans_ext_inq_page_fndecl_37691 nvme_trans_ext_inq_page fndecl 3 37691 NULL
++enable_so_orig_video_points_screen_info_37702 orig_video_points screen_info 0 37702 NULL
++enable_so_ls_jid_lm_lockstruct_37707 ls_jid lm_lockstruct 0 37707 NULL
++enable_so_bfad_debugfs_lseek_fndecl_37724 bfad_debugfs_lseek fndecl 2 37724 NULL
++enable_so_cciss_geometry_inquiry_fndecl_37730 cciss_geometry_inquiry fndecl 4 37730 NULL nohasharray
++enable_so_max_net_bridge_mdb_htable_37730 max net_bridge_mdb_htable 0 37730 &enable_so_cciss_geometry_inquiry_fndecl_37730
++enable_so_sk_wmem_queued_sock_37733 sk_wmem_queued sock 0 37733 NULL
++enable_so_mon_bin_get_event_fndecl_37740 mon_bin_get_event fndecl 6-4 37740 NULL
++enable_so_num_enh_eq_cfgs_wm8994_pdata_37752 num_enh_eq_cfgs wm8994_pdata 0 37752 NULL
++enable_so_inode_in_dir_fndecl_37757 inode_in_dir fndecl 5-3 37757 NULL
++enable_so_bufptr_addr_nm256_stream_37759 bufptr_addr nm256_stream 0 37759 NULL
++enable_so_cache_read_procfs_fndecl_37761 cache_read_procfs fndecl 3 37761 NULL
++enable_so_pvr2_ctrl_value_to_sym_internal_fndecl_37762 pvr2_ctrl_value_to_sym_internal fndecl 5 37762 NULL
++enable_so_last_rx_rate_idx_sta_info_37768 last_rx_rate_idx sta_info 0 37768 NULL nohasharray
++enable_so_length_acpi_object_buffer_37768 length acpi_object_buffer 0 37768 &enable_so_last_rx_rate_idx_sta_info_37768
++enable_so_prot_length_se_cmd_37769 prot_length se_cmd 0 37769 NULL
++enable_so_ds_tss_segment_32_37770 ds tss_segment_32 0 37770 NULL
++enable_so_per_bio_data_size_dm_target_37772 per_bio_data_size dm_target 0 37772 NULL
++enable_so_kvm_kvzalloc_fndecl_37773 kvm_kvzalloc fndecl 1 37773 NULL
++enable_so_buf_size_usb_data_stream_37781 buf_size usb_data_stream 0 37781 NULL
++enable_so_ext4_init_dot_dotdot_fndecl_37792 ext4_init_dot_dotdot fndecl 4-3-5 37792 NULL
++enable_so_update_interval_frames_snd_card_asihpi_37794 update_interval_frames snd_card_asihpi 0 37794 NULL
++enable_so_nilfs_sufile_read_fndecl_37800 nilfs_sufile_read fndecl 2 37800 NULL
++enable_so_eo_get_last_eb_blk_ocfs2_extent_tree_operations_37802 eo_get_last_eb_blk ocfs2_extent_tree_operations 0 37802 NULL
++enable_so_clock_panel_info_37807 clock panel_info 0 37807 NULL
++enable_so_gid_tbl_len_ib_port_attr_37809 gid_tbl_len ib_port_attr 0 37809 NULL
++enable_so_touchpad_num_ad714x_platform_data_37818 touchpad_num ad714x_platform_data 0 37818 NULL
++enable_so_out_ep_snd_usb_midi_endpoint_info_37819 out_ep snd_usb_midi_endpoint_info 0 37819 NULL
++enable_so_my_addr_len_drbd_connection_37828 my_addr_len drbd_connection 0 37828 NULL
++enable_so_rbd_img_request_create_fndecl_37833 rbd_img_request_create fndecl 2-3 37833 NULL
++enable_so_mru_syncppp_37835 mru syncppp 0 37835 NULL
++enable_so_slot_width_mvs_chip_info_37839 slot_width mvs_chip_info 0 37839 NULL nohasharray
++enable_so_ifc_len_ifconf_37839 ifc_len ifconf 0 37839 &enable_so_slot_width_mvs_chip_info_37839
++enable_so___kfifo_skip_r_fndecl_37849 __kfifo_skip_r fndecl 2 37849 NULL
++enable_so_iblock_get_bio_fndecl_37851 iblock_get_bio fndecl 2 37851 NULL
++enable_so_ioread16be_fndecl_37854 ioread16be fndecl 0 37854 NULL
++enable_so_usbat_read_block_fndecl_37858 usbat_read_block fndecl 3 37858 NULL
++enable_so_nents_usnic_uiom_chunk_37860 nents usnic_uiom_chunk 0 37860 NULL
++enable_so_last_txrate_idx_il_lq_sta_37864 last_txrate_idx il_lq_sta 0 37864 NULL
++enable_so_assoclen_aead_request_37866 assoclen aead_request 0 37866 NULL
++enable_so_xdr_copy_to_scratch_fndecl_37868 xdr_copy_to_scratch fndecl 2 37868 NULL
++enable_so_btrfs_set_header_nritems_fndecl_37869 btrfs_set_header_nritems fndecl 2 37869 NULL
++enable_so_num_node_state_fndecl_37870 num_node_state fndecl 0 37870 NULL
++enable_so_ieee80211_if_fmt_fwded_mcast_fndecl_37874 ieee80211_if_fmt_fwded_mcast fndecl 3 37874 NULL
++enable_so_hx8357_spi_write_then_read_fndecl_37879 hx8357_spi_write_then_read fndecl 3-5 37879 NULL
++enable_so_leaf_delete_items_fndecl_37885 leaf_delete_items fndecl 5 37885 NULL
++enable_so_dm_bufio_client_create_fndecl_37889 dm_bufio_client_create fndecl 2-4 37889 NULL
++enable_so_gss_wrap_kerberos_fndecl_37890 gss_wrap_kerberos fndecl 2 37890 NULL
++enable_so_bulk_in_ipheth_device_37894 bulk_in ipheth_device 0 37894 NULL nohasharray
++enable_so_xfs_buf_get_uncached_fndecl_37894 xfs_buf_get_uncached fndecl 2 37894 &enable_so_bulk_in_ipheth_device_37894
++enable_so_prod_xfs_alloc_arg_37897 prod xfs_alloc_arg 0 37897 NULL
++enable_so_datalen_user_key_payload_37906 datalen user_key_payload 0 37906 NULL
++enable_so_pasid_kfd_process_37907 pasid kfd_process 0 37907 NULL
++enable_so_gfs2_iget_fndecl_37910 gfs2_iget fndecl 2 37910 NULL
++enable_so_pvr2_i2c_basic_op_fndecl_37917 pvr2_i2c_basic_op fndecl 4-6 37917 NULL
++enable_so_spk_ye_vardecl_37920 spk_ye vardecl 0 37920 NULL
++enable_so_nested_vmx_store_msr_fndecl_37937 nested_vmx_store_msr fndecl 2 37937 NULL
++enable_so_ep_urb_context_37938 ep urb_context 0 37938 NULL nohasharray
++enable_so_num_escbs_asd_seq_data_37938 num_escbs asd_seq_data 0 37938 &enable_so_ep_urb_context_37938
++enable_so_seq_write_fndecl_37946 seq_write fndecl 3 37946 NULL
++enable_so_vblank_lo_lvds_dvo_timing_37949 vblank_lo lvds_dvo_timing 0 37949 NULL
++enable_so_wpa_ie_len_islpci_bss_wpa_ie_37953 wpa_ie_len islpci_bss_wpa_ie 0 37953 NULL nohasharray
++enable_so___handle_mm_fault_fndecl_37953 __handle_mm_fault fndecl 3 37953 &enable_so_wpa_ie_len_islpci_bss_wpa_ie_37953
++enable_so_consume_size_vmci_qp_alloc_info_vmvm_37962 consume_size vmci_qp_alloc_info_vmvm 0 37962 NULL
++enable_so_unmap_vmas_fndecl_37967 unmap_vmas fndecl 4-3 37967 NULL nohasharray
++enable_so_mbox_write_fndecl_37967 mbox_write fndecl 3 37967 &enable_so_unmap_vmas_fndecl_37967
++enable_so_ieee80211_if_write_uapsd_queues_fndecl_37973 ieee80211_if_write_uapsd_queues fndecl 3 37973 NULL
++enable_so_key_search_fndecl_37982 key_search fndecl 0 37982 NULL
++enable_so_count_nfsd_readres_37988 count nfsd_readres 0 37988 NULL
++enable_so_arizona_set_fll_fndecl_37996 arizona_set_fll fndecl 3-4 37996 NULL nohasharray
++enable_so_key_size_bpf_map_37996 key_size bpf_map 0 37996 &enable_so_arizona_set_fll_fndecl_37996
++enable_so_bt_sock_stream_recvmsg_fndecl_37997 bt_sock_stream_recvmsg fndecl 3 37997 NULL
++enable_so_icmp_manip_pkt_fndecl_38011 icmp_manip_pkt fndecl 4 38011 NULL
++enable_so_il_vsync_v4l2_bt_timings_38013 il_vsync v4l2_bt_timings 0 38013 NULL
++enable_so_l_len_xfs_flock64_38022 l_len xfs_flock64 0 38022 NULL nohasharray
++enable_so_max_cmnds_vardecl_aic94xx_hwi_c_38022 max_cmnds vardecl_aic94xx_hwi.c 0 38022 &enable_so_l_len_xfs_flock64_38022
++enable_so_sensb_res_len_nfc_target_38034 sensb_res_len nfc_target 0 38034 NULL
++enable_so_get_cur_path_fndecl_38038 get_cur_path fndecl 2 38038 NULL
++enable_so_ip6_tnl_change_mtu_fndecl_38041 ip6_tnl_change_mtu fndecl 2 38041 NULL
++enable_so_DataUnits_partition_t_38043 DataUnits partition_t 0 38043 NULL
++enable_so_open_devices_btrfs_fs_devices_38045 open_devices btrfs_fs_devices 0 38045 NULL nohasharray
++enable_so_aac_convert_sgraw2_fndecl_38045 aac_convert_sgraw2 fndecl 4-2 38045 &enable_so_open_devices_btrfs_fs_devices_38045
++enable_so_get_vmcore_size_fndecl_38046 get_vmcore_size fndecl 0-2-1 38046 NULL
++enable_so_reference_rate_vardecl_xfi_c_38047 reference_rate vardecl_xfi.c 0 38047 NULL
++enable_so_node_present_pages_pglist_data_38050 node_present_pages pglist_data 0 38050 NULL
++enable_so_pending_buf_size_deflate_state_38053 pending_buf_size deflate_state 0 38053 NULL
++enable_so_offset_drm_local_map_38055 offset drm_local_map 0 38055 NULL
++enable_so_isd200_set_srb_fndecl_38056 isd200_set_srb fndecl 4 38056 NULL nohasharray
++enable_so_nrpacks_vardecl_usbusx2yaudio_c_38056 nrpacks vardecl_usbusx2yaudio.c 0 38056 &enable_so_isd200_set_srb_fndecl_38056
++enable_so_length_ipw_rx_packet_38058 length ipw_rx_packet 0 38058 NULL nohasharray
++enable_so_sctp_auth_create_key_fndecl_38058 sctp_auth_create_key fndecl 1 38058 &enable_so_length_ipw_rx_packet_38058
++enable_so_iscsi_create_session_fndecl_38060 iscsi_create_session fndecl 3 38060 NULL
++enable_so_ubifs_iget_fndecl_38065 ubifs_iget fndecl 2 38065 NULL
++enable_so_add_vol_fndecl_38066 add_vol fndecl 3-6 38066 NULL
++enable_so_extent_fiemap_fndecl_38070 extent_fiemap fndecl 4-3 38070 NULL
++enable_so_numPartitionMaps_logicalVolDesc_38073 numPartitionMaps logicalVolDesc 0 38073 NULL
++enable_so_length_wpa_param_38074 length wpa_param 0 38074 NULL
++enable_so_fb_bpp_vardecl_udl_fb_c_38075 fb_bpp vardecl_udl_fb.c 0 38075 NULL
++enable_so_bd_group_ext4_buddy_38101 bd_group ext4_buddy 0 38101 NULL nohasharray
++enable_so_la_bm_off_ocfs2_local_alloc_38101 la_bm_off ocfs2_local_alloc 0 38101 &enable_so_bd_group_ext4_buddy_38101
++enable_so_data_size_il4965_firmware_pieces_38105 data_size il4965_firmware_pieces 0 38105 NULL
++enable_so_host_mapping_level_fndecl_38115 host_mapping_level fndecl 0-2 38115 NULL
++enable_so_wm8994_get_fll_config_fndecl_38117 wm8994_get_fll_config fndecl 3-4 38117 NULL
++enable_so_rmtblkno_xfs_da_args_38121 rmtblkno xfs_da_args 0 38121 NULL
++enable_so_sel_write_access_fndecl_38123 sel_write_access fndecl 3 38123 NULL
++enable_so_actual_usbhs_pkt_38126 actual usbhs_pkt 0 38126 NULL
++enable_so_len_rxd_desc_38127 len rxd_desc 0 38127 NULL
++enable_so_usbhs_pipe_get_maxpacket_fndecl_38131 usbhs_pipe_get_maxpacket fndecl 0 38131 NULL
++enable_so_sctp_setsockopt_associnfo_fndecl_38135 sctp_setsockopt_associnfo fndecl 3 38135 NULL
++enable_so_rtw_os_xmit_resource_alloc23a_fndecl_38142 rtw_os_xmit_resource_alloc23a fndecl 3 38142 NULL
++enable_so_nentries_ebt_replace_kernel_38149 nentries ebt_replace_kernel 0 38149 NULL
++enable_so_btrfs_get_io_failure_record_fndecl_38153 btrfs_get_io_failure_record fndecl 3-2 38153 NULL
++enable_so_il4965_hwrate_to_mac80211_idx_fndecl_38156 il4965_hwrate_to_mac80211_idx fndecl 1 38156 NULL
++enable_so_read_interrupt_descriptor_fndecl_38165 read_interrupt_descriptor fndecl 2 38165 NULL
++enable_so_st_read_fndecl_38176 st_read fndecl 3 38176 NULL
++enable_so___mxt_read_reg_fndecl_38178 __mxt_read_reg fndecl 3 38178 NULL
++enable_so_compat_dccp_setsockopt_fndecl_38188 compat_dccp_setsockopt fndecl 5 38188 NULL
++enable_so_zone_end_strip_zone_38191 zone_end strip_zone 0 38191 NULL
++enable_so_nf_ct_ext_create_fndecl_38195 nf_ct_ext_create fndecl 3 38195 NULL
++enable_so_drm_property_create_fndecl_38196 drm_property_create fndecl 4 38196 NULL
++enable_so_nilfs_cpfile_checkpoints_in_block_fndecl_38197 nilfs_cpfile_checkpoints_in_block fndecl 2-3 38197 NULL
++enable_so_driver_data_i2c_device_id_38200 driver_data i2c_device_id 0 38200 NULL
++enable_so_rx_offset_tg3_38201 rx_offset tg3 0 38201 NULL
++enable_so___get_cur_name_and_parent_fndecl_38208 __get_cur_name_and_parent fndecl 2 38208 NULL
++enable_so_pvr2_std_id_to_str_fndecl_38219 pvr2_std_id_to_str fndecl 2 38219 NULL
++enable_so_ack_failures_wl1271_tx_hw_res_descr_38226 ack_failures wl1271_tx_hw_res_descr 0 38226 NULL
++enable_so_target_alloc_sgl_fndecl_38227 target_alloc_sgl fndecl 3 38227 NULL
++enable_so_frame_count_b43_txstatus_38232 frame_count b43_txstatus 0 38232 NULL nohasharray
++enable_so_dvb_audio_write_fndecl_38232 dvb_audio_write fndecl 3 38232 &enable_so_frame_count_b43_txstatus_38232
++enable_so_max_buf_size_tegra_spi_data_38233 max_buf_size tegra_spi_data 0 38233 NULL
++enable_so_ipwireless_network_packet_received_fndecl_38238 ipwireless_network_packet_received fndecl 4 38238 NULL
++enable_so_periodic_bytes_fndecl_38241 periodic_bytes fndecl 0 38241 NULL
++enable_so_xfs_btree_reada_bufl_fndecl_38248 xfs_btree_reada_bufl fndecl 3-2 38248 NULL
++enable_so_isd200_try_enum_fndecl_38250 isd200_try_enum fndecl 2 38250 NULL nohasharray
++enable_so_name_len_ext2_dir_entry_2_38250 name_len ext2_dir_entry_2 0 38250 &enable_so_isd200_try_enum_fndecl_38250
++enable_so_bdbars_count_intel8x0m_38253 bdbars_count intel8x0m 0 38253 NULL
++enable_so_bLength_usb_cdc_country_functional_desc_38256 bLength usb_cdc_country_functional_desc 0 38256 NULL
++enable_so_irnet_connect_confirm_fndecl_38277 irnet_connect_confirm fndecl 5 38277 NULL
++enable_so_n_pages_vb2_vmalloc_buf_38278 n_pages vb2_vmalloc_buf 0 38278 NULL
++enable_so_ipath_rcvegrbufsize_ipath_devdata_38283 ipath_rcvegrbufsize ipath_devdata 0 38283 NULL
++enable_so_len_osd_attr_38284 len osd_attr 0 38284 NULL nohasharray
++enable_so_header_length_fw_iso_packet_38284 header_length fw_iso_packet 0 38284 &enable_so_len_osd_attr_38284
++enable_so_smk_write_ptrace_fndecl_38294 smk_write_ptrace fndecl 3 38294 NULL
++enable_so_compat_arch_ptrace_fndecl_38298 compat_arch_ptrace fndecl 3 38298 NULL nohasharray
++enable_so_alloc_smp_req_fndecl_38298 alloc_smp_req fndecl 1 38298 &enable_so_compat_arch_ptrace_fndecl_38298
++enable_so_num_kcontrols_snd_soc_dapm_widget_38302 num_kcontrols snd_soc_dapm_widget 0 38302 NULL nohasharray
++enable_so_ipw_get_event_log_len_fndecl_38302 ipw_get_event_log_len fndecl 0 38302 &enable_so_num_kcontrols_snd_soc_dapm_widget_38302
++enable_so_geneve_xmit_skb_fndecl_38306 geneve_xmit_skb fndecl 13 38306 NULL
++enable_so_height_zoran_v4l_settings_38307 height zoran_v4l_settings 0 38307 NULL
++enable_so_bad_peb_count_ubi_attach_info_38310 bad_peb_count ubi_attach_info 0 38310 NULL
++enable_so_ext4_get_block_write_fndecl_38313 ext4_get_block_write fndecl 2 38313 NULL nohasharray
++enable_so_ftid_base_tid_info_38313 ftid_base tid_info 0 38313 &enable_so_ext4_get_block_write_fndecl_38313
++enable_so_nr_siblings_perf_event_38320 nr_siblings perf_event 0 38320 NULL
++enable_so_ob_max_size_mvumi_hba_38327 ob_max_size mvumi_hba 0 38327 NULL
++enable_so_ieee80211_if_fmt_estab_plinks_fndecl_38329 ieee80211_if_fmt_estab_plinks fndecl 3 38329 NULL
++enable_so_xfs_vn_fiemap_fndecl_38336 xfs_vn_fiemap fndecl 3-4 38336 NULL
++enable_so_iov_len_sg_iovec_38337 iov_len sg_iovec 0 38337 NULL
++enable_so_num_sys_eqs_mlx4_dev_cap_38340 num_sys_eqs mlx4_dev_cap 0 38340 NULL
++enable_so_get_first_ref_fndecl_38342 get_first_ref fndecl 2 38342 NULL
++enable_so_cma_bitmap_aligned_offset_fndecl_38343 cma_bitmap_aligned_offset fndecl 0-2 38343 NULL
++enable_so_len_nft_data_desc_38346 len nft_data_desc 0 38346 NULL
++enable_so_pf_fhlen_nfsd4_putfh_38348 pf_fhlen nfsd4_putfh 0 38348 NULL
++enable_so_x86_swiotlb_free_coherent_fndecl_38350 x86_swiotlb_free_coherent fndecl 2 38350 NULL
++enable_so_len_ethtool_regs_38354 len ethtool_regs 0 38354 NULL
++enable_so_xfs_dir3_free_get_buf_fndecl_38355 xfs_dir3_free_get_buf fndecl 2 38355 NULL
++enable_so_shash_descsize_dm_verity_38366 shash_descsize dm_verity 0 38366 NULL
++enable_so_flush_buffer_fndecl_38367 flush_buffer fndecl 2 38367 NULL
++enable_so_print_devstats_dot11ACKFailureCount_fndecl_38368 print_devstats_dot11ACKFailureCount fndecl 3 38368 NULL
++enable_so_ri_length_gfs2_rindex_38375 ri_length gfs2_rindex 0 38375 NULL
++enable_so_chrdev_setup_rx_fndecl_38384 chrdev_setup_rx fndecl 2 38384 NULL
++enable_so_ext4_ext_rm_leaf_fndecl_38397 ext4_ext_rm_leaf fndecl 5 38397 NULL
++enable_so_ath6kl_sdio_alloc_prep_scat_req_fndecl_38401 ath6kl_sdio_alloc_prep_scat_req fndecl 2 38401 NULL
++enable_so__c4iw_write_mem_dma_fndecl_38404 _c4iw_write_mem_dma fndecl 3 38404 NULL
++enable_so_parent_offset_isofs_fid_38408 parent_offset isofs_fid 0 38408 NULL
++enable_so_dwc3_mode_write_fndecl_38414 dwc3_mode_write fndecl 3 38414 NULL
++enable_so___rocker_port_mem_alloc_fndecl_38416 __rocker_port_mem_alloc fndecl 4 38416 NULL
++enable_so_xdr_xcode_array2_fndecl_38417 xdr_xcode_array2 fndecl 2 38417 NULL
++enable_so_snd_mask_min_fndecl_38418 snd_mask_min fndecl 0 38418 NULL
++enable_so_todo_dmxdev_filter_38423 todo dmxdev_filter 0 38423 NULL
++enable_so_remap_exception_fndecl_38426 remap_exception fndecl 4 38426 NULL
++enable_so_mwifiex_get_rates_from_cfg80211_fndecl_38427 mwifiex_get_rates_from_cfg80211 fndecl 0 38427 NULL
++enable_so_ide_set_dma_mode_fndecl_38428 ide_set_dma_mode fndecl 2 38428 NULL
++enable_so_m_chunk_size_drxk_state_38431 m_chunk_size drxk_state 0 38431 NULL
++enable_so_r820t_write_fndecl_38436 r820t_write fndecl 4 38436 NULL
++enable_so_ocfs2_iterate_xattr_buckets_fndecl_38437 ocfs2_iterate_xattr_buckets fndecl 2 38437 NULL
++enable_so_cw1200_sdio_memcpy_toio_fndecl_38442 cw1200_sdio_memcpy_toio fndecl 4 38442 NULL
++enable_so_vxge_rx_alloc_fndecl_38443 vxge_rx_alloc fndecl 3 38443 NULL
++enable_so___ieee80211_tx_skb_tid_band_fndecl_38444 __ieee80211_tx_skb_tid_band fndecl 3 38444 NULL
++enable_so_slave_count_w1_master_38454 slave_count w1_master 0 38454 NULL
++enable_so_a8293_i2c_fndecl_38457 a8293_i2c fndecl 3 38457 NULL
++enable_so_blocksize_gss_krb5_enctype_38477 blocksize gss_krb5_enctype 0 38477 NULL
++enable_so___fuse_request_alloc_fndecl_38479 __fuse_request_alloc fndecl 1 38479 NULL
++enable_so_override_release_fndecl_38483 override_release fndecl 2 38483 NULL
++enable_so_copy_block_fndecl_38500 copy_block fndecl 3 38500 NULL
++enable_so_create_rcom_fndecl_38501 create_rcom fndecl 4 38501 NULL
++enable_so_nsm_get_handle_fndecl_38506 nsm_get_handle fndecl 4 38506 NULL
++enable_so_udp_recvmsg_fndecl_38509 udp_recvmsg fndecl 3 38509 NULL nohasharray
++enable_so_msdu_len_htt_rx_offload_msdu_38509 msdu_len htt_rx_offload_msdu 0 38509 &enable_so_udp_recvmsg_fndecl_38509
++enable_so_isofs_readpages_fndecl_38512 isofs_readpages fndecl 4 38512 NULL
++enable_so_hugetlb_unreserve_pages_fndecl_38514 hugetlb_unreserve_pages fndecl 3 38514 NULL
++enable_so_prepare_merge_dm_exception_store_type_38515 prepare_merge dm_exception_store_type 0 38515 NULL
++enable_so_emu_setup_memblk_fndecl_38524 emu_setup_memblk fndecl 5 38524 NULL
++enable_so_set_extent_dirty_fndecl_38529 set_extent_dirty fndecl 3-2 38529 NULL
++enable_so_rx_ring_dma_addr_sc92031_priv_38536 rx_ring_dma_addr sc92031_priv 0 38536 NULL nohasharray
++enable_so_max_pde_used_radeon_vm_38536 max_pde_used radeon_vm 0 38536 &enable_so_rx_ring_dma_addr_sc92031_priv_38536
++enable_so_prism2_ap_translate_scan_fndecl_38540 prism2_ap_translate_scan fndecl 0 38540 NULL
++enable_so_hw_channels_sh_cmt_device_38544 hw_channels sh_cmt_device 0 38544 NULL
++enable_so_clk_fd_set_rate_fndecl_38545 clk_fd_set_rate fndecl 2-3 38545 NULL
++enable_so_ulist_add_merge_fndecl_38547 ulist_add_merge fndecl 2 38547 NULL
++enable_so_set_stream_hw_fndecl_38553 set_stream_hw fndecl 3 38553 NULL
++enable_so_rx_max_size_rtl_usb_38560 rx_max_size rtl_usb 0 38560 NULL
++enable_so_ext2_alloc_blocks_fndecl_38562 ext2_alloc_blocks fndecl 2 38562 NULL nohasharray
++enable_so_hysdn_conf_write_fndecl_38562 hysdn_conf_write fndecl 3 38562 &enable_so_ext2_alloc_blocks_fndecl_38562
++enable_so_offset_writequeue_entry_38565 offset writequeue_entry 0 38565 NULL
++enable_so_this_header_vardecl_initramfs_c_38567 this_header vardecl_initramfs.c 0 38567 NULL
++enable_so_smk_write_load2_fndecl_38568 smk_write_load2 fndecl 3 38568 NULL nohasharray
++enable_so_memblock_alloc_base_nid_fndecl_38568 memblock_alloc_base_nid fndecl 1 38568 &enable_so_smk_write_load2_fndecl_38568
++enable_so_setup_dma_urb_38573 setup_dma urb 0 38573 NULL nohasharray
++enable_so_len_port_buffer_38573 len port_buffer 0 38573 &enable_so_setup_dma_urb_38573
++enable_so_block_mtu_hci_dev_38575 block_mtu hci_dev 0 38575 NULL
++enable_so_data_dma_aiptek_38577 data_dma aiptek 0 38577 NULL
++enable_so_rsr_ct_atc_38578 rsr ct_atc 0 38578 NULL
++enable_so_usVActive__ATOM_DTD_FORMAT_38581 usVActive _ATOM_DTD_FORMAT 0 38581 NULL
++enable_so_gdm_usb_hci_send_fndecl_38585 gdm_usb_hci_send fndecl 3 38585 NULL
++enable_so_print_prefix_fndecl_38595 print_prefix fndecl 0 38595 NULL
++enable_so_details_root_dm_pool_metadata_38597 details_root dm_pool_metadata 0 38597 NULL
++enable_so_proc_pid_readlink_fndecl_38601 proc_pid_readlink fndecl 3 38601 NULL
++enable_so_s_cgmask_ufs_sb_private_info_38603 s_cgmask ufs_sb_private_info 0 38603 NULL
++enable_so_reiserfs_posix_acl_from_disk_fndecl_38604 reiserfs_posix_acl_from_disk fndecl 2 38604 NULL nohasharray
++enable_so_maxburst_usb_ep_38604 maxburst usb_ep 0 38604 &enable_so_reiserfs_posix_acl_from_disk_fndecl_38604 nohasharray
++enable_so_v_offset_v2_38604 v offset_v2 0 38604 &enable_so_maxburst_usb_ep_38604
++enable_so_fpWidth_nvidia_par_38605 fpWidth nvidia_par 0 38605 NULL nohasharray
++enable_so_perf_num_counters_fndecl_38605 perf_num_counters fndecl 0 38605 &enable_so_fpWidth_nvidia_par_38605
++enable_so_p_arglen_rpc_procinfo_38611 p_arglen rpc_procinfo 0 38611 NULL
++enable_so_objectid_reiserfs_iget_args_38612 objectid reiserfs_iget_args 0 38612 NULL
++enable_so_pageshift_sddr55_card_info_38623 pageshift sddr55_card_info 0 38623 NULL
++enable_so_ar5523_config_multi_fndecl_38630 ar5523_config_multi fndecl 4 38630 NULL
++enable_so_level_kvm_shadow_walk_iterator_38631 level kvm_shadow_walk_iterator 0 38631 NULL
++enable_so_vmci_qp_broker_alloc_fndecl_38635 vmci_qp_broker_alloc fndecl 5-6 38635 NULL
++enable_so_size_bucket_table_38640 size bucket_table 0 38640 NULL
++enable_so_f2fs_seek_block_fndecl_38641 f2fs_seek_block fndecl 2 38641 NULL
++enable_so_set_freq_fndecl_38651 set_freq fndecl 2 38651 NULL
++enable_so_truncate_pagecache_range_fndecl_38652 truncate_pagecache_range fndecl 2-3 38652 NULL
++enable_so_str_read_fndecl_38656 str_read fndecl 4 38656 NULL
++enable_so_tcp_metrics_hash_log_vardecl_tcp_metrics_c_38657 tcp_metrics_hash_log vardecl_tcp_metrics.c 0 38657 NULL
++enable_so_rx_buffer_len_igbvf_adapter_38659 rx_buffer_len igbvf_adapter 0 38659 NULL
++enable_so_fll_in_wm8900_priv_38661 fll_in wm8900_priv 0 38661 NULL
++enable_so_ext4_setent_fndecl_38662 ext4_setent fndecl 3 38662 NULL
++enable_so_cm4040_read_fndecl_38663 cm4040_read fndecl 3 38663 NULL
++enable_so_def_bpp_mb862xx_gc_mode_38668 def_bpp mb862xx_gc_mode 0 38668 NULL
++enable_so_irq_alloc_hwirqs_fndecl_38673 irq_alloc_hwirqs fndecl 1 38673 NULL
++enable_so_v9fs_alloc_rdir_buf_fndecl_38679 v9fs_alloc_rdir_buf fndecl 2 38679 NULL
++enable_so_sg_read_oxfer_fndecl_38687 sg_read_oxfer fndecl 3 38687 NULL
++enable_so_sc_uaddr_len_nfs4_setclientid_38689 sc_uaddr_len nfs4_setclientid 0 38689 NULL
++enable_so_len_irda_device_list_38690 len irda_device_list 0 38690 NULL
++enable_so_bulk_in_ep_irda_usb_cb_38699 bulk_in_ep irda_usb_cb 0 38699 NULL
++enable_so_get_user_pages_fast_fndecl_38708 get_user_pages_fast fndecl 0-1 38708 NULL
++enable_so_cxgbi_ddp_init_fndecl_38714 cxgbi_ddp_init fndecl 4 38714 NULL
++enable_so_free_index_fndecl_38718 free_index fndecl 3 38718 NULL
++enable_so_if_write_fndecl_38719 if_write fndecl 3 38719 NULL
++enable_so_hactive_hi_oaktrail_timing_info_38738 hactive_hi oaktrail_timing_info 0 38738 NULL
++enable_so_vram_vardecl_lxfb_core_c_38739 vram vardecl_lxfb_core.c 0 38739 NULL
++enable_so_ports_max_wusbhc_38743 ports_max wusbhc 0 38743 NULL
++enable_so___page_file_index_fndecl_38744 __page_file_index fndecl 0 38744 NULL
++enable_so_max_num_clients_vardecl_ntb_transport_c_38745 max_num_clients vardecl_ntb_transport.c 0 38745 NULL
++enable_so_ssd1307fb_alloc_array_fndecl_38751 ssd1307fb_alloc_array fndecl 1 38751 NULL
++enable_so_ts_tlb_preload_count_gru_thread_state_38752 ts_tlb_preload_count gru_thread_state 0 38752 NULL nohasharray
++enable_so_myri10ge_small_bytes_vardecl_myri10ge_c_38752 myri10ge_small_bytes vardecl_myri10ge.c 0 38752 &enable_so_ts_tlb_preload_count_gru_thread_state_38752
++enable_so_scsi_format_opcode_name_fndecl_38753 scsi_format_opcode_name fndecl 0-2 38753 NULL nohasharray
++enable_so_buffer_from_user_fndecl_38753 buffer_from_user fndecl 3 38753 &enable_so_scsi_format_opcode_name_fndecl_38753
++enable_so_tag_ctrl_info_amd8111e_rx_dr_38754 tag_ctrl_info amd8111e_rx_dr 0 38754 NULL
++enable_so_t4_max_iq_size_c4iw_hw_queue_38756 t4_max_iq_size c4iw_hw_queue 0 38756 NULL
++enable_so_nr_pages_max_splice_pipe_desc_38758 nr_pages_max splice_pipe_desc 0 38758 NULL
++enable_so_egr_start_sge_38761 egr_start sge 0 38761 NULL
++enable_so_default_advmss_dst_ops_38765 default_advmss dst_ops 0 38765 NULL
++enable_so_sd_blocks_per_bitmap_gfs2_sbd_38771 sd_blocks_per_bitmap gfs2_sbd 0 38771 NULL
++enable_so_ih_blkno_ocfs2_inode_handle_38779 ih_blkno ocfs2_inode_handle 0 38779 NULL
++enable_so_height_cx231xx_38782 height cx231xx 0 38782 NULL
++enable_so_spi_read_buf_fndecl_38792 spi_read_buf fndecl 2 38792 NULL
++enable_so_get_indirect_ea_fndecl_38798 get_indirect_ea fndecl 4-3 38798 NULL
++enable_so_ioread32_fndecl_38804 ioread32 fndecl 0 38804 NULL
++enable_so_raw6_getfrag_fndecl_38805 raw6_getfrag fndecl 3-4 38805 NULL
++enable_so_taglen_compound_hdr_38807 taglen compound_hdr 0 38807 NULL
++enable_so_maxpacksize_snd_usX2Y_substream_38808 maxpacksize snd_usX2Y_substream 0 38808 NULL
++enable_so_SYSC_sendto_fndecl_38815 SYSC_sendto fndecl 6 38815 NULL
++enable_so_vlan_tci_sk_buff_38825 vlan_tci sk_buff 0 38825 NULL
++enable_so_user_read_fndecl_38842 user_read fndecl 3 38842 NULL
++enable_so_do_fault_fndecl_38845 do_fault fndecl 3 38845 NULL
++enable_so_memblock_alloc_fndecl_38847 memblock_alloc fndecl 2-1 38847 NULL
++enable_so_logfs_fsync_fndecl_38849 logfs_fsync fndecl 2 38849 NULL
++enable_so_datablob_len_encrypted_key_payload_38850 datablob_len encrypted_key_payload 0 38850 NULL
++enable_so_unix_set_peek_off_fndecl_38852 unix_set_peek_off fndecl 2 38852 NULL
++enable_so_srs_nslot_sptlrpc_rule_set_38854 srs_nslot sptlrpc_rule_set 0 38854 NULL
++enable_so_dbg_status_buf_fndecl_38857 dbg_status_buf fndecl 2 38857 NULL
++enable_so_mask_mthca_alloc_38874 mask mthca_alloc 0 38874 NULL nohasharray
++enable_so_if_sdio_handle_data_fndecl_38874 if_sdio_handle_data fndecl 3 38874 &enable_so_mask_mthca_alloc_38874
++enable_so_wmi_set_ie_fndecl_38876 wmi_set_ie fndecl 3 38876 NULL
++enable_so_mmc_spi_skip_fndecl_38879 mmc_spi_skip fndecl 3 38879 NULL
++enable_so_static_prio_task_struct_38880 static_prio task_struct 0 38880 NULL
++enable_so_atalk_route_packet_fndecl_38886 atalk_route_packet fndecl 5-4 38886 NULL
++enable_so_read_dummy_spi_nor_38888 read_dummy spi_nor 0 38888 NULL
++enable_so_num_bna_intr_info_38889 num bna_intr_info 0 38889 NULL
++enable_so_ieee80211_aes_gmac_fndecl_38891 ieee80211_aes_gmac fndecl 5 38891 NULL
++enable_so_sg_width_mvs_chip_info_38900 sg_width mvs_chip_info 0 38900 NULL
++enable_so_wr_buflen_nfsd4_write_38903 wr_buflen nfsd4_write 0 38903 NULL
++enable_so_generic_elem_len_local_info_38904 generic_elem_len local_info 0 38904 NULL
++enable_so_surface_bpp_drm_fb_helper_surface_size_38906 surface_bpp drm_fb_helper_surface_size 0 38906 NULL
++enable_so_dst_ci_command_fndecl_38908 dst_ci_command fndecl 4 38908 NULL nohasharray
++enable_so_scsi_get_vpd_page_fndecl_38908 scsi_get_vpd_page fndecl 4 38908 &enable_so_dst_ci_command_fndecl_38908
++enable_so_pgctrl_write_fndecl_38918 pgctrl_write fndecl 3 38918 NULL
++enable_so_qlcnic_diag_free_res_fndecl_38922 qlcnic_diag_free_res fndecl 2 38922 NULL
++enable_so_max_window_tcp_sock_38923 max_window tcp_sock 0 38923 NULL
++enable_so_data_size_ms_system_item_38924 data_size ms_system_item 0 38924 NULL
++enable_so_usb_sg_init_fndecl_38925 usb_sg_init fndecl 7-3-6 38925 NULL
++enable_so_refresh_drm_cmdline_mode_38926 refresh drm_cmdline_mode 0 38926 NULL
++enable_so_seek_holedata_direct_fndecl_38928 seek_holedata_direct fndecl 0-2 38928 NULL
++enable_so_ack_failures_wsm_tx_confirm_38930 ack_failures wsm_tx_confirm 0 38930 NULL
++enable_so_depth_cx231xx_fmt_38940 depth cx231xx_fmt 0 38940 NULL
++enable_so_pcm_open_fndecl_38941 pcm_open fndecl 2 38941 NULL
++enable_so_in_length_nd_cmd_set_config_hdr_38954 in_length nd_cmd_set_config_hdr 0 38954 NULL
++enable_so_bpp_vmw_fb_par_38955 bpp vmw_fb_par 0 38955 NULL
++enable_so_uregbase_qib_devdata_38972 uregbase qib_devdata 0 38972 NULL
++enable_so_cdrom_read_cdda_fndecl_38973 cdrom_read_cdda fndecl 4 38973 NULL
++enable_so_hsc_read_fndecl_38991 hsc_read fndecl 3 38991 NULL
++enable_so___record_ref_fndecl_39000 __record_ref fndecl 2 39000 NULL
++enable_so_tlv_len_nfc_llcp_sdp_tlv_39007 tlv_len nfc_llcp_sdp_tlv 0 39007 NULL
++enable_so_dram_end_intel_sst_drv_39008 dram_end intel_sst_drv 0 39008 NULL
++enable_so_num_ports_mlx5_general_caps_39015 num_ports mlx5_general_caps 0 39015 NULL nohasharray
++enable_so_trigger_request_store_fndecl_39015 trigger_request_store fndecl 4 39015 &enable_so_num_ports_mlx5_general_caps_39015
++enable_so_usbat_flash_write_data_fndecl_39018 usbat_flash_write_data fndecl 4 39018 NULL
++enable_so_dlfb_submit_urb_fndecl_39028 dlfb_submit_urb fndecl 3 39028 NULL
++enable_so_alloc_send_rmpp_list_fndecl_39029 alloc_send_rmpp_list fndecl 2 39029 NULL
++enable_so_at25_ee_read_fndecl_39032 at25_ee_read fndecl 3-4 39032 NULL nohasharray
++enable_so_video_pbase_osd_info_39032 video_pbase osd_info 0 39032 &enable_so_at25_ee_read_fndecl_39032 nohasharray
++enable_so_ath6kl_set_ap_probe_resp_ies_fndecl_39032 ath6kl_set_ap_probe_resp_ies fndecl 3 39032 &enable_so_video_pbase_osd_info_39032
++enable_so_fwnet_receive_packet_fndecl_39034 fwnet_receive_packet fndecl 9 39034 NULL
++enable_so_reserve_st_proto_s_39036 reserve st_proto_s 0 39036 NULL
++enable_so_fat_readpages_fndecl_39045 fat_readpages fndecl 4 39045 NULL
++enable_so_ttm_agp_tt_create_fndecl_39056 ttm_agp_tt_create fndecl 3 39056 NULL
++enable_so_ncp_fsync_fndecl_39057 ncp_fsync fndecl 2 39057 NULL
++enable_so_frameLen_rx_desc_39058 frameLen rx_desc 0 39058 NULL
++enable_so_n_buckets_bpf_htab_39067 n_buckets bpf_htab 0 39067 NULL
++enable_so_iscsit_handle_immediate_data_fndecl_39071 iscsit_handle_immediate_data fndecl 3 39071 NULL
++enable_so_max_rules_crush_map_39073 max_rules crush_map 0 39073 NULL
++enable_so_usbatm_write_cells_fndecl_39074 usbatm_write_cells fndecl 0 39074 NULL
++enable_so_frame_len_b43_rxhdr_fw4_39076 frame_len b43_rxhdr_fw4 0 39076 NULL
++enable_so_sparse_early_usemaps_alloc_node_fndecl_39084 sparse_early_usemaps_alloc_node fndecl 4 39084 NULL
++enable_so_s_meta_file_loc_udf_meta_data_39085 s_meta_file_loc udf_meta_data 0 39085 NULL
++enable_so_sge_rx_fndecl_39089 sge_rx fndecl 3 39089 NULL
++enable_so_d0_vring_rx_dma_39093 d0 vring_rx_dma 0 39093 NULL
++enable_so_xillybus_write_fndecl_39102 xillybus_write fndecl 3 39102 NULL
++enable_so_audio_ins_vx_core_39112 audio_ins vx_core 0 39112 NULL
++enable_so_bg_bits_ocfs2_group_desc_39116 bg_bits ocfs2_group_desc 0 39116 NULL
++enable_so_fat_direct_IO_fndecl_39117 fat_direct_IO fndecl 3 39117 NULL
++enable_so_rl_namelen_rcom_lock_39122 rl_namelen rcom_lock 0 39122 NULL
++enable_so_sisfb_mode_rate_to_dclock_fndecl_39123 sisfb_mode_rate_to_dclock fndecl 0 39123 NULL
++enable_so_bytes_per_datum_iio_buffer_39125 bytes_per_datum iio_buffer 0 39125 NULL
++enable_so_regcache_rbtree_write_fndecl_39126 regcache_rbtree_write fndecl 2 39126 NULL
++enable_so_calc_memmap_size_fndecl_39130 calc_memmap_size fndecl 0-2-1 39130 NULL nohasharray
++enable_so_simple_transaction_get_fndecl_39130 simple_transaction_get fndecl 3 39130 &enable_so_calc_memmap_size_fndecl_39130
++enable_so_system_sample_rate_hdsp_39140 system_sample_rate hdsp 0 39140 NULL
++enable_so_drvr_sglimit_blogic_adapter_39142 drvr_sglimit blogic_adapter 0 39142 NULL
++enable_so_mmc_test_buffer_transfer_fndecl_39150 mmc_test_buffer_transfer fndecl 4 39150 NULL
++enable_so_raid56_parity_alloc_scrub_rbio_fndecl_39153 raid56_parity_alloc_scrub_rbio fndecl 4 39153 NULL
++enable_so_log_root_btrfs_super_block_39157 log_root btrfs_super_block 0 39157 NULL
++enable_so_ath6kl_tm_rx_event_fndecl_39163 ath6kl_tm_rx_event fndecl 3 39163 NULL
++enable_so_num_mcg_mlx4_profile_39164 num_mcg mlx4_profile 0 39164 NULL
++enable_so_ext2_try_to_allocate_with_rsv_fndecl_39166 ext2_try_to_allocate_with_rsv fndecl 0-4 39166 NULL
++enable_so_ast_gem_create_fndecl_39167 ast_gem_create fndecl 2 39167 NULL
++enable_so_blf_len_xfs_buf_log_format_39169 blf_len xfs_buf_log_format 0 39169 NULL
++enable_so_qsize_inet_frags_39172 qsize inet_frags 0 39172 NULL
++enable_so_cfg80211_roamed_bss_fndecl_39173 cfg80211_roamed_bss fndecl 6-4 39173 NULL
++enable_so_grab_nat_entry_fndecl_39177 grab_nat_entry fndecl 2 39177 NULL
++enable_so_cyttsp4_probe_fndecl_39178 cyttsp4_probe fndecl 4 39178 NULL
++enable_so_l2cap_sock_setsockopt_fndecl_39180 l2cap_sock_setsockopt fndecl 5 39180 NULL
++enable_so_mthca_buddy_init_fndecl_39181 mthca_buddy_init fndecl 2 39181 NULL
++enable_so_skb_put_fndecl_39184 skb_put fndecl 2 39184 NULL
++enable_so_n_gma_clock_t_39192 n gma_clock_t 0 39192 NULL
++enable_so_udc_create_dma_chain_fndecl_39194 udc_create_dma_chain fndecl 3 39194 NULL
++enable_so_maxentry_xtheader_39202 maxentry xtheader 0 39202 NULL
++enable_so_mon_bin_compat_ioctl_fndecl_39209 mon_bin_compat_ioctl fndecl 3 39209 NULL
++enable_so_len_vmci_datagram_snd_rcv_info_39211 len vmci_datagram_snd_rcv_info 0 39211 NULL
++enable_so_ieee80211_skb_resize_fndecl_39216 ieee80211_skb_resize fndecl 3 39216 NULL
++enable_so_seq_buf_to_user_fndecl_39222 seq_buf_to_user fndecl 3 39222 NULL
++enable_so_offset_scatter_walk_39226 offset scatter_walk 0 39226 NULL
++enable_so_max_reqs_kioctx_39227 max_reqs kioctx 0 39227 NULL
++enable_so_afs_extract_data_fndecl_39238 afs_extract_data fndecl 5 39238 NULL
++enable_so_remote_mps_l2cap_chan_39250 remote_mps l2cap_chan 0 39250 NULL nohasharray
++enable_so_mon_buff_area_fill_fndecl_39250 mon_buff_area_fill fndecl 3 39250 &enable_so_remote_mps_l2cap_chan_39250
++enable_so_sg_kmalloc_fndecl_39251 sg_kmalloc fndecl 1 39251 NULL
++enable_so_btrfs_issue_discard_fndecl_39257 btrfs_issue_discard fndecl 3-2 39257 NULL
++enable_so___iommu_alloc_buffer_fndecl_39259 __iommu_alloc_buffer fndecl 2 39259 NULL
++enable_so_data_offset_napi_gro_cb_39263 data_offset napi_gro_cb 0 39263 NULL
++enable_so_soc_codec_reg_show_fndecl_39277 soc_codec_reg_show fndecl 3 39277 NULL
++enable_so_idata_dma_usb_xpad_39278 idata_dma usb_xpad 0 39278 NULL
++enable_so_size_tomoyo_condition_39281 size tomoyo_condition 0 39281 NULL
++enable_so_find_parent_nodes_fndecl_39282 find_parent_nodes fndecl 3 39282 NULL
++enable_so_ant_type_iwl_scale_tbl_info_39287 ant_type iwl_scale_tbl_info 0 39287 NULL
++enable_so_bi_sector_bvec_merge_data_39289 bi_sector bvec_merge_data 0 39289 NULL
++enable_so_input_bits_to_string_fndecl_39294 input_bits_to_string fndecl 0 39294 NULL
++enable_so_page_size_msb_data_39297 page_size msb_data 0 39297 NULL nohasharray
++enable_so_encoding_p_compressed_bm_39297 encoding p_compressed_bm 0 39297 &enable_so_page_size_msb_data_39297 nohasharray
++enable_so_max_vfi_lpfc_max_cfg_param_39297 max_vfi lpfc_max_cfg_param 0 39297 &enable_so_encoding_p_compressed_bm_39297
++enable_so_sel_make_perm_files_fndecl_39298 sel_make_perm_files fndecl 2 39298 NULL
++enable_so_do_launder_page_fndecl_39306 do_launder_page fndecl 0 39306 NULL
++enable_so_SYSC_flistxattr_fndecl_39312 SYSC_flistxattr fndecl 3 39312 NULL
++enable_so_SYSC_sched_setaffinity_fndecl_39317 SYSC_sched_setaffinity fndecl 2 39317 NULL
++enable_so_len_buflist_39320 len buflist 0 39320 NULL
++enable_so_depth_tw68_format_39322 depth tw68_format 0 39322 NULL nohasharray
++enable_so_iterate_irefs_fndecl_39322 iterate_irefs fndecl 1 39322 &enable_so_depth_tw68_format_39322
++enable_so_soc_camera_read_fndecl_39324 soc_camera_read fndecl 3 39324 NULL
++enable_so_size_bts_action_39331 size bts_action 0 39331 NULL
++enable_so_dma_in_mceusb_dev_39335 dma_in mceusb_dev 0 39335 NULL nohasharray
++enable_so_page_jfs_log_39335 page jfs_log 0 39335 &enable_so_dma_in_mceusb_dev_39335 nohasharray
++enable_so_isdn_ppp_read_fndecl_39335 isdn_ppp_read fndecl 4 39335 &enable_so_page_jfs_log_39335
++enable_so_nilfs_sufile_segment_usages_in_block_fndecl_39336 nilfs_sufile_segment_usages_in_block fndecl 2-3 39336 NULL
++enable_so_tx_pipe_brcmf_usbdev_info_39337 tx_pipe brcmf_usbdev_info 0 39337 NULL nohasharray
++enable_so_num_channels_hw_mode_spec_39337 num_channels hw_mode_spec 0 39337 &enable_so_tx_pipe_brcmf_usbdev_info_39337 nohasharray
++enable_so_iwl_dbgfs_echo_test_write_fndecl_39337 iwl_dbgfs_echo_test_write fndecl 3 39337 &enable_so_num_channels_hw_mode_spec_39337
++enable_so_musb_softconnect_write_fndecl_39339 musb_softconnect_write fndecl 3 39339 NULL
++enable_so_busaddr_drm_dma_handle_39348 busaddr drm_dma_handle 0 39348 NULL
++enable_so_ksm_might_need_to_copy_fndecl_39350 ksm_might_need_to_copy fndecl 3 39350 NULL
++enable_so_efs_validate_vh_fndecl_39352 efs_validate_vh fndecl 0 39352 NULL
++enable_so_tpm_read_fndecl_39355 tpm_read fndecl 3 39355 NULL
++enable_so_hub_status_data_hc_driver_39357 hub_status_data hc_driver 0 39357 NULL nohasharray
++enable_so_rbd_obj_request_create_fndecl_39357 rbd_obj_request_create fndecl 3-2 39357 &enable_so_hub_status_data_hc_driver_39357
++enable_so_tx_ndp_modulus_cdc_ncm_ctx_39369 tx_ndp_modulus cdc_ncm_ctx 0 39369 NULL
++enable_so_num_frames_camera_data_39372 num_frames camera_data 0 39372 NULL
++enable_so_length_btrfs_ioctl_same_args_39374 length btrfs_ioctl_same_args 0 39374 NULL
++enable_so_roccat_common2_receive_fndecl_39378 roccat_common2_receive fndecl 4 39378 NULL
++enable_so_vsi_fshino_vxfs_sb_info_39379 vsi_fshino vxfs_sb_info 0 39379 NULL
++enable_so_height_v4l2_mbus_framefmt_39383 height v4l2_mbus_framefmt 0 39383 NULL
++enable_so_lfb_depth_screen_info_39385 lfb_depth screen_info 0 39385 NULL
++enable_so_read16_ssb_bus_ops_39388 read16 ssb_bus_ops 0 39388 NULL
++enable_so_round_rate_clk_ops_39390 round_rate clk_ops 0 39390 NULL
++enable_so_sl_alloc_bufs_fndecl_39391 sl_alloc_bufs fndecl 2 39391 NULL
++enable_so___page_set_anon_rmap_fndecl_39401 __page_set_anon_rmap fndecl 3 39401 NULL
++enable_so_stv0900_get_bits_fndecl_39402 stv0900_get_bits fndecl 0 39402 NULL nohasharray
++enable_so_iscsi_create_conn_fndecl_39402 iscsi_create_conn fndecl 2 39402 &enable_so_stv0900_get_bits_fndecl_39402
++enable_so_userptr_radeon_ttm_tt_39408 userptr radeon_ttm_tt 0 39408 NULL
++enable_so_payld_len_htc_frame_hdr_39418 payld_len htc_frame_hdr 0 39418 NULL
++enable_so_vramsize_sisusb_usb_data_39419 vramsize sisusb_usb_data 0 39419 NULL
++enable_so_stretch_height_usb_usbvision_39420 stretch_height usb_usbvision 0 39420 NULL
++enable_so_read_eeprom_fndecl_39423 read_eeprom fndecl 4 39423 NULL
++enable_so_initial_rate_iwl_mvm_tx_resp_39426 initial_rate iwl_mvm_tx_resp 0 39426 NULL
++enable_so_ext4_htree_fill_tree_fndecl_39428 ext4_htree_fill_tree fndecl 2 39428 NULL
++enable_so_jpeg_len_solo_enc_dev_39431 jpeg_len solo_enc_dev 0 39431 NULL
++enable_so_btrfs_del_csums_fndecl_39434 btrfs_del_csums fndecl 3-4 39434 NULL
++enable_so_ring_size__drm_i810_init_39437 ring_size _drm_i810_init 0 39437 NULL
++enable_so_show_device_status_fndecl_39440 show_device_status fndecl 0 39440 NULL
++enable_so_virtio_cread16_fndecl_39444 virtio_cread16 fndecl 0 39444 NULL
++enable_so_tp_la_write_fndecl_39445 tp_la_write fndecl 3 39445 NULL
++enable_so_sdio_uart_write_fndecl_39449 sdio_uart_write fndecl 3 39449 NULL
++enable_so_zl10036_write_fndecl_39451 zl10036_write fndecl 3 39451 NULL nohasharray
++enable_so_ocfs2_add_refcount_flag_fndecl_39451 ocfs2_add_refcount_flag fndecl 5-7-6 39451 &enable_so_zl10036_write_fndecl_39451
++enable_so_SyS_setxattr_fndecl_39454 SyS_setxattr fndecl 4 39454 NULL
++enable_so_LMC_PKT_BUF_SZ_vardecl_lmc_main_c_39465 LMC_PKT_BUF_SZ vardecl_lmc_main.c 0 39465 NULL
++enable_so_iwl_statistics_flag_fndecl_39478 iwl_statistics_flag fndecl 3-0 39478 NULL
++enable_so_iov_iter_bvec_fndecl_39493 iov_iter_bvec fndecl 5 39493 NULL
++enable_so_txsize_grcan_device_config_39527 txsize grcan_device_config 0 39527 NULL nohasharray
++enable_so_len_batadv_tvlv_hdr_39527 len batadv_tvlv_hdr 0 39527 &enable_so_txsize_grcan_device_config_39527
++enable_so_rsc_mgr_init_fndecl_39528 rsc_mgr_init fndecl 3 39528 NULL
++enable_so_wusb_prf_64_fndecl_39530 wusb_prf_64 fndecl 7 39530 NULL
++enable_so_hugepage_add_new_anon_rmap_fndecl_39534 hugepage_add_new_anon_rmap fndecl 3 39534 NULL
++enable_so_srpt_alloc_ioctx_fndecl_39537 srpt_alloc_ioctx fndecl 2-3 39537 NULL
++enable_so_elem_size_v4l2_ctrl_39540 elem_size v4l2_ctrl 0 39540 NULL
++enable_so_do_arpt_set_ctl_fndecl_39550 do_arpt_set_ctl fndecl 4 39550 NULL
++enable_so_kaweth_internal_control_msg_fndecl_39552 kaweth_internal_control_msg fndecl 5-2 39552 NULL
++enable_so_jbd2_journal_init_revoke_fndecl_39555 jbd2_journal_init_revoke fndecl 2 39555 NULL nohasharray
++enable_so_from_fw_map_39555 from fw_map 0 39555 &enable_so_jbd2_journal_init_revoke_fndecl_39555
++enable_so_l2specific_len_l2tp_session_39558 l2specific_len l2tp_session 0 39558 NULL
++enable_so_build_backref_tree_fndecl_39561 build_backref_tree fndecl 4-3 39561 NULL nohasharray
++enable_so_ci_flags_ext4_crypt_info_39561 ci_flags ext4_crypt_info 0 39561 &enable_so_build_backref_tree_fndecl_39561
++enable_so_disk_size_disk_conf_39567 disk_size disk_conf 0 39567 NULL
++enable_so_plcp_mimo3_iwl_rate_info_39569 plcp_mimo3 iwl_rate_info 0 39569 NULL
++enable_so_pnv_find_best_dpll_fndecl_39571 pnv_find_best_dpll fndecl 4 39571 NULL
++enable_so_sys32_pwrite_fndecl_39572 sys32_pwrite fndecl 3 39572 NULL
++enable_so_group_ext3_new_group_data_39573 group ext3_new_group_data 0 39573 NULL
++enable_so_nfs4_file_llseek_fndecl_39578 nfs4_file_llseek fndecl 2 39578 NULL
++enable_so_iunique_fndecl_39586 iunique fndecl 0-2 39586 NULL
++enable_so_buf_size_fm_rds_39590 buf_size fm_rds 0 39590 NULL
++enable_so_dm_consult_userspace_fndecl_39601 dm_consult_userspace fndecl 5 39601 NULL
++enable_so_midi_ports_snd_emux_39605 midi_ports snd_emux 0 39605 NULL
++enable_so_of_clk_get_parent_count_fndecl_39609 of_clk_get_parent_count fndecl 0 39609 NULL
++enable_so_m_gma_clock_t_39618 m gma_clock_t 0 39618 NULL
++enable_so_cookie_len_l2tp_session_39629 cookie_len l2tp_session 0 39629 NULL
++enable_so_fb_phys_ocfb_dev_39632 fb_phys ocfb_dev 0 39632 NULL
++enable_so_xfs_bmbt_lookup_ge_fndecl_39633 xfs_bmbt_lookup_ge fndecl 3-2-4 39633 NULL
++enable_so_simple_xattr_set_fndecl_39639 simple_xattr_set fndecl 4 39639 NULL
++enable_so_setup_arg_pages_fndecl_39645 setup_arg_pages fndecl 2 39645 NULL nohasharray
++enable_so_ext3_bg_num_gdb_meta_fndecl_39645 ext3_bg_num_gdb_meta fndecl 0 39645 &enable_so_setup_arg_pages_fndecl_39645
++enable_so_tx_len_hw_modul_39649 tx_len hw_modul 0 39649 NULL
++enable_so_skb_copy_datagram_iter_fndecl_39662 skb_copy_datagram_iter fndecl 4-2 39662 NULL
++enable_so_emulate_ts_fndecl_39665 emulate_ts fndecl 2 39665 NULL
++enable_so_snd_rawmidi_transmit_peek_fndecl_39668 snd_rawmidi_transmit_peek fndecl 3 39668 NULL
++enable_so_der_length_size_fndecl_39673 der_length_size fndecl 0 39673 NULL
++enable_so_sectorsize_btrfs_super_block_39674 sectorsize btrfs_super_block 0 39674 NULL
++enable_so_rdma_read_chunk_frmr_fndecl_39676 rdma_read_chunk_frmr fndecl 7 39676 NULL
++enable_so_dev_mem_read_fndecl_39681 dev_mem_read fndecl 3 39681 NULL
++enable_so_fd_block_size_fd_dev_39692 fd_block_size fd_dev 0 39692 NULL nohasharray
++enable_so_priv_size_Qdisc_ops_39692 priv_size Qdisc_ops 0 39692 &enable_so_fd_block_size_fd_dev_39692
++enable_so_snd_usb_caiaq_midi_handle_input_fndecl_39697 snd_usb_caiaq_midi_handle_input fndecl 4 39697 NULL
++enable_so_nb_ace_cci_nb_ports_39699 nb_ace cci_nb_ports 0 39699 NULL
++enable_so_at24_macc_write_fndecl_39705 at24_macc_write fndecl 4-3 39705 NULL
++enable_so_xfs_growfs_get_hdr_buf_fndecl_39706 xfs_growfs_get_hdr_buf fndecl 3-2 39706 NULL
++enable_so_paging32_gva_to_gpa_fndecl_39707 paging32_gva_to_gpa fndecl 2-3 39707 NULL
++enable_so_xen_initdom_setup_msi_irqs_fndecl_39714 xen_initdom_setup_msi_irqs fndecl 2 39714 NULL
++enable_so_blk_check_plugged_fndecl_39715 blk_check_plugged fndecl 3 39715 NULL
++enable_so_e1000_change_mtu_fndecl_39722 e1000_change_mtu fndecl 2 39722 NULL
++enable_so_pglen_pnfs_device_39724 pglen pnfs_device 0 39724 NULL
++enable_so_bitmap_cond_end_sync_fndecl_39734 bitmap_cond_end_sync fndecl 2 39734 NULL
++enable_so_cur_blknum_tree_balance_39737 cur_blknum tree_balance 0 39737 NULL
++enable_so___hostap_add_bss_fndecl_39739 __hostap_add_bss fndecl 4 39739 NULL
++enable_so__ubh_bread__fndecl_39744 _ubh_bread_ fndecl 3 39744 NULL
++enable_so_tm6000_read_write_usb_fndecl_39749 tm6000_read_write_usb fndecl 7 39749 NULL
++enable_so_devpts_new_index_fndecl_39750 devpts_new_index fndecl 0 39750 NULL nohasharray
++enable_so_total_blocks_hfsplus_sb_info_39750 total_blocks hfsplus_sb_info 0 39750 &enable_so_devpts_new_index_fndecl_39750
++enable_so_drm_gtf2_2j_fndecl_39751 drm_gtf2_2j fndecl 0 39751 NULL
++enable_so_address_khugepaged_scan_39752 address khugepaged_scan 0 39752 NULL
++enable_so_am_length_xfs_attr_multiop_39754 am_length xfs_attr_multiop 0 39754 NULL
++enable_so_map_swap_page_fndecl_39768 map_swap_page fndecl 0 39768 NULL
++enable_so_write_flush_fndecl_39776 write_flush fndecl 3 39776 NULL
++enable_so_add_range_with_merge_fndecl_39778 add_range_with_merge fndecl 5 39778 NULL
++enable_so_max_offset_btrfs_ioctl_search_key_39779 max_offset btrfs_ioctl_search_key 0 39779 NULL
++enable_so___collapse_huge_page_isolate_fndecl_39784 __collapse_huge_page_isolate fndecl 2 39784 NULL
++enable_so_dvb_play_fndecl_39789 dvb_play fndecl 3 39789 NULL
++enable_so_buf_rte_log_le_39791 buf rte_log_le 0 39791 NULL
++enable_so_den_max_snd_ratnum_39802 den_max snd_ratnum 0 39802 NULL
++enable_so_root_ino_num_f2fs_sb_info_39805 root_ino_num f2fs_sb_info 0 39805 NULL nohasharray
++enable_so_tpm_write_fndecl_39805 tpm_write fndecl 3 39805 &enable_so_root_ino_num_f2fs_sb_info_39805
++enable_so_meta_dev_idx_disk_conf_39810 meta_dev_idx disk_conf 0 39810 NULL
++enable_so_videobuf_dma_init_user_fndecl_39812 videobuf_dma_init_user fndecl 4-3 39812 NULL
++enable_so_nft_trans_alloc_fndecl_39815 nft_trans_alloc fndecl 3 39815 NULL
++enable_so_defcmd_set_count_vardecl_kdb_main_c_39817 defcmd_set_count vardecl_kdb_main.c 0 39817 NULL
++enable_so_btrfs_del_qgroup_relation_fndecl_39826 btrfs_del_qgroup_relation fndecl 4-3 39826 NULL
++enable_so_init_rx_ring_fndecl_39832 init_rx_ring fndecl 4 39832 NULL
++enable_so_sb_inopblock_xfs_sb_39837 sb_inopblock xfs_sb 0 39837 NULL
++enable_so__offset_iwl_rx_cmd_buffer_39841 _offset iwl_rx_cmd_buffer 0 39841 NULL nohasharray
++enable_so_maxattr_genl_family_39841 maxattr genl_family 0 39841 &enable_so__offset_iwl_rx_cmd_buffer_39841
++enable_so_ref_div_factor_adf4350_platform_data_39844 ref_div_factor adf4350_platform_data 0 39844 NULL
++enable_so_digi_write_inb_command_fndecl_39846 digi_write_inb_command fndecl 3 39846 NULL
++enable_so_height_cx25821_channel_39847 height cx25821_channel 0 39847 NULL
++enable_so_xres_panel_info_39849 xres panel_info 0 39849 NULL
++enable_so_imtu_l2cap_chan_39857 imtu l2cap_chan 0 39857 NULL
++enable_so_usb_stor_reset_common_fndecl_39866 usb_stor_reset_common fndecl 7 39866 NULL nohasharray
++enable_so_carl9170_debugfs_write_fndecl_39866 carl9170_debugfs_write fndecl 3 39866 &enable_so_usb_stor_reset_common_fndecl_39866
++enable_so___bdev_writeseg_fndecl_39876 __bdev_writeseg fndecl 2-4 39876 NULL
++enable_so_xfs_iext_remove_fndecl_39886 xfs_iext_remove fndecl 3 39886 NULL
++enable_so_osd_req_write_sg_fndecl_39887 osd_req_write_sg fndecl 5 39887 NULL
++enable_so_len_cache_request_39888 len cache_request 0 39888 NULL
++enable_so_btrfs_insert_inode_ref_fndecl_39895 btrfs_insert_inode_ref fndecl 6-5 39895 NULL
++enable_so_video_base_sis_video_info_39896 video_base sis_video_info 0 39896 NULL
++enable_so_SyS_lgetxattr_fndecl_39898 SyS_lgetxattr fndecl 4 39898 NULL
++enable_so_s_inodes_per_group_ext4_sb_info_39910 s_inodes_per_group ext4_sb_info 0 39910 NULL
++enable_so_s_gdb_count_ext3_sb_info_39932 s_gdb_count ext3_sb_info 0 39932 NULL
++enable_so_max_mp_regs_mwifiex_sdio_card_reg_39936 max_mp_regs mwifiex_sdio_card_reg 0 39936 NULL
++enable_so_height_font_desc_39938 height font_desc 0 39938 NULL nohasharray
++enable_so_btrfs_i_size_write_fndecl_39938 btrfs_i_size_write fndecl 2 39938 &enable_so_height_font_desc_39938
++enable_so_row_shift_omap4_keypad_39944 row_shift omap4_keypad 0 39944 NULL
++enable_so_g4x_find_best_dpll_fndecl_39946 g4x_find_best_dpll fndecl 4 39946 NULL
++enable_so_md_domain_init_fndecl_39947 md_domain_init fndecl 2 39947 NULL
++enable_so_inode2sd_v1_fndecl_39954 inode2sd_v1 fndecl 3 39954 NULL
++enable_so_msg_length_pcnet32_rx_head_39975 msg_length pcnet32_rx_head 0 39975 NULL nohasharray
++enable_so_cn_size_x509_parse_context_39975 cn_size x509_parse_context 0 39975 &enable_so_msg_length_pcnet32_rx_head_39975
++enable_so_readbuf_size_tomoyo_io_buffer_39976 readbuf_size tomoyo_io_buffer 0 39976 NULL
++enable_so_agp_3_5_isochronous_node_enable_fndecl_39978 agp_3_5_isochronous_node_enable fndecl 3 39978 NULL
++enable_so_btrfs_pin_extent_fndecl_39983 btrfs_pin_extent fndecl 3-2 39983 NULL
++enable_so_extLength_kernel_long_ad_39988 extLength kernel_long_ad 0 39988 NULL
++enable_so_lane_count_intel_dsi_39994 lane_count intel_dsi 0 39994 NULL
++enable_so_playback_bufsize_vardecl_nm256_c_39995 playback_bufsize vardecl_nm256.c 0 39995 NULL
++enable_so_pitch_drm_radeon_texture_39996 pitch drm_radeon_texture 0 39996 NULL nohasharray
++enable_so_size_fm10k_l2_accel_39996 size fm10k_l2_accel 0 39996 &enable_so_pitch_drm_radeon_texture_39996
++enable_so_start_sram_reserve_39999 start sram_reserve 0 39999 NULL
++enable_so_r820t_read_fndecl_40007 r820t_read fndecl 4 40007 NULL
++enable_so_dch_empty_fifo_fndecl_40013 dch_empty_fifo fndecl 2 40013 NULL
++enable_so_zlib_compress_pages_fndecl_40018 zlib_compress_pages fndecl 4 40018 NULL
++enable_so_xfs_iformat_local_fndecl_40019 xfs_iformat_local fndecl 4 40019 NULL
++enable_so_vmw_mob_calculate_pt_pages_fndecl_40022 vmw_mob_calculate_pt_pages fndecl 1 40022 NULL
++enable_so_esp4_get_mtu_fndecl_40024 esp4_get_mtu fndecl 0-2 40024 NULL
++enable_so_emulator_write_phys_fndecl_40035 emulator_write_phys fndecl 2 40035 NULL
++enable_so_lpfc_debugfs_nodelist_data_fndecl_40039 lpfc_debugfs_nodelist_data fndecl 0 40039 NULL
++enable_so_memdiff_vardecl_tridentfb_c_40043 memdiff vardecl_tridentfb.c 0 40043 NULL
++enable_so_add_nested_action_start_fndecl_40044 add_nested_action_start fndecl 0 40044 NULL
++enable_so_ip_tss_segment_16_40046 ip tss_segment_16 0 40046 NULL
++enable_so_last_used_idx_vhost_virtqueue_40059 last_used_idx vhost_virtqueue 0 40059 NULL
++enable_so_SyS_listxattr_fndecl_40060 SyS_listxattr fndecl 3 40060 NULL
++enable_so_max_pq_dma_device_40070 max_pq dma_device 0 40070 NULL
++enable_so_x25_asy_maxdev_vardecl_x25_asy_c_40074 x25_asy_maxdev vardecl_x25_asy.c 0 40074 NULL
++enable_so_tda18271_write_regs_fndecl_40082 tda18271_write_regs fndecl 3 40082 NULL
++enable_so_num_parents_clk_core_40091 num_parents clk_core 0 40091 NULL
++enable_so_zap_page_range_fndecl_40097 zap_page_range fndecl 3-2 40097 NULL
++enable_so_vma_needs_reservation_fndecl_40101 vma_needs_reservation fndecl 3 40101 NULL
++enable_so_num_ibs_amdgpu_cs_parser_40104 num_ibs amdgpu_cs_parser 0 40104 NULL
++enable_so_lh_blkno_gfs2_log_header_host_40105 lh_blkno gfs2_log_header_host 0 40105 NULL
++enable_so_frag_rx_path_fndecl_40106 frag_rx_path fndecl 3 40106 NULL nohasharray
++enable_so_allocation_floor_vardecl_dell_rbu_c_40106 allocation_floor vardecl_dell_rbu.c 0 40106 &enable_so_frag_rx_path_fndecl_40106
++enable_so_r8a66597_urb_dequeue_fndecl_40110 r8a66597_urb_dequeue fndecl 3 40110 NULL
++enable_so_alloc_chunk_fndecl_40116 alloc_chunk fndecl 1 40116 NULL nohasharray
++enable_so_drv_data_size_rt2x00_ops_40116 drv_data_size rt2x00_ops 0 40116 &enable_so_alloc_chunk_fndecl_40116
++enable_so_byte_count_vardecl_initramfs_c_40121 byte_count vardecl_initramfs.c 0 40121 NULL nohasharray
++enable_so_sd_pkt_scan_fndecl_40121 sd_pkt_scan fndecl 3 40121 &enable_so_byte_count_vardecl_initramfs_c_40121 nohasharray
++enable_so_sctp_setsockopt_default_send_param_fndecl_40121 sctp_setsockopt_default_send_param fndecl 3 40121 &enable_so_sd_pkt_scan_fndecl_40121
++enable_so_fastListenInterval_ConfigRid_40133 fastListenInterval ConfigRid 0 40133 NULL
++enable_so_smk_write_doi_fndecl_40134 smk_write_doi fndecl 3 40134 NULL
++enable_so_port_fops_read_fndecl_40137 port_fops_read fndecl 3 40137 NULL
++enable_so_off_fuse_notify_inval_inode_out_40142 off fuse_notify_inval_inode_out 0 40142 NULL
++enable_so_startbit_ebitmap_node_40162 startbit ebitmap_node 0 40162 NULL
++enable_so_xfs_ialloc_get_rec_fndecl_40163 xfs_ialloc_get_rec fndecl 2 40163 NULL
++enable_so_sh_size_elf64_shdr_40164 sh_size elf64_shdr 0 40164 NULL
++enable_so_at24_bin_read_fndecl_40165 at24_bin_read fndecl 6 40165 NULL nohasharray
++enable_so_cmd_nr_drm_exynos_g2d_set_cmdlist_40165 cmd_nr drm_exynos_g2d_set_cmdlist 0 40165 &enable_so_at24_bin_read_fndecl_40165
++enable_so_dev_stripes_btrfs_raid_attr_40170 dev_stripes btrfs_raid_attr 0 40170 NULL
++enable_so_status_boom_rx_desc_40185 status boom_rx_desc 0 40185 NULL
++enable_so_reshape_progress_r5conf_40192 reshape_progress r5conf 0 40192 NULL
++enable_so_supported_dma_mask_fndecl_40193 supported_dma_mask fndecl 0 40193 NULL
++enable_so_peb_size_ubi_device_40195 peb_size ubi_device 0 40195 NULL
++enable_so_dma_contiguous_reserve_area_fndecl_40196 dma_contiguous_reserve_area fndecl 1-2 40196 NULL nohasharray
++enable_so___jfs_setxattr_fndecl_40196 __jfs_setxattr fndecl 5 40196 &enable_so_dma_contiguous_reserve_area_fndecl_40196
++enable_so_vga_video_num_lines_vardecl_vgacon_c_40199 vga_video_num_lines vardecl_vgacon.c 0 40199 NULL
++enable_so_ath6kl_bgscan_int_write_fndecl_40201 ath6kl_bgscan_int_write fndecl 3 40201 NULL
++enable_so_pvr2_ctrl_get_min_fndecl_40204 pvr2_ctrl_get_min fndecl 0 40204 NULL
++enable_so_num_amgms_mlx4_caps_40207 num_amgms mlx4_caps 0 40207 NULL
++enable_so_get_blocks_se_subsystem_api_40212 get_blocks se_subsystem_api 0 40212 NULL
++enable_so_kbuf_alloc_2_sgl_fndecl_40216 kbuf_alloc_2_sgl fndecl 1 40216 NULL
++enable_so_ipw_queue_tx_init_fndecl_40218 ipw_queue_tx_init fndecl 3 40218 NULL
++enable_so_len_p80211ioctl_req_40220 len p80211ioctl_req 0 40220 NULL
++enable_so_bochs_bo_create_fndecl_40223 bochs_bo_create fndecl 2 40223 NULL
++enable_so_lola_init_stream_fndecl_40245 lola_init_stream fndecl 3 40245 NULL
++enable_so_mmap_file_operations_40250 mmap file_operations 0 40250 NULL
++enable_so_max_sectors_queue_limits_40252 max_sectors queue_limits 0 40252 NULL
++enable_so__iwl_dbgfs_netdetect_write_fndecl_40255 _iwl_dbgfs_netdetect_write fndecl 3 40255 NULL
++enable_so_ucNumOfPowerModeEntries__ATOM_POWERPLAY_INFO_40261 ucNumOfPowerModeEntries _ATOM_POWERPLAY_INFO 0 40261 NULL
++enable_so_ino_jffs2_inode_cache_40264 ino jffs2_inode_cache 0 40264 NULL
++enable_so_rs_move_mimo3_to_other_fndecl_40268 rs_move_mimo3_to_other fndecl 5 40268 NULL
++enable_so_memcg_nr_cache_ids_vardecl_40280 memcg_nr_cache_ids vardecl 0 40280 NULL
++enable_so_mask___kfifo_40288 mask __kfifo 0 40288 NULL
++enable_so_update_end_of_memory_vars_fndecl_40298 update_end_of_memory_vars fndecl 2-1 40298 NULL
++enable_so_osd_req_add_get_attr_list_fndecl_40301 osd_req_add_get_attr_list fndecl 3 40301 NULL nohasharray
++enable_so_freq_radio_tea5777_40301 freq radio_tea5777 0 40301 &enable_so_osd_req_add_get_attr_list_fndecl_40301 nohasharray
++enable_so_num_engines_dmm_40301 num_engines dmm 0 40301 &enable_so_freq_radio_tea5777_40301
++enable_so_cyttsp_spi_xfer_fndecl_40307 cyttsp_spi_xfer fndecl 6 40307 NULL
++enable_so_gfs2_free_meta_fndecl_40312 gfs2_free_meta fndecl 2 40312 NULL
++enable_so_uio_read_fndecl_40327 uio_read fndecl 3 40327 NULL
++enable_so_cur_pos_tegra_spi_data_40338 cur_pos tegra_spi_data 0 40338 NULL
++enable_so_dm_rh_get_region_key_fndecl_40342 dm_rh_get_region_key fndecl 0 40342 NULL
++enable_so_default_llseek_fndecl_40353 default_llseek fndecl 2 40353 NULL nohasharray
++enable_so_srpt_alloc_ioctx_ring_fndecl_40353 srpt_alloc_ioctx_ring fndecl 3-4-2 40353 &enable_so_default_llseek_fndecl_40353
++enable_so_cr2_kvm_vcpu_arch_40355 cr2 kvm_vcpu_arch 0 40355 NULL
++enable_so___intel_map_single_fndecl_40361 __intel_map_single fndecl 5 40361 NULL nohasharray
++enable_so_cblock_dm_cache_migration_40361 cblock dm_cache_migration 0 40361 &enable_so___intel_map_single_fndecl_40361
++enable_so_cfpkt_setlen_fndecl_40364 cfpkt_setlen fndecl 2 40364 NULL
++enable_so_SYSC_mincore_fndecl_40372 SYSC_mincore fndecl 2-1 40372 NULL
++enable_so___vmalloc_node_fndecl_40382 __vmalloc_node fndecl 1 40382 NULL
++enable_so_sb_root_hpfs_sb_info_40394 sb_root hpfs_sb_info 0 40394 NULL nohasharray
++enable_so_file_secno_bplus_leaf_node_40394 file_secno bplus_leaf_node 0 40394 &enable_so_sb_root_hpfs_sb_info_40394
++enable_so_short_frame_max_tx_count_cw1200_common_40403 short_frame_max_tx_count cw1200_common 0 40403 NULL
++enable_so_snd_ak4113_external_rate_fndecl_40404 snd_ak4113_external_rate fndecl 0 40404 NULL
++enable_so_bulk_out_epnum_usb_cardstate_40412 bulk_out_epnum usb_cardstate 0 40412 NULL nohasharray
++enable_so_joydev_ioctl_common_fndecl_40412 joydev_ioctl_common fndecl 2 40412 &enable_so_bulk_out_epnum_usb_cardstate_40412
++enable_so_vm_end_vm_area_struct_40413 vm_end vm_area_struct 0 40413 NULL
++enable_so_applesmc_create_nodes_fndecl_40419 applesmc_create_nodes fndecl 2 40419 NULL
++enable_so_buf_size_in_bytes_kfd_ioctl_dbg_wave_control_args_40427 buf_size_in_bytes kfd_ioctl_dbg_wave_control_args 0 40427 NULL
++enable_so_tnode_alloc_fndecl_40428 tnode_alloc fndecl 1 40428 NULL
++enable_so_readisac_IsdnCardState_40429 readisac IsdnCardState 0 40429 NULL
++enable_so_dm_array_resize_fndecl_40432 dm_array_resize fndecl 2 40432 NULL nohasharray
++enable_so_btrfs_relocate_chunk_fndecl_40432 btrfs_relocate_chunk fndecl 3 40432 &enable_so_dm_array_resize_fndecl_40432
++enable_so_skb_partial_csum_set_fndecl_40436 skb_partial_csum_set fndecl 2 40436 NULL
++enable_so_iscsi_alloc_session_fndecl_40445 iscsi_alloc_session fndecl 3 40445 NULL
++enable_so_qd2index_fndecl_40449 qd2index fndecl 0 40449 NULL
++enable_so_curpacksize_snd_usb_endpoint_40462 curpacksize snd_usb_endpoint 0 40462 NULL nohasharray
++enable_so_submit_create_fndecl_40462 submit_create fndecl 3 40462 &enable_so_curpacksize_snd_usb_endpoint_40462
++enable_so_hactive___fb_timings_40471 hactive __fb_timings 0 40471 NULL
++enable_so_g2d_userptr_get_dma_addr_fndecl_40487 g2d_userptr_get_dma_addr fndecl 2-3 40487 NULL
++enable_so_eh_depth_ext4_extent_header_40488 eh_depth ext4_extent_header 0 40488 NULL
++enable_so_s_cgoffset_ufs_sb_private_info_40490 s_cgoffset ufs_sb_private_info 0 40490 NULL
++enable_so_tx_max_cdc_ncm_ctx_40493 tx_max cdc_ncm_ctx 0 40493 NULL nohasharray
++enable_so_length_mtd_oob_buf32_40493 length mtd_oob_buf32 0 40493 &enable_so_tx_max_cdc_ncm_ctx_40493
++enable_so_len_tx_buf_40498 len tx_buf 0 40498 NULL
++enable_so_header_length_datalink_proto_40501 header_length datalink_proto 0 40501 NULL
++enable_so_dn_mss_from_pmtu_fndecl_40520 dn_mss_from_pmtu fndecl 2 40520 NULL
++enable_so_xfs_ialloc_inode_init_fndecl_40524 xfs_ialloc_inode_init fndecl 5-4 40524 NULL
++enable_so_ieee80211_if_fmt_dtim_count_fndecl_40528 ieee80211_if_fmt_dtim_count fndecl 3 40528 NULL nohasharray
++enable_so_num_substreams_snd_m3_40528 num_substreams snd_m3 0 40528 &enable_so_ieee80211_if_fmt_dtim_count_fndecl_40528
++enable_so_btrfs_lookup_dir_index_item_fndecl_40530 btrfs_lookup_dir_index_item fndecl 5-4 40530 NULL
++enable_so_w_size_deflate_state_40533 w_size deflate_state 0 40533 NULL nohasharray
++enable_so_drm_buffer_copy_from_user_fndecl_40533 drm_buffer_copy_from_user fndecl 3 40533 &enable_so_w_size_deflate_state_40533
++enable_so_sky2_get_rx_data_size_fndecl_40544 sky2_get_rx_data_size fndecl 0 40544 NULL
++enable_so_alloc_ebda_hpc_fndecl_40557 alloc_ebda_hpc fndecl 1-2 40557 NULL
++enable_so_security_context_to_sid_fndecl_40560 security_context_to_sid fndecl 2 40560 NULL
++enable_so_plcp_siso_iwl_rate_info_40562 plcp_siso iwl_rate_info 0 40562 NULL
++enable_so_maxpacket_isp1362_ep_40564 maxpacket isp1362_ep 0 40564 NULL
++enable_so_isdn_read_fndecl_40566 isdn_read fndecl 3 40566 NULL
++enable_so_ptrace_readdata_fndecl_40567 ptrace_readdata fndecl 4-2 40567 NULL
++enable_so_ucNumStates__ATOM_PPLIB_POWERPLAYTABLE_40568 ucNumStates _ATOM_PPLIB_POWERPLAYTABLE 0 40568 NULL
++enable_so_caif_stream_sendmsg_fndecl_40573 caif_stream_sendmsg fndecl 3 40573 NULL
++enable_so_qp_alloc_queue_fndecl_40575 qp_alloc_queue fndecl 1 40575 NULL nohasharray
++enable_so_xlog_recovery_process_trans_fndecl_40575 xlog_recovery_process_trans fndecl 4 40575 &enable_so_qp_alloc_queue_fndecl_40575
++enable_so_dm_bufio_read_fndecl_40577 dm_bufio_read fndecl 2 40577 NULL
++enable_so_bounds_type_datum_40579 bounds type_datum 0 40579 NULL
++enable_so_ioread8_fndecl_40594 ioread8 fndecl 0 40594 NULL
++enable_so_rose_ndevs_vardecl_af_rose_c_40602 rose_ndevs vardecl_af_rose.c 0 40602 NULL
++enable_so_value_len_ext4_xattr_info_40604 value_len ext4_xattr_info 0 40604 NULL
++enable_so_rf_size_rt2x00_ops_40605 rf_size rt2x00_ops 0 40605 NULL
++enable_so_android_set_cntry_fndecl_40615 android_set_cntry fndecl 0 40615 NULL
++enable_so___alloc_page_frag_fndecl_40620 __alloc_page_frag fndecl 2 40620 NULL
++enable_so_libcfs_ioctl_popdata_fndecl_40628 libcfs_ioctl_popdata fndecl 3 40628 NULL
++enable_so_rate_n_flags_il_rx_phy_res_40629 rate_n_flags il_rx_phy_res 0 40629 NULL
++enable_so_pcpu_get_vm_areas_fndecl_40630 pcpu_get_vm_areas fndecl 3-4 40630 NULL
++enable_so_cf_uniqueid_cifs_fattr_40632 cf_uniqueid cifs_fattr 0 40632 NULL
++enable_so_altera_swap_dr_fndecl_40633 altera_swap_dr fndecl 2 40633 NULL
++enable_so_map_dirent_fndecl_40635 map_dirent fndecl 2 40635 NULL nohasharray
++enable_so_sock_setsockopt_fndecl_40635 sock_setsockopt fndecl 5 40635 &enable_so_map_dirent_fndecl_40635
++enable_so_frqchk_tea5764_regs_40639 frqchk tea5764_regs 0 40639 NULL
++enable_so_freq_magnitude_fndecl_40641 freq_magnitude fndecl 2-3 40641 NULL
++enable_so_rotate_buf_a_little_fndecl_40654 rotate_buf_a_little fndecl 2 40654 NULL
++enable_so_rq_rcvsize_rpc_rqst_40660 rq_rcvsize rpc_rqst 0 40660 NULL
++enable_so_legacy_rate_info_40663 legacy rate_info 0 40663 NULL
++enable_so_ocrdma_dbgfs_ops_write_fndecl_40664 ocrdma_dbgfs_ops_write fndecl 3 40664 NULL
++enable_so___ext_tree_remove_fndecl_40666 __ext_tree_remove fndecl 2-3 40666 NULL
++enable_so_kmalloc_node_fndecl_40672 kmalloc_node fndecl 1 40672 NULL
++enable_so_odev_update_fndecl_40682 odev_update fndecl 2 40682 NULL nohasharray
++enable_so_num_queue_pairs_i40e_virtchnl_vsi_resource_40682 num_queue_pairs i40e_virtchnl_vsi_resource 0 40682 &enable_so_odev_update_fndecl_40682
++enable_so_ahd_probe_stack_size_fndecl_40683 ahd_probe_stack_size fndecl 0 40683 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPRannInterval_fndecl_40687 ieee80211_if_fmt_dot11MeshHWMPRannInterval fndecl 3 40687 NULL nohasharray
++enable_so_ubi_resize_volume_fndecl_40687 ubi_resize_volume fndecl 2 40687 &enable_so_ieee80211_if_fmt_dot11MeshHWMPRannInterval_fndecl_40687 nohasharray
++enable_so_xfs_get_blocks_direct_fndecl_40687 xfs_get_blocks_direct fndecl 2 40687 &enable_so_ubi_resize_volume_fndecl_40687
++enable_so_height_timblogiw_tvnorm_40699 height timblogiw_tvnorm 0 40699 NULL
++enable_so_aa_simple_write_to_buffer_fndecl_40704 aa_simple_write_to_buffer fndecl 4 40704 NULL
++enable_so_max_znode_sz_ubifs_info_40705 max_znode_sz ubifs_info 0 40705 NULL
++enable_so_ctrl_out_pipe_hfcsusb_40706 ctrl_out_pipe hfcsusb 0 40706 NULL
++enable_so_lfb_linelength_screen_info_40728 lfb_linelength screen_info 0 40728 NULL
++enable_so_cryptlen_aead_request_40734 cryptlen aead_request 0 40734 NULL nohasharray
++enable_so_page_order_ring_buffer_40734 page_order ring_buffer 0 40734 &enable_so_cryptlen_aead_request_40734
++enable_so_NumberOfLogBlock_ms_lib_ctrl_40736 NumberOfLogBlock ms_lib_ctrl 0 40736 NULL
++enable_so_sisfb_getheapstart_fndecl_40740 sisfb_getheapstart fndecl 0 40740 NULL
++enable_so_write_pool_fndecl_40741 write_pool fndecl 3 40741 NULL
++enable_so_IELength_wlan_bssid_ex_40743 IELength wlan_bssid_ex 0 40743 NULL
++enable_so_ctrl_macb_dma_desc_40750 ctrl macb_dma_desc 0 40750 NULL
++enable_so_sys_gethostname_fndecl_40753 sys_gethostname fndecl 2 40753 NULL
++enable_so_read_reg_isac_hw_40755 read_reg isac_hw 0 40755 NULL
++enable_so_snd_usb_endpoint_set_params_fndecl_40756 snd_usb_endpoint_set_params fndecl 3-7-4 40756 NULL
++enable_so_total_xfer_length_ScsiReqBlk_40768 total_xfer_length ScsiReqBlk 0 40768 NULL
++enable_so_zd_usb_iowrite16v_fndecl_40771 zd_usb_iowrite16v fndecl 3 40771 NULL
++enable_so_btrfs_chunk_num_stripes_fndecl_40772 btrfs_chunk_num_stripes fndecl 0 40772 NULL
++enable_so_snd_hdac_get_connections_fndecl_40773 snd_hdac_get_connections fndecl 0 40773 NULL
++enable_so_pdu_write_fndecl_40774 pdu_write fndecl 3 40774 NULL
++enable_so_s_bpfshift_ufs_sb_private_info_40782 s_bpfshift ufs_sb_private_info 0 40782 NULL
++enable_so_increase_reservation_fndecl_40785 increase_reservation fndecl 1 40785 NULL
++enable_so_sys_fsetxattr_fndecl_40795 sys_fsetxattr fndecl 4 40795 NULL
++enable_so_private_data_len_rdma_conn_param_40796 private_data_len rdma_conn_param 0 40796 NULL
++enable_so_ext4_multi_mount_protect_fndecl_40798 ext4_multi_mount_protect fndecl 2 40798 NULL
++enable_so_multi_write_idx_wmi_40801 multi_write_idx wmi 0 40801 NULL
++enable_so_ceph_osdc_readpages_fndecl_40814 ceph_osdc_readpages fndecl 0 40814 NULL
++enable_so_dma_pad_mask_request_queue_40816 dma_pad_mask request_queue 0 40816 NULL
++enable_so_l2_fhdr_ip_xsum_l2_fhdr_40843 l2_fhdr_ip_xsum l2_fhdr 0 40843 NULL
++enable_so_v9fs_file_fsync_dotl_fndecl_40845 v9fs_file_fsync_dotl fndecl 2 40845 NULL
++enable_so_newblocks_xfs_growfs_data_40847 newblocks xfs_growfs_data 0 40847 NULL
++enable_so_nfs_file_fsync_fndecl_40851 nfs_file_fsync fndecl 2 40851 NULL
++enable_so_extended_capabilities_len_wiphy_40861 extended_capabilities_len wiphy 0 40861 NULL
++enable_so_ext2_splice_branch_fndecl_40864 ext2_splice_branch fndecl 5 40864 NULL
++enable_so_nvram_llseek_fndecl_40869 nvram_llseek fndecl 2 40869 NULL
++enable_so_reply_queue_count_MPT3SAS_ADAPTER_40870 reply_queue_count MPT3SAS_ADAPTER 0 40870 NULL
++enable_so_hash_recvmsg_fndecl_40871 hash_recvmsg fndecl 3 40871 NULL
++enable_so_timeradd_entry_fndecl_40873 timeradd_entry fndecl 3 40873 NULL
++enable_so_pages_per_bnode_hfs_btree_40875 pages_per_bnode hfs_btree 0 40875 NULL nohasharray
++enable_so_scsi_dispatch_cmd_entry_fndecl_40875 scsi_dispatch_cmd_entry fndecl 3 40875 &enable_so_pages_per_bnode_hfs_btree_40875
++enable_so_config_len_mic_device_desc_40877 config_len mic_device_desc 0 40877 NULL
++enable_so_osst_set_options_fndecl_40884 osst_set_options fndecl 2 40884 NULL
++enable_so_tcf_csum_ipv4_tcp_fndecl_40889 tcf_csum_ipv4_tcp fndecl 3 40889 NULL
++enable_so_gtt_sa_num_of_chunks_kfd_dev_40890 gtt_sa_num_of_chunks kfd_dev 0 40890 NULL
++enable_so_uart_write_fndecl_40916 uart_write fndecl 3 40916 NULL
++enable_so_sctp_setsockopt_bindx_fndecl_40925 sctp_setsockopt_bindx fndecl 3 40925 NULL
++enable_so_inode_bitmap_ext3_new_group_data_40928 inode_bitmap ext3_new_group_data 0 40928 NULL nohasharray
++enable_so_ea_put_fndecl_40928 ea_put fndecl 4 40928 &enable_so_inode_bitmap_ext3_new_group_data_40928
++enable_so_opcount_xfs_fsop_attrmulti_handlereq_40929 opcount xfs_fsop_attrmulti_handlereq 0 40929 NULL
++enable_so_max_rate_idx_il_lq_sta_40932 max_rate_idx il_lq_sta 0 40932 NULL
++enable_so_scsiback_do_resp_with_sense_fndecl_40934 scsiback_do_resp_with_sense fndecl 3 40934 NULL
++enable_so_fuse_send_write_fndecl_40936 fuse_send_write fndecl 0-4 40936 NULL
++enable_so_curfreq_keene_device_40940 curfreq keene_device 0 40940 NULL
++enable_so_s_log_groups_per_flex_ext4_sb_info_40945 s_log_groups_per_flex ext4_sb_info 0 40945 NULL
++enable_so_failure_frame_il4965_tx_resp_40950 failure_frame il4965_tx_resp 0 40950 NULL
++enable_so_size_v4l2_ext_control_40952 size v4l2_ext_control 0 40952 NULL
++enable_so_ns_segnum_the_nilfs_40959 ns_segnum the_nilfs 0 40959 NULL
++enable_so_ext4_fill_fiemap_extents_fndecl_40966 ext4_fill_fiemap_extents fndecl 2-3 40966 NULL
++enable_so_bottom_qxl_urect_40968 bottom qxl_urect 0 40968 NULL
++enable_so_regmap_reg_ranges_read_file_fndecl_40973 regmap_reg_ranges_read_file fndecl 3 40973 NULL
++enable_so_a_text_exec_40977 a_text exec 0 40977 NULL
++enable_so_message_for_md_fndecl_40986 message_for_md fndecl 5 40986 NULL nohasharray
++enable_so_blk_mq_init_tags_fndecl_40986 blk_mq_init_tags fndecl 2-1 40986 &enable_so_message_for_md_fndecl_40986
++enable_so_vaddr_get_pfn_fndecl_40993 vaddr_get_pfn fndecl 1 40993 NULL
++enable_so_ecryptfs_send_miscdev_fndecl_40995 ecryptfs_send_miscdev fndecl 2 40995 NULL
++enable_so_gfn_to_page_fndecl_41001 gfn_to_page fndecl 2 41001 NULL nohasharray
++enable_so_start_fb_cmap_41001 start fb_cmap 0 41001 &enable_so_gfn_to_page_fndecl_41001
++enable_so_selfballoon_min_usable_mb_vardecl_xen_selfballoon_c_41004 selfballoon_min_usable_mb vardecl_xen-selfballoon.c 0 41004 NULL
++enable_so_proc_projid_map_write_fndecl_41017 proc_projid_map_write fndecl 3 41017 NULL
++enable_so_rfkill_fop_write_fndecl_41019 rfkill_fop_write fndecl 3 41019 NULL
++enable_so_dma_handle_videobuf_dma_contig_memory_41025 dma_handle videobuf_dma_contig_memory 0 41025 NULL
++enable_so_altera_set_dr_pre_fndecl_41037 altera_set_dr_pre fndecl 2 41037 NULL
++enable_so_fofs_extent_info_41041 fofs extent_info 0 41041 NULL
++enable_so_d0_vring_rx_mac_41042 d0 vring_rx_mac 0 41042 NULL
++enable_so_p_dpll_41054 p dpll 0 41054 NULL
++enable_so_resp_len_bnx2fc_mp_req_41057 resp_len bnx2fc_mp_req 0 41057 NULL
++enable_so_lprocfs_write_u64_helper_fndecl_41059 lprocfs_write_u64_helper fndecl 2 41059 NULL
++enable_so_gfn_to_pfn_fndecl_41077 gfn_to_pfn fndecl 2 41077 NULL
++enable_so_curfreq_ma901radio_device_41079 curfreq ma901radio_device 0 41079 NULL
++enable_so_shtc1_update_values_fndecl_41080 shtc1_update_values fndecl 4 41080 NULL
++enable_so_zl10039_write_fndecl_41082 zl10039_write fndecl 4 41082 NULL
++enable_so_iq_autocal_len_p54_common_41089 iq_autocal_len p54_common 0 41089 NULL
++enable_so_pskb_put_fndecl_41096 pskb_put fndecl 3 41096 NULL nohasharray
++enable_so_sigma_fw_load_data_fndecl_41096 sigma_fw_load_data fndecl 3 41096 &enable_so_pskb_put_fndecl_41096
++enable_so_nr_gpio_sc16is7xx_devtype_41097 nr_gpio sc16is7xx_devtype 0 41097 NULL
++enable_so_input_leds_get_count_fndecl_41102 input_leds_get_count fndecl 0 41102 NULL
++enable_so_res_ver_val_pvr2_hdw_41107 res_ver_val pvr2_hdw 0 41107 NULL
++enable_so_physical_start_stripe_41108 physical_start stripe 0 41108 NULL nohasharray
++enable_so_freq_vardecl_mxb_c_41108 freq vardecl_mxb.c 0 41108 &enable_so_physical_start_stripe_41108
++enable_so_xfs_imap_lookup_fndecl_41113 xfs_imap_lookup fndecl 4-3 41113 NULL
++enable_so_wlc_phy_nbits_fndecl_41121 wlc_phy_nbits fndecl 0 41121 NULL
++enable_so_datalen_brcmf_event_msg_41123 datalen brcmf_event_msg 0 41123 NULL
++enable_so_stripesize_btrfs_root_41124 stripesize btrfs_root 0 41124 NULL
++enable_so_ip_options_get_from_user_fndecl_41133 ip_options_get_from_user fndecl 4 41133 NULL
++enable_so_data_out_pipe_uas_dev_info_41134 data_out_pipe uas_dev_info 0 41134 NULL
++enable_so_nilfs_sufile_get_blkoff_fndecl_41139 nilfs_sufile_get_blkoff fndecl 2 41139 NULL
++enable_so_ieee80211_cs_headroom_fndecl_41144 ieee80211_cs_headroom fndecl 0 41144 NULL
++enable_so_rx_drvinfo_size_rtl_stats_41161 rx_drvinfo_size rtl_stats 0 41161 NULL
++enable_so_l2tp_ip6_sendmsg_fndecl_41166 l2tp_ip6_sendmsg fndecl 3 41166 NULL
++enable_so_size_brnf_frag_data_41177 size brnf_frag_data 0 41177 NULL
++enable_so_start_flakey_c_41178 start flakey_c 0 41178 NULL nohasharray
++enable_so_traceprobe_probes_write_fndecl_41178 traceprobe_probes_write fndecl 3 41178 &enable_so_start_flakey_c_41178
++enable_so_gfn_guest_walker64_41182 gfn guest_walker64 0 41182 NULL
++enable_so_binder_set_nice_fndecl_41184 binder_set_nice fndecl 1 41184 NULL
++enable_so_wlen_si2157_cmd_41187 wlen si2157_cmd 0 41187 NULL
++enable_so_ndlc_probe_fndecl_41195 ndlc_probe fndecl 4 41195 NULL
++enable_so_c4iw_ocqp_pool_alloc_fndecl_41196 c4iw_ocqp_pool_alloc fndecl 0 41196 NULL
++enable_so_nr_pages_page_collect_41197 nr_pages page_collect 0 41197 NULL
++enable_so_ipv4_tun_to_nlattr_fndecl_41204 ipv4_tun_to_nlattr fndecl 4 41204 NULL
++enable_so_nr_acpi_bits_vardecl_xen_acpi_processor_c_41210 nr_acpi_bits vardecl_xen-acpi-processor.c 0 41210 NULL
++enable_so_qib_n_krcv_queues_vardecl_41222 qib_n_krcv_queues vardecl 0 41222 NULL
++enable_so_p9_client_read_fndecl_41223 p9_client_read fndecl 0 41223 NULL
++enable_so_prctl_set_mm_fndecl_41225 prctl_set_mm fndecl 2-3 41225 NULL
++enable_so_enic_change_mtu_fndecl_41227 enic_change_mtu fndecl 2 41227 NULL nohasharray
++enable_so_iscsi_first_burst_len_dev_db_entry_41227 iscsi_first_burst_len dev_db_entry 0 41227 &enable_so_enic_change_mtu_fndecl_41227
++enable_so_out_count_mdc800_data_41228 out_count mdc800_data 0 41228 NULL
++enable_so_opera1_usb_i2c_msgxfer_fndecl_41242 opera1_usb_i2c_msgxfer fndecl 4 41242 NULL
++enable_so_ses_send_diag_fndecl_41244 ses_send_diag fndecl 4 41244 NULL
++enable_so_iwl_dbgfs_ucode_tracing_write_fndecl_41247 iwl_dbgfs_ucode_tracing_write fndecl 3 41247 NULL
++enable_so_croph_val_pvr2_hdw_41253 croph_val pvr2_hdw 0 41253 NULL
++enable_so_kstrtoul_from_user_fndecl_41258 kstrtoul_from_user fndecl 2 41258 NULL
++enable_so_qlen_sk_buff_head_41259 qlen sk_buff_head 0 41259 NULL nohasharray
++enable_so_diva_os_alloc_message_buffer_fndecl_41259 diva_os_alloc_message_buffer fndecl 1 41259 &enable_so_qlen_sk_buff_head_41259
++enable_so_do_erase_fndecl_41261 do_erase fndecl 2-4 41261 NULL
++enable_so_lm8323_read_fndecl_41264 lm8323_read fndecl 4 41264 NULL
++enable_so_blkdev_issue_zeroout_fndecl_41272 blkdev_issue_zeroout fndecl 3-2 41272 NULL
++enable_so_rbd_obj_read_sync_fndecl_41273 rbd_obj_read_sync fndecl 4-3 41273 NULL
++enable_so___btrfs_prealloc_file_range_fndecl_41278 __btrfs_prealloc_file_range fndecl 4-3-5 41278 NULL
++enable_so_size_data_s_41281 size data_s 0 41281 NULL
++enable_so_num_reg_defaults_raw_regmap_41282 num_reg_defaults_raw regmap 0 41282 NULL
++enable_so_centre_horizontally_fndecl_41284 centre_horizontally fndecl 2 41284 NULL nohasharray
++enable_so_vxfs_getblk_fndecl_41284 vxfs_getblk fndecl 2 41284 &enable_so_centre_horizontally_fndecl_41284
++enable_so_tcp_write_xmit_fndecl_41289 tcp_write_xmit fndecl 2 41289 NULL
++enable_so_uni2char_nls_table_41293 uni2char nls_table 0 41293 NULL
++enable_so_kfd_set_pasid_limit_fndecl_41300 kfd_set_pasid_limit fndecl 1 41300 NULL
++enable_so_bop_check_delete_nilfs_bmap_operations_41302 bop_check_delete nilfs_bmap_operations 0 41302 NULL
++enable_so_register_vlan_device_fndecl_41310 register_vlan_device fndecl 2 41310 NULL
++enable_so_d40_size_2_dmalen_fndecl_41311 d40_size_2_dmalen fndecl 0-3-2-1 41311 NULL nohasharray
++enable_so_img_SRAM_size_fw_hdr_41311 img_SRAM_size fw_hdr 0 41311 &enable_so_d40_size_2_dmalen_fndecl_41311
++enable_so_cma_declare_contiguous_fndecl_41316 cma_declare_contiguous fndecl 4-2-5-1 41316 NULL
++enable_so_pc_len_s_pcon_41324 pc_len s_pcon 0 41324 NULL
++enable_so_last_alloc_physical_block_ext2_block_alloc_info_41336 last_alloc_physical_block ext2_block_alloc_info 0 41336 NULL
++enable_so_fanotify_write_fndecl_41340 fanotify_write fndecl 3 41340 NULL
++enable_so_regmap_read_debugfs_fndecl_41345 regmap_read_debugfs fndecl 5 41345 NULL
++enable_so_key_len_wmi_vdev_install_key_arg_41347 key_len wmi_vdev_install_key_arg 0 41347 NULL
++enable_so_transport_lba_64_fndecl_41348 transport_lba_64 fndecl 0 41348 NULL
++enable_so_size_snd_info_entry_41350 size snd_info_entry 0 41350 NULL nohasharray
++enable_so_pool_create_fndecl_41350 pool_create fndecl 3 41350 &enable_so_size_snd_info_entry_41350 nohasharray
++enable_so_ocfs2_read_xattr_block_fndecl_41350 ocfs2_read_xattr_block fndecl 2 41350 &enable_so_pool_create_fndecl_41350
++enable_so_efx_tsoh_get_buffer_fndecl_41355 efx_tsoh_get_buffer fndecl 3 41355 NULL
++enable_so__iwl_dbgfs_d0i3_refs_write_fndecl_41361 _iwl_dbgfs_d0i3_refs_write fndecl 3 41361 NULL
++enable_so_wrsent_cyberjack_private_41371 wrsent cyberjack_private 0 41371 NULL
++enable_so_max_frame_size_mgsl_struct_41374 max_frame_size mgsl_struct 0 41374 NULL
++enable_so_mremap_to_fndecl_41376 mremap_to fndecl 4-3-1-2 41376 NULL nohasharray
++enable_so_sectors_per_block_era_41376 sectors_per_block era 0 41376 &enable_so_mremap_to_fndecl_41376 nohasharray
++enable_so_TupleDataMax_tuple_t_41376 TupleDataMax tuple_t 0 41376 &enable_so_sectors_per_block_era_41376
++enable_so_wsize_nfs_server_41387 wsize nfs_server 0 41387 NULL nohasharray
++enable_so_atomic_write_len_kernfs_ops_41387 atomic_write_len kernfs_ops 0 41387 &enable_so_wsize_nfs_server_41387
++enable_so_l_tree_depth_ocfs2_extent_list_41398 l_tree_depth ocfs2_extent_list 0 41398 NULL
++enable_so_fat32_root_cluster_fat_bios_param_block_41399 fat32_root_cluster fat_bios_param_block 0 41399 NULL
++enable_so_nr_free_zone_pages_fndecl_41403 nr_free_zone_pages fndecl 0 41403 NULL
++enable_so_i2400m_msg_to_dev_fndecl_41409 i2400m_msg_to_dev fndecl 3 41409 NULL
++enable_so_num_channels_fndecl_41411 num_channels fndecl 0-1 41411 NULL
++enable_so_virtio_cread8_fndecl_41431 virtio_cread8 fndecl 0 41431 NULL
++enable_so_snd_pcm_oss_capture_position_fixup_fndecl_41434 snd_pcm_oss_capture_position_fixup fndecl 0 41434 NULL
++enable_so_vram_remap_vardecl_vesafb_c_41441 vram_remap vardecl_vesafb.c 0 41441 NULL
++enable_so_rt2x00debug_write_csr_fndecl_41442 rt2x00debug_write_csr fndecl 3 41442 NULL
++enable_so_rf_blkno_ocfs2_refcount_tree_41452 rf_blkno ocfs2_refcount_tree 0 41452 NULL
++enable_so_max_pd_ib_device_attr_41456 max_pd ib_device_attr 0 41456 NULL
++enable_so_mem_lseek_fndecl_41457 mem_lseek fndecl 2 41457 NULL nohasharray
++enable_so_s_inodes_per_block_ext4_sb_info_41457 s_inodes_per_block ext4_sb_info 0 41457 &enable_so_mem_lseek_fndecl_41457
++enable_so_bio_map_kern_fndecl_41468 bio_map_kern fndecl 3 41468 NULL
++enable_so_pageshift_alauda_media_info_41469 pageshift alauda_media_info 0 41469 NULL
++enable_so_redirected_tty_write_fndecl_41474 redirected_tty_write fndecl 3 41474 NULL
++enable_so_video_offset_sis_video_info_41491 video_offset sis_video_info 0 41491 NULL
++enable_so_lpddr_info_query_fndecl_41492 lpddr_info_query fndecl 0 41492 NULL
++enable_so_compat_core_sys_select_fndecl_41494 compat_core_sys_select fndecl 1 41494 NULL
++enable_so_dir_entries_fat_floppy_defaults_41499 dir_entries fat_floppy_defaults 0 41499 NULL
++enable_so_b_fifo_size_hfcSX_hw_41512 b_fifo_size hfcSX_hw 0 41512 NULL
++enable_so_dccp_setsockopt_service_fndecl_41515 dccp_setsockopt_service fndecl 4 41515 NULL
++enable_so_vpi_atm_vcc_41519 vpi atm_vcc 0 41519 NULL
++enable_so_pcpu_unit_pages_vardecl_percpu_c_41525 pcpu_unit_pages vardecl_percpu.c 0 41525 NULL nohasharray
++enable_so_lv_niovecs_xfs_log_vec_41525 lv_niovecs xfs_log_vec 0 41525 &enable_so_pcpu_unit_pages_vardecl_percpu_c_41525 nohasharray
++enable_so_unpack_array_fndecl_41525 unpack_array fndecl 0 41525 &enable_so_lv_niovecs_xfs_log_vec_41525
++enable_so_alloc_cpu_rmap_fndecl_41536 alloc_cpu_rmap fndecl 1 41536 NULL
++enable_so_sv_xdrsize_svc_serv_41544 sv_xdrsize svc_serv 0 41544 NULL
++enable_so_velocity_change_mtu_fndecl_41548 velocity_change_mtu fndecl 2 41548 NULL
++enable_so_nr_online_nodes_vardecl_41549 nr_online_nodes vardecl 0 41549 NULL
++enable_so_ntargets_aoedev_41550 ntargets aoedev 0 41550 NULL
++enable_so_set_extent_defrag_fndecl_41558 set_extent_defrag fndecl 3-2 41558 NULL
++enable_so_max_nr_ports_virtio_console_config_41559 max_nr_ports virtio_console_config 0 41559 NULL
++enable_so_fpa_set_fndecl_41560 fpa_set fndecl 3-4 41560 NULL
++enable_so_sb_blocklog_xfs_sb_41568 sb_blocklog xfs_sb 0 41568 NULL
++enable_so___alloc_bootmem_nopanic_fndecl_41574 __alloc_bootmem_nopanic fndecl 2-1 41574 NULL
++enable_so___read_vmcore_fndecl_41577 __read_vmcore fndecl 2 41577 NULL
++enable_so_FirstBurstLength_iscsi_sess_ops_41581 FirstBurstLength iscsi_sess_ops 0 41581 NULL
++enable_so_rx_buffersize_b43legacy_dmaring_41583 rx_buffersize b43legacy_dmaring 0 41583 NULL
++enable_so_fuse_write_end_fndecl_41587 fuse_write_end fndecl 5-3 41587 NULL
++enable_so_xpc_kzalloc_cacheline_aligned_fndecl_41610 xpc_kzalloc_cacheline_aligned fndecl 1 41610 NULL
++enable_so_vmalloc_to_pfn_fndecl_41614 vmalloc_to_pfn fndecl 0 41614 NULL
++enable_so_ocfs2_write_begin_nolock_fndecl_41617 ocfs2_write_begin_nolock fndecl 3-4 41617 NULL
++enable_so_jffs2_gc_fetch_inode_fndecl_41629 jffs2_gc_fetch_inode fndecl 2 41629 NULL nohasharray
++enable_so___sw_hweight8_fndecl_41629 __sw_hweight8 fndecl 0 41629 &enable_so_jffs2_gc_fetch_inode_fndecl_41629
++enable_so_drm_calloc_large_fndecl_41630 drm_calloc_large fndecl 1-2 41630 NULL
++enable_so_read_buf_fndecl_41631 read_buf fndecl 3 41631 NULL
++enable_so_ts_longretry_ath_tx_status_41633 ts_longretry ath_tx_status 0 41633 NULL
++enable_so_dm_bm_prefetch_fndecl_41636 dm_bm_prefetch fndecl 2 41636 NULL
++enable_so_tx_ring_size_jme_adapter_41640 tx_ring_size jme_adapter 0 41640 NULL
++enable_so_fnode_hpfs_dirent_41643 fnode hpfs_dirent 0 41643 NULL nohasharray
++enable_so_il_dbgfs_wd_timeout_write_fndecl_41643 il_dbgfs_wd_timeout_write fndecl 3 41643 &enable_so_fnode_hpfs_dirent_41643
++enable_so_clear_user_fndecl_41645 clear_user fndecl 2 41645 NULL
++enable_so_rx_buffer_len_e1000_adapter_41647 rx_buffer_len e1000_adapter 0 41647 NULL
++enable_so_plcp_il_rate_info_41660 plcp il_rate_info 0 41660 NULL
++enable_so_intel_dotclock_calculate_fndecl_41668 intel_dotclock_calculate fndecl 0 41668 NULL
++enable_so_lookup_inline_extent_backref_fndecl_41670 lookup_inline_extent_backref fndecl 6-9-5 41670 NULL
++enable_so_selnl_msglen_fndecl_41672 selnl_msglen fndecl 0 41672 NULL
++enable_so_qib_create_ctxtdata_fndecl_41674 qib_create_ctxtdata fndecl 2 41674 NULL
++enable_so_encrypted_filename_size_ecryptfs_filename_41686 encrypted_filename_size ecryptfs_filename 0 41686 NULL
++enable_so_mem_zatm_dev_41696 mem zatm_dev 0 41696 NULL
++enable_so_nvme_trans_standard_inquiry_page_fndecl_41701 nvme_trans_standard_inquiry_page fndecl 4 41701 NULL
++enable_so_length_usbtest_param_41702 length usbtest_param 0 41702 NULL
++enable_so_zoran_v4l2_calc_bufsize_fndecl_41703 zoran_v4l2_calc_bufsize fndecl 0 41703 NULL
++enable_so_bit_putcs_fndecl_41704 bit_putcs fndecl 4 41704 NULL
++enable_so_bfs_move_blocks_fndecl_41706 bfs_move_blocks fndecl 2-4 41706 NULL
++enable_so_tree_mod_log_eb_copy_fndecl_41708 tree_mod_log_eb_copy fndecl 6 41708 NULL
++enable_so_ax25_recvmsg_fndecl_41714 ax25_recvmsg fndecl 3 41714 NULL
++enable_so_l_curr_block_xlog_41718 l_curr_block xlog 0 41718 NULL
++enable_so_strstart_deflate_state_41719 strstart deflate_state 0 41719 NULL
++enable_so_hlen_ip_tunnel_41720 hlen ip_tunnel 0 41720 NULL
++enable_so_width_tw68_dev_41726 width tw68_dev 0 41726 NULL
++enable_so_xp_max_npartitions_vardecl_41728 xp_max_npartitions vardecl 0 41728 NULL
++enable_so_aead_geniv_setkey_fndecl_41737 aead_geniv_setkey fndecl 3 41737 NULL
++enable_so_sb_sectlog_xfs_sb_41740 sb_sectlog xfs_sb 0 41740 NULL
++enable_so_v4l2_ctrl_handler_init_class_fndecl_41742 v4l2_ctrl_handler_init_class fndecl 2 41742 NULL
++enable_so_val_xfs_sysctl_val_41747 val xfs_sysctl_val 0 41747 NULL
++enable_so_iic_tpm_read_fndecl_41748 iic_tpm_read fndecl 3 41748 NULL
++enable_so_intel_fb_align_height_fndecl_41750 intel_fb_align_height fndecl 2 41750 NULL
++enable_so_bm_key_affs_bm_info_41751 bm_key affs_bm_info 0 41751 NULL
++enable_so_encode_filename3_fndecl_41752 encode_filename3 fndecl 3 41752 NULL
++enable_so_insert_dent_fndecl_41753 insert_dent fndecl 7 41753 NULL
++enable_so_bnx2fc_process_l2_frame_compl_fndecl_41763 bnx2fc_process_l2_frame_compl fndecl 3 41763 NULL
++enable_so_len_cbuf_41764 len cbuf 0 41764 NULL
++enable_so___alloc_bootmem_node_high_fndecl_41767 __alloc_bootmem_node_high fndecl 3-2 41767 NULL
++enable_so_batadv_socket_write_fndecl_41768 batadv_socket_write fndecl 3 41768 NULL
++enable_so_ocfs2_truncate_cluster_pages_fndecl_41773 ocfs2_truncate_cluster_pages fndecl 2-3 41773 NULL
++enable_so_ath9k_multi_regread_fndecl_41779 ath9k_multi_regread fndecl 4 41779 NULL
++enable_so_dma_rx_size_stmmac_priv_41781 dma_rx_size stmmac_priv 0 41781 NULL nohasharray
++enable_so_pg_vec_len_packet_ring_buffer_41781 pg_vec_len packet_ring_buffer 0 41781 &enable_so_dma_rx_size_stmmac_priv_41781
++enable_so_numtx_velocity_opt_41785 numtx velocity_opt 0 41785 NULL
++enable_so_fw_write_fndecl_41790 fw_write fndecl 3 41790 NULL
++enable_so_max_msg_length_mei_client_properties_41791 max_msg_length mei_client_properties 0 41791 NULL
++enable_so_usbtest_alloc_urb_fndecl_41800 usbtest_alloc_urb fndecl 3-5-2 41800 NULL
++enable_so_rx_pkt_length_rxpd_41805 rx_pkt_length rxpd 0 41805 NULL
++enable_so_alloc_ksz_desc_info_41806 alloc ksz_desc_info 0 41806 NULL nohasharray
++enable_so_outlen_mlx5_cmd_debug_41806 outlen mlx5_cmd_debug 0 41806 &enable_so_alloc_ksz_desc_info_41806
++enable_so_ath9k_dump_mci_btcoex_fndecl_41809 ath9k_dump_mci_btcoex fndecl 3 41809 NULL nohasharray
++enable_so_send_create_inode_fndecl_41809 send_create_inode fndecl 2 41809 &enable_so_ath9k_dump_mci_btcoex_fndecl_41809
++enable_so_udf_get_pblock_fndecl_41813 udf_get_pblock fndecl 0-4-2 41813 NULL
++enable_so_sisusb_num_columns_sisusb_usb_data_41814 sisusb_num_columns sisusb_usb_data 0 41814 NULL
++enable_so_n_ssids_wmi_start_scan_arg_41826 n_ssids wmi_start_scan_arg 0 41826 NULL
++enable_so_s_bitmap_ino_omfs_sb_info_41835 s_bitmap_ino omfs_sb_info 0 41835 NULL
++enable_so_gfs2_adjust_reservation_fndecl_41836 gfs2_adjust_reservation fndecl 3 41836 NULL
++enable_so_root_btrfs_super_block_41846 root btrfs_super_block 0 41846 NULL
++enable_so_al_tr_number_drbd_device_41847 al_tr_number drbd_device 0 41847 NULL
++enable_so_ar5523_cmd_write_fndecl_41852 ar5523_cmd_write fndecl 4 41852 NULL
++enable_so_compatsize_xt_target_41854 compatsize xt_target 0 41854 NULL
++enable_so_dm_add_exception_fndecl_41858 dm_add_exception fndecl 3-2 41858 NULL
++enable_so_ext_tree_mark_written_fndecl_41860 ext_tree_mark_written fndecl 2-3 41860 NULL nohasharray
++enable_so_nla_reserve_nohdr_fndecl_41860 nla_reserve_nohdr fndecl 2 41860 &enable_so_ext_tree_mark_written_fndecl_41860
++enable_so_md_size_sect_drbd_md_41886 md_size_sect drbd_md 0 41886 NULL
++enable_so_rcvidx_fritz_bcs_41889 rcvidx fritz_bcs 0 41889 NULL
++enable_so_RequestFrameSize__MSG_IOC_FACTS_REPLY_41895 RequestFrameSize _MSG_IOC_FACTS_REPLY 0 41895 NULL
++enable_so_from_seq_file_41897 from seq_file 0 41897 NULL
++enable_so_wm8900_set_fll_fndecl_41903 wm8900_set_fll fndecl 3-4 41903 NULL
++enable_so_length_zoran_sync_41909 length zoran_sync 0 41909 NULL
++enable_so_raw_decoder_line_size_vbi_info_41920 raw_decoder_line_size vbi_info 0 41920 NULL
++enable_so_print_endpoint_stat_fndecl_41923 print_endpoint_stat fndecl 4-0-3 41923 NULL
++enable_so_num_descriptors_wmi_p2p_noa_info_41924 num_descriptors wmi_p2p_noa_info 0 41924 NULL
++enable_so_rssiThreshold_ConfigRid_41926 rssiThreshold ConfigRid 0 41926 NULL
++enable_so_ss_nblocks_nilfs_segment_summary_41935 ss_nblocks nilfs_segment_summary 0 41935 NULL
++enable_so_n_sel_arg_struct_41940 n sel_arg_struct 0 41940 NULL
++enable_so_ide_init_sg_cmd_fndecl_41962 ide_init_sg_cmd fndecl 2 41962 NULL
++enable_so_iamthif_mtu_mei_device_41963 iamthif_mtu mei_device 0 41963 NULL
++enable_so_relay_open_fndecl_41964 relay_open fndecl 3-4 41964 NULL nohasharray
++enable_so_kmalloc_parameter_fndecl_41964 kmalloc_parameter fndecl 1 41964 &enable_so_relay_open_fndecl_41964
++enable_so_n_rbuf_srpt_send_ioctx_41965 n_rbuf srpt_send_ioctx 0 41965 NULL
++enable_so_hsync_ast_vbios_enhtable_41977 hsync ast_vbios_enhtable 0 41977 NULL nohasharray
++enable_so_max_req_queues_qla_hw_data_41977 max_req_queues qla_hw_data 0 41977 &enable_so_hsync_ast_vbios_enhtable_41977
++enable_so_beg___reiserfs_blocknr_hint_41984 beg __reiserfs_blocknr_hint 0 41984 NULL
++enable_so_va_end_vmap_area_41988 va_end vmap_area 0 41988 NULL
++enable_so_snd_pcm_oss_read1_fndecl_41992 snd_pcm_oss_read1 fndecl 3 41992 NULL
++enable_so_snd_opl4_mem_proc_read_fndecl_41997 snd_opl4_mem_proc_read fndecl 5 41997 NULL
++enable_so_page_offset_ixgbevf_rx_buffer_42004 page_offset ixgbevf_rx_buffer 0 42004 NULL
++enable_so___ieee80211_start_rx_ba_session_fndecl_42023 __ieee80211_start_rx_ba_session fndecl 7 42023 NULL
++enable_so_copy_nodes_to_user_fndecl_42028 copy_nodes_to_user fndecl 2 42028 NULL
++enable_so_mwifiex_11n_create_rx_reorder_tbl_fndecl_42029 mwifiex_11n_create_rx_reorder_tbl fndecl 4 42029 NULL
++enable_so_spidev_compat_ioctl_fndecl_42033 spidev_compat_ioctl fndecl 2 42033 NULL
++enable_so_ctrl_frame_len_brcmf_sdio_42037 ctrl_frame_len brcmf_sdio 0 42037 NULL
++enable_so_reiserfs_new_inode_fndecl_42039 reiserfs_new_inode fndecl 5 42039 NULL
++enable_so_rx_hr_cfv_info_42044 rx_hr cfv_info 0 42044 NULL
++enable_so_num_tid_range_42045 num tid_range 0 42045 NULL nohasharray
++enable_so_num_tx_qp_i40e_hw_capabilities_42045 num_tx_qp i40e_hw_capabilities 0 42045 &enable_so_num_tid_range_42045
++enable_so_address_x86_exception_42048 address x86_exception 0 42048 NULL
++enable_so_regmap_multi_reg_write_fndecl_42049 regmap_multi_reg_write fndecl 3 42049 NULL
++enable_so_sel_write_load_fndecl_42053 sel_write_load fndecl 3 42053 NULL
++enable_so_kvm_init_fndecl_42057 kvm_init fndecl 2-3 42057 NULL
++enable_so_blk_limits_io_min_fndecl_42065 blk_limits_io_min fndecl 2 42065 NULL nohasharray
++enable_so_b_flags_ivtv_buffer_42065 b_flags ivtv_buffer 0 42065 &enable_so_blk_limits_io_min_fndecl_42065
++enable_so_frag_size_ipv6_pinfo_42073 frag_size ipv6_pinfo 0 42073 NULL
++enable_so_ieee80211_scan_results_fndecl_42078 ieee80211_scan_results fndecl 0 42078 NULL
++enable_so_mlx4_ib_rereg_user_mr_fndecl_42079 mlx4_ib_rereg_user_mr fndecl 3 42079 NULL
++enable_so_read_page_owner_fndecl_42094 read_page_owner fndecl 3 42094 NULL
++enable_so_outsize_cros_ec_command_42095 outsize cros_ec_command 0 42095 NULL
++enable_so_do_syslog_fndecl_42100 do_syslog fndecl 3 42100 NULL
++enable_so_proc_pid_attr_write_fndecl_42102 proc_pid_attr_write fndecl 3 42102 NULL
++enable_so_image_offset_sd_42111 image_offset sd 0 42111 NULL
++enable_so_efs_bmap_fndecl_42112 efs_bmap fndecl 0-2 42112 NULL
++enable_so_jbd2_journal_init_dev_fndecl_42115 jbd2_journal_init_dev fndecl 5-3 42115 NULL
++enable_so_ceph_tcp_sendmsg_fndecl_42116 ceph_tcp_sendmsg fndecl 0 42116 NULL
++enable_so_xhci_alloc_stream_info_fndecl_42125 xhci_alloc_stream_info fndecl 3 42125 NULL
++enable_so_lastblock_udf_options_42142 lastblock udf_options 0 42142 NULL
++enable_so_snd_compr_write_fndecl_42144 snd_compr_write fndecl 3 42144 NULL
++enable_so_uvc_alloc_urb_buffers_fndecl_42145 uvc_alloc_urb_buffers fndecl 3-2 42145 NULL
++enable_so_num_cliprects_drm_i915_gem_execbuffer2_42146 num_cliprects drm_i915_gem_execbuffer2 0 42146 NULL
++enable_so_channels_audioformat_42156 channels audioformat 0 42156 NULL nohasharray
++enable_so_cnic_support_bnx2x_42156 cnic_support bnx2x 0 42156 &enable_so_channels_audioformat_42156
++enable_so_status_de4x5_desc_42161 status de4x5_desc 0 42161 NULL
++enable_so_height_em28xx_v4l2_42166 height em28xx_v4l2 0 42166 NULL
++enable_so_s_root_block_reiserfs_super_block_v1_42167 s_root_block reiserfs_super_block_v1 0 42167 NULL
++enable_so_copy_from_iter_nocache_fndecl_42168 copy_from_iter_nocache fndecl 2 42168 NULL
++enable_so_next_bucket_prio_set_42171 next_bucket prio_set 0 42171 NULL
++enable_so_start_file_extent_cluster_42173 start file_extent_cluster 0 42173 NULL
++enable_so_fb_cvt_vtotal_fndecl_42174 fb_cvt_vtotal fndecl 0 42174 NULL
++enable_so_block_size_msb_data_42179 block_size msb_data 0 42179 NULL
++enable_so_stv0367_writeregs_fndecl_42183 stv0367_writeregs fndecl 4 42183 NULL
++enable_so_s2255_fillbuff_fndecl_42189 s2255_fillbuff fndecl 3 42189 NULL
++enable_so___team_options_register_fndecl_42198 __team_options_register fndecl 3 42198 NULL
++enable_so_mc_handle_present_pte_fndecl_42199 mc_handle_present_pte fndecl 2 42199 NULL
++enable_so_udl_alloc_urb_list_fndecl_42203 udl_alloc_urb_list fndecl 3 42203 NULL
++enable_so_rec_len_ext3_dir_entry_2_42207 rec_len ext3_dir_entry_2 0 42207 NULL
++enable_so_ext4_block_bitmap_set_fndecl_42228 ext4_block_bitmap_set fndecl 3 42228 NULL
++enable_so_dwMaxVideoFrameBufferSize_uvc_frame_42230 dwMaxVideoFrameBufferSize uvc_frame 0 42230 NULL
++enable_so_num_q_vectors_igb_adapter_42232 num_q_vectors igb_adapter 0 42232 NULL
++enable_so_max_data_size_irda_sock_42236 max_data_size irda_sock 0 42236 NULL nohasharray
++enable_so_chunksize_mdp_superblock_1_42236 chunksize mdp_superblock_1 0 42236 &enable_so_max_data_size_irda_sock_42236
++enable_so_scrollback_phys_max_vardecl_fbcon_c_42241 scrollback_phys_max vardecl_fbcon.c 0 42241 NULL
++enable_so_buf_write_ptr_comedi_async_42247 buf_write_ptr comedi_async 0 42247 NULL
++enable_so_nchunks_radeon_cs_parser_42251 nchunks radeon_cs_parser 0 42251 NULL
++enable_so_read_kcore_fndecl_42259 read_kcore fndecl 3 42259 NULL
++enable_so_filename_compute_type_fndecl_42263 filename_compute_type fndecl 4 42263 NULL
++enable_so_snd_pcm_plug_write_transfer_fndecl_42268 snd_pcm_plug_write_transfer fndecl 3-0 42268 NULL
++enable_so_write_file_spectral_period_fndecl_42275 write_file_spectral_period fndecl 3 42275 NULL
++enable_so_if_sdio_read_scratch_fndecl_42279 if_sdio_read_scratch fndecl 0 42279 NULL
++enable_so_append_to_buffer_fndecl_42285 append_to_buffer fndecl 3 42285 NULL
++enable_so_reiserfs_xattr_set_handle_fndecl_42289 reiserfs_xattr_set_handle fndecl 5 42289 NULL
++enable_so_efx_mcdi_rpc_async_fndecl_42298 efx_mcdi_rpc_async fndecl 4-5 42298 NULL
++enable_so_ubi_more_leb_change_data_fndecl_42301 ubi_more_leb_change_data fndecl 4 42301 NULL
++enable_so_iwch_reg_user_mr_fndecl_42308 iwch_reg_user_mr fndecl 2 42308 NULL nohasharray
++enable_so_dcache_dir_lseek_fndecl_42308 dcache_dir_lseek fndecl 2 42308 &enable_so_iwch_reg_user_mr_fndecl_42308
++enable_so_deh_offset_reiserfs_de_head_42314 deh_offset reiserfs_de_head 0 42314 NULL nohasharray
++enable_so_rproc_alloc_fndecl_42314 rproc_alloc fndecl 5 42314 &enable_so_deh_offset_reiserfs_de_head_42314
++enable_so_sm_addr_sm501_mem_42315 sm_addr sm501_mem 0 42315 NULL
++enable_so_kvm_write_guest_page_fndecl_42320 kvm_write_guest_page fndecl 2-5 42320 NULL nohasharray
++enable_so_pg_test_nfs_pageio_ops_42320 pg_test nfs_pageio_ops 0 42320 &enable_so_kvm_write_guest_page_fndecl_42320
++enable_so_gsi_base_mp_ioapic_gsi_42330 gsi_base mp_ioapic_gsi 0 42330 NULL
++enable_so_fw_xcb_count_qla_hw_data_42354 fw_xcb_count qla_hw_data 0 42354 NULL
++enable_so_symbol_build_supp_rates_fndecl_42369 symbol_build_supp_rates fndecl 0 42369 NULL
++enable_so_acc_len_rcv_sli3_42370 acc_len rcv_sli3 0 42370 NULL
++enable_so_devpts_pty_new_fndecl_42373 devpts_pty_new fndecl 3 42373 NULL
++enable_so_hid_report_len_fndecl_42374 hid_report_len fndecl 0 42374 NULL
++enable_so_salt_size_dm_verity_42377 salt_size dm_verity 0 42377 NULL
++enable_so_mlx5_wq_ll_get_size_fndecl_42379 mlx5_wq_ll_get_size fndecl 0 42379 NULL
++enable_so_placement_offset_bnx2x_agg_info_42380 placement_offset bnx2x_agg_info 0 42380 NULL
++enable_so_prof_len_vardecl_profile_c_42405 prof_len vardecl_profile.c 0 42405 NULL
++enable_so_maximum_v4l2_ctrl_42407 maximum v4l2_ctrl 0 42407 NULL
++enable_so_dma_rxsize_vardecl_stmmac_main_c_42409 dma_rxsize vardecl_stmmac_main.c 0 42409 NULL
++enable_so_length_mei_msg_hdr_42413 length mei_msg_hdr 0 42413 NULL
++enable_so_ext2_xattr_security_set_fndecl_42417 ext2_xattr_security_set fndecl 4 42417 NULL
++enable_so_proc_loginuid_write_fndecl_42419 proc_loginuid_write fndecl 3 42419 NULL
++enable_so_defrag_lookup_extent_fndecl_42423 defrag_lookup_extent fndecl 2 42423 NULL
++enable_so_hidraw_ioctl_fndecl_42425 hidraw_ioctl fndecl 2 42425 NULL
++enable_so_dir_block_index_fndecl_42430 dir_block_index fndecl 0-3-2 42430 NULL
++enable_so_bin_search_fndecl_42434 bin_search fndecl 0 42434 NULL
++enable_so_write_file_spectral_fft_period_fndecl_42435 write_file_spectral_fft_period fndecl 3 42435 NULL
++enable_so_s_sys_blocksize_omfs_sb_info_42439 s_sys_blocksize omfs_sb_info 0 42439 NULL
++enable_so_rx_ring_size_jme_adapter_42440 rx_ring_size jme_adapter 0 42440 NULL
++enable_so_pebs_enabled_cpu_hw_events_42442 pebs_enabled cpu_hw_events 0 42442 NULL
++enable_so_read_segment_descriptor_fndecl_42449 read_segment_descriptor fndecl 2 42449 NULL
++enable_so_max_srqs_mthca_dev_lim_42450 max_srqs mthca_dev_lim 0 42450 NULL
++enable_so_rx_size_uart_8250_dma_42452 rx_size uart_8250_dma 0 42452 NULL
++enable_so_inquiry_cache_dump_fndecl_42455 inquiry_cache_dump fndecl 0 42455 NULL
++enable_so_s_cssize_ufs_sb_private_info_42456 s_cssize ufs_sb_private_info 0 42456 NULL
++enable_so_num_srqs_mlx4_caps_42462 num_srqs mlx4_caps 0 42462 NULL
++enable_so_ext4_get_journal_fndecl_42475 ext4_get_journal fndecl 2 42475 NULL nohasharray
++enable_so_amdgpu_vm_block_size_vardecl_42475 amdgpu_vm_block_size vardecl 0 42475 &enable_so_ext4_get_journal_fndecl_42475
++enable_so_wm9081_set_fll_fndecl_42479 wm9081_set_fll fndecl 3-4 42479 NULL
++enable_so_max_allowed_qxl_monitors_config_42481 max_allowed qxl_monitors_config 0 42481 NULL
++enable_so_snd_vxpocket_new_fndecl_42483 snd_vxpocket_new fndecl 2 42483 NULL
++enable_so_block_shift_befs_sb_info_42485 block_shift befs_sb_info 0 42485 NULL
++enable_so_tot_len_pkt_gl_42487 tot_len pkt_gl 0 42487 NULL
++enable_so_btrfs_insert_delayed_dir_index_fndecl_42491 btrfs_insert_delayed_dir_index fndecl 8-4 42491 NULL
++enable_so_keylength_gss_krb5_enctype_42493 keylength gss_krb5_enctype 0 42493 NULL
++enable_so_bpf_check_classic_fndecl_42501 bpf_check_classic fndecl 2 42501 NULL
++enable_so_DataTransferLength_DAC960_V1_UserCommand_42502 DataTransferLength DAC960_V1_UserCommand 0 42502 NULL
++enable_so_ath6kl_sdio_read_write_sync_fndecl_42504 ath6kl_sdio_read_write_sync fndecl 4 42504 NULL
++enable_so_fs_start_efs_sb_info_42506 fs_start efs_sb_info 0 42506 NULL
++enable_so_dec_cluster_info_page_fndecl_42521 dec_cluster_info_page fndecl 3 42521 NULL
++enable_so_xfs_rtmodify_summary_fndecl_42522 xfs_rtmodify_summary fndecl 4-3 42522 NULL
++enable_so_cn_netlink_send_mult_fndecl_42523 cn_netlink_send_mult fndecl 2 42523 NULL
++enable_so_maxframe_size_fc_rport_priv_42527 maxframe_size fc_rport_priv 0 42527 NULL
++enable_so_size_rx_desc_42538 size rx_desc 0 42538 NULL
++enable_so_max_payload_len_pn533_frame_ops_42544 max_payload_len pn533_frame_ops 0 42544 NULL nohasharray
++enable_so_info_debugfs_read_fndecl_42544 info_debugfs_read fndecl 3 42544 &enable_so_max_payload_len_pn533_frame_ops_42544
++enable_so_xfs_dir_cilookup_result_fndecl_42547 xfs_dir_cilookup_result fndecl 3 42547 NULL
++enable_so_mr_page_size_srp_device_42550 mr_page_size srp_device 0 42550 NULL
++enable_so_qla8044_write_optrom_data_fndecl_42561 qla8044_write_optrom_data fndecl 4 42561 NULL
++enable_so_mtu_max_vardecl_42563 mtu_max vardecl 0 42563 NULL nohasharray
++enable_so_ts_write_fndecl_42563 ts_write fndecl 3 42563 &enable_so_mtu_max_vardecl_42563
++enable_so_s_block_base_sysv_sb_info_42564 s_block_base sysv_sb_info 0 42564 NULL
++enable_so_usbtmc_write_fndecl_42567 usbtmc_write fndecl 3 42567 NULL
++enable_so_ufs_read_cylinder_fndecl_42577 ufs_read_cylinder fndecl 2 42577 NULL
++enable_so_max_target_id_mvumi_hba_42578 max_target_id mvumi_hba 0 42578 NULL
++enable_so_tipc_send_packet_fndecl_42584 tipc_send_packet fndecl 3 42584 NULL
++enable_so_clk_calc_subtree_fndecl_42586 clk_calc_subtree fndecl 2 42586 NULL nohasharray
++enable_so_sisusbcon_clear_fndecl_42586 sisusbcon_clear fndecl 5-3-4 42586 &enable_so_clk_calc_subtree_fndecl_42586
++enable_so_bcm3510_readbytes_fndecl_42592 bcm3510_readbytes fndecl 4 42592 NULL
++enable_so_name_len_jffs2_xattr_datum_42593 name_len jffs2_xattr_datum 0 42593 NULL
++enable_so_cdc_ncm_set_dgram_size_fndecl_42594 cdc_ncm_set_dgram_size fndecl 2 42594 NULL
++enable_so_bsize_nfs_parsed_mount_data_42598 bsize nfs_parsed_mount_data 0 42598 NULL
++enable_so_reg_create_fndecl_42599 reg_create fndecl 5 42599 NULL
++enable_so_maxSenseBytes_mpt_ioctl_command_42600 maxSenseBytes mpt_ioctl_command 0 42600 NULL
++enable_so_ilo_write_fndecl_42601 ilo_write fndecl 3 42601 NULL nohasharray
++enable_so_ndev_init_isr_fndecl_42601 ndev_init_isr fndecl 3 42601 &enable_so_ilo_write_fndecl_42601
++enable_so_next_rs_il3945_rate_info_42604 next_rs il3945_rate_info 0 42604 NULL nohasharray
++enable_so_nilfs_alloc_seg_bio_fndecl_42604 nilfs_alloc_seg_bio fndecl 2 42604 &enable_so_next_rs_il3945_rate_info_42604
++enable_so_qlcnic_82xx_calculate_msix_vector_fndecl_42609 qlcnic_82xx_calculate_msix_vector fndecl 0 42609 NULL
++enable_so_n_channels_wmi_start_scan_arg_42610 n_channels wmi_start_scan_arg 0 42610 NULL
++enable_so_hashsize_Qdisc_class_hash_42616 hashsize Qdisc_class_hash 0 42616 NULL
++enable_so_user_regset_copyin_fndecl_42619 user_regset_copyin fndecl 7 42619 NULL
++enable_so_wlc_phy_loadsampletable_nphy_fndecl_42620 wlc_phy_loadsampletable_nphy fndecl 3 42620 NULL
++enable_so_opt_len_genevehdr_42621 opt_len genevehdr 0 42621 NULL
++enable_so_nfs42_proc_deallocate_fndecl_42622 nfs42_proc_deallocate fndecl 2-3 42622 NULL
++enable_so_length_bplus_leaf_node_42626 length bplus_leaf_node 0 42626 NULL
++enable_so_pidlist_allocate_fndecl_42631 pidlist_allocate fndecl 1 42631 NULL
++enable_so_dm_set_device_limits_fndecl_42632 dm_set_device_limits fndecl 3 42632 NULL
++enable_so_valid_ide_tape_obj_42635 valid ide_tape_obj 0 42635 NULL
++enable_so_find_rsb_dir_fndecl_42636 find_rsb_dir fndecl 3 42636 NULL
++enable_so_brcmf_sdio_download_nvram_fndecl_42648 brcmf_sdio_download_nvram fndecl 3 42648 NULL
++enable_so_fuse_getxattr_fndecl_42649 fuse_getxattr fndecl 4 42649 NULL
++enable_so_mpt_loadtime_max_sectors_vardecl_mptsas_c_42653 mpt_loadtime_max_sectors vardecl_mptsas.c 0 42653 NULL
++enable_so___kfifo_dma_out_finish_r_fndecl_42656 __kfifo_dma_out_finish_r fndecl 2 42656 NULL
++enable_so_vOver_plus_panel_info_42670 vOver_plus panel_info 0 42670 NULL
++enable_so_keyctl_get_security_fndecl_42673 keyctl_get_security fndecl 3 42673 NULL
++enable_so_max_probe_length_iwl_ucode_capabilities_42674 max_probe_length iwl_ucode_capabilities 0 42674 NULL
++enable_so_mxm_shadow_rom_fetch_fndecl_42681 mxm_shadow_rom_fetch fndecl 4 42681 NULL
++enable_so_num_rx_bds_bcm_sysport_priv_42683 num_rx_bds bcm_sysport_priv 0 42683 NULL
++enable_so_ext4_trim_extent_fndecl_42684 ext4_trim_extent fndecl 3-4-2 42684 NULL nohasharray
++enable_so_n_sections_pefile_context_42684 n_sections pefile_context 0 42684 &enable_so_ext4_trim_extent_fndecl_42684
++enable_so_oom_adj_write_fndecl_42687 oom_adj_write fndecl 3 42687 NULL
++enable_so_BufferLength_respQ_e_42691 BufferLength respQ_e 0 42691 NULL
++enable_so_cf_bytes_cifs_fattr_42692 cf_bytes cifs_fattr 0 42692 NULL
++enable_so_data_size_dm_ioctl_42701 data_size dm_ioctl 0 42701 NULL nohasharray
++enable_so_vm_map_ram_fndecl_42701 vm_map_ram fndecl 2 42701 &enable_so_data_size_dm_ioctl_42701
++enable_so_transport_lba_64_ext_fndecl_42705 transport_lba_64_ext fndecl 0 42705 NULL
++enable_so_len_nfs4_layoutdriver_data_42714 len nfs4_layoutdriver_data 0 42714 NULL nohasharray
++enable_so_reordering_tcp_sock_42714 reordering tcp_sock 0 42714 &enable_so_len_nfs4_layoutdriver_data_42714
++enable_so_start_sect_hd_struct_42718 start_sect hd_struct 0 42718 NULL
++enable_so_rcvtidcnt_qib_devdata_42719 rcvtidcnt qib_devdata 0 42719 NULL
++enable_so_clsb_isar_hw_42720 clsb isar_hw 0 42720 NULL
++enable_so_interlace_fb_cvt_data_42725 interlace fb_cvt_data 0 42725 NULL
++enable_so_status_full_rx_done_desc_42726 status full_rx_done_desc 0 42726 NULL
++enable_so_tda10071_wr_regs_fndecl_42727 tda10071_wr_regs fndecl 4 42727 NULL
++enable_so_handle_abnormal_pfn_fndecl_42730 handle_abnormal_pfn fndecl 3 42730 NULL
++enable_so_maxbcnt_aoedev_42731 maxbcnt aoedev 0 42731 NULL
++enable_so_irq_domain_alloc_descs_fndecl_42732 irq_domain_alloc_descs fndecl 2 42732 NULL
++enable_so_single_open_size_fndecl_42736 single_open_size fndecl 4 42736 NULL
++enable_so_nilfs_skip_summary_info_fndecl_42739 nilfs_skip_summary_info fndecl 4-5 42739 NULL
++enable_so_head_hid_debug_list_42742 head hid_debug_list 0 42742 NULL
++enable_so_Ha_tvnorm_42743 Ha tvnorm 0 42743 NULL nohasharray
++enable_so_tcp_adjust_pcount_fndecl_42743 tcp_adjust_pcount fndecl 3 42743 &enable_so_Ha_tvnorm_42743
++enable_so_p54_parse_rssical_fndecl_42750 p54_parse_rssical fndecl 3 42750 NULL
++enable_so_SyS_rt_sigpending_fndecl_42753 SyS_rt_sigpending fndecl 2 42753 NULL
++enable_so_bmc150_accel_fifo_transfer_fndecl_42755 bmc150_accel_fifo_transfer fndecl 3 42755 NULL
++enable_so_tcf_csum_skb_nextlayer_fndecl_42762 tcf_csum_skb_nextlayer fndecl 3 42762 NULL
++enable_so_elems_v4l2_ctrl_42763 elems v4l2_ctrl 0 42763 NULL
++enable_so_dc_block_number_disk_child_42766 dc_block_number disk_child 0 42766 NULL
++enable_so_cmd_idx_rtsx_ucr_42770 cmd_idx rtsx_ucr 0 42770 NULL nohasharray
++enable_so_ie_len_wmi_start_scan_arg_42770 ie_len wmi_start_scan_arg 0 42770 &enable_so_cmd_idx_rtsx_ucr_42770
++enable_so_fw_len_mwifiex_fw_image_42772 fw_len mwifiex_fw_image 0 42772 NULL
++enable_so_sz_qib_hwerror_msgs_42780 sz qib_hwerror_msgs 0 42780 NULL
++enable_so_lov_tgt_size_lov_obd_42782 lov_tgt_size lov_obd 0 42782 NULL
++enable_so_rx_data_length_hso_serial_42783 rx_data_length hso_serial 0 42783 NULL
++enable_so_usbnet_change_mtu_fndecl_42784 usbnet_change_mtu fndecl 2 42784 NULL nohasharray
++enable_so_ssid_len_ath6kl_vif_42784 ssid_len ath6kl_vif 0 42784 &enable_so_usbnet_change_mtu_fndecl_42784
++enable_so_offset_fuse_page_desc_42785 offset fuse_page_desc 0 42785 NULL
++enable_so_hperiod_fb_cvt_data_42792 hperiod fb_cvt_data 0 42792 NULL nohasharray
++enable_so_sc_name_len_nfs4_setclientid_42792 sc_name_len nfs4_setclientid 0 42792 &enable_so_hperiod_fb_cvt_data_42792
++enable_so_add_new_free_space_fndecl_42796 add_new_free_space fndecl 3-4 42796 NULL
++enable_so_xdr_encode_word_fndecl_42802 xdr_encode_word fndecl 2 42802 NULL
++enable_so_SyS_fsetxattr_fndecl_42804 SyS_fsetxattr fndecl 4 42804 NULL
++enable_so_ext4_quota_write_fndecl_42809 ext4_quota_write fndecl 5 42809 NULL nohasharray
++enable_so_len_il3945_rx_frame_hdr_42809 len il3945_rx_frame_hdr 0 42809 &enable_so_ext4_quota_write_fndecl_42809
++enable_so_nl80211_send_rx_assoc_fndecl_42811 nl80211_send_rx_assoc fndecl 4 42811 NULL
++enable_so_usb_hcd_unlink_urb_fndecl_42819 usb_hcd_unlink_urb fndecl 2 42819 NULL
++enable_so_sl_realloc_bufs_fndecl_42821 sl_realloc_bufs fndecl 2 42821 NULL
++enable_so_m_agino_log_xfs_mount_42823 m_agino_log xfs_mount 0 42823 NULL
++enable_so_clear_update_marker_fndecl_42827 clear_update_marker fndecl 3 42827 NULL
++enable_so_ezusb_program_bytes_fndecl_42828 ezusb_program_bytes fndecl 4 42828 NULL
++enable_so_end_point_addr_cx231xx_audio_42840 end_point_addr cx231xx_audio 0 42840 NULL nohasharray
++enable_so_decompress_compressor_42840 decompress compressor 0 42840 &enable_so_end_point_addr_cx231xx_audio_42840
++enable_so_btrfs_copy_root_fndecl_42844 btrfs_copy_root fndecl 5 42844 NULL
++enable_so_memory_block_size_bytes_fndecl_42846 memory_block_size_bytes fndecl 0 42846 NULL
++enable_so_old_oblock_dm_cache_migration_42847 old_oblock dm_cache_migration 0 42847 NULL
++enable_so_extent_trunc_fndecl_42849 extent_trunc fndecl 4-6-5 42849 NULL
++enable_so_int_in_endpointAddr_usb_yurex_42850 int_in_endpointAddr usb_yurex 0 42850 NULL
++enable_so_rdma_addr_size_fndecl_42855 rdma_addr_size fndecl 0 42855 NULL
++enable_so_vxlan_remcsum_fndecl_42858 vxlan_remcsum fndecl 4-3 42858 NULL
++enable_so_ext4_prepare_inline_data_fndecl_42863 ext4_prepare_inline_data fndecl 3 42863 NULL nohasharray
++enable_so_wqe_size_ib_uverbs_post_srq_recv_42863 wqe_size ib_uverbs_post_srq_recv 0 42863 &enable_so_ext4_prepare_inline_data_fndecl_42863
++enable_so_SyS_set_mempolicy_fndecl_42867 SyS_set_mempolicy fndecl 3 42867 NULL
++enable_so_log_size_vardecl_verifier_c_42884 log_size vardecl_verifier.c 0 42884 NULL
++enable_so_count_netdev_hw_addr_list_42886 count netdev_hw_addr_list 0 42886 NULL
++enable_so_init_bch_fndecl_42897 init_bch fndecl 1-2 42897 NULL
++enable_so_get_default_root_fndecl_42898 get_default_root fndecl 2 42898 NULL
++enable_so_name_length_spar_controlvm_parameters_header_42909 name_length spar_controlvm_parameters_header 0 42909 NULL
++enable_so_vd_vblocknr_nilfs_vdesc_42910 vd_vblocknr nilfs_vdesc 0 42910 NULL nohasharray
++enable_so_tc_index_bitmap_bits_asd_seq_data_42910 tc_index_bitmap_bits asd_seq_data 0 42910 &enable_so_vd_vblocknr_nilfs_vdesc_42910
++enable_so_rts51x_bulk_transport_fndecl_42911 rts51x_bulk_transport fndecl 6 42911 NULL nohasharray
++enable_so_ablkcipher_copy_iv_fndecl_42911 ablkcipher_copy_iv fndecl 3 42911 &enable_so_rts51x_bulk_transport_fndecl_42911
++enable_so_length_drm_property_blob_42912 length drm_property_blob 0 42912 NULL
++enable_so_clkin_adf4350_state_42914 clkin adf4350_state 0 42914 NULL
++enable_so_wMaxInputLength_i2c_hid_desc_42932 wMaxInputLength i2c_hid_desc 0 42932 NULL
++enable_so_bnx2x_vf_mcast_fndecl_42933 bnx2x_vf_mcast fndecl 4 42933 NULL
++enable_so_max_mad_size_ib_port_immutable_42934 max_mad_size ib_port_immutable 0 42934 NULL
++enable_so_nblocks_nvme_user_io_42935 nblocks nvme_user_io 0 42935 NULL
++enable_so_length__SCADESC_42942 length _SCADESC 0 42942 NULL
++enable_so_rate_n_flags_iwl_mvm_tid_data_42946 rate_n_flags iwl_mvm_tid_data 0 42946 NULL
++enable_so_hippi_change_mtu_fndecl_42953 hippi_change_mtu fndecl 2 42953 NULL
++enable_so_vb2_dc_get_userptr_fndecl_42957 vb2_dc_get_userptr fndecl 2-3 42957 NULL
++enable_so_brcmf_usb_tx_ctlpkt_fndecl_42958 brcmf_usb_tx_ctlpkt fndecl 3 42958 NULL
++enable_so_udf_get_block_fndecl_42965 udf_get_block fndecl 2 42965 NULL
++enable_so_btrfs_make_block_group_fndecl_42978 btrfs_make_block_group fndecl 7-6 42978 NULL
++enable_so_periods_max_snd_pcm_hardware_42979 periods_max snd_pcm_hardware 0 42979 NULL
++enable_so_brcmf_sdiod_send_buf_fndecl_42982 brcmf_sdiod_send_buf fndecl 3 42982 NULL
++enable_so_len_kvaser_msg_42994 len kvaser_msg 0 42994 NULL
++enable_so_hw_token_fotg210_qh_hw_42995 hw_token fotg210_qh_hw 0 42995 NULL
++enable_so_ea_len_fndecl_42998 ea_len fndecl 0 42998 NULL nohasharray
++enable_so_num_mappings_nd_region_desc_42998 num_mappings nd_region_desc 0 42998 &enable_so_ea_len_fndecl_42998
++enable_so_buf_size_ivtv_stream_43002 buf_size ivtv_stream 0 43002 NULL
++enable_so_header_len_fndecl_43003 header_len fndecl 0 43003 NULL
++enable_so_drm_mm_insert_helper_fndecl_43005 drm_mm_insert_helper fndecl 3 43005 NULL
++enable_so_btrfs_check_shared_fndecl_43007 btrfs_check_shared fndecl 5 43007 NULL
++enable_so_pkt_size_be_rx_compl_info_43008 pkt_size be_rx_compl_info 0 43008 NULL
++enable_so_ide_inb_fndecl_43010 ide_inb fndecl 0 43010 NULL
++enable_so_obd_ioctl_popdata_fndecl_43014 obd_ioctl_popdata fndecl 3 43014 NULL
++enable_so_lov_verify_lmm_fndecl_43016 lov_verify_lmm fndecl 2 43016 NULL
++enable_so_phonet_rxq_size_vardecl_f_phonet_c_43017 phonet_rxq_size vardecl_f_phonet.c 0 43017 NULL
++enable_so_PacketLength__MSG_LAN_RECEIVE_POST_REPLY_43028 PacketLength _MSG_LAN_RECEIVE_POST_REPLY 0 43028 NULL
++enable_so_a_bss_exec_43030 a_bss exec 0 43030 NULL
++enable_so_usHActive__ATOM_DTD_FORMAT_43031 usHActive _ATOM_DTD_FORMAT 0 43031 NULL
++enable_so_ext3_orphan_get_fndecl_43033 ext3_orphan_get fndecl 2 43033 NULL nohasharray
++enable_so_pagl_leftrec_xfs_perag_43033 pagl_leftrec xfs_perag 0 43033 &enable_so_ext3_orphan_get_fndecl_43033
++enable_so_copy_page_to_iter_iovec_fndecl_43041 copy_page_to_iter_iovec fndecl 3 43041 NULL
++enable_so_stmmac_change_mtu_fndecl_43052 stmmac_change_mtu fndecl 2 43052 NULL
++enable_so_logical_block_size_queue_limits_43053 logical_block_size queue_limits 0 43053 NULL
++enable_so_s_reserved_gdt_blocks_ext4_super_block_43054 s_reserved_gdt_blocks ext4_super_block 0 43054 NULL
++enable_so_mwifiex_rdeeprom_write_fndecl_43057 mwifiex_rdeeprom_write fndecl 3 43057 NULL
++enable_so_inode_number_squashfs_base_inode_43062 inode_number squashfs_base_inode 0 43062 NULL
++enable_so_len_srp_direct_buf_43066 len srp_direct_buf 0 43066 NULL
++enable_so_quirk_simultaneous_discovery_write_fndecl_43076 quirk_simultaneous_discovery_write fndecl 3 43076 NULL
++enable_so_is_first_ref_fndecl_43078 is_first_ref fndecl 2 43078 NULL
++enable_so_output_buffer_size_vardecl_seq_midi_c_43084 output_buffer_size vardecl_seq_midi.c 0 43084 NULL
++enable_so_bttv_prepare_buffer_fndecl_43088 bttv_prepare_buffer fndecl 6-5 43088 NULL
++enable_so_SyS_sched_getaffinity_fndecl_43089 SyS_sched_getaffinity fndecl 2 43089 NULL
++enable_so_i2c_wr_max_cx24116_config_43094 i2c_wr_max cx24116_config 0 43094 NULL
++enable_so__create_message_fndecl_43096 _create_message fndecl 2 43096 NULL
++enable_so_printf_size_mon_reader_text_43097 printf_size mon_reader_text 0 43097 NULL
++enable_so_if_sdio_read_rx_unit_fndecl_43099 if_sdio_read_rx_unit fndecl 0 43099 NULL
++enable_so_cyttsp_i2c_write_block_data_fndecl_43104 cyttsp_i2c_write_block_data fndecl 4 43104 NULL
++enable_so_xlog_recover_add_to_trans_fndecl_43108 xlog_recover_add_to_trans fndecl 4 43108 NULL
++enable_so___rounddown_pow_of_two_fndecl_43111 __rounddown_pow_of_two fndecl 0 43111 NULL
++enable_so_ore_verify_layout_fndecl_43114 ore_verify_layout fndecl 1 43114 NULL nohasharray
++enable_so_valuelen_hi_extended_attribute_43114 valuelen_hi extended_attribute 0 43114 &enable_so_ore_verify_layout_fndecl_43114
++enable_so_range_max_regmap_range_43116 range_max regmap_range 0 43116 NULL
++enable_so_meta_prod_netrx_pending_operations_43121 meta_prod netrx_pending_operations 0 43121 NULL
++enable_so_fm10k_change_mtu_fndecl_43135 fm10k_change_mtu fndecl 2 43135 NULL
++enable_so_pcf8563_read_block_data_fndecl_43139 pcf8563_read_block_data fndecl 3 43139 NULL
++enable_so_Size_aac_fibhdr_43144 Size aac_fibhdr 0 43144 NULL
++enable_so_rtl8187_iowrite_async_fndecl_43147 rtl8187_iowrite_async fndecl 4 43147 NULL
++enable_so_btrfs_create_subvol_root_fndecl_43148 btrfs_create_subvol_root fndecl 4 43148 NULL
++enable_so_xfs_rtmodify_range_fndecl_43150 xfs_rtmodify_range fndecl 3 43150 NULL
++enable_so_bblog_offset_mdp_superblock_1_43154 bblog_offset mdp_superblock_1 0 43154 NULL
++enable_so___f2fs_setxattr_fndecl_43162 __f2fs_setxattr fndecl 5 43162 NULL
++enable_so_filename_size_ecryptfs_filename_43164 filename_size ecryptfs_filename 0 43164 NULL
++enable_so_xlog_bread_noalign_fndecl_43170 xlog_bread_noalign fndecl 2 43170 NULL
++enable_so_byte_count_il_rx_mpdu_res_start_43171 byte_count il_rx_mpdu_res_start 0 43171 NULL
++enable_so_packetizeRx_fndecl_43175 packetizeRx fndecl 3 43175 NULL
++enable_so_getdqbuf_fndecl_43183 getdqbuf fndecl 1 43183 NULL
++enable_so_aoechr_write_fndecl_43184 aoechr_write fndecl 3 43184 NULL
++enable_so_length_ib_mac_iocb_rsp_43186 length ib_mac_iocb_rsp 0 43186 NULL
++enable_so_if_spi_host_to_card_fndecl_43193 if_spi_host_to_card fndecl 4 43193 NULL
++enable_so_nilfs_cpfile_block_get_snapshot_list_fndecl_43198 nilfs_cpfile_block_get_snapshot_list fndecl 2 43198 NULL
++enable_so_tidno_ath_atx_tid_43202 tidno ath_atx_tid 0 43202 NULL nohasharray
++enable_so_rx_data_eaten_rxrpc_call_43202 rx_data_eaten rxrpc_call 0 43202 &enable_so_tidno_ath_atx_tid_43202
++enable_so_root_id___prelim_ref_43204 root_id __prelim_ref 0 43204 NULL
++enable_so_dm_bufio_release_move_fndecl_43207 dm_bufio_release_move fndecl 2 43207 NULL
++enable_so_nr_efi_runtime_map_vardecl_runtime_map_c_43216 nr_efi_runtime_map vardecl_runtime-map.c 0 43216 NULL
++enable_so_ramdisk_size_setup_header_43217 ramdisk_size setup_header 0 43217 NULL nohasharray
++enable_so_try_async_pf_fndecl_43217 try_async_pf fndecl 3 43217 &enable_so_ramdisk_size_setup_header_43217
++enable_so_mic_len_ieee80211_cipher_scheme_43227 mic_len ieee80211_cipher_scheme 0 43227 NULL
++enable_so_nvif_object_mthd_fndecl_43235 nvif_object_mthd fndecl 4 43235 NULL
++enable_so_send_write_fndecl_43242 send_write fndecl 2 43242 NULL
++enable_so_actual_size_rfd_43243 actual_size rfd 0 43243 NULL
++enable_so_sb_rextents_xfs_sb_43244 sb_rextents xfs_sb 0 43244 NULL
++enable_so_num_vc_iadev_priv_43250 num_vc iadev_priv 0 43250 NULL
++enable_so_agp_create_user_memory_fndecl_43256 agp_create_user_memory fndecl 1 43256 NULL
++enable_so_tea5777_freq_to_v4l2_freq_fndecl_43267 tea5777_freq_to_v4l2_freq fndecl 0-2 43267 NULL
++enable_so_persistent_ram_new_fndecl_43278 persistent_ram_new fndecl 1-2 43278 NULL
++enable_so_tx_modulus_cdc_ncm_ctx_43289 tx_modulus cdc_ncm_ctx 0 43289 NULL
++enable_so_size_oid_t_43292 size oid_t 0 43292 NULL
++enable_so_ip_vs_icmp_xmit_v6_fndecl_43294 ip_vs_icmp_xmit_v6 fndecl 4 43294 NULL
++enable_so_usPixClk__ATOM_DTD_FORMAT_43296 usPixClk _ATOM_DTD_FORMAT 0 43296 NULL
++enable_so_total_nic_func_qlcnic_hardware_context_43307 total_nic_func qlcnic_hardware_context 0 43307 NULL
++enable_so_header_len_gether_43313 header_len gether 0 43313 NULL
++enable_so_hsize_std_timing_43315 hsize std_timing 0 43315 NULL nohasharray
++enable_so_smsc9420_rx_handoff_fndecl_43315 smsc9420_rx_handoff fndecl 3 43315 &enable_so_hsize_std_timing_43315
++enable_so_group_count_ore_layout_43325 group_count ore_layout 0 43325 NULL
++enable_so_max_packet_bytes_ua101_stream_43333 max_packet_bytes ua101_stream 0 43333 NULL
++enable_so_pipe_bpp_intel_crtc_state_43336 pipe_bpp intel_crtc_state 0 43336 NULL nohasharray
++enable_so_b_num_l1oip_43336 b_num l1oip 0 43336 &enable_so_pipe_bpp_intel_crtc_state_43336
++enable_so_file_size_hpfs_dirent_43338 file_size hpfs_dirent 0 43338 NULL
++enable_so_vactive_videomode_43345 vactive videomode 0 43345 NULL
++enable_so_wake_packet_bufsize_iwl_wowlan_status_data_43348 wake_packet_bufsize iwl_wowlan_status_data 0 43348 NULL
++enable_so_test_iso_queue_fndecl_43349 test_iso_queue fndecl 5-3 43349 NULL nohasharray
++enable_so___kmalloc_node_track_caller_fndecl_43349 __kmalloc_node_track_caller fndecl 1 43349 &enable_so_test_iso_queue_fndecl_43349
++enable_so_pktsz_fifo_43351 pktsz fifo 0 43351 NULL nohasharray
++enable_so_entry_size_xpc_channel_43351 entry_size xpc_channel 0 43351 &enable_so_pktsz_fifo_43351
++enable_so_header_len_dst_entry_43355 header_len dst_entry 0 43355 NULL
++enable_so_bulk_out_endpoint_edgeport_serial_43358 bulk_out_endpoint edgeport_serial 0 43358 NULL
++enable_so_get_subdir_fndecl_43366 get_subdir fndecl 3 43366 NULL
++enable_so_compat_SyS_rt_sigpending_fndecl_43367 compat_SyS_rt_sigpending fndecl 2 43367 NULL
++enable_so_port_count_rocker_43373 port_count rocker 0 43373 NULL
++enable_so_snd_usb_endpoint_next_packet_size_fndecl_43377 snd_usb_endpoint_next_packet_size fndecl 0 43377 NULL
++enable_so_dtcs033_pkt_scan_fndecl_43381 dtcs033_pkt_scan fndecl 3 43381 NULL
++enable_so_tci_Vmxnet3_RxCompDesc_43383 tci Vmxnet3_RxCompDesc 0 43383 NULL
++enable_so_xfrm_user_policy_fndecl_43390 xfrm_user_policy fndecl 4 43390 NULL
++enable_so_offset_isert_data_buf_43395 offset isert_data_buf 0 43395 NULL
++enable_so_iommu_area_alloc_fndecl_43400 iommu_area_alloc fndecl 0-4-7 43400 NULL
++enable_so_depth_saa7146_format_43402 depth saa7146_format 0 43402 NULL
++enable_so_teql_master_mtu_fndecl_43403 teql_master_mtu fndecl 2 43403 NULL
++enable_so_i2c_readbytes_fndecl_43409 i2c_readbytes fndecl 4 43409 NULL
++enable_so_init_range_memory_mapping_fndecl_43414 init_range_memory_mapping fndecl 1 43414 NULL
++enable_so_gss_wrap_kerberos_v1_fndecl_43417 gss_wrap_kerberos_v1 fndecl 2 43417 NULL nohasharray
++enable_so_packet_alloc_skb_fndecl_43417 packet_alloc_skb fndecl 5-4 43417 &enable_so_gss_wrap_kerberos_v1_fndecl_43417
++enable_so_pof_write_open_fndecl_43418 pof_write_open fndecl 0 43418 NULL
++enable_so_prism2_send_mgmt_fndecl_43422 prism2_send_mgmt fndecl 4 43422 NULL
++enable_so_status_fealnx_desc_43423 status fealnx_desc 0 43423 NULL
++enable_so_clk_fd_round_rate_fndecl_43428 clk_fd_round_rate fndecl 2 43428 NULL
++enable_so_lpfc_sli4_queue_alloc_fndecl_43429 lpfc_sli4_queue_alloc fndecl 3 43429 NULL
++enable_so_XRES_kyrofb_info_43436 XRES kyrofb_info 0 43436 NULL
++enable_so_memblock_alloc_nid_fndecl_43439 memblock_alloc_nid fndecl 2-1 43439 NULL nohasharray
++enable_so_rds_buf_vardecl_radio_si470x_usb_c_43439 rds_buf vardecl_radio-si470x-usb.c 0 43439 &enable_so_memblock_alloc_nid_fndecl_43439
++enable_so_fsg_common_set_num_buffers_fndecl_43440 fsg_common_set_num_buffers fndecl 2 43440 NULL
++enable_so___offline_pages_fndecl_43441 __offline_pages fndecl 1-2 43441 NULL
++enable_so_dut_mode_write_fndecl_43445 dut_mode_write fndecl 3 43445 NULL nohasharray
++enable_so_len_imgchunk_43445 len imgchunk 0 43445 &enable_so_dut_mode_write_fndecl_43445
++enable_so_last_tx_rate_ap_data_43446 last_tx_rate ap_data 0 43446 NULL
++enable_so_wReportDescLength_i2c_hid_desc_43447 wReportDescLength i2c_hid_desc 0 43447 NULL
++enable_so_vfs_fsync_range_fndecl_43448 vfs_fsync_range fndecl 0 43448 NULL
++enable_so_vary_usbtest_param_43450 vary usbtest_param 0 43450 NULL
++enable_so_eeprom_len_adm8211_priv_43457 eeprom_len adm8211_priv 0 43457 NULL
++enable_so_l_start_ocfs2_space_resv_43461 l_start ocfs2_space_resv 0 43461 NULL
++enable_so_meta_dev_idx_drbd_md_43468 meta_dev_idx drbd_md 0 43468 NULL nohasharray
++enable_so_pda_size_fw_info_43468 pda_size fw_info 0 43468 &enable_so_meta_dev_idx_drbd_md_43468 nohasharray
++enable_so_printer_req_alloc_fndecl_43468 printer_req_alloc fndecl 2 43468 &enable_so_pda_size_fw_info_43468
++enable_so_nfs_pgio_rpcsetup_fndecl_43472 nfs_pgio_rpcsetup fndecl 2-3 43472 NULL
++enable_so_cmd_drm_ioctl_desc_43477 cmd drm_ioctl_desc 0 43477 NULL
++enable_so_total_size_vardecl_mtdram_c_43478 total_size vardecl_mtdram.c 0 43478 NULL nohasharray
++enable_so_length_cpcs_trailer_43478 length cpcs_trailer 0 43478 &enable_so_total_size_vardecl_mtdram_c_43478
++enable_so_sd_jbsize_gfs2_sbd_43480 sd_jbsize gfs2_sbd 0 43480 NULL
++enable_so_sysv_iget_fndecl_43483 sysv_iget fndecl 2 43483 NULL
++enable_so_atl1e_change_mtu_fndecl_43485 atl1e_change_mtu fndecl 2 43485 NULL
++enable_so_secondary_bin_count_drm_mga_dma_bootstrap_43491 secondary_bin_count drm_mga_dma_bootstrap 0 43491 NULL
++enable_so_size_TxFifo_43497 size TxFifo 0 43497 NULL
++enable_so_netlink_recvmsg_fndecl_43499 netlink_recvmsg fndecl 3 43499 NULL
++enable_so_Count_smb_com_write_rsp_43500 Count smb_com_write_rsp 0 43500 NULL
++enable_so_gfs2_log_write_fndecl_43502 gfs2_log_write fndecl 3-4 43502 NULL
++enable_so_adxl34x_i2c_read_block_fndecl_43504 adxl34x_i2c_read_block fndecl 3 43504 NULL
++enable_so_size_compat_ipt_replace_43509 size compat_ipt_replace 0 43509 NULL
++enable_so_size_uvc_control_info_43512 size uvc_control_info 0 43512 NULL
++enable_so_snd_es1968_new_memory_fndecl_43515 snd_es1968_new_memory fndecl 2 43515 NULL
++enable_so_i_lenExtents_udf_inode_info_43517 i_lenExtents udf_inode_info 0 43517 NULL
++enable_so_ieee80211_set_probe_resp_fndecl_43519 ieee80211_set_probe_resp fndecl 3 43519 NULL
++enable_so_sb_rextslog_xfs_sb_43520 sb_rextslog xfs_sb 0 43520 NULL nohasharray
++enable_so_ptp_read_fndecl_43520 ptp_read fndecl 4 43520 &enable_so_sb_rextslog_xfs_sb_43520
++enable_so__iwl_dbgfs_rx_phyinfo_write_fndecl_43525 _iwl_dbgfs_rx_phyinfo_write fndecl 3 43525 NULL
++enable_so_cyapa_i2c_write_fndecl_43546 cyapa_i2c_write fndecl 3 43546 NULL
++enable_so_points_per_channel_pda_pa_curve_data_43548 points_per_channel pda_pa_curve_data 0 43548 NULL
++enable_so_bg_inode_table_lo_ext4_group_desc_43555 bg_inode_table_lo ext4_group_desc 0 43555 NULL
++enable_so_new_rate_clk_core_43556 new_rate clk_core 0 43556 NULL
++enable_so_port_clock_intel_crtc_state_43564 port_clock intel_crtc_state 0 43564 NULL
++enable_so_tx_buf_clear_sent_ks959_cb_43565 tx_buf_clear_sent ks959_cb 0 43565 NULL
++enable_so_ib_create_send_mad_fndecl_43569 ib_create_send_mad fndecl 5 43569 NULL
++enable_so_crypto_rfc4106_setauthsize_fndecl_43580 crypto_rfc4106_setauthsize fndecl 2 43580 NULL
++enable_so___br_vlan_set_default_pvid_fndecl_43587 __br_vlan_set_default_pvid fndecl 2 43587 NULL
++enable_so_size_ext4_io_end_43590 size ext4_io_end 0 43590 NULL
++enable_so_recv_data_fndecl_43596 recv_data fndecl 3 43596 NULL
++enable_so_rem_len_hci_rp_read_local_amp_assoc_43602 rem_len hci_rp_read_local_amp_assoc 0 43602 NULL nohasharray
++enable_so_mult_req_ide_drive_s_43602 mult_req ide_drive_s 0 43602 &enable_so_rem_len_hci_rp_read_local_amp_assoc_43602 nohasharray
++enable_so_isdn_ppp_ccp_xmit_reset_fndecl_43602 isdn_ppp_ccp_xmit_reset fndecl 6 43602 &enable_so_mult_req_ide_drive_s_43602
++enable_so_ipath_pioreserved_ipath_devdata_43603 ipath_pioreserved ipath_devdata 0 43603 NULL
++enable_so_raid5_resize_fndecl_43609 raid5_resize fndecl 2 43609 NULL
++enable_so_ssize_datafab_info_43610 ssize datafab_info 0 43610 NULL
++enable_so_sg_limit_blogic_ext_setup_43615 sg_limit blogic_ext_setup 0 43615 NULL nohasharray
++enable_so_qnx4_block_map_fndecl_43615 qnx4_block_map fndecl 2 43615 &enable_so_sg_limit_blogic_ext_setup_43615
++enable_so_camera_fbmem_size_viafb_dev_43616 camera_fbmem_size viafb_dev 0 43616 NULL
++enable_so_ceph_fill_file_size_fndecl_43619 ceph_fill_file_size fndecl 4-5 43619 NULL
++enable_so_drm_format_plane_cpp_fndecl_43621 drm_format_plane_cpp fndecl 0 43621 NULL nohasharray
++enable_so_chipshift_cfi_private_43621 chipshift cfi_private 0 43621 &enable_so_drm_format_plane_cpp_fndecl_43621
++enable_so_dma_addr_as102_dev_t_43627 dma_addr as102_dev_t 0 43627 NULL
++enable_so_btusb_recv_isoc_fndecl_43628 btusb_recv_isoc fndecl 3 43628 NULL
++enable_so_drm_gtf2_k_fndecl_43638 drm_gtf2_k fndecl 0 43638 NULL nohasharray
++enable_so_technisat_usb2_eeprom_lrc_read_fndecl_43638 technisat_usb2_eeprom_lrc_read fndecl 4 43638 &enable_so_drm_gtf2_k_fndecl_43638
++enable_so_edac_pci_alloc_ctl_info_fndecl_43663 edac_pci_alloc_ctl_info fndecl 1 43663 NULL nohasharray
++enable_so_usbnet_read_cmd_nopm_fndecl_43663 usbnet_read_cmd_nopm fndecl 7 43663 &enable_so_edac_pci_alloc_ctl_info_fndecl_43663
++enable_so_bop_last_key_nilfs_bmap_operations_43669 bop_last_key nilfs_bmap_operations 0 43669 NULL
++enable_so_gsi_kvm_irq_routing_entry_43676 gsi kvm_irq_routing_entry 0 43676 NULL
++enable_so_header_size_perf_event_43679 header_size perf_event 0 43679 NULL
++enable_so_data_offset_nfsd4_compound_state_43684 data_offset nfsd4_compound_state 0 43684 NULL
++enable_so_service_irq_fndecl_43687 service_irq fndecl 0 43687 NULL
++enable_so_ingr_sz_sge_43689 ingr_sz sge 0 43689 NULL
++enable_so_nxt200x_readbytes_fndecl_43693 nxt200x_readbytes fndecl 4 43693 NULL
++enable_so_insert_tree_block_ref_fndecl_43700 insert_tree_block_ref fndecl 5-6-4 43700 NULL
++enable_so_ext3_get_inode_block_fndecl_43702 ext3_get_inode_block fndecl 2-0 43702 NULL
++enable_so_rx_buf_len_bcmgenet_priv_43705 rx_buf_len bcmgenet_priv 0 43705 NULL
++enable_so_gtk_icvlen_iwl_mvm_43710 gtk_icvlen iwl_mvm 0 43710 NULL
++enable_so_mask_mlx4_bitmap_43716 mask mlx4_bitmap 0 43716 NULL nohasharray
++enable_so_lookup_dir_item_inode_fndecl_43716 lookup_dir_item_inode fndecl 2 43716 &enable_so_mask_mlx4_bitmap_43716
++enable_so_in_size_xz_buf_43724 in_size xz_buf 0 43724 NULL
++enable_so_ReplyFrameSize_mpt3sas_facts_43736 ReplyFrameSize mpt3sas_facts 0 43736 NULL
++enable_so_add_delayed_data_ref_fndecl_43738 add_delayed_data_ref fndecl 7-8-5-6-9 43738 NULL
++enable_so_gfn_to_hva_many_fndecl_43742 gfn_to_hva_many fndecl 2-0 43742 NULL
++enable_so_snd_info_entry_write_fndecl_43745 snd_info_entry_write fndecl 3 43745 NULL
++enable_so_used_map_cnt_verifier_env_43747 used_map_cnt verifier_env 0 43747 NULL
++enable_so_stat_end_vardecl_drv_c_43748 stat_end vardecl_drv.c 0 43748 NULL
++enable_so_data1_sisusb_command_43756 data1 sisusb_command 0 43756 NULL nohasharray
++enable_so_len_meta_value_43756 len meta_value 0 43756 &enable_so_data1_sisusb_command_43756 nohasharray
++enable_so___copy_from_user_ll_nocache_fndecl_43756 __copy_from_user_ll_nocache fndecl 0 43756 &enable_so_len_meta_value_43756
++enable_so_reada_find_extent_fndecl_43757 reada_find_extent fndecl 2 43757 NULL
++enable_so_ipath_pbufsport_ipath_devdata_43760 ipath_pbufsport ipath_devdata 0 43760 NULL
++enable_so_tipc_connect_fndecl_43766 tipc_connect fndecl 3 43766 NULL
++enable_so_hwdep_read_fndecl_43779 hwdep_read fndecl 3 43779 NULL
++enable_so_generic_file_fsync_fndecl_43780 generic_file_fsync fndecl 2 43780 NULL
++enable_so_clipcount_cap_vivid_dev_43781 clipcount_cap vivid_dev 0 43781 NULL
++enable_so_data_pad_ubi_volume_43787 data_pad ubi_volume 0 43787 NULL
++enable_so_uhci_urb_dequeue_fndecl_43804 uhci_urb_dequeue fndecl 3 43804 NULL
++enable_so_kstrtoull_from_user_fndecl_43809 kstrtoull_from_user fndecl 2 43809 NULL
++enable_so_len_nft_set_ext_tmpl_43815 len nft_set_ext_tmpl 0 43815 NULL
++enable_so_rdes0_rx_desc_43817 rdes0 rx_desc 0 43817 NULL
++enable_so___vb2_perform_fileio_fndecl_43818 __vb2_perform_fileio fndecl 3 43818 NULL
++enable_so__save_mc_fndecl_43819 _save_mc fndecl 0-3 43819 NULL
++enable_so_block_bitmap_ext4_new_group_data_43822 block_bitmap ext4_new_group_data 0 43822 NULL
++enable_so_omap_dma_prep_slave_sg_fndecl_43825 omap_dma_prep_slave_sg fndecl 3 43825 NULL
++enable_so_root_writeset_disk_43830 root writeset_disk 0 43830 NULL
++enable_so_i915_gem_object_create_stolen_fndecl_43837 i915_gem_object_create_stolen fndecl 2 43837 NULL
++enable_so_unlink1_fndecl_43840 unlink1 fndecl 3-2 43840 NULL
++enable_so___nilfs_btree_get_block_fndecl_43845 __nilfs_btree_get_block fndecl 2 43845 NULL
++enable_so_initrd_start_vardecl_43848 initrd_start vardecl 0 43848 NULL
++enable_so_xen_set_nslabs_fndecl_43849 xen_set_nslabs fndecl 0-1 43849 NULL
++enable_so_wlcore_scan_fndecl_43850 wlcore_scan fndecl 4 43850 NULL
++enable_so_scsi_host_alloc_fndecl_43858 scsi_host_alloc fndecl 2 43858 NULL
++enable_so_indat_endpoint_keyspan_device_details_43860 indat_endpoint keyspan_device_details 0 43860 NULL
++enable_so_get_sset_count_ethtool_ops_43861 get_sset_count ethtool_ops 0 43861 NULL
++enable_so_s_l2bsize_jfs_superblock_43870 s_l2bsize jfs_superblock 0 43870 NULL
++enable_so_bulk_in_endpointAddr_hdpvr_device_43874 bulk_in_endpointAddr hdpvr_device 0 43874 NULL
++enable_so_iovec_count_sg_io_hdr_43875 iovec_count sg_io_hdr 0 43875 NULL
++enable_so_ts_ctxnum_gru_thread_state_43878 ts_ctxnum gru_thread_state 0 43878 NULL
++enable_so_zap_page_range_single_fndecl_43890 zap_page_range_single fndecl 3-2 43890 NULL
++enable_so_len_libipw_info_element_43892 len libipw_info_element 0 43892 NULL
++enable_so_ocfs2_decrease_refcount_fndecl_43893 ocfs2_decrease_refcount fndecl 4-3 43893 NULL
++enable_so_skb_vlan_push_fndecl_43895 skb_vlan_push fndecl 3 43895 NULL nohasharray
++enable_so_device_id_onenand_chip_43895 device_id onenand_chip 0 43895 &enable_so_skb_vlan_push_fndecl_43895
++enable_so_xstats_len_gnet_dump_43898 xstats_len gnet_dump 0 43898 NULL
++enable_so_il4965_rs_move_siso_to_other_fndecl_43901 il4965_rs_move_siso_to_other fndecl 5 43901 NULL
++enable_so_lc_up_len_nfsd4_layoutcommit_43904 lc_up_len nfsd4_layoutcommit 0 43904 NULL
++enable_so_sta_data_size_ieee80211_hw_43910 sta_data_size ieee80211_hw 0 43910 NULL
++enable_so_xres_drm_cmdline_mode_43915 xres drm_cmdline_mode 0 43915 NULL
++enable_so_in_int_pipe_usbtest_dev_43922 in_int_pipe usbtest_dev 0 43922 NULL
++enable_so_mbind_range_fndecl_43926 mbind_range fndecl 3-2 43926 NULL
++enable_so_iwl_mvm_coex_dump_mbox_fndecl_43938 iwl_mvm_coex_dump_mbox fndecl 0-3-4 43938 NULL nohasharray
++enable_so_rx_buf_dma_eg20t_port_43938 rx_buf_dma eg20t_port 0 43938 &enable_so_iwl_mvm_coex_dump_mbox_fndecl_43938
++enable_so_max_threads_vardecl_43940 max_threads vardecl 0 43940 NULL nohasharray
++enable_so_queue_pages_pte_range_fndecl_43940 queue_pages_pte_range fndecl 2 43940 &enable_so_max_threads_vardecl_43940
++enable_so_dce_pvc_count_frad_state_43946 dce_pvc_count frad_state 0 43946 NULL
++enable_so_sddr09_readX_fndecl_43951 sddr09_readX fndecl 5 43951 NULL
++enable_so_combiner_init_fndecl_43956 combiner_init fndecl 3 43956 NULL
++enable_so_num_drc_cfgs_wm8904_pdata_43963 num_drc_cfgs wm8904_pdata 0 43963 NULL
++enable_so_s_firstdatazone_isofs_sb_info_43968 s_firstdatazone isofs_sb_info 0 43968 NULL
++enable_so_csum_start_virtio_net_hdr_43969 csum_start virtio_net_hdr 0 43969 NULL nohasharray
++enable_so_hfsplus_file_fsync_fndecl_43969 hfsplus_file_fsync fndecl 2 43969 &enable_so_csum_start_virtio_net_hdr_43969
++enable_so_nilfs_get_dentry_fndecl_43979 nilfs_get_dentry fndecl 3 43979 NULL
++enable_so_s_first_cluster_group_ocfs2_super_block_43980 s_first_cluster_group ocfs2_super_block 0 43980 NULL nohasharray
++enable_so_value_size_bpf_map_43980 value_size bpf_map 0 43980 &enable_so_s_first_cluster_group_ocfs2_super_block_43980
++enable_so_cur_size_zr364xx_framei_43985 cur_size zr364xx_framei 0 43985 NULL
++enable_so_smk_write_revoke_subj_fndecl_43990 smk_write_revoke_subj fndecl 3 43990 NULL
++enable_so_SyS_syslog_fndecl_43993 SyS_syslog fndecl 3 43993 NULL
++enable_so_rs_build_rates_table_from_fixed_fndecl_43994 rs_build_rates_table_from_fixed fndecl 4 43994 NULL
++enable_so_pvm_determine_end_fndecl_43995 pvm_determine_end fndecl 3 43995 NULL nohasharray
++enable_so_nsize_jffs2_raw_dirent_43995 nsize jffs2_raw_dirent 0 43995 &enable_so_pvm_determine_end_fndecl_43995 nohasharray
++enable_so_ovl_fill_merge_fndecl_43995 ovl_fill_merge fndecl 3 43995 &enable_so_nsize_jffs2_raw_dirent_43995
++enable_so_copy_templates_fndecl_43996 copy_templates fndecl 3 43996 NULL
++enable_so_snd_pcm_lib_malloc_pages_fndecl_43997 snd_pcm_lib_malloc_pages fndecl 2 43997 NULL
++enable_so_vme_master_read_fndecl_44006 vme_master_read fndecl 0 44006 NULL
++enable_so_SyS_gethostname_fndecl_44008 SyS_gethostname fndecl 2 44008 NULL
++enable_so_ext2_direct_IO_fndecl_44012 ext2_direct_IO fndecl 3 44012 NULL
++enable_so_m2_dpll_44018 m2 dpll 0 44018 NULL
++enable_so_level_pid_namespace_44021 level pid_namespace 0 44021 NULL
++enable_so_SyS_kexec_file_load_fndecl_44032 SyS_kexec_file_load fndecl 3 44032 NULL
++enable_so_null_alloc_reqbuf_fndecl_44036 null_alloc_reqbuf fndecl 3 44036 NULL
++enable_so_ext4_insert_dentry_fndecl_44040 ext4_insert_dentry fndecl 7 44040 NULL
++enable_so_convert_extent_bit_fndecl_44046 convert_extent_bit fndecl 3-2 44046 NULL
++enable_so_btrfs_submit_direct_fndecl_44059 btrfs_submit_direct fndecl 4 44059 NULL nohasharray
++enable_so_ahc_linux_map_seg_fndecl_44059 ahc_linux_map_seg fndecl 4-5 44059 &enable_so_btrfs_submit_direct_fndecl_44059
++enable_so_num_trace_enums_module_44062 num_trace_enums module 0 44062 NULL
++enable_so_read_fs_root_fndecl_44065 read_fs_root fndecl 2 44065 NULL
++enable_so_xen_io_tlb_nslabs_vardecl_swiotlb_xen_c_44077 xen_io_tlb_nslabs vardecl_swiotlb-xen.c 0 44077 NULL
++enable_so_btrfs_pick_defrag_inode_fndecl_44080 btrfs_pick_defrag_inode fndecl 2-3 44080 NULL
++enable_so_maxports_board_t_44081 maxports board_t 0 44081 NULL
++enable_so_netup_read_i2c_fndecl_44096 netup_read_i2c fndecl 5 44096 NULL
++enable_so_xdr_decode_array2_fndecl_44099 xdr_decode_array2 fndecl 2 44099 NULL
++enable_so_m_inode_cluster_size_xfs_mount_44101 m_inode_cluster_size xfs_mount 0 44101 NULL
++enable_so_chv_clock_fndecl_44108 chv_clock fndecl 1 44108 NULL
++enable_so_fats_fat_boot_sector_44112 fats fat_boot_sector 0 44112 NULL nohasharray
++enable_so_SyS_sendto_fndecl_44112 SyS_sendto fndecl 6 44112 &enable_so_fats_fat_boot_sector_44112
++enable_so_read16_bcma_host_ops_44118 read16 bcma_host_ops 0 44118 NULL
++enable_so_udp_sendmsg_fndecl_44135 udp_sendmsg fndecl 3 44135 NULL nohasharray
++enable_so_mls_compute_context_len_fndecl_44135 mls_compute_context_len fndecl 0 44135 &enable_so_udp_sendmsg_fndecl_44135
++enable_so_tps65912_i2c_read_fndecl_44137 tps65912_i2c_read fndecl 3 44137 NULL
++enable_so_key_maxval_mcs_platform_data_44139 key_maxval mcs_platform_data 0 44139 NULL
++enable_so_npins_pinctrl_gpio_range_44148 npins pinctrl_gpio_range 0 44148 NULL
++enable_so_batadv_dat_snoop_incoming_arp_reply_fndecl_44154 batadv_dat_snoop_incoming_arp_reply fndecl 3 44154 NULL
++enable_so_recvmsg_proto_ops_44163 recvmsg proto_ops 0 44163 NULL
++enable_so___skb_flow_dissect_fndecl_44172 __skb_flow_dissect fndecl 5 44172 NULL
++enable_so_ath9k_hw_def_dump_eeprom_fndecl_44174 ath9k_hw_def_dump_eeprom fndecl 4-5 44174 NULL
++enable_so_db_addr_mlx4_ib_create_qp_44182 db_addr mlx4_ib_create_qp 0 44182 NULL
++enable_so_tcfp_nkeys_tcf_pedit_44184 tcfp_nkeys tcf_pedit 0 44184 NULL
++enable_so_qlcnic_change_mtu_fndecl_44186 qlcnic_change_mtu fndecl 2 44186 NULL
++enable_so_btrfs_file_llseek_fndecl_44189 btrfs_file_llseek fndecl 2 44189 NULL
++enable_so_get_fw_name_fndecl_44193 get_fw_name fndecl 3 44193 NULL
++enable_so_btrfs_ioctl_clone_fndecl_44205 btrfs_ioctl_clone fndecl 5-3-4 44205 NULL
++enable_so_wm8993_set_fll_fndecl_44206 wm8993_set_fll fndecl 4-5 44206 NULL
++enable_so_evdev_compute_buffer_size_fndecl_44212 evdev_compute_buffer_size fndecl 0 44212 NULL
++enable_so_s_bsize_jfs_superblock_44215 s_bsize jfs_superblock 0 44215 NULL
++enable_so_ext2_inode_by_name_fndecl_44217 ext2_inode_by_name fndecl 0 44217 NULL nohasharray
++enable_so_IA_TX_BUF_vardecl_iphase_c_44217 IA_TX_BUF vardecl_iphase.c 0 44217 &enable_so_ext2_inode_by_name_fndecl_44217
++enable_so_SYSC_lsetxattr_fndecl_44222 SYSC_lsetxattr fndecl 4 44222 NULL
++enable_so_len_args_fndecl_44226 len_args fndecl 0 44226 NULL
++enable_so_clear_refs_write_fndecl_44227 clear_refs_write fndecl 3 44227 NULL
++enable_so_it_context_support_fw_ohci_44232 it_context_support fw_ohci 0 44232 NULL
++enable_so_usbhsf_fifo_rcv_len_fndecl_44234 usbhsf_fifo_rcv_len fndecl 0 44234 NULL
++enable_so_au0828_init_isoc_fndecl_44238 au0828_init_isoc fndecl 4-2-3 44238 NULL nohasharray
++enable_so_ns_first_data_block_the_nilfs_44238 ns_first_data_block the_nilfs 0 44238 &enable_so_au0828_init_isoc_fndecl_44238
++enable_so_irda_sendmsg_fndecl_44239 irda_sendmsg fndecl 3 44239 NULL
++enable_so_num_pages_vb2_dma_sg_buf_44241 num_pages vb2_dma_sg_buf 0 44241 NULL
++enable_so_spk_xs_vardecl_44242 spk_xs vardecl 0 44242 NULL
++enable_so_features_virtio_device_44247 features virtio_device 0 44247 NULL
++enable_so_ax25_addr_size_fndecl_44248 ax25_addr_size fndecl 0 44248 NULL nohasharray
++enable_so_cxgb4_pktgl_to_skb_fndecl_44248 cxgb4_pktgl_to_skb fndecl 3-2 44248 &enable_so_ax25_addr_size_fndecl_44248
++enable_so_num_reg_defaults_raw_regmap_config_44249 num_reg_defaults_raw regmap_config 0 44249 NULL
++enable_so_lprocfs_write_frac_u64_helper_fndecl_44250 lprocfs_write_frac_u64_helper fndecl 2 44250 NULL
++enable_so_nolb_xcopy_op_44252 nolb xcopy_op 0 44252 NULL
++enable_so_roundup_ring_size_fndecl_44254 roundup_ring_size fndecl 0 44254 NULL
++enable_so_gfn_to_pfn_memslot_atomic_fndecl_44264 gfn_to_pfn_memslot_atomic fndecl 2 44264 NULL nohasharray
++enable_so_skd_sgs_per_request_vardecl_skd_main_c_44264 skd_sgs_per_request vardecl_skd_main.c 0 44264 &enable_so_gfn_to_pfn_memslot_atomic_fndecl_44264
++enable_so_SyS_kexec_load_fndecl_44265 SyS_kexec_load fndecl 2 44265 NULL
++enable_so_skb_put_frags_fndecl_44270 skb_put_frags fndecl 3-2 44270 NULL nohasharray
++enable_so_s_blocks_per_group_ext2_sb_info_44270 s_blocks_per_group ext2_sb_info 0 44270 &enable_so_skb_put_frags_fndecl_44270
++enable_so_efi_get_runtime_map_size_fndecl_44276 efi_get_runtime_map_size fndecl 0 44276 NULL
++enable_so_NumberOfPorts_mpt3sas_facts_44306 NumberOfPorts mpt3sas_facts 0 44306 NULL
++enable_so_dma_ops_area_alloc_fndecl_44307 dma_ops_area_alloc fndecl 3-4 44307 NULL
++enable_so_mlx5e_build_netdev_priv_fndecl_44314 mlx5e_build_netdev_priv fndecl 3 44314 NULL
++enable_so_plen_iwch_ep_44317 plen iwch_ep 0 44317 NULL
++enable_so_ceph_sync_write_fndecl_44318 ceph_sync_write fndecl 0-3 44318 NULL
++enable_so_produce_size_qp_entry_44325 produce_size qp_entry 0 44325 NULL
++enable_so_bytesused_cx18_buffer_44339 bytesused cx18_buffer 0 44339 NULL
++enable_so_btusb_setup_qca_download_fw_fndecl_44343 btusb_setup_qca_download_fw fndecl 0 44343 NULL
++enable_so_snd_pcm_lib_writev_transfer_fndecl_44344 snd_pcm_lib_writev_transfer fndecl 5 44344 NULL
++enable_so_tail_circ_buf_44346 tail circ_buf 0 44346 NULL nohasharray
++enable_so_count_v4l2_ext_controls_44346 count v4l2_ext_controls 0 44346 &enable_so_tail_circ_buf_44346
++enable_so_btrfs_item_size_fndecl_44350 btrfs_item_size fndecl 0 44350 NULL
++enable_so_brcmf_sdio_txpkt_prep_sg_fndecl_44354 brcmf_sdio_txpkt_prep_sg fndecl 4 44354 NULL
++enable_so_irlan_connect_confirm_fndecl_44361 irlan_connect_confirm fndecl 5 44361 NULL
++enable_so_jffs2_write_end_fndecl_44362 jffs2_write_end fndecl 3 44362 NULL
++enable_so___logfs_iget_fndecl_44371 __logfs_iget fndecl 2 44371 NULL
++enable_so_start_addr_acpi_memory_info_44372 start_addr acpi_memory_info 0 44372 NULL
++enable_so_bitmap_cpg_ocfs2_super_44373 bitmap_cpg ocfs2_super 0 44373 NULL
++enable_so_pwm_buf_sz_usbdux_private_44375 pwm_buf_sz usbdux_private 0 44375 NULL
++enable_so_ocfs2_get_refcount_rec_fndecl_44377 ocfs2_get_refcount_rec fndecl 3-4 44377 NULL
++enable_so_epp_read_data_parport_operations_44383 epp_read_data parport_operations 0 44383 NULL
++enable_so_reiserfs_xattr_set_fndecl_44389 reiserfs_xattr_set fndecl 4 44389 NULL
++enable_so_hidpp_prefix_name_fndecl_44393 hidpp_prefix_name fndecl 2 44393 NULL
++enable_so_s_raid_stripe_width_ext4_super_block_44401 s_raid_stripe_width ext4_super_block 0 44401 NULL
++enable_so_num_iscsi_tasks_cnic_local_44404 num_iscsi_tasks cnic_local 0 44404 NULL
++enable_so_compat_SyS_select_fndecl_44405 compat_SyS_select fndecl 1 44405 NULL
++enable_so_child_mtu_cached_xfrm_dst_44407 child_mtu_cached xfrm_dst 0 44407 NULL
++enable_so_yres_virtual_fb_var_screeninfo_44414 yres_virtual fb_var_screeninfo 0 44414 NULL
++enable_so_ss_tss_segment_16_44415 ss tss_segment_16 0 44415 NULL
++enable_so_ept_gpte_to_gfn_lvl_fndecl_44420 ept_gpte_to_gfn_lvl fndecl 0-2-1 44420 NULL
++enable_so_seq_open_private_fndecl_44422 seq_open_private fndecl 3 44422 NULL
++enable_so___get_vm_area_fndecl_44428 __get_vm_area fndecl 1-3 44428 NULL
++enable_so_fan_proc_write_fndecl_44434 fan_proc_write fndecl 3 44434 NULL
++enable_so_fd_do_rw_fndecl_44435 fd_do_rw fndecl 5 44435 NULL
++enable_so_nbd_ioctl_fndecl_44444 nbd_ioctl fndecl 4 44444 NULL
++enable_so_get_pages_array_fndecl_44453 get_pages_array fndecl 1 44453 NULL
++enable_so_configfs_write_file_fndecl_44454 configfs_write_file fndecl 3 44454 NULL
++enable_so_ieee80211_if_fmt_hw_queues_fndecl_44462 ieee80211_if_fmt_hw_queues fndecl 3 44462 NULL
++enable_so___get_inode_info_fndecl_44463 __get_inode_info fndecl 3 44463 NULL
++enable_so_nfs4_init_uniform_client_string_fndecl_44466 nfs4_init_uniform_client_string fndecl 3-0 44466 NULL
++enable_so_cap_height_usbtv_norm_params_44467 cap_height usbtv_norm_params 0 44467 NULL
++enable_so_seq_count_iscsi_cmd_44476 seq_count iscsi_cmd 0 44476 NULL
++enable_so_resize_stripes_fndecl_44481 resize_stripes fndecl 2 44481 NULL
++enable_so_xfs_btree_get_bufs_fndecl_44484 xfs_btree_get_bufs fndecl 4-3 44484 NULL
++enable_so_s_first_data_block_ext4_super_block_44495 s_first_data_block ext4_super_block 0 44495 NULL
++enable_so_i2o_parm_table_get_fndecl_44496 i2o_parm_table_get fndecl 6 44496 NULL
++enable_so_mmcies_max_wusbhc_44498 mmcies_max wusbhc 0 44498 NULL
++enable_so_omfs_bread_fndecl_44502 omfs_bread fndecl 2 44502 NULL
++enable_so_snd_pcm_oss_read3_fndecl_44504 snd_pcm_oss_read3 fndecl 0 44504 NULL nohasharray
++enable_so_tcf_hashinfo_init_fndecl_44504 tcf_hashinfo_init fndecl 2 44504 &enable_so_snd_pcm_oss_read3_fndecl_44504
++enable_so_btrfs_add_ordered_extent_fndecl_44505 btrfs_add_ordered_extent fndecl 4-2-5-3 44505 NULL
++enable_so_len_de4x5_ioctl_44508 len de4x5_ioctl 0 44508 NULL
++enable_so_li_height_logfs_inode_44514 li_height logfs_inode 0 44514 NULL
++enable_so_sddr09_read20_fndecl_44519 sddr09_read20 fndecl 4-3 44519 NULL nohasharray
++enable_so___do_tune_cpucache_fndecl_44519 __do_tune_cpucache fndecl 3-2-4 44519 &enable_so_sddr09_read20_fndecl_44519
++enable_so_video_bpp_sis_video_info_44522 video_bpp sis_video_info 0 44522 NULL nohasharray
++enable_so_length_mtd_oob_buf_44522 length mtd_oob_buf 0 44522 &enable_so_video_bpp_sis_video_info_44522
++enable_so_rbytes_tree_balance_44523 rbytes tree_balance 0 44523 NULL nohasharray
++enable_so_read_bits_fndecl_44523 read_bits fndecl 2 44523 &enable_so_rbytes_tree_balance_44523
++enable_so_set_le_key_k_type_fndecl_44525 set_le_key_k_type fndecl 3 44525 NULL
++enable_so_xlog_recover_clear_agi_bucket_fndecl_44526 xlog_recover_clear_agi_bucket fndecl 2 44526 NULL
++enable_so_insert_one_name_fndecl_44535 insert_one_name fndecl 7-5-4 44535 NULL
++enable_so_consume_size_vmci_transport_44542 consume_size vmci_transport 0 44542 NULL
++enable_so_container_height_dmm_44549 container_height dmm 0 44549 NULL
++enable_so_chanctx_data_size_ieee80211_hw_44557 chanctx_data_size ieee80211_hw 0 44557 NULL
++enable_so_hpfs_fnode_dno_fndecl_44569 hpfs_fnode_dno fndecl 0-2 44569 NULL nohasharray
++enable_so_wTotalLength_usb_config_descriptor_44569 wTotalLength usb_config_descriptor 0 44569 &enable_so_hpfs_fnode_dno_fndecl_44569
++enable_so_parent_i_pos_hi_fat_fid_44570 parent_i_pos_hi fat_fid 0 44570 NULL
++enable_so_ion_handle_test_dma_fndecl_44581 ion_handle_test_dma fndecl 4-5 44581 NULL
++enable_so_rd_data0_gfs2_rgrpd_44591 rd_data0 gfs2_rgrpd 0 44591 NULL
++enable_so_dm_bitset_test_bit_fndecl_44595 dm_bitset_test_bit fndecl 2 44595 NULL
++enable_so_allocate_partition_fndecl_44598 allocate_partition fndecl 4 44598 NULL
++enable_so_len_poll_list_44603 len poll_list 0 44603 NULL
++enable_so_carl9170_tx_fill_rateinfo_fndecl_44610 carl9170_tx_fill_rateinfo fndecl 3 44610 NULL
++enable_so_bop_mark_nilfs_bmap_operations_44618 bop_mark nilfs_bmap_operations 0 44618 NULL
++enable_so_vid_hdr_offset_ubi_attach_req_44622 vid_hdr_offset ubi_attach_req 0 44622 NULL
++enable_so_maxfrags_snd_pcm_oss_runtime_44625 maxfrags snd_pcm_oss_runtime 0 44625 NULL
++enable_so_max_sectors_Scsi_Host_44630 max_sectors Scsi_Host 0 44630 NULL nohasharray
++enable_so_sel_last_ino_vardecl_selinuxfs_c_44630 sel_last_ino vardecl_selinuxfs.c 0 44630 &enable_so_max_sectors_Scsi_Host_44630
++enable_so_data_len_krb5_tagged_data_44634 data_len krb5_tagged_data 0 44634 NULL
++enable_so_bd_block_size_block_device_44635 bd_block_size block_device 0 44635 NULL
++enable_so_osst_write_error_recovery_fndecl_44636 osst_write_error_recovery fndecl 3 44636 NULL
++enable_so_chunk_root_btrfs_super_block_44639 chunk_root btrfs_super_block 0 44639 NULL
++enable_so_hfcpci_empty_bfifo_fndecl_44640 hfcpci_empty_bfifo fndecl 4 44640 NULL
++enable_so_nb_dev_strip_zone_44645 nb_dev strip_zone 0 44645 NULL
++enable_so_bank_mask_stub_chip_44647 bank_mask stub_chip 0 44647 NULL
++enable_so_cp_payload_f2fs_super_block_44648 cp_payload f2fs_super_block 0 44648 NULL
++enable_so_rel_sectors_mmc_ext_csd_44650 rel_sectors mmc_ext_csd 0 44650 NULL
++enable_so_cm_cno_nilfs_cpmode_44654 cm_cno nilfs_cpmode 0 44654 NULL
++enable_so_nr_sectors_blkif_request_discard_44655 nr_sectors blkif_request_discard 0 44655 NULL nohasharray
++enable_so_bLength_usb_interface_descriptor_44655 bLength usb_interface_descriptor 0 44655 &enable_so_nr_sectors_blkif_request_discard_44655
++enable_so_sparse_early_usemaps_alloc_pgdat_section_fndecl_44659 sparse_early_usemaps_alloc_pgdat_section fndecl 2 44659 NULL
++enable_so_import_single_range_fndecl_44662 import_single_range fndecl 3 44662 NULL
++enable_so_udf_sb_alloc_partition_maps_fndecl_44666 udf_sb_alloc_partition_maps fndecl 2 44666 NULL nohasharray
++enable_so_num_desc_pages__drm_via_sg_info_44666 num_desc_pages _drm_via_sg_info 0 44666 &enable_so_udf_sb_alloc_partition_maps_fndecl_44666
++enable_so_fe_len_ext4_free_extent_44669 fe_len ext4_free_extent 0 44669 NULL
++enable_so_lfb_width_screen_info_44670 lfb_width screen_info 0 44670 NULL
++enable_so_flash_write_fndecl_44673 flash_write fndecl 3 44673 NULL
++enable_so_iwl_hwrate_to_plcp_idx_fndecl_44674 iwl_hwrate_to_plcp_idx fndecl 1 44674 NULL
++enable_so_sys_io_setup_fndecl_44679 sys_io_setup fndecl 1 44679 NULL
++enable_so_xfpregs_set_fndecl_44680 xfpregs_set fndecl 4 44680 NULL
++enable_so_COM_len_camera_data_44681 COM_len camera_data 0 44681 NULL nohasharray
++enable_so_setup_swap_map_and_extents_fndecl_44681 setup_swap_map_and_extents fndecl 5 44681 &enable_so_COM_len_camera_data_44681
++enable_so_msg_size_ecryptfs_msg_ctx_44687 msg_size ecryptfs_msg_ctx 0 44687 NULL
++enable_so_offset_drm_map_44692 offset drm_map 0 44692 NULL
++enable_so_ipath_piobufbase_ipath_devdata_44698 ipath_piobufbase ipath_devdata 0 44698 NULL
++enable_so_start_linear_c_44708 start linear_c 0 44708 NULL
++enable_so_ts_packet_count_saa7164_port_44712 ts_packet_count saa7164_port 0 44712 NULL
++enable_so_sm501_calc_clock_fndecl_44717 sm501_calc_clock fndecl 4 44717 NULL
++enable_so_altera_irscan_fndecl_44719 altera_irscan fndecl 2 44719 NULL
++enable_so___nilfs_get_page_block_fndecl_44723 __nilfs_get_page_block fndecl 4 44723 NULL
++enable_so_inlen_mimd_44727 inlen mimd 0 44727 NULL nohasharray
++enable_so_kmalloc_order_fndecl_44727 kmalloc_order fndecl 1 44727 &enable_so_inlen_mimd_44727
++enable_so_assoc_req_ies_len_station_info_44731 assoc_req_ies_len station_info 0 44731 NULL nohasharray
++enable_so_buffer_size_st_buffer_44731 buffer_size st_buffer 0 44731 &enable_so_assoc_req_ies_len_station_info_44731
++enable_so_name_len_name_cache_entry_44739 name_len name_cache_entry 0 44739 NULL
++enable_so_erst_clearer_fndecl_44743 erst_clearer fndecl 2 44743 NULL
++enable_so_p_memsz_elf64_phdr_44763 p_memsz elf64_phdr 0 44763 NULL
++enable_so_handle_mmio_page_fault_common_fndecl_44768 handle_mmio_page_fault_common fndecl 2 44768 NULL
++enable_so_sys_tee_fndecl_44769 sys_tee fndecl 3 44769 NULL
++enable_so_count_snd_kcontrol_44773 count snd_kcontrol 0 44773 NULL
++enable_so_nbp_vlan_add_fndecl_44783 nbp_vlan_add fndecl 2 44783 NULL
++enable_so_truncate_size_ceph_mds_caps_44794 truncate_size ceph_mds_caps 0 44794 NULL
++enable_so_cow_file_range_fndecl_44808 cow_file_range fndecl 3-4 44808 NULL
++enable_so_fd_locked_ioctl_fndecl_44809 fd_locked_ioctl fndecl 3 44809 NULL
++enable_so_raw_getfrag_fndecl_44811 raw_getfrag fndecl 3-4 44811 NULL
++enable_so_ndev_debugfs_read_fndecl_44812 ndev_debugfs_read fndecl 3 44812 NULL
++enable_so_set_extent_delalloc_fndecl_44813 set_extent_delalloc fndecl 3-2 44813 NULL
++enable_so_sb_uquotino_xfs_sb_44820 sb_uquotino xfs_sb 0 44820 NULL
++enable_so_count_atl1c_tpd_ring_44824 count atl1c_tpd_ring 0 44824 NULL
++enable_so_vlan_tag_be_rx_compl_info_44830 vlan_tag be_rx_compl_info 0 44830 NULL nohasharray
++enable_so_fix_read_error_fndecl_44830 fix_read_error fndecl 4-3 44830 &enable_so_vlan_tag_be_rx_compl_info_44830
++enable_so_snprint_stack_trace_fndecl_44832 snprint_stack_trace fndecl 0 44832 NULL
++enable_so_dequeue_event_fndecl_44835 dequeue_event fndecl 3 44835 NULL
++enable_so_name_len_exofs_dir_entry_44838 name_len exofs_dir_entry 0 44838 NULL
++enable_so_exofs_readpages_fndecl_44841 exofs_readpages fndecl 4 44841 NULL
++enable_so_num_zones_quirk_entry_44844 num_zones quirk_entry 0 44844 NULL
++enable_so_btrfs_shrink_device_fndecl_44845 btrfs_shrink_device fndecl 2 44845 NULL
++enable_so_ext4_da_get_block_prep_fndecl_44848 ext4_da_get_block_prep fndecl 2 44848 NULL
++enable_so_primary_size_drm_mga_dma_bootstrap_44851 primary_size drm_mga_dma_bootstrap 0 44851 NULL
++enable_so_start_segno_sit_entry_set_44852 start_segno sit_entry_set 0 44852 NULL
++enable_so_viafb_second_yres_vardecl_44862 viafb_second_yres vardecl 0 44862 NULL nohasharray
++enable_so_offset_isofs_iget5_callback_data_44862 offset isofs_iget5_callback_data 0 44862 &enable_so_viafb_second_yres_vardecl_44862
++enable_so_ieee802154_hdr_get_addr_fndecl_44863 ieee802154_hdr_get_addr fndecl 0 44863 NULL
++enable_so_pmcraid_build_passthrough_ioadls_fndecl_44865 pmcraid_build_passthrough_ioadls fndecl 2 44865 NULL
++enable_so_crypt_extent_fndecl_44866 crypt_extent fndecl 4 44866 NULL nohasharray
++enable_so_h4_recv_fndecl_44866 h4_recv fndecl 3 44866 &enable_so_crypt_extent_fndecl_44866
++enable_so_alloc_rc_map_44870 alloc rc_map 0 44870 NULL
++enable_so_romfs_blk_read_fndecl_44875 romfs_blk_read fndecl 4-2 44875 NULL
++enable_so_ppp_tx_cp_fndecl_44879 ppp_tx_cp fndecl 5 44879 NULL
++enable_so_SyS_setxattr_fndecl_44880 SyS_setxattr fndecl 4 44880 NULL
++enable_so_p2_dpll_44886 p2 dpll 0 44886 NULL nohasharray
++enable_so_num_resources_platform_device_44886 num_resources platform_device 0 44886 &enable_so_p2_dpll_44886
++enable_so___cookie_v4_check_fndecl_44887 __cookie_v4_check fndecl 0 44887 NULL
++enable_so_code_length_lirc_driver_44888 code_length lirc_driver 0 44888 NULL
++enable_so_dpll_intel_dpll_hw_state_44889 dpll intel_dpll_hw_state 0 44889 NULL
++enable_so_deh_len_hops_ddpehdr_44891 deh_len_hops ddpehdr 0 44891 NULL nohasharray
++enable_so_SYSC_select_fndecl_44891 SYSC_select fndecl 1 44891 &enable_so_deh_len_hops_ddpehdr_44891
++enable_so_minor_hash_dx_hash_info_44897 minor_hash dx_hash_info 0 44897 NULL
++enable_so_pcpu_alloc_bootmem_fndecl_44905 pcpu_alloc_bootmem fndecl 3-2 44905 NULL
++enable_so_write_packet_fndecl_44910 write_packet fndecl 3 44910 NULL
++enable_so_do_pselect_fndecl_44926 do_pselect fndecl 1 44926 NULL
++enable_so_get_domain_for_dev_fndecl_44928 get_domain_for_dev fndecl 2 44928 NULL
++enable_so_bvec_iter_advance_fndecl_44933 bvec_iter_advance fndecl 3 44933 NULL
++enable_so_ipath_user_sdma_pin_pages_fndecl_44935 ipath_user_sdma_pin_pages fndecl 3 44935 NULL
++enable_so_jffs2_security_setxattr_fndecl_44936 jffs2_security_setxattr fndecl 4 44936 NULL
++enable_so_data_dev_block_bits_dm_verity_44943 data_dev_block_bits dm_verity 0 44943 NULL
++enable_so_data_block_dm_thin_new_mapping_44944 data_block dm_thin_new_mapping 0 44944 NULL
++enable_so_max_msix_vectors_vardecl_mpt2sas_base_c_44954 max_msix_vectors vardecl_mpt2sas_base.c 0 44954 NULL
++enable_so_coff_ddb_output_44962 coff ddb_output 0 44962 NULL
++enable_so_ql_status_fndecl_44964 ql_status fndecl 5 44964 NULL
++enable_so_qib_diag_write_fndecl_44966 qib_diag_write fndecl 3 44966 NULL
++enable_so_fat12_ent_bread_fndecl_44968 fat12_ent_bread fndecl 4 44968 NULL
++enable_so_i915_pages_create_for_stolen_fndecl_44970 i915_pages_create_for_stolen fndecl 3-2 44970 NULL
++enable_so_spp_pathmtu_sctp_paddrparams_44974 spp_pathmtu sctp_paddrparams 0 44974 NULL
++enable_so_x0_osd_cmd_s_44978 x0 osd_cmd_s 0 44978 NULL
++enable_so_length_mtd_oob_buf64_44979 length mtd_oob_buf64 0 44979 NULL
++enable_so_ip_recv_error_fndecl_44982 ip_recv_error fndecl 3 44982 NULL
++enable_so_generic_block_fiemap_fndecl_44985 generic_block_fiemap fndecl 4 44985 NULL
++enable_so_snd_ak4114_external_rate_fndecl_44987 snd_ak4114_external_rate fndecl 0 44987 NULL
++enable_so_num_carats_acpi_namestring_info_44990 num_carats acpi_namestring_info 0 44990 NULL
++enable_so_transport_lba_32_fndecl_44994 transport_lba_32 fndecl 0 44994 NULL
++enable_so_fts_libipw_device_44996 fts libipw_device 0 44996 NULL
++enable_so_SyS_getxattr_fndecl_44997 SyS_getxattr fndecl 4 44997 NULL
++enable_so_eeprom_size_il_cfg_44998 eeprom_size il_cfg 0 44998 NULL
++enable_so_ocfs2_list_xattr_tree_rec_fndecl_45001 ocfs2_list_xattr_tree_rec fndecl 3 45001 NULL
++enable_so_prism54_wpa_bss_ie_get_fndecl_45006 prism54_wpa_bss_ie_get fndecl 0 45006 NULL
++enable_so_video_usercopy_fndecl_45012 video_usercopy fndecl 2 45012 NULL
++enable_so_size_e820entry_45018 size e820entry 0 45018 NULL
++enable_so_num_cqs_mthca_limits_45021 num_cqs mthca_limits 0 45021 NULL
++enable_so_sock_kmalloc_fndecl_45038 sock_kmalloc fndecl 2 45038 NULL
++enable_so_write_file_dfs_fndecl_45047 write_file_dfs fndecl 3 45047 NULL
++enable_so_alloc_upcall_fndecl_45049 alloc_upcall fndecl 2 45049 NULL
++enable_so_hs_extra_bytes_cfs_hash_45050 hs_extra_bytes cfs_hash 0 45050 NULL
++enable_so_sd_sgentry_align_brcmfmac_sdio_platform_data_45061 sd_sgentry_align brcmfmac_sdio_platform_data 0 45061 NULL
++enable_so_write_buffer_size_vardecl_legousbtower_c_45062 write_buffer_size vardecl_legousbtower.c 0 45062 NULL
++enable_so_unmap_mapping_range_vma_fndecl_45084 unmap_mapping_range_vma fndecl 2-3 45084 NULL
++enable_so_ext3_xattr_set_fndecl_45090 ext3_xattr_set fndecl 5 45090 NULL
++enable_so_revmap_size_irq_domain_45091 revmap_size irq_domain 0 45091 NULL
++enable_so_ocfs2_lock_reflink_xattr_rec_allocators_fndecl_45097 ocfs2_lock_reflink_xattr_rec_allocators fndecl 3 45097 NULL
++enable_so_bblog_size_mdp_superblock_1_45102 bblog_size mdp_superblock_1 0 45102 NULL
++enable_so_head_timestamp_event_queue_45105 head timestamp_event_queue 0 45105 NULL nohasharray
++enable_so_nd_cmd_out_size_fndecl_45105 nd_cmd_out_size fndecl 0 45105 &enable_so_head_timestamp_event_queue_45105
++enable_so_skb_tx_rsvd_cxgbi_device_45109 skb_tx_rsvd cxgbi_device 0 45109 NULL
++enable_so_ea_size_s_fnode_45115 ea_size_s fnode 0 45115 NULL
++enable_so_raid_status_fndecl_45120 raid_status fndecl 5 45120 NULL
++enable_so_ov518_pkt_scan_fndecl_45121 ov518_pkt_scan fndecl 3 45121 NULL
++enable_so_vblk_size_vmdb_45123 vblk_size vmdb 0 45123 NULL
++enable_so_key_len_mwifiex_ds_encrypt_key_45127 key_len mwifiex_ds_encrypt_key 0 45127 NULL
++enable_so_snd_usbmidi_ftdi_input_fndecl_45137 snd_usbmidi_ftdi_input fndecl 3 45137 NULL
++enable_so_specified_table_size_vardecl_45152 specified_table_size vardecl 0 45152 NULL
++enable_so_btrfs_add_qgroup_relation_fndecl_45154 btrfs_add_qgroup_relation fndecl 4-3 45154 NULL
++enable_so_MaxLanBuckets__MSG_PORT_FACTS_REPLY_45155 MaxLanBuckets _MSG_PORT_FACTS_REPLY 0 45155 NULL
++enable_so_ocfs2_set_refcount_tree_fndecl_45158 ocfs2_set_refcount_tree fndecl 3 45158 NULL
++enable_so_pwc_get_fps_Nala_fndecl_45162 pwc_get_fps_Nala fndecl 0 45162 NULL
++enable_so_cmd_sg_cnt_srp_target_port_45169 cmd_sg_cnt srp_target_port 0 45169 NULL
++enable_so_desc_len_skb_frame_desc_45170 desc_len skb_frame_desc 0 45170 NULL
++enable_so_hpfs_remove_dirent_fndecl_45171 hpfs_remove_dirent fndecl 2 45171 NULL nohasharray
++enable_so_n_ao_urbs_usbdux_private_45171 n_ao_urbs usbdux_private 0 45171 &enable_so_hpfs_remove_dirent_fndecl_45171
++enable_so_opticon_write_fndecl_45172 opticon_write fndecl 4 45172 NULL
++enable_so_sel_write_checkreqprot_fndecl_45173 sel_write_checkreqprot fndecl 3 45173 NULL
++enable_so_leaf_cut_entries_fndecl_45176 leaf_cut_entries fndecl 4 45176 NULL
++enable_so_acl_alloc_num_fndecl_45177 acl_alloc_num fndecl 2-1 45177 NULL
++enable_so_n_namesz_elf32_note_45186 n_namesz elf32_note 0 45186 NULL
++enable_so_gfs2_bmap_alloc_fndecl_45189 gfs2_bmap_alloc fndecl 7 45189 NULL
++enable_so_mtu_l2cap_conn_45195 mtu l2cap_conn 0 45195 NULL
++enable_so_count_user_sgentry_45207 count user_sgentry 0 45207 NULL
++enable_so_cur_prob_minstrel_rate_stats_45218 cur_prob minstrel_rate_stats 0 45218 NULL
++enable_so_nvif_object_init_fndecl_45219 nvif_object_init fndecl 6 45219 NULL
++enable_so_l2cap_sock_recvmsg_fndecl_45221 l2cap_sock_recvmsg fndecl 3 45221 NULL
++enable_so_ep_out_usbtest_info_45222 ep_out usbtest_info 0 45222 NULL
++enable_so_nwords_xdr_stream_45223 nwords xdr_stream 0 45223 NULL
++enable_so_emulator_task_switch_fndecl_45228 emulator_task_switch fndecl 2-3 45228 NULL nohasharray
++enable_so_hsu_dma_alloc_desc_fndecl_45228 hsu_dma_alloc_desc fndecl 1 45228 &enable_so_emulator_task_switch_fndecl_45228
++enable_so_usb_bulk_msg_fndecl_45230 usb_bulk_msg fndecl 0 45230 NULL
++enable_so_packet_buffer_put_fndecl_45234 packet_buffer_put fndecl 3 45234 NULL
++enable_so_internal_dev_change_mtu_fndecl_45242 internal_dev_change_mtu fndecl 2 45242 NULL
++enable_so_aggregate_new_rx_fndecl_45246 aggregate_new_rx fndecl 4 45246 NULL
++enable_so_ext4_update_inline_data_fndecl_45259 ext4_update_inline_data fndecl 3 45259 NULL
++enable_so_alloc_buf_fndecl_45267 alloc_buf fndecl 2-3 45267 NULL
++enable_so_generic_writepages_fndecl_45268 generic_writepages fndecl 0 45268 NULL
++enable_so_rss_size_max_i40e_pf_45282 rss_size_max i40e_pf 0 45282 NULL
++enable_so_ath6kl_sdio_write_async_fndecl_45290 ath6kl_sdio_write_async fndecl 4 45290 NULL
++enable_so_scrub_chunk_fndecl_45293 scrub_chunk fndecl 5 45293 NULL
++enable_so_ceph_sync_direct_write_fndecl_45304 ceph_sync_direct_write fndecl 0-3 45304 NULL nohasharray
++enable_so_hugetlbfs_read_actor_fndecl_45304 hugetlbfs_read_actor fndecl 4-2 45304 &enable_so_ceph_sync_direct_write_fndecl_45304
++enable_so_atl1_change_mtu_fndecl_45313 atl1_change_mtu fndecl 2 45313 NULL nohasharray
++enable_so_rx_ring_count_xgbe_prv_data_45313 rx_ring_count xgbe_prv_data 0 45313 &enable_so_atl1_change_mtu_fndecl_45313
++enable_so_tstats_write_fndecl_45315 tstats_write fndecl 3 45315 NULL
++enable_so_rx_data_fndecl_45321 rx_data fndecl 4 45321 NULL
++enable_so_len_qib_diag_xpkt_45322 len qib_diag_xpkt 0 45322 NULL
++enable_so_tipc_recv_stream_fndecl_45323 tipc_recv_stream fndecl 3 45323 NULL
++enable_so_back_xfs_dir3_icleaf_hdr_45324 back xfs_dir3_icleaf_hdr 0 45324 NULL
++enable_so_tcf_csum_ipv4_igmp_fndecl_45325 tcf_csum_ipv4_igmp fndecl 3 45325 NULL
++enable_so_swiotlb_alloc_coherent_fndecl_45334 swiotlb_alloc_coherent fndecl 2 45334 NULL
++enable_so_vm_munmap_fndecl_45341 vm_munmap fndecl 1-2 45341 NULL
++enable_so_uar_size_mlx4_dev_cap_45351 uar_size mlx4_dev_cap 0 45351 NULL
++enable_so_fps_timblogiw_tvnorm_45355 fps timblogiw_tvnorm 0 45355 NULL
++enable_so_icq_size_elevator_type_45359 icq_size elevator_type 0 45359 NULL
++enable_so_maxvf_vardecl_uvesafb_c_45362 maxvf vardecl_uvesafb.c 0 45362 NULL
++enable_so_lustre_msg_early_size_fndecl_45379 lustre_msg_early_size fndecl 0 45379 NULL
++enable_so_txq_entries_efx_nic_45383 txq_entries efx_nic 0 45383 NULL
++enable_so_crypto_shash_setkey_fndecl_45392 crypto_shash_setkey fndecl 3 45392 NULL
++enable_so_ebcnt_vardecl_speedtest_c_45398 ebcnt vardecl_speedtest.c 0 45398 NULL
++enable_so_last_txrate_idx_il3945_rs_sta_45402 last_txrate_idx il3945_rs_sta 0 45402 NULL
++enable_so_xpc_nasid_mask_nbytes_vardecl_xpc_partition_c_45405 xpc_nasid_mask_nbytes vardecl_xpc_partition.c 0 45405 NULL
++enable_so_mtu_l2cap_le_conn_req_45411 mtu l2cap_le_conn_req 0 45411 NULL
++enable_so_reqsize_aead_tfm_45413 reqsize aead_tfm 0 45413 NULL
++enable_so_brcmf_init_nvram_parser_fndecl_45415 brcmf_init_nvram_parser fndecl 3 45415 NULL
++enable_so_lastUnit_INFTLPartition_45416 lastUnit INFTLPartition 0 45416 NULL
++enable_so_inode_need_killpriv_security_operations_45419 inode_need_killpriv security_operations 0 45419 NULL
++enable_so_fats_msdos_sb_info_45426 fats msdos_sb_info 0 45426 NULL
++enable_so___munlock_pagevec_fill_fndecl_45430 __munlock_pagevec_fill fndecl 0-4 45430 NULL
++enable_so_compat_SyS_get_mempolicy_fndecl_45436 compat_SyS_get_mempolicy fndecl 3 45436 NULL
++enable_so_rn_tnamelen_nfsd4_rename_45437 rn_tnamelen nfsd4_rename 0 45437 NULL
++enable_so_radeon_ttm_tt_set_userptr_fndecl_45438 radeon_ttm_tt_set_userptr fndecl 2 45438 NULL
++enable_so_nfsd_hashsize_fndecl_45441 nfsd_hashsize fndecl 0 45441 NULL
++enable_so_qcaspi_netdev_change_mtu_fndecl_45450 qcaspi_netdev_change_mtu fndecl 2 45450 NULL
++enable_so_start_bdi_bd_transfer_45454 start_bdi bd_transfer 0 45454 NULL
++enable_so_wTotalLength_usb_bos_descriptor_45455 wTotalLength usb_bos_descriptor 0 45455 NULL
++enable_so_nonpaging_map_fndecl_45460 nonpaging_map fndecl 4-2 45460 NULL
++enable_so_ssize_jumpshot_info_45467 ssize jumpshot_info 0 45467 NULL
++enable_so_sockaddr_len_audit_context_45471 sockaddr_len audit_context 0 45471 NULL
++enable_so_gx_line_delta_fndecl_45476 gx_line_delta fndecl 2-1 45476 NULL
++enable_so_btrfs_add_delayed_tree_ref_fndecl_45481 btrfs_add_delayed_tree_ref fndecl 5-6-3-4-7 45481 NULL
++enable_so_hdisplay_drm_display_mode_45484 hdisplay drm_display_mode 0 45484 NULL
++enable_so_memblock_virt_alloc_try_nid_nopanic_fndecl_45487 memblock_virt_alloc_try_nid_nopanic fndecl 2-1 45487 NULL
++enable_so_ovl_cache_entry_add_rb_fndecl_45488 ovl_cache_entry_add_rb fndecl 3 45488 NULL
++enable_so_convert_initialized_extent_fndecl_45492 convert_initialized_extent fndecl 0-6 45492 NULL
++enable_so_isofs_bmap_fndecl_45497 isofs_bmap fndecl 0-2 45497 NULL
++enable_so_mwifiex_set_gen_ie_fndecl_45504 mwifiex_set_gen_ie fndecl 3 45504 NULL
++enable_so_acl_alloc_stack_init_fndecl_45509 acl_alloc_stack_init fndecl 1 45509 NULL
++enable_so_free_dind_blocks_fndecl_45512 free_dind_blocks fndecl 3 45512 NULL
++enable_so_stv6110_write_regs_fndecl_45517 stv6110_write_regs fndecl 4 45517 NULL nohasharray
++enable_so_buffer_size_vardecl_cpia2_v4l_c_45517 buffer_size vardecl_cpia2_v4l.c 0 45517 &enable_so_stv6110_write_regs_fndecl_45517
++enable_so_wl1273_fm_fops_write_fndecl_45534 wl1273_fm_fops_write fndecl 3 45534 NULL
++enable_so_rtsx_usb_bulk_transfer_sglist_fndecl_45538 rtsx_usb_bulk_transfer_sglist fndecl 5-2 45538 NULL
++enable_so_rate_n_flags_iwl_rx_phy_info_45542 rate_n_flags iwl_rx_phy_info 0 45542 NULL
++enable_so_size_nft_expr_ops_45543 size nft_expr_ops 0 45543 NULL nohasharray
++enable_so_arch_setup_dma_ops_fndecl_45543 arch_setup_dma_ops fndecl 3 45543 &enable_so_size_nft_expr_ops_45543
++enable_so_if_sdio_host_to_card_fndecl_45545 if_sdio_host_to_card fndecl 4 45545 NULL
++enable_so_mp_agg_pkt_limit_sdio_mmc_card_45546 mp_agg_pkt_limit sdio_mmc_card 0 45546 NULL
++enable_so_bpp_via_format_45554 bpp via_format 0 45554 NULL
++enable_so_SyS_prctl_fndecl_45569 SyS_prctl fndecl 4 45569 NULL
++enable_so_height_pwc_device_45570 height pwc_device 0 45570 NULL
++enable_so_get_gate_page_fndecl_45571 get_gate_page fndecl 2 45571 NULL
++enable_so_srp_create_fr_pool_fndecl_45572 srp_create_fr_pool fndecl 3 45572 NULL
++enable_so_s_partition_func_udf_part_map_45579 s_partition_func udf_part_map 0 45579 NULL
++enable_so_f2fs_sync_file_fndecl_45585 f2fs_sync_file fndecl 2 45585 NULL
++enable_so_udf_free_blocks_fndecl_45589 udf_free_blocks fndecl 4-5 45589 NULL
++enable_so_wpan_phy_new_fndecl_45593 wpan_phy_new fndecl 2 45593 NULL
++enable_so_upd_received_ubi_volume_45595 upd_received ubi_volume 0 45595 NULL
++enable_so_level_btrfs_header_45603 level btrfs_header 0 45603 NULL
++enable_so_readpos_cx18_buffer_45604 readpos cx18_buffer 0 45604 NULL
++enable_so_readfreq_si476x_rsq_status_report_45610 readfreq si476x_rsq_status_report 0 45610 NULL
++enable_so_gss_krb5_aes_encrypt_fndecl_45613 gss_krb5_aes_encrypt fndecl 2 45613 NULL
++enable_so_l_logBBsize_xlog_45614 l_logBBsize xlog 0 45614 NULL
++enable_so_crtc_vblank_end_drm_display_mode_45620 crtc_vblank_end drm_display_mode 0 45620 NULL
++enable_so_blocknr_disk_index_entry_45635 blocknr disk_index_entry 0 45635 NULL
++enable_so_advmss_tcp_sock_45637 advmss tcp_sock 0 45637 NULL nohasharray
++enable_so_btrfs_bio_alloc_fndecl_45637 btrfs_bio_alloc fndecl 2 45637 &enable_so_advmss_tcp_sock_45637
++enable_so_tcfv_push_vid_tcf_vlan_45639 tcfv_push_vid tcf_vlan 0 45639 NULL
++enable_so_jfs_direct_IO_fndecl_45661 jfs_direct_IO fndecl 3 45661 NULL
++enable_so_blockmask_alauda_media_info_45662 blockmask alauda_media_info 0 45662 NULL
++enable_so_xfer_from_user_fndecl_45672 xfer_from_user fndecl 3 45672 NULL
++enable_so__snd_pcm_hw_param_min_fndecl_45677 _snd_pcm_hw_param_min fndecl 3 45677 NULL
++enable_so_ocfs2_get_sector_fndecl_45678 ocfs2_get_sector fndecl 4-3 45678 NULL
++enable_so_ib_umem_odp_map_dma_pages_fndecl_45679 ib_umem_odp_map_dma_pages fndecl 2 45679 NULL
++enable_so_sys_add_key_fndecl_45691 sys_add_key fndecl 4 45691 NULL nohasharray
++enable_so_nvme_trans_copy_to_user_fndecl_45691 nvme_trans_copy_to_user fndecl 3 45691 &enable_so_sys_add_key_fndecl_45691
++enable_so_write_file_spectral_short_repeat_fndecl_45700 write_file_spectral_short_repeat fndecl 3 45700 NULL
++enable_so_paging64_fetch_fndecl_45702 paging64_fetch fndecl 2 45702 NULL
++enable_so_offset_ixgbe_ring_feature_45704 offset ixgbe_ring_feature 0 45704 NULL
++enable_so_data_transfer_length_hpt_iop_request_get_config_45705 data_transfer_length hpt_iop_request_get_config 0 45705 NULL
++enable_so_do_splice_direct_fndecl_45710 do_splice_direct fndecl 5 45710 NULL nohasharray
++enable_so_fi_nblocks_nilfs_finfo_45710 fi_nblocks nilfs_finfo 0 45710 &enable_so_do_splice_direct_fndecl_45710
++enable_so_st5481_setup_isocpipes_fndecl_45711 st5481_setup_isocpipes fndecl 6 45711 NULL
++enable_so_width_cx23885_dev_45714 width cx23885_dev 0 45714 NULL
++enable_so_ocfs2_xattr_set_fndecl_45720 ocfs2_xattr_set fndecl 5 45720 NULL
++enable_so_num_cqs_mlx4_caps_45727 num_cqs mlx4_caps 0 45727 NULL
++enable_so_len_bnx2x_fw_file_section_45732 len bnx2x_fw_file_section 0 45732 NULL
++enable_so_sys_ptrace_fndecl_45738 sys_ptrace fndecl 3 45738 NULL
++enable_so_lis_stripe_count_lov_io_45743 lis_stripe_count lov_io 0 45743 NULL
++enable_so___add_inline_refs_fndecl_45744 __add_inline_refs fndecl 3 45744 NULL
++enable_so_get_args_iw_priv_args_45748 get_args iw_priv_args 0 45748 NULL
++enable_so_vslen_vardecl_matroxfb_base_c_45755 vslen vardecl_matroxfb_base.c 0 45755 NULL
++enable_so_stb0899_read_reg_fndecl_45758 stb0899_read_reg fndecl 0 45758 NULL
++enable_so_extra_postfix_len_ieee80211_crypto_ops_45763 extra_postfix_len ieee80211_crypto_ops 0 45763 NULL
++enable_so_count_n_hdlc_buf_45767 count n_hdlc_buf 0 45767 NULL
++enable_so_set_acoustic_fndecl_45772 set_acoustic fndecl 2 45772 NULL
++enable_so_flows_cnt_fq_codel_sched_data_45775 flows_cnt fq_codel_sched_data 0 45775 NULL
++enable_so_addr_nvme_user_io_45777 addr nvme_user_io 0 45777 NULL
++enable_so_buf_addr_mlx4_ib_create_qp_45781 buf_addr mlx4_ib_create_qp 0 45781 NULL nohasharray
++enable_so_len_ch_mem_range_45781 len ch_mem_range 0 45781 &enable_so_buf_addr_mlx4_ib_create_qp_45781
++enable_so_get_inode_info_fndecl_45784 get_inode_info fndecl 2 45784 NULL
++enable_so_online_pages_fndecl_45786 online_pages fndecl 2-1 45786 NULL
++enable_so_h_suballoc_loc_ocfs2_extent_block_45805 h_suballoc_loc ocfs2_extent_block 0 45805 NULL
++enable_so_len_sync_pt_info_45809 len sync_pt_info 0 45809 NULL
++enable_so_max_node_size_pnp_dev_node_info_45813 max_node_size pnp_dev_node_info 0 45813 NULL
++enable_so_xfs_zero_remaining_bytes_fndecl_45820 xfs_zero_remaining_bytes fndecl 3-2 45820 NULL
++enable_so_msg_init_fndecl_45825 msg_init fndecl 4 45825 NULL
++enable_so_tx_cmd_ep_usb_card_rec_45833 tx_cmd_ep usb_card_rec 0 45833 NULL
++enable_so_max_channels_evtchn_ops_45841 max_channels evtchn_ops 0 45841 NULL
++enable_so_submit_extent_page_fndecl_45843 submit_extent_page fndecl 4-5-6 45843 NULL
++enable_so_width_zr364xx_camera_45844 width zr364xx_camera 0 45844 NULL nohasharray
++enable_so_mwifiex_cfg80211_assoc_fndecl_45844 mwifiex_cfg80211_assoc fndecl 2 45844 &enable_so_width_zr364xx_camera_45844
++enable_so_sys_mlock_fndecl_45847 sys_mlock fndecl 1-2 45847 NULL nohasharray
++enable_so_bochs_gem_create_fndecl_45847 bochs_gem_create fndecl 2 45847 &enable_so_sys_mlock_fndecl_45847
++enable_so_xfs_rtallocate_extent_size_fndecl_45848 xfs_rtallocate_extent_size fndecl 4-8 45848 NULL
++enable_so_num_fault_mutexes_vardecl_hugetlb_c_45857 num_fault_mutexes vardecl_hugetlb.c 0 45857 NULL
++enable_so_net_header_len_inet_connection_sock_af_ops_45863 net_header_len inet_connection_sock_af_ops 0 45863 NULL
++enable_so___a2mp_build_fndecl_45864 __a2mp_build fndecl 3 45864 NULL
++enable_so_xfrm_nr_xfrm_policy_45865 xfrm_nr xfrm_policy 0 45865 NULL
++enable_so_parity_ore_layout_45869 parity ore_layout 0 45869 NULL nohasharray
++enable_so_hsc_msg_alloc_fndecl_45869 hsc_msg_alloc fndecl 1 45869 &enable_so_parity_ore_layout_45869
++enable_so_fpfd_adf4350_state_45870 fpfd adf4350_state 0 45870 NULL
++enable_so_mwifiex_alloc_sdio_mpa_buffers_fndecl_45874 mwifiex_alloc_sdio_mpa_buffers fndecl 2-3 45874 NULL
++enable_so_pti_char_write_fndecl_45875 pti_char_write fndecl 3 45875 NULL
++enable_so_ext4_es_remove_extent_fndecl_45877 ext4_es_remove_extent fndecl 3-2 45877 NULL
++enable_so_max_buffer_sectors_vardecl_floppy_c_45884 max_buffer_sectors vardecl_floppy.c 0 45884 NULL
++enable_so_do_shared_fault_fndecl_45891 do_shared_fault fndecl 3-5 45891 NULL
++enable_so___absent_pages_in_range_fndecl_45892 __absent_pages_in_range fndecl 0-2-3 45892 NULL
++enable_so___record_deleted_ref_fndecl_45899 __record_deleted_ref fndecl 2 45899 NULL
++enable_so_generic_file_direct_write_fndecl_45904 generic_file_direct_write fndecl 3 45904 NULL nohasharray
++enable_so_bLength_usb_descriptor_header_45904 bLength usb_descriptor_header 0 45904 &enable_so_generic_file_direct_write_fndecl_45904
++enable_so_jhead_cnt_ubifs_info_45905 jhead_cnt ubifs_info 0 45905 NULL
++enable_so_bg_itable_unused_hi_ext4_group_desc_45918 bg_itable_unused_hi ext4_group_desc 0 45918 NULL
++enable_so_lpfc_idiag_queacc_write_fndecl_45920 lpfc_idiag_queacc_write fndecl 3 45920 NULL
++enable_so_mru_asyncppp_45929 mru asyncppp 0 45929 NULL
++enable_so_fan_count_applesmc_registers_45934 fan_count applesmc_registers 0 45934 NULL
++enable_so_num_ports_pciserial_board_45938 num_ports pciserial_board 0 45938 NULL
++enable_so_i_dir_level_f2fs_inode_info_45949 i_dir_level f2fs_inode_info 0 45949 NULL
++enable_so_sigma_fw_load_samplerates_fndecl_45951 sigma_fw_load_samplerates fndecl 3-0 45951 NULL
++enable_so_security_set_fndecl_45953 security_set fndecl 4 45953 NULL
++enable_so_q1_buf_size_bna_rx_config_45965 q1_buf_size bna_rx_config 0 45965 NULL
++enable_so_qnx6_find_entry_fndecl_45969 qnx6_find_entry fndecl 0 45969 NULL nohasharray
++enable_so_len_ippp_buf_queue_45969 len ippp_buf_queue 0 45969 &enable_so_qnx6_find_entry_fndecl_45969
++enable_so_recover_data_page_fndecl_45972 recover_data_page fndecl 5 45972 NULL
++enable_so_ext_tree_split_fndecl_45973 ext_tree_split fndecl 3 45973 NULL
++enable_so_dbdma_cmd_yellowfin_desc_45980 dbdma_cmd yellowfin_desc 0 45980 NULL nohasharray
++enable_so_target_size_ebt_entry_target_45980 target_size ebt_entry_target 0 45980 &enable_so_dbdma_cmd_yellowfin_desc_45980
++enable_so___probe_kernel_read_fndecl_45996 __probe_kernel_read fndecl 3 45996 NULL
++enable_so_sctp_v4_err_fndecl_45997 sctp_v4_err fndecl 2 45997 NULL
++enable_so_btrfs_search_path_in_tree_fndecl_45998 btrfs_search_path_in_tree fndecl 2-3 45998 NULL
++enable_so_finish_request_fndecl_46010 finish_request fndecl 5 46010 NULL
++enable_so_add_del_listener_fndecl_46013 add_del_listener fndecl 0 46013 NULL
++enable_so_get_derived_key_fndecl_46015 get_derived_key fndecl 4 46015 NULL
++enable_so_afs_proc_cells_write_fndecl_46016 afs_proc_cells_write fndecl 3 46016 NULL
++enable_so_hw_ptr_snd_rawmidi_runtime_46024 hw_ptr snd_rawmidi_runtime 0 46024 NULL
++enable_so_vmemmap_alloc_block_buf_fndecl_46037 vmemmap_alloc_block_buf fndecl 1 46037 NULL nohasharray
++enable_so_forced_offset_bna_hds_config_46037 forced_offset bna_hds_config 0 46037 &enable_so_vmemmap_alloc_block_buf_fndecl_46037
++enable_so_acl_mtu_hci_dev_46038 acl_mtu hci_dev 0 46038 NULL
++enable_so_value_len_ext3_xattr_info_46044 value_len ext3_xattr_info 0 46044 NULL
++enable_so_dma_size_qlcnic_host_rds_ring_46045 dma_size qlcnic_host_rds_ring 0 46045 NULL
++enable_so_p9_client_prepare_req_fndecl_46048 p9_client_prepare_req fndecl 3 46048 NULL
++enable_so___vmalloc_fndecl_46051 __vmalloc fndecl 1 46051 NULL
++enable_so_sys_lsetxattr_fndecl_46058 sys_lsetxattr fndecl 4 46058 NULL
++enable_so_sisfb_parm_mem_sis_video_info_46063 sisfb_parm_mem sis_video_info 0 46063 NULL nohasharray
++enable_so_get_tx_data_len_rt2x00lib_ops_46063 get_tx_data_len rt2x00lib_ops 0 46063 &enable_so_sisfb_parm_mem_sis_video_info_46063
++enable_so_MaxBurstLength_iscsi_sess_ops_46064 MaxBurstLength iscsi_sess_ops 0 46064 NULL nohasharray
++enable_so_s_start_bfs_super_block_46064 s_start bfs_super_block 0 46064 &enable_so_MaxBurstLength_iscsi_sess_ops_46064
++enable_so_seg_count_drm_buf_entry_46065 seg_count drm_buf_entry 0 46065 NULL
++enable_so_piobufs_qib_ctxtdata_46066 piobufs qib_ctxtdata 0 46066 NULL
++enable_so_FirstPhysicalEUN_NFTLMediaHeader_46068 FirstPhysicalEUN NFTLMediaHeader 0 46068 NULL
++enable_so_wSamplesPerFrame_uac_format_type_ii_ext_descriptor_46084 wSamplesPerFrame uac_format_type_ii_ext_descriptor 0 46084 NULL
++enable_so_alloc_dca_provider_fndecl_46085 alloc_dca_provider fndecl 2 46085 NULL
++enable_so_v9fs_xattr_set_acl_fndecl_46096 v9fs_xattr_set_acl fndecl 4 46096 NULL
++enable_so_hidraw_read_fndecl_46097 hidraw_read fndecl 3 46097 NULL nohasharray
++enable_so_len_sfi_table_header_46097 len sfi_table_header 0 46097 &enable_so_hidraw_read_fndecl_46097
++enable_so_jbd2_journal_write_metadata_buffer_fndecl_46103 jbd2_journal_write_metadata_buffer fndecl 4 46103 NULL
++enable_so_bs_vardecl_null_blk_c_46104 bs vardecl_null_blk.c 0 46104 NULL
++enable_so_page_add_new_anon_rmap_fndecl_46112 page_add_new_anon_rmap fndecl 3 46112 NULL
++enable_so_ioperm_get_fndecl_46118 ioperm_get fndecl 4-3 46118 NULL
++enable_so_pineview_clock_fndecl_46122 pineview_clock fndecl 1 46122 NULL
++enable_so_height_saa7134_dev_46126 height saa7134_dev 0 46126 NULL
++enable_so_get_mctgt_type_fndecl_46128 get_mctgt_type fndecl 2 46128 NULL nohasharray
++enable_so_len_cp_header_46128 len cp_header 0 46128 &enable_so_get_mctgt_type_fndecl_46128
++enable_so_prism2_info_scanresults_fndecl_46146 prism2_info_scanresults fndecl 3 46146 NULL
++enable_so_memblock_alloc_range_nid_fndecl_46147 memblock_alloc_range_nid fndecl 1 46147 NULL
++enable_so_transfer_len_xhci_transfer_event_46161 transfer_len xhci_transfer_event 0 46161 NULL
++enable_so_max_segs_mmc_test_area_46176 max_segs mmc_test_area 0 46176 NULL
++enable_so_key_size_ecryptfs_private_key_46181 key_size ecryptfs_private_key 0 46181 NULL
++enable_so_mlock_fixup_fndecl_46182 mlock_fixup fndecl 4-3 46182 NULL
++enable_so_size_aper_size_info_32_46193 size aper_size_info_32 0 46193 NULL nohasharray
++enable_so_fuse_file_llseek_fndecl_46193 fuse_file_llseek fndecl 2 46193 &enable_so_size_aper_size_info_32_46193 nohasharray
++enable_so_strnlen_fndecl_46193 strnlen fndecl 0 46193 &enable_so_fuse_file_llseek_fndecl_46193
++enable_so_qib_decode_7220_sdma_errs_fndecl_46194 qib_decode_7220_sdma_errs fndecl 4 46194 NULL
++enable_so_sctp_manip_pkt_fndecl_46198 sctp_manip_pkt fndecl 4 46198 NULL
++enable_so_musb_readb_vardecl_46199 musb_readb vardecl 0 46199 NULL nohasharray
++enable_so_snd_interval_refine_set_fndecl_46199 snd_interval_refine_set fndecl 2 46199 &enable_so_musb_readb_vardecl_46199
++enable_so_snd_usbmidi_input_data_fndecl_46204 snd_usbmidi_input_data fndecl 4 46204 NULL nohasharray
++enable_so_count_raw_sock_46204 count raw_sock 0 46204 &enable_so_snd_usbmidi_input_data_fndecl_46204
++enable_so_hblank_lo_detailed_pixel_timing_46206 hblank_lo detailed_pixel_timing 0 46206 NULL
++enable_so_hdrlen_ip_beet_phdr_46210 hdrlen ip_beet_phdr 0 46210 NULL nohasharray
++enable_so_sync_request_md_personality_46210 sync_request md_personality 0 46210 &enable_so_hdrlen_ip_beet_phdr_46210
++enable_so_assocresp_ies_len_cfg80211_beacon_data_46212 assocresp_ies_len cfg80211_beacon_data 0 46212 NULL
++enable_so_modify_index_fndecl_46216 modify_index fndecl 3 46216 NULL
++enable_so_unuse_pte_fndecl_46217 unuse_pte fndecl 3 46217 NULL
++enable_so_cob_size_savagefb_par_46219 cob_size savagefb_par 0 46219 NULL
++enable_so_name_len_ext3_dir_entry_2_46227 name_len ext3_dir_entry_2 0 46227 NULL
++enable_so_bLength_usb_interface_assoc_descriptor_46229 bLength usb_interface_assoc_descriptor 0 46229 NULL
++enable_so_venus_remove_fndecl_46230 venus_remove fndecl 4 46230 NULL
++enable_so_mei_nfc_recv_fndecl_46235 mei_nfc_recv fndecl 3 46235 NULL
++enable_so_rsn_ie_len_libipw_network_46238 rsn_ie_len libipw_network 0 46238 NULL nohasharray
++enable_so_xlog_do_recover_fndecl_46238 xlog_do_recover fndecl 3 46238 &enable_so_rsn_ie_len_libipw_network_46238
++enable_so_response_length_mlx4_uverbs_ex_query_device_resp_46245 response_length mlx4_uverbs_ex_query_device_resp 0 46245 NULL
++enable_so_node_acl_size_target_core_fabric_ops_46247 node_acl_size target_core_fabric_ops 0 46247 NULL
++enable_so_erst_clear_fndecl_46248 erst_clear fndecl 1 46248 NULL
++enable_so_gspca_dev_probe2_fndecl_46250 gspca_dev_probe2 fndecl 4 46250 NULL
++enable_so_extra_beacon_tailroom_ieee80211_hw_46256 extra_beacon_tailroom ieee80211_hw 0 46256 NULL
++enable_so_size_xenvif_rx_meta_46270 size xenvif_rx_meta 0 46270 NULL
++enable_so_xi_value_len_ocfs2_xattr_info_46285 xi_value_len ocfs2_xattr_info 0 46285 NULL
++enable_so_dq_local_phys_blk_ocfs2_dquot_46292 dq_local_phys_blk ocfs2_dquot 0 46292 NULL
++enable_so_len_nfs3_setaclargs_46293 len nfs3_setaclargs 0 46293 NULL
++enable_so_omfs_allocate_block_fndecl_46295 omfs_allocate_block fndecl 2 46295 NULL
++enable_so_dm_btree_insert_notify_fndecl_46297 dm_btree_insert_notify fndecl 2 46297 NULL
++enable_so_regmap_raw_write_async_fndecl_46298 regmap_raw_write_async fndecl 2-4 46298 NULL
++enable_so_status2_ar9003_rxs_46299 status2 ar9003_rxs 0 46299 NULL
++enable_so_ffs_prepare_buffer_fndecl_46311 ffs_prepare_buffer fndecl 2 46311 NULL
++enable_so_i_size_inode_46327 i_size inode 0 46327 NULL
++enable_so_pvr2_ioread_set_sync_key_fndecl_46329 pvr2_ioread_set_sync_key fndecl 3 46329 NULL
++enable_so_shmem_zero_setup_fndecl_46334 shmem_zero_setup fndecl 0 46334 NULL nohasharray
++enable_so_max_vnic_func_qlcnic_hardware_context_46334 max_vnic_func qlcnic_hardware_context 0 46334 &enable_so_shmem_zero_setup_fndecl_46334
++enable_so_mwifiex_cfg80211_tdls_mgmt_fndecl_46335 mwifiex_cfg80211_tdls_mgmt fndecl 10 46335 NULL
++enable_so_stv6110_read_regs_fndecl_46339 stv6110_read_regs fndecl 4 46339 NULL
++enable_so_af9013_rd_regs_i2c_fndecl_46343 af9013_rd_regs_i2c fndecl 5 46343 NULL
++enable_so_recently_deleted_fndecl_46346 recently_deleted fndecl 3 46346 NULL
++enable_so_zoran_v4l_set_format_fndecl_46347 zoran_v4l_set_format fndecl 2-3 46347 NULL
++enable_so_fc_frame_alloc_fill_fndecl_46353 fc_frame_alloc_fill fndecl 2 46353 NULL
++enable_so_nid_f2fs_summary_46354 nid f2fs_summary 0 46354 NULL
++enable_so_dvb_ep_isoc_em28xx_46357 dvb_ep_isoc em28xx 0 46357 NULL
++enable_so_ring_cons_per_user_data_46365 ring_cons per_user_data 0 46365 NULL
++enable_so_max_write_size_ubifs_info_46369 max_write_size ubifs_info 0 46369 NULL
++enable_so_descriptor_loc_fndecl_46373 descriptor_loc fndecl 0-3-2 46373 NULL
++enable_so_bnx2_change_mtu_fndecl_46374 bnx2_change_mtu fndecl 2 46374 NULL nohasharray
++enable_so_fs_path_ensure_buf_fndecl_46374 fs_path_ensure_buf fndecl 2 46374 &enable_so_bnx2_change_mtu_fndecl_46374
++enable_so_gru_start_paddr_vardecl_46378 gru_start_paddr vardecl 0 46378 NULL
++enable_so_acpi_ds_build_internal_buffer_obj_fndecl_46379 acpi_ds_build_internal_buffer_obj fndecl 3 46379 NULL
++enable_so_snd_pcm_oss_set_channels_fndecl_46393 snd_pcm_oss_set_channels fndecl 2 46393 NULL
++enable_so_SavagePanelWidth_savagefb_par_46407 SavagePanelWidth savagefb_par 0 46407 NULL
++enable_so_skb_maybe_pull_tail_fndecl_46422 skb_maybe_pull_tail fndecl 3 46422 NULL
++enable_so_proberesp_ies_len_cfg80211_beacon_data_46424 proberesp_ies_len cfg80211_beacon_data 0 46424 NULL
++enable_so_rds_pin_pages_fndecl_46432 rds_pin_pages fndecl 1 46432 NULL
++enable_so_st21nfca_hci_dep_link_up_fndecl_46438 st21nfca_hci_dep_link_up fndecl 5 46438 NULL
++enable_so_vid_bridge_vlan_info_46442 vid bridge_vlan_info 0 46442 NULL
++enable_so_btrfsic_process_superblock_dev_mirror_fndecl_46444 btrfsic_process_superblock_dev_mirror fndecl 4 46444 NULL
++enable_so_C_SYSC_get_mempolicy_fndecl_46447 C_SYSC_get_mempolicy fndecl 3 46447 NULL
++enable_so__iwl_dbgfs_bcast_filters_write_fndecl_46448 _iwl_dbgfs_bcast_filters_write fndecl 3 46448 NULL
++enable_so_btrfs_del_dir_entries_in_log_fndecl_46449 btrfs_del_dir_entries_in_log fndecl 6 46449 NULL nohasharray
++enable_so_get_last_extent_fndecl_46449 get_last_extent fndecl 2 46449 &enable_so_btrfs_del_dir_entries_in_log_fndecl_46449
++enable_so_nfsd_nrpools_fndecl_46460 nfsd_nrpools fndecl 0 46460 NULL
++enable_so_ib_copy_from_udata_fndecl_46461 ib_copy_from_udata fndecl 3 46461 NULL
++enable_so_size_drm_local_map_46462 size drm_local_map 0 46462 NULL
++enable_so_ssid_len_hfa384x_hostscan_result_46466 ssid_len hfa384x_hostscan_result 0 46466 NULL
++enable_so_ext4_resize_fs_fndecl_46468 ext4_resize_fs fndecl 2 46468 NULL
++enable_so_kmalloc_large_node_fndecl_46469 kmalloc_large_node fndecl 1 46469 NULL
++enable_so_hpfs_add_de_fndecl_46472 hpfs_add_de fndecl 4 46472 NULL
++enable_so_mpi_get_nbits_fndecl_46476 mpi_get_nbits fndecl 0 46476 NULL
++enable_so_nla_put_nohdr_fndecl_46479 nla_put_nohdr fndecl 2 46479 NULL
++enable_so_ro_slot_rcom_slot_46481 ro_slot rcom_slot 0 46481 NULL nohasharray
++enable_so_hr_num_pages_o2hb_region_46481 hr_num_pages o2hb_region 0 46481 &enable_so_ro_slot_rcom_slot_46481
++enable_so_usb_wwan_write_fndecl_46494 usb_wwan_write fndecl 4 46494 NULL
++enable_so___copy_from_user_ll_nozero_fndecl_46496 __copy_from_user_ll_nozero fndecl 0 46496 NULL
++enable_so_afs_fsync_fndecl_46498 afs_fsync fndecl 2 46498 NULL
++enable_so_align_ieee80211_vendor_radiotap_46503 align ieee80211_vendor_radiotap 0 46503 NULL
++enable_so_nfs_direct_write_schedule_iovec_fndecl_46504 nfs_direct_write_schedule_iovec fndecl 3 46504 NULL
++enable_so_tx_rate_sta_info_46505 tx_rate sta_info 0 46505 NULL
++enable_so_write_pbl_fndecl_46508 write_pbl fndecl 4 46508 NULL
++enable_so_tunables_write_fndecl_46520 tunables_write fndecl 3 46520 NULL
++enable_so_bio_split_fndecl_46527 bio_split fndecl 2 46527 NULL
++enable_so_sddr09_request_sense_fndecl_46529 sddr09_request_sense fndecl 3 46529 NULL
++enable_so_dr_suballoc_loc_ocfs2_dx_root_block_46531 dr_suballoc_loc ocfs2_dx_root_block 0 46531 NULL
++enable_so_fcoe_ctlr_vn_send_fndecl_46532 fcoe_ctlr_vn_send fndecl 4 46532 NULL
++enable_so_bNrChannels_uac_format_type_i_continuous_descriptor_46536 bNrChannels uac_format_type_i_continuous_descriptor 0 46536 NULL
++enable_so_hsub_vsp1_format_info_46540 hsub vsp1_format_info 0 46540 NULL
++enable_so_keysize_sunxi_sid_data_46545 keysize sunxi_sid_data 0 46545 NULL
++enable_so_lower_margin_fb_videomode_46549 lower_margin fb_videomode 0 46549 NULL nohasharray
++enable_so_memdup_user_fndecl_46549 memdup_user fndecl 2 46549 &enable_so_lower_margin_fb_videomode_46549
++enable_so_max8925_bulk_write_fndecl_46558 max8925_bulk_write fndecl 3 46558 NULL
++enable_so_max_msix_vectors_vardecl_mpt3sas_base_c_46566 max_msix_vectors vardecl_mpt3sas_base.c 0 46566 NULL
++enable_so_find_first_zero_bit_fndecl_46567 find_first_zero_bit fndecl 0 46567 NULL
++enable_so_ndivs_divs_data_46571 ndivs divs_data 0 46571 NULL
++enable_so_file_update_time_fndecl_46572 file_update_time fndecl 0 46572 NULL
++enable_so_SyS_setdomainname_fndecl_46573 SyS_setdomainname fndecl 2 46573 NULL
++enable_so_frame_bits_snd_pcm_runtime_46580 frame_bits snd_pcm_runtime 0 46580 NULL
++enable_so_mtrr_write_fndecl_46581 mtrr_write fndecl 3 46581 NULL
++enable_so_f2fs_nfs_get_inode_fndecl_46582 f2fs_nfs_get_inode fndecl 2 46582 NULL
++enable_so_qxl_num_crtc_vardecl_46583 qxl_num_crtc vardecl 0 46583 NULL
++enable_so_dm_btree_find_key_fndecl_46584 dm_btree_find_key fndecl 2 46584 NULL
++enable_so_jffs2_alloc_full_dirent_fndecl_46592 jffs2_alloc_full_dirent fndecl 1 46592 NULL nohasharray
++enable_so_sg_build_sgat_fndecl_46592 sg_build_sgat fndecl 3-0 46592 &enable_so_jffs2_alloc_full_dirent_fndecl_46592
++enable_so_back_xfs_attr3_icleaf_hdr_46595 back xfs_attr3_icleaf_hdr 0 46595 NULL
++enable_so_fuse_async_req_send_fndecl_46596 fuse_async_req_send fndecl 0-3 46596 NULL
++enable_so_len_ext4_str_46600 len ext4_str 0 46600 NULL
++enable_so_cma_init_reserved_mem_fndecl_46602 cma_init_reserved_mem fndecl 3-1-2 46602 NULL
++enable_so_init_state_fndecl_46614 init_state fndecl 2 46614 NULL
++enable_so_jmb38x_ms_count_slots_fndecl_46615 jmb38x_ms_count_slots fndecl 0 46615 NULL
++enable_so_snd_usb_parse_datainterval_fndecl_46616 snd_usb_parse_datainterval fndecl 0 46616 NULL
++enable_so_num_ppns_qp_guest_endpoint_46623 num_ppns qp_guest_endpoint 0 46623 NULL
++enable_so_cl_maxproc_rpc_clnt_46627 cl_maxproc rpc_clnt 0 46627 NULL
++enable_so_alloc_size_nf_ct_ext_type_46634 alloc_size nf_ct_ext_type 0 46634 NULL
++enable_so_btrfs_get_token_16_fndecl_46639 btrfs_get_token_16 fndecl 0 46639 NULL
++enable_so_qib_reg_phys_mr_fndecl_46649 qib_reg_phys_mr fndecl 3 46649 NULL
++enable_so_mwifiex_set_wps_ie_fndecl_46650 mwifiex_set_wps_ie fndecl 3 46650 NULL
++enable_so_transfer_buffer_length_usbip_header_cmd_submit_46658 transfer_buffer_length usbip_header_cmd_submit 0 46658 NULL
++enable_so_btrfs_get_extent_fiemap_fndecl_46659 btrfs_get_extent_fiemap fndecl 4-3-5 46659 NULL
++enable_so_bmap_fndecl_46663 bmap fndecl 0 46663 NULL
++enable_so_physical_block_size_queue_limits_46666 physical_block_size queue_limits 0 46666 NULL
++enable_so_mpx_notify_unmap_fndecl_46669 mpx_notify_unmap fndecl 3-4 46669 NULL
++enable_so_got_bytes_cifs_readdata_46678 got_bytes cifs_readdata 0 46678 NULL
++enable_so_c2_mq_rep_init_fndecl_46679 c2_mq_rep_init fndecl 4 46679 NULL
++enable_so_selfballoon_uphysteresis_vardecl_xen_selfballoon_c_46686 selfballoon_uphysteresis vardecl_xen-selfballoon.c 0 46686 NULL
++enable_so_display_crc_ctl_write_fndecl_46690 display_crc_ctl_write fndecl 3 46690 NULL
++enable_so_printer_write_fndecl_46695 printer_write fndecl 3 46695 NULL
++enable_so___pskb_pull_tail_fndecl_46700 __pskb_pull_tail fndecl 2 46700 NULL
++enable_so_cmsg_len_cmsghdr_46711 cmsg_len cmsghdr 0 46711 NULL
++enable_so_irq_alloc_domain_generic_chips_fndecl_46715 irq_alloc_domain_generic_chips fndecl 3-2 46715 NULL
++enable_so_peer_max_bio_size_drbd_device_46722 peer_max_bio_size drbd_device 0 46722 NULL
++enable_so_ext3_dir_llseek_fndecl_46745 ext3_dir_llseek fndecl 2 46745 NULL nohasharray
++enable_so_wm8994_set_fll_fndecl_46745 wm8994_set_fll fndecl 4-5 46745 &enable_so_ext3_dir_llseek_fndecl_46745
++enable_so_cvmx_bootmem_phy_named_block_find_fndecl_46752 cvmx_bootmem_phy_named_block_find fndecl 0 46752 NULL
++enable_so_count_nfs_readdirargs_46759 count nfs_readdirargs 0 46759 NULL
++enable_so___kfifo_from_user_r_fndecl_46762 __kfifo_from_user_r fndecl 3-5 46762 NULL
++enable_so_wptr_amdgpu_ring_46763 wptr amdgpu_ring 0 46763 NULL
++enable_so_height_tcm_46766 height tcm 0 46766 NULL
++enable_so_maxclk_vardecl_uvesafb_c_46773 maxclk vardecl_uvesafb.c 0 46773 NULL nohasharray
++enable_so_target_begin_dm_region_hash_46773 target_begin dm_region_hash 0 46773 &enable_so_maxclk_vardecl_uvesafb_c_46773 nohasharray
++enable_so_s_bshift_ufs_sb_private_info_46773 s_bshift ufs_sb_private_info 0 46773 &enable_so_target_begin_dm_region_hash_46773
++enable_so_mc_groups_longs_vardecl_genetlink_c_46774 mc_groups_longs vardecl_genetlink.c 0 46774 NULL
++enable_so_s_csaddr_ufs_sb_private_info_46789 s_csaddr ufs_sb_private_info 0 46789 NULL
++enable_so_bytes_remaining_parser_context_46791 bytes_remaining parser_context 0 46791 NULL
++enable_so_brcmf_usb_rx_ctlpkt_fndecl_46799 brcmf_usb_rx_ctlpkt fndecl 3 46799 NULL nohasharray
++enable_so_drbd_alloc_peer_req_fndecl_46799 drbd_alloc_peer_req fndecl 4-3 46799 &enable_so_brcmf_usb_rx_ctlpkt_fndecl_46799
++enable_so_ceph_msg_data_bio_advance_fndecl_46804 ceph_msg_data_bio_advance fndecl 2 46804 NULL
++enable_so_mlx4_en_change_mtu_fndecl_46805 mlx4_en_change_mtu fndecl 2 46805 NULL
++enable_so_mesh_rx_csa_frame_fndecl_46810 mesh_rx_csa_frame fndecl 3 46810 NULL
++enable_so_dccp_setsockopt_fndecl_46812 dccp_setsockopt fndecl 5 46812 NULL
++enable_so_buffer_size_snd_rawmidi_params_46813 buffer_size snd_rawmidi_params 0 46813 NULL
++enable_so_nfulnl_set_mode_fndecl_46818 nfulnl_set_mode fndecl 3 46818 NULL
++enable_so_frame_size_ipw2100_status_46819 frame_size ipw2100_status 0 46819 NULL
++enable_so_residue_c67x00_td_46828 residue c67x00_td 0 46828 NULL nohasharray
++enable_so_paging32_walk_addr_generic_fndecl_46828 paging32_walk_addr_generic fndecl 4-5 46828 &enable_so_residue_c67x00_td_46828
++enable_so_num_prior_parent_snaps_ceph_snap_realm_46841 num_prior_parent_snaps ceph_snap_realm 0 46841 NULL
++enable_so_n_channels_wmi_scan_chan_list_arg_46842 n_channels wmi_scan_chan_list_arg 0 46842 NULL
++enable_so_tveeprom_read_fndecl_46846 tveeprom_read fndecl 3 46846 NULL
++enable_so___bread_gfp_fndecl_46858 __bread_gfp fndecl 3-2 46858 NULL
++enable_so_xwrite_fndecl_46865 xwrite fndecl 3 46865 NULL
++enable_so_swiotlb_map_page_fndecl_46870 swiotlb_map_page fndecl 4 46870 NULL nohasharray
++enable_so_nb_ace_lite_cci_nb_ports_46870 nb_ace_lite cci_nb_ports 0 46870 &enable_so_swiotlb_map_page_fndecl_46870
++enable_so_lookup_node_fndecl_46882 lookup_node fndecl 2 46882 NULL
++enable_so_len_nfsd3_readlinkres_46888 len nfsd3_readlinkres 0 46888 NULL
++enable_so_boff_videobuf_buffer_46889 boff videobuf_buffer 0 46889 NULL
++enable_so_ksi_nthreads_max_ksock_sched_info_46891 ksi_nthreads_max ksock_sched_info 0 46891 NULL
++enable_so_ql_process_mac_rx_gro_page_fndecl_46902 ql_process_mac_rx_gro_page fndecl 5-4 46902 NULL
++enable_so_ipoib_recvq_size_vardecl_46904 ipoib_recvq_size vardecl 0 46904 NULL
++enable_so_num_sacks_tcp_options_received_46914 num_sacks tcp_options_received 0 46914 NULL
++enable_so_osd_req_read_kern_fndecl_46917 osd_req_read_kern fndecl 5 46917 NULL
++enable_so_ext3_create_journal_fndecl_46919 ext3_create_journal fndecl 3 46919 NULL
++enable_so_tot_len_ipv6_txoptions_46931 tot_len ipv6_txoptions 0 46931 NULL
++enable_so___arch_hweight16_fndecl_46932 __arch_hweight16 fndecl 0 46932 NULL
++enable_so_c_iusedoff_ufs_cg_private_info_46933 c_iusedoff ufs_cg_private_info 0 46933 NULL
++enable_so_bg_inode_bitmap_hi_ext4_group_desc_46942 bg_inode_bitmap_hi ext4_group_desc 0 46942 NULL
++enable_so_periodic_size_fusbh200_hcd_46943 periodic_size fusbh200_hcd 0 46943 NULL
++enable_so_devblksize_squashfs_sb_info_46950 devblksize squashfs_sb_info 0 46950 NULL
++enable_so_osd_req_list_dev_partitions_fndecl_46952 osd_req_list_dev_partitions fndecl 4 46952 NULL
++enable_so_ebitmap_set_bit_fndecl_46955 ebitmap_set_bit fndecl 2 46955 NULL
++enable_so_xlog_bread_offset_fndecl_46957 xlog_bread_offset fndecl 2-3 46957 NULL nohasharray
++enable_so_steer_qpn_count_mlx4_ib_dev_46957 steer_qpn_count mlx4_ib_dev 0 46957 &enable_so_xlog_bread_offset_fndecl_46957
++enable_so_s_desc_per_block_ext2_sb_info_46964 s_desc_per_block ext2_sb_info 0 46964 NULL
++enable_so_ieee80211_if_fmt_dot11MeshAwakeWindowDuration_fndecl_46965 ieee80211_if_fmt_dot11MeshAwakeWindowDuration fndecl 3 46965 NULL
++enable_so_register_device_fndecl_46972 register_device fndecl 3 46972 NULL
++enable_so_numbers_count_tomoyo_condition_46984 numbers_count tomoyo_condition 0 46984 NULL
++enable_so_size_dwc3_trb_46986 size dwc3_trb 0 46986 NULL
++enable_so_gru_alloc_gts_fndecl_46987 gru_alloc_gts fndecl 4-6-2-3 46987 NULL
++enable_so_tx_queue_size_pxa168_eth_platform_data_46988 tx_queue_size pxa168_eth_platform_data 0 46988 NULL
++enable_so_lrg_buffer_len_ql3_adapter_46994 lrg_buffer_len ql3_adapter 0 46994 NULL nohasharray
++enable_so_sys_sched_getaffinity_fndecl_46994 sys_sched_getaffinity fndecl 2 46994 &enable_so_lrg_buffer_len_ql3_adapter_46994
++enable_so_do_ip6t_set_ctl_fndecl_47003 do_ip6t_set_ctl fndecl 4 47003 NULL
++enable_so_bytesused_uvc_buffer_47017 bytesused uvc_buffer 0 47017 NULL
++enable_so___insert_orphan_inode_fndecl_47022 __insert_orphan_inode fndecl 3 47022 NULL
++enable_so_length_acpi_buffer_47024 length acpi_buffer 0 47024 NULL
++enable_so_ath6kl_listen_int_write_fndecl_47025 ath6kl_listen_int_write fndecl 3 47025 NULL
++enable_so_length_ixgb_rx_desc_47027 length ixgb_rx_desc 0 47027 NULL
++enable_so_usb_os_desc_prepare_interf_dir_fndecl_47032 usb_os_desc_prepare_interf_dir fndecl 2 47032 NULL
++enable_so_desc_size_shdma_dev_47035 desc_size shdma_dev 0 47035 NULL
++enable_so_rtl2832_regmap_read_fndecl_47037 rtl2832_regmap_read fndecl 3-5 47037 NULL
++enable_so_decode_bitmap_c_fndecl_47038 decode_bitmap_c fndecl 4 47038 NULL
++enable_so_schedule_copy_fndecl_47040 schedule_copy fndecl 4-5-8 47040 NULL
++enable_so_icds_per_ctrl_hba_parameters_47047 icds_per_ctrl hba_parameters 0 47047 NULL
++enable_so_ip_set_max_ip_set_net_47054 ip_set_max ip_set_net 0 47054 NULL
++enable_so_nfs_idmap_request_key_fndecl_47055 nfs_idmap_request_key fndecl 2 47055 NULL
++enable_so_width_tm6000_core_47057 width tm6000_core 0 47057 NULL nohasharray
++enable_so_vbi_width_em28xx_v4l2_47057 vbi_width em28xx_v4l2 0 47057 &enable_so_width_tm6000_core_47057
++enable_so_ieee80211_if_fmt_fwded_frames_fndecl_47060 ieee80211_if_fmt_fwded_frames fndecl 3 47060 NULL
++enable_so_sect_ide_drive_s_47062 sect ide_drive_s 0 47062 NULL
++enable_so_len_Vmxnet3_RxCompDesc_47066 len Vmxnet3_RxCompDesc 0 47066 NULL
++enable_so_ext3_xattr_security_set_fndecl_47071 ext3_xattr_security_set fndecl 4 47071 NULL
++enable_so_buf_size_usbatm_channel_47081 buf_size usbatm_channel 0 47081 NULL
++enable_so_epnum_isp116x_ep_47082 epnum isp116x_ep 0 47082 NULL
++enable_so_q_pwr_lcnphy_iq_est_47083 q_pwr lcnphy_iq_est 0 47083 NULL
++enable_so_yres_fb_videomode_47087 yres fb_videomode 0 47087 NULL nohasharray
++enable_so_ld_usb_read_fndecl_47087 ld_usb_read fndecl 3 47087 &enable_so_yres_fb_videomode_47087
++enable_so_ext2_get_inode_fndecl_47089 ext2_get_inode fndecl 2 47089 NULL
++enable_so_pcpu_need_to_extend_fndecl_47094 pcpu_need_to_extend fndecl 0 47094 NULL
++enable_so_begin_dm_target_47098 begin dm_target 0 47098 NULL
++enable_so_len_wmi_rx_action_event_47102 len wmi_rx_action_event 0 47102 NULL
++enable_so_agp_size_drm_mga_dma_bootstrap_47108 agp_size drm_mga_dma_bootstrap 0 47108 NULL
++enable_so_f_height_camif_frame_47111 f_height camif_frame 0 47111 NULL
++enable_so_num_mthca_resource_47114 num mthca_resource 0 47114 NULL nohasharray
++enable_so_num_outstanding_cmds_req_que_47114 num_outstanding_cmds req_que 0 47114 &enable_so_num_mthca_resource_47114
++enable_so_iwl_dbgfs_rx_handlers_write_fndecl_47116 iwl_dbgfs_rx_handlers_write fndecl 3 47116 NULL
++enable_so_nportcntrs_qib_chip_specific_47118 nportcntrs qib_chip_specific 0 47118 NULL
++enable_so_usnic_uiom_reg_get_fndecl_47120 usnic_uiom_reg_get fndecl 2 47120 NULL
++enable_so_j_len_reiserfs_journal_47121 j_len reiserfs_journal 0 47121 NULL
++enable_so_filemap_fdatawrite_range_fndecl_47125 filemap_fdatawrite_range fndecl 2 47125 NULL
++enable_so_target_xcopy_write_destination_fndecl_47134 target_xcopy_write_destination fndecl 5 47134 NULL
++enable_so_data_len_nvme_passthru_cmd_47145 data_len nvme_passthru_cmd 0 47145 NULL
++enable_so_uwb_bce_print_IEs_fndecl_47149 uwb_bce_print_IEs fndecl 4 47149 NULL
++enable_so_mcs7830_set_reg_async_fndecl_47150 mcs7830_set_reg_async fndecl 3 47150 NULL
++enable_so_ttm_dma_tt_init_fndecl_47159 ttm_dma_tt_init fndecl 3 47159 NULL nohasharray
++enable_so_req_xfer_ide_atapi_pc_47159 req_xfer ide_atapi_pc 0 47159 &enable_so_ttm_dma_tt_init_fndecl_47159
++enable_so___gfn_to_pfn_fndecl_47164 __gfn_to_pfn fndecl 2 47164 NULL
++enable_so_e1000e_hwtstamp_get_fndecl_47169 e1000e_hwtstamp_get fndecl 0 47169 NULL
++enable_so_max_blk_size_mmc_host_47174 max_blk_size mmc_host 0 47174 NULL
++enable_so_value_drm_radeon_setparam_47185 value drm_radeon_setparam 0 47185 NULL
++enable_so_max_sq_sg_mlx4_caps_47193 max_sq_sg mlx4_caps 0 47193 NULL
++enable_so_block_count_msb_data_47194 block_count msb_data 0 47194 NULL
++enable_so_visor_charqueue_create_fndecl_47196 visor_charqueue_create fndecl 1 47196 NULL
++enable_so_vmalloc_node_fndecl_47199 vmalloc_node fndecl 1 47199 NULL
++enable_so_ieee80211_if_write_tkip_mic_test_fndecl_47215 ieee80211_if_write_tkip_mic_test fndecl 3 47215 NULL
++enable_so_authsize_crypto_aead_47219 authsize crypto_aead 0 47219 NULL
++enable_so_mwifiex_form_mgmt_frame_fndecl_47220 mwifiex_form_mgmt_frame fndecl 3 47220 NULL
++enable_so_csum_exist_in_range_fndecl_47225 csum_exist_in_range fndecl 2-3 47225 NULL
++enable_so_at25_mem_write_fndecl_47235 at25_mem_write fndecl 4-3 47235 NULL
++enable_so_decrease_reservation_fndecl_47244 decrease_reservation fndecl 1 47244 NULL
++enable_so_fuse_reverse_inval_inode_fndecl_47245 fuse_reverse_inval_inode fndecl 4-3 47245 NULL
++enable_so___do_config_autodelink_fndecl_47256 __do_config_autodelink fndecl 3 47256 NULL nohasharray
++enable_so_seek_holedata_loop_fndecl_47256 seek_holedata_loop fndecl 2 47256 &enable_so___do_config_autodelink_fndecl_47256
++enable_so_id_len_nfs41_exchange_id_args_47258 id_len nfs41_exchange_id_args 0 47258 NULL nohasharray
++enable_so_agp_allocate_memory_fndecl_47258 agp_allocate_memory fndecl 2 47258 &enable_so_id_len_nfs41_exchange_id_args_47258
++enable_so_num_srqs_mthca_limits_47260 num_srqs mthca_limits 0 47260 NULL
++enable_so_ring_size_dw_mci_47261 ring_size dw_mci 0 47261 NULL
++enable_so_num_ifaces_batadv_priv_47263 num_ifaces batadv_priv 0 47263 NULL
++enable_so_regmap_calc_reg_len_fndecl_47288 regmap_calc_reg_len fndecl 0 47288 NULL
++enable_so_ipx_sendmsg_fndecl_47289 ipx_sendmsg fndecl 3 47289 NULL
++enable_so_dev_number_mdp_superblock_1_47292 dev_number mdp_superblock_1 0 47292 NULL
++enable_so_pppol2tp_recvmsg_fndecl_47301 pppol2tp_recvmsg fndecl 3 47301 NULL
++enable_so_use_preallocated_list_if_available_fndecl_47305 use_preallocated_list_if_available fndecl 0-3 47305 NULL
++enable_so_command_write_fndecl_47306 command_write fndecl 3 47306 NULL
++enable_so_bigdirsize_adfs_bigdirheader_47315 bigdirsize adfs_bigdirheader 0 47315 NULL
++enable_so_special_e1000_rx_desc_47320 special e1000_rx_desc 0 47320 NULL
++enable_so_nr_pages_swap_extent_47325 nr_pages swap_extent 0 47325 NULL
++enable_so_i2c_atmel_send_fndecl_47333 i2c_atmel_send fndecl 3 47333 NULL
++enable_so_words_nf_conn_labels_47334 words nf_conn_labels 0 47334 NULL
++enable_so_hpfs_add_sector_to_btree_fndecl_47344 hpfs_add_sector_to_btree fndecl 4-2 47344 NULL
++enable_so_brcmf_chip_core_read32_fndecl_47346 brcmf_chip_core_read32 fndecl 0 47346 NULL
++enable_so_nd_label_active_count_fndecl_47348 nd_label_active_count fndecl 0 47348 NULL
++enable_so_myri10ge_change_mtu_fndecl_47351 myri10ge_change_mtu fndecl 2 47351 NULL
++enable_so_dmi_memdev_nr_vardecl_dmi_scan_c_47352 dmi_memdev_nr vardecl_dmi_scan.c 0 47352 NULL
++enable_so_dump_midi_fndecl_47356 dump_midi fndecl 3 47356 NULL
++enable_so_erasesize_mtd_info_47358 erasesize mtd_info 0 47358 NULL
++enable_so_ath6kl_wmi_send_action_cmd_fndecl_47359 ath6kl_wmi_send_action_cmd fndecl 7 47359 NULL
++enable_so_ie_len_ieee80211_if_mesh_47360 ie_len ieee80211_if_mesh 0 47360 NULL
++enable_so_SYSC_sched_getattr_fndecl_47361 SYSC_sched_getattr fndecl 3 47361 NULL
++enable_so_nr_sects_hd_struct_47364 nr_sects hd_struct 0 47364 NULL
++enable_so_rx_position_r3964_info_47365 rx_position r3964_info 0 47365 NULL
++enable_so_max_fibre_devices_qla_hw_data_47375 max_fibre_devices qla_hw_data 0 47375 NULL
++enable_so_nilfs_bmap_convert_error_fndecl_47376 nilfs_bmap_convert_error fndecl 3 47376 NULL
++enable_so_vmw_ttm_tt_create_fndecl_47378 vmw_ttm_tt_create fndecl 2 47378 NULL
++enable_so_data_in_pipe_uas_dev_info_47380 data_in_pipe uas_dev_info 0 47380 NULL
++enable_so_ldt_selector_tss_segment_32_47382 ldt_selector tss_segment_32 0 47382 NULL
++enable_so_max_tx_length_macb_47385 max_tx_length macb 0 47385 NULL nohasharray
++enable_so_do_huge_pmd_anonymous_page_fndecl_47385 do_huge_pmd_anonymous_page fndecl 3 47385 &enable_so_max_tx_length_macb_47385
++enable_so_access_vm_operations_struct_47395 access vm_operations_struct 0 47395 NULL
++enable_so_sr_bg_stable_blkno_ocfs2_suballoc_result_47398 sr_bg_stable_blkno ocfs2_suballoc_result 0 47398 NULL
++enable_so_efd_start_cluster_ext4_free_data_47399 efd_start_cluster ext4_free_data 0 47399 NULL
++enable_so_ino_cifs_dirent_47402 ino cifs_dirent 0 47402 NULL
++enable_so_datalen_key_preparsed_payload_47406 datalen key_preparsed_payload 0 47406 NULL
++enable_so_xfs_ifree_cluster_fndecl_47408 xfs_ifree_cluster fndecl 3 47408 NULL
++enable_so_idetape_pad_zeros_fndecl_47413 idetape_pad_zeros fndecl 2 47413 NULL
++enable_so_cdc_ncm_update_rxtx_max_fndecl_47421 cdc_ncm_update_rxtx_max fndecl 3-2 47421 NULL
++enable_so_usnic_vnic_get_resources_fndecl_47437 usnic_vnic_get_resources fndecl 3 47437 NULL
++enable_so_depth_bttv_format_47442 depth bttv_format 0 47442 NULL
++enable_so_MaxChainDepth_mpt2sas_facts_47453 MaxChainDepth mpt2sas_facts 0 47453 NULL
++enable_so_swd_i387_soft_struct_47454 swd i387_soft_struct 0 47454 NULL
++enable_so_len_wmfw_region_47463 len wmfw_region 0 47463 NULL
++enable_so_batadv_bla_is_backbone_gw_fndecl_47467 batadv_bla_is_backbone_gw fndecl 3 47467 NULL
++enable_so_memblock_alloc_try_nid_fndecl_47470 memblock_alloc_try_nid fndecl 2-1 47470 NULL
++enable_so_compat_do_ipt_set_ctl_fndecl_47473 compat_do_ipt_set_ctl fndecl 4 47473 NULL
++enable_so_btrfs_return_ino_fndecl_47477 btrfs_return_ino fndecl 2 47477 NULL nohasharray
++enable_so_maxDataSize__mpt_ioctl_header_47477 maxDataSize _mpt_ioctl_header 0 47477 &enable_so_btrfs_return_ino_fndecl_47477
++enable_so_cia_max_keysize_cipher_alg_47480 cia_max_keysize cipher_alg 0 47480 NULL nohasharray
++enable_so_fifo_len_tx_fifo_config_47480 fifo_len tx_fifo_config 0 47480 &enable_so_cia_max_keysize_cipher_alg_47480
++enable_so_report_length_f_hidg_47488 report_length f_hidg 0 47488 NULL
++enable_so_mac_offset_skb_gso_cb_47491 mac_offset skb_gso_cb 0 47491 NULL
++enable_so_page_size_cas_47493 page_size cas 0 47493 NULL
++enable_so_first_block_efs_sb_info_47499 first_block efs_sb_info 0 47499 NULL
++enable_so_cifs_write_from_iter_fndecl_47501 cifs_write_from_iter fndecl 1 47501 NULL
++enable_so_gr_ep_init_fndecl_47502 gr_ep_init fndecl 4 47502 NULL
++enable_so_ipath_kpiobufs_vardecl_ipath_init_chip_c_47504 ipath_kpiobufs vardecl_ipath_init_chip.c 0 47504 NULL
++enable_so_btrfs_cont_expand_fndecl_47505 btrfs_cont_expand fndecl 3-2 47505 NULL
++enable_so_romfs_blk_strcmp_fndecl_47510 romfs_blk_strcmp fndecl 4-2 47510 NULL
++enable_so_tcf_hash_create_fndecl_47512 tcf_hash_create fndecl 4 47512 NULL
++enable_so_gfs2_dir_get_new_buffer_fndecl_47518 gfs2_dir_get_new_buffer fndecl 2 47518 NULL nohasharray
++enable_so_num_connector_drm_mode_config_47518 num_connector drm_mode_config 0 47518 &enable_so_gfs2_dir_get_new_buffer_fndecl_47518
++enable_so_rndis_add_response_fndecl_47523 rndis_add_response fndecl 2 47523 NULL
++enable_so_gen_pool_alloc_fndecl_47533 gen_pool_alloc fndecl 0 47533 NULL
++enable_so_pq_sources_dmatest_params_47534 pq_sources dmatest_params 0 47534 NULL
++enable_so_llcp_sock_sendmsg_fndecl_47535 llcp_sock_sendmsg fndecl 3 47535 NULL
++enable_so_skb_headers_offset_update_fndecl_47543 skb_headers_offset_update fndecl 2 47543 NULL
++enable_so_relocs_num_drm_qxl_command_47550 relocs_num drm_qxl_command 0 47550 NULL
++enable_so_scnprint_mac_oui_fndecl_47553 scnprint_mac_oui fndecl 0-3 47553 NULL
++enable_so_cur_wm_latency_write_fndecl_47558 cur_wm_latency_write fndecl 3 47558 NULL
++enable_so_rx_hash_log_tbl_sz_mlx5e_params_47561 rx_hash_log_tbl_sz mlx5e_params 0 47561 NULL
++enable_so_max_xmit_dlength_iscsi_bus_flash_conn_47565 max_xmit_dlength iscsi_bus_flash_conn 0 47565 NULL
++enable_so_ubh_bread_uspi_fndecl_47568 ubh_bread_uspi fndecl 3 47568 NULL
++enable_so_btrfs_get_dentry_fndecl_47584 btrfs_get_dentry fndecl 3-2 47584 NULL
++enable_so_i_start_msdos_inode_info_47589 i_start msdos_inode_info 0 47589 NULL
++enable_so_xfs_iomap_write_delay_fndecl_47595 xfs_iomap_write_delay fndecl 2-3 47595 NULL
++enable_so_host_xss_vardecl_vmx_c_47599 host_xss vardecl_vmx.c 0 47599 NULL
++enable_so_base_reg_regcache_rbtree_node_47612 base_reg regcache_rbtree_node 0 47612 NULL nohasharray
++enable_so_ebt_buf_count_fndecl_47612 ebt_buf_count fndecl 2 47612 &enable_so_base_reg_regcache_rbtree_node_47612
++enable_so_control_1_vxge_hw_ring_rxd_1_47616 control_1 vxge_hw_ring_rxd_1 0 47616 NULL
++enable_so_pvr2_hdw_report_clients_fndecl_47619 pvr2_hdw_report_clients fndecl 3 47619 NULL
++enable_so_mincore_pte_range_fndecl_47625 mincore_pte_range fndecl 2 47625 NULL
++enable_so_intel_sdvo_get_pixel_multiplier_fndecl_47635 intel_sdvo_get_pixel_multiplier fndecl 0 47635 NULL
++enable_so_nentries_ebt_table_info_47639 nentries ebt_table_info 0 47639 NULL
++enable_so_buffer_alignment_fore200e_bus_47640 buffer_alignment fore200e_bus 0 47640 NULL
++enable_so_num_phys_hw_profile_47641 num_phys hw_profile 0 47641 NULL
++enable_so_print_devstats_dot11RTSSuccessCount_fndecl_47642 print_devstats_dot11RTSSuccessCount fndecl 3 47642 NULL nohasharray
++enable_so_nilfs_cpfile_get_offset_fndecl_47642 nilfs_cpfile_get_offset fndecl 2 47642 &enable_so_print_devstats_dot11RTSSuccessCount_fndecl_47642 nohasharray
++enable_so_framebuffer_alloc_fndecl_47642 framebuffer_alloc fndecl 1 47642 &enable_so_nilfs_cpfile_get_offset_fndecl_47642
++enable_so_pch_gbe_change_mtu_fndecl_47643 pch_gbe_change_mtu fndecl 2 47643 NULL
++enable_so_ocfs2_move_extent_fndecl_47648 ocfs2_move_extent fndecl 5-3-2 47648 NULL
++enable_so_rate_max_snd_soc_pcm_stream_47650 rate_max snd_soc_pcm_stream 0 47650 NULL
++enable_so_height_console_font_47655 height console_font 0 47655 NULL
++enable_so_length_fw_cdev_add_descriptor_47656 length fw_cdev_add_descriptor 0 47656 NULL
++enable_so_atomic_write_len_kernfs_open_file_47658 atomic_write_len kernfs_open_file 0 47658 NULL
++enable_so_wPropertyNameLength_usb_ext_prop_desc_47663 wPropertyNameLength usb_ext_prop_desc 0 47663 NULL
++enable_so_dlm_rcom_names_fndecl_47668 dlm_rcom_names fndecl 4 47668 NULL nohasharray
++enable_so_frame_seq_num_os_aux_s_47668 frame_seq_num os_aux_s 0 47668 &enable_so_dlm_rcom_names_fndecl_47668
++enable_so_chans_zatm_dev_47669 chans zatm_dev 0 47669 NULL
++enable_so_setup_window_fndecl_47673 setup_window fndecl 3-2-5-4-7 47673 NULL
++enable_so_maxframesize_snd_usb_endpoint_47687 maxframesize snd_usb_endpoint 0 47687 NULL
++enable_so_cno_nilfs_super_data_47691 cno nilfs_super_data 0 47691 NULL
++enable_so_paging64_gpte_to_gfn_lvl_fndecl_47694 paging64_gpte_to_gfn_lvl fndecl 0-2-1 47694 NULL
++enable_so_hsync_pulse_width_lvds_dvo_timing_47698 hsync_pulse_width lvds_dvo_timing 0 47698 NULL
++enable_so_ino_fuse_attr_47705 ino fuse_attr 0 47705 NULL nohasharray
++enable_so_base_addr_ivtv_47705 base_addr ivtv 0 47705 &enable_so_ino_fuse_attr_47705 nohasharray
++enable_so_report_size_roccat_device_47705 report_size roccat_device 0 47705 &enable_so_base_addr_ivtv_47705
++enable_so_ppp_sync_receive_fndecl_47706 ppp_sync_receive fndecl 4 47706 NULL
++enable_so_nilfs_iget_for_gc_fndecl_47708 nilfs_iget_for_gc fndecl 2 47708 NULL
++enable_so_i2c_hid_raw_request_fndecl_47709 i2c_hid_raw_request fndecl 4 47709 NULL nohasharray
++enable_so_fast_rx_path_fndecl_47709 fast_rx_path fndecl 3 47709 &enable_so_i2c_hid_raw_request_fndecl_47709 nohasharray
++enable_so_small_bytes_myri10ge_priv_47709 small_bytes myri10ge_priv 0 47709 &enable_so_fast_rx_path_fndecl_47709
++enable_so_padding_rpcrdma_create_data_internal_47717 padding rpcrdma_create_data_internal 0 47717 NULL
++enable_so_max_size_ttm_pool_opts_47726 max_size ttm_pool_opts 0 47726 NULL
++enable_so_cyapa_i2c_pip_write_fndecl_47727 cyapa_i2c_pip_write fndecl 3 47727 NULL
++enable_so_bdev_stack_limits_fndecl_47732 bdev_stack_limits fndecl 3 47732 NULL
++enable_so_copy_nocow_pages_for_inode_fndecl_47736 copy_nocow_pages_for_inode fndecl 2-3-1 47736 NULL nohasharray
++enable_so_num_devices_vardecl_zram_drv_c_47736 num_devices vardecl_zram_drv.c 0 47736 &enable_so_copy_nocow_pages_for_inode_fndecl_47736
++enable_so_minbcnt_aoetgt_47744 minbcnt aoetgt 0 47744 NULL
++enable_so_buffer_size_snd_emu10k1_fx8010_pcm_47753 buffer_size snd_emu10k1_fx8010_pcm 0 47753 NULL nohasharray
++enable_so_width_ssd1307fb_par_47753 width ssd1307fb_par 0 47753 &enable_so_buffer_size_snd_emu10k1_fx8010_pcm_47753
++enable_so_fixed_out_len_gether_47754 fixed_out_len gether 0 47754 NULL
++enable_so_write_chunk_fndecl_47763 write_chunk fndecl 4 47763 NULL
++enable_so_ticket_length_rxrpc_key_data_v1_47764 ticket_length rxrpc_key_data_v1 0 47764 NULL
++enable_so_rx_count_ll_struct_47772 rx_count ll_struct 0 47772 NULL
++enable_so_dma1_shift_es1938_47776 dma1_shift es1938 0 47776 NULL
++enable_so_fd_copyout_fndecl_47784 fd_copyout fndecl 3 47784 NULL
++enable_so_bg_blkno_ocfs2_group_desc_47785 bg_blkno ocfs2_group_desc 0 47785 NULL
++enable_so_p2_fast_gma_p2_t_47787 p2_fast gma_p2_t 0 47787 NULL
++enable_so_max_cmds_mlx4_cmd_47790 max_cmds mlx4_cmd 0 47790 NULL
++enable_so_num_vmdq_qps_i40e_pf_47795 num_vmdq_qps i40e_pf 0 47795 NULL
++enable_so_mxt_bootloader_read_fndecl_47796 mxt_bootloader_read fndecl 3 47796 NULL
++enable_so_get_key_haup_common_fndecl_47797 get_key_haup_common fndecl 5 47797 NULL nohasharray
++enable_so___push_leaf_right_fndecl_47797 __push_leaf_right fndecl 8 47797 &enable_so_get_key_haup_common_fndecl_47797
++enable_so_i_eblock_bfs_inode_47799 i_eblock bfs_inode 0 47799 NULL
++enable_so_h_suballoc_bit_ocfs2_extent_block_47802 h_suballoc_bit ocfs2_extent_block 0 47802 NULL
++enable_so_odd_byte_adjustment_sym_ccb_47803 odd_byte_adjustment sym_ccb 0 47803 NULL nohasharray
++enable_so_btrfs_insert_dir_item_fndecl_47803 btrfs_insert_dir_item fndecl 8 47803 &enable_so_odd_byte_adjustment_sym_ccb_47803
++enable_so_xfs_attrmulti_attr_set_fndecl_47809 xfs_attrmulti_attr_set fndecl 4 47809 NULL nohasharray
++enable_so_paging64_get_level1_sp_gpa_fndecl_47809 paging64_get_level1_sp_gpa fndecl 0 47809 &enable_so_xfs_attrmulti_attr_set_fndecl_47809
++enable_so_size_ncp_ioctl_request_47816 size ncp_ioctl_request 0 47816 NULL
++enable_so_fuse_copy_do_fndecl_47822 fuse_copy_do fndecl 0 47822 NULL
++enable_so_rom_length_fw_cdev_get_info_47831 rom_length fw_cdev_get_info 0 47831 NULL
++enable_so_tcp_check_reno_reordering_fndecl_47842 tcp_check_reno_reordering fndecl 2 47842 NULL
++enable_so_pvr2_debugifc_print_info_fndecl_47847 pvr2_debugifc_print_info fndecl 3 47847 NULL nohasharray
++enable_so_rl_rgrps_gfs2_rgrp_list_47847 rl_rgrps gfs2_rgrp_list 0 47847 &enable_so_pvr2_debugifc_print_info_fndecl_47847
++enable_so_ch_t_tlevel_jsm_channel_47848 ch_t_tlevel jsm_channel 0 47848 NULL
++enable_so_journal_init_dev_fndecl_47851 journal_init_dev fndecl 5-3 47851 NULL
++enable_so_SyS_getrandom_fndecl_47861 SyS_getrandom fndecl 2 47861 NULL
++enable_so_s_mmp_block_ext4_super_block_47865 s_mmp_block ext4_super_block 0 47865 NULL
++enable_so_nilfs_cpfile_find_checkpoint_block_fndecl_47868 nilfs_cpfile_find_checkpoint_block fndecl 2-3 47868 NULL
++enable_so_smssdio_sendrequest_fndecl_47873 smssdio_sendrequest fndecl 3 47873 NULL
++enable_so_len_nlm_cookie_47875 len nlm_cookie 0 47875 NULL
++enable_so_smt_send_ecf_fndecl_47881 smt_send_ecf fndecl 6 47881 NULL
++enable_so_gs_alloc_req_fndecl_47888 gs_alloc_req fndecl 2 47888 NULL
++enable_so_set_offset_v2_k_offset_fndecl_47902 set_offset_v2_k_offset fndecl 2 47902 NULL
++enable_so_msize_p9_client_47905 msize p9_client 0 47905 NULL
++enable_so_write_pmsg_fndecl_47911 write_pmsg fndecl 3 47911 NULL
++enable_so_compat_fillonedir_fndecl_47921 compat_fillonedir fndecl 3 47921 NULL
++enable_so_print_devstats_dot11FCSErrorCount_fndecl_47924 print_devstats_dot11FCSErrorCount fndecl 3 47924 NULL nohasharray
++enable_so_mxl111sf_stream_config_isoc_fndecl_47924 mxl111sf_stream_config_isoc fndecl 2 47924 &enable_so_print_devstats_dot11FCSErrorCount_fndecl_47924
++enable_so_ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout_fndecl_47942 ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout fndecl 3 47942 NULL nohasharray
++enable_so_fddi_change_mtu_fndecl_47942 fddi_change_mtu fndecl 2 47942 &enable_so_ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout_fndecl_47942
++enable_so_rxd_vlan_rxd_desc_47943 rxd_vlan rxd_desc 0 47943 NULL
++enable_so_max_param_range_47945 max param_range 0 47945 NULL nohasharray
++enable_so_crypto_aead_ivsize_fndecl_47945 crypto_aead_ivsize fndecl 0 47945 &enable_so_max_param_range_47945
++enable_so_produce_q_size_vmci_qp_47948 produce_q_size vmci_qp 0 47948 NULL
++enable_so_dlm_new_lockspace_fndecl_47954 dlm_new_lockspace fndecl 4 47954 NULL
++enable_so_l2bsize_jfs_log_47956 l2bsize jfs_log 0 47956 NULL
++enable_so_ext4_inode_bitmap_set_fndecl_47957 ext4_inode_bitmap_set fndecl 3 47957 NULL
++enable_so_depth_pitch_drm_r128_private_47959 depth_pitch drm_r128_private 0 47959 NULL
++enable_so_netpoll_send_udp_fndecl_47960 netpoll_send_udp fndecl 3 47960 NULL
++enable_so_handle_rx_packet_fndecl_47970 handle_rx_packet fndecl 3 47970 NULL
++enable_so_encap_hlen_ip_tunnel_encap_ops_47971 encap_hlen ip_tunnel_encap_ops 0 47971 NULL nohasharray
++enable_so_length_xfs_bmalloca_47971 length xfs_bmalloca 0 47971 &enable_so_encap_hlen_ip_tunnel_encap_ops_47971
++enable_so_init_list_set_fndecl_47982 init_list_set fndecl 3 47982 NULL
++enable_so_le_ih_k_offset_fndecl_47992 le_ih_k_offset fndecl 0 47992 NULL
++enable_so_client_s_fmt_fndecl_47993 client_s_fmt fndecl 4-5 47993 NULL
++enable_so_remap_to_cache_dirty_fndecl_47996 remap_to_cache_dirty fndecl 4 47996 NULL
++enable_so_blocks_num_c2port_ops_47999 blocks_num c2port_ops 0 47999 NULL
++enable_so_init_pci_cap_msi_perm_fndecl_48010 init_pci_cap_msi_perm fndecl 2 48010 NULL
++enable_so_size_netlbl_unlhsh_tbl_48011 size netlbl_unlhsh_tbl 0 48011 NULL
++enable_so_sh_addralign_elf64_shdr_48012 sh_addralign elf64_shdr 0 48012 NULL nohasharray
++enable_so_crypto_aead_reqsize_fndecl_48012 crypto_aead_reqsize fndecl 0 48012 &enable_so_sh_addralign_elf64_shdr_48012
++enable_so_size_nfs_fh_48014 size nfs_fh 0 48014 NULL
++enable_so_temp_end_applesmc_registers_48016 temp_end applesmc_registers 0 48016 NULL
++enable_so_lpfc_idiag_baracc_write_fndecl_48021 lpfc_idiag_baracc_write fndecl 3 48021 NULL
++enable_so_hmac_len_sctp_hmac_48030 hmac_len sctp_hmac 0 48030 NULL
++enable_so_init_page_array_fndecl_48038 init_page_array fndecl 2 48038 NULL
++enable_so_rm_namelen_nfsd4_remove_48040 rm_namelen nfsd4_remove 0 48040 NULL
++enable_so_s_reserved_affs_sb_info_48043 s_reserved affs_sb_info 0 48043 NULL
++enable_so_num_pages_ttm_buffer_object_48047 num_pages ttm_buffer_object 0 48047 NULL
++enable_so_num_privcmd_mmapbatch_v2_48051 num privcmd_mmapbatch_v2 0 48051 NULL
++enable_so_rds_buf_vardecl_radio_si470x_i2c_c_48053 rds_buf vardecl_radio-si470x-i2c.c 0 48053 NULL
++enable_so_regmap_bulk_write_fndecl_48058 regmap_bulk_write fndecl 2-4 48058 NULL
++enable_so_nr_channels_at_dma_platform_data_48060 nr_channels at_dma_platform_data 0 48060 NULL
++enable_so_lso_max_fc_lport_48064 lso_max fc_lport 0 48064 NULL
++enable_so_zonesize_alauda_media_info_48068 zonesize alauda_media_info 0 48068 NULL
++enable_so_xfs_zero_eof_fndecl_48076 xfs_zero_eof fndecl 3-2 48076 NULL
++enable_so_mt9t031_skip_fndecl_48078 mt9t031_skip fndecl 0-3-2 48078 NULL
++enable_so_blocksize_sddr55_card_info_48082 blocksize sddr55_card_info 0 48082 NULL
++enable_so_osst_max_dev_vardecl_osst_c_48086 osst_max_dev vardecl_osst.c 0 48086 NULL
++enable_so_ipath_rcvegrcnt_ipath_devdata_48089 ipath_rcvegrcnt ipath_devdata 0 48089 NULL
++enable_so_count_atl1c_rfd_ring_48095 count atl1c_rfd_ring 0 48095 NULL
++enable_so_scsi_io_completion_fndecl_48097 scsi_io_completion fndecl 2 48097 NULL nohasharray
++enable_so_seg_count_agp_region32_48097 seg_count agp_region32 0 48097 &enable_so_scsi_io_completion_fndecl_48097
++enable_so_icq_align_elevator_type_48098 icq_align elevator_type 0 48098 NULL
++enable_so_ep_out_mts_desc_48099 ep_out mts_desc 0 48099 NULL
++enable_so_nfc_llcp_send_i_frame_fndecl_48105 nfc_llcp_send_i_frame fndecl 3 48105 NULL nohasharray
++enable_so___cvmx_bootmem_desc_get_fndecl_48105 __cvmx_bootmem_desc_get fndecl 0 48105 &enable_so_nfc_llcp_send_i_frame_fndecl_48105
++enable_so_m25p80_write_reg_fndecl_48115 m25p80_write_reg fndecl 4 48115 NULL
++enable_so_max_pkt_size_cx231xx_audio_48117 max_pkt_size cx231xx_audio 0 48117 NULL
++enable_so_discard_granularity_queue_limits_48119 discard_granularity queue_limits 0 48119 NULL
++enable_so_gfs2_write_begin_fndecl_48129 gfs2_write_begin fndecl 4-3 48129 NULL
++enable_so_vma_kernel_pagesize_fndecl_48131 vma_kernel_pagesize fndecl 0 48131 NULL
++enable_so_vsync_off_lvds_dvo_timing_48134 vsync_off lvds_dvo_timing 0 48134 NULL
++enable_so_mem_read_fndecl_48140 mem_read fndecl 3 48140 NULL
++enable_so_sisusbcon_putcs_fndecl_48141 sisusbcon_putcs fndecl 3 48141 NULL nohasharray
++enable_so_osdmap_set_max_osd_fndecl_48141 osdmap_set_max_osd fndecl 2 48141 &enable_so_sisusbcon_putcs_fndecl_48141
++enable_so_isdnhdlc_encode_fndecl_48155 isdnhdlc_encode fndecl 6 48155 NULL
++enable_so_usb_endpoint_data_queue_48158 usb_endpoint data_queue 0 48158 NULL
++enable_so_qs_in_channels_hdsp_48166 qs_in_channels hdsp 0 48166 NULL
++enable_so_factor_ewma_48168 factor ewma 0 48168 NULL
++enable_so_r3964_write_fndecl_48173 r3964_write fndecl 4 48173 NULL
++enable_so_hub_control_hc_driver_48178 hub_control hc_driver 0 48178 NULL
++enable_so_mwifiex_parse_cal_cfg_fndecl_48179 mwifiex_parse_cal_cfg fndecl 0 48179 NULL
++enable_so_nvkm_fifo_create__fndecl_48184 nvkm_fifo_create_ fndecl 5 48184 NULL
++enable_so_data_transfer_length_pmcraid_ioarcb_48193 data_transfer_length pmcraid_ioarcb 0 48193 NULL
++enable_so_sy_fb_copyarea_48196 sy fb_copyarea 0 48196 NULL
++enable_so_snd_rawmidi_transmit_ack_fndecl_48200 snd_rawmidi_transmit_ack fndecl 2 48200 NULL
++enable_so_main_blkaddr_f2fs_sm_info_48201 main_blkaddr f2fs_sm_info 0 48201 NULL
++enable_so_rxoffset_dma_info_48202 rxoffset dma_info 0 48202 NULL nohasharray
++enable_so_doorbell_physical_address_kgd2kfd_shared_resources_48202 doorbell_physical_address kgd2kfd_shared_resources 0 48202 &enable_so_rxoffset_dma_info_48202
++enable_so_skcipher_all_sg_nents_fndecl_48207 skcipher_all_sg_nents fndecl 0 48207 NULL
++enable_so_btusb_recv_bulk_intel_fndecl_48211 btusb_recv_bulk_intel fndecl 3 48211 NULL
++enable_so_addr_r10dev_48214 addr r10dev 0 48214 NULL nohasharray
++enable_so___lgwrite_fndecl_48214 __lgwrite fndecl 4 48214 &enable_so_addr_r10dev_48214
++enable_so_ramoops_console_size_vardecl_ram_c_48215 ramoops_console_size vardecl_ram.c 0 48215 NULL
++enable_so_dwc3_ep0_start_trans_fndecl_48216 dwc3_ep0_start_trans fndecl 4 48216 NULL nohasharray
++enable_so_srp_response_common_fndecl_48216 srp_response_common fndecl 4-2 48216 &enable_so_dwc3_ep0_start_trans_fndecl_48216
++enable_so_bitmaps_hpfs_super_block_48227 bitmaps hpfs_super_block 0 48227 NULL
++enable_so_sys_nice_fndecl_48229 sys_nice fndecl 1 48229 NULL
++enable_so_xdr_buf_read_netobj_fndecl_48238 xdr_buf_read_netobj fndecl 3 48238 NULL
++enable_so_height_cx88_core_48255 height cx88_core 0 48255 NULL
++enable_so_ext3_get_journal_fndecl_48262 ext3_get_journal fndecl 2 48262 NULL
++enable_so_vrows_display_48275 vrows display 0 48275 NULL
++enable_so_qdisc_tree_decrease_qlen_fndecl_48281 qdisc_tree_decrease_qlen fndecl 2 48281 NULL
++enable_so_compat_sys_set_mempolicy_fndecl_48285 compat_sys_set_mempolicy fndecl 3 48285 NULL
++enable_so_add_packet_fndecl_48295 add_packet fndecl 3 48295 NULL
++enable_so_next_dtslot_48300 next dtslot 0 48300 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval_fndecl_48305 ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval fndecl 3 48305 NULL
++enable_so_hackrf_convert_stream_fndecl_48309 hackrf_convert_stream fndecl 0-4 48309 NULL
++enable_so_nep_buffer_size_wahc_48313 nep_buffer_size wahc 0 48313 NULL
++enable_so_ci_flags_f2fs_crypt_info_48318 ci_flags f2fs_crypt_info 0 48318 NULL
++enable_so_pin_down_extent_fndecl_48324 pin_down_extent fndecl 4-3 48324 NULL
++enable_so_qpshift_cxio_rdev_48325 qpshift cxio_rdev 0 48325 NULL
++enable_so_vga_scan_lines_vardecl_vgacon_c_48330 vga_scan_lines vardecl_vgacon.c 0 48330 NULL
++enable_so_ion_test_ioctl_fndecl_48340 ion_test_ioctl fndecl 2 48340 NULL
++enable_so_ivtv_read_fndecl_48343 ivtv_read fndecl 3 48343 NULL
++enable_so_spare_bytes_per_page_nand_jedec_params_48344 spare_bytes_per_page nand_jedec_params 0 48344 NULL
++enable_so_bno_xfs_extent_busy_48346 bno xfs_extent_busy 0 48346 NULL
++enable_so_generic_ptrace_peekdata_fndecl_48349 generic_ptrace_peekdata fndecl 2 48349 NULL
++enable_so_hwahc_op_urb_dequeue_fndecl_48351 hwahc_op_urb_dequeue fndecl 3 48351 NULL
++enable_so_flash_read_fndecl_48352 flash_read fndecl 3 48352 NULL
++enable_so_kiblnd_create_tx_pool_fndecl_48357 kiblnd_create_tx_pool fndecl 2 48357 NULL
++enable_so_ule_sndu_len_dvb_net_priv_48367 ule_sndu_len dvb_net_priv 0 48367 NULL
++enable_so_xlog_write_setup_copy_fndecl_48368 xlog_write_setup_copy fndecl 0 48368 NULL
++enable_so_copy_to_user_fndecl_48376 copy_to_user fndecl 3-0 48376 NULL
++enable_so__snd_pcm_hw_param_set_fndecl_48394 _snd_pcm_hw_param_set fndecl 3 48394 NULL
++enable_so_print_devstats_dot11RTSFailureCount_fndecl_48400 print_devstats_dot11RTSFailureCount fndecl 3 48400 NULL
++enable_so_kvaser_usb_send_simple_msg_fndecl_48401 kvaser_usb_send_simple_msg fndecl 0 48401 NULL
++enable_so_tree_id_btrfs_ioctl_search_key_48407 tree_id btrfs_ioctl_search_key 0 48407 NULL
++enable_so_blk_queue_dma_pad_fndecl_48409 blk_queue_dma_pad fndecl 2 48409 NULL
++enable_so_osd_depth_vardecl_ivtvfb_c_48413 osd_depth vardecl_ivtvfb.c 0 48413 NULL
++enable_so_seq_buf_putmem_fndecl_48421 seq_buf_putmem fndecl 3 48421 NULL
++enable_so_max_kioc_mraid_mmadp_48422 max_kioc mraid_mmadp 0 48422 NULL
++enable_so_sys_fadvise64_64_fndecl_48424 sys_fadvise64_64 fndecl 2 48424 NULL
++enable_so_bMaxBurst_usb_wireless_ep_comp_descriptor_48430 bMaxBurst usb_wireless_ep_comp_descriptor 0 48430 NULL
++enable_so_natids_tid_info_48439 natids tid_info 0 48439 NULL
++enable_so_bzImage64_load_fndecl_48447 bzImage64_load fndecl 7 48447 NULL
++enable_so_alloc_ftrace_hash_fndecl_48452 alloc_ftrace_hash fndecl 1 48452 NULL
++enable_so_dp_out_buf_len_digi_port_48457 dp_out_buf_len digi_port 0 48457 NULL
++enable_so_copy_to_user_fromio_fndecl_48459 copy_to_user_fromio fndecl 3 48459 NULL
++enable_so_address_ksm_scan_48461 address ksm_scan 0 48461 NULL
++enable_so_len_rx_header_48462 len rx_header 0 48462 NULL
++enable_so___nla_reserve_nohdr_fndecl_48468 __nla_reserve_nohdr fndecl 2 48468 NULL
++enable_so_enclosure_register_fndecl_48471 enclosure_register fndecl 3 48471 NULL
++enable_so_gre_manip_pkt_fndecl_48475 gre_manip_pkt fndecl 4 48475 NULL
++enable_so_nr_domains_rapl_package_48482 nr_domains rapl_package 0 48482 NULL
++enable_so_xe_value_size_ocfs2_xattr_entry_48485 xe_value_size ocfs2_xattr_entry 0 48485 NULL
++enable_so___roundup_pow_of_two_fndecl_48486 __roundup_pow_of_two fndecl 0 48486 NULL
++enable_so___origin_write_fndecl_48487 __origin_write fndecl 2 48487 NULL
++enable_so_sisusb_clear_vram_fndecl_48489 sisusb_clear_vram fndecl 2-3 48489 NULL
++enable_so_l_len_ocfs2_space_resv_48490 l_len ocfs2_space_resv 0 48490 NULL
++enable_so_ydepth_sh_veu_format_48498 ydepth sh_veu_format 0 48498 NULL nohasharray
++enable_so_rss_key_write_fndecl_48498 rss_key_write fndecl 3 48498 &enable_so_ydepth_sh_veu_format_48498
++enable_so_ping_v6_sendmsg_fndecl_48499 ping_v6_sendmsg fndecl 3 48499 NULL
++enable_so_encode_filename_fndecl_48501 encode_filename fndecl 3 48501 NULL
++enable_so_len_cfg80211_bss_ies_48503 len cfg80211_bss_ies 0 48503 NULL
++enable_so_r_len_ipath_qp_48504 r_len ipath_qp 0 48504 NULL
++enable_so_sys_pselect6_fndecl_48506 sys_pselect6 fndecl 1 48506 NULL
++enable_so_rx_count_kim_data_s_48513 rx_count kim_data_s 0 48513 NULL
++enable_so_get_lr_context_size_fndecl_48518 get_lr_context_size fndecl 0 48518 NULL
++enable_so_octeon_read_device_mem32_fndecl_48520 octeon_read_device_mem32 fndecl 0 48520 NULL
++enable_so_fcoe_get_paged_crc_eof_fndecl_48522 fcoe_get_paged_crc_eof fndecl 2 48522 NULL
++enable_so_copy_in_user_fndecl_48525 copy_in_user fndecl 3 48525 NULL
++enable_so_bnad_debugfs_write_regwr_fndecl_48527 bnad_debugfs_write_regwr fndecl 3 48527 NULL
++enable_so_receive_buf_fndecl_48528 receive_buf fndecl 4 48528 NULL nohasharray
++enable_so_max_sense_bytes_mpt3_ioctl_command_48528 max_sense_bytes mpt3_ioctl_command 0 48528 &enable_so_receive_buf_fndecl_48528
++enable_so_nilfs_sufile_update_fndecl_48533 nilfs_sufile_update fndecl 2 48533 NULL
++enable_so_ocfs2_write_cluster_fndecl_48536 ocfs2_write_cluster fndecl 8-2 48536 NULL
++enable_so_discard_block_size_cache_48539 discard_block_size cache 0 48539 NULL
++enable_so_fack_count_tcp_sacktag_state_48543 fack_count tcp_sacktag_state 0 48543 NULL
++enable_so_aid_len_nfc_evt_transaction_48544 aid_len nfc_evt_transaction 0 48544 NULL
++enable_so_cmm_read_fndecl_48547 cmm_read fndecl 3 48547 NULL
++enable_so_dm_stats_create_fndecl_48550 dm_stats_create fndecl 6-4-2-3 48550 NULL
++enable_so_max_reply_bytes_mpt2_ioctl_command_48552 max_reply_bytes mpt2_ioctl_command 0 48552 NULL
++enable_so_dccp_sync_mss_fndecl_48556 dccp_sync_mss fndecl 2 48556 NULL
++enable_so_internal_depth_MPT2SAS_ADAPTER_48564 internal_depth MPT2SAS_ADAPTER 0 48564 NULL
++enable_so_intel_tile_height_fndecl_48566 intel_tile_height fndecl 0 48566 NULL nohasharray
++enable_so_ext4_get_bitmap_fndecl_48566 ext4_get_bitmap fndecl 2 48566 &enable_so_intel_tile_height_fndecl_48566
++enable_so_init_tag_map_fndecl_48568 init_tag_map fndecl 3 48568 NULL
++enable_so_len_wep_key_t_48574 len wep_key_t 0 48574 NULL nohasharray
++enable_so_btrfs_insert_inode_extref_fndecl_48574 btrfs_insert_inode_extref fndecl 5 48574 &enable_so_len_wep_key_t_48574
++enable_so_len_isert_data_buf_48596 len isert_data_buf 0 48596 NULL
++enable_so_args_count_of_phandle_args_48605 args_count of_phandle_args 0 48605 NULL
++enable_so_datalen_atp_info_48607 datalen atp_info 0 48607 NULL
++enable_so_count_e8390_pkt_hdr_48610 count e8390_pkt_hdr 0 48610 NULL
++enable_so_mmc_test_prepare_mrq_fndecl_48612 mmc_test_prepare_mrq fndecl 7-6 48612 NULL nohasharray
++enable_so_il_dbgfs_interrupt_write_fndecl_48612 il_dbgfs_interrupt_write fndecl 3 48612 &enable_so_mmc_test_prepare_mrq_fndecl_48612
++enable_so_num_streamids_arm_smmu_master_cfg_48625 num_streamids arm_smmu_master_cfg 0 48625 NULL
++enable_so_xen_get_max_pages_fndecl_48626 xen_get_max_pages fndecl 0 48626 NULL
++enable_so_crc_eof_offset_fcoe_percpu_s_48630 crc_eof_offset fcoe_percpu_s 0 48630 NULL
++enable_so_pn544_hci_i2c_fw_write_cmd_fndecl_48631 pn544_hci_i2c_fw_write_cmd fndecl 4 48631 NULL
++enable_so_ili210x_read_reg_fndecl_48632 ili210x_read_reg fndecl 4 48632 NULL nohasharray
++enable_so_get_bridge_ifindices_fndecl_48632 get_bridge_ifindices fndecl 0 48632 &enable_so_ili210x_read_reg_fndecl_48632
++enable_so_nsymbols_dsp_symbol_desc_48638 nsymbols dsp_symbol_desc 0 48638 NULL
++enable_so_check_next_phase_fndecl_48641 check_next_phase fndecl 2 48641 NULL
++enable_so_savemem_fndecl_48642 savemem fndecl 3 48642 NULL
++enable_so_w_panel_info_48643 w panel_info 0 48643 NULL
++enable_so_ipv6_flowlabel_opt_fndecl_48644 ipv6_flowlabel_opt fndecl 3 48644 NULL nohasharray
++enable_so_slhc_init_fndecl_48644 slhc_init fndecl 1-2 48644 &enable_so_ipv6_flowlabel_opt_fndecl_48644
++enable_so_li_used_bytes_logfs_inode_48648 li_used_bytes logfs_inode 0 48648 NULL
++enable_so_origin_sectors_cache_48650 origin_sectors cache 0 48650 NULL
++enable_so_libcfs_kvzalloc_cpt_fndecl_48651 libcfs_kvzalloc_cpt fndecl 3 48651 NULL
++enable_so_pkt_len_eth_end_agg_rx_cqe_48658 pkt_len eth_end_agg_rx_cqe 0 48658 NULL nohasharray
++enable_so_length_fw_cdev_send_request_48658 length fw_cdev_send_request 0 48658 &enable_so_pkt_len_eth_end_agg_rx_cqe_48658
++enable_so_mmc_test_rnd_perf_fndecl_48660 mmc_test_rnd_perf fndecl 4 48660 NULL
++enable_so_nn_rs_control_48667 nn rs_control 0 48667 NULL
++enable_so_ep_out_if_usb_card_48678 ep_out if_usb_card 0 48678 NULL
++enable_so_vscan_drm_display_mode_48680 vscan drm_display_mode 0 48680 NULL nohasharray
++enable_so_ext4_bg_num_gdb_fndecl_48680 ext4_bg_num_gdb fndecl 0 48680 &enable_so_vscan_drm_display_mode_48680
++enable_so_simple_transaction_set_fndecl_48684 simple_transaction_set fndecl 2 48684 NULL
++enable_so_max_eqs_mlx4_dev_cap_48689 max_eqs mlx4_dev_cap 0 48689 NULL
++enable_so_sb_dblocks_xfs_sb_48691 sb_dblocks xfs_sb 0 48691 NULL
++enable_so_usCRTC_H_Disp__ATOM_MODE_TIMING_48694 usCRTC_H_Disp _ATOM_MODE_TIMING 0 48694 NULL
++enable_so_max_rds_rings_netxen_adapter_48699 max_rds_rings netxen_adapter 0 48699 NULL nohasharray
++enable_so_make_cpu_key_fndecl_48699 make_cpu_key fndecl 3 48699 &enable_so_max_rds_rings_netxen_adapter_48699
++enable_so_tx_load_fndecl_48707 tx_load fndecl 3 48707 NULL nohasharray
++enable_so_cqe_ib_cq_init_attr_48707 cqe ib_cq_init_attr 0 48707 &enable_so_tx_load_fndecl_48707
++enable_so_sect_count_hfsplus_sb_info_48715 sect_count hfsplus_sb_info 0 48715 NULL
++enable_so_base_gfn_kvm_memory_slot_48716 base_gfn kvm_memory_slot 0 48716 NULL
++enable_so_ieee80211_if_fmt_flags_fndecl_48718 ieee80211_if_fmt_flags fndecl 3 48718 NULL
++enable_so_rx_max_cdc_ncm_ctx_48720 rx_max cdc_ncm_ctx 0 48720 NULL
++enable_so_ceph_tcp_recvmsg_fndecl_48722 ceph_tcp_recvmsg fndecl 0 48722 NULL
++enable_so_garmin_write_bulk_fndecl_48732 garmin_write_bulk fndecl 3 48732 NULL
++enable_so_can_dlc_can_frame_48738 can_dlc can_frame 0 48738 NULL
++enable_so_bad_peb_count_ubi_device_48741 bad_peb_count ubi_device 0 48741 NULL nohasharray
++enable_so_numEntries__ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table_48741 numEntries _ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table 0 48741 &enable_so_bad_peb_count_ubi_device_48741
++enable_so_iommu_size_vardecl_amd_gart_64_c_48749 iommu_size vardecl_amd_gart_64.c 0 48749 NULL
++enable_so_i40evf_allocate_virt_mem_d_fndecl_48753 i40evf_allocate_virt_mem_d fndecl 3 48753 NULL
++enable_so_e_blkno_ocfs2_extent_rec_48756 e_blkno ocfs2_extent_rec 0 48756 NULL
++enable_so_ide_rate_filter_fndecl_48764 ide_rate_filter fndecl 0 48764 NULL
++enable_so_baddr_videobuf_buffer_48769 baddr videobuf_buffer 0 48769 NULL nohasharray
++enable_so_nfree_arena_info_48769 nfree arena_info 0 48769 &enable_so_baddr_videobuf_buffer_48769
++enable_so_write_length_hih6130_48774 write_length hih6130 0 48774 NULL
++enable_so_xmit_size_modem_info_48775 xmit_size modem_info 0 48775 NULL
++enable_so_usable_leb_size_ubi_volume_info_48776 usable_leb_size ubi_volume_info 0 48776 NULL nohasharray
++enable_so_profile_load_fndecl_48776 profile_load fndecl 3 48776 &enable_so_usable_leb_size_ubi_volume_info_48776
++enable_so_cfg80211_mgmt_tx_status_fndecl_48777 cfg80211_mgmt_tx_status fndecl 4 48777 NULL
++enable_so_acpi_ds_build_internal_package_obj_fndecl_48780 acpi_ds_build_internal_package_obj fndecl 3 48780 NULL
++enable_so_height_drm_framebuffer_48781 height drm_framebuffer 0 48781 NULL
++enable_so_kstrtos8_from_user_fndecl_48783 kstrtos8_from_user fndecl 2 48783 NULL
++enable_so_mwifiex_host_to_card_mp_aggr_fndecl_48786 mwifiex_host_to_card_mp_aggr fndecl 3 48786 NULL nohasharray
++enable_so_value_len_jffs2_xattr_datum_48786 value_len jffs2_xattr_datum 0 48786 &enable_so_mwifiex_host_to_card_mp_aggr_fndecl_48786 nohasharray
++enable_so_hva_to_pfn_fndecl_48786 hva_to_pfn fndecl 1 48786 &enable_so_value_len_jffs2_xattr_datum_48786
++enable_so_head_len_cfg80211_beacon_data_48794 head_len cfg80211_beacon_data 0 48794 NULL
++enable_so_unit_size_mspro_sys_info_48796 unit_size mspro_sys_info 0 48796 NULL
++enable_so_ext3_max_size_fndecl_48803 ext3_max_size fndecl 1 48803 NULL
++enable_so_iscsi_decode_text_input_fndecl_48807 iscsi_decode_text_input fndecl 4 48807 NULL
++enable_so_intel_alloc_coherent_fndecl_48813 intel_alloc_coherent fndecl 2 48813 NULL
++enable_so_len_pci_vpd_48814 len pci_vpd 0 48814 NULL nohasharray
++enable_so_btrfs_lookup_xattr_fndecl_48814 btrfs_lookup_xattr fndecl 4 48814 &enable_so_len_pci_vpd_48814
++enable_so_r100_mm_rreg_fndecl_48823 r100_mm_rreg fndecl 0 48823 NULL
++enable_so_endpoint_pvr2_stream_48828 endpoint pvr2_stream 0 48828 NULL
++enable_so_xbofs_irda_skb_cb_48831 xbofs irda_skb_cb 0 48831 NULL nohasharray
++enable_so_num_vring_48831 num vring 0 48831 &enable_so_xbofs_irda_skb_cb_48831
++enable_so_mic_virtio_copy_from_user_fndecl_48832 mic_virtio_copy_from_user fndecl 3 48832 NULL
++enable_so_h_margin_fb_cvt_data_48833 h_margin fb_cvt_data 0 48833 NULL
++enable_so___generic_file_fsync_fndecl_48835 __generic_file_fsync fndecl 2 48835 NULL
++enable_so_osst_init_aux_fndecl_48837 osst_init_aux fndecl 6-5-3 48837 NULL
++enable_so_udf_bitmap_free_blocks_fndecl_48841 udf_bitmap_free_blocks fndecl 5-4 48841 NULL
++enable_so_ieee80211_aes_ccm_encrypt_fndecl_48857 ieee80211_aes_ccm_encrypt fndecl 5 48857 NULL
++enable_so_container_width_dmm_48858 container_width dmm 0 48858 NULL
++enable_so_pagefault_single_data_segment_fndecl_48864 pagefault_single_data_segment fndecl 4 48864 NULL
++enable_so_vmalloc_to_sg_fndecl_48865 vmalloc_to_sg fndecl 2 48865 NULL
++enable_so_log_mtts_per_seg_vardecl_48880 log_mtts_per_seg vardecl 0 48880 NULL
++enable_so_skb_ensure_writable_fndecl_48882 skb_ensure_writable fndecl 2 48882 NULL nohasharray
++enable_so___copy_from_user_swizzled_fndecl_48882 __copy_from_user_swizzled fndecl 2-4 48882 &enable_so_skb_ensure_writable_fndecl_48882
++enable_so_cl_in_max_entry_size_mvumi_hs_page1_48890 cl_in_max_entry_size mvumi_hs_page1 0 48890 NULL
++enable_so_unmap_edge_bts_fndecl_48892 unmap_edge_bts fndecl 2-3 48892 NULL
++enable_so_logical_scrub_copy_nocow_ctx_48894 logical scrub_copy_nocow_ctx 0 48894 NULL
++enable_so_radeon_ttm_gtt_read_fndecl_48900 radeon_ttm_gtt_read fndecl 3 48900 NULL
++enable_so_nr_buffers_drm_nouveau_gem_pushbuf_48902 nr_buffers drm_nouveau_gem_pushbuf 0 48902 NULL
++enable_so_offset_scatterlist_48908 offset scatterlist 0 48908 NULL nohasharray
++enable_so_max_devices_support_mvumi_hs_page1_48908 max_devices_support mvumi_hs_page1 0 48908 &enable_so_offset_scatterlist_48908
++enable_so_ucNumEntries__StateArray_48910 ucNumEntries _StateArray 0 48910 NULL
++enable_so_s_groups_count_ext2_sb_info_48915 s_groups_count ext2_sb_info 0 48915 NULL
++enable_so_flags_ext4_fname_crypto_ctx_48917 flags ext4_fname_crypto_ctx 0 48917 NULL
++enable_so_minix_iget_fndecl_48927 minix_iget fndecl 2 48927 NULL
++enable_so__scif_nodeqp_send_fndecl_48929 _scif_nodeqp_send fndecl 0 48929 NULL
++enable_so_write_file_operations_48930 write file_operations 0 48930 NULL
++enable_so_iio_read_first_n_kfifo_fndecl_48933 iio_read_first_n_kfifo fndecl 2 48933 NULL
++enable_so_set_dma_reserve_fndecl_48948 set_dma_reserve fndecl 1 48948 NULL
++enable_so_xt_alloc_table_info_fndecl_48956 xt_alloc_table_info fndecl 1 48956 NULL
++enable_so_user_dlm_lock_fndecl_48959 user_dlm_lock fndecl 6 48959 NULL nohasharray
++enable_so_wptr_radeon_ring_48959 wptr radeon_ring 0 48959 &enable_so_user_dlm_lock_fndecl_48959
++enable_so_num_requests_vardecl_48964 num_requests vardecl 0 48964 NULL
++enable_so_SyS_io_setup_fndecl_48965 SyS_io_setup fndecl 1 48965 NULL
++enable_so_block_size_sm_ftl_48967 block_size sm_ftl 0 48967 NULL
++enable_so_rx_fndecl_48971 rx fndecl 4 48971 NULL
++enable_so_dma40_prep_dma_cyclic_fndecl_48976 dma40_prep_dma_cyclic fndecl 4-3 48976 NULL
++enable_so_pkt_overhead_pktgen_dev_48989 pkt_overhead pktgen_dev 0 48989 NULL
++enable_so_rec_len_exofs_dir_entry_49002 rec_len exofs_dir_entry 0 49002 NULL
++enable_so_c2_reg_user_mr_fndecl_49005 c2_reg_user_mr fndecl 2 49005 NULL
++enable_so_ip_set_alloc_fndecl_49010 ip_set_alloc fndecl 1 49010 NULL
++enable_so_bm_len_xfs_buf_map_49022 bm_len xfs_buf_map 0 49022 NULL
++enable_so_usb_dmac_prep_slave_sg_fndecl_49027 usb_dmac_prep_slave_sg fndecl 3 49027 NULL
++enable_so_size_vmw_otable_49032 size vmw_otable 0 49032 NULL
++enable_so_reiserfs_free_prealloc_block_fndecl_49035 reiserfs_free_prealloc_block fndecl 3 49035 NULL
++enable_so___ip6_append_data_fndecl_49037 __ip6_append_data fndecl 10-9 49037 NULL
++enable_so_dwMaxVideoFrameSize_uvc_streaming_control_49044 dwMaxVideoFrameSize uvc_streaming_control 0 49044 NULL
++enable_so_cxacru_cm_fndecl_49052 cxacru_cm fndecl 4 49052 NULL
++enable_so_iguanair_send_fndecl_49054 iguanair_send fndecl 2 49054 NULL
++enable_so_route_key_size_nf_afinfo_49055 route_key_size nf_afinfo 0 49055 NULL
++enable_so_ext4_block_bitmap_fndecl_49058 ext4_block_bitmap fndecl 0 49058 NULL
++enable_so_ide_pio_bytes_fndecl_49063 ide_pio_bytes fndecl 4 49063 NULL
++enable_so_transport_mtu_vardecl_ntb_transport_c_49067 transport_mtu vardecl_ntb_transport.c 0 49067 NULL
++enable_so_scan_nat_page_fndecl_49068 scan_nat_page fndecl 3 49068 NULL
++enable_so_irq_base_kvm_kpic_state_49073 irq_base kvm_kpic_state 0 49073 NULL
++enable_so_ccid_hc_tx_obj_size_ccid_operations_49077 ccid_hc_tx_obj_size ccid_operations 0 49077 NULL
++enable_so_dev_priv_size_drm_buf_49086 dev_priv_size drm_buf 0 49086 NULL
++enable_so_bi_vcnt_bio_49090 bi_vcnt bio 0 49090 NULL
++enable_so_ocfs2_mv_xattr_bucket_cross_cluster_fndecl_49091 ocfs2_mv_xattr_bucket_cross_cluster fndecl 5-6 49091 NULL
++enable_so_end_sector_dev_info_49096 end_sector dev_info 0 49096 NULL nohasharray
++enable_so_misc_sbp_command_block_orb_49096 misc sbp_command_block_orb 0 49096 &enable_so_end_sector_dev_info_49096
++enable_so_u132_hcd_interrupt_recv_fndecl_49098 u132_hcd_interrupt_recv fndecl 4 49098 NULL nohasharray
++enable_so_dt3155_alloc_coherent_fndecl_49098 dt3155_alloc_coherent fndecl 2 49098 &enable_so_u132_hcd_interrupt_recv_fndecl_49098
++enable_so_cm4040_write_fndecl_49100 cm4040_write fndecl 3 49100 NULL
++enable_so_xdr_align_pages_fndecl_49102 xdr_align_pages fndecl 0-2 49102 NULL
++enable_so_ri_super_root_nilfs_recovery_info_49105 ri_super_root nilfs_recovery_info 0 49105 NULL
++enable_so_vmci_qpair_alloc_fndecl_49107 vmci_qpair_alloc fndecl 4-3 49107 NULL nohasharray
++enable_so_qnx6_block_map_fndecl_49107 qnx6_block_map fndecl 0 49107 &enable_so_vmci_qpair_alloc_fndecl_49107
++enable_so_bq32k_write_fndecl_49114 bq32k_write fndecl 4 49114 NULL
++enable_so_mce_async_out_fndecl_49115 mce_async_out fndecl 3 49115 NULL
++enable_so_alloc_rbio_fndecl_49128 alloc_rbio fndecl 3 49128 NULL
++enable_so_mad_seg_size_ib_mad_recv_wc_49134 mad_seg_size ib_mad_recv_wc 0 49134 NULL
++enable_so_neo_init_hw_fndecl_49135 neo_init_hw fndecl 0 49135 NULL
++enable_so_snd_pcm_hw_param_min_fndecl_49139 snd_pcm_hw_param_min fndecl 4 49139 NULL
++enable_so_batch_len_drm_i915_gem_execbuffer2_49145 batch_len drm_i915_gem_execbuffer2 0 49145 NULL
++enable_so_fll_out_wm8900_priv_49147 fll_out wm8900_priv 0 49147 NULL
++enable_so_max_dev_mdp_superblock_1_49148 max_dev mdp_superblock_1 0 49148 NULL
++enable_so_il4965_rate_n_flags_from_tbl_fndecl_49149 il4965_rate_n_flags_from_tbl fndecl 0 49149 NULL
++enable_so_ecryptfs_inode_newsize_ok_fndecl_49153 ecryptfs_inode_newsize_ok fndecl 2 49153 NULL
++enable_so_tx_tr_cfv_info_49171 tx_tr cfv_info 0 49171 NULL
++enable_so_ipr_alloc_ucode_buffer_fndecl_49172 ipr_alloc_ucode_buffer fndecl 1 49172 NULL
++enable_so_vactive_lo_lvds_dvo_timing_49180 vactive_lo lvds_dvo_timing 0 49180 NULL
++enable_so_nilfs_sufile_do_cancel_free_fndecl_49183 nilfs_sufile_do_cancel_free fndecl 2 49183 NULL nohasharray
++enable_so_allocate_probes_fndecl_49183 allocate_probes fndecl 1 49183 &enable_so_nilfs_sufile_do_cancel_free_fndecl_49183
++enable_so_s_last_ino_logfs_super_49185 s_last_ino logfs_super 0 49185 NULL
++enable_so_discard_next_dnode_fndecl_49188 discard_next_dnode fndecl 2 49188 NULL
++enable_so_len_fb_cmap_user_49195 len fb_cmap_user 0 49195 NULL
++enable_so_of_get_child_count_fndecl_49197 of_get_child_count fndecl 0 49197 NULL nohasharray
++enable_so_fsl_edma_prep_dma_cyclic_fndecl_49197 fsl_edma_prep_dma_cyclic fndecl 4-3 49197 &enable_so_of_get_child_count_fndecl_49197
++enable_so_offset_page_chunk_49201 offset page_chunk 0 49201 NULL
++enable_so_osst_read_fndecl_49214 osst_read fndecl 3 49214 NULL
++enable_so_i_pos_low_fat_fid_49216 i_pos_low fat_fid 0 49216 NULL nohasharray
++enable_so_usbnet_read_cmd_fndecl_49216 usbnet_read_cmd fndecl 7 49216 &enable_so_i_pos_low_fat_fid_49216
++enable_so_schedule_external_copy_fndecl_49224 schedule_external_copy fndecl 2-3 49224 NULL
++enable_so_offset_rq_map_data_49234 offset rq_map_data 0 49234 NULL
++enable_so_ext_ramdisk_image_boot_params_49238 ext_ramdisk_image boot_params 0 49238 NULL
++enable_so_mos7840_write_fndecl_49240 mos7840_write fndecl 4 49240 NULL
++enable_so_ext2_fiemap_fndecl_49244 ext2_fiemap fndecl 4 49244 NULL
++enable_so_xfs_map_buffer_fndecl_49246 xfs_map_buffer fndecl 4 49246 NULL
++enable_so_nfs_file_llseek_fndecl_49249 nfs_file_llseek fndecl 2 49249 NULL
++enable_so_rate_floppy_struct_49273 rate floppy_struct 0 49273 NULL
++enable_so_dwDefaultFrameInterval_uvc_frame_49276 dwDefaultFrameInterval uvc_frame 0 49276 NULL nohasharray
++enable_so_SyS_bind_fndecl_49276 SyS_bind fndecl 3 49276 &enable_so_dwDefaultFrameInterval_uvc_frame_49276
++enable_so_name_len_audit_names_49277 name_len audit_names 0 49277 NULL
++enable_so_dpll_psb_pipe_49282 dpll psb_pipe 0 49282 NULL
++enable_so_ib_get_mad_data_offset_fndecl_49283 ib_get_mad_data_offset fndecl 0 49283 NULL
++enable_so_header_length_ipr_ucode_image_header_49294 header_length ipr_ucode_image_header 0 49294 NULL
++enable_so_frag_threshold_ipw2100_priv_49298 frag_threshold ipw2100_priv 0 49298 NULL
++enable_so_il_vbackporch_v4l2_bt_timings_49302 il_vbackporch v4l2_bt_timings 0 49302 NULL
++enable_so_bTransferSegment_wa_xfer_result_49303 bTransferSegment wa_xfer_result 0 49303 NULL
++enable_so_SAL_nasids_size_xpc_rsvd_page_49304 SAL_nasids_size xpc_rsvd_page 0 49304 NULL
++enable_so_inode_decr_space_fndecl_49309 inode_decr_space fndecl 2 49309 NULL
++enable_so_get_chars_fndecl_49318 get_chars fndecl 3 49318 NULL
++enable_so_fwnet_incoming_packet_fndecl_49327 fwnet_incoming_packet fndecl 3 49327 NULL
++enable_so_ocfs2_release_clusters_fndecl_49328 ocfs2_release_clusters fndecl 4 49328 NULL
++enable_so_length_iwl_wipan_noa_data_49332 length iwl_wipan_noa_data 0 49332 NULL
++enable_so_cmnd_res_ep_vub300_mmc_host_49334 cmnd_res_ep vub300_mmc_host 0 49334 NULL
++enable_so___iterate_backrefs_fndecl_49345 __iterate_backrefs fndecl 1 49345 NULL
++enable_so_get_data_block_fiemap_fndecl_49346 get_data_block_fiemap fndecl 2 49346 NULL nohasharray
++enable_so_db_handle_buf_size_vmci_ctx_notify_recv_info_49346 db_handle_buf_size vmci_ctx_notify_recv_info 0 49346 &enable_so_get_data_block_fiemap_fndecl_49346
++enable_so_num_msix_entries_qib_chip_specific_49373 num_msix_entries qib_chip_specific 0 49373 NULL
++enable_so_fsbcount_xfs_da_geometry_49380 fsbcount xfs_da_geometry 0 49380 NULL
++enable_so_short_mark_sd_49388 short_mark sd 0 49388 NULL
++enable_so_exofs_nfs_get_inode_fndecl_49391 exofs_nfs_get_inode fndecl 2 49391 NULL
++enable_so_current_font_height_sisusb_usb_data_49394 current_font_height sisusb_usb_data 0 49394 NULL
++enable_so_tty_prepare_flip_string_fndecl_49408 tty_prepare_flip_string fndecl 3 49408 NULL
++enable_so_ss_next_nilfs_segment_summary_49410 ss_next nilfs_segment_summary 0 49410 NULL
++enable_so_lstcon_group_list_fndecl_49413 lstcon_group_list fndecl 2 49413 NULL
++enable_so_physaddr_qib_devdata_49415 physaddr qib_devdata 0 49415 NULL nohasharray
++enable_so_base_doorbell_index_nes_device_49415 base_doorbell_index nes_device 0 49415 &enable_so_physaddr_qib_devdata_49415 nohasharray
++enable_so_size_efx_farch_filter_table_49415 size efx_farch_filter_table 0 49415 &enable_so_base_doorbell_index_nes_device_49415
++enable_so_bio_chain_clone_range_fndecl_49420 bio_chain_clone_range fndecl 3 49420 NULL
++enable_so_descsize_crypto_shash_49421 descsize crypto_shash 0 49421 NULL
++enable_so_tipc_msg_build_fndecl_49424 tipc_msg_build fndecl 4 49424 NULL
++enable_so_ds_out_channels_hdsp_49429 ds_out_channels hdsp 0 49429 NULL
++enable_so_fwnet_pd_new_fndecl_49432 fwnet_pd_new fndecl 4 49432 NULL nohasharray
++enable_so_set_run_fndecl_49432 set_run fndecl 2 49432 &enable_so_fwnet_pd_new_fndecl_49432
++enable_so_main_segments_f2fs_sm_info_49433 main_segments f2fs_sm_info 0 49433 NULL
++enable_so_nr_ndevs_vardecl_af_netrom_c_49435 nr_ndevs vardecl_af_netrom.c 0 49435 NULL
++enable_so_mthca_array_init_fndecl_49440 mthca_array_init fndecl 2 49440 NULL
++enable_so_tidvaddr_qib_tid_info_49445 tidvaddr qib_tid_info 0 49445 NULL nohasharray
++enable_so_fw_device_op_read_fndecl_49445 fw_device_op_read fndecl 3 49445 &enable_so_tidvaddr_qib_tid_info_49445
++enable_so_dwc3_readl_fndecl_49455 dwc3_readl fndecl 0 49455 NULL
++enable_so_rtl2832_regmap_write_fndecl_49456 rtl2832_regmap_write fndecl 3 49456 NULL
++enable_so_minix_inode_by_name_fndecl_49464 minix_inode_by_name fndecl 0 49464 NULL
++enable_so_trim_end_cp_control_49465 trim_end cp_control 0 49465 NULL nohasharray
++enable_so_NumberOfPorts_mpt2sas_facts_49465 NumberOfPorts mpt2sas_facts 0 49465 &enable_so_trim_end_cp_control_49465 nohasharray
++enable_so_ch_count_srp_target_port_49465 ch_count srp_target_port 0 49465 &enable_so_NumberOfPorts_mpt2sas_facts_49465
++enable_so_usb_tx_block_fndecl_49466 usb_tx_block fndecl 3 49466 NULL
++enable_so_broadsheetfb_write_fndecl_49467 broadsheetfb_write fndecl 3 49467 NULL
++enable_so_len_r6040_descriptor_49471 len r6040_descriptor 0 49471 NULL
++enable_so_s_cblkno_ufs_sb_private_info_49472 s_cblkno ufs_sb_private_info 0 49472 NULL
++enable_so_xen_hvm_config_fndecl_49473 xen_hvm_config fndecl 2 49473 NULL nohasharray
++enable_so_btrfs_del_root_ref_fndecl_49473 btrfs_del_root_ref fndecl 4-3 49473 &enable_so_xen_hvm_config_fndecl_49473
++enable_so_ks8995_read_fndecl_49475 ks8995_read fndecl 4 49475 NULL
++enable_so_nf_nat_icmpv6_reply_translation_fndecl_49476 nf_nat_icmpv6_reply_translation fndecl 5 49476 NULL nohasharray
++enable_so_ivtvfb_write_fndecl_49476 ivtvfb_write fndecl 3 49476 &enable_so_nf_nat_icmpv6_reply_translation_fndecl_49476
++enable_so_make_rx_response_fndecl_49477 make_rx_response fndecl 4-5-3 49477 NULL
++enable_so_rpc_max_payload_fndecl_49478 rpc_max_payload fndecl 0 49478 NULL
++enable_so_i2c_readn_fndecl_49490 i2c_readn fndecl 4 49490 NULL
++enable_so_xfs_file_llseek_fndecl_49492 xfs_file_llseek fndecl 2 49492 NULL
++enable_so_usCRTC_H_Total__ATOM_MODE_TIMING_49501 usCRTC_H_Total _ATOM_MODE_TIMING 0 49501 NULL
++enable_so_intel_framebuffer_create_for_mode_fndecl_49508 intel_framebuffer_create_for_mode fndecl 4 49508 NULL nohasharray
++enable_so_l2cap_create_iframe_pdu_fndecl_49508 l2cap_create_iframe_pdu fndecl 3 49508 &enable_so_intel_framebuffer_create_for_mode_fndecl_49508
++enable_so_tx_blk_size_rsi_91x_sdiodev_49511 tx_blk_size rsi_91x_sdiodev 0 49511 NULL
++enable_so_usbvision_write_reg_irq_fndecl_49516 usbvision_write_reg_irq fndecl 4 49516 NULL
++enable_so_buf_size_sge_fl_49517 buf_size sge_fl 0 49517 NULL nohasharray
++enable_so_ept_fetch_fndecl_49517 ept_fetch fndecl 2 49517 &enable_so_buf_size_sge_fl_49517
++enable_so_Zmin_hfc_multi_49520 Zmin hfc_multi 0 49520 NULL
++enable_so_datablob_hmac_append_fndecl_49525 datablob_hmac_append fndecl 3 49525 NULL nohasharray
++enable_so_num_eps_bdc_49525 num_eps bdc 0 49525 &enable_so_datablob_hmac_append_fndecl_49525
++enable_so_num_connector_drm_atomic_state_49542 num_connector drm_atomic_state 0 49542 NULL
++enable_so_disk_offset_pnfs_block_dev_map_49546 disk_offset pnfs_block_dev_map 0 49546 NULL
++enable_so_oobavail_nand_ecclayout_49548 oobavail nand_ecclayout 0 49548 NULL
++enable_so_lpfc_debugfs_hbqinfo_data_fndecl_49551 lpfc_debugfs_hbqinfo_data fndecl 0 49551 NULL
++enable_so_nrs_num_pols_ptlrpc_nrs_49564 nrs_num_pols ptlrpc_nrs 0 49564 NULL
++enable_so_nilfs_mdt_delete_block_fndecl_49565 nilfs_mdt_delete_block fndecl 2 49565 NULL
++enable_so_xfs_insert_file_space_fndecl_49569 xfs_insert_file_space fndecl 2-3 49569 NULL
++enable_so_ssid_length_beacon_format_49591 ssid_length beacon_format 0 49591 NULL nohasharray
++enable_so_bytenr_btrfs_qgroup_operation_49591 bytenr btrfs_qgroup_operation 0 49591 &enable_so_ssid_length_beacon_format_49591
++enable_so_xfs_rtbuf_get_fndecl_49592 xfs_rtbuf_get fndecl 3 49592 NULL
++enable_so_gen_pool_first_fit_fndecl_49597 gen_pool_first_fit fndecl 4 49597 NULL
++enable_so_width_vim2m_q_data_49600 width vim2m_q_data 0 49600 NULL
++enable_so_iwch_alloc_fastreg_pbl_fndecl_49610 iwch_alloc_fastreg_pbl fndecl 2 49610 NULL
++enable_so_pt_write_fndecl_49612 pt_write fndecl 3 49612 NULL
++enable_so_hsync_start_drm_display_mode_49613 hsync_start drm_display_mode 0 49613 NULL nohasharray
++enable_so_start_drm_mm_node_49613 start drm_mm_node 0 49613 &enable_so_hsync_start_drm_display_mode_49613
++enable_so_ocfs2_sync_file_fndecl_49614 ocfs2_sync_file fndecl 2 49614 NULL
++enable_so_spare_bytes_per_page_nand_onfi_params_49617 spare_bytes_per_page nand_onfi_params 0 49617 NULL
++enable_so_sctp_setsockopt_delayed_ack_fndecl_49618 sctp_setsockopt_delayed_ack fndecl 3 49618 NULL
++enable_so_write_cmd_usb_fndecl_49619 write_cmd_usb fndecl 3 49619 NULL
++enable_so_size_ethtool_perm_addr_49621 size ethtool_perm_addr 0 49621 NULL
++enable_so_reg_read_range_fndecl_49623 reg_read_range fndecl 4 49623 NULL nohasharray
++enable_so_dwc2_max_desc_num_fndecl_49623 dwc2_max_desc_num fndecl 0 49623 &enable_so_reg_read_range_fndecl_49623
++enable_so_end_async_cow_49625 end async_cow 0 49625 NULL nohasharray
++enable_so_nn_nvme_id_ctrl_49625 nn nvme_id_ctrl 0 49625 &enable_so_end_async_cow_49625
++enable_so_yres_fb_cvt_data_49628 yres fb_cvt_data 0 49628 NULL
++enable_so_srsize_brcmf_chip_49639 srsize brcmf_chip 0 49639 NULL
++enable_so_start_io_failure_record_49645 start io_failure_record 0 49645 NULL
++enable_so_iocbq_lookup_len_lpfc_sli_49647 iocbq_lookup_len lpfc_sli 0 49647 NULL
++enable_so_il4965_rs_get_adjacent_rate_fndecl_49653 il4965_rs_get_adjacent_rate fndecl 2 49653 NULL nohasharray
++enable_so_il4965_rs_get_tbl_info_from_mcs_fndecl_49653 il4965_rs_get_tbl_info_from_mcs fndecl 1 49653 &enable_so_il4965_rs_get_adjacent_rate_fndecl_49653
++enable_so_dwMaxPayloadTransferSize_uvc_streaming_control_49668 dwMaxPayloadTransferSize uvc_streaming_control 0 49668 NULL
++enable_so_bytes_ubi_leb_change_req_49669 bytes ubi_leb_change_req 0 49669 NULL
++enable_so_btrfs_find_one_extref_fndecl_49671 btrfs_find_one_extref fndecl 3-2 49671 NULL
++enable_so_size_unit_element_struct_49673 size unit_element_struct 0 49673 NULL
++enable_so_port_priv_size_team_mode_49682 port_priv_size team_mode 0 49682 NULL
++enable_so_clk_core_get_rate_nolock_fndecl_49685 clk_core_get_rate_nolock fndecl 0 49685 NULL
++enable_so___seq_open_private_fndecl_49688 __seq_open_private fndecl 3 49688 NULL
++enable_so_report_size_iowarrior_49692 report_size iowarrior 0 49692 NULL nohasharray
++enable_so_set_extent_bit_fndecl_49692 set_extent_bit fndecl 3-2 49692 &enable_so_report_size_iowarrior_49692
++enable_so_slider_num_ad714x_platform_data_49695 slider_num ad714x_platform_data 0 49695 NULL
++enable_so_security_inode_listxattr_fndecl_49699 security_inode_listxattr fndecl 0 49699 NULL
++enable_so_pg_write_fndecl_49709 pg_write fndecl 3 49709 NULL
++enable_so_end_resource_49712 end resource 0 49712 NULL
++enable_so_xfs_iext_remove_direct_fndecl_49723 xfs_iext_remove_direct fndecl 3 49723 NULL
++enable_so_sof_len_sd_49729 sof_len sd 0 49729 NULL
++enable_so_extsize_crypto_type_49730 extsize crypto_type 0 49730 NULL
++enable_so_num_uars_mthca_limits_49735 num_uars mthca_limits 0 49735 NULL
++enable_so_wqe_size_ib_uverbs_post_recv_49738 wqe_size ib_uverbs_post_recv 0 49738 NULL
++enable_so_xfs_bmap_split_extent_fndecl_49740 xfs_bmap_split_extent fndecl 2 49740 NULL
++enable_so_kernfs_fop_read_fndecl_49745 kernfs_fop_read fndecl 3 49745 NULL
++enable_so_udf_prealloc_blocks_fndecl_49747 udf_prealloc_blocks fndecl 5-0-4 49747 NULL nohasharray
++enable_so_dm_bitset_resize_fndecl_49747 dm_bitset_resize fndecl 2 49747 &enable_so_udf_prealloc_blocks_fndecl_49747
++enable_so_show_list_fndecl_49748 show_list fndecl 3-0 49748 NULL
++enable_so_ts_packet_size_saa7164_port_49752 ts_packet_size saa7164_port 0 49752 NULL
++enable_so_hpfs_add_dirent_fndecl_49754 hpfs_add_dirent fndecl 3 49754 NULL
++enable_so_hblank___fb_timings_49755 hblank __fb_timings 0 49755 NULL
++enable_so_ngroups_netlink_sock_49758 ngroups netlink_sock 0 49758 NULL nohasharray
++enable_so_stripe_count_nfs4_file_layout_dsaddr_49758 stripe_count nfs4_file_layout_dsaddr 0 49758 &enable_so_ngroups_netlink_sock_49758
++enable_so_unpin_extent_range_fndecl_49763 unpin_extent_range fndecl 3-2 49763 NULL nohasharray
++enable_so_match_size_compat_ebt_entry_mwt_49763 match_size compat_ebt_entry_mwt 0 49763 &enable_so_unpin_extent_range_fndecl_49763
++enable_so_perf_read_fndecl_49769 perf_read fndecl 3 49769 NULL
++enable_so_nl80211_send_roamed_fndecl_49770 nl80211_send_roamed fndecl 5-7 49770 NULL
++enable_so_dwFrameInterval_uvc_streaming_control_49771 dwFrameInterval uvc_streaming_control 0 49771 NULL
++enable_so_type_context_49772 type context 0 49772 NULL
++enable_so_rtw_add_beacon_fndecl_49778 rtw_add_beacon fndecl 3-5 49778 NULL
++enable_so_sprom_size_ssb_bus_49781 sprom_size ssb_bus 0 49781 NULL
++enable_so_page2_len_ses_device_49783 page2_len ses_device 0 49783 NULL
++enable_so_scale_factor_s5p_jpeg_ctx_49787 scale_factor s5p_jpeg_ctx 0 49787 NULL
++enable_so_nilfs_mdt_init_fndecl_49794 nilfs_mdt_init fndecl 3 49794 NULL
++enable_so_outlen_mimd_49796 outlen mimd 0 49796 NULL
++enable_so_write_file_wow_fndecl_49799 write_file_wow fndecl 3 49799 NULL
++enable_so_substream_alloc_pages_fndecl_49800 substream_alloc_pages fndecl 3 49800 NULL
++enable_so_ocfs2_zero_partial_clusters_fndecl_49803 ocfs2_zero_partial_clusters fndecl 2-3 49803 NULL
++enable_so_max_fib_size_aac_dev_49804 max_fib_size aac_dev 0 49804 NULL
++enable_so_logfs_seek_hole_fndecl_49805 logfs_seek_hole fndecl 2 49805 NULL
++enable_so_num_uar_mthca_profile_49807 num_uar mthca_profile 0 49807 NULL
++enable_so_fat_chain_add_fndecl_49812 fat_chain_add fndecl 2-3 49812 NULL
++enable_so_fat_bits_msdos_sb_info_49817 fat_bits msdos_sb_info 0 49817 NULL
++enable_so_reserved_fat_boot_sector_49818 reserved fat_boot_sector 0 49818 NULL
++enable_so_nr_pages_flash_info_49822 nr_pages flash_info 0 49822 NULL
++enable_so_elemsize_nft_set_ops_49830 elemsize nft_set_ops 0 49830 NULL
++enable_so_response_length_ib_uverbs_ex_query_device_resp_49831 response_length ib_uverbs_ex_query_device_resp 0 49831 NULL
++enable_so_wl12xx_cmd_build_probe_req_fndecl_49835 wl12xx_cmd_build_probe_req fndecl 10-8-6 49835 NULL
++enable_so_retry_count_cts_minstrel_rate_49842 retry_count_cts minstrel_rate 0 49842 NULL
++enable_so_read_endpoint_s2255_dev_49848 read_endpoint s2255_dev 0 49848 NULL
++enable_so_scsi_send_eh_cmnd_fndecl_49849 scsi_send_eh_cmnd fndecl 5 49849 NULL
++enable_so_bytes_per_word_tegra_spi_data_49851 bytes_per_word tegra_spi_data 0 49851 NULL
++enable_so_plen_c4iw_ep_49856 plen c4iw_ep 0 49856 NULL nohasharray
++enable_so_vol_cdev_write_fndecl_49856 vol_cdev_write fndecl 3 49856 &enable_so_plen_c4iw_ep_49856
++enable_so_kempld_gpio_pincount_fndecl_49860 kempld_gpio_pincount fndecl 0 49860 NULL
++enable_so___kfifo_init_fndecl_49861 __kfifo_init fndecl 4 49861 NULL
++enable_so_ctrl_freq_set_fndecl_49865 ctrl_freq_set fndecl 3 49865 NULL
++enable_so_bucket_bits_cache_set_49869 bucket_bits cache_set 0 49869 NULL
++enable_so_record_inode_for_nocow_fndecl_49872 record_inode_for_nocow fndecl 2-3-1 49872 NULL
++enable_so_isdn_add_channels_fndecl_49882 isdn_add_channels fndecl 3 49882 NULL
++enable_so_path_listxattr_fndecl_49894 path_listxattr fndecl 3 49894 NULL
++enable_so_snd_vx_create_fndecl_49895 snd_vx_create fndecl 4 49895 NULL
++enable_so_offset_drm_i915_gem_pwrite_49896 offset drm_i915_gem_pwrite 0 49896 NULL nohasharray
++enable_so_max_sds_rings_netxen_adapter_49896 max_sds_rings netxen_adapter 0 49896 &enable_so_offset_drm_i915_gem_pwrite_49896
++enable_so_block_descriptor_length_scsi_mode_data_49918 block_descriptor_length scsi_mode_data 0 49918 NULL
++enable_so_current_size_ipg_jumbo_49923 current_size ipg_jumbo 0 49923 NULL
++enable_so_trap_addr_sdpcm_shared_49924 trap_addr sdpcm_shared 0 49924 NULL
++enable_so_SyS_select_fndecl_49930 SyS_select fndecl 1 49930 NULL
++enable_so_skd_max_queue_depth_vardecl_skd_main_c_49938 skd_max_queue_depth vardecl_skd_main.c 0 49938 NULL
++enable_so_cx18_prepare_buffer_fndecl_49942 cx18_prepare_buffer fndecl 6-5 49942 NULL
++enable_so_inode_number_squashfs_dir_entry_49943 inode_number squashfs_dir_entry 0 49943 NULL nohasharray
++enable_so_repair_io_failure_fndecl_49943 repair_io_failure fndecl 3-6 49943 &enable_so_inode_number_squashfs_dir_entry_49943
++enable_so_zd_usb_scnprint_id_fndecl_49944 zd_usb_scnprint_id fndecl 3-0 49944 NULL
++enable_so_rcvcnt_elsa_hw_49949 rcvcnt elsa_hw 0 49949 NULL
++enable_so_segsize_rem_dn_scp_49951 segsize_rem dn_scp 0 49951 NULL
++enable_so_smbus_xfer_i2c_algorithm_49954 smbus_xfer i2c_algorithm 0 49954 NULL
++enable_so_zlib_decompress_fndecl_49955 zlib_decompress fndecl 5 49955 NULL
++enable_so_len_lmc_xilinx_control_49960 len lmc_xilinx_control 0 49960 NULL
++enable_so_ceph_inode_set_size_fndecl_49962 ceph_inode_set_size fndecl 2 49962 NULL
++enable_so_pcm512x_find_pll_coeff_fndecl_49973 pcm512x_find_pll_coeff fndecl 2-3 49973 NULL
++enable_so_failure_frame_il3945_tx_resp_49976 failure_frame il3945_tx_resp 0 49976 NULL nohasharray
++enable_so_batadv_hash_new_fndecl_49976 batadv_hash_new fndecl 1 49976 &enable_so_failure_frame_il3945_tx_resp_49976
++enable_so_mms114_write_reg_fndecl_49977 mms114_write_reg fndecl 3 49977 NULL
++enable_so_subtract_range_fndecl_49980 subtract_range fndecl 3 49980 NULL nohasharray
++enable_so_tty_write_room_fndecl_49980 tty_write_room fndecl 0 49980 &enable_so_subtract_range_fndecl_49980
++enable_so_mbox_size_wl1271_49981 mbox_size wl1271 0 49981 NULL
++enable_so___mms114_read_reg_fndecl_49983 __mms114_read_reg fndecl 3 49983 NULL
++enable_so_msr_daio_desc_49987 msr daio_desc 0 49987 NULL
++enable_so_buffer_target_count_pvr2_stream_49996 buffer_target_count pvr2_stream 0 49996 NULL
++enable_so_leafblk_xfs_da_geometry_49997 leafblk xfs_da_geometry 0 49997 NULL
++enable_so_block_isofs_iget5_callback_data_50000 block isofs_iget5_callback_data 0 50000 NULL
++enable_so_ack_failures_tx_result_50002 ack_failures tx_result 0 50002 NULL nohasharray
++enable_so_vbi_v_start_0_saa7134_tvnorm_50002 vbi_v_start_0 saa7134_tvnorm 0 50002 &enable_so_ack_failures_tx_result_50002
++enable_so_tcm_qla2xxx_handle_cmd_fndecl_50016 tcm_qla2xxx_handle_cmd fndecl 4 50016 NULL
++enable_so_ufs_inode_getfrag_fndecl_50019 ufs_inode_getfrag fndecl 2-4 50019 NULL
++enable_so_bl_alloc_init_bio_fndecl_50026 bl_alloc_init_bio fndecl 3 50026 NULL
++enable_so_length_fotg210_qtd_50029 length fotg210_qtd 0 50029 NULL
++enable_so_BlockMultiplierBits_INFTLMediaHeader_50032 BlockMultiplierBits INFTLMediaHeader 0 50032 NULL
++enable_so_depth_zoran_format_50033 depth zoran_format 0 50033 NULL
++enable_so_ima_write_policy_fndecl_50039 ima_write_policy fndecl 3 50039 NULL
++enable_so_esp_alloc_tmp_fndecl_50045 esp_alloc_tmp fndecl 2-3 50045 NULL
++enable_so_pwc_vidioc_fill_fmt_fndecl_50048 pwc_vidioc_fill_fmt fndecl 2-3 50048 NULL
++enable_so_len_nft_userdata_50052 len nft_userdata 0 50052 NULL
++enable_so_skge_rx_get_fndecl_50053 skge_rx_get fndecl 3 50053 NULL
++enable_so_long_retry_limit_orinoco_private_50080 long_retry_limit orinoco_private 0 50080 NULL
++enable_so_sem_nsems_sem_array_50085 sem_nsems sem_array 0 50085 NULL
++enable_so_long_retry_atmel_private_50097 long_retry atmel_private 0 50097 NULL
++enable_so_get_priv_descr_and_size_fndecl_50103 get_priv_descr_and_size fndecl 0 50103 NULL
++enable_so_total_len_splice_desc_50112 total_len splice_desc 0 50112 NULL
++enable_so_fst_rx_dma_complete_fndecl_50118 fst_rx_dma_complete fndecl 3 50118 NULL
++enable_so___cfg80211_roamed_fndecl_50127 __cfg80211_roamed fndecl 4-6 50127 NULL
++enable_so_max_burst_whc_qset_50130 max_burst whc_qset 0 50130 NULL nohasharray
++enable_so_get_current_nat_page_fndecl_50130 get_current_nat_page fndecl 2 50130 &enable_so_max_burst_whc_qset_50130
++enable_so_data_msr_data_50133 data msr_data 0 50133 NULL
++enable_so_tool_peer_db_read_fndecl_50135 tool_peer_db_read fndecl 3 50135 NULL
++enable_so_usb_tx_block_fndecl_50144 usb_tx_block fndecl 3 50144 NULL
++enable_so_vendpoint_pwc_device_50145 vendpoint pwc_device 0 50145 NULL
++enable_so_htotal_drm_display_mode_50148 htotal drm_display_mode 0 50148 NULL
++enable_so_size_ubifs_data_node_50154 size ubifs_data_node 0 50154 NULL nohasharray
++enable_so_nfc_hci_set_param_fndecl_50154 nfc_hci_set_param fndecl 5 50154 &enable_so_size_ubifs_data_node_50154
++enable_so_length_ib_ip_iocb_rsp_50163 length ib_ip_iocb_rsp 0 50163 NULL nohasharray
++enable_so_fops_read_fndecl_50163 fops_read fndecl 3 50163 &enable_so_length_ib_ip_iocb_rsp_50163
++enable_so_videobuf_dma_init_user_locked_fndecl_50165 videobuf_dma_init_user_locked fndecl 4-3 50165 NULL
++enable_so_devid_btrfs_device_50167 devid btrfs_device 0 50167 NULL
++enable_so_rd_buf_size_xilly_channel_50171 rd_buf_size xilly_channel 0 50171 NULL
++enable_so_mclk_rate_wm9081_priv_50176 mclk_rate wm9081_priv 0 50176 NULL
++enable_so_hdr_len_atm_flow_data_50178 hdr_len atm_flow_data 0 50178 NULL
++enable_so_ubi_more_update_data_fndecl_50182 ubi_more_update_data fndecl 4 50182 NULL
++enable_so_nested_cr3_nested_state_50183 nested_cr3 nested_state 0 50183 NULL
++enable_so_gfs2_create_inode_fndecl_50184 gfs2_create_inode fndecl 7 50184 NULL
++enable_so_echo_client_kbrw_fndecl_50193 echo_client_kbrw fndecl 6 50193 NULL
++enable_so___isofs_iget_fndecl_50194 __isofs_iget fndecl 3-2 50194 NULL
++enable_so_s_zmap_blocks_minix_sb_info_50206 s_zmap_blocks minix_sb_info 0 50206 NULL
++enable_so_sched_priority_sched_attr_50220 sched_priority sched_attr 0 50220 NULL nohasharray
++enable_so_get_data_block_fndecl_50220 get_data_block fndecl 2 50220 &enable_so_sched_priority_sched_attr_50220
++enable_so_length_dfw_binrec_50222 length dfw_binrec 0 50222 NULL
++enable_so_vd_ino_nilfs_vdesc_50241 vd_ino nilfs_vdesc 0 50241 NULL
++enable_so_mapping_root_cache_disk_superblock_50249 mapping_root cache_disk_superblock 0 50249 NULL
++enable_so_SyS_getrandom_fndecl_50256 SyS_getrandom fndecl 2 50256 NULL
++enable_so_buf_struct_size_vb2_queue_50266 buf_struct_size vb2_queue 0 50266 NULL
++enable_so_end_range_50270 end range 0 50270 NULL nohasharray
++enable_so_bLength_usb_ss_ep_comp_descriptor_50270 bLength usb_ss_ep_comp_descriptor 0 50270 &enable_so_end_range_50270
++enable_so_vframes_pwc_device_50272 vframes pwc_device 0 50272 NULL
++enable_so_count_defcmd_set_50274 count defcmd_set 0 50274 NULL
++enable_so_hsync_vsync_offset_pulse_width_hi_detailed_pixel_timing_50279 hsync_vsync_offset_pulse_width_hi detailed_pixel_timing 0 50279 NULL
++enable_so_ath6kl_wmi_set_appie_cmd_fndecl_50289 ath6kl_wmi_set_appie_cmd fndecl 5 50289 NULL
++enable_so_wptr_old_amdgpu_ring_50296 wptr_old amdgpu_ring 0 50296 NULL
++enable_so_bitmap_set_bits_fndecl_50299 bitmap_set_bits fndecl 4 50299 NULL
++enable_so___record_changed_new_ref_fndecl_50311 __record_changed_new_ref fndecl 2 50311 NULL
++enable_so_insert_reserved_file_extent_fndecl_50316 insert_reserved_file_extent fndecl 6-3-5-4 50316 NULL
++enable_so___cfg80211_connect_result_fndecl_50317 __cfg80211_connect_result fndecl 4-6 50317 NULL
++enable_so__iwl_dbgfs_pm_params_write_fndecl_50318 _iwl_dbgfs_pm_params_write fndecl 3 50318 NULL
++enable_so_level_guest_walker64_50325 level guest_walker64 0 50325 NULL
++enable_so_ucNumEntries__ATOM_PPLIB_CAC_Leakage_Table_50326 ucNumEntries _ATOM_PPLIB_CAC_Leakage_Table 0 50326 NULL
++enable_so_typ_timing_entry_50327 typ timing_entry 0 50327 NULL
++enable_so_mtu_bna_enet_50333 mtu bna_enet 0 50333 NULL
++enable_so___vmalloc_node_fndecl_50335 __vmalloc_node fndecl 1-2 50335 NULL
++enable_so___copy_from_user_nocache_fndecl_50340 __copy_from_user_nocache fndecl 0-3 50340 NULL
++enable_so_used_skcipher_ctx_50342 used skcipher_ctx 0 50342 NULL
++enable_so_ide_complete_rq_fndecl_50345 ide_complete_rq fndecl 3 50345 NULL
++enable_so_vsync_len_fb_videomode_50347 vsync_len fb_videomode 0 50347 NULL
++enable_so_record_ref_fndecl_50351 record_ref fndecl 3 50351 NULL
++enable_so_nextindex_xtheader_50354 nextindex xtheader 0 50354 NULL
++enable_so_wimax_msg_alloc_fndecl_50364 wimax_msg_alloc fndecl 4 50364 NULL
++enable_so_xen_hvm_setup_msi_irqs_fndecl_50365 xen_hvm_setup_msi_irqs fndecl 2 50365 NULL
++enable_so_gfs2_check_blk_type_fndecl_50367 gfs2_check_blk_type fndecl 2 50367 NULL
++enable_so_NumberOfReferrals_smb_com_transaction_get_dfs_refer_rsp_50387 NumberOfReferrals smb_com_transaction_get_dfs_refer_rsp 0 50387 NULL
++enable_so_init_urbs_fndecl_50408 init_urbs fndecl 2-4-5 50408 NULL nohasharray
++enable_so_hash_ipmark4_expire_fndecl_50408 hash_ipmark4_expire fndecl 4 50408 &enable_so_init_urbs_fndecl_50408
++enable_so_size_uvc_clock_50418 size uvc_clock 0 50418 NULL
++enable_so_length_acpi_srat_mem_affinity_50419 length acpi_srat_mem_affinity 0 50419 NULL
++enable_so___initramfs_size_vardecl_50420 __initramfs_size vardecl 0 50420 NULL
++enable_so_btrfs_check_dir_item_collision_fndecl_50426 btrfs_check_dir_item_collision fndecl 2 50426 NULL
++enable_so_sd_max_rg_data_gfs2_sbd_50430 sd_max_rg_data gfs2_sbd 0 50430 NULL
++enable_so___vcc_connect_fndecl_50431 __vcc_connect fndecl 4-3 50431 NULL
++enable_so_ext3_trim_all_free_fndecl_50434 ext3_trim_all_free fndecl 0-2 50434 NULL nohasharray
++enable_so_nilfs_gccache_submit_read_data_fndecl_50434 nilfs_gccache_submit_read_data fndecl 3-4 50434 &enable_so_ext3_trim_all_free_fndecl_50434
++enable_so_sbp_count_se_tpg_luns_fndecl_50444 sbp_count_se_tpg_luns fndecl 0 50444 NULL
++enable_so_il_dbgfs_sram_write_fndecl_50445 il_dbgfs_sram_write fndecl 3 50445 NULL
++enable_so_nfsd4_encode_fattr_to_buf_fndecl_50449 nfsd4_encode_fattr_to_buf fndecl 2 50449 NULL nohasharray
++enable_so_nr_phys_segments_request_50449 nr_phys_segments request 0 50449 &enable_so_nfsd4_encode_fattr_to_buf_fndecl_50449
++enable_so_nfsd_drc_mem_used_vardecl_50456 nfsd_drc_mem_used vardecl 0 50456 NULL
++enable_so_extra_tx_headroom_ieee802154_hw_50457 extra_tx_headroom ieee802154_hw 0 50457 NULL
++enable_so_iscsi_iolen_cxgb4_lld_info_50467 iscsi_iolen cxgb4_lld_info 0 50467 NULL
++enable_so___ath6kl_wmi_send_mgmt_cmd_fndecl_50472 __ath6kl_wmi_send_mgmt_cmd fndecl 7 50472 NULL
++enable_so_buf_size_dmatest_params_50477 buf_size dmatest_params 0 50477 NULL
++enable_so_gfs2_next_unreserved_block_fndecl_50480 gfs2_next_unreserved_block fndecl 0-2 50480 NULL
++enable_so_len_fuse_ioctl_iovec_50481 len fuse_ioctl_iovec 0 50481 NULL
++enable_so_consume_va_vmci_qp_page_file_info_50487 consume_va vmci_qp_page_file_info 0 50487 NULL
++enable_so_udf_new_block_fndecl_50500 udf_new_block fndecl 4 50500 NULL
++enable_so_lpfc_idiag_extacc_write_fndecl_50501 lpfc_idiag_extacc_write fndecl 3 50501 NULL
++enable_so_bio_clone_range_fndecl_50502 bio_clone_range fndecl 2-3 50502 NULL
++enable_so_mwifiex_read_data_sync_fndecl_50504 mwifiex_read_data_sync fndecl 3 50504 NULL
++enable_so_readahead_tree_block_fndecl_50505 readahead_tree_block fndecl 2 50505 NULL
++enable_so_listxattr_inode_operations_50507 listxattr inode_operations 0 50507 NULL
++enable_so_i2c_hid_output_report_fndecl_50508 i2c_hid_output_report fndecl 3 50508 NULL
++enable_so_t4vf_pktgl_to_skb_fndecl_50510 t4vf_pktgl_to_skb fndecl 3 50510 NULL
++enable_so_adfs_fplus_read_fndecl_50514 adfs_fplus_read fndecl 2 50514 NULL nohasharray
++enable_so_usb_maxpacket_fndecl_50514 usb_maxpacket fndecl 0 50514 &enable_so_adfs_fplus_read_fndecl_50514
++enable_so_len_nfs3_mkdirargs_50515 len nfs3_mkdirargs 0 50515 NULL
++enable_so_nframes_cdrom_read_audio_50517 nframes cdrom_read_audio 0 50517 NULL
++enable_so_OSDSetBlock_fndecl_50521 OSDSetBlock fndecl 2-4 50521 NULL
++enable_so_ohci_urb_dequeue_fndecl_50529 ohci_urb_dequeue fndecl 3 50529 NULL
++enable_so__zd_iowrite32v_async_locked_fndecl_50537 _zd_iowrite32v_async_locked fndecl 3 50537 NULL
++enable_so_get_nodes_fndecl_50551 get_nodes fndecl 3 50551 NULL
++enable_so_spi_rd8_fndecl_50555 spi_rd8 fndecl 0 50555 NULL
++enable_so_frag_threshold_wiphy_50556 frag_threshold wiphy 0 50556 NULL
++enable_so___blkdev_issue_zeroout_fndecl_50559 __blkdev_issue_zeroout fndecl 3-2 50559 NULL
++enable_so_gen_pool_create_fndecl_50571 gen_pool_create fndecl 1 50571 NULL
++enable_so_W6692_empty_fifo_fndecl_50573 W6692_empty_fifo fndecl 2 50573 NULL
++enable_so__osd_req_alist_size_fndecl_50577 _osd_req_alist_size fndecl 0 50577 NULL nohasharray
++enable_so_hdr_len_ib_mad_send_buf_50577 hdr_len ib_mad_send_buf 0 50577 &enable_so__osd_req_alist_size_fndecl_50577
++enable_so_length_fuse_page_desc_50581 length fuse_page_desc 0 50581 NULL
++enable_so_do_write_kmem_fndecl_50584 do_write_kmem fndecl 1-3 50584 NULL
++enable_so_do_huge_pmd_wp_page_fallback_fndecl_50585 do_huge_pmd_wp_page_fallback fndecl 7 50585 NULL
++enable_so_off2_xad_50592 off2 xad 0 50592 NULL
++enable_so_pwrite_dvb_ringbuffer_50594 pwrite dvb_ringbuffer 0 50594 NULL
++enable_so_count_slgt_desc_50607 count slgt_desc 0 50607 NULL
++enable_so_len_fuse_notify_inval_inode_out_50619 len fuse_notify_inval_inode_out 0 50619 NULL
++enable_so_zr364xx_fillbuff_fndecl_50623 zr364xx_fillbuff fndecl 3 50623 NULL nohasharray
++enable_so_cb_mirror_cnt_exofs_dt_data_map_50623 cb_mirror_cnt exofs_dt_data_map 0 50623 &enable_so_zr364xx_fillbuff_fndecl_50623
++enable_so___kfifo_to_user_r_fndecl_50624 __kfifo_to_user_r fndecl 5-3 50624 NULL
++enable_so_phys_port_cnt_ib_device_50625 phys_port_cnt ib_device 0 50625 NULL
++enable_so_pglen_nfs3_readlinkargs_50630 pglen nfs3_readlinkargs 0 50630 NULL nohasharray
++enable_so_data_len_pmcraid_hcam_hdr_50630 data_len pmcraid_hcam_hdr 0 50630 &enable_so_pglen_nfs3_readlinkargs_50630
++enable_so_minimum_acpi_address64_attribute_50631 minimum acpi_address64_attribute 0 50631 NULL
++enable_so_l2tp_ip6_recvmsg_fndecl_50633 l2tp_ip6_recvmsg fndecl 3 50633 NULL
++enable_so_tomoyo_truncate_fndecl_50642 tomoyo_truncate fndecl 0 50642 NULL
++enable_so_usb_hcd_giveback_urb_fndecl_50649 usb_hcd_giveback_urb fndecl 3 50649 NULL
++enable_so_xor_sources_dmatest_params_50653 xor_sources dmatest_params 0 50653 NULL
++enable_so_recalc_rate_clk_ops_50655 recalc_rate clk_ops 0 50655 NULL
++enable_so_create_bounce_buffer_fndecl_50656 create_bounce_buffer fndecl 3 50656 NULL
++enable_so_ath9k_hw_ar9003_dump_eeprom_fndecl_50663 ath9k_hw_ar9003_dump_eeprom fndecl 4-5 50663 NULL
++enable_so_enc_pools_release_free_pages_fndecl_50669 enc_pools_release_free_pages fndecl 1 50669 NULL
++enable_so_i915_gem_alloc_context_obj_fndecl_50671 i915_gem_alloc_context_obj fndecl 2 50671 NULL
++enable_so_nclips_bttv_overlay_50673 nclips bttv_overlay 0 50673 NULL
++enable_so_size_snd_util_memblk_50679 size snd_util_memblk 0 50679 NULL
++enable_so_count_dm_io_region_50683 count dm_io_region 0 50683 NULL
++enable_so_sr_offset_nfs42_seek_res_50684 sr_offset nfs42_seek_res 0 50684 NULL nohasharray
++enable_so_alloc_ring_fndecl_50684 alloc_ring fndecl 2-4 50684 &enable_so_sr_offset_nfs42_seek_res_50684
++enable_so_hv_mem_hot_add_fndecl_50687 hv_mem_hot_add fndecl 1 50687 NULL
++enable_so_dm_bm_read_try_lock_fndecl_50688 dm_bm_read_try_lock fndecl 2 50688 NULL
++enable_so_ftrace_pid_write_fndecl_50701 ftrace_pid_write fndecl 3 50701 NULL
++enable_so___find_rev_next_bit_fndecl_50712 __find_rev_next_bit fndecl 0-3-2 50712 NULL
++enable_so_back_xfs_da3_icnode_hdr_50715 back xfs_da3_icnode_hdr 0 50715 NULL
++enable_so_num_lbufq_entries_ql3_adapter_50721 num_lbufq_entries ql3_adapter 0 50721 NULL
++enable_so_mpdu_header_off_wcn36xx_pdu_50723 mpdu_header_off wcn36xx_pdu 0 50723 NULL
++enable_so_i915_gem_alloc_object_fndecl_50728 i915_gem_alloc_object fndecl 2 50728 NULL
++enable_so_max_table_count_acpi_table_list_50733 max_table_count acpi_table_list 0 50733 NULL
++enable_so_max_mr_size_ib_device_attr_50735 max_mr_size ib_device_attr 0 50735 NULL
++enable_so_MaximumDataTransferSizeInBlocks_DAC960_V2_ControllerInfo_50742 MaximumDataTransferSizeInBlocks DAC960_V2_ControllerInfo 0 50742 NULL nohasharray
++enable_so_rx_count_st_data_s_50742 rx_count st_data_s 0 50742 &enable_so_MaximumDataTransferSizeInBlocks_DAC960_V2_ControllerInfo_50742
++enable_so_opt_flen_ipv6_txoptions_50747 opt_flen ipv6_txoptions 0 50747 NULL
++enable_so_i_dataoffset_romfs_inode_info_50755 i_dataoffset romfs_inode_info 0 50755 NULL
++enable_so_cluster_bits_msdos_sb_info_50763 cluster_bits msdos_sb_info 0 50763 NULL
++enable_so_hpfs_get_sector_fndecl_50776 hpfs_get_sector fndecl 2 50776 NULL
++enable_so_test_add_free_space_entry_fndecl_50777 test_add_free_space_entry fndecl 2-3 50777 NULL
++enable_so_vmap_fndecl_50778 vmap fndecl 2 50778 NULL
++enable_so_readdir_nfs_rpc_ops_50783 readdir nfs_rpc_ops 0 50783 NULL
++enable_so_remove_pmkid_fndecl_50793 remove_pmkid fndecl 4 50793 NULL
++enable_so_len_rfd_50801 len rfd 0 50801 NULL
++enable_so_persistent_ram_buffer_map_fndecl_50803 persistent_ram_buffer_map fndecl 1-2 50803 NULL
++enable_so_malloc_size__BIG_IOCTL_Command_struct_50805 malloc_size _BIG_IOCTL_Command_struct 0 50805 NULL
++enable_so_cmdQueueSize_sis_video_info_50807 cmdQueueSize sis_video_info 0 50807 NULL nohasharray
++enable_so_argslen_svc_deferred_req_50807 argslen svc_deferred_req 0 50807 &enable_so_cmdQueueSize_sis_video_info_50807
++enable_so_ldt_tss_segment_16_50811 ldt tss_segment_16 0 50811 NULL
++enable_so_hpfs_map_dnode_fndecl_50813 hpfs_map_dnode fndecl 2 50813 NULL nohasharray
++enable_so_ocfs2_pages_per_cluster_fndecl_50813 ocfs2_pages_per_cluster fndecl 0 50813 &enable_so_hpfs_map_dnode_fndecl_50813
++enable_so_clkrc_ov7670_info_50815 clkrc ov7670_info 0 50815 NULL
++enable_so_sys_migrate_pages_fndecl_50818 sys_migrate_pages fndecl 2 50818 NULL
++enable_so_get_priv_size_fndecl_50823 get_priv_size fndecl 0-1 50823 NULL
++enable_so_xdr_read_pages_fndecl_50824 xdr_read_pages fndecl 2 50824 NULL
++enable_so_t_tinc_data_rem_rds_tcp_connection_50828 t_tinc_data_rem rds_tcp_connection 0 50828 NULL
++enable_so_bssid_info_count_ndis_80211_pmkid_50829 bssid_info_count ndis_80211_pmkid 0 50829 NULL
++enable_so_filelayout_get_dserver_offset_fndecl_50833 filelayout_get_dserver_offset fndecl 0-2 50833 NULL
++enable_so_security_inode_listsecurity_fndecl_50839 security_inode_listsecurity fndecl 0 50839 NULL
++enable_so_m_rsumlevels_xfs_mount_50843 m_rsumlevels xfs_mount 0 50843 NULL
++enable_so_exynos3250_jpeg_compressed_size_fndecl_50845 exynos3250_jpeg_compressed_size fndecl 0 50845 NULL
++enable_so__brk_end_vardecl_50849 _brk_end vardecl 0 50849 NULL
++enable_so_journal_read_transaction_fndecl_50853 journal_read_transaction fndecl 2 50853 NULL
++enable_so_alg_key_len_xfrm_algo_auth_50871 alg_key_len xfrm_algo_auth 0 50871 NULL
++enable_so_mtu_adj_ipvl_dev_50874 mtu_adj ipvl_dev 0 50874 NULL
++enable_so_qib_read_kreg64_fndecl_50881 qib_read_kreg64 fndecl 0 50881 NULL
++enable_so_get_ramdisk_image_fndecl_50888 get_ramdisk_image fndecl 0 50888 NULL
++enable_so_ie_len_ieee80211_if_ibss_50890 ie_len ieee80211_if_ibss 0 50890 NULL nohasharray
++enable_so_size_t4_sq_50890 size t4_sq 0 50890 &enable_so_ie_len_ieee80211_if_ibss_50890 nohasharray
++enable_so_pkt_add_fndecl_50890 pkt_add fndecl 3 50890 &enable_so_size_t4_sq_50890
++enable_so_netlbl_catmap_walkrng_fndecl_50910 netlbl_catmap_walkrng fndecl 2 50910 NULL
++enable_so_exofs_read_kern_fndecl_50914 exofs_read_kern fndecl 6 50914 NULL
++enable_so_vnet_hdr_sz_tun_struct_50916 vnet_hdr_sz tun_struct 0 50916 NULL
++enable_so___get_order_fndecl_50924 __get_order fndecl 0 50924 NULL
++enable_so_num_chunks_drm_radeon_cs_50925 num_chunks drm_radeon_cs 0 50925 NULL
++enable_so___spi_async_fndecl_50927 __spi_async fndecl 0 50927 NULL
++enable_so_j_start_reiserfs_journal_50930 j_start reiserfs_journal 0 50930 NULL
++enable_so_ssidLen_BSSListRid_50931 ssidLen BSSListRid 0 50931 NULL nohasharray
++enable_so_ReplyFrameSize_mpt2sas_facts_50931 ReplyFrameSize mpt2sas_facts 0 50931 &enable_so_ssidLen_BSSListRid_50931
++enable_so_efs_map_block_fndecl_50932 efs_map_block fndecl 0-2 50932 NULL
++enable_so_sge_pktshift_cxgb4_lld_info_50935 sge_pktshift cxgb4_lld_info 0 50935 NULL
++enable_so_dw210x_op_rw_fndecl_50936 dw210x_op_rw fndecl 6 50936 NULL
++enable_so_gen_pool_add_virt_fndecl_50938 gen_pool_add_virt fndecl 2-4 50938 NULL
++enable_so_wil_rx_init_fndecl_50939 wil_rx_init fndecl 2 50939 NULL
++enable_so_ubi_start_update_fndecl_50948 ubi_start_update fndecl 3 50948 NULL
++enable_so_level_backref_node_50950 level backref_node 0 50950 NULL
++enable_so_sync_key_len_pvr2_ioread_50952 sync_key_len pvr2_ioread 0 50952 NULL
++enable_so_iser_prepare_write_cmd_fndecl_50953 iser_prepare_write_cmd fndecl 2 50953 NULL
++enable_so_nsegments_dsp_module_desc_50965 nsegments dsp_module_desc 0 50965 NULL
++enable_so_cma_bitmap_aligned_mask_fndecl_50977 cma_bitmap_aligned_mask fndecl 0-2 50977 NULL nohasharray
++enable_so_setkey_unaligned_fndecl_50977 setkey_unaligned fndecl 3 50977 &enable_so_cma_bitmap_aligned_mask_fndecl_50977
++enable_so_n_hdlc_tty_receive_fndecl_50980 n_hdlc_tty_receive fndecl 4 50980 NULL
++enable_so_seq_start_offset_iscsi_cmd_50983 seq_start_offset iscsi_cmd 0 50983 NULL
++enable_so_usif_ioctl_fndecl_50986 usif_ioctl fndecl 3 50986 NULL
++enable_so_first_burst_len_iscsi_cmd_50987 first_burst_len iscsi_cmd 0 50987 NULL
++enable_so_do_get_mempolicy_fndecl_50990 do_get_mempolicy fndecl 3 50990 NULL
++enable_so_sys_semop_fndecl_50994 sys_semop fndecl 3 50994 NULL
++enable_so_resize_size_resize_parms_51005 resize_size resize_parms 0 51005 NULL
++enable_so_retry_vardecl_dev_c_51007 retry vardecl_dev.c 0 51007 NULL nohasharray
++enable_so_ufs_frag_map_fndecl_51007 ufs_frag_map fndecl 0 51007 &enable_so_retry_vardecl_dev_c_51007
++enable_so_vmx_set_tss_addr_fndecl_51020 vmx_set_tss_addr fndecl 2 51020 NULL
++enable_so_get_std_timing_fndecl_51022 get_std_timing fndecl 0 51022 NULL
++enable_so_num_of_queues_il_cfg_51023 num_of_queues il_cfg 0 51023 NULL
++enable_so_img_sram_size_fw_hdr_51027 img_sram_size fw_hdr 0 51027 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries_fndecl_51032 ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries fndecl 3 51032 NULL
++enable_so_buffer_used_snd_pcm_oss_runtime_51041 buffer_used snd_pcm_oss_runtime 0 51041 NULL
++enable_so_cpu_count_MPT2SAS_ADAPTER_51044 cpu_count MPT2SAS_ADAPTER 0 51044 NULL
++enable_so_int_proc_write_fndecl_51045 int_proc_write fndecl 3 51045 NULL
++enable_so_setattr_inode_operations_51054 setattr inode_operations 0 51054 NULL
++enable_so_vfs_truncate_fndecl_51056 vfs_truncate fndecl 2 51056 NULL nohasharray
++enable_so_cl_req_alloc_fndecl_51056 cl_req_alloc fndecl 4 51056 &enable_so_vfs_truncate_fndecl_51056
++enable_so_xfs_trans_log_efi_extent_fndecl_51058 xfs_trans_log_efi_extent fndecl 3-4 51058 NULL nohasharray
++enable_so_romfs_dev_strnlen_fndecl_51058 romfs_dev_strnlen fndecl 2-3 51058 &enable_so_xfs_trans_log_efi_extent_fndecl_51058
++enable_so_crtc_vtotal_drm_display_mode_51070 crtc_vtotal drm_display_mode 0 51070 NULL
++enable_so_fbmem_len_viafb_dev_51071 fbmem_len viafb_dev 0 51071 NULL
++enable_so_datablob_format_fndecl_51072 datablob_format fndecl 2 51072 NULL
++enable_so_size_p9_wstat_51083 size p9_wstat 0 51083 NULL
++enable_so_td_end_whc_qset_51089 td_end whc_qset 0 51089 NULL nohasharray
++enable_so_pp_write_fndecl_51089 pp_write fndecl 3 51089 &enable_so_td_end_whc_qset_51089
++enable_so_namelen_hpfs_dirent_51099 namelen hpfs_dirent 0 51099 NULL
++enable_so_ocfs2_file_llseek_fndecl_51102 ocfs2_file_llseek fndecl 2 51102 NULL
++enable_so_copy_chunked_from_user_fndecl_51106 copy_chunked_from_user fndecl 3 51106 NULL
++enable_so_memblock_virt_alloc_internal_fndecl_51107 memblock_virt_alloc_internal fndecl 2-1 51107 NULL nohasharray
++enable_so_bu_blocks_ocfs2_xattr_bucket_51107 bu_blocks ocfs2_xattr_bucket 0 51107 &enable_so_memblock_virt_alloc_internal_fndecl_51107
++enable_so_page_order_btree_keys_51110 page_order btree_keys 0 51110 NULL
++enable_so_fbmem_free_viafb_par_51115 fbmem_free viafb_par 0 51115 NULL
++enable_so_len_garp_attr_hdr_51119 len garp_attr_hdr 0 51119 NULL
++enable_so_ls_num_slots_dlm_ls_51120 ls_num_slots dlm_ls 0 51120 NULL
++enable_so_new_read_fndecl_51123 new_read fndecl 2 51123 NULL
++enable_so_adau1373_set_pll_fndecl_51130 adau1373_set_pll fndecl 4-5 51130 NULL nohasharray
++enable_so_alignmask_blkcipher_walk_51130 alignmask blkcipher_walk 0 51130 &enable_so_adau1373_set_pll_fndecl_51130
++enable_so_offset_aperture_range_51131 offset aperture_range 0 51131 NULL nohasharray
++enable_so_igb_pci_enable_sriov_fndecl_51131 igb_pci_enable_sriov fndecl 2 51131 &enable_so_offset_aperture_range_51131
++enable_so_wqe_cnt_mlx4_ib_wq_51135 wqe_cnt mlx4_ib_wq 0 51135 NULL
++enable_so_cachelsz_ath_common_51138 cachelsz ath_common 0 51138 NULL
++enable_so_length_sky2_status_le_51139 length sky2_status_le 0 51139 NULL
++enable_so_arg_start_mm_struct_51140 arg_start mm_struct 0 51140 NULL nohasharray
++enable_so_fm_send_cmd_fndecl_51140 fm_send_cmd fndecl 5 51140 &enable_so_arg_start_mm_struct_51140
++enable_so_num_rx_bnad_51141 num_rx bnad 0 51141 NULL
++enable_so_mss_net_lro_desc_51151 mss net_lro_desc 0 51151 NULL
++enable_so_i2c_master_send_fndecl_51152 i2c_master_send fndecl 3 51152 NULL
++enable_so_sdio_readb_fndecl_51153 sdio_readb fndecl 0 51153 NULL
++enable_so_nfs_idmap_get_key_fndecl_51155 nfs_idmap_get_key fndecl 0-2 51155 NULL
++enable_so_bytes_per_pixel_osd_info_51169 bytes_per_pixel osd_info 0 51169 NULL nohasharray
++enable_so_kvm_read_guest_cached_fndecl_51169 kvm_read_guest_cached fndecl 4 51169 &enable_so_bytes_per_pixel_osd_info_51169
++enable_so_raid10_takeover_raid0_fndecl_51171 raid10_takeover_raid0 fndecl 3-2 51171 NULL
++enable_so_v4l_stk_read_fndecl_51179 v4l_stk_read fndecl 3 51179 NULL
++enable_so_do_surface_dirty_sou_fndecl_51181 do_surface_dirty_sou fndecl 7 51181 NULL
++enable_so_prism2_info_hostscanresults_fndecl_51194 prism2_info_hostscanresults fndecl 3 51194 NULL
++enable_so_mlx5_ib_invalidate_range_fndecl_51195 mlx5_ib_invalidate_range fndecl 2 51195 NULL
++enable_so_btrfs_extent_same_fndecl_51200 btrfs_extent_same fndecl 3-2-5 51200 NULL
++enable_so_max_num_vringh_kiov_51202 max_num vringh_kiov 0 51202 NULL
++enable_so_cirrus_ttm_tt_create_fndecl_51204 cirrus_ttm_tt_create fndecl 2 51204 NULL
++enable_so_vcc_recvmsg_fndecl_51205 vcc_recvmsg fndecl 3 51205 NULL
++enable_so_kvm_clear_guest_fndecl_51207 kvm_clear_guest fndecl 2-3 51207 NULL
++enable_so_phys_vram_area_51217 phys vram_area 0 51217 NULL
++enable_so_vsi_oltext_vxfs_sb_info_51222 vsi_oltext vxfs_sb_info 0 51222 NULL
++enable_so_addr_e820entry_51224 addr e820entry 0 51224 NULL
++enable_so_mem_cgroup_count_precharge_pte_range_fndecl_51229 mem_cgroup_count_precharge_pte_range fndecl 2 51229 NULL
++enable_so_rt2x00debug_write_rf_fndecl_51232 rt2x00debug_write_rf fndecl 3 51232 NULL
++enable_so_stb0899_read_regs_fndecl_51234 stb0899_read_regs fndecl 4 51234 NULL
++enable_so_proc_set_size_fndecl_51237 proc_set_size fndecl 2 51237 NULL
++enable_so_get_ucode_user_fndecl_51241 get_ucode_user fndecl 3 51241 NULL
++enable_so_imxdma_prep_dma_cyclic_fndecl_51257 imxdma_prep_dma_cyclic fndecl 4-3 51257 NULL
++enable_so_maxdatafieldsize_vnic_fc_config_51275 maxdatafieldsize vnic_fc_config 0 51275 NULL
++enable_so_ceph_decode_16_fndecl_51276 ceph_decode_16 fndecl 0 51276 NULL
++enable_so_ext3_new_block_fndecl_51283 ext3_new_block fndecl 3 51283 NULL
++enable_so_xfs_rtallocate_range_fndecl_51292 xfs_rtallocate_range fndecl 3-4 51292 NULL nohasharray
++enable_so_osd_req_list_partition_collections_fndecl_51292 osd_req_list_partition_collections fndecl 5 51292 &enable_so_xfs_rtallocate_range_fndecl_51292
++enable_so_first_burst_iscsi_bus_flash_session_51294 first_burst iscsi_bus_flash_session 0 51294 NULL
++enable_so_ramoops_read_kmsg_hdr_fndecl_51300 ramoops_read_kmsg_hdr fndecl 0 51300 NULL
++enable_so_vmci_qp_broker_set_page_store_fndecl_51303 vmci_qp_broker_set_page_store fndecl 2-3 51303 NULL
++enable_so_mthca_alloc_icm_table_fndecl_51311 mthca_alloc_icm_table fndecl 3-4 51311 NULL
++enable_so__ipw_read_reg32_fndecl_51318 _ipw_read_reg32 fndecl 0 51318 NULL
++enable_so_drv_sds_rings_qlcnic_adapter_51319 drv_sds_rings qlcnic_adapter 0 51319 NULL
++enable_so_sync_dma_snd_usb_endpoint_51333 sync_dma snd_usb_endpoint 0 51333 NULL
++enable_so_counter_vardecl_inode_c_51334 counter vardecl_inode.c 0 51334 NULL
++enable_so_s_first_meta_bg_ext4_super_block_51338 s_first_meta_bg ext4_super_block 0 51338 NULL
++enable_so_zd_mac_rx_fndecl_51339 zd_mac_rx fndecl 3 51339 NULL nohasharray
++enable_so_C_SYSC_pselect6_fndecl_51339 C_SYSC_pselect6 fndecl 1 51339 &enable_so_zd_mac_rx_fndecl_51339
++enable_so_size_seq_file_51354 size seq_file 0 51354 NULL
++enable_so_get_frame_size_fndecl_51358 get_frame_size fndecl 0 51358 NULL
++enable_so_la_size_sect_drbd_md_51365 la_size_sect drbd_md 0 51365 NULL
++enable_so_uvc_try_frame_interval_fndecl_51372 uvc_try_frame_interval fndecl 0-2 51372 NULL nohasharray
++enable_so_sb_logblocks_xfs_sb_51372 sb_logblocks xfs_sb 0 51372 &enable_so_uvc_try_frame_interval_fndecl_51372
++enable_so_ucma_query_path_fndecl_51378 ucma_query_path fndecl 3 51378 NULL
++enable_so_num_queues_virtio_scsi_51387 num_queues virtio_scsi 0 51387 NULL
++enable_so_size_hbucket_51397 size hbucket 0 51397 NULL
++enable_so_kmemleak_alloc_recursive_fndecl_51410 kmemleak_alloc_recursive fndecl 2 51410 NULL
++enable_so_max_header_size_irnet_socket_51423 max_header_size irnet_socket 0 51423 NULL
++enable_so_num_rx_queues_ixgbevf_adapter_51428 num_rx_queues ixgbevf_adapter 0 51428 NULL
++enable_so_size_omap3isp_ccdc_lsc_config_51438 size omap3isp_ccdc_lsc_config 0 51438 NULL
++enable_so_max_cmds_ipr_ioa_cfg_51439 max_cmds ipr_ioa_cfg 0 51439 NULL
++enable_so_rtsThres_ConfigRid_51444 rtsThres ConfigRid 0 51444 NULL
++enable_so_xfs_free_file_space_fndecl_51452 xfs_free_file_space fndecl 2-3 51452 NULL
++enable_so_size_gf100_gr_priv_51459 size gf100_gr_priv 0 51459 NULL
++enable_so_orig_offset_iscsi_seq_51477 orig_offset iscsi_seq 0 51477 NULL
++enable_so_write_ec_fiforeg_fndecl_51478 write_ec_fiforeg fndecl 2 51478 NULL
++enable_so_compat_sys_rt_sigpending_fndecl_51480 compat_sys_rt_sigpending fndecl 2 51480 NULL
++enable_so_finish_urb_fndecl_51484 finish_urb fndecl 3 51484 NULL
++enable_so_num_vectors_mic_irq_info_51485 num_vectors mic_irq_info 0 51485 NULL
++enable_so_xlog_alloc_log_fndecl_51486 xlog_alloc_log fndecl 4-3 51486 NULL
++enable_so_log_blocksize_f2fs_super_block_51487 log_blocksize f2fs_super_block 0 51487 NULL
++enable_so_read_rbu_packet_size_fndecl_51488 read_rbu_packet_size fndecl 6 51488 NULL
++enable_so_height_drm_radeon_tex_image_51500 height drm_radeon_tex_image 0 51500 NULL
++enable_so__rtw_malloc_fndecl_51515 _rtw_malloc fndecl 1 51515 NULL
++enable_so_size_fb_pixmap_51528 size fb_pixmap 0 51528 NULL
++enable_so_write_file_bool_fndecl_51542 write_file_bool fndecl 3 51542 NULL
++enable_so_len_hfa384x_info_frame_51543 len hfa384x_info_frame 0 51543 NULL
++enable_so_fifo_alloc_fndecl_51546 fifo_alloc fndecl 1 51546 NULL
++enable_so_buffer_size_snd_emu10k1_fx8010_pcm_rec_51548 buffer_size snd_emu10k1_fx8010_pcm_rec 0 51548 NULL
++enable_so_rcv_buf_bytes_vardecl_usbatm_c_51558 rcv_buf_bytes vardecl_usbatm.c 0 51558 NULL
++enable_so_residual_len_vscsiif_response_51559 residual_len vscsiif_response 0 51559 NULL
++enable_so_netxen_nic_change_mtu_fndecl_51573 netxen_nic_change_mtu fndecl 2 51573 NULL
++enable_so_ino_f2fs_dir_entry_51578 ino f2fs_dir_entry 0 51578 NULL
++enable_so_i_blkno_ocfs2_dinode_51582 i_blkno ocfs2_dinode 0 51582 NULL nohasharray
++enable_so_persistent_ram_old_size_fndecl_51582 persistent_ram_old_size fndecl 0 51582 &enable_so_i_blkno_ocfs2_dinode_51582
++enable_so_octeon_download_firmware_fndecl_51583 octeon_download_firmware fndecl 3 51583 NULL
++enable_so_aggr_recv_addba_req_evt_fndecl_51590 aggr_recv_addba_req_evt fndecl 4 51590 NULL
++enable_so_rx_buf_missing_hso_net_51595 rx_buf_missing hso_net 0 51595 NULL
++enable_so_parser_init_guts_fndecl_51597 parser_init_guts fndecl 2 51597 NULL
++enable_so_klsi_105_prepare_write_buffer_fndecl_51599 klsi_105_prepare_write_buffer fndecl 3 51599 NULL nohasharray
++enable_so_af9013_wr_regs_i2c_fndecl_51599 af9013_wr_regs_i2c fndecl 5 51599 &enable_so_klsi_105_prepare_write_buffer_fndecl_51599 nohasharray
++enable_so_ep_count_bytes_remain_fndecl_51599 ep_count_bytes_remain fndecl 0 51599 &enable_so_af9013_wr_regs_i2c_fndecl_51599
++enable_so_receive_mergeable_fndecl_51601 receive_mergeable fndecl 5 51601 NULL
++enable_so_vfp_get_fndecl_51605 vfp_get fndecl 3-4 51605 NULL
++enable_so_data_transfer_length_vmscsi_request_51616 data_transfer_length vmscsi_request 0 51616 NULL nohasharray
++enable_so_cur_vfio_pci_fill_info_51616 cur vfio_pci_fill_info 0 51616 &enable_so_data_transfer_length_vmscsi_request_51616
++enable_so_ioc_plen1_obd_ioctl_data_51625 ioc_plen1 obd_ioctl_data 0 51625 NULL
++enable_so_cifs_send_async_read_fndecl_51630 cifs_send_async_read fndecl 2 51630 NULL
++enable_so_m25p80_read_fndecl_51631 m25p80_read fndecl 3 51631 NULL
++enable_so_nodesize_btrfs_root_51633 nodesize btrfs_root 0 51633 NULL nohasharray
++enable_so_wil_vring_init_bcast_fndecl_51633 wil_vring_init_bcast fndecl 3 51633 &enable_so_nodesize_btrfs_root_51633 nohasharray
++enable_so__iwl_dbgfs_fw_dbg_conf_write_fndecl_51633 _iwl_dbgfs_fw_dbg_conf_write fndecl 3 51633 &enable_so_wil_vring_init_bcast_fndecl_51633
++enable_so_SyS_llistxattr_fndecl_51635 SyS_llistxattr fndecl 3 51635 NULL
++enable_so_SsidLength_ndis_802_11_ssid_51638 SsidLength ndis_802_11_ssid 0 51638 NULL
++enable_so_objectid_btrfs_root_51643 objectid btrfs_root 0 51643 NULL
++enable_so_nsm_create_handle_fndecl_51647 nsm_create_handle fndecl 4 51647 NULL
++enable_so_total_bitmaps_btrfs_free_space_ctl_51648 total_bitmaps btrfs_free_space_ctl 0 51648 NULL nohasharray
++enable_so_ath10k_mem_value_read_fndecl_51648 ath10k_mem_value_read fndecl 3 51648 &enable_so_total_bitmaps_btrfs_free_space_ctl_51648
++enable_so_kernfs_dir_fop_llseek_fndecl_51649 kernfs_dir_fop_llseek fndecl 2 51649 NULL
++enable_so_max_txsz_cxgbi_ddp_info_51655 max_txsz cxgbi_ddp_info 0 51655 NULL
++enable_so_o2hb_read_slots_fndecl_51658 o2hb_read_slots fndecl 2 51658 NULL
++enable_so_snd_pcm_oss_write_fndecl_51663 snd_pcm_oss_write fndecl 3 51663 NULL
++enable_so_resource_list_create_entry_fndecl_51673 resource_list_create_entry fndecl 2 51673 NULL
++enable_so_tcf_csum_ipv4_udp_fndecl_51674 tcf_csum_ipv4_udp fndecl 3 51674 NULL
++enable_so_nr_dirtied_task_struct_51675 nr_dirtied task_struct 0 51675 NULL
++enable_so_ep0_read_fndecl_51676 ep0_read fndecl 3 51676 NULL
++enable_so_request_key_auth_new_fndecl_51679 request_key_auth_new fndecl 3 51679 NULL
++enable_so_ls_num_nodes_dlm_ls_51681 ls_num_nodes dlm_ls 0 51681 NULL nohasharray
++enable_so_vmw_kms_present_fndecl_51681 vmw_kms_present fndecl 9 51681 &enable_so_ls_num_nodes_dlm_ls_51681
++enable_so_extsize_xfs_growfs_rt_51692 extsize xfs_growfs_rt 0 51692 NULL nohasharray
++enable_so_parent_root_objectid_btrfs_fid_51692 parent_root_objectid btrfs_fid 0 51692 &enable_so_extsize_xfs_growfs_rt_51692
++enable_so_rtl8169_change_mtu_fndecl_51693 rtl8169_change_mtu fndecl 2 51693 NULL
++enable_so_ms_os_descs_ext_prop_data_len_ffs_data_51698 ms_os_descs_ext_prop_data_len ffs_data 0 51698 NULL
++enable_so_num_req_context_skd_device_51707 num_req_context skd_device 0 51707 NULL
++enable_so_mwifiex_cmd_append_11n_tlv_fndecl_51715 mwifiex_cmd_append_11n_tlv fndecl 0 51715 NULL
++enable_so_iscsit_dump_data_payload_fndecl_51720 iscsit_dump_data_payload fndecl 2 51720 NULL
++enable_so_do_wp_page_fndecl_51721 do_wp_page fndecl 3 51721 NULL
++enable_so_MaxChainDepth__MSG_IOC_FACTS_REPLY_51731 MaxChainDepth _MSG_IOC_FACTS_REPLY 0 51731 NULL
++enable_so_xfs_da3_node_create_fndecl_51737 xfs_da3_node_create fndecl 2 51737 NULL
++enable_so_sie_num_c67x00_sie_51754 sie_num c67x00_sie 0 51754 NULL
++enable_so_sd_size_stat_data_v1_51758 sd_size stat_data_v1 0 51758 NULL
++enable_so_z_compress_fndecl_51766 z_compress fndecl 4-5 51766 NULL
++enable_so_rbio_add_io_page_fndecl_51775 rbio_add_io_page fndecl 5 51775 NULL
++enable_so_s_blocksize_reiserfs_super_block_v1_51777 s_blocksize reiserfs_super_block_v1 0 51777 NULL
++enable_so_SSID_size_atmel_private_51778 SSID_size atmel_private 0 51778 NULL nohasharray
++enable_so_c_freeoff_ufs_cg_private_info_51778 c_freeoff ufs_cg_private_info 0 51778 &enable_so_SSID_size_atmel_private_51778
++enable_so_btusb_qca_send_vendor_req_fndecl_51785 btusb_qca_send_vendor_req fndecl 4 51785 NULL
++enable_so_zforce_send_wait_fndecl_51795 zforce_send_wait fndecl 3 51795 NULL
++enable_so_ns_nextnum_the_nilfs_51797 ns_nextnum the_nilfs 0 51797 NULL
++enable_so_uar_page_size_mlx4_caps_51798 uar_page_size mlx4_caps 0 51798 NULL
++enable_so_mclk_sm501_clock_51799 mclk sm501_clock 0 51799 NULL
++enable_so_si476x_core_i2c_xfer_fndecl_51818 si476x_core_i2c_xfer fndecl 4 51818 NULL
++enable_so_val_ulist_node_51819 val ulist_node 0 51819 NULL
++enable_so_bcache_device_init_fndecl_51822 bcache_device_init fndecl 2-3 51822 NULL
++enable_so_isac_empty_fifo_fndecl_51832 isac_empty_fifo fndecl 2 51832 NULL
++enable_so_udf_readpages_fndecl_51834 udf_readpages fndecl 4 51834 NULL
++enable_so_hde_ast_vbios_enhtable_51835 hde ast_vbios_enhtable 0 51835 NULL
++enable_so_nfs4_xattr_get_nfs4_acl_fndecl_51843 nfs4_xattr_get_nfs4_acl fndecl 4 51843 NULL
++enable_so_xfs_qm_dqiter_bufs_fndecl_51846 xfs_qm_dqiter_bufs fndecl 3 51846 NULL
++enable_so_err_decode_fndecl_51847 err_decode fndecl 2 51847 NULL
++enable_so_xprt_rdma_max_inline_read_vardecl_transport_c_51852 xprt_rdma_max_inline_read vardecl_transport.c 0 51852 NULL
++enable_so_ipv6_renew_option_fndecl_51854 ipv6_renew_option fndecl 3 51854 NULL
++enable_so_nr_dma_pages_drm_savage_private_51862 nr_dma_pages drm_savage_private 0 51862 NULL
++enable_so_TupleDataLen_tuple_t_51870 TupleDataLen tuple_t 0 51870 NULL
++enable_so_efs_get_block_fndecl_51871 efs_get_block fndecl 2 51871 NULL
++enable_so_MaxFrameSize_s_smt_os_51875 MaxFrameSize s_smt_os 0 51875 NULL
++enable_so_vbi_height_em28xx_v4l2_51876 vbi_height em28xx_v4l2 0 51876 NULL
++enable_so_direct_entry_fndecl_51879 direct_entry fndecl 3 51879 NULL
++enable_so_compat_udp_setsockopt_fndecl_51883 compat_udp_setsockopt fndecl 5 51883 NULL
++enable_so_skb_headroom_port100_51893 skb_headroom port100 0 51893 NULL nohasharray
++enable_so___vlan_add_flags_fndecl_51893 __vlan_add_flags fndecl 2 51893 &enable_so_skb_headroom_port100_51893
++enable_so_sys_select_fndecl_51896 sys_select fndecl 1 51896 NULL
++enable_so_len_sdla_mem_51902 len sdla_mem 0 51902 NULL
++enable_so_datainterval_audioformat_51903 datainterval audioformat 0 51903 NULL
++enable_so_rx_buf_sz_yellowfin_private_51912 rx_buf_sz yellowfin_private 0 51912 NULL
++enable_so_len_nfs3_diropargs_51913 len nfs3_diropargs 0 51913 NULL
++enable_so_traverse_fndecl_51938 traverse fndecl 2 51938 NULL
++enable_so_len_probe_resp_51942 len probe_resp 0 51942 NULL
++enable_so_vram_vardecl_gxfb_core_c_51945 vram vardecl_gxfb_core.c 0 51945 NULL nohasharray
++enable_so_tidcnt_ipath_tid_info_51945 tidcnt ipath_tid_info 0 51945 &enable_so_vram_vardecl_gxfb_core_c_51945
++enable_so_nci_core_conn_create_fndecl_51946 nci_core_conn_create fndecl 4 51946 NULL
++enable_so_guest_phys_addr_kvm_userspace_memory_region_51947 guest_phys_addr kvm_userspace_memory_region 0 51947 NULL
++enable_so_addr_drm_radeon_gem_userptr_51948 addr drm_radeon_gem_userptr 0 51948 NULL
++enable_so_rsi_mgmt_pkt_to_core_fndecl_51950 rsi_mgmt_pkt_to_core fndecl 3 51950 NULL
++enable_so_size_mdp_superblock_s_51954 size mdp_superblock_s 0 51954 NULL
++enable_so___remaining_sg_mapping_iter_51955 __remaining sg_mapping_iter 0 51955 NULL nohasharray
++enable_so_num_mpt_mlx4_profile_51955 num_mpt mlx4_profile 0 51955 &enable_so___remaining_sg_mapping_iter_51955
++enable_so___blk_queue_init_tags_fndecl_51956 __blk_queue_init_tags fndecl 2 51956 NULL
++enable_so_pipe_src_w_intel_crtc_state_51963 pipe_src_w intel_crtc_state 0 51963 NULL nohasharray
++enable_so_num_eqs_mthca_limits_51963 num_eqs mthca_limits 0 51963 &enable_so_pipe_src_w_intel_crtc_state_51963
++enable_so_bufsize_usbhid_device_51964 bufsize usbhid_device 0 51964 NULL nohasharray
++enable_so_max_data_size_mpt3_ioctl_header_51964 max_data_size mpt3_ioctl_header 0 51964 &enable_so_bufsize_usbhid_device_51964
++enable_so_pad_bits_regmap_config_51968 pad_bits regmap_config 0 51968 NULL
++enable_so_req_lim_delta_srp_cred_req_51971 req_lim_delta srp_cred_req 0 51971 NULL
++enable_so_asix_write_cmd_async_fndecl_51975 asix_write_cmd_async fndecl 5 51975 NULL
++enable_so_pmcraid_copy_sglist_fndecl_51980 pmcraid_copy_sglist fndecl 3 51980 NULL
++enable_so_pcnet32_realloc_tx_ring_fndecl_51983 pcnet32_realloc_tx_ring fndecl 3 51983 NULL
++enable_so_f2fs_inode_by_name_fndecl_51991 f2fs_inode_by_name fndecl 0 51991 NULL
++enable_so_ocfs2_which_cluster_group_fndecl_51998 ocfs2_which_cluster_group fndecl 0-2 51998 NULL
++enable_so_mlx5_query_port_ptys_fndecl_52003 mlx5_query_port_ptys fndecl 3 52003 NULL
++enable_so_kvm_write_guest_fndecl_52005 kvm_write_guest fndecl 2-4 52005 NULL
++enable_so_pixel_clock_oaktrail_timing_info_52013 pixel_clock oaktrail_timing_info 0 52013 NULL
++enable_so_immediate_data_length_iscsi_build_list_52017 immediate_data_length iscsi_build_list 0 52017 NULL nohasharray
++enable_so_size_fuse_write_out_52017 size fuse_write_out 0 52017 &enable_so_immediate_data_length_iscsi_build_list_52017
++enable_so_batadv_iv_ogm_aggregate_new_fndecl_52022 batadv_iv_ogm_aggregate_new fndecl 2 52022 NULL
++enable_so_seq_commit_fndecl_52023 seq_commit fndecl 2 52023 NULL
++enable_so_write_segment_descriptor_fndecl_52025 write_segment_descriptor fndecl 2 52025 NULL
++enable_so_dev_set_mtu_fndecl_52028 dev_set_mtu fndecl 2 52028 NULL
++enable_so_blk_end_bidi_request_fndecl_52033 blk_end_bidi_request fndecl 3-4 52033 NULL
++enable_so_kvm_arch_setup_async_pf_fndecl_52034 kvm_arch_setup_async_pf fndecl 3 52034 NULL
++enable_so_base_pfn_cma_52036 base_pfn cma 0 52036 NULL
++enable_so_ttm_dma_page_alloc_init_fndecl_52037 ttm_dma_page_alloc_init fndecl 2 52037 NULL
++enable_so_gfs2_setattr_size_fndecl_52038 gfs2_setattr_size fndecl 2 52038 NULL
++enable_so_xdr_shrink_pagelen_fndecl_52043 xdr_shrink_pagelen fndecl 2 52043 NULL
++enable_so_num_controls_op_x86_model_spec_52044 num_controls op_x86_model_spec 0 52044 NULL
++enable_so_section_size_nvsp_1_message_send_send_buffer_complete_52050 section_size nvsp_1_message_send_send_buffer_complete 0 52050 NULL
++enable_so_cxgb_change_mtu_fndecl_52055 cxgb_change_mtu fndecl 2 52055 NULL
++enable_so__iwl_dbgfs_scan_ant_rxchain_write_fndecl_52060 _iwl_dbgfs_scan_ant_rxchain_write fndecl 3 52060 NULL
++enable_so_nid_node_info_52075 nid node_info 0 52075 NULL
++enable_so_iscsi_create_iface_fndecl_52093 iscsi_create_iface fndecl 5 52093 NULL
++enable_so_drv_tx_rings_qlcnic_adapter_52102 drv_tx_rings qlcnic_adapter 0 52102 NULL
++enable_so_adf4350_set_freq_fndecl_52106 adf4350_set_freq fndecl 2 52106 NULL nohasharray
++enable_so_attr_bytes_osdv1_attributes_list_element_52106 attr_bytes osdv1_attributes_list_element 0 52106 &enable_so_adf4350_set_freq_fndecl_52106
++enable_so_logical_offset_btrfs_ioctl_same_args_52108 logical_offset btrfs_ioctl_same_args 0 52108 NULL
++enable_so_mmc_test_nonblock_transfer_fndecl_52112 mmc_test_nonblock_transfer fndecl 6-5 52112 NULL
++enable_so_mlx4_ib_db_map_user_fndecl_52114 mlx4_ib_db_map_user fndecl 2 52114 NULL
++enable_so_logfs_new_meta_inode_fndecl_52119 logfs_new_meta_inode fndecl 2 52119 NULL nohasharray
++enable_so_add_qgroup_relation_item_fndecl_52119 add_qgroup_relation_item fndecl 4-3 52119 &enable_so_logfs_new_meta_inode_fndecl_52119
++enable_so_max3421_transfer_out_done_fndecl_52121 max3421_transfer_out_done fndecl 0 52121 NULL
++enable_so_db_page_mthca_create_srq_52122 db_page mthca_create_srq 0 52122 NULL
++enable_so_s_inode_size_ext2_sb_info_52134 s_inode_size ext2_sb_info 0 52134 NULL
++enable_so_copy_ctl_value_to_user_fndecl_52136 copy_ctl_value_to_user fndecl 4 52136 NULL
++enable_so_sample_bits_snd_pcm_runtime_52138 sample_bits snd_pcm_runtime 0 52138 NULL
++enable_so_xprt_rdma_inline_write_padding_vardecl_transport_c_52144 xprt_rdma_inline_write_padding vardecl_transport.c 0 52144 NULL nohasharray
++enable_so_isofs_export_iget_fndecl_52144 isofs_export_iget fndecl 3-2 52144 &enable_so_xprt_rdma_inline_write_padding_vardecl_transport_c_52144
++enable_so_tcp_sendmsg_fndecl_52147 tcp_sendmsg fndecl 3 52147 NULL nohasharray
++enable_so_tcp_update_reordering_fndecl_52147 tcp_update_reordering fndecl 2 52147 &enable_so_tcp_sendmsg_fndecl_52147
++enable_so_set_le_ih_k_type_fndecl_52149 set_le_ih_k_type fndecl 2 52149 NULL
++enable_so_skcipher_sendmsg_fndecl_52153 skcipher_sendmsg fndecl 3 52153 NULL nohasharray
++enable_so_bnad_debugfs_lseek_fndecl_52153 bnad_debugfs_lseek fndecl 2 52153 &enable_so_skcipher_sendmsg_fndecl_52153
++enable_so_update_extent_info_fndecl_52163 update_extent_info fndecl 2-3 52163 NULL
++enable_so_indirect_sg_entries_vardecl_ib_srp_c_52165 indirect_sg_entries vardecl_ib_srp.c 0 52165 NULL
++enable_so_mpx_mmap_fndecl_52167 mpx_mmap fndecl 1 52167 NULL nohasharray
++enable_so_nvkm_object_create__fndecl_52167 nvkm_object_create_ fndecl 5 52167 &enable_so_mpx_mmap_fndecl_52167
++enable_so_nf_ct_sack_adjust_fndecl_52168 nf_ct_sack_adjust fndecl 2 52168 NULL
++enable_so_mtdchar_lseek_fndecl_52170 mtdchar_lseek fndecl 2 52170 NULL
++enable_so_compat_sys_ptrace_fndecl_52176 compat_sys_ptrace fndecl 3 52176 NULL
++enable_so_b_length_xfs_buf_52177 b_length xfs_buf 0 52177 NULL
++enable_so_rd_allocate_sgl_table_fndecl_52188 rd_allocate_sgl_table fndecl 3 52188 NULL
++enable_so_ext2_readpages_fndecl_52195 ext2_readpages fndecl 4 52195 NULL
++enable_so_qp_broker_alloc_fndecl_52197 qp_broker_alloc fndecl 5-6 52197 NULL
++enable_so_audit_init_entry_fndecl_52199 audit_init_entry fndecl 1 52199 NULL
++enable_so_metapage_get_blocks_fndecl_52200 metapage_get_blocks fndecl 0-2 52200 NULL
++enable_so_mmc_send_cxd_data_fndecl_52204 mmc_send_cxd_data fndecl 5 52204 NULL
++enable_so_write_enabled_file_bool_fndecl_52213 write_enabled_file_bool fndecl 3 52213 NULL
++enable_so_num_dtv_properties_52216 num dtv_properties 0 52216 NULL
++enable_so_numlower_ovl_entry_52218 numlower ovl_entry 0 52218 NULL
++enable_so_BlockSize_erase_unit_header_t_52231 BlockSize erase_unit_header_t 0 52231 NULL
++enable_so_nfs3_proc_readlink_fndecl_52235 nfs3_proc_readlink fndecl 4 52235 NULL
++enable_so_efs_iget_fndecl_52247 efs_iget fndecl 2 52247 NULL
++enable_so_size_elf_note_info_52250 size elf_note_info 0 52250 NULL
++enable_so_intel_free_coherent_fndecl_52264 intel_free_coherent fndecl 2 52264 NULL
++enable_so_bufsize_brcmf_console_52266 bufsize brcmf_console 0 52266 NULL
++enable_so_value_len_xattr_52269 value_len xattr 0 52269 NULL
++enable_so_hdsp_set_rate_fndecl_52271 hdsp_set_rate fndecl 2 52271 NULL nohasharray
++enable_so_hfsplus_ext_find_block_fndecl_52271 hfsplus_ext_find_block fndecl 0 52271 &enable_so_hdsp_set_rate_fndecl_52271 nohasharray
++enable_so_req_depth_pvscsi_adapter_52271 req_depth pvscsi_adapter 0 52271 &enable_so_hfsplus_ext_find_block_fndecl_52271
++enable_so_set_multcount_fndecl_52272 set_multcount fndecl 2 52272 NULL
++enable_so_hlen_raw_frag_vec_52276 hlen raw_frag_vec 0 52276 NULL
++enable_so_num_alt_cx231xx_audio_52283 num_alt cx231xx_audio 0 52283 NULL
++enable_so_length_sigma_fw_chunk_52285 length sigma_fw_chunk 0 52285 NULL
++enable_so_hpfs_alloc_dnode_fndecl_52288 hpfs_alloc_dnode fndecl 2 52288 NULL
++enable_so_v9fs_direct_IO_fndecl_52293 v9fs_direct_IO fndecl 3 52293 NULL
++enable_so_rts51x_get_max_lun_fndecl_52294 rts51x_get_max_lun fndecl 0 52294 NULL
++enable_so_CP_PrefClock_SiS_Private_52298 CP_PrefClock SiS_Private 0 52298 NULL
++enable_so_setup_items_for_insert_fndecl_52301 setup_items_for_insert fndecl 7 52301 NULL
++enable_so_origin_size_thin_c_52302 origin_size thin_c 0 52302 NULL
++enable_so_longest_match_fndecl_52304 longest_match fndecl 0 52304 NULL
++enable_so_alloc_page_ext_fndecl_52310 alloc_page_ext fndecl 1 52310 NULL
++enable_so_h_stop_saa7134_tvnorm_52311 h_stop saa7134_tvnorm 0 52311 NULL
++enable_so_rss_table_entry_width_i40e_hw_capabilities_52312 rss_table_entry_width i40e_hw_capabilities 0 52312 NULL
++enable_so_ep_out_kingsun_cb_52317 ep_out kingsun_cb 0 52317 NULL
++enable_so_pglen_nfs4_readlink_52318 pglen nfs4_readlink 0 52318 NULL
++enable_so_cmd_len_c2h_evt_hdr_52322 cmd_len c2h_evt_hdr 0 52322 NULL
++enable_so___btrfs_inc_extent_ref_fndecl_52325 __btrfs_inc_extent_ref fndecl 3-4-7-5-6 52325 NULL
++enable_so_cxgbi_conn_init_pdu_fndecl_52327 cxgbi_conn_init_pdu fndecl 3 52327 NULL
++enable_so_inline_rsize_rpcrdma_create_data_internal_52331 inline_rsize rpcrdma_create_data_internal 0 52331 NULL
++enable_so_reiserfs_free_block_fndecl_52336 reiserfs_free_block fndecl 3 52336 NULL
++enable_so_regmap_access_read_file_fndecl_52340 regmap_access_read_file fndecl 3 52340 NULL
++enable_so_prob_ewmsd_minstrel_rate_stats_52342 prob_ewmsd minstrel_rate_stats 0 52342 NULL
++enable_so___do_replace_fndecl_52344 __do_replace fndecl 5 52344 NULL
++enable_so__iwl_dbgfs_fw_restart_write_fndecl_52357 _iwl_dbgfs_fw_restart_write fndecl 3 52357 NULL
++enable_so_pipe_src_h_intel_crtc_state_52358 pipe_src_h intel_crtc_state 0 52358 NULL nohasharray
++enable_so_blk_queue_max_hw_sectors_fndecl_52358 blk_queue_max_hw_sectors fndecl 2 52358 &enable_so_pipe_src_h_intel_crtc_state_52358 nohasharray
++enable_so_rtl_read_byte_fndecl_52358 rtl_read_byte fndecl 0 52358 &enable_so_blk_queue_max_hw_sectors_fndecl_52358
++enable_so_nested_svm_map_fndecl_52359 nested_svm_map fndecl 2 52359 NULL
++enable_so_lro_add_common_fndecl_52363 lro_add_common fndecl 4 52363 NULL
++enable_so_r_cpos_ocfs2_refcount_rec_52365 r_cpos ocfs2_refcount_rec 0 52365 NULL
++enable_so_se_callback_netid_len_nfsd4_setclientid_52366 se_callback_netid_len nfsd4_setclientid 0 52366 NULL
++enable_so_rx_bus_ifx_spi_device_52370 rx_bus ifx_spi_device 0 52370 NULL
++enable_so_req_depth__MPT_ADAPTER_52375 req_depth _MPT_ADAPTER 0 52375 NULL nohasharray
++enable_so_num_phys_mptsas_portinfo_52375 num_phys mptsas_portinfo 0 52375 &enable_so_req_depth__MPT_ADAPTER_52375
++enable_so_rh_string_fndecl_52376 rh_string fndecl 0-4 52376 NULL nohasharray
++enable_so_nrealreaders_vardecl_rcutorture_c_52376 nrealreaders vardecl_rcutorture.c 0 52376 &enable_so_rh_string_fndecl_52376
++enable_so_bMaxBurst_usb_ss_ep_comp_descriptor_52382 bMaxBurst usb_ss_ep_comp_descriptor 0 52382 NULL
++enable_so_ath6kl_wmi_set_ie_cmd_fndecl_52383 ath6kl_wmi_set_ie_cmd fndecl 6 52383 NULL
++enable_so_dm_bitset_set_bit_fndecl_52390 dm_bitset_set_bit fndecl 2 52390 NULL nohasharray
++enable_so_raw_bufsize_edt_ft5x06_ts_data_52390 raw_bufsize edt_ft5x06_ts_data 0 52390 &enable_so_dm_bitset_set_bit_fndecl_52390
++enable_so_tda998x_write_if_fndecl_52393 tda998x_write_if fndecl 5 52393 NULL
++enable_so_u132_hcd_initial_input_recv_fndecl_52397 u132_hcd_initial_input_recv fndecl 4 52397 NULL
++enable_so_objectid_btrfs_delayed_data_ref_52398 objectid btrfs_delayed_data_ref 0 52398 NULL
++enable_so_eapol_len_wmi_eapol_rx_event_52408 eapol_len wmi_eapol_rx_event 0 52408 NULL
++enable_so_wm8904_set_fll_fndecl_52413 wm8904_set_fll fndecl 4-5 52413 NULL
++enable_so_agp_return_size_fndecl_52417 agp_return_size fndecl 0 52417 NULL nohasharray
++enable_so_scsi_mode_select_fndecl_52417 scsi_mode_select fndecl 6 52417 &enable_so_agp_return_size_fndecl_52417
++enable_so_sddr09_read_control_fndecl_52418 sddr09_read_control fndecl 3 52418 NULL
++enable_so_group_ocfs2_new_group_input_52421 group ocfs2_new_group_input 0 52421 NULL
++enable_so_rate_n_flags_il_ht_agg_52426 rate_n_flags il_ht_agg 0 52426 NULL
++enable_so_move_vma_fndecl_52430 move_vma fndecl 4-5-2-3 52430 NULL
++enable_so_zap_pte_range_fndecl_52434 zap_pte_range fndecl 4-0 52434 NULL
++enable_so_min_scaled_width_bttv_crop_52442 min_scaled_width bttv_crop 0 52442 NULL
++enable_so_map_nth_dirent_fndecl_52444 map_nth_dirent fndecl 2 52444 NULL
++enable_so_wl1251_spi_write_fndecl_52450 wl1251_spi_write fndecl 4 52450 NULL nohasharray
++enable_so_corr_peb_count_ubi_device_52450 corr_peb_count ubi_device 0 52450 &enable_so_wl1251_spi_write_fndecl_52450
++enable_so_security_inode_getsecurity_fndecl_52473 security_inode_getsecurity fndecl 0 52473 NULL
++enable_so_metadata_snap_era_metadata_52475 metadata_snap era_metadata 0 52475 NULL
++enable_so_s_clustersize_bits_ocfs2_super_52499 s_clustersize_bits ocfs2_super 0 52499 NULL
++enable_so_ipath_portcnt_ipath_devdata_52503 ipath_portcnt ipath_devdata 0 52503 NULL
++enable_so_xfs_vm_kill_delalloc_range_fndecl_52505 xfs_vm_kill_delalloc_range fndecl 2 52505 NULL
++enable_so_svc_setsockopt_fndecl_52511 svc_setsockopt fndecl 5 52511 NULL
++enable_so_il4965_rs_get_lower_rate_fndecl_52514 il4965_rs_get_lower_rate fndecl 3 52514 NULL
++enable_so_copy_batch_fndecl_52524 copy_batch fndecl 3-4 52524 NULL
++enable_so_refcount_loc_ocfs2_move_extents_context_52526 refcount_loc ocfs2_move_extents_context 0 52526 NULL
++enable_so_tas5086_register_size_fndecl_52528 tas5086_register_size fndecl 0 52528 NULL
++enable_so_fps_solo_dev_52530 fps solo_dev 0 52530 NULL
++enable_so_rx_buf_sz_hamachi_private_52536 rx_buf_sz hamachi_private 0 52536 NULL
++enable_so_hblank_lo_oaktrail_timing_info_52540 hblank_lo oaktrail_timing_info 0 52540 NULL nohasharray
++enable_so_queue_pair_size_vmci_transport_52540 queue_pair_size vmci_transport 0 52540 &enable_so_hblank_lo_oaktrail_timing_info_52540
++enable_so_packet_sendmsg_spkt_fndecl_52542 packet_sendmsg_spkt fndecl 3 52542 NULL
++enable_so_dccp_insert_option_fndecl_52554 dccp_insert_option fndecl 4 52554 NULL
++enable_so_num_mtt_mlx4_profile_52565 num_mtt mlx4_profile 0 52565 NULL
++enable_so_data_size_binder_transaction_data_52567 data_size binder_transaction_data 0 52567 NULL
++enable_so_nents_isert_data_buf_52570 nents isert_data_buf 0 52570 NULL
++enable_so_end_logsuper_52574 end logsuper 0 52574 NULL
++enable_so_il4965_rs_sta_dbgfs_scale_table_write_fndecl_52576 il4965_rs_sta_dbgfs_scale_table_write fndecl 3 52576 NULL
++enable_so___mincore_unmapped_range_fndecl_52595 __mincore_unmapped_range fndecl 1 52595 NULL
++enable_so_xfs_shift_file_space_fndecl_52596 xfs_shift_file_space fndecl 2-3 52596 NULL
++enable_so_cached_dev_init_fndecl_52600 cached_dev_init fndecl 2 52600 NULL
++enable_so_length_usbdevfs_iso_packet_desc_52610 length usbdevfs_iso_packet_desc 0 52610 NULL
++enable_so_ondemand_readahead_fndecl_52612 ondemand_readahead fndecl 5 52612 NULL
++enable_so_datalen_tcf_ematch_52613 datalen tcf_ematch 0 52613 NULL
++enable_so_wl1251_spi_read_fndecl_52615 wl1251_spi_read fndecl 4 52615 NULL
++enable_so___logfs_write_je_fndecl_52617 __logfs_write_je fndecl 4 52617 NULL
++enable_so__set_error_resid_fndecl_52623 _set_error_resid fndecl 3 52623 NULL
++enable_so_drbd_new_dev_size_fndecl_52629 drbd_new_dev_size fndecl 0-3 52629 NULL
++enable_so_auok190xfb_write_fndecl_52634 auok190xfb_write fndecl 3 52634 NULL
++enable_so_setxattr_fndecl_52637 setxattr fndecl 4 52637 NULL
++enable_so___do_fault_fndecl_52642 __do_fault fndecl 3 52642 NULL
++enable_so_page_count_drm_device_dma_52645 page_count drm_device_dma 0 52645 NULL
++enable_so_num_txq_per_tx_bnad_52646 num_txq_per_tx bnad 0 52646 NULL
++enable_so_bop_insert_nilfs_bmap_operations_52653 bop_insert nilfs_bmap_operations 0 52653 NULL
++enable_so_qp_broker_create_fndecl_52654 qp_broker_create fndecl 5-6 52654 NULL
++enable_so_extra_bytes_sym_ccb_52656 extra_bytes sym_ccb 0 52656 NULL
++enable_so_block_size_ms_boot_attr_info_52659 block_size ms_boot_attr_info 0 52659 NULL
++enable_so_ieee80211_chsw_switch_vifs_fndecl_52661 ieee80211_chsw_switch_vifs fndecl 2 52661 NULL
++enable_so_ec_i2c_xfer_fndecl_52662 ec_i2c_xfer fndecl 3 52662 NULL
++enable_so_size_drm_exynos_g2d_userptr_52663 size drm_exynos_g2d_userptr 0 52663 NULL
++enable_so_vt_ast_vbios_enhtable_52669 vt ast_vbios_enhtable 0 52669 NULL nohasharray
++enable_so_command_file_read_fndecl_52669 command_file_read fndecl 3 52669 &enable_so_vt_ast_vbios_enhtable_52669
++enable_so_retry_long_wiphy_52670 retry_long wiphy 0 52670 NULL
++enable_so_vmap_batch_fndecl_52675 vmap_batch fndecl 2-3 52675 NULL
++enable_so_parse_command_fndecl_52676 parse_command fndecl 2 52676 NULL
++enable_so_pcm512x_sck_max_fndecl_52677 pcm512x_sck_max fndecl 0 52677 NULL nohasharray
++enable_so_SYSC_setxattr_fndecl_52677 SYSC_setxattr fndecl 4 52677 &enable_so_pcm512x_sck_max_fndecl_52677
++enable_so_drm_mode_create_rotation_property_fndecl_52681 drm_mode_create_rotation_property fndecl 2 52681 NULL
++enable_so_length_oz_elt_52682 length oz_elt 0 52682 NULL
++enable_so_num_snd_urbs_vardecl_usbatm_c_52685 num_snd_urbs vardecl_usbatm.c 0 52685 NULL
++enable_so_fpHeight_nvidia_par_52691 fpHeight nvidia_par 0 52691 NULL
++enable_so__iwl_dbgfs_bcast_filters_macs_write_fndecl_52702 _iwl_dbgfs_bcast_filters_macs_write fndecl 3 52702 NULL
++enable_so_count_vfio_pci_hot_reset_52708 count vfio_pci_hot_reset 0 52708 NULL
++enable_so_gen_ie_buf_len_mwifiex_private_52710 gen_ie_buf_len mwifiex_private 0 52710 NULL
++enable_so_s_je_fill_logfs_super_52713 s_je_fill logfs_super 0 52713 NULL
++enable_so_videomemorysize_vardecl_vfb_c_52716 videomemorysize vardecl_vfb.c 0 52716 NULL nohasharray
++enable_so_wptr_old_radeon_ring_52716 wptr_old radeon_ring 0 52716 &enable_so_videomemorysize_vardecl_vfb_c_52716
++enable_so_vmw_framebuffer_dmabuf_dirty_fndecl_52750 vmw_framebuffer_dmabuf_dirty fndecl 6 52750 NULL
++enable_so_dd_fcrport_size_fc_function_template_52753 dd_fcrport_size fc_function_template 0 52753 NULL
++enable_so_SyS_mbind_fndecl_52757 SyS_mbind fndecl 5 52757 NULL
++enable_so_usbhs_pkt_push_fndecl_52759 usbhs_pkt_push fndecl 5 52759 NULL nohasharray
++enable_so_dr_blkno_ocfs2_dx_root_block_52759 dr_blkno ocfs2_dx_root_block 0 52759 &enable_so_usbhs_pkt_push_fndecl_52759
++enable_so_playback_frlog_rme96_52763 playback_frlog rme96 0 52763 NULL
++enable_so_height_drm_radeon_texture_52764 height drm_radeon_texture 0 52764 NULL
++enable_so_wIDIbytesPerSector_ms_bootblock_idi_52770 wIDIbytesPerSector ms_bootblock_idi 0 52770 NULL
++enable_so_size_drm_i915_gem_create_52771 size drm_i915_gem_create 0 52771 NULL
++enable_so_maxBuf_TCP_Server_Info_52774 maxBuf TCP_Server_Info 0 52774 NULL nohasharray
++enable_so_regmap_map_read_file_fndecl_52774 regmap_map_read_file fndecl 3 52774 &enable_so_maxBuf_TCP_Server_Info_52774
++enable_so_remove_extent_item_fndecl_52780 remove_extent_item fndecl 3-2 52780 NULL
++enable_so_SYSC_get_mempolicy_fndecl_52787 SYSC_get_mempolicy fndecl 3 52787 NULL
++enable_so_setup_transfer_spi_bitbang_52790 setup_transfer spi_bitbang 0 52790 NULL
++enable_so_qxl_allocate_chunk_fndecl_52791 qxl_allocate_chunk fndecl 4 52791 NULL nohasharray
++enable_so_tcp_mss_split_point_fndecl_52791 tcp_mss_split_point fndecl 0 52791 &enable_so_qxl_allocate_chunk_fndecl_52791
++enable_so_batadv_get_vid_fndecl_52792 batadv_get_vid fndecl 2 52792 NULL
++enable_so___wa_seg_calculate_isoc_frame_count_fndecl_52795 __wa_seg_calculate_isoc_frame_count fndecl 0 52795 NULL
++enable_so_payload_len_bfa_bsg_data_52800 payload_len bfa_bsg_data 0 52800 NULL
++enable_so_i40e_dbg_dump_data_len_vardecl_i40e_debugfs_c_52806 i40e_dbg_dump_data_len vardecl_i40e_debugfs.c 0 52806 NULL
++enable_so_prev_rs_il3945_rate_info_52819 prev_rs il3945_rate_info 0 52819 NULL
++enable_so_retry_short_wiphy_52822 retry_short wiphy 0 52822 NULL nohasharray
++enable_so_brcmf_sdiod_recv_chain_fndecl_52822 brcmf_sdiod_recv_chain fndecl 3 52822 &enable_so_retry_short_wiphy_52822
++enable_so_wiphy_new_nm_fndecl_52833 wiphy_new_nm fndecl 2 52833 NULL
++enable_so_xdr_encode_array2_fndecl_52834 xdr_encode_array2 fndecl 2 52834 NULL
++enable_so_ocfs2_control_cfu_fndecl_52837 ocfs2_control_cfu fndecl 2 52837 NULL
++enable_so_xfs_read_agf_fndecl_52838 xfs_read_agf fndecl 3 52838 NULL nohasharray
++enable_so_c_frotor_ufs_cg_private_info_52838 c_frotor ufs_cg_private_info 0 52838 &enable_so_xfs_read_agf_fndecl_52838 nohasharray
++enable_so_ocfs2_duplicate_clusters_by_jbd_fndecl_52838 ocfs2_duplicate_clusters_by_jbd fndecl 4-5 52838 &enable_so_c_frotor_ufs_cg_private_info_52838
++enable_so_pfn_hi_iova_52841 pfn_hi iova 0 52841 NULL
++enable_so_ext2_fsync_fndecl_52850 ext2_fsync fndecl 2 52850 NULL
++enable_so_mlx4_load_one_fndecl_52867 mlx4_load_one fndecl 3 52867 NULL
++enable_so_video_ram_radeonfb_info_52868 video_ram radeonfb_info 0 52868 NULL
++enable_so_scsi_debug_sector_size_vardecl_scsi_debug_c_52879 scsi_debug_sector_size vardecl_scsi_debug.c 0 52879 NULL
++enable_so_offset_pipe_buffer_52880 offset pipe_buffer 0 52880 NULL
++enable_so_dccp_setsockopt_cscov_fndecl_52885 dccp_setsockopt_cscov fndecl 2 52885 NULL
++enable_so_nvram_len_nvram_parser_52887 nvram_len nvram_parser 0 52887 NULL
++enable_so_buffer_size_vardecl_ir_usb_c_52893 buffer_size vardecl_ir-usb.c 0 52893 NULL
++enable_so_ino_jffs2_full_dirent_52898 ino jffs2_full_dirent 0 52898 NULL nohasharray
++enable_so_max_pde_used_amdgpu_vm_52898 max_pde_used amdgpu_vm 0 52898 &enable_so_ino_jffs2_full_dirent_52898
++enable_so_ocrdma_alloc_frmr_page_list_fndecl_52900 ocrdma_alloc_frmr_page_list fndecl 2 52900 NULL
++enable_so_data_len_hermes_rx_descriptor_52909 data_len hermes_rx_descriptor 0 52909 NULL
++enable_so_dir_seek_data_fndecl_52916 dir_seek_data fndecl 2-0 52916 NULL
++enable_so_num_tx_queues_e1000_adapter_52922 num_tx_queues e1000_adapter 0 52922 NULL
++enable_so_swd_swregs_state_52928 swd swregs_state 0 52928 NULL
++enable_so_count_i40e_ring_52936 count i40e_ring 0 52936 NULL
++enable_so_si2165_write_fndecl_52941 si2165_write fndecl 4 52941 NULL nohasharray
++enable_so_signal_nr_nvkm_specdom_52941 signal_nr nvkm_specdom 0 52941 &enable_so_si2165_write_fndecl_52941
++enable_so_rules_count_canid_match_52943 rules_count canid_match 0 52943 NULL
++enable_so_position_jfs_dirent_52952 position jfs_dirent 0 52952 NULL
++enable_so_trigger_level_eg20t_port_52953 trigger_level eg20t_port 0 52953 NULL
++enable_so_i2c_read_demod_bytes_fndecl_52958 i2c_read_demod_bytes fndecl 4 52958 NULL
++enable_so_bnx2fc_get_paged_crc_eof_fndecl_52960 bnx2fc_get_paged_crc_eof fndecl 2 52960 NULL
++enable_so_fw_size_pvr2_hdw_52961 fw_size pvr2_hdw 0 52961 NULL
++enable_so_rsp_size_srpt_rdma_ch_52963 rsp_size srpt_rdma_ch 0 52963 NULL
++enable_so_musb_h_ep0_continue_fndecl_52966 musb_h_ep0_continue fndecl 2 52966 NULL
++enable_so_sys_setxattr_fndecl_52971 sys_setxattr fndecl 4 52971 NULL
++enable_so_dma_start_lo_rx_buf_desc_52972 dma_start_lo rx_buf_desc 0 52972 NULL
++enable_so_dataOutSize_mpt_ioctl_command_52974 dataOutSize mpt_ioctl_command 0 52974 NULL
++enable_so_dvb_net_sec_fndecl_52975 dvb_net_sec fndecl 3 52975 NULL nohasharray
++enable_so_xdr_truncate_encode_fndecl_52975 xdr_truncate_encode fndecl 2 52975 &enable_so_dvb_net_sec_fndecl_52975
++enable_so_scatter_n_efx_rx_queue_52988 scatter_n efx_rx_queue 0 52988 NULL nohasharray
++enable_so_tv_freq_tuner_52988 tv_freq tuner 0 52988 &enable_so_scatter_n_efx_rx_queue_52988
++enable_so_xfs_dir2_block_to_sf_fndecl_52991 xfs_dir2_block_to_sf fndecl 3 52991 NULL
++enable_so_actual_length_urb_53003 actual_length urb 0 53003 NULL
++enable_so___shadow_block_fndecl_53011 __shadow_block fndecl 2 53011 NULL nohasharray
++enable_so_max_mlx4_srq_53011 max mlx4_srq 0 53011 &enable_so___shadow_block_fndecl_53011
++enable_so_gfs2_direct_IO_fndecl_53014 gfs2_direct_IO fndecl 3 53014 NULL
++enable_so_BC_Read_Reg_IsdnCardState_53020 BC_Read_Reg IsdnCardState 0 53020 NULL
++enable_so_bytesused_ivtv_buffer_53021 bytesused ivtv_buffer 0 53021 NULL
++enable_so_tty_insert_flip_string_fixed_flag_fndecl_53031 tty_insert_flip_string_fixed_flag fndecl 4 53031 NULL
++enable_so_iwl_print_last_event_logs_fndecl_53034 iwl_print_last_event_logs fndecl 7-9 53034 NULL
++enable_so_xfs_filestream_pick_ag_fndecl_53040 xfs_filestream_pick_ag fndecl 2 53040 NULL
++enable_so_attempts_minstrel_rate_stats_53041 attempts minstrel_rate_stats 0 53041 NULL
++enable_so_fcoe_alloc_paged_crc_eof_fndecl_53049 fcoe_alloc_paged_crc_eof fndecl 2 53049 NULL nohasharray
++enable_so_sys_getxattr_fndecl_53049 sys_getxattr fndecl 4 53049 &enable_so_fcoe_alloc_paged_crc_eof_fndecl_53049
++enable_so_rqsize_hwif_s_53050 rqsize hwif_s 0 53050 NULL
++enable_so_rx_pad_len_hif_device_usb_53051 rx_pad_len hif_device_usb 0 53051 NULL
++enable_so_find_next_bit_fndecl_53053 find_next_bit fndecl 0 53053 NULL nohasharray
++enable_so_dm_bm_write_lock_zero_fndecl_53053 dm_bm_write_lock_zero fndecl 2 53053 &enable_so_find_next_bit_fndecl_53053 nohasharray
++enable_so_acpi_os_allocate_zeroed_fndecl_53053 acpi_os_allocate_zeroed fndecl 1 53053 &enable_so_dm_bm_write_lock_zero_fndecl_53053
++enable_so_cols_cros_ec_keyb_53054 cols cros_ec_keyb 0 53054 NULL
++enable_so_s_inode_size_nilfs_super_block_53064 s_inode_size nilfs_super_block 0 53064 NULL
++enable_so_kvm_vcpu_write_guest_page_fndecl_53070 kvm_vcpu_write_guest_page fndecl 5 53070 NULL
++enable_so_omap_hwmod_mux_init_fndecl_53072 omap_hwmod_mux_init fndecl 2 53072 NULL
++enable_so_fru_alloc_fndecl_53073 fru_alloc fndecl 1 53073 NULL
++enable_so_get_rx_frame_len_sxgbe_desc_ops_53074 get_rx_frame_len sxgbe_desc_ops 0 53074 NULL
++enable_so_wMTU_usb_cdc_mbim_extended_desc_53075 wMTU usb_cdc_mbim_extended_desc 0 53075 NULL nohasharray
++enable_so_tty_audit_log_fndecl_53075 tty_audit_log fndecl 5 53075 &enable_so_wMTU_usb_cdc_mbim_extended_desc_53075
++enable_so_tcp_established_options_fndecl_53081 tcp_established_options fndecl 0 53081 NULL nohasharray
++enable_so_request_len_sg_io_v4_53081 request_len sg_io_v4 0 53081 &enable_so_tcp_established_options_fndecl_53081
++enable_so_kmem_realloc_fndecl_53090 kmem_realloc fndecl 2 53090 NULL
++enable_so_ext4_itable_unused_set_fndecl_53091 ext4_itable_unused_set fndecl 3 53091 NULL
++enable_so_ntfs_dir_fsync_fndecl_53093 ntfs_dir_fsync fndecl 2 53093 NULL
++enable_so_size_fuse_attr_53098 size fuse_attr 0 53098 NULL
++enable_so_s_blocksize_minix3_super_block_53099 s_blocksize minix3_super_block 0 53099 NULL
++enable_so_bitmap_dirty_bits_fndecl_53100 bitmap_dirty_bits fndecl 2 53100 NULL
++enable_so_brcmf_fw_nvram_strip_fndecl_53102 brcmf_fw_nvram_strip fndecl 2 53102 NULL
++enable_so_fb_max_width_vmw_private_53114 fb_max_width vmw_private 0 53114 NULL
++enable_so_get_est_timing_fndecl_53119 get_est_timing fndecl 0 53119 NULL
++enable_so_xz_dec_test_write_fndecl_53124 xz_dec_test_write fndecl 3 53124 NULL
++enable_so_dma_tx_buf_bus_lpuart_port_53131 dma_tx_buf_bus lpuart_port 0 53131 NULL
++enable_so_data_dma_td_53137 data_dma td 0 53137 NULL
++enable_so_mmc_spi_readbytes_fndecl_53146 mmc_spi_readbytes fndecl 2 53146 NULL
++enable_so_zlib_tr_stored_block_fndecl_53147 zlib_tr_stored_block fndecl 3 53147 NULL
++enable_so_bdev_writeseg_fndecl_53148 bdev_writeseg fndecl 2-3 53148 NULL nohasharray
++enable_so_vmalloc_32_user_fndecl_53148 vmalloc_32_user fndecl 1 53148 &enable_so_bdev_writeseg_fndecl_53148
++enable_so_private_data_len_ib_cm_sidr_req_param_53150 private_data_len ib_cm_sidr_req_param 0 53150 NULL
++enable_so_direct_IO_address_space_operations_53153 direct_IO address_space_operations 0 53153 NULL
++enable_so_sb_blocksize_xfs_sb_53160 sb_blocksize xfs_sb 0 53160 NULL
++enable_so_lpfc_debugfs_max_disc_trc_vardecl_lpfc_debugfs_c_53169 lpfc_debugfs_max_disc_trc vardecl_lpfc_debugfs.c 0 53169 NULL
++enable_so_uhci_debug_lseek_fndecl_53171 uhci_debug_lseek fndecl 2 53171 NULL
++enable_so_tegra_spi_start_tx_dma_fndecl_53177 tegra_spi_start_tx_dma fndecl 2 53177 NULL nohasharray
++enable_so_db_addr_mlx5_ib_create_cq_53177 db_addr mlx5_ib_create_cq 0 53177 &enable_so_tegra_spi_start_tx_dma_fndecl_53177
++enable_so_btrfs_wait_cache_io_fndecl_53181 btrfs_wait_cache_io fndecl 6 53181 NULL
++enable_so_rate_min_snd_soc_pcm_stream_53186 rate_min snd_soc_pcm_stream 0 53186 NULL
++enable_so_len_nxtfrm_brcmf_sdio_hdrinfo_53193 len_nxtfrm brcmf_sdio_hdrinfo 0 53193 NULL
++enable_so_mpage_process_page_bufs_fndecl_53197 mpage_process_page_bufs fndecl 4 53197 NULL
++enable_so_tcp_synack_options_fndecl_53200 tcp_synack_options fndecl 0 53200 NULL
++enable_so_write_iter_file_operations_53218 write_iter file_operations 0 53218 NULL
++enable_so_SYSC_mbind_fndecl_53221 SYSC_mbind fndecl 5 53221 NULL
++enable_so_udf_block_map_fndecl_53224 udf_block_map fndecl 0 53224 NULL
++enable_so_meta_slots_used_xenvif_rx_cb_53230 meta_slots_used xenvif_rx_cb 0 53230 NULL
++enable_so_debugfs_reg_len_regmap_53235 debugfs_reg_len regmap 0 53235 NULL
++enable_so_svcxdr_init_encode_from_buffer_fndecl_53239 svcxdr_init_encode_from_buffer fndecl 4 53239 NULL nohasharray
++enable_so_mmc_test_rw_multiple_fndecl_53239 mmc_test_rw_multiple fndecl 3 53239 &enable_so_svcxdr_init_encode_from_buffer_fndecl_53239
++enable_so_sys_sync_file_range2_fndecl_53247 sys_sync_file_range2 fndecl 3 53247 NULL
++enable_so_btrfs_alloc_from_bitmap_fndecl_53249 btrfs_alloc_from_bitmap fndecl 4-0 53249 NULL
++enable_so_vga_arb_write_fndecl_53251 vga_arb_write fndecl 3 53251 NULL
++enable_so_simple_xattr_alloc_fndecl_53253 simple_xattr_alloc fndecl 2 53253 NULL
++enable_so_rawv6_geticmpfilter_fndecl_53256 rawv6_geticmpfilter fndecl 0 53256 NULL
++enable_so_readpos_ivtv_buffer_53258 readpos ivtv_buffer 0 53258 NULL
++enable_so_qxl_bo_create_fndecl_53261 qxl_bo_create fndecl 2 53261 NULL nohasharray
++enable_so_num_cq_mlx4_profile_53261 num_cq mlx4_profile 0 53261 &enable_so_qxl_bo_create_fndecl_53261
++enable_so_rx_enable_fndecl_53262 rx_enable fndecl 2 53262 NULL
++enable_so_asl_urb_dequeue_fndecl_53268 asl_urb_dequeue fndecl 3 53268 NULL
++enable_so_update_dind_extent_range_fndecl_53271 update_dind_extent_range fndecl 3 53271 NULL
++enable_so_ext3_readpages_fndecl_53283 ext3_readpages fndecl 4 53283 NULL
++enable_so_maxreqs_nfsd4_channel_attrs_53285 maxreqs nfsd4_channel_attrs 0 53285 NULL
++enable_so_alloc_vm_area_fndecl_53286 alloc_vm_area fndecl 1 53286 NULL
++enable_so_b1_alloc_card_fndecl_53288 b1_alloc_card fndecl 1 53288 NULL
++enable_so_compat_ptrace_request_fndecl_53296 compat_ptrace_request fndecl 3 53296 NULL
++enable_so_vmalloc_exec_fndecl_53303 vmalloc_exec fndecl 1 53303 NULL
++enable_so_fuse_ioctl_common_fndecl_53305 fuse_ioctl_common fndecl 2 53305 NULL
++enable_so_dma_size_cx23885_audio_dev_53307 dma_size cx23885_audio_dev 0 53307 NULL
++enable_so_max_fw_cmds_megasas_instance_53309 max_fw_cmds megasas_instance 0 53309 NULL
++enable_so_isoc_in_usbatm_driver_53310 isoc_in usbatm_driver 0 53310 NULL nohasharray
++enable_so___gfs2_free_blocks_fndecl_53310 __gfs2_free_blocks fndecl 2 53310 &enable_so_isoc_in_usbatm_driver_53310
++enable_so_transport_get_sectors_10_fndecl_53319 transport_get_sectors_10 fndecl 0 53319 NULL
++enable_so_nfsd4_block_get_device_info_simple_fndecl_53320 nfsd4_block_get_device_info_simple fndecl 0 53320 NULL
++enable_so_s_inode_readahead_blks_ext4_sb_info_53337 s_inode_readahead_blks ext4_sb_info 0 53337 NULL
++enable_so_snd_korg1212_copy_from_fndecl_53338 snd_korg1212_copy_from fndecl 6 53338 NULL
++enable_so_write_end_address_space_operations_53339 write_end address_space_operations 0 53339 NULL
++enable_so_SYSC_sched_getaffinity_fndecl_53347 SYSC_sched_getaffinity fndecl 2 53347 NULL
++enable_so_ioc_len_libcfs_ioctl_hdr_53352 ioc_len libcfs_ioctl_hdr 0 53352 NULL
++enable_so_id_intel_shared_dpll_53354 id intel_shared_dpll 0 53354 NULL
++enable_so___xdr_inline_decode_fndecl_53363 __xdr_inline_decode fndecl 2 53363 NULL
++enable_so_ramoops_init_przs_fndecl_53364 ramoops_init_przs fndecl 4 53364 NULL
++enable_so_rsize_hid_device_53365 rsize hid_device 0 53365 NULL
++enable_so_vfrontporch_v4l2_bt_timings_53369 vfrontporch v4l2_bt_timings 0 53369 NULL
++enable_so_CIFSMaxBufSize_vardecl_53372 CIFSMaxBufSize vardecl 0 53372 NULL
++enable_so_xdr_inline_pages_fndecl_53377 xdr_inline_pages fndecl 5 53377 NULL nohasharray
++enable_so_SYSC_getxattr_fndecl_53377 SYSC_getxattr fndecl 4 53377 &enable_so_xdr_inline_pages_fndecl_53377
++enable_so_viafb_iga1_odev_proc_write_fndecl_53378 viafb_iga1_odev_proc_write fndecl 3 53378 NULL
++enable_so_dummy_urb_dequeue_fndecl_53380 dummy_urb_dequeue fndecl 3 53380 NULL
++enable_so_scrub_stripe_fndecl_53387 scrub_stripe fndecl 5 53387 NULL
++enable_so_isd200_action_fndecl_53390 isd200_action fndecl 4 53390 NULL
++enable_so_ept_walk_addr_fndecl_53393 ept_walk_addr fndecl 3-4 53393 NULL nohasharray
++enable_so_nfqnl_mangle_fndecl_53393 nfqnl_mangle fndecl 2 53393 &enable_so_ept_walk_addr_fndecl_53393
++enable_so_wil_agg_size_fndecl_53398 wil_agg_size fndecl 0-2 53398 NULL
++enable_so_irda_recvmsg_stream_fndecl_53403 irda_recvmsg_stream fndecl 3 53403 NULL nohasharray
++enable_so_freqValTelevision_pvr2_hdw_53403 freqValTelevision pvr2_hdw 0 53403 &enable_so_irda_recvmsg_stream_fndecl_53403
++enable_so_num_entries_s2io_nic_53404 num_entries s2io_nic 0 53404 NULL
++enable_so_len_nft_cmp_fast_expr_53407 len nft_cmp_fast_expr 0 53407 NULL
++enable_so_scatterwalk_advance_fndecl_53413 scatterwalk_advance fndecl 2 53413 NULL
++enable_so_cfs_hash_buckets_realloc_fndecl_53415 cfs_hash_buckets_realloc fndecl 4 53415 NULL
++enable_so_vlan_dev_set_egress_priority_fndecl_53418 vlan_dev_set_egress_priority fndecl 3 53418 NULL nohasharray
++enable_so_rxHeader3_edgeport_serial_53418 rxHeader3 edgeport_serial 0 53418 &enable_so_vlan_dev_set_egress_priority_fndecl_53418
++enable_so_codec_reg_read_file_fndecl_53419 codec_reg_read_file fndecl 3 53419 NULL
++enable_so_expand_stack_fndecl_53426 expand_stack fndecl 2 53426 NULL
++enable_so_compat_sys_mbind_fndecl_53427 compat_sys_mbind fndecl 2-1-5 53427 NULL
++enable_so_len_type_frame_head_53438 len type_frame_head 0 53438 NULL nohasharray
++enable_so_chipsize_nand_chip_53438 chipsize nand_chip 0 53438 &enable_so_len_type_frame_head_53438
++enable_so_unix_stream_recvmsg_fndecl_53441 unix_stream_recvmsg fndecl 3 53441 NULL nohasharray
++enable_so_cfg80211_rx_mlme_mgmt_fndecl_53441 cfg80211_rx_mlme_mgmt fndecl 3 53441 &enable_so_unix_stream_recvmsg_fndecl_53441
++enable_so_ad7879_spi_xfer_fndecl_53444 ad7879_spi_xfer fndecl 3 53444 NULL
++enable_so_reqsize_crypto_ahash_53448 reqsize crypto_ahash 0 53448 NULL
++enable_so_c_blkno_ocfs2_chain_rec_53466 c_blkno ocfs2_chain_rec 0 53466 NULL
++enable_so_nfs_map_uid_to_name_fndecl_53467 nfs_map_uid_to_name fndecl 0 53467 NULL
++enable_so_jbd2_journal_init_revoke_table_fndecl_53475 jbd2_journal_init_revoke_table fndecl 1 53475 NULL
++enable_so_new_chunk_sectors_mddev_53479 new_chunk_sectors mddev 0 53479 NULL
++enable_so_ext2_nfs_get_inode_fndecl_53480 ext2_nfs_get_inode fndecl 2 53480 NULL
++enable_so_nfs4_proc_readlink_fndecl_53484 nfs4_proc_readlink fndecl 4 53484 NULL nohasharray
++enable_so_ath6kl_regwrite_write_fndecl_53484 ath6kl_regwrite_write fndecl 3 53484 &enable_so_nfs4_proc_readlink_fndecl_53484
++enable_so_usCRTC_V_SyncWidth__ATOM_MODE_TIMING_53489 usCRTC_V_SyncWidth _ATOM_MODE_TIMING 0 53489 NULL nohasharray
++enable_so_len_rx_pool_53489 len rx_pool 0 53489 &enable_so_usCRTC_V_SyncWidth__ATOM_MODE_TIMING_53489
++enable_so_len_nft_cmp_expr_53491 len nft_cmp_expr 0 53491 NULL
++enable_so_isdn_getnum_fndecl_53492 isdn_getnum fndecl 0 53492 NULL
++enable_so_get_allocated_memblock_memory_regions_info_fndecl_53495 get_allocated_memblock_memory_regions_info fndecl 0 53495 NULL nohasharray
++enable_so_subctxt_cnt_qib_ctxtdata_53495 subctxt_cnt qib_ctxtdata 0 53495 &enable_so_get_allocated_memblock_memory_regions_info_fndecl_53495
++enable_so_lc_create_fndecl_53503 lc_create fndecl 4 53503 NULL
++enable_so_mthca_buf_alloc_fndecl_53510 mthca_buf_alloc fndecl 2 53510 NULL nohasharray
++enable_so_data_out_size_mpt2_ioctl_command_53510 data_out_size mpt2_ioctl_command 0 53510 &enable_so_mthca_buf_alloc_fndecl_53510
++enable_so_mmc_io_rw_extended_fndecl_53515 mmc_io_rw_extended fndecl 8-7 53515 NULL
++enable_so_max_dev_vardecl_osst_c_53523 max_dev vardecl_osst.c 0 53523 NULL
++enable_so_address_ib_umem_53524 address ib_umem 0 53524 NULL
++enable_so_ipw2100_set_short_retry_fndecl_53529 ipw2100_set_short_retry fndecl 2 53529 NULL
++enable_so_fsinfo_sector_msdos_sb_info_53531 fsinfo_sector msdos_sb_info 0 53531 NULL nohasharray
++enable_so_m_max_mds_ceph_mdsmap_53531 m_max_mds ceph_mdsmap 0 53531 &enable_so_fsinfo_sector_msdos_sb_info_53531
++enable_so_unix_seqpacket_sendmsg_fndecl_53534 unix_seqpacket_sendmsg fndecl 3 53534 NULL
++enable_so_ieee80211_if_fmt_dot11MeshRetryTimeout_fndecl_53537 ieee80211_if_fmt_dot11MeshRetryTimeout fndecl 3 53537 NULL
++enable_so_tcp_mark_head_lost_fndecl_53540 tcp_mark_head_lost fndecl 2 53540 NULL
++enable_so_uwb_rc_cmd_done_fndecl_53543 uwb_rc_cmd_done fndecl 4 53543 NULL
++enable_so_start_extent_state_53546 start extent_state 0 53546 NULL nohasharray
++enable_so_token_kvm_arch_async_pf_53546 token kvm_arch_async_pf 0 53546 &enable_so_start_extent_state_53546
++enable_so_vactive_hi_lvds_dvo_timing_53549 vactive_hi lvds_dvo_timing 0 53549 NULL nohasharray
++enable_so_plcp_iwl_rate_info_53549 plcp iwl_rate_info 0 53549 &enable_so_vactive_hi_lvds_dvo_timing_53549 nohasharray
++enable_so_block_size_partition_53549 block_size partition 0 53549 &enable_so_plcp_iwl_rate_info_53549
++enable_so_height_rcar_vin_cam_53550 height rcar_vin_cam 0 53550 NULL
++enable_so_num_req_vfs_i40e_pf_53554 num_req_vfs i40e_pf 0 53554 NULL
++enable_so_vnode_afs_fid_53569 vnode afs_fid 0 53569 NULL
++enable_so_sctp_tsnmap_mark_fndecl_53578 sctp_tsnmap_mark fndecl 2 53578 NULL
++enable_so_log_mpt_sz_mlx4_init_hca_param_53586 log_mpt_sz mlx4_init_hca_param 0 53586 NULL
++enable_so_tokens_size_cfg80211_wowlan_tcp_53588 tokens_size cfg80211_wowlan_tcp 0 53588 NULL nohasharray
++enable_so_num_ports_mlx4_caps_53588 num_ports mlx4_caps 0 53588 &enable_so_tokens_size_cfg80211_wowlan_tcp_53588
++enable_so_mlx5_get_gid_table_len_fndecl_53590 mlx5_get_gid_table_len fndecl 0-1 53590 NULL
++enable_so_nr_labels_pktgen_dev_53591 nr_labels pktgen_dev 0 53591 NULL
++enable_so_ocfs2_orphan_filldir_fndecl_53593 ocfs2_orphan_filldir fndecl 5 53593 NULL
++enable_so_cow_file_range_async_fndecl_53595 cow_file_range_async fndecl 3-4 53595 NULL
++enable_so_nilfs_load_super_block_fndecl_53596 nilfs_load_super_block fndecl 3 53596 NULL
++enable_so_ramoops_pmsg_size_vardecl_ram_c_53601 ramoops_pmsg_size vardecl_ram.c 0 53601 NULL
++enable_so_xfs_add_to_ioend_fndecl_53604 xfs_add_to_ioend fndecl 3 53604 NULL
++enable_so_hwptr_done_snd_usb_substream_53606 hwptr_done snd_usb_substream 0 53606 NULL
++enable_so_put_cmsg_compat_fndecl_53618 put_cmsg_compat fndecl 4 53618 NULL
++enable_so_root_writeset_metadata_53620 root writeset_metadata 0 53620 NULL nohasharray
++enable_so_header_len_tso_state_53620 header_len tso_state 0 53620 &enable_so_root_writeset_metadata_53620
++enable_so_pc_npartners_ptlrpcd_ctl_53625 pc_npartners ptlrpcd_ctl 0 53625 NULL
++enable_so_num_channels_mlx5e_params_53632 num_channels mlx5e_params 0 53632 NULL
++enable_so_b43legacy_dma_set_mask_fndecl_53635 b43legacy_dma_set_mask fndecl 2 53635 NULL
++enable_so_selfballoon_downhysteresis_vardecl_xen_selfballoon_c_53636 selfballoon_downhysteresis vardecl_xen-selfballoon.c 0 53636 NULL
++enable_so_ticket2_len_rxk5_key_53644 ticket2_len rxk5_key 0 53644 NULL
++enable_so_write_file_antenna_fndecl_53645 write_file_antenna fndecl 3 53645 NULL nohasharray
++enable_so_kuc_alloc_fndecl_53645 kuc_alloc fndecl 1 53645 &enable_so_write_file_antenna_fndecl_53645
++enable_so_ioc_plen2_obd_ioctl_data_53648 ioc_plen2 obd_ioctl_data 0 53648 NULL
++enable_so_generic_ocp_read_fndecl_53653 generic_ocp_read fndecl 3 53653 NULL
++enable_so_acl_alloc_fndecl_53656 acl_alloc fndecl 1 53656 NULL
++enable_so_page_add_anon_rmap_fndecl_53660 page_add_anon_rmap fndecl 3 53660 NULL
++enable_so_ss_tss_segment_32_53663 ss tss_segment_32 0 53663 NULL
++enable_so_hr_data_len_hsm_request_53666 hr_data_len hsm_request 0 53666 NULL
++enable_so_num_sge_ib_uverbs_send_wr_53667 num_sge ib_uverbs_send_wr 0 53667 NULL
++enable_so_apparmor_hash_size_vardecl_crypto_c_53670 apparmor_hash_size vardecl_crypto.c 0 53670 NULL
++enable_so___videobuf_alloc_fndecl_53676 __videobuf_alloc fndecl 1 53676 NULL
++enable_so_console_store_fndecl_53684 console_store fndecl 4 53684 NULL
++enable_so_length_acpi_memory_info_53691 length acpi_memory_info 0 53691 NULL nohasharray
++enable_so_lov_mds_md_max_stripe_count_fndecl_53691 lov_mds_md_max_stripe_count fndecl 0-1 53691 &enable_so_length_acpi_memory_info_53691
++enable_so_i_depth_gfs2_inode_53692 i_depth gfs2_inode 0 53692 NULL
++enable_so_length_iscsi_pdu_53695 length iscsi_pdu 0 53695 NULL
++enable_so_vgt_balloon_space_fndecl_53697 vgt_balloon_space fndecl 3-4 53697 NULL
++enable_so_qlge_change_mtu_fndecl_53706 qlge_change_mtu fndecl 2 53706 NULL
++enable_so_pos_hdpvr_buffer_53708 pos hdpvr_buffer 0 53708 NULL
++enable_so_did_create_dir_fndecl_53709 did_create_dir fndecl 2 53709 NULL
++enable_so_create_header_ops_53712 create header_ops 0 53712 NULL
++enable_so_xdr_inline_decode_fndecl_53721 xdr_inline_decode fndecl 2 53721 NULL
++enable_so_sys_init_module_fndecl_53724 sys_init_module fndecl 2 53724 NULL
++enable_so_mtip_hw_read_device_status_fndecl_53729 mtip_hw_read_device_status fndecl 3 53729 NULL
++enable_so_ino_xfs_fid64_53730 ino xfs_fid64 0 53730 NULL
++enable_so_snd_pcm_plug_read_transfer_fndecl_53731 snd_pcm_plug_read_transfer fndecl 0-3 53731 NULL
++enable_so_adp5588_build_gpiomap_fndecl_53733 adp5588_build_gpiomap fndecl 0 53733 NULL
++enable_so_max_data_size_vardecl_hsi_char_c_53736 max_data_size vardecl_hsi_char.c 0 53736 NULL
++enable_so_chunk_size_stripe_c_53745 chunk_size stripe_c 0 53745 NULL
++enable_so_write_emulate_fndecl_53746 write_emulate fndecl 2 53746 NULL
++enable_so_get_crop_info_h_s5p_mfc_hw_ops_53747 get_crop_info_h s5p_mfc_hw_ops 0 53747 NULL
++enable_so_ieee80211_if_fmt_peer_fndecl_53748 ieee80211_if_fmt_peer fndecl 3 53748 NULL nohasharray
++enable_so_count_user_sgmap_53748 count user_sgmap 0 53748 &enable_so_ieee80211_if_fmt_peer_fndecl_53748
++enable_so_buf_addr_mlx5_ib_create_cq_53754 buf_addr mlx5_ib_create_cq 0 53754 NULL nohasharray
++enable_so_ext3_new_blocks_fndecl_53754 ext3_new_blocks fndecl 3 53754 &enable_so_buf_addr_mlx5_ib_create_cq_53754
++enable_so_ieee80211_if_write_tsf_fndecl_53758 ieee80211_if_write_tsf fndecl 3 53758 NULL nohasharray
++enable_so_SenderSize_aac_fibhdr_53758 SenderSize aac_fibhdr 0 53758 &enable_so_ieee80211_if_write_tsf_fndecl_53758
++enable_so_dies_onenand_chip_53762 dies onenand_chip 0 53762 NULL
++enable_so_end_nilfs_write_info_53770 end nilfs_write_info 0 53770 NULL
++enable_so_vxge_config_vpaths_fndecl_53775 vxge_config_vpaths fndecl 0 53775 NULL
++enable_so_do_sendfile_fndecl_53777 do_sendfile fndecl 5-4 53777 NULL
++enable_so_ibh_mr_shift_kib_hca_dev_53785 ibh_mr_shift kib_hca_dev 0 53785 NULL
++enable_so_locations_count_nfsd4_fs_locations_53786 locations_count nfsd4_fs_locations 0 53786 NULL
++enable_so_Control_2_RxD_t_53794 Control_2 RxD_t 0 53794 NULL nohasharray
++enable_so_qlcnic_process_rcv_fndecl_53794 qlcnic_process_rcv fndecl 4 53794 &enable_so_Control_2_RxD_t_53794
++enable_so_epnum_isp1362_ep_53803 epnum isp1362_ep 0 53803 NULL nohasharray
++enable_so_osd_req_list_collection_objects_fndecl_53803 osd_req_list_collection_objects fndecl 5 53803 &enable_so_epnum_isp1362_ep_53803
++enable_so_msix_count_xhci_hcd_53816 msix_count xhci_hcd 0 53816 NULL
++enable_so_tty_copy_to_user_fndecl_53819 tty_copy_to_user fndecl 4 53819 NULL
++enable_so_doorbell_start_nes_device_53820 doorbell_start nes_device 0 53820 NULL
++enable_so_choose_rate_fndecl_53821 choose_rate fndecl 3 53821 NULL nohasharray
++enable_so_tx_data_ep_usb_card_rec_53821 tx_data_ep usb_card_rec 0 53821 &enable_so_choose_rate_fndecl_53821
++enable_so_smem_len_fb_fix_screeninfo_53824 smem_len fb_fix_screeninfo 0 53824 NULL
++enable_so_gsmtty_write_fndecl_53837 gsmtty_write fndecl 3 53837 NULL
++enable_so_num_sensors_ibmpex_bmc_data_53838 num_sensors ibmpex_bmc_data 0 53838 NULL
++enable_so_xillybus_read_fndecl_53845 xillybus_read fndecl 3 53845 NULL
++enable_so_ext4_mb_discard_group_preallocations_fndecl_53854 ext4_mb_discard_group_preallocations fndecl 2 53854 NULL
++enable_so_saa7134_i2c_eeprom_fndecl_53866 saa7134_i2c_eeprom fndecl 3 53866 NULL
++enable_so_data_len_msgbuf_rx_complete_53868 data_len msgbuf_rx_complete 0 53868 NULL
++enable_so_discard_alignment_hd_struct_53874 discard_alignment hd_struct 0 53874 NULL
++enable_so_br_fill_ifvlaninfo_range_fndecl_53875 br_fill_ifvlaninfo_range fndecl 2-3 53875 NULL
++enable_so_buffer_blocks_st_buffer_53878 buffer_blocks st_buffer 0 53878 NULL
++enable_so_nilfs_sufile_set_segment_usage_fndecl_53885 nilfs_sufile_set_segment_usage fndecl 2 53885 NULL
++enable_so_path_getxattr_fndecl_53886 path_getxattr fndecl 4 53886 NULL
++enable_so_drbd_setbufsize_fndecl_53887 drbd_setbufsize fndecl 2 53887 NULL
++enable_so_e1000_consume_page_fndecl_53903 e1000_consume_page fndecl 3 53903 NULL
++enable_so_image_len_brcmf_usbdev_info_53909 image_len brcmf_usbdev_info 0 53909 NULL
++enable_so_vop_len_solo_enc_dev_53910 vop_len solo_enc_dev 0 53910 NULL
++enable_so_snd_rawmidi_kernel_read1_fndecl_53911 snd_rawmidi_kernel_read1 fndecl 4-0 53911 NULL nohasharray
++enable_so_oobavail_jffs2_sb_info_53911 oobavail jffs2_sb_info 0 53911 &enable_so_snd_rawmidi_kernel_read1_fndecl_53911
++enable_so_cxgbi_device_register_fndecl_53913 cxgbi_device_register fndecl 2-1 53913 NULL
++enable_so_fc_exch_mgr_alloc_fndecl_53916 fc_exch_mgr_alloc fndecl 3-4 53916 NULL
++enable_so_ad_bytes_x86_instruction_info_53919 ad_bytes x86_instruction_info 0 53919 NULL
++enable_so_gfs2_free_uninit_di_fndecl_53924 gfs2_free_uninit_di fndecl 2 53924 NULL
++enable_so_usb_stor_sg_tablesize_fndecl_53929 usb_stor_sg_tablesize fndecl 0 53929 NULL
++enable_so_seqnr_ksm_scan_53936 seqnr ksm_scan 0 53936 NULL
++enable_so_depth_tm6000_fmt_53938 depth tm6000_fmt 0 53938 NULL nohasharray
++enable_so_find_dir_range_fndecl_53938 find_dir_range fndecl 3 53938 &enable_so_depth_tm6000_fmt_53938
++enable_so_ip4ip6_err_fndecl_53943 ip4ip6_err fndecl 5 53943 NULL nohasharray
++enable_so__find_first_zero_bit_be_fndecl_53943 _find_first_zero_bit_be fndecl 0 53943 &enable_so_ip4ip6_err_fndecl_53943
++enable_so_buffer_end_nm256_53949 buffer_end nm256 0 53949 NULL
++enable_so_p_size_drbd_device_53954 p_size drbd_device 0 53954 NULL
++enable_so_hiddev_ioctl_fndecl_53955 hiddev_ioctl fndecl 2 53955 NULL
++enable_so_tcf_csum_ipv6_tcp_fndecl_53957 tcf_csum_ipv6_tcp fndecl 3 53957 NULL
++enable_so_c_srate_f_uac2_opts_53962 c_srate f_uac2_opts 0 53962 NULL
++enable_so_rx_buf_sz_cp_private_53982 rx_buf_sz cp_private 0 53982 NULL
++enable_so_nfs_proc_mknod_fndecl_53987 nfs_proc_mknod fndecl 4 53987 NULL
++enable_so_cm_write_fndecl_53993 cm_write fndecl 3 53993 NULL
++enable_so_btrfs_init_new_buffer_fndecl_53996 btrfs_init_new_buffer fndecl 3 53996 NULL
++enable_so_size_drbd_interval_54002 size drbd_interval 0 54002 NULL nohasharray
++enable_so_int_hardware_entry_fndecl_54002 int_hardware_entry fndecl 3 54002 &enable_so_size_drbd_interval_54002
++enable_so_ax88179_change_mtu_fndecl_54007 ax88179_change_mtu fndecl 2 54007 NULL
++enable_so_submit_stripe_bio_fndecl_54016 submit_stripe_bio fndecl 4 54016 NULL
++enable_so_ext3_htree_store_dirent_fndecl_54018 ext3_htree_store_dirent fndecl 3-2 54018 NULL
++enable_so_rsi_setblocklength_fndecl_54024 rsi_setblocklength fndecl 2 54024 NULL
++enable_so_dlen_hci_vendor_hdr_54025 dlen hci_vendor_hdr 0 54025 NULL
++enable_so_s_nextid_exofs_sb_info_54042 s_nextid exofs_sb_info 0 54042 NULL
++enable_so_sierra_write_fndecl_54049 sierra_write fndecl 4 54049 NULL
++enable_so__iwl_dbgfs_uapsd_misbehaving_write_fndecl_54054 _iwl_dbgfs_uapsd_misbehaving_write fndecl 3 54054 NULL
++enable_so_process_ptload_program_headers_elf32_fndecl_54067 process_ptload_program_headers_elf32 fndecl 3-2 54067 NULL
++enable_so_width_fb_image_54071 width fb_image 0 54071 NULL
++enable_so_i_next_section_offset_iso_inode_info_54074 i_next_section_offset iso_inode_info 0 54074 NULL
++enable_so_xennet_change_mtu_fndecl_54076 xennet_change_mtu fndecl 2 54076 NULL nohasharray
++enable_so_afs_alloc_flat_call_fndecl_54076 afs_alloc_flat_call fndecl 2-3 54076 &enable_so_xennet_change_mtu_fndecl_54076
++enable_so_bytes_cifs_writedata_54089 bytes cifs_writedata 0 54089 NULL
++enable_so_get_mtu_xfrm_type_54090 get_mtu xfrm_type 0 54090 NULL
++enable_so_sctp_tsnmap_init_fndecl_54093 sctp_tsnmap_init fndecl 3-2 54093 NULL
++enable_so_bytes_read_usbvision_frame_54101 bytes_read usbvision_frame 0 54101 NULL
++enable_so_xfs_rtmodify_summary_int_fndecl_54118 xfs_rtmodify_summary_int fndecl 4-3 54118 NULL
++enable_so_vringh_iov_push_kern_fndecl_54119 vringh_iov_push_kern fndecl 3 54119 NULL
++enable_so_skb_trim_fndecl_54132 skb_trim fndecl 2 54132 NULL
++enable_so_io_offset_xfs_ioend_54137 io_offset xfs_ioend 0 54137 NULL
++enable_so_tcf_csum_ipv6_udp_fndecl_54138 tcf_csum_ipv6_udp fndecl 3 54138 NULL
++enable_so_change_protection_range_fndecl_54141 change_protection_range fndecl 3-2 54141 NULL
++enable_so_netvsc_change_mtu_fndecl_54142 netvsc_change_mtu fndecl 2 54142 NULL
++enable_so_brcmf_usb_dl_writeimage_fndecl_54144 brcmf_usb_dl_writeimage fndecl 3 54144 NULL
++enable_so_sm501_select_clock_fndecl_54146 sm501_select_clock fndecl 0 54146 NULL
++enable_so_hs_cur_bits_cfs_hash_54147 hs_cur_bits cfs_hash 0 54147 NULL
++enable_so_last_rx_rate_vht_nss_sta_info_54155 last_rx_rate_vht_nss sta_info 0 54155 NULL
++enable_so_sp2_write_i2c_fndecl_54157 sp2_write_i2c fndecl 4 54157 NULL nohasharray
++enable_so___hwahc_op_set_ptk_fndecl_54157 __hwahc_op_set_ptk fndecl 5 54157 &enable_so_sp2_write_i2c_fndecl_54157
++enable_so_num_qp_mthca_profile_54160 num_qp mthca_profile 0 54160 NULL
++enable_so_b43_nphy_load_samples_fndecl_54162 b43_nphy_load_samples fndecl 3 54162 NULL
++enable_so_lock_and_cleanup_extent_if_need_fndecl_54163 lock_and_cleanup_extent_if_need fndecl 3-4 54163 NULL
++enable_so_unit_btrfs_free_space_ctl_54164 unit btrfs_free_space_ctl 0 54164 NULL
++enable_so_ip6_append_data_fndecl_54169 ip6_append_data fndecl 5-4 54169 NULL nohasharray
++enable_so_writebuf_size_tomoyo_io_buffer_54169 writebuf_size tomoyo_io_buffer 0 54169 &enable_so_ip6_append_data_fndecl_54169
++enable_so_len_xfs_alloc_arg_54187 len xfs_alloc_arg 0 54187 NULL
++enable_so_nfs_llseek_dir_fndecl_54192 nfs_llseek_dir fndecl 2 54192 NULL nohasharray
++enable_so__iwl_dbgfs_fw_nmi_write_fndecl_54192 _iwl_dbgfs_fw_nmi_write fndecl 3 54192 &enable_so_nfs_llseek_dir_fndecl_54192
++enable_so_tp_ep_bcm5974_config_54193 tp_ep bcm5974_config 0 54193 NULL
++enable_so_mcam_v4l_read_fndecl_54194 mcam_v4l_read fndecl 3 54194 NULL
++enable_so_current_speed_ide_drive_s_54197 current_speed ide_drive_s 0 54197 NULL
++enable_so_ipw2100_set_essid_fndecl_54200 ipw2100_set_essid fndecl 3 54200 NULL
++enable_so_p_filesz_elf32_phdr_54204 p_filesz elf32_phdr 0 54204 NULL nohasharray
++enable_so_contexts_nouveau_fence_priv_54204 contexts nouveau_fence_priv 0 54204 &enable_so_p_filesz_elf32_phdr_54204
++enable_so_min_priority_binder_node_54207 min_priority binder_node 0 54207 NULL nohasharray
++enable_so_nframes_bcm_msg_head_54207 nframes bcm_msg_head 0 54207 &enable_so_min_priority_binder_node_54207
++enable_so_mxt_bootloader_write_fndecl_54210 mxt_bootloader_write fndecl 3 54210 NULL nohasharray
++enable_so___lock_page_killable_fndecl_54210 __lock_page_killable fndecl 0 54210 &enable_so_mxt_bootloader_write_fndecl_54210
++enable_so_page_offset_ixgbe_rx_buffer_54214 page_offset ixgbe_rx_buffer 0 54214 NULL
++enable_so_append_frame_to_pkt_fndecl_54220 append_frame_to_pkt fndecl 2 54220 NULL nohasharray
++enable_so_tx_ring_size_ql_adapter_54220 tx_ring_size ql_adapter 0 54220 &enable_so_append_frame_to_pkt_fndecl_54220
++enable_so_btrfs_get_token_64_fndecl_54223 btrfs_get_token_64 fndecl 0 54223 NULL nohasharray
++enable_so_numeraseregions_mtd_info_54223 numeraseregions mtd_info 0 54223 &enable_so_btrfs_get_token_64_fndecl_54223
++enable_so_num_boxes_intel_uncore_type_54227 num_boxes intel_uncore_type 0 54227 NULL
++enable_so_vbi_hlen_saa7134_dev_54228 vbi_hlen saa7134_dev 0 54228 NULL
++enable_so___kfifo_to_user_fndecl_54232 __kfifo_to_user fndecl 3 54232 NULL
++enable_so_skb_copy_and_csum_datagram_msg_fndecl_54237 skb_copy_and_csum_datagram_msg fndecl 2 54237 NULL nohasharray
++enable_so_max_cbs_ntb_device_54237 max_cbs ntb_device 0 54237 &enable_so_skb_copy_and_csum_datagram_msg_fndecl_54237
++enable_so_pcnet32_realloc_rx_ring_fndecl_54245 pcnet32_realloc_rx_ring fndecl 3 54245 NULL
++enable_so_la_last_gd_ocfs2_super_54246 la_last_gd ocfs2_super 0 54246 NULL
++enable_so_num_counters_compat_ipt_replace_54249 num_counters compat_ipt_replace 0 54249 NULL
++enable_so___erst_read_fndecl_54256 __erst_read fndecl 1 54256 NULL
++enable_so_qnx6_iget_fndecl_54262 qnx6_iget fndecl 2 54262 NULL
++enable_so_txrx_bufs_spi_bitbang_54265 txrx_bufs spi_bitbang 0 54265 NULL
++enable_so_src_btrfs_ioctl_qgroup_assign_args_54267 src btrfs_ioctl_qgroup_assign_args 0 54267 NULL
++enable_so_put_cmsg_fndecl_54270 put_cmsg fndecl 4 54270 NULL
++enable_so_gf_numsrc_group_filter_54274 gf_numsrc group_filter 0 54274 NULL
++enable_so_msdu_len_htt_rx_in_ord_msdu_desc_54278 msdu_len htt_rx_in_ord_msdu_desc 0 54278 NULL
++enable_so_get_descriptor_ptr_fndecl_54282 get_descriptor_ptr fndecl 2 54282 NULL
++enable_so_fat_file_fsync_fndecl_54291 fat_file_fsync fndecl 2 54291 NULL
++enable_so_ntfs_attr_extend_initialized_fndecl_54303 ntfs_attr_extend_initialized fndecl 2 54303 NULL nohasharray
++enable_so_count_ext4_new_flex_group_data_54303 count ext4_new_flex_group_data 0 54303 &enable_so_ntfs_attr_extend_initialized_fndecl_54303
++enable_so_imsf_numsrc_ip_msfilter_54312 imsf_numsrc ip_msfilter 0 54312 NULL
++enable_so_pvr2_issue_simple_cmd_fndecl_54313 pvr2_issue_simple_cmd fndecl 2 54313 NULL
++enable_so_capi_write_fndecl_54323 capi_write fndecl 3 54323 NULL
++enable_so_ide_settings_proc_write_fndecl_54325 ide_settings_proc_write fndecl 3 54325 NULL
++enable_so_nla_alloc_flow_actions_fndecl_54328 nla_alloc_flow_actions fndecl 1 54328 NULL
++enable_so_length_acpi_table_header_54332 length acpi_table_header 0 54332 NULL
++enable_so_vringh_iov_push_user_fndecl_54340 vringh_iov_push_user fndecl 3 54340 NULL
++enable_so_message_stats_print_fndecl_54341 message_stats_print fndecl 6 54341 NULL
++enable_so_max_rcvbuf_size_tipc_server_54342 max_rcvbuf_size tipc_server 0 54342 NULL
++enable_so_wm8997_set_fll_fndecl_54349 wm8997_set_fll fndecl 4-5 54349 NULL
++enable_so_p_offset_elf32_phdr_54352 p_offset elf32_phdr 0 54352 NULL
++enable_so_hfsplus_block_allocate_fndecl_54353 hfsplus_block_allocate fndecl 0-3-2 54353 NULL
++enable_so_s_fpbmask_ufs_sb_private_info_54354 s_fpbmask ufs_sb_private_info 0 54354 NULL
++enable_so_encode_netobj_fndecl_54356 encode_netobj fndecl 3 54356 NULL
++enable_so_tpm_tis_i2c_send_fndecl_54358 tpm_tis_i2c_send fndecl 3 54358 NULL
++enable_so_pkt_size_rx_pkt_status_54360 pkt_size rx_pkt_status 0 54360 NULL
++enable_so_gntdev_alloc_map_fndecl_54362 gntdev_alloc_map fndecl 2 54362 NULL
++enable_so_ceph_get_caps_fndecl_54363 ceph_get_caps fndecl 0 54363 NULL
++enable_so_size_ramoops_context_54365 size ramoops_context 0 54365 NULL
++enable_so_msr_rsc_54369 msr rsc 0 54369 NULL
++enable_so_usb_cdc_wdm_register_fndecl_54371 usb_cdc_wdm_register fndecl 3 54371 NULL nohasharray
++enable_so_mlx4_ib_get_cq_umem_fndecl_54371 mlx4_ib_get_cq_umem fndecl 5 54371 &enable_so_usb_cdc_wdm_register_fndecl_54371
++enable_so_scif_setup_qp_connect_fndecl_54372 scif_setup_qp_connect fndecl 3 54372 NULL
++enable_so_saved_priority_binder_transaction_54377 saved_priority binder_transaction 0 54377 NULL
++enable_so_ieee80211_aes_key_setup_encrypt_fndecl_54383 ieee80211_aes_key_setup_encrypt fndecl 3 54383 NULL
++enable_so_nbufs_mlx4_buf_54391 nbufs mlx4_buf 0 54391 NULL
++enable_so_memsize_viafb_par_54399 memsize viafb_par 0 54399 NULL nohasharray
++enable_so_SyS_init_module_fndecl_54399 SyS_init_module fndecl 2 54399 &enable_so_memsize_viafb_par_54399
++enable_so_leaf_shift_left_fndecl_54401 leaf_shift_left fndecl 3 54401 NULL nohasharray
++enable_so_striped_read_fndecl_54401 striped_read fndecl 0-2 54401 &enable_so_leaf_shift_left_fndecl_54401 nohasharray
++enable_so_security_key_getsecurity_fndecl_54401 security_key_getsecurity fndecl 0 54401 &enable_so_striped_read_fndecl_54401
++enable_so__osd_req_alist_elem_size_fndecl_54403 _osd_req_alist_elem_size fndecl 2 54403 NULL
++enable_so_gr_ep0_respond_fndecl_54405 gr_ep0_respond fndecl 3 54405 NULL
++enable_so_xfs_bmap_count_tree_fndecl_54407 xfs_bmap_count_tree fndecl 4 54407 NULL
++enable_so_xfs_ialloc_ag_select_fndecl_54409 xfs_ialloc_ag_select fndecl 2-0 54409 NULL nohasharray
++enable_so_wp_retry_size_smb_version_operations_54409 wp_retry_size smb_version_operations 0 54409 &enable_so_xfs_ialloc_ag_select_fndecl_54409
++enable_so_mthca_alloc_icm_coherent_fndecl_54412 mthca_alloc_icm_coherent fndecl 3 54412 NULL
++enable_so_snd_usbmidi_raw_input_fndecl_54415 snd_usbmidi_raw_input fndecl 3 54415 NULL
++enable_so_compat_SyS_pselect6_fndecl_54416 compat_SyS_pselect6 fndecl 1 54416 NULL
++enable_so_nrof_flowrings_brcmf_bus_msgbuf_54417 nrof_flowrings brcmf_bus_msgbuf 0 54417 NULL
++enable_so_qlcnic_process_lro_fndecl_54418 qlcnic_process_lro fndecl 4-3 54418 NULL
++enable_so_follow_page_mask_fndecl_54427 follow_page_mask fndecl 2 54427 NULL
++enable_so_qnx6_get_devblock_fndecl_54428 qnx6_get_devblock fndecl 0 54428 NULL
++enable_so_set_fd_set_fndecl_54434 set_fd_set fndecl 1 54434 NULL
++enable_so_gfn_to_page_many_atomic_fndecl_54449 gfn_to_page_many_atomic fndecl 2 54449 NULL
++enable_so_kimage_file_prepare_segments_fndecl_54451 kimage_file_prepare_segments fndecl 5 54451 NULL
++enable_so_a_count_posix_acl_54461 a_count posix_acl 0 54461 NULL nohasharray
++enable_so_vringh_init_kern_fndecl_54461 vringh_init_kern fndecl 3 54461 &enable_so_a_count_posix_acl_54461
++enable_so_ide_mm_inb_fndecl_54462 ide_mm_inb fndecl 0 54462 NULL
++enable_so_dm_btree_remove_fndecl_54463 dm_btree_remove fndecl 2 54463 NULL
++enable_so_nvkm_notify_init_fndecl_54464 nvkm_notify_init fndecl 7 54464 NULL
++enable_so_ocfs2_divide_xattr_cluster_fndecl_54477 ocfs2_divide_xattr_cluster fndecl 3-4 54477 NULL
++enable_so_initial_height_vmw_private_54479 initial_height vmw_private 0 54479 NULL
++enable_so_dm_btree_find_highest_key_fndecl_54489 dm_btree_find_highest_key fndecl 2 54489 NULL
++enable_so_spi_write_buf_fndecl_54490 spi_write_buf fndecl 2 54490 NULL
++enable_so_n_chan_comedi_subdevice_54496 n_chan comedi_subdevice 0 54496 NULL
++enable_so_dev_start_strip_zone_54501 dev_start strip_zone 0 54501 NULL
++enable_so_max_fds_fdtable_54502 max_fds fdtable 0 54502 NULL
++enable_so_mwifiex_set_gen_ie_helper_fndecl_54506 mwifiex_set_gen_ie_helper fndecl 3 54506 NULL
++enable_so_m_agfrotor_xfs_mount_54510 m_agfrotor xfs_mount 0 54510 NULL nohasharray
++enable_so_get_rxfh_indir_size_ethtool_ops_54510 get_rxfh_indir_size ethtool_ops 0 54510 &enable_so_m_agfrotor_xfs_mount_54510
++enable_so_depth_camif_fmt_54512 depth camif_fmt 0 54512 NULL
++enable_so___btrfs_buffered_write_fndecl_54524 __btrfs_buffered_write fndecl 3 54524 NULL
++enable_so_ocfs2_read_dir_block_direct_fndecl_54528 ocfs2_read_dir_block_direct fndecl 2 54528 NULL
++enable_so_bio_segments_fndecl_54531 bio_segments fndecl 0 54531 NULL
++enable_so_b43_debugfs_write_fndecl_54533 b43_debugfs_write fndecl 3 54533 NULL
++enable_so_num_ccells_cnic_local_54538 num_ccells cnic_local 0 54538 NULL
++enable_so_bandlength_Kiara_table_entry_54541 bandlength Kiara_table_entry 0 54541 NULL
++enable_so_s_dev_table_count_exofs_fscb_54542 s_dev_table_count exofs_fscb 0 54542 NULL
++enable_so_bpp_vardecl_tridentfb_c_54547 bpp vardecl_tridentfb.c 0 54547 NULL
++enable_so_qnx6_check_first_superblock_fndecl_54577 qnx6_check_first_superblock fndecl 2 54577 NULL
++enable_so_acpi_system_write_wakeup_device_fndecl_54582 acpi_system_write_wakeup_device fndecl 3 54582 NULL
++enable_so_ivsize_aead_tfm_54585 ivsize aead_tfm 0 54585 NULL
++enable_so_usb_serial_generic_prepare_write_buffer_fndecl_54586 usb_serial_generic_prepare_write_buffer fndecl 3 54586 NULL
++enable_so_erase_size_mmc_card_54587 erase_size mmc_card 0 54587 NULL
++enable_so_width_cx231xx_54591 width cx231xx 0 54591 NULL nohasharray
++enable_so_near_copies_geom_54591 near_copies geom 0 54591 &enable_so_width_cx231xx_54591
++enable_so_viafb_i2c_readbytes_fndecl_54593 viafb_i2c_readbytes fndecl 5 54593 NULL
++enable_so_find_free_extent_fndecl_54605 find_free_extent fndecl 2-4 54605 NULL nohasharray
++enable_so_mipi_dsi_dcs_write_fndecl_54605 mipi_dsi_dcs_write fndecl 4 54605 &enable_so_find_free_extent_fndecl_54605
++enable_so_fat32_length_fat_bios_param_block_54606 fat32_length fat_bios_param_block 0 54606 NULL
++enable_so_nfs4_get_acl_uncached_fndecl_54608 nfs4_get_acl_uncached fndecl 3 54608 NULL
++enable_so_adfs_f_read_fndecl_54612 adfs_f_read fndecl 2 54612 NULL
++enable_so_offset_btrfs_free_space_54613 offset btrfs_free_space 0 54613 NULL
++enable_so_msg_print_text_fndecl_54618 msg_print_text fndecl 0 54618 NULL
++enable_so_ieee80211_if_write_fndecl_54621 ieee80211_if_write fndecl 3 54621 NULL
++enable_so_pages_in_unit___stripe_pages_2d_54623 pages_in_unit __stripe_pages_2d 0 54623 NULL
++enable_so_ext4_new_meta_blocks_fndecl_54631 ext4_new_meta_blocks fndecl 0 54631 NULL
++enable_so_len_ncp_privatedata_ioctl_54632 len ncp_privatedata_ioctl 0 54632 NULL
++enable_so_snd_info_entry_read_fndecl_54633 snd_info_entry_read fndecl 3 54633 NULL
++enable_so_bits_per_sample_soc_mbus_pixelfmt_54636 bits_per_sample soc_mbus_pixelfmt 0 54636 NULL nohasharray
++enable_so_text_len_printk_log_54636 text_len printk_log 0 54636 &enable_so_bits_per_sample_soc_mbus_pixelfmt_54636
++enable_so_extra_mpdu_prefix_len_lib80211_crypto_ops_54644 extra_mpdu_prefix_len lib80211_crypto_ops 0 54644 NULL nohasharray
++enable_so_nchannels_cosa_data_54644 nchannels cosa_data 0 54644 &enable_so_extra_mpdu_prefix_len_lib80211_crypto_ops_54644
++enable_so_MaxChainDepth_mpt3sas_facts_54646 MaxChainDepth mpt3sas_facts 0 54646 NULL
++enable_so_write_msg_fndecl_54647 write_msg fndecl 3 54647 NULL
++enable_so_tx_flags_fe_priv_54658 tx_flags fe_priv 0 54658 NULL
++enable_so_truncate_pagecache_fndecl_54660 truncate_pagecache fndecl 2 54660 NULL
++enable_so_s_session_udf_sb_info_54662 s_session udf_sb_info 0 54662 NULL
++enable_so_ssid_len_hostap_bss_info_54670 ssid_len hostap_bss_info 0 54670 NULL
++enable_so_compat_SyS_kexec_load_fndecl_54672 compat_SyS_kexec_load fndecl 2 54672 NULL
++enable_so_cp_blkaddr_f2fs_super_block_54690 cp_blkaddr f2fs_super_block 0 54690 NULL
++enable_so_fwbulkwritelen_tda10048_config_54693 fwbulkwritelen tda10048_config 0 54693 NULL
++enable_so_num_queue_pairs_i40e_vsi_54696 num_queue_pairs i40e_vsi 0 54696 NULL
++enable_so_max_pages_per_frmr_ocrdma_dev_attr_54699 max_pages_per_frmr ocrdma_dev_attr 0 54699 NULL
++enable_so_lookahead_deflate_state_54700 lookahead deflate_state 0 54700 NULL
++enable_so_bo_number_drm_amdgpu_bo_list_in_54706 bo_number drm_amdgpu_bo_list_in 0 54706 NULL
++enable_so_read_endpoint_zr364xx_camera_54710 read_endpoint zr364xx_camera 0 54710 NULL
++enable_so_cdv_intel_crtc_clock_get_fndecl_54714 cdv_intel_crtc_clock_get fndecl 0 54714 NULL
++enable_so_process_rcvd_status_fndecl_54722 process_rcvd_status fndecl 3 54722 NULL
++enable_so_coda_psdev_read_fndecl_54726 coda_psdev_read fndecl 3 54726 NULL
++enable_so_inode_reclaim_rsv_space_fndecl_54730 inode_reclaim_rsv_space fndecl 2 54730 NULL
++enable_so_proc_setgroups_write_fndecl_54732 proc_setgroups_write fndecl 3 54732 NULL
++enable_so_hwdep_read_locked_fndecl_54734 hwdep_read_locked fndecl 3 54734 NULL
++enable_so_sisusb_copy_memory_fndecl_54747 sisusb_copy_memory fndecl 4 54747 NULL
++enable_so_vfreq_aspect_std_timing_54751 vfreq_aspect std_timing 0 54751 NULL
++enable_so_end_writequeue_entry_54752 end writequeue_entry 0 54752 NULL
++enable_so_size__drm_via_cmdbuffer_54755 size _drm_via_cmdbuffer 0 54755 NULL
++enable_so_regcache_rbtree_node_alloc_fndecl_54769 regcache_rbtree_node_alloc fndecl 2 54769 NULL
++enable_so_start_fstrim_range_54775 start fstrim_range 0 54775 NULL
++enable_so_append_cnt_ixgbe_cb_54776 append_cnt ixgbe_cb 0 54776 NULL
++enable_so_ext_channel_count_hda_gen_spec_54778 ext_channel_count hda_gen_spec 0 54778 NULL
++enable_so_xfs_rtallocate_extent_fndecl_54783 xfs_rtallocate_extent fndecl 2-8-4 54783 NULL
++enable_so_rcvegrbuf_chunks_qib_ctxtdata_54789 rcvegrbuf_chunks qib_ctxtdata 0 54789 NULL
++enable_so_bitmap_root_ll_disk_54791 bitmap_root ll_disk 0 54791 NULL
++enable_so_size_dvb_ringbuffer_54794 size dvb_ringbuffer 0 54794 NULL
++enable_so_spk_msg_set_fndecl_54801 spk_msg_set fndecl 3 54801 NULL
++enable_so_num_snd_bebob_meter_spec_54805 num snd_bebob_meter_spec 0 54805 NULL
++enable_so_unlock_extent_cached_fndecl_54806 unlock_extent_cached fndecl 2-3 54806 NULL nohasharray
++enable_so_buf_size__BIG_IOCTL_Command_struct_54806 buf_size _BIG_IOCTL_Command_struct 0 54806 &enable_so_unlock_extent_cached_fndecl_54806
++enable_so_dma_reserve_vardecl_page_alloc_c_54807 dma_reserve vardecl_page_alloc.c 0 54807 NULL
++enable_so_fsx_extsize_fsxattr_54812 fsx_extsize fsxattr 0 54812 NULL
++enable_so_ep_out_ksdazzle_cb_54817 ep_out ksdazzle_cb 0 54817 NULL
++enable_so_ixgbe_pci_sriov_configure_fndecl_54843 ixgbe_pci_sriov_configure fndecl 2 54843 NULL
++enable_so_reiserfs_readpages_fndecl_54846 reiserfs_readpages fndecl 4 54846 NULL
++enable_so_blkdev_direct_IO_fndecl_54850 blkdev_direct_IO fndecl 3 54850 NULL
++enable_so_request_lock_fndecl_54853 request_lock fndecl 4 54853 NULL
++enable_so_addr_len_net_device_54857 addr_len net_device 0 54857 NULL nohasharray
++enable_so_compat_sys_kexec_load_fndecl_54857 compat_sys_kexec_load fndecl 2 54857 &enable_so_addr_len_net_device_54857
++enable_so_sr_blkno_ocfs2_suballoc_result_54860 sr_blkno ocfs2_suballoc_result 0 54860 NULL
++enable_so_vb2_vmalloc_get_userptr_fndecl_54862 vb2_vmalloc_get_userptr fndecl 2-3 54862 NULL
++enable_so_mru_ippp_struct_54863 mru ippp_struct 0 54863 NULL nohasharray
++enable_so_shmem_file_llseek_fndecl_54863 shmem_file_llseek fndecl 2 54863 &enable_so_mru_ippp_struct_54863
++enable_so_spi_register_board_info_fndecl_54864 spi_register_board_info fndecl 2 54864 NULL
++enable_so_usb_dmac_desc_get_fndecl_54869 usb_dmac_desc_get fndecl 2 54869 NULL
++enable_so_bufsize_nm256_stream_54875 bufsize nm256_stream 0 54875 NULL
++enable_so_md_super_write_fndecl_54884 md_super_write fndecl 4-3 54884 NULL
++enable_so___breadahead_fndecl_54896 __breadahead fndecl 3-2 54896 NULL
++enable_so_num_uars_mlx5_uuar_info_54898 num_uars mlx5_uuar_info 0 54898 NULL
++enable_so_buffer_size_qcaspi_54902 buffer_size qcaspi 0 54902 NULL
++enable_so_rds_page_copy_user_fndecl_54904 rds_page_copy_user fndecl 4 54904 NULL
++enable_so_ext4_es_cache_extent_fndecl_54906 ext4_es_cache_extent fndecl 2-3 54906 NULL
++enable_so_iscsit_build_pdu_and_seq_lists_fndecl_54916 iscsit_build_pdu_and_seq_lists fndecl 2 54916 NULL
++enable_so_line_length_fb_fix_screeninfo_54923 line_length fb_fix_screeninfo 0 54923 NULL
++enable_so_sector_dm_io_region_54924 sector dm_io_region 0 54924 NULL
++enable_so_cc2520_write_txfifo_fndecl_54930 cc2520_write_txfifo fndecl 3 54930 NULL
++enable_so_xfs_end_io_direct_write_fndecl_54936 xfs_end_io_direct_write fndecl 2-3 54936 NULL
++enable_so_blk_queue_logical_block_size_fndecl_54946 blk_queue_logical_block_size fndecl 2 54946 NULL
++enable_so_log_blocks_per_seg_f2fs_super_block_54960 log_blocks_per_seg f2fs_super_block 0 54960 NULL
++enable_so_len_cn_msg_54981 len cn_msg 0 54981 NULL
++enable_so_ocfs2_direct_IO_write_fndecl_54985 ocfs2_direct_IO_write fndecl 3 54985 NULL
++enable_so_rs_switch_to_siso_fndecl_54987 rs_switch_to_siso fndecl 6 54987 NULL
++enable_so_alloc_netdev_mqs_fndecl_54989 alloc_netdev_mqs fndecl 5-6-1 54989 NULL
++enable_so_rx_frame_size_pn533_frame_ops_54990 rx_frame_size pn533_frame_ops 0 54990 NULL
++enable_so_ns_last_cno_the_nilfs_54997 ns_last_cno the_nilfs 0 54997 NULL
++enable_so_rx_bufsize_bc_state_54999 rx_bufsize bc_state 0 54999 NULL nohasharray
++enable_so_send_wqe_overhead_fndecl_54999 send_wqe_overhead fndecl 0 54999 &enable_so_rx_bufsize_bc_state_54999
++enable_so_udf_alloc_i_data_fndecl_55001 udf_alloc_i_data fndecl 2 55001 NULL
++enable_so_reply_payload_rcv_len_iscsi_bsg_reply_55012 reply_payload_rcv_len iscsi_bsg_reply 0 55012 NULL
++enable_so_real_space_diff_fndecl_55014 real_space_diff fndecl 2 55014 NULL
++enable_so_max_strips_per_io_megasas_ctrl_info_55020 max_strips_per_io megasas_ctrl_info 0 55020 NULL
++enable_so_ieee80211_if_fmt_ap_power_level_fndecl_55040 ieee80211_if_fmt_ap_power_level fndecl 3 55040 NULL
++enable_so_length_i2400m_tlv_hdr_55043 length i2400m_tlv_hdr 0 55043 NULL
++enable_so_ieee80211_rx_mgmt_deauth_fndecl_55044 ieee80211_rx_mgmt_deauth fndecl 3 55044 NULL nohasharray
++enable_so_hpi_alloc_control_cache_fndecl_55044 hpi_alloc_control_cache fndecl 1 55044 &enable_so_ieee80211_rx_mgmt_deauth_fndecl_55044
++enable_so_osd_xres_vardecl_ivtvfb_c_55057 osd_xres vardecl_ivtvfb.c 0 55057 NULL nohasharray
++enable_so_h_panel_info_55057 h panel_info 0 55057 &enable_so_osd_xres_vardecl_ivtvfb_c_55057
++enable_so_olo_num_comps_pnfs_osd_layout_55062 olo_num_comps pnfs_osd_layout 0 55062 NULL nohasharray
++enable_so___mic_dma_alloc_fndecl_55062 __mic_dma_alloc fndecl 2 55062 &enable_so_olo_num_comps_pnfs_osd_layout_55062
++enable_so_mlx4_alloc_hwq_res_fndecl_55064 mlx4_alloc_hwq_res fndecl 3 55064 NULL
++enable_so_addr_num_sctp_getaddrs_old_55065 addr_num sctp_getaddrs_old 0 55065 NULL
++enable_so_sddr55_get_capacity_fndecl_55072 sddr55_get_capacity fndecl 0 55072 NULL
++enable_so_p9_virtio_zc_request_fndecl_55074 p9_virtio_zc_request fndecl 6-5 55074 NULL
++enable_so_ext4_iget_normal_fndecl_55086 ext4_iget_normal fndecl 2 55086 NULL nohasharray
++enable_so_frame_len_b43legacy_rxhdr_fw3_55086 frame_len b43legacy_rxhdr_fw3 0 55086 &enable_so_ext4_iget_normal_fndecl_55086
++enable_so_vlan_rx_desc_55097 vlan rx_desc 0 55097 NULL
++enable_so_read_kmem_fndecl_55103 read_kmem fndecl 3 55103 NULL
++enable_so_nftids_tid_info_55104 nftids tid_info 0 55104 NULL
++enable_so_fat_dir_entries_fat_bios_param_block_55106 fat_dir_entries fat_bios_param_block 0 55106 NULL nohasharray
++enable_so_num_channels_ad5360_chip_info_55106 num_channels ad5360_chip_info 0 55106 &enable_so_fat_dir_entries_fat_bios_param_block_55106
++enable_so_pnfs_num_cont_bytes_fndecl_55107 pnfs_num_cont_bytes fndecl 0-2 55107 NULL nohasharray
++enable_so_SyS_getxattr_fndecl_55107 SyS_getxattr fndecl 4 55107 &enable_so_pnfs_num_cont_bytes_fndecl_55107
++enable_so_min_channel_count_hda_gen_spec_55108 min_channel_count hda_gen_spec 0 55108 NULL
++enable_so_y_zoran_overlay_settings_55113 y zoran_overlay_settings 0 55113 NULL
++enable_so_bnad_change_mtu_fndecl_55116 bnad_change_mtu fndecl 2 55116 NULL
++enable_so_unpack_to_rootfs_fndecl_55124 unpack_to_rootfs fndecl 2 55124 NULL
++enable_so_length_dw_radeon_cs_chunk_55128 length_dw radeon_cs_chunk 0 55128 NULL
++enable_so_ea_data_len_gfs2_ea_header_55134 ea_data_len gfs2_ea_header 0 55134 NULL
++enable_so_data_dma_mmc_spi_host_55141 data_dma mmc_spi_host 0 55141 NULL
++enable_so_namelen_dlm_lock_params_55146 namelen dlm_lock_params 0 55146 NULL
++enable_so_gigaset_isowbuf_getbytes_fndecl_55147 gigaset_isowbuf_getbytes fndecl 2 55147 NULL
++enable_so_befs_find_brun_dblindirect_fndecl_55152 befs_find_brun_dblindirect fndecl 3 55152 NULL
++enable_so_ext3_list_backups_fndecl_55164 ext3_list_backups fndecl 0 55164 NULL nohasharray
++enable_so_buffer_to_user_fndecl_55164 buffer_to_user fndecl 3 55164 &enable_so_ext3_list_backups_fndecl_55164
++enable_so_hpfs_load_code_page_fndecl_55184 hpfs_load_code_page fndecl 2 55184 NULL
++enable_so_virtqueue_get_vring_size_fndecl_55188 virtqueue_get_vring_size fndecl 0 55188 NULL
++enable_so_result_dio_55189 result dio 0 55189 NULL
++enable_so_efx_mcdi_rpc_async_quiet_fndecl_55191 efx_mcdi_rpc_async_quiet fndecl 4-5 55191 NULL
++enable_so_vmxnet3_change_mtu_fndecl_55195 vmxnet3_change_mtu fndecl 2 55195 NULL
++enable_so_seg_count_agp_region_55196 seg_count agp_region 0 55196 NULL
++enable_so_drm_gtf2_2c_fndecl_55202 drm_gtf2_2c fndecl 0 55202 NULL
++enable_so_p1_gma_clock_t_55221 p1 gma_clock_t 0 55221 NULL
++enable_so_num_eqs_mlx4_caps_55225 num_eqs mlx4_caps 0 55225 NULL
++enable_so_adv_instance_cnt_hci_dev_55228 adv_instance_cnt hci_dev 0 55228 NULL
++enable_so_btrfs_prealloc_file_range_trans_fndecl_55231 btrfs_prealloc_file_range_trans fndecl 5-4-6 55231 NULL
++enable_so_msr_seek_fndecl_55235 msr_seek fndecl 2 55235 NULL nohasharray
++enable_so_pstore_mkfile_fndecl_55235 pstore_mkfile fndecl 7 55235 &enable_so_msr_seek_fndecl_55235
++enable_so_sb_logsunit_xfs_sb_55236 sb_logsunit xfs_sb 0 55236 NULL
++enable_so_ibnl_put_attr_fndecl_55238 ibnl_put_attr fndecl 3 55238 NULL
++enable_so_ieee80211_if_write_smps_fndecl_55245 ieee80211_if_write_smps fndecl 3 55245 NULL
++enable_so_mwifiex_set_encode_fndecl_55247 mwifiex_set_encode fndecl 4 55247 NULL
++enable_so_async_setkey_fndecl_55250 async_setkey fndecl 3 55250 NULL
++enable_so_req_ring_size_srp_target_port_55251 req_ring_size srp_target_port 0 55251 NULL
++enable_so_d_reclen_venus_dirent_55253 d_reclen venus_dirent 0 55253 NULL
++enable_so_size_pci_cap_saved_data_55258 size pci_cap_saved_data 0 55258 NULL
++enable_so___filemap_fdatawrite_range_fndecl_55259 __filemap_fdatawrite_range fndecl 0-2 55259 NULL
++enable_so_bpf_convert_filter_fndecl_55264 bpf_convert_filter fndecl 2 55264 NULL
++enable_so_sgoffset_cxgbi_task_data_55277 sgoffset cxgbi_task_data 0 55277 NULL nohasharray
++enable_so_bSubframeSize_uac_format_type_i_discrete_descriptor_55277 bSubframeSize uac_format_type_i_discrete_descriptor 0 55277 &enable_so_sgoffset_cxgbi_task_data_55277
++enable_so_ext2_acl_from_disk_fndecl_55279 ext2_acl_from_disk fndecl 2 55279 NULL nohasharray
++enable_so_num_radar_types_dfs_pattern_detector_55279 num_radar_types dfs_pattern_detector 0 55279 &enable_so_ext2_acl_from_disk_fndecl_55279
++enable_so_ld_default_stripe_count_lov_desc_55281 ld_default_stripe_count lov_desc 0 55281 NULL
++enable_so_hdrlen_ipv6_rt_hdr_55289 hdrlen ipv6_rt_hdr 0 55289 NULL
++enable_so_c_can_read_msg_object_fndecl_55291 c_can_read_msg_object fndecl 3 55291 NULL
++enable_so_C_SYSC_kexec_load_fndecl_55294 C_SYSC_kexec_load fndecl 2 55294 NULL
++enable_so_upd_bytes_ubi_volume_55301 upd_bytes ubi_volume 0 55301 NULL
++enable_so_memcg_update_all_caches_fndecl_55303 memcg_update_all_caches fndecl 1 55303 NULL
++enable_so_mxl111sf_stream_config_bulk_fndecl_55308 mxl111sf_stream_config_bulk fndecl 2 55308 NULL
++enable_so_xfs_dialloc_fndecl_55309 xfs_dialloc fndecl 2 55309 NULL
++enable_so_xfs_log_mount_fndecl_55312 xfs_log_mount fndecl 4-3 55312 NULL
++enable_so_dataflash_read_fndecl_55313 dataflash_read fndecl 3 55313 NULL nohasharray
++enable_so_bm_page_io_async_fndecl_55313 bm_page_io_async fndecl 2 55313 &enable_so_dataflash_read_fndecl_55313
++enable_so_num_msrs_to_save_vardecl_x86_c_55317 num_msrs_to_save vardecl_x86.c 0 55317 NULL nohasharray
++enable_so_mon_buff_area_shrink_fndecl_55317 mon_buff_area_shrink fndecl 2 55317 &enable_so_num_msrs_to_save_vardecl_x86_c_55317
++enable_so_bs_nblocks_nilfs_bmap_stats_55322 bs_nblocks nilfs_bmap_stats 0 55322 NULL
++enable_so_ab8500_subscribe_write_fndecl_55323 ab8500_subscribe_write fndecl 3 55323 NULL
++enable_so_get_reserved_cluster_alloc_fndecl_55332 get_reserved_cluster_alloc fndecl 3-2 55332 NULL
++enable_so___irq_domain_add_fndecl_55334 __irq_domain_add fndecl 2 55334 NULL
++enable_so_proc_scsi_host_write_fndecl_55336 proc_scsi_host_write fndecl 3 55336 NULL
++enable_so_dm_btree_lookup_fndecl_55361 dm_btree_lookup fndecl 2 55361 NULL
++enable_so_islpci_mgt_transmit_fndecl_55366 islpci_mgt_transmit fndecl 5 55366 NULL
++enable_so_cdc_mbim_process_dgram_fndecl_55371 cdc_mbim_process_dgram fndecl 4-3 55371 NULL nohasharray
++enable_so_sctp_addto_param_fndecl_55371 sctp_addto_param fndecl 2 55371 &enable_so_cdc_mbim_process_dgram_fndecl_55371
++enable_so_inode_id_btrfs_delayed_node_55390 inode_id btrfs_delayed_node 0 55390 NULL
++enable_so_st_sensors_spi_read_multiple_byte_fndecl_55393 st_sensors_spi_read_multiple_byte fndecl 4 55393 NULL
++enable_so_dxfer_len_skd_sg_io_55394 dxfer_len skd_sg_io 0 55394 NULL
++enable_so_nprim_symtab_55398 nprim symtab 0 55398 NULL
++enable_so_periodic_size_oxu_hcd_55401 periodic_size oxu_hcd 0 55401 NULL
++enable_so_data_len_nf_conntrack_helper_55405 data_len nf_conntrack_helper 0 55405 NULL
++enable_so_shmem_pread_fast_fndecl_55408 shmem_pread_fast fndecl 3 55408 NULL
++enable_so_min_param_range_55419 min param_range 0 55419 NULL
++enable_so_start_pci_bus_region_55432 start pci_bus_region 0 55432 NULL
++enable_so_rate_via_rate_lock_55434 rate via_rate_lock 0 55434 NULL
++enable_so_wake_packet_length_iwl_wowlan_status_data_55438 wake_packet_length iwl_wowlan_status_data 0 55438 NULL
++enable_so_nilfs_read_log_header_fndecl_55445 nilfs_read_log_header fndecl 2 55445 NULL
++enable_so_nilfs_direct_IO_fndecl_55447 nilfs_direct_IO fndecl 3 55447 NULL nohasharray
++enable_so_klen_nft_set_55447 klen nft_set 0 55447 &enable_so_nilfs_direct_IO_fndecl_55447
++enable_so_set_sample_rate_fndecl_55451 set_sample_rate fndecl 2 55451 NULL
++enable_so_len_wm_coeff_parsed_coeff_55454 len wm_coeff_parsed_coeff 0 55454 NULL
++enable_so_dma_buf_size_tegra_spi_data_55467 dma_buf_size tegra_spi_data 0 55467 NULL
++enable_so_dma_release_from_contiguous_fndecl_55468 dma_release_from_contiguous fndecl 3 55468 NULL
++enable_so_buffer_addr_nm256_55469 buffer_addr nm256 0 55469 NULL
++enable_so_status_queue_entry_55470 status queue_entry 0 55470 NULL
++enable_so_xfs_bmapi_write_fndecl_55475 xfs_bmapi_write fndecl 4-3 55475 NULL
++enable_so_ext4_da_write_begin_fndecl_55476 ext4_da_write_begin fndecl 4-3 55476 NULL
++enable_so_ocfs2_read_dx_leaf_fndecl_55488 ocfs2_read_dx_leaf fndecl 2 55488 NULL
++enable_so_nft_set_ext_add_length_fndecl_55489 nft_set_ext_add_length fndecl 3 55489 NULL
++enable_so_bl_pipe_downcall_fndecl_55499 bl_pipe_downcall fndecl 3 55499 NULL
++enable_so_setup_nodes_for_search_fndecl_55515 setup_nodes_for_search fndecl 5 55515 NULL
++enable_so_root_dm_pool_metadata_55520 root dm_pool_metadata 0 55520 NULL
++enable_so_reg_bits_regmap_config_55521 reg_bits regmap_config 0 55521 NULL
++enable_so_bofs_count_irlap_cb_55531 bofs_count irlap_cb 0 55531 NULL
++enable_so_blkdev_max_hw_sectors_vardecl_dev_c_55533 blkdev_max_hw_sectors vardecl_dev.c 0 55533 NULL
++enable_so_rf_blkno_ocfs2_refcount_block_55545 rf_blkno ocfs2_refcount_block 0 55545 NULL
++enable_so_tmp_afs_call_55554 tmp afs_call 0 55554 NULL
++enable_so_usVSyncOffset__ATOM_DTD_FORMAT_55558 usVSyncOffset _ATOM_DTD_FORMAT 0 55558 NULL
++enable_so_filter_write_fndecl_55560 filter_write fndecl 3 55560 NULL
++enable_so_iv_len_ieee80211_key_conf_55561 iv_len ieee80211_key_conf 0 55561 NULL
++enable_so_io_tlb_overflow_vardecl_swiotlb_c_55570 io_tlb_overflow vardecl_swiotlb.c 0 55570 NULL
++enable_so_guest_ia32_efer_vmcs12_55578 guest_ia32_efer vmcs12 0 55578 NULL
++enable_so_if_sdio_read_rx_len_fndecl_55579 if_sdio_read_rx_len fndecl 0 55579 NULL
++enable_so_coh_page_bufsize_cl_object_header_55585 coh_page_bufsize cl_object_header 0 55585 NULL
++enable_so_i915_setup_compression_fndecl_55588 i915_setup_compression fndecl 2 55588 NULL nohasharray
++enable_so_exofs_file_fsync_fndecl_55588 exofs_file_fsync fndecl 2 55588 &enable_so_i915_setup_compression_fndecl_55588
++enable_so_calgary_alloc_coherent_fndecl_55592 calgary_alloc_coherent fndecl 2 55592 NULL
++enable_so_oz_cdev_write_fndecl_55599 oz_cdev_write fndecl 3 55599 NULL
++enable_so_ext4_punch_hole_fndecl_55604 ext4_punch_hole fndecl 2-3 55604 NULL
++enable_so_i_goal_gfs2_inode_55609 i_goal gfs2_inode 0 55609 NULL
++enable_so_amdgpu_vm_bo_map_fndecl_55610 amdgpu_vm_bo_map fndecl 5-3 55610 NULL
++enable_so_udplite_manip_pkt_fndecl_55611 udplite_manip_pkt fndecl 4 55611 NULL
++enable_so_length_ipw_rx_frame_55612 length ipw_rx_frame 0 55612 NULL
++enable_so_alg_trunc_len_xfrm_algo_auth_55613 alg_trunc_len xfrm_algo_auth 0 55613 NULL
++enable_so_f2fs_update_extent_tree_fndecl_55614 f2fs_update_extent_tree fndecl 2-3 55614 NULL
++enable_so_initial_width_vmw_private_55615 initial_width vmw_private 0 55615 NULL nohasharray
++enable_so_ybpp_camif_fmt_55615 ybpp camif_fmt 0 55615 &enable_so_initial_width_vmw_private_55615
++enable_so_vmci_transport_dgram_dequeue_fndecl_55628 vmci_transport_dgram_dequeue fndecl 3 55628 NULL
++enable_so_bin_string_fndecl_55631 bin_string fndecl 5 55631 NULL
++enable_so_max_pkt_size_cx231xx_isoc_ctl_55637 max_pkt_size cx231xx_isoc_ctl 0 55637 NULL
++enable_so_extra_tx_headroom_ieee80211_hw_55638 extra_tx_headroom ieee80211_hw 0 55638 NULL
++enable_so_rcvidx_isar_hw_55643 rcvidx isar_hw 0 55643 NULL
++enable_so_sr_read_sector_fndecl_55647 sr_read_sector fndecl 3 55647 NULL
++enable_so_int_sqrt_fndecl_55649 int_sqrt fndecl 0-1 55649 NULL
++enable_so_sg_nents_fndecl_55654 sg_nents fndecl 0 55654 NULL
++enable_so_get_user_pages_fndecl_55655 get_user_pages fndecl 0-3 55655 NULL
++enable_so_tda10071_rd_regs_fndecl_55659 tda10071_rd_regs fndecl 4 55659 NULL nohasharray
++enable_so_ath6kl_roam_mode_write_fndecl_55659 ath6kl_roam_mode_write fndecl 3 55659 &enable_so_tda10071_rd_regs_fndecl_55659
++enable_so_reserve_iova_fndecl_55661 reserve_iova fndecl 3-2 55661 NULL nohasharray
++enable_so_queue_logical_block_size_fndecl_55661 queue_logical_block_size fndecl 0 55661 &enable_so_reserve_iova_fndecl_55661
++enable_so_ath6kl_sdio_io_fndecl_55662 ath6kl_sdio_io fndecl 5 55662 NULL
++enable_so_pagl_rightrec_xfs_perag_55670 pagl_rightrec xfs_perag 0 55670 NULL
++enable_so_al_stripes_drbd_md_55679 al_stripes drbd_md 0 55679 NULL
++enable_so_s_journal_inum_ext3_super_block_55685 s_journal_inum ext3_super_block 0 55685 NULL
++enable_so_n_cipher_schemes_ieee80211_hw_55692 n_cipher_schemes ieee80211_hw 0 55692 NULL
++enable_so_omfs_iget_fndecl_55693 omfs_iget fndecl 2 55693 NULL
++enable_so_rate_n_flags_iwl_rx_phy_res_55709 rate_n_flags iwl_rx_phy_res 0 55709 NULL nohasharray
++enable_so_unique_pos_vardecl_jfs_dtree_c_55709 unique_pos vardecl_jfs_dtree.c 0 55709 &enable_so_rate_n_flags_iwl_rx_phy_res_55709
++enable_so_inline_wsize_rpcrdma_create_data_internal_55719 inline_wsize rpcrdma_create_data_internal 0 55719 NULL
++enable_so_fbcon_resize_fndecl_55724 fbcon_resize fndecl 2-3 55724 NULL
++enable_so_dst_command_fndecl_55728 dst_command fndecl 3 55728 NULL
++enable_so_vm_exit_msr_load_addr_vmcs12_55733 vm_exit_msr_load_addr vmcs12 0 55733 NULL
++enable_so_vsi_iext_vxfs_sb_info_55734 vsi_iext vxfs_sb_info 0 55734 NULL nohasharray
++enable_so_nilfs_direct_delete_and_convert_fndecl_55734 nilfs_direct_delete_and_convert fndecl 0 55734 &enable_so_vsi_iext_vxfs_sb_info_55734
++enable_so_ieee802154_hdr_get_addrs_fndecl_55743 ieee802154_hdr_get_addrs fndecl 0 55743 NULL
++enable_so_max_eq_mlx4_func_55747 max_eq mlx4_func 0 55747 NULL
++enable_so_nilfs_mdt_set_entry_size_fndecl_55751 nilfs_mdt_set_entry_size fndecl 2-3 55751 NULL
++enable_so_max_num_sge_megasas_instance_55755 max_num_sge megasas_instance 0 55755 NULL
++enable_so_nilfs_cpfile_read_fndecl_55758 nilfs_cpfile_read fndecl 2 55758 NULL
++enable_so_lane_cnt_mipi_config_55759 lane_cnt mipi_config 0 55759 NULL
++enable_so_vga_switcheroo_debugfs_write_fndecl_55763 vga_switcheroo_debugfs_write fndecl 3 55763 NULL
++enable_so_offset_xfs_bmalloca_55767 offset xfs_bmalloca 0 55767 NULL
++enable_so_get_current_sit_page_fndecl_55771 get_current_sit_page fndecl 2 55771 NULL
++enable_so_end___reiserfs_blocknr_hint_55772 end __reiserfs_blocknr_hint 0 55772 NULL nohasharray
++enable_so_cmd_read_size_wiimote_state_55772 cmd_read_size wiimote_state 0 55772 &enable_so_end___reiserfs_blocknr_hint_55772
++enable_so_ppp_write_fndecl_55777 ppp_write fndecl 3 55777 NULL
++enable_so_delete_block_group_cache_fndecl_55779 delete_block_group_cache fndecl 4 55779 NULL
++enable_so_width_cx25821_channel_55782 width cx25821_channel 0 55782 NULL
++enable_so_lbs_lowrssi_write_fndecl_55802 lbs_lowrssi_write fndecl 3 55802 NULL
++enable_so_velocity_rx_copy_fndecl_55812 velocity_rx_copy fndecl 2 55812 NULL
++enable_so_init_send_hfcd_fndecl_55817 init_send_hfcd fndecl 1 55817 NULL
++enable_so_result_status_yellowfin_desc_55822 result_status yellowfin_desc 0 55822 NULL
++enable_so_sd_blksz_fw_dl_btmrvl_sdio_card_55832 sd_blksz_fw_dl btmrvl_sdio_card 0 55832 NULL
++enable_so_dvb_ringbuffer_init_fndecl_55834 dvb_ringbuffer_init fndecl 3 55834 NULL
++enable_so_or51132_readbuf_fndecl_55836 or51132_readbuf fndecl 3 55836 NULL
++enable_so_rd_host_buf_pos_xilly_channel_55837 rd_host_buf_pos xilly_channel 0 55837 NULL
++enable_so_dr_free_blk_ocfs2_dx_root_block_55848 dr_free_blk ocfs2_dx_root_block 0 55848 NULL
++enable_so_s_segment_usage_size_nilfs_super_block_55851 s_segment_usage_size nilfs_super_block 0 55851 NULL
++enable_so___cfg80211_disconnected_fndecl_55853 __cfg80211_disconnected fndecl 3 55853 NULL
++enable_so_cw1200_queue_init_fndecl_55860 cw1200_queue_init fndecl 4 55860 NULL
++enable_so_cramino_fndecl_55864 cramino fndecl 0-2 55864 NULL
++enable_so_bio_integrity_bytes_fndecl_55865 bio_integrity_bytes fndecl 2-0 55865 NULL nohasharray
++enable_so_nports_cyclades_card_55865 nports cyclades_card 0 55865 &enable_so_bio_integrity_bytes_fndecl_55865
++enable_so___find_pending_exception_fndecl_55867 __find_pending_exception fndecl 3 55867 NULL
++enable_so_cnic_alloc_dma_fndecl_55874 cnic_alloc_dma fndecl 3 55874 NULL
++enable_so_usVSyncWidth__ATOM_DTD_FORMAT_55875 usVSyncWidth _ATOM_DTD_FORMAT 0 55875 NULL
++enable_so_frame_size_usb_stream_config_55876 frame_size usb_stream_config 0 55876 NULL
++enable_so_tomoyo_dump_page_fndecl_55882 tomoyo_dump_page fndecl 2 55882 NULL
++enable_so_fragment_size_snd_compressed_buffer_55903 fragment_size snd_compressed_buffer 0 55903 NULL
++enable_so_btrfs_alloc_tree_block_fndecl_55906 btrfs_alloc_tree_block fndecl 3-4-6-7 55906 NULL
++enable_so_prealloc_size___reiserfs_blocknr_hint_55929 prealloc_size __reiserfs_blocknr_hint 0 55929 NULL
++enable_so_change_prot_numa_fndecl_55935 change_prot_numa fndecl 3-2 55935 NULL
++enable_so_ref_freq_arizona_fll_55939 ref_freq arizona_fll 0 55939 NULL
++enable_so_osst_seek_logical_blk_fndecl_55950 osst_seek_logical_blk fndecl 3 55950 NULL
++enable_so_batadv_tvlv_realloc_packet_buff_fndecl_55955 batadv_tvlv_realloc_packet_buff fndecl 3-4 55955 NULL
++enable_so_data2_sisusb_command_55970 data2 sisusb_command 0 55970 NULL
++enable_so_reg_w_ixbuf_fndecl_55971 reg_w_ixbuf fndecl 4 55971 NULL
++enable_so_subbuf_size_rchan_55979 subbuf_size rchan 0 55979 NULL nohasharray
++enable_so_scsi_sense_length_se_cmd_55979 scsi_sense_length se_cmd 0 55979 &enable_so_subbuf_size_rchan_55979
++enable_so_iwl_mvm_pass_packet_to_mac80211_fndecl_55980 iwl_mvm_pass_packet_to_mac80211 fndecl 6-4 55980 NULL
++enable_so_page_offset_fm10k_rx_buffer_55981 page_offset fm10k_rx_buffer 0 55981 NULL
++enable_so_btrfs_error_unpin_extent_range_fndecl_55983 btrfs_error_unpin_extent_range fndecl 3-2 55983 NULL
++enable_so_mon_bin_get_data_fndecl_55998 mon_bin_get_data fndecl 4 55998 NULL
++enable_so_max_degraded_r5conf_56004 max_degraded r5conf 0 56004 NULL
++enable_so_len_pipe_buffer_56007 len pipe_buffer 0 56007 NULL
++enable_so_lsm_alloc_plain_fndecl_56016 lsm_alloc_plain fndecl 1 56016 NULL
++enable_so_i2400m_change_mtu_fndecl_56021 i2400m_change_mtu fndecl 2 56021 NULL
++enable_so___ocfs2_change_file_space_fndecl_56023 __ocfs2_change_file_space fndecl 3 56023 NULL
++enable_so_vm_memory_committed_fndecl_56024 vm_memory_committed fndecl 0 56024 NULL
++enable_so_vlan_id_ib_mac_iocb_rsp_56025 vlan_id ib_mac_iocb_rsp 0 56025 NULL nohasharray
++enable_so_bootmode_store_fndecl_56025 bootmode_store fndecl 4 56025 &enable_so_vlan_id_ib_mac_iocb_rsp_56025
++enable_so_ov519_pkt_scan_fndecl_56026 ov519_pkt_scan fndecl 3 56026 NULL
++enable_so_can_nocow_extent_fndecl_56034 can_nocow_extent fndecl 2 56034 NULL
++enable_so_SYSC_keyctl_fndecl_56035 SYSC_keyctl fndecl 4 56035 NULL
++enable_so_vbi_pixel_to_capture_vardecl_saa7146_vbi_c_56037 vbi_pixel_to_capture vardecl_saa7146_vbi.c 0 56037 NULL nohasharray
++enable_so_sg_update_list_fndecl_56037 sg_update_list fndecl 2 56037 &enable_so_vbi_pixel_to_capture_vardecl_saa7146_vbi_c_56037
++enable_so_first_system_vector_vardecl_56048 first_system_vector vardecl 0 56048 NULL
++enable_so_status_whc_qtd_56049 status whc_qtd 0 56049 NULL
++enable_so_gs_tss_segment_32_56052 gs tss_segment_32 0 56052 NULL
++enable_so_usb_wwan_setup_urb_fndecl_56054 usb_wwan_setup_urb fndecl 6-3-2 56054 NULL
++enable_so_mod_xfs_alloc_arg_56058 mod xfs_alloc_arg 0 56058 NULL
++enable_so_drm_mm_insert_helper_range_fndecl_56060 drm_mm_insert_helper_range fndecl 3 56060 NULL nohasharray
++enable_so_bg_inode_bitmap_lo_ext4_group_desc_56060 bg_inode_bitmap_lo ext4_group_desc 0 56060 &enable_so_drm_mm_insert_helper_range_fndecl_56060
++enable_so_frag_ceph_mds_reply_dirfrag_56070 frag ceph_mds_reply_dirfrag 0 56070 NULL
++enable_so_full_page_bnx2x_agg_info_56071 full_page bnx2x_agg_info 0 56071 NULL
++enable_so_num_chunks_drm_amdgpu_cs_in_56088 num_chunks drm_amdgpu_cs_in 0 56088 NULL
++enable_so_datalength_fwheader_56097 datalength fwheader 0 56097 NULL
++enable_so_max_frame_size__synclinkmp_info_56104 max_frame_size _synclinkmp_info 0 56104 NULL nohasharray
++enable_so_sync_page_io_fndecl_56104 sync_page_io fndecl 3-2 56104 &enable_so_max_frame_size__synclinkmp_info_56104
++enable_so_maximum_input_absinfo_56108 maximum input_absinfo 0 56108 NULL
++enable_so_p54_alloc_skb_fndecl_56109 p54_alloc_skb fndecl 3 56109 NULL nohasharray
++enable_so_rngapi_reset_fndecl_56109 rngapi_reset fndecl 3 56109 &enable_so_p54_alloc_skb_fndecl_56109
++enable_so_zlib_inflate_blob_fndecl_56117 zlib_inflate_blob fndecl 2-4 56117 NULL nohasharray
++enable_so_block_size_ecryptfs_write_tag_70_packet_silly_stack_56117 block_size ecryptfs_write_tag_70_packet_silly_stack 0 56117 &enable_so_zlib_inflate_blob_fndecl_56117
++enable_so_ssl_prev_nilfs_snapshot_list_56120 ssl_prev nilfs_snapshot_list 0 56120 NULL
++enable_so_q0_depth_bna_rx_config_56122 q0_depth bna_rx_config 0 56122 NULL
++enable_so_ath5k_setup_channels_fndecl_56123 ath5k_setup_channels fndecl 0 56123 NULL
++enable_so_read_rbu_image_type_fndecl_56128 read_rbu_image_type fndecl 6 56128 NULL
++enable_so_usbvision_v4l2_read_fndecl_56129 usbvision_v4l2_read fndecl 3 56129 NULL
++enable_so_size_direct_56131 size direct 0 56131 NULL nohasharray
++enable_so_av7110_vbi_write_fndecl_56131 av7110_vbi_write fndecl 3 56131 &enable_so_size_direct_56131
++enable_so_xenvif_gop_frag_copy_fndecl_56135 xenvif_gop_frag_copy fndecl 5-6 56135 NULL
++enable_so_sl_max_ip_sf_socklist_56140 sl_max ip_sf_socklist 0 56140 NULL
++enable_so_period_size_snd_pcm_oss_setup_56144 period_size snd_pcm_oss_setup 0 56144 NULL
++enable_so_ssa_blkaddr_f2fs_sm_info_56145 ssa_blkaddr f2fs_sm_info 0 56145 NULL
++enable_so__iwl_dbgfs_low_latency_write_fndecl_56153 _iwl_dbgfs_low_latency_write fndecl 3 56153 NULL
++enable_so_reiserfs_resize_fndecl_56154 reiserfs_resize fndecl 2 56154 NULL
++enable_so_i2c_hid_get_raw_report_fndecl_56155 i2c_hid_get_raw_report fndecl 4 56155 NULL
++enable_so_ipx_pktsize_ipxhdr_56157 ipx_pktsize ipxhdr 0 56157 NULL
++enable_so_nd_num_o2nm_node_56160 nd_num o2nm_node 0 56160 NULL
++enable_so_nl80211_send_disassoc_fndecl_56171 nl80211_send_disassoc fndecl 4 56171 NULL
++enable_so_ivtv_read_pos_fndecl_56179 ivtv_read_pos fndecl 3 56179 NULL nohasharray
++enable_so_iwl_calib_set_fndecl_56179 iwl_calib_set fndecl 3 56179 &enable_so_ivtv_read_pos_fndecl_56179
++enable_so_csum_offset_virtio_net_hdr_56180 csum_offset virtio_net_hdr 0 56180 NULL
++enable_so_ivsize_vardecl_encrypted_c_56181 ivsize vardecl_encrypted.c 0 56181 NULL
++enable_so_sctp_make_heartbeat_ack_fndecl_56184 sctp_make_heartbeat_ack fndecl 4 56184 NULL
++enable_so_size_netlbl_domhsh_tbl_56186 size netlbl_domhsh_tbl 0 56186 NULL
++enable_so_wl1271_tx_fill_hdr_fndecl_56191 wl1271_tx_fill_hdr fndecl 4 56191 NULL
++enable_so_qgroupid_btrfs_qgroup_56202 qgroupid btrfs_qgroup 0 56202 NULL
++enable_so_dma_rx_size_sxgbe_priv_data_56205 dma_rx_size sxgbe_priv_data 0 56205 NULL
++enable_so_dlen_pg_56210 dlen pg 0 56210 NULL
++enable_so_sample_stack_user_perf_event_attr_56220 sample_stack_user perf_event_attr 0 56220 NULL
++enable_so_offset_cifs_writedata_56222 offset cifs_writedata 0 56222 NULL nohasharray
++enable_so_reg_cache_size_snd_soc_codec_driver_56222 reg_cache_size snd_soc_codec_driver 0 56222 &enable_so_offset_cifs_writedata_56222
++enable_so_depth_s2255_fmt_56229 depth s2255_fmt 0 56229 NULL
++enable_so_ocfs2_mv_xattr_buckets_fndecl_56231 ocfs2_mv_xattr_buckets fndecl 6-3-5-4 56231 NULL
++enable_so_af9013_wr_regs_fndecl_56239 af9013_wr_regs fndecl 4 56239 NULL
++enable_so_wBlockNumber_ms_bootblock_sysinf_56240 wBlockNumber ms_bootblock_sysinf 0 56240 NULL
++enable_so_qlcnic_set_tx_ring_count_fndecl_56242 qlcnic_set_tx_ring_count fndecl 2 56242 NULL
++enable_so_dt_gpio_count_fndecl_56245 dt_gpio_count fndecl 0 56245 NULL
++enable_so_qtd_fill_fndecl_56249 qtd_fill fndecl 5-6-3-0-4 56249 NULL
++enable_so_i2o_parm_field_get_fndecl_56254 i2o_parm_field_get fndecl 5 56254 NULL
++enable_so_bitmap_copy_from_slot_fndecl_56266 bitmap_copy_from_slot fndecl 2 56266 NULL
++enable_so_lookup_ablock_fndecl_56267 lookup_ablock fndecl 2 56267 NULL
++enable_so_dmreq_start_crypt_config_56268 dmreq_start crypt_config 0 56268 NULL
++enable_so_qp_alloc_res_fndecl_56275 qp_alloc_res fndecl 5 56275 NULL
++enable_so_s_raid_stride_ext4_super_block_56277 s_raid_stride ext4_super_block 0 56277 NULL
++enable_so_fi_ino_ocfs2_find_inode_args_56279 fi_ino ocfs2_find_inode_args 0 56279 NULL
++enable_so_lu_buf_check_and_alloc_fndecl_56282 lu_buf_check_and_alloc fndecl 2 56282 NULL
++enable_so_nr_rates_audioformat_56293 nr_rates audioformat 0 56293 NULL
++enable_so_freq_req_adf4350_state_56294 freq_req adf4350_state 0 56294 NULL
++enable_so_pd_handles_sz_MPT2SAS_ADAPTER_56310 pd_handles_sz MPT2SAS_ADAPTER 0 56310 NULL
++enable_so_ext4_fallocate_fndecl_56314 ext4_fallocate fndecl 3-4 56314 NULL
++enable_so_essid_len_ipw_priv_56318 essid_len ipw_priv 0 56318 NULL
++enable_so_SYSC_lgetxattr_fndecl_56330 SYSC_lgetxattr fndecl 4 56330 NULL
++enable_so_bitmap_resize_fndecl_56333 bitmap_resize fndecl 2 56333 NULL
++enable_so_ebt_compat_match_offset_fndecl_56334 ebt_compat_match_offset fndecl 2 56334 NULL
++enable_so_blksize_vardecl_encrypted_c_56348 blksize vardecl_encrypted.c 0 56348 NULL
++enable_so_dccp_ackvec_add_new_fndecl_56359 dccp_ackvec_add_new fndecl 2-3 56359 NULL
++enable_so_log2secsize_adfs_discrecord_56363 log2secsize adfs_discrecord 0 56363 NULL nohasharray
++enable_so_i_ino_xfs_inode_56363 i_ino xfs_inode 0 56363 &enable_so_log2secsize_adfs_discrecord_56363
++enable_so_interrupt_out_endpointAddress_usb_serial_port_56364 interrupt_out_endpointAddress usb_serial_port 0 56364 NULL
++enable_so_ide_set_pio_mode_fndecl_56371 ide_set_pio_mode fndecl 2 56371 NULL
++enable_so_nd_cmd_in_size_fndecl_56386 nd_cmd_in_size fndecl 0 56386 NULL
++enable_so_ieee80211_fragment_fndecl_56395 ieee80211_fragment fndecl 4-3 56395 NULL
++enable_so_lost_out_tcp_sock_56397 lost_out tcp_sock 0 56397 NULL
++enable_so_ccw_clear_fndecl_56408 ccw_clear fndecl 6-4-5-3 56408 NULL nohasharray
++enable_so_max_sectors_per_req_megasas_instance_56408 max_sectors_per_req megasas_instance 0 56408 &enable_so_ccw_clear_fndecl_56408
++enable_so_f2fs_llseek_fndecl_56409 f2fs_llseek fndecl 2 56409 NULL
++enable_so_ieee80211_auth_challenge_fndecl_56418 ieee80211_auth_challenge fndecl 3 56418 NULL
++enable_so_max_eps_mv_u3d_56428 max_eps mv_u3d 0 56428 NULL
++enable_so_llc_ui_sendmsg_fndecl_56432 llc_ui_sendmsg fndecl 3 56432 NULL nohasharray
++enable_so_stat_len_sge_56432 stat_len sge 0 56432 &enable_so_llc_ui_sendmsg_fndecl_56432
++enable_so_hsync_end_drm_display_mode_56439 hsync_end drm_display_mode 0 56439 NULL nohasharray
++enable_so_bdbars_count_intel8x0_56439 bdbars_count intel8x0 0 56439 &enable_so_hsync_end_drm_display_mode_56439 nohasharray
++enable_so_idx_lebs_ubifs_lp_stats_56439 idx_lebs ubifs_lp_stats 0 56439 &enable_so_bdbars_count_intel8x0_56439
++enable_so_vlan_tag_lro_56441 vlan_tag lro 0 56441 NULL nohasharray
++enable_so_fb_sys_write_fndecl_56441 fb_sys_write fndecl 0-3 56441 &enable_so_vlan_tag_lro_56441
++enable_so_gtk_ivlen_iwl_mvm_56442 gtk_ivlen iwl_mvm 0 56442 NULL nohasharray
++enable_so_num_rx_queues_igb_adapter_56442 num_rx_queues igb_adapter 0 56442 &enable_so_gtk_ivlen_iwl_mvm_56442
++enable_so_DataTransferLength_bulk_cb_wrap_56447 DataTransferLength bulk_cb_wrap 0 56447 NULL
++enable_so___ocfs2_increase_refcount_fndecl_56450 __ocfs2_increase_refcount fndecl 5-4 56450 NULL
++enable_so_size_tcp_fastopen_request_56457 size tcp_fastopen_request 0 56457 NULL nohasharray
++enable_so_block_dm_thin_lookup_result_56457 block dm_thin_lookup_result 0 56457 &enable_so_size_tcp_fastopen_request_56457
++enable_so_winfo_size_data_queue_56462 winfo_size data_queue 0 56462 NULL nohasharray
++enable_so_scnt_aoe_cfghdr_56462 scnt aoe_cfghdr 0 56462 &enable_so_winfo_size_data_queue_56462
++enable_so_tpg_init_fndecl_56464 tpg_init fndecl 2-3 56464 NULL
++enable_so_packet_sendmsg_fndecl_56465 packet_sendmsg fndecl 3 56465 NULL nohasharray
++enable_so_ia_size_iattr_56465 ia_size iattr 0 56465 &enable_so_packet_sendmsg_fndecl_56465 nohasharray
++enable_so_address_rmap_item_56465 address rmap_item 0 56465 &enable_so_ia_size_iattr_56465
++enable_so__pci_add_cap_save_buffer_fndecl_56466 _pci_add_cap_save_buffer fndecl 4 56466 NULL
++enable_so_SyS_poll_fndecl_56467 SyS_poll fndecl 2 56467 NULL
++enable_so_banks_mca_config_56472 banks mca_config 0 56472 NULL
++enable_so___erst_clear_from_storage_fndecl_56476 __erst_clear_from_storage fndecl 1 56476 NULL
++enable_so_func_suspend_usb_function_56478 func_suspend usb_function 0 56478 NULL
++enable_so_dataflash_read_fact_otp_fndecl_56487 dataflash_read_fact_otp fndecl 3-2 56487 NULL
++enable_so_xen_allocate_irqs_dynamic_fndecl_56489 xen_allocate_irqs_dynamic fndecl 1 56489 NULL nohasharray
++enable_so_pp_read_fndecl_56489 pp_read fndecl 3 56489 &enable_so_xen_allocate_irqs_dynamic_fndecl_56489
++enable_so_sm501_calc_pll_fndecl_56493 sm501_calc_pll fndecl 0 56493 NULL nohasharray
++enable_so_ext4_split_convert_extents_fndecl_56493 ext4_split_convert_extents fndecl 0 56493 &enable_so_sm501_calc_pll_fndecl_56493
++enable_so_free_bit_ocfs2_cached_block_free_56500 free_bit ocfs2_cached_block_free 0 56500 NULL
++enable_so_choose_mtu_fndecl_56503 choose_mtu fndecl 0 56503 NULL nohasharray
++enable_so_len_audit_proctitle_56503 len audit_proctitle 0 56503 &enable_so_choose_mtu_fndecl_56503
++enable_so_process_ptload_program_headers_elf64_fndecl_56505 process_ptload_program_headers_elf64 fndecl 3-2 56505 NULL
++enable_so_batadv_socket_receive_packet_fndecl_56509 batadv_socket_receive_packet fndecl 2 56509 NULL
++enable_so_ntb_netdev_rx_handler_fndecl_56518 ntb_netdev_rx_handler fndecl 4 56518 NULL
++enable_so_long_retry_limit_ipw2100_priv_56521 long_retry_limit ipw2100_priv 0 56521 NULL
++enable_so_xbfi_startblock_xfs_bmap_free_item_56529 xbfi_startblock xfs_bmap_free_item 0 56529 NULL
++enable_so_nm_block_nr_nl_mmap_req_56530 nm_block_nr nl_mmap_req 0 56530 NULL
++enable_so_snd_pcm_plug_client_size_fndecl_56544 snd_pcm_plug_client_size fndecl 0-2 56544 NULL
++enable_so_cachefiles_cook_key_fndecl_56553 cachefiles_cook_key fndecl 2 56553 NULL
++enable_so_sctp_tsnmap_grow_fndecl_56579 sctp_tsnmap_grow fndecl 2 56579 NULL
++enable_so_buf_bytes_mmc_blk_ioc_data_56589 buf_bytes mmc_blk_ioc_data 0 56589 NULL
++enable_so_offset_cramfs_inode_56601 offset cramfs_inode 0 56601 NULL
++enable_so_qt2_write_fndecl_56603 qt2_write fndecl 4 56603 NULL
++enable_so_ieee80211_tdls_mgmt_fndecl_56618 ieee80211_tdls_mgmt fndecl 10 56618 NULL
++enable_so_afs_dir_iterate_block_fndecl_56630 afs_dir_iterate_block fndecl 3 56630 NULL
++enable_so_max_blk_count_mmc_host_56634 max_blk_count mmc_host 0 56634 NULL nohasharray
++enable_so_get_register_page_interruptible_fndecl_56634 get_register_page_interruptible fndecl 5 56634 &enable_so_max_blk_count_mmc_host_56634
++enable_so_bytenr_btrfs_root_item_56657 bytenr btrfs_root_item 0 56657 NULL
++enable_so_cifs_writedata_alloc_fndecl_56675 cifs_writedata_alloc fndecl 1 56675 NULL nohasharray
++enable_so_ath6kl_usb_submit_ctrl_in_fndecl_56675 ath6kl_usb_submit_ctrl_in fndecl 6 56675 &enable_so_cifs_writedata_alloc_fndecl_56675
++enable_so_vp702x_usb_inout_cmd_fndecl_56679 vp702x_usb_inout_cmd fndecl 4-6 56679 NULL
++enable_so_pbl_top_rdma_info_56683 pbl_top rdma_info 0 56683 NULL
++enable_so_max_channels_hda_multi_out_56686 max_channels hda_multi_out 0 56686 NULL nohasharray
++enable_so_test_buf_size_vardecl_dmatest_c_56686 test_buf_size vardecl_dmatest.c 0 56686 &enable_so_max_channels_hda_multi_out_56686 nohasharray
++enable_so_visorchannel_dump_section_fndecl_56686 visorchannel_dump_section fndecl 4 56686 &enable_so_test_buf_size_vardecl_dmatest_c_56686
++enable_so_ath6kl_usb_post_recv_transfers_fndecl_56687 ath6kl_usb_post_recv_transfers fndecl 2 56687 NULL nohasharray
++enable_so_npages_in_use_dma_pool_56687 npages_in_use dma_pool 0 56687 &enable_so_ath6kl_usb_post_recv_transfers_fndecl_56687
++enable_so_new_tape_buffer_fndecl_56689 new_tape_buffer fndecl 2 56689 NULL
++enable_so_ks8851_rdreg_fndecl_56695 ks8851_rdreg fndecl 4 56695 NULL
++enable_so_remove_migration_pte_fndecl_56701 remove_migration_pte fndecl 3 56701 NULL
++enable_so_bytes_btrfs_free_space_56706 bytes btrfs_free_space 0 56706 NULL
++enable_so_zlib_inflate_workspacesize_fndecl_56716 zlib_inflate_workspacesize fndecl 0 56716 NULL
++enable_so_qgroupid_btrfs_ioctl_qgroup_create_args_56717 qgroupid btrfs_ioctl_qgroup_create_args 0 56717 NULL
++enable_so_munlock_vma_pages_range_fndecl_56718 munlock_vma_pages_range fndecl 2 56718 NULL
++enable_so_ext4_get_group_number_fndecl_56720 ext4_get_group_number fndecl 0 56720 NULL nohasharray
++enable_so_rcvegrbuf_size_qib_ctxtdata_56720 rcvegrbuf_size qib_ctxtdata 0 56720 &enable_so_ext4_get_group_number_fndecl_56720
++enable_so_opcnt_nfsd4_compoundargs_56722 opcnt nfsd4_compoundargs 0 56722 NULL
++enable_so_val_len_ceph_inode_xattr_56742 val_len ceph_inode_xattr 0 56742 NULL
++enable_so_sb_logsectlog_xfs_sb_56750 sb_logsectlog xfs_sb 0 56750 NULL
++enable_so_read_pipe_ezusb_priv_56753 read_pipe ezusb_priv 0 56753 NULL
++enable_so_cfg_fof_lpfc_hba_56760 cfg_fof lpfc_hba 0 56760 NULL
++enable_so_udf_find_vat_block_fndecl_56763 udf_find_vat_block fndecl 4 56763 NULL
++enable_so_npkt_cam_56768 npkt cam 0 56768 NULL nohasharray
++enable_so_saa7706h_i2c_send_fndecl_56768 saa7706h_i2c_send fndecl 3 56768 &enable_so_npkt_cam_56768
++enable_so_arch_ptrace_fndecl_56774 arch_ptrace fndecl 3 56774 NULL
++enable_so_max_rpi_lpfc_max_cfg_param_56782 max_rpi lpfc_max_cfg_param 0 56782 NULL
++enable_so_tx_rate_mwifiex_private_56784 tx_rate mwifiex_private 0 56784 NULL
++enable_so_mem_size_mxt_data_56785 mem_size mxt_data 0 56785 NULL
++enable_so_ext4_group_overhead_blocks_fndecl_56792 ext4_group_overhead_blocks fndecl 0 56792 NULL
++enable_so_br_multicast_set_hash_max_fndecl_56807 br_multicast_set_hash_max fndecl 2 56807 NULL
++enable_so_write_file_bt_ant_diversity_fndecl_56808 write_file_bt_ant_diversity fndecl 3 56808 NULL
++enable_so_num_pages_vmci_queue_kern_if_56812 num_pages vmci_queue_kern_if 0 56812 NULL
++enable_so_hugetlbfs_pagecache_page_fndecl_56822 hugetlbfs_pagecache_page fndecl 3 56822 NULL
++enable_so_rs_get_best_rate_fndecl_56825 rs_get_best_rate fndecl 5 56825 NULL
++enable_so_ext4_htree_store_dirent_fndecl_56826 ext4_htree_store_dirent fndecl 3-2 56826 NULL
++enable_so_netdev_change_mtu_fndecl_56827 netdev_change_mtu fndecl 2 56827 NULL nohasharray
++enable_so_btrfs_lookup_extent_info_fndecl_56827 btrfs_lookup_extent_info fndecl 4-3 56827 &enable_so_netdev_change_mtu_fndecl_56827
++enable_so_ext3_alloc_blocks_fndecl_56828 ext3_alloc_blocks fndecl 3 56828 NULL nohasharray
++enable_so_SyS_syslog_fndecl_56828 SyS_syslog fndecl 3 56828 &enable_so_ext3_alloc_blocks_fndecl_56828
++enable_so_snd_hdsp_midi_input_available_fndecl_56832 snd_hdsp_midi_input_available fndecl 0 56832 NULL
++enable_so_truesize_sk_buff_56834 truesize sk_buff 0 56834 NULL
++enable_so_tail_TxFifo_56844 tail TxFifo 0 56844 NULL
++enable_so_dm_btree_find_lowest_key_fndecl_56845 dm_btree_find_lowest_key fndecl 2 56845 NULL nohasharray
++enable_so_capacity_alauda_media_info_56845 capacity alauda_media_info 0 56845 &enable_so_dm_btree_find_lowest_key_fndecl_56845
++enable_so_tomoyo_read_self_fndecl_56848 tomoyo_read_self fndecl 3 56848 NULL
++enable_so_gfs2_rbm_from_block_fndecl_56851 gfs2_rbm_from_block fndecl 2 56851 NULL
++enable_so_blocks_mmc_test_area_56853 blocks mmc_test_area 0 56853 NULL
++enable_so_transfer_one_spi_master_56858 transfer_one spi_master 0 56858 NULL
++enable_so_dup_array_fndecl_56860 dup_array fndecl 3 56860 NULL
++enable_so_next_rip_x86_instruction_info_56868 next_rip x86_instruction_info 0 56868 NULL nohasharray
++enable_so_count_subheaders_fndecl_56868 count_subheaders fndecl 0 56868 &enable_so_next_rip_x86_instruction_info_56868
++enable_so_status_pipe_uas_dev_info_56869 status_pipe uas_dev_info 0 56869 NULL
++enable_so_freecom_writedata_fndecl_56872 freecom_writedata fndecl 4 56872 NULL
++enable_so_read_aperture_fndecl_56876 read_aperture fndecl 0 56876 NULL
++enable_so_fat_rebuild_parent_fndecl_56877 fat_rebuild_parent fndecl 2 56877 NULL
++enable_so_xfs_itruncate_extents_fndecl_56879 xfs_itruncate_extents fndecl 4 56879 NULL nohasharray
++enable_so_scsi_execute_fndecl_56879 scsi_execute fndecl 5 56879 &enable_so_xfs_itruncate_extents_fndecl_56879
++enable_so___btrfs_set_prop_fndecl_56883 __btrfs_set_prop fndecl 5 56883 NULL
++enable_so_dx_dirent_blk_ocfs2_dx_entry_56884 dx_dirent_blk ocfs2_dx_entry 0 56884 NULL
++enable_so_read_symlink_fndecl_56887 read_symlink fndecl 2 56887 NULL
++enable_so_zr364xx_got_frame_fndecl_56891 zr364xx_got_frame fndecl 2 56891 NULL
++enable_so_prev_adaption_gsm_dlci_56892 prev_adaption gsm_dlci 0 56892 NULL
++enable_so_width_font_desc_56899 width font_desc 0 56899 NULL
++enable_so_length_fw_cdev_send_response_56906 length fw_cdev_send_response 0 56906 NULL
++enable_so_max_port_number_tb_regs_switch_header_56907 max_port_number tb_regs_switch_header 0 56907 NULL
++enable_so_diff_objects_assoc_array_ops_56914 diff_objects assoc_array_ops 0 56914 NULL
++enable_so_cifs_fsync_fndecl_56917 cifs_fsync fndecl 2 56917 NULL
++enable_so_comedi_buf_write_n_allocated_fndecl_56919 comedi_buf_write_n_allocated fndecl 0 56919 NULL
++enable_so_ip6_find_1stfragopt_fndecl_56923 ip6_find_1stfragopt fndecl 0 56923 NULL nohasharray
++enable_so_dma_mask_size_intel_gtt_driver_56923 dma_mask_size intel_gtt_driver 0 56923 &enable_so_ip6_find_1stfragopt_fndecl_56923
++enable_so_usb_gstrings_attach_fndecl_56924 usb_gstrings_attach fndecl 3 56924 NULL
++enable_so_vram_vardecl_nvidia_c_56925 vram vardecl_nvidia.c 0 56925 NULL
++enable_so_data_len_ib_mac_iocb_rsp_56930 data_len ib_mac_iocb_rsp 0 56930 NULL
++enable_so_align_buffer_sz_sdhci_host_56931 align_buffer_sz sdhci_host 0 56931 NULL
++enable_so_csize_jffs2_tmp_dnode_info_56933 csize jffs2_tmp_dnode_info 0 56933 NULL
++enable_so_nr_pages_memory_notify_56937 nr_pages memory_notify 0 56937 NULL
++enable_so_drm_property_replace_global_blob_fndecl_56945 drm_property_replace_global_blob fndecl 3 56945 NULL
++enable_so_len_rx_hdr_56949 len rx_hdr 0 56949 NULL
++enable_so_target_submit_cmd_fndecl_56950 target_submit_cmd fndecl 6 56950 NULL
++enable_so_DevSizeShift_qinfo_chip_56957 DevSizeShift qinfo_chip 0 56957 NULL
++enable_so_iblock_do_unmap_fndecl_56958 iblock_do_unmap fndecl 4-3 56958 NULL
++enable_so_i_lastalloc_affs_inode_info_56961 i_lastalloc affs_inode_info 0 56961 NULL
++enable_so_cur_pkt_size_pktgen_dev_56962 cur_pkt_size pktgen_dev 0 56962 NULL
++enable_so_n_mem_slots_qxl_device_56964 n_mem_slots qxl_device 0 56964 NULL
++enable_so_maxresp_cached_nfsd4_channel_attrs_56966 maxresp_cached nfsd4_channel_attrs 0 56966 NULL
++enable_so_ceph_write_end_fndecl_56973 ceph_write_end fndecl 5-3 56973 NULL
++enable_so_arp_hdr_len_fndecl_56980 arp_hdr_len fndecl 0 56980 NULL
++enable_so_ath6kl_wmi_startscan_cmd_fndecl_56985 ath6kl_wmi_startscan_cmd fndecl 8 56985 NULL
++enable_so_i2c_hid_alloc_buffers_fndecl_56986 i2c_hid_alloc_buffers fndecl 2 56986 NULL
++enable_so_max_packet_whc_qset_56991 max_packet whc_qset 0 56991 NULL nohasharray
++enable_so_btrfs_dio_bio_alloc_fndecl_56991 btrfs_dio_bio_alloc fndecl 2 56991 &enable_so_max_packet_whc_qset_56991
++enable_so_pvr2_stream_buffer_count_fndecl_56996 pvr2_stream_buffer_count fndecl 2 56996 NULL
++enable_so_write_file_spectral_count_fndecl_57000 write_file_spectral_count fndecl 3 57000 NULL
++enable_so_edid_size_dlfb_data_57003 edid_size dlfb_data 0 57003 NULL nohasharray
++enable_so_sunxi_nand_hw_common_ecc_ctrl_init_fndecl_57003 sunxi_nand_hw_common_ecc_ctrl_init fndecl 0 57003 &enable_so_edid_size_dlfb_data_57003
++enable_so_ext4_clear_blocks_fndecl_57012 ext4_clear_blocks fndecl 4-5 57012 NULL
++enable_so_i2c_hack_wm8775_fndecl_57014 i2c_hack_wm8775 fndecl 4-6 57014 NULL
++enable_so_xs_send_kvec_fndecl_57023 xs_send_kvec fndecl 3 57023 NULL nohasharray
++enable_so_sys_keyctl_fndecl_57023 sys_keyctl fndecl 4 57023 &enable_so_xs_send_kvec_fndecl_57023
++enable_so_usb_packet_maxlen_usb_fifo_57029 usb_packet_maxlen usb_fifo 0 57029 NULL
++enable_so_stacksize_xt_table_info_57031 stacksize xt_table_info 0 57031 NULL
++enable_so_do_munmap_fndecl_57035 do_munmap fndecl 2-3 57035 NULL
++enable_so___btrfs_free_reserved_extent_fndecl_57061 __btrfs_free_reserved_extent fndecl 3-2 57061 NULL
++enable_so_log_blocks_per_seg_f2fs_sb_info_57063 log_blocks_per_seg f2fs_sb_info 0 57063 NULL
++enable_so_ezusb_write_ltv_fndecl_57071 ezusb_write_ltv fndecl 4 57071 NULL
++enable_so_adjusted_retry_count_minstrel_rate_57073 adjusted_retry_count minstrel_rate 0 57073 NULL
++enable_so_set_one_prio_fndecl_57075 set_one_prio fndecl 2 57075 NULL
++enable_so_hashtab_create_fndecl_57082 hashtab_create fndecl 3 57082 NULL
++enable_so_num_uars_mlx4_caps_57093 num_uars mlx4_caps 0 57093 NULL
++enable_so_sync_pt_create_fndecl_57105 sync_pt_create fndecl 2 57105 NULL
++enable_so_total_sections_f2fs_sb_info_57118 total_sections f2fs_sb_info 0 57118 NULL
++enable_so_size_nvif_notify_57130 size nvif_notify 0 57130 NULL
++enable_so_gsm_mux_rx_netchar_fndecl_57131 gsm_mux_rx_netchar fndecl 3 57131 NULL
++enable_so_ath10k_htt_rx_crypto_tail_len_fndecl_57132 ath10k_htt_rx_crypto_tail_len fndecl 0 57132 NULL nohasharray
++enable_so_joydev_ioctl_fndecl_57132 joydev_ioctl fndecl 2 57132 &enable_so_ath10k_htt_rx_crypto_tail_len_fndecl_57132
++enable_so_msg_controllen_msghdr_57136 msg_controllen msghdr 0 57136 NULL nohasharray
++enable_so_ino_pending_dir_move_57136 ino pending_dir_move 0 57136 &enable_so_msg_controllen_msghdr_57136
++enable_so_ha_end_pfn_hv_hotadd_state_57139 ha_end_pfn hv_hotadd_state 0 57139 NULL
++enable_so_pci_set_dma_max_seg_size_fndecl_57140 pci_set_dma_max_seg_size fndecl 2 57140 NULL
++enable_so_buf_nm256_stream_57144 buf nm256_stream 0 57144 NULL
++enable_so_sb_agblklog_xfs_sb_57145 sb_agblklog xfs_sb 0 57145 NULL
++enable_so_vlan_dev_vlan_id_fndecl_57152 vlan_dev_vlan_id fndecl 0 57152 NULL nohasharray
++enable_so_ant_type_il_scale_tbl_info_57152 ant_type il_scale_tbl_info 0 57152 &enable_so_vlan_dev_vlan_id_fndecl_57152
++enable_so_sm501_set_clock_fndecl_57155 sm501_set_clock fndecl 0 57155 NULL
++enable_so_ofs_in_node_dnode_of_data_57156 ofs_in_node dnode_of_data 0 57156 NULL nohasharray
++enable_so_segs_per_sec_f2fs_sb_info_57156 segs_per_sec f2fs_sb_info 0 57156 &enable_so_ofs_in_node_dnode_of_data_57156
++enable_so_bytes_written_flags_cq_enet_rq_desc_57164 bytes_written_flags cq_enet_rq_desc 0 57164 NULL
++enable_so_spi_wr_buf_fndecl_57169 spi_wr_buf fndecl 4 57169 NULL
++enable_so_alloc_len_xps_map_57174 alloc_len xps_map 0 57174 NULL
++enable_so_pd_points_ath5k_pdgain_info_57180 pd_points ath5k_pdgain_info 0 57180 NULL
++enable_so_create_xattr_datum_fndecl_57183 create_xattr_datum fndecl 5 57183 NULL
++enable_so_udf_delete_aext_fndecl_57186 udf_delete_aext fndecl 4 57186 NULL
++enable_so_num_vfs_mlx4_dev_persistent_57187 num_vfs mlx4_dev_persistent 0 57187 NULL
++enable_so_z1_zt_57189 z1 zt 0 57189 NULL
++enable_so_cfs_trace_copyin_string_fndecl_57191 cfs_trace_copyin_string fndecl 4 57191 NULL
++enable_so_OutputCount_smb2_ioctl_rsp_57198 OutputCount smb2_ioctl_rsp 0 57198 NULL
++enable_so__find_next_bit_fndecl_57206 _find_next_bit fndecl 0-2 57206 NULL
++enable_so_sector_dm_crypt_io_57208 sector dm_crypt_io 0 57208 NULL
++enable_so_mon_buff_area_free_fndecl_57212 mon_buff_area_free fndecl 2 57212 NULL
++enable_so_ubh_scanc_fndecl_57231 ubh_scanc fndecl 3-4 57231 NULL
++enable_so_len_setup_data_57234 len setup_data 0 57234 NULL nohasharray
++enable_so_ufs_getfrag_block_fndecl_57234 ufs_getfrag_block fndecl 2 57234 &enable_so_len_setup_data_57234
++enable_so_ext4_meta_bg_first_block_no_fndecl_57235 ext4_meta_bg_first_block_no fndecl 0-2 57235 NULL
++enable_so_header_asix_rx_fixup_info_57237 header asix_rx_fixup_info 0 57237 NULL nohasharray
++enable_so_li_namelen_nfsd4_link_57237 li_namelen nfsd4_link 0 57237 &enable_so_header_asix_rx_fixup_info_57237
++enable_so_offset_ion_test_rw_data_57241 offset ion_test_rw_data 0 57241 NULL
++enable_so_hash_netiface6_expire_fndecl_57246 hash_netiface6_expire fndecl 4 57246 NULL
++enable_so_cyapa_i2c_pip_cmd_irq_sync_fndecl_57249 cyapa_i2c_pip_cmd_irq_sync fndecl 3 57249 NULL
++enable_so_maxlen_xfs_alloc_arg_57260 maxlen xfs_alloc_arg 0 57260 NULL
++enable_so_si2165_read_fndecl_57262 si2165_read fndecl 4 57262 NULL
++enable_so_message_stats_list_fndecl_57267 message_stats_list fndecl 5 57267 NULL nohasharray
++enable_so_fuse_dev_do_write_fndecl_57267 fuse_dev_do_write fndecl 3 57267 &enable_so_message_stats_list_fndecl_57267
++enable_so_mps_l2cap_le_conn_rsp_57280 mps l2cap_le_conn_rsp 0 57280 NULL
++enable_so_entry_nr_kvm_assigned_msix_nr_57282 entry_nr kvm_assigned_msix_nr 0 57282 NULL
++enable_so_hash_netnet4_expire_fndecl_57295 hash_netnet4_expire fndecl 4 57295 NULL
++enable_so_packet_sz_musb_ep_57296 packet_sz musb_ep 0 57296 NULL nohasharray
++enable_so_ovs_vport_alloc_fndecl_57296 ovs_vport_alloc fndecl 1 57296 &enable_so_packet_sz_musb_ep_57296
++enable_so_create_entry_fndecl_57300 create_entry fndecl 2 57300 NULL
++enable_so_rd_addr_gfs2_rgrpd_57301 rd_addr gfs2_rgrpd 0 57301 NULL
++enable_so_tcp_off_tso_state_57305 tcp_off tso_state 0 57305 NULL
++enable_so_qtd_copy_status_fndecl_57306 qtd_copy_status fndecl 0-4-3 57306 NULL
++enable_so_ptk_ivlen_iwl_mvm_57307 ptk_ivlen iwl_mvm 0 57307 NULL
++enable_so_ip_setsockopt_fndecl_57308 ip_setsockopt fndecl 5 57308 NULL nohasharray
++enable_so_usCRTC_V_SyncStart__ATOM_MODE_TIMING_57308 usCRTC_V_SyncStart _ATOM_MODE_TIMING 0 57308 &enable_so_ip_setsockopt_fndecl_57308
++enable_so_nes_alloc_fast_reg_page_list_fndecl_57312 nes_alloc_fast_reg_page_list fndecl 2 57312 NULL
++enable_so_ahash_setkey_unaligned_fndecl_57314 ahash_setkey_unaligned fndecl 3 57314 NULL
++enable_so_interrupt_in_endpoint_size_ld_usb_57321 interrupt_in_endpoint_size ld_usb 0 57321 NULL
++enable_so_i_blocks_lo_ext4_inode_57322 i_blocks_lo ext4_inode 0 57322 NULL
++enable_so_fb_read_fndecl_57329 fb_read fndecl 3 57329 NULL
++enable_so_musb_test_mode_write_fndecl_57341 musb_test_mode_write fndecl 3 57341 NULL
++enable_so_ext4_expand_extra_isize_ea_fndecl_57344 ext4_expand_extra_isize_ea fndecl 2 57344 NULL
++enable_so_root_hpfs_super_block_57345 root hpfs_super_block 0 57345 NULL
++enable_so_align_nf_ct_ext_type_57348 align nf_ct_ext_type 0 57348 NULL
++enable_so_hblank_hi_lvds_dvo_timing_57349 hblank_hi lvds_dvo_timing 0 57349 NULL
++enable_so_ixgbe_pci_sriov_enable_fndecl_57353 ixgbe_pci_sriov_enable fndecl 2 57353 NULL
++enable_so_lbs_debugfs_write_fndecl_57358 lbs_debugfs_write fndecl 3 57358 NULL
++enable_so_usFirmwareUseInKb__ATOM_FIRMWARE_VRAM_RESERVE_INFO_57360 usFirmwareUseInKb _ATOM_FIRMWARE_VRAM_RESERVE_INFO 0 57360 NULL
++enable_so_nfs_create_request_fndecl_57363 nfs_create_request fndecl 5-4 57363 NULL
++enable_so_au_sd_ssr_57367 au sd_ssr 0 57367 NULL
++enable_so_dqi_giblk_ocfs2_mem_dqinfo_57374 dqi_giblk ocfs2_mem_dqinfo 0 57374 NULL
++enable_so_rcount_slip_57376 rcount slip 0 57376 NULL
++enable_so_len_nfs4_string_57378 len nfs4_string 0 57378 NULL
++enable_so_kfd_pasid_alloc_fndecl_57381 kfd_pasid_alloc fndecl 0 57381 NULL
++enable_so_print_filtered_fndecl_57385 print_filtered fndecl 0-2 57385 NULL
++enable_so_ext3_direct_IO_fndecl_57388 ext3_direct_IO fndecl 3 57388 NULL
++enable_so_div64_u64_rem_fndecl_57393 div64_u64_rem fndecl 0 57393 NULL
++enable_so_uhid_event_from_user_fndecl_57394 uhid_event_from_user fndecl 2 57394 NULL
++enable_so_ocfs2_reflink_xattr_bucket_fndecl_57395 ocfs2_reflink_xattr_bucket fndecl 2-6-3 57395 NULL
++enable_so_radeon_audio_acr_fndecl_57396 radeon_audio_acr fndecl 1 57396 NULL
++enable_so_kfd_ioctl_fndecl_57397 kfd_ioctl fndecl 2 57397 NULL
++enable_so_get_next_rmap_item_fndecl_57398 get_next_rmap_item fndecl 3 57398 NULL
++enable_so_nr_cpu_ids_vardecl_57399 nr_cpu_ids vardecl 0 57399 NULL
++enable_so_nfs4_alloc_pages_fndecl_57401 nfs4_alloc_pages fndecl 1 57401 NULL
++enable_so_copy_page_from_iter_iovec_fndecl_57409 copy_page_from_iter_iovec fndecl 3 57409 NULL
++enable_so__iwl_dbgfs_bt_tx_prio_write_fndecl_57418 _iwl_dbgfs_bt_tx_prio_write fndecl 3 57418 NULL
++enable_so_numbered_hid_report_enum_57419 numbered hid_report_enum 0 57419 NULL
++enable_so_blkdev_get_block_fndecl_57432 blkdev_get_block fndecl 2 57432 NULL
++enable_so_send_control_msg_fndecl_57441 send_control_msg fndecl 6 57441 NULL
++enable_so_convert_tail_for_hole_fndecl_57444 convert_tail_for_hole fndecl 3 57444 NULL
++enable_so_segsize_loc_dn_scp_57445 segsize_loc dn_scp 0 57445 NULL
++enable_so_dln2_i2c_read_fndecl_57452 dln2_i2c_read fndecl 4 57452 NULL
++enable_so_page_offset_igb_rx_buffer_57453 page_offset igb_rx_buffer 0 57453 NULL
++enable_so_diva_os_copy_to_user_fndecl_57455 diva_os_copy_to_user fndecl 4 57455 NULL
++enable_so_rs_get_tbl_info_from_mcs_fndecl_57461 rs_get_tbl_info_from_mcs fndecl 1 57461 NULL
++enable_so_ib_ipath_lkey_table_size_vardecl_57463 ib_ipath_lkey_table_size vardecl 0 57463 NULL
++enable_so_r8712_usbctrl_vendorreq_fndecl_57466 r8712_usbctrl_vendorreq fndecl 6 57466 NULL
++enable_so_ext3_splice_branch_fndecl_57472 ext3_splice_branch fndecl 6 57472 NULL
++enable_so_drbd_bm_capacity_fndecl_57473 drbd_bm_capacity fndecl 0 57473 NULL
++enable_so_nutrs_ufs_hba_57478 nutrs ufs_hba 0 57478 NULL
++enable_so_data_len_ib_mad_send_buf_57480 data_len ib_mad_send_buf 0 57480 NULL
++enable_so_item_udata_fndecl_57481 item_udata fndecl 0 57481 NULL nohasharray
++enable_so_gfs2_log_get_bio_fndecl_57481 gfs2_log_get_bio fndecl 2 57481 &enable_so_item_udata_fndecl_57481
++enable_so_brcmf_sdio_glom_len_fndecl_57483 brcmf_sdio_glom_len fndecl 0 57483 NULL
++enable_so_mps_l2cap_le_conn_req_57484 mps l2cap_le_conn_req 0 57484 NULL
++enable_so_iwlagn_hwrate_to_mac80211_idx_fndecl_57485 iwlagn_hwrate_to_mac80211_idx fndecl 1 57485 NULL
++enable_so_consume_q_size_vmci_qp_57492 consume_q_size vmci_qp 0 57492 NULL
++enable_so_r8a66597_urb_done_fndecl_57497 r8a66597_urb_done fndecl 3 57497 NULL
++enable_so_usnic_uiom_get_pages_fndecl_57510 usnic_uiom_get_pages fndecl 1 57510 NULL
++enable_so_raid10_size_fndecl_57512 raid10_size fndecl 0-3-2 57512 NULL
++enable_so_s_log_block_size_ext4_super_block_57520 s_log_block_size ext4_super_block 0 57520 NULL nohasharray
++enable_so_efer_vmcb_save_area_57520 efer vmcb_save_area 0 57520 &enable_so_s_log_block_size_ext4_super_block_57520
++enable_so_nvbios_extend_fndecl_57525 nvbios_extend fndecl 2 57525 NULL
++enable_so_temp_begin_applesmc_registers_57532 temp_begin applesmc_registers 0 57532 NULL
++enable_so_height_tw68_dev_57535 height tw68_dev 0 57535 NULL nohasharray
++enable_so_f2fs_direct_IO_fndecl_57535 f2fs_direct_IO fndecl 3 57535 &enable_so_height_tw68_dev_57535
++enable_so_diFindFree_fndecl_57537 diFindFree fndecl 0-2 57537 NULL
++enable_so_trimmed_cp_control_57542 trimmed cp_control 0 57542 NULL
++enable_so_i_file_sec_hpfs_inode_info_57545 i_file_sec hpfs_inode_info 0 57545 NULL
++enable_so_ext4_ind_direct_IO_fndecl_57548 ext4_ind_direct_IO fndecl 3 57548 NULL nohasharray
++enable_so_is_zd1211b_zd_usb_57548 is_zd1211b zd_usb 0 57548 &enable_so_ext4_ind_direct_IO_fndecl_57548
++enable_so_nvif_notify_init_fndecl_57553 nvif_notify_init fndecl 8-7 57553 NULL
++enable_so_ocfs2_increase_refcount_fndecl_57564 ocfs2_increase_refcount fndecl 5-4 57564 NULL
++enable_so_offset_mtd_part_57572 offset mtd_part 0 57572 NULL
++enable_so_i40e_receive_skb_fndecl_57575 i40e_receive_skb fndecl 3 57575 NULL nohasharray
++enable_so_pvr2_ctrl_get_max_fndecl_57575 pvr2_ctrl_get_max fndecl 0 57575 &enable_so_i40e_receive_skb_fndecl_57575
++enable_so_blkstol2_fndecl_57577 blkstol2 fndecl 0 57577 NULL
++enable_so_data_dot_offset_xfs_dir_ops_57591 data_dot_offset xfs_dir_ops 0 57591 NULL
++enable_so_usCRTC_V_Disp__ATOM_MODE_TIMING_57594 usCRTC_V_Disp _ATOM_MODE_TIMING 0 57594 NULL
++enable_so_update_regset_xstate_info_fndecl_57602 update_regset_xstate_info fndecl 1 57602 NULL nohasharray
++enable_so_dn_fib_count_nhs_fndecl_57602 dn_fib_count_nhs fndecl 0 57602 &enable_so_update_regset_xstate_info_fndecl_57602
++enable_so_sc_pwd_len_wl18xx_event_mailbox_57604 sc_pwd_len wl18xx_event_mailbox 0 57604 NULL
++enable_so_get_cur_inode_state_fndecl_57606 get_cur_inode_state fndecl 2 57606 NULL
++enable_so___tcp_push_pending_frames_fndecl_57607 __tcp_push_pending_frames fndecl 2 57607 NULL
++enable_so__add_to_r4w_fndecl_57611 _add_to_r4w fndecl 4 57611 NULL nohasharray
++enable_so_reg_readw_hda_controller_ops_57611 reg_readw hda_controller_ops 0 57611 &enable_so__add_to_r4w_fndecl_57611
++enable_so_wWidth_uvc_frame_57615 wWidth uvc_frame 0 57615 NULL
++enable_so_vmw_framebuffer_surface_dirty_fndecl_57623 vmw_framebuffer_surface_dirty fndecl 6 57623 NULL
++enable_so_ieee80211_mesh_rx_probe_req_fndecl_57630 ieee80211_mesh_rx_probe_req fndecl 3 57630 NULL
++enable_so_node_ino_f2fs_super_block_57645 node_ino f2fs_super_block 0 57645 NULL
++enable_so_num_stripes_btrfs_bio_57647 num_stripes btrfs_bio 0 57647 NULL
++enable_so_ctl_out_pipe_brcmf_usbdev_info_57648 ctl_out_pipe brcmf_usbdev_info 0 57648 NULL nohasharray
++enable_so_c4iw_id_table_alloc_fndecl_57648 c4iw_id_table_alloc fndecl 3 57648 &enable_so_ctl_out_pipe_brcmf_usbdev_info_57648
++enable_so_ql2xmaxqueues_vardecl_57653 ql2xmaxqueues vardecl 0 57653 NULL
++enable_so_bnx2x_gunzip_fndecl_57655 bnx2x_gunzip fndecl 3 57655 NULL
++enable_so_fuse_request_init_fndecl_57656 fuse_request_init fndecl 4 57656 NULL
++enable_so_rbd_obj_method_sync_fndecl_57657 rbd_obj_method_sync fndecl 8 57657 NULL
++enable_so_len_pn533_poll_modulations_57671 len pn533_poll_modulations 0 57671 NULL
++enable_so_xfs_dir3_data_readahead_fndecl_57683 xfs_dir3_data_readahead fndecl 2 57683 NULL
++enable_so_data_dma_kbtab_57688 data_dma kbtab 0 57688 NULL
++enable_so_cfg80211_process_deauth_fndecl_57691 cfg80211_process_deauth fndecl 3 57691 NULL
++enable_so_conflen_gss_krb5_enctype_57693 conflen gss_krb5_enctype 0 57693 NULL nohasharray
++enable_so_phys_base_ptr_vbe_mode_ib_57693 phys_base_ptr vbe_mode_ib 0 57693 &enable_so_conflen_gss_krb5_enctype_57693
++enable_so_residual_datacnt_initiator_status_57708 residual_datacnt initiator_status 0 57708 NULL
++enable_so_uv_blade_nr_possible_cpus_fndecl_57713 uv_blade_nr_possible_cpus fndecl 0 57713 NULL
++enable_so_de_size_fndecl_57715 de_size fndecl 1-0 57715 NULL
++enable_so_ttm_bo_create_fndecl_57717 ttm_bo_create fndecl 2 57717 NULL
++enable_so_nilfs_readpages_fndecl_57718 nilfs_readpages fndecl 4 57718 NULL
++enable_so_partition_sched_domains_fndecl_57727 partition_sched_domains fndecl 1 57727 NULL
++enable_so_max_devs_vardecl_aic94xx_hwi_c_57731 max_devs vardecl_aic94xx_hwi.c 0 57731 NULL
++enable_so_failure_frame_iwl_mvm_tx_resp_57736 failure_frame iwl_mvm_tx_resp 0 57736 NULL nohasharray
++enable_so_opts1_cp_desc_57736 opts1 cp_desc 0 57736 &enable_so_failure_frame_iwl_mvm_tx_resp_57736
++enable_so_prepare_message_spi_master_57743 prepare_message spi_master 0 57743 NULL nohasharray
++enable_so_used_ebs_ubi_ainf_volume_57743 used_ebs ubi_ainf_volume 0 57743 &enable_so_prepare_message_spi_master_57743
++enable_so_batadv_socket_read_fndecl_57746 batadv_socket_read fndecl 3 57746 NULL
++enable_so_res_hor_val_pvr2_hdw_57754 res_hor_val pvr2_hdw 0 57754 NULL nohasharray
++enable_so_mdts_nvme_id_ctrl_57754 mdts nvme_id_ctrl 0 57754 &enable_so_res_hor_val_pvr2_hdw_57754
++enable_so_cache_write_pipefs_fndecl_57757 cache_write_pipefs fndecl 3 57757 NULL
++enable_so_kernel_sendmsg_fndecl_57763 kernel_sendmsg fndecl 0 57763 NULL
++enable_so_numEntries__ATOM_PPLIB_ACPClk_Voltage_Limit_Table_57767 numEntries _ATOM_PPLIB_ACPClk_Voltage_Limit_Table 0 57767 NULL
++enable_so_MaxDevHandle_mpt2sas_facts_57768 MaxDevHandle mpt2sas_facts 0 57768 NULL
++enable_so_send_set_info_fndecl_57779 send_set_info fndecl 7 57779 NULL
++enable_so_end_numa_memblk_57780 end numa_memblk 0 57780 NULL nohasharray
++enable_so_height_fb_copyarea_57780 height fb_copyarea 0 57780 &enable_so_end_numa_memblk_57780
++enable_so_fp_array_size_bnx2x_57781 fp_array_size bnx2x 0 57781 NULL
++enable_so_mp_rx_agg_buf_size_sdio_mmc_card_57794 mp_rx_agg_buf_size sdio_mmc_card 0 57794 NULL
++enable_so_spk_xe_vardecl_57804 spk_xe vardecl 0 57804 NULL
++enable_so_ioc_count_obd_ioctl_data_57830 ioc_count obd_ioctl_data 0 57830 NULL
++enable_so_vxfs_bmap_ext4_fndecl_57831 vxfs_bmap_ext4 fndecl 0-2 57831 NULL
++enable_so___pn533_send_frame_async_fndecl_57850 __pn533_send_frame_async fndecl 4 57850 NULL nohasharray
++enable_so_i_pos_hi_fat_fid_57850 i_pos_hi fat_fid 0 57850 &enable_so___pn533_send_frame_async_fndecl_57850
++enable_so_vd_dsr_au_count_gru_vma_data_57855 vd_dsr_au_count gru_vma_data 0 57855 NULL
++enable_so_nilfs_resize_fs_fndecl_57861 nilfs_resize_fs fndecl 2 57861 NULL
++enable_so_len_splice_desc_57862 len splice_desc 0 57862 NULL
++enable_so__usbctrl_vendorreq_async_write_fndecl_57866 _usbctrl_vendorreq_async_write fndecl 6 57866 NULL
++enable_so_bg_block_bitmap_lo_ext4_group_desc_57870 bg_block_bitmap_lo ext4_group_desc 0 57870 NULL
++enable_so_mac_drv_rx_init_fndecl_57873 mac_drv_rx_init fndecl 2 57873 NULL nohasharray
++enable_so_joydev_handle_JSIOCSAXMAP_fndecl_57873 joydev_handle_JSIOCSAXMAP fndecl 3 57873 &enable_so_mac_drv_rx_init_fndecl_57873
++enable_so_length_ib_umad_packet_57875 length ib_umad_packet 0 57875 NULL nohasharray
++enable_so_init_pci_serial_quirk_57875 init pci_serial_quirk 0 57875 &enable_so_length_ib_umad_packet_57875
++enable_so_xdi_copy_to_user_fndecl_57879 xdi_copy_to_user fndecl 4 57879 NULL
++enable_so_wpa_local_info_57892 wpa local_info 0 57892 NULL
++enable_so_fat_sectors_fat_bios_param_block_57917 fat_sectors fat_bios_param_block 0 57917 NULL
++enable_so_vma_merge_fndecl_57925 vma_merge fndecl 4-3 57925 NULL
++enable_so_MaxXmitDataSegmentLength_iscsi_conn_ops_57926 MaxXmitDataSegmentLength iscsi_conn_ops 0 57926 NULL
++enable_so_radeon_audio_update_acr_fndecl_57929 radeon_audio_update_acr fndecl 2 57929 NULL
++enable_so__alloc_set_attr_list_fndecl_57932 _alloc_set_attr_list fndecl 4 57932 NULL
++enable_so_nand_ecc_test_run_fndecl_57941 nand_ecc_test_run fndecl 1 57941 NULL
++enable_so_vmci_handle_arr_create_fndecl_57944 vmci_handle_arr_create fndecl 1 57944 NULL
++enable_so_eeprom_size_rt2x00_ops_57953 eeprom_size rt2x00_ops 0 57953 NULL
++enable_so_logical_block_count_msb_data_57955 logical_block_count msb_data 0 57955 NULL
++enable_so_vapic_addr_kvm_vapic_addr_57958 vapic_addr kvm_vapic_addr 0 57958 NULL
++enable_so_ticket_len_rxkad_response_57960 ticket_len rxkad_response 0 57960 NULL nohasharray
++enable_so_null_alloc_rs_fndecl_57960 null_alloc_rs fndecl 2 57960 &enable_so_ticket_len_rxkad_response_57960
++enable_so_mei_cl_alloc_cb_fndecl_57971 mei_cl_alloc_cb fndecl 2 57971 NULL
++enable_so_sel_write_enforce_fndecl_57973 sel_write_enforce fndecl 3 57973 NULL
++enable_so_hpfs_map_anode_fndecl_57993 hpfs_map_anode fndecl 2 57993 NULL
++enable_so_faultin_page_fndecl_57994 faultin_page fndecl 3 57994 NULL
++enable_so_iopm_base_pa_vmcb_control_area_57998 iopm_base_pa vmcb_control_area 0 57998 NULL
++enable_so_transient_status_fndecl_58000 transient_status fndecl 4 58000 NULL
++enable_so_SSIDlen_StatusRid_58002 SSIDlen StatusRid 0 58002 NULL
++enable_so_set_alt_usb_function_58003 set_alt usb_function 0 58003 NULL
++enable_so_max_master_fs_adau1977_58013 max_master_fs adau1977 0 58013 NULL nohasharray
++enable_so_ipath_reg_user_mr_fndecl_58013 ipath_reg_user_mr fndecl 2 58013 &enable_so_max_master_fs_adau1977_58013
++enable_so_atl2_change_mtu_fndecl_58020 atl2_change_mtu fndecl 2 58020 NULL
++enable_so_xdr_buf_subsegment_fndecl_58027 xdr_buf_subsegment fndecl 4-3 58027 NULL
++enable_so_xfs_extent_busy_reuse_fndecl_58034 xfs_extent_busy_reuse fndecl 4-3 58034 NULL
++enable_so_rindex_sc18is602_58043 rindex sc18is602 0 58043 NULL nohasharray
++enable_so_rtw_check_beacon_data23a_fndecl_58043 rtw_check_beacon_data23a fndecl 3 58043 &enable_so_rindex_sc18is602_58043
++enable_so_num_sqsets_csio_hw_58048 num_sqsets csio_hw 0 58048 NULL
++enable_so_offset_m48t59_plat_data_58063 offset m48t59_plat_data 0 58063 NULL nohasharray
++enable_so_wpa_ie_len_hostap_bss_info_58063 wpa_ie_len hostap_bss_info 0 58063 &enable_so_offset_m48t59_plat_data_58063
++enable_so_deflate_decompress_fndecl_58064 deflate_decompress fndecl 3 58064 NULL
++enable_so_scsi_register_fndecl_58069 scsi_register fndecl 2 58069 NULL
++enable_so_max_fast_reg_page_list_len_ib_device_attr_58072 max_fast_reg_page_list_len ib_device_attr 0 58072 NULL
++enable_so_paging64_walk_addr_nested_fndecl_58079 paging64_walk_addr_nested fndecl 3-4 58079 NULL
++enable_so_qib_user_sdma_pin_pages_fndecl_58083 qib_user_sdma_pin_pages fndecl 5-4 58083 NULL nohasharray
++enable_so_pt_read_fndecl_58083 pt_read fndecl 3 58083 &enable_so_qib_user_sdma_pin_pages_fndecl_58083 nohasharray
++enable_so_netxen_setup_msi_interrupts_fndecl_58083 netxen_setup_msi_interrupts fndecl 2 58083 &enable_so_pt_read_fndecl_58083
++enable_so_buffer_count_drm_i915_gem_execbuffer2_58084 buffer_count drm_i915_gem_execbuffer2 0 58084 NULL
++enable_so_next_bofs_irlap_cb_58088 next_bofs irlap_cb 0 58088 NULL
++enable_so_chipsize_onenand_chip_58089 chipsize onenand_chip 0 58089 NULL
++enable_so_p9_client_zc_rpc_fndecl_58092 p9_client_zc_rpc fndecl 7 58092 NULL nohasharray
++enable_so_atyfb_setup_generic_fndecl_58092 atyfb_setup_generic fndecl 3 58092 &enable_so_p9_client_zc_rpc_fndecl_58092
++enable_so_done_scsi_driver_58095 done scsi_driver 0 58095 NULL
++enable_so_ll_max_cached_mb_seq_write_fndecl_58097 ll_max_cached_mb_seq_write fndecl 3 58097 NULL
++enable_so_button_num_ad714x_platform_data_58098 button_num ad714x_platform_data 0 58098 NULL
++enable_so_head_p9_rdir_58110 head p9_rdir 0 58110 NULL
++enable_so_usb_stor_ctrl_transfer_fndecl_58117 usb_stor_ctrl_transfer fndecl 8-2 58117 NULL
++enable_so_dvb_buf_tscnt_vardecl_cx88_dvb_c_58119 dvb_buf_tscnt vardecl_cx88-dvb.c 0 58119 NULL
++enable_so_next_rs_il_rate_info_58123 next_rs il_rate_info 0 58123 NULL
++enable_so_sys_setgroups_fndecl_58127 sys_setgroups fndecl 1 58127 NULL nohasharray
++enable_so_sm501_create_subdev_fndecl_58127 sm501_create_subdev fndecl 4-3 58127 &enable_so_sys_setgroups_fndecl_58127 nohasharray
++enable_so_mlx4_en_hwtstamp_set_fndecl_58127 mlx4_en_hwtstamp_set fndecl 0 58127 &enable_so_sm501_create_subdev_fndecl_58127
++enable_so_bufsize_vardecl_subpagetest_c_58128 bufsize vardecl_subpagetest.c 0 58128 NULL
++enable_so_l_pn_lbuf_58130 l_pn lbuf 0 58130 NULL nohasharray
++enable_so_do_ip_vs_set_ctl_fndecl_58130 do_ip_vs_set_ctl fndecl 4 58130 &enable_so_l_pn_lbuf_58130
++enable_so_n_bitrates_ieee80211_supported_band_58136 n_bitrates ieee80211_supported_band 0 58136 NULL nohasharray
++enable_so_ll_rw_extents_stats_pp_seq_write_fndecl_58136 ll_rw_extents_stats_pp_seq_write fndecl 3 58136 &enable_so_n_bitrates_ieee80211_supported_band_58136
++enable_so_packet_recvmsg_fndecl_58143 packet_recvmsg fndecl 3 58143 NULL
++enable_so_hr_block_bytes_o2hb_region_58145 hr_block_bytes o2hb_region 0 58145 NULL
++enable_so_nroutes_mc5_params_58146 nroutes mc5_params 0 58146 NULL
++enable_so___record_changed_deleted_ref_fndecl_58150 __record_changed_deleted_ref fndecl 2 58150 NULL
++enable_so_i_clusters_ocfs2_dinode_58151 i_clusters ocfs2_dinode 0 58151 NULL
++enable_so_altera_drscan_fndecl_58153 altera_drscan fndecl 2 58153 NULL
++enable_so_rx_status_rx_desc_58154 rx_status rx_desc 0 58154 NULL
++enable_so_size_drm_i915_gem_pwrite_58161 size drm_i915_gem_pwrite 0 58161 NULL
++enable_so_bnad_cq_setup_skb_frags_fndecl_58177 bnad_cq_setup_skb_frags fndecl 5 58177 NULL
++enable_so_num_clips_drm_vmw_present_readback_arg_58182 num_clips drm_vmw_present_readback_arg 0 58182 NULL
++enable_so_total_num_uuars_mlx5_ib_alloc_ucontext_req_v2_58191 total_num_uuars mlx5_ib_alloc_ucontext_req_v2 0 58191 NULL
++enable_so_kvm_set_irq_routing_fndecl_58195 kvm_set_irq_routing fndecl 3 58195 NULL
++enable_so_npages_ttm_page_pool_58200 npages ttm_page_pool 0 58200 NULL
++enable_so_lpfc_idiag_drbacc_write_fndecl_58203 lpfc_idiag_drbacc_write fndecl 3 58203 NULL
++enable_so_SyS_lgetxattr_fndecl_58204 SyS_lgetxattr fndecl 4 58204 NULL
++enable_so_rx_pipe_at76_priv_58217 rx_pipe at76_priv 0 58217 NULL
++enable_so_xfs_attr_set_fndecl_58225 xfs_attr_set fndecl 4 58225 NULL
++enable_so_ubifs_jnl_write_data_fndecl_58229 ubifs_jnl_write_data fndecl 5 58229 NULL
++enable_so_ath6kl_usb_bmi_read_fndecl_58234 ath6kl_usb_bmi_read fndecl 3 58234 NULL
++enable_so_len_on_bd_bnx2x_agg_info_58236 len_on_bd bnx2x_agg_info 0 58236 NULL
++enable_so_i915_displayport_test_active_write_fndecl_58241 i915_displayport_test_active_write fndecl 3 58241 NULL
++enable_so_num_rx_queues_fm10k_intfc_58243 num_rx_queues fm10k_intfc 0 58243 NULL
++enable_so_font_backup_height_sisusb_usb_data_58247 font_backup_height sisusb_usb_data 0 58247 NULL
++enable_so_ies_len_cfg80211_ft_event_params_58259 ies_len cfg80211_ft_event_params 0 58259 NULL
++enable_so_l2cap_segment_sdu_fndecl_58263 l2cap_segment_sdu fndecl 4 58263 NULL
++enable_so_file_size_fnode_58268 file_size fnode 0 58268 NULL
++enable_so_em28xx_set_video_format_fndecl_58273 em28xx_set_video_format fndecl 3-4 58273 NULL
++enable_so_tcp_push_one_fndecl_58275 tcp_push_one fndecl 2 58275 NULL nohasharray
++enable_so_pages_in_block_msb_data_58275 pages_in_block msb_data 0 58275 &enable_so_tcp_push_one_fndecl_58275
++enable_so_unique_len_drm_unique_58288 unique_len drm_unique 0 58288 NULL
++enable_so_adfs_map_lookup_fndecl_58299 adfs_map_lookup fndecl 3 58299 NULL
++enable_so_y2_drm_clip_rect_58302 y2 drm_clip_rect 0 58302 NULL
++enable_so_buffer_size_snd_pcm_runtime_58304 buffer_size snd_pcm_runtime 0 58304 NULL
++enable_so_CountHigh_smb_com_write_rsp_58306 CountHigh smb_com_write_rsp 0 58306 NULL
++enable_so_memblock_alloc_range_fndecl_58316 memblock_alloc_range fndecl 2-1 58316 NULL
++enable_so_adau1977_set_tdm_slot_fndecl_58318 adau1977_set_tdm_slot fndecl 4-5 58318 NULL
++enable_so_vc_do_resize_fndecl_58329 vc_do_resize fndecl 4-3 58329 NULL
++enable_so_nlmon_change_mtu_fndecl_58340 nlmon_change_mtu fndecl 2 58340 NULL nohasharray
++enable_so_start_crypt_config_58340 start crypt_config 0 58340 &enable_so_nlmon_change_mtu_fndecl_58340
++enable_so_s2io_change_mtu_fndecl_58344 s2io_change_mtu fndecl 2 58344 NULL
++enable_so_ext2_alloc_branch_fndecl_58346 ext2_alloc_branch fndecl 4 58346 NULL
++enable_so_actions_len_sw_flow_actions_58353 actions_len sw_flow_actions 0 58353 NULL
++enable_so_viafb_dvp1_proc_write_fndecl_58355 viafb_dvp1_proc_write fndecl 3 58355 NULL
++enable_so_xgmac_change_mtu_fndecl_58357 xgmac_change_mtu fndecl 2 58357 NULL
++enable_so___ffs_ep0_read_events_fndecl_58359 __ffs_ep0_read_events fndecl 3 58359 NULL
++enable_so_length_qib_swqe_58364 length qib_swqe 0 58364 NULL
++enable_so_tun_recvmsg_fndecl_58372 tun_recvmsg fndecl 3 58372 NULL
++enable_so_ingr_start_sge_58376 ingr_start sge 0 58376 NULL
++enable_so_x86_get_mtrr_mem_range_fndecl_58379 x86_get_mtrr_mem_range fndecl 3 58379 NULL
++enable_so_window_vardecl_tcp_cdg_c_58396 window vardecl_tcp_cdg.c 0 58396 NULL
++enable_so_lbs_wrrf_write_fndecl_58409 lbs_wrrf_write fndecl 3 58409 NULL
++enable_so_remove_raw_fndecl_58413 remove_raw fndecl 4 58413 NULL
++enable_so_vzalloc_fndecl_58414 vzalloc fndecl 1 58414 NULL nohasharray
++enable_so_offset_snd_util_memblk_58414 offset snd_util_memblk 0 58414 &enable_so_vzalloc_fndecl_58414 nohasharray
++enable_so_bufsize_vardecl_tcp_probe_c_58414 bufsize vardecl_tcp_probe.c 0 58414 &enable_so_offset_snd_util_memblk_58414
++enable_so_rt2x00lib_rate_fndecl_58416 rt2x00lib_rate fndecl 2 58416 NULL
++enable_so_channels__isdn_driver_58419 channels _isdn_driver 0 58419 NULL
++enable_so_gfn_to_pfn_prot_fndecl_58421 gfn_to_pfn_prot fndecl 2 58421 NULL
++enable_so_lbs_wrmac_write_fndecl_58427 lbs_wrmac_write fndecl 3 58427 NULL
++enable_so_sys32_ftruncate64_fndecl_58429 sys32_ftruncate64 fndecl 2-3 58429 NULL
++enable_so_SiS_GetReg_fndecl_58436 SiS_GetReg fndecl 0 58436 NULL
++enable_so_deflate_compress_fndecl_58438 deflate_compress fndecl 3 58438 NULL nohasharray
++enable_so_rd_in_oz_serial_ctx_58438 rd_in oz_serial_ctx 0 58438 &enable_so_deflate_compress_fndecl_58438
++enable_so_environ_read_fndecl_58440 environ_read fndecl 3 58440 NULL
++enable_so_read32_b43_bus_dev_58444 read32 b43_bus_dev 0 58444 NULL
++enable_so_len_ethtool_test_58446 len ethtool_test 0 58446 NULL nohasharray
++enable_so_num_vhost_virtqueue_58446 num vhost_virtqueue 0 58446 &enable_so_len_ethtool_test_58446
++enable_so_set_cpu_key_k_offset_fndecl_58447 set_cpu_key_k_offset fndecl 2 58447 NULL
++enable_so_fwlen_mpt_fw_xfer32_58453 fwlen mpt_fw_xfer32 0 58453 NULL
++enable_so_di_anextents_xfs_icdinode_58455 di_anextents xfs_icdinode 0 58455 NULL
++enable_so_caif_seqpkt_sendmsg_fndecl_58458 caif_seqpkt_sendmsg fndecl 3 58458 NULL
++enable_so_epp_read_addr_parport_operations_58468 epp_read_addr parport_operations 0 58468 NULL
++enable_so_ebcnt_vardecl_torturetest_c_58475 ebcnt vardecl_torturetest.c 0 58475 NULL
++enable_so_newpart_fndecl_58478 newpart fndecl 6-4 58478 NULL
++enable_so_nbchan_capidrv_contr_58481 nbchan capidrv_contr 0 58481 NULL
++enable_so_highest_ino_jffs2_sb_info_58485 highest_ino jffs2_sb_info 0 58485 NULL
++enable_so_C_SYSC_set_mempolicy_fndecl_58489 C_SYSC_set_mempolicy fndecl 3 58489 NULL
++enable_so_try_lock_extent_fndecl_58490 try_lock_extent fndecl 3-2 58490 NULL nohasharray
++enable_so_r2tq_size_cnic_local_58490 r2tq_size cnic_local 0 58490 &enable_so_try_lock_extent_fndecl_58490
++enable_so_lprocfs_fid_write_common_fndecl_58492 lprocfs_fid_write_common fndecl 2 58492 NULL
++enable_so_set_console_size_fndecl_58495 set_console_size fndecl 2-3 58495 NULL
++enable_so_unlink_simple_fndecl_58497 unlink_simple fndecl 3-2 58497 NULL
++enable_so_alloc_arraycache_fndecl_58498 alloc_arraycache fndecl 2 58498 NULL
++enable_so_pstore_decompress_fndecl_58501 pstore_decompress fndecl 3-4 58501 NULL
++enable_so_max_segment_size_device_dma_parameters_58507 max_segment_size device_dma_parameters 0 58507 NULL nohasharray
++enable_so_ufs_inode_getblock_fndecl_58507 ufs_inode_getblock fndecl 4-3 58507 &enable_so_max_segment_size_device_dma_parameters_58507
++enable_so_mcp23s17_read_regs_fndecl_58512 mcp23s17_read_regs fndecl 4 58512 NULL nohasharray
++enable_so_phys_in_snd_efw_58512 phys_in snd_efw 0 58512 &enable_so_mcp23s17_read_regs_fndecl_58512
++enable_so_pixel_stride_ivtv_osd_coords_58513 pixel_stride ivtv_osd_coords 0 58513 NULL
++enable_so_pmsg_size_ramoops_platform_data_58514 pmsg_size ramoops_platform_data 0 58514 NULL
++enable_so___frontswap_curr_pages_fndecl_58517 __frontswap_curr_pages fndecl 0 58517 NULL nohasharray
++enable_so_core_sys_select_fndecl_58517 core_sys_select fndecl 1 58517 &enable_so___frontswap_curr_pages_fndecl_58517
++enable_so_root_objectid_btrfs_fid_58520 root_objectid btrfs_fid 0 58520 NULL
++enable_so_ieee80211_if_fmt_min_discovery_timeout_fndecl_58528 ieee80211_if_fmt_min_discovery_timeout fndecl 3 58528 NULL
++enable_so_ept_invlpg_fndecl_58529 ept_invlpg fndecl 2 58529 NULL
++enable_so_drbg_statelen_fndecl_58540 drbg_statelen fndecl 0 58540 NULL
++enable_so_populate_vma_page_range_fndecl_58544 populate_vma_page_range fndecl 2-0 58544 NULL
++enable_so_size_vram_area_58552 size vram_area 0 58552 NULL
++enable_so_vscnprintf_fndecl_58558 vscnprintf fndecl 0-2 58558 NULL nohasharray
++enable_so_xfs_inobt_insert_fndecl_58558 xfs_inobt_insert fndecl 4 58558 &enable_so_vscnprintf_fndecl_58558
++enable_so_read_ldt_fndecl_58561 read_ldt fndecl 2 58561 NULL
++enable_so___inode_sub_bytes_fndecl_58562 __inode_sub_bytes fndecl 2 58562 NULL
++enable_so___napi_alloc_frag_fndecl_58577 __napi_alloc_frag fndecl 1 58577 NULL
++enable_so_cur_ino_send_ctx_58589 cur_ino send_ctx 0 58589 NULL
++enable_so_sysctl_tcp_reordering_vardecl_58592 sysctl_tcp_reordering vardecl 0 58592 NULL
++enable_so_ext4_kvzalloc_fndecl_58598 ext4_kvzalloc fndecl 1 58598 NULL
++enable_so_aoe_maxsectors_vardecl_aoeblk_c_58600 aoe_maxsectors vardecl_aoeblk.c 0 58600 NULL
++enable_so_parent_root_btrfs_ioctl_send_args_58602 parent_root btrfs_ioctl_send_args 0 58602 NULL
++enable_so_sctp_ssnmap_new_fndecl_58603 sctp_ssnmap_new fndecl 2-1 58603 NULL
++enable_so_cache_read_pipefs_fndecl_58604 cache_read_pipefs fndecl 3 58604 NULL
++enable_so_rd_count_ring_descr_hw_58616 rd_count ring_descr_hw 0 58616 NULL
++enable_so_mousedev_read_fndecl_58624 mousedev_read fndecl 3 58624 NULL
++enable_so_ablkcipher_done_slow_fndecl_58626 ablkcipher_done_slow fndecl 2-0 58626 NULL
++enable_so___erst_write_to_storage_fndecl_58627 __erst_write_to_storage fndecl 1 58627 NULL
++enable_so_epp_pages_short_ptlrpc_enc_page_pool_58628 epp_pages_short ptlrpc_enc_page_pool 0 58628 NULL
++enable_so_dccps_gss_dccp_sock_58634 dccps_gss dccp_sock 0 58634 NULL
++enable_so_ext4_ext_handle_unwritten_extents_fndecl_58636 ext4_ext_handle_unwritten_extents fndecl 7-6 58636 NULL nohasharray
++enable_so_layout_mdu_array_info_s_58636 layout mdu_array_info_s 0 58636 &enable_so_ext4_ext_handle_unwritten_extents_fndecl_58636
++enable_so_dma_rx_buf_bus_lpuart_port_58644 dma_rx_buf_bus lpuart_port 0 58644 NULL
++enable_so_report_id_hid_global_58647 report_id hid_global 0 58647 NULL
++enable_so_page10_len_ses_device_58648 page10_len ses_device 0 58648 NULL
++enable_so_hactive_lo_lvds_dvo_timing_58654 hactive_lo lvds_dvo_timing 0 58654 NULL
++enable_so_ap_update_sta_tx_rate_fndecl_58655 ap_update_sta_tx_rate fndecl 0 58655 NULL
++enable_so_mwifiex_alloc_dma_align_buf_fndecl_58656 mwifiex_alloc_dma_align_buf fndecl 1 58656 NULL
++enable_so_assert_exp_addr_sdpcm_shared_58658 assert_exp_addr sdpcm_shared 0 58658 NULL
++enable_so_mxms_headerlen_fndecl_58666 mxms_headerlen fndecl 0 58666 NULL
++enable_so_max_key_len_hfs_btree_58671 max_key_len hfs_btree 0 58671 NULL
++enable_so_sb_inopblog_xfs_sb_58672 sb_inopblog xfs_sb 0 58672 NULL
++enable_so_ses_recv_diag_fndecl_58676 ses_recv_diag fndecl 4 58676 NULL nohasharray
++enable_so_acpi_ut_initialize_buffer_fndecl_58676 acpi_ut_initialize_buffer fndecl 2 58676 &enable_so_ses_recv_diag_fndecl_58676
++enable_so_s_partition_size_affs_sb_info_58677 s_partition_size affs_sb_info 0 58677 NULL
++enable_so_pixclock_fb_videomode_58678 pixclock fb_videomode 0 58678 NULL
++enable_so_ramoops_ftrace_size_vardecl_ram_c_58686 ramoops_ftrace_size vardecl_ram.c 0 58686 NULL
++enable_so_max_response_len_sg_io_v4_58687 max_response_len sg_io_v4 0 58687 NULL
++enable_so_root_ino_f2fs_super_block_58700 root_ino f2fs_super_block 0 58700 NULL
++enable_so_bus_address_drm_buf_58716 bus_address drm_buf 0 58716 NULL
++enable_so_fw_emem_len_rt_firmware_58718 fw_emem_len rt_firmware 0 58718 NULL nohasharray
++enable_so_btrfs_del_inode_ref_fndecl_58718 btrfs_del_inode_ref fndecl 4-6-5 58718 &enable_so_fw_emem_len_rt_firmware_58718 nohasharray
++enable_so_svc_pool_map_alloc_arrays_fndecl_58718 svc_pool_map_alloc_arrays fndecl 2 58718 &enable_so_btrfs_del_inode_ref_fndecl_58718
++enable_so_btrfs_free_dev_extent_fndecl_58722 btrfs_free_dev_extent fndecl 3 58722 NULL
++enable_so_radio_freq_bttv_58729 radio_freq bttv 0 58729 NULL
++enable_so_status_dm_dirty_log_type_58731 status dm_dirty_log_type 0 58731 NULL
++enable_so_valid_chaoskey_58736 valid chaoskey 0 58736 NULL
++enable_so_Residue_bulk_cs_wrap_58746 Residue bulk_cs_wrap 0 58746 NULL
++enable_so_skb_copy_datagram_from_iter_fndecl_58758 skb_copy_datagram_from_iter fndecl 4-2 58758 NULL
++enable_so_ocfs2_xattr_free_block_fndecl_58767 ocfs2_xattr_free_block fndecl 2 58767 NULL
++enable_so_snd_ctl_enum_info_fndecl_58778 snd_ctl_enum_info fndecl 2 58778 NULL
++enable_so_bi_bvec_done_bvec_iter_58781 bi_bvec_done bvec_iter 0 58781 NULL nohasharray
++enable_so_ucNumEntries__ATOM_PPLIB_PhaseSheddingLimits_Table_58781 ucNumEntries _ATOM_PPLIB_PhaseSheddingLimits_Table 0 58781 &enable_so_bi_bvec_done_bvec_iter_58781
++enable_so_meta_ino_f2fs_super_block_58785 meta_ino f2fs_super_block 0 58785 NULL nohasharray
++enable_so_off1_xad_58785 off1 xad 0 58785 &enable_so_meta_ino_f2fs_super_block_58785
++enable_so_gfs2_readpages_fndecl_58790 gfs2_readpages fndecl 4 58790 NULL
++enable_so_at24_macc_read_fndecl_58791 at24_macc_read fndecl 4 58791 NULL
++enable_so_vsnprintf_fndecl_58792 vsnprintf fndecl 0 58792 NULL
++enable_so_blkbits_dio_submit_58797 blkbits dio_submit 0 58797 NULL
++enable_so_SYSC_semop_fndecl_58799 SYSC_semop fndecl 3 58799 NULL
++enable_so_wNumRPipes_usb_wa_descriptor_58804 wNumRPipes usb_wa_descriptor 0 58804 NULL
++enable_so_ablkcipher_next_slow_fndecl_58809 ablkcipher_next_slow fndecl 3-4 58809 NULL
++enable_so_snd_pcm_hw_constraint_minmax_fndecl_58816 snd_pcm_hw_constraint_minmax fndecl 4-3 58816 NULL
++enable_so_data_size_iser_page_vec_58817 data_size iser_page_vec 0 58817 NULL
++enable_so_num_counters_op_x86_model_spec_58827 num_counters op_x86_model_spec 0 58827 NULL
++enable_so_set_db_page_mthca_create_cq_58830 set_db_page mthca_create_cq 0 58830 NULL
++enable_so_virtqueue_add_fndecl_58841 virtqueue_add fndecl 3 58841 NULL
++enable_so_nr_scratch_dwc3_58852 nr_scratch dwc3 0 58852 NULL
++enable_so_ms_lib_read_extrablock_fndecl_58857 ms_lib_read_extrablock fndecl 4 58857 NULL
++enable_so_exofs_iget_fndecl_58862 exofs_iget fndecl 2 58862 NULL
++enable_so_uvc_ctrl_add_info_fndecl_58870 uvc_ctrl_add_info fndecl 0 58870 NULL
++enable_so_hfp_ast_vbios_enhtable_58872 hfp ast_vbios_enhtable 0 58872 NULL
++enable_so_rx_buf_sz_fe_priv_58888 rx_buf_sz fe_priv 0 58888 NULL
++enable_so_max_xfer_nd_cmd_get_config_size_58894 max_xfer nd_cmd_get_config_size 0 58894 NULL
++enable_so_usb_stor_bulk_transfer_sg_fndecl_58896 usb_stor_bulk_transfer_sg fndecl 4-2 58896 NULL
++enable_so_get_next_nat_page_fndecl_58898 get_next_nat_page fndecl 2 58898 NULL nohasharray
++enable_so_v9fs_file_fsync_fndecl_58898 v9fs_file_fsync fndecl 2 58898 &enable_so_get_next_nat_page_fndecl_58898
++enable_so_vhci_read_fndecl_58901 vhci_read fndecl 3 58901 NULL
++enable_so_mwifiex_write_data_sync_fndecl_58903 mwifiex_write_data_sync fndecl 3 58903 NULL nohasharray
++enable_so_xfs_nfs_get_inode_fndecl_58903 xfs_nfs_get_inode fndecl 2 58903 &enable_so_mwifiex_write_data_sync_fndecl_58903
++enable_so_comedi_write_fndecl_58917 comedi_write fndecl 3 58917 NULL
++enable_so_befs_bread_fndecl_58922 befs_bread fndecl 2 58922 NULL
++enable_so_parent_block_isofs_fid_58926 parent_block isofs_fid 0 58926 NULL
++enable_so_fore200e_pca_dma_chunk_alloc_fndecl_58927 fore200e_pca_dma_chunk_alloc fndecl 4-3 58927 NULL
++enable_so_osd_req_read_sg_fndecl_58930 osd_req_read_sg fndecl 5 58930 NULL
++enable_so_send_reply_chunks_fndecl_58933 send_reply_chunks fndecl 0 58933 NULL
++enable_so_mask_tcindex_data_58938 mask tcindex_data 0 58938 NULL
++enable_so_cfs_percpt_alloc_fndecl_58941 cfs_percpt_alloc fndecl 2 58941 NULL
++enable_so_size_drm_nouveau_gem_info_58954 size drm_nouveau_gem_info 0 58954 NULL
++enable_so__ext4_get_block_fndecl_58959 _ext4_get_block fndecl 2 58959 NULL
++enable_so_query_len_tomoyo_query_58960 query_len tomoyo_query 0 58960 NULL
++enable_so_integrity_alg_len_net_conf_58973 integrity_alg_len net_conf 0 58973 NULL
++enable_so_adjust_managed_page_count_fndecl_58974 adjust_managed_page_count fndecl 2 58974 NULL
++enable_so_pglen_nfs4_layoutdriver_data_58977 pglen nfs4_layoutdriver_data 0 58977 NULL
++enable_so_nent_mthca_eq_58979 nent mthca_eq 0 58979 NULL
++enable_so_len_extent_buffer_58980 len extent_buffer 0 58980 NULL nohasharray
++enable_so_ptk_icvlen_iwl_mvm_58980 ptk_icvlen iwl_mvm 0 58980 &enable_so_len_extent_buffer_58980
++enable_so_dbg_port_buf_fndecl_58981 dbg_port_buf fndecl 2 58981 NULL
++enable_so_len_cont_58983 len cont 0 58983 NULL
++enable_so_megasas_mgmt_ioctl_fw_fndecl_58984 megasas_mgmt_ioctl_fw fndecl 0 58984 NULL
++enable_so_ib_umad_write_fndecl_58986 ib_umad_write fndecl 3 58986 NULL
++enable_so___tda18271_write_regs_fndecl_58989 __tda18271_write_regs fndecl 3 58989 NULL nohasharray
++enable_so_index_ldtentry_58989 index ldtentry 0 58989 &enable_so___tda18271_write_regs_fndecl_58989
++enable_so_nfs4_proc_get_acl_fndecl_58998 nfs4_proc_get_acl fndecl 3 58998 NULL
++enable_so_wa_urb_dequeue_fndecl_59008 wa_urb_dequeue fndecl 3 59008 NULL
++enable_so_numextents_efs_inode_info_59009 numextents efs_inode_info 0 59009 NULL
++enable_so___kvm_read_guest_atomic_fndecl_59011 __kvm_read_guest_atomic fndecl 5 59011 NULL
++enable_so_hsync_pulse_width_hi_oaktrail_timing_info_59019 hsync_pulse_width_hi oaktrail_timing_info 0 59019 NULL
++enable_so_lustre_cfg_len_fndecl_59025 lustre_cfg_len fndecl 0 59025 NULL
++enable_so_frags_len_lro_59030 frags_len lro 0 59030 NULL
++enable_so_nclips_saa7146_overlay_59032 nclips saa7146_overlay 0 59032 NULL
++enable_so_in_epnum_usb_gadget_59033 in_epnum usb_gadget 0 59033 NULL
++enable_so_ref_node_alsz_ubifs_info_59046 ref_node_alsz ubifs_info 0 59046 NULL
++enable_so_data0_myri10ge_cmd_59049 data0 myri10ge_cmd 0 59049 NULL
++enable_so_max_block_docg3_59051 max_block docg3 0 59051 NULL
++enable_so_posix_acl_alloc_fndecl_59052 posix_acl_alloc fndecl 1 59052 NULL nohasharray
++enable_so_nr_strip_zones_r0conf_59052 nr_strip_zones r0conf 0 59052 &enable_so_posix_acl_alloc_fndecl_59052
++enable_so_scsi_format_sense_hdr_fndecl_59056 scsi_format_sense_hdr fndecl 2 59056 NULL
++enable_so_s_block_count_reiserfs_super_block_v1_59058 s_block_count reiserfs_super_block_v1 0 59058 NULL
++enable_so_mpeglinesize_vardecl_cx231xx_417_c_59059 mpeglinesize vardecl_cx231xx-417.c 0 59059 NULL
++enable_so_tps6507x_i2c_write_device_fndecl_59069 tps6507x_i2c_write_device fndecl 3 59069 NULL
++enable_so_bmv_offset_getbmapx_59079 bmv_offset getbmapx 0 59079 NULL
++enable_so_buffer_mousedev_client_59098 buffer mousedev_client 0 59098 NULL
++enable_so_rcvidx_hscx_hw_59100 rcvidx hscx_hw 0 59100 NULL
++enable_so_ctrl_dma_ims_pcu_59106 ctrl_dma ims_pcu 0 59106 NULL
++enable_so_out_wm8994_fll_config_59112 out wm8994_fll_config 0 59112 NULL
++enable_so_a8293_wr_fndecl_59113 a8293_wr fndecl 3 59113 NULL
++enable_so_remap_and_issue_shared_cell_fndecl_59114 remap_and_issue_shared_cell fndecl 3 59114 NULL
++enable_so_wm_latency_write_fndecl_59118 wm_latency_write fndecl 3 59118 NULL
++enable_so_dm_btree_del_fndecl_59119 dm_btree_del fndecl 2 59119 NULL nohasharray
++enable_so_sec_per_clus_fat_floppy_defaults_59119 sec_per_clus fat_floppy_defaults 0 59119 &enable_so_dm_btree_del_fndecl_59119
++enable_so_omapdss_count_strings_fndecl_59120 omapdss_count_strings fndecl 0 59120 NULL
++enable_so_mmc_alloc_host_fndecl_59122 mmc_alloc_host fndecl 1 59122 NULL
++enable_so_npages_for_summary_flush_fndecl_59124 npages_for_summary_flush fndecl 0 59124 NULL
++enable_so_width_em28xx_v4l2_59127 width em28xx_v4l2 0 59127 NULL nohasharray
++enable_so_xfs_read_agi_fndecl_59127 xfs_read_agi fndecl 3 59127 &enable_so_width_em28xx_v4l2_59127
++enable_so_bitrate_ieee80211_rate_59130 bitrate ieee80211_rate 0 59130 NULL
++enable_so_do_sys_ftruncate_fndecl_59136 do_sys_ftruncate fndecl 2 59136 NULL
++enable_so_tx_count__synclinkmp_info_59147 tx_count _synclinkmp_info 0 59147 NULL
++enable_so_rx_data_ep_usb_card_rec_59150 rx_data_ep usb_card_rec 0 59150 NULL
++enable_so_get_desc_rtl_hal_ops_59151 get_desc rtl_hal_ops 0 59151 NULL
++enable_so_log_buf_len_vardecl_printk_c_59170 log_buf_len vardecl_printk.c 0 59170 NULL
++enable_so_hactive_hblank_hi_detailed_pixel_timing_59172 hactive_hblank_hi detailed_pixel_timing 0 59172 NULL
++enable_so_comps_used_iser_device_59187 comps_used iser_device 0 59187 NULL
++enable_so_isl12022_read_regs_fndecl_59190 isl12022_read_regs fndecl 4 59190 NULL
++enable_so_vtag_rx_pkt_status_59191 vtag rx_pkt_status 0 59191 NULL
++enable_so_cdc_ncm_check_rx_max_fndecl_59192 cdc_ncm_check_rx_max fndecl 0-2 59192 NULL
++enable_so_gr_learn_resource_fndecl_59200 gr_learn_resource fndecl 3 59200 NULL
++enable_so_ms_os_descs_ext_prop_name_len_ffs_data_59205 ms_os_descs_ext_prop_name_len ffs_data 0 59205 NULL
++enable_so_s_bmap_bits_affs_sb_info_59206 s_bmap_bits affs_sb_info 0 59206 NULL
++enable_so_fat_sector_size_fat_bios_param_block_59207 fat_sector_size fat_bios_param_block 0 59207 NULL nohasharray
++enable_so_nblocks_nilfs_segsum_info_59207 nblocks nilfs_segsum_info 0 59207 &enable_so_fat_sector_size_fat_bios_param_block_59207
++enable_so_max_data_size_mpt2_ioctl_header_59209 max_data_size mpt2_ioctl_header 0 59209 NULL
++enable_so_jade_empty_fifo_fndecl_59210 jade_empty_fifo fndecl 2 59210 NULL
++enable_so_usCRTC_H_SyncWidth__ATOM_MODE_TIMING_59211 usCRTC_H_SyncWidth _ATOM_MODE_TIMING 0 59211 NULL nohasharray
++enable_so_wbits_inflate_state_59211 wbits inflate_state 0 59211 &enable_so_usCRTC_H_SyncWidth__ATOM_MODE_TIMING_59211
++enable_so_xfs_bmapi_trim_map_fndecl_59212 xfs_bmapi_trim_map fndecl 6 59212 NULL
++enable_so_lock_extent_direct_fndecl_59219 lock_extent_direct fndecl 3-2 59219 NULL
++enable_so_fbmem_used_viafb_par_59221 fbmem_used viafb_par 0 59221 NULL
++enable_so_gprs_set_mtu_fndecl_59222 gprs_set_mtu fndecl 2 59222 NULL
++enable_so_up_anode_59225 up anode 0 59225 NULL
++enable_so_sierra_net_skb_clone_fndecl_59236 sierra_net_skb_clone fndecl 3 59236 NULL
++enable_so_nfs_direct_IO_fndecl_59238 nfs_direct_IO fndecl 3 59238 NULL nohasharray
++enable_so_bits_to_user_fndecl_59238 bits_to_user fndecl 3-2 59238 &enable_so_nfs_direct_IO_fndecl_59238
++enable_so_nr_segs_iov_iter_59239 nr_segs iov_iter 0 59239 NULL
++enable_so_num_mbc_cfgs_wm8994_pdata_59240 num_mbc_cfgs wm8994_pdata 0 59240 NULL
++enable_so_nlp_maxframe_lpfc_nodelist_59242 nlp_maxframe lpfc_nodelist 0 59242 NULL
++enable_so_save_microcode_fndecl_59254 save_microcode fndecl 3 59254 NULL
++enable_so_rcvidx_hdlc_hw_59264 rcvidx hdlc_hw 0 59264 NULL nohasharray
++enable_so_nilfs_sufile_get_offset_fndecl_59264 nilfs_sufile_get_offset fndecl 2 59264 &enable_so_rcvidx_hdlc_hw_59264
++enable_so_indir_size_ethtool_rxfh_59267 indir_size ethtool_rxfh 0 59267 NULL
++enable_so_uwb_ie_dump_hex_fndecl_59277 uwb_ie_dump_hex fndecl 4 59277 NULL
++enable_so_ir_prepare_write_buffer_fndecl_59280 ir_prepare_write_buffer fndecl 3 59280 NULL
++enable_so_nentries_afs_dir_pagehdr_59283 nentries afs_dir_pagehdr 0 59283 NULL
++enable_so_mvumi_alloc_mem_resource_fndecl_59285 mvumi_alloc_mem_resource fndecl 3 59285 NULL
++enable_so_nr_regs_omap_prcm_irq_setup_59292 nr_regs omap_prcm_irq_setup 0 59292 NULL
++enable_so_alloc_sched_domains_fndecl_59295 alloc_sched_domains fndecl 1 59295 NULL
++enable_so_posix_acl_fix_xattr_from_user_fndecl_59298 posix_acl_fix_xattr_from_user fndecl 2 59298 NULL
++enable_so_sb_rootino_xfs_sb_59299 sb_rootino xfs_sb 0 59299 NULL nohasharray
++enable_so_dm_array_del_fndecl_59299 dm_array_del fndecl 2 59299 &enable_so_sb_rootino_xfs_sb_59299 nohasharray
++enable_so_range_oid_t_59299 range oid_t 0 59299 &enable_so_dm_array_del_fndecl_59299
++enable_so_stretch_width_usb_usbvision_59304 stretch_width usb_usbvision 0 59304 NULL
++enable_so_W6692_empty_Bfifo_fndecl_59311 W6692_empty_Bfifo fndecl 2 59311 NULL
++enable_so_frame_bytes_ua101_stream_59312 frame_bytes ua101_stream 0 59312 NULL
++enable_so_befs_fblock2brun_fndecl_59313 befs_fblock2brun fndecl 3 59313 NULL
++enable_so_pcpu_nr_units_vardecl_percpu_c_59323 pcpu_nr_units vardecl_percpu.c 0 59323 NULL
++enable_so_nv_getlen_fndecl_59327 nv_getlen fndecl 0 59327 NULL
++enable_so_pinconf_dbg_config_write_fndecl_59336 pinconf_dbg_config_write fndecl 3 59336 NULL
++enable_so_stmmac_set_bfsize_fndecl_59337 stmmac_set_bfsize fndecl 0 59337 NULL
++enable_so_raw_sendmsg_fndecl_59341 raw_sendmsg fndecl 3 59341 NULL
++enable_so_affs_iget_fndecl_59342 affs_iget fndecl 2 59342 NULL
++enable_so_lov_packmd_fndecl_59345 lov_packmd fndecl 0 59345 NULL
++enable_so_size_s5p_jpeg_q_data_59350 size s5p_jpeg_q_data 0 59350 NULL
++enable_so_vc_cols_vc_data_59351 vc_cols vc_data 0 59351 NULL
++enable_so_vsync_end_drm_display_mode_59355 vsync_end drm_display_mode 0 59355 NULL
++enable_so_hpfs_alloc_fnode_fndecl_59356 hpfs_alloc_fnode fndecl 2 59356 NULL nohasharray
++enable_so_tree_mod_log_insert_move_fndecl_59356 tree_mod_log_insert_move fndecl 5 59356 &enable_so_hpfs_alloc_fnode_fndecl_59356
++enable_so_base_tsn_sctp_tsnmap_59358 base_tsn sctp_tsnmap 0 59358 NULL
++enable_so_ixgbe_change_mtu_fndecl_59370 ixgbe_change_mtu fndecl 2 59370 NULL nohasharray
++enable_so_buf_len_i40e_arq_event_info_59370 buf_len i40e_arq_event_info 0 59370 &enable_so_ixgbe_change_mtu_fndecl_59370
++enable_so_default_drvbuffer_scsi_tape_59374 default_drvbuffer scsi_tape 0 59374 NULL
++enable_so_max_size_drm_vmw_get_3d_cap_arg_59378 max_size drm_vmw_get_3d_cap_arg 0 59378 NULL
++enable_so_frag_point_sctp_association_59379 frag_point sctp_association 0 59379 NULL
++enable_so_free_list_size_eni_dev_59386 free_list_size eni_dev 0 59386 NULL
++enable_so_line_outs_auto_pin_cfg_59389 line_outs auto_pin_cfg 0 59389 NULL
++enable_so_batadv_iv_ogm_queue_add_fndecl_59398 batadv_iv_ogm_queue_add fndecl 3 59398 NULL nohasharray
++enable_so_size_freelQ_59398 size freelQ 0 59398 &enable_so_batadv_iv_ogm_queue_add_fndecl_59398
++enable_so_vb2_dc_get_user_pages_fndecl_59399 vb2_dc_get_user_pages fndecl 1 59399 NULL
++enable_so_smk_write_direct_fndecl_59400 smk_write_direct fndecl 3 59400 NULL
++enable_so_drm_legacy_addmap_fndecl_59402 drm_legacy_addmap fndecl 2-3 59402 NULL
++enable_so___iommu_calculate_agaw_fndecl_59405 __iommu_calculate_agaw fndecl 2 59405 NULL
++enable_so_alloc_mad_private_fndecl_59408 alloc_mad_private fndecl 1 59408 NULL
++enable_so_optlen_xfrm_mode_skb_cb_59411 optlen xfrm_mode_skb_cb 0 59411 NULL
++enable_so_fotg210_urb_dequeue_fndecl_59414 fotg210_urb_dequeue fndecl 3 59414 NULL nohasharray
++enable_so_num_vfs_ixgbe_adapter_59414 num_vfs ixgbe_adapter 0 59414 &enable_so_fotg210_urb_dequeue_fndecl_59414
++enable_so_desc_elems_timb_dma_chan_59416 desc_elems timb_dma_chan 0 59416 NULL
++enable_so_vma_adjust_fndecl_59429 vma_adjust fndecl 3-4 59429 NULL nohasharray
++enable_so_ext2_xattr_user_set_fndecl_59429 ext2_xattr_user_set fndecl 4 59429 &enable_so_vma_adjust_fndecl_59429
++enable_so_mmap_ureg_fndecl_59431 mmap_ureg fndecl 3 59431 NULL
++enable_so_s_checkpoint_size_nilfs_super_block_59433 s_checkpoint_size nilfs_super_block 0 59433 NULL
++enable_so_nilfs_cpfile_block_get_checkpoint_fndecl_59441 nilfs_cpfile_block_get_checkpoint fndecl 2 59441 NULL
++enable_so_blocks_count_ext3_new_group_data_59443 blocks_count ext3_new_group_data 0 59443 NULL
++enable_so_max_sectors_vardecl_megaraid_sas_base_c_59444 max_sectors vardecl_megaraid_sas_base.c 0 59444 NULL
++enable_so_z2_zt_59452 z2 zt 0 59452 NULL
++enable_so_rng_get_data_fndecl_59453 rng_get_data fndecl 0 59453 NULL
++enable_so_fat_free_fndecl_59463 fat_free fndecl 2 59463 NULL
++enable_so_ttm_page_pool_get_pages_fndecl_59468 ttm_page_pool_get_pages fndecl 5-0 59468 NULL
++enable_so__pmcraid_io_done_fndecl_59469 _pmcraid_io_done fndecl 2 59469 NULL
++enable_so_common_ie_len_ieee80211_scan_ies_59478 common_ie_len ieee80211_scan_ies 0 59478 NULL
++enable_so_i2c_hid_output_raw_report_fndecl_59486 i2c_hid_output_raw_report fndecl 3 59486 NULL
++enable_so_length_acpi_pnp_device_id_59493 length acpi_pnp_device_id 0 59493 NULL
++enable_so_btrfs_find_item_fndecl_59494 btrfs_find_item fndecl 3-4 59494 NULL
++enable_so_rx_ringsz_alx_priv_59496 rx_ringsz alx_priv 0 59496 NULL
++enable_so_il_dbgfs_clear_traffic_stats_write_fndecl_59497 il_dbgfs_clear_traffic_stats_write fndecl 3 59497 NULL nohasharray
++enable_so_src_addr_width_dma_slave_config_59497 src_addr_width dma_slave_config 0 59497 &enable_so_il_dbgfs_clear_traffic_stats_write_fndecl_59497
++enable_so_cfs_power2_roundup_fndecl_59506 cfs_power2_roundup fndecl 0-1 59506 NULL
++enable_so_lastbuf_for_pio_qib_chip_specific_59509 lastbuf_for_pio qib_chip_specific 0 59509 NULL
++enable_so_rmtblkno2_xfs_da_args_59516 rmtblkno2 xfs_da_args 0 59516 NULL nohasharray
++enable_so_cp210x_set_config_fndecl_59516 cp210x_set_config fndecl 4 59516 &enable_so_rmtblkno2_xfs_da_args_59516
++enable_so_qlcnic_get_vnic_func_count_fndecl_59521 qlcnic_get_vnic_func_count fndecl 0 59521 NULL
++enable_so_limit_data_queue_59525 limit data_queue 0 59525 NULL
++enable_so_extLength_short_ad_59527 extLength short_ad 0 59527 NULL
++enable_so_ocfs2_adjust_xattr_cross_cluster_fndecl_59528 ocfs2_adjust_xattr_cross_cluster fndecl 5-6 59528 NULL
++enable_so_dquot_claim_space_nodirty_fndecl_59536 dquot_claim_space_nodirty fndecl 2 59536 NULL
++enable_so_snd_pcm_oss_format_from_fndecl_59553 snd_pcm_oss_format_from fndecl 0 59553 NULL
++enable_so_num_stripes_btrfs_chunk_59557 num_stripes btrfs_chunk 0 59557 NULL
++enable_so_chunk_size_disk_header_59563 chunk_size disk_header 0 59563 NULL
++enable_so_vringh_complete_multi_user_fndecl_59569 vringh_complete_multi_user fndecl 3 59569 NULL
++enable_so_unmap_mapping_range_fndecl_59573 unmap_mapping_range fndecl 2-3 59573 NULL
++enable_so_data_mapping_root_thin_disk_superblock_59582 data_mapping_root thin_disk_superblock 0 59582 NULL
++enable_so_key_count_applesmc_registers_59587 key_count applesmc_registers 0 59587 NULL
++enable_so_length_sctp_paramhdr_59588 length sctp_paramhdr 0 59588 NULL
++enable_so_bMaxPacketSize0_usb_device_descriptor_59595 bMaxPacketSize0 usb_device_descriptor 0 59595 NULL
++enable_so_last_sgs_total_ore_per_dev_state_59596 last_sgs_total ore_per_dev_state 0 59596 NULL
++enable_so_serverworks_create_gatt_pages_fndecl_59621 serverworks_create_gatt_pages fndecl 1 59621 NULL
++enable_so_hash_sendpage_fndecl_59633 hash_sendpage fndecl 3-4 59633 NULL
++enable_so_unmap_single_vma_fndecl_59634 unmap_single_vma fndecl 4-3 59634 NULL
++enable_so_gpio_count_tle62x0_pdata_59637 gpio_count tle62x0_pdata 0 59637 NULL
++enable_so_q_fileoffset_xfs_dquot_59638 q_fileoffset xfs_dquot 0 59638 NULL
++enable_so___btrfs_free_extent_fndecl_59646 __btrfs_free_extent fndecl 3-4-7-5-6 59646 NULL
++enable_so_trf7970a_transmit_fndecl_59648 trf7970a_transmit fndecl 5-3 59648 NULL
++enable_so_SSID_len_brcmf_pno_net_info_le_59653 SSID_len brcmf_pno_net_info_le 0 59653 NULL
++enable_so_xfs_trim_extents_fndecl_59654 xfs_trim_extents fndecl 2 59654 NULL
++enable_so_fat_free_clusters_fndecl_59665 fat_free_clusters fndecl 2 59665 NULL
++enable_so_logicalBlocksRecorded_fileEntry_59669 logicalBlocksRecorded fileEntry 0 59669 NULL
++enable_so_ms_read_bytes_fndecl_59672 ms_read_bytes fndecl 4 59672 NULL
++enable_so_old_block_size_swap_info_struct_59674 old_block_size swap_info_struct 0 59674 NULL
++enable_so_rtw_buf_update_fndecl_59689 rtw_buf_update fndecl 4 59689 NULL
++enable_so_replay_dir_deletes_fndecl_59691 replay_dir_deletes fndecl 5 59691 NULL
++enable_so_nilfs_btree_assign_p_fndecl_59693 nilfs_btree_assign_p fndecl 5 59693 NULL
++enable_so_capacity_sddr55_card_info_59695 capacity sddr55_card_info 0 59695 NULL
++enable_so_mlx4_ib_alloc_fast_reg_page_list_fndecl_59700 mlx4_ib_alloc_fast_reg_page_list fndecl 2 59700 NULL
++enable_so_paging32_walk_addr_nested_fndecl_59706 paging32_walk_addr_nested fndecl 3-4 59706 NULL
++enable_so_alloc_iova_fndecl_59715 alloc_iova fndecl 3 59715 NULL
++enable_so_atalk_sendmsg_fndecl_59718 atalk_sendmsg fndecl 3 59718 NULL
++enable_so_provision_block_fndecl_59732 provision_block fndecl 3 59732 NULL
++enable_so_nilfs_btnode_create_block_fndecl_59734 nilfs_btnode_create_block fndecl 2 59734 NULL
++enable_so_val_i2400m_pld_59735 val i2400m_pld 0 59735 NULL
++enable_so_ddp_clear_map_fndecl_59739 ddp_clear_map fndecl 4 59739 NULL
++enable_so_l_iclog_hsize_xlog_59743 l_iclog_hsize xlog 0 59743 NULL nohasharray
++enable_so___netlink_change_ngroups_fndecl_59743 __netlink_change_ngroups fndecl 2 59743 &enable_so_l_iclog_hsize_xlog_59743
++enable_so_ocfs2_read_dx_leaves_fndecl_59744 ocfs2_read_dx_leaves fndecl 2 59744 NULL nohasharray
++enable_so_fq_resize_fndecl_59744 fq_resize fndecl 2 59744 &enable_so_ocfs2_read_dx_leaves_fndecl_59744
++enable_so_nx_fw_cmd_set_phy_fndecl_59745 nx_fw_cmd_set_phy fndecl 3 59745 NULL
++enable_so_mt_count_mtop_59746 mt_count mtop 0 59746 NULL
++enable_so_seedsize_rng_alg_59748 seedsize rng_alg 0 59748 NULL
++enable_so_xlog_write_calc_vec_length_fndecl_59749 xlog_write_calc_vec_length fndecl 0 59749 NULL
++enable_so_add_conn_list_fndecl_59750 add_conn_list fndecl 3 59750 NULL
++enable_so_dmfs_high_rate_qpn_base_mlx4_caps_59756 dmfs_high_rate_qpn_base mlx4_caps 0 59756 NULL
++enable_so_mtu_dst_ops_59765 mtu dst_ops 0 59765 NULL
++enable_so_au_cslack_rpc_auth_59766 au_cslack rpc_auth 0 59766 NULL
++enable_so_vxge_os_dma_malloc_fndecl_59771 vxge_os_dma_malloc fndecl 2 59771 NULL
++enable_so_hash_netiface4_expire_fndecl_59777 hash_netiface4_expire fndecl 4 59777 NULL
++enable_so_osd_full_w_yuv_playback_info_59778 osd_full_w yuv_playback_info 0 59778 NULL
++enable_so_reiserfs_new_symlink_fndecl_59783 reiserfs_new_symlink fndecl 6 59783 NULL nohasharray
++enable_so_max_segments_queue_limits_59783 max_segments queue_limits 0 59783 &enable_so_reiserfs_new_symlink_fndecl_59783
++enable_so_vsync_pulse_width_hi_oaktrail_timing_info_59785 vsync_pulse_width_hi oaktrail_timing_info 0 59785 NULL
++enable_so_mlx4_buf_alloc_fndecl_59788 mlx4_buf_alloc fndecl 2 59788 NULL
++enable_so_sdio_set_block_size_fndecl_59792 sdio_set_block_size fndecl 2 59792 NULL nohasharray
++enable_so_dma_npages_rds_iw_scatterlist_59792 dma_npages rds_iw_scatterlist 0 59792 &enable_so_sdio_set_block_size_fndecl_59792
++enable_so_bandlength_Timon_table_entry_59793 bandlength Timon_table_entry 0 59793 NULL
++enable_so_i2400m_op_msg_from_user_fndecl_59798 i2400m_op_msg_from_user fndecl 4 59798 NULL
++enable_so_NumPhys__CONFIG_PAGE_SAS_IO_UNIT_0_59799 NumPhys _CONFIG_PAGE_SAS_IO_UNIT_0 0 59799 NULL
++enable_so_rcount_sixpack_59806 rcount sixpack 0 59806 NULL
++enable_so_vcan_change_mtu_fndecl_59807 vcan_change_mtu fndecl 2 59807 NULL
++enable_so_drbd_setup_queue_param_fndecl_59813 drbd_setup_queue_param fndecl 3 59813 NULL
++enable_so_numpstates_pst_s_59820 numpstates pst_s 0 59820 NULL
++enable_so_xen_setup_msi_irqs_fndecl_59830 xen_setup_msi_irqs fndecl 2 59830 NULL
++enable_so_length_inflate_state_59831 length inflate_state 0 59831 NULL
++enable_so_mpi_read_raw_data_fndecl_59835 mpi_read_raw_data fndecl 2 59835 NULL
++enable_so_max_len_xc2028_ctrl_59842 max_len xc2028_ctrl 0 59842 NULL
++enable_so_tcp_sendmsg_fastopen_fndecl_59843 tcp_sendmsg_fastopen fndecl 4 59843 NULL
++enable_so_tea5764_get_freq_fndecl_59848 tea5764_get_freq fndecl 0 59848 NULL
++enable_so_count_audit_chunk_59856 count audit_chunk 0 59856 NULL
++enable_so_nilfs_segctor_notify_fndecl_59857 nilfs_segctor_notify fndecl 3 59857 NULL
++enable_so_length_pm8001_ioctl_payload_59866 length pm8001_ioctl_payload 0 59866 NULL
++enable_so_max_loop_vardecl_lloop_c_59872 max_loop vardecl_lloop.c 0 59872 NULL
++enable_so_qlcnic_83xx_sysfs_flash_bulk_write_fndecl_59875 qlcnic_83xx_sysfs_flash_bulk_write fndecl 4 59875 NULL
++enable_so_src_offset_btrfs_ioctl_clone_range_args_59876 src_offset btrfs_ioctl_clone_range_args 0 59876 NULL
++enable_so_default_length_acpi_fadt_info_59879 default_length acpi_fadt_info 0 59879 NULL nohasharray
++enable_so___dquot_alloc_space_fndecl_59879 __dquot_alloc_space fndecl 2 59879 &enable_so_default_length_acpi_fadt_info_59879
++enable_so___hwahc_dev_set_key_fndecl_59883 __hwahc_dev_set_key fndecl 5 59883 NULL
++enable_so_vfs_allocated_count_igb_adapter_59900 vfs_allocated_count igb_adapter 0 59900 NULL
++enable_so_mos7720_write_fndecl_59901 mos7720_write fndecl 4 59901 NULL nohasharray
++enable_so_rxbuffersize_rtl_pci_59901 rxbuffersize rtl_pci 0 59901 &enable_so_mos7720_write_fndecl_59901
++enable_so_num_gpio_wm831x_59907 num_gpio wm831x 0 59907 NULL
++enable_so_wheel_num_ad714x_platform_data_59912 wheel_num ad714x_platform_data 0 59912 NULL
++enable_so_qp_memcpy_from_queue_iov_fndecl_59913 qp_memcpy_from_queue_iov fndecl 5-4 59913 NULL
++enable_so_video_endp_usb_usbvision_59918 video_endp usb_usbvision 0 59918 NULL
++enable_so_nr_virtfn_bnx2x_sriov_59919 nr_virtfn bnx2x_sriov 0 59919 NULL nohasharray
++enable_so_lov_iocontrol_fndecl_59919 lov_iocontrol fndecl 3 59919 &enable_so_nr_virtfn_bnx2x_sriov_59919
++enable_so_wOverTheAirPacketSize_usb_wireless_ep_comp_descriptor_59926 wOverTheAirPacketSize usb_wireless_ep_comp_descriptor 0 59926 NULL
++enable_so_vsnprintf_fndecl_59932 vsnprintf fndecl 0 59932 NULL
++enable_so_n_user_regset_59935 n user_regset 0 59935 NULL
++enable_so_ieee80211_if_fmt_power_mode_fndecl_59945 ieee80211_if_fmt_power_mode fndecl 3 59945 NULL
++enable_so_blk_queue_max_write_same_sectors_fndecl_59954 blk_queue_max_write_same_sectors fndecl 2 59954 NULL
++enable_so_bpl_cx25821_buffer_59964 bpl cx25821_buffer 0 59964 NULL
++enable_so_pull_to_netfront_cb_59965 pull_to netfront_cb 0 59965 NULL
++enable_so_acpi_os_create_cache_fndecl_59968 acpi_os_create_cache fndecl 2 59968 NULL
++enable_so_mwifiex_set_wapi_ie_fndecl_59972 mwifiex_set_wapi_ie fndecl 3 59972 NULL
++enable_so_calc_line_length_fndecl_59973 calc_line_length fndecl 3-2 59973 NULL
++enable_so_fuse_file_fallocate_fndecl_59983 fuse_file_fallocate fndecl 3-4 59983 NULL nohasharray
++enable_so_scrub_pages_fndecl_59983 scrub_pages fndecl 3-2-11-4 59983 &enable_so_fuse_file_fallocate_fndecl_59983
++enable_so_addr_nvme_passthru_cmd_59990 addr nvme_passthru_cmd 0 59990 NULL nohasharray
++enable_so_wlcore_alloc_hw_fndecl_59990 wlcore_alloc_hw fndecl 1-3 59990 &enable_so_addr_nvme_passthru_cmd_59990
++enable_so_real_stripes_btrfs_raid_bio_59993 real_stripes btrfs_raid_bio 0 59993 NULL
++enable_so_count_drm_buf_desc_59998 count drm_buf_desc 0 59998 NULL
++enable_so_fb_write_fndecl_59999 fb_write fndecl 3 59999 NULL
++enable_so_size_fuse_arg_60001 size fuse_arg 0 60001 NULL
++enable_so_SYSC_poll_fndecl_60006 SYSC_poll fndecl 2 60006 NULL
++enable_so_root_scrub_nocow_inode_60012 root scrub_nocow_inode 0 60012 NULL
++enable_so_skb_priority_pktgen_dev_60015 skb_priority pktgen_dev 0 60015 NULL
++enable_so_portnum_usb_device_60022 portnum usb_device 0 60022 NULL nohasharray
++enable_so___sctp_setsockopt_connectx_fndecl_60022 __sctp_setsockopt_connectx fndecl 3 60022 &enable_so_portnum_usb_device_60022
++enable_so_qla4xxx_post_aen_work_fndecl_60026 qla4xxx_post_aen_work fndecl 3 60026 NULL
++enable_so_alloc_in_bmp_fndecl_60028 alloc_in_bmp fndecl 4-3-2 60028 NULL
++enable_so_calculate_alignment_fndecl_60029 calculate_alignment fndecl 2 60029 NULL nohasharray
++enable_so_coda_fsync_fndecl_60029 coda_fsync fndecl 2 60029 &enable_so_calculate_alignment_fndecl_60029
++enable_so_write_tx_buf_fndecl_60032 write_tx_buf fndecl 4 60032 NULL
++enable_so_print_bad_pte_fndecl_60036 print_bad_pte fndecl 2 60036 NULL
++enable_so_hdrlen_ip_auth_hdr_60037 hdrlen ip_auth_hdr 0 60037 NULL
++enable_so_sel_write_bool_fndecl_60039 sel_write_bool fndecl 3 60039 NULL
++enable_so_MaxMSIxVectors_mpt3sas_facts_60045 MaxMSIxVectors mpt3sas_facts 0 60045 NULL
++enable_so_blk_rq_map_kern_fndecl_60047 blk_rq_map_kern fndecl 4 60047 NULL
++enable_so_user_set_fndecl_60060 user_set fndecl 4 60060 NULL
++enable_so_cx231xx_init_bulk_fndecl_60067 cx231xx_init_bulk fndecl 4-2-3 60067 NULL
++enable_so_level_ubifs_znode_60069 level ubifs_znode 0 60069 NULL
++enable_so_debugfs_create_u32_array_fndecl_60082 debugfs_create_u32_array fndecl 5 60082 NULL
++enable_so_calc_mode_timings_fndecl_60088 calc_mode_timings fndecl 2-1-3 60088 NULL
++enable_so_f2fs_issue_discard_fndecl_60090 f2fs_issue_discard fndecl 3-2 60090 NULL
++enable_so___map_single_fndecl_60095 __map_single fndecl 4-3-0 60095 NULL
++enable_so_vsync_offset_lo_oaktrail_timing_info_60096 vsync_offset_lo oaktrail_timing_info 0 60096 NULL
++enable_so_udpv6_sendmsg_fndecl_60103 udpv6_sendmsg fndecl 3 60103 NULL
++enable_so_sample_rate_min_lola_60104 sample_rate_min lola 0 60104 NULL nohasharray
++enable_so_event_trigger_regex_write_fndecl_60104 event_trigger_regex_write fndecl 3 60104 &enable_so_sample_rate_min_lola_60104
++enable_so_vxfs_iget_fndecl_60105 vxfs_iget fndecl 2 60105 NULL nohasharray
++enable_so_nfcmrvl_nci_recv_frame_fndecl_60105 nfcmrvl_nci_recv_frame fndecl 3 60105 &enable_so_vxfs_iget_fndecl_60105
++enable_so_ufs_new_fragments_fndecl_60109 ufs_new_fragments fndecl 4-5-3-0 60109 NULL
++enable_so_raid10_find_virt_fndecl_60115 raid10_find_virt fndecl 3-2 60115 NULL nohasharray
++enable_so_num_tx_bnad_60115 num_tx bnad 0 60115 &enable_so_raid10_find_virt_fndecl_60115
++enable_so_display_height_vivid_dev_60116 display_height vivid_dev 0 60116 NULL
++enable_so_ht_ast_vbios_enhtable_60121 ht ast_vbios_enhtable 0 60121 NULL
++enable_so_radeon_vm_bo_set_addr_fndecl_60122 radeon_vm_bo_set_addr fndecl 3 60122 NULL
++enable_so_external_rate_fndecl_60138 external_rate fndecl 0 60138 NULL
++enable_so_data_len_ib_ucm_event_60142 data_len ib_ucm_event 0 60142 NULL
++enable_so_vfp_set_fndecl_60145 vfp_set fndecl 3-4 60145 NULL
++enable_so_skb_checksum_setup_ip_fndecl_60154 skb_checksum_setup_ip fndecl 3 60154 NULL
++enable_so_pvid_net_port_vlans_60155 pvid net_port_vlans 0 60155 NULL
++enable_so_drm_fb_helper_initial_config_fndecl_60163 drm_fb_helper_initial_config fndecl 2 60163 NULL nohasharray
++enable_so_smem_start_fb_fix_screeninfo_60163 smem_start fb_fix_screeninfo 0 60163 &enable_so_drm_fb_helper_initial_config_fndecl_60163
++enable_so_wm8962_set_fll_fndecl_60167 wm8962_set_fll fndecl 4-5 60167 NULL
++enable_so_nbufs_mlx5_buf_60168 nbufs mlx5_buf 0 60168 NULL
++enable_so_vscnprintf_fndecl_60170 vscnprintf fndecl 0 60170 NULL
++enable_so___kfifo_out_r_fndecl_60172 __kfifo_out_r fndecl 4 60172 NULL
++enable_so_dccp_ackvec_buflen_fndecl_60177 dccp_ackvec_buflen fndecl 0 60177 NULL nohasharray
++enable_so_ec_device_read_fndecl_60177 ec_device_read fndecl 3 60177 &enable_so_dccp_ackvec_buflen_fndecl_60177
++enable_so_snd_compr_write_data_fndecl_60179 snd_compr_write_data fndecl 3 60179 NULL
++enable_so_addr_c4iw_mm_entry_60182 addr c4iw_mm_entry 0 60182 NULL
++enable_so_cc2520_write_ram_fndecl_60183 cc2520_write_ram fndecl 3 60183 NULL
++enable_so_priority_binder_transaction_60184 priority binder_transaction 0 60184 NULL
++enable_so_unlink1_fndecl_60188 unlink1 fndecl 3 60188 NULL
++enable_so_il3945_stats_flag_fndecl_60189 il3945_stats_flag fndecl 3-0 60189 NULL
++enable_so_ref_count_root_ll_disk_60193 ref_count_root ll_disk 0 60193 NULL
++enable_so_udf_bitmap_prealloc_blocks_fndecl_60195 udf_bitmap_prealloc_blocks fndecl 0-4 60195 NULL nohasharray
++enable_so_kvm_vcpu_init_fndecl_60195 kvm_vcpu_init fndecl 3 60195 &enable_so_udf_bitmap_prealloc_blocks_fndecl_60195
++enable_so_vsub_vsp1_format_info_60198 vsub vsp1_format_info 0 60198 NULL
++enable_so_bio_advance_iter_fndecl_60205 bio_advance_iter fndecl 3 60205 NULL
++enable_so_src_frames_snd_pcm_plugin_60210 src_frames snd_pcm_plugin 0 60210 NULL nohasharray
++enable_so_iuu_read_buf_fndecl_60210 iuu_read_buf fndecl 2 60210 &enable_so_src_frames_snd_pcm_plugin_60210
++enable_so_iget_locked_fndecl_60218 iget_locked fndecl 2 60218 NULL
++enable_so_btusb_recv_bulk_fndecl_60219 btusb_recv_bulk fndecl 3 60219 NULL
++enable_so_MaximumParallelCommands_DAC960_V2_ControllerInfo_60222 MaximumParallelCommands DAC960_V2_ControllerInfo 0 60222 NULL
++enable_so_l2cap_create_le_flowctl_pdu_fndecl_60233 l2cap_create_le_flowctl_pdu fndecl 3 60233 NULL
++enable_so_dlfb_alloc_urb_list_fndecl_60234 dlfb_alloc_urb_list fndecl 3 60234 NULL
++enable_so_irnet_connect_indication_fndecl_60236 irnet_connect_indication fndecl 5 60236 NULL nohasharray
++enable_so_bttv_crop_adjust_fndecl_60236 bttv_crop_adjust fndecl 4-3 60236 &enable_so_irnet_connect_indication_fndecl_60236
++enable_so_mwifiex_usb_host_to_card_fndecl_60239 mwifiex_usb_host_to_card fndecl 2 60239 NULL
++enable_so_max_pages_per_fmr_ib_fmr_pool_param_60248 max_pages_per_fmr ib_fmr_pool_param 0 60248 NULL
++enable_so_svm_queue_exception_fndecl_60249 svm_queue_exception fndecl 4-2 60249 NULL nohasharray
++enable_so_length_squashfs_page_actor_60249 length squashfs_page_actor 0 60249 &enable_so_svm_queue_exception_fndecl_60249
++enable_so_ah_rf_banks_size_ath5k_hw_60250 ah_rf_banks_size ath5k_hw 0 60250 NULL
++enable_so_dirty_bytes_extent_io_tree_60254 dirty_bytes extent_io_tree 0 60254 NULL
++enable_so_sector_size_jffs2_sb_info_60255 sector_size jffs2_sb_info 0 60255 NULL
++enable_so___ilog2_u32_fndecl_60257 __ilog2_u32 fndecl 0 60257 NULL
++enable_so_xenvif_change_mtu_fndecl_60258 xenvif_change_mtu fndecl 2 60258 NULL
++enable_so_len_mwifiex_assoc_event_60259 len mwifiex_assoc_event 0 60259 NULL
++enable_so_size_of_priv_dvb_usb_adapter_properties_60261 size_of_priv dvb_usb_adapter_properties 0 60261 NULL
++enable_so_data_len_sym_ccb_60262 data_len sym_ccb 0 60262 NULL
++enable_so_erst_dbg_write_fndecl_60264 erst_dbg_write fndecl 3 60264 NULL
++enable_so_rotate_left_fndecl_60276 rotate_left fndecl 3-1 60276 NULL
++enable_so_empty_dir_llseek_fndecl_60280 empty_dir_llseek fndecl 2 60280 NULL
++enable_so_alloc_data_packet_fndecl_60281 alloc_data_packet fndecl 1 60281 NULL
++enable_so_extPosition_short_ad_60284 extPosition short_ad 0 60284 NULL
++enable_so_f2fs_update_dentry_fndecl_60285 f2fs_update_dentry fndecl 1 60285 NULL
++enable_so_length_ore_per_dev_state_60287 length ore_per_dev_state 0 60287 NULL
++enable_so_wl1271_rx_filter_alloc_field_fndecl_60306 wl1271_rx_filter_alloc_field fndecl 5 60306 NULL
++enable_so_irq_domain_add_simple_fndecl_60317 irq_domain_add_simple fndecl 2 60317 NULL
++enable_so_check_ref_fndecl_60321 check_ref fndecl 3 60321 NULL
++enable_so_kvm_vcpu_write_guest_fndecl_60323 kvm_vcpu_write_guest fndecl 4-2 60323 NULL
++enable_so_pg_count_nfs_pgio_mirror_60324 pg_count nfs_pgio_mirror 0 60324 NULL
++enable_so_transfer_fndecl_60326 transfer fndecl 4 60326 NULL
++enable_so_eor_jfs_log_60327 eor jfs_log 0 60327 NULL
++enable_so_rq_addrlen_svc_rqst_60328 rq_addrlen svc_rqst 0 60328 NULL
++enable_so_upper_vardecl_matroxfb_base_c_60329 upper vardecl_matroxfb_base.c 0 60329 NULL
++enable_so_int_hw_irq_en_fndecl_60331 int_hw_irq_en fndecl 3 60331 NULL
++enable_so_bd_add_to_bdi_fndecl_60336 bd_add_to_bdi fndecl 2 60336 NULL
++enable_so_buf_size__IOCTL_Command_struct_60338 buf_size _IOCTL_Command_struct 0 60338 NULL
++enable_so_offset_nvkm_mem_60339 offset nvkm_mem 0 60339 NULL
++enable_so_h_dloarea_60342 h dloarea 0 60342 NULL
++enable_so_pagesize_alauda_media_info_60348 pagesize alauda_media_info 0 60348 NULL
++enable_so_hest_ghes_dev_register_fndecl_60349 hest_ghes_dev_register fndecl 1 60349 NULL
++enable_so_softback_lines_vardecl_fbcon_c_60357 softback_lines vardecl_fbcon.c 0 60357 NULL
++enable_so_length_dfw_pllrec_60358 length dfw_pllrec 0 60358 NULL
++enable_so_num_counters_vardecl_sysfs_c_60371 num_counters vardecl_sysfs.c 0 60371 NULL
++enable_so_s_inodes_per_group_ext4_super_block_60387 s_inodes_per_group ext4_super_block 0 60387 NULL
++enable_so_ipw_get_max_rate_fndecl_60389 ipw_get_max_rate fndecl 0 60389 NULL
++enable_so_shmem_pwrite_fast_fndecl_60393 shmem_pwrite_fast fndecl 3 60393 NULL
++enable_so_block_in_file_dio_submit_60403 block_in_file dio_submit 0 60403 NULL
++enable_so_btrfs_insert_empty_items_fndecl_60405 btrfs_insert_empty_items fndecl 6 60405 NULL
++enable_so_xfs_bulkstat_one_int_fndecl_60410 xfs_bulkstat_one_int fndecl 2 60410 NULL
++enable_so_hw_token_fusbh200_qtd_60416 hw_token fusbh200_qtd 0 60416 NULL
++enable_so_sched_nice_sched_attr_60426 sched_nice sched_attr 0 60426 NULL
++enable_so___ocfs2_mknod_locked_fndecl_60427 __ocfs2_mknod_locked fndecl 8-9-10 60427 NULL
++enable_so_alloc_xenballooned_pages_fndecl_60439 alloc_xenballooned_pages fndecl 1 60439 NULL
++enable_so___i2c_hid_command_fndecl_60442 __i2c_hid_command fndecl 6-8 60442 NULL
++enable_so_digestsize_hash_alg_common_60446 digestsize hash_alg_common 0 60446 NULL nohasharray
++enable_so_quirk_strict_duplicate_filter_write_fndecl_60446 quirk_strict_duplicate_filter_write fndecl 3 60446 &enable_so_digestsize_hash_alg_common_60446
++enable_so_maxsgentries_ctlr_info_60455 maxsgentries ctlr_info 0 60455 NULL
++enable_so_null_alloc_repbuf_fndecl_60460 null_alloc_repbuf fndecl 3 60460 NULL
++enable_so_write_fndecl_60467 write fndecl 3 60467 NULL
++enable_so_osd_left_vardecl_ivtvfb_c_60483 osd_left vardecl_ivtvfb.c 0 60483 NULL nohasharray
++enable_so_drm_vma_offset_add_fndecl_60483 drm_vma_offset_add fndecl 3 60483 &enable_so_osd_left_vardecl_ivtvfb_c_60483
++enable_so_v_nmembs_nilfs_argv_60498 v_nmembs nilfs_argv 0 60498 NULL
++enable_so_cap_intel_iommu_60508 cap intel_iommu 0 60508 NULL
++enable_so_tiadc_channel_init_fndecl_60514 tiadc_channel_init fndecl 2 60514 NULL
++enable_so_gfs2_xattr_set_fndecl_60515 gfs2_xattr_set fndecl 4 60515 NULL
++enable_so_rpcrdma_convert_iovs_fndecl_60516 rpcrdma_convert_iovs fndecl 0 60516 NULL
++enable_so_n_host_mvs_chip_info_60517 n_host mvs_chip_info 0 60517 NULL nohasharray
++enable_so_ll_iocontrol_register_fndecl_60517 ll_iocontrol_register fndecl 2 60517 &enable_so_n_host_mvs_chip_info_60517
++enable_so_tty_buffer_alloc_fndecl_60526 tty_buffer_alloc fndecl 2 60526 NULL
++enable_so_b44_change_mtu_fndecl_60528 b44_change_mtu fndecl 2 60528 NULL
++enable_so_hso_serial_write_fndecl_60530 hso_serial_write fndecl 3 60530 NULL
++enable_so_sock_recv_errqueue_fndecl_60535 sock_recv_errqueue fndecl 3 60535 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMProotInterval_fndecl_60542 ieee80211_if_fmt_dot11MeshHWMProotInterval fndecl 3 60542 NULL nohasharray
++enable_so_paging64_gva_to_gpa_fndecl_60542 paging64_gva_to_gpa fndecl 2-3 60542 &enable_so_ieee80211_if_fmt_dot11MeshHWMProotInterval_fndecl_60542
++enable_so_device_size_scsi_transport_template_60546 device_size scsi_transport_template 0 60546 NULL
++enable_so_clock_tv_mode_60547 clock tv_mode 0 60547 NULL
++enable_so_ipath_cfgports_ipath_devdata_60549 ipath_cfgports ipath_devdata 0 60549 NULL
++enable_so_udp_manip_pkt_fndecl_60552 udp_manip_pkt fndecl 4 60552 NULL
++enable_so_PSize_RxDesc_60553 PSize RxDesc 0 60553 NULL
++enable_so_xfs_dir2_free_try_read_fndecl_60591 xfs_dir2_free_try_read fndecl 3 60591 NULL
++enable_so_in_size_ide_task_request_s_60603 in_size ide_task_request_s 0 60603 NULL
++enable_so___split_vma_fndecl_60609 __split_vma fndecl 3 60609 NULL
++enable_so_fuse_ref_page_fndecl_60613 fuse_ref_page fndecl 4-3 60613 NULL nohasharray
++enable_so_first_page_mpage_da_data_60613 first_page mpage_da_data 0 60613 &enable_so_fuse_ref_page_fndecl_60613
++enable_so_sys_lgetxattr_fndecl_60616 sys_lgetxattr fndecl 4 60616 NULL
++enable_so_dqi_usable_bs_qtree_mem_dqinfo_60619 dqi_usable_bs qtree_mem_dqinfo 0 60619 NULL
++enable_so_copy_macs_fndecl_60621 copy_macs fndecl 4 60621 NULL
++enable_so_copy_nocow_pages_fndecl_60628 copy_nocow_pages fndecl 3-5-2 60628 NULL nohasharray
++enable_so_i40e_alloc_vfs_fndecl_60628 i40e_alloc_vfs fndecl 2 60628 &enable_so_copy_nocow_pages_fndecl_60628
++enable_so_num_tx_desc_iadev_priv_60636 num_tx_desc iadev_priv 0 60636 NULL
++enable_so_btrfs_new_extent_direct_fndecl_60642 btrfs_new_extent_direct fndecl 2-3 60642 NULL
++enable_so__regmap_bus_raw_write_fndecl_60644 _regmap_bus_raw_write fndecl 2 60644 NULL
++enable_so_num_mpts_mthca_limits_60648 num_mpts mthca_limits 0 60648 NULL
++enable_so_venus_rmdir_fndecl_60655 venus_rmdir fndecl 4 60655 NULL
++enable_so_neo_map_video_fndecl_60656 neo_map_video fndecl 3 60656 NULL
++enable_so_i_extra_isize_ext4_inode_info_60659 i_extra_isize ext4_inode_info 0 60659 NULL
++enable_so_length_ipath_swqe_60662 length ipath_swqe 0 60662 NULL
++enable_so_secondary_head_adu_device_60665 secondary_head adu_device 0 60665 NULL
++enable_so_cxd2820r_rd_regs_i2c_fndecl_60668 cxd2820r_rd_regs_i2c fndecl 5 60668 NULL
++enable_so_cx18_copy_mdl_to_user_fndecl_60670 cx18_copy_mdl_to_user fndecl 4 60670 NULL
++enable_so_set_extent_bits_fndecl_60673 set_extent_bits fndecl 3-2 60673 NULL
++enable_so_pos_saa7164_user_buffer_60678 pos saa7164_user_buffer 0 60678 NULL
++enable_so_hsync_off_lo_lvds_dvo_timing_60681 hsync_off_lo lvds_dvo_timing 0 60681 NULL
++enable_so_vnic_dev_mtu_fndecl_60693 vnic_dev_mtu fndecl 0 60693 NULL nohasharray
++enable_so_count_ieee80211_tx_rate_60693 count ieee80211_tx_rate 0 60693 &enable_so_vnic_dev_mtu_fndecl_60693 nohasharray
++enable_so_MaxBufSize_lanman_neg_rsp_60693 MaxBufSize lanman_neg_rsp 0 60693 &enable_so_count_ieee80211_tx_rate_60693
++enable_so_sel_write_user_fndecl_60695 sel_write_user fndecl 3 60695 NULL
++enable_so_ubifs_fsync_fndecl_60696 ubifs_fsync fndecl 2 60696 NULL
++enable_so_max_size_vx_ibl_info_60702 max_size vx_ibl_info 0 60702 NULL
++enable_so_snd_card_new_fndecl_60707 snd_card_new fndecl 5 60707 NULL
++enable_so_kvm_mmu_page_get_gfn_fndecl_60709 kvm_mmu_page_get_gfn fndecl 2 60709 NULL
++enable_so_usbdev_read_fndecl_60713 usbdev_read fndecl 3 60713 NULL
++enable_so_sock_sendmsg_fndecl_60718 sock_sendmsg fndecl 0 60718 NULL
++enable_so_HighPriorityCredit_mpt3sas_facts_60721 HighPriorityCredit mpt3sas_facts 0 60721 NULL
++enable_so_reserved_pebs_ubi_volume_60725 reserved_pebs ubi_volume 0 60725 NULL
++enable_so_c2_pseudo_change_mtu_fndecl_60734 c2_pseudo_change_mtu fndecl 2 60734 NULL
++enable_so_count_ptd_60735 count ptd 0 60735 NULL
++enable_so_hwarc_filter_cmd_set_drp_ie_WUSB_0100_fndecl_60739 hwarc_filter_cmd_set_drp_ie_WUSB_0100 fndecl 0 60739 NULL
++enable_so_ns_inode_size_the_nilfs_60742 ns_inode_size the_nilfs 0 60742 NULL
++enable_so_cfs_trace_daemon_command_usrstr_fndecl_60744 cfs_trace_daemon_command_usrstr fndecl 2 60744 NULL
++enable_so_gen_bitmask_string_fndecl_60750 gen_bitmask_string fndecl 6 60750 NULL
++enable_so_max_cluster_msdos_sb_info_60753 max_cluster msdos_sb_info 0 60753 NULL
++enable_so_chipshift_nand_flash_dev_60758 chipshift nand_flash_dev 0 60758 NULL
++enable_so_jpg_bufsize_vardecl_60761 jpg_bufsize vardecl 0 60761 NULL
++enable_so_base_ttm_bus_placement_60769 base ttm_bus_placement 0 60769 NULL
++enable_so_i_block_group_ext2_inode_info_60771 i_block_group ext2_inode_info 0 60771 NULL
++enable_so_tx_dma_addr_sh_msiof_spi_priv_60773 tx_dma_addr sh_msiof_spi_priv 0 60773 NULL
++enable_so_a_channels_libipw_geo_60784 a_channels libipw_geo 0 60784 NULL
++enable_so_ocfs2_remove_inode_range_fndecl_60791 ocfs2_remove_inode_range fndecl 3-4 60791 NULL nohasharray
++enable_so_device_write_fndecl_60791 device_write fndecl 3 60791 &enable_so_ocfs2_remove_inode_range_fndecl_60791
++enable_so_xennet_create_queues_fndecl_60793 xennet_create_queues fndecl 2 60793 NULL
++enable_so_tomoyo_write_self_fndecl_60794 tomoyo_write_self fndecl 3 60794 NULL
++enable_so_sta_agg_status_write_fndecl_60799 sta_agg_status_write fndecl 3 60799 NULL
++enable_so_rd_bitbytes_gfs2_rgrpd_60803 rd_bitbytes gfs2_rgrpd 0 60803 NULL
++enable_so_iso_alloc_urb_fndecl_60805 iso_alloc_urb fndecl 4-5-2 60805 NULL
++enable_so_mpt_lan_change_mtu_fndecl_60806 mpt_lan_change_mtu fndecl 2 60806 NULL nohasharray
++enable_so_start_rate_il3945_rs_sta_60806 start_rate il3945_rs_sta 0 60806 &enable_so_mpt_lan_change_mtu_fndecl_60806
++enable_so_sctp_pack_cookie_fndecl_60821 sctp_pack_cookie fndecl 6 60821 NULL
++enable_so_new_log_buf_len_vardecl_printk_c_60824 new_log_buf_len vardecl_printk.c 0 60824 NULL
++enable_so_beacon_ies_len_cfg80211_beacon_data_60831 beacon_ies_len cfg80211_beacon_data 0 60831 NULL
++enable_so_bInterval_usb_endpoint_descriptor_60843 bInterval usb_endpoint_descriptor 0 60843 NULL nohasharray
++enable_so_limit_fm10k_ring_feature_60843 limit fm10k_ring_feature 0 60843 &enable_so_bInterval_usb_endpoint_descriptor_60843
++enable_so_prism2_pda_proc_read_fndecl_60845 prism2_pda_proc_read fndecl 3 60845 NULL
++enable_so_wlen_si2168_cmd_60850 wlen si2168_cmd 0 60850 NULL
++enable_so_spi_alloc_master_fndecl_60852 spi_alloc_master fndecl 2 60852 NULL
++enable_so_channels_max_snd_pcm_hardware_60854 channels_max snd_pcm_hardware 0 60854 NULL
++enable_so_port_piobufs_ipath_portdata_60864 port_piobufs ipath_portdata 0 60864 NULL
++enable_so_dev_priv_size_drm_driver_60870 dev_priv_size drm_driver 0 60870 NULL
++enable_so_sectors_per_block_cache_60872 sectors_per_block cache 0 60872 NULL
++enable_so_input_mt_init_slots_fndecl_60876 input_mt_init_slots fndecl 2 60876 NULL
++enable_so_reiserfs_bmap_fndecl_60877 reiserfs_bmap fndecl 2 60877 NULL
++enable_so_xenvif_add_frag_responses_fndecl_60886 xenvif_add_frag_responses fndecl 2 60886 NULL
++enable_so_msg_size_c2_mq_60887 msg_size c2_mq 0 60887 NULL nohasharray
++enable_so_last_data_size_ubi_ainf_volume_60887 last_data_size ubi_ainf_volume 0 60887 &enable_so_msg_size_c2_mq_60887
++enable_so_snd_pcm_oss_sync1_fndecl_60897 snd_pcm_oss_sync1 fndecl 2 60897 NULL
++enable_so_plcp_siso_il_rate_info_60899 plcp_siso il_rate_info 0 60899 NULL nohasharray
++enable_so_btmrvl_send_sync_cmd_fndecl_60899 btmrvl_send_sync_cmd fndecl 4 60899 &enable_so_plcp_siso_il_rate_info_60899
++enable_so_fusbh200_urb_dequeue_fndecl_60900 fusbh200_urb_dequeue fndecl 3 60900 NULL
++enable_so_bNrChannels_uac_input_terminal_descriptor_60901 bNrChannels uac_input_terminal_descriptor 0 60901 NULL
++enable_so___ocfs2_extend_allocation_fndecl_60902 __ocfs2_extend_allocation fndecl 3 60902 NULL
++enable_so_gfs2_fiemap_fndecl_60913 gfs2_fiemap fndecl 4 60913 NULL
++enable_so_ctrl_set_cropw_fndecl_60918 ctrl_set_cropw fndecl 3 60918 NULL
++enable_so_int_cos_fndecl_60927 int_cos fndecl 0-1 60927 NULL
++enable_so_tool_peer_mask_write_fndecl_60928 tool_peer_mask_write fndecl 3 60928 NULL
++enable_so_read_ltv_hermes_ops_60939 read_ltv hermes_ops 0 60939 NULL nohasharray
++enable_so_insert_state_fndecl_60939 insert_state fndecl 4-3 60939 &enable_so_read_ltv_hermes_ops_60939
++enable_so_msix_vector_count_MPT3SAS_ADAPTER_60944 msix_vector_count MPT3SAS_ADAPTER 0 60944 NULL
++enable_so_low_ino_proc_dir_entry_60945 low_ino proc_dir_entry 0 60945 NULL
++enable_so_ipv6_recv_rxpmtu_fndecl_60949 ipv6_recv_rxpmtu fndecl 3 60949 NULL
++enable_so_audit_make_reply_fndecl_60952 audit_make_reply fndecl 7 60952 NULL
++enable_so_ocfs2_dx_dir_new_cluster_fndecl_60953 ocfs2_dx_dir_new_cluster fndecl 3 60953 NULL
++enable_so_s_partition_root_udf_part_map_60954 s_partition_root udf_part_map 0 60954 NULL
++enable_so_sparse_squashfs_lreg_inode_60963 sparse squashfs_lreg_inode 0 60963 NULL
++enable_so_get_rdac_req_fndecl_60969 get_rdac_req fndecl 3 60969 NULL
++enable_so_tx_remainder_cdc_ncm_ctx_60973 tx_remainder cdc_ncm_ctx 0 60973 NULL
++enable_so_xfs_extent_busy_update_extent_fndecl_60975 xfs_extent_busy_update_extent fndecl 5-4 60975 NULL
++enable_so_hcs_params1_xhci_hcd_60979 hcs_params1 xhci_hcd 0 60979 NULL
++enable_so_isdn_write_fndecl_60980 isdn_write fndecl 3 60980 NULL
++enable_so_first_block_migrate_struct_60989 first_block migrate_struct 0 60989 NULL nohasharray
++enable_so_weight_dlm_member_60989 weight dlm_member 0 60989 &enable_so_first_block_migrate_struct_60989
++enable_so_rtl8152_change_mtu_fndecl_60996 rtl8152_change_mtu fndecl 2 60996 NULL
++enable_so_intel_ctrl_guest_mask_cpu_hw_events_60999 intel_ctrl_guest_mask cpu_hw_events 0 60999 NULL
++enable_so_endp_out_zd1201_61001 endp_out zd1201 0 61001 NULL
++enable_so_size_log2_t3_cq_61011 size_log2 t3_cq 0 61011 NULL
++enable_so___svc_create_fndecl_61020 __svc_create fndecl 2-3 61020 NULL nohasharray
++enable_so_virtual_apic_page_addr_vmcs12_61020 virtual_apic_page_addr vmcs12 0 61020 &enable_so___svc_create_fndecl_61020 nohasharray
++enable_so_cfs_cpt_weight_fndecl_61020 cfs_cpt_weight fndecl 0 61020 &enable_so_virtual_apic_page_addr_vmcs12_61020
++enable_so_size_page_frag_61029 size page_frag 0 61029 NULL
++enable_so_setup_possible_cpus_vardecl_smpboot_c_61040 setup_possible_cpus vardecl_smpboot.c 0 61040 NULL
++enable_so_alloc_mr_fndecl_61052 alloc_mr fndecl 1 61052 NULL
++enable_so_copy_to_fndecl_61058 copy_to fndecl 3 61058 NULL
++enable_so_xfs_bmbt_set_allf_fndecl_61064 xfs_bmbt_set_allf fndecl 4-3-2 61064 NULL
++enable_so_get_rx_packet_len_wlcore_ops_61070 get_rx_packet_len wlcore_ops 0 61070 NULL
++enable_so_rtl2832_regmap_gather_write_fndecl_61096 rtl2832_regmap_gather_write fndecl 5 61096 NULL
++enable_so_f2fs_fname_crypto_alloc_buffer_fndecl_61116 f2fs_fname_crypto_alloc_buffer fndecl 2 61116 NULL
++enable_so_tcp_adjust_fackets_out_fndecl_61118 tcp_adjust_fackets_out fndecl 3 61118 NULL
++enable_so_nilfs_bmap_do_delete_fndecl_61120 nilfs_bmap_do_delete fndecl 0 61120 NULL
++enable_so_blocknr_nilfs_write_info_61124 blocknr nilfs_write_info 0 61124 NULL
++enable_so_rangehigh_v4l2_frequency_band_61125 rangehigh v4l2_frequency_band 0 61125 NULL
++enable_so_rx_hdr_len_i40e_ring_61127 rx_hdr_len i40e_ring 0 61127 NULL
++enable_so_atr_len_retry_cm4000_dev_61135 atr_len_retry cm4000_dev 0 61135 NULL
++enable_so_display_byte_stride_osd_info_61141 display_byte_stride osd_info 0 61141 NULL
++enable_so___access_remote_vm_fndecl_61148 __access_remote_vm fndecl 5-0-3 61148 NULL
++enable_so_get_free_entries_fndecl_61149 get_free_entries fndecl 1 61149 NULL
++enable_so_sierra_setup_urb_fndecl_61150 sierra_setup_urb fndecl 5-3-2 61150 NULL
++enable_so_scatterwalk_pagelen_fndecl_61151 scatterwalk_pagelen fndecl 0 61151 NULL
++enable_so_slhc_toss_fndecl_61153 slhc_toss fndecl 0 61153 NULL
++enable_so___vmalloc_node_range_fndecl_61157 __vmalloc_node_range fndecl 1-2-3 61157 NULL nohasharray
++enable_so_max_rsp_queues_qla_hw_data_61157 max_rsp_queues qla_hw_data 0 61157 &enable_so___vmalloc_node_range_fndecl_61157
++enable_so_addr_kcore_list_61158 addr kcore_list 0 61158 NULL
++enable_so_sel_commit_bools_write_fndecl_61166 sel_commit_bools_write fndecl 3 61166 NULL
++enable_so___del_qgroup_relation_fndecl_61170 __del_qgroup_relation fndecl 4-3 61170 NULL
++enable_so_host1x_job_alloc_fndecl_61171 host1x_job_alloc fndecl 4-3-2 61171 NULL
++enable_so_in_length_nd_cmd_vendor_hdr_61172 in_length nd_cmd_vendor_hdr 0 61172 NULL
++enable_so_pvr2_buffer_set_buffer_fndecl_61176 pvr2_buffer_set_buffer fndecl 3 61176 NULL
++enable_so___ocfs2_move_extent_fndecl_61183 __ocfs2_move_extent fndecl 4-5-3-6 61183 NULL
++enable_so_fbcon_softback_size_vardecl_fbcon_c_61184 fbcon_softback_size vardecl_fbcon.c 0 61184 NULL
++enable_so_channels_vendor_data_61194 channels vendor_data 0 61194 NULL
++enable_so_rdma_set_ib_paths_fndecl_61195 rdma_set_ib_paths fndecl 3 61195 NULL
++enable_so_spk_ys_vardecl_61196 spk_ys vardecl 0 61196 NULL
++enable_so_add_qgroup_rb_fndecl_61197 add_qgroup_rb fndecl 2 61197 NULL
++enable_so_bit_fields_len_ocrdma_srq_61200 bit_fields_len ocrdma_srq 0 61200 NULL
++enable_so_num_qps_mthca_limits_61203 num_qps mthca_limits 0 61203 NULL
++enable_so_parsed_tag_70_packet_size_ecryptfs_parse_tag_70_packet_silly_stack_61204 parsed_tag_70_packet_size ecryptfs_parse_tag_70_packet_silly_stack 0 61204 NULL
++enable_so_avail_snd_rawmidi_runtime_61205 avail snd_rawmidi_runtime 0 61205 NULL nohasharray
++enable_so_ts_nr_packets_vardecl_saa7134_ts_c_61205 ts_nr_packets vardecl_saa7134-ts.c 0 61205 &enable_so_avail_snd_rawmidi_runtime_61205
++enable_so_fp1_psb_pipe_61216 fp1 psb_pipe 0 61216 NULL nohasharray
++enable_so_buf_addr_mlx4_ib_create_srq_61216 buf_addr mlx4_ib_create_srq 0 61216 &enable_so_fp1_psb_pipe_61216
++enable_so_audit_log_n_hex_fndecl_61218 audit_log_n_hex fndecl 3 61218 NULL
++enable_so_rx_buffersize_b43_dmaring_61223 rx_buffersize b43_dmaring 0 61223 NULL
++enable_so_rx_tail_len_pn533_frame_ops_61226 rx_tail_len pn533_frame_ops 0 61226 NULL
++enable_so_size_ceph_mds_reply_inode_61235 size ceph_mds_reply_inode 0 61235 NULL
++enable_so_hidraw_get_report_fndecl_61242 hidraw_get_report fndecl 3 61242 NULL
++enable_so_rcar_dmac_prep_dma_cyclic_fndecl_61249 rcar_dmac_prep_dma_cyclic fndecl 4-3 61249 NULL
++enable_so_sys32_fadvise64_64_fndecl_61253 sys32_fadvise64_64 fndecl 2-3 61253 NULL nohasharray
++enable_so_CombinedStatusBufferLength_DAC960_Controller_61253 CombinedStatusBufferLength DAC960_Controller 0 61253 &enable_so_sys32_fadvise64_64_fndecl_61253
++enable_so_ieee80211_aes_gcm_decrypt_fndecl_61254 ieee80211_aes_gcm_decrypt fndecl 5 61254 NULL
++enable_so_b_blocknr_buffer_head_61260 b_blocknr buffer_head 0 61260 NULL
++enable_so____copy_from_user_fndecl_61266 ___copy_from_user fndecl 0 61266 NULL
++enable_so_split_boundary_dm_origin_61269 split_boundary dm_origin 0 61269 NULL
++enable_so_get_lock_data_page_fndecl_61276 get_lock_data_page fndecl 2 61276 NULL
++enable_so_len_ubifs_zbranch_61279 len ubifs_zbranch 0 61279 NULL
++enable_so_h_minimode_61280 h minimode 0 61280 NULL
++enable_so_i_file_acl_ext4_inode_info_61282 i_file_acl ext4_inode_info 0 61282 NULL
++enable_so_smk_write_ambient_fndecl_61288 smk_write_ambient fndecl 3 61288 NULL
++enable_so_dataSgeOffset_mpt_ioctl_command_61289 dataSgeOffset mpt_ioctl_command 0 61289 NULL
++enable_so_ds_tss_segment_16_61290 ds tss_segment_16 0 61290 NULL
++enable_so_compat_mpctl_ioctl_fndecl_61300 compat_mpctl_ioctl fndecl 2 61300 NULL
++enable_so_efs_nfs_get_inode_fndecl_61302 efs_nfs_get_inode fndecl 2 61302 NULL
++enable_so_fat_length_fat_floppy_defaults_61308 fat_length fat_floppy_defaults 0 61308 NULL
++enable_so_wlcore_smart_config_decode_event_fndecl_61313 wlcore_smart_config_decode_event fndecl 2-4 61313 NULL
++enable_so_dvb_ca_en50221_init_fndecl_61317 dvb_ca_en50221_init fndecl 4 61317 NULL
++enable_so_s3c_hsotg_rx_data_fndecl_61321 s3c_hsotg_rx_data fndecl 3 61321 NULL
++enable_so_ufs_iget_fndecl_61332 ufs_iget fndecl 2 61332 NULL
++enable_so_rtl2830_regmap_write_fndecl_61335 rtl2830_regmap_write fndecl 3 61335 NULL
++enable_so_rw_copy_check_uvector_fndecl_61351 rw_copy_check_uvector fndecl 3-0 61351 NULL nohasharray
++enable_so_v4l2_ctrl_new_std_fndecl_61351 v4l2_ctrl_new_std fndecl 5 61351 &enable_so_rw_copy_check_uvector_fndecl_61351
++enable_so_size_sge_fl_61353 size sge_fl 0 61353 NULL
++enable_so_conn_num_hci_conn_list_req_61354 conn_num hci_conn_list_req 0 61354 NULL
++enable_so_btrfs_delete_delayed_dir_index_fndecl_61358 btrfs_delete_delayed_dir_index fndecl 4 61358 NULL
++enable_so_hfs_get_block_fndecl_61360 hfs_get_block fndecl 2 61360 NULL
++enable_so_handle_response_icmp_fndecl_61366 handle_response_icmp fndecl 7 61366 NULL
++enable_so_tx_headroom_libipw_device_61370 tx_headroom libipw_device 0 61370 NULL
++enable_so_data_dma_usb_onetouch_61372 data_dma usb_onetouch 0 61372 NULL
++enable_so_devs_max_btrfs_raid_attr_61376 devs_max btrfs_raid_attr 0 61376 NULL
++enable_so_bfa_cb_ioim_done_fndecl_61381 bfa_cb_ioim_done fndecl 7 61381 NULL
++enable_so_num_to_str_fndecl_61382 num_to_str fndecl 0 61382 NULL
++enable_so_ip6gre_tunnel_change_mtu_fndecl_61385 ip6gre_tunnel_change_mtu fndecl 2 61385 NULL
++enable_so_sections_per_block_vardecl_memory_c_61386 sections_per_block vardecl_memory.c 0 61386 NULL nohasharray
++enable_so_osc_checksum_type_seq_write_fndecl_61386 osc_checksum_type_seq_write fndecl 3 61386 &enable_so_sections_per_block_vardecl_memory_c_61386
++enable_so_xfs_dir3_data_read_fndecl_61387 xfs_dir3_data_read fndecl 3 61387 NULL
++enable_so_tkip_countermeasures_local_info_61401 tkip_countermeasures local_info 0 61401 NULL
++enable_so_alloc_ts_config_fndecl_61404 alloc_ts_config fndecl 1 61404 NULL
++enable_so_buf_sz_vardecl_stmmac_main_c_61408 buf_sz vardecl_stmmac_main.c 0 61408 NULL
++enable_so_rx_ring_size_rx_queue_61409 rx_ring_size rx_queue 0 61409 NULL
++enable_so_pcpu_alloc_alloc_info_fndecl_61414 pcpu_alloc_alloc_info fndecl 1-2 61414 NULL
++enable_so_size_aper_size_info_lvl2_61417 size aper_size_info_lvl2 0 61417 NULL nohasharray
++enable_so_get_pas_size_fndecl_61417 get_pas_size fndecl 0 61417 &enable_so_size_aper_size_info_lvl2_61417
++enable_so_cma_release_fndecl_61424 cma_release fndecl 3 61424 NULL
++enable_so_nservers_mc5_params_61428 nservers mc5_params 0 61428 NULL
++enable_so_raw_setsockopt_fndecl_61435 raw_setsockopt fndecl 5 61435 NULL nohasharray
++enable_so_rows_omap4_keypad_61435 rows omap4_keypad 0 61435 &enable_so_raw_setsockopt_fndecl_61435 nohasharray
++enable_so_length_drm_mode_create_blob_61435 length drm_mode_create_blob 0 61435 &enable_so_rows_omap4_keypad_61435
++enable_so_group_size_efs_sb_info_61441 group_size efs_sb_info 0 61441 NULL
++enable_so_node_type_ib_device_61446 node_type ib_device 0 61446 NULL
++enable_so_bulk_out_size_usb_serial_driver_61450 bulk_out_size usb_serial_driver 0 61450 NULL
++enable_so_ocfs2_zero_range_for_truncate_fndecl_61461 ocfs2_zero_range_for_truncate fndecl 3 61461 NULL
++enable_so_LFBL_brcms_c_info_61474 LFBL brcms_c_info 0 61474 NULL
++enable_so_new_chunk_mdp_superblock_s_61482 new_chunk mdp_superblock_s 0 61482 NULL
++enable_so_nmatches_tcf_ematch_tree_hdr_61486 nmatches tcf_ematch_tree_hdr 0 61486 NULL
++enable_so_nlen_ubifs_dent_node_61488 nlen ubifs_dent_node 0 61488 NULL
++enable_so_adau17x1_set_dai_pll_fndecl_61491 adau17x1_set_dai_pll fndecl 4-5 61491 NULL nohasharray
++enable_so_dispatch_proc_write_fndecl_61491 dispatch_proc_write fndecl 3 61491 &enable_so_adau17x1_set_dai_pll_fndecl_61491
++enable_so_rs_init_fndecl_61492 rs_init fndecl 6-1 61492 NULL nohasharray
++enable_so_num_streams_azx_61492 num_streams azx 0 61492 &enable_so_rs_init_fndecl_61492
++enable_so_ccp_init_data_fndecl_61495 ccp_init_data fndecl 5 61495 NULL nohasharray
++enable_so_writing_st_buffer_61495 writing st_buffer 0 61495 &enable_so_ccp_init_data_fndecl_61495
++enable_so_vb_size_drm_savage_cmdbuf_61501 vb_size drm_savage_cmdbuf 0 61501 NULL
++enable_so_mgag200_gem_create_fndecl_61507 mgag200_gem_create fndecl 2 61507 NULL nohasharray
++enable_so_width_pwc_device_61507 width pwc_device 0 61507 &enable_so_mgag200_gem_create_fndecl_61507
++enable_so_count_sgentry_61508 count sgentry 0 61508 NULL
++enable_so_depth_cx8800_fmt_61510 depth cx8800_fmt 0 61510 NULL
++enable_so_wpa_enabled_libipw_device_61513 wpa_enabled libipw_device 0 61513 NULL nohasharray
++enable_so_total_sect_fat_boot_sector_61513 total_sect fat_boot_sector 0 61513 &enable_so_wpa_enabled_libipw_device_61513
++enable_so_nfs_fscache_get_super_cookie_fndecl_61520 nfs_fscache_get_super_cookie fndecl 3 61520 NULL
++enable_so_sys_write_fndecl_61526 sys_write fndecl 3 61526 NULL
++enable_so_register_num_acpi_fadt_pm_info_61529 register_num acpi_fadt_pm_info 0 61529 NULL
++enable_so_strlcpy_fndecl_61539 strlcpy fndecl 0 61539 NULL
++enable_so_drm_buffer_alloc_fndecl_61542 drm_buffer_alloc fndecl 2 61542 NULL
++enable_so_osst_do_scsi_fndecl_61545 osst_do_scsi fndecl 4 61545 NULL
++enable_so_iterate_dir_item_fndecl_61553 iterate_dir_item fndecl 0 61553 NULL
++enable_so_xdr_init_decode_pages_fndecl_61557 xdr_init_decode_pages fndecl 4 61557 NULL
++enable_so_min_objectid_btrfs_ioctl_search_key_61558 min_objectid btrfs_ioctl_search_key 0 61558 NULL
++enable_so_aoedev_flush_fndecl_61565 aoedev_flush fndecl 2 61565 NULL
++enable_so_ei_block_ext4_extent_idx_61567 ei_block ext4_extent_idx 0 61567 NULL nohasharray
++enable_so_mtip_hw_read_flags_fndecl_61567 mtip_hw_read_flags fndecl 3 61567 &enable_so_ei_block_ext4_extent_idx_61567
++enable_so_nilfs_dat_prepare_entry_fndecl_61575 nilfs_dat_prepare_entry fndecl 0 61575 NULL
++enable_so_usb_internal_control_msg_fndecl_61589 usb_internal_control_msg fndecl 5-2 61589 NULL
++enable_so_blkdev_issue_write_same_fndecl_61596 blkdev_issue_write_same fndecl 2-3 61596 NULL
++enable_so_hdisplay_moderec_61597 hdisplay moderec 0 61597 NULL
++enable_so_ext4_max_size_fndecl_61600 ext4_max_size fndecl 1 61600 NULL
++enable_so_head_align_brcmf_sdio_61610 head_align brcmf_sdio 0 61610 NULL
++enable_so_mic_virtio_copy_to_user_fndecl_61611 mic_virtio_copy_to_user fndecl 4-3 61611 NULL
++enable_so_btrfs_chunk_item_size_fndecl_61613 btrfs_chunk_item_size fndecl 0-1 61613 NULL
++enable_so_write_file_debug_fndecl_61615 write_file_debug fndecl 3 61615 NULL
++enable_so_eth_change_mtu_fndecl_61617 eth_change_mtu fndecl 2 61617 NULL
++enable_so_add_sit_entry_fndecl_61621 add_sit_entry fndecl 1 61621 NULL
++enable_so_ext4_xattr_shift_entries_fndecl_61629 ext4_xattr_shift_entries fndecl 2 61629 NULL
++enable_so____alloc_bootmem_node_nopanic_fndecl_61630 ___alloc_bootmem_node_nopanic fndecl 3-2 61630 NULL
++enable_so_nr_slots_b43_dmaring_61631 nr_slots b43_dmaring 0 61631 NULL
++enable_so_bio_advance_fndecl_61635 bio_advance fndecl 2 61635 NULL
++enable_so_btrfsic_process_written_block_fndecl_61638 btrfsic_process_written_block fndecl 2 61638 NULL
++enable_so_spidev_write_fndecl_61645 spidev_write fndecl 3 61645 NULL
++enable_so_sci_req_tx_bytes_fndecl_61647 sci_req_tx_bytes fndecl 0 61647 NULL nohasharray
++enable_so_index_count_applesmc_registers_61647 index_count applesmc_registers 0 61647 &enable_so_sci_req_tx_bytes_fndecl_61647
++enable_so_height_cx23885_dev_61651 height cx23885_dev 0 61651 NULL nohasharray
++enable_so_hashbits_rpc_cred_cache_61651 hashbits rpc_cred_cache 0 61651 &enable_so_height_cx23885_dev_61651
++enable_so_security_socket_sendmsg_fndecl_61654 security_socket_sendmsg fndecl 0 61654 NULL
++enable_so_anode_lookup_fndecl_61656 anode_lookup fndecl 3-2 61656 NULL
++enable_so_sdio_align_size_fndecl_61658 sdio_align_size fndecl 0-2 61658 NULL
++enable_so_min_io_size_ubi_device_info_61673 min_io_size ubi_device_info 0 61673 NULL
++enable_so_comm_write_fndecl_61674 comm_write fndecl 3 61674 NULL
++enable_so_sd_fsb2bb_shift_gfs2_sbd_61677 sd_fsb2bb_shift gfs2_sbd 0 61677 NULL
++enable_so_page_size_ms_boot_attr_info_61681 page_size ms_boot_attr_info 0 61681 NULL
++enable_so_sv_max_mesg_svc_serv_61683 sv_max_mesg svc_serv 0 61683 NULL
++enable_so_SyS_io_getevents_fndecl_61684 SyS_io_getevents fndecl 3 61684 NULL
++enable_so_ip_clusters_ocfs2_inode_info_61689 ip_clusters ocfs2_inode_info 0 61689 NULL
++enable_so_cma_set_req_event_data_fndecl_61691 cma_set_req_event_data fndecl 4 61691 NULL
++enable_so_ieee80211_rx_mgmt_assoc_resp_fndecl_61694 ieee80211_rx_mgmt_assoc_resp fndecl 3 61694 NULL nohasharray
++enable_so_btrfs_check_uuid_tree_entry_fndecl_61694 btrfs_check_uuid_tree_entry fndecl 4 61694 &enable_so_ieee80211_rx_mgmt_assoc_resp_fndecl_61694
++enable_so_segnum_nilfs_segment_entry_61704 segnum nilfs_segment_entry 0 61704 NULL
++enable_so_find_key_fndecl_61711 find_key fndecl 2 61711 NULL
++enable_so_xtypecpy_gru_control_block_extended_61714 xtypecpy gru_control_block_extended 0 61714 NULL
++enable_so_BytesPerSector_ms_lib_ctrl_61717 BytesPerSector ms_lib_ctrl 0 61717 NULL
++enable_so_do_lfb_size_fndecl_61720 do_lfb_size fndecl 0 61720 NULL
++enable_so_btrfs_account_dev_extents_size_fndecl_61726 btrfs_account_dev_extents_size fndecl 2 61726 NULL
++enable_so_dm_bufio_new_fndecl_61727 dm_bufio_new fndecl 2 61727 NULL
++enable_so_exit_info_2_vmcb_control_area_61734 exit_info_2 vmcb_control_area 0 61734 NULL
++enable_so_n_patterns_cfg80211_wowlan_61737 n_patterns cfg80211_wowlan 0 61737 NULL
++enable_so_pci_msix_vec_count_fndecl_61742 pci_msix_vec_count fndecl 0 61742 NULL
++enable_so_count_nfs_pgio_args_61745 count nfs_pgio_args 0 61745 NULL nohasharray
++enable_so_wmi_call_fndecl_61745 wmi_call fndecl 4 61745 &enable_so_count_nfs_pgio_args_61745
++enable_so_smt_add_frame_len_fndecl_61748 smt_add_frame_len fndecl 2 61748 NULL
++enable_so_mon_buff_area_alloc_fndecl_61752 mon_buff_area_alloc fndecl 2 61752 NULL
++enable_so_i9xx_dpll_compute_fp_fndecl_61753 i9xx_dpll_compute_fp fndecl 0 61753 NULL
++enable_so_SYSC_add_key_fndecl_61756 SYSC_add_key fndecl 4 61756 NULL
++enable_so_ath9k_def_dump_modal_eeprom_fndecl_61757 ath9k_def_dump_modal_eeprom fndecl 0-2-3 61757 NULL
++enable_so_sl_count_ip_sf_socklist_61758 sl_count ip_sf_socklist 0 61758 NULL
++enable_so_rsp_residual_count_sts_entry_24xx_61762 rsp_residual_count sts_entry_24xx 0 61762 NULL
++enable_so_len_s_skfp_ioctl_61764 len s_skfp_ioctl 0 61764 NULL
++enable_so_file_remove_suid_fndecl_61769 file_remove_suid fndecl 0 61769 NULL
++enable_so_height_zr364xx_camera_61781 height zr364xx_camera 0 61781 NULL nohasharray
++enable_so_xlog_recover_add_to_cont_trans_fndecl_61781 xlog_recover_add_to_cont_trans fndecl 4 61781 &enable_so_height_zr364xx_camera_61781
++enable_so_pclk_max_ov6650_61784 pclk_max ov6650 0 61784 NULL
++enable_so_xdr_enter_page_fndecl_61791 xdr_enter_page fndecl 2 61791 NULL
++enable_so_num_gpios_htcpld_chip_platform_data_61792 num_gpios htcpld_chip_platform_data 0 61792 NULL
++enable_so_tx_dma_phys_tegra_spi_data_61795 tx_dma_phys tegra_spi_data 0 61795 NULL nohasharray
++enable_so_db_addr_mlx4_ib_create_srq_61795 db_addr mlx4_ib_create_srq 0 61795 &enable_so_tx_dma_phys_tegra_spi_data_61795
++enable_so_vxfs_bmap_typed_fndecl_61801 vxfs_bmap_typed fndecl 0-2 61801 NULL
++enable_so_imm_count_iscsi_task_61804 imm_count iscsi_task 0 61804 NULL
++enable_so_end_map_range_61813 end map_range 0 61813 NULL
++enable_so_len_nfs_createargs_61814 len nfs_createargs 0 61814 NULL
++enable_so_m_rsumsize_xfs_mount_61815 m_rsumsize xfs_mount 0 61815 NULL
++enable_so_lookup_extent_data_ref_fndecl_61819 lookup_extent_data_ref fndecl 5-4 61819 NULL
++enable_so_ttm_get_pages_fndecl_61821 ttm_get_pages fndecl 2 61821 NULL
++enable_so_bnx2x_init_wr_zp_fndecl_61822 bnx2x_init_wr_zp fndecl 3 61822 NULL
++enable_so_tracing_resize_saved_cmdlines_fndecl_61823 tracing_resize_saved_cmdlines fndecl 1 61823 NULL
++enable_so_SYSC_set_mempolicy_fndecl_61827 SYSC_set_mempolicy fndecl 3 61827 NULL
++enable_so_xfs_bulkstat_one_fndecl_61834 xfs_bulkstat_one fndecl 2 61834 NULL nohasharray
++enable_so_dir_level_f2fs_sb_info_61834 dir_level f2fs_sb_info 0 61834 &enable_so_xfs_bulkstat_one_fndecl_61834
++enable_so_num_virt_counters_op_x86_model_spec_61835 num_virt_counters op_x86_model_spec 0 61835 NULL
++enable_so_rd08_nvkm_ofuncs_61836 rd08 nvkm_ofuncs 0 61836 NULL
++enable_so_size_rocker_dma_ring_info_61839 size rocker_dma_ring_info 0 61839 NULL
++enable_so_start_segno_free_segmap_info_61843 start_segno free_segmap_info 0 61843 NULL
++enable_so_ocfs2_xattr_bucket_find_fndecl_61853 ocfs2_xattr_bucket_find fndecl 5 61853 NULL
++enable_so_sents_per_block_sit_info_61856 sents_per_block sit_info 0 61856 NULL
++enable_so_claim_ptd_buffers_fndecl_61862 claim_ptd_buffers fndecl 3 61862 NULL nohasharray
++enable_so_dma_len_rx_fst_card_info_61862 dma_len_rx fst_card_info 0 61862 &enable_so_claim_ptd_buffers_fndecl_61862
++enable_so_num_mpts_mlx4_caps_61866 num_mpts mlx4_caps 0 61866 NULL
++enable_so___section_nr_fndecl_61869 __section_nr fndecl 0 61869 NULL
++enable_so_nfs4_file_fsync_fndecl_61872 nfs4_file_fsync fndecl 2 61872 NULL
++enable_so_handle_eviocgbit_fndecl_61874 handle_eviocgbit fndecl 3 61874 NULL
++enable_so_wm5100_set_fll_fndecl_61876 wm5100_set_fll fndecl 4-5 61876 NULL nohasharray
++enable_so_wil_vring_init_tx_fndecl_61876 wil_vring_init_tx fndecl 3 61876 &enable_so_wm5100_set_fll_fndecl_61876
++enable_so_virtinput_cfg_select_fndecl_61880 virtinput_cfg_select fndecl 0 61880 NULL
++enable_so_ehci_urb_done_fndecl_61889 ehci_urb_done fndecl 3 61889 NULL
++enable_so_vp_find_vqs_fndecl_61892 vp_find_vqs fndecl 2 61892 NULL
++enable_so_srp_alloc_iu_fndecl_61904 srp_alloc_iu fndecl 2 61904 NULL nohasharray
++enable_so_MaxRecvDataSegmentLength_iscsi_conn_ops_61904 MaxRecvDataSegmentLength iscsi_conn_ops 0 61904 &enable_so_srp_alloc_iu_fndecl_61904
++enable_so_rxsize_channel_data_61912 rxsize channel_data 0 61912 NULL
++enable_so_cxd2820r_wr_regs_i2c_fndecl_61922 cxd2820r_wr_regs_i2c fndecl 5 61922 NULL
++enable_so_pino_nlink_jffs2_inode_cache_61933 pino_nlink jffs2_inode_cache 0 61933 NULL
++enable_so_net2272_ep_read_fndecl_61935 net2272_ep_read fndecl 0 61935 NULL
++enable_so_alloc_size_ttm_pool_opts_61945 alloc_size ttm_pool_opts 0 61945 NULL
++enable_so_force_static_address_write_fndecl_61952 force_static_address_write fndecl 3 61952 NULL
++enable_so_next_ldtentry_61954 next ldtentry 0 61954 NULL
++enable_so_ntrips___thermal_zone_61955 ntrips __thermal_zone 0 61955 NULL
++enable_so_indirect_size_srp_target_port_61962 indirect_size srp_target_port 0 61962 NULL
++enable_so_periods_min_snd_pcm_hardware_61965 periods_min snd_pcm_hardware 0 61965 NULL
++enable_so_radeon_audio_calc_cts_fndecl_61966 radeon_audio_calc_cts fndecl 1-4 61966 NULL
++enable_so_physical_for_dev_replace_scrub_page_61977 physical_for_dev_replace scrub_page 0 61977 NULL
++enable_so_dm_bitset_del_fndecl_61979 dm_bitset_del fndecl 2 61979 NULL
++enable_so_qla4xxx_alloc_work_fndecl_61982 qla4xxx_alloc_work fndecl 2 61982 NULL
++enable_so_qib_verbs_send_dma_fndecl_61985 qib_verbs_send_dma fndecl 6-3 61985 NULL
++enable_so_opts1_de_desc_61986 opts1 de_desc 0 61986 NULL nohasharray
++enable_so_sub_stripes_map_lookup_61986 sub_stripes map_lookup 0 61986 &enable_so_opts1_de_desc_61986
++enable_so_copydesc_user_fndecl_61988 copydesc_user fndecl 3 61988 NULL
++enable_so_vblank_panel_info_61990 vblank panel_info 0 61990 NULL
++enable_so_num_srq_mlx4_profile_61993 num_srq mlx4_profile 0 61993 NULL
++enable_so_sisusb_write_fndecl_62001 sisusb_write fndecl 3 62001 NULL
++enable_so_s3c_hsotg_set_ep_maxpacket_fndecl_62008 s3c_hsotg_set_ep_maxpacket fndecl 3 62008 NULL
++enable_so_length_snd_efw_transaction_62012 length snd_efw_transaction 0 62012 NULL
++enable_so_nf_bridge_encap_header_len_fndecl_62025 nf_bridge_encap_header_len fndecl 0 62025 NULL
++enable_so_encode_diropargs_fndecl_62031 encode_diropargs fndecl 4 62031 NULL
++enable_so_num_qps_mlx4_caps_62033 num_qps mlx4_caps 0 62033 NULL
++enable_so_tfcpad_xfrm_state_62038 tfcpad xfrm_state 0 62038 NULL
++enable_so_init_rs_fndecl_62042 init_rs fndecl 5-1 62042 NULL nohasharray
++enable_so_lmm_stripe_count_lov_user_md_v3_62042 lmm_stripe_count lov_user_md_v3 0 62042 &enable_so_init_rs_fndecl_62042
++enable_so_flag_count_sg_simple_element_62044 flag_count sg_simple_element 0 62044 NULL
++enable_so___sw_hweight16_fndecl_62046 __sw_hweight16 fndecl 0 62046 NULL
++enable_so_block_aligned_filename_size_ecryptfs_write_tag_70_packet_silly_stack_62050 block_aligned_filename_size ecryptfs_write_tag_70_packet_silly_stack 0 62050 NULL
++enable_so_entries_size_ebt_replace_62051 entries_size ebt_replace 0 62051 NULL
++enable_so_di_nblocks_dinode_62054 di_nblocks dinode 0 62054 NULL
++enable_so_regmap_spi_read_fndecl_62058 regmap_spi_read fndecl 3-5 62058 NULL
++enable_so_ex_offset_extent_s_62059 ex_offset extent_s 0 62059 NULL
++enable_so_do_tty_write_fndecl_62067 do_tty_write fndecl 5 62067 NULL
++enable_so_cb_stripe_unit_exofs_dt_data_map_62068 cb_stripe_unit exofs_dt_data_map 0 62068 NULL
++enable_so_wBlockSize_ms_bootblock_sysinf_62081 wBlockSize ms_bootblock_sysinf 0 62081 NULL
++enable_so_ieee80211_build_probe_req_fndecl_62084 ieee80211_build_probe_req fndecl 9-7 62084 NULL
++enable_so_rtsx_usb_seq_write_register_fndecl_62088 rtsx_usb_seq_write_register fndecl 3 62088 NULL
++enable_so_cur_rx_pos_tegra_spi_data_62091 cur_rx_pos tegra_spi_data 0 62091 NULL
++enable_so_max_xid_bnx2fc_hba_62096 max_xid bnx2fc_hba 0 62096 NULL
++enable_so_bcm_recvmsg_fndecl_62099 bcm_recvmsg fndecl 3 62099 NULL nohasharray
++enable_so_word3_atl1c_recv_ret_status_62099 word3 atl1c_recv_ret_status 0 62099 &enable_so_bcm_recvmsg_fndecl_62099
++enable_so_task_ctx_size_pmu_62102 task_ctx_size pmu 0 62102 NULL
++enable_so_ts_rate___wmi_event_txstatus_62105 ts_rate __wmi_event_txstatus 0 62105 NULL
++enable_so_bulk_out_ep_bfusb_data_62110 bulk_out_ep bfusb_data 0 62110 NULL
++enable_so_local_addr_rds_atomic_args_62123 local_addr rds_atomic_args 0 62123 NULL nohasharray
++enable_so_sched_read_attr_fndecl_62123 sched_read_attr fndecl 3 62123 &enable_so_local_addr_rds_atomic_args_62123
++enable_so_vcs_lseek_fndecl_62125 vcs_lseek fndecl 2 62125 NULL
++enable_so_send_chmod_fndecl_62144 send_chmod fndecl 2 62144 NULL
++enable_so_cciss_tape_cmds_vardecl_cciss_c_62147 cciss_tape_cmds vardecl_cciss.c 0 62147 NULL
++enable_so_tcp_trim_head_fndecl_62157 tcp_trim_head fndecl 3 62157 NULL
++enable_so_ptrace_writedata_fndecl_62158 ptrace_writedata fndecl 4-3 62158 NULL
++enable_so_srv_buf_size_ptlrpc_service_62163 srv_buf_size ptlrpc_service 0 62163 NULL
++enable_so_user_frag_sctp_association_62167 user_frag sctp_association 0 62167 NULL nohasharray
++enable_so_idt_vectoring_info_vcpu_vmx_62167 idt_vectoring_info vcpu_vmx 0 62167 &enable_so_user_frag_sctp_association_62167 nohasharray
++enable_so_alloc_huge_page_fndecl_62167 alloc_huge_page fndecl 2 62167 &enable_so_idt_vectoring_info_vcpu_vmx_62167
++enable_so_len_scrub_copy_nocow_ctx_62170 len scrub_copy_nocow_ctx 0 62170 NULL
++enable_so_igb_change_mtu_fndecl_62189 igb_change_mtu fndecl 2 62189 NULL
++enable_so_eps_count_ffs_data_62193 eps_count ffs_data 0 62193 NULL
++enable_so_rose_sendmsg_fndecl_62194 rose_sendmsg fndecl 3 62194 NULL nohasharray
++enable_so_dm_kvzalloc_fndecl_62194 dm_kvzalloc fndecl 1 62194 &enable_so_rose_sendmsg_fndecl_62194
++enable_so_max_pkt_size_em28xx_62196 max_pkt_size em28xx 0 62196 NULL
++enable_so_wm_adsp_create_control_fndecl_62201 wm_adsp_create_control fndecl 4 62201 NULL
++enable_so_param_count_acpi_evaluate_info_62202 param_count acpi_evaluate_info 0 62202 NULL
++enable_so_inum_size_entry_62204 inum size_entry 0 62204 NULL
++enable_so_locked_rate_snd_sb_62221 locked_rate snd_sb 0 62221 NULL
++enable_so_datainterval_snd_usb_endpoint_62227 datainterval snd_usb_endpoint 0 62227 NULL
++enable_so_shmem_getpage_gfp_fndecl_62239 shmem_getpage_gfp fndecl 2 62239 NULL nohasharray
++enable_so_svm_create_vcpu_fndecl_62239 svm_create_vcpu fndecl 2 62239 &enable_so_shmem_getpage_gfp_fndecl_62239
++enable_so_snd_pcm_alloc_vmalloc_buffer_fndecl_62240 snd_pcm_alloc_vmalloc_buffer fndecl 2 62240 NULL
++enable_so_btrfs_set_extent_delalloc_fndecl_62264 btrfs_set_extent_delalloc fndecl 3-2 62264 NULL
++enable_so_usable_leb_size_ubi_volume_62272 usable_leb_size ubi_volume 0 62272 NULL
++enable_so_xfs_bmapi_delay_fndecl_62277 xfs_bmapi_delay fndecl 2-3 62277 NULL nohasharray
++enable_so_cfpkt_add_body_fndecl_62277 cfpkt_add_body fndecl 3 62277 &enable_so_xfs_bmapi_delay_fndecl_62277
++enable_so_email_size_x509_parse_context_62283 email_size x509_parse_context 0 62283 NULL
++enable_so_gx1_line_delta_fndecl_62286 gx1_line_delta fndecl 0 62286 NULL
++enable_so___kvm_read_guest_page_fndecl_62291 __kvm_read_guest_page fndecl 5 62291 NULL
++enable_so_num_arq_entries_i40e_adminq_info_62293 num_arq_entries i40e_adminq_info 0 62293 NULL
++enable_so_max_io_mvumi_hba_62301 max_io mvumi_hba 0 62301 NULL
++enable_so_ceph_llseek_fndecl_62305 ceph_llseek fndecl 2 62305 NULL
++enable_so_sb_rbmblocks_xfs_sb_62307 sb_rbmblocks xfs_sb 0 62307 NULL
++enable_so_rtl2832_sdr_convert_stream_fndecl_62308 rtl2832_sdr_convert_stream fndecl 0-4 62308 NULL
++enable_so_map_extent_mft_record_fndecl_62312 map_extent_mft_record fndecl 2 62312 NULL nohasharray
++enable_so_alloc_ctrl_packet_fndecl_62312 alloc_ctrl_packet fndecl 1 62312 &enable_so_map_extent_mft_record_fndecl_62312
++enable_so_ss_channels_snd_rme9652_62315 ss_channels snd_rme9652 0 62315 NULL
++enable_so_erst_writer_fndecl_62318 erst_writer fndecl 7 62318 NULL
++enable_so_ext2_new_block_fndecl_62326 ext2_new_block fndecl 0-2 62326 NULL
++enable_so_qib_get_user_pages_fndecl_62338 qib_get_user_pages fndecl 1 62338 NULL
++enable_so_reiserfs_update_sd_size_fndecl_62345 reiserfs_update_sd_size fndecl 3 62345 NULL nohasharray
++enable_so_lov_emerg_alloc_fndecl_62345 lov_emerg_alloc fndecl 1 62345 &enable_so_reiserfs_update_sd_size_fndecl_62345
++enable_so_write_file_spectral_bins_fndecl_62347 write_file_spectral_bins fndecl 3 62347 NULL
++enable_so_pcl_status_pcl_62348 pcl_status pcl 0 62348 NULL
++enable_so_C_SYSC_select_fndecl_62350 C_SYSC_select fndecl 1 62350 NULL
++enable_so_mpi_resize_fndecl_62353 mpi_resize fndecl 2 62353 NULL
++enable_so_raid56_parity_write_fndecl_62355 raid56_parity_write fndecl 4 62355 NULL
++enable_so_fm10k_iov_alloc_data_fndecl_62361 fm10k_iov_alloc_data fndecl 2 62361 NULL
++enable_so_rawv6_sendmsg_fndecl_62363 rawv6_sendmsg fndecl 3 62363 NULL
++enable_so_ts_read_fndecl_62364 ts_read fndecl 3 62364 NULL
++enable_so_drxbsp_i2c_write_read_fndecl_62366 drxbsp_i2c_write_read fndecl 5-2 62366 NULL
++enable_so__zd_iowrite32v_locked_fndecl_62374 _zd_iowrite32v_locked fndecl 3 62374 NULL nohasharray
++enable_so_num_subauth_cifs_sid_62374 num_subauth cifs_sid 0 62374 &enable_so__zd_iowrite32v_locked_fndecl_62374
++enable_so_fib_count_nexthops_fndecl_62377 fib_count_nexthops fndecl 0 62377 NULL
++enable_so_clusterip_proc_write_fndecl_62378 clusterip_proc_write fndecl 3 62378 NULL
++enable_so_new_chunk_mdp_superblock_1_62380 new_chunk mdp_superblock_1 0 62380 NULL
++enable_so_max_cnt_ocrdma_qp_hwq_info_62383 max_cnt ocrdma_qp_hwq_info 0 62383 NULL
++enable_so_transid_btrfs_trans_handle_62386 transid btrfs_trans_handle 0 62386 NULL nohasharray
++enable_so_ivsize_aead_alg_62386 ivsize aead_alg 0 62386 &enable_so_transid_btrfs_trans_handle_62386
++enable_so_m_blkbb_log_xfs_mount_62391 m_blkbb_log xfs_mount 0 62391 NULL
++enable_so___generic_block_fiemap_fndecl_62394 __generic_block_fiemap fndecl 4 62394 NULL nohasharray
++enable_so_xfer_to_user_fndecl_62394 xfer_to_user fndecl 3 62394 &enable_so___generic_block_fiemap_fndecl_62394
++enable_so_hwCBP_td_62396 hwCBP td 0 62396 NULL
++enable_so_c4iw_create_cq_fndecl_62397 c4iw_create_cq fndecl 2 62397 NULL
++enable_so_bus_addr_videobuf_dmabuf_62402 bus_addr videobuf_dmabuf 0 62402 NULL nohasharray
++enable_so_len_scifioctl_node_ids_62402 len scifioctl_node_ids 0 62402 &enable_so_bus_addr_videobuf_dmabuf_62402
++enable_so_send_cap_msg_fndecl_62406 send_cap_msg fndecl 12 62406 NULL nohasharray
++enable_so_tnode_new_fndecl_62406 tnode_new fndecl 3 62406 &enable_so_send_cap_msg_fndecl_62406
++enable_so_rtsx_usb_get_rsp_fndecl_62408 rtsx_usb_get_rsp fndecl 2 62408 NULL nohasharray
++enable_so_fill_holes_fndecl_62408 fill_holes fndecl 4-5 62408 &enable_so_rtsx_usb_get_rsp_fndecl_62408 nohasharray
++enable_so_do_huge_pmd_wp_page_fndecl_62408 do_huge_pmd_wp_page fndecl 3 62408 &enable_so_fill_holes_fndecl_62408
++enable_so_gfs2_log_bmap_fndecl_62411 gfs2_log_bmap fndecl 0 62411 NULL
++enable_so_unmap_page_range_fndecl_62415 unmap_page_range fndecl 4-3 62415 NULL
++enable_so_data_offset_v4l2_plane_62423 data_offset v4l2_plane 0 62423 NULL
++enable_so_WIL_GET_BITS_fndecl_62424 WIL_GET_BITS fndecl 0-3-2-1 62424 NULL
++enable_so_set_brk_fndecl_62430 set_brk fndecl 2 62430 NULL nohasharray
++enable_so_io_size_xfs_ioend_62430 io_size xfs_ioend 0 62430 &enable_so_set_brk_fndecl_62430
++enable_so_sctp_setsockopt_fndecl_62439 sctp_setsockopt fndecl 5 62439 NULL
++enable_so___videobuf_copy_stream_fndecl_62450 __videobuf_copy_stream fndecl 4 62450 NULL
++enable_so_k3_dma_prep_slave_sg_fndecl_62456 k3_dma_prep_slave_sg fndecl 3 62456 NULL
++enable_so_irq_domain_add_legacy_fndecl_62462 irq_domain_add_legacy fndecl 2-4 62462 NULL
++enable_so_btrfs_new_inode_fndecl_62463 btrfs_new_inode fndecl 7-6 62463 NULL
++enable_so_ipx_recvmsg_fndecl_62469 ipx_recvmsg fndecl 3 62469 NULL
++enable_so_payload_bytes_controlvm_message_header_62474 payload_bytes controlvm_message_header 0 62474 NULL
++enable_so_page_size_mspro_block_data_62479 page_size mspro_block_data 0 62479 NULL
++enable_so_fw_stats_bus_myri10ge_slice_state_62482 fw_stats_bus myri10ge_slice_state 0 62482 NULL
++enable_so_ide_end_rq_fndecl_62486 ide_end_rq fndecl 4 62486 NULL nohasharray
++enable_so_rx_ring_tail_sc92031_priv_62486 rx_ring_tail sc92031_priv 0 62486 &enable_so_ide_end_rq_fndecl_62486
++enable_so_mlx5_ib_reg_user_mr_fndecl_62488 mlx5_ib_reg_user_mr fndecl 2-4 62488 NULL
++enable_so_residual_len_sts_entry_fx00_62491 residual_len sts_entry_fx00 0 62491 NULL nohasharray
++enable_so_dlen_ippp_ccp_reset_state_62491 dlen ippp_ccp_reset_state 0 62491 &enable_so_residual_len_sts_entry_fx00_62491
++enable_so_filemap_write_and_wait_range_fndecl_62492 filemap_write_and_wait_range fndecl 2 62492 NULL
++enable_so_evtchn_write_fndecl_62493 evtchn_write fndecl 3 62493 NULL
++enable_so_vmci_transport_set_buffer_size_fndecl_62498 vmci_transport_set_buffer_size fndecl 2 62498 NULL
++enable_so_jade_ale_bkm_hw_62507 jade_ale bkm_hw 0 62507 NULL
++enable_so_sgs_per_request_skd_device_62508 sgs_per_request skd_device 0 62508 NULL
++enable_so_mpage_alloc_fndecl_62512 mpage_alloc fndecl 2 62512 NULL
++enable_so_btrfs_alloc_dev_extent_fndecl_62518 btrfs_alloc_dev_extent fndecl 6 62518 NULL
++enable_so_rx_buf_sz_iadev_priv_62524 rx_buf_sz iadev_priv 0 62524 NULL
++enable_so_m88ds3103_rd_regs_fndecl_62534 m88ds3103_rd_regs fndecl 4 62534 NULL
++enable_so_kvm_host_page_size_fndecl_62535 kvm_host_page_size fndecl 0-2 62535 NULL
++enable_so_acpi_tb_init_generic_address_fndecl_62545 acpi_tb_init_generic_address fndecl 4-3 62545 NULL
++enable_so_len_ErrMsg_62547 len ErrMsg 0 62547 NULL
++enable_so_arm_iommu_alloc_attrs_fndecl_62553 arm_iommu_alloc_attrs fndecl 2 62553 NULL
++enable_so_q_pwr_phy_iq_est_62556 q_pwr phy_iq_est 0 62556 NULL
++enable_so_rsi_sdio_host_intf_read_pkt_fndecl_62557 rsi_sdio_host_intf_read_pkt fndecl 3 62557 NULL
++enable_so_lx_framebuffer_size_fndecl_62562 lx_framebuffer_size fndecl 0 62562 NULL
++enable_so_base_pfn_var_mtrr_range_state_62564 base_pfn var_mtrr_range_state 0 62564 NULL nohasharray
++enable_so_wDatagramLength_usb_cdc_ncm_dpe16_62564 wDatagramLength usb_cdc_ncm_dpe16 0 62564 &enable_so_base_pfn_var_mtrr_range_state_62564
++enable_so_outbuf_dma_ati_remote_62567 outbuf_dma ati_remote 0 62567 NULL
++enable_so_numscales_vardecl_longhaul_c_62570 numscales vardecl_longhaul.c 0 62570 NULL
++enable_so_gart_free_coherent_fndecl_62577 gart_free_coherent fndecl 2 62577 NULL
++enable_so_get_active_stripe_fndecl_62581 get_active_stripe fndecl 2 62581 NULL
++enable_so_btrfs_check_data_free_space_fndecl_62583 btrfs_check_data_free_space fndecl 0 62583 NULL
++enable_so_blkaddr_discard_entry_62585 blkaddr discard_entry 0 62585 NULL
++enable_so_gfs2_lookup_root_fndecl_62586 gfs2_lookup_root fndecl 3 62586 NULL
++enable_so_rangelow_v4l2_hw_freq_seek_62591 rangelow v4l2_hw_freq_seek 0 62591 NULL
++enable_so___alloc_bootmem_low_fndecl_62604 __alloc_bootmem_low fndecl 2-1 62604 NULL nohasharray
++enable_so_max_header_size_irlan_cb_62604 max_header_size irlan_cb 0 62604 &enable_so___alloc_bootmem_low_fndecl_62604
++enable_so_get_user_pages_unlocked_fndecl_62612 get_user_pages_unlocked fndecl 0-3 62612 NULL
++enable_so_btrfs_del_orphan_item_fndecl_62622 btrfs_del_orphan_item fndecl 3 62622 NULL
++enable_so_usb_string_fndecl_62624 usb_string fndecl 0 62624 NULL
++enable_so_l2linesize_linelock_62626 l2linesize linelock 0 62626 NULL
++enable_so_min_pkt_size_pktgen_dev_62629 min_pkt_size pktgen_dev 0 62629 NULL
++enable_so_get_vm_area_size_fndecl_62631 get_vm_area_size fndecl 0 62631 NULL
++enable_so_wil_change_mtu_fndecl_62636 wil_change_mtu fndecl 2 62636 NULL
++enable_so_fs_path_prepare_for_add_fndecl_62638 fs_path_prepare_for_add fndecl 2 62638 NULL
++enable_so_fts_rtllib_device_62643 fts rtllib_device 0 62643 NULL
++enable_so_rmdir_ino_waiting_dir_move_62644 rmdir_ino waiting_dir_move 0 62644 NULL
++enable_so_cfg_sg_seg_cnt_lpfc_hba_62646 cfg_sg_seg_cnt lpfc_hba 0 62646 NULL nohasharray
++enable_so_i_iget5_offset_iso_inode_info_62646 i_iget5_offset iso_inode_info 0 62646 &enable_so_cfg_sg_seg_cnt_lpfc_hba_62646
++enable_so_usb_alloc_urb_fndecl_62655 usb_alloc_urb fndecl 1 62655 NULL
++enable_so_curr_len_max3421_hcd_62658 curr_len max3421_hcd 0 62658 NULL
++enable_so_calculate_discard_block_size_fndecl_62667 calculate_discard_block_size fndecl 0-1 62667 NULL
++enable_so_qxl_gem_object_create_fndecl_62668 qxl_gem_object_create fndecl 2 62668 NULL
++enable_so_bss_priv_size_wiphy_62669 bss_priv_size wiphy 0 62669 NULL
++enable_so_pci_cfg_space_size_ext_fndecl_62679 pci_cfg_space_size_ext fndecl 0 62679 NULL
++enable_so_encode_rpcb_string_fndecl_62680 encode_rpcb_string fndecl 3 62680 NULL
++enable_so_nvme_trans_device_id_page_fndecl_62681 nvme_trans_device_id_page fndecl 4 62681 NULL
++enable_so_bpp_sh_vou_fmt_62683 bpp sh_vou_fmt 0 62683 NULL
++enable_so_num_vsis_i40e_hw_capabilities_62685 num_vsis i40e_hw_capabilities 0 62685 NULL
++enable_so_start_ttm_mem_reg_62688 start ttm_mem_reg 0 62688 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPnetDiameterTraversalTime_fndecl_62690 ieee80211_if_fmt_dot11MeshHWMPnetDiameterTraversalTime fndecl 3 62690 NULL
++enable_so_f2fs_fill_dentries_fndecl_62693 f2fs_fill_dentries fndecl 3 62693 NULL
++enable_so_width_tcm_62703 width tcm 0 62703 NULL
++enable_so_curwidth_usb_usbvision_62710 curwidth usb_usbvision 0 62710 NULL
++enable_so_mtu_ring_info_62721 mtu ring_info 0 62721 NULL nohasharray
++enable_so_add_bytes_to_bitmap_fndecl_62721 add_bytes_to_bitmap fndecl 0-3-4 62721 &enable_so_mtu_ring_info_62721
++enable_so_limit_tc_sfq_qopt_62728 limit tc_sfq_qopt 0 62728 NULL
++enable_so_total_len_android_wifi_priv_cmd_62735 total_len android_wifi_priv_cmd 0 62735 NULL
++enable_so_smi_read_eeprom_fndecl_62737 smi_read_eeprom fndecl 4 62737 NULL
++enable_so_match_size_ebt_entry_match_62738 match_size ebt_entry_match 0 62738 NULL
++enable_so_xfs_da_read_buf_fndecl_62739 xfs_da_read_buf fndecl 3 62739 NULL
++enable_so_twa_load_sgl_fndecl_62743 twa_load_sgl fndecl 5 62743 NULL
++enable_so_fs_wm9081_priv_62744 fs wm9081_priv 0 62744 NULL nohasharray
++enable_so_nmsrs_kvm_msrs_62744 nmsrs kvm_msrs 0 62744 &enable_so_fs_wm9081_priv_62744
++enable_so_clear_extent_dirty_fndecl_62746 clear_extent_dirty fndecl 2-3 62746 NULL
++enable_so___bioset_create_fndecl_62752 __bioset_create fndecl 2 62752 NULL
++enable_so_e_value_size_ext4_xattr_entry_62783 e_value_size ext4_xattr_entry 0 62783 NULL
++enable_so__xfer_secondary_pool_fndecl_62786 _xfer_secondary_pool fndecl 2 62786 NULL
++enable_so_mt2131_writeregs_fndecl_62788 mt2131_writeregs fndecl 3 62788 NULL
++enable_so_buffer_size_tx_holding_buffer_62794 buffer_size tx_holding_buffer 0 62794 NULL
++enable_so_len_cx24120_cmd_62796 len cx24120_cmd 0 62796 NULL
++enable_so_cur_tx_netdev_private_62799 cur_tx netdev_private 0 62799 NULL
++enable_so_v9fs_qid2ino_fndecl_62801 v9fs_qid2ino fndecl 0 62801 NULL
++enable_so_nfs_map_group_to_gid_fndecl_62809 nfs_map_group_to_gid fndecl 3 62809 NULL
++enable_so_xattr_len_ima_event_data_62811 xattr_len ima_event_data 0 62811 NULL
++enable_so_head_aio_ring_62812 head aio_ring 0 62812 NULL
++enable_so_root_dirid_btrfs_root_item_62817 root_dirid btrfs_root_item 0 62817 NULL
++enable_so_coex_rx_win_size_mwifiex_adapter_62818 coex_rx_win_size mwifiex_adapter 0 62818 NULL
++enable_so_wq_len_tx_ring_62826 wq_len tx_ring 0 62826 NULL
++enable_so_gfs2_journaled_truncate_fndecl_62839 gfs2_journaled_truncate fndecl 3-2 62839 NULL
++enable_so_ix2505v_write_fndecl_62840 ix2505v_write fndecl 3 62840 NULL
++enable_so_calculate_node_totalpages_fndecl_62845 calculate_node_totalpages fndecl 2-3 62845 NULL
++enable_so_fuse_read_fill_fndecl_62851 fuse_read_fill fndecl 4 62851 NULL
++enable_so_cfs_cpt_table_alloc_fndecl_62852 cfs_cpt_table_alloc fndecl 1 62852 NULL
++enable_so_func_num_vardecl_g_ffs_c_62856 func_num vardecl_g_ffs.c 0 62856 NULL
++enable_so_max_register_regmap_62857 max_register regmap 0 62857 NULL
++enable_so_height_tm6000_core_62864 height tm6000_core 0 62864 NULL
++enable_so_ext2_max_size_fndecl_62871 ext2_max_size fndecl 1 62871 NULL
++enable_so_i2c_hid_get_report_fndecl_62874 i2c_hid_get_report fndecl 5 62874 NULL
++enable_so_xfs_dir3_leaf_read_fndecl_62878 xfs_dir3_leaf_read fndecl 3 62878 NULL
++enable_so_ath6kl_set_assoc_req_ies_fndecl_62882 ath6kl_set_assoc_req_ies fndecl 3 62882 NULL
++enable_so_create_kmalloc_cache_fndecl_62883 create_kmalloc_cache fndecl 2 62883 NULL
++enable_so_valueblk_xfs_attr_inactive_list_62884 valueblk xfs_attr_inactive_list 0 62884 NULL
++enable_so_data_sge_offset_mpt2_ioctl_command_62885 data_sge_offset mpt2_ioctl_command 0 62885 NULL
++enable_so_tty_audit_add_data_fndecl_62886 tty_audit_add_data fndecl 3 62886 NULL
++enable_so_arg2__cdrp_cmd_62906 arg2 _cdrp_cmd 0 62906 NULL
++enable_so_length_uvc_buffer_62907 length uvc_buffer 0 62907 NULL
++enable_so_n_subdevices_comedi_device_62914 n_subdevices comedi_device 0 62914 NULL
++enable_so_elf_core_extra_phdrs_fndecl_62917 elf_core_extra_phdrs fndecl 0 62917 NULL
++enable_so_out_size_ide_task_request_s_62924 out_size ide_task_request_s 0 62924 NULL
++enable_so_uar_size_mthca_dev_lim_62925 uar_size mthca_dev_lim 0 62925 NULL
++enable_so_uio_write_fndecl_62929 uio_write fndecl 3 62929 NULL
++enable_so_teiup_create_fndecl_62930 teiup_create fndecl 3 62930 NULL nohasharray
++enable_so_queue_size_srp_target_port_62930 queue_size srp_target_port 0 62930 &enable_so_teiup_create_fndecl_62930
++enable_so_f2fs_acl_from_disk_fndecl_62937 f2fs_acl_from_disk fndecl 2 62937 NULL
++enable_so_ath10k_p2p_calc_noa_ie_len_fndecl_62938 ath10k_p2p_calc_noa_ie_len fndecl 0 62938 NULL
++enable_so_iso_callback_fndecl_62939 iso_callback fndecl 3 62939 NULL
++enable_so_ovl_split_lowerdirs_fndecl_62941 ovl_split_lowerdirs fndecl 0 62941 NULL
++enable_so_mtu_atmlec_config_msg_62946 mtu atmlec_config_msg 0 62946 NULL
++enable_so_ax88178_change_mtu_fndecl_62947 ax88178_change_mtu fndecl 2 62947 NULL
++enable_so_batadv_tt_tvlv_unicast_handler_v1_fndecl_62964 batadv_tt_tvlv_unicast_handler_v1 fndecl 5 62964 NULL
++enable_so_adfs_get_block_fndecl_62966 adfs_get_block fndecl 2 62966 NULL
++enable_so_compressed_size_async_extent_62968 compressed_size async_extent 0 62968 NULL nohasharray
++enable_so_i_sblock_bfs_inode_62968 i_sblock bfs_inode 0 62968 &enable_so_compressed_size_async_extent_62968
++enable_so_vmemmap_alloc_block_fndecl_62974 vmemmap_alloc_block fndecl 1 62974 NULL
++enable_so_move_to_top_fndecl_62981 move_to_top fndecl 2-3 62981 NULL
++enable_so_btrfs_copy_from_user_fndecl_62989 btrfs_copy_from_user fndecl 1-0-3 62989 NULL
++enable_so_alloc_name_seq_62994 alloc name_seq 0 62994 NULL
++enable_so_pagesize_flash_info_63006 pagesize flash_info 0 63006 NULL
++enable_so_ieee80211_if_fmt_element_ttl_fndecl_63010 ieee80211_if_fmt_element_ttl fndecl 3 63010 NULL nohasharray
++enable_so_cache_size_raw_regmap_63010 cache_size_raw regmap 0 63010 &enable_so_ieee80211_if_fmt_element_ttl_fndecl_63010
++enable_so_get_rsb_struct_fndecl_63014 get_rsb_struct fndecl 3 63014 NULL
++enable_so_packets_per_second_ua101_63022 packets_per_second ua101 0 63022 NULL
++enable_so_gpr_get_fndecl_63026 gpr_get fndecl 3-4 63026 NULL
++enable_so_rsi_sdio_host_intf_write_pkt_fndecl_63034 rsi_sdio_host_intf_write_pkt fndecl 3 63034 NULL
++enable_so_display_width_vivid_dev_63040 display_width vivid_dev 0 63040 NULL
++enable_so_sizeimage_deinterlace_q_data_63050 sizeimage deinterlace_q_data 0 63050 NULL
++enable_so_atl1c_change_mtu_fndecl_63051 atl1c_change_mtu fndecl 2 63051 NULL
++enable_so_p54_download_eeprom_fndecl_63057 p54_download_eeprom fndecl 4 63057 NULL
++enable_so_q0_num_vecs_bna_rx_config_63058 q0_num_vecs bna_rx_config 0 63058 NULL
++enable_so_read_flush_fndecl_63064 read_flush fndecl 3 63064 NULL
++enable_so_if_bytes_xfs_ifork_63066 if_bytes xfs_ifork 0 63066 NULL
++enable_so_pic_ioport_write_fndecl_63069 pic_ioport_write fndecl 3 63069 NULL
++enable_so_status_tx_status_63078 status tx_status 0 63078 NULL
++enable_so_width_saa7134_dev_63087 width saa7134_dev 0 63087 NULL nohasharray
++enable_so_s_anchor_udf_sb_info_63087 s_anchor udf_sb_info 0 63087 &enable_so_width_saa7134_dev_63087
++enable_so_index_svm_direct_access_msrs_63098 index svm_direct_access_msrs 0 63098 NULL nohasharray
++enable_so_rd_page_count_rd_dev_63098 rd_page_count rd_dev 0 63098 &enable_so_index_svm_direct_access_msrs_63098
++enable_so_get_registry_size_bnx2x_mcast_obj_63102 get_registry_size bnx2x_mcast_obj 0 63102 NULL
++enable_so_drxdap_fasi_read_block_fndecl_63113 drxdap_fasi_read_block fndecl 3 63113 NULL
++enable_so_ticket_len_rxkad_key_63114 ticket_len rxkad_key 0 63114 NULL
++enable_so_reiserfs_get_dentry_fndecl_63118 reiserfs_get_dentry fndecl 2 63118 NULL
++enable_so_uvc_video_decode_data_fndecl_63124 uvc_video_decode_data fndecl 4 63124 NULL
++enable_so_elements_array_data_63130 elements array_data 0 63130 NULL
++enable_so_prism2_sta_send_mgmt_fndecl_63135 prism2_sta_send_mgmt fndecl 5 63135 NULL
++enable_so_peer_cookie_len_l2tp_session_63142 peer_cookie_len l2tp_session 0 63142 NULL
++enable_so_running_status_length_usbmidi_in_port_63145 running_status_length usbmidi_in_port 0 63145 NULL
++enable_so_vback_porch_videomode_63152 vback_porch videomode 0 63152 NULL nohasharray
++enable_so_nid_nat_journal_entry_63152 nid nat_journal_entry 0 63152 &enable_so_vback_porch_videomode_63152
++enable_so_obj_order_rbd_image_header_63156 obj_order rbd_image_header 0 63156 NULL
++enable_so_reiserfs_get_blocks_direct_io_fndecl_63157 reiserfs_get_blocks_direct_io fndecl 2 63157 NULL
++enable_so_dst_val_x86_instruction_info_63158 dst_val x86_instruction_info 0 63158 NULL
++enable_so_get_pattern_len_ts_ops_63165 get_pattern_len ts_ops 0 63165 NULL
++enable_so_nports_ahci_host_priv_63166 nports ahci_host_priv 0 63166 NULL
++enable_so_nla_reserve_fndecl_63171 nla_reserve fndecl 3 63171 NULL
++enable_so_vma_hugecache_offset_fndecl_63172 vma_hugecache_offset fndecl 0-3 63172 NULL
++enable_so___clkdev_alloc_fndecl_63173 __clkdev_alloc fndecl 1 63173 NULL
++enable_so_ulist_add_fndecl_63177 ulist_add fndecl 2 63177 NULL
++enable_so_send_repeat_remove_fndecl_63179 send_repeat_remove fndecl 3 63179 NULL nohasharray
++enable_so_scsi_command_size_fndecl_63179 scsi_command_size fndecl 0 63179 &enable_so_send_repeat_remove_fndecl_63179
++enable_so_nr_to_scan_shrink_control_63181 nr_to_scan shrink_control 0 63181 NULL
++enable_so_srpt_srq_size_vardecl_ib_srpt_c_63183 srpt_srq_size vardecl_ib_srpt.c 0 63183 NULL
++enable_so_find_in_level_fndecl_63190 find_in_level fndecl 2-4 63190 NULL
++enable_so_selfballoon_reserved_mb_vardecl_xen_selfballoon_c_63209 selfballoon_reserved_mb vardecl_xen-selfballoon.c 0 63209 NULL nohasharray
++enable_so_lcd_lower_margin_atyfb_par_63209 lcd_lower_margin atyfb_par 0 63209 &enable_so_selfballoon_reserved_mb_vardecl_xen_selfballoon_c_63209
++enable_so_emit_flags_fndecl_63221 emit_flags fndecl 3-4 63221 NULL
++enable_so_write_flush_procfs_fndecl_63224 write_flush_procfs fndecl 3 63224 NULL
++enable_so_ufs_alloccg_block_fndecl_63239 ufs_alloccg_block fndecl 3 63239 NULL
++enable_so_mod_len_start_info_63244 mod_len start_info 0 63244 NULL
++enable_so_ipw2100_set_tx_power_fndecl_63246 ipw2100_set_tx_power fndecl 2 63246 NULL
++enable_so_ep_image_mts_desc_63258 ep_image mts_desc 0 63258 NULL
++enable_so_cachefiles_daemon_write_fndecl_63260 cachefiles_daemon_write fndecl 3 63260 NULL
++enable_so_pdu_write_u_fndecl_63261 pdu_write_u fndecl 3 63261 NULL nohasharray
++enable_so_read_events_fndecl_63261 read_events fndecl 3 63261 &enable_so_pdu_write_u_fndecl_63261
++enable_so_dvb_ca_en50221_io_write_fndecl_63262 dvb_ca_en50221_io_write fndecl 3 63262 NULL
++enable_so_height_videobuf_buffer_63266 height videobuf_buffer 0 63266 NULL
++enable_so__fc_frame_alloc_fndecl_63267 _fc_frame_alloc fndecl 1 63267 NULL
++enable_so_rpc_malloc_fndecl_63270 rpc_malloc fndecl 2 63270 NULL
++enable_so_m1_dpll_63274 m1 dpll 0 63274 NULL
++enable_so_s_mb_last_start_ext4_sb_info_63283 s_mb_last_start ext4_sb_info 0 63283 NULL nohasharray
++enable_so_sb_rsumino_xfs_sb_63283 sb_rsumino xfs_sb 0 63283 &enable_so_s_mb_last_start_ext4_sb_info_63283
++enable_so_bit_width_acpi_generic_address_63286 bit_width acpi_generic_address 0 63286 NULL nohasharray
++enable_so_num_counters_ebt_replace_63286 num_counters ebt_replace 0 63286 &enable_so_bit_width_acpi_generic_address_63286
++enable_so_video_buffer_size_osd_info_63299 video_buffer_size osd_info 0 63299 NULL
++enable_so_xfs_map_blocks_fndecl_63308 xfs_map_blocks fndecl 2 63308 NULL
++enable_so_valuelen_jfs_ea_63309 valuelen jfs_ea 0 63309 NULL
++enable_so_doorbell_start_offset_kgd2kfd_shared_resources_63332 doorbell_start_offset kgd2kfd_shared_resources 0 63332 NULL
++enable_so_bulk_out_endpointAddress_usb_serial_port_63340 bulk_out_endpointAddress usb_serial_port 0 63340 NULL
++enable_so_clipcount_out_vivid_dev_63343 clipcount_out vivid_dev 0 63343 NULL
++enable_so_len_n_flags_iwl_rx_packet_63345 len_n_flags iwl_rx_packet 0 63345 NULL
++enable_so_alloc_thread_groups_fndecl_63354 alloc_thread_groups fndecl 2 63354 NULL
++enable_so_lbq_buf_size_rx_ring_63363 lbq_buf_size rx_ring 0 63363 NULL
++enable_so_kmalloc_large_node_hook_fndecl_63376 kmalloc_large_node_hook fndecl 2 63376 NULL
++enable_so_max_lun_rts51x_chip_63381 max_lun rts51x_chip 0 63381 NULL
++enable_so_random_write_fndecl_63387 random_write fndecl 3 63387 NULL
++enable_so_data_len_ubifs_inode_63396 data_len ubifs_inode 0 63396 NULL
++enable_so_buflen_audit_rule_data_63397 buflen audit_rule_data 0 63397 NULL
++enable_so_rate_n_flags_iwlagn_tx_resp_63401 rate_n_flags iwlagn_tx_resp 0 63401 NULL
++enable_so_e820_end_pfn_fndecl_63402 e820_end_pfn fndecl 1 63402 NULL
++enable_so_ext3_xattr_trusted_set_fndecl_63404 ext3_xattr_trusted_set fndecl 4 63404 NULL
++enable_so_calgary_map_page_fndecl_63413 calgary_map_page fndecl 4 63413 NULL
++enable_so_write_midi_fndecl_63421 write_midi fndecl 0-3 63421 NULL
++enable_so_xfs_buf_set_empty_fndecl_63425 xfs_buf_set_empty fndecl 2 63425 NULL
++enable_so_i2400m_tx_fndecl_63427 i2400m_tx fndecl 3-4 63427 NULL
++enable_so_brcmf_sdio_download_firmware_fndecl_63429 brcmf_sdio_download_firmware fndecl 4 63429 NULL nohasharray
++enable_so___alloc_alien_cache_fndecl_63429 __alloc_alien_cache fndecl 2 63429 &enable_so_brcmf_sdio_download_firmware_fndecl_63429
++enable_so_ad_sd_read_reg_raw_fndecl_63430 ad_sd_read_reg_raw fndecl 3 63430 NULL nohasharray
++enable_so_ocfs2_replace_clusters_fndecl_63430 ocfs2_replace_clusters fndecl 3-5 63430 &enable_so_ad_sd_read_reg_raw_fndecl_63430
++enable_so_m_max_file_size_ceph_mdsmap_63449 m_max_file_size ceph_mdsmap 0 63449 NULL
++enable_so_cmd_status_netdev_desc_63452 cmd_status netdev_desc 0 63452 NULL
++enable_so_fuse_send_read_fndecl_63454 fuse_send_read fndecl 4 63454 NULL
++enable_so_sysv_raw_inode_fndecl_63458 sysv_raw_inode fndecl 2 63458 NULL
++enable_so_btrfs_drop_extent_cache_fndecl_63461 btrfs_drop_extent_cache fndecl 3-2 63461 NULL
++enable_so_device_details_root_thin_disk_superblock_63476 device_details_root thin_disk_superblock 0 63476 NULL
++enable_so___bm_find_next_fndecl_63479 __bm_find_next fndecl 2 63479 NULL nohasharray
++enable_so_amradio_set_freq_fndecl_63479 amradio_set_freq fndecl 2 63479 &enable_so___bm_find_next_fndecl_63479
++enable_so_sctp_setsockopt_active_key_fndecl_63480 sctp_setsockopt_active_key fndecl 3 63480 NULL
++enable_so_gigaset_initcs_fndecl_63482 gigaset_initcs fndecl 2 63482 NULL nohasharray
++enable_so_length_dw_amdgpu_cs_chunk_63482 length_dw amdgpu_cs_chunk 0 63482 &enable_so_gigaset_initcs_fndecl_63482
++enable_so_find_last_bit_fndecl_63495 find_last_bit fndecl 0-2 63495 NULL
++enable_so___pcpu_size_to_slot_fndecl_63500 __pcpu_size_to_slot fndecl 0 63500 NULL
++enable_so_ufs_nfs_get_inode_fndecl_63508 ufs_nfs_get_inode fndecl 2 63508 NULL
++enable_so_xfs_rtfree_range_fndecl_63511 xfs_rtfree_range fndecl 3-4 63511 NULL
++enable_so_bNrChannels_uac_format_type_i_discrete_descriptor_63512 bNrChannels uac_format_type_i_discrete_descriptor 0 63512 NULL
++enable_so_num_usb2_ports_xhci_hcd_63514 num_usb2_ports xhci_hcd 0 63514 NULL
++enable_so_wIELength_uwb_rc_cmd_set_drp_ie_63528 wIELength uwb_rc_cmd_set_drp_ie 0 63528 NULL
++enable_so_num_clips_drm_mode_fb_dirty_cmd_63540 num_clips drm_mode_fb_dirty_cmd 0 63540 NULL
++enable_so___tty_buffer_request_room_fndecl_63543 __tty_buffer_request_room fndecl 2 63543 NULL
++enable_so_hi_priority_depth_MPT2SAS_ADAPTER_63544 hi_priority_depth MPT2SAS_ADAPTER 0 63544 NULL
++enable_so_snd_pcm_hw_param_value_max_fndecl_63547 snd_pcm_hw_param_value_max fndecl 0 63547 NULL
++enable_so_spu_port_delay_if_spi_card_63548 spu_port_delay if_spi_card 0 63548 NULL
++enable_so_tlv_data_size_user_element_63549 tlv_data_size user_element 0 63549 NULL
++enable_so_word_size_ixgbe_eeprom_info_63556 word_size ixgbe_eeprom_info 0 63556 NULL
++enable_so_multi_rmw_idx_wmi_63557 multi_rmw_idx wmi 0 63557 NULL
++enable_so_tcp_sync_mss_fndecl_63561 tcp_sync_mss fndecl 2 63561 NULL
++enable_so_gfn_to_hva_fndecl_63570 gfn_to_hva fndecl 2-0 63570 NULL
++enable_so_find_highest_vector_fndecl_63571 find_highest_vector fndecl 0 63571 NULL nohasharray
++enable_so_sctp_setsockopt_del_key_fndecl_63571 sctp_setsockopt_del_key fndecl 3 63571 &enable_so_find_highest_vector_fndecl_63571
++enable_so_unmap_granularity_scsi_disk_63574 unmap_granularity scsi_disk 0 63574 NULL
++enable_so_xfs_vm_readpages_fndecl_63575 xfs_vm_readpages fndecl 4 63575 NULL
++enable_so_xfs_vm_write_failed_fndecl_63582 xfs_vm_write_failed fndecl 3 63582 NULL
++enable_so_ide_raw_taskfile_fndecl_63584 ide_raw_taskfile fndecl 4 63584 NULL
++enable_so_width_console_font_63590 width console_font 0 63590 NULL
++enable_so_fbmem_viafb_par_63594 fbmem viafb_par 0 63594 NULL nohasharray
++enable_so_ri_cno_nilfs_recovery_info_63594 ri_cno nilfs_recovery_info 0 63594 &enable_so_fbmem_viafb_par_63594
++enable_so_srp_map_data_fndecl_63596 srp_map_data fndecl 0 63596 NULL
++enable_so_size_dmaengine_unmap_pool_63599 size dmaengine_unmap_pool 0 63599 NULL nohasharray
++enable_so_dbFree_fndecl_63599 dbFree fndecl 3-2 63599 &enable_so_size_dmaengine_unmap_pool_63599
++enable_so_appl_ptr_snd_rawmidi_runtime_63609 appl_ptr snd_rawmidi_runtime 0 63609 NULL
++enable_so_rx_mtu_p54_common_63619 rx_mtu p54_common 0 63619 NULL
++enable_so_buf_len_mwifiex_sdio_mpa_rx_63636 buf_len mwifiex_sdio_mpa_rx 0 63636 NULL
++enable_so_be_v_offset_pnfs_block_extent_63637 be_v_offset pnfs_block_extent 0 63637 NULL
++enable_so_dm_region_hash_create_fndecl_63649 dm_region_hash_create fndecl 8-5 63649 NULL
++enable_so_port_piocnt_ipath_portdata_63650 port_piocnt ipath_portdata 0 63650 NULL
++enable_so_prev_rs_iwl_rate_info_63653 prev_rs iwl_rate_info 0 63653 NULL
++enable_so_msnd_fifo_read_fndecl_63669 msnd_fifo_read fndecl 0 63669 NULL
++enable_so_r_len_qib_qp_63672 r_len qib_qp 0 63672 NULL
++enable_so_nr_map_e820map_63674 nr_map e820map 0 63674 NULL
++enable_so_iova_get_pad_size_fndecl_63681 iova_get_pad_size fndecl 0 63681 NULL
++enable_so_nfs_writepage_setup_fndecl_63682 nfs_writepage_setup fndecl 3 63682 NULL
++enable_so_height_ssd1307fb_par_63688 height ssd1307fb_par 0 63688 NULL
++enable_so___free_pages_bootmem_fndecl_63689 __free_pages_bootmem fndecl 2 63689 NULL
++enable_so_obj_size_proto_63697 obj_size proto 0 63697 NULL
++enable_so_gsm_data_alloc_fndecl_63702 gsm_data_alloc fndecl 3 63702 NULL
++enable_so_spr_wm_latency_write_fndecl_63706 spr_wm_latency_write fndecl 3 63706 NULL
++enable_so_real_trim_memory_fndecl_63709 real_trim_memory fndecl 1 63709 NULL
++enable_so_index_dtsplit_63712 index dtsplit 0 63712 NULL nohasharray
++enable_so_xfs_alloc_compute_aligned_fndecl_63712 xfs_alloc_compute_aligned fndecl 3-2 63712 &enable_so_index_dtsplit_63712
++enable_so_kernel_recvmsg_fndecl_63713 kernel_recvmsg fndecl 0 63713 NULL
++enable_so_btrfs_crc32c_fndecl_63719 btrfs_crc32c fndecl 0 63719 NULL
++enable_so_omfs_readpages_fndecl_63721 omfs_readpages fndecl 4 63721 NULL
++enable_so___simple_xattr_set_fndecl_63737 __simple_xattr_set fndecl 4 63737 NULL
++enable_so_target_size_scsi_transport_template_63753 target_size scsi_transport_template 0 63753 NULL
++enable_so_input_print_bitmap_fndecl_63755 input_print_bitmap fndecl 0 63755 NULL
++enable_so_spidev_sync_read_fndecl_63757 spidev_sync_read fndecl 0 63757 NULL
++enable_so_pool_allocate_fndecl_63759 pool_allocate fndecl 3 63759 NULL
++enable_so_msix_count_skd_device_63760 msix_count skd_device 0 63760 NULL
++enable_so_xfs_qm_dqalloc_fndecl_63762 xfs_qm_dqalloc fndecl 5 63762 NULL
++enable_so_dss_feat_get_num_ovls_fndecl_63770 dss_feat_get_num_ovls fndecl 0 63770 NULL
++enable_so_insn_size_kprobe_insn_cache_63777 insn_size kprobe_insn_cache 0 63777 NULL
++enable_so___hwahc_op_set_gtk_fndecl_63781 __hwahc_op_set_gtk fndecl 4 63781 NULL
++enable_so_alloc_trace_kprobe_fndecl_63786 alloc_trace_kprobe fndecl 6 63786 NULL
++enable_so_order_pmcraid_sglist_63792 order pmcraid_sglist 0 63792 NULL nohasharray
++enable_so__scif_recv_fndecl_63792 _scif_recv fndecl 3 63792 &enable_so_order_pmcraid_sglist_63792
++enable_so_rs_sta_dbgfs_scale_table_write_fndecl_63794 rs_sta_dbgfs_scale_table_write fndecl 3 63794 NULL
++enable_so_ioaccel_maxsg_ctlr_info_63798 ioaccel_maxsg ctlr_info 0 63798 NULL
++enable_so_nouveau_ttm_tt_create_fndecl_63801 nouveau_ttm_tt_create fndecl 2 63801 NULL nohasharray
++enable_so_nbds_max_vardecl_nbd_c_63801 nbds_max vardecl_nbd.c 0 63801 &enable_so_nouveau_ttm_tt_create_fndecl_63801
++enable_so_acpi_ut_create_buffer_object_fndecl_63805 acpi_ut_create_buffer_object fndecl 1 63805 NULL
++enable_so_dma_generic_alloc_coherent_fndecl_63827 dma_generic_alloc_coherent fndecl 2 63827 NULL
++enable_so_compat_sys_sendfile_fndecl_63828 compat_sys_sendfile fndecl 4 63828 NULL
++enable_so_p_end_nilfs_period_63833 p_end nilfs_period 0 63833 NULL
++enable_so_iwl_mvm_scan_size_fndecl_63834 iwl_mvm_scan_size fndecl 0 63834 NULL
++enable_so_flags_flat_binder_object_63836 flags flat_binder_object 0 63836 NULL
++enable_so_dx_hack_hash_signed_fndecl_63847 dx_hack_hash_signed fndecl 0 63847 NULL nohasharray
++enable_so_ext4_sync_file_fndecl_63847 ext4_sync_file fndecl 2 63847 &enable_so_dx_hack_hash_signed_fndecl_63847
++enable_so_send_truncate_fndecl_63848 send_truncate fndecl 2 63848 NULL
++enable_so_yskip_mt9t031_63853 yskip mt9t031 0 63853 NULL
++enable_so_rx_data_size_sky2_port_63855 rx_data_size sky2_port 0 63855 NULL nohasharray
++enable_so_submit_inquiry_fndecl_63855 submit_inquiry fndecl 3 63855 &enable_so_rx_data_size_sky2_port_63855
++enable_so_addrlen_at25_data_63857 addrlen at25_data 0 63857 NULL
++enable_so_da_height_logfs_je_anchor_63858 da_height logfs_je_anchor 0 63858 NULL
++enable_so_num_pd_entries_i915_hw_ppgtt_63869 num_pd_entries i915_hw_ppgtt 0 63869 NULL
++enable_so_out_phase_peeked_usb_stream_kernel_63871 out_phase_peeked usb_stream_kernel 0 63871 NULL
++enable_so_ssid_len_ieee80211_if_ibss_63872 ssid_len ieee80211_if_ibss 0 63872 NULL nohasharray
++enable_so_Read_hfc16_stable_fndecl_63872 Read_hfc16_stable fndecl 0 63872 &enable_so_ssid_len_ieee80211_if_ibss_63872
++enable_so_xlvbd_alloc_gendisk_fndecl_63874 xlvbd_alloc_gendisk fndecl 4-5 63874 NULL
++enable_so_rate_mwl8k_rxd_ap_63875 rate mwl8k_rxd_ap 0 63875 NULL
++enable_so_irq_domain_add_hierarchy_fndecl_63883 irq_domain_add_hierarchy fndecl 3 63883 NULL
++enable_so___btrfs_unlink_inode_fndecl_63889 __btrfs_unlink_inode fndecl 6 63889 NULL
++enable_so_dw_dma_cyclic_prep_fndecl_63890 dw_dma_cyclic_prep fndecl 4-3 63890 NULL
++enable_so_lmWriteRecord_fndecl_63896 lmWriteRecord fndecl 0 63896 NULL
++enable_so_mmc_align_data_size_fndecl_63906 mmc_align_data_size fndecl 0-2 63906 NULL
++enable_so_blk_ioctl_zeroout_fndecl_63907 blk_ioctl_zeroout fndecl 3-2 63907 NULL
++enable_so_dbg_fixed_rate_iwl_lq_sta_63909 dbg_fixed_rate iwl_lq_sta 0 63909 NULL
++enable_so_len_sock_fprog_kern_63914 len sock_fprog_kern 0 63914 NULL
++enable_so_fw_stats_len_wl1271_stats_63915 fw_stats_len wl1271_stats 0 63915 NULL
++enable_so_new_data_offset_md_rdev_63919 new_data_offset md_rdev 0 63919 NULL nohasharray
++enable_so_align_nft_set_ext_type_63919 align nft_set_ext_type 0 63919 &enable_so_new_data_offset_md_rdev_63919
++enable_so_nilfs_ifile_read_fndecl_63921 nilfs_ifile_read fndecl 3 63921 NULL
++enable_so_start_btrfs_ioctl_defrag_range_args_63924 start btrfs_ioctl_defrag_range_args 0 63924 NULL
++enable_so_efx_change_mtu_fndecl_63926 efx_change_mtu fndecl 2 63926 NULL
++enable_so_ro_maxpages_rpcrdma_memreg_ops_63937 ro_maxpages rpcrdma_memreg_ops 0 63937 NULL
++enable_so_query_dv_timings_size_vivid_dev_63943 query_dv_timings_size vivid_dev 0 63943 NULL
++enable_so_get_znodes_to_commit_fndecl_63946 get_znodes_to_commit fndecl 0 63946 NULL nohasharray
++enable_so_hdr_dwords_qib_verbs_txreq_63946 hdr_dwords qib_verbs_txreq 0 63946 &enable_so_get_znodes_to_commit_fndecl_63946
++enable_so_pvr2_send_request_fndecl_63959 pvr2_send_request fndecl 3-5 63959 NULL
++enable_so_write_file_beacon_fndecl_63962 write_file_beacon fndecl 3 63962 NULL
++enable_so_len_wm_coeff_ctl_63967 len wm_coeff_ctl 0 63967 NULL
++enable_so_pla_ocp_read_fndecl_63976 pla_ocp_read fndecl 3 63976 NULL
++enable_so_bt_ep_bcm5974_config_63978 bt_ep bcm5974_config 0 63978 NULL
++enable_so_pos_pagemapread_63988 pos pagemapread 0 63988 NULL
++enable_so_befs_iget_fndecl_63989 befs_iget fndecl 2 63989 NULL
++enable_so_max_lba_sm_ftl_63992 max_lba sm_ftl 0 63992 NULL
++enable_so_virtio16_to_cpu_fndecl_63994 virtio16_to_cpu fndecl 0 63994 NULL
++enable_so_subctxt_qib_filedata_63995 subctxt qib_filedata 0 63995 NULL
++enable_so_iscsi_conn_send_pdu_fndecl_64002 iscsi_conn_send_pdu fndecl 4 64002 NULL
++enable_so_pvr2_send_request_ex_fndecl_64004 pvr2_send_request_ex fndecl 5-7 64004 NULL
++enable_so_ndescs_clk_corediv_soc_desc_64005 ndescs clk_corediv_soc_desc 0 64005 NULL
++enable_so_field_count_audit_krule_64007 field_count audit_krule 0 64007 NULL
++enable_so_wBlocks_usb_rpipe_descriptor_64014 wBlocks usb_rpipe_descriptor 0 64014 NULL
++enable_so_ext4_orphan_get_fndecl_64015 ext4_orphan_get fndecl 2 64015 NULL
++enable_so_n_sectors_flash_info_64017 n_sectors flash_info 0 64017 NULL
++enable_so_dma_drain_size_request_queue_64023 dma_drain_size request_queue 0 64023 NULL
++enable_so_extAlloc_fndecl_64026 extAlloc fndecl 3 64026 NULL
++enable_so_fw_device_op_compat_ioctl_fndecl_64039 fw_device_op_compat_ioctl fndecl 2 64039 NULL
++enable_so_kxtj9_i2c_read_fndecl_64041 kxtj9_i2c_read fndecl 4 64041 NULL
++enable_so_ieee80211_request_ibss_scan_fndecl_64043 ieee80211_request_ibss_scan fndecl 3 64043 NULL
++enable_so_drm_ioctl_fndecl_64046 drm_ioctl fndecl 2 64046 NULL
++enable_so_devs_increment_btrfs_raid_attr_64050 devs_increment btrfs_raid_attr 0 64050 NULL
++enable_so_ntfs_attr_extend_allocation_fndecl_64063 ntfs_attr_extend_allocation fndecl 2 64063 NULL
++enable_so_bnad_mtu_set_fndecl_64066 bnad_mtu_set fndecl 2 64066 NULL
++enable_so_dma_size_cx88_audio_dev_64082 dma_size cx88_audio_dev 0 64082 NULL
++enable_so_xfs_iomap_eof_prealloc_initial_size_fndecl_64085 xfs_iomap_eof_prealloc_initial_size fndecl 3 64085 NULL
++enable_so_set_arg_fndecl_64091 set_arg fndecl 3 64091 NULL
++enable_so_s_end_bfs_super_block_64092 s_end bfs_super_block 0 64092 NULL
++enable_so_act_len_htc_packet_64101 act_len htc_packet 0 64101 NULL
++enable_so_j_first_unflushed_offset_reiserfs_journal_header_64107 j_first_unflushed_offset reiserfs_journal_header 0 64107 NULL
++enable_so_nvme_trans_unit_serial_page_fndecl_64108 nvme_trans_unit_serial_page fndecl 4 64108 NULL
++enable_so_btmrvl_fwdump_write_fndecl_64113 btmrvl_fwdump_write fndecl 3 64113 NULL
++enable_so_amdgpu_bo_set_metadata_fndecl_64120 amdgpu_bo_set_metadata fndecl 3 64120 NULL
++enable_so_gen_pool_first_fit_order_align_fndecl_64124 gen_pool_first_fit_order_align fndecl 4 64124 NULL
++enable_so_remove_extent_ref_fndecl_64131 remove_extent_ref fndecl 3-4-5-2 64131 NULL
++enable_so_gru_alloc_locked_gts_fndecl_64132 gru_alloc_locked_gts fndecl 1 64132 NULL
++enable_so_alx_change_mtu_fndecl_64137 alx_change_mtu fndecl 2 64137 NULL
++enable_so_ieee80211_tdls_mgmt_teardown_fndecl_64138 ieee80211_tdls_mgmt_teardown fndecl 10 64138 NULL
++enable_so_hd_end_request_fndecl_64139 hd_end_request fndecl 2 64139 NULL
++enable_so_pskb_expand_head_fndecl_64146 pskb_expand_head fndecl 2 64146 NULL
++enable_so_xpc_kmalloc_cacheline_aligned_fndecl_64156 xpc_kmalloc_cacheline_aligned fndecl 1 64156 NULL
++enable_so_btrfs_readpage_end_io_hook_fndecl_64160 btrfs_readpage_end_io_hook fndecl 4-5 64160 NULL
++enable_so_drbd_header_size_fndecl_64163 drbd_header_size fndecl 0 64163 NULL
++enable_so__rtl_rc_rate_set_series_fndecl_64170 _rtl_rc_rate_set_series fndecl 6-5 64170 NULL nohasharray
++enable_so_ext4_get_stripe_size_fndecl_64170 ext4_get_stripe_size fndecl 0 64170 &enable_so__rtl_rc_rate_set_series_fndecl_64170
++enable_so_sctp_getsockopt_maxburst_fndecl_64174 sctp_getsockopt_maxburst fndecl 2-0 64174 NULL
++enable_so_xfs_trans_log_efd_extent_fndecl_64176 xfs_trans_log_efd_extent fndecl 3-4 64176 NULL
++enable_so_max_fcoe_conn_cnic_dev_64181 max_fcoe_conn cnic_dev 0 64181 NULL
++enable_so_phys_pcm_format_data_64188 phys pcm_format_data 0 64188 NULL
++enable_so_out___kfifo_64192 out __kfifo 0 64192 NULL nohasharray
++enable_so_bio_size_ok_fndecl_64192 bio_size_ok fndecl 3 64192 &enable_so_out___kfifo_64192
++enable_so_sys_sethostname_fndecl_64193 sys_sethostname fndecl 2 64193 NULL
++enable_so_bulk_out_endpointAddr_usb_ftdi_64197 bulk_out_endpointAddr usb_ftdi 0 64197 NULL
++enable_so_contact_threshold_mms114_platform_data_64198 contact_threshold mms114_platform_data 0 64198 NULL
++enable_so_base_address_dmar_rmrr_unit_64199 base_address dmar_rmrr_unit 0 64199 NULL
++enable_so_st_set_options_fndecl_64214 st_set_options fndecl 2 64214 NULL
++enable_so_outbuf_dma_usbhid_device_64218 outbuf_dma usbhid_device 0 64218 NULL
++enable_so_recover_orphan_inode_fndecl_64220 recover_orphan_inode fndecl 2 64220 NULL
++enable_so_bNbrPorts_usb_hub_descriptor_64245 bNbrPorts usb_hub_descriptor 0 64245 NULL
++enable_so_compat_udpv6_setsockopt_fndecl_64246 compat_udpv6_setsockopt fndecl 5 64246 NULL
++enable_so_adf4350_tune_r_cnt_fndecl_64249 adf4350_tune_r_cnt fndecl 2-0 64249 NULL
++enable_so_nfs_idmap_get_desc_fndecl_64253 nfs_idmap_get_desc fndecl 2-4 64253 NULL nohasharray
++enable_so_rtw_os_xmit_resource_alloc_fndecl_64253 rtw_os_xmit_resource_alloc fndecl 3 64253 &enable_so_nfs_idmap_get_desc_fndecl_64253
++enable_so_ccid_hc_rx_obj_size_ccid_operations_64257 ccid_hc_rx_obj_size ccid_operations 0 64257 NULL
++enable_so_num_entries_wmi_target_roam_tbl_64263 num_entries wmi_target_roam_tbl 0 64263 NULL
++enable_so_kvm_write_wall_clock_fndecl_64267 kvm_write_wall_clock fndecl 2 64267 NULL
++enable_so_smk_write_netlbladdr_fndecl_64270 smk_write_netlbladdr fndecl 3 64270 NULL
++enable_so_getxattr_cb_ceph_vxattr_64271 getxattr_cb ceph_vxattr 0 64271 NULL
++enable_so_dm_tm_read_lock_fndecl_64272 dm_tm_read_lock fndecl 2 64272 NULL
++enable_so_dx_hack_hash_unsigned_fndecl_64277 dx_hack_hash_unsigned fndecl 0 64277 NULL
++enable_so_t_prot_nents_se_cmd_64282 t_prot_nents se_cmd 0 64282 NULL
++enable_so_snd_pcm_oss_set_subdivide1_fndecl_64283 snd_pcm_oss_set_subdivide1 fndecl 2 64283 NULL
++enable_so_SyS_mincore_fndecl_64284 SyS_mincore fndecl 1-2 64284 NULL
++enable_so_ath6kl_wmi_proc_events_vif_fndecl_64294 ath6kl_wmi_proc_events_vif fndecl 5 64294 NULL
++enable_so_num_bds_table_bd_list_64306 num_bds_table bd_list 0 64306 NULL
++enable_so_vfp_ast_vbios_enhtable_64307 vfp ast_vbios_enhtable 0 64307 NULL
++enable_so_rd_out_oz_serial_ctx_64309 rd_out oz_serial_ctx 0 64309 NULL
++enable_so_snd_emux_create_port_fndecl_64310 snd_emux_create_port fndecl 3 64310 NULL
++enable_so_cw_putcs_fndecl_64311 cw_putcs fndecl 4 64311 NULL
++enable_so_inode_add_bytes_fndecl_64331 inode_add_bytes fndecl 2 64331 NULL
++enable_so_hs_descs_count_ffs_data_64332 hs_descs_count ffs_data 0 64332 NULL
++enable_so_iwl_print_event_log_fndecl_64341 iwl_print_event_log fndecl 5-0-7 64341 NULL nohasharray
++enable_so_tx_padding_usbatm_driver_64341 tx_padding usbatm_driver 0 64341 &enable_so_iwl_print_event_log_fndecl_64341
++enable_so_vif_data_size_ieee80211_hw_64342 vif_data_size ieee80211_hw 0 64342 NULL
++enable_so_part_start_hfsplus_sb_info_64347 part_start hfsplus_sb_info 0 64347 NULL
++enable_so_opcount_compat_xfs_fsop_attrmulti_handlereq_64355 opcount compat_xfs_fsop_attrmulti_handlereq 0 64355 NULL
++enable_so_logfs_truncate_fndecl_64356 logfs_truncate fndecl 2 64356 NULL
++enable_so_cur_tx_pos_tegra_spi_data_64362 cur_tx_pos tegra_spi_data 0 64362 NULL
++enable_so_isofs_get_blocks_fndecl_64368 isofs_get_blocks fndecl 2 64368 NULL
++enable_so_oom_score_adj_write_fndecl_64369 oom_score_adj_write fndecl 3 64369 NULL
++enable_so_hdr_len_ib_mac_iocb_rsp_64379 hdr_len ib_mac_iocb_rsp 0 64379 NULL
++enable_so_br_mdb_rehash_fndecl_64384 br_mdb_rehash fndecl 2 64384 NULL
++enable_so_endio_readpage_release_extent_fndecl_64387 endio_readpage_release_extent fndecl 3-2 64387 NULL
++enable_so_mem_kexec_segment_64393 mem kexec_segment 0 64393 NULL
++enable_so__regmap_raw_write_fndecl_64399 _regmap_raw_write fndecl 2-4 64399 NULL
++enable_so_sys_move_pages_fndecl_64401 sys_move_pages fndecl 2 64401 NULL
++enable_so_ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout_fndecl_64408 ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout fndecl 3 64408 NULL
++enable_so___get_user_pages_unlocked_fndecl_64409 __get_user_pages_unlocked fndecl 3 64409 NULL
++enable_so_iommu_tbl_range_alloc_fndecl_64413 iommu_tbl_range_alloc fndecl 3-6 64413 NULL
++enable_so_cdc_ncm_max_dgram_size_fndecl_64415 cdc_ncm_max_dgram_size fndecl 0 64415 NULL
++enable_so_l2tp_xmit_skb_fndecl_64419 l2tp_xmit_skb fndecl 3 64419 NULL
++enable_so_head_len_icmp_bxm_64424 head_len icmp_bxm 0 64424 NULL
++enable_so_nfs4_new_slot_fndecl_64436 nfs4_new_slot fndecl 2 64436 NULL
++enable_so_index_v4l2_frmivalenum_64442 index v4l2_frmivalenum 0 64442 NULL
++enable_so_bLength_uvc_control_endpoint_descriptor_64456 bLength uvc_control_endpoint_descriptor 0 64456 NULL
++enable_so_jpg_size_s2255_vc_64457 jpg_size s2255_vc 0 64457 NULL
++enable_so_num_ch_st_sensor_settings_64459 num_ch st_sensor_settings 0 64459 NULL nohasharray
++enable_so_i_file_acl_ext3_inode_info_64459 i_file_acl ext3_inode_info 0 64459 &enable_so_num_ch_st_sensor_settings_64459
++enable_so___ocfs2_decrease_refcount_fndecl_64462 __ocfs2_decrease_refcount fndecl 5-4 64462 NULL
++enable_so_new_node_page_fndecl_64464 new_node_page fndecl 2 64464 NULL
++enable_so_btrfs_grow_device_fndecl_64468 btrfs_grow_device fndecl 3 64468 NULL
++enable_so_bg_inode_bitmap_ext3_group_desc_64471 bg_inode_bitmap ext3_group_desc 0 64471 NULL
++enable_so_nilfs_btnode_submit_block_fndecl_64473 nilfs_btnode_submit_block fndecl 3-2 64473 NULL
++enable_so_vb2_read_fndecl_64476 vb2_read fndecl 3 64476 NULL
++enable_so_nr_dirtied_pause_task_struct_64480 nr_dirtied_pause task_struct 0 64480 NULL nohasharray
++enable_so_pid_vnr_fndecl_64480 pid_vnr fndecl 0 64480 &enable_so_nr_dirtied_pause_task_struct_64480
++enable_so_set_aoe_iflist_fndecl_64482 set_aoe_iflist fndecl 2 64482 NULL
++enable_so_ax25_setsockopt_fndecl_64487 ax25_setsockopt fndecl 5 64487 NULL
++enable_so_vhost_hlen_vhost_net_virtqueue_64488 vhost_hlen vhost_net_virtqueue 0 64488 NULL
++enable_so_size_exynos_drm_gem_buf_64490 size exynos_drm_gem_buf 0 64490 NULL
++enable_so_val_reginit_item_64493 val reginit_item 0 64493 NULL
++enable_so___FIXADDR_TOP_vardecl_64494 __FIXADDR_TOP vardecl 0 64494 NULL
++enable_so_ddr_end_intel_sst_drv_64496 ddr_end intel_sst_drv 0 64496 NULL
++enable_so_read_status_fndecl_64497 read_status fndecl 0 64497 NULL
++enable_so_ext_ramdisk_size_boot_params_64498 ext_ramdisk_size boot_params 0 64498 NULL
++enable_so_iwl_mvm_coex_dump_mbox_old_fndecl_64500 iwl_mvm_coex_dump_mbox_old fndecl 0-3-4 64500 NULL
++enable_so_ds3000_writeFW_fndecl_64503 ds3000_writeFW fndecl 0 64503 NULL
++enable_so_fc_plogi_get_maxframe_fndecl_64511 fc_plogi_get_maxframe fndecl 0 64511 NULL
++enable_so_hdr_len_st_proto_s_64523 hdr_len st_proto_s 0 64523 NULL
++enable_so_tun_alloc_skb_fndecl_64531 tun_alloc_skb fndecl 2-4-3 64531 NULL
++enable_so_cfg80211_process_disassoc_fndecl_64540 cfg80211_process_disassoc fndecl 3 64540 NULL
++enable_so_ath10k_p2p_noa_ie_len_compute_fndecl_64548 ath10k_p2p_noa_ie_len_compute fndecl 0 64548 NULL
++enable_so_minix_V1_raw_inode_fndecl_64554 minix_V1_raw_inode fndecl 2 64554 NULL
++enable_so_num_channels_sh_tmu_device_64556 num_channels sh_tmu_device 0 64556 NULL
++enable_so_xfs_zero_last_block_fndecl_64560 xfs_zero_last_block fndecl 3 64560 NULL nohasharray
++enable_so_valid_tty_audit_buf_64560 valid tty_audit_buf 0 64560 &enable_so_xfs_zero_last_block_fndecl_64560
++enable_so_stv090x_write_regs_fndecl_64562 stv090x_write_regs fndecl 4 64562 NULL
++enable_so_hiddev_compat_ioctl_fndecl_64564 hiddev_compat_ioctl fndecl 2 64564 NULL
++enable_so_blockshift_nand_flash_dev_64570 blockshift nand_flash_dev 0 64570 NULL
++enable_so_offset_seg_buf_64571 offset seg_buf 0 64571 NULL
++enable_so___alloc_and_insert_iova_range_fndecl_64572 __alloc_and_insert_iova_range fndecl 2-3 64572 NULL nohasharray
++enable_so___fprog_create_fndecl_64572 __fprog_create fndecl 2 64572 &enable_so___alloc_and_insert_iova_range_fndecl_64572
++enable_so_mirrors_p1_ore_layout_64575 mirrors_p1 ore_layout 0 64575 NULL nohasharray
++enable_so_cdc_ncm_align_tail_fndecl_64575 cdc_ncm_align_tail fndecl 4-3-2 64575 &enable_so_mirrors_p1_ore_layout_64575 nohasharray
++enable_so_erst_read_fndecl_64575 erst_read fndecl 0-1 64575 &enable_so_cdc_ncm_align_tail_fndecl_64575
++enable_so_hfsplus_iget_fndecl_64576 hfsplus_iget fndecl 2 64576 NULL
++enable_so_len_fuse_copy_state_64585 len fuse_copy_state 0 64585 NULL nohasharray
++enable_so_long_len_fat_ioctl_filldir_callback_64585 long_len fat_ioctl_filldir_callback 0 64585 &enable_so_len_fuse_copy_state_64585
++enable_so_blocks_per_seg_f2fs_sb_info_64587 blocks_per_seg f2fs_sb_info 0 64587 NULL
++enable_so_udl_gem_create_fndecl_64590 udl_gem_create fndecl 3 64590 NULL
++enable_so_alloc_context_fndecl_64592 alloc_context fndecl 2-1 64592 NULL
++enable_so_isp1362_urb_dequeue_fndecl_64595 isp1362_urb_dequeue fndecl 3 64595 NULL
++enable_so_of_count_phandle_with_args_fndecl_64600 of_count_phandle_with_args fndecl 0 64600 NULL nohasharray
++enable_so_nr_tlb_entries_omap_iommu_64600 nr_tlb_entries omap_iommu 0 64600 &enable_so_of_count_phandle_with_args_fndecl_64600
++enable_so_logical_offset_btrfs_ioctl_same_extent_info_64608 logical_offset btrfs_ioctl_same_extent_info 0 64608 NULL
++enable_so_gpr_set_fndecl_64611 gpr_set fndecl 3-4 64611 NULL
++enable_so_rfc4106_set_authsize_fndecl_64616 rfc4106_set_authsize fndecl 2 64616 NULL
++enable_so_s_gdb_count_ext4_sb_info_64617 s_gdb_count ext4_sb_info 0 64617 NULL
++enable_so_o2hb_setup_one_bio_fndecl_64622 o2hb_setup_one_bio fndecl 4 64622 NULL
++enable_so_xfs_iext_remove_indirect_fndecl_64624 xfs_iext_remove_indirect fndecl 3 64624 NULL
++enable_so_s_inodes_per_group_ext3_sb_info_64627 s_inodes_per_group ext3_sb_info 0 64627 NULL
++enable_so_bsg_job_done_fndecl_64640 bsg_job_done fndecl 3 64640 NULL
++enable_so_netlink_alloc_large_skb_fndecl_64652 netlink_alloc_large_skb fndecl 1 64652 NULL
++enable_so_kmp_init_fndecl_64654 kmp_init fndecl 2 64654 NULL
++enable_so_num_allowed_vlans_qlcnic_sriov_64661 num_allowed_vlans qlcnic_sriov 0 64661 NULL
++enable_so_cnic_init_id_tbl_fndecl_64665 cnic_init_id_tbl fndecl 2 64665 NULL
++enable_so_usnic_ib_reg_mr_fndecl_64668 usnic_ib_reg_mr fndecl 2 64668 NULL
++enable_so_sys_flistxattr_fndecl_64684 sys_flistxattr fndecl 3 64684 NULL
++enable_so_num_fields_ima_template_desc_64688 num_fields ima_template_desc 0 64688 NULL
++enable_so_tkip_cm_active_orinoco_private_64689 tkip_cm_active orinoco_private 0 64689 NULL
++enable_so_srp_sg_tablesize_vardecl_ib_srp_c_64692 srp_sg_tablesize vardecl_ib_srp.c 0 64692 NULL
++enable_so_size_cramfs_inode_64704 size cramfs_inode 0 64704 NULL
++enable_so_alloc_bytenr_btrfs_root_64709 alloc_bytenr btrfs_root 0 64709 NULL
++enable_so_isdn_ppp_fill_rq_fndecl_64711 isdn_ppp_fill_rq fndecl 2 64711 NULL
++enable_so_base_cmdline_vardecl_dma_contiguous_c_64713 base_cmdline vardecl_dma-contiguous.c 0 64713 NULL
++enable_so_rcount_x25_asy_64715 rcount x25_asy 0 64715 NULL
++enable_so_width_drm_framebuffer_64716 width drm_framebuffer 0 64716 NULL
++enable_so_spc_modesense_long_blockdesc_fndecl_64717 spc_modesense_long_blockdesc fndecl 0 64717 NULL
++enable_so_vs_bsize_vxfs_sb_64718 vs_bsize vxfs_sb 0 64718 NULL
++enable_so_size_host_cmd_ds_command_64722 size host_cmd_ds_command 0 64722 NULL
++enable_so_xfs_iext_add_fndecl_64733 xfs_iext_add fndecl 3 64733 NULL
++enable_so_last_mgmt_tx_frame_len_wmi_64739 last_mgmt_tx_frame_len wmi 0 64739 NULL
++enable_so_se_io_cb_fndecl_64742 se_io_cb fndecl 3 64742 NULL
++enable_so_net_frag_header_len_inet_connection_sock_af_ops_64745 net_frag_header_len inet_connection_sock_af_ops 0 64745 NULL
++enable_so_layout_leb_in_gaps_fndecl_64749 layout_leb_in_gaps fndecl 0 64749 NULL
++enable_so_pcpu_build_alloc_info_fndecl_64752 pcpu_build_alloc_info fndecl 3-2-1 64752 NULL
++enable_so_create_pid_cachep_fndecl_64753 create_pid_cachep fndecl 1 64753 NULL
++enable_so_ocfs2_fill_initial_dirents_fndecl_64755 ocfs2_fill_initial_dirents fndecl 4 64755 NULL nohasharray
++enable_so_iio_device_alloc_fndecl_64755 iio_device_alloc fndecl 1 64755 &enable_so_ocfs2_fill_initial_dirents_fndecl_64755
++enable_so_datasz_memelfnote_64760 datasz memelfnote 0 64760 NULL
++enable_so_jfs_get_block_fndecl_64772 jfs_get_block fndecl 2 64772 NULL
++enable_so_at24_eeprom_write_fndecl_64775 at24_eeprom_write fndecl 3-0-4 64775 NULL
++enable_so_tun_hlen_ip_tunnel_64791 tun_hlen ip_tunnel 0 64791 NULL
++enable_so_c2_mq_req_init_fndecl_64795 c2_mq_req_init fndecl 4 64795 NULL
++enable_so__update_journal_header_block_fndecl_64803 _update_journal_header_block fndecl 2 64803 NULL nohasharray
++enable_so_fr_max_payload_fcoe_rcv_info_64803 fr_max_payload fcoe_rcv_info 0 64803 &enable_so__update_journal_header_block_fndecl_64803
++enable_so_pmsg_size_ramoops_context_64804 pmsg_size ramoops_context 0 64804 NULL
++enable_so_tx_headroom_nci_dev_64805 tx_headroom nci_dev 0 64805 NULL
++enable_so_fpa_get_fndecl_64809 fpa_get fndecl 3-4 64809 NULL
++enable_so_atr_csum_cm4000_dev_64828 atr_csum cm4000_dev 0 64828 NULL
++enable_so_lprocfs_write_frac_helper_fndecl_64841 lprocfs_write_frac_helper fndecl 2 64841 NULL
++enable_so_edma_prep_dma_cyclic_fndecl_64842 edma_prep_dma_cyclic fndecl 4-3 64842 NULL
++enable_so_iov_iter_truncate_fndecl_64844 iov_iter_truncate fndecl 2 64844 NULL
++enable_so_smsc75xx_change_mtu_fndecl_64845 smsc75xx_change_mtu fndecl 2 64845 NULL nohasharray
++enable_so_ngpio_gpio_chip_64845 ngpio gpio_chip 0 64845 &enable_so_smsc75xx_change_mtu_fndecl_64845
++enable_so__req_append_segment_fndecl_64852 _req_append_segment fndecl 2 64852 NULL nohasharray
++enable_so_tool_dbfn_write_fndecl_64852 tool_dbfn_write fndecl 3 64852 &enable_so__req_append_segment_fndecl_64852
++enable_so_log_max_len_client_hdr_64853 log_max_len client_hdr 0 64853 NULL
++enable_so_rh_inc_fndecl_64864 rh_inc fndecl 2 64864 NULL
++enable_so_raw_recvmsg_fndecl_64866 raw_recvmsg fndecl 3 64866 NULL nohasharray
++enable_so_len_discard_entry_64866 len discard_entry 0 64866 &enable_so_raw_recvmsg_fndecl_64866
++enable_so_p_linux_binprm_64868 p linux_binprm 0 64868 NULL
++enable_so_logfs_read_meta_inode_fndecl_64880 logfs_read_meta_inode fndecl 2 64880 NULL
++enable_so_snd_pcm_hw_param_max_fndecl_64887 snd_pcm_hw_param_max fndecl 4 64887 NULL nohasharray
++enable_so_qs_in_channels_hdspm_64887 qs_in_channels hdspm 0 64887 &enable_so_snd_pcm_hw_param_max_fndecl_64887 nohasharray
++enable_so_xbfi_blockcount_xfs_bmap_free_item_64887 xbfi_blockcount xfs_bmap_free_item 0 64887 &enable_so_qs_in_channels_hdspm_64887
++enable_so_ks8995_write_fndecl_64889 ks8995_write fndecl 4 64889 NULL nohasharray
++enable_so_count_ioctl_gntalloc_alloc_gref_64889 count ioctl_gntalloc_alloc_gref 0 64889 &enable_so_ks8995_write_fndecl_64889
++enable_so_reserve_sfa_size_fndecl_64893 reserve_sfa_size fndecl 2 64893 NULL
++enable_so_f_tuner_msi001_64894 f_tuner msi001 0 64894 NULL
++enable_so_mpeglinesize_vardecl_cx23885_417_c_64898 mpeglinesize vardecl_cx23885-417.c 0 64898 NULL
++enable_so_f_audio_buffer_alloc_fndecl_64901 f_audio_buffer_alloc fndecl 1 64901 NULL
++enable_so_unuse_pte_range_fndecl_64903 unuse_pte_range fndecl 3 64903 NULL
++enable_so_maxctl_brcmf_bus_64907 maxctl brcmf_bus 0 64907 NULL
++enable_so_data_size_event_reader_64909 data_size event_reader 0 64909 NULL
++enable_so_nmsgs_i2c_rdwr_ioctl_data_64911 nmsgs i2c_rdwr_ioctl_data 0 64911 NULL
++enable_so_next_block_for_io_dio_submit_64914 next_block_for_io dio_submit 0 64914 NULL
++enable_so_rd_size_uhid_create_req_64916 rd_size uhid_create_req 0 64916 NULL
++enable_so_dma_attach_fndecl_64917 dma_attach fndecl 10-8-7-5-6 64917 NULL
++enable_so_nvme_map_user_pages_fndecl_64918 nvme_map_user_pages fndecl 3-4 64918 NULL nohasharray
++enable_so_roccat_read_fndecl_64918 roccat_read fndecl 3 64918 &enable_so_nvme_map_user_pages_fndecl_64918
++enable_so_nl80211_send_mlme_event_fndecl_64920 nl80211_send_mlme_event fndecl 4 64920 NULL
++enable_so_ath10k_wmi_tlv_op_gen_bcn_tmpl_fndecl_64938 ath10k_wmi_tlv_op_gen_bcn_tmpl fndecl 8 64938 NULL
++enable_so_BlockCount_DAC960_Command_64957 BlockCount DAC960_Command 0 64957 NULL
++enable_so_zap_bt_entries_fndecl_64959 zap_bt_entries fndecl 3-4 64959 NULL
++enable_so_dvb_ca_write_fndecl_64960 dvb_ca_write fndecl 3 64960 NULL
++enable_so_count_acpi_processor_power_64969 count acpi_processor_power 0 64969 NULL
++enable_so_len_ctrl_queue_64975 len ctrl_queue 0 64975 NULL
++enable_so_nearest_clock_vml_sys_64980 nearest_clock vml_sys 0 64980 NULL
++enable_so_io_init_fndecl_64981 io_init fndecl 2 64981 NULL
++enable_so_hq_size_cnic_local_64987 hq_size cnic_local 0 64987 NULL
++enable_so_maxTxCredits_edgeport_port_64991 maxTxCredits edgeport_port 0 64991 NULL
++enable_so_UpdateRegs_fndecl_64995 UpdateRegs fndecl 2-3 64995 NULL
++enable_so_access_length_acpi_connection_info_65000 access_length acpi_connection_info 0 65000 NULL
++enable_so_mask_cbuf_65001 mask cbuf 0 65001 NULL
++enable_so_add_tree_ref_fndecl_65003 add_tree_ref fndecl 3-4-5-2 65003 NULL
++enable_so_cc2520_read_rxfifo_fndecl_65006 cc2520_read_rxfifo fndecl 3 65006 NULL
++enable_so_netif_get_num_default_rss_queues_fndecl_65008 netif_get_num_default_rss_queues fndecl 0 65008 NULL
++enable_so_actual_size_saa7164_user_buffer_65010 actual_size saa7164_user_buffer 0 65010 NULL
++enable_so_cmd_len_sg_io_hdr_65018 cmd_len sg_io_hdr 0 65018 NULL
++enable_so_print_page_owner_fndecl_65020 print_page_owner fndecl 2 65020 NULL
++enable_so_table_size__i2o_lct_65021 table_size _i2o_lct 0 65021 NULL
++enable_so_dfs_file_write_fndecl_65023 dfs_file_write fndecl 3 65023 NULL
++enable_so_max_rate_tries_ieee80211_hw_65024 max_rate_tries ieee80211_hw 0 65024 NULL nohasharray
++enable_so_intr_size_usb_pcwd_private_65024 intr_size usb_pcwd_private 0 65024 &enable_so_max_rate_tries_ieee80211_hw_65024
++enable_so_au8522_rc_read_fndecl_65026 au8522_rc_read fndecl 5 65026 NULL
++enable_so_ocfs2_block_group_fill_fndecl_65027 ocfs2_block_group_fill fndecl 4 65027 NULL
++enable_so_prev_length_deflate_state_65029 prev_length deflate_state 0 65029 NULL
++enable_so_arch_add_memory_fndecl_65052 arch_add_memory fndecl 3-2 65052 NULL
++enable_so_flag_node_footer_65063 flag node_footer 0 65063 NULL
++enable_so_psb_intel_sdvo_get_pixel_multiplier_fndecl_65067 psb_intel_sdvo_get_pixel_multiplier fndecl 0 65067 NULL
++enable_so_ResidualCnt__ErrorInfo_struct_65074 ResidualCnt _ErrorInfo_struct 0 65074 NULL
++enable_so_mmc_test_transfer_fndecl_65076 mmc_test_transfer fndecl 6-5 65076 NULL
++enable_so_xfs_growfs_rt_alloc_fndecl_65079 xfs_growfs_rt_alloc fndecl 2-3 65079 NULL
++enable_so_SyS_bpf_fndecl_65081 SyS_bpf fndecl 3 65081 NULL
++enable_so_frame_size_pwc_device_65084 frame_size pwc_device 0 65084 NULL
++enable_so_fcoe_len_fcoe_rport_65085 fcoe_len fcoe_rport 0 65085 NULL
++enable_so_width_cx88_core_65086 width cx88_core 0 65086 NULL nohasharray
++enable_so_capi_ttyminors_vardecl_capi_c_65086 capi_ttyminors vardecl_capi.c 0 65086 &enable_so_width_cx88_core_65086
++enable_so_num_tx_bds_bcmgenet_priv_65087 num_tx_bds bcmgenet_priv 0 65087 NULL
++enable_so_size_ion_test_rw_data_65088 size ion_test_rw_data 0 65088 NULL
++enable_so_sco_send_frame_fndecl_65092 sco_send_frame fndecl 3 65092 NULL
++enable_so_rtw_android_get_macaddr_fndecl_65095 rtw_android_get_macaddr fndecl 0 65095 NULL
++enable_so_ecryptfs_write_begin_fndecl_65099 ecryptfs_write_begin fndecl 3 65099 NULL
++enable_so_max_xri_lpfc_max_cfg_param_65100 max_xri lpfc_max_cfg_param 0 65100 NULL
++enable_so_x25_recvmsg_fndecl_65106 x25_recvmsg fndecl 3 65106 NULL nohasharray
++enable_so_ocfs2_dx_dir_rebalance_fndecl_65106 ocfs2_dx_dir_rebalance fndecl 7-0 65106 &enable_so_x25_recvmsg_fndecl_65106
++enable_so_ntb_mw_count_fndecl_65108 ntb_mw_count fndecl 0 65108 NULL
++enable_so_nilfs_cpfile_is_snapshot_fndecl_65110 nilfs_cpfile_is_snapshot fndecl 2 65110 NULL
++enable_so_mmc_test_seq_read_perf_fndecl_65111 mmc_test_seq_read_perf fndecl 2 65111 NULL
++enable_so_hsi_alloc_controller_fndecl_65113 hsi_alloc_controller fndecl 1 65113 NULL
++enable_so_amdgpu_bo_list_set_fndecl_65117 amdgpu_bo_list_set fndecl 5 65117 NULL
++enable_so_wpa_ie_len_libipw_device_65120 wpa_ie_len libipw_device 0 65120 NULL
++enable_so_scrub_extent_for_parity_fndecl_65123 scrub_extent_for_parity fndecl 3-2-4 65123 NULL
++enable_so_exynos_drm_init_buf_fndecl_65130 exynos_drm_init_buf fndecl 2 65130 NULL
++enable_so_do_ip_setsockopt_fndecl_65135 do_ip_setsockopt fndecl 5 65135 NULL
++enable_so_kimage_file_alloc_init_fndecl_65136 kimage_file_alloc_init fndecl 5 65136 NULL
++enable_so_depth_sh_veu_format_65150 depth sh_veu_format 0 65150 NULL
++enable_so___recover_dot_dentries_fndecl_65151 __recover_dot_dentries fndecl 2 65151 NULL
++enable_so_piocnt_qib_ctxtdata_65161 piocnt qib_ctxtdata 0 65161 NULL nohasharray
++enable_so_dma_txsize_vardecl_stmmac_main_c_65161 dma_txsize vardecl_stmmac_main.c 0 65161 &enable_so_piocnt_qib_ctxtdata_65161
++enable_so_mwifiex_cmd_append_vsie_tlv_fndecl_65164 mwifiex_cmd_append_vsie_tlv fndecl 0 65164 NULL
++enable_so___ext4_block_zero_page_range_fndecl_65173 __ext4_block_zero_page_range fndecl 3 65173 NULL
++enable_so_crb_read_netxen_adapter_65178 crb_read netxen_adapter 0 65178 NULL
++enable_so_xfs_rtget_summary_fndecl_65179 xfs_rtget_summary fndecl 4-3 65179 NULL
++enable_so_bit_clear_fndecl_65181 bit_clear fndecl 5-3-6-4 65181 NULL
++enable_so_fat_total_sect_fat_bios_param_block_65184 fat_total_sect fat_bios_param_block 0 65184 NULL
++enable_so_free_blk_ocfs2_cached_block_free_65195 free_blk ocfs2_cached_block_free 0 65195 NULL
++enable_so_privacy_invoked_libipw_device_65199 privacy_invoked libipw_device 0 65199 NULL nohasharray
++enable_so_get_fdb_entries_fndecl_65199 get_fdb_entries fndecl 3 65199 &enable_so_privacy_invoked_libipw_device_65199
++enable_so_xfs_bmap_shift_extents_fndecl_65200 xfs_bmap_shift_extents fndecl 4 65200 NULL
++enable_so_NumIdentPartitions_cfi_intelext_regioninfo_65201 NumIdentPartitions cfi_intelext_regioninfo 0 65201 NULL
++enable_so_SyS_sched_getattr_fndecl_65202 SyS_sched_getattr fndecl 3 65202 NULL
++enable_so_ackr_win_top_rxrpc_call_65205 ackr_win_top rxrpc_call 0 65205 NULL
++enable_so_fat_shortname2uni_fndecl_65206 fat_shortname2uni fndecl 0 65206 NULL
++enable_so_vsync_v4l2_bt_timings_65208 vsync v4l2_bt_timings 0 65208 NULL nohasharray
++enable_so_vmcb_msrpm_nested_state_65208 vmcb_msrpm nested_state 0 65208 &enable_so_vsync_v4l2_bt_timings_65208
++enable_so_get_regs_len_ethtool_ops_65213 get_regs_len ethtool_ops 0 65213 NULL
++enable_so_i40evf_change_mtu_fndecl_65220 i40evf_change_mtu fndecl 2 65220 NULL
++enable_so_read_gssp_fndecl_65224 read_gssp fndecl 3 65224 NULL
++enable_so_fb_max_height_vmw_private_65243 fb_max_height vmw_private 0 65243 NULL
++enable_so_ext4_da_write_inline_data_begin_fndecl_65244 ext4_da_write_inline_data_begin fndecl 4-3 65244 NULL nohasharray
++enable_so_word3_alx_rrd_65244 word3 alx_rrd 0 65244 &enable_so_ext4_da_write_inline_data_begin_fndecl_65244
++enable_so_bytes_dump_iterator_65249 bytes dump_iterator 0 65249 NULL
++enable_so_cx24116_writeregN_fndecl_65252 cx24116_writeregN fndecl 4 65252 NULL
++enable_so_ctx_blk_size_cnic_eth_dev_65262 ctx_blk_size cnic_eth_dev 0 65262 NULL
++enable_so_tool_peer_spad_read_fndecl_65263 tool_peer_spad_read fndecl 3 65263 NULL
++enable_so_get_dir_index_using_offset_fndecl_65267 get_dir_index_using_offset fndecl 0-7 65267 NULL
++enable_so_m_ialloc_blks_xfs_mount_65284 m_ialloc_blks xfs_mount 0 65284 NULL
++enable_so_size_t4_rq_65285 size t4_rq 0 65285 NULL
++enable_so_cp_pack_total_block_count_f2fs_checkpoint_65288 cp_pack_total_block_count f2fs_checkpoint 0 65288 NULL
++enable_so_update_stat_data_fndecl_65289 update_stat_data fndecl 3 65289 NULL
++enable_so_hpfs_translate_name_fndecl_65290 hpfs_translate_name fndecl 3 65290 NULL
++enable_so_wear_eb_count_vardecl_nandsim_c_65291 wear_eb_count vardecl_nandsim.c 0 65291 NULL
++enable_so_rt2x00debug_write_rfcsr_fndecl_65298 rt2x00debug_write_rfcsr fndecl 3 65298 NULL
++enable_so_ntfs_bmap_fndecl_65300 ntfs_bmap fndecl 2 65300 NULL
++enable_so_buffer_dma_atmel_spi_65304 buffer_dma atmel_spi 0 65304 NULL
++enable_so_memory_lseek_fndecl_65306 memory_lseek fndecl 2 65306 NULL
++enable_so_in_param_mlx4_vhcr_65311 in_param mlx4_vhcr 0 65311 NULL
++enable_so_mt312_read_fndecl_65312 mt312_read fndecl 4 65312 NULL
++enable_so_ExtPageLength__MPI2_CONFIG_REPLY_65319 ExtPageLength _MPI2_CONFIG_REPLY 0 65319 NULL
++enable_so_brcmf_flowring_attach_fndecl_65325 brcmf_flowring_attach fndecl 2 65325 NULL
++enable_so_align_size_hwbus_ops_65327 align_size hwbus_ops 0 65327 NULL
++enable_so_fb_get_vblank_fndecl_65331 fb_get_vblank fndecl 0-1 65331 NULL nohasharray
++enable_so_ath10k_wmi_start_scan_tlvs_len_fndecl_65331 ath10k_wmi_start_scan_tlvs_len fndecl 0 65331 &enable_so_fb_get_vblank_fndecl_65331
++enable_so_alloc_in_dirband_fndecl_65332 alloc_in_dirband fndecl 2 65332 NULL
++enable_so_panel_count_vbt_r10_65334 panel_count vbt_r10 0 65334 NULL
++enable_so_ldisc_receive_fndecl_65343 ldisc_receive fndecl 4 65343 NULL
++enable_so_gss_krb5_cts_crypt_fndecl_65346 gss_krb5_cts_crypt fndecl 3 65346 NULL
++enable_so_si476x_radio_fops_read_fndecl_65348 si476x_radio_fops_read fndecl 3 65348 NULL nohasharray
++enable_so_snap_count_rbd_image_header_ondisk_65348 snap_count rbd_image_header_ondisk 0 65348 &enable_so_si476x_radio_fops_read_fndecl_65348
++enable_so_len_rpc_pipe_msg_65361 len rpc_pipe_msg 0 65361 NULL
++enable_so_imm_size_fndecl_65365 imm_size fndecl 0 65365 NULL
++enable_so_dma_out_iguanair_65368 dma_out iguanair 0 65368 NULL nohasharray
++enable_so_add_excluded_extent_fndecl_65368 add_excluded_extent fndecl 3-2 65368 &enable_so_dma_out_iguanair_65368
++enable_so_fbucket_size_qlcnic_filter_hash_65369 fbucket_size qlcnic_filter_hash 0 65369 NULL
++enable_so_batadv_tvlv_container_ogm_append_fndecl_65383 batadv_tvlv_container_ogm_append fndecl 4 65383 NULL
++enable_so_max_rx_aggregation_subframes_ieee80211_hw_65391 max_rx_aggregation_subframes ieee80211_hw 0 65391 NULL
++enable_so_ipath_piosize2k_ipath_devdata_65394 ipath_piosize2k ipath_devdata 0 65394 NULL
++enable_so_rcvegrbufsize_qib_devdata_65397 rcvegrbufsize qib_devdata 0 65397 NULL
++enable_so_num_rx_queues_ixgbe_adapter_65402 num_rx_queues ixgbe_adapter 0 65402 NULL
++enable_so_f_refresh_fb_cvt_data_65404 f_refresh fb_cvt_data 0 65404 NULL
++enable_so_wl12xx_sdio_raw_write_fndecl_65406 wl12xx_sdio_raw_write fndecl 4 65406 NULL nohasharray
++enable_so_rng_dev_read_fndecl_65406 rng_dev_read fndecl 3 65406 &enable_so_wl12xx_sdio_raw_write_fndecl_65406
++enable_so___napi_alloc_skb_fndecl_65409 __napi_alloc_skb fndecl 2 65409 NULL nohasharray
++enable_so_vm_exit_msr_store_addr_vmcs12_65409 vm_exit_msr_store_addr vmcs12 0 65409 &enable_so___napi_alloc_skb_fndecl_65409
++enable_so_macb_init_rx_buffer_size_fndecl_65410 macb_init_rx_buffer_size fndecl 2 65410 NULL
++enable_so_lstcon_batch_list_fndecl_65416 lstcon_batch_list fndecl 2 65416 NULL
++enable_so_fat_zeroed_cluster_fndecl_65422 fat_zeroed_cluster fndecl 3-2 65422 NULL
++enable_so_fq_trees_log_fq_sched_data_65425 fq_trees_log fq_sched_data 0 65425 NULL
++enable_so_block_size_card_cfg_data_65426 block_size card_cfg_data 0 65426 NULL
++enable_so_period_bytes_snd_usb_substream_65430 period_bytes snd_usb_substream 0 65430 NULL
++enable_so_tcp_hdrlen_fndecl_65433 tcp_hdrlen fndecl 0 65433 NULL
++enable_so_data_in_size_mpt3_ioctl_command_65434 data_in_size mpt3_ioctl_command 0 65434 NULL
++enable_so_a2mp_send_fndecl_65436 a2mp_send fndecl 4 65436 NULL
++enable_so_lbs_bcnmiss_write_fndecl_65438 lbs_bcnmiss_write fndecl 3 65438 NULL
++enable_so_squashfs_cache_init_fndecl_65451 squashfs_cache_init fndecl 3-2 65451 NULL
++enable_so_xfs_dir3_data_block_free_fndecl_65456 xfs_dir3_data_block_free fndecl 4 65456 NULL
++enable_so_wNtbOutMaxDatagrams_usb_cdc_ncm_ntb_parameters_65459 wNtbOutMaxDatagrams usb_cdc_ncm_ntb_parameters 0 65459 NULL
++enable_so_cfg80211_calculate_bitrate_60g_fndecl_65469 cfg80211_calculate_bitrate_60g fndecl 0 65469 NULL
++enable_so_value_iw_param_65472 value iw_param 0 65472 NULL
++enable_so_lfb_base_screen_info_65479 lfb_base screen_info 0 65479 NULL
++enable_so_isoc_size_wa_seg_65482 isoc_size wa_seg 0 65482 NULL
++enable_so_logical_tree_mod_root_65499 logical tree_mod_root 0 65499 NULL
++enable_so_ieee80211_if_fmt_bssid_fndecl_65502 ieee80211_if_fmt_bssid fndecl 3 65502 NULL nohasharray
++enable_so_xfs_dir2_shrink_inode_fndecl_65502 xfs_dir2_shrink_inode fndecl 2 65502 &enable_so_ieee80211_if_fmt_bssid_fndecl_65502
++enable_so_lov_unpackmd_fndecl_65526 lov_unpackmd fndecl 4 65526 NULL
++enable_so_write_page_nocow_fndecl_65527 write_page_nocow fndecl 2 65527 NULL
++enable_so_size_mei_msg_data_65529 size mei_msg_data 0 65529 NULL
++enable_so_connector_write_fndecl_65534 connector_write fndecl 3 65534 NULL
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_hash_aux.data b/tools/gcc/size_overflow_plugin/size_overflow_hash_aux.data
new file mode 100644
-index 0000000..560cd7b
+index 0000000..17bc0d8
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_hash_aux.data
@@ -0,0 +1,92 @@
-+spa_set_aux_vdevs_746 spa_set_aux_vdevs 3 746 NULL
-+zfs_lookup_2144 zfs_lookup 0 2144 NULL
-+mappedread_2627 mappedread 2 2627 NULL
-+vdev_disk_dio_alloc_2957 vdev_disk_dio_alloc 1 2957 NULL
-+nv_alloc_pushpage_spl_4286 nv_alloc_pushpage_spl 2 4286 NULL
-+zpl_xattr_get_4574 zpl_xattr_get 0 4574 NULL
-+sa_replace_all_by_template_5699 sa_replace_all_by_template 3 5699 NULL
-+dmu_write_6048 dmu_write 4-3 6048 NULL
-+dmu_buf_hold_array_6095 dmu_buf_hold_array 4-3 6095 NULL
-+update_pages_6225 update_pages 2-3 6225 NULL
-+bio_nr_pages_7117 bio_nr_pages 0-2 7117 NULL
-+dmu_buf_hold_array_by_bonus_8562 dmu_buf_hold_array_by_bonus 3-2 8562 NULL
-+zpios_dmu_write_8858 zpios_dmu_write 4-5 8858 NULL
-+ddi_copyout_9401 ddi_copyout 3 9401 NULL
-+avl_numnodes_12384 avl_numnodes 0 12384 NULL
-+dmu_write_uio_dnode_12473 dmu_write_uio_dnode 3 12473 NULL
-+dmu_xuio_init_12866 dmu_xuio_init 2 12866 NULL
-+zpl_read_common_14389 zpl_read_common 0 14389 NULL
-+dmu_snapshot_realname_14632 dmu_snapshot_realname 4 14632 NULL
-+kmem_alloc_debug_14852 kmem_alloc_debug 1 14852 NULL
-+kmalloc_node_nofail_15151 kmalloc_node_nofail 1 15151 NULL
-+dmu_write_uio_16351 dmu_write_uio 4 16351 NULL
-+zfs_log_write_16524 zfs_log_write 6-5 16524 NULL
-+sa_build_layouts_16910 sa_build_layouts 3 16910 NULL
-+dsl_dir_namelen_17053 dsl_dir_namelen 0 17053 NULL
-+kcopy_copy_to_user_17336 kcopy_copy_to_user 5 17336 NULL
-+sa_add_layout_entry_17507 sa_add_layout_entry 3 17507 NULL
-+sa_attr_table_setup_18029 sa_attr_table_setup 3 18029 NULL
-+uiocopy_18680 uiocopy 2 18680 NULL
-+dmu_buf_hold_array_by_dnode_19125 dmu_buf_hold_array_by_dnode 2-3 19125 NULL
-+zpl_acl_from_xattr_21141 zpl_acl_from_xattr 2 21141 NULL
-+dsl_pool_tx_assign_init_22518 dsl_pool_tx_assign_init 2 22518 NULL
-+nvlist_lookup_byte_array_22527 nvlist_lookup_byte_array 0 22527 NULL
-+sa_replace_all_by_template_locked_22533 sa_replace_all_by_template_locked 3 22533 NULL
-+tsd_hash_table_init_22559 tsd_hash_table_init 1 22559 NULL
-+spa_vdev_remove_aux_23966 spa_vdev_remove_aux 4 23966 NULL
-+zpl_xattr_acl_set_access_24129 zpl_xattr_acl_set_access 4 24129 NULL
-+dmu_assign_arcbuf_24622 dmu_assign_arcbuf 2 24622 NULL
-+zap_lookup_norm_25166 zap_lookup_norm 9 25166 NULL
-+dmu_prealloc_25456 dmu_prealloc 4-3 25456 NULL
-+kmalloc_nofail_26347 kmalloc_nofail 1 26347 NULL
-+zfsctl_snapshot_zpath_27578 zfsctl_snapshot_zpath 2 27578 NULL
-+zpios_dmu_read_30015 zpios_dmu_read 4-5 30015 NULL
-+splat_write_30943 splat_write 3 30943 NULL
-+zpl_xattr_get_sa_31183 zpl_xattr_get_sa 0 31183 NULL
-+dmu_read_uio_31467 dmu_read_uio 4 31467 NULL
-+zfs_replay_fuids_31479 zfs_replay_fuids 4 31479 NULL
-+spa_history_log_to_phys_31632 spa_history_log_to_phys 0-1 31632 NULL
-+__zpl_xattr_get_32601 __zpl_xattr_get 0 32601 NULL
-+proc_copyout_string_34049 proc_copyout_string 2 34049 NULL
-+nv_alloc_sleep_spl_34544 nv_alloc_sleep_spl 2 34544 NULL
-+nv_alloc_nosleep_spl_34761 nv_alloc_nosleep_spl 2 34761 NULL
-+zap_leaf_array_match_36922 zap_leaf_array_match 4 36922 NULL
-+copyinstr_36980 copyinstr 3 36980 NULL
-+zpl_xattr_acl_set_default_37864 zpl_xattr_acl_set_default 4 37864 NULL
-+splat_read_38116 splat_read 3 38116 NULL
-+sa_setup_38756 sa_setup 4 38756 NULL
-+vdev_disk_physio_39898 vdev_disk_physio 3 39898 NULL
-+arc_buf_size_39982 arc_buf_size 0 39982 NULL
-+kzalloc_nofail_40719 kzalloc_nofail 1 40719 NULL
-+fuidstr_to_sid_40777 fuidstr_to_sid 4 40777 NULL
-+vdev_raidz_matrix_reconstruct_40852 vdev_raidz_matrix_reconstruct 2-3 40852 NULL
-+sa_find_layout_40892 sa_find_layout 4 40892 NULL
-+zpl_xattr_get_dir_41918 zpl_xattr_get_dir 0 41918 NULL
-+zfs_sa_get_xattr_42600 zfs_sa_get_xattr 0 42600 NULL
-+zpl_xattr_acl_set_42808 zpl_xattr_acl_set 4 42808 NULL
-+xdr_dec_array_43091 xdr_dec_array 5 43091 NULL
-+dsl_dataset_namelen_43136 dsl_dataset_namelen 0 43136 NULL
-+kcopy_write_43683 kcopy_write 3 43683 NULL
-+uiomove_44355 uiomove 2 44355 NULL
-+dmu_read_44418 dmu_read 4-3 44418 NULL
-+ddi_copyin_44846 ddi_copyin 3 44846 NULL
-+kcopy_do_get_45061 kcopy_do_get 5 45061 NULL
-+copyin_45945 copyin 3 45945 NULL
-+zil_itx_create_46555 zil_itx_create 2 46555 NULL
-+dmu_write_uio_dbuf_48064 dmu_write_uio_dbuf 3 48064 NULL
-+blk_rq_pos_48233 blk_rq_pos 0 48233 NULL
-+spa_history_write_49650 spa_history_write 3 49650 NULL
-+kcopy_copy_pages_to_user_49823 kcopy_copy_pages_to_user 3-4 49823 NULL
-+zfs_log_write_50162 zfs_log_write 6-5 50162 NULL
-+i_fm_alloc_51038 i_fm_alloc 2 51038 NULL
-+copyout_51409 copyout 3 51409 NULL
-+zvol_log_write_54898 zvol_log_write 4-3 54898 NULL
-+zfs_acl_node_alloc_55641 zfs_acl_node_alloc 1 55641 NULL
-+get_nvlist_56685 get_nvlist 2 56685 NULL
-+zprop_get_numprops_56820 zprop_get_numprops 0 56820 NULL
-+splat_taskq_test4_common_59829 splat_taskq_test4_common 5 59829 NULL
-+zfs_replay_domain_cnt_61399 zfs_replay_domain_cnt 0 61399 NULL
-+zpios_write_61823 zpios_write 3 61823 NULL
-+proc_copyin_string_62019 proc_copyin_string 4 62019 NULL
-+random_get_pseudo_bytes_64611 random_get_pseudo_bytes 2 64611 NULL
-+zpios_read_64734 zpios_read 3 64734 NULL
++enable_so_spa_set_aux_vdevs_fndecl_746 spa_set_aux_vdevs fndecl 3 746 NULL
++enable_so_zfs_lookup_fndecl_2144 zfs_lookup fndecl 0 2144 NULL
++enable_so_mappedread_fndecl_2627 mappedread fndecl 2 2627 NULL
++enable_so_vdev_disk_dio_alloc_fndecl_2957 vdev_disk_dio_alloc fndecl 1 2957 NULL
++enable_so_nv_alloc_pushpage_spl_fndecl_4286 nv_alloc_pushpage_spl fndecl 2 4286 NULL
++enable_so_zpl_xattr_get_fndecl_4574 zpl_xattr_get fndecl 0 4574 NULL
++enable_so_sa_replace_all_by_template_fndecl_5699 sa_replace_all_by_template fndecl 3 5699 NULL
++enable_so_dmu_write_fndecl_6048 dmu_write fndecl 4-3 6048 NULL
++enable_so_dmu_buf_hold_array_fndecl_6095 dmu_buf_hold_array fndecl 4-3 6095 NULL
++enable_so_update_pages_fndecl_6225 update_pages fndecl 2-3 6225 NULL
++enable_so_bio_nr_pages_fndecl_7117 bio_nr_pages fndecl 0-2 7117 NULL
++enable_so_dmu_buf_hold_array_by_bonus_fndecl_8562 dmu_buf_hold_array_by_bonus fndecl 3-2 8562 NULL
++enable_so_zpios_dmu_write_fndecl_8858 zpios_dmu_write fndecl 4-5 8858 NULL
++enable_so_ddi_copyout_fndecl_9401 ddi_copyout fndecl 3 9401 NULL
++enable_so_avl_numnodes_fndecl_12384 avl_numnodes fndecl 0 12384 NULL
++enable_so_dmu_write_uio_dnode_fndecl_12473 dmu_write_uio_dnode fndecl 3 12473 NULL
++enable_so_dmu_xuio_init_fndecl_12866 dmu_xuio_init fndecl 2 12866 NULL
++enable_so_zpl_read_common_fndecl_14389 zpl_read_common fndecl 0 14389 NULL
++enable_so_dmu_snapshot_realname_fndecl_14632 dmu_snapshot_realname fndecl 4 14632 NULL
++enable_so_kmem_alloc_debug_fndecl_14852 kmem_alloc_debug fndecl 1 14852 NULL
++enable_so_kmalloc_node_nofail_fndecl_15151 kmalloc_node_nofail fndecl 1 15151 NULL
++enable_so_dmu_write_uio_fndecl_16351 dmu_write_uio fndecl 4 16351 NULL
++enable_so_zfs_log_write_fndecl_16524 zfs_log_write fndecl 6-5 16524 NULL
++enable_so_sa_build_layouts_fndecl_16910 sa_build_layouts fndecl 3 16910 NULL
++enable_so_dsl_dir_namelen_fndecl_17053 dsl_dir_namelen fndecl 0 17053 NULL
++enable_so_kcopy_copy_to_user_fndecl_17336 kcopy_copy_to_user fndecl 5 17336 NULL
++enable_so_sa_add_layout_entry_fndecl_17507 sa_add_layout_entry fndecl 3 17507 NULL
++enable_so_sa_attr_table_setup_fndecl_18029 sa_attr_table_setup fndecl 3 18029 NULL
++enable_so_uiocopy_fndecl_18680 uiocopy fndecl 2 18680 NULL
++enable_so_dmu_buf_hold_array_by_dnode_fndecl_19125 dmu_buf_hold_array_by_dnode fndecl 2-3 19125 NULL
++enable_so_zpl_acl_from_xattr_fndecl_21141 zpl_acl_from_xattr fndecl 2 21141 NULL
++enable_so_dsl_pool_tx_assign_init_fndecl_22518 dsl_pool_tx_assign_init fndecl 2 22518 NULL
++enable_so_nvlist_lookup_byte_array_fndecl_22527 nvlist_lookup_byte_array fndecl 0 22527 NULL
++enable_so_sa_replace_all_by_template_locked_fndecl_22533 sa_replace_all_by_template_locked fndecl 3 22533 NULL
++enable_so_tsd_hash_table_init_fndecl_22559 tsd_hash_table_init fndecl 1 22559 NULL
++enable_so_spa_vdev_remove_aux_fndecl_23966 spa_vdev_remove_aux fndecl 4 23966 NULL
++enable_so_zpl_xattr_acl_set_access_fndecl_24129 zpl_xattr_acl_set_access fndecl 4 24129 NULL
++enable_so_dmu_assign_arcbuf_fndecl_24622 dmu_assign_arcbuf fndecl 2 24622 NULL
++enable_so_zap_lookup_norm_fndecl_25166 zap_lookup_norm fndecl 9 25166 NULL
++enable_so_dmu_prealloc_fndecl_25456 dmu_prealloc fndecl 4-3 25456 NULL
++enable_so_kmalloc_nofail_fndecl_26347 kmalloc_nofail fndecl 1 26347 NULL
++enable_so_zfsctl_snapshot_zpath_fndecl_27578 zfsctl_snapshot_zpath fndecl 2 27578 NULL
++enable_so_zpios_dmu_read_fndecl_30015 zpios_dmu_read fndecl 4-5 30015 NULL
++enable_so_splat_write_fndecl_30943 splat_write fndecl 3 30943 NULL
++enable_so_zpl_xattr_get_sa_fndecl_31183 zpl_xattr_get_sa fndecl 0 31183 NULL
++enable_so_dmu_read_uio_fndecl_31467 dmu_read_uio fndecl 4 31467 NULL
++enable_so_zfs_replay_fuids_fndecl_31479 zfs_replay_fuids fndecl 4 31479 NULL
++enable_so_spa_history_log_to_phys_fndecl_31632 spa_history_log_to_phys fndecl 0-1 31632 NULL
++enable_so___zpl_xattr_get_fndecl_32601 __zpl_xattr_get fndecl 0 32601 NULL
++enable_so_proc_copyout_string_fndecl_34049 proc_copyout_string fndecl 2 34049 NULL
++enable_so_nv_alloc_sleep_spl_fndecl_34544 nv_alloc_sleep_spl fndecl 2 34544 NULL
++enable_so_nv_alloc_nosleep_spl_fndecl_34761 nv_alloc_nosleep_spl fndecl 2 34761 NULL
++enable_so_zap_leaf_array_match_fndecl_36922 zap_leaf_array_match fndecl 4 36922 NULL
++enable_so_copyinstr_fndecl_36980 copyinstr fndecl 3 36980 NULL
++enable_so_zpl_xattr_acl_set_default_fndecl_37864 zpl_xattr_acl_set_default fndecl 4 37864 NULL
++enable_so_splat_read_fndecl_38116 splat_read fndecl 3 38116 NULL
++enable_so_sa_setup_fndecl_38756 sa_setup fndecl 4 38756 NULL
++enable_so_vdev_disk_physio_fndecl_39898 vdev_disk_physio fndecl 3 39898 NULL
++enable_so_arc_buf_size_fndecl_39982 arc_buf_size fndecl 0 39982 NULL
++enable_so_kzalloc_nofail_fndecl_40719 kzalloc_nofail fndecl 1 40719 NULL
++enable_so_fuidstr_to_sid_fndecl_40777 fuidstr_to_sid fndecl 4 40777 NULL
++enable_so_vdev_raidz_matrix_reconstruct_fndecl_40852 vdev_raidz_matrix_reconstruct fndecl 2-3 40852 NULL
++enable_so_sa_find_layout_fndecl_40892 sa_find_layout fndecl 4 40892 NULL
++enable_so_zpl_xattr_get_dir_fndecl_41918 zpl_xattr_get_dir fndecl 0 41918 NULL
++enable_so_zfs_sa_get_xattr_fndecl_42600 zfs_sa_get_xattr fndecl 0 42600 NULL
++enable_so_zpl_xattr_acl_set_fndecl_42808 zpl_xattr_acl_set fndecl 4 42808 NULL
++enable_so_xdr_dec_array_fndecl_43091 xdr_dec_array fndecl 5 43091 NULL
++enable_so_dsl_dataset_namelen_fndecl_43136 dsl_dataset_namelen fndecl 0 43136 NULL
++enable_so_kcopy_write_fndecl_43683 kcopy_write fndecl 3 43683 NULL
++enable_so_uiomove_fndecl_44355 uiomove fndecl 2 44355 NULL
++enable_so_dmu_read_fndecl_44418 dmu_read fndecl 4-3 44418 NULL
++enable_so_ddi_copyin_fndecl_44846 ddi_copyin fndecl 3 44846 NULL
++enable_so_kcopy_do_get_fndecl_45061 kcopy_do_get fndecl 5 45061 NULL
++enable_so_copyin_fndecl_45945 copyin fndecl 3 45945 NULL
++enable_so_zil_itx_create_fndecl_46555 zil_itx_create fndecl 2 46555 NULL
++enable_so_dmu_write_uio_dbuf_fndecl_48064 dmu_write_uio_dbuf fndecl 3 48064 NULL
++enable_so_blk_rq_pos_fndecl_48233 blk_rq_pos fndecl 0 48233 NULL
++enable_so_spa_history_write_fndecl_49650 spa_history_write fndecl 3 49650 NULL
++enable_so_kcopy_copy_pages_to_user_fndecl_49823 kcopy_copy_pages_to_user fndecl 3-4 49823 NULL
++enable_so_zfs_log_write_fndecl_50162 zfs_log_write fndecl 6-5 50162 NULL
++enable_so_i_fm_alloc_fndecl_51038 i_fm_alloc fndecl 2 51038 NULL
++enable_so_copyout_fndecl_51409 copyout fndecl 3 51409 NULL
++enable_so_zvol_log_write_fndecl_54898 zvol_log_write fndecl 4-3 54898 NULL
++enable_so_zfs_acl_node_alloc_fndecl_55641 zfs_acl_node_alloc fndecl 1 55641 NULL
++enable_so_get_nvlist_fndecl_56685 get_nvlist fndecl 2 56685 NULL
++enable_so_zprop_get_numprops_fndecl_56820 zprop_get_numprops fndecl 0 56820 NULL
++enable_so_splat_taskq_test4_common_fndecl_59829 splat_taskq_test4_common fndecl 5 59829 NULL
++enable_so_zfs_replay_domain_cnt_fndecl_61399 zfs_replay_domain_cnt fndecl 0 61399 NULL
++enable_so_zpios_write_fndecl_61823 zpios_write fndecl 3 61823 NULL
++enable_so_proc_copyin_string_fndecl_62019 proc_copyin_string fndecl 4 62019 NULL
++enable_so_random_get_pseudo_bytes_fndecl_64611 random_get_pseudo_bytes fndecl 2 64611 NULL
++enable_so_zpios_read_fndecl_64734 zpios_read fndecl 3 64734 NULL
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_ipa.c b/tools/gcc/size_overflow_plugin/size_overflow_ipa.c
new file mode 100644
-index 0000000..9846ab0
+index 0000000..441fd79
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_ipa.c
-@@ -0,0 +1,913 @@
+@@ -0,0 +1,1373 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -161688,10 +160770,14 @@ index 0000000..9846ab0
+ */
+
+#include "size_overflow.h"
++#include <libgen.h>
+
-+static next_interesting_function_t walk_use_def_next_functions(gimple_set *visited, next_interesting_function_t next_cnodes_head, const_tree lhs);
++static void walk_use_def_next_functions(struct walk_use_def_data *use_def_data, tree lhs);
+
+next_interesting_function_t global_next_interesting_function[GLOBAL_NIFN_LEN];
++static bool global_changed;
++#define PRINT_DATA_FLOW true
++#define NO_PRINT_DATA_FLOW false
+
+static struct cgraph_node_hook_list *function_insertion_hook_holder;
+static struct cgraph_2node_hook_list *node_duplication_hook_holder;
@@ -161706,138 +160792,222 @@ index 0000000..9846ab0
+#endif
+}
+
-+static bool compare_next_interesting_functions(next_interesting_function_t cur_node, const char *decl_name, const char *context, unsigned int num)
++static bool is_signed_error_code_const(const_tree node)
++{
++ HOST_WIDE_INT constant = tree_to_shwi(node);
++
++ return constant >= -4095 && constant <= -1;
++}
++
++static bool is_unsigned_error_code_const(const_tree node)
+{
-+ if (cur_node->marked == ASM_STMT_SO_MARK)
++ unsigned HOST_WIDE_INT constant = tree_to_uhwi(node);
++
++ // ulong -4095
++ if (constant >= 0xfffffffffffff001)
++ return true;
++ // uint -4095
++ return constant >= 0xfffff001;
++}
++
++static bool is_error_code_const(const_tree node)
++{
++ enum machine_mode mode;
++
++ if (!flag_lto)
+ return false;
-+ if (num != CANNOT_FIND_ARG && cur_node->num != num)
++
++ if (!is_gimple_constant(node))
+ return false;
-+ if (strcmp(cur_node->context, context))
++ mode = TYPE_MODE(TREE_TYPE(node));
++ if (mode != SImode && mode != DImode)
+ return false;
-+ return !strcmp(cur_node->decl_name, decl_name);
++
++ if (!TYPE_UNSIGNED(TREE_TYPE(node)) && is_signed_error_code_const(node))
++ return true;
++ return TYPE_UNSIGNED(TREE_TYPE(node)) && is_unsigned_error_code_const(node);
+}
+
-+// Return the type name for a function pointer (or "fielddecl" if the type has no name), otherwise either "vardecl" or "fndecl"
-+static const char* get_decl_context(const_tree decl)
++bool is_default_error_data_flow(error_code_t error_code)
+{
-+ const char *context;
++ return !error_code->bin_op && !error_code->error_const && error_code->only_signed_unsigned_cast;
++}
+
-+ if (TREE_CODE(decl) == VAR_DECL)
-+ return "vardecl";
-+ if (TREE_CODE(decl) == FUNCTION_DECL)
-+ return "fndecl";
++static bool same_error_data_flow(error_code_t error_data_flow_old, error_code_t error_data_flow_new)
++{
++ if (!flag_lto)
++ return true;
+
-+ gcc_assert(TREE_CODE(decl) == FIELD_DECL);
-+ context = get_type_name_from_field(decl);
++ if (error_data_flow_old->bin_op != error_data_flow_new->bin_op)
++ return false;
++ if (error_data_flow_old->error_const != error_data_flow_new->error_const)
++ return false;
++ return error_data_flow_old->only_signed_unsigned_cast == error_data_flow_new->only_signed_unsigned_cast;
++}
+
-+ if (!context)
-+ return "fielddecl";
-+ return context;
++static void set_error_data_flow(error_code_t error_data_flow_old, error_code_t error_data_flow_new)
++{
++ error_data_flow_old->bin_op = error_data_flow_new->bin_op;
++ error_data_flow_old->error_const = error_data_flow_new->error_const;
++ error_data_flow_old->only_signed_unsigned_cast = error_data_flow_new->only_signed_unsigned_cast;
+}
+
-+/* Find the function with the specified argument in the list
-+ * * if marked is ASM_STMT_SO_MARK or YES_SO_MARK then filter accordingly
-+ * * if num is CANNOT_FIND_ARG then ignore it
-+ */
-+next_interesting_function_t get_global_next_interesting_function_entry(const char *decl_name, const char *context, unsigned int hash, unsigned int num, enum size_overflow_mark marked)
++static void merge_error_data_flows(error_code_t error_data_flow_old, error_code_t error_data_flow_new)
+{
-+ next_interesting_function_t cur_node, head;
++ if (same_error_data_flow(error_data_flow_old, error_data_flow_new))
++ return;
+
-+ head = global_next_interesting_function[hash];
-+ for (cur_node = head; cur_node; cur_node = cur_node->next) {
-+ if ((marked == ASM_STMT_SO_MARK || marked == YES_SO_MARK) && cur_node->marked != marked)
-+ continue;
-+ if (compare_next_interesting_functions(cur_node, decl_name, context, num))
-+ return cur_node;
++ if (is_default_error_data_flow(error_data_flow_old) && !is_default_error_data_flow(error_data_flow_new)) {
++ set_error_data_flow(error_data_flow_old, error_data_flow_new);
++ return;
+ }
-+ return NULL;
++
++ if (error_data_flow_new->bin_op)
++ error_data_flow_old->bin_op = true;
++ if (error_data_flow_new->error_const)
++ error_data_flow_old->error_const = true;
++ if (!error_data_flow_new->only_signed_unsigned_cast)
++ error_data_flow_old->only_signed_unsigned_cast = false;
+}
+
-+next_interesting_function_t get_global_next_interesting_function_entry_with_hash(const_tree decl, const char *decl_name, unsigned int num, enum size_overflow_mark marked)
++static bool compare_next_interesting_functions(next_interesting_function_t cur_node, const char *decl_name, const char *context, unsigned int num, error_code_t error_data_flow)
+{
-+ const char *context;
-+ unsigned int hash;
++ // Ignore num without a value
++ if (num != NONE_ARGNUM && cur_node->num != num)
++ return false;
++ if (strcmp(cur_node->context, context))
++ return false;
++ if (strcmp(cur_node->decl_name, decl_name))
++ return false;
++ merge_error_data_flows(cur_node->error_data_flow, error_data_flow);
++ return true;
++}
+
-+ hash = get_decl_hash(decl, decl_name);
-+ if (hash == NO_HASH)
-+ return NULL;
++// Return the context of vardecl. If it is in a file scope then the context is vardecl_filebasename
++static const char* get_vardecl_context(const_tree decl)
++{
++ expanded_location xloc;
++ char *buf, *path;
++ const char *bname;
++ int len;
++
++ xloc = expand_location(DECL_SOURCE_LOCATION(decl));
++ gcc_assert(xloc.file);
++ path = xstrdup(xloc.file);
++ bname = basename(path);
+
-+ context = get_decl_context(decl);
-+ return get_global_next_interesting_function_entry(decl_name, context, hash, num, marked);
++ len = asprintf(&buf, "vardecl_%s", bname);
++ gcc_assert(len > 0);
++ return buf;
+}
+
-+static bool is_vararg(const_tree fn, unsigned int num)
++// Return the type name for a function pointer (or "fielddecl" if the type has no name), otherwise either "vardecl" or "fndecl"
++const char* get_decl_context(const_tree decl)
+{
-+ const_tree fn_type, last, type;
-+ tree arg_list;
++ switch (TREE_CODE(decl)) {
++ case FUNCTION_DECL:
++ return "fndecl";
++ // TODO: Ignore anonymous types for now
++ case FIELD_DECL:
++ return get_type_name_from_field(decl);
++ case VAR_DECL:
++ if (TREE_PUBLIC(decl) || DECL_EXTERNAL(decl))
++ return "vardecl";
++ if (TREE_STATIC(decl) && !TREE_PUBLIC(decl))
++ return get_vardecl_context(decl);
++ // ignore local variable
++ if (!TREE_STATIC(decl) && !DECL_EXTERNAL(decl))
++ return NULL;
++ default:
++ debug_tree((tree)decl);
++ gcc_unreachable();
++ }
++}
+
-+ if (num == 0)
-+ return false;
-+ if (fn == NULL_TREE)
-+ return false;
-+ if (TREE_CODE(fn) != FUNCTION_DECL)
-+ return false;
++static void set_default_error_data_flow(error_code_t new_node)
++{
++ new_node->bin_op = false;
++ new_node->error_const = false;
++ new_node->only_signed_unsigned_cast = true;
++}
+
-+ fn_type = TREE_TYPE(fn);
-+ if (fn_type == NULL_TREE)
-+ return false;
++static error_code_t create_error_code(error_code_t error_data_flow)
++{
++ error_code_t new_node;
+
-+ arg_list = TYPE_ARG_TYPES(fn_type);
-+ if (arg_list == NULL_TREE)
-+ return false;
-+ last = TREE_VALUE(tree_last(arg_list));
++ new_node = (error_code_t)xmalloc(sizeof(*new_node));
++ set_error_data_flow(new_node, error_data_flow);
++ return new_node;
++}
+
-+ if (TREE_CODE_CLASS(TREE_CODE(last)) == tcc_type)
-+ type = last;
-+ else
-+ type = TREE_TYPE(last);
++// Find the function with the specified argument in the list
++next_interesting_function_t get_global_next_interesting_function_entry(struct fn_raw_data *raw_data)
++{
++ next_interesting_function_t cur_node, head;
+
-+ gcc_assert(type != NULL_TREE);
-+ if (type == void_type_node)
-+ return false;
++ head = global_next_interesting_function[raw_data->hash];
++ for (cur_node = head; cur_node; cur_node = cur_node->next) {
++ if (raw_data->marked != ASM_STMT_SO_MARK && cur_node->marked == ASM_STMT_SO_MARK)
++ continue;
++ if (compare_next_interesting_functions(cur_node, raw_data->decl_str, raw_data->context, raw_data->num, &raw_data->error_data_flow))
++ return cur_node;
++ }
++ return NULL;
++}
+
-+ return num >= (unsigned int)list_length(arg_list);
++next_interesting_function_t get_global_next_interesting_function_entry_with_hash(struct fn_raw_data *raw_data)
++{
++ raw_data->hash = get_decl_hash(raw_data->decl, raw_data->decl_str);
++ if (raw_data->hash == NO_HASH)
++ return NULL;
++
++ raw_data->context = get_decl_context(raw_data->decl);
++ if (!raw_data->context)
++ return NULL;
++ return get_global_next_interesting_function_entry(raw_data);
+}
+
-+next_interesting_function_t create_new_next_interesting_entry(const char *decl_name, const char *context, unsigned int hash, unsigned int num, enum size_overflow_mark marked, next_interesting_function_t orig_next_node)
++next_interesting_function_t create_new_next_interesting_entry(struct fn_raw_data *raw_data, next_interesting_function_t orig_next_node)
+{
+ next_interesting_function_t new_node;
+
+ new_node = (next_interesting_function_t)xmalloc(sizeof(*new_node));
-+ new_node->decl_name = xstrdup(decl_name);
-+ gcc_assert(context);
-+ new_node->context = xstrdup(context);
-+ new_node->hash = hash;
-+ new_node->num = num;
++ new_node->decl_name = xstrdup(raw_data->decl_str);
++
++ gcc_assert(raw_data->context);
++ new_node->context = xstrdup(raw_data->context);
++ new_node->hash = raw_data->hash;
++ new_node->num = raw_data->num;
+ new_node->next = NULL;
+ new_node->children = NULL;
-+ new_node->marked = marked;
++ new_node->marked = raw_data->marked;
+ new_node->orig_next_node = orig_next_node;
++ new_node->error_data_flow = create_error_code(&raw_data->error_data_flow);
+ return new_node;
+}
+
+// Create the main data structure
-+next_interesting_function_t create_new_next_interesting_decl(tree decl, const char *decl_name, unsigned int num, enum size_overflow_mark marked, next_interesting_function_t orig_next_node)
++next_interesting_function_t create_new_next_interesting_decl(struct fn_raw_data *raw_data, next_interesting_function_t orig_next_node)
+{
-+ unsigned int hash;
-+ const char *context;
-+ enum tree_code decl_code = TREE_CODE(decl);
++ enum tree_code decl_code = TREE_CODE(raw_data->decl);
+
+ gcc_assert(decl_code == FIELD_DECL || decl_code == FUNCTION_DECL || decl_code == VAR_DECL);
+
-+ if (is_vararg(decl, num))
++ if (is_vararg(raw_data->decl, raw_data->num))
+ return NULL;
+
-+ hash = get_decl_hash(decl, decl_name);
-+ if (hash == NO_HASH)
++ raw_data->hash = get_decl_hash(raw_data->decl, raw_data->decl_str);
++ if (raw_data->hash == NO_HASH)
+ return NULL;
+
-+ gcc_assert(num <= MAX_PARAM);
++ gcc_assert(raw_data->num <= MAX_PARAM);
+ // Clones must have an orig_next_node
-+ gcc_assert(!made_by_compiler(decl) || orig_next_node);
++ gcc_assert(!made_by_compiler(raw_data->decl) || orig_next_node);
+
-+ context = get_decl_context(decl);
-+ return create_new_next_interesting_entry(decl_name, context, hash, num, marked, orig_next_node);
++ raw_data->context = get_decl_context(raw_data->decl);
++ if (!raw_data->context)
++ return NULL;
++ return create_new_next_interesting_entry(raw_data, orig_next_node);
+}
+
+void add_to_global_next_interesting_function(next_interesting_function_t new_entry)
@@ -161857,7 +161027,8 @@ index 0000000..9846ab0
+ for (cur_global = cur_global_head; cur_global; cur_global = cur_global->next) {
+ if (!cur_global->next)
+ cur_global_end = cur_global;
-+ if (compare_next_interesting_functions(cur_global, new_entry->decl_name, new_entry->context, new_entry->num))
++
++ if (compare_next_interesting_functions(cur_global, new_entry->decl_name, new_entry->context, new_entry->num, new_entry->error_data_flow))
+ return;
+ }
+
@@ -161868,32 +161039,36 @@ index 0000000..9846ab0
+/* If the interesting function is a clone then find or create its original next_interesting_function_t node
+ * and add it to global_next_interesting_function
+ */
-+static next_interesting_function_t create_orig_next_node_for_a_clone(const_tree clone_fndecl, unsigned int num, enum size_overflow_mark marked)
++static next_interesting_function_t create_orig_next_node_for_a_clone(struct fn_raw_data *clone_raw_data)
+{
++ struct fn_raw_data orig_raw_data;
+ next_interesting_function_t orig_next_node;
-+ tree decl;
-+ unsigned int orig_num;
+ enum tree_code decl_code;
-+ const char *decl_name;
+
-+ decl = get_orig_fndecl(clone_fndecl);
-+ decl_code = TREE_CODE(decl);
++ orig_raw_data.error_data_flow = clone_raw_data->error_data_flow;
++ orig_raw_data.decl = get_orig_fndecl(clone_raw_data->decl);
++
++ if (DECL_BUILT_IN(orig_raw_data.decl) || DECL_BUILT_IN_CLASS(orig_raw_data.decl) == BUILT_IN_NORMAL)
++ return NULL;
+
++ decl_code = TREE_CODE(orig_raw_data.decl);
+ if (decl_code == FIELD_DECL || decl_code == VAR_DECL)
-+ orig_num = num;
++ orig_raw_data.num = clone_raw_data->num;
+ else
-+ orig_num = get_correct_argnum(clone_fndecl, decl, num);
++ orig_raw_data.num = get_correct_argnum(clone_raw_data->decl, orig_raw_data.decl, clone_raw_data->num);
+
+ // Skip over ISRA.162 parm decls
-+ if (orig_num == CANNOT_FIND_ARG)
++ if (orig_raw_data.num == CANNOT_FIND_ARG)
+ return NULL;
+
-+ decl_name = get_orig_decl_name(decl);
-+ orig_next_node = get_global_next_interesting_function_entry_with_hash(decl, decl_name, orig_num, NO_SO_MARK);
++ orig_raw_data.decl_str = get_orig_decl_name(orig_raw_data.decl);
++ orig_raw_data.marked = NO_SO_MARK;
++ orig_next_node = get_global_next_interesting_function_entry_with_hash(&orig_raw_data);
+ if (orig_next_node)
+ return orig_next_node;
+
-+ orig_next_node = create_new_next_interesting_decl(decl, decl_name, orig_num, marked, NULL);
++ orig_raw_data.marked = clone_raw_data->marked;
++ orig_next_node = create_new_next_interesting_decl(&orig_raw_data, NULL);
+ gcc_assert(orig_next_node);
+
+ add_to_global_next_interesting_function(orig_next_node);
@@ -161901,180 +161076,303 @@ index 0000000..9846ab0
+}
+
+// Find or create the next_interesting_function_t node for decl and num
-+next_interesting_function_t get_and_create_next_node_from_global_next_nodes(tree decl, unsigned int num, enum size_overflow_mark marked, next_interesting_function_t orig_next_node)
++next_interesting_function_t get_and_create_next_node_from_global_next_nodes(struct fn_raw_data *raw_data, next_interesting_function_t orig_next_node)
+{
+ next_interesting_function_t cur_next_cnode;
-+ const char *decl_name = DECL_NAME_POINTER(decl);
+
-+ cur_next_cnode = get_global_next_interesting_function_entry_with_hash(decl, decl_name, num, marked);
++ if (DECL_NAME(raw_data->decl) == NULL_TREE)
++ return NULL;
++ raw_data->decl_str = DECL_NAME_POINTER(raw_data->decl);
++
++ cur_next_cnode = get_global_next_interesting_function_entry_with_hash(raw_data);
+ if (cur_next_cnode)
+ goto out;
+
-+ if (!orig_next_node && made_by_compiler(decl)) {
-+ orig_next_node = create_orig_next_node_for_a_clone(decl, num, marked);
++ if (!orig_next_node && made_by_compiler(raw_data->decl)) {
++ orig_next_node = create_orig_next_node_for_a_clone(raw_data);
+ if (!orig_next_node)
+ return NULL;
+ }
+
-+ cur_next_cnode = create_new_next_interesting_decl(decl, decl_name, num, marked, orig_next_node);
++ cur_next_cnode = create_new_next_interesting_decl(raw_data, orig_next_node);
+ if (!cur_next_cnode)
+ return NULL;
+
+ add_to_global_next_interesting_function(cur_next_cnode);
+out:
-+ if (cur_next_cnode->marked != marked && cur_next_cnode->marked == YES_SO_MARK)
++ if (cur_next_cnode->marked != raw_data->marked && cur_next_cnode->marked != NO_SO_MARK)
+ return cur_next_cnode;
-+ gcc_assert(cur_next_cnode->marked == marked);
++
++ if (raw_data->marked != NO_SO_MARK && cur_next_cnode->marked == NO_SO_MARK)
++ cur_next_cnode->marked = raw_data->marked;
++
+ return cur_next_cnode;
+}
+
-+static bool has_next_interesting_function_chain_node(next_interesting_function_t next_cnodes_head, const_tree decl, unsigned int num)
++static bool has_next_interesting_function_chain_node(next_interesting_function_t next_cnodes_head, struct fn_raw_data *raw_data)
+{
+ next_interesting_function_t cur_node;
-+ const char *context, *decl_name;
+
-+ decl_name = DECL_NAME_POINTER(decl);
-+ context = get_decl_context(decl);
++ raw_data->decl_str = DECL_NAME_POINTER(raw_data->decl);
++ raw_data->context = get_decl_context(raw_data->decl);
++ // Ignore function if there is no context
++ if (!raw_data->context)
++ return true;
++
+ for (cur_node = next_cnodes_head; cur_node; cur_node = cur_node->next) {
-+ if (compare_next_interesting_functions(cur_node, decl_name, context, num))
++ if (compare_next_interesting_functions(cur_node, raw_data->decl_str, raw_data->context, raw_data->num, &raw_data->error_data_flow))
+ return true;
+ }
+ return false;
+}
+
-+static next_interesting_function_t handle_function(next_interesting_function_t next_cnodes_head, tree fndecl, const_tree arg)
++static void handle_function(struct walk_use_def_data *use_def_data, tree fndecl, const_tree arg)
+{
-+ unsigned int num;
++ struct fn_raw_data raw_data;
+ next_interesting_function_t orig_next_node, new_node;
+
+ gcc_assert(fndecl != NULL_TREE);
+
+ // ignore builtins to not explode coverage (e.g., memcpy)
-+ if (DECL_BUILT_IN(fndecl))
-+ return next_cnodes_head;
++ if (DECL_BUILT_IN(fndecl) || DECL_BUILT_IN_CLASS(fndecl) == BUILT_IN_NORMAL)
++ return;
++
++ if (get_intentional_attr_type(fndecl) == MARK_TURN_OFF)
++ return;
++
++ raw_data.decl = fndecl;
++ raw_data.decl_str = DECL_NAME_POINTER(fndecl);
++ raw_data.marked = NO_SO_MARK;
++ raw_data.error_data_flow = use_def_data->error_data_flow;
+
+ // convert arg into its position
+ if (arg == NULL_TREE)
-+ num = 0;
++ raw_data.num = 0;
+ else
-+ num = find_arg_number_tree(arg, fndecl);
-+ if (num == CANNOT_FIND_ARG)
-+ return next_cnodes_head;
++ raw_data.num = find_arg_number_tree(arg, raw_data.decl);
++ if (raw_data.num == CANNOT_FIND_ARG)
++ return;
+
-+ if (has_next_interesting_function_chain_node(next_cnodes_head, fndecl, num))
-+ return next_cnodes_head;
++ if (has_next_interesting_function_chain_node(use_def_data->next_cnodes_head, &raw_data))
++ return;
+
-+ if (made_by_compiler(fndecl)) {
-+ orig_next_node = create_orig_next_node_for_a_clone(fndecl, num, NO_SO_MARK);
++ if (made_by_compiler(raw_data.decl)) {
++ orig_next_node = create_orig_next_node_for_a_clone(&raw_data);
+ if (!orig_next_node)
-+ return next_cnodes_head;
++ return;
+ } else
+ orig_next_node = NULL;
-+ new_node = create_new_next_interesting_decl(fndecl, DECL_NAME_POINTER(fndecl), num, NO_SO_MARK, orig_next_node);
++
++ new_node = create_new_next_interesting_decl(&raw_data, orig_next_node);
+ if (!new_node)
-+ return next_cnodes_head;
-+ new_node->next = next_cnodes_head;
-+ return new_node;
++ return;
++ new_node->next = use_def_data->next_cnodes_head;
++ use_def_data->next_cnodes_head = new_node;
+}
+
-+static next_interesting_function_t walk_use_def_next_functions_phi(gimple_set *visited, next_interesting_function_t next_cnodes_head, const_tree result)
++static void walk_use_def_next_functions_phi(struct walk_use_def_data *use_def_data, const_tree result)
+{
+ gphi *phi = as_a_gphi(get_def_stmt(result));
+ unsigned int i, n = gimple_phi_num_args(phi);
+
-+ pointer_set_insert(visited, phi);
++ pointer_set_insert(use_def_data->visited, phi);
+ for (i = 0; i < n; i++) {
+ tree arg = gimple_phi_arg_def(phi, i);
+
-+ next_cnodes_head = walk_use_def_next_functions(visited, next_cnodes_head, arg);
++ walk_use_def_next_functions(use_def_data, arg);
+ }
-+
-+ return next_cnodes_head;
+}
+
-+static next_interesting_function_t walk_use_def_next_functions_binary(gimple_set *visited, next_interesting_function_t next_cnodes_head, const_tree lhs)
++static void walk_use_def_next_functions_binary(struct walk_use_def_data *use_def_data, const_tree lhs)
+{
+ gassign *def_stmt = as_a_gassign(get_def_stmt(lhs));
+ tree rhs1, rhs2;
+
++ use_def_data->error_data_flow.bin_op = true;
++
+ rhs1 = gimple_assign_rhs1(def_stmt);
+ rhs2 = gimple_assign_rhs2(def_stmt);
+
-+ next_cnodes_head = walk_use_def_next_functions(visited, next_cnodes_head, rhs1);
-+ return walk_use_def_next_functions(visited, next_cnodes_head, rhs2);
++ walk_use_def_next_functions(use_def_data, rhs1);
++ walk_use_def_next_functions(use_def_data, rhs2);
+}
+
-+next_interesting_function_t __attribute__((weak)) handle_function_ptr_ret(gimple_set *visited __unused, next_interesting_function_t next_cnodes_head, const_tree fn_ptr __unused)
++static void walk_use_def_next_functions_unary(struct walk_use_def_data *use_def_data, const gassign *stmt)
++{
++ tree rhs1, lhs;
++
++ rhs1 = gimple_assign_rhs1(stmt);
++ lhs = gimple_assign_lhs(stmt);
++
++ if (use_def_data->parent->num == 0 && TYPE_MODE(TREE_TYPE(rhs1)) != TYPE_MODE(TREE_TYPE(lhs)))
++ use_def_data->error_data_flow.only_signed_unsigned_cast = false;
++
++ walk_use_def_next_functions(use_def_data, rhs1);
++}
++
++void __attribute__((weak)) handle_function_ptr_ret(struct walk_use_def_data *use_def_data __unused, const_tree fn_ptr __unused)
+{
-+ return next_cnodes_head;
++}
++
++static void create_and_append_new_next_interesting_field_var_decl(struct walk_use_def_data *use_def_data, struct fn_raw_data *raw_data)
++{
++ next_interesting_function_t new_node;
++
++ if (raw_data->decl == NULL_TREE)
++ return;
++
++ if (DECL_NAME(raw_data->decl) == NULL_TREE)
++ return;
++
++ raw_data->decl_str = DECL_NAME_POINTER(raw_data->decl);
++ raw_data->num = 0;
++ raw_data->marked = NO_SO_MARK;
++ raw_data->error_data_flow = use_def_data->error_data_flow;
++
++ new_node = create_new_next_interesting_decl(raw_data, NULL);
++ if (!new_node)
++ return;
++ new_node->next = use_def_data->next_cnodes_head;
++ use_def_data->next_cnodes_head = new_node;
++}
++
++static void handle_struct_fields(struct walk_use_def_data *use_def_data, const_tree node)
++{
++ struct fn_raw_data raw_data;
++
++ switch (TREE_CODE(node)) {
++ case ARRAY_REF:
++#if BUILDING_GCC_VERSION >= 4006
++ case MEM_REF:
++#endif
++ case INDIRECT_REF:
++ case COMPONENT_REF:
++ raw_data.decl = get_ref_field(node);
++ break;
++ // TODO
++ case BIT_FIELD_REF:
++ case VIEW_CONVERT_EXPR:
++ return;
++ default:
++ // XXX: keep this syncronized with size_overflow_transform.c:search_interesting_structs()
++ debug_tree((tree)node);
++ gcc_unreachable();
++ }
++
++ if (get_intentional_attr_type(raw_data.decl) == MARK_TURN_OFF)
++ return;
++
++ create_and_append_new_next_interesting_field_var_decl(use_def_data, &raw_data);
++}
++
++static void handle_vardecl(struct walk_use_def_data *use_def_data, tree node)
++{
++ struct fn_raw_data raw_data;
++
++ raw_data.decl = node;
++ create_and_append_new_next_interesting_field_var_decl(use_def_data, &raw_data);
+}
+
+/* Find all functions that influence lhs
+ *
+ * Encountered functions are added to the children vector (next_interesting_function_t).
+ */
-+static next_interesting_function_t walk_use_def_next_functions(gimple_set *visited, next_interesting_function_t next_cnodes_head, const_tree lhs)
++static void walk_use_def_next_functions(struct walk_use_def_data *use_def_data, tree lhs)
+{
++ enum tree_code code;
+ const_gimple def_stmt;
+
++ if (use_def_data->parent->num == 0 && is_error_code_const(lhs)) {
++ use_def_data->error_data_flow.error_const = true;
++ set_error_data_flow(use_def_data->parent->error_data_flow, &use_def_data->error_data_flow);
++ goto out;
++ }
++
+ if (skip_types(lhs))
-+ return next_cnodes_head;
++ goto out;
+
-+ if (TREE_CODE(lhs) == PARM_DECL)
-+ return handle_function(next_cnodes_head, current_function_decl, lhs);
++ if (VAR_P(lhs)) {
++ handle_vardecl(use_def_data, lhs);
++ goto out;
++ }
+
-+ if (TREE_CODE(lhs) != SSA_NAME)
-+ return next_cnodes_head;
++ code = TREE_CODE(lhs);
++ if (code == PARM_DECL) {
++ handle_function(use_def_data, current_function_decl, lhs);
++ goto out;
++ }
++
++ if (TREE_CODE_CLASS(code) == tcc_reference) {
++ handle_struct_fields(use_def_data, lhs);
++ goto out;
++ }
++
++ if (code != SSA_NAME)
++ goto out;
+
+ def_stmt = get_def_stmt(lhs);
+ if (!def_stmt)
-+ return next_cnodes_head;
++ goto out;
+
-+ if (pointer_set_insert(visited, def_stmt))
-+ return next_cnodes_head;
++ if (pointer_set_insert(use_def_data->visited, def_stmt))
++ goto out;
+
+ switch (gimple_code(def_stmt)) {
+ case GIMPLE_NOP:
-+ return walk_use_def_next_functions(visited, next_cnodes_head, SSA_NAME_VAR(lhs));
++ walk_use_def_next_functions(use_def_data, SSA_NAME_VAR(lhs));
++ goto out;
+ case GIMPLE_ASM:
-+ if (is_size_overflow_asm(def_stmt))
-+ return walk_use_def_next_functions(visited, next_cnodes_head, get_size_overflow_asm_input(as_a_const_gasm(def_stmt)));
-+ return next_cnodes_head;
++ if (!is_size_overflow_asm(def_stmt))
++ goto out;
++ walk_use_def_next_functions(use_def_data, get_size_overflow_asm_input(as_a_const_gasm(def_stmt)));
++ return;
+ case GIMPLE_CALL: {
+ tree fndecl = gimple_call_fndecl(def_stmt);
+
-+ if (fndecl != NULL_TREE)
-+ return handle_function(next_cnodes_head, fndecl, NULL_TREE);
++ if (fndecl != NULL_TREE) {
++ handle_function(use_def_data, fndecl, NULL_TREE);
++ goto out;
++ }
+ fndecl = gimple_call_fn(def_stmt);
-+ return handle_function_ptr_ret(visited, next_cnodes_head, fndecl);
++ handle_function_ptr_ret(use_def_data, fndecl);
++ goto out;
+ }
+ case GIMPLE_PHI:
-+ return walk_use_def_next_functions_phi(visited, next_cnodes_head, lhs);
++ walk_use_def_next_functions_phi(use_def_data, lhs);
++ return;
+ case GIMPLE_ASSIGN:
+ switch (gimple_num_ops(def_stmt)) {
+ case 2:
-+ return walk_use_def_next_functions(visited, next_cnodes_head, gimple_assign_rhs1(def_stmt));
++ walk_use_def_next_functions_unary(use_def_data, as_a_const_gassign(def_stmt));
++ return;
+ case 3:
-+ return walk_use_def_next_functions_binary(visited, next_cnodes_head, lhs);
++ walk_use_def_next_functions_binary(use_def_data, lhs);
++ return;
+ }
+ default:
+ debug_gimple_stmt((gimple)def_stmt);
+ error("%s: unknown gimple code", __func__);
+ gcc_unreachable();
+ }
++
++out:
++ set_default_error_data_flow(&use_def_data->error_data_flow);
+}
+
+// Start the search for next_interesting_function_t children based on the (next_interesting_function_t) parent node
-+static next_interesting_function_t search_next_functions(const_tree node)
++static next_interesting_function_t search_next_functions(tree node, next_interesting_function_t parent)
+{
-+ gimple_set *visited;
-+ next_interesting_function_t next_cnodes_head;
++ struct walk_use_def_data use_def_data;
+
-+ visited = pointer_set_create();
-+ next_cnodes_head = walk_use_def_next_functions(visited, NULL, node);
-+ pointer_set_destroy(visited);
++ use_def_data.parent = parent;
++ set_default_error_data_flow(&use_def_data.error_data_flow);
++ use_def_data.next_cnodes_head = NULL;
++ use_def_data.visited = pointer_set_create();
+
-+ return next_cnodes_head;
++ walk_use_def_next_functions(&use_def_data, node);
++
++ pointer_set_destroy(use_def_data.visited);
++ return use_def_data.next_cnodes_head;
+}
+
+// True if child already exists in the next_interesting_function_t children vector
@@ -162095,7 +161393,7 @@ index 0000000..9846ab0
+#else
+ FOR_EACH_VEC_SAFE_ELT(target->children, i, cur) {
+#endif
-+ if (compare_next_interesting_functions(cur, next_node->decl_name, next_node->context, next_node->num))
++ if (compare_next_interesting_functions(cur, next_node->decl_name, next_node->context, next_node->num, next_node->error_data_flow))
+ return true;
+ }
+ return false;
@@ -162122,11 +161420,18 @@ index 0000000..9846ab0
+ gcc_assert(parent);
+
+ while (cur) {
++ struct fn_raw_data child_raw_data;
+ next_interesting_function_t next, child;
+
+ next = cur->next;
+
-+ child = get_global_next_interesting_function_entry(cur->decl_name, cur->context, cur->hash, cur->num, NO_SO_MARK);
++ child_raw_data.decl_str = cur->decl_name;
++ child_raw_data.context = cur->context;
++ child_raw_data.hash = cur->hash;
++ child_raw_data.num = cur->num;
++ child_raw_data.marked = NO_SO_MARK;
++ set_error_data_flow(&child_raw_data.error_data_flow, cur->error_data_flow);
++ child = get_global_next_interesting_function_entry(&child_raw_data);
+ if (!child) {
+ add_to_global_next_interesting_function(cur);
+ child = cur;
@@ -162142,26 +161447,45 @@ index 0000000..9846ab0
+ check_local_variables(parent);
+}
+
-+next_interesting_function_t __attribute__((weak)) get_and_create_next_node_from_global_next_nodes_fnptr(const_tree fn_ptr __unused, unsigned int num __unused, enum size_overflow_mark marked __unused)
++next_interesting_function_t __attribute__((weak)) get_and_create_next_node_from_global_next_nodes_fnptr(const_tree fn_ptr __unused, struct fn_raw_data *raw_data __unused)
+{
+ return NULL;
+}
+
+static next_interesting_function_t create_parent_next_cnode(const_gimple stmt, unsigned int num)
+{
++ struct fn_raw_data raw_data;
++
++ raw_data.num = num;
++ raw_data.marked = NO_SO_MARK;
++
++ set_default_error_data_flow(&raw_data.error_data_flow);
++
+ switch (gimple_code(stmt)) {
+ case GIMPLE_ASM:
-+ return get_and_create_next_node_from_global_next_nodes(current_function_decl, num, ASM_STMT_SO_MARK, NULL);
-+ case GIMPLE_CALL: {
-+ tree decl = gimple_call_fndecl(stmt);
++ raw_data.decl = current_function_decl;
++ raw_data.marked = ASM_STMT_SO_MARK;
++ return get_and_create_next_node_from_global_next_nodes(&raw_data, NULL);
++ case GIMPLE_CALL:
++ raw_data.decl = gimple_call_fndecl(stmt);
++ if (raw_data.decl != NULL_TREE)
++ return get_and_create_next_node_from_global_next_nodes(&raw_data, NULL);
++ raw_data.decl = gimple_call_fn(stmt);
++ return get_and_create_next_node_from_global_next_nodes_fnptr(raw_data.decl, &raw_data);
++ case GIMPLE_RETURN:
++ raw_data.decl = current_function_decl;
++ return get_and_create_next_node_from_global_next_nodes(&raw_data, NULL);
++ case GIMPLE_ASSIGN: {
++ tree lhs = gimple_assign_lhs(stmt);
+
-+ if (decl != NULL_TREE)
-+ return get_and_create_next_node_from_global_next_nodes(decl, num, NO_SO_MARK, NULL);
-+ decl = gimple_call_fn(stmt);
-+ return get_and_create_next_node_from_global_next_nodes_fnptr(decl, num, NO_SO_MARK);
++ if (VAR_P(lhs))
++ raw_data.decl = lhs;
++ else
++ raw_data.decl = get_ref_field(lhs);
++ if (raw_data.decl == NULL_TREE)
++ return NULL;
++ return get_and_create_next_node_from_global_next_nodes(&raw_data, NULL);
+ }
-+ case GIMPLE_RETURN:
-+ return get_and_create_next_node_from_global_next_nodes(current_function_decl, num, NO_SO_MARK, NULL);
+ default:
+ debug_gimple_stmt((gimple)stmt);
+ gcc_unreachable();
@@ -162169,46 +161493,55 @@ index 0000000..9846ab0
+}
+
+// Handle potential next_interesting_function_t parent if its argument has an integer type
-+static void collect_all_possible_size_overflow_fns(const_gimple stmt, unsigned int num)
++static void collect_all_possible_size_overflow_fns(const_gimple stmt, tree start_var, unsigned int num)
+{
-+ const_tree start_var;
+ next_interesting_function_t children_next_cnode, parent_next_cnode;
+
-+ switch (gimple_code(stmt)) {
-+ case GIMPLE_ASM:
-+ if (!is_size_overflow_insert_check_asm(as_a_const_gasm(stmt)))
-+ return;
-+ start_var = get_size_overflow_asm_input(as_a_const_gasm(stmt));
-+ gcc_assert(start_var != NULL_TREE);
-+ break;
-+ case GIMPLE_CALL:
-+ start_var = gimple_call_arg(stmt, num - 1);
-+ break;
-+ case GIMPLE_RETURN:
-+ start_var = gimple_return_retval(as_a_const_greturn(stmt));
-+ if (start_var == NULL_TREE)
-+ return;
-+ break;
-+ default:
-+ debug_gimple_stmt((gimple)stmt);
-+ gcc_unreachable();
-+ }
++ // skip void return values
++ if (start_var == NULL_TREE)
++ return;
+
+ if (skip_types(start_var))
+ return;
+
+ // handle intentional MARK_TURN_OFF
-+ if (check_intentional_asm(stmt, num) == MARK_TURN_OFF)
++ if (check_intentional_size_overflow_asm_and_attribute(start_var) == MARK_TURN_OFF)
+ return;
+
+ parent_next_cnode = create_parent_next_cnode(stmt, num);
+ if (!parent_next_cnode)
+ return;
+
-+ children_next_cnode = search_next_functions(start_var);
++ children_next_cnode = search_next_functions(start_var, parent_next_cnode);
+ collect_data_for_execute(parent_next_cnode, children_next_cnode);
+}
+
++static void collect_all_possible_size_overflow_fields_and_vars(const gassign *assign)
++{
++ tree start_var, decl, lhs = gimple_assign_lhs(assign);
++
++ if (VAR_P(lhs))
++ decl = lhs;
++ else
++ decl = get_ref_field(lhs);
++ if (decl == NULL_TREE)
++ return;
++
++ if (get_intentional_attr_type(decl) == MARK_TURN_OFF)
++ return;
++
++ start_var = gimple_assign_rhs1(assign);
++ collect_all_possible_size_overflow_fns(assign, start_var, 0);
++
++ start_var = gimple_assign_rhs2(assign);
++ collect_all_possible_size_overflow_fns(assign, start_var, 0);
++
++#if BUILDING_GCC_VERSION >= 4006
++ start_var = gimple_assign_rhs3(assign);
++ collect_all_possible_size_overflow_fns(assign, start_var, 0);
++#endif
++}
++
+// Find potential next_interesting_function_t parents
+static void handle_cgraph_node(struct cgraph_node *node)
+{
@@ -162221,25 +161554,44 @@ index 0000000..9846ab0
+ gimple_stmt_iterator gsi;
+
+ for (gsi = gsi_start_bb(bb); !gsi_end_p(gsi); gsi_next(&gsi)) {
++ tree start_var;
+ gimple stmt = gsi_stmt(gsi);
+
+ switch (gimple_code(stmt)) {
-+ case GIMPLE_RETURN:
-+ case GIMPLE_ASM:
-+ collect_all_possible_size_overflow_fns(stmt, 0);
++ case GIMPLE_RETURN: {
++ const greturn *return_stmt = as_a_const_greturn(stmt);
++
++ start_var = gimple_return_retval(return_stmt);
++ collect_all_possible_size_overflow_fns(return_stmt, start_var, 0);
++ break;
++ }
++ case GIMPLE_ASM: {
++ const gasm *asm_stmt = as_a_const_gasm(stmt);
++
++ if (!is_size_overflow_insert_check_asm(asm_stmt))
++ break;
++ start_var = get_size_overflow_asm_input(asm_stmt);
++ collect_all_possible_size_overflow_fns(asm_stmt, start_var, 0);
+ break;
++ }
+ case GIMPLE_CALL: {
+ unsigned int i, len;
-+ tree fndecl = gimple_call_fndecl(stmt);
++ const gcall *call = as_a_const_gcall(stmt);
++ tree fndecl = gimple_call_fndecl(call);
+
-+ if (fndecl != NULL_TREE && DECL_BUILT_IN(fndecl))
++ if (fndecl != NULL_TREE && (DECL_BUILT_IN(fndecl) || DECL_BUILT_IN_CLASS(fndecl) == BUILT_IN_NORMAL))
+ break;
+
-+ len = gimple_call_num_args(stmt);
-+ for (i = 0; i < len; i++)
-+ collect_all_possible_size_overflow_fns(stmt, i + 1);
++ len = gimple_call_num_args(call);
++ for (i = 0; i < len; i++) {
++ start_var = gimple_call_arg(call, i);
++ collect_all_possible_size_overflow_fns(call, start_var, i + 1);
++ }
+ break;
+ }
++ case GIMPLE_ASSIGN:
++ collect_all_possible_size_overflow_fields_and_vars(as_a_const_gassign(stmt));
++ break;
+ default:
+ break;
+ }
@@ -162277,27 +161629,35 @@ index 0000000..9846ab0
+static void size_overflow_node_duplication_hook(struct cgraph_node *src, struct cgraph_node *dst, void *data __unused)
+{
+ next_interesting_function_t head, cur;
-+ const_tree decl;
-+ const char *src_name, *src_context;
++ struct fn_raw_data src_raw_data;
+
-+ decl = NODE_DECL(src);
-+ src_name = DECL_NAME_POINTER(decl);
-+ src_context = get_decl_context(decl);
++ src_raw_data.decl = NODE_DECL(src);
++ src_raw_data.decl_str = DECL_NAME_POINTER(src_raw_data.decl);
++ src_raw_data.context = get_decl_context(src_raw_data.decl);
++ if (!src_raw_data.context)
++ return;
++
++ src_raw_data.num = NONE_ARGNUM;
++ src_raw_data.marked = NO_SO_MARK;
++ set_default_error_data_flow(&src_raw_data.error_data_flow);
+
-+ head = get_global_next_interesting_function_entry_with_hash(decl, src_name, NONE_ARGNUM, NO_SO_MARK);
++ head = get_global_next_interesting_function_entry_with_hash(&src_raw_data);
+ if (!head)
+ return;
+
+ for (cur = head; cur; cur = cur->next) {
-+ unsigned int new_argnum;
++ struct fn_raw_data dst_raw_data;
+ next_interesting_function_t orig_next_node, next_node;
-+ bool dst_clone;
+
-+ if (!compare_next_interesting_functions(cur, src_name, src_context, CANNOT_FIND_ARG))
++ if (!compare_next_interesting_functions(cur, src_raw_data.decl_str, src_raw_data.context, src_raw_data.num, &src_raw_data.error_data_flow))
+ continue;
+
-+ dst_clone = made_by_compiler(NODE_DECL(dst));
-+ if (!dst_clone)
++ dst_raw_data.decl = NODE_DECL(dst);
++ dst_raw_data.decl_str = cgraph_node_name(dst);
++ dst_raw_data.marked = cur->marked;
++ dst_raw_data.error_data_flow = *cur->error_data_flow;
++
++ if (!made_by_compiler(dst_raw_data.decl))
+ break;
+
+ // For clones use the original node instead
@@ -162306,11 +161666,11 @@ index 0000000..9846ab0
+ else
+ orig_next_node = cur;
+
-+ new_argnum = get_correct_argnum_fndecl(NODE_DECL(src), NODE_DECL(dst), cur->num);
-+ if (new_argnum == CANNOT_FIND_ARG)
++ dst_raw_data.num = get_correct_argnum_fndecl(src_raw_data.decl, dst_raw_data.decl, cur->num);
++ if (dst_raw_data.num == CANNOT_FIND_ARG)
+ continue;
+
-+ next_node = create_new_next_interesting_decl(NODE_DECL(dst), cgraph_node_name(dst), new_argnum, cur->marked, orig_next_node);
++ next_node = create_new_next_interesting_decl(&dst_raw_data, orig_next_node);
+ if (next_node)
+ add_to_global_next_interesting_function(next_node);
+ }
@@ -162328,29 +161688,129 @@ index 0000000..9846ab0
+ node_duplication_hook_holder = cgraph_add_node_duplication_hook(&size_overflow_node_duplication_hook, NULL);
+}
+
-+static void set_yes_so_mark(next_interesting_function_t next_node)
++static void set_error_code_so_mark(next_interesting_function_t next_node)
+{
-+ next_node->marked = YES_SO_MARK;
++ if (next_node->marked != ERROR_CODE_SO_MARK) {
++ next_node->marked = ERROR_CODE_SO_MARK;
++ global_changed = true;
++ }
+ // Mark the orig decl as well if it's a clone
++ if (next_node->orig_next_node && next_node->orig_next_node->marked != ERROR_CODE_SO_MARK) {
++ next_node->orig_next_node->marked = ERROR_CODE_SO_MARK;
++ global_changed = true;
++ }
++}
++
++// Determine whether node or orig node is in the disable size_overflow hash table already
++static bool already_in_the_disable_so_hashtable(next_interesting_function_t next_node)
++{
+ if (next_node->orig_next_node)
++ next_node = next_node->orig_next_node;
++ return get_disable_size_overflow_hash_entry(next_node->hash, next_node->decl_name, next_node->context, next_node->num) != NULL;
++}
++
++/* If the data flow contains the function then set ERROR_CODE_SO_MARK on it and also
++ * on its parent if there is no operation in the data flow
++ */
++static bool is_in_error_code_data_flow(next_interesting_function_t parent, next_interesting_function_t child)
++{
++ // Ignore non-return values because error codes only matter in returns
++ if (parent->num != 0 || child->num != 0)
++ return false;
++
++ // Use only the hash table if not in LTO mode
++ if (in_lto_p && child->error_data_flow->error_const && !child->error_data_flow->bin_op && child->error_data_flow->only_signed_unsigned_cast)
++ goto error_code;
++ if (child->marked == ERROR_CODE_SO_MARK)
++ goto error_code;
++ if (child->orig_next_node && child->orig_next_node->marked == ERROR_CODE_SO_MARK)
++ goto error_code;
++ if (already_in_the_disable_so_hashtable(child))
++ goto error_code;
++
++ return false;
++
++error_code:
++ set_error_code_so_mark(child);
++ // If we found an operation already don't set ERROR_CODE_SO_MARK anymore
++ if (parent->error_data_flow->bin_op || !parent->error_data_flow->only_signed_unsigned_cast)
++ return false;
++ set_error_code_so_mark(parent);
++ return true;
++}
++
++static void set_yes_so_mark(next_interesting_function_t next_node)
++{
++ if (next_node->marked == NO_SO_MARK) {
++ next_node->marked = YES_SO_MARK;
++ global_changed = true;
++ }
++ // Mark the orig decl as well if it's a clone
++ if (next_node->orig_next_node && next_node->orig_next_node->marked == NO_SO_MARK) {
+ next_node->orig_next_node->marked = YES_SO_MARK;
++ global_changed = true;
++ }
+}
+
-+// Determine if the function is already in the hash table
-+static bool is_marked_fn(next_interesting_function_t next_node)
++// Determine whether node or orig node is part of a tracked data flow
++static bool marked_fn(next_interesting_function_t next_node)
+{
-+ const struct size_overflow_hash *entry;
++ bool is_marked_fn, is_marked_orig = false;
+
-+ if (next_node->marked != NO_SO_MARK)
-+ return true;
++ is_marked_fn = next_node->marked != NO_SO_MARK;
+
+ if (next_node->orig_next_node)
-+ entry = get_size_overflow_hash_entry(next_node->orig_next_node->hash, next_node->orig_next_node->decl_name, next_node->orig_next_node->num);
-+ else
-+ entry = get_size_overflow_hash_entry(next_node->hash, next_node->decl_name, next_node->num);
-+ if (!entry)
++ is_marked_orig = next_node->orig_next_node->marked != NO_SO_MARK;
++
++ return is_marked_fn || is_marked_orig;
++}
++
++// Determine whether node or orig node is in the hash table already
++static bool already_in_the_hashtable(next_interesting_function_t next_node)
++{
++ if (next_node->orig_next_node)
++ next_node = next_node->orig_next_node;
++ return get_size_overflow_hash_entry(next_node->hash, next_node->decl_name, next_node->context, next_node->num) != NULL;
++}
++
++// Propagate the size_overflow marks up the use-def chains
++static bool has_marked_child(next_interesting_function_t next_node)
++{
++ bool ret = false;
++ unsigned int i;
++ next_interesting_function_t child;
++
++#if BUILDING_GCC_VERSION <= 4007
++ if (VEC_empty(next_interesting_function_t, next_node->children))
+ return false;
++ FOR_EACH_VEC_ELT(next_interesting_function_t, next_node->children, i, child) {
++#else
++ FOR_EACH_VEC_SAFE_ELT(next_node->children, i, child) {
++#endif
++ if (is_in_error_code_data_flow(next_node, child))
++ continue;
++ if (marked_fn(child) || already_in_the_hashtable(child))
++ ret = true;
++ }
++
++ return ret;
++}
+
++/* Set YES_SO_MARK on the function, its orig node and children if:
++ * * the function or its orig node or one of its children is in the hash table already
++ * * the function's orig node is marked with YES_SO_MARK or ASM_STMT_SO_MARK
++ * * one of the children is marked with YES_SO_MARK or ASM_STMT_SO_MARK
++ */
++static bool set_fn_so_mark(next_interesting_function_t next_node)
++{
++ bool so_fn, so_hashtable, so_child;
++
++ so_hashtable = already_in_the_hashtable(next_node);
++ so_fn = marked_fn(next_node);
++ so_child = has_marked_child(next_node);
++
++ if (!so_fn && !so_hashtable && !so_child)
++ return false;
+ set_yes_so_mark(next_node);
+ return true;
+}
@@ -162382,7 +161842,7 @@ index 0000000..9846ab0
+ fnptr 0 && fn 0 && (fn 0 -> fn 2) => fnptr 2 */
+static void search_missing_fptr_arg(next_interesting_function_t parent)
+{
-+ next_interesting_function_t tracked_fn, cur_next_node, child;
++ next_interesting_function_t child;
+ unsigned int i;
+#if BUILDING_GCC_VERSION <= 4007
+ VEC(next_interesting_function_t, heap) *new_children = NULL;
@@ -162394,7 +161854,7 @@ index 0000000..9846ab0
+ return;
+ if (!strcmp(parent->context, "fndecl"))
+ return;
-+ if (!strcmp(parent->context, "vardecl"))
++ if (!strncmp(parent->context, "vardecl", sizeof("vardecl") - 1))
+ return;
+
+ // fnptr 0 && fn 0
@@ -162405,6 +161865,8 @@ index 0000000..9846ab0
+#else
+ FOR_EACH_VEC_SAFE_ELT(parent->children, i, child) {
+#endif
++ next_interesting_function_t cur_next_node, tracked_fn;
++
+ if (child->num != 0)
+ continue;
+ // (fn 0 -> fn 2)
@@ -162416,8 +161878,10 @@ index 0000000..9846ab0
+ for (cur_next_node = global_next_interesting_function[parent->hash]; cur_next_node; cur_next_node = cur_next_node->next) {
+ if (cur_next_node->num != tracked_fn->num)
+ continue;
++
+ if (strcmp(parent->decl_name, cur_next_node->decl_name))
+ continue;
++
+ if (!has_next_interesting_function_vec(parent, cur_next_node)) {
+#if BUILDING_GCC_VERSION <= 4007
+ VEC_safe_push(next_interesting_function_t, heap, new_children, cur_next_node);
@@ -162440,6 +161904,34 @@ index 0000000..9846ab0
+#endif
+}
+
++static void walk_so_marked_fns(next_interesting_function_set *visited, next_interesting_function_t parent, bool debug)
++{
++ unsigned int i;
++ next_interesting_function_t child;
++
++ gcc_assert(parent);
++ if (!set_fn_so_mark(parent))
++ return;
++
++#if BUILDING_GCC_VERSION <= 4007
++ if (VEC_empty(next_interesting_function_t, parent->children))
++ return;
++ FOR_EACH_VEC_ELT(next_interesting_function_t, parent->children, i, child) {
++#else
++ FOR_EACH_VEC_SAFE_ELT(parent->children, i, child) {
++#endif
++ set_yes_so_mark(child);
++
++ if (in_lto_p && debug == PRINT_DATA_FLOW) {
++ fprintf(stderr, " PARENT: decl: %s-%u context: %s %p\n", parent->decl_name, parent->num, parent->context, parent);
++ fprintf(stderr, " \tCHILD: decl: %s-%u context: %s %p\n", child->decl_name, child->num, child->context, child);
++ }
++
++ if (!pointer_set_insert(visited, child))
++ walk_so_marked_fns(visited, child, debug);
++ }
++}
++
+// Do a depth-first recursive dump of the next_interesting_function_t children vector
+static void print_missing_functions(next_interesting_function_set *visited, next_interesting_function_t parent)
+{
@@ -162447,8 +161939,9 @@ index 0000000..9846ab0
+ next_interesting_function_t child;
+
+ gcc_assert(parent);
-+ check_global_variables(parent);
-+ search_missing_fptr_arg(parent);
++ gcc_assert(parent->marked != NO_SO_MARK);
++ if (!in_lto_p && parent->marked == ERROR_CODE_SO_MARK)
++ return;
+ print_missing_function(parent);
+
+#if BUILDING_GCC_VERSION <= 4007
@@ -162458,37 +161951,86 @@ index 0000000..9846ab0
+#else
+ FOR_EACH_VEC_SAFE_ELT(parent->children, i, child) {
+#endif
-+ // Since the parent is a marked function we will set YES_SO_MARK on the children to transform them as well
-+ child->marked = YES_SO_MARK;
++ gcc_assert(child->marked != NO_SO_MARK);
+ if (!pointer_set_insert(visited, child))
+ print_missing_functions(visited, child);
+ }
+}
+
++// Set YES_SO_MARK on functions that will be emitted into the hash table
++static void search_so_marked_fns(bool debug)
++{
++
++ unsigned int i;
++ next_interesting_function_set *visited;
++ next_interesting_function_t cur_global;
++
++ visited = next_interesting_function_pointer_set_create();
++ for (i = 0; i < GLOBAL_NIFN_LEN; i++) {
++ for (cur_global = global_next_interesting_function[i]; cur_global; cur_global = cur_global->next) {
++ if (cur_global->marked == NO_SO_MARK || pointer_set_insert(visited, cur_global))
++ continue;
++
++ if (in_lto_p && debug == PRINT_DATA_FLOW)
++ fprintf(stderr, "Data flow: decl: %s-%u context: %s %p\n", cur_global->decl_name, cur_global->num, cur_global->context, cur_global);
++
++ walk_so_marked_fns(visited, cur_global, debug);
++
++ if (in_lto_p && debug == PRINT_DATA_FLOW)
++ fprintf(stderr, "\n");
++ }
++ }
++ pointer_set_destroy(visited);
++}
++
++// Print functions missing from the hash table
++static void print_so_marked_fns(void)
++{
++ unsigned int i;
++ next_interesting_function_set *visited;
++ next_interesting_function_t cur_global;
++
++ visited = next_interesting_function_pointer_set_create();
++ for (i = 0; i < GLOBAL_NIFN_LEN; i++) {
++ for (cur_global = global_next_interesting_function[i]; cur_global; cur_global = cur_global->next) {
++ if (cur_global->marked != NO_SO_MARK && !pointer_set_insert(visited, cur_global))
++ print_missing_functions(visited, cur_global);
++ }
++ }
++ pointer_set_destroy(visited);
++}
++
+void __attribute__((weak)) check_global_variables(next_interesting_function_t cur_global __unused) {}
+
+// Print all missing interesting functions
+static unsigned int size_overflow_execute(void)
+{
+ unsigned int i;
-+ next_interesting_function_set *visited;
+ next_interesting_function_t cur_global;
+
-+ visited = next_interesting_function_pointer_set_create();
++ if (flag_lto && !in_lto_p)
++ return 0;
+
++ // Collect vardecls and funtions reachable by function pointers
+ for (i = 0; i < GLOBAL_NIFN_LEN; i++) {
+ for (cur_global = global_next_interesting_function[i]; cur_global; cur_global = cur_global->next) {
-+ if (is_marked_fn(cur_global))
-+ print_missing_functions(visited, cur_global);
++ check_global_variables(cur_global);
++ search_missing_fptr_arg(cur_global);
+ }
+ }
+
-+ pointer_set_destroy(visited);
++ search_so_marked_fns(PRINT_DATA_FLOW);
++ while (global_changed) {
++ global_changed = false;
++ search_so_marked_fns(NO_PRINT_DATA_FLOW);
++ }
+
-+/* if (in_lto_p) {
++ print_so_marked_fns();
++
++ if (in_lto_p) {
+ fprintf(stderr, "%s: SIZE_OVERFLOW EXECUTE\n", __func__);
+ print_global_next_interesting_functions();
-+ }*/
++ }
+
+ return 0;
+}
@@ -162581,12 +162123,523 @@ index 0000000..9846ab0
+ return &size_overflow_functions_pass.pass;
+}
+#endif
+diff --git a/tools/gcc/size_overflow_plugin/size_overflow_misc.c b/tools/gcc/size_overflow_plugin/size_overflow_misc.c
+new file mode 100644
+index 0000000..6075e8f
+--- /dev/null
++++ b/tools/gcc/size_overflow_plugin/size_overflow_misc.c
+@@ -0,0 +1,505 @@
++/*
++ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
++ * Licensed under the GPL v2, or (at your option) v3
++ *
++ * Homepage:
++ * https://github.com/ephox-gcc-plugins/size_overflow
++ *
++ * Documentation:
++ * http://forums.grsecurity.net/viewtopic.php?f=7&t=3043
++ *
++ * This plugin recomputes expressions of function arguments marked by a size_overflow attribute
++ * with double integer precision (DImode/TImode for 32/64 bit integer types).
++ * The recomputed argument is checked against TYPE_MAX and an event is logged on overflow and the triggering process is killed.
++ *
++ * Usage:
++ * $ make
++ * $ make run
++ */
++
++#include "size_overflow.h"
++
++bool is_vararg(const_tree fn, unsigned int num)
++{
++ tree arg_list;
++
++ if (num == 0)
++ return false;
++ if (fn == NULL_TREE)
++ return false;
++ if (TREE_CODE(fn) != FUNCTION_DECL)
++ return false;
++
++ arg_list = TYPE_ARG_TYPES(TREE_TYPE(fn));
++ if (arg_list == NULL_TREE)
++ return false;
++
++ if (tree_last(arg_list) == void_list_node)
++ return false;
++
++ return num >= (unsigned int)list_length(arg_list);
++}
++
++// Extract the field decl from memory references
++tree get_ref_field(const_tree ref)
++{
++ tree field;
++
++ // TODO: handle nested memory references
++ switch (TREE_CODE(ref)) {
++ case ARRAY_REF:
++ return NULL_TREE;
++#if BUILDING_GCC_VERSION >= 4006
++ case MEM_REF:
++#endif
++ case INDIRECT_REF:
++ field = TREE_OPERAND(ref, 0);
++ break;
++ case COMPONENT_REF:
++ field = TREE_OPERAND(ref, 1);
++ break;
++ default:
++ return NULL_TREE;
++ }
++
++ // TODO
++ if (TREE_CODE(field) == SSA_NAME)
++ return NULL_TREE;
++ // TODO
++ if (TREE_CODE(field) != FIELD_DECL)
++ return NULL_TREE;
++ // TODO
++ if (TREE_CODE(field) == ADDR_EXPR)
++ return NULL_TREE;
++
++ return field;
++}
++
++const char *get_type_name_from_field(const_tree field_decl)
++{
++ const_tree context, type_name;
++
++ if (TREE_CODE(field_decl) != FIELD_DECL)
++ return NULL;
++
++ context = DECL_CONTEXT(field_decl);
++ // TODO
++ if (TREE_CODE(context) != RECORD_TYPE)
++ return NULL;
++ gcc_assert(TREE_CODE(context) == RECORD_TYPE);
++ type_name = TYPE_NAME(TYPE_MAIN_VARIANT(context));
++ if (type_name == NULL_TREE)
++ return NULL;
++
++ if (TREE_CODE(type_name) == IDENTIFIER_NODE)
++ return IDENTIFIER_POINTER(type_name);
++ else if (TREE_CODE(type_name) == TYPE_DECL)
++ return DECL_NAME_POINTER(type_name);
++
++ debug_tree((tree)field_decl);
++ debug_tree((tree)type_name);
++ gcc_unreachable();
++}
++
++// Was the function created by the compiler itself?
++bool made_by_compiler(const_tree decl)
++{
++ enum tree_code decl_code;
++ struct cgraph_node *node;
++
++ if (FUNCTION_PTR_P(decl))
++ return false;
++ decl_code = TREE_CODE(decl);
++ if (decl_code == VAR_DECL || decl_code == FIELD_DECL)
++ return false;
++
++ gcc_assert(decl_code == FUNCTION_DECL);
++ if (DECL_ABSTRACT_ORIGIN(decl) != NULL_TREE)
++ return true;
++ if (DECL_ARTIFICIAL(decl))
++ return true;
++
++ node = get_cnode(decl);
++ if (!node)
++ return false;
++ return node->clone_of != NULL;
++}
++
++bool skip_types(const_tree var)
++{
++ const_tree type;
++
++ type = TREE_TYPE(var);
++ if (type == NULL_TREE)
++ return true;
++
++ switch (TREE_CODE(type)) {
++ case INTEGER_TYPE:
++ case ENUMERAL_TYPE:
++ return false;
++ default:
++ return true;
++ }
++}
++
++gimple get_fnptr_def_stmt(const_tree fn_ptr)
++{
++ gimple def_stmt;
++
++ gcc_assert(fn_ptr != NULL_TREE);
++ gcc_assert(FUNCTION_PTR_P(fn_ptr));
++
++ if (is_gimple_constant(fn_ptr))
++ return NULL;
++
++ def_stmt = get_def_stmt(fn_ptr);
++ gcc_assert(def_stmt);
++ return def_stmt;
++}
++
++gimple get_def_stmt(const_tree node)
++{
++ gcc_assert(node != NULL_TREE);
++
++ if (TREE_CODE(node) != SSA_NAME)
++ return NULL;
++ return SSA_NAME_DEF_STMT(node);
++}
++
++tree create_new_var(tree type)
++{
++ tree new_var = create_tmp_var(type, "cicus");
++
++ add_referenced_var(new_var);
++ return new_var;
++}
++
++static bool skip_cast(tree dst_type, const_tree rhs, bool force)
++{
++ const_gimple def_stmt = get_def_stmt(rhs);
++
++ if (force)
++ return false;
++
++ if (is_gimple_constant(rhs))
++ return false;
++
++ if (!def_stmt || gimple_code(def_stmt) == GIMPLE_NOP)
++ return false;
++
++ if (!types_compatible_p(dst_type, TREE_TYPE(rhs)))
++ return false;
++
++ // DI type can be on 32 bit (from create_assign) but overflow type stays DI
++ if (LONG_TYPE_SIZE == GET_MODE_BITSIZE(SImode))
++ return false;
++
++ return true;
++}
++
++tree cast_a_tree(tree type, tree var)
++{
++ gcc_assert(type != NULL_TREE);
++ gcc_assert(var != NULL_TREE);
++ gcc_assert(fold_convertible_p(type, var));
++
++ return fold_convert(type, var);
++}
++
++gimple build_cast_stmt(struct visited *visited, tree dst_type, tree rhs, tree lhs, gimple_stmt_iterator *gsi, bool before, bool force)
++{
++ gassign *assign;
++ gimple def_stmt;
++
++ gcc_assert(dst_type != NULL_TREE && rhs != NULL_TREE);
++ gcc_assert(!is_gimple_constant(rhs));
++ if (gsi_end_p(*gsi) && before == AFTER_STMT)
++ gcc_unreachable();
++
++ def_stmt = get_def_stmt(rhs);
++ if (def_stmt && gimple_code(def_stmt) != GIMPLE_NOP && skip_cast(dst_type, rhs, force) && pointer_set_contains(visited->my_stmts, def_stmt))
++ return def_stmt;
++
++ if (lhs == CREATE_NEW_VAR)
++ lhs = create_new_var(dst_type);
++
++ assign = gimple_build_assign(lhs, cast_a_tree(dst_type, rhs));
++
++ if (!gsi_end_p(*gsi)) {
++ location_t loc = gimple_location(gsi_stmt(*gsi));
++ gimple_set_location(assign, loc);
++ }
++
++ gimple_assign_set_lhs(assign, make_ssa_name(lhs, assign));
++
++ if (before)
++ gsi_insert_before(gsi, assign, GSI_NEW_STMT);
++ else
++ gsi_insert_after(gsi, assign, GSI_NEW_STMT);
++ update_stmt(assign);
++ return assign;
++}
++
++bool is_size_overflow_type(const_tree var)
++{
++ const char *name;
++ const_tree type_name, type;
++
++ if (var == NULL_TREE)
++ return false;
++
++ type = TREE_TYPE(var);
++ type_name = TYPE_NAME(type);
++ if (type_name == NULL_TREE)
++ return false;
++
++ if (DECL_P(type_name))
++ name = DECL_NAME_POINTER(type_name);
++ else
++ name = IDENTIFIER_POINTER(type_name);
++
++ if (!strncmp(name, "size_overflow_type", 18))
++ return true;
++ return false;
++}
++
++// Determine if a cloned function has all the original arguments
++static bool unchanged_arglist(struct cgraph_node *new_node, struct cgraph_node *old_node)
++{
++ const_tree new_decl_list, old_decl_list;
++
++ if (new_node->clone_of && new_node->clone.tree_map)
++ return !new_node->clone.args_to_skip;
++
++ new_decl_list = DECL_ARGUMENTS(NODE_DECL(new_node));
++ old_decl_list = DECL_ARGUMENTS(NODE_DECL(old_node));
++ if (new_decl_list != NULL_TREE && old_decl_list != NULL_TREE)
++ gcc_assert(list_length(new_decl_list) == list_length(old_decl_list));
++
++ return true;
++}
++
++unsigned int get_correct_argnum_fndecl(const_tree fndecl, const_tree correct_argnum_of_fndecl, unsigned int num)
++{
++ unsigned int new_num;
++ const_tree fndecl_arg;
++ tree fndecl_arglist = DECL_ARGUMENTS(fndecl);
++ const_tree arg, target_fndecl_arglist;
++
++ if (num == 0)
++ return num;
++
++ if (fndecl == correct_argnum_of_fndecl && !DECL_ARTIFICIAL(fndecl))
++ return num;
++ else if (fndecl == correct_argnum_of_fndecl && DECL_ARTIFICIAL(fndecl))
++ return CANNOT_FIND_ARG;
++
++ target_fndecl_arglist = DECL_ARGUMENTS(correct_argnum_of_fndecl);
++ if (fndecl_arglist == NULL_TREE || target_fndecl_arglist == NULL_TREE)
++ return CANNOT_FIND_ARG;
++
++ fndecl_arg = chain_index(num - 1, fndecl_arglist);
++ if (fndecl_arg == NULL_TREE)
++ return CANNOT_FIND_ARG;
++
++ for (arg = target_fndecl_arglist, new_num = 1; arg; arg = TREE_CHAIN(arg), new_num++) {
++ if (arg == fndecl_arg || !strcmp(DECL_NAME_POINTER(arg), DECL_NAME_POINTER(fndecl_arg)))
++ return new_num;
++ }
++
++ return CANNOT_FIND_ARG;
++}
++
++// Find the specified argument in the originally cloned function
++static unsigned int clone_argnum_on_orig(struct cgraph_node *new_node, struct cgraph_node *old_node, unsigned int clone_argnum)
++{
++ bitmap args_to_skip;
++ unsigned int i, new_argnum = clone_argnum;
++
++ if (unchanged_arglist(new_node, old_node))
++ return clone_argnum;
++
++ gcc_assert(new_node->clone_of && new_node->clone.tree_map);
++ args_to_skip = new_node->clone.args_to_skip;
++ for (i = 0; i < clone_argnum; i++) {
++ if (bitmap_bit_p(args_to_skip, i))
++ new_argnum++;
++ }
++ return new_argnum;
++}
++
++// Find the specified argument in the clone
++static unsigned int orig_argnum_on_clone(struct cgraph_node *new_node, struct cgraph_node *old_node, unsigned int orig_argnum)
++{
++ bitmap args_to_skip;
++ unsigned int i, new_argnum = orig_argnum;
++
++ if (unchanged_arglist(new_node, old_node))
++ return orig_argnum;
++
++ gcc_assert(new_node->clone_of && new_node->clone.tree_map);
++ args_to_skip = new_node->clone.args_to_skip;
++ if (bitmap_bit_p(args_to_skip, orig_argnum - 1))
++ // XXX torolni kellene a nodeot
++ return CANNOT_FIND_ARG;
++
++ for (i = 0; i < orig_argnum; i++) {
++ if (bitmap_bit_p(args_to_skip, i))
++ new_argnum--;
++ }
++ return new_argnum;
++}
++
++// Associate the argument between a clone and a cloned function
++static unsigned int get_correct_argnum_cnode(struct cgraph_node *node, struct cgraph_node *correct_argnum_of_node, unsigned int argnum)
++{
++ bool node_clone, correct_argnum_of_node_clone;
++ const_tree correct_argnum_of_node_decl, node_decl;
++
++ if (node == correct_argnum_of_node)
++ return argnum;
++ if (argnum == 0)
++ return argnum;
++
++ correct_argnum_of_node_decl = NODE_DECL(correct_argnum_of_node);
++ gcc_assert(correct_argnum_of_node_decl != NULL_TREE);
++ gcc_assert(correct_argnum_of_node && !DECL_ARTIFICIAL(correct_argnum_of_node_decl));
++
++ if (node) {
++ node_decl = NODE_DECL(node);
++ gcc_assert(!DECL_ARTIFICIAL(node_decl));
++ node_clone = made_by_compiler(node_decl);
++ } else {
++ node_decl = NULL_TREE;
++ node_clone = false;
++ }
++
++ if (correct_argnum_of_node_decl == node_decl)
++ return argnum;
++
++ correct_argnum_of_node_clone = made_by_compiler(correct_argnum_of_node_decl);
++ // the original decl is lost if both nodes are clones
++ if (node_clone && correct_argnum_of_node_clone) {
++ gcc_assert(unchanged_arglist(node, correct_argnum_of_node));
++ return argnum;
++ }
++
++ if (node_clone && !correct_argnum_of_node_clone)
++ return clone_argnum_on_orig(correct_argnum_of_node, node, argnum);
++ else if (!node_clone && correct_argnum_of_node_clone)
++ return orig_argnum_on_clone(correct_argnum_of_node, node, argnum);
++
++ if (node)
++ debug_tree((tree)NODE_DECL(node));
++ debug_tree((tree)correct_argnum_of_node_decl);
++ gcc_unreachable();
++}
++
++unsigned int get_correct_argnum(const_tree decl, const_tree correct_argnum_of_decl, unsigned int argnum)
++{
++ struct cgraph_node *node, *correct_argnum_of_node;
++
++ gcc_assert(decl != NULL_TREE);
++ gcc_assert(correct_argnum_of_decl != NULL_TREE);
++
++ correct_argnum_of_node = get_cnode(correct_argnum_of_decl);
++ if (!correct_argnum_of_node || DECL_ARTIFICIAL(decl) || DECL_ARTIFICIAL(correct_argnum_of_decl))
++ return get_correct_argnum_fndecl(decl, correct_argnum_of_decl, argnum);
++
++ node = get_cnode(decl);
++ return get_correct_argnum_cnode(node, correct_argnum_of_node, argnum);
++}
++
++// Find the original cloned function
++tree get_orig_fndecl(const_tree clone_fndecl)
++{
++ struct cgraph_node *node;
++
++ gcc_assert(TREE_CODE(clone_fndecl) == FUNCTION_DECL);
++
++ if (DECL_ABSTRACT_ORIGIN(clone_fndecl))
++ return (tree)DECL_ORIGIN(clone_fndecl);
++ node = get_cnode(clone_fndecl);
++ if (!node)
++ return (tree)clone_fndecl;
++
++ while (node->clone_of)
++ node = node->clone_of;
++ if (!made_by_compiler(NODE_DECL(node)))
++ return NODE_DECL(node);
++ // Return the cloned decl because it is needed for the transform callback
++ return (tree)clone_fndecl;
++}
++
++static tree get_interesting_fndecl_from_stmt(const gcall *stmt)
++{
++ if (gimple_call_num_args(stmt) == 0)
++ return NULL_TREE;
++ return gimple_call_fndecl(stmt);
++}
++
++tree get_interesting_orig_fndecl_from_stmt(const gcall *stmt)
++{
++ tree fndecl;
++
++ fndecl = get_interesting_fndecl_from_stmt(stmt);
++ if (fndecl == NULL_TREE)
++ return NULL_TREE;
++ return get_orig_fndecl(fndecl);
++}
++
++void set_dominance_info(void)
++{
++ calculate_dominance_info(CDI_DOMINATORS);
++ calculate_dominance_info(CDI_POST_DOMINATORS);
++}
++
++void unset_dominance_info(void)
++{
++ free_dominance_info(CDI_DOMINATORS);
++ free_dominance_info(CDI_POST_DOMINATORS);
++}
++
++void set_current_function_decl(tree fndecl)
++{
++ gcc_assert(fndecl != NULL_TREE);
++
++ push_cfun(DECL_STRUCT_FUNCTION(fndecl));
++#if BUILDING_GCC_VERSION <= 4007
++ current_function_decl = fndecl;
++#endif
++ set_dominance_info();
++}
++
++void unset_current_function_decl(void)
++{
++ unset_dominance_info();
++#if BUILDING_GCC_VERSION <= 4007
++ current_function_decl = NULL_TREE;
++#endif
++ pop_cfun();
++}
++
++bool is_valid_cgraph_node(struct cgraph_node *node)
++{
++ if (cgraph_function_body_availability(node) == AVAIL_NOT_AVAILABLE)
++ return false;
++ if (node->thunk.thunk_p || node->alias)
++ return false;
++ return true;
++}
++
++tree get_lhs(const_gimple stmt)
++{
++ switch (gimple_code(stmt)) {
++ case GIMPLE_ASSIGN:
++ case GIMPLE_CALL:
++ return gimple_get_lhs(stmt);
++ case GIMPLE_PHI:
++ return gimple_phi_result(stmt);
++ default:
++ debug_gimple_stmt((gimple)stmt);
++ gcc_unreachable();
++ }
++}
++
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_plugin.c b/tools/gcc/size_overflow_plugin/size_overflow_plugin.c
new file mode 100644
-index 0000000..d7f4062
+index 0000000..8d5e84d
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_plugin.c
-@@ -0,0 +1,256 @@
+@@ -0,0 +1,318 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -162618,7 +162671,7 @@ index 0000000..d7f4062
+tree size_overflow_type_TI;
+
+static struct plugin_info size_overflow_plugin_info = {
-+ .version = "20150614",
++ .version = "20150929",
+ .help = "no-size-overflow\tturn off size overflow checking\n",
+};
+
@@ -162637,6 +162690,7 @@ index 0000000..d7f4062
+ break;
+ default:
+ *no_add_attrs = true;
++ debug_tree(*node);
+ error("%s: %qE attribute only applies to functions", __func__, name);
+ return NULL_TREE;
+ }
@@ -162676,11 +162730,13 @@ index 0000000..d7f4062
+ case METHOD_TYPE:
+ arg_count = type_num_arguments(*node);
+ break;
++ case VAR_DECL:
+ case FIELD_DECL:
+ return NULL_TREE;
+ default:
+ *no_add_attrs = true;
-+ error("%qE attribute only applies to functions", name);
++ debug_tree(*node);
++ error("%qE attribute only applies to functions, fields or vars", name);
+ return NULL_TREE;
+ }
+
@@ -162787,6 +162843,47 @@ index 0000000..d7f4062
+ TREE_NOTHROW(report_size_overflow_decl) = 1;
+}
+
++#if BUILDING_GCC_VERSION >= 4009
++static bool gate_disable_ubsan_si_overflow(void)
++{
++ flag_sanitize &= ~SANITIZE_SI_OVERFLOW;
++ return true;
++}
++
++static const struct pass_data disable_ubsan_si_overflow_pass_data = {
++ .type = GIMPLE_PASS,
++ .name = "disable_ubsan_si_overflow",
++ .optinfo_flags = OPTGROUP_NONE,
++#if BUILDING_GCC_VERSION >= 5000
++#else
++ .has_gate = true,
++ .has_execute = false,
++#endif
++ .tv_id = TV_NONE,
++ .properties_required = 0,
++ .properties_provided = 0,
++ .properties_destroyed = 0,
++ .todo_flags_start = 0,
++ .todo_flags_finish = 0
++};
++
++namespace {
++class disable_ubsan_si_overflow_pass : public gimple_opt_pass {
++public:
++ disable_ubsan_si_overflow_pass() : gimple_opt_pass(disable_ubsan_si_overflow_pass_data, g) {}
++#if BUILDING_GCC_VERSION >= 5000
++ virtual bool gate(function *) { return gate_disable_ubsan_si_overflow(); }
++#else
++ bool gate() { return gate_disable_ubsan_si_overflow(); }
++#endif
++};
++}
++
++opt_pass *make_disable_ubsan_si_overflow_pass(void)
++{
++ return new disable_ubsan_si_overflow_pass();
++}
++#endif
+
+int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version)
+{
@@ -162797,6 +162894,9 @@ index 0000000..d7f4062
+ bool enable = true;
+ struct register_pass_info insert_size_overflow_asm_pass_info;
+ struct register_pass_info size_overflow_functions_pass_info;
++#if BUILDING_GCC_VERSION >= 4009
++ struct register_pass_info disable_ubsan_si_overflow_pass_info;
++#endif
+
+ static const struct ggc_root_tab gt_ggc_r_gt_size_overflow[] = {
+ {
@@ -162834,8 +162934,23 @@ index 0000000..d7f4062
+
+ register_callback(plugin_name, PLUGIN_INFO, NULL, &size_overflow_plugin_info);
+ if (enable) {
++#if BUILDING_GCC_VERSION >= 4009
++ if (flag_sanitize & SANITIZE_SI_OVERFLOW) {
++ error(G_("ubsan SANITIZE_SI_OVERFLOW option is unsupported"));
++ return 1;
++ }
++#endif
+ register_callback(plugin_name, PLUGIN_START_UNIT, &size_overflow_start_unit, NULL);
+ register_callback(plugin_name, PLUGIN_REGISTER_GGC_ROOTS, NULL, (void *)&gt_ggc_r_gt_size_overflow);
++#if BUILDING_GCC_VERSION >= 4009
++ flag_sanitize |= SANITIZE_SI_OVERFLOW;
++ disable_ubsan_si_overflow_pass_info.pass = make_disable_ubsan_si_overflow_pass();
++ disable_ubsan_si_overflow_pass_info.reference_pass_name = "ubsan";
++ disable_ubsan_si_overflow_pass_info.ref_pass_instance_number = 1;
++ disable_ubsan_si_overflow_pass_info.pos_op = PASS_POS_REPLACE;
++
++ register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &disable_ubsan_si_overflow_pass_info);
++#endif
+ register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &insert_size_overflow_asm_pass_info);
+ register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &size_overflow_functions_pass_info);
+ }
@@ -162845,10 +162960,10 @@ index 0000000..d7f4062
+}
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_plugin_hash.c b/tools/gcc/size_overflow_plugin/size_overflow_plugin_hash.c
new file mode 100644
-index 0000000..1d9ddb6
+index 0000000..72e5d19
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_plugin_hash.c
-@@ -0,0 +1,345 @@
+@@ -0,0 +1,353 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -162871,6 +162986,7 @@ index 0000000..1d9ddb6
+#include "size_overflow.h"
+
+#include "size_overflow_hash.h"
++#include "disable_size_overflow_hash.h"
+#include "size_overflow_hash_aux.h"
+
+static const_tree get_function_type(const_tree decl)
@@ -162950,32 +163066,13 @@ index 0000000..1d9ddb6
+#undef cwmixb
+}
+
-+// For function pointer fields include the structure name in the hash
-+static unsigned int get_type_name_hash(const_tree decl)
-+{
-+ const char *type_str;
-+ unsigned int type_name_len;
-+
-+ if (!FUNCTION_PTR_P(decl))
-+ return 0;
-+ if (TREE_CODE(decl) == VAR_DECL)
-+ return 0;
-+
-+ gcc_assert(TREE_CODE(decl) == FIELD_DECL);
-+ type_str = get_type_name_from_field(decl);
-+ if (!type_str)
-+ return 0;
-+ type_name_len = strlen(type_str);
-+ return CrapWow(type_str, type_name_len, 0) & 0xffff;
-+}
-+
+static void set_hash(struct decl_hash *decl_hash_data)
+{
+ unsigned int fn, type, codes, seed = 0;
+
+ fn = CrapWow(decl_hash_data->fn_name, strlen(decl_hash_data->fn_name), seed) & 0xffff;
+ codes = CrapWow((const char*)decl_hash_data->tree_codes, decl_hash_data->tree_codes_len, seed) & 0xffff;
-+ type = get_type_name_hash(decl_hash_data->decl);
++ type = CrapWow(decl_hash_data->context, strlen(decl_hash_data->context), 0) & 0xffff;
+ decl_hash_data->hash = type ^ fn ^ codes;
+}
+
@@ -163017,7 +163114,7 @@ index 0000000..1d9ddb6
+ const_tree arg, type;
+ enum tree_code code;
+
-+ if (TREE_CODE(decl_hash_data->decl) == VAR_DECL) {
++ if (TREE_CODE(decl_hash_data->decl) == VAR_DECL || TREE_CODE(decl_hash_data->decl) == FIELD_DECL) {
+ set_decl_type_codes(TREE_TYPE(decl_hash_data->decl), decl_hash_data);
+ return;
+ }
@@ -163035,12 +163132,13 @@ index 0000000..1d9ddb6
+ set_decl_type_codes(TREE_VALUE(arg), decl_hash_data);
+}
+
-+static const struct size_overflow_hash *get_proper_hash_chain(const struct size_overflow_hash *entry, const char *func_name)
++static const struct size_overflow_hash *get_proper_hash_chain(const struct size_overflow_hash *entry, const char *func_name, const char *context)
+{
-+ while (entry) {
-+ if (!strcmp(entry->name, func_name))
++ for (; entry; entry = entry->next) {
++ if (strcmp(entry->name, func_name))
++ continue;
++ if (!strcmp(entry->context, context))
+ return entry;
-+ entry = entry->next;
+ }
+ return NULL;
+}
@@ -163053,11 +163151,14 @@ index 0000000..1d9ddb6
+ gcc_assert(code == FIELD_DECL || code == FUNCTION_DECL || code == VAR_DECL);
+
+ // skip builtins __builtin_constant_p
-+ if (code == FUNCTION_DECL && DECL_BUILT_IN(decl))
++ if (code == FUNCTION_DECL && (DECL_BUILT_IN(decl) || DECL_BUILT_IN_CLASS(decl) == BUILT_IN_NORMAL))
+ return NO_HASH;
+
+ decl_hash_data.fn_name = decl_name;
+ decl_hash_data.decl = decl;
++ decl_hash_data.context = get_decl_context(decl);
++ if (!decl_hash_data.context)
++ return NO_HASH;
+ decl_hash_data.tree_codes_len = 0;
+
+ set_decl_codes(&decl_hash_data);
@@ -163071,7 +163172,12 @@ index 0000000..1d9ddb6
+ const char *name;
+ unsigned int len;
+ const void *end;
-+ const_tree orig_decl = DECL_ORIGIN(decl);
++ const_tree orig_decl;
++
++ if (TREE_CODE(decl) == FUNCTION_DECL)
++ orig_decl = DECL_ORIGIN(decl);
++ else
++ orig_decl = decl;
+
+ len = DECL_NAME_LENGTH(orig_decl);
+ name = DECL_NAME_POINTER(orig_decl);
@@ -163083,7 +163189,8 @@ index 0000000..1d9ddb6
+
+ if (made_by_compiler(orig_decl)) {
+ end = memchr(name, '.', len);
-+ gcc_assert(end);
++ if (!end)
++ return xstrndup(name, len);
+ len = (long)end - (long)name;
+ gcc_assert(len > 0);
+ }
@@ -163091,29 +163198,39 @@ index 0000000..1d9ddb6
+ return xstrndup(name, len);
+}
+
-+const struct size_overflow_hash *get_size_overflow_hash_entry(unsigned int hash, const char *decl_name, unsigned int argnum)
++const struct size_overflow_hash *get_disable_size_overflow_hash_entry(unsigned int hash, const char *decl_name, const char *context, unsigned int argnum)
++{
++ const struct size_overflow_hash *entry, *entry_node;
++
++ entry = disable_size_overflow_hash[hash];
++ entry_node = get_proper_hash_chain(entry, decl_name, context);
++ if (entry_node && entry_node->param & (1U << argnum))
++ return entry_node;
++ return NULL;
++}
++
++const struct size_overflow_hash *get_size_overflow_hash_entry(unsigned int hash, const char *decl_name, const char *context, unsigned int argnum)
+{
+ const struct size_overflow_hash *entry, *entry_node;
+
+ entry = size_overflow_hash[hash];
-+ entry_node = get_proper_hash_chain(entry, decl_name);
++ entry_node = get_proper_hash_chain(entry, decl_name, context);
+ if (entry_node && entry_node->param & (1U << argnum))
+ return entry_node;
+
+ entry = size_overflow_hash_aux[hash];
-+ entry_node = get_proper_hash_chain(entry, decl_name);
++ entry_node = get_proper_hash_chain(entry, decl_name, context);
+ if (entry_node && entry_node->param & (1U << argnum))
+ return entry_node;
+
-+ return NULL;
++ return get_disable_size_overflow_hash_entry(hash, decl_name, context, argnum);
+}
+
-+const struct size_overflow_hash *get_size_overflow_hash_entry_tree(const_tree fndecl, unsigned int argnum)
++const struct size_overflow_hash *get_size_overflow_hash_entry_tree(const_tree fndecl, unsigned int argnum, bool only_from_disable_so_hash_table)
+{
-+ const struct size_overflow_hash *entry;
+ const_tree orig_decl;
+ unsigned int orig_argnum, hash;
-+ const char *decl_name;
++ const char *decl_name, *context;
+
+ if (made_by_compiler(fndecl)) {
+ orig_decl = get_orig_fndecl(fndecl);
@@ -163131,8 +163248,13 @@ index 0000000..1d9ddb6
+ if (hash == NO_HASH)
+ return NULL;
+
-+ entry = get_size_overflow_hash_entry(hash, decl_name, orig_argnum);
-+ return entry;
++ context = get_decl_context(orig_decl);
++ if (!context)
++ return NULL;
++
++ if (only_from_disable_so_hash_table)
++ return get_disable_size_overflow_hash_entry(hash, decl_name, context, orig_argnum);
++ return get_size_overflow_hash_entry(hash, decl_name, context, orig_argnum);
+}
+
+unsigned int find_arg_number_tree(const_tree arg, const_tree func)
@@ -163180,26 +163302,27 @@ index 0000000..1d9ddb6
+ hash = node->orig_next_node->hash;
+ decl_name = node->orig_next_node->decl_name;
+ argnum = node->orig_next_node->num;
++ gcc_assert(!strcmp(node->context, node->orig_next_node->context));
+ } else {
+ hash = node->hash;
+ decl_name = node->decl_name;
+ argnum = node->num;
+ }
+
-+ entry = get_size_overflow_hash_entry(hash, decl_name, argnum);
++ entry = get_size_overflow_hash_entry(hash, decl_name, node->context, argnum);
+ if (entry)
+ return;
+
+ // inform() would be too slow
-+ fprintf(stderr, "Function %s is missing from the size_overflow hash table +%s+%u+%u+\n", decl_name, decl_name, argnum, hash);
++ fprintf(stderr, "Function %s is missing from the %s hash table +%s+%s+%u+%u+\n", decl_name, node->marked == ERROR_CODE_SO_MARK?"disable_size_overflow":"size_overflow", decl_name, node->context, argnum, hash);
+}
+
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_transform.c b/tools/gcc/size_overflow_plugin/size_overflow_transform.c
new file mode 100644
-index 0000000..549decf
+index 0000000..1249539
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_transform.c
-@@ -0,0 +1,433 @@
+@@ -0,0 +1,576 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -163220,6 +163343,16 @@ index 0000000..549decf
+ */
+
+#include "size_overflow.h"
++struct interesting_stmts;
++typedef struct interesting_stmts * interesting_stmts_t;
++
++struct interesting_stmts {
++ struct interesting_stmts *next;
++ next_interesting_function_t next_node;
++ gimple first_stmt;
++ tree orig_node;
++ unsigned int num;
++};
+
+static tree cast_to_orig_type(struct visited *visited, gimple stmt, const_tree orig_node, tree new_node)
+{
@@ -163242,6 +163375,42 @@ index 0000000..549decf
+ gimple_asm_set_input_op(stmt, 0, list);
+}
+
++static void change_field_write_rhs(gassign *assign, const_tree orig_rhs, tree new_rhs)
++{
++ const_tree rhs1, rhs2, rhs3 = NULL_TREE;
++
++ rhs1 = gimple_assign_rhs1(assign);
++ if (rhs1 == orig_rhs) {
++ gimple_assign_set_rhs1(assign, new_rhs);
++ return;
++ }
++
++ rhs2 = gimple_assign_rhs2(assign);
++ if (rhs2 == orig_rhs) {
++ gimple_assign_set_rhs2(assign, new_rhs);
++ return;
++ }
++
++#if BUILDING_GCC_VERSION >= 4006
++ rhs3 = gimple_assign_rhs3(assign);
++ if (rhs3 == orig_rhs) {
++ gimple_assign_set_rhs3(assign, new_rhs);
++ return;
++ }
++#endif
++
++ debug_gimple_stmt(assign);
++ fprintf(stderr, "orig_rhs:\n");
++ debug_tree((tree)orig_rhs);
++ fprintf(stderr, "rhs1:\n");
++ debug_tree((tree)rhs1);
++ fprintf(stderr, "rhs2:\n");
++ debug_tree((tree)rhs2);
++ fprintf(stderr, "rhs3:\n");
++ debug_tree((tree)rhs3);
++ gcc_unreachable();
++}
++
+static void change_orig_node(struct visited *visited, gimple stmt, const_tree orig_node, tree new_node, unsigned int num)
+{
+ tree cast_lhs = cast_to_orig_type(visited, stmt, orig_node, new_node);
@@ -163251,11 +163420,14 @@ index 0000000..549decf
+ gimple_return_set_retval(as_a_greturn(stmt), cast_lhs);
+ break;
+ case GIMPLE_CALL:
-+ gimple_call_set_arg(stmt, num - 1, cast_lhs);
++ gimple_call_set_arg(as_a_gcall(stmt), num - 1, cast_lhs);
+ break;
+ case GIMPLE_ASM:
+ change_size_overflow_asm_input(as_a_gasm(stmt), cast_lhs);
+ break;
++ case GIMPLE_ASSIGN:
++ change_field_write_rhs(as_a_gassign(stmt), orig_node, cast_lhs);
++ break;
+ default:
+ debug_gimple_stmt(stmt);
+ gcc_unreachable();
@@ -163278,29 +163450,23 @@ index 0000000..549decf
+ return def_stmt && gimple_code(def_stmt) == GIMPLE_ASM;
+}
+
-+struct interesting_stmts {
-+ struct interesting_stmts *next;
-+ gimple first_stmt;
-+ tree orig_node;
-+ unsigned int num;
-+};
-+
-+static struct interesting_stmts *create_interesting_stmts(struct interesting_stmts *head, tree orig_node, gimple first_stmt, unsigned int num)
++static interesting_stmts_t create_interesting_stmts(interesting_stmts_t head, next_interesting_function_t next_node, tree orig_node, gimple first_stmt, unsigned int num)
+{
-+ struct interesting_stmts *new_node;
++ interesting_stmts_t new_node;
+
-+ new_node = (struct interesting_stmts *)xmalloc(sizeof(*new_node));
++ new_node = (interesting_stmts_t )xmalloc(sizeof(*new_node));
+ new_node->first_stmt = first_stmt;
+ new_node->num = num;
+ new_node->orig_node = orig_node;
+ new_node->next = head;
++ new_node->next_node = next_node;
+ return new_node;
+}
+
-+static void free_interesting_stmts(struct interesting_stmts *head)
++static void free_interesting_stmts(interesting_stmts_t head)
+{
+ while (head) {
-+ struct interesting_stmts *cur = head->next;
++ interesting_stmts_t cur = head->next;
+ free(head);
+ head = cur;
+ }
@@ -163310,7 +163476,7 @@ index 0000000..549decf
+ * it decides whether the duplication is necessary or not. After expand() it changes the orig node to the duplicated node
+ * in the original stmt (first stmt) and it inserts the overflow check for the arg of the callee or for the return value.
+ */
-+static struct interesting_stmts *search_interesting_stmt(struct interesting_stmts *head, gimple first_stmt, tree orig_node, unsigned int num)
++static interesting_stmts_t search_interesting_stmt(interesting_stmts_t head, next_interesting_function_t next_node, gimple first_stmt, tree orig_node, unsigned int num)
+{
+ enum tree_code orig_code;
+
@@ -163321,9 +163487,12 @@ index 0000000..549decf
+
+ orig_code = TREE_CODE(orig_node);
+ gcc_assert(orig_code != FIELD_DECL && orig_code != FUNCTION_DECL);
-+ gcc_assert(!skip_types(orig_node));
+
-+ if (check_intentional_asm(first_stmt, num) != MARK_NO)
++ if (skip_types(orig_node))
++ return head;
++
++ // find a defining marked caller argument or struct field for arg
++ if (check_intentional_size_overflow_asm_and_attribute(orig_node) != MARK_NO)
+ return head;
+
+ if (SSA_NAME_IS_DEFAULT_DEF(orig_node))
@@ -163332,37 +163501,50 @@ index 0000000..549decf
+ if (skip_asm_cast(orig_node))
+ return head;
+
-+ return create_interesting_stmts(head, orig_node, first_stmt, num);
++ return create_interesting_stmts(head, next_node, orig_node, first_stmt, num);
+}
+
-+static void handle_interesting_stmt(struct visited *visited, struct interesting_stmts *head)
++static void handle_interesting_stmt(struct visited *visited, interesting_stmts_t head)
+{
-+ struct interesting_stmts *cur;
++ interesting_stmts_t cur;
+
+ for (cur = head; cur; cur = cur->next) {
+ tree new_node;
+
-+ new_node = expand(visited, cur->orig_node);
++ new_node = expand(visited, cur->next_node, cur->orig_node);
+ if (new_node == NULL_TREE)
+ continue;
+
+ change_orig_node(visited, cur->first_stmt, cur->orig_node, new_node, cur->num);
-+ check_size_overflow(cur->first_stmt, TREE_TYPE(new_node), new_node, cur->orig_node, BEFORE_STMT);
++ check_size_overflow(cur->next_node, cur->first_stmt, TREE_TYPE(new_node), new_node, cur->orig_node, BEFORE_STMT);
+ }
+}
+
-+static bool is_interesting_function(const_tree decl, unsigned int num)
++static next_interesting_function_t get_interesting_function_next_node(tree decl, unsigned int num)
+{
-+ const struct size_overflow_hash *so_hash;
++ next_interesting_function_t next_node;
++ const struct size_overflow_hash *so_hash, *disable_so_hash;
++ struct fn_raw_data raw_data;
+
-+ if (get_global_next_interesting_function_entry_with_hash(decl, DECL_NAME_POINTER(decl), num, YES_SO_MARK))
-+ return true;
++ raw_data.decl = decl;
++ raw_data.decl_str = DECL_NAME_POINTER(decl);
++ raw_data.num = num;
++ raw_data.marked = YES_SO_MARK;
+
-+ if (made_by_compiler(decl))
-+ return false;
++ next_node = get_global_next_interesting_function_entry_with_hash(&raw_data);
++ if (next_node && next_node->marked == ERROR_CODE_SO_MARK)
++ return NULL;
++ if (next_node && next_node->marked != NO_SO_MARK)
++ return next_node;
+
-+ so_hash = get_size_overflow_hash_entry_tree(decl, num);
-+ return so_hash != NULL;
++ disable_so_hash = get_size_overflow_hash_entry_tree(raw_data.decl, raw_data.num, ONLY_DISABLE_SO);
++ if (disable_so_hash != NULL)
++ return NULL;
++
++ so_hash = get_size_overflow_hash_entry_tree(raw_data.decl, raw_data.num, ONLY_SO);
++ if (so_hash)
++ return get_and_create_next_node_from_global_next_nodes(&raw_data, NULL);
++ return NULL;
+}
+
+tree handle_fnptr_assign(const_gimple stmt)
@@ -163459,7 +163641,7 @@ index 0000000..549decf
+}
+
+// Start stmt duplication on marked function parameters
-+static struct interesting_stmts *search_interesting_calls(struct interesting_stmts *head, gcall *call_stmt)
++static interesting_stmts_t search_interesting_calls(interesting_stmts_t head, gcall *call_stmt)
+{
+ tree decl;
+ unsigned int i, len;
@@ -163474,27 +163656,98 @@ index 0000000..549decf
+
+ for (i = 0; i < len; i++) {
+ tree arg;
++ next_interesting_function_t next_node;
+
+ arg = gimple_call_arg(call_stmt, i);
+ if (is_gimple_constant(arg))
+ continue;
+ if (skip_types(arg))
+ continue;
-+ if (is_interesting_function(decl, i + 1))
-+ head = search_interesting_stmt(head, call_stmt, arg, i + 1);
++ next_node = get_interesting_function_next_node(decl, i + 1);
++ if (next_node)
++ head = search_interesting_stmt(head, next_node, call_stmt, arg, i + 1);
+ }
+
+ return head;
+}
+
++// Find assignements to structure fields and vardecls
++static interesting_stmts_t search_interesting_structs_vardecls(interesting_stmts_t head, gassign *assign)
++{
++ enum intentional_mark mark;
++ next_interesting_function_t next_node;
++ tree rhs1, rhs2, lhs, decl;
++#if BUILDING_GCC_VERSION >= 4006
++ tree rhs3;
++#endif
++
++ lhs = gimple_assign_lhs(assign);
++
++ if (VAR_P(lhs))
++ decl = lhs;
++ else
++ decl = get_ref_field(lhs);
++ if (decl == NULL_TREE)
++ return head;
++ if (DECL_NAME(decl) == NULL_TREE)
++ return head;
++
++ next_node = get_interesting_function_next_node(decl, 0);
++ if (!next_node)
++ return head;
++
++ mark = get_intentional_attr_type(decl);
++ if (mark != MARK_NO)
++ return head;
++
++ if (is_intentional_truncation(assign))
++ return head;
++
++ rhs1 = gimple_assign_rhs1(assign);
++ head = search_interesting_stmt(head, next_node, assign, rhs1, 0);
++
++ rhs2 = gimple_assign_rhs2(assign);
++ if (rhs2)
++ head = search_interesting_stmt(head, next_node, assign, rhs2, 0);
++
++#if BUILDING_GCC_VERSION >= 4006
++ rhs3 = gimple_assign_rhs3(assign);
++ if (rhs3)
++ head = search_interesting_stmt(head, next_node, assign, rhs3, 0);
++#endif
++ return head;
++}
++
++static next_interesting_function_t create_so_asm_next_interesting_function_node(const gasm *stmt)
++{
++ next_interesting_function_t next_node;
++ struct fn_raw_data raw_data;
++
++ raw_data.decl = NULL_TREE;
++ raw_data.decl_str = gimple_asm_string(stmt);
++ raw_data.context = "attr";
++ raw_data.hash = 0;
++ raw_data.num = 0;
++ raw_data.marked = ASM_STMT_SO_MARK;
++
++ next_node = get_global_next_interesting_function_entry(&raw_data);
++ if (next_node)
++ return next_node;
++ next_node = create_new_next_interesting_entry(&raw_data, NULL);
++ gcc_assert(next_node);
++
++ add_to_global_next_interesting_function(next_node);
++ return next_node;
++}
++
+// Collect interesting stmts for duplication
+static void search_interesting_stmts(struct visited *visited)
+{
+ basic_block bb;
-+ bool search_ret;
-+ struct interesting_stmts *head = NULL;
++ next_interesting_function_t next_node_ret;
++ interesting_stmts_t head = NULL;
+
-+ search_ret = is_interesting_function(current_function_decl, 0);
++ next_node_ret = get_interesting_function_next_node(current_function_decl, 0);
+
+ FOR_ALL_BB_FN(bb, cfun) {
+ gimple_stmt_iterator gsi;
@@ -163504,23 +163757,36 @@ index 0000000..549decf
+ gimple stmt = gsi_stmt(gsi);
+
+ switch (gimple_code(stmt)) {
-+ case GIMPLE_ASM:
-+ if (!is_size_overflow_insert_check_asm(as_a_gasm(stmt)))
++ case GIMPLE_ASM: {
++ next_interesting_function_t next_node;
++ const gasm *asm_stmt = as_a_gasm(stmt);
++
++ if (!is_size_overflow_insert_check_asm(asm_stmt))
+ continue;
-+ first_node = get_size_overflow_asm_input(as_a_gasm(stmt));
-+ head = search_interesting_stmt(head, stmt, first_node, 0);
++ next_node = create_so_asm_next_interesting_function_node(asm_stmt);
++ first_node = get_size_overflow_asm_input(asm_stmt);
++ head = search_interesting_stmt(head, next_node, stmt, first_node, 0);
+ break;
++ }
+ case GIMPLE_RETURN:
-+ if (!search_ret)
++ if (!next_node_ret || next_node_ret->marked == ASM_STMT_SO_MARK)
+ continue;
+ first_node = gimple_return_retval(as_a_greturn(stmt));
+ if (first_node == NULL_TREE)
+ break;
-+ head = search_interesting_stmt(head, stmt, first_node, 0);
++ head = search_interesting_stmt(head, next_node_ret, stmt, first_node, 0);
+ break;
+ case GIMPLE_CALL:
+ head = search_interesting_calls(head, as_a_gcall(stmt));
+ break;
++ case GIMPLE_ASSIGN:
++ /* !!! TODO LTO modeban nincs duplikalas a globalis valtozora, mert a tree mergek
++ * utan mar nem lehet megkulonboztetni attol a globalis valtozotol, aminek a scopeja csak a file
++ * igy a context nem vardecl lesz, hanem vardecl_filenev. De execute-ban kiirja, ha hianyzik a hash tablabol
++ * IPA-ban van duplikalas.
++ */
++ head = search_interesting_structs_vardecls(head, as_a_gassign(stmt));
++ break;
+ default:
+ break;
+ }
@@ -163635,10 +163901,10 @@ index 0000000..549decf
+}
diff --git a/tools/gcc/size_overflow_plugin/size_overflow_transform_core.c b/tools/gcc/size_overflow_plugin/size_overflow_transform_core.c
new file mode 100644
-index 0000000..c9d7068
+index 0000000..a9f770c
--- /dev/null
+++ b/tools/gcc/size_overflow_plugin/size_overflow_transform_core.c
-@@ -0,0 +1,966 @@
+@@ -0,0 +1,961 @@
+/*
+ * Copyright 2011-2015 by Emese Revfy <re.emese@gmail.com>
+ * Licensed under the GPL v2, or (at your option) v3
@@ -163932,7 +164198,6 @@ index 0000000..c9d7068
+static gphi *overflow_create_phi_node(struct visited *visited, gphi *oldstmt, tree result)
+{
+ basic_block bb;
-+ gimple stmt;
+ gphi *phi;
+ gimple_seq seq;
+ gimple_stmt_iterator gsi = gsi_for_stmt(oldstmt);
@@ -163946,8 +164211,7 @@ index 0000000..c9d7068
+ result = create_new_var(size_overflow_type);
+ }
+
-+ stmt = create_phi_node(result, bb);
-+ phi = as_a_gphi(stmt);
++ phi = as_a_gphi(create_phi_node(result, bb));
+ gimple_phi_set_result(phi, make_ssa_name(result, phi));
+ seq = phi_nodes(bb);
+ gsi = gsi_last(seq);
@@ -163999,7 +164263,7 @@ index 0000000..c9d7068
+ return result;
+}
+
-+static tree handle_phi(struct visited *visited, tree orig_result)
++static tree handle_phi(struct visited *visited, next_interesting_function_t expand_from, tree orig_result)
+{
+ tree ssa_name_var = NULL_TREE;
+#if BUILDING_GCC_VERSION <= 4007
@@ -164015,7 +164279,7 @@ index 0000000..c9d7068
+ tree arg, new_arg;
+
+ arg = gimple_phi_arg_def(oldstmt, i);
-+ new_arg = expand(visited, arg);
++ new_arg = expand(visited, expand_from, arg);
+
+ if (ssa_name_var == NULL_TREE && new_arg != NULL_TREE)
+ ssa_name_var = SSA_NAME_VAR(new_arg);
@@ -164095,9 +164359,8 @@ index 0000000..c9d7068
+ update_stmt(cond_stmt);
+}
+
-+static void insert_cond_result(basic_block bb_true, const_gimple stmt, const_tree arg, bool min)
++static void insert_cond_result(next_interesting_function_t expand_from, basic_block bb_true, const_gimple stmt, const_tree arg, bool min)
+{
-+ gimple call_stmt;
+ gcall *func_stmt;
+ const_gimple def_stmt;
+ const_tree loc_line;
@@ -164111,13 +164374,12 @@ index 0000000..c9d7068
+ gimple_stmt_iterator gsi = gsi_start_bb(bb_true);
+
+ def_stmt = get_def_stmt(arg);
-+ xloc = expand_location(gimple_location(def_stmt));
-+
-+ if (!gimple_has_location(def_stmt)) {
++ if (gimple_has_location(def_stmt))
++ xloc = expand_location(gimple_location(def_stmt));
++ else if (gimple_has_location(stmt))
+ xloc = expand_location(gimple_location(stmt));
-+ if (!gimple_has_location(stmt))
-+ xloc = expand_location(DECL_SOURCE_LOCATION(current_function_decl));
-+ }
++ else
++ xloc = expand_location(DECL_SOURCE_LOCATION(current_function_decl));
+
+ loc_line = build_int_cstu(unsigned_type_node, xloc.line);
+
@@ -164129,15 +164391,14 @@ index 0000000..c9d7068
+
+ gcc_assert(DECL_NAME(SSA_NAME_VAR(arg)) != NULL);
+ call_count++;
-+ len = asprintf(&ssa_name_buf, "%s_%u %s, count: %u\n", DECL_NAME_POINTER(SSA_NAME_VAR(arg)), SSA_NAME_VERSION(arg), min ? "min" : "max", call_count);
++ len = asprintf(&ssa_name_buf, "%s_%u %s, count: %u, decl: %s; num: %u; context: %s;\n", DECL_NAME_POINTER(SSA_NAME_VAR(arg)), SSA_NAME_VERSION(arg), min ? "min" : "max", call_count, expand_from->decl_name, expand_from->num, expand_from->context);
+ gcc_assert(len > 0);
+ ssa_name = build_string(len + 1, ssa_name_buf);
+ free(ssa_name_buf);
+ ssa_name = create_string_param(ssa_name);
+
+ // void report_size_overflow(const char *file, unsigned int line, const char *func, const char *ssa_name)
-+ call_stmt = gimple_build_call(report_size_overflow_decl, 4, loc_file, loc_line, current_func, ssa_name);
-+ func_stmt = as_a_gcall(call_stmt);
++ func_stmt = as_a_gcall(gimple_build_call(report_size_overflow_decl, 4, loc_file, loc_line, current_func, ssa_name));
+ gsi_insert_after(&gsi, func_stmt, GSI_CONTINUE_LINKING);
+
+ report_node = cgraph_get_create_node(report_size_overflow_decl);
@@ -164148,7 +164409,7 @@ index 0000000..c9d7068
+ gcc_assert(edge != NULL);
+}
+
-+static void insert_check_size_overflow(gimple stmt, enum tree_code cond_code, tree arg, tree type_value, bool before, bool min)
++static void insert_check_size_overflow(next_interesting_function_t expand_from, gimple stmt, enum tree_code cond_code, tree arg, tree type_value, bool before, bool min)
+{
+ basic_block cond_bb, join_bb, bb_true;
+ edge e;
@@ -164181,12 +164442,12 @@ index 0000000..c9d7068
+ }
+
+ insert_cond(cond_bb, arg, cond_code, type_value);
-+ insert_cond_result(bb_true, stmt, arg, min);
++ insert_cond_result(expand_from, bb_true, stmt, arg, min);
+
+// print_the_code_insertions(stmt);
+}
+
-+void check_size_overflow(gimple stmt, tree size_overflow_type, tree cast_rhs, tree rhs, bool before)
++void check_size_overflow(next_interesting_function_t expand_from, gimple stmt, tree size_overflow_type, tree cast_rhs, tree rhs, bool before)
+{
+ const_tree rhs_type = TREE_TYPE(rhs);
+ tree cast_rhs_type, type_max_type, type_min_type, type_max, type_min;
@@ -164211,7 +164472,7 @@ index 0000000..c9d7068
+ type_max_type = TREE_TYPE(type_max);
+ gcc_assert(types_compatible_p(cast_rhs_type, type_max_type));
+
-+ insert_check_size_overflow(stmt, GT_EXPR, cast_rhs, type_max, before, MAX_CHECK);
++ insert_check_size_overflow(expand_from, stmt, GT_EXPR, cast_rhs, type_max, before, MAX_CHECK);
+
+ // special case: get_size_overflow_type(), 32, u64->s
+ if (LONG_TYPE_SIZE == GET_MODE_BITSIZE(SImode) && TYPE_UNSIGNED(size_overflow_type) && !TYPE_UNSIGNED(rhs_type))
@@ -164219,10 +164480,10 @@ index 0000000..c9d7068
+
+ type_min_type = TREE_TYPE(type_min);
+ gcc_assert(types_compatible_p(type_max_type, type_min_type));
-+ insert_check_size_overflow(stmt, LT_EXPR, cast_rhs, type_min, before, MIN_CHECK);
++ insert_check_size_overflow(expand_from, stmt, LT_EXPR, cast_rhs, type_min, before, MIN_CHECK);
+}
+
-+static tree create_cast_overflow_check(struct visited *visited, tree new_rhs1, gassign *stmt)
++static tree create_cast_overflow_check(struct visited *visited, next_interesting_function_t expand_from, tree new_rhs1, gassign *stmt)
+{
+ bool cast_lhs, cast_rhs;
+ tree lhs = gimple_assign_lhs(stmt);
@@ -164267,15 +164528,15 @@ index 0000000..c9d7068
+ return dup_assign(visited, stmt, lhs, new_rhs1, NULL_TREE, NULL_TREE);
+
+ if (cast_lhs && !skip_lhs_cast_check(stmt))
-+ check_size_overflow(stmt, TREE_TYPE(new_rhs1), new_rhs1, lhs, BEFORE_STMT);
++ check_size_overflow(expand_from, stmt, TREE_TYPE(new_rhs1), new_rhs1, lhs, BEFORE_STMT);
+
+ if (cast_rhs)
-+ check_size_overflow(stmt, TREE_TYPE(new_rhs1), new_rhs1, rhs, BEFORE_STMT);
++ check_size_overflow(expand_from, stmt, TREE_TYPE(new_rhs1), new_rhs1, rhs, BEFORE_STMT);
+
+ return dup_assign(visited, stmt, lhs, new_rhs1, NULL_TREE, NULL_TREE);
+}
+
-+static tree handle_unary_rhs(struct visited *visited, gassign *stmt)
++static tree handle_unary_rhs(struct visited *visited, next_interesting_function_t expand_from, gassign *stmt)
+{
+ enum tree_code rhs_code;
+ tree rhs1, new_rhs1, lhs = gimple_assign_lhs(stmt);
@@ -164287,7 +164548,7 @@ index 0000000..c9d7068
+ if (TREE_CODE(TREE_TYPE(rhs1)) == POINTER_TYPE)
+ return create_assign(visited, stmt, lhs, AFTER_STMT);
+
-+ new_rhs1 = expand(visited, rhs1);
++ new_rhs1 = expand(visited, expand_from, rhs1);
+
+ if (new_rhs1 == NULL_TREE)
+ return create_cast_assign(visited, stmt);
@@ -164300,17 +164561,17 @@ index 0000000..c9d7068
+ tree size_overflow_type = get_size_overflow_type(visited, stmt, rhs1);
+
+ new_rhs1 = cast_to_new_size_overflow_type(visited, stmt, new_rhs1, size_overflow_type, BEFORE_STMT);
-+ check_size_overflow(stmt, size_overflow_type, new_rhs1, rhs1, BEFORE_STMT);
++ check_size_overflow(expand_from, stmt, size_overflow_type, new_rhs1, rhs1, BEFORE_STMT);
+ return create_assign(visited, stmt, lhs, AFTER_STMT);
+ }
+
+ if (!gimple_assign_cast_p(stmt))
+ return dup_assign(visited, stmt, lhs, new_rhs1, NULL_TREE, NULL_TREE);
+
-+ return create_cast_overflow_check(visited, new_rhs1, stmt);
++ return create_cast_overflow_check(visited, expand_from, new_rhs1, stmt);
+}
+
-+static tree handle_unary_ops(struct visited *visited, gassign *stmt)
++static tree handle_unary_ops(struct visited *visited, next_interesting_function_t expand_from, gassign *stmt)
+{
+ tree rhs1, lhs = gimple_assign_lhs(stmt);
+ gimple def_stmt = get_def_stmt(lhs);
@@ -164323,7 +164584,7 @@ index 0000000..c9d7068
+
+ switch (TREE_CODE(rhs1)) {
+ case SSA_NAME: {
-+ tree ret = handle_unary_rhs(visited, as_a_gassign(def_stmt));
++ tree ret = handle_unary_rhs(visited, expand_from, as_a_gassign(def_stmt));
+
+ if (gimple_assign_cast_p(stmt))
+ unsigned_signed_cast_intentional_overflow(visited, stmt);
@@ -164396,13 +164657,13 @@ index 0000000..c9d7068
+ return true;
+}
+
-+static tree handle_comparison_code_class(struct visited *visited, gassign *stmt, tree new_rhs1, tree new_rhs2)
++static tree handle_comparison_code_class(struct visited *visited, next_interesting_function_t expand_from, gassign *stmt, tree new_rhs1, tree new_rhs2)
+{
+ tree rhs1, rhs2, lhs;
+
+ rhs1 = gimple_assign_rhs1(stmt);
+ if (!is_gimple_constant(rhs1) && new_rhs1 != NULL_TREE)
-+ check_size_overflow(stmt, TREE_TYPE(new_rhs1), new_rhs1, rhs1, BEFORE_STMT);
++ check_size_overflow(expand_from, stmt, TREE_TYPE(new_rhs1), new_rhs1, rhs1, BEFORE_STMT);
+
+ lhs = gimple_assign_lhs(stmt);
+ if (new_rhs2 == NULL_TREE)
@@ -164410,11 +164671,11 @@ index 0000000..c9d7068
+
+ rhs2 = gimple_assign_rhs2(stmt);
+ if (!is_gimple_constant(rhs2))
-+ check_size_overflow(stmt, TREE_TYPE(new_rhs2), new_rhs2, rhs2, BEFORE_STMT);
++ check_size_overflow(expand_from, stmt, TREE_TYPE(new_rhs2), new_rhs2, rhs2, BEFORE_STMT);
+ return create_assign(visited, stmt, lhs, AFTER_STMT);
+}
+
-+static tree handle_binary_ops(struct visited *visited, tree lhs)
++static tree handle_binary_ops(struct visited *visited, next_interesting_function_t expand_from, tree lhs)
+{
+ enum intentional_overflow_type res;
+ tree rhs1, rhs2, new_lhs;
@@ -164447,14 +164708,14 @@ index 0000000..c9d7068
+ break;
+ }
+
-+ new_lhs = handle_integer_truncation(visited, lhs);
++ new_lhs = handle_integer_truncation(visited, expand_from, lhs);
+ if (new_lhs != NULL_TREE)
+ return new_lhs;
+
+ if (TREE_CODE(rhs1) == SSA_NAME)
-+ new_rhs1 = expand(visited, rhs1);
++ new_rhs1 = expand(visited, expand_from, rhs1);
+ if (TREE_CODE(rhs2) == SSA_NAME)
-+ new_rhs2 = expand(visited, rhs2);
++ new_rhs2 = expand(visited, expand_from, rhs2);
+
+ res = add_mul_intentional_overflow(def_stmt);
+ if (res != NO_INTENTIONAL_OVERFLOW) {
@@ -164470,15 +164731,15 @@ index 0000000..c9d7068
+ }
+
+ if (is_a_neg_overflow(def_stmt, rhs2))
-+ return handle_intentional_overflow(visited, true, def_stmt, new_rhs1, NULL_TREE);
++ return handle_intentional_overflow(visited, expand_from, true, def_stmt, new_rhs1, NULL_TREE);
+ if (is_a_neg_overflow(def_stmt, rhs1))
-+ return handle_intentional_overflow(visited, true, def_stmt, new_rhs2, new_rhs2);
++ return handle_intentional_overflow(visited, expand_from, true, def_stmt, new_rhs2, new_rhs2);
+
+
+ if (is_a_constant_overflow(def_stmt, rhs2))
-+ return handle_intentional_overflow(visited, !is_a_cast_and_const_overflow(rhs1), def_stmt, new_rhs1, NULL_TREE);
++ return handle_intentional_overflow(visited, expand_from, !is_a_cast_and_const_overflow(rhs1), def_stmt, new_rhs1, NULL_TREE);
+ if (is_a_constant_overflow(def_stmt, rhs1))
-+ return handle_intentional_overflow(visited, !is_a_cast_and_const_overflow(rhs2), def_stmt, new_rhs2, new_rhs2);
++ return handle_intentional_overflow(visited, expand_from, !is_a_cast_and_const_overflow(rhs2), def_stmt, new_rhs2, new_rhs2);
+
+ // the const is between 0 and (signed) MAX
+ if (is_gimple_constant(rhs1))
@@ -164487,22 +164748,22 @@ index 0000000..c9d7068
+ new_rhs2 = create_assign(visited, def_stmt, rhs2, BEFORE_STMT);
+
+ if (TREE_CODE_CLASS(gimple_assign_rhs_code(def_stmt)) == tcc_comparison)
-+ return handle_comparison_code_class(visited, def_stmt, new_rhs1, new_rhs2);
++ return handle_comparison_code_class(visited, expand_from, def_stmt, new_rhs1, new_rhs2);
+
+ return dup_assign(visited, def_stmt, lhs, new_rhs1, new_rhs2, NULL_TREE);
+}
+
+#if BUILDING_GCC_VERSION >= 4006
-+static tree get_new_rhs(struct visited *visited, tree size_overflow_type, tree rhs)
++static tree get_new_rhs(struct visited *visited, next_interesting_function_t expand_from, tree size_overflow_type, tree rhs)
+{
+ if (is_gimple_constant(rhs))
+ return cast_a_tree(size_overflow_type, rhs);
+ if (TREE_CODE(rhs) != SSA_NAME)
+ return NULL_TREE;
-+ return expand(visited, rhs);
++ return expand(visited, expand_from, rhs);
+}
+
-+static tree handle_ternary_ops(struct visited *visited, tree lhs)
++static tree handle_ternary_ops(struct visited *visited, next_interesting_function_t expand_from, tree lhs)
+{
+ tree rhs1, rhs2, rhs3, new_rhs1, new_rhs2, new_rhs3, size_overflow_type;
+ gassign *def_stmt = as_a_gassign(get_def_stmt(lhs));
@@ -164512,9 +164773,9 @@ index 0000000..c9d7068
+ rhs1 = gimple_assign_rhs1(def_stmt);
+ rhs2 = gimple_assign_rhs2(def_stmt);
+ rhs3 = gimple_assign_rhs3(def_stmt);
-+ new_rhs1 = get_new_rhs(visited, size_overflow_type, rhs1);
-+ new_rhs2 = get_new_rhs(visited, size_overflow_type, rhs2);
-+ new_rhs3 = get_new_rhs(visited, size_overflow_type, rhs3);
++ new_rhs1 = get_new_rhs(visited, expand_from, size_overflow_type, rhs1);
++ new_rhs2 = get_new_rhs(visited, expand_from, size_overflow_type, rhs2);
++ new_rhs3 = get_new_rhs(visited, expand_from, size_overflow_type, rhs3);
+
+ return dup_assign(visited, def_stmt, lhs, new_rhs1, new_rhs2, new_rhs3);
+}
@@ -164560,7 +164821,7 @@ index 0000000..c9d7068
+ return get_my_stmt_lhs(visited, def_stmt);
+}
+
-+tree expand(struct visited *visited, tree lhs)
++tree expand(struct visited *visited, next_interesting_function_t expand_from, tree lhs)
+{
+ gimple def_stmt;
+
@@ -164582,21 +164843,21 @@ index 0000000..c9d7068
+
+ switch (gimple_code(def_stmt)) {
+ case GIMPLE_PHI:
-+ return handle_phi(visited, lhs);
++ return handle_phi(visited, expand_from, lhs);
+ case GIMPLE_CALL:
+ case GIMPLE_ASM:
+ if (is_size_overflow_asm(def_stmt))
-+ return expand(visited, get_size_overflow_asm_input(as_a_gasm(def_stmt)));
++ return expand(visited, expand_from, get_size_overflow_asm_input(as_a_gasm(def_stmt)));
+ return create_assign(visited, def_stmt, lhs, AFTER_STMT);
+ case GIMPLE_ASSIGN:
+ switch (gimple_num_ops(def_stmt)) {
+ case 2:
-+ return handle_unary_ops(visited, as_a_gassign(def_stmt));
++ return handle_unary_ops(visited, expand_from, as_a_gassign(def_stmt));
+ case 3:
-+ return handle_binary_ops(visited, lhs);
++ return handle_binary_ops(visited, expand_from, lhs);
+#if BUILDING_GCC_VERSION >= 4006
+ case 4:
-+ return handle_ternary_ops(visited, lhs);
++ return handle_ternary_ops(visited, expand_from, lhs);
+#endif
+ }
+ default:
@@ -165341,10 +165602,10 @@ index 0000000..e9dbd4b
+ return 0;
+}
diff --git a/tools/include/linux/compiler.h b/tools/include/linux/compiler.h
-index 88461f0..6fb70a0 100644
+index 9098083..18f0454 100644
--- a/tools/include/linux/compiler.h
+++ b/tools/include/linux/compiler.h
-@@ -35,6 +35,14 @@
+@@ -39,6 +39,14 @@
# define unlikely(x) __builtin_expect(!!(x), 0)
#endif
@@ -165358,9 +165619,9 @@ index 88461f0..6fb70a0 100644
+
#define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x))
- #endif /* _TOOLS_LINUX_COMPILER_H */
+ #include <linux/types.h>
diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile
-index 8bd9606..abacd96 100644
+index fe1b02c..a5eae4a 100644
--- a/tools/lib/api/Makefile
+++ b/tools/lib/api/Makefile
@@ -16,7 +16,7 @@ MAKEFLAGS += --no-print-directory
@@ -165398,7 +165659,7 @@ index 0a578fe..b81f62d 100644
})
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
-index 9097741..2472109 100644
+index 8b8a444..4ac8a9a 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -81,12 +81,17 @@ LIST_HEAD(vm_list);
@@ -165421,16 +165682,16 @@ index 9097741..2472109 100644
struct dentry *kvm_debugfs_dir;
EXPORT_SYMBOL_GPL(kvm_debugfs_dir);
-@@ -784,7 +789,7 @@ int __kvm_set_memory_region(struct kvm *kvm,
+@@ -798,7 +803,7 @@ int __kvm_set_memory_region(struct kvm *kvm,
/* We can read the guest memory with __xxx_user() later on. */
- if ((mem->slot < KVM_USER_MEM_SLOTS) &&
+ if ((id < KVM_USER_MEM_SLOTS) &&
((mem->userspace_addr & (PAGE_SIZE - 1)) ||
- !access_ok(VERIFY_WRITE,
+ !access_ok_noprefault(VERIFY_WRITE,
(void __user *)(unsigned long)mem->userspace_addr,
mem->memory_size)))
goto out;
-@@ -1714,9 +1719,17 @@ EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
+@@ -1853,9 +1858,17 @@ EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
int kvm_clear_guest_page(struct kvm *kvm, gfn_t gfn, int offset, int len)
{
@@ -165450,7 +165711,7 @@ index 9097741..2472109 100644
}
EXPORT_SYMBOL_GPL(kvm_clear_guest_page);
-@@ -1993,7 +2006,7 @@ static int kvm_vcpu_release(struct inode *inode, struct file *filp)
+@@ -2140,7 +2153,7 @@ static int kvm_vcpu_release(struct inode *inode, struct file *filp)
return 0;
}
@@ -165459,7 +165720,7 @@ index 9097741..2472109 100644
.release = kvm_vcpu_release,
.unlocked_ioctl = kvm_vcpu_ioctl,
#ifdef CONFIG_KVM_COMPAT
-@@ -2713,7 +2726,7 @@ out:
+@@ -2864,7 +2877,7 @@ out:
}
#endif
@@ -165468,7 +165729,7 @@ index 9097741..2472109 100644
.release = kvm_vm_release,
.unlocked_ioctl = kvm_vm_ioctl,
#ifdef CONFIG_KVM_COMPAT
-@@ -2784,7 +2797,7 @@ out:
+@@ -2935,7 +2948,7 @@ out:
return r;
}
@@ -165477,7 +165738,7 @@ index 9097741..2472109 100644
.unlocked_ioctl = kvm_dev_ioctl,
.compat_ioctl = kvm_dev_ioctl,
.llseek = noop_llseek,
-@@ -2810,7 +2823,7 @@ static void hardware_enable_nolock(void *junk)
+@@ -2961,7 +2974,7 @@ static void hardware_enable_nolock(void *junk)
if (r) {
cpumask_clear_cpu(cpu, cpus_hardware_enabled);
@@ -165486,7 +165747,7 @@ index 9097741..2472109 100644
pr_info("kvm: enabling virtualization on CPU%d failed\n", cpu);
}
}
-@@ -2865,10 +2878,10 @@ static int hardware_enable_all(void)
+@@ -3016,10 +3029,10 @@ static int hardware_enable_all(void)
kvm_usage_count++;
if (kvm_usage_count == 1) {
@@ -165499,7 +165760,7 @@ index 9097741..2472109 100644
hardware_disable_all_nolock();
r = -EBUSY;
}
-@@ -3276,7 +3289,7 @@ static void kvm_sched_out(struct preempt_notifier *pn,
+@@ -3421,7 +3434,7 @@ static void kvm_sched_out(struct preempt_notifier *pn,
kvm_arch_vcpu_put(vcpu);
}
@@ -165508,7 +165769,7 @@ index 9097741..2472109 100644
struct module *module)
{
int r;
-@@ -3323,7 +3336,7 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
+@@ -3468,7 +3481,7 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
if (!vcpu_align)
vcpu_align = __alignof__(struct kvm_vcpu);
kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align,
@@ -165517,7 +165778,7 @@ index 9097741..2472109 100644
if (!kvm_vcpu_cache) {
r = -ENOMEM;
goto out_free_3;
-@@ -3333,9 +3346,11 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
+@@ -3478,9 +3491,11 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
if (r)
goto out_free;
@@ -165529,7 +165790,7 @@ index 9097741..2472109 100644
r = misc_register(&kvm_dev);
if (r) {
-@@ -3345,9 +3360,6 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
+@@ -3490,9 +3505,6 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
register_syscore_ops(&kvm_syscore_ops);
diff --git a/4.1.7/4425_grsec_remove_EI_PAX.patch b/4.2.3/4425_grsec_remove_EI_PAX.patch
index a80a5d7..2a1aa6c 100644
--- a/4.1.7/4425_grsec_remove_EI_PAX.patch
+++ b/4.2.3/4425_grsec_remove_EI_PAX.patch
@@ -8,7 +8,7 @@ X-Gentoo-Bug-URL: https://bugs.gentoo.org/445600
diff -Nuar linux-3.7.1-hardened.orig/security/Kconfig linux-3.7.1-hardened/security/Kconfig
--- linux-3.7.1-hardened.orig/security/Kconfig 2012-12-26 08:39:29.000000000 -0500
+++ linux-3.7.1-hardened/security/Kconfig 2012-12-26 09:05:44.000000000 -0500
-@@ -278,7 +278,7 @@
+@@ -279,7 +279,7 @@
config PAX_EI_PAX
bool 'Use legacy ELF header marking'
diff --git a/4.1.7/4427_force_XATTR_PAX_tmpfs.patch b/4.2.3/4427_force_XATTR_PAX_tmpfs.patch
index a789f0b..9157231 100644
--- a/4.1.7/4427_force_XATTR_PAX_tmpfs.patch
+++ b/4.2.3/4427_force_XATTR_PAX_tmpfs.patch
@@ -6,7 +6,7 @@ namespace supported on tmpfs so that the PaX markings survive emerge.
diff -Naur a/mm/shmem.c b/mm/shmem.c
--- a/mm/shmem.c 2013-06-11 21:00:18.000000000 -0400
+++ b/mm/shmem.c 2013-06-11 21:08:18.000000000 -0400
-@@ -2555,11 +2555,7 @@
+@@ -2549,11 +2549,7 @@
static int shmem_xattr_validate(const char *name)
{
struct { const char *prefix; size_t len; } arr[] = {
@@ -18,7 +18,7 @@ diff -Naur a/mm/shmem.c b/mm/shmem.c
{ XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN },
{ XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN }
};
-@@ -2615,14 +2611,12 @@
+@@ -2609,14 +2605,12 @@
if (err)
return err;
diff --git a/4.1.7/4430_grsec-remove-localversion-grsec.patch b/4.2.3/4430_grsec-remove-localversion-grsec.patch
index 31cf878..31cf878 100644
--- a/4.1.7/4430_grsec-remove-localversion-grsec.patch
+++ b/4.2.3/4430_grsec-remove-localversion-grsec.patch
diff --git a/4.1.7/4435_grsec-mute-warnings.patch b/4.2.3/4435_grsec-mute-warnings.patch
index b7564e4..b7564e4 100644
--- a/4.1.7/4435_grsec-mute-warnings.patch
+++ b/4.2.3/4435_grsec-mute-warnings.patch
diff --git a/4.1.7/4440_grsec-remove-protected-paths.patch b/4.2.3/4440_grsec-remove-protected-paths.patch
index 741546d..741546d 100644
--- a/4.1.7/4440_grsec-remove-protected-paths.patch
+++ b/4.2.3/4440_grsec-remove-protected-paths.patch
diff --git a/4.1.7/4450_grsec-kconfig-default-gids.patch b/4.2.3/4450_grsec-kconfig-default-gids.patch
index 61d903e..9524b1f 100644
--- a/4.1.7/4450_grsec-kconfig-default-gids.patch
+++ b/4.2.3/4450_grsec-kconfig-default-gids.patch
@@ -73,7 +73,7 @@ diff -Naur a/grsecurity/Kconfig b/grsecurity/Kconfig
diff -Nuar a/security/Kconfig b/security/Kconfig
--- a/security/Kconfig 2012-10-13 09:51:35.000000000 -0400
+++ b/security/Kconfig 2012-10-13 09:52:59.000000000 -0400
-@@ -206,7 +206,7 @@
+@@ -207,7 +207,7 @@
config GRKERNSEC_PROC_GID
int "GID exempted from /proc restrictions"
@@ -82,7 +82,7 @@ diff -Nuar a/security/Kconfig b/security/Kconfig
help
Setting this GID determines which group will be exempted from
grsecurity's /proc restrictions, allowing users of the specified
-@@ -217,7 +217,7 @@
+@@ -218,7 +218,7 @@
config GRKERNSEC_TPE_UNTRUSTED_GID
int "GID for TPE-untrusted users"
depends on GRKERNSEC_CONFIG_SERVER && GRKERNSEC_TPE && !GRKERNSEC_TPE_INVERT
@@ -91,7 +91,7 @@ diff -Nuar a/security/Kconfig b/security/Kconfig
help
Setting this GID determines which group untrusted users should
be added to. These users will be placed under grsecurity's Trusted Path
-@@ -229,7 +229,7 @@
+@@ -230,7 +230,7 @@
config GRKERNSEC_TPE_TRUSTED_GID
int "GID for TPE-trusted users"
depends on GRKERNSEC_CONFIG_SERVER && GRKERNSEC_TPE && GRKERNSEC_TPE_INVERT
@@ -100,7 +100,7 @@ diff -Nuar a/security/Kconfig b/security/Kconfig
help
Setting this GID determines what group TPE restrictions will be
*disabled* for. If the sysctl option is enabled, a sysctl option
-@@ -238,7 +238,7 @@
+@@ -239,7 +239,7 @@
config GRKERNSEC_SYMLINKOWN_GID
int "GID for users with kernel-enforced SymlinksIfOwnerMatch"
depends on GRKERNSEC_CONFIG_SERVER
diff --git a/4.1.7/4465_selinux-avc_audit-log-curr_ip.patch b/4.2.3/4465_selinux-avc_audit-log-curr_ip.patch
index ba89596..ba89596 100644
--- a/4.1.7/4465_selinux-avc_audit-log-curr_ip.patch
+++ b/4.2.3/4465_selinux-avc_audit-log-curr_ip.patch
diff --git a/4.1.7/4470_disable-compat_vdso.patch b/4.2.3/4470_disable-compat_vdso.patch
index 7aefa02..7f84a27 100644
--- a/4.1.7/4470_disable-compat_vdso.patch
+++ b/4.2.3/4470_disable-compat_vdso.patch
@@ -26,7 +26,7 @@ Closes bug: http://bugs.gentoo.org/show_bug.cgi?id=210138
diff -urp a/arch/x86/Kconfig b/arch/x86/Kconfig
--- a/arch/x86/Kconfig 2009-07-31 01:36:57.323857684 +0100
+++ b/arch/x86/Kconfig 2009-07-31 01:51:39.395749681 +0100
-@@ -1988,29 +1988,8 @@
+@@ -1992,29 +1992,8 @@
config COMPAT_VDSO
def_bool n
diff --git a/4.1.7/4475_emutramp_default_on.patch b/4.2.3/4475_emutramp_default_on.patch
index a128205..afd6019 100644
--- a/4.1.7/4475_emutramp_default_on.patch
+++ b/4.2.3/4475_emutramp_default_on.patch
@@ -10,7 +10,7 @@ See bug:
diff -Naur linux-3.9.2-hardened.orig/security/Kconfig linux-3.9.2-hardened/security/Kconfig
--- linux-3.9.2-hardened.orig/security/Kconfig 2013-05-18 08:53:41.000000000 -0400
+++ linux-3.9.2-hardened/security/Kconfig 2013-05-18 09:17:57.000000000 -0400
-@@ -438,7 +438,7 @@
+@@ -439,7 +439,7 @@
config PAX_EMUTRAMP
bool "Emulate trampolines"
@@ -19,7 +19,7 @@ diff -Naur linux-3.9.2-hardened.orig/security/Kconfig linux-3.9.2-hardened/secur
depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
help
There are some programs and libraries that for one reason or
-@@ -461,6 +461,12 @@
+@@ -462,6 +462,12 @@
utilities to disable CONFIG_PAX_PAGEEXEC and CONFIG_PAX_SEGMEXEC
for the affected files.