Searched refs:npath (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/pci/riptide/ |
D | riptide.c | 782 unsigned char *npath = path; in alloclbuspath() local 784 while (*npath != 0xff) in alloclbuspath() 785 npath++; in alloclbuspath() 786 alloclbuspath(cif, source + 1, ++npath, mixer, s); in alloclbuspath() 804 unsigned char *npath = path; in freelbuspath() local 806 while (*npath != 0xff) in freelbuspath() 807 npath++; in freelbuspath() 808 freelbuspath(cif, source + 1, ++npath); in freelbuspath()
|
/Linux-v4.19/fs/ext4/ |
D | extents.c | 1939 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent() local 2046 BUG_ON(npath != NULL); in ext4_ext_insert_extent() 2047 npath = ext4_find_extent(inode, next, NULL, 0); in ext4_ext_insert_extent() 2048 if (IS_ERR(npath)) in ext4_ext_insert_extent() 2049 return PTR_ERR(npath); in ext4_ext_insert_extent() 2050 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent() 2051 eh = npath[depth].p_hdr; in ext4_ext_insert_extent() 2055 path = npath; in ext4_ext_insert_extent() 2147 ext4_ext_drop_refs(npath); in ext4_ext_insert_extent() 2148 kfree(npath); in ext4_ext_insert_extent()
|
/Linux-v4.19/tools/perf/ |
D | builtin-trace.c | 978 char **npath = realloc(ttrace->paths.table, (fd + 1) * sizeof(char *)); in trace__set_fd_pathname() local 980 if (npath == NULL) in trace__set_fd_pathname() 984 memset(npath + ttrace->paths.max + 1, 0, in trace__set_fd_pathname() 987 memset(npath, 0, (fd + 1) * sizeof(char *)); in trace__set_fd_pathname() 990 ttrace->paths.table = npath; in trace__set_fd_pathname()
|