Home
last modified time | relevance | path

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

123456

/Linux-v5.10/include/linux/
Dpage-flags.h263 #define TESTPAGEFLAG(uname, lname, policy) \ argument
264 static __always_inline int Page##uname(struct page *page) \
267 #define SETPAGEFLAG(uname, lname, policy) \ argument
268 static __always_inline void SetPage##uname(struct page *page) \
271 #define CLEARPAGEFLAG(uname, lname, policy) \ argument
272 static __always_inline void ClearPage##uname(struct page *page) \
275 #define __SETPAGEFLAG(uname, lname, policy) \ argument
276 static __always_inline void __SetPage##uname(struct page *page) \
279 #define __CLEARPAGEFLAG(uname, lname, policy) \ argument
280 static __always_inline void __ClearPage##uname(struct page *page) \
[all …]
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);
61 extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
63 extern int early_init_dt_scan_memory(unsigned long node, const char *uname,
76 extern int early_init_dt_scan_root(unsigned long node, const char *uname,
Dof_reserved_mem.h43 void fdt_reserved_mem_save_node(unsigned long node, const char *uname,
64 const char *uname, phys_addr_t base, phys_addr_t size) { } in fdt_reserved_mem_save_node() argument
/Linux-v5.10/drivers/staging/vt6655/
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-v5.10/drivers/of/
Dfdt.c477 const char *uname) in __reserved_mem_reserve_reg() argument
492 uname); in __reserved_mem_reserve_reg()
505 uname, &base, (unsigned long)size / SZ_1M); in __reserved_mem_reserve_reg()
508 uname, &base, (unsigned long)size / SZ_1M); in __reserved_mem_reserve_reg()
512 fdt_reserved_mem_save_node(node, uname, base, size); in __reserved_mem_reserve_reg()
545 static int __init __fdt_scan_reserved_mem(unsigned long node, const char *uname, in __fdt_scan_reserved_mem() argument
551 if (!found && depth == 1 && strcmp(uname, "reserved-memory") == 0) { in __fdt_scan_reserved_mem()
571 err = __reserved_mem_reserve_reg(node, uname); in __fdt_scan_reserved_mem()
573 fdt_reserved_mem_save_node(node, uname, 0, 0); in __fdt_scan_reserved_mem()
630 const char *uname, int depth, in of_scan_flat_dt() argument
[all …]
Dof_reserved_mem.c51 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() argument
62 rmem->name = uname; in fdt_reserved_mem_save_node()
75 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument
90 pr_err("invalid size property in '%s' node.\n", uname); in __reserved_mem_alloc_size()
99 uname); in __reserved_mem_alloc_size()
123 uname); in __reserved_mem_alloc_size()
138 uname, &base, in __reserved_mem_alloc_size()
150 uname, &base, (unsigned long)size / SZ_1M); in __reserved_mem_alloc_size()
154 pr_info("failed to allocate memory for node '%s'\n", uname); in __reserved_mem_alloc_size()
/Linux-v5.10/arch/powerpc/kernel/
Ddt_cpu_ftrs.c857 static int __init fdt_find_cpu_features(unsigned long node, const char *uname, in fdt_find_cpu_features() argument
896 const char *uname, int i) in process_cpufeatures_node() argument
906 f->name = uname; in process_cpufeatures_node()
910 pr_warn("%s: missing isa property\n", uname); in process_cpufeatures_node()
917 pr_warn("%s: missing usable-privilege property", uname); in process_cpufeatures_node()
952 pr_warn("%s: HV feature passed to guest\n", uname); in process_cpufeatures_node()
957 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node()
963 pr_warn("%s: missing hfscr_bit_nr\n", uname); in process_cpufeatures_node()
969 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node()
976 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node()
[all …]
Dprom.c309 const char *uname, int depth, in early_init_dt_scan_cpus() argument
399 const char *uname, in early_init_dt_scan_chosen_ppc() argument
405 if (early_init_dt_scan_chosen(node, uname, depth, data) == 0) in early_init_dt_scan_chosen_ppc()
536 const char *uname, in early_init_dt_scan_memory_ppc() argument
541 strcmp(uname, "ibm,dynamic-reconfiguration-memory") == 0) { in early_init_dt_scan_memory_ppc()
547 return early_init_dt_scan_memory(node, uname, depth, data); in early_init_dt_scan_memory_ppc()
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dfirmware.c150 static int __init probe_fw_features(unsigned long node, const char *uname, int in probe_fw_features() argument
161 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in probe_fw_features()
172 if (!strcmp(uname, "chosen")) { in probe_fw_features()
/Linux-v5.10/fs/fat/
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()
382 for (baselen = i = 0, p = base, ip = uname; i < sz; i++, ip++) { in vfat_create_shortname()
399 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname()
590 wchar_t *uname; in vfat_build_slots() local
598 uname = __getname(); in vfat_build_slots()
[all …]
/Linux-v5.10/fs/9p/
Dv9fs.c120 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()
121 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()
393 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init()
394 if (!v9ses->uname) in v9fs_session_init()
455 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UID, in v9fs_session_init()
484 kfree(v9ses->uname); in v9fs_session_init()
507 kfree(v9ses->uname); in v9fs_session_close()
Dfid.c105 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local
138 uname = NULL; in v9fs_fid_lookup_with_uid()
140 uname = v9ses->uname; in v9fs_fid_lookup_with_uid()
142 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
/Linux-v5.10/tools/perf/Documentation/
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-v5.10/scripts/kconfig/
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-v5.10/tools/power/cpupower/debug/kernel/
DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
/Linux-v5.10/fs/ntfs/
Ddir.c67 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, in ntfs_lookup_inode_by_name() argument
143 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()
620 u64 ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname,
[all …]
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()
Ddir.h32 const ntfschar *uname, const int uname_len, ntfs_name **res);
/Linux-v5.10/arch/mips/ralink/
Dof.c57 const char *uname, int depth, void *data) in early_init_dt_find_memory() argument
59 if (depth == 1 && !strcmp(uname, "memory@0")) in early_init_dt_find_memory()
/Linux-v5.10/arch/arm64/kernel/
Dacpi.c66 const char *uname, int depth, in dt_scan_depth1_nodes() argument
76 if (strcmp(uname, "chosen") == 0) in dt_scan_depth1_nodes()
79 if (strcmp(uname, "hypervisor") == 0 && in dt_scan_depth1_nodes()
/Linux-v5.10/arch/x86/kvm/
Dkvm_cache_regs.h12 #define BUILD_KVM_GPR_ACCESSORS(lname, uname) \ argument
15 return vcpu->arch.regs[VCPU_REGS_##uname]; \
20 vcpu->arch.regs[VCPU_REGS_##uname] = val; \
/Linux-v5.10/arch/arm64/mm/
Dinit.c128 const char *uname, int depth, void *data) in early_init_dt_scan_elfcorehdr() argument
133 if (depth != 1 || strcmp(uname, "chosen") != 0) in early_init_dt_scan_elfcorehdr()
239 const char *uname, int depth, void *data) in early_init_dt_scan_usablemem() argument
245 if (depth != 1 || strcmp(uname, "chosen") != 0) in early_init_dt_scan_usablemem()
/Linux-v5.10/arch/um/os-Linux/
Dutil.c52 uname(&host); in setup_machinename()
73 uname(&host); in setup_hostinfo()
/Linux-v5.10/mm/
Dmemfd.c251 const char __user *, uname, in SYSCALL_DEFINE2() argument
271 len = strnlen_user(uname, MFD_NAME_MAX_LEN + 1); in SYSCALL_DEFINE2()
282 if (copy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, len)) { in SYSCALL_DEFINE2()
/Linux-v5.10/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
21 OS := $(shell uname -s)

123456