Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dnotifier.c113 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()
176 unsigned long val_up, unsigned long val_down, void *v) in atomic_notifier_call_chain_robust() argument
186 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in atomic_notifier_call_chain_robust()
291 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust() argument
302 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in blocking_notifier_call_chain_robust()
384 unsigned long val_up, unsigned long val_down, void *v) in raw_notifier_call_chain_robust() argument
386 return notifier_call_chain_robust(&nh->head, val_up, val_down, v); in raw_notifier_call_chain_robust()
/Linux-v5.10/include/linux/
Dnotifier.h172 unsigned long val_up, unsigned long val_down, void *v);
174 unsigned long val_up, unsigned long val_down, void *v);
176 unsigned long val_up, unsigned long val_down, void *v);
/Linux-v5.10/kernel/power/
Dpower.h213 extern int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down);
Dmain.c83 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()