Lines Matching +full:lock +full:- +full:less
1 /* SPDX-License-Identifier: GPL-2.0-only */
9 * struct tmigr_event - a timer event associated to a CPU
22 * struct tmigr_group - timer migration hierarchy group
23 * @lock: Lock protecting the event information and group hierarchy
29 * lock less to decide whether to abort a propagation or
34 * without holding the lock as it is not ensured that value
62 raw_spinlock_t lock; member
76 * struct tmigr_cpu - timer migration per CPU group
77 * @lock: Lock protecting the tmigr_cpu group information
99 raw_spinlock_t lock; member
110 * union tmigr_state - state of tmigr_group
111 * @state: Combined version of the state - only used for atomic
113 * @struct: Split version of the state - only use the struct members to
119 * struct - split state of tmigr_group