| /include/crypto/ |
| A D | sha2.h | 102 struct crypto_sha256_state ctx; member 155 struct __sha256_ctx ctx; member 178 static inline void sha224_update(struct sha224_ctx *ctx, in sha224_update() 218 struct __hmac_sha256_ctx ctx; member 328 struct __sha256_ctx ctx; member 351 static inline void sha256_update(struct sha256_ctx *ctx, in sha256_update() 391 struct __hmac_sha256_ctx ctx; member 535 struct __sha512_ctx ctx; member 598 struct __hmac_sha512_ctx ctx; member 708 struct __sha512_ctx ctx; member [all …]
|
| A D | sha1.h | 169 static inline void hmac_sha1_update(struct hmac_sha1_ctx *ctx, in hmac_sha1_update()
|
| A D | if_alg.h | 188 struct af_alg_ctx *ctx = ask->private; in af_alg_sndbuf() local 214 struct af_alg_ctx *ctx = ask->private; in af_alg_rcvbuf() local
|
| /include/linux/ |
| A D | eventfd.h | 60 static inline void eventfd_signal_mask(struct eventfd_ctx *ctx, __poll_t mask) in eventfd_signal_mask() 64 static inline void eventfd_ctx_put(struct eventfd_ctx *ctx) in eventfd_ctx_put() 69 static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, in eventfd_ctx_remove_wait_queue() 80 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() 87 static inline void eventfd_signal(struct eventfd_ctx *ctx) in eventfd_signal()
|
| A D | ww_mutex.h | 49 struct ww_acquire_ctx *ctx; member 142 static inline void ww_acquire_init(struct ww_acquire_ctx *ctx, in ww_acquire_init() 181 static inline void ww_acquire_done(struct ww_acquire_ctx *ctx) in ww_acquire_done() 198 static inline void ww_acquire_fini(struct ww_acquire_ctx *ctx) in ww_acquire_fini() 307 ww_mutex_lock_slow(struct ww_mutex *lock, struct ww_acquire_ctx *ctx) in ww_mutex_lock_slow() 344 struct ww_acquire_ctx *ctx) in ww_mutex_lock_slow_interruptible()
|
| A D | dma-resv.h | 343 struct ww_acquire_ctx *ctx) in dma_resv_lock() 370 struct ww_acquire_ctx *ctx) in dma_resv_lock_interruptible() 387 struct ww_acquire_ctx *ctx) in dma_resv_lock_slow() 403 struct ww_acquire_ctx *ctx) in dma_resv_lock_slow_interruptible()
|
| A D | userfaultfd_k.h | 364 struct vm_userfaultfd_ctx *ctx) in mremap_userfaultfd_prep() 368 static inline void mremap_userfaultfd_complete(struct vm_userfaultfd_ctx *ctx, in mremap_userfaultfd_complete() 375 static inline void mremap_userfaultfd_fail(struct vm_userfaultfd_ctx *ctx) in mremap_userfaultfd_fail()
|
| A D | damon.h | 831 #define damon_for_each_target(t, ctx) \ argument 834 #define damon_for_each_target_safe(t, next, ctx) \ argument 837 #define damon_for_each_scheme(s, ctx) \ argument 840 #define damon_for_each_scheme_safe(s, next, ctx) \ argument 923 static inline bool damon_target_has_pid(const struct damon_ctx *ctx) in damon_target_has_pid()
|
| A D | audit.h | 25 char ctx[]; member 215 void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, in audit_log() 218 static inline struct audit_buffer *audit_log_start(struct audit_context *ctx, in audit_log_start() 309 static inline void audit_set_context(struct task_struct *task, struct audit_context *ctx) in audit_set_context() 598 static inline void audit_set_context(struct task_struct *task, struct audit_context *ctx) in audit_set_context()
|
| A D | netfs.h | 487 static inline void netfs_inode_init(struct netfs_inode *ctx, in netfs_inode_init() 515 static inline void netfs_resize_file(struct netfs_inode *ctx, loff_t new_i_size, in netfs_resize_file() 530 static inline struct fscache_cookie *netfs_i_cookie(struct netfs_inode *ctx) in netfs_i_cookie()
|
| A D | tee_drv.h | 66 struct tee_context *ctx; member
|
| /include/media/ |
| A D | dvb_vb2.h | 117 static inline int dvb_vb2_init(struct dvb_vb2_ctx *ctx, in dvb_vb2_init() 122 static inline int dvb_vb2_release(struct dvb_vb2_ctx *ctx) in dvb_vb2_release() 126 #define dvb_vb2_is_streaming(ctx) (0) argument 127 #define dvb_vb2_fill_buffer(ctx, file, wait, flags) (0) argument 129 static inline __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, in dvb_vb2_poll()
|
| /include/drm/ |
| A D | drm_modeset_lock.h | 175 #define DRM_MODESET_LOCK_ALL_BEGIN(dev, ctx, flags, ret) \ argument 203 #define DRM_MODESET_LOCK_ALL_END(dev, ctx, ret) \ argument
|
| A D | drm_mipi_dsi.h | 299 #define mipi_dsi_msleep(ctx, delay) \ argument 305 #define mipi_dsi_usleep_range(ctx, min, max) \ argument 415 #define mipi_dsi_generic_write_seq_multi(ctx, seq...) \ argument 431 #define mipi_dsi_dcs_write_seq_multi(ctx, cmd, seq...) \ argument
|
| /include/net/ |
| A D | switchdev.h | 206 const void *ctx; member 238 const void *ctx; member 378 struct net_device *dev, const void *ctx, in switchdev_bridge_port_offload() 389 const void *ctx, in switchdev_bridge_port_unoffload() 465 unsigned long event, const void *ctx, in switchdev_handle_fdb_event_to_device() 475 int (*add_cb)(struct net_device *dev, const void *ctx, in switchdev_handle_port_obj_add() 487 int (*add_cb)(struct net_device *dev, const void *ctx, in switchdev_handle_port_obj_add_foreign() 498 int (*del_cb)(struct net_device *dev, const void *ctx, in switchdev_handle_port_obj_del() 510 int (*del_cb)(struct net_device *dev, const void *ctx, in switchdev_handle_port_obj_del_foreign() 520 int (*set_cb)(struct net_device *dev, const void *ctx, in switchdev_handle_port_attr_set()
|
| A D | codel_impl.h | 105 void *ctx, in codel_should_drop() 146 static struct sk_buff *codel_dequeue(void *ctx, in codel_dequeue()
|
| A D | 6lowpan.h | 124 static inline bool lowpan_iphc_ctx_is_active(const struct lowpan_iphc_ctx *ctx) in lowpan_iphc_ctx_is_active() 130 lowpan_iphc_ctx_is_compression(const struct lowpan_iphc_ctx *ctx) in lowpan_iphc_ctx_is_compression() 138 struct lowpan_iphc_ctx_table ctx; member
|
| A D | tls.h | 165 struct tls_context *ctx; member 396 struct tls_context *ctx; in tls_sw_has_ctx_tx() local 409 struct tls_context *ctx; in tls_sw_has_ctx_rx() local
|
| /include/trace/events/ |
| A D | firewire.h | 751 #define TP_STRUCT__entry_iso_packet(ctx, buffer_offset, packet) \ argument 763 #define TP_fast_assign_iso_packet(ctx, buffer_offset, packet) \ argument
|
| /include/crypto/internal/ |
| A D | scompress.h | 78 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress() 86 void *ctx) in crypto_scomp_decompress()
|
| A D | skcipher.h | 226 struct skcipher_ctx_simple *ctx = crypto_skcipher_ctx(tfm); in skcipher_cipher_simple() local 245 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); in lskcipher_cipher_simple() local
|
| /include/kvm/ |
| A D | arm_arch_timer.h | 130 #define arch_timer_ctx_index(ctx) ((ctx) - vcpu_timer((ctx)->vcpu)->timers) argument 132 #define timer_vm_data(ctx) (&(ctx)->vcpu->kvm->arch.timer_data) argument 133 #define timer_irq(ctx) (timer_vm_data(ctx)->ppi[arch_timer_ctx_index(ctx)]) argument
|
| /include/video/ |
| A D | imx-ipu-image-convert.h | 23 struct ipu_image_convert_ctx *ctx; member
|
| /include/sound/ |
| A D | ump_convert.h | 41 static inline void snd_ump_convert_reset(struct ump_cvt_to_ump *ctx) in snd_ump_convert_reset()
|
| /include/linux/mailbox/ |
| A D | brcm-message.h | 55 void *ctx; member
|