Skip to content

Commit 69bc7a3

Browse files
Costa ShulyupinCosta Shulyupin
Costa Shulyupin
authored and
Costa Shulyupin
committed
+
1 parent 8c886db commit 69bc7a3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: ignore.txt

+25
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ compound_head
3636
cond_resched
3737
container_of
3838
cpumask_bits
39+
cpu_of
3940
cpu_relax
4041
cpu_to_le16
4142
current
@@ -44,7 +45,9 @@ DECLARE_BITMAP
4445
DECLARE_COMPLETION_ONSTACK
4546
DECLARE_WAITQUEUE
4647
defined
48+
DEFINE_IO_COMP_BATCH
4749
DEFINE_MUTEX
50+
dequeue_entity
4851
dev_dbg
4952
dev_err
5053
device_add
@@ -59,8 +62,10 @@ d_inode
5962
disable_irq
6063
DIV_ROUND_UP
6164
DMA_BIT_MASK
65+
dma_rmb
6266
dma_set_mask_and_coherent
6367
dput
68+
drm_dev_dbg
6469
dump_stack
6570
EAGAIN
6671
EBADF
@@ -124,6 +129,7 @@ init_completion
124129
__initdata
125130
INIT_LIST_HEAD
126131
init_waitqueue_head
132+
inw
127133
irq_state_set_disabled
128134
irq_state_set_masked
129135
IS_ENABLED
@@ -145,6 +151,8 @@ _kstrtoul
145151
kstrtoull
146152
kvasprintf_const
147153
kzalloc
154+
le16_to_cpu
155+
le32_to_cpu
148156
likely
149157
list
150158
list_add
@@ -171,6 +179,7 @@ memset
171179
might_sleep
172180
min
173181
MINOR
182+
min_t
174183
MKDEV
175184
msleep
176185
mutex_init
@@ -201,6 +210,7 @@ PAGE_SIZE
201210
page_to_nid
202211
page_to_pfn
203212
page_zone
213+
parent_entity
204214
path_put
205215
path_put
206216
pci_dev_put
@@ -229,7 +239,9 @@ pr_err
229239
pr_fmt
230240
pr_info
231241
pr_info_once
242+
__printf
232243
printk
244+
printk_once
233245
pr_warn
234246
pte_t
235247
ptl
@@ -241,7 +253,12 @@ PVOP_CALLEE0
241253
PVOP_VCALLEE0
242254
PVOP_VCALLEE1
243255
raw_local_irq_save
256+
raw_spin_*lock
257+
raw_spin_lock
258+
raw_spin_lock_irq
244259
raw_spin_lock_irqsave
260+
raw_spin_unlock
261+
raw_spin_unlock_irq
245262
raw_spin_unlock_irqrestore
246263
rcu_read_lock
247264
rcu_read_unlock
@@ -251,13 +268,15 @@ readl_relaxed
251268
READ_ONCE
252269
read_unlock
253270
real_mount
271+
reg_write
254272
__releases
255273
resource_size
256274
ret
257275
_RET_IP_
258276
retry
259277
retry_estale
260278
rmb
279+
rq_list_empty
261280
__set_bit
262281
sigdelsetmask
263282
SIGKILL
@@ -266,6 +285,10 @@ SIGSTOP
266285
simple_strtoul
267286
size
268287
size_t
288+
smp_mb
289+
smp_mb__after_spinlock
290+
smp_rmb
291+
smp_wmb
269292
spi_master_get_devdata
270293
spin_lock
271294
spin_lock_init
@@ -315,6 +338,8 @@ __volatile__
315338
WARN
316339
WARN_ON
317340
WARN_ON_ONCE
341+
wmb
342+
writel
318343
writel_relaxed
319344
write_reg16
320345
XXstart

0 commit comments

Comments
 (0)