Searched refs:fprobe (Results 1 – 2 of 2) sorted by relevance
12 struct fprobe;31 struct fprobe *fp;46 struct fprobe *fp;61 struct fprobe { struct81 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled()95 int unregister_fprobe(struct fprobe *fp);96 bool fprobe_is_registered(struct fprobe *fp);111 static inline int unregister_fprobe(struct fprobe *fp) in unregister_fprobe()115 static inline bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered()132 static inline void disable_fprobe(struct fprobe *fp) in disable_fprobe()[all …]
42 ((struct fprobe *)(((unsigned long)(val) & FPROBE_HEADER_MSB_MASK) | \
Completed in 5 milliseconds