Home
last modified time | relevance | path

Searched refs:npid (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dvalues.c68 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()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt24 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
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c2696 u32 npid = open_file->pid; local
2698 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);