Home
last modified time | relevance | path

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

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