Home
last modified time | relevance | path

Searched refs:shortcut (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/lib/
Dassoc_array.c29 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/
Dipi.h33 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/
Dmpoa_proc.c160 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()
Dmpc.c558 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 …]
Dmpoa_caches.c84 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()
Dmpoa_caches.h25 struct atm_vcc *shortcut; member
56 struct atm_vcc *shortcut; member
DKconfig55 subnetwork boundaries. These shortcut connections bypass routers
/linux-4.1.27/security/keys/
Dkeyring.c621 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/
Dassoc_array.txt382 (*) 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
Ddynamic-debug-howto.txt14 shortcut for print_hex_dump(KERN_DEBUG).
Dkernel-parameters.txt1776 as there's no ambiguity shortcut notation is allowed.
/linux-4.1.27/Documentation/scsi/
Ddc395x.txt34 shortcut for dc395x=7,4,9,15,2,10
Dtmscsim.txt340 allows it. If you meet problems, you can use tmscsim=-1 which is a shortcut
/linux-4.1.27/Documentation/gpio/
Dboard.txt121 Note that GPIO_LOOKUP() is just a shortcut to GPIO_LOOKUP_IDX() where idx = 0.
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt23 Alternatively, 'perf trace record' can be used as a shortcut to
Dperf-record.txt194 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt439 shortcut comes with high risk. We go through what we go through for
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S15862 # quick shortcut. #