Searched refs:npid (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A 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()
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A 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
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 3029 u32 npid = open_file->pid; local 3031 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 4561 uint32_t npid = (cdw10 >> 16) + 1; in nvme_io_mgmt_send_ruh_update() local 4572 if (unlikely(npid >= MIN(NVME_FDP_MAXPIDS, maxnpid))) { in nvme_io_mgmt_send_ruh_update() 4576 pids = g_new(uint16_t, npid); in nvme_io_mgmt_send_ruh_update() 4578 ret = nvme_h2c(n, pids, npid * sizeof(uint16_t), req); in nvme_io_mgmt_send_ruh_update() 4583 for (; i < npid; i++) { in nvme_io_mgmt_send_ruh_update()
|