/kernel/linux/linux-5.10/kernel/ |
H A D | notifier.c | 101 * @val_up: Value passed unmodified to the notifier function 103 * from an error on @val_up 110 * Returns: the return value of the @val_up call. 113 unsigned long val_up, unsigned long val_down, in notifier_call_chain_robust() 118 ret = notifier_call_chain(nl, val_up, v, -1, &nr); in notifier_call_chain_robust() 176 unsigned long val_up, unsigned long val_down, void *v) in atomic_notifier_call_chain_robust() 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() 302 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in blocking_notifier_call_chain_robust() 384 unsigned long val_up, unsigne in raw_notifier_call_chain_robust() 112 notifier_call_chain_robust(struct notifier_block **nl, unsigned long val_up, unsigned long val_down, void *v) notifier_call_chain_robust() argument 175 atomic_notifier_call_chain_robust(struct atomic_notifier_head *nh, unsigned long val_up, unsigned long val_down, void *v) atomic_notifier_call_chain_robust() argument 290 blocking_notifier_call_chain_robust(struct blocking_notifier_head *nh, unsigned long val_up, unsigned long val_down, void *v) blocking_notifier_call_chain_robust() argument 383 raw_notifier_call_chain_robust(struct raw_notifier_head *nh, unsigned long val_up, unsigned long val_down, void *v) raw_notifier_call_chain_robust() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | notifier.c | 111 * @val_up: Value passed unmodified to the notifier function 113 * from an error on @val_up 120 * Return: the return value of the @val_up call. 123 unsigned long val_up, unsigned long val_down, in notifier_call_chain_robust() 128 ret = notifier_call_chain(nl, val_up, v, -1, &nr); in notifier_call_chain_robust() 342 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust() 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() 437 return notifier_call_chain_robust(&nh->head, val_up, val_down, v); in raw_notifier_call_chain_robust() 122 notifier_call_chain_robust(struct notifier_block **nl, unsigned long val_up, unsigned long val_down, void *v) notifier_call_chain_robust() argument 341 blocking_notifier_call_chain_robust(struct blocking_notifier_head *nh, unsigned long val_up, unsigned long val_down, void *v) blocking_notifier_call_chain_robust() argument 434 raw_notifier_call_chain_robust(struct raw_notifier_head *nh, unsigned long val_up, unsigned long val_down, void *v) raw_notifier_call_chain_robust() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H 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); 176 unsigned long val_up, unsigned long val_down, void *v);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | notifier.h | 179 unsigned long val_up, unsigned long val_down, void *v); 181 unsigned long val_up, unsigned long val_down, void *v);
|
/kernel/linux/linux-5.10/kernel/power/ |
H A D | power.h | 213 extern int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down);
|
H 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()
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | power.h | 211 extern int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down);
|
H A D | main.c | 127 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()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 2001 * @val_up: value passed unmodified to notifier function 2003 * recovering from an error on @val_up 2012 call_netdevice_notifiers_info_robust(unsigned long val_up, in call_netdevice_notifiers_info_robust() argument 2021 val_up, val_down, info); in call_netdevice_notifiers_info_robust()
|