Searched refs:DECLARE_WORK (Results 51 - 75 of 126) sorted by relevance

123456

/linux-master/net/unix/
H A Dgarbage.c593 static DECLARE_WORK(unix_gc_work, __unix_gc);
/linux-master/include/linux/
H A Dworkqueue.h250 #define DECLARE_WORK(n, f) \ macro
/linux-master/drivers/tty/
H A Dsysrq.c250 static DECLARE_WORK(sysrq_showallcpus, sysrq_showregs_othercpus);
402 static DECLARE_WORK(moom_work, moom_callback);
/linux-master/kernel/time/
H A Dntp.c499 static DECLARE_WORK(sync_work, sync_hw_clock);
/linux-master/arch/powerpc/platforms/ps3/
H A Dos-area.c693 static DECLARE_WORK(q, os_area_queue_work_handler);
/linux-master/drivers/hv/
H A Dhv_kvp.c100 static DECLARE_WORK(kvp_sendkey_work, kvp_send_key);
/linux-master/arch/powerpc/kernel/
H A Dmce.c33 static DECLARE_WORK(mce_ue_event_work, machine_process_ue_event);
/linux-master/net/rxrpc/
H A Drxperf.c79 static DECLARE_WORK(rxperf_charge_preallocation_work,
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c76 static DECLARE_WORK(mconsole_work, mc_work_proc);
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c500 static DECLARE_WORK(wq, xen_acpi_processor_resume_worker);
/linux-master/kernel/trace/
H A Dtrace_hwlat.c534 static DECLARE_WORK(hwlat_hotplug_work, hwlat_hotplug_workfn);
/linux-master/arch/s390/kernel/
H A Dtopology.c51 static DECLARE_WORK(topology_work, topology_work_fn);
H A Dtime.c443 static DECLARE_WORK(stp_work, stp_work_fn);
/linux-master/kernel/sched/
H A Dcpufreq_schedutil.c605 static DECLARE_WORK(rebuild_sd_work, rebuild_sd_workfn);
/linux-master/drivers/macintosh/
H A Dadb.c244 static DECLARE_WORK(adb_reset_work, __adb_probe_task);
H A Dsmu.c646 static DECLARE_WORK(smu_expose_childs_work, smu_expose_childs);
/linux-master/drivers/input/gameport/
H A Dgameport.c349 static DECLARE_WORK(gameport_event_work, gameport_handle_events);
/linux-master/drivers/virt/acrn/
H A Dioreq.c27 static DECLARE_WORK(ioreq_work, ioreq_dispatcher);
/linux-master/fs/
H A Dtimerfd.c123 static DECLARE_WORK(timerfd_work, timerfd_resume_work);
/linux-master/fs/notify/
H A Dmark.c92 static DECLARE_WORK(connector_reaper_work, fsnotify_connector_destroy_workfn);
/linux-master/drivers/hwmon/
H A Dapplesmc.c968 static DECLARE_WORK(backlight_work, &applesmc_backlight_set); variable
/linux-master/fs/netfs/
H A Dfscache_cookie.c31 static DECLARE_WORK(fscache_cookie_lru_work, fscache_cookie_lru_worker);
/linux-master/drivers/input/serio/
H A Dserio.c235 static DECLARE_WORK(serio_event_work, serio_handle_event);
/linux-master/drivers/base/
H A Ddd.c130 static DECLARE_WORK(deferred_probe_work, deferred_probe_work_func);
/linux-master/net/wireless/
H A Dwext-core.c417 static DECLARE_WORK(wireless_nlevent_work, wireless_nlevent_process);

Completed in 370 milliseconds

123456