Lines Matching defs:true
323 static bool wq_debug_force_rr_cpu = true;
457 return true;
475 return true;
777 * function will always return %true for unbound pools as long as the
1369 * Return %true iff I'm a worker executing a work item on @wq. If
1390 printed_dbg_warning = true;
1482 WARN_ONCE(true, "workqueue: per-cpu pwq for %s on cpu%d has 0 refcnt",
1523 * Return: %false if @work was already on a queue, %true otherwise.
1535 ret = true;
1594 * Return: %false if @work was already on a queue, %true otherwise.
1619 ret = true;
1675 * Return: %false if @work was already on a queue, %true otherwise. If
1691 ret = true;
1711 * Return: %false if @dwork was idle and queued, %true if @dwork was
1724 ret = try_to_grab_pending(&dwork->work, true, &flags);
1732 /* -ENOENT from try_to_grab_pending() becomes %true */
1752 * Return: %false if @rwork was already pending, %true otherwise. Note
1753 * that a full RCU grace period is guaranteed only after a %true return.
1764 return true;
2083 * may_start_working() %true.
2100 while (true) {
2130 * true return, it's guaranteed that need_to_create_worker() is false
2131 * and may_start_working() is true.
2139 * start processing works, %true if management function was performed and
2141 * no longer be true.
2158 return true;
2280 lockdep_invariant_state(true);
2376 set_pf_worker(true);
2487 set_pf_worker(true);
2509 bool first = true;
2567 * Leave this pool. If need_more_worker() is %true, notify a
2716 * wakeup logic is armed and %true is returned.
2731 * %true if @flush_color >= 0 and there's something to flush. %false
2756 wait = true;
2867 while (true) {
3036 return true;
3059 return true;
3073 * %true if flush_work() waited for the work to finish execution,
3144 __flush_work(work, true);
3176 * %true if @work was pending, %false otherwise.
3193 * %true if flush_work() waited for the work to finish execution,
3211 * %true if flush_rcu_work() waited for the work to finish execution,
3219 return true;
3258 * Return: %true if @dwork was pending and canceled; %false if it wasn't
3263 * it returns %true and the work doesn't re-arm itself. Explicitly flush or
3270 return __cancel_work(&dwork->work, true);
3281 * %true if @dwork was pending, %false otherwise.
3285 return __cancel_work_timer(&dwork->work, true);
3423 return true;
3536 return true;
3761 kick = true;
3860 * Return: %true if the resulting @cpumask is different from @attrs->cpumask,
4374 return true;
4377 return true;
4379 return true;
4531 * Return: %true if %current is a workqueue rescuer. %false otherwise.
4556 * %true if congested, %false otherwise.
4727 has_in_flight = true;
4745 comma = true;
4752 has_pending = true;
4801 bool idle = true;
4830 bool first = true;
4957 * and keep_working() are always true as long as the
5102 wq_update_unbound_numa(wq, cpu, true);
5208 workqueue_freezing = true;
5230 * %true if some freezable workqueues are still busy. %false if freezing
5254 busy = true;
5716 dev_set_uevent_suppress(&wq_dev->dev, true);
5841 lockup_detected = true;
5957 wq_numa_enabled = true;
6017 attrs->no_numa = true;
6074 wq_update_unbound_numa(wq, smp_processor_id(), true);
6093 wq_online = true;