Home
last modified time | relevance | path

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

12

/Linux-v5.4/lib/
Dassoc_array.c25 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-v5.4/arch/x86/kernel/apic/
Dlocal.h32 static inline unsigned int __prepare_ICR(unsigned int shortcut, int vector, in __prepare_ICR() argument
35 unsigned int icr = shortcut | dest; in __prepare_ICR()
48 void __default_send_IPI_shortcut(unsigned int shortcut, int vector);
Dipi.c110 void __default_send_IPI_shortcut(unsigned int shortcut, int vector) in __default_send_IPI_shortcut() argument
133 cfg = __prepare_ICR(shortcut, vector, 0); in __default_send_IPI_shortcut()
/Linux-v5.4/net/atm/
Dmpoa_proc.c162 if (in_entry->shortcut) in mpc_show()
164 in_entry->shortcut->vpi, in mpc_show()
165 in_entry->shortcut->vci); in mpc_show()
187 if (eg_entry->shortcut) in mpc_show()
189 eg_entry->shortcut->vpi, in mpc_show()
190 eg_entry->shortcut->vci); in mpc_show()
Dmpc.c559 atm_account_tx(entry->shortcut, skb); 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()
1124 if (eg_entry && eg_entry->shortcut) { in check_qos_and_open_shortcut()
1125 if (eg_entry->shortcut->qos.txtp.traffic_class & in check_qos_and_open_shortcut()
1128 if (eg_entry->shortcut->qos.txtp.traffic_class == ATM_UBR) in check_qos_and_open_shortcut()
[all …]
Dmpoa_caches.c85 if (entry->shortcut == vcc) { in in_cache_get_by_vcc()
139 if (entry->entry_state == INGRESS_RESOLVED && entry->shortcut != NULL) in cache_hit()
154 if (entry->shortcut != NULL) in cache_hit()
159 if (entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL) in cache_hit()
196 vcc = entry->shortcut; in in_cache_remove_entry()
383 if (entry->shortcut == vcc) { in eg_cache_get_by_vcc()
431 vcc = entry->shortcut; in eg_cache_remove_entry()
Dmpoa_caches.h28 struct atm_vcc *shortcut; member
59 struct atm_vcc *shortcut; member
DKconfig56 subnetwork boundaries. These shortcut connections bypass routers
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Daction.c165 nfp_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_fl_pre_lag()
258 nfp_flow->meta.shortcut = output->port; in nfp_fl_output()
970 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_DROP); in nfp_flower_loop_action()
998 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_POPV); in nfp_flower_loop_action()
1011 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1041 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1083 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1098 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1111 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1209 nfp_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_compile_action()
Dmain.h267 __be32 shortcut; member
Doffload.c813 merge_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_merge_action()
815 merge_flow->meta.shortcut = sub_flow2->meta.shortcut; in nfp_flower_merge_action()
/Linux-v5.4/security/keys/
Dkeyring.c676 struct assoc_array_shortcut *shortcut; in search_nested_keyrings() local
745 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings()
746 if ((shortcut->index_key[0] & ASSOC_ARRAY_FAN_MASK) != 0) in search_nested_keyrings()
749 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings()
765 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings()
766 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings()
819 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings()
820 ptr = READ_ONCE(shortcut->back_pointer); in search_nested_keyrings()
821 slot = shortcut->parent_slot; in search_nested_keyrings()
/Linux-v5.4/Documentation/core-api/
Dassoc_array.rst360 * A pointer to a shortcut.
463 Shortcuts are metadata records that jump over a piece of keyspace. A shortcut
467 It is possible for the root of the tree to be a shortcut - say, for example,
469 insertion algorithm will insert a shortcut to skip over the ``1111`` keyspace
484 sufficiently similar, then a shortcut will be inserted into the tree.
494 Each node and shortcut contains a back pointer to its parent and the number of
546 However, when we're changing a shortcut into a node this isn't a problem
Dgfp_mask-from-fs-io.rst22 used as shortcut. It turned out though that above approach has led to
Dmemory-allocation.rst54 is the handy ``GFP_KERNEL_ACCOUNT`` shortcut for ``GFP_KERNEL``
/Linux-v5.4/Documentation/scsi/
Ddc395x.txt34 shortcut for dc395x=7,4,9,15,2,10
/Linux-v5.4/Documentation/driver-api/gpio/
Dboard.rst138 Note that GPIO_LOOKUP() is just a shortcut to GPIO_LOOKUP_IDX() where idx = 0.
/Linux-v5.4/tools/perf/Documentation/
Dperf-top.txt224 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
Dperf-trace.txt23 Alternatively, 'perf trace record' can be used as a shortcut to
Dperf-record.txt346 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
/Linux-v5.4/Documentation/trace/
Dkprobetrace.rst111 space. 'ustring' is a shortcut way of performing the same task. That is,
/Linux-v5.4/Documentation/admin-guide/
Ddynamic-debug-howto.rst17 shortcut for ``print_hex_dump(KERN_DEBUG)``.
/Linux-v5.4/Documentation/filesystems/
Dporting.rst662 to fix shmem_destroy_callback() that used to take that kind of shortcut;
663 watch out, since that shortcut is no longer valid.
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py2854 def CreateAction(label, tip, callback, parent=None, shortcut=None): argument
2856 if shortcut != None:
2857 action.setShortcuts(shortcut)
/Linux-v5.4/Documentation/admin-guide/LSM/
DSmack.rst211 The "::" address shortcut is not supported.

12