Searched refs:notfilter (Results 1 – 2 of 2) sorted by relevance
65 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);71 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
246 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument264 if (notfilter) { in register_fprobe()265 len = strlen(notfilter); in register_fprobe()266 str = kstrdup(notfilter, GFP_KERNEL); in register_fprobe()