Searched defs:ctx (Results 476 - 500 of 2789) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsendmsg6_prog.c31 int sendmsg_v6_prog(struct bpf_sock_addr *ctx) argument
68 sendmsg_v6_v4mapped_prog(struct bpf_sock_addr *ctx) argument
88 sendmsg_v6_wildcard_prog(struct bpf_sock_addr *ctx) argument
108 sendmsg_v6_preserve_dst_prog(struct bpf_sock_addr *ctx) argument
114 sendmsg_v6_deny_prog(struct bpf_sock_addr *ctx) argument
[all...]
H A Dpreempt_lock.c10 int preempt_lock_missing_1(struct __sk_buff *ctx) argument
18 int preempt_lock_missing_2(struct __sk_buff *ctx) argument
27 int preempt_lock_missing_3(struct __sk_buff *ctx) argument
37 int preempt_lock_missing_3_minus_2(struct __sk_buff *ctx) argument
59 int preempt_lock_missing_1_subprog(struct __sk_buff *ctx) argument
67 int preempt_lock_missing_2_subprog(struct __sk_buff *ctx) argument
76 int preempt_lock_missing_2_minus_1_subprog(struct __sk_buff *ctx) argument
91 __success int preempt_balance(struct __sk_buff *ctx) argument
98 __success int preempt_balance_subprog_test(struct __sk_buff *ctx) argument
106 int preempt_sleepable_helper(void *ctx) argument
124 preempt_global_subprog_test(struct __sk_buff *ctx) argument
[all...]
H A Dcrypto_bench.c59 struct bpf_crypto_ctx *ctx; local
89 struct bpf_crypto_ctx *ctx; local
[all...]
/linux-master/drivers/gpu/drm/lima/
H A Dlima_drv.h29 struct lima_ctx *ctx; member in struct:lima_submit
/linux-master/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_hubbub.c91 hubbub201_construct(struct dcn20_hubbub *hubbub, struct dc_context *ctx, const struct dcn_hubbub_registers *hubbub_regs, const struct dcn_hubbub_shift *hubbub_shift, const struct dcn_hubbub_mask *hubbub_mask) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn35/
H A Ddcn35_dpp.c95 dpp35_construct( struct dcn3_dpp *dpp, struct dc_context *ctx, uint32_t inst, const struct dcn3_dpp_registers *tf_regs, const struct dcn35_dpp_shift *tf_shift, const struct dcn35_dpp_mask *tf_mask) argument
/linux-master/sound/soc/intel/boards/
H A Dskl_hda_dsp_common.h50 struct skl_hda_private *ctx = snd_soc_card_get_drvdata(card); local
H A Dsof_sdw_cs42l43.c54 struct mc_private *ctx = snd_soc_card_get_drvdata(rtd->card); local
/linux-master/drivers/infiniband/hw/mana/
H A Dcq.c107 static void mana_ib_cq_handler(void *ctx, struct gdma_queue *gdma_cq) argument
/linux-master/fs/erofs/
H A Ddir.c9 static int erofs_fill_dentries(struct inode *dir, struct dir_context *ctx, argument
49 static int erofs_readdir(struct file *f, struct dir_context *ctx) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_gpio.c179 dal_hw_gpio_construct( struct hw_gpio *pin, enum gpio_id id, uint32_t en, struct dc_context *ctx) argument
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c47 static void vbva_buffer_flush(struct gen_pool *ctx) argument
61 bool vbva_write(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, argument
107 vbva_inform_host(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, s32 screen, bool enable) argument
137 vbva_enable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, struct vbva_buffer *vbva, s32 screen) argument
154 vbva_disable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, s32 screen) argument
164 vbva_buffer_begin_update(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx) argument
[all...]
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c50 libusb_context *ctx; member in struct:test_state
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c50 libusb_context *ctx; member in struct:test_state
/linux-master/crypto/asymmetric_keys/
H A Dpkcs8_parser.c37 struct pkcs8_parse_context *ctx = context; local
71 struct pkcs8_parse_context *ctx = context; local
87 struct pkcs8_parse_context *ctx = context; local
99 struct pkcs8_parse_context ctx; local
[all...]
/linux-master/crypto/
H A D842.c33 void *ctx; local
44 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); local
53 static void crypto842_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
60 struct crypto842_ctx *ctx local
69 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); local
74 crypto842_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
88 crypto842_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dlz4hc.c20 void *ctx; local
31 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); local
40 static void lz4hc_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
47 struct lz4hc_ctx *ctx local
52 __lz4hc_compress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
65 lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
76 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); local
82 __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
94 lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dlz4.c21 void *ctx; local
32 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); local
41 static void lz4_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
48 struct lz4_ctx *ctx local
53 __lz4_compress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
66 lz4_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
76 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); local
81 __lz4_decompress_crypto(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
93 lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dlzo-rle.c20 void *ctx; local
31 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm); local
40 static void lzorle_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
47 struct lzorle_ctx *ctx local
52 __lzorle_compress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
70 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm); local
75 lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
103 lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dlzo.c20 void *ctx; local
31 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); local
40 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
47 struct lzo_ctx *ctx local
52 __lzo_compress(const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
70 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); local
75 lzo_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
103 lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dghash-generic.c58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); local
82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); local
115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) argument
134 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); local
145 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm); local
[all...]
H A Dmd5.c123 static inline void md5_transform_helper(struct md5_state *ctx) argument
204 struct md5_state *ctx = shash_desc_ctx(desc); local
212 struct md5_state *ctx = shash_desc_ctx(desc); local
[all...]
H A Dgeniv.c22 struct aead_geniv_ctx *ctx = crypto_aead_ctx(tfm); local
30 struct aead_geniv_ctx *ctx = crypto_aead_ctx(tfm); local
111 struct aead_geniv_ctx *ctx = crypto_aead_ctx(aead); local
155 struct aead_geniv_ctx *ctx = crypto_aead_ctx(tfm); local
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dsysret_rip.c71 ucontext_t *ctx = (ucontext_t*)ctx_void; local
87 ucontext_t *ctx = (ucontext_t*)ctx_void; local
115 ucontext_t *ctx = (ucontext_t*)ctx_void; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c141 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); local
149 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); local
104 chacha_neon_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) argument
[all...]

Completed in 190 milliseconds

<<11121314151617181920>>