| /include/crypto/internal/ |
| D | acompress.h | 21 static inline void *acomp_request_ctx(struct acomp_req *req) in acomp_request_ctx() 31 static inline void acomp_request_complete(struct acomp_req *req, in acomp_request_complete() 44 struct acomp_req *req; in __acomp_request_alloc() local 52 static inline void __acomp_request_free(struct acomp_req *req) in __acomp_request_free()
|
| D | aead.h | 68 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() 73 static inline void aead_request_complete(struct aead_request *req, int err) in aead_request_complete() 78 static inline u32 aead_request_flags(struct aead_request *req) in aead_request_flags() 84 struct crypto_async_request *req) in aead_request_cast() 146 struct crypto_async_request *req; in aead_dequeue_request() local 155 struct crypto_async_request *req; in aead_get_backlog() local
|
| D | kpp.h | 21 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx() 31 static inline void kpp_request_complete(struct kpp_request *req, int err) in kpp_request_complete()
|
| D | skcipher.h | 93 static inline void skcipher_request_complete(struct skcipher_request *req, int err) in skcipher_request_complete() 158 static inline void ablkcipher_request_complete(struct ablkcipher_request *req, in ablkcipher_request_complete() 164 static inline u32 ablkcipher_request_flags(struct ablkcipher_request *req) in ablkcipher_request_flags() 174 static inline void *skcipher_request_ctx(struct skcipher_request *req) in skcipher_request_ctx() 179 static inline u32 skcipher_request_flags(struct skcipher_request *req) in skcipher_request_flags()
|
| D | akcipher.h | 36 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() 52 static inline void akcipher_request_complete(struct akcipher_request *req, in akcipher_request_complete()
|
| D | hash.h | 181 static inline void ahash_request_complete(struct ahash_request *req, int err) in ahash_request_complete() 186 static inline u32 ahash_request_flags(struct ahash_request *req) in ahash_request_flags()
|
| /include/crypto/ |
| D | akcipher.h | 161 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() 168 struct akcipher_request *req) in crypto_akcipher_reqtfm() 194 struct akcipher_request *req; in akcipher_request_alloc() local 208 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free() 224 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() 245 static inline void akcipher_request_set_crypt(struct akcipher_request *req, in akcipher_request_set_crypt() 284 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt() 302 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() 320 static inline int crypto_akcipher_sign(struct akcipher_request *req) in crypto_akcipher_sign() 338 static inline int crypto_akcipher_verify(struct akcipher_request *req) in crypto_akcipher_verify()
|
| D | kpp.h | 137 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm() 143 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm() 179 struct kpp_request *req; in kpp_request_alloc() local 193 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free() 209 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback() 228 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input() 245 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output() 307 static inline int crypto_kpp_generate_public_key(struct kpp_request *req) in crypto_kpp_generate_public_key() 325 static inline int crypto_kpp_compute_shared_secret(struct kpp_request *req) in crypto_kpp_compute_shared_secret()
|
| D | aead.h | 304 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm() 328 static inline int crypto_aead_encrypt(struct aead_request *req) in crypto_aead_encrypt() 355 static inline int crypto_aead_decrypt(struct aead_request *req) in crypto_aead_decrypt() 395 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() 415 struct aead_request *req; in aead_request_alloc() local 429 static inline void aead_request_free(struct aead_request *req) in aead_request_free() 459 static inline void aead_request_set_callback(struct aead_request *req, in aead_request_set_callback() 499 static inline void aead_request_set_crypt(struct aead_request *req, in aead_request_set_crypt() 518 static inline void aead_request_set_ad(struct aead_request *req, in aead_request_set_ad()
|
| D | skcipher.h | 425 struct skcipher_request *req) in crypto_skcipher_reqtfm() 441 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() 459 static inline int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() 496 static inline void skcipher_request_set_tfm(struct skcipher_request *req, in skcipher_request_set_tfm() 503 struct crypto_async_request *req) in skcipher_request_cast() 522 struct skcipher_request *req; in skcipher_request_alloc() local 537 static inline void skcipher_request_free(struct skcipher_request *req) in skcipher_request_free() 542 static inline void skcipher_request_zero(struct skcipher_request *req) in skcipher_request_zero() 574 static inline void skcipher_request_set_callback(struct skcipher_request *req, in skcipher_request_set_callback() 601 struct skcipher_request *req, in skcipher_request_set_crypt()
|
| D | acompress.h | 140 static inline void acomp_request_set_tfm(struct acomp_req *req, in acomp_request_set_tfm() 146 static inline struct crypto_acomp *crypto_acomp_reqtfm(struct acomp_req *req) in crypto_acomp_reqtfm() 199 static inline void acomp_request_set_callback(struct acomp_req *req, in acomp_request_set_callback() 222 static inline void acomp_request_set_params(struct acomp_req *req, in acomp_request_set_params() 246 static inline int crypto_acomp_compress(struct acomp_req *req) in crypto_acomp_compress() 262 static inline int crypto_acomp_decompress(struct acomp_req *req) in crypto_acomp_decompress()
|
| D | hash.h | 372 struct ahash_request *req) in crypto_ahash_reqtfm() 388 static inline void *ahash_request_ctx(struct ahash_request *req) in ahash_request_ctx() 460 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() 476 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() 498 static inline int crypto_ahash_init(struct ahash_request *req) in crypto_ahash_init() 520 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() 544 static inline void ahash_request_set_tfm(struct ahash_request *req, in ahash_request_set_tfm() 565 struct ahash_request *req; in ahash_request_alloc() local 580 static inline void ahash_request_free(struct ahash_request *req) in ahash_request_free() 585 static inline void ahash_request_zero(struct ahash_request *req) in ahash_request_zero() [all …]
|
| D | pcrypt.h | 34 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) in pcrypt_request_ctx() 40 struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req) in pcrypt_request_padata()
|
| /include/net/ |
| D | request_sock.h | 77 static inline struct sock *req_to_sk(struct request_sock *req) in req_to_sk() 86 struct request_sock *req; in reqsk_alloc() local 109 static inline void reqsk_free(struct request_sock *req) in reqsk_free() 121 static inline void reqsk_put(struct request_sock *req) in reqsk_put() 190 struct request_sock *req; in reqsk_queue_remove() local 205 const struct request_sock *req) in reqsk_queue_removed()
|
| /include/linux/ |
| D | nfs_page.h | 113 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags)) argument 151 nfs_lock_request(struct nfs_page *req) in nfs_lock_request() 162 nfs_list_add_request(struct nfs_page *req, struct list_head *head) in nfs_list_add_request() 173 nfs_list_move_request(struct nfs_page *req, struct list_head *head) in nfs_list_move_request() 183 nfs_list_remove_request(struct nfs_page *req) in nfs_list_remove_request() 197 loff_t req_offset(struct nfs_page *req) in req_offset()
|
| D | pm_qos.h | 113 static inline int dev_pm_qos_request_active(struct dev_pm_qos_request *req) in dev_pm_qos_request_active() 192 struct dev_pm_qos_request *req, in dev_pm_qos_add_request() 196 static inline int dev_pm_qos_update_request(struct dev_pm_qos_request *req, in dev_pm_qos_update_request() 199 static inline int dev_pm_qos_remove_request(struct dev_pm_qos_request *req) in dev_pm_qos_remove_request() 216 struct dev_pm_qos_request *req, in dev_pm_qos_add_ancestor_request()
|
| D | aio.h | 21 static inline void kiocb_set_cancel_fn(struct kiocb *req, in kiocb_set_cancel_fn()
|
| D | crypto.h | 897 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm() 913 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt() 931 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt() 970 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm() 976 struct crypto_async_request *req) in ablkcipher_request_cast() 995 struct ablkcipher_request *req; in ablkcipher_request_alloc() local 1010 static inline void ablkcipher_request_free(struct ablkcipher_request *req) in ablkcipher_request_free() 1041 struct ablkcipher_request *req, in ablkcipher_request_set_callback() 1066 struct ablkcipher_request *req, in ablkcipher_request_set_crypt()
|
| D | bsg-lib.h | 43 struct request *req; member
|
| D | blkdev.h | 276 static inline unsigned short req_get_ioprio(struct request *req) in req_get_ioprio() 1724 static inline bool req_gap_back_merge(struct request *req, struct bio *bio) in req_gap_back_merge() 1729 static inline bool req_gap_front_merge(struct request *req, struct bio *bio) in req_gap_front_merge() 1746 static inline void set_start_time_ns(struct request *req) in set_start_time_ns() 1753 static inline void set_io_start_time_ns(struct request *req) in set_io_start_time_ns() 1760 static inline uint64_t rq_start_time_ns(struct request *req) in rq_start_time_ns() 1765 static inline uint64_t rq_io_start_time_ns(struct request *req) in rq_io_start_time_ns() 1770 static inline void set_start_time_ns(struct request *req) {} in set_start_time_ns() 1771 static inline void set_io_start_time_ns(struct request *req) {} in set_io_start_time_ns() 1772 static inline uint64_t rq_start_time_ns(struct request *req) in rq_start_time_ns() [all …]
|
| /include/scsi/ |
| D | scsi_dh.h | 83 static inline int scsi_dh_activate(struct request_queue *req, in scsi_dh_activate() 89 static inline int scsi_dh_attach(struct request_queue *req, const char *name) in scsi_dh_attach() 98 static inline int scsi_dh_set_params(struct request_queue *req, const char *params) in scsi_dh_set_params()
|
| D | scsi_tcq.h | 25 struct request *req = NULL; in scsi_host_find_tag() local
|
| D | scsi_request.h | 25 static inline void scsi_req_free_cmd(struct scsi_request *req) in scsi_req_free_cmd()
|
| /include/linux/sunrpc/ |
| D | bc_xprt.h | 67 static inline void xprt_free_bc_request(struct rpc_rqst *req) in xprt_free_bc_request()
|
| /include/xen/arm/ |
| D | hypercall.h | 85 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
|