| /linux/lib/ |
| H A D | assoc_array.c | 25 const struct assoc_array_shortcut *shortcut; in assoc_array_subtree_iterate() local 36 shortcut = assoc_array_ptr_to_shortcut(cursor); in assoc_array_subtree_iterate() 37 cursor = READ_ONCE(shortcut->next_node); /* Address dependency. */ in assoc_array_subtree_iterate() 96 shortcut = assoc_array_ptr_to_shortcut(parent); in assoc_array_subtree_iterate() 98 parent = READ_ONCE(shortcut->back_pointer); /* Address dependency. */ in assoc_array_subtree_iterate() 99 slot = shortcut->parent_slot; in assoc_array_subtree_iterate() 158 struct assoc_array_shortcut *shortcut; member 175 struct assoc_array_shortcut *shortcut; in assoc_array_walk() local 242 shortcut = assoc_array_ptr_to_shortcut(cursor); in assoc_array_walk() 243 pr_devel("shortcut to %d\n", shortcut->skip_to_level); in assoc_array_walk() [all …]
|
| /linux/security/keys/ |
| H A D | keyring.c | 672 struct assoc_array_shortcut *shortcut; in search_nested_keyrings() local 741 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 742 if ((shortcut->index_key[0] & ASSOC_ARRAY_FAN_MASK) != 0) in search_nested_keyrings() 745 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings() 761 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 762 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings() 818 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 819 ptr = READ_ONCE(shortcut->back_pointer); in search_nested_keyrings() 820 slot = shortcut->parent_slot; in search_nested_keyrings()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-oxp | 11 shortcut over the AT keyboard of the device. In addition,
|
| /linux/Documentation/core-api/ |
| H A D | assoc_array.rst | 360 * A pointer to a shortcut. 473 Shortcuts are metadata records that jump over a piece of keyspace. A shortcut 477 It is possible for the root of the tree to be a shortcut - say, for example, 479 insertion algorithm will insert a shortcut to skip over the ``1111`` keyspace 494 sufficiently similar, then a shortcut will be inserted into the tree. 504 Each node and shortcut contains a back pointer to its parent and the number of 556 However, when we're changing a shortcut into a node this isn't a problem
|
| H A D | memory-allocation.rst | 55 is the handy ``GFP_KERNEL_ACCOUNT`` shortcut for ``GFP_KERNEL``
|
| /linux/Documentation/scsi/ |
| H A D | dc395x.rst | 34 shortcut for dc395x=7,4,9,15,2,10
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | offload.c | 901 merge_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_merge_action() 903 merge_flow->meta.shortcut = sub_flow2->meta.shortcut; in nfp_flower_merge_action()
|
| H A D | main.h | 412 __be32 shortcut; member
|
| /linux/Documentation/trace/ |
| H A D | kprobetrace.rst | 142 space. 'ustring' is a shortcut way of performing the same task. That is,
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 23 Alternatively, 'perf trace record' can be used as a shortcut to
|
| H A D | perf-top.txt | 243 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
| H A D | perf-record.txt | 435 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
| /linux/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 379 just a shortcut for ``print_hex_dump(KERN_DEBUG)``.
|
| H A D | cgroup-v2.rst | 3292 effectively abusing cgroup as a shortcut to implementing public APIs
|
| H A D | kernel-parameters.txt | 3452 as there is no ambiguity, shortcut notation is allowed.
|
| /linux/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 27 Usermode can supply NULL for ``cpus`` and 0 for ``cpusetsize`` as a shortcut for
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 4240 def CreateAction(label, tip, callback, parent=None, shortcut=None): argument 4242 if shortcut != None: 4243 action.setShortcuts(shortcut)
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 211 The "::" address shortcut is not supported.
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 15862 # quick shortcut. #
|