| /OK3568_Linux_fs/kernel/lib/ |
| H A D | assoc_array.c | 25 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 …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3.cfg | 59 [shortcut] 89 [shortcut] 109 [shortcut] 139 [shortcut] 159 [shortcut] 179 [shortcut] 199 [shortcut] 220 [shortcut] 240 [shortcut] 260 [shortcut] [all …]
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0004-Support-key-press-and-release-events.patch | 70 static const char *config_key_event(char *shortcut, char *exec) { 77 @@ -547,6 +545,10 @@ static const char *config_key_event(char *shortcut, char *exec) { 81 + value = shortcut; 83 + shortcut = config_trim_string(shortcut); 85 if((code = strrchr(shortcut, '+')) != NULL) { 88 @@ -570,6 +572,16 @@ static const char *config_key_event(char *shortcut, char *exec) {
|
| H A D | 0005-Support-sync-events.patch | 50 @@ -549,6 +549,12 @@ static const char *config_key_event(char *shortcut, char *exec) { 52 shortcut = config_trim_string(shortcut); 55 + if (shortcut[0] == '*') { 57 + shortcut++; 60 if((code = strrchr(shortcut, '+')) != NULL) {
|
| H A D | 0002-Support-parsing-configfile-.d-.conf.patch | 117 static const char *config_key_event(char *shortcut, char *exec) {
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | mpoa_proc.c | 159 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()
|
| H A D | mpc.c | 559 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 …]
|
| H A D | mpoa_caches.c | 85 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()
|
| H A D | mpoa_caches.h | 28 struct atm_vcc *shortcut; member 59 struct atm_vcc *shortcut; member
|
| H A D | Kconfig | 56 subnetwork boundaries. These shortcut connections bypass routers
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | local.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() 49 void __default_send_IPI_shortcut(unsigned int shortcut, int vector);
|
| H A D | ipi.c | 111 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 166 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()
|
| H A D | main.h | 296 __be32 shortcut; member
|
| H A D | offload.c | 899 merge_flow->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_NULL); in nfp_flower_merge_action() 901 merge_flow->meta.shortcut = sub_flow2->meta.shortcut; in nfp_flower_merge_action()
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | keyring.c | 672 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | main.qml | 114 shortcut: StandardKey.Open 121 shortcut: StandardKey.Save 128 shortcut: StandardKey.Quit
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Controller.m | 161 NSString *title, *shortcut = @""; 168 shortcut = [group objectAtIndex:2]; 174 keyEquivalent:shortcut atIndex:0]; 239 NSString *name, *shortcut; 242 shortcut = list[i][1]; 245 shortcut = @""; 249 keyEquivalent:shortcut]; 257 keyEquivalent:shortcut
|
| /OK3568_Linux_fs/buildroot/package/tovid/ |
| H A D | 0001-manpage.patch | 23 # Desktop shortcut
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | assoc_array.rst | 360 * 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
|
| H A D | gfp_mask-from-fs-io.rst | 22 used as shortcut. It turned out though that above approach has led to
|
| H A D | memory-allocation.rst | 54 is the handy ``GFP_KERNEL_ACCOUNT`` shortcut for ``GFP_KERNEL``
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 16-fix-space-to-de-select-options.patch | 19 not as shortcut to jump to prompt.
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | dc395x.rst | 37 shortcut for dc395x=7,4,9,15,2,10
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | board.rst | 143 2. GPIO_LOOKUP() is just a shortcut to GPIO_LOOKUP_IDX() where idx = 0.
|