summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordongliang.cui <dongliang.cui@unisoc.com>2024-03-13 13:39:07 +0800
committerzuofa liu <liuzuofa@realme.com>2024-04-25 13:35:08 +0000
commitbc48e80efddb0531f331c18bde975e8bc5589443 (patch)
tree3e028bfd33e567b9e2d58fa388094ee0b0e3fb4d
parent22ee82fd30b398cf86faa5c1105c7bf67b9f6b72 (diff)
downloadcommon-android13-5.15-2023-10.tar.gz
Add mm_filemap_add_to_page_cache and mm_filemap_delete_from_page_cache 1 function symbol(s) added 'int __traceiter_mm_filemap_add_to_page_cache(strcut page *page)' 'int __traceiter_mm_filemap_delete_from_page_cache(strcut page *page)' 2 variable symbol(s) added 'struct tracepoint __traceiter_mm_filemap_add_to_page_cache' 'struct tracepoint __traceiter_mm_filemap_delete_from_page_cache' Bug: 327557147 Bug: 336912811 Bug: 336946548 Change-Id: I4f4a730451388ce4b85f8cac4ec40215a492c865 Signed-off-by: dongliang.cui <dongliang.cui@unisoc.com>
-rw-r--r--android/abi_gki_aarch64.xml2489
-rw-r--r--android/abi_gki_aarch64_unisoc5
2 files changed, 1258 insertions, 1236 deletions
diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml
index e870c1cfc08b..3643202b6cc0 100644
--- a/android/abi_gki_aarch64.xml
+++ b/android/abi_gki_aarch64.xml
@@ -818,6 +818,8 @@
<elf-symbol name='__traceiter_irq_handler_exit' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x55dc902f'/>
<elf-symbol name='__traceiter_kfree_skb' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x28164d30'/>
<elf-symbol name='__traceiter_map' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x71c059d8'/>
+ <elf-symbol name='__traceiter_mm_filemap_add_to_page_cache' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x1805e5f2'/>
+ <elf-symbol name='__traceiter_mm_filemap_delete_from_page_cache' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x11ee0cda'/>
<elf-symbol name='__traceiter_mm_vmscan_direct_reclaim_begin' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x803bf202'/>
<elf-symbol name='__traceiter_mmap_lock_acquire_returned' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xa5703b6e'/>
<elf-symbol name='__traceiter_mmap_lock_released' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xc2add379'/>
@@ -7492,6 +7494,8 @@
<elf-symbol name='__tracepoint_irq_handler_exit' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xadab1f32'/>
<elf-symbol name='__tracepoint_kfree_skb' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x72edf918'/>
<elf-symbol name='__tracepoint_map' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x82bbf30b'/>
+ <elf-symbol name='__tracepoint_mm_filemap_add_to_page_cache' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x9a1a3ff9'/>
+ <elf-symbol name='__tracepoint_mm_filemap_delete_from_page_cache' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xb23ef9e2'/>
<elf-symbol name='__tracepoint_mm_vmscan_direct_reclaim_begin' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xc8744'/>
<elf-symbol name='__tracepoint_mmap_lock_acquire_returned' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xbe118c52'/>
<elf-symbol name='__tracepoint_mmap_lock_released' size='72' type='object-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x5efdd68b'/>
@@ -13593,48 +13597,48 @@
<qualified-type-def type-id='852a961e' const='yes' id='1027eea9'/>
<pointer-type-def type-id='c01f4982' size-in-bits='64' id='102ab76c'/>
<pointer-type-def type-id='6e03f2ca' size-in-bits='64' id='103756a0'/>
- <class-decl name='extcon_cable' size-in-bits='1664' is-struct='yes' visibility='default' filepath='drivers/extcon/extcon.c' line='200' column='1' id='103b4c26'>
+ <class-decl name='extcon_cable' size-in-bits='1664' is-struct='yes' visibility='default' filepath='drivers/extcon/extcon.c' line='208' column='1' id='103b4c26'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='edev' type-id='c0d6fada' visibility='default' filepath='drivers/extcon/extcon.c' line='201' column='1'/>
+ <var-decl name='edev' type-id='c0d6fada' visibility='default' filepath='drivers/extcon/extcon.c' line='209' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='cable_index' type-id='95e97e5e' visibility='default' filepath='drivers/extcon/extcon.c' line='202' column='1'/>
+ <var-decl name='cable_index' type-id='95e97e5e' visibility='default' filepath='drivers/extcon/extcon.c' line='210' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='attr_g' type-id='e4af473b' visibility='default' filepath='drivers/extcon/extcon.c' line='204' column='1'/>
+ <var-decl name='attr_g' type-id='e4af473b' visibility='default' filepath='drivers/extcon/extcon.c' line='212' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='attr_name' type-id='dbf3947c' visibility='default' filepath='drivers/extcon/extcon.c' line='205' column='1'/>
+ <var-decl name='attr_name' type-id='dbf3947c' visibility='default' filepath='drivers/extcon/extcon.c' line='213' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='attr_state' type-id='dbf3947c' visibility='default' filepath='drivers/extcon/extcon.c' line='206' column='1'/>
+ <var-decl name='attr_state' type-id='dbf3947c' visibility='default' filepath='drivers/extcon/extcon.c' line='214' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='attrs' type-id='ff62a050' visibility='default' filepath='drivers/extcon/extcon.c' line='208' column='1'/>
+ <var-decl name='attrs' type-id='ff62a050' visibility='default' filepath='drivers/extcon/extcon.c' line='216' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
- <var-decl name='usb_propval' type-id='475a4bff' visibility='default' filepath='drivers/extcon/extcon.c' line='210' column='1'/>
+ <var-decl name='usb_propval' type-id='475a4bff' visibility='default' filepath='drivers/extcon/extcon.c' line='218' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1248'>
- <var-decl name='chg_propval' type-id='0b5e6ab9' visibility='default' filepath='drivers/extcon/extcon.c' line='211' column='1'/>
+ <var-decl name='chg_propval' type-id='0b5e6ab9' visibility='default' filepath='drivers/extcon/extcon.c' line='219' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
- <var-decl name='jack_propval' type-id='0b5e6ab9' visibility='default' filepath='drivers/extcon/extcon.c' line='212' column='1'/>
+ <var-decl name='jack_propval' type-id='0b5e6ab9' visibility='default' filepath='drivers/extcon/extcon.c' line='220' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1312'>
- <var-decl name='disp_propval' type-id='0b5c2c22' visibility='default' filepath='drivers/extcon/extcon.c' line='213' column='1'/>
+ <var-decl name='disp_propval' type-id='0b5c2c22' visibility='default' filepath='drivers/extcon/extcon.c' line='221' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
- <var-decl name='usb_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='215' column='1'/>
+ <var-decl name='usb_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='223' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
- <var-decl name='chg_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='216' column='1'/>
+ <var-decl name='chg_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='224' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='jack_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='217' column='1'/>
+ <var-decl name='jack_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='225' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
- <var-decl name='disp_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='218' column='1'/>
+ <var-decl name='disp_bits' type-id='f066dd3c' visibility='default' filepath='drivers/extcon/extcon.c' line='226' column='1'/>
</data-member>
</class-decl>
<function-type size-in-bits='64' id='103ba521'>
@@ -27337,15 +27341,15 @@
<parameter type-id='f9b06939'/>
<return type-id='98b07df9'/>
</function-type>
- <class-decl name='workqueue_attrs' size-in-bits='192' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='138' column='1' id='2fe6f208'>
+ <class-decl name='workqueue_attrs' size-in-bits='192' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='139' column='1' id='2fe6f208'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='nice' type-id='95e97e5e' visibility='default' filepath='include/linux/workqueue.h' line='142' column='1'/>
+ <var-decl name='nice' type-id='95e97e5e' visibility='default' filepath='include/linux/workqueue.h' line='143' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='cpumask' type-id='b16b461b' visibility='default' filepath='include/linux/workqueue.h' line='147' column='1'/>
+ <var-decl name='cpumask' type-id='b16b461b' visibility='default' filepath='include/linux/workqueue.h' line='148' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='no_numa' type-id='b50a4934' visibility='default' filepath='include/linux/workqueue.h' line='156' column='1'/>
+ <var-decl name='no_numa' type-id='b50a4934' visibility='default' filepath='include/linux/workqueue.h' line='157' column='1'/>
</data-member>
</class-decl>
<qualified-type-def type-id='5b3ea0c8' const='yes' id='2fecddf7'/>
@@ -41607,9 +41611,9 @@
</data-member>
</class-decl>
<pointer-type-def type-id='fb246cd7' size-in-bits='64' id='53f7c7e3'/>
- <class-decl name='execute_work' size-in-bits='384' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='169' column='1' id='53f7ea88'>
+ <class-decl name='execute_work' size-in-bits='384' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='170' column='1' id='53f7ea88'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='work' type-id='ef9025d0' visibility='default' filepath='include/linux/workqueue.h' line='170' column='1'/>
+ <var-decl name='work' type-id='ef9025d0' visibility='default' filepath='include/linux/workqueue.h' line='171' column='1'/>
</data-member>
</class-decl>
<class-decl name='spinlock' size-in-bits='32' is-struct='yes' visibility='default' filepath='include/linux/spinlock_types.h' line='17' column='1' id='53fb272e'>
@@ -44948,24 +44952,24 @@
</data-member>
</class-decl>
<pointer-type-def type-id='615707ca' size-in-bits='64' id='5ad57c34'/>
- <class-decl name='delayed_work' size-in-bits='1088' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='113' column='1' id='5ad6e0ef'>
+ <class-decl name='delayed_work' size-in-bits='1088' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='114' column='1' id='5ad6e0ef'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='work' type-id='ef9025d0' visibility='default' filepath='include/linux/workqueue.h' line='114' column='1'/>
+ <var-decl name='work' type-id='ef9025d0' visibility='default' filepath='include/linux/workqueue.h' line='115' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='timer' type-id='abe41e67' visibility='default' filepath='include/linux/workqueue.h' line='115' column='1'/>
+ <var-decl name='timer' type-id='abe41e67' visibility='default' filepath='include/linux/workqueue.h' line='116' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='wq' type-id='242e3d19' visibility='default' filepath='include/linux/workqueue.h' line='118' column='1'/>
+ <var-decl name='wq' type-id='242e3d19' visibility='default' filepath='include/linux/workqueue.h' line='119' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='cpu' type-id='95e97e5e' visibility='default' filepath='include/linux/workqueue.h' line='119' column='1'/>
+ <var-decl name='cpu' type-id='95e97e5e' visibility='default' filepath='include/linux/workqueue.h' line='120' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='android_kabi_reserved1' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='121' column='1'/>
+ <var-decl name='android_kabi_reserved1' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='122' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='android_kabi_reserved2' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='122' column='1'/>
+ <var-decl name='android_kabi_reserved2' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='123' column='1'/>
</data-member>
</class-decl>
<pointer-type-def type-id='74f4b006' size-in-bits='64' id='5ae15890'/>
@@ -50870,7 +50874,7 @@
<pointer-type-def type-id='3f4fbc09' size-in-bits='64' id='67efc3a5'/>
<pointer-type-def type-id='514fe525' size-in-bits='64' id='67f526b5'/>
<pointer-type-def type-id='02ee425a' size-in-bits='64' id='67f66cfc'/>
- <typedef-decl name='xhci_get_quirks_t' type-id='da11b16a' filepath='drivers/usb/host/xhci.h' line='2107' column='1' id='67f831c0'/>
+ <typedef-decl name='xhci_get_quirks_t' type-id='da11b16a' filepath='drivers/usb/host/xhci.h' line='2109' column='1' id='67f831c0'/>
<typedef-decl name='snd_pcm_format_t' type-id='95e97e5e' filepath='include/uapi/sound/asound.h' line='196' column='1' id='67fa9bd5'/>
<pointer-type-def type-id='70e959e4' size-in-bits='64' id='68074686'/>
<pointer-type-def type-id='b5d4a6d2' size-in-bits='64' id='680bf43c'/>
@@ -52376,10 +52380,10 @@
<pointer-type-def type-id='74e7a035' size-in-bits='64' id='6af64a09'/>
<class-decl name='uncached_list' size-in-bits='192' is-struct='yes' visibility='default' filepath='net/ipv6/route.c' line='130' column='1' id='6b1203e5'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='lock' type-id='fb4018a0' visibility='default' filepath='net/ipv4/route.c' line='1506' column='1'/>
+ <var-decl name='lock' type-id='fb4018a0' visibility='default' filepath='net/ipv4/route.c' line='1508' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='head' type-id='72f469ec' visibility='default' filepath='net/ipv4/route.c' line='1507' column='1'/>
+ <var-decl name='head' type-id='72f469ec' visibility='default' filepath='net/ipv4/route.c' line='1509' column='1'/>
</data-member>
</class-decl>
<pointer-type-def type-id='bfbf7968' size-in-bits='64' id='6b1642ae'/>
@@ -59277,15 +59281,15 @@
</class-decl>
<pointer-type-def type-id='cd5ad9b0' size-in-bits='64' id='7c07671a'/>
<pointer-type-def type-id='4b9cd243' size-in-bits='64' id='7c08f417'/>
- <class-decl name='rcu_work' size-in-bits='576' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='125' column='1' id='7c0b9fdb'>
+ <class-decl name='rcu_work' size-in-bits='576' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='126' column='1' id='7c0b9fdb'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='work' type-id='ef9025d0' visibility='default' filepath='include/linux/workqueue.h' line='126' column='1'/>
+ <var-decl name='work' type-id='ef9025d0' visibility='default' filepath='include/linux/workqueue.h' line='127' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='rcu' type-id='e3d8ce29' visibility='default' filepath='include/linux/workqueue.h' line='127' column='1'/>
+ <var-decl name='rcu' type-id='e3d8ce29' visibility='default' filepath='include/linux/workqueue.h' line='128' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='wq' type-id='242e3d19' visibility='default' filepath='include/linux/workqueue.h' line='130' column='1'/>
+ <var-decl name='wq' type-id='242e3d19' visibility='default' filepath='include/linux/workqueue.h' line='131' column='1'/>
</data-member>
</class-decl>
<pointer-type-def type-id='6daa74bb' size-in-bits='64' id='7c0fed0f'/>
@@ -62407,27 +62411,27 @@
<pointer-type-def type-id='1e0c0ad9' size-in-bits='64' id='825b5cd1'/>
<pointer-type-def type-id='09f0c826' size-in-bits='64' id='825ef190'/>
<typedef-decl name='dma_async_tx_callback_result' type-id='31316b61' filepath='include/linux/dmaengine.h' line='554' column='1' id='82615040'/>
- <class-decl name='xhci_driver_overrides' size-in-bits='448' is-struct='yes' visibility='default' filepath='drivers/usb/host/xhci.h' line='1958' column='1' id='8264b0e6'>
+ <class-decl name='xhci_driver_overrides' size-in-bits='448' is-struct='yes' visibility='default' filepath='drivers/usb/host/xhci.h' line='1960' column='1' id='8264b0e6'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='extra_priv_size' type-id='b59d7dce' visibility='default' filepath='drivers/usb/host/xhci.h' line='1959' column='1'/>
+ <var-decl name='extra_priv_size' type-id='b59d7dce' visibility='default' filepath='drivers/usb/host/xhci.h' line='1961' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='reset' type-id='3d4f6569' visibility='default' filepath='drivers/usb/host/xhci.h' line='1960' column='1'/>
+ <var-decl name='reset' type-id='3d4f6569' visibility='default' filepath='drivers/usb/host/xhci.h' line='1962' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='start' type-id='3d4f6569' visibility='default' filepath='drivers/usb/host/xhci.h' line='1961' column='1'/>
+ <var-decl name='start' type-id='3d4f6569' visibility='default' filepath='drivers/usb/host/xhci.h' line='1963' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='add_endpoint' type-id='2c3372f7' visibility='default' filepath='drivers/usb/host/xhci.h' line='1962' column='1'/>
+ <var-decl name='add_endpoint' type-id='2c3372f7' visibility='default' filepath='drivers/usb/host/xhci.h' line='1964' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='drop_endpoint' type-id='2c3372f7' visibility='default' filepath='drivers/usb/host/xhci.h' line='1964' column='1'/>
+ <var-decl name='drop_endpoint' type-id='2c3372f7' visibility='default' filepath='drivers/usb/host/xhci.h' line='1966' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='check_bandwidth' type-id='530cb308' visibility='default' filepath='drivers/usb/host/xhci.h' line='1966' column='1'/>
+ <var-decl name='check_bandwidth' type-id='530cb308' visibility='default' filepath='drivers/usb/host/xhci.h' line='1968' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='reset_bandwidth' type-id='b48dadb7' visibility='default' filepath='drivers/usb/host/xhci.h' line='1967' column='1'/>
+ <var-decl name='reset_bandwidth' type-id='b48dadb7' visibility='default' filepath='drivers/usb/host/xhci.h' line='1969' column='1'/>
</data-member>
</class-decl>
<pointer-type-def type-id='99f32926' size-in-bits='64' id='82683cec'/>
@@ -65851,8 +65855,8 @@
</data-member>
</class-decl>
<function-type size-in-bits='64' id='89af975c'>
- <parameter type-id='eaa32e2f'/>
- <parameter type-id='02f11ed4'/>
+ <parameter type-id='eaa32e2f' name='__data'/>
+ <parameter type-id='02f11ed4' name='page'/>
<return type-id='95e97e5e'/>
</function-type>
<function-type size-in-bits='64' id='89afb0f0'>
@@ -66245,21 +66249,21 @@
<var-decl name='android_kabi_reserved4' type-id='91ce1af9' visibility='default' filepath='include/linux/ethtool.h' line='713' column='1'/>
</data-member>
</class-decl>
- <class-decl name='tcp_fastopen_request' size-in-bits='448' is-struct='yes' visibility='default' filepath='include/net/tcp.h' line='1694' column='1' id='8a4245ed'>
+ <class-decl name='tcp_fastopen_request' size-in-bits='448' is-struct='yes' visibility='default' filepath='include/net/tcp.h' line='1707' column='1' id='8a4245ed'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='cookie' type-id='98fc5aa2' visibility='default' filepath='include/net/tcp.h' line='1696' column='1'/>
+ <var-decl name='cookie' type-id='98fc5aa2' visibility='default' filepath='include/net/tcp.h' line='1709' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='data' type-id='6b9b777a' visibility='default' filepath='include/net/tcp.h' line='1697' column='1'/>
+ <var-decl name='data' type-id='6b9b777a' visibility='default' filepath='include/net/tcp.h' line='1710' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='size' type-id='b59d7dce' visibility='default' filepath='include/net/tcp.h' line='1698' column='1'/>
+ <var-decl name='size' type-id='b59d7dce' visibility='default' filepath='include/net/tcp.h' line='1711' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='copied' type-id='95e97e5e' visibility='default' filepath='include/net/tcp.h' line='1699' column='1'/>
+ <var-decl name='copied' type-id='95e97e5e' visibility='default' filepath='include/net/tcp.h' line='1712' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='uarg' type-id='73789784' visibility='default' filepath='include/net/tcp.h' line='1700' column='1'/>
+ <var-decl name='uarg' type-id='73789784' visibility='default' filepath='include/net/tcp.h' line='1713' column='1'/>
</data-member>
</class-decl>
<class-decl name='snd_soc_tplg_vendor_array' size-in-bits='96' is-struct='yes' visibility='default' filepath='include/uapi/sound/asoc.h' line='224' column='1' id='8a4504f5'>
@@ -79860,12 +79864,12 @@
</data-member>
</class-decl>
<qualified-type-def type-id='4e0399c2' const='yes' id='a87d8ed1'/>
- <class-decl name='wq_device' size-in-bits='7360' is-struct='yes' visibility='default' filepath='kernel/workqueue.c' line='5478' column='1' id='a88ecfc8'>
+ <class-decl name='wq_device' size-in-bits='7360' is-struct='yes' visibility='default' filepath='kernel/workqueue.c' line='5481' column='1' id='a88ecfc8'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='wq' type-id='242e3d19' visibility='default' filepath='kernel/workqueue.c' line='5479' column='1'/>
+ <var-decl name='wq' type-id='242e3d19' visibility='default' filepath='kernel/workqueue.c' line='5482' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='dev' type-id='66e487eb' visibility='default' filepath='kernel/workqueue.c' line='5480' column='1'/>
+ <var-decl name='dev' type-id='66e487eb' visibility='default' filepath='kernel/workqueue.c' line='5483' column='1'/>
</data-member>
</class-decl>
<class-decl name='_ddebug' size-in-bits='448' is-struct='yes' visibility='default' filepath='include/linux/dynamic_debug.h' line='14' column='1' id='a88f76f1'>
@@ -84315,9 +84319,9 @@
<pointer-type-def type-id='b254b8db' size-in-bits='64' id='ac5f2363'/>
<pointer-type-def type-id='49a0ad34' size-in-bits='64' id='ac6963b2'/>
<pointer-type-def type-id='62c10f49' size-in-bits='64' id='ac6d3ca6'/>
- <class-decl name='prot_inuse' size-in-bits='2048' is-struct='yes' visibility='default' filepath='net/core/sock.c' line='3483' column='1' id='ac763c5d'>
+ <class-decl name='prot_inuse' size-in-bits='2048' is-struct='yes' visibility='default' filepath='net/core/sock.c' line='3494' column='1' id='ac763c5d'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='val' type-id='93e41790' visibility='default' filepath='net/core/sock.c' line='3484' column='1'/>
+ <var-decl name='val' type-id='93e41790' visibility='default' filepath='net/core/sock.c' line='3495' column='1'/>
</data-member>
</class-decl>
<function-type size-in-bits='64' id='ac765b39'>
@@ -90179,73 +90183,73 @@
<var-decl name='quirks' type-id='0d77e947' visibility='default' filepath='drivers/usb/host/xhci.h' line='1862' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='21120'>
- <var-decl name='num_active_eps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1920' column='1'/>
+ <var-decl name='num_active_eps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1922' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='21152'>
- <var-decl name='limit_active_eps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1921' column='1'/>
+ <var-decl name='limit_active_eps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1923' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='21184'>
- <var-decl name='hw_ports' type-id='4add39c5' visibility='default' filepath='drivers/usb/host/xhci.h' line='1922' column='1'/>
+ <var-decl name='hw_ports' type-id='4add39c5' visibility='default' filepath='drivers/usb/host/xhci.h' line='1924' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='21248'>
- <var-decl name='usb2_rhub' type-id='d2c7a2c1' visibility='default' filepath='drivers/usb/host/xhci.h' line='1923' column='1'/>
+ <var-decl name='usb2_rhub' type-id='d2c7a2c1' visibility='default' filepath='drivers/usb/host/xhci.h' line='1925' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='39744'>
- <var-decl name='usb3_rhub' type-id='d2c7a2c1' visibility='default' filepath='drivers/usb/host/xhci.h' line='1924' column='1'/>
+ <var-decl name='usb3_rhub' type-id='d2c7a2c1' visibility='default' filepath='drivers/usb/host/xhci.h' line='1926' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='58240'>
- <var-decl name='hw_lpm_support' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1926' column='1'/>
+ <var-decl name='hw_lpm_support' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1928' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='58241'>
- <var-decl name='broken_suspend' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1928' column='1'/>
+ <var-decl name='broken_suspend' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1930' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='58304'>
- <var-decl name='ext_caps' type-id='f9409001' visibility='default' filepath='drivers/usb/host/xhci.h' line='1930' column='1'/>
+ <var-decl name='ext_caps' type-id='f9409001' visibility='default' filepath='drivers/usb/host/xhci.h' line='1932' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='58368'>
- <var-decl name='num_ext_caps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1931' column='1'/>
+ <var-decl name='num_ext_caps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1933' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='58432'>
- <var-decl name='port_caps' type-id='aae3718c' visibility='default' filepath='drivers/usb/host/xhci.h' line='1933' column='1'/>
+ <var-decl name='port_caps' type-id='aae3718c' visibility='default' filepath='drivers/usb/host/xhci.h' line='1935' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='58496'>
- <var-decl name='num_port_caps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1934' column='1'/>
+ <var-decl name='num_port_caps' type-id='f0981eeb' visibility='default' filepath='drivers/usb/host/xhci.h' line='1936' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='58560'>
- <var-decl name='comp_mode_recovery_timer' type-id='abe41e67' visibility='default' filepath='drivers/usb/host/xhci.h' line='1936' column='1'/>
+ <var-decl name='comp_mode_recovery_timer' type-id='abe41e67' visibility='default' filepath='drivers/usb/host/xhci.h' line='1938' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59008'>
- <var-decl name='port_status_u0' type-id='19c2251e' visibility='default' filepath='drivers/usb/host/xhci.h' line='1937' column='1'/>
+ <var-decl name='port_status_u0' type-id='19c2251e' visibility='default' filepath='drivers/usb/host/xhci.h' line='1939' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59040'>
- <var-decl name='test_mode' type-id='1dc6a898' visibility='default' filepath='drivers/usb/host/xhci.h' line='1938' column='1'/>
+ <var-decl name='test_mode' type-id='1dc6a898' visibility='default' filepath='drivers/usb/host/xhci.h' line='1940' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59072'>
- <var-decl name='debugfs_root' type-id='27675065' visibility='default' filepath='drivers/usb/host/xhci.h' line='1942' column='1'/>
+ <var-decl name='debugfs_root' type-id='27675065' visibility='default' filepath='drivers/usb/host/xhci.h' line='1944' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59136'>
- <var-decl name='debugfs_slots' type-id='27675065' visibility='default' filepath='drivers/usb/host/xhci.h' line='1943' column='1'/>
+ <var-decl name='debugfs_slots' type-id='27675065' visibility='default' filepath='drivers/usb/host/xhci.h' line='1945' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59200'>
- <var-decl name='regset_list' type-id='72f469ec' visibility='default' filepath='drivers/usb/host/xhci.h' line='1944' column='1'/>
+ <var-decl name='regset_list' type-id='72f469ec' visibility='default' filepath='drivers/usb/host/xhci.h' line='1946' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59328'>
- <var-decl name='dbc' type-id='eaa32e2f' visibility='default' filepath='drivers/usb/host/xhci.h' line='1946' column='1'/>
+ <var-decl name='dbc' type-id='eaa32e2f' visibility='default' filepath='drivers/usb/host/xhci.h' line='1948' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59392'>
- <var-decl name='android_kabi_reserved1' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1948' column='1'/>
+ <var-decl name='android_kabi_reserved1' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1950' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59456'>
- <var-decl name='android_kabi_reserved2' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1949' column='1'/>
+ <var-decl name='android_kabi_reserved2' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1951' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59520'>
- <var-decl name='android_kabi_reserved3' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1950' column='1'/>
+ <var-decl name='android_kabi_reserved3' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1952' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59584'>
- <var-decl name='android_kabi_reserved4' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1951' column='1'/>
+ <var-decl name='android_kabi_reserved4' type-id='91ce1af9' visibility='default' filepath='drivers/usb/host/xhci.h' line='1953' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='59648'>
- <var-decl name='priv' type-id='c99b5ecd' visibility='default' filepath='drivers/usb/host/xhci.h' line='1954' column='1'/>
+ <var-decl name='priv' type-id='c99b5ecd' visibility='default' filepath='drivers/usb/host/xhci.h' line='1956' column='1'/>
</data-member>
</class-decl>
<pointer-type-def type-id='439a4d86' size-in-bits='64' id='b8fa1170'/>
@@ -120472,21 +120476,21 @@
<qualified-type-def type-id='1251351e' const='yes' id='ef7d00fd'/>
<pointer-type-def type-id='f9729b9a' size-in-bits='64' id='ef7f4688'/>
<pointer-type-def type-id='5900d865' size-in-bits='64' id='ef872b61'/>
- <class-decl name='work_struct' size-in-bits='384' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='98' column='1' id='ef9025d0'>
+ <class-decl name='work_struct' size-in-bits='384' is-struct='yes' visibility='default' filepath='include/linux/workqueue.h' line='99' column='1' id='ef9025d0'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='data' type-id='f22a8abb' visibility='default' filepath='include/linux/workqueue.h' line='99' column='1'/>
+ <var-decl name='data' type-id='f22a8abb' visibility='default' filepath='include/linux/workqueue.h' line='100' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='entry' type-id='72f469ec' visibility='default' filepath='include/linux/workqueue.h' line='100' column='1'/>
+ <var-decl name='entry' type-id='72f469ec' visibility='default' filepath='include/linux/workqueue.h' line='101' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='func' type-id='72666d3f' visibility='default' filepath='include/linux/workqueue.h' line='101' column='1'/>
+ <var-decl name='func' type-id='72666d3f' visibility='default' filepath='include/linux/workqueue.h' line='102' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='android_kabi_reserved1' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='105' column='1'/>
+ <var-decl name='android_kabi_reserved1' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='106' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='android_kabi_reserved2' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='106' column='1'/>
+ <var-decl name='android_kabi_reserved2' type-id='91ce1af9' visibility='default' filepath='include/linux/workqueue.h' line='107' column='1'/>
</data-member>
</class-decl>
<pointer-type-def type-id='f3a32dbb' size-in-bits='64' id='efa21d3b'/>
@@ -123478,15 +123482,15 @@
</data-member>
</class-decl>
<pointer-type-def type-id='cdd79d4e' size-in-bits='64' id='f77c2568'/>
- <class-decl name='tcp_fastopen_context' size-in-bits='448' is-struct='yes' visibility='default' filepath='include/net/tcp.h' line='1724' column='1' id='f77d4717'>
+ <class-decl name='tcp_fastopen_context' size-in-bits='448' is-struct='yes' visibility='default' filepath='include/net/tcp.h' line='1737' column='1' id='f77d4717'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='key' type-id='5b02a6fc' visibility='default' filepath='include/net/tcp.h' line='1725' column='1'/>
+ <var-decl name='key' type-id='5b02a6fc' visibility='default' filepath='include/net/tcp.h' line='1738' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='num' type-id='95e97e5e' visibility='default' filepath='include/net/tcp.h' line='1726' column='1'/>
+ <var-decl name='num' type-id='95e97e5e' visibility='default' filepath='include/net/tcp.h' line='1739' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='rcu' type-id='e3d8ce29' visibility='default' filepath='include/net/tcp.h' line='1727' column='1'/>
+ <var-decl name='rcu' type-id='e3d8ce29' visibility='default' filepath='include/net/tcp.h' line='1740' column='1'/>
</data-member>
</class-decl>
<qualified-type-def type-id='e0584be6' const='yes' id='f7803e3d'/>
@@ -125874,33 +125878,33 @@
</class-decl>
<pointer-type-def type-id='1f54f780' size-in-bits='64' id='fcc1e09e'/>
<pointer-type-def type-id='73629046' size-in-bits='64' id='fcc49348'/>
- <class-decl name='tcp_ulp_ops' size-in-bits='704' is-struct='yes' visibility='default' filepath='include/net/tcp.h' line='2204' column='1' id='fccb029f'>
+ <class-decl name='tcp_ulp_ops' size-in-bits='704' is-struct='yes' visibility='default' filepath='include/net/tcp.h' line='2221' column='1' id='fccb029f'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='list' type-id='72f469ec' visibility='default' filepath='include/net/tcp.h' line='2205' column='1'/>
+ <var-decl name='list' type-id='72f469ec' visibility='default' filepath='include/net/tcp.h' line='2222' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='init' type-id='55530c47' visibility='default' filepath='include/net/tcp.h' line='2208' column='1'/>
+ <var-decl name='init' type-id='55530c47' visibility='default' filepath='include/net/tcp.h' line='2225' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='update' type-id='58220cf1' visibility='default' filepath='include/net/tcp.h' line='2210' column='1'/>
+ <var-decl name='update' type-id='58220cf1' visibility='default' filepath='include/net/tcp.h' line='2227' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='release' type-id='841969d0' visibility='default' filepath='include/net/tcp.h' line='2213' column='1'/>
+ <var-decl name='release' type-id='841969d0' visibility='default' filepath='include/net/tcp.h' line='2230' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='get_info' type-id='684afc90' visibility='default' filepath='include/net/tcp.h' line='2215' column='1'/>
+ <var-decl name='get_info' type-id='684afc90' visibility='default' filepath='include/net/tcp.h' line='2232' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='get_info_size' type-id='08a11828' visibility='default' filepath='include/net/tcp.h' line='2216' column='1'/>
+ <var-decl name='get_info_size' type-id='08a11828' visibility='default' filepath='include/net/tcp.h' line='2233' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='clone' type-id='e9e8c0f8' visibility='default' filepath='include/net/tcp.h' line='2218' column='1'/>
+ <var-decl name='clone' type-id='e9e8c0f8' visibility='default' filepath='include/net/tcp.h' line='2235' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='name' type-id='ac1fa8c0' visibility='default' filepath='include/net/tcp.h' line='2221' column='1'/>
+ <var-decl name='name' type-id='ac1fa8c0' visibility='default' filepath='include/net/tcp.h' line='2238' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='owner' type-id='2730d015' visibility='default' filepath='include/net/tcp.h' line='2222' column='1'/>
+ <var-decl name='owner' type-id='2730d015' visibility='default' filepath='include/net/tcp.h' line='2239' column='1'/>
</data-member>
</class-decl>
<pointer-type-def type-id='c12c58ce' size-in-bits='64' id='fccfeeec'/>
@@ -128310,8 +128314,8 @@
<parameter type-id='4ea020ae' name='state' filepath='drivers/gpu/drm/drm_atomic_state_helper.c' line='554' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='__drm_atomic_state_free' mangled-name='__drm_atomic_state_free' filepath='drivers/gpu/drm/drm_atomic.c' line='297' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__drm_atomic_state_free'>
- <parameter type-id='aa29ecab' name='ref' filepath='drivers/gpu/drm/drm_atomic.c' line='297' column='1'/>
+ <function-decl name='__drm_atomic_state_free' mangled-name='__drm_atomic_state_free' filepath='drivers/gpu/drm/drm_atomic.c' line='303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__drm_atomic_state_free'>
+ <parameter type-id='aa29ecab' name='ref' filepath='drivers/gpu/drm/drm_atomic.c' line='303' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='__drm_crtc_commit_free' mangled-name='__drm_crtc_commit_free' filepath='drivers/gpu/drm/drm_atomic.c' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__drm_crtc_commit_free'>
@@ -128424,9 +128428,9 @@
<parameter type-id='f0981eeb' name='fd' filepath='fs/file.c' line='1054' column='1'/>
<return type-id='7359adad'/>
</function-decl>
- <function-decl name='__filemap_set_wb_err' mangled-name='__filemap_set_wb_err' filepath='mm/filemap.c' line='728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__filemap_set_wb_err'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='728' column='1'/>
- <parameter type-id='95e97e5e' name='err' filepath='mm/filemap.c' line='728' column='1'/>
+ <function-decl name='__filemap_set_wb_err' mangled-name='__filemap_set_wb_err' filepath='mm/filemap.c' line='732' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__filemap_set_wb_err'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='732' column='1'/>
+ <parameter type-id='95e97e5e' name='err' filepath='mm/filemap.c' line='732' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='__find_get_block' mangled-name='__find_get_block' filepath='fs/buffer.c' line='1304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__find_get_block'>
@@ -128497,9 +128501,9 @@
<parameter type-id='ab7bbd67' name='attr' filepath='fs/crypto/hooks.c' line='120' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='__generic_file_write_iter' mangled-name='__generic_file_write_iter' filepath='mm/filemap.c' line='3896' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__generic_file_write_iter'>
- <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='3896' column='1'/>
- <parameter type-id='4fa10f9e' name='from' filepath='mm/filemap.c' line='3896' column='1'/>
+ <function-decl name='__generic_file_write_iter' mangled-name='__generic_file_write_iter' filepath='mm/filemap.c' line='3900' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__generic_file_write_iter'>
+ <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='3900' column='1'/>
+ <parameter type-id='4fa10f9e' name='from' filepath='mm/filemap.c' line='3900' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
<function-decl name='__genphy_config_aneg' mangled-name='__genphy_config_aneg' filepath='drivers/net/phy/phy_device.c' line='2167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__genphy_config_aneg'>
@@ -128876,8 +128880,8 @@
<parameter type-id='c485c22c' name='bh' filepath='fs/buffer.c' line='67' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='__lock_page' mangled-name='__lock_page' filepath='mm/filemap.c' line='1644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__lock_page'>
- <parameter type-id='02f11ed4' name='__page' filepath='mm/filemap.c' line='1644' column='1'/>
+ <function-decl name='__lock_page' mangled-name='__lock_page' filepath='mm/filemap.c' line='1648' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__lock_page'>
+ <parameter type-id='02f11ed4' name='__page' filepath='mm/filemap.c' line='1648' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='__mark_inode_dirty' mangled-name='__mark_inode_dirty' filepath='fs/fs-writeback.c' line='2410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__mark_inode_dirty'>
@@ -129047,11 +129051,11 @@
<parameter type-id='6fba21a9' name='type' filepath='net/core/dev.c' line='2574' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='__netlink_kernel_create' mangled-name='__netlink_kernel_create' filepath='net/netlink/af_netlink.c' line='2030' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__netlink_kernel_create'>
- <parameter type-id='a2bff676' name='net' filepath='net/netlink/af_netlink.c' line='2030' column='1'/>
- <parameter type-id='95e97e5e' name='unit' filepath='net/netlink/af_netlink.c' line='2030' column='1'/>
- <parameter type-id='2730d015' name='module' filepath='net/netlink/af_netlink.c' line='2030' column='1'/>
- <parameter type-id='8438f281' name='cfg' filepath='net/netlink/af_netlink.c' line='2031' column='1'/>
+ <function-decl name='__netlink_kernel_create' mangled-name='__netlink_kernel_create' filepath='net/netlink/af_netlink.c' line='2031' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__netlink_kernel_create'>
+ <parameter type-id='a2bff676' name='net' filepath='net/netlink/af_netlink.c' line='2031' column='1'/>
+ <parameter type-id='95e97e5e' name='unit' filepath='net/netlink/af_netlink.c' line='2031' column='1'/>
+ <parameter type-id='2730d015' name='module' filepath='net/netlink/af_netlink.c' line='2031' column='1'/>
+ <parameter type-id='8438f281' name='cfg' filepath='net/netlink/af_netlink.c' line='2032' column='1'/>
<return type-id='f772df6d'/>
</function-decl>
<function-decl name='__nla_parse' mangled-name='__nla_parse' filepath='lib/nlattr.c' line='683' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__nla_parse'>
@@ -129073,13 +129077,13 @@
<parameter type-id='5799dc94' name='extack' filepath='lib/nlattr.c' line='631' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='__nlmsg_put' mangled-name='__nlmsg_put' filepath='net/netlink/af_netlink.c' line='2170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__nlmsg_put'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/netlink/af_netlink.c' line='2170' column='1'/>
- <parameter type-id='19c2251e' name='portid' filepath='net/netlink/af_netlink.c' line='2170' column='1'/>
- <parameter type-id='19c2251e' name='seq' filepath='net/netlink/af_netlink.c' line='2170' column='1'/>
- <parameter type-id='95e97e5e' name='type' filepath='net/netlink/af_netlink.c' line='2170' column='1'/>
- <parameter type-id='95e97e5e' name='len' filepath='net/netlink/af_netlink.c' line='2170' column='1'/>
- <parameter type-id='95e97e5e' name='flags' filepath='net/netlink/af_netlink.c' line='2170' column='1'/>
+ <function-decl name='__nlmsg_put' mangled-name='__nlmsg_put' filepath='net/netlink/af_netlink.c' line='2171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__nlmsg_put'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/netlink/af_netlink.c' line='2171' column='1'/>
+ <parameter type-id='19c2251e' name='portid' filepath='net/netlink/af_netlink.c' line='2171' column='1'/>
+ <parameter type-id='19c2251e' name='seq' filepath='net/netlink/af_netlink.c' line='2171' column='1'/>
+ <parameter type-id='95e97e5e' name='type' filepath='net/netlink/af_netlink.c' line='2171' column='1'/>
+ <parameter type-id='95e97e5e' name='len' filepath='net/netlink/af_netlink.c' line='2171' column='1'/>
+ <parameter type-id='95e97e5e' name='flags' filepath='net/netlink/af_netlink.c' line='2171' column='1'/>
<return type-id='c2074578'/>
</function-decl>
<var-decl name='__num_online_cpus' type-id='49178f86' mangled-name='__num_online_cpus' visibility='default' filepath='kernel/cpu.c' line='2695' column='1' elf-symbol-id='__num_online_cpus'/>
@@ -129500,8 +129504,8 @@
<parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='3068' column='1'/>
<return type-id='7dac1e36'/>
</function-decl>
- <function-decl name='__skb_ext_put' mangled-name='__skb_ext_put' filepath='net/core/skbuff.c' line='6607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__skb_ext_put'>
- <parameter type-id='374692c7' name='ext' filepath='net/core/skbuff.c' line='6607' column='1'/>
+ <function-decl name='__skb_ext_put' mangled-name='__skb_ext_put' filepath='net/core/skbuff.c' line='6612' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__skb_ext_put'>
+ <parameter type-id='374692c7' name='ext' filepath='net/core/skbuff.c' line='6612' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='__skb_flow_dissect' mangled-name='__skb_flow_dissect' filepath='net/core/flow_dissector.c' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__skb_flow_dissect'>
@@ -132518,15 +132522,15 @@
<parameter type-id='9c313c2d' name='size' filepath='include/trace/events/gpu_mem.h' line='30' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='__traceiter_hrtimer_expire_entry' mangled-name='__traceiter_hrtimer_expire_entry' filepath='include/trace/events/timer.h' line='232' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_hrtimer_expire_entry'>
- <parameter type-id='eaa32e2f' name='__data' filepath='include/trace/events/timer.h' line='232' column='1'/>
- <parameter type-id='08c8d0fa' name='hrtimer' filepath='include/trace/events/timer.h' line='232' column='1'/>
- <parameter type-id='44372936' name='now' filepath='include/trace/events/timer.h' line='232' column='1'/>
+ <function-decl name='__traceiter_hrtimer_expire_entry' mangled-name='__traceiter_hrtimer_expire_entry' filepath='include/trace/events/timer.h' line='236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_hrtimer_expire_entry'>
+ <parameter type-id='eaa32e2f' name='__data' filepath='include/trace/events/timer.h' line='236' column='1'/>
+ <parameter type-id='08c8d0fa' name='hrtimer' filepath='include/trace/events/timer.h' line='236' column='1'/>
+ <parameter type-id='44372936' name='now' filepath='include/trace/events/timer.h' line='236' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='__traceiter_hrtimer_expire_exit' mangled-name='__traceiter_hrtimer_expire_exit' filepath='include/trace/events/timer.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_hrtimer_expire_exit'>
- <parameter type-id='eaa32e2f' name='__data' filepath='include/trace/events/timer.h' line='279' column='1'/>
- <parameter type-id='08c8d0fa' name='hrtimer' filepath='include/trace/events/timer.h' line='279' column='1'/>
+ <function-decl name='__traceiter_hrtimer_expire_exit' mangled-name='__traceiter_hrtimer_expire_exit' filepath='include/trace/events/timer.h' line='283' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_hrtimer_expire_exit'>
+ <parameter type-id='eaa32e2f' name='__data' filepath='include/trace/events/timer.h' line='283' column='1'/>
+ <parameter type-id='08c8d0fa' name='hrtimer' filepath='include/trace/events/timer.h' line='283' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='__traceiter_ipi_entry' mangled-name='__traceiter_ipi_entry' filepath='include/trace/events/ipi.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_ipi_entry'>
@@ -132572,6 +132576,16 @@
<parameter type-id='b59d7dce' name='size' filepath='include/trace/events/iommu.h' line='86' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
+ <function-decl name='__traceiter_mm_filemap_add_to_page_cache' mangled-name='__traceiter_mm_filemap_add_to_page_cache' filepath='include/trace/events/filemap.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_mm_filemap_add_to_page_cache'>
+ <parameter type-id='eaa32e2f' name='__data' filepath='include/trace/events/filemap.h' line='52' column='1'/>
+ <parameter type-id='02f11ed4' name='page' filepath='include/trace/events/filemap.h' line='52' column='1'/>
+ <return type-id='95e97e5e'/>
+ </function-decl>
+ <function-decl name='__traceiter_mm_filemap_delete_from_page_cache' mangled-name='__traceiter_mm_filemap_delete_from_page_cache' filepath='include/trace/events/filemap.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_mm_filemap_delete_from_page_cache'>
+ <parameter type-id='eaa32e2f' name='__data' filepath='include/trace/events/filemap.h' line='47' column='1'/>
+ <parameter type-id='02f11ed4' name='page' filepath='include/trace/events/filemap.h' line='47' column='1'/>
+ <return type-id='95e97e5e'/>
+ </function-decl>
<function-decl name='__traceiter_mm_vmscan_direct_reclaim_begin' mangled-name='__traceiter_mm_vmscan_direct_reclaim_begin' filepath='include/trace/events/vmscan.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__traceiter_mm_vmscan_direct_reclaim_begin'>
<parameter type-id='eaa32e2f' name='__data' filepath='include/trace/events/vmscan.h' line='122' column='1'/>
<parameter type-id='95e97e5e' name='order' filepath='include/trace/events/vmscan.h' line='122' column='1'/>
@@ -133259,8 +133273,8 @@
<var-decl name='__tracepoint_dwc3_readl' type-id='4ca0c298' mangled-name='__tracepoint_dwc3_readl' visibility='default' filepath='drivers/usb/dwc3/./trace.h' line='41' column='1' elf-symbol-id='__tracepoint_dwc3_readl'/>
<var-decl name='__tracepoint_dwc3_writel' type-id='4ca0c298' mangled-name='__tracepoint_dwc3_writel' visibility='default' filepath='drivers/usb/dwc3/./trace.h' line='46' column='1' elf-symbol-id='__tracepoint_dwc3_writel'/>
<var-decl name='__tracepoint_gpu_mem_total' type-id='4ca0c298' mangled-name='__tracepoint_gpu_mem_total' visibility='default' filepath='include/trace/events/gpu_mem.h' line='30' column='1' elf-symbol-id='__tracepoint_gpu_mem_total'/>
- <var-decl name='__tracepoint_hrtimer_expire_entry' type-id='4ca0c298' mangled-name='__tracepoint_hrtimer_expire_entry' visibility='default' filepath='include/trace/events/timer.h' line='232' column='1' elf-symbol-id='__tracepoint_hrtimer_expire_entry'/>
- <var-decl name='__tracepoint_hrtimer_expire_exit' type-id='4ca0c298' mangled-name='__tracepoint_hrtimer_expire_exit' visibility='default' filepath='include/trace/events/timer.h' line='279' column='1' elf-symbol-id='__tracepoint_hrtimer_expire_exit'/>
+ <var-decl name='__tracepoint_hrtimer_expire_entry' type-id='4ca0c298' mangled-name='__tracepoint_hrtimer_expire_entry' visibility='default' filepath='include/trace/events/timer.h' line='236' column='1' elf-symbol-id='__tracepoint_hrtimer_expire_entry'/>
+ <var-decl name='__tracepoint_hrtimer_expire_exit' type-id='4ca0c298' mangled-name='__tracepoint_hrtimer_expire_exit' visibility='default' filepath='include/trace/events/timer.h' line='283' column='1' elf-symbol-id='__tracepoint_hrtimer_expire_exit'/>
<var-decl name='__tracepoint_ipi_entry' type-id='4ca0c298' mangled-name='__tracepoint_ipi_entry' visibility='default' filepath='include/trace/events/ipi.h' line='64' column='1' elf-symbol-id='__tracepoint_ipi_entry'/>
<var-decl name='__tracepoint_ipi_exit' type-id='4ca0c298' mangled-name='__tracepoint_ipi_exit' visibility='default' filepath='include/trace/events/ipi.h' line='80' column='1' elf-symbol-id='__tracepoint_ipi_exit'/>
<var-decl name='__tracepoint_ipi_raise' type-id='4ca0c298' mangled-name='__tracepoint_ipi_raise' visibility='default' filepath='include/trace/events/ipi.h' line='19' column='1' elf-symbol-id='__tracepoint_ipi_raise'/>
@@ -133268,6 +133282,8 @@
<var-decl name='__tracepoint_irq_handler_exit' type-id='4ca0c298' mangled-name='__tracepoint_irq_handler_exit' visibility='default' filepath='include/trace/events/irq.h' line='83' column='1' elf-symbol-id='__tracepoint_irq_handler_exit'/>
<var-decl name='__tracepoint_kfree_skb' type-id='4ca0c298' mangled-name='__tracepoint_kfree_skb' visibility='default' filepath='include/trace/events/skb.h' line='44' column='1' elf-symbol-id='__tracepoint_kfree_skb'/>
<var-decl name='__tracepoint_map' type-id='4ca0c298' mangled-name='__tracepoint_map' visibility='default' filepath='include/trace/events/iommu.h' line='86' column='1' elf-symbol-id='__tracepoint_map'/>
+ <var-decl name='__tracepoint_mm_filemap_add_to_page_cache' type-id='4ca0c298' mangled-name='__tracepoint_mm_filemap_add_to_page_cache' visibility='default' filepath='include/trace/events/filemap.h' line='52' column='1' elf-symbol-id='__tracepoint_mm_filemap_add_to_page_cache'/>
+ <var-decl name='__tracepoint_mm_filemap_delete_from_page_cache' type-id='4ca0c298' mangled-name='__tracepoint_mm_filemap_delete_from_page_cache' visibility='default' filepath='include/trace/events/filemap.h' line='47' column='1' elf-symbol-id='__tracepoint_mm_filemap_delete_from_page_cache'/>
<var-decl name='__tracepoint_mm_vmscan_direct_reclaim_begin' type-id='4ca0c298' mangled-name='__tracepoint_mm_vmscan_direct_reclaim_begin' visibility='default' filepath='include/trace/events/vmscan.h' line='122' column='1' elf-symbol-id='__tracepoint_mm_vmscan_direct_reclaim_begin'/>
<var-decl name='__tracepoint_mmap_lock_acquire_returned' type-id='4ca0c298' mangled-name='__tracepoint_mmap_lock_acquire_returned' visibility='default' filepath='include/trace/events/mmap_lock.h' line='44' column='1' elf-symbol-id='__tracepoint_mmap_lock_acquire_returned'/>
<var-decl name='__tracepoint_mmap_lock_released' type-id='4ca0c298' mangled-name='__tracepoint_mmap_lock_released' visibility='default' filepath='include/trace/events/mmap_lock.h' line='76' column='1' elf-symbol-id='__tracepoint_mmap_lock_released'/>
@@ -133795,12 +133811,12 @@
<parameter type-id='e0ea832a' name='lock' filepath='drivers/media/common/videobuf2/videobuf2-v4l2.c' line='1118' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='access_process_vm' mangled-name='access_process_vm' filepath='mm/memory.c' line='5634' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='access_process_vm'>
- <parameter type-id='f23e2572' name='tsk' filepath='mm/memory.c' line='5634' column='1'/>
- <parameter type-id='7359adad' name='addr' filepath='mm/memory.c' line='5634' column='1'/>
- <parameter type-id='eaa32e2f' name='buf' filepath='mm/memory.c' line='5635' column='1'/>
- <parameter type-id='95e97e5e' name='len' filepath='mm/memory.c' line='5635' column='1'/>
- <parameter type-id='f0981eeb' name='gup_flags' filepath='mm/memory.c' line='5635' column='1'/>
+ <function-decl name='access_process_vm' mangled-name='access_process_vm' filepath='mm/memory.c' line='5646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='access_process_vm'>
+ <parameter type-id='f23e2572' name='tsk' filepath='mm/memory.c' line='5646' column='1'/>
+ <parameter type-id='7359adad' name='addr' filepath='mm/memory.c' line='5646' column='1'/>
+ <parameter type-id='eaa32e2f' name='buf' filepath='mm/memory.c' line='5647' column='1'/>
+ <parameter type-id='95e97e5e' name='len' filepath='mm/memory.c' line='5647' column='1'/>
+ <parameter type-id='f0981eeb' name='gup_flags' filepath='mm/memory.c' line='5647' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='ack_all_badblocks' mangled-name='ack_all_badblocks' filepath='block/badblocks.c' line='433' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ack_all_badblocks'>
@@ -133855,18 +133871,18 @@
<parameter type-id='95e97e5e' name='cpu' filepath='kernel/time/timer.c' line='1161' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='add_to_page_cache_locked' mangled-name='add_to_page_cache_locked' filepath='mm/filemap.c' line='969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='add_to_page_cache_locked'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='969' column='1'/>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='969' column='1'/>
- <parameter type-id='7359adad' name='offset' filepath='mm/filemap.c' line='970' column='1'/>
- <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='970' column='1'/>
+ <function-decl name='add_to_page_cache_locked' mangled-name='add_to_page_cache_locked' filepath='mm/filemap.c' line='973' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='add_to_page_cache_locked'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='973' column='1'/>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='973' column='1'/>
+ <parameter type-id='7359adad' name='offset' filepath='mm/filemap.c' line='974' column='1'/>
+ <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='974' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='add_to_page_cache_lru' mangled-name='add_to_page_cache_lru' filepath='mm/filemap.c' line='977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='add_to_page_cache_lru'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='977' column='1'/>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='977' column='1'/>
- <parameter type-id='7359adad' name='offset' filepath='mm/filemap.c' line='978' column='1'/>
- <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='978' column='1'/>
+ <function-decl name='add_to_page_cache_lru' mangled-name='add_to_page_cache_lru' filepath='mm/filemap.c' line='981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='add_to_page_cache_lru'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='981' column='1'/>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='981' column='1'/>
+ <parameter type-id='7359adad' name='offset' filepath='mm/filemap.c' line='982' column='1'/>
+ <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='982' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='add_uevent_var' mangled-name='add_uevent_var' filepath='lib/kobject_uevent.c' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='add_uevent_var'>
@@ -133880,18 +133896,18 @@
<parameter type-id='db9d03e3' name='wq_entry' filepath='kernel/sched/wait.c' line='19' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='addrconf_prefix_rcv_add_addr' mangled-name='addrconf_prefix_rcv_add_addr' filepath='net/ipv6/addrconf.c' line='2611' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='addrconf_prefix_rcv_add_addr'>
- <parameter type-id='a2bff676' name='net' filepath='net/ipv6/addrconf.c' line='2611' column='1'/>
- <parameter type-id='68a2d05b' name='dev' filepath='net/ipv6/addrconf.c' line='2611' column='1'/>
- <parameter type-id='d070dbfd' name='pinfo' filepath='net/ipv6/addrconf.c' line='2612' column='1'/>
- <parameter type-id='f026b16b' name='in6_dev' filepath='net/ipv6/addrconf.c' line='2613' column='1'/>
- <parameter type-id='fea9c20b' name='addr' filepath='net/ipv6/addrconf.c' line='2614' column='1'/>
- <parameter type-id='95e97e5e' name='addr_type' filepath='net/ipv6/addrconf.c' line='2614' column='1'/>
- <parameter type-id='19c2251e' name='addr_flags' filepath='net/ipv6/addrconf.c' line='2615' column='1'/>
- <parameter type-id='b50a4934' name='sllao' filepath='net/ipv6/addrconf.c' line='2615' column='1'/>
- <parameter type-id='b50a4934' name='tokenized' filepath='net/ipv6/addrconf.c' line='2615' column='1'/>
- <parameter type-id='3f1a6b60' name='valid_lft' filepath='net/ipv6/addrconf.c' line='2616' column='1'/>
- <parameter type-id='19c2251e' name='prefered_lft' filepath='net/ipv6/addrconf.c' line='2616' column='1'/>
+ <function-decl name='addrconf_prefix_rcv_add_addr' mangled-name='addrconf_prefix_rcv_add_addr' filepath='net/ipv6/addrconf.c' line='2610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='addrconf_prefix_rcv_add_addr'>
+ <parameter type-id='a2bff676' name='net' filepath='net/ipv6/addrconf.c' line='2610' column='1'/>
+ <parameter type-id='68a2d05b' name='dev' filepath='net/ipv6/addrconf.c' line='2610' column='1'/>
+ <parameter type-id='d070dbfd' name='pinfo' filepath='net/ipv6/addrconf.c' line='2611' column='1'/>
+ <parameter type-id='f026b16b' name='in6_dev' filepath='net/ipv6/addrconf.c' line='2612' column='1'/>
+ <parameter type-id='fea9c20b' name='addr' filepath='net/ipv6/addrconf.c' line='2613' column='1'/>
+ <parameter type-id='95e97e5e' name='addr_type' filepath='net/ipv6/addrconf.c' line='2613' column='1'/>
+ <parameter type-id='19c2251e' name='addr_flags' filepath='net/ipv6/addrconf.c' line='2614' column='1'/>
+ <parameter type-id='b50a4934' name='sllao' filepath='net/ipv6/addrconf.c' line='2614' column='1'/>
+ <parameter type-id='b50a4934' name='tokenized' filepath='net/ipv6/addrconf.c' line='2614' column='1'/>
+ <parameter type-id='3f1a6b60' name='valid_lft' filepath='net/ipv6/addrconf.c' line='2615' column='1'/>
+ <parameter type-id='19c2251e' name='prefered_lft' filepath='net/ipv6/addrconf.c' line='2615' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='address_space_init_once' mangled-name='address_space_init_once' filepath='fs/inode.c' line='381' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='address_space_init_once'>
@@ -134052,22 +134068,22 @@
<parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/page_alloc.c' line='6023' column='1'/>
<return type-id='eaa32e2f'/>
</function-decl>
- <function-decl name='alloc_skb_with_frags' mangled-name='alloc_skb_with_frags' filepath='net/core/skbuff.c' line='6125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='alloc_skb_with_frags'>
- <parameter type-id='7359adad' name='header_len' filepath='net/core/skbuff.c' line='6125' column='1'/>
- <parameter type-id='7359adad' name='data_len' filepath='net/core/skbuff.c' line='6126' column='1'/>
- <parameter type-id='95e97e5e' name='max_page_order' filepath='net/core/skbuff.c' line='6127' column='1'/>
- <parameter type-id='7292109c' name='errcode' filepath='net/core/skbuff.c' line='6128' column='1'/>
- <parameter type-id='3eb7c31c' name='gfp_mask' filepath='net/core/skbuff.c' line='6129' column='1'/>
+ <function-decl name='alloc_skb_with_frags' mangled-name='alloc_skb_with_frags' filepath='net/core/skbuff.c' line='6130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='alloc_skb_with_frags'>
+ <parameter type-id='7359adad' name='header_len' filepath='net/core/skbuff.c' line='6130' column='1'/>
+ <parameter type-id='7359adad' name='data_len' filepath='net/core/skbuff.c' line='6131' column='1'/>
+ <parameter type-id='95e97e5e' name='max_page_order' filepath='net/core/skbuff.c' line='6132' column='1'/>
+ <parameter type-id='7292109c' name='errcode' filepath='net/core/skbuff.c' line='6133' column='1'/>
+ <parameter type-id='3eb7c31c' name='gfp_mask' filepath='net/core/skbuff.c' line='6134' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
<function-decl name='alloc_swapdev_block' mangled-name='alloc_swapdev_block' filepath='kernel/power/swap.c' line='177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='alloc_swapdev_block'>
<parameter type-id='95e97e5e' name='swap' filepath='kernel/power/swap.c' line='177' column='1'/>
<return type-id='a42536cd'/>
</function-decl>
- <function-decl name='alloc_workqueue' mangled-name='alloc_workqueue' filepath='kernel/workqueue.c' line='4303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='alloc_workqueue'>
- <parameter type-id='80f4b756' name='fmt' filepath='kernel/workqueue.c' line='4303' column='1'/>
- <parameter type-id='f0981eeb' name='flags' filepath='kernel/workqueue.c' line='4304' column='1'/>
- <parameter type-id='95e97e5e' name='max_active' filepath='kernel/workqueue.c' line='4305' column='1'/>
+ <function-decl name='alloc_workqueue' mangled-name='alloc_workqueue' filepath='kernel/workqueue.c' line='4306' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='alloc_workqueue'>
+ <parameter type-id='80f4b756' name='fmt' filepath='kernel/workqueue.c' line='4306' column='1'/>
+ <parameter type-id='f0981eeb' name='flags' filepath='kernel/workqueue.c' line='4307' column='1'/>
+ <parameter type-id='95e97e5e' name='max_active' filepath='kernel/workqueue.c' line='4308' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='242e3d19'/>
</function-decl>
@@ -134373,13 +134389,13 @@
<parameter type-id='38b1e3a0' name='bs' filepath='block/bio.c' line='435' column='1'/>
<return type-id='fb55efa1'/>
</function-decl>
- <function-decl name='bio_associate_blkg' mangled-name='bio_associate_blkg' filepath='block/blk-cgroup.c' line='1869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_associate_blkg'>
- <parameter type-id='fb55efa1' name='bio' filepath='block/blk-cgroup.c' line='1869' column='1'/>
+ <function-decl name='bio_associate_blkg' mangled-name='bio_associate_blkg' filepath='block/blk-cgroup.c' line='1870' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_associate_blkg'>
+ <parameter type-id='fb55efa1' name='bio' filepath='block/blk-cgroup.c' line='1870' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='bio_associate_blkg_from_css' mangled-name='bio_associate_blkg_from_css' filepath='block/blk-cgroup.c' line='1845' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_associate_blkg_from_css'>
- <parameter type-id='fb55efa1' name='bio' filepath='block/blk-cgroup.c' line='1845' column='1'/>
- <parameter type-id='cfff5953' name='css' filepath='block/blk-cgroup.c' line='1846' column='1'/>
+ <function-decl name='bio_associate_blkg_from_css' mangled-name='bio_associate_blkg_from_css' filepath='block/blk-cgroup.c' line='1846' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_associate_blkg_from_css'>
+ <parameter type-id='fb55efa1' name='bio' filepath='block/blk-cgroup.c' line='1846' column='1'/>
+ <parameter type-id='cfff5953' name='css' filepath='block/blk-cgroup.c' line='1847' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='bio_chain' mangled-name='bio_chain' filepath='block/bio.c' line='338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_chain'>
@@ -134387,9 +134403,9 @@
<parameter type-id='fb55efa1' name='parent' filepath='block/bio.c' line='338' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='bio_clone_blkg_association' mangled-name='bio_clone_blkg_association' filepath='block/blk-cgroup.c' line='1891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_clone_blkg_association'>
- <parameter type-id='fb55efa1' name='dst' filepath='block/blk-cgroup.c' line='1891' column='1'/>
- <parameter type-id='fb55efa1' name='src' filepath='block/blk-cgroup.c' line='1891' column='1'/>
+ <function-decl name='bio_clone_blkg_association' mangled-name='bio_clone_blkg_association' filepath='block/blk-cgroup.c' line='1892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_clone_blkg_association'>
+ <parameter type-id='fb55efa1' name='dst' filepath='block/blk-cgroup.c' line='1892' column='1'/>
+ <parameter type-id='fb55efa1' name='src' filepath='block/blk-cgroup.c' line='1892' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='bio_clone_fast' mangled-name='bio_clone_fast' filepath='block/bio.c' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_clone_fast'>
@@ -134405,10 +134421,10 @@
<parameter type-id='3eb7c31c' name='gfp_mask' filepath='block/blk-crypto.c' line='83' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='bio_end_io_acct_remapped' mangled-name='bio_end_io_acct_remapped' filepath='block/blk-core.c' line='1362' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_end_io_acct_remapped'>
- <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1362' column='1'/>
- <parameter type-id='7359adad' name='start_time' filepath='block/blk-core.c' line='1362' column='1'/>
- <parameter type-id='b88dd945' name='orig_bdev' filepath='block/blk-core.c' line='1363' column='1'/>
+ <function-decl name='bio_end_io_acct_remapped' mangled-name='bio_end_io_acct_remapped' filepath='block/blk-core.c' line='1373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_end_io_acct_remapped'>
+ <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1373' column='1'/>
+ <parameter type-id='7359adad' name='start_time' filepath='block/blk-core.c' line='1373' column='1'/>
+ <parameter type-id='b88dd945' name='orig_bdev' filepath='block/blk-core.c' line='1374' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='bio_endio' mangled-name='bio_endio' filepath='block/bio.c' line='1447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_endio'>
@@ -134432,8 +134448,8 @@
<parameter type-id='38b1e3a0' name='bs' filepath='block/bio.c' line='1498' column='1'/>
<return type-id='fb55efa1'/>
</function-decl>
- <function-decl name='bio_start_io_acct' mangled-name='bio_start_io_acct' filepath='block/blk-core.c' line='1334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_start_io_acct'>
- <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1334' column='1'/>
+ <function-decl name='bio_start_io_acct' mangled-name='bio_start_io_acct' filepath='block/blk-core.c' line='1345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bio_start_io_acct'>
+ <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1345' column='1'/>
<return type-id='7359adad'/>
</function-decl>
<function-decl name='bioset_exit' mangled-name='bioset_exit' filepath='block/bio.c' line='1571' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bioset_exit'>
@@ -134546,8 +134562,8 @@
<parameter type-id='33c599da' name='disk' filepath='block/genhd.c' line='1377' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_cleanup_queue' mangled-name='blk_cleanup_queue' filepath='block/blk-core.c' line='373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_cleanup_queue'>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='373' column='1'/>
+ <function-decl name='blk_cleanup_queue' mangled-name='blk_cleanup_queue' filepath='block/blk-core.c' line='374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_cleanup_queue'>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='374' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='blk_execute_rq' mangled-name='blk_execute_rq' filepath='block/blk-exec.c' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_execute_rq'>
@@ -134563,22 +134579,22 @@
<parameter type-id='5afdaa66' name='done' filepath='block/blk-exec.c' line='48' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_finish_plug' mangled-name='blk_finish_plug' filepath='block/blk-core.c' line='1764' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_finish_plug'>
- <parameter type-id='39944481' name='plug' filepath='block/blk-core.c' line='1764' column='1'/>
+ <function-decl name='blk_finish_plug' mangled-name='blk_finish_plug' filepath='block/blk-core.c' line='1775' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_finish_plug'>
+ <parameter type-id='39944481' name='plug' filepath='block/blk-core.c' line='1775' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='blk_freeze_queue_start' mangled-name='blk_freeze_queue_start' filepath='block/blk-mq.c' line='137' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_freeze_queue_start'>
<parameter type-id='e7d2a5fc' name='q' filepath='block/blk-mq.c' line='137' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_get_queue' mangled-name='blk_get_queue' filepath='block/blk-core.c' line='624' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_get_queue'>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='624' column='1'/>
+ <function-decl name='blk_get_queue' mangled-name='blk_get_queue' filepath='block/blk-core.c' line='625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_get_queue'>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='625' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='blk_get_request' mangled-name='blk_get_request' filepath='block/blk-core.c' line='641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_get_request'>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='641' column='1'/>
- <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='641' column='1'/>
- <parameter type-id='346d62be' name='flags' filepath='block/blk-core.c' line='642' column='1'/>
+ <function-decl name='blk_get_request' mangled-name='blk_get_request' filepath='block/blk-core.c' line='642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_get_request'>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='642' column='1'/>
+ <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='642' column='1'/>
+ <parameter type-id='346d62be' name='flags' filepath='block/blk-core.c' line='643' column='1'/>
<return type-id='3dad1a48'/>
</function-decl>
<function-decl name='blk_ksm_get_slot_idx' mangled-name='blk_ksm_get_slot_idx' filepath='block/keyslot-manager.c' line='211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_ksm_get_slot_idx'>
@@ -134776,8 +134792,8 @@
<parameter type-id='95e97e5e' name='first_vec' filepath='block/blk-mq-virtio.c' line='25' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='blk_op_str' mangled-name='blk_op_str' filepath='block/blk-core.c' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_op_str'>
- <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='166' column='1'/>
+ <function-decl name='blk_op_str' mangled-name='blk_op_str' filepath='block/blk-core.c' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_op_str'>
+ <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='167' column='1'/>
<return type-id='80f4b756'/>
</function-decl>
<function-decl name='blk_pm_runtime_init' mangled-name='blk_pm_runtime_init' filepath='block/blk-pm.c' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_pm_runtime_init'>
@@ -134785,12 +134801,12 @@
<parameter type-id='fa0b179b' name='dev' filepath='block/blk-pm.c' line='31' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_put_queue' mangled-name='blk_put_queue' filepath='block/blk-core.c' line='344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_put_queue'>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='344' column='1'/>
+ <function-decl name='blk_put_queue' mangled-name='blk_put_queue' filepath='block/blk-core.c' line='345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_put_queue'>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='345' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_put_request' mangled-name='blk_put_request' filepath='block/blk-core.c' line='657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_put_request'>
- <parameter type-id='3dad1a48' name='req' filepath='block/blk-core.c' line='657' column='1'/>
+ <function-decl name='blk_put_request' mangled-name='blk_put_request' filepath='block/blk-core.c' line='658' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_put_request'>
+ <parameter type-id='3dad1a48' name='req' filepath='block/blk-core.c' line='658' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='blk_queue_alignment_offset' mangled-name='blk_queue_alignment_offset' filepath='block/blk-settings.c' line='378' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_alignment_offset'>
@@ -134813,19 +134829,19 @@
<parameter type-id='95e97e5e' name='mask' filepath='block/blk-settings.c' line='742' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_queue_flag_clear' mangled-name='blk_queue_flag_clear' filepath='block/blk-core.c' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_flag_clear'>
- <parameter type-id='f0981eeb' name='flag' filepath='block/blk-core.c' line='101' column='1'/>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='101' column='1'/>
+ <function-decl name='blk_queue_flag_clear' mangled-name='blk_queue_flag_clear' filepath='block/blk-core.c' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_flag_clear'>
+ <parameter type-id='f0981eeb' name='flag' filepath='block/blk-core.c' line='102' column='1'/>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='102' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_queue_flag_set' mangled-name='blk_queue_flag_set' filepath='block/blk-core.c' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_flag_set'>
- <parameter type-id='f0981eeb' name='flag' filepath='block/blk-core.c' line='90' column='1'/>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='90' column='1'/>
+ <function-decl name='blk_queue_flag_set' mangled-name='blk_queue_flag_set' filepath='block/blk-core.c' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_flag_set'>
+ <parameter type-id='f0981eeb' name='flag' filepath='block/blk-core.c' line='91' column='1'/>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='91' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_queue_flag_test_and_set' mangled-name='blk_queue_flag_test_and_set' filepath='block/blk-core.c' line='115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_flag_test_and_set'>
- <parameter type-id='f0981eeb' name='flag' filepath='block/blk-core.c' line='115' column='1'/>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='115' column='1'/>
+ <function-decl name='blk_queue_flag_test_and_set' mangled-name='blk_queue_flag_test_and_set' filepath='block/blk-core.c' line='116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_flag_test_and_set'>
+ <parameter type-id='f0981eeb' name='flag' filepath='block/blk-core.c' line='116' column='1'/>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='116' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='blk_queue_io_min' mangled-name='blk_queue_io_min' filepath='block/blk-settings.c' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_queue_io_min'>
@@ -134946,44 +134962,44 @@
<parameter type-id='7604ff1d' name='lim' filepath='block/blk-settings.c' line='71' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_start_plug' mangled-name='blk_start_plug' filepath='block/blk-core.c' line='1680' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_start_plug'>
- <parameter type-id='39944481' name='plug' filepath='block/blk-core.c' line='1680' column='1'/>
+ <function-decl name='blk_start_plug' mangled-name='blk_start_plug' filepath='block/blk-core.c' line='1691' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_start_plug'>
+ <parameter type-id='39944481' name='plug' filepath='block/blk-core.c' line='1691' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='blk_stat_enable_accounting' mangled-name='blk_stat_enable_accounting' filepath='block/blk-stat.c' line='187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_stat_enable_accounting'>
<parameter type-id='e7d2a5fc' name='q' filepath='block/blk-stat.c' line='187' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_status_to_errno' mangled-name='blk_status_to_errno' filepath='block/blk-core.c' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_status_to_errno'>
- <parameter type-id='f4e2facd' name='status' filepath='block/blk-core.c' line='218' column='1'/>
+ <function-decl name='blk_status_to_errno' mangled-name='blk_status_to_errno' filepath='block/blk-core.c' line='219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_status_to_errno'>
+ <parameter type-id='f4e2facd' name='status' filepath='block/blk-core.c' line='219' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='blk_sync_queue' mangled-name='blk_sync_queue' filepath='block/blk-core.c' line='306' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_sync_queue'>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='306' column='1'/>
+ <function-decl name='blk_sync_queue' mangled-name='blk_sync_queue' filepath='block/blk-core.c' line='307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_sync_queue'>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-core.c' line='307' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blk_update_request' mangled-name='blk_update_request' filepath='block/blk-core.c' line='1419' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_update_request'>
- <parameter type-id='3dad1a48' name='req' filepath='block/blk-core.c' line='1419' column='1'/>
- <parameter type-id='f4e2facd' name='error' filepath='block/blk-core.c' line='1419' column='1'/>
- <parameter type-id='f0981eeb' name='nr_bytes' filepath='block/blk-core.c' line='1420' column='1'/>
+ <function-decl name='blk_update_request' mangled-name='blk_update_request' filepath='block/blk-core.c' line='1430' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blk_update_request'>
+ <parameter type-id='3dad1a48' name='req' filepath='block/blk-core.c' line='1430' column='1'/>
+ <parameter type-id='f4e2facd' name='error' filepath='block/blk-core.c' line='1430' column='1'/>
+ <parameter type-id='f0981eeb' name='nr_bytes' filepath='block/blk-core.c' line='1431' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='blkcg_activate_policy' mangled-name='blkcg_activate_policy' filepath='block/blk-cgroup.c' line='1300' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_activate_policy'>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-cgroup.c' line='1300' column='1'/>
- <parameter type-id='0d87d4f6' name='pol' filepath='block/blk-cgroup.c' line='1301' column='1'/>
+ <function-decl name='blkcg_activate_policy' mangled-name='blkcg_activate_policy' filepath='block/blk-cgroup.c' line='1301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_activate_policy'>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-cgroup.c' line='1301' column='1'/>
+ <parameter type-id='0d87d4f6' name='pol' filepath='block/blk-cgroup.c' line='1302' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='blkcg_deactivate_policy' mangled-name='blkcg_deactivate_policy' filepath='block/blk-cgroup.c' line='1407' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_deactivate_policy'>
- <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-cgroup.c' line='1407' column='1'/>
- <parameter type-id='0d87d4f6' name='pol' filepath='block/blk-cgroup.c' line='1408' column='1'/>
+ <function-decl name='blkcg_deactivate_policy' mangled-name='blkcg_deactivate_policy' filepath='block/blk-cgroup.c' line='1408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_deactivate_policy'>
+ <parameter type-id='e7d2a5fc' name='q' filepath='block/blk-cgroup.c' line='1408' column='1'/>
+ <parameter type-id='0d87d4f6' name='pol' filepath='block/blk-cgroup.c' line='1409' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='blkcg_policy_register' mangled-name='blkcg_policy_register' filepath='block/blk-cgroup.c' line='1449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_policy_register'>
- <parameter type-id='b31a5ea1' name='pol' filepath='block/blk-cgroup.c' line='1449' column='1'/>
+ <function-decl name='blkcg_policy_register' mangled-name='blkcg_policy_register' filepath='block/blk-cgroup.c' line='1450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_policy_register'>
+ <parameter type-id='b31a5ea1' name='pol' filepath='block/blk-cgroup.c' line='1450' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='blkcg_policy_unregister' mangled-name='blkcg_policy_unregister' filepath='block/blk-cgroup.c' line='1528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_policy_unregister'>
- <parameter type-id='b31a5ea1' name='pol' filepath='block/blk-cgroup.c' line='1528' column='1'/>
+ <function-decl name='blkcg_policy_unregister' mangled-name='blkcg_policy_unregister' filepath='block/blk-cgroup.c' line='1529' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_policy_unregister'>
+ <parameter type-id='b31a5ea1' name='pol' filepath='block/blk-cgroup.c' line='1529' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='blkcg_print_blkgs' mangled-name='blkcg_print_blkgs' filepath='block/blk-cgroup.c' line='515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='blkcg_print_blkgs'>
@@ -135139,15 +135155,15 @@
<parameter type-id='d504f73d' name='n' filepath='kernel/notifier.c' line='252' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='bmap' mangled-name='bmap' filepath='fs/inode.c' line='1709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bmap'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1709' column='1'/>
- <parameter type-id='5c39fc92' name='block' filepath='fs/inode.c' line='1709' column='1'/>
+ <function-decl name='bmap' mangled-name='bmap' filepath='fs/inode.c' line='1751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bmap'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1751' column='1'/>
+ <parameter type-id='5c39fc92' name='block' filepath='fs/inode.c' line='1751' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='bpf_dispatcher_xdp_func' mangled-name='bpf_dispatcher_xdp_func' filepath='net/core/filter.c' line='10686' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bpf_dispatcher_xdp_func'>
- <parameter type-id='eaa32e2f' name='ctx' filepath='net/core/filter.c' line='10686' column='1'/>
- <parameter type-id='acada613' name='insnsi' filepath='net/core/filter.c' line='10686' column='1'/>
- <parameter type-id='531a7450' name='bpf_func' filepath='net/core/filter.c' line='10686' column='1'/>
+ <function-decl name='bpf_dispatcher_xdp_func' mangled-name='bpf_dispatcher_xdp_func' filepath='net/core/filter.c' line='10763' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bpf_dispatcher_xdp_func'>
+ <parameter type-id='eaa32e2f' name='ctx' filepath='net/core/filter.c' line='10763' column='1'/>
+ <parameter type-id='acada613' name='insnsi' filepath='net/core/filter.c' line='10763' column='1'/>
+ <parameter type-id='531a7450' name='bpf_func' filepath='net/core/filter.c' line='10763' column='1'/>
<return type-id='f0981eeb'/>
</function-decl>
<var-decl name='bpf_master_redirect_enabled_key' type-id='237c0d27' mangled-name='bpf_master_redirect_enabled_key' visibility='default' filepath='net/core/filter.c' line='3952' column='1' elf-symbol-id='bpf_master_redirect_enabled_key'/>
@@ -135301,8 +135317,8 @@
<parameter type-id='91ce1af9' name='arg8' filepath='kernel/trace/bpf_trace.c' line='1923' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='bpf_warn_invalid_xdp_action' mangled-name='bpf_warn_invalid_xdp_action' filepath='net/core/filter.c' line='8231' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bpf_warn_invalid_xdp_action'>
- <parameter type-id='19c2251e' name='act' filepath='net/core/filter.c' line='8231' column='1'/>
+ <function-decl name='bpf_warn_invalid_xdp_action' mangled-name='bpf_warn_invalid_xdp_action' filepath='net/core/filter.c' line='8308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='bpf_warn_invalid_xdp_action'>
+ <parameter type-id='19c2251e' name='act' filepath='net/core/filter.c' line='8308' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='br_fdb_find_port' mangled-name='br_fdb_find_port' filepath='net/bridge/br_fdb.c' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='br_fdb_find_port'>
@@ -135563,16 +135579,16 @@
<parameter type-id='11f4a000' name='skb' filepath='drivers/net/can/dev/length.c' line='69' column='1'/>
<return type-id='f0981eeb'/>
</function-decl>
- <function-decl name='cancel_delayed_work' mangled-name='cancel_delayed_work' filepath='kernel/workqueue.c' line='3300' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cancel_delayed_work'>
- <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='3300' column='1'/>
+ <function-decl name='cancel_delayed_work' mangled-name='cancel_delayed_work' filepath='kernel/workqueue.c' line='3303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cancel_delayed_work'>
+ <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='3303' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='cancel_delayed_work_sync' mangled-name='cancel_delayed_work_sync' filepath='kernel/workqueue.c' line='3315' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cancel_delayed_work_sync'>
- <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='3315' column='1'/>
+ <function-decl name='cancel_delayed_work_sync' mangled-name='cancel_delayed_work_sync' filepath='kernel/workqueue.c' line='3318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cancel_delayed_work_sync'>
+ <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='3318' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='cancel_work_sync' mangled-name='cancel_work_sync' filepath='kernel/workqueue.c' line='3219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cancel_work_sync'>
- <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='3219' column='1'/>
+ <function-decl name='cancel_work_sync' mangled-name='cancel_work_sync' filepath='kernel/workqueue.c' line='3222' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cancel_work_sync'>
+ <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='3222' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='capable' mangled-name='capable' filepath='kernel/capability.c' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='capable'>
@@ -137283,14 +137299,14 @@
<parameter type-id='fbd88bba' name='sum' filepath='lib/checksum.c' line='159' column='1'/>
<return type-id='fbd88bba'/>
</function-decl>
- <function-decl name='current_time' mangled-name='current_time' filepath='fs/inode.c' line='2281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='current_time'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2281' column='1'/>
+ <function-decl name='current_time' mangled-name='current_time' filepath='fs/inode.c' line='2323' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='current_time'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2323' column='1'/>
<return type-id='40a816ad'/>
</function-decl>
<function-decl name='current_umask' mangled-name='current_umask' filepath='fs/fs_struct.c' line='156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='current_umask'>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='current_work' mangled-name='current_work' filepath='kernel/workqueue.c' line='4549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='current_work'>
+ <function-decl name='current_work' mangled-name='current_work' filepath='kernel/workqueue.c' line='4552' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='current_work'>
<return type-id='83c1bde6'/>
</function-decl>
<function-decl name='d_add' mangled-name='d_add' filepath='fs/dcache.c' line='2730' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='d_add'>
@@ -137631,12 +137647,12 @@
<parameter type-id='9248e67f' name='timer' filepath='kernel/time/timer.c' line='1358' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='delayed_work_timer_fn' mangled-name='delayed_work_timer_fn' filepath='kernel/workqueue.c' line='1656' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='delayed_work_timer_fn'>
- <parameter type-id='9248e67f' name='t' filepath='kernel/workqueue.c' line='1656' column='1'/>
+ <function-decl name='delayed_work_timer_fn' mangled-name='delayed_work_timer_fn' filepath='kernel/workqueue.c' line='1659' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='delayed_work_timer_fn'>
+ <parameter type-id='9248e67f' name='t' filepath='kernel/workqueue.c' line='1659' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='delete_from_page_cache' mangled-name='delete_from_page_cache' filepath='mm/filemap.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='delete_from_page_cache'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='260' column='1'/>
+ <function-decl name='delete_from_page_cache' mangled-name='delete_from_page_cache' filepath='mm/filemap.c' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='delete_from_page_cache'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='264' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='dentry_path_raw' mangled-name='dentry_path_raw' filepath='fs/d_path.c' line='364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dentry_path_raw'>
@@ -137655,8 +137671,8 @@
<parameter type-id='5bed570d' name='desc' filepath='drivers/gpio/gpiolib.c' line='163' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='destroy_workqueue' mangled-name='destroy_workqueue' filepath='kernel/workqueue.c' line='4422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='destroy_workqueue'>
- <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='4422' column='1'/>
+ <function-decl name='destroy_workqueue' mangled-name='destroy_workqueue' filepath='kernel/workqueue.c' line='4425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='destroy_workqueue'>
+ <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='4425' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='dev_add_pack' mangled-name='dev_add_pack' filepath='net/core/dev.c' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_add_pack'>
@@ -137809,28 +137825,28 @@
<parameter type-id='f0981eeb' name='state' filepath='drivers/base/power/domain.c' line='435' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_add' mangled-name='dev_pm_opp_add' filepath='drivers/opp/core.c' line='2610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_add'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2610' column='1'/>
- <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2610' column='1'/>
- <parameter type-id='7359adad' name='u_volt' filepath='drivers/opp/core.c' line='2610' column='1'/>
+ <function-decl name='dev_pm_opp_add' mangled-name='dev_pm_opp_add' filepath='drivers/opp/core.c' line='2613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_add'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2613' column='1'/>
+ <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2613' column='1'/>
+ <parameter type-id='7359adad' name='u_volt' filepath='drivers/opp/core.c' line='2613' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_adjust_voltage' mangled-name='dev_pm_opp_adjust_voltage' filepath='drivers/opp/core.c' line='2712' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_adjust_voltage'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2712' column='1'/>
- <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2712' column='1'/>
- <parameter type-id='7359adad' name='u_volt' filepath='drivers/opp/core.c' line='2713' column='1'/>
- <parameter type-id='7359adad' name='u_volt_min' filepath='drivers/opp/core.c' line='2713' column='1'/>
- <parameter type-id='7359adad' name='u_volt_max' filepath='drivers/opp/core.c' line='2714' column='1'/>
+ <function-decl name='dev_pm_opp_adjust_voltage' mangled-name='dev_pm_opp_adjust_voltage' filepath='drivers/opp/core.c' line='2715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_adjust_voltage'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2715' column='1'/>
+ <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2715' column='1'/>
+ <parameter type-id='7359adad' name='u_volt' filepath='drivers/opp/core.c' line='2716' column='1'/>
+ <parameter type-id='7359adad' name='u_volt_min' filepath='drivers/opp/core.c' line='2716' column='1'/>
+ <parameter type-id='7359adad' name='u_volt_max' filepath='drivers/opp/core.c' line='2717' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_disable' mangled-name='dev_pm_opp_disable' filepath='drivers/opp/core.c' line='2803' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_disable'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2803' column='1'/>
- <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2803' column='1'/>
+ <function-decl name='dev_pm_opp_disable' mangled-name='dev_pm_opp_disable' filepath='drivers/opp/core.c' line='2806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_disable'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2806' column='1'/>
+ <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2806' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_enable' mangled-name='dev_pm_opp_enable' filepath='drivers/opp/core.c' line='2783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_enable'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2783' column='1'/>
- <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2783' column='1'/>
+ <function-decl name='dev_pm_opp_enable' mangled-name='dev_pm_opp_enable' filepath='drivers/opp/core.c' line='2786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_enable'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2786' column='1'/>
+ <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='2786' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='dev_pm_opp_find_freq_ceil' mangled-name='dev_pm_opp_find_freq_ceil' filepath='drivers/opp/core.c' line='572' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_find_freq_ceil'>
@@ -137875,8 +137891,8 @@
<parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='356' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_get_opp_table' mangled-name='dev_pm_opp_get_opp_table' filepath='drivers/opp/core.c' line='1365' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_get_opp_table'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1365' column='1'/>
+ <function-decl name='dev_pm_opp_get_opp_table' mangled-name='dev_pm_opp_get_opp_table' filepath='drivers/opp/core.c' line='1368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_get_opp_table'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1368' column='1'/>
<return type-id='e62a60bd'/>
</function-decl>
<function-decl name='dev_pm_opp_get_sharing_cpus' mangled-name='dev_pm_opp_get_sharing_cpus' filepath='drivers/opp/cpu.c' line='205' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_get_sharing_cpus'>
@@ -137937,42 +137953,42 @@
<parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/of.c' line='721' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_put' mangled-name='dev_pm_opp_put' filepath='drivers/opp/core.c' line='1449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put'>
- <parameter type-id='02e48bc6' name='opp' filepath='drivers/opp/core.c' line='1449' column='1'/>
+ <function-decl name='dev_pm_opp_put' mangled-name='dev_pm_opp_put' filepath='drivers/opp/core.c' line='1452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put'>
+ <parameter type-id='02e48bc6' name='opp' filepath='drivers/opp/core.c' line='1452' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_put_clkname' mangled-name='dev_pm_opp_put_clkname' filepath='drivers/opp/core.c' line='2167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_clkname'>
- <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='2167' column='1'/>
+ <function-decl name='dev_pm_opp_put_clkname' mangled-name='dev_pm_opp_put_clkname' filepath='drivers/opp/core.c' line='2170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_clkname'>
+ <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='2170' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_put_opp_table' mangled-name='dev_pm_opp_put_opp_table' filepath='drivers/opp/core.c' line='1414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_opp_table'>
- <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='1414' column='1'/>
+ <function-decl name='dev_pm_opp_put_opp_table' mangled-name='dev_pm_opp_put_opp_table' filepath='drivers/opp/core.c' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_opp_table'>
+ <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='1417' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_put_prop_name' mangled-name='dev_pm_opp_put_prop_name' filepath='drivers/opp/core.c' line='1939' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_prop_name'>
- <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='1939' column='1'/>
+ <function-decl name='dev_pm_opp_put_prop_name' mangled-name='dev_pm_opp_put_prop_name' filepath='drivers/opp/core.c' line='1942' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_prop_name'>
+ <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='1942' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_put_regulators' mangled-name='dev_pm_opp_put_regulators' filepath='drivers/opp/core.c' line='2043' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_regulators'>
- <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='2043' column='1'/>
+ <function-decl name='dev_pm_opp_put_regulators' mangled-name='dev_pm_opp_put_regulators' filepath='drivers/opp/core.c' line='2046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_regulators'>
+ <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='2046' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_put_supported_hw' mangled-name='dev_pm_opp_put_supported_hw' filepath='drivers/opp/core.c' line='1854' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_supported_hw'>
- <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='1854' column='1'/>
+ <function-decl name='dev_pm_opp_put_supported_hw' mangled-name='dev_pm_opp_put_supported_hw' filepath='drivers/opp/core.c' line='1857' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_put_supported_hw'>
+ <parameter type-id='e62a60bd' name='opp_table' filepath='drivers/opp/core.c' line='1857' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_remove' mangled-name='dev_pm_opp_remove' filepath='drivers/opp/core.c' line='1462' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_remove'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1462' column='1'/>
- <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='1462' column='1'/>
+ <function-decl name='dev_pm_opp_remove' mangled-name='dev_pm_opp_remove' filepath='drivers/opp/core.c' line='1465' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_remove'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1465' column='1'/>
+ <parameter type-id='7359adad' name='freq' filepath='drivers/opp/core.c' line='1465' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_remove_all_dynamic' mangled-name='dev_pm_opp_remove_all_dynamic' filepath='drivers/opp/core.c' line='1564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_remove_all_dynamic'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1564' column='1'/>
+ <function-decl name='dev_pm_opp_remove_all_dynamic' mangled-name='dev_pm_opp_remove_all_dynamic' filepath='drivers/opp/core.c' line='1567' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_remove_all_dynamic'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1567' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dev_pm_opp_set_clkname' mangled-name='dev_pm_opp_set_clkname' filepath='drivers/opp/core.c' line='2122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_clkname'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2122' column='1'/>
- <parameter type-id='80f4b756' name='name' filepath='drivers/opp/core.c' line='2122' column='1'/>
+ <function-decl name='dev_pm_opp_set_clkname' mangled-name='dev_pm_opp_set_clkname' filepath='drivers/opp/core.c' line='2125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_clkname'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2125' column='1'/>
+ <parameter type-id='80f4b756' name='name' filepath='drivers/opp/core.c' line='2125' column='1'/>
<return type-id='e62a60bd'/>
</function-decl>
<function-decl name='dev_pm_opp_set_opp' mangled-name='dev_pm_opp_set_opp' filepath='drivers/opp/core.c' line='1156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_opp'>
@@ -137980,9 +137996,9 @@
<parameter type-id='02e48bc6' name='opp' filepath='drivers/opp/core.c' line='1156' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_set_prop_name' mangled-name='dev_pm_opp_set_prop_name' filepath='drivers/opp/core.c' line='1906' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_prop_name'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1906' column='1'/>
- <parameter type-id='80f4b756' name='name' filepath='drivers/opp/core.c' line='1906' column='1'/>
+ <function-decl name='dev_pm_opp_set_prop_name' mangled-name='dev_pm_opp_set_prop_name' filepath='drivers/opp/core.c' line='1909' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_prop_name'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1909' column='1'/>
+ <parameter type-id='80f4b756' name='name' filepath='drivers/opp/core.c' line='1909' column='1'/>
<return type-id='e62a60bd'/>
</function-decl>
<function-decl name='dev_pm_opp_set_rate' mangled-name='dev_pm_opp_set_rate' filepath='drivers/opp/core.c' line='1091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_rate'>
@@ -137990,10 +138006,10 @@
<parameter type-id='7359adad' name='target_freq' filepath='drivers/opp/core.c' line='1091' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_set_regulators' mangled-name='dev_pm_opp_set_regulators' filepath='drivers/opp/core.c' line='1963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_regulators'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1963' column='1'/>
- <parameter type-id='13956559' name='names' filepath='drivers/opp/core.c' line='1964' column='1'/>
- <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='1965' column='1'/>
+ <function-decl name='dev_pm_opp_set_regulators' mangled-name='dev_pm_opp_set_regulators' filepath='drivers/opp/core.c' line='1966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_regulators'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1966' column='1'/>
+ <parameter type-id='13956559' name='names' filepath='drivers/opp/core.c' line='1967' column='1'/>
+ <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='1968' column='1'/>
<return type-id='e62a60bd'/>
</function-decl>
<function-decl name='dev_pm_opp_set_sharing_cpus' mangled-name='dev_pm_opp_set_sharing_cpus' filepath='drivers/opp/cpu.c' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_sharing_cpus'>
@@ -138001,10 +138017,10 @@
<parameter type-id='5f8a1ac4' name='cpumask' filepath='drivers/opp/cpu.c' line='156' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dev_pm_opp_set_supported_hw' mangled-name='dev_pm_opp_set_supported_hw' filepath='drivers/opp/core.c' line='1817' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_supported_hw'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1817' column='1'/>
- <parameter type-id='aded214c' name='versions' filepath='drivers/opp/core.c' line='1818' column='1'/>
- <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='1818' column='1'/>
+ <function-decl name='dev_pm_opp_set_supported_hw' mangled-name='dev_pm_opp_set_supported_hw' filepath='drivers/opp/core.c' line='1820' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_opp_set_supported_hw'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1820' column='1'/>
+ <parameter type-id='aded214c' name='versions' filepath='drivers/opp/core.c' line='1821' column='1'/>
+ <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='1821' column='1'/>
<return type-id='e62a60bd'/>
</function-decl>
<function-decl name='dev_pm_qos_add_notifier' mangled-name='dev_pm_qos_add_notifier' filepath='drivers/base/power/qos.c' line='536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dev_pm_qos_add_notifier'>
@@ -139146,14 +139162,14 @@
<parameter type-id='7bb280fa' name='config' filepath='drivers/nvmem/core.c' line='926' column='1'/>
<return type-id='8179bc49'/>
</function-decl>
- <function-decl name='devm_of_clk_add_hw_provider' mangled-name='devm_of_clk_add_hw_provider' filepath='drivers/clk/clk.c' line='4780' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_of_clk_add_hw_provider'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/clk/clk.c' line='4780' column='1'/>
- <parameter type-id='a5186342' name='get' filepath='drivers/clk/clk.c' line='4781' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4783' column='1'/>
+ <function-decl name='devm_of_clk_add_hw_provider' mangled-name='devm_of_clk_add_hw_provider' filepath='drivers/clk/clk.c' line='4781' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_of_clk_add_hw_provider'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/clk/clk.c' line='4781' column='1'/>
+ <parameter type-id='a5186342' name='get' filepath='drivers/clk/clk.c' line='4782' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4784' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='devm_of_clk_del_provider' mangled-name='devm_of_clk_del_provider' filepath='drivers/clk/clk.c' line='4845' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_of_clk_del_provider'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/clk/clk.c' line='4845' column='1'/>
+ <function-decl name='devm_of_clk_del_provider' mangled-name='devm_of_clk_del_provider' filepath='drivers/clk/clk.c' line='4846' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_of_clk_del_provider'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/clk/clk.c' line='4846' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='devm_of_icc_get' mangled-name='devm_of_icc_get' filepath='drivers/interconnect/core.c' line='402' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_of_icc_get'>
@@ -139278,21 +139294,21 @@
<parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/of.c' line='1103' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='devm_pm_opp_set_clkname' mangled-name='devm_pm_opp_set_clkname' filepath='drivers/opp/core.c' line='2193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_pm_opp_set_clkname'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2193' column='1'/>
- <parameter type-id='80f4b756' name='name' filepath='drivers/opp/core.c' line='2193' column='1'/>
+ <function-decl name='devm_pm_opp_set_clkname' mangled-name='devm_pm_opp_set_clkname' filepath='drivers/opp/core.c' line='2196' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_pm_opp_set_clkname'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2196' column='1'/>
+ <parameter type-id='80f4b756' name='name' filepath='drivers/opp/core.c' line='2196' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='devm_pm_opp_set_regulators' mangled-name='devm_pm_opp_set_regulators' filepath='drivers/opp/core.c' line='2095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_pm_opp_set_regulators'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2095' column='1'/>
- <parameter type-id='13956559' name='names' filepath='drivers/opp/core.c' line='2096' column='1'/>
- <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='2097' column='1'/>
+ <function-decl name='devm_pm_opp_set_regulators' mangled-name='devm_pm_opp_set_regulators' filepath='drivers/opp/core.c' line='2098' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_pm_opp_set_regulators'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='2098' column='1'/>
+ <parameter type-id='13956559' name='names' filepath='drivers/opp/core.c' line='2099' column='1'/>
+ <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='2100' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='devm_pm_opp_set_supported_hw' mangled-name='devm_pm_opp_set_supported_hw' filepath='drivers/opp/core.c' line='1882' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_pm_opp_set_supported_hw'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1882' column='1'/>
- <parameter type-id='aded214c' name='versions' filepath='drivers/opp/core.c' line='1882' column='1'/>
- <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='1883' column='1'/>
+ <function-decl name='devm_pm_opp_set_supported_hw' mangled-name='devm_pm_opp_set_supported_hw' filepath='drivers/opp/core.c' line='1885' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_pm_opp_set_supported_hw'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/opp/core.c' line='1885' column='1'/>
+ <parameter type-id='aded214c' name='versions' filepath='drivers/opp/core.c' line='1885' column='1'/>
+ <parameter type-id='f0981eeb' name='count' filepath='drivers/opp/core.c' line='1886' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='devm_pm_runtime_enable' mangled-name='devm_pm_runtime_enable' filepath='drivers/base/power/runtime.c' line='1487' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='devm_pm_runtime_enable'>
@@ -139590,10 +139606,10 @@
<parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1013' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='disk_end_io_acct' mangled-name='disk_end_io_acct' filepath='block/blk-core.c' line='1369' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='disk_end_io_acct'>
- <parameter type-id='33c599da' name='disk' filepath='block/blk-core.c' line='1369' column='1'/>
- <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='1369' column='1'/>
- <parameter type-id='7359adad' name='start_time' filepath='block/blk-core.c' line='1370' column='1'/>
+ <function-decl name='disk_end_io_acct' mangled-name='disk_end_io_acct' filepath='block/blk-core.c' line='1380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='disk_end_io_acct'>
+ <parameter type-id='33c599da' name='disk' filepath='block/blk-core.c' line='1380' column='1'/>
+ <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='1380' column='1'/>
+ <parameter type-id='7359adad' name='start_time' filepath='block/blk-core.c' line='1381' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='disk_stack_limits' mangled-name='disk_stack_limits' filepath='block/blk-settings.c' line='664' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='disk_stack_limits'>
@@ -139602,10 +139618,10 @@
<parameter type-id='a42536cd' name='offset' filepath='block/blk-settings.c' line='665' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='disk_start_io_acct' mangled-name='disk_start_io_acct' filepath='block/blk-core.c' line='1341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='disk_start_io_acct'>
- <parameter type-id='33c599da' name='disk' filepath='block/blk-core.c' line='1341' column='1'/>
- <parameter type-id='f0981eeb' name='sectors' filepath='block/blk-core.c' line='1341' column='1'/>
- <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='1342' column='1'/>
+ <function-decl name='disk_start_io_acct' mangled-name='disk_start_io_acct' filepath='block/blk-core.c' line='1352' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='disk_start_io_acct'>
+ <parameter type-id='33c599da' name='disk' filepath='block/blk-core.c' line='1352' column='1'/>
+ <parameter type-id='f0981eeb' name='sectors' filepath='block/blk-core.c' line='1352' column='1'/>
+ <parameter type-id='f0981eeb' name='op' filepath='block/blk-core.c' line='1353' column='1'/>
<return type-id='7359adad'/>
</function-decl>
<function-decl name='display_timings_release' mangled-name='display_timings_release' filepath='drivers/video/display_timing.c' line='12' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='display_timings_release'>
@@ -140417,16 +140433,16 @@
<parameter type-id='7e666abe' name='inode' filepath='fs/quota/dquot.c' line='1917' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='dquot_get_dqblk' mangled-name='dquot_get_dqblk' filepath='fs/quota/dquot.c' line='2625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_get_dqblk'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2625' column='1'/>
- <parameter type-id='72028e1c' name='qid' filepath='fs/quota/dquot.c' line='2625' column='1'/>
- <parameter type-id='39341f7e' name='di' filepath='fs/quota/dquot.c' line='2626' column='1'/>
+ <function-decl name='dquot_get_dqblk' mangled-name='dquot_get_dqblk' filepath='fs/quota/dquot.c' line='2626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_get_dqblk'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2626' column='1'/>
+ <parameter type-id='72028e1c' name='qid' filepath='fs/quota/dquot.c' line='2626' column='1'/>
+ <parameter type-id='39341f7e' name='di' filepath='fs/quota/dquot.c' line='2627' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dquot_get_next_dqblk' mangled-name='dquot_get_next_dqblk' filepath='fs/quota/dquot.c' line='2640' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_get_next_dqblk'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2640' column='1'/>
- <parameter type-id='cc8d835a' name='qid' filepath='fs/quota/dquot.c' line='2640' column='1'/>
- <parameter type-id='39341f7e' name='di' filepath='fs/quota/dquot.c' line='2641' column='1'/>
+ <function-decl name='dquot_get_next_dqblk' mangled-name='dquot_get_next_dqblk' filepath='fs/quota/dquot.c' line='2641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_get_next_dqblk'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2641' column='1'/>
+ <parameter type-id='cc8d835a' name='qid' filepath='fs/quota/dquot.c' line='2641' column='1'/>
+ <parameter type-id='39341f7e' name='di' filepath='fs/quota/dquot.c' line='2642' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='dquot_get_next_id' mangled-name='dquot_get_next_id' filepath='fs/quota/dquot.c' line='2138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_get_next_id'>
@@ -140434,9 +140450,9 @@
<parameter type-id='cc8d835a' name='qid' filepath='fs/quota/dquot.c' line='2138' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dquot_get_state' mangled-name='dquot_get_state' filepath='fs/quota/dquot.c' line='2777' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_get_state'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2777' column='1'/>
- <parameter type-id='6dcf57f3' name='state' filepath='fs/quota/dquot.c' line='2777' column='1'/>
+ <function-decl name='dquot_get_state' mangled-name='dquot_get_state' filepath='fs/quota/dquot.c' line='2778' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_get_state'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2778' column='1'/>
+ <parameter type-id='6dcf57f3' name='state' filepath='fs/quota/dquot.c' line='2778' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='dquot_initialize' mangled-name='dquot_initialize' filepath='fs/quota/dquot.c' line='1548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_initialize'>
@@ -140447,11 +140463,11 @@
<parameter type-id='7e666abe' name='inode' filepath='fs/quota/dquot.c' line='1554' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='dquot_load_quota_inode' mangled-name='dquot_load_quota_inode' filepath='fs/quota/dquot.c' line='2430' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_load_quota_inode'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/quota/dquot.c' line='2430' column='1'/>
- <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2430' column='1'/>
- <parameter type-id='95e97e5e' name='format_id' filepath='fs/quota/dquot.c' line='2430' column='1'/>
- <parameter type-id='f0981eeb' name='flags' filepath='fs/quota/dquot.c' line='2431' column='1'/>
+ <function-decl name='dquot_load_quota_inode' mangled-name='dquot_load_quota_inode' filepath='fs/quota/dquot.c' line='2431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_load_quota_inode'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/quota/dquot.c' line='2431' column='1'/>
+ <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2431' column='1'/>
+ <parameter type-id='95e97e5e' name='format_id' filepath='fs/quota/dquot.c' line='2431' column='1'/>
+ <parameter type-id='f0981eeb' name='flags' filepath='fs/quota/dquot.c' line='2432' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='dquot_mark_dquot_dirty' mangled-name='dquot_mark_dquot_dirty' filepath='fs/quota/dquot.c' line='350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_mark_dquot_dirty'>
@@ -140463,39 +140479,39 @@
<parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2304' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dquot_quota_on' mangled-name='dquot_quota_on' filepath='fs/quota/dquot.c' line='2480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_quota_on'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2480' column='1'/>
- <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2480' column='1'/>
- <parameter type-id='95e97e5e' name='format_id' filepath='fs/quota/dquot.c' line='2480' column='1'/>
- <parameter type-id='a77efac3' name='path' filepath='fs/quota/dquot.c' line='2481' column='1'/>
+ <function-decl name='dquot_quota_on' mangled-name='dquot_quota_on' filepath='fs/quota/dquot.c' line='2481' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_quota_on'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2481' column='1'/>
+ <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2481' column='1'/>
+ <parameter type-id='95e97e5e' name='format_id' filepath='fs/quota/dquot.c' line='2481' column='1'/>
+ <parameter type-id='a77efac3' name='path' filepath='fs/quota/dquot.c' line='2482' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dquot_quota_on_mount' mangled-name='dquot_quota_on_mount' filepath='fs/quota/dquot.c' line='2501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_quota_on_mount'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2501' column='1'/>
- <parameter type-id='26a90f95' name='qf_name' filepath='fs/quota/dquot.c' line='2501' column='1'/>
- <parameter type-id='95e97e5e' name='format_id' filepath='fs/quota/dquot.c' line='2502' column='1'/>
- <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2502' column='1'/>
+ <function-decl name='dquot_quota_on_mount' mangled-name='dquot_quota_on_mount' filepath='fs/quota/dquot.c' line='2502' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_quota_on_mount'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2502' column='1'/>
+ <parameter type-id='26a90f95' name='qf_name' filepath='fs/quota/dquot.c' line='2502' column='1'/>
+ <parameter type-id='95e97e5e' name='format_id' filepath='fs/quota/dquot.c' line='2503' column='1'/>
+ <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2503' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='dquot_release' mangled-name='dquot_release' filepath='fs/quota/dquot.c' line='499' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_release'>
<parameter type-id='e9a4c848' name='dquot' filepath='fs/quota/dquot.c' line='499' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dquot_resume' mangled-name='dquot_resume' filepath='fs/quota/dquot.c' line='2446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_resume'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2446' column='1'/>
- <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2446' column='1'/>
+ <function-decl name='dquot_resume' mangled-name='dquot_resume' filepath='fs/quota/dquot.c' line='2447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_resume'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2447' column='1'/>
+ <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2447' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dquot_set_dqblk' mangled-name='dquot_set_dqblk' filepath='fs/quota/dquot.c' line='2758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_set_dqblk'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2758' column='1'/>
- <parameter type-id='72028e1c' name='qid' filepath='fs/quota/dquot.c' line='2758' column='1'/>
- <parameter type-id='39341f7e' name='di' filepath='fs/quota/dquot.c' line='2759' column='1'/>
+ <function-decl name='dquot_set_dqblk' mangled-name='dquot_set_dqblk' filepath='fs/quota/dquot.c' line='2759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_set_dqblk'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2759' column='1'/>
+ <parameter type-id='72028e1c' name='qid' filepath='fs/quota/dquot.c' line='2759' column='1'/>
+ <parameter type-id='39341f7e' name='di' filepath='fs/quota/dquot.c' line='2760' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='dquot_set_dqinfo' mangled-name='dquot_set_dqinfo' filepath='fs/quota/dquot.c' line='2812' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_set_dqinfo'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2812' column='1'/>
- <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2812' column='1'/>
- <parameter type-id='66b0cee4' name='ii' filepath='fs/quota/dquot.c' line='2812' column='1'/>
+ <function-decl name='dquot_set_dqinfo' mangled-name='dquot_set_dqinfo' filepath='fs/quota/dquot.c' line='2813' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_set_dqinfo'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/quota/dquot.c' line='2813' column='1'/>
+ <parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='2813' column='1'/>
+ <parameter type-id='66b0cee4' name='ii' filepath='fs/quota/dquot.c' line='2813' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='dquot_transfer' mangled-name='dquot_transfer' filepath='fs/quota/dquot.c' line='2088' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dquot_transfer'>
@@ -140508,8 +140524,8 @@
<parameter type-id='95e97e5e' name='type' filepath='fs/quota/dquot.c' line='632' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drain_workqueue' mangled-name='drain_workqueue' filepath='kernel/workqueue.c' line='2984' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drain_workqueue'>
- <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='2984' column='1'/>
+ <function-decl name='drain_workqueue' mangled-name='drain_workqueue' filepath='kernel/workqueue.c' line='2987' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drain_workqueue'>
+ <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='2987' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='driver_attach' mangled-name='driver_attach' filepath='drivers/base/dd.c' line='1179' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='driver_attach'>
@@ -140568,14 +140584,14 @@
<parameter type-id='b4e725f2' name='req_driver' filepath='drivers/gpu/drm/drm_aperture.c' line='329' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_add_affected_connectors' mangled-name='drm_atomic_add_affected_connectors' filepath='drivers/gpu/drm/drm_atomic.c' line='1199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_add_affected_connectors'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1199' column='1'/>
- <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic.c' line='1200' column='1'/>
+ <function-decl name='drm_atomic_add_affected_connectors' mangled-name='drm_atomic_add_affected_connectors' filepath='drivers/gpu/drm/drm_atomic.c' line='1208' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_add_affected_connectors'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1208' column='1'/>
+ <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic.c' line='1209' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_add_affected_planes' mangled-name='drm_atomic_add_affected_planes' filepath='drivers/gpu/drm/drm_atomic.c' line='1262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_add_affected_planes'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1262' column='1'/>
- <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic.c' line='1263' column='1'/>
+ <function-decl name='drm_atomic_add_affected_planes' mangled-name='drm_atomic_add_affected_planes' filepath='drivers/gpu/drm/drm_atomic.c' line='1271' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_add_affected_planes'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1271' column='1'/>
+ <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic.c' line='1272' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='drm_atomic_bridge_chain_disable' mangled-name='drm_atomic_bridge_chain_disable' filepath='drivers/gpu/drm/drm_bridge.c' line='578' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_bridge_chain_disable'>
@@ -140593,48 +140609,48 @@
<parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_bridge.c' line='664' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_commit' mangled-name='drm_atomic_commit' filepath='drivers/gpu/drm/drm_atomic.c' line='1406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_commit'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1406' column='1'/>
+ <function-decl name='drm_atomic_commit' mangled-name='drm_atomic_commit' filepath='drivers/gpu/drm/drm_atomic.c' line='1415' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_commit'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1415' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_get_connector_state' mangled-name='drm_atomic_get_connector_state' filepath='drivers/gpu/drm/drm_atomic.c' line='985' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_connector_state'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='985' column='1'/>
- <parameter type-id='4db02c58' name='connector' filepath='drivers/gpu/drm/drm_atomic.c' line='986' column='1'/>
+ <function-decl name='drm_atomic_get_connector_state' mangled-name='drm_atomic_get_connector_state' filepath='drivers/gpu/drm/drm_atomic.c' line='994' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_connector_state'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='994' column='1'/>
+ <parameter type-id='4db02c58' name='connector' filepath='drivers/gpu/drm/drm_atomic.c' line='995' column='1'/>
<return type-id='249ef586'/>
</function-decl>
- <function-decl name='drm_atomic_get_crtc_state' mangled-name='drm_atomic_get_crtc_state' filepath='drivers/gpu/drm/drm_atomic.c' line='335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_crtc_state'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='335' column='1'/>
- <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic.c' line='336' column='1'/>
+ <function-decl name='drm_atomic_get_crtc_state' mangled-name='drm_atomic_get_crtc_state' filepath='drivers/gpu/drm/drm_atomic.c' line='344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_crtc_state'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='344' column='1'/>
+ <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic.c' line='345' column='1'/>
<return type-id='35078cb9'/>
</function-decl>
- <function-decl name='drm_atomic_get_new_bridge_state' mangled-name='drm_atomic_get_new_bridge_state' filepath='drivers/gpu/drm/drm_atomic.c' line='1125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_new_bridge_state'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1125' column='1'/>
- <parameter type-id='8582e5ec' name='bridge' filepath='drivers/gpu/drm/drm_atomic.c' line='1126' column='1'/>
+ <function-decl name='drm_atomic_get_new_bridge_state' mangled-name='drm_atomic_get_new_bridge_state' filepath='drivers/gpu/drm/drm_atomic.c' line='1134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_new_bridge_state'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1134' column='1'/>
+ <parameter type-id='8582e5ec' name='bridge' filepath='drivers/gpu/drm/drm_atomic.c' line='1135' column='1'/>
<return type-id='67bbaeda'/>
</function-decl>
- <function-decl name='drm_atomic_get_new_connector_for_encoder' mangled-name='drm_atomic_get_new_connector_for_encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_new_connector_for_encoder'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='953' column='1'/>
- <parameter type-id='74d89ebd' name='encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='954' column='1'/>
+ <function-decl name='drm_atomic_get_new_connector_for_encoder' mangled-name='drm_atomic_get_new_connector_for_encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='962' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_new_connector_for_encoder'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='962' column='1'/>
+ <parameter type-id='74d89ebd' name='encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='963' column='1'/>
<return type-id='4db02c58'/>
</function-decl>
- <function-decl name='drm_atomic_get_old_connector_for_encoder' mangled-name='drm_atomic_get_old_connector_for_encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='919' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_old_connector_for_encoder'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='919' column='1'/>
- <parameter type-id='74d89ebd' name='encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='920' column='1'/>
+ <function-decl name='drm_atomic_get_old_connector_for_encoder' mangled-name='drm_atomic_get_old_connector_for_encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='928' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_old_connector_for_encoder'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='928' column='1'/>
+ <parameter type-id='74d89ebd' name='encoder' filepath='drivers/gpu/drm/drm_atomic.c' line='929' column='1'/>
<return type-id='4db02c58'/>
</function-decl>
- <function-decl name='drm_atomic_get_plane_state' mangled-name='drm_atomic_get_plane_state' filepath='drivers/gpu/drm/drm_atomic.c' line='509' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_plane_state'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='509' column='1'/>
- <parameter type-id='a6711537' name='plane' filepath='drivers/gpu/drm/drm_atomic.c' line='510' column='1'/>
+ <function-decl name='drm_atomic_get_plane_state' mangled-name='drm_atomic_get_plane_state' filepath='drivers/gpu/drm/drm_atomic.c' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_plane_state'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='518' column='1'/>
+ <parameter type-id='a6711537' name='plane' filepath='drivers/gpu/drm/drm_atomic.c' line='519' column='1'/>
<return type-id='d0835005'/>
</function-decl>
- <function-decl name='drm_atomic_get_private_obj_state' mangled-name='drm_atomic_get_private_obj_state' filepath='drivers/gpu/drm/drm_atomic.c' line='811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_private_obj_state'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='811' column='1'/>
- <parameter type-id='11c98e9a' name='obj' filepath='drivers/gpu/drm/drm_atomic.c' line='812' column='1'/>
+ <function-decl name='drm_atomic_get_private_obj_state' mangled-name='drm_atomic_get_private_obj_state' filepath='drivers/gpu/drm/drm_atomic.c' line='820' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_get_private_obj_state'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='820' column='1'/>
+ <parameter type-id='11c98e9a' name='obj' filepath='drivers/gpu/drm/drm_atomic.c' line='821' column='1'/>
<return type-id='4ea020ae'/>
</function-decl>
- <function-decl name='drm_atomic_helper_async_commit' mangled-name='drm_atomic_helper_async_commit' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1781' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_async_commit'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1781' column='1'/>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1782' column='1'/>
+ <function-decl name='drm_atomic_helper_async_commit' mangled-name='drm_atomic_helper_async_commit' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1790' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_async_commit'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1790' column='1'/>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1791' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='drm_atomic_helper_bridge_destroy_state' mangled-name='drm_atomic_helper_bridge_destroy_state' filepath='drivers/gpu/drm/drm_atomic_state_helper.c' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_bridge_destroy_state'>
@@ -140646,13 +140662,13 @@
<parameter type-id='8582e5ec' name='bridge' filepath='drivers/gpu/drm/drm_atomic_state_helper.c' line='587' column='1'/>
<return type-id='67bbaeda'/>
</function-decl>
- <function-decl name='drm_atomic_helper_bridge_propagate_bus_fmt' mangled-name='drm_atomic_helper_bridge_propagate_bus_fmt' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_bridge_propagate_bus_fmt'>
- <parameter type-id='8582e5ec' name='bridge' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3524' column='1'/>
- <parameter type-id='67bbaeda' name='bridge_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3525' column='1'/>
- <parameter type-id='35078cb9' name='crtc_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3526' column='1'/>
- <parameter type-id='249ef586' name='conn_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3527' column='1'/>
- <parameter type-id='19c2251e' name='output_fmt' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3528' column='1'/>
- <parameter type-id='807869d3' name='num_input_fmts' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3529' column='1'/>
+ <function-decl name='drm_atomic_helper_bridge_propagate_bus_fmt' mangled-name='drm_atomic_helper_bridge_propagate_bus_fmt' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3533' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_bridge_propagate_bus_fmt'>
+ <parameter type-id='8582e5ec' name='bridge' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3533' column='1'/>
+ <parameter type-id='67bbaeda' name='bridge_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3534' column='1'/>
+ <parameter type-id='35078cb9' name='crtc_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3535' column='1'/>
+ <parameter type-id='249ef586' name='conn_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3536' column='1'/>
+ <parameter type-id='19c2251e' name='output_fmt' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3537' column='1'/>
+ <parameter type-id='807869d3' name='num_input_fmts' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3538' column='1'/>
<return type-id='f9409001'/>
</function-decl>
<function-decl name='drm_atomic_helper_bridge_reset' mangled-name='drm_atomic_helper_bridge_reset' filepath='drivers/gpu/drm/drm_atomic_state_helper.c' line='648' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_bridge_reset'>
@@ -140683,52 +140699,52 @@
<parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='890' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_cleanup_planes' mangled-name='drm_atomic_helper_cleanup_planes' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_cleanup_planes'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2709' column='1'/>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2710' column='1'/>
+ <function-decl name='drm_atomic_helper_cleanup_planes' mangled-name='drm_atomic_helper_cleanup_planes' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_cleanup_planes'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2718' column='1'/>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2719' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit' mangled-name='drm_atomic_helper_commit' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1834' column='1'/>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1835' column='1'/>
- <parameter type-id='b50a4934' name='nonblock' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1836' column='1'/>
+ <function-decl name='drm_atomic_helper_commit' mangled-name='drm_atomic_helper_commit' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1843' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1843' column='1'/>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1844' column='1'/>
+ <parameter type-id='b50a4934' name='nonblock' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1845' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_cleanup_done' mangled-name='drm_atomic_helper_commit_cleanup_done' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2359' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_cleanup_done'>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2359' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_cleanup_done' mangled-name='drm_atomic_helper_commit_cleanup_done' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_cleanup_done'>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2368' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_duplicated_state' mangled-name='drm_atomic_helper_commit_duplicated_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_duplicated_state'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3305' column='1'/>
- <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3306' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_duplicated_state' mangled-name='drm_atomic_helper_commit_duplicated_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_duplicated_state'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3314' column='1'/>
+ <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3315' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_hw_done' mangled-name='drm_atomic_helper_commit_hw_done' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_hw_done'>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2314' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_hw_done' mangled-name='drm_atomic_helper_commit_hw_done' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2323' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_hw_done'>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2323' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_modeset_disables' mangled-name='drm_atomic_helper_commit_modeset_disables' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_modeset_disables'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1307' column='1'/>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1308' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_modeset_disables' mangled-name='drm_atomic_helper_commit_modeset_disables' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1316' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_modeset_disables'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1316' column='1'/>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1317' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_modeset_enables' mangled-name='drm_atomic_helper_commit_modeset_enables' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1354' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_modeset_enables'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1354' column='1'/>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1355' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_modeset_enables' mangled-name='drm_atomic_helper_commit_modeset_enables' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_modeset_enables'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1363' column='1'/>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1364' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_planes' mangled-name='drm_atomic_helper_commit_planes' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2503' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_planes'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2503' column='1'/>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2504' column='1'/>
- <parameter type-id='8f92235e' name='flags' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2505' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_planes' mangled-name='drm_atomic_helper_commit_planes' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2512' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_planes'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2512' column='1'/>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2513' column='1'/>
+ <parameter type-id='8f92235e' name='flags' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2514' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_tail' mangled-name='drm_atomic_helper_commit_tail' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1593' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_tail'>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1593' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_tail' mangled-name='drm_atomic_helper_commit_tail' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1602' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_tail'>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1602' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_commit_tail_rpm' mangled-name='drm_atomic_helper_commit_tail_rpm' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_tail_rpm'>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1623' column='1'/>
+ <function-decl name='drm_atomic_helper_commit_tail_rpm' mangled-name='drm_atomic_helper_commit_tail_rpm' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1632' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_commit_tail_rpm'>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1632' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='drm_atomic_helper_connector_destroy_state' mangled-name='drm_atomic_helper_connector_destroy_state' filepath='drivers/gpu/drm/drm_atomic_state_helper.c' line='537' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_connector_destroy_state'>
@@ -140772,31 +140788,31 @@
<parameter type-id='f0981eeb' name='num_clips' filepath='drivers/gpu/drm/drm_damage_helper.c' line='109' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_disable_plane' mangled-name='drm_atomic_helper_disable_plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_disable_plane'>
- <parameter type-id='a6711537' name='plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2960' column='1'/>
- <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2961' column='1'/>
+ <function-decl name='drm_atomic_helper_disable_plane' mangled-name='drm_atomic_helper_disable_plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2969' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_disable_plane'>
+ <parameter type-id='a6711537' name='plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2969' column='1'/>
+ <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2970' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_disable_planes_on_crtc' mangled-name='drm_atomic_helper_disable_planes_on_crtc' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2669' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_disable_planes_on_crtc'>
- <parameter type-id='35078cb9' name='old_crtc_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2669' column='1'/>
- <parameter type-id='b50a4934' name='atomic' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2670' column='1'/>
+ <function-decl name='drm_atomic_helper_disable_planes_on_crtc' mangled-name='drm_atomic_helper_disable_planes_on_crtc' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2678' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_disable_planes_on_crtc'>
+ <parameter type-id='35078cb9' name='old_crtc_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2678' column='1'/>
+ <parameter type-id='b50a4934' name='atomic' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2679' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_duplicate_state' mangled-name='drm_atomic_helper_duplicate_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3171' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_duplicate_state'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3171' column='1'/>
- <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3172' column='1'/>
+ <function-decl name='drm_atomic_helper_duplicate_state' mangled-name='drm_atomic_helper_duplicate_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_duplicate_state'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3180' column='1'/>
+ <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3181' column='1'/>
<return type-id='e3dd029e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_fake_vblank' mangled-name='drm_atomic_helper_fake_vblank' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_fake_vblank'>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2276' column='1'/>
+ <function-decl name='drm_atomic_helper_fake_vblank' mangled-name='drm_atomic_helper_fake_vblank' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_fake_vblank'>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2285' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_page_flip' mangled-name='drm_atomic_helper_page_flip' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_page_flip'>
- <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3425' column='1'/>
- <parameter type-id='7b332e1c' name='fb' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3426' column='1'/>
- <parameter type-id='6301fad2' name='event' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3427' column='1'/>
- <parameter type-id='8f92235e' name='flags' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3428' column='1'/>
- <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3429' column='1'/>
+ <function-decl name='drm_atomic_helper_page_flip' mangled-name='drm_atomic_helper_page_flip' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3434' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_page_flip'>
+ <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3434' column='1'/>
+ <parameter type-id='7b332e1c' name='fb' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3435' column='1'/>
+ <parameter type-id='6301fad2' name='event' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3436' column='1'/>
+ <parameter type-id='8f92235e' name='flags' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3437' column='1'/>
+ <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3438' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='drm_atomic_helper_plane_destroy_state' mangled-name='drm_atomic_helper_plane_destroy_state' filepath='drivers/gpu/drm/drm_atomic_state_helper.c' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_plane_destroy_state'>
@@ -140812,81 +140828,81 @@
<parameter type-id='a6711537' name='plane' filepath='drivers/gpu/drm/drm_atomic_state_helper.c' line='283' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_prepare_planes' mangled-name='drm_atomic_helper_prepare_planes' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_prepare_planes'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2399' column='1'/>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2400' column='1'/>
+ <function-decl name='drm_atomic_helper_prepare_planes' mangled-name='drm_atomic_helper_prepare_planes' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_prepare_planes'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2408' column='1'/>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2409' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_resume' mangled-name='drm_atomic_helper_resume' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3351' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_resume'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3351' column='1'/>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3352' column='1'/>
+ <function-decl name='drm_atomic_helper_resume' mangled-name='drm_atomic_helper_resume' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_resume'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3360' column='1'/>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3361' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_set_config' mangled-name='drm_atomic_helper_set_config' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3008' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_set_config'>
- <parameter type-id='8106240b' name='set' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3008' column='1'/>
- <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3009' column='1'/>
+ <function-decl name='drm_atomic_helper_set_config' mangled-name='drm_atomic_helper_set_config' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_set_config'>
+ <parameter type-id='8106240b' name='set' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3017' column='1'/>
+ <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3018' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_setup_commit' mangled-name='drm_atomic_helper_setup_commit' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_setup_commit'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2100' column='1'/>
- <parameter type-id='b50a4934' name='nonblock' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2101' column='1'/>
+ <function-decl name='drm_atomic_helper_setup_commit' mangled-name='drm_atomic_helper_setup_commit' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_setup_commit'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2109' column='1'/>
+ <parameter type-id='b50a4934' name='nonblock' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2110' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_shutdown' mangled-name='drm_atomic_helper_shutdown' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_shutdown'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3131' column='1'/>
+ <function-decl name='drm_atomic_helper_shutdown' mangled-name='drm_atomic_helper_shutdown' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_shutdown'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3140' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_suspend' mangled-name='drm_atomic_helper_suspend' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_suspend'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3259' column='1'/>
+ <function-decl name='drm_atomic_helper_suspend' mangled-name='drm_atomic_helper_suspend' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_suspend'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='3268' column='1'/>
<return type-id='e3dd029e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_swap_state' mangled-name='drm_atomic_helper_swap_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_swap_state'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2772' column='1'/>
- <parameter type-id='b50a4934' name='stall' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2773' column='1'/>
+ <function-decl name='drm_atomic_helper_swap_state' mangled-name='drm_atomic_helper_swap_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2781' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_swap_state'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2781' column='1'/>
+ <parameter type-id='b50a4934' name='stall' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2782' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_update_legacy_modeset_state' mangled-name='drm_atomic_helper_update_legacy_modeset_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1149' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_update_legacy_modeset_state'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1149' column='1'/>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1150' column='1'/>
+ <function-decl name='drm_atomic_helper_update_legacy_modeset_state' mangled-name='drm_atomic_helper_update_legacy_modeset_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_update_legacy_modeset_state'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1158' column='1'/>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1159' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_update_plane' mangled-name='drm_atomic_helper_update_plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2903' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_update_plane'>
- <parameter type-id='a6711537' name='plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2903' column='1'/>
- <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2904' column='1'/>
- <parameter type-id='7b332e1c' name='fb' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2905' column='1'/>
- <parameter type-id='95e97e5e' name='crtc_x' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2906' column='1'/>
- <parameter type-id='95e97e5e' name='crtc_y' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2906' column='1'/>
- <parameter type-id='f0981eeb' name='crtc_w' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2907' column='1'/>
- <parameter type-id='f0981eeb' name='crtc_h' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2907' column='1'/>
- <parameter type-id='8f92235e' name='src_x' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2908' column='1'/>
- <parameter type-id='8f92235e' name='src_y' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2908' column='1'/>
- <parameter type-id='8f92235e' name='src_w' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2909' column='1'/>
- <parameter type-id='8f92235e' name='src_h' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2909' column='1'/>
- <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2910' column='1'/>
+ <function-decl name='drm_atomic_helper_update_plane' mangled-name='drm_atomic_helper_update_plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2912' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_update_plane'>
+ <parameter type-id='a6711537' name='plane' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2912' column='1'/>
+ <parameter type-id='b64ad7cb' name='crtc' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2913' column='1'/>
+ <parameter type-id='7b332e1c' name='fb' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2914' column='1'/>
+ <parameter type-id='95e97e5e' name='crtc_x' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2915' column='1'/>
+ <parameter type-id='95e97e5e' name='crtc_y' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2915' column='1'/>
+ <parameter type-id='f0981eeb' name='crtc_w' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2916' column='1'/>
+ <parameter type-id='f0981eeb' name='crtc_h' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2916' column='1'/>
+ <parameter type-id='8f92235e' name='src_x' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2917' column='1'/>
+ <parameter type-id='8f92235e' name='src_y' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2917' column='1'/>
+ <parameter type-id='8f92235e' name='src_w' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2918' column='1'/>
+ <parameter type-id='8f92235e' name='src_h' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2918' column='1'/>
+ <parameter type-id='d1499e71' name='ctx' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2919' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_wait_for_dependencies' mangled-name='drm_atomic_helper_wait_for_dependencies' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2224' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_dependencies'>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2224' column='1'/>
+ <function-decl name='drm_atomic_helper_wait_for_dependencies' mangled-name='drm_atomic_helper_wait_for_dependencies' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_dependencies'>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='2233' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_wait_for_fences' mangled-name='drm_atomic_helper_wait_for_fences' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_fences'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1448' column='1'/>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1449' column='1'/>
- <parameter type-id='b50a4934' name='pre_swap' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1450' column='1'/>
+ <function-decl name='drm_atomic_helper_wait_for_fences' mangled-name='drm_atomic_helper_wait_for_fences' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1457' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_fences'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1457' column='1'/>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1458' column='1'/>
+ <parameter type-id='b50a4934' name='pre_swap' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1459' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_helper_wait_for_flip_done' mangled-name='drm_atomic_helper_wait_for_flip_done' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1554' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_flip_done'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1554' column='1'/>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1555' column='1'/>
+ <function-decl name='drm_atomic_helper_wait_for_flip_done' mangled-name='drm_atomic_helper_wait_for_flip_done' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1563' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_flip_done'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1563' column='1'/>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1564' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_helper_wait_for_vblanks' mangled-name='drm_atomic_helper_wait_for_vblanks' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1495' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_vblanks'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1495' column='1'/>
- <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1496' column='1'/>
+ <function-decl name='drm_atomic_helper_wait_for_vblanks' mangled-name='drm_atomic_helper_wait_for_vblanks' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1504' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_helper_wait_for_vblanks'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1504' column='1'/>
+ <parameter type-id='e3dd029e' name='old_state' filepath='drivers/gpu/drm/drm_atomic_helper.c' line='1505' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_nonblocking_commit' mangled-name='drm_atomic_nonblocking_commit' filepath='drivers/gpu/drm/drm_atomic.c' line='1435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_nonblocking_commit'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1435' column='1'/>
+ <function-decl name='drm_atomic_nonblocking_commit' mangled-name='drm_atomic_nonblocking_commit' filepath='drivers/gpu/drm/drm_atomic.c' line='1444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_nonblocking_commit'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1444' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='drm_atomic_normalize_zpos' mangled-name='drm_atomic_normalize_zpos' filepath='drivers/gpu/drm/drm_blend.c' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_normalize_zpos'>
@@ -140894,20 +140910,20 @@
<parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_blend.c' line='512' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_print_new_state' mangled-name='drm_atomic_print_new_state' filepath='drivers/gpu/drm/drm_atomic.c' line='1629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_print_new_state'>
- <parameter type-id='f8e48a99' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1629' column='1'/>
- <parameter type-id='7ac48c21' name='p' filepath='drivers/gpu/drm/drm_atomic.c' line='1630' column='1'/>
+ <function-decl name='drm_atomic_print_new_state' mangled-name='drm_atomic_print_new_state' filepath='drivers/gpu/drm/drm_atomic.c' line='1638' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_print_new_state'>
+ <parameter type-id='f8e48a99' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='1638' column='1'/>
+ <parameter type-id='7ac48c21' name='p' filepath='drivers/gpu/drm/drm_atomic.c' line='1639' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_private_obj_fini' mangled-name='drm_atomic_private_obj_fini' filepath='drivers/gpu/drm/drm_atomic.c' line='789' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_private_obj_fini'>
- <parameter type-id='11c98e9a' name='obj' filepath='drivers/gpu/drm/drm_atomic.c' line='789' column='1'/>
+ <function-decl name='drm_atomic_private_obj_fini' mangled-name='drm_atomic_private_obj_fini' filepath='drivers/gpu/drm/drm_atomic.c' line='798' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_private_obj_fini'>
+ <parameter type-id='11c98e9a' name='obj' filepath='drivers/gpu/drm/drm_atomic.c' line='798' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_private_obj_init' mangled-name='drm_atomic_private_obj_init' filepath='drivers/gpu/drm/drm_atomic.c' line='767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_private_obj_init'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic.c' line='767' column='1'/>
- <parameter type-id='11c98e9a' name='obj' filepath='drivers/gpu/drm/drm_atomic.c' line='768' column='1'/>
- <parameter type-id='4ea020ae' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='769' column='1'/>
- <parameter type-id='515fa1af' name='funcs' filepath='drivers/gpu/drm/drm_atomic.c' line='770' column='1'/>
+ <function-decl name='drm_atomic_private_obj_init' mangled-name='drm_atomic_private_obj_init' filepath='drivers/gpu/drm/drm_atomic.c' line='776' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_private_obj_init'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic.c' line='776' column='1'/>
+ <parameter type-id='11c98e9a' name='obj' filepath='drivers/gpu/drm/drm_atomic.c' line='777' column='1'/>
+ <parameter type-id='4ea020ae' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='778' column='1'/>
+ <parameter type-id='515fa1af' name='funcs' filepath='drivers/gpu/drm/drm_atomic.c' line='779' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='drm_atomic_set_crtc_for_connector' mangled-name='drm_atomic_set_crtc_for_connector' filepath='drivers/gpu/drm/drm_atomic_uapi.c' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_set_crtc_for_connector'>
@@ -140940,16 +140956,16 @@
<parameter type-id='c4126d52' name='blob' filepath='drivers/gpu/drm/drm_atomic_uapi.c' line='120' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_atomic_state_alloc' mangled-name='drm_atomic_state_alloc' filepath='drivers/gpu/drm/drm_atomic.c' line='159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_state_alloc'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic.c' line='159' column='1'/>
+ <function-decl name='drm_atomic_state_alloc' mangled-name='drm_atomic_state_alloc' filepath='drivers/gpu/drm/drm_atomic.c' line='165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_state_alloc'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic.c' line='165' column='1'/>
<return type-id='e3dd029e'/>
</function-decl>
- <function-decl name='drm_atomic_state_clear' mangled-name='drm_atomic_state_clear' filepath='drivers/gpu/drm/drm_atomic.c' line='278' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_state_clear'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='278' column='1'/>
+ <function-decl name='drm_atomic_state_clear' mangled-name='drm_atomic_state_clear' filepath='drivers/gpu/drm/drm_atomic.c' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_state_clear'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='284' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='drm_atomic_state_default_clear' mangled-name='drm_atomic_state_default_clear' filepath='drivers/gpu/drm/drm_atomic.c' line='188' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_state_default_clear'>
- <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='188' column='1'/>
+ <function-decl name='drm_atomic_state_default_clear' mangled-name='drm_atomic_state_default_clear' filepath='drivers/gpu/drm/drm_atomic.c' line='194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_state_default_clear'>
+ <parameter type-id='e3dd029e' name='state' filepath='drivers/gpu/drm/drm_atomic.c' line='194' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='drm_atomic_state_default_release' mangled-name='drm_atomic_state_default_release' filepath='drivers/gpu/drm/drm_atomic.c' line='104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_atomic_state_default_release'>
@@ -141053,18 +141069,18 @@
<parameter type-id='67ede465' name='funcs' filepath='drivers/gpu/drm/drm_client.c' line='80' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_client_modeset_commit' mangled-name='drm_client_modeset_commit' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_client_modeset_commit'>
- <parameter type-id='cc1804ea' name='client' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1164' column='1'/>
+ <function-decl name='drm_client_modeset_commit' mangled-name='drm_client_modeset_commit' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_client_modeset_commit'>
+ <parameter type-id='cc1804ea' name='client' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1170' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_client_modeset_commit_locked' mangled-name='drm_client_modeset_commit_locked' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_client_modeset_commit_locked'>
- <parameter type-id='cc1804ea' name='client' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1139' column='1'/>
+ <function-decl name='drm_client_modeset_commit_locked' mangled-name='drm_client_modeset_commit_locked' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_client_modeset_commit_locked'>
+ <parameter type-id='cc1804ea' name='client' filepath='drivers/gpu/drm/drm_client_modeset.c' line='1145' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_client_modeset_probe' mangled-name='drm_client_modeset_probe' filepath='drivers/gpu/drm/drm_client_modeset.c' line='765' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_client_modeset_probe'>
- <parameter type-id='cc1804ea' name='client' filepath='drivers/gpu/drm/drm_client_modeset.c' line='765' column='1'/>
- <parameter type-id='f0981eeb' name='width' filepath='drivers/gpu/drm/drm_client_modeset.c' line='765' column='1'/>
- <parameter type-id='f0981eeb' name='height' filepath='drivers/gpu/drm/drm_client_modeset.c' line='765' column='1'/>
+ <function-decl name='drm_client_modeset_probe' mangled-name='drm_client_modeset_probe' filepath='drivers/gpu/drm/drm_client_modeset.c' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_client_modeset_probe'>
+ <parameter type-id='cc1804ea' name='client' filepath='drivers/gpu/drm/drm_client_modeset.c' line='770' column='1'/>
+ <parameter type-id='f0981eeb' name='width' filepath='drivers/gpu/drm/drm_client_modeset.c' line='770' column='1'/>
+ <parameter type-id='f0981eeb' name='height' filepath='drivers/gpu/drm/drm_client_modeset.c' line='770' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='drm_client_register' mangled-name='drm_client_register' filepath='drivers/gpu/drm/drm_client.c' line='126' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_client_register'>
@@ -142910,9 +142926,9 @@
<parameter type-id='95e97e5e' name='encoder_type' filepath='drivers/gpu/drm/drm_simple_kms_helper.c' line='70' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='drm_state_dump' mangled-name='drm_state_dump' filepath='drivers/gpu/drm/drm_atomic.c' line='1711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_state_dump'>
- <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic.c' line='1711' column='1'/>
- <parameter type-id='7ac48c21' name='p' filepath='drivers/gpu/drm/drm_atomic.c' line='1711' column='1'/>
+ <function-decl name='drm_state_dump' mangled-name='drm_state_dump' filepath='drivers/gpu/drm/drm_atomic.c' line='1720' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_state_dump'>
+ <parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_atomic.c' line='1720' column='1'/>
+ <parameter type-id='7ac48c21' name='p' filepath='drivers/gpu/drm/drm_atomic.c' line='1720' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='drm_syncobj_add_point' mangled-name='drm_syncobj_add_point' filepath='drivers/gpu/drm/drm_syncobj.c' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_syncobj_add_point'>
@@ -143274,8 +143290,8 @@
<parameter type-id='95e97e5e' name='uptodate' filepath='fs/buffer.c' line='164' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='end_page_writeback' mangled-name='end_page_writeback' filepath='mm/filemap.c' line='1582' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='end_page_writeback'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1582' column='1'/>
+ <function-decl name='end_page_writeback' mangled-name='end_page_writeback' filepath='mm/filemap.c' line='1586' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='end_page_writeback'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1586' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='errseq_set' mangled-name='errseq_set' filepath='lib/errseq.c' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='errseq_set'>
@@ -143444,85 +143460,85 @@
<parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='634' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='extcon_dev_register' mangled-name='extcon_dev_register' filepath='drivers/extcon/extcon.c' line='1084' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_dev_register'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='1084' column='1'/>
+ <function-decl name='extcon_dev_register' mangled-name='extcon_dev_register' filepath='drivers/extcon/extcon.c' line='1092' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_dev_register'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='1092' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_find_edev_by_node' mangled-name='extcon_find_edev_by_node' filepath='drivers/extcon/extcon.c' line='1344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_find_edev_by_node'>
- <parameter type-id='9a537bbe' name='node' filepath='drivers/extcon/extcon.c' line='1344' column='1'/>
+ <function-decl name='extcon_find_edev_by_node' mangled-name='extcon_find_edev_by_node' filepath='drivers/extcon/extcon.c' line='1352' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_find_edev_by_node'>
+ <parameter type-id='9a537bbe' name='node' filepath='drivers/extcon/extcon.c' line='1352' column='1'/>
<return type-id='c0d6fada'/>
</function-decl>
- <function-decl name='extcon_get_edev_by_phandle' mangled-name='extcon_get_edev_by_phandle' filepath='drivers/extcon/extcon.c' line='1366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_edev_by_phandle'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/extcon/extcon.c' line='1366' column='1'/>
- <parameter type-id='95e97e5e' name='index' filepath='drivers/extcon/extcon.c' line='1366' column='1'/>
+ <function-decl name='extcon_get_edev_by_phandle' mangled-name='extcon_get_edev_by_phandle' filepath='drivers/extcon/extcon.c' line='1374' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_edev_by_phandle'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/extcon/extcon.c' line='1374' column='1'/>
+ <parameter type-id='95e97e5e' name='index' filepath='drivers/extcon/extcon.c' line='1374' column='1'/>
<return type-id='c0d6fada'/>
</function-decl>
- <function-decl name='extcon_get_edev_name' mangled-name='extcon_get_edev_name' filepath='drivers/extcon/extcon.c' line='1413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_edev_name'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='1413' column='1'/>
+ <function-decl name='extcon_get_edev_name' mangled-name='extcon_get_edev_name' filepath='drivers/extcon/extcon.c' line='1421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_edev_name'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='1421' column='1'/>
<return type-id='80f4b756'/>
</function-decl>
- <function-decl name='extcon_get_extcon_dev' mangled-name='extcon_get_extcon_dev' filepath='drivers/extcon/extcon.c' line='869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_extcon_dev'>
- <parameter type-id='80f4b756' name='extcon_name' filepath='drivers/extcon/extcon.c' line='869' column='1'/>
+ <function-decl name='extcon_get_extcon_dev' mangled-name='extcon_get_extcon_dev' filepath='drivers/extcon/extcon.c' line='877' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_extcon_dev'>
+ <parameter type-id='80f4b756' name='extcon_name' filepath='drivers/extcon/extcon.c' line='877' column='1'/>
<return type-id='c0d6fada'/>
</function-decl>
- <function-decl name='extcon_get_property' mangled-name='extcon_get_property' filepath='drivers/extcon/extcon.c' line='615' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_property'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='615' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='615' column='1'/>
- <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='616' column='1'/>
- <parameter type-id='50842338' name='prop_val' filepath='drivers/extcon/extcon.c' line='617' column='1'/>
+ <function-decl name='extcon_get_property' mangled-name='extcon_get_property' filepath='drivers/extcon/extcon.c' line='623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_property'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='623' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='623' column='1'/>
+ <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='624' column='1'/>
+ <parameter type-id='50842338' name='prop_val' filepath='drivers/extcon/extcon.c' line='625' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_get_property_capability' mangled-name='extcon_get_property_capability' filepath='drivers/extcon/extcon.c' line='782' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_property_capability'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='782' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='782' column='1'/>
- <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='783' column='1'/>
+ <function-decl name='extcon_get_property_capability' mangled-name='extcon_get_property_capability' filepath='drivers/extcon/extcon.c' line='790' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_property_capability'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='790' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='790' column='1'/>
+ <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='791' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_get_state' mangled-name='extcon_get_state' filepath='drivers/extcon/extcon.c' line='489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_state'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='489' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='489' column='1'/>
+ <function-decl name='extcon_get_state' mangled-name='extcon_get_state' filepath='drivers/extcon/extcon.c' line='497' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_get_state'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='497' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='497' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_register_notifier' mangled-name='extcon_register_notifier' filepath='drivers/extcon/extcon.c' line='901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_register_notifier'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='901' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='901' column='1'/>
- <parameter type-id='d504f73d' name='nb' filepath='drivers/extcon/extcon.c' line='902' column='1'/>
+ <function-decl name='extcon_register_notifier' mangled-name='extcon_register_notifier' filepath='drivers/extcon/extcon.c' line='909' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_register_notifier'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='909' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='909' column='1'/>
+ <parameter type-id='d504f73d' name='nb' filepath='drivers/extcon/extcon.c' line='910' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_set_property' mangled-name='extcon_set_property' filepath='drivers/extcon/extcon.c' line='694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_property'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='694' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='694' column='1'/>
- <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='695' column='1'/>
- <parameter type-id='282b2805' name='prop_val' filepath='drivers/extcon/extcon.c' line='696' column='1'/>
+ <function-decl name='extcon_set_property' mangled-name='extcon_set_property' filepath='drivers/extcon/extcon.c' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_property'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='702' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='702' column='1'/>
+ <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='703' column='1'/>
+ <parameter type-id='282b2805' name='prop_val' filepath='drivers/extcon/extcon.c' line='704' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_set_property_capability' mangled-name='extcon_set_property_capability' filepath='drivers/extcon/extcon.c' line='816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_property_capability'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='816' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='816' column='1'/>
- <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='817' column='1'/>
+ <function-decl name='extcon_set_property_capability' mangled-name='extcon_set_property_capability' filepath='drivers/extcon/extcon.c' line='824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_property_capability'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='824' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='824' column='1'/>
+ <parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='825' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_set_state' mangled-name='extcon_set_state' filepath='drivers/extcon/extcon.c' line='522' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_state'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='522' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='522' column='1'/>
- <parameter type-id='b50a4934' name='state' filepath='drivers/extcon/extcon.c' line='522' column='1'/>
+ <function-decl name='extcon_set_state' mangled-name='extcon_set_state' filepath='drivers/extcon/extcon.c' line='530' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_state'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='530' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='530' column='1'/>
+ <parameter type-id='b50a4934' name='state' filepath='drivers/extcon/extcon.c' line='530' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_set_state_sync' mangled-name='extcon_set_state_sync' filepath='drivers/extcon/extcon.c' line='577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_state_sync'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='577' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='577' column='1'/>
- <parameter type-id='b50a4934' name='state' filepath='drivers/extcon/extcon.c' line='577' column='1'/>
+ <function-decl name='extcon_set_state_sync' mangled-name='extcon_set_state_sync' filepath='drivers/extcon/extcon.c' line='585' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_state_sync'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='585' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='585' column='1'/>
+ <parameter type-id='b50a4934' name='state' filepath='drivers/extcon/extcon.c' line='585' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_sync' mangled-name='extcon_sync' filepath='drivers/extcon/extcon.c' line='408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_sync'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='408' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='408' column='1'/>
+ <function-decl name='extcon_sync' mangled-name='extcon_sync' filepath='drivers/extcon/extcon.c' line='416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_sync'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='416' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='416' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='extcon_unregister_notifier' mangled-name='extcon_unregister_notifier' filepath='drivers/extcon/extcon.c' line='930' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_unregister_notifier'>
- <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='930' column='1'/>
- <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='930' column='1'/>
- <parameter type-id='d504f73d' name='nb' filepath='drivers/extcon/extcon.c' line='931' column='1'/>
+ <function-decl name='extcon_unregister_notifier' mangled-name='extcon_unregister_notifier' filepath='drivers/extcon/extcon.c' line='938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_unregister_notifier'>
+ <parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='938' column='1'/>
+ <parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='938' column='1'/>
+ <parameter type-id='d504f73d' name='nb' filepath='drivers/extcon/extcon.c' line='939' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='fasync_helper' mangled-name='fasync_helper' filepath='fs/fcntl.c' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='fasync_helper'>
@@ -143572,12 +143588,12 @@
<parameter type-id='19c2251e' name='supported_flags' filepath='fs/ioctl.c' line='168' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='file_check_and_advance_wb_err' mangled-name='file_check_and_advance_wb_err' filepath='mm/filemap.c' line='760' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_check_and_advance_wb_err'>
- <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='760' column='1'/>
+ <function-decl name='file_check_and_advance_wb_err' mangled-name='file_check_and_advance_wb_err' filepath='mm/filemap.c' line='764' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_check_and_advance_wb_err'>
+ <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='764' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='file_modified' mangled-name='file_modified' filepath='fs/inode.c' line='1985' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_modified'>
- <parameter type-id='77e79a4b' name='file' filepath='fs/inode.c' line='1985' column='1'/>
+ <function-decl name='file_modified' mangled-name='file_modified' filepath='fs/inode.c' line='2027' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_modified'>
+ <parameter type-id='77e79a4b' name='file' filepath='fs/inode.c' line='2027' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='file_path' mangled-name='file_path' filepath='fs/open.c' line='943' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_path'>
@@ -143591,18 +143607,18 @@
<parameter type-id='f57039f0' name='mapping' filepath='mm/readahead.c' line='35' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='file_remove_privs' mangled-name='file_remove_privs' filepath='fs/inode.c' line='1908' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_remove_privs'>
- <parameter type-id='77e79a4b' name='file' filepath='fs/inode.c' line='1908' column='1'/>
+ <function-decl name='file_remove_privs' mangled-name='file_remove_privs' filepath='fs/inode.c' line='1950' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_remove_privs'>
+ <parameter type-id='77e79a4b' name='file' filepath='fs/inode.c' line='1950' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='file_update_time' mangled-name='file_update_time' filepath='fs/inode.c' line='1949' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_update_time'>
- <parameter type-id='77e79a4b' name='file' filepath='fs/inode.c' line='1949' column='1'/>
+ <function-decl name='file_update_time' mangled-name='file_update_time' filepath='fs/inode.c' line='1991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_update_time'>
+ <parameter type-id='77e79a4b' name='file' filepath='fs/inode.c' line='1991' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='file_write_and_wait_range' mangled-name='file_write_and_wait_range' filepath='mm/filemap.c' line='804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_write_and_wait_range'>
- <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='804' column='1'/>
- <parameter type-id='69bf7bee' name='lstart' filepath='mm/filemap.c' line='804' column='1'/>
- <parameter type-id='69bf7bee' name='lend' filepath='mm/filemap.c' line='804' column='1'/>
+ <function-decl name='file_write_and_wait_range' mangled-name='file_write_and_wait_range' filepath='mm/filemap.c' line='808' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='file_write_and_wait_range'>
+ <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='808' column='1'/>
+ <parameter type-id='69bf7bee' name='lstart' filepath='mm/filemap.c' line='808' column='1'/>
+ <parameter type-id='69bf7bee' name='lend' filepath='mm/filemap.c' line='808' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='fileattr_fill_flags' mangled-name='fileattr_fill_flags' filepath='fs/ioctl.c' line='498' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='fileattr_fill_flags'>
@@ -143610,50 +143626,50 @@
<parameter type-id='19c2251e' name='flags' filepath='fs/ioctl.c' line='498' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='filemap_check_errors' mangled-name='filemap_check_errors' filepath='mm/filemap.c' line='356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_check_errors'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='356' column='1'/>
+ <function-decl name='filemap_check_errors' mangled-name='filemap_check_errors' filepath='mm/filemap.c' line='360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_check_errors'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='360' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='filemap_fault' mangled-name='filemap_fault' filepath='mm/filemap.c' line='3048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fault'>
- <parameter type-id='d02f4143' name='vmf' filepath='mm/filemap.c' line='3048' column='1'/>
+ <function-decl name='filemap_fault' mangled-name='filemap_fault' filepath='mm/filemap.c' line='3052' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fault'>
+ <parameter type-id='d02f4143' name='vmf' filepath='mm/filemap.c' line='3052' column='1'/>
<return type-id='e9265215'/>
</function-decl>
- <function-decl name='filemap_fdatawait_range' mangled-name='filemap_fdatawait_range' filepath='mm/filemap.c' line='560' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fdatawait_range'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='560' column='1'/>
- <parameter type-id='69bf7bee' name='start_byte' filepath='mm/filemap.c' line='560' column='1'/>
- <parameter type-id='69bf7bee' name='end_byte' filepath='mm/filemap.c' line='561' column='1'/>
+ <function-decl name='filemap_fdatawait_range' mangled-name='filemap_fdatawait_range' filepath='mm/filemap.c' line='564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fdatawait_range'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='564' column='1'/>
+ <parameter type-id='69bf7bee' name='start_byte' filepath='mm/filemap.c' line='564' column='1'/>
+ <parameter type-id='69bf7bee' name='end_byte' filepath='mm/filemap.c' line='565' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='filemap_fdatawrite' mangled-name='filemap_fdatawrite' filepath='mm/filemap.c' line='442' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fdatawrite'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='442' column='1'/>
+ <function-decl name='filemap_fdatawrite' mangled-name='filemap_fdatawrite' filepath='mm/filemap.c' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fdatawrite'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='446' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='filemap_fdatawrite_range' mangled-name='filemap_fdatawrite_range' filepath='mm/filemap.c' line='448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fdatawrite_range'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='448' column='1'/>
- <parameter type-id='69bf7bee' name='start' filepath='mm/filemap.c' line='448' column='1'/>
- <parameter type-id='69bf7bee' name='end' filepath='mm/filemap.c' line='449' column='1'/>
+ <function-decl name='filemap_fdatawrite_range' mangled-name='filemap_fdatawrite_range' filepath='mm/filemap.c' line='452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_fdatawrite_range'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='452' column='1'/>
+ <parameter type-id='69bf7bee' name='start' filepath='mm/filemap.c' line='452' column='1'/>
+ <parameter type-id='69bf7bee' name='end' filepath='mm/filemap.c' line='453' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='filemap_flush' mangled-name='filemap_flush' filepath='mm/filemap.c' line='464' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_flush'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='464' column='1'/>
+ <function-decl name='filemap_flush' mangled-name='filemap_flush' filepath='mm/filemap.c' line='468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_flush'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='468' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='filemap_map_pages' mangled-name='filemap_map_pages' filepath='mm/filemap.c' line='3343' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_map_pages'>
- <parameter type-id='d02f4143' name='vmf' filepath='mm/filemap.c' line='3343' column='1'/>
- <parameter type-id='7359adad' name='start_pgoff' filepath='mm/filemap.c' line='3344' column='1'/>
- <parameter type-id='7359adad' name='end_pgoff' filepath='mm/filemap.c' line='3344' column='1'/>
+ <function-decl name='filemap_map_pages' mangled-name='filemap_map_pages' filepath='mm/filemap.c' line='3347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_map_pages'>
+ <parameter type-id='d02f4143' name='vmf' filepath='mm/filemap.c' line='3347' column='1'/>
+ <parameter type-id='7359adad' name='start_pgoff' filepath='mm/filemap.c' line='3348' column='1'/>
+ <parameter type-id='7359adad' name='end_pgoff' filepath='mm/filemap.c' line='3348' column='1'/>
<return type-id='e9265215'/>
</function-decl>
- <function-decl name='filemap_read' mangled-name='filemap_read' filepath='mm/filemap.c' line='2603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_read'>
- <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='2603' column='1'/>
- <parameter type-id='4fa10f9e' name='iter' filepath='mm/filemap.c' line='2603' column='1'/>
- <parameter type-id='79a0948f' name='already_read' filepath='mm/filemap.c' line='2604' column='1'/>
+ <function-decl name='filemap_read' mangled-name='filemap_read' filepath='mm/filemap.c' line='2607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_read'>
+ <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='2607' column='1'/>
+ <parameter type-id='4fa10f9e' name='iter' filepath='mm/filemap.c' line='2607' column='1'/>
+ <parameter type-id='79a0948f' name='already_read' filepath='mm/filemap.c' line='2608' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
- <function-decl name='filemap_write_and_wait_range' mangled-name='filemap_write_and_wait_range' filepath='mm/filemap.c' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_write_and_wait_range'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='698' column='1'/>
- <parameter type-id='69bf7bee' name='lstart' filepath='mm/filemap.c' line='699' column='1'/>
- <parameter type-id='69bf7bee' name='lend' filepath='mm/filemap.c' line='699' column='1'/>
+ <function-decl name='filemap_write_and_wait_range' mangled-name='filemap_write_and_wait_range' filepath='mm/filemap.c' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filemap_write_and_wait_range'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='702' column='1'/>
+ <parameter type-id='69bf7bee' name='lstart' filepath='mm/filemap.c' line='703' column='1'/>
+ <parameter type-id='69bf7bee' name='lend' filepath='mm/filemap.c' line='703' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='filp_close' mangled-name='filp_close' filepath='fs/open.c' line='1332' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='filp_close'>
@@ -143676,11 +143692,11 @@
<parameter type-id='587f89d2' name='nr' filepath='kernel/pid.c' line='461' column='1'/>
<return type-id='b94e5398'/>
</function-decl>
- <function-decl name='find_inode_nowait' mangled-name='find_inode_nowait' filepath='fs/inode.c' line='1438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='find_inode_nowait'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1438' column='1'/>
- <parameter type-id='7359adad' name='hashval' filepath='fs/inode.c' line='1439' column='1'/>
- <parameter type-id='16e253c0' name='match' filepath='fs/inode.c' line='1440' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='fs/inode.c' line='1442' column='1'/>
+ <function-decl name='find_inode_nowait' mangled-name='find_inode_nowait' filepath='fs/inode.c' line='1480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='find_inode_nowait'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1480' column='1'/>
+ <parameter type-id='7359adad' name='hashval' filepath='fs/inode.c' line='1481' column='1'/>
+ <parameter type-id='16e253c0' name='match' filepath='fs/inode.c' line='1482' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='fs/inode.c' line='1484' column='1'/>
<return type-id='7e666abe'/>
</function-decl>
<function-decl name='find_iova' mangled-name='find_iova' filepath='drivers/iommu/iova.c' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='find_iova'>
@@ -143769,26 +143785,26 @@
<function-decl name='flush_delayed_fput' mangled-name='flush_delayed_fput' filepath='fs/file_table.c' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_delayed_fput'>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='flush_delayed_work' mangled-name='flush_delayed_work' filepath='kernel/workqueue.c' line='3237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_delayed_work'>
- <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='3237' column='1'/>
+ <function-decl name='flush_delayed_work' mangled-name='flush_delayed_work' filepath='kernel/workqueue.c' line='3240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_delayed_work'>
+ <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='3240' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='flush_signals' mangled-name='flush_signals' filepath='kernel/signal.c' line='480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_signals'>
<parameter type-id='f23e2572' name='t' filepath='kernel/signal.c' line='480' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='flush_work' mangled-name='flush_work' filepath='kernel/workqueue.c' line='3117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_work'>
- <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='3117' column='1'/>
+ <function-decl name='flush_work' mangled-name='flush_work' filepath='kernel/workqueue.c' line='3120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_work'>
+ <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='3120' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='flush_workqueue' mangled-name='flush_workqueue' filepath='kernel/workqueue.c' line='2822' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_workqueue'>
- <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='2822' column='1'/>
+ <function-decl name='flush_workqueue' mangled-name='flush_workqueue' filepath='kernel/workqueue.c' line='2825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='flush_workqueue'>
+ <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='2825' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='follow_pfn' mangled-name='follow_pfn' filepath='mm/memory.c' line='5431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='follow_pfn'>
- <parameter type-id='2ae08426' name='vma' filepath='mm/memory.c' line='5431' column='1'/>
- <parameter type-id='7359adad' name='address' filepath='mm/memory.c' line='5431' column='1'/>
- <parameter type-id='1d2c2b85' name='pfn' filepath='mm/memory.c' line='5432' column='1'/>
+ <function-decl name='follow_pfn' mangled-name='follow_pfn' filepath='mm/memory.c' line='5443' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='follow_pfn'>
+ <parameter type-id='2ae08426' name='vma' filepath='mm/memory.c' line='5443' column='1'/>
+ <parameter type-id='7359adad' name='address' filepath='mm/memory.c' line='5443' column='1'/>
+ <parameter type-id='1d2c2b85' name='pfn' filepath='mm/memory.c' line='5444' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<var-decl name='font_vga_8x16' type-id='d2d06e23' mangled-name='font_vga_8x16' visibility='default' filepath='lib/fonts/font_8x16.c' line='4625' column='1' elf-symbol-id='font_vga_8x16'/>
@@ -144187,8 +144203,8 @@
<parameter type-id='b88dd945' name='bdev' filepath='block/bdev.c' line='212' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='ftrace_dump' mangled-name='ftrace_dump' filepath='kernel/trace/trace.c' line='9915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ftrace_dump'>
- <parameter type-id='9be0e7e4' name='oops_dump_mode' filepath='kernel/trace/trace.c' line='9915' column='1'/>
+ <function-decl name='ftrace_dump' mangled-name='ftrace_dump' filepath='kernel/trace/trace.c' line='9916' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ftrace_dump'>
+ <parameter type-id='9be0e7e4' name='oops_dump_mode' filepath='kernel/trace/trace.c' line='9916' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='full_name_hash' mangled-name='full_name_hash' filepath='fs/namei.c' line='2087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='full_name_hash'>
@@ -144512,9 +144528,9 @@
<parameter type-id='14a7c87f' name='get_inode' filepath='fs/libfs.c' line='1066' column='1'/>
<return type-id='27675065'/>
</function-decl>
- <function-decl name='generic_file_direct_write' mangled-name='generic_file_direct_write' filepath='mm/filemap.c' line='3693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_direct_write'>
- <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='3693' column='1'/>
- <parameter type-id='4fa10f9e' name='from' filepath='mm/filemap.c' line='3693' column='1'/>
+ <function-decl name='generic_file_direct_write' mangled-name='generic_file_direct_write' filepath='mm/filemap.c' line='3697' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_direct_write'>
+ <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='3697' column='1'/>
+ <parameter type-id='4fa10f9e' name='from' filepath='mm/filemap.c' line='3697' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
<function-decl name='generic_file_fsync' mangled-name='generic_file_fsync' filepath='fs/libfs.c' line='1139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_fsync'>
@@ -144538,9 +144554,9 @@
<parameter type-id='69bf7bee' name='eof' filepath='fs/read_write.c' line='87' column='1'/>
<return type-id='69bf7bee'/>
</function-decl>
- <function-decl name='generic_file_mmap' mangled-name='generic_file_mmap' filepath='mm/filemap.c' line='3444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_mmap'>
- <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3444' column='1'/>
- <parameter type-id='2ae08426' name='vma' filepath='mm/filemap.c' line='3444' column='1'/>
+ <function-decl name='generic_file_mmap' mangled-name='generic_file_mmap' filepath='mm/filemap.c' line='3448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_mmap'>
+ <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3448' column='1'/>
+ <parameter type-id='2ae08426' name='vma' filepath='mm/filemap.c' line='3448' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='generic_file_open' mangled-name='generic_file_open' filepath='fs/open.c' line='1409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_open'>
@@ -144548,9 +144564,9 @@
<parameter type-id='77e79a4b' name='filp' filepath='fs/open.c' line='1409' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='generic_file_read_iter' mangled-name='generic_file_read_iter' filepath='mm/filemap.c' line='2735' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_read_iter'>
- <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='2735' column='1'/>
- <parameter type-id='4fa10f9e' name='iter' filepath='mm/filemap.c' line='2735' column='1'/>
+ <function-decl name='generic_file_read_iter' mangled-name='generic_file_read_iter' filepath='mm/filemap.c' line='2739' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_read_iter'>
+ <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='2739' column='1'/>
+ <parameter type-id='4fa10f9e' name='iter' filepath='mm/filemap.c' line='2739' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
<function-decl name='generic_file_splice_read' mangled-name='generic_file_splice_read' filepath='fs/splice.c' line='298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_splice_read'>
@@ -144561,9 +144577,9 @@
<parameter type-id='f0981eeb' name='flags' filepath='fs/splice.c' line='300' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
- <function-decl name='generic_file_write_iter' mangled-name='generic_file_write_iter' filepath='mm/filemap.c' line='3984' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_write_iter'>
- <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='3984' column='1'/>
- <parameter type-id='4fa10f9e' name='from' filepath='mm/filemap.c' line='3984' column='1'/>
+ <function-decl name='generic_file_write_iter' mangled-name='generic_file_write_iter' filepath='mm/filemap.c' line='3988' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_file_write_iter'>
+ <parameter type-id='80f25feb' name='iocb' filepath='mm/filemap.c' line='3988' column='1'/>
+ <parameter type-id='4fa10f9e' name='from' filepath='mm/filemap.c' line='3988' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
<function-decl name='generic_fillattr' mangled-name='generic_fillattr' filepath='fs/stat.c' line='43' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_fillattr'>
@@ -144598,10 +144614,10 @@
<parameter type-id='807869d3' name='duplex_chg_out' filepath='drivers/net/mii.c' line='584' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='generic_perform_write' mangled-name='generic_perform_write' filepath='mm/filemap.c' line='3797' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_perform_write'>
- <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3797' column='1'/>
- <parameter type-id='4fa10f9e' name='i' filepath='mm/filemap.c' line='3798' column='1'/>
- <parameter type-id='69bf7bee' name='pos' filepath='mm/filemap.c' line='3798' column='1'/>
+ <function-decl name='generic_perform_write' mangled-name='generic_perform_write' filepath='mm/filemap.c' line='3801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_perform_write'>
+ <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3801' column='1'/>
+ <parameter type-id='4fa10f9e' name='i' filepath='mm/filemap.c' line='3802' column='1'/>
+ <parameter type-id='69bf7bee' name='pos' filepath='mm/filemap.c' line='3802' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
<function-decl name='generic_permission' mangled-name='generic_permission' filepath='fs/namei.c' line='395' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='generic_permission'>
@@ -145411,10 +145427,10 @@
<parameter type-id='5bed570d' name='desc' filepath='drivers/gpio/gpiolib.c' line='3143' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='grab_cache_page_write_begin' mangled-name='grab_cache_page_write_begin' filepath='mm/filemap.c' line='3779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='grab_cache_page_write_begin'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3779' column='1'/>
- <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='3780' column='1'/>
- <parameter type-id='f0981eeb' name='flags' filepath='mm/filemap.c' line='3780' column='1'/>
+ <function-decl name='grab_cache_page_write_begin' mangled-name='grab_cache_page_write_begin' filepath='mm/filemap.c' line='3783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='grab_cache_page_write_begin'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3783' column='1'/>
+ <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='3784' column='1'/>
+ <parameter type-id='f0981eeb' name='flags' filepath='mm/filemap.c' line='3784' column='1'/>
<return type-id='02f11ed4'/>
</function-decl>
<function-decl name='gre_add_protocol' mangled-name='gre_add_protocol' filepath='net/ipv4/gre_demux.c' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='gre_add_protocol'>
@@ -146218,13 +146234,13 @@
<parameter type-id='fa0b179b' name='dev' filepath='drivers/interconnect/core.c' line='1110' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='icmp6_send' mangled-name='icmp6_send' filepath='net/ipv6/icmp.c' line='448' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='icmp6_send'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/ipv6/icmp.c' line='448' column='1'/>
- <parameter type-id='f9b06939' name='type' filepath='net/ipv6/icmp.c' line='448' column='1'/>
- <parameter type-id='f9b06939' name='code' filepath='net/ipv6/icmp.c' line='448' column='1'/>
- <parameter type-id='3f1a6b60' name='info' filepath='net/ipv6/icmp.c' line='448' column='1'/>
- <parameter type-id='fea9c20b' name='force_saddr' filepath='net/ipv6/icmp.c' line='449' column='1'/>
- <parameter type-id='12256de8' name='parm' filepath='net/ipv6/icmp.c' line='450' column='1'/>
+ <function-decl name='icmp6_send' mangled-name='icmp6_send' filepath='net/ipv6/icmp.c' line='451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='icmp6_send'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/ipv6/icmp.c' line='451' column='1'/>
+ <parameter type-id='f9b06939' name='type' filepath='net/ipv6/icmp.c' line='451' column='1'/>
+ <parameter type-id='f9b06939' name='code' filepath='net/ipv6/icmp.c' line='451' column='1'/>
+ <parameter type-id='3f1a6b60' name='info' filepath='net/ipv6/icmp.c' line='451' column='1'/>
+ <parameter type-id='fea9c20b' name='force_saddr' filepath='net/ipv6/icmp.c' line='452' column='1'/>
+ <parameter type-id='12256de8' name='parm' filepath='net/ipv6/icmp.c' line='453' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='ida_alloc_range' mangled-name='ida_alloc_range' filepath='lib/idr.c' line='380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ida_alloc_range'>
@@ -146335,26 +146351,26 @@
<parameter type-id='b50a4934' name='ifs_handling' filepath='net/mac802154/util.c' line='59' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='iget5_locked' mangled-name='iget5_locked' filepath='fs/inode.c' line='1150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iget5_locked'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1150' column='1'/>
- <parameter type-id='7359adad' name='hashval' filepath='fs/inode.c' line='1150' column='1'/>
- <parameter type-id='1b7a05dc' name='test' filepath='fs/inode.c' line='1151' column='1'/>
- <parameter type-id='1b7a05dc' name='set' filepath='fs/inode.c' line='1152' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='fs/inode.c' line='1152' column='1'/>
+ <function-decl name='iget5_locked' mangled-name='iget5_locked' filepath='fs/inode.c' line='1192' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iget5_locked'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1192' column='1'/>
+ <parameter type-id='7359adad' name='hashval' filepath='fs/inode.c' line='1192' column='1'/>
+ <parameter type-id='1b7a05dc' name='test' filepath='fs/inode.c' line='1193' column='1'/>
+ <parameter type-id='1b7a05dc' name='set' filepath='fs/inode.c' line='1194' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='fs/inode.c' line='1194' column='1'/>
<return type-id='7e666abe'/>
</function-decl>
<function-decl name='iget_failed' mangled-name='iget_failed' filepath='fs/bad_inode.c' line='246' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iget_failed'>
<parameter type-id='7e666abe' name='inode' filepath='fs/bad_inode.c' line='246' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='iget_locked' mangled-name='iget_locked' filepath='fs/inode.c' line='1183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iget_locked'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1183' column='1'/>
- <parameter type-id='7359adad' name='ino' filepath='fs/inode.c' line='1183' column='1'/>
+ <function-decl name='iget_locked' mangled-name='iget_locked' filepath='fs/inode.c' line='1225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iget_locked'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1225' column='1'/>
+ <parameter type-id='7359adad' name='ino' filepath='fs/inode.c' line='1225' column='1'/>
<return type-id='7e666abe'/>
</function-decl>
<var-decl name='ignore_console_lock_warning' type-id='49178f86' mangled-name='ignore_console_lock_warning' visibility='default' filepath='kernel/printk/printk.c' line='74' column='1' elf-symbol-id='ignore_console_lock_warning'/>
- <function-decl name='igrab' mangled-name='igrab' filepath='fs/inode.c' line='1302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='igrab'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1302' column='1'/>
+ <function-decl name='igrab' mangled-name='igrab' filepath='fs/inode.c' line='1344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='igrab'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1344' column='1'/>
<return type-id='7e666abe'/>
</function-decl>
<function-decl name='ihold' mangled-name='ihold' filepath='fs/inode.c' line='424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ihold'>
@@ -146564,16 +146580,16 @@
<parameter type-id='95e97e5e' name='val' filepath='drivers/iio/inkern.c' line='916' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='ilookup' mangled-name='ilookup' filepath='fs/inode.c' line='1393' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ilookup'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1393' column='1'/>
- <parameter type-id='7359adad' name='ino' filepath='fs/inode.c' line='1393' column='1'/>
+ <function-decl name='ilookup' mangled-name='ilookup' filepath='fs/inode.c' line='1435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ilookup'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1435' column='1'/>
+ <parameter type-id='7359adad' name='ino' filepath='fs/inode.c' line='1435' column='1'/>
<return type-id='7e666abe'/>
</function-decl>
- <function-decl name='ilookup5' mangled-name='ilookup5' filepath='fs/inode.c' line='1368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ilookup5'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1368' column='1'/>
- <parameter type-id='7359adad' name='hashval' filepath='fs/inode.c' line='1368' column='1'/>
- <parameter type-id='1b7a05dc' name='test' filepath='fs/inode.c' line='1369' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='fs/inode.c' line='1369' column='1'/>
+ <function-decl name='ilookup5' mangled-name='ilookup5' filepath='fs/inode.c' line='1410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ilookup5'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1410' column='1'/>
+ <parameter type-id='7359adad' name='hashval' filepath='fs/inode.c' line='1410' column='1'/>
+ <parameter type-id='1b7a05dc' name='test' filepath='fs/inode.c' line='1411' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='fs/inode.c' line='1411' column='1'/>
<return type-id='7e666abe'/>
</function-decl>
<function-decl name='import_iovec' mangled-name='import_iovec' filepath='lib/iov_iter.c' line='2006' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='import_iovec'>
@@ -146709,10 +146725,10 @@
<parameter type-id='7359adad' name='magic' filepath='fs/libfs.c' line='370' column='1'/>
<return type-id='79f85ebf'/>
</function-decl>
- <function-decl name='init_special_inode' mangled-name='init_special_inode' filepath='fs/inode.c' line='2097' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='init_special_inode'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2097' column='1'/>
- <parameter type-id='2594b00f' name='mode' filepath='fs/inode.c' line='2097' column='1'/>
- <parameter type-id='8504f260' name='rdev' filepath='fs/inode.c' line='2097' column='1'/>
+ <function-decl name='init_special_inode' mangled-name='init_special_inode' filepath='fs/inode.c' line='2139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='init_special_inode'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2139' column='1'/>
+ <parameter type-id='2594b00f' name='mode' filepath='fs/inode.c' line='2139' column='1'/>
+ <parameter type-id='8504f260' name='rdev' filepath='fs/inode.c' line='2139' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='init_srcu_struct' mangled-name='init_srcu_struct' filepath='kernel/rcu/srcutree.c' line='207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='init_srcu_struct'>
@@ -146735,8 +146751,8 @@
<parameter type-id='95e97e5e' name='flags' filepath='kernel/sched/wait.c' line='297' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='inode_dio_wait' mangled-name='inode_dio_wait' filepath='fs/inode.c' line='2203' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_dio_wait'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2203' column='1'/>
+ <function-decl name='inode_dio_wait' mangled-name='inode_dio_wait' filepath='fs/inode.c' line='2245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_dio_wait'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2245' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='inode_get_bytes' mangled-name='inode_get_bytes' filepath='fs/stat.c' line='772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_get_bytes'>
@@ -146747,15 +146763,15 @@
<parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='393' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='inode_init_owner' mangled-name='inode_init_owner' filepath='fs/inode.c' line='2130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_init_owner'>
- <parameter type-id='c0ced320' name='mnt_userns' filepath='fs/inode.c' line='2130' column='1'/>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2130' column='1'/>
- <parameter type-id='c5a4eb7f' name='dir' filepath='fs/inode.c' line='2131' column='1'/>
- <parameter type-id='2594b00f' name='mode' filepath='fs/inode.c' line='2131' column='1'/>
+ <function-decl name='inode_init_owner' mangled-name='inode_init_owner' filepath='fs/inode.c' line='2172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_init_owner'>
+ <parameter type-id='c0ced320' name='mnt_userns' filepath='fs/inode.c' line='2172' column='1'/>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2172' column='1'/>
+ <parameter type-id='c5a4eb7f' name='dir' filepath='fs/inode.c' line='2173' column='1'/>
+ <parameter type-id='2594b00f' name='mode' filepath='fs/inode.c' line='2173' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='inode_needs_sync' mangled-name='inode_needs_sync' filepath='fs/inode.c' line='2004' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_needs_sync'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2004' column='1'/>
+ <function-decl name='inode_needs_sync' mangled-name='inode_needs_sync' filepath='fs/inode.c' line='2046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_needs_sync'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2046' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='inode_newsize_ok' mangled-name='inode_newsize_ok' filepath='fs/attr.c' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_newsize_ok'>
@@ -146763,13 +146779,13 @@
<parameter type-id='69bf7bee' name='offset' filepath='fs/attr.c' line='248' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='inode_nohighmem' mangled-name='inode_nohighmem' filepath='fs/inode.c' line='2234' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_nohighmem'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2234' column='1'/>
+ <function-decl name='inode_nohighmem' mangled-name='inode_nohighmem' filepath='fs/inode.c' line='2276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_nohighmem'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2276' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='inode_owner_or_capable' mangled-name='inode_owner_or_capable' filepath='fs/inode.c' line='2160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_owner_or_capable'>
- <parameter type-id='c0ced320' name='mnt_userns' filepath='fs/inode.c' line='2160' column='1'/>
- <parameter type-id='c5a4eb7f' name='inode' filepath='fs/inode.c' line='2161' column='1'/>
+ <function-decl name='inode_owner_or_capable' mangled-name='inode_owner_or_capable' filepath='fs/inode.c' line='2202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_owner_or_capable'>
+ <parameter type-id='c0ced320' name='mnt_userns' filepath='fs/inode.c' line='2202' column='1'/>
+ <parameter type-id='c5a4eb7f' name='inode' filepath='fs/inode.c' line='2203' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='inode_set_bytes' mangled-name='inode_set_bytes' filepath='fs/stat.c' line='784' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_set_bytes'>
@@ -146777,10 +146793,10 @@
<parameter type-id='69bf7bee' name='bytes' filepath='fs/stat.c' line='784' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='inode_set_flags' mangled-name='inode_set_flags' filepath='fs/inode.c' line='2226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_set_flags'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2226' column='1'/>
- <parameter type-id='f0981eeb' name='flags' filepath='fs/inode.c' line='2226' column='1'/>
- <parameter type-id='f0981eeb' name='mask' filepath='fs/inode.c' line='2227' column='1'/>
+ <function-decl name='inode_set_flags' mangled-name='inode_set_flags' filepath='fs/inode.c' line='2268' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='inode_set_flags'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2268' column='1'/>
+ <parameter type-id='f0981eeb' name='flags' filepath='fs/inode.c' line='2268' column='1'/>
+ <parameter type-id='f0981eeb' name='mask' filepath='fs/inode.c' line='2269' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='input_alloc_absinfo' mangled-name='input_alloc_absinfo' filepath='drivers/input/input.c' line='502' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='input_alloc_absinfo'>
@@ -146934,8 +146950,8 @@
<parameter type-id='4938abae' name='handler' filepath='drivers/input/input.c' line='2442' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='insert_inode_locked' mangled-name='insert_inode_locked' filepath='fs/inode.c' line='1543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='insert_inode_locked'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1543' column='1'/>
+ <function-decl name='insert_inode_locked' mangled-name='insert_inode_locked' filepath='fs/inode.c' line='1585' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='insert_inode_locked'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1585' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='int_pow' mangled-name='int_pow' filepath='lib/math/int_pow.c' line='19' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='int_pow'>
@@ -147388,10 +147404,10 @@
<parameter type-id='f0981eeb' name='addr_type' filepath='net/ipv4/netfilter.c' line='20' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='ip_route_output_flow' mangled-name='ip_route_output_flow' filepath='net/ipv4/route.c' line='2879' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ip_route_output_flow'>
- <parameter type-id='a2bff676' name='net' filepath='net/ipv4/route.c' line='2879' column='1'/>
- <parameter type-id='a198549e' name='flp4' filepath='net/ipv4/route.c' line='2879' column='1'/>
- <parameter type-id='78e7cf52' name='sk' filepath='net/ipv4/route.c' line='2880' column='1'/>
+ <function-decl name='ip_route_output_flow' mangled-name='ip_route_output_flow' filepath='net/ipv4/route.c' line='2881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ip_route_output_flow'>
+ <parameter type-id='a2bff676' name='net' filepath='net/ipv4/route.c' line='2881' column='1'/>
+ <parameter type-id='a198549e' name='flp4' filepath='net/ipv4/route.c' line='2881' column='1'/>
+ <parameter type-id='78e7cf52' name='sk' filepath='net/ipv4/route.c' line='2882' column='1'/>
<return type-id='c8f5869f'/>
</function-decl>
<function-decl name='ip_send_check' mangled-name='ip_send_check' filepath='net/ipv4/ip_output.c' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ip_send_check'>
@@ -147419,8 +147435,8 @@
<function-decl name='ipi_desc_get' mangled-name='ipi_desc_get' filepath='arch/arm64/kernel/smp.c' line='1152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ipi_desc_get'>
<return type-id='9d9a0573'/>
</function-decl>
- <function-decl name='iput' mangled-name='iput' filepath='fs/inode.c' line='1675' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iput'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1675' column='1'/>
+ <function-decl name='iput' mangled-name='iput' filepath='fs/inode.c' line='1717' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iput'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1717' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='ipv4_redirect' mangled-name='ipv4_redirect' filepath='net/ipv4/route.c' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ipv4_redirect'>
@@ -147438,19 +147454,19 @@
<parameter type-id='f9b06939' name='protocol' filepath='net/ipv4/route.c' line='1078' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='ipv6_chk_addr' mangled-name='ipv6_chk_addr' filepath='net/ipv6/addrconf.c' line='1897' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ipv6_chk_addr'>
- <parameter type-id='a2bff676' name='net' filepath='net/ipv6/addrconf.c' line='1897' column='1'/>
- <parameter type-id='fea9c20b' name='addr' filepath='net/ipv6/addrconf.c' line='1897' column='1'/>
- <parameter type-id='2ce52478' name='dev' filepath='net/ipv6/addrconf.c' line='1898' column='1'/>
- <parameter type-id='95e97e5e' name='strict' filepath='net/ipv6/addrconf.c' line='1898' column='1'/>
+ <function-decl name='ipv6_chk_addr' mangled-name='ipv6_chk_addr' filepath='net/ipv6/addrconf.c' line='1896' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ipv6_chk_addr'>
+ <parameter type-id='a2bff676' name='net' filepath='net/ipv6/addrconf.c' line='1896' column='1'/>
+ <parameter type-id='fea9c20b' name='addr' filepath='net/ipv6/addrconf.c' line='1896' column='1'/>
+ <parameter type-id='2ce52478' name='dev' filepath='net/ipv6/addrconf.c' line='1897' column='1'/>
+ <parameter type-id='95e97e5e' name='strict' filepath='net/ipv6/addrconf.c' line='1897' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='ipv6_dev_get_saddr' mangled-name='ipv6_dev_get_saddr' filepath='net/ipv6/addrconf.c' line='1751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ipv6_dev_get_saddr'>
- <parameter type-id='a2bff676' name='net' filepath='net/ipv6/addrconf.c' line='1751' column='1'/>
- <parameter type-id='2ce52478' name='dst_dev' filepath='net/ipv6/addrconf.c' line='1751' column='1'/>
- <parameter type-id='fea9c20b' name='daddr' filepath='net/ipv6/addrconf.c' line='1752' column='1'/>
- <parameter type-id='f0981eeb' name='prefs' filepath='net/ipv6/addrconf.c' line='1752' column='1'/>
- <parameter type-id='ed512028' name='saddr' filepath='net/ipv6/addrconf.c' line='1753' column='1'/>
+ <function-decl name='ipv6_dev_get_saddr' mangled-name='ipv6_dev_get_saddr' filepath='net/ipv6/addrconf.c' line='1750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ipv6_dev_get_saddr'>
+ <parameter type-id='a2bff676' name='net' filepath='net/ipv6/addrconf.c' line='1750' column='1'/>
+ <parameter type-id='2ce52478' name='dst_dev' filepath='net/ipv6/addrconf.c' line='1750' column='1'/>
+ <parameter type-id='fea9c20b' name='daddr' filepath='net/ipv6/addrconf.c' line='1751' column='1'/>
+ <parameter type-id='f0981eeb' name='prefs' filepath='net/ipv6/addrconf.c' line='1751' column='1'/>
+ <parameter type-id='ed512028' name='saddr' filepath='net/ipv6/addrconf.c' line='1752' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='ipv6_ext_hdr' mangled-name='ipv6_ext_hdr' filepath='net/ipv6/exthdrs_core.c' line='13' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ipv6_ext_hdr'>
@@ -147923,9 +147939,9 @@
<parameter type-id='eaa32e2f' name='arg' filepath='fs/super.c' line='728' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='iunique' mangled-name='iunique' filepath='fs/inode.c' line='1277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iunique'>
- <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1277' column='1'/>
- <parameter type-id='2aa75eef' name='max_reserved' filepath='fs/inode.c' line='1277' column='1'/>
+ <function-decl name='iunique' mangled-name='iunique' filepath='fs/inode.c' line='1319' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iunique'>
+ <parameter type-id='42c8f564' name='sb' filepath='fs/inode.c' line='1319' column='1'/>
+ <parameter type-id='2aa75eef' name='max_reserved' filepath='fs/inode.c' line='1319' column='1'/>
<return type-id='2aa75eef'/>
</function-decl>
<function-decl name='iw_handler_get_spy' mangled-name='iw_handler_get_spy' filepath='net/wireless/wext-spy.c' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iw_handler_get_spy'>
@@ -148091,10 +148107,10 @@
<parameter type-id='45c08bac' name='how' filepath='net/socket.c' line='3546' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='kernfs_find_and_get_ns' mangled-name='kernfs_find_and_get_ns' filepath='fs/kernfs/dir.c' line='865' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='kernfs_find_and_get_ns'>
- <parameter type-id='150efd3f' name='parent' filepath='fs/kernfs/dir.c' line='865' column='1'/>
- <parameter type-id='80f4b756' name='name' filepath='fs/kernfs/dir.c' line='866' column='1'/>
- <parameter type-id='eaa32e2f' name='ns' filepath='fs/kernfs/dir.c' line='866' column='1'/>
+ <function-decl name='kernfs_find_and_get_ns' mangled-name='kernfs_find_and_get_ns' filepath='fs/kernfs/dir.c' line='867' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='kernfs_find_and_get_ns'>
+ <parameter type-id='150efd3f' name='parent' filepath='fs/kernfs/dir.c' line='867' column='1'/>
+ <parameter type-id='80f4b756' name='name' filepath='fs/kernfs/dir.c' line='868' column='1'/>
+ <parameter type-id='eaa32e2f' name='ns' filepath='fs/kernfs/dir.c' line='868' column='1'/>
<return type-id='150efd3f'/>
</function-decl>
<function-decl name='kernfs_get' mangled-name='kernfs_get' filepath='fs/kernfs/dir.c' line='501' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='kernfs_get'>
@@ -148972,9 +148988,9 @@
<function-decl name='load_nls_default' mangled-name='load_nls_default' filepath='fs/nls/nls_base.c' line='532' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='load_nls_default'>
<return type-id='b084f8bb'/>
</function-decl>
- <function-decl name='lock_sock_nested' mangled-name='lock_sock_nested' filepath='net/core/sock.c' line='3229' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='lock_sock_nested'>
- <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='3229' column='1'/>
- <parameter type-id='95e97e5e' name='subclass' filepath='net/core/sock.c' line='3229' column='1'/>
+ <function-decl name='lock_sock_nested' mangled-name='lock_sock_nested' filepath='net/core/sock.c' line='3240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='lock_sock_nested'>
+ <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='3240' column='1'/>
+ <parameter type-id='95e97e5e' name='subclass' filepath='net/core/sock.c' line='3240' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='lockref_get' mangled-name='lockref_get' filepath='lib/lockref.c' line='43' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='lockref_get'>
@@ -150056,11 +150072,11 @@
<parameter type-id='77e79a4b' name='file' filepath='fs/namespace.c' line='417' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='mod_delayed_work_on' mangled-name='mod_delayed_work_on' filepath='kernel/workqueue.c' line='1746' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='mod_delayed_work_on'>
- <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='1746' column='1'/>
- <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='1746' column='1'/>
- <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='1747' column='1'/>
- <parameter type-id='7359adad' name='delay' filepath='kernel/workqueue.c' line='1747' column='1'/>
+ <function-decl name='mod_delayed_work_on' mangled-name='mod_delayed_work_on' filepath='kernel/workqueue.c' line='1749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='mod_delayed_work_on'>
+ <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='1749' column='1'/>
+ <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='1749' column='1'/>
+ <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='1750' column='1'/>
+ <parameter type-id='7359adad' name='delay' filepath='kernel/workqueue.c' line='1750' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='mod_node_page_state' mangled-name='mod_node_page_state' filepath='mm/vmstat.c' line='647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='mod_node_page_state'>
@@ -150255,13 +150271,13 @@
<return type-id='b50a4934'/>
</function-decl>
<var-decl name='nd_tbl' type-id='aebe1cff' mangled-name='nd_tbl' visibility='default' filepath='net/ipv6/ndisc.c' line='109' column='1' elf-symbol-id='nd_tbl'/>
- <function-decl name='ndo_dflt_fdb_add' mangled-name='ndo_dflt_fdb_add' filepath='net/core/rtnetlink.c' line='3957' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ndo_dflt_fdb_add'>
- <parameter type-id='ccc13476' name='ndm' filepath='net/core/rtnetlink.c' line='3957' column='1'/>
- <parameter type-id='30864cdc' name='tb' filepath='net/core/rtnetlink.c' line='3958' column='1'/>
- <parameter type-id='68a2d05b' name='dev' filepath='net/core/rtnetlink.c' line='3959' column='1'/>
- <parameter type-id='354f7eb9' name='addr' filepath='net/core/rtnetlink.c' line='3960' column='1'/>
- <parameter type-id='1dc6a898' name='vid' filepath='net/core/rtnetlink.c' line='3960' column='1'/>
- <parameter type-id='1dc6a898' name='flags' filepath='net/core/rtnetlink.c' line='3961' column='1'/>
+ <function-decl name='ndo_dflt_fdb_add' mangled-name='ndo_dflt_fdb_add' filepath='net/core/rtnetlink.c' line='3963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ndo_dflt_fdb_add'>
+ <parameter type-id='ccc13476' name='ndm' filepath='net/core/rtnetlink.c' line='3963' column='1'/>
+ <parameter type-id='30864cdc' name='tb' filepath='net/core/rtnetlink.c' line='3964' column='1'/>
+ <parameter type-id='68a2d05b' name='dev' filepath='net/core/rtnetlink.c' line='3965' column='1'/>
+ <parameter type-id='354f7eb9' name='addr' filepath='net/core/rtnetlink.c' line='3966' column='1'/>
+ <parameter type-id='1dc6a898' name='vid' filepath='net/core/rtnetlink.c' line='3966' column='1'/>
+ <parameter type-id='1dc6a898' name='flags' filepath='net/core/rtnetlink.c' line='3967' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='neigh_destroy' mangled-name='neigh_destroy' filepath='net/core/neighbour.c' line='823' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='neigh_destroy'>
@@ -150500,11 +150516,11 @@
<parameter type-id='35b28c4f' name='dev_queue' filepath='net/core/dev.c' line='3086' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='netlink_ack' mangled-name='netlink_ack' filepath='net/netlink/af_netlink.c' line='2406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_ack'>
- <parameter type-id='0fbf3cfd' name='in_skb' filepath='net/netlink/af_netlink.c' line='2406' column='1'/>
- <parameter type-id='c2074578' name='nlh' filepath='net/netlink/af_netlink.c' line='2406' column='1'/>
- <parameter type-id='95e97e5e' name='err' filepath='net/netlink/af_netlink.c' line='2406' column='1'/>
- <parameter type-id='f1dc7839' name='extack' filepath='net/netlink/af_netlink.c' line='2407' column='1'/>
+ <function-decl name='netlink_ack' mangled-name='netlink_ack' filepath='net/netlink/af_netlink.c' line='2407' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_ack'>
+ <parameter type-id='0fbf3cfd' name='in_skb' filepath='net/netlink/af_netlink.c' line='2407' column='1'/>
+ <parameter type-id='c2074578' name='nlh' filepath='net/netlink/af_netlink.c' line='2407' column='1'/>
+ <parameter type-id='95e97e5e' name='err' filepath='net/netlink/af_netlink.c' line='2407' column='1'/>
+ <parameter type-id='f1dc7839' name='extack' filepath='net/netlink/af_netlink.c' line='2408' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='netlink_broadcast' mangled-name='netlink_broadcast' filepath='net/netlink/af_netlink.c' line='1559' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_broadcast'>
@@ -150515,8 +150531,8 @@
<parameter type-id='3eb7c31c' name='allocation' filepath='net/netlink/af_netlink.c' line='1560' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='netlink_kernel_release' mangled-name='netlink_kernel_release' filepath='net/netlink/af_netlink.c' line='2105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_kernel_release'>
- <parameter type-id='f772df6d' name='sk' filepath='net/netlink/af_netlink.c' line='2105' column='1'/>
+ <function-decl name='netlink_kernel_release' mangled-name='netlink_kernel_release' filepath='net/netlink/af_netlink.c' line='2106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_kernel_release'>
+ <parameter type-id='f772df6d' name='sk' filepath='net/netlink/af_netlink.c' line='2106' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='netlink_net_capable' mangled-name='netlink_net_capable' filepath='net/netlink/af_netlink.c' line='921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_net_capable'>
@@ -150524,8 +150540,8 @@
<parameter type-id='95e97e5e' name='cap' filepath='net/netlink/af_netlink.c' line='921' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='netlink_register_notifier' mangled-name='netlink_register_notifier' filepath='net/netlink/af_netlink.c' line='2744' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_register_notifier'>
- <parameter type-id='d504f73d' name='nb' filepath='net/netlink/af_netlink.c' line='2744' column='1'/>
+ <function-decl name='netlink_register_notifier' mangled-name='netlink_register_notifier' filepath='net/netlink/af_netlink.c' line='2745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_register_notifier'>
+ <parameter type-id='d504f73d' name='nb' filepath='net/netlink/af_netlink.c' line='2745' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='netlink_unicast' mangled-name='netlink_unicast' filepath='net/netlink/af_netlink.c' line='1339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_unicast'>
@@ -150535,8 +150551,8 @@
<parameter type-id='95e97e5e' name='nonblock' filepath='net/netlink/af_netlink.c' line='1340' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='netlink_unregister_notifier' mangled-name='netlink_unregister_notifier' filepath='net/netlink/af_netlink.c' line='2750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_unregister_notifier'>
- <parameter type-id='d504f73d' name='nb' filepath='net/netlink/af_netlink.c' line='2750' column='1'/>
+ <function-decl name='netlink_unregister_notifier' mangled-name='netlink_unregister_notifier' filepath='net/netlink/af_netlink.c' line='2751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netlink_unregister_notifier'>
+ <parameter type-id='d504f73d' name='nb' filepath='net/netlink/af_netlink.c' line='2751' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='new_inode' mangled-name='new_inode' filepath='fs/inode.c' line='960' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='new_inode'>
@@ -150837,48 +150853,48 @@
<parameter type-id='80f4b756' name='stem' filepath='drivers/of/base.c' line='2065' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='of_clk_add_hw_provider' mangled-name='of_clk_add_hw_provider' filepath='drivers/clk/clk.c' line='4706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_add_hw_provider'>
- <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='4706' column='1'/>
- <parameter type-id='a5186342' name='get' filepath='drivers/clk/clk.c' line='4707' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4709' column='1'/>
+ <function-decl name='of_clk_add_hw_provider' mangled-name='of_clk_add_hw_provider' filepath='drivers/clk/clk.c' line='4707' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_add_hw_provider'>
+ <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='4707' column='1'/>
+ <parameter type-id='a5186342' name='get' filepath='drivers/clk/clk.c' line='4708' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4710' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='of_clk_add_provider' mangled-name='of_clk_add_provider' filepath='drivers/clk/clk.c' line='4664' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_add_provider'>
- <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='4664' column='1'/>
- <parameter type-id='f1c652ac' name='clk_src_get' filepath='drivers/clk/clk.c' line='4665' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4667' column='1'/>
+ <function-decl name='of_clk_add_provider' mangled-name='of_clk_add_provider' filepath='drivers/clk/clk.c' line='4665' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_add_provider'>
+ <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='4665' column='1'/>
+ <parameter type-id='f1c652ac' name='clk_src_get' filepath='drivers/clk/clk.c' line='4666' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4668' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='of_clk_del_provider' mangled-name='of_clk_del_provider' filepath='drivers/clk/clk.c' line='4810' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_del_provider'>
- <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='4810' column='1'/>
+ <function-decl name='of_clk_del_provider' mangled-name='of_clk_del_provider' filepath='drivers/clk/clk.c' line='4811' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_del_provider'>
+ <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='4811' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='of_clk_get' mangled-name='of_clk_get' filepath='drivers/clk/clk.c' line='5010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get'>
- <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='5010' column='1'/>
- <parameter type-id='95e97e5e' name='index' filepath='drivers/clk/clk.c' line='5010' column='1'/>
+ <function-decl name='of_clk_get' mangled-name='of_clk_get' filepath='drivers/clk/clk.c' line='5011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get'>
+ <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='5011' column='1'/>
+ <parameter type-id='95e97e5e' name='index' filepath='drivers/clk/clk.c' line='5011' column='1'/>
<return type-id='7d0bc0eb'/>
</function-decl>
- <function-decl name='of_clk_get_by_name' mangled-name='of_clk_get_by_name' filepath='drivers/clk/clk.c' line='5025' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_by_name'>
- <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='5025' column='1'/>
- <parameter type-id='80f4b756' name='name' filepath='drivers/clk/clk.c' line='5025' column='1'/>
+ <function-decl name='of_clk_get_by_name' mangled-name='of_clk_get_by_name' filepath='drivers/clk/clk.c' line='5026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_by_name'>
+ <parameter type-id='9a537bbe' name='np' filepath='drivers/clk/clk.c' line='5026' column='1'/>
+ <parameter type-id='80f4b756' name='name' filepath='drivers/clk/clk.c' line='5026' column='1'/>
<return type-id='7d0bc0eb'/>
</function-decl>
- <function-decl name='of_clk_get_from_provider' mangled-name='of_clk_get_from_provider' filepath='drivers/clk/clk.c' line='4976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_from_provider'>
- <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4976' column='1'/>
+ <function-decl name='of_clk_get_from_provider' mangled-name='of_clk_get_from_provider' filepath='drivers/clk/clk.c' line='4977' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_from_provider'>
+ <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4977' column='1'/>
<return type-id='7d0bc0eb'/>
</function-decl>
- <function-decl name='of_clk_get_parent_count' mangled-name='of_clk_get_parent_count' filepath='drivers/clk/clk.c' line='5040' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_parent_count'>
- <parameter type-id='0afa6ea3' name='np' filepath='drivers/clk/clk.c' line='5040' column='1'/>
+ <function-decl name='of_clk_get_parent_count' mangled-name='of_clk_get_parent_count' filepath='drivers/clk/clk.c' line='5041' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_parent_count'>
+ <parameter type-id='0afa6ea3' name='np' filepath='drivers/clk/clk.c' line='5041' column='1'/>
<return type-id='f0981eeb'/>
</function-decl>
- <function-decl name='of_clk_get_parent_name' mangled-name='of_clk_get_parent_name' filepath='drivers/clk/clk.c' line='5052' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_parent_name'>
- <parameter type-id='0afa6ea3' name='np' filepath='drivers/clk/clk.c' line='5052' column='1'/>
- <parameter type-id='95e97e5e' name='index' filepath='drivers/clk/clk.c' line='5052' column='1'/>
+ <function-decl name='of_clk_get_parent_name' mangled-name='of_clk_get_parent_name' filepath='drivers/clk/clk.c' line='5053' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_get_parent_name'>
+ <parameter type-id='0afa6ea3' name='np' filepath='drivers/clk/clk.c' line='5053' column='1'/>
+ <parameter type-id='95e97e5e' name='index' filepath='drivers/clk/clk.c' line='5053' column='1'/>
<return type-id='80f4b756'/>
</function-decl>
- <function-decl name='of_clk_hw_onecell_get' mangled-name='of_clk_hw_onecell_get' filepath='drivers/clk/clk.c' line='4642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_hw_onecell_get'>
- <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4642' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4642' column='1'/>
+ <function-decl name='of_clk_hw_onecell_get' mangled-name='of_clk_hw_onecell_get' filepath='drivers/clk/clk.c' line='4643' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_hw_onecell_get'>
+ <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4643' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4643' column='1'/>
<return type-id='3aaeef89'/>
</function-decl>
<function-decl name='of_clk_hw_register' mangled-name='of_clk_hw_register' filepath='drivers/clk/clk.c' line='4087' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_hw_register'>
@@ -150886,9 +150902,9 @@
<parameter type-id='3aaeef89' name='hw' filepath='drivers/clk/clk.c' line='4087' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='of_clk_hw_simple_get' mangled-name='of_clk_hw_simple_get' filepath='drivers/clk/clk.c' line='4621' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_hw_simple_get'>
- <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4621' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4621' column='1'/>
+ <function-decl name='of_clk_hw_simple_get' mangled-name='of_clk_hw_simple_get' filepath='drivers/clk/clk.c' line='4622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_hw_simple_get'>
+ <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4622' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4622' column='1'/>
<return type-id='3aaeef89'/>
</function-decl>
<function-decl name='of_clk_set_defaults' mangled-name='of_clk_set_defaults' filepath='drivers/clk/clk-conf.c' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_set_defaults'>
@@ -150896,14 +150912,14 @@
<parameter type-id='b50a4934' name='clk_supplier' filepath='drivers/clk/clk-conf.c' line='139' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='of_clk_src_onecell_get' mangled-name='of_clk_src_onecell_get' filepath='drivers/clk/clk.c' line='4627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_src_onecell_get'>
- <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4627' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4627' column='1'/>
+ <function-decl name='of_clk_src_onecell_get' mangled-name='of_clk_src_onecell_get' filepath='drivers/clk/clk.c' line='4628' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_src_onecell_get'>
+ <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4628' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4628' column='1'/>
<return type-id='7d0bc0eb'/>
</function-decl>
- <function-decl name='of_clk_src_simple_get' mangled-name='of_clk_src_simple_get' filepath='drivers/clk/clk.c' line='4614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_src_simple_get'>
- <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4614' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4615' column='1'/>
+ <function-decl name='of_clk_src_simple_get' mangled-name='of_clk_src_simple_get' filepath='drivers/clk/clk.c' line='4615' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_clk_src_simple_get'>
+ <parameter type-id='51a94113' name='clkspec' filepath='drivers/clk/clk.c' line='4615' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/clk/clk.c' line='4616' column='1'/>
<return type-id='7d0bc0eb'/>
</function-decl>
<function-decl name='of_count_phandle_with_args' mangled-name='of_count_phandle_with_args' filepath='drivers/of/base.c' line='1769' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='of_count_phandle_with_args'>
@@ -151703,16 +151719,16 @@
</function-decl>
<var-decl name='overflowgid' type-id='95e97e5e' mangled-name='overflowgid' visibility='default' filepath='kernel/sys.c' line='144' column='1' elf-symbol-id='overflowgid'/>
<var-decl name='overflowuid' type-id='95e97e5e' mangled-name='overflowuid' visibility='default' filepath='kernel/sys.c' line='143' column='1' elf-symbol-id='overflowuid'/>
- <function-decl name='page_cache_next_miss' mangled-name='page_cache_next_miss' filepath='mm/filemap.c' line='1751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_cache_next_miss'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='1751' column='1'/>
- <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='1752' column='1'/>
- <parameter type-id='7359adad' name='max_scan' filepath='mm/filemap.c' line='1752' column='1'/>
+ <function-decl name='page_cache_next_miss' mangled-name='page_cache_next_miss' filepath='mm/filemap.c' line='1755' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_cache_next_miss'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='1755' column='1'/>
+ <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='1756' column='1'/>
+ <parameter type-id='7359adad' name='max_scan' filepath='mm/filemap.c' line='1756' column='1'/>
<return type-id='7359adad'/>
</function-decl>
- <function-decl name='page_cache_prev_miss' mangled-name='page_cache_prev_miss' filepath='mm/filemap.c' line='1787' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_cache_prev_miss'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='1787' column='1'/>
- <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='1788' column='1'/>
- <parameter type-id='7359adad' name='max_scan' filepath='mm/filemap.c' line='1788' column='1'/>
+ <function-decl name='page_cache_prev_miss' mangled-name='page_cache_prev_miss' filepath='mm/filemap.c' line='1791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_cache_prev_miss'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='1791' column='1'/>
+ <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='1792' column='1'/>
+ <parameter type-id='7359adad' name='max_scan' filepath='mm/filemap.c' line='1792' column='1'/>
<return type-id='7359adad'/>
</function-decl>
<function-decl name='page_cache_ra_unbounded' mangled-name='page_cache_ra_unbounded' filepath='mm/readahead.c' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_cache_ra_unbounded'>
@@ -151726,10 +151742,10 @@
<parameter type-id='7359adad' name='req_count' filepath='mm/readahead.c' line='569' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='page_endio' mangled-name='page_endio' filepath='mm/filemap.c' line='1616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_endio'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1616' column='1'/>
- <parameter type-id='b50a4934' name='is_write' filepath='mm/filemap.c' line='1616' column='1'/>
- <parameter type-id='95e97e5e' name='err' filepath='mm/filemap.c' line='1616' column='1'/>
+ <function-decl name='page_endio' mangled-name='page_endio' filepath='mm/filemap.c' line='1620' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_endio'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1620' column='1'/>
+ <parameter type-id='b50a4934' name='is_write' filepath='mm/filemap.c' line='1620' column='1'/>
+ <parameter type-id='95e97e5e' name='err' filepath='mm/filemap.c' line='1620' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='page_frag_alloc_align' mangled-name='page_frag_alloc_align' filepath='mm/page_alloc.c' line='5907' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_frag_alloc_align'>
@@ -151743,10 +151759,10 @@
<parameter type-id='eaa32e2f' name='addr' filepath='mm/page_alloc.c' line='5983' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='page_get_link' mangled-name='page_get_link' filepath='fs/namei.c' line='5019' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_get_link'>
- <parameter type-id='27675065' name='dentry' filepath='fs/namei.c' line='5019' column='1'/>
- <parameter type-id='7e666abe' name='inode' filepath='fs/namei.c' line='5019' column='1'/>
- <parameter type-id='26cad514' name='callback' filepath='fs/namei.c' line='5020' column='1'/>
+ <function-decl name='page_get_link' mangled-name='page_get_link' filepath='fs/namei.c' line='5024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_get_link'>
+ <parameter type-id='27675065' name='dentry' filepath='fs/namei.c' line='5024' column='1'/>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/namei.c' line='5024' column='1'/>
+ <parameter type-id='26cad514' name='callback' filepath='fs/namei.c' line='5025' column='1'/>
<return type-id='80f4b756'/>
</function-decl>
<function-decl name='page_is_ram' mangled-name='page_is_ram' filepath='kernel/resource.c' line='474' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_is_ram'>
@@ -151802,10 +151818,10 @@
<parameter type-id='b99d5f36' name='prdev' filepath='mm/page_reporting.c' line='360' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='page_symlink' mangled-name='page_symlink' filepath='fs/namei.c' line='5100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_symlink'>
- <parameter type-id='7e666abe' name='inode' filepath='fs/namei.c' line='5100' column='1'/>
- <parameter type-id='80f4b756' name='symname' filepath='fs/namei.c' line='5100' column='1'/>
- <parameter type-id='95e97e5e' name='len' filepath='fs/namei.c' line='5100' column='1'/>
+ <function-decl name='page_symlink' mangled-name='page_symlink' filepath='fs/namei.c' line='5105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_symlink'>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/namei.c' line='5105' column='1'/>
+ <parameter type-id='80f4b756' name='symname' filepath='fs/namei.c' line='5105' column='1'/>
+ <parameter type-id='95e97e5e' name='len' filepath='fs/namei.c' line='5105' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='page_to_lruvec' mangled-name='page_to_lruvec' filepath='mm/memcontrol.c' line='1284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='page_to_lruvec'>
@@ -151819,31 +151835,31 @@
<parameter type-id='f0981eeb' name='to' filepath='fs/buffer.c' line='1882' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='pagecache_get_page' mangled-name='pagecache_get_page' filepath='mm/filemap.c' line='1888' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pagecache_get_page'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='1888' column='1'/>
- <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='1888' column='1'/>
- <parameter type-id='95e97e5e' name='fgp_flags' filepath='mm/filemap.c' line='1889' column='1'/>
- <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='1889' column='1'/>
+ <function-decl name='pagecache_get_page' mangled-name='pagecache_get_page' filepath='mm/filemap.c' line='1892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pagecache_get_page'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='1892' column='1'/>
+ <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='1892' column='1'/>
+ <parameter type-id='95e97e5e' name='fgp_flags' filepath='mm/filemap.c' line='1893' column='1'/>
+ <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='1893' column='1'/>
<return type-id='02f11ed4'/>
</function-decl>
- <function-decl name='pagecache_write_begin' mangled-name='pagecache_write_begin' filepath='mm/filemap.c' line='3651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pagecache_write_begin'>
- <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3651' column='1'/>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3651' column='1'/>
- <parameter type-id='69bf7bee' name='pos' filepath='mm/filemap.c' line='3652' column='1'/>
- <parameter type-id='f0981eeb' name='len' filepath='mm/filemap.c' line='3652' column='1'/>
- <parameter type-id='f0981eeb' name='flags' filepath='mm/filemap.c' line='3652' column='1'/>
- <parameter type-id='9f93c9da' name='pagep' filepath='mm/filemap.c' line='3653' column='1'/>
- <parameter type-id='63e171df' name='fsdata' filepath='mm/filemap.c' line='3653' column='1'/>
+ <function-decl name='pagecache_write_begin' mangled-name='pagecache_write_begin' filepath='mm/filemap.c' line='3655' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pagecache_write_begin'>
+ <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3655' column='1'/>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3655' column='1'/>
+ <parameter type-id='69bf7bee' name='pos' filepath='mm/filemap.c' line='3656' column='1'/>
+ <parameter type-id='f0981eeb' name='len' filepath='mm/filemap.c' line='3656' column='1'/>
+ <parameter type-id='f0981eeb' name='flags' filepath='mm/filemap.c' line='3656' column='1'/>
+ <parameter type-id='9f93c9da' name='pagep' filepath='mm/filemap.c' line='3657' column='1'/>
+ <parameter type-id='63e171df' name='fsdata' filepath='mm/filemap.c' line='3657' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='pagecache_write_end' mangled-name='pagecache_write_end' filepath='mm/filemap.c' line='3662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pagecache_write_end'>
- <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3662' column='1'/>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3662' column='1'/>
- <parameter type-id='69bf7bee' name='pos' filepath='mm/filemap.c' line='3663' column='1'/>
- <parameter type-id='f0981eeb' name='len' filepath='mm/filemap.c' line='3663' column='1'/>
- <parameter type-id='f0981eeb' name='copied' filepath='mm/filemap.c' line='3663' column='1'/>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='3664' column='1'/>
- <parameter type-id='eaa32e2f' name='fsdata' filepath='mm/filemap.c' line='3664' column='1'/>
+ <function-decl name='pagecache_write_end' mangled-name='pagecache_write_end' filepath='mm/filemap.c' line='3666' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pagecache_write_end'>
+ <parameter type-id='77e79a4b' name='file' filepath='mm/filemap.c' line='3666' column='1'/>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3666' column='1'/>
+ <parameter type-id='69bf7bee' name='pos' filepath='mm/filemap.c' line='3667' column='1'/>
+ <parameter type-id='f0981eeb' name='len' filepath='mm/filemap.c' line='3667' column='1'/>
+ <parameter type-id='f0981eeb' name='copied' filepath='mm/filemap.c' line='3667' column='1'/>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='3668' column='1'/>
+ <parameter type-id='eaa32e2f' name='fsdata' filepath='mm/filemap.c' line='3668' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='pagevec_lookup_range' mangled-name='pagevec_lookup_range' filepath='mm/swap.c' line='1147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pagevec_lookup_range'>
@@ -152087,9 +152103,9 @@
<parameter type-id='85196e3f' name='dev' filepath='drivers/pci/pci.c' line='2168' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='pci_disable_link_state' mangled-name='pci_disable_link_state' filepath='drivers/pci/pcie/aspm.c' line='1118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pci_disable_link_state'>
- <parameter type-id='85196e3f' name='pdev' filepath='drivers/pci/pcie/aspm.c' line='1118' column='1'/>
- <parameter type-id='95e97e5e' name='state' filepath='drivers/pci/pcie/aspm.c' line='1118' column='1'/>
+ <function-decl name='pci_disable_link_state' mangled-name='pci_disable_link_state' filepath='drivers/pci/pcie/aspm.c' line='1121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pci_disable_link_state'>
+ <parameter type-id='85196e3f' name='pdev' filepath='drivers/pci/pcie/aspm.c' line='1121' column='1'/>
+ <parameter type-id='95e97e5e' name='state' filepath='drivers/pci/pcie/aspm.c' line='1121' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='pci_disable_msi' mangled-name='pci_disable_msi' filepath='drivers/pci/msi.c' line='887' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pci_disable_msi'>
@@ -152594,8 +152610,8 @@
<parameter type-id='c9d64c0d' name='res' filepath='drivers/pci/host-bridge.c' line='52' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='pcie_aspm_enabled' mangled-name='pcie_aspm_enabled' filepath='drivers/pci/pcie/aspm.c' line='1174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pcie_aspm_enabled'>
- <parameter type-id='85196e3f' name='pdev' filepath='drivers/pci/pcie/aspm.c' line='1174' column='1'/>
+ <function-decl name='pcie_aspm_enabled' mangled-name='pcie_aspm_enabled' filepath='drivers/pci/pcie/aspm.c' line='1177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pcie_aspm_enabled'>
+ <parameter type-id='85196e3f' name='pdev' filepath='drivers/pci/pcie/aspm.c' line='1177' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='pcie_bus_configure_settings' mangled-name='pcie_bus_configure_settings' filepath='drivers/pci/probe.c' line='2775' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pcie_bus_configure_settings'>
@@ -154292,13 +154308,13 @@
<parameter type-id='80f4b756' name='dest' filepath='fs/proc/generic.c' line='460' column='1'/>
<return type-id='d077e928'/>
</function-decl>
- <function-decl name='proto_register' mangled-name='proto_register' filepath='net/core/sock.c' line='3666' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='proto_register'>
- <parameter type-id='d2524501' name='prot' filepath='net/core/sock.c' line='3666' column='1'/>
- <parameter type-id='95e97e5e' name='alloc_slab' filepath='net/core/sock.c' line='3666' column='1'/>
+ <function-decl name='proto_register' mangled-name='proto_register' filepath='net/core/sock.c' line='3677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='proto_register'>
+ <parameter type-id='d2524501' name='prot' filepath='net/core/sock.c' line='3677' column='1'/>
+ <parameter type-id='95e97e5e' name='alloc_slab' filepath='net/core/sock.c' line='3677' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='proto_unregister' mangled-name='proto_unregister' filepath='net/core/sock.c' line='3716' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='proto_unregister'>
- <parameter type-id='d2524501' name='prot' filepath='net/core/sock.c' line='3716' column='1'/>
+ <function-decl name='proto_unregister' mangled-name='proto_unregister' filepath='net/core/sock.c' line='3727' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='proto_unregister'>
+ <parameter type-id='d2524501' name='prot' filepath='net/core/sock.c' line='3727' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='ps2_begin_command' mangled-name='ps2_begin_command' filepath='drivers/input/serio/libps2.c' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ps2_begin_command'>
@@ -154512,17 +154528,17 @@
<parameter type-id='19c2251e' name='value' filepath='drivers/soc/qcom/smem_state.c' line='47' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='queue_delayed_work_on' mangled-name='queue_delayed_work_on' filepath='kernel/workqueue.c' line='1708' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='queue_delayed_work_on'>
- <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='1708' column='1'/>
- <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='1708' column='1'/>
- <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='1709' column='1'/>
- <parameter type-id='7359adad' name='delay' filepath='kernel/workqueue.c' line='1709' column='1'/>
+ <function-decl name='queue_delayed_work_on' mangled-name='queue_delayed_work_on' filepath='kernel/workqueue.c' line='1711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='queue_delayed_work_on'>
+ <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='1711' column='1'/>
+ <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='1711' column='1'/>
+ <parameter type-id='1a7ee447' name='dwork' filepath='kernel/workqueue.c' line='1712' column='1'/>
+ <parameter type-id='7359adad' name='delay' filepath='kernel/workqueue.c' line='1712' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='queue_work_on' mangled-name='queue_work_on' filepath='kernel/workqueue.c' line='1554' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='queue_work_on'>
- <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='1554' column='1'/>
- <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='1554' column='1'/>
- <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='1555' column='1'/>
+ <function-decl name='queue_work_on' mangled-name='queue_work_on' filepath='kernel/workqueue.c' line='1557' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='queue_work_on'>
+ <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='1557' column='1'/>
+ <parameter type-id='242e3d19' name='wq' filepath='kernel/workqueue.c' line='1557' column='1'/>
+ <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='1558' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='radix_tree_delete' mangled-name='radix_tree_delete' filepath='lib/radix-tree.c' line='1444' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='radix_tree_delete'>
@@ -154813,33 +154829,33 @@
<parameter type-id='9b25216e' name='w' filepath='kernel/exit.c' line='281' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='rdev_get_dev' mangled-name='rdev_get_dev' filepath='drivers/regulator/core.c' line='5840' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_dev'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5840' column='1'/>
+ <function-decl name='rdev_get_dev' mangled-name='rdev_get_dev' filepath='drivers/regulator/core.c' line='5836' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_dev'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5836' column='1'/>
<return type-id='fa0b179b'/>
</function-decl>
- <function-decl name='rdev_get_drvdata' mangled-name='rdev_get_drvdata' filepath='drivers/regulator/core.c' line='5800' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_drvdata'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5800' column='1'/>
+ <function-decl name='rdev_get_drvdata' mangled-name='rdev_get_drvdata' filepath='drivers/regulator/core.c' line='5796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_drvdata'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5796' column='1'/>
<return type-id='eaa32e2f'/>
</function-decl>
- <function-decl name='rdev_get_id' mangled-name='rdev_get_id' filepath='drivers/regulator/core.c' line='5834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_id'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5834' column='1'/>
+ <function-decl name='rdev_get_id' mangled-name='rdev_get_id' filepath='drivers/regulator/core.c' line='5830' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_id'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5830' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='rdev_get_regmap' mangled-name='rdev_get_regmap' filepath='drivers/regulator/core.c' line='5846' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_regmap'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5846' column='1'/>
+ <function-decl name='rdev_get_regmap' mangled-name='rdev_get_regmap' filepath='drivers/regulator/core.c' line='5842' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rdev_get_regmap'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5842' column='1'/>
<return type-id='29af9a71'/>
</function-decl>
- <function-decl name='read_cache_page' mangled-name='read_cache_page' filepath='mm/filemap.c' line='3618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='read_cache_page'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3618' column='1'/>
- <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='3619' column='1'/>
- <parameter type-id='83ac4446' name='filler' filepath='mm/filemap.c' line='3620' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='mm/filemap.c' line='3621' column='1'/>
+ <function-decl name='read_cache_page' mangled-name='read_cache_page' filepath='mm/filemap.c' line='3622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='read_cache_page'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3622' column='1'/>
+ <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='3623' column='1'/>
+ <parameter type-id='83ac4446' name='filler' filepath='mm/filemap.c' line='3624' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='mm/filemap.c' line='3625' column='1'/>
<return type-id='02f11ed4'/>
</function-decl>
- <function-decl name='read_cache_page_gfp' mangled-name='read_cache_page_gfp' filepath='mm/filemap.c' line='3643' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='read_cache_page_gfp'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3643' column='1'/>
- <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='3644' column='1'/>
- <parameter type-id='3eb7c31c' name='gfp' filepath='mm/filemap.c' line='3645' column='1'/>
+ <function-decl name='read_cache_page_gfp' mangled-name='read_cache_page_gfp' filepath='mm/filemap.c' line='3647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='read_cache_page_gfp'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/filemap.c' line='3647' column='1'/>
+ <parameter type-id='7359adad' name='index' filepath='mm/filemap.c' line='3648' column='1'/>
+ <parameter type-id='3eb7c31c' name='gfp' filepath='mm/filemap.c' line='3649' column='1'/>
<return type-id='02f11ed4'/>
</function-decl>
<function-decl name='read_sanitised_ftr_reg' mangled-name='read_sanitised_ftr_reg' filepath='arch/arm64/kernel/cpufeature.c' line='1236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='read_sanitised_ftr_reg'>
@@ -155089,8 +155105,8 @@
<parameter type-id='a731d0ec' name='data' filepath='drivers/base/regmap/regmap-irq.c' line='932' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_async_complete' mangled-name='regmap_async_complete' filepath='drivers/base/regmap/regmap.c' line='3199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_async_complete'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3199' column='1'/>
+ <function-decl name='regmap_async_complete' mangled-name='regmap_async_complete' filepath='drivers/base/regmap/regmap.c' line='3197' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_async_complete'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3197' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regmap_attach_dev' mangled-name='regmap_attach_dev' filepath='drivers/base/regmap/regmap.c' line='638' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_attach_dev'>
@@ -155099,18 +155115,18 @@
<parameter type-id='9d19d4a7' name='config' filepath='drivers/base/regmap/regmap.c' line='639' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_bulk_read' mangled-name='regmap_bulk_read' filepath='drivers/base/regmap/regmap.c' line='2995' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_bulk_read'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2995' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2995' column='1'/>
- <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2995' column='1'/>
- <parameter type-id='b59d7dce' name='val_count' filepath='drivers/base/regmap/regmap.c' line='2996' column='1'/>
+ <function-decl name='regmap_bulk_read' mangled-name='regmap_bulk_read' filepath='drivers/base/regmap/regmap.c' line='2993' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_bulk_read'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2993' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2993' column='1'/>
+ <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2993' column='1'/>
+ <parameter type-id='b59d7dce' name='val_count' filepath='drivers/base/regmap/regmap.c' line='2994' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_bulk_write' mangled-name='regmap_bulk_write' filepath='drivers/base/regmap/regmap.c' line='2251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_bulk_write'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2251' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2251' column='1'/>
- <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2251' column='1'/>
- <parameter type-id='b59d7dce' name='val_count' filepath='drivers/base/regmap/regmap.c' line='2252' column='1'/>
+ <function-decl name='regmap_bulk_write' mangled-name='regmap_bulk_write' filepath='drivers/base/regmap/regmap.c' line='2249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_bulk_write'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2249' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2249' column='1'/>
+ <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2249' column='1'/>
+ <parameter type-id='b59d7dce' name='val_count' filepath='drivers/base/regmap/regmap.c' line='2250' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regmap_check_range_table' mangled-name='regmap_check_range_table' filepath='drivers/base/regmap/regmap.c' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_check_range_table'>
@@ -155128,30 +155144,30 @@
<parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='1515' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='regmap_field_read' mangled-name='regmap_field_read' filepath='drivers/base/regmap/regmap.c' line='2935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_field_read'>
- <parameter type-id='476eb32c' name='field' filepath='drivers/base/regmap/regmap.c' line='2935' column='1'/>
- <parameter type-id='807869d3' name='val' filepath='drivers/base/regmap/regmap.c' line='2935' column='1'/>
+ <function-decl name='regmap_field_read' mangled-name='regmap_field_read' filepath='drivers/base/regmap/regmap.c' line='2933' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_field_read'>
+ <parameter type-id='476eb32c' name='field' filepath='drivers/base/regmap/regmap.c' line='2933' column='1'/>
+ <parameter type-id='807869d3' name='val' filepath='drivers/base/regmap/regmap.c' line='2933' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_field_update_bits_base' mangled-name='regmap_field_update_bits_base' filepath='drivers/base/regmap/regmap.c' line='2194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_field_update_bits_base'>
- <parameter type-id='476eb32c' name='field' filepath='drivers/base/regmap/regmap.c' line='2194' column='1'/>
- <parameter type-id='f0981eeb' name='mask' filepath='drivers/base/regmap/regmap.c' line='2195' column='1'/>
- <parameter type-id='f0981eeb' name='val' filepath='drivers/base/regmap/regmap.c' line='2195' column='1'/>
- <parameter type-id='d8e6b335' name='change' filepath='drivers/base/regmap/regmap.c' line='2196' column='1'/>
- <parameter type-id='b50a4934' name='async' filepath='drivers/base/regmap/regmap.c' line='2196' column='1'/>
- <parameter type-id='b50a4934' name='force' filepath='drivers/base/regmap/regmap.c' line='2196' column='1'/>
+ <function-decl name='regmap_field_update_bits_base' mangled-name='regmap_field_update_bits_base' filepath='drivers/base/regmap/regmap.c' line='2192' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_field_update_bits_base'>
+ <parameter type-id='476eb32c' name='field' filepath='drivers/base/regmap/regmap.c' line='2192' column='1'/>
+ <parameter type-id='f0981eeb' name='mask' filepath='drivers/base/regmap/regmap.c' line='2193' column='1'/>
+ <parameter type-id='f0981eeb' name='val' filepath='drivers/base/regmap/regmap.c' line='2193' column='1'/>
+ <parameter type-id='d8e6b335' name='change' filepath='drivers/base/regmap/regmap.c' line='2194' column='1'/>
+ <parameter type-id='b50a4934' name='async' filepath='drivers/base/regmap/regmap.c' line='2194' column='1'/>
+ <parameter type-id='b50a4934' name='force' filepath='drivers/base/regmap/regmap.c' line='2194' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regmap_get_device' mangled-name='regmap_get_device' filepath='drivers/base/regmap/regmap.c' line='1590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_get_device'>
<parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='1590' column='1'/>
<return type-id='fa0b179b'/>
</function-decl>
- <function-decl name='regmap_get_reg_stride' mangled-name='regmap_get_reg_stride' filepath='drivers/base/regmap/regmap.c' line='3321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_get_reg_stride'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3321' column='1'/>
+ <function-decl name='regmap_get_reg_stride' mangled-name='regmap_get_reg_stride' filepath='drivers/base/regmap/regmap.c' line='3319' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_get_reg_stride'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3319' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_get_val_bytes' mangled-name='regmap_get_val_bytes' filepath='drivers/base/regmap/regmap.c' line='3290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_get_val_bytes'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3290' column='1'/>
+ <function-decl name='regmap_get_val_bytes' mangled-name='regmap_get_val_bytes' filepath='drivers/base/regmap/regmap.c' line='3288' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_get_val_bytes'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3288' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regmap_irq_chip_get_base' mangled-name='regmap_irq_chip_get_base' filepath='drivers/base/regmap/regmap-irq.c' line='1106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_irq_chip_get_base'>
@@ -155171,63 +155187,63 @@
<parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap-mmio.c' line='442' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='regmap_multi_reg_write' mangled-name='regmap_multi_reg_write' filepath='drivers/base/regmap/regmap.c' line='2558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_multi_reg_write'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2558' column='1'/>
- <parameter type-id='0472a368' name='regs' filepath='drivers/base/regmap/regmap.c' line='2558' column='1'/>
- <parameter type-id='95e97e5e' name='num_regs' filepath='drivers/base/regmap/regmap.c' line='2559' column='1'/>
+ <function-decl name='regmap_multi_reg_write' mangled-name='regmap_multi_reg_write' filepath='drivers/base/regmap/regmap.c' line='2556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_multi_reg_write'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2556' column='1'/>
+ <parameter type-id='0472a368' name='regs' filepath='drivers/base/regmap/regmap.c' line='2556' column='1'/>
+ <parameter type-id='95e97e5e' name='num_regs' filepath='drivers/base/regmap/regmap.c' line='2557' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_multi_reg_write_bypassed' mangled-name='regmap_multi_reg_write_bypassed' filepath='drivers/base/regmap/regmap.c' line='2591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_multi_reg_write_bypassed'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2591' column='1'/>
- <parameter type-id='0472a368' name='regs' filepath='drivers/base/regmap/regmap.c' line='2592' column='1'/>
- <parameter type-id='95e97e5e' name='num_regs' filepath='drivers/base/regmap/regmap.c' line='2593' column='1'/>
+ <function-decl name='regmap_multi_reg_write_bypassed' mangled-name='regmap_multi_reg_write_bypassed' filepath='drivers/base/regmap/regmap.c' line='2589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_multi_reg_write_bypassed'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2589' column='1'/>
+ <parameter type-id='0472a368' name='regs' filepath='drivers/base/regmap/regmap.c' line='2590' column='1'/>
+ <parameter type-id='95e97e5e' name='num_regs' filepath='drivers/base/regmap/regmap.c' line='2591' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_noinc_read' mangled-name='regmap_noinc_read' filepath='drivers/base/regmap/regmap.c' line='2884' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_noinc_read'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2884' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2884' column='1'/>
- <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2885' column='1'/>
- <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2885' column='1'/>
+ <function-decl name='regmap_noinc_read' mangled-name='regmap_noinc_read' filepath='drivers/base/regmap/regmap.c' line='2882' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_noinc_read'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2882' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2882' column='1'/>
+ <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2883' column='1'/>
+ <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2883' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_noinc_write' mangled-name='regmap_noinc_write' filepath='drivers/base/regmap/regmap.c' line='2135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_noinc_write'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2135' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2135' column='1'/>
- <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2136' column='1'/>
- <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2136' column='1'/>
+ <function-decl name='regmap_noinc_write' mangled-name='regmap_noinc_write' filepath='drivers/base/regmap/regmap.c' line='2133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_noinc_write'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2133' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2133' column='1'/>
+ <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2134' column='1'/>
+ <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2134' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_raw_read' mangled-name='regmap_raw_read' filepath='drivers/base/regmap/regmap.c' line='2788' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_raw_read'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2788' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2788' column='1'/>
- <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2788' column='1'/>
- <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2789' column='1'/>
+ <function-decl name='regmap_raw_read' mangled-name='regmap_raw_read' filepath='drivers/base/regmap/regmap.c' line='2786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_raw_read'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2786' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2786' column='1'/>
+ <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2786' column='1'/>
+ <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2787' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_raw_write' mangled-name='regmap_raw_write' filepath='drivers/base/regmap/regmap.c' line='2094' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_raw_write'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2094' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2094' column='1'/>
- <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2095' column='1'/>
- <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2095' column='1'/>
+ <function-decl name='regmap_raw_write' mangled-name='regmap_raw_write' filepath='drivers/base/regmap/regmap.c' line='2092' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_raw_write'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2092' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2092' column='1'/>
+ <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2093' column='1'/>
+ <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2093' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_raw_write_async' mangled-name='regmap_raw_write_async' filepath='drivers/base/regmap/regmap.c' line='2635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_raw_write_async'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2635' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2635' column='1'/>
- <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2636' column='1'/>
- <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2636' column='1'/>
+ <function-decl name='regmap_raw_write_async' mangled-name='regmap_raw_write_async' filepath='drivers/base/regmap/regmap.c' line='2633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_raw_write_async'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2633' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2633' column='1'/>
+ <parameter type-id='eaa32e2f' name='val' filepath='drivers/base/regmap/regmap.c' line='2634' column='1'/>
+ <parameter type-id='b59d7dce' name='val_len' filepath='drivers/base/regmap/regmap.c' line='2634' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_read' mangled-name='regmap_read' filepath='drivers/base/regmap/regmap.c' line='2760' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_read'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2760' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2760' column='1'/>
- <parameter type-id='807869d3' name='val' filepath='drivers/base/regmap/regmap.c' line='2760' column='1'/>
+ <function-decl name='regmap_read' mangled-name='regmap_read' filepath='drivers/base/regmap/regmap.c' line='2758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_read'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='2758' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='2758' column='1'/>
+ <parameter type-id='807869d3' name='val' filepath='drivers/base/regmap/regmap.c' line='2758' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_register_patch' mangled-name='regmap_register_patch' filepath='drivers/base/regmap/regmap.c' line='3240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_register_patch'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3240' column='1'/>
- <parameter type-id='0472a368' name='regs' filepath='drivers/base/regmap/regmap.c' line='3240' column='1'/>
- <parameter type-id='95e97e5e' name='num_regs' filepath='drivers/base/regmap/regmap.c' line='3241' column='1'/>
+ <function-decl name='regmap_register_patch' mangled-name='regmap_register_patch' filepath='drivers/base/regmap/regmap.c' line='3238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_register_patch'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3238' column='1'/>
+ <parameter type-id='0472a368' name='regs' filepath='drivers/base/regmap/regmap.c' line='3238' column='1'/>
+ <parameter type-id='95e97e5e' name='num_regs' filepath='drivers/base/regmap/regmap.c' line='3239' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regmap_reinit_cache' mangled-name='regmap_reinit_cache' filepath='drivers/base/regmap/regmap.c' line='1481' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_reinit_cache'>
@@ -155235,14 +155251,14 @@
<parameter type-id='9d19d4a7' name='config' filepath='drivers/base/regmap/regmap.c' line='1481' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regmap_update_bits_base' mangled-name='regmap_update_bits_base' filepath='drivers/base/regmap/regmap.c' line='3115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_update_bits_base'>
- <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3115' column='1'/>
- <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='3115' column='1'/>
- <parameter type-id='f0981eeb' name='mask' filepath='drivers/base/regmap/regmap.c' line='3116' column='1'/>
- <parameter type-id='f0981eeb' name='val' filepath='drivers/base/regmap/regmap.c' line='3116' column='1'/>
- <parameter type-id='d8e6b335' name='change' filepath='drivers/base/regmap/regmap.c' line='3117' column='1'/>
- <parameter type-id='b50a4934' name='async' filepath='drivers/base/regmap/regmap.c' line='3117' column='1'/>
- <parameter type-id='b50a4934' name='force' filepath='drivers/base/regmap/regmap.c' line='3117' column='1'/>
+ <function-decl name='regmap_update_bits_base' mangled-name='regmap_update_bits_base' filepath='drivers/base/regmap/regmap.c' line='3113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_update_bits_base'>
+ <parameter type-id='29af9a71' name='map' filepath='drivers/base/regmap/regmap.c' line='3113' column='1'/>
+ <parameter type-id='f0981eeb' name='reg' filepath='drivers/base/regmap/regmap.c' line='3113' column='1'/>
+ <parameter type-id='f0981eeb' name='mask' filepath='drivers/base/regmap/regmap.c' line='3114' column='1'/>
+ <parameter type-id='f0981eeb' name='val' filepath='drivers/base/regmap/regmap.c' line='3114' column='1'/>
+ <parameter type-id='d8e6b335' name='change' filepath='drivers/base/regmap/regmap.c' line='3115' column='1'/>
+ <parameter type-id='b50a4934' name='async' filepath='drivers/base/regmap/regmap.c' line='3115' column='1'/>
+ <parameter type-id='b50a4934' name='force' filepath='drivers/base/regmap/regmap.c' line='3115' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regmap_write' mangled-name='regmap_write' filepath='drivers/base/regmap/regmap.c' line='1990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regmap_write'>
@@ -155251,34 +155267,34 @@
<parameter type-id='f0981eeb' name='val' filepath='drivers/base/regmap/regmap.c' line='1990' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_allow_bypass' mangled-name='regulator_allow_bypass' filepath='drivers/regulator/core.c' line='4734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_allow_bypass'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4734' column='1'/>
- <parameter type-id='b50a4934' name='enable' filepath='drivers/regulator/core.c' line='4734' column='1'/>
+ <function-decl name='regulator_allow_bypass' mangled-name='regulator_allow_bypass' filepath='drivers/regulator/core.c' line='4732' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_allow_bypass'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4732' column='1'/>
+ <parameter type-id='b50a4934' name='enable' filepath='drivers/regulator/core.c' line='4732' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_bulk_disable' mangled-name='regulator_bulk_disable' filepath='drivers/regulator/core.c' line='4942' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_disable'>
- <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='4942' column='1'/>
- <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='4943' column='1'/>
+ <function-decl name='regulator_bulk_disable' mangled-name='regulator_bulk_disable' filepath='drivers/regulator/core.c' line='4940' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_disable'>
+ <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='4940' column='1'/>
+ <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='4941' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_bulk_enable' mangled-name='regulator_bulk_enable' filepath='drivers/regulator/core.c' line='4893' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_enable'>
- <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='4893' column='1'/>
- <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='4894' column='1'/>
+ <function-decl name='regulator_bulk_enable' mangled-name='regulator_bulk_enable' filepath='drivers/regulator/core.c' line='4891' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_enable'>
+ <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='4891' column='1'/>
+ <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='4892' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_bulk_free' mangled-name='regulator_bulk_free' filepath='drivers/regulator/core.c' line='5011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_free'>
- <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='5011' column='1'/>
- <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='5012' column='1'/>
+ <function-decl name='regulator_bulk_free' mangled-name='regulator_bulk_free' filepath='drivers/regulator/core.c' line='5009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_free'>
+ <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='5009' column='1'/>
+ <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='5010' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='regulator_bulk_get' mangled-name='regulator_bulk_get' filepath='drivers/regulator/core.c' line='4838' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_get'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/regulator/core.c' line='4838' column='1'/>
- <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='4838' column='1'/>
- <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='4839' column='1'/>
+ <function-decl name='regulator_bulk_get' mangled-name='regulator_bulk_get' filepath='drivers/regulator/core.c' line='4836' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_bulk_get'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/regulator/core.c' line='4836' column='1'/>
+ <parameter type-id='95e97e5e' name='num_consumers' filepath='drivers/regulator/core.c' line='4836' column='1'/>
+ <parameter type-id='776946b4' name='consumers' filepath='drivers/regulator/core.c' line='4837' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_count_voltages' mangled-name='regulator_count_voltages' filepath='drivers/regulator/core.c' line='3250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_count_voltages'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3250' column='1'/>
+ <function-decl name='regulator_count_voltages' mangled-name='regulator_count_voltages' filepath='drivers/regulator/core.c' line='3248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_count_voltages'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3248' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_desc_list_voltage_linear_range' mangled-name='regulator_desc_list_voltage_linear_range' filepath='drivers/regulator/helpers.c' line='617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_desc_list_voltage_linear_range'>
@@ -155286,85 +155302,85 @@
<parameter type-id='f0981eeb' name='selector' filepath='drivers/regulator/helpers.c' line='618' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_disable' mangled-name='regulator_disable' filepath='drivers/regulator/core.c' line='3018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_disable'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3018' column='1'/>
+ <function-decl name='regulator_disable' mangled-name='regulator_disable' filepath='drivers/regulator/core.c' line='3016' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_disable'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3016' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_disable_regmap' mangled-name='regulator_disable_regmap' filepath='drivers/regulator/helpers.c' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_disable_regmap'>
<parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/helpers.c' line='85' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_enable' mangled-name='regulator_enable' filepath='drivers/regulator/core.c' line='2911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_enable'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='2911' column='1'/>
+ <function-decl name='regulator_enable' mangled-name='regulator_enable' filepath='drivers/regulator/core.c' line='2909' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_enable'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='2909' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_enable_regmap' mangled-name='regulator_enable_regmap' filepath='drivers/regulator/helpers.c' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_enable_regmap'>
<parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/helpers.c' line='59' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_force_disable' mangled-name='regulator_force_disable' filepath='drivers/regulator/core.c' line='3067' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_force_disable'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3067' column='1'/>
+ <function-decl name='regulator_force_disable' mangled-name='regulator_force_disable' filepath='drivers/regulator/core.c' line='3065' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_force_disable'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3065' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_get' mangled-name='regulator_get' filepath='drivers/regulator/core.c' line='2266' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/regulator/core.c' line='2266' column='1'/>
- <parameter type-id='80f4b756' name='id' filepath='drivers/regulator/core.c' line='2266' column='1'/>
+ <function-decl name='regulator_get' mangled-name='regulator_get' filepath='drivers/regulator/core.c' line='2264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/regulator/core.c' line='2264' column='1'/>
+ <parameter type-id='80f4b756' name='id' filepath='drivers/regulator/core.c' line='2264' column='1'/>
<return type-id='850c13f6'/>
</function-decl>
- <function-decl name='regulator_get_current_limit' mangled-name='regulator_get_current_limit' filepath='drivers/regulator/core.c' line='4538' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_current_limit'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4538' column='1'/>
+ <function-decl name='regulator_get_current_limit' mangled-name='regulator_get_current_limit' filepath='drivers/regulator/core.c' line='4536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_current_limit'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4536' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_get_current_limit_regmap' mangled-name='regulator_get_current_limit_regmap' filepath='drivers/regulator/helpers.c' line='849' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_current_limit_regmap'>
<parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/helpers.c' line='849' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_get_drvdata' mangled-name='regulator_get_drvdata' filepath='drivers/regulator/core.c' line='5813' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_drvdata'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='5813' column='1'/>
+ <function-decl name='regulator_get_drvdata' mangled-name='regulator_get_drvdata' filepath='drivers/regulator/core.c' line='5809' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_drvdata'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='5809' column='1'/>
<return type-id='eaa32e2f'/>
</function-decl>
- <function-decl name='regulator_get_linear_step' mangled-name='regulator_get_linear_step' filepath='drivers/regulator/core.c' line='3360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_linear_step'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3360' column='1'/>
+ <function-decl name='regulator_get_linear_step' mangled-name='regulator_get_linear_step' filepath='drivers/regulator/core.c' line='3358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_linear_step'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3358' column='1'/>
<return type-id='f0981eeb'/>
</function-decl>
- <function-decl name='regulator_get_mode' mangled-name='regulator_get_mode' filepath='drivers/regulator/core.c' line='4616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_mode'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4616' column='1'/>
+ <function-decl name='regulator_get_mode' mangled-name='regulator_get_mode' filepath='drivers/regulator/core.c' line='4614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_mode'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4614' column='1'/>
<return type-id='f0981eeb'/>
</function-decl>
- <function-decl name='regulator_get_optional' mangled-name='regulator_get_optional' filepath='drivers/regulator/core.c' line='2319' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_optional'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/regulator/core.c' line='2319' column='1'/>
- <parameter type-id='80f4b756' name='id' filepath='drivers/regulator/core.c' line='2319' column='1'/>
+ <function-decl name='regulator_get_optional' mangled-name='regulator_get_optional' filepath='drivers/regulator/core.c' line='2317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_optional'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/regulator/core.c' line='2317' column='1'/>
+ <parameter type-id='80f4b756' name='id' filepath='drivers/regulator/core.c' line='2317' column='1'/>
<return type-id='850c13f6'/>
</function-decl>
- <function-decl name='regulator_get_voltage' mangled-name='regulator_get_voltage' filepath='drivers/regulator/core.c' line='4454' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_voltage'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4454' column='1'/>
+ <function-decl name='regulator_get_voltage' mangled-name='regulator_get_voltage' filepath='drivers/regulator/core.c' line='4452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_voltage'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4452' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_get_voltage_rdev' mangled-name='regulator_get_voltage_rdev' filepath='drivers/regulator/core.c' line='4399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_voltage_rdev'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='4399' column='1'/>
+ <function-decl name='regulator_get_voltage_rdev' mangled-name='regulator_get_voltage_rdev' filepath='drivers/regulator/core.c' line='4397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_voltage_rdev'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='4397' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_get_voltage_sel_regmap' mangled-name='regulator_get_voltage_sel_regmap' filepath='drivers/regulator/helpers.c' line='235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_get_voltage_sel_regmap'>
<parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/helpers.c' line='235' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_is_enabled' mangled-name='regulator_is_enabled' filepath='drivers/regulator/core.c' line='3227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_is_enabled'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3227' column='1'/>
+ <function-decl name='regulator_is_enabled' mangled-name='regulator_is_enabled' filepath='drivers/regulator/core.c' line='3225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_is_enabled'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3225' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_is_enabled_regmap' mangled-name='regulator_is_enabled_regmap' filepath='drivers/regulator/helpers.c' line='27' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_is_enabled_regmap'>
<parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/helpers.c' line='27' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_is_supported_voltage' mangled-name='regulator_is_supported_voltage' filepath='drivers/regulator/core.c' line='3377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_is_supported_voltage'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3377' column='1'/>
- <parameter type-id='95e97e5e' name='min_uV' filepath='drivers/regulator/core.c' line='3378' column='1'/>
- <parameter type-id='95e97e5e' name='max_uV' filepath='drivers/regulator/core.c' line='3378' column='1'/>
+ <function-decl name='regulator_is_supported_voltage' mangled-name='regulator_is_supported_voltage' filepath='drivers/regulator/core.c' line='3375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_is_supported_voltage'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3375' column='1'/>
+ <parameter type-id='95e97e5e' name='min_uV' filepath='drivers/regulator/core.c' line='3376' column='1'/>
+ <parameter type-id='95e97e5e' name='max_uV' filepath='drivers/regulator/core.c' line='3376' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_list_voltage' mangled-name='regulator_list_voltage' filepath='drivers/regulator/core.c' line='3274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_list_voltage'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3274' column='1'/>
- <parameter type-id='f0981eeb' name='selector' filepath='drivers/regulator/core.c' line='3274' column='1'/>
+ <function-decl name='regulator_list_voltage' mangled-name='regulator_list_voltage' filepath='drivers/regulator/core.c' line='3272' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_list_voltage'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='3272' column='1'/>
+ <parameter type-id='f0981eeb' name='selector' filepath='drivers/regulator/core.c' line='3272' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_list_voltage_linear' mangled-name='regulator_list_voltage_linear' filepath='drivers/regulator/helpers.c' line='548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_list_voltage_linear'>
@@ -155406,24 +155422,24 @@
<parameter type-id='95e97e5e' name='max_uV' filepath='drivers/regulator/helpers.c' line='408' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_notifier_call_chain' mangled-name='regulator_notifier_call_chain' filepath='drivers/regulator/core.c' line='5032' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_notifier_call_chain'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5032' column='1'/>
- <parameter type-id='7359adad' name='event' filepath='drivers/regulator/core.c' line='5033' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/regulator/core.c' line='5033' column='1'/>
+ <function-decl name='regulator_notifier_call_chain' mangled-name='regulator_notifier_call_chain' filepath='drivers/regulator/core.c' line='5030' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_notifier_call_chain'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5030' column='1'/>
+ <parameter type-id='7359adad' name='event' filepath='drivers/regulator/core.c' line='5031' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/regulator/core.c' line='5031' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_put' mangled-name='regulator_put' filepath='drivers/regulator/core.c' line='2379' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_put'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='2379' column='1'/>
+ <function-decl name='regulator_put' mangled-name='regulator_put' filepath='drivers/regulator/core.c' line='2377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_put'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='2377' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='regulator_register' mangled-name='regulator_register' filepath='drivers/regulator/core.c' line='5426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_register'>
- <parameter type-id='5629bd41' name='regulator_desc' filepath='drivers/regulator/core.c' line='5426' column='1'/>
- <parameter type-id='661ccd0c' name='cfg' filepath='drivers/regulator/core.c' line='5427' column='1'/>
+ <function-decl name='regulator_register' mangled-name='regulator_register' filepath='drivers/regulator/core.c' line='5422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_register'>
+ <parameter type-id='5629bd41' name='regulator_desc' filepath='drivers/regulator/core.c' line='5422' column='1'/>
+ <parameter type-id='661ccd0c' name='cfg' filepath='drivers/regulator/core.c' line='5423' column='1'/>
<return type-id='43c38462'/>
</function-decl>
- <function-decl name='regulator_register_notifier' mangled-name='regulator_register_notifier' filepath='drivers/regulator/core.c' line='4791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_register_notifier'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4791' column='1'/>
- <parameter type-id='d504f73d' name='nb' filepath='drivers/regulator/core.c' line='4792' column='1'/>
+ <function-decl name='regulator_register_notifier' mangled-name='regulator_register_notifier' filepath='drivers/regulator/core.c' line='4789' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_register_notifier'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4789' column='1'/>
+ <parameter type-id='d504f73d' name='nb' filepath='drivers/regulator/core.c' line='4790' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_set_active_discharge_regmap' mangled-name='regulator_set_active_discharge_regmap' filepath='drivers/regulator/helpers.c' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_active_discharge_regmap'>
@@ -155431,10 +155447,10 @@
<parameter type-id='b50a4934' name='enable' filepath='drivers/regulator/helpers.c' line='771' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_set_current_limit' mangled-name='regulator_set_current_limit' filepath='drivers/regulator/core.c' line='4483' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_current_limit'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4483' column='1'/>
- <parameter type-id='95e97e5e' name='min_uA' filepath='drivers/regulator/core.c' line='4484' column='1'/>
- <parameter type-id='95e97e5e' name='max_uA' filepath='drivers/regulator/core.c' line='4484' column='1'/>
+ <function-decl name='regulator_set_current_limit' mangled-name='regulator_set_current_limit' filepath='drivers/regulator/core.c' line='4481' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_current_limit'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4481' column='1'/>
+ <parameter type-id='95e97e5e' name='min_uA' filepath='drivers/regulator/core.c' line='4482' column='1'/>
+ <parameter type-id='95e97e5e' name='max_uA' filepath='drivers/regulator/core.c' line='4482' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_set_current_limit_regmap' mangled-name='regulator_set_current_limit_regmap' filepath='drivers/regulator/helpers.c' line='797' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_current_limit_regmap'>
@@ -155443,14 +155459,14 @@
<parameter type-id='95e97e5e' name='max_uA' filepath='drivers/regulator/helpers.c' line='798' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_set_load' mangled-name='regulator_set_load' filepath='drivers/regulator/core.c' line='4703' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_load'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4703' column='1'/>
- <parameter type-id='95e97e5e' name='uA_load' filepath='drivers/regulator/core.c' line='4703' column='1'/>
+ <function-decl name='regulator_set_load' mangled-name='regulator_set_load' filepath='drivers/regulator/core.c' line='4701' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_load'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4701' column='1'/>
+ <parameter type-id='95e97e5e' name='uA_load' filepath='drivers/regulator/core.c' line='4701' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_set_mode' mangled-name='regulator_set_mode' filepath='drivers/regulator/core.c' line='4555' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_mode'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4555' column='1'/>
- <parameter type-id='f0981eeb' name='mode' filepath='drivers/regulator/core.c' line='4555' column='1'/>
+ <function-decl name='regulator_set_mode' mangled-name='regulator_set_mode' filepath='drivers/regulator/core.c' line='4553' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_mode'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4553' column='1'/>
+ <parameter type-id='f0981eeb' name='mode' filepath='drivers/regulator/core.c' line='4553' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_set_ramp_delay_regmap' mangled-name='regulator_set_ramp_delay_regmap' filepath='drivers/regulator/helpers.c' line='946' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_ramp_delay_regmap'>
@@ -155458,10 +155474,10 @@
<parameter type-id='95e97e5e' name='ramp_delay' filepath='drivers/regulator/helpers.c' line='946' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_set_voltage' mangled-name='regulator_set_voltage' filepath='drivers/regulator/core.c' line='4136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_voltage'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4136' column='1'/>
- <parameter type-id='95e97e5e' name='min_uV' filepath='drivers/regulator/core.c' line='4136' column='1'/>
- <parameter type-id='95e97e5e' name='max_uV' filepath='drivers/regulator/core.c' line='4136' column='1'/>
+ <function-decl name='regulator_set_voltage' mangled-name='regulator_set_voltage' filepath='drivers/regulator/core.c' line='4134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_voltage'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4134' column='1'/>
+ <parameter type-id='95e97e5e' name='min_uV' filepath='drivers/regulator/core.c' line='4134' column='1'/>
+ <parameter type-id='95e97e5e' name='max_uV' filepath='drivers/regulator/core.c' line='4134' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='regulator_set_voltage_sel_regmap' mangled-name='regulator_set_voltage_sel_regmap' filepath='drivers/regulator/helpers.c' line='261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_voltage_sel_regmap'>
@@ -155469,29 +155485,29 @@
<parameter type-id='f0981eeb' name='sel' filepath='drivers/regulator/helpers.c' line='261' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_set_voltage_time' mangled-name='regulator_set_voltage_time' filepath='drivers/regulator/core.c' line='4246' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_voltage_time'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4246' column='1'/>
- <parameter type-id='95e97e5e' name='old_uV' filepath='drivers/regulator/core.c' line='4247' column='1'/>
- <parameter type-id='95e97e5e' name='new_uV' filepath='drivers/regulator/core.c' line='4247' column='1'/>
+ <function-decl name='regulator_set_voltage_time' mangled-name='regulator_set_voltage_time' filepath='drivers/regulator/core.c' line='4244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_voltage_time'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4244' column='1'/>
+ <parameter type-id='95e97e5e' name='old_uV' filepath='drivers/regulator/core.c' line='4245' column='1'/>
+ <parameter type-id='95e97e5e' name='new_uV' filepath='drivers/regulator/core.c' line='4245' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_set_voltage_time_sel' mangled-name='regulator_set_voltage_time_sel' filepath='drivers/regulator/core.c' line='4303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_voltage_time_sel'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='4303' column='1'/>
- <parameter type-id='f0981eeb' name='old_selector' filepath='drivers/regulator/core.c' line='4304' column='1'/>
- <parameter type-id='f0981eeb' name='new_selector' filepath='drivers/regulator/core.c' line='4305' column='1'/>
+ <function-decl name='regulator_set_voltage_time_sel' mangled-name='regulator_set_voltage_time_sel' filepath='drivers/regulator/core.c' line='4301' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_set_voltage_time_sel'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='4301' column='1'/>
+ <parameter type-id='f0981eeb' name='old_selector' filepath='drivers/regulator/core.c' line='4302' column='1'/>
+ <parameter type-id='f0981eeb' name='new_selector' filepath='drivers/regulator/core.c' line='4303' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_sync_voltage' mangled-name='regulator_sync_voltage' filepath='drivers/regulator/core.c' line='4355' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_sync_voltage'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4355' column='1'/>
+ <function-decl name='regulator_sync_voltage' mangled-name='regulator_sync_voltage' filepath='drivers/regulator/core.c' line='4353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_sync_voltage'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4353' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='regulator_unregister' mangled-name='regulator_unregister' filepath='drivers/regulator/core.c' line='5678' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_unregister'>
- <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5678' column='1'/>
+ <function-decl name='regulator_unregister' mangled-name='regulator_unregister' filepath='drivers/regulator/core.c' line='5674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_unregister'>
+ <parameter type-id='43c38462' name='rdev' filepath='drivers/regulator/core.c' line='5674' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='regulator_unregister_notifier' mangled-name='regulator_unregister_notifier' filepath='drivers/regulator/core.c' line='4806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_unregister_notifier'>
- <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4806' column='1'/>
- <parameter type-id='d504f73d' name='nb' filepath='drivers/regulator/core.c' line='4807' column='1'/>
+ <function-decl name='regulator_unregister_notifier' mangled-name='regulator_unregister_notifier' filepath='drivers/regulator/core.c' line='4804' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='regulator_unregister_notifier'>
+ <parameter type-id='850c13f6' name='regulator' filepath='drivers/regulator/core.c' line='4804' column='1'/>
+ <parameter type-id='d504f73d' name='nb' filepath='drivers/regulator/core.c' line='4805' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='relay_close' mangled-name='relay_close' filepath='kernel/relay.c' line='755' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='relay_close'>
@@ -155540,8 +155556,8 @@
<parameter type-id='c9d64c0d' name='old' filepath='kernel/resource.c' line='284' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='release_sock' mangled-name='release_sock' filepath='net/core/sock.c' line='3243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='release_sock'>
- <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='3243' column='1'/>
+ <function-decl name='release_sock' mangled-name='release_sock' filepath='net/core/sock.c' line='3254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='release_sock'>
+ <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='3254' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='remap_pfn_range' mangled-name='remap_pfn_range' filepath='mm/memory.c' line='2511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='remap_pfn_range'>
@@ -155627,11 +155643,11 @@
<parameter type-id='c8e4e392' name='cont' filepath='drivers/base/firmware_loader/main.c' line='1198' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='request_key_tag' mangled-name='request_key_tag' filepath='security/keys/request_key.c' line='693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='request_key_tag'>
- <parameter type-id='d0a699d1' name='type' filepath='security/keys/request_key.c' line='693' column='1'/>
- <parameter type-id='80f4b756' name='description' filepath='security/keys/request_key.c' line='694' column='1'/>
- <parameter type-id='fce14c5f' name='domain_tag' filepath='security/keys/request_key.c' line='695' column='1'/>
- <parameter type-id='80f4b756' name='callout_info' filepath='security/keys/request_key.c' line='696' column='1'/>
+ <function-decl name='request_key_tag' mangled-name='request_key_tag' filepath='security/keys/request_key.c' line='706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='request_key_tag'>
+ <parameter type-id='d0a699d1' name='type' filepath='security/keys/request_key.c' line='706' column='1'/>
+ <parameter type-id='80f4b756' name='description' filepath='security/keys/request_key.c' line='707' column='1'/>
+ <parameter type-id='fce14c5f' name='domain_tag' filepath='security/keys/request_key.c' line='708' column='1'/>
+ <parameter type-id='80f4b756' name='callout_info' filepath='security/keys/request_key.c' line='709' column='1'/>
<return type-id='204a4632'/>
</function-decl>
<function-decl name='request_threaded_irq' mangled-name='request_threaded_irq' filepath='kernel/irq/manage.c' line='2147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='request_threaded_irq'>
@@ -156045,8 +156061,8 @@
<var-decl name='rps_cpu_mask' type-id='19c2251e' mangled-name='rps_cpu_mask' visibility='default' filepath='net/core/dev.c' line='4368' column='1' elf-symbol-id='rps_cpu_mask'/>
<var-decl name='rps_needed' type-id='237c0d27' mangled-name='rps_needed' visibility='default' filepath='net/core/dev.c' line='4371' column='1' elf-symbol-id='rps_needed'/>
<var-decl name='rps_sock_flow_table' type-id='2293f1dd' mangled-name='rps_sock_flow_table' visibility='default' filepath='net/core/dev.c' line='4366' column='1' elf-symbol-id='rps_sock_flow_table'/>
- <function-decl name='rq_flush_dcache_pages' mangled-name='rq_flush_dcache_pages' filepath='block/blk-core.c' line='1518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rq_flush_dcache_pages'>
- <parameter type-id='3dad1a48' name='rq' filepath='block/blk-core.c' line='1518' column='1'/>
+ <function-decl name='rq_flush_dcache_pages' mangled-name='rq_flush_dcache_pages' filepath='block/blk-core.c' line='1529' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rq_flush_dcache_pages'>
+ <parameter type-id='3dad1a48' name='rq' filepath='block/blk-core.c' line='1529' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='rt6_lookup' mangled-name='rt6_lookup' filepath='net/ipv6/route.c' line='1262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='rt6_lookup'>
@@ -157543,8 +157559,8 @@
<parameter type-id='3eb7c31c' name='gfp_mask' filepath='net/core/skbuff.c' line='1529' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
- <function-decl name='skb_clone_sk' mangled-name='skb_clone_sk' filepath='net/core/skbuff.c' line='4867' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_clone_sk'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4867' column='1'/>
+ <function-decl name='skb_clone_sk' mangled-name='skb_clone_sk' filepath='net/core/skbuff.c' line='4872' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_clone_sk'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4872' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
<function-decl name='skb_coalesce_rx_frag' mangled-name='skb_coalesce_rx_frag' filepath='net/core/skbuff.c' line='616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_coalesce_rx_frag'>
@@ -157554,9 +157570,9 @@
<parameter type-id='f0981eeb' name='truesize' filepath='net/core/skbuff.c' line='617' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='skb_complete_wifi_ack' mangled-name='skb_complete_wifi_ack' filepath='net/core/skbuff.c' line='5019' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_complete_wifi_ack'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5019' column='1'/>
- <parameter type-id='b50a4934' name='acked' filepath='net/core/skbuff.c' line='5019' column='1'/>
+ <function-decl name='skb_complete_wifi_ack' mangled-name='skb_complete_wifi_ack' filepath='net/core/skbuff.c' line='5024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_complete_wifi_ack'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5024' column='1'/>
+ <parameter type-id='b50a4934' name='acked' filepath='net/core/skbuff.c' line='5024' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='skb_copy' mangled-name='skb_copy' filepath='net/core/skbuff.c' line='1608' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_copy'>
@@ -157597,10 +157613,10 @@
<parameter type-id='3eb7c31c' name='gfp_mask' filepath='net/core/skbuff.c' line='1441' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='skb_cow_data' mangled-name='skb_cow_data' filepath='net/core/skbuff.c' line='4688' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_cow_data'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4688' column='1'/>
- <parameter type-id='95e97e5e' name='tailbits' filepath='net/core/skbuff.c' line='4688' column='1'/>
- <parameter type-id='a10cc675' name='trailer' filepath='net/core/skbuff.c' line='4688' column='1'/>
+ <function-decl name='skb_cow_data' mangled-name='skb_cow_data' filepath='net/core/skbuff.c' line='4693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_cow_data'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4693' column='1'/>
+ <parameter type-id='95e97e5e' name='tailbits' filepath='net/core/skbuff.c' line='4693' column='1'/>
+ <parameter type-id='a10cc675' name='trailer' filepath='net/core/skbuff.c' line='4693' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='skb_dequeue' mangled-name='skb_dequeue' filepath='net/core/skbuff.c' line='3269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_dequeue'>
@@ -157617,9 +157633,9 @@
<parameter type-id='b50a4934' name='full_pkt' filepath='net/core/skbuff.c' line='813' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='skb_ensure_writable' mangled-name='skb_ensure_writable' filepath='net/core/skbuff.c' line='5754' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_ensure_writable'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5754' column='1'/>
- <parameter type-id='95e97e5e' name='write_len' filepath='net/core/skbuff.c' line='5754' column='1'/>
+ <function-decl name='skb_ensure_writable' mangled-name='skb_ensure_writable' filepath='net/core/skbuff.c' line='5759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_ensure_writable'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5759' column='1'/>
+ <parameter type-id='95e97e5e' name='write_len' filepath='net/core/skbuff.c' line='5759' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='skb_free_datagram' mangled-name='skb_free_datagram' filepath='net/core/datagram.c' line='323' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_free_datagram'>
@@ -157627,16 +157643,16 @@
<parameter type-id='0fbf3cfd' name='skb' filepath='net/core/datagram.c' line='323' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='skb_page_frag_refill' mangled-name='skb_page_frag_refill' filepath='net/core/sock.c' line='2617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_page_frag_refill'>
- <parameter type-id='f0981eeb' name='sz' filepath='net/core/sock.c' line='2617' column='1'/>
- <parameter type-id='a8d434b7' name='pfrag' filepath='net/core/sock.c' line='2617' column='1'/>
- <parameter type-id='3eb7c31c' name='gfp' filepath='net/core/sock.c' line='2617' column='1'/>
+ <function-decl name='skb_page_frag_refill' mangled-name='skb_page_frag_refill' filepath='net/core/sock.c' line='2628' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_page_frag_refill'>
+ <parameter type-id='f0981eeb' name='sz' filepath='net/core/sock.c' line='2628' column='1'/>
+ <parameter type-id='a8d434b7' name='pfrag' filepath='net/core/sock.c' line='2628' column='1'/>
+ <parameter type-id='3eb7c31c' name='gfp' filepath='net/core/sock.c' line='2628' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
- <function-decl name='skb_partial_csum_set' mangled-name='skb_partial_csum_set' filepath='net/core/skbuff.c' line='5057' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_partial_csum_set'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5057' column='1'/>
- <parameter type-id='1dc6a898' name='start' filepath='net/core/skbuff.c' line='5057' column='1'/>
- <parameter type-id='1dc6a898' name='off' filepath='net/core/skbuff.c' line='5057' column='1'/>
+ <function-decl name='skb_partial_csum_set' mangled-name='skb_partial_csum_set' filepath='net/core/skbuff.c' line='5062' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_partial_csum_set'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5062' column='1'/>
+ <parameter type-id='1dc6a898' name='start' filepath='net/core/skbuff.c' line='5062' column='1'/>
+ <parameter type-id='1dc6a898' name='off' filepath='net/core/skbuff.c' line='5062' column='1'/>
<return type-id='b50a4934'/>
</function-decl>
<function-decl name='skb_pull' mangled-name='skb_pull' filepath='net/core/skbuff.c' line='2081' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_pull'>
@@ -157685,9 +157701,9 @@
<parameter type-id='7292109c' name='err' filepath='net/core/datagram.c' line='313' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
- <function-decl name='skb_scrub_packet' mangled-name='skb_scrub_packet' filepath='net/core/skbuff.c' line='5522' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_scrub_packet'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5522' column='1'/>
- <parameter type-id='b50a4934' name='xnet' filepath='net/core/skbuff.c' line='5522' column='1'/>
+ <function-decl name='skb_scrub_packet' mangled-name='skb_scrub_packet' filepath='net/core/skbuff.c' line='5527' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_scrub_packet'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5527' column='1'/>
+ <parameter type-id='b50a4934' name='xnet' filepath='net/core/skbuff.c' line='5527' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='skb_set_owner_w' mangled-name='skb_set_owner_w' filepath='net/core/sock.c' line='2234' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_set_owner_w'>
@@ -157708,18 +157724,18 @@
<parameter type-id='95e97e5e' name='len' filepath='net/core/skbuff.c' line='2781' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='skb_to_sgvec' mangled-name='skb_to_sgvec' filepath='net/core/skbuff.c' line='4630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_to_sgvec'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4630' column='1'/>
- <parameter type-id='bf3ef905' name='sg' filepath='net/core/skbuff.c' line='4630' column='1'/>
- <parameter type-id='95e97e5e' name='offset' filepath='net/core/skbuff.c' line='4630' column='1'/>
- <parameter type-id='95e97e5e' name='len' filepath='net/core/skbuff.c' line='4630' column='1'/>
+ <function-decl name='skb_to_sgvec' mangled-name='skb_to_sgvec' filepath='net/core/skbuff.c' line='4635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_to_sgvec'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4635' column='1'/>
+ <parameter type-id='bf3ef905' name='sg' filepath='net/core/skbuff.c' line='4635' column='1'/>
+ <parameter type-id='95e97e5e' name='offset' filepath='net/core/skbuff.c' line='4635' column='1'/>
+ <parameter type-id='95e97e5e' name='len' filepath='net/core/skbuff.c' line='4635' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='skb_to_sgvec_nomark' mangled-name='skb_to_sgvec_nomark' filepath='net/core/skbuff.c' line='4662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_to_sgvec_nomark'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4662' column='1'/>
- <parameter type-id='bf3ef905' name='sg' filepath='net/core/skbuff.c' line='4662' column='1'/>
- <parameter type-id='95e97e5e' name='offset' filepath='net/core/skbuff.c' line='4663' column='1'/>
- <parameter type-id='95e97e5e' name='len' filepath='net/core/skbuff.c' line='4663' column='1'/>
+ <function-decl name='skb_to_sgvec_nomark' mangled-name='skb_to_sgvec_nomark' filepath='net/core/skbuff.c' line='4667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_to_sgvec_nomark'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='4667' column='1'/>
+ <parameter type-id='bf3ef905' name='sg' filepath='net/core/skbuff.c' line='4667' column='1'/>
+ <parameter type-id='95e97e5e' name='offset' filepath='net/core/skbuff.c' line='4668' column='1'/>
+ <parameter type-id='95e97e5e' name='len' filepath='net/core/skbuff.c' line='4668' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='skb_trim' mangled-name='skb_trim' filepath='net/core/skbuff.c' line='2096' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_trim'>
@@ -157727,9 +157743,9 @@
<parameter type-id='f0981eeb' name='len' filepath='net/core/skbuff.c' line='2096' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='skb_tstamp_tx' mangled-name='skb_tstamp_tx' filepath='net/core/skbuff.c' line='5011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_tstamp_tx'>
- <parameter type-id='0fbf3cfd' name='orig_skb' filepath='net/core/skbuff.c' line='5011' column='1'/>
- <parameter type-id='68197365' name='hwtstamps' filepath='net/core/skbuff.c' line='5012' column='1'/>
+ <function-decl name='skb_tstamp_tx' mangled-name='skb_tstamp_tx' filepath='net/core/skbuff.c' line='5016' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_tstamp_tx'>
+ <parameter type-id='0fbf3cfd' name='orig_skb' filepath='net/core/skbuff.c' line='5016' column='1'/>
+ <parameter type-id='68197365' name='hwtstamps' filepath='net/core/skbuff.c' line='5017' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='skb_unlink' mangled-name='skb_unlink' filepath='net/core/skbuff.c' line='3395' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_unlink'>
@@ -157737,8 +157753,8 @@
<parameter type-id='03c386c6' name='list' filepath='net/core/skbuff.c' line='3395' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='skb_vlan_untag' mangled-name='skb_vlan_untag' filepath='net/core/skbuff.c' line='5713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_vlan_untag'>
- <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5713' column='1'/>
+ <function-decl name='skb_vlan_untag' mangled-name='skb_vlan_untag' filepath='net/core/skbuff.c' line='5718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skb_vlan_untag'>
+ <parameter type-id='0fbf3cfd' name='skb' filepath='net/core/skbuff.c' line='5718' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
<function-decl name='skcipher_alloc_instance_simple' mangled-name='skcipher_alloc_instance_simple' filepath='crypto/skcipher.c' line='929' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='skcipher_alloc_instance_simple'>
@@ -159113,20 +159129,20 @@
<parameter type-id='97eb1967' name='soc_dev' filepath='drivers/base/soc.c' line='172' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='sock_alloc_send_pskb' mangled-name='sock_alloc_send_pskb' filepath='net/core/sock.c' line='2473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_alloc_send_pskb'>
- <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='2473' column='1'/>
- <parameter type-id='7359adad' name='header_len' filepath='net/core/sock.c' line='2473' column='1'/>
- <parameter type-id='7359adad' name='data_len' filepath='net/core/sock.c' line='2474' column='1'/>
- <parameter type-id='95e97e5e' name='noblock' filepath='net/core/sock.c' line='2474' column='1'/>
- <parameter type-id='7292109c' name='errcode' filepath='net/core/sock.c' line='2475' column='1'/>
- <parameter type-id='95e97e5e' name='max_page_order' filepath='net/core/sock.c' line='2475' column='1'/>
+ <function-decl name='sock_alloc_send_pskb' mangled-name='sock_alloc_send_pskb' filepath='net/core/sock.c' line='2484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_alloc_send_pskb'>
+ <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='2484' column='1'/>
+ <parameter type-id='7359adad' name='header_len' filepath='net/core/sock.c' line='2484' column='1'/>
+ <parameter type-id='7359adad' name='data_len' filepath='net/core/sock.c' line='2485' column='1'/>
+ <parameter type-id='95e97e5e' name='noblock' filepath='net/core/sock.c' line='2485' column='1'/>
+ <parameter type-id='7292109c' name='errcode' filepath='net/core/sock.c' line='2486' column='1'/>
+ <parameter type-id='95e97e5e' name='max_page_order' filepath='net/core/sock.c' line='2486' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
- <function-decl name='sock_alloc_send_skb' mangled-name='sock_alloc_send_skb' filepath='net/core/sock.c' line='2517' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_alloc_send_skb'>
- <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='2517' column='1'/>
- <parameter type-id='7359adad' name='size' filepath='net/core/sock.c' line='2517' column='1'/>
- <parameter type-id='95e97e5e' name='noblock' filepath='net/core/sock.c' line='2518' column='1'/>
- <parameter type-id='7292109c' name='errcode' filepath='net/core/sock.c' line='2518' column='1'/>
+ <function-decl name='sock_alloc_send_skb' mangled-name='sock_alloc_send_skb' filepath='net/core/sock.c' line='2528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_alloc_send_skb'>
+ <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='2528' column='1'/>
+ <parameter type-id='7359adad' name='size' filepath='net/core/sock.c' line='2528' column='1'/>
+ <parameter type-id='95e97e5e' name='noblock' filepath='net/core/sock.c' line='2529' column='1'/>
+ <parameter type-id='7292109c' name='errcode' filepath='net/core/sock.c' line='2529' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
<function-decl name='sock_create_kern' mangled-name='sock_create_kern' filepath='net/socket.c' line='1534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_create_kern'>
@@ -159150,88 +159166,88 @@
<parameter type-id='0fbf3cfd' name='skb' filepath='net/core/sock.c' line='2304' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='sock_gettstamp' mangled-name='sock_gettstamp' filepath='net/core/sock.c' line='3294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_gettstamp'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='3294' column='1'/>
- <parameter type-id='eaa32e2f' name='userstamp' filepath='net/core/sock.c' line='3294' column='1'/>
- <parameter type-id='b50a4934' name='timeval' filepath='net/core/sock.c' line='3295' column='1'/>
- <parameter type-id='b50a4934' name='time32' filepath='net/core/sock.c' line='3295' column='1'/>
+ <function-decl name='sock_gettstamp' mangled-name='sock_gettstamp' filepath='net/core/sock.c' line='3305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_gettstamp'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='3305' column='1'/>
+ <parameter type-id='eaa32e2f' name='userstamp' filepath='net/core/sock.c' line='3305' column='1'/>
+ <parameter type-id='b50a4934' name='timeval' filepath='net/core/sock.c' line='3306' column='1'/>
+ <parameter type-id='b50a4934' name='time32' filepath='net/core/sock.c' line='3306' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='sock_i_uid' mangled-name='sock_i_uid' filepath='net/core/sock.c' line='2322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_i_uid'>
<parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='2322' column='1'/>
<return type-id='d80b72e6'/>
</function-decl>
- <function-decl name='sock_init_data' mangled-name='sock_init_data' filepath='net/core/sock.c' line='3219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_init_data'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='3219' column='1'/>
- <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='3219' column='1'/>
+ <function-decl name='sock_init_data' mangled-name='sock_init_data' filepath='net/core/sock.c' line='3230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_init_data'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='3230' column='1'/>
+ <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='3230' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='sock_no_accept' mangled-name='sock_no_accept' filepath='net/core/sock.c' line='2927' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_accept'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2927' column='1'/>
- <parameter type-id='13103032' name='newsock' filepath='net/core/sock.c' line='2927' column='1'/>
- <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='2927' column='1'/>
- <parameter type-id='b50a4934' name='kern' filepath='net/core/sock.c' line='2928' column='1'/>
+ <function-decl name='sock_no_accept' mangled-name='sock_no_accept' filepath='net/core/sock.c' line='2938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_accept'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2938' column='1'/>
+ <parameter type-id='13103032' name='newsock' filepath='net/core/sock.c' line='2938' column='1'/>
+ <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='2938' column='1'/>
+ <parameter type-id='b50a4934' name='kern' filepath='net/core/sock.c' line='2939' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_bind' mangled-name='sock_no_bind' filepath='net/core/sock.c' line='2908' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_bind'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2908' column='1'/>
- <parameter type-id='5c0abad8' name='saddr' filepath='net/core/sock.c' line='2908' column='1'/>
- <parameter type-id='95e97e5e' name='len' filepath='net/core/sock.c' line='2908' column='1'/>
+ <function-decl name='sock_no_bind' mangled-name='sock_no_bind' filepath='net/core/sock.c' line='2919' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_bind'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2919' column='1'/>
+ <parameter type-id='5c0abad8' name='saddr' filepath='net/core/sock.c' line='2919' column='1'/>
+ <parameter type-id='95e97e5e' name='len' filepath='net/core/sock.c' line='2919' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_connect' mangled-name='sock_no_connect' filepath='net/core/sock.c' line='2914' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_connect'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2914' column='1'/>
- <parameter type-id='5c0abad8' name='saddr' filepath='net/core/sock.c' line='2914' column='1'/>
- <parameter type-id='95e97e5e' name='len' filepath='net/core/sock.c' line='2915' column='1'/>
- <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='2915' column='1'/>
+ <function-decl name='sock_no_connect' mangled-name='sock_no_connect' filepath='net/core/sock.c' line='2925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_connect'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2925' column='1'/>
+ <parameter type-id='5c0abad8' name='saddr' filepath='net/core/sock.c' line='2925' column='1'/>
+ <parameter type-id='95e97e5e' name='len' filepath='net/core/sock.c' line='2926' column='1'/>
+ <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='2926' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_getname' mangled-name='sock_no_getname' filepath='net/core/sock.c' line='2934' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_getname'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2934' column='1'/>
- <parameter type-id='5c0abad8' name='saddr' filepath='net/core/sock.c' line='2934' column='1'/>
- <parameter type-id='95e97e5e' name='peer' filepath='net/core/sock.c' line='2935' column='1'/>
+ <function-decl name='sock_no_getname' mangled-name='sock_no_getname' filepath='net/core/sock.c' line='2945' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_getname'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2945' column='1'/>
+ <parameter type-id='5c0abad8' name='saddr' filepath='net/core/sock.c' line='2945' column='1'/>
+ <parameter type-id='95e97e5e' name='peer' filepath='net/core/sock.c' line='2946' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_listen' mangled-name='sock_no_listen' filepath='net/core/sock.c' line='2947' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_listen'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2947' column='1'/>
- <parameter type-id='95e97e5e' name='backlog' filepath='net/core/sock.c' line='2947' column='1'/>
+ <function-decl name='sock_no_listen' mangled-name='sock_no_listen' filepath='net/core/sock.c' line='2958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_listen'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2958' column='1'/>
+ <parameter type-id='95e97e5e' name='backlog' filepath='net/core/sock.c' line='2958' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_mmap' mangled-name='sock_no_mmap' filepath='net/core/sock.c' line='2978' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_mmap'>
- <parameter type-id='77e79a4b' name='file' filepath='net/core/sock.c' line='2978' column='1'/>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2978' column='1'/>
- <parameter type-id='2ae08426' name='vma' filepath='net/core/sock.c' line='2978' column='1'/>
+ <function-decl name='sock_no_mmap' mangled-name='sock_no_mmap' filepath='net/core/sock.c' line='2989' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_mmap'>
+ <parameter type-id='77e79a4b' name='file' filepath='net/core/sock.c' line='2989' column='1'/>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2989' column='1'/>
+ <parameter type-id='2ae08426' name='vma' filepath='net/core/sock.c' line='2989' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_recvmsg' mangled-name='sock_no_recvmsg' filepath='net/core/sock.c' line='2971' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_recvmsg'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2971' column='1'/>
- <parameter type-id='6b9b777a' name='m' filepath='net/core/sock.c' line='2971' column='1'/>
- <parameter type-id='b59d7dce' name='len' filepath='net/core/sock.c' line='2971' column='1'/>
- <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='2972' column='1'/>
+ <function-decl name='sock_no_recvmsg' mangled-name='sock_no_recvmsg' filepath='net/core/sock.c' line='2982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_recvmsg'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2982' column='1'/>
+ <parameter type-id='6b9b777a' name='m' filepath='net/core/sock.c' line='2982' column='1'/>
+ <parameter type-id='b59d7dce' name='len' filepath='net/core/sock.c' line='2982' column='1'/>
+ <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='2983' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_sendmsg' mangled-name='sock_no_sendmsg' filepath='net/core/sock.c' line='2959' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_sendmsg'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2959' column='1'/>
- <parameter type-id='6b9b777a' name='m' filepath='net/core/sock.c' line='2959' column='1'/>
- <parameter type-id='b59d7dce' name='len' filepath='net/core/sock.c' line='2959' column='1'/>
+ <function-decl name='sock_no_sendmsg' mangled-name='sock_no_sendmsg' filepath='net/core/sock.c' line='2970' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_sendmsg'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2970' column='1'/>
+ <parameter type-id='6b9b777a' name='m' filepath='net/core/sock.c' line='2970' column='1'/>
+ <parameter type-id='b59d7dce' name='len' filepath='net/core/sock.c' line='2970' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_sendpage' mangled-name='sock_no_sendpage' filepath='net/core/sock.c' line='3000' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_sendpage'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='3000' column='1'/>
- <parameter type-id='02f11ed4' name='page' filepath='net/core/sock.c' line='3000' column='1'/>
- <parameter type-id='95e97e5e' name='offset' filepath='net/core/sock.c' line='3000' column='1'/>
- <parameter type-id='b59d7dce' name='size' filepath='net/core/sock.c' line='3000' column='1'/>
- <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='3000' column='1'/>
+ <function-decl name='sock_no_sendpage' mangled-name='sock_no_sendpage' filepath='net/core/sock.c' line='3011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_sendpage'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='3011' column='1'/>
+ <parameter type-id='02f11ed4' name='page' filepath='net/core/sock.c' line='3011' column='1'/>
+ <parameter type-id='95e97e5e' name='offset' filepath='net/core/sock.c' line='3011' column='1'/>
+ <parameter type-id='b59d7dce' name='size' filepath='net/core/sock.c' line='3011' column='1'/>
+ <parameter type-id='95e97e5e' name='flags' filepath='net/core/sock.c' line='3011' column='1'/>
<return type-id='79a0948f'/>
</function-decl>
- <function-decl name='sock_no_shutdown' mangled-name='sock_no_shutdown' filepath='net/core/sock.c' line='2953' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_shutdown'>
- <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2953' column='1'/>
- <parameter type-id='95e97e5e' name='how' filepath='net/core/sock.c' line='2953' column='1'/>
+ <function-decl name='sock_no_shutdown' mangled-name='sock_no_shutdown' filepath='net/core/sock.c' line='2964' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_shutdown'>
+ <parameter type-id='13103032' name='sock' filepath='net/core/sock.c' line='2964' column='1'/>
+ <parameter type-id='95e97e5e' name='how' filepath='net/core/sock.c' line='2964' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='sock_no_socketpair' mangled-name='sock_no_socketpair' filepath='net/core/sock.c' line='2921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_socketpair'>
- <parameter type-id='13103032' name='sock1' filepath='net/core/sock.c' line='2921' column='1'/>
- <parameter type-id='13103032' name='sock2' filepath='net/core/sock.c' line='2921' column='1'/>
+ <function-decl name='sock_no_socketpair' mangled-name='sock_no_socketpair' filepath='net/core/sock.c' line='2932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_no_socketpair'>
+ <parameter type-id='13103032' name='sock1' filepath='net/core/sock.c' line='2932' column='1'/>
+ <parameter type-id='13103032' name='sock2' filepath='net/core/sock.c' line='2932' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='sock_queue_rcv_skb' mangled-name='sock_queue_rcv_skb' filepath='net/core/sock.c' line='494' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_queue_rcv_skb'>
@@ -159269,11 +159285,11 @@
<parameter type-id='0fbf3cfd' name='skb' filepath='net/core/sock.c' line='2200' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='sock_wmalloc' mangled-name='sock_wmalloc' filepath='net/core/sock.c' line='2347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_wmalloc'>
- <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='2347' column='1'/>
- <parameter type-id='7359adad' name='size' filepath='net/core/sock.c' line='2347' column='1'/>
- <parameter type-id='95e97e5e' name='force' filepath='net/core/sock.c' line='2347' column='1'/>
- <parameter type-id='3eb7c31c' name='priority' filepath='net/core/sock.c' line='2348' column='1'/>
+ <function-decl name='sock_wmalloc' mangled-name='sock_wmalloc' filepath='net/core/sock.c' line='2358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sock_wmalloc'>
+ <parameter type-id='f772df6d' name='sk' filepath='net/core/sock.c' line='2358' column='1'/>
+ <parameter type-id='7359adad' name='size' filepath='net/core/sock.c' line='2358' column='1'/>
+ <parameter type-id='95e97e5e' name='force' filepath='net/core/sock.c' line='2358' column='1'/>
+ <parameter type-id='3eb7c31c' name='priority' filepath='net/core/sock.c' line='2359' column='1'/>
<return type-id='0fbf3cfd'/>
</function-decl>
<function-decl name='sockfd_lookup' mangled-name='sockfd_lookup' filepath='net/socket.c' line='525' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='sockfd_lookup'>
@@ -159817,12 +159833,12 @@
<parameter type-id='c485c22c' name='bh' filepath='fs/buffer.c' line='3060' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='submit_bio' mangled-name='submit_bio' filepath='block/blk-core.c' line='1061' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='submit_bio'>
- <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1061' column='1'/>
+ <function-decl name='submit_bio' mangled-name='submit_bio' filepath='block/blk-core.c' line='1070' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='submit_bio'>
+ <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1070' column='1'/>
<return type-id='041bc907'/>
</function-decl>
- <function-decl name='submit_bio_noacct' mangled-name='submit_bio_noacct' filepath='block/blk-core.c' line='1029' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='submit_bio_noacct'>
- <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1029' column='1'/>
+ <function-decl name='submit_bio_noacct' mangled-name='submit_bio_noacct' filepath='block/blk-core.c' line='1030' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='submit_bio_noacct'>
+ <parameter type-id='fb55efa1' name='bio' filepath='block/blk-core.c' line='1030' column='1'/>
<return type-id='041bc907'/>
</function-decl>
<function-decl name='submit_bio_wait' mangled-name='submit_bio_wait' filepath='block/bio.c' line='1223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='submit_bio_wait'>
@@ -160421,9 +160437,9 @@
<parameter type-id='0817f042' name='value' filepath='kernel/time/time.c' line='588' column='1'/>
<return type-id='7359adad'/>
</function-decl>
- <function-decl name='timestamp_truncate' mangled-name='timestamp_truncate' filepath='fs/inode.c' line='2249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='timestamp_truncate'>
- <parameter type-id='40a816ad' name='t' filepath='fs/inode.c' line='2249' column='1'/>
- <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2249' column='1'/>
+ <function-decl name='timestamp_truncate' mangled-name='timestamp_truncate' filepath='fs/inode.c' line='2291' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='timestamp_truncate'>
+ <parameter type-id='40a816ad' name='t' filepath='fs/inode.c' line='2291' column='1'/>
+ <parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='2291' column='1'/>
<return type-id='40a816ad'/>
</function-decl>
<function-decl name='topology_clear_scale_freq_source' mangled-name='topology_clear_scale_freq_source' filepath='drivers/base/arch_topology.c' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='topology_clear_scale_freq_source'>
@@ -160437,8 +160453,8 @@
<return type-id='48b5725f'/>
</function-decl>
<var-decl name='topology_update_done' type-id='b50a4934' mangled-name='topology_update_done' visibility='default' filepath='drivers/base/arch_topology.c' line='212' column='1' elf-symbol-id='topology_update_done'/>
- <function-decl name='touch_atime' mangled-name='touch_atime' filepath='fs/inode.c' line='1836' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='touch_atime'>
- <parameter type-id='a77efac3' name='path' filepath='fs/inode.c' line='1836' column='1'/>
+ <function-decl name='touch_atime' mangled-name='touch_atime' filepath='fs/inode.c' line='1878' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='touch_atime'>
+ <parameter type-id='a77efac3' name='path' filepath='fs/inode.c' line='1878' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='touch_buffer' mangled-name='touch_buffer' filepath='fs/buffer.c' line='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='touch_buffer'>
@@ -160462,12 +160478,12 @@
<parameter type-id='b50a4934' name='multitouch' filepath='drivers/input/touchscreen.c' line='198' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='trace_array_destroy' mangled-name='trace_array_destroy' filepath='kernel/trace/trace.c' line='9423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='trace_array_destroy'>
- <parameter type-id='898c1076' name='this_tr' filepath='kernel/trace/trace.c' line='9423' column='1'/>
+ <function-decl name='trace_array_destroy' mangled-name='trace_array_destroy' filepath='kernel/trace/trace.c' line='9424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='trace_array_destroy'>
+ <parameter type-id='898c1076' name='this_tr' filepath='kernel/trace/trace.c' line='9424' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='trace_array_get_by_name' mangled-name='trace_array_get_by_name' filepath='kernel/trace/trace.c' line='9359' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='trace_array_get_by_name'>
- <parameter type-id='80f4b756' name='name' filepath='kernel/trace/trace.c' line='9359' column='1'/>
+ <function-decl name='trace_array_get_by_name' mangled-name='trace_array_get_by_name' filepath='kernel/trace/trace.c' line='9360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='trace_array_get_by_name'>
+ <parameter type-id='80f4b756' name='name' filepath='kernel/trace/trace.c' line='9360' column='1'/>
<return type-id='898c1076'/>
</function-decl>
<function-decl name='trace_array_init_printk' mangled-name='trace_array_init_printk' filepath='kernel/trace/trace.c' line='3536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='trace_array_init_printk'>
@@ -160680,9 +160696,9 @@
<parameter type-id='b50a4934' name='may_swap' filepath='mm/vmscan.c' line='6523' column='1'/>
<return type-id='7359adad'/>
</function-decl>
- <function-decl name='try_to_release_page' mangled-name='try_to_release_page' filepath='mm/filemap.c' line='4019' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='try_to_release_page'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='4019' column='1'/>
- <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='4019' column='1'/>
+ <function-decl name='try_to_release_page' mangled-name='try_to_release_page' filepath='mm/filemap.c' line='4023' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='try_to_release_page'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='4023' column='1'/>
+ <parameter type-id='3eb7c31c' name='gfp_mask' filepath='mm/filemap.c' line='4023' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='try_to_writeback_inodes_sb' mangled-name='try_to_writeback_inodes_sb' filepath='fs/fs-writeback.c' line='2705' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='try_to_writeback_inodes_sb'>
@@ -161503,26 +161519,26 @@
<parameter type-id='db819146' name='clamp_id' filepath='kernel/sched/core.c' line='1504' column='1'/>
<return type-id='7359adad'/>
</function-decl>
- <function-decl name='ucsi_connector_change' mangled-name='ucsi_connector_change' filepath='drivers/usb/typec/ucsi/ucsi.c' line='848' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_connector_change'>
- <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='848' column='1'/>
- <parameter type-id='f9b06939' name='num' filepath='drivers/usb/typec/ucsi/ucsi.c' line='848' column='1'/>
+ <function-decl name='ucsi_connector_change' mangled-name='ucsi_connector_change' filepath='drivers/usb/typec/ucsi/ucsi.c' line='849' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_connector_change'>
+ <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='849' column='1'/>
+ <parameter type-id='f9b06939' name='num' filepath='drivers/usb/typec/ucsi/ucsi.c' line='849' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='ucsi_create' mangled-name='ucsi_create' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_create'>
- <parameter type-id='fa0b179b' name='dev' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1321' column='1'/>
- <parameter type-id='0749da8f' name='ops' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1321' column='1'/>
+ <function-decl name='ucsi_create' mangled-name='ucsi_create' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_create'>
+ <parameter type-id='fa0b179b' name='dev' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1322' column='1'/>
+ <parameter type-id='0749da8f' name='ops' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1322' column='1'/>
<return type-id='2c25e09d'/>
</function-decl>
- <function-decl name='ucsi_destroy' mangled-name='ucsi_destroy' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_destroy'>
- <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1347' column='1'/>
+ <function-decl name='ucsi_destroy' mangled-name='ucsi_destroy' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_destroy'>
+ <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1348' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='ucsi_get_drvdata' mangled-name='ucsi_get_drvdata' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_get_drvdata'>
- <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1299' column='1'/>
+ <function-decl name='ucsi_get_drvdata' mangled-name='ucsi_get_drvdata' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1300' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_get_drvdata'>
+ <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1300' column='1'/>
<return type-id='eaa32e2f'/>
</function-decl>
- <function-decl name='ucsi_register' mangled-name='ucsi_register' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1359' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_register'>
- <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1359' column='1'/>
+ <function-decl name='ucsi_register' mangled-name='ucsi_register' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_register'>
+ <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1360' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='ucsi_send_command' mangled-name='ucsi_send_command' filepath='drivers/usb/typec/ucsi/ucsi.c' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_send_command'>
@@ -161532,13 +161548,13 @@
<parameter type-id='b59d7dce' name='size' filepath='drivers/usb/typec/ucsi/ucsi.c' line='154' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='ucsi_set_drvdata' mangled-name='ucsi_set_drvdata' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1310' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_set_drvdata'>
- <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1310' column='1'/>
- <parameter type-id='eaa32e2f' name='data' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1310' column='1'/>
+ <function-decl name='ucsi_set_drvdata' mangled-name='ucsi_set_drvdata' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_set_drvdata'>
+ <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1311' column='1'/>
+ <parameter type-id='eaa32e2f' name='data' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1311' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='ucsi_unregister' mangled-name='ucsi_unregister' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1385' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_unregister'>
- <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1385' column='1'/>
+ <function-decl name='ucsi_unregister' mangled-name='ucsi_unregister' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1386' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ucsi_unregister'>
+ <parameter type-id='2c25e09d' name='ucsi' filepath='drivers/usb/typec/ucsi/ucsi.c' line='1386' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='udp4_hwcsum' mangled-name='udp4_hwcsum' filepath='net/ipv4/udp.c' line='827' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='udp4_hwcsum'>
@@ -161826,15 +161842,15 @@
<parameter type-id='7e666abe' name='inode' filepath='fs/inode.c' line='1001' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='unlock_page' mangled-name='unlock_page' filepath='mm/filemap.c' line='1507' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='unlock_page'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1507' column='1'/>
+ <function-decl name='unlock_page' mangled-name='unlock_page' filepath='mm/filemap.c' line='1511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='unlock_page'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1511' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='unmap_mapping_range' mangled-name='unmap_mapping_range' filepath='mm/memory.c' line='3625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='unmap_mapping_range'>
- <parameter type-id='f57039f0' name='mapping' filepath='mm/memory.c' line='3625' column='1'/>
- <parameter type-id='bf352dfe' name='holebegin' filepath='mm/memory.c' line='3626' column='1'/>
- <parameter type-id='bf352dfe' name='holelen' filepath='mm/memory.c' line='3626' column='1'/>
- <parameter type-id='95e97e5e' name='even_cows' filepath='mm/memory.c' line='3626' column='1'/>
+ <function-decl name='unmap_mapping_range' mangled-name='unmap_mapping_range' filepath='mm/memory.c' line='3637' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='unmap_mapping_range'>
+ <parameter type-id='f57039f0' name='mapping' filepath='mm/memory.c' line='3637' column='1'/>
+ <parameter type-id='bf352dfe' name='holebegin' filepath='mm/memory.c' line='3638' column='1'/>
+ <parameter type-id='bf352dfe' name='holelen' filepath='mm/memory.c' line='3638' column='1'/>
+ <parameter type-id='95e97e5e' name='even_cows' filepath='mm/memory.c' line='3638' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='unpin_user_page' mangled-name='unpin_user_page' filepath='mm/gup.c' line='251' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='unpin_user_page'>
@@ -164691,9 +164707,9 @@
<parameter type-id='02f11ed4' name='page' filepath='mm/page-writeback.c' line='2918' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='wait_on_page_bit' mangled-name='wait_on_page_bit' filepath='mm/filemap.c' line='1414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='wait_on_page_bit'>
- <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1414' column='1'/>
- <parameter type-id='95e97e5e' name='bit_nr' filepath='mm/filemap.c' line='1414' column='1'/>
+ <function-decl name='wait_on_page_bit' mangled-name='wait_on_page_bit' filepath='mm/filemap.c' line='1418' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='wait_on_page_bit'>
+ <parameter type-id='02f11ed4' name='page' filepath='mm/filemap.c' line='1418' column='1'/>
+ <parameter type-id='95e97e5e' name='bit_nr' filepath='mm/filemap.c' line='1418' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='wait_on_page_writeback' mangled-name='wait_on_page_writeback' filepath='mm/page-writeback.c' line='2885' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='wait_on_page_writeback'>
@@ -164812,20 +164828,20 @@
<parameter type-id='eaa32e2f' name='key' filepath='kernel/sched/wait.c' line='481' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='work_busy' mangled-name='work_busy' filepath='kernel/workqueue.c' line='4625' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='work_busy'>
- <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='4625' column='1'/>
+ <function-decl name='work_busy' mangled-name='work_busy' filepath='kernel/workqueue.c' line='4628' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='work_busy'>
+ <parameter type-id='83c1bde6' name='work' filepath='kernel/workqueue.c' line='4628' column='1'/>
<return type-id='f0981eeb'/>
</function-decl>
- <function-decl name='work_on_cpu' mangled-name='work_on_cpu' filepath='kernel/workqueue.c' line='5227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='work_on_cpu'>
- <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='5227' column='1'/>
- <parameter type-id='68883d61' name='fn' filepath='kernel/workqueue.c' line='5227' column='1'/>
- <parameter type-id='eaa32e2f' name='arg' filepath='kernel/workqueue.c' line='5227' column='1'/>
+ <function-decl name='work_on_cpu' mangled-name='work_on_cpu' filepath='kernel/workqueue.c' line='5230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='work_on_cpu'>
+ <parameter type-id='95e97e5e' name='cpu' filepath='kernel/workqueue.c' line='5230' column='1'/>
+ <parameter type-id='68883d61' name='fn' filepath='kernel/workqueue.c' line='5230' column='1'/>
+ <parameter type-id='eaa32e2f' name='arg' filepath='kernel/workqueue.c' line='5230' column='1'/>
<return type-id='bd54fe1a'/>
</function-decl>
- <function-decl name='wq_worker_comm' mangled-name='wq_worker_comm' filepath='kernel/workqueue.c' line='4933' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='wq_worker_comm'>
- <parameter type-id='26a90f95' name='buf' filepath='kernel/workqueue.c' line='4933' column='1'/>
- <parameter type-id='b59d7dce' name='size' filepath='kernel/workqueue.c' line='4933' column='1'/>
- <parameter type-id='f23e2572' name='task' filepath='kernel/workqueue.c' line='4933' column='1'/>
+ <function-decl name='wq_worker_comm' mangled-name='wq_worker_comm' filepath='kernel/workqueue.c' line='4936' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='wq_worker_comm'>
+ <parameter type-id='26a90f95' name='buf' filepath='kernel/workqueue.c' line='4936' column='1'/>
+ <parameter type-id='b59d7dce' name='size' filepath='kernel/workqueue.c' line='4936' column='1'/>
+ <parameter type-id='f23e2572' name='task' filepath='kernel/workqueue.c' line='4936' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='write_dirty_buffer' mangled-name='write_dirty_buffer' filepath='fs/buffer.c' line='3121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='write_dirty_buffer'>
@@ -165088,10 +165104,10 @@
<parameter type-id='8efea9e5' name='family' filepath='net/xfrm/xfrm_state.c' line='248' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='xhci_add_endpoint' mangled-name='xhci_add_endpoint' filepath='drivers/usb/host/xhci.c' line='1997' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_add_endpoint'>
- <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='1997' column='1'/>
- <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='1997' column='1'/>
- <parameter type-id='15adb516' name='ep' filepath='drivers/usb/host/xhci.c' line='1998' column='1'/>
+ <function-decl name='xhci_add_endpoint' mangled-name='xhci_add_endpoint' filepath='drivers/usb/host/xhci.c' line='2006' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_add_endpoint'>
+ <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='2006' column='1'/>
+ <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='2006' column='1'/>
+ <parameter type-id='15adb516' name='ep' filepath='drivers/usb/host/xhci.c' line='2007' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='xhci_alloc_command' mangled-name='xhci_alloc_command' filepath='drivers/usb/host/xhci-mem.c' line='1744' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_alloc_command'>
@@ -165107,15 +165123,15 @@
<parameter type-id='3eb7c31c' name='flags' filepath='drivers/usb/host/xhci-mem.c' line='1808' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='xhci_check_bandwidth' mangled-name='xhci_check_bandwidth' filepath='drivers/usb/host/xhci.c' line='3033' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_check_bandwidth'>
- <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='3033' column='1'/>
- <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='3033' column='1'/>
+ <function-decl name='xhci_check_bandwidth' mangled-name='xhci_check_bandwidth' filepath='drivers/usb/host/xhci.c' line='3042' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_check_bandwidth'>
+ <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='3042' column='1'/>
+ <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='3042' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='xhci_drop_endpoint' mangled-name='xhci_drop_endpoint' filepath='drivers/usb/host/xhci.c' line='1914' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_drop_endpoint'>
- <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='1914' column='1'/>
- <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='1914' column='1'/>
- <parameter type-id='15adb516' name='ep' filepath='drivers/usb/host/xhci.c' line='1915' column='1'/>
+ <function-decl name='xhci_drop_endpoint' mangled-name='xhci_drop_endpoint' filepath='drivers/usb/host/xhci.c' line='1923' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_drop_endpoint'>
+ <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='1923' column='1'/>
+ <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='1923' column='1'/>
+ <parameter type-id='15adb516' name='ep' filepath='drivers/usb/host/xhci.c' line='1924' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='xhci_free_command' mangled-name='xhci_free_command' filepath='drivers/usb/host/xhci-mem.c' line='1795' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_free_command'>
@@ -165128,13 +165144,13 @@
<parameter type-id='d7409d08' name='erst' filepath='drivers/usb/host/xhci-mem.c' line='1836' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='xhci_gen_setup' mangled-name='xhci_gen_setup' filepath='drivers/usb/host/xhci.c' line='5244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_gen_setup'>
- <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='5244' column='1'/>
- <parameter type-id='67f831c0' name='get_quirks' filepath='drivers/usb/host/xhci.c' line='5244' column='1'/>
+ <function-decl name='xhci_gen_setup' mangled-name='xhci_gen_setup' filepath='drivers/usb/host/xhci.c' line='5253' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_gen_setup'>
+ <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='5253' column='1'/>
+ <parameter type-id='67f831c0' name='get_quirks' filepath='drivers/usb/host/xhci.c' line='5253' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='xhci_get_endpoint_index' mangled-name='xhci_get_endpoint_index' filepath='drivers/usb/host/xhci.c' line='1468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_get_endpoint_index'>
- <parameter type-id='a07d0491' name='desc' filepath='drivers/usb/host/xhci.c' line='1468' column='1'/>
+ <function-decl name='xhci_get_endpoint_index' mangled-name='xhci_get_endpoint_index' filepath='drivers/usb/host/xhci.c' line='1477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_get_endpoint_index'>
+ <parameter type-id='a07d0491' name='desc' filepath='drivers/usb/host/xhci.c' line='1477' column='1'/>
<return type-id='f0981eeb'/>
</function-decl>
<function-decl name='xhci_get_ep_ctx' mangled-name='xhci_get_ep_ctx' filepath='drivers/usb/host/xhci-mem.c' line='525' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_get_ep_ctx'>
@@ -165143,9 +165159,9 @@
<parameter type-id='f0981eeb' name='ep_index' filepath='drivers/usb/host/xhci-mem.c' line='527' column='1'/>
<return type-id='216753a5'/>
</function-decl>
- <function-decl name='xhci_init_driver' mangled-name='xhci_init_driver' filepath='drivers/usb/host/xhci.c' line='5491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_init_driver'>
- <parameter type-id='c07d5ba3' name='drv' filepath='drivers/usb/host/xhci.c' line='5491' column='1'/>
- <parameter type-id='9a55ba3d' name='over' filepath='drivers/usb/host/xhci.c' line='5492' column='1'/>
+ <function-decl name='xhci_init_driver' mangled-name='xhci_init_driver' filepath='drivers/usb/host/xhci.c' line='5500' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_init_driver'>
+ <parameter type-id='c07d5ba3' name='drv' filepath='drivers/usb/host/xhci.c' line='5500' column='1'/>
+ <parameter type-id='9a55ba3d' name='over' filepath='drivers/usb/host/xhci.c' line='5501' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
<function-decl name='xhci_queue_stop_endpoint' mangled-name='xhci_queue_stop_endpoint' filepath='drivers/usb/host/xhci-ring.c' line='4445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_queue_stop_endpoint'>
@@ -165156,14 +165172,14 @@
<parameter type-id='95e97e5e' name='suspend' filepath='drivers/usb/host/xhci-ring.c' line='4446' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='xhci_reset_bandwidth' mangled-name='xhci_reset_bandwidth' filepath='drivers/usb/host/xhci.c' line='3132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_reset_bandwidth'>
- <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='3132' column='1'/>
- <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='3132' column='1'/>
+ <function-decl name='xhci_reset_bandwidth' mangled-name='xhci_reset_bandwidth' filepath='drivers/usb/host/xhci.c' line='3141' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_reset_bandwidth'>
+ <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='3141' column='1'/>
+ <parameter type-id='25e60cb2' name='udev' filepath='drivers/usb/host/xhci.c' line='3141' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='xhci_resume' mangled-name='xhci_resume' filepath='drivers/usb/host/xhci.c' line='1110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_resume'>
- <parameter type-id='0c65b409' name='xhci' filepath='drivers/usb/host/xhci.c' line='1110' column='1'/>
- <parameter type-id='b50a4934' name='hibernated' filepath='drivers/usb/host/xhci.c' line='1110' column='1'/>
+ <function-decl name='xhci_resume' mangled-name='xhci_resume' filepath='drivers/usb/host/xhci.c' line='1119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_resume'>
+ <parameter type-id='0c65b409' name='xhci' filepath='drivers/usb/host/xhci.c' line='1119' column='1'/>
+ <parameter type-id='b50a4934' name='hibernated' filepath='drivers/usb/host/xhci.c' line='1119' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='xhci_ring_alloc' mangled-name='xhci_ring_alloc' filepath='drivers/usb/host/xhci-mem.c' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_ring_alloc'>
@@ -165184,13 +165200,13 @@
<parameter type-id='52a50596' name='ring' filepath='drivers/usb/host/xhci-mem.c' line='280' column='1'/>
<return type-id='48b5725f'/>
</function-decl>
- <function-decl name='xhci_run' mangled-name='xhci_run' filepath='drivers/usb/host/xhci.c' line='642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_run'>
- <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='642' column='1'/>
+ <function-decl name='xhci_run' mangled-name='xhci_run' filepath='drivers/usb/host/xhci.c' line='664' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_run'>
+ <parameter type-id='fc4f83c1' name='hcd' filepath='drivers/usb/host/xhci.c' line='664' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
- <function-decl name='xhci_suspend' mangled-name='xhci_suspend' filepath='drivers/usb/host/xhci.c' line='995' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_suspend'>
- <parameter type-id='0c65b409' name='xhci' filepath='drivers/usb/host/xhci.c' line='995' column='1'/>
- <parameter type-id='b50a4934' name='do_wakeup' filepath='drivers/usb/host/xhci.c' line='995' column='1'/>
+ <function-decl name='xhci_suspend' mangled-name='xhci_suspend' filepath='drivers/usb/host/xhci.c' line='1004' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_suspend'>
+ <parameter type-id='0c65b409' name='xhci' filepath='drivers/usb/host/xhci.c' line='1004' column='1'/>
+ <parameter type-id='b50a4934' name='do_wakeup' filepath='drivers/usb/host/xhci.c' line='1004' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='xhci_trb_virt_to_dma' mangled-name='xhci_trb_virt_to_dma' filepath='drivers/usb/host/xhci-ring.c' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='xhci_trb_virt_to_dma'>
@@ -165444,6 +165460,7 @@
</abi-instr>
</abi-corpus>
</abi-corpus-group>
+
<!--
libabigail: abidw: 2.1.0SOONG BUILD NUMBER PLACEHOLDER
-->
diff --git a/android/abi_gki_aarch64_unisoc b/android/abi_gki_aarch64_unisoc
index b7fc09497d26..45444b117e65 100644
--- a/android/abi_gki_aarch64_unisoc
+++ b/android/abi_gki_aarch64_unisoc
@@ -3348,3 +3348,8 @@
set_blocksize
submit_bio_wait
+# required inode_info.ko
+ __traceiter_mm_filemap_delete_from_page_cache
+ __traceiter_mm_filemap_add_to_page_cache
+ __tracepoint_mm_filemap_delete_from_page_cache
+ __tracepoint_mm_filemap_add_to_page_cache