Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Doffloading.c123 struct iwl_ns_config *nsc; in iwl_mvm_send_proto_offload() local
130 nsc = cmd.v3s.ns_config; in iwl_mvm_send_proto_offload()
135 nsc = cmd.v3l.ns_config; in iwl_mvm_send_proto_offload()
161 if (ipv6_addr_cmp(&nsc[j].dest_ipv6_addr, in iwl_mvm_send_proto_offload()
168 nsc[j].dest_ipv6_addr = solicited_addr; in iwl_mvm_send_proto_offload()
169 memcpy(nsc[j].target_mac_addr, vif->addr, ETH_ALEN); in iwl_mvm_send_proto_offload()
/Linux-v4.19/tools/perf/
Dbuiltin-buildid-cache.c176 struct nscookie nsc; in build_id_cache__add_file() local
178 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__add_file()
180 nsinfo__mountns_exit(&nsc); in build_id_cache__add_file()
198 struct nscookie nsc; in build_id_cache__remove_file() local
202 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__remove_file()
204 nsinfo__mountns_exit(&nsc); in build_id_cache__remove_file()
302 struct nscookie nsc; in build_id_cache__update_file() local
306 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__update_file()
308 nsinfo__mountns_exit(&nsc); in build_id_cache__update_file()
/Linux-v4.19/tools/perf/util/
Dutil.c199 struct nscookie nsc; in slow_copyfile() local
201 nsinfo__mountns_enter(nsi, &nsc); in slow_copyfile()
203 nsinfo__mountns_exit(&nsc); in slow_copyfile()
259 struct nscookie nsc; in copyfile_mode_ns() local
261 nsinfo__mountns_enter(nsi, &nsc); in copyfile_mode_ns()
263 nsinfo__mountns_exit(&nsc); in copyfile_mode_ns()
291 nsinfo__mountns_enter(nsi, &nsc); in copyfile_mode_ns()
293 nsinfo__mountns_exit(&nsc); in copyfile_mode_ns()
Dnamespaces.c245 struct nscookie nsc; in nsinfo__realpath() local
247 nsinfo__mountns_enter(nsi, &nsc); in nsinfo__realpath()
249 nsinfo__mountns_exit(&nsc); in nsinfo__realpath()
Dbuild-id.c588 struct nscookie nsc; in build_id_cache__add_sdt_cache() local
594 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__add_sdt_cache()
596 nsinfo__mountns_exit(&nsc); in build_id_cache__add_sdt_cache()
614 struct nscookie nsc; in build_id_cache__find_debug() local
626 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__find_debug()
630 nsinfo__mountns_exit(&nsc); in build_id_cache__find_debug()
Ddso.c513 struct nscookie nsc; in open_dso() local
516 nsinfo__mountns_enter(dso->nsinfo, &nsc); in open_dso()
519 nsinfo__mountns_exit(&nsc); in open_dso()
1319 struct nscookie nsc; in __dsos__read_build_ids() local
1328 nsinfo__mountns_enter(pos->nsinfo, &nsc); in __dsos__read_build_ids()
1334 nsinfo__mountns_exit(&nsc); in __dsos__read_build_ids()
Dsymbol.c1458 struct nscookie nsc; in dso__find_perf_map() local
1467 nsinfo__mountns_enter(nsi, &nsc); in dso__find_perf_map()
1469 nsinfo__mountns_exit(&nsc); in dso__find_perf_map()
1500 struct nscookie nsc; in dso__load() local
1512 nsinfo__mountns_enter(dso->nsinfo, &nsc); in dso__load()
1606 nsinfo__mountns_exit(&nsc); in dso__load()
1613 nsinfo__mountns_enter(dso->nsinfo, &nsc); in dso__load()
1674 nsinfo__mountns_exit(&nsc); in dso__load()
Dprobe-event.c461 struct nscookie nsc; in open_debuginfo() local
479 nsinfo__mountns_enter(nsi, &nsc); in open_debuginfo()
489 nsinfo__mountns_exit(&nsc); in open_debuginfo()
539 struct nscookie nsc; in get_text_start_address() local
541 nsinfo__mountns_enter(nsi, &nsc); in get_text_start_address()
543 nsinfo__mountns_exit(&nsc); in get_text_start_address()
1032 struct nscookie nsc; in show_line_range() local
1037 nsinfo__mountns_enter(nsi, &nsc); in show_line_range()
1039 nsinfo__mountns_exit(&nsc); in show_line_range()
2728 struct nscookie nsc; in __add_probe_trace_events() local
[all …]
Dprobe-file.c423 struct nscookie nsc; in probe_cache__open() local
437 nsinfo__mountns_enter(nsi, &nsc); in probe_cache__open()
439 nsinfo__mountns_exit(&nsc); in probe_cache__open()
/Linux-v4.19/arch/powerpc/boot/dts/
Da4m072.dts95 compatible = "nsc,lm87";
/Linux-v4.19/mm/
Dmempolicy.c204 const nodemask_t *nodes, struct nodemask_scratch *nsc) in mpol_set_nodemask() argument
212 nodes_and(nsc->mask1, in mpol_set_nodemask()
220 mpol_relative_nodemask(&nsc->mask2, nodes, &nsc->mask1); in mpol_set_nodemask()
222 nodes_and(nsc->mask2, *nodes, nsc->mask1); in mpol_set_nodemask()
232 ret = mpol_ops[pol->mode].create(pol, &nsc->mask2); in mpol_set_nodemask()