Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/events/
Duprobes.c1449 struct uprobe_task *n_utask; in dup_utask() local
1452 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1453 if (!n_utask) in dup_utask()
1455 t->utask = n_utask; in dup_utask()
1457 p = &n_utask->return_instances; in dup_utask()
1469 n_utask->depth++; in dup_utask()