mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-07 16:49:58 +00:00
515.48.07
This commit is contained in:
@@ -41,7 +41,7 @@ extern "C" {
|
||||
*
|
||||
* @details Order of values is not necessarily increasing or sorted, but order is
|
||||
* preserved across mutation. Please see
|
||||
* http://en.wikipedia.org/wiki/Sequence for a formal definition.
|
||||
* https://en.wikipedia.org/wiki/Sequence for a formal definition.
|
||||
*
|
||||
* The provided interface is abstract, decoupling the user from the underlying
|
||||
* list implementation. Two options are available with regard to memory
|
||||
|
||||
@@ -70,9 +70,9 @@
|
||||
* - No HW random support (older CPUs)
|
||||
*
|
||||
* For additional information, see these links:
|
||||
* - http://www.2uo.de/myths-about-urandom/
|
||||
* - https://www.2uo.de/myths-about-urandom/
|
||||
* - https://bugs.ruby-lang.org/issues/9569
|
||||
* - http://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key
|
||||
* - https://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -198,7 +198,7 @@ NvBool nvDbgBreakpointEnabled(void);
|
||||
* coverage.
|
||||
*
|
||||
* - See @ref PORT_ASSERT for usage example.
|
||||
* - See http://www.bullseye.com/help/build-exclude.html for more details.
|
||||
* - See https://www.bullseye.com/help/build-exclude.html for more details.
|
||||
*/
|
||||
/**
|
||||
* @def PORT_COVERAGE_PUSH_ON()
|
||||
|
||||
@@ -110,7 +110,7 @@ void portSyncShutdown(void);
|
||||
* @brief A spinlock data type.
|
||||
*
|
||||
* For documentation on what a spinlock is and how it behaves see
|
||||
* http://en.wikipedia.org/wiki/Spinlock
|
||||
* https://en.wikipedia.org/wiki/Spinlock
|
||||
*
|
||||
* - A valid spinlock is any which is non-NULL
|
||||
* - Spinlocks are not recursive.
|
||||
|
||||
Reference in New Issue
Block a user