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.c1764 struct uprobe_task *n_utask; in dup_utask()
1767 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1768 if (!n_utask) in dup_utask()
1770 t->utask = n_utask; in dup_utask()
1772 p = &n_utask->return_instances; in dup_utask()
1784 n_utask->depth++;
1753 struct uprobe_task *n_utask; dup_utask() local