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
762 uc->next = uprobe->consumers; in consumer_add()
763 uprobe->consumers = uc; in consumer_add()
778 for (con = &uprobe->consumers; *con; con = &(*con)->next) { in consumer_del()
885 for (uc = uprobe->consumers; uc; uc = uc->next) { in filter_chain()
1098 if (!uprobe->consumers && !err) in __uprobe_unregister()
1227 for (con = uprobe->consumers; con && con != uc ; con = con->next) in uprobe_apply()
2079 for (uc = uprobe->consumers; uc; uc = uc->next) { in handler_chain()
2097 if (remove && uprobe->consumers) { in handler_chain()
2111 for (uc = uprobe->consumers; uc; uc = uc->next) { in handle_uretprobe_chain()