| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | wait.c | 68 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument 94 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common() 112 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument 125 wake_flags, key, &bookmark); in __wake_up_common_lock() 188 int wake_flags = WF_SYNC; in __wake_up_sync_key() local 193 trace_android_vh_set_wake_flags(&wake_flags, &mode); in __wake_up_sync_key() 194 __wake_up_common_lock(wq_head, mode, 1, wake_flags, key); in __wake_up_sync_key()
|
| H A D | core.c | 2559 int select_task_rq(struct task_struct *p, int cpu, int sd_flags, int wake_flags) in select_task_rq() argument 2564 cpu = p->sched_class->select_task_rq(p, cpu, sd_flags, wake_flags); in select_task_rq() 2625 ttwu_stat(struct task_struct *p, int cpu, int wake_flags) in ttwu_stat() argument 2652 if (wake_flags & WF_MIGRATED) in ttwu_stat() 2659 if (wake_flags & WF_SYNC) in ttwu_stat() 2666 static void ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_wakeup() argument 2669 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 2699 ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags, in ttwu_do_activate() argument 2704 if (wake_flags & WF_SYNC) in ttwu_do_activate() 2713 if (wake_flags & WF_MIGRATED) in ttwu_do_activate() [all …]
|
| H A D | fair.c | 6890 select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) in select_task_rq_fair() argument 6896 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING); in select_task_rq_fair() 6903 wake_flags, &target_cpu); in select_task_rq_fair() 7141 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup() argument 7162 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup() 7195 wake_flags, se, pse, next_buddy_marked, sysctl_sched_wakeup_granularity); in check_preempt_wakeup()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | sched.h | 33 TP_PROTO(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags, int *new_cpu), 34 TP_ARGS(p, prev_cpu, sd_flag, wake_flags, new_cpu), 1); 37 TP_PROTO(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags, int *new_cpu), 38 TP_ARGS(p, prev_cpu, sd_flag, wake_flags, new_cpu), 1); 271 int wake_flags, struct sched_entity *se, struct sched_entity *pse, 273 TP_ARGS(rq, p, preempt, nopreempt, wake_flags, se, pse, next_buddy_marked, 281 TP_PROTO(int *wake_flags, unsigned int *mode), 282 TP_ARGS(wake_flags, mode));
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.c | 167 int wake_flags; in __i915_sw_fence_wake_up_all() local 169 wake_flags = fence->error; in __i915_sw_fence_wake_up_all() 171 wake_flags = 0; in __i915_sw_fence_wake_up_all() 173 pos->func(pos, TASK_NORMAL, wake_flags, &extra); in __i915_sw_fence_wake_up_all()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_internal_sync.c | 125 int wake_flags, void *key) in mali_internal_sync_fence_wake_up_wq() argument 128 int wake_flags, void *key) in mali_internal_sync_fence_wake_up_wq() 133 MALI_IGNORE(wake_flags); in mali_internal_sync_fence_wake_up_wq()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | percpu-rwsem.c | 134 unsigned int mode, int wake_flags, in percpu_rwsem_wake_function() argument
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-rq-qos.c | 213 unsigned int mode, int wake_flags, void *key) in rq_qos_wake_function() argument
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680_pad.c | 1005 enum of_gpio_flags wake_flags, irq_flags; in gsl_ts_probe() local 1042 ts->wake_pin=of_get_named_gpio_flags(np, "reset-gpio", 0, &wake_flags); in gsl_ts_probe() 1057 …rc = devm_gpio_request_one(&ts->client->dev, ts->wake_pin, (wake_flags & OF_GPIO_ACTIVE_LOW) ? GPI… in gsl_ts_probe()
|
| H A D | gslx680a.c | 1171 enum of_gpio_flags wake_flags; in gsl_ts_probe() local 1189 ts->wake_pin = of_get_named_gpio_flags(np, "wake-gpio", 0, &wake_flags); in gsl_ts_probe() 1192 …rc = devm_gpio_request_one(&client->dev, ts->wake_pin, (wake_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_O… in gsl_ts_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 1219 enum of_gpio_flags wake_flags; in gsl_ts_probe() local 1241 ts->wake_pin = of_get_named_gpio_flags(np, "wake-gpio", 0, &wake_flags); in gsl_ts_probe() 1243 …rc = devm_gpio_request_one(&client->dev, ts->wake_pin, (wake_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_O… in gsl_ts_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 1742 enum of_gpio_flags wake_flags; in hyn_ts_probe() local 1764 ts->rst_pin = of_get_named_gpio_flags(np, "wake-gpio", 0, &wake_flags); in hyn_ts_probe() 1767 …rc = devm_gpio_request_one(&client->dev, ts->rst_pin, (wake_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OU… in hyn_ts_probe()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | userfaultfd.c | 109 int wake_flags, void *key) in userfaultfd_wake_function() argument
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 7425 int wake_flags, void *key) in io_wake_function() argument 7435 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 609 ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags)
|