Home
last modified time | relevance | path

Searched refs:__setup_param (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dinit.h239 #define __setup_param(str, unique_id, fn, early) \ macro
248 __setup_param(str, fn, fn, 0)
253 __setup_param(str, fn, fn, 1)
308 #define __setup_param(str, unique_id, fn) /* nothing */ macro