Searched hist:"79543 cf2b18ea4a35f8864849d7ad8882ea8a23d" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/base/test/ |
H A D | Makefile | 79543cf2b18ea4a35f8864849d7ad8882ea8a23d Thu Sep 29 17:13:14 CEST 2016 Dmitry Torokhov <dtor@chromium.org> driver-core: add test module for asynchronous probing
This test module tries to test asynchronous driver probing by having a driver that sleeps for an extended period of time (5 secs) in its probe() method. It measures the time needed to register this driver (with device already registered) and a new device (with driver already registered). The module will fail to load if the time spent in register call is more than half the probing sleep time.
As a sanity check the driver will then try to synchronously register driver and device and fail if registration takes less than half of the probing sleep time.
Signed-off-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Olof Johansson <olofj@chromium.org> Signed-off-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | test_async_driver_probe.c | 79543cf2b18ea4a35f8864849d7ad8882ea8a23d Thu Sep 29 17:13:14 CEST 2016 Dmitry Torokhov <dtor@chromium.org> driver-core: add test module for asynchronous probing
This test module tries to test asynchronous driver probing by having a driver that sleeps for an extended period of time (5 secs) in its probe() method. It measures the time needed to register this driver (with device already registered) and a new device (with driver already registered). The module will fail to load if the time spent in register call is more than half the probing sleep time.
As a sanity check the driver will then try to synchronously register driver and device and fail if registration takes less than half of the probing sleep time.
Signed-off-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Olof Johansson <olofj@chromium.org> Signed-off-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Kconfig | 79543cf2b18ea4a35f8864849d7ad8882ea8a23d Thu Sep 29 17:13:14 CEST 2016 Dmitry Torokhov <dtor@chromium.org> driver-core: add test module for asynchronous probing
This test module tries to test asynchronous driver probing by having a driver that sleeps for an extended period of time (5 secs) in its probe() method. It measures the time needed to register this driver (with device already registered) and a new device (with driver already registered). The module will fail to load if the time spent in register call is more than half the probing sleep time.
As a sanity check the driver will then try to synchronously register driver and device and fail if registration takes less than half of the probing sleep time.
Signed-off-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Olof Johansson <olofj@chromium.org> Signed-off-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/drivers/base/ |
H A D | Makefile | diff 79543cf2b18ea4a35f8864849d7ad8882ea8a23d Thu Sep 29 17:13:14 CEST 2016 Dmitry Torokhov <dtor@chromium.org> driver-core: add test module for asynchronous probing
This test module tries to test asynchronous driver probing by having a driver that sleeps for an extended period of time (5 secs) in its probe() method. It measures the time needed to register this driver (with device already registered) and a new device (with driver already registered). The module will fail to load if the time spent in register call is more than half the probing sleep time.
As a sanity check the driver will then try to synchronously register driver and device and fail if registration takes less than half of the probing sleep time.
Signed-off-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Olof Johansson <olofj@chromium.org> Signed-off-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Kconfig | diff 79543cf2b18ea4a35f8864849d7ad8882ea8a23d Thu Sep 29 17:13:14 CEST 2016 Dmitry Torokhov <dtor@chromium.org> driver-core: add test module for asynchronous probing
This test module tries to test asynchronous driver probing by having a driver that sleeps for an extended period of time (5 secs) in its probe() method. It measures the time needed to register this driver (with device already registered) and a new device (with driver already registered). The module will fail to load if the time spent in register call is more than half the probing sleep time.
As a sanity check the driver will then try to synchronously register driver and device and fail if registration takes less than half of the probing sleep time.
Signed-off-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Olof Johansson <olofj@chromium.org> Signed-off-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|