/include/linux/ |
D | eventfd.h | 32 struct eventfd_ctx *eventfd_ctx_get(struct eventfd_ctx *ctx); 33 void eventfd_ctx_put(struct eventfd_ctx *ctx); 37 int eventfd_signal(struct eventfd_ctx *ctx, int n); 38 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt); 39 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait, 58 static inline int eventfd_signal(struct eventfd_ctx *ctx, int n) in eventfd_signal() argument 63 static inline void eventfd_ctx_put(struct eventfd_ctx *ctx) in eventfd_ctx_put() argument 68 static inline ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, in eventfd_ctx_read() argument 74 static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, in eventfd_ctx_remove_wait_queue() argument
|
D | firewire.h | 424 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels); 425 int fw_iso_context_queue(struct fw_iso_context *ctx, 429 void fw_iso_context_queue_flush(struct fw_iso_context *ctx); 430 int fw_iso_context_flush_completions(struct fw_iso_context *ctx); 431 int fw_iso_context_start(struct fw_iso_context *ctx, 433 int fw_iso_context_stop(struct fw_iso_context *ctx); 434 void fw_iso_context_destroy(struct fw_iso_context *ctx);
|
D | nfs_fs.h | 371 extern struct nfs_open_context *get_nfs_open_context(struct nfs_open_context *ctx); 372 extern void put_nfs_open_context(struct nfs_open_context *ctx); 375 extern void nfs_file_set_open_context(struct file *filp, struct nfs_open_context *ctx); 376 extern struct nfs_lock_context *nfs_get_lock_context(struct nfs_open_context *ctx); 448 struct nfs_open_context *ctx = in nfs_file_cred() local 450 if (ctx) in nfs_file_cred() 451 return ctx->cred; in nfs_file_cred()
|
D | security.h | 1581 int (*inode_notifysecctx)(struct inode *inode, void *ctx, u32 ctxlen); 1582 int (*inode_setsecctx)(struct dentry *dentry, void *ctx, u32 ctxlen); 1583 int (*inode_getsecctx)(struct inode *inode, void **ctx, u32 *ctxlen); 1632 void (*xfrm_policy_free_security) (struct xfrm_sec_ctx *ctx); 1633 int (*xfrm_policy_delete_security) (struct xfrm_sec_ctx *ctx); 1639 int (*xfrm_policy_lookup) (struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir); 1830 int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); 1831 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen); 1832 int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen); 2533 static inline int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen) in security_inode_notifysecctx() argument [all …]
|
D | nfs_page.h | 76 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
|
D | audit.h | 408 char ctx[0]; member 525 extern int auditsc_get_stamp(struct audit_context *ctx, 664 void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, 667 extern struct audit_buffer *audit_log_start(struct audit_context *ctx, gfp_t gfp_mask, int type);
|
D | nfs_xdr.h | 226 struct nfs_open_context *ctx; member 1285 void (*close_context)(struct nfs_open_context *ctx, int); 1287 struct nfs_open_context *ctx,
|
D | perf_event.h | 927 struct perf_event_context *ctx; member 1060 struct perf_event_context ctx; member
|
D | syscalls.h | 504 asmlinkage long sys_io_setup(unsigned nr_reqs, aio_context_t __user *ctx); 505 asmlinkage long sys_io_destroy(aio_context_t ctx);
|
D | skbuff.h | 243 void *ctx; member
|
/include/crypto/ |
D | serpent.h | 20 int __serpent_setkey(struct serpent_ctx *ctx, const u8 *key, 24 void __serpent_encrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src); 25 void __serpent_decrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src);
|
D | lrw.h | 27 int lrw_init_table(struct lrw_table_ctx *ctx, const u8 *tweak); 28 void lrw_free_table(struct lrw_table_ctx *ctx); 36 void (*crypt_fn)(void *ctx, u8 *blks, unsigned int nbytes);
|
D | xts.h | 16 void (*tweak_fn)(void *ctx, u8* dst, const u8* src); 18 void (*crypt_fn)(void *ctx, u8 *blks, unsigned int nbytes);
|
D | twofish.h | 20 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
|
D | aes.h | 37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
|
/include/net/ |
D | flow.h | 222 u8 dir, struct flow_cache_object *oldobj, void *ctx); 226 u8 dir, flow_resolve_t resolver, void *ctx);
|
D | xfrm.h | 1526 struct xfrm_sec_ctx *ctx, int delete,
|