Searched defs:completion (Results 1 - 8 of 8) sorted by relevance

/include/linux/
H A Dtimeriomem-rng.h11 #include <linux/completion.h>
14 struct completion completion; member in struct:timeriomem_rng_data
H A Dcompletion.h7 * Atomic wait-for-completion handler data structures.
14 * struct completion - structure used to maintain state for a "completion"
16 * This is the opaque structure used to maintain the state for a "completion".
18 * the "completion" event.
25 struct completion { struct
37 * DECLARE_COMPLETION - declare and initialize a completion structure
38 * @work: identifier for the completion structure
40 * This macro declares and initializes a completion structure. Generally used
45 struct completion wor
[all...]
H A Dpm.h29 #include <linux/completion.h>
516 struct completion completion; member in struct:dev_pm_info
/include/crypto/
H A Dif_alg.h17 #include <linux/completion.h>
38 struct completion completion; member in struct:af_alg_completion
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) argument
90 init_completion(&completion->completion);
/include/linux/ceph/
H A Dmon_client.h4 #include <linux/completion.h>
54 struct completion completion; member in struct:ceph_mon_generic_request
H A Dosd_client.h4 #include <linux/completion.h>
27 * completion callback for async writepages
76 struct completion r_completion, r_safe_completion;
111 struct completion completion; member in struct:ceph_osd_event
127 struct completion map_waiters;
/include/linux/mmc/
H A Dcore.h12 #include <linux/completion.h>
129 struct completion completion; member in struct:mmc_request
130 void (*done)(struct mmc_request *);/* completion function */
/include/scsi/
H A Dlibsas.h257 struct completion port_gone_completion;
607 struct completion completion; member in struct:sas_task

Completed in 129 milliseconds