/kernel/linux/linux-5.10/include/linux/ |
D | workqueue.h | 115 struct delayed_work { struct 158 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work() 160 return container_of(work, struct delayed_work, work); in to_delayed_work() 201 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0) 204 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE) 209 extern void destroy_delayed_work_on_stack(struct delayed_work *work); 217 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack() 449 struct delayed_work *work, unsigned long delay); 451 struct delayed_work *dwork, unsigned long delay); 464 extern bool flush_delayed_work(struct delayed_work *dwork); [all …]
|
D | jump_label_ratelimit.h | 12 struct delayed_work work; 18 struct delayed_work work; 24 struct delayed_work work; 37 struct delayed_work *work, 39 extern void __static_key_deferred_flush(void *key, struct delayed_work *work);
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
D | vibrator.c | 22 struct delayed_work delayed_work; member 52 if (cancel_delayed_work_sync(&vib->delayed_work)) in turn_on() 62 schedule_delayed_work(&vib->delayed_work, msecs_to_jiffies(timeout_ms)); in turn_on() 69 struct delayed_work *delayed_work = to_delayed_work(work); in gb_vibrator_worker() local 71 container_of(delayed_work, in gb_vibrator_worker() 73 delayed_work); in gb_vibrator_worker() 170 INIT_DELAYED_WORK(&vib->delayed_work, gb_vibrator_worker); in gb_vibrator_probe() 197 if (cancel_delayed_work_sync(&vib->delayed_work)) in gb_vibrator_disconnect()
|
/kernel/linux/linux-5.10/drivers/edac/ |
D | wq.c | 6 bool edac_queue_work(struct delayed_work *work, unsigned long delay) in edac_queue_work() 12 bool edac_mod_work(struct delayed_work *work, unsigned long delay) in edac_mod_work() 18 bool edac_stop_work(struct delayed_work *work) in edac_stop_work()
|
D | edac_module.h | 54 bool edac_queue_work(struct delayed_work *work, unsigned long delay); 55 bool edac_stop_work(struct delayed_work *work); 56 bool edac_mod_work(struct delayed_work *work, unsigned long delay);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.h | 43 struct delayed_work callback_dwork; 44 struct delayed_work watchdog_timer_dwork; 45 struct delayed_work property_validate_dwork;
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | mon_client.h | 38 struct delayed_work delayed_work; member 75 struct delayed_work delayed_work; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wm8994.h | 142 struct delayed_work mic_work; 143 struct delayed_work open_circuit_work; 144 struct delayed_work mic_complete_work; 151 struct delayed_work jackdet_bootstrap;
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
D | tcp_internal.h | 102 struct delayed_work nn_connect_work; 108 struct delayed_work nn_connect_expired; 113 struct delayed_work nn_still_up; 145 struct delayed_work sc_keepalive_work;
|
/kernel/linux/linux-5.10/include/scsi/ |
D | scsi_transport_srp.h | 69 struct delayed_work reconnect_work; 72 struct delayed_work fast_io_fail_work; 73 struct delayed_work dev_loss_work;
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | types.h | 122 struct delayed_work elp_wq; 125 struct delayed_work aggr_wq; 1027 struct delayed_work work; 1085 struct delayed_work work; 1184 struct delayed_work work; 1298 struct delayed_work work; 1307 struct delayed_work work; 1417 struct delayed_work finish_work; 1553 struct delayed_work ogm_wq; 1706 struct delayed_work orig_work; [all …]
|
D | send.c | 651 cancel_delayed_work_sync(&forw_packet->delayed_work); in batadv_forw_packet_list_free() 697 &forw_packet->delayed_work, in batadv_forw_packet_queue() 787 INIT_DELAYED_WORK(&forw_packet->delayed_work, in batadv_add_bcast_packet_to_list() 853 struct delayed_work *delayed_work; in batadv_send_outstanding_bcast_packet() local 865 delayed_work = to_delayed_work(work); in batadv_send_outstanding_bcast_packet() 866 forw_packet = container_of(delayed_work, struct batadv_forw_packet, in batadv_send_outstanding_bcast_packet() 867 delayed_work); in batadv_send_outstanding_bcast_packet()
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | workqueues.h | 39 struct delayed_work { struct 69 struct delayed_work *dwork, in queue_delayed_work() 99 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | 11h.c | 126 struct delayed_work *delayed_work = to_delayed_work(work); in mwifiex_dfs_cac_work_queue() local 128 container_of(delayed_work, struct mwifiex_private, in mwifiex_dfs_cac_work_queue() 284 struct delayed_work *delayed_work = to_delayed_work(work); in mwifiex_dfs_chan_sw_work_queue() local 286 container_of(delayed_work, struct mwifiex_private, in mwifiex_dfs_chan_sw_work_queue()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | rtl8187.h | 95 struct delayed_work beacon_work; 117 struct delayed_work work; 123 struct delayed_work led_on; 124 struct delayed_work led_off;
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
D | qedf.h | 143 struct delayed_work timeout_work; 178 struct delayed_work rrq_work; 339 struct delayed_work link_update; 340 struct delayed_work link_recovery; 391 struct delayed_work recovery_work; 392 struct delayed_work board_disable_work; 393 struct delayed_work grcdump_work; 394 struct delayed_work stag_work;
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | metric.h | 126 struct delayed_work delayed_work; /* delayed work */ member 135 schedule_delayed_work(&m->delayed_work, round_jiffies_relative(HZ)); in metric_schedule_delayed()
|
/kernel/linux/common_modules/tzdriver/core/ |
D | cmdmonitor.c | 56 static struct delayed_work g_cmd_monitor_work; 57 static struct delayed_work g_cmd_monitor_work_archive; 58 static struct delayed_work g_mem_stat; 73 static void schedule_memstat_work(struct delayed_work *work, in schedule_memstat_work() 79 static void schedule_cmd_monitor_work(struct delayed_work *work, in schedule_cmd_monitor_work() 585 INIT_DEFERRABLE_WORK((struct delayed_work *) in init_cmd_monitor() 587 INIT_DEFERRABLE_WORK((struct delayed_work *) in init_cmd_monitor() 589 INIT_DEFERRABLE_WORK((struct delayed_work *) in init_cmd_monitor()
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
D | scan.h | 24 struct delayed_work timeout; 35 struct delayed_work probe_work;
|
D | cw1200.h | 210 struct delayed_work clear_recent_scan_work; 229 struct delayed_work join_timeout; 246 struct delayed_work link_id_gc_work; 264 struct delayed_work bss_loss_work;
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | generic-adc-battery.c | 51 struct delayed_work bat_work; 207 struct delayed_work *delayed_work; in gab_work() local 211 delayed_work = to_delayed_work(work); in gab_work() 212 adc_bat = container_of(delayed_work, struct gab, bat_work); in gab_work()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | client_writeback.h | 110 struct delayed_work dirty_sb_writeback_work; 113 struct delayed_work dirty_inode_writeback_work;
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
D | fwserial.h | 100 struct delayed_work connect; 249 struct delayed_work emit_breaks; 259 struct delayed_work drain;
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
D | gdm_usb.h | 88 struct delayed_work work_tx; 89 struct delayed_work work_rx;
|
/kernel/linux/linux-5.10/include/net/ |
D | af_vsock.h | 60 struct delayed_work connect_work; 61 struct delayed_work pending_work; 62 struct delayed_work close_work;
|