ctx 7 arch/x86/include/asm/crypto/aes.h void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, ctx 9 arch/x86/include/asm/crypto/aes.h void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, ctx 40 arch/x86/include/asm/crypto/camellia.h asmlinkage void __camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, ctx 42 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_dec_blk(struct camellia_ctx *ctx, u8 *dst, ctx 46 arch/x86/include/asm/crypto/camellia.h asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, ctx 48 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_dec_blk_2way(struct camellia_ctx *ctx, u8 *dst, ctx 52 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst, ctx 54 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_ecb_dec_16way(struct camellia_ctx *ctx, u8 *dst, ctx 57 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst, ctx 59 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_ctr_16way(struct camellia_ctx *ctx, u8 *dst, ctx 62 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_xts_enc_16way(struct camellia_ctx *ctx, u8 *dst, ctx 64 arch/x86/include/asm/crypto/camellia.h asmlinkage void camellia_xts_dec_16way(struct camellia_ctx *ctx, u8 *dst, ctx 67 arch/x86/include/asm/crypto/camellia.h static inline void camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, ctx 70 arch/x86/include/asm/crypto/camellia.h __camellia_enc_blk(ctx, dst, src, false); ctx 73 arch/x86/include/asm/crypto/camellia.h static inline void camellia_enc_blk_xor(struct camellia_ctx *ctx, u8 *dst, ctx 76 arch/x86/include/asm/crypto/camellia.h __camellia_enc_blk(ctx, dst, src, true); ctx 79 arch/x86/include/asm/crypto/camellia.h static inline void camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, ctx 82 arch/x86/include/asm/crypto/camellia.h __camellia_enc_blk_2way(ctx, dst, src, false); ctx 85 arch/x86/include/asm/crypto/camellia.h static inline void camellia_enc_blk_xor_2way(struct camellia_ctx *ctx, u8 *dst, ctx 88 arch/x86/include/asm/crypto/camellia.h __camellia_enc_blk_2way(ctx, dst, src, true); ctx 92 arch/x86/include/asm/crypto/camellia.h extern void camellia_decrypt_cbc_2way(void *ctx, u128 *dst, const u128 *src); ctx 93 arch/x86/include/asm/crypto/camellia.h extern void camellia_crypt_ctr(void *ctx, u128 *dst, const u128 *src, ctx 95 arch/x86/include/asm/crypto/camellia.h extern void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src, ctx 98 arch/x86/include/asm/crypto/camellia.h extern void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv); ctx 99 arch/x86/include/asm/crypto/camellia.h extern void camellia_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv); ctx 13 arch/x86/include/asm/crypto/glue_helper.h typedef void (*common_glue_func_t)(void *ctx, u8 *dst, const u8 *src); ctx 14 arch/x86/include/asm/crypto/glue_helper.h typedef void (*common_glue_cbc_func_t)(void *ctx, u128 *dst, const u128 *src); ctx 15 arch/x86/include/asm/crypto/glue_helper.h typedef void (*common_glue_ctr_func_t)(void *ctx, u128 *dst, const u128 *src, ctx 17 arch/x86/include/asm/crypto/glue_helper.h typedef void (*common_glue_xts_func_t)(void *ctx, u128 *dst, const u128 *src, ctx 142 arch/x86/include/asm/crypto/glue_helper.h extern void glue_xts_crypt_128bit_one(void *ctx, u128 *dst, const u128 *src, ctx 19 arch/x86/include/asm/crypto/serpent-avx.h asmlinkage void serpent_ecb_enc_8way_avx(struct serpent_ctx *ctx, u8 *dst, ctx 21 arch/x86/include/asm/crypto/serpent-avx.h asmlinkage void serpent_ecb_dec_8way_avx(struct serpent_ctx *ctx, u8 *dst, ctx 24 arch/x86/include/asm/crypto/serpent-avx.h asmlinkage void serpent_cbc_dec_8way_avx(struct serpent_ctx *ctx, u8 *dst, ctx 26 arch/x86/include/asm/crypto/serpent-avx.h asmlinkage void serpent_ctr_8way_avx(struct serpent_ctx *ctx, u8 *dst, ctx 29 arch/x86/include/asm/crypto/serpent-avx.h asmlinkage void serpent_xts_enc_8way_avx(struct serpent_ctx *ctx, u8 *dst, ctx 31 arch/x86/include/asm/crypto/serpent-avx.h asmlinkage void serpent_xts_dec_8way_avx(struct serpent_ctx *ctx, u8 *dst, ctx 34 arch/x86/include/asm/crypto/serpent-avx.h extern void __serpent_crypt_ctr(void *ctx, u128 *dst, const u128 *src, ctx 37 arch/x86/include/asm/crypto/serpent-avx.h extern void serpent_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv); ctx 38 arch/x86/include/asm/crypto/serpent-avx.h extern void serpent_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv); ctx 11 arch/x86/include/asm/crypto/serpent-sse2.h asmlinkage void __serpent_enc_blk_4way(struct serpent_ctx *ctx, u8 *dst, ctx 13 arch/x86/include/asm/crypto/serpent-sse2.h asmlinkage void serpent_dec_blk_4way(struct serpent_ctx *ctx, u8 *dst, ctx 16 arch/x86/include/asm/crypto/serpent-sse2.h static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, ctx 19 arch/x86/include/asm/crypto/serpent-sse2.h __serpent_enc_blk_4way(ctx, dst, src, false); ctx 22 arch/x86/include/asm/crypto/serpent-sse2.h static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, ctx 25 arch/x86/include/asm/crypto/serpent-sse2.h __serpent_enc_blk_4way(ctx, dst, src, true); ctx 28 arch/x86/include/asm/crypto/serpent-sse2.h static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, ctx 31 arch/x86/include/asm/crypto/serpent-sse2.h serpent_dec_blk_4way(ctx, dst, src); ctx 38 arch/x86/include/asm/crypto/serpent-sse2.h asmlinkage void __serpent_enc_blk_8way(struct serpent_ctx *ctx, u8 *dst, ctx 40 arch/x86/include/asm/crypto/serpent-sse2.h asmlinkage void serpent_dec_blk_8way(struct serpent_ctx *ctx, u8 *dst, ctx 43 arch/x86/include/asm/crypto/serpent-sse2.h static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, ctx 46 arch/x86/include/asm/crypto/serpent-sse2.h __serpent_enc_blk_8way(ctx, dst, src, false); ctx 49 arch/x86/include/asm/crypto/serpent-sse2.h static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, ctx 52 arch/x86/include/asm/crypto/serpent-sse2.h __serpent_enc_blk_8way(ctx, dst, src, true); ctx 55 arch/x86/include/asm/crypto/serpent-sse2.h static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, ctx 58 arch/x86/include/asm/crypto/serpent-sse2.h serpent_dec_blk_8way(ctx, dst, src); ctx 20 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst, ctx 22 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst, ctx 26 arch/x86/include/asm/crypto/twofish.h asmlinkage void __twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, ctx 28 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_dec_blk_3way(struct twofish_ctx *ctx, u8 *dst, ctx 32 arch/x86/include/asm/crypto/twofish.h extern void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src); ctx 33 arch/x86/include/asm/crypto/twofish.h extern void twofish_enc_blk_ctr(void *ctx, u128 *dst, const u128 *src, ctx 35 arch/x86/include/asm/crypto/twofish.h extern void twofish_enc_blk_ctr_3way(void *ctx, u128 *dst, const u128 *src, ctx 37 include/crypto/aes.h int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, ctx 20 include/crypto/cast5.h void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); ctx 21 include/crypto/cast5.h void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); ctx 17 include/crypto/cast6.h int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, ctx 21 include/crypto/cast6.h void __cast6_encrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src); ctx 22 include/crypto/cast6.h void __cast6_decrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src); ctx 61 include/crypto/hash.h #define SHASH_DESC_ON_STACK(shash, ctx) \ ctx 63 include/crypto/hash.h crypto_shash_descsize(ctx)] CRYPTO_MINALIGN_ATTR; \ ctx 27 include/crypto/lrw.h int lrw_init_table(struct lrw_table_ctx *ctx, const u8 *tweak); ctx 28 include/crypto/lrw.h void lrw_free_table(struct lrw_table_ctx *ctx); ctx 36 include/crypto/lrw.h void (*crypt_fn)(void *ctx, u8 *blks, unsigned int nbytes); ctx 20 include/crypto/serpent.h int __serpent_setkey(struct serpent_ctx *ctx, const u8 *key, ctx 24 include/crypto/serpent.h void __serpent_encrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src); ctx 25 include/crypto/serpent.h void __serpent_decrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src); ctx 20 include/crypto/twofish.h int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, ctx 16 include/crypto/xts.h void (*tweak_fn)(void *ctx, u8* dst, const u8* src); ctx 18 include/crypto/xts.h void (*crypt_fn)(void *ctx, u8 *blks, unsigned int nbytes); ctx 86 include/drm/drm_modeset_lock.h void drm_modeset_acquire_init(struct drm_modeset_acquire_ctx *ctx, ctx 88 include/drm/drm_modeset_lock.h void drm_modeset_acquire_fini(struct drm_modeset_acquire_ctx *ctx); ctx 89 include/drm/drm_modeset_lock.h void drm_modeset_drop_locks(struct drm_modeset_acquire_ctx *ctx); ctx 90 include/drm/drm_modeset_lock.h void drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx); ctx 91 include/drm/drm_modeset_lock.h int drm_modeset_backoff_interruptible(struct drm_modeset_acquire_ctx *ctx); ctx 122 include/drm/drm_modeset_lock.h struct drm_modeset_acquire_ctx *ctx); ctx 124 include/drm/drm_modeset_lock.h struct drm_modeset_acquire_ctx *ctx); ctx 140 include/drm/drm_modeset_lock.h struct drm_modeset_acquire_ctx *ctx); ctx 33 include/linux/audit.h char ctx[0]; ctx 220 include/linux/audit.h extern int auditsc_get_stamp(struct audit_context *ctx, ctx 377 include/linux/audit.h static inline int auditsc_get_stamp(struct audit_context *ctx, ctx 444 include/linux/audit.h void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, ctx 447 include/linux/audit.h extern struct audit_buffer *audit_log_start(struct audit_context *ctx, gfp_t gfp_mask, int type); ctx 495 include/linux/audit.h void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, ctx 498 include/linux/audit.h static inline struct audit_buffer *audit_log_start(struct audit_context *ctx, ctx 208 include/linux/blk-mq.h #define queue_for_each_ctx(q, ctx, i) \ ctx 210 include/linux/blk-mq.h ({ ctx = per_cpu_ptr((q)->queue_ctx, (i)); 1; }); (i)++) ctx 212 include/linux/blk-mq.h #define hctx_for_each_ctx(hctx, ctx, i) \ ctx 214 include/linux/blk-mq.h ({ ctx = (hctx)->ctxs[(i)]; 1; }); (i)++) ctx 263 include/linux/ccp.h struct scatterlist *ctx; ctx 33 include/linux/eventfd.h struct eventfd_ctx *eventfd_ctx_get(struct eventfd_ctx *ctx); ctx 34 include/linux/eventfd.h void eventfd_ctx_put(struct eventfd_ctx *ctx); ctx 38 include/linux/eventfd.h __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n); ctx 39 include/linux/eventfd.h ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt); ctx 40 include/linux/eventfd.h int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait, ctx 59 include/linux/eventfd.h static inline int eventfd_signal(struct eventfd_ctx *ctx, int n) ctx 64 include/linux/eventfd.h static inline void eventfd_ctx_put(struct eventfd_ctx *ctx) ctx 69 include/linux/eventfd.h static inline ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, ctx 75 include/linux/eventfd.h static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, ctx 289 include/linux/filter.h #define SK_RUN_FILTER(filter, ctx) \ ctx 290 include/linux/filter.h (*filter->prog->bpf_func)(ctx, filter->prog->insnsi) ctx 331 include/linux/filter.h #define BPF_PROG_RUN(filter, ctx) (*filter->bpf_func)(ctx, filter->insnsi) ctx 455 include/linux/firewire.h int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels); ctx 456 include/linux/firewire.h int fw_iso_context_queue(struct fw_iso_context *ctx, ctx 460 include/linux/firewire.h void fw_iso_context_queue_flush(struct fw_iso_context *ctx); ctx 461 include/linux/firewire.h int fw_iso_context_flush_completions(struct fw_iso_context *ctx); ctx 462 include/linux/firewire.h int fw_iso_context_start(struct fw_iso_context *ctx, ctx 464 include/linux/firewire.h int fw_iso_context_stop(struct fw_iso_context *ctx); ctx 465 include/linux/firewire.h void fw_iso_context_destroy(struct fw_iso_context *ctx); ctx 2789 include/linux/fs.h static inline bool dir_emit(struct dir_context *ctx, ctx 2793 include/linux/fs.h return ctx->actor(ctx, name, namelen, ctx->pos, ino, type) == 0; ctx 2795 include/linux/fs.h static inline bool dir_emit_dot(struct file *file, struct dir_context *ctx) ctx 2797 include/linux/fs.h return ctx->actor(ctx, ".", 1, ctx->pos, ctx 2800 include/linux/fs.h static inline bool dir_emit_dotdot(struct file *file, struct dir_context *ctx) ctx 2802 include/linux/fs.h return ctx->actor(ctx, "..", 2, ctx->pos, ctx 2805 include/linux/fs.h static inline bool dir_emit_dots(struct file *file, struct dir_context *ctx) ctx 2807 include/linux/fs.h if (ctx->pos == 0) { ctx 2808 include/linux/fs.h if (!dir_emit_dot(file, ctx)) ctx 2810 include/linux/fs.h ctx->pos = 1; ctx 2812 include/linux/fs.h if (ctx->pos == 1) { ctx 2813 include/linux/fs.h if (!dir_emit_dotdot(file, ctx)) ctx 2815 include/linux/fs.h ctx->pos = 2; ctx 74 include/linux/fsl/bestcomm/bestcomm_priv.h u32 *ctx; ctx 154 include/linux/if_team.h int (*getter)(struct team *team, struct team_gsetter_ctx *ctx); ctx 155 include/linux/if_team.h int (*setter)(struct team *team, struct team_gsetter_ctx *ctx); ctx 1375 include/linux/jbd2.h char ctx[JBD_MAX_CHECKSUM_SIZE]; ctx 1384 include/linux/jbd2.h *(u32 *)desc.ctx = crc; ctx 1389 include/linux/jbd2.h return *(u32 *)desc.ctx; ctx 569 include/linux/mlx5/device.h struct mlx5_srq_ctx ctx; ctx 600 include/linux/mlx5/device.h struct mlx5_srq_ctx ctx; ctx 643 include/linux/mlx5/device.h struct mlx5_cq_context ctx; ctx 674 include/linux/mlx5/device.h struct mlx5_cq_context ctx; ctx 683 include/linux/mlx5/device.h struct mlx5_cq_context ctx; ctx 734 include/linux/mlx5/device.h struct mlx5_eq_context ctx; ctx 784 include/linux/mlx5/device.h struct mlx5_eq_context ctx; ctx 437 include/linux/mlx5/qp.h struct mlx5_qp_context ctx; ctx 465 include/linux/mlx5/qp.h struct mlx5_qp_context ctx; ctx 484 include/linux/mlx5/qp.h struct mlx5_qp_context ctx; ctx 363 include/linux/nfs_fs.h extern struct nfs_open_context *get_nfs_open_context(struct nfs_open_context *ctx); ctx 364 include/linux/nfs_fs.h extern void put_nfs_open_context(struct nfs_open_context *ctx); ctx 367 include/linux/nfs_fs.h extern void nfs_inode_attach_open_context(struct nfs_open_context *ctx); ctx 368 include/linux/nfs_fs.h extern void nfs_file_set_open_context(struct file *filp, struct nfs_open_context *ctx); ctx 369 include/linux/nfs_fs.h extern struct nfs_lock_context *nfs_get_lock_context(struct nfs_open_context *ctx); ctx 437 include/linux/nfs_fs.h struct nfs_open_context *ctx = ctx 439 include/linux/nfs_fs.h if (ctx) ctx 440 include/linux/nfs_fs.h return ctx->cred; ctx 98 include/linux/nfs_page.h extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx, ctx 233 include/linux/nfs_xdr.h struct nfs_open_context *ctx; ctx 1461 include/linux/nfs_xdr.h void (*close_context)(struct nfs_open_context *ctx, int); ctx 1463 include/linux/nfs_xdr.h struct nfs_open_context *ctx, ctx 389 include/linux/perf_event.h struct perf_event_context *ctx; ctx 527 include/linux/perf_event.h struct perf_event_context ctx; ctx 1488 include/linux/security.h struct qstr *name, void **ctx, ctx 1644 include/linux/security.h int (*inode_notifysecctx)(struct inode *inode, void *ctx, u32 ctxlen); ctx 1645 include/linux/security.h int (*inode_setsecctx)(struct dentry *dentry, void *ctx, u32 ctxlen); ctx 1646 include/linux/security.h int (*inode_getsecctx)(struct inode *inode, void **ctx, u32 *ctxlen); ctx 1699 include/linux/security.h void (*xfrm_policy_free_security) (struct xfrm_sec_ctx *ctx); ctx 1700 include/linux/security.h int (*xfrm_policy_delete_security) (struct xfrm_sec_ctx *ctx); ctx 1708 include/linux/security.h int (*xfrm_policy_lookup) (struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir); ctx 1785 include/linux/security.h struct qstr *name, void **ctx, ctx 1905 include/linux/security.h int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); ctx 1906 include/linux/security.h int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen); ctx 1907 include/linux/security.h int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen); ctx 2101 include/linux/security.h void **ctx, ctx 2621 include/linux/security.h static inline int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen) ctx 2625 include/linux/security.h static inline int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) ctx 2629 include/linux/security.h static inline int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen) ctx 2885 include/linux/security.h void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx); ctx 2886 include/linux/security.h int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx); ctx 2892 include/linux/security.h int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir); ctx 2913 include/linux/security.h static inline void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx) ctx 2917 include/linux/security.h static inline int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx) ctx 2943 include/linux/security.h static inline int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir) ctx 293 include/linux/skbuff.h void *ctx; ctx 495 include/linux/syscalls.h asmlinkage long sys_io_setup(unsigned nr_reqs, aio_context_t __user *ctx); ctx 496 include/linux/syscalls.h asmlinkage long sys_io_destroy(aio_context_t ctx); ctx 54 include/linux/uprobes.h enum uprobe_filter_ctx ctx, ctx 139 include/linux/usb/cdc_ncm.h int cdc_ncm_rx_verify_nth16(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in); ctx 47 include/linux/ww_mutex.h struct ww_acquire_ctx *ctx; ctx 89 include/linux/ww_mutex.h lock->ctx = NULL; ctx 119 include/linux/ww_mutex.h static inline void ww_acquire_init(struct ww_acquire_ctx *ctx, ctx 122 include/linux/ww_mutex.h ctx->task = current; ctx 123 include/linux/ww_mutex.h ctx->stamp = atomic_long_inc_return(&ww_class->stamp); ctx 124 include/linux/ww_mutex.h ctx->acquired = 0; ctx 126 include/linux/ww_mutex.h ctx->ww_class = ww_class; ctx 127 include/linux/ww_mutex.h ctx->done_acquire = 0; ctx 128 include/linux/ww_mutex.h ctx->contending_lock = NULL; ctx 131 include/linux/ww_mutex.h debug_check_no_locks_freed((void *)ctx, sizeof(*ctx)); ctx 132 include/linux/ww_mutex.h lockdep_init_map(&ctx->dep_map, ww_class->acquire_name, ctx 134 include/linux/ww_mutex.h mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); ctx 137 include/linux/ww_mutex.h ctx->deadlock_inject_interval = 1; ctx 138 include/linux/ww_mutex.h ctx->deadlock_inject_countdown = ctx->stamp & 0xf; ctx 153 include/linux/ww_mutex.h static inline void ww_acquire_done(struct ww_acquire_ctx *ctx) ctx 156 include/linux/ww_mutex.h lockdep_assert_held(ctx); ctx 158 include/linux/ww_mutex.h DEBUG_LOCKS_WARN_ON(ctx->done_acquire); ctx 159 include/linux/ww_mutex.h ctx->done_acquire = 1; ctx 170 include/linux/ww_mutex.h static inline void ww_acquire_fini(struct ww_acquire_ctx *ctx) ctx 173 include/linux/ww_mutex.h mutex_release(&ctx->dep_map, 0, _THIS_IP_); ctx 175 include/linux/ww_mutex.h DEBUG_LOCKS_WARN_ON(ctx->acquired); ctx 181 include/linux/ww_mutex.h ctx->done_acquire = 1; ctx 185 include/linux/ww_mutex.h ctx->acquired = ~0U; ctx 190 include/linux/ww_mutex.h struct ww_acquire_ctx *ctx); ctx 192 include/linux/ww_mutex.h struct ww_acquire_ctx *ctx); ctx 223 include/linux/ww_mutex.h static inline int ww_mutex_lock(struct ww_mutex *lock, struct ww_acquire_ctx *ctx) ctx 225 include/linux/ww_mutex.h if (ctx) ctx 226 include/linux/ww_mutex.h return __ww_mutex_lock(lock, ctx); ctx 263 include/linux/ww_mutex.h struct ww_acquire_ctx *ctx) ctx 265 include/linux/ww_mutex.h if (ctx) ctx 266 include/linux/ww_mutex.h return __ww_mutex_lock_interruptible(lock, ctx); ctx 295 include/linux/ww_mutex.h ww_mutex_lock_slow(struct ww_mutex *lock, struct ww_acquire_ctx *ctx) ctx 299 include/linux/ww_mutex.h DEBUG_LOCKS_WARN_ON(!ctx->contending_lock); ctx 301 include/linux/ww_mutex.h ret = ww_mutex_lock(lock, ctx); ctx 332 include/linux/ww_mutex.h struct ww_acquire_ctx *ctx) ctx 335 include/linux/ww_mutex.h DEBUG_LOCKS_WARN_ON(!ctx->contending_lock); ctx 337 include/linux/ww_mutex.h return ww_mutex_lock_interruptible(lock, ctx); ctx 223 include/net/flow.h u8 dir, struct flow_cache_object *oldobj, void *ctx); ctx 228 include/net/flow.h void *ctx); ctx 3008 include/net/mac80211.h struct ieee80211_chanctx_conf *ctx); ctx 3010 include/net/mac80211.h struct ieee80211_chanctx_conf *ctx); ctx 3012 include/net/mac80211.h struct ieee80211_chanctx_conf *ctx, ctx 3016 include/net/mac80211.h struct ieee80211_chanctx_conf *ctx); ctx 3019 include/net/mac80211.h struct ieee80211_chanctx_conf *ctx); ctx 100 include/net/netfilter/nf_tables.h int nft_data_init(const struct nft_ctx *ctx, struct nft_data *data, ctx 118 include/net/netfilter/nf_tables.h int nft_validate_data_load(const struct nft_ctx *ctx, enum nft_registers reg, ctx 145 include/net/netfilter/nf_tables.h int (*fn)(const struct nft_ctx *ctx, ctx 213 include/net/netfilter/nf_tables.h void (*walk)(const struct nft_ctx *ctx, ctx 293 include/net/netfilter/nf_tables.h int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set, ctx 295 include/net/netfilter/nf_tables.h void nf_tables_unbind_set(const struct nft_ctx *ctx, struct nft_set *set, ctx 342 include/net/netfilter/nf_tables.h int (*init)(const struct nft_ctx *ctx, ctx 345 include/net/netfilter/nf_tables.h void (*destroy)(const struct nft_ctx *ctx, ctx 349 include/net/netfilter/nf_tables.h int (*validate)(const struct nft_ctx *ctx, ctx 407 include/net/netfilter/nf_tables.h struct nft_ctx ctx; ctx 10 include/net/netfilter/nft_masq.h int nft_masq_init(const struct nft_ctx *ctx, ctx 16 include/net/netfilter/nft_masq.h int nft_masq_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, ctx 14 include/net/netfilter/nft_meta.h int nft_meta_get_init(const struct nft_ctx *ctx, ctx 18 include/net/netfilter/nft_meta.h int nft_meta_set_init(const struct nft_ctx *ctx, ctx 11 include/net/netfilter/nft_reject.h int nft_reject_init(const struct nft_ctx *ctx, ctx 1589 include/net/xfrm.h struct xfrm_sec_ctx *ctx, int delete, ctx 154 scripts/mod/sumversion.c static inline void md4_transform_helper(struct md4_ctx *ctx) ctx 156 scripts/mod/sumversion.c le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(uint32_t)); ctx 157 scripts/mod/sumversion.c md4_transform(ctx->hash, ctx->block);