| /linux-6.15/arch/sparc/include/asm/ |
| H A D | mmu_64.h | 57 #define CTX_VALID(__ctx) \ argument 58 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK)) 59 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK) argument 60 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK) argument
|
| /linux-6.15/include/crypto/ |
| H A D | pcrypt.h | 19 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 24 return req->__ctx; in pcrypt_request_ctx()
|
| H A D | hash.h | 65 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 163 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN); 417 return req->__ctx; in ahash_request_ctx() 828 return desc->__ctx; in shash_desc_ctx()
|
| H A D | algapi.h | 73 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 213 return inst->__ctx; in crypto_instance_ctx()
|
| H A D | kpp.h | 37 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| H A D | akcipher.h | 36 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| H A D | aead.h | 101 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| H A D | skcipher.h | 50 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| H A D | acompress.h | 112 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| /linux-6.15/include/crypto/internal/ |
| H A D | acompress.h | 62 return req->__ctx; in acomp_request_ctx()
|
| H A D | kpp.h | 50 return req->__ctx; in kpp_request_ctx()
|
| H A D | akcipher.h | 33 return req->__ctx; in akcipher_request_ctx()
|
| H A D | aead.h | 70 return req->__ctx; in aead_request_ctx()
|
| H A D | skcipher.h | 248 return req->__ctx; in skcipher_request_ctx()
|
| /linux-6.15/drivers/hwmon/ |
| H A D | pwm-fan.c | 482 static void pwm_fan_cleanup(void *__ctx) in pwm_fan_cleanup() argument 484 struct pwm_fan_ctx *ctx = __ctx; in pwm_fan_cleanup()
|
| /linux-6.15/include/trace/events/ |
| H A D | netfs.h | 534 struct netfs_inode *__ctx = netfs_inode(wreq->inode); 535 struct fscache_cookie *__cookie = netfs_i_cookie(__ctx);
|
| /linux-6.15/drivers/crypto/virtio/ |
| H A D | virtio_crypto_akcipher_algs.c | 71 __ctx); in virtio_crypto_dataq_akcipher_callback()
|
| H A D | virtio_crypto_skcipher_algs.c | 59 __ctx); in virtio_crypto_dataq_sym_callback()
|
| /linux-6.15/crypto/ |
| H A D | testmgr.c | 1347 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1427 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1534 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 1607 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 2144 testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm)); in test_aead_vec_cfg() 2908 testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm)); in test_skcipher_vec_cfg()
|
| /linux-6.15/block/ |
| H A D | blk-mq.c | 4012 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local 4016 __ctx->cpu = i; in blk_mq_init_cpu_queues() 4017 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues() 4019 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues() 4021 __ctx->queue = q; in blk_mq_init_cpu_queues()
|
| /linux-6.15/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_main.c | 1028 bool free_desc, void *__ctx, in iaa_desc_complete() argument 1033 struct crypto_ctx *ctx = __ctx; in iaa_desc_complete()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4recover.c | 273 nfsd4_build_namelist(struct dir_context *__ctx, const char *name, int namlen, in nfsd4_build_namelist() argument 277 container_of(__ctx, struct nfs4_dir_ctx, ctx); in nfsd4_build_namelist()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.c | 2260 void *__ctx) in ice_capture_crosststamp() argument 2262 struct ice_crosststamp_ctx *ctx = __ctx; in ice_capture_crosststamp()
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_tables_api.c | 11429 static void nft_saw_register_store(const struct nft_ctx *__ctx, in nft_saw_register_store() argument 11433 struct nft_ctx *ctx = (struct nft_ctx *)__ctx; in nft_saw_register_store()
|