/linux-4.1.27/lib/ |
D | assoc_array.c | 29 const struct assoc_array_shortcut *shortcut; in assoc_array_subtree_iterate() local 40 shortcut = assoc_array_ptr_to_shortcut(cursor); in assoc_array_subtree_iterate() 42 cursor = ACCESS_ONCE(shortcut->next_node); in assoc_array_subtree_iterate() 107 shortcut = assoc_array_ptr_to_shortcut(parent); in assoc_array_subtree_iterate() 110 parent = ACCESS_ONCE(shortcut->back_pointer); in assoc_array_subtree_iterate() 111 slot = shortcut->parent_slot; in assoc_array_subtree_iterate() 170 struct assoc_array_shortcut *shortcut; member 187 struct assoc_array_shortcut *shortcut; in assoc_array_walk() local 256 shortcut = assoc_array_ptr_to_shortcut(cursor); in assoc_array_walk() 258 pr_devel("shortcut to %d\n", shortcut->skip_to_level); in assoc_array_walk() [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | ipi.h | 33 static inline unsigned int __prepare_ICR(unsigned int shortcut, int vector, in __prepare_ICR() argument 36 unsigned int icr = shortcut | dest; in __prepare_ICR() 61 __default_send_IPI_shortcut(unsigned int shortcut, int vector, unsigned int dest) in __default_send_IPI_shortcut() argument 80 cfg = __prepare_ICR(shortcut, vector, dest); in __default_send_IPI_shortcut()
|
/linux-4.1.27/net/atm/ |
D | mpoa_proc.c | 160 if (in_entry->shortcut) in mpc_show() 162 in_entry->shortcut->vpi, in mpc_show() 163 in_entry->shortcut->vci); in mpc_show() 184 if (eg_entry->shortcut) in mpc_show() 186 eg_entry->shortcut->vpi, in mpc_show() 187 eg_entry->shortcut->vci); in mpc_show()
|
D | mpc.c | 558 atomic_add(skb->truesize, &sk_atm(entry->shortcut)->sk_wmem_alloc); in send_via_shortcut() 559 ATM_SKB(skb)->atm_options = entry->shortcut->atm_options; in send_via_shortcut() 560 entry->shortcut->send(entry->shortcut, skb); in send_via_shortcut() 639 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach() 671 in_entry->shortcut = NULL; in mpc_vcc_close() 677 eg_entry->shortcut = NULL; in mpc_vcc_close() 754 if (eg->shortcut == NULL) { in mpc_push() 755 eg->shortcut = vcc; in mpc_push() 1125 if (eg_entry && eg_entry->shortcut) { in check_qos_and_open_shortcut() 1126 if (eg_entry->shortcut->qos.txtp.traffic_class & in check_qos_and_open_shortcut() [all …]
|
D | mpoa_caches.c | 84 if (entry->shortcut == vcc) { in in_cache_get_by_vcc() 138 if (entry->entry_state == INGRESS_RESOLVED && entry->shortcut != NULL) in cache_hit() 153 if (entry->shortcut != NULL) in cache_hit() 158 if (entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL) in cache_hit() 196 vcc = entry->shortcut; in in_cache_remove_entry() 384 if (entry->shortcut == vcc) { in eg_cache_get_by_vcc() 433 vcc = entry->shortcut; in eg_cache_remove_entry()
|
D | mpoa_caches.h | 25 struct atm_vcc *shortcut; member 56 struct atm_vcc *shortcut; member
|
D | Kconfig | 55 subnetwork boundaries. These shortcut connections bypass routers
|
/linux-4.1.27/security/keys/ |
D | keyring.c | 621 struct assoc_array_shortcut *shortcut; in search_nested_keyrings() local 687 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 689 if ((shortcut->index_key[0] & ASSOC_ARRAY_FAN_MASK) != 0) in search_nested_keyrings() 692 ptr = ACCESS_ONCE(shortcut->next_node); in search_nested_keyrings() 710 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 712 ptr = ACCESS_ONCE(shortcut->next_node); in search_nested_keyrings() 766 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings() 768 ptr = ACCESS_ONCE(shortcut->back_pointer); in search_nested_keyrings() 769 slot = shortcut->parent_slot; in search_nested_keyrings()
|
/linux-4.1.27/Documentation/ |
D | assoc_array.txt | 382 (*) A pointer to a shortcut. 484 Shortcuts are metadata records that jump over a piece of keyspace. A shortcut 488 It is possible for the root of the tree to be a shortcut - say, for example, 490 algorithm will insert a shortcut to skip over the '1111' keyspace in a single 504 sufficiently similar, then a shortcut will be inserted into the tree. 514 Each node and shortcut contains a back pointer to its parent and the number of 566 However, when we're changing a shortcut into a node this isn't a problem
|
D | dynamic-debug-howto.txt | 14 shortcut for print_hex_dump(KERN_DEBUG).
|
D | kernel-parameters.txt | 1776 as there's no ambiguity shortcut notation is allowed.
|
/linux-4.1.27/Documentation/scsi/ |
D | dc395x.txt | 34 shortcut for dc395x=7,4,9,15,2,10
|
D | tmscsim.txt | 340 allows it. If you meet problems, you can use tmscsim=-1 which is a shortcut
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 121 Note that GPIO_LOOKUP() is just a shortcut to GPIO_LOOKUP_IDX() where idx = 0.
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-trace.txt | 23 Alternatively, 'perf trace record' can be used as a shortcut to
|
D | perf-record.txt | 194 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 439 shortcut comes with high risk. We go through what we go through for
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 15862 # quick shortcut. #
|