Searched refs:new_dirs (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | dbgfs.c | 701 struct dentry *root, **new_dirs, *new_dir; in dbgfs_mk_context() local 713 new_dirs = krealloc(dbgfs_dirs, sizeof(*dbgfs_dirs) * in dbgfs_mk_context() 715 if (!new_dirs) in dbgfs_mk_context() 717 dbgfs_dirs = new_dirs; in dbgfs_mk_context() 787 struct dentry *root, *dir, **new_dirs; in dbgfs_rm_context() local 803 new_dirs = kmalloc_array(dbgfs_nr_ctxs - 1, sizeof(*dbgfs_dirs), in dbgfs_rm_context() 805 if (!new_dirs) { in dbgfs_rm_context() 823 new_dirs[j] = dbgfs_dirs[i]; in dbgfs_rm_context() 830 dbgfs_dirs = new_dirs; in dbgfs_rm_context() 837 kfree(new_dirs); in dbgfs_rm_context()
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.38/ |
| H A D | 0002-poison-system-directories.patch | 202 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); 204 new_dirs->name = xstrdup (name);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0007-warn-for-uses-of-system-directories-when-cross-linki.patch | 188 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); 190 new_dirs->name = xstrdup (name);
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0002-poison-system-directories.patch | 202 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); 204 new_dirs->name = xstrdup (name);
|
| /OK3568_Linux_fs/buildroot/package/binutils/arc-2020.09-release/ |
| H A D | 0001-poison-system-directories.patch | 205 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); 207 new_dirs->name = xstrdup (name);
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.39/ |
| H A D | 0002-poison-system-directories.patch | 158 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); 160 new_dirs->name = xstrdup (name);
|