Searched refs:npid (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dvalues.c68 void *npid = realloc(values->pid, nthreads_max * sizeof(*values->pid)), local
72 if (!npid || !ntid || !nvalue)
76 values->pid = npid;
81 free(npid);
/linux-master/fs/smb/client/
H A Dinode.c2939 u32 npid = open_file->pid; local
2941 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);

Completed in 125 milliseconds