Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Draw.c104 static struct raw_sock *raw_busy_notifier; variable
325 if (unlikely(raw_busy_notifier)) /* Check for reentrant bug. */ in raw_notifier()
329 list_for_each_entry(raw_busy_notifier, &raw_notifier_list, notifier) { in raw_notifier()
331 raw_notify(raw_busy_notifier, msg, dev); in raw_notifier()
334 raw_busy_notifier = NULL; in raw_notifier()
384 while (raw_busy_notifier == ro) { in raw_release()