Home
last modified time | relevance | path

Searched refs:nsc (Results 1 – 18 of 18) sorted by relevance

/linux/tools/perf/util/
H A Dcopyfile.c20 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 Dnamespaces.c352 struct nscookie nsc; in nsinfo__realpath() local
354 nsinfo__mountns_enter(nsi, &nsc); in nsinfo__realpath()
356 nsinfo__mountns_exit(&nsc); in nsinfo__realpath()
364 struct nscookie nsc; in nsinfo__stat() local
366 nsinfo__mountns_enter(nsi, &nsc); in nsinfo__stat()
368 nsinfo__mountns_exit(&nsc); in nsinfo__stat()
H A Dbuild-id.c558 struct nscookie nsc; in build_id_cache__add_sdt_cache() local
564 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__add_sdt_cache()
566 nsinfo__mountns_exit(&nsc); in build_id_cache__add_sdt_cache()
587 struct nscookie nsc; in build_id_cache__find_debug() local
603 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__find_debug()
607 nsinfo__mountns_exit(&nsc); in build_id_cache__find_debug()
847 struct nscookie nsc; in filename__read_build_id_ns() local
850 nsinfo__mountns_enter(nsi, &nsc); in filename__read_build_id_ns()
852 nsinfo__mountns_exit(&nsc); in filename__read_build_id_ns()
H A Djitdump.c83 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 Dcapstone.c350 struct nscookie nsc; in symbol__disassemble_capstone_powerpc() local
371 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in symbol__disassemble_capstone_powerpc()
373 nsinfo__mountns_exit(&nsc); in symbol__disassemble_capstone_powerpc()
H A Ddsos.c74 struct nscookie nsc; in dsos__read_build_ids_cb() local
83 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dsos__read_build_ids_cb()
96 nsinfo__mountns_exit(&nsc); in dsos__read_build_ids_cb()
H A Dprobe-event.c501 struct nscookie nsc; in open_from_debuginfod() local
522 nsinfo__mountns_enter(nsi, &nsc); in open_from_debuginfod()
524 nsinfo__mountns_exit(&nsc); in open_from_debuginfod()
545 struct nscookie nsc; in open_debuginfo() local
570 nsinfo__mountns_enter(nsi, &nsc); in open_debuginfo()
580 nsinfo__mountns_exit(&nsc); in open_debuginfo()
630 struct nscookie nsc; in get_text_start_address() local
632 nsinfo__mountns_enter(nsi, &nsc); in get_text_start_address()
634 nsinfo__mountns_exit(&nsc); in get_text_start_address()
1169 struct nscookie nsc; in show_line_range() local
[all …]
H A Ddso.c636 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()
1823 struct nscookie nsc; in __dso__read_symbol() local
1832 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in __dso__read_symbol()
1835 nsinfo__mountns_exit(&nsc); in __dso__read_symbol()
H A Dsymbol.c1656 struct nscookie nsc; in dso__find_perf_map() local
1665 nsinfo__mountns_enter(nsi, &nsc); in dso__find_perf_map()
1667 nsinfo__mountns_exit(&nsc); in dso__find_perf_map()
1697 struct nscookie nsc; in dso__load() local
1712 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dso__load()
1789 nsinfo__mountns_exit(&nsc); in dso__load()
1809 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dso__load()
1878 nsinfo__mountns_exit(&nsc); in dso__load()
H A Dprobe-file.c439 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()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_interface_stress.sh22 setup_ns nsc nsr nss
24 ip -net $nsc link add cr0 type veth peer name rc0 netns $nsr
25 ip -net $nsc addr add 10.0.0.1/24 dev cr0
26 ip -net $nsc link set cr0 up
27 ip -net $nsc route add default via 10.0.0.2
93 rate=$(ip netns exec $nsc iperf3 \
/linux/tools/perf/
H A Dbuiltin-buildid-cache.c180 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()
309 struct nscookie nsc; in build_id_cache__update_file() local
313 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__update_file()
315 nsinfo__mountns_exit(&nsc); in build_id_cache__update_file()
H A Dbuiltin-inject.c663 struct nscookie nsc; in dso__read_build_id() local
670 nsinfo__mountns_enter(dso__nsinfo(dso), &nsc); in dso__read_build_id()
680 nsinfo__mountns_exit(&nsc); in dso__read_build_id()
/linux/kernel/time/
H A Dnamespace.c331 struct ns_common *nsc = &nsproxy->time_ns_for_children->ns; in timens_on_fork() local
332 struct time_namespace *ns = to_time_ns(nsc); in timens_on_fork()
/linux/arch/powerpc/boot/dts/
H A Da4m072.dts91 compatible = "nsc,lm87";
/linux/mm/
H A Dmempolicy.c406 const nodemask_t *nodes, struct nodemask_scratch *nsc) in mpol_set_nodemask() argument
419 nodes_and(nsc->mask1, in mpol_set_nodemask()
425 mpol_relative_nodemask(&nsc->mask2, nodes, &nsc->mask1); in mpol_set_nodemask()
427 nodes_and(nsc->mask2, *nodes, nsc->mask1); in mpol_set_nodemask()
434 ret = mpol_ops[pol->mode].create(pol, &nsc->mask2); in mpol_set_nodemask()
/linux/
H A D.mailmap597 Nicolas Schier <nsc@kernel.org> <n.schier@avm.de>
598 Nicolas Schier <nsc@kernel.org> <nicolas@fjasle.eu>
H A DMAINTAINERS13588 M: Nicolas Schier <nsc@kernel.org>
13658 M: Nicolas Schier <nsc@kernel.org>