Lines Matching defs:pop
1204 static bool robust_list_clear_pending(unsigned long __user *pop)
1208 if (!put_user(0UL, pop))
1220 if (pop == (unsigned long __user *)&head->list_op_pending)
1322 static bool compat_robust_list_clear_pending(u32 __user *pop)
1326 if (!put_user(0U, pop))
1330 if (pop == &head->list_op_pending)
1430 bool futex_robust_list_clear_pending(void __user *pop, unsigned int flags)
1438 return compat_robust_list_clear_pending(pop);
1440 return robust_list_clear_pending(pop);
1450 void __user *pop = arch_futex_robust_unlock_get_pop(regs);
1452 if (!pop)
1455 futex_robust_list_clear_pending(pop, csr->pop_size32 ? FLAGS_ROBUST_LIST32 : 0);