/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv50.c | 147 struct nvkm_vmm_join *join; in nv50_vmm_pgd_pde() local 154 list_for_each_entry(join, &vmm->join, head) { in nv50_vmm_pgd_pde() 155 nvkm_kmap(join->inst); in nv50_vmm_pgd_pde() 156 nvkm_wo64(join->inst, pdeo, data); in nv50_vmm_pgd_pde() 157 nvkm_done(join->inst); in nv50_vmm_pgd_pde() 327 struct nvkm_vmm_join *join; in nv50_vmm_part() local 329 list_for_each_entry(join, &vmm->join, head) { in nv50_vmm_part() 330 if (join in nv50_vmm_part() 342 struct nvkm_vmm_join *join; nv50_vmm_join() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv50.c | 147 struct nvkm_vmm_join *join; in nv50_vmm_pgd_pde() local 154 list_for_each_entry(join, &vmm->join, head) { in nv50_vmm_pgd_pde() 155 nvkm_kmap(join->inst); in nv50_vmm_pgd_pde() 156 nvkm_wo64(join->inst, pdeo, data); in nv50_vmm_pgd_pde() 157 nvkm_done(join->inst); in nv50_vmm_pgd_pde() 329 struct nvkm_vmm_join *join; in nv50_vmm_part() local 331 list_for_each_entry(join, &vmm->join, head) { in nv50_vmm_part() 332 if (join in nv50_vmm_part() 344 struct nvkm_vmm_join *join; nv50_vmm_join() local [all...] |
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 56 lines = '\n'.join(lines) 113 return '\n'.join(lines) 152 """.format(filename=SET_C, extern_h=os.path.join(ITEMS_DIR, EXTERN_H)) 241 sheet_filename = os.path.join(self.ITEMS_DIR,'{}.c'.format(S)) 258 with open(os.path.join(self.OUTPUT_DIR, sheet_filename), 'w') as f: 259 f.write('\n'.join(s_chunks)) 262 with open(os.path.join(self.OUTPUT_DIR, self.MKFILE_SEGMENTS), 'w') as f: 265 f.write('\n'.join(objs)) 268 EXTERN_H = os.path.join(self.ITEMS_DIR, self.EXTERN_H) 269 with open(os.path.join(sel [all...] |
H A D | convert_py_to_csv.py | 34 csv_fname = path.join(CSV_DIR, name + '.csv') 54 os.makedirs(path.join(CSV_DIR,d)) 59 create_csv(path.join('route_values',family), dst_src_map, iter_src_values) 62 create_csv(path.join('device_routes',device), dst_src_map, iter_src)
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.c | 277 struct cmd_join *join; in wl1251_cmd_join() local 281 join = kzalloc(sizeof(*join), GFP_KERNEL); in wl1251_cmd_join() 282 if (!join) { in wl1251_cmd_join() 287 wl1251_debug(DEBUG_CMD, "cmd join%s ch %d %d/%d", in wl1251_cmd_join() 292 bssid = (u8 *) &join->bssid_lsb; in wl1251_cmd_join() 296 join->rx_config_options = wl->rx_config; in wl1251_cmd_join() 297 join->rx_filter_options = wl->rx_filter; in wl1251_cmd_join() 299 join->basic_rate_set = RATE_MASK_1MBPS | RATE_MASK_2MBPS | in wl1251_cmd_join() 302 join in wl1251_cmd_join() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.c | 273 struct cmd_join *join; in wl1251_cmd_join() local 277 join = kzalloc(sizeof(*join), GFP_KERNEL); in wl1251_cmd_join() 278 if (!join) in wl1251_cmd_join() 281 wl1251_debug(DEBUG_CMD, "cmd join%s ch %d %d/%d", in wl1251_cmd_join() 286 bssid = (u8 *) &join->bssid_lsb; in wl1251_cmd_join() 290 join->rx_config_options = wl->rx_config; in wl1251_cmd_join() 291 join->rx_filter_options = wl->rx_filter; in wl1251_cmd_join() 293 join->basic_rate_set = RATE_MASK_1MBPS | RATE_MASK_2MBPS | in wl1251_cmd_join() 296 join in wl1251_cmd_join() [all...] |
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_kernel.py | 32 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs') 66 print('Populating config with:\n$', ' '.join(command)) 80 print('Building with:\n$', ' '.join(command)) 117 kernel_path = os.path.join(build_dir, self._kernel_path) 122 '-append', ' '.join(params + [self._kernel_command_line]), 126 # Note: shlex.join() does what we want, but requires python 3.8+. 127 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command)) 147 linux_bin = os.path.join(build_dir, 'linux') 156 return os.path.join(build_dir, KCONFIG_PATH) 159 return os.path.join(build_di [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_syncmap.c | 288 * Each pass the common prefix shrinks and we have to insert a join. in igt_syncmap_join_above() 289 * Each join will only contain two branches, the latest of which in igt_syncmap_join_above() 298 struct i915_syncmap *join; in igt_syncmap_join_above() local 304 join = sync->parent; in igt_syncmap_join_above() 305 if (!join) /* very first insert will have no parents */ in igt_syncmap_join_above() 308 if (!join->height) { in igt_syncmap_join_above() 314 if (hweight32(join->bitmap) != 2) { in igt_syncmap_join_above() 315 pr_err("Join does not have 2 children: %x (%d)\n", in igt_syncmap_join_above() 316 join->bitmap, hweight32(join in igt_syncmap_join_above() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_syncmap.c | 288 * Each pass the common prefix shrinks and we have to insert a join. in igt_syncmap_join_above() 289 * Each join will only contain two branches, the latest of which in igt_syncmap_join_above() 298 struct i915_syncmap *join; in igt_syncmap_join_above() local 304 join = sync->parent; in igt_syncmap_join_above() 305 if (!join) /* very first insert will have no parents */ in igt_syncmap_join_above() 308 if (!join->height) { in igt_syncmap_join_above() 314 if (hweight32(join->bitmap) != 2) { in igt_syncmap_join_above() 315 pr_err("Join does not have 2 children: %x (%d)\n", in igt_syncmap_join_above() 316 join->bitmap, hweight32(join in igt_syncmap_join_above() [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 57 lines = '\n'.join(lines) 114 return '\n'.join(lines) 154 """.format(filename=SET_C, extern_h=os.path.join(ITEMS_DIR, EXTERN_H)) 245 sheet_filename = os.path.join(self.ITEMS_DIR,'{}.c'.format(S)) 262 with open(os.path.join(self.OUTPUT_DIR, sheet_filename), 'w') as f: 263 f.write('\n'.join(s_chunks)) 266 with open(os.path.join(self.OUTPUT_DIR, self.MKFILE_SEGMENTS), 'w') as f: 269 f.write('\n'.join(objs)) 272 EXTERN_H = os.path.join(self.ITEMS_DIR, self.EXTERN_H) 273 with open(os.path.join(sel [all...] |
H A D | convert_py_to_csv.py | 35 csv_fname = path.join(CSV_DIR, name + '.csv') 55 os.makedirs(path.join(CSV_DIR,d)) 60 create_csv(path.join('route_values',family), dst_src_map, iter_src_values) 63 create_csv(path.join('device_routes',device), dst_src_map, iter_src)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | rustdoc_test_gen.rs | 62 let joined_potential_components = potential_components.join("_") + ".rs"; in find_candidates() 64 .join("rust/kernel") in find_candidates() 65 .join(prefix) in find_candidates() 66 .join(&joined_potential_components) in find_candidates() 72 .join(prefix) in find_candidates() 73 .join(joined_potential_components), in find_candidates() 81 let prefix = prefix.join(components_prefix.join("_")); in find_candidates() 82 if srctree.join("rust/kernel").join( in find_candidates() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_bpftool_synctypes.py | 10 LINUX_ROOT = os.path.abspath(os.path.join(__file__, 13 os.path.join(LINUX_ROOT, 'tools/bpf/bpftool')) 15 os.path.join(BPFTOOL_DIR, 'bash-completion')) 17 os.path.join(BPFTOOL_DIR, 'Documentation')) 19 os.path.join(LINUX_ROOT, 'tools/include')) 304 filename = os.path.join(BPFTOOL_DIR, 'main.h') 330 filename = os.path.join(BPFTOOL_DOC_DIR, 'substitutions.rst') 353 filename = os.path.join(BPFTOOL_DIR, 'prog.c') 366 filename = os.path.join(BPFTOOL_DIR, 'map.c') 375 filename = os.path.join(BPFTOOL_DI [all...] |
H A D | cgroup_helpers.c | 262 * join_cgroup() - Join a cgroup 263 * @relative_path: The cgroup path, relative to the workdir, to join 281 * join_root_cgroup() - Join the root cgroup 293 * join_parent_cgroup() - Join a cgroup in the parent process workdir 294 * @relative_path: The cgroup path, relative to parent process workdir, to join 369 * @relative_path: The cgroup path, relative to the workdir, to join 399 * @relative_path: The cgroup path, relative to the workdir, to join 469 fprintf(stderr, "Failed to join cgroup\n"); in cgroup_setup_and_join() 564 * join_classid() - Join a cgroupv1 net_cls classid 567 * join i [all...] |
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | slice.rs | 572 /// assert_eq!(["hello", "world"].join(" "), "hello world"); 573 /// assert_eq!([[1, 2], [3, 4]].join(&0), [1, 2, 0, 3, 4]); 574 /// assert_eq!([[1, 2], [3, 4]].join(&[0, 0][..]), [1, 2, 0, 0, 3, 4]); 578 pub fn join<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output in join() functions 580 Self: Join<Separator>, in join() 582 Join::join(self, sep) in join() 597 #[deprecated(since = "1.3.0", note = "renamed to join")] 598 pub fn connect<Separator>(&self, sep: Separator) -> <Self as Join<Separato 697 pub trait Join<Separator> { global() traits 704 fn join(slice: &Self, sep: Separator) -> Self::Output; join() functions 727 fn join(slice: &Self, sep: &T) -> Vec<T> { join() functions 750 fn join(slice: &Self, sep: &[T]) -> Vec<T> { join() functions [all...] |
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kfigure.py | 258 src_fname = path.join(translator.builder.srcdir, img_node['uri']) 260 src_fname = path.join(translator.builder.outdir, img_node['uri']) 276 dst_fname = path.join(translator.builder.outdir, fname + '.pdf') 282 dst_fname = path.join( 286 img_node['uri'] = path.join( 289 '*': path.join(translator.builder.imgpath, fname + '.svg')} 305 dst_fname = path.join(translator.builder.outdir, fname + '.pdf') 325 svg_fname = path.join(translator.builder.outdir, fname + '.svg') 364 "Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 397 kernellog.warn(app, "Error #%d when calling: %s" % (exit_code, " ".join(cm [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/tests/ |
H A D | conftest.py | 18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf')) 62 shutil.copyfile(os.path.join(self._test_dir, dot_config), 63 os.path.join(temp_dir, '.config')) 90 with open(os.path.join(temp_dir, out_file)) as f: 100 print("[command]\n{}\n".format(' '.join(command))) 150 defconfig_path = os.path.join(self._test_dir, defconfig) 155 all_config_path = os.path.join(self._test_dir, all_config) 226 with open(os.path.join(self._test_dir, expected)) as f:
|
/kernel/linux/linux-6.6/scripts/kconfig/tests/ |
H A D | conftest.py | 18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf')) 66 shutil.copyfile(os.path.join(self._test_dir, dot_config), 67 os.path.join(temp_dir, '.config')) 94 with open(os.path.join(temp_dir, out_file)) as f: 104 print("[command]\n{}\n".format(' '.join(command))) 154 defconfig_path = os.path.join(self._test_dir, defconfig) 159 all_config_path = os.path.join(self._test_dir, all_config) 230 with open(os.path.join(self._test_dir, expected)) as f:
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 37 print(curcase['id'] + ': (' + ', '.join(curcase['category']) + ") " + curcase['name']) 44 print(", ".join(str(s) for s in categories)) 58 print("\n".join(str(s) for s in items))
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 37 print(curcase['id'] + ': (' + ', '.join(curcase['category']) + ") " + curcase['name']) 44 print(", ".join(str(s) for s in categories)) 58 print("\n".join(str(s) for s in items))
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kfigure.py | 217 src_fname = path.join(translator.builder.srcdir, img_node['uri']) 219 src_fname = path.join(translator.builder.outdir, img_node['uri']) 235 dst_fname = path.join(translator.builder.outdir, fname + '.pdf') 241 dst_fname = path.join( 245 img_node['uri'] = path.join( 248 '*': path.join(translator.builder.imgpath, fname + '.svg')} 262 dst_fname = path.join(translator.builder.outdir, fname + '.pdf') 314 "Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 331 kernellog.warn(app, "Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 439 fname = path.join(' [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 397 ' FROM call_paths c INNER JOIN call_paths p ON p.id = c.parent_id') 422 ' FROM calls INNER JOIN call_paths ON call_paths.id = call_path_id') 456 ' INNER JOIN samples ON samples.id = ptwrite.id') 467 ' INNER JOIN samples ON samples.id = cbr.id') 477 ' INNER JOIN samples ON samples.id = mwait.id') 488 ' INNER JOIN samples ON samples.id = pwre.id') 497 ' INNER JOIN samples ON samples.id = exstop.id') 513 ' INNER JOIN samples ON samples.id = pwrx.id') 541 ' INNER JOIN selected_events ON selected_events.id = evsel_id' 562 ' INNER JOIN thread [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 399 ' FROM call_paths c INNER JOIN call_paths p ON p.id = c.parent_id') 424 ' FROM calls INNER JOIN call_paths ON call_paths.id = call_path_id') 459 ' INNER JOIN samples ON samples.id = ptwrite.id') 470 ' INNER JOIN samples ON samples.id = cbr.id') 480 ' INNER JOIN samples ON samples.id = mwait.id') 491 ' INNER JOIN samples ON samples.id = pwre.id') 500 ' INNER JOIN samples ON samples.id = exstop.id') 516 ' INNER JOIN samples ON samples.id = pwrx.id') 544 ' INNER JOIN selected_events ON selected_events.id = evsel_id' 565 ' INNER JOIN thread [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 7 * defines domain join / leave apis 318 /* we may still be in the list if we hit an error during join. */ in dlm_ctxt_release() 511 * state and the dlm spinlock for join state... Sorry! */ in dlm_mark_domain_leaving() 737 "node %u wanted to join with %s locking protocol " in dlm_query_join_proto_check() 747 "Node %u wanted to join with %s locking " in dlm_query_join_proto_check() 804 mlog(0, "node %u wants to join domain %s\n", query->node_idx, in dlm_query_join_handler() 830 * join request if joining node has different node map. in dlm_query_join_handler() 836 mlog(0, "disallow join as node %u does not " in dlm_query_join_handler() 857 * haven't started our join process yet, then in dlm_query_join_handler() 864 mlog(0, "node %u trying to join, bu in dlm_query_join_handler() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 5 * defines domain join / leave apis 316 /* we may still be in the list if we hit an error during join. */ in dlm_ctxt_release() 509 * state and the dlm spinlock for join state... Sorry! */ in dlm_mark_domain_leaving() 735 "node %u wanted to join with %s locking protocol " in dlm_query_join_proto_check() 745 "Node %u wanted to join with %s locking " in dlm_query_join_proto_check() 802 mlog(0, "node %u wants to join domain %s\n", query->node_idx, in dlm_query_join_handler() 828 * join request if joining node has different node map. in dlm_query_join_handler() 834 mlog(0, "disallow join as node %u does not " in dlm_query_join_handler() 855 * haven't started our join process yet, then in dlm_query_join_handler() 862 mlog(0, "node %u trying to join, bu in dlm_query_join_handler() [all...] |