Searched defs:notifier (Results 1 – 10 of 10) sorted by relevance
81 struct notifier final : __at_thread_exit_elt struct83 notifier(condition_variable& cv, unique_lock<mutex>& l) in notifier() argument90 ~notifier() in ~notifier()96 condition_variable* cv;97 mutex* mx;99 static void run(void* p) { delete static_cast<notifier*>(p); } in run()
106 struct notifier final : __at_thread_exit_elt struct108 notifier(condition_variable& cv, unique_lock<mutex>& l) in notifier() function115 ~notifier() in ~notifier()121 condition_variable* cv;122 mutex* mx;124 static void run(void* p) { delete static_cast<notifier*>(p); } in run()
40 acpi_lid_notifier_register(struct notifier_block *notifier) in acpi_lid_notifier_register()46 acpi_lid_notifier_unregister(struct notifier_block *notifier) in acpi_lid_notifier_unregister()
55 iosf_mbi_register_pmic_bus_access_notifier(struct notifier_block *notifier) in iosf_mbi_register_pmic_bus_access_notifier()61 struct notifier_block *notifier) in iosf_mbi_unregister_pmic_bus_access_notifier_unlocked()
96 struct mmu_notifier notifier; member493 struct mmu_interval_notifier notifier; member526 u64 *pfns, struct svm_notifier *notifier) in nouveau_range_fault()650 struct svm_notifier notifier; in nouveau_svm_fault() local
111 struct mmu_interval_notifier notifier; member
1418 …auto waiter = new Fiber({ receive(cond, received); }), notifier = new Fiber({ send(cond, sent); }); variable
1637 …auto waiter = new Fiber({ receive(cond, received); }), notifier = new Fiber({ send(cond, sent); }); variable
843 struct notifier_ctx *notifier = NULL; in process_sign_request2() local
532 struct mmu_interval_notifier notifier; member