android_kernel_xiaomi_sm8350/drivers/net/ehea
Sebastien Dugue 2eefbd63d0 ehea: fix mutex and spinlock use
Looks like to me that the ehea_fw_handles.lock mutex and the
ehea_bcmc_regs.lock spinlock are taken much longer than necessary and could
as well be pushed inside the functions that need them
(ehea_update_firmware_handles() and ehea_update_bcmc_registrations())
rather than at each callsite.

Signed-off-by: Sebastien Dugue <sebastien.dugue@bull.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-09-24 18:58:55 -04:00
..
ehea_ethtool.c
ehea_hcall.h
ehea_hw.h
ehea_main.c ehea: fix mutex and spinlock use 2008-09-24 18:58:55 -04:00
ehea_phyp.c ehea: fix phyp debugging typo 2008-09-24 18:48:53 -04:00
ehea_phyp.h
ehea_qmr.c ehea: Fix DLPAR memory handling 2008-09-24 18:49:00 -04:00
ehea_qmr.h
ehea.h ehea: fix race condition 2008-07-04 08:10:41 -04:00
Makefile