Home
last modified time | relevance | path

Searched refs:n_utask (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/events/
H A Duprobes.c1753 struct uprobe_task *n_utask; in dup_utask()
1756 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1757 if (!n_utask) in dup_utask()
1759 t->utask = n_utask; in dup_utask()
1761 p = &n_utask->return_instances; in dup_utask()
1773 n_utask->depth++;
1748 struct uprobe_task *n_utask; dup_utask() local