Searched refs:comp (Results 1 – 6 of 6) sorted by relevance
52 struct completion *comp = xchg(&sub_info->complete, NULL); in umh_complete() local58 if (comp) in umh_complete()59 complete(comp); in umh_complete()
331 void __noreturn kthread_complete_and_exit(struct completion *comp, long code) in kthread_complete_and_exit() argument333 if (comp) in kthread_complete_and_exit()334 complete(comp); in kthread_complete_and_exit()
61 .comp = mod_tree_comp,
413 struct trace_uprobe *comp) in trace_uprobe_has_same_uprobe() argument416 struct inode *comp_inode = d_real_inode(comp->path.dentry); in trace_uprobe_has_same_uprobe()421 comp->offset != orig->offset) in trace_uprobe_has_same_uprobe()430 comp->tp.args[i].comm)) in trace_uprobe_has_same_uprobe()
559 struct trace_kprobe *comp) in trace_kprobe_has_same_kprobe() argument566 trace_kprobe_symbol(comp)) || in trace_kprobe_has_same_kprobe()567 trace_kprobe_offset(orig) != trace_kprobe_offset(comp)) in trace_kprobe_has_same_kprobe()576 comp->tp.args[i].comm)) in trace_kprobe_has_same_kprobe()
623 .comp = bpf_tree_comp,