Searched refs:alloc_name (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/tests/ |
H A D | kmod-path.c | 10 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 D | memfd.c | 404 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 D | dso.c | 403 * @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 D | dso.h | 776 bool alloc_name);
|
/linux/fs/btrfs/ |
H A D | sysfs.c | 1940 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 D | device.c | 464 static int alloc_name(struct ib_device *ibdev, const char *name) in alloc_name() function 1246 ret = alloc_name(device, name); in assign_name()
|