Searched refs:jps (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/include/linux/ |
D | kprobes.h | 330 int register_jprobes(struct jprobe **jps, int num); 331 void unregister_jprobes(struct jprobe **jps, int num); 384 static inline int register_jprobes(struct jprobe **jps, int num) in register_jprobes() argument 391 static inline void unregister_jprobes(struct jprobe **jps, int num) in unregister_jprobes() argument
|
/linux-3.4.99/kernel/ |
D | test_kprobes.c | 213 struct jprobe *jps[2] = {&jp, &jp2}; in test_jprobes() local 218 ret = register_jprobes(jps, 2); in test_jprobes() 240 unregister_jprobes(jps, 2); in test_jprobes()
|
D | kprobes.c | 1591 int __kprobes register_jprobes(struct jprobe **jps, int num) in register_jprobes() argument 1600 jp = jps[i]; in register_jprobes() 1614 unregister_jprobes(jps, i); in register_jprobes() 1634 void __kprobes unregister_jprobes(struct jprobe **jps, int num) in unregister_jprobes() argument 1642 if (__unregister_kprobe_top(&jps[i]->kp) < 0) in unregister_jprobes() 1643 jps[i]->kp.addr = NULL; in unregister_jprobes() 1648 if (jps[i]->kp.addr) in unregister_jprobes() 1649 __unregister_kprobe_bottom(&jps[i]->kp); in unregister_jprobes()
|
/linux-3.4.99/Documentation/usb/ |
D | rio.txt | 57 Clayton <kclayton@jps.net> is incharge of the PPC port and making sure
|
/linux-3.4.99/Documentation/ |
D | kprobes.txt | 453 int register_jprobes(struct jprobe **jps, int num); 459 - kps/rps/jps: an array of pointers to *probe data structures 471 void unregister_jprobes(struct jprobe **jps, int num);
|