Home
last modified time | relevance | path

Searched refs:delayed_work (Results 1 – 25 of 174) sorted by relevance

1234567

/linux-4.19.296/include/linux/
Dworkqueue.h116 struct delayed_work { struct
159 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
161 return container_of(work, struct delayed_work, work); in to_delayed_work()
202 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
205 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
210 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
218 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
468 struct delayed_work *work, unsigned long delay);
470 struct delayed_work *dwork, unsigned long delay);
483 extern bool flush_delayed_work(struct delayed_work *dwork);
[all …]
Dsrcutree.h48 struct delayed_work work; /* Context for CB invoking. */
96 struct delayed_work work;
Dinput-polldev.h50 struct delayed_work work;
Djump_label_ratelimit.h12 struct delayed_work work;
Dfirewire.h120 struct delayed_work br_work; /* bus reset job */
123 struct delayed_work bm_work; /* bus manager job */
205 struct delayed_work work;
/linux-4.19.296/drivers/edac/
Dwq.c5 bool edac_queue_work(struct delayed_work *work, unsigned long delay) in edac_queue_work()
11 bool edac_mod_work(struct delayed_work *work, unsigned long delay) in edac_mod_work()
17 bool edac_stop_work(struct delayed_work *work) in edac_stop_work()
Dedac_module.h55 bool edac_queue_work(struct delayed_work *work, unsigned long delay);
56 bool edac_stop_work(struct delayed_work *work);
57 bool edac_mod_work(struct delayed_work *work, unsigned long delay);
/linux-4.19.296/fs/ocfs2/cluster/
Dtcp_internal.h116 struct delayed_work nn_connect_work;
122 struct delayed_work nn_connect_expired;
127 struct delayed_work nn_still_up;
159 struct delayed_work sc_keepalive_work;
/linux-4.19.296/include/linux/ceph/
Dmon_client.h38 struct delayed_work delayed_work; member
75 struct delayed_work delayed_work; member
/linux-4.19.296/include/scsi/
Dscsi_transport_srp.h69 struct delayed_work reconnect_work;
72 struct delayed_work fast_io_fail_work;
73 struct delayed_work dev_loss_work;
Dlibfc.h217 struct delayed_work retry_work;
464 struct delayed_work timeout_work;
644 struct delayed_work disc_work;
760 struct delayed_work retry_work;
/linux-4.19.296/include/net/
Daf_vsock.h67 struct delayed_work connect_work;
68 struct delayed_work pending_work;
69 struct delayed_work close_work;
Dbonding.h168 struct delayed_work notify_work;
225 struct delayed_work mii_work;
226 struct delayed_work arp_work;
227 struct delayed_work alb_work;
228 struct delayed_work ad_work;
229 struct delayed_work mcast_work;
230 struct delayed_work slave_arr_work;
/linux-4.19.296/include/net/bluetooth/
Dl2cap.h584 struct delayed_work chan_timer;
585 struct delayed_work retrans_timer;
586 struct delayed_work monitor_timer;
587 struct delayed_work ack_timer;
639 struct delayed_work info_timer;
815 struct delayed_work *work, long timeout) in l2cap_set_timer()
829 struct delayed_work *work) in l2cap_clear_timer()
Dhci_core.h180 struct delayed_work rpa_expired_cb;
338 struct delayed_work power_off;
342 struct delayed_work discov_off;
344 struct delayed_work service_cache;
346 struct delayed_work cmd_timer;
357 struct delayed_work le_scan_disable;
358 struct delayed_work le_scan_restart;
416 struct delayed_work adv_instance_expire;
420 struct delayed_work rpa_expired;
504 struct delayed_work disc_work;
[all …]
/linux-4.19.296/fs/lockd/
Dnetns.h13 struct delayed_work grace_period_end;
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_main.h190 struct delayed_work p2p_dwork;
191 struct delayed_work qp_dwork;
/linux-4.19.296/drivers/media/tuners/
Dsi2157_priv.h33 struct delayed_work stat_work;
/linux-4.19.296/fs/xfs/
Dxfs_mount.h152 struct delayed_work m_reclaim_work; /* background inode reclaim */
153 struct delayed_work m_eofblocks_work; /* background eof blocks
155 struct delayed_work m_cowblocks_work; /* background cow blocks
/linux-4.19.296/include/linux/sunrpc/
Dxprtsock.h47 struct delayed_work connect_worker;
/linux-4.19.296/include/media/i2c/
Dir-kbd-i2c.h21 struct delayed_work work;
/linux-4.19.296/fs/cifs/
Dcifs_fs_sb.h72 struct delayed_work prune_tlinks;
Dsmbdirect.h175 struct delayed_work idle_timer_work;
176 struct delayed_work send_immediate_work;
/linux-4.19.296/fs/nfsd/
Dnetns.h91 struct delayed_work laundromat_work;
/linux-4.19.296/drivers/oprofile/
Dcpu_buffer.h51 struct delayed_work work;

1234567