Searched refs:notifier_to_errno (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/kernel/
H A Dcpu_pm.c37 return notifier_to_errno(ret);
49 return notifier_to_errno(ret);
/linux-master/net/core/
H A Dfib_notifier.c25 return notifier_to_errno(err);
36 return notifier_to_errno(err);
H A Ddev.c1225 ret = notifier_to_errno(ret);
1420 ret = notifier_to_errno(ret);
1653 err = notifier_to_errno(err);
7794 ret = notifier_to_errno(ret);
7805 ret = notifier_to_errno(ret);
8065 err = notifier_to_errno(rc);
8196 return notifier_to_errno(rc);
8231 return notifier_to_errno(rc);
8827 err = notifier_to_errno(err);
8837 err = notifier_to_errno(er
[all...]
/linux-master/include/linux/
H A Dnotifier.h205 static inline int notifier_to_errno(int ret) function
H A Dif_vlan.h96 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev));
108 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev));
/linux-master/net/bridge/
H A Dbr_switchdev.c102 err = notifier_to_errno(err);
310 return notifier_to_errno(err);
381 err = notifier_to_errno(err);
408 return notifier_to_errno(err);
594 return notifier_to_errno(err);
/linux-master/net/switchdev/
H A Dswitchdev.c146 err = notifier_to_errno(rc);
237 err = notifier_to_errno(rc);
914 return notifier_to_errno(err);
960 return notifier_to_errno(err);
/linux-master/drivers/net/wan/
H A Dhdlc.c304 err = notifier_to_errno(err);
/linux-master/net/dsa/
H A Duser.c2903 if (notifier_to_errno(err))
2935 if (notifier_to_errno(err))
3314 if (notifier_to_errno(err))
3318 if (notifier_to_errno(err))
3322 if (notifier_to_errno(err))
3326 if (notifier_to_errno(err))
3330 if (notifier_to_errno(err))
3334 if (notifier_to_errno(err))
3343 if (notifier_to_errno(err))
3347 if (notifier_to_errno(er
[all...]
H A Dswitch.c1091 return notifier_to_errno(err);
/linux-master/drivers/of/
H A Doverlay.c171 if (notifier_to_errno(ret)) {
172 ret = notifier_to_errno(ret);
H A Ddynamic.c92 return notifier_to_errno(rc);
/linux-master/arch/arm/common/
H A DbL_switcher.c404 return notifier_to_errno(ret);
/linux-master/net/ipv4/
H A Dnexthop.c263 return notifier_to_errno(err);
364 return notifier_to_errno(err);
436 return notifier_to_errno(err);
457 return notifier_to_errno(err);
791 return notifier_to_errno(err);
H A Ddevinet.c535 ret = notifier_to_errno(ret);
/linux-master/mm/
H A Dmemory_hotplug.c1176 ret = notifier_to_errno(ret);
2015 ret = notifier_to_errno(ret);
/linux-master/drivers/platform/surface/
H A Dsurface_acpi_notify.c143 return notifier_to_errno(ret);
/linux-master/drivers/base/
H A Dmemory.c217 ret = notifier_to_errno(ret);
/linux-master/kernel/power/
H A Dmain.c104 return notifier_to_errno(ret);
/linux-master/drivers/pmdomain/
H A Dcore.c592 ret = notifier_to_errno(ret);
643 ret = notifier_to_errno(ret);
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c373 ret = notifier_to_errno(ret);
/linux-master/drivers/net/team/
H A Dteam.c2156 err = notifier_to_errno(err);
/linux-master/kernel/module/
H A Dmain.c2785 err = notifier_to_errno(err);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c320 return notifier_to_errno(ret);
506 return notifier_to_errno(rc);
/linux-master/drivers/net/
H A Dtun.c3228 ret = notifier_to_errno(ret);

Completed in 326 milliseconds

12