| /linux-6.15/tools/perf/util/ |
| H A D | copyfile.c | 20 struct nscookie nsc; in slow_copyfile() local 22 nsinfo__mountns_enter(nsi, &nsc); in slow_copyfile() 24 nsinfo__mountns_exit(&nsc); in slow_copyfile() 80 struct nscookie nsc; in copyfile_mode_ns() local 82 nsinfo__mountns_enter(nsi, &nsc); in copyfile_mode_ns() 84 nsinfo__mountns_exit(&nsc); in copyfile_mode_ns() 114 nsinfo__mountns_enter(nsi, &nsc); in copyfile_mode_ns() 116 nsinfo__mountns_exit(&nsc); in copyfile_mode_ns()
|
| H A D | namespaces.c | 353 struct nscookie nsc; in nsinfo__realpath() local 355 nsinfo__mountns_enter(nsi, &nsc); in nsinfo__realpath() 357 nsinfo__mountns_exit(&nsc); in nsinfo__realpath() 365 struct nscookie nsc; in nsinfo__stat() local 367 nsinfo__mountns_enter(nsi, &nsc); in nsinfo__stat() 369 nsinfo__mountns_exit(&nsc); in nsinfo__stat()
|
| H A D | build-id.c | 543 struct nscookie nsc; in build_id_cache__add_sdt_cache() local 549 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__add_sdt_cache() 551 nsinfo__mountns_exit(&nsc); in build_id_cache__add_sdt_cache() 572 struct nscookie nsc; in build_id_cache__find_debug() local 588 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__find_debug() 592 nsinfo__mountns_exit(&nsc); in build_id_cache__find_debug() 832 struct nscookie nsc; in filename__read_build_id_ns() local 835 nsinfo__mountns_enter(nsi, &nsc); in filename__read_build_id_ns() 837 nsinfo__mountns_exit(&nsc); in filename__read_build_id_ns()
|
| H A D | jitdump.c | 83 struct nscookie nsc; in jit_emit_elf() local 88 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_emit_elf() 91 nsinfo__mountns_exit(&nsc); in jit_emit_elf() 103 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_emit_elf() 105 nsinfo__mountns_exit(&nsc); in jit_emit_elf() 140 struct nscookie nsc; in jit_open() local 146 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_open() 148 nsinfo__mountns_exit(&nsc); in jit_open()
|
| H A D | dsos.c | 74 struct nscookie nsc; in dsos__read_build_ids_cb() local 82 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dsos__read_build_ids_cb() 95 nsinfo__mountns_exit(&nsc); in dsos__read_build_ids_cb()
|
| H A D | probe-event.c | 498 struct nscookie nsc; in open_from_debuginfod() local 519 nsinfo__mountns_enter(nsi, &nsc); in open_from_debuginfod() 521 nsinfo__mountns_exit(&nsc); in open_from_debuginfod() 542 struct nscookie nsc; in open_debuginfo() local 577 nsinfo__mountns_exit(&nsc); in open_debuginfo() 627 struct nscookie nsc; in get_text_start_address() local 631 nsinfo__mountns_exit(&nsc); in get_text_start_address() 1165 struct nscookie nsc; in show_line_range() local 1172 nsinfo__mountns_exit(&nsc); in show_line_range() 2985 struct nscookie nsc; in __add_probe_trace_events() local [all …]
|
| H A D | symbol.c | 1766 struct nscookie nsc; in dso__find_perf_map() local 1775 nsinfo__mountns_enter(nsi, &nsc); in dso__find_perf_map() 1777 nsinfo__mountns_exit(&nsc); in dso__find_perf_map() 1808 struct nscookie nsc; in dso__load() local 1823 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dso__load() 1899 nsinfo__mountns_exit(&nsc); in dso__load() 1919 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dso__load() 1988 nsinfo__mountns_exit(&nsc); in dso__load()
|
| H A D | probe-file.c | 439 struct nscookie nsc; in probe_cache__open() local 453 nsinfo__mountns_enter(nsi, &nsc); in probe_cache__open() 455 nsinfo__mountns_exit(&nsc); in probe_cache__open()
|
| H A D | disasm.c | 1388 struct nscookie nsc; in read_symbol() local 1399 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in read_symbol() 1401 nsinfo__mountns_exit(&nsc); in read_symbol() 1504 struct nscookie nsc; in symbol__disassemble_capstone_powerpc() local 1525 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in symbol__disassemble_capstone_powerpc() 1527 nsinfo__mountns_exit(&nsc); in symbol__disassemble_capstone_powerpc()
|
| H A D | dso.c | 636 struct nscookie nsc; in open_dso() local 640 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in open_dso() 645 nsinfo__mountns_exit(&nsc); in open_dso()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | offloading.c | 66 struct iwl_ns_config *nsc; in iwl_mvm_send_proto_offload() local 73 nsc = cmd.v3s.ns_config; in iwl_mvm_send_proto_offload() 78 nsc = cmd.v4.ns_config; in iwl_mvm_send_proto_offload() 104 if (ipv6_addr_cmp(&nsc[j].dest_ipv6_addr, in iwl_mvm_send_proto_offload() 111 nsc[j].dest_ipv6_addr = solicited_addr; in iwl_mvm_send_proto_offload() 112 memcpy(nsc[j].target_mac_addr, vif->addr, ETH_ALEN); in iwl_mvm_send_proto_offload()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-buildid-cache.c | 180 struct nscookie nsc; in build_id_cache__add_file() local 182 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__add_file() 184 nsinfo__mountns_exit(&nsc); in build_id_cache__add_file() 202 struct nscookie nsc; in build_id_cache__remove_file() local 206 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__remove_file() 208 nsinfo__mountns_exit(&nsc); in build_id_cache__remove_file() 307 struct nscookie nsc; in build_id_cache__update_file() local 311 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__update_file() 313 nsinfo__mountns_exit(&nsc); in build_id_cache__update_file()
|
| H A D | builtin-inject.c | 673 struct nscookie nsc; in dso__read_build_id() local 679 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dso__read_build_id() 689 nsinfo__mountns_exit(&nsc); in dso__read_build_id()
|
| /linux-6.15/kernel/time/ |
| H A D | namespace.c | 330 struct ns_common *nsc = &nsproxy->time_ns_for_children->ns; in timens_on_fork() local 331 struct time_namespace *ns = to_time_ns(nsc); in timens_on_fork()
|
| /linux-6.15/arch/powerpc/boot/dts/ |
| H A D | a4m072.dts | 91 compatible = "nsc,lm87";
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | d3.c | 1729 struct iwl_ns_config *nsc; in iwl_mld_send_proto_offload() local 1735 nsc = cmd->ns_config; in iwl_mld_send_proto_offload() 1761 if (ipv6_addr_cmp(&nsc[j].dest_ipv6_addr, in iwl_mld_send_proto_offload() 1768 nsc[j].dest_ipv6_addr = solicited_addr; in iwl_mld_send_proto_offload() 1769 memcpy(nsc[j].target_mac_addr, vif->addr, ETH_ALEN); in iwl_mld_send_proto_offload()
|
| /linux-6.15/mm/ |
| H A D | mempolicy.c | 294 const nodemask_t *nodes, struct nodemask_scratch *nsc) in mpol_set_nodemask() argument 307 nodes_and(nsc->mask1, in mpol_set_nodemask() 313 mpol_relative_nodemask(&nsc->mask2, nodes, &nsc->mask1); in mpol_set_nodemask() 315 nodes_and(nsc->mask2, *nodes, nsc->mask1); in mpol_set_nodemask() 322 ret = mpol_ops[pol->mode].create(pol, &nsc->mask2); in mpol_set_nodemask()
|