Function report |
Source Code:kernel\futex.c |
Create Date:2022-07-28 10:54:46 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:handle_early_requeue_pi_wakeup() - Detect early wakeup on the initial futex*@hb: the hash_bucket futex_q was original enqueued on*@q: the futex_q woken while waiting to be requeued*@key2: the futex_key of the requeue target futex*@timeout: the timeout
Proto:static inline int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb, struct futex_q *q, union futex_key *key2, struct hrtimer_sleeper *timeout)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct futex_hash_bucket * | hb | |
struct futex_q * | q | |
union futex_key * | key2 | |
struct hrtimer_sleeper * | timeout |
3227 | ret = 0 |
3246 | ret = -EWOULDBLOCK |
3249 | Else if signal_pending(current process) Then ret = -ERESTARTNOINTR |
3252 | Return ret |
Name | Describe |
---|---|
futex_wait_requeue_pi | ex_wait_requeue_pi() - Wait on uaddr and take uaddr2*@uaddr: the futex we initially wait on (non-pi)*@flags: futex flags (FLAGS_SHARED, FLAGS_CLOCKRT, etc |
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 |