Searched refs:pend_mod (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/futex/ |
| H A D | core.c | 1145 unsigned int limit = ROBUST_LIST_LIMIT, cur_mod, next_mod, pend_mod; in exit_robust_list() local 1165 if (fetch_robust_entry(&pending, &head->list_op_pending, &pend_mod)) in exit_robust_list() 1199 curr, pend_mod, HANDLE_DEATH_PENDING); in exit_robust_list() 1259 unsigned int limit = ROBUST_LIST_LIMIT, cur_mod, next_mod, pend_mod; in compat_exit_robust_list() local 1280 if (compat_fetch_robust_entry(&upending, &pending, &head->list_op_pending, &pend_mod)) in compat_exit_robust_list() 1317 handle_futex_death(uaddr, curr, pend_mod, HANDLE_DEATH_PENDING); in compat_exit_robust_list()
|