Lines Matching refs:PID
121 process running on the system, which is named after the process ID (PID).
154 read the file /proc/PID/status:
197 file /proc/PID/status. It fields are described in table 1-2.
221 TracerPid PID of process tracing this process (0 if not)
316 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead)
336 The /proc/PID/maps file containing the currently mapped memory regions and
387 The /proc/PID/task/TID/maps is a view of the virtual memory from the viewpoint
390 content of /proc/PID/maps, where you will see all mappings that are being used
392 map, i.e. /proc/PID/task/TID/maps for thread 1001 will look like this:
415 The /proc/PID/smaps is an extension based on maps, showing the memory
440 mapping in /proc/PID/maps. The remaining lines show the size of the mapping
503 The /proc/PID/clear_refs is used to reset the PG_Referenced and ACCESSED/YOUNG
507 > echo 1 > /proc/PID/clear_refs
510 > echo 2 > /proc/PID/clear_refs
513 > echo 3 > /proc/PID/clear_refs
516 > echo 4 > /proc/PID/clear_refs
520 > echo 5 > /proc/PID/clear_refs
522 Any other value written to /proc/PID/clear_refs will have no effect.
1878 pid value exists (it can be learned by other means, e.g. by "kill -0 $PID"),