Searched refs:keys (Results 1 – 4 of 4) sorted by relevance
55 static void invert_keys(struct test_key *keys, int size) in invert_keys() argument61 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() argument74 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()
61 bool "Use static keys to set up allocations" if EXPERT64 Use static keys (static branches) to set up KFENCE allocations. This68 Using static keys comes with trade-offs that need to be carefully70 enabling and disabling static keys invoke IPI broadcasts, the latency
297 uint16_t keys[XBC_DEPTH_MAX]; in xbc_node_compose_key_after() local307 keys[depth++] = xbc_node_index(node); in xbc_node_compose_key_after()316 node = xbc_nodes + keys[depth]; in xbc_node_compose_key_after()
597 by pressing various keys while holding SysRq (Alt+PrintScreen). It600 keys are documented in <file:Documentation/admin-guide/sysrq.rst>.2804 tristate "Test static keys"