Searched refs:SSF_GLOBAL (Results 1 – 2 of 2) sorted by relevance
546 global_flags = (global_flags & ~SSF_UCHG) | (f & SSF_GLOBAL); in srt_ioctl()547 sc->flags = (sc->flags & ~SSF_UCHG) | (f & ~SSF_GLOBAL); in srt_ioctl()559 global_flags = (global_flags & ~SSF_UCHG) | (n & SSF_GLOBAL); in srt_ioctl()560 sc->flags = (sc->flags & ~SSF_UCHG) | (n & ~SSF_GLOBAL); in srt_ioctl()
58 #define SSF_GLOBAL (0) macro