Searched refs:DECLARE_WORK (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dctrlchar.c26 static DECLARE_WORK(ctrlchar_work, ctrlchar_handle_sysrq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dpoweroff.c25 static DECLARE_WORK(poweroff_work, do_poweroff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbacklight.c24 static DECLARE_WORK(pmac_backlight_key_work, pmac_backlight_key_worker);
25 static DECLARE_WORK(pmac_backlight_set_legacy_work, pmac_backlight_set_legacy_worker);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Deeh_event.c42 DECLARE_WORK(eeh_event_wq, eeh_thread_launcher);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dsmsgiucv_app.c118 static DECLARE_WORK(smsg_event_work, smsg_event_work_fn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_comms.c45 static DECLARE_WORK(probe_work, xenbus_probe);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtcp_listen.c45 static DECLARE_WORK(rds_tcp_listen_work, rds_tcp_accept_worker);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dgc.c27 static DECLARE_WORK(key_gc_work, key_garbage_collector);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsysrq.c226 static DECLARE_WORK(sysrq_showallcpus, sysrq_showregs_othercpus);
349 static DECLARE_WORK(moom_work, moom_callback);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dport_kern.c149 DECLARE_WORK(port_work, port_work_proc);
H A Dmconsole_kern.c68 static DECLARE_WORK(mconsole_work, mc_work_proc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtopology.c73 static DECLARE_WORK(topology_work, topology_work_fn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/maple/
H A Dmaple.c37 static DECLARE_WORK(maple_dma_process, maple_dma_handler);
38 static DECLARE_WORK(maple_vblank_process, maple_vblank_handler);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Ddavinci.c175 static DECLARE_WORK(evm_vbus_work, evm_deferred_drvvbus);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dworkqueue.h130 #define DECLARE_WORK(n, f) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dballoon.c106 static DECLARE_WORK(balloon_worker, balloon_process);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dchnl_net.c139 static DECLARE_WORK(close_worker, close_work);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dflow.c116 static DECLARE_WORK(flow_cache_gc_work, flow_cache_gc_task);
H A Dnet_namespace.c300 static DECLARE_WORK(net_cleanup_work, cleanup_net);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadb.c235 static DECLARE_WORK(adb_reset_work, __adb_probe_task);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Drxrpc.c59 static DECLARE_WORK(afs_collect_incoming_call_work, afs_collect_incoming_call);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dgdrom.c106 static DECLARE_WORK(work, gdrom_readdisk_dma);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dos-area.c713 static DECLARE_WORK(q, os_area_queue_work_handler);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/appldata/
H A Dappldata_base.c100 static DECLARE_WORK(appldata_work, appldata_work_fn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dutil.c57 static DECLARE_WORK(ipc_memory_wq, ipc_memory_notifier);

Completed in 171 milliseconds

123