Lines Matching refs:which

72 special thank  you to Andi Kleen for documentation, which we relied on heavily
121 process running on the system, which is named after the process ID (PID).
132 cpu Current and last cpu in which it was executed (2.4)(smp)
136 fd Directory, which contains all file descriptors
252 Cpus_allowed mask of CPUs on which this process may run
304 start_code address above which program text can run
305 end_code address below which program text can run
317 task_cpu which CPU the task is scheduled on
323 start_data address above which program data+bss is placed
324 end_data address below which program data+bss is placed
325 start_brk address above which program heap can be expanded with brk()
326 arg_start address above which program command line is placed
327 arg_end address below which program command line is placed
328 env_start address above which program environment is placed
329 env_end address below which program environment is placed
436 dirty private pages in the mapping. Note that even a page which is part of a
506 The /proc/pid/pagemap gives the PFN, which can be used to find the pageflags
547 system. It depends on the kernel configuration and the loaded modules, which
548 files are there, and which are missing.
600 You can, for example, check which interrupts are currently in use and what
642 (Non Maskable Interrupt) which is used by the NMI Watchdog to detect lockups.
692 smp_affinity is a bitmask, in which you can specify which CPUs can handle the
698 5 which means that only the first and fourth CPU can handle the IRQ.
705 There is an alternate interface, smp_affinity_list which allows specifying
711 The default_smp_affinity mask applies to all non-active IRQs, which are the
712 IRQs which have not yet been allocated/activated, and hence which lack a
715 The node file on an SMP system shows the node to which the device using the IRQ
719 prof_cpu_mask specifies which CPUs are to be profiled by the system wide
723 between all the CPUs which are allowed to handle it. As usual the kernel has
731 directory scsi may not exist. The same is true with the net, which is there
752 Each column represents the number of pages of a certain order which are
805 16GB PIII, which has highmem enabled. You may not have all of these fields.
865 Inactive: Memory which has been less recently used. It is more
873 LowFree: Lowmem is memory which can be used for everything that
879 SwapFree: Memory which has been evicted from RAM, and is temporarily
881 Dirty: Memory which is waiting to get written back to the disk
882 Writeback: Memory which is actively being written back to the disk
885 Mapped: files which have been mmaped, such as libraries
909 The committed memory is a sum of all of the memory which
911 "used" by them as of yet. A process which malloc()'s 1G
913 using 1G. This 1G is memory which has been "committed" to
916 (mode 2 in 'vm.overcommit_memory'),allocations which would
922 VmallocUsed: amount of vmalloc area which is used
923 VmallocChunk: largest contiguous block of vmalloc area which is free
991 The subdirectory /proc/ide contains information about all IDE devices of which
1075 igmp6 IP multicast addresses, which this host joined (IPv6)
1108 igmp IP multicast addresses, which this host joined
1115 You can use this information to see which network devices are available in
1239 To see which tty's are currently in use, you can simply look into the file
1299 The "btime" line gives the time at which the system booted, in seconds since
1302 The "processes" line gives the number of processes and threads created, which
1337 To see which character device lines are currently used for the system console
1377 * Exploring the files which modify certain parameters
1425 These file can be used to adjust the badness heuristic used to select which
1429 (never kill) to 1000 (always kill) to determine which process is targeted. The
1438 The amount of "allowed" memory depends on the context in which the oom killer
1448 is used to determine which task to kill. Acceptable values range from -1000
1483 any given <pid>. Use it together with /proc/<pid>/oom_score_adj to tune which
1515 The number of bytes which this task has caused to be read from storage. This
1516 is simply the sum of bytes which this process passed to read() and pread().
1526 The number of bytes which this task has caused, or shall cause to be written
1550 Attempt to count the number of bytes which this process really did cause to
1560 Attempt to count the number of bytes which this process caused to be sent to
1570 In other words: The number of bytes which this process caused to not happen,
1572 truncates some dirty pagecache, some IO which another task has been accounted
1597 /proc/<pid>/coredump_filter allows you to customize which memory segments
1784 flags associated with mark which are tracked separately from events
1786 mask and 'ignored_mask' is the mask of events which are to be ignored.
1811 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
1816 This directory contains symbolic links which represent memory mapped files
1831 /proc/<pid>/smaps, both of which contain many more records. At the same
1833 comparing their inode numbers to figure out which anonymous memory areas
1862 but it hides process' uid and gid, which may be learned by stat()'ing
1869 prohibited by hidepid=. If you use some daemon like identd which needs to learn