File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ compound_head
36
36
cond_resched
37
37
container_of
38
38
cpumask_bits
39
+ cpu_of
39
40
cpu_relax
40
41
cpu_to_le16
41
42
current
@@ -44,7 +45,9 @@ DECLARE_BITMAP
44
45
DECLARE_COMPLETION_ONSTACK
45
46
DECLARE_WAITQUEUE
46
47
defined
48
+ DEFINE_IO_COMP_BATCH
47
49
DEFINE_MUTEX
50
+ dequeue_entity
48
51
dev_dbg
49
52
dev_err
50
53
device_add
@@ -59,8 +62,10 @@ d_inode
59
62
disable_irq
60
63
DIV_ROUND_UP
61
64
DMA_BIT_MASK
65
+ dma_rmb
62
66
dma_set_mask_and_coherent
63
67
dput
68
+ drm_dev_dbg
64
69
dump_stack
65
70
EAGAIN
66
71
EBADF
@@ -124,6 +129,7 @@ init_completion
124
129
__initdata
125
130
INIT_LIST_HEAD
126
131
init_waitqueue_head
132
+ inw
127
133
irq_state_set_disabled
128
134
irq_state_set_masked
129
135
IS_ENABLED
@@ -145,6 +151,8 @@ _kstrtoul
145
151
kstrtoull
146
152
kvasprintf_const
147
153
kzalloc
154
+ le16_to_cpu
155
+ le32_to_cpu
148
156
likely
149
157
list
150
158
list_add
@@ -171,6 +179,7 @@ memset
171
179
might_sleep
172
180
min
173
181
MINOR
182
+ min_t
174
183
MKDEV
175
184
msleep
176
185
mutex_init
@@ -201,6 +210,7 @@ PAGE_SIZE
201
210
page_to_nid
202
211
page_to_pfn
203
212
page_zone
213
+ parent_entity
204
214
path_put
205
215
path_put
206
216
pci_dev_put
@@ -229,7 +239,9 @@ pr_err
229
239
pr_fmt
230
240
pr_info
231
241
pr_info_once
242
+ __printf
232
243
printk
244
+ printk_once
233
245
pr_warn
234
246
pte_t
235
247
ptl
@@ -241,7 +253,12 @@ PVOP_CALLEE0
241
253
PVOP_VCALLEE0
242
254
PVOP_VCALLEE1
243
255
raw_local_irq_save
256
+ raw_spin_*lock
257
+ raw_spin_lock
258
+ raw_spin_lock_irq
244
259
raw_spin_lock_irqsave
260
+ raw_spin_unlock
261
+ raw_spin_unlock_irq
245
262
raw_spin_unlock_irqrestore
246
263
rcu_read_lock
247
264
rcu_read_unlock
@@ -251,13 +268,15 @@ readl_relaxed
251
268
READ_ONCE
252
269
read_unlock
253
270
real_mount
271
+ reg_write
254
272
__releases
255
273
resource_size
256
274
ret
257
275
_RET_IP_
258
276
retry
259
277
retry_estale
260
278
rmb
279
+ rq_list_empty
261
280
__set_bit
262
281
sigdelsetmask
263
282
SIGKILL
@@ -266,6 +285,10 @@ SIGSTOP
266
285
simple_strtoul
267
286
size
268
287
size_t
288
+ smp_mb
289
+ smp_mb__after_spinlock
290
+ smp_rmb
291
+ smp_wmb
269
292
spi_master_get_devdata
270
293
spin_lock
271
294
spin_lock_init
@@ -315,6 +338,8 @@ __volatile__
315
338
WARN
316
339
WARN_ON
317
340
WARN_ON_ONCE
341
+ wmb
342
+ writel
318
343
writel_relaxed
319
344
write_reg16
320
345
XXstart
You can’t perform that action at this time.
0 commit comments