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()
425 int register_kretprobe(struct kretprobe *rp);
426 void unregister_kretprobe(struct kretprobe *rp);
427 int register_kretprobes(struct kretprobe **rps, int num);
428 void unregister_kretprobes(struct kretprobe **rps, int num);
484 static inline int register_kretprobe(struct kretprobe *rp) in register_kretprobe()
488 static inline int register_kretprobes(struct kretprobe **rps, int num) in register_kretprobes()
492 static inline void unregister_kretprobe(struct kretprobe *rp) in unregister_kretprobe()
495 static inline void unregister_kretprobes(struct kretprobe **rps, int num) in unregister_kretprobes()
524 static inline int disable_kretprobe(struct kretprobe *rp) in disable_kretprobe()
528 static inline int enable_kretprobe(struct kretprobe *rp) in enable_kretprobe()