Searched refs:comp (Results 1 – 6 of 6) sorted by relevance
50 struct completion *comp = xchg(&sub_info->complete, NULL); in umh_complete() local56 if (comp) in umh_complete()57 complete(comp); in umh_complete()
942 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() argument944 if (comp) in complete_and_exit()945 complete(comp); in complete_and_exit()
152 .comp = mod_tree_comp,
409 struct trace_uprobe *comp) in trace_uprobe_has_same_uprobe() argument413 struct inode *comp_inode = d_real_inode(comp->path.dentry); in trace_uprobe_has_same_uprobe()419 comp->offset != orig->offset) in trace_uprobe_has_same_uprobe()428 comp->tp.args[i].comm)) in trace_uprobe_has_same_uprobe()
559 struct trace_kprobe *comp) in trace_kprobe_has_same_kprobe() argument568 trace_kprobe_symbol(comp)) || in trace_kprobe_has_same_kprobe()569 trace_kprobe_offset(orig) != trace_kprobe_offset(comp)) in trace_kprobe_has_same_kprobe()578 comp->tp.args[i].comm)) in trace_kprobe_has_same_kprobe()
619 .comp = bpf_tree_comp,