This commit is contained in:
parent
f53a0b0d40
commit
c125c950ae
62
ignore.txt
62
ignore.txt
|
@ -1,9 +1,13 @@
|
||||||
|
ARRAY_SIZE
|
||||||
|
ATOMIC_INIT
|
||||||
AT_FDCWD
|
AT_FDCWD
|
||||||
BDI_SHOW
|
BDI_SHOW
|
||||||
BUG
|
BUG
|
||||||
BUG_ON
|
BUG_ON
|
||||||
BUILD_BUG_ON
|
BUILD_BUG_ON
|
||||||
DECLARE_BITMAP
|
DECLARE_BITMAP
|
||||||
|
DEFINE_MUTEX
|
||||||
|
DIV_ROUND_UP
|
||||||
DMA_BIT_MASK
|
DMA_BIT_MASK
|
||||||
EAGAIN
|
EAGAIN
|
||||||
EBADF
|
EBADF
|
||||||
|
@ -33,6 +37,7 @@ HPAGE_PMD_NR
|
||||||
INIT_LIST_HEAD
|
INIT_LIST_HEAD
|
||||||
IS_ENABLED
|
IS_ENABLED
|
||||||
IS_ERR
|
IS_ERR
|
||||||
|
IS_ERR_OR_NULL
|
||||||
LOOKUP_EMPTY
|
LOOKUP_EMPTY
|
||||||
LOOKUP_FOLLOW
|
LOOKUP_FOLLOW
|
||||||
LOOKUP_REVAL
|
LOOKUP_REVAL
|
||||||
|
@ -60,6 +65,7 @@ SIGSTOP
|
||||||
UL
|
UL
|
||||||
VM_BUG_ON
|
VM_BUG_ON
|
||||||
VM_BUG_ON_PAGE
|
VM_BUG_ON_PAGE
|
||||||
|
WARN
|
||||||
WARN_ON
|
WARN_ON
|
||||||
WARN_ON_ONCE
|
WARN_ON_ONCE
|
||||||
XXstart
|
XXstart
|
||||||
|
@ -72,6 +78,8 @@ __clear_bit
|
||||||
__compiletime_error
|
__compiletime_error
|
||||||
__field
|
__field
|
||||||
__get_user
|
__get_user
|
||||||
|
__initdata
|
||||||
|
__platform_driver_register
|
||||||
__releases
|
__releases
|
||||||
__set_bit
|
__set_bit
|
||||||
__user
|
__user
|
||||||
|
@ -100,27 +108,31 @@ capable
|
||||||
clear_bit
|
clear_bit
|
||||||
cmpxchg
|
cmpxchg
|
||||||
commit_creds
|
commit_creds
|
||||||
|
compare
|
||||||
compound_head
|
compound_head
|
||||||
cond_resched
|
cond_resched
|
||||||
container_of
|
container_of
|
||||||
copy_from_user
|
|
||||||
copy_to_user
|
|
||||||
cpu_relax
|
cpu_relax
|
||||||
cpu_to_le16
|
cpu_to_le16
|
||||||
cpumask_bits
|
cpumask_bits
|
||||||
cred
|
|
||||||
current
|
current
|
||||||
current_cred
|
|
||||||
current_user_ns
|
current_user_ns
|
||||||
d_inode
|
d_inode
|
||||||
defined
|
defined
|
||||||
dev_WARN_ONCE
|
dev_WARN_ONCE
|
||||||
|
dev_dbg
|
||||||
dev_err
|
dev_err
|
||||||
dev_info
|
dev_info
|
||||||
dev_warn
|
dev_warn
|
||||||
device_add
|
device_add
|
||||||
|
devm_kfree
|
||||||
|
devm_kmalloc
|
||||||
|
devm_kzalloc
|
||||||
|
devres_alloc
|
||||||
|
disable_irq
|
||||||
dma_set_mask_and_coherent
|
dma_set_mask_and_coherent
|
||||||
dput
|
dput
|
||||||
|
dump_stack
|
||||||
end
|
end
|
||||||
entry
|
entry
|
||||||
err
|
err
|
||||||
|
@ -131,24 +143,35 @@ false
|
||||||
fd_install
|
fd_install
|
||||||
fdget
|
fdget
|
||||||
fdput
|
fdput
|
||||||
|
ffz
|
||||||
file_inode
|
file_inode
|
||||||
find_task_by_vpid
|
find_task_by_vpid
|
||||||
flags
|
flags
|
||||||
fls64
|
fls64
|
||||||
|
fn
|
||||||
format
|
format
|
||||||
fprintf
|
fprintf
|
||||||
|
get
|
||||||
get_page
|
get_page
|
||||||
get_status
|
get_status
|
||||||
get_timespec64
|
get_timespec64
|
||||||
get_user
|
get_user
|
||||||
getname
|
getname
|
||||||
i
|
i
|
||||||
|
ia64_getf_exp
|
||||||
if
|
if
|
||||||
ilog2
|
ilog2
|
||||||
in_interrupt
|
in_interrupt
|
||||||
|
init_completion
|
||||||
|
init_waitqueue_head
|
||||||
irq_state_set_disabled
|
irq_state_set_disabled
|
||||||
irq_state_set_masked
|
irq_state_set_masked
|
||||||
|
kasprintf
|
||||||
kfree
|
kfree
|
||||||
|
klist_init
|
||||||
|
kmalloc
|
||||||
|
kobject_init
|
||||||
|
kobject_put
|
||||||
kstrtoll
|
kstrtoll
|
||||||
kstrtoull
|
kstrtoull
|
||||||
kzalloc
|
kzalloc
|
||||||
|
@ -174,6 +197,7 @@ memset
|
||||||
might_sleep
|
might_sleep
|
||||||
min
|
min
|
||||||
msleep
|
msleep
|
||||||
|
mutex_init
|
||||||
mutex_lock
|
mutex_lock
|
||||||
mutex_unlock
|
mutex_unlock
|
||||||
name
|
name
|
||||||
|
@ -201,6 +225,11 @@ percpu_ref_put
|
||||||
pfn
|
pfn
|
||||||
pfn_to_page
|
pfn_to_page
|
||||||
pgoff_t
|
pgoff_t
|
||||||
|
platform_get_drvdata
|
||||||
|
pm_runtime_disable
|
||||||
|
pm_runtime_enable
|
||||||
|
pm_runtime_set_autosuspend_delay
|
||||||
|
pm_runtime_use_autosuspend
|
||||||
pmd_t
|
pmd_t
|
||||||
pos
|
pos
|
||||||
pos_from_hilo
|
pos_from_hilo
|
||||||
|
@ -212,19 +241,28 @@ pr_info_once
|
||||||
pr_warn
|
pr_warn
|
||||||
preempt_disable
|
preempt_disable
|
||||||
preempt_enable
|
preempt_enable
|
||||||
prepare_creds
|
|
||||||
printk
|
printk
|
||||||
|
validate_process_creds
|
||||||
|
validate_creds
|
||||||
|
FUNC
|
||||||
|
HAS_UNMAPPED_ID
|
||||||
|
kdebug
|
||||||
pte_t
|
pte_t
|
||||||
ptl
|
ptl
|
||||||
put_page
|
put_page
|
||||||
put_user
|
put_user
|
||||||
putname
|
putname
|
||||||
raw_local_irq_save
|
raw_local_irq_save
|
||||||
|
raw_spin_lock_irqsave
|
||||||
|
raw_spin_unlock_irqrestore
|
||||||
rcu_read_lock
|
rcu_read_lock
|
||||||
rcu_read_unlock
|
rcu_read_unlock
|
||||||
|
rdtsc
|
||||||
read_lock
|
read_lock
|
||||||
read_unlock
|
read_unlock
|
||||||
|
readl_relaxed
|
||||||
real_mount
|
real_mount
|
||||||
|
resource_size
|
||||||
ret
|
ret
|
||||||
retry
|
retry
|
||||||
retry_estale
|
retry_estale
|
||||||
|
@ -234,7 +272,9 @@ sigset_t
|
||||||
simple_strtoul
|
simple_strtoul
|
||||||
size
|
size
|
||||||
size_t
|
size_t
|
||||||
|
spi_master_get_devdata
|
||||||
spin_lock
|
spin_lock
|
||||||
|
spin_lock_init
|
||||||
spin_lock_irq
|
spin_lock_irq
|
||||||
spin_lock_irqsave
|
spin_lock_irqsave
|
||||||
spin_unlock
|
spin_unlock
|
||||||
|
@ -242,12 +282,18 @@ spin_unlock_irq
|
||||||
spin_unlock_irqrestore
|
spin_unlock_irqrestore
|
||||||
spinlock_t
|
spinlock_t
|
||||||
sprintf
|
sprintf
|
||||||
|
sscanf
|
||||||
ssize_t
|
ssize_t
|
||||||
ssize_t
|
ssleep
|
||||||
|
strcmp
|
||||||
|
strerror
|
||||||
|
strlen
|
||||||
swp_entry_t
|
swp_entry_t
|
||||||
task_pid_vnr
|
task_pid_vnr
|
||||||
tasklist_lock
|
tasklist_lock
|
||||||
test_bit
|
test_bit
|
||||||
|
to_platform_device
|
||||||
|
trace_*
|
||||||
trace_hardirqs_off
|
trace_hardirqs_off
|
||||||
trace_net_dev_queue
|
trace_net_dev_queue
|
||||||
tracing_on
|
tracing_on
|
||||||
|
@ -257,9 +303,11 @@ typeof
|
||||||
u32
|
u32
|
||||||
u64
|
u64
|
||||||
u8
|
u8
|
||||||
|
udelay
|
||||||
unlikely
|
unlikely
|
||||||
unlock_page
|
unlock_page
|
||||||
user_path_at
|
|
||||||
va_end
|
va_end
|
||||||
va_start
|
va_start
|
||||||
write_reg16
|
write_reg16
|
||||||
|
writel_relaxed
|
||||||
|
net_warn_ratelimited
|
||||||
|
|
Loading…
Reference in New Issue