Searched refs:val_down (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/kernel/ |
A D | notifier.c | 117 unsigned long val_up, unsigned long val_down, in notifier_call_chain_robust() argument 124 notifier_call_chain(nl, val_down, v, nr-1, NULL); in notifier_call_chain_robust() 336 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust() argument 347 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in blocking_notifier_call_chain_robust() 429 unsigned long val_up, unsigned long val_down, void *v) in raw_notifier_call_chain_robust() argument 431 return notifier_call_chain_robust(&nh->head, val_up, val_down, v); in raw_notifier_call_chain_robust()
|
/linux-6.3-rc2/include/linux/ |
A D | notifier.h | 177 unsigned long val_up, unsigned long val_down, void *v); 179 unsigned long val_up, unsigned long val_down, void *v);
|
/linux-6.3-rc2/kernel/power/ |
A D | power.h | 216 extern int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down);
|
A D | main.c | 86 int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down) in pm_notifier_call_chain_robust() argument 90 ret = blocking_notifier_call_chain_robust(&pm_chain_head, val_up, val_down, NULL); in pm_notifier_call_chain_robust()
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 1955 unsigned long val_down, in call_netdevice_notifiers_info_robust() argument 1963 val_up, val_down, info); in call_netdevice_notifiers_info_robust()
|
Completed in 25 milliseconds