Home
last modified time | relevance | path

Searched refs:completion (Results 1 – 25 of 46) sorted by relevance

12

/include/linux/
Dcompletion.h25 struct completion { struct
45 struct completion work = COMPLETION_INITIALIZER(work)
61 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
73 static inline void init_completion(struct completion *x) in init_completion()
79 extern void wait_for_completion(struct completion *);
80 extern int wait_for_completion_interruptible(struct completion *x);
81 extern int wait_for_completion_killable(struct completion *x);
82 extern unsigned long wait_for_completion_timeout(struct completion *x,
85 struct completion *x, unsigned long timeout);
87 struct completion *x, unsigned long timeout);
[all …]
Dtimeriomem-rng.h14 struct completion completion; member
Di2c-pnx.h21 struct completion complete; /* I/O completion */
Dcpuidle.h87 struct completion kobj_unregister;
103 struct completion kobj_unregister;
Duinput.h51 struct completion done;
Dkmod.h58 struct completion *complete;
Dproc_fs.h11 struct completion;
78 struct completion *pde_unload_completion;
Dtifm.h121 struct completion *finish_me;
Dpm.h516 struct completion completion; member
Dnfs_fs_sb.h216 struct completion complete;
Dremoteproc.h404 struct completion firmware_loading_complete;
Dti_wilink_st.h259 struct completion kim_rcvd, ldisc_installed;
/include/crypto/
Dif_alg.h38 struct completion completion; member
75 int af_alg_wait_for_completion(int err, struct af_alg_completion *completion);
88 static inline void af_alg_init_completion(struct af_alg_completion *completion) in af_alg_init_completion() argument
90 init_completion(&completion->completion); in af_alg_init_completion()
/include/linux/ceph/
Dmon_client.h54 struct completion completion; member
Dosd_client.h75 struct completion r_completion, r_safe_completion;
110 struct completion completion; member
126 struct completion map_waiters;
/include/linux/mmc/
Dcore.h129 struct completion completion; member
/include/pcmcia/
Dss.h149 struct completion socket_released;
188 struct completion thread_done;
/include/target/
Dtarget_core_base.h503 struct completion task_stop_comp;
566 struct completion cmd_wait_comp;
593 struct completion t_transport_stop_comp;
594 struct completion transport_lun_fe_stop_comp;
595 struct completion transport_lun_stop_comp;
646 struct completion acl_free_comp;
885 struct completion lun_shutdown_comp;
/include/net/caif/
Dcaif_spi.h120 struct completion comp;
/include/scsi/
Dscsi_host.h13 struct completion;
577 struct completion * eh_action; /* Wait for specific actions on the
Dlibsas.h257 struct completion port_gone_completion;
607 struct completion completion; member
/include/linux/mfd/
Dtwl6040.h210 struct completion ready;
/include/net/nfc/
Dnci_core.h105 struct completion req_completion;
/include/video/
Duvesafb.h162 struct completion *done;
/include/linux/mtd/
Donenand.h124 struct completion complete;

12