Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 4 of 4) sorted by relevance

/lib/
Dtest_static_keys.c55 static void invert_keys(struct test_key *keys, int size) in invert_keys() argument
61 if (previous != keys[i].key) { in invert_keys()
62 invert_key(keys[i].key); in invert_keys()
63 previous = keys[i].key; in invert_keys()
68 static int verify_keys(struct test_key *keys, int size, bool invert) in verify_keys() argument
74 ret = static_key_enabled(keys[i].key); in verify_keys()
75 init = keys[i].init_state; in verify_keys()
78 ret = keys[i].test_key(); in verify_keys()
79 if (static_key_enabled(keys[i].key)) { in verify_keys()
DKconfig.kfence61 bool "Use static keys to set up allocations" if EXPERT
64 Use static keys (static branches) to set up KFENCE allocations. This
68 Using static keys comes with trade-offs that need to be carefully
70 enabling and disabling static keys invoke IPI broadcasts, the latency
Dbootconfig.c297 uint16_t keys[XBC_DEPTH_MAX]; in xbc_node_compose_key_after() local
307 keys[depth++] = xbc_node_index(node); in xbc_node_compose_key_after()
316 node = xbc_nodes + keys[depth]; in xbc_node_compose_key_after()
DKconfig.debug597 by pressing various keys while holding SysRq (Alt+PrintScreen). It
600 keys are documented in <file:Documentation/admin-guide/sysrq.rst>.
2804 tristate "Test static keys"