/linux-2.4.37.9/ipc/ |
D | shm.c | 34 unsigned long shm_nattch; member 105 shp->shm_nattch++; in shm_inc() 151 shp->shm_nattch--; in shm_close() 152 if(shp->shm_nattch == 0 && in shm_close() 215 shp->shm_nattch = 0; in newseg() 278 out.shm_nattch = in->shm_nattch; in copy_shmid_to_user() 457 tbuf.shm_nattch = shp->shm_nattch; in sys_shmctl() 514 if (shp->shm_nattch){ in sys_shmctl() 629 shp->shm_nattch++; in sys_shmat() 654 shp->shm_nattch--; in sys_shmat() [all …]
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | ipc.c | 41 u32 shm_nattch; member 110 __get_user (s.shm_nattch, &(((struct solaris_shmid_ds *)A(arg3))->shm_nattch)) || in solaris_shmsys()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc.c | 200 unsigned int shm_nattch; /* no. of current attaches */ member 228 tbuf.shm_nattch = sbuf->shm_nattch; in copyout_broken_shmid64()
|
/linux-2.4.37.9/include/asm-s390x/ |
D | shmbuf.h | 21 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-ia64/ |
D | shmbuf.h | 21 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | shmbuf.h | 21 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | shmbuf.h | 26 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-alpha/ |
D | shmbuf.h | 21 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-mips/ |
D | shmbuf.h | 21 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-mips64/ |
D | shmbuf.h | 21 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | shmbuf.h | 21 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-s390/ |
D | shmbuf.h | 25 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-sh/ |
D | shmbuf.h | 25 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-sh64/ |
D | shmbuf.h | 36 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-i386/ |
D | shmbuf.h | 25 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-m68k/ |
D | shmbuf.h | 25 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-cris/ |
D | shmbuf.h | 25 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-arm/ |
D | shmbuf.h | 25 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-sparc/ |
D | shmbuf.h | 25 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-ppc/ |
D | shmbuf.h | 20 unsigned long shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/include/asm-parisc/ |
D | shmbuf.h | 34 unsigned int shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ipc32.c | 119 unsigned short shm_nattch; member 133 unsigned int shm_nattch; member 490 err2 |= __put_user(s64.shm_nattch, &up64->shm_nattch); in put_shmid64() 510 err2 |= __put_user(s64.shm_nattch, &up32->shm_nattch); in put_shmid64()
|
/linux-2.4.37.9/include/linux/ |
D | shm.h | 29 unsigned short shm_nattch; /* no. of current attaches */ member
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sunos32.c | 1100 unsigned short shm_nattch; member 1117 __get_user(kern->shm_nattch, &user->shm_nattch)) in sunos_shmid_get() 1136 __put_user(kern->shm_nattch, &user->shm_nattch)) in sunos_shmid_put()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 1746 unsigned short shm_nattch; member 1757 unsigned int shm_nattch; member 2115 err2 |= __put_user(s64.shm_nattch, &up64->shm_nattch); in do_sys32_shmctl() 2134 err2 |= __put_user(s64.shm_nattch, &up32->shm_nattch); in do_sys32_shmctl()
|