Displaying 3 results from an estimated 3 matches for "idr_pre_get".
Did you mean:
ida_pre_get
2010 Feb 26
2
[Bug 26767] New: kmemleak complain about possible memory leak
...ex dump (first 32 bytes):
06 82 00 00 00 00 00 00 e0 84 a8 f3 80 81 a8 f3 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
backtrace:
[<c1433abb>] kmemleak_alloc+0x2a/0x47
[<c10b5faa>] kmem_cache_alloc+0xa8/0xf6
[<c11a11b5>] idr_pre_get+0x27/0x60
[<f8144ca2>] drm_gem_handle_create+0x25/0x6f [drm]
[<f81f6780>] nouveau_gem_ioctl_new+0x201/0x262 [nouveau]
[<f81436a1>] drm_ioctl+0x268/0x310 [drm]
[<c10c6238>] vfs_ioctl+0x27/0x8c
[<c10c67b4>] do_vfs_ioctl+0x46e/0x4a8
[<c10c6833&g...
2008 May 20
4
[PATCH O/4] BIO tracking take2
Hi all,
With this series of patches, you can determine the owners of any
type of I/Os. I ported the previous version to linux-2.6.26-rc2-mm1.
This makes dm-ioband -- I/O bandwidth controller -- be able to control
the Block I/O bandwidths even when it accepts delayed write requests.
Dm-ioband can find the owner cgroup of each request.
It is also possible that OpenVz team and NEC Uchida-san team
2008 May 20
4
[PATCH O/4] BIO tracking take2
Hi all,
With this series of patches, you can determine the owners of any
type of I/Os. I ported the previous version to linux-2.6.26-rc2-mm1.
This makes dm-ioband -- I/O bandwidth controller -- be able to control
the Block I/O bandwidths even when it accepts delayed write requests.
Dm-ioband can find the owner cgroup of each request.
It is also possible that OpenVz team and NEC Uchida-san team