Home
last modified time | relevance | path

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

12

/linux/lib/
A Dassoc_array.c99 slot = shortcut->parent_slot; in assoc_array_subtree_iterate()
270 result->wrong_shortcut.shortcut = shortcut; in assoc_array_walk()
368 cursor = shortcut->next_node; in assoc_array_destroy_subtree()
410 parent = shortcut->back_pointer; in assoc_array_destroy_subtree()
411 slot = shortcut->parent_slot; in assoc_array_destroy_subtree()
413 kfree(shortcut); in assoc_array_destroy_subtree()
803 shortcut = result->wrong_shortcut.shortcut; in assoc_array_insert_mid_shortcut()
823 if (!shortcut->back_pointer) { in assoc_array_insert_mid_shortcut()
1385 ptr = shortcut->back_pointer; in assoc_array_apply_edit()
1502 cursor = shortcut->next_node; in assoc_array_gc()
[all …]
/linux/net/atm/
A Dmpoa_proc.c159 if (in_entry->shortcut) in mpc_show()
161 in_entry->shortcut->vpi, in mpc_show()
162 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()
A Dmpc.c560 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()
1129 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1131 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1133 if (entry->shortcut) { in check_qos_and_open_shortcut()
1185 entry->shortcut != NULL) { in MPOA_res_reply_rcvd()
[all …]
A 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()
A Dmpoa_caches.h28 struct atm_vcc *shortcut; member
59 struct atm_vcc *shortcut; member
A DKconfig56 subnetwork boundaries. These shortcut connections bypass routers
/linux/arch/x86/kernel/apic/
A Dlocal.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()
49 void __default_send_IPI_shortcut(unsigned int shortcut, int vector);
A Dipi.c111 void __default_send_IPI_shortcut(unsigned int shortcut, int vector) in __default_send_IPI_shortcut() argument
134 cfg = __prepare_ICR(shortcut, vector, 0); in __default_send_IPI_shortcut()
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c166 nfp_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_fl_pre_lag()
259 nfp_flow->meta.shortcut = output->port; in nfp_fl_output()
999 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_DROP); in nfp_flower_loop_action()
1027 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_POPV); in nfp_flower_loop_action()
1040 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1070 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1112 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1127 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1140 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_loop_action()
1242 nfp_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_compile_action()
A Dmain.h304 __be32 shortcut; member
A Doffload.c897 merge_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_merge_action()
899 merge_flow->meta.shortcut = sub_flow2->meta.shortcut; in nfp_flower_merge_action()
/linux/security/keys/
A Dkeyring.c672 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()
815 shortcut = assoc_array_ptr_to_shortcut(ptr); in search_nested_keyrings()
816 ptr = READ_ONCE(shortcut->back_pointer); in search_nested_keyrings()
817 slot = shortcut->parent_slot; in search_nested_keyrings()
/linux/Documentation/core-api/
A 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
A Dgfp_mask-from-fs-io.rst22 used as shortcut. It turned out though that above approach has led to
A Dmemory-allocation.rst54 is the handy ``GFP_KERNEL_ACCOUNT`` shortcut for ``GFP_KERNEL``
/linux/Documentation/scsi/
A Ddc395x.rst37 shortcut for dc395x=7,4,9,15,2,10
/linux/Documentation/driver-api/gpio/
A Dboard.rst143 2. GPIO_LOOKUP() is just a shortcut to GPIO_LOOKUP_IDX() where idx = 0.
/linux/Documentation/trace/
A Dkprobetrace.rst114 space. 'ustring' is a shortcut way of performing the same task. That is,
/linux/tools/perf/Documentation/
A Dperf-trace.txt23 Alternatively, 'perf trace record' can be used as a shortcut to
A Dperf-top.txt235 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
A Dperf-record.txt365 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
/linux/Documentation/admin-guide/
A Ddynamic-debug-howto.rst22 shortcut for ``print_hex_dump(KERN_DEBUG)``.
/linux/Documentation/filesystems/
A 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/tools/perf/scripts/python/
A Dexported-sql-viewer.py4237 def CreateAction(label, tip, callback, parent=None, shortcut=None): argument
4239 if shortcut != None:
4240 action.setShortcuts(shortcut)
/linux/Documentation/networking/
A Dtimestamping.rst760 issues are: the MAC driver takes a shortcut and only checks whether

Completed in 61 milliseconds

12