Lines Matching +full:low +full:- +full:vt
1 /* SPDX-License-Identifier: GPL-2.0 */
41 * They use SRCU (Sleepable Read-Copy Update) instead of rw-semaphores for
42 * protection of the chain links. This means there is _very_ low overhead
81 spin_lock_init(&(name)->lock); \
82 (name)->head = NULL; \
85 init_rwsem(&(name)->rwsem); \
86 (name)->head = NULL; \
89 (name)->head = NULL; \
95 cleanup_srcu_struct(&(name)->srcu);
192 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
201 return ret > NOTIFY_OK ? NOTIFY_OK - ret : 0; in notifier_to_errno()
208 * low memory chain, screenblank chain (for plug in modular screenblankers)
220 /* Virtual Terminal events are defined in include/linux/vt.h. */