Searched refs:npid (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | values.c | 68 void *npid = realloc(values->pid, nthreads_max * sizeof(*values->pid)), in perf_read_values__enlarge_threads() local 72 if (!npid || !ntid || !nvalue) in perf_read_values__enlarge_threads() 76 values->pid = npid; in perf_read_values__enlarge_threads() 81 free(npid); in perf_read_values__enlarge_threads()
|
| /Linux-v5.4/Documentation/admin-guide/kdump/ |
| D | gdbmacros.txt | 24 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm 38 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm 61 printf "\npid %d; comm %s:\n", $pid_task.pid, $pid_task.comm
|
| /Linux-v5.4/fs/cifs/ |
| D | inode.c | 2372 u32 npid = open_file->pid; local 2374 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
|