Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Drobust_list.c61 struct lock_struct { struct
100 head->futex_offset = (size_t) offsetof(struct lock_struct, futex) - in set_list()
101 (size_t) offsetof(struct lock_struct, list); in set_list()
111 static int mutex_lock(struct lock_struct *lock, struct robust_list_head *head, bool error_inject) in mutex_lock()
173 struct lock_struct *lock = arg; in child_fn_lock()
209 struct lock_struct lock = { .futex = 0 }; in TEST()
362 struct lock_struct *lock = arg; in child_fn_lock_with_error()
393 struct lock_struct lock = { .futex = 0 }; in TEST()
428 struct lock_struct *locks = arg; in child_lock_holder()
450 struct lock_struct *lock = arg; in child_wait_lock()
[all …]