Searched refs:scheduled (Results 1 – 5 of 5) sorted by relevance
1226 p->posix_cputimers_work.scheduled = false; in clear_posix_cputimers_work()1246 return tsk->posix_cputimers_work.scheduled; in posix_cpu_timers_work_scheduled()1251 if (WARN_ON_ONCE(tsk->posix_cputimers_work.scheduled)) in __run_posix_cpu_timers()1255 tsk->posix_cputimers_work.scheduled = true; in __run_posix_cpu_timers()1270 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()1291 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
35 struct list_head scheduled; /* L: scheduled works */ member
1853 INIT_LIST_HEAD(&worker->scheduled); in alloc_worker()2003 WARN_ON(!list_empty(&worker->scheduled)) || in destroy_worker()2224 move_linked_works(work, &collision->scheduled, NULL); in process_one_work()2359 while (!list_empty(&worker->scheduled)) { in process_scheduled_works()2360 struct work_struct *work = list_first_entry(&worker->scheduled, in process_scheduled_works()2426 WARN_ON_ONCE(!list_empty(&worker->scheduled)); in worker_thread()2447 if (unlikely(!list_empty(&worker->scheduled))) in worker_thread()2450 move_linked_works(work, &worker->scheduled, NULL); in worker_thread()2496 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread() local2542 WARN_ON_ONCE(!list_empty(scheduled)); in rescuer_thread()[all …]
398 int scheduled; member6077 if (delayed_free.scheduled) in call_rcu_zapped()6080 delayed_free.scheduled = true; in call_rcu_zapped()6121 delayed_free.scheduled = false; in free_zapped_rcu()
373 to be scheduled in, starting from the point it has woken up.