Home
last modified time | relevance | path

Searched refs:delayed_call (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Ddelayed_call.h10 struct delayed_call { struct
15 #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} argument
18 static inline void set_delayed_call(struct delayed_call *call, in set_delayed_call()
25 static inline void do_delayed_call(struct delayed_call *call) in do_delayed_call()
31 static inline void clear_delayed_call(struct delayed_call *call) in clear_delayed_call()
Dfscrypt.h263 struct delayed_call *done);
538 struct delayed_call *done) in fscrypt_get_symlink()
Dfs.h1876 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
3240 struct delayed_call *);
3261 struct delayed_call *);
3291 extern const char *vfs_get_link(struct dentry *, struct delayed_call *);
/include/
DKbuild135 header-test- += linux/delayed_call.h