Open main menu

OpenVZ Virtuozzo Containers Wiki β

Editing Containers/Pidspace

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
[[Category: Containers]]
 
 
'''Pidspace tasks'''
 
 
__TOC__
 
 
== Functions using ''pid_t'' ==
 
 
 
Files with calls to functions that take '''pid_t''' parameter. These calls should in general take a '''struct pid *''' instead and choose the correct pid value based on the container/pidspace.
 
Files with calls to functions that take '''pid_t''' parameter. These calls should in general take a '''struct pid *''' instead and choose the correct pid value based on the container/pidspace.
  
 
This list is based on '''2.6.18-rc5'''. It was generated using a simple perl script that looks for following patterns. While the script should have found all occurences of the patterns, it does '''not''' strip out matches like ''oom_kill_process()'' which matches ''kill_proc''.
 
This list is based on '''2.6.18-rc5'''. It was generated using a simple perl script that looks for following patterns. While the script should have found all occurences of the patterns, it does '''not''' strip out matches like ''oom_kill_process()'' which matches ''kill_proc''.
  
* do_each_task_pid
+
    *   do_each_task_pid
* kill_proc_info
+
    *   kill_proc_info
* kill_proc
+
    *   kill_proc
* __kill_pg_info
+
    *   __kill_pg_info
* kill_pg_info
+
    *   kill_pg_info
* kill_pg
+
    *   kill_pg
  
  
{| class="wikitable"  
+
 
 +
{| class="wikitable" style="text-align;center"
 
|+ Pid_t uses in kernel
 
|+ Pid_t uses in kernel
! Filename/line-num !!  Function  !! Priority || Comments
+
! Filename/line-num !!  Function  !! Priority  
 
|-
 
|-
|| '''./arch/mips/sgi-ip22/ip22-reset.c''' || ''kill_proc  '' || || Done. Cedric, cad_pid patch ||
+
|| '''./arch/mips/sgi-ip22/ip22-reset.c''' || ''kill_proc  '' ||
 
|-
 
|-
|| '''./arch/mips/sgi-ip32/ip32-reset.c''' || ''kill_proc  '' || ||Done. Cedric, cad_pid patch ||
+
|| '''./arch/mips/sgi-ip32/ip32-reset.c''' || ''kill_proc  '' ||
 
|-
 
|-
|| '''./arch/powerpc/platforms/iseries/mf.c''' || ''kill_proc  '' || || Done. Cedric, cad_pid patch ||
+
|| '''./arch/powerpc/platforms/iseries/mf.c''' || ''kill_proc  '' ||
 
|-
 
|-
 
|| '''./arch/sparc/kernel/sys_sunos.c''' || ''kill_pg  '' ||
 
|| '''./arch/sparc/kernel/sys_sunos.c''' || ''kill_pg  '' ||
Line 65: Line 58:
 
|| '''./drivers/char/n_tty.c''' || ''kill_pg  '' ||
 
|| '''./drivers/char/n_tty.c''' || ''kill_pg  '' ||
 
|-
 
|-
|| '''./drivers/char/nwbutton.c''' || ''kill_proc  '' || || Done. Cedric, cad_pid patch ||
+
|| '''./drivers/char/nwbutton.c''' || ''kill_proc  '' ||
 
|-
 
|-
|| '''./drivers/char/snsc_event.c''' || ''kill_proc  '' || || Done. Cedric, cad_pid patch ||
+
|| '''./drivers/char/snsc_event.c''' || ''kill_proc  '' ||
 
|-
 
|-
 
|| '''./drivers/char/tty_io.c''' || ''kill_pg  do_each_task_pid  '' ||
 
|| '''./drivers/char/tty_io.c''' || ''kill_pg  do_each_task_pid  '' ||
Line 81: Line 74:
 
|| '''./drivers/net/wireless/airo.c''' || ''kill_proc  '' ||
 
|| '''./drivers/net/wireless/airo.c''' || ''kill_proc  '' ||
 
|-
 
|-
|| '''./drivers/parisc/power.c''' || ''kill_proc  '' || || Done. Cedric, cad_pid patch ||
+
|| '''./drivers/parisc/power.c''' || ''kill_proc  '' ||
 
|-
 
|-
 
|| '''./drivers/s390/char/fs3270.c''' || ''kill_proc  '' ||
 
|| '''./drivers/s390/char/fs3270.c''' || ''kill_proc  '' ||
 
|-
 
|-
|| '''./drivers/s390/s390mach.c''' || ''kill_proc  '' || || Done. Cedric, cad_pid patch ||
+
|| '''./drivers/s390/s390mach.c''' || ''kill_proc  '' ||
 
|-
 
|-
 
|| '''./drivers/usb/atm/usbatm.c''' || ''kill_proc  '' ||
 
|| '''./drivers/usb/atm/usbatm.c''' || ''kill_proc  '' ||
Line 97: Line 90:
 
|| '''./fs/ioprio.c''' || ''do_each_task_pid  '' ||
 
|| '''./fs/ioprio.c''' || ''do_each_task_pid  '' ||
 
|-
 
|-
|| '''./fs/lockd/svc.c''' || ''kill_proc  '' || || Testing. Jean-Pierre ||
+
|| '''./fs/lockd/svc.c''' || ''kill_proc  '' ||
 
|-
 
|-
 
|| '''./fs/ncpfs/inode.c''' || ''kill_proc  '' ||
 
|| '''./fs/ncpfs/inode.c''' || ''kill_proc  '' ||
Line 123: Line 116:
 
|| '''./kernel/signal.c''' || ''kill_proc  kill_proc_info  kill_pg  __kill_pg_info  do_each_task_pid  kill_pg_info  '' ||
 
|| '''./kernel/signal.c''' || ''kill_proc  kill_proc_info  kill_pg  __kill_pg_info  do_each_task_pid  kill_pg_info  '' ||
 
|-
 
|-
|| '''./kernel/sys.c''' || ''kill_proc  do_each_task_pid  '' || || Done. Cedric, cad_pid patch ||
+
|| '''./kernel/sys.c''' || ''kill_proc  do_each_task_pid  '' ||
 
|-
 
|-
 
|| '''./mm/oom_kill.c''' || ''kill_proc  '' ||
 
|| '''./mm/oom_kill.c''' || ''kill_proc  '' ||
  
 
|}
 
|}
 
== Misc tasks ==
 
 
* Terminate all tasks when init of a container exits
 

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)