Searched refs:ndrv (Results 1 – 3 of 3) sorted by relevance
87 void (*atomic_cb)(struct notif_driver *ndrv, enum notif_event ev);88 void (*yielding_cb)(struct notif_driver *ndrv, enum notif_event ev);131 void notif_register_driver(struct notif_driver *ndrv);132 void notif_unregister_driver(struct notif_driver *ndrv);134 static inline void notif_register_driver(struct notif_driver *ndrv __unused) in notif_register_driver()138 static inline void notif_unregister_driver(struct notif_driver *ndrv __unused) in notif_unregister_driver()
121 void notif_register_driver(struct notif_driver *ndrv) in notif_register_driver() argument127 SLIST_INSERT_HEAD(¬if_driver_head, ndrv, link); in notif_register_driver()132 void notif_unregister_driver(struct notif_driver *ndrv) in notif_unregister_driver() argument138 SLIST_REMOVE(¬if_driver_head, ndrv, notif_driver, link); in notif_unregister_driver()
136 static void atomic_console_notif(struct notif_driver *ndrv __unused, in atomic_console_notif()143 static void yielding_console_notif(struct notif_driver *ndrv __unused, in yielding_console_notif()
Completed in 4 milliseconds