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:
196 file /proc/PID/status. It fields are described in table 1-2.
220 TracerPid PID of process tracing this process (0 if not)
313 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead)
333 The /proc/PID/maps file containing the currently mapped memory regions and
384 The /proc/PID/task/TID/maps is a view of the virtual memory from the viewpoint
387 content of /proc/PID/maps, where you will see all mappings that are being used
389 map, i.e. /proc/PID/task/TID/maps for thread 1001 will look like this:
412 The /proc/PID/smaps is an extension based on maps, showing the memory
433 mapping in /proc/PID/maps. The remaining lines show the size of the mapping
485 The /proc/PID/clear_refs is used to reset the PG_Referenced and ACCESSED/YOUNG
489 > echo 1 > /proc/PID/clear_refs
492 > echo 2 > /proc/PID/clear_refs
495 > echo 3 > /proc/PID/clear_refs
498 > echo 4 > /proc/PID/clear_refs
502 > echo 5 > /proc/PID/clear_refs
504 Any other value written to /proc/PID/clear_refs will have no effect.
1861 pid value exists (it can be learned by other means, e.g. by "kill -0 $PID"),