Searched refs:val_down (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/ |
A D | notifier.c | 113 unsigned long val_up, unsigned long val_down, in notifier_call_chain_robust() argument 120 notifier_call_chain(nl, val_down, v, nr-1, NULL); in notifier_call_chain_robust() 272 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust() argument 283 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in blocking_notifier_call_chain_robust() 365 unsigned long val_up, unsigned long val_down, void *v) in raw_notifier_call_chain_robust() argument 367 return notifier_call_chain_robust(&nh->head, val_up, val_down, v); in raw_notifier_call_chain_robust()
|
/linux/include/linux/ |
A D | notifier.h | 172 unsigned long val_up, unsigned long val_down, void *v); 174 unsigned long val_up, unsigned long val_down, void *v);
|
/linux/kernel/power/ |
A D | power.h | 215 extern int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down);
|
A D | main.c | 83 int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down) in pm_notifier_call_chain_robust() argument 87 ret = blocking_notifier_call_chain_robust(&pm_chain_head, val_up, val_down, NULL); in pm_notifier_call_chain_robust()
|
Completed in 22 milliseconds