Lines Matching defs:work
425 * To work around this problem, we apply __no_kmsan_checks to ensure that
563 * Interrupts must be disabled (for the fallback code to work right), typically
2786 struct work_struct work;
2794 * Called from CPU work handler with migration disabled.
2802 sfw = container_of(w, struct slub_flush_work, work);
2837 INIT_WORK(&sfw->work, flush_cpu_slab);
2840 queue_work_on(cpu, flushwq, &sfw->work);
2847 flush_work(&sfw->work);
3170 * That slab must be frozen for per cpu allocations to work.
4224 * instructions to work; see __pcpu_double_call_return_bool().