Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/events/
Duprobes.c1749 struct uprobe_task *n_utask; in dup_utask() local
1752 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1753 if (!n_utask) in dup_utask()
1755 t->utask = n_utask; in dup_utask()
1757 p = &n_utask->return_instances; in dup_utask()
1769 n_utask->depth++; in dup_utask()