Home
last modified time | relevance | path

Searched refs:KEYRING_SEARCH_MAX_DEPTH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/keys/
H A Dkeyring.c28 #define KEYRING_SEARCH_MAX_DEPTH 6 macro
670 } stack[KEYRING_SEARCH_MAX_DEPTH]; in search_nested_keyrings()
783 if (sp >= KEYRING_SEARCH_MAX_DEPTH) { in search_nested_keyrings()
878 * limit (KEYRING_SEARCH_MAX_DEPTH). The caller must hold the RCU read lock to
/kernel/linux/linux-6.6/security/keys/
H A Dkeyring.c28 #define KEYRING_SEARCH_MAX_DEPTH 6 macro
670 } stack[KEYRING_SEARCH_MAX_DEPTH]; in search_nested_keyrings()
783 if (sp >= KEYRING_SEARCH_MAX_DEPTH) { in search_nested_keyrings()
878 * limit (KEYRING_SEARCH_MAX_DEPTH). The caller must hold the RCU read lock to

Completed in 6 milliseconds