scope 290 arch/arm64/include/asm/cpufeature.h bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); scope 362 arch/arm64/include/asm/cpufeature.h int scope) scope 367 arch/arm64/include/asm/cpufeature.h if (caps->matches(caps, scope)) scope 18 arch/arm64/kernel/cpu_errata.c is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) scope 23 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 38 arch/arm64/kernel/cpu_errata.c int scope) scope 40 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 45 arch/arm64/kernel/cpu_errata.c is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) scope 49 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 60 arch/arm64/kernel/cpu_errata.c int scope) scope 66 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 379 arch/arm64/kernel/cpu_errata.c int scope) scope 386 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 509 arch/arm64/kernel/cpu_errata.c int scope) scope 515 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 595 arch/arm64/kernel/cpu_errata.c check_branch_predictor(const struct arm64_cpu_capabilities *entry, int scope) scope 599 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 646 arch/arm64/kernel/cpu_errata.c int scope) scope 650 arch/arm64/kernel/cpu_errata.c if (!is_affected_midr_range_list(entry, scope) || scope 664 arch/arm64/kernel/cpu_errata.c int scope) scope 670 arch/arm64/kernel/cpu_errata.c WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); scope 868 arch/arm64/kernel/cpufeature.c has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) scope 872 arch/arm64/kernel/cpufeature.c WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible()); scope 873 arch/arm64/kernel/cpufeature.c if (scope == SCOPE_SYSTEM) scope 881 arch/arm64/kernel/cpufeature.c static bool has_useable_gicv3_cpuif(const struct arm64_cpu_capabilities *entry, int scope) scope 885 arch/arm64/kernel/cpufeature.c if (!has_cpuid_feature(entry, scope)) scope 915 arch/arm64/kernel/cpufeature.c int scope) scope 919 arch/arm64/kernel/cpufeature.c if (scope == SCOPE_SYSTEM) scope 940 arch/arm64/kernel/cpufeature.c int scope) scope 944 arch/arm64/kernel/cpufeature.c if (scope == SCOPE_SYSTEM) scope 953 arch/arm64/kernel/cpufeature.c has_useable_cnp(const struct arm64_cpu_capabilities *entry, int scope) scope 963 arch/arm64/kernel/cpufeature.c return has_cpuid_feature(entry, scope); scope 970 arch/arm64/kernel/cpufeature.c int scope) scope 991 arch/arm64/kernel/cpufeature.c if (has_cpuid_feature(entry, scope)) scope 1261 arch/arm64/kernel/cpufeature.c int scope) scope 1263 arch/arm64/kernel/cpufeature.c return enable_pseudo_nmi && has_useable_gicv3_cpuif(entry, scope); scope 1676 arch/arm64/kernel/cpufeature.c static bool compat_has_neon(const struct arm64_cpu_capabilities *cap, int scope) scope 1685 arch/arm64/kernel/cpufeature.c WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible()); scope 1686 arch/arm64/kernel/cpufeature.c if (scope == SCOPE_SYSTEM) scope 68 arch/m68k/kernel/sys_m68k.c cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) scope 72 arch/m68k/kernel/sys_m68k.c switch (scope) scope 228 arch/m68k/kernel/sys_m68k.c cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) scope 238 arch/m68k/kernel/sys_m68k.c switch (scope) scope 378 arch/m68k/kernel/sys_m68k.c sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) scope 382 arch/m68k/kernel/sys_m68k.c if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || scope 386 arch/m68k/kernel/sys_m68k.c if (scope == FLUSH_SCOPE_ALL) { scope 409 arch/m68k/kernel/sys_m68k.c if (scope == FLUSH_SCOPE_LINE && len < 256) { scope 442 arch/m68k/kernel/sys_m68k.c if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) scope 443 arch/m68k/kernel/sys_m68k.c scope=FLUSH_SCOPE_PAGE; scope 444 arch/m68k/kernel/sys_m68k.c if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) scope 445 arch/m68k/kernel/sys_m68k.c scope=FLUSH_SCOPE_ALL; scope 447 arch/m68k/kernel/sys_m68k.c ret = cache_flush_040 (addr, scope, cache, len); scope 449 arch/m68k/kernel/sys_m68k.c ret = cache_flush_060 (addr, scope, cache, len); scope 525 arch/m68k/kernel/sys_m68k.c sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) scope 40 arch/powerpc/include/asm/io_event_irq.h uint8_t scope; /* 0x02 Error/Event Scope */ scope 391 arch/powerpc/include/asm/rtas.h extern int pseries_devicetree_update(s32 scope); scope 277 arch/powerpc/kernel/rtasd.c static void handle_prrn_event(s32 scope) scope 283 arch/powerpc/kernel/rtasd.c pseries_devicetree_update(-scope); scope 904 arch/powerpc/platforms/powernv/eeh-powernv.c uint8_t scope; scope 917 arch/powerpc/platforms/powernv/eeh-powernv.c scope = OPAL_RESET_PCI_FUNDAMENTAL; scope 920 arch/powerpc/platforms/powernv/eeh-powernv.c scope = OPAL_RESET_PCI_HOT; scope 930 arch/powerpc/platforms/powernv/eeh-powernv.c rc = opal_pci_reset(id, scope, OPAL_ASSERT_RESET); scope 45 arch/powerpc/platforms/pseries/mobility.c static int mobility_rtas_call(int token, char *buf, s32 scope) scope 52 arch/powerpc/platforms/pseries/mobility.c rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope); scope 132 arch/powerpc/platforms/pseries/mobility.c static int update_dt_node(__be32 phandle, s32 scope) scope 163 arch/powerpc/platforms/pseries/mobility.c scope); scope 270 arch/powerpc/platforms/pseries/mobility.c int pseries_devicetree_update(s32 scope) scope 286 arch/powerpc/platforms/pseries/mobility.c rc = mobility_rtas_call(update_nodes_token, rtas_buf, scope); scope 307 arch/powerpc/platforms/pseries/mobility.c update_dt_node(phandle, scope); scope 309 arch/powerpc/platforms/pseries/mobility.c if (scope == PRRN_SCOPE) scope 43 arch/s390/kernel/cache.c unsigned char scope : 2; scope 96 arch/s390/kernel/cache.c if (ci->scope != CACHE_SCOPE_SHARED && ci->scope != CACHE_SCOPE_PRIVATE) scope 167 arch/s390/kernel/cache.c pvt = (ct.ci[level].scope == CACHE_SCOPE_PRIVATE) ? 1 : 0; scope 366 drivers/acpi/acpica/aclocal.h scope, scope 660 drivers/acpi/acpica/aclocal.h struct acpi_scope_state scope; scope 894 drivers/acpi/acpica/aclocal.h union acpi_generic_state *scope; /* Current scope */ scope 162 drivers/acpi/acpica/acnamesp.h acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, scope 167 drivers/acpi/acpica/acnamesp.h acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, scope 172 drivers/acpi/acpica/acnamesp.h acpi_ns_convert_to_reference(struct acpi_namespace_node *scope, scope 79 drivers/acpi/acpica/acparser.h union acpi_parse_object *acpi_ps_find_name(union acpi_parse_object *scope, scope 166 drivers/acpi/acpica/acparser.h union acpi_parse_object *acpi_ps_find(union acpi_parse_object *scope, scope 124 drivers/acpi/acpica/dsobject.c walk_state->scope_info->scope.node; scope 406 drivers/acpi/acpica/dspkginit.c scope_info.scope.node = element->reference.node; /* Prefix node */ scope 457 drivers/acpi/acpica/dspkginit.c scope_info.scope.node->name.ascii)); scope 40 drivers/acpi/acpica/dswscope.c walk_state->scope_info = scope_info->scope.next; scope 100 drivers/acpi/acpica/dswscope.c scope_info->scope.node = node; scope 114 drivers/acpi/acpica/dswscope.c scope.node), scope 123 drivers/acpi/acpica/dswscope.c acpi_ut_get_node_name(scope_info->scope.node), scope 164 drivers/acpi/acpica/dswscope.c acpi_ut_get_node_name(scope_info->scope.node), scope 171 drivers/acpi/acpica/dswscope.c scope.node), scope 688 drivers/acpi/acpica/dswstate.c if (walk_state->parser_state.scope) { scope 120 drivers/acpi/acpica/exconfig.c start_node = walk_state->scope_info->scope.node; scope 272 drivers/acpi/acpica/excreate.c walk_state->scope_info->scope.node; scope 860 drivers/acpi/acpica/exoparg1.c scope_info->scope. scope 322 drivers/acpi/acpica/nsaccess.c if ((!scope_info) || (!scope_info->scope.node)) { scope 329 drivers/acpi/acpica/nsaccess.c prefix_node = scope_info->scope.node; scope 286 drivers/acpi/acpica/nsconvert.c acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, scope 353 drivers/acpi/acpica/nsconvert.c acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, scope 432 drivers/acpi/acpica/nsconvert.c acpi_ns_convert_to_reference(struct acpi_namespace_node *scope, scope 454 drivers/acpi/acpica/nsconvert.c scope_info.scope.node = scope 455 drivers/acpi/acpica/nsconvert.c ACPI_CAST_PTR(struct acpi_namespace_node, scope); scope 349 drivers/acpi/acpica/nsnames.c if (prefix_scope && prefix_scope->scope.node) { scope 351 drivers/acpi/acpica/nsnames.c acpi_ns_get_normalized_pathname(prefix_scope->scope.node, scope 673 drivers/acpi/acpica/nsutils.c scope_info.scope.node = prefix_node; scope 249 drivers/acpi/acpica/psloop.c if ((parser_state->scope->parse_scope.op) && scope 250 drivers/acpi/acpica/psloop.c ((parser_state->scope->parse_scope.op->common. scope 252 drivers/acpi/acpica/psloop.c || (parser_state->scope->parse_scope.op->common. scope 447 drivers/acpi/acpica/psobject.c walk_state->parser_state.scope->parse_scope.arg_count--; scope 337 drivers/acpi/acpica/psparse.c parser_state->aml = parser_state->scope->parse_scope.pkg_end; scope 359 drivers/acpi/acpica/psparse.c parser_state->aml = parser_state->scope->parse_scope.pkg_end; scope 32 drivers/acpi/acpica/psscope.c return (parser_state->scope->parse_scope.op); scope 53 drivers/acpi/acpica/psscope.c ((parser_state->aml >= parser_state->scope->parse_scope.arg_end scope 54 drivers/acpi/acpica/psscope.c || !parser_state->scope->parse_scope.arg_count))); scope 74 drivers/acpi/acpica/psscope.c union acpi_generic_state *scope; scope 78 drivers/acpi/acpica/psscope.c scope = acpi_ut_create_generic_state(); scope 79 drivers/acpi/acpica/psscope.c if (!scope) { scope 83 drivers/acpi/acpica/psscope.c scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_RPSCOPE; scope 84 drivers/acpi/acpica/psscope.c scope->parse_scope.op = root_op; scope 85 drivers/acpi/acpica/psscope.c scope->parse_scope.arg_count = ACPI_VAR_ARGS; scope 86 drivers/acpi/acpica/psscope.c scope->parse_scope.arg_end = parser_state->aml_end; scope 87 drivers/acpi/acpica/psscope.c scope->parse_scope.pkg_end = parser_state->aml_end; scope 89 drivers/acpi/acpica/psscope.c parser_state->scope = scope; scope 115 drivers/acpi/acpica/psscope.c union acpi_generic_state *scope; scope 119 drivers/acpi/acpica/psscope.c scope = acpi_ut_create_generic_state(); scope 120 drivers/acpi/acpica/psscope.c if (!scope) { scope 124 drivers/acpi/acpica/psscope.c scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_PSCOPE; scope 125 drivers/acpi/acpica/psscope.c scope->parse_scope.op = op; scope 126 drivers/acpi/acpica/psscope.c scope->parse_scope.arg_list = remaining_args; scope 127 drivers/acpi/acpica/psscope.c scope->parse_scope.arg_count = arg_count; scope 128 drivers/acpi/acpica/psscope.c scope->parse_scope.pkg_end = parser_state->pkg_end; scope 132 drivers/acpi/acpica/psscope.c acpi_ut_push_generic_state(&parser_state->scope, scope); scope 138 drivers/acpi/acpica/psscope.c scope->parse_scope.arg_end = parser_state->pkg_end; scope 142 drivers/acpi/acpica/psscope.c scope->parse_scope.arg_end = ACPI_TO_POINTER(ACPI_MAX_PTR); scope 168 drivers/acpi/acpica/psscope.c union acpi_generic_state *scope = parser_state->scope; scope 174 drivers/acpi/acpica/psscope.c if (scope->common.next) { scope 175 drivers/acpi/acpica/psscope.c scope = acpi_ut_pop_generic_state(&parser_state->scope); scope 179 drivers/acpi/acpica/psscope.c *op = scope->parse_scope.op; scope 180 drivers/acpi/acpica/psscope.c *arg_list = scope->parse_scope.arg_list; scope 181 drivers/acpi/acpica/psscope.c *arg_count = scope->parse_scope.arg_count; scope 182 drivers/acpi/acpica/psscope.c parser_state->pkg_end = scope->parse_scope.pkg_end; scope 186 drivers/acpi/acpica/psscope.c acpi_ut_delete_generic_state(scope); scope 215 drivers/acpi/acpica/psscope.c union acpi_generic_state *scope; scope 225 drivers/acpi/acpica/psscope.c while (parser_state->scope) { scope 226 drivers/acpi/acpica/psscope.c scope = acpi_ut_pop_generic_state(&parser_state->scope); scope 227 drivers/acpi/acpica/psscope.c acpi_ut_delete_generic_state(scope); scope 55 drivers/acpi/property.c static bool acpi_enumerate_nondev_subnodes(acpi_handle scope, scope 84 drivers/acpi/property.c acpi_handle scope; scope 93 drivers/acpi/property.c status = acpi_get_parent(handle, &scope); scope 95 drivers/acpi/property.c && acpi_enumerate_nondev_subnodes(scope, desc, &dn->data, scope 136 drivers/acpi/property.c static bool acpi_nondev_subnode_ok(acpi_handle scope, scope 144 drivers/acpi/property.c if (!scope) scope 147 drivers/acpi/property.c status = acpi_get_handle(scope, link->package.elements[1].string.pointer, scope 155 drivers/acpi/property.c static int acpi_add_nondev_subnodes(acpi_handle scope, scope 180 drivers/acpi/property.c result = acpi_nondev_subnode_ok(scope, link, list, scope 203 drivers/acpi/property.c static bool acpi_enumerate_nondev_subnodes(acpi_handle scope, scope 229 drivers/acpi/property.c return acpi_add_nondev_subnodes(scope, links, &data->subnodes, scope 289 drivers/crypto/qat/qat_common/icp_qat_uclo.h char scope; scope 271 drivers/crypto/qat/qat_common/qat_uclo.c if (init_mem->scope != ICP_QAT_UOF_LOCAL_SCOPE) { scope 322 drivers/infiniband/core/multicast.c if (comp_mask & IB_SA_MCMEMBER_REC_SCOPE && src->scope != dst->scope) scope 487 drivers/infiniband/core/sa_query.c { MCMEMBER_REC_FIELD(scope), scope 233 drivers/infiniband/core/uverbs_uapi.c if (def->scope == UAPI_SCOPE_OBJECT) { scope 244 drivers/infiniband/core/uverbs_uapi.c if (def->scope == UAPI_SCOPE_METHOD && scope 256 drivers/infiniband/core/uverbs_uapi.c if (def->scope == UAPI_SCOPE_METHOD && scope 3270 drivers/infiniband/hw/cxgb4/cm.c if (ifp->scope == IFA_LINK && scope 502 drivers/infiniband/hw/efa/efa_admin_cmds_defs.h u8 scope; scope 742 drivers/infiniband/hw/efa/efa_com_cmd.c cmd.scope = params->scope; scope 754 drivers/infiniband/hw/efa/efa_com_cmd.c cmd.type, cmd.scope, cmd.scope_modifier, err); scope 232 drivers/infiniband/hw/efa/efa_com_cmd.h u8 scope; scope 1774 drivers/infiniband/hw/efa/efa_verbs.c params.scope = EFA_ADMIN_GET_STATS_SCOPE_ALL; scope 83 drivers/iommu/dmar.c struct acpi_dmar_device_scope *scope; scope 87 drivers/iommu/dmar.c scope = start; scope 88 drivers/iommu/dmar.c if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE || scope 89 drivers/iommu/dmar.c scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT || scope 90 drivers/iommu/dmar.c scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE) scope 92 drivers/iommu/dmar.c else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC && scope 93 drivers/iommu/dmar.c scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) { scope 96 drivers/iommu/dmar.c start += scope->length; scope 225 drivers/iommu/dmar.c struct acpi_dmar_device_scope *scope; scope 231 drivers/iommu/dmar.c for (; start < end; start += scope->length) { scope 232 drivers/iommu/dmar.c scope = start; scope 233 drivers/iommu/dmar.c if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_ENDPOINT && scope 234 drivers/iommu/dmar.c scope->entry_type != ACPI_DMAR_SCOPE_TYPE_BRIDGE) scope 237 drivers/iommu/dmar.c path = (struct acpi_dmar_pci_path *)(scope + 1); scope 238 drivers/iommu/dmar.c level = (scope->length - sizeof(*scope)) / sizeof(*path); scope 239 drivers/iommu/dmar.c if (!dmar_match_pci_path(info, scope->bus, path, level)) scope 251 drivers/iommu/dmar.c if ((scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && scope 253 drivers/iommu/dmar.c (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE && scope 705 drivers/iommu/dmar.c struct acpi_dmar_device_scope *scope; scope 715 drivers/iommu/dmar.c for (scope = (void *)(drhd + 1); scope 716 drivers/iommu/dmar.c (unsigned long)scope < ((unsigned long)drhd) + drhd->header.length; scope 717 drivers/iommu/dmar.c scope = ((void *)scope) + scope->length) { scope 718 drivers/iommu/dmar.c if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_NAMESPACE) scope 720 drivers/iommu/dmar.c if (scope->enumeration_id != device_number) scope 723 drivers/iommu/dmar.c path = (void *)(scope + 1); scope 726 drivers/iommu/dmar.c scope->bus, path->device, path->function); scope 729 drivers/iommu/dmar.c dmaru->devices[i].bus = scope->bus; scope 834 drivers/iommu/intel_irq_remapping.c static int ir_parse_one_hpet_scope(struct acpi_dmar_device_scope *scope, scope 842 drivers/iommu/intel_irq_remapping.c bus = scope->bus; scope 843 drivers/iommu/intel_irq_remapping.c path = (struct acpi_dmar_pci_path *)(scope + 1); scope 844 drivers/iommu/intel_irq_remapping.c count = (scope->length - sizeof(struct acpi_dmar_device_scope)) scope 859 drivers/iommu/intel_irq_remapping.c ir_hpet[count].id == scope->enumeration_id) scope 870 drivers/iommu/intel_irq_remapping.c ir_hpet[free].id = scope->enumeration_id; scope 874 drivers/iommu/intel_irq_remapping.c scope->enumeration_id, drhd->address); scope 879 drivers/iommu/intel_irq_remapping.c static int ir_parse_one_ioapic_scope(struct acpi_dmar_device_scope *scope, scope 887 drivers/iommu/intel_irq_remapping.c bus = scope->bus; scope 888 drivers/iommu/intel_irq_remapping.c path = (struct acpi_dmar_pci_path *)(scope + 1); scope 889 drivers/iommu/intel_irq_remapping.c count = (scope->length - sizeof(struct acpi_dmar_device_scope)) scope 904 drivers/iommu/intel_irq_remapping.c ir_ioapic[count].id == scope->enumeration_id) scope 917 drivers/iommu/intel_irq_remapping.c ir_ioapic[free].id = scope->enumeration_id; scope 919 drivers/iommu/intel_irq_remapping.c scope->enumeration_id, drhd->address, iommu->seq_id); scope 929 drivers/iommu/intel_irq_remapping.c struct acpi_dmar_device_scope *scope; scope 937 drivers/iommu/intel_irq_remapping.c scope = start; scope 938 drivers/iommu/intel_irq_remapping.c if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_IOAPIC) scope 939 drivers/iommu/intel_irq_remapping.c ret = ir_parse_one_ioapic_scope(scope, iommu, drhd); scope 940 drivers/iommu/intel_irq_remapping.c else if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_HPET) scope 941 drivers/iommu/intel_irq_remapping.c ret = ir_parse_one_hpet_scope(scope, iommu, drhd); scope 942 drivers/iommu/intel_irq_remapping.c start += scope->length; scope 53 drivers/misc/cxl/flash.c static int rcall(int token, char *buf, s32 scope) scope 60 drivers/misc/cxl/flash.c rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope); scope 106 drivers/misc/cxl/flash.c static int update_node(__be32 phandle, s32 scope) scope 134 drivers/misc/cxl/flash.c rc = rcall(token, buf, scope); scope 173 drivers/misc/cxl/flash.c static int update_devicetree(struct cxl *adapter, s32 scope) scope 192 drivers/misc/cxl/flash.c rc = rcall(token, buf, scope); scope 212 drivers/misc/cxl/flash.c update_node(phandle, scope); scope 373 drivers/net/ethernet/amazon/ena/ena_admin_defs.h u8 scope; scope 1454 drivers/nvme/host/fc.c discon_rqst->discon_cmd.scope = FCNVME_DISCONN_ASSOCIATION; scope 1526 drivers/nvme/target/fc.c else if ((rqst->discon_cmd.scope != FCNVME_DISCONN_ASSOCIATION) && scope 1527 drivers/nvme/target/fc.c (rqst->discon_cmd.scope != FCNVME_DISCONN_CONNECTION)) scope 305 drivers/power/supply/power_supply_sysfs.c POWER_SUPPLY_ATTR(scope), scope 80 drivers/scsi/aic7xxx/aicasm/aicasm.c static void dump_scope(scope_t *scope); scope 81 drivers/scsi/aic7xxx/aicasm/aicasm.c static void emit_patch(scope_t *scope, int patch); scope 460 drivers/scsi/aic7xxx/aicasm/aicasm.c dump_scope(scope_t *scope) scope 467 drivers/scsi/aic7xxx/aicasm/aicasm.c emit_patch(scope, 0); scope 472 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope = TAILQ_FIRST(&scope->inner_scope); scope 484 drivers/scsi/aic7xxx/aicasm/aicasm.c emit_patch(scope, 1); scope 488 drivers/scsi/aic7xxx/aicasm/aicasm.c emit_patch(scope_t *scope, int patch) scope 493 drivers/scsi/aic7xxx/aicasm/aicasm.c pinfo = &scope->patches[patch]; scope 507 drivers/scsi/aic7xxx/aicasm/aicasm.c new_patch->patch_func = scope->func_num; scope 508 drivers/scsi/aic7xxx/aicasm/aicasm.c new_patch->begin = scope->begin_addr; scope 511 drivers/scsi/aic7xxx/aicasm/aicasm.c new_patch->begin = scope->end_addr; scope 780 drivers/scsi/aic7xxx/aicasm/aicasm.c process_scope(scope_t *scope) scope 791 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); scope 824 drivers/scsi/aic7xxx/aicasm/aicasm.c scope->inner_scope_patches += skip_patch_count; scope 90 drivers/scsi/aic7xxx/aicasm/aicasm.h struct scope *scope_alloc(void); scope 91 drivers/scsi/aic7xxx/aicasm/aicasm.h void process_scope(struct scope *); scope 169 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h SLIST_ENTRY(scope) scope_stack_links; scope 170 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h TAILQ_ENTRY(scope) scope_links; scope 171 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h TAILQ_HEAD(, scope) inner_scope; scope 181 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h SLIST_HEAD(scope_list, scope); scope 182 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h TAILQ_HEAD(scope_tailq, scope); scope 1926 drivers/scsi/bnx2fc/bnx2fc_io.c u16 scope = 0, qualifier = 0; scope 2002 drivers/scsi/bnx2fc/bnx2fc_io.c scope = fcp_rsp->retry_delay_timer scope 2008 drivers/scsi/bnx2fc/bnx2fc_io.c if (scope > 0 && qualifier > 0 && scope 1135 drivers/scsi/qedf/qedf_io.c u16 scope, qualifier = 0; scope 1266 drivers/scsi/qedf/qedf_io.c scope = fcp_rsp->retry_delay_timer & 0xC000; scope 1271 drivers/scsi/qedf/qedf_io.c scope > 0 && qualifier > 0 && scope 119 drivers/target/iscsi/iscsi_target_parameters.c char *name, char *value, u8 phase, u8 scope, u8 sender, scope 144 drivers/target/iscsi/iscsi_target_parameters.c param->scope = scope; scope 579 drivers/target/iscsi/iscsi_target_parameters.c if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { scope 604 drivers/target/iscsi/iscsi_target_parameters.c new_param->scope = param->scope; scope 19 drivers/target/iscsi/iscsi_target_parameters.h u8 scope; scope 201 drivers/target/iscsi/iscsi_target_parameters.h #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY) scope 202 drivers/target/iscsi/iscsi_target_parameters.h #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE) scope 2270 drivers/target/target_core_pr.c core_scsi3_pro_reserve(struct se_cmd *cmd, int type, int scope, u64 res_key) scope 2322 drivers/target/target_core_pr.c if (scope != PR_SCOPE_LU_SCOPE) { scope 2323 drivers/target/target_core_pr.c pr_err("SPC-3 PR: Illegal SCOPE: 0x%02x\n", scope); scope 2367 drivers/target/target_core_pr.c (pr_res_holder->pr_res_scope != scope)) { scope 2400 drivers/target/target_core_pr.c pr_reg->pr_res_scope = scope; scope 2426 drivers/target/target_core_pr.c core_scsi3_emulate_pro_reserve(struct se_cmd *cmd, int type, int scope, scope 2436 drivers/target/target_core_pr.c return core_scsi3_pro_reserve(cmd, type, scope, res_key); scope 2513 drivers/target/target_core_pr.c core_scsi3_emulate_pro_release(struct se_cmd *cmd, int type, int scope, scope 2596 drivers/target/target_core_pr.c (pr_res_holder->pr_res_scope != scope)) { scope 2758 drivers/target/target_core_pr.c int scope, scope 2779 drivers/target/target_core_pr.c pr_reg->pr_res_scope = scope; scope 2823 drivers/target/target_core_pr.c core_scsi3_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, scope 2852 drivers/target/target_core_pr.c if (scope != PR_SCOPE_LU_SCOPE) { scope 2853 drivers/target/target_core_pr.c pr_err("SPC-3 PR: Illegal SCOPE: 0x%02x\n", scope); scope 2972 drivers/target/target_core_pr.c type, scope, preempt_type); scope 3063 drivers/target/target_core_pr.c type, scope, preempt_type); scope 3077 drivers/target/target_core_pr.c if ((prh_type != type) || (prh_scope != scope)) { scope 3118 drivers/target/target_core_pr.c core_scsi3_emulate_pro_preempt(struct se_cmd *cmd, int type, int scope, scope 3128 drivers/target/target_core_pr.c return core_scsi3_pro_preempt(cmd, type, scope, res_key, scope 3155 drivers/target/target_core_pr.c int new_reg = 0, type, scope, matching_iname; scope 3429 drivers/target/target_core_pr.c scope = pr_res_holder->pr_res_type; scope 3482 drivers/target/target_core_pr.c pr_reg->pr_res_scope = scope; scope 3548 drivers/target/target_core_pr.c int sa, scope, type, aptpl; scope 3585 drivers/target/target_core_pr.c scope = (cdb[2] & 0xf0); scope 3652 drivers/target/target_core_pr.c ret = core_scsi3_emulate_pro_reserve(cmd, type, scope, res_key); scope 3655 drivers/target/target_core_pr.c ret = core_scsi3_emulate_pro_release(cmd, type, scope, res_key); scope 3661 drivers/target/target_core_pr.c ret = core_scsi3_emulate_pro_preempt(cmd, type, scope, scope 3665 drivers/target/target_core_pr.c ret = core_scsi3_emulate_pro_preempt(cmd, type, scope, scope 183 include/linux/inetdevice.h __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope); scope 185 include/linux/inetdevice.h __be32 local, int scope); scope 224 include/linux/nvme-fc.h u8 scope; /* FCNVME_DISCONN_xxx */ scope 73 include/net/addrconf.h u16 scope; scope 16 include/net/dn_fib.h unsigned char scope; scope 99 include/net/flow.h __u32 mark, __u8 tos, __u8 scope, scope 109 include/net/flow.h fl4->flowi4_scope = scope; scope 54 include/net/if_inet6.h __u16 scope; scope 232 include/net/if_inet6.h unsigned char scope = broadcast[5] & 0xF; scope 239 include/net/if_inet6.h buf[5] = 0x10 | scope; /* scope from broadcast address */ scope 578 include/net/ip.h unsigned char scope = broadcast[5] & 0xF; scope 586 include/net/ip.h buf[5] = 0x10 | scope; /* scope from broadcast address */ scope 170 include/net/ip_fib.h unsigned char scope; scope 189 include/net/ip_fib.h unsigned char scope; scope 200 include/net/ip_fib.h unsigned char scope); scope 447 include/net/ip_fib.h int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, scope 269 include/net/nexthop.h int fib_check_nexthop(struct nexthop *nh, u8 scope, scope 475 include/net/sctp/structs.h enum sctp_scope (*scope)(union sctp_addr *); scope 1169 include/net/sctp/structs.h enum sctp_scope scope, gfp_t gfp, scope 1197 include/net/sctp/structs.h const enum sctp_scope scope); scope 2104 include/net/sctp/structs.h enum sctp_scope scope, gfp_t gfp); scope 2145 include/net/sctp/structs.h enum sctp_scope scope, gfp_t gfp); scope 350 include/rdma/ib_sa.h u8 scope; scope 359 include/rdma/uverbs_ioctl.h u8 scope; scope 395 include/rdma/uverbs_ioctl.h .scope = UAPI_SCOPE_OBJECT, \ scope 406 include/rdma/uverbs_ioctl.h .scope = UAPI_SCOPE_OBJECT, \ scope 420 include/rdma/uverbs_ioctl.h .scope = UAPI_SCOPE_OBJECT, \ scope 435 include/rdma/uverbs_ioctl.h .scope = UAPI_SCOPE_METHOD, \ scope 447 include/rdma/uverbs_ioctl.h .scope = UAPI_SCOPE_OBJECT, .func_is_supported = _func, \ scope 27 include/trace/events/fib.h __field( __u8, scope ) scope 49 include/trace/events/fib.h __entry->scope = flp->flowi4_scope; scope 97 include/trace/events/fib.h __entry->tos, __entry->scope, __entry->flags, scope 26 include/trace/events/fib6.h __field( __u8, scope ) scope 46 include/trace/events/fib6.h __entry->scope = flp->flowi6_scope; scope 85 include/trace/events/fib6.h __entry->tos, __entry->scope, __entry->flags, scope 160 include/uapi/linux/tipc.h signed char scope; scope 204 include/uapi/linux/tipc.h __u32 scope; /* cluster/node */ scope 2091 net/core/pktgen.c if ((ifp->scope & IFA_LINK) && scope 68 net/decnet/dn_fib.c u8 scope; scope 70 net/decnet/dn_fib.c [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE }, scope 71 net/decnet/dn_fib.c [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE }, scope 72 net/decnet/dn_fib.c [RTN_LOCAL] = { .error = 0, .scope = RT_SCOPE_HOST }, scope 73 net/decnet/dn_fib.c [RTN_BROADCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, scope 74 net/decnet/dn_fib.c [RTN_ANYCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, scope 75 net/decnet/dn_fib.c [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, scope 76 net/decnet/dn_fib.c [RTN_BLACKHOLE] = { .error = -EINVAL, .scope = RT_SCOPE_UNIVERSE }, scope 77 net/decnet/dn_fib.c [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE }, scope 78 net/decnet/dn_fib.c [RTN_PROHIBIT] = { .error = -EACCES, .scope = RT_SCOPE_UNIVERSE }, scope 79 net/decnet/dn_fib.c [RTN_THROW] = { .error = -EAGAIN, .scope = RT_SCOPE_UNIVERSE }, scope 80 net/decnet/dn_fib.c [RTN_NAT] = { .error = 0, .scope = RT_SCOPE_NOWHERE }, scope 81 net/decnet/dn_fib.c [RTN_XRESOLVE] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, scope 234 net/decnet/dn_fib.c nh->nh_scope = res.scope; scope 278 net/decnet/dn_fib.c if (dn_fib_props[r->rtm_type].scope > r->rtm_scope) scope 700 net/decnet/dn_fib.c int scope = RT_SCOPE_NOWHERE; scope 703 net/decnet/dn_fib.c scope = -1; scope 722 net/decnet/dn_fib.c nh->nh_scope != scope) { scope 906 net/decnet/dn_route.c static __le16 dnet_select_source(const struct net_device *dev, __le16 daddr, int scope) scope 919 net/decnet/dn_route.c if (ifa->ifa_scope > scope) scope 938 net/decnet/dn_route.c return dnet_select_source(DN_FIB_RES_DEV(*res), DN_FIB_RES_GW(*res), res->scope); scope 302 net/decnet/dn_table.c u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, scope 319 net/decnet/dn_table.c rtm->rtm_scope = scope; scope 821 net/decnet/dn_table.c res->scope = f->fn_scope; scope 396 net/ipv4/arp.c int scope; scope 403 net/ipv4/arp.c scope = RT_SCOPE_HOST; scope 409 net/ipv4/arp.c scope = RT_SCOPE_HOST; scope 413 net/ipv4/arp.c scope = RT_SCOPE_LINK; scope 426 net/ipv4/arp.c return !inet_confirm_addr(net, in_dev, sip, tip, scope); scope 1286 net/ipv4/devinet.c int scope) scope 1294 net/ipv4/devinet.c ifa->ifa_scope <= scope) scope 1301 net/ipv4/devinet.c __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) scope 1321 net/ipv4/devinet.c if (min(ifa->ifa_scope, localnet_scope) > scope) scope 1344 net/ipv4/devinet.c addr = in_dev_select_addr(in_dev, scope); scope 1361 net/ipv4/devinet.c addr = in_dev_select_addr(in_dev, scope); scope 1372 net/ipv4/devinet.c __be32 local, int scope) scope 1387 net/ipv4/devinet.c min_scope <= scope) { scope 1402 net/ipv4/devinet.c if (min_scope <= scope) { scope 1424 net/ipv4/devinet.c __be32 dst, __be32 local, int scope) scope 1430 net/ipv4/devinet.c return confirm_addr_indev(in_dev, dst, local, scope); scope 1436 net/ipv4/devinet.c addr = confirm_addr_indev(in_dev, dst, local, scope); scope 287 net/ipv4/fib_frontend.c int scope; scope 298 net/ipv4/fib_frontend.c scope = RT_SCOPE_UNIVERSE; scope 306 net/ipv4/fib_frontend.c .flowi4_scope = scope, scope 312 net/ipv4/fib_frontend.c scope = RT_SCOPE_LINK; scope 315 net/ipv4/fib_frontend.c return inet_select_addr(dev, ip_hdr(skb)->saddr, scope); scope 1355 net/ipv4/fib_frontend.c frn->scope = res.scope; scope 54 net/ipv4/fib_lookup.h u8 scope; scope 98 net/ipv4/fib_semantics.c .scope = RT_SCOPE_NOWHERE, scope 102 net/ipv4/fib_semantics.c .scope = RT_SCOPE_UNIVERSE, scope 106 net/ipv4/fib_semantics.c .scope = RT_SCOPE_HOST, scope 110 net/ipv4/fib_semantics.c .scope = RT_SCOPE_LINK, scope 114 net/ipv4/fib_semantics.c .scope = RT_SCOPE_LINK, scope 118 net/ipv4/fib_semantics.c .scope = RT_SCOPE_UNIVERSE, scope 122 net/ipv4/fib_semantics.c .scope = RT_SCOPE_UNIVERSE, scope 126 net/ipv4/fib_semantics.c .scope = RT_SCOPE_UNIVERSE, scope 130 net/ipv4/fib_semantics.c .scope = RT_SCOPE_UNIVERSE, scope 134 net/ipv4/fib_semantics.c .scope = RT_SCOPE_UNIVERSE, scope 138 net/ipv4/fib_semantics.c .scope = RT_SCOPE_NOWHERE, scope 142 net/ipv4/fib_semantics.c .scope = RT_SCOPE_NOWHERE, scope 328 net/ipv4/fib_semantics.c static unsigned int fib_info_hashfn_1(int init_val, u8 protocol, u8 scope, scope 333 net/ipv4/fib_semantics.c val ^= (protocol << 8) | scope; scope 1055 net/ipv4/fib_semantics.c u8 scope, struct netlink_ext_ack *extack) scope 1064 net/ipv4/fib_semantics.c if (scope >= RT_SCOPE_LINK) { scope 1094 net/ipv4/fib_semantics.c .flowi4_scope = scope + 1, scope 1131 net/ipv4/fib_semantics.c nh->fib_nh_scope = res.scope; scope 1183 net/ipv4/fib_semantics.c int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, scope 1189 net/ipv4/fib_semantics.c err = fib_check_nh_v4_gw(net, nh, table, scope, extack); scope 1281 net/ipv4/fib_semantics.c unsigned char scope) scope 1286 net/ipv4/fib_semantics.c return inet_select_addr(nhc->nhc_dev, 0, scope); scope 1289 net/ipv4/fib_semantics.c nh->nh_saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); scope 1351 net/ipv4/fib_semantics.c if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { scope 1925 net/ipv4/fib_semantics.c int scope = RT_SCOPE_NOWHERE; scope 1932 net/ipv4/fib_semantics.c scope = -1; scope 1947 net/ipv4/fib_semantics.c nexthop_nh->fib_nh_scope != scope) { scope 2021 net/ipv4/fib_semantics.c if (next_fi->fib_scope != res->scope || scope 1496 net/ipv4/fib_trie.c res->scope = fi->fib_scope; scope 623 net/ipv4/nexthop.c static int nexthop_check_scope(struct nexthop *nh, u8 scope, scope 629 net/ipv4/nexthop.c if (scope == RT_SCOPE_HOST && nhi->fib_nhc.nhc_gw_family) { scope 635 net/ipv4/nexthop.c if (nhi->fib_nhc.nhc_flags & RTNH_F_ONLINK && scope >= RT_SCOPE_LINK) { scope 647 net/ipv4/nexthop.c int fib_check_nexthop(struct nexthop *nh, u8 scope, scope 655 net/ipv4/nexthop.c if (scope == RT_SCOPE_HOST) { scope 663 net/ipv4/nexthop.c err = nexthop_check_scope(nhg->nh_entries[0].nh, scope, extack); scope 665 net/ipv4/nexthop.c err = nexthop_check_scope(nh, scope, extack); scope 1107 net/ipv6/addrconf.c ifa->scope = cfg->scope; scope 1411 net/ipv6/addrconf.c cfg.scope = ipv6_addr_scope(cfg.pfx); scope 1470 net/ipv6/addrconf.c int scope; scope 1567 net/ipv6/addrconf.c if (ret >= dst->scope) scope 1758 net/ipv6/addrconf.c dst.scope = __ipv6_addr_src_scope(dst_type); scope 1786 net/ipv6/addrconf.c dst.scope <= IPV6_ADDR_SCOPE_LINKLOCAL || scope 1847 net/ipv6/addrconf.c if (ifp->scope > IFA_LINK) scope 1849 net/ipv6/addrconf.c if (ifp->scope == IFA_LINK && scope 1936 net/ipv6/addrconf.c !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) { scope 2007 net/ipv6/addrconf.c !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) { scope 2093 net/ipv6/addrconf.c .scope = ifp->scope, scope 2318 net/ipv6/addrconf.c if (ifp->scope > IFA_LINK) scope 2320 net/ipv6/addrconf.c if (ifp->scope == IFA_LINK && !(ifp->flags&IFA_F_TENTATIVE)) { scope 2575 net/ipv6/addrconf.c .scope = addr_type & IPV6_ADDR_SCOPE_MASK, scope 2935 net/ipv6/addrconf.c cfg->scope = ipv6_addr_scope(cfg->pfx); scope 3075 net/ipv6/addrconf.c int plen, int scope) scope 3084 net/ipv6/addrconf.c .scope = scope scope 3104 net/ipv6/addrconf.c int scope, plen; scope 3114 net/ipv6/addrconf.c scope = IFA_LINK; scope 3117 net/ipv6/addrconf.c scope = IPV6_ADDR_COMPATv4; scope 3123 net/ipv6/addrconf.c add_addr(idev, &addr, plen, scope); scope 3133 net/ipv6/addrconf.c int flag = scope; scope 3181 net/ipv6/addrconf.c .scope = IFA_LINK scope 4144 net/ipv6/addrconf.c if (ifpiter->scope > IFA_LINK) scope 4146 net/ipv6/addrconf.c if (ifp != ifpiter && ifpiter->scope == IFA_LINK && scope 4175 net/ipv6/addrconf.c send_mld = ifp->scope == IFA_LINK && ipv6_lonely_lladdr(ifp); scope 4342 net/ipv6/addrconf.c ifp->scope, scope 4842 net/ipv6/addrconf.c u8 scope, int ifindex) scope 4850 net/ipv6/addrconf.c ifm->ifa_scope = scope; scope 4916 net/ipv6/addrconf.c put_ifaddrmsg(nlh, ifa->prefix_len, ifa->flags, rt_scope(ifa->scope), scope 4975 net/ipv6/addrconf.c u8 scope = RT_SCOPE_UNIVERSE; scope 4979 net/ipv6/addrconf.c scope = RT_SCOPE_SITE; scope 4990 net/ipv6/addrconf.c put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex); scope 5008 net/ipv6/addrconf.c u8 scope = RT_SCOPE_UNIVERSE; scope 5011 net/ipv6/addrconf.c scope = RT_SCOPE_SITE; scope 5022 net/ipv6/addrconf.c put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex); scope 20 net/ipv6/addrconf_core.c #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16) scope 22 net/ipv6/addrconf_core.c static inline unsigned int ipv6_addr_scope2type(unsigned int scope) scope 24 net/ipv6/addrconf_core.c switch (scope) { scope 35 net/ipv6/addrconf_core.c return IPV6_ADDR_SCOPE_TYPE(scope); scope 55 net/sctp/associola.c enum sctp_scope scope, gfp_t gfp) scope 285 net/sctp/associola.c enum sctp_scope scope, gfp_t gfp) scope 293 net/sctp/associola.c if (!sctp_association_init(asoc, ep, sk, scope, gfp)) scope 1570 net/sctp/associola.c enum sctp_scope scope, gfp_t gfp) scope 1586 net/sctp/associola.c scope, gfp, flags); scope 34 net/sctp/bind_addr.c union sctp_addr *addr, enum sctp_scope scope, scope 45 net/sctp/bind_addr.c enum sctp_scope scope, gfp_t gfp, scope 56 net/sctp/bind_addr.c error = sctp_copy_one_addr(net, dest, &addr->a, scope, scope 66 net/sctp/bind_addr.c if (list_empty(&dest->address_list) && (SCTP_SCOPE_GLOBAL == scope)) { scope 451 net/sctp/bind_addr.c union sctp_addr *addr, enum sctp_scope scope, scope 457 net/sctp/bind_addr.c error = sctp_copy_local_addr_list(net, dest, scope, gfp, flags); scope 458 net/sctp/bind_addr.c } else if (sctp_in_scope(net, addr, scope)) { scope 496 net/sctp/bind_addr.c enum sctp_scope scope) scope 518 net/sctp/bind_addr.c if (addr_scope <= scope) scope 522 net/sctp/bind_addr.c if (addr_scope <= scope || SCTP_SCOPE_PRIVATE == addr_scope) scope 526 net/sctp/bind_addr.c if (addr_scope <= scope || SCTP_SCOPE_LINK == addr_scope) scope 564 net/sctp/bind_addr.c return af->scope((union sctp_addr *)addr); scope 239 net/sctp/ipv6.c enum sctp_scope scope; scope 287 net/sctp/ipv6.c scope = sctp_scope(daddr); scope 331 net/sctp/ipv6.c scope > sctp_scope(&laddr->a)) scope 1079 net/sctp/ipv6.c .scope = sctp_v6_scope, scope 133 net/sctp/protocol.c enum sctp_scope scope, gfp_t gfp, int copy_flags) scope 143 net/sctp/protocol.c if (!sctp_in_scope(net, &addr->a, scope)) scope 1087 net/sctp/protocol.c .scope = sctp_v4_scope, scope 1588 net/sctp/sm_make_chunk.c enum sctp_scope scope; scope 1592 net/sctp/sm_make_chunk.c scope = sctp_scope(sctp_source(chunk)); scope 1593 net/sctp/sm_make_chunk.c asoc = sctp_association_new(ep, ep->base.sk, scope, gfp); scope 1710 net/sctp/sm_make_chunk.c enum sctp_scope scope; scope 1822 net/sctp/sm_make_chunk.c scope = sctp_scope(sctp_source(chunk)); scope 1823 net/sctp/sm_make_chunk.c retval = sctp_association_new(ep, ep->base.sk, scope, gfp); scope 2502 net/sctp/sm_make_chunk.c enum sctp_scope scope; scope 2526 net/sctp/sm_make_chunk.c scope = sctp_scope(peer_addr); scope 2527 net/sctp/sm_make_chunk.c if (sctp_in_scope(net, &addr, scope)) scope 1069 net/sctp/socket.c enum sctp_scope scope; scope 1084 net/sctp/socket.c scope = sctp_scope(daddr); scope 1085 net/sctp/socket.c asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL); scope 1089 net/sctp/socket.c err = sctp_assoc_set_bind_addr_from_ep(asoc, scope, GFP_KERNEL); scope 89 net/tipc/group.c u32 scope; scope 167 net/tipc/group.c bool global = mreq->scope != TIPC_NODE_SCOPE; scope 183 net/tipc/group.c grp->scope = mreq->scope; scope 357 net/tipc/group.c int *scope) scope 362 net/tipc/group.c *scope = grp->scope; scope 746 net/tipc/group.c if (grp->scope == TIPC_NODE_SCOPE && node != tipc_own_addr(grp->net)) scope 934 net/tipc/group.c if (grp->scope == TIPC_NODE_SCOPE) scope 938 net/tipc/group.c if (grp->scope == TIPC_CLUSTER_SCOPE) scope 54 net/tipc/group.h int *scope); scope 93 net/tipc/name_distr.c if (publ->scope == TIPC_NODE_SCOPE) { scope 123 net/tipc/name_distr.c if (publ->scope == TIPC_NODE_SCOPE) scope 93 net/tipc/name_table.c u32 scope, u32 node, u32 port, scope 104 net/tipc/name_table.c publ->scope = scope; scope 222 net/tipc/name_table.c u32 upper, u32 scope, scope 244 net/tipc/name_table.c p = tipc_publ_create(type, lower, upper, scope, node, port, key); scope 254 net/tipc/name_table.c p->port, p->node, p->scope, first); scope 316 net/tipc/name_table.c p->node, p->scope, first); scope 338 net/tipc/name_table.c u32 scope, u32 node, scope 345 net/tipc/name_table.c if (scope > TIPC_NODE_SCOPE || lower > upper) { scope 347 net/tipc/name_table.c type, lower, upper, scope); scope 358 net/tipc/name_table.c scope, node, port, key); scope 388 net/tipc/name_table.c p->port, node, p->scope, last); scope 474 net/tipc/name_table.c bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, scope 496 net/tipc/name_table.c if (p->scope != scope) scope 515 net/tipc/name_table.c u32 scope, bool exact, struct list_head *dports) scope 536 net/tipc/name_table.c if (p->scope == scope || (!exact && p->scope < scope)) scope 582 net/tipc/name_table.c u32 type, u32 scope) scope 598 net/tipc/name_table.c if (p->scope != scope) scope 611 net/tipc/name_table.c u32 upper, u32 scope, u32 port, scope 626 net/tipc/name_table.c p = tipc_nametbl_insert_publ(net, type, lower, upper, scope, scope 846 net/tipc/name_table.c if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_SCOPE, p->scope)) scope 78 net/tipc/name_table.h u32 scope; scope 111 net/tipc/name_table.h u32 scope, bool exact, struct list_head *dports); scope 120 net/tipc/name_table.h u32 upper, u32 scope, u32 port, scope 125 net/tipc/name_table.h u32 lower, u32 upper, u32 scope, scope 130 net/tipc/socket.c static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, scope 132 net/tipc/socket.c static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, scope 655 net/tipc/socket.c res = (addr->scope >= 0) ? scope 656 net/tipc/socket.c tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) : scope 657 net/tipc/socket.c tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq); scope 697 net/tipc/socket.c addr->scope = 0; scope 946 net/tipc/socket.c u32 type, inst, scope; scope 955 net/tipc/socket.c scope = msg_lookup_scope(hdr); scope 964 net/tipc/socket.c if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, scope 1100 net/tipc/socket.c u32 type, inst, scope, exclude; scope 1108 net/tipc/socket.c scope = msg_lookup_scope(hdr); scope 1111 net/tipc/socket.c if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, scope 1135 net/tipc/socket.c u32 type, lower, upper, scope; scope 1171 net/tipc/socket.c scope = msg_lookup_scope(hdr); scope 1176 net/tipc/socket.c scope = TIPC_NODE_SCOPE; scope 1178 net/tipc/socket.c scope = TIPC_CLUSTER_SCOPE; scope 1186 net/tipc/socket.c scope, exact, &dports); scope 1563 net/tipc/socket.c srcaddr->sock.scope = 0; scope 1575 net/tipc/socket.c srcaddr->member.scope = 0; scope 2712 net/tipc/socket.c static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, scope 2720 net/tipc/socket.c if (scope != TIPC_NODE_SCOPE) scope 2721 net/tipc/socket.c scope = TIPC_CLUSTER_SCOPE; scope 2730 net/tipc/socket.c scope, tsk->portid, key); scope 2740 net/tipc/socket.c static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, scope 2748 net/tipc/socket.c if (scope != TIPC_NODE_SCOPE) scope 2749 net/tipc/socket.c scope = TIPC_CLUSTER_SCOPE; scope 2753 net/tipc/socket.c if (publ->scope != scope) scope 2893 net/tipc/socket.c if (mreq->scope > TIPC_NODE_SCOPE) scope 2901 net/tipc/socket.c msg_set_lookup_scope(hdr, mreq->scope); scope 2907 net/tipc/socket.c tipc_nametbl_build_group(net, grp, mreq->type, mreq->scope); scope 2908 net/tipc/socket.c rc = tipc_sk_publish(tsk, mreq->scope, &seq); scope 2926 net/tipc/socket.c int scope; scope 2930 net/tipc/socket.c tipc_group_self(grp, &seq, &scope); scope 2933 net/tipc/socket.c tipc_sk_withdraw(tsk, scope, &seq); scope 3045 net/tipc/socket.c int len, scope; scope 3085 net/tipc/socket.c tipc_group_self(tsk->group, &seq, &scope); scope 3146 net/tipc/socket.c tsk1->peer.scope = TIPC_NODE_SCOPE; scope 3151 net/tipc/socket.c tsk2->peer.scope = TIPC_NODE_SCOPE; scope 78 net/tipc/subscr.c u32 scope, int must) scope 93 net/tipc/subscr.c if (filter & TIPC_SUB_CLUSTER_SCOPE && scope == TIPC_NODE_SCOPE) scope 95 net/tipc/subscr.c if (filter & TIPC_SUB_NODE_SCOPE && scope != TIPC_NODE_SCOPE) scope 79 net/tipc/subscr.h u32 scope, int must); scope 524 net/tipc/topsrv.c saddr.scope = TIPC_NODE_SCOPE; scope 5333 tools/power/x86/turbostat/turbostat.c unsigned int width, enum counter_scope scope, scope 5353 tools/power/x86/turbostat/turbostat.c switch (scope) { scope 5399 tools/power/x86/turbostat/turbostat.c enum counter_scope scope = SCOPE_CPU; scope 5422 tools/power/x86/turbostat/turbostat.c scope = SCOPE_CPU; scope 5426 tools/power/x86/turbostat/turbostat.c scope = SCOPE_CORE; scope 5430 tools/power/x86/turbostat/turbostat.c scope = SCOPE_PACKAGE; scope 5488 tools/power/x86/turbostat/turbostat.c if (add_counter(msr_num, path, name_buffer, width, scope, type, format, 0))