H A D | workqueue.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * workqueue.h --- work queue handling for Linux. 23 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) 51 * data contains off-queue information when !WORK_STRUCT_PWQ. 60 WORK_OFFQ_FLAG_BITS = WORK_OFFQ_FLAG_END - WORK_OFFQ_FLAG_SHIFT, 66 * When a work item is off queue, the high bits encode off-queu 119 int cpu; global() member 702 schedule_work_on(int cpu,struct work_struct * work) schedule_work_on() argument 800 schedule_delayed_work_on(int cpu,struct delayed_work * dwork,unsigned long delay) schedule_delayed_work_on() argument 821 work_on_cpu(int cpu,long (* fn)(void *),void * arg) work_on_cpu() argument 825 work_on_cpu_safe(int cpu,long (* fn)(void *),void * arg) work_on_cpu_safe() argument 874 wq_watchdog_touch(int cpu) wq_watchdog_touch() argument [all...] |