Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/events/
Duprobes.c1802 struct uprobe_task *n_utask; in dup_utask() local
1805 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1806 if (!n_utask) in dup_utask()
1808 t->utask = n_utask; in dup_utask()
1810 p = &n_utask->return_instances; in dup_utask()
1828 n_utask->depth++; in dup_utask()