Home
last modified time | relevance | path

Searched refs:alloc_name (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/tests/
H A Dkmod-path.c10 static int test(const char *path, bool alloc_name, bool kmod, in test() argument
18 !__kmod_path__parse(&m, path, alloc_name)); in test()
21 path, alloc_name, m.kmod, m.comp, m.name); in test()
52 /* path alloc_name kmod comp name */ in test__kmod_path__parse()
62 /* path alloc_name kmod comp name */ in test__kmod_path__parse()
71 /* path alloc_name kmod comp name */ in test__kmod_path__parse()
80 /* path alloc_name kmod comp name */ in test__kmod_path__parse()
89 /* path alloc_name kmod comp name */ in test__kmod_path__parse()
99 /* path alloc_name kmod comp name */ in test__kmod_path__parse()
108 /* path alloc_name kmo in test__kmod_path__parse()
[all...]
/linux/mm/
H A Dmemfd.c404 static char *alloc_name(const char __user *uname) in alloc_name() function
481 name = alloc_name(uname); in SYSCALL_DEFINE2()
/linux/tools/perf/util/
H A Ddso.c403 * @name - if (@alloc_name && @kmod) is true, it contains strdup-ed base name
412 bool alloc_name) in __kmod_path__parse() argument
445 if (alloc_name) { in __kmod_path__parse()
460 if (alloc_name) { in __kmod_path__parse()
H A Ddso.h776 bool alloc_name);
/linux/fs/btrfs/
H A Dsysfs.c1940 static const char *alloc_name(struct btrfs_space_info *space_info) in alloc_name() function
1987 alloc_name(space_info)); in btrfs_sysfs_add_space_info_type()
/linux/drivers/infiniband/core/
H A Ddevice.c464 static int alloc_name(struct ib_device *ibdev, const char *name) in alloc_name() function
1246 ret = alloc_name(device, name); in assign_name()