Searched refs:npath (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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-4.1.27/fs/ext4/ |
D | extents.c | 1931 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent() local 2038 BUG_ON(npath != NULL); in ext4_ext_insert_extent() 2039 npath = ext4_find_extent(inode, next, NULL, 0); in ext4_ext_insert_extent() 2040 if (IS_ERR(npath)) in ext4_ext_insert_extent() 2041 return PTR_ERR(npath); in ext4_ext_insert_extent() 2042 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent() 2043 eh = npath[depth].p_hdr; in ext4_ext_insert_extent() 2047 path = npath; in ext4_ext_insert_extent() 2139 ext4_ext_drop_refs(npath); in ext4_ext_insert_extent() 2140 kfree(npath); in ext4_ext_insert_extent()
|
/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 1266 char **npath = realloc(ttrace->paths.table, (fd + 1) * sizeof(char *)); in trace__set_fd_pathname() local 1268 if (npath == NULL) in trace__set_fd_pathname() 1272 memset(npath + ttrace->paths.max + 1, 0, in trace__set_fd_pathname() 1275 memset(npath, 0, (fd + 1) * sizeof(char *)); in trace__set_fd_pathname() 1278 ttrace->paths.table = npath; in trace__set_fd_pathname()
|