Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dumh.h18 #define UMH_FREEZABLE 0x08 /* wait for EXEC/PROC freezable */ macro
/openbmc/linux/init/
H A Ddo_mounts_initrd.c107 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE); in handle_initrd()
/openbmc/linux/kernel/
H A Dumh.c438 if (wait & UMH_FREEZABLE) in call_usermodehelper_exec()