| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/powerpc/power8/ |
| D | memory.json | 5 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data … 6 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 11 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for a demand … 12 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 47 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for a demand… 48 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 54 …mp Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump Scope(G… 59 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 60 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… [all …]
|
| D | frontend.json | 71 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for an instru… 72 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 239 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for an instr… 240 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 245 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 246 …mp Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump Scope(G… 251 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 252 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… 275 …"BriefDescription": "Initial and Final Pump Scope was system pump (prediction=correct) for an inst… 276 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was system p… [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/power8/ |
| D | memory.json | 5 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data … 6 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 11 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for a demand … 12 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 47 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for a demand… 48 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 54 …mp Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump Scope(G… 59 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 60 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… [all …]
|
| D | frontend.json | 71 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for an instru… 72 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 239 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for an instr… 240 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 245 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 246 …mp Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump Scope(G… 251 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 252 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… 275 …"BriefDescription": "Initial and Final Pump Scope was system pump (prediction=correct) for an inst… 276 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was system p… [all …]
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | psscope.c | 4 * Module Name: psscope - Parser scope stack management routines 32 return (parser_state->scope->parse_scope.op); in acpi_ps_get_parent_scope() 41 * RETURN: Boolean, TRUE = scope completed. 44 * 1) AML pointer is at or beyond the end of the scope 45 * 2) The scope argument count has reached zero. 53 ((parser_state->aml >= parser_state->scope->parse_scope.arg_end in acpi_ps_has_completed_scope() 54 || !parser_state->scope->parse_scope.arg_count))); in acpi_ps_has_completed_scope() 62 * root - the Root Node of this new scope 66 * DESCRIPTION: Allocate and init a new scope object 74 union acpi_generic_state *scope; in acpi_ps_init_scope() local [all …]
|
| D | dswscope.c | 4 * Module Name: dswscope - Scope stack manipulation 25 * DESCRIPTION: Pop (and free) everything on the scope stack except the 26 * root scope object (which remains at the stack top.) 37 /* Pop a scope off the stack */ in acpi_ds_scope_stack_clear() 40 walk_state->scope_info = scope_info->scope.next; in acpi_ds_scope_stack_clear() 61 * DESCRIPTION: Push the current scope on the scope stack, and make the 78 /* Invalid scope */ in acpi_ds_scope_stack_push() 80 ACPI_ERROR((AE_INFO, "Null scope parameter")); in acpi_ds_scope_stack_push() 90 /* Allocate a new scope object */ in acpi_ds_scope_stack_push() 97 /* Init new scope object */ in acpi_ds_scope_stack_push() [all …]
|
| D | nsaccess.c | 75 * 0 _GPE Scope 00203160 00 in acpi_ns_root_initialize() 76 * 0 _PR_ Scope 002031D0 00 in acpi_ns_root_initialize() 78 * 0 _SI_ Scope 002032B0 00 in acpi_ns_root_initialize() 260 * PARAMETERS: scope_info - Current scope info block 319 /* Get the prefix scope. A null scope means use the root scope */ in acpi_ns_lookup() 321 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup() 323 "Null scope prefix, using root node (%p)\n", in acpi_ns_lookup() 328 prefix_node = scope_info->scope.node; in acpi_ns_lookup() 339 * This node might not be a actual "scope" node (such as a in acpi_ns_lookup() 341 * node. Backup up the tree to find the containing scope node. in acpi_ns_lookup() [all …]
|
| /kernel/linux/linux-4.19/drivers/acpi/acpica/ |
| D | psscope.c | 4 * Module Name: psscope - Parser scope stack management routines 32 return (parser_state->scope->parse_scope.op); in acpi_ps_get_parent_scope() 41 * RETURN: Boolean, TRUE = scope completed. 44 * 1) AML pointer is at or beyond the end of the scope 45 * 2) The scope argument count has reached zero. 53 ((parser_state->aml >= parser_state->scope->parse_scope.arg_end in acpi_ps_has_completed_scope() 54 || !parser_state->scope->parse_scope.arg_count))); in acpi_ps_has_completed_scope() 62 * root - the Root Node of this new scope 66 * DESCRIPTION: Allocate and init a new scope object 74 union acpi_generic_state *scope; in acpi_ps_init_scope() local [all …]
|
| D | dswscope.c | 4 * Module Name: dswscope - Scope stack manipulation 25 * DESCRIPTION: Pop (and free) everything on the scope stack except the 26 * root scope object (which remains at the stack top.) 37 /* Pop a scope off the stack */ in acpi_ds_scope_stack_clear() 40 walk_state->scope_info = scope_info->scope.next; in acpi_ds_scope_stack_clear() 61 * DESCRIPTION: Push the current scope on the scope stack, and make the 78 /* Invalid scope */ in acpi_ds_scope_stack_push() 80 ACPI_ERROR((AE_INFO, "Null scope parameter")); in acpi_ds_scope_stack_push() 90 /* Allocate a new scope object */ in acpi_ds_scope_stack_push() 97 /* Init new scope object */ in acpi_ds_scope_stack_push() [all …]
|
| D | nsaccess.c | 229 * PARAMETERS: scope_info - Current scope info block 287 /* Get the prefix scope. A null scope means use the root scope */ in acpi_ns_lookup() 289 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup() 291 "Null scope prefix, using root node (%p)\n", in acpi_ns_lookup() 296 prefix_node = scope_info->scope.node; in acpi_ns_lookup() 307 * This node might not be a actual "scope" node (such as a in acpi_ns_lookup() 309 * node. Backup up the tree to find the containing scope node. in acpi_ns_lookup() 340 * Check for scope prefixes: in acpi_ns_lookup() 343 * optional scope prefix followed by a name segment part. in acpi_ns_lookup() 345 * If present, the scope prefix is either a Root Prefix (in in acpi_ns_lookup() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_lwt_seg6local.sh | 3 # Each NS may have different IPv6 global scope addresses : 93 # All link scope addresses and routes required between veths 94 ip netns exec ns1 ip -6 addr add fb00::12/16 dev veth1 scope link 95 ip netns exec ns1 ip -6 route add fb00::21 dev veth1 scope link 96 ip netns exec ns2 ip -6 addr add fb00::21/16 dev veth2 scope link 97 ip netns exec ns2 ip -6 addr add fb00::34/16 dev veth3 scope link 98 ip netns exec ns2 ip -6 route add fb00::43 dev veth3 scope link 99 ip netns exec ns3 ip -6 route add fb00::65 dev veth5 scope link 100 ip netns exec ns3 ip -6 addr add fb00::43/16 dev veth4 scope link 101 ip netns exec ns3 ip -6 addr add fb00::56/16 dev veth5 scope link [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/bpf/ |
| D | test_lwt_seg6local.sh | 3 # Each NS may have different IPv6 global scope addresses : 93 # All link scope addresses and routes required between veths 94 ip netns exec ns1 ip -6 addr add fb00::12/16 dev veth1 scope link 95 ip netns exec ns1 ip -6 route add fb00::21 dev veth1 scope link 96 ip netns exec ns2 ip -6 addr add fb00::21/16 dev veth2 scope link 97 ip netns exec ns2 ip -6 addr add fb00::34/16 dev veth3 scope link 98 ip netns exec ns2 ip -6 route add fb00::43 dev veth3 scope link 99 ip netns exec ns3 ip -6 route add fb00::65 dev veth5 scope link 100 ip netns exec ns3 ip -6 addr add fb00::43/16 dev veth4 scope link 101 ip netns exec ns3 ip -6 addr add fb00::56/16 dev veth5 scope link [all …]
|
| /kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
| D | It_posix_pthread_177.c | 45 INT32 scope; in Testcase() local 50 ret = pthread_attr_getscope(&attr, &scope); in Testcase() 52 ICUNIT_ASSERT_EQUAL(scope, PTHREAD_SCOPE_PROCESS, scope); in Testcase() 58 ret = pthread_attr_getscope(&attr, &scope); in Testcase() 60 ICUNIT_ASSERT_EQUAL(scope, PTHREAD_SCOPE_PROCESS, scope); in Testcase() 66 ret = pthread_attr_getscope(&attr, &scope); in Testcase() 68 ICUNIT_ASSERT_EQUAL(scope, PTHREAD_SCOPE_PROCESS, scope); in Testcase()
|
| /kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
| D | It_posix_pthread_177.cpp | 38 INT32 scope; in Testcase() local 43 ret = pthread_attr_getscope(&attr, &scope); in Testcase() 45 ICUNIT_ASSERT_EQUAL(scope, PTHREAD_SCOPE_PROCESS, scope); in Testcase() 51 ret = pthread_attr_getscope(&attr, &scope); in Testcase() 53 ICUNIT_ASSERT_EQUAL(scope, PTHREAD_SCOPE_PROCESS, scope); in Testcase() 59 ret = pthread_attr_getscope(&attr, &scope); in Testcase() 61 ICUNIT_ASSERT_EQUAL(scope, PTHREAD_SCOPE_PROCESS, scope); in Testcase()
|
| /kernel/linux/linux-4.19/net/tipc/ |
| D | name_table.h | 57 * @scope: scope of publication, TIPC_NODE_SCOPE or TIPC_CLUSTER_SCOPE 64 * - Local/node scope publications: in name_table->node_scope list 65 * - Local/cluster scope publications: in name_table->cluster_scope list 70 * @all_publ: all publications identical to this one, whatever node and scope 78 u32 scope; member 92 * @node_scope: all local publications with node scope 94 * @cluster_scope: all local publications with cluster scope 111 u32 scope, bool exact, struct list_head *dports); 120 u32 upper, u32 scope, u32 port, 125 u32 lower, u32 upper, u32 scope,
|
| /kernel/linux/linux-5.10/net/tipc/ |
| D | name_table.h | 57 * @scope: scope of publication, TIPC_NODE_SCOPE or TIPC_CLUSTER_SCOPE 65 * - Local/node scope publications: in name_table->node_scope list 66 * - Local/cluster scope publications: in name_table->cluster_scope list 71 * @all_publ: all publications identical to this one, whatever node and scope 80 u32 scope; member 96 * @node_scope: all local publications with node scope 98 * @cluster_scope: all local publications with cluster scope 117 u32 scope, bool exact, struct list_head *dports); 126 u32 upper, u32 scope, u32 port, 131 u32 lower, u32 upper, u32 scope,
|
| /kernel/linux/linux-4.19/net/sctp/ |
| D | bind_addr.c | 49 union sctp_addr *addr, enum sctp_scope scope, 55 /* Copy 'src' to 'dest' taking 'scope' into account. Omit addresses 56 * in 'src' which have a broader scope than 'scope'. 60 enum sctp_scope scope, gfp_t gfp, in sctp_bind_addr_copy() argument 69 /* Extract the addresses which are relevant for this scope. */ in sctp_bind_addr_copy() 71 error = sctp_copy_one_addr(net, dest, &addr->a, scope, in sctp_bind_addr_copy() 77 /* If there are no addresses matching the scope and in sctp_bind_addr_copy() 78 * this is global scope, try to get a link scope address, with in sctp_bind_addr_copy() 81 if (list_empty(&dest->address_list) && (SCTP_SCOPE_GLOBAL == scope)) { in sctp_bind_addr_copy() 446 union sctp_addr *addr, enum sctp_scope scope, in sctp_copy_one_addr() argument [all …]
|
| /kernel/linux/linux-5.10/net/sctp/ |
| D | bind_addr.c | 34 union sctp_addr *addr, enum sctp_scope scope, 40 /* Copy 'src' to 'dest' taking 'scope' into account. Omit addresses 41 * in 'src' which have a broader scope than 'scope'. 45 enum sctp_scope scope, gfp_t gfp, in sctp_bind_addr_copy() argument 54 /* Extract the addresses which are relevant for this scope. */ in sctp_bind_addr_copy() 56 error = sctp_copy_one_addr(net, dest, &addr->a, scope, in sctp_bind_addr_copy() 62 /* If there are no addresses matching the scope and in sctp_bind_addr_copy() 63 * this is global scope, try to get a link scope address, with in sctp_bind_addr_copy() 66 if (list_empty(&dest->address_list) && (SCTP_SCOPE_GLOBAL == scope)) { in sctp_bind_addr_copy() 454 union sctp_addr *addr, enum sctp_scope scope, in sctp_copy_one_addr() argument [all …]
|
| /kernel/linux/linux-4.19/include/linux/sched/ |
| D | mm.h | 205 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope. 207 * This functions marks the beginning of the GFP_NOIO allocation scope. 210 * point of view. Use memalloc_noio_restore to end the scope with flags 223 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope. 226 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function. 236 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope. 238 * This functions marks the beginning of the GFP_NOFS allocation scope. 241 * point of view. Use memalloc_nofs_restore to end the scope with flags 254 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope. 257 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function. [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm.c | 80 static void dump_scope(scope_t *scope); 81 static void emit_patch(scope_t *scope, int patch); 132 /* Set Sentinal scope node */ in main() 281 /* Process outmost scope */ in main() 286 * tranversal, recursively handling each scope. in main() 288 /* start at the root scope */ in main() 460 dump_scope(scope_t *scope) in dump_scope() argument 465 * Emit the first patch for this scope in dump_scope() 467 emit_patch(scope, 0); in dump_scope() 470 * Dump each scope within this one. in dump_scope() [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm.c | 80 static void dump_scope(scope_t *scope); 81 static void emit_patch(scope_t *scope, int patch); 132 /* Set Sentinal scope node */ in main() 281 /* Process outmost scope */ in main() 286 * tranversal, recursively handling each scope. in main() 288 /* start at the root scope */ in main() 460 dump_scope(scope_t *scope) in dump_scope() argument 465 * Emit the first patch for this scope in dump_scope() 467 emit_patch(scope, 0); in dump_scope() 470 * Dump each scope within this one. in dump_scope() [all …]
|
| /kernel/linux/linux-5.10/include/linux/sched/ |
| D | mm.h | 185 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope. 187 * This functions marks the beginning of the GFP_NOIO allocation scope. 190 * point of view. Use memalloc_noio_restore to end the scope with flags 203 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope. 206 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function. 216 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope. 218 * This functions marks the beginning of the GFP_NOFS allocation scope. 221 * point of view. Use memalloc_nofs_restore to end the scope with flags 234 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope. 237 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function. [all …]
|
| /kernel/liteos_a/compat/posix/src/ |
| D | pthread_attr.c | 46 attr->scope = PTHREAD_SCOPE_PROCESS; in pthread_attr_init() 90 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() argument 96 if (scope == PTHREAD_SCOPE_PROCESS) { in pthread_attr_setscope() 97 attr->scope = (unsigned int)scope; in pthread_attr_setscope() 101 if (scope == PTHREAD_SCOPE_SYSTEM) { in pthread_attr_setscope() 108 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() argument 110 if ((attr == NULL) || (scope == NULL)) { in pthread_attr_getscope() 114 *scope = (int)attr->scope; in pthread_attr_getscope()
|
| /kernel/liteos_m/kal/posix/src/ |
| D | pthread_attr.c | 49 attr->scope = PTHREAD_SCOPE_SYSTEM; in pthread_attr_init() 90 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() argument 96 if (scope == PTHREAD_SCOPE_SYSTEM) { in pthread_attr_setscope() 97 attr->scope = (unsigned int)scope; in pthread_attr_setscope() 101 if (scope == PTHREAD_SCOPE_PROCESS) { in pthread_attr_setscope() 108 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() argument 110 if ((attr == NULL) || (scope == NULL)) { in pthread_attr_getscope() 114 *scope = (int)attr->scope; in pthread_attr_getscope()
|
| /kernel/linux/linux-4.19/arch/m68k/kernel/ |
| D | sys_m68k.c | 68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() argument 72 switch (scope) in cache_flush_040() 228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() argument 238 switch (scope) in cache_flush_060() 378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() argument 382 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || in sys_cacheflush() 386 if (scope == FLUSH_SCOPE_ALL) { in sys_cacheflush() 409 if (scope == FLUSH_SCOPE_LINE && len < 256) { in sys_cacheflush() 438 * 040 or 060: don't blindly trust 'scope', someone could in sys_cacheflush() 442 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush() [all …]
|