Searched refs:shm_lprid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 62 struct pid *shm_lprid; member 296 ipc_update_pid(&shp->shm_lprid, task_tgid(current)); in __shm_open() 338 ipc_update_pid(&shp->shm_lprid, NULL); in shm_destroy() 383 ipc_update_pid(&shp->shm_lprid, task_tgid(current)); in shm_close() 762 shp->shm_lprid = NULL; in newseg() 796 ipc_update_pid(&shp->shm_lprid, NULL); in newseg() 1136 tbuf->shm_lpid = pid_vnr(shp->shm_lprid); in shmctl_stat() 1860 pid_nr_ns(shp->shm_lprid, pid_ns), in sysvipc_shm_proc_show()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | shm.c | 62 struct pid *shm_lprid; member 294 ipc_update_pid(&shp->shm_lprid, task_tgid(current)); in __shm_open() 341 ipc_update_pid(&shp->shm_lprid, NULL); in shm_destroy() 384 ipc_update_pid(&shp->shm_lprid, task_tgid(current)); in __shm_close() 774 shp->shm_lprid = NULL; in newseg() 808 ipc_update_pid(&shp->shm_lprid, NULL); in newseg() 1146 tbuf->shm_lpid = pid_vnr(shp->shm_lprid); in shmctl_stat() 1869 pid_nr_ns(shp->shm_lprid, pid_ns), in sysvipc_shm_proc_show()
|
Completed in 5 milliseconds