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

/include/linux/
H A Dcompletion.h7 * Atomic wait-for-completion handler data structures.
8 * See kernel/sched/completion.c for details.
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 structur
[all...]
H A Dpm.h29 #include <linux/completion.h>
572 struct completion completion; member in struct:dev_pm_info
H A Dnfs_xdr.h1327 void (*completion) (struct nfs_commit_data *data); member in struct:nfs_commit_completion_ops
1362 void (*completion)(struct nfs_pgio_header *hdr); member in struct:nfs_pgio_completion_ops
/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/iio/adc/
H A Dad_sigma_delta.h65 struct completion completion; member in struct:ad_sigma_delta
/include/linux/ceph/
H A Dmon_client.h4 #include <linux/completion.h>
54 struct completion completion; member in struct:ceph_mon_generic_request
/include/linux/mmc/
H A Dcore.h12 #include <linux/completion.h>
135 struct completion completion; member in struct:mmc_request
136 void (*done)(struct mmc_request *);/* completion function */
/include/scsi/
H A Dlibsas.h269 struct completion port_gone_completion;
646 struct completion completion; member in struct:sas_task_slow

Completed in 271 milliseconds