Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 17 of 17) sorted by relevance

/include/linux/
Deventfd.h32 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
Dfirewire.h424 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);
Dnfs_fs.h371 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()
Dsecurity.h1581 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 …]
Dnfs_page.h76 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
Daudit.h408 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);
Dnfs_xdr.h226 struct nfs_open_context *ctx; member
1285 void (*close_context)(struct nfs_open_context *ctx, int);
1287 struct nfs_open_context *ctx,
Dperf_event.h927 struct perf_event_context *ctx; member
1060 struct perf_event_context ctx; member
Dsyscalls.h504 asmlinkage long sys_io_setup(unsigned nr_reqs, aio_context_t __user *ctx);
505 asmlinkage long sys_io_destroy(aio_context_t ctx);
Dskbuff.h243 void *ctx; member
/include/crypto/
Dserpent.h20 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);
Dlrw.h27 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);
Dxts.h16 void (*tweak_fn)(void *ctx, u8* dst, const u8* src);
18 void (*crypt_fn)(void *ctx, u8 *blks, unsigned int nbytes);
Dtwofish.h20 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
Daes.h37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
/include/net/
Dflow.h222 u8 dir, struct flow_cache_object *oldobj, void *ctx);
226 u8 dir, flow_resolve_t resolver, void *ctx);
Dxfrm.h1526 struct xfrm_sec_ctx *ctx, int delete,