Home
last modified time | relevance | path

Searched refs:tmp_pid (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dreboot.c1374 pid_t tmp_pid; in proc_do_cad_pid() local
1377 tmp_pid = pid_vnr(cad_pid); in proc_do_cad_pid()
1378 tmp_table.data = &tmp_pid; in proc_do_cad_pid()
1384 new_pid = find_get_pid(tmp_pid); in proc_do_cad_pid()
/linux/tools/lib/bpf/
H A Dusdt.c475 int tmp_pid, n, i, err; in parse_vma_segs() local
486 if (sscanf(lib_path, "/proc/%d/root%n", &tmp_pid, &n) == 1 && in parse_vma_segs()
487 n > 0 && pid == tmp_pid && lib_path[n] == '/') { in parse_vma_segs()