Lines Matching refs:pid
339 /* Show pid numbers to debugfs users */
340 id = pid_vnr(t->pid);
401 static void dbgfs_put_pids(struct pid **pids, int nr_pids)
410 * Converts a string into an struct pid pointers array
412 * Returns an array of struct pid pointers if the conversion success, or NULL
415 static struct pid **str_to_pids(const char *str, ssize_t len, ssize_t *nr_pids)
419 struct pid **pids;
453 * ignored if the context is not configured to have pid in each target. On
459 struct pid **pids)
466 put_pid(t->pid);
480 t->pid = pids[i];
493 struct pid **target_pids = NULL;
707 len = scnprintf(kbuf, count, "%d\n", ctx->kdamond->pid);
779 put_pid(t->pid);