Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/events/
Duprobes.c1752 struct uprobe_task *n_utask; in dup_utask() local
1755 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1756 if (!n_utask) in dup_utask()
1758 t->utask = n_utask; in dup_utask()
1760 p = &n_utask->return_instances; in dup_utask()
1772 n_utask->depth++; in dup_utask()