Home
last modified time | relevance | path

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

/Linux-v4.19/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()
41 cursor = READ_ONCE(shortcut->next_node); /* Address dependency. */ in assoc_array_subtree_iterate()
100 shortcut = assoc_array_ptr_to_shortcut(parent); in assoc_array_subtree_iterate()
102 parent = READ_ONCE(shortcut->back_pointer); /* Address dependency. */ in assoc_array_subtree_iterate()
103 slot = shortcut->parent_slot; in assoc_array_subtree_iterate()
162 struct assoc_array_shortcut *shortcut; member
179 struct assoc_array_shortcut *shortcut; in assoc_array_walk() local
246 shortcut = assoc_array_ptr_to_shortcut(cursor); in assoc_array_walk()
247 pr_devel("shortcut to %d\n", shortcut->skip_to_level); in assoc_array_walk()
[all …]
/Linux-v4.19/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()
60 void __default_send_IPI_shortcut(unsigned int shortcut, int vector, unsigned int dest);
/Linux-v4.19/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.c558 atm_account_tx(entry->shortcut, skb); in send_via_shortcut()
559 entry->shortcut->send(entry->shortcut, skb); in send_via_shortcut()
638 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach()
670 in_entry->shortcut = NULL; in mpc_vcc_close()
676 eg_entry->shortcut = NULL; in mpc_vcc_close()
753 if (eg->shortcut == NULL) { in mpc_push()
754 eg->shortcut = vcc; in mpc_push()
1123 if (eg_entry && eg_entry->shortcut) { in check_qos_and_open_shortcut()
1124 if (eg_entry->shortcut->qos.txtp.traffic_class & in check_qos_and_open_shortcut()
1127 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()
197 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.h28 struct atm_vcc *shortcut; member
59 struct atm_vcc *shortcut; member
DKconfig55 subnetwork boundaries. These shortcut connections bypass routers
/Linux-v4.19/arch/x86/kernel/apic/
Dipi.c21 void __default_send_IPI_shortcut(unsigned int shortcut, int vector, unsigned int dest) in __default_send_IPI_shortcut() argument
40 cfg = __prepare_ICR(shortcut, vector, dest); in __default_send_IPI_shortcut()
/Linux-v4.19/security/keys/
Dkeyring.c649 struct assoc_array_shortcut *shortcut; in search_nested_keyrings() local
715 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings()
716 if ((shortcut->index_key[0] & ASSOC_ARRAY_FAN_MASK) != 0) in search_nested_keyrings()
719 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings()
735 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings()
736 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings()
789 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings()
790 ptr = READ_ONCE(shortcut->back_pointer); in search_nested_keyrings()
791 slot = shortcut->parent_slot; in search_nested_keyrings()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Daction.c119 nfp_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_fl_pre_lag()
196 nfp_flow->meta.shortcut = output->port; in nfp_fl_output()
726 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_DROP); in nfp_flower_loop_action()
746 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_POPV); in nfp_flower_loop_action()
755 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
779 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
846 nfp_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_compile_action()
Dmain.h218 __be32 shortcut; member
/Linux-v4.19/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.rst20 used as shortcut. It turned out though that above approach has led to
/Linux-v4.19/Documentation/scsi/
Ddc395x.txt34 shortcut for dc395x=7,4,9,15,2,10
/Linux-v4.19/Documentation/driver-api/gpio/
Dboard.rst138 Note that GPIO_LOOKUP() is just a shortcut to GPIO_LOOKUP_IDX() where idx = 0.
/Linux-v4.19/tools/perf/Documentation/
Dperf-top.txt221 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.txt330 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
/Linux-v4.19/Documentation/filesystems/
Dporting536 to fix shmem_destroy_callback() that used to take that kind of shortcut;
537 watch out, since that shortcut is no longer valid.
/Linux-v4.19/Documentation/admin-guide/
Ddynamic-debug-howto.rst17 shortcut for ``print_hex_dump(KERN_DEBUG)``.
Dcgroup-v2.rst1991 effectively abusing cgroup as a shortcut to implementing public APIs
Dkernel-parameters.txt2124 as there's no ambiguity shortcut notation is allowed.
/Linux-v4.19/Documentation/admin-guide/LSM/
DSmack.rst211 The "::" address shortcut is not supported.
/Linux-v4.19/arch/m68k/ifpsp060/src/
Dfpsp.S15862 # quick shortcut. #