Searched refs:DECLARE_WORK (Results 26 - 50 of 126) sorted by relevance

123456

/linux-master/ipc/
H A Dnamespace.c26 static DECLARE_WORK(free_ipc_work, free_ipc);
/linux-master/kernel/sched/
H A Dclock.c176 static DECLARE_WORK(sched_clock_work, __sched_clock_work);
/linux-master/arch/um/drivers/
H A Dport_kern.c147 static DECLARE_WORK(port_work, port_work_proc);
/linux-master/sound/core/
H A Dseq_device.c107 static DECLARE_WORK(autoload_work, autoload_drivers);
/linux-master/arch/x86/kernel/
H A Dtsc_sync.c349 static DECLARE_WORK(tsc_sync_work, tsc_sync_mark_tsc_unstable);
/linux-master/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c357 static __maybe_unused DECLARE_WORK(resume_work, ish_resume_handler);
/linux-master/security/keys/
H A Dgc.c22 DECLARE_WORK(key_gc_work, key_garbage_collector);
/linux-master/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);
/linux-master/drivers/base/
H A Darch_topology.c218 static DECLARE_WORK(update_topology_flags_work, update_topology_flags_workfn);
424 static DECLARE_WORK(parsing_done_work, parsing_done_workfn);
/linux-master/drivers/xen/
H A Dmcelog.c353 static DECLARE_WORK(xen_mce_work, xen_mce_work_fn);
H A Dpcpu.c345 static DECLARE_WORK(xen_pcpu_work, xen_pcpu_work_fn);
/linux-master/sound/drivers/pcsp/
H A Dpcsp_lib.c39 static DECLARE_WORK(pcsp_pcm_work, pcsp_call_pcm_elapsed);
/linux-master/drivers/tty/serial/
H A Dkgdboc.c120 static DECLARE_WORK(kgdboc_restore_input_work, kgdboc_restore_input_helper);
/linux-master/arch/s390/appldata/
H A Dappldata_base.c82 static DECLARE_WORK(appldata_work, appldata_work_fn);
/linux-master/net/ipv4/
H A Dtcp_sigpool.c220 static DECLARE_WORK(cpool_cleanup_work, cpool_cleanup_work_cb);
/linux-master/sound/core/seq/oss/
H A Dseq_oss_init.c57 static DECLARE_WORK(async_lookup_work, async_call_lookup_ports);
/linux-master/arch/x86/kernel/cpu/
H A Daperfmperf.c344 static DECLARE_WORK(disable_freq_invariance_work,
/linux-master/security/yama/
H A Dyama_lsm.c43 static DECLARE_WORK(yama_relation_work, yama_relation_cleanup);
/linux-master/drivers/net/caif/
H A Dcaif_serial.c317 static DECLARE_WORK(ser_release_work, ser_release);
/linux-master/fs/pstore/
H A Dplatform.c62 static DECLARE_WORK(pstore_work, pstore_dowork);
/linux-master/net/caif/
H A Dchnl_net.c134 static DECLARE_WORK(close_worker, close_work);
/linux-master/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c136 static DECLARE_WORK(iio_dma_buffer_cleanup_work, iio_dma_buffer_cleanup_worker);
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c57 static DECLARE_WORK(release_work, hid_bpf_release_progs);
/linux-master/drivers/usb/misc/
H A Donboard_usb_hub.c46 static DECLARE_WORK(attach_usb_driver_work, onboard_hub_attach_usb_driver);
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c211 static DECLARE_WORK(sci_work, process_sci_queue_work);

Completed in 3184 milliseconds

123456