Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-init.h35 #define _NEVER_BLOCK (sigmask(SIGKILL) | sigmask(SIGSTOP)) macro
36 #define _DONT_BLOCK (_NEVER_BLOCK | sigmask(SIGINT))
Dftape-io.c203 FT_SIGNAL_EXIT(_NEVER_BLOCK); in ft_check_cmd_restrictions()
326 FT_SIGNAL_EXIT(_NEVER_BLOCK); in ftape_ready_wait()
Dftape-ctl.c801 !(sigtestsetmask(&current->pending.signal, _NEVER_BLOCK)) && in ftape_disable()
Dftape-rw.c436 && !(sigtestsetmask(&current->pending.signal, _NEVER_BLOCK))); in ftape_dumb_stop()