search for: mempool_alloc_slab

Displaying 6 results from an estimated 6 matches for "mempool_alloc_slab".

2008 Aug 02
3
crash when mounting
...c846e118 c846e120 c0463c6b Message from syslogd@btrfs at Aug 3 05:09:33 ... kernel: dc539c40 c0463ed0 00000000 00011270 dc539c68 dc539c78 e0dc23a6 01c7b000 Message from syslogd@btrfs at Aug 3 05:09:33 ... kernel: Call Trace: Message from syslogd@btrfs at Aug 3 05:09:33 ... kernel: [mempool_alloc_slab+14/16] ? mempool_alloc_slab+0xe/0x10 Message from syslogd@btrfs at Aug 3 05:09:33 ... kernel: [mempool_alloc+66/224] ? mempool_alloc+0x42/0xe0 Message from syslogd@btrfs at Aug 3 05:09:33 ... kernel: [<e0dc23a6>] ? set_extent_bit+0xa3/0x337 [btrfs] Message from syslogd@btrfs at Aug...
2005 Jan 26
2
drdb fails under xen
...1:23 turing kernel: [<c8985e5e>] drbd_make_request_26+0x1c7/0x1cf [drbd] Jan 25 21:01:23 turing kernel: [<c022b591>] generic_make_request+0x1a3/0x1b5 Jan 25 21:01:23 turing kernel: [<c013476c>] autoremove_wake_function+0x0/0x3a Jan 25 21:01:23 turing kernel: [<c0142888>] mempool_alloc_slab+0xd/0x10 Jan 25 21:01:23 turing kernel: [<c013476c>] autoremove_wake_function+0x0/0x3a Jan 25 21:01:23 turing kernel: [<c013476c>] autoremove_wake_function+0x0/0x3a Jan 25 21:01:23 turing kernel: [<c022b638>] submit_bio+0x95/0x9d Jan 25 21:01:23 turing kernel: [<c0166b05&gt...
2010 Mar 11
17
Panic on boot on Sun Blade 6270
Hi All, I''m getting the attached panic in the hypervisor on a Sun 6270 running xen-testing.hg changeset 19913:6063c16aeeaa. I can run xen-3.3.1 from the standard SLES 11 distribution (which says that it''s changeset 18546 but it has many patches). Any ideas? thanks, dan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2013 Aug 22
23
Question: How can I recover this partition? (unable to find logical $hugenum len 4096)
...000000 00000008 [ 45.916962] f9d03bde c01f4683 00000080 00011220 f38a3000 f6d8f000 00000000 00000286 [ 45.917115] Call Trace: [ 45.917188] [<c0230185>] ? kmem_cache_alloc+0x65/0x1b0 [ 45.917188] [<f9d03bde>] ? tree_insert+0x4e/0x80 [btrfs] [ 45.917188] [<c01f4683>] ? mempool_alloc_slab+0x13/0x20 [ 45.917188] [<f83e6860>] ? dm_target_exit+0x20/0x20 [dm_mod] [ 45.917188] [<f83e24b1>] ? dm_merge_bvec+0x91/0xf0 [dm_mod] [ 45.917188] [<f83e6860>] ? dm_target_exit+0x20/0x20 [dm_mod] [ 45.917188] [<f83e2420>] ? dm_get_live_table+0x40/0x40 [dm_mod] [...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...ctx, 0, sizeof(*ctx)); + spin_lock_init(&ctx->lock); + ctx->queue = q; + init_waitqueue_head(&rl->wait[BLK_RW_SYNC]); + init_waitqueue_head(&rl->wait[BLK_RW_ASYNC]); + INIT_LIST_HEAD(&ctx->timeout_list); + } - rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, mempool_alloc_slab, - mempool_free_slab, request_cachep, q->node); + return 0; +} + +static int blk_init_free_list(struct request_queue *q) +{ + if (unlikely(q->rq_pool)) + return 0; - if (!rl->rq_pool) + q->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, mempool_alloc_slab, + mempool_free_slab, req...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...ctx, 0, sizeof(*ctx)); + spin_lock_init(&ctx->lock); + ctx->queue = q; + init_waitqueue_head(&rl->wait[BLK_RW_SYNC]); + init_waitqueue_head(&rl->wait[BLK_RW_ASYNC]); + INIT_LIST_HEAD(&ctx->timeout_list); + } - rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, mempool_alloc_slab, - mempool_free_slab, request_cachep, q->node); + return 0; +} + +static int blk_init_free_list(struct request_queue *q) +{ + if (unlikely(q->rq_pool)) + return 0; - if (!rl->rq_pool) + q->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, mempool_alloc_slab, + mempool_free_slab, req...