Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 25 of 169) sorted by relevance

1234567

/linux-6.3-rc2/include/linux/
A Dpage-flags.h426 TESTPAGEFLAG(uname, lname, policy) \
427 SETPAGEFLAG(uname, lname, policy) \
428 CLEARPAGEFLAG(uname, lname, policy)
431 TESTPAGEFLAG(uname, lname, policy) \
432 __SETPAGEFLAG(uname, lname, policy) \
433 __CLEARPAGEFLAG(uname, lname, policy)
436 TESTSETFLAG(uname, lname, policy) \
437 TESTCLEARFLAG(uname, lname, policy)
465 #define PAGEFLAG_FALSE(uname, lname) TESTPAGEFLAG_FALSE(uname, lname) \ argument
466 SETPAGEFLAG_NOOP(uname, lname) CLEARPAGEFLAG_NOOP(uname, lname)
[all …]
A Dhugetlb.h619 #define TESTHPAGEFLAG(uname, flname) \ argument
625 static inline int HPage##uname(struct page *page) \
628 #define SETHPAGEFLAG(uname, flname) \ argument
637 #define CLEARHPAGEFLAG(uname, flname) \ argument
646 #define TESTHPAGEFLAG(uname, flname) \ argument
653 #define SETHPAGEFLAG(uname, flname) \ argument
660 #define CLEARHPAGEFLAG(uname, flname) \ argument
668 #define HPAGEFLAG(uname, flname) \ argument
669 TESTHPAGEFLAG(uname, flname) \
670 SETHPAGEFLAG(uname, flname) \
[all …]
A Dof_fdt.h45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
50 const char *uname,
54 const char *uname);
/linux-6.3-rc2/drivers/staging/vt6655/
A Dtest1 KSP := /lib/modules/$(shell uname -r)/build \
2 /usr/src/linux-$(shell uname -r) \
3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \
4 # /usr/src/kernel-headers-$(shell uname -r) \
5 # /usr/src/kernel-source-$(shell uname -r) \
6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \
/linux-6.3-rc2/tools/perf/tests/shell/
A Dtest_intel_pt.sh113 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u -C 0 -- taskset --cpu-list 1 uname
438 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/mtc=0,tsc=0/u uname
459 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/branch=0/u uname
482 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/cyc/u uname
490 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u uname
518 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt//k -m1,128 uname ; then
555 perf_record_no_bpf -o "${perfdatafile}" --aux-sample -e '{intel_pt//,cycles}:u' uname
578 if ! perf_record_no_decode -o "${perfdatafile}" -a -e intel_pt/pwr_evt/u uname ; then
595 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/notnt/u uname
615 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt/event/u uname ; then
[all …]
/linux-6.3-rc2/arch/powerpc/kernel/
A Ddt_cpu_ftrs.c879 const char *uname, int i) in process_cpufeatures_node() argument
889 f->name = uname; in process_cpufeatures_node()
893 pr_warn("%s: missing isa property\n", uname); in process_cpufeatures_node()
940 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node()
946 pr_warn("%s: missing hfscr_bit_nr\n", uname); in process_cpufeatures_node()
959 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node()
965 pr_warn("%s: missing fscr_bit_nr\n", uname); in process_cpufeatures_node()
1036 const char *uname, in scan_cpufeatures_subnodes() argument
1041 process_cpufeatures_node(node, uname, *count); in scan_cpufeatures_subnodes()
1049 const char *uname, in count_cpufeatures_subnodes() argument
[all …]
/linux-6.3-rc2/drivers/of/
A Dof_reserved_mem.c61 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() argument
72 rmem->name = uname; in fdt_reserved_mem_save_node()
85 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument
100 pr_err("invalid size property in '%s' node.\n", uname); in __reserved_mem_alloc_size()
109 uname); in __reserved_mem_alloc_size()
129 uname); in __reserved_mem_alloc_size()
144 uname, &base, in __reserved_mem_alloc_size()
156 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size()
161 uname, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size()
A Dfdt.c501 const char *uname) in __reserved_mem_reserve_reg() argument
516 uname); in __reserved_mem_reserve_reg()
529 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg()
532 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg()
536 fdt_reserved_mem_save_node(node, uname, base, size); in __reserved_mem_reserve_reg()
584 const char *uname; in fdt_scan_reserved_mem() local
590 uname = fdt_get_name(fdt, child, NULL); in fdt_scan_reserved_mem()
592 err = __reserved_mem_reserve_reg(child, uname); in fdt_scan_reserved_mem()
594 fdt_reserved_mem_save_node(child, uname, 0, 0); in fdt_scan_reserved_mem()
674 const char *uname, int depth, in of_scan_flat_dt() argument
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dfirmware.c153 static int __init probe_fw_features(unsigned long node, const char *uname, int in probe_fw_features() argument
164 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in probe_fw_features()
175 if (!strcmp(uname, "chosen")) { in probe_fw_features()
/linux-6.3-rc2/fs/9p/
A Dv9fs.c117 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()
118 seq_printf(m, ",uname=%s", v9ses->uname); in v9fs_show_options()
251 kfree(v9ses->uname); in v9fs_parse_options()
252 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options()
253 if (!v9ses->uname) { in v9fs_parse_options()
394 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init()
395 if (!v9ses->uname) in v9fs_session_init()
456 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UID, in v9fs_session_init()
489 kfree(v9ses->uname); in v9fs_session_init()
511 kfree(v9ses->uname); in v9fs_session_close()
A Dfid.c159 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local
195 uname = NULL; in v9fs_fid_lookup_with_uid()
197 uname = v9ses->uname; in v9fs_fid_lookup_with_uid()
199 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
/linux-6.3-rc2/fs/fat/
A Dnamei_vfat.c328 wchar_t *uname, int ulen, in vfat_create_shortname() argument
345 ext_start = end = &uname[ulen]; in vfat_create_shortname()
346 while (--ext_start >= uname) { in vfat_create_shortname()
356 if (ext_start == uname - 1) { in vfat_create_shortname()
365 name_start = &uname[0]; in vfat_create_shortname()
372 sz = ext_start - uname; in vfat_create_shortname()
590 wchar_t *uname; in vfat_build_slots() local
598 uname = __getname(); in vfat_build_slots()
599 if (!uname) in vfat_build_slots()
607 err = vfat_is_used_badchars(uname, ulen); in vfat_build_slots()
[all …]
/linux-6.3-rc2/tools/testing/crypto/chacha20-s390/
A DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf.data-directory-format.txt34 $ sudo perf record --kcore uname
61uname 15316 2060795.480924: 588287 cycles: ffffffffa303a56d page_counter_try_charge+0x6d (vml…
62uname 15316 2060795.481067: 2261945 cycles: ffffffffa301438f kmem_cache_free+0x4f (vmlinux)
63uname 15316 2060795.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linu…
/linux-6.3-rc2/scripts/kconfig/
A Dstreamline_config.pl59 my $uname = `uname -r`;
60 chomp $uname;
72 "file" => "/boot/config-$uname",
76 "file" => "/boot/vmlinuz-$uname",
86 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
/linux-6.3-rc2/tools/power/cpupower/debug/kernel/
A DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
/linux-6.3-rc2/fs/ntfs/
A Ddir.c143 if (ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name()
193 ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name()
234 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name()
253 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name()
403 if (ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name()
453 ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name()
496 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name()
515 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name()
719 rc = ntfs_collate_names(uname, uname_len,
738 rc = ntfs_collate_names(uname, uname_len,
[all …]
A Dnamei.c94 ntfschar *uname; in ntfs_lookup() local
104 &uname); in ntfs_lookup()
111 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
113 kmem_cache_free(ntfs_name_cache, uname); in ntfs_lookup()
A Ddir.h32 const ntfschar *uname, const int uname_len, ntfs_name **res);
/linux-6.3-rc2/fs/ntfs3/
A Ddir.c184 u16 *uname = uni->name; in ntfs_nls_to_utf16() local
190 ret = _utf8s_to_utf16s(name, name_len, endian, uname, max_ulen); in ntfs_nls_to_utf16()
199 slen = nls->char2uni(name, end - name, uname + ret); in ntfs_nls_to_utf16()
211 __cpu_to_le16s(uname); in ntfs_nls_to_utf16()
212 uname++; in ntfs_nls_to_utf16()
220 __cpu_to_be16s(uname); in ntfs_nls_to_utf16()
221 uname++; in ntfs_nls_to_utf16()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.h594 #define BUILD_CONTROLS_SHADOW(lname, uname, bits) \ argument
598 vmcs_write##bits(uname, val); \
612 BUILD_BUG_ON(!(val & (KVM_REQUIRED_VMX_##uname | KVM_OPTIONAL_VMX_##uname))); \
617 BUILD_BUG_ON(!(val & (KVM_REQUIRED_VMX_##uname | KVM_OPTIONAL_VMX_##uname))); \
/linux-6.3-rc2/arch/x86/kvm/
A Dkvm_cache_regs.h18 #define BUILD_KVM_GPR_ACCESSORS(lname, uname) \ argument
21 return vcpu->arch.regs[VCPU_REGS_##uname]; \
26 vcpu->arch.regs[VCPU_REGS_##uname] = val; \
/linux-6.3-rc2/arch/um/os-Linux/
A Dutil.c54 uname(&host); in setup_machinename()
75 uname(&host); in setup_hostinfo()
/linux-6.3-rc2/mm/
A Dmemfd.c276 const char __user *, uname, in SYSCALL_DEFINE2() argument
331 len = strnlen_user(uname, MFD_NAME_MAX_LEN + 1); in SYSCALL_DEFINE2()
342 if (copy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, len)) { in SYSCALL_DEFINE2()
/linux-6.3-rc2/Documentation/features/
A Dlist-arch.sh9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')}

Completed in 41 milliseconds

1234567