Searched refs:__setup_param (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | init.h | 29 #define __setup_param(str, unique_id, fn, early) \ macro 38 __setup_param(str, fn, fn, 0) 41 __setup_param(str, fn, fn, 1)
|
| /linux/include/linux/ |
| H A D | init.h | 332 #define __setup_param(str, unique_id, fn, early) \ macro 346 __setup_param(str, fn, fn, 0) 355 __setup_param(str, fn, fn, 1) 382 #define __setup_param(str, unique_id, fn) /* nothing */ macro
|
| /linux/drivers/clk/imx/ |
| H A D | clk.c | 169 __setup_param("earlycon", imx_keep_uart_earlycon, 171 __setup_param("earlyprintk", imx_keep_uart_earlyprintk,
|
| /linux/arch/x86/entry/vdso/ |
| H A D | vdso32-setup.c | 51 __setup_param("vdso=", vdso_setup, vdso32_setup, 0);
|
| /linux/mm/ |
| H A D | slab_common.c | 74 __setup_param("slub_nomerge", slub_nomerge, setup_slab_nomerge, 0); 75 __setup_param("slub_merge", slub_merge, setup_slab_merge, 0);
|