Home
last modified time | relevance | path

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

/kernel/events/
Duprobes.c61 struct uprobe_consumer *consumers; member
769 uc->next = uprobe->consumers; in consumer_add()
770 uprobe->consumers = uc; in consumer_add()
785 for (con = &uprobe->consumers; *con; con = &(*con)->next) { in consumer_del()
892 for (uc = uprobe->consumers; uc; uc = uc->next) { in filter_chain()
1105 if (!uprobe->consumers && !err) in __uprobe_unregister()
1234 for (con = uprobe->consumers; con && con != uc ; con = con->next) in uprobe_apply()
2086 for (uc = uprobe->consumers; uc; uc = uc->next) { in handler_chain()
2104 if (remove && uprobe->consumers) { in handler_chain()
2118 for (uc = uprobe->consumers; uc; uc = uc->next) { in handle_uretprobe_chain()