Function report |
Source Code:kernel\futex.c |
Create Date:2022-07-28 10:55:16 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:compat_exit_robust_list
Proto:static void compat_exit_robust_list(struct task_struct *curr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | curr |
3980 | __user * head = compat_robust_list |
3982 | limit = This limit protects against a deliberately circular list.* (Not worth introducing an rlimit for it) |
3988 | If Not futex_cmpxchg_enabled Then Return |
3995 | If Fetch a robust-list pointer. Bit 0 signals PI futexes: Then Return |
4000 | If Get a simple variable from user space(futex_offset, & futex_offset) Then Return |
4006 | If Fetch a robust-list pointer. Bit 0 signals PI futexes: Then Return |
4010 | next_entry = NULL |
4011 | When (entry != (struct robust_list __user * ) & list) cycle |
4023 | __user * uaddr = futex_uaddr(entry, futex_offset) |
4029 | If rc Then Return |
4031 | uentry = next_uentry |
4032 | entry = next_entry |
4037 | If Not --limit Then Break |
4040 | cond_resched() |
4042 | If pending Then |
4043 | __user * uaddr = futex_uaddr(pending, futex_offset) |
Name | Describe |
---|---|
futex_cleanup |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |