Lines Matching refs:kretprobe
52 struct kretprobe;
143 struct kretprobe *rp;
147 struct kretprobe { struct
203 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe()
208 return (struct kretprobe *)READ_ONCE(ri->node.rethook->data); in get_kretprobe()
251 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe()
266 static inline void arch_prepare_kretprobe(struct kretprobe *rp, in arch_prepare_kretprobe()
423 int register_kretprobe(struct kretprobe *rp);
424 void unregister_kretprobe(struct kretprobe *rp);
425 int register_kretprobes(struct kretprobe **rps, int num);
426 void unregister_kretprobes(struct kretprobe **rps, int num);
482 static inline int register_kretprobe(struct kretprobe *rp) in register_kretprobe()
486 static inline int register_kretprobes(struct kretprobe **rps, int num) in register_kretprobes()
490 static inline void unregister_kretprobe(struct kretprobe *rp) in unregister_kretprobe()
493 static inline void unregister_kretprobes(struct kretprobe **rps, int num) in unregister_kretprobes()
522 static inline int disable_kretprobe(struct kretprobe *rp) in disable_kretprobe()
526 static inline int enable_kretprobe(struct kretprobe *rp) in enable_kretprobe()