Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dnotifier.c123 unsigned long val_up, unsigned long val_down, in notifier_call_chain_robust() argument
130 notifier_call_chain(nl, val_down, v, nr-1, NULL); in notifier_call_chain_robust()
342 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust() argument
353 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in blocking_notifier_call_chain_robust()
435 unsigned long val_up, unsigned long val_down, void *v) in raw_notifier_call_chain_robust() argument
437 return notifier_call_chain_robust(&nh->head, val_up, val_down, v); in raw_notifier_call_chain_robust()
/openbmc/linux/include/linux/
H A Dnotifier.h179 unsigned long val_up, unsigned long val_down, void *v);
181 unsigned long val_up, unsigned long val_down, void *v);
/openbmc/linux/kernel/power/
H A Dpower.h211 extern int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down);
H A Dmain.c127 int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down) in pm_notifier_call_chain_robust() argument
131 ret = blocking_notifier_call_chain_robust(&pm_chain_head, val_up, val_down, NULL); in pm_notifier_call_chain_robust()
/openbmc/linux/net/core/
H A Ddev.c2013 unsigned long val_down, in call_netdevice_notifiers_info_robust() argument
2021 val_up, val_down, info); in call_netdevice_notifiers_info_robust()