Searched refs:DECLARE_WORK (Results 1 - 25 of 126) sorted by last modified time

123456

/linux-master/kernel/sched/
H A Dcore.c439 static DECLARE_WORK(_work, __sched_core_put);
/linux-master/fs/notify/
H A Dmark.c92 static DECLARE_WORK(connector_reaper_work, fsnotify_connector_destroy_workfn);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3309 static DECLARE_WORK(fbcon_deferred_takeover_work, fbcon_register_existing_fbs);
/linux-master/drivers/tty/serial/
H A Dkgdboc.c120 static DECLARE_WORK(kgdboc_restore_input_work, kgdboc_restore_input_helper);
/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/mm/
H A Dvmalloc.c991 static DECLARE_WORK(drain_vmap_work, drain_vmap_area_work);
H A Dslab_common.c45 static DECLARE_WORK(slab_caches_to_rcu_destroy_work,
H A Dpercpu.c197 static DECLARE_WORK(pcpu_balance_work, pcpu_balance_workfn);
H A Dkmemleak.c2115 static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup);
H A Dhugetlb.c1836 static DECLARE_WORK(free_hpage_work, free_hpage_workfn);
H A Dbacking-dev.c600 static DECLARE_WORK(cleanup_offline_cgwbs_work, cleanup_offline_cgwbs_workfn);
/linux-master/kernel/time/
H A Dtimer.c276 static DECLARE_WORK(timer_update_work, timer_update_keys);
/linux-master/kernel/
H A Dreboot.c817 static DECLARE_WORK(cad_work, deferred_cad);
892 static DECLARE_WORK(poweroff_work, poweroff_work_func);
914 static DECLARE_WORK(reboot_work, reboot_work_func);
/linux-master/kernel/module/
H A Dmain.c80 static DECLARE_WORK(init_free_wq, do_free_init);
/linux-master/drivers/infiniband/core/
H A Ddevice.c192 static DECLARE_WORK(ib_policy_change_work, ib_policy_change_task);
/linux-master/drivers/acpi/
H A Dscan.c575 static DECLARE_WORK(work, acpi_device_del_work_fn);
/linux-master/include/linux/
H A Dworkqueue.h250 #define DECLARE_WORK(n, f) \ macro
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c1819 static DECLARE_WORK(kbd_bl_work, toshiba_acpi_kbd_bl_work);
/linux-master/drivers/cxl/
H A Dpci.c1021 static DECLARE_WORK(cxl_cper_work, cxl_cper_work_fn);
/linux-master/arch/x86/kvm/
H A Dx86.c9636 static DECLARE_WORK(pvclock_gtod_work, pvclock_gtod_update_fn);
/linux-master/security/yama/
H A Dyama_lsm.c43 static DECLARE_WORK(yama_relation_work, yama_relation_cleanup);
/linux-master/security/keys/
H A Dgc.c22 DECLARE_WORK(key_gc_work, key_garbage_collector);
/linux-master/net/xfrm/
H A Dxfrm_state.c50 static DECLARE_WORK(xfrm_state_gc_work, xfrm_state_gc_task);
/linux-master/net/wireless/
H A Dsme.c714 DECLARE_WORK(cfg80211_disconnect_work, disconnect_work);
H A Dreg.c241 static DECLARE_WORK(reg_work, reg_todo);
506 static DECLARE_WORK(reg_regdb_work, reg_regdb_apply);

Completed in 802 milliseconds

123456