mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ANDROID: Update the ABI symbol list
Adding the following symbols: - kthread_create_on_cpu - kthread_park - kthread_parkme - kthread_should_park - kthread_unpark Bug: 266595872 Change-Id: I9083facc043397b446fdb00e76dbb17fc1da6c0f Signed-off-by: Ji Soo Shin <jisshin@google.com>
This commit is contained in:
committed by
Treehugger Robot
parent
10d6ef4ce0
commit
bb317b68e7
@@ -272182,6 +272182,14 @@ function {
|
||||
parameter_id: 0xf435685e
|
||||
parameter_id: 0x33756485
|
||||
}
|
||||
function {
|
||||
id: 0x70203fbf
|
||||
return_type_id: 0x1d19a9d5
|
||||
parameter_id: 0x2c7bd73f
|
||||
parameter_id: 0x18bd6530
|
||||
parameter_id: 0x4585663f
|
||||
parameter_id: 0x3e10b518
|
||||
}
|
||||
function {
|
||||
id: 0x7028bf98
|
||||
return_type_id: 0x1d19a9d5
|
||||
@@ -313065,6 +313073,15 @@ elf_symbol {
|
||||
type_id: 0xff8308a1
|
||||
full_name: "kthread_cancel_work_sync"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x4ed76f28
|
||||
name: "kthread_create_on_cpu"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xeede7325
|
||||
type_id: 0x70203fbf
|
||||
full_name: "kthread_create_on_cpu"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x54d851dc
|
||||
name: "kthread_create_on_node"
|
||||
@@ -337791,6 +337808,10 @@ symbols {
|
||||
key: "kthread_cancel_work_sync"
|
||||
value: 0x21fc0560
|
||||
}
|
||||
symbol {
|
||||
key: "kthread_create_on_cpu"
|
||||
value: 0x4ed76f28
|
||||
}
|
||||
symbol {
|
||||
key: "kthread_create_on_node"
|
||||
value: 0x54d851dc
|
||||
|
||||
@@ -1148,6 +1148,7 @@
|
||||
kthread_bind_mask
|
||||
kthread_cancel_delayed_work_sync
|
||||
kthread_cancel_work_sync
|
||||
kthread_create_on_cpu
|
||||
kthread_create_on_node
|
||||
kthread_create_worker
|
||||
kthread_delayed_work_timer_fn
|
||||
@@ -1156,9 +1157,13 @@
|
||||
kthread_flush_worker
|
||||
__kthread_init_worker
|
||||
kthread_mod_delayed_work
|
||||
kthread_park
|
||||
kthread_parkme
|
||||
kthread_queue_work
|
||||
kthread_should_park
|
||||
kthread_should_stop
|
||||
kthread_stop
|
||||
kthread_unpark
|
||||
kthread_worker_fn
|
||||
ktime_get
|
||||
ktime_get_coarse_with_offset
|
||||
|
||||
Reference in New Issue
Block a user