Searched refs:notfilter (Results 1 – 2 of 2) sorted by relevance
71 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);77 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
236 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument254 if (notfilter) { in register_fprobe()255 len = strlen(notfilter); in register_fprobe()256 str = kstrdup(notfilter, GFP_KERNEL); in register_fprobe()
Completed in 6 milliseconds