| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| shm-test.c | 92 shmctl(shm.shmid, IPC_RMID, NULL); 106 shmctl(shm.shmid, IPC_RMID, NULL);
|
| lowlevel-blt-bench.c | 255 shmctl(shm.shmid, IPC_RMID, NULL);
|
| dri3-test.c | 456 shmctl(shm.shmid, IPC_RMID, NULL); 466 shmctl(shm.shmid, IPC_RMID, NULL);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| shm-test.c | 92 shmctl(shm.shmid, IPC_RMID, NULL); 106 shmctl(shm.shmid, IPC_RMID, NULL);
|
| lowlevel-blt-bench.c | 255 shmctl(shm.shmid, IPC_RMID, NULL);
|
| present-test.c | 506 shmctl(shm.shmid, IPC_RMID, NULL);
|
| dri3-test.c | 461 shmctl(shm.shmid, IPC_RMID, NULL); 471 shmctl(shm.shmid, IPC_RMID, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/ |
| xlib_sw_winsys.c | 137 shmctl(shminfo->shmid, IPC_RMID, 0); 170 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); 185 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); 262 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/ |
| xlib_sw_winsys.c | 137 shmctl(shminfo->shmid, IPC_RMID, 0); 170 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); 185 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); 262 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/ |
| linux.c | 303 shmctl(low_mem, IPC_RMID, NULL); 307 shmctl(high_mem, IPC_RMID,NULL); 399 shmctl(((linuxInt10Priv*)pInt->private)->lowMem, IPC_RMID, NULL); 401 shmctl(((linuxInt10Priv*)pInt->private)->highMem, IPC_RMID, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/ |
| dri_sw_winsys.c | 108 shmctl(dri_sw_dt->shmid, IPC_RMID, 0); 176 shmctl(dri_sw_dt->shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/ |
| dri_sw_winsys.c | 104 shmctl(dri_sw_dt->shmid, IPC_RMID, 0); 172 shmctl(dri_sw_dt->shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| xm_buffer.c | 109 shmctl(b->shminfo.shmid, IPC_RMID, 0); 129 shmctl(b->shminfo.shmid, IPC_RMID, 0); 136 shmctl(b->shminfo.shmid, IPC_RMID, 0); /* nobody else needs it */ 150 shmctl(b->shminfo.shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| xm_buffer.c | 109 shmctl(b->shminfo.shmid, IPC_RMID, 0); 129 shmctl(b->shminfo.shmid, IPC_RMID, 0); 136 shmctl(b->shminfo.shmid, IPC_RMID, 0); /* nobody else needs it */ 150 shmctl(b->shminfo.shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| test_xcb_image_shm.c | 121 shmctl(shminfo.shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| xf86bigfont.c | 111 shmctl(shmid, IPC_RMID, NULL); 184 shmctl(shmid, IPC_RMID, (void *) 0); 190 shmctl(shmid, IPC_RMID, (void *) 0); 208 shmctl(pDesc->shmid, IPC_RMID, (void *) 0);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/ |
| linux.c | 318 shmctl(low_mem, IPC_RMID, NULL); 322 shmctl(high_mem, IPC_RMID, NULL); 417 shmctl(((linuxInt10Priv *) pInt->private)->lowMem, IPC_RMID, NULL); 419 shmctl(((linuxInt10Priv *) pInt->private)->highMem, IPC_RMID, NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| xf86bigfont.c | 123 shmctl(shmid, IPC_RMID, NULL); 198 shmctl(shmid, IPC_RMID, (void *) 0); 204 shmctl(shmid, IPC_RMID, (void *) 0); 222 shmctl(pDesc->shmid, IPC_RMID, (void *) 0);
|
| shm.c | 194 shmctl(shmid, IPC_RMID, NULL);
|
| /xsrc/external/mit/x11perf/dist/ |
| do_blt.c | 454 shmctl (shm_info.shmid, IPC_RMID, NULL); 476 if(shmctl (shm_info.shmid, IPC_RMID, NULL)==-1) 549 if(shmctl (shm_info.shmid, IPC_RMID, NULL)==-1)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| hostx.c | 506 shmctl(shminfo.shmid, IPC_RMID, 0); 668 shmctl(host_screen->shminfo.shmid, IPC_RMID, 0); 697 shmctl(host_screen->shminfo.shmid, IPC_RMID, 0);
|
| /xsrc/external/mit/libXvMC/dist/src/ |
| XvMC.c | 509 shmctl(shmKey, IPC_RMID, NULL);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| virtual.c | 258 shmctl(shm.shmid, IPC_RMID, NULL); 313 shmctl(shm.shmid, IPC_RMID, NULL); 1179 shmctl(clone->shm.shmid, IPC_RMID, NULL); 1196 shmctl(clone->shm.shmid, IPC_RMID, NULL);
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| virtual.c | 281 shmctl(shm.shmid, IPC_RMID, NULL); 336 shmctl(shm.shmid, IPC_RMID, NULL); 1243 shmctl(clone->shm.shmid, IPC_RMID, NULL); 1260 shmctl(clone->shm.shmid, IPC_RMID, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| wsi_common_x11.c | 1394 shmctl(image->shmid, IPC_RMID, 0);
|