Searched refs:comp (Results 1 – 6 of 6) sorted by relevance
53 struct completion *comp = xchg(&sub_info->complete, NULL); in umh_complete() local59 if (comp) in umh_complete()60 complete(comp); in umh_complete()
857 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() argument859 if (comp) in complete_and_exit()860 complete(comp); in complete_and_exit()
144 .comp = mod_tree_comp,
423 struct trace_uprobe *comp) in trace_uprobe_has_same_uprobe() argument427 struct inode *comp_inode = d_real_inode(comp->path.dentry); in trace_uprobe_has_same_uprobe()433 comp->offset != orig->offset) in trace_uprobe_has_same_uprobe()442 comp->tp.args[i].comm)) in trace_uprobe_has_same_uprobe()
558 struct trace_kprobe *comp) in trace_kprobe_has_same_kprobe() argument567 trace_kprobe_symbol(comp)) || in trace_kprobe_has_same_kprobe()568 trace_kprobe_offset(orig) != trace_kprobe_offset(comp)) in trace_kprobe_has_same_kprobe()577 comp->tp.args[i].comm)) in trace_kprobe_has_same_kprobe()
612 .comp = bpf_tree_comp,