Ingo Molnar
ecdd6ee77b
x86/mm/pat: Standardize on memtype_*() prefix for APIs
...
Half of our memtype APIs are memtype_ prefixed, the other half are _memtype suffixed:
reserve_memtype()
free_memtype()
kernel_map_sync_memtype()
io_reserve_memtype()
io_free_memtype()
memtype_check_insert()
memtype_erase()
memtype_lookup()
memtype_copy_nth_element()
Use prefixes consistently, like most other modern kernel APIs:
reserve_memtype() => memtype_reserve()
free_memtype() => memtype_free()
kernel_map_sync_memtype() => memtype_kernel_map_sync()
io_reserve_memtype() => memtype_reserve_io()
io_free_memtype() => memtype_free_io()
memtype_check_insert() => memtype_check_insert()
memtype_erase() => memtype_erase()
memtype_lookup() => memtype_lookup()
memtype_copy_nth_element() => memtype_copy_nth_element()
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2019-12-10 10:12:55 +01:00
..
2019-12-10 10:12:55 +01:00
2018-10-31 08:54:16 -07:00
2019-11-26 21:53:34 +01:00
2019-06-03 16:18:12 +02:00
2019-06-05 17:37:17 +02:00
2019-11-25 09:15:32 +01:00
2019-11-26 21:53:34 +01:00
2019-05-21 10:50:45 +02:00
2019-05-14 09:47:47 -07:00
2018-05-19 11:56:57 +02:00
2019-09-03 09:26:37 +02:00
2019-11-04 18:50:33 +01:00
2019-11-04 18:50:33 +01:00
2019-12-10 10:12:55 +01:00
2019-12-10 10:12:55 +01:00
2019-12-01 12:59:06 -08:00
2019-06-07 23:12:13 +02:00
2019-10-18 15:00:18 +02:00
2019-11-02 12:39:12 -07:00
2019-12-10 10:12:55 +01:00
2019-10-18 11:58:33 +02:00
2019-07-09 11:52:34 -07:00
2019-11-21 18:14:35 +01:00
2019-05-08 19:08:35 +02:00
2019-05-30 11:26:35 -07:00
2019-10-18 15:00:18 +02:00
2019-05-27 09:36:28 -05:00
2018-10-31 08:54:16 -07:00
2018-10-31 08:54:16 -07:00
2019-10-18 15:00:18 +02:00
2017-11-02 11:10:55 +01:00
2019-11-18 10:03:26 +01:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:35 -07:00
2018-02-15 01:15:52 +01:00
2019-10-11 12:52:32 +02:00
2018-10-31 08:54:16 -07:00
2017-11-02 11:10:55 +01:00
2019-06-05 17:36:37 +02:00
2019-11-04 17:54:16 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-11-25 19:40:40 -08:00
2019-07-24 14:43:37 +02:00