Searched refs:alloc_name (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
H A D | kmod-path.c | 6 static int test(const char *path, bool alloc_name, bool alloc_ext, test() argument 14 !__kmod_path__parse(&m, path, alloc_name, alloc_ext)); test() 17 path, alloc_name, alloc_ext, m.kmod, m.comp, m.name, m.ext); test() 42 /* path alloc_name alloc_ext kmod comp name ext */ test__kmod_path__parse() 48 /* path alloc_name alloc_ext kmod comp name ext */ test__kmod_path__parse() 54 /* path alloc_name alloc_ext kmod comp name ext */ test__kmod_path__parse() 60 /* path alloc_name alloc_ext kmod comp name ext */ test__kmod_path__parse() 66 /* path alloc_name alloc_ext kmod comp name ext */ test__kmod_path__parse()
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-cmd-queue.c | 59 char *alloc_name = "cvmx_cmd_queues"; __cvmx_cmd_queue_init_state_ptr() local 74 20) - 1, 128, alloc_name); __cvmx_cmd_queue_init_state_ptr() 80 alloc_name); __cvmx_cmd_queue_init_state_ptr() 86 cvmx_bootmem_find_named_block(alloc_name); __cvmx_cmd_queue_init_state_ptr() 93 alloc_name); __cvmx_cmd_queue_init_state_ptr()
|
/linux-4.1.27/tools/perf/util/ |
H A D | dso.c | 204 * @name - if (@alloc_name && @kmod) is true, it contains strdup-ed base name 213 bool alloc_name, bool alloc_ext) __kmod_path__parse() 223 if (alloc_name) { __kmod_path__parse() 239 if (alloc_name) { __kmod_path__parse() 212 __kmod_path__parse(struct kmod_path *m, const char *path, bool alloc_name, bool alloc_ext) __kmod_path__parse() argument
|
H A D | dso.h | 231 bool alloc_name, bool alloc_ext);
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | device.c | 122 static int alloc_name(char *name) alloc_name() function 282 ret = alloc_name(device->name); ib_register_device()
|
/linux-4.1.27/fs/btrfs/ |
H A D | extent-tree.c | 3657 static const char *alloc_name(u64 flags) alloc_name() function 3733 alloc_name(found->flags)); update_space_info()
|
Completed in 331 milliseconds